Skip to content

Commit cb9becc

Browse files
committed
exposed output trajectory
1 parent ede525b commit cb9becc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aiida_cp2k/calculations/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ def define(cls, spec):
229229
required=False,
230230
help="The relaxed output structure.",
231231
)
232+
spec.output(
233+
"output_trajectory",
234+
valid_type=TrajectoryData,
235+
required=False,
236+
help="The output trajectory."
237+
)
232238
spec.output(
233239
"output_bands",
234240
valid_type=BandsData,

0 commit comments

Comments
 (0)