Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
844c9536
Commit
844c9536
authored
Nov 28, 2017
by
Marco Govoni
Browse files
Removed comments.
parent
63d77a0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hamiltonian_kernel/apply_alpha_pv_to_m_wfcs.f90
View file @
844c9536
...
...
@@ -63,8 +63,6 @@ SUBROUTINE apply_alpha_pv_to_m_wfcs(nbndval,m,f,g,alpha)
!
ENDIF
!
! alpha * sum_ibnd {| evc_ibnd > < evc_ibnd |} | f > = alpha * P_v | f >
!
CALL
ZGEMM
(
'N'
,
'N'
,
npwx
*
npol
,
m
,
nbndval
,
alpha
,
evc
,
npwx
*
npol
,
ps_c
,
nbndval
,(
1._DP
,
0._DP
),
g
,
npwx
*
npol
)
!
IF
(
gamma_only
)
THEN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment