fp.noise

Available modules

cv

Continuous-variable noise model classes.

iid

An implementation of IID Pauli noise.

Module members

The noise module.

Classes

CVLayer(code, *, delta, **kwargs)

A class for applying to a code (or a graph state) a physical layer of continuous-variable noise.

CVMacroLayer(code, *, delta[, bs_network])

A class for reducing a macronode CV graph to a canonical graph.

IidNoise(code, error_probability)

Noise sampler for independent and identically distributed Z errors on the qubits of a cluster state.

Class Inheritance Diagram

Inheritance diagram of flamingpy.noise.cv.CVLayer, flamingpy.noise.cv.CVMacroLayer, flamingpy.noise.iid.IidNoise

Contents