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

dependedencies: use networkx GML interface instead of pygmlparser? #61

Open
schweikart opened this issue Nov 22, 2023 · 0 comments
Open
Labels
type: enhancement New feature or request

Comments

@schweikart
Copy link
Member

Since we already rely on the networkx package for dealing with graphs in our python solvers, why don't we use the networkx GML interface to read and write graphs? This would decrease the amount of code in our Qiskit MaxCut solver and also reduce the amount of packages we depend on.

If there's a good reason to use both packages, we should document it.

@schweikart schweikart added the type: enhancement New feature or request label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant