Skip to content
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

Open
chiku-parida opened this issue May 9, 2023 · 3 comments

Comments

@chiku-parida
Copy link

  1. Could you please explain how to extract data from the outputs of recon, gen and opt tasks? @txie-93
  2. How will we control the number of generated structures? example: If someone wants to generate 100 structures
@SourinDeyUW
Copy link

  1. Could you please explain how to extract data from the outputs of recon, gen and opt tasks? @txie-93

    1. How will we control the number of generated structures? example: If someone wants to generate 100 structures

Could you find a solution for it?

@chiku-parida
Copy link
Author

chiku-parida commented Jan 23, 2024

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

@SourinDeyUW
Copy link

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.
Could you tell me about how good the reconstructed structures were? Did you have to tune hyperparameters yourself?
I simply ran their code and reconstructed to match with ground truth, resulting cifs look very different. I tried for mp-20 data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants