Surface energies of Copper high-symmetry surfaces

TO USE THE FUNCTION LIBRARY (VERSION UP TO DATE) IN THE INTERACTIVE SHELL:

you@eulerX ~$ module load courses mmm vmd

you@eulerX ~$ mmm-init

REMEMBER: this is the command to load the module for the cp2k program:
you@eulerX ~$ module load new cp2k

and to submit the job:

you@eulerX ~$ bsub < jobname



In this exercise we will compute the surface energies of Cu using the EAM potential. As a reference, we report the table from the Gross book:

http://example.com|External Link


you@eulerX ~$ wget http://www.cp2k.org/_media/exercises:2015_ethz_mmm:exercise_3.1.zip
you@eulerX ~$ unzip exercises:2015_ethz_mmm:exercise_3.1.zip
you@eulerX ~$ cd exercise_3.1
you@eulerX exercise_3.1$ bsub cp2k.popt -i 100.inp -o 100.out
you@eulerX exercise_3.1$ bsub cp2k.popt -i 110.inp -o 110.out
you@eulerX exercise_3.1$ bsub cp2k.popt -i 111.inp -o 111.out
you@eulerX exercise_3.1$ bsub cp2k.popt -i bulk.inp -o bulk.out
you@eulerX exercise_3.1$ vmd 100.xyz
you@eulerX exercise_3.1$ vmd 110.xyz
you@eulerX exercise_3.1$ vmd 111.xyz
you@eulerX exercise_3.1$ ./sowos.v02.00.02.x
  1. the atomistic model out.atomistic-inside-gnuplot.xyz which will contain many atoms if you chose a proportionality constant in the file DP which is too large. If you appropriately modify it (how?) you can have a xyz file to be opened in vmd.
  2. the out.plot-gnuplot.plt file. You can open it with gnuplot:
you@eulerX exercise_3.1$ gnuplot
gnuplot> load "out.plot-gnuplot.plt"
gnuplot> set xrange [-80:80]
gnuplot> set yrange [-80:80]
gnuplot> set view equal xyz
gnuplot> replot
Assignment: use the cluster generated with SOWOS as an input configuration for a cluster optimization with cp2k. Comment on the final geometry. BEWARE OF THE CELL! It is not a periodic system!
documentation on SOWOS can be found at the web site of Daniele Scopece