Function reportStateToScreen

Source
pub unsafe extern "C" fn reportStateToScreen(
    qureg: Qureg,
    env: QuESTEnv,
    reportRank: c_int,
)
Expand description

Print the current state vector of probability amplitudes for a set of qubits to standard out. For debugging purposes. Each rank should print output serially. Only print output for systems <= 5 qubits

@ingroup debug @author Ania Brown