Home
last modified time | relevance | path

Searched refs:outer_scf_history (Results 1 – 8 of 8) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_outer_scf.F461 CALL get_qs_env(qs_env, outer_scf_history=outer_scf_history, &
465 nvariables = SIZE(outer_scf_history, 1)
466 nhistory = SIZE(outer_scf_history, 2)
475 outer_scf_history(1, ivec) = 0.0_dp
483 outer_scf_history(1, ivec) = &
486 outer_scf_history(1, ivec) = &
489 outer_scf_history(:, ivec) = &
492 outer_scf_history(1, ivec) = 0.0_dp
667 CALL get_qs_env(qs_env, outer_scf_history=outer_scf_history, &
671 CPASSERT(SIZE(outer_scf_history, 2) > 0)
[all …]
H A Dqs_environment_types.F271 REAL(KIND=dp), DIMENSION(:, :), POINTER :: outer_scf_history component
525outer_scf_history, outer_scf_ihistory, x_data, et_coupling, dftb_potential, results, &
626 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: outer_scf_history local
677 IF (PRESENT(outer_scf_history)) outer_scf_history => qs_env%outer_scf_history
924 NULLIFY (qs_env%outer_scf_history)
1078outer_scf_history, outer_scf_ihistory, x_data, et_coupling, dftb_potential, & argument
1126 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: outer_scf_history local
1187 IF (PRESENT(outer_scf_history)) qs_env%outer_scf_history => outer_scf_history
1446 IF (ASSOCIATED(qs_env%outer_scf_history)) THEN
1447 DEALLOCATE (qs_env%outer_scf_history)
H A Dqs_environment_methods.F95 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
144 ALLOCATE (outer_scf_history(nvariables, nhistory))
149 CALL set_qs_env(qs_env, outer_scf_history=outer_scf_history, &
H A Dqs_scf_initialization.F320 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
323 NULLIFY (outer_scf_history, gradient_history, variable_history)
370 DEALLOCATE (qs_env%outer_scf_history)
374 ALLOCATE (outer_scf_history(nvariables, nhistory))
379 CALL set_qs_env(qs_env, outer_scf_history=outer_scf_history, &
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_outer_scf.F461 CALL get_qs_env(qs_env, outer_scf_history=outer_scf_history, &
465 nvariables = SIZE(outer_scf_history, 1)
466 nhistory = SIZE(outer_scf_history, 2)
475 outer_scf_history(1, ivec) = 0.0_dp
483 outer_scf_history(1, ivec) = &
486 outer_scf_history(1, ivec) = &
489 outer_scf_history(:, ivec) = &
492 outer_scf_history(1, ivec) = 0.0_dp
667 CALL get_qs_env(qs_env, outer_scf_history=outer_scf_history, &
671 CPASSERT(SIZE(outer_scf_history, 2) > 0)
[all …]
H A Dqs_environment_types.F268 REAL(KIND=dp), DIMENSION(:, :), POINTER :: outer_scf_history component
513outer_scf_history, outer_scf_ihistory, x_data, et_coupling, dftb_potential, results, &
613 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: outer_scf_history local
661 IF (PRESENT(outer_scf_history)) outer_scf_history => qs_env%outer_scf_history
903 NULLIFY (qs_env%outer_scf_history)
1048outer_scf_history, outer_scf_ihistory, x_data, et_coupling, dftb_potential, & argument
1095 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: outer_scf_history local
1148 IF (PRESENT(outer_scf_history)) qs_env%outer_scf_history => outer_scf_history
1395 IF (ASSOCIATED(qs_env%outer_scf_history)) THEN
1396 DEALLOCATE (qs_env%outer_scf_history)
H A Dqs_environment_methods.F94 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
143 ALLOCATE (outer_scf_history(nvariables, nhistory))
148 CALL set_qs_env(qs_env, outer_scf_history=outer_scf_history, &
H A Dqs_scf_initialization.F320 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
323 NULLIFY (outer_scf_history, gradient_history, variable_history)
370 DEALLOCATE (qs_env%outer_scf_history)
374 ALLOCATE (outer_scf_history(nvariables, nhistory))
379 CALL set_qs_env(qs_env, outer_scf_history=outer_scf_history, &