CERN-IT-INNOVATION / QuASK

Quantum Advantage Seeker with kernel
Apache License 2.0
32 stars 9 forks source link

Update template_pennylane.py #10

Closed nikhil-co closed 10 months ago

nikhil-co commented 1 year ago

There was an issue in the function pennylane_quantum_kernel wherein the training loop for calculating the gram matrix was the same as the testing loop. I created a new loop for testing for which the gram matrix is not symmetric.