Quantum Chemistry tutorial
Introduction
In the previous lecture we've learned about the theoretical basis of electronic structure methods, and in particular about the Hartree-Fock method. Now it is time to jump into the electronic structure business and perform a couple of calculations by yourself. The package we are going to use is called Gaussian. It is among the modern electronic structure codes available and provides an easy-to-use interface called Gaussview that allows for a user-friendly access to quantum chemistry. Additionaly the Gaussian program provides many post-Hartree-Fock methods.
To learn how to use the program by yourself or maybe extend your knowledge beyond the scope of this tutorial one can check out the links on the following site.
To start a calculation we basically need four things:
- the structure of the molecule of interest in (cartesian or internal) coordinates
- the overall charge and spin state of the system
- the method that will be used (Hartree-Fock (HF), Density Functional Theory (DFT), Moeller-Plesset perturbation theory (MPx) etc.)
- a basis set.
tar xzvf h2.tar.gz
The H-H molecule
Our calculations will be on the simple H2 molecule, which is the smallest molecule that exhibits all fundamental aspects of chemical bonding (why?).Single point energy calculation
A simple input for the electronic structure calculation of H2 is given below:%chk=h2_SP #P RHF 6-31G h2 molecule 0 1 h h 1 r r 1.0
Now we can do the electronic structure calculation by typing
g09 h2.com
- number of SCF cycles needed for convergence
- the HF energy (what units are being used?)
- the dipole moment
To continue reading click on the following link:
http://wwwuser.gwdg.de/~ggroenh/exercise_H2/h2.html
0 Comments