Skip to content

Commit

Permalink
change subroutine print_gkk to output gmnvkq with out symmetrize
Browse files Browse the repository at this point in the history
  • Loading branch information
xh125 committed Aug 27, 2021
1 parent bec99fd commit c7d8dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QE_change_code/v6.8/printing.f90
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ SUBROUTINE print_gkk(iq)
REAL(KIND = DP), ALLOCATABLE :: epc_sym(:, :, :)
!! Temporary g-vertex for each pool
complex(kind=dp),allocatable :: epc_cmp(:,:,:,:)
!! g-vertex with out "SYMMETRIZE"
!! gnmvkq-vertex with out "SYMMETRIZE"
!
! find the bounds of k-dependent arrays in the parallel case in each pool
CALL fkbounds(nktotf, lower_bnd, upper_bnd)
Expand Down

0 comments on commit c7d8dcf

Please sign in to comment.