24 #ifndef COM_DAFER45_TBTK_PROPERTY_SUSCEPTIBILITY
25 #define COM_DAFER45_TBTK_PROPERTY_SUSCEPTIBILITY
37 class Susceptibility :
public EnergyResolvedProperty<std::complex<double>>{
53 const IndexTree &indexTree,
56 unsigned int resolution
71 const IndexTree &indexTree,
74 unsigned int resolution,
75 const std::complex<double> *data
89 const IndexTree &indexTree,
90 int lowerMatsubaraEnergyIndex,
91 int upperMatsubaraEnergyIndex,
92 double fundamentalMatsubaraEnergy
108 const IndexTree &indexTree,
109 int lowerMatsubaraEnergyIndex,
110 int upperMatsubaraEnergyIndex,
111 double fundamentalMatsubaraEnergy,
112 const std::complex<double> *data
122 Susceptibility(
const std::string &serialization, Mode mode);
125 std::string serialize(Mode mode)
const;