This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
exercises:2015_uzh_molsim:cp2k [2015/05/04 12:07] yakutovich |
exercises:2015_uzh_molsim:cp2k [2015/05/04 22:47] yakutovich |
||
---|---|---|---|
Line 8: | Line 8: | ||
CP2K does not have a graphical user interface, instead we use //input files// to tell CP2K what to do. | CP2K does not have a graphical user interface, instead we use //input files// to tell CP2K what to do. | ||
- | Our input files have the file extension '' | + | Our input files have the file extension '' |
Many parameters are quite technical and not important at the moment, still it is very helpful to get an overview of the basic structure. | Many parameters are quite technical and not important at the moment, still it is very helpful to get an overview of the basic structure. | ||
+ | <tip> | ||
+ | - | ||
+ | </ | ||
Run CP2K to perform a Molecular Dynamics of 32 water molecules. | Run CP2K to perform a Molecular Dynamics of 32 water molecules. | ||
<code bash> | <code bash> | ||
- | cp2k.sopt -i H2O-32.inp | + | cp2k.sopt -i H2O-32.inp |
cp2k.sopt -i H2O-32.inp -o H2O-32.out | cp2k.sopt -i H2O-32.inp -o H2O-32.out | ||
cp2k.sopt -i H2O-32.inp -o H2O-32.out | cp2k.sopt -i H2O-32.inp -o H2O-32.out |