Yiming Zhang
Yiming Zhang
It is checked during the block graph validation: ```py def _validate_locally_at_cube(self, cube: Cube) -> None: """Check the validity of the block structures locally at a cube.""" pipes = self.pipes_at(cube.position) #...
**Complementary to the above:** First, it is important to note that we are discussing **circuit distance** as opposed to **code distance**—the latter depends solely on the construction of the QEC...
I’ve been experimenting with implementing Y-basis initialization and measurement blocks, heavily relying on the [`gen`](https://github.com/Strilanc/quantum-factor-2025-code/tree/main/src/gen) package by Craig. While I have a nearly functional version, some issues still need to...
Quick update: I've worked out how to construct the correct circuit for different convention and boundary orientation by hand, but still need some time to clean up and write code....
Hi, has there been any progress on this issue recently? I have a project coming up that requires a custom sampler. If you currently don't have the time to address...
I think we can also move Gian's frontend code to another branch to avoid distraction. But that will be subject to @giangiac's opinion.
> [@inmzhang](https://github.com/inmzhang) Since you will be the reviewer for the corresponding PR, are you in agreement with the Y-axis pointing up? [#520 (comment)](https://github.com/tqec/tqec/issues/520#issuecomment-2899205381) I agree, this will conform to the...
> compute detectors on each of the different sub-template (require to filter out some detectors that do not involve the main measurements we are interested in, which is not done...
`PlaquetteLibrary` sounds like a good idea. Do you have begun working on this issue? If not, I would like to think more about it and give it a try.
Hi, I'd love to contribute! I was thinking of adding a simple wrapper around `qsls` using the `tower-lsp` crate. The main challenge I’ve run into is that the `LanguageService` struct...