|
pomerol
2.2
|
Base class for objects whose definition depends on the temperature. More...
#include <Thermal.hpp>

Public Member Functions | |
| Thermal (RealType beta) | |
Data Fields | |
| RealType const | beta |
| Inverse temperature \(\beta\). More... | |
| ComplexType const | MatsubaraSpacing |
| Spacing between (imaginary) Matsubara frequencies, \(i\pi/\beta\). More... | |
Base class for objects whose definition depends on the temperature.
Definition at line 28 of file Thermal.hpp.
|
inlineexplicit |
Construct a thermal object for a given inverse temperature.
| [in] | beta | Inverse temperature \(\beta\) |
Definition at line 36 of file Thermal.hpp.
| RealType const Pomerol::Thermal::beta |
Inverse temperature \(\beta\).
Definition at line 30 of file Thermal.hpp.
| ComplexType const Pomerol::Thermal::MatsubaraSpacing |
Spacing between (imaginary) Matsubara frequencies, \(i\pi/\beta\).
Definition at line 32 of file Thermal.hpp.