AMBER FFs in GULP

Dear Dr. Gale,

I was trying to understand how the GAFF force field was defined in the gaff.lib file (at gulp-6.1.2/Libraries/).
Two questions came up:

  • why in the section “epsilon kcal” every sigma (in fact r_min) value is multiplied by 2?
    Amber uses the r_min notation, which is the same used by GULP once “lennard epsilon geometric 12 6 x13 kcal all 0.5 12.0” is defined.

  • I don’t understand this explanation:
    “# NNB: In Amber one of two improper torsions is chosen whereas in GULP both improper angles are used but the force constant is halved.”
    I was looking in both AMBER and GULP manuals and could not find the reason for dividing by 2 the force constant of the improper torsions.

Best regards
Alexa

Dear Alexa,
The difference in the sigmas is probably just because GULP’s combination rules takes the average of the sigma for each element (sigma_i + sigma_j)/2, whereas I suspect AMBER may include the factor of a half in the sigma so that they just get added.
For improper torsions, some codes just use 1 of several possible improper torsion angles for a set of atoms, whereas GULP will take all combinations that satisfy the criteria specified. Therefore to match the behaviour of other codes it’s necessary to divided by the multiplicity of the improper torsions.
Regards,
Julian

1 Like

Thank you for your fast answer!
Best regards!
Alexa

Alexa: Can you, please, let me know whatever you had successfully created some GULP input based on the GAFF force field ? I would like to see some samples …

Hi Michal, I did some tests, but I wasn’t exhaustive. So I suggest trying the following and thoroughly analyzing your system, compare with amber results if possible.

If you open the gulp installation folder, you will find a ‘Libraries/’ directory. There you will find a lot of force fields ready to use in gulp. Check it out in the file gulp-6.1.2/Libraries/gaff.lib, where the GAFF parameters are in gulp format.

So, after generating the RESP charges and setting the proper atom types for the atoms in your system, the FF can be defined as follows:

keyword molmec no4duplicate

harmonic molmec kcal
C_cc core N_n core 852.0000 1.3800
.
.
.

three molmec kcal
N_n core C_cc core H_hn core 95.0000 121.5200 # angle cc-n -hn
.
.
.

torsion molmec kcal
C_cc core C_cc core N_n core H_hn core 1.650 2.0 180.0 # generic X -n -cc-X
.
.
.

torsion improper molmec kcal
O_o core C_c core N_n core C_c3 core 5.2500 2 180.000 #generic o c x x
.
.
.

epsilon kcal
C_cc core 0.0860 3.8160
.
.
.

#
lennard epsilon geometric 12 6 x13 kcal all 0.5
12.0
#
coul o14 1/6
X X 7.0
#
cutp 10.00000 mdf 2.00000

Best regards and good luck with this :slight_smile:

And just to add that the order of the atoms defined for the angles and for the impropers is different between AMBER and GULP codes. Check carefully both manuals to define them properly.

Dear Alexa
Thank you very much for your hints …
I had studied the gaff.lib carefuly …
Can you, please , post a whole GULP input ?
I mean one:

  • using gaff.lib
  • working wit periodic 3d structure (crystal)
  • describing the structur as the assymetric unit part + space group

I can not see any example doing this …
I am a bit afraid GULP does not work properly with symmetry operations = the symmetry generated atoms brakes the original fragments bonds …

If you do not have a periodic sample, please send at least a sample in vacuum …

Related question:
Do you assingn atom types and bord orders manualy, or do you have some engine for this ?