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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_topcom-10.6.42-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.42-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.42.tar.gz.

File metadata

  • Download URL: passagemath_topcom-10.6.42.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.42.tar.gz
Algorithm Hash digest
SHA256 c63bf2fdc419d3b517af3ba11260693e04952b32eb001f2d960061fdd2e011fa
MD5 d9d9644cb5c4224784ff6ce7d8bd5467
BLAKE2b-256 555d7a2ae353244d32b01073fc7cf17233602088df0c630d474213cf73c29851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6c6b8477f680895d0752f7f8af9dae6c321400af0b052cb495833bc20be805f5
MD5 1528b03052440bed7bca924d13baf8e0
BLAKE2b-256 9fbfa1f62cd7b1462ac8d9242a2b7e2840e6cc119661f59a87460352b00d04c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a5c857261c330fc74339e324e34a87f2987dfa6d0bb58aeca35a66c42c4a00dd
MD5 fcf7eb076240c25e8e6bc08e124698df
BLAKE2b-256 61c642ee717d3820752c4bf9d2145ad049850e4ed7764bee05f6eae314485d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 306cea303d9cb949e6b4ae530ce222d36bde2db134830ff6f027f0a2b0f409b0
MD5 f7d6fd639642cb2af5d57916e09e4beb
BLAKE2b-256 fe4eaf6a89c077cf8ceeb649192b8373db72b0cf57802ed9d5fd2834323c6dd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6e1b561a6d0fedc2d5f8a831a15e9eb73355f75530f64a64515b276cd3439c69
MD5 307a17211c107d558f503ebcc3b657ab
BLAKE2b-256 ec5a4f2e1b6ef75614f593cbe05e090ff7dd62cb48ae8dcc103696515049b391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c69c3f672160af6770b8bb6cb1f170b638ecef38c0fc0aea9a33ca12f6166e7
MD5 1dacc2c497f5a1c4365967cc03d8d2e6
BLAKE2b-256 2ed94b03bcec22ebe877e3c870539b97ee3e7622a2415c80f1aef03a449afad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f78e805b7c182eb07893f245c7aaff1559791eaefb8f6c2fd5395af69e58d077
MD5 4c3a975ef75140c246ecce7e3d0e97e6
BLAKE2b-256 4233e641ab702b5a278ec727da0ffa49152f0c44bc09feb680501b12dc61975b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d105dfd8b186ca464447dbe319258495511e0e7740f3e0d85a42b9a0f9c565b1
MD5 113bdc1d6b353198e0e628c354f0f39c
BLAKE2b-256 1bfa940b4687e4f3fea92999062015ecfb2b0d0eeb3de16d74d335e486d31d84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_topcom-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ffce2f26552cdc1d8fdae10dbfb75d59e1f77bb5f31c43611ff58224437f5fae
MD5 ad57753f8d2a4dc73a2a6106a2671a50
BLAKE2b-256 b001bc55c4d26da16cd44437a00cbb56fa04b6687284f9677b224a7f6ec4161d

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