Skip to content

Add random regular graph generator to rustworkx#1586

Merged
IvanIsCoding merged 5 commits into
Qiskit:mainfrom
lueckem:random-regular-graph
May 17, 2026
Merged

Add random regular graph generator to rustworkx#1586
IvanIsCoding merged 5 commits into
Qiskit:mainfrom
lueckem:random-regular-graph

Conversation

@lueckem
Copy link
Copy Markdown
Contributor

@lueckem lueckem commented May 13, 2026

The random_regular_graph generator was already merged into rustworkx-core in #1423. This PR adds the function to rustworkx.
Closes #1391.

  • I ran rustfmt locally
  • I have added the tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 13, 2026

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Copy Markdown
Collaborator

@IvanIsCoding IvanIsCoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. This looks straightforward, the bulk on the comments were in the previous PR. I am glad we wrapped this up

@IvanIsCoding IvanIsCoding enabled auto-merge May 17, 2026 21:20
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 25827482011

Coverage increased (+0.5%) to 94.666%

Details

  • Coverage increased (+0.5%) from the base build.
  • Patch coverage: 23 of 23 lines across 2 files are fully covered (100%).
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 19816
Covered Lines: 18759
Line Coverage: 94.67%
Coverage Strength: 949495.62 hits per line

💛 - Coveralls

@IvanIsCoding IvanIsCoding added this pull request to the merge queue May 17, 2026
Merged via the queue into Qiskit:main with commit abd6293 May 17, 2026
38 checks passed
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.

Add networkx's random_regular_graph

4 participants