(git:c5411e0)
Loading...
Searching...
No Matches
tmc_analysis_types::pair_correl_type Type Reference

Data Fields

integer conf_counter = 0
 
integer nr_bins = 0
 
real(kind=dp) step_length = -1.0_dp
 
type(atom_pairs_type), dimension(:), pointer pairs => NULL()
 
real(kind=dp), dimension(:, :), pointer g_r => NULL()
 
real(kind=dp), dimension(3) sum_box_scale = 0.0_dp
 

Detailed Description

Definition at line 91 of file tmc_analysis_types.F.

Field Documentation

◆ conf_counter

integer tmc_analysis_types::pair_correl_type::conf_counter = 0

Definition at line 92 of file tmc_analysis_types.F.

◆ nr_bins

integer tmc_analysis_types::pair_correl_type::nr_bins = 0

Definition at line 93 of file tmc_analysis_types.F.

◆ step_length

real(kind=dp) tmc_analysis_types::pair_correl_type::step_length = -1.0_dp

Definition at line 94 of file tmc_analysis_types.F.

◆ pairs

type(atom_pairs_type), dimension(:), pointer tmc_analysis_types::pair_correl_type::pairs => NULL()

Definition at line 95 of file tmc_analysis_types.F.

◆ g_r

real(kind=dp), dimension(:, :), pointer tmc_analysis_types::pair_correl_type::g_r => NULL()

Definition at line 96 of file tmc_analysis_types.F.

◆ sum_box_scale

real(kind=dp), dimension(3) tmc_analysis_types::pair_correl_type::sum_box_scale = 0.0_dp

Definition at line 97 of file tmc_analysis_types.F.


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