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
226 stars 61 forks source link

Test CHGNet keyword combinations #9

Closed janosh closed 1 year ago

janosh commented 1 year ago

Maybe the new tests in tests/test_model.py are a bit overkill but I often like to make sure all possible combinations of kwargs in the central classes of a project (class CHGNet in this case) work together without raising errors. Happy to discuss and make changes.