PrintTape

PrintTape#

class pennylane_calculquebec.processing.steps.print_steps.PrintTape#

Bases: PreProcStep

Print a tape as a preprocessing step

execute(tape)

Shows the tape using the builtin print function without altering it

execute(tape)#

Shows the tape using the builtin print function without altering it

Parameters:

tape (QuantumTape) – tape to print

Returns:

unaltered tape

Return type:

QuantumTape