Skip to content

Commit

Permalink
Update sqs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 16, 2023
1 parent beecd85 commit ecc0c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_atomistics/atomistics/job/sqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def run_static(self):
iterations=self.input.iterations,
output_structures=self.input.n_output_structures,
num_threads=self.server.cores,
return_statistics=True,
)
self._lst_of_struct = [ase_to_pyiron(s) for s in structure_lst]
for i, structure in enumerate(self._lst_of_struct):
Expand Down

0 comments on commit ecc0c7e

Please sign in to comment.