flamingpy.utils.graph_statesΒΆ

A module with common cluster states.

Functions

bell()

Return an EGraph of the two-qubit Bell pair.

complete_graph(n)

Return an EGraph of a complete graph state with n nodes.

linear_cluster(n)

Return an EGraph of a linear cluster state with n nodes.

ring_graph(n)

Return an EGraph of a ring graph state with n nodes.

star_graph(n)

Return an EGraph of a star graph state with n nodes.

Contents

Home

Background

Using FlamingPy

Development

Getting Help

Python API