flow and gflow ============== :mod:`graphix.gflow` module +++++++++++++++++++++++++++++++++++ This provides functions to find flow structures (causal flow, gflow, Pauli flow) in a graph, to verify if a given flow structure is valid, and to extract flow structures from a given pattern. .. automodule:: graphix.gflow .. currentmodule:: graphix.gflow .. autofunction:: find_flow .. autofunction:: find_gflow .. autofunction:: find_pauliflow .. autofunction:: verify_flow .. autofunction:: verify_gflow .. autofunction:: verify_pauliflow .. autofunction:: flow_from_pattern .. autofunction:: gflow_from_pattern .. autofunction:: pauliflow_from_pattern