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

Move cycle_graph generator to rustworkx-core #758

Merged
merged 8 commits into from
Jan 5, 2023

Commits on Dec 12, 2022

  1. Move cycle_graph generator to rustworkx-core

    This commit migrates the cycle-graph generator to rustworkx-core. It
    makes the function generic so that it can be used with any petgraph
    graph that's buildable and node indexable. This is primarily to serve as
    a pattern for migrating all the generator functions we currently have to
    rustworkx-core. This pattern should be usable for any generator function
    we have.
    
    Part of Qiskit#751
    mtreinish committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    efef631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ade79f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    bb2e9bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    264c96d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    b8fa565 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    84e489b View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ivan Carvalho <8753214+IvanIsCoding@users.noreply.github.com>
    mtreinish and IvanIsCoding authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d5b3258 View commit details
    Browse the repository at this point in the history
  3. Run cargo fmt

    mtreinish committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    12da954 View commit details
    Browse the repository at this point in the history