Implementations

Gate base

A custom gate implementation must derive from the gate_base class.

class gate_base

Simple class to hold information about the operation of a gate.

Subclassed by tweedledum::io3_gate, tweedledum::mcmt_gate

Custom gates

All gate implementations are located in tweedledum/gates/:

Networks

All network implementations are located in tweedledum/networks/: