Skip to content

Commit

Permalink
Update aer_statevector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Innanov committed May 26, 2023
1 parent ce03ec9 commit 3ccccbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_aer/quantum_info/states/aer_statevector.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, data, dims=None, **configs):
qiskit.circuit.Instruction):
Data from which the statevector can be constructed. This can be either a complex
vector, another statevector or a ``QuantumCircuit`` or ``Instruction``
(``Operator`` is not supportted in the current implementation). If the data is
(``Operator`` is not supported in the current implementation). If the data is
a circuit or instruction, the statevector is constructed by assuming that all
qubits are initialized to the zero state.
dims (int or tuple or list): Optional. The subsystem dimension of
Expand Down

0 comments on commit 3ccccbe

Please sign in to comment.