DASClient¶
- class DASClient¶
ベースクラス:
AmplifyClient
Methods
Attributes
acceptable_degrees property
library_path property
parameters property
version property
write_request_data property
write_response_data property
- class Algorithm¶
ベースクラス:
Enum
- ALL = 0¶
- PT = 3¶
- QMC = 2¶
- SA = 1¶
- __nb_enum__ = <capsule object NULL>¶
- class Parameters¶
-
- __init__(*args, **kwargs)¶
- property schedule_type¶
schedule_type property
- 戻り値の型:
ScheduleType | None
- class ScheduleType¶
ベースクラス:
Enum
- Expo = 2¶
- Linear = 0¶
- Power = 1¶
- __nb_enum__ = <capsule object NULL>¶
- solve(self, objective: Poly | Matrix, dry_run: Literal[False] = False) Result ¶
- solve(self, objective: Poly | Matrix, dry_run: Literal[True]) None
solve
Overload 1.
- Args:
objective (amplify.Poly | amplify.Matrix)
dry_run (typing.Literal[False]): Defaults to
False
.
- Returns:
amplify.DASClient.Result:
Overload 2.
- Args:
objective (amplify.Poly | amplify.Matrix)
dry_run (typing.Literal[True])
- property acceptable_degrees¶
acceptable_degrees property
- 戻り値の型:
- property parameters¶
parameters property
- 戻り値の型: