qiskit.aqua.operators.legacy.covariance¶ covariance(data, pauli_1, pauli_2, avg_1, avg_2)[소스]¶ Compute the covariance matrix element between two Paulis, given the measurement outcome. Appropriate post-rotations on the state are assumed. 매개변수 data (dict) – a dictionary of the form data = {‘00000’: 10} ({str:int}) pauli_1 (Pauli) – a Pauli class member pauli_2 (Pauli) – a Pauli class member avg_1 (float) – expectation value of pauli_1 on data avg_2 (float) – expectation value of pauli_2 on data 반환값 the element of the covariance matrix between two Paulis 반환 형식 float