-
Notifications
You must be signed in to change notification settings - Fork 713
Optax QSP Iterative Solver #8685
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
base: master
Are you sure you want to change the base?
Conversation
JerryChen97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the work! Some workflow changes are needed, and then let's merge master into this branch and I'll approve the CI to run more auto checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should be reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These seem to be coming from a certain merge conflit in the past. Should be all removed safely
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can revert this change and then when all the other conflicts are resolved merge master into this branch then files like _version should be automatically updated
849fd1c to
967b8b8
Compare
Context: Use Optax optimizers instead of Scipy's
Description of the Change:
Benefits: JAX friendly & whole optimization loop can be jit-compiled
Possible Drawbacks:
Related GitHub Issues: