RMPCDMD
Private Member Functions | Private Attributes | List of all members
interaction::lj_params_t Type Reference

Private Member Functions

procedure init => lj_params_init
 

Private Attributes

integer n1
 
integer n2
 
double precision, dimension(:,:), allocatable epsilon
 
double precision, dimension(:,:), allocatable sigma
 
double precision, dimension(:,:), allocatable sigma_sq
 
double precision, dimension(:,:), allocatable cut
 
double precision, dimension(:,:), allocatable cut_sq
 
double precision, dimension(:,:), allocatable cut_energy
 
double precision, dimension(:), allocatable shift
 

Detailed Description

Definition at line 23 of file interaction.f90.

Member Function/Subroutine Documentation

◆ init()

procedure interaction::lj_params_t::init ( )
private

Definition at line 33 of file interaction.f90.

Member Data Documentation

◆ cut

double precision, dimension(:,:), allocatable interaction::lj_params_t::cut
private

Definition at line 28 of file interaction.f90.

◆ cut_energy

double precision, dimension(:,:), allocatable interaction::lj_params_t::cut_energy
private

Definition at line 30 of file interaction.f90.

◆ cut_sq

double precision, dimension(:,:), allocatable interaction::lj_params_t::cut_sq
private

Definition at line 29 of file interaction.f90.

◆ epsilon

double precision, dimension(:,:), allocatable interaction::lj_params_t::epsilon
private

Definition at line 25 of file interaction.f90.

◆ n1

integer interaction::lj_params_t::n1
private

Definition at line 24 of file interaction.f90.

◆ n2

integer interaction::lj_params_t::n2
private

Definition at line 24 of file interaction.f90.

◆ shift

double precision, dimension(:), allocatable interaction::lj_params_t::shift
private

Definition at line 31 of file interaction.f90.

◆ sigma

double precision, dimension(:,:), allocatable interaction::lj_params_t::sigma
private

Definition at line 26 of file interaction.f90.

◆ sigma_sq

double precision, dimension(:,:), allocatable interaction::lj_params_t::sigma_sq
private

Definition at line 27 of file interaction.f90.


The documentation for this type was generated from the following file: