Skip to content

Commit

Permalink
Math fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haggaila committed Oct 8, 2024
1 parent 6d6c5ef commit 0e544f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
This code simulates the time evolution of a quantum system of interacting two-level systems (qubits).

The dynamics is determined by: (1) a Hamiltonian, which corresponds to the unitary part of the time evolution, and (2) dissipative terms, which account for the fact that the system is coupled to an environment.
These two types of terms enter in a so-called *Lindblad equation* that determines the evolution of the *density matrix* of the system.
Since we have N qubits the Hilbert space has dimension 2^N and the density matrix is 2^N by 2^N in size. In practice this is a huge dimension unless N is very small, and it therefore prevents a direct brute-force numerical solution of the Lindblad equation.
These two types of terms enter the so-called *Lindblad equation* that determines the evolution of the *density matrix* of the system.
Since we have $N$ qubits the Hilbert space has dimension $2^N$ and the density matrix is $2^N$ by $2^N$ in size. In practice this is a huge dimension unless $N$ is very small, and it therefore prevents a direct brute-force numerical solution of the Lindblad equation.

The present code offers an approximate solution of the problem that can be very accurate for large systems (typically up to N~100 or more) if the geometry of the couplings between the qubits is one-dimensional. This approach can also be more efficient than a brute force approach in other geometries.

Expand Down

0 comments on commit 0e544f7

Please sign in to comment.