Python wrapper for Zoltán Szabó's HFK (Heegaard Floer Knot homology) Calculator. Computes knot Floer homology invariants including the tau invariant, epsilon invariant, and the full HFK chain complex. Current version 1.2.2, with periodic releases.
pip install knot-floer-homologyVerified import paths — ran on the pinned version, not inferred.
Basic usage: compute knot Floer homology for the trefoil knot over Z/2Z using snappy's Manifold.
No fix needed; just aware that performance may differ from earlier versions.
Install sphereogram independently if needed: pip install sphereogram
Upgrade to v1.1 or later.
Use import knot_floer_homology
Update to >=1.0.0 and use kfh.compute(manifold, prime=...).
Upgrade to v1.1 or later.
Install with pip install knot-floer-homology, then import knot_floer_homology (underscores).