amplify.client.QiskitClientResultTiming

class QiskitClientResultTiming
__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

classical_optimization_time

The time to tune QAOA parameters with classical optimization in QAOA running, measured in seconds.

execution_time

The time to execute calculation in QAOA running, measured in seconds.

machine_running_time

The machine (or simulator) runnning time in QAOA running, measured in seconds.

total_time

The whole execution time in QAOA running, measured in seconds.

property classical_optimization_time

The time to tune QAOA parameters with classical optimization in QAOA running, measured in seconds.

Type:

float

property execution_time

The time to execute calculation in QAOA running, measured in seconds.

Type:

float

property machine_running_time

The machine (or simulator) runnning time in QAOA running, measured in seconds.

Type:

float

property total_time

The whole execution time in QAOA running, measured in seconds.

Type:

float