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

102 qcnn #210

Closed forest1040 closed 2 years ago

forest1040 commented 2 years ago

pooling回路をパラメータ共有版に変更しました。 併せて、量子ビット数を8固定だったのを任意の数に対応しました。

codecov[bot] commented 2 years ago

Codecov Report

Merging #210 (dbadee6) into main (07416de) will increase coverage by 0.74%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
+ Coverage   90.73%   91.47%   +0.74%     
==========================================
  Files          12       12              
  Lines         874      880       +6     
  Branches      164      171       +7     
==========================================
+ Hits          793      805      +12     
+ Misses         50       44       -6     
  Partials       31       31              
Impacted Files Coverage Δ
skqulacs/circuit/pre_defined.py 97.20% <100.00%> (+1.95%) :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 07416de...dbadee6. Read the comment docs.

forest1040 commented 2 years ago

@ikanago レビューをお願いします!

forest1040 commented 2 years ago

@ikanago 修正しました。再確認をお願いします!