NanoComp / mpb

MIT Photonic-Bands: computation of photonic band structures in periodic media
GNU General Public License v2.0
163 stars 88 forks source link

Operator Formulation for Lossy Materials #77

Closed smartalecH closed 6 years ago

smartalecH commented 6 years ago

Does MPB cite any papers that describe how it formulates and discretizes its operator of which it finds the eigenvalues?

Several papers take common Maxwell operator formulations and "upgrade" them (or modify them) to enable lossy materials or even materials with perfectly matched boundary layers.

stevengj commented 6 years ago

This is the paper that describes MPB in detail:

http://www.opticsinfobase.org/abstract.cfm?URI=oe-8-3-173

This is linked in the manual from https://mpb.readthedocs.io/en/latest/Developer_Information/#the-mathematics-of-mpb

In principle, similar techniques can be used for lossy media, with the caveats that:

smartalecH commented 6 years ago

Thank you for your comprehensive response. Sorry, I should have picked up on some of those links from the docs.

Using perturbation theory in conjunction with MPB is an interesting idea. Has anyone done this before?