DASClientΒΆ
- class DASClientΒΆ
Bases:
AmplifyClient
Methods
Attributes
acceptable_degrees property
library_path property
parameters property
version property
write_request_data property
write_response_data property
- class AlgorithmΒΆ
Bases:
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
- Return type:
ScheduleType | None
- class ScheduleTypeΒΆ
Bases:
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
- Return type:
- property parametersΒΆ
parameters property
- Return type: