-
### What happened + What you expected to happen
I'm having significant difficulty connecting to any ray head server. I've launched a server built from pip at version 2.37.0 and when that didn't work …
-
**Description**
Within the Salt master log file, the entry `[salt.utils.event :912 ][ERROR ][1842] Event iteration failed with exception: 'list' object has no attribute 'items'` will be seen if the…
-
```
From the winpython distribution, it looks like winpython is a self-contained
portable python distribution. As such, one would expect to be able to run it on
any machine (e.g., bringing it around…
-
### Describe the bug, what's wrong, and what you expected.
From the documentation: https://docs.pyvista.org/examples/02-plot/labels.html
The code below should render a cloud of labels + their poin…
-
### Environment
- **Qiskit Machine Learning version**:
Name: qiskit-machine-learning
Version: 0.8.0
(I have tried 0.7, 0.5 ...)
- **Python version**:
Python 3.9.20
- **Operating system**:
…
-
These are the results I got after I ran the test script with the pre-trained weights, I'm confused because they aren't anything like what's shown in the paper. I'm probably missing something. Any help…
-
### Describe the bug
When using `StpeFunctionFragment` construct with map, `prefix_states()` method does not workg properly with `Map` construct used in fragment.
This feels like `add_prefix` wo…
-
Hello,
Thanks a lot for the amazing work! I'm currently using the following repository: https://gitlab.com/qub_femg/machine-learning/mfcad2-dataset/-/blob/main/README.md?ref_type=heads
Is there …
-
### Description
I have a basic root finder like this:
```python
import jax
import jax.numpy as jnp
def root(
fun,
x0,
jac=None,
args=(),
tol=1e-6,
maxiter=20…
-
With larger and larger state machines (10k - 1Mio states) we are running into notable problems regarding the loading time performance and, more importantly, memory usage. As it can be expected that th…