pomerol-ed / pomerol2triqs

Quick and dirty TRIQS wrapper around the Pomerol exact diagonalization library
GNU General Public License v3.0
9 stars 7 forks source link

Dynamical susceptibility and ensemble average (following aeantipov/pomerol#24) #9

Closed krivenko closed 5 years ago

krivenko commented 5 years ago

@j-otsuki Would you mind having a look at this PR, please?

pomerol_ed got 3 new methods, ensemble_average(), chi_tau() and chi_inu(). I also split pomerol_ed.cpp into multiple translation units, added a new unit-test and updated examples.

j-otsuki commented 5 years ago

@krivenko Very quick work! Everything looks good. It's also nice that you ported the test. Thank you.