User Tools

Site Tools


exercises:2014_ethz_mmm:nudged_elastic_band

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
Next revisionBoth sides next revision
exercise:nudged_elastic_band [2014/02/21 11:32] oschuettexercise:2014_ethz_mmm:nudged_elastic_band [2014/10/15 12:42] – exercise:nudged_elastic_band renamed to exercise:2014_ethz_mmm:nudged_elastic_band oschuett
Line 144: Line 144:
 Here is a short script to create an energy profile as  a function of the replica number.  Here is a short script to create an energy profile as  a function of the replica number. 
 <code> <code>
-$ for a in 1 2 3 4 5 6 7 8 9 10 ; do grep ENERGY  neb1-BAND${a}.out | tail -n 1 | awk '{print '${a}',$9}' ; done +$ for a in 1 2 3 4 5 6 7 8 9 10 ; do grep ENERGY  neb1-BAND${a}.out | tail -n 1 | awk '{print '${a}',$9}' ; done > neb1_profile 
 +</code> 
 + 
 +The energy profile will be stored in the file ''neb1_profile''. Any plotting program should be able to visualize it, e.g. gnuplot: 
 + 
 +<code> 
 +$ echo "plot 'neb1_profile' w l; pause mouse" |  gnuplot
 </code> </code>
-The energy profile will be printed on screen. Any plotting program should be able to handle it. 
  
 ===== Path 2: Coordinated rotation ===== ===== Path 2: Coordinated rotation =====
exercises/2014_ethz_mmm/nudged_elastic_band.txt · Last modified: 2020/08/21 10:15 by 127.0.0.1