Hello,
I am simulating a “polymer+solvent system interacting with CNT” using hybrid pair styles in LAMMPS.
*CNT interactions: Using airebo/morse
, as π-π stacking interactions are important.
*Polymer & Solvent interactions: Using GEAFF
, which consists of Lennard-Jones (LJ) + Coulomb interactions.
The issue is that airebo/morse
is typically defined in metal units, whereas GEAFF
uses real units. Since LAMMPS does not support multiple units within a single simulation, I am wondering:
- Is it possible to use
airebo/morse
withunits real
?
- If so, are there any recommended ways to modify the potential file properly?
- Alternatively, can
GEAFF
be used withunits metal
instead ofreal
? - If neither is feasible, what would be the best workaround to simulate this hybrid system?
Any suggestions or past experiences on handling mixed-unit hybrid potentials would be greatly appreciated.
Thank you!