Qaintum / Qaintessent.jl

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

Qasmmeasure #118

Closed keefehuang closed 3 years ago

keefehuang commented 3 years ago

Adding support for measurement in qasm files. Added warnings for barrier/reset.

codecov[bot] commented 3 years ago

Codecov Report

Merging #118 (9625751) into master (b992994) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   97.65%   97.72%   +0.06%     
==========================================
  Files          20       20              
  Lines        2386     2415      +29     
==========================================
+ Hits         2330     2360      +30     
+ Misses         56       55       -1     
Impacted Files Coverage Δ
src/circuit.jl 96.33% <100.00%> (+0.33%) :arrow_up:
src/openqasm/register.jl 97.14% <100.00%> (ø)
src/openqasm/transform_qasm.jl 94.35% <100.00%> (+3.78%) :arrow_up:
src/openqasm/transform_cgc.jl 93.33% <0.00%> (-6.67%) :arrow_down:
src/util.jl 98.92% <0.00%> (+0.01%) :arrow_up:
src/view.jl 97.29% <0.00%> (+0.02%) :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 bd19602...9625751. Read the comment docs.