exercises:2015_pitt:gga
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| exercises:2015_pitt:gga [2015/02/26 14:29] – vondele | exercises:2015_pitt:gga [2020/08/21 10:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| * Use vmd to vizualize the geometries (provided below) named '' | * Use vmd to vizualize the geometries (provided below) named '' | ||
| * To edit the input files provided below, use an editor such as '' | * To edit the input files provided below, use an editor such as '' | ||
| - | * You will need files named '' | + | * You will need files named '' |
| - | * Use a job script to submit jobs on the cluster, an example job submission script might look like (TODO: adjust for environment) | + | * Use a job script to submit jobs on the cluster, an example job submission script might look like |
| <code - job> | <code - job> | ||
| - | #!/ | + | #PBS -N mode1 |
| - | #SBATCH | + | #PBS -j oe |
| - | #SBATCH --nodes=6 | + | #PBS -q dist_small |
| - | #SBATCH | + | #PBS -l nodes=4:ppn=16 |
| - | #SBATCH | + | #PBS -l walltime=10:00 |
| - | aprun -n 144 -N 24 -d 1 cp2k.popt -i mode1.inp -o mode1.out | + | #PBS -A cp2k2015 |
| + | |||
| + | cd $PBS_O_WORKDIR | ||
| + | |||
| + | module purge | ||
| + | module load cp2k/2.6 | ||
| + | |||
| + | prun cp2k.popt -i mode1.inp -o mode1.out | ||
| </ | </ | ||
| Line 89: | Line 96: | ||
| ===== 3. Task: relative stabilities | ===== 3. Task: relative stabilities | ||
| - | TODO | + | In order to compute the relative stability of mode1 and mode2, both configurations need to be geometry optimized. |
| + | To do so, turn off the generation of cubes (''& | ||
| + | |||
| + | input topics: | ||
| + | * BFGS vs LBFGS | ||
| + | * EPS_SCF, CUTOFF, MAX_DR, .. | ||
| + | |||
| + | output topics: | ||
| + | * '' | ||
| + | * Trajectory '' | ||
| + | |||
| + | Compare the final energies ('' | ||
| ===== 4. Task: ab initio molecular dynamics | ===== 4. Task: ab initio molecular dynamics | ||
| - | TODO | + | < |
| + | |||
| + | Perform a short ab initio molecular dynamics simulation of the system (~1000 steps, ~0.5ps) by changing to '' | ||
| + | |||
| + | {{exercises: | ||
| + | |||
| + | What can you say about the hydrogen bond to the surface, relative acidity of the two oxygens ? | ||
| + | Note that, in order to be statistically relevant, longer trajectories should be employed, and surface slab thickness will play an important role. Also compare to Fig. 7 of the paper referenced. | ||
| + | ====== Required Files ====== | ||
| + | |||
| + | (right) click on the filename to download to your local machine. | ||
| - | ===== Required Files ===== | ||
| <code - mode1.inp> | <code - mode1.inp> | ||
| &GLOBAL | &GLOBAL | ||
| Line 118: | Line 145: | ||
| &MGRID | &MGRID | ||
| ! PW cutoff ... depends on the element (basis) too small cutoffs lead to the eggbox effect. | ! PW cutoff ... depends on the element (basis) too small cutoffs lead to the eggbox effect. | ||
| - | ! certain calculations (e.g. geometry optimization, | + | ! certain calculations (e.g. geometry optimization, |
| + | | ||
| | | ||
| &END | &END | ||
| &QS | &QS | ||
| - | METHOD GPW | + | ! use the GPW method (i.e. pseudopotential based calculations with the Gaussian and Plane Waves scheme). |
| - | EPS_DEFAULT 1.0E-10 | + | METHOD GPW |
| - | EXTRAPOLATION ASPC ! used for MD, the method used to generate the initial guess. | + | ! default threshold for numerics ~ roughly numerical accuracy of the total energy per electron, |
| + | | ||
| + | | ||
| + | ! used for MD, the method used to generate the initial guess. | ||
| + | | ||
| &END | &END | ||
| Line 182: | Line 214: | ||
| &END CELL | &END CELL | ||
| - | ! atom coordinates can be in the &COORD section, or provided as an external file. | + | ! atom coordinates can be in the &COORD section, |
| + | ! or provided as an external file. | ||
| & | & | ||
| COORD_FILE_NAME mode1.xyz | COORD_FILE_NAME mode1.xyz | ||
| Line 188: | Line 221: | ||
| &END | &END | ||
| - | ! MOLOPT basis sets are fairly costly, but in the ' | + | ! MOLOPT basis sets are fairly costly, |
| - | ! their contracted nature makes them suitable for condensed and gas phase systems alike. | + | ! but in the ' |
| + | ! their contracted nature makes them suitable | ||
| + | ! for condensed and gas phase systems alike. | ||
| &KIND H | &KIND H | ||
| BASIS_SET DZVP-MOLOPT-SR-GTH | BASIS_SET DZVP-MOLOPT-SR-GTH | ||
| Line 222: | Line 257: | ||
| | | ||
| | | ||
| - | | + | |
| # GLE thermostat as generated at http:// | # GLE thermostat as generated at http:// | ||
| # GLE provides an effective NVT sampling. | # GLE provides an effective NVT sampling. | ||
exercises/2015_pitt/gga.1424960964.txt.gz · Last modified: (external edit)
