Skip to content

Commit 2f41b14

Browse files
committed
[doc] background fixes
1 parent cf5cf76 commit 2f41b14

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/background/ppsc.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A word on the algorithm
44
=======================
55

6-
The hybridization expansion approach to solving generalized Anderson impurity models has been combined with a plethora of numerical methods. One of these methods is the bold hybridization expansion [#ppsc]_ in terms of the local atomic propagator :math`G(\tau)`, often referred to as the pseudo-particle approach, since it can be derived by introducing a pseudo particle for each many-body state in the impurity local Hilbert space.
6+
The hybridization expansion approach to solving generalized Anderson impurity models has been combined with a plethora of numerical methods. One of these methods is the bold hybridization expansion [#ppscintro]_ in terms of the local atomic propagator :math`G(\tau)`, often referred to as the pseudo-particle approach, since it can be derived by introducing a pseudo particle for each many-body state in the impurity local Hilbert space.
77

88
In the bold formulation :math:`G(\tau)` is self-consistently computed using the Dyson equation
99

@@ -15,14 +15,14 @@ where :math:`G_0(\tau)` is the atomic many-body propagator and :math:`\Sigma(\ta
1515

1616
.. math::
1717
18-
\Sigma[G] = \Sigma_1[G] + \Sigma_2[G] + ... + \Sigma_n[G]
18+
\Sigma[G] = \Sigma_1[G] + \Sigma_2[G] + \dots + \Sigma_n[G]
1919
20-
Once convergence is reached physical response functions like the single particle Green's function :math:`g(\tau) = \rangle \mathcal{T} c(\tau) c^\dagger(0) \range` can be evaluted by a separate diagrammatic series (similar to :math:`\Sigma`).
20+
Once convergence is reached physical response functions like the single particle Green's function :math:`g(\tau) = \rangle \mathcal{T} c(\tau) c^\dagger(0) \rangle` can be evaluted by a separate diagrammatic series (similar to :math:`\Sigma`).
2121

22-
The ``triqs_soehyb`` solver implements the bold hybridization expansion using the Discrete Lehmann Representation (DLR)[#dlr, #cppdlr]_ for compact representation of propagators in imaginary time :math:`\tau` and a separate hybridization function compression approach[#soehyb]_ (based on the famous AAA algorithm) to evaluate the diagram series for :math:`\Sigma` with lower computational complexity than standard quadrature integration.[#dlrhyb]_
22+
The ``triqs_soehyb`` solver implements the bold hybridization expansion using the Discrete Lehmann Representation (DLR) [#dlr, #cppdlr]_ for compact representation of propagators in imaginary time :math:`\tau` and a separate hybridization function compression approach [#soehyb]_ (based on the famous AAA algorithm) to evaluate the diagram series for :math:`\Sigma` with lower computational complexity than standard quadrature integration. [#dlrhyb]_
2323

2424

25-
.. [#ppsc] `M. Eckstein, P. Werner, Phys. Rev. B 82, 115115 (2010) <https://doi.org/10.1103/PhysRevB.82.115115>`_
25+
.. [#ppscintro] `M. Eckstein, P. Werner, Phys. Rev. B 82, 115115 (2010) <https://doi.org/10.1103/PhysRevB.82.115115>`_
2626
.. [#dlrhyb] `J. Kaye, Z. Huang, H. U.R. Strand, D. Golež, Phys. Rev. X 14, 031034 (2024) <https://doi.org/10.1103/PhysRevX.14.031034>`_
2727
.. [#soehyb] `Z. Huang, D. Golež, H. U.R. Strand, J. Kaye, arXiv:2503.19727 (2025) <https://doi.org/10.48550/arXiv.2503.19727>`_
2828
.. [#cppdlr] `J. Kaye, H. U.R. Strand, N. Wentzell, J. Open Source Softw., 9(100), 6297, (2024) <https://doi.org/10.21105/joss.06297>`_

0 commit comments

Comments
 (0)