Hello,
I am trying to reproduce a MD result in version before VASP5.2.12. And I know in VASP 5.2.12, there is a tag named RANDOM_SEED, which could be specified in INCAR in order to reproduce previous result. The problem is my previous calculation was performed in older version, I did not specify the random seed. Then how can I reproduce that result? Is there a file containing the random seed chosen by machine?
Thank you very much!
Ping
How to reproduce a MD calculation
Moderators: Global Moderator, Moderator
How to reproduce a MD calculation
Last edited by vinchy on Wed Nov 02, 2011 11:22 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
How to reproduce a MD calculation
An MD simulation in older version can be continued (starting from CONTCAR) but not reproduced. This is allowed only using RANDOM_SEED. To use this tag one needs to compile vasp.5.2.12 with tbdyn http://cms.mpi.univie.ac.at/vasp/vasp/A ... iques.html
and follow instructions in
http://cms.mpi.univie.ac.at/vasp/vasp/RANDOM_SEED.html.
To reproduce an MD simulation use
RANDOM_SEED = xxx yyy,
where xxx and yyy are two numbers in the first RANDOM_SEED line
in REPORT file of the MD to be reproduced.
and follow instructions in
http://cms.mpi.univie.ac.at/vasp/vasp/RANDOM_SEED.html.
To reproduce an MD simulation use
RANDOM_SEED = xxx yyy,
where xxx and yyy are two numbers in the first RANDOM_SEED line
in REPORT file of the MD to be reproduced.
Last edited by admin on Thu Nov 03, 2011 2:29 pm, edited 1 time in total.
How to reproduce a MD calculation
Thanks a lot!
Last edited by vinchy on Sat Nov 05, 2011 1:09 am, edited 1 time in total.