.. SnapPy documentation master file You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ====== SnapPy ====== What is SnapPy? =============== .. image:: images/SnapPy-196.png :align: right :alt: SnapPy logo SnapPy is a program for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It runs on Mac OS X, Linux, and Windows, and combines a link editor and 3D-graphics for Dirichlet domains and cusp neighborhoods with a powerful command-line interface based on the Python_ programming language. You can see it :doc:`in action`, learn how to :doc:`install` it, and watch the :doc:`tutorial`. .. _Python: http://python.org News ==== * Version 3.1 (May 2023): - A method :meth:`exterior_to_link ` for going from a link exterior to a link diagram taken from `Dunfield-Obeidin-Rudd `_. - Covers now computed by the stand-alone `low_index `_ module, which uses multiple processor cores and is typically much faster than the old code. In some cases, it is dramatically faster than even GAP or Magma. - Added geodesics to the :meth:`inside_view `. Here are some intersecting tubes about closed geodesics in the manifold ``v3539(5,1)``: .. image:: images/geodesics.jpg :width: 50% :align: center :alt: Geodesic tubes for v3539(5,1) - Added drilling any simple geodesic with :meth:`drill_word ` and :meth:`drill_words `, not just those that are :meth:`combinatorially simple `. - Added `ignore_orientation` flag to :meth:`triangulation_isosig `. - Added `include_words` flag to :meth:`length_spectrum ` for getting the word corresponding to a geodesic which can be given to :meth:`drill_word `. - Support for Python 3.11 and SageMath 10.0. - Modernized styling of the documentation. * Version 3.0.3 (December 2021): - Runs natively on Macs with Apple Silicon processors (M1, M2, and variants). * :doc:`Complete version history `. Documentation ============= .. toctree:: :maxdepth: 1 installing screenshots tutorial snappy plink spherogram snap verify other news credits bugs todo development Credits ======= Written by `Marc Culler `_, `Nathan Dunfield `_, and `Matthias Goerner `_ using the SnapPea kernel written by `Jeff Weeks `_, with contributions from :doc:`many others `. If you use SnapPy in your work, please :ref:`cite it as described here `. If you encounter problems with SnapPy, :doc:`please report them `. Released under the terms of the `GNU General Public License `_, version 2 or later. The development of SnapPy was partially supported by grants from the National Science Foundation, including DMS-0707136, DMS-0906155, DMS-1105476, DMS-1510204, DMS-1811156, and the Institute for Computational and Experimental Research in Mathematics. Any opinions, findings, and conclusions or recommendations expressed on this site are those of the authors and do not necessarily reflect the views of the National Science Foundation.