-
Couldn't load subscription status.
- Fork 706
Add concurrency support for effective_hamiltonian in labs #8081
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
Conversation
|
Hello. You may have forgotten to update the changelog!
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8081 +/- ##
=======================================
Coverage 99.69% 99.69%
=======================================
Files 548 548
Lines 56845 56845
=======================================
Hits 56672 56672
Misses 173 173 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Just two minor changes needed.
pennylane/labs/tests/trotter_error/product_formulas/test_bch.py
Outdated
Show resolved
Hide resolved
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.
Don't forget to add a changelog entry. 🚂
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 🚀
Context:
Implements concurrency in
effective_hamiltonianto support running parallel jobs.Description of the Change:
Benefits:
Possible Drawbacks:
Related GitHub Issues: