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

at function: def run(self, cxn, bitstring_map): Please clarify the required input format for the second parameter called bitstring_map: :param Dict[String, String] bitstring_map: a truth table describing the boolean function, whose...

documentation

Fix this error using Numpy when i call to is_constant in deutsch jozsa: `/usr/local/lib/python2.7/dist-packages/grove/deutsch_jozsa/deutsch_jozsa.pyc in is_constant(self, cxn, bitstring_map) 57 # We are only running a single shot, so we are...

The energy output during the optimisation in `maxcut_qaoa.get_angles()` (the line `E => ...`) approaches very different values for `samples=None` or setting a number of samples (e.g. `samples=1000`). The displayed value...

Similar to this ticket: https://github.com/rigetticomputing/pyquil/issues/227 we'd like to drop Python 2 support and remove any deprecated code in the upcoming major release of Grove (which is yet to be scheduled)....

compatibility

Current test coverage is fairly low ``` ----------- coverage: platform linux, python 3.6.1-final-0 ----------- Name Stmts Miss Cover -------------------------------------------------------------------- grove/__init__.py 1 0 100% grove/amplification/__init__.py 0 0 100% grove/amplification/amplification.py 70 3...

enhancement

Improve the documentation of optional arguments and required arguments with examples. Also correct the disp_fun doc string (currently it says the variable should be a boolean when it should be...

When running the "fast method" of VQE on the referenceqvm (local qvm) with samples = None in `vqe_inst.vqe_run(uccsd, hamiltonian, np.random.random(9)*4, samples=None, qvm=qvm)` command, I get the following error: `'QVM_Wavefunction' object...

estimate routines rotate program the user passes with the post rotations dictated by the Pauli operators being measured. This should not happen.