8#ifndef SUSCEPTIBILITIES_H 
    9#define SUSCEPTIBILITIES_H 
Abstract base class for an HRG model implementation.
 
The main namespace where all classes and functions of the Thermal-FIST library reside.
 
std::map< std::vector< int >, double > ComputeBQSSusceptibilitiesDerivativeT(ThermalModelBase *model, int order=4, double dmuTnum=0.001)
 
std::map< std::vector< int >, double > ComputeBQSSusceptibilities(ThermalModelBase *model, int order=4, double dmuTnum=0.001)