Can vaspGibbs be used to calculate Gibbs free energy in solution? #7
leem258
started this conversation in
VaspGibbs Forum
Replies: 1 comment
-
Hi @leem258, If you want to get ZPE and frequencies, first run your optimization in VASP as usual, then, once the calculation is done, run a job with:
If you run your job in parallel using
You will get the ZPE in the VaspGibb.md file and the frequencies will be in the OUTCAR. You can then run your LSOL calculation and use the resulting energy. If you want Gibbs free energy, you can use "G - E_dft" from the last line of VaspGibbs.md and add it to your new energy. Does that help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do you have suggestions for calculating the frequency and zero-point energy of a molecule in a vacuum and the total energy in water? That is, turn off LSOL when optimizing the structure and calculating the frequency, and turn on LSOL when calculating the total energy.
Beta Was this translation helpful? Give feedback.
All reactions