sagemath_homfly: Homfly polynomials of knots/links with libhomfly¶
This pip-installable distribution passagemath-homfly
provides a Cython interface
to the libhomfly library.
What is included¶
Examples¶
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-homfly[test]" ipython
In [1]: from sage.libs.homfly import homfly_polynomial_dict
In [2]: trefoil = '1 6 0 1 1 -1 2 1 0 -1 1 1 2 -1 0 1 1 1 2 1'
In [3]: homfly_polynomial_dict(trefoil)
Out[3]: {(-4, 0): -1, (-2, 0): -2, (-2, 2): 1}
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
10.6.3
version_requirements.txt:
passagemath-homfly ~= 10.6.3.0
Equivalent System Packages¶
(none known)