-
Notifications
You must be signed in to change notification settings - Fork 97
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
Quantum Tasks with Quantum Electrons Feature #1749
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Correctly handle vectorized calls to multi-return QElectrons
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #1749 +/- ##
===========================================
- Coverage 88.21% 80.22% -8.00%
===========================================
Files 191 231 +40
Lines 8222 10182 +1960
Branches 151 193 +42
===========================================
+ Hits 7253 8168 +915
- Misses 864 1881 +1017
- Partials 105 133 +28
|
… QServer QElectron DB (#1766) * improve docstrings * use Covalent (not QServer) database * update changelog * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…dantic-settings to doc's requirements
* Stringify executor block for circuit info * minor bug & test case fix for qelecton feature * minor fix to handle pydantic version changes * Fix for pydantic version conflict --------- Co-authored-by: mpvgithub <[email protected]> Co-authored-by: Manjunath PV <[email protected]>
araghukas
reviewed
Sep 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the Quantum Tasks feature, integrating Quantum Electrons (QElectrons) into Classical Electrons via https://github.com/PennyLaneAI/pennylane/ Qnodes. Key requirements include:
Custom Quantum Scheduling: Allows dynamic circuit allocation based on user-defined criteria.
Token Management Interface: Centralized interface for managing vendor-specific tokens.