Skip to content

Commit 20b00ce

Browse files
authored
Fix: time_param_circSU2_100_build no longer needs to call _build. (Qiskit#13781)
- In the ASV test bench, a circuit construction test, `time_param_circSU2_100_build` which used to be implemented on top of a `BlueprintCircuit` no longer needs to call `_build`.
1 parent 52ba2a9 commit 20b00ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/benchmarks/circuit_construction.py

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def time_param_circSU2_100_build(self, num_qubits):
155155
circuit with 1000 parameters
156156
"""
157157
out = efficient_su2(num_qubits, reps=4, entanglement="circular")
158-
out._build()
159158
return out
160159

161160

0 commit comments

Comments
 (0)