qcs-sdk-python-grpc-web 0.17.8__tar.gz → 0.17.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/Cargo.lock +67 -36
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/Cargo.toml +3 -3
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/PKG-INFO +1 -1
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/CHANGELOG.md +12 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/Cargo.toml +1 -1
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/quilc.rs +1 -1
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/api.rs +2 -2
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/CHANGELOG.md +12 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/Cargo.toml +1 -1
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/pyproject.toml +2 -2
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/README.md +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/Makefile.toml +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/README.md +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/build.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/delayed_job_retrieval.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/execute.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/libquil.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/local.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/parametric_compilation.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/quil_t.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/bin/diagnostics.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/client.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/isa/edge.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/isa/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/isa/operator.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/isa/qubit.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/libquil.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/rpcq.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/diagnostics.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/executable.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/execution_data.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/lib.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/execution.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/result_data.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/rewrite_arithmetic.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_allocates_for_multiple_expressions-2.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_allocates_for_multiple_expressions.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_frequency_expressions-2.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_frequency_expressions.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_phases.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_set_scale_units.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_substitutes_and_reuses_gate_expressions.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_substitutes_gate_parameters.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/translation.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/execution.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/http.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/libquil.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/snapshots/qcs__qvm__test__apply_valid_parameters_to_program.snap +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/register_data.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/aspen_9_isa.json +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/basic_qvm.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/bell_state_response_data.hex +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/compiler-isa-Aspen-8.json +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/mocked_qpu.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/parametric_compilation.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/qcs-isa-Aspen-8.json +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/qvm_api.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/qvm_isa.json +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/secrets.toml +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/settings.toml +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/.flake8 +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/.stubtest-allowlist +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/Makefile.toml +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/README.md +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/build.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/poetry.lock +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/client.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/client.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/compiler/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/compiler/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/compiler/quilc.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/diagnostics.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/py.typed +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/api.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/isa.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/rewrite_arithmetic.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/translation.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qvm/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qvm/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qvm/api.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/scripts/patch_grpc_web.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/client.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/compiler/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/compiler/quilc.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/executable.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/execution_data.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/from_py.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/grpc/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/grpc/models/controller.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/grpc/models/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/lib.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/py_sync.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/api.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/isa.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/result_data.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/rewrite_arithmetic.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/translation.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qvm/api.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qvm/mod.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/register_data.rs +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/_fixtures/aspen-m-3.json +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/_fixtures/device-2q.json +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/_qcs_config/secrets.toml +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/_qcs_config/settings.toml +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/compiler/__snapshots__/test_quilc.ambr +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/compiler/test_quilc.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/conftest.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/execution_data/test_execution_data.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/qpu/test_api.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/qpu/test_isa.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/qpu/test_qpu.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/qpu/test_rewrite_arithmetic.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/qpu/test_translation.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/qvm/test_qvm.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/test_client.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/test_diagnostics.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/test_executable.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/test_logging.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/client.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/client.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/compiler/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/compiler/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/compiler/quilc.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/diagnostics.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/py.typed +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/api.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/isa.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/rewrite_arithmetic.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/translation.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qvm/__init__.py +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qvm/__init__.pyi +0 -0
- {qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qvm/api.pyi +0 -0
|
@@ -216,6 +216,12 @@ dependencies = [
|
|
|
216
216
|
"rustc-demangle",
|
|
217
217
|
]
|
|
218
218
|
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "base64"
|
|
221
|
+
version = "0.13.1"
|
|
222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
224
|
+
|
|
219
225
|
[[package]]
|
|
220
226
|
name = "base64"
|
|
221
227
|
version = "0.21.7"
|
|
@@ -928,7 +934,7 @@ version = "0.3.9"
|
|
|
928
934
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
929
935
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
|
930
936
|
dependencies = [
|
|
931
|
-
"base64",
|
|
937
|
+
"base64 0.21.7",
|
|
932
938
|
"bytes",
|
|
933
939
|
"headers-core",
|
|
934
940
|
"http",
|
|
@@ -1252,14 +1258,13 @@ dependencies = [
|
|
|
1252
1258
|
|
|
1253
1259
|
[[package]]
|
|
1254
1260
|
name = "jsonwebtoken"
|
|
1255
|
-
version = "
|
|
1261
|
+
version = "8.3.0"
|
|
1256
1262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1257
|
-
checksum = "
|
|
1263
|
+
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
|
1258
1264
|
dependencies = [
|
|
1259
|
-
"base64",
|
|
1260
|
-
"js-sys",
|
|
1265
|
+
"base64 0.21.7",
|
|
1261
1266
|
"pem",
|
|
1262
|
-
"ring",
|
|
1267
|
+
"ring 0.16.20",
|
|
1263
1268
|
"serde",
|
|
1264
1269
|
"serde_json",
|
|
1265
1270
|
"simple_asn1",
|
|
@@ -1810,7 +1815,7 @@ version = "0.6.0"
|
|
|
1810
1815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
1816
|
checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
|
|
1812
1817
|
dependencies = [
|
|
1813
|
-
"base64",
|
|
1818
|
+
"base64 0.21.7",
|
|
1814
1819
|
"serde",
|
|
1815
1820
|
]
|
|
1816
1821
|
|
|
@@ -1849,12 +1854,11 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
1849
1854
|
|
|
1850
1855
|
[[package]]
|
|
1851
1856
|
name = "pem"
|
|
1852
|
-
version = "
|
|
1857
|
+
version = "1.1.1"
|
|
1853
1858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1854
|
-
checksum = "
|
|
1859
|
+
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
|
1855
1860
|
dependencies = [
|
|
1856
|
-
"base64",
|
|
1857
|
-
"serde",
|
|
1861
|
+
"base64 0.13.1",
|
|
1858
1862
|
]
|
|
1859
1863
|
|
|
1860
1864
|
[[package]]
|
|
@@ -2093,7 +2097,7 @@ dependencies = [
|
|
|
2093
2097
|
|
|
2094
2098
|
[[package]]
|
|
2095
2099
|
name = "qcs"
|
|
2096
|
-
version = "0.21.
|
|
2100
|
+
version = "0.21.9"
|
|
2097
2101
|
dependencies = [
|
|
2098
2102
|
"assert2",
|
|
2099
2103
|
"async-trait",
|
|
@@ -2153,9 +2157,9 @@ dependencies = [
|
|
|
2153
2157
|
|
|
2154
2158
|
[[package]]
|
|
2155
2159
|
name = "qcs-api-client-common"
|
|
2156
|
-
version = "0.7.
|
|
2160
|
+
version = "0.7.14"
|
|
2157
2161
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2158
|
-
checksum = "
|
|
2162
|
+
checksum = "53c56fa367070074f32143b4adef924af1441faa86e835f45371e14801884d14"
|
|
2159
2163
|
dependencies = [
|
|
2160
2164
|
"async-trait",
|
|
2161
2165
|
"backoff",
|
|
@@ -2176,9 +2180,9 @@ dependencies = [
|
|
|
2176
2180
|
|
|
2177
2181
|
[[package]]
|
|
2178
2182
|
name = "qcs-api-client-grpc"
|
|
2179
|
-
version = "0.7.
|
|
2183
|
+
version = "0.7.16"
|
|
2180
2184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2181
|
-
checksum = "
|
|
2185
|
+
checksum = "01247ae1b0523e058007edb0132cd40915452b8b4dc669d68156e187740ead70"
|
|
2182
2186
|
dependencies = [
|
|
2183
2187
|
"backoff",
|
|
2184
2188
|
"http",
|
|
@@ -2209,9 +2213,9 @@ dependencies = [
|
|
|
2209
2213
|
|
|
2210
2214
|
[[package]]
|
|
2211
2215
|
name = "qcs-api-client-openapi"
|
|
2212
|
-
version = "0.8.
|
|
2216
|
+
version = "0.8.15"
|
|
2213
2217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2214
|
-
checksum = "
|
|
2218
|
+
checksum = "04d7172e79b083a85c911917c03be58eda083b36ea7575db685d21aa2fa99b41"
|
|
2215
2219
|
dependencies = [
|
|
2216
2220
|
"anyhow",
|
|
2217
2221
|
"qcs-api-client-common",
|
|
@@ -2229,7 +2233,7 @@ dependencies = [
|
|
|
2229
2233
|
|
|
2230
2234
|
[[package]]
|
|
2231
2235
|
name = "qcs-sdk-python-grpc-web"
|
|
2232
|
-
version = "0.17.
|
|
2236
|
+
version = "0.17.9"
|
|
2233
2237
|
dependencies = [
|
|
2234
2238
|
"async-trait",
|
|
2235
2239
|
"numpy",
|
|
@@ -2387,7 +2391,7 @@ version = "0.11.27"
|
|
|
2387
2391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2388
2392
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
|
2389
2393
|
dependencies = [
|
|
2390
|
-
"base64",
|
|
2394
|
+
"base64 0.21.7",
|
|
2391
2395
|
"bytes",
|
|
2392
2396
|
"encoding_rs",
|
|
2393
2397
|
"futures-core",
|
|
@@ -2470,6 +2474,21 @@ dependencies = [
|
|
|
2470
2474
|
"pyo3",
|
|
2471
2475
|
]
|
|
2472
2476
|
|
|
2477
|
+
[[package]]
|
|
2478
|
+
name = "ring"
|
|
2479
|
+
version = "0.16.20"
|
|
2480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2481
|
+
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
2482
|
+
dependencies = [
|
|
2483
|
+
"cc",
|
|
2484
|
+
"libc",
|
|
2485
|
+
"once_cell",
|
|
2486
|
+
"spin 0.5.2",
|
|
2487
|
+
"untrusted 0.7.1",
|
|
2488
|
+
"web-sys",
|
|
2489
|
+
"winapi",
|
|
2490
|
+
]
|
|
2491
|
+
|
|
2473
2492
|
[[package]]
|
|
2474
2493
|
name = "ring"
|
|
2475
2494
|
version = "0.17.8"
|
|
@@ -2480,8 +2499,8 @@ dependencies = [
|
|
|
2480
2499
|
"cfg-if 1.0.0",
|
|
2481
2500
|
"getrandom",
|
|
2482
2501
|
"libc",
|
|
2483
|
-
"spin",
|
|
2484
|
-
"untrusted",
|
|
2502
|
+
"spin 0.9.8",
|
|
2503
|
+
"untrusted 0.9.0",
|
|
2485
2504
|
"windows-sys 0.52.0",
|
|
2486
2505
|
]
|
|
2487
2506
|
|
|
@@ -2574,7 +2593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2574
2593
|
checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
|
|
2575
2594
|
dependencies = [
|
|
2576
2595
|
"log",
|
|
2577
|
-
"ring",
|
|
2596
|
+
"ring 0.17.8",
|
|
2578
2597
|
"rustls-webpki 0.101.7",
|
|
2579
2598
|
"sct",
|
|
2580
2599
|
]
|
|
@@ -2586,7 +2605,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2586
2605
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
|
2587
2606
|
dependencies = [
|
|
2588
2607
|
"log",
|
|
2589
|
-
"ring",
|
|
2608
|
+
"ring 0.17.8",
|
|
2590
2609
|
"rustls-pki-types",
|
|
2591
2610
|
"rustls-webpki 0.102.2",
|
|
2592
2611
|
"subtle",
|
|
@@ -2624,7 +2643,7 @@ version = "1.0.4"
|
|
|
2624
2643
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2625
2644
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
2626
2645
|
dependencies = [
|
|
2627
|
-
"base64",
|
|
2646
|
+
"base64 0.21.7",
|
|
2628
2647
|
]
|
|
2629
2648
|
|
|
2630
2649
|
[[package]]
|
|
@@ -2633,7 +2652,7 @@ version = "2.1.1"
|
|
|
2633
2652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2634
2653
|
checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"
|
|
2635
2654
|
dependencies = [
|
|
2636
|
-
"base64",
|
|
2655
|
+
"base64 0.21.7",
|
|
2637
2656
|
"rustls-pki-types",
|
|
2638
2657
|
]
|
|
2639
2658
|
|
|
@@ -2649,8 +2668,8 @@ version = "0.101.7"
|
|
|
2649
2668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2650
2669
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
2651
2670
|
dependencies = [
|
|
2652
|
-
"ring",
|
|
2653
|
-
"untrusted",
|
|
2671
|
+
"ring 0.17.8",
|
|
2672
|
+
"untrusted 0.9.0",
|
|
2654
2673
|
]
|
|
2655
2674
|
|
|
2656
2675
|
[[package]]
|
|
@@ -2659,9 +2678,9 @@ version = "0.102.2"
|
|
|
2659
2678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2660
2679
|
checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
|
|
2661
2680
|
dependencies = [
|
|
2662
|
-
"ring",
|
|
2681
|
+
"ring 0.17.8",
|
|
2663
2682
|
"rustls-pki-types",
|
|
2664
|
-
"untrusted",
|
|
2683
|
+
"untrusted 0.9.0",
|
|
2665
2684
|
]
|
|
2666
2685
|
|
|
2667
2686
|
[[package]]
|
|
@@ -2712,8 +2731,8 @@ version = "0.7.1"
|
|
|
2712
2731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2713
2732
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
2714
2733
|
dependencies = [
|
|
2715
|
-
"ring",
|
|
2716
|
-
"untrusted",
|
|
2734
|
+
"ring 0.17.8",
|
|
2735
|
+
"untrusted 0.9.0",
|
|
2717
2736
|
]
|
|
2718
2737
|
|
|
2719
2738
|
[[package]]
|
|
@@ -2879,6 +2898,12 @@ dependencies = [
|
|
|
2879
2898
|
"windows-sys 0.52.0",
|
|
2880
2899
|
]
|
|
2881
2900
|
|
|
2901
|
+
[[package]]
|
|
2902
|
+
name = "spin"
|
|
2903
|
+
version = "0.5.2"
|
|
2904
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2905
|
+
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
2906
|
+
|
|
2882
2907
|
[[package]]
|
|
2883
2908
|
name = "spin"
|
|
2884
2909
|
version = "0.9.8"
|
|
@@ -3312,7 +3337,7 @@ dependencies = [
|
|
|
3312
3337
|
"async-stream",
|
|
3313
3338
|
"async-trait",
|
|
3314
3339
|
"axum",
|
|
3315
|
-
"base64",
|
|
3340
|
+
"base64 0.21.7",
|
|
3316
3341
|
"bytes",
|
|
3317
3342
|
"h2",
|
|
3318
3343
|
"http",
|
|
@@ -3353,7 +3378,7 @@ version = "0.11.0"
|
|
|
3353
3378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3354
3379
|
checksum = "dc3b0e1cedbf19fdfb78ef3d672cb9928e0a91a9cb4629cc0c916e8cff8aaaa1"
|
|
3355
3380
|
dependencies = [
|
|
3356
|
-
"base64",
|
|
3381
|
+
"base64 0.21.7",
|
|
3357
3382
|
"bytes",
|
|
3358
3383
|
"http",
|
|
3359
3384
|
"http-body",
|
|
@@ -3595,6 +3620,12 @@ version = "0.2.3"
|
|
|
3595
3620
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3596
3621
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
|
3597
3622
|
|
|
3623
|
+
[[package]]
|
|
3624
|
+
name = "untrusted"
|
|
3625
|
+
version = "0.7.1"
|
|
3626
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3627
|
+
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
3628
|
+
|
|
3598
3629
|
[[package]]
|
|
3599
3630
|
name = "untrusted"
|
|
3600
3631
|
version = "0.9.0"
|
|
@@ -3800,8 +3831,8 @@ version = "0.22.4"
|
|
|
3800
3831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3801
3832
|
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
|
3802
3833
|
dependencies = [
|
|
3803
|
-
"ring",
|
|
3804
|
-
"untrusted",
|
|
3834
|
+
"ring 0.17.8",
|
|
3835
|
+
"untrusted 0.9.0",
|
|
3805
3836
|
]
|
|
3806
3837
|
|
|
3807
3838
|
[[package]]
|
|
@@ -4,9 +4,9 @@ resolver = "2"
|
|
|
4
4
|
|
|
5
5
|
[workspace.dependencies]
|
|
6
6
|
qcs-api = "0.2.1"
|
|
7
|
-
qcs-api-client-common = "0.7.
|
|
8
|
-
qcs-api-client-grpc = "0.7.
|
|
9
|
-
qcs-api-client-openapi = "0.8.
|
|
7
|
+
qcs-api-client-common = "0.7.14"
|
|
8
|
+
qcs-api-client-grpc = "0.7.16"
|
|
9
|
+
qcs-api-client-openapi = "0.8.15"
|
|
10
10
|
serde_json = "1.0.86"
|
|
11
11
|
thiserror = "1.0.57"
|
|
12
12
|
tokio = "1.36.0"
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/quilc.rs
RENAMED
|
@@ -228,7 +228,7 @@ pub enum CompilationError {
|
|
|
228
228
|
Libquil(crate::compiler::libquil::Error),
|
|
229
229
|
/// Errors during compilation when using RPCQ
|
|
230
230
|
#[error("compilation error from RPCQ: {0}")]
|
|
231
|
-
Rpcq(
|
|
231
|
+
Rpcq(rpcq::Error),
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
/// The response from quilc for a `quil_to_native_quil` request.
|
|
@@ -6,9 +6,9 @@ use std::{fmt, time::Duration};
|
|
|
6
6
|
use cached::proc_macro::cached;
|
|
7
7
|
use derive_builder::Builder;
|
|
8
8
|
use qcs_api_client_common::configuration::RefreshError;
|
|
9
|
-
pub use qcs_api_client_grpc::channel::Error as GrpcError;
|
|
10
9
|
#[cfg(feature = "grpc-web")]
|
|
11
10
|
use qcs_api_client_grpc::channel::wrap_channel_with_grpc_web;
|
|
11
|
+
pub use qcs_api_client_grpc::channel::Error as GrpcError;
|
|
12
12
|
use qcs_api_client_grpc::{
|
|
13
13
|
channel::{parse_uri, wrap_channel_with, wrap_channel_with_retry},
|
|
14
14
|
get_channel_with_timeout,
|
|
@@ -598,7 +598,7 @@ async fn get_accessor(quantum_processor_id: &str, client: &Qcs) -> Result<String
|
|
|
598
598
|
acc.as_ref().and_then(|acc| acc.rank).unwrap_or(i64::MAX)
|
|
599
599
|
});
|
|
600
600
|
|
|
601
|
-
next_page_token
|
|
601
|
+
next_page_token.clone_from(&accessors.next_page_token);
|
|
602
602
|
if next_page_token.is_none() {
|
|
603
603
|
break;
|
|
604
604
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "qcs-sdk-python-grpc-web"
|
|
3
|
-
version = "0.17.
|
|
3
|
+
version = "0.17.9"
|
|
4
4
|
description = "Python interface for the QCS Rust SDK"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Operating System :: OS Independent",]
|
|
@@ -30,7 +30,7 @@ text = "Apache-2.0"
|
|
|
30
30
|
|
|
31
31
|
[tool.poetry]
|
|
32
32
|
name = "qcs-sdk-python"
|
|
33
|
-
version = "0.17.
|
|
33
|
+
version = "0.17.9"
|
|
34
34
|
description = "Python interface for the QCS Rust SDK"
|
|
35
35
|
readme = "README.md"
|
|
36
36
|
authors = [ "Rigetti Computing <softapps@rigetti.com>", "Mark Skilbeck <mark.skilbeck@rigetti.com>", "Marquess Valdez <mvaldez@rigetti.com>", "Randall Fulton <rfulton@rigetti.com>",]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/execute.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/libquil.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/local.rs
RENAMED
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/examples/quil_t.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/bin/diagnostics.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/isa/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/libquil.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/mod.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/compiler/rpcq.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/diagnostics.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/executable.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/execution_data.rs
RENAMED
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/execution.rs
RENAMED
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/result_data.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qpu/translation.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/execution.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/http.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/qvm/libquil.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/src/register_data.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/aspen_9_isa.json
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/basic_qvm.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/mocked_qpu.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/qvm_api.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/qvm_isa.json
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/secrets.toml
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/lib/tests/settings.toml
RENAMED
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/.stubtest-allowlist
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/Makefile.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/__init__.py
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/__init__.pyi
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/client.py
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/client.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/api.pyi
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qpu/isa.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/qcs_sdk/qvm/api.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/client.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/compiler/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/executable.rs
RENAMED
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/from_py.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/grpc/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/py_sync.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/api.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/isa.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qpu/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qvm/api.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/qvm/mod.rs
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/src/register_data.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/crates/python/tests/test_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/compiler/__init__.py
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/compiler/__init__.pyi
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/compiler/quilc.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/rewrite_arithmetic.pyi
RENAMED
|
File without changes
|
{qcs_sdk_python_grpc_web-0.17.8 → qcs_sdk_python_grpc_web-0.17.9}/qcs_sdk/qpu/translation.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|