The goals of today's practical are
Now use the unix cp command to make a copy of the directory containing files for today's exercise. unpack the file for this exercise
tar xvfz /home/ccpss1/CCP5SS/Exercise_2_Quartz.tar.gz
cd Exercise_2_Quartz
castepsub -n 8 quartz
to submit a run to the queue. Use the qstat command to monitor the progress of your job.
When it is done, examine the output file quartz.castep. Read and try to understand the output, and see if you can figure out what CASTEP is doing.
What would be a good cutoff energy for a cohesive energy calculation? For a calculation to determine the lattice parameters? For a calculation to determine the equilibrium crystal structure.
How does the computation time vary with cutoff?
kpoint_mp_grid p q r kpoint_mp_offset a b cThe castep command has a help facility which can give you
information on any of the input parameters. Try the
command
castep -help cut_off_energy
or to find
out all of the keywords related to kpoints,
castep -help search
kpoints.
CASTEP has the capability of performing geometry optimization - adjusting the co-ordinates of the atoms to minimize the electronic energy. It can also perform a variable-cell geometry optimization at fixed external applied pressure. You have been provided with example input files to set up a variable-cell geometry optimisation, in files quartz-geom.cell quartz-geom.param.
You can visualise the geometry optimisation by copying the file quartz.geom back to your School VM, and using the geom2xsf conversion utility to make an animation file. This can be read in to XCrysden to display an animation of the geometry optimisation. Alternatively the geom2xyz tool can create an animation which may be visualised using Jmol.
Finally make a simple quantitative study of the effect of the plane-wave cutoff and/or k-point sampling convergence on the final geometry. Modify the input files to set up a poorly- and a well-converged geometry optimisation. Then extract the structural data from the output files, and compute the absolute and relative error in the unit cell and atomic co-ordinates.