[lammps-users] 10-6 lennard-jones potential

Hi,

Is it possible to use a 10-6 lennard-jones potential in LAMMPS? Or is there a quick and easy way to implement it?

Thanks,
Bryan

You could tabulate it and use pair_style table.
Else, you'd have to use pair lj/cut (12/6) as a starting
point and write a new class. Style lj/class2 is a 9/6.

Steve