retworkx 0.15.1
0
A python graph library implemented in Rust
Contents
A python graph library implemented in Rust
Stars: 1089, Watchers: 1089, Forks: 150, Open Issues: 105The Qiskit/rustworkx
repo was created 5 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 1089 github stars!
How to Install retworkx
You can install retworkx using pip
pip install retworkx
or add it to a project with poetry
poetry add retworkx
Package Details
- Author
- Matthew Treinish
- License
- Apache 2.0
- Homepage
- https://github.com/Qiskit/rustworkx
- PyPi:
- https://pypi.org/project/retworkx/
- Documentation:
- https://www.rustworkx.org/
- GitHub Repo:
- https://github.com/Qiskit/retworkx
Classifiers
Related Packages
Errors
A list of common retworkx errors.
Code Examples
Here are some retworkx
code examples and snippets.
GitHub Issues
The retworkx package has 105 open issues on GitHub
- Expand on platform support levels
- Change style of footnote in DAG tutorial
- Update and unify cibuildwheel configuration and version
- Replace pydot usage in documentation
- Add equivalent of cycle_basis that returns an edge list
- Add summary of the retworkx benchmarks to the documentation
- digraph_dijkstra_shortest_paths in case of equal weights of edges with equivalent source nodes
- retworkx Paper V2
- [joss] From the docs, it is unclear what collect_bicolor_runs() does
- [joss] What is the purpose of bfs_successors()?
- [joss] Who uses retworkx and for what purpose?
- [joss] Computations should be interruptible
- [joss] Function signatures are obscured in the documentation
- Set max line length to 100 characters
- Add Left-Right Planarity test.