IQM Client has a feature that enables dynamical using on the user level. MQSS Qiskit Adapter should be able to enable the same feature, so that we can pass this flag to the backend. The example usage in IQM Client is as follows:
job_dd = backend.run(qc_list, shots=shots, circuit_compilation_options = CircuitCompilationOptions(dd_mode=DDMode.ENABLED)) #This is a default DD mode in which a combination of XX, YXYX and XYXYYXYX sequences are applied depending on the size of the idles.
see relevant MQSS Client issue: Munich-Quantum-Software-Stack/MQSS-Client#25
IQM Client has a feature that enables dynamical using on the user level. MQSS Qiskit Adapter should be able to enable the same feature, so that we can pass this flag to the backend. The example usage in IQM Client is as follows:
job_dd = backend.run(qc_list, shots=shots, circuit_compilation_options = CircuitCompilationOptions(dd_mode=DDMode.ENABLED)) #This is a default DD mode in which a combination of XX, YXYX and XYXYYXYX sequences are applied depending on the size of the idles.see relevant MQSS Client issue: Munich-Quantum-Software-Stack/MQSS-Client#25