User Tools

Site Tools


exercises:2017_uzh_cmest:calculation_pbc

Differences

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

Link to this comparison view

Next revision
Previous revision
exercises:2017_uzh_cmest:calculation_pbc [2017/10/11 09:02] – created tmuellerexercises:2017_uzh_cmest:calculation_pbc [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
-======= Calculations with Periodic Boundary Conditions =======+====== Calculations with Periodic Boundary Conditions ======
  
 This short exercise illustrates the property of periodic boundary conditions and at the same time gives you some ideas/skeletons on how to create useful bash scripts. The files you need for this are: This short exercise illustrates the property of periodic boundary conditions and at the same time gives you some ideas/skeletons on how to create useful bash scripts. The files you need for this are:
Line 107: Line 107:
 </code> </code>
  
-====== Create a plot ======+===== Create a plot =====
  
 Run the script after loading the CP2K module: Run the script after loading the CP2K module:
Line 120: Line 120:
   * What would you expect from such a plot and why? What order is the deviation from what you would expect? What could be the source for this deviation?   * What would you expect from such a plot and why? What order is the deviation from what you would expect? What could be the source for this deviation?
  
-====== Make the script your own ======+===== Make the script your own =====
  
   * Read the script and try to understand the commands. Look them up using your favorite search engine, the man pages on the system (''$ man sed'' for example) or try them out by hand on the command line.   * Read the script and try to understand the commands. Look them up using your favorite search engine, the man pages on the system (''$ man sed'' for example) or try them out by hand on the command line.
   * Try to document the script in such a way that you will still understand it when looking at it again in a year or two (so, not every detail, but make sure to cover the obscure stuff and the big blocks)   * Try to document the script in such a way that you will still understand it when looking at it again in a year or two (so, not every detail, but make sure to cover the obscure stuff and the big blocks)
   * Change the script to calculate energies for ''x=z=5.'' and ''y=2,2.2,2.4,..,7.6,7.8,8.0'' and plot them again.   * Change the script to calculate energies for ''x=z=5.'' and ''y=2,2.2,2.4,..,7.6,7.8,8.0'' and plot them again.
exercises/2017_uzh_cmest/calculation_pbc.txt · Last modified: 2020/08/21 10:15 by 127.0.0.1