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

Implementation of weighted Max-cut #202

Open
artix41 opened this issue Jan 21, 2019 · 0 comments
Open

Implementation of weighted Max-cut #202

artix41 opened this issue Jan 21, 2019 · 0 comments

Comments

@artix41
Copy link

artix41 commented Jan 21, 2019

The current implementation of Max-cut only works for non-weighted graphs. However, the more general version can be useful for several applications, like clustering (where the adjacency matrix is the Gram matrix of the data). Qiskit Aqua already has this version for instance.

To implement it, we would just need an adjacency matrix instead of a list of tuples, and assign the given weights to the PauliTerms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant