qcs_sdk.qvm.api
class
ExpectationRequest:
The request body needed for a [measure_expectation] request to the QVM.
class
MultishotMeasureRequest:
The request body needed for a [run_and_measure] request to the QVM.
class
MultishotRequest:
The request body needed to make a multishot [run] request to the QVM.
class
MultishotResponse:
The response body returned by the QVM after a multishot [run] request.
class
WavefunctionRequest:
The request body needed to make a [get_wavefunction] request to the QVM.
class
AddressRequest:
An enum encapsulating the different ways to request data back from the QVM for an address.
Inherited Members
Inherited Members
Inherited Members
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):