G-JFLangevin #
G-JFLangevin
integrator performs constant temperature simulation according to Langevin equation.
This method is developed in the following paper.
Example #
[simulator]
# ...
integrator.type = "G-JFLangevin"
integrator.alphas = [
{index = 0, alpha = 1.0},
{index = 1, alpha = 1.0},
# ...
]
Input reference #
Some of the other parameters, such as delta_t
, are defined in [simulator]
table.
type
: String- Name of the integrator. Here, it is
"G-JFLangevin"
.
- Name of the integrator. Here, it is
alphas
: Array of Tables- \(\alpha\) of each particle.
remove
: Table (Optional)translation
androtation
: Boolean- If
true
, it removes the total translation and rotation. Otherwise, it does nothing.
- If
rescale
: Boolean- If
true
, it rescales all the velocities to make kinetic energy constant.
- If
- By default, all the fields becomes
false
.