LICENSE
README.md
pyproject.toml
src/findspingroup/__init__.py
src/findspingroup/batch_mcif.py
src/findspingroup/batch_poscar_roundtrip.py
src/findspingroup/batch_scif_roundtrip.py
src/findspingroup/cli.py
src/findspingroup/ferroelectric.py
src/findspingroup/find_spin_group.py
src/findspingroup/g0std_sg_cosets.py
src/findspingroup/output_schema.py
src/findspingroup/quasi2d.py
src/findspingroup/spin_splitting.py
src/findspingroup/version.py
src/findspingroup.egg-info/PKG-INFO
src/findspingroup.egg-info/SOURCES.txt
src/findspingroup.egg-info/dependency_links.txt
src/findspingroup.egg-info/entry_points.txt
src/findspingroup.egg-info/requires.txt
src/findspingroup.egg-info/top_level.txt
src/findspingroup/core/__init__.py
src/findspingroup/core/identify_spin_space_group.py
src/findspingroup/core/identify_symmetry_from_ops.py
src/findspingroup/core/pg_analyzer.py
src/findspingroup/core/symbol.py
src/findspingroup/core/tolerances.py
src/findspingroup/core/identify-py-222/databases/point_groups.db
src/findspingroup/core/identify-py-222/databases/space_groups.db
src/findspingroup/core/identify-py-222/databases/ssg_map.db
src/findspingroup/core/identify-py-222/databases/ssg_reduce.db
src/findspingroup/core/identify_index/__init__.py
src/findspingroup/core/identify_index/contract_222.py
src/findspingroup/core/identify_index/identify_index.py
src/findspingroup/core/identify_index/utils.py
src/findspingroup/core/identify_index/data/coplanar_222_lookup_v0924.json
src/findspingroup/core/identify_index/databases/__init__.py
src/findspingroup/core/identify_index/databases/point_groups.db
src/findspingroup/core/identify_index/databases/query_point_groups.py
src/findspingroup/core/identify_index/databases/query_space_groups.py
src/findspingroup/core/identify_index/databases/query_ssg_map.py
src/findspingroup/core/identify_index/databases/query_ssg_reduce.py
src/findspingroup/core/identify_index/databases/space_groups.db
src/findspingroup/core/identify_index/databases/ssg_map.db
src/findspingroup/core/identify_index/databases/ssg_reduce.db
src/findspingroup/core/identify_index/functions/__init__.py
src/findspingroup/core/identify_index/functions/find_ssg_reduce.py
src/findspingroup/core/identify_index/functions/find_stand_gen_maps.py
src/findspingroup/core/identify_index/functions/get_point_group.py
src/findspingroup/core/identify_index/functions/get_stand_trans.py
src/findspingroup/core/identify_index/functions/matrix_methods.py
src/findspingroup/data/ARITHMETIC_CRYSTAL_CLASS.py
src/findspingroup/data/MSGMPG_DB.py
src/findspingroup/data/PG_SYMBOL.py
src/findspingroup/data/POINT_GROUP_MATRIX.py
src/findspingroup/data/SG_SYMBOL.py
src/findspingroup/data/__init__.py
src/findspingroup/data/acc_aligned_p_index_loader.py
src/findspingroup/data/ssg_label_acc_kpoint_wave_index_20260604.json
src/findspingroup/examples/0.200_Mn3Sn.mcif
src/findspingroup/examples/0.800_MnTe.mcif
src/findspingroup/examples/1.0.48_MnSe2.mcif
src/findspingroup/examples/1.237_VCl2.mcif
src/findspingroup/examples/2.116_Na3Co2SbO6.mcif
src/findspingroup/examples/2.35_CrSe.mcif
src/findspingroup/examples/3.24_CaFe3Ti4O12.mcif
src/findspingroup/examples/CoNb3S6_tripleQ.mcif
src/findspingroup/examples/Fe.mcif
src/findspingroup/examples/MnO.mcif
src/findspingroup/examples/V2Te2O_input.mcif
src/findspingroup/examples/__init__.py
src/findspingroup/io/__init__.py
src/findspingroup/io/cif_parser.py
src/findspingroup/io/poscar_parser.py
src/findspingroup/io/scif_generator.py
src/findspingroup/structure/__init__.py
src/findspingroup/structure/cell.py
src/findspingroup/structure/group.py
src/findspingroup/utils/__init__.py
src/findspingroup/utils/international_symbol.py
src/findspingroup/utils/matrix_utils.py
src/findspingroup/utils/seitz_symbol.py
src/findspingroup/utils/space_group_flags.py
src/findspingroup/utils/symbolic_format.py
tests/test_batch_generate_files.py
tests/test_cif_parser.py
tests/test_export_mcif_results.py
tests/test_find_spin_group.py
tests/test_g0std_sg_cosets.py
tests/test_identify_contract.py
tests/test_identify_index_update_20260430.py
tests/test_identify_index_update_20260501.py
tests/test_international_symbol.py
tests/test_output_schema.py
tests/test_packaged_examples.py
tests/test_pg_analyzer_cluster_sites.py
tests/test_pg_symbol.py
tests/test_poscar_parser.py
tests/test_scif_parser.py
tests/test_spin_constraints.py