-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trajectory extraction #375
Comments
Hi Krish, If you are using the ACE/SGP version, there should be a *md.xyz file provided that contains the trajectory. Best, |
Hello Cameron, below are the version details - Looking forward to your suggestion. Thanks. best, |
Has your OTF passed the first DFT calculation? Can you please provide more information, specifically if there are any errors being written? |
It seems that the run is finishing without any error but I noticed that it is calling DFT only once at the beginning. During the rest of the otf the pressure is remaining high. I am running it with NVTBerendsen. I am attaching the MD step vs temperature plot, and the yaml file as text. Thanks again for our time. |
Please try reducing both the std_tolerance_factor and update_threshold so that DFT is called more than once. We also recommend all users to use LAMMPS for MD during active learning due to more robust integrators and increased flexibility wrt ensemble choice. |
As @cjowen1 mentioned, we recommend users to use LAMMPS MD for active learning, then you can get the entire trajectory saved in the *_md.xyz, and the DFT frames saved in the *_dft.xyz. You can follow the tutorial which you can also find in the read me page If you keep using the ASE MD engine, then you could take a look at our unit tests as examples: https://github.com/mir-group/flare/blob/master/tests/test_parse_otf.py, where you can use |
Hello, Best, |
Hello,
I am newly using flair. So the question might sound naive, but how the trajectory is extracted from the output file after the completion of a otf run ? I tried the script for the otf_parser to do it, but it shows the following issue: ImportError: cannot import name 'otf_parser' from 'flare'.
Any clue will be helpful.
Thanks,
Krish
The text was updated successfully, but these errors were encountered: