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
[Documentation] Update docs qpu + adiabatic to use min_avg_amp (#75)
* update docs on qpu submissions
* bump version
* new adiabatic algo
* reput as before adiabatic
* new qoolqit dependency
* use average of coefficients in adiabatic
* change custom adiabatic
Copy file name to clipboardExpand all lines: docs/content/driveshaping/adiabatic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ For the Adiabatic Drive, the values of the amplitude $\Omega$ (Rabi frequency) a
40
40
41
41
- Amplitude: has a sine-like shape, starting from $0$ and ending in $0$, with a maximum value being the maximum value among the off-diagonal terms of the QUBO matrix:
42
42
43
-
$$\Omega_{max} = max(Q_{off})$$
43
+
$$\Omega_{max} = mean(Q_{ij, i != j})$$
44
44
45
-
If $\Omega_{max}$ reaches a value above the maximum amplitude allowed by the device, it uses the `max_amp` value taken from the device specs as $\Omega_{max}$.
45
+
If $\Omega_{max}$ reaches a value above the maximum amplitude allowed by the device, it uses the `max_amp` value taken from the device specs as $\Omega_{max}$. It it is below the `min_avg_amp` value from the specs, we use `min_avg_amp`.
46
46
47
47
- Detuning: starts from a negative value $\delta_0$ that is the minimum value among the diagonal terms of the QUBO matrix (since diagonal terms are either negative or $0$), reaches $0$ and ends in a positive final value $\delta_f$, following a linear behavior:
0 commit comments