-
|
Dear I'm trying to port an ASE MD script that uses The problem is that to use MACE with TorchSim, you need mace = mace_mp(model="large", return_raw_model=True)
mace_model = MaceModel(model=mace, device=device)But looking at the Then on the TorchSim side, Is there a way to do this that I'm not seeing, or is dispersion correction just not supported yet? Thanks and Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This would need to be implemented inside the model. We do not have an equivalent to a SumCalculator yet it is something we could consider adding. We're moving to an external model posture and a torchsim interface has been added to acesuit/mace on github so potentially a solution already exists for you there. |
Beta Was this translation helpful? Give feedback.
A sum calculator and D3 model have now been added to torchsim. Please take a look and let us know if you have any issues.