pyqtorch icon indicating copy to clipboard operation
pyqtorch copied to clipboard

[Noise, Refactor] Make the NoiseProtocol logic accept a sequence of noises

Open jpmoutinho opened this issue 6 months ago • 0 comments

Current the logic for a sequence of noises uses a dict of NoiseProtocol, as seen in the QuantumOperation.forward. As suggested by @Roland-djee here, instead, it would be simpler if the protocol itself contains the sequence.

jpmoutinho avatar Aug 05 '24 14:08 jpmoutinho