LICENSE
MANIFEST.in
README.md
pyproject.toml
src/Auto3D/.gitignore
src/Auto3D/SPE.py
src/Auto3D/__init__.py
src/Auto3D/auto3D.py
src/Auto3D/auto3Dcli.py
src/Auto3D/chunk_manager.py
src/Auto3D/clash_relief.py
src/Auto3D/config.py
src/Auto3D/constants.py
src/Auto3D/embedding.py
src/Auto3D/exceptions.py
src/Auto3D/filtering.py
src/Auto3D/id_mapping.py
src/Auto3D/isomer_engine.py
src/Auto3D/job_layout.py
src/Auto3D/model_factory.py
src/Auto3D/processors.py
src/Auto3D/ranking.py
src/Auto3D/results.py
src/Auto3D/tautomer.py
src/Auto3D/torch_config.py
src/Auto3D/workflow.py
src/Auto3D/workflow_workers.py
src/Auto3D.egg-info/PKG-INFO
src/Auto3D.egg-info/SOURCES.txt
src/Auto3D.egg-info/dependency_links.txt
src/Auto3D.egg-info/entry_points.txt
src/Auto3D.egg-info/requires.txt
src/Auto3D.egg-info/top_level.txt
src/Auto3D/ASE/__init__.py
src/Auto3D/ASE/geometry.py
src/Auto3D/ASE/thermo.py
src/Auto3D/batch_opt/ANI2xt_no_rep.py
src/Auto3D/batch_opt/__init__.py
src/Auto3D/batch_opt/batchopt.py
src/Auto3D/batch_opt/fire_optimizer.py
src/Auto3D/batch_opt/model_wrapper.py
src/Auto3D/batch_opt/optimization_engine.py
src/Auto3D/batch_opt/padding.py
src/Auto3D/cli/__init__.py
src/Auto3D/cli/app.py
src/Auto3D/cli/config_schema.py
src/Auto3D/cli/console.py
src/Auto3D/cli/errors.py
src/Auto3D/cli/progress.py
src/Auto3D/cli/results.py
src/Auto3D/cli/commands/__init__.py
src/Auto3D/cli/commands/config.py
src/Auto3D/cli/commands/models.py
src/Auto3D/cli/commands/properties.py
src/Auto3D/cli/commands/run.py
src/Auto3D/cli/commands/validate.py
src/Auto3D/isomers/__init__.py
src/Auto3D/isomers/base.py
src/Auto3D/isomers/factory.py
src/Auto3D/models/__init__.py
src/Auto3D/models/adapter.py
src/Auto3D/models/ani2xt_no_repulsion.pt
src/Auto3D/models/contract.py
src/Auto3D/models/loading.py
src/Auto3D/models/preflight.py
src/Auto3D/models/species.py
src/Auto3D/utils/__init__.py
src/Auto3D/utils/atomic_io.py
src/Auto3D/utils/connectivity.py
src/Auto3D/utils/convergence.py
src/Auto3D/utils/energy.py
src/Auto3D/utils/geometry.py
src/Auto3D/utils/logging_config.py
src/Auto3D/utils/molprops.py
src/Auto3D/utils/output_guard.py
src/Auto3D/utils/reconciliation.py
src/Auto3D/utils/sdf_io.py
src/Auto3D/utils/smi_io.py
src/Auto3D/utils/stereo_check.py
src/Auto3D/utils/stereochemistry.py
src/Auto3D/utils/validation.py
tests/test_SPE.py
tests/test_adapter_atom_mask.py
tests/test_ani2xt_atom_energies.py
tests/test_ase_geometry.py
tests/test_ase_torch_config.py
tests/test_atomic_io.py
tests/test_auto3D.py
tests/test_auto3Dcli.py
tests/test_batchopt.py
tests/test_chunk_manager.py
tests/test_cli.py
tests/test_cli_app.py
tests/test_cli_commands_config.py
tests/test_cli_config_schema.py
tests/test_cli_console.py
tests/test_cli_errors.py
tests/test_cli_exit_codes.py
tests/test_cli_property_commands.py
tests/test_cli_results.py
tests/test_cli_security.py
tests/test_config.py
tests/test_config_parity.py
tests/test_conftest_isolation_guards.py
tests/test_custom_nnp_contract.py
tests/test_custom_nnp_eager.py
tests/test_durability.py
tests/test_e_tot_units.py
tests/test_filtering.py
tests/test_fire_optimizer.py
tests/test_helpers_pipeline_output.py
tests/test_id_mapping.py
tests/test_import_boundaries.py
tests/test_isomer_engine.py
tests/test_isomer_engine_hardening.py
tests/test_isomers.py
tests/test_job_layout.py
tests/test_lazy_torchani_import.py
tests/test_legacy_yaml_parity.py
tests/test_logging_config.py
tests/test_model_adapter.py
tests/test_model_caching.py
tests/test_model_factory.py
tests/test_model_preflight.py
tests/test_model_wrapper.py
tests/test_mp_start_method.py
tests/test_optimization_engine.py
tests/test_optimization_engine_indexing.py
tests/test_optimization_engine_validation.py
tests/test_output_overwrite_gates.py
tests/test_packaging_metadata.py
tests/test_padding.py
tests/test_padding_invariance.py
tests/test_parallel_embed.py
tests/test_pipeline_e2e.py
tests/test_processors.py
tests/test_progress.py
tests/test_public_api.py
tests/test_ranking.py
tests/test_results.py
tests/test_sdf_isomer_enumeration.py
tests/test_smiles_stereo_warning.py
tests/test_species_conversion.py
tests/test_species_module.py
tests/test_stereo_identity.py
tests/test_stereo_postopt.py
tests/test_stereochemistry_validation.py
tests/test_tauto.py
tests/test_tautomer_select.py
tests/test_tautomer_stereo.py
tests/test_thermo.py
tests/test_thermo_helpers.py
tests/test_thermo_imaginary_mode_inversion.py
tests/test_thermo_projection.py
tests/test_thermo_record_assertions.py
tests/test_thermo_reference.py
tests/test_thermo_transition_state.py
tests/test_torch_config.py
tests/test_utils.py
tests/test_utils_connectivity.py
tests/test_utils_energy_constants.py
tests/test_utils_geometry.py
tests/test_utils_molprops.py
tests/test_utils_reconciliation.py
tests/test_utils_sdf_io.py
tests/test_utils_smi_io.py
tests/test_utils_stereochemistry.py
tests/test_utils_validation.py
tests/test_validate_run_parity.py
tests/test_validation.py
tests/test_validation_errors.py
tests/test_workflow.py