This is a public repository that aims to automate the simulation of organic crystals with a primary emphasis on the mechanical properties of organic crystals. Currently, we focus on two components:
- Automate the geneation of structural model and force field (through
ambertools
oropenff
) - Design different workflows to simulate the properties of organic crystals under mechanical loads (powered by
lammps
)
git clone this repository and then go to the root directory
conda env create -n pyocse
conda activate pyocse
pip install .
If you want to update the existing ocse enviroment
conda activate pyocse
conda env update --file environment.yml
make yes-MOLECULE
make yes-EXTRA-MOLECULE
make yes-KSPACE
make mpi -j 12
check the uniaxial.py
check the 3pf.py
- Qiang Zhu (qzhu8@uncc.edu)
- Shinnosuke Hattori (shinnosuke.hattori@sony.com)