Skip to content

Commit

Permalink
Removing the quimb backend from lightning.tensor (#737)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
PietropaoloFrisoni and ringo-but-quantum authored May 24, 2024
1 parent 0bc81e0 commit 7b0858a
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 1,462 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

### Breaking changes

* Removed the `QuimbMPS` class and the corresponding interface/backend from `lightning.tensor`.
[(#737)](https://github.com/PennyLaneAI/pennylane-lightning/pull/737)

* Changed the name of `default.tensor` to `lightning.tensor` with the `quimb` backend.
[(#730)](https://github.com/PennyLaneAI/pennylane-lightning/pull/730)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_lkcpu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
python -m pip install pytest-xdist
cd main/
DEVICENAME=`echo ${{ matrix.pl_backend }} | sed "s/_/./g"`
PL_DEVICE=${DEVICENAME} python -m pytest tests/ $COVERAGE_FLAGS --splits 7 --group ${{ matrix.group }} \
PL_DEVICE=${DEVICENAME} python -m pytest tests/ --exitfirst $COVERAGE_FLAGS --splits 7 --group ${{ matrix.group }} \
--store-durations --durations-path='.github/workflows/python_lightning_kokkos_test_durations.json' --splitting-algorithm=least_duration
mv .github/workflows/python_lightning_kokkos_test_durations.json ${{ github.workspace }}/.test_durations-${{ matrix.exec_model }}-${{ matrix.group }}
pl-device-test --device ${DEVICENAME} --skip-ops --shots=20000 $COVERAGE_FLAGS --cov-append
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.37.0-dev17"
__version__ = "0.37.0-dev18"
370 changes: 0 additions & 370 deletions pennylane_lightning/lightning_tensor/backends/quimb/_mps.py

This file was deleted.

Loading

0 comments on commit 7b0858a

Please sign in to comment.