Box

Contents

Box#

class discopy.markov.Box(name, dom, cod, **params)[source]#

Bases: discopy.symmetric.Box, Diagram

A Markov box is a symmetric box in a Markov diagram.

Parameters:
  • name (str) – The name of the box.

  • dom (monoidal.Ty) – The domain of the box, i.e. its input.

  • cod (monoidal.Ty) – The codomain of the box, i.e. its output.