amplify.client.HitachiClientParameters¶
- class HitachiClientParameters¶
A parameter class for the Hitachi CMOS client.
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)Attributes
Specifies the number of times annealing is performed.
Control parameters for outputs.
Initial temperature.
Specifies the number of steps in changing temperature.
Specifies the length of a temperature step.
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
- property outputs¶
Control parameters for outputs.
- 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
- 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
- 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