Skip to content

Commit

Permalink
revert warning message for field divergence for Au and Al
Browse files Browse the repository at this point in the history
  • Loading branch information
oskooi committed Dec 29, 2023
1 parent 3cefaf2 commit c617015
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@
)

# ------------------------------------------------------------------
## WARNING: unstable; field divergence may occur

# silver (Au)
# fit to E.D. Palik, Handbook of Optical Constants, Academic Press (1985)

Expand Down Expand Up @@ -779,6 +781,8 @@
)

# ------------------------------------------------------------------
## WARNING: unstable; field divergence may occur

# aluminum (Al)
# fit to E.D. Palik, Handbook of Optical Constants, Academic Press (1985)

Expand Down Expand Up @@ -815,7 +819,7 @@

Cr_visible_frq1 = 1 / (0.565709598452496 * um_scale)
Cr_visible_gam1 = 1 / (0.731117670900812 * um_scale)
Cr_visible_sig1 = 13.2908
Cr_visible_sig1 = 13.2912419951294

Cr_visible_susc = [
mp.DrudeSusceptibility(
Expand Down

0 comments on commit c617015

Please sign in to comment.