Skip to content

Commit

Permalink
Correct parser name
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 26, 2024
1 parent 33d1cd6 commit 4c53613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomisticparsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def load(self):
)

dlpoly_parser_entry_point = EntryPoint(
name='parsers/dlpoly',
name='parsers/dl-poly',
description='NOMAD parser for DLPOLY.',
python_package='atomisticparsers.dlpoly',
mainfile_contents_re=r'\*\*\s+DL_POLY.+\*\*',
Expand Down Expand Up @@ -306,7 +306,7 @@ def load(self):
)

libatoms_parser_entry_point = EntryPoint(
name='parsers/libatoms',
name='parsers/lib-atoms',
description='NOMAD parser for LIBATOMS.',
python_package='atomisticparsers.libatoms',
mainfile_contents_re=r'\s*<GAP_params\s',
Expand Down

0 comments on commit 4c53613

Please sign in to comment.