jebej / Schrodinger.jl

Fast and easy simulation of quantum mechanical systems.
https://jebej.github.io/Schrodinger.jl/latest
Other
24 stars 6 forks source link

Pkg.clone doesn't work, have to use Pkg.add(url="...") #17

Closed VLonghand closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (8dc47e2) into master (2289889) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   61.75%   61.70%   -0.06%     
==========================================
  Files          34       34              
  Lines        1480     1478       -2     
==========================================
- Hits          914      912       -2     
  Misses        566      566              
Impacted Files Coverage Δ
src/misc/sparsevec.jl 2.43% <0.00%> (-2.33%) :arrow_down:
src/quobj/types.jl 80.76% <0.00%> (-0.72%) :arrow_down:
src/dynamics/constructors.jl 89.89% <0.00%> (ø)
src/tomography/processtomo.jl 100.00% <0.00%> (ø)
src/math/ptrace.jl 93.33% <0.00%> (+0.22%) :arrow_up:

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 2289889...8dc47e2. Read the comment docs.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 55.098% when pulling 8dc47e2bea54d0c3b57d80a61d78a9080ca4f5f8 on VLonghand:patch-1 into 22898893e2e3a0ce358816650199f7e4ad14a4ad on jebej:master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 55.098% when pulling 8dc47e2bea54d0c3b57d80a61d78a9080ca4f5f8 on VLonghand:patch-1 into 22898893e2e3a0ce358816650199f7e4ad14a4ad on jebej:master.

jebej commented 3 years ago

Thanks!