Skip to content

Commit

Permalink
Add note regarding use of LDOS feature in lossy media (#2894)
Browse files Browse the repository at this point in the history
* add note regarding use of LDOS feature in lossy media

* fix typo

* Update doc/docs/Python_Tutorials/Local_Density_of_States.md

* Update Local_Density_of_States.md

---------

Co-authored-by: Steven G. Johnson <[email protected]>
  • Loading branch information
oskooi and stevengj authored Aug 29, 2024
1 parent aed9c6a commit 3dde1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/docs/Python_Tutorials/Local_Density_of_States.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ $$\operatorname{LDOS}_{\ell}(\vec{x}_0,\omega)=-\frac{2}{\pi}\varepsilon(\vec{x}

where the $|\hat{p}(\omega)|^2$ normalization is necessary for obtaining the power exerted by a unit-amplitude dipole assuming linear materials. In FDTD, computing the LDOS is straightforward: excite a point dipole source and accumulate the Fourier transforms of the field at a given point in space to obtain the entire LDOS spectrum in a single calculation. This is implemented in the `dft_ldos` feature which is the subject of this tutorial.

Note: computing the LDOS using this formula is only valid for *lossless* media (i.e., $\varepsilon$ and $\mu$ are purely real). The formula yields a finite result in the limit of infinite resolution. This is not the case for lossy media (i.e., complex $\varepsilon$), in which the LDOS diverges with resolution: in the continuum limit, the dipole's near fields dissipate an infinite amount of energy. A physical dipole-like source (e.g. spontaneous emission by an atom) expends a finite amount of energy, of course, but it is regularized by atomic-scale effects that are not included in classical electromagnetism. (Some authors have proposed artifical regularizations, e.g. by surrounding the dipole with a small box of vacuum, or computing the outward Poynting flux through a small box, but in both cases the result diverges as the box size decreases, so there is no physically meaningful result.) Therefore, we do not recommend using the LDOS feature within a lossy medium.

[TOC]

Planar Cavity with Lossless Metallic Walls
Expand Down

0 comments on commit 3dde1f4

Please sign in to comment.