LICENSE
README.md
pyproject.toml
src/qmatsuite/__init__.py
src/qmatsuite.egg-info/PKG-INFO
src/qmatsuite.egg-info/SOURCES.txt
src/qmatsuite.egg-info/dependency_links.txt
src/qmatsuite.egg-info/entry_points.txt
src/qmatsuite.egg-info/requires.txt
src/qmatsuite.egg-info/top_level.txt
src/qmatsuite/analysis/__init__.py
src/qmatsuite/analysis/atomic_radii.py
src/qmatsuite/analysis/blob_store.py
src/qmatsuite/analysis/calculation_analysis.py
src/qmatsuite/analysis/energy.py
src/qmatsuite/analysis/kpath.py
src/qmatsuite/analysis/parsers.py
src/qmatsuite/analysis/plotting.py
src/qmatsuite/analysis/public.py
src/qmatsuite/analysis/structure_viz.py
src/qmatsuite/analysis/volume_artifacts.py
src/qmatsuite/api/__init__.py
src/qmatsuite/api/engines.py
src/qmatsuite/api/errors.py
src/qmatsuite/api/folder_import.py
src/qmatsuite/api/qe_io.py
src/qmatsuite/api/service.py
src/qmatsuite/api/utils.py
src/qmatsuite/api/_internal/__init__.py
src/qmatsuite/api/_mapping/__init__.py
src/qmatsuite/api/_mapping/dto_mapping.py
src/qmatsuite/api/_mapping/exc_mapping.py
src/qmatsuite/api/types/__init__.py
src/qmatsuite/api/types/analysis.py
src/qmatsuite/api/types/base.py
src/qmatsuite/api/types/calculation.py
src/qmatsuite/api/types/common.py
src/qmatsuite/api/types/error.py
src/qmatsuite/api/types/online_search.py
src/qmatsuite/api/types/run.py
src/qmatsuite/api/types/structure.py
src/qmatsuite/calculation/__init__.py
src/qmatsuite/calculation/calculation.py
src/qmatsuite/calculation/compat_executor.py
src/qmatsuite/calculation/folder_import.py
src/qmatsuite/calculation/geometry.py
src/qmatsuite/calculation/hash_utils.py
src/qmatsuite/calculation/importers.py
src/qmatsuite/calculation/input_runner.py
src/qmatsuite/calculation/io.py
src/qmatsuite/calculation/k_points_view.py
src/qmatsuite/calculation/manifest.py
src/qmatsuite/calculation/manifest_reconcile.py
src/qmatsuite/calculation/naming.py
src/qmatsuite/calculation/public.py
src/qmatsuite/calculation/results.py
src/qmatsuite/calculation/runner.py
src/qmatsuite/calculation/scan_tokens.py
src/qmatsuite/calculation/scan_validation.py
src/qmatsuite/calculation/species_config.py
src/qmatsuite/calculation/standalone.py
src/qmatsuite/calculation/step.py
src/qmatsuite/calculation/step_artifacts.py
src/qmatsuite/calculation/step_defaults.py
src/qmatsuite/calculation/step_done.py
src/qmatsuite/calculation/structure_steps.py
src/qmatsuite/calculation/types.py
src/qmatsuite/calculation/verification.py
src/qmatsuite/calculation/wannier90_kpoints.py
src/qmatsuite/cli/__init__.py
src/qmatsuite/cli/__main__.py
src/qmatsuite/cli/main.py
src/qmatsuite/core/__init__.py
src/qmatsuite/core/artifact_scanning.py
src/qmatsuite/core/calc_identity.py
src/qmatsuite/core/context.py
src/qmatsuite/core/debug.py
src/qmatsuite/core/driver_exceptions.py
src/qmatsuite/core/driver_protocol.py
src/qmatsuite/core/driver_registry.py
src/qmatsuite/core/exceptions.py
src/qmatsuite/core/journal.py
src/qmatsuite/core/library_manager.py
src/qmatsuite/core/locking.py
src/qmatsuite/core/models.py
src/qmatsuite/core/param_validation.py
src/qmatsuite/core/paths.py
src/qmatsuite/core/project_context.py
src/qmatsuite/core/project_utils.py
src/qmatsuite/core/provenance.py
src/qmatsuite/core/pseudo.py
src/qmatsuite/core/pseudo_config.py
src/qmatsuite/core/pseudo_libinfo.py
src/qmatsuite/core/pseudo_materialization.py
src/qmatsuite/core/pseudo_options.py
src/qmatsuite/core/pseudo_provenance.py
src/qmatsuite/core/pseudo_runtime.py
src/qmatsuite/core/public.py
src/qmatsuite/core/resolution.py
src/qmatsuite/core/resources.py
src/qmatsuite/core/selectors.py
src/qmatsuite/core/settings.py
src/qmatsuite/core/step_type_convert.py
src/qmatsuite/core/structure_canonicalize.py
src/qmatsuite/core/structure_fingerprint.py
src/qmatsuite/core/templates.py
src/qmatsuite/core/yaml_io.py
src/qmatsuite/core/yamldoc.py
src/qmatsuite/core/analysis/__init__.py
src/qmatsuite/core/analysis/base.py
src/qmatsuite/core/analysis/bundles.py
src/qmatsuite/core/analysis/capability.py
src/qmatsuite/core/analysis/cas_writer.py
src/qmatsuite/core/analysis/evidence.py
src/qmatsuite/core/analysis/field3d.py
src/qmatsuite/core/analysis/orchestrator.py
src/qmatsuite/core/analysis/policy.py
src/qmatsuite/core/analysis/primitives.py
src/qmatsuite/core/analysis/band_structure/__init__.py
src/qmatsuite/core/analysis/band_structure/model.py
src/qmatsuite/core/analysis/convergence/__init__.py
src/qmatsuite/core/analysis/convergence/model.py
src/qmatsuite/core/analysis/dos/__init__.py
src/qmatsuite/core/analysis/dos/model.py
src/qmatsuite/core/analysis/trajectory/__init__.py
src/qmatsuite/core/analysis/trajectory/model.py
src/qmatsuite/core/analysis/trajectory/utils.py
src/qmatsuite/core/analysis/transforms/__init__.py
src/qmatsuite/core/analysis/transforms/base.py
src/qmatsuite/core/analysis/transforms/diffusion.py
src/qmatsuite/core/analysis/transforms/energy_crop.py
src/qmatsuite/core/analysis/transforms/fermi_shift.py
src/qmatsuite/core/analysis/transforms/frame_slice.py
src/qmatsuite/core/analysis/transforms/msd.py
src/qmatsuite/core/analysis/transforms/rdf.py
src/qmatsuite/core/analysis/transforms/smoothing.py
src/qmatsuite/core/analysis/transforms/vacf.py
src/qmatsuite/core/engines/__init__.py
src/qmatsuite/core/engines/base.py
src/qmatsuite/core/engines/bundled_staging.py
src/qmatsuite/core/engines/cp2k_resolver.py
src/qmatsuite/core/engines/diagnostics.py
src/qmatsuite/core/engines/discovery.py
src/qmatsuite/core/engines/engine_installer.py
src/qmatsuite/core/engines/engine_meta.py
src/qmatsuite/core/engines/engine_registry.py
src/qmatsuite/core/engines/lammps_resolver.py
src/qmatsuite/core/engines/micromamba.py
src/qmatsuite/core/engines/orca_resolver.py
src/qmatsuite/core/engines/qe.py
src/qmatsuite/core/engines/qe_binary_locator.py
src/qmatsuite/core/engines/qe_calculation.py
src/qmatsuite/core/engines/qe_diagnostics.py
src/qmatsuite/core/engines/qe_installation.py
src/qmatsuite/core/engines/qe_pseudopotentials.py
src/qmatsuite/core/engines/qe_registry.py
src/qmatsuite/core/engines/qe_resolver.py
src/qmatsuite/core/engines/qe_seed.py
src/qmatsuite/core/engines/qmcpack_resolver.py
src/qmatsuite/core/engines/vasp_resolver.py
src/qmatsuite/core/engines/version_probe.py
src/qmatsuite/daemon/__init__.py
src/qmatsuite/daemon/jobs.py
src/qmatsuite/daemon/server.py
src/qmatsuite/data/__init__.py
src/qmatsuite/data/qe_metadata.py
src/qmatsuite/data/qe_module_parameters.json
src/qmatsuite/data/qe_module_parameters.legacy.v0.json
src/qmatsuite/data/qe_module_parameters.legacy.v1.json
src/qmatsuite/data/qe_module_parameters.legacy.v2.json
src/qmatsuite/data/qe_ui_parameters.json
src/qmatsuite/demo_store/__init__.py
src/qmatsuite/demo_store/authoring_ops.py
src/qmatsuite/demo_store/compiler.py
src/qmatsuite/demo_store/corpus.py
src/qmatsuite/demo_store/direct_snapshot.py
src/qmatsuite/demo_store/manifest.py
src/qmatsuite/demo_store/ref_packs.py
src/qmatsuite/demo_store/replay.py
src/qmatsuite/demo_store/roundtrip.py
src/qmatsuite/demo_store/translator.py
src/qmatsuite/demo_store/ulid_seed.py
src/qmatsuite/drivers/__init__.py
src/qmatsuite/drivers/abinit/__init__.py
src/qmatsuite/drivers/abinit/driver.py
src/qmatsuite/drivers/abinit/handler.py
src/qmatsuite/drivers/abinit/inputspec.py
src/qmatsuite/drivers/abinit/parser.py
src/qmatsuite/drivers/abinit/recipe.py
src/qmatsuite/drivers/abinit/writer.py
src/qmatsuite/drivers/abinit/data/__init__.py
src/qmatsuite/drivers/abinit/data/abinit_metadata.py
src/qmatsuite/drivers/abinit/data/abinit_tags.json
src/qmatsuite/drivers/abinit/io/__init__.py
src/qmatsuite/drivers/abinit/io/abinit_input.py
src/qmatsuite/drivers/abinit/parsers/__init__.py
src/qmatsuite/drivers/abinit/parsers/bands.py
src/qmatsuite/drivers/abinit/parsers/convergence.py
src/qmatsuite/drivers/abinit/parsers/dos.py
src/qmatsuite/drivers/abinit/parsers/field3d.py
src/qmatsuite/drivers/abinit/parsers/output.py
src/qmatsuite/drivers/abinit/parsers/trajectory.py
src/qmatsuite/drivers/cp2k/__init__.py
src/qmatsuite/drivers/cp2k/driver.py
src/qmatsuite/drivers/cp2k/handler.py
src/qmatsuite/drivers/cp2k/input_writer.py
src/qmatsuite/drivers/cp2k/inputspec.py
src/qmatsuite/drivers/cp2k/recipe.py
src/qmatsuite/drivers/cp2k/data/__init__.py
src/qmatsuite/drivers/cp2k/data/cp2k_metadata.py
src/qmatsuite/drivers/cp2k/data/cp2k_tags.json
src/qmatsuite/drivers/cp2k/io/__init__.py
src/qmatsuite/drivers/cp2k/io/cp2k_input.py
src/qmatsuite/drivers/cp2k/parsers/__init__.py
src/qmatsuite/drivers/cp2k/parsers/bands.py
src/qmatsuite/drivers/cp2k/parsers/convergence.py
src/qmatsuite/drivers/cp2k/parsers/dos.py
src/qmatsuite/drivers/cp2k/parsers/field3d.py
src/qmatsuite/drivers/cp2k/parsers/output.py
src/qmatsuite/drivers/cp2k/parsers/trajectory.py
src/qmatsuite/drivers/gaussian/__init__.py
src/qmatsuite/drivers/gaussian/driver.py
src/qmatsuite/drivers/gaussian/handler.py
src/qmatsuite/drivers/gaussian/inputspec.py
src/qmatsuite/drivers/gaussian/parser.py
src/qmatsuite/drivers/gaussian/recipe.py
src/qmatsuite/drivers/gaussian/writer.py
src/qmatsuite/drivers/gaussian/data/__init__.py
src/qmatsuite/drivers/gaussian/data/gaussian_metadata.py
src/qmatsuite/drivers/gaussian/data/gaussian_route_keywords.json
src/qmatsuite/drivers/gaussian/io/__init__.py
src/qmatsuite/drivers/gaussian/io/gaussian_input.py
src/qmatsuite/drivers/gaussian/parsers/__init__.py
src/qmatsuite/drivers/gaussian/parsers/convergence.py
src/qmatsuite/drivers/gaussian/parsers/field3d.py
src/qmatsuite/drivers/gaussian/parsers/output.py
src/qmatsuite/drivers/gaussian/parsers/trajectory.py
src/qmatsuite/drivers/gpaw/__init__.py
src/qmatsuite/drivers/gpaw/driver.py
src/qmatsuite/drivers/gpaw/handler.py
src/qmatsuite/drivers/gpaw/inputspec.py
src/qmatsuite/drivers/gpaw/parser.py
src/qmatsuite/drivers/gpaw/recipe.py
src/qmatsuite/drivers/gpaw/writer.py
src/qmatsuite/drivers/gpaw/parsers/__init__.py
src/qmatsuite/drivers/gpaw/parsers/bands.py
src/qmatsuite/drivers/gpaw/parsers/convergence.py
src/qmatsuite/drivers/gpaw/parsers/dos.py
src/qmatsuite/drivers/gpaw/parsers/field3d.py
src/qmatsuite/drivers/gpaw/parsers/trajectory.py
src/qmatsuite/drivers/lammps/__init__.py
src/qmatsuite/drivers/lammps/data_file.py
src/qmatsuite/drivers/lammps/driver.py
src/qmatsuite/drivers/lammps/handler.py
src/qmatsuite/drivers/lammps/inputspec.py
src/qmatsuite/drivers/lammps/recipe.py
src/qmatsuite/drivers/lammps/restart.py
src/qmatsuite/drivers/lammps/data/__init__.py
src/qmatsuite/drivers/lammps/data/lammps_commands.json
src/qmatsuite/drivers/lammps/data/lammps_metadata.py
src/qmatsuite/drivers/lammps/engine/__init__.py
src/qmatsuite/drivers/lammps/engine/lammps_potential.py
src/qmatsuite/drivers/lammps/io/__init__.py
src/qmatsuite/drivers/lammps/io/data.py
src/qmatsuite/drivers/lammps/io/script.py
src/qmatsuite/drivers/lammps/parsers/__init__.py
src/qmatsuite/drivers/lammps/parsers/output.py
src/qmatsuite/drivers/lammps/parsers/trajectory.py
src/qmatsuite/drivers/orca/__init__.py
src/qmatsuite/drivers/orca/driver.py
src/qmatsuite/drivers/orca/handler.py
src/qmatsuite/drivers/orca/inputspec.py
src/qmatsuite/drivers/orca/recipe.py
src/qmatsuite/drivers/orca/data/__init__.py
src/qmatsuite/drivers/orca/data/orca_keywords.json
src/qmatsuite/drivers/orca/data/orca_metadata.py
src/qmatsuite/drivers/orca/parsers/__init__.py
src/qmatsuite/drivers/orca/parsers/convergence.py
src/qmatsuite/drivers/orca/parsers/field3d.py
src/qmatsuite/drivers/orca/parsers/output.py
src/qmatsuite/drivers/orca/parsers/trajectory.py
src/qmatsuite/drivers/psi4/__init__.py
src/qmatsuite/drivers/psi4/driver.py
src/qmatsuite/drivers/psi4/handler.py
src/qmatsuite/drivers/psi4/inputspec.py
src/qmatsuite/drivers/psi4/recipe.py
src/qmatsuite/drivers/psi4/parsers/__init__.py
src/qmatsuite/drivers/psi4/parsers/convergence.py
src/qmatsuite/drivers/psi4/parsers/field3d.py
src/qmatsuite/drivers/psi4/parsers/trajectory.py
src/qmatsuite/drivers/pyscf/__init__.py
src/qmatsuite/drivers/pyscf/driver.py
src/qmatsuite/drivers/pyscf/handler.py
src/qmatsuite/drivers/pyscf/inputspec.py
src/qmatsuite/drivers/pyscf/recipe.py
src/qmatsuite/drivers/pyscf/parsers/__init__.py
src/qmatsuite/drivers/pyscf/parsers/convergence.py
src/qmatsuite/drivers/pyscf/parsers/field3d.py
src/qmatsuite/drivers/pyscf/parsers/trajectory.py
src/qmatsuite/drivers/qe/__init__.py
src/qmatsuite/drivers/qe/driver.py
src/qmatsuite/drivers/qe/handler.py
src/qmatsuite/drivers/qe/inputspec.py
src/qmatsuite/drivers/qe/param_registry.py
src/qmatsuite/drivers/qe/preflight.py
src/qmatsuite/drivers/qe/recipe.py
src/qmatsuite/drivers/qe/step_types.py
src/qmatsuite/drivers/qe/data/qe_metadata.py
src/qmatsuite/drivers/qe/engine/__init__.py
src/qmatsuite/drivers/qe/engine/qe_binary_locator.py
src/qmatsuite/drivers/qe/engine/qe_calculation.py
src/qmatsuite/drivers/qe/engine/qe_diagnostics.py
src/qmatsuite/drivers/qe/engine/qe_engine.py
src/qmatsuite/drivers/qe/engine/qe_installation.py
src/qmatsuite/drivers/qe/engine/qe_pseudopotentials.py
src/qmatsuite/drivers/qe/engine/qe_resolver.py
src/qmatsuite/drivers/qe/io/__init__.py
src/qmatsuite/drivers/qe/io/generator.py
src/qmatsuite/drivers/qe/io/model.py
src/qmatsuite/drivers/qe/io/parser.py
src/qmatsuite/drivers/qe/io/structure_io.py
src/qmatsuite/drivers/qe/ir/__init__.py
src/qmatsuite/drivers/qe/ir/mapping.py
src/qmatsuite/drivers/qe/parsers/__init__.py
src/qmatsuite/drivers/qe/parsers/bands.py
src/qmatsuite/drivers/qe/parsers/convergence.py
src/qmatsuite/drivers/qe/parsers/dos.py
src/qmatsuite/drivers/qe/parsers/field3d.py
src/qmatsuite/drivers/qe/parsers/neb_trajectory.py
src/qmatsuite/drivers/qe/parsers/output.py
src/qmatsuite/drivers/qe/parsers/trajectory.py
src/qmatsuite/drivers/qmcpack/__init__.py
src/qmatsuite/drivers/qmcpack/driver.py
src/qmatsuite/drivers/qmcpack/handler.py
src/qmatsuite/drivers/qmcpack/inputspec.py
src/qmatsuite/drivers/qmcpack/parser.py
src/qmatsuite/drivers/qmcpack/recipe.py
src/qmatsuite/drivers/qmcpack/writer.py
src/qmatsuite/drivers/qmcpack/data/__init__.py
src/qmatsuite/drivers/qmcpack/data/qmcpack_metadata.py
src/qmatsuite/drivers/qmcpack/data/qmcpack_tags.json
src/qmatsuite/drivers/qmcpack/io/__init__.py
src/qmatsuite/drivers/qmcpack/io/qmcpack_xml.py
src/qmatsuite/drivers/qmcpack/parsers/__init__.py
src/qmatsuite/drivers/qmcpack/parsers/convergence.py
src/qmatsuite/drivers/qmcpack/parsers/output.py
src/qmatsuite/drivers/siesta/__init__.py
src/qmatsuite/drivers/siesta/driver.py
src/qmatsuite/drivers/siesta/handler.py
src/qmatsuite/drivers/siesta/inputspec.py
src/qmatsuite/drivers/siesta/parser.py
src/qmatsuite/drivers/siesta/recipe.py
src/qmatsuite/drivers/siesta/writer.py
src/qmatsuite/drivers/siesta/io/__init__.py
src/qmatsuite/drivers/siesta/io/fdf.py
src/qmatsuite/drivers/siesta/parsers/__init__.py
src/qmatsuite/drivers/siesta/parsers/bands.py
src/qmatsuite/drivers/siesta/parsers/convergence.py
src/qmatsuite/drivers/siesta/parsers/dos.py
src/qmatsuite/drivers/siesta/parsers/field3d.py
src/qmatsuite/drivers/siesta/parsers/output.py
src/qmatsuite/drivers/siesta/parsers/trajectory.py
src/qmatsuite/drivers/vasp/__init__.py
src/qmatsuite/drivers/vasp/driver.py
src/qmatsuite/drivers/vasp/handler.py
src/qmatsuite/drivers/vasp/inputspec.py
src/qmatsuite/drivers/vasp/recipe.py
src/qmatsuite/drivers/vasp/reference.py
src/qmatsuite/drivers/vasp/staging.py
src/qmatsuite/drivers/vasp/data/__init__.py
src/qmatsuite/drivers/vasp/data/vasp_incar_tags.json
src/qmatsuite/drivers/vasp/data/vasp_metadata.py
src/qmatsuite/drivers/vasp/engine/__init__.py
src/qmatsuite/drivers/vasp/engine/vasp_potcar.py
src/qmatsuite/drivers/vasp/engine/vasp_runner.py
src/qmatsuite/drivers/vasp/io/__init__.py
src/qmatsuite/drivers/vasp/io/incar.py
src/qmatsuite/drivers/vasp/io/kpoints.py
src/qmatsuite/drivers/vasp/io/poscar.py
src/qmatsuite/drivers/vasp/parsers/__init__.py
src/qmatsuite/drivers/vasp/parsers/bands.py
src/qmatsuite/drivers/vasp/parsers/convergence.py
src/qmatsuite/drivers/vasp/parsers/dos.py
src/qmatsuite/drivers/vasp/parsers/field3d.py
src/qmatsuite/drivers/vasp/parsers/output.py
src/qmatsuite/drivers/vasp/parsers/trajectory.py
src/qmatsuite/drivers/w90/__init__.py
src/qmatsuite/drivers/w90/artifact_resolver.py
src/qmatsuite/drivers/w90/driver.py
src/qmatsuite/drivers/w90/handler.py
src/qmatsuite/drivers/w90/inputspec.py
src/qmatsuite/drivers/w90/recipe.py
src/qmatsuite/drivers/w90/data/__init__.py
src/qmatsuite/drivers/w90/data/w90_metadata.py
src/qmatsuite/drivers/w90/data/w90_tags.json
src/qmatsuite/drivers/w90/io/__init__.py
src/qmatsuite/drivers/w90/io/win.py
src/qmatsuite/drivers/w90/parsers/__init__.py
src/qmatsuite/drivers/w90/parsers/field3d.py
src/qmatsuite/drivers/w90/parsers/output.py
src/qmatsuite/drivers/xtb/__init__.py
src/qmatsuite/drivers/xtb/driver.py
src/qmatsuite/drivers/xtb/handler.py
src/qmatsuite/drivers/xtb/inputspec.py
src/qmatsuite/drivers/xtb/parser.py
src/qmatsuite/drivers/xtb/recipe.py
src/qmatsuite/drivers/xtb/writer.py
src/qmatsuite/drivers/xtb/data/__init__.py
src/qmatsuite/drivers/xtb/data/xtb_metadata.py
src/qmatsuite/drivers/xtb/data/xtb_tags.json
src/qmatsuite/drivers/xtb/io/__init__.py
src/qmatsuite/drivers/xtb/io/xtb_input.py
src/qmatsuite/drivers/xtb/parsers/__init__.py
src/qmatsuite/drivers/xtb/parsers/output.py
src/qmatsuite/drivers/xtb/parsers/trajectory.py
src/qmatsuite/drivers/yambo/__init__.py
src/qmatsuite/drivers/yambo/artifact_resolver.py
src/qmatsuite/drivers/yambo/driver.py
src/qmatsuite/drivers/yambo/handler.py
src/qmatsuite/drivers/yambo/inputspec.py
src/qmatsuite/drivers/yambo/parser.py
src/qmatsuite/drivers/yambo/recipe.py
src/qmatsuite/drivers/yambo/writer.py
src/qmatsuite/drivers/yambo/data/__init__.py
src/qmatsuite/drivers/yambo/data/yambo_metadata.py
src/qmatsuite/drivers/yambo/data/yambo_tags.json
src/qmatsuite/drivers/yambo/io/__init__.py
src/qmatsuite/drivers/yambo/io/yambo_input.py
src/qmatsuite/drivers/yambo/parsers/__init__.py
src/qmatsuite/drivers/yambo/parsers/output.py
src/qmatsuite/engine/__init__.py
src/qmatsuite/engine/base.py
src/qmatsuite/engine/cp2k_engine.py
src/qmatsuite/engine/cp2k_parser.py
src/qmatsuite/engine/cp2k_writer.py
src/qmatsuite/engine/engine_input.py
src/qmatsuite/engine/gpaw_engine.py
src/qmatsuite/engine/installation.py
src/qmatsuite/engine/lammps_engine.py
src/qmatsuite/engine/lammps_parser.py
src/qmatsuite/engine/lammps_potentials.py
src/qmatsuite/engine/lammps_writer.py
src/qmatsuite/engine/orca_engine.py
src/qmatsuite/engine/psi4_engine.py
src/qmatsuite/engine/public.py
src/qmatsuite/engine/pyscf_engine.py
src/qmatsuite/engine/qc_engine_base.py
src/qmatsuite/engine/qe_engine.py
src/qmatsuite/engine/qmcpack_engine.py
src/qmatsuite/engine/registry.py
src/qmatsuite/engine/vasp_engine.py
src/qmatsuite/engine/vasp_parser.py
src/qmatsuite/engine/vasp_writer.py
src/qmatsuite/engines/__init__.py
src/qmatsuite/engines/orca/__init__.py
src/qmatsuite/engines/orca/input_compiler.py
src/qmatsuite/engines/orca/property_parser.py
src/qmatsuite/engines/psi4/__init__.py
src/qmatsuite/engines/psi4/__main__.py
src/qmatsuite/engines/psi4/chain_execution.py
src/qmatsuite/engines/psi4/runner.py
src/qmatsuite/engines/pyscf/__init__.py
src/qmatsuite/engines/pyscf/__main__.py
src/qmatsuite/engines/pyscf/chain.py
src/qmatsuite/engines/pyscf/chain_execution.py
src/qmatsuite/engines/pyscf/runner.py
src/qmatsuite/execution/__init__.py
src/qmatsuite/execution/executor.py
src/qmatsuite/execution/handlers.py
src/qmatsuite/execution/job_graph.py
src/qmatsuite/execution/lammps_relax_handler.py
src/qmatsuite/execution/latest_selector.py
src/qmatsuite/execution/orca_relax_parser.py
src/qmatsuite/execution/post_job.py
src/qmatsuite/execution/preflight.py
src/qmatsuite/execution/public.py
src/qmatsuite/execution/pyscf_relax_handler.py
src/qmatsuite/execution/recipes.py
src/qmatsuite/execution/reference_resolver.py
src/qmatsuite/execution/relax_artifacts.py
src/qmatsuite/execution/scan_expansion.py
src/qmatsuite/execution/step_type_unpack.py
src/qmatsuite/execution/vasp_staging.py
src/qmatsuite/frontends/cli/app.py
src/qmatsuite/frontends/daemon/server.py
src/qmatsuite/inputformat/__init__.py
src/qmatsuite/inputformat/core.py
src/qmatsuite/inputformat/harness.py
src/qmatsuite/inputformat/parser.py
src/qmatsuite/inputformat/structure_utils.py
src/qmatsuite/inputformat/writer.py
src/qmatsuite/io/__init__.py
src/qmatsuite/io/lammps_data.py
src/qmatsuite/io/model.py
src/qmatsuite/io/online_cache.py
src/qmatsuite/io/online_search.py
src/qmatsuite/io/structure_io.py
src/qmatsuite/io/wannier90_input.py
src/qmatsuite/io/generator/__init__.py
src/qmatsuite/io/generator/qe_generator.py
src/qmatsuite/io/parser/__init__.py
src/qmatsuite/io/parser/cube_parser.py
src/qmatsuite/io/parser/qe_parser.py
src/qmatsuite/io/parser/volume_parsers.py
src/qmatsuite/io/providers/__init__.py
src/qmatsuite/io/providers/materials_project.py
src/qmatsuite/io/providers/optimade.py
src/qmatsuite/io/providers/pubchem.py
src/qmatsuite/io/pseudo/__init__.py
src/qmatsuite/io/pseudo/manager.py
src/qmatsuite/ir/__init__.py
src/qmatsuite/ir/parameters.py
src/qmatsuite/ir/backends/__init__.py
src/qmatsuite/ir/backends/qe/__init__.py
src/qmatsuite/ir/backends/qe/mapping.py
src/qmatsuite/ir/dialects/__init__.py
src/qmatsuite/ir/dialects/pw/__init__.py
src/qmatsuite/ir/dialects/qc/__init__.py
src/qmatsuite/ir/dialects/qc/mapping.py
src/qmatsuite/ir/dialects/qc/parameters.py
src/qmatsuite/legacy/__init__.py
src/qmatsuite/legacy/migrate.py
src/qmatsuite/mcp/__init__.py
src/qmatsuite/mcp/app.py
src/qmatsuite/mcp/envelope.py
src/qmatsuite/mcp/error_enrichment.py
src/qmatsuite/mcp/project.py
src/qmatsuite/mcp/search_index.py
src/qmatsuite/mcp/server.py
src/qmatsuite/mcp/knowledge/__init__.py
src/qmatsuite/mcp/knowledge/build_builtin.py
src/qmatsuite/mcp/knowledge/builtin_entries.py
src/qmatsuite/mcp/knowledge/insight_record.py
src/qmatsuite/mcp/knowledge/schema.py
src/qmatsuite/mcp/knowledge/store.py
src/qmatsuite/mcp/renderers/__init__.py
src/qmatsuite/mcp/renderers/ascii_renderer.py
src/qmatsuite/mcp/renderers/matplotlib_renderer.py
src/qmatsuite/mcp/renderers/plotext_renderer.py
src/qmatsuite/mcp/renderers/terminal_chart.py
src/qmatsuite/mcp/tools/__init__.py
src/qmatsuite/mcp/tools/_resource_utils.py
src/qmatsuite/mcp/tools/apply_preset.py
src/qmatsuite/mcp/tools/cleanup_project.py
src/qmatsuite/mcp/tools/create_calculation.py
src/qmatsuite/mcp/tools/demo_store.py
src/qmatsuite/mcp/tools/download_pseudo_library.py
src/qmatsuite/mcp/tools/generate_kpath.py
src/qmatsuite/mcp/tools/get_presets.py
src/qmatsuite/mcp/tools/get_results_summary.py
src/qmatsuite/mcp/tools/get_status.py
src/qmatsuite/mcp/tools/get_structure_detail.py
src/qmatsuite/mcp/tools/import_structure.py
src/qmatsuite/mcp/tools/init_project.py
src/qmatsuite/mcp/tools/inspect_calculation.py
src/qmatsuite/mcp/tools/list_analyses.py
src/qmatsuite/mcp/tools/list_calculations.py
src/qmatsuite/mcp/tools/list_engines.py
src/qmatsuite/mcp/tools/list_resources.py
src/qmatsuite/mcp/tools/list_structures.py
src/qmatsuite/mcp/tools/list_workflows.py
src/qmatsuite/mcp/tools/ping.py
src/qmatsuite/mcp/tools/plot_analysis.py
src/qmatsuite/mcp/tools/preview_compilation.py
src/qmatsuite/mcp/tools/promote_structure.py
src/qmatsuite/mcp/tools/quick_run.py
src/qmatsuite/mcp/tools/resolve_species_map.py
src/qmatsuite/mcp/tools/run_calculation.py
src/qmatsuite/mcp/tools/search_knowledge.py
src/qmatsuite/mcp/tools/search_parameters.py
src/qmatsuite/mcp/tools/set_parameters.py
src/qmatsuite/mcp/tools/set_species_map.py
src/qmatsuite/parsers/__init__.py
src/qmatsuite/parsers/registry.py
src/qmatsuite/parsers/qe/__init__.py
src/qmatsuite/parsers/qe/trajectory.py
src/qmatsuite/presets/__init__.py
src/qmatsuite/presets/capability.py
src/qmatsuite/presets/catalog.py
src/qmatsuite/presets/compiler.py
src/qmatsuite/presets/detector.py
src/qmatsuite/presets/dimensions.py
src/qmatsuite/presets/integration.py
src/qmatsuite/presets/oracle.py
src/qmatsuite/presets/paramspace.py
src/qmatsuite/presets/precision.py
src/qmatsuite/presets/precision_context.py
src/qmatsuite/presets/precision_variants.py
src/qmatsuite/presets/qc_precision.py
src/qmatsuite/presets/receivers.py
src/qmatsuite/presets/space_variant.py
src/qmatsuite/presets/spaces_registry.py
src/qmatsuite/presets/variants_registry.py
src/qmatsuite/project/__init__.py
src/qmatsuite/project/model.py
src/qmatsuite/project/snapshot.py
src/qmatsuite/project/storage.py
src/qmatsuite/provenance/__init__.py
src/qmatsuite/provenance/cas.py
src/qmatsuite/provenance/db.py
src/qmatsuite/provenance/errors.py
src/qmatsuite/provenance/locks.py
src/qmatsuite/provenance/opctx.py
src/qmatsuite/provenance/pins.py
src/qmatsuite/provenance/policy.py
src/qmatsuite/provenance/query.py
src/qmatsuite/provenance/recording.py
src/qmatsuite/provenance/restore.py
src/qmatsuite/provenance/scanner.py
src/qmatsuite/provenance/schema.py
src/qmatsuite/provenance/snapshots.py
src/qmatsuite/pseudo/__init__.py
src/qmatsuite/pseudo/layout.py
src/qmatsuite/pseudo/pipeline.py
src/qmatsuite/pseudo/registry.py
src/qmatsuite/resources/__init__.py
src/qmatsuite/resources/calculation_templates/lammps/md_npt.in.j2
src/qmatsuite/resources/calculation_templates/lammps/md_nve.in.j2
src/qmatsuite/resources/calculation_templates/lammps/md_nvt.in.j2
src/qmatsuite/resources/calculation_templates/lammps/minimize.in.j2
src/qmatsuite/resources/calculation_templates/si-bands/calculation.yaml
src/qmatsuite/resources/calculation_templates/si-bands/steps/bands-pp.step.yaml
src/qmatsuite/resources/calculation_templates/si-bands/steps/bands.step.yaml
src/qmatsuite/resources/calculation_templates/si-bands/steps/nscf.step.yaml
src/qmatsuite/resources/calculation_templates/si-bands/steps/scf.step.yaml
src/qmatsuite/resources/calculation_templates/si-dos/calculation.yaml
src/qmatsuite/resources/calculation_templates/si-dos/raw/nscf.pw.in
src/qmatsuite/resources/calculation_templates/si-dos/raw/scf.pw.in
src/qmatsuite/resources/calculation_templates/si-dos/steps/dos.step.yaml
src/qmatsuite/resources/calculation_templates/si-dos/steps/nscf.step.yaml
src/qmatsuite/resources/calculation_templates/si-dos/steps/scf.step.yaml
src/qmatsuite/resources/demo_projects/00_Si_scf.scf.json
src/qmatsuite/resources/demo_projects/01_H2.scf.json
src/qmatsuite/resources/demo_projects/04_Si_DOS.dos.json
src/qmatsuite/resources/demo_projects/04_Si_DOS.scf.json
src/qmatsuite/resources/demo_projects/06_Al_DOS.dos.json
src/qmatsuite/resources/demo_projects/06_Al_DOS.scf.json
src/qmatsuite/resources/demo_projects/07_Si_bandStructure.bands.json
src/qmatsuite/resources/demo_projects/07_Si_bandStructure.scf.json
src/qmatsuite/resources/demo_projects/08_Fe_DOS.dos.json
src/qmatsuite/resources/demo_projects/08_Fe_DOS.scf.json
src/qmatsuite/resources/demo_projects/09_Si_phonon.scf.json
src/qmatsuite/resources/demo_projects/12_NMR_gipaw.scf.json
src/qmatsuite/resources/demo_projects/13_graphene.bands.json
src/qmatsuite/resources/demo_projects/13_graphene.scf.json
src/qmatsuite/resources/demo_projects/15_bulk_modulus_Si.scf.json
src/qmatsuite/resources/demo_projects/abinit_si_bands.yml
src/qmatsuite/resources/demo_projects/abinit_si_relax.yml
src/qmatsuite/resources/demo_projects/abinit_si_scf.yml
src/qmatsuite/resources/demo_projects/cp2k_h2o_energy.yml
src/qmatsuite/resources/demo_projects/cp2k_h2o_geo_opt.yml
src/qmatsuite/resources/demo_projects/cp2k_si_relax.yml
src/qmatsuite/resources/demo_projects/formaldehyde_orca_tddft_README.md
src/qmatsuite/resources/demo_projects/gaussian_formaldehyde_tddft.yml
src/qmatsuite/resources/demo_projects/gaussian_water_hf.yml
src/qmatsuite/resources/demo_projects/gaussian_water_opt.yml
src/qmatsuite/resources/demo_projects/gpaw_al_scf.yml
src/qmatsuite/resources/demo_projects/gpaw_si_bands.yml
src/qmatsuite/resources/demo_projects/gpaw_si_scf.yml
src/qmatsuite/resources/demo_projects/import_report.json
src/qmatsuite/resources/demo_projects/import_report.md
src/qmatsuite/resources/demo_projects/lammps_lj_melt.yml
src/qmatsuite/resources/demo_projects/lammps_lj_minimize.yml
src/qmatsuite/resources/demo_projects/lammps_peptide_nvt.yml
src/qmatsuite/resources/demo_projects/methane_orca_freq_README.md
src/qmatsuite/resources/demo_projects/orca_demo_index.json
src/qmatsuite/resources/demo_projects/orca_formaldehyde_tddft.yml
src/qmatsuite/resources/demo_projects/orca_methane_freq.yml
src/qmatsuite/resources/demo_projects/orca_water_sp.yml
src/qmatsuite/resources/demo_projects/psi4_ethanol_sp.yml
src/qmatsuite/resources/demo_projects/psi4_h2o_opt.yml
src/qmatsuite/resources/demo_projects/psi4_water_scf.yml
src/qmatsuite/resources/demo_projects/pyscf_h2o_dft.yml
src/qmatsuite/resources/demo_projects/pyscf_n2_mp2.yml
src/qmatsuite/resources/demo_projects/pyscf_water_scf.yml
src/qmatsuite/resources/demo_projects/qe_al_dos.yml
src/qmatsuite/resources/demo_projects/qe_copper_wannier.yml
src/qmatsuite/resources/demo_projects/qe_diamond_wannier.yml
src/qmatsuite/resources/demo_projects/qe_fe_scf.yml
src/qmatsuite/resources/demo_projects/qe_graphene_bands.yml
src/qmatsuite/resources/demo_projects/qe_he_qmcpack_vmc.yml
src/qmatsuite/resources/demo_projects/qe_lih_qmcpack_vmc.yml
src/qmatsuite/resources/demo_projects/qe_si_bands_alt.yml
src/qmatsuite/resources/demo_projects/qe_si_dos_alt.yml
src/qmatsuite/resources/demo_projects/qe_si_scf.yml
src/qmatsuite/resources/demo_projects/qe_si_vc_relax.yml
src/qmatsuite/resources/demo_projects/qe_si_yambo_bse.yml
src/qmatsuite/resources/demo_projects/qe_si_yambo_gw.yml
src/qmatsuite/resources/demo_projects/qmcpack_h2_vmc.yml
src/qmatsuite/resources/demo_projects/qmcpack_he_vmc.yml
src/qmatsuite/resources/demo_projects/si_bands_demo.bands.json
src/qmatsuite/resources/demo_projects/si_bands_demo.scf.json
src/qmatsuite/resources/demo_projects/si_bands_demo.yml
src/qmatsuite/resources/demo_projects/si_dos_demo.dos.json
src/qmatsuite/resources/demo_projects/si_dos_demo.scf.json
src/qmatsuite/resources/demo_projects/si_dos_demo.yml
src/qmatsuite/resources/demo_projects/siesta_si_bands.yml
src/qmatsuite/resources/demo_projects/siesta_si_relax.yml
src/qmatsuite/resources/demo_projects/siesta_si_scf.yml
src/qmatsuite/resources/demo_projects/vasp_fe_magnetic.yml
src/qmatsuite/resources/demo_projects/vasp_si_bands.yml
src/qmatsuite/resources/demo_projects/vasp_si_dos.yml
src/qmatsuite/resources/demo_projects/vasp_si_relax.yml
src/qmatsuite/resources/demo_projects/vasp_si_scf.yml
src/qmatsuite/resources/demo_projects/water_orca_scf_README.md
src/qmatsuite/resources/demo_projects/water_pyscf_scf.scf.json
src/qmatsuite/resources/demo_projects/xtb_caffeine_grad.yml
src/qmatsuite/resources/demo_projects/xtb_water_md.yml
src/qmatsuite/resources/demo_projects/xtb_water_opt.yml
src/qmatsuite/resources/demo_projects/ref_packs/abinit_si_bands/bands.json
src/qmatsuite/resources/demo_projects/ref_packs/abinit_si_bands/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/abinit_si_relax/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/abinit_si_relax/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/abinit_si_relax/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/abinit_si_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/abinit_si_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_h2o_energy/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_h2o_energy/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_h2o_geo_opt/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_h2o_geo_opt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_h2o_geo_opt/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_si_relax/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_si_relax/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/cp2k_si_relax/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/gaussian_formaldehyde_tddft/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/gaussian_formaldehyde_tddft/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/gaussian_water_hf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/gaussian_water_hf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/gaussian_water_opt/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/gaussian_water_opt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/gaussian_water_opt/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/gpaw_al_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/gpaw_al_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/gpaw_si_bands/bands.json
src/qmatsuite/resources/demo_projects/ref_packs/gpaw_si_bands/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/gpaw_si_bands/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/gpaw_si_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/gpaw_si_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/lammps_lj_melt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/lammps_lj_melt/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/lammps_lj_minimize/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/lammps_lj_minimize/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/lammps_peptide_nvt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/lammps_peptide_nvt/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/orca_formaldehyde_tddft/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/orca_formaldehyde_tddft/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/orca_methane_freq/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/orca_methane_freq/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/orca_water_sp/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/orca_water_sp/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/psi4_ethanol_sp/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/psi4_ethanol_sp/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/psi4_h2o_opt/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/psi4_h2o_opt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/psi4_water_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/psi4_water_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/pyscf_h2o_dft/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/pyscf_h2o_dft/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/pyscf_n2_mp2/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/pyscf_n2_mp2/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/pyscf_water_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/pyscf_water_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_al_dos/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_al_dos/dos.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_al_dos/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_copper_wannier/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_copper_wannier/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_diamond_wannier/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_diamond_wannier/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_fe_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_fe_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_graphene_bands/bands.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_graphene_bands/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_graphene_bands/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_he_qmcpack_vmc/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_he_qmcpack_vmc/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_lih_qmcpack_vmc/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_lih_qmcpack_vmc/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_bands_alt/bands.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_bands_alt/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_bands_alt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_dos_alt/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_dos_alt/dos.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_dos_alt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_vc_relax/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_vc_relax/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_vc_relax/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_yambo_bse/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_yambo_bse/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_yambo_gw/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qe_si_yambo_gw/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qmcpack_h2_vmc/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qmcpack_h2_vmc/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/qmcpack_he_vmc/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/qmcpack_he_vmc/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/si_bands_demo/bands.json
src/qmatsuite/resources/demo_projects/ref_packs/si_bands_demo/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/si_bands_demo/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/si_dos_demo/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/si_dos_demo/dos.json
src/qmatsuite/resources/demo_projects/ref_packs/si_dos_demo/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/siesta_si_bands/bands.json
src/qmatsuite/resources/demo_projects/ref_packs/siesta_si_bands/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/siesta_si_relax/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/siesta_si_relax/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/siesta_si_relax/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/siesta_si_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/siesta_si_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_fe_magnetic/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_fe_magnetic/field3d.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_fe_magnetic/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_bands/bands.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_bands/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_bands/field3d.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_bands/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_dos/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_dos/dos.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_dos/field3d.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_dos/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_relax/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_relax/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_relax/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_scf/convergence.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_scf/field3d.json
src/qmatsuite/resources/demo_projects/ref_packs/vasp_si_scf/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/xtb_caffeine_grad/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/xtb_caffeine_grad/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/xtb_water_md/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/xtb_water_md/trajectory.json
src/qmatsuite/resources/demo_projects/ref_packs/xtb_water_opt/manifest.json
src/qmatsuite/resources/demo_projects/ref_packs/xtb_water_opt/trajectory.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/00_Si_scf.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/00_Si_scf.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/01_H2.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/03_Si_vc_relax.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/04_Si_DOS.dos.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/04_Si_DOS.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/04_Si_DOS.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/06_Al_DOS.dos.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/06_Al_DOS.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/06_Al_DOS.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/07_Si_bandStructure.bands.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/07_Si_bandStructure.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/07_Si_bandStructure.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/08_Fe_DOS.dos.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/08_Fe_DOS.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/08_Fe_DOS.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/09_Si_phonon.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/09_Si_phonon.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/12_NMR_gipaw.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/12_NMR_gipaw.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/13_graphene.bands.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/13_graphene.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/13_graphene.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/15_bulk_modulus_Si.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/15_bulk_modulus_Si.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/19_Si_CPMD.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/copper_wannier90_demo.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/diamond_wannier90_demo.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/formaldehyde_orca_tddft.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/formaldehyde_orca_tddft_README.md
src/qmatsuite/resources/demo_projects_archive_20260202_023753/import_report.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/import_report.md
src/qmatsuite/resources/demo_projects_archive_20260202_023753/methane_orca_freq.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/methane_orca_freq_README.md
src/qmatsuite/resources/demo_projects_archive_20260202_023753/orca_demo_index.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/si_bands_demo.bands.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/si_bands_demo.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/si_bands_demo.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/si_dos_demo.dos.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/si_dos_demo.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/si_dos_demo.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/silicon_wannier90_demo.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/water_orca_scf.yml
src/qmatsuite/resources/demo_projects_archive_20260202_023753/water_orca_scf_README.md
src/qmatsuite/resources/demo_projects_archive_20260202_023753/water_pyscf_scf.scf.json
src/qmatsuite/resources/demo_projects_archive_20260202_023753/water_pyscf_scf.yml
src/qmatsuite/resources/lammps/potentials/ATTRIBUTION
src/qmatsuite/resources/lammps/potentials/Cu_u3.eam
src/qmatsuite/resources/lammps/potentials/SiC.tersoff
src/qmatsuite/resources/lammps/potentials/data.peptide
src/qmatsuite/resources/pseudo/ATTRIBUTION
src/qmatsuite/resources/pseudo/Al.pbe-n-kjpaw_psl.1.0.0.UPF
src/qmatsuite/resources/pseudo/Al.pz-vbc.UPF
src/qmatsuite/resources/pseudo/B-PBE.upf
src/qmatsuite/resources/pseudo/C.pbe-n-kjpaw_psl.1.0.0.UPF
src/qmatsuite/resources/pseudo/C.pbe-rrkjus.UPF
src/qmatsuite/resources/pseudo/C.pbe-tm-gipaw.UPF
src/qmatsuite/resources/pseudo/C.pz-rrkjus.UPF
src/qmatsuite/resources/pseudo/C.pz-vbc.UPF
src/qmatsuite/resources/pseudo/Cu.pz-n-van_ak.UPF
src/qmatsuite/resources/pseudo/Fe.pbe-spn-kjpaw_psl.0.2.1.UPF
src/qmatsuite/resources/pseudo/H.BFD.xml
src/qmatsuite/resources/pseudo/H.pbe-kjpaw_psl.0.1.UPF
src/qmatsuite/resources/pseudo/H.pbe-rrkjus.UPF
src/qmatsuite/resources/pseudo/H.pbe-tm-gipaw.UPF
src/qmatsuite/resources/pseudo/H.pz-vbc.UPF
src/qmatsuite/resources/pseudo/H_ONCV_PBE-1.0.upf
src/qmatsuite/resources/pseudo/H_ONCV_PBE_sr.upf
src/qmatsuite/resources/pseudo/He.pbe-kjpaw_psl.1.0.0.UPF
src/qmatsuite/resources/pseudo/He_ONCV_PBE_sr.upf
src/qmatsuite/resources/pseudo/Li.BFD.xml
src/qmatsuite/resources/pseudo/Li.pbe-s-kjpaw_psl.0.2.1.UPF
src/qmatsuite/resources/pseudo/Li_ONCV_PBE_sr.upf
src/qmatsuite/resources/pseudo/N-PBE.upf
src/qmatsuite/resources/pseudo/O.pbe-n-kjpaw_psl.0.1.UPF
src/qmatsuite/resources/pseudo/O.pz-rrkjus.UPF
src/qmatsuite/resources/pseudo/Pb.pbe-dn-kjpaw_psl.0.2.2.UPF
src/qmatsuite/resources/pseudo/Si.pbe-n-rrkjus_psl.1.0.0.UPF
src/qmatsuite/resources/pseudo/Si.pbe-n-van.UPF
src/qmatsuite/resources/pseudo/Si.pbe-tm-gipaw.UPF
src/qmatsuite/resources/pseudo/Si.pz-vbc.UPF
src/qmatsuite/resources/pseudo_libinfo/CURRENT
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26/MANIFEST_PSEUDO_SEED.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26/PSEUDO_FILE_INDEX.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26/SHA256SUMS.txt
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v0/MANIFEST_PSEUDO_SEED.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v0/PSEUDO_FILE_INDEX.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v0/SHA256SUMS.txt
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v1/MANIFEST_PSEUDO_SEED.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v1/PSEUDO_FILE_INDEX.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v1/SHA256SUMS.txt
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v2/MANIFEST_PSEUDO_SEED.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v2/PSEUDO_FILE_INDEX.json
src/qmatsuite/resources/pseudo_libinfo/assets-2025-12-26_v2/SHA256SUMS.txt
src/qmatsuite/resources/structure_library/si.json
src/qmatsuite/viz/__init__.py
src/qmatsuite/viz/data_models.py
src/qmatsuite/workflow/__init__.py
src/qmatsuite/workflow/gen_steps.py
src/qmatsuite/workflow/generalized_steps.py
src/qmatsuite/workflow/public.py
src/qmatsuite/workflow/registry.py
src/qmatsuite/workflow/step_factory.py
src/qmatsuite/workflow/step_type_convert.py
src/qmatsuite/workflow/templates.py
tests/test_constitution_paths.py
tests/test_qe_resolution_diagnostics.py