-
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…
-
### 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…
-
Line 67 in qualtra.bloqs.mcmt.multi_control_pauli.py has the control register dtype as QBit(). However, this register often has shape > 1 so it should have a dtype of QAny(bitsize=self.n_ctrls). This …
-
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…
-
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! I'm using Mac OSX (Monterey 12.1) and noticed a strange interaction between LuLu and qBittorrent:
- if I start Qbit with LuLu active, it becomes irresponsive (Beachball of Doom, sometimes it ca…
-
```
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…
-
Just found this and it looks very promising!
I haven't had a chance to look at source code yet but wanted to ask, any chance this could be compatible with [qbit_manage](https://github.com/StuffAnTh…
-
I run CS on my local host and qbit on a remote seedbox that requires proxy authentication when accessing via https.
When I ty to set the qbit url in the config to https://user:pass@domain/qbittorren…
-
Hi all, I'm Wonil Jang, from the research group S2Lab in UNIST.
We found a heap buffer overflow bug from micropython by our custom tool. The detailed information is as follows.
## Environment
- O…