harshangrjn / QuantumCircuitOpt.jl

A Julia/JuMP Package for Optimal Quantum Circuit Design
Other
56 stars 15 forks source link

Updating naming for unparameterized gates #15

Closed lockwo closed 3 years ago

lockwo commented 3 years ago

Issue https://github.com/harshangrjn/QuantumCircuitOpt.jl/issues/13 : now all single qubit gates follow the naming scheme "GATE_QUBIT" instead of "GATEQUBIT". This is not applied to rotation gates. A few updates in data.jl was mostly it. Then updating the examples and tests. All examples and tests passed locally on my computer. I checked for all the old nomenclature and didn't see any left, but if there are any spots with it let me know.

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (5ec20a3) into master (f73c96d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   92.67%   92.67%           
=======================================
  Files          12       12           
  Lines        1215     1215           
=======================================
  Hits         1126     1126           
  Misses         89       89           
Impacted Files Coverage Δ
src/data.jl 94.19% <100.00%> (ø)

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 f73c96d...5ec20a3. Read the comment docs.

harshangrjn commented 3 years ago

Thanks @lockwo