Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 244 Bytes

torch_emt

This repository contains a PyTorch implementation of EMT potential.

Example

This can be easily used as a standard ASE calculator.

from torch_emt.calculator import EMTTorchCalc

calc = EMTTorchCalc(cpu=True)