dawidkopczyk

Results 3 issues of dawidkopczyk

In Python 3.6, the lines: `bitstring = np.array(returned_bitstring, dtype=int)` `constant = all([bit == 0 for bit in bitstring])` produce an error: > ValueError: The truth value of an array with...

Hi, with this commit I have included Quantum Circuit Learning implementation according to the paper https://arxiv.org/abs/1803.00745. Additionally, docs with simple regression and classification examples are included. Since, the execution of...