qat.hardware.make_quobly_hardware_model
- qat.hardware.make_quobly_hardware_model(p_gate_method='sym_corrected')
Construct a hardware model specifically tailored for quobly chips. Noise levels have been provided by the Quobly hardware team. Adds gate application times that are independent of the angle for rotation gates. After each gate, add a depolarizing noise whose parameter was fitted to give the error rate predicted by Quobly.
- Parameters:
p_gate_method – specifies the method used to perform 2-qubit P gates. Can be either “sym_corrected” or “pi_pulse”. Both methods have different application times and fidelities. Default to “sym_corrected”.