Différences entre les versions de « VBTutorial1 »
Aller à la navigation
Aller à la recherche
Basics of VB theory and XMVB program
Ligne 183 : | Ligne 183 : | ||
# Compute bond energies at the L-BOVB and VBCISD levels. | # Compute bond energies at the L-BOVB and VBCISD levels. | ||
− | + | {| class="collapsible collapsed wikitable" | |
+ | |- | ||
+ | !'''Remarks''' | ||
+ | |- | ||
+ | | | ||
+ | * We do not recommend to use the ''frgtyp=atom'' specification together with the automatic guess (''guess=auto''). With ''frgtyp=atom'' you should specify orbital guess from HF MOs through an extra $gus section (see manual, and next exercises). | ||
+ | * A better BOVB bond energies can be obtained by going to the S-BOVB level, as will be seen in TutorialE | ||
+ | |} | ||
+ | |||
+ | {| 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 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. | ||
+ | |} | ||
== Exercise 4 : F<math>{}_2</math> molecule and charge-shift resonance energy == | == Exercise 4 : F<math>{}_2</math> molecule and charge-shift resonance energy == |
Version du 28 juin 2012 à 22:51
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
Computer exercises | ||||
---|---|---|---|---|
Exercise 2 : 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 3 : HF molecule : weights and bond energy
Exercise 4 : F<math>{}_2</math> molecule and charge-shift resonance energy
Exercice 5 : Solvent effect on C(Me)<math>{}_3</math>-Cl weights
|