-
Hello everyone,
I am newbie to Qflow and open source VLSI flow. I have a question about Qflow and this pdk.
Is there any way to see and use these libraries in qflow_gui "Preparation" part like …
-
### Expected behavior
I'm calculating second-order derivatives of a parameterized circuit with shots. The rotation gates depend on a product of two different input variables, which causes the compu…
-
**Is your feature request related to a problem? Please describe.**
Running coverage analysis with `python -m pytest --cov=tqec .` on the `tqec` library yields the following results
```
---------- c…
-
**Description**
ghdl-gcc and ghdl-llvm both produce a binary when building the FPGA target of microwatt, but ghdl-mcode does nothing.
**Expected behaviour**
I'm expecting an error, or a binary. I…
-
-
### Expected behavior
I am trying to use the PyTorch interface to optimize a quantum circuit, and I have narrowed my bug down the the presence of the `PauliRot` gate. As an example, please see the…
-
```python
In [7]: t_complexity(cirq.CCX)
Out[7]: TComplexity(t=7, clifford=10, rotations=0)
In [9]: t_complexity(Toffoli())
Out[9]: TComplexity(t=4, clifford=0, rotations=0)
```
-
There currently is not a method in the clifford RB implementation that returns the number of gates per clifford operation, which is relevant for mapping the per-clifford error rate estimated in RB to …
-
**Is your design idea/issue related to a use case or problem? Please describe.**
There is a zoo of quantum states and special representations they admit:
* computational basis states (which can b…
-
The two different protocols along with the special case implementation in `cirq_interop/` adds complexity and makes the fallbacks hard to maintain. The cirq-style protocol should be deprecated in favo…