Skip to content

Conversation

@multiphaseCFD
Copy link
Member

@multiphaseCFD multiphaseCFD commented Sep 19, 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:

cutensornet requires swap to ensure MPO sites data targeting at the local wires, as shown here.

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

@github-actions
Copy link
Contributor

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.

@multiphaseCFD multiphaseCFD changed the title Non-local wire gate support via connecting Identities (MPO support) Non-local wire gate support via connecting Identities (MPO support explore) Sep 19, 2024
@codecov
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 27.86%. Comparing base (9eb6123) to head (7256ddf).
⚠️ Report is 168 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (9eb6123) and HEAD (7256ddf). Click for more details.

HEAD has 53 uploads less than BASE
Flag BASE (9eb6123) HEAD (7256ddf)
58 5
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #917       +/-   ##
===========================================
- Coverage   97.92%   27.86%   -70.06%     
===========================================
  Files         233       29      -204     
  Lines       39639     2584    -37055     
===========================================
- Hits        38816      720    -38096     
- Misses        823     1864     +1041     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants