Skip to main content

passagemath: Triangulations of point configurations and oriented matroids with TOPCOM

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-topcom provides an interface to TOPCOM, a package for computing triangulations of point configurations and oriented matroids by Jörg Rambau.

What is included

  • Raw access to all executables from Python using sage.features.topcom

  • The binary wheels published on PyPI include a prebuilt copy of TOPCOM.

Examples

Using TOPCOM programs on the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-topcom" sage -sh -c 'cube 4 | points2facets'
Evaluating Commandline Options ...
... done.
16,5:
{
{0,1,2,3,4,5,6,7}
{0,1,2,3,8,9,10,11}
{0,1,4,5,8,9,12,13}
{0,2,4,6,8,10,12,14}
{1,3,5,7,9,11,13,15}
{2,3,6,7,10,11,14,15}
{4,5,6,7,12,13,14,15}
{8,9,10,11,12,13,14,15}
}

Finding the installation location of a TOPCOM program:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-topcom[test]" ipython

In [1]: from sage.features.topcom import TOPCOMExecutable

In [2]: TOPCOMExecutable('points2allfinetriangs').absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/cef1668ecbdb8cf/lib/python3.11/site-packages/sage_wheels/bin/points2allfinetriangs'

Using sage.geometry.triangulation.point_configuration:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-topcom[test]" ipython

In [1]: from passagemath_topcom import *

In [2]: p = PointConfiguration([[-1,QQ('-5/9')], [0,QQ('10/9')], [1,QQ('-5/9')], [-2,QQ('-10/9')], [0,QQ('20/9')], [2,QQ('-10/9')]])

In [3]: PointConfiguration.set_engine('topcom')

In [4]: p_regular = p.restrict_to_regular_triangulations(True)

In [5]: regular = p_regular.triangulations_list()

In [6]: len(regular)
Out[6]: 16

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

passagemath_topcom-10.6.39.tar.gz (5.3 kB view details)

Uploaded Source

Built Distributions

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

passagemath_topcom-10.6.39-cp314-cp314t-macosx_13_0_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_topcom-10.6.39-cp314-cp314t-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_topcom-10.6.39-cp312-abi3-macosx_13_0_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.12+macOS 13.0+ x86-64

passagemath_topcom-10.6.39-cp312-abi3-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_topcom-10.6.39-cp311-cp311-macosx_13_0_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_topcom-10.6.39-cp311-cp311-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_topcom-10.6.39-cp310-cp310-macosx_13_0_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_topcom-10.6.39-cp310-cp310-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_topcom-10.6.39.tar.gz.

File metadata

  • Download URL: passagemath_topcom-10.6.39.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_topcom-10.6.39.tar.gz
Algorithm Hash digest
SHA256 5df52a135cb2933276594fe18d7977c58f5be7fbe8435b57ce00a022fdfbb71a
MD5 c604eac540cd6a29e452db9a16a421a7
BLAKE2b-256 55c26133bc6221b7290e9403aa769778b34e988038a6ddfdc6644bee86be55f3

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8245c02a1c220c39f56101dd7f5164f826194963cf6079334352c24a18eae0d1
MD5 51bb289cf6f7f214ea839dfb42cb77f1
BLAKE2b-256 d43a30a03b4f04290b2995a6a3b8fc7941cbd617479b0fac6920451978512273

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8d254372ff405e4a77ab406b5a85f975139a96974caed0621cc7d8b95429075e
MD5 f616a98e18f989582388db7900482040
BLAKE2b-256 038ac5344344f85cff9ac6986977cadc8db483d5c87fc338bed9f969256f43c2

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp312-abi3-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 680cd44d193ab16a409869567c48348dac791376829e2dbd7575da3bae78d606
MD5 828e2df2b77fd13f2a500c3180b11635
BLAKE2b-256 1c0c4cb83f72485ecd629d424fb006f2cf90053c52f7c67f5fe89453a965e00d

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp312-abi3-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3d7252fe740d3ef3d983d73f3216e9f9a14d3b948a92bea7a4a900165df95156
MD5 53fc10fcc4cdcf6d8e6f11f493bbb56d
BLAKE2b-256 c1acd1a8f20f41ff41c33631e1aeeceab51f9ad85185e9289120e1d948601baf

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 70ab98db47079ece40ed71ef4a69e95e5aad80b5668988c7a81d9f74b39fa46e
MD5 ea54811302cf10e8e6d26a8f538a20ae
BLAKE2b-256 a755b223c620a54ddb6e21d6eed864bdb179cf611f4a551056dbf5ce445a4b95

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1ae5d8d2010e9196b5d686dbe1c73227ff362f1c9b8293f5cdab05f09be66dcb
MD5 c4dfd4f4c5d4353a467e789d669da856
BLAKE2b-256 3af92864e5be1af96ac1c11ccdebbc5db5890596c517f8fc9ee6328609b1f237

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 60f98e62f300909a5f9103915045f085a4443d455e61e824166296c2e1a872c8
MD5 9866a385e4b63bd5ad30524b01e1abca
BLAKE2b-256 234c2b0ddab32b145881e29e7630fd95ed34fdecd97989fbb892c91ba3e5ac16

See more details on using hashes here.

File details

Details for the file passagemath_topcom-10.6.39-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_topcom-10.6.39-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 68a9e17787af2ddbfedbab822df56dd4fa84be17cb4115bdbe8b47f595766e85
MD5 42e8a9841fad9b2634cfcaddc304712f
BLAKE2b-256 393ce889df37566f390e40706f1332daf9341b018f76f9d63294907367486f44

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