Hi,
I am performing coarse-grained MD simulations on polymer chains, with Gay-Berne potential for non-bonded interactions in LAMMPS (30 Jul 2016).
While running nvt/asphere or npt/asphere, I am setting a temperature of 300K, but the temperature of my system, is hovering around double that value, 600K. Could this be a problem of considering the mass of the atoms twice, once as a particle and once as an ellipsoid?
Here are my implementation details:-
To provide bond, angle and dihedral information in the ellipsoidal beads, I am using atom_style hybrid ellipsoid molecular.
The pair_style is the following: pair_style gayberne 1 1 2 25
In the data file, I am defining the following:
1000 atoms
1000 ellipsoids
990 bonds
980 angles
970 dihedrals
1 atom types
1 bond types
1 angle types
1 dihedral types
Masses
1 288.30569
PairIJ Coeffs
1 1 0.6 1.74 9.5 9.5 0.3 9.5 9.5 0.3
In the atoms section, I am setting the Ellipsoid flag of all atoms to 1 as there is only one type of beads in the system, and all beads are anisotropic. The density of the ellipsoid is set as the value obtained by dividing the mass by volume of the ellipsoid.
Sample line of my atoms section:
Atoms
Atom_type Atom_id x y z Ellipsoidflag Density MoleculeID
1 1 28.11866053 54.654925277 22.118563583 1 14.62 1
Sample line of my Ellipsoids section:
Ellipsoids
1 12.650 1.725 1.725 0.357795920 0 0.006946311 0.933773971
Please suggest if I am making a fundamental mistake in implementation of ellipsoidal beads in polymer chains for using the Gay-Berne potential.
Thanks,
Sandipan