qml.wires

Warning

Unless you are a PennyLane or plugin developer, you likely do not need to use the Wires class.

This module contains the Wires class, which takes care of wire bookkeeping.

Classes

DynamicWire([key])

A wire whose concrete value will be determined later during a compilation step or execution.

Wires(wires[, _override])

A bookkeeping class for wires, which are ordered collections of unique objects.