grove icon indicating copy to clipboard operation
grove copied to clipboard

Documentation for Bernstein-Vazirani Algorithm

Open claudefalbriard opened this issue 5 years ago • 0 comments

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 dot-product vector and bias is to be found

An basic code example would be helpful to to better understand and implement the algorithm from the forest pyquil grove library. Thanks for support.

claudefalbriard avatar Aug 23 '18 16:08 claudefalbriard