Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Oct 10, 2021
1 parent 03cf222 commit 998da10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/qutip_qip/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,7 @@ class CircuitResult:
"""
Result of a quantum circuit simulation.
"""

def __init__(self, final_states, probabilities, cbits=None):
"""
Store result of CircuitSimulator.
Expand Down Expand Up @@ -2202,6 +2203,7 @@ class CircuitSimulator:
"""
Operator based circuit simulator.
"""

def __init__(
self,
qc,
Expand Down
2 changes: 1 addition & 1 deletion src/qutip_qip/decompose/decompose_single_qubit_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from qutip_qip.circuit import Gate


__all__ = ['decompose_one_qubit_gate']
__all__ = ["decompose_one_qubit_gate"]


def _angles_for_ZYZ(input_gate):
Expand Down

0 comments on commit 998da10

Please sign in to comment.