-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Information
- Qiskit Terra version: 0.19.0.dev0+07299e1
- Python version:
- Operating system:
What is the current behavior?
When attempting to generate a random circuit using qiskit.circuit.random.utils.random_circuit
with ~60 qubits with mid-circuit conditionals an error is generated;
_bounded_integers.pyx in numpy.random._bounded_integers._rand_int64()
ValueError: low >= high
Steps to reproduce the problem
from qiskit.circuit.random.utils import random_circuit
random_circuit(64, 64, conditional=True)
What is the expected behavior?
Suggested solutions
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done