Skip to content

Commit e23cecd

Browse files
authored
Explore zx (#272)
* added exploratory zx code
1 parent 7da99a7 commit e23cecd

64 files changed

Lines changed: 20433 additions & 16 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ python/quantum-pecos/tests/docs/generated/
3434
# Do not track external files for C++
3535
**/cuquantum_wrapper/extern/**/*
3636

37+
# Generated ZX diagram output (from pecos-zx examples)
38+
*.tex
39+
*.tikz
40+
/*.svg
41+
crates/**/*.svg
42+
exp/pecos-zx/examples/output/
43+
3744
### Add custom ignores above this line ###
3845
## Copied over from https://github.com/github/gitignore/blob/main/Python.gitignore
3946
# Byte-compiled / optimized / DLL files

0 commit comments

Comments
 (0)