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
As usual, meep interpolates the DFT fields from the yee grid. This interpolation introduces an error in the adjoint gradient calculation unless we backpropagate through it (just multiply by the transpose of the interpolation). We haven't yet implemented this, but probably should (when we have time and need the feature).
Ironically, the eigenmode arguments, which are much more complicated (and technically a function of the Fourier fields...) don't have this issue because we already took this into account (see #1270).
The text was updated successfully, but these errors were encountered:
As usual, meep interpolates the DFT fields from the yee grid. This interpolation introduces an error in the adjoint gradient calculation unless we backpropagate through it (just multiply by the transpose of the interpolation). We haven't yet implemented this, but probably should (when we have time and need the feature).
Ironically, the eigenmode arguments, which are much more complicated (and technically a function of the Fourier fields...) don't have this issue because we already took this into account (see #1270).
The text was updated successfully, but these errors were encountered: