pub unsafe extern "C" fn initBlankState(qureg: Qureg)Expand description
Initialises a qureg to have all-zero-amplitudes. This is an unphysical state useful for iteratively building a state with functions like setWeightedQureg(), and should not be confused with initZeroState().
@ingroup init @param[in,out] qureg a ::Qureg of which to clear all amplitudes @author Tyson Jones