tjjarvinen / HKQM.jl

MIT License
7 stars 1 forks source link

GPU support #95

Closed tjjarvinen closed 2 years ago

tjjarvinen commented 2 years ago

This will add CUDA support.

codecov[bot] commented 2 years ago

Codecov Report

Merging #95 (81ad4e4) into master (74b15f1) will decrease coverage by 1.91%. The diff coverage is 8.10%.

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
- Coverage   61.97%   60.05%   -1.92%     
==========================================
  Files          10       12       +2     
  Lines        1378     1392      +14     
==========================================
- Hits          854      836      -18     
- Misses        524      556      +32     
Impacted Files Coverage Δ
src/poisson_cuda.jl 0.00% <0.00%> (ø)
src/HKQM.jl 100.00% <100.00%> (ø)
src/integrations.jl 61.03% <100.00%> (ø)
src/elements.jl 72.53% <0.00%> (-1.30%) :arrow_down:
src/operators.jl 40.00% <0.00%> (-1.18%) :arrow_down:
src/tensors.jl 89.94% <0.00%> (-0.29%) :arrow_down:
src/scf.jl 58.78% <0.00%> (-0.25%) :arrow_down:
src/nuclearpotential.jl 51.39% <0.00%> (+0.29%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more