Skip to content

Commit

Permalink
add qubit to init
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Nov 26, 2024
1 parent 98550a6 commit 740d590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quam/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
from .octave import *
from .channels import *
from . import pulses
from .qubit import *

__all__ = [
*basic_quam.__all__,
*hardware.__all__,
*channels.__all__,
*octave.__all__,
*qubit.__all__,
"pulses",
]

0 comments on commit 740d590

Please sign in to comment.