Skip to content

Commit

Permalink
updated dftb and lammps file wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Mar 21, 2024
1 parent c1ee84b commit e917ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MDANSE/Src/MDANSE/Framework/Converters/DFTB.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ class DFTB(Forcite):
settings["xtd_file"] = (
"XTDFileConfigurator",
{
"wildcard": "XTD files (*.xtd)|*.xtd|All files|*",
"default": "INPUT_FILENAME.xtd",
"label": "The XTD file",
},
)
settings["trj_file"] = (
"InputFileConfigurator",
{
"wildcard": "TRJ files (*.trj)|*.trj|All files|*",
"default": "INPUT_FILENAME.trj",
"label": "The TRJ file",
},
Expand Down
1 change: 1 addition & 0 deletions MDANSE/Src/MDANSE/Framework/Converters/LAMMPS.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class LAMMPS(Converter):
"InputFileConfigurator",
{
"label": "LAMMPS trajectory file",
"wildcard": "lammps files (*.lammps)|*.lammps|All files|*",
"default": "INPUT_FILENAME.lammps",
},
)
Expand Down

0 comments on commit e917ba3

Please sign in to comment.