Skip to content

Commit

Permalink
Merge branch 'develop' into refactor/mps_arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Sep 29, 2023
2 parents 460736c + e208788 commit 7ef38b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytket/extensions/cutensornet/mps/mps_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def _apply_2q_gate(self, positions: tuple[int, int], gate: Op) -> MPSxGate:
self._logger.debug(
f"Reduced virtual bond dimension from {new_dim} to {R.shape[0]}."
)
self._logger.debug("QR decomposition applied.")

self.tensors[l_pos] = L
self.tensors[r_pos] = R
Expand Down
1 change: 1 addition & 0 deletions pytket/extensions/cutensornet/mps/mps_mpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.
from __future__ import annotations # type: ignore
import warnings
import logging

from typing import Optional, Union

Expand Down

0 comments on commit 7ef38b5

Please sign in to comment.