Skip to content

Commit

Permalink
adding doc string for get_capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Oct 20, 2023
1 parent f7bc0e3 commit a3f08f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/bloqade/submission/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@


# TODO: Create unit converter for capabilities
def get_capabilities():
def get_capabilities() -> QuEraCapabilities:
"""Get the device capabilities for Aquila
Returns:
QuEraCapabilities: capabilities object for Aquila
"""
base_path = os.path.dirname(__file__)
full_path = os.path.join(
base_path, "quera_api_client", "config", "capabilities.json"
Expand Down

0 comments on commit a3f08f5

Please sign in to comment.