Welcome to EZFF’s documentation!¶
EZFF is a Python-based library for quick and easy parameterization of forcefields and interatomic potentials for molecular dynamics simulations. EZFF provides interfaces to popular atomistic simulation software, GULP, VASP and QChem and uses Platypus for solving multi-objective optimization problems. Use the links below to get started.
Contents:
Installing¶
Install from PyPI using the command
pip install EZFF
Alternatively, you can install the latest developmental version from GitHub via
git clone https://github.com/arvk/EZFF.git
cd EZFF
python setup.py install
Contributing¶
- Please make sure to submit only passing builds
- Adhere to PEP8 where you can
- Submit a pull request
License¶
EZFF source code and documentation is released under the MIT License