exercises:2016_uzh_cmest:faq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| exercises:2016_uzh_cmest:faq [2016/11/30 13:17] – [When and how do I run CP2K in parallel?] tmueller | exercises:2016_uzh_cmest:faq [2020/08/21 10:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| You can find all available MOLOPT basis sets in '' | You can find all available MOLOPT basis sets in '' | ||
| - | ===== When and how do I run CP2K in parallel? ===== | + | ===== How do I run CP2K in parallel? ===== |
| The command '' | The command '' | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | mpirun -n 8 cp2k.popt -i yourinput.inp -o youroutput.out | + | $ mpirun -n 8 cp2k.popt -i yourinput.inp -o youroutput.out |
| </ | </ | ||
| + | |||
| + | |||
| + | ===== How do I obtain a charge density difference? ===== | ||
| + | |||
| + | In [[exercises: | ||
| + | To obtain the electronic charge density in a '' | ||
| + | < | ||
| + | & | ||
| + | &DFT | ||
| + | |||
| + | & | ||
| + | &END E_DENSITY_CUBE | ||
| + | ... | ||
| + | &END PRINT | ||
| + | ... ... | ||
| + | &END DFT | ||
| + | &END FORCE_EVAL | ||
| + | </ | ||
| + | |||
| + | The [[tools: | ||
| + | |||
| + | The basic usage to obtain a charge density difference is: | ||
| + | < | ||
| + | $ / | ||
| + | </ | ||
| + | |||
| + | ===== How do I build a slab model for a surface? ===== | ||
| + | |||
| + | E.g. by using [[http:// | ||
| + | A tutorial is available [[http:// | ||
| + | |||
| + | Vesta comes preinstalled on '' | ||
| + | < | ||
| + | $ module load vesta | ||
| + | </ | ||
| + | |||
| + | ===== How do I obtain the stress tensor? ===== | ||
| + | |||
| + | You have to add the following snippet to the input file: | ||
| + | < | ||
| + | & | ||
| + | ... | ||
| + | STRESS_TENSOR ANALYTICAL | ||
| + | |||
| + | & | ||
| + | &END STRESS_TENSOR | ||
| + | &END PRINT | ||
| + | ... | ||
| + | &END FORCE_EVAL | ||
| + | </ | ||
| + | |||
| + | <note tip>Your calculation should be set up in such a way that forces are being calculated: | ||
| + | e.g. '' | ||
| + | |||
| + | |||
| + | ===== My calculation does not converge ===== | ||
| + | |||
| + | ==== ... and I use MULTIPLE_UNIT_CELL ==== | ||
| + | |||
| + | * first make sure that you actually need '' | ||
| + | * if you are sure that you need it, make sure that it is specified two times: once in the [[https:// | ||
| + | |||
exercises/2016_uzh_cmest/faq.1480511834.txt.gz · Last modified: (external edit)
