You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functioncompute_expectation_value(meas::Vector{T}, observable::KronBlock) where {T<:DitStr}
For future use, this function seems to be calculating the empirical average given a series of measurements and a Pauli observable. We can generalize the use of these empirical averages and I believe it is clearer to rename compute_expectation_value() to this since it gives the impression that it calculates the true mean.
The text was updated successfully, but these errors were encountered:
QuantumMeasurements.jl/src/tomography.jl
Line 66 in a6d29fb
For future use, this function seems to be calculating the empirical average given a series of measurements and a Pauli observable. We can generalize the use of these empirical averages and I believe it is clearer to rename
compute_expectation_value()
to this since it gives the impression that it calculates the true mean.The text was updated successfully, but these errors were encountered: