Skip to main content

parameter fitting for ReaxFF

Project description

ReaxFit

Parameter-fitting module for lammps-reaxff with differential_evolution of scipy.

Requirements

  • lammps (library)
  • numpy
  • scipy

Install

  • use anaconda
conda install -c conda-forge lammps
conda install scipy numpy
pip3 install git+https://github.com/ykanematsu/reaxfit.git
  • [option] install lammps from source code
mkdir build
cd build
cmake ../cmake -DLAMMPS_EXCEPTIONS=yes -DBUILD_SHARED_LIBS=yes -DMLIAP_ENABLE_PYTHON=yes -DPKG_PYTHON=yes -DPKG_MANYBODY=yes -DPKG_REAXFF=yes -DPYTHON_EXECUTABLE:FILEPATH=`which python3`
make -j4
make install-python

Useage

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reaxfit-0.0.2.tar.gz (44.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page