qcs 0.27.0

High level interface for running Quil on a QPU
Documentation
# This file is automatically generated by pyo3_stub_gen
# ruff: noqa: F401

from qcs_sdk._qcs_sdk.qpu.translation import (
    QCtrl,
    Riverlane,
    TranslationBackend,
    TranslationError,
    TranslationOptions,
    TranslationResult,
    get_quilt_calibrations,
    get_quilt_calibrations_async,
    translate,
    translate_async,
)

__all__ = [
    "QCtrl",
    "Riverlane",
    "TranslationBackend",
    "TranslationError",
    "TranslationOptions",
    "TranslationResult",
    "get_quilt_calibrations",
    "get_quilt_calibrations_async",
    "translate",
    "translate_async",
]