EDDB_info
EDDB_info
The recommendation is to use NBO version >6 but I ran simple tests (i.e. benzene, pyridine)
and I was obtaining consistent results with NBO 3 and 6 versions. Note that for running
Gaussian including the NBO6 version in the Beta cluster you should use the g09d01_pgi-
10.1_NBO6 version.
#!/bin/bash
module unload gaussian
module load g09d01_pgi-10.1_NBO6
cp $SGE_O_WORKDIR/name.com .
g09 name > name.log
formchk name.chk name.fchk
cp *.49 $SGE_O_WORKDIR/.
cp *.log $SGE_O_WORKDIR/.
cp *.chk $SGE_O_WORKDIR/.
cp *.fchk $SGE_O_WORKDIR/.
*********************************************************************************
Other functionalities of EDDB not listed in the manual:
You can compute the orbital separated indices by including the -d (for dissection) flag, like in
the following example:
The recommendation is first to check the occupations of spinless NOBD in the output of a
normal eddbH or eddbG calculation (the pi orbitals will have the largest occupations in small
aromatic rings), then visualize the *fchk (Avogadro is recommended, and remember that
EDDB rewrites the fchk with the NOBD orbitals but the labels are not changed. The NOBD
with highest occupation corresponds to orbital 1 in the list of orbitals) obtained from this
eddbG or H calculation to confirm the orbitals one wants to include (corresponding to 1, 2,
and 3 in the example).