Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
Susceptibilities.h
Go to the documentation of this file.
1/*
2 * Thermal-FIST package
3 *
4 * Copyright (c) 2024 Volodymyr Vovchenko
5 *
6 * GNU General Public License (GPLv3 or later)
7 */
8#ifndef SUSCEPTIBILITIES_H
9#define SUSCEPTIBILITIES_H
10
17
18#include <string>
19#include <vector>
20#include <map>
21#include "ThermalModelBase.h"
22
23namespace thermalfist {
24
27 std::map<std::vector<int>, double> ComputeBQSSusceptibilities(ThermalModelBase *model, int order = 4, double dmuTnum = 0.001);
28
31 std::map<std::vector<int>, double> ComputeBQSSusceptibilitiesDerivativeT(ThermalModelBase *model, int order = 4, double dmuTnum = 0.001);
32
33} // namespace thermalfist
34
35#endif
Abstract base class for an HRG model implementation.
The main namespace where all classes and functions of the Thermal-FIST library reside.
Definition CosmicEoS.h:9
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)