-
Notifications
You must be signed in to change notification settings - Fork 15
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
NEW: Implement multislice propagation operator with correct adjoint #316
NEW: Implement multislice propagation operator with correct adjoint #316
Conversation
Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-06-05 19:32:16 UTC |
I was trying to actually run these changes on some benchmarking data, but it was ending up looking like the multislice_fwd_infrastructure branch which kinda was defeating the point of splitting the PR up like this. By eye, it looks OK but I haven't tested it in ePIE yet. |
Thanks, @a4894z. I think the way to test this PR was to just run the included adjoint tests. Reading through the changes to check for understandable documentation and typos and copypasta are also helpful. |
Purpose
Implement a correct adjoint operation for multi-slice propagation.
Approach
Pre-Merge Checklists
Submitter
Reviewer