For Hartree-Fock/hybrid functional, no epsmat/eps0mat files are needed. Instead provide a list of q-points and the grid size. The list of q-points should not be reduced with time reversal symmetry - because BerkeleyGW never uses time reversal symmetry to unfold the q/k-points. Instead, inversion symmetry does the job in the real version of the code. You can generate this list with kgrid.x: just set the shifts to zero and use same grid numbers as for WFN_inner.
--
You received this message because you are subscribed to the Google Groups "BerkeleyGW Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to help+uns...@berkeleygw.org.
To view this discussion on the web visit https://groups.google.com/a/berkeleygw.org/d/msgid/help/21286504-033d-45e3-982e-1713e2c1bb76o%40berkeleygw.org.
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:#0 0x7f52046aa2ed in ???#1 0x7f52046a9503 in ???#2 0x7f52038b0f1f in ???#3 0x555c58b1d1bb in __exx_MOD_vexx_kat /home/sergio/Downloads/qe-6.4.1_release_pack/qe-6.4.1/PW/src/exx.f90:1242#4 0x555c58b24683 in __exx_MOD_vexxat /home/sergio/Downloads/qe-6.4.1_release_pack/qe-6.4.1/PW/src/exx.f90:797#5 0x555c58af966b in write_vxc_gat /home/sergio/Downloads/qe-6.4.1_release_pack/qe-6.4.1/PP/src/pw2bgw.f90:2107#6 0x555c58b08d9a in pw2bgwat /home/sergio/Downloads/qe-6.4.1_release_pack/qe-6.4.1/PP/src/pw2bgw.f90:341#7 0x555c58af64fe in mainat /home/sergio/Downloads/qe-6.4.1_release_pack/qe-6.4.1/PP/src/pw2bgw.f90:99Segmentation fault (core dumped)
To unsubscribe from this group and stop receiving emails from it, send an email to he...@berkeleygw.org.
To unsubscribe from this group and stop receiving emails from it, send an email to help+uns...@berkeleygw.org.
To view this discussion on the web visit https://groups.google.com/a/berkeleygw.org/d/msgid/help/df6c6bfd-bbfb-45a1-9a5b-9b51428ca4bco%40berkeleygw.org.
Hi Jonah,
Could you please take a look at this thread on running BerkeleyGW with a hybrid starting point in QE?
Thanks,
Felipe
–
Felipe H. da Jornada
Assistant Professor
Department of Materials Science and Engineering
129 Durand Building
Stanford, CA 94305
Stanford University
To view this discussion on the web visit https://groups.google.com/a/berkeleygw.org/d/msgid/help/df6c6bfd-bbfb-45a1-9a5b-9b51428ca4bco%40berkeleygw.org.
&control
prefix = '32H2O'
calculation = 'scf'
restart_mode = 'from_scratch'
wf_collect = .true.
tstress = .false.
tprnfor = .false.
outdir = './'
wfcdir = './'
pseudo_dir = './'
/
&system
ibrav = 1,
celldm(1) = 18.4300750126,
nat = 96,
ntyp = 2,
ecutwfc = 85.0D0,
tot_charge = 0,
nbnd = 128,
input_dft = 'pbe0',
/
&electrons
electron_maxstep = 1000
conv_thr = 1.0d-10
mixing_mode = 'plain'
mixing_beta = 0.7
mixing_ndim = 8
diagonalization = 'cg'
diago_david_ndim = 8
diago_full_acc = .true.
/
ATOMIC_SPECIES
O 15.9994 O_HSCV_PBE-1.0.UPF
H 1.008 H_HSCV_PBE-1.0.UPF
ATOMIC_POSITIONS {angstrom}
*****
K_POINTS crystal
1
0.0010000000 0.0010000000 0.000000000 1.0
The error message is that:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Error in routine exx_grid_init (1):
wrong EXX q grid
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
stopping ...
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 126 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
Could you please give me some suggestions to do the WFNq based on gamma only?
Thanks!
Fujie