|
ALF dev.
A QMC Code for fermionic models
|
Public Member Functions | |
| subroutine | npbc_i (nr_p, n_p, l1_p, l2_p) |
| subroutine | npbc_r (nr_p, n_p, l1_p, l2_p) |
| subroutine | npbc_r_b (nr_p, n_p, l1_p, l2_p, n1, n2) |
Definition at line 72 of file lattices_v3_mod.F90.
| subroutine lattices_v3::npbc::npbc_i | ( | integer, dimension(:), intent(out) | nr_p, |
| integer, dimension(:) | n_p, | ||
| integer, dimension(:) | l1_p, | ||
| integer, dimension(:) | l2_p ) |
Definition at line 351 of file lattices_v3_mod.F90.
| subroutine lattices_v3::npbc::npbc_r | ( | real (kind=kind(0.d0)), dimension(:), intent(out) | nr_p, |
| real (kind=kind(0.d0)), dimension(:) | n_p, | ||
| real (kind=kind(0.d0)), dimension(:) | l1_p, | ||
| real (kind=kind(0.d0)), dimension(:) | l2_p ) |
Definition at line 384 of file lattices_v3_mod.F90.
| subroutine lattices_v3::npbc::npbc_r_b | ( | real (kind=kind(0.d0)), dimension(:), intent(out) | nr_p, |
| real (kind=kind(0.d0)), dimension(:), intent(in) | n_p, | ||
| real (kind=kind(0.d0)), dimension(:), intent(in) | l1_p, | ||
| real (kind=kind(0.d0)), dimension(:), intent(in) | l2_p, | ||
| integer, intent(inout) | n1, | ||
| integer, intent(inout) | n2 ) |
Definition at line 414 of file lattices_v3_mod.F90.