layout | title | nav_order |
---|---|---|
default |
Change Log |
2 |
- Emergency bug fix for bad default perturb_distance parameter in Relaxation.
- Provide model aliases "PBE" and "R2SCAN" which defaults to the TensorNet MatPES models.
- New CLI tools to quickly use prop calculators to compute properties from structure files.
- Added support for ORB and GRACE universal calculators (@atulcthakur)
- Option to perturb structure before relaxation (@rul048)
- Improved handling of stress units (@rul048)
- Option to relax strained structures in ElasticityCalc (@lbluque)
- 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 verbosefrom matcalc.elasticity import ElasticityCalc
.
- Initial release of benchmarking tools with Elasticity and Phonon benchmark data.
- Minor updates to returned dicts.
- First release with all major components.