Skip to content

Transmittance over 1 of gold metasurface #2945

Answered by theogdoctorg
2213411860 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi 2213411860,

Nice write-up and interesting problem. Here are the issues that I noticed.

  1. That warning you noticed was a good hint -- frequency range was off. As written, "fcen" was 0.75 with a "df" of 1.5, so your frequency range went from 0 up to 1.5. This caused a nonphysical "spike" in the transmittance at freq=0. In the plot of transmittance vs. wavelength on your original post, this showed up at lambda = 0.5, so I'm assuming that you plotted the data against the intended frequency range instead of actual. A helpful check when setting up a simulation like this is to confirm with sim.get_flux_frequs(...) Fixed by changing (fmax-fmin)/2 to (fmax+fmin)/2.

  2. For the fluxes between your…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@2213411860
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@2213411860
Comment options

Answer selected by 2213411860
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants