BatchRunner mostly solves one issue: batch-submitting a specified number of jobs. We agreed that it should not be a separate runner but should be a new functionality offered by CharacterizationRunner eg via a run_many method or the like. Need to fold the functionality into CharacterizationRunner, delete BatchRunner and all its references in modules as well as measurement notebooks (its main consumers).
BatchRunnermostly solves one issue: batch-submitting a specified number of jobs. We agreed that it should not be a separate runner but should be a new functionality offered byCharacterizationRunnereg via a run_many method or the like. Need to fold the functionality intoCharacterizationRunner, deleteBatchRunnerand all its references in modules as well as measurement notebooks (its main consumers).