tqec icon indicating copy to clipboard operation
tqec copied to clipboard

Implement logical hadamard transition for the fixed bulk convention

Open nelimee opened this issue 9 months ago • 1 comments

Is your feature request related to a problem? Please describe.

The Hadamard junction is not implemented for the fixed bulk convention.

Describe the solution you'd like

Implement the following method

https://github.com/tqec/tqec/blob/a43273a36a73f76924ef5ac804d47b0c6ea738bc/src/tqec/compile/specs/library/fixed_bulk.py#L179-L200

and the two following branches

https://github.com/tqec/tqec/blob/a43273a36a73f76924ef5ac804d47b0c6ea738bc/src/tqec/compile/specs/library/fixed_bulk.py#L297-L307

https://github.com/tqec/tqec/blob/a43273a36a73f76924ef5ac804d47b0c6ea738bc/src/tqec/compile/specs/library/fixed_bulk.py#L322-L332

nelimee avatar Apr 08 '25 06:04 nelimee

  • [x] Temporal logical Hadamard: #567
  • [ ] Spatial logical Hadamard: follows the same idea as the extended plaquette used in #562. It might be best to wait for that PR to be merged first.

inmzhang avatar Apr 19 '25 02:04 inmzhang