Skip to content
Snippets Groups Projects
Commit a18d80af authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'fluctuating' into 'master'

fix fluctuating LB

See merge request !63
parents b919e719 85ad9bfe
No related merge requests found
...@@ -28,7 +28,7 @@ def add_fluctuations_to_collision_rule(collision_rule, temperature=None, amplitu ...@@ -28,7 +28,7 @@ def add_fluctuations_to_collision_rule(collision_rule, temperature=None, amplitu
if not method.is_weighted_orthogonal: if not method.is_weighted_orthogonal:
raise ValueError("Fluctuations can only be added to weighted-orthogonal methods") raise ValueError("Fluctuations can only be added to weighted-orthogonal methods")
rng_symbol_gen = random_symbol(collision_rule.subexpressions, seed, rng_symbol_gen = random_symbol(collision_rule.subexpressions, seed=seed,
rng_node=rng_node, dim=method.dim, offsets=block_offsets) rng_node=rng_node, dim=method.dim, offsets=block_offsets)
correction = fluctuation_correction(method, rng_symbol_gen, amplitudes) correction = fluctuation_correction(method, rng_symbol_gen, amplitudes)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment