.env.example
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
mypy.ini
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/bump-version.yml
.github/workflows/docs.yml
.github/workflows/format.yml
.github/workflows/main.yml
.github/workflows/pre-release.yml
.github/workflows/publish.yml
.github/workflows/tag-on-merge.yml
bin/bump_version.py
bin/create_dev_build.sh
bin/stamp_pre_release.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/favicon.ico
docs/_static/logo.png
docs/_static/css/custom.css
docs/_static/css/s4defs-roles.css
docs/api/qbraid_core.rst
docs/api/qbraid_core.services.rst
qbraid_core/__init__.py
qbraid_core/_compat.py
qbraid_core/_import.py
qbraid_core/_version.py
qbraid_core/annotations.py
qbraid_core/client.py
qbraid_core/config.py
qbraid_core/context.py
qbraid_core/decimal.py
qbraid_core/exceptions.py
qbraid_core/py.typed
qbraid_core/registry.py
qbraid_core/retry.py
qbraid_core/sessions.py
qbraid_core.egg-info/PKG-INFO
qbraid_core.egg-info/SOURCES.txt
qbraid_core.egg-info/dependency_links.txt
qbraid_core.egg-info/requires.txt
qbraid_core.egg-info/top_level.txt
qbraid_core/services/__init__.py
qbraid_core/services/chat/__init__.py
qbraid_core/services/chat/client.py
qbraid_core/services/chat/exceptions.py
qbraid_core/services/environments/__init__.py
qbraid_core/services/environments/client.py
qbraid_core/services/environments/create.py
qbraid_core/services/environments/exceptions.py
qbraid_core/services/environments/kernels.py
qbraid_core/services/environments/magic.py
qbraid_core/services/environments/paths.py
qbraid_core/services/environments/state.py
qbraid_core/services/environments/validate.py
qbraid_core/services/quantum/__init__.py
qbraid_core/services/quantum/adapter.py
qbraid_core/services/quantum/client.py
qbraid_core/services/quantum/exceptions.py
qbraid_core/services/quantum/proxy.py
qbraid_core/services/quantum/proxy_braket.py
qbraid_core/services/quantum/runner.py
qbraid_core/system/__init__.py
qbraid_core/system/exceptions.py
qbraid_core/system/executables.py
qbraid_core/system/filemanager.py
qbraid_core/system/generic.py
qbraid_core/system/packages.py
qbraid_core/system/versions.py
qbraid_core/system/magic/__init__.py
qbraid_core/system/magic/manager.py
qbraid_core/system/magic/qbraid_magic.py
tests/__init__.py
tests/chat/__init__.py
tests/chat/test_chat_client.py
tests/environments/__init__.py
tests/environments/conftest.py
tests/environments/test_create.py
tests/environments/test_create_qbraid_env_assets.py
tests/environments/test_envs_client.py
tests/environments/test_kernels_add_remove.py
tests/environments/test_kernels_list.py
tests/environments/test_paths.py
tests/environments/test_save_image.py
tests/environments/test_state.py
tests/environments/test_validate.py
tests/environments/fixtures/__init__.py
tests/environments/fixtures/environments.py
tests/quantum/__init__.py
tests/quantum/test_adapter.py
tests/quantum/test_aws_configure.py
tests/quantum/test_proxy.py
tests/quantum/test_qir_runner.py
tests/quantum/test_quantum_client.py
tests/quantum/resources/qir_program.bc
tests/quantum/resources/qir_runner_stdout.txt
tests/system/__init__.py
tests/system/test_executables.py
tests/system/test_file_manager.py
tests/system/test_generic.py
tests/system/test_magic.py
tests/system/test_packages.py
tests/system/test_versions.py
tests/top_level/__init__.py
tests/top_level/test_annotations.py
tests/top_level/test_base_client.py
tests/top_level/test_compat.py
tests/top_level/test_config.py
tests/top_level/test_context.py
tests/top_level/test_decimal.py
tests/top_level/test_import.py
tests/top_level/test_sessions.py