Macroscopic QED Framework¶
This section summarizes the macroscopic quantum electrodynamics (MQED) framework implemented in this package. For detailed derivations, see our manuscript [Liu2026].
Overview¶
We consider an ensemble of \(N_{\mathrm{M}}\) quantum subsystems (e.g., molecules) coupled to quantized electromagnetic fields in arbitrary dielectric environments. The total Hamiltonian is
where \(\hat{H}_\mathrm{M}\) describes the matter (two-level subsystems), \(\hat{H}_\mathrm{P}\) describes the quantized electromagnetic field dressed by the dielectric medium, and \(\hat{V}_\mathrm{MP}\) is the light–matter coupling in the multipolar gauge. The key distinction from standard cavity QED is that the bosonic field operators \(\hat{\mathbf{f}}(\mathbf{r},\omega)\) create and annihilate photons dressed by the dielectric medium, rather than vacuum photons. We refer the reader to [Liu2025] for the full derivation of each term.
The Dyadic Green’s Function¶
The central quantity in the MQED framework is the dyadic Green’s function \(\overline{\overline{\mathbf{G}}}(\mathbf{r}_\alpha, \mathbf{r}_\beta, \omega)\), which satisfies the macroscopic Maxwell’s equation in the frequency domain:
where \(\epsilon_\mathrm{r}(\mathbf{r},\omega)\) is the relative permittivity and \(\overline{\overline{\mathbf{I}}}_3\) is the \(3\times 3\) identity tensor.
The dyadic Green’s function encodes the spatial propagation of dressed photons in linear, inhomogeneous, dispersive, and absorbing dielectric environments. Once the dyadic Green’s function is determined, all electromagnetic properties of the dielectric environment that are relevant to the quantum subsystems—including energy transfer rates, spontaneous emission modification, and spectral shifts—can be computed. It is the single object that bridges classical electrodynamics to the quantum dynamics of molecules near dielectric structures.
Vacuum and Scattering Contributions¶
Since the macroscopic Maxwell’s equation is linear, the dyadic Green’s function decomposes into vacuum and scattering contributions:
The vacuum Green’s function \(\overline{\overline{\mathbf{G}}}_0\) has a known closed-form expression, while the scattering Green’s function \(\overline{\overline{\mathbf{G}}}_\mathrm{Sc}\) encodes all effects of the dielectric environment. Determining the scattering Green’s function is almost always the key computational challenge in the MQED framework. This package provides solvers based on Sommerfeld integrals (for planar geometries) and boundary element methods (BEM, for arbitrary nanostructures).
Quantum Master Equation¶
By tracing out the photonic degrees of freedom from the Heisenberg equation of motion, one obtains a quantum master equation for the reduced density matrix \(\hat{\rho}_\mathrm{M}(t)\) of the molecular subsystems. Under the Markov approximation (valid in the weak light–matter coupling regime where the generalized spectral density varies smoothly near the molecular transition frequency \(\omega_\mathrm{M}\)), the master equation takes the Lindblad form:
The coherent and dissipative parts of this equation are entirely determined by the dyadic Green’s function through two key quantities: the dipole–dipole interaction \(V_{\alpha\beta}\) and the generalized dissipation rate \(\Gamma_{\alpha\beta}\), described below.
Dipole–Dipole Interaction \(V_{\alpha\beta}\)¶
The dipole–dipole interaction (DDI) governs the coherent energy exchange between quantum subsystems \(\alpha\) and \(\beta\). It enters the master equation through the DDI Hamiltonian:
where the DDI coupling strength is given by the real part of the dyadic Green’s function:
Here \(\boldsymbol{\mu}_\alpha = \mu_\alpha \mathbf{n}_\alpha\) is the transition dipole moment of subsystem \(\alpha\). The DDI strength is sensitive to the separation, relative orientation, and the dielectric environment. The ratio \(V_{\alpha\beta}/V_{\alpha\beta}^{(0)}\) (where the superscript \((0)\) denotes the vacuum value) quantifies the field enhancement due to the dielectric structure—this is precisely what is computed in the Field Enhancement tutorial.
Generalized Dissipation Rate \(\Gamma_{\alpha\beta}\)¶
The generalized dissipation rate governs the incoherent (dissipative) dynamics and is given by the imaginary part of the dyadic Green’s function:
The diagonal elements \(\Gamma_{\alpha\alpha}\) describe the spontaneous emission rate of subsystem \(\alpha\) modified by the dielectric environment. The ratio to the free-space rate gives the Purcell factor:
The off-diagonal elements \(\Gamma_{\alpha\beta}\) (\(\alpha \neq \beta\)) describe cooperative dissipation (super- and sub-radiance) between subsystems. The ratio \(\Gamma_{\alpha\beta}/\Gamma_{\alpha\beta}^{(0)}\) quantifies environment-induced modification of cooperative decay, which is also computed in the Field Enhancement tutorial.
Casimir–Polder Potential¶
The Casimir–Polder (CP) potential describes the transition energy shift of a single subsystem induced by the dielectric environment:
where \(\mathcal{P}\) denotes the Cauchy principal value. This shift depends on the scattering Green’s function evaluated at the same spatial point, integrated over all frequencies.
Resonance Energy Transfer Enhancement Factor¶
The quantities \(V_{\alpha\beta}\) and \(\Gamma_{\alpha\beta}\) characterize the coherent and incoherent channels separately. A single scalar that captures the overall enhancement of resonance energy transfer (RET) by the dielectric environment is the enhancement factor \(\gamma\):
This is the squared modulus of the ratio between the total (dielectric-dressed) and vacuum Green’s functions projected onto the donor–acceptor dipole orientations. Because the RET rate is proportional to \(|V_{\alpha\beta}|^2 + |\Gamma_{\alpha\beta}|^2\) (coherent plus incoherent channels), \(\gamma\) directly measures how much the dielectric environment enhances or suppresses the energy transfer rate relative to free space.
In the implementation (mqed.utils.enhancement), this is computed as:
gamma = np.abs(g_da_total / g_da_vac) ** 2
where g_da_total and g_da_vac are the orientation-projected Green’s functions
in the dielectric environment and in vacuum, respectively.
The enhancement factor is computed by the mqed_RET command; see the
Resonance Energy Transfer (mqed_RET) section of the Field Enhancement tutorial.
Summary¶
The table below summarizes the key physical quantities and their relation to the dyadic Green’s function:
Quantity |
Physical role |
Green’s function component |
|---|---|---|
\(V_{\alpha\beta}\) (1) |
Coherent dipole–dipole coupling |
\(\mathrm{Re}\,\overline{\overline{\mathbf{G}}}(\mathbf{r}_\alpha, \mathbf{r}_\beta, \omega_\mathrm{M})\) |
\(\Gamma_{\alpha\beta}\) (2) |
Generalized dissipation / cooperative decay |
\(\mathrm{Im}\,\overline{\overline{\mathbf{G}}}(\mathbf{r}_\alpha, \mathbf{r}_\beta, \omega_\mathrm{M})\) |
\(\Gamma_{\alpha\alpha}/\Gamma_0\) |
Purcell factor (emission enhancement) |
\(\mathrm{Im}\,\overline{\overline{\mathbf{G}}}(\mathbf{r}_\alpha, \mathbf{r}_\alpha, \omega_\mathrm{M})\) |
\(\Lambda_\alpha^\mathrm{Sc}\) |
Casimir–Polder energy shift |
\(\mathrm{Im}\,\overline{\overline{\mathbf{G}}}_\mathrm{Sc}(\mathbf{r}_\alpha, \mathbf{r}_\alpha, \omega)\) (frequency integral) |
\(\gamma\) (3) |
RET enhancement factor |
\(\left|\overline{\overline{\mathbf{G}}}/\overline{\overline{\mathbf{G}}}_0\right|^2\) (projected, squared modulus) |
In summary, the dyadic Green’s function is the single central object that fully characterizes how a dielectric environment modifies the quantum dynamics of nearby emitters. Computing it accurately is the primary computational task of this package, and all physical observables—DDI, dissipation, Purcell enhancement, and Casimir–Polder shifts—follow directly from it.
See also
Field Enhancement — compute \(V_{\alpha\beta}\) and \(\Gamma_{\alpha\beta}\) ratios for a planar dielectric interface.
Dyadic Green’s Function via Sommerfeld Integrals — compute dyadic Green’s functions via Sommerfeld integrals for planar geometries.
References¶
G. Liu et al., “Liu, G., Wang, S. and Chen, H.T., 2026. MQED-QD: An Open-Source Package for Quantum Dynamics Simulation in Complex Dielectric Environments. arXiv preprint arXiv:2603.05378).”