Skip to content

Commit 9167f8a

Browse files
committed
Update documentation Hamiltonians
1 parent d412398 commit 9167f8a

File tree

1 file changed

+23
-7
lines changed
  • documentation/source/reference/Hamiltonians

1 file changed

+23
-7
lines changed

documentation/source/reference/Hamiltonians/index.rst

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Hamiltonians
77

88
This Hamiltonians submodule of Qrisp provides a unified framework to describe, optimize and simulate quantum Hamiltonians.
99
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!)
1111
Each type of Hamiltonian comes with comprehensive documentation and brief examples to help you understand its implementation and usage:
1212

1313
.. list-table::
@@ -16,12 +16,8 @@ Each type of Hamiltonian comes with comprehensive documentation and brief exampl
1616

1717
* - Hamiltonian
1818
- USED FOR
19-
* - :ref:`Hamiltonian <Hamiltonian>`
20-
- unified framework for quantum Hamiltonians
2119
* - :ref:`PauliHamiltonian <PauliHamiltonian>`
2220
- describe Hamiltonians in terms of Pauli operators
23-
* - :ref:`BoundPauliHamiltonian <BoundPauliHamiltonian>`
24-
- describe Hamiltonians in terms of Pauli operators, bound to specific QuantumVariables
2521
* - :ref:`FermionicHamiltonian <FermionicHamiltonian>`
2622
- describe Hamiltonians in terms of fermionic ladder operators
2723

@@ -32,7 +28,27 @@ We encourage you to explore these Hamiltonians, delve into their documentation,
3228
.. toctree::
3329
:hidden:
3430

35-
Hamiltonian
3631
PauliHamiltonian
37-
BoundPauliHamiltonian
3832
FermionicHamiltonian
33+
34+
35+
Examples
36+
========
37+
38+
.. list-table::
39+
:widths: 25 25
40+
:header-rows: 1
41+
42+
* - Title
43+
- Description
44+
* - :ref:`VQEHeisenberg`
45+
- Investigating the antiferromagnetic Heisenberg model with :ref:`VQE <VQE>`.
46+
* - :ref:`VQEElectronicStructure`
47+
- Solving the electronic structure problem with :ref:`VQE <VQE>`.
48+
* - :ref:`MolecularPotentialEnergyCurve`
49+
- Calculating molecular potential energy curves with :ref:`VQE <VQE>`.
50+
* - :ref:`GroundStateEnergyQPE`
51+
- Calculating ground state energies with :ref:`quantum phase estimation <QPE>`.
52+
* - :ref:`IsingModel`
53+
- Hamiltonian simulation of the transverse field Ising model.
54+

0 commit comments

Comments
 (0)