qcs-sdk-python-grpc-web 0.19.0__tar.gz → 0.19.1__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 (165) hide show
  1. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/Cargo.lock +98 -6
  2. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/Cargo.toml +2 -2
  3. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/PKG-INFO +2 -2
  4. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/CHANGELOG.md +12 -0
  5. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/Cargo.toml +1 -1
  6. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/executable.rs +2 -2
  7. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/CHANGELOG.md +12 -0
  8. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/Cargo.toml +1 -1
  9. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/qpu/api.rs +32 -2
  10. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/pyproject.toml +3 -3
  11. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/README.md +0 -0
  12. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/Makefile.toml +0 -0
  13. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/README.md +0 -0
  14. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/build.rs +0 -0
  15. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/examples/delayed_job_retrieval.rs +0 -0
  16. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/examples/execute.rs +0 -0
  17. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/examples/libquil.rs +0 -0
  18. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/examples/local.rs +0 -0
  19. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/examples/parametric_compilation.rs +0 -0
  20. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/examples/quil_t.rs +0 -0
  21. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/bin/diagnostics.rs +0 -0
  22. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/client.rs +0 -0
  23. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/isa/edge.rs +0 -0
  24. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/isa/mod.rs +0 -0
  25. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/isa/operator.rs +0 -0
  26. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/isa/qubit.rs +0 -0
  27. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/libquil.rs +0 -0
  28. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/mod.rs +0 -0
  29. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/quilc.rs +0 -0
  30. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/compiler/rpcq.rs +0 -0
  31. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/diagnostics.rs +0 -0
  32. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/execution_data.rs +0 -0
  33. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/lib.rs +0 -0
  34. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qpu/api.rs +0 -0
  35. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qpu/execution.rs +0 -0
  36. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qpu/mod.rs +0 -0
  37. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qpu/result_data.rs +0 -0
  38. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/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.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qpu/translation.rs +0 -0
  47. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qvm/execution.rs +0 -0
  48. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qvm/http.rs +0 -0
  49. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qvm/libquil.rs +0 -0
  50. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qvm/mod.rs +0 -0
  51. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/qvm/snapshots/qcs__qvm__test__apply_valid_parameters_to_program.snap +0 -0
  52. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/src/register_data.rs +0 -0
  53. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/aspen_9_isa.json +0 -0
  54. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/basic_qvm.rs +0 -0
  55. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/bell_state_response_data.hex +0 -0
  56. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/compiler-isa-Aspen-8.json +0 -0
  57. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/mocked_qpu.rs +0 -0
  58. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/parametric_compilation.rs +0 -0
  59. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/qcs-isa-Aspen-8.json +0 -0
  60. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/qvm_api.rs +0 -0
  61. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/qvm_isa.json +0 -0
  62. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/secrets.toml +0 -0
  63. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/lib/tests/settings.toml +0 -0
  64. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/.flake8 +0 -0
  65. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/.stubtest-allowlist +0 -0
  66. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/Makefile.toml +0 -0
  67. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/README.md +0 -0
  68. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/build.rs +0 -0
  69. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/poetry.lock +0 -0
  70. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/__init__.py +0 -0
  71. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/__init__.pyi +0 -0
  72. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/.stubtest-allowlist +0 -0
  73. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/__init__.py +0 -0
  74. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/__init__.pyi +0 -0
  75. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/__init__.py +0 -0
  76. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/__init__.pyi +0 -0
  77. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/file/__init__.py +0 -0
  78. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/file/__init__.pyi +0 -0
  79. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/otel_otlp/__init__.py +0 -0
  80. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/otel_otlp/__init__.pyi +0 -0
  81. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/otel_otlp_file/__init__.py +0 -0
  82. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/layers/otel_otlp_file/__init__.pyi +0 -0
  83. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/subscriber/__init__.py +0 -0
  84. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/_tracing_subscriber/subscriber/__init__.pyi +0 -0
  85. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/client.py +0 -0
  86. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/client.pyi +0 -0
  87. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/compiler/__init__.py +0 -0
  88. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/compiler/__init__.pyi +0 -0
  89. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/compiler/quilc.pyi +0 -0
  90. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/diagnostics.py +0 -0
  91. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/py.typed +0 -0
  92. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qpu/__init__.py +0 -0
  93. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qpu/__init__.pyi +0 -0
  94. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qpu/api.pyi +0 -0
  95. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qpu/isa.pyi +0 -0
  96. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qpu/translation.pyi +0 -0
  97. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qvm/__init__.py +0 -0
  98. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qvm/__init__.pyi +0 -0
  99. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/qcs_sdk/qvm/api.pyi +0 -0
  100. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/scripts/patch_grpc_web.py +0 -0
  101. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/client.rs +0 -0
  102. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/compiler/mod.rs +0 -0
  103. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/compiler/quilc.rs +0 -0
  104. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/executable.rs +0 -0
  105. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/execution_data.rs +0 -0
  106. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/from_py.rs +0 -0
  107. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/grpc/mod.rs +0 -0
  108. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/grpc/models/controller.rs +0 -0
  109. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/grpc/models/mod.rs +0 -0
  110. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/lib.rs +0 -0
  111. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/py_sync.rs +0 -0
  112. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/qpu/isa.rs +0 -0
  113. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/qpu/mod.rs +0 -0
  114. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/qpu/result_data.rs +0 -0
  115. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/qpu/translation.rs +0 -0
  116. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/qvm/api.rs +0 -0
  117. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/qvm/mod.rs +0 -0
  118. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/src/register_data.rs +0 -0
  119. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/_fixtures/aspen-m-3.json +0 -0
  120. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/_fixtures/device-2q.json +0 -0
  121. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/_qcs_config/secrets.toml +0 -0
  122. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/_qcs_config/settings.toml +0 -0
  123. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/compiler/__snapshots__/test_quilc.ambr +0 -0
  124. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/compiler/test_quilc.py +0 -0
  125. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/conftest.py +0 -0
  126. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/execution_data/test_execution_data.py +0 -0
  127. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/qpu/test_api.py +0 -0
  128. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/qpu/test_isa.py +0 -0
  129. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/qpu/test_qpu.py +0 -0
  130. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/qpu/test_translation.py +0 -0
  131. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/qvm/test_qvm.py +0 -0
  132. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/test_client.py +0 -0
  133. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/test_diagnostics.py +0 -0
  134. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/test_executable.py +0 -0
  135. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/test_logging.py +0 -0
  136. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/crates/python/tests/test_tracing_subscriber.py +0 -0
  137. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/__init__.py +0 -0
  138. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/__init__.pyi +0 -0
  139. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/__init__.py +0 -0
  140. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/__init__.pyi +0 -0
  141. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/__init__.py +0 -0
  142. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/__init__.pyi +0 -0
  143. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/file/__init__.py +0 -0
  144. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/file/__init__.pyi +0 -0
  145. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/otel_otlp/__init__.py +0 -0
  146. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/otel_otlp/__init__.pyi +0 -0
  147. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/otel_otlp_file/__init__.py +0 -0
  148. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/layers/otel_otlp_file/__init__.pyi +0 -0
  149. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/subscriber/__init__.py +0 -0
  150. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/_tracing_subscriber/subscriber/__init__.pyi +0 -0
  151. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/client.py +0 -0
  152. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/client.pyi +0 -0
  153. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/compiler/__init__.py +0 -0
  154. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/compiler/__init__.pyi +0 -0
  155. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/compiler/quilc.pyi +0 -0
  156. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/diagnostics.py +0 -0
  157. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/py.typed +0 -0
  158. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qpu/__init__.py +0 -0
  159. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qpu/__init__.pyi +0 -0
  160. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qpu/api.pyi +0 -0
  161. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qpu/isa.pyi +0 -0
  162. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qpu/translation.pyi +0 -0
  163. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qvm/__init__.py +0 -0
  164. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qvm/__init__.pyi +0 -0
  165. {qcs_sdk_python_grpc_web-0.19.0 → qcs_sdk_python_grpc_web-0.19.1}/qcs_sdk/qvm/api.pyi +0 -0
@@ -317,9 +317,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
317
317
 
318
318
  [[package]]
319
319
  name = "bytes"
320
- version = "1.6.0"
320
+ version = "1.6.1"
321
321
  source = "registry+https://github.com/rust-lang/crates.io-index"
322
- checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
322
+ checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
323
323
 
324
324
  [[package]]
325
325
  name = "cached"
@@ -1658,6 +1658,12 @@ dependencies = [
1658
1658
  "windows-targets 0.52.5",
1659
1659
  ]
1660
1660
 
1661
+ [[package]]
1662
+ name = "libm"
1663
+ version = "0.2.8"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1666
+
1661
1667
  [[package]]
1662
1668
  name = "libquil-sys"
1663
1669
  version = "0.4.0"
@@ -1813,6 +1819,35 @@ version = "0.10.0"
1813
1819
  source = "registry+https://github.com/rust-lang/crates.io-index"
1814
1820
  checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
1815
1821
 
1822
+ [[package]]
1823
+ name = "nalgebra"
1824
+ version = "0.29.0"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "d506eb7e08d6329505faa8a3a00a5dcc6de9f76e0c77e4b75763ae3c770831ff"
1827
+ dependencies = [
1828
+ "approx",
1829
+ "matrixmultiply",
1830
+ "nalgebra-macros",
1831
+ "num-complex",
1832
+ "num-rational",
1833
+ "num-traits",
1834
+ "rand",
1835
+ "rand_distr",
1836
+ "simba",
1837
+ "typenum",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "nalgebra-macros"
1842
+ version = "0.1.0"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"
1845
+ dependencies = [
1846
+ "proc-macro2",
1847
+ "quote",
1848
+ "syn 1.0.109",
1849
+ ]
1850
+
1816
1851
  [[package]]
1817
1852
  name = "ndarray"
1818
1853
  version = "0.15.6"
@@ -1949,6 +1984,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
1984
  checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1950
1985
  dependencies = [
1951
1986
  "autocfg",
1987
+ "libm",
1952
1988
  ]
1953
1989
 
1954
1990
  [[package]]
@@ -2607,7 +2643,7 @@ dependencies = [
2607
2643
 
2608
2644
  [[package]]
2609
2645
  name = "qcs"
2610
- version = "0.23.0"
2646
+ version = "0.23.1"
2611
2647
  dependencies = [
2612
2648
  "assert2",
2613
2649
  "async-trait",
@@ -2748,7 +2784,7 @@ dependencies = [
2748
2784
 
2749
2785
  [[package]]
2750
2786
  name = "qcs-sdk-python-grpc-web"
2751
- version = "0.19.0"
2787
+ version = "0.19.1"
2752
2788
  dependencies = [
2753
2789
  "async-trait",
2754
2790
  "numpy",
@@ -2783,8 +2819,8 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2783
2819
 
2784
2820
  [[package]]
2785
2821
  name = "quil-rs"
2786
- version = "0.26.0"
2787
- source = "git+https://github.com/rigetti/quil-rs?tag=quil-py/v0.10.0#25966563850ed151fad0cdab3f6931bdd90be8f8"
2822
+ version = "0.27.1"
2823
+ source = "git+https://github.com/rigetti/quil-rs?tag=quil-py/v0.11.1#ab5b976573b38f3ba2605f57482ccadb1f13bf30"
2788
2824
  dependencies = [
2789
2825
  "approx",
2790
2826
  "indexmap 2.2.6",
@@ -2798,6 +2834,7 @@ dependencies = [
2798
2834
  "petgraph",
2799
2835
  "regex",
2800
2836
  "serde",
2837
+ "statrs",
2801
2838
  "strum",
2802
2839
  "thiserror",
2803
2840
  ]
@@ -2841,6 +2878,16 @@ dependencies = [
2841
2878
  "getrandom",
2842
2879
  ]
2843
2880
 
2881
+ [[package]]
2882
+ name = "rand_distr"
2883
+ version = "0.4.3"
2884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2885
+ checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
2886
+ dependencies = [
2887
+ "num-traits",
2888
+ "rand",
2889
+ ]
2890
+
2844
2891
  [[package]]
2845
2892
  name = "rawpointer"
2846
2893
  version = "0.2.1"
@@ -3227,6 +3274,15 @@ version = "1.0.18"
3227
3274
  source = "registry+https://github.com/rust-lang/crates.io-index"
3228
3275
  checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3229
3276
 
3277
+ [[package]]
3278
+ name = "safe_arch"
3279
+ version = "0.7.2"
3280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3281
+ checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a"
3282
+ dependencies = [
3283
+ "bytemuck",
3284
+ ]
3285
+
3230
3286
  [[package]]
3231
3287
  name = "same-file"
3232
3288
  version = "1.0.6"
@@ -3397,6 +3453,19 @@ version = "0.1.1"
3397
3453
  source = "registry+https://github.com/rust-lang/crates.io-index"
3398
3454
  checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
3399
3455
 
3456
+ [[package]]
3457
+ name = "simba"
3458
+ version = "0.6.0"
3459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3460
+ checksum = "f0b7840f121a46d63066ee7a99fc81dcabbc6105e437cae43528cea199b5a05f"
3461
+ dependencies = [
3462
+ "approx",
3463
+ "num-complex",
3464
+ "num-traits",
3465
+ "paste",
3466
+ "wide",
3467
+ ]
3468
+
3400
3469
  [[package]]
3401
3470
  name = "similar"
3402
3471
  version = "2.5.0"
@@ -3468,6 +3537,19 @@ version = "1.1.0"
3468
3537
  source = "registry+https://github.com/rust-lang/crates.io-index"
3469
3538
  checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3470
3539
 
3540
+ [[package]]
3541
+ name = "statrs"
3542
+ version = "0.16.1"
3543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3544
+ checksum = "b35a062dbadac17a42e0fc64c27f419b25d6fae98572eb43c8814c9e873d7721"
3545
+ dependencies = [
3546
+ "approx",
3547
+ "lazy_static",
3548
+ "nalgebra",
3549
+ "num-traits",
3550
+ "rand",
3551
+ ]
3552
+
3471
3553
  [[package]]
3472
3554
  name = "strsim"
3473
3555
  version = "0.8.0"
@@ -4462,6 +4544,16 @@ dependencies = [
4462
4544
  "libc",
4463
4545
  ]
4464
4546
 
4547
+ [[package]]
4548
+ name = "wide"
4549
+ version = "0.7.26"
4550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4551
+ checksum = "901e8597c777fa042e9e245bd56c0dc4418c5db3f845b6ff94fbac732c6a0692"
4552
+ dependencies = [
4553
+ "bytemuck",
4554
+ "safe_arch",
4555
+ ]
4556
+
4465
4557
  [[package]]
4466
4558
  name = "winapi"
4467
4559
  version = "0.3.9"
@@ -19,9 +19,9 @@ lto = true
19
19
  codegen-units = 1
20
20
 
21
21
  [workspace.dependencies.quil-rs]
22
- version = "0.26.0"
22
+ version = "0.27.1"
23
23
  git = "https://github.com/rigetti/quil-rs"
24
- tag = "quil-py/v0.10.0"
24
+ tag = "quil-py/v0.11.1"
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.19.0
3
+ Version: 0.19.1
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.10.0
11
+ Requires-Dist: quil ==0.11.1
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.23.1
2
+
3
+ ### Features
4
+
5
+ - ExecutionOptions supports the pickle module. (#485)
6
+
7
+ ## 0.23.1-rc.0
8
+
9
+ ### Features
10
+
11
+ - ExecutionOptions supports the pickle module. (#485)
12
+
1
13
  ## 0.23.0
2
14
 
3
15
  ### Breaking Changes
@@ -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.23.0"
4
+ version = "0.23.1"
5
5
  edition = "2018"
6
6
  license = "Apache-2.0"
7
7
  repository = "https://github.com/rigetti/qcs-sdk-rust"
@@ -470,7 +470,7 @@ impl<'execution> Executable<'_, 'execution> {
470
470
  /// The [`Executable`] will only live as long as the last parameter passed into this function.
471
471
  /// 2. `translation_options`: An optional [`TranslationOptions`] that is used to configure how
472
472
  /// the program in translated.
473
- /// 3 `execution_options`: The [`ExecutionOptions`] to use. If the connection strategy used
473
+ /// 3. `execution_options`: The [`ExecutionOptions`] to use. If the connection strategy used
474
474
  /// is [`crate::qpu::api::ConnectionStrategy::EndpointId`] then direct access to that endpoint
475
475
  /// overrides the `quantum_processor_id` parameter.
476
476
  ///
@@ -528,7 +528,7 @@ impl<'execution> Executable<'_, 'execution> {
528
528
  /// The [`Executable`] will only live as long as the last parameter passed into this function.
529
529
  /// 2. `translation_options`: An optional [`TranslationOptions`] that is used to configure how
530
530
  /// the program in translated.
531
- /// 3 `execution_options`: The [`ExecutionOptions`] to use. If the connection strategy used
531
+ /// 3. `execution_options`: The [`ExecutionOptions`] to use. If the connection strategy used
532
532
  /// is [`crate::qpu::api::ConnectionStrategy::EndpointId`] then direct access to that endpoint
533
533
  /// overrides the `quantum_processor_id` parameter.
534
534
  ///
@@ -1,3 +1,15 @@
1
+ ## 0.19.1
2
+
3
+ ### Features
4
+
5
+ - ExecutionOptions supports the pickle module. (#485)
6
+
7
+ ## 0.19.1-rc.0
8
+
9
+ ### Features
10
+
11
+ - ExecutionOptions supports the pickle module. (#485)
12
+
1
13
  ## 0.19.0
2
14
 
3
15
  ### Breaking Changes
@@ -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.19.0"
4
+ version = "0.19.1"
5
5
  edition = "2021"
6
6
  license = "Apache-2.0"
7
7
  repository = "https://github.com/rigetti/qcs-sdk-rust"
@@ -8,8 +8,8 @@ use pyo3::{
8
8
  pyclass,
9
9
  pyclass::CompareOp,
10
10
  pyfunction, pymethods,
11
- types::{PyComplex, PyInt},
12
- IntoPy, Py, PyObject, PyResult, Python, ToPyObject,
11
+ types::{PyComplex, PyDict, PyInt},
12
+ IntoPy, Py, PyAny, PyObject, PyResult, Python, ToPyObject,
13
13
  };
14
14
  use qcs::qpu::api::{
15
15
  ApiExecutionOptions, ApiExecutionOptionsBuilder, ConnectionStrategy, ExecutionOptions,
@@ -431,6 +431,36 @@ impl PyExecutionOptions {
431
431
  _ => py.NotImplemented(),
432
432
  }
433
433
  }
434
+
435
+ fn __getstate__(&self, py: Python<'_>) -> PyResult<Py<PyAny>> {
436
+ let dict = PyDict::new(py);
437
+ dict.set_item("connection_strategy", self.connection_strategy())?;
438
+ dict.set_item("timeout_seconds", self.timeout_seconds())?;
439
+ dict.set_item("api_options", self.api_options())?;
440
+ Ok(dict.into())
441
+ }
442
+
443
+ fn __setstate__(&mut self, py: Python<'_>, state: Py<PyAny>) -> PyResult<()> {
444
+ *self = Self::_from_parts(
445
+ state.getattr(py, "connection_strategy")?.extract(py)?,
446
+ state.getattr(py, "timeout_seconds")?.extract(py)?,
447
+ state.getattr(py, "api_options")?.extract(py)?,
448
+ )?;
449
+ Ok(())
450
+ }
451
+
452
+ #[staticmethod]
453
+ fn _from_parts(
454
+ connection_strategy: PyConnectionStrategy,
455
+ timeout_seconds: Option<f64>,
456
+ api_options: Option<PyApiExecutionOptions>,
457
+ ) -> PyResult<Self> {
458
+ let mut builder = Self::builder();
459
+ builder.connection_strategy(connection_strategy);
460
+ builder.timeout_seconds(timeout_seconds);
461
+ builder.api_options(api_options);
462
+ builder.build()
463
+ }
434
464
  }
435
465
 
436
466
  #[pymethods]
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "qcs-sdk-python-grpc-web"
3
- version = "0.19.0"
3
+ version = "0.19.1"
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.10.0",]
7
+ dependencies = [ "quil==0.11.1",]
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.19.0"
33
+ version = "0.19.1"
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>",]