qcs 0.27.0

High level interface for running Quil on a QPU
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is automatically generated by pyo3_stub_gen
# ruff: noqa: F401

from qcs_sdk._qcs_sdk.qpu.experimental.random import (
    ChooseRandomRealSubRegions,
    PrngSeedValue,
    RandomError,
    choose_random_real_sub_region_indices,
    lfsr_v1_next,
)

__all__ = [
    "ChooseRandomRealSubRegions",
    "PrngSeedValue",
    "RandomError",
    "choose_random_real_sub_region_indices",
    "lfsr_v1_next",
]