Skip to content

Commit 6f8719f

Browse files
committed
add citation for chevron functional form
1 parent a3a0919 commit 6f8719f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/qibocal/protocols/two_qubit_interaction/chevron

src/qibocal/protocols/two_qubit_interaction/chevron/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def chevron_sequence(
9090

9191

9292
def chevron_fit(x, detuning, alpha, g, phase):
93+
"""Eq. 14.80 of :cite:t:`Manenti:2023zzn`"""
9394
delta = 2 * np.pi * (detuning + alpha * x[1] ** 2)
9495
return (
9596
delta**2 / (delta**2 + 4 * g**2)

0 commit comments

Comments
 (0)