.coverage
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CLAUDE.md
README.md
TESTING.md
TODO.md
__init__.py
pyproject.toml
pytest.ini
run_tests.py
.claude/commands/publish.md
.github/workflows/ci.yml
docs/conf.py
docs/contributing.md
docs/deprecations.md
docs/examples.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/remote_submission_architecture.md
docs/requirements.txt
docs/usage.rst
docs/_static/.gitkeep
docs/_static/alomancy_logo.png
docs/api/configs.rst
docs/api/core.rst
docs/api/database.rst
docs/api/high_accuracy_evaluation.rst
docs/api/index.rst
docs/api/mlip.rst
docs/api/structure_generation.rst
docs/api/utils.rst
examples/basic_use/basic_use.py
examples/basic_use/input_files/hpc_config.yaml
examples/basic_use/input_files/standard_config.yaml
src/alomancy/__init__.py
src/alomancy/version.py
src/alomancy.egg-info/PKG-INFO
src/alomancy.egg-info/SOURCES.txt
src/alomancy.egg-info/dependency_links.txt
src/alomancy.egg-info/entry_points.txt
src/alomancy.egg-info/requires.txt
src/alomancy.egg-info/scm_file_list.json
src/alomancy.egg-info/scm_version.json
src/alomancy.egg-info/top_level.txt
src/alomancy/analysis/__init__.py
src/alomancy/analysis/alomancy_logo.png
src/alomancy/analysis/colors.py
src/alomancy/analysis/example_committee_al_loop_mae_plot.png
src/alomancy/analysis/mlip_plots.py
src/alomancy/analysis/plotting.py
src/alomancy/analysis/timing_plots.py
src/alomancy/cli/__init__.py
src/alomancy/cli/add_hpc.py
src/alomancy/cli/main.py
src/alomancy/cli/nuke.py
src/alomancy/cli/replot.py
src/alomancy/cli/upgrade_hpc.py
src/alomancy/configs/__init__.py
src/alomancy/configs/config_dictionaries.py
src/alomancy/configs/global_config.py
src/alomancy/configs/remote_info.py
src/alomancy/core/__init__.py
src/alomancy/core/base_active_learning.py
src/alomancy/core/standard_active_learning.py
src/alomancy/database/__init__.py
src/alomancy/database/global_database.py
src/alomancy/global_descriptor/__init__.py
src/alomancy/global_descriptor/atomic_distance_descriptor.py
src/alomancy/high_accuracy_evaluation/dft/__init__.py
src/alomancy/high_accuracy_evaluation/dft/run_qe.py
src/alomancy/high_accuracy_evaluation/dft/run_vasp.py
src/alomancy/initialize/__init__.pyu
src/alomancy/initialize/amorphize.py
src/alomancy/initialize/initialization_structure_list.py
src/alomancy/initialize/mp_interface.py
src/alomancy/initialize/singles_dimers_trimers.py
src/alomancy/initialize/stretch_and_compress.py
src/alomancy/mlip/__init__.py
src/alomancy/mlip/get_mace_eval_info.py
src/alomancy/mlip/mace_wfl.py
src/alomancy/remote_submission/__init__.py
src/alomancy/remote_submission/executor.py
src/alomancy/remote_submission/submitters.py
src/alomancy/structure_generation/__init__.py
src/alomancy/structure_generation/find_high_sd_structures.py
src/alomancy/structure_generation/select_initial_structures.py
src/alomancy/structure_generation/md/__init__.py
src/alomancy/structure_generation/md/generate_structures.py
src/alomancy/structure_generation/md/md_wfl.py
src/alomancy/utils/__init__.py
src/alomancy/utils/clean_structures.py
src/alomancy/utils/dft_utils.py
src/alomancy/utils/file_saving_and_parsing.py
src/alomancy/utils/logging_config.py
src/alomancy/utils/remote_ssh.py
src/alomancy/utils/remove_high_force_structures.py
src/alomancy/utils/remove_redundancy.py
src/alomancy/utils/test_train_manager.py
tests/__init__.py
tests/conftest.py
tests/test_package_init.py
tests/analysis_tests/__init__.py
tests/analysis_tests/test_colors.py
tests/analysis_tests/test_mlip_plots.py
tests/analysis_tests/test_plotting.py
tests/analysis_tests/test_timing_plots.py
tests/cli_tests/__init__.py
tests/cli_tests/test_add_hpc.py
tests/cli_tests/test_nuke.py
tests/cli_tests/test_replot.py
tests/cli_tests/test_upgrade_hpc.py
tests/configs_tests/__init__.py
tests/configs_tests/test_global_config.py
tests/configs_tests/test_load_dictionaries.py
tests/configs_tests/test_remote_info.py
tests/core_tests/test_base_active_learning.py
tests/core_tests/test_standard_active_learning.py
tests/database_tests/__init__.py
tests/database_tests/test_global_database.py
tests/high_acc_tests/test_dft_registry.py
tests/high_acc_tests/test_dft_utils.py
tests/high_acc_tests/test_quantum_espresso.py
tests/high_acc_tests/test_run_vasp.py
tests/initialize_tests/__init__.py
tests/initialize_tests/test_amorphize.py
tests/initialize_tests/test_create_initialization.py
tests/initialize_tests/test_initialization.py
tests/initialize_tests/test_mp_interface.py
tests/initialize_tests/test_singles_dimers_trimers.py
tests/initialize_tests/test_stretch_and_compress.py
tests/mlip_train_tests/test_mace_training.py
tests/remote_submission_tests/__init__.py
tests/remote_submission_tests/test_submitters.py
tests/struc_gen_tests/test_structure_generation.py
tests/utils_tests/test_remote_ssh.py
tests/utils_tests/test_remove_high_force_structures.py
tests/utils_tests/test_remove_redundancy.py
tests/utils_tests/test_utilities.py