However,
(1) the reference mentioned in the LAMMPS manual does this - Eike and
Maginn, Journal of Chemical Physics, 124, 164503 (2006). uses this.
(2) If I were to decouple them, I would still need to fix one and
change the other - hence needing the fix adapt and compute ti versions
for lj/cut/coul/cut?
However,
(1) the reference mentioned in the LAMMPS manual does this - Eike and
Maginn, Journal of Chemical Physics, 124, 164503 (2006). uses this.
(2) If I were to decouple them, I would still need to fix one and
change the other - hence needing the fix adapt and compute ti versions
for lj/cut/coul/cut?
If you look at one of the pair styles supported by fix adapt,
you will see it is a quite simple piece of code to add, to
add support. I suggest you talk to Sai (CCd) - if he agrees
it makes sense to use with LJ + Coul, then it can easily
be added.
Steve is quite right, it can easily be added. You have to add ‘scale’ variable to pair_lj_cut_coul_cut.cpp and pair_lj_cut_coul_long.h ( as in pair_coul_cut.* )
Recently I’ve done it for lj/cut/coul/long - it takes 5 minutes of coding.