tqec.gallery.three_cnots.three_cnots_zx_graph# three_cnots_zx_graph(port_type: Literal['X', 'Z', 'OPEN']) → ZXGraph[source]# Three CNOT ZX graph. Implement the following circuit: ` CNOT 0 1 CNOT 1 2 CNOT 0 2 `