ProvideQ / toolbox-server

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

Add Cirq MaxCut solver #45

Closed schweikart closed 11 months ago

schweikart commented 11 months ago

Replaces #19. I've decided to rebuild the cirq max-cut solver integration since we've refactored our solver setup in the last couple of weeks. With that being said, I'm happy that the integration with our new solver structure went on seamlessly :)

schweikart commented 11 months ago

It is worth mentioning that the quality of the results of the Cirq MaxCut QAOA implementation is far from perfect. I haven't found out why the algorithm performs so poorly and we should maybe consider investigating this before releasing this solver.