Hi,
I am trying to run the example given in:
https://aiida-vibroscopy.readthedocs.io/en/latest/5_iraman_functionals.html
But the workflow keeps failing. Here is the summary of the relevant section:
builder = IRamanSpectraWorkChain.get_builder_from_protocol(
code=pw_code,
structure=structure,
protocol=“fast”,
options={‘withmpi’: True},
overrides={‘dielectric’:scf_overrides, ‘phonon’:scf_overrides}
)
File “./python3.9/site-packages/aiida_quantumespresso/parsers/parse_raw/pw.py”, line 416, in
trajectory_data[‘atomic_species_name’] = [data_lines[i + 1 + j].split()[1] for j in range(nat)]
IndexError: list index out of range
<35686> aiida.parser.PwParser: [WARNING] Error while parsing stress tensor: “P=” not found within 15 lines from the start of the stress block
<35686> aiida.parser.PwParser: [WARNING] "the scf_accuracy array was parsed but the scf_iterations was not.
<35686> aiida.parser.PwParser: [ERROR] ERROR_BROYDEN_FACTORIZATION
<35686> aiida.parser.PwParser: [ERROR] ERROR_OUTPUT_STDOUT_INCOMPLETE
<35686> aiida.parser.PwParser: [ERROR] The factorization in the Broyden routine failed.
<35686> aiida.orm.nodes.process.calculation.calcjob.CalcJobNode: [WARNING] output parser returned exit code<468>: The factorization in the Broyden routine failed.
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2333|PwBaseWorkChain|report_error_handled]: PwCalculation<2480> failed with exit status 468: The factorization in the Broyden routine failed.
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2333|PwBaseWorkChain|report_error_handled]: Action taken: found diagonalization issues but already exploited all supported algorithms, aborting…
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2333|PwBaseWorkChain|inspect_process]: PwCalculation<2480> failed but a handler detected an unrecoverable problem, aborting
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2333|PwBaseWorkChain|on_terminated]: remote folders will not be cleaned
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2233|DielectricWorkChain|inspect_null_field_scfs]: electric field scf failed with exit status 300
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2233|DielectricWorkChain|on_terminated]: cleaned remote folders of calculations: 2262 2282 …
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2229|HarmonicWorkChain|inspect_processes]: the child PhononWorkChain
with <PK=2232> failed
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2229|HarmonicWorkChain|on_terminated]: cleaned remote folders of calculations: 2270 2303 …
<35686> aiida.orm.nodes.process.workflow.workchain.WorkChainNode: [REPORT] [2227|IRamanSpectraWorkChain|inspect_process]: HarmonicWorkChain
failed with exit status 400
I have tried two other options for ‘protocol’, i.e. ‘precise’ and ‘moderate’, and also tried different values for “ecutwfc” and "ecutrho’’ but the issue persists.
I would really appreciate if someone could help me resolve this,
Vahid