Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.4 KB

File metadata and controls

45 lines (28 loc) · 2.4 KB

2025 CCPBioSim Training Week materials

CI

These tutorials were delivered at the 2025 CCPBioSim training week, but are suitable for self-guided learning.

Presenters:

  • Danny Cole
  • Finlay Clark

Materials

We recommend you view the materials in the following order:

Answers to most exercises are given in the notebooks_with_solutions directory.

Local installation

To use these notebooks on your local machine, we recommend using mamba to create an environment from the provided YAML file:

$ mamba env create --file environment.yaml
$ ...
$ mamba activate openff-env

More resources

Acknowledgements

Most of the material for the notebook Parameterising small molecules with OpenFF was adapted from the 2023 CCPBioSim Workshop Open Force Field Sessions created by Matt Thompson and Jeff Wagner.

Most of the material for the notebook Parameterisation, molecular dynamics, and basic trajectory analysis for a protein-ligand complex was adapted from the OpenFF toolkit showcase and the ProLIF Ligand-protein MD tutorial.