(git:c5411e0)
Loading...
Searching...
No Matches
pair_potential_types::tab_pot_type Type Reference

Data Fields

character(len=default_path_length) tabpot_file_name = ""
 
integer npoints = 0
 
integer index = 0
 
real(kind=dp) dr = 0.0_dp
 
real(kind=dp) rcut = 0.0_dp
 
real(kind=dp), dimension(:), pointer r => NULL()
 
real(kind=dp), dimension(:), pointer e => NULL()
 
real(kind=dp), dimension(:), pointer f => NULL()
 

Detailed Description

Definition at line 346 of file pair_potential_types.F.

Field Documentation

◆ tabpot_file_name

character(len=default_path_length) pair_potential_types::tab_pot_type::tabpot_file_name = ""

Definition at line 347 of file pair_potential_types.F.

◆ npoints

integer pair_potential_types::tab_pot_type::npoints = 0

Definition at line 348 of file pair_potential_types.F.

◆ index

integer pair_potential_types::tab_pot_type::index = 0

Definition at line 348 of file pair_potential_types.F.

◆ dr

real(kind=dp) pair_potential_types::tab_pot_type::dr = 0.0_dp

Definition at line 349 of file pair_potential_types.F.

◆ rcut

real(kind=dp) pair_potential_types::tab_pot_type::rcut = 0.0_dp

Definition at line 349 of file pair_potential_types.F.

◆ r

real(kind=dp), dimension(:), pointer pair_potential_types::tab_pot_type::r => NULL()

Definition at line 350 of file pair_potential_types.F.

◆ e

real(kind=dp), dimension(:), pointer pair_potential_types::tab_pot_type::e => NULL()

Definition at line 350 of file pair_potential_types.F.

◆ f

real(kind=dp), dimension(:), pointer pair_potential_types::tab_pot_type::f => NULL()

Definition at line 350 of file pair_potential_types.F.


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