Replies: 1 comment 2 replies
-
I would start by checking the directory where your fixed-composition workflow is running. These workflows periodically write some useful output files for you. The most detailed information is in For more complex cases, you can explore the full database tables using a program like DBeaver. This will let you see all the data in an 'excel-like' format. You'd want to look through the relaxation and ionic-step tables to find the information you need. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using "structure-prdiction.toolkit.fixed-composition" workflow to run evolutionary algorithm to search amorphous metal oxide.
Is there a way to track the DFT calculation for each structure?
I want to know the starting energy value, and the energy value for each step of DFT calculation.
I assume I could track it by opening the .zip file, but I was wondering how I can trace the name of .zip file for a specific structure because the name of the .zip file seems like it is generating randomly.
Or is there a better way to do so?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions