BraWl
Loading...
Searching...
No Matches
derived_types::rand_site Interface Reference

Function for getting a random lattice site. More...

Public Member Functions

integer function, dimension(4) rand_site (setup)
 

Detailed Description

Function for getting a random lattice site.

Author
C. D. Woodgate
Date
2020-2025
Parameters
setupDerived type specifying the simulation
Returns
Array of four ints specifying the site

Definition at line 410 of file derived_types.f90.

Constructor & Destructor Documentation

◆ rand_site()

integer function, dimension(4) derived_types::rand_site::rand_site ( class(run_params), intent(in) setup)

Definition at line 410 of file derived_types.f90.

411
412 use kinds, only : real64
413 use constants, only : array_int
414
415 import :: run_params
416
417 class(run_params), intent(in) :: setup
418 integer, dimension(4) :: rand_site
419
integer, parameter, public array_int
Definition constants.f90:28
integer, parameter real64
Longer "double" (64 bit, approx -1.8e308 to 1.8e308 and covering values down to about 2e-308 magnitud...
Definition kinds.f90:59

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