Skip to content

Commit

Permalink
Au_JC_visible added freq_range (#2751)
Browse files Browse the repository at this point in the history
* Au_JC_visible added freq_range

* Update materials.py

fix Clang formatting

---------

Co-authored-by: Ardavan Oskooi <[email protected]>
  • Loading branch information
kombatEldridge and oskooi authored Dec 29, 2023
1 parent 7c9d208 commit e26c481
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 @@ -717,7 +717,11 @@
),
]

Au_JC_visible = mp.Medium(epsilon=6.1599, E_susceptibilities=Au_JC_visible_susc)
Au_JC_visible = mp.Medium(
epsilon=6.1599,
E_susceptibilities=Au_JC_visible_susc,
valid_freq_range=metal_visible_range,
)

# ------------------------------------------------------------------
# gold (Au)
Expand Down

0 comments on commit e26c481

Please sign in to comment.