-
Take the phase_estimation.cpp example
```cpp
struct r1PiGate {
void operator()(cudaq::qubit &q) __qpu__ { r1(1., q); }
};
int main() {
for (auto nQubits : std::vector{2, 4, 6, 8}) {
…
-
Currently, we use the QVM to simulate noise by either:
- Specifying pauli channel probabilities and measurement error probabilities to create a `depolarizing-qvm` which choses to apply X, Y, or Z …
-
Pre-Request Checklist
---------------------
- [v] I am running the latest versions of pyQuil and the Forest SDK
- [v] I checked to make sure that this feature has not already been requested
Is…
-
Hello.
I try to execute "run_on_QPU.py"
I got the error messages below.
----------------------------------
Traceback (most recent call last):
File "/home/watabe/quantum-transfer-learning/quan…
-
### Issue Description
Can we add the Cirq backend to the OpenQAOA stack?
[Cirq](https://quantumai.google/cirq) provides a SDK to simulate and execute quantum circuits on multiple backends:
- Simu…
-
**Describe the solution you'd like**
I'd like the Q# compiler to be able to emit QIR that is not restricted to any particular profile so that it can then be fed into further tooling that can exploi…
-
Hi, we are trying to generate a rabi pulse using [04_amplitude.ipynb](https://github.com/zhinst/laboneq-applications/blob/main/docs/sources/how-to-guides/sources/01_superconducting_qubits/01_workflows…
-
e.g. should be able to print an unembedded code, or a single check, etc.
-
what is qBraid?
why use qBraid?
what is it that makes us unique in the quantum community?
what can you achieve using qBraid?
When registering for the first time what can you do?
what QPUs can you…
-
Similar to what it is being performed with QM, and once https://github.com/qiboteam/qibolab/issues/900 is completed, a routine would be necessary to calibrate mixers using resonators and qubits' respo…