|
|
1.在使用lammps的时候发现nvt系综默认使用的是Nose-hover恒温算法,而若要使用V-rescale恒温算法,则有这样的提示:(这里fix是设定控温算法和模拟系综等参数的指令)
Unlike the fix nvt command which performs Nose/Hoover thermostatting AND time integration, this fix does NOT perform time integration. It only modifies velocities to effect thermostatting. Thus you must use a separate time integration fix, like fix nve to actually update the positions of atoms using the modified velocities. Likewise, this fix should not normally be used on atoms that also have their temperature controlled by another fix - e.g. by fix nvt or fix langevin commands.,
2.当查阅GMX手册的时候,也在3.4.8 Temperature coupling一节开头看到这样的话:
While direct use of molecular dynamics gives rise to the NVE (constant number, constant volume,constant energy ensemble),most quantities that we wish to calculate are actually from a constant temperature (NVT) ensemble, also called the canonical ensemble.When using temperature and/or pressure coupling the total energy is no longer conserved. Instead there is a conserved energy quantity the formula of which will depend on the combination or temperature and pressure coupling algorithm used.
这是不是就可以认为lammps中使用nve系综加v-rescale耦合=nvt系综了呢? |
|