amplify.client.ToshibaClientStatisticalInformation

class ToshibaClientStatisticalInformation

The statistical information of the solutions obtained by the Toshiba SBM client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

avg

The average of the energy values.

histogram

A list where each element is a pair of energy value and number of its occurrence (frequency).

histogram_width

The width of the histogram of energy values.

stddev

The standard deviation of the energy values.

property avg

The average of the energy values.

Type:

float

property histogram

A list where each element is a pair of energy value and number of its occurrence (frequency).

Type:

list

property histogram_width

The width of the histogram of energy values.

Type:

int

property stddev

The standard deviation of the energy values.

Type:

float