You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #919 by @smartalecH added support to output Re[ε(ω)] and Re[μ(ω)] at a given frequency ω. It would be nice to support getting the full complex ε and μ as well. The code already computes this internally, but it currently takes the real part for output.
In particular, whenever a ω≠0 is specified and conductivity or susceptibilities are present, probably output_epsilon, get_epsilon, etcetera should probably output/return a complex array.
The text was updated successfully, but these errors were encountered:
PR #919 by @smartalecH added support to output Re[ε(ω)] and Re[μ(ω)] at a given frequency ω. It would be nice to support getting the full complex ε and μ as well. The code already computes this internally, but it currently takes the real part for output.
In particular, whenever a ω≠0 is specified and conductivity or susceptibilities are present, probably
output_epsilon
,get_epsilon
, etcetera should probably output/return a complex array.The text was updated successfully, but these errors were encountered: