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 c55e316 commit 30a2155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electronicparsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def load(self):
)

dmol3_parser_entry_point = EntryPoint(
name='parsers/dmol3',
name='parsers/dmol',
description='NOMAD parser for DMOL3.',
python_package='electronicparsers.dmol3',
mainfile_contents_re=r'Materials Studio DMol\^3',
Expand Down

0 comments on commit 30a2155

Please sign in to comment.