Skip to content

Commit aa3ef5e

Browse files
committed
add paper figure
1 parent 163e50e commit aa3ef5e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

paper/figure_JOSS.pdf

574 KB
Binary file not shown.

paper/paper.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ @article{dumitrescu2022
122122
}
123123

124124
@article{kavokine2024,
125-
title = {Exact numerical solution of the fully connected classical and quantum Heisenberg spin glass},
125+
title = {Exact numerical solution of the fully connected classical and quantum {H}eisenberg spin glass},
126126
author = {Kavokine, Nikita and M\"uller, Markus and Geroges, Antoine and Parcollet, Olivier},
127127
journal = {Phys. Rev. Lett.},
128128
year = {2024},

paper/paper.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ tags:
66
authors:
77
- name: Nikita Kavokine
88
orcid: 0000-0002-8037-7996
9-
corresponding: true
109
affiliation: "1, 2"
1110
- name: Hao Lu
1211
orcid: 0009-0000-4581-9544
@@ -49,18 +48,20 @@ based on stochastically exploring the terms in the perturbative expansion of the
4948
around an exactly solvable limit. Hybridization expansion algorithms -- chief of which the
5049
continuous-time `CTHYB` -- involve expanding around the limit of an isolated atom [@gull2011].
5150
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`.
5453

5554
However, a simpler and potentially faster version of the `CTHYB` algorithm,
5655
called `CTSEG`, can be used under the restriction of (possibly time-dependent) density-density
5756
interactions on the impurity. `CTSEG` can be further generalized to allow for time-dependent
5857
spin-spin interactions [@otsuki2013]. To our knowledge, no implementation of `CTSEG` has been published so far.
5958
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).
6160
`CTSEG` has already allowed us to obtain the first numerically-exact solution of the
6261
quantum Heisenberg spin glass [@kavokine2024].
6362

63+
![**a**. Running time comparison between the TRIQS implementations of CTSEG and CTHYB. The test system is a multi-orbital impurity at half-filling and inverse temperature $\beta = 20$. The Coulomb repulsion is $U = 2$ for two electrons on the same orbital and $U' = 1$ for two electrons on different orbitals. The hybridization is diagonal and identical for all orbitals: $\Delta(\omega) = 1/(\omega - 0.3)$. **b**. Spin-spin correlation function $\chi(\tau) = \langle \mathbf{S}(\tau) \cdot \mathbf{S}(0) \rangle$ of the $t-J-U$ model studied by Dumitrescu et al., obtained using CTSEG at inverse temperature $\beta = 300$ and different values of doping $p$. At long times $\chi(\tau) \sim 1/\tau^{\theta}$, with $\theta = 1$ at the QCP. Inset: exponent $\theta$ as a function of doping $p$. The QCP is located at $p \approx 0.16$.](figure_JOSS.pdf)
64+
6465
# Example of use
6566

6667
As a further illustration of our solver's performance, we apply it to the fully connected $t-J-U$ model

0 commit comments

Comments
 (0)