You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[0.5.5] - 2022-06-20
Added
BETA! Support for stress in training and inference
EMTTestDataset for quick synthetic fake PBC data
multiprocessing for ASE dataset loading/processing
nequip-benchmark times dataset loading, model creation, and compilation
validation_batch_size
support multiple metrics on same field with different functionals
allow custom metrics names
allow e3nn==0.5.0
--verbose option to nequip-deploy
print data statistics in nequip-benchmark
normalized_sum reduction in AtomwiseReduce
Changed
abbreviate node_features->h in loss titles
failure of permutation equivariance tests no longer short-circuts o3 equivariance tests
NequIPCalculator now stores all relevant properties computed by the model regardless of requested properties, and does not try to access those not computed by the model, allowing models that only compute energy or forces but not both