-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
LightningBaseFallBack
to raise an error instead of falling b…
…ack to default.qubit (#689) * Initial commit. * Update changelog * Auto update version * trigger ci * Unused import. * Auto update version * trigger ci * Fix imports. * Auto update version * Fix LightningException * make format * Auto update version from '0.36.0-dev34' to '0.36.0-dev35' * Auto update version from '0.36.0-dev35' to '0.36.0-dev36' * Auto update version from '0.36.0-dev36' to '0.36.0-dev37' * Make python -m pip install consistent. * Fix ImportError * Auto update version from '0.36.0-dev37' to '0.36.0-dev38' * --force-reinstall * Auto update version from '0.36.0-dev38' to '0.36.0-dev39' * Remove --force-reinstall * Auto update version from '0.36.0-dev39' to '0.36.0-dev40' * Auto update version from '0.36.0-dev42' to '0.36.0-dev43' * Auto update version from '0.36.0-dev43' to '0.36.0-dev44' * Spec CMAKE_CXX_COMPILER * Fix quotes. * Remove quotes * Hardcode g++-11 * use env.COMPILER * which g++ * Revert * Downgrade pip * Pin libomp. * Revert wheel_linux * Upload artifacts. * Comment upload trigger * Install pip==23 * Revert libomp * try testing outside cibuildwheel * yum install devtools * yum install devtools * Do not install python * Revert changes * Don't editable install. * Not edit install * Not edit install * Fix cov path * Explicit mcm tests path * Fix qml.QuantumFunctionError error messages. --------- Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: ringo-but-quantum <github-ringo-but-quantum@xanadu.ai> Co-authored-by: AmintorDusko <amintor_dusko@hotmail.com>
- Loading branch information
1 parent
b5402dd
commit 34877ff
Showing
28 changed files
with
1,599 additions
and
1,732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
venv/ | ||
kokkos/ | ||
prototypes/ | ||
doc/_build/ | ||
doc/code/api/ | ||
PennyLane_Lightning.egg-info/ | ||
PennyLane_Lightning_Kokkos.egg-info/ | ||
build/ | ||
build_lightning_*/ | ||
Build/ | ||
BuildCov/ | ||
BuildGBench/ | ||
BuildTests/ | ||
BuildTidy/ | ||
dist/ | ||
tests/__pycache__/ | ||
.idea | ||
*.ipynp | ||
*.ipynb_checkpoints | ||
__pycache__ | ||
.pytest_cache/ | ||
coverage_html_report/ | ||
.cache/* | ||
.coverage | ||
*.so | ||
cpptests | ||
*.o | ||
.DS_Store | ||
.cache/* | ||
.idea | ||
.pytest_cache/ | ||
.vscode/ | ||
.ycm_extra_conf.py | ||
*.ipynb_checkpoints | ||
*.ipynp | ||
*.o | ||
*.so | ||
/.vs | ||
/PennyLane_Lightning* | ||
/pennylane_lightning/.vs | ||
/pennylane_lightning/*.pyd | ||
/pennylane_lightning/src/Kokkos/ | ||
/pennylane_lightning/src/GBenchmarks/ | ||
/PennyLane_Lightning* | ||
/pennylane_lightning/src/Kokkos/ | ||
build_lightning_*/ | ||
build/ | ||
Build/ | ||
BuildCov/ | ||
BuildGBench/ | ||
BuildTests/ | ||
BuildTidy/ | ||
coverage_html_report/ | ||
cpptests | ||
dist/ | ||
doc/_build/ | ||
doc/code/api/ | ||
kokkos/ | ||
PennyLane_Lightning_Kokkos.egg-info/ | ||
PennyLane_Lightning.egg-info/ | ||
pennylane_lightning/core/src/utils/config.h | ||
prototypes/ | ||
tests/__pycache__/ | ||
venv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.