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

Add exact tensor network C++ backend to LT #977

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

Conversation

multiphaseCFD
Copy link
Member

@multiphaseCFD multiphaseCFD commented Nov 5, 2024

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    tests directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the .github/CHANGELOG.md file, summarizing the
    change, and including a link back to the PR.

  • Ensure that code is properly formatted by running make format.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context:

[sc-72879]

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

Copy link
Contributor

github-actions bot commented Nov 5, 2024

Hello. You may have forgotten to update the changelog!
Please edit .github/CHANGELOG.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.17%. Comparing base (0419cdb) to head (57d4536).
Report is 2 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (0419cdb) and HEAD (57d4536). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (0419cdb) HEAD (57d4536)
8 6
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #977       +/-   ##
===========================================
- Coverage   95.47%   60.17%   -35.30%     
===========================================
  Files         221       43      -178     
  Lines       33055     2963    -30092     
===========================================
- Hits        31559     1783    -29776     
+ Misses       1496     1180      -316     

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

@multiphaseCFD multiphaseCFD added the ci:use-gpu-runner Enable usage of GPU runner for this Pull Request label Nov 6, 2024
@multiphaseCFD multiphaseCFD marked this pull request as ready for review November 6, 2024 21:14
@multiphaseCFD multiphaseCFD added the do not merge Do not merge PR until this label is removed label Nov 6, 2024
@multiphaseCFD multiphaseCFD removed the ci:use-gpu-runner Enable usage of GPU runner for this Pull Request label Nov 6, 2024
@multiphaseCFD multiphaseCFD added the urgent Mark a pull request as high priority label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Do not merge PR until this label is removed urgent Mark a pull request as high priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants