Différences entre les versions de « VBTutorial1 »
Ligne 82 : | Ligne 82 : | ||
Note that using automatic guess works fine in a simple case like this one, using ''guess=mo'' simply accelerate convergence. However, for larger molecule, specifying a good orbital guess through ''guess=mo'' and an extra $gus section will often be useful. | Note that using automatic guess works fine in a simple case like this one, using ''guess=mo'' simply accelerate convergence. However, for larger molecule, specifying a good orbital guess through ''guess=mo'' and an extra $gus section will often be useful. | ||
− | + | * 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. Note that to compute the bond energy at the VBCISD level, you would have to compute the separate fragments at this level of theory. | |
− | * 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. | ||
− | |||
* Note that a more accurate BOVB bond energy could be obtained by pushing to [[The_SD_BOVB_method|higher SD-BOVB level]]. A bond dissociation energy of 36.1 kcal/mol would be obtained for F<sub>2</sub> at the π-SD-BOVB, very close to the estimated exact value of 39.0 kcal/mol. | * Note that a more accurate BOVB bond energy could be obtained by pushing to [[The_SD_BOVB_method|higher SD-BOVB level]]. A bond dissociation energy of 36.1 kcal/mol would be obtained for F<sub>2</sub> at the π-SD-BOVB, very close to the estimated exact value of 39.0 kcal/mol. | ||
|} | |} |
Version du 10 juillet 2012 à 09:39
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
|