Category:Molecular Dynamics: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''IMPORTANT NOTE''': The simulation methods described in this section are included in VASP as of version 5.2.12, and require VASP to be compiled with the cpp flag {{TAG|-Dtbdyn}} that should be included in the corresponding line of makefile, as for instance in the following example:
To get an idea about what basically molecular dynamics is and what the main contents are we refer the reader to references {{cite|frenkel:book:1996}} and {{cite|allen:book:1991}}. After understanding the theory behind molecular dynamics we refer the reader to {{TAG|Molecular dynamics calculations}}, which describes how to run standard molecular dynamics simulations. Every advanced molecular dynamics method builds on the knowledge in that tutorial and should be ideally only viewed after understanding the basics.
CPP    = $(CPP_) -DHOST=\"IFC9_fftw\" \
 
          -Dkind8 -DNGXhalf  -DCACHE_SIZE=12000 -DPGF90 -Davoidalloc  \
== Important files ==
          -Dtbdyn
 
The input files for standard molecular dynamics runs are the same as for other calculational methods. However additionally to the structural data the {{TAG|POSCAR}} file can contain the initial velocities as a separate block. It can also contain the input on which atomic positions should be constrained or not.  
 
Constrained and bias molecular dynamics ({{TAG|Constrained molecular dynamics}}, {{TAG|Metadynamics}} and {{TAG|Biased molecular dynamics}}) also require an additional input file, the {{TAG|ICONST}} file. This file specifies the collective variables. The ({{TAG|ICONST}}) file is also required for the monitoring of geometric parameters ([[MDALGO#Monitoring geometric parameters|Monitoring geometric parameters]]).
 
 
Besides the main output files, {{TAG|OUTCAR}} and {{TAG|OSZICAR}}, the {{TAG|XDATCAR}} is an important output file. It contains the trajectory of the MD. Another important output file for molecular dynamics calculations is the {{TAG|REPORT}} file. It contains various important information and is especially important for calculations where the {{TAG|ICONST}} file was used.


== Theory ==
== Theory ==
*Ensembles: [[:Category:Ensembles|Ensembles]].
*Thermostats: [[:Category:Thermostats|Thermostats]].
*Interface pinning: {{TAG|Interface pinning calculations}}.
*Interface pinning: {{TAG|Interface pinning calculations}}.
*Constrained molecular dynamics: {{TAG|Constrained molecular dynamics}}.
*Constrained molecular dynamics: {{TAG|Constrained molecular dynamics}}.
Line 12: Line 20:


== How to ==
== How to ==
*Basic molecular dynamics calculations: {{TAG|Molecular dynamics calculations}}.
*Ensembles: [[:Category:Ensembles|Ensembles]].
*Thermostats: [[:Category:Thermostats|Thermostats]].
*Interface pinning: {{TAG|Interface pinning calculations}}.
*Interface pinning: {{TAG|Interface pinning calculations}}.
*Constrained molecular dynamics: {{TAG|Constrained molecular dynamics}}.
*Constrained molecular dynamics: {{TAG|Constrained molecular dynamics}}.
Line 17: Line 28:
*Biased molecular dynamics: {{TAG|Biased molecular dynamics}}.
*Biased molecular dynamics: {{TAG|Biased molecular dynamics}}.
*Slow-growth approach: {{TAG|Slow-growth approach}}.
*Slow-growth approach: {{TAG|Slow-growth approach}}.
*Monitoring of geometric parameters: [[MDALGO#Monitoring geometric parameters|Monitoring geometric parameters]].
*Thermodynamic integration: [[:Category:Thermodynamic integration|Thermodynamic integration]]


== Compilation ==
'''IMPORTANT NOTE''': The simulation methods described in this section are included in VASP as of version 5.2.12, and require VASP to be compiled with the cpp flag [[Precompiler_flags|-Dtbdyn]] that should be included in the corresponding line of makefile, as for instance in the following example:
CPP    = $(CPP_) -DHOST=\"IFC9_fftw\" \
          -Dkind8 -DNGXhalf  -DCACHE_SIZE=12000 -DPGF90 -Davoidalloc  \
          -Dtbdyn
== References ==
<references/>
<noinclude>
----
----
[[Category:VASP|Molecular Dynamics]]
[[Category:VASP|Molecular Dynamics]]

Latest revision as of 16:51, 20 March 2020

To get an idea about what basically molecular dynamics is and what the main contents are we refer the reader to references [1] and [2]. After understanding the theory behind molecular dynamics we refer the reader to Molecular dynamics calculations, which describes how to run standard molecular dynamics simulations. Every advanced molecular dynamics method builds on the knowledge in that tutorial and should be ideally only viewed after understanding the basics.

Important files

The input files for standard molecular dynamics runs are the same as for other calculational methods. However additionally to the structural data the POSCAR file can contain the initial velocities as a separate block. It can also contain the input on which atomic positions should be constrained or not.

Constrained and bias molecular dynamics (Constrained molecular dynamics, Metadynamics and Biased molecular dynamics) also require an additional input file, the ICONST file. This file specifies the collective variables. The (ICONST) file is also required for the monitoring of geometric parameters (Monitoring geometric parameters).


Besides the main output files, OUTCAR and OSZICAR, the XDATCAR is an important output file. It contains the trajectory of the MD. Another important output file for molecular dynamics calculations is the REPORT file. It contains various important information and is especially important for calculations where the ICONST file was used.

Theory

How to

Compilation

IMPORTANT NOTE: The simulation methods described in this section are included in VASP as of version 5.2.12, and require VASP to be compiled with the cpp flag -Dtbdyn that should be included in the corresponding line of makefile, as for instance in the following example:

CPP     = $(CPP_) -DHOST=\"IFC9_fftw\" \
          -Dkind8 -DNGXhalf  -DCACHE_SIZE=12000 -DPGF90 -Davoidalloc  \
          -Dtbdyn

References



This category currently contains no pages or media.