![]() |
(git:b77b4be)
|
Methods for testing / debugging. More...
Functions/Subroutines | |
subroutine, public | eri_mme_2c_perf_acc_test (param, l_max, zet, rabc, nrep, test_accuracy, para_env, iw, potential, pot_par, g_count, r_count) |
Unit test for performance and accuracy. | |
subroutine, public | eri_mme_3c_perf_acc_test (param, l_max, zet, rabc, nrep, nsample, para_env, iw, potential, pot_par, gg_count, gr_count, rr_count) |
... | |
Methods for testing / debugging.
subroutine, public eri_mme_test::eri_mme_2c_perf_acc_test | ( | type(eri_mme_param), intent(inout) | param, |
integer, intent(in) | l_max, | ||
real(kind=dp), dimension(:), intent(in), allocatable | zet, | ||
real(kind=dp), dimension(:, :), intent(in) | rabc, | ||
integer, intent(in) | nrep, | ||
logical, intent(inout) | test_accuracy, | ||
type(mp_para_env_type), intent(in) | para_env, | ||
integer, intent(in) | iw, | ||
integer, intent(in), optional | potential, | ||
real(kind=dp), intent(in), optional | pot_par, | ||
integer, intent(out), optional | g_count, | ||
integer, intent(out), optional | r_count | ||
) |
Unit test for performance and accuracy.
param | ... |
l_max | ... |
zet | ... |
rabc | ... |
nrep | ... |
test_accuracy | ... |
para_env | ... |
iw | ... |
potential | ... |
pot_par | ... |
G_count | ... |
R_count | ... |
Definition at line 58 of file eri_mme_test.F.
subroutine, public eri_mme_test::eri_mme_3c_perf_acc_test | ( | type(eri_mme_param), intent(inout) | param, |
integer, intent(in) | l_max, | ||
real(kind=dp), dimension(:), intent(in), allocatable | zet, | ||
real(kind=dp), dimension(:, :), intent(in), allocatable | rabc, | ||
integer, intent(in) | nrep, | ||
integer, intent(in), optional | nsample, | ||
type(mp_para_env_type), intent(in) | para_env, | ||
integer, intent(in) | iw, | ||
integer, intent(in), optional | potential, | ||
real(kind=dp), intent(in), optional | pot_par, | ||
integer, intent(out), optional | gg_count, | ||
integer, intent(out), optional | gr_count, | ||
integer, intent(out), optional | rr_count | ||
) |
...
param | ... |
l_max | ... |
zet | ... |
rabc | ... |
nrep | ... |
nsample | ... |
para_env | ... |
iw | ... |
potential | ... |
pot_par | ... |
GG_count | ... |
GR_count | ... |
RR_count | ... |
Definition at line 185 of file eri_mme_test.F.