User Tools

Site Tools


exercises:2015_ethz_mmm:alanine_modify

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
exercises:2015_ethz_mmm:alanine_modify [2015/02/27 09:10] yakutovichexercises:2015_ethz_mmm:alanine_modify [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Modification of the dihedral parameters ====== ====== Modification of the dihedral parameters ======
 +<note warning>
 +TO USE THE FUNCTION LIBRARY (VERSION UP TO DATE) IN THE INTERACTIVE SHELL:
 +you@eulerX ~$ module load courses mmm ; mmm-init
 +</note>
 +
  
 Download the 2.3 exercise into your $HOME folder and unzip it. Download the 2.3 exercise into your $HOME folder and unzip it.
Line 31: Line 36:
 Use m_pdbtorsion to measure the angles, but don't forget to load library in the memory first:  Use m_pdbtorsion to measure the angles, but don't forget to load library in the memory first: 
 <code> <code>
-you@eulerX exercise_2.3$ . ~/Scripts myfunctions.bash+you@eulerX exercise_2.3$ . ~/Scripts/myfunctions.bash
 </code> </code>
 </note> </note>
-To get help how to use the program simply type its name without any argument, and press "Enter"+To get help how to use the program simply type its name without any argument, and press "Enter":
 <code> <code>
 you@eulerX exercise_2.3$ m_pdbtorsion you@eulerX exercise_2.3$ m_pdbtorsion
 </code> </code>
 +
 +<note>
 +Hint: Definition of **PHI** and **PSI** torsion angles for this particular system is the following...
 +<code bash>
 +PHI: 5 7 9 15
 +PSI: 7 9 15 17
 +</code>
 +</note>
  
  
Line 88: Line 101:
 In this way you will obtain energy profiles joining the two minima  In this way you will obtain energy profiles joining the two minima 
 <note tip> <note tip>
-Would it be an idea to do a nudged elastic band?+Could you expain an idea how to setup a nudged elastic band simulation to study the reaction pathway from **A** to the **B** point? 
 +</note> 
 +  * The **mod_ff.gnu** file will plot all that, and the shape of the harmonic dihedral potential. Use this time the command "load "mod_ff.gnu" from within gnuplot: 
 +<code gnuplot> 
 +you@eulerX exercise_2.3$ gnuplot 
 +gnuplot> load "mod_ff.gnu" 
 +</code> 
 +<note tip> 
 +How will the line profile change? Why?
 </note> </note>
-  - The **mod_ff.gnu** file will plot all that, and the shape of the harmonic dihedral potential. Use this time the command "load "mod_ff.gnu" from within gnuplot. 
-  - How will the line profile change? Why? 
exercises/2015_ethz_mmm/alanine_modify.1425028245.txt.gz · Last modified: 2020/08/21 10:14 (external edit)