Hello everyone,
I’m trying to simulate a Nitinol (NiTi) nanowire using LAMMPS with the MEAM potential. I’m encountering an error related to the pair_coeff
command. The error message is:
Here is the relevant part of my LAMMPS input script:
I have the following files (Taken from: Interatomic Potentials Repository):
library.meam
: The general MEAM library.NiTi.meam
: The specific MEAM file for the NiTi system.
I’ve set up my atom types as Ni
(type 1) and Ti
(type 2), and I’m trying to assign the MEAM potential to them. I’m not sure what is causing the error.
I’ve verified that the file paths are correct. The MEAM files seem properly formatted.
Could anyone help me understand what might be wrong with my pair_coeff
line or other parts of the input file? Any advice or suggestions would be greatly appreciated!
Thank you!