-
### Expected behavior
qml.matrix should understand the different weaving patterns of gates and spit out three different matrices for all these operators
### Actual behavior
At the moment it seems …
cvmbc updated
2 years ago
-
#### Issue description
I am trying to run some experiments with Variational Quantum Circuits.
Curiously training seems to be consistently **slower** when done on GPU, irrelevant of the used back…
-
Hello,
After upgrading to python3.9 and big Sur, it appears pyls will start consuming 100% CPU after some time. What can I do to try and figure out why?
Minus some stuff specific to my project, …
-
When installing the `FITS-tools` package (https://pypi.python.org/pypi/FITS_tools/0.0.dev258) via pip, the version is not correctly handled.
```
pip install FITS-tools==0.0dev258
```
```
Coll…
-
### Description
llm = LLM(
model="custom-model-name",
base_url="https://api.your-provider.com/v1",
api_key="your-api-key"
)
agent = Agent(llm=llm, ...)
An error is reported when the…
-
I've tried running `conda env create -f mlewp-chapter01.yml ` on both windows and macos platform and i keep stumble upon the same error
```
/
Pip subprocess error:
ERROR: Ignored the following v…
-
Getting this: http://i63.tinypic.com/2lm8e4x.png
When trying to run: pip install -r requirements.txt
on a first install. Used to work fine. Using Python 3.6.3
ghost updated
5 years ago
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
This script hangs by giving following ou…
-
I'm getting a crash in PyQt4 when I use a FileEditor in an ObjectColumn in a TableEditor. The OSX file picker flashes briefly, and then python.exe crashes.
It only seems to happen in OSX 10.11; 10.7…
-
### Describe the bug, what's wrong, and what you expected.
My application need to repeatedly create similar 3D scenes with new input data. I'm using `Plotter.clear()` to clear the scene before buildi…