Skip to content

Commit

Permalink
fixed doc in add_qubit_sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
lranzani committed Nov 22, 2024
1 parent 651504d commit 931c0b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/auspex/qubit/qubit_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,12 @@ def add_qubit_sweep(self, qubit, measure_or_control, attribute, values):
exp = QubitExpFactory.create(PulsedSpec(q1))
self.add_qubit_sweep(q1, "measure", "frequency", np.linspace(6e9, 6.5e9, 500))
self.run_sweeps()
Parameters:
qubit the qubit to sweep
measure_or_control measure or control channel
attribute the attribute to sweep
values the values to sweep through
"""
param = FloatParameter() # Create the parameter
param.name = f"{qubit.label} {measure_or_control} {attribute}"
Expand Down

0 comments on commit 931c0b0

Please sign in to comment.