Releases: materialyzeai/matcalc
Releases · materialyzeai/matcalc
v0.4.5
v0.4.4
v0.4.3
- PR #102 fix: add
required-environmentsto enable Linux install by @MorrowChem - PR #97: Make it possible to set COM momentum and/or rotation to zero in
MDCalcby @Andrew-S-Rosen- Feature: Allows setting the center-of-mass momentum and angular momenta to zero in
MDCalcto prevent drift.
- Feature: Allows setting the center-of-mass momentum and angular momenta to zero in
- PR #96: Allow for
MDCalcto be run withrelax_cell=Trueduring the initial relaxation by @Andrew-S-Rosen- Feature: Enables unit cell relaxation before an MD run.
- PR #89: Add support for
MTKNPTby @Andrew-S-Rosen- Feature: Added support for
MTKNPT, the recommended method for NPT simulations in ASE.
- Feature: Added support for
- PR #90: Add a warning if using
NPTby @Andrew-S-Rosen- Warning: Raises
UserWarningwhenNPTclass is used due to stability concerns.
- Warning: Raises
- PR #88: Add IsotropicMTKNPT to
_md.pyby @Andrew-S-Rosen- Feature: Introduced
IsotropicMTKNPTsupport, expanding supportedensembleoptions.
- Feature: Introduced
v0.4.2
- Bug fix for surface calculations (@computron).
- Update OCPCalculator with the newer FairChemCalculator (@atulcthakur)
v0.4.1
v0.4.0
v0.3.3
- SurfaceCalc class for computing surface energies. (@atulcthakur)
- NEBCalc now returns MEP information. (@drakeyu)
- All PropCalcs and Benchmarks now support using a string as a calculator input, which is automatically interpreted as
a universal calculator where possible. This greatly simplifies the use of PropCalc. - PESCalculator.load_universal now is lru_cached so that the same model does not get loaded multiple times.
v0.3.2
v0.3.1
- All PropCalc implementations are now private and should be imported from the base package.
- Added support for Mattersim, Fairchem-Core, PET-MAD, and DeepMD (@atulcthakur)