NativeDecomposition#
- class pennylane_calculquebec.processing.steps.native_decomposition.NativeDecomposition#
Bases:
PreProcStepthe purpose of this transpiler step is to turn the gates in the circuit into a set of gate that’s readable by a specific machine
Methods
execute(tape)applies processing on a quantum circuit's results after the execution
- execute(tape: QuantumTape)#
applies processing on a quantum circuit’s results after the execution
- Parameters:
tape (QuantumTape) – the tape representation of the quantum circuit
- Returns:
the processed tape
- Return type:
QuantumTape
- native_gates()#