Différences entre les versions de « VBTutorial1 »
Ligne 58 : | Ligne 58 : | ||
<big>[[General_guidelines_for_BOVB_calculations| >> general guidelines for BOVB calculations]]</big> | <big>[[General_guidelines_for_BOVB_calculations| >> general guidelines for BOVB calculations]]</big> | ||
− | == Exercise 3 : F<math>{}_2</math> molecule and | + | == Exercise 3 : F<math>{}_2</math> molecule and bond energy == |
− | # Compute a VBSCF wave function for the F<math>{}_2</math> molecule, using the cc-pvtz basis set, and with inactive orbitals localized on only one of the fluorine atoms | + | # Compute a L-VBSCF wave function for the F<math>{}_2</math> molecule, using the cc-pvtz basis set, and with inactive orbitals localized on only one of the fluorine atoms. Use the ''frgtyp=sao'' specification and automatic guess (''guess=auto'') ; |
− | + | # BOVB level : | |
− | # | + | ## First, compute a π-D-VBSCF wave function using previous VBSCF orbitals as guess orbitals. To do that, you should allow the π inactive orbitals of fluorine to delocalize onto the two atoms, while keeping all <math>/sigma</math> (active and inactive) orbitals localized (see also : [[General_guidelines_for_BOVB_calculations#High_symmetry_case:| >> see "high symmetry case" in the "general guidelines for BOVB calculations"]]) |
− | + | ## Compute then a π-D-BOVB solution for the F<math>{}_2</math> molecule, starting from previous orbitals as guess. | |
− | ## | + | # 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 | |
− | |||
− | |||
− | ## | ||
− | |||
− | |||
− | |||
− | |||
+ | * To compute the bond energy at the BOVB level, you can simply use the ROHF energies computed with Gamess for the separate H and F atoms, as the L-BOVB wave function dissociate to uncorrelated H+F fragments. | ||
+ | * To compute the bond energy at the VBCISD level, you should however compute the separate fragments at this level of theory. | ||
+ | {| class="collapsible collapsed wikitable" | ||
+ | |- | ||
+ | !'''Hints''' | ||
+ | |- | ||
+ | | | ||
+ | * To compute the bond energy at the BOVB level, you can simply use the ROHF energies computed with Gamess for the separate fragments (F atoms here), because the L- and D-BOVB wave functions (like the VBSCF one) dissociate to uncorrelated separate fragments. | ||
+ | * To compute the bond energy at the VBCISD level, you should however compute the separate fragments at this level of theory. | ||
|} | |} | ||
Version du 9 juillet 2012 à 12:59
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> moleculeTwo Gamess and XMVB input files for the H<math>{}_2</math> molecule are provided in the Exercise folder on the tutorial machines :
There are VBSCF calculations with the 6-31G(d,p) basis set. Just inspect these inputs, run the gamess-xmvb program (using : vbrun h2-atom and : vbrun h2-sao, and analyze the outputs. Then these input files could serve you as templates for the next exercises. Exercise 2 : HF molecule : weights and bond energy
Exercise 3 : F<math>{}_2</math> molecule and bond energy
|