Skip to content

Commit

Permalink
format things properly
Browse files Browse the repository at this point in the history
  • Loading branch information
parisosuch-dev committed Aug 25, 2024
1 parent 03eb096 commit 73b5ef4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions qcpy/core/quantumcircuit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
quantumcircuit.py
"""

import numpy as np
from scipy import sparse

Expand Down
1 change: 0 additions & 1 deletion qcpy/quantumgate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
A collection of quantum gates used to manipulate the state.
"""


from .multiqubit import *
from .singlequbit import *
1 change: 1 addition & 0 deletions qcpy/qubit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Qubit.py
"""

from sys import exit

import numpy as np
Expand Down

0 comments on commit 73b5ef4

Please sign in to comment.