Moritz

Results 12 issues of Moritz

1. Which TurtleBot3 platform do you use? - [x] Burger - [ ] Waffle - [ ] Waffle Pi 2. Which ROS is working with TurtleBot3? - [ ] ROS...

**Context:** Adds the `CPhaseShift00`, `CPhaseShift01` and `CPhaseShift10` operators **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** solves #2577, solves #2578, solves #2579

We should consider making the installation of the frameworks modular, so we don't always require pennylane and qiskit at the same time. From PR: for now this is definetly okay...

enhancement

## Current State This PR adds a new loss class `LogLoss` implementing the multi-class log loss (aka. cross entropy loss) The value is calculated as $$L = -\frac{1}{N} \sum_{i=1}^N \sum_{j=1}^K...

help wanted

More infos will follow soon

documentation

Why is `num_qubits` even in `kwargs`? in line 367 of src/squlearn/kernel/matrix/projected_quantum_kernel.py Also see #107

Improve the overall pylint code score by e.g. - checking variable names (maybe adding to good-names) - adding and fixing docstrings - fixing long lines (probably strings) - ... In...

good first issue
help wanted
eternal

This came up recently while discussing the integration of sQUlearn into the AutoQML lib. Basically we need to remove any references to `num_features` in the standard workflow for the high...

enhancement

We need to support numpy 2.0 asap

A couple of changes are necessary to support Qiskit 2.0. I started to adapt some things but there are still things missing, also some things wee need to wait on....