David Kreplin

Results 17 issues of David Kreplin

### Informations - **Qiskit version**: 0.37.1 - **Python version**: 3.10.2 64-bit - **Operating system**: Windows 10 The issue is independent of the Qiskit or Python version. ### What is the...

bug

We want to improve our test coverage in the short term and require unit tests in the long term. Here are some things, that still need to be tested: -...

good first issue
help wanted
eternal

Branch for refactoring the low-level QNN implementation to make it more modular: - [x] Create QNN Base Class derived from the current low-level QNN implementation (@David-Kreplin) - [x] Adjust existing...

The caching and restarts are only working for primitives so far.

enhancement

At the moment, logging of the optimization works only at the optimizer level. Since we added now variance regularization and shot adjustment, I would suggest to implement a logging feature...

enhancement

Implementation of adding squlearn and sklearn kernels, (__add__ in QuantumKernelBase)

enhancement

### Expected behavior I'm calculating second-order derivatives of a parameterized circuit with shots. The rotation gates depend on a product of two different input variables, which causes the computation of...

bug :bug:

This PR adds a high-level Quantum Reservoir Computing implementation to squlearn: - High-level implementation for Regression and Classification - Documentation - Examples - Testjobs