TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
135 stars 71 forks source link

Call operator not implemented for Legendre Green's function #926

Closed hmenke closed 8 months ago

hmenke commented 9 months ago

Prerequisites

Description

It's not possible to evaluate a Legendre Green's function, neither at a specific Legendre coefficient, nor at a specific tau point or Matsubara frequency.

Steps to Reproduce

#mesh = MeshImTime(beta=beta, S='Fermion', n_max=10) # works
mesh = MeshLegendre(beta=beta, S='Fermion', n_max=10) # doesn't work
G = Gf(mesh=mesh, target_shape=[])
G(0.0)

Versions

You are using the TRIQS library version 3.2.0

You are using the git hash f26509a0e8ba5468fb2d53cb0353fb11815b4941

Formatting

Please use markdown in your issue message. A useful summary of commands can be found here.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Wentzell commented 8 months ago

Thank you @hmenke for pointing this out.

This should be fixed with 072aa197e, please confirm.

hmenke commented 8 months ago

Confirmed :ok_hand: