|
6 | 6 | authors:
|
7 | 7 | - name: Nikita Kavokine
|
8 | 8 | orcid: 0000-0002-8037-7996
|
9 |
| - corresponding: true |
10 | 9 | affiliation: "1, 2"
|
11 | 10 | - name: Hao Lu
|
12 | 11 | orcid: 0009-0000-4581-9544
|
@@ -49,18 +48,20 @@ based on stochastically exploring the terms in the perturbative expansion of the
|
49 | 48 | around an exactly solvable limit. Hybridization expansion algorithms -- chief of which the
|
50 | 49 | continuous-time `CTHYB` -- involve expanding around the limit of an isolated atom [@gull2011].
|
51 | 50 | Three extensive libraries for the numerical treatment of quantum many-body problems are
|
52 |
| -currently available: `ALPS`, `w2dynamics` and `TRIQS`, and each has its own implementation of `CTHYB` |
53 |
| -[@ALPS2018,@w2dynamics2019,@CTHYB2016]. |
| 51 | +currently available: `ALPS` [@ALPS2018], `w2dynamics` [@w2dynamics2019] and `TRIQS` [@CTHYB2016], |
| 52 | +and each has its own implementation of `CTHYB`. |
54 | 53 |
|
55 | 54 | However, a simpler and potentially faster version of the `CTHYB` algorithm,
|
56 | 55 | called `CTSEG`, can be used under the restriction of (possibly time-dependent) density-density
|
57 | 56 | interactions on the impurity. `CTSEG` can be further generalized to allow for time-dependent
|
58 | 57 | spin-spin interactions [@otsuki2013]. To our knowledge, no implementation of `CTSEG` has been published so far.
|
59 | 58 | Our `CTSEG` solver is about twice as fast as `TRIQS-CTHYB` for a single orbital problem, and has
|
60 |
| -better scaling with the number of orbitals (400 times faster in our 5 orbital test case, see Fig. 1). |
| 59 | +better scaling with the number of orbitals (400 times faster in our 5 orbital test case, see Fig. 1a). |
61 | 60 | `CTSEG` has already allowed us to obtain the first numerically-exact solution of the
|
62 | 61 | quantum Heisenberg spin glass [@kavokine2024].
|
63 | 62 |
|
| 63 | + |
| 64 | + |
64 | 65 | # Example of use
|
65 | 66 |
|
66 | 67 | As a further illustration of our solver's performance, we apply it to the fully connected $t-J-U$ model
|
|
0 commit comments