exercises:common:geo_opt
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exercises:common:geo_opt [2022/09/08 15:10] – jglan | exercises:common:geo_opt [2024/02/22 12:00] (current) – [Exercies] fnunes | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | Geometry optimization is a process of changing the system' | + | **Geometry optimization** is a process of changing the system' |
+ | |||
+ | **Potential energy surface** describes the energy of a system, especially a collection of atoms, in terms of certain parameters, normally the positions of the atoms. | ||
Line 15: | Line 17: | ||
The BFGS method is more efficient when the initial guess is not far from the minimum. | The BFGS method is more efficient when the initial guess is not far from the minimum. | ||
</ | </ | ||
- | < | ||
- | **Potential energy surface**: the energy of a system, especially a collection of atoms, in terms of certain parameters, normally the positions of the atoms. | ||
+ | |||
+ | Mathematically, | ||
+ | |||
+ | 1. The gradient should be zero, $\frac{dE}{dr} = 0 $ | ||
+ | |||
+ | 2. The sign of Hessian should be all positive, | ||
+ | |||
+ | < | ||
**Gradient**: | **Gradient**: | ||
Line 24: | Line 32: | ||
**Hessian**: | **Hessian**: | ||
</ | </ | ||
- | |||
- | Mathematically, | ||
- | |||
- | 1. The gradient should be zero, $\frac{dE}{dr} = 0 $ | ||
- | |||
- | 2. The sign of Hessian (second derivative) should be all positive, | ||
To ensure these requirements, | To ensure these requirements, | ||
Line 38: | Line 40: | ||
- | ===== Exercies | + | ===== Exercises |
In this exercise, you will perform geometry optimization using DFT. See [[https:// | In this exercise, you will perform geometry optimization using DFT. See [[https:// | ||
Line 106: | Line 108: | ||
</ | </ | ||
+ | <code - H2O.xyz> | ||
+ | 3 | ||
+ | Water | ||
+ | O 5 5.00000 5.11779 | ||
+ | H 5 5.75545 4.52884 | ||
+ | H 5 4.24455 4.52884 | ||
+ | </ | ||
You can also directly open an XYZ file in VMD to visualize it: | You can also directly open an XYZ file in VMD to visualize it: | ||
Line 160: | Line 169: | ||
===== Applications ===== | ===== Applications ===== | ||
+ | Geometry optimization has been widely used in surface science and computational catalysis. Based on electronic structure theory or force fields, the structures are optimized under 0 K to calculate the potential energy. To obtain the Gibbs free energy, one can use | ||
+ | $G = E_{DFT} + ZPE - TS$, where the latter two terms can be estimated by the [[exercises: | ||
- | + | {{ : | |
+ | Organic Frameworks for CO_2 Hydrogenation}} | ||
+ | Jingyun Ye & J. Karl Johnson; 2015; Design of Lewis Pair-Functionalized Metal | ||
+ | Organic Frameworks for CO< | ||
+ | [[ doi> | ||
exercises/common/geo_opt.1662649806.txt.gz · Last modified: 2022/09/08 15:10 by jglan