-
### Before submitting the issue
- [X] I have checked for [Compatibility](https://dpf.docs.pyansys.com/getting_started/index.html#compatibility) issues
- [X] I have searched among the existing issues
…
-
### Expected behavior
I would expect that if I do qml.compile() of a template and its adjoint template, the decompositions would be equivalent but adjoined. However the depth of the decomposition i…
-
Hello. Saved the test case from here http://onreader.mdl.ru/PythonParallelProgrammingCookbook.2nd/content/Ch09.html
(Chapter 9. Python Debugging and Testing from "The Book of Python Parallel Programm…
-
Running Omero in a Container yields this error. I assume Omero needs to have a HOME environment set, which is can not be assumed on HPC environments.
```
Invalid tmp dir: /omero/tmp
Traceback (most…
-
Right now, the "architecture guessing" is quite unreliable. The latest attempts to improve the situation worsened the situation even.
We should rework it entirely. My proposal is to keep looking fo…
-
i had to remove reproman from the abcd-repronim dockerfile as it tries to recompile pyopenssl and runs into an error which seems to be version dependent on a bunch of other libraries. i did not dig in…
satra updated
2 years ago
-
Hey,
I spent the last 10 hours trying to install tortoise-tts on windows 10 with CUDA GPU support, and finally got it working. I thought I would share my instructions to help others in case anyone …
-
I know this is a pie-in-the-sky ticket!
It would be great to have versioned .rpm/.deb/.dmg/MacPorts(?)/(and whatever windows does) packages so that versioned updates/downgrades can be managed proper…
-
Hi Ziqi,
Thank you and your team for providing this valuable evaluation framework. However, I encountered some issues while trying to build the environment.
Here is one example, the GPN enviro…
-
### Expected behavior
This toy example should return [1,0]
```python
import pennylane as qml
dev = qml.device("default.qubit")
@qml.qnode(dev)
def circuit():
qml.measure(wires = "my wir…