redfx-quantum/strange

Allow to remove gates from a step

Closed this issue · 1 comments

Step.getGates() returns an immutable list. That is ok since it protects the flow, but somehow it should be possible to remove gates from a step, if explicitly requested.

Fixed by #85