MDIL-SNU / SIMPLE-NN

SIMPLE-NN(SNU Interatomic Machine-learning PotentiaL packagE – version Neural Network)
GNU General Public License v3.0
47 stars 23 forks source link

LAMMPS element bug fix #79

Closed JisuJung928 closed 4 years ago

JisuJung928 commented 4 years ago

Conventional code occurs segmentation fault when there are elements whose name is included in the former one.

ex ) Zr Si S ternary system pair_nn.cpp regards 'S' as 'Si' because strncmp('S','Si',1) = 0