Qaintum / Qaintessent.jl

Digital quantum circuit simulator written in Julia
Apache License 2.0
30 stars 8 forks source link

Cuda support #130

Closed keefehuang closed 2 years ago

keefehuang commented 2 years ago

Adding CUDA support

codecov[bot] commented 2 years ago

Codecov Report

Merging #130 (bc334d1) into master (1327a0d) will decrease coverage by 0.00%. The diff coverage is 98.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   98.43%   98.42%   -0.01%     
==========================================
  Files          27       26       -1     
  Lines        4020     4011       -9     
==========================================
- Hits         3957     3948       -9     
  Misses         63       63              
Impacted Files Coverage Δ
src/unitary2circuit.jl 98.82% <77.77%> (-0.78%) :arrow_down:
src/gates.jl 96.28% <85.71%> (-0.67%) :arrow_down:
src/apply.jl 100.00% <100.00%> (ø)
src/apply_density.jl 99.49% <100.00%> (+0.25%) :arrow_up:
src/apply_statevector.jl 98.02% <100.00%> (+0.16%) :arrow_up:
src/circuit.jl 96.36% <100.00%> (+0.03%) :arrow_up:
src/circuitgate.jl 97.64% <100.00%> (-1.17%) :arrow_down:
src/density_matrix.jl 100.00% <100.00%> (ø)
src/gradients.jl 100.00% <100.00%> (ø)
src/measure.jl 100.00% <100.00%> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 275df39...bc334d1. Read the comment docs.