rigetti / grove

Quantum algorithms built using pyQuil.

Home Page:http://rigetti.com/forest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove explicit QVM targeting in QAOA module

cbosborn opened this issue · comments

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.