Skip to content

Commit

Permalink
add commented lines for saving exps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacfomg committed Nov 13, 2023
1 parent e51fd98 commit 5b33a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qibolab/instruments/zhinst.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ def register_couplerflux_line(self, coupler):

def run_exp(self):
"""Compilation settings, compilation step, execution step and data retrival"""
self.experiment.save("saved_exp")

# self.experiment.save("saved_exp")
self.exp = self.session.compile(self.experiment, compiler_settings=COMPILER_SETTINGS)
# self.exp.save_compiled_experiment("saved_exp")
self.results = self.session.run(self.exp)

@staticmethod
Expand Down Expand Up @@ -1138,7 +1138,7 @@ def sweep(self, qubits, couplers, sequence: PulseSequence, options, *sweepers):
self.offsets_off()

# html containing the pulse sequence schedule
lo.show_pulse_sheet("pulses", self.exp)
# lo.show_pulse_sheet("pulses", self.exp)
return results

def sweep_recursion(self, qubits, couplers, exp, exp_calib, exp_options):
Expand Down

0 comments on commit 5b33a33

Please sign in to comment.