Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hitomitak committed Aug 8, 2023
1 parent 57060c1 commit 8d134cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/terra/backends/aer_simulator/test_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def test_extended_stabilizer_sparse_output_probs(self):
for i in range(1, nqubits):
circ.cx(i - 1, i)
circ.measure_all()
#circ = transpile(circ, backend)

# circ = transpile(circ, backend)

target = {
nqubits * "0": shots * (0.5 + sqrt(2) / 4.0),
Expand Down

0 comments on commit 8d134cb

Please sign in to comment.