-
Notifications
You must be signed in to change notification settings - Fork 579
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
Implement serialization logic for ProjectorSums. #623
Implement serialization logic for ProjectorSums. #623
Conversation
For issue #3288 I noticed that some code was missing when working on integrating with TFQ: tensorflow/quantum#623
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 looks like a great first pass! Hopefully we can get #621 in soon to unblock this.
Thanks, @MichaelBroughton However, having #621 merged will not be sufficient because version 0.12.0 doesn't contain: However, I am testing my code locally now, with both Cirq and TFQ at head. So hopefully, this will be ready once Cirq 0.13.0 is released. I do plan to continue working on #621 though. Not to unblock this PR, but maybe to avoid getting too much behind? |
@MichaelBroughton |
Friendly ping. I could work on this over the Thanksgiving break if you have more comments. |
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.
LGTM after some nits. This is great, sorry again for the slow review.
For issue quantumlib#3288 I noticed that some code was missing when working on integrating with TFQ: tensorflow/quantum#623
For issue quantumlib#3288 I noticed that some code was missing when working on integrating with TFQ: tensorflow/quantum#623
This is step 2 of issue #357