Skip to content

Commit 6e92067

Browse files
committed
Merge branch 'deprecate-basic-aer' of https://github.com/ElePT/qiskit-terra into deprecate-basic-aer
2 parents 16f9bba + 41e76ba commit 6e92067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/python/circuit/test_initializer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def test_initialize_middle_circuit(self):
266266
qc.initialize(desired_vector, [qr[0], qr[1]])
267267
qc.measure(qr, cr)
268268
# statevector simulator does not support reset
269-
shots = 4000
269+
shots = 2000
270270
threshold = 0.05 * shots
271271
backend = BasicSimulator()
272272
job = backend.run(transpile(qc, backend), shots=shots, seed_simulator=42)

0 commit comments

Comments
 (0)