symplectic basis for triangulated 3 manifolds #117
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An algorithm for constructing oscillating curves on triangulated 3-manifolds with tori boundary components. These oscillating curves are used to extend the Neumann Zagier matrix to one which is symplectic up to factors of 2.
See https://arxiv.org/abs/2208.06969
You can test the algorithm on random link exteriors by running dev/symplectic_basis/test_base.py. There's also a cmake file in that directory if you want to compile and run just the C portion directly with symplectic_basis_test.c or symplectic_basis_main.c.
Tested on the knots in the extended HTLinkExterior census (312k knots), and with Valgrind memcheck on symplectic_basis_test.c. Current implementation only works on manifolds with one cusp, its not clear if oscillating curves exist on manifolds with more than one cusp. The code has everything to run on manifolds with multiple cusps, except finding the paths for oscillating curves which run through multiple cusps.