ReadoutNoiseSimulation#
- class pennylane_calculquebec.processing.steps.readout_noise_simulation.ReadoutNoiseSimulation(machine_name: str, use_benchmark=True)#
Bases:
PostProcStepAdds readout noise on the results
Methods
execute(tape, results)adds readout noise to the results of a circuit
- execute(tape, results)#
adds readout noise to the results of a circuit
- Parameters:
tape (QuantumTape) – the tape where the results come from
results (dict[str, int]) – the results from the circuit
- Returns:
results with readout noise added to it
- Return type:
dict[str, int]