-
Notifications
You must be signed in to change notification settings - Fork 97
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
How to extract structures and relevant properties after recon, gen and opt tasks? #41
Comments
Could you find a solution for it? |
I found an alternative way to extract the generated structures. You can load the files as torch tensors. Then you can extract the related tensors like cell parameters, fractional coordinates etc and then using ASE you can create your generated structure using the extracted tensors or the informations. @SourinDeyUW @yqq2022 |
Thanks for your response. I have tried. |
Dear chiku-parida, |
@JHWang1001 |
Sorry, I can't solve this issue yet. When I use task gen, I can find up to 50,000 structures from the tensor! But when I use task opt, this amount seems to depend on the training data. The pervo provided by the author generated 345 structures, while the training set I built myself generated only 11 structures. I still don't seem to understand what is the difference between the gen and opt parameters? If you want to specify how many structures to output (such as cdvae generates 10,000 structures and you want to produce 50 structures) you can write a loop that extracts just 50 structures. Do you need the code?@chiku-parida Best wishes |
@JHWang1001 |
The text was updated successfully, but these errors were encountered: