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

WireError

Exception raised by a Wire object when it is unable to process wires.

Wires(wires[, _override])

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

Contents