mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 20:43:41 +02:00
feat: gm alias for gamma_method also added to other classes.
This commit is contained in:
parent
67568a21c2
commit
b9cdebd442
2 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,8 @@ class Corr:
|
|||
for j in range(self.N):
|
||||
item[i, j].gamma_method(**kwargs)
|
||||
|
||||
gm = gamma_method
|
||||
|
||||
def projected(self, vector_l=None, vector_r=None, normalize=False):
|
||||
"""We need to project the Correlator with a Vector to get a single value at each timeslice.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue