amplify.client.ocean.LeapHybridSamplerClientResultTiming

class LeapHybridSamplerClientResultTiming

A class that provides timing-related information about D-Wave Leap Hybrid Solver client. For more information, see Leap’s Hybrid Solvers’ Timing Information.

Type:

int

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

charge_time

Time, in microseconds, charged to the account.

qpu_access_time

QPU time, in microseconds, used by the hybrid solver.

run_time

Time, in microseconds, the hybrid solver spent working on the problem.

property charge_time

Time, in microseconds, charged to the account.

Type:

int

property qpu_access_time

QPU time, in microseconds, used by the hybrid solver.

Type:

int

property run_time

Time, in microseconds, the hybrid solver spent working on the problem.