equilibrate
Method of SSESimulation.
Overloads
| Name | Description |
|---|---|
equilibrate(integer sweeps, integer max_loop, RandomGenerator generator) -> void | Runs a given number of equilibration sweeps with a maximum loop length and a custom random number generator. |
equilibrate(integer sweeps, integer max_loop) -> void | Runs a given number of equilibration sweeps with a maximum loop length. |
equilibrate(integer sweeps) -> void | Runs a given number of equilibration sweeps, allowing the expansion cutoff to expand. |
equilibrate(integer sweeps, integer max_loop, RandomGenerator generator) -> void
Runs a given number of equilibration sweeps with a maximum loop length and a custom random number generator.
Parameters
- sweeps: The number of equilibration sweeps to run.
- max_loop: Maximum number of loop steps per sweep.
- generator: A random number generator.
equilibrate(integer sweeps, integer max_loop) -> void
Runs a given number of equilibration sweeps with a maximum loop length.
Parameters
- sweeps: The number of equilibration sweeps to run.
- max_loop: Maximum number of loop steps per sweep.
equilibrate(integer sweeps) -> void
Runs a given number of equilibration sweeps, allowing the expansion cutoff to expand.
Parameters
- sweeps: The number of equilibration sweeps to run.