tqec icon indicating copy to clipboard operation
tqec copied to clipboard

Design automation software tools for Topological Quantum Error Correction

Results 49 tqec issues
Sort by recently updated
recently updated
newest added

@giangiac This is a very brief example of how Python and JS can interact. Let me know if you have any questions

closes: #141 I started to develop this, and I have some open questions: - I've implemented a test for the `RawRectangleTemplate`. @nelimee, can you clarify if this is the intended...

The initial comments on #100 raised a few very valid points that are not fixed yet. This issue document one of them. Relevant part of the original comment: > -...

enhancement
help wanted
question
backend
QOL

## Describe the bug The footprint doesn't always align with the specified architecture after it's used to populate the qubits. ## Steps to reproduce the behavior: Specify a 2x2 footprint...

bug
frontend

As discussed in #70, there can be some improvement ideas on the `tqec.display.display_templates_svg` function, which includes the following or more: 1. Display the relationships between templates (corner pinning). 2. Find...

enhancement
good first issue
help wanted
backend

**Is your feature request related to a problem? Please describe.** Running coverage analysis with `python -m pytest --cov=tqec .` on the `tqec` library yields the following results ``` ---------- coverage:...

enhancement
good first issue
help wanted
backend
ci/cd

## Describe the bug The app only supports Chrome due to its use of `Set.intersection` to populate the workspace with qubits. ## Steps to reproduce the behavior: 1. Go to...

bug
frontend