-
Notifications
You must be signed in to change notification settings - Fork 615
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
Add function to load Qiskit operators #5251
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5251 +/- ##
=========================================
Coverage ? 99.67%
=========================================
Files ? 399
Lines ? 36583
Branches ? 0
=========================================
Hits ? 36465
Misses ? 118
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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 @Mandrenkov!
Thanks for the review, @trbromley! |
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.
Looking good to me, and all seems to be working well in a Jupyter notebook. Just let me know when its ready for a final review!
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 @Mandrenkov!!
Co-authored-by: Thomas R. Bromley <[email protected]>
Thanks for all the feedback, @trbromley! |
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.
Looks good to me, thanks @Mandrenkov! 🚀
Context:
The next release of the PennyLane-Qiskit plugin will include PennyLaneAI/pennylane-qiskit#401 which features a new function for converting Qiskit SparsePauliOp instances into PennyLane operators.
Description of the Change:
from_qiskit_op()
function to the IO module for loading Qiskit operators.In a nutshell,
Benefits:
Possible Drawbacks:
None.
Related GitHub Issues:
None.