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.14.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.45.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.45-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.45-cp314-cp314t-macosx_13_0_arm64.whl (14.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_topcom-10.6.45-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.45-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.45.tar.gz.

File metadata

  • Download URL: passagemath_topcom-10.6.45.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.45.tar.gz
Algorithm Hash digest
SHA256 4d5651f4e272acc8d9c27792ccfb501e99314a41b0bc04798a6bac226cff360a
MD5 3005aa83e187c26259bd0d3b363a7064
BLAKE2b-256 83a86cbba3a45091dafe26d76d71c40a770150b3fbfc64265c55fe6674f2d254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a1c11a271bdd252a83728e41a4c910c91f58ad0861f035ea2ed0efa7100993ea
MD5 428bd8e87aa8ad308bb683e2cc685624
BLAKE2b-256 3dd279fbcf673d2db68c993023356c21ebf8475c251dc11c4f83796c642c6458

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 71f16edc45aa1b45207fcd8406a3cf4060b4b2a8c7339072618a6910ecd8bc45
MD5 91d3955a1a820b1dafa7a2002e64f34d
BLAKE2b-256 04cdfbce62a776351a79ecef15739ab9f23a97e748127dcae62d0475dcabe0bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b0c46b5b45c3c94922380f36f0887bc9c0a8589ccd810c420219f9a24a571b1a
MD5 d8b504852f9849855a883a6f5ec03c7b
BLAKE2b-256 8e827023a206acb4385d1e0fa02c4f5b632ee54bed3700249e002425c2a4f0e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1c1e6fb3aabe40aa8b78ecff1bc9e23966f9a08b3961ed4a8ae32f48c4766889
MD5 6cfb1d285fe7decf03b18c251fa7779d
BLAKE2b-256 441883e3561cee8c7b622d523eaf8dd1157d3391d0fa1e45f0e72bfccc88fbba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8fd09ea5dd52a8a166bc88fd0d422739c9a5faf4ee7a80571051068a1f6bfc2e
MD5 d0dc2b707a60e12a49a0751a333a1974
BLAKE2b-256 7a5d1b3bb5d8a49b79fa67eca407bb6acebf1cd80671727c55e7eb7428f6dedb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d200eaace055035ffede73720d08b3abe3b5750c3cf07b4f9fef5e9488b29b9a
MD5 32c831f9b3f94a244f979e2784dcac11
BLAKE2b-256 2ce5d5a208af83b14b634ddef825c6bffe30b8b048e8049a0b8bb3a85adb748c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6d6af93aeb06af75f4f1625c0b102dda95e680ccd74e6ca49ad977e2965e8bf3
MD5 6896e231046261113f47689d74d53286
BLAKE2b-256 43d34e5bbde9189475400761a7530ddd8a692269b853c251583eb35f234ae2c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.45-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3ac3f01a2710ad1c35948ea1af0bf13146dca959fce654faae1370e2acdd9450
MD5 a394f1683a300dc9d8cde7e3f31e8dbe
BLAKE2b-256 df2638e35093b1e8c8ebfd706070ebec883f79486054aaf91b7b9b5a6b111bbe

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