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

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 u n m i t i g a t e d . The scale factor is approximately given by λ j = n j / n u n m i t i g a t e d .

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

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

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