Closed neiljdo closed 3 weeks ago
This PR implements the Frame class, which is an abstract container that can contain other diagrams as its components. It also adds the DaggeredFrame class, which handles the dagger operation on frames.
Frame
DaggeredFrame
This PR implements the
Frame
class, which is an abstract container that can contain other diagrams as its components. It also adds theDaggeredFrame
class, which handles the dagger operation on frames.