Skip to content

Commit 0e544f7

Browse files
committed
Math fixes
1 parent 6d6c5ef commit 0e544f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/background.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
This code simulates the time evolution of a quantum system of interacting two-level systems (qubits).
77

88
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.
9-
These two types of terms enter in a so-called *Lindblad equation* that determines the evolution of the *density matrix* of the system.
10-
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.
9+
These two types of terms enter the so-called *Lindblad equation* that determines the evolution of the *density matrix* of the system.
10+
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.
1111

1212
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.
1313

0 commit comments

Comments
 (0)