Skip to content

Commit

Permalink
2x2 to linecircle, final
Browse files Browse the repository at this point in the history
  • Loading branch information
rfabbri committed Jun 16, 2024
1 parent 5311a10 commit da38537
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/end-linecircle.m2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

restart -- only useful for debugging
needs "MinusUtility.m2"
load "equations-2x2.m2"
load "equations-linecircle.m2"

-- Pro -------------------------------------------------------------------------
--
Expand Down
7 changes: 7 additions & 0 deletions tutorial/equations-linecircle.m2
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ GS = gateSystem(
d*x+e*y+f}
}
)

-- Pro
-- random seeds for reproducible runs
-- setRandomSeed H#CLBlocks

PH = parametricSegmentHomotopy GS

0 comments on commit da38537

Please sign in to comment.