CYTools#
Toric Calabi–Yau geometry library — external dependency, not part of the StringForge umbrella.
CYTools is the upstream geometry library on which the
StringForge ecosystem builds. It provides numerical tools for working with toric
varieties, lattice polytopes, triangulations, and Calabi–Yau hypersurfaces /
complete intersections derived from them. Within the ecosystem, CYTools is the
canonical input layer: most pipelines start from a cytools.Polytope or
cytools.calabiyau.CalabiYau.
Status#
External public dependency.
How the ecosystem uses it#
jaxvacua—cytools.Polytope,cytools.triangulation.Triangulation,cytools.Coneare imported byjaxvacua.conifold,jaxvacua.cytools_interface. Thecytools_interfacemodule translates acytools.CalabiYauobject into the inputs needed forlcs_tree.from_cytools.Planned Kähler-sector packages — expected to consume toric helpers such as
Polytope,Triangulation, andCalabiYauonce their public APIs are released.Planned axion-sector packages — expected to consume stabilised geometry and effective-field-theory data through their own public interfaces.
stringforge— does not directly depend on cytools at runtime; theLCSDatabaseand vacua-vault layers operate on already-loaded data.
Compatibility notes#
When using the CYTools Docker image, check the bundled NumPy version against the JAX-side requirements; mismatches can cause subtle array-protocol issues.
All ecosystem packages assume
JAX_ENABLE_X64=1is set before the first JAX import. CYTools itself does not require this.
Links#
Source / docs: https://cy.tools/
Reference paper: arXiv:2211.03823.