-
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
Allow tensor batching in numerical representations of Operators #2535
Conversation
Codecov Report
@@ Coverage Diff @@
## parameter-broadcasting-1 #2535 +/- ##
=========================================================
Coverage 99.58% 99.58%
=========================================================
Files 244 244
Lines 19677 19750 +73
=========================================================
+ Hits 19596 19669 +73
Misses 81 81
Continue to review full report at Codecov.
|
…to tensor-batching
@dwierichs as discussed I removed my review here; simply re-tag me when you think it is ready for review again :) |
Superseded by #2609 . |
This is one of multiple PRs that together introduce the capability of tensor-batching, which enables execution of circuits with parameters that have a (single) batch dimension.
Operator
andOperation
base classes as well as methods related to matrix and eigenvalue representations to handle a batch dimension properly.ops/qubit/qchem_ops.py
yet.qml.ops.qubit.attributes.supports_tensorbatching
.[sc-18891]