User Tools

Site Tools


exercises:2021_uzh_acpc2:ex03

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
exercises:2021_uzh_acpc2:ex03 [2021/05/21 08:09] – [Free energy surface] Some improvements mrossmannekexercises:2021_uzh_acpc2:ex03 [2021/05/21 10:13] (current) – [Free energy surface] Add tip about RuntimeWarning mrossmannek
Line 178: Line 178:
 &GLOBAL &GLOBAL
   PRINT_LEVEL LOW   PRINT_LEVEL LOW
-  PROJECT ch3f+  PROJECT ch3cl
   RUN_TYPE MD                 # Molecular Dynamics   RUN_TYPE MD                 # Molecular Dynamics
 &END GLOBAL &END GLOBAL
Line 324: Line 324:
   * Create the corresponding FES plots and discuss the temperature dependence.   * Create the corresponding FES plots and discuss the temperature dependence.
   * In general, how does potential energy differ from free energy? For our reaction, what are the activation barriers from the different free energy surfaces? How and why do they differ from the NEB barrier?   * In general, how does potential energy differ from free energy? For our reaction, what are the activation barriers from the different free energy surfaces? How and why do they differ from the NEB barrier?
 +</note>
 +
 +<note tip>
 +You may encounter a warning like the following:
 +<code>
 +plot.py:24: RuntimeWarning: divide by zero encountered in log
 +  fes = -kb * temperature * np.log(prob)
 +</code>
 +Don't worry about this, the script still works as expected and produces the plot in the file ''fes.png''.
 </note> </note>
exercises/2021_uzh_acpc2/ex03.txt · Last modified: 2021/05/21 10:13 by mrossmannek