Home
last modified time | relevance | path

Searched refs:g2sort_g (Results 1 – 5 of 5) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Drecvec_subs.f9063 REAL(DP), ALLOCATABLE :: g2sort_g(:) local
106 ALLOCATE( g2sort_g( ngm_max ) )
108 g2sort_g(:) = 1.0d20
180 g2sort_g(ngm) = tt(k-kstart+1)
182 g2sort_g(ngm) = 0.d0
200 CALL hpsort_eps( ngm, g2sort_g, igsrt, eps8 )
202 CALL hpsort_eps( ngm_g, g2sort_g, igsrt, eps8 )
204 DEALLOCATE( g2sort_g, tt )
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Dcalculate_wing.f90233 REAL(DP), ALLOCATABLE :: g2sort_g(:) local
255 ALLOCATE( g2sort_g( ngm_g*3 ) )
256 g2sort_g(:) = 1.0d20
286 g2sort_g(ngm_) = tt
288 g2sort_g(ngm_) = 0.d0
297 CALL hpsort_eps( ngm_, g2sort_g, igsrt, eps8 )
301 DEALLOCATE( g2sort_g, igsrt, mill_unsorted )
H A Dfft_custom.f90436 REAL(DP), ALLOCATABLE :: g2sort_g(:) local
455 ALLOCATE( g2sort_g( fc%ngmt_g ) )
458 g2sort_g(:) = 1.0d20
487 g2sort_g(fc%ngmt) = tt
489 g2sort_g(fc%ngmt) = 0.d0
499 CALL hpsort_eps( fc%ngmt_g, g2sort_g, igsrt, eps8 )
503 DEALLOCATE( g2sort_g, igsrt, mill_unsorted )
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dsymme.f90621 REAL(DP), ALLOCATABLE :: g2sort_g(:) local
647 ALLOCATE ( g2sort_g(ngm_))
648 g2sort_g(:)=g_(1,:)*g_(1,:)+g_(2,:)*g_(2,:)+g_(3,:)*g_(3,:)
650 CALL hpsort_eps( ngm_, g2sort_g, igsort, eps8 )
651 DEALLOCATE( g2sort_g)
/dports/science/quantum-espresso/q-e-qe-6.7.0/FFTXlib/
H A Dfft_test.f90786 REAL(DP), ALLOCATABLE :: g2sort_g(:) local
828 ALLOCATE( g2sort_g( ngm_max ) )
830 g2sort_g(:) = 1.0d20
902 g2sort_g(ngm) = tt(k-kstart+1)
904 g2sort_g(ngm) = 0.d0
922 CALL hpsort_eps( ngm, g2sort_g, igsrt, eps8 )
924 CALL hpsort_eps( ngm_g, g2sort_g, igsrt, eps8 )
926 DEALLOCATE( g2sort_g, tt )