Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test LQ on Windows (x86) wheels #655

Open
maliasadi opened this issue Mar 21, 2024 · 0 comments
Open

Test LQ on Windows (x86) wheels #655

maliasadi opened this issue Mar 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@maliasadi
Copy link
Member

LQ wheels on Windows (x86_64) GH have never been tested because of missing the lightning.qubit binary.

C:\Users\runneradmin\AppData\Local\Temp\cibw-run-be81ti9c\cp39-win_amd64\venv-test\lib\site-packages\pennylane_lightning\lightning_qubit\lightning_qubit.py:919:
UserWarning: Pre-compiled binaries for lightning.qubit are not available.
Falling back to using the Python-based default.qubit implementation.
To manually compile from source, follow the instructions at https://pennylane-lightning.readthedocs.io/en/latest/installation.html.

The action is always passed as it falls back to use the Python based default.qubit.

https://github.com/PennyLaneAI/pennylane-lightning/actions/runs/8368844514/job/22913658570

PR #646 commented this faulty part in the action temporarily as in the new device API, we raise an error instead of falling back to default.qubit.

@maliasadi maliasadi added the enhancement New feature or request label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant