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 sage.all__sagemath_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.35.tar.gz (4.8 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.35-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.35-cp314-cp314t-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_topcom-10.6.35-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.35-cp312-abi3-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_topcom-10.6.35-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.35-cp311-cp311-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_topcom-10.6.35-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.35-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.35.tar.gz.

File metadata

  • Download URL: passagemath_topcom-10.6.35.tar.gz
  • Upload date:
  • Size: 4.8 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.35.tar.gz
Algorithm Hash digest
SHA256 59b0ec682e105ec6da609bb84396952447388a20cd8e223ef44c36a53e44fe52
MD5 8d45191063d2ab7e1762f27bdb978840
BLAKE2b-256 6a24431039b9a986e2516233678bf2bdc13ab62f8b00b449ac30fcadba97931b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78a4a87feb888294b0f64df63f7d439fa08295a8edf92c3ff55ff832055106b1
MD5 39bc6b4ba95da2870bb2d727ef9d3c3b
BLAKE2b-256 56373199eb414edc917d08aeb98bbc32f0ce57794d0a2c83c12e09d17eb76a12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5455f48125a209680a66cca35cf67429d100374250062947254c88db94874d37
MD5 8a1c6867b73b5a8671b61541a89852a3
BLAKE2b-256 8a3f490127172afdb2bcefe0e7aafdc7c554fa0fe6e7972c3634c7c9b5a16fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e782a84244d3a550a8dfcbedef82ec5249e695795a13861ce8a8c8e138f7527e
MD5 a8ef2cdf1deab7ccc3abee8758ef0f99
BLAKE2b-256 6a741d2ae1457532100da4c5e45a26ba84a17cf6c628454824bb406053b5af0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 92b9cf7bcce6d09008c8ee0428eaf1fb0a3c27943ab168c79e43fd70b9a734f0
MD5 11fa84bbc2f518a86fc3a9443dbebd5c
BLAKE2b-256 df9252198bb910cc7231fa9f4b60a0ec12f3d81fa63480b6b4500a6a23d83580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f38dada6d145a7d3e2ae402844f64f603563c63d72a4f342976ef735393385b8
MD5 06c16ef3acb7caa68e0b1292d69f2a90
BLAKE2b-256 424e16b1155ec7967451eca43379345ed7e4eb88da4e4c9795b3e33eb10c9629

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cdf0d463463921bd8874b86107538dd2b757a30e2575acfa879d7219727ab4ba
MD5 97a7e9726a950575aba22e5af5bfbccf
BLAKE2b-256 11bb9974750f49ce1eb82cb3336fc32241f610c53ac23b462074df2570d98b3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9397c6c701d83baf7c08c0a6c2adb7bd4e9c5cb4b42dc0c091e95d1d59883b23
MD5 06eb8784b11709820bdd6b807f5604af
BLAKE2b-256 5b7c3b267c98f1518bd3a0f2a080591d53447031aae837e734b307ae8e31cabe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.35-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8ebe3b28d3ca9819a6b9ddbccb52bd4cbc82060da9156cb2e61dda45ecd17fde
MD5 269d7153a606bd900039f1ac0544b1a0
BLAKE2b-256 a00bf3696876c5eedbcfb552ca37b5d8b80eb11f2b867f039ebc2010b5f4d708

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