Skip to content

Commit

Permalink
Add text to delayed choice eraser example
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Aug 15, 2017
1 parent 98bd75c commit bfd8a9f
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions src/ui/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,36 @@ const teleportLink = {
{"id":"~f7c0","name":"received","matrix":"{{1,0},{0,1}}"}
]
};
const eraserLink = {"cols":[
[1,"H"],
[1,"•",1,1,"X"],
[1,1,"QFT7"],
[1,1,"Measure","Measure","Measure","Measure","Measure","Measure","Measure"],
["…","…","Chance7"],
["…","…"],
["…","…"],
["…","…"],
["H"],
["Measure"],
["•","X^½"],
[1,"Measure"],
["◦","◦","Chance7"],
["◦","•","Chance7"],
["•","◦","Chance7"],
["•","•","Chance7"]
]};
const eraserLink = {
"cols": [
[1,"H"],
[1,"•",1,1,"X"],
[1,"~slits","QFT7"],
[1,1,"Measure","Measure","Measure","Measure","Measure","Measure","Measure"],
["…","…","Chance7"],
["…","…"],
["…","…"],
["…","…"],
["H"],
["Measure"],
["~choice"],
["•","X^½"],
[1,"Measure"],
[1,"~result",1,1,1,"~flat"],
["◦","◦","Chance7"],
["◦","•","Chance7"],
[1,1,1,1,1,"~waves"],
["•","◦","Chance7"],
["•","•","Chance7"]
],
"gates": [
{"id":"~choice","name":"choice","matrix":"{{1,0},{0,1}}"},
{"id":"~result","name":"result","matrix":"{{1,0},{0,1}}"},
{"id":"~flat","name":"flat","matrix":"{{1,0},{0,1}}"},
{"id":"~waves","name":"waves","matrix":"{{1,0},{0,1}}"},
{"id":"~slits","name":"slits","matrix":"{{1,0},{0,1}}"}
]
};
const chshTestLink = {
"cols": [
["H"],
Expand Down

0 comments on commit bfd8a9f

Please sign in to comment.