How to calculate the Delta G of solvation? This is a question that I get a lot in this blog, so it is about time I wrote a (mini)post on it, and at the same time put an end to this posting drought which has lasted for quite a few months due to a lot of pending work with which I’ve had to catch up. Therefore, this is another post in the series of SCRF calculations that are so popular in this blog. For the other posts on this subjects remember to click here and here.
SMD
SMD is the keyword you want to use when performing a Self Consistent Reaction Field (SCRF) calculation with G09. This keyword was only made available in this last version of the program and it corresponds to Truhlar’s and coworkers solvation model which is recommended by Gaussian itself as the preferred model to calculate Delta G of solvation. The syntax used is the standard way used in any other Gaussian input files as follows:
# 'route section keywords' SCRF=SMD
Separately, we must either perform a gas phase calculation or use the DoVacuum keyword within the same SCRF input, and then take the energy difference between gas phase and solvated models.
# 'route section keywords' SCRF=(SMD,DoVacuum)
No solvation or cavity model should be defined since, by definition, SMD will use the IEFPCM model which is a synonym for PCM.
As opposed to the previous versions of Gaussian, the output energy already contains all corrections, this is why we must take the difference between both values (remember to calculate them both at the same level of theory if calculated separately!). Nevertheless, when using the SMD keyword we get a separate line, just below the energy, stating the SMD-CDS non electrostatic value in kCal/mol.
The radii were also defined in the original paper by Truhlar; I’m not sure if using the keyword RADII with any of its options yields a different result or if it even ends in an error. Its worth the try!
Some calculation variations are not available when using SMD, such as Dis (calculation of the solute-solvent dispersion interaction energy), Rep (solute-solvent repulsion interaction energy) and Cav (inclusion of the solute cavitation energy in the total energy). I guess the reason for this might be that the SMD model is highly parametrized.
Have you found any issue with any item listed above? Pleases share your thoughts in the comments section below. As usual I hope this post was useful and that you all rate it, like it and comment.
References
is that I can use this method to calculate BDE ( Bond dissociation enthalpy)
No. By definition BDE is not an isodesmic reaction and as such it cannot be assessed by PCM methods.
PS Better late than never LOL
Dear Barroso, how should i write in input file if i want to use [EMIM][CL] ion liquid as solvent. because there are no data of [EMIM][CL] in G09, looking forward to hear from you, thank you
Hello Jerry,
Unfortunately there is no way to easily include a new solvent into the SCRF models within Gaussian, I mean, there is a way but you need to validate it and it will take a longer time than just using another method.
I’m not sure about what is your calculation but maybe you could resort to a Molecular Dynamics software like AMBER which is free now (only the GPU module isn’t now).
Have a nice day!
Hi, Dr. Barroso
On G03 print this:
Variational PCM results
=======================
(a.u.) = -574.656387
(a.u.) = -574.663975
Total free energy in solution:
with all non electrostatic terms (a.u.) = -574.650706
——————————————————————–
(Polarized solute)-Solvent (kcal/mol) = -4.76
——————————————————————–
Cavitation energy (kcal/mol) = 22.64
Dispersion energy (kcal/mol) = -15.08
Repulsion energy (kcal/mol) = 0.77
Total non electrostatic (kcal/mol) = 8.33
——————————————————————–
But in G09 never are print neither used IOPs(3/70).
Do you know other keywork to g09 displey Variational PCM results?
Thank
Rafael
P.D. puedes contestarme en español
Hi, Dr. Barroso,
My question is how to calculate solvation enthalpies from gaussian output?
Hello Dr.Barroso,
“and then take the energy difference between gas phase and solvated models.” Does the energy here refer to the electronic energy or gibbs free energy(Sum of electronic and thermal Free Energies)?
Thanks,
Wenkun
DoVacuum doesn’t work anymore in G16.
Cheers!
Francesco
I think it was deprecated. Too bad because I liked it. If you find another software that does something similar please share it with us.
DoVacuum will work if you also include the keyword externaliteration. The new keyword is 1stvac, but also requires externaliteration to function in G16.
Example:
SCRF=(SMD,SOLVENT=Water,externaliteration,1stVac)
How can I calculate cavitation energy?