pomerol
2.1
|
Base class for objects whose definition depends on the temperature. More...
#include <Thermal.hpp>
Public Member Functions | |
Thermal (RealType beta) | |
Data Fields | |
const RealType | beta |
Inverse temperature \(\beta\). More... | |
const ComplexType | 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.
const RealType Pomerol::Thermal::beta |
Inverse temperature \(\beta\).
Definition at line 30 of file Thermal.hpp.
const ComplexType Pomerol::Thermal::MatsubaraSpacing |
Spacing between (imaginary) Matsubara frequencies, \(i\pi/\beta\).
Definition at line 32 of file Thermal.hpp.