Skip to content

Commit

Permalink
update: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesdyl committed Jun 12, 2022
1 parent 2fd413f commit eccfc5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ Both construction methods will create the following Hamiltonian-matrix:


Even though `lattpy` is written in pure python, it achieves high performance and
a low memory footprint by making heavy use of numpy's vectorized operations.
As an example the build-times, the maximal memory used in the build process and the
size of the stored lattice data of a square lattice for different number of
a low memory footprint by making heavy use of numpy's vectorized operations and scipy's
cKDTree. As an example the build-times, the maximal memory used in the build process
and the size of the stored lattice data of a square lattice for different number of
sites are shown in the following plots:


Expand Down

0 comments on commit eccfc5a

Please sign in to comment.