Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 907 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 907 Bytes

Pseudo Bridgeland Tilt Python Package

This is a Python wrapper around a Rust crate for computing a list of pseudo semistabilizers of a given Chern character (currently just on P^2). Less feature-ful and tested as https://github.com/benjaminschmidt/stability_conditions, but much faster.

Mathematics:

TODO

Installation

This python package in published to PyPI. Install it via pip in a python3 or sage environment, e.g.:

sage -pip install pseudo_bridgeland_tilt
pip3 install pseudo_bridgeland_tilt

Usage

>>> from pseudo_tilt import pseudo_semistabilizers
>>> pseudo_semistabilizers(3, 2, -4)

which gives expected output:

Computing pseudo semistabilizers for Chern Character: (3, 2ℓ, -4½ℓ²)

[(1, 0, 0), (4, -2, 1), (2, ...