RQAOAType¶
- class RQAOAType¶
ベースクラス:
EnumSelects the QAOA circuit construction strategy used within each RQAOA iteration.
Pass this as
RQAOA.Parameters.qaoa_typeto control which QAOA implementation is used when solving the reduced sub-problems.Attributes
Standard QAOA for unconstrained Ising problems.
Like
ORIGINALbut restricts the objective to quadratic form.- ORIGINAL = (<class 'amplify_quantum.algo.qaoa.impls.qaoa_original.OriginalQAOAImpl'>, <amplify.AcceptableDegrees object>)¶
Standard QAOA for unconstrained Ising problems.