-
### Expected behavior
*(Note: this is a specific case of ragged output creation with `QubitDevice`. It is meant to serve as an example that we have on file for our future considerations.)*
A QNode…
-
### Repository commit
e6d825eaee9d3ad86e30c415a1f7da36ed39351c
### Python version (python --version)
Python 3.9.1
### Dependencies version (pip freeze)
absl-py==1.3.0
astunparse==1.6.3…
-
### Environment
- cirq-0.9.1 numpy-1.23.4 projectq-0.7.3 protobuf-3.12.4 pytket-0.19.2 pytket-projectq-0.18.0 qiskit-0.18.0 qiskit-aer-0.5.0 qiskit-aqua-0.6.5 qiskit-ibmq-provider-0.6.0 qiskit-igni…
-
This one has happened a few times already (8):
> WARNING:root:1000 results limit of the GitHub API was reached.
Query: stars:>50 language:python size:
-
### Repository commit
1faf10b5c2dff8cef3f5d59f60a126bd19bb1c44
### Python version (python --version)
Python 3.11.3
### Dependencies version (pip freeze)
```
absl-py==1.4.0
astunparse==1.6.3
be…
-
### Expected behavior
Non-parametric operations have an adjoint method definition such as:
```python
def adjoint(self):
return SomeOperation(wires=self.wires).inv()
```
This definition *…
-
### Expected behavior
The following executes correctly:
```python
import pennylane as qml
import numpy as np
import tensorflow as tf
dev = qml.device('default.qubit', wires=1, shots=10)
arr…
-
I am experiencing a pip installation issue. Please see below. The main error appears to be a name issue: the `filename has 'projectq', but metadata has 'unknown'` part of the output below. Version …
-
Hi everyone,
I got a crash of projectq lib on macbook with M1 Chip , is there any solution for this chip?thx
(venv) ➜ test git:(master) ✗ python3 ./test1.py
**[1] 40975 illegal hardware instr…
-
### Expected behavior
Any custom gradient recipe executes without errors.
### Actual behavior
An indexing error is raised for a gate with the custom recipe of `[[-1e7, 1, 0], [1e7, 1, 0]]`.
…