BraWl
Loading...
Searching...
No Matches
shared_data Module Reference

Variables

integer(8) seed
 
real(real64), dimension(:), allocatable av_energies_of_t
 
real(real64), dimension(:), allocatable av_c_of_t
 
real(real64), dimension(:), allocatable av_acceptance_of_t
 
real(real64), dimension(:,:,:,:), allocatable av_rho_of_t
 
real(real64), dimension(:,:,:,:,:,:), allocatable av_order_of_t
 
integer(array_int), dimension(:,:,:,:), allocatable config
 
real(real64), dimension(:), allocatable energies_of_t
 
real(real64), dimension(:), allocatable c_of_t
 
real(real64), dimension(:), allocatable acceptance_of_t
 
real(real64), dimension(:), allocatable temperature
 
real(real64), dimension(:,:,:,:,:,:), allocatable order_of_t
 
real(real64), dimension(:,:,:,:), allocatable rho_of_t
 
real(real64), dimension(:,:,:,:), allocatable order
 
real(real64), dimension(:,:,:), allocatable v_ex
 
real(real64), dimension(:), allocatable shells
 

Variable Documentation

◆ acceptance_of_t

real(real64), dimension(:), allocatable shared_data::acceptance_of_t

Definition at line 31 of file shared_data.f90.

◆ av_acceptance_of_t

real(real64), dimension(:), allocatable shared_data::av_acceptance_of_t

Definition at line 22 of file shared_data.f90.

◆ av_c_of_t

real(real64), dimension(:), allocatable shared_data::av_c_of_t

Definition at line 22 of file shared_data.f90.

◆ av_energies_of_t

real(real64), dimension(:), allocatable shared_data::av_energies_of_t

Definition at line 22 of file shared_data.f90.

22 real(real64), allocatable, dimension(:) :: av_energies_of_T, &
23 av_C_of_T, &
24 av_acceptance_of_T

◆ av_order_of_t

real(real64), dimension(:,:,:,:,:,:), allocatable shared_data::av_order_of_t

Definition at line 26 of file shared_data.f90.

26 real(real64), allocatable, dimension(:,:,:,:,:,:) :: av_order_of_T

◆ av_rho_of_t

real(real64), dimension(:,:,:,:), allocatable shared_data::av_rho_of_t

Definition at line 25 of file shared_data.f90.

25 real(real64), allocatable, dimension(:,:,:,:) :: av_rho_of_T

◆ c_of_t

real(real64), dimension(:), allocatable shared_data::c_of_t

Definition at line 31 of file shared_data.f90.

◆ config

integer(array_int), dimension(:,:,:,:), allocatable shared_data::config

Definition at line 30 of file shared_data.f90.

30 integer(array_int), allocatable, dimension(:,:,:,:) :: config

◆ energies_of_t

real(real64), dimension(:), allocatable shared_data::energies_of_t

Definition at line 31 of file shared_data.f90.

31 real(real64), allocatable, dimension(:) :: energies_of_T, C_of_T, &
32 acceptance_of_T, &
33 temperature

◆ order

real(real64), dimension(:,:,:,:), allocatable shared_data::order

Definition at line 36 of file shared_data.f90.

36 real(real64), dimension(:,:,:,:), allocatable :: order

◆ order_of_t

real(real64), dimension(:,:,:,:,:,:), allocatable shared_data::order_of_t

Definition at line 34 of file shared_data.f90.

34 real(real64), allocatable, dimension(:,:,:,:,:,:) :: order_of_T

◆ rho_of_t

real(real64), dimension(:,:,:,:), allocatable shared_data::rho_of_t

Definition at line 35 of file shared_data.f90.

35 real(real64), allocatable, dimension(:,:,:,:) :: rho_of_T

◆ seed

integer(8) shared_data::seed

Definition at line 19 of file shared_data.f90.

19 integer(8) :: seed

◆ shells

real(real64), dimension(:), allocatable shared_data::shells

Definition at line 38 of file shared_data.f90.

38 real(real64), allocatable, dimension(:) :: shells

◆ temperature

real(real64), dimension(:), allocatable shared_data::temperature

Definition at line 31 of file shared_data.f90.

◆ v_ex

real(real64), dimension(:,:,:), allocatable shared_data::v_ex

Definition at line 37 of file shared_data.f90.

37 real(real64), dimension(:,:,:), allocatable :: V_ex