ACEsuit/mace

Unit of get_potential_energy()

Closed this issue · 2 comments

What's the unit of the potential energy returned in the ASE example?

from mace.calculators import mace_off
from ase import build

atoms = build.molecule('H2O')
calc = mace_off(model="medium", device='cuda')
atoms.calc = calc
print(atoms.get_potential_energy())

And the forces are in eV/Angstrom.