Skip to content

Commit

Permalink
Merge pull request #895 from qiboteam/resonator_depletion_time
Browse files Browse the repository at this point in the history
Add resonator depletion time to Qubit class
  • Loading branch information
Jacfomg committed May 8, 2024
2 parents 41fcafd + 2d8b58d commit 49632a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibolab/qubits.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class Qubit:
"""Effective temperature."""
peak_voltage: float = 0
pi_pulse_amplitude: float = 0
resonator_depletion_time: int = 0
T1: int = 0
T2: int = 0
T2_spin_echo: int = 0
Expand Down

0 comments on commit 49632a5

Please sign in to comment.