wzpxq

Results 1 issues of wzpxq

Unless I am missing it there is no "Hadamard cancellation" implemented. Consider the following graph: ``` g = zx.Graph() v0 = g.add_vertex(zx.VertexType.BOUNDARY, 0, 0) v1 = g.add_vertex(zx.VertexType.H_BOX, 0, 1) g.add_edge((v0,...