Skip to content

Commit

Permalink
Removing quimb from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed May 21, 2024
1 parent bfc03b5 commit 6e2b2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pennylane_lightning/lightning_tensor/lightning_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,8 @@ def preprocess(
* Does not support vector-Jacobian products.
"""

config = self._setup_execution_config(execution_config)

# TODO: remove comments when cuTensorNet MPS backend is available as a prototype
# config = self._setup_execution_config(execution_config)
# program = self._interface.preprocess()
# return program, config

Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ click==8.0.4
cmake
custatevec-cu12
pylint
scipy~=1.12.0
scipy
autoray<0.6.10
quimb==1.8.1

0 comments on commit 6e2b2f0

Please sign in to comment.