amplify.client.NECClientSolutionInfo

class NECClientSolutionInfo

A class that provides information about a solution obtained by NECClient.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

constraint

The constraint satisfaction status of spins.

energy

The energy value of the solution.

memory_usage

The memory usage of VA.

spin

The result of spins.

time

The calculation time of VA.

property constraint

The constraint satisfaction status of spins.

Type

bool

property energy

The energy value of the solution.

Type

float

property memory_usage

The memory usage of VA.

Type

float

property spin

The result of spins.

Type

list

property time

The calculation time of VA.

Type

float