Skip to content

Commit c5d65f2

Browse files
committed
Remove line causing error in last commit
1 parent 9a1321a commit c5d65f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_common/cudaq/execute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ def get_circuit_metrics(qc, qc_size):
380380
except:
381381

382382
# compute depth and gate counts based on number of qubits
383-
qc_size = int(active_circuit["group"])
384383
qc_depth = 4 * pow(qc_size, 2)
385384

386385
qc_xi = 0.5

0 commit comments

Comments
 (0)