get_qudits_results#

MultiState.get_qudits_results() Dict[int, ndarray][source]#

Downloads the qudit results from the device and group them by qudit.

This function accesses the multistate nodes to determine which integrators were used for which qudit to able to group the results by qudit.

Returns:

A dictionary with the qudit index keys and result vector values.

Return type:

Dict[int, ndarray]