grove icon indicating copy to clipboard operation
grove copied to clipboard

Quantum algorithms built using pyQuil.

Results 50 grove issues
Sort by recently updated
recently updated
newest added

The notebook at least now executes for me locally.

Hello. While running the 'result = vqe_inst.vqe_run(.....)' function, in accordance with the documentation I set the parameter 'return_all = True' in order to get the intermediate values (of expectations and...

The tests will forever be fragile, because they often assert that two programs are equivalent if their textual representations (Quil code) are the same. This means that `Program("DAGGER H 0")...

the eigenvalue that is returned does not always show up in the second part of the wavefunction register. ![image](https://user-images.githubusercontent.com/15844630/68519427-fe9b6680-025e-11ea-9f39-bbba21bc39ae.png)

I just navigated to https://github.com/rigetti/grove/blob/master/docs/qaoa.rst to grok the QAOA module. The page displays a bunch of LaTeX or markup unrendered, so it's very hard to see what's intended. E.g., "can...

paramaterized -> parameterized. parametrized -> parameterized (this spelling was chosen for consistency with the rest of the code).

This commit fixes the bug when disp = True in vqe_run. The corresponding issue is #205

Bump the grove version to a new v1.x value so that `pip install quantum-grove` gives users a version that's pyQuil 2.0 compatible.