#include <alg_int.h>
Inherits cps::AlgActionRational.
Public Member Functions | |
| AlgActionRationalQuotient () | |
| Need to add restart method or similar so do not need to. | |
| AlgActionRationalQuotient (AlgMomentum &mom, ActionRationalQuotientArg &rat_quo_arg, int traj_num=0) | |
| virtual | ~AlgActionRationalQuotient () |
| Heat Bath for the pseudo-fermions (phi). | |
| void | reweight (Float *rw_fac, Float *norm) |
| Heat Bath for the pseudo-fermions (phi). | |
| void | heatbath () |
| Float | energy () |
| run method evolves the integrator | |
| void | evolve (Float dt, int steps) |
| evolve method relevant to split timescales | |
| void | evolve (Float dt, int steps, int **fractionSplit) |
| Generate the optimal rational approximation for rational representation. | |
Protected Attributes | |
| Float * | bsn_mass |
| The boson mass parameter that appears in the quotient. | |
| Float * | frm_mass |
| This is where the rational parameters are stored. | |
| RemezArg * | frm_remez_arg_md |
| RemezArg * | frm_remez_arg_mc |
| RemezArg * | bsn_remez_arg_md |
| RemezArg * | bsn_remez_arg_mc |
| CgArg *** | bsn_cg_arg_md |
| CgArg *** | bsn_cg_arg_mc |
| Pointer to an array of structures containing solver parameters. | |
| Vector ** | eta |
| Use to accumulate solver results. | |
|
|
Need to add restart method or similar so do not need to.
Definition at line 26 of file alg_action_rational_quotient.C. |
|
||||||||||||||||
|
|
Heat Bath for the pseudo-fermions (phi).
Definition at line 121 of file alg_action_rational_quotient.C. |
|
|
run method evolves the integrator
Reimplemented from cps::AlgActionRational. Definition at line 266 of file alg_action_rational_quotient.C. |
|
||||||||||||||||
|
Generate the optimal rational approximation for rational representation.
Reimplemented from cps::AlgActionRational. |
|
||||||||||||
|
evolve method relevant to split timescales < Create an appropriate lattice First apply boson rational < Construct rhs < Now apply fermion rational < Construct rhs < Apply final boson rational < Now construct additional vectors needed Reimplemented from cps::AlgActionRational. Definition at line 324 of file alg_action_rational_quotient.C. |
|
|
< Only evaluate heatbath if necessary < Create an appropriate lattice < First apply the fermion rational < Now apply the boson rational Reimplemented from cps::AlgActionRational. Definition at line 217 of file alg_action_rational_quotient.C. |
|
||||||||||||
|
Heat Bath for the pseudo-fermions (phi).
Definition at line 158 of file alg_action_rational_quotient.C. |
|
|
Pointer to an array of structures containing solver parameters. These are the parameters corresponding to each of the dynamical fermion masses. Definition at line 688 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
Definition at line 686 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
The boson mass parameter that appears in the quotient.
Definition at line 678 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
Definition at line 684 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
Definition at line 683 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
Use to accumulate solver results.
Definition at line 694 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
This is where the rational parameters are stored. The fermion mass parameter that appears in the quotient Definition at line 679 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
Definition at line 682 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
|
|
Definition at line 681 of file alg_int.h. Referenced by AlgActionRationalQuotient(). |
1.3.9.1