Skip to content

simulationlee/SIMPLE_NN_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

SIMPLE_NN Tutorial

Environment


  • Python 3.9
  • PyTorch 1.10.1
  • LAMMPS 29Aug2024
  • numpy 1.22

Installation issues


  1. copy path typo (' - ' -> ' _ ')

reference code

cp SIMPLE-NN_v2/simple-nn/features/symmetry_function/pair_nn* /path/to/lammps/src/
cp SIMPLE-NN_v2/simple-nn/features/symmetry_function/symmetry_function.h /path/to/lammps/src/

after revision

cp <PATH./simple_nn/features/symmetry_function/pair_nn* <PATH>/lammps/src/
cp <PATH>/simple_nn/features/symmetry_function/symmetry_function.h <PATH>/lammps/src/
  1. Run setup.py
    check #115. (recommend setting up the SIMPLE_NN repository within a Conda virtual environment.)

  2. SIMPLE-NN test fail

editing..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published