Replies: 1 comment 1 reply
-
It seems the problem is related to the reflectance calculation since the transmittance values are nearly identical. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I have noticed a slight discrepancy when using
get_eigenmode_coefficients
andmeep.adjoint.EigenmodeCoefficient
to calculate the scattering terms, mainly in the reflectance. I think that the only difference between these objects is thatmeep.adjoint.EigenmodeCoefficient
was written to be passed to the optimization method ofmpa.OptimizationProblem
. However, when comparing the results of the optimization, there is a slight difference from the output ofget_eigenmode_coefficients
computed from thesimulation
. I wrote a small test code showing the difference.Am I comparing similar things here?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions