tqec
tqec copied to clipboard
Implement logical hadamard transition for the fixed bulk convention
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
- [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.