BraWl
|
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 |
real(real64), dimension(:), allocatable shared_data::acceptance_of_t |
Definition at line 31 of file shared_data.f90.
real(real64), dimension(:), allocatable shared_data::av_acceptance_of_t |
Definition at line 22 of file shared_data.f90.
real(real64), dimension(:), allocatable shared_data::av_c_of_t |
Definition at line 22 of file shared_data.f90.
real(real64), dimension(:), allocatable shared_data::av_energies_of_t |
Definition at line 22 of file shared_data.f90.
real(real64), dimension(:,:,:,:,:,:), allocatable shared_data::av_order_of_t |
Definition at line 26 of file shared_data.f90.
real(real64), dimension(:,:,:,:), allocatable shared_data::av_rho_of_t |
Definition at line 25 of file shared_data.f90.
real(real64), dimension(:), allocatable shared_data::c_of_t |
Definition at line 31 of file shared_data.f90.
integer(array_int), dimension(:,:,:,:), allocatable shared_data::config |
Definition at line 30 of file shared_data.f90.
real(real64), dimension(:), allocatable shared_data::energies_of_t |
Definition at line 31 of file shared_data.f90.
real(real64), dimension(:,:,:,:), allocatable shared_data::order |
Definition at line 36 of file shared_data.f90.
real(real64), dimension(:,:,:,:,:,:), allocatable shared_data::order_of_t |
Definition at line 34 of file shared_data.f90.
real(real64), dimension(:,:,:,:), allocatable shared_data::rho_of_t |
Definition at line 35 of file shared_data.f90.
integer(8) shared_data::seed |
Definition at line 19 of file shared_data.f90.
real(real64), dimension(:), allocatable shared_data::shells |
Definition at line 38 of file shared_data.f90.
real(real64), dimension(:), allocatable shared_data::temperature |
Definition at line 31 of file shared_data.f90.
real(real64), dimension(:,:,:), allocatable shared_data::v_ex |
Definition at line 37 of file shared_data.f90.