issues
search
GroenteLepel
/
qiskit-quantum-knn
A pure quantum knn classifier for a gated quantum computer.
Apache License 2.0
22
stars
8
forks
source link
Develop
#1
Closed
GroenteLepel
closed
4 years ago
GroenteLepel
commented
4 years ago
Implemented logging in the test.
Migrated oracle creation outside of the qknn construction, so that it can eventually be moved outside of the creation loop
Added some more comments, used numpy for binary string representation.
Added test for uneven number of train states, and that proper exception is raised when initialising with uneven dimensionality.