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
We have the whole structure information in the output, maybe the parser should output the forces in an array and output a StructureData node instead. (in the long run the relax workchain should output trajectory data, and for this it needs a force array and a structure at every point)
this may grow very large with the cell size.
The text was updated successfully, but these errors were encountered:
which will have length of natom type.
Such a thing will be also usefull for the 'relax_parameters output' node
Does this affect other workchains besides the relax workchain?
Beyond this one could output abspos and force as lists with the same order as relax_atomtype_info.
The core-level workflows parse generate a whole bunch of info for the atom types but I think we want need this.
@broeder-j
I think none of my workchains explicitly use the parsed relaxation parameters. They only use the StructureData output of the relaxation workchain.
Currently we parse the relaxation results like this:
relax_brav_vectors
relax_atom_positions
force_x_type1
abspos_x_type1
example:
Problems with this:
The text was updated successfully, but these errors were encountered: