Szczepanik Research Group

Department of Theoretical Chemistry
Faculty of Chemistry, Jagiellonian University
Gronostajowa 2, 30-387 Krakow, Poland
Tel: (+48) 12 686 23 90
E-mail: dariusz.szczepanik@uj.edu.pl

HOME      PROJECTS      PUBLICATIONS      runEDDB      molANO      X

About EDDB/BDF       Download       Tutorials       Manual



Gaussian  Q-Chem  ORCA  Turbomole  GAMESS  NBO7 


◼ Cyclic π-delocalization in metallacycle C7H7FeCl

This example comes from the original study

Electron delocalization in planar metallacycles: Hückel or Möbius aromatic?
D.W. Szczepanik (), M. Solà ()
ChemistryOpen  8 (2019) 219−227. DOI: 10.1002/open.201900014.   URL 

Abstract:
In this work the relationship between the formal number of π-electrons, d-orbital conjugation topology, π-electron delocalization and aromaticity in d-block metallacycles is investigated in the context of recent findings concerning the correlation of π-HOMO topology and the magnetic aromaticity indices in these species. It is demonstrated that for π-electron rich d-metallacycles the direct link between aromaticity, the number of π-electrons and the frontier π-orbital topology does not strictly hold and for such systems it is very difficult to unambiguously associate their aromaticity with the '4n+2' (Hückel) and '4n' (Möbius) rules. It is also shown that the recently proposed electron density of delocalized bonds (EDDB) method can successfully be used not only to quantify and visualize aromaticity in such difficult cases, but also – in contrast to magnetic aromaticity descriptors – to provide a great deal of information on the real role of d-orbitals in metallacycles without the ambiguity of bookkeeping of electrons in the π-subsystem of the molecular ring. Interestingly, some of the metallacycles studied cannot be classified exclusively as Hückel or Möbius because they have a hybrid Hückel-Möbius or even quasi-aromatic nature.



1. NBO7 archive workflow (legacy)

Note — the .49 lane is the legacy path. In earlier releases of runEDDB (and the original runEDDB.R script), the NBO7 archive .49 was the only supported input format. Since runEDDB-nvbao the in-house NAO driver reconstructs the NAO basis directly from .fchk / .json / .molden / .tmol / .gms inputs — no NBO7 installation is needed. The .49 lane is kept for backward compatibility and for users who already have NBO7 archives.

The .49 file is an NBO7 archive produced by post-processing a wavefunction from any QC program interfaced with NBO7 (Gaussian, ORCA, Q-Chem, GAMESS, Turbomole, …). In this tutorial we use Gaussian G16 as the wavefunction source. The flow is a single step:

Prepare a Gaussian input file with Pop(NBO7Read) (this invokes the externally-installed NBO7 rather than the older NBO 3.1 shipped inside Gaussian) and append the NBO-directive line that asks NBO7 to write the runEDDB-ready .49 archive directly:

c7h7fecl.gjf
# CAM-B3LYP/def2SVP Pop(NBO7Read)

C7H7FeCl

0 1
Fe       -0.064251938266      0.000000000000      0.383381287583
C         0.102879051008      1.467437846806     -0.581782848285
C         0.102879051008     -1.467437846806     -0.581782848285
C         0.042058436784      1.945591795572     -1.877580721536
C         0.042058436784     -1.945591795572     -1.877580721535
C        -0.012197738912      1.304915633429     -3.124178523721
C        -0.012197738912     -1.304915633430     -3.124178523721
C        -0.022766917881      0.000000000000     -3.622055704846
H        -0.061079076601      0.000000000000     -4.715595953142
H         0.167516111578      2.281514394810      0.169634195203
H         0.167516111578     -2.281514394810      0.169634195204
H         0.029959638034      3.038668532273     -1.974142731372
H         0.029959638034     -3.038668532273     -1.974142731372
H        -0.055473924074      2.032073158396     -3.942519373400
H        -0.055473924074     -2.032073158396     -3.942519373400
Cl        1.502523783826      0.000000000000      1.822684376427

$NBO SKIPBO FILE=c7h7fecl AOINFO=49 AONAO=W49 DMNAO=W49 $END

The Pop(NBO7Read) keyword is essential: Pop(NBORead) (without the 7) invokes the much older NBO 3.1 module bundled inside Gaussian, whose archive precision and AOINFO conventions are not fully compatible with the runEDDB cube generator. The trailing $NBO … $END block instructs NBO7 to SKIPBO (skip the standard bond-orbital analysis — runEDDB does its own), write the AOINFO, AONAO (AO ↔ NAO transformation), and DMNAO (density in the NAO basis) into a single .49 archive named after FILE=c7h7fecl.

Run Gaussian (tested version: ES64L-G16RevC.01) with an NBO7-interfaced executable; this writes the runEDDB-ready c7h7fecl.49 directly:

 terminal
$ g16 c7h7fecl.gjf

2. Global delocalization pattern

First, we are going to investigate the distribution of electron density of all delocalized bonds in the entire molecule using the EDDBG function (the subscript G stands for global: all atoms and bonds in the molecule are included). To do so, run the following command in the terminal:

 terminal
$ runEDDB --input c7h7fecl.49 --quiet

The --quiet (or -q) option enables quiet mode: only the EDDBG summary populations are printed; useful for batch jobs where only the numerical result is needed:

 output
> Printing summary of EDDB calculations:

        Total   ED_G population:           91.79267    per atom:     5.73704
        Total EDLB_G population:           83.48845    per atom:     5.21803
        Total EDDB_G population:            8.30422    per atom:     0.51901

> Calculation completed on 2026-05-11. Total time: 0s.

The default analysis basis is the Natural Valence Basis (NVB), which retains only the valence-shell Natural Atomic Orbitals (NAO). Of the ~49.8 valence electrons in the NVB, about 41.5e are localized (lone pairs and two-center bonds) and ~8.3e are shared through the system of delocalized bonds.

To quickly visualize the EDDBG-layer of the one-electron density, add the --output-eddb option:

 terminal
$ runEDDB --input c7h7fecl.49 --output-eddb --quiet --ncores 4

This generates a Gaussian cube file (c7h7fecl.EDDB.cube) for visualization in, e.g., Avogadro2, IQmol, GaussView, VMD, or Chemcraft; a typical isosurface value is 0.015-0.020. The --ncores (or -n) option parallelizes the grid evaluation, which is the most compute-intensive step. It is recommended to use as many cores as available.

The grid quality is controlled by --cube-size (or -c) option (default: 100). Running without --quiet shows the cube export details:

 output
> Exporting EDDB_G to c7h7fecl.EDDB.cube...

    Grid scope:                        Global
    Grid size:                         73x120x115 (~100^3)
    Progress:                          ######################################## 100%
    Integrated density:                8.30501 (100.0% of 8.30422)
    Time:                              2s

The integrated density (~8.305e) almost perfectly matches the analytical EDDBG population (~8.304e) — this confirms the cube accurately represents the density. The .49 lane uses a parallel NBO-convention cube generator that consumes the AOINFO / AONAO transformation matrices supplied by NBO7 directly, so the grid integration agrees with the analytical trace to roughly the same precision as the native lanes.

To visualize the generated cube file (c7h7fecl.EDDB.cube) in Avogadro2, select in program menu AnalyzeCreate Surfaces and set parameters as in the figure below:


3. Detailed population analysis

Now, switch to the verbose mode using --verbose (or -v) option:

 terminal
$ runEDDB --input c7h7fecl.49 --verbose

First, the program reports what was parsed from the wavefunction file:

 output
> Loading and parsing input file...                                                   0s

    Source file:                       c7h7fecl.49
    File format:                       NBO7 archive (.49)
    Number of atoms:                   16
    Number of basis functions:         182 (spherical)
    Number of contracted shells:       82
    Number of primitives:              166
    Number of molecular orbitals:      0  (.49 carries D in NAO basis directly)
    Effective core potential:          No
    Charge / multiplicity:             0 / 1
    Total electrons:                   92
    Unrestricted:                      No
    Reference type:                    HF / DFT
    Electron population (Tr[DMNAO]):   92.00000

Next, it summarises the internal AO→NAO localization procedure:

 output
> Recovering natural atomic orbitals (NAO) from .49 archive...                        0s

    Total number of NAOs:              182 = 0 (Cor) + 66 (Val) + 116 (Ryd)
    Total electron population:         92.00000
            - core population:         0.00000 (~0.0 %)
         - valence population:         91.79267 (~99.8 %)
         - rydberg population:         0.20733 (~0.2 %)
    Target NAO representation:         Natural minimal basis (NMB = Cor + Val)
             - NMB population:         91.79267 (~99.8 %)

The .49 archive carries a flat NMB flag per NAO (0 = Rydberg, 1 = NMB) with no Cor / Val split, so the parser cannot separate the 21 core NAOs from the 45 valence NAOs — all 66 non-Rydberg NAOs are routed through NMB (Cor + Val) which carries ~91.8e. The 116 Rydberg NAOs are excluded as usual. To avoid silent confusion, runEDDB makes -b nmb the effective default for .49 input (the -b nvb default of the native lanes does not apply); a one-line clarifier appears in the Stage-2 detail block under Target NAO representation: in verbose mode.

In the next stage program prints the BOP configuration and performs calculations:

 output
> Performing multicenter bond-orbital projections (BOP)...

    Type of EDDB function:             EDDB_G (entire molecular system)
    BOP algorithm:                     Standard BOP (HF/DFT 1-densities)
    Atoms included in BOP:             16
    Pairs included in BOP:             69
    Bond-order threshold:              0.00100
    Progress:                          ######################################## 100%
    Number of BOP cycles:              1
    BOP time:                          0s

In the entire system, 69 atom pairs exceed the Wiberg bond-order threshold (10−3) and enter the BOP cycle.

After the BOP step, program prints three electron-population tables. The first lists Natural Orbitals for Bond Delocalization (NOBD):

 output
> Printing results of electron population analysis in NOBD resolution...

  +-----------+-----------+-------------------------------------------------------------+
  |  NOBD (*) | Occupancy |      (s,p,d,f)-subshell contributions to spinless NOBD      |
  +-----------+-----------+-------------------------------------------------------------+
   Index  Sel     Total      s (l=0)  %s    p (l=1)  %p    d (l=2)  %d    f (l=3)  %f
   -----  ---    =======     -------  ---   -------  ---   -------  ---   -------  ---
       1   *     1.84011     0.00070   0    1.83818  100   0.00123   0    0.00000   0
       2   *     1.74495     0.00012   0    1.74265  100   0.00219   0    0.00000   0
       3   *     1.66441     0.00952   1    1.63861   98   0.01629   1    0.00000   0
       4   *     1.23285     0.00035   0    0.32240   26   0.91010   74   0.00000   0
       5   *     0.28075     0.04327   15   0.11325   40   0.12423   44   0.00000   0
       6   *     0.27838     0.07784   28   0.17035   61   0.03019   11   0.00000   0
       7   *     0.16914     0.00622   4    0.00852   5    0.15439   91   0.00000   0
       8   *     0.09721     0.00051   1    0.09492   98   0.00179   2    0.00000   0
       9   *     0.08173     0.02418   30   0.05740   70   0.00015   0    0.00000   0
      10   *     0.08090     0.02421   30   0.05507   68   0.00162   2    0.00000   0
      11   *     0.07751     0.00425   5    0.06129   79   0.01197   15   0.00000   0
      12   *     0.07234     0.02934   41   0.04296   59   0.00003   0    0.00000   0
      13   *     0.07127     0.00924   13   0.06202   87   0.00001   0    0.00000   0
      14   *     0.06857     0.01496   22   0.05354   78   0.00007   0    0.00000   0
      15   *     0.06815     0.01266   19   0.05537   81   0.00011   0    0.00000   0
      16   *     0.06304     0.04486   71   0.01807   29   0.00011   0    0.00000   0
      17   *     0.06261     0.04538   72   0.01717   27   0.00006   0    0.00000   0
      18   *     0.05395     0.03192   59   0.02202   41   0.00000   0    0.00000   0
      19   *     0.05223     0.02734   52   0.02208   42   0.00281   5    0.00000   0
      20   *     0.05021     0.02604   52   0.02417   48   0.00000   0    0.00000   0
      21   *     0.04952     0.02561   52   0.02237   45   0.00154   3    0.00000   0
      22   *     0.04883     0.03100   63   0.01782   36   0.00001   0    0.00000   0
      23   *     0.04872     0.01906   39   0.02101   43   0.00865   18   0.00000   0
      24   *     0.04277     0.00280   7    0.00849   20   0.03149   74   0.00000   0
      25   *     0.00399     0.00288   72   0.00110   27   0.00001   0    0.00000   0
   -----  ---    =======     -------  ---   -------  ---   -------  ---   -------  ---

From the table above it is clear that the first four NOBDs make the dominant contributions to electron delocalization. Their orbital decomposition shows that the first three NOBDs have almost purely π-symmetry (~1.7-1.8e, 98-100% p-character), while the fourth involves the Fe atom through its 3d orbitals (~26% p- and ~74% d-character). The remaining NOBDs have much smaller occupancies associated with σ-delocalization tails.

The next table presents the population analysis in the atomic-orbital resolution — one row per NAO in the target representation (here NVB, valence-only):

 output
> Printing results of electron population analysis in orbital resolution...

  +------------+-------------+---------------------------+-----------------------------+
  |    Atom    |   Orbital   |  Electron delocalization  |     Electron population     |
  +------------+-------------+---------------------------+-----------------------------+
    Index  Sym   Index  NMB     Total    Alpha    Beta       Total    Alpha    Beta
    -----  ---   -----  ----   =======  -------  -------    -------  -------  -------
        1  Fe        1  1s     0.00000     -        -       2.00000     -        -
        1  Fe        2  2s     0.00000     -        -       1.99999     -        -
        1  Fe        3  3s     0.00001     -        -       1.99989     -        -
        1  Fe        4  4s     0.04534     -        -       0.41486     -        -
        1  Fe        5  2p1    0.00000     -        -       2.00000     -        -
        1  Fe        6  3p1    0.00005     -        -       1.99991     -        -
        1  Fe        7  2p2    0.00000     -        -       1.99999     -        -
        1  Fe        8  3p2    0.00001     -        -       1.99981     -        -
        1  Fe        9  2p3    0.00000     -        -       1.99999     -        -
        1  Fe       10  3p3    0.00006     -        -       1.99974     -        -
        1  Fe       11  3d1    0.08218     -        -       1.05288     -        -
        1  Fe       12  3d2    0.87295     -        -       1.45769     -        -
        1  Fe       13  3d3    0.16571     -        -       0.94443     -        -
        1  Fe       14  3d4    0.05930     -        -       1.73117     -        -
        1  Fe       15  3d5    0.11891     -        -       1.61753     -        -
        2  C        16  1s     0.00001     -        -       1.99994     -        -
        2  C        17  2s     0.06736     -        -       1.15506     -        -
        2  C        18  2p1    0.64373     -        -       0.83253     -        -
        2  C        19  2p2    0.03741     -        -       1.10602     -        -
        2  C        20  2p3    0.14095     -        -       1.20138     -        -
        3  C        21  1s     0.00001     -        -       1.99994     -        -
        3  C        22  2s     0.06736     -        -       1.15506     -        -
        3  C        23  2p1    0.64373     -        -       0.83253     -        -
        3  C        24  2p2    0.03741     -        -       1.10602     -        -
        3  C        25  2p3    0.14095     -        -       1.20138     -        -
        4  C        26  1s     0.00000     -        -       1.99994     -        -
        4  C        27  2s     0.03183     -        -       0.96151     -        -
        4  C        28  2p1    0.86728     -        -       1.01909     -        -
        4  C        29  2p2    0.03893     -        -       1.10370     -        -
        4  C        30  2p3    0.04625     -        -       1.19030     -        -
        5  C        31  1s     0.00000     -        -       1.99994     -        -
        5  C        32  2s     0.03183     -        -       0.96151     -        -
        5  C        33  2p1    0.86728     -        -       1.01909     -        -
        5  C        34  2p2    0.03893     -        -       1.10370     -        -
        5  C        35  2p3    0.04625     -        -       1.19030     -        -
        6  C        36  1s     0.00000     -        -       1.99994     -        -
        6  C        37  2s     0.03205     -        -       0.94743     -        -
        6  C        38  2p1    0.79281     -        -       0.89767     -        -
        6  C        39  2p2    0.03722     -        -       1.14268     -        -
        6  C        40  2p3    0.03645     -        -       1.12834     -        -
        7  C        41  1s     0.00000     -        -       1.99994     -        -
        7  C        42  2s     0.03205     -        -       0.94743     -        -
        7  C        43  2p1    0.79281     -        -       0.89767     -        -
        7  C        44  2p2    0.03722     -        -       1.14268     -        -
        7  C        45  2p3    0.03645     -        -       1.12834     -        -
        8  C        46  1s     0.00000     -        -       1.99994     -        -
        8  C        47  2s     0.03043     -        -       0.93832     -        -
        8  C        48  2p1    0.93302     -        -       1.02342     -        -
        8  C        49  2p2    0.03598     -        -       1.18681     -        -
        8  C        50  2p3    0.03882     -        -       1.08609     -        -
        9  H        51  1s     0.02104     -        -       0.77158     -        -
       10  H        52  1s     0.02336     -        -       0.79915     -        -
       11  H        53  1s     0.02336     -        -       0.79915     -        -
       12  H        54  1s     0.02679     -        -       0.77646     -        -
       13  H        55  1s     0.02679     -        -       0.77646     -        -
       14  H        56  1s     0.01945     -        -       0.77325     -        -
       15  H        57  1s     0.01945     -        -       0.77325     -        -
       16  Cl       58  1s     0.00000     -        -       2.00000     -        -
       16  Cl       59  2s     0.00000     -        -       1.99999     -        -
       16  Cl       60  3s     0.01574     -        -       1.95190     -        -
       16  Cl       61  2p1    0.00000     -        -       2.00000     -        -
       16  Cl       62  3p1    0.03478     -        -       1.86581     -        -
       16  Cl       63  2p2    0.00000     -        -       1.99999     -        -
       16  Cl       64  3p2    0.07169     -        -       1.74491     -        -
       16  Cl       65  2p3    0.00000     -        -       2.00000     -        -
       16  Cl       66  3p3    0.09446     -        -       1.93719     -        -
    -----  ---   -----  ----   =======  -------  -------    -------  -------  -------

The data reveal that the main delocalization channel involves the 3d2 orbital on Fe (NMB index 12), occupied by ~1.5e and contributing ~0.9e (~60%) to delocalization, together with the 2p1 orbitals on carbon atoms, occupied by about 0.8–1.0e and contributing about 0.6–0.9e to delocalization. Electrons on chlorine and hydrogen atoms are predominantly localized.

Finally, the last table collapses the atomic-orbital data to atomic resolution:

 output
> Printing results of electron population analysis in atomic resolution...

  +------------+-----------------------------------+-----------------------------------+
  |    Atom    |      Electron delocalization      |        Electron population        |
  +------------+-----------------------------------+-----------------------------------+
    Index  Sym     Total       Alpha       Beta        Total       Alpha       Beta
    -----  ---   =========   ---------   ---------   ---------   ---------   ---------
        1  Fe     1.34453        -           -       25.21789        -           -
        2  C      0.88945        -           -        6.29494        -           -
        3  C      0.88945        -           -        6.29494        -           -
        4  C      0.98428        -           -        6.27454        -           -
        5  C      0.98428        -           -        6.27454        -           -
        6  C      0.89853        -           -        6.11607        -           -
        7  C      0.89853        -           -        6.11607        -           -
        8  C      1.03824        -           -        6.23459        -           -
        9  H      0.02104        -           -        0.77158        -           -
       10  H      0.02336        -           -        0.79915        -           -
       11  H      0.02336        -           -        0.79915        -           -
       12  H      0.02679        -           -        0.77646        -           -
       13  H      0.02679        -           -        0.77646        -           -
       14  H      0.01945        -           -        0.77325        -           -
       15  H      0.01945        -           -        0.77325        -           -
       16  Cl     0.21667        -           -       17.49978        -           -
    -----  ---   =========   ---------   ---------   ---------   ---------   ---------

The numbers confirm that only Fe and the C atoms in the ring contribute significantly to the global delocalization. This atomic-resolution table is the only one printed by default (i.e., without --verbose option); it is the starting point for most discussions and is sufficient for many quick assessments.


4. Cyclic delocalization of π-electrons

Aromatic stabilization in molecular rings with π-conjugated bonds is associated with cyclic delocalization of π-electrons, whereas cross-ring orbital interactions are often locally destabilizing (cf. the antibonding interaction between para-related carbon atoms in benzene). To assess the effect of cyclic π-electron delocalization in the 8-membered ring (8MR) of the C7H7FeCl system, we perform an EDDBP calculation (the subscript P stands for pathway):

 terminal
$ runEDDB --input c7h7fecl.49 --pathway 1-2-4-6-8-7-5-3-1 --output-nobd --auto-pi 

The --pathway (or -p) option specifies the bond connectivity along the ring. The --output-nobd option generates a new Gaussian FCHK file (c7h7fecl.NOBD.fchk) in which the Alpha MO coefficients are replaced by the spinless NOBDs. The --auto-pi (or -a) option automatically selects only π-type NOBDs based on their orbital composition; also, this flag triggers printing of the NOBD-resolution table by default, so one can immediately see which orbitals were classified as π-type.

 output
> Printing results of electron population analysis in NOBD resolution...

  +-----------+-----------+-------------------------------------------------------------+
  |  NOBD (*) | Occupancy |      (s,p,d,f)-subshell contributions to spinless NOBD      |
  +-----------+-----------+-------------------------------------------------------------+
   Index  Sel     Total      s (l=0)  %s    p (l=1)  %p    d (l=2)  %d    f (l=3)  %f
   -----  ---    =======     -------  ---   -------  ---   -------  ---   -------  ---
       1   *     1.57645     0.00055   0    1.57493  100   0.00097   0    0.00000   0
       2   *     1.50876     0.00008   0    1.50769  100   0.00100   0    0.00000   0
       3   *     1.44279     0.00840   1    1.42049   98   0.01390   1    0.00000   0
       4   *     0.91289     0.00033   0    0.23856   26   0.67400   74   0.00000   0
       5         0.14998     0.02701   18   0.05629   38   0.06667   44   0.00000   0
       6         0.13970     0.04551   33   0.07733   55   0.01686   12   0.00000   0
       7         0.09231     0.00228   2    0.00460   5    0.08542   93   0.00000   0
       8         0.03015     0.00674   22   0.02340   78   0.00002   0    0.00000   0
       9         0.02869     0.00636   22   0.02219   77   0.00014   0    0.00000   0
      10         0.02574     0.00678   26   0.01879   73   0.00017   1    0.00000   0
      11         0.01973     0.00435   22   0.01538   78   0.00000   0    0.00000   0
      12         0.01909     0.00434   23   0.01464   77   0.00011   1    0.00000   0
      13         0.01599     0.00842   53   0.00751   47   0.00005   0    0.00000   0
      14         0.01485     0.00926   62   0.00513   35   0.00046   3    0.00000   0
      15         0.01247     0.00694   56   0.00545   44   0.00009   1    0.00000   0
      16         0.01216     0.00492   41   0.00376   31   0.00347   29   0.00000   0
      17         0.01134     0.00173   15   0.00961   85   0.00000   0    0.00000   0
      18         0.00954     0.00252   26   0.00188   20   0.00514   54   0.00000   0
      19         0.00933     0.00073   8    0.00634   68   0.00226   24   0.00000   0
      20         0.00753     0.00354   47   0.00395   53   0.00003   0    0.00000   0
      21         0.00674     0.00080   12   0.00590   87   0.00004   1    0.00000   0
      22         0.00619     0.00428   69   0.00191   31   0.00000   0    0.00000   0
      23         0.00447     0.00406   91   0.00040   9    0.00000   0    0.00000   0
      24         0.00092     0.00062   67   0.00029   32   0.00001   1    0.00000   0
   -----  ---    =======     -------  ---   -------  ---   -------  ---   -------  ---

> Printing results of electron population analysis in atomic resolution...

  +------------+-----------------------------------+-----------------------------------+
  |    Atom    |      Electron delocalization      |        Electron population        |
  +------------+-----------------------------------+-----------------------------------+
    Index  Sym     Total       Alpha       Beta        Total       Alpha       Beta
    -----  ---   =========   ---------   ---------   ---------   ---------   ---------
        1  Fe     0.69814        -           -        1.50581        -           -
        2  C      0.54181        -           -        0.81825        -           -
        3  C      0.54181        -           -        0.81825        -           -
        4  C      0.75031        -           -        1.01083        -           -
        5  C      0.75031        -           -        1.01083        -           -
        6  C      0.67731        -           -        0.89599        -           -
        7  C      0.67731        -           -        0.89599        -           -
        8  C      0.79930        -           -        1.01807        -           -
    -----  ---   =========   ---------   ---------   ---------   ---------   ---------

> Exporting NOBD orbitals to c7h7fecl.NOBD.fchk...                                    0s
> Printing summary of EDDB calculations:

        Total   ED_P population:            7.97402    per atom:     0.99675
        Total EDLB_P population:            2.53771    per atom:     0.31721
        Total EDDB_P population:            5.43631    per atom:     0.67954

    Cyclic Delocal. Index (CDI):            0.54181

> Calculation completed on 2026-05-11. Total time: 0s.

The --auto-pi option correctly identifies the first four NOBDs as π-orbitals (marked with *); together they account for ~8.0e π-electrons of which ~5.4e is cyclically delocalized. To visually inspect the NOBDs and verify the automatic π-NOBD selection, open the generated c7h7fecl.NOBD.fchk file in Avogadro2 and select particular NOBD in Molecular Orbitals window (in generated c7h7fecl.NOBD.fchk file α-MOs ordered by increasing energy are replaced by NOBDs ordered by decreasing occupation number):

As follows from the summary of EDDB calculations, the average per-atom population of cyclically delocalized π-electrons in the 8MR is 0.67954e. However, the EDDBP atomic populations reveal that the distribution of electrons is not uniform: a noticeable π-deficiency on atoms 2 and 3 is a fingerprint of high-energy ionic resonance structures contributing to the wavefunction and reducing the aromatic stabilization energy. In this sense, the capacity of the π-channel to connect all eight atomic orbitals in a coherent cycle is limited by those two carbon atoms.

The Cyclic Delocalization Index (CDI), printed at the end of the summary, equals the smallest per-atom EDDBP value — the maximum population of π-electrons (per atom) that can be uniformly delocalized around the cycle. Here, the cyclic delocalization index is about ~0.54; for comparison, the CDI for benzene is ~0.89, so the relative π-aromaticity in the 8MR of C7H7FeCl can be estimated as ~61%.


5. 3d-orbital conjugation topology

The remaining open question is: what does the 3d2 orbital on Fe look like? To find out, simply run:

 terminal
$ runEDDB --input c7h7fecl.49 --pathway 1-2-4-6-8-7-5-3-1 --auto-pi --output-ao

and open the generated c7h7fecl.NMB.fchk file in Avogadro2 (select AnalyzeCreate Surfaces). According to the resulting NVB-resolution table,

 output
> Printing results of electron population analysis in orbital resolution...

  +------------+-------------+---------------------------+-----------------------------+
  |    Atom    |   Orbital   |  Electron delocalization  |     Electron population     |
  +------------+-------------+---------------------------+-----------------------------+
    Index  Sym   Index  NMB     Total    Alpha    Beta       Total    Alpha    Beta
    -----  ---   -----  ----   =======  -------  -------    -------  -------  -------
        1  Fe        1  1s     0.00000     -        -       0.00000     -        -
        1  Fe        2  2s     0.00000     -        -       0.00000     -        -
        1  Fe        3  3s     0.00000     -        -       0.00000     -        -
        1  Fe        4  4s     0.00827     -        -       0.01135     -        -
        1  Fe        5  2p1    0.00000     -        -       0.00000     -        -
        1  Fe        6  3p1    0.00000     -        -       0.00000     -        -
        1  Fe        7  2p2    0.00000     -        -       0.00000     -        -
        1  Fe        8  3p2    0.00000     -        -       0.00000     -        -
        1  Fe        9  2p3    0.00000     -        -       0.00000     -        -
        1  Fe       10  3p3    0.00000     -        -       0.00000     -        -
        1  Fe       11  3d1    0.01020     -        -       0.01400     -        -
        1  Fe       12  3d2    0.64008     -        -       1.39783     -        -
        1  Fe       13  3d3    0.03492     -        -       0.07622     -        -
        1  Fe       14  3d4    0.00192     -        -       0.00264     -        -
        1  Fe       15  3d5    0.00275     -        -       0.00377     -        -
        2  C        16  1s     0.00000     -        -       0.00000     -        -
        2  C        17  2s     0.00029     -        -       0.00052     -        -
        2  C        18  2p1    0.54147     -        -       0.81764     -        -
        2  C        19  2p2    0.00001     -        -       0.00001     -        -
        2  C        20  2p3    0.00004     -        -       0.00007     -        -
        3  C        21  1s     0.00000     -        -       0.00000     -        -
        3  C        22  2s     0.00029     -        -       0.00052     -        -
        3  C        23  2p1    0.54147     -        -       0.81764     -        -
        3  C        24  2p2    0.00001     -        -       0.00001     -        -
        3  C        25  2p3    0.00004     -        -       0.00007     -        -
        4  C        26  1s     0.00000     -        -       0.00000     -        -
        4  C        27  2s     0.00001     -        -       0.00001     -        -
        4  C        28  2p1    0.75021     -        -       1.01068     -        -
        4  C        29  2p2    0.00007     -        -       0.00010     -        -
        4  C        30  2p3    0.00002     -        -       0.00003     -        -
        5  C        31  1s     0.00000     -        -       0.00000     -        -
        5  C        32  2s     0.00001     -        -       0.00001     -        -
        5  C        33  2p1    0.75021     -        -       1.01068     -        -
        5  C        34  2p2    0.00007     -        -       0.00010     -        -
        5  C        35  2p3    0.00002     -        -       0.00003     -        -
        6  C        36  1s     0.00000     -        -       0.00000     -        -
        6  C        37  2s     0.00000     -        -       0.00000     -        -
        6  C        38  2p1    0.67720     -        -       0.89585     -        -
        6  C        39  2p2    0.00003     -        -       0.00004     -        -
        6  C        40  2p3    0.00008     -        -       0.00011     -        -
        7  C        41  1s     0.00000     -        -       0.00000     -        -
        7  C        42  2s     0.00000     -        -       0.00000     -        -
        7  C        43  2p1    0.67720     -        -       0.89585     -        -
        7  C        44  2p2    0.00003     -        -       0.00004     -        -
        7  C        45  2p3    0.00008     -        -       0.00011     -        -
        8  C        46  1s     0.00000     -        -       0.00000     -        -
        8  C        47  2s     0.00000     -        -       0.00000     -        -
        8  C        48  2p1    0.79919     -        -       1.01793     -        -
        8  C        49  2p2    0.00010     -        -       0.00013     -        -
        8  C        50  2p3    0.00000     -        -       0.00000     -        -
    -----  ---   -----  ----   =======  -------  -------    -------  -------  -------

the 3d2 (Fe) orbital has index 12 in the NMB layout (the first 11 NMB orbitals on Fe are core 1s/2s/3s/4s/2p/3p, then come the five 3d). A visual inspection of Molecular Orbital no. 12 reveals this is a 3dXY orbital, which means the metallacycle is a Möbius-Craig aromatic with a predominantly δ-type conjugation topology (see the reference paper for more examples of metallacycles with π- and δ-conjugation topology).


6. Final conclusion

The EDDB analysis at the CAM-B3LYP/def2-SVP theory level reveals that the model C7H7FeCl metallacycle (in its ground-state configuration) can be classified as an 8π-electron Möbius-Craig aromatic species with predominating δ-conjugation topology involving 3dXY (Fe) orbital. The effectiveness of cyclic delocalization of π-bonds in this 8-membered ring is relatively high - about 61% of the one in archetypical π-aromatic benzene.

 

HOME      PROJECTS      PUBLICATIONS      runEDDB      molANO      X