CederGroupHub / chgnet

Pretrained universal neural network potential for charge-informed atomistic modeling https://chgnet.lbl.gov
https://doi.org/10.1038/s42256-023-00716-3
Other
220 stars 60 forks source link

[Feature Request]: How to get the relaxed structure #88

Closed Yong-Q closed 10 months ago

Yong-Q commented 10 months ago

Email (Optional)

3244608729@qq.com

Problem

structure.perturb(0.1) result = relaxer.relax(structure, verbose=False) print(f"\nCHGNet took {len(result['trajectory'])} steps. Relaxed structure:") print(result["final_structure"]) How to get the relaxed structure, the error of 30mev/atom in the article, is it relaxed?

Proposed Solution

Hope to get the final structure of cif.

Alternatives

No response

Code of Conduct