-
Hi everyone,
I'm new to ProjectQ and I'm looking for guidance on resetting qubits. I understand that the reset gate available in Qiskit isn't directly available in ProjectQ. Could anyone suggest an…
-
https://arxiv.org/abs/1612.08091
-
Version: quantum-pecos 0.6.0.dev5
```python
from pecos.engines.hybrid_engine import HybridEngine
phir = """
{
"format": "PHIR/JSON",
"version": "0.1.0",
"metadata":
{
…
-
Hi everyone,
I would like to know if there is a way to reset a qubit to the |0⟩ state in ProjectQ without performing a measurement. The reason is that after measuring, I am unable to use the comput…
-
I suggest that hiq-projectq should add an interface for changing parameters of a fixed-structure circuit. In some research
about quantum machine learning, parameters are changed respect…
-
I noticed that some features of backend `SimulatorMPI` given in the [HiQ documentation](https://hiqsimulator.readthedocs.io/en/latest/hiq.projectq.backends.html) don't work.
For example:
`engine.b…
-
Repro:
```python
from projectq.ops import X, Measure
import projectq
import projectq.meta
eng = projectq.MainEngine()
q0 = eng.allocate_qubit()
with projectq.meta.Control(eng, q0):
X…
-
Please check this file
https://github.com/QuantumBFS/YaoBenchmarks.jl/blob/master/projectq/benchmarkq.md
Later, we should also add 30 qubit benchmark.
-
Hi!
It seems that ProjectQ doesn't fully support QASM interface for loading/saving algorithms in .qasm format.
The only related functionality I was able to find is the method .get_qasm() for IBMba…
-
When a circuit cannot be compiled because gates are not available an error `RecursionError: maximum recursion depth exceeded` is generated. It would be better to generate an error indicating why the c…