Skip to content

Commit dca42b3

Browse files
authored
Add magic state distillation tutorial (#311)
This is a tutorial showing how to use TSIM with bloqade-circuit
1 parent ced59c7 commit dca42b3

File tree

10 files changed

+5326
-9
lines changed

10 files changed

+5326
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ repos:
88
args: ['--unsafe']
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
11-
- repo: https://github.com/pycqa/isort
12-
rev: 5.13.2
13-
hooks:
14-
- id: isort
15-
name: isort (python)
1611
- repo: https://github.com/psf/black
1712
rev: 24.10.0
1813
hooks:

_typos.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ AttributeIDSupressMenu = "AttributeIDSupressMenu"
1212
Braket = "Braket"
1313
mch = "mch"
1414
IY = "IY"
15+
mis = "mis"
16+
MIS = "MIS"
17+
arange = "arange"
1518

1619
[files]
1720
extend-exclude = [".github/workflows/*"]

0 commit comments

Comments
 (0)