Skip to content

Commit

Permalink
adding get_capabilities to public API.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Oct 20, 2023
1 parent a3f08f5 commit 8f33785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bloqade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
)
import bloqade.ir as _ir
from bloqade.constants import RB_C6
from bloqade.submission.capabilities import get_capabilities

import importlib.metadata

Expand Down Expand Up @@ -52,4 +53,5 @@ def tree_depth(depth: int = None):
"dumps",
"rydberg_h",
"waveform",
"get_capabilities",
]

0 comments on commit 8f33785

Please sign in to comment.