Commit Graph

4 Commits

Author SHA1 Message Date
eda2cd965e rename MLIAP package to ML-IAP 2021-06-29 10:44:32 -04:00
2e6a0112d3 update URLs in some more files 2021-05-24 16:19:37 -04:00
5dc868ec30 whitespace 2020-12-28 09:37:13 -05:00
e7fa0a6bac Changes to MLIAP python
- update lammps python package to use setuptools
- refactor MLIAP classes into lammps python package

lammps.mliap package
- change TorchWrapper to use dtype and device as arguments
- turn activation of mliappy into functions (was a class)
- add a check to see if python interpreter is compatible
  with python lib calls internal to lammps

mliap_model_python_couple.pyx:
- load models ending in '.pt' or '.pth' with pytorch rather than pickle
2020-12-21 11:51:10 -07:00