.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/container.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
assets/README.md
container/fastmdx.def
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/remote.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/advisories.py
src/fastmdxplora/dependencies.py
src/fastmdxplora/explain.py
src/fastmdxplora/ligand_detection.py
src/fastmdxplora/orchestrator.py
src/fastmdxplora/provenance.py
src/fastmdxplora/statistics.py
src/fastmdxplora/structure_info.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/metad_surface.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/pmf.py
src/fastmdxplora/analysis/qvalue.py
src/fastmdxplora/analysis/reweight.py
src/fastmdxplora/analysis/reweighted_averages.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/steered_work.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/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/reweighted.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/membrane_fit.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/metad_surface.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_a_cap_is_not_a_ligand.py
tests/test_a_checkpoint_does_not_promise_resume.py
tests/test_a_circle_is_measured_the_short_way.py
tests/test_a_closed_turn_measures_itself.py
tests/test_a_crossing_goes_between_basins.py
tests/test_a_cutoff_belongs_to_its_force_field.py
tests/test_a_hill_reaches_round_the_turn.py
tests/test_a_log_says_where_a_run_begins.py
tests/test_a_message_says_what_to_do.py
tests/test_a_metal_in_a_site_is_not_held.py
tests/test_a_missing_structure_says_so.py
tests/test_a_run_says_which_platforms_it_found.py
tests/test_a_study_shows_its_progress.py
tests/test_a_superposition_needs_three_atoms.py
tests/test_a_warning_arrives_while_it_can_help.py
tests/test_advice_a_platform_can_take.py
tests/test_analysis_layer.py
tests/test_analysis_scope.py
tests/test_batch.py
tests/test_box_record_and_bias_wording.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_config_normalisation.py
tests/test_dashboard_coverage.py
tests/test_density_is_not_silent.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_diagnosis_reaches_nan.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_live_status.py
tests/test_logging.py
tests/test_md_engine_controls.py
tests/test_membrane.py
tests/test_membrane_fit.py
tests/test_metad_surface.py
tests/test_metad_surface_analysis.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_plumed_setup_goes_to_a_file.py
tests/test_pmf_analysis.py
tests/test_presenter.py
tests/test_protonation.py
tests/test_report_dashboard.py
tests/test_report_reweighted.py
tests/test_report_wiring.py
tests/test_restraints.py
tests/test_reweight.py
tests/test_reweighted_averages.py
tests/test_settings_a_novice_cannot_guess.py
tests/test_setup_layer.py
tests/test_setup_phase.py
tests/test_simulation_phase.py
tests/test_statistics.py
tests/test_steered.py
tests/test_steered_work_analysis.py
tests/test_sub3_analyses.py
tests/test_the_container_carries_the_ligand_path.py
tests/test_the_flag_is_named_the_same_everywhere.py
tests/test_the_pose_comes_from_the_structure.py
tests/test_the_simulation_explains_itself.py
tests/test_the_study_reads_its_own_curve.py
tests/test_the_watch_line_points_at_the_study.py
tests/test_umbrella.py
tests/test_umbrella_discard.py
tests/test_water_sites.py
tests/test_workers_share_the_machine.py
tests/validation/__init__.py
tests/validation/conftest.py
tests/validation/methods.py
tests/validation/structures.py
tests/validation/test_a_method_produces_its_result.py
tests/validation/test_setup_builds_a_molecule.py
tests/validation/test_the_corpus_is_honest.py
tests/validation/test_the_docs_are_honest.py
tests/validation/test_the_methods_are_honest.py