Open
Description
Since we have worked out the SLH rule for applying feedback to a whole block of output channels at once, this should be implemented in the circuit_algebra
module.
We might also want to lift the restriction that Feedback can only happen from the bottom output channel (this adds needless permutations that make the resulting SLH expressions more complicated).
The printing and circuit visualization will also have to be modified, but we can internally expand the block-feedback into nested feedbacks to make this easy. Lastly, the documentation needs to be reviewed.