pub unsafe extern "C" fn reportState(qureg: Qureg)Expand description
Print the current state vector of probability amplitudes for a set of qubits to file. File format: @verbatim real, imag realComponent1, imagComponent1 realComponent2, imagComponent2 … realComponentN, imagComponentN @endverbatim
File naming convention:
For each node that the program runs on, a file ‘state_rank_[node_rank].csv’ is generated. If there is more than one node, ranks after the first do not include the header @verbatim real, imag @endverbatim so that files are easier to combine.
@ingroup debug @param[in,out] qureg object representing the set of qubits @author Ania Brown