Skip to content

Commit 843e5ee

Browse files
committed
fix typo
1 parent 95c70d8 commit 843e5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpdata/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def from_siesta_output(self, fname):
614614
= dpdata.siesta.output.obtain_frame(fname)
615615
# self.rot_lower_triangular()
616616

617-
@register_from_funcs.register_funcs('aimd/output')
617+
@register_from_funcs.register_funcs('siesta/aimd_output')
618618
def from_siesta_aiMD_output(self, fname):
619619
self.data['atom_names'], \
620620
self.data['atom_numbs'], \

0 commit comments

Comments
 (0)