symplectic basis for triangulated 3-manifolds #113
Closed
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
Since the main file (kernel/kernel_code/symplectic_basis.c) is fairly long, I thought I'd make a draft pr before its finalised. Currently the algorithm works for knot exteriors and most link exteriors, with a small percentage producing non symplectic matrices and a smaller fraction exiting early at fatal error breakpoints.
You can test the algorithm on random link exteriors by running dev/symplectic_basis/test.py. There's also a cmake file in that dir if you want to compile and run just the c portion directly with symplectic_basis_test.c or symplectic_basis_main.c.