Intermolecular potential energy

Hello,

I’m using LAMMPS (12 Dec 2018).

I would like to compute the intermolecular potential energy (vdw+coul, atom_style full) for Hildebrand solubility parameters:

Hildebrand = sqrt( / <sim. box vol.>)

Is there a recommended way to get the value? I saw " pe/mol/tally " but I’m not certain that’s what I want.

Thanks,
Stacey

If by intermolecular energy you mean the pairwise energy between atoms
that are in different molecules (excluding intramolecular pairwise energy).
then you can do this.

Run your simulation and save snapshots (dump command).

Then process the snapshots using the rerun command.
Define the same pair style as before. But use the neigh_modify exclude molecule/intra

option to remove pairwise intramolecular interactions. What remains
will be the intermolecular energy.

Steve