-
500 (Internal Server Error)
```
[FileNotFoundException: Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependenc…
-
When I used qfloat8 to quantize the unet model of Kolors-diffusers, it works well. But failed with qint4.
# use qint4/(qfloat8)
class KolorsUNet2DConditionModel(QuantizedDiffusersModel):
base…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
It seems we may have a regression? I am attempting to adjust the UMASK for the running conta…
-
This issue is to track discussions about supporting a simple, pure text IR for QGL. Some initial notion of what that might look like from this morning's discussion:
```
QBIT_q1 = Qubit('q1')
QBIT…
-
The code below
```
// Prepares (|00> + |11>)/Sqrt(2) given input qubits are both |0>
module PrepareEntangledPair( qbit a, qbit b ) {
H(a);
CNOT(a,b);
}
// Un-prepares (|00> + |11>)/S…
-
### Environment
- **Qiskit version**: 1.1.2
- **Python version**: 3.10.7
- **Operating system**: Windows 11
### What is happening?
A simple circuit with 1 delay gate on single qbit on ibm…
-
I am trying to implement decluttarr in docker desktop on my Mac. I took the example yml and when I run the docker-compose up -d command in the folder where I put the yml file I get this error:
yaml…
-
I have created a simple circuit with a single qbit, and defined a simple function creating a qbit. Applying the circuit to this qbit several times in a row changes the state of the input qbit. I demon…
-
Hi,
Using qbt 2.0.0 and qbitorrent App version: v4.5.2 / API version: 2.8.19:
just tried importing torrents from deluge with `qbt torrent import deluge --source-dir ~/.config/deluge/state/ --qbi…
-
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7953f4]
goroutine 6 [running]:
github.com…