Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
038c706
new module with stand-alone functions for computation of expected values
andre-juan Sep 16, 2025
58f861d
fix expected value error bar - covariance of grouping now taking int…
andre-juan Sep 16, 2025
875a2e8
expval SE calculation now vectorized - much much faster!!
andre-juan Sep 16, 2025
761b7c7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2025
db70553
fixed return type hint
andre-juan Sep 16, 2025
ac909ae
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2025
c98cc0a
fixed pauli grouping and added expval without grouping
andre-juan Sep 18, 2025
bf9e71c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 18, 2025
5523d77
fix graph coloring for grouping
andre-juan Sep 18, 2025
c3afc23
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 23, 2025
2d7af7e
update docs - partial
andre-juan Oct 23, 2025
7a47468
update expectation_values
andre-juan Oct 23, 2025
15805c4
test for expval - partial
andre-juan Oct 23, 2025
b33a1b5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 23, 2025
ceaf46b
Merge branch 'master' into pauli_lin_comb_expval
andre-juan Oct 23, 2025
500e4af
changed type hints
andre-juan Dec 16, 2025
6fd8960
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 22, 2026
6b51d60
Merge branch 'master' into pauli_lin_comb_expval
andre-juan Jan 22, 2026
13dfe14
Merge branch 'pauli_lin_comb_expval' of https://github.com/qiboteam/q…
andre-juan Jan 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,17 @@ Heisenberg XXZ
This is useful for systems that contain many qubits for which constructing
the full matrix is intractable.


Expectation values
^^^^^^^^^^^^^^^^^^

Functions to compute expectation values of Hamiltonians expressed in different input formats.

Expectation values of Hamiltonians
""""""""""""""""""""""""""""""""""

.. autofunction:: qibo.hamiltonians.expectation_values.get_expval_hamiltonian

_______________________


Expand Down
Loading
Loading