Vasilis Belis
Vasilis Belis
**Describe the bug** It seems that the circuits are always compiled to `qiskit.QuantumCircuit` with measurements on all qubits. This can be checked in the definition of registers: https://github.com/PennyLaneAI/pennylane-qiskit/blob/12c00ad2d34ca4be1db3266e0d38543db7ec286f/pennylane_qiskit/qiskit_device.py#L209 and appending...
### Describe the workflow you want to enable When one wants to use a custom kernel in the `svm.SVC` class ([docs](https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html)) there are two options: either to define a custom...