Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dwave.f90153 SUBROUTINE protate_x ( c0, bec, c0rot, becrot, ngwl, nss, noff, lambda, nrl, & argument
188 COMPLEX(DP), INTENT(OUT) :: c0rot(:,:) local
205 c0rot( :, i+noff-1 ) = 0.0d0
230 CALL daxpy(2*ngwl,uu(jl,i),c0(1,j+noff-1),1,c0rot(1,i+noff-1),1)
258 SUBROUTINE crot_gamma2 ( c0rot, c0, ngw, n, noffr, noff, lambda, nx, eig ) argument
278 COMPLEX(DP), INTENT(INOUT) :: c0rot(:,:) local
311 c0rot( :, i+noffr-1 ) = 0.0d0
316 CALL daxpy( 2*ngw, vv(j,i), c0(1,j+noff-1), 1, c0rot(1,i+noffr-1), 1 )
H A Dcp_interfaces.f90540 SUBROUTINE crot_gamma2 ( c0rot, c0, ngw, n, noffr, noff, lambda, nx, eig )
544 COMPLEX(DP), INTENT(INOUT) :: c0rot(:,:) local
802 SUBROUTINE protate_x ( c0, bec, c0rot, becrot, ngwl, nss, noff, lambda, nrl, &
810 COMPLEX(DP), INTENT(OUT) :: c0rot(:,:) local