IQM Client has a feature that enables dynamical using on the user level. MQP DB 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.
The CircuitJob table should be reorganised such that the additional flags (no_modify, and dynamical_decoupling)
are stored inside a single column in an organised way. Backend should also be changed accordingly.
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. MQP DB 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.The CircuitJob table should be reorganised such that the additional flags (no_modify, and dynamical_decoupling)
are stored inside a single column in an organised way. Backend should also be changed accordingly.
See relevant MQSS Client issue: Munich-Quantum-Software-Stack/MQSS-Client#25