IntelLabs / matsciml

Open MatSci ML Toolkit is a framework for prototyping and scaling out deep learning models for materials discovery supporting widely used materials science datasets, and built on top of PyTorch Lightning, the Deep Graph Library, and PyTorch Geometric.
MIT License
144 stars 20 forks source link

ASE `Calculator` interface #215

Closed laserkelvin closed 5 months ago

laserkelvin commented 5 months ago

This PR adds a Calculator implementation that specializes to matsciml's pipeline/abstractions.

Currently it is only implemented for energy and force prediction, but given that ase also supports other properties like stress, multipole moments, etc. there is some flexibility in using ScalarRegressionTask for things like that.