ProvideQ / toolbox-server

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

Qiskit Max Cut - Use weight attributes #51

Open Elscrux opened 11 months ago

Elscrux commented 11 months ago

Currently the qiskit max cut solver always uses 1 as weight, even though a different weight value is set in the GML attribute. This needs to be fixed. See https://github.com/ProvideQ/toolbox-server/blob/develop/qiskit/max-cut/maxCut_qiskit.py#L52