Skip to content

Commit

Permalink
drop output format designation
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 committed Jan 23, 2024
1 parent 60fd96e commit 9201787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mdgo/forcefield/ligpargen.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def __init__(
structure_name: str,
structure_dir: str,
working_dir: str = "boss_files",
out: str = "lmp",
charge: int = 0,
opt: int = 0,
xyz: bool = False,
Expand All @@ -53,7 +52,6 @@ def __init__(
print("Input format:", self.structure_format)
self.structure_dir = structure_dir
self.work = working_dir
self.out = out
self.charge = charge
self.opt = opt
self.xyz = xyz
Expand Down

0 comments on commit 9201787

Please sign in to comment.