Home
last modified time | relevance | path

Searched refs:gradient_history (Results 1 – 12 of 12) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_cdft_scf_utils.F216 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, inv_jacobian, & local
230 CALL get_qs_env(qs_env, gradient_history=gradient_history, &
242 jacobian(i, i) = (gradient_history(i, 2) - gradient_history(i, 1))/ &
H A Dqs_environment_methods.F95 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
145 ALLOCATE (gradient_history(nvariables, 2))
146 gradient_history = 0.0_dp
150 gradient_history=gradient_history, &
H A Dqs_environment_types.F273 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, & component
530gradient_history, variable_history, embed_pot, spin_embed_pot, polar_env, mos_last_converged, rhs)
661 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: gradient_history, variable_history local
679 IF (PRESENT(gradient_history)) gradient_history => qs_env%gradient_history
925 NULLIFY (qs_env%gradient_history)
1082 … kpoints, WannierCentres, almo_scf_env, gradient_history, variable_history, embed_pot, & argument
1153 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: gradient_history, variable_history local
1188 IF (PRESENT(gradient_history)) qs_env%gradient_history => gradient_history
1450 IF (ASSOCIATED(qs_env%gradient_history)) &
1451 DEALLOCATE (qs_env%gradient_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)
371 DEALLOCATE (qs_env%gradient_history)
375 ALLOCATE (gradient_history(nvariables, 2))
376 gradient_history = 0.0_dp
380 gradient_history=gradient_history, variable_history=variable_history)
H A Dqs_outer_scf.F662 REAL(kind=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
669 gradient_history=gradient_history, &
674 gradient_history = 0.0_dp
H A Dqs_scf.F198 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, variable_history local
246 CALL get_qs_env(qs_env, gradient_history=gradient_history, &
249 gradient_history(:, 1) = gradient_history(:, 2)
250 gradient_history(:, 2) = scf_env%outer_scf%gradient(:, ihistory)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_cdft_scf_utils.F216 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, inv_jacobian, & local
230 CALL get_qs_env(qs_env, gradient_history=gradient_history, &
242 jacobian(i, i) = (gradient_history(i, 2) - gradient_history(i, 1))/ &
H A Dqs_environment_types.F270 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, & component
518gradient_history, variable_history, embed_pot, spin_embed_pot, polar_env, rhs)
647 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: gradient_history, variable_history local
663 IF (PRESENT(gradient_history)) gradient_history => qs_env%gradient_history
904 NULLIFY (qs_env%gradient_history)
1051 … kpoints, WannierCentres, almo_scf_env, gradient_history, variable_history, embed_pot, & argument
1119 REAL(KIND=dp), DIMENSION(:, :), OPTIONAL, POINTER :: gradient_history, variable_history local
1149 IF (PRESENT(gradient_history)) qs_env%gradient_history => gradient_history
1399 IF (ASSOCIATED(qs_env%gradient_history)) &
1400 DEALLOCATE (qs_env%gradient_history)
H A Dqs_environment_methods.F94 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
144 ALLOCATE (gradient_history(nvariables, 2))
145 gradient_history = 0.0_dp
149 gradient_history=gradient_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)
371 DEALLOCATE (qs_env%gradient_history)
375 ALLOCATE (gradient_history(nvariables, 2))
376 gradient_history = 0.0_dp
380 gradient_history=gradient_history, variable_history=variable_history)
H A Dqs_outer_scf.F662 REAL(kind=dp), DIMENSION(:, :), POINTER :: gradient_history, outer_scf_history, & local
669 gradient_history=gradient_history, &
674 gradient_history = 0.0_dp
H A Dqs_scf.F197 REAL(KIND=dp), DIMENSION(:, :), POINTER :: gradient_history, variable_history local
245 CALL get_qs_env(qs_env, gradient_history=gradient_history, &
248 gradient_history(:, 1) = gradient_history(:, 2)
249 gradient_history(:, 2) = scf_env%outer_scf%gradient(:, ihistory)