Glossary
Every technical term this platform uses, with what it means and — the part that is harder to find elsewhere — the mistake it prevents. On this subject the intuitive reading is often the wrong one, so each entry says what a reader would otherwise get wrong.
Resources
- Error budget
The total probability of failure you are willing to accept across a whole computation.
Easy to get wrong: It is divided among every logical qubit and every cycle, so a modest-sounding budget implies a very small per-operation error rate.
Seen in use on /workbench
- Lattice surgery
Performing operations between logical qubits by merging and splitting their patches on the grid.
Easy to get wrong: It needs free space beside the data to move information through, so a register of n logical qubits occupies more than n patches — Microsoft's estimator uses 2n + ⌈√(8n)⌉ + 1.