Skip to content

Commit

Permalink
Added HelperFunctions to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan committed Jul 22, 2024
1 parent ad45543 commit c209c3b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 907 deletions.
21 changes: 13 additions & 8 deletions ToricExtras.m2
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ newPackage(
Name => "Thiago Holleben",
Email => "[email protected]",
HomePage => "https://hollebenthiago.github.io/"},
{
{
Name => "Will Gilroy",
Email => "[email protected]"
},
Email => "[email protected]"},
{
Name => "Rohan Joshi",
Email => "[email protected]"},
Name => "Rohan Joshi",
Email => "[email protected]",
HomePage => "math.ucla.edu/~rohansjoshi"},
{
Name => "Samikshaya Ananthakrishnan",
Email => "[email protected]"}
},
},

Headline => "new routines for working with normal toric varieties",
Headline => "New routines for working with normal toric varieties",
Keywords => {"Toric Geometry"},
PackageExports => {"NormalToricVarieties"},
PackageImports => {"PrimaryDecomposition", "LLLBases"},
Expand All @@ -86,7 +86,9 @@ export {
"toricMap",
"idealOfImage",
"TargetRing",
"projectivizationOfBundle"
"projectivizationOfBundle",
"anticanonicalDegree",
"primitiveCollections"
}

protect TargetRing
Expand All @@ -101,6 +103,9 @@ load "./ToricExtras/BatyrevConstructions.m2"

load "./ToricExtras/ProjectiveBundlesDivisors.m2"

load "./ToricExtras/HelperFunctions.m2"


------------------------------------------------------------------------------
-- DOCUMENTATION
------------------------------------------------------------------------------
Expand Down
120 changes: 0 additions & 120 deletions ToricExtras/#HelperFunctions.m2#

This file was deleted.

Loading

0 comments on commit c209c3b

Please sign in to comment.