Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9835f44
create function for applying CNOT to a PureFaultSet
sunjerry019 May 14, 2026
e145970
Test core functionality of apply_cnot
sunjerry019 May 14, 2026
4fe853a
Make kind a property of PureFaultSet
sunjerry019 May 14, 2026
5170585
Test invalid qubit indices for apply_cnot
sunjerry019 May 14, 2026
4fd0446
🎨 pre-commit fixes
pre-commit-ci[bot] May 14, 2026
76afbee
Merge branch 'main' into PureFaultSet_Extension
sunjerry019 May 14, 2026
ab450e9
add new `apply_cnot` function to changelog
sunjerry019 May 14, 2026
0498c8b
new PureFaultSet in apply_cnot should return the correct kind
sunjerry019 May 14, 2026
3f67ea5
Add a test for `inplace` parameter for apply_cnot
sunjerry019 May 14, 2026
015f991
code coverage: Add test for invalid dimensions when creating a PureFa…
sunjerry019 May 14, 2026
451da2d
🎨 pre-commit fixes
pre-commit-ci[bot] May 14, 2026
79d0164
fix pre-commit check > ruff: make `test_PureFaultSet_invalid_kind` lo…
sunjerry019 May 18, 2026
71ceca0
fix pre-commit check > ruff: `pytest.raises()` now only has a single …
sunjerry019 May 18, 2026
a5efac9
Merge remote-tracking branch 'origin/PureFaultSet_Extension' into Pur…
sunjerry019 May 18, 2026
2342029
resolve merge conflict from main due to CHANGELOG.md
sunjerry019 May 22, 2026
c0d98b1
Merge branch 'main' into PureFaultSet_Extension
sunjerry019 May 22, 2026
58ea954
🎨 pre-commit fixes
pre-commit-ci[bot] May 22, 2026
45d12aa
XZFaultList as a squash commit
sunjerry019 Jun 1, 2026
d0b4bc6
🎨 pre-commit fixes
pre-commit-ci[bot] Jun 1, 2026
ea5d490
Merge branch 'main' into PureFaultSet_Extension
sunjerry019 Jun 1, 2026
9d3326c
Merge remote-tracking branch 'origin/main' into XZFaultList
sunjerry019 Jun 2, 2026
8852a82
test apply_reset inplace = True
sunjerry019 Jun 2, 2026
d449b33
add ccx unit tests
sunjerry019 Jun 2, 2026
3984df5
fixes: `copy` does not propagate `kind`
sunjerry019 Jun 2, 2026
d7cffab
fixes: filter_faults does not propagate kind when inplace=False.
sunjerry019 Jun 2, 2026
3d90919
fixes: combine does not propagate kind and ignores kind mismatch.
sunjerry019 Jun 2, 2026
98d32b6
fixes: permute_qubits does not propagate kind when inplace=False. AND…
sunjerry019 Jun 2, 2026
3d34523
fixes: Missing validation for negative qubit indices
sunjerry019 Jun 2, 2026
7f5f0c3
Merge remote-tracking branch 'refs/remotes/origin/PureFaultSet_Extens…
sunjerry019 Jun 2, 2026
201bf81
🎨 pre-commit fixes
pre-commit-ci[bot] Jun 2, 2026
4c896e0
Merge branch 'main' into PureFaultSet_Extension
sunjerry019 Jun 2, 2026
93c7d7d
fixes: error[D101]: Missing docstring in public class
sunjerry019 Jun 2, 2026
e9e35e2
fixes: error[D420]: Section "Returns" appears after section "Raises" …
sunjerry019 Jun 2, 2026
651b373
fixes: error[D105]: Missing docstring in magic method
sunjerry019 Jun 2, 2026
e3f3e1a
fixes: missing docstring for test functions
sunjerry019 Jun 2, 2026
4f53641
add num_qubits to repr and add test for repr of XZFaultList
sunjerry019 Jun 2, 2026
9e5b30d
add test for negative qubit indices for XZFaultList
sunjerry019 Jun 2, 2026
fff6ab1
Merge branch 'PureFaultSet_Extension' into XZFaultList
sunjerry019 Jun 2, 2026
5c3efb9
🎨 pre-commit fixes
pre-commit-ci[bot] Jun 2, 2026
d6b6d62
add return type for __iter__
sunjerry019 Jun 2, 2026
7d8d789
fixes: error[PLW2901]: `for` loop variable `g` overwritten by assignm…
sunjerry019 Jun 2, 2026
31c7a81
🎨 pre-commit fixes
pre-commit-ci[bot] Jun 2, 2026
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