ProvideQ / toolbox-server

Resources for the server that hosts the toolbox (Backend)
https://provideq.kit.edu
MIT License
1 stars 1 forks source link

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

Open schweikart opened 9 months ago

schweikart commented 9 months ago

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.