Skip to content

Commit 931c0b0

Browse files
author
lranzani
committed
fixed doc in add_qubit_sweep
1 parent 651504d commit 931c0b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/auspex/qubit/qubit_exp.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@ def add_qubit_sweep(self, qubit, measure_or_control, attribute, values):
534534
exp = QubitExpFactory.create(PulsedSpec(q1))
535535
self.add_qubit_sweep(q1, "measure", "frequency", np.linspace(6e9, 6.5e9, 500))
536536
self.run_sweeps()
537+
538+
Parameters:
539+
qubit the qubit to sweep
540+
measure_or_control measure or control channel
541+
attribute the attribute to sweep
542+
values the values to sweep through
537543
"""
538544
param = FloatParameter() # Create the parameter
539545
param.name = f"{qubit.label} {measure_or_control} {attribute}"

0 commit comments

Comments
 (0)