Différences entre les versions de « VBTutorial1 »

De Workshops
Aller à la navigation Aller à la recherche
Ligne 41 : Ligne 41 :
 
{| class="collapsible collapsed wikitable"
 
{| class="collapsible collapsed wikitable"
 
|-
 
|-
!'''Remark'''
+
!'''Hints'''
 
|-
 
|-
 
|
 
|
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).
+
* To go from L-VBSCF to L-BOVB level, starting from the input of the VBSCF input file as a template, you should simply make the following changes :
|}
+
**# add the ''bovb'' keyword in "$ctrl" section ;
 +
**# change ''iscf=5'' by ''iscf=2'' ;
 +
**# suppress structures with minor weights at the VBSCF level from the '$str'' section
 +
**# use "guess=read" option and previous converged VBSCF orbitals as ''input.gus'' guess file
 +
* To go from L-VBSCF to the VBCI wave functions, starting from the input of the VBSCF input file as a template, you should simply make the following changes :
 +
**# add the corresponding VBCI keyword in the ''$ctrl'' section (''VBCISD'' here) ;
 +
**# use "guess=read" option and previous converged VBSCF orbitals as ''input.gus'' guess file
  
{| class="collapsible collapsed wikitable"
 
|-
 
!'''Hints'''
 
|-
 
|
 
* To go from L-VBSCF to L-BOVB level, starting from the input of the VBSCF wave function as a template, you should simply :
 
** 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
 
 
|}
 
|}
  

Version du 9 juillet 2012 à 12:58

<< 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