We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee7d8a commit b3232f4Copy full SHA for b3232f4
calphy/alchemy.py
@@ -327,7 +327,7 @@ def run_integration(self, iteration=1):
327
328
for idx, (type1, type2) in enumerate(swap_combos):
329
swap_str = f"{type1} {type2}"
330
- if self.calc.use_custom_lammps:
+ if self.calc.monte_carlo.use_custom_lammps:
331
lmp.command(
332
"fix swap%d all atom/swap %d %d %d %f ke no types %s noforce yes localE yes"
333
% (
@@ -446,7 +446,7 @@ def run_integration(self, iteration=1):
446
447
448
449
450
451
452
0 commit comments