CQCL / lambeq

A high-level Python library for Quantum Natural Language Processing
https://docs.quantinuum.com/lambeq/
Apache License 2.0
455 stars 111 forks source link

Add implementation for `grammar.Frame` #163

Closed neiljdo closed 3 weeks ago

neiljdo commented 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.