File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/nomad_simulation_parsers/schema_packages Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -172,12 +172,14 @@ class TotalForce(outputs.TotalForce):
172172 add_mapping_annotation (outputs .TotalForce .value , TPR_KEY , '.@' )
173173
174174
175- class Outpus (outputs .Outputs ):
175+ class Outpus (outputs .TrajectoryOutputs ):
176176 add_mapping_annotation (outputs .Outputs .total_energies , LOG_KEY , '.energy' )
177177 add_mapping_annotation (outputs .Outputs .total_energies , EDR_KEY , '.energy' )
178178 add_mapping_annotation (outputs .Outputs .model_system_ref , LOG_KEY , '.system_ref' )
179179 add_mapping_annotation (outputs .Outputs .model_system_ref , EDR_KEY , '.system_ref' )
180180 add_mapping_annotation (outputs .Outputs .total_forces , TPR_KEY , '.forces' )
181+ add_mapping_annotation (outputs .TrajectoryOutputs .time , LOG_KEY , '.time' )
182+ add_mapping_annotation (outputs .TrajectoryOutputs .time , EDR_KEY , '.time' )
181183
182184
183185class Simulation (general .Simulation ):
You can’t perform that action at this time.
0 commit comments