Hi LAMMPS users,
Happy New Year!
Could any one tell me how I can get trajectory of a specifi temperure in parallel tempering? I have checked the mailing list. It is said that the dump file is written by the processor. (Jun 13, 2007:
The line in my input for dump is:
====================
variable t world 300.0 302.0 305.0 309.0 314.0 319.0 324.0 329.0
dump 1 all custom 1000 dump.$t.system tag mol type xu yu zuSo, although the filename could be “dump.300.system”, it could contain
configurations from other temperatures if that processor group had gotten
its configuration exchanged. Is this right?
yes, correct
)
Dongsheng