Skip to content

Add new transition rules

Vicentini Filippo requested to merge pv/rule/combined into master

Created by: PhilipVinc

Adds

  • WeightedRule to pick from different transition rules according to a certain probability distribution (as asked in #1466),
  • TensorRule to combine different transition rules acting on different subspaces of a tensorHilbert.
  • FixedRule, which does nothing. Mainly useful to combine with other rules.

I don't really like weighted rule (some better proposals?)

I need to add tests... done

Merge request reports