Octopus
|
Data Types | |
interface | lennard_jones_t |
Lennard-Jones interaction between two systems of particles. More... | |
Functions/Subroutines | |
class(lennard_jones_t) function, pointer | lennard_jones_constructor (partner) |
subroutine | lennard_jones_init (this, dim, system_np, system_pos, system_eps, system_sigma) |
subroutine | lennard_jones_calculate (this) |
subroutine | lennard_jones_calculate_energy (this) |
subroutine | lennard_jones_finalize (this) |
|
private |
Definition at line 156 of file lennard_jones.F90.
|
private |
[in] | dim | number of dimensions in space |
[in] | system_np | number of particles in the system that owns this interaction |
Definition at line 178 of file lennard_jones.F90.
|
private |
Definition at line 202 of file lennard_jones.F90.
|
private |
Definition at line 234 of file lennard_jones.F90.
|
private |
Definition at line 262 of file lennard_jones.F90.