amplify.client.ocean.DWaveSamplerClientResultTiming

class DWaveSamplerClientResultTiming

A class that provides the QPU timing-related information in D-Wave’s Ocean SDK. For more information, see QPU Timing Information.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

post_processing_overhead_time

Extra time needed to process the last batch in microseconds.

qpu_access_overhead_time

Extra time to access the QPU in microseconds.

qpu_access_time

Total time in QPU in microseconds.

qpu_anneal_time_per_sample

Time for one anneal in microseconds.

qpu_delay_time_per_sample

Delay between anneals in microseconds.

qpu_programming_time

Total time to program the QPU in microseconds.

qpu_readout_time_per_sample

Time for one read in microseconds.

qpu_sampling_time

Total time for all samples in microseconds.

total_post_processing_time

Total time for postprocessing in microseconds.

property post_processing_overhead_time

Extra time needed to process the last batch in microseconds.

Type:

int

property qpu_access_overhead_time

Extra time to access the QPU in microseconds.

Type:

int

property qpu_access_time

Total time in QPU in microseconds.

Type:

int

property qpu_anneal_time_per_sample

Time for one anneal in microseconds.

Type:

int

property qpu_delay_time_per_sample

Delay between anneals in microseconds.

Type:

int

property qpu_programming_time

Total time to program the QPU in microseconds.

Type:

int

property qpu_readout_time_per_sample

Time for one read in microseconds.

Type:

int

property qpu_sampling_time

Total time for all samples in microseconds.

Type:

int

property total_post_processing_time

Total time for postprocessing in microseconds.

Type:

int