Skip to content

Commit

Permalink
Update qiskit/circuit/library/data_preparation/state_preparation.py
Browse files Browse the repository at this point in the history
oh that's interesting...I didn't know that. Thanks for the info!

Co-authored-by: Julien Gacon <[email protected]>
  • Loading branch information
Hirmay and Cryoris authored Jun 22, 2024
1 parent 949ddf1 commit 2c1d297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ class UniformSuperpositionGate(Gate):
def __init__(
self,
num_superpos_states: int = 2,
num_qubits: Optional[int] = None,
num_qubits: int | None = None,
):
r"""
Args:
Expand Down

0 comments on commit 2c1d297

Please sign in to comment.