I want to build a simple NiTi molecular dynamics model composed of 50%Ni and 50%Ti atoms, and choose the atomic potential (2NN-MEAM) based on the second nearest neighbor modified embedded atom theory as the potential function, but my lammps calculation process keeps reporting errors, I would like to ask why?
Here is my code:
units metal
dimension 3
boundary p p p
atom_style atomic
You’re more likely to get relevant help by providing the LAMMPS version you are using and following the forum guidelines.
At the moment it is hard to tell what goes wrong without more info. Are you sure you copied the requested files in the directory where you execute your script and that no invisible characters are in your pair_coeff line?
This asides, I don’t think the following set of commands does what you think it does:
This line as copied to the forum is syntactically correct and does not produce the error you reported.
The input is still problematic because you are creating always pairs of two atoms directly on top of each other as Germain already pointed out. This will lead to invalid forces.