-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update qml.QubitUnitary
error message in test
#144
Conversation
Codecov Report
@@ Coverage Diff @@
## master #144 +/- ##
==========================================
- Coverage 99.30% 99.28% -0.02%
==========================================
Files 7 7
Lines 287 281 -6
==========================================
- Hits 285 279 -6
Misses 2 2
Continue to review full report at Codecov.
|
[ch7574] |
@@ -256,7 +256,6 @@ def apply_operations(self, operations): | |||
|
|||
mapped_operation = self._operation_map[operation] | |||
|
|||
self.qubit_unitary_check(operation, par, device_wires) |
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.
QubitUnitary check is in PennyLane core -> remove from device
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.
Seems straightforward enough :)
This change was required due to an updated error message in PennyLane core from PennyLaneAI/pennylane#1439