-
import pygmc.api as pyq
ImportError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/cupy/__init__.py in
16 try:
---> 17 from cup…
-
### Required prerequisites
- [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. U…
-
### URL to the relevant documentation
in
https://docs.quantum.ibm.com/guides/setup-channel#set-up-to-use-ibm-quantum-platform
at Step _5. Test your setup. Run a simple circuit using Sampler to ensure…
-
### URL to the relevant documentation
https://docs.quantum.ibm.com/guides/local-testing-mode
https://docs.quantum.ibm.com/guides/simulate-with-qiskit-aer
### Select all that apply
- [ ] typo
- [ ] …
jyu00 updated
2 weeks ago
-
I set the driver name as chromeDriver, but edge opened
![image](https://user-images.githubusercontent.com/45733102/218086819-89061def-6f7c-4819-9a05-405e84dc67e9.png)
ly061 updated
3 months ago
-
### Required prerequisites
- [X] Search the [issue tracker](https://github.com/NVIDIA/cuda-quantum/issues) to check if your feature has already been mentioned or rejected in other issues.
### Descri…
-
To implement the quantum versions of the classical codes, namely:
- [Quantum BCH ](https://arxiv.org/pdf/quant-ph/9910060)from BCH
- [Quantum Goppa ](https://arxiv.org/pdf/quant-ph/0501074)from G…
-
On my Mac there are 18 failing tests on master. I was a bit confused, but then noticed that then I submitted a PR they all passed on Travis. I also noticed that travis only runs tests on Linux and I'm…
-
Hello PSI4 developers.
[CASINO](https://en.wikipedia.org/wiki/CASINO) is well known program for performing quantum Monte Carlo (QMC) electronic structure calculations. Third-party codes are requir…
-
Here are a couple of example programs that fail type-checking at the moment:
```
@guppy
def foo(q: qubit) -> None:
measure(q)
q = qubit()
@guppy
def bar(q1: qubit, q2: qubit, a: angle, b: bool) -…