Skip to content

Adding Quickcheck for binomial tree graph.#1470

Merged
IvanIsCoding merged 1 commit into
Qiskit:mainfrom
Krishn1412:quickcheck_binomial_tree_graph
Jun 26, 2025
Merged

Adding Quickcheck for binomial tree graph.#1470
IvanIsCoding merged 1 commit into
Qiskit:mainfrom
Krishn1412:quickcheck_binomial_tree_graph

Conversation

@Krishn1412

Copy link
Copy Markdown
Contributor

The quickcheck verifies the structure of binomial tree graph by checking number of node, number of edges and if they are bidirectional.

I plan on adding quickchecks for all the deterministic graph generators and some other algos like bipartite colouring before moving forward.

The quickcheck verifies the structure of binomial tree graph by checking number of node, number of edges and if they are bidirectional.

I plan on adding quickchecks for all the deterministic graph generators and some other algos like bipartite colouring before moving forward.
@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 15883424512

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 95.201%

Files with Coverage Reduction New Missed Lines %
rustworkx-core/src/generators/random_graph.rs 2 70.57%
Totals Coverage Status
Change from base Build 15831509253: -0.01%
Covered Lines: 19383
Relevant Lines: 20360

💛 - Coveralls

@IvanIsCoding IvanIsCoding left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I like the plan! Keep up with it

@IvanIsCoding IvanIsCoding added this pull request to the merge queue Jun 26, 2025
Merged via the queue into Qiskit:main with commit 8cf854c Jun 26, 2025
31 checks passed
SILIZ4 pushed a commit to SILIZ4/rustworkx that referenced this pull request Jul 4, 2025
The quickcheck verifies the structure of binomial tree graph by checking number of node, number of edges and if they are bidirectional.

I plan on adding quickchecks for all the deterministic graph generators and some other algos like bipartite colouring before moving forward.
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