Skip to main content

Dynamics on surfaces

Project description

The surface_dynamics package for SageMath adds functionality related to interval exchange transformations, translation surfaces, mapping classes and more. It is distributed as an external Python package. It installs on top of an existing Sage installation (tested on versions 8.0, 8.1 and 8.2).

This package is based on SageMath and relies heavily on:

  • gmp or mpir for arbitrary precision arithmetic

  • PARI/GP for number field computations

  • GAP for finite groups representation and permutation groups

  • PPL (Parma Polyhedra Library) and LattE (Lattice point Enumeration) for polytope computations

Prerequisites

Installing surface_dynamics requires a working Sage installation (with Cython and gcc). It is also recommanded to install the optional SageMath packages gap_packages, database_gap and latte_int.

Installation

The module is distributed on PyPI. You just need to run the following command:

$ sage -pip install surface_dynamics [--user]

The –user option is optional and allows to install the module in your user space (and does not require administrator rights).

Documentation

Check

After installing surface_dynamics, check that it works by launching Sage and typing the following commands. You should get the same output as below.:

sage: from surface_dynamics.all import *
sage: o = Origami('(1,2)','(1,3)')
sage: o
(1,2)(3)
(1,3)(2)
sage: o.sum_of_lyapunov_exponents()
4/3
sage: o.lyapunov_exponents_approx()    # abs tol 0.05
[0.33441823619678734]
sage: o.veech_group()
Arithmetic subgroup with permutations of right cosets
 S2=(2,3)
 S3=(1,2,3)
 L=(1,2)
 R=(1,3)
sage: q = QuadraticStratum(1,1,1,1)
sage: q.orientation_cover()
H_5(2^4)
sage: q.components()
[Q_2(1^4)^hyp]
sage: c = q.components()[0]
sage: c
Q_2(1^4)^hyp
sage: c.orientation_cover_component()
H_5(2^4)^odd

sage: AbelianStrata(genus=3).list()
[H_3(4), H_3(3, 1), H_3(2^2), H_3(2, 1^2), H_3(1^4)]

sage: O = OrigamiDatabase()
sage: q = O.query(("stratum","=",AbelianStratum(2)), ("nb_squares","=",5))
sage: q.number_of()
2
sage: for o in q:
....:     print("%s\n- - - - - - - -" % o)
(1)(2)(3)(4,5)
(1,2,3,4)(5)
- - - - - - - -
(1)(2)(3,4,5)
(1,2,3)(4)(5)
- - - - - - - -
sage: Q12_reg = QuadraticStratum(12).regular_component()
sage: Q12_reg.lyapunov_exponents_H_plus(nb_iterations=2**20)   # abs tol 0.05
[0.6634, 0.4496, 0.2305, 0.0871]
sage: Q12_reg.lyapunov_exponents_H_minus(nb_iterations=2**20)  # abs tol 0.05
[1.0000, 0.3087, 0.1192]

Installing development version. Source code

The development webpage is https://github.com/videlec/flatsurf-package

Assuming you have the program git on your computer, you can install the development version with the command:

$ sage -pip install git+https://github.com/videlec/flatsurf-package [--user]

Contact

Your comments and help are welcome: vincent.delecroix@labri.fr For problems with Mac OS X: samuel.lelievre@gmail.com

Authors

  • Vincent Delecroix: maintainer

  • Samuel Lelièvre: contribution for origamis and permutation representative of quadratic strata

  • Charles Fougeron: Lyapunov exponents for strata coverings

Versions

  • flatsurf 0.4.0 was released on 2018-05-14 (as a Python package on PyPI)

  • flatsurf 0.3 was released on 2017-08-11 (as a Python package on PyPI)

  • flatsurf 0.2 was released on 2015-11-15 (as a Sage spkg).

  • flatsurf 0.1 was released on 2015-07-30 (as a Sage spkg).

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

surface_dynamics-0.4.0.tar.gz (11.4 MB view details)

Uploaded Source

File details

Details for the file surface_dynamics-0.4.0.tar.gz.

File metadata

File hashes

Hashes for surface_dynamics-0.4.0.tar.gz
Algorithm Hash digest
SHA256 4be5b95dd5676ef76908fecd3dfcb503f29bbf7d1da304b34e6a5abd692f0fa2
MD5 6b5b671a5f8981b067c5333cda57cb7c
BLAKE2b-256 528d9d27f127f159ac58f31a318c36a633d992b5f2430f0624a01910e3c1f5b6

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