Skip to content

dq.clicktimes_sse_to_sme

clicktimes_sse_to_sme(
    clicktimes: ArrayLike,
    tsave: ArrayLike,
    thetas: ArrayLike,
    etas: ArrayLike,
    key: PRNGKeyArray,
) -> Array

Post-process click times from a jump SSE simulation to obtain click times for a jump SME simulation.

The SME click times are obtained from the SSE click times by adding false clicks with rate \(\theta\) and removing actual clicks with probability \(1-\eta\).

Parameters

Returns

(array of shape (...)) SME click times. The shape is the same as clicktimes, except that the dimension corresponding to the number of jump operators measured may be smaller, if the corresponding efficiency is null.