Skip to content

Commit 20d0237

Browse files
Remove reference to SV_Data in doc-comment
1 parent dcf529e commit 20d0237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphix/sim/statevec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def __init__(
220220
221221
222222
:param data: input data to prepare the state. Can be a classical description or a numerical input, defaults to graphix.states.BasicStates.PLUS
223-
:type data: SV_Data, optional
223+
:type data: Data, optional
224224
:param nqubit: number of qubits to prepare, defaults to None
225225
:type nqubit: int, optional
226226
"""

0 commit comments

Comments
 (0)