You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*(can be used for the standard MaxCut with argument k_cuts=2)
74
+
*(can be used for the standard MaxCut with argument k_cuts=2, or use `problems.MaxCut(G)` for convenience)*
75
75
***
76
76
### Run optimization at depth $p$
77
77
@@ -106,7 +106,7 @@ QAOA supports the following keywords:
106
106
cvar=
107
107
)
108
108
109
-
-`backend`: the backend to be used, defaults to `Aer.get_backend("qasm_simulator")`
109
+
-`backend`: the backend to be used, defaults to `AerSimulator()` (from `qiskit_aer`)
110
110
-`noisemodel`: the noise model to be used, default to `None`,
111
111
-`optimizer`: a list of the optimizer to be used from qiskit-algorithms together with options, defaults to `[COBYLA, {}]`,
112
112
-`precision`: sampel until a certain precision of the expectation value is reached based on $\text{error}=\frac{\text{variance}}{\sqrt{\text{shots}}}$, defaults to `None`,
@@ -136,9 +136,9 @@ Multi-angle QAOA allows components to use multiple parameters per layer, increas
136
136
-**Parameterized initial state** (`PlusParameterized`): The initial state |+⟩ with optimizable per-qubit phase rotations
0 commit comments