Skip to main content

Database of cusped hyperbolic manifolds triangulizable by <= 11 tetrahedra

Project description

This repository stores the manifold database of a complete census of all 505352 orientable cusped hyperbolic 3-manifolds whose minimal ideal triangulations consist of 11 tetrahedra, and includes the source code for the Python module snappy_11_tets which packages them up for use in SnapPy.

The orientable cusped census of 10 tetrahedra has been merged into snappy_manifolds in its recent release of version 1.4, and now comes with SnapPy version 3.3 automatically, see SnapPy’s News page for details.

To install this package, do:

python -m pip install --upgrade snappy_11_tets

or, if you are using SageMath:

sage -pip install --upgrade snappy_11_tets

The above command should be able to automatically install the 1.4 version of snappy_manifolds, if it is not readily installed.

To use this module with SnapPy, you need to have SnapPy version 3.3.2 or later installed. You can check your SnapPy version with:

>>> import snappy
>>> snappy.__version__
'3.3.2'

If you have an older version of SnapPy, you can upgrade it with:

python -m pip install --upgrade snappy

or, if you are using SageMath:

sage -pip install --upgrade snappy

With the above setup, simply importing snappy will automatically import snappy_11_tets and make the extended census available in SnapPy. The extended census can then be accessed via SnapPy’s Manifold class. For example:

>>> m = snappy.Manifold('o11_123456')
>>> m.triangulation_isosig()
'lLALPzAMccbbegfhihjkkhhrwahhxrxhw_BbBa'

>>> m = snappy.Manifold('o11_123456(2,3)')
>>> m.triangulation_isosig()
'lLALPzAMccbbegfhihjkkhhrwahhxrxhw_BbBa(2,3)'

The iterator for all manifolds in this module, along with those in snappy_manifolds, is snappy.OrientableCuspedCensus. For example:

>>> len(snappy.OrientableCuspedCensus)
717993

>>> for M in snappy.OrientableCuspedCensus[-9:-6]: print(M, M.volume())
o11_505343(0,0) 11.0017490870299
o11_505344(0,0) 11.0075240445813
o11_505345(0,0) 11.0075240445813

>>> for M in snappy.OrientableCuspedCensus(num_cusps=2)[-3:]: print(M, M.volume(), M.num_cusps())
o11_505349(0,0)(0,0) 11.0179027639862 2
o11_505350(0,0)(0,0) 11.0232112584876 2
o11_505351(0,0)(0,0) 11.0232112584876 2

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 triangulations themselves are stored in the “isosig” format of Burton, as described in the appendix to this paper with an added “decoration” suffix that describes the peripheral framing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

snappy_11_tets-1.20-py3-none-any.whl (81.7 MB view details)

Uploaded Python 3

File details

Details for the file snappy_11_tets-1.20-py3-none-any.whl.

File metadata

  • Download URL: snappy_11_tets-1.20-py3-none-any.whl
  • Upload date:
  • Size: 81.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for snappy_11_tets-1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 1067bfa21728c16fa2280e21b8eafb2cb8916675d5193a5590aed29e17a8b7ab
MD5 c62726942a6f1da9e5414086dc03426c
BLAKE2b-256 59f8e55fdd1a3d2e9aa49d0cb9447e58f9178484767c49bf31c5bf69cbc9af40

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page