qcs-sdk-python-grpc-web 0.17.4__tar.gz → 0.17.5__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.
Files changed (144) hide show
  1. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/Cargo.lock +12 -12
  2. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/Cargo.toml +2 -2
  3. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/PKG-INFO +2 -2
  4. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/CHANGELOG.md +12 -0
  5. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/Cargo.toml +2 -2
  6. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/CHANGELOG.md +12 -0
  7. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/Cargo.toml +1 -1
  8. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/pyproject.toml +3 -3
  9. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/README.md +0 -0
  10. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/Makefile.toml +0 -0
  11. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/README.md +0 -0
  12. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/build.rs +0 -0
  13. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/examples/delayed_job_retrieval.rs +0 -0
  14. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/examples/execute.rs +0 -0
  15. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/examples/libquil.rs +0 -0
  16. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/examples/local.rs +0 -0
  17. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/examples/parametric_compilation.rs +0 -0
  18. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/examples/quil_t.rs +0 -0
  19. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/bin/diagnostics.rs +0 -0
  20. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/client.rs +0 -0
  21. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/isa/edge.rs +0 -0
  22. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/isa/mod.rs +0 -0
  23. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/isa/operator.rs +0 -0
  24. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/isa/qubit.rs +0 -0
  25. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/libquil.rs +0 -0
  26. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/mod.rs +0 -0
  27. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/quilc.rs +0 -0
  28. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/compiler/rpcq.rs +0 -0
  29. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/diagnostics.rs +0 -0
  30. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/executable.rs +0 -0
  31. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/execution_data.rs +0 -0
  32. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/lib.rs +0 -0
  33. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/api.rs +0 -0
  34. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/execution.rs +0 -0
  35. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/mod.rs +0 -0
  36. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/result_data.rs +0 -0
  37. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/rewrite_arithmetic.rs +0 -0
  38. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_allocates_for_multiple_expressions-2.snap +0 -0
  39. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_allocates_for_multiple_expressions.snap +0 -0
  40. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_frequency_expressions-2.snap +0 -0
  41. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_frequency_expressions.snap +0 -0
  42. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_phases.snap +0 -0
  43. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_converts_set_scale_units.snap +0 -0
  44. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_substitutes_and_reuses_gate_expressions.snap +0 -0
  45. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/snapshots/qcs__qpu__rewrite_arithmetic__describe_rewrite_arithmetic__it_substitutes_gate_parameters.snap +0 -0
  46. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qpu/translation.rs +0 -0
  47. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qvm/execution.rs +0 -0
  48. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qvm/http.rs +0 -0
  49. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qvm/libquil.rs +0 -0
  50. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qvm/mod.rs +0 -0
  51. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/qvm/snapshots/qcs__qvm__test__apply_valid_parameters_to_program.snap +0 -0
  52. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/src/register_data.rs +0 -0
  53. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/aspen_9_isa.json +0 -0
  54. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/basic_qvm.rs +0 -0
  55. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/bell_state_response_data.hex +0 -0
  56. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/compiler-isa-Aspen-8.json +0 -0
  57. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/mocked_qpu.rs +0 -0
  58. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/parametric_compilation.rs +0 -0
  59. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/qcs-isa-Aspen-8.json +0 -0
  60. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/qvm_api.rs +0 -0
  61. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/qvm_isa.json +0 -0
  62. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/secrets.toml +0 -0
  63. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/lib/tests/settings.toml +0 -0
  64. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/.flake8 +0 -0
  65. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/.stubtest-allowlist +0 -0
  66. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/Makefile.toml +0 -0
  67. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/README.md +0 -0
  68. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/build.rs +0 -0
  69. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/poetry.lock +0 -0
  70. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/__init__.py +0 -0
  71. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/__init__.pyi +0 -0
  72. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/client.py +0 -0
  73. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/client.pyi +0 -0
  74. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/compiler/__init__.py +0 -0
  75. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/compiler/__init__.pyi +0 -0
  76. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/compiler/quilc.pyi +0 -0
  77. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/diagnostics.py +0 -0
  78. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/py.typed +0 -0
  79. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qpu/__init__.py +0 -0
  80. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qpu/__init__.pyi +0 -0
  81. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qpu/api.pyi +0 -0
  82. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qpu/isa.pyi +0 -0
  83. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qpu/rewrite_arithmetic.pyi +0 -0
  84. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qpu/translation.pyi +0 -0
  85. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qvm/__init__.py +0 -0
  86. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qvm/__init__.pyi +0 -0
  87. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/qcs_sdk/qvm/api.pyi +0 -0
  88. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/scripts/patch_grpc_web.py +0 -0
  89. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/client.rs +0 -0
  90. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/compiler/mod.rs +0 -0
  91. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/compiler/quilc.rs +0 -0
  92. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/executable.rs +0 -0
  93. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/execution_data.rs +0 -0
  94. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/from_py.rs +0 -0
  95. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/grpc/mod.rs +0 -0
  96. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/grpc/models/controller.rs +0 -0
  97. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/grpc/models/mod.rs +0 -0
  98. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/lib.rs +0 -0
  99. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/py_sync.rs +0 -0
  100. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qpu/api.rs +0 -0
  101. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qpu/isa.rs +0 -0
  102. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qpu/mod.rs +0 -0
  103. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qpu/result_data.rs +0 -0
  104. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qpu/rewrite_arithmetic.rs +0 -0
  105. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qpu/translation.rs +0 -0
  106. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qvm/api.rs +0 -0
  107. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/qvm/mod.rs +0 -0
  108. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/src/register_data.rs +0 -0
  109. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/_fixtures/aspen-m-3.json +0 -0
  110. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/_fixtures/device-2q.json +0 -0
  111. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/_qcs_config/secrets.toml +0 -0
  112. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/_qcs_config/settings.toml +0 -0
  113. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/compiler/__snapshots__/test_quilc.ambr +0 -0
  114. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/compiler/test_quilc.py +0 -0
  115. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/conftest.py +0 -0
  116. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/execution_data/test_execution_data.py +0 -0
  117. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/qpu/test_api.py +0 -0
  118. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/qpu/test_isa.py +0 -0
  119. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/qpu/test_qpu.py +0 -0
  120. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/qpu/test_rewrite_arithmetic.py +0 -0
  121. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/qpu/test_translation.py +0 -0
  122. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/qvm/test_qvm.py +0 -0
  123. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/test_client.py +0 -0
  124. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/test_diagnostics.py +0 -0
  125. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/test_executable.py +0 -0
  126. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/crates/python/tests/test_logging.py +0 -0
  127. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/__init__.py +0 -0
  128. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/__init__.pyi +0 -0
  129. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/client.py +0 -0
  130. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/client.pyi +0 -0
  131. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/compiler/__init__.py +0 -0
  132. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/compiler/__init__.pyi +0 -0
  133. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/compiler/quilc.pyi +0 -0
  134. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/diagnostics.py +0 -0
  135. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/py.typed +0 -0
  136. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qpu/__init__.py +0 -0
  137. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qpu/__init__.pyi +0 -0
  138. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qpu/api.pyi +0 -0
  139. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qpu/isa.pyi +0 -0
  140. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qpu/rewrite_arithmetic.pyi +0 -0
  141. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qpu/translation.pyi +0 -0
  142. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qvm/__init__.py +0 -0
  143. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qvm/__init__.pyi +0 -0
  144. {qcs_sdk_python_grpc_web-0.17.4 → qcs_sdk_python_grpc_web-0.17.5}/qcs_sdk/qvm/api.pyi +0 -0
@@ -897,7 +897,7 @@ dependencies = [
897
897
  "futures-sink",
898
898
  "futures-util",
899
899
  "http",
900
- "indexmap 2.2.5",
900
+ "indexmap 2.2.6",
901
901
  "slab",
902
902
  "tokio",
903
903
  "tokio-util",
@@ -1149,9 +1149,9 @@ dependencies = [
1149
1149
 
1150
1150
  [[package]]
1151
1151
  name = "indexmap"
1152
- version = "2.2.5"
1152
+ version = "2.2.6"
1153
1153
  source = "registry+https://github.com/rust-lang/crates.io-index"
1154
- checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
1154
+ checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1155
1155
  dependencies = [
1156
1156
  "equivalent",
1157
1157
  "hashbrown 0.14.3",
@@ -1870,7 +1870,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
1870
  checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
1871
1871
  dependencies = [
1872
1872
  "fixedbitset",
1873
- "indexmap 2.2.5",
1873
+ "indexmap 2.2.6",
1874
1874
  ]
1875
1875
 
1876
1876
  [[package]]
@@ -2093,7 +2093,7 @@ dependencies = [
2093
2093
 
2094
2094
  [[package]]
2095
2095
  name = "qcs"
2096
- version = "0.21.4"
2096
+ version = "0.21.5"
2097
2097
  dependencies = [
2098
2098
  "assert2",
2099
2099
  "async-trait",
@@ -2105,7 +2105,7 @@ dependencies = [
2105
2105
  "float-cmp",
2106
2106
  "futures",
2107
2107
  "hex",
2108
- "indexmap 1.9.3",
2108
+ "indexmap 2.2.6",
2109
2109
  "insta",
2110
2110
  "itertools 0.11.0",
2111
2111
  "lazy_static",
@@ -2229,7 +2229,7 @@ dependencies = [
2229
2229
 
2230
2230
  [[package]]
2231
2231
  name = "qcs-sdk-python-grpc-web"
2232
- version = "0.17.4"
2232
+ version = "0.17.5"
2233
2233
  dependencies = [
2234
2234
  "async-trait",
2235
2235
  "numpy",
@@ -2259,11 +2259,11 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2259
2259
 
2260
2260
  [[package]]
2261
2261
  name = "quil-rs"
2262
- version = "0.23.0"
2263
- source = "git+https://github.com/rigetti/quil-rs?tag=quil-py/v0.7.0#3bb618124c2165b7329c58c0f217d8ee9d816e67"
2262
+ version = "0.24.0"
2263
+ source = "git+https://github.com/rigetti/quil-rs?tag=quil-py/v0.8.0#ba133987b2ac68e9b5d37652f512471bb1416d55"
2264
2264
  dependencies = [
2265
2265
  "approx",
2266
- "indexmap 2.2.5",
2266
+ "indexmap 2.2.6",
2267
2267
  "itertools 0.12.1",
2268
2268
  "lexical",
2269
2269
  "ndarray",
@@ -3283,7 +3283,7 @@ version = "0.19.15"
3283
3283
  source = "registry+https://github.com/rust-lang/crates.io-index"
3284
3284
  checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3285
3285
  dependencies = [
3286
- "indexmap 2.2.5",
3286
+ "indexmap 2.2.6",
3287
3287
  "serde",
3288
3288
  "serde_spanned",
3289
3289
  "toml_datetime",
@@ -3296,7 +3296,7 @@ version = "0.22.8"
3296
3296
  source = "registry+https://github.com/rust-lang/crates.io-index"
3297
3297
  checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
3298
3298
  dependencies = [
3299
- "indexmap 2.2.5",
3299
+ "indexmap 2.2.6",
3300
3300
  "serde",
3301
3301
  "serde_spanned",
3302
3302
  "toml_datetime",
@@ -19,9 +19,9 @@ lto = true
19
19
  codegen-units = 1
20
20
 
21
21
  [workspace.dependencies.quil-rs]
22
- version = "0.23.0"
22
+ version = "0.24.0"
23
23
  git = "https://github.com/rigetti/quil-rs"
24
- tag = "quil-py/v0.7.0"
24
+ tag = "quil-py/v0.8.0"
25
25
 
26
26
  [workspace.dependencies.ndarray]
27
27
  version = "0.15.6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qcs-sdk-python-grpc-web
3
- Version: 0.17.4
3
+ Version: 0.17.5
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: License :: OSI Approved :: Apache Software License
6
6
  Classifier: Programming Language :: Python :: 3.8
@@ -8,7 +8,7 @@ Classifier: Programming Language :: Python :: 3.9
8
8
  Classifier: Programming Language :: Python :: 3.10
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Dist: quil ==0.7.1
11
+ Requires-Dist: quil ==0.8.0
12
12
  Summary: Python interface for the QCS Rust SDK
13
13
  Keywords: pyquil,SDK,Rigetti,Quil,Quantum
14
14
  Author-email: Rigetti Computing <softapps@rigetti.com>, Mark Skilbeck <mark.skilbeck@rigetti.com>, Marquess Valdez <mvaldez@rigetti.com>, Randall Fulton <rfulton@rigetti.com>
@@ -1,3 +1,15 @@
1
+ ## 0.21.5
2
+
3
+ ### Features
4
+
5
+ - Update quil (#459)
6
+
7
+ ## 0.21.5-rc.0
8
+
9
+ ### Features
10
+
11
+ - Update quil (#459)
12
+
1
13
  ## 0.21.4
2
14
 
3
15
  ### Features
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  name = "qcs"
3
3
  description = "High level interface for running Quil on a QPU"
4
- version = "0.21.4"
4
+ version = "0.21.5"
5
5
  edition = "2018"
6
6
  license = "Apache-2.0"
7
7
  repository = "https://github.com/rigetti/qcs-sdk-rust"
@@ -21,7 +21,7 @@ grpc-web = ["qcs-api-client-grpc/grpc-web"]
21
21
  cached = "0.44.0"
22
22
  enum-as-inner = "0.5.1"
23
23
  futures = "0.3.24"
24
- indexmap = "1.9.1"
24
+ indexmap = "2.2.6"
25
25
  lazy_static = "1.4.0"
26
26
  ndarray.workspace = true
27
27
  num = { version = "0.4.0", features = ["serde"] }
@@ -1,3 +1,15 @@
1
+ ## 0.17.5
2
+
3
+ ### Features
4
+
5
+ - Update quil (#459)
6
+
7
+ ## 0.17.5-rc.0
8
+
9
+ ### Features
10
+
11
+ - Update quil (#459)
12
+
1
13
  ## 0.17.4
2
14
 
3
15
  ### Features
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  name = "qcs-sdk-python-grpc-web"
3
3
  description = "Python bindings to qcs-sdk-rust"
4
- version = "0.17.4"
4
+ version = "0.17.5"
5
5
  edition = "2021"
6
6
  license = "Apache-2.0"
7
7
  repository = "https://github.com/rigetti/qcs-sdk-rust"
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "qcs-sdk-python-grpc-web"
3
- version = "0.17.4"
3
+ version = "0.17.5"
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",]
7
- dependencies = [ "quil==0.7.1",]
7
+ dependencies = [ "quil==0.8.0",]
8
8
  [[project.authors]]
9
9
  name = "Rigetti Computing"
10
10
  email = "softapps@rigetti.com"
@@ -30,7 +30,7 @@ text = "Apache-2.0"
30
30
 
31
31
  [tool.poetry]
32
32
  name = "qcs-sdk-python"
33
- version = "0.17.4"
33
+ version = "0.17.5"
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>",]