Hi everyone,
I need to simulate O₂ and N₂ gas in LAMMPS as rigid molecules while studying their vdW and Coulombic interactions with a MOF structure. In the literature, I found an O₂ model that assigns −0.112 charge to each O atom and +0.224 to a dummy site located at the O₂ center of mass (similar to a TIP4P-style virtual site).
My questions:
- Can LAMMPS handle a dummy charge site for molecules other than water?
- Should I explicitly add the dummy site as a third “atom” in my
read_datafile? - How can I keep the dummy site attached to the O₂ COM during dynamics and hide or exclude it from analysis (RDF, MSD, dumps, etc.)?
Any guidance or example input on defining rigid O₂ (with dummy charge site) and N₂ molecules— or other methods to model these gases (for example simply consider the partial charges of zero and using a two-point model) would be greatly appreciated.
Thanks!