fRG Class Reference#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
DiFfRG::def::fRG Class Reference
The fRG class is used to keep track of the RG time and the cutoff scale. More...
#include <model.hh>
Public Member Functions | |
| fRG (double Lambda) | |
| Construct a new fRG object from a given initial cutoff scale. | |
| fRG (const JSONValue &json) | |
| Construct a new fRG object from a given JSONValue object. | |
| void | set_time (double t) |
| Set the time of the fRG object, updating the cutoff scale and its powers. | |
| const double & | get_time () const |
| Get the time of the fRG object. | |
Protected Attributes | |
| const double | Lambda |
| double | t = 0. |
| double | k = 0. |
| double | k2 = 0. |
| double | k3 = 0. |
| double | k4 = 0. |
| double | k5 = 0. |
| double | k6 = 0. |
| bool | time_initialized = false |
Detailed Description
The fRG class is used to keep track of the RG time and the cutoff scale.
Constructor & Destructor Documentation
◆ fRG() [1/2]
| DiFfRG::def::fRG::fRG | ( | double | Lambda | ) |
◆ fRG() [2/2]
Member Function Documentation
◆ get_time()
◆ set_time()
Set the time of the fRG object, updating the cutoff scale and its powers.
- Parameters
-
t the time to set
Member Data Documentation
◆ k
|
protected |
◆ k2
|
protected |
◆ k3
|
protected |
◆ k4
|
protected |
◆ k5
|
protected |
◆ k6
|
protected |
◆ Lambda
◆ t
|
protected |
◆ time_initialized
The documentation for this class was generated from the following file:
- /__w/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/model/model.hh
Generated by