Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytorch advanced examples #1427

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Pytorch advanced examples #1427

wants to merge 6 commits into from

Conversation

Simone-Bordoni
Copy link
Contributor

Add examples in pytorch as requested in #1423

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.

@Simone-Bordoni Simone-Bordoni self-assigned this Aug 26, 2024
@Simone-Bordoni Simone-Bordoni linked an issue Aug 26, 2024 that may be closed by this pull request
@renatomello renatomello added the documentation Improvements or additions to documentation label Aug 26, 2024
@renatomello renatomello added this to the Qibo 0.2.13 milestone Aug 26, 2024
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.11%. Comparing base (1b6eb8a) to head (4837b6a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1427   +/-   ##
=======================================
  Coverage   97.11%   97.11%           
=======================================
  Files          81       81           
  Lines       11679    11680    +1     
=======================================
+ Hits        11342    11343    +1     
  Misses        337      337           
Flag Coverage Δ
unittests 97.11% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Simone-Bordoni Simone-Bordoni marked this pull request as ready for review September 10, 2024 10:08
@Simone-Bordoni
Copy link
Contributor Author

@BrunoLiegiBastonLiegi working at this example I found the problem of the weights not updating... I will address it in a new PR in order to make this example work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add advanced example of VQE with torch
3 participants