Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.44 KB

NAVIGATION.md

File metadata and controls

39 lines (32 loc) · 2.44 KB

Masterclass 22.03: Rethinking Metadynamics: the On-the-fly Probability Enhanced Sampling (OPES) method

This lesson was given as part of the PLUMED masterclass series in 2022. It includes:

  • Two videos, one about the theory and one about the exercises.
  • A series of exercises for you to complete.
  • Two python notebooks that contain the full solutions to the exercises.

The flow chart shown below indicates the order in which you should consult the resources. You can click on the nodes to access the various resources. Follow the thick black lines for the best results. The resources that are connected by dashed lines are supplmentary resources that you may find useful when completing the exercise.

This lesson was the third masterclass in the 2022 series.

flowchart TB;
  A[Umbrella Sampling] -.-> D[Instructions];
  B[Metadynamics] -.-> D;
  C[Lecture I] ==> D;
  E[Slides] ==> D;
  F[Theory] -.-> D;
  D ==> G[Solutions OPES_EXPANDED];
  D ==> H[Solutions OPES_METAD];
  G ==> I[Lecture II];
  H ==> I[Lecture II];
  click A "ref1" "A previous tutorial that introduces umbrella sampling";
  click B "ref2" "A previous tutorial that introduces metadynamics";
  click C "video1" "A lecture that was given on February 28th 2022 as part of the plumed masterclass series that introduces you to the exercises in this lesson";
  click D "INSTRUCTIONS.md" "Instructions for the exercises that you are supposed to complete";
  click E "ref3" "The slides that were used in the lecture";
  click F "THEORY.md" "An introduction to the OPES theory";
  click G "notebooks/1-opes_expanded.ipynb" "A python notebook that presents the OPES method for replica-exchange-like sampling";
  click H "notebooks/2-opes_metad.ipynb" "A python notebook that presents the OPES method for metadynamics-like sampling";
  click I "video2" "A lecture that was given on March 7th 2022 as part of the plumed masterclass series that goes through the solutions to the exercises in the lesson";
Loading

References

  1. Invernizzi, Piaggi, and Parrinello, Unified Approach to Enhanced Sampling, PRX (2020)
  2. Invernizzi and Parrinello, Rethinking Metadynamics: From Bias Potentials to Probability Distributions, JPCL (2020)
  3. Invernizzi and Parrinello, Exploration vs Convergence Speed in Adaptive-Bias Enhanced Sampling, JCTC (2022)