NativeDecomposition#

class pennylane_calculquebec.processing.steps.native_decomposition.NativeDecomposition#

Bases: PreProcStep

the 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

execute(tape)

applies processing on a quantum circuit's results after the execution

native_gates()

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()#