Category:Molecular Dynamics: Difference between revisions

From VASP Wiki
No edit summary
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 [[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


== Theory ==
== Theory ==
Line 21: Line 18:
*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]].
*Monitoring of geometric parameters: [[MDALGO#Monitoring geometric parameters|Monitoring geometric parameters]].
== 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


----
----


[[Category:VASP|Molecular Dynamics]]
[[Category:VASP|Molecular Dynamics]]

Revision as of 17:27, 4 June 2019


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

This category currently contains no pages or media.