-
i just checked the code of `capabilities()`, and what @randy3k did in #62 is probably not that fast after all. this is the code:
``` r
capabilities
-
It would be nice to separate the logic between these sections of the main function e.g. `propagation`
1. Applying Gates/Channel
2. Truncation
3. Merge
As an example of a naive bug where `numgate…
-
### Feature Proposal Description
## Background
It seems Fiber is often used in micro-service architecture, the concern is network convergence in micro-service architecture.
The current Fiber prox…
-
I have a circuit with a microcontroller that's talking to a i2c clockchip. In very rare cases, something goes wrong, and the time in the clockchip is wrong. The microcontroller also talks to the outsi…
-
**Describe the bug**
After parsing a quantum circuit written in OpenQASM 3.0 using the BraketSimulator, the conditional instructions (specifically the `if` statement and the `x` gate) are not include…
-
Hi Team,
the attached example circuit uses 2 Port IO components with 8 pins each.
The attached RTL (`PIO initial.JPG`, `PIO initial_main.JPG`) shows connector `bk0` has a bidirectional connectio…
-
In most blockchain ecosystems that use zero-knowledge proofs, a zkdApp developer will often deploy its own verifier contract which hardcodes circuit-specific parameters used for proof verification. A …
-
Only the execution logic has been added, we need to add in the circuit constraints
-
The symbolic logic immediately reduces all pcode operations to an AIG circuit. However, if a more powerful solver is used, then we force the solver to do additional unnecessary work solving this circu…
-
Hi, I've been learning Circom recently, but I'm finding it a bit challenging to write circuit logic. I was wondering if there are any communities, like a Discord server or something else, where we can…