Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2f7a242
Use petgraph at master branch
daehiff Mar 31, 2025
aeea986
Add benchmarks
daehiff Mar 31, 2025
924fad2
Refactoring of connectivity
daehiff Apr 1, 2025
6de3f89
Temporaröy move reference back to our fork
daehiff Apr 1, 2025
66d6014
Remove unnecessary conversion
daehiff Apr 1, 2025
59b7436
Point to right version of petgraph
daehiff Apr 2, 2025
b6e86ea
Point to freshly released petgraph version
daehiff Apr 6, 2025
0632b42
Update test to only verify len
daehiff Apr 6, 2025
eff57b6
Update src/architecture/connectivity.rs
daehiff Apr 8, 2025
c797e4c
chore: remove `test_weight_is_considered`
Jun 3, 2025
b1f123a
chore: clean up code slightly
Jun 3, 2025
a0e45cb
feat: add test for Complete architecture
Jun 3, 2025
37a68e9
chore: remove `ConversionError` from LadderError enum
Jun 3, 2025
07fe7fd
feat: use node weights to track nodes
Jun 4, 2025
67df4ff
feat: add `disconnect` to create new graphs
Jun 4, 2025
705669f
feat: remove `add_node`
Jun 4, 2025
e31f018
chore(test): add more cx_ladder tests for weighted case
Jun 5, 2025
934ad44
chore: remove print statement from `disconnect`
Jun 5, 2025
284ccf7
fix: correct `get_cx_ladder`
Jun 5, 2025
7398e15
fix: remove unneeded assert in `test_cx_ladder_extended_triangle`
Jun 5, 2025
914b20f
Update Cargo.lock and .toml
Jun 26, 2025
0828a39
Update `connectivity` implementation
Jun 26, 2025
91cad4f
Remove unused imports from `clifford_tableaus`
Jun 26, 2025
5c8907d
Replace RefCell with RwLock
Jul 1, 2025
edaf3fb
Format various files
Jul 3, 2025
3b69821
Correct reliance on node_weight.
Jul 3, 2025
6d1522f
Format connectivity
Jul 3, 2025
0f0441a
Update Cargo.toml to use https
Jul 3, 2025
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
Loading
Loading