forked from Qiskit/rustworkx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
collect_runs()
to rustworkx-core (Qiskit#1210)
* Initial implementaiton and testing * initial implementation with filter function support, no error handling * Added error handling * Making collect_runs in rustworkx-core iteratable * Implemented iteratable collect_runs all the way through * More idiomatic rust * Minor language fix * Added documentation and fixed clippy warnings * Running cargo fmt * Addressing review comments * Updating documentation * Formatting * Adding missing use statements to the doc test * Rust newbie misses... more formatting --------- Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
Showing
2 changed files
with
297 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters