You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(2021-03-23 11:34 by DaMing_1566 )
Dear developers,
Recently, I calculated the superconducting properities of doped graphene using lambda.x in Quantum Espresso and wanted to examine that using SCTK.
After calculating the screened Coulomb interaction, the kel.out file read
Intel MKL ERROR: Parameter 10 was incorrect on entry to ZGEMM
and I could not figure out why it happened ( In all of the calculations, I used $k_z$=1, is it neccessary to increase the number of $k_z$ ).
Can SCTK deal with 2D materials?
It will be greatly appreciated if you could spare time to answer my questions.
Yours, Lu Qing
The text was updated successfully, but these errors were encountered:
(2021-08-31 10:31 by pfliu #87974))
Hi, Mitsuaki Kawamura
I had the same problem with the errors of
Intel MKL ERROR: Parameter 10 was incorrect on entry to ZGEMM
for 2D metals with $k_z$=1.
I have also tried $k_z$=2, however, it does not work.
I checked the $kel.out$ of 2D metals and found unusual output as follows:
##### FFT wfc(G) -> wfc(r) #####
Grid : 1 1 1
I modified part of the code sctk_wfc.f90
DO ii =1, 3
igmin =MINVAL(igv(1:3, 1:npwxtot, 1:cnt, 1:2))
igmax =MAXVAL(igv(1:3, 1:npwxtot, 1:cnt, 1:2))
WRITE(stdout,'(7x,"igmax :",2(2x,i0))') igmax,igmin
CALL mp_max(igmin, world_comm)
CALL mp_max(igmax, world_comm)
WRITE(stdout,'(7x,"igmax :",2(2x,i0))')
igmax,igmin nf(ii) = good_fft_order(igmax - igmin +1)
END DO
(2021-03-23 11:34 by DaMing_1566 )
Dear developers,
Recently, I calculated the superconducting properities of doped graphene using
lambda.x
in Quantum Espresso and wanted to examine that using SCTK.After calculating the screened Coulomb interaction, the
kel.out
file readand I could not figure out why it happened ( In all of the calculations, I used$k_z$ =1, is it neccessary to increase the number of $k_z$ ).
Can SCTK deal with 2D materials?
It will be greatly appreciated if you could spare time to answer my questions.
Yours, Lu Qing
The text was updated successfully, but these errors were encountered: