Releases: materialsvirtuallab/matcalc
Releases · materialsvirtuallab/matcalc
v0.0.6
- Checkpointing and better handling of benchmarking.
- Most PropCalc can now be imported from the root level, e.g.,
from matcalc import ElasticityCalc
instead of the more
verbose from matcalc.elasticity import ElasticityCalc
.
v0.0.5
- Initial release of benchmarking tools with Elasticity and Phonon benchmark data.
v0.0.4
What's Changed
- Add MACE to recognized
UNIVERSAL_CALCULATORS
by @janosh in #11
- Improvements to EOS and Elasticity calculators by @PROA200 in #12
- Add
NEBCalculator
with M3GNet and CHGNet example notebook by @JiQi535 in #13
- Fix
get_universal_calculator
AttributeError: 'SumCalculator' object has no attribute 'lower' by @janosh in #15
- Define util functions
is_ase_optimizer
and get_ase_optimizer
by @janosh in #16
New Contributors
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- More flexible
get_universal_calculator()
by @janosh in #4
get_universal_calculator()
return ASE calculators as-is by @janosh in #5
- Rename EOSCalc return dict keys by @janosh in #6
- Improve
EOSCalc
test coverage by @janosh in #7
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Minor updates to returned dicts.