Skip to content

Commit

Permalink
Merge pull request #1652 from Erotemic/patch-1
Browse files Browse the repository at this point in the history
Add docs for num_cbits in QubitCircuit docstring.
  • Loading branch information
hodgestar committed Sep 7, 2021
2 parents d78b3b1 + 4ba6c3a commit cd525d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qutip/qip/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ class QubitCircuit:
A list of integer for the dimension of each composite system.
e.g [2,2,2,2,2] for 5 qubits system. If None, qubits system
will be the default option.
num_cbits : int
Number of classical bits in the system.
Examples
--------
Expand Down

0 comments on commit cd525d1

Please sign in to comment.