Suggested improvement for ZNE's get_noisy_circuit
function (related to #1305)
#1314
Labels
enhancement
New feature or request
Currently, the
get_noisy_circuit
function aims to create circuits with repeated CNOTs and/or RX gates to increase the noise artificially.The paper Digital Zero Noise Extrapolation for QEM (https://arxiv.org/abs/2005.10921) has mentioned two other ways of artificially increasing the amount of noise.
The first is called gate folding, where each
U_i
gate in the circuit is repeated n timesU_i
-->U_i
(U_i^dagger
*U_i
)^nThe second is called circuit folding, where the entire circuit (or maybe a sequence of gates) is repeated in the same manner.
I believe this feature will increase the variability and complexity of the generated circuits, allowing for more robust testing and evaluation of quantum error mitigation techniques.
The text was updated successfully, but these errors were encountered: