Database of veering triangulations up to 16 tetrahedra
Project description
This repository contains the manifold database of all transverse veering triangulations with at most sixteen tetrahedra. To install this package, do some version of:
python -m pip install --upgrade veering_16
or, in SageMath:
sage -pip install --upgrade veering_16
To use this module with SnapPy, you need to have SnapPy version 3.3.2 or later. You can check your SnapPy version as follows:
>>> import snappy >>> snappy.__version__ '3.3.2'
If you have an older version of SnapPy, you can upgrade it as follows:
python -m pip install --upgrade snappy
or, in SageMath:
sage -pip install --upgrade snappy
With the above setup, you can import snappy and then import veering_16 to gain access to the veering census, as follows:
>>> import snappy
>>> import veering_16
>>> M = snappy.Manifold("m004")
>>> M.identify()
[m004(0,0), 4_1(0,0), K2_1(0,0), K4a1(0,0), otet02_00001(0,0), veer1(0,0)]
That is, the figure-eight knot complement is the second manifold in the veering census.
>>> M = snappy.Manifold("veer0")
>>> M.identify()
[m003(0,0), otet02_00000(0,0), veer0(0,0)]
That is, the figure-eight sibling is the first manifold in the veering census. It is possible to slice the veering census in the usual way. For example:
>>> len(snappy.VeeringCensus()) 87047 >>> len(snappy.VeeringCensus(num_cusps=1)) 59114
Each veering structure consists of a triangulation and an angle structure, as follows.
>>> V = snappy.VeeringCensus()[12343] >>> V.triangulation_isosig(decorated = False) 'oLAwLwzPQPccbbdfhijkklmnnnhhrhjajxxbbwxxa' >>> V.angles '12212201022221'
The triangulation is specified by Burton’s “isosig” format. The angle string describes the taut angle structure (namely, an i in position k means that in tetrahedron k the edge (0,i+1) has dihedral angle pi).
The raw source for the tables are in:
manifold_src/original_manifold_sources
stored as plain text CSV files for the potential convenience of other users. The data is also available from the census webpage.
Andreas Giannopoulos, Saul Schleimer and Henry Segerman. A census of veering structures. https://math.okstate.edu/people/segerman/veering.html, 2019.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file veering_16-1.0.6.tar.gz.
File metadata
- Download URL: veering_16-1.0.6.tar.gz
- Upload date:
- Size: 15.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14ab7890a390daf7523dddab6f4e9855fd58298f407e335acbf94e3df9ebc004
|
|
| MD5 |
839928161eb01f0c92e0ad2993f5ef12
|
|
| BLAKE2b-256 |
63aa85b50666ddb5bec0a4dbeee86f48bd7129bd2b927dd0945ec71586823950
|