Skip to content

ChengUCB/openmm-ml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MACE_LES_OPENMM Setup Guide

Run MACE-LES using OpenMM with the following steps.

Environment Setup

export CONDA_OVERRIDE_CUDA=11.8

Clone Repositories

mkdir NEWFILE
cd NEWFILE
git clone https://github.com/ChengUCB/mace.git mace_les
git clone https://github.com/ChengUCB/les.git
curl -o mace-les-openmm.yml https://raw.githubusercontent.com/ChengUCB/openmm-ml/main/mace-les-openmm.yml

Create and Activate Conda Environment

mamba env create -f mace-les-openmm.yml
conda activate mace-les-openmm

cd mace_les
pip install -e .
cd ../les
pip install -e .

Example

One can obtain the template script for MD simulations.

curl -o NPT.py https://raw.githubusercontent.com/ChengUCB/openmm-ml/main/examples/MACE-LES/NPT.py

NOTICE

Modifications

About

High level API for using machine learning models in OpenMM simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%