Skip to content

Commit

Permalink
Fix a few bugs in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Jun 22, 2022
1 parent 797a714 commit 29897d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/qutip_qip/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ def get_final_states(self, index=None):
Indicates i-th state to be returned.
Returns
----------
-------
final_states: Qobj or list of Qobj.
List of output kets or density matrices.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/qutip_qip/operations/gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ def qubit_clifford_group(N=None, target=0):
(http://www.mathstat.dal.ca/~selinger/newsynth/).
Parameters
-----------
----------
N : int or None
Number of qubits on which each operator is to be defined
Expand Down
2 changes: 1 addition & 1 deletion src/qutip_qip/qubits.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def qubit_states(N=1, states=[0]):
Initial state of each qubit.
Returns
----------
-------
qstates : Qobj
List of qubits.
Expand Down

0 comments on commit 29897d7

Please sign in to comment.