Skip to content

Commit

Permalink
apply changes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Nov 20, 2024
1 parent 4f68dfb commit 9707963
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/braket/pennylane_plugin/ahs_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
from typing import Optional, Union

import numpy as np
import pennylane as qml
from pennylane._version import __version__
from pennylane.devices import QubitDevice
from pennylane.measurements import MeasurementProcess, SampleMeasurement
Expand Down
2 changes: 0 additions & 2 deletions test/unit_tests/test_braket_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -1313,8 +1313,6 @@ def test_execute_some_samples(mock_run):
mock_run.return_value = task
dev = _aws_device(wires=3)

print(type(qml.Hadamard(0) @ qml.Identity(1)))

with QuantumTape() as circuit:
qml.Hadamard(wires=0)
qml.CNOT(wires=[0, 1])
Expand Down

0 comments on commit 9707963

Please sign in to comment.