amplify.client.HitachiClientParameters

class HitachiClientParameters

A parameter class for the Hitachi CMOS client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

num_executions

Specifies the number of times annealing is performed.

outputs

Control parameters for outputs.

temperature_initial

Initial temperature.

temperature_num_steps

Specifies the number of steps in changing temperature.

temperature_step_length

Specifies the length of a temperature step.

temperature_target

Final temperature.

property num_executions

Specifies the number of times annealing is performed. An integer value between 1 and 10 should be used. Assumed 1 if no value is specified.

Type:

int

property outputs

Control parameters for outputs.

Type:

HitachiClientParametersOutputs

property temperature_initial

Initial temperature. A number between 0 and 3.402823e+38 should be specified. Assumed 10.0 if no value is specified.

Type:

float

property temperature_num_steps

Specifies the number of steps in changing temperature. An integer value between 1 and 100 should be specified. Assumed 10 if no value is specified.

Type:

int

property temperature_step_length

Specifies the length of a temperature step. An integer between 1 and 1000 should be specified. Assumed 100 if no value is specified.

Type:

int

property temperature_target

Final temperature. A number between 0 and 3.402823e+38 should be specified. Assumed 0.01 if no value is specified.

Type:

float