diff --git a/mitiq/calibration/calibrator.py b/mitiq/calibration/calibrator.py index 4f81fb6c0..f034d0bc8 100644 --- a/mitiq/calibration/calibrator.py +++ b/mitiq/calibration/calibrator.py @@ -297,7 +297,13 @@ def get_cost(self) -> Dict[str, int]: } def run(self, log: Optional[OutputForm] = None) -> None: - """Runs all the circuits required for calibration.""" + """Runs all the circuits required for calibration. + + args: + log: If set, detailed results of each experiment run by the + calibrator are printed. The value corresponds to the format of + the information and can be set to “flat” or “cartesian”. + """ if not self.results.is_missing_data(): self.results.reset_data()