-
### Environment
- **Qiskit Machine Learning version**: qiskit-machine-learning==0.6.0
- **Python version**: Python 3.10.4
- **Operating system**: Ubuntu 20.04.5 LTS
### What is happening?
…
-
```python
import json
import hashlib
from datetime import datetime
from cryptography.fernet import Fernet
class MSCDCService(ACRService):
def __init__(self, encryption_key=None):
super().…
-
### What should we add?
Mirror of https://github.com/qiskit-community/qiskit-machine-learning/issues/791
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
### Expected behavior
The following code should execute but doesn't. This is remarked in the corresponding test which is currently being skipped.
```python
import pennylane as qml
import tensorf…
-
The Qiskit's PyPI account is enabling 2FA on Oct 19. As a consequence, deploying this repo won longer be able to use password authentication for publishing this package to PyPI after this date. The be…
-
I am using `EstimatorQNN` to train a NN using `TorchConnector`.
This is how I define the QNN:
```feature_dim = 256
input_dim = int(np.log2(feature_dim))
feature_map = RawFeatureVector(featur…
-
微博内容精选
-
### Expected behavior
I am trying to use qml.apply to write test cases, specifically to parametrize across many different measurementProcesses. Some of these MPs look something like this:
```
d…
-
### Expected behavior
Given some non commuting measurement e.g.
```
@qml.transforms.split_non_commuting
@qml.qnode(dev)
def circuit_var():
return [
qml.var(qml.X(0) + qml.Y(0))
…