iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.submit_sequential_rb_jobs#
- iqm.benchmarks.randomized_benchmarking.randomized_benchmarking_common.submit_sequential_rb_jobs(qubits: List[int], transpiled_circuits: Dict[int, List[IQMCircuit]], shots: int, backend_arg: str | IQMBackendBase, calset_id: str | None = None, max_gates_per_batch: int | None = None, max_circuits_per_batch: int | None = None, circuit_compilation_options: CircuitCompilationOptions | None = None) List[Dict[str, Any]]#
Submit sequential RB jobs for execution in the specified IQMBackend :param qubits: the qubits to identify the submitted job :param transpiled_circuits: A dictionary containing all MRB circuits :param shots: the number of shots to submit per job :param backend_arg: the IQM backend to submit the job :param calset_id: the calibration identifier :param max_gates_per_batch: the maximum number of gates per batch :param max_circuits_per_batch: the maximum number of circuits per batch :param circuit_compilation_options: Compilation options passed to submit_execute
- Returns:
Dict with qubit layout, submitted job objects, type (vanilla/DD) and submission time
- Parameters:
- Return type: