Module circuit_analyzer

Module circuit_analyzer 

Source
Expand description

Fancy object to profile a fancy circuit and compute stats such as the multiplicative depth or the number of boolean and arithmetic gates in a circuit.

Structsยง

AnalyzerItem
An instantiation of FancyInput::Item used by CircuitAnalyzer.
CircuitAnalyzer
A Fancy object which counts gates in a binary circuit.