mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
typo
This commit is contained in:
parent
6b7aa29cdb
commit
ab960ee7ad
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class Corr:
|
|||
return all_vecs
|
||||
|
||||
def Eigenvalue(self, t0, ts=None, state=0, sorted_list=None):
|
||||
vec = self.GEVP(self, t0=t0, ts=ts, state=state, sorted_list=sorted_list)
|
||||
vec = self.GEVP(t0, ts=ts, state=state, sorted_list=sorted_list)
|
||||
return self.projected(vec)
|
||||
|
||||
def Hankel(self, N, periodic=False):
|
||||
|
|
Loading…
Add table
Reference in a new issue