Hello,
I’m launching a ppCalculation after aPwBaseWorkChain.
I get this error:
" raise exceptions.InputValidationError(
| aiida.common.exceptions.InputValidationError: You cannot specify explicitly the ‘fileout’ key in the ‘PLOT’ namelist."
I have the same with the flag “output_format’ : 5”.
My input for pp.x is:
builder.parameters = Dict(
{
'INPUTPP': {
'plot_num': 6,
},
'PLOT' : {
'output_format' : 5,
'iflag' : 3,
#'fileout' : 'xcrysden.xsf',
}
}
)
It works fine without this two flags. The problem is that I need an output format 5 (xcrysden), otherwise the default is 6 (cube file).
How do I solve this issue?
Thanks a lot for any response.
Best
Chiara Cignarella
PhD student,
THEOS, EPFL