Skip to content

Commit

Permalink
fix: inconsistency with base class
Browse files Browse the repository at this point in the history
  • Loading branch information
tanlin2013 committed Mar 2, 2023
1 parent 6a4a543 commit 0cba9b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tnpy/finite_dmrg.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ def measurements(self) -> MatrixProductStateMeasurements:
raise RuntimeError("FiniteDMRG is probably not executed yet.")
return MatrixProductStateMeasurements(self.restored_mps)

@property
def variance(self) -> float:
tn = (
self.restored_mps
Expand Down

0 comments on commit 0cba9b6

Please sign in to comment.