LangevinIntegrators

Documentation for LangevinIntegrators.

Initial conditions

Run the trajectories

LangevinIntegrators.TrajsParamsType
TrajsParams(;n_steps = 10^4, n_save_iters=1)

Set options for samplers.

Fields

  • n_steps - Set the number of iterations of the integrator
  • n_trajs - Set the number of trajectories to run
  • nsaveiters - Set the frequency at which iterations are saved. If nsaveiters=1, every iteration is saved. If nsaveiters=n_steps, only the final iteration is saved.
  • savefilenamepattern - The pattern for saving the trajectories. If this include a *, that will be replaced by the id of the traj.
  • verbose - Verbose argument
source
LangevinIntegrators.run_trajectory!Function
run_trajectory!(state, integrator)

evolve in time one trajectory starting at state and integrated by integrator

Fields

  • state - Initial State
  • integrator - Friction matrix
source

Index