[lammps-users] force interaction

Where is the pair->single() subroutine? I can not see any subroutine in SRC that it’s name is pair->single().

There is no pair->single() routine because the single() routine is specific to each potential. For whatever potential you’re using, there’s a corresponding single() in its respective pair_XXX.cpp file.

–AEI