PrintWires

PrintWires#

class pennylane_calculquebec.processing.steps.print_steps.PrintWires#

Bases: PreProcStep

prints wires as a processing step using the print builtin python function

execute(tape)

prints the wires a circuit acts upon without altering the circuit

execute(tape)#

prints the wires a circuit acts upon without altering the circuit

Parameters:

tape (QuantumTape) – The tape to print

Returns:

the unaltered tape

Return type:

QuantumTape