qiskit-community / qiskit-aqua

Quantum Algorithms & Applications (**DEPRECATED** since April 2021 - see readme for more info)
https://qiskit.org/aqua
Apache License 2.0
574 stars 376 forks source link

Bug fix for functions for stable set problems #1555

Closed a-matsuo closed 3 years ago

a-matsuo commented 3 years ago

Summary

Fixes https://github.com/Qiskit/qiskit-aqua/issues/1553

Details and comments

The existing functions in stable_set.py has several bugs. This PR fixes them.