Skip to content

SPINNER (Structure Prediction of Inorganic crystals using Neural Network potentials with Evolutionary and Random searches)

License

Notifications You must be signed in to change notification settings

JisuJung928/SPINNER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPINNER

SPINNER(Structure Prediction of Inorganic crystals using Neural Network potentials with Evolutionary and Random searches)

If you use SPINNER, please cite this paper: S. Kang et al. Accelerated identification of equilibrium structures of multicomponent inorganic crystals using machine learning potentials (arXiv:2107.02594).

Here we describe minimal instructions for running SPINNER. If you want more information such as tuning parameters, please visit our online manual.

Requirement

Install

  1. LAMMPS
  cd src
  make mpi
  make mode=shlib mpi
  1. randSpg
  mkdir build
  cd build
  cmake ..
  make -j3
  1. CMakeLists.txt
SET ( LMP_PATH /path/to/lammps )
SET ( RANDSPG_PATH /path/to/randspg )

About

SPINNER (Structure Prediction of Inorganic crystals using Neural Network potentials with Evolutionary and Random searches)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.5%
  • C++ 20.8%
  • Other 0.7%