Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

field within absorber notebook #141

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

simbilod
Copy link
Contributor

@simbilod simbilod commented Mar 22, 2024

Hello Femwell community,

I was working on a new example using a mode solver to estimate the field profile within a photodetector:

  1. First I compute an "input mode" confined in a silicon layer:

image

  1. I then calculate a large set of modes in a detector cross-section (silicon slab + germanium):

image

  1. Finally, using the simplest expression for eigenmode expansion, I can know the optical field propagating at any point in the detector as the superposition of the detector modes weighted by their overlap to the input and a phase factor function of their (complex) propagation constant. See e.g. https://en.wikipedia.org/wiki/Eigenmode_expansion

This is very simplified EME that neglects transitions between the input and the detector and any reflections at the back of the detector, but should be useful in some regimes.

Current issues

If I add an imaginary component to the refractive index of the germanium, a few things happen

  1. The sum of the overlaps of the detector modes with the input mode do not sum to 1, as if the basis is not complete, or there is an issue in the calculation or normalization of the coefficients
  2. The mode at z=0 does not match the input mode (which could be a symptom of 1).

Both of these things are fine if I set all my refractive indices real, which makes me think that there might be a problem with the overlap calculation when the modes are obtained from a non-Hermitian system (with loss). This is known to be tricky in the literature (in fact we don't expect to have an proper basis if the Maxwell operator is non-Hermitian).

Thoughts appreciated! The example is attached, and is set to run with real indices. To see what happens with imaginary indices, change line 113 and run all the cells again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant