Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update portgraph to 0.12.2 #1263

Merged
merged 2 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update mermaid rendering snapshots
  • Loading branch information
aborgna-q committed Jul 5, 2024
commit fb864aabdd256c610f87925eab7a6625c54077ae
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,23 @@ graph LR
subgraph 2 ["(2) DataflowBlock"]
direction LR
3["(3) Input"]
3--"0:0<br>usize"-->5
4["(4) Output"]
5["(5) Tag"]
3--"0:0<br>usize"-->5
5--"0:0<br>[usize]+[usize]"-->4
end
2-."0:0".->6
2-."1:0".->1
1["(1) ExitBlock"]
subgraph 6 ["(6) DataflowBlock"]
direction LR
7["(7) Input"]
7--"0:1<br>usize"-->8
8["(8) Output"]
9["(9) const:seq:{}"]
9--"0:0<br>[]"-->10
10["(10) LoadConstant"]
7--"0:1<br>usize"-->8
9--"0:0<br>[]"-->10
10--"0:0<br>[]"-->8
end
2-."0:0".->6
2-."1:0".->1
6-."0:0".->1
end

Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ graph LR
subgraph 0 ["(0) DFG"]
direction LR
1["(1) Input"]
1--"0:0<br>qubit"-->3
1--"1:1<br>qubit"-->3
2["(2) Output"]
3["(3) test.quantum.CX"]
4["(4) test.quantum.CX"]
1--"0:0<br>qubit"-->3
1--"1:1<br>qubit"-->3
3--"0:1<br>qubit"-->4
3--"1:0<br>qubit"-->4
3-."2:2".->4
4["(4) test.quantum.CX"]
4--"0:0<br>qubit"-->2
4--"1:1<br>qubit"-->2
end
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ graph LR
subgraph 0 ["(0) DFG"]
direction LR
1["(1) Input"]
1--"0:0<br>[]+[]"-->2
2["(2) Output"]
1--"0:0<br>[]+[]"-->2
end
Loading