exercises:2015_ethz_mmm:alanine_modify
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| exercises:2015_ethz_mmm:alanine_modify [2015/02/27 08:41] – dpasserone | exercises: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 | ||
| + | </ | ||
| + | Download the 2.3 exercise into your $HOME folder and unzip it. | ||
| <code bash> | <code bash> | ||
| you@eulerX ~$ wget http:// | you@eulerX ~$ wget http:// | ||
| 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: | ||
| < | < | ||
| - | you@eulerX exercise_2.3$ . ~/Scripts myfunctions.bash | + | you@eulerX exercise_2.3$ . ~/Scripts/myfunctions.bash |
| </ | </ | ||
| </ | </ | ||
| - | To get help how to use the program simply type its name without any argument, and press " | + | To get help how to use the program simply type its name without any argument, and press " |
| < | < | ||
| you@eulerX exercise_2.3$ m_pdbtorsion | you@eulerX exercise_2.3$ m_pdbtorsion | ||
| </ | </ | ||
| + | |||
| + | < | ||
| + | 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 | ||
| + | </ | ||
| + | </ | ||
| Line 48: | Line 61: | ||
| Run cp2k with: | Run cp2k with: | ||
| <code bash> | <code bash> | ||
| - | you@eulerX $ bsub cp2k.popt -i inp.a -o out.a | + | you@eulerX |
| </ | </ | ||
| The file a_opt-pos-1.pdb contains a row of configurations. To extract the last one: | The file a_opt-pos-1.pdb contains a row of configurations. To extract the last one: | ||
| <code bash> | <code bash> | ||
| - | you@eulerX $ tail -25 a_opt-pos-1.pdb > amin.pdb | + | you@eulerX |
| </ | </ | ||
| Line 64: | Line 77: | ||
| Check the final energies: | Check the final energies: | ||
| <code bash> | <code bash> | ||
| - | you@eulerX | + | you@eulerX |
| - | you@eulerX | + | you@eulerX |
| </ | </ | ||
| Is the energy becoming lower during the optimization? | Is the energy becoming lower during the optimization? | ||
| Line 80: | Line 93: | ||
| and submit a new job: | and submit a new job: | ||
| < | < | ||
| - | you@eulerX $ bsub < ff_modify | + | you@eulerX |
| </ | </ | ||
| which will perform different jobs with the torsional term for the angle **PSI** modified by multiplication by 0.25, 0.5, 1, 2, 4. This corresponds to output lines enemul.* | which will perform different jobs with the torsional term for the angle **PSI** modified by multiplication by 0.25, 0.5, 1, 2, 4. This corresponds to output lines enemul.* | ||
| 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 |
| + | </ | ||
| + | * The **mod_ff.gnu** file will plot all that, and the shape of the harmonic dihedral potential. Use this time the command "load " | ||
| + | <code gnuplot> | ||
| + | you@eulerX exercise_2.3$ gnuplot | ||
| + | gnuplot> load " | ||
| + | </ | ||
| + | <note tip> | ||
| + | How will the line profile change? Why? | ||
| </ | </ | ||
| - | - The **mod_ff.gnu** file will plot all that, and the shape of the harmonic dihedral potential. Use this time the command "load " | ||
| - | - How will the line profile change? Why? | ||
exercises/2015_ethz_mmm/alanine_modify.1425026490.txt.gz · Last modified: (external edit)
