Home
last modified time | relevance | path

Searched refs:elastic_grad (Results 1 – 2 of 2) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/NEB/src/
H A Dpath_variables.f90100 elastic_grad(:), &! elastic part of the gradients variable
130 ALLOCATE( elastic_grad( dim1 ) )
150 IF ( ALLOCATED( elastic_grad ) ) DEALLOCATE( elastic_grad )
H A Dpath_base.f9074 elastic_grad, pending_image, first_last_opt
168 elastic_grad = 0.0_DP
489 USE path_variables, ONLY : pos, grad, elastic_grad, grad_pes, k, &
508 elastic_grad = tangent(:,i) * 0.5_DP * &
527 grad(:,i) = elastic_grad + grad(:,i) - &