Différences entre les versions de « VBFile 4-2 »

De Workshops
Aller à la navigation Aller à la recherche
 
(7 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 
[[VBTutorial4| return to Tutorial n°4]]
 
[[VBTutorial4| return to Tutorial n°4]]
  
<html><pre>
+
<pre>
::::::::::::::
+
::::::::::::::::::::::::::::
planar.inp
+
  allyl-cation.inp
::::::::::::::
+
::::::::::::::::::::::::::::
  
  $contrl maxit=200 scftyp=rhf runtyp=ENERGY DFTTYP=B3LYP ICHARG=0 $end
+
  $CONTRL ICHARG=1 MULT=1 SCFTYP=RHF RUNTYP=OPTIMIZE $END
  $SYSTEM TIMLIM=600000 MEMORY=100000000 $END
+
$DFT DFTTYP=B3LYP $END
 +
$SCF DIRSCF=.FALSE.  FDIFF=.FALSE. $END
 +
  $SYSTEM TIMLIM=600000 MEMORY=10000000 $END
 
  $BASIS  GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
 
  $BASIS  GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
  $BLW NBLOCK=3 ITER=50                            $END
+
  $GUESS  GUESS=HUCKEL $END
 
  $DATA
 
  $DATA
  BLW-ED Analysis
+
Allyl radical using 6-31G(d)
  C1
+
C1 1
C   6.0   0.0000000000   0.6097325637   1.7490045499
+
C           6.0       0.000000   -1.247077   -0.232264
C   6.0   0.0000000000  0.6038280097  0.4085967284
+
C           6.0       0.000000    0.000000    0.487736
C   6.0   0.0000000000  -0.6038307169  -0.4085950903
+
C           6.0       0.000000    1.247077  -0.232264
C    6.0   0.0000000000  -0.6097309803  -1.7490029472
+
H            1.0       0.000000  -2.191044    0.312736
H   1.0   0.0000000000   1.5343833559   2.3190652626
+
H           1.0       0.000000   -1.792077   -1.176231
H   1.0   0.0000000000  -0.3149186339  2.3230080652
+
H           1.0       0.000000    0.000000    1.587736
H   1.0   0.0000000000  1.5514513284  -0.1322302753
+
H           1.0       0.000000    2.191044    0.312736
H   1.0   0.0000000000  -1.5514569088  0.1322266423
+
H           1.0       0.000000   1.792077   -1.176231
H   1.0   0.0000000000  -1.5343794820 -2.3190677945
+
  $end
  H    1.0  0.0000000000  0.3149214640 -2.3230051413
+
 
$END
+
::::::::::::::::::::::::::::
 +
allyl-cation-I.inp
 +
::::::::::::::::::::::::::::
 +
 
 +
  ...
 +
 
 +
  $BLW NBLOCK=2 ITER=80 $END
 +
 
 +
...
 +
 
 
  $BLWDAT
 
  $BLWDAT
  2 8 0
+
2 8 0
   3 7 13 14 18 22 28 29
+
   3 7 13 14 18 22 28 29
  2 8 0
+
20 47 -1
33 37 43 44 48 52 58 59
+
  $END
  26 56 -1
+
 
$END
 
 
</pre>
 
</pre>
</html>
 
  
<html><pre>
+
XMI FILE:
::::::::::::::
+
<pre>
perp.inp
+
Allyl cation VBSCF
::::::::::::::
+
$ctrl
  $contrl maxit=200 scftyp=rhf runtyp=ENERGY DFTTYP=B3LYP ICHARG=0 $end
+
  nmul=1 nao=2 nae=2
$SYSTEM TIMLIM=600000 MEMORY=100000000 $END
+
iscf=5 vbftyp=det iprint=3
$BASIS  GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
+
nstr=2 ctol=0.1 guess=auto
  $BLW NBLOCK=3 ITER=50                            $END
+
bprep
  $DATA
+
  $end
  BLW-ED Analysis
+
  $bfi
  C1  
+
; total number of MOs to freeze, total number of AOs to be used as basis for VB calculation
  C    6.0  0.000000    0.000000    0.000000
+
  10 12
  C    6.0  0.000000    0.000000    1.489418
+
  ; the list of the specific MOs to be frozen
  H    1.0   0.967527    0.000000  -0.478451
+
  1 2 3 4 5 6 7 8 9 10
  H    1.0  0.000000    0.967527    1.967869
+
  ; the list of the specific AOs to serve as basis functions
  C    6.0  -1.086858    0.000000  -0.746736
+
   3  7 13 14
  C    6.0  0.000000  -1.086858    2.236154
+
  18 22 28 29
  H    1.0  -2.072275    0.000000  -0.314213
+
  33 37 43 44
  H    1.0  -1.029400    0.000000  -1.820913
+
  $end
  H    1.0  0.000000  -2.072275    1.803631
+
  $stru
  H    1.0  0.000000  -1.029400    3.310331
+
  1 1  
$END
+
  2 2
  $BLWDAT
+
  $end
   2 8 0
+
  $orb
   3 7 13 14 18 22 28 29
+
   8 8
   2 8 0
+
   1 2 3 4  5 6 7 8
33 37 43 44 48 52 58 59
+
   5 6 7 8   9 10 11 12
  26 56 -1
+
  $end
  $END
 
 
</pre>
 
</pre>
</html>
 

Dernière version du 27 juin 2012 à 14:41

return to Tutorial n°4

::::::::::::::::::::::::::::
  allyl-cation.inp
::::::::::::::::::::::::::::

 $CONTRL ICHARG=1 MULT=1 SCFTYP=RHF RUNTYP=OPTIMIZE $END
 $DFT DFTTYP=B3LYP $END
 $SCF DIRSCF=.FALSE.  FDIFF=.FALSE. $END
 $SYSTEM TIMLIM=600000 MEMORY=10000000 $END
 $BASIS  GBASIS=N31 NGAUSS=6 NDFUNC=1 $END
 $GUESS  GUESS=HUCKEL $END
 $DATA
Allyl radical using 6-31G(d)
C1 1
C            6.0       0.000000   -1.247077   -0.232264
C            6.0       0.000000    0.000000    0.487736
C            6.0       0.000000    1.247077   -0.232264
H            1.0       0.000000   -2.191044    0.312736
H            1.0       0.000000   -1.792077   -1.176231
H            1.0       0.000000    0.000000    1.587736
H            1.0       0.000000    2.191044    0.312736
H            1.0       0.000000    1.792077   -1.176231
 $end

::::::::::::::::::::::::::::
allyl-cation-I.inp 
::::::::::::::::::::::::::::

 ...

 $BLW NBLOCK=2 ITER=80 $END

 ...

 $BLWDAT
 2 8 0
  3 7 13 14 18 22 28 29
20 47 -1
  $END

XMI FILE:

Allyl cation VBSCF
 $ctrl
 nmul=1 nao=2 nae=2
iscf=5 vbftyp=det iprint=3
nstr=2 ctol=0.1 guess=auto
bprep
 $end
 $bfi
; total number of MOs to freeze, total number of AOs to be used as basis for VB calculation
 10 12
 ; the list of the specific MOs to be frozen
 1 2 3 4 5 6 7 8 9 10
 ; the list of the specific AOs to serve as basis functions
  3  7 13 14 
 18 22 28 29 
 33 37 43 44
 $end
 $stru
 1 1 
 2 2
 $end
 $orb
  8  8
  1 2 3 4   5 6 7 8 
  5 6 7 8    9 10 11 12
 $end