Installation¶
Requirements¶
Install from PyPI¶
pip install mlfsm
Install from Source¶
To access the most recent features and bug fixes, install from source:
git clone https://github.com/thegomeslab/ML-FSM.git
cd ML-FSM
pip install -e .
Optional: Calculator Dependencies¶
ML-FSM works with any ASE-compatible calculator including traditional QM and semi-empirical potential energy surfaces.
The following potentials have been tested and are supported out of the box via examples/fsm_example.py:
Calculator |
Install |
Notes |
|---|---|---|
AIMNet2 |
git clone https://github.com/isayevlab/AIMNet2.git
cd AIMNET2
pip install -e .
|
AIMNet2 pre-trained model. |
MACE |
|
Pre-trained models available via |
FAIR UMA |
|
Meta’s Universal Model for Atoms |
xTB |
|
GFN2-xTB semiempirical method |
Q-Chem |
See Q-Chem |
File-based I/O; requires a Q-Chem license |