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
I added an additional `EpwBaseWorkChain` subprocess in EpwPrepWorkChain
that do a subsequent `epw.x` interpolation of electron and phonon bands
after bloch to wannier transformation.
The related part in protocol yaml file is also modified accordingly.
namespace_options={"help": "Inputs for the `EpwBaseWorkChain`."},
103
103
)
104
-
104
+
spec.expose_inputs(
105
+
EpwBaseWorkChain,
106
+
namespace="epw_bands",
107
+
exclude=(
108
+
"structure",
109
+
"clean_workdir",
110
+
"kpoints",
111
+
"qpoints",
112
+
"kfpoints",
113
+
"qfpoints",
114
+
"qfpoints_distance",
115
+
"kfpoints_factor",
116
+
"parent_folder_epw",
117
+
),
118
+
namespace_options={"help": "Inputs namespace for `EpwBaseWorkChain` that runs the `epw.x` calculation in interpolation mode, i.e. the interpolated electron and phonon band structures."},
0 commit comments