Différences entre les versions de « VBTutorial1 »
Ligne 70 : | Ligne 70 : | ||
# Compute a VBCISD solution starting from π-D-VBSCF orbitals (freezing the 1s core orbital of Fluorines in the VBCI calculation). | # Compute a VBCISD solution starting from π-D-VBSCF orbitals (freezing the 1s core orbital of Fluorines in the VBCI calculation). | ||
# Compute F<math>{}_2</math> bond energies at the π-D-BOVB and VBCI levels | # Compute F<math>{}_2</math> bond energies at the π-D-BOVB and VBCI levels | ||
− | |||
{| class="collapsible collapsed wikitable" | {| class="collapsible collapsed wikitable" | ||
Ligne 77 : | Ligne 76 : | ||
|- | |- | ||
| | | | ||
− | * To prepare a ''$gus'' section for reading RHF MOs as a guess : | + | * To prepare a ''$gus'' section for reading RHF MOs as a guess (''guess=mo'' option) : |
** first compute gamess RHF solution only (take out : ''vbtyp=xmvb'' in the $control section of Gamess input) | ** first compute gamess RHF solution only (take out : ''vbtyp=xmvb'' in the $control section of Gamess input) | ||
** read the RHF orbitals in Gamess and identify those who could be good guess orbitals for : 1s core of F, 2s lone pair, 2px lone pairs,... active orbitals | ** read the RHF orbitals in Gamess and identify those who could be good guess orbitals for : 1s core of F, 2s lone pair, 2px lone pairs,... active orbitals |
Version du 10 juillet 2012 à 09:22
How to modify this page :
- first : log in (top right of this page) ;
- click on [edit] (far right) to edit a section of the page ;
- write your text directly in the wiki page, and click on the "Save page" button (bottom left) to save your modifications
Pictures : how to insert a picture in your text
See also this page for an introduction to the basics of the wiki syntax
Basics of VB theory and XMVB program
Main exercises | ||||
---|---|---|---|---|
Exercise 1 : Starting up with the H<math>{}_2</math> moleculeThe Gamess and XMVB input files for the H<math>{}_2</math> molecule are provided in the Exercise folder on the tutorial machines. These are VBSCF calculations with the 6-31G(d,p) basis set, and the fragment specification in terms of symmetry-adapted orbitals (frgtyp=sao). Just inspect these inputs, run the gamess-xmvb program (using : vbrun h2), and analyze the outputs. Then these input files could serve you as templates for the next exercises. Exercise 2 : HF molecule weights
Exercise 3 : F<math>{}_2</math> molecule and bond energy
|