qiskit-machine-learning icon indicating copy to clipboard operation
qiskit-machine-learning copied to clipboard

Pytorch QGAN Notebook Draft

Open Zoufalc opened this issue 2 years ago • 4 comments

Summary

This PR includes a notebook that illustrates how to build a qGAN with PyTorch and qiskit-machine-learning resources.

Details and comments

@ElePT Your help and feedback is much appreciated!

Zoufalc avatar Jun 14 '22 16:06 Zoufalc

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 14 '22 16:06 CLAassistant

Thanks for your comments @ElePT!

Zoufalc avatar Jul 11 '22 14:07 Zoufalc

Pull Request Test Coverage Report for Build 3290151224

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.08%) to 88.323%

Files with Coverage Reduction New Missed Lines %
qiskit_machine_learning/datasets/gaussian.py 3 37.11%
<!-- Total: 3
Totals Coverage Status
Change from base Build 3265936974: -0.08%
Covered Lines: 3260
Relevant Lines: 3691

💛 - Coveralls

coveralls avatar Aug 26 '22 13:08 coveralls

One more comment, about the failed unit test, you will see that there is a complaint about something related to kernels, this is because your Jupiter notebook metadata is specifying a custom kernel, but our CI does not support that, it just runs on Python 3. I will add a suggestion to fix that too in the corresponding cell.

ElePT avatar Oct 06 '22 10:10 ElePT