Parameter: nbfrq
Definition
Number of bosonic Matsubara frequency points for the two-particle green's function.
The two-particle Green's function and vertex function have three frequency indices where and are fermionic frequencies, and bosonic frequency:
The nbfrq parameter is used to define and generate bosonic mesh. The corresponding fermionic mesh is defined by the nffrq parameter.
Type
Integer
Default value
8
Component
Only for the GARDENIA, NARCISSUS, CAMELLIA, LAVENDER, and MANJUSHAKA components.
Behavior
Determine the size of involved arrays. Only useful when we need to compute the two-particle quantities.
Comment
If the nbfrq is too large, the computational time is not bearable. So we recommend to set nbfrq The computation of two-particle quantities is extremely time-consuming, though we have tried our best optimizing it.
See nffrq and nfreq for more details.
NOTE:
The computation of two-particle quantities has been optimized using the OpenMP multi-thread technology. You can enable this feature in the compiling procedure. See also Compiling environment for more details.