Hello everyone, I have build the polymer system in Material studio. My MD system consists of C. H, O, N elements. Previously , I used the PCFF forcefield and converted to DATA file readable in LAMMPS which include information as:
Masses
Pair Coeffs # lj/class2/coul/long
Bond Coeffs # class2
Angle Coeffs # class2
Dihedral Coeffs # class2
Improper Coeffs # class2
...
Atoms type, XYZ position etc.
I want to use ReaxFF force field now. Is it sufficient to input the Atom types, XYZ position as DATA file in LAMMPS? Use of Pair style reax/c. Is there anything which I should concern about?