GROMACS version: 5.0.7
GROMACS modification: Yes/No
Hello. I am simulating a united atom model of Polypropylene with TRaPPE UA.
Here are some parts of my topology file:
In the topology file, I haven’t included [pairs]. Only [atoms], [bonds], [angles] and [dihedrals].
Is that enough for calculating the 1-4 Lennard Jones interactions?
Thank you in advance.
I am not sure if the rule is changed for gmx-2021, As per my understanding we need to have an explicit [pairs] section for 1-4 interactions, while yes option in [defaults] simple creates parameters for pairs with defined combination rule. Please correct me, so that I use the correct settings while using gmx-2021.
Thank you, Masrul! @Masrul. You are right. My answer was wrongly formulated. Sorry for the confusion. I will re-edit my post.
The correct formulation is:
the directive [ pairtypes ] is not required (if all 1-4 parameters are generated using the combination rules), but the [moleculetype] directive should be followed by the directive [bonds], [pairs] ect.
Thank you both for the answers. I tried to do some experiments with a single molecule and up to now I have conclude that:
[ pairs ] are useful if you want to use different scaling for 1-4 interactions (e.g. fudjeLJ=0.5). Otherwise there is no need of using [ pairs ]
Setting nrexcl=2 will calculate all the non-bonded interactions that are 2 bonds far away. Taking a molecule with i-j-k-l atoms, i-l interaction (1-4) is going to be calculated.
In the above example if we add in the [ pair ] section the i-l pair, then we are going to double count the interaction.
-If we want to include i-l interaction in the pair list, in order to avoid double counting, we have to increase nrexcl=3
Please correct me if there is any misconception.
I’m fiddling with this right and I have a [ pairs ] directive set up because of different fudge parameters. Question is, where do I implement the different fudge LJ parameter? I see we can include a different fudge QQ by using the syntax below from the manual:
extra LJ or Coulomb [pairs] 2 2 fudge QQ (); qiqi; qjqj (e), V [7], W[7]