amplify.client.HitachiClientParametersOutputs

class HitachiClientParametersOutputs

Control parameters for outputs.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

energies

A Boolean parameter that determines whether to output energy values.

execution_time

A Boolean parameter that determines whether to output the execution time (in nanoseconds).

num_outputs

A parameter that specifies the number of outputs for spin and energy values.

spins

A Boolean parameter that determines whther to output a spin array.

property energies

A Boolean parameter that determines whether to output energy values. Assumed True if no value is specified.

Type:

bool

property execution_time

A Boolean parameter that determines whether to output the execution time (in nanoseconds). Assumed False if no value is specified.

Type:

bool

property num_outputs

A parameter that specifies the number of outputs for spin and energy values. All outputs are given if it is 0.

Type:

int

property spins

A Boolean parameter that determines whther to output a spin array. Assumed True if no value is specified.

Type:

bool