We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19411b5 commit d8c8197Copy full SHA for d8c8197
calphy/solid.py
@@ -299,7 +299,7 @@ def run_minimal_averaging(self):
299
lmp.command(f'pair_style {self.calc._pair_style_with_options[0]}')
300
301
#set up structure
302
- lmp = ph.create_structure(lmp, self.calc, species=self.calc.n_elements+self.calc._ghost_element_count)
+ lmp = ph.create_structure(lmp, self.calc)
303
304
if self.calc.potential_file is None:
305
lmp.command(f'pair_coeff {self.calc.pair_coeff[0]}')
0 commit comments