Welcome to Circuits’s documentation!

Contents:

Module Documentation

bitstring

Utilities for dealing with bit strings.

circuits.bitstring.bitrange(length)[source]

Produces all possible bit strings up to the given length.

Parameters:length – the maximum length bit string to produce
circuits.bitstring.increment(bs)[source]

Increments the given bit string.

Parameters:bs – a bit string (list of integers)

constants

Simulation constants. Some of these will move to configuration files or command line arguments at some point.

Todo List

Indices and tables

Table Of Contents