.gitignore
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
STRUCTURE.md
environment.yml
pyproject.toml
pytest.ini
requirements.txt
.github/workflows/publish.yml
.github/workflows/tests.yml
assets/README.md
docs/conf.py
docs/index.md
docs/usage_examples.md
examples/README.md
recipes/fastmdx-alias/meta.yaml
recipes/fastmdxplora/meta.yaml
scripts/README.md
scripts/make_benzene.py
shim-package/README.md
shim-package/pyproject.toml
shim-package/src/fastmdx/__init__.py
src/fastmdxplora/__init__.py
src/fastmdxplora/_version.py
src/fastmdxplora/orchestrator.py
src/fastmdxplora.egg-info/PKG-INFO
src/fastmdxplora.egg-info/SOURCES.txt
src/fastmdxplora.egg-info/dependency_links.txt
src/fastmdxplora.egg-info/entry_points.txt
src/fastmdxplora.egg-info/requires.txt
src/fastmdxplora.egg-info/top_level.txt
src/fastmdxplora/analysis/__init__.py
src/fastmdxplora/analysis/analyze.py
src/fastmdxplora/analysis/base.py
src/fastmdxplora/analysis/cluster.py
src/fastmdxplora/analysis/contacts.py
src/fastmdxplora/analysis/dihedrals.py
src/fastmdxplora/analysis/dimred.py
src/fastmdxplora/analysis/hbonds.py
src/fastmdxplora/analysis/ligand_rmsd.py
src/fastmdxplora/analysis/ligand_rmsf.py
src/fastmdxplora/analysis/loading.py
src/fastmdxplora/analysis/orchestrator.py
src/fastmdxplora/analysis/pl_hbonds.py
src/fastmdxplora/analysis/plotting.py
src/fastmdxplora/analysis/qvalue.py
src/fastmdxplora/analysis/rg.py
src/fastmdxplora/analysis/rmsd.py
src/fastmdxplora/analysis/rmsf.py
src/fastmdxplora/analysis/sasa.py
src/fastmdxplora/analysis/ss.py
src/fastmdxplora/batch/__init__.py
src/fastmdxplora/batch/compare.py
src/fastmdxplora/batch/explorer.py
src/fastmdxplora/batch/sweep.py
src/fastmdxplora/cli/__init__.py
src/fastmdxplora/cli/main.py
src/fastmdxplora/config/__init__.py
src/fastmdxplora/config/generate.py
src/fastmdxplora/config/loader.py
src/fastmdxplora/config/schema.py
src/fastmdxplora/datasets/__init__.py
src/fastmdxplora/datasets/trp_cage.py
src/fastmdxplora/report/__init__.py
src/fastmdxplora/report/bundle.py
src/fastmdxplora/report/document.py
src/fastmdxplora/report/run.py
src/fastmdxplora/report/slides.py
src/fastmdxplora/setup/__init__.py
src/fastmdxplora/setup/forcefields.py
src/fastmdxplora/setup/ligand.py
src/fastmdxplora/setup/pdbfix.py
src/fastmdxplora/setup/pipeline.py
src/fastmdxplora/setup/prepare.py
src/fastmdxplora/simulation/__init__.py
src/fastmdxplora/simulation/pipeline.py
src/fastmdxplora/simulation/plumed.py
src/fastmdxplora/simulation/runner.py
src/fastmdxplora/utils/__init__.py
src/fastmdxplora/utils/logging.py
src/fastmdxplora/utils/native_output.py
src/fastmdxplora/utils/presenter.py
tests/__init__.py
tests/test_analysis_layer.py
tests/test_analysis_scope.py
tests/test_batch.py
tests/test_cli.py
tests/test_cli_flags.py
tests/test_compare.py
tests/test_concrete_analyses.py
tests/test_config.py
tests/test_forcefield_selector.py
tests/test_imports.py
tests/test_ligand.py
tests/test_ligand_rmsd.py
tests/test_logging.py
tests/test_md_engine_controls.py
tests/test_native_output.py
tests/test_orchestrator.py
tests/test_plumed.py
tests/test_presenter.py
tests/test_report_wiring.py
tests/test_setup_phase.py
tests/test_simulation_phase.py
tests/test_sub3_analyses.py