Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4f481f4
dev
ryanhill1 Jan 17, 2025
798d194
1 & 2 qubit gate handling
ryanhill1 Jan 17, 2025
2683290
remove class attributes
ryanhill1 Feb 7, 2025
7bc59c2
Merge branch 'main' into sv
ryanhill1 Feb 7, 2025
ea3b1ff
add result class
ryanhill1 Feb 8, 2025
13e76ae
check-in
ryanhill1 Feb 8, 2025
1135970
check-in updates2
ryanhill1 Feb 8, 2025
a274785
add test cases
ryanhill1 Feb 8, 2025
5881c97
get swap gate a little closer - still not right tho
ryanhill1 Feb 8, 2025
064b922
Merge branch 'main' into sv
ryanhill1 Mar 7, 2026
e71fe3d
Optimize statevector simulator: gate fusion, native gate preprocessin…
ryanhill1 Mar 7, 2026
b7bbe46
Optimize statevector preprocessing with evolved no-cache path
Kenny-Heitritter May 26, 2026
b84a23e
Merge branch 'main' into kenny/evolved-sv-preprocess-no-cache
Kenny-Heitritter May 26, 2026
0cfd83a
Add evolved no-cache statevector benchmark artifacts
Kenny-Heitritter May 26, 2026
5afa323
Regenerate statevector benchmark plots
Kenny-Heitritter May 26, 2026
9af158f
Rename bench_random_evolved_no_cache.png to bench_random_evolved.png
Kenny-Heitritter May 26, 2026
e7879ce
Rename bench_qft_evolved_no_cache.png to bench_qft_evolved.png
Kenny-Heitritter May 26, 2026
f07ebcd
Rename bench_evolved_no_cache.json to bench_evolved.json
Kenny-Heitritter May 26, 2026
1d56076
Fix CI for statevector simulator PR
Kenny-Heitritter May 26, 2026
734ec88
fix: repair CI for statevector simulator PR
ryanhill1 Jun 7, 2026
bc49a3d
build: use portable, compiler-aware compile flags
ryanhill1 Jun 7, 2026
b78c0e2
fix: make macOS wheels portable by disabling OpenMP there
ryanhill1 Jun 7, 2026
2b03019
fix: make OpenMP a compile-time option so macOS builds serial
ryanhill1 Jun 7, 2026
762dd67
Fix crz fast path in statevector simulator; add qiskit-free tests
ryanhill1 Jun 8, 2026
1caac11
Merge branch 'main' into kenny/evolved-sv-preprocess-no-cache
ryanhill1 Jun 19, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__/

# Cython build files
src/pyqasm/accelerate/linalg.c
src/pyqasm/accelerate/sv_sim.c

# Distribution / packaging
.Python
Expand Down
Binary file added benchmarks/bench_qft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added benchmarks/bench_random.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading