grove
grove copied to clipboard
Remove explicit QVM targeting in QAOA module
Grove QAOA should work on both the QVM and the QPU. This appears to largely be the case, but the code was written with the QVM in mind: function arguments/docstrings state qvm
, and the probabilities
method calls qvm.wavefunction
.
I can take a look at this.