Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.utils.QuantumInstance.cals_matrix

QuantumInstance.cals_matrix(qubit_index=None)[source]

Get the stored calibration matrices and its timestamp.

প্যারামিটার

qubit_index (Optional[List[int]]) -- the qubit index of corresponding calibration matrix. If None, return all stored calibration matrices.

রিটার্নস

The calibration matrix and the creation timestamp if qubit_index is not None otherwise, return all matrices and their timestamp in a dictionary.

রিটার্ন টাইপ

Optional[Union[Tuple[ndarray, float], Dict[str, Tuple[ndarray, float]]]]