Trouble with Quantum Espresso's ZG module, ASDM flag not working?
Posted: Wed Jul 26, 2023 6:31 pm
Hello, I'm attempting to follow exercise 3 of the tutorial here: https://drive.google.com/file/d/1lLrOJq ... NcFI9/view. I'm stuck on page 18, running the following A_ZG caculation:
&input
asr='crystal', amass(1)= 91.224, flfrc='Zr.333.fc'
flscf = 'scf.in'
atm_zg(1) = 'Zr',
T = 0
dim1 = 2, dim2 =2, dim3 =2, incl_qA = .true.
compute_error = .true., synch = .true., error_thresh = 0.2
ASDM = .true.
/
&A_ZG
poly = .true.
poly_fd_forces = .false.
/
The trouble appears to be the ASDM flag (if I delete that flag & the A_ZG section it runs, with the flag it returns "Error in routine ZG (5010): reading input namelist"). It doesn't even run with ASDM set to false.
I noticed in my local documentation under EPW/ZG that it doesn't even have ASDM listed (whereas online it does), so I wondered if I somehow have an old release of the EPW/ZG module. This is a fresh install of Quantum Espresso (v7.2). In my EPW folder the README says v4, when the newest production version is 5.7, but to install 5.7 they just say to download v7.2 of QE, which is what I have already done (I also just reinstalled).
Does anyone know what the issue is?
&input
asr='crystal', amass(1)= 91.224, flfrc='Zr.333.fc'
flscf = 'scf.in'
atm_zg(1) = 'Zr',
T = 0
dim1 = 2, dim2 =2, dim3 =2, incl_qA = .true.
compute_error = .true., synch = .true., error_thresh = 0.2
ASDM = .true.
/
&A_ZG
poly = .true.
poly_fd_forces = .false.
/
The trouble appears to be the ASDM flag (if I delete that flag & the A_ZG section it runs, with the flag it returns "Error in routine ZG (5010): reading input namelist"). It doesn't even run with ASDM set to false.
I noticed in my local documentation under EPW/ZG that it doesn't even have ASDM listed (whereas online it does), so I wondered if I somehow have an old release of the EPW/ZG module. This is a fresh install of Quantum Espresso (v7.2). In my EPW folder the README says v4, when the newest production version is 5.7, but to install 5.7 they just say to download v7.2 of QE, which is what I have already done (I also just reinstalled).
Does anyone know what the issue is?