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
21 stars 6 forks source link

#169: 共有されているパラメータに係数をかけられるようにする #195

Closed forest1040 closed 2 years ago

forest1040 commented 2 years ago

_PositionDetail クラスを追加して、positions_in_circuit で、共有パラメータの位置と係数を管理するようにしました。 パラメータとしては共有されているので、実行した結果で、係数のテストをしました。

codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@3d7153f). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #195   +/-   ##
=======================================
  Coverage        ?   89.88%           
=======================================
  Files           ?       11           
  Lines           ?      771           
  Branches        ?      149           
=======================================
  Hits            ?      693           
  Misses          ?       49           
  Partials        ?       29           

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 3d7153f...3069ee6. Read the comment docs.