Différences entre les versions de « VBTutorial1 »

De Workshops
Aller à la navigation Aller à la recherche
Ligne 38 : Ligne 38 :
 
## Compute a VBCISD wave function, freezing the 1s core orbital of fluorine in the VBCI calculation (''NCOR=1'' option), and printing only structures which have a coefficient superior to 0.01 (''ctol=0.01'' option) ;
 
## Compute a VBCISD wave function, freezing the 1s core orbital of fluorine in the VBCI calculation (''NCOR=1'' option), and printing only structures which have a coefficient superior to 0.01 (''ctol=0.01'' option) ;
 
## Compare structure weights at the VBSCF, L-BOVB and VBCI levels
 
## Compare structure weights at the VBSCF, L-BOVB and VBCI levels
# Compute bond energies at the L-BOVB and VBCISD levels.
 
  
 
{| class="collapsible collapsed wikitable"
 
{| class="collapsible collapsed wikitable"
Ligne 53 : Ligne 52 :
 
|-
 
|-
 
|
 
|
* 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 go from L-VBSCF to L-BOVB level, starting from the input of the VBSCF wave function as a template, you should simply :
* To compute the bond energy at the VBCISD level, you should however compute the separate fragments at this level of theory.
+
** add the ''bovb'' keyword in "$ctrl" section of the VBSCF input ;
 +
** change ''iscf=5'' by ''iscf=2'' ;
 +
** suppress structures with minor weights at the VBSCF level from the '$str'' section
 
|}
 
|}
  
  
 
<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 charge-shift resonance energy ==
 
== Exercise 3 : F<math>{}_2</math> molecule and charge-shift resonance energy ==

Version du 9 juillet 2012 à 12:46

<< Return to the program


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