Skip to content

Commit 7b0858a

Browse files
Removing the quimb backend from lightning.tensor (#737)
* Removed interface * Auto update version from '0.37.0-dev14' to '0.37.0-dev15' * Removing `quimb` from requirements * Auto update version from '0.37.0-dev15' to '0.37.0-dev16' * Auto update version from '0.37.0-dev16' to '0.37.0-dev17' * moving TODO string in a more elegant place * Auto update version from '0.37.0-dev17' to '0.37.0-dev18' * debugging new failure on the CI --------- Co-authored-by: ringo-but-quantum <[email protected]>
1 parent 0bc81e0 commit 7b0858a

File tree

10 files changed

+19
-1462
lines changed

10 files changed

+19
-1462
lines changed

.github/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
### Breaking changes
99

10+
* Removed the `QuimbMPS` class and the corresponding interface/backend from `lightning.tensor`.
11+
[(#737)](https://github.com/PennyLaneAI/pennylane-lightning/pull/737)
12+
1013
* Changed the name of `default.tensor` to `lightning.tensor` with the `quimb` backend.
1114
[(#730)](https://github.com/PennyLaneAI/pennylane-lightning/pull/730)
1215

.github/workflows/tests_lkcpu_python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
python -m pip install pytest-xdist
247247
cd main/
248248
DEVICENAME=`echo ${{ matrix.pl_backend }} | sed "s/_/./g"`
249-
PL_DEVICE=${DEVICENAME} python -m pytest tests/ $COVERAGE_FLAGS --splits 7 --group ${{ matrix.group }} \
249+
PL_DEVICE=${DEVICENAME} python -m pytest tests/ --exitfirst $COVERAGE_FLAGS --splits 7 --group ${{ matrix.group }} \
250250
--store-durations --durations-path='.github/workflows/python_lightning_kokkos_test_durations.json' --splitting-algorithm=least_duration
251251
mv .github/workflows/python_lightning_kokkos_test_durations.json ${{ github.workspace }}/.test_durations-${{ matrix.exec_model }}-${{ matrix.group }}
252252
pl-device-test --device ${DEVICENAME} --skip-ops --shots=20000 $COVERAGE_FLAGS --cov-append

pennylane_lightning/core/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.37.0-dev17"
19+
__version__ = "0.37.0-dev18"

pennylane_lightning/lightning_tensor/backends/quimb/_mps.py

-370
This file was deleted.

0 commit comments

Comments
 (0)