amplify.client.ClientSolution

class ClientSolution

A class that provides infomation about the physical model solution obtained by the client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

energy

The energy value of the solution.

frequency

The number of identical solutions.

values

A list of the values of variables for the solution.

property energy

The energy value of the solution.

Type:

float

property frequency

The number of identical solutions.

Type:

int

property values

A list of the values of variables for the solution. The index of the list corresponds to the index of the input variables.

Type:

list