.gitignore
.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
STRUCTURE.md
environment.yml
fastmdx
pyproject.toml
pytest.ini
requirements.txt
.github/workflows/publish.yml
.github/workflows/tests.yml
assets/README.md
docs/api.md
docs/cli_reference.md
docs/conf.py
docs/configuration.md
docs/getting_started.md
docs/gui.md
docs/index.md
docs/installation.md
docs/interactions.md
docs/interactions_design.md
docs/phases.md
docs/production.md
docs/simulations.md
docs/usage_examples.md
docs/_static/.gitkeep
examples/README.md
examples/pdb_list.txt
recipes/fastmdxplora/recipe.yaml
scripts/README.md
scripts/compare_forcefield_defaults.py
scripts/compare_heterogen_policies.py
scripts/make_benzene.py
scripts/run_pdb_smoke_campaign.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/dependencies.py
src/fastmdxplora/explain.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/scm_file_list.json
src/fastmdxplora.egg-info/scm_version.json
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/describe.py
src/fastmdxplora/analysis/dihedrals.py
src/fastmdxplora/analysis/dimred.py
src/fastmdxplora/analysis/hbonds.py
src/fastmdxplora/analysis/interaction_summary.py
src/fastmdxplora/analysis/interactions.py
src/fastmdxplora/analysis/ligand_chemistry.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/pl_interactions.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/analysis/water_sites.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/gui/__init__.py
src/fastmdxplora/gui/browse.py
src/fastmdxplora/gui/config_builder.py
src/fastmdxplora/gui/directory_inspect.py
src/fastmdxplora/gui/exploration.py
src/fastmdxplora/gui/ligand_detection.py
src/fastmdxplora/gui/live_frames.py
src/fastmdxplora/gui/protein_preview.py
src/fastmdxplora/gui/report_dashboard.py
src/fastmdxplora/gui/run_from_config.py
src/fastmdxplora/gui/schema_payload.py
src/fastmdxplora/gui/server.py
src/fastmdxplora/gui/structure_info.py
src/fastmdxplora/gui/telemetry.py
src/fastmdxplora/gui/trajectory_playback.py
src/fastmdxplora/gui/static/3Dmol-LICENSE.txt
src/fastmdxplora/gui/static/3Dmol-min.js
src/fastmdxplora/gui/static/3Dmol-min.js.LICENSE.txt
src/fastmdxplora/gui/static/charts.js
src/fastmdxplora/gui/static/dashboard.css
src/fastmdxplora/gui/static/dashboard.js
src/fastmdxplora/gui/static/file-picker.js
src/fastmdxplora/gui/static/molecule-viewer.js
src/fastmdxplora/gui/static/run-builder.js
src/fastmdxplora/gui/static/theme.css
src/fastmdxplora/gui/templates/dashboard.html
src/fastmdxplora/report/__init__.py
src/fastmdxplora/report/bundle.py
src/fastmdxplora/report/context.py
src/fastmdxplora/report/convergence.py
src/fastmdxplora/report/document.py
src/fastmdxplora/report/methods.py
src/fastmdxplora/report/pdf.py
src/fastmdxplora/report/region_highlights.py
src/fastmdxplora/report/run.py
src/fastmdxplora/report/slides.py
src/fastmdxplora/report/summary_figure.py
src/fastmdxplora/setup/__init__.py
src/fastmdxplora/setup/ccd.py
src/fastmdxplora/setup/forcefields.py
src/fastmdxplora/setup/heterogens.py
src/fastmdxplora/setup/ligand.py
src/fastmdxplora/setup/membrane.py
src/fastmdxplora/setup/pdbfix.py
src/fastmdxplora/setup/pipeline.py
src/fastmdxplora/setup/prepare.py
src/fastmdxplora/setup/protonation.py
src/fastmdxplora/simulation/__init__.py
src/fastmdxplora/simulation/diagnose.py
src/fastmdxplora/simulation/metadynamics.py
src/fastmdxplora/simulation/pipeline.py
src/fastmdxplora/simulation/plumed.py
src/fastmdxplora/simulation/restraints.py
src/fastmdxplora/simulation/runner.py
src/fastmdxplora/simulation/steered.py
src/fastmdxplora/simulation/umbrella.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/conftest.py
tests/test_analysis_layer.py
tests/test_analysis_scope.py
tests/test_batch.py
tests/test_ccd.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_dashboard_coverage.py
tests/test_dependencies_declared.py
tests/test_diagnose.py
tests/test_docs_examples.py
tests/test_explain.py
tests/test_exploration.py
tests/test_failure_reporting.py
tests/test_forcefield_selector.py
tests/test_gui.py
tests/test_heterogens.py
tests/test_imports.py
tests/test_interface_parity.py
tests/test_ligand.py
tests/test_ligand_rmsd.py
tests/test_logging.py
tests/test_md_engine_controls.py
tests/test_membrane.py
tests/test_metadynamics.py
tests/test_native_output.py
tests/test_orchestrator.py
tests/test_pdb_smoke_campaign.py
tests/test_plotting_style.py
tests/test_plumed.py
tests/test_presenter.py
tests/test_protonation.py
tests/test_report_dashboard.py
tests/test_report_wiring.py
tests/test_restraints.py
tests/test_setup_layer.py
tests/test_setup_phase.py
tests/test_simulation_phase.py
tests/test_steered.py
tests/test_sub3_analyses.py
tests/test_umbrella.py
tests/test_water_sites.py