@@ -231,7 +231,7 @@ protocol_1 = BSS.Protocol.FreeEnergyProduction(
231231process = BSS .Process.Somd(
232232 system = ejm42_ejm54,
233233 protocol = protocol_0,
234- no_dummy_modifications = True ,
234+ dummy_modifications = False ,
235235 work_dir = " somd1/no_mod/lambda_0" ,
236236)
237237process.start()
@@ -241,7 +241,7 @@ process.wait()
241241process = BSS .Process.Somd(
242242 system = ejm42_ejm54,
243243 protocol = protocol_1,
244- no_dummy_modifications = True ,
244+ dummy_modifications = False ,
245245 work_dir = " somd1/no_mod/lambda_1" ,
246246)
247247process.start()
@@ -253,7 +253,7 @@ process.wait()
253253process = BSS .Process.Somd(
254254 system = ejm42_ejm54_ghostly,
255255 protocol = protocol_0,
256- no_dummy_modifications = True ,
256+ dummy_modifications = False ,
257257 work_dir = " somd1/mod/lambda_0" ,
258258)
259259process.start()
@@ -263,15 +263,15 @@ process.wait()
263263process = BSS .Process.Somd(
264264 system = ejm42_ejm54_ghostly,
265265 protocol = protocol_1,
266- no_dummy_modifications = True ,
266+ dummy_modifications = False ,
267267 work_dir = " somd1/mod/lambda_1" ,
268268)
269269process.start()
270270process.wait()
271271```
272272
273273> [ !NOTE]
274- > The ` no_dummy_modifications=True ` flag is required to disable the automatic
274+ > The ` dummy_modifications=False ` flag is required to disable the automatic
275275> ghost atom handling in ` SOMD1 ` , i.e. we want to use the terms from the
276276> stream file without additional modification.
277277
0 commit comments