Qulacs-Osaka / scikit-qulacs

scikit-qulacs is a library for quantum neural network. This library is based on qulacs and named after scikit-learn.
https://qulacs-osaka.github.io/scikit-qulacs/index.html
MIT License
19 stars 6 forks source link

circuit_get_method #227

Closed kenji-ishihara-os closed 2 years ago

kenji-ishihara-os commented 2 years ago

量子回路の情報を取得するメソッドを追加

forest1040 commented 2 years ago

と思ったら、formaterが文句を言っていますね。。

codecov[bot] commented 2 years ago

Codecov Report

Merging #227 (619814f) into main (4407578) will decrease coverage by 0.19%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #227      +/-   ##
==========================================
- Coverage   91.96%   91.77%   -0.20%     
==========================================
  Files          11       11              
  Lines         859      863       +4     
  Branches      167      167              
==========================================
+ Hits          790      792       +2     
- Misses         40       42       +2     
  Partials       29       29              
Impacted Files Coverage Δ
skqulacs/circuit/circuit.py 82.58% <50.00%> (-0.75%) :arrow_down:

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