Add new transition rules
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 atensorHilbert
. -
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