Skip to content

Relation between MeasurementResult and the circuit conditions that originated it #2043

Closed Answered by andreamari
EmilianoG-byte asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @EmilianoG-byte,
correct. There is no log of mitigation methods or similar hyper-parameters in Executor objects or in MeasurementResult objects.

Hint: If you are using ZNE, you can deduce the noise scale factor associated to a specific circuit $C_j$ in _executed_circuits by evaluating the number $n_j$ of gates in $C_j$ and comparing it to the number of gates of the unmitigated circuit $n_{unmitigated}$. The scale factor is approximately given by $\lambda_j = n_j / n_{unmitigated}$.

Note also that, by default, Mitiq uses scale_factors = [1, 2, 3] and fold_gates_at_random as a noise scaling method.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EmilianoG-byte
Comment options

Answer selected by EmilianoG-byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants