Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transpose interpolation -> adjoint interpolation #3965

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jrmaddison
Copy link
Contributor

Description

Replace transpose interpolation with adjoint interpolation, including the extra complex conjugation.

Fixes #3955

@@ -643,7 +653,8 @@ def _interpolate(
self,
*function,
output=None,
transpose=False,
transpose=None,
adjoint=False,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using an adjoint argument unfortunately hides the adjoint function. I've worked around this with expr_adjoint but that doesn't seem ideal.

@jrmaddison jrmaddison marked this pull request as ready for review January 10, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: adjoint interpolation is missing complex conjugation
1 participant