Skip to content
Snippets Groups Projects

Rework of the Cumulant-Based Method

Merged Frederik Hennig requested to merge da15siwa/lbmpy:cumulant_method_rework into master
All threads resolved!
Viewing commit 31d0fff6
Show latest version
3 files
+ 11
4
Preferences
Compare changes
Files
3
@@ -465,6 +465,7 @@ class BinomialChimeraTransform(AbstractCentralMomentTransform):
backward_simp = SimplificationStrategy()
backward_simp.add(partial(insert_aliases, skip=bw_skip))
backward_simp.add(split_pdf_main_assignments_by_symmetry)
backward_simp.add(add_subexpressions_for_constants)
return {
'forward': forward_simp,