stringforge.cy_io.CICYDatabase

Contents

stringforge.cy_io.CICYDatabase#

class stringforge.cy_io.CICYDatabase(hf_repo='aschachner/cy-database', cache_dir=None, offline=False, cache_mode='persistent', shard_cache_size=32, dataset=None)#

Bases: CYDatabase

Convenience subclass of CYDatabase pre-configured for the "cicy" sub-dataset (Complete Intersection Calabi-Yau models).

Models are identified by cicy_id in catalogue convention.

Example usage:

db = CICYDatabase()
rows = db.query(h11=1)

See the module page for the curated public method index. The class page is kept as the canonical object target for cross-references and the general index.