qcs_sdk.qvm.api

class AddressRequest:
def include_all():
def exclude_all():
def from_indices(indices):
class MultishotRequest:
gate_noise

Get the gate_noise field from Python. Annotated with @property.

trials
compiled_quil

Get the compiled_quil field from Python. Annotated with @property.

addresses

Get the addresses field from Python. Annotated with @property.

measurement_noise

Get the measurement_noise field from Python. Annotated with @property.

rng_seed

Get the rng_seed field from Python. Annotated with @property.

class MultishotResponse:
registers

Get the registers field from Python. Annotated with @property.

class MultishotMeasureRequest:
rng_seed

Get the rng_seed field from Python. Annotated with @property.

qubits

Get the qubits field from Python. Annotated with @property.

compiled_quil

Get the compiled_quil field from Python. Annotated with @property.

measurement_noise

Get the measurement_noise field from Python. Annotated with @property.

gate_noise

Get the gate_noise field from Python. Annotated with @property.

trials
class ExpectationRequest:
rng_seed

Get the rng_seed field from Python. Annotated with @property.

operators

Get the operators field from Python. Annotated with @property.

state_preparation

Get the state_preparation field from Python. Annotated with @property.

class WavefunctionRequest:
rng_seed

Get the rng_seed field from Python. Annotated with @property.

compiled_quil

Get the compiled_quil field from Python. Annotated with @property.

measurement_noise

Get the measurement_noise field from Python. Annotated with @property.

gate_noise

Get the gate_noise field from Python. Annotated with @property.

def get_version_info(client, options=None):
def get_version_info_async(client, options=None):
def run(request, client, options=None):
def run_async(request, client, options=None):
def run_and_measure(request, client, options=None):
def run_and_measure_async(request, client, options=None):
def measure_expectation(request, client, options=None):
def measure_expectation_async(request, client, options=None):
def get_wavefunction(request, client, options=None):
def get_wavefunction_async(request, client, options=None):