Skip to content

Commit

Permalink
feat: Add normalization coeff
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed May 17, 2024
1 parent b93ee1b commit 0e2c99b
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 @@ -66,6 +66,7 @@ class Qubit:
peak_voltage: float = 0
pi_pulse_amplitude: float = 0
resonator_depletion_time: int = 0
normalization: float = 0
T1: int = 0
T2: int = 0
T2_spin_echo: int = 0
Expand Down

0 comments on commit 0e2c99b

Please sign in to comment.