Skip to content

Commit

Permalink
Fix: time_param_circSU2_100_build no longer needs to call _build. (
Browse files Browse the repository at this point in the history
…#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`.
  • Loading branch information
raynelfss authored Feb 3, 2025
1 parent 52ba2a9 commit 20b00ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/benchmarks/circuit_construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def time_param_circSU2_100_build(self, num_qubits):
circuit with 1000 parameters
"""
out = efficient_su2(num_qubits, reps=4, entanglement="circular")
out._build()
return out


Expand Down

0 comments on commit 20b00ce

Please sign in to comment.