You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/source/reference/Hamiltonians/index.rst
+23-7Lines changed: 23 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Hamiltonians
7
7
8
8
This Hamiltonians submodule of Qrisp provides a unified framework to describe, optimize and simulate quantum Hamiltonians.
9
9
It provides a collection of different types of Hamiltonians that can be used to model and solve a variety of problems in physics, chemistry, or optimization.
10
-
(Up to now, Pauli Hamiltonians have been implemented, but stay tuned for future updates!)
10
+
(Up to now, Pauli Hamiltonians and Fermionic Hamiltonians have been implemented, but stay tuned for future updates!)
11
11
Each type of Hamiltonian comes with comprehensive documentation and brief examples to help you understand its implementation and usage:
12
12
13
13
.. list-table::
@@ -16,12 +16,8 @@ Each type of Hamiltonian comes with comprehensive documentation and brief exampl
16
16
17
17
* - Hamiltonian
18
18
- USED FOR
19
-
* - :ref:`Hamiltonian <Hamiltonian>`
20
-
- unified framework for quantum Hamiltonians
21
19
* - :ref:`PauliHamiltonian <PauliHamiltonian>`
22
20
- describe Hamiltonians in terms of Pauli operators
0 commit comments