Files
openfe/docs/tutorials/index.rst
Alyssa Travitz 0e21b35b00 Clean up tutorial index (#1233)
* switch to concise bulleted list for clarity

* updating description
2025-04-23 15:52:46 -07:00

51 lines
2.1 KiB
ReStructuredText

Tutorials
=========
.. todo: make sure we can inline the tutorial, for now we only provide links
Below is a collection of tutorials that demonstrate key elements of OpenFE tooling.
You can clone the `Example Notebooks Repository <https://github.com/OpenFreeEnergy/ExampleNotebooks>`_ to explore any of these tutorials interactively.
Relative Free Energies
----------------------
- :any:`Python API Showcase <showcase_notebook>`: Start here! An introduction to OpenFE's Python API and approach to performing a relative binding free energy calculation.
- :any:`RBFE with the Python API <rbfe_python_tutorial>`: A step-by-step tutorial for using the Python API to calculate relative binding free energies for TYK2.
- :ref:`RBFE with the CLI <rbfe_cli_tutorial>`: A step-by-step tutorial for using the OpenFE command line interface (CLI) to calculate relative binding free energies for TYK2.
Absolute Free Energies
----------------------
- :any:`Absolute Solvation Free Energy Protocol <ahfe_tutorial>`: A walk-through of calculating the hydration free energy of a benzene ligand.
Molecular Dynamics (MD)
-----------------------
- :any:`MD protocol <md_tutorial>`: A walk-through of running a conventional (non-alchemical) MD simulation of benzene bound to T4-lysozyme L99A.
Post-Simulation Analysis
------------------------
- :any:`Cinnabar tutorial <plotting_with_cinnabar>`: A tutorial for using the `cinnabar <https://github.com/OpenFreeEnergy/cinnabar>`_ Python package to analyze (e.g. generating MLE estimates of absolute free energies) and plot networks of relative free energy results.
Generating Partial Charges
--------------------------
.. todo: this should be in cookbook
- :ref:`Generating Partial Charges CLI tutorial <charge_molecules_cli_tutorial>`: how to use the CLI to assign and store partial charges for mall molecules which can be used throughout the OpenFE ecosystem.
.. toctree::
:maxdepth: 1
:hidden:
showcase_notebook
rbfe_python_tutorial
rbfe_cli_tutorial
ahfe_tutorial
md_tutorial
plotting_with_cinnabar
charge_molecules_cli_tutorial