Skip to content

Commit

Permalink
Remove charge as kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed May 1, 2024
1 parent e4a6bd2 commit 2a539e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isicle/qm.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def configure(self, tasks='energy', functional='b3lyp',
mem_stack=mem_stack)

# Load geometry
config += self._configure_load(charge=self.geom.get_charge())
config += self._configure_load()

# Configure tasks
for task, f, b, a, c, so in zip(tasks, cycle(functional), cycle(basis_set),
Expand Down

0 comments on commit 2a539e8

Please sign in to comment.