jaxvacua.conifold.coni.find_conifolds

Contents

jaxvacua.conifold.coni.find_conifolds#

find_conifolds(polytope, FRSTs=None, n_conifolds=2, verbosity=0)#

Identifies conifold limits in complex structure moduli space by searching for flop transitions in the triangulations of a toric polytope.

Parameters:
  • polytope (Polytope) – Toric polytope of the CY model.

  • FRSTs (Optional[List[Triangulation]]) – Pre-computed fine, regular, star triangulations of the dual polytope. If None, all NTFE classes are computed automatically. Defaults to None.

  • n_conifolds (int) – Number of conifold divisors — i.e. the number of interior points of the 1-face \(f_1\). Defaults to 2.

  • verbosity (int) – 0 — silent; 1 — prints candidate count; 2 — prints each conifold found. Defaults to 0.

Returns:
  • list of Conifold – All Conifold instances found across all

  • provided triangulations.