iRASPA / RASPA3

This software is a general purpose classical simulation package.
Other
46 stars 6 forks source link

A small error in the example. #10

Closed sxm13 closed 5 months ago

sxm13 commented 5 months ago

For the LJ parameter of N2 in the force_field.json,

{ "name" : "N_n2", "type" : "lennard-jones",
"parameters" : [38.298, 3.306], "source" : "A. Martin-Calvo et al. , Phys. Chem. Chem. Phys. 2011, 13, 11165-11174" }, { "name" : "_Nn2", "type" : "none",
"parameters" : [0.0, 1.0], "source" : "A. Martin-Calvo et al. , Phys. Chem. Chem. Phys. 2011, 13, 11165-11174" }

maybe should change to

{ "name" : "N_n2", "type" : "lennard-jones",
"parameters" : [38.298, 3.306], "source" : "A. Martin-Calvo et al. , Phys. Chem. Chem. Phys. 2011, 13, 11165-11174" }, { "name" : "_Ncom", "type" : "none",
"parameters" : [0.0, 1.0], "source" : "A. Martin-Calvo et al. , Phys. Chem. Chem. Phys. 2011, 13, 11165-11174" }

dubbelda commented 5 months ago

Thanks, fixed!