HappyMolecules.Applications.lennard_jones_triple_pointMethod
lennard_jones_triple_point(
;
    natoms,
    temperature,
    density,
    Nt,
    Δt,
    seed,
    gr_lastn
)

Case study in Chapter 4 of the book "Understanding Molecular Simulation, From Algorithms to Applications". It is about the molecule dynamics simulation of a Lennard-Jones Fluid in a 3D periodic box. The parameters are set close to the triple point.

Keyword arguments

  • natoms is the number of atoms.
  • temperature is the initial temperature.
  • density is the density of atoms.
  • Nt is the number of tims steps.
  • Δt is the time step.
  • seed is the random seed.
  • gr_lastn is the number of last n samples for collecting radial distribution.
lennard_jones_triple_point(
;
    natoms,
    temperature,
    density,
    Nt,
    Δt,
    seed,
    gr_lastn
)

defined at /home/runner/work/HappyMolecules.jl/HappyMolecules.jl/src/applications.jl:31.

source