28 lines
902 B
Plaintext
28 lines
902 B
Plaintext
---
|
||
title: composite_pauli_z_expvalue
|
||
description: API reference for qiskit.ignis.verification.composite_pauli_z_expvalue
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: function
|
||
python_api_name: qiskit.ignis.verification.composite_pauli_z_expvalue
|
||
---
|
||
|
||
# qiskit.ignis.verification.composite\_pauli\_z\_expvalue
|
||
|
||
<Function id="qiskit.ignis.verification.composite_pauli_z_expvalue" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-ignis/tree/stable/0.6/qiskit/ignis/verification/entanglement/analysis.py" signature="composite_pauli_z_expvalue(counts_dictionary, qn)">
|
||
Generates expectation value of n tensored pauli matrix upon input of qubit number and composite pauli matrix
|
||
|
||
**Parameters**
|
||
|
||
* **counts\_dictionary** (`Dict`) – The counts
|
||
* **qn** (`int`) – Number of qubits
|
||
|
||
**Return type**
|
||
|
||
`float`
|
||
|
||
**Returns**
|
||
|
||
The expectation value
|
||
</Function>
|
||
|