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
exercise:nudged_elastic_band [2014/02/21 11:32] oschuettexercises:2014_ethz_mmm:nudged_elastic_band [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 10: Line 10:
 ^  Path 1  ^  Path 2  ^ ^  Path 1  ^  Path 2  ^
 |  Direct exchange with the central atom  |  Coordinated rotation of three atoms  | |  Direct exchange with the central atom  |  Coordinated rotation of three atoms  |
-|  {{:exercise:neb_path1.gif|}}  |  {{:exercise:neb_path2.gif|}}  |+|  {{neb_path1.gif|}}  |  {{neb_path2.gif|}}  |
  
  
Line 129: Line 129:
 For the NEB calcualtions, CP2k produces a few output files. The most important are: For the NEB calcualtions, CP2k produces a few output files. The most important are:
  
-  * neb1.out : standard CP2K output file. It tells you whether that the calculation is completed.\\ (See:[[exercise:single_point_calculation|Computation of the Lennard Jones curve for two Ar atoms]].Part I, Step 3)+  * neb1.out : standard CP2K output file. It tells you whether that the calculation is completed.\\ (See:[[single_point_calculation|Computation of the Lennard Jones curve for two Ar atoms]].Part I, Step 3)
   * neb1-pos-Replica_nr_XXX-1.xyz : those are the replica optimization trajectories. You get a trajectory for each replica.    * neb1-pos-Replica_nr_XXX-1.xyz : those are the replica optimization trajectories. You get a trajectory for each replica. 
   * neb1-BANDXXX.out : geometry optimization output for each replica.   * neb1-BANDXXX.out : geometry optimization output for each replica.
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.1392982355.txt.gz · Last modified: 2020/08/21 10:14 (external edit)