next up previous contents index
Next: Constraint molecular dynamics Up: Molecular dynamics Previous: NVT molecular dynamics by   Contents   Index

NVT molecular dynamics by the Nose-Hoover method

Nose-Hoover molecular dynamics [18] is supported to perform NVT ensemble molecular dynamics by the following keyword:

    MD.Type         NVT_NH     # NOMD|Opt|NVE|NVT_VS|NVT_NH

Then, in this NVT molecular dynamics the temperature for nuclear motion can be controlled by
   <MD.TempControl
     4
     1    1000.0
     100  1000.0
     400   700.0
     700   600.0
   MD.TempControl>

The beginning of the description must be $<$MD.TempControl, and the last of the description must be MD.TempControl$>$. The first number '4' gives the number of the following lines to control the temperature. In this case you can see that there are four lines. Following the number '4', in the consecutive lines the first and second columns give the number of MD steps and a given temperature for nuclear motion. The temperature between the interval is given by a linear interpolation. Although the same keyword 'MD.TempControl' as used in the velocity scaling MD is utilized in this specification, it is noted that the format is different from each other. In addition to the specification of 'MD.TempControl', you must specify a mass of heat bath by the following keyword:
    NH.Mass.HeatBath          30.0      # default = 20.0

In this specification, we use a unit that the weight of a proton is 1.0. Calculated quantities at every MD step are stored in an output file '*.ene' as explained in 'NVT molecular dynamics by a velocity scaling'. As an example, we show a result for Nose-Hoover MD of a glycine molecule in Fig. 10 (b). We see that the temperature in a molecule oscillates around the given temperature. Also for visualization of molecular dynamics an output file '*.md' can be easily animated using free software xmakemol [69] as well as NVT_VS.


next up previous contents index
Next: Constraint molecular dynamics Up: Molecular dynamics Previous: NVT molecular dynamics by   Contents   Index
2009-08-28