From 239721cdcffce5e045e1ad8908107d9e8910be6c Mon Sep 17 00:00:00 2001 From: Flatiron Jenkins Date: Tue, 19 Nov 2024 18:10:06 -0500 Subject: [PATCH] Generated documentation for triqs/3.2.x jenkins-TRIQS-triqs-3.2.x-142 71b56c85cc36940edbdcbd02867e46b3a0929ad9 --- triqs/3.2.x/_modules/triqs/dos/dos.html | 14 +++--- .../_modules/triqs/dos/hilbert_transform.html | 6 +-- .../triqs/gf/backwd_compat/gf_imfreq.html | 4 +- triqs/3.2.x/_modules/triqs/gf/gf.html | 44 +++++++++--------- .../documentation/python_api/triqs.dos.html | 4 +- triqs/3.2.x/objects.inv | Bin 120211 -> 120209 bytes triqs/3.2.x/py-modindex.html | 4 +- triqs/3.2.x/searchindex.js | 2 +- .../tutorials/ModelDMFT/01-IPT_and_DMFT.html | 2 +- .../02-Introduction_to_the_CTHYB_solver.html | 2 +- .../ModelDMFT/05-VBDMFT_Hubbard.html | 2 +- .../ModelDMFT/solutions/01s-IPT_and_DMFT.html | 4 +- ...03s-Single-orbital_Hubbard_with_CTQMC.html | 2 +- .../solutions/05s-VBDMFT_Hubbard.html | 2 +- 14 files changed, 46 insertions(+), 46 deletions(-) diff --git a/triqs/3.2.x/_modules/triqs/dos/dos.html b/triqs/3.2.x/_modules/triqs/dos/dos.html index 0008e5016a..19b2512e6b 100644 --- a/triqs/3.2.x/_modules/triqs/dos/dos.html +++ b/triqs/3.2.x/_modules/triqs/dos/dos.html @@ -1724,7 +1724,7 @@

Source code for triqs.dos.dos

 import numpy
 
 
-[docs] +[docs] class DOS : r""" * Stores a density of state of fermions @@ -1743,7 +1743,7 @@

Source code for triqs.dos.dos

 
     """
 
-[docs] +[docs] def __init__(self, eps, rho, name = ''): """ Parameters @@ -1789,7 +1789,7 @@

Source code for triqs.dos.dos

         """%self.__dict__ 
 
 
-[docs] +[docs] def copy(self): return DOS(self.eps,self.rho,self.name)
@@ -1798,7 +1798,7 @@

Source code for triqs.dos.dos

         return  [ {'label' : self.name, 'xlabel' :r'$\epsilon$', 'ylabel' : r'%s$(\epsilon)$'%self.name, 'xdata' : self.eps,'ydata' : self.rho } ]
 
 
-[docs] +[docs] def density(self,mu=0): """Calculates the density of free fermions for the given DOS for chemical potential mu.""" @@ -1822,7 +1822,7 @@

Source code for triqs.dos.dos

 ##########################################################################
 
 
-[docs] +[docs] def dos_from_file(Filename, name = '', single_orbital = None): """ Read the DOS from a file @@ -1863,7 +1863,7 @@

Source code for triqs.dos.dos

 ##########################################################################
 
 
-[docs] +[docs] class DOSFromFunction(DOS): """ * A DOS class, but constructed from a function. @@ -1871,7 +1871,7 @@

Source code for triqs.dos.dos

     * The number of points can be variable and self-adjusted in the Hilbert transform to adapt precision.
     """
 
-[docs] +[docs] def __init__(self, function, x_min, x_max, n_pts=100, name=''): """ :param function: * a function :math:`\\epsilon \\rightarrow \\rho(\\epsilon)` diff --git a/triqs/3.2.x/_modules/triqs/dos/hilbert_transform.html b/triqs/3.2.x/_modules/triqs/dos/hilbert_transform.html index 07a24848d4..390042d467 100644 --- a/triqs/3.2.x/_modules/triqs/dos/hilbert_transform.html +++ b/triqs/3.2.x/_modules/triqs/dos/hilbert_transform.html @@ -1727,7 +1727,7 @@

Source code for triqs.dos.hilbert_transform

 import numpy
 
 
-[docs] +[docs] class HilbertTransform: r""" Computes the Hilbert Transform from a DOS object @@ -1740,7 +1740,7 @@

Source code for triqs.dos.hilbert_transform

 
     """
 
-[docs] +[docs] def __init__(self, rho): """ :param rho: a DOS object. @@ -1771,7 +1771,7 @@

Source code for triqs.dos.hilbert_transform

     #-------------------------------------------------------------
 
 
-[docs] +[docs] def __call__ (self, Sigma, mu=0, eta=0, field=None, epsilon_hat=None, result=None, n_points_integral=None, test_convergence=None): r""" diff --git a/triqs/3.2.x/_modules/triqs/gf/backwd_compat/gf_imfreq.html b/triqs/3.2.x/_modules/triqs/gf/backwd_compat/gf_imfreq.html index be9616a9ef..167f0f4578 100644 --- a/triqs/3.2.x/_modules/triqs/gf/backwd_compat/gf_imfreq.html +++ b/triqs/3.2.x/_modules/triqs/gf/backwd_compat/gf_imfreq.html @@ -1724,7 +1724,7 @@

Source code for triqs.gf.backwd_compat.gf_imfreq

from triqs.gf.meshes import MeshImFreq
-[docs] +[docs] class GfImFreq(Gf) : """ Parameters (KEYWORD argument ONLY) @@ -1753,7 +1753,7 @@

Source code for triqs.gf.backwd_compat.gf_imfreq

"""
-[docs] +[docs] def __init__(self, **kw): # enforce keyword only policy """ Same as Gf, but can rebuild the mesh for backward compatibility diff --git a/triqs/3.2.x/_modules/triqs/gf/gf.html b/triqs/3.2.x/_modules/triqs/gf/gf.html index 0bc52f9625..ee8409fe8d 100644 --- a/triqs/3.2.x/_modules/triqs/gf/gf.html +++ b/triqs/3.2.x/_modules/triqs/gf/gf.html @@ -1740,11 +1740,11 @@

Source code for triqs.gf.gf

 all_call_proxies = dict( (c.__name__, c) for c in list(wrapped_aux.__dict__.values()) if isinstance(c, type) and c.__name__.startswith('CallProxy'))
 
 
-[docs] +[docs] class CallProxyNone: """Default do nothing value"""
-[docs] +[docs] def __init__(self, *args): pass
@@ -1754,7 +1754,7 @@

Source code for triqs.gf.gf

 
 # For IO later
 
-[docs] +[docs] def call_factory_from_dict(cl,name, dic): """Given a class cl and a dict dic, it calls cl.__factory_from_dict__(dic)""" return cl.__factory_from_dict__(name, dic)
@@ -1763,7 +1763,7 @@

Source code for triqs.gf.gf

 # a metaclass that adds all functions of gf_fnt as methods 
 # the C++ will take care of the dispatch
 
-[docs] +[docs] def add_method_helper(a,cls): def _(self, *args, **kw): return a(self, *args, **kw) @@ -1774,10 +1774,10 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] class AddMethod(type):
-[docs] +[docs] def __init__(cls, name, bases, dct): super(AddMethod, cls).__init__(name, bases, dct) for a in [f for f in list(gf_fnt.__dict__.values()) if callable(f)]: @@ -1787,17 +1787,17 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] class Idx:
-[docs] +[docs] def __init__(self, *x): self.idx = x[0] if len(x)==1 else x
-[docs] +[docs] class Gf(metaclass=AddMethod): r""" TRIQS Greens function container class @@ -1833,7 +1833,7 @@

Source code for triqs.gf.gf

     __array_priority__ = 10000 # Makes sure the operations of this class are applied as priority
 
 
-[docs] +[docs] def __init__(self, **kw): # enforce keyword only policy #print "Gf construct args", kw @@ -1914,7 +1914,7 @@

Source code for triqs.gf.gf

         assert self._data.shape[:self._rank] == tuple(len(m) for m in self._mesh.components) if isinstance (self._mesh, MeshProduct) else (len(self._mesh),)
 
 
-[docs] +[docs] def density(self, *args, **kwargs): r"""Compute the density matrix of the Greens function @@ -1982,7 +1982,7 @@

Source code for triqs.gf.gf

         return self._data
 
 
-[docs] +[docs] def copy(self) : """Deep copy of the Greens function. @@ -1997,7 +1997,7 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] def copy_from(self, another): """Copy the data of another Greens function into self.""" self._mesh.copy_from(another.mesh) @@ -2331,7 +2331,7 @@

Source code for triqs.gf.gf

    #----------------------------- other operations -----------------------------------
 
 
-[docs] +[docs] def invert(self): """Inverts the Greens function (in place).""" @@ -2349,7 +2349,7 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] def inverse(self): """Computes the inverse of the Greens function. @@ -2364,7 +2364,7 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] def transpose(self): """Take the transpose of a matrix valued Greens function. @@ -2392,7 +2392,7 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] def conjugate(self): """Conjugate of the Greens function. @@ -2405,14 +2405,14 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] def zero(self): """Set all values to zero.""" self._data[:] = 0
-[docs] +[docs] def from_L_G_R(self, L, G, R): r"""Matrix transform of the target space of a matrix valued Greens function. @@ -2460,7 +2460,7 @@

Source code for triqs.gf.gf

 
 
 
-[docs] +[docs] def total_density(self, *args, **kwargs): """Compute total density. @@ -2513,7 +2513,7 @@

Source code for triqs.gf.gf

         return plot.dispatcher(self)(self, opt_dict)
 
 
-[docs] +[docs] def x_data_view(self, x_window=None, flatten_y=False): """Helper method for getting a view of the data. @@ -2555,7 +2555,7 @@

Source code for triqs.gf.gf

 
 # A backward compatility function
 
-[docs] +[docs] def bckwd(hdf_scheme): # we know scheme is of the form GfM1_x_M2_s/tv3 m, t= hdf_scheme[2:], '' # get rid of Gf diff --git a/triqs/3.2.x/documentation/python_api/triqs.dos.html b/triqs/3.2.x/documentation/python_api/triqs.dos.html index fdcd71ea4f..6daba8b4ed 100644 --- a/triqs/3.2.x/documentation/python_api/triqs.dos.html +++ b/triqs/3.2.x/documentation/python_api/triqs.dos.html @@ -1710,10 +1710,10 @@

Modules

- + - + diff --git a/triqs/3.2.x/objects.inv b/triqs/3.2.x/objects.inv index 9d4be0d151445e73c4306cd068626bf79eabc623..4c72fb36b149e906e78c73ae712e5fc7a4b53d40 100644 GIT binary patch literal 120209 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 mrjIctw?(~ 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

oLliH!0@0Z!$Sr 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∓OG8S^k-CV94QzC1K%%E29lzNuF0WdGPY93OZ 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 Module Index

diff --git a/triqs/3.2.x/searchindex.js b/triqs/3.2.x/searchindex.js index c324922bf5..84d577cab2 100644 --- a/triqs/3.2.x/searchindex.js +++ b/triqs/3.2.x/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"(1) Evaluation": [[413, "evaluation"]], "(1) Use the linear index of the mesh": [[426, "use-the-linear-index-of-the-mesh"]], "(2) Building a view": [[413, "building-a-view"]], "(2) Use the mesh_point of the mesh": [[426, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[426, "find-the-closest-mesh-point-from-a-domain-point"]], "(3) Interaction with clef expressions": [[413, "interaction-with-clef-expressions"]], "(4) Interaction with clef expressions": [[426, "interaction-with-clef-expressions"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1713, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1717, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1713, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1717, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1713, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1717, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1713, "3.-Check-convergence"], [1717, "3.-Check-convergence"]], "4. Analytic continuation of the self-energy": [[1713, "4.-Analytic-continuation-of-the-self-energy"], [1717, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1713, "5.-Plot-Spectral-Function"], [1717, "5.-Plot-Spectral-Function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1713, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1717, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"]], "A complete list of requirements": [[1696, null]], "A first DMFT calculation": [[1728, null], [1734, null]], "A lazy sum": [[394, null]], "A little example": [[440, "a-little-example"]], "A mixed C++/Python project": [[1707, "a-mixed-c-python-project"]], "A quick tour in C++": [[1699, "a-quick-tour-in-c"]], "A simple C++ project, with its tests and documentation": [[1707, "a-simple-c-project-with-its-tests-and-documentation"]], "A simple example": [[468, "a-simple-example"]], "A thin layer above matplotlib": [[469, "a-thin-layer-above-matplotlib"]], "A tight-binding model on a square lattice": [[1712, null]], "A very short introduction to python": [[1721, "A-very-short-introduction-to-python"]], "API": [[430, "api"]], "API Changes": [[0, "api-changes"]], "API changes": [[0, "id76"]], "Ab-Initio Tools": [[4, "ab-initio-tools"]], "About TRIQS": [[3, null]], "Accessing the random number generator from the Monte Carlo class": [[458, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "Accessors": [[150, "accessors"], [162, "accessors"], [174, "accessors"]], "Add a line and a column": [[1701, "add-a-line-and-a-column"]], "Add two lines and two columns": [[1701, "add-two-lines-and-two-columns"]], "Addition of a line and a column, or more": [[403, "addition-of-a-line-and-a-column-or-more"]], "Additional Initialization Descriptors": [[1723, "Additional-Initialization-Descriptors"], [1727, "Additional-Initialization-Descriptors"]], "Adjusting the fit parameters (Advanced)": [[430, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[430, "adjusting-the-fit-window-advanced"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1716, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1720, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "Anaconda": [[1690, "anaconda"]], "Analytic Continuation": [[4, "analytic-continuation"]], "Analytically continue the impurity Green\u2019s function": [[1713, "Analytically-continue-the-impurity-Green's-function"], [1717, "Analytically-continue-the-impurity-Green's-function"]], "Analyzing the precomputed results": [[1732, "Analyzing-the-precomputed-results"], [1737, "Analyzing-the-precomputed-results"]], "App4Triqs Application Skeleton": [[4, "app4triqs-application-skeleton"]], "Applications based on TRIQS": [[4, null]], "Apptainer": [[1690, "apptainer"]], "Archives": [[0, "archives"]], "Arithmetic Operations": [[1723, "Arithmetic-Operations"], [1727, "Arithmetic-Operations"]], "Assignment": [[411, null]], "Assignment: << or = operator": [[432, "assignment-or-operator"]], "Authors & contributors": [[3, "authors-contributors"]], "Automatic assignment of containers": [[391, null]], "Averages and Standard Errors": [[472, "averages-and-standard-errors"]], "Basic notions": [[404, null]], "Basic usage": [[388, "basic-usage"]], "Basics": [[1708, null]], "Bath discretization function": [[0, "bath-discretization-function"]], "Behaviour of U_{sp} and U_{ch} vs. U": [[1742, "Behaviour-of-U_{sp}-and-U_{ch}-vs.-U"], [1747, "Behaviour-of-U_{sp}-and-U_{ch}-vs.-U"]], "Bethe lattice DMFT": [[1728, "Bethe-lattice-DMFT"], [1734, "Bethe-lattice-DMFT"]], "Binder": [[1690, "binder"]], "Block Green\u2019s functions": [[1723, "Block-Green's-functions"], [1727, "Block-Green's-functions"]], "Block access": [[440, "block-access"]], "BlockGf": [[0, "blockgf"]], "BlockGf: The complete Green\u2019s function": [[440, null]], "Bracket Accessor": [[432, "bracket-accessor"]], "Bravais Lattice": [[446, null]], "BravaisLattice": [[452, "bravaislattice"]], "Build structure": [[1704, "build-structure"]], "Building the TRIQS documentation": [[1696, "building-the-triqs-documentation"]], "Building the documentation": [[7, "building-the-documentation"]], "C++": [[0, "c"], [463, "c"], [1706, "c"]], "C++ API": [[9, "c-api"]], "C++ compilers": [[1696, "c-compilers"]], "C++ documentation": [[407, null]], "C++ variable names": [[457, "c-variable-names"]], "Calculating": [[1721, "Calculating"]], "Change in gf_struct objects": [[0, "change-in-gf-struct-objects"]], "Change of a column": [[403, "change-of-a-column"]], "Change of a line": [[403, "change-of-a-line"]], "Change of a line and a column": [[403, "change-of-a-line-and-a-column"]], "Changelog": [[0, null]], "Citation": [[3, "citation"]], "Classes": [[11, "classes"], [28, "classes"], [43, "classes"], [82, "classes"], [131, "classes"], [214, "classes"], [294, "classes"], [337, "classes"]], "Clef expressions": [[421, "clef-expressions"]], "Code from previous notebooks": [[1743, "Code-from-previous-notebooks"], [1748, "Code-from-previous-notebooks"]], "Coefficient extraction": [[463, null]], "Cofactors": [[403, "cofactors"]], "Common environment variables": [[1692, "common-environment-variables"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1723, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green's-function"], [1727, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green's-function"]], "Comparison to Hubbard-I solution": [[1716, null], [1720, null]], "Comparison with the literature": [[1734, "Comparison-with-the-literature"]], "Compiling TRIQS from source (Advanced)": [[1690, "compiling-triqs-from-source-advanced"]], "Compiling TRIQS from source using EasyBuild": [[1690, "compiling-triqs-from-source-using-easybuild"]], "Compiling a package from source": [[1695, "compiling-a-package-from-source"]], "Complete documentation/manual/triqs": [[471, "complete-documentation-manual-triqs"]], "Complete evaluation": [[395, "complete-evaluation"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1740, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1745, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Computing a DOS from a tight_binding": [[448, "computing-a-dos-from-a-tight-binding"]], "Concepts": [[406, null], [453, null]], "Conclusion of Exercise 2": [[1736, "Conclusion-of-Exercise-2"]], "Conclusion of Exercise 3": [[1736, "Conclusion-of-Exercise-3"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1726, "Constructing-and-Initializing-a-Lattice-Green's-function"]], "Constructing the Monte Carlo simulation": [[459, "constructing-the-monte-carlo-simulation"]], "Construction/factories": [[461, "construction-factories"]], "Constructors": [[412, "constructors"], [414, null]], "Constructors of gf": [[414, "constructors-of-gf"]], "Contributing": [[6, null]], "Contributing to code and documentation": [[6, "contributing-to-code-and-documentation"]], "Conventions for TRIQS applications": [[1704, null]], "Convertion": [[381, "convertion"]], "Convertion vs wrapping": [[381, null]], "Cpp2Py": [[4, "cpp2py"]], "Cpp2Py: a C++/Python interfacing tool": [[380, null]], "Creation of a non empty det_manip class": [[1701, "creation-of-a-non-empty-det-manip-class"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1702, "creation-of-a-simple-green-s-function-g-i-omega"]], "Creation of a two real time GF G(t,t')": [[1702, "creation-of-a-two-real-time-gf-g-t-t"]], "Creation of an empty det_manip class": [[1701, "creation-of-an-empty-det-manip-class"]], "Customizing your installation": [[1693, null]], "DFT tools - Toolbox for ab initio calculations of correlated materials": [[4, "dft-tools-toolbox-for-ab-initio-calculations-of-correlated-materials"]], "DLR": [[0, "dlr"]], "Data access": [[415, null]], "Data storage": [[412, "data-storage"], [416, "data-storage"], [417, "data-storage"], [418, "data-storage"], [421, "data-storage"], [422, "data-storage"], [424, "data-storage"]], "Declaring and printing an array": [[1700, "declaring-and-printing-an-array"]], "Defining a Tight-Binding Hamiltonian": [[1726, "Defining-a-Tight-Binding-Hamiltonian"]], "Defining a function": [[1721, "Defining-a-function"]], "Defining a new class": [[1721, "Defining-a-new-class"]], "Defining through a lazy expression": [[1700, "defining-through-a-lazy-expression"]], "Density of state and related tools": [[448, null]], "Dependency Management": [[0, "dependency-management"]], "Deprecate use of string indices for Green functions": [[0, "deprecate-use-of-string-indices-for-green-functions"]], "Descriptors": [[439, null]], "Determinant manipulation": [[0, "determinant-manipulation"]], "Direct access to data points": [[432, "direct-access-to-data-points"]], "Disclaimer": [[3, "disclaimer"], [1694, "disclaimer"]], "Docker": [[1690, "docker"]], "Documentation": [[0, "documentation"], [9, null]], "Documentation conventions for C++ code": [[400, "documentation-conventions-for-c-code"]], "Domain": [[406, "domain"]], "Domain & mesh": [[412, "domain-mesh"], [416, "domain-mesh"], [417, "domain-mesh"], [418, "domain-mesh"], [421, "domain-mesh"], [422, "domain-mesh"], [424, "domain-mesh"]], "Dynamic Analyzer Checks (ASAN, UBSAN)": [[0, "dynamic-analyzer-checks-asan-ubsan"]], "Dynamical mean-field theory": [[1728, "Dynamical-mean-field-theory"], [1734, "Dynamical-mean-field-theory"]], "Dynamical mean-field theory on a Bethe lattice": [[1709, null]], "Editing the documentation": [[7, "editing-the-documentation"]], "End of the simulation - gathering results": [[459, "end-of-the-simulation-gathering-results"]], "Environment setup": [[1690, "environment-setup"]], "Environment variables affecting OpenMP": [[1692, "environment-variables-affecting-openmp"]], "Environment variables for software developement": [[1692, "environment-variables-for-software-developement"]], "Evaluate the Green function": [[1726, "Evaluate-the-Green-function"]], "Evaluating CLEF expressions": [[395, null]], "Evaluation method": [[416, "evaluation-method"], [417, "evaluation-method"], [418, "evaluation-method"], [422, "evaluation-method"], [424, "evaluation-method"]], "Exact Diagonalization": [[1725, "Exact-Diagonalization"]], "Example": [[13, "example"], [26, "example"], [145, "example"], [146, "example"], [151, "example"], [207, "example"], [339, "example"], [343, "example"], [346, "example"], [348, "example"], [350, "example"], [371, "example"], [372, "example"], [373, "example"], [374, "example"], [386, "example"], [402, "example"], [408, "example"], [430, "example"], [433, "example"], [434, "example"], [435, "example"], [437, "example"], [452, "example"], [469, "example"], [471, "example"]], "Example of use": [[444, "example-of-use"]], "Example of use: C++": [[389, "example-of-use-c"]], "Example of use: Python": [[389, "example-of-use-python"]], "Example with options": [[469, "example-with-options"]], "Example: the Ising chain in a magnetic field": [[456, null]], "Examples": [[397, "examples"], [412, "examples"], [416, "examples"], [417, "examples"], [418, "examples"], [421, "examples"], [422, "examples"], [424, "examples"], [436, "examples"]], "Exceptions": [[474, null]], "Exercises": [[1723, "Exercises"], [1727, "Exercises"]], "Factories": [[412, "factories"]], "Factories for the regular type": [[412, "factories-for-the-regular-type"]], "Factories for the view type": [[412, "factories-for-the-view-type"]], "Fast calculation using Fourier transform": [[1740, "Fast-calculation-using-Fourier-transform"], [1745, "Fast-calculation-using-Fourier-transform"]], "Fermi surface nesting": [[1739, "Fermi-surface-nesting"], [1744, "Fermi-surface-nesting"]], "FermiSee": [[1714, null], [1718, null]], "Fermions on the square lattice & perfect nesting": [[1739, null], [1744, null]], "Final Steps": [[1698, "final-steps"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1743, null], [1748, null]], "Fitting data": [[468, null]], "Fixes": [[0, "fixes"]], "Flat density of states": [[1723, "Flat-density-of-states"], [1727, "Flat-density-of-states"]], "Floor division": [[1698, "floor-division"]], "Forming CLEF expressions": [[396, null]], "Forming an expression": [[396, "forming-an-expression"]], "Fourier and Legendre to Matsubara transforms": [[443, null]], "Fourier and Legendre transforms": [[404, "fourier-and-legendre-transforms"]], "Fourier transforms": [[408, null], [1723, "Fourier-transforms"], [1727, "Fourier-transforms"]], "Fourier: implementation notes": [[409, null]], "Free Fermions with tight binding hopping": [[451, null]], "Free functions": [[416, "free-functions"], [461, "free-functions"]], "Frequently-asked questions": [[1688, null]], "From the data to the figures": [[470, "from-the-data-to-the-figures"]], "Full documentation/manual/triqs": [[402, "full-documentation-manual-triqs"], [455, null]], "Functional techniques": [[421, "functional-techniques"]], "Functions": [[11, "functions"], [28, "functions"], [43, "functions"], [131, "functions"], [214, "functions"], [294, "functions"], [337, "functions"]], "Fundamental operators": [[1725, "Fundamental-operators"]], "Further reading": [[1690, "further-reading"]], "General": [[0, "general"], [0, "id2"], [0, "id11"], [0, "id22"], [0, "id27"], [0, "id33"], [0, "id41"], [0, "id44"], [0, "id54"], [0, "id58"], [0, "id66"], [0, "id72"]], "General Principle": [[383, null]], "General reminder: Anderson impurity model and CTHYB solver": [[1729, null]], "Generic use": [[458, "generic-use"]], "Get and install clang on linux": [[1691, "get-and-install-clang-on-linux"]], "Get information about a det_manip class": [[1701, "get-information-about-a-det-manip-class"]], "Getting a list of random number generators": [[458, "getting-a-list-of-random-number-generators"]], "Getting help": [[1721, "Getting-help"]], "Gf": [[0, "gf"], [0, "id23"]], "Github discussions": [[6, "github-discussions"]], "Goal of this tutorial": [[1722, "Goal-of-this-tutorial"]], "Goals and questions": [[1740, "Goals-and-questions"], [1745, "Goals-and-questions"]], "Green Functions": [[0, "id81"]], "Green function in real time ": [[404, "green-function-in-real-time-gfretime"]], "Green function meshes (C++)": [[0, "green-function-meshes-c"]], "Green functions": [[0, "green-functions"]], "Green\u2019s function and HDF5 files": [[1703, null]], "Green\u2019s functions": [[0, "greens-functions"], [431, null], [1702, null]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1698, null]], "HDF5": [[0, "id79"], [440, "hdf5"]], "HDF5 Archives": [[1724, null]], "HDF5 Archiving": [[1700, "hdf5-archiving"]], "HDF5 data scheme": [[387, "hdf5-data-scheme"], [433, "hdf5-data-scheme"], [434, "hdf5-data-scheme"], [435, "hdf5-data-scheme"], [436, "hdf5-data-scheme"], [437, "hdf5-data-scheme"]], "HDF5 storage convention": [[412, "hdf5-storage-convention"], [416, "hdf5-storage-convention"], [417, "hdf5-storage-convention"], [418, "hdf5-storage-convention"], [421, "hdf5-storage-convention"], [422, "hdf5-storage-convention"], [424, "hdf5-storage-convention"]], "HDFArchive": [[387, "hdfarchive"]], "HDFArchiveGroup": [[387, "hdfarchivegroup"]], "HDFArchiveInert": [[387, "hdfarchiveinert"]], "Hamiltonians": [[464, null]], "Hartree Fock solver": [[4, "hartree-fock-solver"]], "Hdf-compliant objects": [[387, "hdf-compliant-objects"]], "Headers": [[388, "headers"]], "Helper functions": [[466, null]], "High-Frequency moments of the Green\u2019s function": [[430, null], [441, null]], "High-frequency tail": [[404, "high-frequency-tail"]], "Hilbert Transform": [[449, null]], "Histograms and text": [[1722, "Histograms-and-text"]], "How does a class become hdf-compliant?": [[387, "how-does-a-class-become-hdf-compliant"]], "How does it work ?": [[403, null]], "How to contribute to documentation?": [[7, null]], "How to determine the version of the installed TRIQS library": [[1750, "how-to-determine-the-version-of-the-installed-triqs-library"]], "How to fill a GF with placeholders": [[1702, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1702, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "How to make a pull request?": [[8, null]], "Hubbard I solver": [[4, "hubbard-i-solver"]], "Hybridization-expansion solver": [[4, "hybridization-expansion-solver"]], "If statements": [[1721, "If-statements"]], "Imaginary-frequency Green\u2019s functions": [[1723, "Imaginary-frequency-Green's-functions"], [1727, "Imaginary-frequency-Green's-functions"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1702, "imaginary-time-green-s-functions-g-tau"]], "Implementation in imaginary time/frequency using FFTW": [[409, "implementation-in-imaginary-time-frequency-using-fftw"]], "Implementation in real time/frequency using FFTW": [[409, "implementation-in-real-time-frequency-using-fftw"]], "Implementation notes": [[427, null]], "Importing modules": [[1721, "Importing-modules"]], "Imports and parameters": [[1726, "Imports-and-parameters"]], "Impurity Solvers": [[4, "impurity-solvers"]], "Initializing the MPI": [[459, "initializing-the-mpi"]], "Inline plots": [[1722, "Inline-plots"]], "Install structure": [[1704, "install-structure"]], "Installation": [[0, "installation"], [0, "id77"], [1690, null]], "Installation of the dependencies": [[1694, "installation-of-the-dependencies"]], "Installation steps": [[1690, "installation-steps"]], "Installing required libraries on Ubuntu": [[1697, null]], "Interaction with CLEF expressions": [[405, null]], "Interactive shell mode": [[1721, "Interactive-shell-mode"]], "Interface to Omegamaxent": [[4, "interface-to-omegamaxent"]], "Interface to the NRG Ljubljana impurity solver": [[4, "interface-to-the-nrg-ljubljana-impurity-solver"]], "Interface to the pomerol exact diagonalization solver (external)": [[4, "interface-to-the-pomerol-exact-diagonalization-solver-external"]], "Interface to the w2dynamics impurity solver": [[4, "interface-to-the-w2dynamics-impurity-solver"]], "Interpolation method": [[412, "interpolation-method"], [421, "interpolation-method"]], "Introducing python and the ipython notebook": [[1721, null]], "Introduction": [[388, "introduction"], [457, null], [472, "introduction"]], "Introduction & Motivations": [[453, "introduction-motivations"]], "Introduction to multivariable Green\u2019s functions": [[1726, null]], "Introductory example": [[447, "introductory-example"]], "Issue 819 - Atom Diag": [[0, "issue-819-atom-diag"]], "Issues": [[1697, "issues"]], "Issues and feature requests": [[6, "issues-and-feature-requests"]], "Iteration over monomials": [[461, "iteration-over-monomials"]], "Iterator": [[440, "iterator"]], "Iterators": [[412, "iterators"]], "J = 0.0": [[1736, "J-=-0.0"], [1736, "id1"]], "J = 0.1 U": [[1736, "J-=-0.1-U"], [1736, "id2"]], "J = 0.2 U": [[1736, "J-=-0.2-U"], [1736, "id3"]], "Jenkins Sanitizer Checks": [[0, "jenkins-sanitizer-checks"]], "Lattice": [[0, "lattice"]], "Lazy expressions": [[432, "lazy-expressions"]], "Learn more about Python, ipython and the notebook": [[1710, null]], "Legendre to Matsubara": [[443, "legendre-to-matsubara"]], "License": [[3, "license"]], "Linear (Lin) Binning": [[338, "linear-lin-binning"]], "Linear algebra": [[1700, "linear-algebra"]], "Lists": [[1721, "Lists"]], "Logarithmic (Log) Binning": [[338, "logarithmic-log-binning"]], "Logo files": [[3, "logo-files"]], "MPI": [[0, "mpi"]], "MPI documentation/manual/triqs": [[388, "mpi-documentation-manual-triqs"]], "MPI example": [[388, "mpi-example"]], "Main program": [[456, "main-program"]], "Make mpi functionality standalone and change namespace": [[0, "make-mpi-functionality-standalone-and-change-namespace"]], "Make range and itertools functionality standalone": [[0, "make-range-and-itertools-functionality-standalone"]], "Making the plot prettier": [[1722, "Making-the-plot-prettier"]], "Making your pull request": [[8, "making-your-pull-request"]], "Manipulating fermionic operators": [[1725, null]], "Manipulations of determinants": [[401, null]], "Manual": [[9, "manual"], [377, null]], "Many-body operators": [[0, "many-body-operators"], [0, "id78"]], "Map and fold": [[1700, "map-and-fold"]], "Matplotlib Examples": [[1722, null]], "Matrices and vectors": [[1700, "matrices-and-vectors"]], "Matrix-Valued Green\u2019s functions": [[1723, "Matrix-Valued-Green's-functions"], [1727, "Matrix-Valued-Green's-functions"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[404, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function in imaginary time ": [[404, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[404, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Matsubara Green\u2019s functions": [[1702, "matsubara-green-s-functions"]], "Maxent": [[4, "maxent"]], "Measure": [[456, "measure"]], "Member functions": [[17, "member-functions"], [31, "member-functions"], [33, "member-functions"], [38, "member-functions"], [45, "member-functions"], [83, "member-functions"], [133, "member-functions"], [150, "member-functions"], [162, "member-functions"], [174, "member-functions"], [215, "member-functions"], [230, "member-functions"], [241, "member-functions"], [247, "member-functions"], [256, "member-functions"], [268, "member-functions"], [279, "member-functions"], [295, "member-functions"], [321, "member-functions"], [331, "member-functions"], [338, "member-functions"], [352, "member-functions"], [410, "member-functions"], [428, "member-functions"], [429, "member-functions"]], "Member types": [[17, "member-types"], [45, "member-types"], [83, "member-types"], [133, "member-types"], [150, "member-types"], [162, "member-types"], [174, "member-types"], [215, "member-types"], [247, "member-types"], [256, "member-types"], [268, "member-types"], [410, "member-types"], [428, "member-types"], [429, "member-types"], [461, "member-types"]], "Mermin-Wagner theorem": [[1743, "Mermin-Wagner-theorem"], [1748, "Mermin-Wagner-theorem"]], "Mesh": [[406, "mesh"]], "MeshPoint": [[406, "meshpoint"]], "Meshes": [[0, "meshes"], [0, "id9"]], "Methods": [[461, "methods"]], "Misc": [[419, null]], "Miscellaneous": [[0, "miscellaneous"]], "Model DMFT": [[1711, null]], "Monte Carlo loop and connection with moves and measures": [[457, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Monte-Carlo tools": [[0, "monte-carlo-tools"]], "More complex examples": [[393, null]], "More examples": [[1722, "More-examples"]], "Motivation: a little tour of CLEF": [[398, null]], "Move assign operator": [[411, "move-assign-operator"]], "Move multi-array into TRIQS/nda library": [[0, "move-multi-array-into-triqs-nda-library"]], "Moves and measures": [[459, "moves-and-measures"]], "Multidimensional arrays": [[1700, null]], "Multiple panels figures": [[469, "multiple-panels-figures"]], "Nevanlinna Analytic Continuation": [[4, "nevanlinna-analytic-continuation"]], "New website theme": [[0, "new-website-theme"]], "No longer install googletest": [[0, "no-longer-install-googletest"]], "Non Member functions": [[83, "non-member-functions"], [133, "non-member-functions"], [150, "non-member-functions"], [162, "non-member-functions"], [174, "non-member-functions"], [215, "non-member-functions"], [230, "non-member-functions"], [247, "non-member-functions"], [256, "non-member-functions"], [268, "non-member-functions"], [279, "non-member-functions"], [295, "non-member-functions"], [352, "non-member-functions"], [428, "non-member-functions"]], "Non-interacting lattice Green\u2019s function": [[1739, "Non-interacting-lattice-Green's-function"], [1744, "Non-interacting-lattice-Green's-function"]], "Non-member functions": [[410, "non-member-functions"]], "Non-owning views (C++)": [[0, "non-owning-views-c"]], "Notation": [[400, "notation"]], "Notations and documentation conventions": [[400, null]], "Note: weakness of RPA": [[1742, "Note:-weakness-of-RPA"], [1747, "Note:-weakness-of-RPA"]], "Number operator": [[1725, "Number-operator"]], "Numpy Broadcasting": [[1726, "Numpy-Broadcasting"]], "Observables": [[465, null]], "Obtaining the density": [[1723, "Obtaining-the-density"], [1727, "Obtaining-the-density"]], "Operations": [[83, "operations"], [432, "operations"], [440, "operations"]], "Operations with operators": [[1725, "Operations-with-operators"]], "Operator []": [[426, null]], "Operator()": [[413, null]], "Other Applications": [[4, "other-applications"]], "Overloaded operations": [[461, "overloaded-operations"]], "Overloading functions": [[399, "overloading-functions"]], "Overloading functions and methods for CLEF arguments": [[399, null]], "Overloading operator() and other methods": [[399, "overloading-operator-and-other-methods"]], "PYED - Exact diagonalization for finite quantum systems (external)": [[4, "pyed-exact-diagonalization-for-finite-quantum-systems-external"]], "Packaged Versions of TRIQS": [[1690, "packaged-versions-of-triqs"]], "Pade analytical continuation": [[1723, "Pade-analytical-continuation"], [1727, "Pade-analytical-continuation"]], "Parameter & construction": [[402, "parameter-construction"]], "Parameters": [[13, "parameters"], [14, "parameters"], [15, "parameters"], [18, "parameters"], [23, "parameters"], [24, "parameters"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [30, "parameters"], [44, "parameters"], [46, "parameters"], [47, "parameters"], [48, "parameters"], [49, "parameters"], [50, "parameters"], [51, "parameters"], [53, "parameters"], [61, "parameters"], [62, "parameters"], [64, "parameters"], [70, "parameters"], [72, "parameters"], [73, "parameters"], [74, "parameters"], [75, "parameters"], [76, "parameters"], [77, "parameters"], [78, "parameters"], [79, "parameters"], [80, "parameters"], [81, "parameters"], [88, "parameters"], [114, "parameters"], [126, "parameters"], [142, "parameters"], [145, "parameters"], [146, "parameters"], [147, "parameters"], [148, "parameters"], [151, "parameters"], [159, "parameters"], [163, "parameters"], [171, "parameters"], [175, "parameters"], [183, "parameters"], [184, "parameters"], [188, "parameters"], [191, "parameters"], [192, "parameters"], [193, "parameters"], [205, "parameters"], [206, "parameters"], [207, "parameters"], [208, "parameters"], [210, "parameters"], [219, "parameters"], [222, "parameters"], [223, "parameters"], [224, "parameters"], [226, "parameters"], [228, "parameters"], [231, "parameters"], [232, "parameters"], [233, "parameters"], [234, "parameters"], [235, "parameters"], [236, "parameters"], [238, "parameters"], [239, "parameters"], [242, "parameters"], [244, "parameters"], [245, "parameters"], [246, "parameters"], [248, "parameters"], [249, "parameters"], [250, "parameters"], [252, "parameters"], [253, "parameters"], [258, "parameters"], [259, "parameters"], [260, "parameters"], [262, "parameters"], [263, "parameters"], [264, "parameters"], [265, "parameters"], [266, "parameters"], [269, "parameters"], [270, "parameters"], [271, "parameters"], [273, "parameters"], [274, "parameters"], [275, "parameters"], [276, "parameters"], [277, "parameters"], [280, "parameters"], [281, "parameters"], [283, "parameters"], [285, "parameters"], [286, "parameters"], [287, "parameters"], [288, "parameters"], [290, "parameters"], [291, "parameters"], [292, "parameters"], [296, "parameters"], [297, "parameters"], [299, "parameters"], [302, "parameters"], [316, "parameters"], [317, "parameters"], [318, "parameters"], [319, "parameters"], [320, "parameters"], [332, "parameters"], [339, "parameters"], [340, "parameters"], [345, "parameters"], [350, "parameters"], [351, "parameters"], [354, "parameters"], [356, "parameters"], [357, "parameters"], [360, "parameters"], [361, "parameters"], [362, "parameters"], [365, "parameters"], [366, "parameters"], [367, "parameters"], [369, "parameters"], [370, "parameters"], [371, "parameters"], [372, "parameters"], [373, "parameters"], [374, "parameters"], [375, "parameters"], [376, "parameters"], [400, "parameters"]], "Parameters (KEYWORD argument ONLY)": [[433, "parameters-keyword-argument-only"], [434, "parameters-keyword-argument-only"], [435, "parameters-keyword-argument-only"], [436, "parameters-keyword-argument-only"], [437, "parameters-keyword-argument-only"], [554, "parameters-keyword-argument-only"], [592, "parameters-keyword-argument-only"], [630, "parameters-keyword-argument-only"], [668, "parameters-keyword-argument-only"], [706, "parameters-keyword-argument-only"]], "Parameters (Option 1)": [[936, "parameters-option-1"], [949, "parameters-option-1"], [1035, "parameters-option-1"], [1047, "parameters-option-1"]], "Parameters (Option 2)": [[936, "parameters-option-2"], [949, "parameters-option-2"], [1035, "parameters-option-2"], [1047, "parameters-option-2"]], "Partial evaluation": [[395, "partial-evaluation"], [420, null], [420, "id1"], [1726, "Partial-evaluation"]], "Phase diagram exploration": [[1715, null], [1719, null]], "Placeholders": [[396, "placeholders"]], "Plot of the self-energy \u03a3": [[1713, "Plot-of-the-self-energy-\u03a3"], [1717, "Plot-of-the-self-energy-\u03a3"]], "Plot options": [[432, "plot-options"]], "Plot protocol [Advanced]": [[469, "plot-protocol-advanced"]], "Plotting TRIQS objects": [[469, null]], "Plotting protocols": [[467, null]], "Port your Python files to Python 3": [[1698, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1698, "porting-ipython-notebooks"]], "Porting Script": [[0, "porting-script"], [0, "id10"]], "Porting to TRIQS 3.0": [[1698, "porting-to-triqs-3-0"]], "Preparation": [[1698, "preparation"]], "Prerequisites": [[1690, "prerequisites"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1694, null]], "Principle": [[386, "principle"]], "Processing Correlated Data": [[472, "processing-correlated-data"]], "Profiling in C++ and Python": [[1706, null]], "Public member functions": [[402, "public-member-functions"]], "Public members": [[133, "public-members"]], "Public types": [[402, "public-types"]], "PureFunctionOnDomain": [[406, "purefunctionondomain"]], "Python": [[0, "python"], [461, "python"], [463, "python"], [1706, "python"]], "Python & C++": [[1689, "python-c"]], "Python 3.10": [[0, "python-3-10"]], "Python API": [[9, "python-api"], [441, "python-api"]], "Python API of the desc file": [[384, null]], "Python Tutorials": [[1699, "python-tutorials"]], "Python Virtual Environments": [[1695, null]], "Python classes": [[0, "python-classes"]], "Python documentation": [[438, null]], "Python include warnings": [[475, null]], "Python-like approach to matplotlib": [[1722, "Python-like-approach-to-matplotlib"]], "Q: How do I save the triqs hash and script for debugging purposes?": [[1688, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1688, "q-how-do-i-write-my-gf-data-to-text-files-e-g-to-plot-using-other-plotting-tools"]], "Questions": [[1743, "Questions"], [1748, "Questions"]], "RPA solver": [[1741, "RPA-solver"], [1746, "RPA-solver"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1743, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1748, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "Random number generator": [[458, null]], "Random number generators": [[471, null]], "Reading a DOS from a text file": [[448, "reading-a-dos-from-a-text-file"]], "Reading from an archive": [[1724, "Reading-from-an-archive"]], "Real-time Green\u2019s functions G(t)": [[1702, "real-time-green-s-functions-g-t"]], "Reference": [[433, "reference"], [434, "reference"], [435, "reference"], [436, "reference"], [437, "reference"], [439, "reference"], [440, "reference"], [468, "reference"]], "Reference documentation/manual": [[387, null], [447, "reference-documentation-manual"]], "Regenerate desc files": [[1698, "regenerate-desc-files"]], "Remarks": [[1743, "Remarks"], [1748, "Remarks"]], "Reminder: The TRIQS BlockGf object": [[1713, "Reminder:-The-TRIQS-BlockGf-object"], [1717, "Reminder:-The-TRIQS-BlockGf-object"]], "Removal of a line and a column, or more": [[403, "removal-of-a-line-and-a-column-or-more"]], "Removal of deprecated API": [[0, "removal-of-deprecated-api"]], "Remove a line and a column": [[1701, "remove-a-line-and-a-column"]], "Remove two lines and two columns": [[1701, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1701, "remove-add-the-one-two-last-lines-and-columns"]], "Renamings": [[0, "renamings"]], "Replace one line and column": [[1701, "replace-one-line-and-column"]], "Reproducibility, provenance": [[470, null]], "Require C++20 capable compiler": [[0, "require-c-20-capable-compiler"]], "Retarded Green\u2019s function in real frequencies ": [[404, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Return value": [[400, "return-value"]], "Returns": [[44, "returns"], [46, "returns"], [47, "returns"], [48, "returns"], [49, "returns"], [54, "returns"], [61, "returns"], [62, "returns"], [63, "returns"], [72, "returns"], [73, "returns"], [74, "returns"], [75, "returns"], [76, "returns"], [77, "returns"], [78, "returns"], [79, "returns"], [80, "returns"], [81, "returns"], [145, "returns"], [146, "returns"], [147, "returns"], [148, "returns"], [191, "returns"], [192, "returns"], [193, "returns"], [205, "returns"], [206, "returns"], [208, "returns"], [216, "returns"], [217, "returns"], [218, "returns"], [220, "returns"], [221, "returns"], [224, "returns"], [228, "returns"], [229, "returns"], [232, "returns"], [233, "returns"], [236, "returns"], [237, "returns"], [238, "returns"], [239, "returns"], [240, "returns"], [249, "returns"], [251, "returns"], [252, "returns"], [253, "returns"], [254, "returns"], [257, "returns"], [259, "returns"], [261, "returns"], [262, "returns"], [263, "returns"], [264, "returns"], [265, "returns"], [267, "returns"], [270, "returns"], [272, "returns"], [273, "returns"], [274, "returns"], [275, "returns"], [276, "returns"], [278, "returns"], [282, "returns"], [283, "returns"], [284, "returns"], [285, "returns"], [288, "returns"], [289, "returns"], [290, "returns"], [291, "returns"], [293, "returns"], [296, "returns"], [303, "returns"], [317, "returns"], [319, "returns"], [320, "returns"], [341, "returns"], [342, "returns"], [343, "returns"], [344, "returns"], [345, "returns"], [346, "returns"], [347, "returns"], [348, "returns"], [349, "returns"], [351, "returns"], [355, "returns"], [358, "returns"], [359, "returns"], [360, "returns"], [362, "returns"], [363, "returns"], [364, "returns"], [365, "returns"], [366, "returns"], [367, "returns"], [368, "returns"], [369, "returns"], [370, "returns"], [371, "returns"], [372, "returns"], [373, "returns"], [374, "returns"], [375, "returns"], [376, "returns"]], "Returns:": [[1643, "returns"]], "SOM - Stochastic Optimization Method for Analytic Continuation (external)": [[4, "som-stochastic-optimization-method-for-analytic-continuation-external"]], "Saving the script in the data archive": [[470, "saving-the-script-in-the-data-archive"]], "Script mode": [[1721, "Script-mode"]], "Second-quantization operators": [[461, null]], "Semi-circular density of states": [[1723, "Semi-circular-density-of-states"], [1727, "Semi-circular-density-of-states"]], "Serialization & HDF5": [[461, "serialization-hdf5"]], "Setting up the impurity solver": [[1729, "Setting-up-the-impurity-solver"]], "Setting up your fork repository": [[8, "setting-up-your-fork-repository"]], "Short notation with >> operator": [[397, "short-notation-with-operator"]], "Simple loops / indentation": [[1721, "Simple-loops-/-indentation"]], "Simple operations": [[1700, "simple-operations"]], "Single-orbital Hubbard model": [[1730, null], [1735, null]], "Singularity": [[412, "singularity"], [417, "singularity"], [418, "singularity"], [421, "singularity"], [424, "singularity"]], "Slicing": [[432, "slicing"]], "Solution 1": [[1735, "Solution-1"], [1736, "Solution-1"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[386, null]], "Solution 2": [[1735, "Solution-2"], [1736, "Solution-2"]], "Solution 3": [[1735, "Solution-3"]], "Solution 4": [[1735, "Solution-4"]], "Solution 5": [[1735, "Solution-5"]], "Solution 6": [[1735, "Solution-6"]], "Solution of exercise 3": [[1736, "Solution-of-exercise-3"]], "Source structure": [[1704, "source-structure"]], "Special case of real functions in time for bosons": [[409, "special-case-of-real-functions-in-time-for-bosons"]], "Special case of real functions in time for fermions": [[409, "special-case-of-real-functions-in-time-for-fermions"]], "Specializations": [[425, null]], "Square lattice with nearest-neighbour hopping": [[1739, "Square-lattice-with-nearest-neighbour-hopping"], [1744, "Square-lattice-with-nearest-neighbour-hopping"]], "Starting the Monte Carlo simulation": [[459, "starting-the-monte-carlo-simulation"]], "StateVector Concept": [[445, null]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1740, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1745, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Statistic": [[419, "statistic"]], "Storage of expressions [advanced]": [[396, "storage-of-expressions-advanced"]], "Subplots": [[1722, "Subplots"]], "Subscript operator": [[421, "subscript-operator"]], "Sums over Brillouin zone": [[450, null]], "Supported functions and types": [[388, "supported-functions-and-types"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1740, null], [1745, null]], "Synopsis": [[402, "synopsis"], [408, "synopsis"], [416, "synopsis"], [417, "synopsis"], [418, "synopsis"], [422, "synopsis"], [424, "synopsis"]], "TPRF - The Two-Particle Response Function tool box": [[4, "tprf-the-two-particle-response-function-tool-box"]], "TPSC and the Mermin-Wagner theorem": [[1743, "TPSC-and-the-Mermin-Wagner-theorem"], [1748, "TPSC-and-the-Mermin-Wagner-theorem"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1743, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1748, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "TRIQS / solid_dmft tutorial": [[1713, null], [1717, null]], "TRIQS 3.2": [[1689, null]], "TRIQS Community Meeting 2024": [[1689, "triqs-community-meeting-2024"]], "TRIQS Green\u2019s functions": [[1723, null], [1727, null]], "TRIQS Solver benchmarks": [[4, "triqs-solver-benchmarks"]], "TRIQS applications": [[1689, "triqs-applications"]], "TRIQS applications version numbering": [[1750, "triqs-applications-version-numbering"]], "TRIQS code version": [[470, "triqs-code-version"]], "TRIQS version numbering": [[1750, "triqs-version-numbering"]], "Table of Contents": [[4, "table-of-contents"]], "Table of contents": [[5, null]], "Target reinterpretation": [[423, null]], "Template parameters": [[13, "template-parameters"], [15, "template-parameters"], [16, "template-parameters"], [26, "template-parameters"], [27, "template-parameters"], [30, "template-parameters"], [36, "template-parameters"], [37, "template-parameters"], [45, "template-parameters"], [72, "template-parameters"], [73, "template-parameters"], [74, "template-parameters"], [75, "template-parameters"], [76, "template-parameters"], [77, "template-parameters"], [78, "template-parameters"], [88, "template-parameters"], [142, "template-parameters"], [145, "template-parameters"], [146, "template-parameters"], [147, "template-parameters"], [148, "template-parameters"], [150, "template-parameters"], [151, "template-parameters"], [159, "template-parameters"], [162, "template-parameters"], [163, "template-parameters"], [174, "template-parameters"], [175, "template-parameters"], [183, "template-parameters"], [188, "template-parameters"], [191, "template-parameters"], [192, "template-parameters"], [193, "template-parameters"], [205, "template-parameters"], [206, "template-parameters"], [207, "template-parameters"], [210, "template-parameters"], [241, "template-parameters"], [244, "template-parameters"], [245, "template-parameters"], [246, "template-parameters"], [247, "template-parameters"], [250, "template-parameters"], [255, "template-parameters"], [260, "template-parameters"], [268, "template-parameters"], [271, "template-parameters"], [299, "template-parameters"], [340, "template-parameters"], [350, "template-parameters"], [369, "template-parameters"], [370, "template-parameters"], [371, "template-parameters"], [372, "template-parameters"], [373, "template-parameters"], [374, "template-parameters"], [376, "template-parameters"], [400, "template-parameters"], [410, "template-parameters"], [461, "template-parameters"]], "Tests": [[0, "tests"], [0, "id80"]], "The BravaisLattice and TightBinding classes: definitions and example": [[452, null]], "The C++ code for this problem": [[459, "the-c-code-for-this-problem"]], "The DOS computed from a function": [[448, "the-dos-computed-from-a-function"]], "The Density of state: DOS": [[448, "the-density-of-state-dos"]], "The FFTW library": [[409, "the-fftw-library"]], "The Measure concept": [[453, "the-measure-concept"]], "The Monte Carlo loop": [[457, "the-monte-carlo-loop"]], "The Move concept": [[453, "the-move-concept"]], "The Sherman-Morrison formula": [[403, "the-sherman-morrison-formula"]], "The TRIQS/CTHYB impurity solver": [[1729, "The-TRIQS/CTHYB-impurity-solver"]], "The blocks: matrix-valued Green\u2019s functions": [[432, null]], "The cfunction class": [[378, null]], "The class_ class": [[379, null]], "The configuration": [[456, "the-configuration"]], "The det_manip class": [[402, null]], "The ipython notebook": [[1721, "The-ipython-notebook"]], "The iterated perturbation theory": [[1728, "The-iterated-perturbation-theory"], [1734, "The-iterated-perturbation-theory"]], "The measure": [[459, "the-measure"]], "The module_ class": [[382, null]], "The move": [[456, "the-move"], [459, "the-move"]], "The numpy library": [[1721, "The-numpy-library"]], "The random phase approximation (RPA)": [[1741, null], [1746, null]], "Theory": [[1740, "Theory"], [1742, "Theory"], [1745, "Theory"], [1747, "Theory"]], "This concludes the first tutorial. You may now continue with tutorial 02-FermiSee.": [[1713, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1717, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "TightBinding": [[452, "tightbinding"]], "TightBinding and TBLattice improvements": [[0, "tightbinding-and-tblattice-improvements"]], "Time to frequency": [[443, "time-to-frequency"]], "Tools and Libraries": [[1696, "tools-and-libraries"]], "Tools for GFs": [[442, null]], "Tools for Monte Carlo": [[454, null]], "Transform CLEF expressions into functions": [[397, null]], "Tuple tools": [[476, null]], "Tutorial": [[459, null]], "Tutorial repository": [[1738, null]], "Tutorials": [[1733, null]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1702, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Two-orbital Hubbard model": [[1731, null], [1736, null]], "Two-particle Response": [[1749, null]], "Two-particle self consistency (TPSC)": [[1742, null], [1747, null]], "Type aliases": [[43, "type-aliases"], [131, "type-aliases"], [214, "type-aliases"]], "Types of Green\u2019s functions": [[404, "types-of-green-s-functions"]], "U matrix construction": [[462, null]], "Ubuntu Debian packages": [[1690, "ubuntu-debian-packages"]], "Under the hood \u2026": [[402, "under-the-hood"]], "Unix environment variables": [[1692, null]], "Update app4triqs skeleton": [[1698, "update-app4triqs-skeleton"]], "Usage": [[471, "usage"], [1691, "usage"], [1695, "usage"]], "Usage of the tail in the TF": [[409, "usage-of-the-tail-in-the-tf"]], "User guide": [[1699, null]], "Using TRIQS in your own C++ project": [[1705, null]], "Using the clang compiler": [[1691, null]], "Utility functions for atom_diag": [[390, null]], "Valence-Bond DMFT solution of the Hubbard model": [[1732, null], [1737, null]], "Version 1.0": [[0, "version-1-0"]], "Version 1.1": [[0, "version-1-1"]], "Version 1.2": [[0, "version-1-2"]], "Version 1.3": [[0, "version-1-3"]], "Version 1.4": [[0, "version-1-4"]], "Version 1.5": [[0, "version-1-5"]], "Version 2.0.0": [[0, "version-2-0-0"]], "Version 2.1.0": [[0, "version-2-1-0"]], "Version 2.1.1": [[0, "version-2-1-1"]], "Version 2.2.0": [[0, "version-2-2-0"]], "Version 2.2.1": [[0, "version-2-2-1"]], "Version 2.2.2": [[0, "version-2-2-2"]], "Version 2.2.3": [[0, "version-2-2-3"]], "Version 3.0.0": [[0, "version-3-0-0"]], "Version 3.0.1": [[0, "version-3-0-1"]], "Version 3.0.2": [[0, "version-3-0-2"]], "Version 3.1.0": [[0, "version-3-1-0"]], "Version 3.1.1": [[0, "version-3-1-1"]], "Version 3.2.0": [[0, "version-3-2-0"]], "Version 3.2.1": [[0, "version-3-2-1"]], "Version compatibility": [[1750, null]], "View or copies?": [[440, "view-or-copies"]], "Views: ranges and slices": [[1700, "views-ranges-and-slices"]], "Visualizing the Matsubara-frequency results": [[1729, "Visualizing-the-Matsubara-frequency-results"]], "Visualizing the Mott transition": [[1728, "Visualizing-the-Mott-transition"], [1734, "Visualizing-the-Mott-transition"]], "Visualizing the imaginary time sampled G(\\tau)": [[1729, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Welcome": [[1689, null]], "What happens in detail?": [[386, "what-happens-in-detail"]], "Where to start?": [[1689, "where-to-start"]], "Who should write documentation?": [[7, "who-should-write-documentation"]], "Why use TRIQS?": [[1699, "why-use-triqs"]], "Wrapping classes from C++ to Python": [[381, "wrapping-classes-from-c-to-python"]], "Writing to an archive": [[1724, "Writing-to-an-archive"]], "Writing you own C++ code with TRIQS": [[1707, null]], "Writing your own Monte Carlo simulation": [[459, "writing-your-own-monte-carlo-simulation"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[433, null]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[434, null]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[435, null]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[436, null]], "[GfReTime] Retarded Green\u2019s function in real time": [[437, null]], "[block_gf] Block Green functions": [[412, null]], "[gf] Green function on Matsubara frequencies": [[416, null]], "[gf] Matsubara imaginary time": [[417, null]], "[gf] Legendre representation": [[418, null]], "[gf>] Multiple variables": [[421, null]], "[gf] Real frequencies": [[422, null]], "[gf] Real time": [[424, null]], "[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[389, null]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[392, null]], "[triqs/h5] The HDF5 format": [[385, null]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[444, null]], "[triqs/lattice] Lattice tools": [[447, null]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[460, null]], "[triqs/stat] Statistical Analysis": [[472, null]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[473, null]], "\\chi_0 calculator for arbitrary \\beta": [[1743, "\\chi_0-calculator-for-arbitrary-\\beta"], [1748, "\\chi_0-calculator-for-arbitrary-\\beta"]], "add": [[400, "add"]], "app4triqs": [[0, "app4triqs"]], "apply": [[476, "apply"]], "array": [[0, "array"], [0, "id60"]], "arrays": [[0, "arrays"], [0, "id70"]], "atom_diag": [[0, "atom-diag"], [0, "id19"], [0, "id28"], [0, "id64"]], "c++20": [[0, "c-20"]], "c++2py": [[0, "c-2py"]], "called_on_tuple": [[476, "called-on-tuple"]], "clef": [[0, "clef"]], "clef::function": [[397, "clef-function"]], "cmake": [[0, "cmake"], [0, "id4"], [0, "id6"], [0, "id12"], [0, "id21"], [0, "id24"], [0, "id29"], [0, "id34"], [0, "id40"], [0, "id43"], [0, "id45"], [0, "id57"], [0, "id61"], [0, "id69"]], "cmake options": [[1693, "cmake-options"]], "cpp2py": [[0, "cpp2py"], [0, "id35"]], "data": [[415, "data"]], "det_manip": [[0, "det-manip"], [0, "id63"]], "det_manip: Determinant manipulations for CTQMC": [[1701, null]], "detmanip": [[0, "detmanip"]], "doc": [[0, "doc"], [0, "id3"], [0, "id7"], [0, "id13"], [0, "id26"], [0, "id30"], [0, "id38"], [0, "id42"], [0, "id46"], [0, "id56"], [0, "id65"], [0, "id71"]], "energies_on_bz_path": [[452, "energies-on-bz-path"]], "fold": [[476, "fold"]], "for_each": [[476, "for-each"]], "for_each_zip": [[476, "for-each-zip"]], "fourier": [[0, "fourier"], [0, "id68"], [408, "fourier"]], "fourier,tail": [[0, "fourier-tail"]], "gf": [[0, "id8"], [0, "id14"], [0, "id20"], [0, "id31"], [0, "id36"], [0, "id39"], [0, "id47"], [0, "id59"], [0, "id73"]], "gf and views": [[410, null]], "gf/py": [[0, "gf-py"]], "h5": [[0, "h5"]], "h5py dependency": [[0, "h5py-dependency"]], "hdf5": [[0, "hdf5"]], "itertools": [[0, "itertools"], [11, null]], "itertools::chunk_range": [[12, null]], "itertools::enumerate": [[13, null]], "itertools::foreach": [[14, null]], "itertools::product": [[15, null]], "itertools::product_range": [[16, null]], "itertools::range": [[17, null]], "itertools::range::constructor": [[18, null]], "itertools::range::first": [[19, null]], "itertools::range::last": [[20, null]], "itertools::range::size": [[21, null]], "itertools::range::step": [[22, null]], "itertools::slice": [[23, null]], "itertools::stride": [[24, null]], "itertools::transform": [[25, null]], "itertools::zip": [[26, null]], "itertools::zip_with": [[27, null]], "jenkins": [[0, "jenkins"], [0, "id5"], [0, "id15"], [0, "id25"], [0, "id32"], [0, "id37"], [0, "id48"], [0, "id55"]], "lapack": [[0, "lapack"]], "lattice": [[0, "id16"], [0, "id51"], [0, "id62"]], "libclang": [[1691, "libclang"]], "make_function": [[397, "make-function"]], "map": [[476, "map"]], "mc_generic": [[0, "mc-generic"], [0, "id17"], [0, "id49"]], "mc_tools": [[0, "mc-tools"]], "mesh": [[0, "mesh"], [415, "mesh"]], "mesh::imfreq": [[428, null]], "mesh::imtime": [[429, null]], "mpi": [[0, "id18"], [0, "id50"], [28, null]], "mpi::broadcast": [[29, null]], "mpi::chunk": [[30, null]], "mpi::communicator": [[31, null]], "mpi::communicator::constructor": [[32, null]], "mpi::environment": [[33, null]], "mpi::environment::constructor": [[34, null]], "mpi::is_initialized": [[35, null]], "mpi::map_C_function": [[36, null]], "mpi::map_add": [[37, null]], "mpi::monitor": [[38, null]], "mpi::monitor::constructor": [[39, null]], "mpi::monitor::emergency_occured": [[40, null]], "mpi::monitor::finalize_communications": [[41, null]], "mpi::monitor::request_emergency_stop": [[42, null]], "nda": [[0, "nda"]], "operators": [[0, "operators"], [0, "id52"]], "packaging": [[0, "packaging"], [0, "id53"]], "py": [[0, "py"]], "pytriqs": [[0, "pytriqs"], [0, "id67"], [0, "id75"]], "pytriqs/gf": [[0, "pytriqs-gf"]], "reverse": [[476, "reverse"]], "shelve / pickle": [[432, "shelve-pickle"], [440, "shelve-pickle"]], "singularity": [[415, "singularity"]], "solid_dmft - Python wrapper to perform DFT+DMFT calculations using TRIQS": [[4, "solid-dmft-python-wrapper-to-perform-dft-dmft-calculations-using-triqs"]], "symmetry": [[415, "symmetry"]], "tail": [[0, "tail"], [0, "id74"]], "tail,fourier": [[0, "tail-fourier"]], "test": [[0, "test"]], "travis": [[0, "travis"]], "triqs.atom_diag": [[477, null]], "triqs.atom_diag.AtomDiag": [[478, null]], "triqs.atom_diag.atom_diag": [[479, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[480, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[481, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[482, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[483, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[484, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[485, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[486, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[487, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[488, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[489, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[490, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[491, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[492, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[493, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[494, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[495, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[496, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[497, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[498, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[499, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[500, null]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[501, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[502, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[503, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[504, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[505, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[506, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[507, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[508, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[509, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[510, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[511, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[512, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[513, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[514, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[515, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[516, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[517, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[518, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[519, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[520, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[521, null]], "triqs.atom_diag.atom_diag.act": [[522, null]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[523, null]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[524, null]], "triqs.atom_diag.atom_diag.atomic_g_l": [[525, null]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[526, null]], "triqs.atom_diag.atom_diag.atomic_g_w": [[527, null]], "triqs.atom_diag.atom_diag.partition_function": [[528, null]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[529, null]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[530, null]], "triqs.atom_diag.atom_diag.trace_rho_op": [[531, null]], "triqs.atom_diag.atom_diag_desc": [[532, null]], "triqs.dos": [[533, null]], "triqs.dos.dos": [[534, null]], "triqs.dos.dos.DOS": [[535, null]], "triqs.dos.dos.DOS.__init__": [[536, null]], "triqs.dos.dos.DOS.copy": [[537, null]], "triqs.dos.dos.DOS.density": [[538, null]], "triqs.dos.dos.DOSFromFunction": [[539, null]], "triqs.dos.dos.DOSFromFunction.__init__": [[540, null]], "triqs.dos.dos.DOSFromFunction.copy": [[541, null]], "triqs.dos.dos.DOSFromFunction.density": [[542, null]], "triqs.dos.dos.dos_from_file": [[543, null]], "triqs.dos.hilbert_transform": [[544, null]], "triqs.dos.hilbert_transform.HilbertTransform": [[545, null]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[546, null]], "triqs.fit": [[547, null]], "triqs.fit.fit": [[548, null]], "triqs.fit.fit.Fit": [[549, null]], "triqs.fit.fit.Fit.__init__": [[550, null]], "triqs.gf": [[551, null]], "triqs.gf.backwd_compat": [[552, null]], "triqs.gf.backwd_compat.gf_imfreq": [[553, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[554, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[555, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[556, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[557, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[558, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[559, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[560, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[561, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[562, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[563, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[564, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[565, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[566, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[567, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[568, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[569, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[570, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[571, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[572, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[573, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[574, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[575, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[576, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[577, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[578, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[579, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[580, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[581, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[582, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[583, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[584, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[585, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[586, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[587, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[588, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[589, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[590, null]], "triqs.gf.backwd_compat.gf_imtime": [[591, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[592, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[593, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[594, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[595, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[596, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[597, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[598, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[599, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[600, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[601, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[602, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[603, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[604, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[605, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[606, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[607, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[608, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[609, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[610, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[611, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[612, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[613, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[614, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[615, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[616, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[617, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[618, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[619, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[620, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[621, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[622, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[623, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[624, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[625, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[626, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[627, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[628, null]], "triqs.gf.backwd_compat.gf_legendre": [[629, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[630, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[631, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[632, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[633, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[634, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[635, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[636, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[637, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[638, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[639, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[640, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[641, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[642, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[643, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[644, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[645, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[646, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[647, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau": [[648, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[649, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[650, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[651, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[652, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[653, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[654, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[655, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[656, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[657, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[658, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[659, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[660, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[661, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[662, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[663, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[664, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[665, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[666, null]], "triqs.gf.backwd_compat.gf_refreq": [[667, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[668, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[669, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[670, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[671, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[672, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[673, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[674, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[675, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[676, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[677, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[678, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[679, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[680, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[681, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[682, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[683, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[684, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[685, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[686, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[687, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[688, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[689, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[690, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[691, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[692, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[693, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[694, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[695, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[696, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[697, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[698, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[699, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[700, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[701, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[702, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[703, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[704, null]], "triqs.gf.backwd_compat.gf_retime": [[705, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[706, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[707, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[708, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[709, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[710, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[711, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[712, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[713, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[714, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[715, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[716, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[717, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[718, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[719, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[720, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[721, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[722, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[723, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[724, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[725, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[726, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[727, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[728, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[729, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[730, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[731, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[732, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[733, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[734, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[735, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[736, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[737, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[738, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[739, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[740, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[741, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[742, null]], "triqs.gf.block2_gf": [[743, null]], "triqs.gf.block2_gf.Block2Gf": [[744, null]], "triqs.gf.block2_gf.Block2Gf.__init__": [[745, null]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[746, null]], "triqs.gf.block2_gf.Block2Gf.copy": [[747, null]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[748, null]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[749, null]], "triqs.gf.block2_gf.Block2Gf.imag": [[750, null]], "triqs.gf.block2_gf.Block2Gf.indices": [[751, null]], "triqs.gf.block2_gf.Block2Gf.indices1": [[752, null]], "triqs.gf.block2_gf.Block2Gf.indices2": [[753, null]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[754, null]], "triqs.gf.block2_gf.Block2Gf.real": [[755, null]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[756, null]], "triqs.gf.block2_gf.Block2Gf.zero": [[757, null]], "triqs.gf.block_gf": [[758, null]], "triqs.gf.block_gf.BlockGf": [[759, null]], "triqs.gf.block_gf.BlockGf.__init__": [[760, null]], "triqs.gf.block_gf.BlockGf.all_indices": [[761, null]], "triqs.gf.block_gf.BlockGf.beta": [[762, null]], "triqs.gf.block_gf.BlockGf.conjugate": [[763, null]], "triqs.gf.block_gf.BlockGf.copy": [[764, null]], "triqs.gf.block_gf.BlockGf.copy_from": [[765, null]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[766, null]], "triqs.gf.block_gf.BlockGf.density": [[767, null]], "triqs.gf.block_gf.BlockGf.imag": [[768, null]], "triqs.gf.block_gf.BlockGf.indices": [[769, null]], "triqs.gf.block_gf.BlockGf.inverse": [[770, null]], "triqs.gf.block_gf.BlockGf.invert": [[771, null]], "triqs.gf.block_gf.BlockGf.load": [[772, null]], "triqs.gf.block_gf.BlockGf.mesh": [[773, null]], "triqs.gf.block_gf.BlockGf.n_blocks": [[774, null]], "triqs.gf.block_gf.BlockGf.real": [[775, null]], "triqs.gf.block_gf.BlockGf.save": [[776, null]], "triqs.gf.block_gf.BlockGf.total_density": [[777, null]], "triqs.gf.block_gf.BlockGf.transpose": [[778, null]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[779, null]], "triqs.gf.block_gf.BlockGf.zero": [[780, null]], "triqs.gf.block_gf.call_factory_from_dict": [[781, null]], "triqs.gf.block_gf.fix_gf_struct_type": [[782, null]], "triqs.gf.descriptor_base": [[783, null]], "triqs.gf.descriptor_base.Base": [[784, null]], "triqs.gf.descriptor_base.Base.__init__": [[785, null]], "triqs.gf.descriptor_base.BaseBlock": [[786, null]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[787, null]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[788, null]], "triqs.gf.descriptor_base.Const": [[789, null]], "triqs.gf.descriptor_base.Const.__init__": [[790, null]], "triqs.gf.descriptor_base.Function": [[791, null]], "triqs.gf.descriptor_base.Function.__init__": [[792, null]], "triqs.gf.descriptor_base.LazyCTX": [[793, null]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[794, null]], "triqs.gf.descriptor_base.Omega_": [[795, null]], "triqs.gf.descriptor_base.Omega_.__init__": [[796, null]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[797, null]], "triqs.gf.descriptor_base.is_lazy": [[798, null]], "triqs.gf.descriptor_base.is_scalar": [[799, null]], "triqs.gf.descriptors": [[800, null]], "triqs.gf.descriptors.Flat": [[801, null]], "triqs.gf.descriptors.Flat.__init__": [[802, null]], "triqs.gf.descriptors.Fourier": [[803, null]], "triqs.gf.descriptors.Fourier.__init__": [[804, null]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[805, null]], "triqs.gf.descriptors.LegendreToMatsubara": [[806, null]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[807, null]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[808, null]], "triqs.gf.descriptors.MatsubaraToLegendre": [[809, null]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[810, null]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[811, null]], "triqs.gf.descriptors.OneFermionInTime": [[812, null]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[813, null]], "triqs.gf.descriptors.SemiCircular": [[814, null]], "triqs.gf.descriptors.SemiCircular.__init__": [[815, null]], "triqs.gf.descriptors.Wilson": [[816, null]], "triqs.gf.descriptors.Wilson.__init__": [[817, null]], "triqs.gf.descriptors.semi": [[818, null]], "triqs.gf.gf": [[819, null]], "triqs.gf.gf.AddMethod": [[820, null]], "triqs.gf.gf.AddMethod.__init__": [[821, null]], "triqs.gf.gf.AddMethod.mro": [[822, null]], "triqs.gf.gf.CallProxyNone": [[823, null]], "triqs.gf.gf.CallProxyNone.__init__": [[824, null]], "triqs.gf.gf.Gf": [[825, null]], "triqs.gf.gf.Gf.__init__": [[826, null]], "triqs.gf.gf.Gf.conjugate": [[827, null]], "triqs.gf.gf.Gf.copy": [[828, null]], "triqs.gf.gf.Gf.copy_from": [[829, null]], "triqs.gf.gf.Gf.data": [[830, null]], "triqs.gf.gf.Gf.density": [[831, null]], "triqs.gf.gf.Gf.enforce_discontinuity": [[832, null]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[833, null]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[834, null]], "triqs.gf.gf.Gf.fit_tail": [[835, null]], "triqs.gf.gf.Gf.fit_tail_on_window": [[836, null]], "triqs.gf.gf.Gf.from_L_G_R": [[837, null]], "triqs.gf.gf.Gf.imag": [[838, null]], "triqs.gf.gf.Gf.indices": [[839, null]], "triqs.gf.gf.Gf.inverse": [[840, null]], "triqs.gf.gf.Gf.invert": [[841, null]], "triqs.gf.gf.Gf.is_gf_hermitian": [[842, null]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[843, null]], "triqs.gf.gf.Gf.mesh": [[844, null]], "triqs.gf.gf.Gf.rank": [[845, null]], "triqs.gf.gf.Gf.real": [[846, null]], "triqs.gf.gf.Gf.rebinning_tau": [[847, null]], "triqs.gf.gf.Gf.replace_by_tail": [[848, null]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[849, null]], "triqs.gf.gf.Gf.set_from_fourier": [[850, null]], "triqs.gf.gf.Gf.set_from_imfreq": [[851, null]], "triqs.gf.gf.Gf.set_from_imtime": [[852, null]], "triqs.gf.gf.Gf.set_from_legendre": [[853, null]], "triqs.gf.gf.Gf.set_from_pade": [[854, null]], "triqs.gf.gf.Gf.target_indices": [[855, null]], "triqs.gf.gf.Gf.target_rank": [[856, null]], "triqs.gf.gf.Gf.target_shape": [[857, null]], "triqs.gf.gf.Gf.total_density": [[858, null]], "triqs.gf.gf.Gf.transpose": [[859, null]], "triqs.gf.gf.Gf.x_data_view": [[860, null]], "triqs.gf.gf.Gf.zero": [[861, null]], "triqs.gf.gf.Idx": [[862, null]], "triqs.gf.gf.Idx.__init__": [[863, null]], "triqs.gf.gf.add_method_helper": [[864, null]], "triqs.gf.gf.bckwd": [[865, null]], "triqs.gf.gf.call_factory_from_dict": [[866, null]], "triqs.gf.gf_factories": [[867, null]], "triqs.gf.gf_factories.fit_gf_dlr": [[868, null]], "triqs.gf.gf_factories.make_gf_dlr": [[869, null]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[870, null]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[871, null]], "triqs.gf.gf_factories.make_gf_from_fourier": [[872, null]], "triqs.gf.gf_factories.make_gf_imfreq": [[873, null]], "triqs.gf.gf_factories.make_gf_imtime": [[874, null]], "triqs.gf.gf_factories.make_hermitian": [[875, null]], "triqs.gf.gf_factories.make_real_in_tau": [[876, null]], "triqs.gf.gf_factories_desc": [[877, null]], "triqs.gf.gf_fnt": [[878, null]], "triqs.gf.gf_fnt.density": [[879, null]], "triqs.gf.gf_fnt.enforce_discontinuity": [[880, null]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[881, null]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[882, null]], "triqs.gf.gf_fnt.fit_tail": [[883, null]], "triqs.gf.gf_fnt.fit_tail_on_window": [[884, null]], "triqs.gf.gf_fnt.is_gf_hermitian": [[885, null]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[886, null]], "triqs.gf.gf_fnt.rebinning_tau": [[887, null]], "triqs.gf.gf_fnt.replace_by_tail": [[888, null]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[889, null]], "triqs.gf.gf_fnt.set_from_fourier": [[890, null]], "triqs.gf.gf_fnt.set_from_imfreq": [[891, null]], "triqs.gf.gf_fnt.set_from_imtime": [[892, null]], "triqs.gf.gf_fnt.set_from_legendre": [[893, null]], "triqs.gf.gf_fnt.set_from_pade": [[894, null]], "triqs.gf.gf_fnt_desc": [[895, null]], "triqs.gf.lazy_expressions": [[896, null]], "triqs.gf.lazy_expressions.LazyExpr": [[897, null]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[898, null]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[899, null]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[900, null]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[901, null]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[902, null]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[903, null]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[904, null]], "triqs.gf.lazy_expressions.all_terminals": [[905, null]], "triqs.gf.lazy_expressions.eval_expr": [[906, null]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[907, null]], "triqs.gf.lazy_expressions.lazy_function": [[908, null]], "triqs.gf.lazy_expressions.make_lazy": [[909, null]], "triqs.gf.lazy_expressions.transform": [[910, null]], "triqs.gf.map_block": [[911, null]], "triqs.gf.matsubara_freq": [[912, null]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[913, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[914, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[915, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[916, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[917, null]], "triqs.gf.mesh_point": [[918, null]], "triqs.gf.mesh_point.MeshPoint": [[919, null]], "triqs.gf.mesh_point.MeshPoint.__init__": [[920, null]], "triqs.gf.mesh_point.MeshPoint.imag": [[921, null]], "triqs.gf.mesh_point.MeshPoint.real": [[922, null]], "triqs.gf.mesh_point.MeshValueGenerator": [[923, null]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[924, null]], "triqs.gf.mesh_product": [[925, null]], "triqs.gf.mesh_product.MeshProduct": [[926, null]], "triqs.gf.mesh_product.MeshProduct.__init__": [[927, null]], "triqs.gf.mesh_product.MeshProduct.components": [[928, null]], "triqs.gf.mesh_product.MeshProduct.copy": [[929, null]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[930, null]], "triqs.gf.mesh_product.MeshProduct.rank": [[931, null]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[932, null]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[933, null]], "triqs.gf.mesh_product.call_factory_from_dict": [[934, null]], "triqs.gf.meshes": [[935, null]], "triqs.gf.meshes.MeshBrZone": [[936, null]], "triqs.gf.meshes.MeshBrZone.__init__": [[937, null]], "triqs.gf.meshes.MeshBrZone.bz": [[938, null]], "triqs.gf.meshes.MeshBrZone.closest_index": [[939, null]], "triqs.gf.meshes.MeshBrZone.copy": [[940, null]], "triqs.gf.meshes.MeshBrZone.copy_from": [[941, null]], "triqs.gf.meshes.MeshBrZone.dims": [[942, null]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[943, null]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[944, null]], "triqs.gf.meshes.MeshBrZone.to_index": [[945, null]], "triqs.gf.meshes.MeshBrZone.to_value": [[946, null]], "triqs.gf.meshes.MeshBrZone.units": [[947, null]], "triqs.gf.meshes.MeshBrZone.values": [[948, null]], "triqs.gf.meshes.MeshCycLat": [[949, null]], "triqs.gf.meshes.MeshCycLat.__init__": [[950, null]], "triqs.gf.meshes.MeshCycLat.copy": [[951, null]], "triqs.gf.meshes.MeshCycLat.copy_from": [[952, null]], "triqs.gf.meshes.MeshCycLat.dims": [[953, null]], "triqs.gf.meshes.MeshCycLat.lattice": [[954, null]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[955, null]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[956, null]], "triqs.gf.meshes.MeshCycLat.to_index": [[957, null]], "triqs.gf.meshes.MeshCycLat.to_value": [[958, null]], "triqs.gf.meshes.MeshCycLat.units": [[959, null]], "triqs.gf.meshes.MeshCycLat.values": [[960, null]], "triqs.gf.meshes.MeshDLR": [[961, null]], "triqs.gf.meshes.MeshDLR.__init__": [[962, null]], "triqs.gf.meshes.MeshDLR.beta": [[963, null]], "triqs.gf.meshes.MeshDLR.copy": [[964, null]], "triqs.gf.meshes.MeshDLR.copy_from": [[965, null]], "triqs.gf.meshes.MeshDLR.eps": [[966, null]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[967, null]], "triqs.gf.meshes.MeshDLR.statistic": [[968, null]], "triqs.gf.meshes.MeshDLR.to_data_index": [[969, null]], "triqs.gf.meshes.MeshDLR.to_index": [[970, null]], "triqs.gf.meshes.MeshDLR.to_value": [[971, null]], "triqs.gf.meshes.MeshDLR.values": [[972, null]], "triqs.gf.meshes.MeshDLR.w_max": [[973, null]], "triqs.gf.meshes.MeshDLRImFreq": [[974, null]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[975, null]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[976, null]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[977, null]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[978, null]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[979, null]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[980, null]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[981, null]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[982, null]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[983, null]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[984, null]], "triqs.gf.meshes.MeshDLRImFreq.values": [[985, null]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[986, null]], "triqs.gf.meshes.MeshDLRImTime": [[987, null]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[988, null]], "triqs.gf.meshes.MeshDLRImTime.beta": [[989, null]], "triqs.gf.meshes.MeshDLRImTime.copy": [[990, null]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[991, null]], "triqs.gf.meshes.MeshDLRImTime.eps": [[992, null]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[993, null]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[994, null]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[995, null]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[996, null]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[997, null]], "triqs.gf.meshes.MeshDLRImTime.values": [[998, null]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[999, null]], "triqs.gf.meshes.MeshImFreq": [[1000, null]], "triqs.gf.meshes.MeshImFreq.__init__": [[1001, null]], "triqs.gf.meshes.MeshImFreq.beta": [[1002, null]], "triqs.gf.meshes.MeshImFreq.copy": [[1003, null]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1004, null]], "triqs.gf.meshes.MeshImFreq.first_index": [[1005, null]], "triqs.gf.meshes.MeshImFreq.last_index": [[1006, null]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1007, null]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1008, null]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1009, null]], "triqs.gf.meshes.MeshImFreq.statistic": [[1010, null]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1011, null]], "triqs.gf.meshes.MeshImFreq.to_index": [[1012, null]], "triqs.gf.meshes.MeshImFreq.to_value": [[1013, null]], "triqs.gf.meshes.MeshImFreq.values": [[1014, null]], "triqs.gf.meshes.MeshImTime": [[1015, null]], "triqs.gf.meshes.MeshImTime.__init__": [[1016, null]], "triqs.gf.meshes.MeshImTime.beta": [[1017, null]], "triqs.gf.meshes.MeshImTime.copy": [[1018, null]], "triqs.gf.meshes.MeshImTime.copy_from": [[1019, null]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1020, null]], "triqs.gf.meshes.MeshImTime.statistic": [[1021, null]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1022, null]], "triqs.gf.meshes.MeshImTime.to_index": [[1023, null]], "triqs.gf.meshes.MeshImTime.to_value": [[1024, null]], "triqs.gf.meshes.MeshImTime.values": [[1025, null]], "triqs.gf.meshes.MeshLegendre": [[1026, null]], "triqs.gf.meshes.MeshLegendre.__init__": [[1027, null]], "triqs.gf.meshes.MeshLegendre.beta": [[1028, null]], "triqs.gf.meshes.MeshLegendre.copy": [[1029, null]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1030, null]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1031, null]], "triqs.gf.meshes.MeshLegendre.statistic": [[1032, null]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1033, null]], "triqs.gf.meshes.MeshLegendre.to_index": [[1034, null]], "triqs.gf.meshes.MeshReFreq": [[1035, null]], "triqs.gf.meshes.MeshReFreq.__init__": [[1036, null]], "triqs.gf.meshes.MeshReFreq.copy": [[1037, null]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1038, null]], "triqs.gf.meshes.MeshReFreq.delta": [[1039, null]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1040, null]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1041, null]], "triqs.gf.meshes.MeshReFreq.to_index": [[1042, null]], "triqs.gf.meshes.MeshReFreq.to_value": [[1043, null]], "triqs.gf.meshes.MeshReFreq.values": [[1044, null]], "triqs.gf.meshes.MeshReFreq.w_max": [[1045, null]], "triqs.gf.meshes.MeshReFreq.w_min": [[1046, null]], "triqs.gf.meshes.MeshReTime": [[1047, null]], "triqs.gf.meshes.MeshReTime.__init__": [[1048, null]], "triqs.gf.meshes.MeshReTime.copy": [[1049, null]], "triqs.gf.meshes.MeshReTime.copy_from": [[1050, null]], "triqs.gf.meshes.MeshReTime.delta": [[1051, null]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1052, null]], "triqs.gf.meshes.MeshReTime.t_max": [[1053, null]], "triqs.gf.meshes.MeshReTime.t_min": [[1054, null]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1055, null]], "triqs.gf.meshes.MeshReTime.to_index": [[1056, null]], "triqs.gf.meshes.MeshReTime.to_value": [[1057, null]], "triqs.gf.meshes.MeshReTime.values": [[1058, null]], "triqs.gf.meshes.make_adjoint_mesh": [[1059, null]], "triqs.gf.meshes_desc": [[1060, null]], "triqs.gf.meshes_desc.make_mesh": [[1061, null]], "triqs.gf.plot": [[1062, null]], "triqs.gf.plot.bz": [[1063, null]], "triqs.gf.plot.bz.dist": [[1064, null]], "triqs.gf.plot.bz.generate_points": [[1065, null]], "triqs.gf.plot.bz.generate_points_on_path": [[1066, null]], "triqs.gf.plot.bz.length": [[1067, null]], "triqs.gf.plot.bz.make_plottable": [[1068, null]], "triqs.gf.plot.bz.plot": [[1069, null]], "triqs.gf.plot.bz.slice_on_path": [[1070, null]], "triqs.gf.plot.bz_x_x": [[1071, null]], "triqs.gf.plot.bz_x_x.plot": [[1072, null]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1073, null]], "triqs.gf.plot.dispatcher": [[1074, null]], "triqs.gf.plot.one_var": [[1075, null]], "triqs.gf.plot.one_var.dlr_imfreq": [[1076, null]], "triqs.gf.plot.one_var.dlr_imtime": [[1077, null]], "triqs.gf.plot.one_var.imfreq": [[1078, null]], "triqs.gf.plot.one_var.imtime": [[1079, null]], "triqs.gf.plot.one_var.legendre": [[1080, null]], "triqs.gf.plot.one_var.refreq": [[1081, null]], "triqs.gf.plot.one_var.retime": [[1082, null]], "triqs.gf.plot.plot_base": [[1083, null]], "triqs.gf.plot.plot_base.plot_base": [[1084, null]], "triqs.gf.plot.select_indices": [[1085, null]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1086, null]], "triqs.gf.plot.select_indices.closest_to": [[1087, null]], "triqs.gf.plot.select_indices.dist": [[1088, null]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1089, null]], "triqs.gf.plot.select_indices.select_path_indices": [[1090, null]], "triqs.gf.tools": [[1091, null]], "triqs.gf.tools.conjugate": [[1092, null]], "triqs.gf.tools.delta": [[1093, null]], "triqs.gf.tools.discretize_bath": [[1094, null]], "triqs.gf.tools.dyson": [[1095, null]], "triqs.gf.tools.fit_legendre": [[1096, null]], "triqs.gf.tools.inverse": [[1097, null]], "triqs.gf.tools.make_delta": [[1098, null]], "triqs.gf.tools.make_zero_tail": [[1099, null]], "triqs.gf.tools.read_gf_from_txt": [[1100, null]], "triqs.gf.tools.transpose": [[1101, null]], "triqs.gf.tools.write_gf_to_txt": [[1102, null]], "triqs.gf.wrapped_aux": [[1103, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1104, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1105, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1106, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1107, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1108, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1109, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1110, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1111, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1112, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1113, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1114, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1115, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1116, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1117, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1118, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1119, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1120, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1121, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1122, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1123, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1124, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1125, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1126, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1127, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1128, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1129, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1130, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1131, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1132, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1133, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1134, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1135, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1136, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1137, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1138, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1139, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1140, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1141, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1142, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1143, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1144, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1145, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1146, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1147, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1148, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1149, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1150, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1151, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1152, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1153, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1154, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1155, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1156, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1157, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1158, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1159, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1160, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1161, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1162, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1163, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1164, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1165, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1166, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1167, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1168, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1169, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1170, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1171, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1172, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1173, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1174, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1175, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1176, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1177, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1178, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1179, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1180, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1181, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1182, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1183, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1184, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1185, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1186, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1187, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1188, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1189, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1190, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1191, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1192, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1193, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1194, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1195, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1196, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1197, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1198, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1199, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1200, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1201, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1202, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1203, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1204, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1205, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1206, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1207, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1208, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1209, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1210, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1211, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1212, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1213, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1214, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1215, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1216, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1217, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1218, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1219, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1220, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1221, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1222, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1223, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1224, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1225, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1226, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1227, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1228, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1229, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1230, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1231, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1232, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1233, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1234, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1235, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1236, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1237, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1238, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1239, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1240, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1241, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1242, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1243, null]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1244, null]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1245, null]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1246, null]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1247, null]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1248, null]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1249, null]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1250, null]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1251, null]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1252, null]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1253, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1254, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1255, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1256, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1257, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1258, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1259, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1260, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1261, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1262, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1263, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1264, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1265, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1266, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1267, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1268, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1269, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1270, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1271, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1272, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1273, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1274, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1275, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1276, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1277, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1278, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1279, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1280, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1281, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1282, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1283, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1284, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1285, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1286, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1287, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1288, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1289, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1290, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1291, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1292, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1293, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1294, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1295, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1296, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1297, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1298, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1299, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1300, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1301, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1302, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1303, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1304, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1305, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1306, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1307, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1308, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1309, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1310, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1311, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1312, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1313, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1314, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1315, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1316, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1317, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1318, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1319, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1320, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1321, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1322, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1323, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1324, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1325, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1326, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1327, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1328, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1329, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1330, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1331, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1332, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1333, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1334, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1335, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1336, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1337, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1338, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1339, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1340, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1341, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1342, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1343, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1344, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1345, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1346, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1347, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1348, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1349, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1350, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1351, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1352, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1353, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1354, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1355, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1356, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1357, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1358, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1359, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1360, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1361, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1362, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1363, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1364, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1365, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1366, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1367, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1368, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1369, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1370, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1371, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1372, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1373, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1374, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1375, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1376, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1377, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1378, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1379, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1380, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1381, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1382, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1383, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1384, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1385, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1386, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1387, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1388, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1389, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1390, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1391, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1392, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1393, null]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1394, null]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1395, null]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1396, null]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1397, null]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1398, null]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1399, null]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1400, null]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1401, null]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1402, null]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1403, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1404, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1405, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1406, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1407, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1408, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1409, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1410, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1411, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1412, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1413, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1414, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1415, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1416, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1417, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1418, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1419, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1420, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1421, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1422, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1423, null]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1424, null]], "triqs.gf.wrapped_aux_desc": [[1425, null]], "triqs.gf.wrapped_aux_desc.all_calls": [[1426, null]], "triqs.lattice": [[1427, null]], "triqs.lattice.bz_patch": [[1428, null]], "triqs.lattice.bz_patch.BZPatch": [[1429, null]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1430, null]], "triqs.lattice.bz_patch.BZPatch.dos": [[1431, null]], "triqs.lattice.lattice_tools": [[1432, null]], "triqs.lattice.lattice_tools.BravaisLattice": [[1433, null]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1434, null]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1435, null]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1436, null]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1437, null]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1438, null]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1439, null]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1440, null]], "triqs.lattice.lattice_tools.BrillouinZone": [[1441, null]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1442, null]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1443, null]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1444, null]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1445, null]], "triqs.lattice.lattice_tools.TightBinding": [[1446, null]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1447, null]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1448, null]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1449, null]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1450, null]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1451, null]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1452, null]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1453, null]], "triqs.lattice.lattice_tools.dos": [[1454, null]], "triqs.lattice.lattice_tools.dos_patch": [[1455, null]], "triqs.lattice.lattice_tools_desc": [[1456, null]], "triqs.lattice.point": [[1457, null]], "triqs.lattice.point.LatticePoint": [[1458, null]], "triqs.lattice.point.LatticePoint.__init__": [[1459, null]], "triqs.lattice.point.LatticePoint.value": [[1460, null]], "triqs.lattice.super_lattice": [[1461, null]], "triqs.lattice.super_lattice.TBSuperLattice": [[1462, null]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1463, null]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1464, null]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1465, null]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1466, null]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1467, null]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1468, null]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1469, null]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1470, null]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1471, null]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1472, null]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1473, null]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1474, null]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1475, null]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1476, null]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1477, null]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1478, null]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1479, null]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1480, null]], "triqs.lattice.tight_binding": [[1481, null]], "triqs.lattice.tight_binding.TBLattice": [[1482, null]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1483, null]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1484, null]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1485, null]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1486, null]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1487, null]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1488, null]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1489, null]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1490, null]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1491, null]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1492, null]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1493, null]], "triqs.lattice.tight_binding.TBLattice.units": [[1494, null]], "triqs.lattice.tight_binding.dos": [[1495, null]], "triqs.lattice.tight_binding.dos_patch": [[1496, null]], "triqs.lattice.utils": [[1497, null]], "triqs.lattice.utils.TB_from_pythTB": [[1498, null]], "triqs.lattice.utils.TB_from_wannier90": [[1499, null]], "triqs.lattice.utils.TB_to_sympy": [[1500, null]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1501, null]], "triqs.lattice.utils.k_space_path": [[1502, null]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1503, null]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1504, null]], "triqs.operators": [[1505, null]], "triqs.operators.operators": [[1506, null]], "triqs.operators.operators.Operator": [[1507, null]], "triqs.operators.operators.Operator.__init__": [[1508, null]], "triqs.operators.operators.Operator.imag": [[1509, null]], "triqs.operators.operators.Operator.is_zero": [[1510, null]], "triqs.operators.operators.Operator.real": [[1511, null]], "triqs.operators.operators.c": [[1512, null]], "triqs.operators.operators.c_dag": [[1513, null]], "triqs.operators.operators.dagger": [[1514, null]], "triqs.operators.operators.is_op_hermitian": [[1515, null]], "triqs.operators.operators.n": [[1516, null]], "triqs.operators.operators_desc": [[1517, null]], "triqs.operators.util": [[1518, null]], "triqs.operators.util.U_matrix": [[1519, null]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1520, null]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1521, null]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1522, null]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1523, null]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1524, null]], "triqs.operators.util.U_matrix.cubic_names": [[1525, null]], "triqs.operators.util.U_matrix.eg_submatrix": [[1526, null]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1527, null]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1528, null]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1529, null]], "triqs.operators.util.U_matrix.subarray": [[1530, null]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1531, null]], "triqs.operators.util.U_matrix.three_j_symbol": [[1532, null]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1533, null]], "triqs.operators.util.extractors": [[1534, null]], "triqs.operators.util.extractors.block_matrix_from_op": [[1535, null]], "triqs.operators.util.extractors.dict_to_matrix": [[1536, null]], "triqs.operators.util.extractors.extract_U_dict2": [[1537, null]], "triqs.operators.util.extractors.extract_U_dict4": [[1538, null]], "triqs.operators.util.extractors.extract_h_dict": [[1539, null]], "triqs.operators.util.extractors.op_from_block_matrix": [[1540, null]], "triqs.operators.util.extractors.quadratic_terms": [[1541, null]], "triqs.operators.util.extractors.quartic_terms": [[1542, null]], "triqs.operators.util.extractors_desc": [[1543, null]], "triqs.operators.util.hamiltonians": [[1544, null]], "triqs.operators.util.hamiltonians.backward_compat": [[1545, null]], "triqs.operators.util.hamiltonians.diagonal_part": [[1546, null]], "triqs.operators.util.hamiltonians.h_int_density": [[1547, null]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1548, null]], "triqs.operators.util.hamiltonians.h_int_slater": [[1549, null]], "triqs.operators.util.hamiltonians.make_operator_real": [[1550, null]], "triqs.operators.util.observables": [[1551, null]], "triqs.operators.util.observables.L2_op": [[1552, null]], "triqs.operators.util.observables.LS_op": [[1553, null]], "triqs.operators.util.observables.L_op": [[1554, null]], "triqs.operators.util.observables.N_op": [[1555, null]], "triqs.operators.util.observables.S2_op": [[1556, null]], "triqs.operators.util.observables.S_op": [[1557, null]], "triqs.operators.util.observables.check_backward_compat": [[1558, null]], "triqs.operators.util.op_struct": [[1559, null]], "triqs.operators.util.op_struct.get_mkind": [[1560, null]], "triqs.operators.util.op_struct.set_operator_structure": [[1561, null]], "triqs.plot": [[1562, null]], "triqs.plot.mpl_interface": [[1563, null]], "triqs.plot.mpl_interface.oplot": [[1564, null]], "triqs.plot.mpl_interface.oploti": [[1565, null]], "triqs.plot.mpl_interface.oplotr": [[1566, null]], "triqs.plot.mpl_interface.use_amsmath": [[1567, null]], "triqs.plot.protocol": [[1568, null]], "triqs.plot.protocol.clip_array": [[1569, null]], "triqs.plot.protocol.plot_protocol_apply": [[1570, null]], "triqs.random_generator": [[1571, null]], "triqs.random_generator.RandomGenerator": [[1572, null]], "triqs.random_generator.RandomGenerator.__init__": [[1573, null]], "triqs.random_generator.random_generator": [[1574, null]], "triqs.random_generator.random_generator.random_generator_names_list": [[1575, null]], "triqs.random_generator.random_generator_desc": [[1576, null]], "triqs.stat": [[1577, null]], "triqs.stat.histogram": [[1578, null]], "triqs.stat.histogram.plot": [[1579, null]], "triqs.stat.histograms": [[1580, null]], "triqs.stat.histograms.Histogram": [[1581, null]], "triqs.stat.histograms.Histogram.__init__": [[1582, null]], "triqs.stat.histograms.Histogram.clear": [[1583, null]], "triqs.stat.histograms.Histogram.data": [[1584, null]], "triqs.stat.histograms.Histogram.limits": [[1585, null]], "triqs.stat.histograms.Histogram.mesh_point": [[1586, null]], "triqs.stat.histograms.Histogram.n_data_pts": [[1587, null]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1588, null]], "triqs.stat.histograms.cdf": [[1589, null]], "triqs.stat.histograms.pdf": [[1590, null]], "triqs.stat.histograms_desc": [[1591, null]], "triqs.sumk": [[1592, null]], "triqs.sumk.sumk_discrete": [[1593, null]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1594, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1595, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1596, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1597, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1598, null]], "triqs.sumk.sumk_discrete_from_lattice": [[1599, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1600, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1601, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1602, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1603, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1604, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1605, null]], "triqs.utility": [[1606, null]], "triqs.utility.bound_and_bisect": [[1607, null]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1608, null]], "triqs.utility.bound_and_bisect.determine_bounds": [[1609, null]], "triqs.utility.capture_stdout": [[1610, null]], "triqs.utility.comparison_tests": [[1611, null]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1612, null]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1613, null]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1614, null]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1615, null]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1616, null]], "triqs.utility.dichotomy": [[1617, null]], "triqs.utility.dichotomy.dichotomy": [[1618, null]], "triqs.utility.dist_on_nodes": [[1619, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1620, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1621, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1622, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1623, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1624, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1625, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1626, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1627, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1628, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1629, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1630, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1631, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1632, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1633, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1634, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1635, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1636, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1637, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1638, null]], "triqs.utility.h5diff": [[1639, null]], "triqs.utility.h5diff.compare": [[1640, null]], "triqs.utility.h5diff.h5diff": [[1641, null]], "triqs.utility.mpi": [[1642, null]], "triqs.utility.mpi.check_for_mpi": [[1643, null]], "triqs.utility.mpi_mpi4py": [[1644, null]], "triqs.utility.mpi_mpi4py.all_reduce": [[1645, null]], "triqs.utility.mpi_mpi4py.barrier": [[1646, null]], "triqs.utility.mpi_mpi4py.bcast": [[1647, null]], "triqs.utility.mpi_mpi4py.is_master_node": [[1648, null]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1649, null]], "triqs.utility.mpi_mpi4py.myprint_err": [[1650, null]], "triqs.utility.mpi_mpi4py.myprint_out": [[1651, null]], "triqs.utility.mpi_mpi4py.recv": [[1652, null]], "triqs.utility.mpi_mpi4py.report": [[1653, null]], "triqs.utility.mpi_mpi4py.send": [[1654, null]], "triqs.utility.mpi_mpi4py.slice_array": [[1655, null]], "triqs.utility.mpi_mpi4py.slice_inf": [[1656, null]], "triqs.utility.mpi_mpi4py.slice_sup": [[1657, null]], "triqs.utility.mpi_nompi": [[1658, null]], "triqs.utility.mpi_nompi.all_reduce": [[1659, null]], "triqs.utility.mpi_nompi.barrier": [[1660, null]], "triqs.utility.mpi_nompi.bcast": [[1661, null]], "triqs.utility.mpi_nompi.is_master_node": [[1662, null]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1663, null]], "triqs.utility.mpi_nompi.myprint_err": [[1664, null]], "triqs.utility.mpi_nompi.myprint_out": [[1665, null]], "triqs.utility.mpi_nompi.recv": [[1666, null]], "triqs.utility.mpi_nompi.report": [[1667, null]], "triqs.utility.mpi_nompi.send": [[1668, null]], "triqs.utility.mpi_nompi.slice_array": [[1669, null]], "triqs.utility.redirect": [[1670, null]], "triqs.utility.redirect.T": [[1671, null]], "triqs.utility.redirect.T.__init__": [[1672, null]], "triqs.utility.redirect.T.daemon": [[1673, null]], "triqs.utility.redirect.T.getName": [[1674, null]], "triqs.utility.redirect.T.ident": [[1675, null]], "triqs.utility.redirect.T.isDaemon": [[1676, null]], "triqs.utility.redirect.T.is_alive": [[1677, null]], "triqs.utility.redirect.T.join": [[1678, null]], "triqs.utility.redirect.T.name": [[1679, null]], "triqs.utility.redirect.T.native_id": [[1680, null]], "triqs.utility.redirect.T.run": [[1681, null]], "triqs.utility.redirect.T.setDaemon": [[1682, null]], "triqs.utility.redirect.T.setName": [[1683, null]], "triqs.utility.redirect.T.start": [[1684, null]], "triqs.utility.redirect.T.stop": [[1685, null]], "triqs.utility.redirect.start_redirect": [[1686, null]], "triqs.utility.redirect.stop_redirect": [[1687, null]], "triqs/MPI": [[388, null]], "triqs::atom_diag": [[43, null]], "triqs::atom_diag::act": [[44, null]], "triqs::atom_diag::atom_diag": [[45, null]], "triqs::atom_diag::atom_diag::c_connection": [[46, null]], "triqs::atom_diag::atom_diag::c_matrix": [[47, null]], "triqs::atom_diag::atom_diag::cdag_connection": [[48, null]], "triqs::atom_diag::atom_diag::cdag_matrix": [[49, null]], "triqs::atom_diag::atom_diag::constructor": [[50, null]], "triqs::atom_diag::atom_diag::flatten_subspace_index": [[51, null]], "triqs::atom_diag::atom_diag::get_eigensystems": [[52, null]], "triqs::atom_diag::atom_diag::get_eigenvalue": [[53, null]], "triqs::atom_diag::atom_diag::get_energies": [[54, null]], "triqs::atom_diag::atom_diag::get_fock_states": [[55, null]], "triqs::atom_diag::atom_diag::get_fops": [[56, null]], "triqs::atom_diag::atom_diag::get_full_hilbert_space": [[57, null]], "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim": [[58, null]], "triqs::atom_diag::atom_diag::get_gs_energy": [[59, null]], "triqs::atom_diag::atom_diag::get_h_atomic": [[60, null]], "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial": [[61, null]], "triqs::atom_diag::atom_diag::get_op_mat": [[62, null]], "triqs::atom_diag::atom_diag::get_quantum_numbers": [[63, null]], "triqs::atom_diag::atom_diag::get_subspace_dim": [[64, null]], "triqs::atom_diag::atom_diag::get_subspace_dims": [[65, null]], "triqs::atom_diag::atom_diag::get_unitary_matrices": [[66, null]], "triqs::atom_diag::atom_diag::get_unitary_matrix": [[67, null]], "triqs::atom_diag::atom_diag::get_vacuum_state": [[68, null]], "triqs::atom_diag::atom_diag::get_vacuum_subspace_index": [[69, null]], "triqs::atom_diag::atom_diag::index_range_of_subspace": [[70, null]], "triqs::atom_diag::atom_diag::n_subspaces": [[71, null]], "triqs::atom_diag::atomic_density_matrix": [[72, null]], "triqs::atom_diag::atomic_g_iw": [[73, null]], "triqs::atom_diag::atomic_g_l": [[74, null]], "triqs::atom_diag::atomic_g_lehmann": [[75, null]], "triqs::atom_diag::atomic_g_tau": [[76, null]], "triqs::atom_diag::atomic_g_w": [[77, null]], "triqs::atom_diag::partition_function": [[78, null]], "triqs::atom_diag::quantum_number_eigenvalues": [[79, null]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[80, null]], "triqs::atom_diag::trace_rho_op": [[81, null]], "triqs::det_manip": [[82, null]], "triqs::det_manip::det_manip": [[83, null]], "triqs::det_manip::det_manip::change_col": [[84, null]], "triqs::det_manip::det_manip::change_row": [[85, null]], "triqs::det_manip::det_manip::clear": [[86, null]], "triqs::det_manip::det_manip::complete_operation": [[87, null]], "triqs::det_manip::det_manip::constructor": [[88, null]], "triqs::det_manip::det_manip::determinant": [[89, null]], "triqs::det_manip::det_manip::get_function": [[90, null]], "triqs::det_manip::det_manip::get_n_operations_before_check": [[91, null]], "triqs::det_manip::det_manip::get_precision_error": [[92, null]], "triqs::det_manip::det_manip::get_precision_warning": [[93, null]], "triqs::det_manip::det_manip::get_singular_threshold": [[94, null]], "triqs::det_manip::det_manip::get_x": [[95, null]], "triqs::det_manip::det_manip::get_x_internal_order": [[96, null]], "triqs::det_manip::det_manip::get_y": [[97, null]], "triqs::det_manip::det_manip::get_y_internal_order": [[98, null]], "triqs::det_manip::det_manip::h5_read": [[99, null]], "triqs::det_manip::det_manip::h5_write": [[100, null]], "triqs::det_manip::det_manip::insert": [[101, null]], "triqs::det_manip::det_manip::insert2": [[102, null]], "triqs::det_manip::det_manip::insert2_at_end": [[103, null]], "triqs::det_manip::det_manip::insert_at_end": [[104, null]], "triqs::det_manip::det_manip::inverse_matrix": [[105, null]], "triqs::det_manip::det_manip::inverse_matrix_internal_order": [[106, null]], "triqs::det_manip::det_manip::is_singular": [[107, null]], "triqs::det_manip::det_manip::matrix": [[108, null]], "triqs::det_manip::det_manip::reject_last_try": [[109, null]], "triqs::det_manip::det_manip::remove": [[110, null]], "triqs::det_manip::det_manip::remove2": [[111, null]], "triqs::det_manip::det_manip::remove2_at_end": [[112, null]], "triqs::det_manip::det_manip::remove_at_end": [[113, null]], "triqs::det_manip::det_manip::reserve": [[114, null]], "triqs::det_manip::det_manip::roll_matrix": [[115, null]], "triqs::det_manip::det_manip::set_n_operations_before_check": [[116, null]], "triqs::det_manip::det_manip::set_precision_error": [[117, null]], "triqs::det_manip::det_manip::set_precision_warning": [[118, null]], "triqs::det_manip::det_manip::set_singular_threshold": [[119, null]], "triqs::det_manip::det_manip::size": [[120, null]], "triqs::det_manip::det_manip::swap_col": [[121, null]], "triqs::det_manip::det_manip::swap_row": [[122, null]], "triqs::det_manip::det_manip::try_change_col": [[123, null]], "triqs::det_manip::det_manip::try_change_col_row": [[124, null]], "triqs::det_manip::det_manip::try_change_row": [[125, null]], "triqs::det_manip::det_manip::try_insert": [[126, null]], "triqs::det_manip::det_manip::try_insert_k": [[127, null]], "triqs::det_manip::det_manip::try_refill": [[128, null]], "triqs::det_manip::det_manip::try_remove": [[129, null]], "triqs::det_manip::det_manip::try_remove_k": [[130, null]], "triqs::gfs": [[131, null]], "triqs::gfs::": [[132, null]], "triqs::gfs::block_gf": [[133, null]], "triqs::gfs::block_gf::block_names": [[134, null]], "triqs::gfs::block_gf::block_sizes": [[135, null]], "triqs::gfs::block_gf::constructor": [[136, null]], "triqs::gfs::block_gf::data": [[137, null]], "triqs::gfs::block_gf::h5_read": [[138, null]], "triqs::gfs::block_gf::h5_write": [[139, null]], "triqs::gfs::block_gf::hdf5_format": [[140, null]], "triqs::gfs::block_gf::operator()": [[141, null]], "triqs::gfs::block_gf::operator=": [[142, null]], "triqs::gfs::density": [[143, null]], "triqs::gfs::fit_gf_dlr": [[144, null]], "triqs::gfs::fit_hermitian_tail": [[145, null]], "triqs::gfs::fit_tail": [[146, null]], "triqs::gfs::flatten_2d": [[147, null]], "triqs::gfs::flatten_gf_2d": [[148, null]], "triqs::gfs::get_mesh": [[149, null]], "triqs::gfs::gf": [[150, null]], "triqs::gfs::gf::constructor": [[151, null]], "triqs::gfs::gf::data": [[152, null]], "triqs::gfs::gf::data_shape": [[153, null]], "triqs::gfs::gf::h5_read": [[154, null]], "triqs::gfs::gf::h5_write": [[155, null]], "triqs::gfs::gf::hdf5_format": [[156, null]], "triqs::gfs::gf::mesh": [[157, null]], "triqs::gfs::gf::operator<<": [[158, null]], "triqs::gfs::gf::operator=": [[159, null]], "triqs::gfs::gf::target_indices": [[160, null]], "triqs::gfs::gf::target_shape": [[161, null]], "triqs::gfs::gf_const_view": [[162, null]], "triqs::gfs::gf_const_view::constructor": [[163, null]], "triqs::gfs::gf_const_view::data": [[164, null]], "triqs::gfs::gf_const_view::data_shape": [[165, null]], "triqs::gfs::gf_const_view::h5_read": [[166, null]], "triqs::gfs::gf_const_view::h5_write": [[167, null]], "triqs::gfs::gf_const_view::hdf5_format": [[168, null]], "triqs::gfs::gf_const_view::mesh": [[169, null]], "triqs::gfs::gf_const_view::operator<<": [[170, null]], "triqs::gfs::gf_const_view::rebind": [[171, null]], "triqs::gfs::gf_const_view::target_indices": [[172, null]], "triqs::gfs::gf_const_view::target_shape": [[173, null]], "triqs::gfs::gf_view": [[174, null]], "triqs::gfs::gf_view::constructor": [[175, null]], "triqs::gfs::gf_view::data": [[176, null]], "triqs::gfs::gf_view::data_shape": [[177, null]], "triqs::gfs::gf_view::h5_read": [[178, null]], "triqs::gfs::gf_view::h5_write": [[179, null]], "triqs::gfs::gf_view::hdf5_format": [[180, null]], "triqs::gfs::gf_view::mesh": [[181, null]], "triqs::gfs::gf_view::operator<<": [[182, null]], "triqs::gfs::gf_view::operator=": [[183, null]], "triqs::gfs::gf_view::rebind": [[184, null]], "triqs::gfs::gf_view::target_indices": [[185, null]], "triqs::gfs::gf_view::target_shape": [[186, null]], "triqs::gfs::h5_read_gf_struct": [[187, null]], "triqs::gfs::imag": [[188, null]], "triqs::gfs::impl_tag": [[189, null]], "triqs::gfs::inverse": [[190, null]], "triqs::gfs::is_gf_hermitian": [[191, null]], "triqs::gfs::is_gf_real": [[192, null]], "triqs::gfs::is_gf_real_in_tau": [[193, null]], "triqs::gfs::make_block2_gf": [[194, null]], "triqs::gfs::make_block_gf": [[195, null]], "triqs::gfs::make_block_gf_view": [[196, null]], "triqs::gfs::make_gf_dlr": [[197, null]], "triqs::gfs::make_gf_dlr_imfreq": [[198, null]], "triqs::gfs::make_gf_dlr_imtime": [[199, null]], "triqs::gfs::make_gf_from_fourier": [[200, null]], "triqs::gfs::make_gf_from_inverse_fourier": [[201, null]], "triqs::gfs::make_gf_from_real_gf": [[202, null]], "triqs::gfs::make_gf_imfreq": [[203, null]], "triqs::gfs::make_gf_imtime": [[204, null]], "triqs::gfs::make_hermitian": [[205, null]], "triqs::gfs::make_real_in_tau": [[206, null]], "triqs::gfs::make_zero_tail": [[207, null]], "triqs::gfs::mpi_reduce": [[208, null]], "triqs::gfs::positive_freq_view": [[209, null]], "triqs::gfs::real": [[210, null]], "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued": [[211, null]], "triqs::gfs::unflatten_2d": [[212, null]], "triqs::gfs::unflatten_gf_2d": [[213, null]], "triqs::hilbert_space": [[214, null]], "triqs::hilbert_space::fundamental_operator_set": [[215, null]], "triqs::hilbert_space::fundamental_operator_set::begin": [[216, null]], "triqs::hilbert_space::fundamental_operator_set::cbegin": [[217, null]], "triqs::hilbert_space::fundamental_operator_set::cend": [[218, null]], "triqs::hilbert_space::fundamental_operator_set::constructor": [[219, null]], "triqs::hilbert_space::fundamental_operator_set::data": [[220, null]], "triqs::hilbert_space::fundamental_operator_set::end": [[221, null]], "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute": [[222, null]], "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute": [[223, null]], "triqs::hilbert_space::fundamental_operator_set::has_indices": [[224, null]], "triqs::hilbert_space::fundamental_operator_set::insert": [[225, null]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[226, null]], "triqs::hilbert_space::fundamental_operator_set::operator==": [[227, null]], "triqs::hilbert_space::fundamental_operator_set::operator[]": [[228, null]], "triqs::hilbert_space::fundamental_operator_set::size": [[229, null]], "triqs::hilbert_space::hilbert_space": [[230, null]], "triqs::hilbert_space::hilbert_space::constructor": [[231, null]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[232, null]], "triqs::hilbert_space::hilbert_space::get_state_index": [[233, null]], "triqs::hilbert_space::hilbert_space::h5_read": [[234, null]], "triqs::hilbert_space::hilbert_space::h5_write": [[235, null]], "triqs::hilbert_space::hilbert_space::has_state": [[236, null]], "triqs::hilbert_space::hilbert_space::hdf5_format": [[237, null]], "triqs::hilbert_space::hilbert_space::operator!=": [[238, null]], "triqs::hilbert_space::hilbert_space::operator==": [[239, null]], "triqs::hilbert_space::hilbert_space::size": [[240, null]], "triqs::hilbert_space::imperative_operator": [[241, null]], "triqs::hilbert_space::imperative_operator::constructor": [[242, null]], "triqs::hilbert_space::imperative_operator::is_empty": [[243, null]], "triqs::hilbert_space::imperative_operator::operator()": [[244, null]], "triqs::hilbert_space::imperative_operator::update": [[245, null]], "triqs::hilbert_space::make_zero_state": [[246, null]], "triqs::hilbert_space::space_partition": [[247, null]], "triqs::hilbert_space::space_partition::constructor": [[248, null]], "triqs::hilbert_space::space_partition::find_mappings": [[249, null]], "triqs::hilbert_space::space_partition::foreach": [[250, null]], "triqs::hilbert_space::space_partition::get_matrix_elements": [[251, null]], "triqs::hilbert_space::space_partition::lookup_basis_state": [[252, null]], "triqs::hilbert_space::space_partition::merge_subspaces": [[253, null]], "triqs::hilbert_space::space_partition::n_subspaces": [[254, null]], "triqs::hilbert_space::state": [[255, null]], "triqs::hilbert_space::state": [[256, null]], "triqs::hilbert_space::state::amplitudes": [[257, null]], "triqs::hilbert_space::state::constructor": [[258, null]], "triqs::hilbert_space::state::dot_product": [[259, null]], "triqs::hilbert_space::state::foreach": [[260, null]], "triqs::hilbert_space::state::get_hilbert": [[261, null]], "triqs::hilbert_space::state::operator()": [[262, null]], "triqs::hilbert_space::state::operator*=": [[263, null]], "triqs::hilbert_space::state::operator+=": [[264, null]], "triqs::hilbert_space::state::operator-=": [[265, null]], "triqs::hilbert_space::state::set_hilbert": [[266, null]], "triqs::hilbert_space::state::size": [[267, null]], "triqs::hilbert_space::state": [[268, null]], "triqs::hilbert_space::state::constructor": [[269, null]], "triqs::hilbert_space::state::dot_product": [[270, null]], "triqs::hilbert_space::state::foreach": [[271, null]], "triqs::hilbert_space::state::get_hilbert": [[272, null]], "triqs::hilbert_space::state::operator()": [[273, null]], "triqs::hilbert_space::state::operator*=": [[274, null]], "triqs::hilbert_space::state::operator+=": [[275, null]], "triqs::hilbert_space::state::operator-=": [[276, null]], "triqs::hilbert_space::state::set_hilbert": [[277, null]], "triqs::hilbert_space::state::size": [[278, null]], "triqs::hilbert_space::sub_hilbert_space": [[279, null]], "triqs::hilbert_space::sub_hilbert_space::add_fock_state": [[280, null]], "triqs::hilbert_space::sub_hilbert_space::constructor": [[281, null]], "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states": [[282, null]], "triqs::hilbert_space::sub_hilbert_space::get_fock_state": [[283, null]], "triqs::hilbert_space::sub_hilbert_space::get_index": [[284, null]], "triqs::hilbert_space::sub_hilbert_space::get_state_index": [[285, null]], "triqs::hilbert_space::sub_hilbert_space::h5_read": [[286, null]], "triqs::hilbert_space::sub_hilbert_space::h5_write": [[287, null]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[288, null]], "triqs::hilbert_space::sub_hilbert_space::hdf5_format": [[289, null]], "triqs::hilbert_space::sub_hilbert_space::operator!=": [[290, null]], "triqs::hilbert_space::sub_hilbert_space::operator==": [[291, null]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[292, null]], "triqs::hilbert_space::sub_hilbert_space::size": [[293, null]], "triqs::mc_tools": [[294, null]], "triqs::mc_tools::mc_generic": [[295, null]], "triqs::mc_tools::mc_generic::accumulate": [[296, null]], "triqs::mc_tools::mc_generic::add_measure": [[297, null]], "triqs::mc_tools::mc_generic::add_measure_aux": [[298, null]], "triqs::mc_tools::mc_generic::add_move": [[299, null]], "triqs::mc_tools::mc_generic::clear_measures": [[300, null]], "triqs::mc_tools::mc_generic::collect_results": [[301, null]], "triqs::mc_tools::mc_generic::constructor": [[302, null]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[303, null]], "triqs::mc_tools::mc_generic::get_accumulation_time": [[304, null]], "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS": [[305, null]], "triqs::mc_tools::mc_generic::get_config_id": [[306, null]], "triqs::mc_tools::mc_generic::get_current_cycle_number": [[307, null]], "triqs::mc_tools::mc_generic::get_duration": [[308, null]], "triqs::mc_tools::mc_generic::get_percent": [[309, null]], "triqs::mc_tools::mc_generic::get_rng": [[310, null]], "triqs::mc_tools::mc_generic::get_total_time": [[311, null]], "triqs::mc_tools::mc_generic::get_warmup_time": [[312, null]], "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS": [[313, null]], "triqs::mc_tools::mc_generic::h5_read": [[314, null]], "triqs::mc_tools::mc_generic::h5_write": [[315, null]], "triqs::mc_tools::mc_generic::rm_measure": [[316, null]], "triqs::mc_tools::mc_generic::run": [[317, null]], "triqs::mc_tools::mc_generic::set_after_cycle_duty": [[318, null]], "triqs::mc_tools::mc_generic::warmup": [[319, null]], "triqs::mc_tools::mc_generic::warmup_and_accumulate": [[320, null]], "triqs::mc_tools::move_set": [[321, null]], "triqs::mc_tools::move_set::accept": [[322, null]], "triqs::mc_tools::move_set::add": [[323, null]], "triqs::mc_tools::move_set::attempt": [[324, null]], "triqs::mc_tools::move_set::clear_statistics": [[325, null]], "triqs::mc_tools::move_set::collect_statistics": [[326, null]], "triqs::mc_tools::move_set::constructor": [[327, null]], "triqs::mc_tools::move_set::get_acceptance_rates": [[328, null]], "triqs::mc_tools::move_set::get_statistics": [[329, null]], "triqs::mc_tools::move_set::reject": [[330, null]], "triqs::mc_tools::random_generator": [[331, null]], "triqs::mc_tools::random_generator::constructor": [[332, null]], "triqs::mc_tools::random_generator::name": [[333, null]], "triqs::mc_tools::random_generator::operator()": [[334, null]], "triqs::mc_tools::random_generator::preview": [[335, null]], "triqs::mc_tools::random_generator_names": [[336, null]], "triqs::stat": [[337, null]], "triqs::stat Rework": [[0, "triqs-stat-rework"]], "triqs::stat::accumulator": [[338, null]], "triqs::stat::accumulator::compress_linear_bins": [[339, null]], "triqs::stat::accumulator::constructor": [[340, null]], "triqs::stat::accumulator::data_input_count": [[341, null]], "triqs::stat::accumulator::lin_bin_capacity": [[342, null]], "triqs::stat::accumulator::linear_bins": [[343, null]], "triqs::stat::accumulator::log_bin_errors": [[344, null]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[345, null]], "triqs::stat::accumulator::n_lin_bins": [[346, null]], "triqs::stat::accumulator::n_lin_bins_max": [[347, null]], "triqs::stat::accumulator::n_log_bins": [[348, null]], "triqs::stat::accumulator::n_log_bins_max": [[349, null]], "triqs::stat::accumulator::operator<<": [[350, null]], "triqs::stat::cdf": [[351, null]], "triqs::stat::histogram": [[352, null]], "triqs::stat::histogram::clear": [[353, null]], "triqs::stat::histogram::constructor": [[354, null]], "triqs::stat::histogram::data": [[355, null]], "triqs::stat::histogram::h5_read": [[356, null]], "triqs::stat::histogram::h5_write": [[357, null]], "triqs::stat::histogram::hdf5_format": [[358, null]], "triqs::stat::histogram::limits": [[359, null]], "triqs::stat::histogram::mesh_point": [[360, null]], "triqs::stat::histogram::mpi_broadcast": [[361, null]], "triqs::stat::histogram::mpi_reduce": [[362, null]], "triqs::stat::histogram::n_data_pts": [[363, null]], "triqs::stat::histogram::n_lost_pts": [[364, null]], "triqs::stat::histogram::operator+": [[365, null]], "triqs::stat::histogram::operator<<": [[366, null]], "triqs::stat::histogram::operator==": [[367, null]], "triqs::stat::histogram::size": [[368, null]], "triqs::stat::jackknife": [[369, null]], "triqs::stat::jackknife_mpi": [[370, null]], "triqs::stat::mean": [[371, null]], "triqs::stat::mean_and_err": [[372, null]], "triqs::stat::mean_and_err_mpi": [[373, null]], "triqs::stat::mean_mpi": [[374, null]], "triqs::stat::pdf": [[375, null]], "triqs::stat::tau_estimate_from_errors": [[376, null]]}, "docnames": ["ChangeLog", "_templates/autosummary_class_template", "_templates/autosummary_module_template", "about", "applications", "contents", "contributing", "contributing/documentation", "contributing/pull_request", "documentation", "documentation/cpp_api/contents", "documentation/cpp_api/itertools", "documentation/cpp_api/itertools/chunk_range", "documentation/cpp_api/itertools/enumerate", "documentation/cpp_api/itertools/foreach", "documentation/cpp_api/itertools/product", "documentation/cpp_api/itertools/product_range", "documentation/cpp_api/itertools/range", "documentation/cpp_api/itertools/range/constructor", "documentation/cpp_api/itertools/range/first", "documentation/cpp_api/itertools/range/last", "documentation/cpp_api/itertools/range/size", "documentation/cpp_api/itertools/range/step", "documentation/cpp_api/itertools/slice", "documentation/cpp_api/itertools/stride", "documentation/cpp_api/itertools/transform", "documentation/cpp_api/itertools/zip", "documentation/cpp_api/itertools/zip_with", "documentation/cpp_api/mpi", "documentation/cpp_api/mpi/broadcast", "documentation/cpp_api/mpi/chunk", "documentation/cpp_api/mpi/communicator", "documentation/cpp_api/mpi/communicator/constructor", "documentation/cpp_api/mpi/environment", "documentation/cpp_api/mpi/environment/constructor", "documentation/cpp_api/mpi/is_initialized", "documentation/cpp_api/mpi/map_C_function", "documentation/cpp_api/mpi/map_add", "documentation/cpp_api/mpi/monitor", "documentation/cpp_api/mpi/monitor/constructor", "documentation/cpp_api/mpi/monitor/emergency_occured", "documentation/cpp_api/mpi/monitor/finalize_communications", "documentation/cpp_api/mpi/monitor/request_emergency_stop", "documentation/cpp_api/triqs/atom_diag", "documentation/cpp_api/triqs/atom_diag/act", "documentation/cpp_api/triqs/atom_diag/atom_diag", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_connection", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_matrix", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_connection", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_matrix", "documentation/cpp_api/triqs/atom_diag/atom_diag/constructor", "documentation/cpp_api/triqs/atom_diag/atom_diag/flatten_subspace_index", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigensystems", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigenvalue", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_energies", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fock_states", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fops", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space_dim", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_gs_energy", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_h_atomic", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_matrix_element_of_monomial", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_op_mat", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_quantum_numbers", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dim", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dims", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrices", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrix", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_state", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_subspace_index", "documentation/cpp_api/triqs/atom_diag/atom_diag/index_range_of_subspace", "documentation/cpp_api/triqs/atom_diag/atom_diag/n_subspaces", "documentation/cpp_api/triqs/atom_diag/atomic_density_matrix", "documentation/cpp_api/triqs/atom_diag/atomic_g_iw", "documentation/cpp_api/triqs/atom_diag/atomic_g_l", "documentation/cpp_api/triqs/atom_diag/atomic_g_lehmann", "documentation/cpp_api/triqs/atom_diag/atomic_g_tau", "documentation/cpp_api/triqs/atom_diag/atomic_g_w", "documentation/cpp_api/triqs/atom_diag/partition_function", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues_checked", "documentation/cpp_api/triqs/atom_diag/trace_rho_op", "documentation/cpp_api/triqs/det_manip", "documentation/cpp_api/triqs/det_manip/det_manip", "documentation/cpp_api/triqs/det_manip/det_manip/change_col", "documentation/cpp_api/triqs/det_manip/det_manip/change_row", "documentation/cpp_api/triqs/det_manip/det_manip/clear", "documentation/cpp_api/triqs/det_manip/det_manip/complete_operation", "documentation/cpp_api/triqs/det_manip/det_manip/constructor", "documentation/cpp_api/triqs/det_manip/det_manip/determinant", "documentation/cpp_api/triqs/det_manip/det_manip/get_function", "documentation/cpp_api/triqs/det_manip/det_manip/get_n_operations_before_check", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_error", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_warning", "documentation/cpp_api/triqs/det_manip/det_manip/get_singular_threshold", "documentation/cpp_api/triqs/det_manip/det_manip/get_x", "documentation/cpp_api/triqs/det_manip/det_manip/get_x_internal_order", "documentation/cpp_api/triqs/det_manip/det_manip/get_y", "documentation/cpp_api/triqs/det_manip/det_manip/get_y_internal_order", "documentation/cpp_api/triqs/det_manip/det_manip/h5_read", "documentation/cpp_api/triqs/det_manip/det_manip/h5_write", "documentation/cpp_api/triqs/det_manip/det_manip/insert", "documentation/cpp_api/triqs/det_manip/det_manip/insert2", "documentation/cpp_api/triqs/det_manip/det_manip/insert2_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/insert_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix_internal_order", "documentation/cpp_api/triqs/det_manip/det_manip/is_singular", "documentation/cpp_api/triqs/det_manip/det_manip/matrix", "documentation/cpp_api/triqs/det_manip/det_manip/reject_last_try", "documentation/cpp_api/triqs/det_manip/det_manip/remove", "documentation/cpp_api/triqs/det_manip/det_manip/remove2", "documentation/cpp_api/triqs/det_manip/det_manip/remove2_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/remove_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/reserve", "documentation/cpp_api/triqs/det_manip/det_manip/roll_matrix", "documentation/cpp_api/triqs/det_manip/det_manip/set_n_operations_before_check", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_error", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_warning", "documentation/cpp_api/triqs/det_manip/det_manip/set_singular_threshold", "documentation/cpp_api/triqs/det_manip/det_manip/size", "documentation/cpp_api/triqs/det_manip/det_manip/swap_col", "documentation/cpp_api/triqs/det_manip/det_manip/swap_row", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col_row", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_row", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert_k", "documentation/cpp_api/triqs/det_manip/det_manip/try_refill", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove_k", "documentation/cpp_api/triqs/gfs", "documentation/cpp_api/triqs/gfs/", "documentation/cpp_api/triqs/gfs/block_gf", "documentation/cpp_api/triqs/gfs/block_gf/block_names", "documentation/cpp_api/triqs/gfs/block_gf/block_sizes", "documentation/cpp_api/triqs/gfs/block_gf/constructor", "documentation/cpp_api/triqs/gfs/block_gf/data", "documentation/cpp_api/triqs/gfs/block_gf/h5_read", "documentation/cpp_api/triqs/gfs/block_gf/h5_write", "documentation/cpp_api/triqs/gfs/block_gf/hdf5_format", "documentation/cpp_api/triqs/gfs/block_gf/operator()", "documentation/cpp_api/triqs/gfs/block_gf/operator=", "documentation/cpp_api/triqs/gfs/density", "documentation/cpp_api/triqs/gfs/fit_gf_dlr", "documentation/cpp_api/triqs/gfs/fit_hermitian_tail", "documentation/cpp_api/triqs/gfs/fit_tail", "documentation/cpp_api/triqs/gfs/flatten_2d", "documentation/cpp_api/triqs/gfs/flatten_gf_2d", "documentation/cpp_api/triqs/gfs/get_mesh", "documentation/cpp_api/triqs/gfs/gf", "documentation/cpp_api/triqs/gfs/gf/constructor", "documentation/cpp_api/triqs/gfs/gf/data", "documentation/cpp_api/triqs/gfs/gf/data_shape", "documentation/cpp_api/triqs/gfs/gf/h5_read", "documentation/cpp_api/triqs/gfs/gf/h5_write", "documentation/cpp_api/triqs/gfs/gf/hdf5_format", "documentation/cpp_api/triqs/gfs/gf/mesh", "documentation/cpp_api/triqs/gfs/gf/operator<<", "documentation/cpp_api/triqs/gfs/gf/operator=", "documentation/cpp_api/triqs/gfs/gf/target_indices", "documentation/cpp_api/triqs/gfs/gf/target_shape", "documentation/cpp_api/triqs/gfs/gf_const_view", "documentation/cpp_api/triqs/gfs/gf_const_view/constructor", "documentation/cpp_api/triqs/gfs/gf_const_view/data", "documentation/cpp_api/triqs/gfs/gf_const_view/data_shape", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_read", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_write", "documentation/cpp_api/triqs/gfs/gf_const_view/hdf5_format", "documentation/cpp_api/triqs/gfs/gf_const_view/mesh", "documentation/cpp_api/triqs/gfs/gf_const_view/operator<<", "documentation/cpp_api/triqs/gfs/gf_const_view/rebind", "documentation/cpp_api/triqs/gfs/gf_const_view/target_indices", "documentation/cpp_api/triqs/gfs/gf_const_view/target_shape", "documentation/cpp_api/triqs/gfs/gf_view", "documentation/cpp_api/triqs/gfs/gf_view/constructor", "documentation/cpp_api/triqs/gfs/gf_view/data", "documentation/cpp_api/triqs/gfs/gf_view/data_shape", "documentation/cpp_api/triqs/gfs/gf_view/h5_read", "documentation/cpp_api/triqs/gfs/gf_view/h5_write", "documentation/cpp_api/triqs/gfs/gf_view/hdf5_format", "documentation/cpp_api/triqs/gfs/gf_view/mesh", "documentation/cpp_api/triqs/gfs/gf_view/operator<<", "documentation/cpp_api/triqs/gfs/gf_view/operator=", "documentation/cpp_api/triqs/gfs/gf_view/rebind", "documentation/cpp_api/triqs/gfs/gf_view/target_indices", "documentation/cpp_api/triqs/gfs/gf_view/target_shape", "documentation/cpp_api/triqs/gfs/h5_read_gf_struct", "documentation/cpp_api/triqs/gfs/imag", "documentation/cpp_api/triqs/gfs/impl_tag", "documentation/cpp_api/triqs/gfs/inverse", "documentation/cpp_api/triqs/gfs/is_gf_hermitian", "documentation/cpp_api/triqs/gfs/is_gf_real", "documentation/cpp_api/triqs/gfs/is_gf_real_in_tau", "documentation/cpp_api/triqs/gfs/make_block2_gf", "documentation/cpp_api/triqs/gfs/make_block_gf", "documentation/cpp_api/triqs/gfs/make_block_gf_view", "documentation/cpp_api/triqs/gfs/make_gf_dlr", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imfreq", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imtime", "documentation/cpp_api/triqs/gfs/make_gf_from_fourier", "documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier", "documentation/cpp_api/triqs/gfs/make_gf_from_real_gf", "documentation/cpp_api/triqs/gfs/make_gf_imfreq", "documentation/cpp_api/triqs/gfs/make_gf_imtime", "documentation/cpp_api/triqs/gfs/make_hermitian", "documentation/cpp_api/triqs/gfs/make_real_in_tau", "documentation/cpp_api/triqs/gfs/make_zero_tail", "documentation/cpp_api/triqs/gfs/mpi_reduce", "documentation/cpp_api/triqs/gfs/positive_freq_view", "documentation/cpp_api/triqs/gfs/real", "documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued", "documentation/cpp_api/triqs/gfs/unflatten_2d", "documentation/cpp_api/triqs/gfs/unflatten_gf_2d", "documentation/cpp_api/triqs/hilbert_space", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/begin", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cbegin", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cend", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/constructor", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/data", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/end", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_read_attribute", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_write_attribute", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/has_indices", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert_from_indices_t", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator==", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator[]", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/size", "documentation/cpp_api/triqs/hilbert_space/hilbert_space", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/constructor", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_fock_state", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_state_index", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_read", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_write", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/has_state", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/hdf5_format", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator!=", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator==", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/size", "documentation/cpp_api/triqs/hilbert_space/imperative_operator", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/constructor", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/is_empty", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/operator()", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/update", "documentation/cpp_api/triqs/hilbert_space/make_zero_state", "documentation/cpp_api/triqs/hilbert_space/space_partition", "documentation/cpp_api/triqs/hilbert_space/space_partition/constructor", "documentation/cpp_api/triqs/hilbert_space/space_partition/find_mappings", "documentation/cpp_api/triqs/hilbert_space/space_partition/foreach", "documentation/cpp_api/triqs/hilbert_space/space_partition/get_matrix_elements", "documentation/cpp_api/triqs/hilbert_space/space_partition/lookup_basis_state", "documentation/cpp_api/triqs/hilbert_space/space_partition/merge_subspaces", "documentation/cpp_api/triqs/hilbert_space/space_partition/n_subspaces", "documentation/cpp_api/triqs/hilbert_space/state", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/constructor", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/dot_product", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/foreach", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/get_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator()", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator*=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator+=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator-=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/set_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/size", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/constructor", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/dot_product", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/foreach", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/get_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator()", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator*=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator+=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator-=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/set_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/size", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/add_fock_state", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/constructor", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_all_fock_states", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_fock_state", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_index", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_state_index", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_read", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_write", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/has_state", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/hdf5_format", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator!=", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator==", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/set_index", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/size", "documentation/cpp_api/triqs/mc_tools", "documentation/cpp_api/triqs/mc_tools/mc_generic", "documentation/cpp_api/triqs/mc_tools/mc_generic/accumulate", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure_aux", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_move", "documentation/cpp_api/triqs/mc_tools/mc_generic/clear_measures", "documentation/cpp_api/triqs/mc_tools/mc_generic/collect_results", "documentation/cpp_api/triqs/mc_tools/mc_generic/constructor", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_acceptance_rates", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time_HHMMSS", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_config_id", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_current_cycle_number", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_duration", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_percent", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_rng", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_total_time", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time_HHMMSS", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_read", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_write", "documentation/cpp_api/triqs/mc_tools/mc_generic/rm_measure", "documentation/cpp_api/triqs/mc_tools/mc_generic/run", "documentation/cpp_api/triqs/mc_tools/mc_generic/set_after_cycle_duty", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup_and_accumulate", "documentation/cpp_api/triqs/mc_tools/move_set", "documentation/cpp_api/triqs/mc_tools/move_set/accept", "documentation/cpp_api/triqs/mc_tools/move_set/add", "documentation/cpp_api/triqs/mc_tools/move_set/attempt", "documentation/cpp_api/triqs/mc_tools/move_set/clear_statistics", "documentation/cpp_api/triqs/mc_tools/move_set/collect_statistics", "documentation/cpp_api/triqs/mc_tools/move_set/constructor", "documentation/cpp_api/triqs/mc_tools/move_set/get_acceptance_rates", "documentation/cpp_api/triqs/mc_tools/move_set/get_statistics", "documentation/cpp_api/triqs/mc_tools/move_set/reject", "documentation/cpp_api/triqs/mc_tools/random_generator", "documentation/cpp_api/triqs/mc_tools/random_generator/constructor", "documentation/cpp_api/triqs/mc_tools/random_generator/name", "documentation/cpp_api/triqs/mc_tools/random_generator/operator()", "documentation/cpp_api/triqs/mc_tools/random_generator/preview", "documentation/cpp_api/triqs/mc_tools/random_generator_names", "documentation/cpp_api/triqs/stat", "documentation/cpp_api/triqs/stat/accumulator", "documentation/cpp_api/triqs/stat/accumulator/compress_linear_bins", "documentation/cpp_api/triqs/stat/accumulator/constructor", "documentation/cpp_api/triqs/stat/accumulator/data_input_count", "documentation/cpp_api/triqs/stat/accumulator/lin_bin_capacity", "documentation/cpp_api/triqs/stat/accumulator/linear_bins", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors_all_reduce", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins_max", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins_max", "documentation/cpp_api/triqs/stat/accumulator/operator<<", "documentation/cpp_api/triqs/stat/cdf", "documentation/cpp_api/triqs/stat/histogram", "documentation/cpp_api/triqs/stat/histogram/clear", "documentation/cpp_api/triqs/stat/histogram/constructor", "documentation/cpp_api/triqs/stat/histogram/data", "documentation/cpp_api/triqs/stat/histogram/h5_read", "documentation/cpp_api/triqs/stat/histogram/h5_write", "documentation/cpp_api/triqs/stat/histogram/hdf5_format", "documentation/cpp_api/triqs/stat/histogram/limits", "documentation/cpp_api/triqs/stat/histogram/mesh_point", "documentation/cpp_api/triqs/stat/histogram/mpi_broadcast", "documentation/cpp_api/triqs/stat/histogram/mpi_reduce", "documentation/cpp_api/triqs/stat/histogram/n_data_pts", "documentation/cpp_api/triqs/stat/histogram/n_lost_pts", "documentation/cpp_api/triqs/stat/histogram/operator+", "documentation/cpp_api/triqs/stat/histogram/operator<<", "documentation/cpp_api/triqs/stat/histogram/operator==", "documentation/cpp_api/triqs/stat/histogram/size", "documentation/cpp_api/triqs/stat/jackknife", "documentation/cpp_api/triqs/stat/jackknife_mpi", "documentation/cpp_api/triqs/stat/mean", "documentation/cpp_api/triqs/stat/mean_and_err", "documentation/cpp_api/triqs/stat/mean_and_err_mpi", "documentation/cpp_api/triqs/stat/mean_mpi", "documentation/cpp_api/triqs/stat/pdf", "documentation/cpp_api/triqs/stat/tau_estimate_from_errors", "documentation/manual/contents", "documentation/manual/cpp2py/cfunction", "documentation/manual/cpp2py/class", "documentation/manual/cpp2py/contents", "documentation/manual/cpp2py/convert", "documentation/manual/cpp2py/module", "documentation/manual/cpp2py/principle", "documentation/manual/cpp2py/reference", "documentation/manual/hdf5/contents", "documentation/manual/hdf5/protocol", "documentation/manual/hdf5/ref", "documentation/manual/mpi/contents", "documentation/manual/triqs/atom_diag/contents", "documentation/manual/triqs/atom_diag/functions", "documentation/manual/triqs/clef/assign", "documentation/manual/triqs/clef/contents", "documentation/manual/triqs/clef/examples/contents", "documentation/manual/triqs/clef/examples/lazy_sum", "documentation/manual/triqs/clef/expressions_eval", "documentation/manual/triqs/clef/expressions_form", "documentation/manual/triqs/clef/function", "documentation/manual/triqs/clef/introduction", "documentation/manual/triqs/clef/overload", "documentation/manual/triqs/conventions", "documentation/manual/triqs/det_manip/contents", "documentation/manual/triqs/det_manip/det_manip", "documentation/manual/triqs/det_manip/implementation_notes", "documentation/manual/triqs/gfs/basic_notions/contents", "documentation/manual/triqs/gfs/c++/clef", "documentation/manual/triqs/gfs/c++/concepts", "documentation/manual/triqs/gfs/c++/contents", "documentation/manual/triqs/gfs/c++/fourier", "documentation/manual/triqs/gfs/c++/fourier_impl_notes", "documentation/manual/triqs/gfs/c++/gf_and_view", "documentation/manual/triqs/gfs/c++/gf_assign", "documentation/manual/triqs/gfs/c++/gf_block", "documentation/manual/triqs/gfs/c++/gf_call", "documentation/manual/triqs/gfs/c++/gf_constructors", "documentation/manual/triqs/gfs/c++/gf_data", "documentation/manual/triqs/gfs/c++/gf_imfreq", "documentation/manual/triqs/gfs/c++/gf_imtime", "documentation/manual/triqs/gfs/c++/gf_legendre", "documentation/manual/triqs/gfs/c++/gf_misc", "documentation/manual/triqs/gfs/c++/gf_part_eval_curry", "documentation/manual/triqs/gfs/c++/gf_product", "documentation/manual/triqs/gfs/c++/gf_refreq", "documentation/manual/triqs/gfs/c++/gf_reinterpret", "documentation/manual/triqs/gfs/c++/gf_retime", "documentation/manual/triqs/gfs/c++/gf_special", "documentation/manual/triqs/gfs/c++/gf_subscript", "documentation/manual/triqs/gfs/c++/implementation_notes", "documentation/manual/triqs/gfs/c++/matsubara_freq_mesh", "documentation/manual/triqs/gfs/c++/matsubara_imtime", "documentation/manual/triqs/gfs/c++/tail", "documentation/manual/triqs/gfs/contents", "documentation/manual/triqs/gfs/py/block", "documentation/manual/triqs/gfs/py/block/GfImFreq", "documentation/manual/triqs/gfs/py/block/GfImTime", "documentation/manual/triqs/gfs/py/block/GfLegendre", "documentation/manual/triqs/gfs/py/block/GfReFreq", "documentation/manual/triqs/gfs/py/block/GfReTime", "documentation/manual/triqs/gfs/py/contents", "documentation/manual/triqs/gfs/py/descriptors", "documentation/manual/triqs/gfs/py/full", "documentation/manual/triqs/gfs/py/tail", "documentation/manual/triqs/gfs/py/tools", "documentation/manual/triqs/gfs/py/transforms", "documentation/manual/triqs/hilbert_space/contents", "documentation/manual/triqs/hilbert_space/statevector_concept", "documentation/manual/triqs/lattice_tools/bravais", "documentation/manual/triqs/lattice_tools/contents", "documentation/manual/triqs/lattice_tools/dos", "documentation/manual/triqs/lattice_tools/hilbert", "documentation/manual/triqs/lattice_tools/sumk", "documentation/manual/triqs/lattice_tools/tightbinding", "documentation/manual/triqs/lattice_tools/tightbinding_and_example", "documentation/manual/triqs/mc_tools/concepts", "documentation/manual/triqs/mc_tools/contents", "documentation/manual/triqs/mc_tools/full_ref", "documentation/manual/triqs/mc_tools/ising", "documentation/manual/triqs/mc_tools/loop", "documentation/manual/triqs/mc_tools/random", "documentation/manual/triqs/mc_tools/tutorial", "documentation/manual/triqs/operators/contents", "documentation/manual/triqs/operators/operators", "documentation/manual/triqs/operators/util/U_matrix", "documentation/manual/triqs/operators/util/extractors", "documentation/manual/triqs/operators/util/hamiltonians", "documentation/manual/triqs/operators/util/observables", "documentation/manual/triqs/operators/util/op_struct", "documentation/manual/triqs/plotting_protocols/contents", "documentation/manual/triqs/plotting_protocols/fit/fit", "documentation/manual/triqs/plotting_protocols/plotting/plotting", "documentation/manual/triqs/provenance/contents", "documentation/manual/triqs/random_generator/contents", "documentation/manual/triqs/stat/contents", "documentation/manual/triqs/utilities/contents", "documentation/manual/triqs/utilities/exceptions", "documentation/manual/triqs/utilities/python_include_mess", "documentation/manual/triqs/utilities/tupletools", "documentation/python_api/triqs.atom_diag", "documentation/python_api/triqs.atom_diag.AtomDiag", "documentation/python_api/triqs.atom_diag.atom_diag", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.__init__", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.energies", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fops", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.__init__", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.energies", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fock_states", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fops", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.act", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_density_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_iw", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_l", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_tau", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_w", "documentation/python_api/triqs.atom_diag.atom_diag.partition_function", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked", "documentation/python_api/triqs.atom_diag.atom_diag.trace_rho_op", "documentation/python_api/triqs.atom_diag.atom_diag_desc", "documentation/python_api/triqs.dos", "documentation/python_api/triqs.dos.dos", "documentation/python_api/triqs.dos.dos.DOS", "documentation/python_api/triqs.dos.dos.DOS.__init__", "documentation/python_api/triqs.dos.dos.DOS.copy", "documentation/python_api/triqs.dos.dos.DOS.density", "documentation/python_api/triqs.dos.dos.DOSFromFunction", "documentation/python_api/triqs.dos.dos.DOSFromFunction.__init__", "documentation/python_api/triqs.dos.dos.DOSFromFunction.copy", "documentation/python_api/triqs.dos.dos.DOSFromFunction.density", "documentation/python_api/triqs.dos.dos.dos_from_file", "documentation/python_api/triqs.dos.hilbert_transform", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform.__init__", "documentation/python_api/triqs.fit", "documentation/python_api/triqs.fit.fit", "documentation/python_api/triqs.fit.fit.Fit", "documentation/python_api/triqs.fit.fit.Fit.__init__", "documentation/python_api/triqs.gf", "documentation/python_api/triqs.gf.backwd_compat", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.data", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.density", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.real", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.data", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.density", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.real", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.data", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.density", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.real", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_retime", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.data", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.density", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.real", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.zero", "documentation/python_api/triqs.gf.block2_gf", "documentation/python_api/triqs.gf.block2_gf.Block2Gf", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.__init__", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.all_indices", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_from", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_selected_blocks", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.imag", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices1", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices2", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.n_blocks", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.real", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.view_selected_blocks", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.zero", "documentation/python_api/triqs.gf.block_gf", "documentation/python_api/triqs.gf.block_gf.BlockGf", "documentation/python_api/triqs.gf.block_gf.BlockGf.__init__", "documentation/python_api/triqs.gf.block_gf.BlockGf.all_indices", "documentation/python_api/triqs.gf.block_gf.BlockGf.beta", "documentation/python_api/triqs.gf.block_gf.BlockGf.conjugate", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_from", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_selected_blocks", "documentation/python_api/triqs.gf.block_gf.BlockGf.density", "documentation/python_api/triqs.gf.block_gf.BlockGf.imag", "documentation/python_api/triqs.gf.block_gf.BlockGf.indices", "documentation/python_api/triqs.gf.block_gf.BlockGf.inverse", "documentation/python_api/triqs.gf.block_gf.BlockGf.invert", "documentation/python_api/triqs.gf.block_gf.BlockGf.load", "documentation/python_api/triqs.gf.block_gf.BlockGf.mesh", "documentation/python_api/triqs.gf.block_gf.BlockGf.n_blocks", "documentation/python_api/triqs.gf.block_gf.BlockGf.real", "documentation/python_api/triqs.gf.block_gf.BlockGf.save", "documentation/python_api/triqs.gf.block_gf.BlockGf.total_density", "documentation/python_api/triqs.gf.block_gf.BlockGf.transpose", "documentation/python_api/triqs.gf.block_gf.BlockGf.view_selected_blocks", "documentation/python_api/triqs.gf.block_gf.BlockGf.zero", "documentation/python_api/triqs.gf.block_gf.call_factory_from_dict", "documentation/python_api/triqs.gf.block_gf.fix_gf_struct_type", "documentation/python_api/triqs.gf.descriptor_base", "documentation/python_api/triqs.gf.descriptor_base.Base", "documentation/python_api/triqs.gf.descriptor_base.Base.__init__", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.__init__", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.is_block_descriptor", "documentation/python_api/triqs.gf.descriptor_base.Const", "documentation/python_api/triqs.gf.descriptor_base.Const.__init__", "documentation/python_api/triqs.gf.descriptor_base.Function", "documentation/python_api/triqs.gf.descriptor_base.Function.__init__", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX.__init__", "documentation/python_api/triqs.gf.descriptor_base.Omega_", "documentation/python_api/triqs.gf.descriptor_base.Omega_.__init__", "documentation/python_api/triqs.gf.descriptor_base.convert_scalar_to_const", "documentation/python_api/triqs.gf.descriptor_base.is_lazy", "documentation/python_api/triqs.gf.descriptor_base.is_scalar", "documentation/python_api/triqs.gf.descriptors", "documentation/python_api/triqs.gf.descriptors.Flat", "documentation/python_api/triqs.gf.descriptors.Flat.__init__", "documentation/python_api/triqs.gf.descriptors.Fourier", "documentation/python_api/triqs.gf.descriptors.Fourier.__init__", "documentation/python_api/triqs.gf.descriptors.Fourier.is_block_descriptor", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.__init__", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.__init__", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime.__init__", "documentation/python_api/triqs.gf.descriptors.SemiCircular", "documentation/python_api/triqs.gf.descriptors.SemiCircular.__init__", "documentation/python_api/triqs.gf.descriptors.Wilson", "documentation/python_api/triqs.gf.descriptors.Wilson.__init__", "documentation/python_api/triqs.gf.descriptors.semi", "documentation/python_api/triqs.gf.gf", "documentation/python_api/triqs.gf.gf.AddMethod", "documentation/python_api/triqs.gf.gf.AddMethod.__init__", "documentation/python_api/triqs.gf.gf.AddMethod.mro", "documentation/python_api/triqs.gf.gf.CallProxyNone", "documentation/python_api/triqs.gf.gf.CallProxyNone.__init__", "documentation/python_api/triqs.gf.gf.Gf", "documentation/python_api/triqs.gf.gf.Gf.__init__", "documentation/python_api/triqs.gf.gf.Gf.conjugate", "documentation/python_api/triqs.gf.gf.Gf.copy", "documentation/python_api/triqs.gf.gf.Gf.copy_from", "documentation/python_api/triqs.gf.gf.Gf.data", "documentation/python_api/triqs.gf.gf.Gf.density", "documentation/python_api/triqs.gf.gf.Gf.enforce_discontinuity", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.gf.Gf.fit_tail", "documentation/python_api/triqs.gf.gf.Gf.fit_tail_on_window", "documentation/python_api/triqs.gf.gf.Gf.from_L_G_R", "documentation/python_api/triqs.gf.gf.Gf.imag", "documentation/python_api/triqs.gf.gf.Gf.indices", "documentation/python_api/triqs.gf.gf.Gf.inverse", "documentation/python_api/triqs.gf.gf.Gf.invert", "documentation/python_api/triqs.gf.gf.Gf.is_gf_hermitian", "documentation/python_api/triqs.gf.gf.Gf.is_gf_real_in_tau", "documentation/python_api/triqs.gf.gf.Gf.mesh", "documentation/python_api/triqs.gf.gf.Gf.rank", "documentation/python_api/triqs.gf.gf.Gf.real", "documentation/python_api/triqs.gf.gf.Gf.rebinning_tau", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.gf.Gf.set_from_fourier", "documentation/python_api/triqs.gf.gf.Gf.set_from_imfreq", "documentation/python_api/triqs.gf.gf.Gf.set_from_imtime", "documentation/python_api/triqs.gf.gf.Gf.set_from_legendre", "documentation/python_api/triqs.gf.gf.Gf.set_from_pade", "documentation/python_api/triqs.gf.gf.Gf.target_indices", "documentation/python_api/triqs.gf.gf.Gf.target_rank", "documentation/python_api/triqs.gf.gf.Gf.target_shape", "documentation/python_api/triqs.gf.gf.Gf.total_density", "documentation/python_api/triqs.gf.gf.Gf.transpose", "documentation/python_api/triqs.gf.gf.Gf.x_data_view", "documentation/python_api/triqs.gf.gf.Gf.zero", "documentation/python_api/triqs.gf.gf.Idx", "documentation/python_api/triqs.gf.gf.Idx.__init__", "documentation/python_api/triqs.gf.gf.add_method_helper", "documentation/python_api/triqs.gf.gf.bckwd", "documentation/python_api/triqs.gf.gf.call_factory_from_dict", "documentation/python_api/triqs.gf.gf_factories", "documentation/python_api/triqs.gf.gf_factories.fit_gf_dlr", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imfreq", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imtime", "documentation/python_api/triqs.gf.gf_factories.make_gf_from_fourier", "documentation/python_api/triqs.gf.gf_factories.make_gf_imfreq", "documentation/python_api/triqs.gf.gf_factories.make_gf_imtime", "documentation/python_api/triqs.gf.gf_factories.make_hermitian", "documentation/python_api/triqs.gf.gf_factories.make_real_in_tau", "documentation/python_api/triqs.gf.gf_factories_desc", "documentation/python_api/triqs.gf.gf_fnt", "documentation/python_api/triqs.gf.gf_fnt.density", "documentation/python_api/triqs.gf.gf_fnt.enforce_discontinuity", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.gf_fnt.fit_tail", "documentation/python_api/triqs.gf.gf_fnt.fit_tail_on_window", "documentation/python_api/triqs.gf.gf_fnt.is_gf_hermitian", "documentation/python_api/triqs.gf.gf_fnt.is_gf_real_in_tau", "documentation/python_api/triqs.gf.gf_fnt.rebinning_tau", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.gf_fnt.set_from_fourier", "documentation/python_api/triqs.gf.gf_fnt.set_from_imfreq", "documentation/python_api/triqs.gf.gf_fnt.set_from_imtime", "documentation/python_api/triqs.gf.gf_fnt.set_from_legendre", "documentation/python_api/triqs.gf.gf_fnt.set_from_pade", "documentation/python_api/triqs.gf.gf_fnt_desc", "documentation/python_api/triqs.gf.lazy_expressions", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.__init__", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.copy", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.get_terminal", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.is_terminal", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.set_from", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal.__init__", "documentation/python_api/triqs.gf.lazy_expressions.all_terminals", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr_with_context", "documentation/python_api/triqs.gf.lazy_expressions.lazy_function", "documentation/python_api/triqs.gf.lazy_expressions.make_lazy", "documentation/python_api/triqs.gf.lazy_expressions.transform", "documentation/python_api/triqs.gf.map_block", "documentation/python_api/triqs.gf.matsubara_freq", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.__init__", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.imag", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.real", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.value", "documentation/python_api/triqs.gf.mesh_point", "documentation/python_api/triqs.gf.mesh_point.MeshPoint", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.__init__", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.imag", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.real", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator.__init__", "documentation/python_api/triqs.gf.mesh_product", "documentation/python_api/triqs.gf.mesh_product.MeshProduct", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.__init__", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.components", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy_from", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.rank", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.size_of_components", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.to_data_index", "documentation/python_api/triqs.gf.mesh_product.call_factory_from_dict", "documentation/python_api/triqs.gf.meshes", "documentation/python_api/triqs.gf.meshes.MeshBrZone", "documentation/python_api/triqs.gf.meshes.MeshBrZone.__init__", "documentation/python_api/triqs.gf.meshes.MeshBrZone.bz", "documentation/python_api/triqs.gf.meshes.MeshBrZone.closest_index", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy_from", "documentation/python_api/triqs.gf.meshes.MeshBrZone.dims", "documentation/python_api/triqs.gf.meshes.MeshBrZone.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_index", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_value", "documentation/python_api/triqs.gf.meshes.MeshBrZone.units", "documentation/python_api/triqs.gf.meshes.MeshBrZone.values", "documentation/python_api/triqs.gf.meshes.MeshCycLat", "documentation/python_api/triqs.gf.meshes.MeshCycLat.__init__", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy_from", "documentation/python_api/triqs.gf.meshes.MeshCycLat.dims", "documentation/python_api/triqs.gf.meshes.MeshCycLat.lattice", "documentation/python_api/triqs.gf.meshes.MeshCycLat.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_index", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_value", "documentation/python_api/triqs.gf.meshes.MeshCycLat.units", "documentation/python_api/triqs.gf.meshes.MeshCycLat.values", "documentation/python_api/triqs.gf.meshes.MeshDLR", "documentation/python_api/triqs.gf.meshes.MeshDLR.__init__", "documentation/python_api/triqs.gf.meshes.MeshDLR.beta", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy_from", "documentation/python_api/triqs.gf.meshes.MeshDLR.eps", "documentation/python_api/triqs.gf.meshes.MeshDLR.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshDLR.statistic", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_index", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_value", "documentation/python_api/triqs.gf.meshes.MeshDLR.values", "documentation/python_api/triqs.gf.meshes.MeshDLR.w_max", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.__init__", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.beta", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy_from", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.eps", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.statistic", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_value", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.values", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.w_max", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.__init__", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.beta", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy_from", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.eps", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.statistic", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_value", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.values", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.w_max", "documentation/python_api/triqs.gf.meshes.MeshImFreq", "documentation/python_api/triqs.gf.meshes.MeshImFreq.__init__", "documentation/python_api/triqs.gf.meshes.MeshImFreq.beta", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy_from", "documentation/python_api/triqs.gf.meshes.MeshImFreq.first_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.last_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshImFreq.positive_only", "documentation/python_api/triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters", "documentation/python_api/triqs.gf.meshes.MeshImFreq.statistic", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_value", "documentation/python_api/triqs.gf.meshes.MeshImFreq.values", "documentation/python_api/triqs.gf.meshes.MeshImTime", "documentation/python_api/triqs.gf.meshes.MeshImTime.__init__", "documentation/python_api/triqs.gf.meshes.MeshImTime.beta", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy_from", "documentation/python_api/triqs.gf.meshes.MeshImTime.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshImTime.statistic", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_index", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_value", "documentation/python_api/triqs.gf.meshes.MeshImTime.values", "documentation/python_api/triqs.gf.meshes.MeshLegendre", "documentation/python_api/triqs.gf.meshes.MeshLegendre.__init__", "documentation/python_api/triqs.gf.meshes.MeshLegendre.beta", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy_from", "documentation/python_api/triqs.gf.meshes.MeshLegendre.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshLegendre.statistic", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_index", "documentation/python_api/triqs.gf.meshes.MeshReFreq", "documentation/python_api/triqs.gf.meshes.MeshReFreq.__init__", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy_from", "documentation/python_api/triqs.gf.meshes.MeshReFreq.delta", "documentation/python_api/triqs.gf.meshes.MeshReFreq.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_index", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_value", "documentation/python_api/triqs.gf.meshes.MeshReFreq.values", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_max", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_min", "documentation/python_api/triqs.gf.meshes.MeshReTime", "documentation/python_api/triqs.gf.meshes.MeshReTime.__init__", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy_from", "documentation/python_api/triqs.gf.meshes.MeshReTime.delta", "documentation/python_api/triqs.gf.meshes.MeshReTime.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_max", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_min", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_index", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_value", "documentation/python_api/triqs.gf.meshes.MeshReTime.values", "documentation/python_api/triqs.gf.meshes.make_adjoint_mesh", "documentation/python_api/triqs.gf.meshes_desc", "documentation/python_api/triqs.gf.meshes_desc.make_mesh", "documentation/python_api/triqs.gf.plot", "documentation/python_api/triqs.gf.plot.bz", "documentation/python_api/triqs.gf.plot.bz.dist", "documentation/python_api/triqs.gf.plot.bz.generate_points", "documentation/python_api/triqs.gf.plot.bz.generate_points_on_path", "documentation/python_api/triqs.gf.plot.bz.length", "documentation/python_api/triqs.gf.plot.bz.make_plottable", "documentation/python_api/triqs.gf.plot.bz.plot", "documentation/python_api/triqs.gf.plot.bz.slice_on_path", "documentation/python_api/triqs.gf.plot.bz_x_x", "documentation/python_api/triqs.gf.plot.bz_x_x.plot", "documentation/python_api/triqs.gf.plot.bz_x_x.plottable_slice_along_path", "documentation/python_api/triqs.gf.plot.dispatcher", "documentation/python_api/triqs.gf.plot.one_var", "documentation/python_api/triqs.gf.plot.one_var.dlr_imfreq", "documentation/python_api/triqs.gf.plot.one_var.dlr_imtime", "documentation/python_api/triqs.gf.plot.one_var.imfreq", "documentation/python_api/triqs.gf.plot.one_var.imtime", "documentation/python_api/triqs.gf.plot.one_var.legendre", "documentation/python_api/triqs.gf.plot.one_var.refreq", "documentation/python_api/triqs.gf.plot.one_var.retime", "documentation/python_api/triqs.gf.plot.plot_base", "documentation/python_api/triqs.gf.plot.plot_base.plot_base", "documentation/python_api/triqs.gf.plot.select_indices", "documentation/python_api/triqs.gf.plot.select_indices.closest_point_in_line", "documentation/python_api/triqs.gf.plot.select_indices.closest_to", "documentation/python_api/triqs.gf.plot.select_indices.dist", "documentation/python_api/triqs.gf.plot.select_indices.pick_selection_vec", "documentation/python_api/triqs.gf.plot.select_indices.select_path_indices", "documentation/python_api/triqs.gf.tools", "documentation/python_api/triqs.gf.tools.conjugate", "documentation/python_api/triqs.gf.tools.delta", "documentation/python_api/triqs.gf.tools.discretize_bath", "documentation/python_api/triqs.gf.tools.dyson", "documentation/python_api/triqs.gf.tools.fit_legendre", "documentation/python_api/triqs.gf.tools.inverse", "documentation/python_api/triqs.gf.tools.make_delta", "documentation/python_api/triqs.gf.tools.make_zero_tail", "documentation/python_api/triqs.gf.tools.read_gf_from_txt", "documentation/python_api/triqs.gf.tools.transpose", "documentation/python_api/triqs.gf.tools.write_gf_to_txt", "documentation/python_api/triqs.gf.wrapped_aux", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.set_from_gf_data_mul_LR", "documentation/python_api/triqs.gf.wrapped_aux_desc", "documentation/python_api/triqs.gf.wrapped_aux_desc.all_calls", "documentation/python_api/triqs.lattice", "documentation/python_api/triqs.lattice.bz_patch", "documentation/python_api/triqs.lattice.bz_patch.BZPatch", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.__init__", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.dos", "documentation/python_api/triqs.lattice.lattice_tools", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.__init__", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.n_orbitals", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.ndim", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_names", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_positions", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.units", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.__init__", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.lattice", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.ndim", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.units", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.__init__", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.dispersion", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.displ_vec", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.fourier", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec", "documentation/python_api/triqs.lattice.lattice_tools.dos", "documentation/python_api/triqs.lattice.lattice_tools.dos_patch", "documentation/python_api/triqs.lattice.lattice_tools_desc", "documentation/python_api/triqs.lattice.point", "documentation/python_api/triqs.lattice.point.LatticePoint", "documentation/python_api/triqs.lattice.point.LatticePoint.__init__", "documentation/python_api/triqs.lattice.point.LatticePoint.value", "documentation/python_api/triqs.lattice.super_lattice", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.__init__", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.cluster_sites", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.dispersion", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fold", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fourier", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_kmesh", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_rmesh", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.hoppings", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.n_orbitals", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.ndim", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_names", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_positions", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.units", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital", "documentation/python_api/triqs.lattice.tight_binding", "documentation/python_api/triqs.lattice.tight_binding.TBLattice", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.__init__", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.dispersion", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.fourier", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_kmesh", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_rmesh", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.hoppings", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.n_orbitals", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.ndim", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_names", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_positions", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.units", "documentation/python_api/triqs.lattice.tight_binding.dos", "documentation/python_api/triqs.lattice.tight_binding.dos_patch", "documentation/python_api/triqs.lattice.utils", "documentation/python_api/triqs.lattice.utils.TB_from_pythTB", "documentation/python_api/triqs.lattice.utils.TB_from_wannier90", "documentation/python_api/triqs.lattice.utils.TB_to_sympy", "documentation/python_api/triqs.lattice.utils.extend_wannier90_to_spin", "documentation/python_api/triqs.lattice.utils.k_space_path", "documentation/python_api/triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat", "documentation/python_api/triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout", "documentation/python_api/triqs.operators", "documentation/python_api/triqs.operators.operators", "documentation/python_api/triqs.operators.operators.Operator", "documentation/python_api/triqs.operators.operators.Operator.__init__", "documentation/python_api/triqs.operators.operators.Operator.imag", "documentation/python_api/triqs.operators.operators.Operator.is_zero", "documentation/python_api/triqs.operators.operators.Operator.real", "documentation/python_api/triqs.operators.operators.c", "documentation/python_api/triqs.operators.operators.c_dag", "documentation/python_api/triqs.operators.operators.dagger", "documentation/python_api/triqs.operators.operators.is_op_hermitian", "documentation/python_api/triqs.operators.operators.n", "documentation/python_api/triqs.operators.operators_desc", "documentation/python_api/triqs.operators.util", "documentation/python_api/triqs.operators.util.U_matrix", "documentation/python_api/triqs.operators.util.U_matrix.U_J_to_radial_integrals", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_kanamori", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_slater", "documentation/python_api/triqs.operators.util.U_matrix.angular_matrix_element", "documentation/python_api/triqs.operators.util.U_matrix.clebsch_gordan", "documentation/python_api/triqs.operators.util.U_matrix.cubic_names", "documentation/python_api/triqs.operators.util.U_matrix.eg_submatrix", "documentation/python_api/triqs.operators.util.U_matrix.radial_integrals_to_U_J", "documentation/python_api/triqs.operators.util.U_matrix.reduce_4index_to_2index", "documentation/python_api/triqs.operators.util.U_matrix.spherical_to_cubic", "documentation/python_api/triqs.operators.util.U_matrix.subarray", "documentation/python_api/triqs.operators.util.U_matrix.t2g_submatrix", "documentation/python_api/triqs.operators.util.U_matrix.three_j_symbol", "documentation/python_api/triqs.operators.util.U_matrix.transform_U_matrix", "documentation/python_api/triqs.operators.util.extractors", "documentation/python_api/triqs.operators.util.extractors.block_matrix_from_op", "documentation/python_api/triqs.operators.util.extractors.dict_to_matrix", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict2", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict4", "documentation/python_api/triqs.operators.util.extractors.extract_h_dict", "documentation/python_api/triqs.operators.util.extractors.op_from_block_matrix", "documentation/python_api/triqs.operators.util.extractors.quadratic_terms", "documentation/python_api/triqs.operators.util.extractors.quartic_terms", "documentation/python_api/triqs.operators.util.extractors_desc", "documentation/python_api/triqs.operators.util.hamiltonians", "documentation/python_api/triqs.operators.util.hamiltonians.backward_compat", "documentation/python_api/triqs.operators.util.hamiltonians.diagonal_part", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_density", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_kanamori", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_slater", "documentation/python_api/triqs.operators.util.hamiltonians.make_operator_real", "documentation/python_api/triqs.operators.util.observables", "documentation/python_api/triqs.operators.util.observables.L2_op", "documentation/python_api/triqs.operators.util.observables.LS_op", "documentation/python_api/triqs.operators.util.observables.L_op", "documentation/python_api/triqs.operators.util.observables.N_op", "documentation/python_api/triqs.operators.util.observables.S2_op", "documentation/python_api/triqs.operators.util.observables.S_op", "documentation/python_api/triqs.operators.util.observables.check_backward_compat", "documentation/python_api/triqs.operators.util.op_struct", "documentation/python_api/triqs.operators.util.op_struct.get_mkind", "documentation/python_api/triqs.operators.util.op_struct.set_operator_structure", "documentation/python_api/triqs.plot", "documentation/python_api/triqs.plot.mpl_interface", "documentation/python_api/triqs.plot.mpl_interface.oplot", "documentation/python_api/triqs.plot.mpl_interface.oploti", "documentation/python_api/triqs.plot.mpl_interface.oplotr", "documentation/python_api/triqs.plot.mpl_interface.use_amsmath", "documentation/python_api/triqs.plot.protocol", "documentation/python_api/triqs.plot.protocol.clip_array", "documentation/python_api/triqs.plot.protocol.plot_protocol_apply", "documentation/python_api/triqs.random_generator", "documentation/python_api/triqs.random_generator.RandomGenerator", "documentation/python_api/triqs.random_generator.RandomGenerator.__init__", "documentation/python_api/triqs.random_generator.random_generator", "documentation/python_api/triqs.random_generator.random_generator.random_generator_names_list", "documentation/python_api/triqs.random_generator.random_generator_desc", "documentation/python_api/triqs.stat", "documentation/python_api/triqs.stat.histogram", "documentation/python_api/triqs.stat.histogram.plot", "documentation/python_api/triqs.stat.histograms", "documentation/python_api/triqs.stat.histograms.Histogram", "documentation/python_api/triqs.stat.histograms.Histogram.__init__", "documentation/python_api/triqs.stat.histograms.Histogram.clear", "documentation/python_api/triqs.stat.histograms.Histogram.data", "documentation/python_api/triqs.stat.histograms.Histogram.limits", "documentation/python_api/triqs.stat.histograms.Histogram.mesh_point", "documentation/python_api/triqs.stat.histograms.Histogram.n_data_pts", "documentation/python_api/triqs.stat.histograms.Histogram.n_lost_pts", "documentation/python_api/triqs.stat.histograms.cdf", "documentation/python_api/triqs.stat.histograms.pdf", "documentation/python_api/triqs.stat.histograms_desc", "documentation/python_api/triqs.sumk", "documentation/python_api/triqs.sumk.sumk_discrete", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.__init__", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays", "documentation/python_api/triqs.utility", "documentation/python_api/triqs.utility.bound_and_bisect", "documentation/python_api/triqs.utility.bound_and_bisect.bound_and_bisect", "documentation/python_api/triqs.utility.bound_and_bisect.determine_bounds", "documentation/python_api/triqs.utility.capture_stdout", "documentation/python_api/triqs.utility.comparison_tests", "documentation/python_api/triqs.utility.comparison_tests.assert_array_close_to_scalar", "documentation/python_api/triqs.utility.comparison_tests.assert_arrays_are_close", "documentation/python_api/triqs.utility.comparison_tests.assert_block2_gfs_are_close", "documentation/python_api/triqs.utility.comparison_tests.assert_block_gfs_are_close", "documentation/python_api/triqs.utility.comparison_tests.assert_gfs_are_close", "documentation/python_api/triqs.utility.dichotomy", "documentation/python_api/triqs.utility.dichotomy.dichotomy", "documentation/python_api/triqs.utility.dist_on_nodes", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.__init__", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.run", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.result", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.run", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate", "documentation/python_api/triqs.utility.h5diff", "documentation/python_api/triqs.utility.h5diff.compare", "documentation/python_api/triqs.utility.h5diff.h5diff", "documentation/python_api/triqs.utility.mpi", "documentation/python_api/triqs.utility.mpi.check_for_mpi", "documentation/python_api/triqs.utility.mpi_mpi4py", "documentation/python_api/triqs.utility.mpi_mpi4py.all_reduce", "documentation/python_api/triqs.utility.mpi_mpi4py.barrier", "documentation/python_api/triqs.utility.mpi_mpi4py.bcast", "documentation/python_api/triqs.utility.mpi_mpi4py.is_master_node", "documentation/python_api/triqs.utility.mpi_mpi4py.master_gets_host_names", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_err", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_out", "documentation/python_api/triqs.utility.mpi_mpi4py.recv", "documentation/python_api/triqs.utility.mpi_mpi4py.report", "documentation/python_api/triqs.utility.mpi_mpi4py.send", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_array", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_inf", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_sup", "documentation/python_api/triqs.utility.mpi_nompi", "documentation/python_api/triqs.utility.mpi_nompi.all_reduce", "documentation/python_api/triqs.utility.mpi_nompi.barrier", "documentation/python_api/triqs.utility.mpi_nompi.bcast", "documentation/python_api/triqs.utility.mpi_nompi.is_master_node", "documentation/python_api/triqs.utility.mpi_nompi.master_gets_host_names", "documentation/python_api/triqs.utility.mpi_nompi.myprint_err", "documentation/python_api/triqs.utility.mpi_nompi.myprint_out", "documentation/python_api/triqs.utility.mpi_nompi.recv", "documentation/python_api/triqs.utility.mpi_nompi.report", "documentation/python_api/triqs.utility.mpi_nompi.send", "documentation/python_api/triqs.utility.mpi_nompi.slice_array", "documentation/python_api/triqs.utility.redirect", "documentation/python_api/triqs.utility.redirect.T", "documentation/python_api/triqs.utility.redirect.T.__init__", "documentation/python_api/triqs.utility.redirect.T.daemon", "documentation/python_api/triqs.utility.redirect.T.getName", "documentation/python_api/triqs.utility.redirect.T.ident", "documentation/python_api/triqs.utility.redirect.T.isDaemon", "documentation/python_api/triqs.utility.redirect.T.is_alive", "documentation/python_api/triqs.utility.redirect.T.join", "documentation/python_api/triqs.utility.redirect.T.name", "documentation/python_api/triqs.utility.redirect.T.native_id", "documentation/python_api/triqs.utility.redirect.T.run", "documentation/python_api/triqs.utility.redirect.T.setDaemon", "documentation/python_api/triqs.utility.redirect.T.setName", "documentation/python_api/triqs.utility.redirect.T.start", "documentation/python_api/triqs.utility.redirect.T.stop", "documentation/python_api/triqs.utility.redirect.start_redirect", "documentation/python_api/triqs.utility.redirect.stop_redirect", "faqs", "index", "install", "installation/clang", "installation/environment_vars", "installation/install_options", "installation/osx_install", "installation/python_virtualenv", "installation/requirements", "installation/ubuntu", "porting_to_triqs3", "userguide", "userguide/c++/arrays/tutorial", "userguide/c++/det_manip/tutorial", "userguide/c++/gfs/tutorial", "userguide/c++/hdf5/tutorial", "userguide/c++/using_the_lib/application_structure", "userguide/c++/using_the_lib/contents", "userguide/c++/using_the_lib/profiling", "userguide/c++/using_the_lib/triqs_library", "userguide/python/basics", "userguide/python/dmft_one_page", "userguide/python/external_resources", "userguide/python/model_dmft", "userguide/python/tight_binding", "userguide/python/tutorials/AbinitioDMFT/01-solid_dmft", "userguide/python/tutorials/AbinitioDMFT/02-FermiSee", "userguide/python/tutorials/AbinitioDMFT/03-phase-diagram-exploration", "userguide/python/tutorials/AbinitioDMFT/04-HubbardI-comparison", "userguide/python/tutorials/AbinitioDMFT/solutions/01s-solid_dmft", "userguide/python/tutorials/AbinitioDMFT/solutions/02s-FermiSee", "userguide/python/tutorials/AbinitioDMFT/solutions/03s-phase-diagram-exploration", "userguide/python/tutorials/AbinitioDMFT/solutions/04s-HubbardI-comparison", "userguide/python/tutorials/Basics/00a-Introducing_the_ipython_notebook", "userguide/python/tutorials/Basics/00b-Matplotlib_Examples", "userguide/python/tutorials/Basics/01-Greens_functions", "userguide/python/tutorials/Basics/02-Archiving_your_data", "userguide/python/tutorials/Basics/03-Operators", "userguide/python/tutorials/Basics/04-Multivariable_Green_functions", "userguide/python/tutorials/Basics/solutions/01s-Greens_functions", "userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT", "userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver", "userguide/python/tutorials/ModelDMFT/03-Single-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/04-Two-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard", "userguide/python/tutorials/ModelDMFT/README", "userguide/python/tutorials/ModelDMFT/solutions/01s-IPT_and_DMFT", "userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/solutions/04s-Two-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard", "userguide/python/tutorials/README", "userguide/python/tutorials/TwoParticleResponse/01-Fermi_surface_nesting", "userguide/python/tutorials/TwoParticleResponse/02-Lindhard", "userguide/python/tutorials/TwoParticleResponse/03-RPA", "userguide/python/tutorials/TwoParticleResponse/04-TPSC", "userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner", "userguide/python/tutorials/TwoParticleResponse/solutions/01s-Fermi_surface_nesting", "userguide/python/tutorials/TwoParticleResponse/solutions/02s-Lindhard", "userguide/python/tutorials/TwoParticleResponse/solutions/03s-RPA", "userguide/python/tutorials/TwoParticleResponse/solutions/04s-TPSC", "userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner", "userguide/python/two_particle_response", "versions"], "envversion": {"nbsphinx": 4, "sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["ChangeLog.md", "_templates/autosummary_class_template.rst", "_templates/autosummary_module_template.rst", "about.rst", "applications.rst", "contents.rst", "contributing.rst", "contributing/documentation.rst", "contributing/pull_request.rst", "documentation.rst", "documentation/cpp_api/contents.rst", "documentation/cpp_api/itertools.rst", "documentation/cpp_api/itertools/chunk_range.rst", "documentation/cpp_api/itertools/enumerate.rst", "documentation/cpp_api/itertools/foreach.rst", "documentation/cpp_api/itertools/product.rst", "documentation/cpp_api/itertools/product_range.rst", "documentation/cpp_api/itertools/range.rst", "documentation/cpp_api/itertools/range/constructor.rst", "documentation/cpp_api/itertools/range/first.rst", "documentation/cpp_api/itertools/range/last.rst", "documentation/cpp_api/itertools/range/size.rst", "documentation/cpp_api/itertools/range/step.rst", "documentation/cpp_api/itertools/slice.rst", "documentation/cpp_api/itertools/stride.rst", "documentation/cpp_api/itertools/transform.rst", "documentation/cpp_api/itertools/zip.rst", "documentation/cpp_api/itertools/zip_with.rst", "documentation/cpp_api/mpi.rst", "documentation/cpp_api/mpi/broadcast.rst", "documentation/cpp_api/mpi/chunk.rst", "documentation/cpp_api/mpi/communicator.rst", "documentation/cpp_api/mpi/communicator/constructor.rst", "documentation/cpp_api/mpi/environment.rst", "documentation/cpp_api/mpi/environment/constructor.rst", "documentation/cpp_api/mpi/is_initialized.rst", "documentation/cpp_api/mpi/map_C_function.rst", "documentation/cpp_api/mpi/map_add.rst", "documentation/cpp_api/mpi/monitor.rst", "documentation/cpp_api/mpi/monitor/constructor.rst", "documentation/cpp_api/mpi/monitor/emergency_occured.rst", "documentation/cpp_api/mpi/monitor/finalize_communications.rst", "documentation/cpp_api/mpi/monitor/request_emergency_stop.rst", "documentation/cpp_api/triqs/atom_diag.rst", "documentation/cpp_api/triqs/atom_diag/act.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_connection.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_connection.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/constructor.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/flatten_subspace_index.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigensystems.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigenvalue.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_energies.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fock_states.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fops.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space_dim.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_gs_energy.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_h_atomic.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_matrix_element_of_monomial.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_op_mat.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_quantum_numbers.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dim.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dims.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrices.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_state.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_subspace_index.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/index_range_of_subspace.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/n_subspaces.rst", "documentation/cpp_api/triqs/atom_diag/atomic_density_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_iw.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_l.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_lehmann.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_tau.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_w.rst", "documentation/cpp_api/triqs/atom_diag/partition_function.rst", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues.rst", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues_checked.rst", "documentation/cpp_api/triqs/atom_diag/trace_rho_op.rst", "documentation/cpp_api/triqs/det_manip.rst", "documentation/cpp_api/triqs/det_manip/det_manip.rst", "documentation/cpp_api/triqs/det_manip/det_manip/change_col.rst", "documentation/cpp_api/triqs/det_manip/det_manip/change_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/clear.rst", "documentation/cpp_api/triqs/det_manip/det_manip/complete_operation.rst", "documentation/cpp_api/triqs/det_manip/det_manip/constructor.rst", "documentation/cpp_api/triqs/det_manip/det_manip/determinant.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_function.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_n_operations_before_check.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_error.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_warning.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_singular_threshold.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_x.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_x_internal_order.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_y.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_y_internal_order.rst", "documentation/cpp_api/triqs/det_manip/det_manip/h5_read.rst", "documentation/cpp_api/triqs/det_manip/det_manip/h5_write.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert2.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert2_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix.rst", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix_internal_order.rst", "documentation/cpp_api/triqs/det_manip/det_manip/is_singular.rst", "documentation/cpp_api/triqs/det_manip/det_manip/matrix.rst", "documentation/cpp_api/triqs/det_manip/det_manip/reject_last_try.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove2.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove2_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/reserve.rst", "documentation/cpp_api/triqs/det_manip/det_manip/roll_matrix.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_n_operations_before_check.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_error.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_warning.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_singular_threshold.rst", "documentation/cpp_api/triqs/det_manip/det_manip/size.rst", "documentation/cpp_api/triqs/det_manip/det_manip/swap_col.rst", "documentation/cpp_api/triqs/det_manip/det_manip/swap_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert_k.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_refill.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove_k.rst", "documentation/cpp_api/triqs/gfs.rst", "documentation/cpp_api/triqs/gfs/.rst", "documentation/cpp_api/triqs/gfs/block_gf.rst", "documentation/cpp_api/triqs/gfs/block_gf/block_names.rst", "documentation/cpp_api/triqs/gfs/block_gf/block_sizes.rst", "documentation/cpp_api/triqs/gfs/block_gf/constructor.rst", "documentation/cpp_api/triqs/gfs/block_gf/data.rst", "documentation/cpp_api/triqs/gfs/block_gf/h5_read.rst", "documentation/cpp_api/triqs/gfs/block_gf/h5_write.rst", "documentation/cpp_api/triqs/gfs/block_gf/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/block_gf/operator().rst", "documentation/cpp_api/triqs/gfs/block_gf/operator=.rst", "documentation/cpp_api/triqs/gfs/density.rst", "documentation/cpp_api/triqs/gfs/fit_gf_dlr.rst", "documentation/cpp_api/triqs/gfs/fit_hermitian_tail.rst", "documentation/cpp_api/triqs/gfs/fit_tail.rst", "documentation/cpp_api/triqs/gfs/flatten_2d.rst", "documentation/cpp_api/triqs/gfs/flatten_gf_2d.rst", "documentation/cpp_api/triqs/gfs/get_mesh.rst", "documentation/cpp_api/triqs/gfs/gf.rst", "documentation/cpp_api/triqs/gfs/gf/constructor.rst", "documentation/cpp_api/triqs/gfs/gf/data.rst", "documentation/cpp_api/triqs/gfs/gf/data_shape.rst", "documentation/cpp_api/triqs/gfs/gf/h5_read.rst", "documentation/cpp_api/triqs/gfs/gf/h5_write.rst", "documentation/cpp_api/triqs/gfs/gf/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/gf/mesh.rst", "documentation/cpp_api/triqs/gfs/gf/operator<<.rst", "documentation/cpp_api/triqs/gfs/gf/operator=.rst", "documentation/cpp_api/triqs/gfs/gf/target_indices.rst", "documentation/cpp_api/triqs/gfs/gf/target_shape.rst", "documentation/cpp_api/triqs/gfs/gf_const_view.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/constructor.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/data.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/data_shape.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_read.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_write.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/mesh.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/operator<<.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/rebind.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/target_indices.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/target_shape.rst", "documentation/cpp_api/triqs/gfs/gf_view.rst", "documentation/cpp_api/triqs/gfs/gf_view/constructor.rst", "documentation/cpp_api/triqs/gfs/gf_view/data.rst", "documentation/cpp_api/triqs/gfs/gf_view/data_shape.rst", "documentation/cpp_api/triqs/gfs/gf_view/h5_read.rst", "documentation/cpp_api/triqs/gfs/gf_view/h5_write.rst", "documentation/cpp_api/triqs/gfs/gf_view/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/gf_view/mesh.rst", "documentation/cpp_api/triqs/gfs/gf_view/operator<<.rst", "documentation/cpp_api/triqs/gfs/gf_view/operator=.rst", "documentation/cpp_api/triqs/gfs/gf_view/rebind.rst", "documentation/cpp_api/triqs/gfs/gf_view/target_indices.rst", "documentation/cpp_api/triqs/gfs/gf_view/target_shape.rst", "documentation/cpp_api/triqs/gfs/h5_read_gf_struct.rst", "documentation/cpp_api/triqs/gfs/imag.rst", "documentation/cpp_api/triqs/gfs/impl_tag.rst", "documentation/cpp_api/triqs/gfs/inverse.rst", "documentation/cpp_api/triqs/gfs/is_gf_hermitian.rst", "documentation/cpp_api/triqs/gfs/is_gf_real.rst", "documentation/cpp_api/triqs/gfs/is_gf_real_in_tau.rst", "documentation/cpp_api/triqs/gfs/make_block2_gf.rst", "documentation/cpp_api/triqs/gfs/make_block_gf.rst", "documentation/cpp_api/triqs/gfs/make_block_gf_view.rst", "documentation/cpp_api/triqs/gfs/make_gf_dlr.rst", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imfreq.rst", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imtime.rst", "documentation/cpp_api/triqs/gfs/make_gf_from_fourier.rst", "documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.rst", "documentation/cpp_api/triqs/gfs/make_gf_from_real_gf.rst", "documentation/cpp_api/triqs/gfs/make_gf_imfreq.rst", "documentation/cpp_api/triqs/gfs/make_gf_imtime.rst", "documentation/cpp_api/triqs/gfs/make_hermitian.rst", "documentation/cpp_api/triqs/gfs/make_real_in_tau.rst", "documentation/cpp_api/triqs/gfs/make_zero_tail.rst", "documentation/cpp_api/triqs/gfs/mpi_reduce.rst", "documentation/cpp_api/triqs/gfs/positive_freq_view.rst", "documentation/cpp_api/triqs/gfs/real.rst", "documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.rst", "documentation/cpp_api/triqs/gfs/unflatten_2d.rst", "documentation/cpp_api/triqs/gfs/unflatten_gf_2d.rst", "documentation/cpp_api/triqs/hilbert_space.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/begin.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cbegin.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cend.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/data.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/end.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_read_attribute.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_write_attribute.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/has_indices.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert_from_indices_t.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator==.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator[].rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/size.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_fock_state.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_state_index.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_read.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_write.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/has_state.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/hdf5_format.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator!=.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator==.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/size.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/is_empty.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/operator().rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/update.rst", "documentation/cpp_api/triqs/hilbert_space/make_zero_state.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/find_mappings.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/foreach.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/get_matrix_elements.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/lookup_basis_state.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/merge_subspaces.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/n_subspaces.rst", "documentation/cpp_api/triqs/hilbert_space/state.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/dot_product.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/foreach.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/get_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator*=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator+=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator-=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/set_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/size.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/dot_product.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/foreach.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/get_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator*=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator+=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator-=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/set_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/size.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/add_fock_state.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_all_fock_states.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_fock_state.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_index.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_state_index.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_read.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_write.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/has_state.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/hdf5_format.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator!=.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator==.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/set_index.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/size.rst", "documentation/cpp_api/triqs/mc_tools.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/accumulate.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure_aux.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_move.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/clear_measures.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/collect_results.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/constructor.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_acceptance_rates.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time_HHMMSS.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_config_id.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_current_cycle_number.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_duration.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_percent.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_rng.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_total_time.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time_HHMMSS.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_read.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_write.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/rm_measure.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/run.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/set_after_cycle_duty.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup_and_accumulate.rst", "documentation/cpp_api/triqs/mc_tools/move_set.rst", "documentation/cpp_api/triqs/mc_tools/move_set/accept.rst", "documentation/cpp_api/triqs/mc_tools/move_set/add.rst", "documentation/cpp_api/triqs/mc_tools/move_set/attempt.rst", "documentation/cpp_api/triqs/mc_tools/move_set/clear_statistics.rst", "documentation/cpp_api/triqs/mc_tools/move_set/collect_statistics.rst", "documentation/cpp_api/triqs/mc_tools/move_set/constructor.rst", "documentation/cpp_api/triqs/mc_tools/move_set/get_acceptance_rates.rst", "documentation/cpp_api/triqs/mc_tools/move_set/get_statistics.rst", "documentation/cpp_api/triqs/mc_tools/move_set/reject.rst", "documentation/cpp_api/triqs/mc_tools/random_generator.rst", "documentation/cpp_api/triqs/mc_tools/random_generator/constructor.rst", "documentation/cpp_api/triqs/mc_tools/random_generator/name.rst", "documentation/cpp_api/triqs/mc_tools/random_generator/operator().rst", "documentation/cpp_api/triqs/mc_tools/random_generator/preview.rst", "documentation/cpp_api/triqs/mc_tools/random_generator_names.rst", "documentation/cpp_api/triqs/stat.rst", "documentation/cpp_api/triqs/stat/accumulator.rst", "documentation/cpp_api/triqs/stat/accumulator/compress_linear_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/constructor.rst", "documentation/cpp_api/triqs/stat/accumulator/data_input_count.rst", "documentation/cpp_api/triqs/stat/accumulator/lin_bin_capacity.rst", "documentation/cpp_api/triqs/stat/accumulator/linear_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors.rst", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors_all_reduce.rst", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins_max.rst", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins_max.rst", "documentation/cpp_api/triqs/stat/accumulator/operator<<.rst", "documentation/cpp_api/triqs/stat/cdf.rst", "documentation/cpp_api/triqs/stat/histogram.rst", "documentation/cpp_api/triqs/stat/histogram/clear.rst", "documentation/cpp_api/triqs/stat/histogram/constructor.rst", "documentation/cpp_api/triqs/stat/histogram/data.rst", "documentation/cpp_api/triqs/stat/histogram/h5_read.rst", "documentation/cpp_api/triqs/stat/histogram/h5_write.rst", "documentation/cpp_api/triqs/stat/histogram/hdf5_format.rst", "documentation/cpp_api/triqs/stat/histogram/limits.rst", "documentation/cpp_api/triqs/stat/histogram/mesh_point.rst", "documentation/cpp_api/triqs/stat/histogram/mpi_broadcast.rst", "documentation/cpp_api/triqs/stat/histogram/mpi_reduce.rst", "documentation/cpp_api/triqs/stat/histogram/n_data_pts.rst", "documentation/cpp_api/triqs/stat/histogram/n_lost_pts.rst", "documentation/cpp_api/triqs/stat/histogram/operator+.rst", "documentation/cpp_api/triqs/stat/histogram/operator<<.rst", "documentation/cpp_api/triqs/stat/histogram/operator==.rst", "documentation/cpp_api/triqs/stat/histogram/size.rst", "documentation/cpp_api/triqs/stat/jackknife.rst", "documentation/cpp_api/triqs/stat/jackknife_mpi.rst", "documentation/cpp_api/triqs/stat/mean.rst", "documentation/cpp_api/triqs/stat/mean_and_err.rst", "documentation/cpp_api/triqs/stat/mean_and_err_mpi.rst", "documentation/cpp_api/triqs/stat/mean_mpi.rst", "documentation/cpp_api/triqs/stat/pdf.rst", "documentation/cpp_api/triqs/stat/tau_estimate_from_errors.rst", "documentation/manual/contents.rst", "documentation/manual/cpp2py/cfunction.rst", "documentation/manual/cpp2py/class.rst", "documentation/manual/cpp2py/contents.rst", "documentation/manual/cpp2py/convert.rst", "documentation/manual/cpp2py/module.rst", "documentation/manual/cpp2py/principle.rst", "documentation/manual/cpp2py/reference.rst", "documentation/manual/hdf5/contents.rst", "documentation/manual/hdf5/protocol.rst", "documentation/manual/hdf5/ref.rst", "documentation/manual/mpi/contents.rst", "documentation/manual/triqs/atom_diag/contents.rst", "documentation/manual/triqs/atom_diag/functions.rst", "documentation/manual/triqs/clef/assign.rst", "documentation/manual/triqs/clef/contents.rst", "documentation/manual/triqs/clef/examples/contents.rst", "documentation/manual/triqs/clef/examples/lazy_sum.rst", "documentation/manual/triqs/clef/expressions_eval.rst", "documentation/manual/triqs/clef/expressions_form.rst", "documentation/manual/triqs/clef/function.rst", "documentation/manual/triqs/clef/introduction.rst", "documentation/manual/triqs/clef/overload.rst", "documentation/manual/triqs/conventions.rst", "documentation/manual/triqs/det_manip/contents.rst", "documentation/manual/triqs/det_manip/det_manip.rst", "documentation/manual/triqs/det_manip/implementation_notes.rst", "documentation/manual/triqs/gfs/basic_notions/contents.rst", "documentation/manual/triqs/gfs/c++/clef.rst", "documentation/manual/triqs/gfs/c++/concepts.rst", "documentation/manual/triqs/gfs/c++/contents.rst", "documentation/manual/triqs/gfs/c++/fourier.rst", "documentation/manual/triqs/gfs/c++/fourier_impl_notes.rst", "documentation/manual/triqs/gfs/c++/gf_and_view.rst", "documentation/manual/triqs/gfs/c++/gf_assign.rst", "documentation/manual/triqs/gfs/c++/gf_block.rst", "documentation/manual/triqs/gfs/c++/gf_call.rst", "documentation/manual/triqs/gfs/c++/gf_constructors.rst", "documentation/manual/triqs/gfs/c++/gf_data.rst", "documentation/manual/triqs/gfs/c++/gf_imfreq.rst", "documentation/manual/triqs/gfs/c++/gf_imtime.rst", "documentation/manual/triqs/gfs/c++/gf_legendre.rst", "documentation/manual/triqs/gfs/c++/gf_misc.rst", "documentation/manual/triqs/gfs/c++/gf_part_eval_curry.rst", "documentation/manual/triqs/gfs/c++/gf_product.rst", "documentation/manual/triqs/gfs/c++/gf_refreq.rst", "documentation/manual/triqs/gfs/c++/gf_reinterpret.rst", "documentation/manual/triqs/gfs/c++/gf_retime.rst", "documentation/manual/triqs/gfs/c++/gf_special.rst", "documentation/manual/triqs/gfs/c++/gf_subscript.rst", "documentation/manual/triqs/gfs/c++/implementation_notes.rst", "documentation/manual/triqs/gfs/c++/matsubara_freq_mesh.rst", "documentation/manual/triqs/gfs/c++/matsubara_imtime.rst", "documentation/manual/triqs/gfs/c++/tail.rst", "documentation/manual/triqs/gfs/contents.rst", "documentation/manual/triqs/gfs/py/block.rst", "documentation/manual/triqs/gfs/py/block/GfImFreq.rst", "documentation/manual/triqs/gfs/py/block/GfImTime.rst", "documentation/manual/triqs/gfs/py/block/GfLegendre.rst", "documentation/manual/triqs/gfs/py/block/GfReFreq.rst", "documentation/manual/triqs/gfs/py/block/GfReTime.rst", "documentation/manual/triqs/gfs/py/contents.rst", "documentation/manual/triqs/gfs/py/descriptors.rst", "documentation/manual/triqs/gfs/py/full.rst", "documentation/manual/triqs/gfs/py/tail.rst", "documentation/manual/triqs/gfs/py/tools.rst", "documentation/manual/triqs/gfs/py/transforms.rst", "documentation/manual/triqs/hilbert_space/contents.rst", "documentation/manual/triqs/hilbert_space/statevector_concept.rst", "documentation/manual/triqs/lattice_tools/bravais.rst", "documentation/manual/triqs/lattice_tools/contents.rst", "documentation/manual/triqs/lattice_tools/dos.rst", "documentation/manual/triqs/lattice_tools/hilbert.rst", "documentation/manual/triqs/lattice_tools/sumk.rst", "documentation/manual/triqs/lattice_tools/tightbinding.rst", "documentation/manual/triqs/lattice_tools/tightbinding_and_example.rst", "documentation/manual/triqs/mc_tools/concepts.rst", "documentation/manual/triqs/mc_tools/contents.rst", "documentation/manual/triqs/mc_tools/full_ref.rst", "documentation/manual/triqs/mc_tools/ising.rst", "documentation/manual/triqs/mc_tools/loop.rst", "documentation/manual/triqs/mc_tools/random.rst", "documentation/manual/triqs/mc_tools/tutorial.rst", "documentation/manual/triqs/operators/contents.rst", "documentation/manual/triqs/operators/operators.rst", "documentation/manual/triqs/operators/util/U_matrix.rst", "documentation/manual/triqs/operators/util/extractors.rst", "documentation/manual/triqs/operators/util/hamiltonians.rst", "documentation/manual/triqs/operators/util/observables.rst", "documentation/manual/triqs/operators/util/op_struct.rst", "documentation/manual/triqs/plotting_protocols/contents.rst", "documentation/manual/triqs/plotting_protocols/fit/fit.rst", "documentation/manual/triqs/plotting_protocols/plotting/plotting.rst", "documentation/manual/triqs/provenance/contents.rst", "documentation/manual/triqs/random_generator/contents.rst", "documentation/manual/triqs/stat/contents.rst", "documentation/manual/triqs/utilities/contents.rst", "documentation/manual/triqs/utilities/exceptions.rst", "documentation/manual/triqs/utilities/python_include_mess.rst", "documentation/manual/triqs/utilities/tupletools.rst", "documentation/python_api/triqs.atom_diag.rst", "documentation/python_api/triqs.atom_diag.AtomDiag.rst", "documentation/python_api/triqs.atom_diag.atom_diag.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.__init__.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.energies.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fops.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.__init__.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.energies.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fock_states.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fops.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.act.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_density_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_iw.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_l.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_tau.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_w.rst", "documentation/python_api/triqs.atom_diag.atom_diag.partition_function.rst", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues.rst", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked.rst", "documentation/python_api/triqs.atom_diag.atom_diag.trace_rho_op.rst", "documentation/python_api/triqs.atom_diag.atom_diag_desc.rst", "documentation/python_api/triqs.dos.rst", "documentation/python_api/triqs.dos.dos.rst", "documentation/python_api/triqs.dos.dos.DOS.rst", "documentation/python_api/triqs.dos.dos.DOS.__init__.rst", "documentation/python_api/triqs.dos.dos.DOS.copy.rst", "documentation/python_api/triqs.dos.dos.DOS.density.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.__init__.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.copy.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.density.rst", "documentation/python_api/triqs.dos.dos.dos_from_file.rst", "documentation/python_api/triqs.dos.hilbert_transform.rst", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform.rst", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform.__init__.rst", "documentation/python_api/triqs.fit.rst", "documentation/python_api/triqs.fit.fit.rst", "documentation/python_api/triqs.fit.fit.Fit.rst", "documentation/python_api/triqs.fit.fit.Fit.__init__.rst", "documentation/python_api/triqs.gf.rst", "documentation/python_api/triqs.gf.backwd_compat.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.zero.rst", "documentation/python_api/triqs.gf.block2_gf.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.__init__.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.all_indices.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_from.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_selected_blocks.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.imag.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices1.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices2.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.n_blocks.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.real.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.view_selected_blocks.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.zero.rst", "documentation/python_api/triqs.gf.block_gf.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.__init__.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.all_indices.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.beta.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.conjugate.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_from.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_selected_blocks.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.density.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.imag.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.indices.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.inverse.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.invert.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.load.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.mesh.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.n_blocks.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.real.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.save.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.total_density.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.transpose.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.view_selected_blocks.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.zero.rst", "documentation/python_api/triqs.gf.block_gf.call_factory_from_dict.rst", "documentation/python_api/triqs.gf.block_gf.fix_gf_struct_type.rst", "documentation/python_api/triqs.gf.descriptor_base.rst", "documentation/python_api/triqs.gf.descriptor_base.Base.rst", "documentation/python_api/triqs.gf.descriptor_base.Base.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.rst", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptor_base.Const.rst", "documentation/python_api/triqs.gf.descriptor_base.Const.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.Function.rst", "documentation/python_api/triqs.gf.descriptor_base.Function.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX.rst", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.Omega_.rst", "documentation/python_api/triqs.gf.descriptor_base.Omega_.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.convert_scalar_to_const.rst", "documentation/python_api/triqs.gf.descriptor_base.is_lazy.rst", "documentation/python_api/triqs.gf.descriptor_base.is_scalar.rst", "documentation/python_api/triqs.gf.descriptors.rst", "documentation/python_api/triqs.gf.descriptors.Flat.rst", "documentation/python_api/triqs.gf.descriptors.Flat.__init__.rst", "documentation/python_api/triqs.gf.descriptors.Fourier.rst", "documentation/python_api/triqs.gf.descriptors.Fourier.__init__.rst", "documentation/python_api/triqs.gf.descriptors.Fourier.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.rst", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.__init__.rst", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.rst", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.__init__.rst", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime.rst", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime.__init__.rst", "documentation/python_api/triqs.gf.descriptors.SemiCircular.rst", "documentation/python_api/triqs.gf.descriptors.SemiCircular.__init__.rst", "documentation/python_api/triqs.gf.descriptors.Wilson.rst", "documentation/python_api/triqs.gf.descriptors.Wilson.__init__.rst", "documentation/python_api/triqs.gf.descriptors.semi.rst", "documentation/python_api/triqs.gf.gf.rst", "documentation/python_api/triqs.gf.gf.AddMethod.rst", "documentation/python_api/triqs.gf.gf.AddMethod.__init__.rst", "documentation/python_api/triqs.gf.gf.AddMethod.mro.rst", "documentation/python_api/triqs.gf.gf.CallProxyNone.rst", "documentation/python_api/triqs.gf.gf.CallProxyNone.__init__.rst", "documentation/python_api/triqs.gf.gf.Gf.rst", "documentation/python_api/triqs.gf.gf.Gf.__init__.rst", "documentation/python_api/triqs.gf.gf.Gf.conjugate.rst", "documentation/python_api/triqs.gf.gf.Gf.copy.rst", "documentation/python_api/triqs.gf.gf.Gf.copy_from.rst", "documentation/python_api/triqs.gf.gf.Gf.data.rst", "documentation/python_api/triqs.gf.gf.Gf.density.rst", "documentation/python_api/triqs.gf.gf.Gf.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_tail.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.gf.Gf.from_L_G_R.rst", "documentation/python_api/triqs.gf.gf.Gf.imag.rst", "documentation/python_api/triqs.gf.gf.Gf.indices.rst", "documentation/python_api/triqs.gf.gf.Gf.inverse.rst", "documentation/python_api/triqs.gf.gf.Gf.invert.rst", "documentation/python_api/triqs.gf.gf.Gf.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.gf.Gf.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.gf.Gf.mesh.rst", "documentation/python_api/triqs.gf.gf.Gf.rank.rst", "documentation/python_api/triqs.gf.gf.Gf.real.rst", "documentation/python_api/triqs.gf.gf.Gf.rebinning_tau.rst", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail.rst", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_fourier.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_imfreq.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_imtime.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_legendre.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_pade.rst", "documentation/python_api/triqs.gf.gf.Gf.target_indices.rst", "documentation/python_api/triqs.gf.gf.Gf.target_rank.rst", "documentation/python_api/triqs.gf.gf.Gf.target_shape.rst", "documentation/python_api/triqs.gf.gf.Gf.total_density.rst", "documentation/python_api/triqs.gf.gf.Gf.transpose.rst", "documentation/python_api/triqs.gf.gf.Gf.x_data_view.rst", "documentation/python_api/triqs.gf.gf.Gf.zero.rst", "documentation/python_api/triqs.gf.gf.Idx.rst", "documentation/python_api/triqs.gf.gf.Idx.__init__.rst", "documentation/python_api/triqs.gf.gf.add_method_helper.rst", "documentation/python_api/triqs.gf.gf.bckwd.rst", "documentation/python_api/triqs.gf.gf.call_factory_from_dict.rst", "documentation/python_api/triqs.gf.gf_factories.rst", "documentation/python_api/triqs.gf.gf_factories.fit_gf_dlr.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imfreq.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imtime.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_from_fourier.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_imfreq.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_imtime.rst", "documentation/python_api/triqs.gf.gf_factories.make_hermitian.rst", "documentation/python_api/triqs.gf.gf_factories.make_real_in_tau.rst", "documentation/python_api/triqs.gf.gf_factories_desc.rst", "documentation/python_api/triqs.gf.gf_fnt.rst", "documentation/python_api/triqs.gf.gf_fnt.density.rst", "documentation/python_api/triqs.gf.gf_fnt.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_tail.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.gf_fnt.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.gf_fnt.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.gf_fnt.rebinning_tau.rst", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail.rst", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_fourier.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_imfreq.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_imtime.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_legendre.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_pade.rst", "documentation/python_api/triqs.gf.gf_fnt_desc.rst", "documentation/python_api/triqs.gf.lazy_expressions.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.__init__.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.copy.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.get_terminal.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.is_terminal.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.set_from.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal.__init__.rst", "documentation/python_api/triqs.gf.lazy_expressions.all_terminals.rst", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr.rst", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr_with_context.rst", "documentation/python_api/triqs.gf.lazy_expressions.lazy_function.rst", "documentation/python_api/triqs.gf.lazy_expressions.make_lazy.rst", "documentation/python_api/triqs.gf.lazy_expressions.transform.rst", "documentation/python_api/triqs.gf.map_block.rst", "documentation/python_api/triqs.gf.matsubara_freq.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.__init__.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.imag.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.real.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.value.rst", "documentation/python_api/triqs.gf.mesh_point.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.__init__.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.imag.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.real.rst", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator.rst", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator.__init__.rst", "documentation/python_api/triqs.gf.mesh_product.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.__init__.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.components.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy_from.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.rank.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.size_of_components.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.to_data_index.rst", "documentation/python_api/triqs.gf.mesh_product.call_factory_from_dict.rst", "documentation/python_api/triqs.gf.meshes.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.bz.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.closest_index.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.dims.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.units.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.values.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.dims.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.lattice.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.units.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.eps.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.eps.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.eps.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.first_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.last_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.positive_only.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.values.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.values.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.delta.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.values.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_min.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.delta.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_max.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_min.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.values.rst", "documentation/python_api/triqs.gf.meshes.make_adjoint_mesh.rst", "documentation/python_api/triqs.gf.meshes_desc.rst", "documentation/python_api/triqs.gf.meshes_desc.make_mesh.rst", "documentation/python_api/triqs.gf.plot.rst", "documentation/python_api/triqs.gf.plot.bz.rst", "documentation/python_api/triqs.gf.plot.bz.dist.rst", "documentation/python_api/triqs.gf.plot.bz.generate_points.rst", "documentation/python_api/triqs.gf.plot.bz.generate_points_on_path.rst", "documentation/python_api/triqs.gf.plot.bz.length.rst", "documentation/python_api/triqs.gf.plot.bz.make_plottable.rst", "documentation/python_api/triqs.gf.plot.bz.plot.rst", "documentation/python_api/triqs.gf.plot.bz.slice_on_path.rst", "documentation/python_api/triqs.gf.plot.bz_x_x.rst", "documentation/python_api/triqs.gf.plot.bz_x_x.plot.rst", "documentation/python_api/triqs.gf.plot.bz_x_x.plottable_slice_along_path.rst", "documentation/python_api/triqs.gf.plot.dispatcher.rst", "documentation/python_api/triqs.gf.plot.one_var.rst", "documentation/python_api/triqs.gf.plot.one_var.dlr_imfreq.rst", "documentation/python_api/triqs.gf.plot.one_var.dlr_imtime.rst", "documentation/python_api/triqs.gf.plot.one_var.imfreq.rst", "documentation/python_api/triqs.gf.plot.one_var.imtime.rst", "documentation/python_api/triqs.gf.plot.one_var.legendre.rst", "documentation/python_api/triqs.gf.plot.one_var.refreq.rst", "documentation/python_api/triqs.gf.plot.one_var.retime.rst", "documentation/python_api/triqs.gf.plot.plot_base.rst", "documentation/python_api/triqs.gf.plot.plot_base.plot_base.rst", "documentation/python_api/triqs.gf.plot.select_indices.rst", "documentation/python_api/triqs.gf.plot.select_indices.closest_point_in_line.rst", "documentation/python_api/triqs.gf.plot.select_indices.closest_to.rst", "documentation/python_api/triqs.gf.plot.select_indices.dist.rst", "documentation/python_api/triqs.gf.plot.select_indices.pick_selection_vec.rst", "documentation/python_api/triqs.gf.plot.select_indices.select_path_indices.rst", "documentation/python_api/triqs.gf.tools.rst", "documentation/python_api/triqs.gf.tools.conjugate.rst", "documentation/python_api/triqs.gf.tools.delta.rst", "documentation/python_api/triqs.gf.tools.discretize_bath.rst", "documentation/python_api/triqs.gf.tools.dyson.rst", "documentation/python_api/triqs.gf.tools.fit_legendre.rst", "documentation/python_api/triqs.gf.tools.inverse.rst", "documentation/python_api/triqs.gf.tools.make_delta.rst", "documentation/python_api/triqs.gf.tools.make_zero_tail.rst", "documentation/python_api/triqs.gf.tools.read_gf_from_txt.rst", "documentation/python_api/triqs.gf.tools.transpose.rst", "documentation/python_api/triqs.gf.tools.write_gf_to_txt.rst", "documentation/python_api/triqs.gf.wrapped_aux.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.set_from_gf_data_mul_LR.rst", "documentation/python_api/triqs.gf.wrapped_aux_desc.rst", "documentation/python_api/triqs.gf.wrapped_aux_desc.all_calls.rst", "documentation/python_api/triqs.lattice.rst", "documentation/python_api/triqs.lattice.bz_patch.rst", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.rst", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.__init__.rst", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.dos.rst", "documentation/python_api/triqs.lattice.lattice_tools.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.__init__.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.n_orbitals.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.ndim.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_names.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_positions.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.units.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.__init__.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.lattice.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.ndim.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.units.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.__init__.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.dispersion.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.displ_vec.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.fourier.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec.rst", "documentation/python_api/triqs.lattice.lattice_tools.dos.rst", "documentation/python_api/triqs.lattice.lattice_tools.dos_patch.rst", "documentation/python_api/triqs.lattice.lattice_tools_desc.rst", "documentation/python_api/triqs.lattice.point.rst", "documentation/python_api/triqs.lattice.point.LatticePoint.rst", "documentation/python_api/triqs.lattice.point.LatticePoint.__init__.rst", "documentation/python_api/triqs.lattice.point.LatticePoint.value.rst", "documentation/python_api/triqs.lattice.super_lattice.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.__init__.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.cluster_sites.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.dispersion.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fold.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fourier.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_kmesh.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_rmesh.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.hoppings.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.n_orbitals.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.ndim.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_names.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_positions.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.units.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital.rst", "documentation/python_api/triqs.lattice.tight_binding.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.__init__.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.dispersion.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.fourier.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_kmesh.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_rmesh.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.hoppings.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.n_orbitals.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.ndim.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_names.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_positions.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.units.rst", "documentation/python_api/triqs.lattice.tight_binding.dos.rst", "documentation/python_api/triqs.lattice.tight_binding.dos_patch.rst", "documentation/python_api/triqs.lattice.utils.rst", "documentation/python_api/triqs.lattice.utils.TB_from_pythTB.rst", "documentation/python_api/triqs.lattice.utils.TB_from_wannier90.rst", "documentation/python_api/triqs.lattice.utils.TB_to_sympy.rst", "documentation/python_api/triqs.lattice.utils.extend_wannier90_to_spin.rst", "documentation/python_api/triqs.lattice.utils.k_space_path.rst", "documentation/python_api/triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat.rst", "documentation/python_api/triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout.rst", "documentation/python_api/triqs.operators.rst", "documentation/python_api/triqs.operators.operators.rst", "documentation/python_api/triqs.operators.operators.Operator.rst", "documentation/python_api/triqs.operators.operators.Operator.__init__.rst", "documentation/python_api/triqs.operators.operators.Operator.imag.rst", "documentation/python_api/triqs.operators.operators.Operator.is_zero.rst", "documentation/python_api/triqs.operators.operators.Operator.real.rst", "documentation/python_api/triqs.operators.operators.c.rst", "documentation/python_api/triqs.operators.operators.c_dag.rst", "documentation/python_api/triqs.operators.operators.dagger.rst", "documentation/python_api/triqs.operators.operators.is_op_hermitian.rst", "documentation/python_api/triqs.operators.operators.n.rst", "documentation/python_api/triqs.operators.operators_desc.rst", "documentation/python_api/triqs.operators.util.rst", "documentation/python_api/triqs.operators.util.U_matrix.rst", "documentation/python_api/triqs.operators.util.U_matrix.U_J_to_radial_integrals.rst", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_kanamori.rst", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_slater.rst", "documentation/python_api/triqs.operators.util.U_matrix.angular_matrix_element.rst", "documentation/python_api/triqs.operators.util.U_matrix.clebsch_gordan.rst", "documentation/python_api/triqs.operators.util.U_matrix.cubic_names.rst", "documentation/python_api/triqs.operators.util.U_matrix.eg_submatrix.rst", "documentation/python_api/triqs.operators.util.U_matrix.radial_integrals_to_U_J.rst", "documentation/python_api/triqs.operators.util.U_matrix.reduce_4index_to_2index.rst", "documentation/python_api/triqs.operators.util.U_matrix.spherical_to_cubic.rst", "documentation/python_api/triqs.operators.util.U_matrix.subarray.rst", "documentation/python_api/triqs.operators.util.U_matrix.t2g_submatrix.rst", "documentation/python_api/triqs.operators.util.U_matrix.three_j_symbol.rst", "documentation/python_api/triqs.operators.util.U_matrix.transform_U_matrix.rst", "documentation/python_api/triqs.operators.util.extractors.rst", "documentation/python_api/triqs.operators.util.extractors.block_matrix_from_op.rst", "documentation/python_api/triqs.operators.util.extractors.dict_to_matrix.rst", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict2.rst", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict4.rst", "documentation/python_api/triqs.operators.util.extractors.extract_h_dict.rst", "documentation/python_api/triqs.operators.util.extractors.op_from_block_matrix.rst", "documentation/python_api/triqs.operators.util.extractors.quadratic_terms.rst", "documentation/python_api/triqs.operators.util.extractors.quartic_terms.rst", "documentation/python_api/triqs.operators.util.extractors_desc.rst", "documentation/python_api/triqs.operators.util.hamiltonians.rst", "documentation/python_api/triqs.operators.util.hamiltonians.backward_compat.rst", "documentation/python_api/triqs.operators.util.hamiltonians.diagonal_part.rst", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_density.rst", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_kanamori.rst", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_slater.rst", "documentation/python_api/triqs.operators.util.hamiltonians.make_operator_real.rst", "documentation/python_api/triqs.operators.util.observables.rst", "documentation/python_api/triqs.operators.util.observables.L2_op.rst", "documentation/python_api/triqs.operators.util.observables.LS_op.rst", "documentation/python_api/triqs.operators.util.observables.L_op.rst", "documentation/python_api/triqs.operators.util.observables.N_op.rst", "documentation/python_api/triqs.operators.util.observables.S2_op.rst", "documentation/python_api/triqs.operators.util.observables.S_op.rst", "documentation/python_api/triqs.operators.util.observables.check_backward_compat.rst", "documentation/python_api/triqs.operators.util.op_struct.rst", "documentation/python_api/triqs.operators.util.op_struct.get_mkind.rst", "documentation/python_api/triqs.operators.util.op_struct.set_operator_structure.rst", "documentation/python_api/triqs.plot.rst", "documentation/python_api/triqs.plot.mpl_interface.rst", "documentation/python_api/triqs.plot.mpl_interface.oplot.rst", "documentation/python_api/triqs.plot.mpl_interface.oploti.rst", "documentation/python_api/triqs.plot.mpl_interface.oplotr.rst", "documentation/python_api/triqs.plot.mpl_interface.use_amsmath.rst", "documentation/python_api/triqs.plot.protocol.rst", "documentation/python_api/triqs.plot.protocol.clip_array.rst", "documentation/python_api/triqs.plot.protocol.plot_protocol_apply.rst", "documentation/python_api/triqs.random_generator.rst", "documentation/python_api/triqs.random_generator.RandomGenerator.rst", "documentation/python_api/triqs.random_generator.RandomGenerator.__init__.rst", "documentation/python_api/triqs.random_generator.random_generator.rst", "documentation/python_api/triqs.random_generator.random_generator.random_generator_names_list.rst", "documentation/python_api/triqs.random_generator.random_generator_desc.rst", "documentation/python_api/triqs.stat.rst", "documentation/python_api/triqs.stat.histogram.rst", "documentation/python_api/triqs.stat.histogram.plot.rst", "documentation/python_api/triqs.stat.histograms.rst", "documentation/python_api/triqs.stat.histograms.Histogram.rst", "documentation/python_api/triqs.stat.histograms.Histogram.__init__.rst", "documentation/python_api/triqs.stat.histograms.Histogram.clear.rst", "documentation/python_api/triqs.stat.histograms.Histogram.data.rst", "documentation/python_api/triqs.stat.histograms.Histogram.limits.rst", "documentation/python_api/triqs.stat.histograms.Histogram.mesh_point.rst", "documentation/python_api/triqs.stat.histograms.Histogram.n_data_pts.rst", "documentation/python_api/triqs.stat.histograms.Histogram.n_lost_pts.rst", "documentation/python_api/triqs.stat.histograms.cdf.rst", "documentation/python_api/triqs.stat.histograms.pdf.rst", "documentation/python_api/triqs.stat.histograms_desc.rst", "documentation/python_api/triqs.sumk.rst", "documentation/python_api/triqs.sumk.sumk_discrete.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.__init__.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays.rst", "documentation/python_api/triqs.utility.rst", "documentation/python_api/triqs.utility.bound_and_bisect.rst", "documentation/python_api/triqs.utility.bound_and_bisect.bound_and_bisect.rst", "documentation/python_api/triqs.utility.bound_and_bisect.determine_bounds.rst", "documentation/python_api/triqs.utility.capture_stdout.rst", "documentation/python_api/triqs.utility.comparison_tests.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_array_close_to_scalar.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_arrays_are_close.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_block2_gfs_are_close.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_block_gfs_are_close.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_gfs_are_close.rst", "documentation/python_api/triqs.utility.dichotomy.rst", "documentation/python_api/triqs.utility.dichotomy.dichotomy.rst", "documentation/python_api/triqs.utility.dist_on_nodes.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.__init__.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.run.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.result.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.run.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate.rst", "documentation/python_api/triqs.utility.h5diff.rst", "documentation/python_api/triqs.utility.h5diff.compare.rst", "documentation/python_api/triqs.utility.h5diff.h5diff.rst", "documentation/python_api/triqs.utility.mpi.rst", "documentation/python_api/triqs.utility.mpi.check_for_mpi.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.all_reduce.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.barrier.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.bcast.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.is_master_node.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.master_gets_host_names.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_err.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_out.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.recv.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.report.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.send.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_array.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_inf.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_sup.rst", "documentation/python_api/triqs.utility.mpi_nompi.rst", "documentation/python_api/triqs.utility.mpi_nompi.all_reduce.rst", "documentation/python_api/triqs.utility.mpi_nompi.barrier.rst", "documentation/python_api/triqs.utility.mpi_nompi.bcast.rst", "documentation/python_api/triqs.utility.mpi_nompi.is_master_node.rst", "documentation/python_api/triqs.utility.mpi_nompi.master_gets_host_names.rst", "documentation/python_api/triqs.utility.mpi_nompi.myprint_err.rst", "documentation/python_api/triqs.utility.mpi_nompi.myprint_out.rst", "documentation/python_api/triqs.utility.mpi_nompi.recv.rst", "documentation/python_api/triqs.utility.mpi_nompi.report.rst", "documentation/python_api/triqs.utility.mpi_nompi.send.rst", "documentation/python_api/triqs.utility.mpi_nompi.slice_array.rst", "documentation/python_api/triqs.utility.redirect.rst", "documentation/python_api/triqs.utility.redirect.T.rst", "documentation/python_api/triqs.utility.redirect.T.__init__.rst", "documentation/python_api/triqs.utility.redirect.T.daemon.rst", "documentation/python_api/triqs.utility.redirect.T.getName.rst", "documentation/python_api/triqs.utility.redirect.T.ident.rst", "documentation/python_api/triqs.utility.redirect.T.isDaemon.rst", "documentation/python_api/triqs.utility.redirect.T.is_alive.rst", "documentation/python_api/triqs.utility.redirect.T.join.rst", "documentation/python_api/triqs.utility.redirect.T.name.rst", "documentation/python_api/triqs.utility.redirect.T.native_id.rst", "documentation/python_api/triqs.utility.redirect.T.run.rst", "documentation/python_api/triqs.utility.redirect.T.setDaemon.rst", "documentation/python_api/triqs.utility.redirect.T.setName.rst", "documentation/python_api/triqs.utility.redirect.T.start.rst", "documentation/python_api/triqs.utility.redirect.T.stop.rst", "documentation/python_api/triqs.utility.redirect.start_redirect.rst", "documentation/python_api/triqs.utility.redirect.stop_redirect.rst", "faqs.rst", "index.rst", "install.rst", "installation/clang.rst", "installation/environment_vars.rst", "installation/install_options.rst", "installation/osx_install.rst", "installation/python_virtualenv.rst", "installation/requirements.rst", "installation/ubuntu.rst", "porting_to_triqs3.md", "userguide.rst", "userguide/c++/arrays/tutorial.rst", "userguide/c++/det_manip/tutorial.rst", "userguide/c++/gfs/tutorial.rst", "userguide/c++/hdf5/tutorial.rst", "userguide/c++/using_the_lib/application_structure.rst", "userguide/c++/using_the_lib/contents.rst", "userguide/c++/using_the_lib/profiling.rst", "userguide/c++/using_the_lib/triqs_library.rst", "userguide/python/basics.rst", "userguide/python/dmft_one_page.rst", "userguide/python/external_resources.rst", "userguide/python/model_dmft.rst", "userguide/python/tight_binding.rst", "userguide/python/tutorials/AbinitioDMFT/01-solid_dmft.ipynb", "userguide/python/tutorials/AbinitioDMFT/02-FermiSee.ipynb", "userguide/python/tutorials/AbinitioDMFT/03-phase-diagram-exploration.ipynb", "userguide/python/tutorials/AbinitioDMFT/04-HubbardI-comparison.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/01s-solid_dmft.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/02s-FermiSee.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/03s-phase-diagram-exploration.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/04s-HubbardI-comparison.ipynb", "userguide/python/tutorials/Basics/00a-Introducing_the_ipython_notebook.ipynb", "userguide/python/tutorials/Basics/00b-Matplotlib_Examples.ipynb", "userguide/python/tutorials/Basics/01-Greens_functions.ipynb", "userguide/python/tutorials/Basics/02-Archiving_your_data.ipynb", "userguide/python/tutorials/Basics/03-Operators.ipynb", "userguide/python/tutorials/Basics/04-Multivariable_Green_functions.ipynb", "userguide/python/tutorials/Basics/solutions/01s-Greens_functions.ipynb", "userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.ipynb", "userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.ipynb", "userguide/python/tutorials/ModelDMFT/03-Single-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/04-Two-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.ipynb", "userguide/python/tutorials/ModelDMFT/README.md", "userguide/python/tutorials/ModelDMFT/solutions/01s-IPT_and_DMFT.ipynb", "userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/solutions/04s-Two-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.ipynb", "userguide/python/tutorials/README.md", "userguide/python/tutorials/TwoParticleResponse/01-Fermi_surface_nesting.ipynb", "userguide/python/tutorials/TwoParticleResponse/02-Lindhard.ipynb", "userguide/python/tutorials/TwoParticleResponse/03-RPA.ipynb", "userguide/python/tutorials/TwoParticleResponse/04-TPSC.ipynb", "userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/01s-Fermi_surface_nesting.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/02s-Lindhard.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/03s-RPA.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/04s-TPSC.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner.ipynb", "userguide/python/two_particle_response.rst", "versions.rst"], "indexentries": {"analysis": [[467, "index-0", false]], "apply_on_leaves() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.apply_on_leaves", false]], "block green's function": [[432, "index-0", false]], "built-in function": [[387, "register_class", false]], "create_group() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.create_group", false]], "get_raw() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.get_raw", false]], "gf_imfreq": [[432, "index-0", false]], "gf_imtime": [[432, "index-0", false]], "gf_legendre": [[432, "index-0", false]], "gf_refreq": [[432, "index-0", false]], "gf_retime": [[432, "index-0", false]], "green's functions": [[432, "index-0", false], [438, "index-0", false]], "h5": [[385, "module-h5", false]], "hdfarchive (class in h5)": [[387, "h5.HDFArchive", false]], "hdfarchivegroup (built-in class)": [[387, "HDFArchiveGroup", false]], "hdfarchiveinert (built-in class)": [[387, "HDFArchiveInert", false]], "hilbert space tools": [[444, "index-0", false]], "is_data() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.is_data", false]], "is_group() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.is_group", false]], "items() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.items", false]], "keys() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.keys", false]], "lightweight exact diagonalization solver and tools": [[389, "index-0", false]], "module": [[385, "module-h5", false], [432, "index-0", false], [438, "module-triqs.gf", false], [460, "module-triqs.operators", false]], "read_attr() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.read_attr", false]], "register_class()": [[387, "register_class", false]], "root_path() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.root_path", false]], "second-quantization operators": [[460, "index-0", false]], "triqs.gf": [[438, "module-triqs.gf", false]], "triqs.operators": [[460, "module-triqs.operators", false]], "update() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.update", false]], "values() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.values", false]]}, "objects": {"": [[387, 0, 1, "", "HDFArchiveGroup"], [387, 0, 1, "", "HDFArchiveInert"], [386, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [385, 2, 0, "-", "h5"], [387, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[387, 1, 1, "", "apply_on_leaves"], [387, 1, 1, "", "create_group"], [387, 1, 1, "", "get_raw"], [387, 1, 1, "", "is_data"], [387, 1, 1, "", "is_group"], [387, 1, 1, "", "items"], [387, 1, 1, "", "keys"], [387, 1, 1, "", "read_attr"], [387, 1, 1, "", "root_path"], [387, 1, 1, "", "update"], [387, 1, 1, "", "values"]], "cpp2py": [[380, 2, 0, "-", "wrap_generator"]], "h5": [[387, 0, 1, "", "HDFArchive"]], "triqs": [[477, 2, 0, "-", "atom_diag"], [533, 2, 0, "-", "dos"], [547, 2, 0, "-", "fit"], [438, 2, 0, "-", "gf"], [1427, 2, 0, "-", "lattice"], [1505, 2, 0, "-", "operators"], [1562, 2, 0, "-", "plot"], [1571, 2, 0, "-", "random_generator"], [1577, 2, 0, "-", "stat"], [1592, 2, 0, "-", "sumk"], [1606, 2, 0, "-", "utility"]], "triqs.atom_diag": [[478, 3, 1, "", "AtomDiag"], [479, 2, 0, "-", "atom_diag"], [532, 2, 0, "-", "atom_diag_desc"]], "triqs.atom_diag.atom_diag": [[480, 0, 1, "", "AtomDiagComplex"], [501, 0, 1, "", "AtomDiagReal"], [522, 3, 1, "", "act"], [523, 3, 1, "", "atomic_density_matrix"], [524, 3, 1, "", "atomic_g_iw"], [525, 3, 1, "", "atomic_g_l"], [526, 3, 1, "", "atomic_g_tau"], [527, 3, 1, "", "atomic_g_w"], [528, 3, 1, "", "partition_function"], [529, 3, 1, "", "quantum_number_eigenvalues"], [530, 3, 1, "", "quantum_number_eigenvalues_checked"], [531, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[481, 1, 1, "", "__init__"], [482, 1, 1, "", "c_connection"], [483, 1, 1, "", "c_matrix"], [484, 1, 1, "", "cdag_connection"], [485, 1, 1, "", "cdag_matrix"], [486, 4, 1, "", "energies"], [487, 1, 1, "", "flatten_subspace_index"], [488, 4, 1, "", "fock_states"], [489, 4, 1, "", "fops"], [490, 4, 1, "", "full_hilbert_space_dim"], [491, 1, 1, "", "get_eigenvalue"], [492, 1, 1, "", "get_subspace_dim"], [493, 1, 1, "", "get_subspace_dims"], [494, 4, 1, "", "gs_energy"], [495, 4, 1, "", "h_atomic"], [496, 4, 1, "", "n_subspaces"], [497, 4, 1, "", "quantum_numbers"], [498, 4, 1, "", "unitary_matrices"], [499, 4, 1, "", "vacuum_state"], [500, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[502, 1, 1, "", "__init__"], [503, 1, 1, "", "c_connection"], [504, 1, 1, "", "c_matrix"], [505, 1, 1, "", "cdag_connection"], [506, 1, 1, "", "cdag_matrix"], [507, 4, 1, "", "energies"], [508, 1, 1, "", "flatten_subspace_index"], [509, 4, 1, "", "fock_states"], [510, 4, 1, "", "fops"], [511, 4, 1, "", "full_hilbert_space_dim"], [512, 1, 1, "", "get_eigenvalue"], [513, 1, 1, "", "get_subspace_dim"], [514, 1, 1, "", "get_subspace_dims"], [515, 4, 1, "", "gs_energy"], [516, 4, 1, "", "h_atomic"], [517, 4, 1, "", "n_subspaces"], [518, 4, 1, "", "quantum_numbers"], [519, 4, 1, "", "unitary_matrices"], [520, 4, 1, "", "vacuum_state"], [521, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[448, 2, 0, "-", "dos"], [448, 3, 1, "", "dos_from_file"], [449, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[535, 0, 1, "", "DOS"], [539, 0, 1, "", "DOSFromFunction"], [543, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[536, 1, 1, "", "__init__"], [537, 1, 1, "", "copy"], [538, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[540, 1, 1, "", "__init__"], [541, 1, 1, "", "copy"], [542, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[545, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[546, 1, 1, "", "__init__"]], "triqs.fit": [[468, 2, 0, "-", "fit"]], "triqs.fit.fit": [[549, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[550, 1, 1, "", "__init__"]], "triqs.gf": [[552, 2, 0, "-", "backwd_compat"], [743, 2, 0, "-", "block2_gf"], [758, 2, 0, "-", "block_gf"], [783, 2, 0, "-", "descriptor_base"], [800, 2, 0, "-", "descriptors"], [819, 2, 0, "-", "gf"], [867, 2, 0, "-", "gf_factories"], [877, 2, 0, "-", "gf_factories_desc"], [878, 2, 0, "-", "gf_fnt"], [895, 2, 0, "-", "gf_fnt_desc"], [896, 2, 0, "-", "lazy_expressions"], [911, 2, 0, "-", "map_block"], [912, 2, 0, "-", "matsubara_freq"], [918, 2, 0, "-", "mesh_point"], [925, 2, 0, "-", "mesh_product"], [935, 2, 0, "-", "meshes"], [1060, 2, 0, "-", "meshes_desc"], [1062, 2, 0, "-", "plot"], [1091, 2, 0, "-", "tools"], [1103, 2, 0, "-", "wrapped_aux"], [1425, 2, 0, "-", "wrapped_aux_desc"]], "triqs.gf.backwd_compat": [[553, 2, 0, "-", "gf_imfreq"], [591, 2, 0, "-", "gf_imtime"], [629, 2, 0, "-", "gf_legendre"], [667, 2, 0, "-", "gf_refreq"], [705, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[554, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[555, 1, 1, "", "__init__"], [556, 1, 1, "", "conjugate"], [557, 1, 1, "", "copy"], [558, 1, 1, "", "copy_from"], [559, 5, 1, "", "data"], [560, 1, 1, "", "density"], [561, 1, 1, "", "enforce_discontinuity"], [562, 1, 1, "", "fit_hermitian_tail"], [563, 1, 1, "", "fit_hermitian_tail_on_window"], [564, 1, 1, "", "fit_tail"], [565, 1, 1, "", "fit_tail_on_window"], [566, 1, 1, "", "from_L_G_R"], [567, 5, 1, "", "imag"], [568, 5, 1, "", "indices"], [569, 1, 1, "", "inverse"], [570, 1, 1, "", "invert"], [571, 1, 1, "", "is_gf_hermitian"], [572, 1, 1, "", "is_gf_real_in_tau"], [573, 5, 1, "", "mesh"], [574, 5, 1, "", "rank"], [575, 5, 1, "", "real"], [576, 1, 1, "", "rebinning_tau"], [577, 1, 1, "", "replace_by_tail"], [578, 1, 1, "", "replace_by_tail_in_fit_window"], [579, 1, 1, "", "set_from_fourier"], [580, 1, 1, "", "set_from_imfreq"], [581, 1, 1, "", "set_from_imtime"], [582, 1, 1, "", "set_from_legendre"], [583, 1, 1, "", "set_from_pade"], [584, 5, 1, "", "target_indices"], [585, 5, 1, "", "target_rank"], [586, 5, 1, "", "target_shape"], [587, 1, 1, "", "total_density"], [588, 1, 1, "", "transpose"], [589, 1, 1, "", "x_data_view"], [590, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[592, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[593, 1, 1, "", "__init__"], [594, 1, 1, "", "conjugate"], [595, 1, 1, "", "copy"], [596, 1, 1, "", "copy_from"], [597, 5, 1, "", "data"], [598, 1, 1, "", "density"], [599, 1, 1, "", "enforce_discontinuity"], [600, 1, 1, "", "fit_hermitian_tail"], [601, 1, 1, "", "fit_hermitian_tail_on_window"], [602, 1, 1, "", "fit_tail"], [603, 1, 1, "", "fit_tail_on_window"], [604, 1, 1, "", "from_L_G_R"], [605, 5, 1, "", "imag"], [606, 5, 1, "", "indices"], [607, 1, 1, "", "inverse"], [608, 1, 1, "", "invert"], [609, 1, 1, "", "is_gf_hermitian"], [610, 1, 1, "", "is_gf_real_in_tau"], [611, 5, 1, "", "mesh"], [612, 5, 1, "", "rank"], [613, 5, 1, "", "real"], [614, 1, 1, "", "rebinning_tau"], [615, 1, 1, "", "replace_by_tail"], [616, 1, 1, "", "replace_by_tail_in_fit_window"], [617, 1, 1, "", "set_from_fourier"], [618, 1, 1, "", "set_from_imfreq"], [619, 1, 1, "", "set_from_imtime"], [620, 1, 1, "", "set_from_legendre"], [621, 1, 1, "", "set_from_pade"], [622, 5, 1, "", "target_indices"], [623, 5, 1, "", "target_rank"], [624, 5, 1, "", "target_shape"], [625, 1, 1, "", "total_density"], [626, 1, 1, "", "transpose"], [627, 1, 1, "", "x_data_view"], [628, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[630, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[631, 1, 1, "", "__init__"], [632, 1, 1, "", "conjugate"], [633, 1, 1, "", "copy"], [634, 1, 1, "", "copy_from"], [635, 5, 1, "", "data"], [636, 1, 1, "", "density"], [637, 1, 1, "", "enforce_discontinuity"], [638, 1, 1, "", "fit_hermitian_tail"], [639, 1, 1, "", "fit_hermitian_tail_on_window"], [640, 1, 1, "", "fit_tail"], [641, 1, 1, "", "fit_tail_on_window"], [642, 1, 1, "", "from_L_G_R"], [643, 5, 1, "", "imag"], [644, 5, 1, "", "indices"], [645, 1, 1, "", "inverse"], [646, 1, 1, "", "invert"], [647, 1, 1, "", "is_gf_hermitian"], [648, 1, 1, "", "is_gf_real_in_tau"], [649, 5, 1, "", "mesh"], [650, 5, 1, "", "rank"], [651, 5, 1, "", "real"], [652, 1, 1, "", "rebinning_tau"], [653, 1, 1, "", "replace_by_tail"], [654, 1, 1, "", "replace_by_tail_in_fit_window"], [655, 1, 1, "", "set_from_fourier"], [656, 1, 1, "", "set_from_imfreq"], [657, 1, 1, "", "set_from_imtime"], [658, 1, 1, "", "set_from_legendre"], [659, 1, 1, "", "set_from_pade"], [660, 5, 1, "", "target_indices"], [661, 5, 1, "", "target_rank"], [662, 5, 1, "", "target_shape"], [663, 1, 1, "", "total_density"], [664, 1, 1, "", "transpose"], [665, 1, 1, "", "x_data_view"], [666, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[668, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[669, 1, 1, "", "__init__"], [670, 1, 1, "", "conjugate"], [671, 1, 1, "", "copy"], [672, 1, 1, "", "copy_from"], [673, 5, 1, "", "data"], [674, 1, 1, "", "density"], [675, 1, 1, "", "enforce_discontinuity"], [676, 1, 1, "", "fit_hermitian_tail"], [677, 1, 1, "", "fit_hermitian_tail_on_window"], [678, 1, 1, "", "fit_tail"], [679, 1, 1, "", "fit_tail_on_window"], [680, 1, 1, "", "from_L_G_R"], [681, 5, 1, "", "imag"], [682, 5, 1, "", "indices"], [683, 1, 1, "", "inverse"], [684, 1, 1, "", "invert"], [685, 1, 1, "", "is_gf_hermitian"], [686, 1, 1, "", "is_gf_real_in_tau"], [687, 5, 1, "", "mesh"], [688, 5, 1, "", "rank"], [689, 5, 1, "", "real"], [690, 1, 1, "", "rebinning_tau"], [691, 1, 1, "", "replace_by_tail"], [692, 1, 1, "", "replace_by_tail_in_fit_window"], [693, 1, 1, "", "set_from_fourier"], [694, 1, 1, "", "set_from_imfreq"], [695, 1, 1, "", "set_from_imtime"], [696, 1, 1, "", "set_from_legendre"], [697, 1, 1, "", "set_from_pade"], [698, 5, 1, "", "target_indices"], [699, 5, 1, "", "target_rank"], [700, 5, 1, "", "target_shape"], [701, 1, 1, "", "total_density"], [702, 1, 1, "", "transpose"], [703, 1, 1, "", "x_data_view"], [704, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[706, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[707, 1, 1, "", "__init__"], [708, 1, 1, "", "conjugate"], [709, 1, 1, "", "copy"], [710, 1, 1, "", "copy_from"], [711, 5, 1, "", "data"], [712, 1, 1, "", "density"], [713, 1, 1, "", "enforce_discontinuity"], [714, 1, 1, "", "fit_hermitian_tail"], [715, 1, 1, "", "fit_hermitian_tail_on_window"], [716, 1, 1, "", "fit_tail"], [717, 1, 1, "", "fit_tail_on_window"], [718, 1, 1, "", "from_L_G_R"], [719, 5, 1, "", "imag"], [720, 5, 1, "", "indices"], [721, 1, 1, "", "inverse"], [722, 1, 1, "", "invert"], [723, 1, 1, "", "is_gf_hermitian"], [724, 1, 1, "", "is_gf_real_in_tau"], [725, 5, 1, "", "mesh"], [726, 5, 1, "", "rank"], [727, 5, 1, "", "real"], [728, 1, 1, "", "rebinning_tau"], [729, 1, 1, "", "replace_by_tail"], [730, 1, 1, "", "replace_by_tail_in_fit_window"], [731, 1, 1, "", "set_from_fourier"], [732, 1, 1, "", "set_from_imfreq"], [733, 1, 1, "", "set_from_imtime"], [734, 1, 1, "", "set_from_legendre"], [735, 1, 1, "", "set_from_pade"], [736, 5, 1, "", "target_indices"], [737, 5, 1, "", "target_rank"], [738, 5, 1, "", "target_shape"], [739, 1, 1, "", "total_density"], [740, 1, 1, "", "transpose"], [741, 1, 1, "", "x_data_view"], [742, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[744, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[745, 1, 1, "", "__init__"], [746, 5, 1, "", "all_indices"], [747, 1, 1, "", "copy"], [748, 1, 1, "", "copy_from"], [749, 1, 1, "", "copy_selected_blocks"], [750, 5, 1, "", "imag"], [751, 5, 1, "", "indices"], [752, 5, 1, "", "indices1"], [753, 5, 1, "", "indices2"], [754, 5, 1, "", "n_blocks"], [755, 5, 1, "", "real"], [756, 1, 1, "", "view_selected_blocks"], [757, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[759, 0, 1, "", "BlockGf"], [781, 3, 1, "", "call_factory_from_dict"], [782, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[760, 1, 1, "", "__init__"], [761, 5, 1, "", "all_indices"], [762, 5, 1, "", "beta"], [763, 1, 1, "", "conjugate"], [764, 1, 1, "", "copy"], [765, 1, 1, "", "copy_from"], [766, 1, 1, "", "copy_selected_blocks"], [767, 1, 1, "", "density"], [768, 5, 1, "", "imag"], [769, 5, 1, "", "indices"], [770, 1, 1, "", "inverse"], [771, 1, 1, "", "invert"], [772, 1, 1, "", "load"], [773, 5, 1, "", "mesh"], [774, 5, 1, "", "n_blocks"], [775, 5, 1, "", "real"], [776, 1, 1, "", "save"], [777, 1, 1, "", "total_density"], [778, 1, 1, "", "transpose"], [779, 1, 1, "", "view_selected_blocks"], [780, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[784, 0, 1, "", "Base"], [786, 0, 1, "", "BaseBlock"], [789, 0, 1, "", "Const"], [791, 0, 1, "", "Function"], [793, 0, 1, "", "LazyCTX"], [795, 0, 1, "", "Omega_"], [797, 3, 1, "", "convert_scalar_to_const"], [798, 3, 1, "", "is_lazy"], [799, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[785, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[787, 1, 1, "", "__init__"], [788, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[790, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[792, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[794, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[796, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[801, 0, 1, "", "Flat"], [803, 0, 1, "", "Fourier"], [806, 0, 1, "", "LegendreToMatsubara"], [809, 0, 1, "", "MatsubaraToLegendre"], [439, 0, 1, "", "Omega"], [812, 0, 1, "", "OneFermionInTime"], [814, 0, 1, "", "SemiCircular"], [816, 4, 1, "", "Wilson"], [818, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[802, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[804, 1, 1, "", "__init__"], [805, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[807, 1, 1, "", "__init__"], [808, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[810, 1, 1, "", "__init__"], [811, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[813, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[815, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[817, 1, 1, "", "__init__"]], "triqs.gf.gf": [[820, 0, 1, "", "AddMethod"], [823, 0, 1, "", "CallProxyNone"], [825, 0, 1, "", "Gf"], [862, 0, 1, "", "Idx"], [864, 3, 1, "", "add_method_helper"], [865, 3, 1, "", "bckwd"], [866, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[821, 1, 1, "", "__init__"], [822, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[824, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[826, 1, 1, "", "__init__"], [827, 1, 1, "", "conjugate"], [828, 1, 1, "", "copy"], [829, 1, 1, "", "copy_from"], [830, 5, 1, "", "data"], [831, 1, 1, "", "density"], [832, 1, 1, "", "enforce_discontinuity"], [833, 1, 1, "", "fit_hermitian_tail"], [834, 1, 1, "", "fit_hermitian_tail_on_window"], [835, 1, 1, "", "fit_tail"], [836, 1, 1, "", "fit_tail_on_window"], [837, 1, 1, "", "from_L_G_R"], [838, 5, 1, "", "imag"], [839, 5, 1, "", "indices"], [840, 1, 1, "", "inverse"], [841, 1, 1, "", "invert"], [842, 1, 1, "", "is_gf_hermitian"], [843, 1, 1, "", "is_gf_real_in_tau"], [844, 5, 1, "", "mesh"], [845, 5, 1, "", "rank"], [846, 5, 1, "", "real"], [847, 1, 1, "", "rebinning_tau"], [848, 1, 1, "", "replace_by_tail"], [849, 1, 1, "", "replace_by_tail_in_fit_window"], [850, 1, 1, "", "set_from_fourier"], [851, 1, 1, "", "set_from_imfreq"], [852, 1, 1, "", "set_from_imtime"], [853, 1, 1, "", "set_from_legendre"], [854, 1, 1, "", "set_from_pade"], [855, 5, 1, "", "target_indices"], [856, 5, 1, "", "target_rank"], [857, 5, 1, "", "target_shape"], [858, 1, 1, "", "total_density"], [859, 1, 1, "", "transpose"], [860, 1, 1, "", "x_data_view"], [861, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[863, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[868, 3, 1, "", "fit_gf_dlr"], [869, 3, 1, "", "make_gf_dlr"], [870, 3, 1, "", "make_gf_dlr_imfreq"], [871, 3, 1, "", "make_gf_dlr_imtime"], [872, 3, 1, "", "make_gf_from_fourier"], [873, 3, 1, "", "make_gf_imfreq"], [874, 3, 1, "", "make_gf_imtime"], [875, 3, 1, "", "make_hermitian"], [876, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[879, 3, 1, "", "density"], [880, 3, 1, "", "enforce_discontinuity"], [881, 3, 1, "", "fit_hermitian_tail"], [882, 3, 1, "", "fit_hermitian_tail_on_window"], [883, 3, 1, "", "fit_tail"], [884, 3, 1, "", "fit_tail_on_window"], [885, 3, 1, "", "is_gf_hermitian"], [886, 3, 1, "", "is_gf_real_in_tau"], [887, 3, 1, "", "rebinning_tau"], [888, 3, 1, "", "replace_by_tail"], [889, 3, 1, "", "replace_by_tail_in_fit_window"], [890, 3, 1, "", "set_from_fourier"], [891, 3, 1, "", "set_from_imfreq"], [892, 3, 1, "", "set_from_imtime"], [893, 3, 1, "", "set_from_legendre"], [894, 3, 1, "", "set_from_pade"]], "triqs.gf.lazy_expressions": [[897, 0, 1, "", "LazyExpr"], [903, 0, 1, "", "LazyExprTerminal"], [905, 3, 1, "", "all_terminals"], [906, 3, 1, "", "eval_expr"], [907, 3, 1, "", "eval_expr_with_context"], [908, 3, 1, "", "lazy_function"], [909, 3, 1, "", "make_lazy"], [910, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[898, 1, 1, "", "__init__"], [899, 1, 1, "", "copy"], [900, 1, 1, "", "get_terminal"], [901, 1, 1, "", "is_terminal"], [902, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[904, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[913, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[914, 1, 1, "", "__init__"], [913, 4, 1, "", "beta"], [915, 5, 1, "", "imag"], [913, 4, 1, "", "n"], [916, 5, 1, "", "real"], [913, 4, 1, "", "statistic"], [917, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[919, 0, 1, "", "MeshPoint"], [923, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[920, 1, 1, "", "__init__"], [921, 5, 1, "", "imag"], [922, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[924, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[926, 0, 1, "", "MeshProduct"], [934, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[927, 1, 1, "", "__init__"], [928, 5, 1, "", "components"], [929, 1, 1, "", "copy"], [930, 1, 1, "", "copy_from"], [931, 5, 1, "", "rank"], [932, 1, 1, "", "size_of_components"], [933, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[936, 0, 1, "", "MeshBrZone"], [949, 0, 1, "", "MeshCycLat"], [961, 0, 1, "", "MeshDLR"], [974, 0, 1, "", "MeshDLRImFreq"], [987, 0, 1, "", "MeshDLRImTime"], [1000, 0, 1, "", "MeshImFreq"], [1015, 0, 1, "", "MeshImTime"], [1026, 0, 1, "", "MeshLegendre"], [1035, 0, 1, "", "MeshReFreq"], [1047, 0, 1, "", "MeshReTime"], [1059, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[937, 1, 1, "", "__init__"], [938, 4, 1, "", "bz"], [939, 1, 1, "", "closest_index"], [940, 1, 1, "", "copy"], [941, 1, 1, "", "copy_from"], [942, 4, 1, "", "dims"], [943, 4, 1, "", "mesh_hash"], [944, 1, 1, "", "to_data_index"], [945, 1, 1, "", "to_index"], [946, 1, 1, "", "to_value"], [947, 4, 1, "", "units"], [948, 1, 1, "", "values"]], "triqs.gf.meshes.MeshCycLat": [[950, 1, 1, "", "__init__"], [951, 1, 1, "", "copy"], [952, 1, 1, "", "copy_from"], [953, 4, 1, "", "dims"], [954, 4, 1, "", "lattice"], [955, 4, 1, "", "mesh_hash"], [956, 1, 1, "", "to_data_index"], [957, 1, 1, "", "to_index"], [958, 1, 1, "", "to_value"], [959, 4, 1, "", "units"], [960, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[962, 1, 1, "", "__init__"], [963, 4, 1, "", "beta"], [964, 1, 1, "", "copy"], [965, 1, 1, "", "copy_from"], [966, 4, 1, "", "eps"], [967, 4, 1, "", "mesh_hash"], [968, 4, 1, "", "statistic"], [969, 1, 1, "", "to_data_index"], [970, 1, 1, "", "to_index"], [971, 1, 1, "", "to_value"], [972, 1, 1, "", "values"], [973, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImFreq": [[975, 1, 1, "", "__init__"], [976, 4, 1, "", "beta"], [977, 1, 1, "", "copy"], [978, 1, 1, "", "copy_from"], [979, 4, 1, "", "eps"], [980, 4, 1, "", "mesh_hash"], [981, 4, 1, "", "statistic"], [982, 1, 1, "", "to_data_index"], [983, 1, 1, "", "to_index"], [984, 1, 1, "", "to_value"], [985, 1, 1, "", "values"], [986, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[988, 1, 1, "", "__init__"], [989, 4, 1, "", "beta"], [990, 1, 1, "", "copy"], [991, 1, 1, "", "copy_from"], [992, 4, 1, "", "eps"], [993, 4, 1, "", "mesh_hash"], [994, 4, 1, "", "statistic"], [995, 1, 1, "", "to_data_index"], [996, 1, 1, "", "to_index"], [997, 1, 1, "", "to_value"], [998, 1, 1, "", "values"], [999, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1001, 1, 1, "", "__init__"], [1002, 4, 1, "", "beta"], [1003, 1, 1, "", "copy"], [1004, 1, 1, "", "copy_from"], [1005, 1, 1, "", "first_index"], [1006, 1, 1, "", "last_index"], [1007, 4, 1, "", "mesh_hash"], [1008, 1, 1, "", "positive_only"], [1009, 1, 1, "", "set_tail_fit_parameters"], [1010, 4, 1, "", "statistic"], [1011, 1, 1, "", "to_data_index"], [1012, 1, 1, "", "to_index"], [1013, 1, 1, "", "to_value"], [1014, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1016, 1, 1, "", "__init__"], [1017, 4, 1, "", "beta"], [1018, 1, 1, "", "copy"], [1019, 1, 1, "", "copy_from"], [1020, 4, 1, "", "mesh_hash"], [1021, 4, 1, "", "statistic"], [1022, 1, 1, "", "to_data_index"], [1023, 1, 1, "", "to_index"], [1024, 1, 1, "", "to_value"], [1025, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1027, 1, 1, "", "__init__"], [1028, 4, 1, "", "beta"], [1029, 1, 1, "", "copy"], [1030, 1, 1, "", "copy_from"], [1031, 4, 1, "", "mesh_hash"], [1032, 4, 1, "", "statistic"], [1033, 1, 1, "", "to_data_index"], [1034, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1036, 1, 1, "", "__init__"], [1037, 1, 1, "", "copy"], [1038, 1, 1, "", "copy_from"], [1039, 4, 1, "", "delta"], [1040, 4, 1, "", "mesh_hash"], [1041, 1, 1, "", "to_data_index"], [1042, 1, 1, "", "to_index"], [1043, 1, 1, "", "to_value"], [1044, 1, 1, "", "values"], [1045, 4, 1, "", "w_max"], [1046, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1048, 1, 1, "", "__init__"], [1049, 1, 1, "", "copy"], [1050, 1, 1, "", "copy_from"], [1051, 4, 1, "", "delta"], [1052, 4, 1, "", "mesh_hash"], [1053, 4, 1, "", "t_max"], [1054, 4, 1, "", "t_min"], [1055, 1, 1, "", "to_data_index"], [1056, 1, 1, "", "to_index"], [1057, 1, 1, "", "to_value"], [1058, 1, 1, "", "values"]], "triqs.gf.meshes_desc": [[1061, 3, 1, "", "make_mesh"]], "triqs.gf.plot": [[1063, 2, 0, "-", "bz"], [1071, 2, 0, "-", "bz_x_x"], [1074, 3, 1, "", "dispatcher"], [1075, 2, 0, "-", "one_var"], [1083, 2, 0, "-", "plot_base"], [1085, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1064, 3, 1, "", "dist"], [1065, 3, 1, "", "generate_points"], [1066, 3, 1, "", "generate_points_on_path"], [1067, 3, 1, "", "length"], [1068, 3, 1, "", "make_plottable"], [1069, 3, 1, "", "plot"], [1070, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1072, 3, 1, "", "plot"], [1073, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1076, 3, 1, "", "dlr_imfreq"], [1077, 3, 1, "", "dlr_imtime"], [1078, 3, 1, "", "imfreq"], [1079, 3, 1, "", "imtime"], [1080, 3, 1, "", "legendre"], [1081, 3, 1, "", "refreq"], [1082, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1084, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1086, 3, 1, "", "closest_point_in_line"], [1087, 3, 1, "", "closest_to"], [1088, 3, 1, "", "dist"], [1089, 3, 1, "", "pick_selection_vec"], [1090, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1092, 3, 1, "", "conjugate"], [1093, 3, 1, "", "delta"], [1094, 3, 1, "", "discretize_bath"], [1095, 3, 1, "", "dyson"], [1096, 3, 1, "", "fit_legendre"], [1097, 3, 1, "", "inverse"], [1098, 3, 1, "", "make_delta"], [1099, 3, 1, "", "make_zero_tail"], [1100, 3, 1, "", "read_gf_from_txt"], [1101, 3, 1, "", "transpose"], [1102, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1104, 0, 1, "", "CallProxyBrZone_0"], [1106, 0, 1, "", "CallProxyBrZone_1"], [1108, 0, 1, "", "CallProxyBrZone_2"], [1110, 0, 1, "", "CallProxyBrZone_3"], [1112, 0, 1, "", "CallProxyBrZone_4"], [1114, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1116, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1118, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1120, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1122, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1124, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1126, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1128, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1130, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1132, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1134, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1136, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1138, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1140, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1142, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1144, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1146, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1148, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1150, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1152, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1154, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1156, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1158, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1160, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1162, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1164, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1166, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1168, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1170, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1172, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1174, 0, 1, "", "CallProxyCycLat_0"], [1176, 0, 1, "", "CallProxyCycLat_1"], [1178, 0, 1, "", "CallProxyCycLat_2"], [1180, 0, 1, "", "CallProxyCycLat_3"], [1182, 0, 1, "", "CallProxyCycLat_4"], [1184, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1186, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1188, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1190, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1192, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1194, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1196, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1198, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1200, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1202, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1204, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1206, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1208, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1210, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1212, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1214, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1216, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1218, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1220, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1222, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1224, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1226, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1228, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1230, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1232, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1234, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1236, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1238, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1240, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1242, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1244, 0, 1, "", "CallProxyDLR_0"], [1246, 0, 1, "", "CallProxyDLR_1"], [1248, 0, 1, "", "CallProxyDLR_2"], [1250, 0, 1, "", "CallProxyDLR_3"], [1252, 0, 1, "", "CallProxyDLR_4"], [1254, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1256, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1258, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1260, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1262, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1264, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1266, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1268, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1270, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1272, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1274, 0, 1, "", "CallProxyImFreq_0"], [1276, 0, 1, "", "CallProxyImFreq_1"], [1278, 0, 1, "", "CallProxyImFreq_2"], [1280, 0, 1, "", "CallProxyImFreq_3"], [1282, 0, 1, "", "CallProxyImFreq_4"], [1284, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1286, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1288, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1290, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1292, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1294, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1296, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1298, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1300, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1302, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1304, 0, 1, "", "CallProxyImTime_0"], [1306, 0, 1, "", "CallProxyImTime_0_R"], [1308, 0, 1, "", "CallProxyImTime_1"], [1310, 0, 1, "", "CallProxyImTime_1_R"], [1312, 0, 1, "", "CallProxyImTime_2"], [1314, 0, 1, "", "CallProxyImTime_2_R"], [1316, 0, 1, "", "CallProxyImTime_3"], [1318, 0, 1, "", "CallProxyImTime_3_R"], [1320, 0, 1, "", "CallProxyImTime_4"], [1322, 0, 1, "", "CallProxyImTime_4_R"], [1324, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1326, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1328, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1330, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1332, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1334, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1336, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1338, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1340, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1342, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1344, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1346, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1348, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1350, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1352, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1354, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1356, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1358, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1360, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1362, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1364, 0, 1, "", "CallProxyReFreq_0"], [1366, 0, 1, "", "CallProxyReFreq_1"], [1368, 0, 1, "", "CallProxyReFreq_2"], [1370, 0, 1, "", "CallProxyReFreq_3"], [1372, 0, 1, "", "CallProxyReFreq_4"], [1374, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1376, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1378, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1380, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1382, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1384, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1386, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1388, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1390, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1392, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1394, 0, 1, "", "CallProxyReTime_0"], [1396, 0, 1, "", "CallProxyReTime_1"], [1398, 0, 1, "", "CallProxyReTime_2"], [1400, 0, 1, "", "CallProxyReTime_3"], [1402, 0, 1, "", "CallProxyReTime_4"], [1404, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1406, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1408, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1410, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1412, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1414, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1416, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1418, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1420, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1422, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1424, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1105, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1107, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1109, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1111, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1113, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1115, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1117, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1119, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1121, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1123, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1125, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1127, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1129, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1131, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1133, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1135, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1137, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1139, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1141, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1143, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1145, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1147, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1149, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1151, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1153, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1155, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1157, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1159, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1161, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1163, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1165, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1167, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1169, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1171, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1173, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1175, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1177, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1179, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1181, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1183, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1185, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1187, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1189, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1191, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1193, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1195, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1197, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1199, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1201, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1203, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1205, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1207, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1209, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1211, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1213, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1215, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1217, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1219, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1221, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1223, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1225, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1227, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1229, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1231, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1233, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1235, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1237, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1239, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1241, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1243, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1245, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1247, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1249, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1251, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1253, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1255, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1257, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1259, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1261, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1263, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1265, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1267, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1269, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1271, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1273, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1275, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1277, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1279, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1281, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1283, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1285, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1287, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1289, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1291, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1293, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1295, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1297, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1299, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1301, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1303, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1305, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1307, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1309, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1311, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1313, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1315, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1317, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1319, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1321, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1323, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1325, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1327, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1329, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1331, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1333, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1335, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1337, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1339, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1341, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1343, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1345, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1347, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1349, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1351, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1353, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1355, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1357, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1359, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1361, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1363, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1365, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1367, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1369, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1371, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1373, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1375, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1377, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1379, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1381, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1383, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1385, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1387, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1389, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1391, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1393, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1395, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1397, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1399, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1401, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1403, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1405, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1407, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1409, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1411, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1413, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1415, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1417, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1419, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1421, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1423, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux_desc": [[1426, 3, 1, "", "all_calls"]], "triqs.lattice": [[1428, 2, 0, "-", "bz_patch"], [1432, 2, 0, "-", "lattice_tools"], [1456, 2, 0, "-", "lattice_tools_desc"], [1457, 2, 0, "-", "point"], [1461, 2, 0, "-", "super_lattice"], [1481, 2, 0, "-", "tight_binding"], [1497, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1429, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1430, 1, 1, "", "__init__"], [1431, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1433, 0, 1, "", "BravaisLattice"], [1441, 0, 1, "", "BrillouinZone"], [1446, 0, 1, "", "TightBinding"], [1454, 3, 1, "", "dos"], [1455, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1434, 1, 1, "", "__init__"], [1435, 1, 1, "", "lattice_to_real_coordinates"], [1436, 4, 1, "", "n_orbitals"], [1437, 4, 1, "", "ndim"], [1438, 4, 1, "", "orbital_names"], [1439, 4, 1, "", "orbital_positions"], [1440, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1442, 1, 1, "", "__init__"], [1443, 4, 1, "", "lattice"], [1444, 4, 1, "", "ndim"], [1445, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1447, 1, 1, "", "__init__"], [1448, 1, 1, "", "dispersion"], [1449, 4, 1, "", "displ_vec"], [1450, 1, 1, "", "fourier"], [1451, 4, 1, "", "lattice"], [1452, 1, 1, "", "lattice_to_real_coordinates"], [1453, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1458, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1459, 1, 1, "", "__init__"], [1458, 4, 1, "", "index"], [1458, 4, 1, "", "lattice"], [1460, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1462, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1463, 1, 1, "", "__init__"], [1464, 1, 1, "", "change_coordinates_L_to_SL"], [1465, 1, 1, "", "change_coordinates_SL_to_L"], [1466, 1, 1, "", "cluster_sites"], [1467, 1, 1, "", "dispersion"], [1468, 1, 1, "", "fold"], [1469, 1, 1, "", "fourier"], [1470, 1, 1, "", "get_kmesh"], [1471, 1, 1, "", "get_rmesh"], [1472, 5, 1, "", "hoppings"], [1473, 1, 1, "", "lattice_to_real_coordinates"], [1474, 5, 1, "", "n_orbitals"], [1475, 5, 1, "", "ndim"], [1476, 5, 1, "", "orbital_names"], [1477, 5, 1, "", "orbital_positions"], [1478, 1, 1, "", "pack_index_site_orbital"], [1479, 5, 1, "", "units"], [1480, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1482, 0, 1, "", "TBLattice"], [1495, 3, 1, "", "dos"], [1496, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1483, 1, 1, "", "__init__"], [1482, 4, 1, "", "bl"], [1482, 4, 1, "", "bz"], [1484, 1, 1, "", "dispersion"], [1485, 1, 1, "", "fourier"], [1486, 1, 1, "", "get_kmesh"], [1487, 1, 1, "", "get_rmesh"], [1488, 5, 1, "", "hoppings"], [1489, 1, 1, "", "lattice_to_real_coordinates"], [1490, 5, 1, "", "n_orbitals"], [1491, 5, 1, "", "ndim"], [1492, 5, 1, "", "orbital_names"], [1493, 5, 1, "", "orbital_positions"], [1482, 4, 1, "", "tb"], [1494, 5, 1, "", "units"]], "triqs.lattice.utils": [[1498, 3, 1, "", "TB_from_pythTB"], [1499, 3, 1, "", "TB_from_wannier90"], [1500, 3, 1, "", "TB_to_sympy"], [1501, 3, 1, "", "extend_wannier90_to_spin"], [1502, 3, 1, "", "k_space_path"], [1503, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1504, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1506, 2, 0, "-", "operators"], [1517, 2, 0, "-", "operators_desc"], [1518, 2, 0, "-", "util"]], "triqs.operators.operators": [[1507, 0, 1, "", "Operator"], [1512, 3, 1, "", "c"], [1513, 3, 1, "", "c_dag"], [1514, 3, 1, "", "dagger"], [1515, 3, 1, "", "is_op_hermitian"], [1516, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1508, 1, 1, "", "__init__"], [1509, 4, 1, "", "imag"], [1510, 1, 1, "", "is_zero"], [1511, 4, 1, "", "real"]], "triqs.operators.util": [[1519, 2, 0, "-", "U_matrix"], [1534, 2, 0, "-", "extractors"], [1543, 2, 0, "-", "extractors_desc"], [1544, 2, 0, "-", "hamiltonians"], [1551, 2, 0, "-", "observables"], [1559, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1520, 3, 1, "", "U_J_to_radial_integrals"], [1521, 3, 1, "", "U_matrix_kanamori"], [1522, 3, 1, "", "U_matrix_slater"], [1523, 3, 1, "", "angular_matrix_element"], [1524, 3, 1, "", "clebsch_gordan"], [1525, 3, 1, "", "cubic_names"], [1526, 3, 1, "", "eg_submatrix"], [1527, 3, 1, "", "radial_integrals_to_U_J"], [1528, 3, 1, "", "reduce_4index_to_2index"], [1529, 3, 1, "", "spherical_to_cubic"], [1530, 3, 1, "", "subarray"], [1531, 3, 1, "", "t2g_submatrix"], [1532, 3, 1, "", "three_j_symbol"], [1533, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1535, 3, 1, "", "block_matrix_from_op"], [1536, 3, 1, "", "dict_to_matrix"], [1537, 3, 1, "", "extract_U_dict2"], [1538, 3, 1, "", "extract_U_dict4"], [1539, 3, 1, "", "extract_h_dict"], [1540, 3, 1, "", "op_from_block_matrix"], [1541, 3, 1, "", "quadratic_terms"], [1542, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1545, 3, 1, "", "backward_compat"], [1546, 3, 1, "", "diagonal_part"], [1547, 3, 1, "", "h_int_density"], [1548, 3, 1, "", "h_int_kanamori"], [1549, 3, 1, "", "h_int_slater"], [1550, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1552, 3, 1, "", "L2_op"], [1553, 3, 1, "", "LS_op"], [1554, 3, 1, "", "L_op"], [1555, 3, 1, "", "N_op"], [1556, 3, 1, "", "S2_op"], [1557, 3, 1, "", "S_op"], [1558, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1560, 3, 1, "", "get_mkind"], [1561, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[469, 3, 1, "", "_plot_"], [1563, 2, 0, "-", "mpl_interface"], [1568, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1564, 3, 1, "", "oplot"], [1565, 3, 1, "", "oploti"], [1566, 3, 1, "", "oplotr"], [1567, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1569, 3, 1, "", "clip_array"], [1570, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1572, 0, 1, "", "RandomGenerator"], [1574, 2, 0, "-", "random_generator"], [1576, 2, 0, "-", "random_generator_desc"], [471, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1573, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1575, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1578, 2, 0, "-", "histogram"], [1580, 2, 0, "-", "histograms"], [1591, 2, 0, "-", "histograms_desc"]], "triqs.stat.histogram": [[1579, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1581, 0, 1, "", "Histogram"], [1589, 3, 1, "", "cdf"], [1590, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1582, 1, 1, "", "__init__"], [1583, 1, 1, "", "clear"], [1584, 4, 1, "", "data"], [1585, 4, 1, "", "limits"], [1586, 1, 1, "", "mesh_point"], [1587, 4, 1, "", "n_data_pts"], [1588, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1593, 2, 0, "-", "sumk_discrete"], [1599, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1594, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1595, 5, 1, "", "GFBlocIndices"], [1596, 1, 1, "", "__init__"], [1597, 1, 1, "", "n_kpts"], [1598, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1600, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1601, 5, 1, "", "GFBlocIndices"], [1602, 1, 1, "", "Recompute_Grid"], [1603, 1, 1, "", "__init__"], [1604, 1, 1, "", "n_kpts"], [1605, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1607, 2, 0, "-", "bound_and_bisect"], [1610, 2, 0, "-", "capture_stdout"], [1611, 2, 0, "-", "comparison_tests"], [1617, 2, 0, "-", "dichotomy"], [1619, 2, 0, "-", "dist_on_nodes"], [1639, 2, 0, "-", "h5diff"], [1642, 2, 0, "-", "mpi"], [1644, 2, 0, "-", "mpi_mpi4py"], [1658, 2, 0, "-", "mpi_nompi"], [1670, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1608, 3, 1, "", "bound_and_bisect"], [1609, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1612, 3, 1, "", "assert_array_close_to_scalar"], [1613, 3, 1, "", "assert_arrays_are_close"], [1614, 3, 1, "", "assert_block2_gfs_are_close"], [1615, 3, 1, "", "assert_block_gfs_are_close"], [1616, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1618, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1620, 0, 1, "", "DistributionOnNodes"], [1624, 0, 1, "", "DistributionOnNodesOneStack"], [1631, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1621, 4, 1, "", "SleepTime"], [1622, 1, 1, "", "__init__"], [1623, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1625, 4, 1, "", "SleepTime"], [1626, 1, 1, "", "__init__"], [1627, 1, 1, "", "finished"], [1628, 1, 1, "", "result"], [1629, 1, 1, "", "run"], [1630, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1632, 4, 1, "", "SleepTime"], [1633, 1, 1, "", "__init__"], [1634, 1, 1, "", "finished"], [1635, 1, 1, "", "result"], [1636, 1, 1, "", "run"], [1637, 1, 1, "", "the_function"], [1638, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1640, 3, 1, "", "compare"], [1641, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1643, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1645, 3, 1, "", "all_reduce"], [1646, 3, 1, "", "barrier"], [1647, 3, 1, "", "bcast"], [1648, 3, 1, "", "is_master_node"], [1649, 3, 1, "", "master_gets_host_names"], [1650, 3, 1, "", "myprint_err"], [1651, 3, 1, "", "myprint_out"], [1652, 3, 1, "", "recv"], [1653, 3, 1, "", "report"], [1654, 3, 1, "", "send"], [1655, 3, 1, "", "slice_array"], [1656, 3, 1, "", "slice_inf"], [1657, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1659, 3, 1, "", "all_reduce"], [1660, 3, 1, "", "barrier"], [1661, 3, 1, "", "bcast"], [1662, 3, 1, "", "is_master_node"], [1663, 3, 1, "", "master_gets_host_names"], [1664, 3, 1, "", "myprint_err"], [1665, 3, 1, "", "myprint_out"], [1666, 3, 1, "", "recv"], [1667, 3, 1, "", "report"], [1668, 3, 1, "", "send"], [1669, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1671, 0, 1, "", "T"], [1686, 3, 1, "", "start_redirect"], [1687, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1672, 1, 1, "", "__init__"], [1673, 5, 1, "", "daemon"], [1674, 1, 1, "", "getName"], [1675, 5, 1, "", "ident"], [1676, 1, 1, "", "isDaemon"], [1677, 1, 1, "", "is_alive"], [1678, 1, 1, "", "join"], [1679, 5, 1, "", "name"], [1680, 5, 1, "", "native_id"], [1681, 1, 1, "", "run"], [1682, 1, 1, "", "setDaemon"], [1683, 1, 1, "", "setName"], [1684, 1, 1, "", "start"], [1685, 1, 1, "", "stop"]]}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "module", "Python module"], "3": ["py", "function", "Python function"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "property", "Python property"]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:module", "3": "py:function", "4": "py:attribute", "5": "py:property"}, "terms": {"": [4, 7, 9, 73, 74, 75, 76, 77, 144, 197, 198, 199, 203, 204, 219, 241, 319, 320, 352, 360, 377, 385, 386, 388, 389, 402, 406, 407, 414, 417, 424, 438, 439, 442, 443, 444, 449, 458, 459, 462, 464, 465, 466, 469, 470, 471, 476, 524, 525, 526, 527, 551, 552, 744, 745, 748, 759, 760, 765, 791, 801, 814, 822, 868, 869, 870, 871, 873, 874, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1092, 1093, 1094, 1095, 1096, 1098, 1099, 1100, 1101, 1102, 1470, 1486, 1500, 1520, 1521, 1522, 1527, 1536, 1550, 1553, 1556, 1557, 1561, 1586, 1681, 1684, 1689, 1690, 1695, 1698, 1699, 1707, 1708, 1709, 1715, 1716, 1719, 1720, 1721, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "0": [5, 13, 26, 29, 77, 86, 94, 107, 119, 126, 127, 143, 145, 146, 151, 196, 207, 208, 219, 246, 257, 259, 260, 262, 263, 264, 265, 270, 271, 273, 274, 275, 276, 296, 299, 302, 317, 319, 320, 323, 334, 335, 339, 340, 343, 346, 348, 350, 352, 361, 362, 369, 370, 372, 373, 374, 388, 389, 391, 396, 397, 398, 399, 401, 402, 403, 404, 405, 408, 409, 414, 416, 417, 420, 421, 422, 424, 426, 429, 430, 432, 433, 434, 436, 437, 439, 441, 442, 444, 446, 447, 448, 449, 452, 456, 458, 459, 461, 462, 464, 465, 466, 468, 469, 470, 471, 472, 475, 476, 527, 538, 542, 583, 621, 659, 697, 735, 760, 812, 813, 814, 815, 854, 894, 1015, 1026, 1070, 1094, 1433, 1462, 1478, 1482, 1483, 1499, 1502, 1515, 1522, 1523, 1530, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1583, 1608, 1646, 1647, 1652, 1661, 1666, 1688, 1690, 1696, 1700, 1701, 1702, 1703, 1706, 1709, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748, 1750], "00": [447, 449, 1712, 1713, 1717, 1723, 1727, 1729, 1735, 1736, 1744, 1747, 1748], "000": 1721, "00000": 1717, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "00005": 1719, "0000e": [1747, 1748], "0001": [1717, 1720], "00015": 146, "000169732": 1736, "000169747": 1736, "000169843": 1736, "000169903": 1736, "000170142": 1736, "000170297": 1736, "000170599": 1736, "000170611": 1736, "000170967": 1736, "000170973": 1736, "000170999": 1736, "000171033": 1736, "000171089": 1736, "000171099": 1736, "000171122": 1736, "000171131": 1736, "000171149": 1736, "000171199": 1736, "000171298": 1736, "000171354": 1736, "000171394": 1736, "000171475": 1736, "000171571": 1736, "000171682": 1736, "000171716": 1736, "000171733": 1736, "000171762": 1736, "000171791": 1736, "000171794": 1736, "000171907": 1736, "000172073": 1736, "000172087": 1736, "000172111": 1736, "000172163": 1736, "00017218": 1736, "000172366": 1736, "000172391": 1736, "00017243": 1736, "000172538": 1736, "000172552": 1736, "000172553": 1736, "000172614": 1736, "000172688": 1736, "000172738": 1736, "000172763": 1736, "00017281": 1736, "000172906": 1736, "000172962": 1736, "000173035": 1736, "000173054": 1736, "000173062": 1736, "000173083": 1736, "000173127": 1736, "000173181": 1736, "000173347": 1736, "000173434": 1736, "000173538": 1736, "00017359": 1736, "000173595": 1736, "000173643": 1736, "000173649": 1736, "000173656": 1736, "000173784": 1736, "00017381": 1736, "000173831": 1736, "000173854": 1736, "000173907": 1736, "000173912": 1736, "00017397": 1736, "000173988": 1736, "000174079": 1736, "000174143": 1736, "000174187": 1736, "000174227": 1736, "00017426": 1736, "000174272": 1736, "000174304": 1736, "000174399": 1736, "000174441": 1736, "000174453": 1736, "00017454": 1736, "000174572": 1736, "000174635": 1736, "000174666": 1736, "000174729": 1736, "000174776": 1736, "000174778": 1736, "00017479": 1736, "000174805": 1736, "000174838": 1736, "000174849": 1736, "000174943": 1736, "000174947": 1736, "000174972": 1736, "000174991": 1736, "000174993": 1736, "000175008": 1736, "000175032": 1736, "000175041": 1736, "000175053": 1736, "000175073": 1736, "000175145": 1736, "000175158": 1736, "000175165": 1736, "000175224": 1736, "000175229": 1736, "000175253": 1736, "000175281": 1736, "000175292": 1736, "000175362": 1736, "000175365": 1736, "00017538": 1736, "000175429": 1736, "000175433": 1736, "000175437": 1736, "000175525": 1736, "00017554": 1736, "000175548": 1736, "000175604": 1736, "000175666": 1736, "000175777": 1736, "000175781": 1736, "000175784": 1736, "000175847": 1736, "000175873": 1736, "000176022": 1736, "000176064": 1736, "000176218": 1736, "000176277": 1736, "000176303": 1736, "000176317": 1736, "000176394": 1736, "000176397": 1736, "000176399": 1736, "000176414": 1736, "000176416": 1736, "000176438": 1736, "000176595": 1736, "000176619": 1736, "000176643": 1736, "00017673": 1736, "00017678": 1736, "000176842": 1736, "000176853": 1736, "000176917": 1736, "000176954": 1736, "000176996": 1736, "000177008": 1736, "000177013": 1736, "000177031": 1736, "000177055": 1736, "000177145": 1736, "000177178": 1736, "000177189": 1736, "000177332": 1736, "000177333": 1736, "000177364": 1736, "000177377": 1736, "000177486": 1736, "000177542": 1736, "000177624": 1736, "000177742": 1736, "000177763": 1736, "000177851": 1736, "000177948": 1736, "000177973": 1736, "000178013": 1736, "00017814": 1736, "000178144": 1736, "000178268": 1736, "000178299": 1736, "000178311": 1736, "000178375": 1736, "000178445": 1736, "000178484": 1736, "000178551": 1736, "000178552": 1736, "000178569": 1736, "000178598": 1736, "000178604": 1736, "000178696": 1736, "000178815": 1736, "000178821": 1736, "000178896": 1736, "000178907": 1736, "000178944": 1736, "000178971": 1736, "000179021": 1736, "000179077": 1736, "000179122": 1736, "000179286": 1736, "000179357": 1736, "000179449": 1736, "000179523": 1736, "000179815": 1736, "000179953": 1736, "000180033": 1736, "000180144": 1736, "000180197": 1736, "000180273": 1736, "000180288": 1736, "000180306": 1736, "000180409": 1736, "000180423": 1736, "000180533": 1736, "000180591": 1736, "00018061": 1736, "00018076": 1736, "000180967": 1736, "000181128": 1736, "000181326": 1736, "000181799": 1736, "000181974": 1736, "000182007": 1736, "000182139": 1736, "000182784": 1736, "000183024": 1736, "000183033": 1736, "000183093": 1736, "000183211": 1736, "000183404": 1736, "000183687": 1736, "000183717": 1736, "000184269": 1736, "000184783": 1736, "000184797": 1736, "00018556": 1736, "000187478": 1736, "000187614": 1736, "000187997": 1736, "000188498": 1736, "000188825": 1736, "000189254": 1736, "000192149": 1736, "000193562": 1736, "000195012": 1736, "000202924": 1736, "000206261": 1736, "000471962": 1736, "000477615": 1736, "000480502": 1736, "000481739": 1736, "00048318": 1736, "00048374": 1736, "000491659": 1736, "000492445": 1736, "000493773": 1736, "000493932": 1736, "000494535": 1736, "000494697": 1736, "000494936": 1736, "000496129": 1736, "000496923": 1736, "000497123": 1736, "000497535": 1736, "000498098": 1736, "000498955": 1736, "000500343": 1736, "000500731": 1736, "000500922": 1736, "000502765": 1736, "000505452": 1736, "000505713": 1736, "000507683": 1736, "00050787": 1736, "000509332": 1736, "000510379": 1736, "000511025": 1736, "000516366": 1736, "000516632": 1736, "00052281": 1736, "000526218": 1736, "00052665": 1736, "000532081": 1736, "000532991": 1736, "000538327": 1736, "000545071": 1736, "000548011": 1736, "000567391": 1736, "000570233": 1736, "0005733": 1736, "000573339": 1736, "000579364": 1736, "00057952": 1736, "000581802": 1736, "00058201": 1736, "00058778": 1736, "00059": 146, "000601851": 1736, "000609379": 1736, "000609689": 1736, "00061197": 1736, "000614332": 1736, "000622807": 1736, "000624143": 1736, "000627904": 1736, "000636652": 1736, "000641879": 1736, "000650654": 1736, "000651202": 1736, "000655191": 1736, "000659669": 1736, "000661933": 1736, "000667482": 1736, "00069": 1717, "0006e": 1748, "000703365": 1736, "000705123": 1736, "000724154": 1736, "000725342": 1736, "0007e": 1747, "0008": 0, "00087": 1717, "000881916": 1729, "000906627": 1736, "000908685": 1729, "000954406": 1736, "000986017": 1736, "000j": 1717, "001": [1608, 1720], "00104384": 1736, "00108587": 1736, "00109991": 1736, "00111078": 1736, "00111329": 1736, "00111446": 1736, "0011215": 1736, "00112254": 1736, "00112582": 1736, "00112664": 1736, "00112831": 1736, "00112879": 1736, "00112889": 1736, "00112907": 1736, "00112932": 1736, "00112999": 1736, "00113176": 1736, "00113187": 1736, "00113231": 1736, "00113257": 1736, "00113329": 1736, "00113351": 1736, "00113392": 1736, "0011343": 1736, "00113455": 1736, "00113484": 1736, "00113566": 1736, "0011367": 1736, "00113708": 1736, "00113772": 1736, "00113861": 1736, "00113999": 1736, "00114038": 1736, "00114125": 1736, "0011421": 1736, "00114243": 1736, "00114259": 1736, "00114313": 1736, "00114454": 1736, "00114523": 1736, "00114739": 1736, "00114743": 1736, "00114748": 1736, "00114776": 1736, "00114792": 1736, "00114817": 1736, "00114865": 1736, "00114883": 1736, "0011493": 1736, "00114987": 1736, "00115006": 1736, "00115159": 1736, "0011518": 1736, "0011519": 1736, "0011521": 1736, "00115225": 1736, "00115244": 1736, "00115404": 1736, "00115504": 1736, "00115569": 1736, "00115614": 1736, "00115623": 1736, "00115656": 1736, "00116354": 1736, "00116392": 1736, "00116428": 1736, "00116479": 1736, "0011648": 1736, "00116586": 1736, "00116593": 1736, "00116657": 1736, "00116768": 1736, "00116999": 1736, "00117": 1736, "00117142": 1736, "00117191": 1736, "00117401": 1736, "001176": 1736, "00117656": 1736, "00117719": 1736, "00117891": 1736, "00117954": 1736, "00117997": 1736, "00118008": 1736, "0011805": 1736, "00118073": 1736, "00118086": 1736, "00118152": 1736, "00118529": 1736, "00118682": 1736, "00118772": 1736, "00118916": 1736, "00119055": 1736, "00119195": 1736, "00119219": 1736, "00119336": 1736, "00119368": 1736, "0011946": 1736, "00119638": 1736, "00119755": 1736, "00119782": 1736, "00119869": 1736, "00119973": 1736, "00120432": 1736, "00120478": 1736, "00120751": 1736, "00120759": 1736, "00120833": 1736, "00121023": 1736, "00121134": 1736, "00121841": 1736, "00121845": 1736, "00121937": 1736, "00121949": 1736, "00122231": 1736, "0012242": 1736, "00122602": 1736, "00122868": 1736, "00123141": 1736, "00123761": 1736, "00124187": 1736, "00124214": 1736, "00124302": 1736, "00124401": 1736, "00126514": 1736, "00126531": 1736, "0012663": 1736, "00126701": 1736, "00126962": 1736, "00127013": 1736, "00127057": 1736, "00127285": 1736, "00127472": 1736, "00128361": 1736, "00128476": 1736, "00129221": 1736, "00131102": 1736, "00135477": 1736, "00140636": 1736, "00142541": 1736, "00147453": 1736, "00150071": 1736, "00154239": 1736, "00158726": 1736, "00170096": 1736, "00171741": 1736, "00180564": 1736, "00180668": 1736, "00180878": 1736, "00194873": 1736, "00195155": 1736, "00195425": 1736, "00197089": 1736, "00197415": 1736, "001975": 1736, "00197648": 1736, "00197796": 1736, "00198025": 1736, "00198254": 1736, "00198409": 1736, "001985": 1736, "00198638": 1736, "001987": 1736, "00198724": 1736, "0019877": 1736, "00198812": 1736, "00199079": 1736, "00199427": 1736, "00199479": 1736, "0019964": 1736, "0019968": 1736, "00199724": 1736, "00199727": 1736, "00199855": 1736, "00200182": 1736, "00200439": 1736, "00200864": 1736, "00200951": 1736, "0020111": 1736, "00201599": 1736, "00201626": 1736, "00202": 1719, "00202378": 1736, "00202665": 1736, "00202948": 1736, "00203125": 1736, "00203775": 1736, "00203961": 1736, "00204428": 1736, "00204434": 1736, "00204808": 1736, "00204889": 1736, "00205289": 1736, "00207229": 1736, "00207376": 1736, "00207588": 1736, "00207798": 1736, "00208315": 1736, "0020874": 1736, "00208958": 1736, "00209523": 1736, "0020e": 1748, "00210205": 1736, "00210348": 1736, "00210645": 1736, "00210837": 1736, "00210917": 1736, "00212072": 1736, "00212272": 1736, "00213267": 1736, "00213397": 1736, "00213749": 1736, "00213807": 1736, "00214123": 1736, "00214262": 1736, "00215142": 1736, "0021609": 1736, "00216472": 1736, "0021689": 1736, "0021879": 1736, "00219209": 1736, "00219823": 1736, "00220899": 1736, "00223444": 1736, "00224081": 1736, "00225227": 1736, "00226164": 1736, "00227176": 1736, "0022792": 1736, "00229849": 1736, "0023114": 1736, "00232661": 1736, "00234315": 1736, "00235247": 1736, "00235322": 1736, "00241881": 1736, "00242444": 1736, "00242603": 1736, "00243698": 1736, "00243883": 1736, "00244254": 1736, "00244518": 1736, "00246217": 1736, "0024778": 1736, "00247802": 1736, "00249762": 1736, "0024e": 1747, "0025": 1722, "00251163": 1736, "00251206": 1736, "00252121": 1736, "0025366": 1736, "00254032": 1736, "00254999": 1736, "00255092": 1736, "00257701": 1736, "00257861": 1736, "00257947": 1736, "00258148": 1736, "00258294": 1736, "00258314": 1736, "00258701": 1736, "00259388": 1736, "00261271": 1736, "0026251": 1736, "00262679": 1736, "00262902": 1736, "0026367": 1736, "00264231": 1736, "00264714": 1736, "00265775": 1736, "00267103": 1736, "00267836": 1736, "00268057": 1736, "0026844": 1736, "00268662": 1736, "00269892": 1736, "00271815": 1736, "00272949": 1736, "00272997": 1736, "00273515": 1736, "00273748": 1736, "00273964": 1736, "00274177": 1736, "00274281": 1736, "00274283": 1736, "00274846": 1736, "00275251": 1736, "00275273": 1736, "00275857": 1736, "00276099": 1736, "00278407": 1736, "00279307": 1736, "00279397": 1736, "00279944": 1736, "00280322": 1736, "00280445": 1736, "00280507": 1736, "00280902": 1736, "0028098": 1736, "00282048": 1736, "00282094": 1736, "00282577": 1736, "00282725": 1736, "00283378": 1736, "00283617": 1736, "00283716": 1736, "00284": 1719, "00284032": 1736, "00284136": 1736, "00285318": 1736, "00285476": 1736, "0028585": 1736, "00286055": 1736, "00286487": 1736, "00286625": 1736, "00287265": 1736, "00287276": 1736, "00287666": 1736, "00289752": 1736, "00290282": 1736, "00291603": 1736, "00291673": 1736, "0029207": 1736, "00292205": 1736, "00292678": 1736, "00292926": 1736, "00293476": 1736, "00294627": 1736, "00294777": 1736, "00294856": 1736, "00295433": 1736, "00296047": 1736, "00297855": 1736, "00298406": 1736, "00298571": 1736, "00299008": 1736, "00299014": 1736, "00299079": 1736, "00299413": 1736, "00300276": 1736, "00300352": 1736, "00301172": 1736, "00302516": 1736, "00302885": 1736, "00303251": 1736, "003037": 1736, "00304207": 1736, "00305853": 1736, "00307324": 1736, "00307385": 1736, "00307852": 1736, "00310847": 1736, "00311042": 1736, "00311216": 1736, "00311738": 1736, "00312571": 1736, "00313782": 1736, "00314165": 1736, "00315823": 1736, "00316006": 1736, "00316907": 1736, "00317577": 1736, "00317778": 1736, "00317801": 1736, "0031903": 1736, "00319218": 1736, "00319259": 1736, "00319616": 1736, "00320006": 1736, "00320282": 1736, "00320791": 1736, "00321691": 1736, "00321952": 1736, "00322388": 1736, "00322555": 1736, "00323186": 1736, "00323222": 1736, "00323224": 1736, "00323392": 1736, "00323793": 1736, "00323961": 1736, "00324111": 1736, "00324285": 1736, "00326173": 1736, "00326625": 1736, "00326991": 1736, "00327022": 1736, "00327777": 1736, "0032779": 1736, "00328518": 1736, "00328526": 1736, "00329326": 1736, "00330243": 1736, "0033044": 1736, "00331033": 1736, "00332163": 1736, "00333458": 1736, "00335177": 1736, "00335209": 1736, "00335218": 1736, "00335305": 1736, "0033534": 1729, "00335517": 1736, "00335542": 1736, "0033557": 1736, "00335832": 1736, "00336127": 1736, "00338107": 1736, "00338554": 1736, "00340387": 1736, "00342016": 1736, "00342248": 1736, "0034267": 1736, "00343265": 1736, "00343698": 1736, "00343928": 1736, "00344041": 1736, "00344064": 1736, "00344506": 1736, "00345553": 1736, "0034609": 1736, "00347195": 1729, "00347652": 1736, "00350054": 1736, "00351129": 1736, "00353": 1719, "0035412": 1736, "0035536": 1736, "00356041": 1736, "00357058": 1736, "00358938": 1736, "00359382": 1736, "0035957": 1736, "00362876": 1736, "00363535": 1736, "00365311": 1736, "00366381": 1736, "00366893": 1736, "00366987": 1736, "00367": 1719, "00367258": 1736, "00367458": 1736, "00367637": 1736, "00367912": 1736, "00369": 1736, "00369106": 1736, "00370341": 1736, "00370689": 1736, "00370725": 1736, "00370983": 1736, "00371272": 1736, "00371569": 1736, "00372447": 1736, "00373554": 1729, "0037407": 1736, "00374368": 1736, "00374965": 1736, "003751": 1736, "00375318": 1736, "003755": 1736, "00376864": 1736, "00377008": 1736, "00377209": 1736, "00377433": 1736, "00378058": 1736, "00378426": 1736, "00378519": 1736, "00378564": 1736, "00379637": 1736, "00380545": 1736, "00381134": 1736, "00381376": 1736, "0038171": 1729, "00382102": 1736, "00384082": 1736, "00384102": 1736, "00384326": 1736, "00385272": 1736, "00385295": 1736, "00385812": 1736, "00386106": 1736, "00386509": 1736, "00386679": 1736, "00387195": 1736, "00387235": 1736, "00388528": 1736, "00389709": 1736, "0039189": 1736, "00392154": 1736, "00392764": 1736, "00393142": 1736, "00393605": 1736, "00394695": 1736, "00395763": 1736, "00396333": 1736, "00397292": 1736, "00398847": 1736, "00399153": 1736, "00399505": 1736, "00399808": 1736, "00400866": 1736, "00401386": 1736, "00402102": 1736, "00403033": 1736, "00403258": 1736, "00403548": 1736, "00403564": 1736, "00403935": 1736, "0040616": 1736, "00407237": 1736, "00410326": 1736, "00411819": 1736, "00412257": 1736, "00413695": 1736, "00414735": 1736, "00414805": 1736, "00415485": 1736, "00416083": 1736, "00416849": 1736, "00419329": 1736, "00421": 1719, "00421233": 1736, "0042228": 1736, "00422307": 1736, "00424153": 1736, "00424611": 1736, "00426946": 1736, "00427029": 1736, "00427996": 1736, "00428681": 1736, "00431444": 1736, "00431683": 1736, "00432035": 1736, "00435092": 1736, "00435256": 1736, "00436633": 1736, "00437746": 1736, "00437776": 1736, "00439052": 1736, "00440811": 1736, "00442985": 1736, "00445812": 1736, "00446188": 1736, "0044657": 1736, "00451458": 1736, "00452235": 1736, "00452891": 1736, "00453041": 1736, "00453695": 1736, "0045431": 1736, "00455891": 1736, "0045722": 1736, "00458353": 1736, "00460643": 1736, "00460903": 1736, "00463958": 1736, "00464931": 1736, "00466358": 1736, "00467645": 1736, "00467794": 1736, "00468169": 1736, "00468487": 1736, "00469727": 1736, "00470077": 1736, "00470138": 1736, "00470213": 1736, "00471137": 1736, "00471166": 1736, "00471679": 1736, "00471774": 1736, "00473538": 1736, "00474486": 1736, "00474785": 1736, "00475572": 1736, "00476629": 1736, "00477878": 1736, "0047805": 1736, "00478203": 1736, "00478277": 1736, "00478374": 1736, "00478774": 1736, "0047931": 1736, "00479575": 1736, "00480216": 1736, "0048189": 1736, "00482044": 1736, "00482393": 1736, "00483401": 1736, "00484312": 1736, "00484395": 1736, "0048536": 1736, "00485389": 1736, "00485765": 1736, "00488083": 1729, "00488813": 1736, "00489611": 1736, "00489903": 1736, "0048e": 1747, "00490294": 1736, "00491658": 1736, "00492844": 1736, "00493022": 1736, "00493871": 1736, "00494392": 1736, "00494438": 1736, "0049556": 1736, "00496258": 1729, "00496899": 1736, "00498081": 1736, "00499122": 1736, "00500828": 1736, "00502294": 1736, "00502914": 1736, "00502934": 1736, "0050489": 1736, "0050603": 1736, "00506582": 1736, "00507342": 1736, "00508035": 1736, "0050996": 1736, "00512184": 1736, "00513004": 1736, "00513888": 1736, "00515258": 1736, "00515876": 1736, "00518465": 1736, "00518802": 1736, "00519264": 1736, "00519481": 1736, "0051973": 1736, "00520013": 1736, "00520625": 1736, "00521538": 1736, "00521816": 1736, "00525122": 1736, "0052691": 1736, "0052781": 1736, "00528113": 1736, "00528804": 1736, "00531256": 1736, "00532021": 1736, "00532469": 1736, "00533349": 1736, "00534402": 1736, "00536355": 1736, "00538131": 1736, "00542338": 1736, "00544022": 1736, "00547803": 1736, "00549451": 1736, "00550639": 1736, "00552225": 1736, "00552508": 1736, "00557037": 1736, "00557688": 1736, "0055814": 1736, "00558637": 1736, "00559172": 1736, "00561465": 1736, "00561911": 1736, "0056238": 1736, "00562934": 1729, "00563549": 1736, "0056422": 1736, "00566008": 1736, "00566571": 1729, "00567891": 1736, "00569673": 1736, "00570335": 1736, "00571634": 1736, "00572275": 1736, "00574294": 1736, "00574329": 1736, "00575551": 1729, "00576908": 1736, "00577183": 1736, "00578662": 1736, "00578842": 1736, "00579733": 1736, "00580425": 1736, "00582509": 1736, "00583274": 1736, "00584514": 1736, "00585611": 1736, "00586709": 1736, "00587146": 1736, "00589547": 1736, "00590559": 1736, "00590854": 1736, "00591916": 1736, "00593318": 1736, "00594573": 1736, "00594983": 1736, "00595789": 1736, "00596812": 1736, "00599587": 1736, "00600445": 1736, "00601018": 1736, "00602932": 1736, "00603686": 1736, "00605505": 1736, "00605891": 1736, "00608775": 1736, "00612031": 1736, "00615239": 1736, "00615606": 1736, "0061632": 1736, "0061691": 1736, "00617653": 1736, "00617878": 1736, "0062092": 1736, "00625928": 1736, "00628081": 1736, "00630587": 1736, "00630649": 1736, "00633317": 1736, "00636994": 1736, "00637781": 1736, "00639437": 1736, "00640077": 1736, "00641076": 1736, "0064208": 1736, "00642832": 1736, "006465": 1736, "00646862": 1736, "00647684": 1736, "00649195": 1736, "00652602": 1736, "00653185": 1736, "00655318": 1736, "00656952": 1736, "00658183": 1736, "00659921": 1736, "00662199": 1736, "00662917": 1736, "00669763": 1736, "00676213": 1736, "00676294": 1736, "0067659": 1736, "00676994": 1729, "0067748": 1736, "00679017": 1736, "00680628": 1736, "00681329": 1736, "00682145": 1729, "00686625": 1736, "00686678": 1736, "00688303": 1736, "00688384": 1736, "00690701": 1736, "00691088": 1736, "00691247": 1736, "00698408": 1736, "00699944": 1736, "00700224": 1736, "00700508": 1736, "00702353": 1736, "00702896": 1736, "00703885": 1736, "00704912": 1736, "0070591": 1736, "00707822": 1736, "00708196": 1736, "00710724": 1736, "00711645": 1736, "00711842": 1736, "00712778": 1736, "00713825": 1736, "00715714": 1736, "0071656": 1736, "00718669": 1736, "00721154": 1736, "00721517": 1736, "00723975": 1736, "00725576": 1736, "00726199": 1736, "00726536": 1736, "00727505": 1736, "00728255": 1736, "00728605": 1736, "00731203": 1736, "00735": 1736, "00737793": 1736, "00738887": 1736, "00740299": 1736, "00740682": 1736, "00743524": 1736, "00743821": 1736, "00744427": 1736, "00747649": 1736, "00748132": 1736, "00748431": 1736, "00749811": 1736, "0074e": 1747, "00752552": 1736, "00752697": 1736, "00753265": 1736, "00756817": 1736, "00757032": 1736, "00759443": 1736, "00760697": 1736, "00760865": 1736, "00761844": 1736, "00766542": 1736, "00767686": 1736, "00769875": 1736, "00774466": 1736, "00775671": 1736, "00783997": 1736, "00786259": 1736, "0078658": 1736, "00793267": 1736, "00798945": 1736, "0079e": 1747, "00800669": 1736, "00800765": 1736, "00803591": 1736, "00807161": 1736, "00808733": 1736, "00809271": 1736, "00810392": 1736, "00810573": 1736, "0081249": 1736, "00814979": 1736, "00816553": 1736, "00816653": 1736, "00818713": 1736, "00819281": 1736, "00821994": 1736, "00824513": 1736, "00824825": 1736, "00825277": 1736, "00827334": 1736, "00828074": 1736, "0082894": 1736, "00831268": 1736, "00836602": 1736, "00842416": 1736, "00843022": 1736, "00848466": 1736, "00852148": 1736, "00855502": 1736, "00855818": 1736, "00856445": 1736, "00859689": 1736, "00870093": 1736, "00871756": 1736, "00876561": 1736, "00877613": 1736, "00884075": 1736, "0088625": 1736, "00886475": 1736, "00888078": 1736, "00889574": 1736, "00890798": 1736, "00895115": 1736, "00895825": 1736, "00896616": 1736, "00897148": 1736, "00904017": 1736, "00907485": 1736, "009086": 1745, "00910054": 1736, "00922575": 1736, "00925127": 1736, "00925224": 1736, "00925476": 1736, "00927175": 1736, "00927618": 1736, "00927793": 1736, "00928461": 1736, "00930": 1719, "00930456": 1736, "00934467": 1736, "00940893": 1736, "00942308": 1736, "00948261": 1736, "00948341": 1736, "00949215": 1736, "0094943": 1736, "00951802": 1736, "00952857": 1736, "00962801": 1736, "00969948": 1736, "00970767": 1736, "0097091": 1736, "00971145": 1736, "00972141": 1736, "00972801": 1736, "00978535": 1736, "00978858": 1736, "00981487": 1736, "00986343": 1736, "00987143": 1736, "0098923": 1736, "00993179": 1736, "0099321": 1736, "00993752": 1736, "00996209": 1736, "00997202": 1736, "00998653": 1736, "01": [389, 436, 1713, 1717, 1722, 1723, 1726, 1727, 1734, 1736, 1739, 1744, 1747, 1748], "0100251": 1736, "0100862": 1736, "010087": 1736, "0101806": 1736, "0101898": 1736, "0101984": 1736, "0102649": 1736, "0102768": 1736, "010285": 1736, "0102856": 1736, "0102901": 1736, "0103824": 1736, "0103947": 1736, "0104291": 1736, "0105368": 1736, "0106226": 1736, "0106362": 1736, "010656": 1736, "0106639": 1736, "0106741": 1736, "0106859": 1736, "0106884": 1736, "0106967": 1736, "0107": 1736, "0107163": 1736, "0107302": 1736, "01083": 1736, "0108847": 1736, "0108867": 1736, "0109052": 1736, "010941": 1736, "0109482": 1736, "010986": 1736, "0110163": 1736, "0110288": 1736, "0111436": 1736, "0111514": 1736, "0111765": 1736, "011223": 1736, "0113006": 1736, "0113564": 1736, "0113805": 1736, "0114234": 1729, "0114437": 1736, "0114495": 1736, "0114924": 1736, "0117378": 1736, "0118": 1736, "0118808": 1736, "0118e": 1747, "0119593": 1736, "0119693": 1736, "0119799": 1736, "0120053": 1736, "0120458": 1736, "0120463": 1736, "0121195": 1736, "0121205": 1736, "0121752": 1736, "012186": 1736, "0122235": 1736, "0122644": 1736, "0122729": 1736, "0122848": 1736, "012333": 1736, "0123374": 1736, "0124508": 1736, "0124831": 1736, "0125352": 1736, "0125541": 1736, "0126455": 1736, "0126783": 1736, "0126796": 1736, "0127007": 1736, "0127152": 1736, "0127166": 1736, "0127712": 1736, "0128456": 1736, "0128854": 1736, "0128903": 1736, "0129654": 1736, "012999": 1736, "0131137": 1736, "0131733": 1736, "0131809": 1736, "0133023": 1736, "0133214": 1736, "013351": 1736, "0133664": 1736, "0134187": 1736, "0134782": 1736, "0135714": 1736, "0135908": 1736, "0135968": 1736, "0136975": 1736, "0137408": 1736, "0137605": 1736, "0137666": 1736, "0138114": 1736, "013903": 1736, "0139227": 1736, "0139799": 1736, "0140059": 1736, "014102": 4, "0141665": 1736, "0142763": 1736, "014284": 1736, "0142857": 1736, "0143961": 1736, "0144144": 1736, "0144265": 1736, "0144898": 1736, "0145652": 1736, "0145658": 1736, "0146119": 1736, "0146711": 1736, "0146763": 1736, "0147216": 1736, "0147368": 1736, "0147422": 1736, "0147525": 1736, "0148": 1736, "0148857": 1736, "0149209": 1736, "0149212": 1736, "0149825": 1736, "0149866": 1736, "0151437": 1736, "0152795": 1736, "0153002": 1736, "015387": 1736, "0153902": 1736, "0153914": 1736, "0154218": 1736, "0155449": 1736, "0155525": 1736, "0155637": 1736, "0156373": 1736, "0157009": 1736, "0157556": 1736, "0158329": 1736, "0159569": 1736, "0159668": 1736, "0159981": 1736, "0160378": 1736, "0161123": 1736, "0161327": 1736, "0161586": 1736, "0161881": 1736, "016206": 1736, "01621": 1719, "0162744": 1736, "016286": 1736, "0162945": 1736, "0163185": 1736, "0163494": 1736, "0163973": 1736, "0164149": 1736, "0165371": 1736, "0165614": 1736, "0165653": 1736, "0165848": 1736, "0166038": 1736, "0166647": 1736, "016681": 1736, "0166e": 1747, "016766": 1736, "0168521": 1736, "0168691": 1736, "0169909": 1736, "0170501": 1736, "0171715": 1736, "0171739": 1736, "0171747": 1736, "0172868": 1736, "0173514": 1736, "0173927": 1736, "0174252": 1736, "017507": 1736, "0175802": 1736, "0176325": 1736, "017798": 1736, "017825": 1736, "0178545": 1736, "0178728": 1736, "0179412": 1736, "0180735": 1736, "0180807": 1736, "0181051": 1736, "0183747": 1736, "018634": 1736, "0186621": 1736, "0187106": 1736, "0187678": 1736, "0187846": 1736, "0188474": 1736, "0188797": 1729, "0189613": 1736, "0189973": 1736, "0190244": 1736, "0190679": 1736, "0191166": 1736, "0192815": 1736, "0193165": 1736, "0194249": 1736, "0194903": 1736, "0195795": 1736, "0196094": 1736, "0196703": 1736, "0197125": 1736, "0197157": 1736, "0197803": 1736, "0197972": 1736, "0198646": 1736, "0198869": 1736, "0199348": 1736, "0199362": 1736, "02": [1719, 1720, 1723, 1726, 1727, 1736], "0200653": 1736, "020084": 1736, "0200999": 1736, "0201105": 1736, "0201315": 1736, "0201996": 1736, "0202451": 1736, "0202673": 1736, "0202847": 1736, "0202982": 1736, "0203135": 1736, "0203299": 1736, "0203415": 1736, "0203437": 1736, "0203983": 1736, "0204535": 1736, "0204928": 1736, "0205091": 1736, "0205143": 1736, "0205254": 1736, "0205293": 1736, "0205381": 1736, "0205814": 1736, "0205929": 1736, "020635": 1736, "0206622": 1736, "0206731": 1736, "0207065": 1736, "0207763": 1736, "0207806": 1736, "0207839": 1736, "0207927": 1736, "0208665": 1736, "0208978": 1736, "0209527": 1736, "0209849": 1736, "0209947": 1736, "0210199": 1736, "0210818": 1736, "0210924": 1736, "0211004": 1736, "0211228": 1736, "0211651": 1736, "0211721": 1736, "0211784": 1736, "0212102": 1736, "0212245": 1736, "0212578": 1736, "0212757": 1736, "0213173": 1736, "0213364": 1736, "021372": 1736, "0214022": 1736, "0214816": 1736, "0215067": 1736, "0216013": 1736, "0216027": 1736, "0216098": 1736, "0216244": 1736, "0216313": 1736, "0216412": 1736, "021649": 1736, "0216667": 1736, "0216895": 1736, "0217365": 1736, "0218302": 1736, "0218449": 1736, "0218489": 1736, "0218661": 1736, "0218722": 1736, "0219449": 1736, "0219767": 1736, "0219802": 1736, "0219842": 1736, "0220799": 1736, "022088": 1736, "0220934": 1736, "022101": 1736, "0222124": 1736, "0222489": 1736, "0222497": 1736, "0222851": 1736, "0222e": 1747, "0223175": 1736, "0224029": 1736, "0224071": 1736, "0225432": 1736, "0225e": 1748, "0226071": 1736, "0226176": 1736, "0227946": 1736, "0230494": 1736, "0230e": 1748, "0231511": 1736, "0231697": 1736, "0232029": 1736, "0232993": 1736, "023303": 4, "0233294": 1736, "0233949": 1736, "0234759": 1736, "0235365": 1736, "0235786": 1736, "0235938": 1736, "0236387": 1736, "0237206": 1736, "0237627": 1736, "0237667": 1736, "0237724": 1736, "0238143": 1736, "0238837": 1736, "0240401": 1736, "0240728": 1736, "0241131": 1736, "0242195": 1736, "0242209": 1736, "0242563": 1736, "0242896": 1736, "0243335": 1736, "0243726": 1736, "0244054": 1736, "0244285": 1736, "024431": 1736, "0244609": 1736, "0245147": 1736, "0245304": 1736, "0245561": 1736, "0245634": 1736, "0245681": 1736, "0245707": 1736, "0245849": 1736, "0245902": 1736, "024601": 1736, "0246552": 1736, "0246712": 1736, "0246752": 1736, "0246851": 1736, "0246864": 1736, "0246914": 1736, "0247125": 1736, "0247179": 1736, "0247214": 1736, "0247222": 1736, "0247316": 1736, "0247464": 1736, "0247709": 1736, "0248063": 1736, "0248111": 1736, "0248425": 1736, "024888": 1736, "0248916": 1736, "0249124": 1736, "0249161": 1736, "0249233": 1736, "0249253": 1736, "0249358": 1736, "0249482": 1736, "024949": 1736, "024976": 1736, "0249793": 1736, "0249889": 1736, "025": 1722, "025014": 1736, "0250341": 1736, "0250389": 1736, "0250504": 1736, "0250552": 1736, "0250876": 1736, "0251343": 1736, "0251374": 1736, "0251899": 1736, "0251997": 1736, "0252051": 1736, "0252178": 1736, "0252292": 1736, "0252332": 1736, "0252576": 1736, "0252665": 1736, "0252735": 1736, "0252882": 1736, "0253231": 1736, "025333": 1736, "0253356": 1736, "025342": 1736, "0253525": 1736, "0253767": 1736, "0253769": 1736, "0253815": 1736, "025384": 1736, "0254268": 1736, "0254296": 1736, "02548": [1731, 1736], "0254887": 1736, "0254948": 1736, "0255261": 1736, "0255293": 1736, "0255323": 1736, "0255767": 1736, "0255935": 1736, "0255961": 1736, "0256575": 1736, "0256648": 1736, "0256944": 1736, "0257115": 1736, "025719": 1736, "025725": 1736, "0257593": 1736, "0257851": 1736, "0258106": 1736, "0258108": 1736, "0258805": 1736, "0258814": 1736, "0258822": 1736, "0258974": 1736, "0259022": 1736, "0259396": 1736, "02594": 1719, "0259455": 1736, "0259468": 1736, "0260013": 1736, "0260036": 1736, "0260241": 1736, "026036": 1736, "0260688": 1736, "0261457": 1736, "0261487": 1736, "0261575": 1736, "0261909": 1736, "0262007": 1736, "026201": 1736, "0262325": 1736, "0262799": 1736, "0263264": 1736, "0263473": 1736, "0263818": 1736, "0263867": 1736, "026411": 1736, "0264136": 1736, "0264393": 1736, "0264397": 1736, "0264473": 1736, "0264597": 1736, "0264743": 1736, "0264778": 1736, "0264806": 1736, "0265045": 1736, "0265242": 1736, "0265407": 1736, "0265909": 1736, "0266688": 1736, "026674": 1736, "0266847": 1736, "0266929": 1736, "026697": 1736, "0267368": 1736, "0267536": 1736, "0267621": 1736, "0267753": 1736, "0268028": 1736, "0268681": 1736, "0268783": 1736, "0269091": 1736, "0269219": 1736, "0269331": 1736, "0269343": 1736, "0269378": 1736, "0269715": 1736, "026979": 1736, "0269862": 1736, "0270037": 1736, "0270184": 1736, "0270227": 1736, "0270466": 1736, "0270564": 1736, "0270616": 1736, "0270821": 1736, "02709": [1731, 1736], "0270992": 1736, "0271009": 1736, "0271184": 1736, "0271326": 1736, "0271374": 1736, "0271435": 1736, "0271569": 1736, "0271656": 1736, "0271906": 1736, "0271909": 1736, "0272073": 1736, "0272082": 1736, "0272237": 1736, "0272286": 1736, "027297": 1736, "0273557": 1736, "0273612": 1736, "027412": 1736, "027421": 1736, "0274607": 1736, "0274721": 1736, "0274809": 1736, "0275138": 1736, "0275322": 1736, "0275519": 1736, "0275678": 1736, "0276007": 1736, "0276172": 1736, "0276341": 1736, "0276375": 1736, "0276514": 1736, "0276569": 1736, "0276795": 1736, "027688": 1736, "0276912": 1736, "0277202": 1736, "0277204": 1736, "0277512": 1736, "0277647": 1736, "0277909": 1736, "0277958": 1736, "0278651": 1736, "0279124": 1736, "0279213": 1736, "0279296": 1736, "0279356": 1736, "0279466": 1736, "0279555": 1736, "0279642": 1736, "028": 1722, "0280183": 1736, "0280695": 1736, "0281528": 1736, "0281685": 1736, "0281887": 1736, "0281926": 1736, "0282139": 1736, "0282147": 1736, "0282195": 1736, "028224": 1736, "0282271": 1736, "0282522": 1736, "0282551": 1736, "0282901": 1736, "0282974": 1736, "0283026": 1736, "028303": 1736, "0283427": 1736, "0283461": 1736, "0283776": 1736, "0284571": 1736, "0284674": 1736, "0285063": 1736, "0285168": 1736, "0285174": 1736, "0285486": 1736, "0285771": 1736, "0285886": 1736, "0286001": 1736, "0286033": 1736, "0286151": 1736, "0286299": 1736, "0286456": 1736, "0286879": 1736, "0286898": 1736, "0287308": 1736, "0287468": 1736, "0287669": 1736, "0287871": 1736, "0287922": 1736, "0287e": 1747, "0288193": 1736, "0288638": 1736, "0288711": 1736, "0288953": 1736, "0289571": 1736, "0289647": 1736, "0290226": 1736, "029023": 1736, "0290644": 1736, "0290647": 1736, "0290737": 1736, "0291107": 1736, "0291157": 1736, "0291177": 1736, "0291511": 1736, "0291752": 1736, "0291868": 1736, "029214": 1736, "0292517": 1736, "0293179": 1736, "0293344": 1736, "0293393": 1736, "029352": 1736, "029369": 1736, "0295327": 1736, "0295904": 1736, "0296566": 1736, "0296998": 1736, "0297328": 1736, "0297348": 1736, "0297791": 1736, "0297869": 1736, "0298085": 1736, "0298347": 1736, "02984": 1736, "0298838": 1736, "0299128": 1736, "0299628": 1736, "03": [1713, 1717, 1719, 1722, 1729, 1736, 1739, 1744], "0300133": 1736, "0300287": 1736, "0301017": 1736, "0301075": 1736, "0301962": 1736, "0302706": 1736, "0302921": 1736, "0303272": 1736, "0305089": 1736, "0305386": 1736, "0305499": 1736, "030564": 1736, "0305689": 1736, "0306308": 1736, "0306565": 1736, "0308511": 1736, "0308568": 1736, "0308751": 1736, "0309103": 1736, "0309133": 1736, "0309872": 1736, "0316303": 1736, "0322": 1736, "0324819": 1736, "03294": 1736, "0336175": 1736, "0336264": 1736, "0336746": 1736, "0337761": 1736, "0345": 1736, "0347029": 1736, "0356184": 1736, "0367278": 1736, "0399": 1736, "0399454": 1736, "04": [0, 1690, 1697, 1713, 1717, 1729, 1732, 1736, 1737, 1745], "0407604": 417, "0407608": 417, "0412753": 1736, "0414372": 1736, "0414626": 1736, "041741": 1736, "0419401": 1736, "0424689": 1736, "0424987": 1736, "0425655": 1736, "0435e": 1747, "0454": 1717, "045965": 1736, "04599": 1736, "046369": 1736, "0473094": 1736, "0473526": 1736, "0473527": 1736, "0475343": 1736, "0475752": 1736, "0478555": 1736, "0479463": 1736, "0479879": 1729, "0481162": 1736, "048186": 1736, "048189": 1736, "0482165": 1736, "0482681": 1736, "0483167": 1736, "0483339": 1736, "0484356": 1736, "0484824": 1736, "0485": 1736, "0485661": 1736, "048656": 1736, "0486641": 1736, "0486702": 1736, "048684": 1736, "0487876": 1736, "0488014": 1736, "048804": 1736, "0488189": 1736, "0488597": 1736, "0488708": 1736, "048871": 1736, "048889": 1736, "0489007": 1736, "0489142": 1736, "0489308": 1736, "0489904": 1736, "0490466": 1736, "0490874": [1739, 1744], "049152": 1736, "049178": 1736, "0491879": 1736, "0492124": 1736, "0492262": 1736, "0493956": 1736, "0494415": 1736, "0495586": 1736, "04956": 1719, "0497856": 1736, "0498193": 1736, "0499248": 1736, "049993": 1736, "05": [145, 146, 1727, 1739, 1744], "0500452": 1736, "0500971": 1736, "0501661": 1736, "0503358": 1736, "0503e": 1748, "0504098": 1736, "0504766": 1736, "0506868": 1729, "0507942": 1736, "0508": 1736, "0508587": 1736, "0509114": 1736, "0509981": 1729, "0510253": 1736, "0510664": 1736, "0511046": 1729, "0511499": 1736, "0512121": 1729, "0513082": 1729, "0513189": 1729, "0514166": 1736, "0514406": 1736, "0514668": 1736, "0514701": 1736, "051475": 1736, "0514887": 1736, "0515069": 1736, "0515301": 1736, "0515426": 1736, "0515835": 1736, "0515959": 1736, "0516099": 1736, "0516234": 1736, "0516432": 1736, "0517245": 1736, "0518042": 1736, "0518164": 1736, "0518978": 1736, "051954": 1736, "0519887": 1736, "0520146": 1736, "052027": 1736, "0522147": 1736, "052223": 1736, "0522911": 1736, "0522979": 1736, "0522993": 1736, "0523052": 1736, "0523787": 1736, "0523878": 1736, "0523881": 1736, "0523894": 1736, "0524093": 1736, "0524561": 1736, "0525082": 1736, "0525332": 1736, "0525394": 1736, "052567": 1736, "0525705": 1736, "0525718": 1736, "0525957": 1736, "0526289": 1736, "052724": 1736, "0527668": 1736, "0527968": 1736, "0531272": 1736, "0532849": 1736, "0532922": 1736, "053342": 1736, "0533916": 1736, "0540573": 1736, "0543555": 1736, "0545": 1736, "054502": [1732, 1737], "0545816": 1736, "0546016": 1736, "0548071": 1736, "0548354": 1736, "0548532": 1736, "0548638": 1736, "0551622": 1736, "0552698": 1736, "0553238": 1736, "0553609": 1736, "0553643": 1736, "0553785": 1736, "0554291": 1736, "0554533": 1736, "0555556": 1736, "0556514": 1736, "0557674": 1736, "0558338": 1736, "0558467": 1736, "05598": 1736, "0560021": 1736, "0560449": 1736, "0560489": 1736, "0561066": 1736, "0561644": 1736, "0561847": 1736, "056208": 1736, "056271": 1736, "0563077": 1736, "056308": 1736, "0563139": 1736, "0563292": 1736, "0563507": 1736, "056402": 4, "0564072": 1736, "0564188": 1736, "0565456": 1736, "0565554": 1736, "0565826": 1736, "0566927": 1736, "0567066": 1736, "0567635": 1736, "0568543": 1736, "0568613": 1736, "0568651": 1736, "0568736": 1736, "0569472": 1736, "0569541": 1736, "0569562": 1736, "0569743": 1736, "0569795": 1736, "0570392": 1736, "0570416": 1736, "0570791": 1736, "0570951": 1736, "0572924": 1736, "0573234": 1736, "0573663": 1736, "0573744": 1736, "0573977": 1736, "05751": 1736, "0576938": 1736, "0577107": 1736, "0578924": 1736, "057919": 1736, "0581535": 1736, "0581538": 1736, "0581668": 1736, "058365": 1736, "0584019": 1736, "058413": 1736, "0586373": 1736, "0587469": 1736, "0587787": 1736, "0588577": 1736, "059": 1736, "0590741": 1736, "0591636": 1736, "0593": 1736, "0594387": 1736, "059439": 1736, "0595034": 1736, "0595088": 1736, "0595746": 1736, "0596815": 1736, "0596867": 1736, "0597209": 1736, "0597239": 1736, "059728": 1736, "0597318": 1736, "0597385": 1736, "0597628": 1736, "0597706": 1736, "0597842": 1736, "0598513": 1736, "0599149": 1736, "0599454": 1736, "06": [1612, 1613, 1614, 1615, 1616, 1641, 1745], "0600225": 1736, "0600886": 1736, "0601285": 1736, "0601686": 1736, "0601823": 1736, "0602364": 1736, "0603263": 1736, "0603617": 1736, "0603628": 1736, "0603688": 1736, "06037": 1736, "0604564": 1736, "0605566": 1736, "06057": 1736, "0606382": 1736, "0607112": 1736, "0607138": 1736, "0607787": 1736, "0608016": 1736, "0608379": 1736, "0609698": 1736, "060971": 1736, "0610421": 1736, "0610475": 1736, "0610859": 1736, "0610896": 1736, "0611042": 1736, "0611341": 1736, "0611883": 1736, "0612707": 1736, "0613942": 1736, "0614869": 1736, "0616933": 1736, "0617984": 1736, "0618828": 1736, "0620445": 1736, "0620602": 1736, "0623003": 1736, "0623846": 1736, "0624": [1719, 1736], "0624537": 1736, "0626078": 1736, "0626974": 1736, "0630625": 1736, "063158": 1736, "0632685": 1736, "063466": 1736, "0634921": 1736, "0637003": 1736, "063708": 1736, "0638096": 1736, "0639435": 1736, "0639617": 1736, "0640138": 1736, "0640778": 1736, "0641392": 1736, "0641534": 1736, "0641989": 1736, "0643386": 1736, "0644201": 1736, "064501": [1732, 1737], "0645032": 1736, "0645775": 1736, "0646974": 1736, "0647029": 1736, "0647083": 1736, "0647355": 1736, "0647873": 1736, "0648141": 1736, "0648434": 1736, "0649176": 1736, "064921": 1736, "0649516": 1736, "0649517": 1736, "0649518": 1736, "0650171": 1736, "0650621": 1736, "0650666": 1736, "0651064": 1736, "06511": 1736, "0652002": 1736, "0653032": 1736, "065331": 1736, "0653372": 1736, "0655007": 1736, "0655141": 1736, "0655177": 1736, "0655441": 1736, "0655976": 1736, "0656194": 1736, "0656442": 1736, "0656663": 1736, "0656989": 1736, "0657014": 1736, "0657103": 1736, "0657487": 1736, "065813": 1736, "0658719": 1736, "0658945": 1736, "0659214": 1736, "0660498": 1736, "0661443": 1736, "0661968": 1736, "0662322": 1736, "0664132": 1736, "0664264": 1736, "0665451": 1736, "0665999": 1736, "0666085": 1736, "066672": 1736, "0667213": 1736, "0668013": 1736, "066902": 1736, "0669602": 1736, "0671124": 1736, "0671483": 1736, "0671887": 1736, "0672132": 1736, "0673": 1736, "0673053": 1736, "0673451": 1736, "0673988": 1736, "0674971": 1736, "0677592": 1736, "0678957": 1736, "0681187": 1736, "0684983": 1736, "0686236": 1736, "0687521": 1736, "0693299": 1736, "0693558": 1736, "0694536": 1736, "0694839": 1736, "0695589": 1736, "0696534": 1736, "0696558": 1736, "0698218": 1736, "0698603": 1736, "0699828": 1736, "07": [1717, 1737, 1739, 1744], "0700786": 1736, "0702968": 1736, "0703415": 1736, "0704335": 1736, "0706458": 1736, "0706898": 1736, "0708063": 1736, "0711002": 1736, "0712123": 1736, "07127": 1736, "071304": 1736, "0713425": 1736, "0714001": 1736, "0714645": 1736, "0715393": 1736, "0715593": 1736, "0715636": 1736, "0716792": 1736, "0717211": 1736, "0717641": 1736, "0718631": 1736, "0718967": 1736, "0719614": 1736, "0719672": 1736, "0719869": 1736, "0720262": 1736, "07204": 1736, "0720517": 1736, "0720697": 1736, "0720733": 1736, "0721389": 1736, "0722333": 1736, "0722835": 1736, "0723829": 1736, "0724337": 1736, "0724759": 1736, "0726": 1736, "0726063": 1736, "0726812": 1736, "072779": 1736, "0728079": 1736, "0728214": 1736, "07284": 1736, "0729294": 1736, "0730012": 1736, "0730972": 1736, "0732397": 1736, "0732643": 1736, "073321": 1736, "0733873": 1736, "0735e": 1748, "0737795": 1736, "0738343": 1736, "0741883": 1736, "0742757": 1736, "074984": 1736, "075023": 1736, "0750419": 1736, "0752": 1717, "0754528": 1736, "0754981": 1736, "075692": 1736, "0759239": 1736, "0759317": 1736, "0759501": 1736, "0759537": 1736, "0761625": 1736, "07622": 1736, "0762717": 1736, "0763946": 1736, "0764292": 1736, "0766449": 1736, "0766486": 1703, "0767499": 1736, "0768612": 1736, "0777312": 1736, "077737": 1736, "0778967": 1736, "0780616": 1736, "07816": 1736, "0784645": 1736, "0787702": 1736, "0790479": 1736, "0791924": 1736, "0791939": 1736, "0792065": 1736, "0793488": 1736, "0794333": 1736, "0794563": 1736, "0794869": 1736, "0794908": 1736, "0795869": 1736, "0796422": 1736, "0796655": 1736, "0798255": 1736, "0798424": 1736, "079918": 1736, "0799484": 1736, "0799815": 1736, "08": [1715, 1717, 1719, 1720, 1729, 1732, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "0800096": 1736, "080043": 1736, "0801287": 1736, "0801369": 1736, "0801462": 1736, "0802191": 1736, "0803057": 1736, "0803457": 1736, "0805692": 1736, "0806294": 1736, "0806915": 1736, "0807074": 1736, "0807463": 1736, "0807803": 1736, "0807933": 1736, "0808702": 1736, "0809095": 1736, "0811482": 1736, "0812492": 1736, "0812727": 1736, "0813237": 1736, "0813375": 1736, "0815111": 1736, "081801": 1736, "0818062": 1736, "0818259": 1736, "0819679": 1736, "0820692": 1736, "0821367": 1736, "0823172": 1736, "0825535": 1736, "0825932": 1736, "0826692": 1736, "0827155": 1736, "0828652": 1736, "0829548": 1736, "0830489": 1736, "0830675": 1736, "0831347": 1736, "0832035": 1736, "0833533": 1736, "083416": 1736, "0836028": 1736, "0837722": 1736, "083969": 1736, "0841257": 1736, "0843788": 1736, "0845932": 1736, "0846274": 1736, "0848534": 1736, "0849443": 1736, "0850222": 1736, "085106": 4, "0855862": 1736, "0857364": 1736, "0859277": 1736, "0861289": 1736, "0862303": 1736, "0862647": 1736, "0864004": 1736, "086534": 1736, "0868053": 1736, "0868874": 1736, "0869e": 1748, "0876537": 1736, "0879604": 1736, "0887984": 1736, "0897165": 1736, "09": [145, 146, 1739, 1744, 1745, 1746, 1748], "0900e": 1748, "0901523": 1736, "0903981": 1736, "0904723": 1736, "090646": 1736, "0906576": 1736, "0907245": 1736, "0909091": 1736, "0911": 1717, "0912343": 1736, "0912686": 1736, "09128": 1736, "091505": 1736, "0915808": 1736, "0916205": 1736, "0919096": 1736, "09197": 1719, "0920199": 1736, "0920252": 1736, "0920425": 1736, "0921987": 1736, "092358": 1736, "092377": 1736, "0923836": 1736, "0923878": 1736, "0924057": 1736, "0924267": 1736, "0924834": 1736, "0925146": 1736, "0926255": 1736, "0927888": 1736, "0927996": 1736, "0928359": 1736, "0928416": 1736, "0928729": 1736, "0928757": 1736, "0930645": 1736, "0930836": 1736, "0931618": 1736, "0931849": 1736, "0932353": 1736, "0932668": 1736, "0932811": 1736, "0933179": 1736, "0933546": 1736, "0933722": 1736, "0934283": 1736, "0934482": 1736, "0935476": 1736, "0935515": 1736, "0935907": 1736, "0936": 1736, "0938117": 1736, "0940647": 1736, "0943404": 1736, "0945209": 1736, "0947289": 1736, "0947748": 1736, "094935": 1736, "0950149": 1736, "0954924": 1736, "0959141": 1736, "0961732": 1736, "096231": 1736, "0962883": 1736, "0971904": 1736, "0973164": 1736, "0976131": 1736, "0978": 1736, "0982657": 1736, "0983834": 1736, "0987098": 1736, "0990345": 1736, "0990353": 1736, "0992169": 1736, "0992208": 1736, "0993743": 1736, "0996916": 1736, "099702": [1743, 1748], "0997124": 1736, "0j": [1721, 1726], "0th": 0, "0x10d970050": 1722, "0x10db27a90": 1722, "0x10dd56810": 1722, "0x11273a790": 1727, "1": [3, 4, 5, 13, 18, 26, 50, 55, 73, 74, 76, 77, 95, 97, 105, 106, 114, 115, 126, 127, 132, 136, 137, 141, 142, 143, 145, 146, 148, 151, 152, 163, 164, 171, 175, 176, 183, 191, 192, 193, 196, 205, 206, 207, 208, 219, 231, 232, 242, 248, 250, 257, 258, 259, 260, 262, 263, 264, 265, 269, 270, 271, 273, 274, 275, 276, 281, 296, 299, 317, 319, 320, 327, 332, 334, 335, 339, 340, 342, 343, 346, 348, 350, 354, 360, 369, 370, 371, 372, 373, 374, 376, 385, 387, 388, 389, 391, 395, 396, 397, 398, 399, 401, 402, 403, 404, 405, 406, 408, 409, 411, 412, 414, 416, 417, 420, 421, 428, 429, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 456, 458, 459, 461, 462, 464, 465, 468, 469, 471, 472, 475, 476, 535, 543, 545, 562, 564, 571, 572, 579, 580, 581, 582, 583, 589, 600, 602, 609, 610, 617, 618, 619, 620, 621, 627, 638, 640, 647, 648, 655, 656, 657, 658, 659, 665, 676, 678, 685, 686, 693, 694, 695, 696, 697, 703, 714, 716, 723, 724, 731, 732, 733, 734, 735, 741, 760, 833, 835, 842, 843, 850, 851, 852, 853, 854, 860, 868, 869, 870, 871, 872, 873, 874, 879, 881, 883, 885, 886, 890, 891, 892, 893, 894, 1059, 1093, 1094, 1098, 1433, 1448, 1454, 1455, 1462, 1467, 1484, 1502, 1522, 1523, 1524, 1530, 1537, 1538, 1547, 1548, 1549, 1554, 1557, 1586, 1594, 1600, 1608, 1618, 1621, 1625, 1632, 1646, 1660, 1688, 1690, 1692, 1696, 1698, 1700, 1701, 1702, 1703, 1707, 1709, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "10": [4, 13, 26, 136, 146, 151, 207, 388, 389, 391, 397, 398, 399, 402, 405, 414, 416, 417, 420, 422, 424, 430, 433, 442, 459, 469, 471, 1096, 1099, 1688, 1694, 1700, 1702, 1703, 1707, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1744, 1745, 1746, 1747], "100": [145, 146, 207, 339, 343, 346, 350, 389, 402, 405, 416, 421, 422, 424, 430, 436, 448, 452, 456, 458, 539, 540, 583, 621, 659, 697, 735, 854, 894, 1070, 1502, 1701, 1702, 1709, 1722, 1723, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1746, 1747, 1748], "1000": [331, 408, 417, 432, 433, 436, 439, 440, 468, 469, 1608, 1618, 1723, 1724, 1727, 1730, 1732, 1734, 1735, 1737], "10000": [442, 459, 471, 1094, 1713, 1717, 1722, 1730, 1731, 1732, 1735, 1736, 1737], "100000": [456, 1709], "10001": [1734, 1735], "1001": [437, 1725, 1734, 1735], "100126": 1736, "100148": 1736, "10055": 1736, "100883": 1736, "101": [436, 447, 449, 1502, 1702, 1712, 1713, 1717, 1719], "101078": 1736, "101145": 1736, "101398": 1736, "102024": 1736, "1025": [412, 1000], "10269": 1736, "102906": 1736, "10339": 1736, "10370": 1717, "10397": 1717, "104": 4, "1042": 1736, "10431": 1717, "104505": 1736, "105283": 1736, "105809": 1736, "106": 0, "10648": 1717, "106946": 1736, "107062": 1736, "107159": 1736, "107349": 1736, "107424": 1736, "10749": 1717, "107539": 1736, "10754": 1736, "107687": 1736, "107721": 1736, "108138": 1736, "108384": 1736, "108396": 1736, "108529": 1736, "108557": 1736, "108578": 1736, "108673": 1736, "108779": 1736, "1088": [1713, 1717], "108824": 1736, "108878": 1736, "108916": 1736, "108968": 1736, "109008": 1736, "109051": 1736, "109067": 1736, "109154": 1736, "10916": 1736, "109167": 1736, "109176": 1736, "109229": 1736, "109252": 1736, "109357": 1736, "109392": 1736, "109395": 1736, "109451": 1736, "109457": 1736, "109566": 1736, "109572": 1736, "10962": 1736, "109748": 1736, "109807": 1736, "109845": 1736, "10985": 1736, "1099": [1731, 1736], "109969": 1736, "109984": 1736, "10e": 1736, "10found": 1736, "10remov": 1736, "11": [0, 13, 26, 136, 145, 146, 397, 399, 406, 1696, 1715, 1717, 1719, 1720, 1721, 1723, 1725, 1726, 1727, 1736, 1743, 1744, 1745, 1746, 1747, 1748], "110": [1726, 1739, 1744], "110152": 1736, "110211": 1736, "1103": [4, 1713, 1715, 1717, 1719], "110303": 1736, "110312": 1736, "110382": 1736, "110629": 1736, "11063": 1717, "110636": 1736, "110655": 1736, "110689": 1736, "110696": 1736, "110798": 1736, "110834": 1736, "110913": 1736, "111457": 1736, "111523": 1736, "111607": 1736, "112247": 1736, "112377": 1736, "11241": 1736, "112756": 1736, "113268": 1736, "1133": [1743, 1748], "113309": 1736, "113798": 1736, "11385": 1736, "113913": 1736, "114393": 1736, "114722": 1736, "1151e": 1748, "115961": 1736, "1160": [1713, 1717], "116037": 1736, "116187": 1736, "116232": 1736, "116241": 1736, "116407": 1736, "116426": 1736, "116475": 1736, "116499": 1736, "116591": 1736, "116633": 1736, "116787": 1736, "11679": 1736, "116798": 1736, "116924": 1736, "117064": 1736, "117106": 1736, "11719": 1717, "11722": 1736, "117241": 1736, "117283": 1736, "1173": 475, "117308": 1736, "117365": 1736, "117368": 1736, "117384": 1736, "117427": 1736, "117503": 1736, "117617": 1736, "117624": 1736, "117625": 1736, "117673": 1736, "117678": 1736, "11786": 1736, "117894": 1736, "1179": 1736, "11804": 1736, "118121": 1736, "118445": 1736, "118509": 1736, "118525": 1736, "118533": 1736, "11855": 1736, "118557": 1736, "118649": 1736, "11865": 1736, "118774": 1736, "118998": 1736, "119": 1727, "119166": 1736, "119257": 1736, "119259": 1736, "119297": 1736, "119323": 1736, "119424": 1736, "119441": 1736, "11952": 1736, "119575": 1736, "119688": 1736, "119753": 1736, "12": [0, 13, 26, 136, 191, 193, 372, 373, 399, 469, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 885, 886, 1696, 1697, 1707, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1731, 1732, 1734, 1736, 1737, 1748], "120": [1713, 1717, 1719, 1720], "1200": 436, "120148": 1736, "120303": 1736, "120375": 1736, "120573": 1736, "120666": 1736, "12076": 1736, "120824": 1736, "120854": 1736, "121": 1722, "121201": 1736, "121218": 1736, "121234": 1736, "121264": 1736, "121777": 1736, "121831": 1736, "122": 1722, "12209": 1736, "122534": 1736, "122749": 1736, "1232": 1736, "123466": 1736, "1244": 1736, "1248e": 1747, "125": 1719, "125142": [1713, 1715, 1717, 1719], "125155": 1736, "12545": 1736, "125471": 1736, "125473": 1736, "125583": 1736, "125671": 1736, "12579": 1736, "125871": 1736, "126": 4, "1263": 1736, "12663": 1736, "1267": 1736, "126835": 1736, "12695": 1736, "127212": 1736, "12728": 1717, "127771": 1736, "127773": 1736, "127818": 1736, "127863": 1736, "128": [1726, 1739, 1743, 1744, 1748], "128126": 1736, "128214": 1736, "128221": 1736, "12837": 1736, "128384": 1736, "1285": 1736, "128597": 1736, "128634": 1736, "128824": 1736, "12886": 1736, "128883": 1736, "128914": 1736, "128933": 1736, "129022": 1736, "1291": 1736, "129126": 1736, "129184": 1736, "129222": 1736, "129426": 1736, "129478": 1736, "129491": 1736, "129493": 1736, "12952": 1736, "12963": 1736, "129702": 1736, "129703": 1736, "129719": 1736, "129861": 1736, "12987": 1736, "129958": 1736, "12j": 1721, "13": [0, 13, 26, 192, 1717, 1719, 1726, 1727, 1731, 1736], "130201": 1736, "130263": 1736, "130279": 1736, "130424": 1736, "130431": 1736, "1305": 1736, "130538": 1736, "130628": 1736, "130663": 1736, "130729": 1736, "130783": 1736, "130837": 1736, "1309": [1742, 1743, 1747, 1748], "130937": 1736, "131003": 1736, "131032": 1736, "131095": 1736, "131236": 1736, "131357": 1736, "131386": 1736, "131509": 1736, "131567": 1736, "131699": 1736, "1319": 1736, "132044": 1736, "132046": 1736, "132209": 1736, "132223": 1736, "132246": 1736, "132401": 1736, "13277": 1736, "1327e": 1748, "13311": 1736, "133256": 1736, "13366": 1736, "133715": 1736, "134078": 1736, "134183": 1736, "134192": 1736, "134194": 1736, "1344": 1736, "134495": 1736, "134835": 1736, "135057": 1736, "135115": 1736, "135137": 1736, "135304": 1736, "135314": 1736, "135337": 1736, "135491": 1736, "135501": 1736, "135564": 1736, "135616": 1736, "135646": 1736, "135872": 1736, "135948": 1736, "136087": 1736, "1361": [1713, 1717], "136118": 1736, "136122": 1736, "136124": 1736, "136129": 1736, "136144": 1736, "136151": 1736, "136454": 1736, "136485": 1736, "136487": 1736, "136631": 1736, "136691": 1736, "1367": 1736, "136781": 1736, "136791": 1736, "1368": [1742, 1743, 1747, 1748], "136859": 1736, "136865": 1736, "136868": 1736, "136888": 1736, "136946": 1736, "136949": 1736, "136951": 1736, "136976": 1736, "137095": 1736, "137111": 1736, "137127": 1736, "137262": 1736, "137394": 1736, "137529": 1736, "13753": 1736, "137554": 1736, "137585": 1736, "137844": 1736, "137851": 1736, "137877": 1736, "137952": 1736, "138103": 1736, "138106": 1736, "1383": 1736, "13836": 1736, "138454": 1736, "1385": 1736, "138506": 1736, "138581": 1736, "138608": 1736, "138667": 1736, "138683": 1736, "13878": 1736, "138785": 1736, "139623": 1736, "139701": 1736, "139764": 1736, "139969": 1736, "14": [0, 13, 26, 399, 1694, 1717, 1719, 1727, 1729, 1737], "140": [1713, 1715, 1716, 1717, 1719, 1720], "140103": 1736, "141392": 1736, "14236": [1743, 1748], "142606": 1736, "1429e": 1748, "143248": 1736, "14348": 1736, "144613": 1736, "14504": 1736, "145208": 1736, "14536": 1736, "145565": 1736, "146": 1727, "146003": 1736, "146407": 1736, "146776": 1736, "146845": 1736, "147042": 1736, "147119": 1736, "147427": 1736, "147456": 1736, "14769": 1736, "147712": 1736, "1484": 1736, "14909": 1736, "149608": 459, "1498": 1736, "14981": 1717, "15": [0, 136, 442, 1094, 1696, 1717, 1722, 1723, 1727], "150": [452, 1713, 1716, 1717, 1719, 1720, 1722], "1500": [1723, 1727], "15062": 1736, "150655": 1736, "1509e": 1747, "15122": 1736, "1527e": 1748, "15403": 1736, "155101": [1732, 1737], "1552": 1719, "1588": 1736, "158822": 1736, "1594e": 1747, "1595": 1736, "15j": 1727, "16": [136, 146, 338, 389, 391, 399, 430, 1713, 1715, 1717, 1719, 1721, 1727, 1732, 1737, 1743, 1745, 1748], "160": 1722, "160022": 1736, "1606": [1731, 1736], "16097": 1736, "1617": 1736, "161897": 1736, "16191": 1736, "162": 475, "1626": 1736, "162871": 1736, "16384": 1745, "1644": 1736, "165111": 4, "165674": 1736, "1657e": 1748, "16585": 1736, "166": 4, "1660e": 1747, "1667e": 1748, "166809": 1736, "167454": 1736, "168187": 1736, "1691": 1736, "17": [0, 145, 146, 1717, 1727, 1729, 1736, 1737, 1743, 1748], "1729": 1736, "173681": 1736, "1737": 1736, "17415": 1736, "1765": 1736, "1771": 1736, "178": 1727, "178604": 1736, "17j": 1727, "18": [0, 1717, 1727, 1736, 1739, 1744], "1807": 1736, "180869": 1736, "1825": 1736, "183328": 1736, "18502": 1736, "185126": 1736, "185252": 1736, "185284": 1736, "185398": 1736, "18574": 1736, "1865": 1736, "1866": 1736, "187877": 1736, "188429": 1736, "18844": 1736, "18865226486409914": 1747, "19": [145, 146, 1717, 1727, 1729, 1736], "190139": 1736, "190266": 1736, "1918": 1736, "192358": 1736, "194463": 1736, "194802": 1736, "1949e": 1748, "195011": 1736, "196": 3, "1966": [1743, 1748], "1975": 1736, "1988": [1715, 1719], "198948": 1736, "199267": 1736, "1996": [1743, 1748], "1997": [1742, 1743, 1747, 1748], "1999": 1736, "1a": 426, "1b": 426, "1d": [416, 417, 422, 424, 449, 450, 536, 540, 550, 589, 627, 665, 703, 741, 860, 1569, 1602], "1e": [0, 146, 191, 193, 442, 1094, 1612, 1613, 1614, 1615, 1616, 1641, 1713, 1717, 1723, 1726, 1727, 1743, 1747, 1748], "1e6": [1713, 1717], "1i": 416, "1j": [389, 436, 468, 1721, 1726], "1st": [462, 1530], "1x1": [410, 423, 1702, 1723, 1727], "2": [4, 5, 13, 18, 26, 50, 55, 73, 74, 76, 77, 88, 95, 97, 105, 106, 136, 137, 141, 142, 143, 145, 146, 152, 163, 164, 171, 175, 176, 191, 196, 205, 206, 207, 208, 219, 231, 232, 242, 247, 248, 250, 257, 258, 260, 262, 269, 271, 273, 296, 317, 319, 320, 334, 338, 339, 340, 343, 344, 345, 346, 348, 350, 354, 369, 370, 371, 372, 373, 374, 376, 379, 382, 385, 386, 388, 389, 391, 395, 396, 397, 398, 399, 402, 404, 405, 406, 409, 410, 411, 412, 416, 417, 418, 421, 422, 424, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 444, 447, 449, 451, 452, 456, 459, 461, 462, 464, 465, 468, 469, 472, 474, 475, 476, 760, 776, 801, 814, 1094, 1100, 1448, 1450, 1454, 1455, 1467, 1469, 1484, 1485, 1520, 1521, 1522, 1523, 1524, 1526, 1527, 1529, 1530, 1531, 1536, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1554, 1556, 1557, 1690, 1696, 1697, 1698, 1700, 1701, 1702, 1703, 1707, 1709, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "20": [389, 400, 449, 469, 1696, 1700, 1707, 1713, 1717, 1719, 1722, 1723, 1727, 1728, 1729, 1732, 1734, 1736, 1737, 1747], "200": [4, 247, 389, 1709, 1732, 1737], "2000": 436, "2000e": 1748, "200112l": 475, "2003": [1736, 1743, 1748], "2005": 1689, "2008": 1736, "200809l": 475, "2009": [4, 1732, 1737], "2010": [1732, 1737], "201123": 1736, "2012": 1736, "2015": 3, "2016": [4, 247], "2017": 4, "201704": 1736, "2019": 4, "2020a": 1690, "2021": [0, 4], "2022": [1723, 1727], "2023": [0, 1696, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "2024": 5, "2026": 1736, "2029e": 1747, "204": 4, "2041": 1736, "2046": 1736, "2055": 1736, "2058": 1736, "205843": 1736, "2064": 1736, "2071": 1736, "2072": 1736, "2074": 1736, "2077": 1736, "2083": 1736, "2093": 1736, "2094": 1736, "2096": 1736, "21": [0, 1717, 1723, 1727, 1736, 1739], "211": 1722, "212": 1722, "2127e": 1747, "21281": 1736, "214303": 1736, "214947": 1736, "215519": 1736, "2155e": 1748, "215632": 1736, "215686": 1736, "215985": 1736, "216506": 1736, "216824": 1736, "217": 1727, "217683": 1736, "217982": 1736, "218575": 1736, "218576": 1736, "218647": 1736, "22": [0, 397, 1690, 1697, 1717, 1723, 1727, 1736], "220527": 1736, "221": 1748, "222": 1748, "22266": 1736, "2228e": 1748, "223": 1748, "223892": [1715, 1719], "224": 1748, "2245": 1736, "2255": 1736, "2256": 1736, "226344": 416, "2264": 1736, "2273": 1736, "228374747": 1745, "2284": 1736, "2292": 1736, "2293": 1736, "2294": 1736, "2296": 1736, "2299": 1736, "23": [1717, 1727, 1736], "2300": 1736, "2301e": 1748, "2302e": 1748, "2304": 1736, "23047": 1736, "2308": 1736, "2312": 1736, "2314": 1736, "2318": 1736, "2325": 1736, "232515": 1736, "233272": 1736, "23432": 458, "2343e": 1747, "235": 4, "2363": 1736, "237489": 471, "237849": 471, "2379": 1736, "237919": 1736, "2385": 1736, "239": 4, "239978": 1736, "24": [0, 1690, 1702, 1717, 1727, 1736], "240293": 1736, "24054": 1736, "240672": 1736, "2410e": 1747, "24137": 1736, "241515": 1736, "2418": 1736, "242": 1736, "242121": 1736, "242133": 1736, "2425e": 1748, "24404": 1736, "244041": 1736, "246525": 1736, "2466": 1736, "247163": 1736, "2476": 1736, "2484": 1736, "248878": 416, "2498": 1736, "25": [0, 399, 452, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1727, 1728, 1732, 1734, 1736, 1737, 1743, 1747, 1748], "2500e": [1747, 1748], "251": [1717, 1720], "2533": 1736, "253855": 1736, "2549": 1736, "2550": 1717, "2560": 1736, "2563": 1736, "2590": 1736, "2596": 1736, "26": [1717, 1727, 1736], "2609": 1736, "2610": 1719, "2622": 1736, "2625": 1736, "2634": 1736, "2638058": 4, "2643": 1736, "265": 1727, "2658e": 1748, "2661": 1736, "2664": 1736, "2670": 1736, "2678": 1736, "2683": 1736, "2684": 1736, "2685": 1736, "2687": 1736, "26894142138025784": 1727, "26924": 1736, "2696": 1736, "27": [1717, 1727, 1736], "27009": 1736, "2701": 1736, "2704": 1736, "2712": 1736, "2734": 1736, "2736": 1736, "273894": [456, 459], "274": [4, 247], "27603": 456, "2763": 1736, "278472": 3, "28": [389, 1717, 1727, 1729, 1736, 1737, 1739], "2802e": 1748, "28036": 1736, "2804": 1736, "2815": 1736, "2817": 1736, "282513": 1736, "28319": [1739, 1744], "283466": 1736, "28392": 1736, "284": 247, "2853": 1736, "287607": 1736, "288052": 1736, "29": [1717, 1727, 1736, 1744, 1745, 1746, 1748], "29027": 1736, "29194": 1736, "2926": 1736, "29282": 1736, "293905": 1736, "294083": 1736, "295469": 1736, "2964e": 1747, "298548": 1736, "299348": 1736, "2999e": 1748, "2a": [409, 426], "2at": 452, "2b": 426, "2d": [439, 447, 452, 464, 801, 1088, 1462, 1547, 1548, 1712, 1713, 1717, 1719, 1720, 1723, 1727, 1732, 1737], "2doc": 0, "2e": [145, 146, 1713, 1717], "2f": [1731, 1734, 1735, 1736, 1746, 1748], "2frac": [1740, 1745], "2g": [1723, 1727], "2i": [465, 1554], "2j": [1721, 1731, 1736], "2l": [404, 462, 1522, 1523], "2n": [404, 416, 428, 1723, 1727, 1742, 1747], "2nd": [346, 402, 462, 1530], "2p": [1713, 1717], "2py": [383, 1690, 1697, 1698, 1704], "2q": [1743, 1748], "2rst": 0, "2t": [1726, 1732, 1737, 1739, 1740, 1744, 1745], "2to3": 1698, "2to3_nb": 1698, "2u": [1743, 1748], "2x2": [418, 422, 424, 442, 1100, 1723, 1727], "3": [3, 5, 13, 18, 26, 136, 142, 143, 145, 146, 152, 159, 163, 164, 176, 183, 219, 258, 269, 334, 339, 343, 346, 348, 350, 354, 371, 372, 373, 374, 385, 386, 388, 389, 391, 396, 397, 398, 399, 402, 412, 416, 417, 420, 421, 428, 430, 432, 433, 434, 436, 437, 439, 440, 442, 446, 451, 452, 459, 461, 462, 468, 469, 474, 476, 562, 563, 564, 565, 577, 578, 579, 580, 581, 582, 583, 600, 601, 602, 603, 615, 616, 617, 618, 619, 620, 621, 638, 639, 640, 641, 653, 654, 655, 656, 657, 658, 659, 676, 677, 678, 679, 691, 692, 693, 694, 695, 696, 697, 714, 715, 716, 717, 729, 730, 731, 732, 733, 734, 735, 833, 834, 835, 836, 848, 849, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 879, 881, 882, 883, 884, 888, 889, 890, 891, 892, 893, 894, 936, 939, 949, 1094, 1424, 1433, 1450, 1469, 1485, 1502, 1520, 1522, 1527, 1529, 1530, 1690, 1694, 1695, 1696, 1697, 1700, 1701, 1702, 1707, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "30": [430, 471, 1009, 1707, 1717, 1727, 1735, 1736], "300": [468, 1717, 1719], "300009": 1736, "300119": 1736, "300808": 1736, "302655": 1736, "3043e": 1748, "304464": 1736, "3054e": 1748, "3095238095238093": 1721, "31": [1713, 1717, 1720, 1727, 1736], "3104": 1736, "311": [1726, 1727], "311403": 1736, "312381": 1736, "3131": 1736, "3133": 1736, "31556737050747535": 1727, "3187e": 1747, "3189e": 1748, "319168": 1736, "3194e": 1747, "32": [385, 1719, 1727, 1736, 1739, 1740, 1743, 1744, 1745, 1746, 1748], "32021": 1736, "32063": 1736, "3218e": 1748, "3220": 1736, "323600": 1737, "324": 1727, "32562": [1717, 1719], "3268": 1736, "33": [1727, 1736], "3327": 1736, "3330e": 1748, "3333e": 1748, "33377": 1736, "33423": 1736, "33519": 1736, "3354": 1736, "3379": 1736, "3391": 1736, "3398": 1736, "3399": 1736, "34": [1713, 1717, 1719, 1720, 1727, 1736, 1739], "34046": 1736, "3406e": 1748, "3414": 1736, "3416": 1736, "3418": 1736, "342": 0, "34324": 1736, "34419": 1736, "3442": 1736, "3452": 1736, "3454e": 1748, "3460": 1736, "347207": 1736, "3480e": 1747, "3488": 1736, "3489": 1736, "3491": 1736, "3498": 1736, "35": [1727, 1734, 1736, 1747, 1748], "35075": 1736, "3511": 1736, "3515": 1719, "35153": 1736, "35299": 1736, "3535e": 1748, "3538e": 1747, "3551": 1736, "3575": 1736, "3575e": 1748, "3578": 1736, "3593": 1736, "359313": 1736, "36": [1702, 1727, 1736], "37": [1715, 1719, 1727, 1736, 1737], "37016": 1736, "3718e": 1748, "374982": [456, 459], "375112": 1736, "376047": 1736, "37617": 1736, "377745": 1736, "378509": 1736, "379588": 1736, "3798": 1736, "38": [1727, 1736], "383034": 1736, "38459": 1736, "388": 4, "388758": 1736, "38964": 1736, "39": [475, 1717, 1719, 1721, 1722, 1725, 1726, 1727, 1729, 1736], "3916": 1736, "3931": 1736, "3938e": 1748, "396": 1727, "397": 1717, "398": 3, "399275": 1736, "3a": 426, "3b": 426, "3d": [416, 417, 422, 424, 433, 434, 435, 436, 437, 449, 589, 627, 665, 703, 741, 860, 1713, 1717, 1726], "3e": 146, "3f": [1721, 1723, 1727], "3j": [1731, 1736], "3may2022": 1717, "3rd": [346, 402, 462, 1530], "3x3": [398, 1723, 1727], "4": [5, 13, 18, 26, 136, 145, 146, 159, 183, 219, 247, 338, 339, 343, 346, 348, 350, 371, 372, 373, 374, 385, 389, 397, 398, 399, 402, 429, 433, 434, 436, 437, 444, 447, 452, 456, 464, 469, 475, 476, 571, 579, 580, 581, 582, 583, 609, 617, 618, 619, 620, 621, 647, 655, 656, 657, 658, 659, 685, 693, 694, 695, 696, 697, 723, 731, 732, 733, 734, 735, 842, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 890, 891, 892, 893, 894, 1536, 1538, 1549, 1690, 1696, 1700, 1701, 1702, 1712, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "40": [435, 443, 1713, 1717, 1722, 1736], "400": 389, "4000e": 1748, "4043": 1736, "40592": 1736, "40606": 1736, "4072": 1736, "4098": 1736, "41": [1736, 1743, 1747, 1748], "4133e": 1747, "415": 3, "4181e": 1747, "4186": 1736, "4197": 1736, "42": [1719, 1736], "4202": 1736, "4233": 1736, "42356": 1736, "4251e": 1748, "4256": 1736, "4279e": 1748, "4299e": 1747, "43": [1723, 1727, 1736], "4308": 1736, "432564": 1736, "43454": 1736, "436025": 1736, "43658": 1736, "437101": 1736, "437622": 1736, "439615": 1736, "44": 1736, "440496": 1736, "440596": 1736, "44062": 1736, "442": 1736, "44214": 1736, "4421e": 1748, "4436e": 1748, "443867": 1736, "4453": 1736, "4458": 1736, "44771": 1736, "4483": 1736, "4495": 1736, "45": [1722, 1736, 1747, 1748], "4501": 1736, "45363": 1736, "45713": 1736, "4578": 1736, "46": 1736, "460326": 1736, "4617": 1736, "4618": 1736, "4624": 1736, "4629e": 1748, "4643": 1736, "4679": 1736, "47": 1736, "47014": 1736, "4715": 1736, "47307": 1736, "475": 0, "477": 0, "48": 1736, "4800": 1736, "48282": 1736, "483": 1727, "483848": 1729, "484146": 1736, "4861": 1736, "4864": 1736, "4869": 1736, "487717": 1736, "48796": 1703, "48821": 1736, "48919": 1736, "49": [1729, 1736], "490822": 1736, "491363": 1736, "4923": 1736, "49552": 1736, "496411": 1736, "4971": 1736, "498298": 1736, "499": 1736, "4994": 1736, "4999": [1729, 1736], "49999": 1729, "4at": 452, "4d": [464, 1549], "4e": [1743, 1747, 1748], "4j": [1716, 1720, 1721], "4t": [1732, 1737], "5": [5, 50, 136, 145, 159, 183, 219, 339, 348, 350, 371, 372, 373, 374, 388, 389, 391, 398, 399, 402, 420, 432, 436, 437, 440, 447, 452, 456, 458, 459, 461, 468, 469, 475, 1700, 1701, 1709, 1712, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "50": [432, 433, 434, 435, 440, 443, 452, 456, 469, 1068, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1732, 1736, 1737, 1739], "500": [447, 449, 1703, 1712, 1729], "5000": [1709, 1713, 1717, 1729, 1731, 1735, 1736], "50000": 1729, "500000": 456, "5000000": 459, "5000e": [1747, 1748], "5001": [1717, 1720, 1723, 1727], "5004e": 1748, "501": [1713, 1716, 1717, 1719, 1720], "502": 1717, "5020": 1736, "502235": 1736, "5028e": 1748, "507301": 1736, "507693": 1729, "509178": 1736, "5092181189127931": 1747, "5092e": 1747, "51": [1736, 1742, 1747], "51035": 1736, "510934": 1739, "51099": 1736, "5111": 1736, "51126": 1736, "512693": 1736, "514142": 1736, "514539": 1736, "515457": 1736, "51989": 1736, "52": 1736, "520079": 1736, "520462": 1736, "5211": 1736, "5225": 1736, "522949": 1736, "5241": 1736, "5262": 1736, "5263e": 1748, "52751": 1736, "5281": 4, "53": [1717, 1736, 1743, 1748], "53234": 1736, "53428": 1736, "54": [476, 1736], "5417": 1736, "54242": 1736, "5425": 1717, "5455e": 1748, "5460": 1736, "55": [459, 1736], "5502": 1736, "5515": 1736, "5544": 1736, "5556e": 1748, "557": 0, "5589e": 1748, "56": [386, 1736], "56478": 1736, "568460": 1736, "568929": 1736, "57": 1736, "57009": [1732, 1737], "5714e": 1748, "5758": 1736, "57761": 1736, "58": 1736, "5801e": 1748, "581": 0, "58385": 399, "5858e": 1748, "58899": 1736, "5892": 1736, "59": [1736, 1742, 1747], "590": 1727, "59076": 1736, "5918677213723913": 1747, "5919e": 1747, "5920": 1717, "592291": 4, "5925e": 1748, "59359": 1736, "594": 0, "59554": 1736, "5957": 1736, "5962e": 1747, "5e": 145, "5x": 1722, "6": [0, 136, 151, 159, 348, 373, 374, 398, 408, 436, 453, 476, 1500, 1696, 1701, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1730, 1734, 1736, 1737, 1739, 1740, 1744, 1745, 1747, 1748], "60": 1736, "600": [459, 475], "6000e": 1748, "6001": 1727, "6006": 1736, "6009": 1736, "6014e": 1748, "60183": 1736, "6032": 1736, "6050": 1736, "608": 0, "6097": 1736, "61": [476, 1736], "6108e": 1748, "6139": 1736, "6148e": 1748, "6153": 1736, "6155": [1732, 1737], "617709": 1748, "61951": 1736, "62": 1736, "620": 0, "62123": 1736, "624": 0, "62633": 1736, "6264": 1736, "62833": 1736, "6343e": 1748, "638": 0, "638049093627782e": 1727, "6392": 1729, "64": [385, 1743, 1745, 1748], "645497": [372, 373], "648x": [1713, 1717], "649": 0, "65": 1736, "650": 0, "6547e": 1748, "65569": 1736, "6573": 1736, "66": 1736, "663": 0, "66327": 1736, "6646": 1736, "6667e": 1748, "6668": 1736, "66685": 1736, "668": 0, "67": [1736, 1747], "671": 0, "672073": 1736, "6725e": 1748, "6728": 1736, "6733": 1736, "675164": 1736, "6759": 1736, "6760": 1736, "6761": 1736, "6765": 1736, "67701": 1736, "6771": 1736, "677651": 1736, "677678": 1736, "678488": 1736, "679": 0, "67936": 1736, "6797": 1736, "68": 1736, "680676": 1736, "681544": 1736, "6826": 1736, "684272": 1736, "68458": 1736, "689225": 1729, "6899": [1731, 1736], "69": 1736, "6919": 1719, "6928": 1736, "6960e": 1747, "698464": 1736, "6e": [145, 146], "7": [0, 136, 145, 146, 151, 348, 373, 374, 389, 395, 397, 399, 436, 453, 474, 475, 1701, 1704, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1730, 1734, 1735, 1736, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "70": [0, 1696, 1713, 1717, 1736], "7002": 1736, "701127": 1746, "7086": 1736, "71": 1736, "7133e": 1748, "716": 1729, "7196e": 1748, "72": 1736, "7205": 1736, "72088": 1736, "721": 1727, "724": 0, "725": 0, "7286": 1736, "7289": 1736, "729": 0, "73": 1736, "7324e": 1748, "7343": 1736, "7350": 1736, "7352": 1736, "7363": 1736, "7364": 1736, "7367": [1713, 1715, 1716, 1717, 1719, 1720], "74038": 1736, "7405": 1736, "74432": 1736, "745": 0, "74536": 1736, "74578": 1736, "74692": 1736, "7472": 1736, "75": [1736, 1743, 1748], "7500e": 1747, "75014": 1736, "7506": [1715, 1719], "7561": 1736, "7589": 1736, "76": 1736, "7605": 1736, "764": 0, "76404": 1736, "7662": 1736, "7668": 1736, "7679": 1736, "77": 1736, "7706": 1736, "7707": 1736, "7718e": 1748, "77243": 1736, "773": 0, "7751": 1736, "7784": 1736, "778901915273313": 1747, "78": 1736, "78104": 1736, "7817": 1736, "785": 1736, "7853": 1720, "78747": 1736, "78912": 1736, "79": 4, "793": 0, "794236": 1736, "796": 0, "79717": [1717, 1719], "7e": 145, "8": [0, 136, 151, 163, 175, 338, 348, 350, 373, 374, 388, 391, 396, 399, 450, 469, 475, 476, 1600, 1603, 1690, 1696, 1707, 1713, 1717, 1719, 1720, 1721, 1722, 1725, 1726, 1727, 1728, 1730, 1732, 1734, 1735, 1736, 1737, 1744, 1745, 1747, 1748], "80": [1732, 1736, 1737, 1748], "8000e": 1748, "8010": 1736, "802": 0, "8028": 1736, "8085": 1736, "8093": 1736, "81": [1731, 1736], "8101": 1736, "8118e": 1747, "8130": 1736, "8150": 1736, "8154": 1736, "816357384858482e": 1727, "81646": 1736, "8166e": 1748, "8174": 1736, "82": [1732, 1736, 1737], "820": 0, "82185": 1736, "825": 0, "8267": 1736, "826742": 1736, "827338": 1736, "8281": 1736, "829": 0, "82905": 1736, "82967": 1736, "83": 1736, "830217": 1736, "830322": 1736, "830414": 1736, "8308": 1736, "830829": 1736, "831942": 1736, "832854": 1736, "833": 0, "8341": 1736, "83481049534862e": 1727, "835903": 1717, "838": 1717, "83864": 1736, "84": 1736, "8411e": 1748, "8424": 1736, "845": 0, "846": 0, "8462e": 1748, "8482": 1736, "84919": 1736, "85": [1722, 1732, 1736, 1737], "8520": 1736, "8522": 1736, "853128": 1720, "8532": 1736, "8541": 1736, "8545": 1736, "8571e": 1748, "8588": 1736, "859": 0, "85936": 1736, "86": [1729, 1736], "860": 0, "8611": 1736, "866052": 1744, "86777": 1717, "868": 0, "8682": 1736, "8688": 1736, "8694": 1736, "87": 1736, "8705": 1736, "871": 0, "8718e": 1747, "872": 0, "8783e": 1748, "8791": 1736, "8792": 1736, "87925": 1736, "8797": 1736, "88": 1736, "881": [0, 1727], "88153": 1719, "88386": 1736, "8864": 1736, "8865e": 1747, "88829": 1736, "89": [146, 1736], "891": 0, "89133": 1719, "89134": 1717, "8927": 1736, "8956": [1717, 1719, 1720], "8957": 1736, "8960e": 1747, "8968": 1736, "8974e": 1748, "89788": 1717, "898": 0, "8983": 1736, "8e": [145, 146], "9": [0, 136, 151, 399, 402, 456, 1696, 1698, 1701, 1717, 1719, 1720, 1721, 1722, 1726, 1727, 1732, 1735, 1736, 1737, 1744, 1747, 1748], "90": [1736, 1743, 1748], "90146": 1736, "9022": 1736, "90419": 1736, "90468": 1719, "90488": 1736, "9065e": 1748, "90672": 1717, "907": 0, "90872": 1719, "90939": 1717, "9097": 1736, "91": [1713, 1715, 1717, 1719], "911": 1736, "91156": 1719, "912": 0, "91255": 1719, "915": 0, "91505": 1717, "9155e": 1747, "91577": 1719, "91871": 1719, "9191": 1736, "9199": 1717, "92": [1719, 1726, 1736], "92160": 1717, "9218": 1719, "92277": 1736, "92343": 1736, "92424": 1717, "93": 1736, "93015": 1736, "9329e": 1748, "93431": 1736, "93486": 1736, "9381548639656863j": 1727, "9382": 1736, "94": [4, 1723, 1727], "9456": 1736, "9464e": 1748, "9469e": 1748, "9498": 1736, "95": 4, "9502": 1736, "9533": 1736, "95457": 1736, "95588": 1736, "9563": 1736, "9579": 1736, "9599e": 1748, "9659": 1736, "9675": 1736, "9679": 1736, "96938": 1736, "9713": 1736, "9717": 1736, "9724": 1736, "97262": 1736, "9735e": 1748, "97512": 1736, "9760": 1729, "9786": 1736, "9797": 1736, "98": [1713, 1717, 1719, 1720, 1736], "9806": 1736, "9851e": 1748, "98699": 1719, "98793": 1736, "98807": 1717, "9896": 1736, "99": [1696, 1736], "9904": 1736, "9908": 1736, "991": 1736, "99207": 1717, "9928": 1736, "9932": 1736, "9934": 1736, "9935e": 1747, "9944": 1736, "995": 436, "996": 1736, "9962": 1736, "99636": 1717, "9966": 1736, "99678": 1717, "9968": 1736, "9969e": 1747, "99703": 1719, "9972": 1736, "9974": 1736, "99775": 1717, "9978": 1736, "99783": 1717, "998": 1736, "99814": 1719, "9982": 1736, "9986": 1736, "9988": 1736, "99894": 1717, "999": 1736, "99906": 1736, "99913": 1719, "9992": 1736, "99932": 1719, "99936": 1719, "99939": 1719, "9994": 1736, "9996": 1736, "9996637574643963": 1726, "99979": 1719, "9998": 1736, "9999": 1736, "99991": [1717, 1719], "9e": [145, 146], "A": [0, 4, 5, 16, 17, 54, 61, 63, 145, 146, 147, 151, 190, 200, 201, 211, 230, 317, 319, 320, 321, 340, 346, 348, 369, 370, 381, 386, 388, 389, 391, 392, 393, 396, 398, 400, 403, 406, 412, 421, 430, 431, 434, 435, 436, 438, 439, 442, 443, 445, 448, 451, 452, 456, 457, 458, 460, 461, 464, 467, 470, 471, 486, 497, 507, 518, 539, 549, 567, 575, 584, 605, 613, 622, 643, 651, 660, 681, 689, 698, 719, 727, 736, 750, 751, 752, 753, 755, 768, 769, 775, 801, 814, 838, 846, 855, 928, 932, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1064, 1065, 1087, 1100, 1446, 1449, 1453, 1564, 1608, 1624, 1655, 1669, 1673, 1678, 1679, 1688, 1690, 1698, 1700, 1705, 1708, 1709, 1710, 1711, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1724, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "AND": 0, "As": [0, 3, 7, 385, 396, 398, 403, 406, 409, 440, 457, 459, 469, 1678, 1694, 1695, 1707, 1713, 1715, 1717, 1719, 1721, 1723, 1726, 1727, 1730, 1735, 1739, 1740, 1741, 1744, 1745, 1746], "At": [41, 338, 457, 459, 461, 1732, 1737, 1741, 1743, 1746, 1748], "BE": [27, 412, 418, 470, 1430, 1707, 1731, 1736], "BEING": 404, "BUT": 399, "Be": [0, 8, 399, 1698], "Being": 1721, "But": 459, "By": [0, 387, 388, 409, 459, 1672, 1713, 1717, 1723, 1727, 1729, 1730, 1731, 1735, 1736, 1748], "For": [0, 4, 18, 238, 239, 247, 331, 338, 379, 381, 382, 387, 388, 395, 396, 397, 399, 400, 403, 404, 406, 409, 412, 413, 421, 430, 432, 433, 434, 435, 436, 437, 440, 453, 458, 459, 460, 461, 472, 474, 554, 592, 630, 668, 706, 782, 974, 987, 1688, 1689, 1690, 1695, 1696, 1697, 1698, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "IF": [450, 1594, 1600], "If": [0, 3, 4, 7, 8, 12, 94, 183, 241, 296, 297, 299, 317, 320, 338, 379, 382, 386, 387, 388, 391, 397, 398, 403, 406, 416, 417, 420, 422, 424, 432, 433, 434, 435, 436, 437, 439, 440, 442, 448, 449, 453, 457, 458, 459, 461, 462, 464, 465, 466, 543, 550, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 760, 791, 825, 860, 906, 1094, 1462, 1502, 1521, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1608, 1620, 1672, 1689, 1690, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1702, 1704, 1706, 1707, 1713, 1714, 1717, 1718, 1723, 1724, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1743, 1748], "In": [0, 3, 6, 7, 142, 159, 255, 263, 264, 265, 274, 275, 276, 338, 385, 387, 388, 395, 396, 397, 400, 402, 404, 406, 408, 409, 411, 412, 421, 425, 432, 440, 441, 453, 457, 458, 459, 460, 463, 469, 470, 472, 474, 475, 1620, 1690, 1691, 1692, 1694, 1695, 1702, 1706, 1707, 1709, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "Ins": 1736, "Ising": [9, 454, 459], "It": [0, 3, 4, 25, 42, 123, 124, 125, 126, 127, 128, 129, 130, 241, 258, 269, 296, 317, 319, 320, 338, 352, 379, 382, 385, 387, 389, 391, 395, 396, 397, 398, 399, 401, 403, 404, 405, 406, 409, 413, 432, 440, 447, 450, 457, 459, 461, 470, 475, 551, 552, 1500, 1581, 1594, 1600, 1618, 1678, 1679, 1684, 1689, 1691, 1694, 1696, 1698, 1699, 1706, 1710, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1743, 1748], "Its": [381, 392, 452, 457, 1673], "NOT": [0, 114, 123, 124, 125, 126, 127, 128, 129, 130, 382, 387, 397, 399, 402, 406, 432], "No": [416, 433, 434, 435, 436, 437, 554, 592, 630, 668, 706, 1697, 1713, 1717], "Not": 412, "ON": [0, 7, 1693], "ONE": [448, 543], "OR": 417, "Of": [396, 432, 1724], "On": [0, 1618, 1695, 1743, 1748], "One": [0, 385, 396, 440, 461, 825, 1502, 1692, 1700, 1706, 1713, 1716, 1717, 1720, 1723, 1727, 1728, 1732, 1734, 1735, 1737, 1741, 1746], "Or": 1702, "Such": [388, 391], "THERE": 183, "TO": [27, 412, 417, 418, 470, 1430, 1707, 1731, 1736], "That": [408, 459, 1707, 1721, 1730, 1735], "The": [0, 3, 9, 13, 14, 15, 16, 23, 24, 25, 26, 30, 31, 36, 41, 46, 47, 48, 49, 50, 55, 56, 57, 60, 62, 64, 72, 73, 74, 75, 76, 77, 78, 79, 80, 88, 114, 126, 127, 142, 145, 146, 150, 151, 159, 162, 171, 174, 183, 184, 191, 193, 205, 206, 207, 208, 215, 220, 222, 223, 244, 245, 250, 255, 258, 260, 269, 271, 297, 299, 303, 304, 305, 306, 307, 308, 309, 311, 312, 313, 316, 317, 318, 319, 320, 324, 331, 332, 338, 340, 342, 344, 345, 350, 352, 362, 369, 370, 377, 380, 381, 383, 384, 387, 388, 391, 392, 395, 396, 397, 399, 400, 401, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 416, 417, 418, 419, 421, 422, 424, 426, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 441, 442, 443, 445, 446, 447, 450, 451, 454, 458, 460, 461, 462, 464, 465, 466, 468, 469, 470, 471, 472, 474, 476, 488, 489, 492, 495, 509, 510, 513, 516, 523, 524, 525, 526, 527, 528, 535, 536, 539, 540, 549, 554, 569, 573, 574, 585, 586, 588, 589, 592, 607, 611, 612, 623, 624, 626, 627, 630, 645, 649, 650, 661, 662, 664, 665, 668, 683, 687, 688, 699, 700, 702, 703, 706, 721, 725, 726, 737, 738, 740, 741, 760, 795, 801, 803, 806, 809, 825, 840, 844, 845, 856, 857, 859, 860, 913, 926, 936, 938, 949, 954, 961, 974, 987, 1035, 1047, 1084, 1093, 1094, 1099, 1100, 1102, 1433, 1441, 1446, 1451, 1458, 1462, 1470, 1471, 1476, 1477, 1482, 1486, 1487, 1492, 1493, 1500, 1521, 1522, 1526, 1528, 1529, 1531, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1579, 1581, 1594, 1600, 1603, 1673, 1675, 1679, 1681, 1689, 1690, 1691, 1692, 1693, 1694, 1696, 1698, 1699, 1700, 1701, 1702, 1703, 1705, 1710, 1711, 1714, 1716, 1718, 1719, 1720, 1722, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1749, 1750], "Then": [7, 403, 440, 471, 1618, 1706, 1713, 1717, 1722, 1729, 1730, 1735, 1743, 1748], "There": [0, 241, 387, 396, 409, 414, 432, 444, 453, 461, 760, 1706, 1727, 1730, 1735, 1742, 1743, 1747, 1748], "These": [0, 4, 388, 426, 440, 459, 469, 1698, 1699, 1717, 1723, 1727, 1750], "To": [0, 96, 385, 387, 393, 403, 409, 432, 440, 449, 470, 1496, 1643, 1689, 1690, 1692, 1694, 1695, 1698, 1710, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1729, 1730, 1735, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "WILL": 298, "With": [459, 1698, 1742, 1747], "_": [0, 1, 2, 369, 370, 383, 403, 404, 420, 452, 462, 465, 472, 1522, 1554, 1557, 1708, 1709, 1711, 1713, 1717, 1719, 1720, 1723, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748, 1749], "_0": [1713, 1717, 1719, 1720, 1728, 1732, 1734, 1737], "_1": [399, 461], "_1fkps792lsc0txclg5ky4300000gq": 1745, "_2": [399, 461, 1713, 1717], "_4": [1713, 1717], "__": [1739, 1744], "__blockindiceslist": 440, "__call__": [379, 449], "__factory_from_dict__": [386, 781, 866], "__floordiv__": 1698, "__getitem__": 379, "__init__": [386, 433, 434, 435, 436, 437, 1704, 1721, 1725, 1728, 1734, 1735], "__name": 440, "__name__": 387, "__note": 440, "__reduce_to_dict__": [386, 387], "__repr__": 461, "__repr__funct": 0, "__setitem__": [379, 432], "__str__": 461, "__wrap_it": [218, 221], "_autosummari": [1713, 1717], "_called_on_tupl": 476, "_check": 1727, "_desc": 0, "_document": 383, "_f": 476, "_gfs_are_clos": 0, "_hdf5_data_scheme_": 387, "_hr": [1499, 1503], "_i": [404, 452], "_internal_ord": 96, "_j": [369, 370], "_k": [448, 452, 535], "_l": [1723, 1727], "_m": 1745, "_n": 1719, "_ph": 0, "_plot_": 469, "_posix_c_sourc": 475, "_wfc": [1713, 1717], "_x": [1726, 1745], "_x1": 421, "_x2": 421, "_xi": 421, "_xopen_sourc": 475, "_y": 1726, "a1": 1735, "a2": 1735, "a7a4cd": 0, "a_": [403, 404, 440, 462, 464, 465, 1522, 1548, 1549, 1554, 1555, 1557, 1731, 1736], "a_0": 403, "a_1": [369, 370, 409], "a_2": [369, 370, 409], "a_3": [369, 370], "a_down": 1736, "a_imp_w": [1713, 1717, 1719], "a_inv_k": 1744, "a_k": 1744, "a_n": [430, 441], "ab": [5, 94, 107, 119, 391, 396, 453, 566, 604, 642, 680, 718, 837, 1618, 1713, 1717, 1723, 1727, 1732, 1737], "abbrevi": 0, "abc": [0, 383], "abc_desc": 383, "abil": [1716, 1720], "abinitiodmft": 1717, "abl": [381, 459, 470, 1690, 1694, 1695, 1713, 1714, 1717, 1718], "about": [0, 5, 8, 398, 408, 456, 457, 459, 1699, 1713, 1717, 1721, 1723, 1725, 1727, 1730, 1735, 1740, 1741, 1745, 1746], "abov": [0, 386, 399, 430, 432, 440, 452, 457, 459, 467, 1564, 1713, 1717, 1719, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "absenc": [399, 1720], "absolut": [430, 453, 1502, 1713, 1717], "abstarct": 444, "abstract": [406, 432, 444, 906], "absurd": [1743, 1748], "ac": [566, 604, 642, 680, 718, 837], "ac5d1c": [1713, 1717], "acc": 459, "accept": [7, 109, 303, 306, 321, 328, 329, 338, 394, 396, 397, 402, 410, 450, 453, 456, 457, 459, 476, 760, 1595, 1601, 1727, 1729, 1736], "acceptance_r": 328, "access": [0, 137, 157, 169, 181, 251, 257, 262, 273, 310, 352, 355, 406, 410, 426, 428, 431, 438, 445, 459, 1443, 1584, 1690, 1692, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1727, 1729, 1730, 1735], "accessor": [0, 431, 438, 461], "accompani": 461, "accord": [0, 409, 457, 466, 470, 1561, 1713, 1717, 1732, 1737], "accordingli": [0, 420, 1750], "account": [0, 8, 409, 1500, 1717, 1719, 1720, 1741, 1746], "accumul": [0, 295, 304, 317, 320, 337, 352, 353, 363, 365, 369, 370, 453, 456, 459, 472, 474, 776, 1583, 1587, 1729, 1736], "accumulatotr": [346, 348], "accur": [430, 441, 1713, 1717, 1735, 1743, 1748], "accuraci": [961, 974, 987, 1713, 1717, 1723, 1727], "achiev": [0, 470, 1698, 1723, 1727, 1729, 1732, 1737], "aco": [391, 398, 402, 416], "acquir": [426, 430, 432, 441], "across": [388, 1500, 1713, 1717, 1741, 1746], "act": [43, 241, 244, 338, 369, 370, 390, 444, 456, 550, 1722, 1740, 1745], "action": [247, 387, 398, 444], "activ": [346, 348, 1681, 1684, 1690, 1692, 1694, 1695], "actual": [0, 395, 402, 432, 459, 464, 470, 472, 1739, 1744], "ad": [0, 126, 127, 299, 323, 340, 348, 350, 365, 385, 387, 389, 391, 401, 402, 403, 449, 459, 469, 470, 1618, 1690, 1701, 1709, 1713, 1717, 1721, 1722, 1723, 1725, 1727, 1740, 1743, 1745, 1748], "adapt": [0, 4, 331, 403, 448, 468, 476, 539, 1690, 1713, 1717], "add": [0, 7, 8, 126, 264, 265, 275, 276, 280, 321, 346, 365, 379, 382, 387, 389, 396, 398, 401, 409, 453, 456, 459, 470, 1462, 1499, 1688, 1690, 1692, 1694, 1695, 1704, 1716, 1720, 1721, 1722, 1725, 1735], "add_ax": [1722, 1734], "add_cal": 379, "add_class": 382, "add_constructor": 379, "add_convert": 382, "add_cpp2py_modul": 0, "add_cpp_test": 0, "add_enum": 382, "add_execut": 1707, "add_external_depend": 0, "add_fock_st": [279, 444], "add_funct": 382, "add_getitem": 379, "add_import": 382, "add_includ": [0, 382, 1704], "add_iter": 379, "add_len": 379, "add_loc": 1499, "add_measur": [295, 316, 456, 459], "add_measure_aux": 295, "add_memb": 379, "add_method": 379, "add_method_copi": 379, "add_method_copy_from": 379, "add_method_cpp_copi": 379, "add_mov": [295, 456, 458, 459], "add_mpi_test": 0, "add_preambl": 382, "add_properti": 379, "add_python_test": 0, "add_regular_type_convert": 379, "add_setitem": 379, "add_us": 382, "addabl": [371, 372, 373, 374], "addit": [0, 37, 264, 275, 340, 352, 385, 388, 400, 421, 426, 430, 445, 461, 474, 1690, 1692, 1693, 1696, 1713, 1717, 1722, 1730, 1735, 1740, 1745], "addition": [0, 369, 370, 459, 1723, 1727], "additionn": [380, 474], "addmethod": 1727, "address": [0, 459, 472, 1689], "adequ": 1720, "adj": 408, "adjoint": 1059, "adjust": [0, 435, 448, 468, 539, 549, 561, 599, 637, 675, 713, 832, 880, 1698, 1729, 1743, 1747, 1748, 1750], "adjust_temperatur": 772, "adl": [391, 395, 399, 476], "admin": 1690, "administ": 1690, "admittedli": 470, "adopt": 0, "adress": 388, "adresssanit": 0, "advanc": [5, 96, 98, 106, 380, 383, 392, 406, 410, 414, 459, 467, 1713, 1717, 1729], "advantag": [4, 385, 404, 405, 453, 1689, 1721, 1728, 1734], "advic": 0, "advis": [338, 1704], "af": [1741, 1743, 1746, 1748], "affect": [0, 395, 1620], "afl": 212, "aforement": 0, "after": [0, 296, 306, 317, 318, 319, 320, 379, 382, 402, 415, 457, 458, 459, 461, 1675, 1677, 1678, 1689, 1690, 1694, 1698, 1699, 1701, 1706, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1725, 1729, 1730, 1734, 1735], "afterward": [1715, 1722], "ag": [145, 146], "again": [8, 457, 1712, 1713, 1716, 1717, 1720, 1724, 1730, 1731, 1735, 1736], "against": [0, 1690, 1695, 1698, 1723, 1727], "agent": [0, 1690], "agre": [1740, 1745], "agsinst": 0, "ahampel": 1717, "aim": [452, 461, 1689, 1690, 1699, 1713, 1717, 1742, 1747], "aimp_maxent_0": 1719, "aimp_w_0_met": 1719, "aimp_w_line_fit": [1713, 1717, 1719], "al": [4, 1723, 1727, 1734], "alatt": [1713, 1716, 1717, 1719, 1720], "alatt_k_w_path": [1713, 1716, 1717, 1719, 1720], "alexand": 0, "algebra": [0, 402, 461, 1710, 1713, 1717, 1721], "algorithm": [0, 4, 9, 50, 247, 248, 253, 398, 401, 402, 403, 444, 453, 454, 457, 476, 478, 480, 501, 1723, 1725, 1727, 1729, 1730, 1735, 1736, 1742, 1747], "alia": 816, "alias": [0, 10, 412, 461], "align": [0, 1729], "aliv": [0, 1677, 1678], "all": [0, 3, 4, 8, 15, 18, 30, 38, 41, 42, 50, 52, 54, 59, 63, 65, 79, 80, 81, 95, 97, 109, 142, 148, 159, 191, 193, 208, 230, 242, 246, 249, 250, 260, 282, 299, 300, 303, 323, 328, 339, 340, 345, 352, 353, 362, 370, 373, 374, 379, 385, 386, 387, 388, 395, 402, 406, 408, 411, 412, 416, 417, 422, 424, 428, 432, 440, 442, 445, 457, 458, 459, 461, 464, 467, 469, 470, 475, 476, 478, 480, 486, 493, 494, 497, 501, 507, 514, 515, 518, 529, 530, 551, 552, 590, 628, 666, 704, 742, 771, 861, 905, 935, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1094, 1100, 1462, 1537, 1538, 1539, 1546, 1583, 1646, 1649, 1663, 1673, 1690, 1692, 1696, 1698, 1699, 1700, 1706, 1707, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "all_frequ": 428, "all_reduc": [0, 1719], "all_t": [0, 420], "allgath": 388, "alloc": [0, 218, 221], "alloc_dealloc_mismatch": 0, "allow": [0, 4, 45, 241, 279, 379, 382, 385, 388, 389, 396, 406, 421, 430, 432, 442, 443, 444, 447, 454, 457, 458, 459, 460, 461, 463, 469, 472, 961, 974, 987, 1094, 1564, 1689, 1690, 1692, 1698, 1699, 1700, 1701, 1703, 1710, 1713, 1717, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1732, 1737, 1742, 1743, 1747, 1748], "allow_spectral_mod": 1084, "allreduc": 388, "almost": [396, 428, 432, 453, 459, 1691, 1694, 1730, 1735], "alon": 0, "along": [0, 383, 404, 452, 470, 1502, 1707, 1713, 1717, 1739, 1740, 1741, 1744, 1745, 1746], "alongsid": [462, 1522, 1691], "alp": 0, "alpha": [400, 404, 462, 1464, 1465, 1522, 1713, 1717, 1719, 1722, 1729, 1737, 1746, 1747, 1748], "alpha_a": 404, "alreadi": [0, 382, 387, 399, 432, 457, 459, 1690, 1694, 1696, 1710, 1713, 1716, 1717, 1720, 1721, 1731, 1732, 1736, 1737], "also": [0, 3, 4, 6, 7, 321, 365, 379, 382, 385, 388, 391, 395, 398, 406, 407, 412, 420, 421, 432, 440, 444, 450, 457, 459, 460, 461, 462, 1525, 1594, 1600, 1677, 1678, 1688, 1689, 1690, 1699, 1700, 1710, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "alter": [0, 432], "altern": [1691, 1706, 1723, 1727, 1742, 1747], "although": 1695, "alwai": [0, 338, 346, 348, 396, 432, 459, 1672, 1678, 1694, 1713, 1717, 1720, 1742, 1747], "ambigu": [0, 399], "amelior": 403, "among": [404, 444, 1700, 1701, 1713, 1717], "amount": [352, 409, 1581, 1713, 1717, 1723, 1727, 1743, 1748], "amp": 1745, "amplitud": [246, 255, 256, 258, 260, 262, 268, 269, 271, 273, 389, 444, 1500, 1726, 1739, 1741, 1743, 1744, 1746, 1748], "amplitude_t": 257, "an": [0, 4, 6, 9, 12, 14, 16, 38, 41, 42, 50, 51, 136, 147, 193, 215, 219, 222, 223, 232, 234, 235, 241, 244, 248, 253, 279, 281, 286, 287, 297, 299, 302, 310, 340, 346, 348, 350, 366, 369, 370, 371, 372, 379, 382, 383, 385, 386, 387, 388, 389, 392, 395, 397, 399, 400, 402, 403, 405, 406, 408, 409, 412, 414, 416, 417, 420, 421, 422, 424, 426, 428, 430, 432, 434, 436, 439, 440, 441, 442, 443, 444, 445, 448, 449, 451, 452, 457, 458, 459, 461, 463, 464, 465, 468, 469, 474, 478, 487, 508, 543, 549, 746, 761, 791, 905, 944, 945, 956, 957, 961, 969, 970, 974, 982, 983, 987, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1094, 1448, 1450, 1462, 1467, 1469, 1484, 1485, 1502, 1537, 1538, 1539, 1546, 1549, 1555, 1570, 1655, 1669, 1678, 1689, 1690, 1692, 1699, 1702, 1706, 1708, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1741, 1743, 1744, 1746, 1748, 1750], "anaconda": [0, 1694], "analog": 404, "analogu": 388, "analysi": [0, 9, 338, 377, 383, 467, 1689, 1721, 1730, 1731, 1735, 1736, 1743, 1748], "analyt": [5, 436, 1500, 1716, 1720, 1726, 1728, 1730, 1735, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "analyz": [337, 338, 472, 1706, 1730, 1735], "anderson": [1699, 1711], "andrea": 0, "andrei": 4, "andr\u00e9": [1742, 1747], "ang_mat_el": [462, 1523], "angular": [462, 1520, 1522, 1523, 1525, 1527, 1529], "angular_matrix_el": 462, "ani": [0, 3, 7, 8, 40, 123, 124, 125, 126, 127, 128, 129, 130, 151, 188, 192, 210, 258, 269, 338, 385, 386, 387, 388, 391, 395, 396, 397, 399, 400, 403, 406, 413, 440, 454, 459, 461, 464, 469, 470, 474, 1569, 1681, 1689, 1690, 1695, 1702, 1707, 1713, 1717, 1719, 1723, 1724, 1726, 1727, 1740, 1745], "anitferromagnet": [1743, 1748], "annihil": [46, 47, 50, 253, 461, 478, 480, 501, 1512, 1725, 1732, 1737], "annot": 0, "announc": [6, 1689], "anomal": 389, "anoth": [227, 238, 239, 255, 264, 265, 275, 276, 290, 291, 332, 348, 391, 395, 406, 432, 440, 461, 462, 464, 465, 466, 472, 558, 596, 634, 672, 710, 829, 930, 1533, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1675, 1704, 1713, 1717, 1723, 1727, 1747], "ansatz": [1742, 1743, 1747, 1748], "ansicolor": 0, "answer": [4, 6, 345, 370, 373, 374, 456, 1689, 1714, 1716, 1718, 1720, 1743, 1748], "anti": [429, 462, 1521, 1528, 1725, 1739, 1741, 1744, 1746], "antibod": 1717, "anticommut": 461, "antiferromagnet": [1699, 1741, 1746, 1749], "antinod": [1732, 1737], "antiperiod": 417, "antoin": 1734, "anymor": 0, "anyon": 1691, "anyth": [136, 142, 159, 163, 396, 411, 420, 426, 449, 450, 457, 459, 476, 540, 1602, 1672, 1714, 1718], "apach": 0, "apart": 387, "api": [5, 298, 379, 380, 382, 383, 388, 407, 431, 438, 472, 1690, 1750], "app": [0, 1714, 1718], "app_nam": [0, 382, 1704], "appar": [1732, 1737], "appear": [440, 468, 1714, 1718, 1721, 1723, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1744, 1745], "append": [1713, 1717, 1719, 1721, 1724, 1727, 1735], "appendix": [1743, 1748], "appl": 1691, "appli": [0, 14, 25, 244, 245, 250, 260, 271, 369, 370, 388, 445, 461, 1084, 1570, 1704, 1741, 1746], "applic": [0, 3, 5, 1690, 1691, 1694, 1699, 1705, 1709, 1713, 1717, 1726, 1738], "application_a": [0, 1704], "application_b": 1704, "application_structur": 0, "apply_on_leav": [385, 387], "appnam": 1698, "approach": [461, 1689, 1714, 1718, 1726, 1732, 1737, 1740, 1741, 1743, 1745, 1746, 1748], "appropri": [1713, 1714, 1717, 1718, 1719], "approx": [430, 441, 472, 1713, 1717, 1723, 1727, 1739, 1743, 1744, 1745, 1746, 1748], "approxim": [4, 409, 436, 442, 1094, 1699, 1716, 1718, 1720, 1723, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1749], "apptain": 0, "apt": [0, 1690, 1695, 1697], "ar": [0, 3, 4, 6, 7, 8, 15, 50, 73, 74, 128, 147, 151, 196, 215, 238, 239, 244, 255, 268, 290, 291, 296, 320, 338, 340, 342, 348, 365, 367, 370, 372, 373, 380, 381, 382, 383, 385, 386, 387, 388, 389, 392, 395, 396, 397, 398, 400, 402, 403, 404, 405, 407, 409, 410, 412, 414, 416, 421, 426, 429, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 443, 444, 445, 448, 452, 457, 458, 459, 461, 462, 463, 464, 465, 466, 467, 470, 471, 472, 476, 543, 746, 760, 761, 936, 1015, 1035, 1047, 1087, 1094, 1098, 1100, 1462, 1503, 1522, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1564, 1672, 1673, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1706, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "arang": [469, 1722, 1727, 1728, 1731, 1734, 1735, 1736, 1743, 1747, 1748], "arbirarili": [1723, 1727], "arbitrari": [0, 16, 406, 409, 430, 461, 961, 974, 987], "arbitrarili": [215, 461], "arc": [1732, 1737], "architectur": 1690, "archiv": [4, 9, 385, 387, 1699, 1703, 1708, 1709, 1713, 1717, 1719, 1730, 1731, 1735, 1736], "area": [1732, 1737], "arg": [244, 379, 382, 433, 434, 435, 436, 437, 440, 478, 481, 502, 560, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 587, 598, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 625, 636, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 663, 674, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 701, 712, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 739, 747, 764, 767, 777, 786, 787, 803, 804, 823, 824, 831, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 858, 897, 898, 937, 950, 962, 975, 988, 1001, 1016, 1027, 1036, 1048, 1105, 1107, 1109, 1111, 1113, 1115, 1117, 1119, 1121, 1123, 1125, 1127, 1129, 1131, 1133, 1135, 1137, 1139, 1141, 1143, 1145, 1147, 1149, 1151, 1153, 1155, 1157, 1159, 1161, 1163, 1165, 1167, 1169, 1171, 1173, 1175, 1177, 1179, 1181, 1183, 1185, 1187, 1189, 1191, 1193, 1195, 1197, 1199, 1201, 1203, 1205, 1207, 1209, 1211, 1213, 1215, 1217, 1219, 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235, 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261, 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277, 1279, 1281, 1283, 1285, 1287, 1289, 1291, 1293, 1295, 1297, 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1313, 1315, 1317, 1319, 1321, 1323, 1325, 1327, 1329, 1331, 1333, 1335, 1337, 1339, 1341, 1343, 1345, 1347, 1349, 1351, 1353, 1355, 1357, 1359, 1361, 1363, 1365, 1367, 1369, 1371, 1373, 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389, 1391, 1393, 1395, 1397, 1399, 1401, 1403, 1405, 1407, 1409, 1411, 1413, 1415, 1417, 1419, 1421, 1423, 1434, 1442, 1447, 1467, 1469, 1484, 1485, 1508, 1573, 1582, 1672, 1681, 1725, 1726, 1727, 1743, 1747, 1748], "arg1": [379, 382], "arg2": [379, 382], "argc": [34, 388, 389, 456, 459], "argument": [0, 9, 225, 244, 245, 250, 260, 271, 379, 381, 382, 388, 392, 394, 395, 397, 402, 413, 420, 430, 442, 450, 458, 459, 461, 462, 469, 476, 760, 825, 1097, 1525, 1595, 1601, 1608, 1620, 1672, 1678, 1681, 1713, 1717, 1721, 1722, 1723, 1727, 1729, 1743, 1748], "argument_typ": [402, 1701], "argumentcontain": 88, "argumentcontainer1": [88, 128, 402], "argumentcontainer2": [88, 128, 402], "argv": [34, 382, 388, 389, 456, 459, 470, 1688], "aris": 472, "arithmet": [0, 371, 372, 373, 374, 379, 396, 406, 432, 440, 461, 913, 1458, 1696], "ariti": [133, 136, 142, 208], "around": [0, 4, 1713, 1714, 1717, 1718, 1719, 1726, 1743, 1748], "arr": [0, 1536], "arrai": [136, 137, 145, 146, 147, 148, 151, 152, 161, 163, 164, 173, 175, 176, 186, 340, 350, 355, 385, 386, 388, 391, 405, 408, 410, 414, 415, 416, 417, 421, 422, 424, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 449, 450, 451, 452, 462, 464, 465, 469, 474, 475, 536, 540, 550, 554, 562, 563, 564, 565, 589, 592, 600, 601, 602, 603, 627, 630, 638, 639, 640, 641, 665, 668, 676, 677, 678, 679, 703, 706, 714, 715, 716, 717, 741, 791, 825, 833, 834, 835, 836, 860, 872, 881, 882, 883, 884, 939, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1070, 1094, 1098, 1099, 1100, 1448, 1450, 1454, 1455, 1458, 1467, 1469, 1484, 1485, 1499, 1500, 1502, 1521, 1522, 1526, 1528, 1529, 1530, 1531, 1533, 1536, 1547, 1548, 1549, 1552, 1553, 1554, 1564, 1569, 1570, 1584, 1594, 1596, 1598, 1600, 1602, 1605, 1655, 1669, 1688, 1696, 1699, 1707, 1710, 1713, 1717, 1719, 1720, 1721, 1722, 1726, 1727, 1740, 1745, 1748], "arrang": 1684, "array_const_view": [143, 146, 408, 433, 434, 436, 437, 451, 563, 565, 577, 578, 579, 601, 603, 615, 616, 617, 639, 641, 653, 654, 655, 677, 679, 691, 692, 693, 715, 717, 729, 730, 731, 834, 836, 848, 849, 850, 872, 882, 884, 888, 889, 890, 1448, 1450, 1467, 1469, 1484, 1485], "array_expr": 0, "array_prior": 0, "array_stack": 0, "array_view": [0, 146, 562, 564, 600, 602, 638, 640, 676, 678, 714, 716, 833, 835, 879, 881, 883, 1424, 1700], "array_with_gfbloc_indic": 449, "arraytyp": [163, 175], "arrrai": 151, "artifici": [1715, 1719, 1730, 1735], "arxiv": [1742, 1743, 1747, 1748], "asid": 414, "ask": [0, 5, 7, 1690, 1698], "aspect": [1689, 1699, 1713, 1717, 1721, 1726, 1747, 1749], "assembl": 432, "assert": [0, 1726], "assert_block": 0, "assertequ": 0, "assign": [0, 9, 142, 159, 379, 392, 397, 405, 408, 410, 413, 421, 431, 438, 461, 941, 952, 965, 978, 991, 1004, 1019, 1030, 1038, 1050, 1700, 1726], "associ": [0, 193, 206, 260, 261, 266, 267, 271, 272, 277, 278, 387, 426, 451, 961, 974, 987, 1441, 1446, 1448, 1450, 1467, 1469, 1482, 1484, 1485, 1708, 1710, 1711, 1723, 1726, 1727, 1732, 1737, 1749], "assum": [0, 385, 442, 1093, 1536, 1690, 1707, 1743, 1748], "assumpt": [1723, 1727], "assymetri": 0, "asymptot": [1743, 1748], "asynchron": 1646, "at_end": 406, "atom": [4, 9, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 389, 444, 446, 451, 452, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 1433, 1446, 1689, 1713, 1716, 1717, 1720, 1723, 1725, 1726, 1727], "atom_diag": [9, 10, 377, 1725], "atom_diag_exampl": 389, "atom_diag_funct": [9, 389], "atom_orb_nam": [446, 1433], "atom_orb_po": [446, 1433], "atomdiag": [0, 389, 1725], "atomdiagcomplex": [0, 478, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531], "atomdiagr": [0, 478, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531], "atomic_density_matrix": [43, 389, 390], "atomic_g_iw": [43, 389, 390], "atomic_g_l": [43, 389, 390], "atomic_g_lehmann": [43, 389, 390], "atomic_g_tau": [43, 389, 390, 1725], "atomic_g_w": [43, 389, 390], "ats": 452, "attach": [222, 223], "attempt": [0, 296, 317, 319, 320, 321, 322, 327, 453, 456, 459, 1678, 1694, 1719], "attent": [1690, 1713, 1717], "attribut": [0, 1, 2, 222, 223, 385, 386, 387, 480, 501, 554, 592, 630, 668, 706, 744, 759, 825, 913, 919, 926, 936, 949, 961, 974, 987, 1000, 1015, 1026, 1035, 1047, 1433, 1441, 1446, 1458, 1462, 1482, 1507, 1581, 1594, 1600, 1620, 1624, 1631, 1671, 1674, 1676, 1683, 1713, 1717, 1728, 1734], "attributenam": 387, "au": [442, 1094], "author": [5, 442, 1096], "auto": [0, 13, 16, 25, 26, 27, 30, 50, 144, 145, 146, 147, 148, 149, 151, 153, 160, 165, 172, 177, 185, 190, 197, 198, 199, 200, 201, 203, 204, 207, 211, 212, 213, 244, 305, 313, 337, 338, 339, 341, 343, 344, 345, 369, 370, 371, 372, 373, 374, 376, 379, 382, 385, 389, 391, 395, 396, 397, 398, 405, 406, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 426, 430, 444, 461, 476, 478, 480, 501, 1698, 1700, 1702, 1703, 1725, 1729, 1736, 1737, 1747], "autobuild": 7, "autocorrel": 338, "autom": [0, 1690], "automat": [0, 9, 88, 247, 248, 253, 299, 323, 340, 342, 380, 381, 389, 392, 398, 405, 413, 416, 421, 430, 432, 440, 444, 453, 458, 459, 470, 474, 476, 1462, 1690, 1692, 1707, 1713, 1717, 1729], "automodul": 1704, "autopartit": [0, 9, 444, 1729, 1736], "autosummari": 0, "auxiliari": [0, 389], "av": [0, 371, 372, 373, 374], "avail": [0, 4, 336, 340, 408, 432, 458, 461, 471, 1575, 1675, 1689, 1690, 1691, 1692, 1694, 1699, 1739, 1744], "averag": [9, 81, 338, 340, 342, 369, 370, 371, 372, 373, 374, 453, 1713, 1717, 1729, 1736], "avoid": [0, 342, 379, 388, 399, 1690, 1713, 1717, 1723, 1727, 1730, 1735, 1743, 1748], "aw0": [1713, 1717, 1719, 1720], "awai": [1720, 1728, 1734], "ax": [452, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1734, 1739, 1744], "axi": [0, 429, 434, 435, 443, 469, 1084, 1713, 1716, 1717, 1720, 1722, 1723, 1727, 1728, 1729, 1730, 1734, 1735, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "ayral": 3, "azi": 392, "b": [0, 4, 61, 136, 195, 334, 346, 348, 354, 359, 360, 379, 382, 387, 400, 403, 412, 429, 461, 462, 468, 469, 566, 604, 642, 680, 718, 837, 1064, 1065, 1087, 1424, 1522, 1533, 1585, 1586, 1609, 1613, 1614, 1615, 1616, 1640, 1700, 1707, 1721, 1722, 1724, 1732, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "b10": [1713, 1715, 1716, 1717, 1719, 1720], "b4": 412, "b_": [462, 1522, 1533], "b_zone": 0, "ba": 146, "back": [0, 381, 388, 457, 459, 462, 1522, 1713, 1717, 1723, 1727, 1730, 1735, 1740, 1745], "background": 3, "backup": 1698, "backward": [0, 187, 555, 593, 631, 669, 707, 773, 782], "bad": [469, 1729], "badg": 0, "badli": 409, "ban": 397, "band": [4, 389, 440, 448, 1495, 1709, 1713, 1714, 1717, 1718, 1719, 1728, 1731, 1732, 1734, 1736, 1737], "band_data": [1713, 1717], "bands_path": [1713, 1715, 1716, 1717, 1719, 1720], "bandstructur": [1713, 1717], "bandwidth": [432, 802, 815, 817, 1723, 1727], "bandwith": [432, 442, 1094], "bar": [369, 370, 399, 462, 464, 472, 1521, 1547, 1548, 1579, 1713, 1717, 1719, 1720, 1729, 1735, 1740, 1745], "bare": [0, 450, 1602, 1741, 1742, 1743, 1746, 1747, 1748], "barrier": 0, "base": [0, 5, 246, 255, 256, 268, 388, 430, 457, 460, 461, 551, 552, 820, 821, 1462, 1500, 1672, 1689, 1690, 1696, 1698, 1710, 1723, 1727, 1732, 1737, 1740, 1745, 1750], "basedonmap": [246, 255], "bash": 1690, "bash_profil": [1690, 1692, 1695], "basi": [0, 62, 74, 232, 250, 252, 255, 258, 260, 269, 271, 279, 280, 282, 283, 290, 291, 389, 406, 444, 445, 446, 451, 452, 461, 462, 465, 947, 959, 1440, 1445, 1446, 1462, 1463, 1483, 1521, 1522, 1526, 1529, 1531, 1533, 1552, 1553, 1554, 1717, 1723, 1726, 1727, 1732, 1737, 1739, 1743, 1744, 1748], "basic": [4, 9, 385, 386, 387, 392, 396, 406, 408, 431, 432, 454, 459, 467, 470, 1695, 1699, 1700, 1701, 1702, 1707, 1710, 1713, 1717, 1719, 1729, 1739, 1743, 1744, 1748], "basic_typ": 0, "basin": 0, "basinhop": [442, 1094], "basis_st": 252, "bath": [4, 442, 1094, 1098, 1709, 1713, 1716, 1717, 1720, 1723, 1727, 1729, 1732, 1737], "bcast": [0, 387], "becaus": [7, 380, 397, 405, 406, 432, 440, 459, 474, 1694, 1720, 1721, 1723, 1727, 1730, 1735, 1743, 1748], "beck": 0, "becom": [126, 382, 385, 409, 457, 1732, 1737, 1740, 1743, 1745, 1748], "been": [0, 3, 4, 87, 296, 317, 319, 320, 346, 348, 350, 395, 403, 405, 421, 459, 461, 469, 1643, 1675, 1678, 1680, 1688, 1697, 1698, 1706, 1730, 1731, 1735, 1736, 1740, 1745], "befor": [0, 8, 88, 91, 116, 142, 299, 323, 340, 404, 416, 417, 440, 459, 461, 475, 1672, 1673, 1677, 1678, 1690, 1691, 1694, 1695, 1699, 1701, 1713, 1714, 1717, 1718, 1723, 1725, 1727, 1728, 1729, 1730, 1735], "begin": [0, 15, 215, 379, 403, 406, 409, 457, 459, 461, 462, 825, 1523, 1524, 1532, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "behav": [430, 474, 1692, 1724], "behavior": [0, 404, 1692, 1698, 1715, 1719, 1735, 1743, 1748], "behaviour": [26, 183, 379, 382, 385, 440, 1740, 1741, 1743, 1745, 1746, 1748], "behind": [1699, 1722, 1729], "being": [0, 219, 244, 323, 340, 388, 401, 461, 462, 470, 1463, 1483, 1520, 1522, 1525, 1527, 1529, 1699, 1735], "belong": [236, 250, 252, 258, 269, 288, 406], "below": [0, 94, 119, 191, 193, 327, 369, 370, 385, 387, 391, 397, 406, 410, 440, 457, 459, 464, 469, 474, 1550, 1693, 1695, 1696, 1698, 1704, 1707, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1726, 1727, 1731, 1732, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "bench": 0, "benchmark": 0, "benefici": 1729, "benefit": 476, "best": [0, 398, 405, 1692, 1698, 1713, 1714, 1717, 1718, 1748], "beta": [0, 72, 73, 74, 75, 76, 77, 78, 145, 146, 151, 207, 389, 402, 404, 405, 406, 408, 409, 412, 414, 416, 417, 420, 421, 428, 429, 430, 432, 433, 434, 435, 436, 437, 440, 443, 449, 456, 459, 468, 469, 523, 524, 525, 526, 527, 528, 554, 560, 592, 598, 630, 636, 668, 674, 706, 712, 831, 879, 913, 914, 961, 974, 987, 1000, 1015, 1026, 1688, 1702, 1703, 1709, 1713, 1717, 1719, 1720, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "beta_": [456, 459], "beta_a": 404, "betaepsilon": [1740, 1745], "beth": [4, 1699, 1730, 1731, 1735, 1736, 1741, 1746], "better": [0, 413, 1713, 1715, 1717, 1719, 1730, 1735], "between": [0, 4, 18, 22, 114, 241, 247, 249, 253, 380, 387, 389, 400, 404, 407, 413, 417, 430, 444, 451, 452, 457, 1088, 1446, 1502, 1689, 1701, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1741, 1742, 1744, 1746, 1747, 1750], "beyond": [0, 385, 461, 1715, 1719], "bfg": [0, 442, 1094], "bg": [145, 146, 412], "bg0": 412, "bg1": 412, "bg11": 412, "bg2": 412, "bg3": 412, "bg4": 412, "bia": [369, 370], "bibtex": 3, "bidirect": 461, "big": [0, 1713, 1717, 1728, 1730, 1734, 1735, 1740, 1745], "bigger": [114, 1707, 1722, 1723, 1727, 1729, 1730, 1734, 1735], "bigl": [449, 545, 1732, 1737], "bigr": [449, 545, 1732, 1737], "bin": [0, 337, 339, 340, 342, 343, 344, 345, 346, 347, 348, 349, 350, 352, 354, 360, 365, 368, 369, 370, 376, 442, 448, 472, 1096, 1495, 1579, 1581, 1586, 1690, 1692, 1694, 1695, 1729, 1732, 1737], "binari": [0, 385, 396, 1695], "binary_dir": 0, "bind": [0, 163, 447, 449, 452, 1446, 1462, 1482, 1498, 1499, 1500, 1691, 1696, 1713, 1717, 1719, 1720, 1739, 1744], "binder": [0, 1689, 1699], "binned_seri": 0, "bionic": 0, "bisect": [1608, 1618], "bit": [385, 416, 468, 469, 475, 476, 1735], "bitset": 444, "bl": [447, 449, 451, 452, 1441, 1446, 1482, 1712, 1726], "bl_1": 452, "bl_2": 452, "bl_4": 452, "bl_mat": 1540, "bl_size": 136, "bla": 402, "black": [1713, 1717, 1719], "blas_lapack": 0, "bloc": 761, "block": [0, 1, 2, 4, 47, 49, 50, 62, 73, 74, 75, 76, 77, 79, 80, 81, 136, 145, 146, 388, 389, 401, 404, 407, 410, 425, 431, 433, 434, 435, 436, 437, 438, 442, 443, 450, 464, 465, 466, 478, 480, 483, 485, 501, 504, 506, 744, 745, 746, 747, 749, 751, 752, 753, 754, 756, 759, 760, 761, 764, 766, 767, 769, 771, 774, 779, 1094, 1098, 1100, 1102, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1594, 1595, 1600, 1601, 1678, 1713, 1716, 1717, 1719, 1720, 1721, 1725, 1729, 1737], "block2": 0, "block2_gf": [0, 194, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 886], "block2_gf_const_view": [868, 869, 870, 871, 873, 874], "block2_gf_view": [433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 875, 876, 890], "block2gf": [0, 188, 210], "block_gf": [0, 73, 74, 76, 77, 131, 145, 146, 190, 195, 200, 201, 207, 208, 211, 407, 425, 431, 524, 525, 526, 527, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 886, 1727], "block_gf_const_view": [136, 145, 146, 208, 412, 868, 869, 870, 871, 873, 874], "block_gf_view": [0, 136, 145, 146, 190, 196, 200, 201, 208, 211, 412, 433, 434, 436, 437, 562, 564, 579, 600, 602, 617, 638, 640, 655, 676, 678, 693, 714, 716, 731, 833, 835, 850, 872, 875, 876, 881, 883, 890], "block_gf_view_of": 196, "block_index": [410, 412, 761, 1536], "block_index1": 746, "block_index2": 746, "block_list": [440, 744, 745, 760, 1723, 1727], "block_mapping_t": 249, "block_matrix": 0, "block_matrix_from_op": 0, "block_matrix_t": [72, 81, 523, 531, 1535, 1540], "block_nam": [0, 133, 136, 412, 442, 1098, 1100], "block_names_t": [134, 136], "block_siz": [0, 133], "block_txtfil": [442, 1100], "blockgf": [188, 210, 431, 436, 438, 442, 1093, 1094, 1098, 1100, 1723, 1727], "blockgreenfunct": 136, "blow": 1748, "blue": [1704, 1713, 1717, 1722, 1729], "bnd": [1713, 1717], "bodi": [4, 9, 62, 247, 248, 255, 377, 404, 461, 1534, 1689, 1723, 1727, 1730, 1735], "bond": [1699, 1711, 1713, 1717], "bonini": 0, "bool": [35, 38, 40, 44, 45, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 107, 136, 190, 191, 192, 193, 200, 201, 208, 211, 224, 227, 236, 238, 239, 241, 243, 246, 248, 249, 253, 255, 288, 290, 291, 296, 297, 302, 317, 319, 320, 362, 367, 402, 433, 434, 435, 436, 437, 442, 456, 459, 461, 462, 464, 554, 571, 572, 589, 592, 609, 610, 627, 630, 647, 648, 665, 668, 685, 686, 703, 706, 723, 724, 741, 825, 842, 843, 860, 872, 885, 886, 1008, 1059, 1094, 1462, 1499, 1502, 1510, 1515, 1521, 1535, 1537, 1538, 1539, 1549, 1643, 1727], "boolean": [379, 382, 464, 465, 466, 1084, 1500, 1510, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1673], "boost": [0, 331, 332, 453, 461, 471, 1694, 1696], "boost_librari": 0, "boost_seri": 0, "boost_vers": 0, "boostconfig": 0, "bore": 470, "borrow": 0, "boson": [0, 404, 406, 416, 417, 419, 428, 429, 913, 961, 974, 987, 1000, 1015, 1026, 1723, 1727, 1740, 1745], "both": [0, 8, 317, 338, 367, 403, 409, 411, 413, 420, 426, 428, 430, 432, 440, 472, 961, 1015, 1035, 1047, 1500, 1608, 1689, 1690, 1698, 1699, 1713, 1715, 1717, 1719, 1720, 1723, 1727, 1728, 1730, 1732, 1734, 1735, 1737, 1738, 1739, 1742, 1744, 1747], "bottom": [469, 1702, 1739, 1744, 1748], "bound": [0, 92, 93, 117, 118, 398, 540, 1608, 1609, 1618], "boundari": [0, 352, 359, 1462, 1585], "box": 1745, "bracket": [8, 400, 405, 431, 438], "branch": [0, 7, 8, 385, 1690, 1698], "bravai": [447, 451, 452, 949, 1433, 1441, 1443, 1446, 1451, 1458, 1471, 1482, 1487, 1712, 1726, 1739, 1744], "bravais_lattic": [0, 452, 954], "bravaislattic": [446, 447, 449, 451, 949, 1441, 1446, 1458, 1482, 1712, 1726], "break": [0, 1741, 1746, 1750], "brentq": [1742, 1743, 1747, 1748], "brew": [0, 1694], "brief": [0, 295, 1692, 1696, 1721], "bright": [1713, 1717], "brillouin": [0, 406, 447, 936, 1441, 1470, 1482, 1486, 1502, 1600, 1726, 1728, 1732, 1734, 1737, 1739, 1740, 1741, 1744, 1745, 1746], "brillouin_zon": [0, 938, 1502, 1739, 1744], "brillouinzon": [0, 936, 1482, 1726], "bring": [1689, 1690, 1721], "broadcast": [0, 28, 208, 352, 361, 387, 388, 432, 440], "broaden": [77, 389, 527, 1716, 1720], "broken": [0, 1741, 1743, 1746, 1748], "brows": 1689, "browser": 1710, "brzone": [0, 433, 434, 436, 437, 451, 579, 617, 655, 693, 731, 850, 868, 869, 870, 871, 872, 873, 874, 890, 944, 945, 946, 1448, 1450, 1467, 1469, 1484, 1485], "bubbl": [1743, 1745, 1748], "bufdo": 1698, "buffer": 331, "bug": [0, 3, 6, 8, 389, 1730, 1735, 1750], "bugfix": 0, "buggi": 0, "build": [0, 4, 163, 175, 215, 382, 386, 389, 396, 406, 412, 416, 417, 745, 760, 1462, 1690, 1691, 1693, 1695, 1697, 1698, 1705, 1707, 1713, 1717, 1727, 1732, 1737], "build_dep": 0, "build_dir": 1704, "build_document": 0, "build_id": 0, "build_interfac": 0, "build_pytriq": 0, "build_triq": [1690, 1704], "build_x": 1690, "build_x_test": 1690, "builduid": 0, "built": [0, 388, 421, 1695, 1696, 1726], "bump": 0, "busi": 1729, "button": 8, "bz": [0, 450, 936, 1429, 1482, 1502, 1600, 1602, 1603, 1713, 1717, 1726, 1732, 1737, 1739, 1744, 1745, 1746], "bz_point": [450, 1594, 1600], "bz_weight": [450, 1594, 1600, 1717], "c": [4, 5, 7, 29, 32, 33, 36, 39, 46, 47, 48, 49, 190, 200, 201, 208, 211, 253, 296, 301, 317, 319, 320, 326, 345, 346, 348, 361, 362, 370, 373, 374, 377, 378, 379, 382, 383, 385, 388, 391, 392, 399, 403, 404, 405, 406, 409, 412, 413, 416, 417, 422, 424, 428, 431, 432, 441, 444, 453, 456, 460, 461, 468, 471, 472, 474, 475, 476, 484, 485, 505, 506, 566, 604, 642, 680, 718, 789, 790, 837, 867, 878, 1103, 1538, 1539, 1690, 1691, 1692, 1695, 1697, 1698, 1700, 1702, 1704, 1713, 1716, 1717, 1719, 1720, 1721, 1723, 1725, 1726, 1727, 1729, 1732, 1736, 1737, 1738, 1739, 1740, 1743, 1744, 1745, 1748], "c0": [1713, 1716, 1717, 1719, 1720, 1729], "c1": [1713, 1717, 1719, 1720, 1729], "c14": 0, "c17": 0, "c2": [1713, 1717, 1719, 1720], "c2py": 0, "c3": [1713, 1717, 1719, 1720], "c4": [1713, 1717, 1719, 1720], "c5": [1713, 1717, 1719, 1720], "c_": [404, 461, 482, 483, 503, 504, 1729, 1732, 1737], "c_b": [1740, 1745], "c_cast_typ": 379, "c_connect": 45, "c_d": [1740, 1745], "c_dag": [389, 444, 461, 1725, 1729, 1732, 1736, 1737], "c_i": [1723, 1727], "c_j": [1539, 1723, 1727], "c_k": 1538, "c_l": 1538, "c_list": 461, "c_matrix": 45, "c_name": [378, 379, 382], "c_namespac": 382, "c_tag": 1061, "c_type": [379, 382], "c_type_absolut": 379, "ca": 403, "cach": 0, "cal": [1723, 1727, 1728, 1731, 1732, 1734, 1736, 1737], "calc": [1713, 1717, 1719], "calcul": [0, 40, 128, 259, 270, 337, 338, 369, 370, 371, 372, 373, 374, 398, 409, 416, 430, 432, 433, 435, 441, 444, 448, 453, 459, 461, 462, 470, 472, 538, 542, 560, 598, 636, 674, 712, 831, 1502, 1521, 1522, 1523, 1524, 1532, 1620, 1689, 1690, 1699, 1701, 1711, 1714, 1715, 1718, 1719, 1723, 1724, 1725, 1726, 1727, 1729, 1731, 1732, 1736, 1737, 1741, 1742, 1746, 1747, 1749], "call": [0, 50, 87, 109, 296, 317, 318, 319, 320, 324, 330, 331, 338, 379, 381, 382, 385, 386, 387, 388, 391, 395, 396, 397, 398, 399, 402, 405, 406, 408, 426, 430, 439, 453, 454, 457, 458, 459, 461, 468, 471, 476, 781, 866, 1620, 1643, 1672, 1673, 1678, 1684, 1695, 1698, 1701, 1702, 1707, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1727, 1728, 1730, 1734, 1735, 1736, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "call_the_fourier_implement": 408, "callabl": [244, 245, 250, 260, 271, 396, 445, 468, 476, 549, 745, 1672, 1681], "callback": [0, 296, 317, 319, 320, 456, 459], "calling_pattern": [378, 379, 382], "calloc": 0, "callproxynon": 0, "calulcul": 0, "can": [0, 3, 4, 6, 7, 8, 42, 88, 142, 159, 215, 255, 268, 338, 340, 347, 349, 350, 379, 380, 382, 385, 386, 387, 388, 389, 391, 395, 396, 397, 399, 401, 404, 405, 406, 408, 410, 411, 413, 416, 417, 418, 420, 422, 424, 426, 428, 430, 432, 436, 439, 440, 443, 448, 449, 450, 453, 454, 456, 457, 458, 459, 460, 461, 462, 464, 468, 469, 470, 471, 472, 474, 475, 476, 539, 540, 543, 549, 555, 593, 631, 669, 707, 745, 906, 961, 974, 987, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1468, 1500, 1522, 1594, 1600, 1602, 1643, 1678, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1702, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750], "cancel": 0, "cannot": [405, 415, 432, 478, 480, 501, 1724, 1725, 1743, 1748], "canon": [61, 215, 461, 1723, 1727], "canonical_ops_t": 461, "capabl": 1710, "capac": [338, 339, 340, 342, 344, 345, 346, 348], "captur": [0, 396, 1713, 1715, 1716, 1717, 1718, 1719, 1720, 1732, 1737], "capture_stdout": 0, "capword": 0, "caratheodori": 4, "care": [0, 404, 453, 454, 457, 459, 1698, 1713, 1717, 1735, 1743, 1748], "carefulli": [1713, 1717], "carlo": [4, 9, 295, 317, 319, 320, 338, 377, 402, 456, 472, 1713, 1716, 1717, 1720, 1723, 1727, 1729, 1730, 1735], "carpentri": 1710, "carri": [279, 426, 444, 461], "cart": 1690, "cartesian": [406, 407, 410, 421, 926, 1726], "cartesian_product": 0, "cascad": [1742, 1747], "case": [0, 62, 145, 146, 152, 164, 176, 241, 380, 388, 395, 397, 399, 406, 408, 411, 413, 420, 432, 452, 459, 1690, 1695, 1698, 1705, 1709, 1713, 1717, 1720, 1723, 1726, 1727, 1728, 1729, 1731, 1732, 1734, 1736, 1737, 1741, 1742, 1746, 1747], "cast": [406, 913, 1458], "cast_t": 406, "cast_typ": 379, "castabl": [913, 1458], "cat": [1713, 1716, 1717, 1719, 1720], "catalina": 0, "catch": [0, 474], "categori": 4, "caught": 474, "caus": [340, 464, 1549, 1678, 1743, 1748], "caution": [442, 1093, 1690], "cb": 403, "cbegin": [215, 406, 461], "cc": [0, 1691, 1692, 1694], "ccq": [3, 1690], "cd": [7, 8, 253, 461, 566, 604, 642, 680, 718, 837, 1690, 1707, 1713, 1717], "cd_list": 461, "cdag_connect": 45, "cdag_matrix": 45, "cdf": 337, "cdot": [369, 370, 404, 452, 465, 1553, 1723, 1727], "ce2o3_csc_w90": [1716, 1720], "cea": 3, "cell": [380, 446, 451, 452, 1433, 1436, 1446, 1463, 1474, 1483, 1490, 1503, 1698, 1713, 1715, 1717, 1719, 1726, 1730, 1732, 1735, 1736, 1737], "cend": [215, 406, 461], "center": [0, 352, 360, 452, 815, 1586, 1714, 1718, 1732, 1737, 1739, 1744], "cento": 0, "central": [472, 1713, 1717, 1723, 1727, 1732, 1737], "certain": [0, 1690, 1692, 1707, 1723, 1727, 1729], "certainli": [432, 1721], "cf": [0, 119, 136, 151, 296, 302, 317, 319, 320, 379, 385, 397, 403, 405, 406, 408, 410, 413, 426, 468, 474, 475, 476, 1689, 1710], "cflag": 1692, "cfunction": [380, 384], "cg": 403, "cgcoeff": [462, 1524], "chain": [9, 391, 454, 459, 1729], "chang": [6, 7, 8, 115, 121, 122, 123, 124, 125, 298, 389, 401, 402, 432, 440, 457, 462, 465, 1522, 1529, 1533, 1552, 1553, 1554, 1689, 1690, 1692, 1694, 1698, 1701, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1727, 1729, 1730, 1731, 1734, 1735, 1736, 1741, 1746, 1747, 1750], "change_col": [0, 83, 402], "change_one_row_and_one_col": [0, 1701], "change_raw": 402, "change_row": [0, 83], "change_x": 1721, "changelog": [5, 1689, 1698, 1750], "channel": [6, 1717, 1719, 1720, 1735, 1742, 1747], "chapter": 459, "char": [34, 388, 389, 456, 459, 476, 1713, 1717], "char_tabl": [1713, 1717], "charact": [1713, 1717], "character": [1723, 1727, 1730, 1735], "characterist": [472, 474, 1715, 1719, 1730, 1735], "charg": [4, 413, 426, 432, 1741, 1742, 1746, 1747], "charge_below": 1717, "charleboi": 0, "cheap": [1728, 1734], "cheat": 0, "check": [7, 35, 42, 80, 91, 116, 188, 191, 193, 210, 224, 236, 238, 239, 243, 288, 290, 291, 338, 387, 391, 396, 450, 464, 530, 1515, 1550, 1602, 1603, 1643, 1689, 1690, 1698, 1699, 1714, 1718, 1723, 1724, 1726, 1727, 1739, 1740, 1742, 1744, 1745, 1747], "check_issue819": 0, "checkfor": 0, "checkout": 8, "cheke": 398, "chem_potenti": [439, 814, 815], "chemic": [4, 389, 444, 448, 538, 542, 815, 1713, 1716, 1717, 1719, 1720, 1726, 1728, 1731, 1734, 1735, 1736, 1739, 1744], "chemical_potential_post": [1713, 1716, 1717, 1719, 1720], "chemical_potential_pr": 1720, "chi": [1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "chi0_at_k_w": [1740, 1745], "chi0_fk": [1740, 1745], "chi0_fk_interp": 1745, "chi0_k_interp": 1745, "chi0_tr_from_grt_ph": 1745, "chi0_wk": [1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "chi_": [1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "chi_0": [450, 1602, 1699, 1741, 1742, 1746, 1747, 1749], "chi_f": [1740, 1745], "chi_interp": 1745, "chi_inv_vec": 1746, "chi_k_interp": 1746, "chi_q_ref": [1740, 1745], "chi_sp_wk": 1748, "chi_w": [1742, 1743, 1747, 1748], "chi_wk": [1741, 1742, 1743, 1746, 1747, 1748], "chi_wk_from_chi_wr": 1745, "chi_wr_from_chi_tr": 1745, "chia": 4, "child": 910, "chmod": [0, 1698], "choic": [0, 457, 1500, 1694, 1713, 1717, 1721], "choleski": [442, 1094], "choos": [1693, 1698, 1707, 1714, 1718], "chose": [409, 1721, 1723, 1727, 1728, 1734], "chosen": [50, 352, 442, 453, 462, 1094, 1522, 1581, 1728, 1729, 1734], "chunk": [0, 12, 28, 331], "chunk_length": 0, "chunk_rang": [0, 11], "ci": 0, "circl": 1729, "circular": 1709, "citat": 5, "cite": 4, "cl": [382, 386, 387, 781, 864, 866, 934], "clang": [0, 383, 474, 1690, 1694, 1696, 1697], "clang13": 0, "clang15": 0, "clariti": [440, 459], "class": [2, 8, 9, 10, 17, 31, 33, 38, 45, 57, 83, 88, 133, 136, 150, 162, 174, 189, 215, 230, 241, 247, 255, 256, 268, 279, 295, 321, 331, 338, 352, 380, 383, 384, 385, 389, 397, 399, 400, 401, 403, 405, 410, 428, 429, 432, 433, 434, 435, 436, 437, 439, 440, 446, 447, 448, 449, 450, 451, 453, 454, 456, 457, 459, 460, 461, 463, 468, 469, 470, 471, 472, 479, 480, 501, 534, 535, 539, 544, 545, 548, 549, 553, 554, 591, 592, 629, 630, 667, 668, 705, 706, 743, 744, 758, 759, 781, 783, 784, 786, 789, 791, 793, 795, 800, 801, 803, 806, 809, 812, 814, 819, 820, 823, 825, 862, 866, 896, 897, 903, 912, 913, 918, 919, 923, 925, 926, 935, 936, 949, 961, 974, 987, 1000, 1015, 1026, 1035, 1047, 1103, 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, 1350, 1352, 1354, 1356, 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, 1422, 1428, 1429, 1432, 1433, 1441, 1446, 1457, 1458, 1461, 1462, 1481, 1482, 1506, 1507, 1571, 1572, 1580, 1581, 1593, 1594, 1599, 1600, 1619, 1620, 1624, 1631, 1670, 1671, 1672, 1689, 1699, 1700, 1702, 1704, 1712, 1726, 1727, 1728, 1734, 1735, 1739, 1744], "class_": [380, 384], "classic": [1743, 1748], "classmethod": 386, "clean": [0, 38, 399, 401, 453, 461, 1695, 1698], "cleaner": 463, "cleanin": 0, "cleanli": 459, "cleanup": [0, 1694], "clear": [0, 8, 83, 300, 352, 402, 1691], "clear_measur": 295, "clear_statist": [0, 321], "clearer": 457, "clearli": [440, 453, 459, 1694, 1732, 1737], "clebsch_gordan": 462, "clebsh": [462, 1524], "clef": [9, 145, 146, 377, 391, 407, 408, 412, 416, 417, 420, 430, 431, 1700, 1702, 1703], "clef_auto_assign": 391, "clef_express": [396, 397], "clef_implement_lazy_cal": [391, 399], "clef_implement_lazy_method": 399, "clef_make_fnt_lazi": 399, "clefexpress": [413, 426], "click": [8, 1689, 1714, 1718, 1721], "clip": 468, "clip_on": [1739, 1744], "clock_callback": [456, 459], "clone": [0, 379, 414, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049, 1690], "clone_funct": 379, "close": [1690, 1696, 1703, 1713, 1717, 1730, 1735, 1740, 1745], "closest": [413, 417, 461, 939, 1086, 1087], "closest_mesh_point": 426, "closest_mesh_point_t": 426, "closest_mesh_pt": 0, "closest_mesh_pt_t": 426, "closestmeshpoint": 0, "cluster": [387, 459, 1462, 1466, 1689, 1690, 1695, 1732, 1737], "cluster_mesh": 0, "cluster_sit": [1462, 1463], "cmake": [4, 7, 1690, 1691, 1694, 1696, 1697, 1698, 1705, 1707], "cmake_build_typ": 1707, "cmake_install_prefix": [0, 1690], "cmake_minimum_requir": 1707, "cmake_polici": 0, "cmake_xxx": 0, "cmake_xxx_dir": 0, "cmakelist": [0, 1698, 1704, 1707], "cmap": [1726, 1737, 1739, 1744, 1745], "cmath": 436, "cmp0057": 0, "cmp0074": 0, "cmplx": [442, 1094], "cn": [1732, 1737], "cn_dag": [1732, 1737], "co": [0, 391, 396, 398, 399, 409, 469, 1721, 1722, 1726, 1732, 1737, 1739, 1740, 1744, 1745], "coars": [1723, 1727], "code": [0, 4, 5, 7, 9, 153, 165, 177, 379, 380, 383, 387, 388, 391, 392, 412, 440, 453, 454, 457, 461, 463, 472, 474, 1689, 1690, 1691, 1696, 1699, 1703, 1704, 1705, 1706, 1713, 1715, 1716, 1717, 1720, 1721, 1728, 1730, 1731, 1735, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "code_vers": 470, "coef": 461, "coeff": [244, 1736], "coeffici": [9, 74, 144, 197, 198, 199, 203, 204, 241, 244, 245, 404, 406, 430, 435, 441, 442, 443, 445, 460, 461, 462, 464, 561, 599, 637, 675, 713, 832, 868, 869, 870, 871, 873, 874, 880, 961, 1099, 1509, 1511, 1524, 1534, 1539, 1550, 1701, 1723, 1727], "coefficienct": [430, 441], "cof": 403, "coher": 1719, "coincid": 745, "col": [97, 105, 115, 121, 126, 127, 130, 402, 1713, 1717], "cold": 1689, "colj0": 129, "collabor": [4, 1689], "collect": [0, 388, 453, 456, 459, 1696, 1729, 1733, 1736], "collect_result": [0, 295, 453, 456, 459], "collect_statist": 321, "collid": 432, "collin": 0, "collinear": [1743, 1748], "colon": 1692, "color": [3, 469, 1713, 1717, 1719, 1720, 1722, 1729, 1739, 1740, 1744, 1745], "colorbar": [1726, 1737, 1739, 1744, 1745, 1746], "colorscheme_alatt": [1713, 1715, 1716, 1717, 1719, 1720], "colorscheme_band": [1713, 1715, 1716, 1717, 1719, 1720], "colorscheme_kslic": [1713, 1715, 1716, 1717, 1719, 1720], "colum": [127, 401], "column": [123, 124, 126, 127, 401, 402, 448, 462, 543, 776, 1530, 1713, 1717], "com": [0, 4, 8, 1688, 1690, 1698, 1708, 1711, 1713, 1717, 1749], "combin": [0, 15, 439, 478, 480, 501, 801, 814, 1710, 1713, 1717, 1719, 1723, 1725, 1727, 1740, 1742, 1745, 1747], "come": [7, 389, 447, 449, 458, 1695, 1700, 1701, 1724, 1730, 1735, 1743, 1748], "comm": [3, 4, 30, 38, 388, 1645, 1659, 1719], "comma": 0, "command": [0, 7, 8, 380, 385, 443, 551, 552, 1690, 1692, 1694, 1695, 1698, 1706, 1713, 1717, 1721, 1722, 1724, 1730, 1735, 1750], "comment": [406, 414, 428, 429, 445, 453, 1696, 1721, 1743, 1748], "commit": [0, 8, 470, 1698], "committe": 1696, "common": [298, 338, 432, 454, 470, 551, 552, 1689, 1690, 1723, 1726, 1727, 1728, 1734], "commonli": [0, 4, 460, 465, 1551, 1691, 1732, 1737], "commun": [0, 3, 4, 5, 28, 29, 30, 38, 39, 42, 208, 247, 296, 301, 317, 319, 320, 326, 345, 361, 362, 370, 373, 374, 387, 388, 428, 453, 456, 459], "commut": [461, 1725], "comp": [0, 3], "compact": [385, 402, 421, 1724], "compar": [0, 367, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1727, 1730, 1732, 1734, 1735, 1737, 1741, 1742, 1746, 1747, 1748], "comparison": [0, 227, 367, 379, 436, 1713, 1717, 1743, 1748], "comparison_test": 0, "compat": [0, 5, 187, 440, 461, 555, 593, 631, 669, 707, 773, 782, 1698, 1713, 1717, 1719, 1729], "compatibl": 0, "compil": [5, 9, 377, 379, 383, 391, 395, 396, 406, 470, 475, 1692, 1693, 1697, 1706, 1707, 1713, 1717], "complementari": [1689, 1732, 1737], "complet": [0, 9, 41, 84, 85, 101, 102, 103, 104, 110, 111, 112, 113, 115, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 391, 392, 397, 399, 402, 412, 413, 418, 431, 438, 459, 474, 1689, 1690, 1694, 1700, 1701, 1709, 1723, 1727, 1735, 1742, 1747], "complete_oper": [0, 83, 109, 114, 123, 124, 125, 126, 127, 128, 129, 130, 402, 1701], "complete_refil": 0, "complex": [0, 9, 44, 45, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 241, 246, 255, 268, 372, 373, 386, 388, 389, 392, 398, 399, 406, 409, 410, 416, 417, 418, 422, 424, 428, 433, 435, 436, 437, 442, 453, 459, 461, 462, 464, 465, 468, 469, 470, 480, 879, 913, 1094, 1522, 1529, 1533, 1549, 1552, 1553, 1554, 1713, 1717, 1721, 1723, 1727, 1729, 1741, 1742, 1743, 1746, 1747, 1748], "complex_freq": 0, "complex_liter": 0, "complex_t": 0, "compli": [1741, 1746], "compliant": [385, 1691], "complic": [396, 1688], "complx": [442, 1094], "compom": 932, "compon": [0, 389, 420, 421, 442, 462, 465, 1093, 1500, 1526, 1531, 1554, 1557, 1713, 1717, 1719, 1723, 1727, 1730, 1735, 1742, 1743, 1747, 1748], "compos": [440, 1717, 1727], "composit": [388, 421], "compound": [410, 432, 440, 461], "compress": [0, 338, 339, 340, 342, 385], "compress_linear_bin": 338, "compression_factor": 339, "compromis": [1713, 1717], "comput": [0, 4, 38, 79, 80, 81, 143, 247, 296, 317, 319, 320, 322, 338, 365, 376, 388, 389, 395, 396, 401, 406, 409, 416, 420, 432, 433, 435, 439, 440, 442, 447, 449, 450, 453, 456, 457, 459, 462, 465, 470, 472, 474, 529, 530, 531, 545, 560, 569, 587, 598, 607, 625, 636, 645, 663, 674, 683, 701, 712, 721, 739, 831, 840, 858, 879, 1093, 1431, 1462, 1465, 1522, 1552, 1553, 1554, 1594, 1600, 1602, 1620, 1624, 1689, 1690, 1694, 1695, 1696, 1699, 1710, 1712, 1713, 1717, 1723, 1727, 1730, 1735, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "computation1": 470, "compute_m": [456, 459], "computegrid": 1594, "concaten": [1743, 1747, 1748], "concentr": 425, "concept": [0, 9, 142, 159, 255, 297, 299, 324, 399, 400, 402, 407, 408, 411, 416, 417, 422, 424, 431, 454, 459], "concept_greenfunct": 151, "concis": 8, "concret": [459, 1723, 1727], "conda": [0, 1690], "condens": 1699, "condid": [1713, 1717], "condit": [0, 369, 370, 371, 372, 373, 374, 396, 440, 461, 474, 1709, 1713, 1717, 1719, 1720, 1723, 1727, 1730, 1732, 1735, 1737, 1743, 1748], "condition": 475, "conduct": [4, 1723, 1727, 1729], "config": [0, 453, 456, 458, 459, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "config_": [456, 459], "configur": [0, 306, 319, 320, 338, 457, 459, 470, 1690, 1691, 1698, 1705, 1707, 1713, 1717], "confirm": 1695, "conflict": [0, 397, 1690, 1694], "confus": 0, "congratul": 8, "conist": [1739, 1744], "conj": [0, 191, 193, 205, 206, 372, 373, 409, 442, 461, 1093], "conj_r": 0, "conjug": [0, 253, 372, 373, 434, 436, 437, 442, 461], "conjunct": [0, 1690], "conn": 444, "connect": [46, 48, 61, 241, 242, 247, 249, 253, 404, 444, 459, 482, 484, 503, 505, 1713, 1717], "consecut": [338, 1713, 1717], "consequ": [0, 396, 1742, 1743, 1747, 1748], "conserv": [1723, 1727, 1742, 1747], "consid": [0, 8, 24, 94, 119, 123, 124, 125, 129, 250, 290, 291, 338, 386, 430, 440, 459, 472, 1690, 1694, 1712, 1723, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737], "consider": [404, 432], "consist": [0, 4, 126, 127, 381, 382, 1699, 1709, 1713, 1717, 1719, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1741, 1743, 1746, 1748, 1749, 1750], "const": [0, 14, 19, 20, 21, 22, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 84, 85, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 120, 123, 124, 125, 126, 128, 134, 135, 136, 137, 138, 139, 141, 142, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 192, 193, 194, 195, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243, 244, 246, 247, 248, 249, 251, 253, 254, 257, 258, 259, 260, 261, 262, 264, 265, 266, 267, 269, 270, 271, 272, 273, 275, 276, 277, 278, 282, 283, 284, 285, 286, 287, 288, 290, 291, 293, 301, 303, 304, 305, 306, 307, 308, 309, 311, 312, 313, 314, 315, 316, 326, 327, 328, 329, 332, 333, 336, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 355, 356, 357, 359, 360, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 388, 389, 399, 400, 402, 406, 411, 412, 413, 414, 415, 423, 426, 444, 445, 453, 461, 474, 476, 1701, 1702], "const_iter": [216, 217, 221, 379, 406, 428, 461], "const_view": 1702, "const_view_typ": [141, 142, 146], "constant": [257, 261, 266, 272, 277, 355, 398, 445, 461, 1584, 1713, 1716, 1717, 1719, 1720, 1743, 1748], "constrain": [0, 1741, 1746], "constraint": [0, 4], "construct": [0, 9, 39, 50, 56, 60, 73, 74, 76, 77, 136, 219, 231, 232, 241, 242, 258, 269, 281, 317, 331, 354, 379, 386, 387, 389, 397, 408, 410, 412, 414, 415, 433, 434, 435, 436, 437, 440, 442, 448, 449, 450, 452, 456, 457, 458, 460, 464, 468, 471, 472, 489, 495, 510, 516, 539, 540, 549, 554, 592, 630, 668, 706, 760, 936, 1094, 1100, 1519, 1596, 1598, 1602, 1605, 1672, 1701, 1705, 1709, 1713, 1717, 1719, 1723, 1725, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1744, 1745], "constructor": [0, 17, 31, 33, 38, 45, 83, 133, 150, 162, 174, 208, 215, 230, 241, 247, 256, 268, 279, 295, 321, 331, 338, 352, 379, 382, 387, 399, 402, 405, 406, 410, 428, 429, 440, 456, 459, 461, 760, 1672, 1679, 1681, 1721, 1727], "consult": [6, 388], "consum": 469, "contact": [0, 4, 6, 385, 1690], "contain": [0, 4, 7, 9, 42, 50, 69, 88, 145, 146, 148, 150, 174, 242, 257, 344, 345, 371, 372, 373, 374, 379, 382, 387, 388, 392, 396, 398, 401, 403, 405, 406, 407, 408, 410, 411, 413, 425, 426, 430, 432, 442, 444, 445, 446, 450, 451, 461, 466, 470, 476, 478, 480, 500, 501, 521, 825, 947, 959, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1099, 1100, 1440, 1445, 1449, 1453, 1502, 1561, 1594, 1600, 1690, 1692, 1699, 1702, 1704, 1706, 1713, 1717, 1723, 1725, 1727, 1728, 1729, 1732, 1734, 1737, 1738, 1741, 1743, 1746, 1748], "content": [0, 387, 405, 1704, 1717, 1720, 1724, 1729, 1750], "context": [404, 906], "contigu": 406, "contiguo": 388, "continu": [5, 348, 352, 436, 1581, 1690, 1694, 1699, 1716, 1719, 1720, 1728, 1730, 1735, 1740, 1743, 1745, 1748], "continuator_typ": [1713, 1717, 1719], "contour": [1739, 1744], "contourplot": [1732, 1737], "contraint": [563, 601, 639, 677, 715, 834, 882], "contrari": [1690, 1729, 1743, 1748], "contrast": 440, "contribut": [0, 5, 8, 1689, 1691, 1713, 1717, 1719, 1741, 1743, 1746, 1748], "contributor": [0, 5], "control": [1684, 1696, 1713, 1717, 1721, 1722], "contruct": [38, 412], "conv": 382, "conv_ob": [1713, 1716, 1717, 1719, 1720], "conveni": [0, 387, 412, 421, 430, 461, 468, 1698, 1723, 1727, 1730, 1735], "convent": [0, 7, 9, 377, 462, 464, 465, 466, 469, 472, 559, 597, 635, 673, 711, 830, 1526, 1529, 1531, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1692, 1705, 1728, 1734], "converg": [1715, 1716, 1719, 1720, 1728, 1730, 1732, 1734, 1735, 1737, 1743, 1748], "convergen": [1713, 1717], "convergence_ob": [1713, 1716, 1717, 1719, 1720], "convers": [0, 443, 463], "convert": [0, 9, 245, 337, 379, 380, 382, 461, 462, 463, 464, 782, 944, 945, 956, 957, 969, 970, 982, 983, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1498, 1499, 1522, 1536, 1550, 1698, 1713, 1717, 1723, 1727], "convert_dft_input": [1713, 1717], "convet": [462, 1522], "convinc": 3, "convolut": [1740, 1745], "coolwarm": [1713, 1717, 1726], "coordin": [6, 406, 446, 451, 452, 1435, 1452, 1462, 1464, 1465, 1466, 1473, 1489, 1702, 1722, 1728, 1734], "copi": [0, 8, 88, 95, 97, 105, 136, 151, 163, 175, 183, 194, 246, 248, 297, 299, 340, 379, 382, 396, 399, 402, 411, 412, 414, 426, 431, 434, 436, 437, 438, 445, 448, 461, 470, 476, 556, 558, 569, 588, 594, 596, 607, 626, 632, 634, 645, 664, 670, 672, 683, 702, 708, 710, 721, 740, 745, 748, 749, 760, 765, 766, 827, 829, 840, 859, 930, 1690, 1704, 1713, 1714, 1715, 1717, 1718, 1719, 1726, 1727, 1732, 1734, 1735, 1737], "copy_from": [379, 440], "copyabl": 399, "copyconstruct": [406, 445], "copyi": 388, "copyright": 0, "core": [1689, 1690, 1692, 1713, 1717, 1721, 1732, 1737], "corner": 392, "corr": 1717, "corr_shel": 1717, "corr_to_inequiv": 1717, "correct": [0, 369, 370, 391, 395, 396, 408, 412, 432, 459, 467, 1704, 1713, 1714, 1715, 1717, 1718, 1719], "correctli": [338, 340, 1713, 1716, 1717, 1720], "correl": [0, 9, 337, 338, 376, 1689, 1699, 1713, 1717, 1729, 1730, 1735, 1736, 1740, 1743, 1745, 1748], "correspond": [0, 61, 123, 124, 125, 260, 271, 386, 387, 388, 402, 406, 410, 414, 420, 421, 428, 430, 432, 439, 440, 448, 452, 461, 463, 536, 543, 559, 589, 597, 627, 635, 665, 673, 703, 711, 741, 815, 830, 860, 1690, 1692, 1713, 1717, 1723, 1727, 1728, 1732, 1734, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "correspondingli": [0, 430], "cost": [338, 470, 1730, 1735], "could": [0, 7, 395, 408, 440, 457, 1715, 1717, 1719, 1720, 1729, 1730, 1735, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "coulomb": [444, 462, 1519, 1715, 1719, 1729], "count": [0, 352, 353, 380, 388, 1581, 1583, 1713, 1716, 1717, 1719, 1720], "counter": [0, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1734], "counterpart": 436, "coupl": [387, 447, 456, 462, 465, 1520, 1521, 1522, 1527, 1553, 1700, 1701, 1702, 1713, 1716, 1717, 1720, 1735], "cours": [391, 396, 432, 474, 1700, 1724, 1739, 1744], "cout": [13, 26, 145, 146, 339, 343, 346, 348, 371, 372, 373, 374, 388, 391, 395, 397, 398, 399, 402, 412, 416, 417, 420, 430, 444, 456, 458, 459, 461, 474, 476, 1700, 1701, 1702, 1703, 1707], "cover": [0, 457, 1723, 1727, 1732, 1737], "cp": [1713, 1717], "cpath": 1692, "cpht": 3, "cplus_include_path": [0, 1690, 1692, 1697], "cplx": 0, "cpp": [0, 159, 408, 414, 474, 1704, 1707], "cpp2py": [9, 377, 378, 379, 382, 383, 1691], "cpp2py_xxx": 0, "cpp2pyinfo": 0, "cpp2y": 0, "cppdlr": 0, "cpu": [0, 1646, 1690], "cpuprofil": 1706, "cpython": [1726, 1727], "crai": 0, "creat": [0, 4, 8, 95, 97, 105, 108, 147, 148, 207, 235, 241, 287, 340, 348, 369, 370, 381, 386, 387, 388, 402, 408, 432, 434, 435, 439, 442, 443, 461, 464, 465, 476, 478, 872, 906, 1059, 1098, 1099, 1502, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1673, 1675, 1690, 1694, 1695, 1698, 1702, 1707, 1719, 1720, 1722, 1723, 1726, 1727, 1730, 1732, 1735, 1737], "create_group": [385, 387, 470, 1688, 1713, 1717], "create_zero": 1468, "creation": [0, 48, 49, 50, 232, 253, 461, 462, 478, 480, 501, 1513, 1522, 1533, 1698, 1722, 1725, 1732, 1737], "criteria": [1730, 1735], "critic": [96, 1689, 1730, 1731, 1735, 1736, 1741, 1743, 1746, 1748], "cross": [0, 1714, 1718], "crossov": [1743, 1748], "crucial": [0, 469, 1713, 1717], "crystal": [1500, 1723, 1727], "csc": 4, "css": 0, "cstdint": 0, "ct": [389, 1699, 1713, 1717], "ctad": 132, "cthyb": [0, 4, 1690, 1699, 1709, 1711, 1713, 1716, 1717, 1720, 1730, 1735], "ctint": 0, "ctqmc": [1699, 1725, 1735], "ctrl": [379, 382, 1721], "cu": [1713, 1714, 1717, 1718], "cu_dx2y2": [1713, 1717], "cu_dz2": [1713, 1717], "cubic": [462, 465, 1068, 1070, 1073, 1522, 1525, 1529, 1552, 1553, 1554], "cubic_nam": 462, "cumul": [337, 351, 1589], "cuo": [1713, 1717], "cuprat": [1689, 1732, 1737], "curl": 1690, "current": [0, 3, 89, 120, 126, 127, 306, 307, 309, 340, 342, 346, 348, 385, 388, 401, 402, 404, 410, 459, 470, 566, 604, 642, 680, 718, 837, 1678, 1691, 1692, 1699, 1713, 1715, 1717, 1719, 1723, 1727], "curri": 406, "curtain": 1722, "curv": [469, 550, 1722, 1723, 1727, 1730, 1735, 1743, 1748], "custom": [0, 388, 1690], "cut": [439, 459, 801, 1741, 1746], "cutoff": [961, 974, 987, 1723, 1727], "cv": 449, "cwd": [1713, 1717], "cxx": [0, 1691, 1692, 1693, 1694, 1697, 1698, 1707], "cxx_std_20": 0, "cxxflag": [0, 1692], "cybi\u0144ski": 0, "cycl": [296, 307, 317, 318, 319, 320, 457, 459, 1709, 1713, 1717, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "cyclat": [0, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 868, 869, 870, 871, 872, 873, 874, 890, 956, 957, 958], "cyclic": [115, 1471, 1487], "cyclic_lattic": 0, "cython": 0, "d": [0, 3, 136, 346, 348, 379, 386, 387, 402, 403, 404, 432, 439, 440, 446, 447, 448, 449, 452, 458, 462, 535, 545, 566, 604, 642, 680, 718, 801, 802, 814, 815, 817, 837, 1433, 1520, 1522, 1526, 1527, 1529, 1531, 1536, 1700, 1701, 1712, 1713, 1717, 1719, 1721, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1735, 1737, 1740, 1743, 1745, 1748], "d1": 1468, "d2": 1701, "d_": [1713, 1717, 1729], "d_g0": [1713, 1717, 1719, 1720], "d_gimp": [1713, 1717, 1719, 1720], "daemon": [1676, 1682], "dagger": [48, 49, 404, 461, 462, 464, 465, 1522, 1533, 1549, 1555, 1723, 1725, 1727, 1729, 1732, 1737], "dagger_": [461, 462, 464, 465, 484, 485, 505, 506, 1522, 1533, 1548, 1554, 1557, 1731, 1736], "dagger_a": [1740, 1745], "dagger_c": [1740, 1745], "dagger_i": [1538, 1539], "dagger_j": 1538, "dai": 1694, "danger": [0, 476], "dangl": 396, "dark": 392, "darkgreen": 1729, "darwin": [1726, 1727], "dar\u00e9": [1743, 1748], "dasan": 0, "dat": [151, 163, 175, 414, 442, 1100, 1499, 1503, 1688, 1713, 1714, 1717, 1718, 1719, 1722], "data": [0, 5, 9, 133, 142, 148, 150, 151, 153, 159, 162, 163, 165, 174, 175, 177, 183, 215, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 352, 353, 356, 357, 363, 364, 369, 370, 371, 372, 373, 374, 381, 385, 386, 388, 401, 402, 409, 410, 411, 414, 420, 423, 426, 430, 431, 438, 440, 442, 461, 467, 554, 558, 576, 589, 592, 596, 614, 627, 630, 634, 652, 665, 668, 672, 690, 703, 706, 710, 728, 741, 750, 755, 768, 775, 825, 829, 847, 860, 887, 944, 945, 956, 957, 969, 970, 982, 983, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1089, 1094, 1096, 1100, 1583, 1587, 1588, 1689, 1700, 1710, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1726, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "data_index": [919, 920, 945, 957, 970, 983, 996, 1012, 1023, 1034, 1042, 1056], "data_index_t": [944, 945, 956, 957, 969, 970, 982, 983, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056], "data_input_count": 338, "data_inst": 340, "data_shap": [150, 162, 174], "data_t": [0, 136, 137, 145, 146, 151, 152, 163, 164, 175, 176, 219, 220, 410, 414, 415, 416, 417, 422, 424], "dataset": [356, 357, 440, 1724], "datatyp": 388, "date": 474, "db": [566, 604, 642, 680, 718, 837], "dbuild_bench": 0, "dbuild_dep": 0, "dbuild_document": [7, 1693], "dbuild_test": 1693, "dc": [1713, 1716, 1717, 1719, 1720], "dc_dmft": [1717, 1720], "dc_energ": 1720, "dc_hi": [1716, 1720], "dc_pot": [1713, 1716, 1717, 1719, 1720], "dc_type": [1713, 1717, 1720], "dca": [1732, 1737], "dcmake_build_typ": 1693, "dcmake_cxx_flag": 1693, "dcmake_exe_linker_flag": 1693, "dcmake_install_prefix": [1690, 1693], "dcomplex": [143, 408, 430, 433, 434, 436, 437, 451, 562, 563, 564, 565, 577, 578, 579, 600, 601, 602, 603, 615, 616, 617, 638, 639, 640, 641, 653, 654, 655, 676, 677, 678, 679, 691, 692, 693, 714, 715, 716, 717, 729, 730, 731, 833, 834, 835, 836, 848, 849, 850, 872, 879, 881, 882, 883, 884, 888, 889, 890, 1424, 1450, 1469, 1485], "dct": [820, 821], "deadlock": 1678, "deal": [404, 460], "deb": [0, 1690], "debian": [0, 1694], "debug": [0, 5, 1693], "debugg": 0, "decai": [404, 442, 1093, 1723, 1727], "decal": 329, "decay_t": 209, "decid": [0, 416, 457, 459, 1678, 1696, 1698, 1721, 1723, 1727, 1730, 1735], "decim": 1672, "declar": [388, 396, 398, 459, 461, 476], "declin": 1698, "decltyp": [406, 476], "decompos": [433, 434, 435, 436, 437, 440, 470, 1729, 1740, 1745], "decomposit": [442, 1094], "decorrel": [457, 1713, 1717, 1729], "decreas": [1500, 1729, 1736, 1743, 1748], "decrib": 410, "dedic": 420, "dedocument": 461, "deduc": [344, 345, 371, 372, 373, 374, 379, 406, 409, 433, 461, 476, 1729], "deduce_inplace_arithmet": 379, "deduct": [0, 131, 388, 412], "deep": [151, 379, 440, 557, 595, 633, 671, 709, 747, 764, 828, 899, 929, 930], "deepen": [1713, 1717], "deeper": 1750, "def": [386, 436, 452, 469, 476, 1721, 1726, 1728, 1734, 1735, 1742, 1743, 1747, 1748], "default": [0, 18, 73, 74, 76, 77, 145, 146, 191, 193, 207, 208, 317, 354, 379, 382, 388, 410, 412, 416, 417, 418, 422, 424, 430, 440, 442, 446, 449, 450, 459, 461, 462, 469, 475, 524, 525, 526, 527, 550, 760, 823, 1000, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1099, 1433, 1499, 1500, 1502, 1515, 1521, 1579, 1596, 1602, 1603, 1618, 1646, 1672, 1673, 1691, 1694, 1695, 1698, 1700, 1723, 1727, 1730, 1735], "default2": [379, 382], "default_interpol_polici": 428, "default_valu": [379, 382], "defaut": [379, 382], "defin": [0, 46, 47, 48, 49, 255, 338, 339, 340, 343, 344, 345, 346, 348, 350, 369, 370, 372, 373, 374, 376, 379, 382, 387, 396, 399, 401, 403, 404, 406, 413, 429, 439, 440, 443, 444, 447, 449, 452, 456, 457, 459, 461, 462, 463, 469, 474, 475, 791, 825, 1070, 1468, 1502, 1522, 1533, 1696, 1702, 1707, 1712, 1713, 1717, 1723, 1725, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "definit": [150, 162, 174, 350, 385, 387, 389, 406, 410, 440, 445, 447, 459, 462, 468, 475, 1522, 1690, 1742, 1747], "defint": 0, "degre": [1026, 1689, 1730, 1732, 1735, 1737], "del": [0, 387, 1688], "delet": [0, 399], "delic": [1713, 1717, 1723, 1727, 1730, 1735], "deliv": [1716, 1720], "delt": 1736, "delta": [0, 369, 370, 403, 409, 442, 448, 472, 535, 1094, 1098, 1618, 1729, 1732, 1737, 1739, 1744], "delta_": [442, 461, 465, 1094, 1098, 1554], "delta_0": 376, "delta_disc": [442, 1094], "delta_dow": 1736, "delta_down": [1729, 1736], "delta_down_down": [1729, 1736], "delta_down_up": [1729, 1736], "delta_energi": 456, "delta_in": [0, 442, 1094], "delta_iw": [0, 442, 1093], "delta_n": 376, "delta_tau": 0, "delta_time_0": 1720, "delta_up": [1729, 1736], "delta_up_down": [1729, 1736], "delta_up_up": [1729, 1736], "delta_x": 1618, "demangl": 474, "demo": 1699, "demonstr": [436, 452], "denomin": [1741, 1742, 1743, 1746, 1747, 1748], "denot": [369, 370, 421, 430, 453, 462, 464, 465, 466, 1522, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1723, 1726, 1727, 1732, 1737, 1750], "dens": [1723, 1727], "dens_mat_post": 1720, "dens_mat_pr": 1720, "densiti": [0, 4, 72, 81, 131, 337, 375, 389, 430, 432, 433, 435, 439, 441, 447, 449, 457, 464, 469, 471, 523, 535, 587, 625, 663, 701, 739, 777, 801, 814, 815, 858, 1537, 1546, 1547, 1548, 1590, 1709, 1712, 1713, 1717, 1722, 1726, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "density_matrix": [81, 433, 435, 531, 560, 598, 636, 674, 712, 831, 1730, 1735], "density_requir": 1717, "density_zero_t": 0, "dep": 0, "depdend": [1740, 1745], "depend": [191, 205, 382, 391, 395, 409, 410, 414, 432, 472, 478, 1500, 1690, 1695, 1696, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1727, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "deploi": 0, "deprec": [18, 773, 1674, 1676, 1682, 1683], "deprect": 0, "derefer": 379, "deregist": 316, "deriv": [0, 337, 472, 474, 1620, 1730, 1735, 1740, 1745], "derweh": 0, "desc": [0, 9, 380], "descent": 4, "describ": [0, 208, 241, 387, 388, 396, 409, 410, 414, 425, 430, 432, 439, 440, 456, 457, 458, 459, 469, 1463, 1482, 1483, 1690, 1693, 1713, 1716, 1717, 1720, 1722, 1729, 1742, 1743, 1747, 1748], "descript": [0, 4, 247, 383, 400, 402, 1429, 1692, 1696, 1723, 1727], "descriptor": [0, 387, 432, 436, 438, 469, 1704, 1713, 1715, 1716, 1717, 1719, 1720], "deseri": 461, "design": [0, 338, 402, 459, 1699, 1741, 1746], "desir": [442, 1100, 1690, 1723, 1727], "dest": [1654, 1668], "destin": [0, 432, 440], "destinguish": 279, "destroi": [0, 432, 1724, 1732, 1737], "destructor": 410, "det": [0, 82, 89, 91, 94, 107, 115, 116, 119, 123, 124, 125, 126, 127, 128, 129, 130, 401, 402, 403, 1700], "det_manip": [8, 9, 10, 401, 403, 1699], "det_typ": 89, "detail": [0, 4, 13, 15, 23, 24, 26, 189, 247, 385, 387, 391, 406, 408, 454, 456, 457, 459, 470, 472, 1689, 1698, 1710, 1713, 1717, 1723, 1727, 1743, 1748], "detect": [0, 461, 1698], "determin": [5, 9, 83, 115, 128, 377, 381, 388, 402, 403, 409, 416, 430, 440, 441, 459, 461, 462, 1520, 1527, 1609, 1699, 1700, 1713, 1717, 1719, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "detratio": [402, 1701], "dev": [0, 1690, 1697, 1706], "develop": [0, 3, 4, 6, 8, 383, 474, 1689, 1690, 1691, 1698, 1705, 1714, 1718, 1730, 1735], "deviat": [369, 370, 430, 1743, 1748], "dft": [409, 1689, 1690], "dft_code": 1717, "dft_input": [1713, 1717], "dft_misc_input": 1717, "dft_tool": [0, 4, 1713, 1717], "dfttool": 4, "dg": [1713, 1717, 1719, 1720], "di": 1735, "diagon": [0, 9, 44, 45, 50, 62, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 249, 377, 404, 442, 464, 465, 466, 478, 479, 480, 501, 1093, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1716, 1720, 1723, 1727, 1731, 1736], "diagonal_onli": 249, "diagonal_part": 464, "diagram": [4, 1729, 1741, 1746], "diagrammat": 1729, "dic": [781, 866], "dichotomi": 0, "dict": [379, 382, 385, 387, 440, 451, 464, 465, 466, 469, 767, 781, 866, 1084, 1446, 1463, 1483, 1503, 1536, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1579, 1726], "dict1": 469, "dict2": 469, "dict2_t": [463, 1536, 1537, 1539], "dict4_t": [463, 1536, 1538], "dict_to_matrix": 463, "dictionari": [385, 386, 387, 440, 452, 463, 469, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1463, 1483, 1503, 1536, 1537, 1538, 1539, 1672, 1713, 1717, 1724, 1729], "dictionnari": 1468, "dictonari": 457, "did": [1723, 1727, 1730, 1735], "didn": 459, "difer": 389, "diff": [1743, 1747, 1748], "differ": [0, 15, 96, 255, 338, 344, 345, 373, 374, 380, 381, 403, 440, 443, 453, 456, 457, 459, 461, 476, 1691, 1692, 1699, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "difficult": 472, "difficulti": 1699, "digit": [1500, 1750], "dim": [0, 462, 589, 627, 665, 703, 741, 860, 936, 949, 1530, 1594, 1596, 1655, 1669, 1713, 1717, 1719, 1720], "dim_rep": 1717, "dimens": [0, 58, 64, 65, 147, 148, 238, 239, 267, 278, 340, 385, 388, 409, 421, 433, 434, 435, 436, 437, 446, 448, 452, 462, 490, 492, 493, 511, 513, 514, 554, 592, 630, 668, 706, 745, 825, 936, 942, 949, 953, 1437, 1444, 1462, 1470, 1471, 1475, 1479, 1486, 1487, 1491, 1494, 1495, 1530, 1596, 1717, 1723, 1726, 1727, 1739, 1741, 1743, 1744, 1746, 1748], "dimension": [147, 388, 406, 442, 452, 456, 469, 1100, 1502, 1536, 1699, 1732, 1737, 1739, 1744, 1749], "dimensionless": [1723, 1727], "dimer": 444, "dinension": [1740, 1745], "dir": [0, 1499], "direct": [0, 137, 257, 369, 370, 389, 406, 410, 431, 438, 450, 452, 459, 936, 949, 1602, 1603, 1689, 1690, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "directli": [0, 4, 6, 369, 370, 379, 382, 412, 430, 462, 1522, 1690, 1706, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1724, 1726, 1727, 1730, 1732, 1735, 1737, 1739, 1740, 1744, 1745], "directori": [0, 8, 387, 1690, 1692, 1693, 1695, 1697, 1698, 1707, 1713, 1714, 1717, 1718, 1730, 1735, 1736], "diretori": 1750, "dis_froz_max": [1713, 1717], "dis_froz_min": [1713, 1717], "dis_win_max": [1713, 1717], "dis_win_min": [1713, 1717], "disabl": [0, 399], "disappear": 1719, "disc": [435, 442, 561, 599, 637, 675, 713, 832, 880, 1094, 1098], "discard": [352, 353, 364, 365, 1583, 1588], "disclaim": [5, 1713, 1717], "disconnect": 1729, "discontinu": [435, 442, 561, 599, 637, 675, 713, 832, 880, 1096], "discret": [409, 412, 442, 450, 1094, 1470, 1486, 1594, 1600, 1723, 1727, 1739, 1743, 1744, 1748], "discretize_bath": [0, 442], "discuss": [0, 4, 5, 406, 1689, 1713, 1717, 1728, 1730, 1734, 1735, 1743, 1748], "disentangl": [1713, 1717], "disk": [432, 440, 1740, 1741, 1745, 1746], "dispers": [0, 451, 1717, 1719, 1726, 1732, 1737, 1739, 1740, 1744, 1745], "displ_vec": [0, 451], "displac": [447, 451, 1446, 1449, 1712, 1726], "dist": [1502, 1704], "distanc": [0, 1088, 1502], "distinguish": [381, 406, 1700], "distrib_codenam": 1690, "distribut": [0, 30, 334, 335, 337, 351, 383, 458, 1015, 1035, 1047, 1589, 1620, 1624, 1689, 1690, 1691, 1694, 1695, 1727, 1739, 1744], "distributiononnodetest": 1620, "dive": 1698, "diverg": [1713, 1717, 1719, 1723, 1727, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "divers": 1689, "divid": [12, 352, 403, 459, 1581, 1713, 1717, 1719, 1720, 1745], "divis": [376, 445, 461, 464], "divison": 1698, "dlr": [144, 197, 198, 199, 203, 204, 868, 869, 870, 871, 873, 874, 879, 961, 969, 970, 971, 974, 987, 1059], "dlr_imfreq": [0, 869, 870, 982, 983, 984], "dlr_imtim": [0, 869, 871, 995, 996, 997], "dlr_iw_mesh": [1723, 1727], "dm": 389, "dmft": [1689, 1690, 1699, 1709, 1714, 1715, 1718, 1719, 1721, 1723, 1727, 1730, 1731, 1735, 1736], "dmft_config": [1713, 1715, 1717, 1719], "dmft_config_hubbardi": [1716, 1720], "dmft_input": 1717, "dmft_mu": [1713, 1717], "dmft_path": [1713, 1716, 1717, 1719, 1720], "dmft_result": [1713, 1716, 1717, 1719, 1720], "dn": [0, 389], "do": [0, 5, 6, 7, 8, 72, 75, 76, 77, 78, 114, 379, 387, 388, 395, 396, 397, 399, 402, 409, 412, 417, 420, 432, 436, 444, 447, 449, 456, 457, 459, 464, 465, 466, 469, 470, 823, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1653, 1672, 1678, 1690, 1694, 1695, 1706, 1707, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1741, 1743, 1744, 1746, 1748, 1750], "do_measur": 317, "do_someth": 440, "doc": [7, 8, 27, 98, 106, 159, 296, 302, 317, 319, 320, 378, 379, 382, 387, 414, 474, 1061, 1506, 1577, 1704, 1713, 1717, 1721], "docc": [1742, 1743, 1747, 1748], "docc_vec": [1747, 1748], "docker": 0, "dockerfil": 0, "dockerignor": 0, "docs_cpp2rst": [0, 7], "docs_example_output": 7, "docstr": [1725, 1726, 1727], "doctor": 1694, "document": [5, 8, 18, 32, 50, 55, 73, 74, 76, 77, 88, 95, 97, 105, 106, 136, 137, 141, 142, 145, 146, 151, 152, 159, 163, 164, 171, 175, 176, 183, 190, 195, 200, 201, 208, 211, 219, 231, 232, 242, 248, 255, 257, 258, 262, 269, 273, 327, 332, 334, 340, 354, 377, 379, 380, 385, 392, 396, 401, 409, 412, 417, 426, 432, 433, 434, 435, 436, 437, 440, 452, 454, 457, 459, 474, 475, 1689, 1690, 1693, 1695, 1699, 1701, 1702, 1704, 1705, 1706, 1713, 1717, 1723, 1727, 1729, 1730, 1735, 1739, 1744], "doe": [0, 9, 62, 115, 123, 124, 125, 126, 127, 128, 129, 130, 299, 323, 383, 385, 395, 396, 397, 401, 402, 406, 408, 432, 440, 457, 459, 470, 974, 987, 1698, 1699, 1713, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1726, 1727, 1728, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "doesn": [457, 459], "doi": [4, 1713, 1715, 1717, 1719], "dollar": 400, "domain": [0, 150, 162, 174, 394, 407, 408, 410, 413, 428, 431, 540, 804, 807, 810, 1723, 1727, 1743, 1748], "domain_pt_t": 428, "domain_t": [406, 413, 428], "domin": [1740, 1745], "dominantli": [1713, 1717], "dominik": 0, "dominika": 4, "don": [432, 459, 1731, 1736], "done": [0, 87, 91, 116, 296, 299, 309, 317, 320, 323, 339, 389, 402, 440, 457, 459, 468, 549, 1689, 1698, 1713, 1716, 1717, 1720, 1722, 1723, 1727, 1730, 1735, 1743, 1748], "dont": 0, "dope": [1732, 1737], "doping_": [1732, 1737], "dos_data": [1713, 1717], "dos_from_fil": [447, 448], "dosfromfunct": [448, 449], "dot": [403, 404, 429, 452, 472, 1721, 1739, 1744], "dot_product": [256, 268, 444, 445], "doubl": [0, 53, 54, 59, 72, 73, 74, 75, 76, 77, 78, 91, 92, 93, 94, 117, 118, 119, 127, 130, 144, 145, 146, 191, 192, 193, 207, 241, 246, 255, 268, 299, 303, 304, 308, 311, 312, 323, 324, 328, 334, 335, 339, 343, 346, 348, 350, 354, 355, 359, 360, 371, 372, 373, 374, 385, 388, 389, 391, 396, 397, 398, 399, 400, 402, 405, 406, 408, 410, 412, 416, 417, 418, 420, 421, 422, 424, 430, 434, 435, 444, 451, 453, 456, 458, 459, 461, 476, 527, 561, 562, 563, 564, 565, 599, 600, 601, 602, 603, 637, 638, 639, 640, 641, 675, 676, 677, 678, 679, 713, 714, 715, 716, 717, 832, 833, 834, 835, 836, 880, 881, 882, 883, 884, 913, 939, 1424, 1448, 1450, 1454, 1455, 1458, 1467, 1469, 1484, 1485, 1618, 1698, 1700, 1701, 1702, 1703, 1707, 1713, 1716, 1717, 1719, 1720, 1726, 1740, 1742, 1743, 1745, 1747, 1748], "dowload": 1691, "down": [115, 389, 440, 444, 449, 456, 464, 465, 466, 745, 760, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1709, 1713, 1716, 1717, 1719, 1720, 1723, 1725, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "down_0": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1716, 1717, 1719, 1720], "downarrow": [459, 464, 1548, 1729, 1731, 1732, 1736, 1737, 1742, 1743, 1747, 1748], "download": [0, 1696, 1698, 1714, 1718], "doxygen": [0, 400], "doxylink": 0, "dpi": [1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1729, 1730, 1731, 1734, 1735, 1736], "dpython_execut": 1698, "dpythonsupport": 0, "draft": 0, "drop": [1691, 1728, 1734, 1740, 1745], "dsphinx_onli": 7, "dt": [404, 1722], "dtriqs_path": 1707, "dtype": [1741, 1742, 1743, 1746, 1747, 1748], "dual": [0, 338], "dualiti": 1689, "dubsan": 0, "due": [0, 38, 385, 440, 475, 1713, 1717, 1719, 1723, 1727, 1729], "dumitrescu": 0, "dummi": [231, 258, 269, 398], "dump": 385, "dumpmachin": 1697, "duplic": 1694, "durat": [308, 1717, 1719], "dure": [0, 338, 379, 382, 385, 387, 395, 457, 472, 1646, 1698, 1713, 1717, 1730, 1735], "dx": [1608, 1609], "dx2": [1713, 1717], "dxy": [1713, 1717], "dxz": [1713, 1717], "dylan": 0, "dynam": [453, 461, 1692, 1699, 1740, 1745], "dyson": [0, 432, 440, 442, 1716, 1720, 1723, 1727, 1728, 1734, 1735, 1739, 1744], "dyz": [1713, 1717], "dz2": [1713, 1717], "e": [0, 3, 4, 5, 38, 46, 47, 48, 49, 59, 107, 143, 145, 146, 151, 153, 165, 177, 191, 192, 193, 332, 340, 379, 380, 381, 382, 385, 386, 387, 388, 391, 392, 396, 398, 400, 401, 404, 406, 407, 408, 409, 410, 412, 413, 417, 426, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 449, 452, 459, 461, 464, 465, 466, 467, 468, 469, 470, 474, 494, 515, 549, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 745, 747, 760, 764, 814, 842, 843, 885, 886, 1084, 1100, 1462, 1502, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1570, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1698, 1700, 1704, 1706, 1707, 1713, 1717, 1719, 1720, 1722, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1736, 1739, 1740, 1741, 1744, 1745, 1746, 1750], "e0": 396, "e1": [395, 396], "e2": [395, 396], "e_1": 452, "e_2": 452, "e_4": 452, "e_g": [1723, 1727], "e_k": [1713, 1717, 1719, 1720, 1739, 1740, 1743, 1744, 1745, 1748], "e_k_interp": [1739, 1744], "each": [0, 55, 145, 219, 244, 245, 249, 296, 302, 306, 317, 318, 319, 320, 339, 352, 371, 372, 373, 374, 381, 387, 388, 402, 406, 410, 414, 426, 440, 442, 444, 448, 450, 453, 461, 462, 463, 469, 470, 476, 488, 509, 760, 936, 949, 953, 1070, 1098, 1463, 1471, 1483, 1487, 1495, 1502, 1530, 1581, 1602, 1603, 1609, 1620, 1690, 1692, 1698, 1713, 1717, 1719, 1723, 1726, 1727, 1729, 1730, 1732, 1735, 1737, 1739, 1740, 1744, 1745], "earier": [1739, 1744], "earli": 0, "earlier": [0, 432, 459, 1694, 1697, 1730, 1735], "easi": [0, 404, 453, 463, 467, 1690, 1694, 1698, 1700, 1707, 1710, 1713, 1717, 1724], "easier": [6, 1713, 1717, 1723, 1727, 1730, 1735], "easili": [0, 4, 406, 459, 469, 470, 474, 1689, 1690, 1699, 1700, 1701, 1702, 1706, 1713, 1717, 1722, 1723, 1727, 1732, 1737, 1750], "easy_instal": 1706, "easybuild": [0, 5], "easyconfig": 0, "eb": 1690, "echo": [1690, 1692], "ecol": [3, 1689], "ecosystem": 1689, "ed": [1678, 1716, 1720], "edg": [1015, 1035, 1047, 1727, 1732, 1737], "edit": [1690, 1721, 1730, 1735], "editor": [1698, 1730, 1735], "effect": [0, 369, 370, 402, 406, 433, 434, 435, 436, 437, 440, 554, 592, 630, 668, 706, 1713, 1715, 1717, 1719, 1723, 1727, 1729, 1732, 1737, 1740, 1745], "effici": [4, 396, 405, 444, 470, 1689, 1726], "eg": [406, 440, 462, 1525, 1526, 1723, 1727], "eg1": [433, 436, 440], "eg2": [433, 436, 440], "eg_submatrix": 462, "egblock": [433, 436, 437, 440], "eigen": 62, "eigenbasi": [0, 44, 68, 80], "eigenel": 0, "eigenenergi": 0, "eigenst": [66, 67, 73, 74, 75, 76, 77, 79, 80, 389, 498, 519, 529, 530], "eigensystem": 52, "eigensystem_t": [0, 52], "eigenvalu": [0, 53, 79, 80, 491, 512, 1719, 1735], "eigenvector": 452, "eigvalsh": 0, "either": [0, 109, 255, 338, 342, 385, 389, 409, 428, 442, 443, 457, 458, 459, 461, 462, 471, 1094, 1098, 1500, 1522, 1678, 1689, 1691, 1693, 1699, 1713, 1717, 1721, 1731, 1736, 1750], "el": [1713, 1717], "elabor": [1730, 1735], "electron": [1713, 1714, 1717, 1718, 1719, 1723, 1727], "elem": [1713, 1717], "element": [0, 12, 14, 24, 25, 73, 74, 215, 216, 218, 221, 229, 232, 248, 251, 253, 255, 283, 340, 344, 345, 369, 370, 371, 372, 373, 374, 376, 385, 388, 389, 400, 402, 404, 406, 414, 433, 434, 435, 436, 437, 440, 445, 453, 461, 462, 464, 465, 466, 476, 906, 1502, 1523, 1536, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1721, 1723, 1725, 1726, 1727, 1741, 1746], "elementari": [461, 472], "elif": 1721, "ell": 74, "els": [350, 367, 387, 900, 1672, 1721], "emanuel": 4, "embed": [4, 1723, 1727, 1732, 1737], "emerg": [38, 41, 42], "emergency_occur": 38, "emphas": 404, "emplace_back": 444, "emploi": 388, "empti": [0, 136, 151, 163, 219, 243, 281, 387, 396, 410, 412, 414, 446, 459, 1433, 1725, 1726, 1729, 1732, 1737], "empty_tail": 207, "emul": 1570, "enabl": [0, 379, 382, 388, 399, 400, 475, 1690], "enable_if": [334, 399], "enable_if_t": 16, "enable_tim": 297, "enableif": 16, "encapsul": [0, 388], "enclos": [356, 357], "encod": [396, 404, 419, 461, 1740, 1745], "encount": [0, 1688, 1690, 1697, 1745], "encourag": 468, "end": [0, 12, 18, 20, 23, 41, 126, 215, 218, 296, 317, 319, 320, 338, 354, 379, 382, 402, 403, 406, 409, 452, 457, 461, 462, 1523, 1524, 1532, 1694, 1701, 1723, 1724, 1726, 1727, 1729, 1730, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "end_idx": 23, "endblock": [1, 2], "endif": [1, 2], "endl": [13, 26, 339, 343, 346, 348, 371, 372, 373, 374, 388, 391, 395, 397, 398, 399, 402, 412, 416, 417, 420, 444, 456, 458, 459, 461, 474, 476, 1700, 1701, 1702, 1703, 1707], "endpoint": [1737, 1744, 1745, 1746], "energi": [0, 54, 59, 77, 389, 442, 448, 452, 456, 494, 515, 961, 974, 987, 1094, 1095, 1098, 1495, 1688, 1714, 1715, 1716, 1718, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1743, 1748], "energies_on_bz_path": 447, "energies_on_path": 452, "energy_unit": 1717, "energy_window": [77, 527], "enfor": 0, "enforc": [0, 430, 1565, 1566, 1643, 1730, 1735], "enforce_discontinu": [435, 442, 1096], "engag": 6, "enhanc": [1710, 1740, 1741, 1745, 1746], "enough": [432, 1713, 1717], "ensembl": [1723, 1727], "ensur": [0, 253, 350, 440, 875, 876, 1690, 1713, 1717, 1729], "entail": 430, "enter": [1714, 1718, 1721, 1742, 1743, 1747, 1748], "enthought": 1694, "entir": [380, 1673, 1739, 1741, 1744, 1746], "entri": [3, 469, 1713, 1717, 1724, 1727], "entropi": 4, "enum": [382, 419], "enumer": [0, 11, 1677, 1713, 1717, 1743, 1747, 1748], "env": [0, 388, 456, 459, 1643], "environ": [0, 28, 383, 388, 456, 459, 1643, 1691, 1693, 1694, 1697, 1706, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "envvar": 0, "eot": 0, "ep": [144, 442, 448, 449, 535, 536, 868, 961, 974, 987, 1070, 1094, 1098, 1720, 1723, 1726, 1727], "eps0": [442, 1094], "eps_arr": 1726, "eps_d": [439, 1723, 1727], "eps_j": [442, 1094, 1098], "eps_k": [450, 1594, 1600, 1726], "eps_opt": [442, 1094], "eps_r": 1727, "eps_t2g": [1723, 1727], "epsi": 402, "epsilon": [191, 193, 448, 449, 452, 535, 536, 540, 543, 545, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1729, 1732, 1737, 1739, 1740, 1744, 1745], "epsilon_": [1717, 1729, 1737], "epsilon_2": [1723, 1727], "epsilon_d": [1723, 1727, 1729], "epsilon_hat": 449, "epsilon_k": [448, 450, 535, 1600, 1728, 1734], "epsilon_n": 452, "epsk": 1737, "eq": 409, "eq_inv_tf_r": 409, "equal": [12, 15, 26, 238, 239, 290, 291, 352, 354, 365, 367, 369, 370, 436, 1581, 1692, 1713, 1717, 1721, 1723, 1726, 1727, 1732, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "equat": [0, 4, 432, 440, 442, 1095, 1713, 1716, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "equilibrium": 389, "equip": 445, "equipartit": [1743, 1748], "equiv": [404, 448, 452, 462, 535, 1521, 1740, 1742, 1743, 1745, 1747, 1748], "equival": [0, 217, 218, 238, 239, 362, 380, 385, 387, 409, 413, 432, 440, 452, 476, 1702, 1726], "eras": [331, 397], "erc": 3, "ergod": 338, "err": [145, 146, 372, 373, 430], "error": [0, 9, 92, 117, 145, 146, 337, 338, 344, 345, 350, 369, 370, 372, 373, 376, 388, 391, 395, 430, 453, 464, 469, 474, 1549, 1678, 1691, 1697, 1713, 1717, 1729, 1735], "error_no_bin": 376, "error_with_bin": 376, "errror": [369, 370], "ert": 1736, "escap": [1, 2], "esearch": 1689, "especi": [0, 7, 1691, 1707], "espresso": 4, "essenti": [404, 430, 441, 1689, 1699, 1724], "estim": [0, 338, 369, 370, 376, 472, 1713, 1717, 1735, 1743, 1748], "et": [4, 1723, 1727, 1734, 1736], "eta": [0, 436, 442, 449, 545, 1094, 1098, 1713, 1714, 1716, 1717, 1718, 1720, 1723, 1727, 1729, 1736], "etc": [0, 4, 8, 9, 373, 374, 377, 385, 401, 470, 475, 1468, 1690, 1713, 1717, 1721, 1722, 1723, 1726, 1727], "euclidean": 0, "europhi": [1732, 1737], "ev": [1713, 1715, 1716, 1717, 1719, 1720], "eval": [395, 397, 399, 414, 906], "eval_term": 907, "evalu": [0, 9, 108, 391, 392, 396, 397, 398, 399, 402, 406, 410, 414, 421, 429, 432, 451, 476, 577, 578, 615, 616, 653, 654, 691, 692, 729, 730, 848, 849, 879, 888, 889, 906, 961, 974, 987, 1448, 1450, 1467, 1469, 1484, 1485, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1739, 1740, 1743, 1744, 1745, 1748], "evaluator_t": 414, "evalut": 399, "even": [0, 4, 346, 348, 385, 388, 397, 405, 448, 459, 470, 543, 1675, 1690, 1691, 1719, 1720, 1721, 1723, 1727, 1732, 1735, 1737, 1741, 1743, 1746, 1748], "evenli": [1015, 1035, 1047, 1727], "event": 1689, "ever": [459, 476], "everi": [0, 7, 14, 24, 25, 215, 338, 395, 396, 425, 444, 457, 459, 1713, 1717, 1728, 1734, 1743, 1748], "everyon": 470, "everyth": [459, 476, 1704, 1707, 1713, 1717, 1721], "everywher": 0, "evolut": 1696, "evolv": 1696, "exact": [9, 45, 377, 478, 479, 480, 501, 1716, 1720, 1729, 1741, 1746], "exactli": [440, 478, 480, 501, 1713, 1717, 1725, 1739, 1742, 1744, 1747], "examin": [1743, 1748], "exampl": [0, 7, 8, 9, 159, 381, 385, 387, 391, 392, 395, 396, 398, 399, 400, 404, 405, 406, 407, 413, 414, 420, 431, 432, 438, 439, 443, 449, 454, 457, 458, 459, 460, 461, 462, 467, 470, 474, 476, 1530, 1620, 1688, 1689, 1690, 1692, 1695, 1698, 1699, 1700, 1701, 1702, 1707, 1708, 1709, 1710, 1714, 1718, 1721, 1723, 1725, 1726, 1727, 1729, 1739, 1741, 1744, 1746], "except": [0, 2, 9, 38, 79, 80, 302, 377, 380, 387, 388, 396, 402, 1537, 1538, 1539, 1678, 1702, 1716, 1720], "exceptions_1": 474, "excercis": [1743, 1748], "excit": [1719, 1720, 1743, 1748], "exclud": [0, 18, 20, 73, 74, 75, 76, 77, 524, 525, 526, 527], "exclude_band": [1713, 1717], "excluded_st": [73, 74, 75, 76, 77, 524, 525, 526, 527], "excluded_states_t": [73, 74, 75, 76, 77], "exclus": [825, 1727], "exec": [1690, 1698], "execut": [0, 470, 1690, 1692, 1694, 1698, 1706, 1707, 1721], "exercic": [1740, 1745], "exercis": [1721, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "exhaust": 397, "exist": [0, 382, 387, 388, 1689, 1713, 1717, 1723, 1724, 1727, 1731, 1736, 1743, 1748], "exit": [0, 1673, 1675], "exp": [417, 442, 456, 459, 1094, 1098, 1701, 1722, 1723, 1727, 1739, 1743, 1744, 1748], "expand": [1713, 1714, 1717, 1718, 1729, 1743, 1748], "expans": [389, 404, 408, 416, 417, 418, 424, 430, 432, 439, 440, 441, 442, 445, 1096, 1699, 1723, 1727], "expansion_ord": [430, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1009], "expect": [0, 338, 389, 391, 444, 457, 459, 1702, 1717, 1721, 1723, 1727, 1740, 1745], "experi": [8, 1689, 1694, 1713, 1717], "experienc": [430, 1691], "experiment": [0, 298, 1715, 1719], "expert": [379, 382, 412], "explain": [0, 8, 420, 421, 1714, 1718, 1729, 1742, 1743, 1747, 1748], "explanatori": 1721, "explicit": [0, 387, 416, 417, 1690], "explicitli": [0, 461, 1698], "explor": [385, 386, 1689, 1714, 1718], "exponenti": [1723, 1727, 1743, 1748], "export": [0, 379, 1690, 1691, 1692, 1694, 1697], "expos": [0, 381, 383, 412, 461, 471, 1482, 1705, 1723, 1727], "exposet": 0, "expr": [396, 397, 426, 797, 905, 906, 907, 910], "express": [0, 9, 142, 153, 159, 165, 177, 258, 269, 377, 391, 394, 398, 399, 406, 407, 431, 438, 439, 440, 442, 461, 476, 803, 806, 809, 900, 901, 905, 910, 1097, 1691, 1698, 1710, 1723, 1725, 1727, 1732, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "extend": [0, 421, 461, 1499, 1730, 1732, 1735, 1737], "extend_to_spin": 1499, "extens": [0, 4, 6, 255, 1672, 1689, 1699, 1721, 1732, 1737], "extent": [385, 936, 949, 953, 1747], "extern": [0, 457, 459, 1699, 1740, 1745], "external_depend": 0, "external_path": [1713, 1717, 1719], "extra": [0, 244, 389, 1706, 1713, 1716, 1717, 1720, 1721, 1741, 1746], "extract": [0, 9, 379, 382, 460, 461, 462, 464, 1526, 1530, 1531, 1534, 1537, 1538, 1539, 1546, 1713, 1714, 1717, 1718, 1719, 1728, 1730, 1734, 1735, 1737], "extract_": 463, "extract_flag": 0, "extract_mesh": 0, "extractor": 463, "extrapol": [1730, 1735], "extrem": [413, 470], "extrema": [1740, 1745], "f": [0, 14, 36, 88, 90, 126, 127, 128, 222, 223, 233, 236, 280, 285, 288, 318, 369, 370, 387, 391, 392, 394, 395, 397, 399, 400, 401, 402, 403, 406, 420, 432, 439, 462, 468, 469, 472, 474, 476, 549, 550, 791, 908, 1468, 1520, 1522, 1527, 1529, 1608, 1609, 1618, 1700, 1701, 1713, 1717, 1720, 1722, 1739, 1740, 1744, 1745], "f0": [462, 1520, 1522, 1527], "f1": [397, 1641], "f2": [462, 476, 1520, 1522, 1527, 1641], "f4": [462, 1520, 1522, 1527], "f90": 385, "f_": [369, 370, 409], "f_0": [409, 462, 1522], "f_2": [462, 1522], "f_4": [462, 1522], "f_k": [409, 462, 1520, 1522], "f_m": 409, "f_n": 409, "f_shell": 0, "facecolor": 1722, "facilit": 453, "fact": [387, 396, 409, 457, 469, 475, 476, 1569, 1739, 1743, 1744, 1748], "factor": [88, 339, 440, 1713, 1717, 1719, 1720, 1740, 1741, 1745, 1746], "factori": [0, 460], "fail": [0, 387, 1618, 1728, 1734], "failur": [0, 38], "fall": [0, 352, 1581, 1729, 1743, 1748], "fallback": 0, "fals": [0, 208, 214, 236, 238, 239, 249, 288, 290, 291, 297, 302, 362, 367, 378, 379, 382, 387, 389, 412, 440, 442, 444, 456, 461, 462, 464, 474, 504, 506, 522, 523, 531, 589, 627, 665, 703, 741, 745, 760, 772, 776, 860, 1059, 1084, 1087, 1090, 1094, 1462, 1463, 1468, 1499, 1500, 1521, 1535, 1537, 1538, 1539, 1549, 1673, 1713, 1717, 1720, 1726, 1727, 1737, 1739, 1743, 1744, 1748], "familiar": [1689, 1728, 1734, 1743, 1748], "familiaris": 1710, "far": [1694, 1740, 1743, 1745, 1748], "fashion": 389, "fast": [401, 1713, 1717, 1739, 1744], "faster": 1726, "fastest": [1740, 1745], "fatal": 1697, "favourit": [1730, 1735], "fb": 403, "fconcept": 0, "featur": [0, 4, 5, 244, 380, 383, 392, 459, 475, 1689, 1690, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1726, 1730, 1735, 1739, 1740, 1744, 1745, 1750], "feedstock": 1690, "feel": [0, 7, 1713, 1714, 1717, 1718], "fei": 4, "fequenc": [1740, 1745], "fermi": [1714, 1715, 1716, 1718, 1719, 1720, 1732, 1737, 1740, 1743, 1745, 1748], "fermi_slic": [1713, 1717], "fermion": [4, 45, 145, 146, 151, 207, 230, 240, 293, 389, 404, 405, 406, 408, 412, 414, 416, 417, 419, 420, 421, 428, 429, 430, 432, 444, 447, 448, 461, 468, 535, 538, 542, 913, 914, 961, 974, 987, 1000, 1015, 1026, 1689, 1699, 1702, 1703, 1708, 1712, 1717, 1723, 1726, 1727, 1734, 1735, 1742, 1743, 1747, 1748, 1749], "ferrero": 3, "ferromagnet": [1739, 1741, 1744, 1746], "fetch": [8, 1690], "few": [4, 398, 412, 1695, 1713, 1714, 1717, 1718, 1723, 1727, 1730, 1735, 1741, 1746], "fft": [1740, 1745], "fftw": [0, 1694, 1696], "fg": [99, 100, 138, 139, 154, 155, 166, 167, 178, 179, 234, 235, 286, 287, 403], "fh": 403, "field": [0, 9, 385, 445, 449, 454, 459, 461, 469, 545, 1699, 1713, 1717, 1719, 1720, 1723, 1727, 1732, 1737, 1740, 1743, 1745, 1748], "field_": 456, "fig": [383, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1732, 1734, 1737], "fig2": 1747, "figsiz": [1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1734, 1737, 1748], "figur": [0, 9, 457, 467, 1722, 1723, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "figure_format": [1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "file": [0, 4, 5, 7, 8, 9, 159, 380, 382, 383, 385, 387, 412, 421, 432, 440, 442, 447, 456, 459, 464, 470, 474, 475, 543, 1100, 1499, 1503, 1504, 1547, 1548, 1549, 1690, 1692, 1696, 1697, 1699, 1700, 1705, 1706, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1724, 1725, 1726, 1727, 1739, 1740, 1744, 1745, 1750], "filenam": [0, 382, 448, 543, 772, 776, 1503, 1504, 1688], "fill": [6, 340, 346, 391, 392, 398, 405, 406, 408, 416, 433, 434, 436, 437, 444, 449, 579, 580, 581, 582, 617, 618, 619, 620, 655, 656, 657, 658, 693, 694, 695, 696, 731, 732, 733, 734, 850, 851, 852, 853, 890, 891, 892, 893, 1709, 1714, 1718, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1743, 1745, 1748], "fill_between": [1713, 1717, 1737], "fill_first_eigenstate_of_subspac": 0, "filter": 0, "filter_op": 0, "final": [8, 41, 44, 46, 47, 48, 49, 338, 345, 388, 389, 409, 453, 456, 458, 459, 482, 484, 503, 505, 1502, 1689, 1723, 1726, 1727, 1729, 1732, 1737, 1740, 1745], "finalize_commun": 38, "find": [0, 3, 233, 249, 252, 285, 379, 389, 432, 456, 459, 1618, 1649, 1663, 1698, 1708, 1711, 1713, 1714, 1715, 1717, 1718, 1719, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1742, 1747, 1749], "find_depend": 0, "find_map": [247, 444], "find_packag": [0, 1698, 1707], "find_xxx": 0, "findgit": 0, "findlapack": 0, "findmathjax": 0, "findnfft": 0, "findsanit": 0, "findsphinx": 0, "findtest": 0, "fine": [1713, 1717, 1740, 1745], "finish": [38, 87, 1620, 1713, 1716, 1717, 1719, 1720, 1729, 1736], "finit": [45, 340, 389, 409, 433, 435, 444, 560, 598, 636, 674, 712, 831, 879, 949, 1699, 1713, 1717, 1735, 1739, 1741, 1744, 1746, 1749], "fink": 1694, "fip": [464, 1548], "first": [0, 6, 7, 8, 12, 17, 18, 115, 147, 216, 217, 259, 270, 346, 365, 371, 372, 373, 374, 383, 387, 388, 400, 406, 408, 409, 416, 417, 420, 421, 428, 430, 440, 444, 447, 448, 449, 453, 457, 458, 459, 461, 469, 475, 543, 745, 752, 1618, 1655, 1669, 1688, 1689, 1690, 1695, 1699, 1700, 1706, 1709, 1711, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "first_includ": 475, "first_index": 428, "first_index_window": 428, "first_mesh": 0, "fit": [0, 9, 144, 145, 146, 409, 416, 441, 442, 467, 469, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 868, 882, 884, 1096, 1713, 1714, 1717, 1718], "fit1": 468, "fit_": 0, "fit_and_replac": 0, "fit_gf_dlr": 131, "fit_hermitian": 0, "fit_hermitian_tail": [0, 131, 430], "fit_hermitian_tail_on_window": 430, "fit_legendr": [0, 442], "fit_max_mo": 1717, "fit_max_w": 1717, "fit_min_w": 1717, "fit_tail": [0, 131, 430, 441], "fit_tail_on_window": 430, "fitfunc": 468, "fitl": 468, "fitq": 468, "fitter": [468, 549, 550], "fix": [4, 8, 191, 193, 389, 417, 420, 430, 442, 445, 1096, 1713, 1717, 1723, 1726, 1727, 1740, 1742, 1745, 1747, 1750], "fix_gf_struct_typ": 0, "flag": [0, 7, 1692, 1693, 1706, 1715, 1716, 1719, 1720, 1724], "flat": [0, 334, 335, 432, 439, 816, 1729], "flatiron": [3, 1714, 1718], "flatironinstitut": [0, 1690, 1714, 1718], "flatten": [147, 148, 406, 421, 428, 476, 589, 627, 665, 703, 741, 860], "flatten2d": 0, "flatten_2d": [131, 212], "flatten_gf_2d": [131, 213], "flatten_i": [468, 589, 627, 665, 703, 741, 860], "flatten_subspace_index": 45, "flavor": [478, 480, 501, 1725], "flavour": 432, "fledg": [4, 1689], "flexibl": [0, 338, 380], "flip": [389, 456, 459, 1731, 1736], "float": [0, 386, 388, 433, 435, 436, 442, 446, 449, 462, 464, 471, 491, 512, 523, 524, 525, 526, 527, 528, 529, 530, 560, 571, 572, 583, 587, 598, 609, 610, 621, 625, 636, 647, 648, 659, 663, 674, 685, 686, 697, 701, 712, 723, 724, 735, 739, 831, 842, 843, 854, 858, 868, 879, 885, 886, 894, 961, 974, 987, 1000, 1009, 1015, 1026, 1035, 1047, 1094, 1098, 1433, 1463, 1483, 1500, 1502, 1504, 1515, 1521, 1522, 1526, 1528, 1531, 1533, 1537, 1538, 1539, 1550, 1579, 1586, 1646, 1678, 1698, 1723, 1726, 1727, 1745], "flow": 0, "fluctuat": [1742, 1743, 1747, 1748], "fly": [396, 461, 1721], "fmesh": [1740, 1745], "fmt": 0, "fname": [1545, 1558], "fnct": 1721, "fnode": 910, "fnt": 391, "foat": [462, 1521], "focal": 0, "fock": [55, 66, 67, 215, 230, 232, 233, 236, 240, 250, 252, 255, 260, 271, 279, 280, 282, 283, 285, 288, 290, 291, 293, 444, 478, 480, 488, 498, 501, 509, 519, 1462, 1725], "fock_stat": 0, "fock_state_t": [55, 232, 233, 236, 258, 269, 273, 280, 282, 283, 285, 288], "focu": [454, 1730, 1731, 1735, 1736], "focus": [1689, 1742, 1743, 1747, 1748], "folder": [0, 7, 1704, 1713, 1717, 1731, 1736, 1745], "follow": [0, 3, 4, 7, 8, 191, 193, 205, 206, 380, 386, 387, 388, 396, 400, 403, 408, 409, 410, 412, 416, 417, 418, 422, 424, 429, 430, 432, 433, 434, 435, 436, 437, 440, 442, 449, 452, 457, 459, 461, 462, 463, 469, 470, 474, 476, 1093, 1462, 1522, 1690, 1694, 1696, 1697, 1698, 1702, 1703, 1704, 1706, 1707, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "fontsiz": [1722, 1737, 1739, 1744], "foo": 399, "foobar": 1704, "fop": [50, 227, 231, 232, 242, 389, 444, 478, 480, 501, 1725], "forbid": 413, "forc": [0, 1743, 1748], "force_mpi_init": 0, "forceinlin": 0, "foreach": [0, 11, 247, 256, 268, 406, 444, 445], "forg": 1690, "forget": [398, 1726], "form": [8, 9, 50, 352, 379, 382, 389, 391, 392, 395, 416, 417, 430, 444, 445, 452, 457, 461, 462, 746, 761, 1500, 1521, 1672, 1690, 1709, 1713, 1717, 1719, 1723, 1725, 1727, 1728, 1734, 1740, 1742, 1745, 1747], "formal": [404, 406, 432, 1713, 1717, 1723, 1727], "format": [0, 3, 9, 352, 358, 377, 386, 387, 432, 433, 434, 435, 436, 437, 440, 442, 448, 469, 543, 1100, 1102, 1713, 1717, 1723, 1727, 1732, 1737], "former": 432, "formula": [0, 409, 1740, 1741, 1745, 1746], "fortran": [0, 1721], "fortun": 470, "forum": [6, 1689], "forward": [0, 244, 476], "foss": 1690, "found": [0, 3, 4, 159, 252, 386, 391, 395, 399, 461, 1618, 1700, 1712, 1713, 1714, 1717, 1718, 1719, 1729, 1730, 1734, 1735, 1736], "four": [369, 370, 462, 1521, 1522, 1526, 1528, 1531, 1533, 1729, 1736, 1741, 1746], "fourier": [407, 430, 431, 433, 434, 436, 437, 438, 441, 451, 579, 617, 655, 693, 731, 850, 872, 890, 1500, 1696, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1729, 1734, 1735, 1739, 1743, 1744, 1748], "fourier_wk_to_wr": 1745, "fourier_wr_to_tr": 1745, "frac": [191, 205, 206, 369, 370, 376, 402, 403, 404, 409, 416, 428, 429, 430, 439, 441, 453, 459, 462, 464, 465, 469, 472, 801, 814, 1522, 1537, 1538, 1547, 1548, 1549, 1554, 1557, 1702, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "fraction": [430, 1678], "fragment": [1716, 1720], "frame": [1730, 1735], "framework": [0, 4, 454, 470, 1690, 1732, 1737], "franc": [1742, 1743, 1747, 1748], "free": [0, 7, 255, 395, 406, 407, 430, 432, 441, 445, 447, 448, 459, 460, 538, 542, 1689, 1712, 1713, 1714, 1717, 1718, 1743, 1748], "freedom": [1732, 1737], "freeli": 1696, "freez": 1719, "freq": [412, 875, 876, 1713, 1717, 1726, 1727, 1744], "freq_dict": [1713, 1716, 1717, 1719, 1720], "freq_offset": [436, 583, 621, 659, 697, 735, 854, 894, 1740, 1745], "frequeci": [145, 146], "frequenc": [0, 73, 77, 145, 146, 198, 203, 207, 209, 389, 406, 407, 408, 410, 417, 424, 425, 428, 431, 432, 434, 435, 437, 438, 439, 440, 442, 527, 560, 579, 587, 598, 617, 625, 636, 655, 663, 674, 693, 701, 712, 731, 739, 801, 814, 831, 850, 858, 870, 872, 873, 879, 890, 913, 961, 974, 1000, 1035, 1099, 1100, 1102, 1703, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1728, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "frequent": 5, "friend": [391, 399], "friendli": [1689, 1710], "from": [0, 4, 5, 7, 8, 9, 50, 61, 66, 67, 73, 74, 76, 77, 96, 99, 129, 136, 138, 151, 154, 166, 178, 194, 196, 219, 222, 230, 231, 234, 241, 242, 244, 255, 286, 338, 343, 344, 345, 356, 371, 372, 373, 374, 379, 380, 382, 383, 385, 386, 387, 388, 389, 397, 404, 406, 408, 409, 412, 414, 421, 428, 429, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 443, 447, 449, 450, 452, 453, 456, 457, 459, 461, 462, 463, 464, 465, 466, 468, 469, 471, 472, 474, 475, 476, 498, 519, 539, 540, 543, 545, 551, 552, 554, 592, 630, 668, 706, 745, 748, 760, 765, 806, 809, 872, 879, 1093, 1098, 1100, 1499, 1500, 1520, 1527, 1530, 1534, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1602, 1618, 1620, 1673, 1681, 1688, 1691, 1692, 1694, 1698, 1700, 1702, 1703, 1707, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747, 1750], "frontend": [442, 1094], "fterm": 910, "ftol": [442, 1094], "fulfil": 430, "full": [0, 4, 9, 18, 44, 51, 57, 58, 68, 238, 239, 250, 279, 281, 284, 292, 338, 346, 348, 389, 432, 440, 444, 454, 457, 459, 462, 487, 490, 499, 508, 511, 520, 1521, 1522, 1526, 1531, 1689, 1690, 1697, 1699, 1700, 1701, 1702, 1704, 1713, 1717, 1719, 1723, 1727, 1729], "full_dens_mat_0": 1720, "full_hilbert_space_state_t": [44, 68, 522], "full_hs_operator_t": 444, "full_nam": [0, 382, 1704], "full_siz": 428, "full_uijkl": [462, 1521], "fullfil": [191, 205, 442, 1093], "fulli": [0, 206, 462, 464, 1521, 1549, 1713, 1717], "fullnam": [1, 2], "fun": [402, 476, 1701], "function": [2, 7, 9, 10, 13, 14, 15, 23, 24, 25, 26, 30, 36, 41, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 88, 90, 96, 108, 136, 142, 144, 145, 146, 148, 151, 159, 187, 191, 192, 193, 197, 198, 199, 202, 203, 204, 205, 206, 207, 208, 209, 255, 296, 317, 318, 319, 320, 351, 369, 370, 375, 377, 378, 379, 380, 381, 382, 383, 385, 387, 389, 391, 394, 395, 396, 398, 400, 401, 406, 407, 408, 413, 414, 415, 417, 418, 420, 422, 423, 424, 425, 426, 438, 439, 442, 443, 444, 445, 447, 449, 450, 451, 452, 459, 460, 462, 463, 464, 468, 469, 470, 472, 474, 476, 477, 479, 524, 525, 526, 527, 528, 534, 539, 540, 549, 550, 551, 552, 554, 556, 557, 558, 559, 560, 566, 567, 569, 570, 573, 575, 577, 578, 587, 588, 589, 592, 594, 595, 596, 597, 598, 604, 605, 607, 608, 611, 613, 615, 616, 625, 626, 627, 630, 632, 633, 634, 635, 636, 642, 643, 645, 646, 649, 651, 653, 654, 663, 664, 665, 668, 670, 671, 672, 673, 674, 680, 681, 683, 684, 687, 689, 691, 692, 701, 702, 703, 706, 708, 709, 710, 711, 712, 718, 719, 721, 722, 725, 727, 729, 730, 739, 740, 741, 744, 745, 748, 758, 759, 760, 765, 776, 783, 795, 800, 801, 804, 807, 810, 814, 819, 825, 827, 828, 829, 830, 831, 837, 838, 840, 841, 844, 846, 848, 849, 858, 859, 860, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 878, 888, 889, 896, 910, 925, 935, 944, 945, 956, 957, 961, 969, 970, 974, 982, 983, 987, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1060, 1062, 1063, 1071, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1091, 1092, 1093, 1094, 1095, 1096, 1098, 1099, 1100, 1101, 1102, 1103, 1425, 1432, 1448, 1450, 1467, 1468, 1469, 1481, 1484, 1485, 1497, 1503, 1506, 1519, 1522, 1534, 1536, 1544, 1551, 1559, 1560, 1561, 1563, 1564, 1568, 1574, 1578, 1580, 1589, 1590, 1594, 1595, 1596, 1600, 1601, 1607, 1608, 1609, 1611, 1617, 1618, 1620, 1639, 1642, 1643, 1644, 1658, 1659, 1670, 1675, 1677, 1680, 1688, 1689, 1690, 1697, 1699, 1700, 1701, 1704, 1708, 1709, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1722, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1741, 1742, 1745, 1746, 1747], "function_to_make_lazi": 399, "functionn": 381, "functiontyp": [83, 88, 90, 99, 100, 402], "functor": 461, "fund": 3, "fundament": [0, 4, 9, 46, 47, 48, 49, 50, 56, 191, 205, 222, 223, 227, 230, 231, 232, 389, 444, 463, 482, 483, 484, 485, 489, 503, 504, 505, 506, 510, 1729], "fundamental_operator_set": [0, 9, 50, 56, 214, 231, 232, 242, 389, 444, 461, 463], "fundamental_operator_set_begin": 217, "fundamental_operator_set_end": 218, "further": [0, 338, 340, 348, 426, 432, 1694, 1697, 1713, 1717, 1728, 1732, 1734, 1737], "furthermor": [403, 1713, 1717], "futur": [7, 1672, 1689], "fx": 402, "fy": 402, "g": [0, 5, 38, 99, 100, 136, 138, 139, 143, 144, 145, 146, 148, 149, 151, 153, 154, 155, 163, 165, 166, 167, 171, 175, 177, 178, 179, 184, 187, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 213, 314, 315, 332, 340, 356, 357, 379, 380, 381, 382, 385, 387, 388, 391, 392, 396, 400, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 416, 417, 418, 420, 421, 422, 424, 426, 428, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 449, 450, 452, 459, 464, 465, 466, 467, 468, 469, 470, 474, 549, 556, 557, 562, 563, 564, 565, 566, 569, 571, 572, 576, 577, 578, 588, 594, 595, 600, 601, 602, 603, 604, 607, 609, 610, 614, 615, 616, 626, 632, 633, 638, 639, 640, 641, 642, 645, 647, 648, 652, 653, 654, 664, 670, 671, 676, 677, 678, 679, 680, 683, 685, 686, 690, 691, 692, 702, 708, 709, 714, 715, 716, 717, 718, 721, 723, 724, 728, 729, 730, 740, 745, 760, 777, 786, 787, 793, 794, 801, 803, 804, 806, 807, 809, 810, 814, 827, 828, 833, 834, 835, 836, 837, 840, 842, 843, 847, 848, 849, 859, 875, 876, 879, 881, 882, 883, 884, 885, 886, 887, 888, 889, 920, 1074, 1093, 1099, 1100, 1102, 1462, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1570, 1594, 1595, 1600, 1601, 1689, 1690, 1692, 1694, 1695, 1696, 1697, 1698, 1703, 1704, 1706, 1707, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748, 1750], "g0": [196, 1709, 1726, 1727, 1728, 1731, 1732, 1734, 1735, 1736, 1737], "g0_freq_0": 1720, "g0_iw": [0, 442, 1093, 1095, 1709, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737], "g0_refreq_0": 1720, "g0_tau": [1727, 1734, 1735], "g0_w": 1727, "g0_wk": [1739, 1740, 1743, 1744, 1745, 1748], "g1": [151, 153, 165, 177, 412, 416, 417, 421, 432, 440], "g2": [151, 153, 165, 177, 416, 417, 421, 432, 440, 745, 748, 765, 1702, 1703], "g3": [416, 417], "g_": [73, 74, 76, 77, 404, 430, 439, 566, 604, 642, 680, 718, 837, 1709, 1713, 1717, 1723, 1727, 1728, 1731, 1732, 1734, 1736, 1737, 1740, 1745], "g_0": [1709, 1723, 1726, 1727, 1728, 1729, 1734, 1739, 1740, 1744, 1745], "g_atomic_w": [1716, 1720], "g_dlr": [870, 871, 873, 874, 1723, 1727], "g_eg": [1723, 1727], "g_eval": 1726, "g_exact": 1726, "g_ij": 875, "g_ijkl": 875, "g_imp_iw": [1713, 1716, 1717, 1719, 1720], "g_imp_rebin": [1717, 1719, 1729], "g_imp_tau": [1713, 1716, 1717, 1719, 1720], "g_in": [433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890], "g_iw": [0, 389, 426, 430, 432, 442, 869, 872, 1095, 1709, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737], "g_iw_ind": 389, "g_ji": 875, "g_k_w": [1713, 1717, 1719], "g_klij": 875, "g_l": [389, 442, 1096, 1732, 1737], "g_l_ind": 389, "g_loc_w": [1713, 1716, 1717, 1719, 1720], "g_loc_w_cthyb": [1716, 1720], "g_out": [433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 890], "g_pade": 436, "g_real": 1735, "g_slice": 420, "g_t": [136, 145, 146, 442, 872, 1096], "g_t2g": [1723, 1727], "g_t_tau_": [420, 421], "g_t_tau_m": 421, "g_t_tau_t": 421, "g_tau": [389, 868, 869, 872, 1729, 1732, 1736, 1737], "g_tau_ind": 389, "g_w": [389, 872, 1703, 1727, 1734], "g_w_ind": 389, "gain": 0, "gamma": [452, 1717, 1723, 1727, 1729, 1739, 1740, 1741, 1744, 1745, 1746], "gamma_1": 452, "gap": [1715, 1719, 1730, 1735], "gapmind": 1721, "gather": [0, 159, 183, 388, 440, 1729], "gaug": [1713, 1717], "gauss": [450, 1594, 1600, 1602, 1603], "gave": 459, "gb": [403, 1745], "gbloc": 449, "gc": 1698, "gcc": [0, 474, 475, 1691, 1696, 1697], "gcc12": 0, "ge": 409, "gedit": [1730, 1735], "gelss": 0, "gelss_cach": 0, "gener": [3, 4, 7, 9, 26, 27, 29, 62, 142, 153, 160, 165, 172, 177, 185, 219, 230, 231, 232, 241, 242, 247, 249, 253, 295, 302, 310, 317, 331, 332, 333, 336, 350, 369, 370, 377, 379, 380, 381, 382, 385, 387, 396, 400, 401, 402, 403, 404, 406, 407, 411, 421, 425, 430, 440, 442, 444, 450, 453, 454, 457, 459, 461, 462, 468, 472, 549, 584, 622, 660, 698, 736, 744, 751, 752, 753, 759, 760, 769, 855, 905, 1096, 1466, 1502, 1569, 1575, 1594, 1600, 1689, 1690, 1691, 1694, 1698, 1699, 1706, 1711, 1713, 1717, 1720, 1727, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1744, 1745, 1746], "generate_cod": [382, 1704], "georg": 1734, "gesvd": 0, "get": [0, 6, 8, 52, 53, 61, 62, 65, 91, 92, 93, 94, 337, 338, 340, 351, 352, 358, 359, 360, 363, 364, 368, 375, 403, 420, 456, 459, 462, 471, 476, 491, 493, 512, 514, 589, 627, 665, 703, 741, 860, 1525, 1529, 1575, 1586, 1587, 1588, 1589, 1590, 1689, 1690, 1695, 1697, 1713, 1717, 1719, 1723, 1727, 1728, 1730, 1732, 1734, 1735, 1737, 1740, 1745], "get_acceptance_r": [295, 321], "get_accumulation_tim": 295, "get_accumulation_time_hhmmss": 295, "get_all_fock_st": 279, "get_chi0": [1743, 1748], "get_config_id": 295, "get_current_cycle_numb": 295, "get_dmft_band": [1713, 1716, 1717, 1719, 1720], "get_dur": 295, "get_eigensystem": 45, "get_eigenvalu": 45, "get_energi": 45, "get_fock_st": [45, 230, 279, 444], "get_fop": 45, "get_full_hilbert_spac": 45, "get_full_hilbert_space_dim": 45, "get_funct": 83, "get_gf_data_shap": 0, "get_gs_energi": 45, "get_h_atom": 45, "get_hilbert": [256, 268], "get_i": [83, 402, 1701], "get_id": 1675, "get_index": 279, "get_interpol": 0, "get_interpolation_data": 429, "get_is_singular_threshold": 119, "get_kmesh": [0, 1713, 1717, 1719, 1720, 1739, 1743, 1744, 1748], "get_matrix_el": 247, "get_matrix_element_of_monomi": 45, "get_mesh": [0, 131], "get_mkind": 466, "get_n_operations_before_check": 83, "get_native_id": 1680, "get_op_mat": [0, 45], "get_perc": 295, "get_precision_error": 83, "get_precision_warn": 83, "get_quantum_numb": 45, "get_raw": [385, 387], "get_rmesh": 0, "get_rng": [295, 456, 458, 459], "get_singular_threshold": 83, "get_state_index": [230, 279], "get_statist": 321, "get_subspace_dim": [0, 45], "get_tail": 0, "get_target_shap": 0, "get_total_tim": 295, "get_unitary_matric": 45, "get_unitary_matrix": 45, "get_vacuum_st": 45, "get_vacuum_subspace_index": 45, "get_warmup_tim": 295, "get_warmup_time_hhmmss": 295, "get_x": [83, 402, 1701], "get_x_internal_ord": [83, 98, 106], "get_y_internal_ord": 83, "getitem": 0, "getsourc": 470, "getter": 379, "gf": [5, 9, 10, 73, 74, 75, 76, 77, 219, 388, 389, 404, 405, 406, 407, 408, 409, 411, 412, 413, 415, 420, 423, 425, 426, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 443, 449, 450, 451, 464, 465, 466, 468, 469, 474, 475, 525, 1448, 1450, 1467, 1469, 1484, 1485, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1594, 1600, 1690, 1703, 1704, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "gf2": 412, "gf_assign_0": 159, "gf_base": 0, "gf_const": 423, "gf_const_view": [0, 131, 143, 146, 151, 159, 175, 183, 202, 407, 408, 410, 412, 414, 423, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 868, 869, 870, 871, 873, 874, 882, 884], "gf_densiti": 0, "gf_expr": 0, "gf_fourier": 0, "gf_imp_max": [1713, 1717], "gf_indic": 0, "gf_lehmann_t": [73, 74, 75, 76, 77], "gf_mesh": [0, 426, 573, 611, 649, 687, 725, 844], "gf_multivar": 0, "gf_struct": [73, 74, 75, 76, 77, 136, 187, 219, 389, 524, 525, 526, 527, 760, 782, 1535, 1536, 1540, 1594, 1596, 1709, 1723, 1725, 1727, 1729, 1731, 1732, 1735, 1736, 1737], "gf_struct_t": [0, 73, 74, 75, 76, 77, 136, 187, 219, 389, 524, 525, 526, 527, 1535, 1536, 1540], "gf_sym_grp": 0, "gf_unary_m_expr": 0, "gf_view": [0, 131, 146, 151, 163, 171, 207, 407, 410, 412, 413, 414, 423, 426, 432, 433, 434, 435, 436, 437, 440, 561, 562, 564, 576, 577, 578, 579, 580, 581, 582, 583, 599, 600, 602, 614, 615, 616, 617, 618, 619, 620, 621, 637, 638, 640, 652, 653, 654, 655, 656, 657, 658, 659, 675, 676, 678, 690, 691, 692, 693, 694, 695, 696, 697, 713, 714, 716, 728, 729, 730, 731, 732, 733, 734, 735, 832, 833, 835, 847, 848, 849, 850, 851, 852, 853, 854, 872, 875, 876, 879, 880, 881, 883, 887, 888, 889, 890, 891, 892, 893, 894], "gfbloc": [449, 1468], "gfblocindic": 450, "gfbrillouinzon": [1069, 1072], "gfimfreq": [0, 431, 432, 434, 435, 436, 438, 440, 442, 443, 449, 468, 469, 1093, 1099, 1102, 1688, 1727], "gfimtim": [0, 431, 432, 438, 442, 443, 576, 652, 690, 728, 847, 887, 1099, 1727], "gfindic": 0, "gfinterpol": 0, "gfl": 213, "gflegendr": [431, 432, 438, 443, 1080, 1727], "gfortran": 1697, "gfrefreq": [0, 431, 432, 437, 438, 439, 442, 1081, 1099, 1100, 1102, 1727, 1735], "gfretim": [431, 432, 438, 442, 1082, 1099, 1727], "gg": [409, 1739, 1744], "gh": 403, "gi": [403, 421], "gibb": 72, "gigabyt": 1690, "gil": [379, 382], "gimp": [1713, 1717, 1719, 1720], "gimp_freq_0": [1713, 1716, 1717, 1719, 1720], "gimp_refreq_0": [1716, 1720], "gimp_time_0": [1713, 1716, 1717, 1719, 1720], "gingra": 0, "git": [0, 8, 470, 1690, 1697, 1698, 1717], "git_execut": 0, "git_hash": [470, 1688], "github": [0, 4, 5, 7, 8, 1688, 1689, 1690, 1699, 1708, 1711, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1739, 1744, 1749], "githubusercont": [0, 1698], "give": [3, 4, 241, 403, 416, 417, 459, 462, 550, 1530, 1701, 1705, 1713, 1717, 1721, 1723, 1725, 1727, 1728, 1732, 1734, 1737, 1740, 1741, 1743, 1745, 1746, 1748], "given": [0, 4, 12, 16, 50, 51, 67, 79, 80, 96, 147, 148, 207, 224, 225, 226, 228, 230, 231, 232, 233, 236, 246, 247, 249, 250, 252, 253, 285, 288, 331, 338, 352, 354, 369, 370, 379, 382, 387, 389, 397, 399, 401, 406, 423, 430, 432, 440, 442, 444, 446, 448, 449, 450, 452, 461, 462, 463, 464, 465, 466, 468, 476, 487, 508, 529, 530, 538, 542, 549, 781, 866, 910, 961, 974, 987, 1074, 1094, 1095, 1098, 1099, 1433, 1441, 1464, 1465, 1468, 1470, 1471, 1486, 1487, 1515, 1521, 1522, 1536, 1550, 1552, 1553, 1554, 1560, 1561, 1569, 1570, 1581, 1602, 1608, 1620, 1624, 1655, 1669, 1679, 1691, 1698, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1736, 1737, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747, 1750], "giw": [436, 583, 621, 659, 697, 735, 854, 894, 1723, 1726, 1727], "giw_2": [1723, 1727], "giw_dlr": [1723, 1727], "giw_from_dlr": [1723, 1727], "gl": [0, 433, 434, 435, 443, 561, 580, 581, 582, 599, 618, 619, 620, 637, 656, 657, 658, 675, 694, 695, 696, 713, 732, 733, 734, 832, 851, 852, 853, 880, 891, 892, 893], "glad": 0, "gladli": 7, "glimps": 385, "global": [0, 42, 1692], "global_stop": 41, "gloc": [1713, 1717, 1719, 1720], "glorentz": 436, "glue": 0, "gm": [421, 436, 1702], "gmp": [0, 1694, 1696], "gmpxx": 0, "gnu": [3, 475, 1696, 1713, 1717], "go": [7, 8, 459, 1689, 1699, 1713, 1717, 1723, 1727, 1729, 1730, 1735, 1740, 1741, 1745, 1746], "goal": [457, 470, 1689, 1705, 1728, 1730, 1734, 1735], "goe": [0, 445, 459, 1713, 1714, 1717, 1718, 1735], "gone": [0, 1743, 1748], "good": [387, 459, 1710, 1713, 1717, 1723, 1727, 1730, 1735], "googl": [0, 1691, 1706], "gordan": [462, 1524], "goulko": 4, "gpg": [0, 1690], "gpl": [0, 3, 1689], "gr": 436, "grab": 0, "gradient": [0, 4], "gradual": [1730, 1735], "grai": [1713, 1717], "grand": [1723, 1727], "grant": 3, "graph": 469, "graphic": [469, 1706], "graybox": [1713, 1717], "great": [1713, 1717], "greatli": [1740, 1745], "green": [7, 9, 73, 74, 75, 76, 77, 136, 142, 144, 145, 146, 148, 150, 151, 159, 162, 174, 191, 193, 197, 198, 199, 203, 204, 205, 206, 207, 208, 377, 381, 385, 388, 389, 391, 406, 407, 408, 410, 413, 415, 417, 420, 421, 424, 425, 426, 438, 439, 442, 443, 449, 451, 466, 468, 469, 524, 525, 526, 527, 551, 552, 554, 556, 557, 558, 559, 560, 566, 567, 569, 570, 573, 575, 587, 588, 589, 592, 594, 595, 596, 597, 598, 604, 605, 607, 608, 611, 613, 625, 626, 627, 630, 632, 633, 634, 635, 636, 642, 643, 645, 646, 649, 651, 663, 664, 665, 668, 670, 671, 672, 673, 674, 680, 681, 683, 684, 687, 689, 701, 702, 703, 706, 708, 709, 710, 711, 712, 718, 719, 721, 722, 725, 727, 739, 740, 741, 744, 745, 748, 759, 760, 765, 776, 791, 801, 814, 825, 827, 828, 829, 830, 831, 837, 838, 840, 841, 844, 846, 858, 859, 860, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 878, 961, 974, 987, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1092, 1093, 1095, 1096, 1099, 1100, 1101, 1102, 1103, 1448, 1450, 1467, 1469, 1484, 1485, 1536, 1561, 1596, 1689, 1699, 1708, 1709, 1715, 1716, 1719, 1720, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1745], "green_retim": 0, "greenfunct": [0, 159], "greet": [456, 459], "grei": [1713, 1715, 1716, 1717, 1719, 1720], "grid": [406, 449, 450, 452, 1594, 1600, 1602, 1717, 1722, 1726, 1732, 1737, 1739, 1744, 1745, 1746, 1748], "ground": [59, 494, 515, 1743, 1748], "group": [0, 4, 54, 63, 99, 100, 138, 139, 154, 155, 166, 167, 178, 179, 187, 234, 235, 286, 287, 314, 315, 338, 356, 357, 385, 387, 440, 486, 497, 507, 518, 1672, 1689, 1713, 1717, 1724], "group1": 385, "grow": [338, 1743, 1748], "gs_energi": 1725, "gsc": 436, "gsl": 0, "gt": [0, 408, 421, 433, 434, 437, 443, 581, 582, 619, 620, 657, 658, 695, 696, 733, 734, 852, 853, 892, 893, 1722, 1726, 1727, 1745], "gtau": [0, 440, 1723, 1725, 1727], "gtau_dlr": [1723, 1727], "gtb": 1726, "gtest": 0, "guarante": [0, 41, 440, 461, 1690], "guess": [0, 442, 468, 549, 550, 1094, 1608, 1609, 1618, 1709, 1731, 1732, 1735, 1736, 1737], "guid": [0, 5, 7, 8, 131, 1689, 1690], "gull": 4, "gw": [408, 433, 434, 435, 436, 437, 443, 580, 582, 583, 618, 620, 621, 656, 658, 659, 694, 696, 697, 732, 734, 735, 851, 853, 854, 891, 893, 894, 1723, 1727], "gw2": 408, "h": [0, 3, 50, 234, 235, 238, 239, 248, 258, 269, 286, 287, 290, 291, 351, 356, 357, 361, 362, 366, 367, 375, 386, 387, 389, 396, 403, 444, 449, 459, 461, 462, 464, 475, 478, 480, 501, 1522, 1535, 1537, 1538, 1539, 1541, 1542, 1546, 1547, 1548, 1549, 1550, 1589, 1590, 1697, 1713, 1717, 1719, 1720, 1725, 1729, 1732, 1737, 1739, 1744], "h1": 365, "h2": 365, "h5": [4, 9, 99, 100, 138, 139, 154, 155, 166, 167, 178, 179, 187, 222, 223, 234, 235, 286, 287, 314, 315, 356, 357, 377, 386, 387, 389, 406, 412, 416, 417, 418, 421, 422, 424, 470, 1688, 1700, 1703, 1704, 1709, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1724, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1746, 1747], "h5_read": [0, 83, 133, 150, 162, 174, 187, 230, 279, 295, 352, 428, 1703], "h5_read_attribut": 215, "h5_read_gf_struct": [0, 131], "h5_save_freq": [1717, 1720], "h5_use_110_api": 0, "h5_write": [0, 83, 133, 150, 162, 174, 230, 279, 295, 352, 412, 421, 428, 1703], "h5_write_attribut": 215, "h5diff": [0, 385], "h5f_acc_trunc": 0, "h5l": [385, 1724], "h5public": 1697, "h5py": [1713, 1717], "h5read": 0, "h5structur": [1713, 1717], "h5write": 0, "h_": [459, 1539, 1729, 1731, 1732, 1736, 1737], "h_dict": 1539, "h_dump": [464, 1547, 1548, 1549], "h_int": [1709, 1729, 1731, 1732, 1735, 1736, 1737], "h_int_dens": 464, "h_int_kanamori": [0, 389, 464], "h_int_slat": 464, "h_int_typ": [1717, 1720], "h_k": 0, "h_loc": [1732, 1737], "h_loc_diag": 1735, "h_loc_diag_0": 1720, "h_loc_diagon": 1735, "h_r": [1739, 1743, 1744, 1748], "h_real": [464, 1550], "ha": [0, 3, 87, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 193, 241, 296, 317, 319, 320, 338, 340, 346, 348, 380, 381, 385, 386, 387, 388, 391, 395, 396, 402, 403, 404, 405, 406, 409, 421, 425, 426, 432, 440, 442, 449, 456, 458, 459, 469, 1096, 1482, 1624, 1643, 1675, 1678, 1679, 1680, 1688, 1691, 1694, 1697, 1698, 1706, 1710, 1713, 1715, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "had": [0, 41, 1694, 1725, 1730, 1735], "hafermann": 3, "hahn": 0, "half": [202, 432, 444, 802, 815, 817, 1709, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1743, 1745, 1748], "half_bandwidth": [433, 434, 435, 436, 439, 443, 801, 802, 814, 815, 817], "halfwai": 346, "hamiltonian": [0, 9, 44, 45, 50, 60, 62, 68, 72, 75, 76, 77, 78, 247, 248, 251, 377, 389, 444, 451, 459, 461, 462, 478, 480, 495, 501, 516, 1446, 1482, 1499, 1500, 1522, 1537, 1538, 1539, 1709, 1714, 1716, 1718, 1719, 1720, 1725, 1729, 1731, 1732, 1735, 1736, 1737, 1739, 1744], "hamitonian": [1739, 1744], "hampel": [0, 4], "hand": [7, 142, 159, 339, 391, 1689, 1713, 1717, 1739, 1742, 1743, 1744, 1747, 1748], "handl": [0, 387, 402, 407, 429, 1741, 1746], "handler": [379, 382], "happen": [88, 385, 387, 457, 1678, 1723, 1727, 1730, 1735, 1736], "happi": 6, "hard": [1698, 1713, 1717], "harmon": [462, 465, 1522, 1525, 1529, 1552, 1553, 1554], "harri": 0, "hartre": [1462, 1713, 1716, 1717, 1719, 1720], "hartree_fock": 4, "has_env": 0, "has_indic": 215, "has_stat": [230, 279], "hash": 5, "hat": [449, 461, 465, 545, 1552, 1553, 1554, 1555, 1556, 1557, 1713, 1717, 1723, 1726, 1727], "have": [0, 4, 6, 7, 8, 12, 26, 41, 72, 75, 76, 77, 78, 109, 153, 165, 177, 290, 291, 340, 348, 369, 370, 372, 373, 385, 387, 388, 395, 396, 398, 399, 403, 404, 406, 411, 412, 413, 416, 420, 424, 430, 432, 440, 456, 457, 458, 459, 461, 464, 465, 466, 467, 468, 469, 470, 472, 748, 765, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1689, 1690, 1691, 1692, 1696, 1698, 1699, 1700, 1702, 1703, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "haven": 459, "hb": 403, "hc": 403, "hd": [1713, 1717], "hdf": [385, 440], "hdf5": [9, 99, 100, 138, 139, 140, 154, 155, 156, 166, 167, 168, 178, 179, 180, 222, 223, 234, 235, 286, 287, 289, 314, 315, 352, 356, 357, 358, 377, 379, 428, 431, 432, 438, 460, 1690, 1694, 1696, 1697, 1699, 1708, 1739, 1744], "hdf5_data_schem": [386, 387], "hdf5_format": [133, 150, 162, 174, 230, 279, 352], "hdf_archiv": 0, "hdf_filenam": [1713, 1717], "hdf_scheme": 865, "hdfarchiv": [385, 386, 389, 470, 1688, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1724, 1731, 1732, 1735, 1736, 1737, 1739, 1742, 1744, 1745, 1746, 1747], "hdfarchivegroup": [385, 386], "hdfarchiveinert": [0, 385], "head": 0, "header": [0, 7, 9, 382, 383, 396, 458, 459, 475, 1692, 1696, 1705, 1707, 1747], "heart": 457, "heavi": 1720, "hello": 1721, "help": [0, 3, 8, 453, 467, 470, 1500, 1694, 1698, 1699, 1742, 1747], "helper": [0, 9, 426, 460, 589, 627, 665, 703, 741, 860, 1723, 1727, 1739, 1740, 1744, 1745], "henc": [385, 411, 413, 440, 470, 475, 476, 1468, 1709, 1713, 1717, 1728, 1734, 1740, 1743, 1745, 1748], "henri": 0, "here": [0, 3, 4, 7, 8, 379, 381, 388, 394, 396, 400, 403, 404, 406, 408, 428, 432, 440, 443, 447, 449, 453, 456, 457, 458, 459, 461, 463, 469, 470, 471, 476, 1689, 1690, 1694, 1698, 1699, 1700, 1701, 1702, 1706, 1707, 1709, 1710, 1712, 1713, 1714, 1715, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "hereaft": [385, 410, 1690], "hermit": [0, 430, 442, 875, 1096], "hermitian": [0, 247, 253, 430, 461, 563, 601, 639, 677, 715, 834, 882, 1515], "hermitian_": 0, "heurist": [1743, 1748], "hfd": 387, "hfile": 1703, "hfile2": 1703, "hg": 403, "hierarch": 385, "high": [0, 3, 145, 146, 207, 407, 408, 409, 416, 417, 422, 424, 431, 432, 433, 434, 436, 437, 438, 439, 440, 442, 452, 579, 617, 655, 693, 731, 850, 872, 890, 1099, 1689, 1713, 1717, 1723, 1727, 1735, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "higher": [0, 4, 388, 421, 1696, 1713, 1717], "highli": [474, 1691], "highlight": [1739, 1744], "hilbert": [9, 44, 50, 51, 57, 58, 68, 230, 231, 232, 234, 235, 238, 239, 240, 241, 242, 246, 247, 248, 250, 255, 258, 260, 261, 266, 267, 268, 269, 271, 272, 277, 278, 279, 280, 281, 284, 286, 287, 290, 291, 292, 293, 377, 389, 439, 447, 448, 487, 490, 499, 508, 511, 520, 539, 545, 801, 814, 1729, 1736, 1737], "hilbert_map_t": 242, "hilbert_spac": [9, 10, 57, 377, 389, 461], "hilbertspac": [214, 246, 255], "hilberttransform": 449, "hilberttyp": 241, "hint": [0, 1713, 1717, 1723, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "hiroshi": 0, "hist": [471, 1722], "histogram": [0, 337, 351, 375, 472, 1732, 1737], "hk": [1500, 1731, 1736], "hk_numer": 1500, "hmap": 242, "hold": [191, 193, 347, 349, 1713, 1717, 1723, 1726, 1727, 1743, 1748], "hole": [1732, 1737, 1741, 1746], "home": [1692, 1694, 1695, 1707, 1717], "homebrew": [0, 1694], "homepag": [4, 1689], "homogen": [1713, 1717], "hop": [0, 389, 442, 444, 447, 449, 450, 452, 464, 1094, 1098, 1446, 1462, 1463, 1482, 1483, 1499, 1500, 1503, 1548, 1594, 1600, 1712, 1717, 1726, 1731, 1736, 1740, 1742, 1743, 1745, 1747, 1748], "hop_1": 452, "hop_2": 452, "hop_4": 452, "hope": 459, "hopp_dict": [1501, 1503], "hopping_dictionari": 452, "host": [1649, 1663, 1690, 1714, 1718], "hostnam": 470, "hour": [0, 305, 313, 459], "how": [0, 5, 6, 9, 385, 396, 401, 408, 436, 449, 459, 471, 1690, 1691, 1694, 1698, 1711, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "howev": [0, 7, 387, 389, 397, 402, 406, 408, 413, 426, 432, 461, 1690, 1691, 1698, 1713, 1717, 1728, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "hpc": 1690, "hpp": [0, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 382, 383, 388, 389, 391, 395, 396, 397, 398, 399, 400, 402, 405, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 456, 458, 459, 463, 474, 475, 476, 1700, 1701, 1702, 1703, 1704, 1707, 1750], "hstack": 1688, "html": [0, 7, 1713, 1717, 1739, 1744], "http": [0, 4, 8, 409, 1688, 1690, 1698, 1708, 1711, 1721, 1739, 1744, 1749], "hubbard": [389, 444, 462, 464, 1520, 1521, 1522, 1527, 1699, 1711, 1713, 1717, 1719, 1723, 1727, 1741, 1742, 1746, 1747], "hubbardi": [0, 4, 1716, 1720], "huge": 268, "hugo": [0, 442, 1096], "hugostrand": 4, "human": 470, "hund": [462, 1520, 1521, 1522, 1527], "hyb": [50, 248, 1699, 1729], "hybrid": [0, 389, 442, 464, 1093, 1094, 1098, 1699, 1713, 1717, 1720, 1723, 1727, 1729], "hybridis": 1729, "hypothesi": [1743, 1748], "i": [0, 3, 5, 6, 7, 8, 12, 13, 15, 16, 25, 26, 41, 42, 45, 46, 47, 48, 49, 51, 53, 54, 59, 63, 68, 73, 80, 85, 88, 94, 95, 97, 101, 105, 106, 107, 108, 110, 115, 119, 121, 122, 124, 125, 126, 127, 129, 130, 141, 143, 145, 147, 148, 183, 191, 192, 193, 202, 205, 206, 208, 215, 219, 222, 224, 232, 238, 239, 241, 243, 248, 255, 258, 262, 269, 273, 283, 292, 296, 297, 299, 317, 319, 320, 321, 322, 323, 324, 331, 334, 338, 339, 340, 342, 344, 345, 346, 348, 350, 362, 365, 369, 370, 371, 374, 379, 380, 381, 382, 383, 385, 386, 387, 388, 389, 391, 392, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 424, 426, 428, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 444, 445, 447, 448, 449, 451, 452, 453, 454, 456, 457, 458, 459, 460, 461, 462, 464, 465, 467, 468, 469, 470, 471, 472, 474, 475, 476, 483, 485, 487, 491, 494, 504, 506, 508, 512, 515, 530, 535, 536, 543, 545, 549, 550, 551, 552, 554, 559, 589, 592, 597, 627, 630, 635, 665, 668, 673, 703, 706, 711, 741, 747, 764, 776, 791, 814, 825, 830, 860, 876, 900, 901, 906, 936, 961, 974, 987, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1093, 1094, 1096, 1098, 1446, 1462, 1468, 1500, 1502, 1510, 1512, 1513, 1515, 1516, 1521, 1522, 1533, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1557, 1565, 1569, 1596, 1608, 1618, 1620, 1646, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1682, 1683, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1698, 1699, 1700, 1701, 1704, 1705, 1706, 1707, 1709, 1710, 1713, 1714, 1715, 1717, 1718, 1719, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748, 1750], "i0": [102, 111, 126, 127, 129, 130, 402, 1701], "i1": [102, 111, 127, 130, 402, 433, 434, 435, 436, 437, 1701], "i2": [433, 434, 435, 436, 437], "i_": [391, 396, 398, 1700, 1723, 1727], "i_n": 403, "ib": 403, "ibcast": 42, "ic": 403, "icon": [3, 1713, 1717], "icx": [0, 1696], "id": [388, 1680], "idea": [459, 1710, 1729, 1730, 1735, 1743, 1748], "idenifi": 445, "ident": [441, 1691, 1750], "identif": [1674, 1679], "identifi": [464, 1675, 1713, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1743, 1744, 1745, 1746, 1748, 1750], "identity_matrix": 449, "idx": [0, 432, 933, 1723, 1727, 1743, 1747, 1748], "idx_t": [252, 254], "idxlist": [462, 1530], "ie": 452, "if_els": 396, "iff": [290, 291, 367], "ifnotfound": 0, "ight": [442, 1094], "ignor": [0, 340, 342, 387, 1537, 1538, 1539, 1620], "ignore_in_python": 0, "ignore_irrelev": [1535, 1537, 1538, 1539], "igor": 0, "ii": [253, 465, 1554], "iif": [38, 191, 192, 193, 385, 387, 399, 453, 901], "ij": [430, 462, 464, 1522, 1533, 1537, 1539, 1547, 1548, 1723, 1727], "ijkl": [462, 464, 1522, 1538, 1549], "ill": [1723, 1727], "illustr": [0, 383, 398, 399, 432, 452, 458, 469, 1694, 1722, 1731, 1736], "im": [0, 432, 442, 1100, 1102, 1688, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1730, 1735, 1739, 1740, 1744, 1745, 1747], "imag": [0, 131, 437, 461, 468, 469, 1688, 1690, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1734, 1735, 1736, 1737, 1744, 1745, 1747], "imag_threshold": 1717, "imagianari": 4, "imagin": [440, 458, 1723, 1727], "imaginari": [0, 76, 77, 144, 193, 197, 199, 204, 206, 389, 407, 410, 412, 416, 424, 425, 429, 431, 432, 436, 438, 442, 443, 461, 464, 526, 567, 605, 643, 681, 719, 838, 868, 869, 871, 874, 875, 879, 974, 987, 1015, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1096, 1099, 1102, 1511, 1550, 1688, 1713, 1716, 1717, 1719, 1720, 1726, 1730, 1732, 1734, 1735, 1737, 1740, 1744, 1745], "imax": [1656, 1657], "imfreq": [0, 73, 143, 145, 146, 151, 202, 207, 400, 405, 407, 408, 410, 412, 414, 425, 426, 430, 431, 433, 434, 436, 437, 524, 562, 563, 564, 565, 571, 572, 577, 578, 579, 580, 582, 583, 600, 601, 602, 603, 609, 610, 615, 616, 617, 618, 620, 621, 638, 639, 640, 641, 647, 648, 653, 654, 655, 656, 658, 659, 676, 677, 678, 679, 685, 686, 691, 692, 693, 694, 696, 697, 714, 715, 716, 717, 723, 724, 729, 730, 731, 732, 734, 735, 833, 834, 835, 836, 842, 843, 848, 849, 850, 851, 853, 854, 872, 873, 875, 876, 879, 881, 882, 883, 884, 885, 886, 888, 889, 890, 891, 893, 894, 1011, 1012, 1013, 1702, 1703, 1727], "img": 1747, "imin": [1656, 1657], "immedeatli": 42, "immedi": [0, 432], "immens": [1713, 1717], "immutablearrai": 400, "immutablematrix": [416, 417, 422, 424], "imp": [432, 1713, 1717, 1719, 1720, 1723, 1727, 1728, 1729, 1734], "imp_gb2": [1713, 1717, 1719, 1720], "imp_occ": [1713, 1717, 1719, 1720], "impact": 1694, "imper": [9, 241, 247, 248, 249, 444], "imperative_oper": [9, 214, 444], "impl_tag": 131, "impl_tool": 0, "implement": [0, 4, 6, 29, 133, 136, 189, 246, 247, 255, 256, 268, 386, 387, 391, 399, 400, 401, 404, 406, 407, 408, 417, 428, 431, 434, 436, 437, 444, 448, 454, 457, 458, 459, 461, 464, 469, 472, 476, 535, 566, 587, 588, 604, 625, 626, 642, 663, 664, 680, 701, 702, 718, 739, 740, 837, 858, 859, 913, 1458, 1672, 1689, 1709, 1713, 1717, 1723, 1727, 1728, 1734, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "implemet": 1712, "impli": [3, 241, 396, 440], "implicit": 406, "import": [0, 382, 383, 386, 387, 389, 404, 432, 433, 434, 435, 436, 437, 439, 440, 443, 447, 449, 452, 461, 468, 469, 470, 471, 551, 552, 1688, 1690, 1692, 1704, 1709, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "importantli": 459, "impos": [145, 340, 442, 470, 1096, 1709], "imposs": [1743, 1748], "improp": [0, 3], "improv": [6, 409, 460, 1432, 1690, 1713, 1717, 1750], "impur": [0, 5, 389, 460, 1689, 1690, 1699, 1709, 1711, 1715, 1716, 1719, 1720, 1723, 1725, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737], "imread": 1747, "imshow": 1747, "imtim": [0, 76, 407, 408, 410, 420, 421, 425, 431, 433, 434, 436, 437, 526, 571, 576, 579, 581, 582, 609, 614, 617, 619, 620, 647, 652, 655, 657, 658, 685, 690, 693, 695, 696, 723, 728, 731, 733, 734, 842, 847, 850, 852, 853, 868, 872, 874, 875, 885, 887, 890, 892, 893, 1022, 1023, 1024, 1059, 1702], "imtime_bubble_chi0_wk": [1740, 1743, 1745, 1748], "in_central_patch": [1732, 1737], "includ": [0, 3, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 382, 388, 389, 391, 395, 396, 397, 398, 399, 400, 402, 405, 406, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 456, 458, 459, 472, 473, 474, 476, 1015, 1035, 1047, 1502, 1690, 1692, 1695, 1696, 1697, 1700, 1701, 1702, 1703, 1704, 1705, 1707, 1710, 1723, 1727, 1743, 1748, 1750], "include_directori": 0, "inclus": 0, "incoher": [1714, 1718, 1719, 1720], "incommensur": [1741, 1746], "incompat": [365, 433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "inconsist": 0, "inconveni": 413, "incorpor": 0, "incorrect": [0, 3, 1702], "increas": [0, 338, 339, 342, 1699, 1713, 1714, 1715, 1717, 1718, 1719, 1729, 1736, 1743, 1748], "increment": [15, 1608, 1609], "ind": [225, 226, 461], "ind1": [1512, 1513, 1516], "ind2": [1512, 1513, 1516], "inde": [3, 7, 381, 406, 470, 530, 1715, 1719, 1723, 1725, 1727, 1742, 1747], "indec": 0, "independ": [0, 4, 338, 440, 459, 472, 747, 764, 1723, 1727, 1742, 1747], "index": [0, 13, 18, 19, 23, 46, 47, 48, 49, 51, 53, 61, 64, 70, 73, 74, 75, 76, 77, 216, 217, 219, 224, 225, 226, 228, 232, 233, 242, 250, 252, 260, 262, 271, 273, 279, 281, 283, 284, 285, 290, 291, 292, 360, 388, 406, 420, 421, 428, 432, 433, 434, 435, 436, 437, 444, 445, 452, 461, 462, 463, 464, 466, 483, 485, 487, 504, 506, 508, 744, 913, 919, 920, 939, 944, 945, 946, 956, 957, 958, 961, 969, 970, 971, 974, 982, 983, 984, 987, 995, 996, 997, 1011, 1012, 1013, 1022, 1023, 1024, 1033, 1034, 1041, 1042, 1043, 1055, 1056, 1057, 1086, 1458, 1459, 1480, 1521, 1522, 1526, 1528, 1531, 1533, 1536, 1537, 1538, 1539, 1549, 1560, 1586, 1713, 1717, 1723, 1725, 1727, 1729, 1739, 1744], "index_range_of_subspac": 45, "index_t": [0, 406, 426, 428, 944, 945, 946, 956, 957, 958, 969, 970, 971, 982, 983, 984, 995, 996, 997, 1011, 1012, 1013, 1022, 1023, 1024, 1033, 1034, 1041, 1042, 1043, 1055, 1056, 1057], "index_to_linear": [0, 406, 428], "index_to_point": [0, 406, 428], "indextyp": [219, 225, 461], "indic": [17, 18, 21, 22, 70, 73, 74, 75, 76, 77, 160, 172, 185, 196, 215, 219, 232, 404, 406, 412, 421, 430, 432, 433, 434, 435, 436, 437, 439, 440, 443, 444, 449, 450, 461, 463, 468, 469, 478, 480, 501, 746, 752, 753, 761, 1087, 1463, 1483, 1499, 1536, 1595, 1596, 1601, 1673, 1688, 1698, 1713, 1717, 1721, 1723, 1725, 1727, 1729, 1731, 1735, 1736, 1740, 1741, 1745, 1746, 1750], "indices_t": [220, 224, 226, 228, 232, 461, 463], "indicesl": [0, 433, 434, 435, 436, 437], "indicesr": [0, 433, 434, 435, 436, 437], "indirect": 389, "indirectli": [379, 382], "individu": [262, 273, 445, 1723, 1727, 1729], "induc": 1719, "inequ": [238, 290], "inequiv_to_corr": 1717, "inequival": 1717, "inert": 387, "inf": 0, "infinit": [1728, 1734, 1743, 1748], "inflamm": 1721, "influenc": 1692, "info": [0, 1707], "inform": [0, 388, 408, 410, 414, 416, 417, 430, 459, 470, 1688, 1690, 1695, 1706, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1727, 1728, 1729, 1734, 1740, 1745], "infrar": [1743, 1748], "infti": [0, 404, 406, 409, 442, 448, 449, 535, 545, 1094, 1719, 1723, 1727, 1740, 1741, 1743, 1745, 1746, 1748], "ingredi": [1699, 1732, 1737], "inherit": [0, 459, 1673], "ini": [1713, 1715, 1716, 1717, 1719, 1720], "init": [0, 387, 412, 468, 549, 550, 1643, 1700, 1726, 1727], "init_list": 412, "init_s": [88, 402, 1701], "init_value_default": 550, "initi": [0, 23, 24, 33, 35, 44, 46, 47, 48, 49, 61, 207, 208, 244, 319, 320, 340, 408, 414, 430, 432, 435, 439, 442, 443, 450, 456, 457, 482, 483, 484, 485, 503, 504, 505, 506, 791, 1094, 1099, 1502, 1596, 1598, 1605, 1608, 1618, 1673, 1679, 1701, 1702, 1724, 1728, 1729, 1732, 1734, 1735, 1737, 1743, 1747, 1748], "initial_i": 1701, "initial_sign": 459, "initial_x": 1701, "initialis": [440, 747, 764], "initializer_list": [195, 412], "initializi": 0, "initio": [5, 1713, 1717], "inlin": [1710, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "inlinebackend": [1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "inner": [51, 73, 74, 75, 76, 77, 466, 487, 508, 745, 1536, 1561], "inp": [1713, 1717], "inplac": [0, 771], "input": [0, 4, 338, 350, 380, 409, 472, 1468, 1689, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1725, 1728, 1729, 1734], "ins": [1720, 1736], "insead": [1739, 1744], "insert": [0, 83, 126, 127, 215, 226, 352, 366, 389, 402, 444, 461, 1701, 1717, 1729, 1736, 1741, 1746], "insert2": [0, 83, 402], "insert2_at_end": [0, 83, 1701], "insert_at_end": [83, 1701], "insert_from_indices_t": 215, "inset": 1722, "insid": [589, 627, 665, 703, 741, 860, 1462, 1690, 1732, 1737], "insist": 398, "inspect": [0, 470, 1713, 1717, 1730, 1735], "inspir": 1725, "instabl": [1741, 1746], "instal": [5, 7, 382, 475, 1689, 1692, 1695, 1696, 1698, 1705, 1706, 1707], "install_dir": 1704, "install_path": 1693, "install_prefix": 1690, "instanc": [8, 340, 452, 457, 458, 459, 461, 463, 1462, 1704], "instanti": 461, "instead": [0, 302, 440, 450, 461, 462, 1521, 1602, 1674, 1676, 1682, 1683, 1690, 1713, 1717, 1723, 1726, 1727, 1735], "institut": [3, 1714, 1718], "instruct": [0, 7, 470, 1690, 1691, 1694, 1695, 1716, 1720, 1730, 1735], "insuffici": 0, "insul": [1713, 1715, 1716, 1717, 1719, 1720, 1730, 1732, 1735, 1737], "int": [0, 13, 16, 26, 29, 34, 46, 47, 48, 49, 50, 51, 53, 55, 58, 61, 64, 65, 67, 70, 71, 73, 74, 76, 77, 105, 106, 115, 133, 135, 136, 144, 145, 146, 147, 148, 149, 151, 190, 194, 195, 197, 198, 199, 200, 201, 203, 204, 207, 208, 211, 212, 213, 219, 220, 225, 228, 229, 232, 233, 240, 262, 267, 278, 281, 283, 284, 285, 292, 293, 296, 302, 306, 307, 317, 319, 320, 339, 340, 342, 343, 346, 347, 348, 349, 350, 354, 360, 361, 362, 371, 372, 373, 374, 381, 385, 386, 388, 389, 391, 395, 396, 397, 398, 399, 402, 405, 406, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 433, 434, 435, 436, 437, 439, 442, 444, 445, 452, 456, 458, 459, 461, 464, 465, 466, 474, 476, 478, 480, 482, 483, 484, 485, 487, 491, 492, 493, 501, 503, 504, 505, 506, 508, 512, 513, 514, 524, 525, 526, 527, 554, 563, 565, 574, 577, 583, 584, 585, 586, 592, 601, 603, 612, 615, 621, 622, 623, 624, 630, 639, 641, 650, 653, 659, 660, 661, 662, 668, 677, 679, 688, 691, 697, 698, 699, 700, 706, 715, 717, 726, 729, 735, 736, 737, 738, 760, 782, 801, 814, 825, 834, 836, 845, 848, 854, 855, 856, 857, 872, 873, 874, 882, 884, 888, 894, 913, 936, 949, 1000, 1005, 1006, 1009, 1015, 1026, 1035, 1047, 1059, 1094, 1096, 1454, 1455, 1458, 1470, 1471, 1486, 1487, 1502, 1503, 1512, 1513, 1516, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1586, 1700, 1701, 1702, 1703, 1707, 1713, 1716, 1717, 1719, 1720, 1722, 1725, 1727, 1729, 1732, 1737, 1743, 1748], "int64_t": [296, 309, 317, 319, 320], "int_": [404, 448, 449, 535, 545, 1723, 1727], "int_0": [404, 1723, 1727, 1728, 1734], "integ": [0, 12, 14, 16, 17, 215, 219, 279, 334, 339, 381, 430, 432, 448, 458, 459, 462, 465, 471, 478, 480, 501, 543, 584, 622, 660, 698, 736, 855, 936, 949, 1462, 1463, 1483, 1500, 1520, 1521, 1522, 1523, 1524, 1525, 1527, 1529, 1532, 1552, 1553, 1554, 1618, 1675, 1680, 1698, 1725, 1726], "integr": [0, 351, 452, 462, 879, 1503, 1520, 1522, 1527, 1589, 1680, 1690, 1710, 1715, 1716, 1719, 1720, 1743, 1748], "intel": [0, 1691, 1692], "intelllvm": [0, 1696], "intend": 1692, "intens": [1713, 1717, 1719], "interact": [0, 4, 386, 407, 431, 442, 462, 463, 464, 465, 1093, 1095, 1520, 1521, 1522, 1526, 1527, 1528, 1531, 1533, 1537, 1538, 1548, 1549, 1552, 1553, 1554, 1689, 1690, 1699, 1710, 1713, 1714, 1715, 1717, 1718, 1719, 1723, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1741, 1742, 1743, 1746, 1747, 1748, 1749], "intercept": [379, 382, 1743, 1748], "interdepend": 0, "interest": [400, 459, 1713, 1717, 1729, 1731, 1736, 1740, 1745], "interestingli": 440, "interfac": [0, 9, 314, 315, 377, 385, 387, 388, 389, 432, 440, 461, 467, 1482, 1502, 1689, 1696, 1699, 1708, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1724, 1727], "interface_compile_featur": 0, "intermedi": [1743, 1748], "intermediate_typ": 379, "intern": [96, 98, 106, 121, 122, 248, 408, 461, 1463, 1483, 1594, 1743, 1748], "interpol": [0, 413, 416, 417, 422, 424, 429, 1070, 1713, 1717, 1726, 1739, 1740, 1744, 1745], "interpolate_on_seg": 0, "interpret": [0, 1696, 1710, 1713, 1717, 1721], "interv": [352, 409, 422, 424, 458, 459, 471, 1015, 1026, 1035, 1047, 1581, 1702, 1723, 1727, 1729, 1742, 1747], "intracomm": 1645, "introduc": [0, 432, 469, 1698, 1699, 1708, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1729, 1742, 1747], "introduct": [0, 9, 440, 454, 459, 1699, 1705, 1708, 1713, 1717, 1723, 1727], "introductori": 9, "intuit": [385, 1721], "inu_": 1702, "inu_m": [1740, 1745], "inv": [432, 440], "inv_dft": 409, "inv_dft_i": 409, "inv_subspac": 444, "invalid": [0, 142, 159, 411, 1745], "invari": [50, 51, 53, 64, 69, 70, 71, 81, 247, 248, 252, 253, 254, 389, 444, 462, 464, 496, 500, 517, 521, 1521, 1549], "invers": [0, 4, 72, 73, 74, 75, 76, 77, 78, 105, 106, 131, 212, 213, 389, 402, 403, 404, 409, 432, 436, 439, 440, 442, 456, 459, 468, 469, 762, 771, 913, 961, 974, 987, 1000, 1015, 1026, 1480, 1688, 1700, 1701, 1702, 1703, 1709, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1737, 1739, 1741, 1743, 1744, 1746, 1748], "inverse_matrix": [83, 402, 1701], "inverse_matrix_internal_ord": 83, "inversefouri": 0, "inversion_sigmainf": [1713, 1717, 1719], "invert": [403, 439, 1723, 1727, 1737], "inverv": 471, "investig": [1736, 1740, 1745], "invoc": 1672, "invok": [1672, 1681, 1684], "invoke_result": 0, "involv": [440, 459, 461, 1689, 1729], "io": [0, 4, 158, 170, 182, 1690, 1713, 1716, 1717, 1720, 1721, 1739, 1744], "iomanip": [145, 146], "iomega": [442, 1093, 1094], "iomega_n": [428, 439, 1688, 1709, 1723, 1727, 1729, 1731, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "ion": [1713, 1717], "iostream": [13, 26, 339, 343, 346, 348, 388, 391, 397, 398, 399, 456, 458, 459, 474, 476], "ipht": [3, 1689], "ipo": 0, "ipt": [1728, 1729, 1730, 1734, 1735], "iptsolv": [1728, 1734, 1735], "ipykernel_50793": 1745, "ipynb": 1698, "ipython": [0, 1694, 1699, 1708, 1722, 1733, 1738], "iq_n": [1742, 1747], "irep": [1713, 1717], "iron": 1689, "irreduc": [1741, 1746], "irrelev": [1537, 1538, 1539], "irrespect": 385, "is_al": 1678, "is_almost_zero": 0, "is_block_gf_v": 0, "is_clef_express": 399, "is_constructor": 378, "is_convert": 0, "is_dag": 461, "is_data": [385, 387], "is_empti": 241, "is_gf_hermitian": [0, 131], "is_gf_real": [131, 416], "is_gf_real_in_tau": [0, 131, 416], "is_gf_v": 0, "is_group": [385, 387], "is_initi": 28, "is_instantiation_of_v": 0, "is_integr": 334, "is_integral_v": 16, "is_master_nod": [387, 1688, 1732, 1737], "is_method": [378, 379], "is_mpi": 1643, "is_op_hermitian": 0, "is_print": 379, "is_real": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706, 825, 1723, 1727], "is_singular": 83, "is_stat": [378, 379], "is_within_boundari": [0, 428], "is_zero": 461, "isconst": 208, "isconst2": 136, "isingmc": 456, "iskakov": 4, "isnorm": [94, 107], "iso": 1696, "isol": [459, 1695], "issu": [5, 8, 432, 459, 470, 1688, 1689, 1694, 1724], "issue_templ": 0, "isupp": [1713, 1717], "isystem": 1692, "it_2": 409, "item": [0, 385, 387, 1713, 1717], "iter": [0, 13, 15, 26, 216, 217, 218, 221, 371, 372, 373, 374, 379, 387, 406, 428, 431, 438, 444, 445, 460, 746, 761, 1608, 1698, 1709, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1730, 1731, 1735, 1736], "iterkei": 387, "itertool": [9, 10, 389, 461, 476, 1700, 1713, 1715, 1716, 1717, 1719, 1720], "ith": [448, 543], "its": [0, 3, 244, 253, 323, 331, 381, 385, 389, 396, 397, 403, 406, 407, 409, 410, 413, 414, 428, 432, 439, 440, 442, 445, 452, 459, 460, 461, 464, 476, 760, 875, 876, 1097, 1464, 1465, 1550, 1690, 1691, 1694, 1699, 1704, 1705, 1712, 1713, 1714, 1717, 1718, 1722, 1723, 1726, 1727, 1729, 1730, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "itself": [0, 15, 23, 24, 25, 249, 321, 383, 385, 399, 410, 412, 414, 456, 468, 469, 470, 1690, 1694, 1710, 1713, 1717, 1740, 1743, 1745, 1748], "iw": [0, 426, 432, 442, 875, 876, 1059, 1093, 1102, 1723, 1726, 1727], "iw_": [145, 146, 430, 1702], "iw_arr": 1726, "iw_mesh": [408, 430, 1702, 1723, 1726, 1727, 1734, 1735], "j": [0, 84, 97, 101, 105, 106, 110, 121, 122, 123, 124, 126, 127, 129, 130, 145, 191, 205, 219, 369, 370, 401, 402, 403, 430, 440, 442, 456, 462, 464, 876, 1093, 1094, 1098, 1512, 1513, 1516, 1521, 1522, 1532, 1533, 1537, 1538, 1539, 1547, 1548, 1549, 1690, 1701, 1717, 1720, 1727, 1731, 1742, 1743, 1747, 1748], "j0": [102, 111, 126, 127, 130, 402, 1701, 1736], "j1": [102, 111, 127, 130, 402, 1701, 1736], "j2": 1736, "j4": 0, "j_": [391, 398, 456, 462, 1521, 1700], "j_1": [462, 1524, 1532], "j_2": [462, 1524, 1532], "j_3": [462, 1524, 1532], "j_c": [462, 1521], "j_hund": [389, 462, 464, 1520, 1521, 1522, 1527, 1548], "jackknif": [0, 337, 370, 472], "jackknife_mpi": 337, "jacknif": [369, 370, 472], "jammi": 1690, "jc_hund": [462, 1521], "jenkinsfil": 0, "ji": 430, "jiani": 4, "jie": 0, "jl": [442, 1094, 1098], "jm1": [462, 1524, 1532], "jm2": [462, 1524, 1532], "jm3": [462, 1524, 1532], "job": [459, 1713, 1717, 1723, 1727], "jobnam": [1713, 1715, 1717, 1719, 1720], "john": 0, "join": [452, 1743, 1747, 1748], "jonathan": 0, "jump": [1719, 1723, 1727], "jupyt": [1689, 1690, 1697, 1699, 1708, 1711, 1713, 1714, 1715, 1717, 1718, 1719, 1749], "just": [0, 121, 122, 379, 396, 398, 399, 406, 411, 426, 432, 450, 453, 456, 457, 458, 459, 470, 920, 1596, 1598, 1605, 1624, 1677, 1690, 1695, 1707, 1713, 1715, 1717, 1719, 1721, 1723, 1724, 1727, 1728, 1730, 1731, 1734, 1735, 1736, 1740, 1742, 1745, 1747], "k": [0, 191, 205, 387, 409, 420, 448, 450, 451, 452, 462, 464, 476, 876, 936, 1059, 1068, 1070, 1448, 1450, 1467, 1469, 1484, 1485, 1495, 1500, 1502, 1522, 1523, 1538, 1549, 1594, 1597, 1598, 1600, 1602, 1603, 1604, 1605, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "k0": 1726, "k_": [391, 1732, 1737], "k_0": 1726, "k_af": 1746, "k_arr": 1726, "k_b": [1713, 1717], "k_bt": [1743, 1748], "k_cvt": [451, 1448, 1450, 1467, 1469, 1484, 1485], "k_dep_project": 1717, "k_dim": [1713, 1717, 1719, 1720], "k_g": 1745, "k_grid": 1726, "k_iw_mesh": 1726, "k_label": [1739, 1744], "k_linear": 1737, "k_m": 1745, "k_mesh": [451, 1448, 1450, 1467, 1469, 1484, 1485, 1713, 1717, 1719, 1720, 1726], "k_plot": [1739, 1744, 1745, 1746], "k_pt": 1745, "k_space_path": [0, 1713, 1715, 1716, 1717, 1719, 1720, 1739, 1744, 1745, 1746], "k_tick": [1739, 1744, 1745, 1746], "k_vec": [1739, 1744, 1745, 1746], "k_vector": 406, "k_x": [1726, 1737, 1739, 1740, 1744, 1745], "k_y": [1726, 1737, 1739, 1740, 1744, 1745], "kacper": 0, "kanamori": [0, 389, 462, 464, 1521, 1548, 1717, 1720, 1731, 1736], "karg": [784, 785, 795, 796], "kariuki": 0, "karp": 0, "kay": [1723, 1727], "keep": [0, 8, 142, 148, 352, 396, 440, 470, 1581, 1696, 1728, 1734], "kei": [0, 385, 386, 387, 452, 1463, 1483, 1503, 1640, 1690, 1713, 1717], "kept": [0, 324, 340, 453, 1742, 1747], "kernel": [1680, 1723, 1727, 1729], "ket": 444, "key_as_string_onli": 387, "keyerror": 387, "keywarg": [1713, 1716, 1717, 1719, 1720], "keyword": [0, 400, 760, 1672, 1681, 1725, 1727, 1729, 1740, 1745], "kgrid1d": 1744, "kies": 0, "kind": [0, 3, 136, 409, 421, 470, 1716, 1720], "kindli": 3, "kinet": [1732, 1737], "kj": [442, 1094, 1098], "kl": [442, 1094, 1098], "kmesh": [1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "knob": 1735, "know": [403, 408, 457, 460, 1713, 1717, 1721, 1723, 1726, 1727], "known": [0, 145, 146, 338, 430, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890, 1727, 1742, 1747], "known_moment": [0, 145, 146, 408, 430, 433, 434, 436, 437, 441, 562, 563, 564, 565, 579, 600, 601, 602, 603, 617, 638, 639, 640, 641, 655, 676, 677, 678, 679, 693, 714, 715, 716, 717, 731, 833, 834, 835, 836, 850, 872, 879, 881, 882, 883, 884, 890], "kpoint": [1714, 1718], "kpt": 1717, "kpt_weight": 1717, "krivenko": [0, 3, 4], "kroneck": 0, "ksi": [0, 402], "kslice_upd": [1713, 1717], "kvec": 1502, "kw": [379, 433, 434, 435, 436, 437, 554, 555, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 592, 593, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 630, 631, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 668, 669, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 706, 707, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 786, 787, 803, 804, 825, 826, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 1727], "kwarg": [433, 435, 440, 442, 478, 481, 502, 560, 587, 598, 625, 636, 663, 674, 701, 712, 739, 744, 745, 759, 760, 767, 777, 831, 858, 937, 950, 962, 975, 988, 1001, 1016, 1027, 1036, 1048, 1095, 1105, 1107, 1109, 1111, 1113, 1115, 1117, 1119, 1121, 1123, 1125, 1127, 1129, 1131, 1133, 1135, 1137, 1139, 1141, 1143, 1145, 1147, 1149, 1151, 1153, 1155, 1157, 1159, 1161, 1163, 1165, 1167, 1169, 1171, 1173, 1175, 1177, 1179, 1181, 1183, 1185, 1187, 1189, 1191, 1193, 1195, 1197, 1199, 1201, 1203, 1205, 1207, 1209, 1211, 1213, 1215, 1217, 1219, 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235, 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261, 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277, 1279, 1281, 1283, 1285, 1287, 1289, 1291, 1293, 1295, 1297, 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1313, 1315, 1317, 1319, 1321, 1323, 1325, 1327, 1329, 1331, 1333, 1335, 1337, 1339, 1341, 1343, 1345, 1347, 1349, 1351, 1353, 1355, 1357, 1359, 1361, 1363, 1365, 1367, 1369, 1371, 1373, 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389, 1391, 1393, 1395, 1397, 1399, 1401, 1403, 1405, 1407, 1409, 1411, 1413, 1415, 1417, 1419, 1421, 1423, 1434, 1442, 1447, 1508, 1573, 1582, 1672, 1681, 1725, 1726, 1727], "kx": [1732, 1737, 1739, 1744, 1745, 1746], "ky": [1732, 1737, 1739, 1744, 1745, 1746], "kyung": [1743, 1748], "kz": [1713, 1717, 1739, 1744], "l": [0, 3, 25, 27, 142, 151, 159, 175, 183, 191, 205, 245, 250, 260, 271, 392, 404, 409, 436, 445, 457, 461, 462, 464, 465, 471, 476, 566, 604, 642, 680, 718, 812, 813, 837, 876, 934, 949, 1070, 1086, 1087, 1424, 1520, 1522, 1523, 1525, 1527, 1529, 1538, 1549, 1552, 1553, 1554, 1569, 1690, 1713, 1717, 1721, 1722, 1723, 1724, 1727, 1731, 1736], "l2": [465, 1552, 1721], "l2_op": 465, "l3": 1721, "l_": [465, 566, 604, 642, 680, 718, 837, 1554], "l_1": [462, 1532], "l_2": [462, 1532], "l_3": [462, 1532], "l_op": 465, "l_x": [465, 1552, 1553, 1554], "l_y": [465, 1552, 1553, 1554], "l_z": [0, 465, 1552, 1553], "la": [1690, 1713, 1717], "la2cuo4": [1713, 1715, 1717, 1719, 1720], "lab": [1714, 1718], "label": [404, 452, 469, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1713, 1716, 1717, 1719, 1720, 1722, 1727, 1729, 1732, 1734, 1735, 1737, 1739, 1744, 1745, 1746, 1747, 1748], "labollita": 0, "lack": [0, 338, 1713, 1717], "lacroix": 0, "lagged_fibonacci607": 471, "lambda": [0, 25, 27, 391, 399, 461, 466, 468, 469, 476, 910, 961, 974, 987, 1084, 1560, 1659, 1723, 1727, 1739, 1744, 1745, 1746], "landri": [1743, 1748], "langag": 385, "langl": [369, 370, 404, 462, 1524, 1723, 1727, 1740, 1742, 1743, 1745, 1747, 1748], "languag": [380, 385, 408, 414, 1691, 1696, 1698, 1710, 1721], "languang": [1713, 1717], "lapack_root": 0, "larg": [0, 4, 385, 389, 404, 409, 447, 1694, 1710, 1713, 1717, 1719, 1723, 1727, 1729, 1735, 1739, 1740, 1743, 1744, 1745, 1748], "larger": [338, 1713, 1717, 1719, 1730, 1735, 1736], "largest": [0, 340, 430, 1026, 1035, 1047, 1740, 1743, 1745, 1748], "last": [12, 17, 18, 87, 308, 311, 402, 403, 409, 428, 459, 469, 476, 1713, 1716, 1717, 1719, 1720, 1728, 1729, 1730, 1734, 1735, 1736, 1743, 1748], "last_index": 428, "last_index_window": 428, "last_it": [1713, 1716, 1717, 1719, 1720], "later": [389, 1694, 1707, 1713, 1717, 1723, 1724, 1725, 1727, 1740, 1741, 1745, 1746], "latest": [0, 8, 1690, 1691, 1694, 1695, 1696, 1698, 1739, 1744], "latex": 400, "latter": [0, 1691, 1713, 1715, 1717, 1719], "lattic": [4, 9, 377, 448, 449, 450, 451, 452, 949, 1600, 1603, 1699, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748, 1749], "lattice_dyson_g0_wk": [1739, 1743, 1744, 1748], "lattice_to_real_coordin": [446, 451], "lattice_tool": [0, 1726], "lattice_util": [0, 1739, 1740, 1743, 1744, 1745, 1746, 1748], "latticepoint": 0, "launch": 459, "law": [1742, 1747], "layer": [0, 4, 187, 467, 470, 1564, 1713, 1717], "layout": [0, 150, 151, 159, 162, 163, 174, 175, 183, 202], "lazi": [0, 9, 13, 15, 23, 24, 25, 26, 136, 142, 151, 159, 183, 208, 377, 388, 393, 396, 397, 399, 408, 431, 438, 442, 476, 803, 806, 809, 1097], "lazy_express": 432, "lazyexpr": 906, "lbrace": [452, 472], "lco": [1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720], "lco_band": [1713, 1717], "lco_hr": [1714, 1717, 1718], "lco_wanni": [1713, 1715, 1716, 1717, 1719, 1720], "ld": 0, "ld_library_path": 1692, "ld_preload": [0, 1706], "ldflag": [0, 1692], "ldot": [338, 369, 370, 464, 472, 1546], "lead": [0, 387, 388, 397, 469, 470, 1717, 1732, 1737, 1743, 1748], "leaf": 387, "leaf1": 385, "learn": [7, 8, 470, 1699, 1701, 1702, 1713, 1714, 1717, 1718, 1721, 1725, 1726, 1730, 1733, 1735], "least": [0, 50, 144, 145, 146, 346, 348, 409, 416, 420, 430, 441, 445, 468, 476, 478, 480, 501, 549, 868, 1719, 1725, 1730, 1735], "leastsq": 468, "leav": [385, 396, 469, 1713, 1717], "lectur": [1710, 1742, 1747], "left": [0, 115, 354, 369, 370, 376, 391, 442, 456, 566, 604, 642, 680, 718, 837, 1094, 1673, 1713, 1717, 1723, 1727, 1730, 1735, 1739, 1742, 1743, 1744, 1747, 1748], "leftarrow": [450, 1594, 1600], "leftmost": 15, "leftrightarrow": 409, "legend": [452, 469, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1729, 1735, 1737, 1745, 1746, 1747, 1748], "legendr": [0, 74, 389, 406, 407, 410, 425, 431, 432, 433, 434, 438, 442, 450, 525, 560, 561, 580, 581, 582, 587, 598, 599, 618, 619, 620, 625, 636, 637, 656, 657, 658, 663, 674, 675, 694, 695, 696, 701, 712, 713, 732, 733, 734, 739, 806, 807, 809, 831, 832, 851, 852, 853, 858, 879, 880, 891, 892, 893, 1026, 1033, 1034, 1096, 1594, 1600], "legendretomatsubara": 443, "lehman": [1716, 1720, 1723, 1727], "lehmann": [0, 73, 74, 75, 76, 77, 389, 1723, 1727], "len": [379, 387, 389, 452, 589, 627, 665, 703, 741, 860, 1502, 1688, 1713, 1717, 1719, 1720, 1740, 1742, 1743, 1745, 1747, 1748], "length": [0, 15, 26, 354, 379, 388, 456, 457, 459, 476, 745, 1709, 1713, 1717, 1729, 1732, 1737, 1743, 1748], "length_cycl": [296, 317, 319, 320, 456, 457, 458, 459, 1709, 1713, 1717, 1729, 1732, 1737], "leq": [401, 404], "less": [0, 388, 459, 1706, 1713, 1717], "let": [0, 386, 387, 404, 432, 440, 449, 457, 459, 468, 470, 1704, 1707, 1712, 1713, 1717, 1721, 1723, 1724, 1726, 1727, 1729, 1730, 1735, 1740, 1742, 1743, 1745, 1747, 1748], "lett": [4, 1732, 1737, 1743, 1748], "level": [0, 302, 338, 388, 389, 459, 468, 1618, 1640, 1689, 1698, 1699, 1702, 1713, 1717, 1718, 1720, 1723, 1727, 1729, 1739, 1744], "leverag": [1713, 1717], "lh": [391, 405, 408], "lib": [0, 414, 468, 475, 1694, 1704, 1706, 1707, 1725, 1726, 1727], "libbla": 1697, "libboost": 1697, "libc": 0, "libclang": [383, 1690, 1696, 1697], "libcxx": 0, "libcxxabi": 0, "libev": 0, "libfftw3": 1697, "libgfortran4": 0, "libgfortran5": [0, 1697], "libgmp": 1697, "libgoogl": 1706, "libhdf5": [0, 1697], "liblapack": 1697, "libomp": 0, "libopenmpi": 1697, "libprofil": 1706, "libpython": 0, "librairi": 1694, "librari": [3, 4, 5, 388, 391, 392, 398, 401, 405, 407, 408, 413, 430, 441, 454, 467, 470, 472, 474, 475, 1689, 1690, 1691, 1692, 1694, 1695, 1699, 1700, 1701, 1705, 1706, 1707, 1710, 1713, 1717, 1722, 1723, 1727, 1729, 1732, 1737], "library_path": [0, 1692, 1694], "libtriq": 0, "libtriqs_pi": 0, "libunwind": 0, "licens": [0, 5, 1689], "lie": [352, 1581], "lifetim": 0, "light": 1724, "lighter": [1716, 1720], "lightweight": [9, 45, 377, 479, 480, 501, 1725], "like": [0, 4, 7, 86, 88, 114, 115, 369, 370, 385, 389, 391, 396, 397, 400, 402, 406, 408, 421, 426, 432, 440, 453, 454, 459, 461, 462, 469, 470, 474, 475, 476, 1530, 1689, 1690, 1692, 1694, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1741, 1742, 1743, 1746, 1747, 1748], "lim_": [0, 442, 1094, 1735], "limit": [0, 4, 296, 317, 319, 320, 352, 405, 409, 413, 1696, 1713, 1715, 1717, 1719, 1740, 1741, 1743, 1745, 1746, 1748], "lin": 0, "lin_bin_capac": [338, 339, 340], "lin_bin_s": 350, "linalg": [0, 1700, 1726], "line": [0, 4, 7, 95, 105, 121, 122, 388, 401, 402, 432, 452, 459, 474, 1087, 1579, 1690, 1694, 1695, 1700, 1704, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1729, 1735, 1739, 1744], "line2d": 1722, "linear": [0, 46, 47, 48, 49, 339, 340, 342, 343, 346, 347, 350, 369, 370, 373, 374, 406, 417, 421, 422, 424, 428, 468, 472, 760, 942, 1068, 1070, 1470, 1486, 1713, 1717, 1718, 1721, 1723, 1726, 1727, 1739, 1740, 1741, 1744, 1745, 1746], "linear_bin": [338, 339], "linear_dim": 0, "linear_index": [406, 961, 974, 987], "linear_index_t": 428, "linear_to_index": 428, "linearli": 1726, "linestyl": [1739, 1744], "linewidth": [452, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1727, 1734], "link": [0, 400, 410, 459, 1706, 1707, 1710, 1721], "link_librari": 0, "linker": [1692, 1693], "linktim": 0, "linspac": [1732, 1737, 1739, 1744, 1745, 1746], "linux": [0, 475, 1690, 1694], "liquid": [1717, 1718], "list": [0, 4, 55, 73, 74, 75, 76, 77, 81, 136, 255, 336, 338, 379, 381, 382, 386, 397, 402, 412, 433, 434, 435, 436, 437, 440, 442, 446, 448, 451, 452, 461, 462, 464, 465, 466, 469, 471, 478, 480, 488, 493, 501, 509, 514, 524, 525, 526, 527, 529, 530, 554, 562, 564, 592, 600, 602, 630, 638, 640, 668, 676, 678, 706, 714, 716, 745, 760, 825, 833, 835, 872, 881, 883, 926, 928, 1070, 1084, 1086, 1087, 1094, 1098, 1100, 1433, 1438, 1439, 1449, 1453, 1463, 1476, 1477, 1483, 1492, 1493, 1495, 1502, 1504, 1520, 1522, 1527, 1530, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1575, 1579, 1620, 1690, 1692, 1713, 1717, 1723, 1724, 1725, 1726, 1727, 1729], "literalinclud": 0, "littl": [9, 386, 392, 394, 401, 406, 412, 421, 426, 431, 438, 453, 469, 470, 1699], "live": [0, 8, 396], "ll": [0, 409, 1722], "lldb": 0, "llvm": [0, 1691, 1694, 1696], "load": [0, 385, 387, 1690, 1695, 1703, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1731, 1735, 1736, 1742, 1747], "load_sigma": [1715, 1719], "loadtxt": [1713, 1717, 1722], "loc": [1713, 1716, 1717, 1719, 1720, 1723, 1727, 1729, 1732, 1737, 1748], "local": [0, 4, 8, 42, 432, 440, 449, 460, 464, 475, 1499, 1689, 1690, 1692, 1693, 1695, 1696, 1699, 1704, 1709, 1713, 1714, 1716, 1717, 1718, 1720, 1729, 1731, 1732, 1735, 1736, 1737, 1741, 1742, 1743, 1746, 1747, 1748], "locat": [0, 475, 1707], "log": [0, 337, 348, 376, 436, 470, 1688, 1690, 1713, 1717], "log_bin_error": 338, "log_bin_errors_all_reduc": 338, "log_bin_s": 350, "logarithm": [0, 340, 348, 349, 350, 1723, 1727, 1743, 1748], "logic": [0, 413, 1699], "login": [470, 1690], "logo": [0, 5], "long": [0, 12, 18, 19, 20, 21, 22, 46, 48, 69, 84, 85, 88, 95, 97, 101, 102, 110, 111, 114, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 161, 173, 186, 203, 204, 215, 218, 221, 268, 354, 363, 364, 379, 382, 385, 388, 389, 406, 426, 459, 461, 474, 939, 1695, 1713, 1717, 1731, 1736, 1743, 1748], "longer": [396, 1723, 1727, 1730, 1732, 1735, 1737], "look": [0, 224, 228, 388, 449, 459, 468, 906, 1688, 1694, 1699, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1727, 1729, 1730, 1732, 1735, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "lookup": 395, "lookup_basis_st": 247, "loop": [96, 398, 405, 420, 426, 432, 456, 459, 1618, 1709, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1744, 1747], "loos": 396, "lorentian": 77, "lorentzian": 436, "loss": 342, "lost": [352, 1581, 1690], "lot": [432, 1726], "low": [442, 1096, 1689, 1719, 1723, 1727, 1732, 1735, 1737, 1743, 1748], "lower": [1618, 1723, 1727, 1729], "lowercas": 0, "lowest": [1743, 1748], "lpath_to_instal": 0, "lprofil": 1706, "ls_op": 465, "lsb": 1690, "lshift": 0, "lst": 382, "lt": [1690, 1697, 1722, 1727], "ltot": 1070, "lvalu": [0, 396], "lw": [1713, 1717, 1722, 1727, 1737, 1739, 1744, 1746, 1747], "m": [0, 3, 38, 89, 105, 136, 150, 151, 159, 162, 163, 171, 174, 175, 183, 184, 190, 200, 201, 211, 297, 299, 316, 322, 323, 340, 401, 402, 403, 406, 408, 409, 414, 452, 456, 459, 462, 923, 924, 961, 974, 987, 1059, 1521, 1695, 1702, 1717, 1722, 1723, 1727, 1739, 1740, 1741, 1744, 1745, 1746], "m1": [421, 462, 1522, 1523], "m2": [421, 462, 1522, 1523], "m3": [462, 1522, 1523], "m4": [462, 1522, 1523], "m_": [401, 1735], "m_1": [452, 462, 1523, 1524, 1532], "m_2": [462, 1523, 1524, 1532], "m_3": [462, 1523, 1524, 1532], "m_4": [462, 1523], "m_n": 403, "m_pi": 416, "mac": [0, 1690, 1691, 1692], "machin": [385, 1690, 1695, 1696, 1714, 1718, 1723, 1727, 1731, 1736, 1747], "macport": 1694, "macro": [0, 399, 474], "made": [0, 88, 340, 396, 402, 432, 440, 457, 459, 476, 1462, 1678, 1713, 1717, 1729], "magic": 380, "magnet": [9, 454, 459], "magnitud": [1741, 1746], "mai": [0, 385, 387, 389, 413, 426, 432, 440, 461, 469, 470, 476, 1675, 1679, 1681, 1690, 1694, 1695, 1723, 1727, 1747, 1750], "main": [0, 13, 26, 145, 146, 151, 207, 339, 343, 346, 348, 350, 371, 372, 373, 374, 380, 385, 388, 389, 391, 395, 396, 397, 398, 399, 402, 405, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 458, 459, 474, 476, 1673, 1689, 1699, 1700, 1701, 1702, 1703, 1707, 1713, 1717, 1719, 1730, 1735], "mainli": [403, 1721], "maintain": [0, 3, 4, 215, 385, 1696], "mainten": [4, 453], "major": [0, 6, 1690, 1750], "make": [6, 7, 115, 123, 124, 125, 126, 127, 128, 129, 130, 141, 151, 196, 209, 244, 246, 255, 379, 396, 397, 400, 404, 406, 408, 411, 412, 413, 414, 432, 440, 457, 459, 461, 463, 466, 469, 476, 745, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049, 1560, 1672, 1688, 1690, 1691, 1694, 1695, 1697, 1698, 1707, 1710, 1713, 1717, 1723, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "make_adjoint_mesh": [0, 408, 437], "make_block2_gf": 131, "make_block_gf": [131, 412], "make_block_gf_view": [131, 412], "make_block_gf_view_from_vector": 412, "make_canon": 461, "make_clon": 379, "make_copi": [440, 745, 760, 1727], "make_delta": [0, 442], "make_expr": [391, 396, 398], "make_funct": [391, 392], "make_fundamental_operator_set": 461, "make_gf_dlr": [131, 1723, 1727], "make_gf_dlr_imfreq": 131, "make_gf_dlr_imtim": [131, 1723, 1727], "make_gf_from_fouri": [0, 131, 408, 1723, 1727], "make_gf_from_inverse_fouri": [0, 131], "make_gf_from_real_gf": 131, "make_gf_imfreq": [131, 1723, 1727], "make_gf_imtim": [131, 1723, 1727], "make_hermitian": [0, 131], "make_operator_r": 464, "make_product": 0, "make_real_in_tau": [0, 131], "make_regular": [0, 417], "make_shap": [416, 417, 430], "make_tupl": 476, "make_zero_st": [214, 255, 445], "make_zero_tail": [0, 131, 430, 442], "makedir": [1731, 1736], "mako": [0, 1694, 1696, 1697], "malt": 0, "mamba": 1690, "manag": [459, 467, 1690, 1691], "mandatori": [396, 1690], "mani": [4, 9, 62, 247, 248, 255, 268, 377, 385, 399, 404, 432, 449, 461, 1534, 1678, 1689, 1692, 1710, 1713, 1717, 1721, 1723, 1727, 1729, 1730, 1735, 1739, 1740, 1744, 1745], "manifest": [1740, 1745], "manifold": [462, 1526, 1531], "manipul": [9, 82, 377, 385, 392, 404, 407, 460, 1689, 1699, 1700, 1702, 1708, 1710, 1721, 1726], "manner": 340, "manual": [0, 5, 342, 380, 383, 385, 396, 412, 432, 436, 440, 452, 454, 457, 459, 461, 474, 1643, 1690, 1713, 1714, 1717, 1718, 1739, 1744, 1747], "manuel": 0, "many_body_op_t": [44, 50, 60, 62, 79, 80, 81], "many_body_oper": [0, 215, 241, 242, 444, 461, 522, 529, 530, 531, 1535, 1537, 1538, 1539, 1540, 1541, 1542], "many_body_operator_complex": 461, "many_body_operator_gener": [0, 242, 461, 463], "many_body_operator_r": [0, 461], "map": [0, 36, 37, 50, 241, 242, 246, 255, 268, 303, 328, 387, 451, 463, 464, 465, 466, 478, 480, 501, 1446, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1713, 1717, 1725, 1726, 1739, 1740, 1744, 1745], "map_add": 28, "map_block": 0, "map_c_funct": 28, "map_operator_structur": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560], "march": 247, "margin": 0, "mari": [1742, 1747], "mark": [0, 1713, 1717, 1721], "markdown": 0, "markov": 1729, "marku": 0, "mask": [1732, 1737], "master": [0, 387, 388, 459, 1620, 1653, 1716, 1720], "mat": 0, "match": [0, 432, 1690, 1698, 1713, 1717], "materi": [1713, 1714, 1717, 1718, 1719, 1728, 1734], "math": [396, 436, 437, 442, 452, 795, 1094, 1098, 1719, 1721, 1723, 1726, 1727, 1729, 1734, 1735, 1739, 1740, 1742, 1744, 1745, 1747], "mathbb": [1723, 1727], "mathbf": [369, 370, 404, 449, 452, 465, 545, 1553, 1557, 1717, 1726, 1732, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "mathcal": [404, 459, 1713, 1717, 1726, 1740, 1745], "mathemat": [403, 406, 461, 1710, 1721, 1723, 1727], "mathematica": 1721, "mathjax": 0, "mathjax_path": 0, "mathrm": [360, 369, 370, 439, 452, 461, 1586, 1723, 1727, 1728, 1729, 1732, 1734, 1735, 1737, 1746], "matlab": 1722, "matplotlib": [447, 452, 467, 1694, 1696, 1697, 1699, 1708, 1710, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "matric": [0, 66, 114, 403, 430, 451, 462, 498, 519, 563, 566, 601, 604, 639, 642, 677, 680, 715, 718, 834, 837, 882, 1446, 1453, 1463, 1483, 1528, 1701, 1721, 1726], "matrix": [0, 9, 47, 49, 61, 62, 66, 67, 72, 73, 74, 81, 82, 83, 88, 89, 105, 106, 114, 120, 126, 127, 129, 143, 248, 251, 253, 389, 391, 398, 401, 402, 403, 404, 406, 410, 414, 416, 417, 418, 422, 424, 431, 433, 434, 435, 436, 437, 438, 440, 442, 446, 449, 450, 451, 452, 460, 461, 463, 464, 465, 483, 485, 504, 506, 523, 560, 566, 569, 588, 598, 604, 607, 626, 636, 642, 645, 664, 674, 680, 683, 702, 712, 718, 721, 740, 831, 837, 840, 859, 879, 936, 947, 959, 1096, 1098, 1424, 1433, 1440, 1445, 1446, 1450, 1469, 1485, 1521, 1522, 1523, 1526, 1528, 1529, 1530, 1531, 1533, 1537, 1538, 1547, 1548, 1549, 1552, 1553, 1554, 1594, 1600, 1700, 1701, 1702, 1713, 1717, 1726, 1730, 1735, 1739, 1744], "matrix_const_view_typ": 106, "matrix_element_map_t": [251, 253], "matrix_t": [47, 49, 61], "matrix_typ": [105, 108, 402], "matrix_valu": [0, 410, 414, 416, 417, 418, 421, 422, 423, 424, 433, 434, 435, 436, 437, 451, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 1450, 1469, 1485, 1702], "matrix_valued_vers": 421, "matrix_view": [402, 435, 561, 599, 637, 675, 713, 832, 880], "matrix_view_typ": 402, "matsubara": [0, 73, 193, 197, 198, 203, 206, 389, 406, 407, 410, 424, 425, 426, 428, 430, 431, 432, 436, 438, 439, 440, 442, 524, 560, 587, 598, 625, 636, 663, 674, 701, 712, 739, 806, 809, 810, 831, 858, 869, 870, 873, 879, 913, 961, 974, 1000, 1094, 1713, 1717, 1723, 1726, 1727, 1730, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "matsubara_domain": [0, 416], "matsubara_freq": 406, "matsubara_freq_domain": 428, "matsubara_freq_mesh": 428, "matsubara_mesh_opt": 0, "matsubarafreq": 0, "matsubaratolegendr": [435, 443], "matter": [395, 397, 459, 1699], "max": [77, 338, 404, 406, 430, 1723, 1727], "max_loop": 1618, "max_n": 1026, "max_ord": 430, "maxent": [1713, 1715, 1717, 1719, 1735], "maxent_error": [1713, 1717, 1719], "maxent_gf_imp": [1713, 1717], "maxent_sigma": [1713, 1715, 1716, 1717, 1719, 1720], "maxim": [0, 442, 1096, 1723, 1727], "maximum": [0, 4, 88, 338, 339, 340, 342, 346, 347, 349, 430, 442, 1094, 1608, 1618, 1701, 1740, 1743, 1745, 1748], "maxit": [442, 1094, 1608, 1609], "maxmimum": 348, "mayb": 459, "mc": [314, 315, 453, 456, 459, 1713, 1717, 1719, 1729], "mc_gener": [294, 453, 454, 456, 457, 458, 459], "mc_sign_typ": 453, "mc_tool": [9, 10, 456, 458, 459], "mcsigntyp": [295, 297, 314, 315, 316, 319, 320, 321, 322, 327], "md": 0, "mead": [0, 442, 1094], "mean": [0, 337, 338, 369, 370, 372, 373, 374, 388, 400, 410, 413, 416, 417, 418, 422, 424, 426, 430, 432, 433, 434, 435, 436, 437, 440, 456, 457, 459, 461, 470, 472, 1672, 1699, 1707, 1713, 1717, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1732, 1737, 1743, 1748], "mean_and_err": [337, 373], "mean_and_err_mpi": 337, "mean_error": [371, 372, 373, 374], "mean_mpi": 337, "meaningless": [396, 432], "meant": 459, "measur": [0, 296, 297, 298, 300, 301, 316, 317, 320, 338, 340, 342, 350, 376, 460, 472, 1084, 1713, 1715, 1716, 1717, 1719, 1720, 1729, 1730, 1732, 1735, 1736, 1737], "measure_density_matrix": [1717, 1720, 1730, 1735], "measure_g_l": [1732, 1737], "measure_itr_t": [297, 316], "measure_set": [297, 316], "measureauxtyp": 298, "measuretyp": 297, "mechan": [0, 388, 454, 457, 459], "meet": [5, 461, 1713, 1717], "member": [0, 379, 403, 407, 425, 431, 439, 441, 444, 445, 459, 460, 1713, 1717, 1721, 1728, 1729, 1734, 1740, 1745], "memori": [0, 114, 338, 387, 389, 405, 428, 1690, 1713, 1717, 1720, 1726, 1745], "memoryarrai": 212, "memorygf": [0, 213], "menk": 0, "mention": [0, 191, 440, 457], "merg": [0, 253], "merge_subspac": 247, "mermin": [1739, 1741, 1744, 1746], "mersenn": [332, 458, 459], "mesh": [73, 74, 76, 77, 132, 133, 136, 142, 143, 145, 146, 148, 150, 151, 159, 162, 163, 174, 175, 191, 193, 202, 205, 207, 405, 407, 408, 409, 410, 413, 414, 420, 430, 431, 432, 433, 434, 435, 436, 437, 442, 451, 540, 554, 555, 559, 560, 566, 574, 576, 587, 588, 592, 593, 597, 598, 604, 612, 614, 625, 626, 630, 631, 635, 636, 642, 650, 652, 663, 664, 668, 669, 673, 674, 680, 688, 690, 701, 702, 706, 707, 711, 712, 718, 726, 728, 739, 740, 760, 825, 830, 831, 837, 845, 847, 858, 859, 872, 887, 920, 926, 928, 1084, 1087, 1090, 1098, 1100, 1448, 1450, 1467, 1469, 1470, 1471, 1484, 1485, 1486, 1487, 1688, 1702, 1703, 1713, 1716, 1717, 1719, 1720, 1724, 1726, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "mesh1": 0, "mesh2": 0, "mesh_and_data": 1688, "mesh_brillouin_zon": 0, "mesh_hash": [0, 919, 920], "mesh_k_w": [1713, 1717, 1719], "mesh_point": [0, 352], "mesh_point_t": [0, 406, 426, 428], "mesh_pt_gener": 406, "mesh_t": [151, 157, 163, 169, 175, 181, 406, 410, 413, 414, 415, 426], "meshbrzon": [0, 1059, 1470, 1486, 1726], "meshcyclat": [0, 1059, 1471, 1487], "meshdlr": [0, 974, 987], "meshdlrimfreq": [0, 1059, 1076, 1723, 1727], "meshdlrimtim": [0, 1059, 1723, 1727], "meshgf": [433, 434, 435, 436, 437], "meshgrid": [1732, 1737, 1739, 1744, 1745, 1746], "meshimfreq": [0, 433, 442, 554, 1059, 1078, 1094, 1098, 1723, 1726, 1727, 1734, 1735, 1739, 1743, 1744, 1748], "meshimtim": [434, 442, 592, 1059, 1077, 1079, 1094, 1098, 1723, 1727, 1734, 1735], "meshlegendr": [0, 435, 630], "meshpoint": [0, 407, 431, 432, 961, 974, 987], "meshproduct": [0, 1713, 1717, 1719, 1726, 1739, 1744], "meshrefreq": [0, 433, 435, 436, 560, 598, 636, 668, 674, 712, 831, 1059, 1723, 1724, 1727, 1734, 1740, 1745], "meshretim": [437, 706, 1059, 1723, 1727], "meshwithvalu": 0, "mess": 1694, "messag": [0, 8, 42, 93, 118, 474, 1691, 1697, 1698], "messio": 3, "met": [50, 242, 461, 478, 480, 501, 1537, 1538, 1539, 1716, 1720, 1725], "metal": [1713, 1715, 1716, 1717, 1719, 1720, 1730, 1732, 1735, 1737], "metaprogram": 388, "method": [0, 1, 9, 324, 330, 378, 379, 392, 396, 401, 413, 436, 442, 450, 454, 456, 458, 459, 460, 468, 469, 472, 474, 480, 501, 535, 539, 545, 549, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 744, 759, 784, 786, 789, 791, 793, 795, 801, 803, 806, 809, 812, 814, 816, 820, 822, 823, 825, 860, 862, 897, 903, 913, 919, 923, 926, 936, 949, 961, 974, 987, 1000, 1015, 1026, 1035, 1047, 1068, 1070, 1073, 1094, 1096, 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, 1350, 1352, 1354, 1356, 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, 1422, 1429, 1433, 1441, 1446, 1458, 1462, 1482, 1507, 1572, 1581, 1594, 1600, 1602, 1603, 1620, 1624, 1631, 1671, 1672, 1674, 1676, 1677, 1678, 1681, 1682, 1683, 1684, 1689, 1713, 1717, 1722, 1723, 1726, 1727, 1729, 1735, 1739, 1743, 1744, 1748], "method_nam": [379, 382], "metric": [1713, 1716, 1717, 1719, 1720], "metropli": 456, "metropoli": [324, 453, 457, 459], "michel": 1430, "micro": 0, "might": [350, 397, 459, 1690, 1695, 1715, 1719, 1730, 1735], "mimic": 17, "min": [59, 77, 404, 409, 494, 515, 1713, 1717, 1723, 1727], "mind": [8, 432], "minim": [0, 442, 461, 550, 1094, 1732, 1737], "minimum": [0, 15], "minivec": 0, "minor": [0, 1750], "minu": 815, "minut": [305, 313, 459, 1716, 1720], "minv": [123, 124, 125, 126, 127, 128, 129, 130], "minv_new": [123, 124, 125, 126, 127, 128, 129, 130], "mishchenko": 4, "miss": [0, 1536, 1695, 1714, 1718, 1732, 1737], "mit": [1715, 1719], "mix": [215, 1705], "mkdir": [1690, 1695, 1707], "mkind": [466, 1560], "mkl": [0, 1692], "mkl_num_thread": 1692, "mlist": [926, 927], "mlwf": [1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720], "mnt": 1717, "mo": 1736, "mode": [0, 432, 436, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1565, 1566, 1579, 1690, 1693, 1745], "model": [0, 4, 136, 142, 151, 159, 247, 255, 297, 299, 400, 402, 406, 411, 416, 417, 422, 424, 444, 449, 452, 453, 456, 459, 1498, 1500, 1689, 1699, 1709, 1713, 1714, 1715, 1717, 1718, 1719, 1728, 1734, 1739, 1742, 1744, 1747], "modeldmft": 1711, "moder": [45, 389], "modern": [0, 1689, 1690, 1691, 1696], "modif": [115, 123, 124, 125, 126, 127, 128, 129, 130, 415, 457, 1694, 1750], "modifi": [7, 8, 247, 383, 402, 409, 413, 426, 435, 440, 470, 561, 599, 637, 675, 713, 832, 880, 1700, 1707, 1709, 1713, 1717, 1722, 1724, 1730, 1731, 1735, 1736], "modul": [0, 2, 381, 382, 383, 387, 432, 440, 447, 461, 462, 463, 464, 470, 471, 477, 533, 547, 551, 552, 1062, 1427, 1505, 1518, 1562, 1571, 1577, 1592, 1606, 1620, 1677, 1690, 1692, 1698, 1704, 1713, 1717, 1724, 1725, 1726], "modular": [4, 1713, 1717], "module_": [380, 384, 1704], "module_a1": 1704, "module_a1_desc": 1704, "module_a1_wrap": 1704, "module_b1": 1704, "module_nam": 0, "module_name_desc": 1698, "module_path_list": 1704, "modulefil": 0, "modulo": 0, "mojav": 1694, "moment": [0, 143, 145, 146, 207, 407, 409, 416, 417, 424, 431, 433, 434, 436, 437, 438, 459, 563, 579, 601, 617, 639, 655, 677, 693, 715, 731, 834, 850, 872, 882, 890, 1743, 1748], "momenta": [465, 1070, 1552, 1553, 1554, 1740, 1742, 1745, 1747], "momentum": [451, 462, 465, 936, 1448, 1450, 1467, 1469, 1484, 1485, 1500, 1520, 1522, 1525, 1527, 1529, 1552, 1554, 1689, 1723, 1726, 1727, 1732, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "monimi": 463, "monitor": [0, 28, 1713, 1717], "monomi": [61, 244, 460, 463, 464, 1546], "monomial_t": [61, 461], "monoton": 1608, "mont": [4, 9, 295, 317, 319, 320, 338, 377, 402, 456, 472, 1713, 1716, 1717, 1720, 1723, 1727, 1729, 1730, 1735], "montecarlo": 453, "more": [0, 8, 9, 12, 350, 369, 370, 381, 385, 388, 392, 395, 398, 399, 405, 406, 409, 413, 414, 416, 417, 421, 432, 440, 457, 459, 461, 468, 469, 470, 1684, 1688, 1690, 1691, 1694, 1695, 1699, 1701, 1702, 1706, 1712, 1713, 1714, 1717, 1718, 1723, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1739, 1743, 1744, 1748], "moreov": [408, 1694], "most": [0, 4, 380, 385, 387, 388, 404, 406, 440, 459, 461, 1684, 1689, 1690, 1691, 1694, 1713, 1717, 1723, 1727, 1743, 1748, 1750], "mostli": [0, 1713, 1717, 1719, 1720], "motion": 1719, "motiv": [9, 392], "mott": [1689, 1713, 1717, 1719, 1730, 1731, 1735, 1736], "mov": 1736, "move": [7, 8, 87, 115, 136, 152, 163, 164, 175, 176, 296, 297, 299, 303, 317, 319, 320, 321, 322, 323, 324, 328, 329, 330, 396, 402, 412, 414, 458, 461, 1713, 1717, 1729, 1736], "move_r": 453, "move_set": [0, 294], "move_sign": 453, "movetyp": [299, 323], "moveu": 1736, "mp_grid": [1713, 1717], "mpi": [4, 9, 10, 136, 142, 151, 159, 183, 208, 296, 317, 319, 320, 337, 338, 345, 352, 361, 362, 370, 373, 374, 377, 387, 432, 440, 453, 456, 461, 472, 1645, 1646, 1688, 1690, 1692, 1694, 1696, 1697, 1709, 1713, 1715, 1717, 1719, 1720, 1729, 1732, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "mpi4pi": [0, 1645, 1646, 1694, 1695, 1696, 1697], "mpi_abort": 302, "mpi_boost": 0, "mpi_broadcast": 352, "mpi_chunk": 0, "mpi_comm": [32, 388], "mpi_comm_world": 388, "mpi_datatyp": 388, "mpi_gath": [0, 388, 428], "mpi_init": 0, "mpi_numproc": 0, "mpi_op": [36, 37, 208, 362, 388], "mpi_reduc": [0, 131, 352, 388], "mpi_reduce_in_plac": 0, "mpi_scatt": [388, 428], "mpi_sum": [208, 362, 388], "mpich": 0, "mpirun": [1643, 1690, 1713, 1716, 1717, 1720], "mpl": [1722, 1723, 1727, 1729, 1730, 1731, 1734, 1735, 1736], "mpl_interfac": [433, 434, 435, 436, 437, 443, 447, 468, 469, 471, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "msan": 0, "msan_opt": 0, "msec": 1646, "msg": 0, "mt19937": [332, 458, 471], "mu": [444, 448, 449, 450, 538, 542, 545, 815, 1594, 1600, 1709, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1722, 1725, 1726, 1728, 1731, 1732, 1734, 1736, 1737, 1739, 1743, 1744, 1748], "mu_": [1731, 1736], "mu_dmft": [1716, 1720], "mu_hi": [1716, 1720], "mu_initial_guess": [1717, 1720], "mu_pattern": [450, 1594, 1600], "mu_tb": [1713, 1715, 1716, 1717, 1719, 1720], "much": [388, 1716, 1720, 1723, 1727, 1735], "mul": 0, "multi": [406, 469, 1741, 1746], "multiband": 4, "multidimension": [388, 421, 1699, 1710], "multipl": [0, 15, 225, 263, 274, 340, 369, 370, 372, 373, 374, 376, 405, 407, 413, 425, 431, 442, 445, 461, 467, 1100, 1463, 1483, 1503, 1679, 1696, 1713, 1717, 1723, 1727, 1732, 1737], "multiplet": [1720, 1730, 1735, 1736], "multiplet_analysi": [1730, 1735], "multiplet_tool": [1730, 1735], "multipli": [8, 15, 259, 263, 270, 274, 396, 412, 449, 1723, 1727], "multivar": [0, 420], "multivari": [0, 413, 420, 1699, 1708], "must": [0, 3, 33, 50, 151, 159, 242, 245, 247, 250, 260, 271, 297, 299, 316, 362, 371, 372, 373, 374, 379, 382, 387, 391, 396, 399, 412, 432, 433, 434, 435, 436, 437, 440, 442, 445, 459, 460, 461, 462, 465, 469, 475, 476, 478, 480, 501, 554, 592, 630, 668, 706, 745, 748, 765, 804, 807, 810, 825, 1084, 1100, 1478, 1522, 1533, 1552, 1553, 1554, 1618, 1672, 1673, 1678, 1684, 1700, 1721, 1725, 1727, 1735, 1743, 1748], "mutual": [825, 1727], "my": [5, 386, 458, 1707, 1722], "my_acc": [339, 343, 346, 348], "my_acc_no_lin": 346, "my_acc_no_log": 348, "my_accumulator_a": 350, "my_accumulator_d": 350, "my_arch": 1724, "my_array_inst": 350, "my_first_pr": 8, "my_funct": 1704, "my_gf": 1703, "my_measurement_a": 350, "my_measurement_d": 350, "my_method": 399, "my_python": 1695, "my_script": 1721, "my_test": 1706, "my_triq": 8, "myclass": [386, 387], "myep": 1706, "myfil": [387, 432, 440], "myfile2": 386, "mymov": 458, "myobject": [469, 1721], "myproj": 1707, "myself": [470, 1688], "n": [0, 3, 4, 13, 24, 116, 126, 127, 136, 143, 144, 145, 146, 147, 148, 149, 194, 195, 197, 198, 199, 203, 204, 207, 212, 213, 344, 345, 360, 369, 370, 372, 382, 389, 391, 401, 403, 404, 406, 409, 412, 416, 428, 429, 430, 433, 434, 435, 436, 437, 441, 442, 444, 447, 452, 456, 457, 461, 462, 465, 471, 472, 474, 476, 577, 578, 615, 616, 653, 654, 691, 692, 729, 730, 848, 849, 888, 889, 913, 914, 936, 961, 974, 987, 1094, 1530, 1555, 1586, 1672, 1690, 1698, 1702, 1709, 1712, 1713, 1716, 1723, 1725, 1726, 1727, 1729, 1730, 1731, 1735, 1736, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "n0": [559, 597, 635, 673, 711, 830], "n1": [0, 559, 597, 635, 673, 711, 746, 761, 830], "n2": [0, 559, 597, 635, 673, 711, 746, 761, 830], "n_": [360, 409, 452, 456, 459, 461, 464, 1547, 1548, 1586, 1729, 1731, 1732, 1736, 1737, 1742, 1743, 1747, 1748], "n_1": [404, 464, 1546], "n_2": [404, 464, 1546], "n_3": [464, 1546], "n_accumulation_cycl": [296, 320], "n_atom": [1713, 1717], "n_bin": [354, 1732, 1737], "n_char": [1713, 1717], "n_chunk": 12, "n_corr_shel": 1717, "n_cycl": [0, 317, 456, 457, 458, 459, 1709, 1729, 1731, 1732, 1735, 1736, 1737], "n_cycles_tot": [1713, 1717], "n_data_pt": 352, "n_div": [1431, 1496], "n_dn": [389, 444], "n_down": [444, 1736], "n_down_conn": 444, "n_down_hilbert_map": 444, "n_down_op": 444, "n_ep": [447, 448, 449, 1431, 1495, 1496, 1712], "n_freq": [418, 422, 1703], "n_i": 1537, "n_im_tim": [420, 421], "n_inequiv_shel": 1717, "n_iter_dmft": [1713, 1717, 1720], "n_iw": [0, 73, 145, 146, 203, 207, 389, 408, 412, 524, 872, 873, 1000, 1059, 1702, 1717, 1720, 1723, 1726, 1727, 1734, 1735, 1743, 1744, 1748], "n_j": 1537, "n_k": [0, 936, 1470, 1486, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1739, 1743, 1744, 1748], "n_kpt": [447, 448, 449, 450, 1495, 1712], "n_l": [0, 74, 389, 525, 1732, 1737], "n_lin_bin": [338, 342], "n_lin_bins_max": [338, 340, 346], "n_log_bin": 338, "n_log_bins_max": [338, 340, 348], "n_loop": [1709, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737], "n_lost_pt": 352, "n_max": [0, 50, 430, 478, 480, 501, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1725, 1739, 1744], "n_min": [0, 50, 430, 478, 480, 501, 563, 565, 577, 578, 601, 603, 615, 616, 639, 641, 653, 654, 677, 679, 691, 692, 715, 717, 729, 730, 834, 836, 848, 849, 882, 884, 888, 889, 1725], "n_moment": [0, 207, 442, 1099], "n_op": 465, "n_orb": [0, 389, 452, 462, 464, 465, 466, 1521, 1545, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1561, 1713, 1715, 1716, 1717, 1719, 1720, 1735], "n_orbit": [446, 448, 543, 1478, 1717, 1739, 1744], "n_part": [464, 1546], "n_point": [0, 432, 433, 434, 435, 436, 437, 439, 440, 443, 450, 468, 469, 554, 583, 592, 621, 630, 659, 668, 697, 706, 735, 854, 894, 1065, 1066, 1600, 1602, 1603, 1688, 1740, 1745], "n_points_integr": 449, "n_points_max": [1713, 1717, 1719], "n_pt": [0, 448, 452, 539, 540, 1070], "n_r": [1471, 1487, 1727], "n_re_tim": [420, 421], "n_rep": 1717, "n_shell": 1717, "n_site": 1478, "n_subspac": [45, 247, 389, 444], "n_t": [409, 1047], "n_tail_max": [0, 430, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1009], "n_tau": [0, 76, 204, 389, 408, 526, 872, 874, 1015, 1059, 1717, 1720, 1723, 1725, 1727, 1729, 1734, 1735], "n_time": [417, 424, 1702], "n_up": [389, 444], "n_up_conn": 444, "n_up_hilbert_map": 444, "n_up_op": 444, "n_w": [77, 389, 527, 1035, 1713, 1716, 1717, 1719, 1720, 1723, 1724, 1727, 1734, 1740, 1745], "n_warmup_cycl": [319, 320, 456, 457, 458, 459, 1709, 1713, 1717, 1729, 1731, 1732, 1735, 1736, 1737], "nabla": [1743, 1748], "naiv": 409, "name": [0, 73, 74, 75, 76, 77, 136, 140, 156, 168, 180, 187, 222, 223, 234, 235, 237, 286, 287, 289, 297, 299, 302, 314, 315, 323, 328, 331, 332, 336, 352, 356, 357, 358, 379, 382, 385, 386, 387, 396, 402, 404, 432, 433, 434, 435, 436, 437, 439, 440, 442, 446, 447, 448, 449, 452, 459, 462, 464, 465, 466, 468, 469, 471, 474, 535, 536, 539, 540, 543, 550, 554, 592, 630, 668, 706, 745, 760, 781, 820, 821, 825, 866, 908, 934, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1098, 1100, 1429, 1430, 1433, 1438, 1463, 1476, 1483, 1492, 1495, 1496, 1499, 1525, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1575, 1608, 1618, 1640, 1649, 1663, 1672, 1674, 1683, 1698, 1704, 1709, 1712, 1713, 1716, 1717, 1720, 1723, 1724, 1725, 1727, 1729, 1731, 1734, 1735, 1736, 1739, 1744], "name1": [379, 382], "name2": [379, 382], "name_block_gener": [0, 440, 760, 1727], "name_list": [440, 760, 1723, 1727], "name_list1": [744, 745], "name_list2": [744, 745], "name_of_the_mov": 303, "namespac": [145, 146, 151, 207, 339, 343, 346, 348, 350, 371, 372, 373, 374, 382, 388, 389, 391, 395, 396, 397, 399, 405, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 461, 476, 1700, 1702, 1703, 1704, 1707], "nan": [4, 1740, 1745], "nan_to_num": [1740, 1745], "nativ": [388, 1680], "natur": [385, 406, 412, 426, 432, 1713, 1717, 1723, 1727], "navig": [0, 1713, 1717], "nb": [0, 88, 115, 121, 122, 151, 153, 165, 177, 299, 323, 399, 406, 413, 442, 1094, 1098, 1620], "nbsphinx": [0, 1719, 1729, 1739, 1740, 1742, 1744, 1745, 1747], "nca": 389, "ncore": 1690, "nda": [143, 145, 146, 212, 255, 256, 257, 340, 344, 345, 350, 355, 388, 391, 395, 396, 397, 398, 399, 405, 408, 412, 413, 416, 417, 420, 421, 430, 451, 1448, 1450, 1467, 1469, 1484, 1485, 1700, 1702, 1703, 1707], "ndarrai": [0, 433, 435, 442, 446, 559, 560, 566, 597, 598, 604, 635, 636, 642, 673, 674, 680, 711, 712, 718, 830, 831, 837, 936, 949, 1094, 1433, 1462, 1463, 1483, 1502, 1503], "ndim": [0, 446], "ndiv": 1455, "nearest": [447, 1068, 1070, 1712, 1726, 1740, 1742, 1743, 1745, 1747, 1748], "necessari": [0, 4, 380, 381, 428, 1690, 1695, 1697, 1713, 1716, 1717, 1720], "necessarili": 61, "necessarli": 476, "need": [0, 7, 8, 115, 153, 165, 177, 299, 323, 327, 338, 385, 388, 401, 403, 406, 409, 411, 414, 442, 453, 457, 459, 460, 461, 462, 469, 470, 1100, 1530, 1690, 1695, 1697, 1702, 1706, 1713, 1714, 1717, 1718, 1721, 1723, 1725, 1727, 1728, 1729, 1734, 1743, 1748, 1750], "neg": [0, 296, 317, 320, 428, 430, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1680], "neglect": [1716, 1720, 1739, 1744], "neglig": 0, "neigbhour": [1739, 1743, 1744, 1748], "neighbour": [447, 449, 456, 1712, 1726, 1740, 1742, 1745, 1747], "nelder": [0, 442, 1094], "nep": [1454, 1455], "neq": [462, 464, 1521, 1547, 1548, 1731, 1736], "nerror": 430, "nest": [1699, 1743, 1748, 1749], "net": 1698, "nevanlinna": 0, "never": [0, 387, 396, 1721], "new": [6, 8, 95, 97, 105, 108, 114, 126, 127, 128, 148, 188, 210, 225, 226, 244, 258, 266, 269, 277, 339, 340, 348, 381, 385, 386, 387, 395, 402, 403, 408, 440, 453, 459, 461, 462, 470, 476, 747, 764, 1522, 1533, 1618, 1689, 1690, 1695, 1698, 1701, 1706, 1707, 1713, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1727, 1728, 1734, 1750], "new_arch": 0, "new_h": [266, 277], "new_k": 114, "new_n": 114, "new_n_tau": [576, 614, 652, 690, 728, 847, 887, 1713, 1717, 1719, 1729], "new_sign": 453, "newli": 0, "next": [342, 406, 436, 459, 461, 1620, 1694, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1737], "nfft": 0, "nfreq": [405, 416], "nice": [395, 399, 1710], "nil": 0, "niter": [1709, 1731, 1735, 1736], "nk": [450, 1068, 1598, 1605, 1745], "nkpt": 1454, "nn": [1732, 1737], "nn1": 1698, "no_except": 772, "no_self_c": [378, 379], "nobl": [0, 1690], "nodal": [1732, 1737], "node": [0, 38, 40, 41, 42, 302, 370, 387, 388, 459, 474, 1620, 1630, 1638, 1649, 1653, 1655, 1663, 1669, 1690, 1723, 1727], "noexcept": [18, 35, 88, 159, 163, 171, 175, 184, 402], "nois": [1723, 1727, 1729, 1730, 1735], "noisi": [442, 1096, 1713, 1717], "non": [141, 171, 248, 253, 255, 271, 380, 383, 385, 399, 407, 420, 431, 442, 444, 445, 450, 464, 1093, 1095, 1100, 1594, 1600, 1680, 1699, 1713, 1717, 1719, 1723, 1727, 1728, 1729, 1730, 1734, 1735, 1741, 1743, 1746, 1748, 1749], "nonborrow": 0, "nondiagon": 0, "none": [73, 74, 76, 77, 302, 378, 379, 381, 382, 387, 412, 418, 421, 433, 434, 435, 436, 437, 442, 448, 449, 450, 462, 464, 465, 468, 476, 524, 525, 526, 527, 543, 549, 550, 561, 577, 578, 579, 580, 581, 582, 583, 589, 599, 615, 616, 617, 618, 619, 620, 621, 627, 637, 653, 654, 655, 656, 657, 658, 659, 665, 675, 691, 692, 693, 694, 695, 696, 697, 703, 713, 729, 730, 731, 732, 733, 734, 735, 741, 825, 832, 848, 849, 850, 851, 852, 853, 854, 860, 880, 888, 889, 890, 891, 892, 893, 894, 900, 919, 920, 941, 952, 965, 978, 991, 1004, 1009, 1019, 1030, 1038, 1050, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1098, 1424, 1462, 1463, 1468, 1482, 1483, 1499, 1502, 1521, 1522, 1530, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1583, 1600, 1602, 1603, 1618, 1620, 1646, 1659, 1672, 1675, 1678, 1680, 1694, 1713, 1717, 1719, 1726, 1727], "nontrivi": 461, "nonzero": 1675, "nopython": 0, "nor": 1694, "norb": [442, 1094, 1098, 1499, 1745], "norm": [442, 1094, 1726], "normal": [0, 38, 241, 246, 253, 255, 268, 299, 323, 351, 375, 399, 414, 426, 432, 448, 461, 535, 1539, 1678, 1713, 1717, 1732, 1737], "normalis": [351, 375, 1589, 1590], "notat": [9, 377, 421, 432, 461], "notclefexpress": 399, "note": [0, 3, 15, 18, 338, 387, 395, 396, 399, 400, 403, 406, 407, 408, 426, 430, 431, 433, 434, 435, 436, 437, 440, 442, 459, 464, 468, 469, 475, 560, 566, 587, 588, 598, 604, 625, 626, 636, 642, 663, 664, 674, 680, 701, 702, 712, 718, 739, 740, 825, 831, 837, 858, 859, 1100, 1690, 1691, 1705, 1710, 1713, 1717, 1721, 1722, 1723, 1724, 1727, 1728, 1731, 1734, 1735, 1736, 1741, 1743, 1746, 1748], "notebook": [0, 380, 1689, 1690, 1697, 1699, 1708, 1711, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1722, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1732, 1733, 1734, 1735, 1737, 1740, 1741, 1742, 1745, 1746, 1747, 1749], "noth": [339, 387, 410, 412, 456, 457, 459, 823, 1653, 1672, 1694], "notic": [1713, 1715, 1717, 1719], "notion": [9, 381, 406, 431, 464, 1694], "novic": 1721, "now": [0, 7, 8, 348, 389, 403, 406, 408, 432, 456, 458, 459, 1690, 1694, 1698, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1727, 1728, 1732, 1734, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "np": [0, 389, 436, 442, 1094, 1098, 1100, 1688, 1690, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1726, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "np_ep": 1726, "nparrai": 0, "npt": 449, "nrgljubjana_interfac": 0, "nrgljubljana_interfac": 4, "nrow": [1713, 1717, 1719, 1720], "nscf": [1713, 1717], "nsite": 1478, "ntail": [145, 146], "nteract": 1689, "nth": 115, "nu": [1729, 1742, 1743, 1747, 1748], "nu_m": [1740, 1745], "nu_n": [1740, 1745], "null": 1510, "nullptr": 242, "num": [1502, 1739, 1744, 1745, 1746], "num_band": [1713, 1717], "num_wann": [1501, 1503, 1713, 1717], "number": [0, 3, 5, 9, 16, 21, 46, 47, 48, 49, 50, 63, 71, 73, 74, 76, 77, 79, 80, 91, 94, 116, 119, 194, 207, 229, 240, 254, 293, 296, 306, 307, 310, 317, 319, 320, 331, 338, 339, 340, 341, 342, 346, 347, 348, 349, 352, 354, 363, 364, 365, 368, 377, 386, 387, 389, 396, 406, 409, 412, 417, 422, 430, 436, 442, 444, 445, 446, 448, 450, 453, 454, 456, 457, 459, 460, 461, 462, 464, 465, 466, 470, 472, 478, 480, 496, 497, 501, 517, 518, 529, 530, 539, 540, 574, 612, 650, 688, 726, 754, 774, 845, 936, 949, 1000, 1015, 1035, 1047, 1068, 1070, 1094, 1436, 1437, 1444, 1465, 1474, 1475, 1479, 1490, 1491, 1494, 1495, 1500, 1502, 1503, 1516, 1521, 1522, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1581, 1587, 1588, 1597, 1598, 1602, 1603, 1604, 1605, 1608, 1618, 1672, 1678, 1690, 1692, 1694, 1698, 1701, 1702, 1707, 1709, 1710, 1713, 1717, 1720, 1721, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1744, 1745], "number_orbit": [447, 1712], "numer": [0, 4, 24, 461, 470, 1500, 1713, 1716, 1717, 1720, 1723, 1724, 1727, 1730, 1735, 1736, 1740, 1741, 1743, 1745, 1746, 1748], "numpi": [0, 386, 389, 432, 433, 434, 435, 436, 437, 439, 446, 452, 462, 465, 467, 469, 540, 550, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 825, 860, 936, 948, 949, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1433, 1458, 1463, 1468, 1483, 1499, 1500, 1502, 1503, 1521, 1522, 1526, 1528, 1529, 1531, 1533, 1536, 1552, 1553, 1554, 1569, 1570, 1688, 1694, 1696, 1697, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "numpydoc": 0, "nw": [1740, 1743, 1745, 1748], "nxm": 1702, "o": [0, 3, 366, 369, 370, 433, 435, 436, 437, 443, 447, 452, 461, 468, 469, 476, 1690, 1691, 1692, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1729, 1731, 1732, 1735, 1736, 1737, 1739, 1744, 1747, 1748], "o_": 404, "ob": [386, 1570, 1713, 1716, 1717, 1719, 1720], "obei": [461, 1739, 1742, 1743, 1744, 1747, 1748], "obj": [222, 223, 386, 391, 399, 1564, 1565, 1566], "object": [9, 13, 26, 38, 88, 142, 145, 146, 151, 159, 183, 191, 193, 205, 206, 207, 208, 219, 222, 223, 226, 234, 241, 242, 244, 245, 246, 250, 258, 260, 264, 265, 269, 271, 275, 276, 286, 340, 350, 361, 362, 369, 370, 379, 381, 383, 385, 388, 389, 391, 396, 399, 404, 406, 408, 413, 416, 417, 422, 424, 432, 433, 434, 435, 436, 437, 439, 440, 442, 445, 448, 449, 450, 451, 453, 459, 460, 461, 462, 463, 467, 468, 472, 476, 545, 546, 549, 745, 1069, 1072, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1100, 1448, 1450, 1467, 1469, 1482, 1484, 1485, 1495, 1498, 1499, 1500, 1530, 1564, 1570, 1579, 1600, 1640, 1645, 1672, 1681, 1684, 1689, 1702, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1730, 1735], "observ": [0, 9, 79, 80, 369, 370, 389, 444, 460, 461, 472, 1713, 1715, 1716, 1717, 1719, 1720, 1732, 1735, 1737, 1739, 1744], "observables_imp0": [1713, 1717, 1719], "obsolet": 0, "obtain": [144, 244, 338, 383, 403, 409, 420, 442, 471, 472, 868, 1094, 1689, 1702, 1713, 1717, 1725, 1726, 1728, 1729, 1734, 1735, 1742, 1747], "obvious": [459, 1707], "occ": [1717, 1719], "occup": [389, 464, 1546, 1713, 1717, 1719, 1720, 1730, 1735, 1742, 1743, 1747, 1748], "occupi": [1735, 1742, 1747], "occur": [0, 38, 302, 338, 350, 370, 385, 474, 1678, 1741, 1743, 1746, 1748], "occurr": 0, "odd": [465, 1552, 1553, 1554, 1732, 1737, 1743, 1748], "off": [0, 340, 346, 348, 350, 404, 439, 464, 465, 466, 801, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1693, 1713, 1717, 1722, 1747], "off_diag": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561], "offer": [387, 405, 1710], "offici": [0, 3, 4, 1695], "offset": [1713, 1716, 1717, 1719, 1720], "often": [0, 88, 350, 472, 475, 1723, 1726, 1727, 1750], "og": 0, "ok": [470, 476, 1707], "old": [0, 187, 389, 403, 413, 457, 462, 782, 1522, 1533, 1695, 1701, 1719], "old_arch": 0, "old_sign": 453, "older": 0, "olga": 4, "olivi": 0, "om": [0, 469], "om_": [408, 1703], "omega": [0, 73, 77, 145, 191, 193, 205, 206, 404, 409, 420, 430, 432, 438, 439, 441, 442, 449, 450, 468, 469, 545, 589, 627, 665, 703, 741, 792, 795, 801, 814, 860, 1094, 1594, 1600, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1728, 1730, 1732, 1734, 1735, 1737, 1739, 1743, 1744, 1746, 1748], "omega_": [77, 409, 430, 1723, 1727], "omega_0": [1735, 1739, 1740, 1744, 1745], "omega_2": 1726, "omega_l": [1723, 1727], "omega_m": 409, "omega_max": [1713, 1717, 1719], "omega_min": [0, 1713, 1717, 1719], "omega_n": [202, 404, 409, 416, 428, 442, 469, 589, 627, 665, 703, 741, 776, 860, 1094, 1098, 1709, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1742, 1743, 1744, 1747, 1748], "omegamaxent_interfac": 4, "omit": [379, 382], "omp": 0, "omp_chunk": 0, "omp_num_thread": [0, 1692], "ompil": 392, "onc": [0, 338, 388, 398, 420, 456, 457, 459, 1684, 1690, 1698, 1716, 1720, 1730, 1735, 1740, 1745], "one": [0, 4, 6, 12, 23, 50, 96, 136, 191, 205, 215, 241, 245, 246, 247, 253, 255, 268, 296, 302, 317, 319, 320, 324, 338, 346, 348, 350, 369, 370, 378, 381, 386, 387, 388, 395, 396, 397, 399, 400, 401, 402, 403, 404, 406, 409, 413, 416, 432, 442, 443, 444, 448, 456, 457, 458, 459, 461, 464, 465, 466, 468, 469, 470, 472, 474, 476, 478, 480, 501, 543, 745, 1094, 1100, 1495, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1618, 1624, 1689, 1691, 1694, 1699, 1707, 1709, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "one_band": [1731, 1735, 1736], "one_fermion_level": 468, "ones": [0, 12, 389, 459, 462, 469, 1522, 1533, 1692, 1741, 1742, 1743, 1746, 1747, 1748], "onli": [0, 3, 7, 24, 114, 151, 241, 242, 244, 247, 249, 253, 255, 338, 340, 342, 345, 352, 355, 362, 370, 379, 380, 382, 387, 389, 396, 398, 399, 400, 402, 403, 409, 412, 413, 420, 425, 428, 439, 442, 445, 448, 449, 450, 457, 459, 461, 462, 465, 469, 543, 560, 566, 587, 588, 598, 604, 625, 626, 636, 642, 663, 664, 674, 680, 701, 702, 712, 718, 739, 740, 750, 755, 760, 768, 773, 775, 801, 814, 831, 837, 858, 859, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1096, 1468, 1521, 1552, 1553, 1554, 1584, 1595, 1601, 1618, 1673, 1674, 1679, 1692, 1696, 1700, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1728, 1729, 1734, 1735, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "onlin": 1729, "oolbox": 1689, "op": [0, 44, 62, 79, 80, 81, 208, 242, 244, 249, 362, 388, 402, 461, 522, 529, 530, 531, 1514, 1515, 1645, 1659, 1719], "op_block_mat_t": 62, "op_from_block_matrix": 0, "op_linear_index": [46, 47, 48, 49, 482, 483, 484, 485, 503, 504, 505, 506], "op_struct": [0, 466], "op_t": 463, "op_vec": 61, "oparcollet": 0, "open": [0, 6, 388, 432, 440, 469, 470, 1688, 1690, 1691, 1694, 1698, 1700, 1713, 1715, 1717, 1719, 1724, 1730, 1735], "open_flag": 387, "openbla": [1692, 1694], "openblas_num_thread": 1692, "openmp": [0, 4, 1696, 1739, 1744], "openmpi": [0, 1690, 1695, 1696, 1697], "oper": [4, 9, 36, 37, 44, 46, 47, 48, 49, 50, 56, 61, 62, 79, 80, 81, 87, 91, 116, 121, 122, 126, 127, 130, 133, 150, 151, 162, 174, 208, 215, 230, 231, 232, 241, 242, 243, 245, 247, 248, 249, 253, 256, 268, 279, 331, 338, 340, 352, 361, 362, 377, 379, 385, 387, 388, 389, 391, 392, 396, 400, 401, 402, 403, 406, 410, 428, 431, 438, 444, 445, 459, 462, 463, 464, 465, 466, 476, 478, 480, 482, 483, 484, 485, 489, 501, 503, 504, 505, 506, 510, 522, 551, 552, 913, 1458, 1678, 1690, 1699, 1701, 1708, 1709, 1713, 1717, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1743, 1745, 1748], "opera": 1736, "operator_j": 0, "operator_structur": [466, 1561], "operator_t": [248, 249, 253], "operatori": 0, "operatortyp": [247, 248, 250], "oplot": [0, 433, 434, 435, 436, 437, 443, 447, 468, 469, 1084, 1565, 1566, 1579, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "oploti": 0, "oplotr": 0, "oppos": 382, "opposit": [397, 428, 464, 1547, 1548], "opt": [410, 412, 416, 417, 418, 422, 423, 424, 1653, 1667, 1694, 1725, 1726, 1727], "opt_dict": [1069, 1072, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1564, 1565, 1566, 1570], "opt_list": [1564, 1565, 1566], "optic": 1719, "optim": [0, 241, 405, 409, 442, 1094, 1690, 1691, 1713, 1717, 1719, 1723, 1727, 1742, 1743, 1747, 1748], "option": [0, 241, 244, 247, 317, 319, 320, 385, 388, 430, 431, 433, 434, 435, 436, 437, 438, 440, 442, 446, 460, 461, 462, 465, 470, 478, 480, 501, 554, 560, 589, 592, 598, 627, 630, 636, 665, 668, 674, 703, 706, 712, 741, 825, 831, 860, 1009, 1094, 1095, 1433, 1502, 1521, 1522, 1526, 1529, 1531, 1533, 1552, 1553, 1554, 1564, 1565, 1566, 1618, 1678, 1690, 1695, 1706, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1725, 1727, 1730, 1735], "option_t": 410, "optional_dict": 1579, "optiondict": 469, "optionsdict": 469, "orb": 452, "orb_nam": [0, 389, 464, 465, 1545, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1558], "orb_z": [1713, 1717, 1719, 1720], "orbit": [0, 389, 446, 448, 452, 462, 464, 465, 466, 536, 543, 1433, 1436, 1438, 1439, 1463, 1474, 1476, 1477, 1483, 1490, 1492, 1493, 1521, 1525, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1699, 1711, 1713, 1717, 1719, 1723, 1727, 1729, 1740, 1741, 1745, 1746], "orbital1": 1468, "orbital2": 1468, "orbital_nam": [0, 446, 1463, 1482, 1483], "orbital_ord": [1713, 1717], "orbital_posit": [446, 449, 452, 1463, 1482, 1483], "order": [0, 3, 4, 6, 7, 96, 98, 106, 147, 148, 215, 232, 255, 279, 342, 387, 388, 395, 397, 398, 405, 406, 408, 409, 413, 416, 417, 420, 422, 424, 430, 440, 442, 458, 459, 460, 461, 462, 463, 472, 476, 749, 756, 766, 779, 822, 1096, 1526, 1529, 1531, 1569, 1690, 1691, 1692, 1694, 1696, 1707, 1713, 1717, 1719, 1721, 1722, 1723, 1727, 1728, 1729, 1730, 1734, 1735, 1736, 1741, 1742, 1743, 1746, 1747, 1748, 1750], "ordinari": [379, 399, 1726], "org": [0, 4, 409, 1690, 1713, 1714, 1715, 1717, 1718, 1719, 1721], "organ": [0, 470, 1689, 1699, 1713, 1717], "orgin": 3, "orient": [1087, 1721], "origin": [8, 147, 148, 420, 436, 462, 476, 1533, 1713, 1717, 1719, 1723, 1726, 1727, 1743, 1747, 1748], "orthogon": [0, 450, 1594, 1600], "orthogonal_basi": [1594, 1596], "os_defin": 475, "oscil": 1729, "oss": 385, "ostream": [0, 158, 170, 182, 366, 399, 476], "osx": [0, 1690], "osx10": 0, "otain": [961, 974, 987], "other": [0, 3, 5, 6, 96, 147, 148, 371, 372, 373, 374, 385, 386, 389, 392, 396, 400, 404, 407, 413, 448, 453, 459, 462, 465, 469, 470, 475, 478, 480, 501, 543, 825, 941, 952, 965, 978, 991, 1004, 1019, 1030, 1038, 1050, 1522, 1533, 1552, 1553, 1554, 1689, 1690, 1695, 1700, 1701, 1707, 1713, 1714, 1717, 1718, 1721, 1723, 1725, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1743, 1744, 1745, 1748, 1750], "otherwis": [0, 115, 236, 238, 239, 288, 290, 291, 297, 299, 379, 382, 386, 387, 396, 397, 430, 432, 441, 442, 459, 461, 464, 465, 466, 469, 906, 1094, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1646, 1673, 1690, 1743, 1748], "ou": 1736, "our": [0, 3, 6, 7, 389, 392, 406, 459, 472, 1688, 1689, 1694, 1696, 1698, 1699, 1707, 1713, 1715, 1717, 1719, 1724, 1726, 1729, 1741, 1742, 1743, 1746, 1747, 1748], "out": [0, 158, 170, 182, 212, 399, 412, 442, 1102, 1586, 1589, 1590, 1678, 1713, 1717, 1723, 1727, 1728, 1734], "outdat": 1695, "outer": [430, 745], "outlin": [1698, 1723, 1727], "output": [0, 7, 13, 26, 145, 146, 339, 343, 346, 348, 352, 366, 371, 372, 373, 374, 409, 459, 461, 472, 1468, 1499, 1500, 1690, 1713, 1714, 1717, 1718, 1729, 1730, 1735, 1737], "outsid": [352, 416, 417, 422, 424, 1581, 1723, 1727], "over": [0, 15, 30, 81, 345, 354, 365, 370, 373, 374, 387, 394, 406, 420, 426, 428, 432, 440, 444, 445, 447, 453, 459, 460, 472, 1620, 1655, 1669, 1698, 1702, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "overal": [1502, 1713, 1717], "overhaul": 0, "overinterpret": [1713, 1717], "overlai": 1747, "overlap": [450, 451, 1446, 1453, 1594, 1600, 1726], "overlap_mat_vec": [0, 451], "overload": [0, 9, 142, 378, 379, 382, 391, 392, 396, 397, 405, 406, 413, 460, 476], "overrid": [0, 1672, 1681], "overrul": 469, "overview": [459, 1689, 1710, 1713, 1717, 1721], "overwrit": 1724, "own": [4, 8, 388, 1695, 1699, 1700, 1704, 1713, 1717, 1721], "ox": 0, "p": [3, 136, 194, 298, 381, 406, 1688, 1690, 1713, 1717, 1729], "p0": [468, 549, 550], "p1": [468, 549], "p2": [468, 549], "p_": [453, 459, 1732, 1737], "p_l": 404, "p_x": 453, "pack": [0, 244], "pack_index_site_orbit": 1480, "packag": [4, 5, 388, 1691, 1692, 1694, 1696, 1697, 1704, 1706, 1710, 1713, 1717, 1725, 1726, 1727, 1735], "package_nam": 1695, "pade": [0, 436, 1728, 1730, 1734, 1735], "pade_analytical_continuation_wk": [1740, 1745], "pad\u00e9": [1740, 1745], "page": [0, 6, 7, 8, 388, 405, 410, 414, 426, 470, 1688, 1689, 1690, 1691, 1699, 1702, 1714, 1718], "pai": 1690, "pair": [0, 12, 13, 61, 73, 74, 75, 76, 77, 145, 146, 219, 253, 359, 372, 373, 388, 430, 445, 463, 464, 524, 525, 526, 527, 562, 563, 564, 565, 600, 601, 602, 603, 638, 639, 640, 641, 676, 677, 678, 679, 714, 715, 716, 717, 760, 833, 834, 835, 836, 881, 882, 883, 884, 1035, 1047, 1454, 1455, 1502, 1548, 1585, 1723, 1727, 1731, 1736, 1740, 1741, 1745, 1746], "panda": [1730, 1735], "pandoc": 0, "panel": 467, "paper": [0, 3, 4, 1713, 1717, 1748], "paragraph": 461, "parallel": [0, 387, 453, 462, 1521, 1528, 1690, 1696, 1713, 1717, 1726, 1739, 1744], "param": [400, 468, 549, 815, 1646], "param_tupl": 550, "paramagnet": [1709, 1713, 1717], "paramet": [0, 9, 257, 342, 379, 382, 386, 387, 388, 390, 406, 407, 408, 409, 416, 417, 418, 422, 424, 431, 440, 442, 444, 446, 448, 449, 451, 453, 456, 459, 460, 462, 464, 465, 466, 468, 470, 476, 480, 501, 536, 540, 543, 546, 549, 550, 560, 566, 589, 598, 604, 627, 636, 642, 665, 674, 680, 703, 712, 718, 741, 792, 802, 804, 807, 810, 815, 817, 825, 831, 837, 860, 913, 926, 961, 974, 987, 1000, 1015, 1026, 1068, 1070, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1093, 1095, 1096, 1098, 1099, 1100, 1102, 1433, 1441, 1446, 1458, 1462, 1463, 1470, 1471, 1483, 1486, 1487, 1495, 1498, 1499, 1500, 1502, 1503, 1504, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1579, 1586, 1589, 1590, 1603, 1618, 1701, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737], "parametr": 404, "paramount": 404, "parcollet": [0, 3], "parent": [234, 235, 286, 287], "parenthesi": [397, 458, 1721], "pars": [0, 1503, 1504], "parse_commit": 0, "parser": [0, 1503, 1504], "part": [0, 3, 7, 12, 188, 193, 209, 210, 279, 298, 338, 340, 346, 347, 348, 349, 350, 388, 395, 402, 406, 432, 447, 453, 459, 461, 464, 563, 565, 567, 575, 601, 603, 605, 613, 639, 641, 643, 651, 677, 679, 681, 689, 715, 717, 719, 727, 750, 755, 768, 775, 834, 836, 838, 846, 882, 884, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1482, 1509, 1511, 1537, 1538, 1539, 1546, 1550, 1688, 1689, 1694, 1699, 1700, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1722, 1723, 1727, 1730, 1732, 1735, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "parti": [0, 1694], "partial": [0, 338, 392, 397, 398, 399, 421, 440, 1431, 1713, 1717, 1724, 1730, 1732, 1735, 1737, 1740, 1745], "particl": [0, 389, 433, 435, 461, 465, 478, 480, 501, 560, 598, 636, 674, 712, 831, 913, 1555, 1699, 1723, 1725, 1726, 1727, 1739, 1740, 1741, 1744, 1745, 1746], "particular": [0, 3, 55, 142, 159, 385, 388, 400, 402, 440, 463, 472, 476, 1690, 1692, 1695, 1698, 1704, 1732, 1737, 1743, 1748], "particularli": [1500, 1709, 1728, 1734], "partit": [4, 9, 50, 78, 247, 248, 250, 253, 254, 389, 444, 459, 478, 480, 501, 528, 1725, 1729, 1736], "partition_funct": [43, 389, 390], "pass": [0, 244, 340, 346, 348, 350, 369, 370, 387, 388, 389, 430, 458, 464, 469, 476, 1084, 1502, 1549, 1579, 1681, 1690, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1728, 1729, 1730, 1735, 1742], "past": [23, 218, 221, 461], "patch": [0, 450, 1429, 1431, 1600, 1602, 1603, 1732, 1737, 1750], "path": [0, 385, 386, 387, 452, 1066, 1067, 1070, 1073, 1090, 1499, 1502, 1692, 1694, 1695, 1704, 1713, 1714, 1717, 1718, 1719, 1720, 1731, 1736, 1739, 1740, 1741, 1744, 1745, 1746], "path_1": 452, "path_2": 452, "path_4": 452, "path_to_install_directori": 1750, "path_to_python3": 1698, "path_to_sigma": [1715, 1719], "path_to_your_hom": 1695, "pattern": [0, 379, 382, 1698], "pauli": [1739, 1742, 1744, 1747], "pcb": [1713, 1715, 1716, 1717, 1719, 1720], "pcolor": 1746, "pcolormesh": [1737, 1739, 1744, 1745], "pdf": [3, 337], "pdos_atm": [1713, 1717], "pdos_tot": [1713, 1717], "peak": [1720, 1723, 1727, 1740, 1741, 1745, 1746], "peek": [1731, 1736], "penalti": [0, 88, 397], "peopl": 0, "pep": 0, "per": [0, 442, 452, 461, 1094, 1503, 1684, 1713, 1714, 1716, 1717, 1718, 1719, 1720], "perat": 1736, "percent": [309, 430], "perfect": [0, 1694, 1699, 1749], "perfectli": [1739, 1740, 1743, 1744, 1745, 1748], "perform": [0, 88, 96, 144, 159, 183, 205, 206, 208, 248, 253, 331, 338, 365, 370, 397, 398, 403, 408, 442, 459, 472, 868, 1094, 1689, 1690, 1701, 1723, 1725, 1727, 1728, 1731, 1734, 1736, 1740, 1745], "perform_tail_fit": 1717, "perftool": 1706, "period": [0, 417, 429, 456, 936, 949, 1471, 1487], "periodization_matrix": 0, "perman": [1690, 1694], "permiss": 0, "permit": 439, "permut": [96, 121, 122, 402], "perturb": [1723, 1727], "phase": [4, 248, 253, 1689, 1699, 1717, 1739, 1743, 1744, 1748, 1749], "phi": [244, 469], "phi_m": 452, "phi_n": 452, "philipp": 0, "philsophi": 1696, "photoemiss": [1713, 1717], "phy": [3, 4, 1732, 1737, 1742, 1743, 1747, 1748], "physic": [0, 247, 1699, 1713, 1717, 1723, 1726, 1727, 1732, 1737], "physicist": 470, "physrevb": [4, 1713, 1715, 1717, 1719], "physrevlett": 4, "pi": [391, 398, 402, 404, 409, 416, 428, 432, 436, 437, 439, 452, 469, 814, 1713, 1716, 1717, 1719, 1720, 1721, 1723, 1726, 1727, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1747, 1748], "pi0": 452, "pick": [324, 456, 1074], "pickl": [431, 438], "picklabl": [432, 440], "pictori": [428, 429], "pictur": [444, 1723, 1727, 1740, 1745], "piec": [459, 470, 1721, 1729], "pihpih": 452, "ping": 1646, "pip": [0, 7, 1691, 1694, 1695, 1698], "pip3": 0, "pipi": 452, "pkg_base": 0, "pkg_root": 0, "place": [0, 263, 264, 265, 274, 275, 276, 459, 476, 570, 608, 646, 684, 722, 841, 1698, 1723, 1727], "placehold": [0, 145, 146, 391, 392, 395, 397, 398, 399, 405, 408, 412, 416, 417, 420, 421, 430, 1700, 1703], "placeholder_1": [395, 397], "placeholder_2": [395, 397], "placeholder_3": 397, "placeholder_prim": 0, "plai": [7, 430, 441, 1713, 1717, 1735], "plain": 1709, "plan": 1707, "plane": [1713, 1717], "platform": 1689, "pleas": [0, 4, 6, 8, 385, 426, 1688, 1689, 1690, 1695, 1697, 1698, 1743, 1748], "pleasur": 1689, "plot": [0, 5, 9, 377, 431, 433, 434, 435, 436, 437, 438, 443, 447, 448, 452, 468, 471, 535, 549, 554, 592, 630, 668, 706, 825, 1502, 1696, 1710, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "plot_band": [1713, 1716, 1717, 1719, 1720], "plot_correlated_band": [1713, 1715, 1716, 1717, 1719, 1720], "plot_data": [1084, 1579], "plot_dict": [1713, 1715, 1716, 1717, 1719, 1720], "plot_direct": 0, "plot_kslic": [1713, 1717], "plot_surfac": 1726, "plotter": 432, "plt": [433, 435, 447, 452, 471, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "plu": [396, 1723, 1727], "pm": [465, 1557, 1732, 1735, 1737], "pmatrix": [403, 462, 1523, 1524, 1532, 1723, 1727], "pn": 1734, "png": [383, 1747], "point": [0, 76, 77, 191, 193, 338, 340, 341, 353, 363, 364, 365, 369, 370, 406, 409, 410, 413, 415, 416, 417, 420, 421, 422, 424, 428, 429, 430, 431, 438, 439, 448, 449, 450, 452, 459, 461, 469, 474, 475, 539, 540, 550, 791, 920, 936, 948, 949, 960, 961, 972, 985, 987, 998, 1014, 1015, 1025, 1044, 1047, 1058, 1068, 1070, 1086, 1087, 1462, 1464, 1465, 1495, 1500, 1502, 1583, 1587, 1588, 1594, 1597, 1598, 1600, 1602, 1603, 1604, 1605, 1620, 1624, 1678, 1698, 1709, 1710, 1713, 1715, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1729, 1732, 1737, 1739, 1740, 1741, 1744, 1745, 1746], "point_t": [0, 406, 413], "pointer": [142, 159, 242, 406, 411], "polar": [1730, 1735], "pole": 1720, "polici": 0, "poll": 0, "poll_msec": [1646, 1660], "polygon": [1429, 1430], "polymorph": [0, 397, 461], "polynomi": [389, 406, 410, 418, 431, 432, 438, 442, 1026, 1096], "polytechiqu": 3, "polytechniqu": 1689, "pomerol2triq": 4, "pop": [469, 1716, 1720], "port": 1750, "port_to_triqs3": [0, 1698], "portabl": [385, 432, 440, 1724], "porting_to_triqs3": 0, "porting_tool": [0, 1698], "posit": [0, 145, 146, 202, 207, 209, 228, 352, 360, 428, 430, 446, 1000, 1433, 1439, 1462, 1463, 1465, 1466, 1477, 1483, 1493, 1586, 1701, 1740, 1742, 1745, 1747], "positive_freq_view": [0, 131], "positive_frequencies_onli": 428, "positive_onli": [412, 428, 1717, 1726, 1727, 1744], "possess": 408, "possibl": [0, 3, 12, 183, 340, 379, 381, 382, 397, 398, 399, 402, 404, 430, 432, 453, 461, 760, 1696, 1726, 1727, 1739, 1740, 1742, 1744, 1745, 1747, 1750], "possibli": [73, 74, 76, 77, 442, 460, 524, 525, 526, 527, 1096, 1620, 1694], "post": [0, 1688, 1689, 1721], "postprocess": [4, 1713, 1715, 1716, 1717, 1719, 1720], "potenti": [4, 389, 444, 448, 538, 542, 815, 1692, 1694, 1698, 1713, 1716, 1717, 1719, 1720, 1726, 1728, 1731, 1734, 1735, 1736, 1739, 1744], "poulin": [1743, 1748], "power": [338, 344, 345, 467, 1699, 1710, 1722, 1723, 1727], "pprof": 1706, "pr": 0, "practic": [0, 406, 420, 459, 470, 1692, 1705, 1713, 1717, 1723, 1726, 1727, 1728, 1734], "practiv": 387, "pragma": [0, 456], "prb": [1715, 1719], "prb105": [1723, 1727], "pre": [340, 369, 370, 371, 372, 373, 374, 1690, 1713, 1717, 1721], "prealloc": 444, "preambl": 382, "prec_mu": [1717, 1720], "preced": 400, "preceed": 389, "precis": [0, 383, 385, 403, 409, 448, 459, 461, 539, 1500, 1612, 1613, 1614, 1615, 1616, 1640, 1641, 1696, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1726, 1727], "precision_on_i": 1618, "precompil": 1691, "precomput": [73, 74, 76, 77, 398], "precondit": [299, 476], "predefin": [1707, 1713, 1717, 1723, 1727], "predict": [1741, 1743, 1746, 1748], "preferenti": [462, 1522], "prefix": [0, 1694], "preinstal": 0, "preload": 1706, "prepar": [409, 447, 456, 459, 1689, 1712, 1713, 1716, 1717, 1720, 1726], "prepend": [0, 1692], "preregist": 461, "prerequisit": 0, "present": [383, 397, 432, 433, 434, 435, 436, 437, 440, 554, 592, 630, 668, 706, 1678, 1689, 1695, 1696, 1699], "preserv": [114, 147, 461], "press": 1721, "pretti": [329, 1723, 1727], "prevent": 0, "preview": 331, "previou": [0, 109, 396, 403, 406, 432, 469, 475, 1688, 1690, 1698, 1709, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1729, 1731, 1736, 1740, 1741, 1742, 1745, 1746, 1747], "previous": [0, 322, 330, 1714, 1718, 1720], "prime": [462, 1521], "principl": [9, 380, 385, 387, 388, 396, 453, 470, 1707, 1723, 1727, 1739, 1742, 1744, 1747], "print": [0, 329, 343, 389, 399, 440, 444, 452, 459, 461, 471, 1618, 1653, 1690, 1692, 1703, 1709, 1713, 1716, 1717, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1735, 1736, 1739, 1743, 1744, 1747, 1748], "printabl": 0, "printenv": 1692, "prior": 0, "priori": [1694, 1723, 1727], "priorit": 0, "prioriti": [0, 397], "privat": 1690, "proba": 453, "probabl": [299, 323, 324, 329, 337, 375, 392, 453, 457, 1590, 1722, 1730, 1735, 1743, 1748], "problem": [0, 4, 6, 9, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 380, 387, 389, 404, 440, 456, 460, 472, 1689, 1694, 1699, 1709, 1713, 1715, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1741, 1743, 1746, 1748], "problemat": [1723, 1727], "proce": [472, 1728, 1734], "procedur": [0, 50, 145, 146, 386, 409, 416, 430, 441, 457, 1690], "proceed": 1690, "process": [0, 8, 9, 388, 1690, 1696, 1719, 1721], "prod": [0, 407, 410, 420, 425, 426, 431, 868, 869, 870, 871, 873, 874, 1702, 1713, 1717, 1719, 1720], "prodiv": 430, "produc": [4, 381, 383, 385, 447, 458, 470, 472, 1691, 1713, 1717, 1721, 1735], "product": [0, 4, 11, 16, 61, 145, 146, 232, 259, 270, 389, 406, 407, 410, 421, 445, 461, 464, 467, 926, 1546, 1691, 1702, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1726, 1730, 1735, 1740, 1745], "product_rang": [0, 11], "prof": 1706, "profile_test": 1706, "profound": 1750, "program": [0, 3, 4, 385, 1673, 1689, 1692, 1709, 1713, 1717], "progress": [392, 447, 459, 1730, 1735], "proj_mat": 1717, "project": [0, 3, 4, 7, 255, 444, 1689, 1698, 1699, 1726], "project_binary_dir": 0, "project_sourc": 0, "project_source_dir": 0, "promot": 1689, "prompt": 1704, "prone": 388, "proof": [1743, 1748], "propag": [0, 206, 1741, 1746], "proper": [0, 3, 426, 430, 442, 1097, 1690, 1695, 1698, 1705], "properli": [0, 387, 399, 1468, 1698, 1713, 1717], "properti": [0, 191, 193, 205, 379, 409, 410, 425, 430, 432, 440, 442, 450, 559, 567, 568, 573, 574, 575, 584, 585, 586, 597, 605, 606, 611, 612, 613, 622, 623, 624, 635, 643, 644, 649, 650, 651, 660, 661, 662, 673, 681, 682, 687, 688, 689, 698, 699, 700, 711, 719, 720, 725, 726, 727, 736, 737, 738, 746, 750, 751, 752, 753, 754, 755, 761, 762, 768, 769, 773, 774, 775, 830, 838, 839, 844, 845, 846, 855, 856, 857, 915, 916, 917, 921, 922, 928, 931, 1093, 1460, 1472, 1474, 1475, 1476, 1477, 1479, 1488, 1490, 1491, 1492, 1493, 1494, 1595, 1601, 1673, 1675, 1679, 1680, 1682, 1690, 1713, 1714, 1717, 1718, 1739, 1740, 1744, 1745], "proport": [1729, 1735, 1743, 1748], "propos": [4, 299, 323, 453, 457, 459, 1728, 1734], "proposit": 324, "proposition_prob": [299, 321, 323], "protect": [0, 1732, 1737], "protocol": [0, 9, 377, 387, 448, 535, 1069, 1072, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1564, 1579], "prototyp": 392, "prove": [389, 1743, 1748], "proven": [9, 377, 1698], "provid": [0, 3, 4, 6, 7, 45, 50, 62, 207, 241, 247, 255, 317, 338, 385, 387, 388, 391, 395, 407, 408, 409, 412, 413, 421, 426, 430, 441, 444, 445, 449, 454, 459, 460, 461, 462, 464, 465, 466, 468, 470, 472, 474, 760, 1502, 1522, 1533, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1689, 1690, 1691, 1694, 1698, 1699, 1710, 1713, 1717, 1721, 1723, 1725, 1726, 1727, 1729, 1730, 1732, 1733, 1735, 1737, 1740, 1745], "provind": 1603, "proxi": [0, 461], "pseudo": 391, "pseudogap": [1732, 1737], "psi": 244, "pt": [452, 1739, 1744], "ptb": 1498, "ptrdiff_t": [12, 23, 24], "public": [0, 3, 4, 1690], "publish": [3, 470, 1732, 1737], "pull": [0, 6, 7, 1690], "pure": [379, 382, 406, 906], "purefunctionondomain": [407, 431], "purpos": [0, 5, 338, 388, 401, 406, 414, 420, 445, 453, 461, 476, 1674, 1679, 1723, 1727, 1731, 1736, 1739, 1740, 1744, 1745], "purposefulli": [0, 338], "push": [0, 8], "put": [0, 86, 338, 341, 379, 395, 399, 400, 402, 408, 440, 459, 470, 1704, 1721, 1722, 1724, 1743, 1748], "pwd": [1690, 1692], "py": [9, 383, 431, 470, 1698, 1704, 1706, 1713, 1717, 1721, 1725, 1727, 1730, 1731, 1735, 1736, 1745], "py3": 1698, "py_": 0, "py_convert": [0, 382, 1704], "py_nam": 379, "py_typ": [379, 1061], "pybind": 0, "pyconfig": 475, "pylab": [447, 452, 1712], "pyobject": [948, 960, 972, 985, 998, 1014, 1025, 1044, 1058], "pyplot": [469, 1564, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1726, 1732, 1737], "pyref": 0, "python": [5, 13, 17, 26, 27, 377, 379, 382, 383, 385, 387, 431, 432, 433, 434, 435, 436, 437, 439, 440, 460, 464, 467, 469, 470, 471, 473, 476, 791, 1673, 1690, 1691, 1692, 1694, 1696, 1704, 1705, 1708, 1709, 1723, 1724, 1726, 1727, 1728, 1729, 1734], "python2": [0, 475, 1704], "python3": [0, 1690, 1695, 1697, 1725, 1726, 1727], "python_api": [1739, 1744], "python_destin": 0, "python_execut": 0, "python_interpret": 0, "python_lib_dest_root": 0, "python_refer": [1739, 1744], "pythonpath": [0, 1692], "pythonsupport": 0, "pythtb": [0, 1498], "q": [5, 450, 462, 1523, 1602, 1689, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "q_x": [1745, 1746], "q_y": [1745, 1746], "qe": [0, 462, 1526, 1529, 1531, 1713, 1717], "qmc": [82, 296, 317, 319, 320, 389, 474, 1709, 1713, 1717, 1729, 1731, 1732, 1735, 1736, 1737], "qn_index": 63, "qn_vector": [50, 478, 480, 501, 1725], "qp": [1713, 1717, 1719, 1720], "qquad": [403, 404, 1723, 1727, 1742, 1747], "qr": [50, 478, 480, 501, 1725], "quad": [369, 370, 465, 469, 1557], "quadrat": [463, 468, 1539], "quadratic_term": 0, "quadrupl": 463, "qualit": [1732, 1737], "qualiti": [1694, 1729], "quantiti": [460, 472, 1729, 1730, 1735, 1739, 1742, 1744, 1747], "quantiz": [9, 377], "quantum": [50, 63, 79, 80, 389, 460, 478, 480, 497, 501, 518, 529, 530, 1689, 1716, 1720, 1723, 1725, 1727, 1728, 1730, 1734, 1735], "quantum_number_eigenvalu": [0, 43, 80, 390], "quantum_number_eigenvalues_check": [43, 390], "quantum_number_t": [63, 79, 80], "quarter": [1713, 1717, 1731, 1736], "quartic": [461, 463, 1729, 1740, 1745], "quartic_term": 0, "quasiparticl": [1713, 1714, 1717, 1718, 1719, 1730, 1732, 1735, 1737], "question": [5, 6, 7, 233, 236, 285, 288, 1689, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1739, 1741, 1744, 1746], "quick": [4, 5, 121, 122, 385, 405], "quicker": 396, "quickest": 1721, "quickli": [401, 1689, 1721, 1730, 1735], "quit": [380, 411, 1698, 1713, 1717, 1721, 1722, 1723, 1727, 1731, 1735, 1736], "qunatum": 63, "qx": 1746, "qy": 1746, "r": [0, 13, 14, 26, 27, 324, 327, 387, 395, 402, 410, 430, 432, 442, 451, 452, 453, 468, 469, 471, 476, 566, 604, 642, 680, 718, 837, 1059, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1096, 1424, 1446, 1464, 1465, 1468, 1566, 1689, 1698, 1703, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1724, 1726, 1727, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1746, 1747, 1748], "r3": 1726, "r_": [566, 604, 642, 680, 718, 837], "r_t": [446, 451, 1435, 1452, 1473, 1489], "rac": [442, 1094], "racah_wign": [462, 1522], "race": 0, "radial": [462, 1520, 1522, 1527], "radial_integr": [462, 1520, 1522], "radial_integrals_to_u_j": 462, "rais": [0, 387, 1537, 1538, 1539, 1673, 1678, 1684], "ram": 1690, "randn": 1722, "random": [0, 4, 9, 302, 310, 324, 331, 332, 333, 352, 377, 445, 453, 454, 456, 459, 1575, 1581, 1699, 1700, 1722, 1739, 1744, 1749], "random_gener": [294, 310, 327, 456, 458, 459, 471], "random_generator_nam": [294, 458], "random_generator_names_list": 471, "random_nam": [302, 456, 458, 459], "random_se": [302, 456, 458, 459], "randomgener": 471, "randomgeneratornam": 332, "randomli": 1729, "rang": [11, 12, 13, 14, 15, 16, 23, 24, 25, 26, 27, 30, 70, 352, 354, 365, 389, 416, 417, 422, 424, 430, 452, 471, 1581, 1709, 1713, 1717, 1719, 1720, 1721, 1722, 1731, 1732, 1734, 1735, 1736, 1737, 1743, 1747, 1748], "range_al": 0, "rangl": [369, 370, 404, 462, 1524, 1723, 1727, 1740, 1742, 1743, 1745, 1747, 1748], "rank": [0, 12, 30, 161, 173, 186, 191, 205, 361, 362, 373, 374, 388, 408, 410, 430, 433, 434, 435, 436, 437, 442, 456, 459, 554, 579, 585, 592, 617, 623, 630, 655, 661, 668, 693, 699, 706, 731, 737, 760, 825, 850, 856, 872, 890, 1100, 1646, 1690, 1692, 1713, 1717, 1727, 1729, 1736, 1741, 1746], "rank1": 0, "rapid": [1743, 1748], "rapidli": 1696, "rare": [0, 379], "raster": [1739, 1744, 1745, 1746], "rate": [303, 328, 1717, 1729, 1736], "rather": [0, 441, 459, 1726, 1732, 1737, 1740, 1745], "ratio": [123, 124, 125, 126, 127, 128, 129, 130, 324, 402, 453, 456, 457, 459, 1701], "rational": 396, "raw": [0, 472, 559, 597, 635, 673, 711, 830, 1698, 1713, 1717, 1719, 1729], "rbrace": [452, 472], "rcparam": [1722, 1723, 1727, 1729, 1730, 1731, 1734, 1735, 1736], "rdbu": [1739, 1744, 1745], "rdbu_r": 1737, "re": [0, 8, 108, 386, 402, 442, 450, 459, 476, 1100, 1102, 1602, 1707, 1713, 1716, 1717, 1719, 1720, 1736, 1739, 1740, 1744, 1745], "reach": [340, 342, 348, 449, 459, 1618, 1723, 1727, 1730, 1735], "read": [0, 99, 138, 154, 166, 178, 222, 234, 286, 352, 355, 356, 379, 385, 386, 387, 428, 442, 445, 447, 461, 470, 543, 1100, 1499, 1584, 1688, 1700, 1703, 1713, 1717, 1719, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1744, 1745, 1746, 1750], "read_attr": [385, 387], "read_config": [1713, 1717], "read_gf_from_txt": [0, 442], "read_onli": 379, "readabl": [461, 1713, 1717], "readeabl": 405, "reader": 468, "readi": [8, 383, 459, 461, 1689, 1699, 1707], "readili": [4, 404, 1741, 1746], "readm": 0, "real": [0, 77, 131, 188, 192, 202, 206, 340, 344, 345, 352, 389, 406, 407, 410, 412, 417, 425, 428, 430, 431, 432, 433, 434, 435, 438, 439, 442, 443, 446, 451, 459, 461, 462, 464, 465, 469, 478, 501, 527, 554, 560, 587, 592, 598, 625, 630, 636, 663, 668, 674, 701, 706, 712, 739, 825, 831, 858, 876, 1035, 1047, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1099, 1100, 1102, 1435, 1452, 1463, 1473, 1483, 1489, 1499, 1503, 1504, 1509, 1522, 1529, 1533, 1550, 1552, 1553, 1554, 1581, 1608, 1618, 1689, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "real_or_complex": [0, 461, 1536, 1537, 1538, 1539], "real_or_complex_arrai": 1536, "real_t": [188, 210, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890], "realist": [1723, 1727], "realiz": 1699, "realli": [406, 457, 1710], "reason": [408, 440, 459, 469, 1696, 1713, 1716, 1717, 1720, 1723, 1727, 1730, 1735], "reassign": 432, "rebin": [576, 614, 652, 690, 728, 847, 887, 1713, 1717, 1719, 1729], "rebind": [0, 162, 174], "rebinning_tau": [1713, 1717, 1719, 1729], "rebuild": [7, 108, 395, 402, 555, 593, 631, 669, 707], "rebuilt": 386, "recal": [1726, 1732, 1737], "recap": [1713, 1717], "receiv": [0, 6, 296, 317, 319, 320, 461], "recent": [1690, 1691, 1694, 1698], "reciproc": [451, 936, 1445, 1448, 1450, 1467, 1469, 1484, 1485, 1502, 1726, 1739, 1744], "recogn": [409, 1500], "recommend": [0, 432, 440, 474, 1688, 1689, 1690, 1691, 1694, 1699, 1710, 1713, 1717, 1721, 1730, 1735], "recompil": [1706, 1707, 1721], "recomput": [1714, 1718, 1743, 1748], "recompute_grid": 450, "recomputegrid": [450, 1600], "reconstruct": [386, 387, 436, 1723, 1727], "reconstruct_python_object": 387, "recov": 1724, "recoveri": 1724, "rectangular": 385, "recurs": [0, 385, 386, 910, 1728, 1734], "recv": 0, "recvbuf": 388, "recvcount": 388, "recvtyp": 388, "recycl": 1675, "red": [1722, 1729, 1746], "redefin": [429, 475], "redirect": 1737, "reduc": [0, 50, 142, 151, 159, 183, 208, 301, 345, 352, 362, 370, 373, 374, 386, 388, 432, 440, 456, 459, 462, 469, 476, 1500, 1528, 1714, 1718, 1729, 1735], "reduce_4index_to_2index": 462, "reduct": [362, 370, 389, 476], "reduction_t": 0, "redund": 0, "reenabl": 0, "ref": [0, 340, 342, 371, 372, 373, 374, 396, 406, 426, 476, 1704, 1713, 1717, 1723, 1727, 1732, 1737, 1739, 1744], "refactor": 0, "refer": [0, 3, 4, 8, 9, 222, 234, 242, 245, 257, 261, 262, 263, 264, 265, 266, 272, 273, 274, 275, 276, 277, 286, 355, 366, 379, 385, 426, 431, 432, 438, 457, 467, 472, 1584, 1690, 1695, 1699, 1700, 1701, 1702, 1704, 1713, 1717, 1732, 1737, 1739, 1744, 1750], "refil": 128, "refin": [406, 445, 449, 1618], "refreq": [0, 77, 407, 408, 410, 425, 431, 433, 434, 436, 437, 527, 564, 579, 583, 602, 617, 621, 640, 655, 659, 678, 693, 697, 716, 731, 735, 835, 850, 854, 872, 879, 883, 890, 894, 1041, 1042, 1043], "regard": 6, "regardless": 1735, "regener": 0, "regim": [1715, 1718, 1719, 1743, 1748], "region": [1732, 1737, 1739, 1744], "regist": [0, 297, 298, 299, 300, 386, 387, 453], "register_class": [385, 386, 387], "registr": 1689, "regroup": [0, 401], "regular": [0, 340, 376, 386, 397, 410, 432, 450, 469, 476, 1594, 1600, 1698, 1723, 1727, 1743, 1748], "regular_t": 0, "regular_typ": [145, 146, 188, 205, 206, 210, 379, 410], "regularli": 409, "regulartyp": 406, "reimplement": [1620, 1624], "reinterpret": 410, "reinterpret_scalar_valued_gf_as_matrix_valu": [131, 410, 423], "reject": [109, 306, 321, 453, 456, 457, 459], "reject_last_tri": 83, "rel": [0, 388, 1704, 1713, 1717, 1735], "relat": [0, 403, 430, 447, 451, 452, 461, 462, 1448, 1467, 1484, 1522, 1533, 1707, 1710, 1723, 1725, 1726, 1727, 1728, 1732, 1734, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "relative_coordin": 1502, "releas": [0, 6, 379, 382, 470, 1688, 1690, 1707, 1750], "release_gil_and_enable_sign": [378, 379, 382], "relev": [0, 1723, 1724, 1726, 1727, 1730, 1735], "reli": [4, 1690], "reliabl": [472, 1717], "reload": [1714, 1718], "remain": [0, 397, 403, 457, 1707, 1732, 1737, 1743, 1748], "remark": 383, "remedi": [1741, 1746], "rememb": [440, 1728, 1734, 1735], "remind": [1699, 1704, 1711, 1740, 1745], "remnant": [1743, 1748], "remot": 8, "remov": [83, 129, 130, 369, 370, 387, 401, 402, 409, 414, 469, 1462, 1694, 1716, 1720, 1729, 1736], "remove2": [0, 83, 402], "remove2_at_end": [0, 83, 1701], "remove_at_end": [0, 83, 1701], "remove_intern": 1468, "remove_internal_hop": [1462, 1463], "renorm": [4, 1713, 1717, 1743, 1748], "reorder": [95, 97, 105, 402], "reorgan": 0, "repeat": [457, 1713, 1716, 1717, 1720, 1743, 1748], "replac": [0, 244, 387, 395, 403, 577, 578, 615, 616, 653, 654, 691, 692, 729, 730, 848, 849, 888, 889, 1690, 1691, 1698, 1699, 1716, 1723, 1727], "replace_by_tail": 0, "repo": 0, "repons": 1726, "report": [0, 6, 301, 1608, 1680], "report_measur": 297, "repositori": [0, 1690, 1698, 1699], "repr": [0, 433, 434, 435, 436, 437, 440, 1723, 1727], "repres": [0, 215, 382, 406, 412, 461, 463, 469, 1026, 1680, 1681, 1702, 1717, 1723, 1727, 1732, 1737], "represent": [0, 61, 62, 73, 74, 75, 76, 77, 144, 197, 198, 199, 378, 379, 382, 389, 406, 407, 410, 425, 428, 429, 431, 461, 463, 469, 525, 550, 868, 869, 870, 871, 961, 974, 987, 1716, 1720, 1723, 1726, 1727, 1743, 1748], "reproduc": [9, 377, 433, 434, 435, 436, 437, 469, 1690, 1730, 1732, 1735, 1737, 1742, 1743, 1747, 1748], "repuls": 444, "request": [0, 3, 5, 7, 38, 42, 228, 262, 273, 589, 627, 665, 703, 741, 860, 1690], "request_emergency_stop": 38, "requir": [379, 380, 382, 383, 388, 389, 406, 408, 409, 451, 461, 1446, 1468, 1690, 1693, 1694, 1698, 1707, 1709, 1723, 1726, 1727, 1730, 1735, 1742, 1747], "requisit": 340, "reread": [387, 401], "rerun": [1713, 1717], "res2": 476, "res_in": 1735, "res_met": 1735, "resampl": [337, 369, 370, 472], "reserv": [0, 83, 88, 414, 1672], "reset": [266, 277, 352, 353, 406, 1583], "reshap": [1688, 1726], "resid": 0, "resiz": [88, 142, 159, 183, 350, 411, 1701], "resize_arrai": 450, "resolut": [3, 822], "resolv": [0, 1690, 1694], "resourc": [1699, 1713, 1717, 1721], "resp": [126, 417], "respect": [0, 7, 62, 421, 426, 441, 445, 452, 461, 745, 1681, 1690, 1731, 1736, 1739, 1740, 1744, 1745], "respons": [3, 338, 1699, 1739, 1740, 1741, 1744, 1745, 1746], "respositori": [0, 1698], "rest": [400, 433, 459], "restor": [0, 379, 382], "restrict": 1690, "restricted_view": 0, "restructur": 0, "result": [0, 3, 4, 41, 54, 63, 301, 362, 379, 381, 382, 387, 391, 395, 397, 398, 406, 409, 420, 430, 440, 441, 448, 449, 453, 456, 461, 470, 476, 540, 1495, 1536, 1620, 1688, 1694, 1706, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1726, 1727, 1728, 1730, 1734, 1735, 1736, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "result_of": [0, 406], "result_typ": [402, 1701], "retard": [77, 431, 432, 438], "rethrow_except": 302, "retim": [0, 407, 408, 410, 420, 421, 425, 431, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890, 1055, 1056, 1057, 1702], "retriev": [0, 387, 470], "retunr": [462, 1521], "return": [0, 8, 9, 13, 15, 23, 24, 25, 26, 38, 51, 68, 69, 70, 90, 95, 96, 97, 98, 105, 106, 115, 123, 124, 125, 126, 127, 128, 129, 130, 142, 159, 183, 188, 202, 210, 244, 316, 322, 324, 334, 335, 336, 338, 379, 381, 382, 386, 387, 389, 390, 391, 395, 397, 398, 399, 402, 406, 408, 413, 416, 417, 422, 423, 424, 428, 430, 432, 433, 434, 435, 436, 437, 440, 442, 444, 445, 446, 448, 449, 450, 451, 452, 453, 456, 459, 461, 462, 463, 464, 465, 466, 469, 474, 476, 478, 482, 484, 487, 499, 500, 503, 505, 508, 520, 521, 543, 556, 557, 560, 569, 587, 588, 589, 594, 595, 598, 607, 625, 626, 627, 632, 633, 636, 645, 663, 664, 665, 670, 671, 674, 683, 701, 702, 703, 708, 709, 712, 721, 739, 740, 741, 745, 747, 749, 756, 763, 764, 766, 767, 770, 778, 779, 822, 827, 828, 831, 840, 858, 859, 860, 900, 901, 906, 1068, 1070, 1084, 1086, 1087, 1088, 1092, 1093, 1096, 1097, 1098, 1099, 1100, 1101, 1438, 1439, 1448, 1450, 1464, 1467, 1469, 1470, 1471, 1484, 1485, 1486, 1487, 1495, 1498, 1499, 1500, 1502, 1503, 1504, 1509, 1511, 1514, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1569, 1579, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1595, 1597, 1601, 1604, 1608, 1618, 1620, 1655, 1669, 1674, 1676, 1677, 1678, 1695, 1700, 1701, 1702, 1721, 1726, 1728, 1734, 1742, 1743, 1747, 1748], "return_typ": 402, "reus": [0, 389, 470, 1740, 1743, 1745, 1748], "rev": [4, 1732, 1737, 1743, 1748], "revers": 428, "reversibli": 385, "revert": 0, "review": [0, 8, 1698, 1734, 1742, 1747], "rewrit": [0, 379, 382, 391, 408], "rewritten": [391, 404, 1699], "rh": [0, 88, 142, 159, 183, 208, 327, 391, 402, 408, 411, 432, 440], "rho": [0, 448, 449, 459, 535, 536, 540, 545, 546, 1723, 1727, 1734, 1735, 1737, 1739, 1744], "rho_": [1732, 1737], "rho_k": [1739, 1744], "rho_k_interp": 1744, "ri": 0, "rich": [0, 1710], "richter": 0, "riemann": [450, 1600, 1602, 1603], "right": [8, 115, 142, 159, 340, 354, 369, 370, 376, 391, 456, 566, 604, 642, 680, 718, 837, 1074, 1713, 1714, 1717, 1718, 1721, 1723, 1727, 1729, 1730, 1735, 1739, 1742, 1743, 1744, 1747, 1748], "rightarrow": [205, 206, 439, 453, 469, 540, 792, 795, 1713, 1717, 1719, 1723, 1726, 1727, 1730, 1735, 1740, 1741, 1743, 1745, 1746, 1748], "rightarrow0": [1743, 1748], "rigid": 0, "rigor": [1743, 1748], "rise": [1743, 1748], "rm": [403, 432, 1729, 1731, 1736], "rm_measur": 295, "rmul": 0, "rng": [456, 458, 459], "rng_": 456, "ro": 1745, "robot": 1690, "robust": 1694, "rok": 0, "role": [430, 440, 441], "roll": [115, 402], "roll_matrix": [83, 402], "rolldirect": [115, 402], "room": [1713, 1717], "root": [0, 29, 42, 208, 361, 362, 386, 387, 388, 1647, 1661, 1741, 1742, 1746, 1747], "root_of_h": 386, "root_path": [385, 387], "rot_mat": 1717, "rot_mat_time_inv": 1717, "rotation": [462, 464, 1521, 1549], "roud": 0, "rough": [1732, 1737, 1740, 1743, 1745, 1748], "roughli": [1713, 1717], "round": 1698, "rout": [1715, 1719], "routin": [0, 115, 123, 124, 125, 126, 127, 128, 129, 130, 388, 430, 472, 1713, 1717, 1726, 1739, 1740, 1742, 1744, 1745, 1747], "row": [115, 124, 125, 126, 127, 129, 130, 402, 446, 947, 959, 1433, 1440, 1445, 1502, 1701], "rpa": [1699, 1739, 1744, 1749], "rst": [0, 7, 400, 1704], "rt": 1736, "rtd": 0, "rtype": [379, 382, 469], "rubric": [1, 2], "rule": [0, 1742, 1743, 1747, 1748, 1750], "run": [0, 7, 8, 219, 295, 296, 299, 308, 311, 319, 320, 323, 406, 456, 459, 470, 1499, 1646, 1672, 1677, 1684, 1689, 1690, 1692, 1694, 1695, 1698, 1699, 1706, 1711, 1715, 1719, 1721, 1722, 1724, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1744, 1745, 1746, 1748, 1750], "run_dmft": [1730, 1735], "run_two_band": 1736, "runtim": [0, 396, 461, 474, 1690], "runtime_error": 474, "runtimeerror": [1673, 1678, 1684], "runtimewarn": 1745, "rvalu": [0, 152, 164, 176, 297, 299, 396], "r\u00e9mi": 0, "s1": [259, 270], "s2": [259, 264, 265, 270, 275, 276, 465, 1556], "s2_op": 465, "s_": [465, 1557], "s_op": 465, "s_rpa": [1743, 1748], "s_rpa_vec": [1743, 1748], "s_tpsc": 1748, "s_tpsc_vec": 1748, "s_x": [465, 1553, 1556, 1557], "s_y": [465, 1553, 1556, 1557], "s_z": [0, 465, 1553, 1556, 1743, 1748], "saclai": [3, 1689], "safe": 459, "safeti": [0, 1698, 1714, 1718], "sai": [397, 408, 440, 457, 459, 1721, 1730, 1735, 1741, 1746], "said": [1707, 1739, 1744], "sake": 461, "salpet": [4, 1741, 1746], "same": [0, 41, 136, 151, 183, 290, 291, 350, 365, 366, 386, 387, 388, 395, 396, 397, 403, 406, 408, 412, 416, 417, 423, 430, 432, 440, 442, 443, 449, 457, 459, 461, 462, 464, 476, 555, 593, 631, 669, 707, 748, 749, 756, 765, 766, 779, 961, 974, 987, 1100, 1526, 1529, 1531, 1547, 1548, 1564, 1565, 1566, 1620, 1678, 1679, 1684, 1704, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1727, 1730, 1731, 1735, 1736, 1739, 1740, 1744, 1745, 1750], "sampl": [0, 4, 248, 338, 348, 352, 354, 363, 364, 369, 370, 472, 1581, 1587, 1588, 1713, 1717, 1722, 1730, 1735], "sarma": 1689, "satisfi": [459, 1695, 1728, 1734, 1739, 1742, 1743, 1744, 1747, 1748], "sattelit": [1713, 1717, 1719], "satur": 338, "save": [0, 5, 9, 379, 382, 385, 389, 412, 421, 459, 1698, 1709, 1724, 1730, 1731, 1735, 1736, 1739, 1740, 1744, 1745], "savetxt": 1688, "saw": [432, 1740, 1745], "scalar": [0, 259, 263, 270, 274, 339, 346, 348, 350, 385, 386, 403, 406, 410, 416, 417, 418, 420, 421, 422, 424, 440, 445, 461, 462, 464, 569, 607, 645, 683, 721, 840, 1520, 1522, 1523, 1524, 1527, 1532, 1548, 1702, 1723, 1724, 1726, 1727, 1741, 1746], "scalar_t": [66, 67, 81, 242, 461, 463, 483, 485, 504, 506, 531], "scalar_valu": [0, 408, 410, 416, 417, 418, 420, 421, 422, 423, 424, 430, 433, 434, 436, 437, 562, 564, 571, 572, 579, 580, 581, 582, 583, 600, 602, 609, 610, 617, 618, 619, 620, 621, 638, 640, 647, 648, 655, 656, 657, 658, 659, 676, 678, 685, 686, 693, 694, 695, 696, 697, 714, 716, 723, 724, 731, 732, 733, 734, 735, 833, 835, 842, 843, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 879, 881, 883, 885, 886, 890, 891, 892, 893, 894, 1702], "scalar_wrap": 0, "scalartyp": [214, 241, 244, 245, 246, 255, 461], "scale": [339, 389, 1713, 1717, 1722, 1723, 1727, 1729, 1734, 1737, 1743, 1748], "scan": [1728, 1734, 1742, 1747], "scatter": [0, 159, 183, 388, 428, 1713, 1717, 1720], "scf": [1713, 1717], "scheme": [237, 289, 385, 432, 438, 440, 457, 1721, 1723, 1727, 1732, 1737], "schueler": 0, "scienc": 470, "scientif": [3, 385, 467, 470, 1689, 1690, 1694, 1696, 1710, 1721], "scipi": [0, 442, 467, 468, 1094, 1694, 1696, 1697, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1742, 1743, 1747, 1748], "scratch": 383, "screen": [8, 459, 462, 1520, 1521, 1522, 1527], "script": [4, 5, 9, 467, 1689, 1690, 1698, 1699, 1706, 1710, 1713, 1717, 1719, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1744], "sdk": 1694, "sdkroot": 1694, "se": 1736, "seamlessli": [1716, 1720], "search": [386, 1608, 1690, 1692, 1698], "second": [0, 9, 147, 259, 270, 304, 305, 308, 311, 312, 313, 365, 377, 383, 400, 409, 416, 417, 444, 447, 449, 458, 459, 745, 753, 1618, 1678, 1712, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1723, 1725, 1727, 1728, 1729, 1734, 1736, 1740, 1742, 1745, 1747], "section": [0, 7, 136, 151, 247, 396, 403, 406, 414, 425, 432, 456, 457, 459, 469, 476, 1689, 1713, 1714, 1716, 1717, 1718, 1720, 1729], "secur": 470, "see": [0, 4, 7, 8, 98, 106, 215, 232, 247, 324, 327, 338, 388, 391, 396, 406, 421, 428, 440, 442, 457, 459, 461, 463, 469, 474, 1096, 1675, 1677, 1680, 1690, 1701, 1702, 1706, 1707, 1710, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "seed": [302, 332, 458, 459, 471, 1499, 1713, 1717, 1719, 1720], "seed_": 332, "seed_hr": 1499, "seednam": [1499, 1713, 1717, 1720], "seem": [1713, 1717, 1743, 1748], "seen": [475, 1729, 1743, 1748], "segment": 1502, "select": [0, 8, 322, 330, 440, 444, 458, 463, 749, 756, 766, 779, 1689, 1694, 1700, 1722, 1732, 1737, 1740, 1745], "selected_block": [766, 779], "selected_blocks1": [749, 756], "selected_blocks2": [749, 756], "self": [0, 4, 382, 386, 433, 434, 436, 437, 440, 442, 448, 468, 469, 539, 549, 557, 558, 559, 579, 580, 581, 582, 595, 596, 597, 617, 618, 619, 620, 633, 634, 635, 655, 656, 657, 658, 671, 672, 673, 693, 694, 695, 696, 709, 710, 711, 731, 732, 733, 734, 747, 749, 756, 764, 766, 779, 828, 829, 830, 850, 851, 852, 853, 890, 891, 892, 893, 902, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049, 1068, 1069, 1070, 1072, 1073, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1095, 1579, 1688, 1699, 1709, 1714, 1715, 1718, 1719, 1721, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748, 1749], "self_c": [379, 382], "self_energi": [1713, 1717], "semant": [380, 396, 445, 1679], "semi": 1709, "semicircl": [436, 815], "semicircular": [0, 432, 433, 434, 435, 436, 437, 439, 443, 1709, 1723, 1724, 1727, 1728, 1731, 1734, 1735, 1736], "semilogi": [1713, 1717, 1719, 1720, 1723, 1727], "send": [42, 362, 432, 440, 461], "sendbuf": 388, "sendcount": 388, "sendtyp": 388, "sens": [208, 244, 406, 408, 413, 432, 459], "sent": [432, 440], "sentenc": 440, "sentinel_t": [218, 221], "sep": 336, "separ": [0, 255, 336, 440, 442, 453, 1096, 1684, 1692, 1695, 1713, 1717, 1723, 1727, 1741, 1742, 1743, 1746, 1747, 1748], "seper": 0, "sequenc": [0, 215, 216, 217, 219, 224, 225, 226, 228, 232, 242, 409, 461, 463], "sequenti": 1681, "seri": [0, 352, 369, 370, 405, 406, 1500, 1581, 1699, 1708, 1711, 1739, 1744, 1749], "serial": [0, 432, 440, 460, 1690, 1697, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "serializ": [0, 379, 406], "seriou": 401, "sert": 1736, "serv": [0, 338, 352, 1581], "servic": 1690, "session": [1689, 1690, 1692, 1699], "set": [0, 4, 9, 16, 46, 47, 48, 49, 50, 56, 116, 117, 118, 119, 215, 216, 219, 221, 222, 223, 224, 227, 229, 230, 231, 232, 246, 247, 258, 269, 279, 290, 291, 292, 296, 302, 317, 318, 319, 320, 340, 382, 387, 388, 389, 401, 405, 406, 408, 417, 426, 430, 432, 433, 434, 435, 436, 437, 443, 444, 445, 458, 459, 461, 463, 464, 466, 469, 470, 489, 510, 554, 566, 590, 592, 604, 628, 630, 642, 666, 668, 680, 704, 706, 718, 742, 825, 837, 861, 1509, 1511, 1560, 1561, 1643, 1673, 1679, 1682, 1683, 1689, 1690, 1692, 1693, 1694, 1695, 1699, 1706, 1707, 1710, 1712, 1713, 1717, 1719, 1720, 1721, 1723, 1726, 1727, 1728, 1731, 1732, 1734, 1735, 1736, 1737, 1738], "set_after_cycle_duti": 295, "set_from_fouri": [0, 433, 434, 436, 437], "set_from_inverse_fouri": 0, "set_from_legendr": [433, 434], "set_from_pad": [0, 436, 1723, 1727, 1734, 1735, 1740, 1745], "set_hilbert": [256, 268], "set_index": 279, "set_label": 1737, "set_n_operations_before_check": 83, "set_operator_structur": [0, 466], "set_precision_error": 83, "set_precision_warn": 83, "set_printopt": [1713, 1715, 1716, 1717, 1719, 1720], "set_singular_threshold": 83, "set_tail_fit_paramet": 430, "set_tail_paramet": 0, "set_titl": [1722, 1726], "set_xlabel": [1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727], "set_xlim": [1713, 1716, 1717, 1719, 1720, 1723, 1727], "set_xtick": [452, 1713, 1717, 1719, 1720], "set_xticklabel": [452, 1734], "set_ylabel": [1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1739, 1744], "set_ylim": [1713, 1716, 1717, 1719, 1720], "set_yticklabel": 1734, "seth": 3, "setitem": 0, "setprecis": [145, 146], "setter": 379, "setup": [0, 1695, 1713, 1717], "sever": [0, 4, 82, 298, 385, 388, 401, 405, 412, 453, 459, 460, 470, 472, 760, 1689, 1690, 1694, 1696, 1723, 1727, 1730, 1731, 1735, 1736, 1743, 1748], "sh": [0, 1690], "sh_copi": 379, "sha256": 0, "shade": 1737, "shape": [0, 151, 153, 161, 165, 173, 177, 186, 350, 386, 410, 414, 430, 433, 434, 435, 436, 437, 442, 446, 554, 560, 586, 592, 598, 624, 630, 636, 662, 668, 674, 700, 706, 712, 738, 825, 831, 857, 936, 949, 1094, 1098, 1433, 1499, 1502, 1569, 1688, 1702, 1716, 1720, 1727, 1739, 1744], "share": [0, 4, 1690], "shared_ptr": [298, 380], "sharex": [1713, 1716, 1717, 1719, 1720], "sheet": 0, "shell": [385, 462, 1520, 1522, 1525, 1527, 1529, 1690, 1692, 1695, 1710, 1717, 1720, 1724, 1730, 1735], "shelv": [387, 431, 438], "shift": [77, 402, 436, 1713, 1716, 1717, 1719, 1720, 1721, 1728, 1729, 1734, 1736, 1743, 1748], "shift_half_bin": [872, 1059], "shinaoka": 0, "short": [0, 430, 441, 459, 1699, 1708, 1731, 1736], "shortcom": [1741, 1746], "shortcut": 387, "shortest": 1702, "shorthand": 463, "shot": [4, 1716, 1720], "should": [0, 3, 6, 8, 40, 248, 253, 258, 269, 338, 340, 350, 382, 385, 387, 403, 404, 406, 414, 430, 442, 453, 456, 457, 459, 461, 462, 464, 465, 470, 1093, 1094, 1522, 1547, 1548, 1549, 1552, 1553, 1554, 1672, 1678, 1688, 1690, 1691, 1692, 1694, 1695, 1698, 1699, 1704, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1725, 1728, 1730, 1734, 1735, 1742, 1743, 1747, 1748], "show": [397, 398, 459, 471, 1694, 1700, 1701, 1702, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1724, 1727, 1729, 1730, 1732, 1735, 1736, 1737, 1739, 1743, 1744, 1748], "show_machine_info": 470, "show_vers": 1750, "shown": [0, 457, 1713, 1715, 1717, 1719, 1739, 1742, 1744, 1747], "shrink": 1726, "si": 414, "side": [142, 159, 391, 406, 430, 566, 604, 642, 680, 718, 837, 1739, 1742, 1743, 1744, 1747, 1748], "sidebar": 0, "sif": 1690, "sigma": [0, 432, 440, 449, 450, 459, 462, 464, 465, 472, 545, 1521, 1522, 1533, 1547, 1548, 1549, 1554, 1555, 1557, 1594, 1595, 1600, 1601, 1709, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1722, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1743, 1748], "sigma0": 449, "sigma_": [1728, 1730, 1732, 1734, 1735, 1737], "sigma_check": 1727, "sigma_dict": [1713, 1716, 1717, 1719, 1720], "sigma_f": [369, 370], "sigma_fermise": [1713, 1714, 1717, 1718], "sigma_freq_0": [1713, 1717, 1719, 1720], "sigma_freq_0_down_0": 1717, "sigma_freq_0_up_0": 1717, "sigma_imp_iw": [1713, 1717, 1719], "sigma_iw": [0, 442, 1095, 1688, 1709, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737], "sigma_max": [1713, 1715, 1716, 1717, 1719, 1720], "sigma_maxent_0": [1716, 1720], "sigma_real_freq": [1713, 1716, 1717, 1719, 1720], "sigma_real_freq_cthyb": [1716, 1720], "sigma_real_freq_cthyb_in": [1716, 1720], "sigma_real_freq_hi": [1716, 1720], "sigma_refreq_0": [1716, 1720], "sigma_tau": [1727, 1734, 1735], "sign": [0, 115, 319, 320, 322, 324, 391, 400, 432, 453, 456, 459, 1692, 1729, 1736, 1739, 1744], "sign_init": [319, 320], "signal": [0, 296, 317, 319, 320, 379, 382], "signal_handl": [379, 382], "signatur": [0, 378, 379, 382, 388, 397, 433, 434, 435, 436, 437, 446, 451, 471, 476, 482, 483, 484, 485, 487, 491, 492, 493, 503, 504, 505, 506, 508, 512, 513, 514, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 939, 940, 941, 944, 945, 946, 948, 951, 952, 956, 957, 958, 960, 964, 965, 969, 970, 971, 972, 977, 978, 982, 983, 984, 985, 990, 991, 995, 996, 997, 998, 1003, 1004, 1005, 1006, 1008, 1009, 1011, 1012, 1013, 1014, 1018, 1019, 1022, 1023, 1024, 1025, 1029, 1030, 1033, 1034, 1037, 1038, 1041, 1042, 1043, 1044, 1049, 1050, 1055, 1056, 1057, 1058, 1059, 1424, 1435, 1448, 1450, 1452, 1454, 1455, 1467, 1469, 1473, 1484, 1485, 1489, 1510, 1512, 1513, 1514, 1515, 1516, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1575, 1583, 1586, 1589, 1590, 1719, 1725, 1726, 1727, 1739, 1741, 1744, 1745, 1746], "signbit": 0, "signific": [388, 396], "sim": [1735, 1743, 1748], "simeq": [409, 1742, 1747], "simga_fermise": [1714, 1718], "similar": [13, 26, 27, 80, 387, 397, 403, 440, 469, 1500, 1713, 1717, 1720, 1723, 1727, 1730, 1735, 1750], "similarli": [391, 399, 409, 440], "simon": [0, 3], "simpl": [0, 3, 4, 7, 45, 121, 122, 339, 346, 348, 350, 385, 387, 388, 389, 392, 396, 399, 400, 406, 432, 439, 440, 443, 447, 453, 454, 456, 459, 467, 469, 470, 471, 476, 549, 1643, 1689, 1690, 1694, 1695, 1696, 1701, 1705, 1709, 1713, 1717, 1723, 1726, 1727, 1728, 1731, 1734, 1736, 1740, 1741, 1745, 1746], "simple_test": 1706, "simpler": [0, 388, 405], "simplest": [459, 472, 1722], "simpli": [0, 121, 122, 126, 381, 391, 406, 432, 440, 459, 464, 468, 469, 470, 471, 1688, 1690, 1702, 1723, 1726, 1727, 1729, 1750], "simplic": [1715, 1719], "simplif": 0, "simplifc": 388, "simplifi": [0, 387, 388, 397, 412, 432, 440, 1713, 1717, 1725, 1739, 1744], "simul": [0, 338, 385, 457, 472, 1729, 1736], "simultan": 0, "sin": [402, 469, 1722], "sinc": [95, 97, 105, 108, 348, 389, 399, 402, 404, 405, 406, 408, 417, 425, 467, 1689, 1691, 1713, 1716, 1717, 1719, 1720, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "singl": [0, 148, 340, 342, 389, 421, 433, 434, 435, 436, 437, 442, 445, 459, 560, 566, 587, 588, 598, 604, 625, 626, 636, 642, 663, 664, 674, 680, 701, 702, 712, 718, 739, 740, 831, 837, 858, 859, 1100, 1102, 1699, 1709, 1711, 1713, 1717, 1720, 1722, 1723, 1727, 1729, 1731, 1732, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "single_orbit": [448, 543], "single_site_beth": 1709, "singular": [0, 92, 93, 117, 118, 151, 410, 414, 416, 420, 426, 1743, 1748], "singular_threshold": 107, "singularity_t": [410, 415], "singularity_view_t": 414, "sinu": 1722, "site": [0, 442, 452, 456, 1094, 1465, 1466, 1690, 1714, 1718, 1725, 1726, 1727, 1729, 1732, 1737, 1743, 1748], "situat": [470, 1723, 1727], "size": [0, 17, 18, 22, 45, 83, 86, 88, 114, 126, 127, 183, 194, 215, 219, 230, 231, 256, 268, 279, 338, 340, 348, 352, 369, 370, 373, 374, 389, 391, 402, 403, 404, 406, 409, 414, 428, 432, 444, 445, 449, 450, 469, 476, 589, 627, 665, 703, 741, 760, 860, 932, 1594, 1600, 1701, 1702, 1719, 1723, 1725, 1727, 1729], "size_of_compon": 0, "size_t": [368, 391, 402, 406, 445, 576, 614, 652, 690, 728, 847, 887], "skeleton": 0, "skip": 24, "sl": 1569, "slack": [6, 7], "slash": 1698, "slater": [0, 462, 464, 1520, 1522, 1527, 1549], "sleep": 1646, "slice": [0, 11, 18, 388, 420, 431, 434, 437, 438, 589, 627, 665, 703, 741, 860, 1569, 1655, 1669], "slice_length": 0, "slice_rang": 0, "slice_t": 0, "slide": 1710, "slightli": [0, 1691, 1692, 1723, 1727, 1730, 1735], "slope": [1713, 1717], "slow": [95, 97, 105, 108, 402, 1726, 1743, 1748], "slowli": 404, "small": [0, 7, 408, 444, 1672, 1690, 1691, 1698, 1699, 1713, 1715, 1717, 1719, 1720, 1723, 1725, 1727, 1730, 1735], "smaller": [0, 1723, 1727, 1730, 1735, 1743, 1748], "smallest": [0, 339, 1035, 1047], "smart": 1722, "smoothli": [1713, 1717], "sn": 389, "sneak": [1731, 1736], "snippet": [1689, 1703], "so": [0, 114, 121, 122, 247, 338, 340, 383, 385, 395, 402, 421, 432, 440, 442, 453, 454, 457, 459, 468, 469, 470, 476, 549, 1096, 1678, 1704, 1706, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "softwar": [4, 1689, 1690, 1696, 1710], "sole": 1500, "solid": [440, 1729], "solid_dmft": [1714, 1715, 1716, 1718, 1719, 1720], "solut": [0, 4, 385, 387, 389, 459, 470, 475, 1694, 1695, 1699, 1711, 1713, 1715, 1717, 1719, 1727, 1729, 1730, 1731, 1742, 1746, 1747], "solv": [0, 4, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 442, 460, 470, 1095, 1608, 1618, 1688, 1689, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1741, 1742, 1743, 1746, 1747, 1748], "solve_rpa": [1742, 1743, 1747, 1748], "solve_rpa_ph": [1741, 1742, 1743, 1746, 1747, 1748], "solve_tpsc": [1742, 1743, 1747, 1748], "solver": [0, 5, 9, 45, 377, 460, 478, 479, 480, 501, 1689, 1690, 1699, 1709, 1711, 1713, 1716, 1717, 1720, 1725, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1742, 1744, 1747], "solver_cor": 0, "solver_typ": [1713, 1716, 1717, 1720], "solver_u_in": 1735, "solver_u_met": 1735, "som": 0, "some": [0, 7, 96, 189, 253, 301, 379, 380, 383, 386, 388, 389, 391, 392, 395, 397, 398, 402, 404, 412, 413, 432, 440, 445, 457, 459, 460, 461, 470, 475, 906, 1690, 1691, 1692, 1694, 1695, 1699, 1707, 1710, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1725, 1727, 1729, 1730, 1735, 1741, 1746, 1747], "some_expression_of_i_": 391, "some_expression_of_x_": 391, "some_expression_of_x_i_j": 391, "someth": [388, 396, 399, 405, 408, 412, 416, 475, 1714, 1716, 1718, 1720], "sometim": 1694, "somewher": 1736, "soon": [340, 397, 398, 459, 469], "sophi": 0, "sort": [442, 1094, 1713, 1717, 1730, 1735], "sound": [1713, 1717], "sourc": [0, 3, 5, 7, 8, 242, 338, 378, 379, 382, 383, 387, 400, 433, 434, 435, 436, 437, 439, 440, 442, 448, 449, 450, 462, 464, 465, 466, 468, 470, 478, 535, 536, 537, 538, 539, 540, 543, 545, 546, 549, 550, 554, 555, 592, 593, 630, 631, 668, 669, 706, 707, 744, 745, 747, 748, 749, 756, 757, 759, 760, 763, 764, 765, 766, 767, 770, 771, 772, 776, 777, 778, 779, 780, 781, 782, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 797, 798, 799, 801, 802, 803, 804, 806, 807, 809, 810, 812, 813, 814, 815, 818, 820, 821, 823, 824, 825, 826, 827, 828, 829, 831, 837, 840, 841, 858, 859, 860, 861, 862, 863, 864, 865, 866, 897, 898, 899, 900, 901, 902, 903, 905, 906, 907, 908, 909, 910, 913, 914, 919, 920, 923, 924, 926, 927, 929, 930, 932, 933, 934, 1061, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1072, 1073, 1074, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1086, 1087, 1088, 1089, 1090, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1426, 1429, 1430, 1431, 1458, 1459, 1462, 1463, 1464, 1465, 1466, 1468, 1478, 1480, 1482, 1483, 1484, 1485, 1486, 1487, 1489, 1495, 1496, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1545, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1560, 1561, 1564, 1565, 1566, 1567, 1569, 1570, 1579, 1594, 1596, 1597, 1598, 1600, 1602, 1603, 1608, 1609, 1612, 1613, 1614, 1615, 1616, 1618, 1620, 1623, 1624, 1626, 1627, 1628, 1629, 1630, 1631, 1637, 1640, 1641, 1643, 1645, 1646, 1647, 1648, 1649, 1652, 1653, 1654, 1655, 1656, 1657, 1659, 1660, 1661, 1662, 1663, 1666, 1667, 1668, 1669, 1671, 1672, 1681, 1685, 1686, 1687, 1691, 1694, 1705, 1707], "sp": [250, 1717, 1743, 1748], "sp_index": [46, 47, 48, 49, 51, 53, 54, 55, 63, 64, 67, 70, 482, 483, 484, 485, 487, 491, 492, 503, 504, 505, 506, 508, 512, 513], "space": [0, 9, 44, 50, 51, 57, 58, 68, 160, 172, 185, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 241, 246, 247, 248, 250, 255, 258, 260, 261, 266, 267, 268, 269, 271, 272, 277, 278, 279, 280, 281, 284, 286, 287, 292, 293, 377, 389, 406, 409, 410, 416, 417, 433, 434, 435, 436, 437, 445, 461, 478, 480, 487, 490, 499, 501, 508, 511, 520, 554, 566, 584, 585, 586, 592, 604, 622, 623, 624, 630, 642, 660, 661, 662, 668, 680, 698, 699, 700, 706, 718, 736, 737, 738, 760, 825, 837, 855, 856, 857, 1463, 1483, 1499, 1500, 1503, 1504, 1713, 1717, 1723, 1725, 1726, 1727, 1729, 1732, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "space_partit": [214, 444], "spacial": 949, "span": [230, 428], "spars": [444, 1723, 1727], "sparser": [576, 614, 652, 690, 728, 847, 887], "spawn": 1692, "speak": [385, 396], "special": [0, 255, 268, 404, 407, 410, 413, 414, 426, 431, 459, 461, 474, 1624, 1701, 1713, 1717, 1739, 1744], "specialis": [405, 410, 412, 416, 417, 418, 422, 424, 426], "specif": [0, 6, 142, 410, 425, 454, 469, 1690, 1713, 1716, 1717, 1720, 1723, 1727, 1728, 1729, 1734], "specifi": [0, 8, 397, 440, 459, 462, 472, 1500, 1521, 1522, 1678, 1692, 1693, 1697, 1713, 1716, 1717, 1719, 1720, 1723, 1727], "spectra": [1716, 1720], "spectral": [4, 432, 436, 1081, 1084, 1714, 1715, 1716, 1718, 1719, 1720, 1723, 1727, 1728, 1730, 1734, 1735, 1739, 1743, 1744, 1748], "spectral_r": [1713, 1715, 1716, 1717, 1719, 1720], "spectrum": [0, 77, 1714, 1718], "speed": [460, 1713, 1715, 1717, 1719, 1720], "spend": 1710, "spent": [304, 305, 312, 313], "spheric": [462, 465, 1522, 1529, 1552, 1553, 1554], "spherical_to_cub": [0, 462], "sphinx": [0, 7, 1696], "sphinxcontrib": 0, "sphinxext": 0, "spin": [0, 3, 389, 444, 456, 459, 462, 464, 465, 466, 1499, 1521, 1528, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1713, 1716, 1717, 1719, 1720, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "spin_nam": [389, 464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1735], "spin_orbit": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561], "spinmc": [458, 459], "spirit": [1713, 1717], "split": [0, 389, 444, 1723, 1727, 1729], "spn": 444, "spot": 0, "spread": [373, 374, 1691], "spuriou": 469, "sqrt": [369, 370, 372, 373, 404, 409, 436, 439, 442, 462, 465, 814, 1094, 1524, 1554, 1732, 1737], "squar": [0, 61, 144, 145, 146, 401, 409, 416, 430, 441, 442, 447, 449, 452, 465, 468, 549, 868, 1100, 1552, 1556, 1699, 1713, 1717, 1723, 1726, 1727, 1732, 1737, 1740, 1741, 1742, 1745, 1746, 1747, 1749], "squash": 8, "squeez": [1742, 1743, 1745, 1746, 1747, 1748], "src": [7, 8, 159, 474, 1690, 1707], "src_dir": 1704, "st": [44, 244, 246, 248, 258, 260, 269, 271, 444, 522], "stabil": [0, 1694], "stabl": [0, 401, 1690, 1691, 1694], "stack": [474, 1624], "stackrel": 404, "stacktrac": 0, "stage": [410, 459, 1713, 1717], "stai": [1701, 1721], "stand": 458, "standalon": [4, 380], "standard": [0, 9, 82, 337, 338, 344, 345, 369, 370, 372, 373, 376, 385, 388, 397, 401, 406, 411, 432, 440, 461, 464, 467, 469, 470, 476, 1681, 1690, 1691, 1696, 1710, 1713, 1717, 1729, 1739, 1744], "start": [0, 5, 8, 12, 13, 23, 299, 323, 340, 342, 398, 404, 430, 433, 434, 440, 448, 449, 452, 456, 457, 543, 1478, 1618, 1673, 1675, 1677, 1678, 1680, 1690, 1698, 1704, 1707, 1710, 1713, 1715, 1717, 1719, 1720, 1721, 1722, 1723, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "start_idx": 23, "start_redirect": 1737, "stat": [9, 10, 377], "state": [3, 9, 38, 44, 50, 51, 53, 55, 59, 66, 67, 68, 69, 73, 74, 76, 77, 89, 214, 215, 230, 232, 233, 236, 240, 241, 244, 246, 247, 248, 250, 252, 279, 280, 282, 283, 285, 288, 290, 291, 293, 377, 403, 432, 439, 447, 449, 457, 469, 478, 480, 487, 488, 494, 498, 499, 500, 501, 508, 509, 515, 519, 520, 521, 522, 524, 525, 526, 527, 535, 801, 814, 815, 1709, 1712, 1713, 1717, 1725, 1730, 1732, 1735, 1737, 1741, 1742, 1743, 1746, 1747, 1748], "state_t": [248, 444], "statement": [0, 382, 391], "statetyp": [244, 247, 248, 250], "statevector_concept": [247, 255], "static": [0, 4, 379, 458, 461, 1715, 1719, 1741, 1746], "statist": [0, 9, 301, 337, 338, 369, 370, 377, 406, 409, 412, 433, 434, 435, 436, 437, 459, 554, 592, 630, 668, 706, 913, 914, 961, 974, 987, 1000, 1015, 1026, 1581, 1717, 1723, 1726, 1727, 1729, 1744], "statistic_enum": [0, 419], "statu": [0, 1646], "std": [0, 12, 13, 16, 23, 24, 26, 50, 52, 54, 55, 61, 63, 65, 66, 77, 79, 80, 88, 95, 96, 97, 98, 99, 100, 107, 114, 127, 130, 132, 135, 136, 138, 139, 140, 145, 146, 154, 155, 156, 158, 161, 166, 167, 168, 170, 173, 178, 179, 180, 182, 186, 187, 195, 209, 218, 219, 221, 222, 223, 225, 232, 234, 235, 237, 241, 242, 246, 253, 255, 268, 282, 286, 287, 289, 296, 297, 298, 299, 302, 303, 314, 315, 317, 318, 319, 320, 323, 328, 329, 332, 333, 334, 336, 339, 343, 344, 345, 346, 348, 356, 357, 358, 359, 366, 369, 370, 371, 372, 373, 374, 379, 380, 388, 391, 395, 396, 397, 398, 399, 402, 406, 412, 416, 417, 420, 430, 444, 453, 456, 458, 459, 461, 463, 474, 476, 524, 525, 526, 527, 562, 563, 564, 565, 600, 601, 602, 603, 638, 639, 640, 641, 676, 677, 678, 679, 714, 715, 716, 717, 833, 834, 835, 836, 881, 882, 883, 884, 939, 1009, 1454, 1455, 1700, 1701, 1702, 1703, 1707], "step": [0, 7, 17, 18, 383, 389, 402, 442, 457, 472, 1094, 1646, 1689, 1691, 1694, 1695, 1713, 1717, 1728, 1729, 1734, 1743, 1748], "still": [0, 4, 392, 395, 400, 1678, 1691, 1694, 1713, 1717, 1722, 1731, 1735, 1736], "stl": 391, "stochast": [1713, 1717, 1729], "stop": [0, 38, 40, 41, 42, 296, 317, 319, 320, 459, 1618, 1694], "stop_callback": [0, 296, 317, 319, 320], "storag": [0, 96, 98, 106, 255, 257, 352, 355, 385, 392, 402, 428, 444, 461, 559, 597, 635, 673, 711, 830, 1584, 1696, 1713, 1717], "store": [0, 219, 248, 251, 253, 255, 338, 343, 369, 370, 385, 386, 387, 389, 396, 397, 404, 407, 409, 410, 415, 432, 433, 439, 440, 448, 461, 470, 472, 476, 535, 791, 1620, 1688, 1706, 1713, 1717, 1723, 1727, 1730, 1731, 1735, 1736, 1740, 1745, 1747], "store_a": 1700, "store_matrix_el": [248, 253], "store_solv": 1717, "str": [0, 433, 434, 435, 436, 437, 442, 446, 452, 471, 554, 592, 630, 668, 706, 760, 782, 825, 913, 961, 974, 987, 1000, 1015, 1026, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1098, 1100, 1433, 1499, 1503, 1504, 1512, 1513, 1516, 1575, 1727], "strace": 474, "straightformward": 403, "straightforward": [1713, 1717], "strand": [0, 3, 442, 1096], "strang": [405, 413], "stream": [0, 352, 366, 410, 461], "strength": [1713, 1715, 1717, 1719, 1729], "strictli": 1709, "stride": [0, 11, 1089], "string": [99, 100, 138, 139, 140, 154, 155, 156, 166, 167, 168, 178, 179, 180, 187, 195, 215, 218, 221, 222, 223, 225, 234, 235, 237, 286, 287, 289, 297, 299, 302, 303, 314, 315, 323, 328, 329, 332, 333, 336, 356, 357, 358, 379, 382, 385, 386, 388, 412, 433, 434, 435, 436, 437, 440, 442, 446, 448, 456, 458, 459, 461, 462, 464, 465, 466, 469, 470, 478, 480, 501, 536, 543, 550, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1433, 1463, 1483, 1522, 1525, 1526, 1529, 1531, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1579, 1618, 1674, 1679, 1683, 1713, 1717, 1725], "stringstream": 474, "strip": 412, "strong": [1713, 1717, 1719], "strongest": [1740, 1745], "strongli": [1689, 1690, 1699, 1713, 1717], "struct": [391, 399, 402, 456, 459, 461, 476, 1701], "structur": [0, 4, 73, 74, 75, 76, 77, 219, 385, 387, 389, 396, 402, 404, 440, 449, 451, 459, 461, 464, 466, 748, 760, 765, 1446, 1536, 1561, 1705, 1707, 1713, 1717, 1720, 1723, 1725, 1726, 1727, 1729, 1730, 1735, 1740, 1745], "stuck": [1731, 1736], "studi": [4, 1689, 1699, 1731, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "style": [0, 388, 1722], "su": 1736, "sub": [0, 1713, 1717], "sub_hilbert_spac": [9, 214, 241, 242, 246, 255, 268, 444], "sub_hs_operator_t": 444, "sub_spaces_set": 242, "subarrai": 462, "subax": 1722, "subclass": [1672, 1681, 1726, 1727], "subdirectori": [0, 1708, 1711, 1735, 1736, 1749], "subdivid": [1732, 1737], "subfigur": 469, "subfold": [1732, 1737], "subgroup": [0, 234, 235, 286, 287, 385, 386, 387, 470, 1717, 1720, 1724], "subgroup1": 387, "subgroup2": 385, "subgroup_nam": [99, 100, 138, 139, 154, 155, 166, 167, 178, 179], "subject": [249, 250, 253, 362], "submatrix": [462, 1526, 1531], "submit": [7, 8], "subplot": [469, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1734, 1737, 1748], "subprocess": 1646, "subrang": 24, "subroutin": 409, "subscript": 0, "subspac": [0, 9, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 59, 61, 63, 64, 65, 67, 69, 70, 71, 73, 74, 75, 76, 77, 81, 241, 242, 247, 248, 249, 250, 252, 253, 254, 255, 279, 281, 282, 284, 285, 286, 287, 288, 290, 291, 292, 293, 389, 444, 478, 480, 482, 483, 484, 485, 486, 487, 488, 491, 492, 493, 494, 496, 497, 500, 501, 503, 504, 505, 506, 507, 508, 509, 512, 513, 514, 515, 517, 518, 521, 1713, 1717, 1725, 1729, 1736], "substack": 0, "substanti": [0, 1723, 1727, 1735], "substitut": [389, 1742, 1747], "substract": 409, "subtract": [265, 276, 445, 461, 1618, 1713, 1716, 1717, 1719, 1720, 1743, 1748], "subtre": [385, 387, 395], "success": [452, 1618, 1705, 1713, 1717], "successfulli": 1707, "sucept": [1740, 1745], "sudden": [1743, 1748], "suddenli": 1694, "suddent": [1743, 1748], "sudo": [1690, 1695, 1697], "suffici": [1690, 1723, 1727, 1741, 1746], "suggest": [1698, 1740, 1745], "suit": [1713, 1717], "sum": [365, 392, 393, 400, 447, 448, 459, 461, 464, 476, 535, 879, 1546, 1594, 1600, 1713, 1715, 1716, 1717, 1719, 1720, 1728, 1734, 1740, 1742, 1743, 1745, 1747, 1748], "sum_": [369, 370, 404, 409, 430, 441, 442, 452, 462, 464, 465, 472, 566, 604, 642, 680, 718, 837, 1094, 1098, 1522, 1523, 1537, 1538, 1539, 1547, 1548, 1549, 1554, 1555, 1557, 1723, 1727, 1729, 1731, 1732, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "sum_chi": 1747, "sum_chi_vec": 1747, "sum_j": [462, 1522, 1533], "sum_k": [450, 1594, 1600, 1728, 1734, 1742, 1743, 1747, 1748], "sum_m": [456, 459], "sum_n": [1743, 1748], "sum_spin": [1713, 1717], "sum_z": [456, 459], "sumk": [0, 450], "sumkdiscretefromlattic": 450, "summar": [0, 1698, 1713, 1717, 1722], "summari": 1750, "summat": [365, 1713, 1717, 1719, 1720], "super": 0, "super_lattic": 1603, "super_lattice_unit": [1462, 1463], "supercel": 1465, "superconductor": [1689, 1713, 1717, 1732, 1737], "superior": 1691, "superlattic": [0, 1462, 1464, 1468], "superposit": 436, "suppli": 389, "support": [0, 3, 4, 9, 362, 385, 387, 391, 432, 440, 442, 461, 475, 1100, 1570, 1696, 1697, 1710], "suppos": [79, 80, 403, 1704], "suppress": [0, 1713, 1715, 1716, 1717, 1719, 1720], "supress": 0, "sure": [0, 8, 1672, 1688, 1690, 1694, 1695, 1697, 1698, 1713, 1717, 1743, 1748], "surf": 1726, "surfac": [1714, 1718, 1740, 1743, 1745, 1748], "suscept": [1699, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748, 1749], "susceptibilitii": [1740, 1745], "susceptibilti": [1740, 1745], "susceptibiltii": [1740, 1745], "susecpt": [1740, 1745], "svg": [3, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "swap": [121, 122, 410], "swap_col": 83, "swap_coli": 0, "swap_index_view": 0, "swap_row": [0, 83], "swcarpentri": 1721, "switch": [0, 1698, 1714, 1716, 1718, 1720], "sy": [382, 470, 1688, 1713, 1715, 1716, 1717, 1719, 1720], "symbol": [0, 462, 1532, 1710, 1721, 1722], "symm_op": 1717, "symmetr": [0, 205, 206, 462, 875, 876, 1500, 1522, 1709, 1730, 1731, 1735, 1736], "symmetri": [0, 62, 145, 191, 404, 410, 414, 433, 440, 452, 1723, 1727, 1730, 1735, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "symmetry_t": [410, 414, 415], "sympi": [0, 1710], "sync": 8, "synchron": [0, 1646], "syncron": 38, "synopsi": [12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 32, 34, 35, 36, 37, 39, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 242, 243, 244, 245, 246, 248, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 322, 323, 324, 325, 326, 327, 328, 329, 330, 332, 333, 334, 335, 336, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 391, 399, 400, 406, 407, 410, 411, 413, 415, 420, 423, 426, 428, 429, 431, 476], "syntax": [0, 391, 399, 400, 413, 432, 1693, 1723, 1727], "system": [0, 45, 72, 385, 389, 444, 456, 457, 461, 1689, 1690, 1692, 1694, 1695, 1696, 1698, 1699, 1713, 1716, 1717, 1720, 1723, 1725, 1727, 1729, 1730, 1735, 1739, 1740, 1741, 1744, 1745, 1746, 1749], "systemat": [4, 338, 1729], "t": [0, 3, 15, 23, 24, 25, 27, 29, 30, 36, 37, 190, 194, 195, 200, 201, 202, 208, 211, 224, 228, 334, 338, 340, 343, 344, 345, 350, 369, 370, 376, 381, 386, 388, 399, 403, 404, 407, 408, 409, 413, 425, 431, 432, 439, 444, 447, 449, 450, 451, 452, 457, 459, 462, 463, 465, 469, 476, 589, 627, 665, 703, 741, 860, 1059, 1446, 1522, 1529, 1533, 1552, 1553, 1554, 1602, 1603, 1689, 1709, 1712, 1713, 1717, 1722, 1723, 1726, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "t0": 476, "t1": [400, 476, 1702], "t11": [447, 1712], "t12": [447, 1712], "t13": [447, 1712], "t1_": 1702, "t2": [476, 1702], "t21": [447, 1712], "t22": [447, 1712], "t23": [447, 1712], "t2_": 1702, "t2g": [440, 462, 1525, 1531, 1723, 1727], "t2g1": 440, "t2g2": 440, "t2g3": 440, "t2g_submatrix": 462, "t2gblock": 440, "t_": [409, 452, 453, 462, 1522, 1533, 1723, 1727], "t_1": 409, "t_2": 409, "t_2g": [1723, 1727], "t_c": [1743, 1748], "t_k": 409, "t_max": [0, 1047], "t_mesh": 1702, "t_min": [0, 1047], "t_rpa_vec": [1743, 1748], "t_tpsc_vec": 1748, "tab": [1714, 1718, 1721], "tabl": [0, 121, 122, 410, 1747], "table_import": 0, "tackl": 1699, "tag": [0, 136, 142, 151, 159, 183, 189, 208, 385, 386, 387, 396, 416, 417, 418, 420, 422, 424, 910], "tail": [143, 145, 146, 207, 410, 417, 422, 424, 430, 431, 432, 434, 440, 441, 442, 562, 563, 564, 565, 577, 578, 600, 601, 602, 603, 615, 616, 638, 639, 640, 641, 653, 654, 676, 677, 678, 679, 691, 692, 714, 715, 716, 717, 729, 730, 833, 834, 835, 836, 848, 849, 881, 882, 883, 884, 888, 889, 1099, 1713, 1717], "tail_fit": 0, "tail_fit_on_window": 0, "tail_fitt": 0, "tail_fract": [430, 1009], "tail_issu": 0, "tail_studi": 0, "tailfit": 0, "tailgf": 434, "take": [0, 3, 4, 7, 24, 188, 202, 210, 245, 250, 260, 271, 338, 369, 370, 388, 404, 410, 416, 417, 418, 422, 424, 430, 434, 436, 437, 447, 449, 454, 457, 459, 461, 462, 465, 469, 470, 588, 626, 664, 702, 740, 745, 859, 1084, 1462, 1500, 1522, 1525, 1526, 1529, 1531, 1552, 1553, 1554, 1618, 1688, 1700, 1709, 1713, 1716, 1717, 1720, 1722, 1728, 1729, 1731, 1734, 1735, 1736, 1740, 1742, 1745, 1747], "taken": [0, 386, 387, 404, 409, 459, 1681, 1698], "talk": [1689, 1723, 1727], "tanh": [1722, 1740, 1745], "tarbal": 0, "target": [0, 8, 132, 133, 136, 142, 148, 150, 151, 159, 160, 161, 162, 163, 171, 172, 173, 174, 175, 183, 184, 185, 186, 188, 191, 205, 210, 234, 286, 406, 410, 412, 414, 416, 417, 418, 420, 422, 424, 433, 434, 435, 436, 437, 554, 566, 584, 585, 586, 592, 604, 622, 623, 624, 630, 642, 660, 661, 662, 668, 680, 698, 699, 700, 706, 718, 736, 737, 738, 760, 825, 837, 855, 856, 857, 1618, 1672, 1681, 1713, 1717, 1727], "target_compile_featur": 0, "target_indic": [150, 162, 174], "target_link_librari": 1707, "target_rank": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706, 760, 825, 1727], "target_shap": [0, 150, 162, 174, 430, 433, 434, 435, 436, 437, 554, 560, 566, 592, 598, 604, 630, 636, 642, 668, 674, 680, 706, 712, 718, 825, 831, 837, 1713, 1717, 1719, 1720, 1723, 1724, 1726, 1727, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "target_shape_t": [151, 410, 412, 414], "target_spac": [0, 559, 597, 635, 673, 711, 830], "target_t": 410, "task": [470, 1713, 1717, 1719, 1742, 1747], "tau": [0, 76, 143, 191, 202, 205, 338, 376, 402, 404, 409, 417, 428, 434, 442, 465, 472, 589, 627, 665, 703, 741, 860, 875, 876, 961, 987, 1059, 1094, 1098, 1557, 1713, 1715, 1717, 1719, 1723, 1727, 1728, 1734, 1740, 1742, 1745, 1747], "tau_": [409, 417], "tau_estimate_from_error": 337, "tau_k": 409, "tau_mesh": [408, 1702, 1723, 1727, 1734, 1735], "tau_n": 429, "tb": [447, 449, 452, 1431, 1454, 1455, 1482, 1712, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1726], "tb_1": 452, "tb_2": 452, "tb_4": 452, "tb_band": [1713, 1716, 1717, 1719, 1720], "tb_dict": [1713, 1715, 1716, 1717, 1719, 1720], "tb_from_pythtb": 0, "tb_from_wannier90": [0, 1713, 1715, 1716, 1717, 1719, 1720], "tb_kslice": [1713, 1717], "tb_lattic": [1462, 1463, 1464, 1465, 1466, 1468], "tb_model": [0, 1498], "tba": 302, "tbl": [1498, 1499, 1500], "tblattic": [1462, 1498, 1499, 1500, 1739, 1743, 1744, 1748], "tbr": 295, "tbsuperlattic": 0, "tbw": [142, 159], "tc": [1713, 1717], "teach": [1708, 1711, 1749], "technic": 1709, "techniqu": [0, 388, 432, 440, 1689], "tell": [38, 432, 457, 459, 469, 1721, 1723, 1727, 1730, 1735], "temperatur": [72, 73, 74, 75, 76, 77, 78, 389, 433, 435, 436, 456, 459, 560, 598, 636, 674, 712, 762, 831, 879, 913, 961, 974, 987, 1000, 1015, 1026, 1699, 1702, 1703, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1737, 1739, 1741, 1744, 1746, 1749], "templat": [0, 6, 9, 14, 23, 24, 25, 29, 44, 79, 80, 81, 83, 128, 132, 133, 136, 144, 149, 190, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 208, 209, 211, 212, 213, 219, 225, 256, 295, 297, 298, 321, 323, 334, 338, 390, 391, 396, 399, 402, 407, 411, 412, 416, 417, 418, 422, 424, 431, 444, 459, 460, 463, 476, 1696], "temporari": [0, 114, 396], "temporarili": 1690, "tensor": [148, 410, 462, 463, 1519, 1521, 1522, 1702, 1741, 1746], "tensor_real_valu": [451, 1448, 1467, 1484], "tensor_valu": [0, 148, 410, 421, 433, 434, 436, 437, 571, 579, 580, 581, 582, 583, 609, 617, 618, 619, 620, 621, 647, 655, 656, 657, 658, 659, 685, 693, 694, 695, 696, 697, 723, 731, 732, 733, 734, 735, 842, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 890, 891, 892, 893, 894, 1702], "tensor_valued_vers": 421, "term": [0, 389, 409, 461, 1462, 1499, 1503, 1537, 1538, 1539, 1721, 1728, 1729, 1731, 1734, 1736, 1739, 1743, 1744, 1748], "termin": [0, 900, 901, 905, 1677, 1678, 1694, 1713, 1717, 1730, 1735], "ternari": 396, "test": [4, 92, 93, 94, 117, 118, 191, 193, 386, 397, 400, 436, 440, 1620, 1688, 1690, 1693, 1697, 1698, 1704, 1705], "test_block_gf": 412, "test_converg": 449, "test_delta_infti": 0, "test_product_gf": 421, "test_tool": 0, "testnam": 0, "tex": 550, "text": [0, 5, 385, 404, 442, 447, 449, 469, 545, 1100, 1706, 1710, 1713, 1717, 1726, 1727, 1730, 1735, 1739, 1744], "textbf": [1723, 1727], "textfilenam": 1688, "texttt": 340, "tf_r": 409, "th": [0, 24, 53, 95, 97, 147, 148, 232, 258, 269, 283, 369, 370, 402, 416, 417, 422, 424, 452, 491, 512, 1722], "than": [0, 12, 369, 370, 396, 405, 406, 459, 1684, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1730, 1735, 1736, 1739, 1740, 1743, 1744, 1745, 1748], "thank": [0, 8], "the_funct": [1620, 1624], "the_stack": [1624, 1626, 1631, 1633], "thei": [0, 215, 290, 291, 388, 396, 405, 409, 416, 432, 439, 440, 459, 460, 461, 469, 474, 1689, 1690, 1692, 1694, 1695, 1721, 1722, 1723, 1724, 1725, 1727, 1732, 1733, 1735, 1737, 1743, 1748], "them": [0, 8, 142, 159, 279, 302, 385, 391, 392, 395, 397, 404, 409, 412, 432, 440, 444, 450, 453, 461, 467, 470, 1596, 1598, 1605, 1689, 1698, 1699, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1727, 1729, 1730, 1734, 1735], "themselv": 396, "theorem": [1739, 1740, 1741, 1744, 1745, 1746], "theoret": [1713, 1717], "theori": [1699, 1723, 1727], "thepath": [1739, 1744], "therefor": [391, 406, 408, 409, 426, 432, 440, 470, 476, 1673, 1718, 1726, 1735, 1739, 1740, 1744, 1745], "thereof": [442, 1094, 1098, 1678], "thermal": [389, 457, 1713, 1717, 1729, 1743, 1748], "theta": [404, 409, 439, 801, 814, 1723, 1727], "thi": [0, 3, 4, 6, 7, 8, 13, 15, 23, 24, 26, 38, 41, 45, 50, 68, 80, 88, 95, 97, 105, 108, 115, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 141, 183, 202, 215, 216, 221, 223, 224, 229, 232, 233, 236, 238, 239, 240, 241, 244, 250, 255, 263, 264, 265, 268, 274, 275, 276, 281, 282, 284, 285, 288, 292, 293, 303, 331, 338, 340, 342, 350, 352, 365, 379, 380, 381, 382, 383, 386, 387, 388, 389, 391, 392, 395, 396, 397, 399, 400, 401, 402, 403, 404, 406, 409, 410, 411, 412, 413, 416, 417, 418, 422, 424, 425, 426, 430, 432, 440, 442, 445, 447, 453, 456, 457, 458, 461, 463, 469, 470, 472, 475, 476, 551, 552, 974, 987, 1084, 1093, 1094, 1581, 1620, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1680, 1681, 1682, 1683, 1684, 1688, 1689, 1690, 1692, 1694, 1695, 1696, 1698, 1699, 1700, 1701, 1702, 1707, 1708, 1709, 1711, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749], "thin": [4, 467, 1564], "thing": [396, 470, 1713, 1717, 1719, 1720, 1723, 1727, 1730, 1735], "think": [1710, 1713, 1717, 1723, 1727, 1730, 1735, 1739, 1741, 1744, 1746], "third": [0, 442, 459, 1095, 1694, 1722], "this_str": [433, 434, 435, 436, 437], "this_t": [138, 139, 154, 155, 158, 166, 167, 170, 178, 179, 182, 420], "thoma": 0, "thorough": 1721, "those": [0, 3, 387, 388, 464, 1546, 1689, 1695, 1721, 1726, 1729], "though": [397, 405], "thought": [385, 440], "thousand": [1723, 1727], "thread": [0, 345, 373, 374, 1672, 1673, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1692, 1729, 1736], "threadgroup": 1672, "three": [0, 348, 369, 370, 388, 446, 452, 456, 459, 461, 462, 464, 1433, 1463, 1470, 1471, 1483, 1486, 1487, 1502, 1504, 1532, 1699, 1750], "three_j_sym": [462, 1532], "three_j_symbol": 462, "threshold": [117, 118, 119, 192, 464, 1550], "through": [0, 6, 8, 403, 404, 409, 426, 430, 441, 445, 459, 461, 468, 961, 974, 987, 1678, 1689, 1690, 1694, 1699, 1723, 1726, 1727, 1739, 1740, 1743, 1744, 1745, 1748], "throughout": 0, "throw": [0, 62, 87, 92, 117, 302, 365, 391, 474, 1702], "thrown": 474, "thu": [0, 409, 457, 1690, 1732, 1737], "ti": 385, "tick": [0, 1502, 1745, 1746], "tie": 476, "tighbind": 0, "tight": [0, 447, 449, 452, 1446, 1462, 1482, 1498, 1499, 1500, 1713, 1717, 1719, 1720, 1739, 1744], "tight_bind": [0, 446, 447, 449, 451, 452, 1712, 1739, 1743, 1744, 1748], "tightbind": [447, 449, 451, 1454, 1455, 1482, 1712, 1726], "tild": [369, 370, 404, 409], "time": [0, 4, 7, 9, 76, 144, 193, 197, 199, 204, 206, 207, 296, 304, 305, 311, 312, 313, 317, 319, 320, 337, 338, 376, 377, 381, 389, 396, 398, 401, 403, 406, 407, 408, 410, 413, 425, 429, 431, 432, 433, 438, 442, 452, 457, 459, 461, 470, 472, 474, 526, 804, 868, 869, 871, 874, 875, 879, 974, 987, 1015, 1047, 1094, 1096, 1099, 1609, 1620, 1646, 1678, 1689, 1697, 1699, 1710, 1713, 1717, 1722, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1742, 1745, 1747], "time_consuming_funct": 398, "time_pt": 0, "timeit": 1726, "timeout": [0, 1678], "timer": 0, "times2": [1723, 1727], "tini": 470, "tip": [1715, 1716, 1719, 1720, 1729, 1730, 1735], "titl": [1722, 1737, 1745, 1746, 1748], "tmax": [420, 421, 424, 1702], "tmin": [420, 421, 424, 1702], "tmpl": 0, "tnn": [447, 1712], "to_be_instal": 1704, "toctre": 0, "todo": 416, "togeth": [0, 4, 96, 253, 340, 1689, 1690, 1694, 1719, 1723, 1724, 1727], "tol": [442, 464, 1094, 1550], "toler": [0, 191, 192, 193, 442, 464, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 885, 886, 1094, 1515, 1550], "too": [88, 268, 453, 470, 1715, 1717, 1719, 1730, 1735, 1743, 1748], "tool": [5, 9, 45, 377, 383, 431, 438, 452, 462, 467, 470, 472, 1432, 1689, 1690, 1691, 1694, 1697, 1698, 1699, 1704, 1710, 1712, 1721, 1723, 1727, 1745], "toolbox": [444, 1739, 1744], "toolchain": 1690, "toolkit": [469, 1689, 1699], "top": [0, 8, 38, 39, 163, 175, 469, 1462, 1482, 1698, 1713, 1714, 1717, 1718, 1729], "tor": 1736, "tot": [1713, 1717], "total": [240, 293, 311, 341, 352, 353, 389, 450, 456, 459, 465, 587, 625, 663, 701, 739, 777, 858, 1503, 1555, 1556, 1581, 1583, 1598, 1605, 1713, 1717, 1719, 1729, 1736], "total_0": [1713, 1717, 1719], "toto_a1": 1704, "totoa1": 1704, "tour": [5, 9, 392], "toward": [1713, 1717, 1741, 1746], "tp": [447, 449, 452, 1712, 1732, 1737], "tparam": 400, "tpc": [1742, 1743, 1747, 1748], "tprf": [0, 1726, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "tpsc": [1699, 1739, 1741, 1744, 1746, 1749], "tqa": 402, "tql": 1700, "tr": [81, 531, 1743, 1747, 1748], "tr_chi": [1743, 1747, 1748], "tr_chi_sp": [1743, 1747, 1748], "trace": 474, "trace_chi": [1742, 1743, 1747, 1748], "trace_rho_op": [0, 43, 389, 390], "track": [352, 1581], "trait": 399, "tranform": 409, "transfer": [1713, 1717, 1740, 1745], "transform": [0, 9, 11, 66, 67, 197, 198, 199, 203, 204, 205, 206, 385, 387, 392, 407, 409, 430, 431, 433, 434, 436, 437, 438, 439, 441, 446, 447, 448, 451, 461, 462, 465, 498, 519, 539, 545, 566, 579, 580, 581, 582, 604, 617, 618, 619, 620, 642, 655, 656, 657, 658, 680, 693, 694, 695, 696, 718, 731, 732, 733, 734, 801, 803, 804, 806, 807, 809, 810, 814, 837, 850, 851, 852, 853, 869, 870, 871, 872, 873, 874, 890, 891, 892, 893, 1435, 1450, 1452, 1469, 1473, 1485, 1489, 1522, 1529, 1533, 1552, 1553, 1554, 1696, 1726, 1729, 1737], "transform_u_matrix": 462, "transit": [457, 459, 1689, 1715, 1719, 1730, 1731, 1732, 1735, 1736, 1737, 1741, 1743, 1746, 1748], "translat": [1715, 1719], "transmit": 388, "transpar": [402, 461, 1722], "transport": 1690, "transpos": [0, 434, 436, 437, 442], "travel": 1502, "travers": 405, "treat": [0, 6, 389, 462, 1520, 1522, 1525, 1527, 1529, 1620, 1692, 1723, 1727, 1743, 1748], "treatement": [442, 1097], "treatment": 0, "tree": [385, 387, 395, 396, 906, 1690], "tremblai": [1742, 1743, 1747, 1748], "tri": [322, 459, 906], "trial": 459, "triangl": [1455, 1496], "trick": [1743, 1748], "trigger": 0, "triplet": 452, "triq": [5, 6, 7, 8, 9, 10, 377, 390, 391, 396, 399, 404, 405, 407, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 446, 448, 449, 450, 451, 452, 454, 456, 457, 458, 459, 461, 462, 463, 464, 465, 466, 467, 468, 474, 475, 476, 1691, 1693, 1695, 1697, 1700, 1701, 1702, 1703, 1706, 1708, 1709, 1710, 1711, 1712, 1715, 1716, 1719, 1720, 1721, 1722, 1724, 1725, 1726, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749], "triq_trpf": [1742, 1747], "triqs quantum interacting systems toolbox research": 1689, "triqs3": 1690, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "triqs_clef_auto_assign": 391, "triqs_clef_auto_assign_subscript": 391, "triqs_cthyb": [1690, 1709, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "triqs_cxx_definit": 0, "triqs_dft_tool": [1690, 1713, 1717], "triqs_force_mpi_init": 1643, "triqs_include_al": 0, "triqs_latest": 1690, "triqs_pi": 0, "triqs_python_extens": 0, "triqs_python_extension_and_instal": 0, "triqs_python_lib_dest": 0, "triqs_runtime_error": 474, "triqs_set_rpath_for_target": 1707, "triqs_tprf": [1690, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "triqs_trpf": [1740, 1745], "triqsconfig": [0, 1707], "triqsd": 461, "triqss": [380, 432, 440], "triqstest": 0, "triqsvar": [0, 1690], "trivial": [380, 420, 428], "troubl": 1690, "true": [38, 191, 192, 193, 214, 224, 236, 238, 239, 242, 248, 253, 288, 290, 291, 296, 297, 302, 317, 319, 320, 367, 379, 382, 387, 389, 396, 397, 399, 433, 434, 435, 436, 437, 440, 444, 456, 457, 461, 462, 468, 471, 483, 485, 522, 523, 531, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 745, 760, 772, 825, 860, 901, 1061, 1462, 1500, 1502, 1521, 1537, 1538, 1539, 1594, 1596, 1643, 1677, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1730, 1732, 1735, 1737, 1739, 1744, 1745, 1746], "truncat": [478, 480, 501, 1725], "trust": [1743, 1748], "try": [0, 121, 122, 324, 402, 440, 459, 474, 1690, 1701, 1714, 1716, 1718, 1720, 1729, 1730, 1735], "try_": 0, "try_change_col": [83, 84, 402], "try_change_col_row": [0, 83], "try_change_row": [83, 85, 402], "try_insert": [0, 83, 101, 104, 402, 1701], "try_insert2": [102, 103, 402, 1701], "try_insert_from_funct": 402, "try_insert_k": 83, "try_op": 402, "try_refil": 83, "try_remov": [83, 110, 113, 402, 1701], "try_remove2": [111, 112, 402, 1701], "try_remove_k": 83, "try_rol": 115, "try_xxx": [87, 109, 114, 115], "ts_observ": 0, "tsan": 0, "ttf": 0, "tu": 476, "tupl": [0, 9, 15, 16, 26, 369, 370, 377, 379, 382, 386, 387, 406, 440, 448, 462, 463, 466, 468, 478, 480, 501, 543, 549, 550, 584, 589, 622, 627, 660, 665, 698, 703, 736, 741, 855, 860, 932, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1463, 1470, 1471, 1483, 1486, 1487, 1504, 1524, 1525, 1530, 1532, 1560, 1608, 1672, 1725, 1726], "tuple_s": 476, "tuple_tool": 476, "turn": [0, 4, 338, 340, 346, 348, 350, 1693, 1723, 1727, 1742, 1747], "tutori": [0, 5, 7, 9, 454, 469, 1689, 1708, 1710, 1711, 1714, 1716, 1718, 1720, 1721, 1723, 1727, 1730, 1735, 1736, 1739, 1744, 1749], "twenti": 430, "twice": [0, 395], "twister": [332, 458, 459], "two": [0, 18, 22, 121, 122, 127, 147, 238, 239, 250, 259, 260, 270, 271, 290, 291, 338, 339, 344, 345, 365, 380, 383, 385, 387, 397, 400, 401, 402, 403, 408, 409, 417, 432, 436, 440, 442, 444, 445, 452, 456, 459, 461, 462, 476, 550, 744, 745, 910, 1095, 1502, 1521, 1526, 1528, 1531, 1640, 1689, 1690, 1698, 1699, 1706, 1711, 1713, 1716, 1717, 1719, 1720, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1744, 1745, 1746, 1750], "two_band": [1731, 1736], "twoparticlerespons": 1749, "twopi0": 452, "twopitwopi": 452, "txt": [0, 1698, 1707], "type": [0, 8, 9, 10, 13, 15, 16, 26, 27, 30, 36, 37, 142, 145, 146, 151, 159, 163, 175, 187, 188, 191, 192, 193, 205, 206, 207, 210, 241, 244, 245, 246, 250, 255, 257, 259, 260, 262, 263, 264, 265, 270, 271, 273, 274, 275, 276, 299, 331, 334, 340, 343, 344, 345, 350, 369, 370, 371, 372, 373, 374, 376, 379, 381, 382, 385, 386, 395, 396, 397, 399, 400, 406, 407, 415, 416, 417, 420, 422, 424, 431, 432, 433, 434, 435, 436, 437, 440, 442, 443, 444, 445, 448, 449, 459, 460, 462, 463, 464, 465, 466, 472, 476, 478, 536, 540, 543, 556, 557, 559, 560, 567, 569, 573, 574, 575, 584, 585, 586, 587, 588, 589, 594, 595, 597, 598, 605, 607, 611, 612, 613, 622, 623, 624, 625, 626, 627, 632, 633, 635, 636, 643, 645, 649, 650, 651, 660, 661, 662, 663, 664, 665, 670, 671, 673, 674, 681, 683, 687, 688, 689, 698, 699, 700, 701, 702, 703, 708, 709, 711, 712, 719, 721, 725, 726, 727, 736, 737, 738, 739, 740, 741, 761, 773, 782, 822, 825, 827, 828, 830, 831, 838, 840, 844, 845, 846, 855, 856, 857, 858, 859, 860, 913, 1084, 1093, 1096, 1098, 1100, 1458, 1470, 1471, 1482, 1486, 1487, 1495, 1498, 1499, 1500, 1504, 1520, 1522, 1523, 1524, 1525, 1526, 1529, 1530, 1531, 1532, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1579, 1586, 1589, 1590, 1618, 1646, 1690, 1701, 1717, 1719, 1721, 1723, 1725, 1726, 1727, 1728, 1734, 1750], "typedef": [402, 1701], "typenam": [13, 14, 15, 16, 23, 24, 25, 26, 27, 29, 30, 36, 37, 44, 72, 79, 80, 81, 83, 88, 128, 132, 133, 136, 142, 144, 145, 146, 147, 148, 149, 150, 151, 159, 162, 174, 175, 183, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 213, 219, 225, 241, 244, 245, 246, 247, 250, 255, 256, 260, 268, 271, 295, 297, 298, 299, 316, 321, 323, 334, 338, 350, 369, 370, 371, 372, 373, 374, 376, 391, 399, 400, 402, 410, 412, 433, 434, 436, 437, 461, 463, 476, 579, 617, 655, 693, 731, 850, 872, 890], "typenamebg": [145, 146], "typenameg": [145, 146], "typic": [296, 317, 319, 320, 380, 383, 385, 387, 406, 414, 458, 1620, 1643], "typo": 0, "u": [0, 4, 6, 9, 350, 385, 386, 387, 388, 389, 391, 403, 404, 432, 442, 444, 449, 457, 460, 463, 464, 468, 936, 1096, 1521, 1522, 1526, 1528, 1531, 1537, 1538, 1547, 1548, 1549, 1689, 1698, 1700, 1704, 1709, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1737, 1741, 1743, 1746, 1748], "u1": 1736, "u10": 1736, "u11": 1736, "u12": 1736, "u2": [1735, 1736], "u3": [1713, 1715, 1716, 1717, 1719, 1720, 1736], "u4": [1735, 1736], "u5": [1719, 1720, 1736], "u6": [1735, 1736], "u7": 1736, "u8": 1736, "u9": 1736, "u_": [462, 464, 1521, 1522, 1537, 1538, 1547, 1548, 1549, 1729, 1743, 1748], "u_4index": [462, 1528], "u_c": [1731, 1736, 1741, 1743, 1746, 1748], "u_ch_vec": 1748, "u_dict": [1537, 1538], "u_eg": [462, 1526], "u_int": [462, 1520, 1521, 1522, 1527], "u_j_to_radial_integr": [462, 1522], "u_list": 1735, "u_list2": 1735, "u_matrix": [0, 462, 464, 1549], "u_matrix_kanamori": 462, "u_matrix_slat": [0, 462], "u_sp": 1748, "u_sp_vec": 1748, "u_t2g": [462, 1531], "u_vec": [1746, 1747], "uantum": 1689, "ubuntu": [0, 1691, 1694, 1695, 1706], "uc": [1743, 1747, 1748], "ucel": 452, "uch": [1742, 1743, 1747, 1748], "uch_root": [1742, 1743, 1747, 1748], "uch_vec": 1747, "ucrpa": 1748, "uijkl": [462, 1521], "uint32_t": 332, "uint64_t": 116, "ultim": [1713, 1717], "unari": 25, "unbound": 340, "unchang": [0, 420, 906, 1701, 1728, 1734], "unction": 392, "undefin": [0, 26, 183, 379, 382], "undefinedbehaviorsanit": 0, "under": [0, 3, 247, 404, 432, 444, 470, 1689, 1690, 1705, 1707], "underestim": 338, "underli": [0, 451, 936, 949, 1443, 1446, 1451, 1458, 1603, 1700, 1713, 1717, 1726], "underlin": [1, 2], "underscor": 0, "understand": [1699, 1713, 1717, 1730, 1735, 1736, 1740, 1745], "understood": 406, "undesir": 385, "unecessari": [388, 1716, 1720], "unflatten_2d": 131, "unflatten_gf_2d": 131, "unfortun": [1732, 1737], "unhandl": 1678, "unifi": 0, "uniform": [442, 474, 1100, 1723, 1727], "uniformli": [30, 458], "uniniti": 50, "uniqu": 1672, "unit": [0, 446, 447, 449, 451, 452, 936, 1433, 1436, 1446, 1448, 1450, 1462, 1463, 1467, 1469, 1474, 1482, 1483, 1484, 1485, 1490, 1502, 1503, 1712, 1726, 1732, 1737, 1739, 1743, 1744, 1748], "unitari": [0, 66, 67, 452, 498, 519], "uniti": [258, 269, 1726, 1742, 1747], "unittest": 0, "unix": [385, 1690], "unknown": 475, "unless": [0, 350, 395, 409, 459, 472], "unnecessari": 0, "unphys": [1741, 1743, 1746, 1748], "unrecogn": 0, "unrol": 1729, "unsign": [0, 363, 364, 388], "unstabl": [0, 7, 8, 1690, 1698, 1713, 1717, 1723, 1727, 1739, 1740, 1744, 1745], "unsur": 7, "until": [0, 296, 317, 319, 320, 342, 449, 457, 1618, 1677, 1678, 1728, 1729, 1734], "unus": 410, "up": [0, 115, 191, 192, 224, 228, 296, 317, 319, 320, 324, 338, 339, 340, 346, 365, 388, 389, 405, 440, 444, 449, 456, 464, 465, 466, 745, 760, 1074, 1515, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1646, 1689, 1690, 1695, 1699, 1709, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1725, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1748], "up_0": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1713, 1716, 1717, 1719, 1720], "up_eg1": [442, 1100], "up_eg1_1": [442, 1100], "up_eg1_2": [442, 1100], "up_eg2_1": [442, 1100], "up_eg2_2": [442, 1100], "up_int": [462, 1521], "uparrow": [459, 464, 1548, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1742, 1743, 1747, 1748], "updaat": 0, "updat": [0, 6, 8, 241, 306, 385, 387, 401, 402, 403, 453, 456, 457, 469, 1690, 1701, 1709, 1713, 1717, 1732, 1737], "update_arch": 0, "upgrad": [0, 1694, 1695], "upload": [1714, 1718], "upon": [13, 26, 1694, 1696], "upper": 1618, "uprim": [389, 462, 464, 1521, 1528, 1547, 1548], "upstream": 0, "url": 0, "us": [3, 5, 6, 7, 8, 9, 18, 50, 56, 60, 62, 73, 74, 76, 77, 82, 96, 98, 106, 114, 143, 145, 146, 151, 202, 207, 208, 215, 232, 241, 246, 248, 255, 258, 269, 296, 302, 317, 319, 320, 337, 338, 339, 340, 343, 346, 348, 350, 369, 370, 371, 372, 373, 374, 376, 379, 380, 382, 383, 385, 386, 387, 388, 391, 392, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 408, 412, 413, 414, 416, 417, 418, 420, 421, 422, 424, 430, 432, 433, 435, 436, 439, 440, 442, 443, 445, 448, 449, 450, 452, 457, 459, 460, 461, 462, 463, 464, 465, 469, 470, 471, 472, 474, 475, 476, 478, 480, 489, 495, 501, 510, 516, 550, 560, 566, 598, 604, 636, 642, 674, 680, 712, 718, 760, 831, 837, 872, 920, 974, 987, 1094, 1098, 1462, 1495, 1502, 1521, 1522, 1548, 1549, 1551, 1579, 1594, 1602, 1608, 1609, 1618, 1646, 1674, 1676, 1679, 1682, 1683, 1689, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1700, 1701, 1702, 1703, 1704, 1706, 1707, 1709, 1710, 1711, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "usabl": 0, "usag": [0, 6, 9, 38, 387, 408, 426, 452, 1694, 1713, 1717], "use_modul": [0, 1704], "use_norm_as_weight": [1730, 1735], "use_rot": 1717, "useless": 395, "usemap": [241, 242], "user": [0, 5, 6, 7, 96, 241, 338, 350, 387, 389, 396, 402, 412, 430, 444, 453, 461, 462, 472, 1500, 1522, 1689, 1690, 1691, 1692, 1694, 1698, 1710, 1721, 1728, 1729, 1734, 1735], "userguid": [0, 6], "usernam": 1692, "using_the_lib": 0, "usp": [1742, 1743, 1747, 1748], "usp_root": [1742, 1743, 1747, 1748], "usp_vec": 1747, "usr": [0, 475, 1690, 1692, 1697, 1706], "usual": [8, 397, 398, 399, 404, 440, 457, 459, 1691, 1713, 1717, 1721, 1730, 1735, 1740, 1745], "util": [0, 9, 377, 389, 432, 440, 456, 459, 461, 462, 463, 464, 465, 466, 474, 475, 476, 1690, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1732, 1737, 1745], "v": [0, 8, 9, 13, 136, 147, 194, 195, 208, 219, 220, 344, 345, 371, 372, 373, 374, 380, 391, 396, 398, 399, 403, 408, 412, 442, 445, 452, 469, 939, 1094, 1098, 1700, 1706, 1721, 1723, 1727, 1729, 1741, 1746], "v0": [442, 1094], "v1": [26, 445, 1723, 1727], "v2": [26, 445, 1723, 1727], "v5": 385, "v_": [399, 442, 1094, 1098, 1729], "v_1": [1723, 1727], "v_2": [1723, 1727], "v_opt": [442, 1094], "va": [1739, 1744], "vacuum": [68, 69, 499, 500, 520, 521], "val": [1654, 1668], "valenc": [1699, 1711], "valid": [0, 362, 400, 403, 413, 426, 461, 463, 465, 469, 476, 1552, 1553, 1554, 1701, 1743, 1748], "valu": [0, 9, 15, 63, 72, 75, 76, 77, 78, 79, 80, 95, 97, 128, 148, 206, 244, 259, 270, 316, 334, 338, 340, 352, 353, 369, 370, 379, 380, 382, 385, 386, 387, 389, 395, 396, 401, 402, 404, 406, 409, 410, 412, 413, 415, 416, 417, 418, 420, 421, 422, 424, 430, 431, 433, 434, 435, 436, 437, 438, 440, 442, 444, 445, 448, 452, 453, 461, 462, 463, 464, 465, 469, 529, 530, 536, 543, 554, 566, 588, 590, 592, 604, 626, 628, 630, 642, 664, 666, 668, 680, 702, 704, 706, 718, 740, 742, 823, 825, 837, 859, 861, 919, 920, 946, 958, 971, 984, 997, 1013, 1024, 1035, 1043, 1047, 1057, 1084, 1094, 1096, 1463, 1483, 1500, 1503, 1520, 1521, 1522, 1526, 1527, 1529, 1531, 1549, 1552, 1553, 1554, 1569, 1581, 1583, 1608, 1618, 1673, 1692, 1701, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "value_1": 395, "value_2": 395, "value_t": [0, 946, 958, 971, 984, 997, 1013, 1024, 1043, 1057], "value_typ": [84, 85, 101, 102, 103, 104, 105, 106, 110, 111, 112, 113, 123, 124, 125, 126, 127, 128, 129, 130, 259, 262, 263, 270, 273, 274, 402, 413, 426, 445], "vandermond": 0, "vanilla": 1709, "vanis": 445, "vanish": [0, 248, 253, 255, 268, 271, 1723, 1727, 1743, 1748], "var": 1745, "var_t": 420, "varepsilon": [449, 545], "varepsilon_": [1732, 1737], "vari": [1731, 1735, 1736, 1742, 1747], "variabl": [0, 352, 379, 388, 396, 397, 398, 403, 405, 406, 407, 410, 412, 413, 420, 423, 425, 431, 448, 459, 539, 559, 589, 597, 627, 635, 665, 673, 703, 711, 741, 830, 860, 1581, 1608, 1618, 1643, 1690, 1693, 1697, 1706, 1707, 1721, 1731, 1736], "variable_nam": [379, 382], "variable_t": 410, "varianc": 0, "variant": [0, 218, 221, 430, 461], "variant_extens": 0, "variant_int_str": 461, "varieti": [0, 430, 1690, 1736], "variou": [0, 3, 4, 385, 394, 407, 410, 425, 432, 440, 448, 452, 461, 470, 476, 543, 1689, 1690, 1699, 1705, 1727, 1749], "vasp": [0, 4, 462, 1526, 1529, 1531], "vbdmft": [1732, 1737], "vdot": 403, "ve": 1736, "vector": [0, 13, 26, 44, 50, 52, 54, 55, 63, 65, 66, 68, 79, 80, 86, 88, 95, 96, 97, 98, 114, 127, 130, 132, 135, 136, 145, 146, 195, 218, 219, 220, 221, 242, 255, 256, 257, 282, 321, 343, 344, 345, 355, 369, 370, 371, 372, 373, 374, 388, 391, 396, 398, 401, 402, 403, 412, 444, 445, 446, 451, 452, 456, 461, 465, 478, 480, 486, 497, 499, 501, 507, 518, 520, 562, 564, 600, 602, 638, 640, 676, 678, 714, 716, 833, 835, 881, 883, 936, 939, 947, 959, 1433, 1440, 1445, 1446, 1448, 1449, 1450, 1462, 1463, 1467, 1469, 1483, 1484, 1485, 1499, 1500, 1502, 1503, 1504, 1554, 1557, 1701, 1717, 1721, 1725, 1726, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "vector_const_view": 939, "vector_typ": 402, "vehicl": 426, "venv": [0, 1695], "verbos": [0, 302, 416, 417, 456, 458, 459, 1087, 1090, 1608, 1618, 1743, 1748], "veri": [0, 4, 7, 121, 122, 400, 432, 457, 459, 467, 468, 470, 475, 1689, 1694, 1698, 1699, 1708, 1710, 1713, 1717, 1722, 1723, 1727, 1730, 1735], "verifi": [1723, 1727], "verison": 1695, "versa": [0, 461], "version": [3, 5, 8, 9, 137, 241, 337, 338, 389, 395, 412, 432, 440, 444, 453, 458, 461, 472, 1688, 1689, 1691, 1694, 1695, 1696, 1697, 1698, 1707, 1710, 1714, 1718, 1723, 1727, 1728, 1732, 1737, 1742, 1743, 1747, 1748], "versu": [1730, 1735], "vertex": [1741, 1742, 1746, 1747], "vertic": [0, 1742, 1747], "vertici": [1742, 1747], "vi": [1730, 1735], "via": [0, 6, 372, 373, 389, 432, 1690, 1691, 1693, 1695, 1698, 1704, 1713, 1714, 1716, 1717, 1718, 1720], "vice": [0, 461], "video": 1710, "view": [141, 162, 163, 171, 175, 183, 184, 209, 379, 405, 407, 408, 411, 414, 420, 423, 424, 426, 431, 438, 470, 567, 575, 589, 605, 613, 627, 643, 651, 665, 681, 689, 703, 719, 727, 741, 756, 779, 838, 846, 860, 1655, 1669, 1706, 1709, 1713, 1717, 1723, 1724, 1727], "view_or_type_t": 209, "view_typ": [141, 410, 413], "vilk": [1742, 1743, 1747, 1748], "vim": [0, 1698], "violat": [1742, 1747], "virtual": [1690, 1691, 1694], "virtualenv": 0, "visit": [306, 1689], "visual": [0, 1710, 1713, 1714, 1715, 1717, 1718, 1719, 1739, 1741, 1744, 1746], "vmax": 1737, "vmin": 1737, "void": [14, 29, 41, 42, 86, 87, 99, 100, 109, 114, 116, 117, 118, 119, 121, 122, 138, 139, 154, 155, 166, 167, 171, 178, 179, 183, 184, 187, 212, 213, 222, 223, 225, 226, 234, 235, 245, 250, 260, 266, 271, 277, 280, 286, 287, 292, 298, 299, 300, 301, 314, 315, 316, 318, 323, 325, 326, 330, 339, 353, 356, 357, 361, 379, 381, 382, 388, 391, 400, 402, 406, 410, 453, 456, 459, 474, 476], "vstack": 0, "w": [0, 387, 391, 398, 406, 409, 412, 420, 421, 440, 442, 451, 457, 470, 1059, 1100, 1102, 1446, 1698, 1700, 1702, 1703, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1721, 1724, 1726, 1739, 1744, 1745], "w2dynamics_interfac": 4, "w90": [1713, 1715, 1716, 1717, 1719, 1720], "w90_dict": [1713, 1715, 1716, 1717, 1719, 1720], "w90_do": [1713, 1717], "w90_path": [1713, 1715, 1716, 1717, 1719, 1720], "w90_seed": [1713, 1715, 1716, 1717, 1719, 1720], "w_max": [144, 245, 250, 260, 271, 868, 961, 974, 987, 1035, 1723, 1727, 1740, 1745], "w_mesh": [1713, 1716, 1717, 1719, 1720, 1723, 1724, 1727], "w_min": [1035, 1727, 1740, 1745], "wa": [0, 35, 87, 338, 348, 350, 416, 474, 476, 1724, 1729, 1736, 1739, 1744], "wagner": [1739, 1741, 1744, 1746], "wai": [0, 3, 386, 398, 402, 405, 406, 409, 426, 440, 443, 449, 459, 1692, 1694, 1702, 1721, 1722, 1723, 1724, 1727, 1728, 1730, 1734, 1735, 1739, 1743, 1744, 1748], "wait": [0, 1620, 1678, 1713, 1717, 1729, 1736], "walker": [1713, 1717], "wannier": [452, 1503], "wannier90": [0, 462, 1499, 1503, 1504, 1526, 1529, 1531, 1713, 1717], "wannier90cconvert": [1713, 1717], "wannier90convert": [1713, 1717], "want": [7, 408, 418, 422, 424, 432, 459, 468, 470, 472, 476, 1689, 1690, 1692, 1695, 1696, 1698, 1699, 1701, 1702, 1704, 1706, 1707, 1713, 1715, 1717, 1719, 1722, 1723, 1724, 1727, 1730, 1735], "warm": [1729, 1736], "warmup": [0, 295, 305, 312, 313, 317, 320, 457, 459, 1709, 1729, 1731, 1732, 1735, 1736, 1737], "warmup_and_accumul": [295, 453, 456, 459], "warn": [0, 9, 93, 95, 97, 105, 108, 118, 379, 399, 400, 402, 473, 1715, 1717, 1719, 1720, 1729, 1731, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "warranti": 3, "wave": [1743, 1748], "wavelength": [1743, 1748], "we": [0, 3, 6, 7, 72, 73, 74, 75, 76, 77, 78, 121, 122, 244, 248, 253, 348, 369, 370, 385, 387, 388, 389, 396, 397, 398, 399, 400, 401, 403, 406, 408, 409, 410, 416, 418, 420, 422, 424, 425, 430, 432, 433, 440, 442, 447, 452, 453, 456, 457, 459, 464, 465, 466, 468, 469, 470, 472, 474, 476, 1099, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1688, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1701, 1702, 1703, 1704, 1705, 1707, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "weak": [1739, 1740, 1744, 1745], "web": [388, 1689, 1690, 1699, 1706, 1714, 1718], "webapp": [1714, 1718], "weblink": 0, "websit": [7, 1690], "weh": 0, "weight": [319, 320, 324, 436, 919, 920, 1713, 1714, 1717, 1718, 1719, 1720, 1723, 1727, 1730, 1735], "weiss": [1713, 1717, 1719, 1720, 1728, 1732, 1734, 1737], "welcom": [5, 1694, 1699], "welford": 0, "well": [0, 268, 338, 352, 381, 385, 388, 396, 445, 452, 453, 457, 459, 461, 472, 1564, 1581, 1689, 1690, 1710, 1713, 1717, 1728, 1734, 1739, 1744], "went": [1713, 1717], "wentzel": [0, 3, 4], "were": [0, 4, 341, 1713, 1717, 1724, 1739, 1744], "werner": [1713, 1717], "wether": [457, 1723, 1727], "wf": [1713, 1717], "wget": [0, 1698], "what": [8, 183, 252, 385, 387, 432, 457, 459, 460, 469, 474, 1707, 1713, 1715, 1717, 1719, 1721, 1722, 1723, 1724, 1726, 1727, 1729, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "what_is_x": 1721, "whatev": [1715, 1719], "whatsoev": [379, 382], "when": [0, 6, 7, 8, 13, 26, 38, 208, 241, 296, 302, 317, 319, 320, 338, 340, 342, 346, 348, 379, 382, 387, 395, 399, 401, 402, 404, 408, 416, 417, 420, 422, 424, 426, 432, 440, 449, 458, 459, 474, 1502, 1537, 1538, 1539, 1624, 1672, 1673, 1675, 1678, 1692, 1698, 1704, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1734, 1735, 1740, 1741, 1743, 1745, 1746, 1748], "whenc": [1743, 1748], "whenev": 404, "where": [0, 5, 8, 13, 38, 126, 127, 338, 344, 345, 369, 370, 385, 395, 397, 402, 403, 404, 408, 415, 420, 421, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 447, 449, 452, 462, 469, 474, 550, 559, 597, 635, 673, 711, 746, 761, 801, 814, 830, 936, 1094, 1098, 1503, 1522, 1608, 1672, 1688, 1694, 1698, 1699, 1704, 1707, 1712, 1713, 1717, 1723, 1726, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "wherebi": [1741, 1746], "whether": [302, 317, 459, 464, 466, 1500, 1549, 1561, 1620, 1673, 1676, 1677, 1678, 1682, 1698, 1713, 1717, 1743, 1748], "which": [0, 6, 36, 37, 94, 96, 119, 136, 241, 279, 321, 338, 339, 340, 343, 362, 369, 370, 376, 379, 381, 383, 386, 387, 388, 389, 395, 396, 400, 402, 406, 408, 412, 428, 430, 432, 440, 445, 450, 454, 456, 457, 458, 459, 461, 462, 463, 464, 465, 469, 470, 472, 476, 540, 550, 589, 627, 665, 703, 741, 760, 825, 860, 1522, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1602, 1618, 1620, 1690, 1695, 1696, 1697, 1698, 1700, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1726, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "while": [380, 383, 388, 391, 397, 398, 404, 459, 469, 1500, 1689, 1694, 1701, 1713, 1717, 1723, 1725, 1727, 1729, 1732, 1735, 1737, 1739, 1740, 1744, 1745], "white": [3, 1744], "who": 0, "whole": [202, 396, 450, 1600, 1715, 1719], "whose": [147, 386, 395, 412, 1462, 1678, 1742, 1747], "why": [5, 115, 415, 440, 459, 1713, 1714, 1716, 1717, 1718, 1720, 1723, 1727, 1736, 1740, 1743, 1745, 1748], "wick": [1740, 1745], "wide": [385, 1691], "widehat": [1723, 1727], "width": [1579, 1722, 1723, 1727], "wien2k": [4, 462, 1526, 1529, 1531], "wiht": 406, "wiki": 470, "willing": 7, "wilson": 439, "win": [1713, 1717, 1743, 1748], "window": [0, 77, 389, 428, 436, 437, 439, 468, 469, 563, 565, 589, 601, 603, 627, 639, 641, 665, 677, 679, 703, 715, 717, 741, 834, 836, 860, 882, 884, 1035, 1047, 1713, 1716, 1717, 1719, 1720, 1723, 1724, 1727, 1734, 1735], "wip": 0, "wise": [340, 372, 373, 376], "wish": [470, 1697], "with_sigma": [1713, 1716, 1717, 1719, 1720], "with_valu": 1061, "within": [0, 51, 53, 215, 233, 281, 284, 285, 292, 338, 404, 446, 461, 1433, 1689, 1690, 1692, 1713, 1717, 1725, 1729, 1730, 1735], "without": [0, 3, 183, 188, 210, 376, 387, 402, 406, 416, 417, 432, 450, 470, 1596, 1598, 1605, 1643, 1698, 1713, 1717, 1720, 1724], "wkmesh": [1739, 1744], "wmax": [418, 422], "wmesh": [1739, 1742, 1743, 1744, 1747, 1748], "wmin": [418, 422], "wn_": [405, 416], "woff2": 0, "word": [0, 389, 404, 453, 1723, 1727, 1740, 1745, 1750], "work": [0, 3, 7, 8, 9, 41, 114, 151, 268, 383, 388, 398, 401, 433, 435, 439, 447, 470, 560, 598, 636, 674, 712, 801, 814, 831, 1690, 1692, 1694, 1695, 1698, 1700, 1713, 1717, 1722, 1723, 1727, 1730, 1731, 1735, 1736], "workaround": [0, 399], "workflow": [1713, 1717], "workload": [1713, 1717], "workspac": [6, 7], "world": [208, 373, 374, 388, 456, 459, 1719, 1721], "worri": [1723, 1727], "worsen": [1723, 1727], "would": [0, 4, 396, 402, 413, 440, 459, 461, 1678, 1690, 1695, 1723, 1725, 1727, 1735], "wout": [1499, 1504, 1714, 1718], "wrap": [0, 9, 379, 380, 382, 383, 867, 878, 1103, 1691, 1704, 1713, 1717], "wrap_gener": [378, 379, 382], "wrapper": [0, 382, 432, 461], "write": [0, 5, 9, 100, 139, 155, 167, 179, 223, 235, 287, 352, 357, 383, 385, 386, 387, 388, 396, 402, 403, 406, 410, 421, 428, 440, 442, 445, 453, 454, 456, 461, 1102, 1699, 1700, 1705, 1708, 1713, 1717, 1719, 1723, 1726, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "write_gf_to_txt": [0, 442], "writeabl": 0, "written": [0, 4, 27, 44, 68, 235, 287, 357, 381, 383, 385, 393, 400, 401, 405, 412, 413, 418, 442, 456, 464, 470, 1102, 1430, 1496, 1506, 1547, 1548, 1549, 1689, 1696, 1707, 1710, 1713, 1717, 1721, 1730, 1735, 1743, 1748], "wrong": [1714, 1718, 1735, 1743, 1748], "www": [0, 409], "x": [0, 13, 26, 29, 85, 88, 95, 101, 104, 124, 125, 126, 127, 128, 136, 151, 158, 163, 170, 171, 175, 182, 194, 263, 274, 334, 339, 340, 343, 350, 387, 388, 391, 395, 397, 398, 399, 400, 401, 402, 404, 407, 409, 411, 420, 425, 426, 431, 436, 442, 445, 446, 451, 453, 459, 461, 462, 465, 468, 469, 472, 476, 549, 550, 559, 589, 597, 627, 635, 665, 673, 703, 711, 741, 799, 818, 830, 860, 862, 863, 909, 910, 1068, 1070, 1084, 1086, 1088, 1092, 1094, 1097, 1098, 1101, 1435, 1452, 1464, 1473, 1489, 1499, 1526, 1529, 1531, 1554, 1557, 1608, 1612, 1618, 1630, 1637, 1638, 1645, 1647, 1650, 1651, 1653, 1659, 1661, 1664, 1665, 1667, 1690, 1696, 1698, 1701, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1732, 1735, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1747, 1748], "x0": [102, 103, 402, 420, 476, 1701], "x1": [102, 103, 397, 402, 421, 476, 1701], "x2": [397, 421, 476], "x3": 397, "x86": 1690, "x86_64": 475, "x_": [126, 127, 391, 395, 396, 397, 399, 472], "x_0": [1608, 1609], "x_1": 452, "x_arrai": [468, 549, 550, 1569], "x_data_view": 468, "x_i": [126, 127, 128, 401, 439, 472, 791], "x_init": 1618, "x_j": [126, 127], "x_max": [448, 539, 540, 1569], "x_min": [448, 539, 540, 1569], "x_name": [1608, 1618], "x_type": [85, 95, 96, 101, 102, 103, 104, 124, 125, 126, 127], "x_valu": [95, 96], "x_window": [433, 468, 469, 589, 627, 665, 703, 741, 860, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084], "xa": 1698, "xatol": [442, 1094], "xb": 1722, "xcode": 1694, "xcrun": 1694, "xdata": 469, "xi": [403, 421, 1743, 1748], "xiong": 0, "xlabel": [469, 1084, 1722, 1727, 1735, 1737, 1739, 1744, 1745, 1746, 1747, 1748], "xlim": [447, 1570, 1712, 1723, 1727, 1729, 1732, 1734, 1735, 1736, 1737, 1748], "xmax": [1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084], "xmin": [1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084], "xpression": 392, "xr": 1722, "xtick": [1739, 1744, 1745, 1746], "xtol": [1608, 1743, 1747, 1748], "xx": [1713, 1717], "xxx": [0, 408, 414, 1716], "xxxx": 1716, "xy": [462, 1526, 1529, 1531, 1579], "xy_typ": 402, "xz": [462, 1526, 1529, 1531], "y": [26, 84, 88, 97, 101, 104, 123, 124, 126, 127, 128, 401, 402, 407, 420, 425, 426, 431, 459, 461, 462, 465, 468, 469, 472, 476, 549, 550, 559, 597, 635, 673, 711, 798, 830, 902, 1068, 1070, 1084, 1088, 1526, 1529, 1531, 1554, 1557, 1608, 1618, 1690, 1698, 1701, 1713, 1717, 1719, 1721, 1722, 1726, 1732, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "y0": [102, 103, 402, 1701], "y1": [102, 103, 402, 421, 1701], "y2": [421, 1713, 1717], "y_": [126, 127, 391, 395, 396, 397, 399], "y_arrai": [468, 549, 550], "y_i": [128, 401], "y_j": 401, "y_name": [1608, 1618], "y_type": [84, 97, 98, 101, 102, 103, 104, 123, 124, 126, 127], "y_valu": [97, 98, 1618], "ydata": 469, "ydata1": 469, "ydata2": 469, "ye": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561], "yeh": 4, "yep": 1706, "yet": [1704, 1713, 1717], "yi": 421, "yield": [0, 13, 15, 26, 88, 442, 1095, 1723, 1727, 1728, 1729, 1734], "ylabel": [452, 469, 1084, 1722, 1727, 1734, 1735, 1737, 1739, 1744, 1745, 1746], "ylim": [433, 447, 1712, 1723, 1727, 1729, 1732, 1734, 1735, 1737, 1748], "you": [0, 3, 4, 6, 7, 8, 385, 397, 398, 404, 432, 440, 443, 454, 457, 458, 459, 470, 471, 1678, 1681, 1688, 1689, 1690, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1702, 1704, 1705, 1706, 1708, 1710, 1711, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750], "your": [0, 4, 6, 7, 454, 458, 470, 1688, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1697, 1699, 1704, 1706, 1707, 1710, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1729, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "your_usernam": 8, "yourself": 1710, "yr": 1722, "yr1": 1722, "yr2": 1722, "ystem": 1689, "ytick": [1739, 1744, 1745, 1746], "yz": [462, 1526, 1529, 1531], "z": [436, 439, 456, 459, 462, 465, 559, 597, 635, 673, 711, 801, 814, 830, 1068, 1526, 1529, 1531, 1554, 1557, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1726, 1729, 1730, 1735, 1743, 1748], "z_": [397, 465, 1554], "z_list": 1735, "z_list2": 1735, "zenodo": 4, "zero": [0, 207, 231, 242, 340, 345, 346, 348, 440, 442, 445, 449, 452, 461, 879, 1099, 1509, 1511, 1536, 1609, 1717, 1723, 1727, 1730, 1735, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "zeros_lik": [1743, 1747, 1748], "zeroth": [207, 430, 1743, 1748], "zgid": 4, "zingl": 0, "zip": [11, 15, 27, 476, 1713, 1717, 1739, 1744, 1745], "zip_with": 11, "zlib": 0, "zmax": 1068, "zmin": 1068, "zone": [0, 406, 447, 936, 1441, 1470, 1482, 1486, 1502, 1600, 1726, 1728, 1732, 1734, 1737, 1739, 1740, 1741, 1744, 1745, 1746], "zorder": [1713, 1717, 1739, 1744], "zprofil": [1690, 1692], "zshrc": 1694, "\u017eitko": 0, "\u03bc": [1717, 1719, 1720], "\u03c3": 1719, "\u03c9": [1717, 1719, 1720]}, "titles": ["Changelog", "<no title>", "<no title>", "About TRIQS", "Applications based on TRIQS", "Table of contents", "Contributing", "How to contribute to documentation?", "How to make a pull request?", "Documentation", "<no title>", "itertools", "itertools::chunk_range", "itertools::enumerate", "itertools::foreach", "itertools::product", "itertools::product_range", "itertools::range", "itertools::range::constructor", "itertools::range::first", "itertools::range::last", "itertools::range::size", "itertools::range::step", "itertools::slice", "itertools::stride", "itertools::transform", "itertools::zip", "itertools::zip_with", "mpi", "mpi::broadcast", "mpi::chunk", "mpi::communicator", "mpi::communicator::constructor", "mpi::environment", "mpi::environment::constructor", "mpi::is_initialized", "mpi::map_C_function", "mpi::map_add", "mpi::monitor", "mpi::monitor::constructor", "mpi::monitor::emergency_occured", "mpi::monitor::finalize_communications", "mpi::monitor::request_emergency_stop", "triqs::atom_diag", "triqs::atom_diag::act", "triqs::atom_diag::atom_diag", "triqs::atom_diag::atom_diag::c_connection", "triqs::atom_diag::atom_diag::c_matrix", "triqs::atom_diag::atom_diag::cdag_connection", "triqs::atom_diag::atom_diag::cdag_matrix", "triqs::atom_diag::atom_diag::constructor", "triqs::atom_diag::atom_diag::flatten_subspace_index", "triqs::atom_diag::atom_diag::get_eigensystems", "triqs::atom_diag::atom_diag::get_eigenvalue", "triqs::atom_diag::atom_diag::get_energies", "triqs::atom_diag::atom_diag::get_fock_states", "triqs::atom_diag::atom_diag::get_fops", "triqs::atom_diag::atom_diag::get_full_hilbert_space", "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim", "triqs::atom_diag::atom_diag::get_gs_energy", "triqs::atom_diag::atom_diag::get_h_atomic", "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial", "triqs::atom_diag::atom_diag::get_op_mat", "triqs::atom_diag::atom_diag::get_quantum_numbers", "triqs::atom_diag::atom_diag::get_subspace_dim", "triqs::atom_diag::atom_diag::get_subspace_dims", "triqs::atom_diag::atom_diag::get_unitary_matrices", "triqs::atom_diag::atom_diag::get_unitary_matrix", "triqs::atom_diag::atom_diag::get_vacuum_state", "triqs::atom_diag::atom_diag::get_vacuum_subspace_index", "triqs::atom_diag::atom_diag::index_range_of_subspace", "triqs::atom_diag::atom_diag::n_subspaces", "triqs::atom_diag::atomic_density_matrix", "triqs::atom_diag::atomic_g_iw", "triqs::atom_diag::atomic_g_l", "triqs::atom_diag::atomic_g_lehmann", "triqs::atom_diag::atomic_g_tau", "triqs::atom_diag::atomic_g_w", "triqs::atom_diag::partition_function", "triqs::atom_diag::quantum_number_eigenvalues", "triqs::atom_diag::quantum_number_eigenvalues_checked", "triqs::atom_diag::trace_rho_op", "triqs::det_manip", "triqs::det_manip::det_manip", "triqs::det_manip::det_manip::change_col", "triqs::det_manip::det_manip::change_row", "triqs::det_manip::det_manip::clear", "triqs::det_manip::det_manip::complete_operation", "triqs::det_manip::det_manip::constructor", "triqs::det_manip::det_manip::determinant", "triqs::det_manip::det_manip::get_function", "triqs::det_manip::det_manip::get_n_operations_before_check", "triqs::det_manip::det_manip::get_precision_error", "triqs::det_manip::det_manip::get_precision_warning", "triqs::det_manip::det_manip::get_singular_threshold", "triqs::det_manip::det_manip::get_x", "triqs::det_manip::det_manip::get_x_internal_order", "triqs::det_manip::det_manip::get_y", "triqs::det_manip::det_manip::get_y_internal_order", "triqs::det_manip::det_manip::h5_read", "triqs::det_manip::det_manip::h5_write", "triqs::det_manip::det_manip::insert", "triqs::det_manip::det_manip::insert2", "triqs::det_manip::det_manip::insert2_at_end", "triqs::det_manip::det_manip::insert_at_end", "triqs::det_manip::det_manip::inverse_matrix", "triqs::det_manip::det_manip::inverse_matrix_internal_order", "triqs::det_manip::det_manip::is_singular", "triqs::det_manip::det_manip::matrix", "triqs::det_manip::det_manip::reject_last_try", "triqs::det_manip::det_manip::remove", "triqs::det_manip::det_manip::remove2", "triqs::det_manip::det_manip::remove2_at_end", "triqs::det_manip::det_manip::remove_at_end", "triqs::det_manip::det_manip::reserve", "triqs::det_manip::det_manip::roll_matrix", "triqs::det_manip::det_manip::set_n_operations_before_check", "triqs::det_manip::det_manip::set_precision_error", "triqs::det_manip::det_manip::set_precision_warning", "triqs::det_manip::det_manip::set_singular_threshold", "triqs::det_manip::det_manip::size", "triqs::det_manip::det_manip::swap_col", "triqs::det_manip::det_manip::swap_row", "triqs::det_manip::det_manip::try_change_col", "triqs::det_manip::det_manip::try_change_col_row", "triqs::det_manip::det_manip::try_change_row", "triqs::det_manip::det_manip::try_insert", "triqs::det_manip::det_manip::try_insert_k", "triqs::det_manip::det_manip::try_refill", "triqs::det_manip::det_manip::try_remove", "triqs::det_manip::det_manip::try_remove_k", "triqs::gfs", "triqs::gfs::<deduction guide for block_gf>", "triqs::gfs::block_gf", "triqs::gfs::block_gf::block_names", "triqs::gfs::block_gf::block_sizes", "triqs::gfs::block_gf::constructor", "triqs::gfs::block_gf::data", "triqs::gfs::block_gf::h5_read", "triqs::gfs::block_gf::h5_write", "triqs::gfs::block_gf::hdf5_format", "triqs::gfs::block_gf::operator()", "triqs::gfs::block_gf::operator=", "triqs::gfs::density", "triqs::gfs::fit_gf_dlr", "triqs::gfs::fit_hermitian_tail", "triqs::gfs::fit_tail", "triqs::gfs::flatten_2d", "triqs::gfs::flatten_gf_2d", "triqs::gfs::get_mesh", "triqs::gfs::gf", "triqs::gfs::gf::constructor", "triqs::gfs::gf::data", "triqs::gfs::gf::data_shape", "triqs::gfs::gf::h5_read", "triqs::gfs::gf::h5_write", "triqs::gfs::gf::hdf5_format", "triqs::gfs::gf::mesh", "triqs::gfs::gf::operator<<", "triqs::gfs::gf::operator=", "triqs::gfs::gf::target_indices", "triqs::gfs::gf::target_shape", "triqs::gfs::gf_const_view", "triqs::gfs::gf_const_view::constructor", "triqs::gfs::gf_const_view::data", "triqs::gfs::gf_const_view::data_shape", "triqs::gfs::gf_const_view::h5_read", "triqs::gfs::gf_const_view::h5_write", "triqs::gfs::gf_const_view::hdf5_format", "triqs::gfs::gf_const_view::mesh", "triqs::gfs::gf_const_view::operator<<", "triqs::gfs::gf_const_view::rebind", "triqs::gfs::gf_const_view::target_indices", "triqs::gfs::gf_const_view::target_shape", "triqs::gfs::gf_view", "triqs::gfs::gf_view::constructor", "triqs::gfs::gf_view::data", "triqs::gfs::gf_view::data_shape", "triqs::gfs::gf_view::h5_read", "triqs::gfs::gf_view::h5_write", "triqs::gfs::gf_view::hdf5_format", "triqs::gfs::gf_view::mesh", "triqs::gfs::gf_view::operator<<", "triqs::gfs::gf_view::operator=", "triqs::gfs::gf_view::rebind", "triqs::gfs::gf_view::target_indices", "triqs::gfs::gf_view::target_shape", "triqs::gfs::h5_read_gf_struct", "triqs::gfs::imag", "triqs::gfs::impl_tag", "triqs::gfs::inverse", "triqs::gfs::is_gf_hermitian", "triqs::gfs::is_gf_real", "triqs::gfs::is_gf_real_in_tau", "triqs::gfs::make_block2_gf", "triqs::gfs::make_block_gf", "triqs::gfs::make_block_gf_view", "triqs::gfs::make_gf_dlr", "triqs::gfs::make_gf_dlr_imfreq", "triqs::gfs::make_gf_dlr_imtime", "triqs::gfs::make_gf_from_fourier", "triqs::gfs::make_gf_from_inverse_fourier", "triqs::gfs::make_gf_from_real_gf", "triqs::gfs::make_gf_imfreq", "triqs::gfs::make_gf_imtime", "triqs::gfs::make_hermitian", "triqs::gfs::make_real_in_tau", "triqs::gfs::make_zero_tail", "triqs::gfs::mpi_reduce", "triqs::gfs::positive_freq_view", "triqs::gfs::real", "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued", "triqs::gfs::unflatten_2d", "triqs::gfs::unflatten_gf_2d", "triqs::hilbert_space", "triqs::hilbert_space::fundamental_operator_set", "triqs::hilbert_space::fundamental_operator_set::begin", "triqs::hilbert_space::fundamental_operator_set::cbegin", "triqs::hilbert_space::fundamental_operator_set::cend", "triqs::hilbert_space::fundamental_operator_set::constructor", "triqs::hilbert_space::fundamental_operator_set::data", "triqs::hilbert_space::fundamental_operator_set::end", "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute", "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute", "triqs::hilbert_space::fundamental_operator_set::has_indices", "triqs::hilbert_space::fundamental_operator_set::insert", "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t", "triqs::hilbert_space::fundamental_operator_set::operator==", "triqs::hilbert_space::fundamental_operator_set::operator[]", "triqs::hilbert_space::fundamental_operator_set::size", "triqs::hilbert_space::hilbert_space", "triqs::hilbert_space::hilbert_space::constructor", "triqs::hilbert_space::hilbert_space::get_fock_state", "triqs::hilbert_space::hilbert_space::get_state_index", "triqs::hilbert_space::hilbert_space::h5_read", "triqs::hilbert_space::hilbert_space::h5_write", "triqs::hilbert_space::hilbert_space::has_state", "triqs::hilbert_space::hilbert_space::hdf5_format", "triqs::hilbert_space::hilbert_space::operator!=", "triqs::hilbert_space::hilbert_space::operator==", "triqs::hilbert_space::hilbert_space::size", "triqs::hilbert_space::imperative_operator", "triqs::hilbert_space::imperative_operator::constructor", "triqs::hilbert_space::imperative_operator::is_empty", "triqs::hilbert_space::imperative_operator::operator()", "triqs::hilbert_space::imperative_operator::update", "triqs::hilbert_space::make_zero_state", "triqs::hilbert_space::space_partition", "triqs::hilbert_space::space_partition::constructor", "triqs::hilbert_space::space_partition::find_mappings", "triqs::hilbert_space::space_partition::foreach", "triqs::hilbert_space::space_partition::get_matrix_elements", "triqs::hilbert_space::space_partition::lookup_basis_state", "triqs::hilbert_space::space_partition::merge_subspaces", "triqs::hilbert_space::space_partition::n_subspaces", "triqs::hilbert_space::state", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::amplitudes", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::constructor", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::dot_product", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::foreach", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::get_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator()", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator*=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator+=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator-=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::set_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::size", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::constructor", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::dot_product", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::foreach", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::get_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator()", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator*=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator+=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator-=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::set_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::size", "triqs::hilbert_space::sub_hilbert_space", "triqs::hilbert_space::sub_hilbert_space::add_fock_state", "triqs::hilbert_space::sub_hilbert_space::constructor", "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states", "triqs::hilbert_space::sub_hilbert_space::get_fock_state", "triqs::hilbert_space::sub_hilbert_space::get_index", "triqs::hilbert_space::sub_hilbert_space::get_state_index", "triqs::hilbert_space::sub_hilbert_space::h5_read", "triqs::hilbert_space::sub_hilbert_space::h5_write", "triqs::hilbert_space::sub_hilbert_space::has_state", "triqs::hilbert_space::sub_hilbert_space::hdf5_format", "triqs::hilbert_space::sub_hilbert_space::operator!=", "triqs::hilbert_space::sub_hilbert_space::operator==", "triqs::hilbert_space::sub_hilbert_space::set_index", "triqs::hilbert_space::sub_hilbert_space::size", "triqs::mc_tools", "triqs::mc_tools::mc_generic", "triqs::mc_tools::mc_generic::accumulate", "triqs::mc_tools::mc_generic::add_measure", "triqs::mc_tools::mc_generic::add_measure_aux", "triqs::mc_tools::mc_generic::add_move", "triqs::mc_tools::mc_generic::clear_measures", "triqs::mc_tools::mc_generic::collect_results", "triqs::mc_tools::mc_generic::constructor", "triqs::mc_tools::mc_generic::get_acceptance_rates", "triqs::mc_tools::mc_generic::get_accumulation_time", "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS", "triqs::mc_tools::mc_generic::get_config_id", "triqs::mc_tools::mc_generic::get_current_cycle_number", "triqs::mc_tools::mc_generic::get_duration", "triqs::mc_tools::mc_generic::get_percent", "triqs::mc_tools::mc_generic::get_rng", "triqs::mc_tools::mc_generic::get_total_time", "triqs::mc_tools::mc_generic::get_warmup_time", "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS", "triqs::mc_tools::mc_generic::h5_read", "triqs::mc_tools::mc_generic::h5_write", "triqs::mc_tools::mc_generic::rm_measure", "triqs::mc_tools::mc_generic::run", "triqs::mc_tools::mc_generic::set_after_cycle_duty", "triqs::mc_tools::mc_generic::warmup", "triqs::mc_tools::mc_generic::warmup_and_accumulate", "triqs::mc_tools::move_set", "triqs::mc_tools::move_set::accept", "triqs::mc_tools::move_set::add", "triqs::mc_tools::move_set::attempt", "triqs::mc_tools::move_set::clear_statistics", "triqs::mc_tools::move_set::collect_statistics", "triqs::mc_tools::move_set::constructor", "triqs::mc_tools::move_set::get_acceptance_rates", "triqs::mc_tools::move_set::get_statistics", "triqs::mc_tools::move_set::reject", "triqs::mc_tools::random_generator", "triqs::mc_tools::random_generator::constructor", "triqs::mc_tools::random_generator::name", "triqs::mc_tools::random_generator::operator()", "triqs::mc_tools::random_generator::preview", "triqs::mc_tools::random_generator_names", "triqs::stat", "triqs::stat::accumulator", "triqs::stat::accumulator::compress_linear_bins", "triqs::stat::accumulator::constructor", "triqs::stat::accumulator::data_input_count", "triqs::stat::accumulator::lin_bin_capacity", "triqs::stat::accumulator::linear_bins", "triqs::stat::accumulator::log_bin_errors", "triqs::stat::accumulator::log_bin_errors_all_reduce", "triqs::stat::accumulator::n_lin_bins", "triqs::stat::accumulator::n_lin_bins_max", "triqs::stat::accumulator::n_log_bins", "triqs::stat::accumulator::n_log_bins_max", "triqs::stat::accumulator::operator<<", "triqs::stat::cdf", "triqs::stat::histogram", "triqs::stat::histogram::clear", "triqs::stat::histogram::constructor", "triqs::stat::histogram::data", "triqs::stat::histogram::h5_read", "triqs::stat::histogram::h5_write", "triqs::stat::histogram::hdf5_format", "triqs::stat::histogram::limits", "triqs::stat::histogram::mesh_point", "triqs::stat::histogram::mpi_broadcast", "triqs::stat::histogram::mpi_reduce", "triqs::stat::histogram::n_data_pts", "triqs::stat::histogram::n_lost_pts", "triqs::stat::histogram::operator+", "triqs::stat::histogram::operator<<", "triqs::stat::histogram::operator==", "triqs::stat::histogram::size", "triqs::stat::jackknife", "triqs::stat::jackknife_mpi", "triqs::stat::mean", "triqs::stat::mean_and_err", "triqs::stat::mean_and_err_mpi", "triqs::stat::mean_mpi", "triqs::stat::pdf", "triqs::stat::tau_estimate_from_errors", "<no title>", "The cfunction class", "The class_ class", "Cpp2Py: a C++/Python interfacing tool", "Convertion vs wrapping", "The module_ class", "General Principle", "Python API of the desc file", "[triqs/h5] The HDF5 format", "Solution 1. The class provides the transformation into a dict of hdf-compliant objects", "Reference documentation/manual", "triqs/MPI", "[triqs/atom_diag] Lightweight exact diagonalization solver and tools", "Utility functions for atom_diag", "Automatic assignment of containers", "[triqs/clef] Clef: Compile-time lazy expressions and functions", "More complex examples", "A lazy sum", "Evaluating CLEF expressions", "Forming CLEF expressions", "Transform CLEF expressions into functions", "Motivation: a little tour of CLEF", "Overloading functions and methods for CLEF arguments", "Notations and documentation conventions", "Manipulations of determinants", "The det_manip class", "How does it work ?", "Basic notions", "Interaction with CLEF expressions", "Concepts", "C++ documentation", "Fourier transforms", "Fourier: implementation notes", "gf and views", "Assignment", "[block_gf<T>] Block Green functions", "Operator()", "Constructors", "Data access", "[gf<imfreq>] Green function on Matsubara frequencies", "[gf<imtime>] Matsubara imaginary time", "[gf<legendre>] Legendre representation", "Misc", "Partial evaluation", "[gf<prod<X,Y,\u2026>>] Multiple variables", "[gf<refreq>] Real frequencies", "Target reinterpretation", "[gf<retime>] Real time", "Specializations", "Operator []", "Implementation notes", "mesh::imfreq", "mesh::imtime", "High-Frequency moments of the Green\u2019s function", "Green\u2019s functions", "The blocks: matrix-valued Green\u2019s functions", "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies", "[GfImTime] Matsubara Green\u2019s function in imaginary time", "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials", "[GfReFreq] Retarded Green\u2019s function in real frequencies", "[GfReTime] Retarded Green\u2019s function in real time", "Python documentation", "Descriptors", "BlockGf: The complete Green\u2019s function", "High-Frequency moments of the Green\u2019s function", "Tools for GFs", "Fourier and Legendre to Matsubara transforms", "[triqs/hilbert_space] Many-body states and Hilbert spaces", "StateVector Concept", "Bravais Lattice", "[triqs/lattice] Lattice tools", "Density of state and related tools", "Hilbert Transform", "Sums over Brillouin zone", "Free Fermions with tight binding hopping", "The BravaisLattice and TightBinding classes: definitions and example", "Concepts", "Tools for Monte Carlo", "Full documentation/manual/triqs", "Example: the Ising chain in a magnetic field", "Introduction", "Random number generator", "Tutorial", "[triqs/operators] Second-quantization operators and many-body Hamiltonians", "Second-quantization operators", "U matrix construction", "Coefficient extraction", "Hamiltonians", "Observables", "Helper functions", "Plotting protocols", "Fitting data", "Plotting TRIQS objects", "Reproducibility, provenance", "Random number generators", "[triqs/stat] Statistical Analysis", "[triqs/utility] Utilities: exceptions, tuple-tools, etc.", "1. Exceptions", "3. Python include warnings", "2. Tuple tools", "triqs.atom_diag", "triqs.atom_diag.AtomDiag", "triqs.atom_diag.atom_diag", "triqs.atom_diag.atom_diag.AtomDiagComplex", "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__", "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection", "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix", "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection", "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix", "triqs.atom_diag.atom_diag.AtomDiagComplex.energies", "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index", "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states", "triqs.atom_diag.atom_diag.AtomDiagComplex.fops", "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim", "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue", "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim", "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims", "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy", "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic", "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces", "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers", "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices", "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state", "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index", "triqs.atom_diag.atom_diag.AtomDiagReal", "triqs.atom_diag.atom_diag.AtomDiagReal.__init__", "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection", "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix", "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection", "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix", "triqs.atom_diag.atom_diag.AtomDiagReal.energies", "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index", "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states", "triqs.atom_diag.atom_diag.AtomDiagReal.fops", "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim", "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue", "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim", "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims", "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy", "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic", "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces", "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers", "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices", "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state", "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index", "triqs.atom_diag.atom_diag.act", "triqs.atom_diag.atom_diag.atomic_density_matrix", "triqs.atom_diag.atom_diag.atomic_g_iw", "triqs.atom_diag.atom_diag.atomic_g_l", "triqs.atom_diag.atom_diag.atomic_g_tau", "triqs.atom_diag.atom_diag.atomic_g_w", "triqs.atom_diag.atom_diag.partition_function", "triqs.atom_diag.atom_diag.quantum_number_eigenvalues", "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked", "triqs.atom_diag.atom_diag.trace_rho_op", "triqs.atom_diag.atom_diag_desc", "triqs.dos", "triqs.dos.dos", "triqs.dos.dos.DOS", "triqs.dos.dos.DOS.__init__", "triqs.dos.dos.DOS.copy", "triqs.dos.dos.DOS.density", "triqs.dos.dos.DOSFromFunction", "triqs.dos.dos.DOSFromFunction.__init__", "triqs.dos.dos.DOSFromFunction.copy", "triqs.dos.dos.DOSFromFunction.density", "triqs.dos.dos.dos_from_file", "triqs.dos.hilbert_transform", "triqs.dos.hilbert_transform.HilbertTransform", "triqs.dos.hilbert_transform.HilbertTransform.__init__", "triqs.fit", "triqs.fit.fit", "triqs.fit.fit.Fit", "triqs.fit.fit.Fit.__init__", "triqs.gf", "triqs.gf.backwd_compat", "triqs.gf.backwd_compat.gf_imfreq", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero", "triqs.gf.backwd_compat.gf_imtime", "triqs.gf.backwd_compat.gf_imtime.GfImTime", "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__", "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate", "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy", "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from", "triqs.gf.backwd_compat.gf_imtime.GfImTime.data", "triqs.gf.backwd_compat.gf_imtime.GfImTime.density", "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window", "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R", "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag", "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices", "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse", "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert", "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian", "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh", "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank", "triqs.gf.backwd_compat.gf_imtime.GfImTime.real", "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau", "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail", "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade", "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices", "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank", "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape", "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density", "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose", "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view", "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero", "triqs.gf.backwd_compat.gf_legendre", "triqs.gf.backwd_compat.gf_legendre.GfLegendre", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero", "triqs.gf.backwd_compat.gf_refreq", "triqs.gf.backwd_compat.gf_refreq.GfReFreq", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero", "triqs.gf.backwd_compat.gf_retime", "triqs.gf.backwd_compat.gf_retime.GfReTime", "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__", "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate", "triqs.gf.backwd_compat.gf_retime.GfReTime.copy", "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from", "triqs.gf.backwd_compat.gf_retime.GfReTime.data", "triqs.gf.backwd_compat.gf_retime.GfReTime.density", "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window", "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R", "triqs.gf.backwd_compat.gf_retime.GfReTime.imag", "triqs.gf.backwd_compat.gf_retime.GfReTime.indices", "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse", "triqs.gf.backwd_compat.gf_retime.GfReTime.invert", "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian", "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh", "triqs.gf.backwd_compat.gf_retime.GfReTime.rank", "triqs.gf.backwd_compat.gf_retime.GfReTime.real", "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau", "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail", "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade", "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices", "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank", "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape", "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density", "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose", "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view", "triqs.gf.backwd_compat.gf_retime.GfReTime.zero", "triqs.gf.block2_gf", "triqs.gf.block2_gf.Block2Gf", "triqs.gf.block2_gf.Block2Gf.__init__", "triqs.gf.block2_gf.Block2Gf.all_indices", "triqs.gf.block2_gf.Block2Gf.copy", "triqs.gf.block2_gf.Block2Gf.copy_from", "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks", "triqs.gf.block2_gf.Block2Gf.imag", "triqs.gf.block2_gf.Block2Gf.indices", "triqs.gf.block2_gf.Block2Gf.indices1", "triqs.gf.block2_gf.Block2Gf.indices2", "triqs.gf.block2_gf.Block2Gf.n_blocks", "triqs.gf.block2_gf.Block2Gf.real", "triqs.gf.block2_gf.Block2Gf.view_selected_blocks", "triqs.gf.block2_gf.Block2Gf.zero", "triqs.gf.block_gf", "triqs.gf.block_gf.BlockGf", "triqs.gf.block_gf.BlockGf.__init__", "triqs.gf.block_gf.BlockGf.all_indices", "triqs.gf.block_gf.BlockGf.beta", "triqs.gf.block_gf.BlockGf.conjugate", "triqs.gf.block_gf.BlockGf.copy", "triqs.gf.block_gf.BlockGf.copy_from", "triqs.gf.block_gf.BlockGf.copy_selected_blocks", "triqs.gf.block_gf.BlockGf.density", "triqs.gf.block_gf.BlockGf.imag", "triqs.gf.block_gf.BlockGf.indices", "triqs.gf.block_gf.BlockGf.inverse", "triqs.gf.block_gf.BlockGf.invert", "triqs.gf.block_gf.BlockGf.load", "triqs.gf.block_gf.BlockGf.mesh", "triqs.gf.block_gf.BlockGf.n_blocks", "triqs.gf.block_gf.BlockGf.real", "triqs.gf.block_gf.BlockGf.save", "triqs.gf.block_gf.BlockGf.total_density", "triqs.gf.block_gf.BlockGf.transpose", "triqs.gf.block_gf.BlockGf.view_selected_blocks", "triqs.gf.block_gf.BlockGf.zero", "triqs.gf.block_gf.call_factory_from_dict", "triqs.gf.block_gf.fix_gf_struct_type", "triqs.gf.descriptor_base", "triqs.gf.descriptor_base.Base", "triqs.gf.descriptor_base.Base.__init__", "triqs.gf.descriptor_base.BaseBlock", "triqs.gf.descriptor_base.BaseBlock.__init__", "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor", "triqs.gf.descriptor_base.Const", "triqs.gf.descriptor_base.Const.__init__", "triqs.gf.descriptor_base.Function", "triqs.gf.descriptor_base.Function.__init__", "triqs.gf.descriptor_base.LazyCTX", "triqs.gf.descriptor_base.LazyCTX.__init__", "triqs.gf.descriptor_base.Omega_", "triqs.gf.descriptor_base.Omega_.__init__", "triqs.gf.descriptor_base.convert_scalar_to_const", "triqs.gf.descriptor_base.is_lazy", "triqs.gf.descriptor_base.is_scalar", "triqs.gf.descriptors", "triqs.gf.descriptors.Flat", "triqs.gf.descriptors.Flat.__init__", "triqs.gf.descriptors.Fourier", "triqs.gf.descriptors.Fourier.__init__", "triqs.gf.descriptors.Fourier.is_block_descriptor", "triqs.gf.descriptors.LegendreToMatsubara", "triqs.gf.descriptors.LegendreToMatsubara.__init__", "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor", "triqs.gf.descriptors.MatsubaraToLegendre", "triqs.gf.descriptors.MatsubaraToLegendre.__init__", "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor", "triqs.gf.descriptors.OneFermionInTime", "triqs.gf.descriptors.OneFermionInTime.__init__", "triqs.gf.descriptors.SemiCircular", "triqs.gf.descriptors.SemiCircular.__init__", "triqs.gf.descriptors.Wilson", "triqs.gf.descriptors.Wilson.__init__", "triqs.gf.descriptors.semi", "triqs.gf.gf", "triqs.gf.gf.AddMethod", "triqs.gf.gf.AddMethod.__init__", "triqs.gf.gf.AddMethod.mro", "triqs.gf.gf.CallProxyNone", "triqs.gf.gf.CallProxyNone.__init__", "triqs.gf.gf.Gf", "triqs.gf.gf.Gf.__init__", "triqs.gf.gf.Gf.conjugate", "triqs.gf.gf.Gf.copy", "triqs.gf.gf.Gf.copy_from", "triqs.gf.gf.Gf.data", "triqs.gf.gf.Gf.density", "triqs.gf.gf.Gf.enforce_discontinuity", "triqs.gf.gf.Gf.fit_hermitian_tail", "triqs.gf.gf.Gf.fit_hermitian_tail_on_window", "triqs.gf.gf.Gf.fit_tail", "triqs.gf.gf.Gf.fit_tail_on_window", "triqs.gf.gf.Gf.from_L_G_R", "triqs.gf.gf.Gf.imag", "triqs.gf.gf.Gf.indices", "triqs.gf.gf.Gf.inverse", "triqs.gf.gf.Gf.invert", "triqs.gf.gf.Gf.is_gf_hermitian", "triqs.gf.gf.Gf.is_gf_real_in_tau", "triqs.gf.gf.Gf.mesh", "triqs.gf.gf.Gf.rank", "triqs.gf.gf.Gf.real", "triqs.gf.gf.Gf.rebinning_tau", "triqs.gf.gf.Gf.replace_by_tail", "triqs.gf.gf.Gf.replace_by_tail_in_fit_window", "triqs.gf.gf.Gf.set_from_fourier", "triqs.gf.gf.Gf.set_from_imfreq", "triqs.gf.gf.Gf.set_from_imtime", "triqs.gf.gf.Gf.set_from_legendre", "triqs.gf.gf.Gf.set_from_pade", "triqs.gf.gf.Gf.target_indices", "triqs.gf.gf.Gf.target_rank", "triqs.gf.gf.Gf.target_shape", "triqs.gf.gf.Gf.total_density", "triqs.gf.gf.Gf.transpose", "triqs.gf.gf.Gf.x_data_view", "triqs.gf.gf.Gf.zero", "triqs.gf.gf.Idx", "triqs.gf.gf.Idx.__init__", "triqs.gf.gf.add_method_helper", "triqs.gf.gf.bckwd", "triqs.gf.gf.call_factory_from_dict", "triqs.gf.gf_factories", "triqs.gf.gf_factories.fit_gf_dlr", "triqs.gf.gf_factories.make_gf_dlr", "triqs.gf.gf_factories.make_gf_dlr_imfreq", "triqs.gf.gf_factories.make_gf_dlr_imtime", "triqs.gf.gf_factories.make_gf_from_fourier", "triqs.gf.gf_factories.make_gf_imfreq", "triqs.gf.gf_factories.make_gf_imtime", "triqs.gf.gf_factories.make_hermitian", "triqs.gf.gf_factories.make_real_in_tau", "triqs.gf.gf_factories_desc", "triqs.gf.gf_fnt", "triqs.gf.gf_fnt.density", "triqs.gf.gf_fnt.enforce_discontinuity", "triqs.gf.gf_fnt.fit_hermitian_tail", "triqs.gf.gf_fnt.fit_hermitian_tail_on_window", "triqs.gf.gf_fnt.fit_tail", "triqs.gf.gf_fnt.fit_tail_on_window", "triqs.gf.gf_fnt.is_gf_hermitian", "triqs.gf.gf_fnt.is_gf_real_in_tau", "triqs.gf.gf_fnt.rebinning_tau", "triqs.gf.gf_fnt.replace_by_tail", "triqs.gf.gf_fnt.replace_by_tail_in_fit_window", "triqs.gf.gf_fnt.set_from_fourier", "triqs.gf.gf_fnt.set_from_imfreq", "triqs.gf.gf_fnt.set_from_imtime", "triqs.gf.gf_fnt.set_from_legendre", "triqs.gf.gf_fnt.set_from_pade", "triqs.gf.gf_fnt_desc", "triqs.gf.lazy_expressions", "triqs.gf.lazy_expressions.LazyExpr", "triqs.gf.lazy_expressions.LazyExpr.__init__", "triqs.gf.lazy_expressions.LazyExpr.copy", "triqs.gf.lazy_expressions.LazyExpr.get_terminal", "triqs.gf.lazy_expressions.LazyExpr.is_terminal", "triqs.gf.lazy_expressions.LazyExpr.set_from", "triqs.gf.lazy_expressions.LazyExprTerminal", "triqs.gf.lazy_expressions.LazyExprTerminal.__init__", "triqs.gf.lazy_expressions.all_terminals", "triqs.gf.lazy_expressions.eval_expr", "triqs.gf.lazy_expressions.eval_expr_with_context", "triqs.gf.lazy_expressions.lazy_function", "triqs.gf.lazy_expressions.make_lazy", "triqs.gf.lazy_expressions.transform", "triqs.gf.map_block", "triqs.gf.matsubara_freq", "triqs.gf.matsubara_freq.MatsubaraFreq", "triqs.gf.matsubara_freq.MatsubaraFreq.__init__", "triqs.gf.matsubara_freq.MatsubaraFreq.imag", "triqs.gf.matsubara_freq.MatsubaraFreq.real", "triqs.gf.matsubara_freq.MatsubaraFreq.value", "triqs.gf.mesh_point", "triqs.gf.mesh_point.MeshPoint", "triqs.gf.mesh_point.MeshPoint.__init__", "triqs.gf.mesh_point.MeshPoint.imag", "triqs.gf.mesh_point.MeshPoint.real", "triqs.gf.mesh_point.MeshValueGenerator", "triqs.gf.mesh_point.MeshValueGenerator.__init__", "triqs.gf.mesh_product", "triqs.gf.mesh_product.MeshProduct", "triqs.gf.mesh_product.MeshProduct.__init__", "triqs.gf.mesh_product.MeshProduct.components", "triqs.gf.mesh_product.MeshProduct.copy", "triqs.gf.mesh_product.MeshProduct.copy_from", "triqs.gf.mesh_product.MeshProduct.rank", "triqs.gf.mesh_product.MeshProduct.size_of_components", "triqs.gf.mesh_product.MeshProduct.to_data_index", "triqs.gf.mesh_product.call_factory_from_dict", "triqs.gf.meshes", "triqs.gf.meshes.MeshBrZone", "triqs.gf.meshes.MeshBrZone.__init__", "triqs.gf.meshes.MeshBrZone.bz", "triqs.gf.meshes.MeshBrZone.closest_index", "triqs.gf.meshes.MeshBrZone.copy", "triqs.gf.meshes.MeshBrZone.copy_from", "triqs.gf.meshes.MeshBrZone.dims", "triqs.gf.meshes.MeshBrZone.mesh_hash", "triqs.gf.meshes.MeshBrZone.to_data_index", "triqs.gf.meshes.MeshBrZone.to_index", "triqs.gf.meshes.MeshBrZone.to_value", "triqs.gf.meshes.MeshBrZone.units", "triqs.gf.meshes.MeshBrZone.values", "triqs.gf.meshes.MeshCycLat", "triqs.gf.meshes.MeshCycLat.__init__", "triqs.gf.meshes.MeshCycLat.copy", "triqs.gf.meshes.MeshCycLat.copy_from", "triqs.gf.meshes.MeshCycLat.dims", "triqs.gf.meshes.MeshCycLat.lattice", "triqs.gf.meshes.MeshCycLat.mesh_hash", "triqs.gf.meshes.MeshCycLat.to_data_index", "triqs.gf.meshes.MeshCycLat.to_index", "triqs.gf.meshes.MeshCycLat.to_value", "triqs.gf.meshes.MeshCycLat.units", "triqs.gf.meshes.MeshCycLat.values", "triqs.gf.meshes.MeshDLR", "triqs.gf.meshes.MeshDLR.__init__", "triqs.gf.meshes.MeshDLR.beta", "triqs.gf.meshes.MeshDLR.copy", "triqs.gf.meshes.MeshDLR.copy_from", "triqs.gf.meshes.MeshDLR.eps", "triqs.gf.meshes.MeshDLR.mesh_hash", "triqs.gf.meshes.MeshDLR.statistic", "triqs.gf.meshes.MeshDLR.to_data_index", "triqs.gf.meshes.MeshDLR.to_index", "triqs.gf.meshes.MeshDLR.to_value", "triqs.gf.meshes.MeshDLR.values", "triqs.gf.meshes.MeshDLR.w_max", "triqs.gf.meshes.MeshDLRImFreq", "triqs.gf.meshes.MeshDLRImFreq.__init__", "triqs.gf.meshes.MeshDLRImFreq.beta", "triqs.gf.meshes.MeshDLRImFreq.copy", "triqs.gf.meshes.MeshDLRImFreq.copy_from", "triqs.gf.meshes.MeshDLRImFreq.eps", "triqs.gf.meshes.MeshDLRImFreq.mesh_hash", "triqs.gf.meshes.MeshDLRImFreq.statistic", "triqs.gf.meshes.MeshDLRImFreq.to_data_index", "triqs.gf.meshes.MeshDLRImFreq.to_index", "triqs.gf.meshes.MeshDLRImFreq.to_value", "triqs.gf.meshes.MeshDLRImFreq.values", "triqs.gf.meshes.MeshDLRImFreq.w_max", "triqs.gf.meshes.MeshDLRImTime", "triqs.gf.meshes.MeshDLRImTime.__init__", "triqs.gf.meshes.MeshDLRImTime.beta", "triqs.gf.meshes.MeshDLRImTime.copy", "triqs.gf.meshes.MeshDLRImTime.copy_from", "triqs.gf.meshes.MeshDLRImTime.eps", "triqs.gf.meshes.MeshDLRImTime.mesh_hash", "triqs.gf.meshes.MeshDLRImTime.statistic", "triqs.gf.meshes.MeshDLRImTime.to_data_index", "triqs.gf.meshes.MeshDLRImTime.to_index", "triqs.gf.meshes.MeshDLRImTime.to_value", "triqs.gf.meshes.MeshDLRImTime.values", "triqs.gf.meshes.MeshDLRImTime.w_max", "triqs.gf.meshes.MeshImFreq", "triqs.gf.meshes.MeshImFreq.__init__", "triqs.gf.meshes.MeshImFreq.beta", "triqs.gf.meshes.MeshImFreq.copy", "triqs.gf.meshes.MeshImFreq.copy_from", "triqs.gf.meshes.MeshImFreq.first_index", "triqs.gf.meshes.MeshImFreq.last_index", "triqs.gf.meshes.MeshImFreq.mesh_hash", "triqs.gf.meshes.MeshImFreq.positive_only", "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters", "triqs.gf.meshes.MeshImFreq.statistic", "triqs.gf.meshes.MeshImFreq.to_data_index", "triqs.gf.meshes.MeshImFreq.to_index", "triqs.gf.meshes.MeshImFreq.to_value", "triqs.gf.meshes.MeshImFreq.values", "triqs.gf.meshes.MeshImTime", "triqs.gf.meshes.MeshImTime.__init__", "triqs.gf.meshes.MeshImTime.beta", "triqs.gf.meshes.MeshImTime.copy", "triqs.gf.meshes.MeshImTime.copy_from", "triqs.gf.meshes.MeshImTime.mesh_hash", "triqs.gf.meshes.MeshImTime.statistic", "triqs.gf.meshes.MeshImTime.to_data_index", "triqs.gf.meshes.MeshImTime.to_index", "triqs.gf.meshes.MeshImTime.to_value", "triqs.gf.meshes.MeshImTime.values", "triqs.gf.meshes.MeshLegendre", "triqs.gf.meshes.MeshLegendre.__init__", "triqs.gf.meshes.MeshLegendre.beta", "triqs.gf.meshes.MeshLegendre.copy", "triqs.gf.meshes.MeshLegendre.copy_from", "triqs.gf.meshes.MeshLegendre.mesh_hash", "triqs.gf.meshes.MeshLegendre.statistic", "triqs.gf.meshes.MeshLegendre.to_data_index", "triqs.gf.meshes.MeshLegendre.to_index", "triqs.gf.meshes.MeshReFreq", "triqs.gf.meshes.MeshReFreq.__init__", "triqs.gf.meshes.MeshReFreq.copy", "triqs.gf.meshes.MeshReFreq.copy_from", "triqs.gf.meshes.MeshReFreq.delta", "triqs.gf.meshes.MeshReFreq.mesh_hash", "triqs.gf.meshes.MeshReFreq.to_data_index", "triqs.gf.meshes.MeshReFreq.to_index", "triqs.gf.meshes.MeshReFreq.to_value", "triqs.gf.meshes.MeshReFreq.values", "triqs.gf.meshes.MeshReFreq.w_max", "triqs.gf.meshes.MeshReFreq.w_min", "triqs.gf.meshes.MeshReTime", "triqs.gf.meshes.MeshReTime.__init__", "triqs.gf.meshes.MeshReTime.copy", "triqs.gf.meshes.MeshReTime.copy_from", "triqs.gf.meshes.MeshReTime.delta", "triqs.gf.meshes.MeshReTime.mesh_hash", "triqs.gf.meshes.MeshReTime.t_max", "triqs.gf.meshes.MeshReTime.t_min", "triqs.gf.meshes.MeshReTime.to_data_index", "triqs.gf.meshes.MeshReTime.to_index", "triqs.gf.meshes.MeshReTime.to_value", "triqs.gf.meshes.MeshReTime.values", "triqs.gf.meshes.make_adjoint_mesh", "triqs.gf.meshes_desc", "triqs.gf.meshes_desc.make_mesh", "triqs.gf.plot", "triqs.gf.plot.bz", "triqs.gf.plot.bz.dist", "triqs.gf.plot.bz.generate_points", "triqs.gf.plot.bz.generate_points_on_path", "triqs.gf.plot.bz.length", "triqs.gf.plot.bz.make_plottable", "triqs.gf.plot.bz.plot", "triqs.gf.plot.bz.slice_on_path", "triqs.gf.plot.bz_x_x", "triqs.gf.plot.bz_x_x.plot", "triqs.gf.plot.bz_x_x.plottable_slice_along_path", "triqs.gf.plot.dispatcher", "triqs.gf.plot.one_var", "triqs.gf.plot.one_var.dlr_imfreq", "triqs.gf.plot.one_var.dlr_imtime", "triqs.gf.plot.one_var.imfreq", "triqs.gf.plot.one_var.imtime", "triqs.gf.plot.one_var.legendre", "triqs.gf.plot.one_var.refreq", "triqs.gf.plot.one_var.retime", "triqs.gf.plot.plot_base", "triqs.gf.plot.plot_base.plot_base", "triqs.gf.plot.select_indices", "triqs.gf.plot.select_indices.closest_point_in_line", "triqs.gf.plot.select_indices.closest_to", "triqs.gf.plot.select_indices.dist", "triqs.gf.plot.select_indices.pick_selection_vec", "triqs.gf.plot.select_indices.select_path_indices", "triqs.gf.tools", "triqs.gf.tools.conjugate", "triqs.gf.tools.delta", "triqs.gf.tools.discretize_bath", "triqs.gf.tools.dyson", "triqs.gf.tools.fit_legendre", "triqs.gf.tools.inverse", "triqs.gf.tools.make_delta", "triqs.gf.tools.make_zero_tail", "triqs.gf.tools.read_gf_from_txt", "triqs.gf.tools.transpose", "triqs.gf.tools.write_gf_to_txt", "triqs.gf.wrapped_aux", "triqs.gf.wrapped_aux.CallProxyBrZone_0", "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_1", "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_2", "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_3", "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_4", "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_0", "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_1", "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_2", "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_3", "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_4", "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_0", "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_1", "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_2", "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_3", "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_4", "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_0", "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_1", "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_2", "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_3", "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_4", "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_0", "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_0_R", "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_1", "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_1_R", "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_2", "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_2_R", "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_3", "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_3_R", "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_4", "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_4_R", "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_0", "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_1", "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_2", "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_3", "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_4", "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_0", "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_1", "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_2", "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_3", "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_4", "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR", "triqs.gf.wrapped_aux_desc", "triqs.gf.wrapped_aux_desc.all_calls", "triqs.lattice", "triqs.lattice.bz_patch", "triqs.lattice.bz_patch.BZPatch", "triqs.lattice.bz_patch.BZPatch.__init__", "triqs.lattice.bz_patch.BZPatch.dos", "triqs.lattice.lattice_tools", "triqs.lattice.lattice_tools.BravaisLattice", "triqs.lattice.lattice_tools.BravaisLattice.__init__", "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates", "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals", "triqs.lattice.lattice_tools.BravaisLattice.ndim", "triqs.lattice.lattice_tools.BravaisLattice.orbital_names", "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions", "triqs.lattice.lattice_tools.BravaisLattice.units", "triqs.lattice.lattice_tools.BrillouinZone", "triqs.lattice.lattice_tools.BrillouinZone.__init__", "triqs.lattice.lattice_tools.BrillouinZone.lattice", "triqs.lattice.lattice_tools.BrillouinZone.ndim", "triqs.lattice.lattice_tools.BrillouinZone.units", "triqs.lattice.lattice_tools.TightBinding", "triqs.lattice.lattice_tools.TightBinding.__init__", "triqs.lattice.lattice_tools.TightBinding.dispersion", "triqs.lattice.lattice_tools.TightBinding.displ_vec", "triqs.lattice.lattice_tools.TightBinding.fourier", "triqs.lattice.lattice_tools.TightBinding.lattice", "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates", "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec", "triqs.lattice.lattice_tools.dos", "triqs.lattice.lattice_tools.dos_patch", "triqs.lattice.lattice_tools_desc", "triqs.lattice.point", "triqs.lattice.point.LatticePoint", "triqs.lattice.point.LatticePoint.__init__", "triqs.lattice.point.LatticePoint.value", "triqs.lattice.super_lattice", "triqs.lattice.super_lattice.TBSuperLattice", "triqs.lattice.super_lattice.TBSuperLattice.__init__", "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL", "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L", "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites", "triqs.lattice.super_lattice.TBSuperLattice.dispersion", "triqs.lattice.super_lattice.TBSuperLattice.fold", "triqs.lattice.super_lattice.TBSuperLattice.fourier", "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh", "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh", "triqs.lattice.super_lattice.TBSuperLattice.hoppings", "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates", "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals", "triqs.lattice.super_lattice.TBSuperLattice.ndim", "triqs.lattice.super_lattice.TBSuperLattice.orbital_names", "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions", "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital", "triqs.lattice.super_lattice.TBSuperLattice.units", "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital", "triqs.lattice.tight_binding", "triqs.lattice.tight_binding.TBLattice", "triqs.lattice.tight_binding.TBLattice.__init__", "triqs.lattice.tight_binding.TBLattice.dispersion", "triqs.lattice.tight_binding.TBLattice.fourier", "triqs.lattice.tight_binding.TBLattice.get_kmesh", "triqs.lattice.tight_binding.TBLattice.get_rmesh", "triqs.lattice.tight_binding.TBLattice.hoppings", "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates", "triqs.lattice.tight_binding.TBLattice.n_orbitals", "triqs.lattice.tight_binding.TBLattice.ndim", "triqs.lattice.tight_binding.TBLattice.orbital_names", "triqs.lattice.tight_binding.TBLattice.orbital_positions", "triqs.lattice.tight_binding.TBLattice.units", "triqs.lattice.tight_binding.dos", "triqs.lattice.tight_binding.dos_patch", "triqs.lattice.utils", "triqs.lattice.utils.TB_from_pythTB", "triqs.lattice.utils.TB_from_wannier90", "triqs.lattice.utils.TB_to_sympy", "triqs.lattice.utils.extend_wannier90_to_spin", "triqs.lattice.utils.k_space_path", "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat", "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout", "triqs.operators", "triqs.operators.operators", "triqs.operators.operators.Operator", "triqs.operators.operators.Operator.__init__", "triqs.operators.operators.Operator.imag", "triqs.operators.operators.Operator.is_zero", "triqs.operators.operators.Operator.real", "triqs.operators.operators.c", "triqs.operators.operators.c_dag", "triqs.operators.operators.dagger", "triqs.operators.operators.is_op_hermitian", "triqs.operators.operators.n", "triqs.operators.operators_desc", "triqs.operators.util", "triqs.operators.util.U_matrix", "triqs.operators.util.U_matrix.U_J_to_radial_integrals", "triqs.operators.util.U_matrix.U_matrix_kanamori", "triqs.operators.util.U_matrix.U_matrix_slater", "triqs.operators.util.U_matrix.angular_matrix_element", "triqs.operators.util.U_matrix.clebsch_gordan", "triqs.operators.util.U_matrix.cubic_names", "triqs.operators.util.U_matrix.eg_submatrix", "triqs.operators.util.U_matrix.radial_integrals_to_U_J", "triqs.operators.util.U_matrix.reduce_4index_to_2index", "triqs.operators.util.U_matrix.spherical_to_cubic", "triqs.operators.util.U_matrix.subarray", "triqs.operators.util.U_matrix.t2g_submatrix", "triqs.operators.util.U_matrix.three_j_symbol", "triqs.operators.util.U_matrix.transform_U_matrix", "triqs.operators.util.extractors", "triqs.operators.util.extractors.block_matrix_from_op", "triqs.operators.util.extractors.dict_to_matrix", "triqs.operators.util.extractors.extract_U_dict2", "triqs.operators.util.extractors.extract_U_dict4", "triqs.operators.util.extractors.extract_h_dict", "triqs.operators.util.extractors.op_from_block_matrix", "triqs.operators.util.extractors.quadratic_terms", "triqs.operators.util.extractors.quartic_terms", "triqs.operators.util.extractors_desc", "triqs.operators.util.hamiltonians", "triqs.operators.util.hamiltonians.backward_compat", "triqs.operators.util.hamiltonians.diagonal_part", "triqs.operators.util.hamiltonians.h_int_density", "triqs.operators.util.hamiltonians.h_int_kanamori", "triqs.operators.util.hamiltonians.h_int_slater", "triqs.operators.util.hamiltonians.make_operator_real", "triqs.operators.util.observables", "triqs.operators.util.observables.L2_op", "triqs.operators.util.observables.LS_op", "triqs.operators.util.observables.L_op", "triqs.operators.util.observables.N_op", "triqs.operators.util.observables.S2_op", "triqs.operators.util.observables.S_op", "triqs.operators.util.observables.check_backward_compat", "triqs.operators.util.op_struct", "triqs.operators.util.op_struct.get_mkind", "triqs.operators.util.op_struct.set_operator_structure", "triqs.plot", "triqs.plot.mpl_interface", "triqs.plot.mpl_interface.oplot", "triqs.plot.mpl_interface.oploti", "triqs.plot.mpl_interface.oplotr", "triqs.plot.mpl_interface.use_amsmath", "triqs.plot.protocol", "triqs.plot.protocol.clip_array", "triqs.plot.protocol.plot_protocol_apply", "triqs.random_generator", "triqs.random_generator.RandomGenerator", "triqs.random_generator.RandomGenerator.__init__", "triqs.random_generator.random_generator", "triqs.random_generator.random_generator.random_generator_names_list", "triqs.random_generator.random_generator_desc", "triqs.stat", "triqs.stat.histogram", "triqs.stat.histogram.plot", "triqs.stat.histograms", "triqs.stat.histograms.Histogram", "triqs.stat.histograms.Histogram.__init__", "triqs.stat.histograms.Histogram.clear", "triqs.stat.histograms.Histogram.data", "triqs.stat.histograms.Histogram.limits", "triqs.stat.histograms.Histogram.mesh_point", "triqs.stat.histograms.Histogram.n_data_pts", "triqs.stat.histograms.Histogram.n_lost_pts", "triqs.stat.histograms.cdf", "triqs.stat.histograms.pdf", "triqs.stat.histograms_desc", "triqs.sumk", "triqs.sumk.sumk_discrete", "triqs.sumk.sumk_discrete.SumkDiscrete", "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices", "triqs.sumk.sumk_discrete.SumkDiscrete.__init__", "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts", "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays", "triqs.sumk.sumk_discrete_from_lattice", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays", "triqs.utility", "triqs.utility.bound_and_bisect", "triqs.utility.bound_and_bisect.bound_and_bisect", "triqs.utility.bound_and_bisect.determine_bounds", "triqs.utility.capture_stdout", "triqs.utility.comparison_tests", "triqs.utility.comparison_tests.assert_array_close_to_scalar", "triqs.utility.comparison_tests.assert_arrays_are_close", "triqs.utility.comparison_tests.assert_block2_gfs_are_close", "triqs.utility.comparison_tests.assert_block_gfs_are_close", "triqs.utility.comparison_tests.assert_gfs_are_close", "triqs.utility.dichotomy", "triqs.utility.dichotomy.dichotomy", "triqs.utility.dist_on_nodes", "triqs.utility.dist_on_nodes.DistributionOnNodes", "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime", "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__", "triqs.utility.dist_on_nodes.DistributionOnNodes.run", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate", "triqs.utility.dist_on_nodes.DistributionOnNodesTest", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate", "triqs.utility.h5diff", "triqs.utility.h5diff.compare", "triqs.utility.h5diff.h5diff", "triqs.utility.mpi", "triqs.utility.mpi.check_for_mpi", "triqs.utility.mpi_mpi4py", "triqs.utility.mpi_mpi4py.all_reduce", "triqs.utility.mpi_mpi4py.barrier", "triqs.utility.mpi_mpi4py.bcast", "triqs.utility.mpi_mpi4py.is_master_node", "triqs.utility.mpi_mpi4py.master_gets_host_names", "triqs.utility.mpi_mpi4py.myprint_err", "triqs.utility.mpi_mpi4py.myprint_out", "triqs.utility.mpi_mpi4py.recv", "triqs.utility.mpi_mpi4py.report", "triqs.utility.mpi_mpi4py.send", "triqs.utility.mpi_mpi4py.slice_array", "triqs.utility.mpi_mpi4py.slice_inf", "triqs.utility.mpi_mpi4py.slice_sup", "triqs.utility.mpi_nompi", "triqs.utility.mpi_nompi.all_reduce", "triqs.utility.mpi_nompi.barrier", "triqs.utility.mpi_nompi.bcast", "triqs.utility.mpi_nompi.is_master_node", "triqs.utility.mpi_nompi.master_gets_host_names", "triqs.utility.mpi_nompi.myprint_err", "triqs.utility.mpi_nompi.myprint_out", "triqs.utility.mpi_nompi.recv", "triqs.utility.mpi_nompi.report", "triqs.utility.mpi_nompi.send", "triqs.utility.mpi_nompi.slice_array", "triqs.utility.redirect", "triqs.utility.redirect.T", "triqs.utility.redirect.T.__init__", "triqs.utility.redirect.T.daemon", "triqs.utility.redirect.T.getName", "triqs.utility.redirect.T.ident", "triqs.utility.redirect.T.isDaemon", "triqs.utility.redirect.T.is_alive", "triqs.utility.redirect.T.join", "triqs.utility.redirect.T.name", "triqs.utility.redirect.T.native_id", "triqs.utility.redirect.T.run", "triqs.utility.redirect.T.setDaemon", "triqs.utility.redirect.T.setName", "triqs.utility.redirect.T.start", "triqs.utility.redirect.T.stop", "triqs.utility.redirect.start_redirect", "triqs.utility.redirect.stop_redirect", "Frequently-asked questions", "Welcome", "Installation", "Using the clang compiler", "Unix environment variables", "Customizing your installation", "Prerequisites for the TRIQS Compilation on Mac OS X", "Python Virtual Environments", "A complete list of requirements", "Installing required libraries on Ubuntu", "Guide for porting your application to TRIQS 3.0 and Python 3", "User guide", "Multidimensional arrays", "det_manip: Determinant manipulations for CTQMC", "Green\u2019s functions", "Green\u2019s function and HDF5 files", "Conventions for TRIQS applications", "Using TRIQS in your own C++ project", "Profiling in C++ and Python", "Writing you own C++ code with TRIQS", "Basics", "Dynamical mean-field theory on a Bethe lattice", "Learn more about Python, ipython and the notebook", "Model DMFT", "A tight-binding model on a square lattice", "TRIQS / solid_dmft tutorial", "FermiSee", "Phase diagram exploration", "Comparison to Hubbard-I solution", "TRIQS / solid_dmft tutorial", "FermiSee", "Phase diagram exploration", "Comparison to Hubbard-I solution", "Introducing python and the ipython notebook", "Matplotlib Examples", "TRIQS Green\u2019s functions", "HDF5 Archives", "Manipulating fermionic operators", "Introduction to multivariable Green\u2019s functions", "TRIQS Green\u2019s functions", "A first DMFT calculation", "General reminder: Anderson impurity model and CTHYB solver", "Single-orbital Hubbard model", "Two-orbital Hubbard model", "Valence-Bond DMFT solution of the Hubbard model", "Tutorials", "A first DMFT calculation", "Single-orbital Hubbard model", "Two-orbital Hubbard model", "Valence-Bond DMFT solution of the Hubbard model", "Tutorial repository", "Fermions on the square lattice & perfect nesting", "Susceptibility \\(\\chi_0\\) of non-interacting fermions", "The random phase approximation (RPA)", "Two-particle self consistency (TPSC)", "Finite temperature antiferromagnetism in two dimensional systems", "Fermions on the square lattice & perfect nesting", "Susceptibility \\(\\chi_0\\) of non-interacting fermions", "The random phase approximation (RPA)", "Two-particle self consistency (TPSC)", "Finite temperature antiferromagnetism in two dimensional systems", "Two-particle Response", "Version compatibility"], "titleterms": {"": [0, 404, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 1702, 1703, 1713, 1717, 1723, 1726, 1727, 1739, 1744], "0": [0, 1698, 1713, 1717, 1736, 1740, 1745], "02": [1713, 1717], "1": [0, 386, 413, 426, 936, 949, 1035, 1047, 1713, 1717, 1735, 1736], "10": 0, "2": [0, 413, 426, 936, 949, 1035, 1047, 1689, 1713, 1717, 1735, 1736], "20": 0, "2024": 1689, "2py": 0, "3": [0, 413, 426, 1689, 1698, 1713, 1717, 1735, 1736], "4": [0, 426, 1713, 1717, 1735], "5": [0, 1713, 1717, 1735], "6": [1713, 1717, 1735], "819": 0, "A": [394, 440, 468, 469, 1696, 1699, 1707, 1712, 1721, 1728, 1734], "If": 1721, "Ising": 456, "No": 0, "The": [4, 378, 379, 382, 385, 386, 402, 403, 409, 432, 440, 448, 452, 453, 456, 457, 459, 1713, 1717, 1721, 1728, 1729, 1734, 1741, 1746], "__init__": [481, 502, 536, 540, 546, 550, 555, 593, 631, 669, 707, 745, 760, 785, 787, 790, 792, 794, 796, 802, 804, 807, 810, 813, 815, 817, 821, 824, 826, 863, 898, 904, 914, 920, 924, 927, 937, 950, 962, 975, 988, 1001, 1016, 1027, 1036, 1048, 1105, 1107, 1109, 1111, 1113, 1115, 1117, 1119, 1121, 1123, 1125, 1127, 1129, 1131, 1133, 1135, 1137, 1139, 1141, 1143, 1145, 1147, 1149, 1151, 1153, 1155, 1157, 1159, 1161, 1163, 1165, 1167, 1169, 1171, 1173, 1175, 1177, 1179, 1181, 1183, 1185, 1187, 1189, 1191, 1193, 1195, 1197, 1199, 1201, 1203, 1205, 1207, 1209, 1211, 1213, 1215, 1217, 1219, 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235, 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261, 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277, 1279, 1281, 1283, 1285, 1287, 1289, 1291, 1293, 1295, 1297, 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1313, 1315, 1317, 1319, 1321, 1323, 1325, 1327, 1329, 1331, 1333, 1335, 1337, 1339, 1341, 1343, 1345, 1347, 1349, 1351, 1353, 1355, 1357, 1359, 1361, 1363, 1365, 1367, 1369, 1371, 1373, 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389, 1391, 1393, 1395, 1397, 1399, 1401, 1403, 1405, 1407, 1409, 1411, 1413, 1415, 1417, 1419, 1421, 1423, 1430, 1434, 1442, 1447, 1459, 1463, 1483, 1508, 1573, 1582, 1596, 1603, 1622, 1626, 1633, 1672], "ab": 4, "about": [3, 1701, 1710], "abov": 469, "accept": 322, "access": [415, 432, 440, 458], "accessor": [150, 162, 174, 432], "accumul": [296, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350], "act": [44, 522], "add": [323, 400, 1701], "add_fock_st": 280, "add_measur": 297, "add_measure_aux": 298, "add_method_help": 864, "add_mov": 299, "addit": [403, 1723, 1727], "addmethod": [820, 821, 822], "adjust": 430, "advanc": [396, 430, 469, 1690, 1716, 1720], "affect": 1692, "algebra": 1700, "alias": [43, 131, 214], "all_cal": 1426, "all_indic": [746, 761], "all_reduc": [1645, 1659], "all_termin": 905, "amplitud": 257, "an": [396, 1700, 1701, 1724], "anaconda": 1690, "analysi": 472, "analyt": [4, 1713, 1717, 1723, 1727], "analyz": [0, 1732, 1737], "anderson": 1729, "angular_matrix_el": 1523, "antiferromagnet": [1743, 1748], "api": [0, 9, 384, 430, 441], "app4triq": [0, 4, 1698], "appli": 476, "applic": [4, 1689, 1698, 1704, 1750], "approach": 1722, "approxim": [1741, 1746], "apptain": 1690, "arbitrari": [1743, 1748], "archiv": [0, 470, 1700, 1724], "argument": [399, 433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "arithmet": [1723, 1727], "arrai": [0, 1700], "asan": 0, "ask": 1688, "assert_array_close_to_scalar": 1612, "assert_arrays_are_clos": 1613, "assert_block2_gfs_are_clos": 1614, "assert_block_gfs_are_clos": 1615, "assert_gfs_are_clos": 1616, "assign": [391, 411, 432], "atom": 0, "atom_diag": [0, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 389, 390, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532], "atom_diag_desc": 532, "atomdiag": 478, "atomdiagcomplex": [480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500], "atomdiagr": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521], "atomic_density_matrix": [72, 523], "atomic_g_iw": [73, 524], "atomic_g_l": [74, 525], "atomic_g_lehmann": 75, "atomic_g_tau": [76, 526], "atomic_g_w": [77, 527], "attempt": 324, "author": 3, "automat": 391, "averag": 472, "backward_compat": 1545, "backwd_compat": [552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742], "barrier": [1646, 1660], "base": [4, 784, 785], "baseblock": [786, 787, 788], "basic": [388, 404, 1708], "bath": 0, "bcast": [1647, 1661], "bckwd": 865, "becom": 387, "begin": 216, "behaviour": [1742, 1747], "benchmark": 4, "beta": [762, 963, 976, 989, 1002, 1017, 1028, 1743, 1748], "beth": [1709, 1728, 1734], "bin": 338, "bind": [451, 1712, 1726], "binder": 1690, "block": [412, 432, 440, 1723, 1727], "block2_gf": [743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757], "block2gf": [744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757], "block_gf": [132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 412, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782], "block_matrix_from_op": 1535, "block_nam": 134, "block_siz": 135, "blockgf": [0, 440, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 1713, 1717], "bodi": [0, 444, 460], "bond": [1732, 1737], "boson": 409, "bound_and_bisect": [1607, 1608, 1609], "box": 4, "bracket": 432, "bravai": 446, "bravaislattic": [452, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440], "brillouin": 450, "brillouinzon": [1441, 1442, 1443, 1444, 1445], "broadcast": [29, 1726], "build": [7, 413, 1696, 1704], "bz": [938, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070], "bz_patch": [1428, 1429, 1430, 1431], "bz_x_x": [1071, 1072, 1073], "bzpatch": [1429, 1430, 1431], "c": [0, 9, 380, 381, 389, 400, 407, 457, 459, 463, 1512, 1689, 1696, 1699, 1705, 1706, 1707], "c_connect": [46, 482, 503], "c_dag": 1513, "c_matrix": [47, 483, 504], "calcul": [4, 1713, 1716, 1717, 1720, 1721, 1728, 1734, 1740, 1743, 1745, 1748], "call_factory_from_dict": [781, 866, 934], "called_on_tupl": 476, "callproxybrzone_0": [1104, 1105], "callproxybrzone_1": [1106, 1107], "callproxybrzone_2": [1108, 1109], "callproxybrzone_3": [1110, 1111], "callproxybrzone_4": [1112, 1113], "callproxybrzone_x_dlr_0": [1114, 1115], "callproxybrzone_x_dlr_1": [1116, 1117], "callproxybrzone_x_dlr_2": [1118, 1119], "callproxybrzone_x_dlr_3": [1120, 1121], "callproxybrzone_x_dlr_4": [1122, 1123], "callproxybrzone_x_imfreq_0": [1124, 1125], "callproxybrzone_x_imfreq_1": [1126, 1127], "callproxybrzone_x_imfreq_2": [1128, 1129], "callproxybrzone_x_imfreq_3": [1130, 1131], "callproxybrzone_x_imfreq_4": [1132, 1133], "callproxybrzone_x_imtime_0": [1134, 1135], "callproxybrzone_x_imtime_0_r": [1136, 1137], "callproxybrzone_x_imtime_1": [1138, 1139], "callproxybrzone_x_imtime_1_r": [1140, 1141], "callproxybrzone_x_imtime_2": [1142, 1143], "callproxybrzone_x_imtime_2_r": [1144, 1145], "callproxybrzone_x_imtime_3": [1146, 1147], "callproxybrzone_x_imtime_3_r": [1148, 1149], "callproxybrzone_x_imtime_4": [1150, 1151], "callproxybrzone_x_imtime_4_r": [1152, 1153], "callproxybrzone_x_refreq_0": [1154, 1155], "callproxybrzone_x_refreq_1": [1156, 1157], "callproxybrzone_x_refreq_2": [1158, 1159], "callproxybrzone_x_refreq_3": [1160, 1161], "callproxybrzone_x_refreq_4": [1162, 1163], "callproxybrzone_x_retime_0": [1164, 1165], "callproxybrzone_x_retime_1": [1166, 1167], "callproxybrzone_x_retime_2": [1168, 1169], "callproxybrzone_x_retime_3": [1170, 1171], "callproxybrzone_x_retime_4": [1172, 1173], "callproxycyclat_0": [1174, 1175], "callproxycyclat_1": [1176, 1177], "callproxycyclat_2": [1178, 1179], "callproxycyclat_3": [1180, 1181], "callproxycyclat_4": [1182, 1183], "callproxycyclat_x_dlr_0": [1184, 1185], "callproxycyclat_x_dlr_1": [1186, 1187], "callproxycyclat_x_dlr_2": [1188, 1189], "callproxycyclat_x_dlr_3": [1190, 1191], "callproxycyclat_x_dlr_4": [1192, 1193], "callproxycyclat_x_imfreq_0": [1194, 1195], "callproxycyclat_x_imfreq_1": [1196, 1197], "callproxycyclat_x_imfreq_2": [1198, 1199], "callproxycyclat_x_imfreq_3": [1200, 1201], "callproxycyclat_x_imfreq_4": [1202, 1203], "callproxycyclat_x_imtime_0": [1204, 1205], "callproxycyclat_x_imtime_0_r": [1206, 1207], "callproxycyclat_x_imtime_1": [1208, 1209], "callproxycyclat_x_imtime_1_r": [1210, 1211], "callproxycyclat_x_imtime_2": [1212, 1213], "callproxycyclat_x_imtime_2_r": [1214, 1215], "callproxycyclat_x_imtime_3": [1216, 1217], "callproxycyclat_x_imtime_3_r": [1218, 1219], "callproxycyclat_x_imtime_4": [1220, 1221], "callproxycyclat_x_imtime_4_r": [1222, 1223], "callproxycyclat_x_refreq_0": [1224, 1225], "callproxycyclat_x_refreq_1": [1226, 1227], "callproxycyclat_x_refreq_2": [1228, 1229], "callproxycyclat_x_refreq_3": [1230, 1231], "callproxycyclat_x_refreq_4": [1232, 1233], "callproxycyclat_x_retime_0": [1234, 1235], "callproxycyclat_x_retime_1": [1236, 1237], "callproxycyclat_x_retime_2": [1238, 1239], "callproxycyclat_x_retime_3": [1240, 1241], "callproxycyclat_x_retime_4": [1242, 1243], "callproxydlr_0": [1244, 1245], "callproxydlr_1": [1246, 1247], "callproxydlr_2": [1248, 1249], "callproxydlr_3": [1250, 1251], "callproxydlr_4": [1252, 1253], "callproxydlr_x_brzone_0": [1254, 1255], "callproxydlr_x_brzone_1": [1256, 1257], "callproxydlr_x_brzone_2": [1258, 1259], "callproxydlr_x_brzone_3": [1260, 1261], "callproxydlr_x_brzone_4": [1262, 1263], "callproxydlr_x_cyclat_0": [1264, 1265], "callproxydlr_x_cyclat_1": [1266, 1267], "callproxydlr_x_cyclat_2": [1268, 1269], "callproxydlr_x_cyclat_3": [1270, 1271], "callproxydlr_x_cyclat_4": [1272, 1273], "callproxyimfreq_0": [1274, 1275], "callproxyimfreq_1": [1276, 1277], "callproxyimfreq_2": [1278, 1279], "callproxyimfreq_3": [1280, 1281], "callproxyimfreq_4": [1282, 1283], "callproxyimfreq_x_brzone_0": [1284, 1285], "callproxyimfreq_x_brzone_1": [1286, 1287], "callproxyimfreq_x_brzone_2": [1288, 1289], "callproxyimfreq_x_brzone_3": [1290, 1291], "callproxyimfreq_x_brzone_4": [1292, 1293], "callproxyimfreq_x_cyclat_0": [1294, 1295], "callproxyimfreq_x_cyclat_1": [1296, 1297], "callproxyimfreq_x_cyclat_2": [1298, 1299], "callproxyimfreq_x_cyclat_3": [1300, 1301], "callproxyimfreq_x_cyclat_4": [1302, 1303], "callproxyimtime_0": [1304, 1305], "callproxyimtime_0_r": [1306, 1307], "callproxyimtime_1": [1308, 1309], "callproxyimtime_1_r": [1310, 1311], "callproxyimtime_2": [1312, 1313], "callproxyimtime_2_r": [1314, 1315], "callproxyimtime_3": [1316, 1317], "callproxyimtime_3_r": [1318, 1319], "callproxyimtime_4": [1320, 1321], "callproxyimtime_4_r": [1322, 1323], "callproxyimtime_x_brzone_0": [1324, 1325], "callproxyimtime_x_brzone_0_r": [1326, 1327], "callproxyimtime_x_brzone_1": [1328, 1329], "callproxyimtime_x_brzone_1_r": [1330, 1331], "callproxyimtime_x_brzone_2": [1332, 1333], "callproxyimtime_x_brzone_2_r": [1334, 1335], "callproxyimtime_x_brzone_3": [1336, 1337], "callproxyimtime_x_brzone_3_r": [1338, 1339], "callproxyimtime_x_brzone_4": [1340, 1341], "callproxyimtime_x_brzone_4_r": [1342, 1343], "callproxyimtime_x_cyclat_0": [1344, 1345], "callproxyimtime_x_cyclat_0_r": [1346, 1347], "callproxyimtime_x_cyclat_1": [1348, 1349], "callproxyimtime_x_cyclat_1_r": [1350, 1351], "callproxyimtime_x_cyclat_2": [1352, 1353], "callproxyimtime_x_cyclat_2_r": [1354, 1355], "callproxyimtime_x_cyclat_3": [1356, 1357], "callproxyimtime_x_cyclat_3_r": [1358, 1359], "callproxyimtime_x_cyclat_4": [1360, 1361], "callproxyimtime_x_cyclat_4_r": [1362, 1363], "callproxynon": [823, 824], "callproxyrefreq_0": [1364, 1365], "callproxyrefreq_1": [1366, 1367], "callproxyrefreq_2": [1368, 1369], "callproxyrefreq_3": [1370, 1371], "callproxyrefreq_4": [1372, 1373], "callproxyrefreq_x_brzone_0": [1374, 1375], "callproxyrefreq_x_brzone_1": [1376, 1377], "callproxyrefreq_x_brzone_2": [1378, 1379], "callproxyrefreq_x_brzone_3": [1380, 1381], "callproxyrefreq_x_brzone_4": [1382, 1383], "callproxyrefreq_x_cyclat_0": [1384, 1385], "callproxyrefreq_x_cyclat_1": [1386, 1387], "callproxyrefreq_x_cyclat_2": [1388, 1389], "callproxyrefreq_x_cyclat_3": [1390, 1391], "callproxyrefreq_x_cyclat_4": [1392, 1393], "callproxyretime_0": [1394, 1395], "callproxyretime_1": [1396, 1397], "callproxyretime_2": [1398, 1399], "callproxyretime_3": [1400, 1401], "callproxyretime_4": [1402, 1403], "callproxyretime_x_brzone_0": [1404, 1405], "callproxyretime_x_brzone_1": [1406, 1407], "callproxyretime_x_brzone_2": [1408, 1409], "callproxyretime_x_brzone_3": [1410, 1411], "callproxyretime_x_brzone_4": [1412, 1413], "callproxyretime_x_cyclat_0": [1414, 1415], "callproxyretime_x_cyclat_1": [1416, 1417], "callproxyretime_x_cyclat_2": [1418, 1419], "callproxyretime_x_cyclat_3": [1420, 1421], "callproxyretime_x_cyclat_4": [1422, 1423], "capabl": 0, "capture_stdout": 1610, "carlo": [0, 454, 457, 458, 459], "case": 409, "cbegin": 217, "cdag_connect": [48, 484, 505], "cdag_matrix": [49, 485, 506], "cdf": [351, 1589], "cend": 218, "cfunction": 378, "ch": [1742, 1747], "chain": 456, "chang": [0, 403], "change_col": 84, "change_coordinates_l_to_sl": 1464, "change_coordinates_sl_to_l": 1465, "change_row": 85, "changelog": 0, "charg": [1716, 1720], "check": [0, 1713, 1717], "check_backward_compat": 1558, "check_for_mpi": 1643, "chi_0": [1740, 1743, 1745, 1748], "chunk": 30, "chunk_rang": 12, "circular": [1723, 1727], "citat": 3, "clang": 1691, "class": [0, 11, 28, 43, 82, 131, 214, 294, 337, 378, 379, 381, 382, 386, 387, 402, 452, 458, 1701, 1721], "class_": 379, "clear": [86, 353, 1583], "clear_measur": 300, "clear_statist": 325, "clebsch_gordan": 1524, "clef": [0, 392, 395, 396, 397, 398, 399, 405, 413, 421, 426], "clip_arrai": 1569, "closest": 426, "closest_index": 939, "closest_point_in_lin": 1086, "closest_to": 1087, "cluster_sit": 1466, "cmake": [0, 1693], "code": [6, 400, 459, 470, 1707, 1743, 1748], "coeffici": 463, "cofactor": 403, "collect_result": 301, "collect_statist": 326, "column": [403, 1701], "common": 1692, "commun": [31, 32, 1689], "compact": [1723, 1727], "compar": 1640, "comparison": [1716, 1720, 1734], "comparison_test": [1611, 1612, 1613, 1614, 1615, 1616], "compat": 1750, "compil": [0, 392, 1690, 1691, 1694, 1695, 1696], "complet": [395, 440, 471, 1696], "complete_oper": 87, "complex": 393, "compliant": [386, 387], "compon": 928, "compress_linear_bin": 339, "comput": [448, 1740, 1745], "concept": [406, 445, 453], "conclud": [1713, 1717], "conclus": 1736, "configur": 456, "conjug": [556, 594, 632, 670, 708, 763, 827, 1092], "connect": 457, "consist": [1716, 1720, 1742, 1747], "const": [789, 790], "construct": [402, 459, 461, 462, 1726], "constructor": [18, 32, 34, 39, 50, 88, 136, 151, 163, 175, 219, 231, 242, 248, 258, 269, 281, 302, 327, 332, 340, 354, 412, 414], "contain": 391, "content": [4, 5], "continu": [4, 1713, 1717, 1723, 1727], "contribut": [6, 7], "contributor": 3, "convent": [400, 412, 416, 417, 418, 421, 422, 424, 1704], "converg": [1713, 1717], "convert": 381, "convert_scalar_to_const": 797, "copi": [440, 537, 541, 557, 595, 633, 671, 709, 747, 764, 828, 899, 929, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049], "copy_from": [558, 596, 634, 672, 710, 748, 765, 829, 930, 941, 952, 965, 978, 991, 1004, 1019, 1030, 1038, 1050], "copy_selected_block": [749, 766], "correl": [4, 472], "cpp2py": [0, 4, 380], "creat": [1713, 1717], "creation": [1701, 1702], "cthyb": 1729, "ctqmc": 1701, "cubic_nam": 1525, "custom": 1693, "daemon": 1673, "dagger": 1514, "data": [137, 152, 164, 176, 220, 355, 387, 412, 415, 416, 417, 418, 421, 422, 424, 432, 433, 434, 435, 436, 437, 468, 470, 472, 559, 597, 635, 673, 711, 830, 1584, 1688], "data_input_count": 341, "data_shap": [153, 165, 177], "debian": 1690, "debug": 1688, "declar": 1700, "deduct": 132, "defin": [1700, 1721, 1726], "definit": 452, "delta": [1039, 1051, 1093], "densiti": [143, 448, 538, 542, 560, 598, 636, 674, 712, 767, 831, 879, 1723, 1727], "depend": [0, 1694], "deprec": 0, "desc": [384, 1698], "descript": [1713, 1717], "descriptor": [439, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 1723, 1727], "descriptor_bas": [783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799], "det_manip": [0, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 402, 1701], "detail": 386, "determin": [0, 89, 401, 1701, 1750], "determine_bound": 1609, "detmanip": 0, "develop": 1692, "dft": [4, 1713, 1716, 1717, 1720], "diag": 0, "diagon": [4, 389, 1725], "diagonal_part": 1546, "diagram": [1715, 1719], "dichotomi": [1617, 1618], "dict": 386, "dict_to_matrix": 1536, "dim": [942, 953], "dimension": [1743, 1748], "direct": 432, "disclaim": [3, 1694], "discret": 0, "discretize_bath": 1094, "discuss": 6, "dispatch": 1074, "dispers": [1448, 1467, 1484], "displ_vec": 1449, "dist": [1064, 1088], "dist_on_nod": [1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638], "distributiononnod": [1620, 1621, 1622, 1623], "distributiononnodesonestack": [1624, 1625, 1626, 1627, 1628, 1629, 1630], "distributiononnodestest": [1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638], "divis": 1698, "dlr": [0, 1723, 1727], "dlr_imfreq": 1076, "dlr_imtim": 1077, "dmft": [4, 1711, 1713, 1716, 1717, 1720, 1728, 1732, 1734, 1737], "do": [448, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 1431, 1454, 1495, 1688], "doc": 0, "docker": 1690, "document": [0, 6, 7, 9, 387, 388, 400, 402, 407, 438, 447, 455, 471, 1696, 1707], "doe": [387, 403], "domain": [406, 412, 416, 417, 418, 421, 422, 424, 426, 1702], "dos_from_fil": 543, "dos_patch": [1455, 1496], "dosfromfunct": [539, 540, 541, 542], "dot_product": [259, 270], "dynam": [0, 1709, 1728, 1734], "dyson": 1095, "e": 1688, "easybuild": 1690, "edit": 7, "eg_submatrix": 1526, "emergency_occur": 40, "empti": 1701, "end": [221, 459], "energi": [486, 507, 1713, 1717], "energies_on_bz_path": 452, "enforce_discontinu": [561, 599, 637, 675, 713, 832, 880], "enumer": 13, "environ": [33, 34, 1690, 1692, 1695], "ep": [966, 979, 992], "error": 472, "espresso": [1713, 1717], "etc": 473, "eval_expr": 906, "eval_expr_with_context": 907, "evalu": [395, 413, 416, 417, 418, 420, 422, 424, 1726], "exact": [4, 389, 1725], "exampl": [13, 26, 145, 146, 151, 207, 339, 343, 346, 348, 350, 371, 372, 373, 374, 386, 388, 389, 393, 397, 402, 408, 412, 416, 417, 418, 421, 422, 424, 430, 433, 434, 435, 436, 437, 440, 444, 447, 452, 456, 468, 469, 471, 1722], "except": [473, 474], "exercis": [1723, 1727, 1736], "expans": 4, "explor": [1715, 1719], "express": [392, 395, 396, 397, 405, 413, 421, 426, 432, 1700], "extend_wannier90_to_spin": 1501, "extern": 4, "extract": 463, "extract_h_dict": 1539, "extract_u_dict2": 1537, "extract_u_dict4": 1538, "extractor": [1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542], "extractors_desc": 1543, "factor": [1743, 1748], "factori": [412, 461], "fals": [256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267], "fast": [1740, 1745], "featur": 6, "fermi": [1713, 1717, 1739, 1744], "fermion": [409, 451, 1725, 1739, 1740, 1744, 1745], "fermise": [1713, 1714, 1717, 1718], "fftw": 409, "field": [456, 1709, 1728, 1734], "figur": [469, 470], "file": [3, 384, 448, 1688, 1698, 1703], "fill": 1702, "final": 1698, "finalize_commun": 41, "find": 426, "find_map": 249, "finish": [1627, 1634], "finit": [4, 1743, 1748], "first": [19, 1713, 1717, 1728, 1734], "first_index": 1005, "fit": [430, 468, 547, 548, 549, 550], "fit_gf_dlr": [144, 868], "fit_hermitian_tail": [145, 562, 600, 638, 676, 714, 833, 881], "fit_hermitian_tail_on_window": [563, 601, 639, 677, 715, 834, 882], "fit_legendr": 1096, "fit_tail": [146, 564, 602, 640, 678, 716, 835, 883], "fit_tail_on_window": [565, 603, 641, 679, 717, 836, 884], "fix": 0, "fix_gf_struct_typ": 782, "flat": [801, 802, 1723, 1727], "flatten_2d": 147, "flatten_gf_2d": 148, "flatten_subspace_index": [51, 487, 508], "floor": 1698, "fock": 4, "fock_stat": [488, 509], "fold": [476, 1468, 1700], "fop": [489, 510], "for_each": 476, "for_each_zip": 476, "foreach": [14, 250, 260, 271], "fork": 8, "form": 396, "format": 385, "formula": 403, "fourier": [0, 404, 408, 409, 443, 803, 804, 805, 1450, 1469, 1485, 1723, 1727, 1740, 1745], "free": [416, 451, 461], "frequenc": [404, 409, 416, 422, 430, 433, 436, 441, 443, 1702, 1723, 1727, 1729], "frequent": 1688, "from": [381, 426, 448, 458, 470, 1690, 1695, 1724, 1743, 1748], "from_l_g_r": [566, 604, 642, 680, 718, 837], "full": [402, 455, 1716, 1720], "full_hilbert_space_dim": [490, 511], "function": [0, 4, 11, 17, 28, 31, 33, 38, 43, 45, 83, 131, 133, 150, 162, 174, 214, 215, 230, 241, 247, 256, 268, 279, 294, 295, 321, 331, 337, 338, 352, 388, 390, 392, 397, 399, 402, 404, 409, 410, 412, 416, 421, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 448, 461, 466, 791, 792, 1702, 1703, 1713, 1717, 1721, 1723, 1726, 1727, 1739, 1743, 1744, 1748], "fundament": 1725, "fundamental_operator_set": [215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229], "further": 1690, "g": [1688, 1702, 1729], "gather": 459, "gener": [0, 383, 458, 471, 1729], "generate_point": 1065, "generate_points_on_path": 1066, "get": [458, 1691, 1701, 1721], "get_acceptance_r": [303, 328], "get_accumulation_tim": 304, "get_accumulation_time_hhmmss": 305, "get_all_fock_st": 282, "get_config_id": 306, "get_current_cycle_numb": 307, "get_dur": 308, "get_eigensystem": 52, "get_eigenvalu": [53, 491, 512], "get_energi": 54, "get_fock_st": [55, 232, 283], "get_fop": 56, "get_full_hilbert_spac": 57, "get_full_hilbert_space_dim": 58, "get_funct": 90, "get_gs_energi": 59, "get_h_atom": 60, "get_hilbert": [261, 272], "get_i": 97, "get_index": 284, "get_kmesh": [1470, 1486], "get_matrix_el": 251, "get_matrix_element_of_monomi": 61, "get_mesh": 149, "get_mkind": 1560, "get_n_operations_before_check": 91, "get_op_mat": 62, "get_perc": 309, "get_precision_error": 92, "get_precision_warn": 93, "get_quantum_numb": 63, "get_rmesh": [1471, 1487], "get_rng": 310, "get_singular_threshold": 94, "get_state_index": [233, 285], "get_statist": 329, "get_subspace_dim": [64, 65, 492, 493, 513, 514], "get_termin": 900, "get_total_tim": 311, "get_unitary_matric": 66, "get_unitary_matrix": 67, "get_vacuum_st": 68, "get_vacuum_subspace_index": 69, "get_warmup_tim": 312, "get_warmup_time_hhmmss": 313, "get_x": 95, "get_x_internal_ord": 96, "get_y_internal_ord": 98, "getnam": 1674, "gf": [0, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 410, 414, 416, 417, 418, 421, 422, 424, 442, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1688, 1702], "gf_const_view": [162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173], "gf_factori": [867, 868, 869, 870, 871, 872, 873, 874, 875, 876], "gf_factories_desc": 877, "gf_fnt": [878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894], "gf_fnt_desc": 895, "gf_imfreq": [553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590], "gf_imtim": [591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628], "gf_legendr": [629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666], "gf_refreq": [667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704], "gf_retim": [705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742], "gf_struct": 0, "gf_view": [174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186], "gfblocindic": [1595, 1601], "gfimfreq": [404, 433, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590], "gfimtim": [404, 434, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628], "gflegendr": [404, 435, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666], "gfrefreq": [404, 436, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704], "gfretim": [404, 437, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742], "github": 6, "goal": [1722, 1740, 1745], "googletest": 0, "green": [0, 404, 412, 416, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 1702, 1703, 1713, 1717, 1723, 1726, 1727, 1739, 1744], "gs_energi": [494, 515], "guid": [132, 1698, 1699], "h5": [0, 385], "h5_read": [99, 138, 154, 166, 178, 234, 286, 314, 356], "h5_read_attribut": 222, "h5_read_gf_struct": 187, "h5_write": [100, 139, 155, 167, 179, 235, 287, 315, 357], "h5_write_attribut": 223, "h5diff": [1639, 1640, 1641], "h5py": 0, "h_atom": [495, 516], "h_int_dens": 1547, "h_int_kanamori": 1548, "h_int_slat": 1549, "hamiltonian": [460, 464, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1713, 1717, 1726], "happen": 386, "hartre": 4, "has_indic": 224, "has_stat": [236, 288], "hash": 1688, "hdf": [386, 387], "hdf5": [0, 385, 387, 412, 416, 417, 418, 421, 422, 424, 433, 434, 435, 436, 437, 440, 461, 1700, 1703, 1724], "hdf5_format": [140, 156, 168, 180, 237, 289, 358], "hdfarchiv": 387, "hdfarchivegroup": 387, "hdfarchiveinert": 387, "header": 388, "help": 1721, "helper": 466, "high": [404, 430, 441], "hilbert": [444, 449], "hilbert_spac": [214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 444], "hilbert_transform": [544, 545, 546], "hilbertspac": [256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278], "hilberttransform": [545, 546], "histogram": [352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1722], "histograms_desc": 1591, "hood": 402, "hop": [451, 1472, 1488, 1739, 1744], "how": [7, 8, 387, 403, 1688, 1702, 1750], "hubbard": [4, 1716, 1720, 1730, 1731, 1732, 1735, 1736, 1737], "hybrid": 4, "i": [4, 1688, 1702, 1716, 1720, 1740, 1745], "ident": 1675, "idx": [862, 863], "imag": [188, 567, 605, 643, 681, 719, 750, 768, 838, 915, 921, 1509], "imaginari": [404, 409, 417, 433, 434, 1702, 1723, 1727, 1729], "imfreq": [416, 428, 1078], "imperative_oper": [241, 242, 243, 244, 245], "impl_tag": 189, "implement": [409, 427], "import": [1721, 1726], "improv": 0, "impur": [4, 1713, 1717, 1729], "imtim": [417, 429, 1079], "includ": 475, "indent": 1721, "index": 426, "index_range_of_subspac": 70, "indic": [0, 568, 606, 644, 682, 720, 751, 769, 839], "indices1": 752, "indices2": 753, "inform": 1701, "initi": [459, 1723, 1726, 1727], "initio": 4, "inlin": 1722, "insert": [101, 225], "insert2": 102, "insert2_at_end": 103, "insert_at_end": 104, "insert_from_indices_t": 226, "instal": [0, 1690, 1691, 1693, 1694, 1697, 1704, 1750], "interact": [405, 413, 426, 1721, 1739, 1740, 1744, 1745], "interfac": [4, 380], "interpol": [412, 421, 1702], "introduc": 1721, "introduct": [388, 453, 457, 472, 1721, 1726], "introductori": 447, "invers": [190, 569, 607, 645, 683, 721, 770, 840, 1097], "inverse_matrix": 105, "inverse_matrix_internal_ord": 106, "invert": [570, 608, 646, 684, 722, 771, 841], "ipython": [1698, 1710, 1721], "is_al": 1677, "is_block_descriptor": [788, 805, 808, 811], "is_empti": 243, "is_gf_hermitian": [191, 571, 609, 647, 685, 723, 842, 885], "is_gf_real": 192, "is_gf_real_in_tau": [193, 572, 610, 648, 686, 724, 843, 886], "is_initi": 35, "is_lazi": 798, "is_master_nod": [1648, 1662], "is_op_hermitian": 1515, "is_scalar": 799, "is_singular": 107, "is_termin": 901, "is_zero": 1510, "isdaemon": 1676, "issu": [0, 6, 1697], "iter": [412, 440, 461, 1728, 1734], "itertool": [0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27], "its": 1707, "j": 1736, "jackknif": 369, "jackknife_mpi": 370, "jenkin": 0, "join": 1678, "k_space_path": 1502, "k_z": [1713, 1717], "keyword": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "l2_op": 1552, "l_op": 1554, "la_2cuo_4": [1713, 1717], "lapack": 0, "last": [20, 1701], "last_index": 1006, "lattic": [0, 446, 447, 954, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1709, 1712, 1726, 1728, 1734, 1739, 1744], "lattice_to_real_coordin": [1435, 1452, 1473, 1489], "lattice_tool": [1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455], "lattice_tools_desc": 1456, "latticepoint": [1458, 1459, 1460], "layer": 469, "lazi": [392, 394, 432, 1700], "lazy_express": [896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910], "lazy_funct": 908, "lazyctx": [793, 794], "lazyexpr": [897, 898, 899, 900, 901, 902], "lazyexprtermin": [903, 904], "learn": 1710, "legendr": [404, 418, 435, 443, 1080], "legendretomatsubara": [806, 807, 808], "length": 1067, "libclang": 1691, "librari": [0, 409, 1696, 1697, 1721, 1750], "licens": 3, "lightweight": 389, "like": 1722, "limit": [359, 1585], "lin": 338, "lin_bin_capac": 342, "line": [403, 1701], "linear": [338, 426, 1700], "linear_bin": 343, "linux": 1691, "list": [458, 1696, 1721], "literatur": 1734, "littl": [398, 440], "ljubljana": 4, "load": 772, "log": 338, "log_bin_error": 344, "log_bin_errors_all_reduc": 345, "logarithm": 338, "logo": 3, "longer": 0, "lookup_basis_st": 252, "loop": [457, 1721], "low": [1713, 1717], "ls_op": 1553, "mac": 1694, "magnet": 456, "mai": [1713, 1717], "main": 456, "make": [0, 8, 1722], "make_adjoint_mesh": 1059, "make_block2_gf": 194, "make_block_gf": 195, "make_block_gf_view": 196, "make_delta": 1098, "make_funct": 397, "make_gf_dlr": [197, 869], "make_gf_dlr_imfreq": [198, 870], "make_gf_dlr_imtim": [199, 871], "make_gf_from_fouri": [200, 872], "make_gf_from_inverse_fouri": 201, "make_gf_from_real_gf": 202, "make_gf_imfreq": [203, 873], "make_gf_imtim": [204, 874], "make_hermitian": [205, 875], "make_lazi": 909, "make_mesh": 1061, "make_operator_r": 1550, "make_plott": 1068, "make_real_in_tau": [206, 876], "make_zero_st": 246, "make_zero_tail": [207, 1099], "manag": 0, "mani": [0, 444, 460], "manipul": [0, 401, 1701, 1725], "manual": [9, 377, 387, 388, 402, 447, 455, 471], "map": [476, 1700], "map_add": 37, "map_block": 911, "map_c_funct": 36, "master_gets_host_nam": [1649, 1663], "materi": 4, "mathbf": [1740, 1745], "matplotlib": [469, 1722], "matric": 1700, "matrix": [108, 432, 462, 1723, 1727], "matsubara": [404, 416, 417, 433, 434, 435, 443, 1702, 1729], "matsubara_freq": [912, 913, 914, 915, 916, 917], "matsubarafreq": [913, 914, 915, 916, 917], "matsubaratolegendr": [809, 810, 811], "maxent": 4, "mc_gener": [0, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320], "mc_tool": [0, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336], "mean": [371, 1709, 1728, 1734], "mean_and_err": 372, "mean_and_err_mpi": 373, "mean_mpi": 374, "measur": [453, 456, 457, 459], "meet": 1689, "member": [17, 31, 33, 38, 45, 83, 133, 150, 162, 174, 215, 230, 241, 247, 256, 268, 279, 295, 321, 331, 338, 352, 402, 410, 428, 429, 461], "merge_subspac": 253, "mermin": [1743, 1748], "mesh": [0, 157, 169, 181, 406, 412, 415, 416, 417, 418, 421, 422, 424, 426, 428, 429, 573, 611, 649, 687, 725, 773, 844, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1723, 1727], "mesh_hash": [943, 955, 967, 980, 993, 1007, 1020, 1031, 1040, 1052], "mesh_point": [360, 426, 918, 919, 920, 921, 922, 923, 924, 1586], "mesh_product": [925, 926, 927, 928, 929, 930, 931, 932, 933, 934], "meshbrzon": [936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948], "meshcyclat": [949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960], "meshdlr": [961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973], "meshdlrimfreq": [974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986], "meshdlrimtim": [987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999], "meshes_desc": [1060, 1061], "meshimfreq": [1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014], "meshimtim": [1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025], "meshlegendr": [1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034], "meshpoint": [406, 919, 920, 921, 922], "meshproduct": [926, 927, 928, 929, 930, 931, 932, 933], "meshrefreq": [1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046], "meshretim": [1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058], "meshvaluegener": [923, 924], "method": [4, 399, 412, 416, 417, 418, 421, 422, 424, 461], "misc": 419, "miscellan": 0, "mix": 1707, "mode": 1721, "model": [1711, 1712, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "modul": 1721, "module_": 382, "moment": [430, 441], "monitor": [38, 39, 40, 41, 42], "monomi": 461, "mont": [0, 454, 457, 458, 459], "more": [393, 403, 1710, 1722], "morrison": 403, "motiv": [398, 453], "mott": [1728, 1734], "move": [0, 411, 453, 456, 457, 459], "move_set": [321, 322, 323, 324, 325, 326, 327, 328, 329, 330], "mpi": [0, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 388, 459, 1642, 1643], "mpi_broadcast": 361, "mpi_mpi4pi": [1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657], "mpi_nompi": [1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669], "mpi_reduc": [208, 362], "mpl_interfac": [1563, 1564, 1565, 1566, 1567], "mro": 822, "multi": 0, "multidimension": 1700, "multipl": [421, 469], "multivari": 1726, "my": 1688, "myprint_err": [1650, 1664], "myprint_out": [1651, 1665], "n": 1516, "n_block": [754, 774], "n_data_pt": [363, 1587], "n_kpt": [1597, 1604], "n_lin_bin": 346, "n_lin_bins_max": 347, "n_log_bin": 348, "n_log_bins_max": 349, "n_lost_pt": [364, 1588], "n_op": 1555, "n_orbit": [1436, 1474, 1490], "n_subspac": [71, 254, 496, 517], "name": [333, 457, 1679], "namespac": 0, "native_id": 1680, "nda": 0, "ndim": [1437, 1444, 1475, 1491], "nearest": [1739, 1744], "neighbour": [1739, 1744], "nest": [1739, 1740, 1744, 1745], "nevanlinna": 4, "new": [0, 1721], "non": [0, 83, 133, 150, 162, 174, 215, 230, 247, 256, 268, 279, 295, 352, 410, 428, 1701, 1739, 1740, 1744, 1745], "notat": [397, 400], "note": [409, 427, 1742, 1747], "notebook": [1698, 1710, 1721, 1743, 1748], "notion": 404, "now": [1713, 1717], "nrg": 4, "nu": 1702, "number": [458, 471, 1725, 1750], "numpi": [1721, 1726], "o": 1694, "object": [0, 386, 387, 469, 1713, 1717], "observ": [465, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558], "obtain": [1723, 1727], "omega": [1702, 1740, 1745], "omega_": [795, 796], "omega_n": [1740, 1745], "omegamax": 4, "one": [1701, 1713, 1717], "one_var": [1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082], "onefermionintim": [812, 813], "onli": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "op_from_block_matrix": 1540, "op_struct": [1559, 1560, 1561], "openmp": 1692, "oper": [0, 83, 141, 142, 158, 159, 170, 182, 183, 227, 228, 238, 239, 244, 262, 263, 264, 265, 273, 274, 275, 276, 290, 291, 334, 350, 365, 366, 367, 397, 399, 411, 413, 421, 426, 432, 440, 460, 461, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1700, 1723, 1725, 1727], "operators_desc": 1517, "oplot": 1564, "oploti": 1565, "oplotr": 1566, "optim": 4, "option": [432, 469, 936, 949, 1035, 1047, 1693], "orbit": [1730, 1731, 1735, 1736], "orbital_nam": [1438, 1476, 1492], "orbital_posit": [1439, 1477, 1493], "other": [4, 399, 1688], "over": [450, 461], "overlap_mat_vec": 1453, "overload": [399, 461], "own": [0, 459, 1705, 1707], "pack_index_site_orbit": 1478, "packag": [0, 1690, 1695], "pade": [1723, 1727], "panel": 469, "paramet": [13, 14, 15, 16, 18, 23, 24, 25, 26, 27, 30, 36, 37, 44, 45, 46, 47, 48, 49, 50, 51, 53, 61, 62, 64, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 88, 114, 126, 142, 145, 146, 147, 148, 150, 151, 159, 162, 163, 171, 174, 175, 183, 184, 188, 191, 192, 193, 205, 206, 207, 208, 210, 219, 222, 223, 224, 226, 228, 231, 232, 233, 234, 235, 236, 238, 239, 241, 242, 244, 245, 246, 247, 248, 249, 250, 252, 253, 255, 258, 259, 260, 262, 263, 264, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 280, 281, 283, 285, 286, 287, 288, 290, 291, 292, 296, 297, 299, 302, 316, 317, 318, 319, 320, 332, 339, 340, 345, 350, 351, 354, 356, 357, 360, 361, 362, 365, 366, 367, 369, 370, 371, 372, 373, 374, 375, 376, 400, 402, 410, 430, 433, 434, 435, 436, 437, 461, 554, 592, 630, 668, 706, 936, 949, 1035, 1047, 1726], "parse_hopping_from_wannier90_hr_dat": 1503, "parse_lattice_vectors_from_wannier90_wout": 1504, "partial": [395, 420, 1726], "particl": [4, 1742, 1747, 1749], "partition_funct": [78, 528], "pdf": [375, 1590], "perfect": [1739, 1740, 1744, 1745], "perform": [4, 1713, 1717], "perturb": [1728, 1734], "phase": [1715, 1719, 1741, 1746], "pick_selection_vec": 1089, "pickl": [432, 440], "placehold": [396, 1702], "plot": [432, 467, 469, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1579, 1688, 1713, 1717, 1722], "plot_bas": [1083, 1084], "plot_protocol_appli": 1570, "plottable_slice_along_path": 1073, "point": [426, 432, 1457, 1458, 1459, 1460, 1702], "polynomi": [404, 435], "pomerol": 4, "port": [0, 1698], "positive_freq_view": 209, "positive_onli": 1008, "post": [1713, 1717], "precomput": [1732, 1737], "prepar": 1698, "prerequisit": [1690, 1694], "prettier": 1722, "preview": 335, "previou": [1743, 1748], "principl": [383, 386], "print": 1700, "problem": 459, "process": [472, 1713, 1717], "prod": 421, "product": 15, "product_rang": 16, "profil": 1706, "program": 456, "project": [1705, 1707], "protocol": [467, 469, 1568, 1569, 1570], "proven": 470, "provid": 386, "public": [133, 402], "pull": 8, "purefunctionondomain": 406, "purpos": 1688, "py": [0, 4], "python": [0, 4, 9, 380, 381, 384, 389, 438, 441, 461, 463, 475, 1689, 1695, 1698, 1699, 1706, 1707, 1710, 1721, 1722], "pytriq": 0, "q": [1688, 1740, 1745], "quadratic_term": 1541, "quantiz": [460, 461], "quantum": [4, 1713, 1717], "quantum_numb": [497, 518], "quantum_number_eigenvalu": [79, 529], "quantum_number_eigenvalues_check": [80, 530], "quartic_term": 1542, "question": [1688, 1740, 1743, 1745, 1748], "quick": 1699, "radial_integrals_to_u_j": 1527, "random": [458, 471, 1741, 1746], "random_gener": [331, 332, 333, 334, 335, 1571, 1572, 1573, 1574, 1575, 1576], "random_generator_desc": 1576, "random_generator_nam": 336, "random_generator_names_list": 1575, "randomgener": [1572, 1573], "rang": [0, 17, 18, 19, 20, 21, 22, 1700], "rank": [574, 612, 650, 688, 726, 845, 931], "read": [448, 1690, 1724], "read_gf_from_txt": 1100, "real": [210, 404, 409, 422, 424, 436, 437, 575, 613, 651, 689, 727, 755, 775, 846, 916, 922, 1511, 1702], "rebind": [171, 184], "rebinning_tau": [576, 614, 652, 690, 728, 847, 887], "recompute_grid": 1602, "recv": [1652, 1666], "redirect": [1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687], "reduce_4index_to_2index": 1528, "refer": [387, 433, 434, 435, 436, 437, 439, 440, 447, 468], "refreq": [422, 1081], "regener": 1698, "regular": 412, "reinterpret": 423, "reinterpret_scalar_valued_gf_as_matrix_valu": 211, "reject": 330, "reject_last_tri": 109, "relat": 448, "remark": [1743, 1748], "remind": [1713, 1717, 1729], "remov": [0, 110, 403, 1701], "remove2": 111, "remove2_at_end": 112, "remove_at_end": 113, "renam": 0, "replac": 1701, "replace_by_tail": [577, 615, 653, 691, 729, 848, 888], "replace_by_tail_in_fit_window": [578, 616, 654, 692, 730, 849, 889], "report": [1653, 1667], "repositori": [8, 1738], "represent": 418, "reproduc": 470, "request": [6, 8], "request_emergency_stop": 42, "requir": [0, 1696, 1697], "reserv": 114, "resize_arrai": [1598, 1605], "respons": [4, 1749], "result": [459, 1628, 1635, 1729, 1732, 1737], "retard": [404, 436, 437], "retim": [424, 1082], "return": [44, 46, 47, 48, 49, 54, 61, 62, 63, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 145, 146, 147, 148, 191, 192, 193, 205, 206, 208, 216, 217, 218, 220, 221, 224, 228, 229, 232, 233, 236, 237, 238, 239, 240, 249, 251, 252, 253, 254, 257, 259, 261, 262, 263, 264, 265, 267, 270, 272, 273, 274, 275, 276, 278, 282, 283, 284, 285, 288, 289, 290, 291, 293, 296, 303, 317, 319, 320, 341, 342, 343, 344, 345, 346, 347, 348, 349, 351, 355, 358, 359, 360, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 400, 1643], "revers": 476, "rework": 0, "rm_measur": 316, "roll_matrix": 115, "rpa": [1741, 1742, 1743, 1746, 1747, 1748], "run": [317, 1623, 1629, 1636, 1681, 1713, 1716, 1717, 1720], "s2_op": 1556, "s_": [1743, 1748], "s_op": 1557, "sampl": 1729, "sanit": 0, "save": [470, 776, 1688], "scalartyp": [256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278], "scheme": [387, 433, 434, 435, 436, 437], "script": [0, 470, 1688, 1721], "second": [460, 461], "select_indic": [1085, 1086, 1087, 1088, 1089, 1090], "select_path_indic": 1090, "self": [1713, 1716, 1717, 1720, 1742, 1747], "semi": [818, 1723, 1727], "semicircular": [814, 815], "send": [1654, 1668], "serial": 461, "set": [8, 1729], "set_after_cycle_duti": 318, "set_from": 902, "set_from_fouri": [579, 617, 655, 693, 731, 850, 890], "set_from_gf_data_mul_lr": 1424, "set_from_imfreq": [580, 618, 656, 694, 732, 851, 891], "set_from_imtim": [581, 619, 657, 695, 733, 852, 892], "set_from_legendr": [582, 620, 658, 696, 734, 853, 893], "set_from_pad": [583, 621, 659, 697, 735, 854, 894], "set_hilbert": [266, 277], "set_index": 292, "set_n_operations_before_check": 116, "set_operator_structur": 1561, "set_precision_error": 117, "set_precision_warn": 118, "set_singular_threshold": 119, "set_tail_fit_paramet": 1009, "setdaemon": 1682, "setnam": 1683, "setup": 1690, "shell": 1721, "shelv": [432, 440], "sherman": 403, "short": [397, 1721], "shot": [1713, 1717], "should": 7, "simpl": [468, 1700, 1702, 1707, 1721], "simul": 459, "singl": [1730, 1735], "singular": [412, 415, 417, 418, 421, 424], "size": [21, 120, 229, 240, 267, 278, 293, 368], "size_of_compon": 932, "skeleton": [4, 1698], "sleeptim": [1621, 1625, 1632], "slice": [23, 432, 1700, 1713, 1717], "slice_arrai": [1655, 1669], "slice_inf": 1656, "slice_on_path": 1070, "slice_sup": 1657, "softwar": 1692, "solid_dmft": [4, 1713, 1717], "solut": [386, 1716, 1720, 1732, 1735, 1736, 1737], "solver": [4, 389, 1729, 1741, 1746], "som": 4, "sourc": [1690, 1695, 1704], "sp": [1742, 1747], "space": 444, "space_partit": [247, 248, 249, 250, 251, 252, 253, 254], "special": [409, 425], "spectral": [1713, 1717], "spherical_to_cub": 1529, "spin": [1743, 1748], "squar": [1712, 1739, 1744], "standalon": 0, "standard": 472, "start": [459, 1684, 1689], "start_redirect": 1686, "stat": [0, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 472, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591], "state": [255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 444, 448, 1723, 1727], "statement": 1721, "statevector": 445, "static": [1740, 1745], "statist": [419, 472, 968, 981, 994, 1010, 1021, 1032], "step": [22, 1690, 1698], "stochast": 4, "stop": 1685, "stop_redirect": 1687, "storag": [396, 412, 416, 417, 418, 421, 422, 424], "stride": 24, "string": 0, "structur": [1704, 1743, 1748], "sub_hilbert_spac": [279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293], "subarrai": 1530, "subplot": 1722, "subscript": 421, "sum": [394, 450], "sumk": [1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605], "sumk_discret": [1593, 1594, 1595, 1596, 1597, 1598], "sumk_discrete_from_lattic": [1599, 1600, 1601, 1602, 1603, 1604, 1605], "sumkdiscret": [1594, 1595, 1596, 1597, 1598], "sumkdiscretefromlattic": [1600, 1601, 1602, 1603, 1604, 1605], "super_lattic": [1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480], "support": 388, "surfac": [1739, 1744], "suscept": [1740, 1745], "swap_col": 121, "swap_row": 122, "symmetri": 415, "synopsi": [402, 408, 416, 417, 418, 422, 424], "system": [4, 1743, 1748], "t": [412, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1702, 1743, 1748], "t2g_submatrix": 1531, "t_max": 1053, "t_min": 1054, "tabl": [4, 5], "tail": [0, 404, 409], "target": 423, "target_indic": [160, 172, 185, 584, 622, 660, 698, 736, 855], "target_rank": [585, 623, 661, 699, 737, 856], "target_shap": [161, 173, 186, 586, 624, 662, 700, 738, 857], "tau": [1702, 1729], "tau_estimate_from_error": 376, "tb_from_pythtb": 1498, "tb_from_wannier90": 1499, "tb_to_sympi": 1500, "tblattic": [0, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494], "tbsuperlattic": [1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480], "techniqu": 421, "temperatur": [1743, 1748], "templat": [13, 15, 16, 26, 27, 30, 36, 37, 45, 72, 73, 74, 75, 76, 77, 78, 88, 142, 145, 146, 147, 148, 150, 151, 159, 162, 163, 174, 175, 183, 188, 191, 192, 193, 205, 206, 207, 210, 241, 244, 245, 246, 247, 250, 255, 260, 268, 271, 299, 340, 350, 369, 370, 371, 372, 373, 374, 376, 400, 410, 461], "test": [0, 1707], "text": [448, 1688, 1722], "tf": 409, "the_funct": 1637, "theme": 0, "theorem": [1743, 1748], "theori": [1709, 1728, 1734, 1740, 1742, 1745, 1747], "thi": [459, 1713, 1717, 1722], "thin": 469, "three_j_symbol": 1532, "through": 1700, "tight": [451, 1712, 1726], "tight_bind": [448, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496], "tightbind": [0, 452, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453], "time": [392, 404, 409, 417, 424, 434, 437, 443, 1702, 1723, 1727, 1729], "to_data_index": [933, 944, 956, 969, 982, 995, 1011, 1022, 1033, 1041, 1055], "to_index": [945, 957, 970, 983, 996, 1012, 1023, 1034, 1042, 1056], "to_valu": [946, 958, 971, 984, 997, 1013, 1024, 1043, 1057], "tool": [0, 4, 380, 389, 442, 447, 448, 454, 473, 476, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1688, 1696, 1713, 1717], "toolbox": 4, "total_dens": [587, 625, 663, 701, 739, 777, 858], "tour": [398, 1699], "tprf": 4, "tpsc": [1742, 1743, 1747, 1748], "trace_rho_op": [81, 531], "transform": [25, 386, 397, 404, 408, 443, 449, 910, 1723, 1727, 1740, 1745], "transform_u_matrix": 1533, "transit": [1728, 1734], "transpos": [588, 626, 664, 702, 740, 778, 859, 1101], "travi": 0, "treat": [1630, 1638], "triq": [0, 3, 4, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 385, 388, 389, 392, 402, 444, 447, 455, 460, 469, 470, 471, 472, 473, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1694, 1696, 1698, 1699, 1704, 1705, 1707, 1713, 1717, 1723, 1727, 1729, 1750], "true": [268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278], "try_change_col": 123, "try_change_col_row": 124, "try_change_row": 125, "try_insert": 126, "try_insert_k": 127, "try_refil": 128, "try_remov": 129, "try_remove_k": 130, "tupl": [473, 476], "tutori": [459, 1699, 1713, 1717, 1722, 1733, 1738], "two": [4, 1701, 1702, 1731, 1736, 1742, 1743, 1747, 1748, 1749], "type": [17, 43, 45, 83, 131, 133, 150, 162, 174, 214, 215, 247, 256, 268, 388, 402, 404, 410, 412, 428, 429, 461], "u": [462, 1736, 1742, 1747], "u_": [1742, 1747], "u_j_to_radial_integr": 1520, "u_matrix": [1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533], "u_matrix_kanamori": 1521, "u_matrix_slat": 1522, "ubsan": 0, "ubuntu": [1690, 1697], "under": 402, "unflatten_2d": 212, "unflatten_gf_2d": 213, "unit": [947, 959, 1440, 1445, 1479, 1494], "unitary_matric": [498, 519], "unix": 1692, "unpack_index_site_orbit": 1480, "up": [8, 1729], "updat": [245, 1698], "us": [0, 4, 389, 409, 426, 444, 458, 1688, 1690, 1691, 1699, 1705, 1713, 1717, 1740, 1745], "usag": [388, 409, 471, 1691, 1695], "use_amsmath": 1567, "user": 1699, "util": [390, 473, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687], "v": [381, 1742, 1747], "vacuum_st": [499, 520], "vacuum_subspace_index": [500, 521], "valenc": [1732, 1737], "valu": [400, 432, 917, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1460, 1702, 1723, 1727], "variabl": [421, 457, 1692], "vector": 1700, "veri": 1721, "version": [0, 470, 1690, 1750], "view": [0, 410, 412, 413, 440, 1700], "view_selected_block": [756, 779], "virtual": 1695, "visual": [1728, 1729, 1734], "w2dynam": 4, "w_max": [973, 986, 999, 1045], "w_min": 1046, "wagner": [1743, 1748], "wannier": [1713, 1717], "warmup": 319, "warmup_and_accumul": 320, "warn": 475, "weak": [1742, 1747], "websit": 0, "welcom": 1689, "what": 386, "where": 1689, "who": 7, "why": 1699, "wilson": [816, 817], "window": 430, "work": 403, "wrap": 381, "wrapped_aux": [1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424], "wrapped_aux_desc": [1425, 1426], "wrapper": 4, "write": [7, 459, 1688, 1707, 1724], "write_gf_to_txt": 1102, "x": [421, 1694], "x_data_view": [589, 627, 665, 703, 741, 860], "y": 421, "you": [1707, 1713, 1717], "your": [8, 459, 1693, 1698, 1705], "zero": [590, 628, 666, 704, 742, 757, 780, 861], "zip": 26, "zip_with": 27, "zone": 450, "\u03c3": [1713, 1717]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"(1) Evaluation": [[413, "evaluation"]], "(1) Use the linear index of the mesh": [[426, "use-the-linear-index-of-the-mesh"]], "(2) Building a view": [[413, "building-a-view"]], "(2) Use the mesh_point of the mesh": [[426, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[426, "find-the-closest-mesh-point-from-a-domain-point"]], "(3) Interaction with clef expressions": [[413, "interaction-with-clef-expressions"]], "(4) Interaction with clef expressions": [[426, "interaction-with-clef-expressions"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1713, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1717, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1713, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1717, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1713, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1717, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1713, "3.-Check-convergence"], [1717, "3.-Check-convergence"]], "4. Analytic continuation of the self-energy": [[1713, "4.-Analytic-continuation-of-the-self-energy"], [1717, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1713, "5.-Plot-Spectral-Function"], [1717, "5.-Plot-Spectral-Function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1713, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1717, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"]], "A complete list of requirements": [[1696, null]], "A first DMFT calculation": [[1728, null], [1734, null]], "A lazy sum": [[394, null]], "A little example": [[440, "a-little-example"]], "A mixed C++/Python project": [[1707, "a-mixed-c-python-project"]], "A quick tour in C++": [[1699, "a-quick-tour-in-c"]], "A simple C++ project, with its tests and documentation": [[1707, "a-simple-c-project-with-its-tests-and-documentation"]], "A simple example": [[468, "a-simple-example"]], "A thin layer above matplotlib": [[469, "a-thin-layer-above-matplotlib"]], "A tight-binding model on a square lattice": [[1712, null]], "A very short introduction to python": [[1721, "A-very-short-introduction-to-python"]], "API": [[430, "api"]], "API Changes": [[0, "api-changes"]], "API changes": [[0, "id76"]], "Ab-Initio Tools": [[4, "ab-initio-tools"]], "About TRIQS": [[3, null]], "Accessing the random number generator from the Monte Carlo class": [[458, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "Accessors": [[150, "accessors"], [162, "accessors"], [174, "accessors"]], "Add a line and a column": [[1701, "add-a-line-and-a-column"]], "Add two lines and two columns": [[1701, "add-two-lines-and-two-columns"]], "Addition of a line and a column, or more": [[403, "addition-of-a-line-and-a-column-or-more"]], "Additional Initialization Descriptors": [[1723, "Additional-Initialization-Descriptors"], [1727, "Additional-Initialization-Descriptors"]], "Adjusting the fit parameters (Advanced)": [[430, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[430, "adjusting-the-fit-window-advanced"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1716, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1720, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "Anaconda": [[1690, "anaconda"]], "Analytic Continuation": [[4, "analytic-continuation"]], "Analytically continue the impurity Green\u2019s function": [[1713, "Analytically-continue-the-impurity-Green's-function"], [1717, "Analytically-continue-the-impurity-Green's-function"]], "Analyzing the precomputed results": [[1732, "Analyzing-the-precomputed-results"], [1737, "Analyzing-the-precomputed-results"]], "App4Triqs Application Skeleton": [[4, "app4triqs-application-skeleton"]], "Applications based on TRIQS": [[4, null]], "Apptainer": [[1690, "apptainer"]], "Archives": [[0, "archives"]], "Arithmetic Operations": [[1723, "Arithmetic-Operations"], [1727, "Arithmetic-Operations"]], "Assignment": [[411, null]], "Assignment: << or = operator": [[432, "assignment-or-operator"]], "Authors & contributors": [[3, "authors-contributors"]], "Automatic assignment of containers": [[391, null]], "Averages and Standard Errors": [[472, "averages-and-standard-errors"]], "Basic notions": [[404, null]], "Basic usage": [[388, "basic-usage"]], "Basics": [[1708, null]], "Bath discretization function": [[0, "bath-discretization-function"]], "Behaviour of U_{sp} and U_{ch} vs. U": [[1742, "Behaviour-of-U_{sp}-and-U_{ch}-vs.-U"], [1747, "Behaviour-of-U_{sp}-and-U_{ch}-vs.-U"]], "Bethe lattice DMFT": [[1728, "Bethe-lattice-DMFT"], [1734, "Bethe-lattice-DMFT"]], "Binder": [[1690, "binder"]], "Block Green\u2019s functions": [[1723, "Block-Green's-functions"], [1727, "Block-Green's-functions"]], "Block access": [[440, "block-access"]], "BlockGf": [[0, "blockgf"]], "BlockGf: The complete Green\u2019s function": [[440, null]], "Bracket Accessor": [[432, "bracket-accessor"]], "Bravais Lattice": [[446, null]], "BravaisLattice": [[452, "bravaislattice"]], "Build structure": [[1704, "build-structure"]], "Building the TRIQS documentation": [[1696, "building-the-triqs-documentation"]], "Building the documentation": [[7, "building-the-documentation"]], "C++": [[0, "c"], [463, "c"], [1706, "c"]], "C++ API": [[9, "c-api"]], "C++ compilers": [[1696, "c-compilers"]], "C++ documentation": [[407, null]], "C++ variable names": [[457, "c-variable-names"]], "Calculating": [[1721, "Calculating"]], "Change in gf_struct objects": [[0, "change-in-gf-struct-objects"]], "Change of a column": [[403, "change-of-a-column"]], "Change of a line": [[403, "change-of-a-line"]], "Change of a line and a column": [[403, "change-of-a-line-and-a-column"]], "Changelog": [[0, null]], "Citation": [[3, "citation"]], "Classes": [[11, "classes"], [28, "classes"], [43, "classes"], [82, "classes"], [131, "classes"], [214, "classes"], [294, "classes"], [337, "classes"]], "Clef expressions": [[421, "clef-expressions"]], "Code from previous notebooks": [[1743, "Code-from-previous-notebooks"], [1748, "Code-from-previous-notebooks"]], "Coefficient extraction": [[463, null]], "Cofactors": [[403, "cofactors"]], "Common environment variables": [[1692, "common-environment-variables"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1723, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green's-function"], [1727, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green's-function"]], "Comparison to Hubbard-I solution": [[1716, null], [1720, null]], "Comparison with the literature": [[1734, "Comparison-with-the-literature"]], "Compiling TRIQS from source (Advanced)": [[1690, "compiling-triqs-from-source-advanced"]], "Compiling TRIQS from source using EasyBuild": [[1690, "compiling-triqs-from-source-using-easybuild"]], "Compiling a package from source": [[1695, "compiling-a-package-from-source"]], "Complete documentation/manual/triqs": [[471, "complete-documentation-manual-triqs"]], "Complete evaluation": [[395, "complete-evaluation"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1740, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1745, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Computing a DOS from a tight_binding": [[448, "computing-a-dos-from-a-tight-binding"]], "Concepts": [[406, null], [453, null]], "Conclusion of Exercise 2": [[1736, "Conclusion-of-Exercise-2"]], "Conclusion of Exercise 3": [[1736, "Conclusion-of-Exercise-3"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1726, "Constructing-and-Initializing-a-Lattice-Green's-function"]], "Constructing the Monte Carlo simulation": [[459, "constructing-the-monte-carlo-simulation"]], "Construction/factories": [[461, "construction-factories"]], "Constructors": [[412, "constructors"], [414, null]], "Constructors of gf": [[414, "constructors-of-gf"]], "Contributing": [[6, null]], "Contributing to code and documentation": [[6, "contributing-to-code-and-documentation"]], "Conventions for TRIQS applications": [[1704, null]], "Convertion": [[381, "convertion"]], "Convertion vs wrapping": [[381, null]], "Cpp2Py": [[4, "cpp2py"]], "Cpp2Py: a C++/Python interfacing tool": [[380, null]], "Creation of a non empty det_manip class": [[1701, "creation-of-a-non-empty-det-manip-class"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1702, "creation-of-a-simple-green-s-function-g-i-omega"]], "Creation of a two real time GF G(t,t')": [[1702, "creation-of-a-two-real-time-gf-g-t-t"]], "Creation of an empty det_manip class": [[1701, "creation-of-an-empty-det-manip-class"]], "Customizing your installation": [[1693, null]], "DFT tools - Toolbox for ab initio calculations of correlated materials": [[4, "dft-tools-toolbox-for-ab-initio-calculations-of-correlated-materials"]], "DLR": [[0, "dlr"]], "Data access": [[415, null]], "Data storage": [[412, "data-storage"], [416, "data-storage"], [417, "data-storage"], [418, "data-storage"], [421, "data-storage"], [422, "data-storage"], [424, "data-storage"]], "Declaring and printing an array": [[1700, "declaring-and-printing-an-array"]], "Defining a Tight-Binding Hamiltonian": [[1726, "Defining-a-Tight-Binding-Hamiltonian"]], "Defining a function": [[1721, "Defining-a-function"]], "Defining a new class": [[1721, "Defining-a-new-class"]], "Defining through a lazy expression": [[1700, "defining-through-a-lazy-expression"]], "Density of state and related tools": [[448, null]], "Dependency Management": [[0, "dependency-management"]], "Deprecate use of string indices for Green functions": [[0, "deprecate-use-of-string-indices-for-green-functions"]], "Descriptors": [[439, null]], "Determinant manipulation": [[0, "determinant-manipulation"]], "Direct access to data points": [[432, "direct-access-to-data-points"]], "Disclaimer": [[3, "disclaimer"], [1694, "disclaimer"]], "Docker": [[1690, "docker"]], "Documentation": [[0, "documentation"], [9, null]], "Documentation conventions for C++ code": [[400, "documentation-conventions-for-c-code"]], "Domain": [[406, "domain"]], "Domain & mesh": [[412, "domain-mesh"], [416, "domain-mesh"], [417, "domain-mesh"], [418, "domain-mesh"], [421, "domain-mesh"], [422, "domain-mesh"], [424, "domain-mesh"]], "Dynamic Analyzer Checks (ASAN, UBSAN)": [[0, "dynamic-analyzer-checks-asan-ubsan"]], "Dynamical mean-field theory": [[1728, "Dynamical-mean-field-theory"], [1734, "Dynamical-mean-field-theory"]], "Dynamical mean-field theory on a Bethe lattice": [[1709, null]], "Editing the documentation": [[7, "editing-the-documentation"]], "End of the simulation - gathering results": [[459, "end-of-the-simulation-gathering-results"]], "Environment setup": [[1690, "environment-setup"]], "Environment variables affecting OpenMP": [[1692, "environment-variables-affecting-openmp"]], "Environment variables for software developement": [[1692, "environment-variables-for-software-developement"]], "Evaluate the Green function": [[1726, "Evaluate-the-Green-function"]], "Evaluating CLEF expressions": [[395, null]], "Evaluation method": [[416, "evaluation-method"], [417, "evaluation-method"], [418, "evaluation-method"], [422, "evaluation-method"], [424, "evaluation-method"]], "Exact Diagonalization": [[1725, "Exact-Diagonalization"]], "Example": [[13, "example"], [26, "example"], [145, "example"], [146, "example"], [151, "example"], [207, "example"], [339, "example"], [343, "example"], [346, "example"], [348, "example"], [350, "example"], [371, "example"], [372, "example"], [373, "example"], [374, "example"], [386, "example"], [402, "example"], [408, "example"], [430, "example"], [433, "example"], [434, "example"], [435, "example"], [437, "example"], [452, "example"], [469, "example"], [471, "example"]], "Example of use": [[444, "example-of-use"]], "Example of use: C++": [[389, "example-of-use-c"]], "Example of use: Python": [[389, "example-of-use-python"]], "Example with options": [[469, "example-with-options"]], "Example: the Ising chain in a magnetic field": [[456, null]], "Examples": [[397, "examples"], [412, "examples"], [416, "examples"], [417, "examples"], [418, "examples"], [421, "examples"], [422, "examples"], [424, "examples"], [436, "examples"]], "Exceptions": [[474, null]], "Exercises": [[1723, "Exercises"], [1727, "Exercises"]], "Factories": [[412, "factories"]], "Factories for the regular type": [[412, "factories-for-the-regular-type"]], "Factories for the view type": [[412, "factories-for-the-view-type"]], "Fast calculation using Fourier transform": [[1740, "Fast-calculation-using-Fourier-transform"], [1745, "Fast-calculation-using-Fourier-transform"]], "Fermi surface nesting": [[1739, "Fermi-surface-nesting"], [1744, "Fermi-surface-nesting"]], "FermiSee": [[1714, null], [1718, null]], "Fermions on the square lattice & perfect nesting": [[1739, null], [1744, null]], "Final Steps": [[1698, "final-steps"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1743, null], [1748, null]], "Fitting data": [[468, null]], "Fixes": [[0, "fixes"]], "Flat density of states": [[1723, "Flat-density-of-states"], [1727, "Flat-density-of-states"]], "Floor division": [[1698, "floor-division"]], "Forming CLEF expressions": [[396, null]], "Forming an expression": [[396, "forming-an-expression"]], "Fourier and Legendre to Matsubara transforms": [[443, null]], "Fourier and Legendre transforms": [[404, "fourier-and-legendre-transforms"]], "Fourier transforms": [[408, null], [1723, "Fourier-transforms"], [1727, "Fourier-transforms"]], "Fourier: implementation notes": [[409, null]], "Free Fermions with tight binding hopping": [[451, null]], "Free functions": [[416, "free-functions"], [461, "free-functions"]], "Frequently-asked questions": [[1688, null]], "From the data to the figures": [[470, "from-the-data-to-the-figures"]], "Full documentation/manual/triqs": [[402, "full-documentation-manual-triqs"], [455, null]], "Functional techniques": [[421, "functional-techniques"]], "Functions": [[11, "functions"], [28, "functions"], [43, "functions"], [131, "functions"], [214, "functions"], [294, "functions"], [337, "functions"]], "Fundamental operators": [[1725, "Fundamental-operators"]], "Further reading": [[1690, "further-reading"]], "General": [[0, "general"], [0, "id2"], [0, "id11"], [0, "id22"], [0, "id27"], [0, "id33"], [0, "id41"], [0, "id44"], [0, "id54"], [0, "id58"], [0, "id66"], [0, "id72"]], "General Principle": [[383, null]], "General reminder: Anderson impurity model and CTHYB solver": [[1729, null]], "Generic use": [[458, "generic-use"]], "Get and install clang on linux": [[1691, "get-and-install-clang-on-linux"]], "Get information about a det_manip class": [[1701, "get-information-about-a-det-manip-class"]], "Getting a list of random number generators": [[458, "getting-a-list-of-random-number-generators"]], "Getting help": [[1721, "Getting-help"]], "Gf": [[0, "gf"], [0, "id23"]], "Github discussions": [[6, "github-discussions"]], "Goal of this tutorial": [[1722, "Goal-of-this-tutorial"]], "Goals and questions": [[1740, "Goals-and-questions"], [1745, "Goals-and-questions"]], "Green Functions": [[0, "id81"]], "Green function in real time ": [[404, "green-function-in-real-time-gfretime"]], "Green function meshes (C++)": [[0, "green-function-meshes-c"]], "Green functions": [[0, "green-functions"]], "Green\u2019s function and HDF5 files": [[1703, null]], "Green\u2019s functions": [[0, "greens-functions"], [431, null], [1702, null]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1698, null]], "HDF5": [[0, "id79"], [440, "hdf5"]], "HDF5 Archives": [[1724, null]], "HDF5 Archiving": [[1700, "hdf5-archiving"]], "HDF5 data scheme": [[387, "hdf5-data-scheme"], [433, "hdf5-data-scheme"], [434, "hdf5-data-scheme"], [435, "hdf5-data-scheme"], [436, "hdf5-data-scheme"], [437, "hdf5-data-scheme"]], "HDF5 storage convention": [[412, "hdf5-storage-convention"], [416, "hdf5-storage-convention"], [417, "hdf5-storage-convention"], [418, "hdf5-storage-convention"], [421, "hdf5-storage-convention"], [422, "hdf5-storage-convention"], [424, "hdf5-storage-convention"]], "HDFArchive": [[387, "hdfarchive"]], "HDFArchiveGroup": [[387, "hdfarchivegroup"]], "HDFArchiveInert": [[387, "hdfarchiveinert"]], "Hamiltonians": [[464, null]], "Hartree Fock solver": [[4, "hartree-fock-solver"]], "Hdf-compliant objects": [[387, "hdf-compliant-objects"]], "Headers": [[388, "headers"]], "Helper functions": [[466, null]], "High-Frequency moments of the Green\u2019s function": [[430, null], [441, null]], "High-frequency tail": [[404, "high-frequency-tail"]], "Hilbert Transform": [[449, null]], "Histograms and text": [[1722, "Histograms-and-text"]], "How does a class become hdf-compliant?": [[387, "how-does-a-class-become-hdf-compliant"]], "How does it work ?": [[403, null]], "How to contribute to documentation?": [[7, null]], "How to determine the version of the installed TRIQS library": [[1750, "how-to-determine-the-version-of-the-installed-triqs-library"]], "How to fill a GF with placeholders": [[1702, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1702, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "How to make a pull request?": [[8, null]], "Hubbard I solver": [[4, "hubbard-i-solver"]], "Hybridization-expansion solver": [[4, "hybridization-expansion-solver"]], "If statements": [[1721, "If-statements"]], "Imaginary-frequency Green\u2019s functions": [[1723, "Imaginary-frequency-Green's-functions"], [1727, "Imaginary-frequency-Green's-functions"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1702, "imaginary-time-green-s-functions-g-tau"]], "Implementation in imaginary time/frequency using FFTW": [[409, "implementation-in-imaginary-time-frequency-using-fftw"]], "Implementation in real time/frequency using FFTW": [[409, "implementation-in-real-time-frequency-using-fftw"]], "Implementation notes": [[427, null]], "Importing modules": [[1721, "Importing-modules"]], "Imports and parameters": [[1726, "Imports-and-parameters"]], "Impurity Solvers": [[4, "impurity-solvers"]], "Initializing the MPI": [[459, "initializing-the-mpi"]], "Inline plots": [[1722, "Inline-plots"]], "Install structure": [[1704, "install-structure"]], "Installation": [[0, "installation"], [0, "id77"], [1690, null]], "Installation of the dependencies": [[1694, "installation-of-the-dependencies"]], "Installation steps": [[1690, "installation-steps"]], "Installing required libraries on Ubuntu": [[1697, null]], "Interaction with CLEF expressions": [[405, null]], "Interactive shell mode": [[1721, "Interactive-shell-mode"]], "Interface to Omegamaxent": [[4, "interface-to-omegamaxent"]], "Interface to the NRG Ljubljana impurity solver": [[4, "interface-to-the-nrg-ljubljana-impurity-solver"]], "Interface to the pomerol exact diagonalization solver (external)": [[4, "interface-to-the-pomerol-exact-diagonalization-solver-external"]], "Interface to the w2dynamics impurity solver": [[4, "interface-to-the-w2dynamics-impurity-solver"]], "Interpolation method": [[412, "interpolation-method"], [421, "interpolation-method"]], "Introducing python and the ipython notebook": [[1721, null]], "Introduction": [[388, "introduction"], [457, null], [472, "introduction"]], "Introduction & Motivations": [[453, "introduction-motivations"]], "Introduction to multivariable Green\u2019s functions": [[1726, null]], "Introductory example": [[447, "introductory-example"]], "Issue 819 - Atom Diag": [[0, "issue-819-atom-diag"]], "Issues": [[1697, "issues"]], "Issues and feature requests": [[6, "issues-and-feature-requests"]], "Iteration over monomials": [[461, "iteration-over-monomials"]], "Iterator": [[440, "iterator"]], "Iterators": [[412, "iterators"]], "J = 0.0": [[1736, "J-=-0.0"], [1736, "id1"]], "J = 0.1 U": [[1736, "J-=-0.1-U"], [1736, "id2"]], "J = 0.2 U": [[1736, "J-=-0.2-U"], [1736, "id3"]], "Jenkins Sanitizer Checks": [[0, "jenkins-sanitizer-checks"]], "Lattice": [[0, "lattice"]], "Lazy expressions": [[432, "lazy-expressions"]], "Learn more about Python, ipython and the notebook": [[1710, null]], "Legendre to Matsubara": [[443, "legendre-to-matsubara"]], "License": [[3, "license"]], "Linear (Lin) Binning": [[338, "linear-lin-binning"]], "Linear algebra": [[1700, "linear-algebra"]], "Lists": [[1721, "Lists"]], "Logarithmic (Log) Binning": [[338, "logarithmic-log-binning"]], "Logo files": [[3, "logo-files"]], "MPI": [[0, "mpi"]], "MPI documentation/manual/triqs": [[388, "mpi-documentation-manual-triqs"]], "MPI example": [[388, "mpi-example"]], "Main program": [[456, "main-program"]], "Make mpi functionality standalone and change namespace": [[0, "make-mpi-functionality-standalone-and-change-namespace"]], "Make range and itertools functionality standalone": [[0, "make-range-and-itertools-functionality-standalone"]], "Making the plot prettier": [[1722, "Making-the-plot-prettier"]], "Making your pull request": [[8, "making-your-pull-request"]], "Manipulating fermionic operators": [[1725, null]], "Manipulations of determinants": [[401, null]], "Manual": [[9, "manual"], [377, null]], "Many-body operators": [[0, "many-body-operators"], [0, "id78"]], "Map and fold": [[1700, "map-and-fold"]], "Matplotlib Examples": [[1722, null]], "Matrices and vectors": [[1700, "matrices-and-vectors"]], "Matrix-Valued Green\u2019s functions": [[1723, "Matrix-Valued-Green's-functions"], [1727, "Matrix-Valued-Green's-functions"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[404, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function in imaginary time ": [[404, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[404, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Matsubara Green\u2019s functions": [[1702, "matsubara-green-s-functions"]], "Maxent": [[4, "maxent"]], "Measure": [[456, "measure"]], "Member functions": [[17, "member-functions"], [31, "member-functions"], [33, "member-functions"], [38, "member-functions"], [45, "member-functions"], [83, "member-functions"], [133, "member-functions"], [150, "member-functions"], [162, "member-functions"], [174, "member-functions"], [215, "member-functions"], [230, "member-functions"], [241, "member-functions"], [247, "member-functions"], [256, "member-functions"], [268, "member-functions"], [279, "member-functions"], [295, "member-functions"], [321, "member-functions"], [331, "member-functions"], [338, "member-functions"], [352, "member-functions"], [410, "member-functions"], [428, "member-functions"], [429, "member-functions"]], "Member types": [[17, "member-types"], [45, "member-types"], [83, "member-types"], [133, "member-types"], [150, "member-types"], [162, "member-types"], [174, "member-types"], [215, "member-types"], [247, "member-types"], [256, "member-types"], [268, "member-types"], [410, "member-types"], [428, "member-types"], [429, "member-types"], [461, "member-types"]], "Mermin-Wagner theorem": [[1743, "Mermin-Wagner-theorem"], [1748, "Mermin-Wagner-theorem"]], "Mesh": [[406, "mesh"]], "MeshPoint": [[406, "meshpoint"]], "Meshes": [[0, "meshes"], [0, "id9"]], "Methods": [[461, "methods"]], "Misc": [[419, null]], "Miscellaneous": [[0, "miscellaneous"]], "Model DMFT": [[1711, null]], "Monte Carlo loop and connection with moves and measures": [[457, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Monte-Carlo tools": [[0, "monte-carlo-tools"]], "More complex examples": [[393, null]], "More examples": [[1722, "More-examples"]], "Motivation: a little tour of CLEF": [[398, null]], "Move assign operator": [[411, "move-assign-operator"]], "Move multi-array into TRIQS/nda library": [[0, "move-multi-array-into-triqs-nda-library"]], "Moves and measures": [[459, "moves-and-measures"]], "Multidimensional arrays": [[1700, null]], "Multiple panels figures": [[469, "multiple-panels-figures"]], "Nevanlinna Analytic Continuation": [[4, "nevanlinna-analytic-continuation"]], "New website theme": [[0, "new-website-theme"]], "No longer install googletest": [[0, "no-longer-install-googletest"]], "Non Member functions": [[83, "non-member-functions"], [133, "non-member-functions"], [150, "non-member-functions"], [162, "non-member-functions"], [174, "non-member-functions"], [215, "non-member-functions"], [230, "non-member-functions"], [247, "non-member-functions"], [256, "non-member-functions"], [268, "non-member-functions"], [279, "non-member-functions"], [295, "non-member-functions"], [352, "non-member-functions"], [428, "non-member-functions"]], "Non-interacting lattice Green\u2019s function": [[1739, "Non-interacting-lattice-Green's-function"], [1744, "Non-interacting-lattice-Green's-function"]], "Non-member functions": [[410, "non-member-functions"]], "Non-owning views (C++)": [[0, "non-owning-views-c"]], "Notation": [[400, "notation"]], "Notations and documentation conventions": [[400, null]], "Note: weakness of RPA": [[1742, "Note:-weakness-of-RPA"], [1747, "Note:-weakness-of-RPA"]], "Number operator": [[1725, "Number-operator"]], "Numpy Broadcasting": [[1726, "Numpy-Broadcasting"]], "Observables": [[465, null]], "Obtaining the density": [[1723, "Obtaining-the-density"], [1727, "Obtaining-the-density"]], "Operations": [[83, "operations"], [432, "operations"], [440, "operations"]], "Operations with operators": [[1725, "Operations-with-operators"]], "Operator []": [[426, null]], "Operator()": [[413, null]], "Other Applications": [[4, "other-applications"]], "Overloaded operations": [[461, "overloaded-operations"]], "Overloading functions": [[399, "overloading-functions"]], "Overloading functions and methods for CLEF arguments": [[399, null]], "Overloading operator() and other methods": [[399, "overloading-operator-and-other-methods"]], "PYED - Exact diagonalization for finite quantum systems (external)": [[4, "pyed-exact-diagonalization-for-finite-quantum-systems-external"]], "Packaged Versions of TRIQS": [[1690, "packaged-versions-of-triqs"]], "Pade analytical continuation": [[1723, "Pade-analytical-continuation"], [1727, "Pade-analytical-continuation"]], "Parameter & construction": [[402, "parameter-construction"]], "Parameters": [[13, "parameters"], [14, "parameters"], [15, "parameters"], [18, "parameters"], [23, "parameters"], [24, "parameters"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [30, "parameters"], [44, "parameters"], [46, "parameters"], [47, "parameters"], [48, "parameters"], [49, "parameters"], [50, "parameters"], [51, "parameters"], [53, "parameters"], [61, "parameters"], [62, "parameters"], [64, "parameters"], [70, "parameters"], [72, "parameters"], [73, "parameters"], [74, "parameters"], [75, "parameters"], [76, "parameters"], [77, "parameters"], [78, "parameters"], [79, "parameters"], [80, "parameters"], [81, "parameters"], [88, "parameters"], [114, "parameters"], [126, "parameters"], [142, "parameters"], [145, "parameters"], [146, "parameters"], [147, "parameters"], [148, "parameters"], [151, "parameters"], [159, "parameters"], [163, "parameters"], [171, "parameters"], [175, "parameters"], [183, "parameters"], [184, "parameters"], [188, "parameters"], [191, "parameters"], [192, "parameters"], [193, "parameters"], [205, "parameters"], [206, "parameters"], [207, "parameters"], [208, "parameters"], [210, "parameters"], [219, "parameters"], [222, "parameters"], [223, "parameters"], [224, "parameters"], [226, "parameters"], [228, "parameters"], [231, "parameters"], [232, "parameters"], [233, "parameters"], [234, "parameters"], [235, "parameters"], [236, "parameters"], [238, "parameters"], [239, "parameters"], [242, "parameters"], [244, "parameters"], [245, "parameters"], [246, "parameters"], [248, "parameters"], [249, "parameters"], [250, "parameters"], [252, "parameters"], [253, "parameters"], [258, "parameters"], [259, "parameters"], [260, "parameters"], [262, "parameters"], [263, "parameters"], [264, "parameters"], [265, "parameters"], [266, "parameters"], [269, "parameters"], [270, "parameters"], [271, "parameters"], [273, "parameters"], [274, "parameters"], [275, "parameters"], [276, "parameters"], [277, "parameters"], [280, "parameters"], [281, "parameters"], [283, "parameters"], [285, "parameters"], [286, "parameters"], [287, "parameters"], [288, "parameters"], [290, "parameters"], [291, "parameters"], [292, "parameters"], [296, "parameters"], [297, "parameters"], [299, "parameters"], [302, "parameters"], [316, "parameters"], [317, "parameters"], [318, "parameters"], [319, "parameters"], [320, "parameters"], [332, "parameters"], [339, "parameters"], [340, "parameters"], [345, "parameters"], [350, "parameters"], [351, "parameters"], [354, "parameters"], [356, "parameters"], [357, "parameters"], [360, "parameters"], [361, "parameters"], [362, "parameters"], [365, "parameters"], [366, "parameters"], [367, "parameters"], [369, "parameters"], [370, "parameters"], [371, "parameters"], [372, "parameters"], [373, "parameters"], [374, "parameters"], [375, "parameters"], [376, "parameters"], [400, "parameters"]], "Parameters (KEYWORD argument ONLY)": [[433, "parameters-keyword-argument-only"], [434, "parameters-keyword-argument-only"], [435, "parameters-keyword-argument-only"], [436, "parameters-keyword-argument-only"], [437, "parameters-keyword-argument-only"], [554, "parameters-keyword-argument-only"], [592, "parameters-keyword-argument-only"], [630, "parameters-keyword-argument-only"], [668, "parameters-keyword-argument-only"], [706, "parameters-keyword-argument-only"]], "Parameters (Option 1)": [[936, "parameters-option-1"], [949, "parameters-option-1"], [1035, "parameters-option-1"], [1047, "parameters-option-1"]], "Parameters (Option 2)": [[936, "parameters-option-2"], [949, "parameters-option-2"], [1035, "parameters-option-2"], [1047, "parameters-option-2"]], "Partial evaluation": [[395, "partial-evaluation"], [420, null], [420, "id1"], [1726, "Partial-evaluation"]], "Phase diagram exploration": [[1715, null], [1719, null]], "Placeholders": [[396, "placeholders"]], "Plot of the self-energy \u03a3": [[1713, "Plot-of-the-self-energy-\u03a3"], [1717, "Plot-of-the-self-energy-\u03a3"]], "Plot options": [[432, "plot-options"]], "Plot protocol [Advanced]": [[469, "plot-protocol-advanced"]], "Plotting TRIQS objects": [[469, null]], "Plotting protocols": [[467, null]], "Port your Python files to Python 3": [[1698, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1698, "porting-ipython-notebooks"]], "Porting Script": [[0, "porting-script"], [0, "id10"]], "Porting to TRIQS 3.0": [[1698, "porting-to-triqs-3-0"]], "Preparation": [[1698, "preparation"]], "Prerequisites": [[1690, "prerequisites"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1694, null]], "Principle": [[386, "principle"]], "Processing Correlated Data": [[472, "processing-correlated-data"]], "Profiling in C++ and Python": [[1706, null]], "Public member functions": [[402, "public-member-functions"]], "Public members": [[133, "public-members"]], "Public types": [[402, "public-types"]], "PureFunctionOnDomain": [[406, "purefunctionondomain"]], "Python": [[0, "python"], [461, "python"], [463, "python"], [1706, "python"]], "Python & C++": [[1689, "python-c"]], "Python 3.10": [[0, "python-3-10"]], "Python API": [[9, "python-api"], [441, "python-api"]], "Python API of the desc file": [[384, null]], "Python Tutorials": [[1699, "python-tutorials"]], "Python Virtual Environments": [[1695, null]], "Python classes": [[0, "python-classes"]], "Python documentation": [[438, null]], "Python include warnings": [[475, null]], "Python-like approach to matplotlib": [[1722, "Python-like-approach-to-matplotlib"]], "Q: How do I save the triqs hash and script for debugging purposes?": [[1688, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1688, "q-how-do-i-write-my-gf-data-to-text-files-e-g-to-plot-using-other-plotting-tools"]], "Questions": [[1743, "Questions"], [1748, "Questions"]], "RPA solver": [[1741, "RPA-solver"], [1746, "RPA-solver"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1743, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1748, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "Random number generator": [[458, null]], "Random number generators": [[471, null]], "Reading a DOS from a text file": [[448, "reading-a-dos-from-a-text-file"]], "Reading from an archive": [[1724, "Reading-from-an-archive"]], "Real-time Green\u2019s functions G(t)": [[1702, "real-time-green-s-functions-g-t"]], "Reference": [[433, "reference"], [434, "reference"], [435, "reference"], [436, "reference"], [437, "reference"], [439, "reference"], [440, "reference"], [468, "reference"]], "Reference documentation/manual": [[387, null], [447, "reference-documentation-manual"]], "Regenerate desc files": [[1698, "regenerate-desc-files"]], "Remarks": [[1743, "Remarks"], [1748, "Remarks"]], "Reminder: The TRIQS BlockGf object": [[1713, "Reminder:-The-TRIQS-BlockGf-object"], [1717, "Reminder:-The-TRIQS-BlockGf-object"]], "Removal of a line and a column, or more": [[403, "removal-of-a-line-and-a-column-or-more"]], "Removal of deprecated API": [[0, "removal-of-deprecated-api"]], "Remove a line and a column": [[1701, "remove-a-line-and-a-column"]], "Remove two lines and two columns": [[1701, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1701, "remove-add-the-one-two-last-lines-and-columns"]], "Renamings": [[0, "renamings"]], "Replace one line and column": [[1701, "replace-one-line-and-column"]], "Reproducibility, provenance": [[470, null]], "Require C++20 capable compiler": [[0, "require-c-20-capable-compiler"]], "Retarded Green\u2019s function in real frequencies ": [[404, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Return value": [[400, "return-value"]], "Returns": [[44, "returns"], [46, "returns"], [47, "returns"], [48, "returns"], [49, "returns"], [54, "returns"], [61, "returns"], [62, "returns"], [63, "returns"], [72, "returns"], [73, "returns"], [74, "returns"], [75, "returns"], [76, "returns"], [77, "returns"], [78, "returns"], [79, "returns"], [80, "returns"], [81, "returns"], [145, "returns"], [146, "returns"], [147, "returns"], [148, "returns"], [191, "returns"], [192, "returns"], [193, "returns"], [205, "returns"], [206, "returns"], [208, "returns"], [216, "returns"], [217, "returns"], [218, "returns"], [220, "returns"], [221, "returns"], [224, "returns"], [228, "returns"], [229, "returns"], [232, "returns"], [233, "returns"], [236, "returns"], [237, "returns"], [238, "returns"], [239, "returns"], [240, "returns"], [249, "returns"], [251, "returns"], [252, "returns"], [253, "returns"], [254, "returns"], [257, "returns"], [259, "returns"], [261, "returns"], [262, "returns"], [263, "returns"], [264, "returns"], [265, "returns"], [267, "returns"], [270, "returns"], [272, "returns"], [273, "returns"], [274, "returns"], [275, "returns"], [276, "returns"], [278, "returns"], [282, "returns"], [283, "returns"], [284, "returns"], [285, "returns"], [288, "returns"], [289, "returns"], [290, "returns"], [291, "returns"], [293, "returns"], [296, "returns"], [303, "returns"], [317, "returns"], [319, "returns"], [320, "returns"], [341, "returns"], [342, "returns"], [343, "returns"], [344, "returns"], [345, "returns"], [346, "returns"], [347, "returns"], [348, "returns"], [349, "returns"], [351, "returns"], [355, "returns"], [358, "returns"], [359, "returns"], [360, "returns"], [362, "returns"], [363, "returns"], [364, "returns"], [365, "returns"], [366, "returns"], [367, "returns"], [368, "returns"], [369, "returns"], [370, "returns"], [371, "returns"], [372, "returns"], [373, "returns"], [374, "returns"], [375, "returns"], [376, "returns"]], "Returns:": [[1643, "returns"]], "SOM - Stochastic Optimization Method for Analytic Continuation (external)": [[4, "som-stochastic-optimization-method-for-analytic-continuation-external"]], "Saving the script in the data archive": [[470, "saving-the-script-in-the-data-archive"]], "Script mode": [[1721, "Script-mode"]], "Second-quantization operators": [[461, null]], "Semi-circular density of states": [[1723, "Semi-circular-density-of-states"], [1727, "Semi-circular-density-of-states"]], "Serialization & HDF5": [[461, "serialization-hdf5"]], "Setting up the impurity solver": [[1729, "Setting-up-the-impurity-solver"]], "Setting up your fork repository": [[8, "setting-up-your-fork-repository"]], "Short notation with >> operator": [[397, "short-notation-with-operator"]], "Simple loops / indentation": [[1721, "Simple-loops-/-indentation"]], "Simple operations": [[1700, "simple-operations"]], "Single-orbital Hubbard model": [[1730, null], [1735, null]], "Singularity": [[412, "singularity"], [417, "singularity"], [418, "singularity"], [421, "singularity"], [424, "singularity"]], "Slicing": [[432, "slicing"]], "Solution 1": [[1735, "Solution-1"], [1736, "Solution-1"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[386, null]], "Solution 2": [[1735, "Solution-2"], [1736, "Solution-2"]], "Solution 3": [[1735, "Solution-3"]], "Solution 4": [[1735, "Solution-4"]], "Solution 5": [[1735, "Solution-5"]], "Solution 6": [[1735, "Solution-6"]], "Solution of exercise 3": [[1736, "Solution-of-exercise-3"]], "Source structure": [[1704, "source-structure"]], "Special case of real functions in time for bosons": [[409, "special-case-of-real-functions-in-time-for-bosons"]], "Special case of real functions in time for fermions": [[409, "special-case-of-real-functions-in-time-for-fermions"]], "Specializations": [[425, null]], "Square lattice with nearest-neighbour hopping": [[1739, "Square-lattice-with-nearest-neighbour-hopping"], [1744, "Square-lattice-with-nearest-neighbour-hopping"]], "Starting the Monte Carlo simulation": [[459, "starting-the-monte-carlo-simulation"]], "StateVector Concept": [[445, null]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1740, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1745, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Statistic": [[419, "statistic"]], "Storage of expressions [advanced]": [[396, "storage-of-expressions-advanced"]], "Subplots": [[1722, "Subplots"]], "Subscript operator": [[421, "subscript-operator"]], "Sums over Brillouin zone": [[450, null]], "Supported functions and types": [[388, "supported-functions-and-types"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1740, null], [1745, null]], "Synopsis": [[402, "synopsis"], [408, "synopsis"], [416, "synopsis"], [417, "synopsis"], [418, "synopsis"], [422, "synopsis"], [424, "synopsis"]], "TPRF - The Two-Particle Response Function tool box": [[4, "tprf-the-two-particle-response-function-tool-box"]], "TPSC and the Mermin-Wagner theorem": [[1743, "TPSC-and-the-Mermin-Wagner-theorem"], [1748, "TPSC-and-the-Mermin-Wagner-theorem"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1743, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1748, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "TRIQS / solid_dmft tutorial": [[1713, null], [1717, null]], "TRIQS 3.2": [[1689, null]], "TRIQS Community Meeting 2024": [[1689, "triqs-community-meeting-2024"]], "TRIQS Green\u2019s functions": [[1723, null], [1727, null]], "TRIQS Solver benchmarks": [[4, "triqs-solver-benchmarks"]], "TRIQS applications": [[1689, "triqs-applications"]], "TRIQS applications version numbering": [[1750, "triqs-applications-version-numbering"]], "TRIQS code version": [[470, "triqs-code-version"]], "TRIQS version numbering": [[1750, "triqs-version-numbering"]], "Table of Contents": [[4, "table-of-contents"]], "Table of contents": [[5, null]], "Target reinterpretation": [[423, null]], "Template parameters": [[13, "template-parameters"], [15, "template-parameters"], [16, "template-parameters"], [26, "template-parameters"], [27, "template-parameters"], [30, "template-parameters"], [36, "template-parameters"], [37, "template-parameters"], [45, "template-parameters"], [72, "template-parameters"], [73, "template-parameters"], [74, "template-parameters"], [75, "template-parameters"], [76, "template-parameters"], [77, "template-parameters"], [78, "template-parameters"], [88, "template-parameters"], [142, "template-parameters"], [145, "template-parameters"], [146, "template-parameters"], [147, "template-parameters"], [148, "template-parameters"], [150, "template-parameters"], [151, "template-parameters"], [159, "template-parameters"], [162, "template-parameters"], [163, "template-parameters"], [174, "template-parameters"], [175, "template-parameters"], [183, "template-parameters"], [188, "template-parameters"], [191, "template-parameters"], [192, "template-parameters"], [193, "template-parameters"], [205, "template-parameters"], [206, "template-parameters"], [207, "template-parameters"], [210, "template-parameters"], [241, "template-parameters"], [244, "template-parameters"], [245, "template-parameters"], [246, "template-parameters"], [247, "template-parameters"], [250, "template-parameters"], [255, "template-parameters"], [260, "template-parameters"], [268, "template-parameters"], [271, "template-parameters"], [299, "template-parameters"], [340, "template-parameters"], [350, "template-parameters"], [369, "template-parameters"], [370, "template-parameters"], [371, "template-parameters"], [372, "template-parameters"], [373, "template-parameters"], [374, "template-parameters"], [376, "template-parameters"], [400, "template-parameters"], [410, "template-parameters"], [461, "template-parameters"]], "Tests": [[0, "tests"], [0, "id80"]], "The BravaisLattice and TightBinding classes: definitions and example": [[452, null]], "The C++ code for this problem": [[459, "the-c-code-for-this-problem"]], "The DOS computed from a function": [[448, "the-dos-computed-from-a-function"]], "The Density of state: DOS": [[448, "the-density-of-state-dos"]], "The FFTW library": [[409, "the-fftw-library"]], "The Measure concept": [[453, "the-measure-concept"]], "The Monte Carlo loop": [[457, "the-monte-carlo-loop"]], "The Move concept": [[453, "the-move-concept"]], "The Sherman-Morrison formula": [[403, "the-sherman-morrison-formula"]], "The TRIQS/CTHYB impurity solver": [[1729, "The-TRIQS/CTHYB-impurity-solver"]], "The blocks: matrix-valued Green\u2019s functions": [[432, null]], "The cfunction class": [[378, null]], "The class_ class": [[379, null]], "The configuration": [[456, "the-configuration"]], "The det_manip class": [[402, null]], "The ipython notebook": [[1721, "The-ipython-notebook"]], "The iterated perturbation theory": [[1728, "The-iterated-perturbation-theory"], [1734, "The-iterated-perturbation-theory"]], "The measure": [[459, "the-measure"]], "The module_ class": [[382, null]], "The move": [[456, "the-move"], [459, "the-move"]], "The numpy library": [[1721, "The-numpy-library"]], "The random phase approximation (RPA)": [[1741, null], [1746, null]], "Theory": [[1740, "Theory"], [1742, "Theory"], [1745, "Theory"], [1747, "Theory"]], "This concludes the first tutorial. You may now continue with tutorial 02-FermiSee.": [[1713, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1717, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "TightBinding": [[452, "tightbinding"]], "TightBinding and TBLattice improvements": [[0, "tightbinding-and-tblattice-improvements"]], "Time to frequency": [[443, "time-to-frequency"]], "Tools and Libraries": [[1696, "tools-and-libraries"]], "Tools for GFs": [[442, null]], "Tools for Monte Carlo": [[454, null]], "Transform CLEF expressions into functions": [[397, null]], "Tuple tools": [[476, null]], "Tutorial": [[459, null]], "Tutorial repository": [[1738, null]], "Tutorials": [[1733, null]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1702, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Two-orbital Hubbard model": [[1731, null], [1736, null]], "Two-particle Response": [[1749, null]], "Two-particle self consistency (TPSC)": [[1742, null], [1747, null]], "Type aliases": [[43, "type-aliases"], [131, "type-aliases"], [214, "type-aliases"]], "Types of Green\u2019s functions": [[404, "types-of-green-s-functions"]], "U matrix construction": [[462, null]], "Ubuntu Debian packages": [[1690, "ubuntu-debian-packages"]], "Under the hood \u2026": [[402, "under-the-hood"]], "Unix environment variables": [[1692, null]], "Update app4triqs skeleton": [[1698, "update-app4triqs-skeleton"]], "Usage": [[471, "usage"], [1691, "usage"], [1695, "usage"]], "Usage of the tail in the TF": [[409, "usage-of-the-tail-in-the-tf"]], "User guide": [[1699, null]], "Using TRIQS in your own C++ project": [[1705, null]], "Using the clang compiler": [[1691, null]], "Utility functions for atom_diag": [[390, null]], "Valence-Bond DMFT solution of the Hubbard model": [[1732, null], [1737, null]], "Version 1.0": [[0, "version-1-0"]], "Version 1.1": [[0, "version-1-1"]], "Version 1.2": [[0, "version-1-2"]], "Version 1.3": [[0, "version-1-3"]], "Version 1.4": [[0, "version-1-4"]], "Version 1.5": [[0, "version-1-5"]], "Version 2.0.0": [[0, "version-2-0-0"]], "Version 2.1.0": [[0, "version-2-1-0"]], "Version 2.1.1": [[0, "version-2-1-1"]], "Version 2.2.0": [[0, "version-2-2-0"]], "Version 2.2.1": [[0, "version-2-2-1"]], "Version 2.2.2": [[0, "version-2-2-2"]], "Version 2.2.3": [[0, "version-2-2-3"]], "Version 3.0.0": [[0, "version-3-0-0"]], "Version 3.0.1": [[0, "version-3-0-1"]], "Version 3.0.2": [[0, "version-3-0-2"]], "Version 3.1.0": [[0, "version-3-1-0"]], "Version 3.1.1": [[0, "version-3-1-1"]], "Version 3.2.0": [[0, "version-3-2-0"]], "Version 3.2.1": [[0, "version-3-2-1"]], "Version compatibility": [[1750, null]], "View or copies?": [[440, "view-or-copies"]], "Views: ranges and slices": [[1700, "views-ranges-and-slices"]], "Visualizing the Matsubara-frequency results": [[1729, "Visualizing-the-Matsubara-frequency-results"]], "Visualizing the Mott transition": [[1728, "Visualizing-the-Mott-transition"], [1734, "Visualizing-the-Mott-transition"]], "Visualizing the imaginary time sampled G(\\tau)": [[1729, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Welcome": [[1689, null]], "What happens in detail?": [[386, "what-happens-in-detail"]], "Where to start?": [[1689, "where-to-start"]], "Who should write documentation?": [[7, "who-should-write-documentation"]], "Why use TRIQS?": [[1699, "why-use-triqs"]], "Wrapping classes from C++ to Python": [[381, "wrapping-classes-from-c-to-python"]], "Writing to an archive": [[1724, "Writing-to-an-archive"]], "Writing you own C++ code with TRIQS": [[1707, null]], "Writing your own Monte Carlo simulation": [[459, "writing-your-own-monte-carlo-simulation"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[433, null]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[434, null]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[435, null]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[436, null]], "[GfReTime] Retarded Green\u2019s function in real time": [[437, null]], "[block_gf] Block Green functions": [[412, null]], "[gf] Green function on Matsubara frequencies": [[416, null]], "[gf] Matsubara imaginary time": [[417, null]], "[gf] Legendre representation": [[418, null]], "[gf>] Multiple variables": [[421, null]], "[gf] Real frequencies": [[422, null]], "[gf] Real time": [[424, null]], "[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[389, null]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[392, null]], "[triqs/h5] The HDF5 format": [[385, null]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[444, null]], "[triqs/lattice] Lattice tools": [[447, null]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[460, null]], "[triqs/stat] Statistical Analysis": [[472, null]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[473, null]], "\\chi_0 calculator for arbitrary \\beta": [[1743, "\\chi_0-calculator-for-arbitrary-\\beta"], [1748, "\\chi_0-calculator-for-arbitrary-\\beta"]], "add": [[400, "add"]], "app4triqs": [[0, "app4triqs"]], "apply": [[476, "apply"]], "array": [[0, "array"], [0, "id60"]], "arrays": [[0, "arrays"], [0, "id70"]], "atom_diag": [[0, "atom-diag"], [0, "id19"], [0, "id28"], [0, "id64"]], "c++20": [[0, "c-20"]], "c++2py": [[0, "c-2py"]], "called_on_tuple": [[476, "called-on-tuple"]], "clef": [[0, "clef"]], "clef::function": [[397, "clef-function"]], "cmake": [[0, "cmake"], [0, "id4"], [0, "id6"], [0, "id12"], [0, "id21"], [0, "id24"], [0, "id29"], [0, "id34"], [0, "id40"], [0, "id43"], [0, "id45"], [0, "id57"], [0, "id61"], [0, "id69"]], "cmake options": [[1693, "cmake-options"]], "cpp2py": [[0, "cpp2py"], [0, "id35"]], "data": [[415, "data"]], "det_manip": [[0, "det-manip"], [0, "id63"]], "det_manip: Determinant manipulations for CTQMC": [[1701, null]], "detmanip": [[0, "detmanip"]], "doc": [[0, "doc"], [0, "id3"], [0, "id7"], [0, "id13"], [0, "id26"], [0, "id30"], [0, "id38"], [0, "id42"], [0, "id46"], [0, "id56"], [0, "id65"], [0, "id71"]], "energies_on_bz_path": [[452, "energies-on-bz-path"]], "fold": [[476, "fold"]], "for_each": [[476, "for-each"]], "for_each_zip": [[476, "for-each-zip"]], "fourier": [[0, "fourier"], [0, "id68"], [408, "fourier"]], "fourier,tail": [[0, "fourier-tail"]], "gf": [[0, "id8"], [0, "id14"], [0, "id20"], [0, "id31"], [0, "id36"], [0, "id39"], [0, "id47"], [0, "id59"], [0, "id73"]], "gf and views": [[410, null]], "gf/py": [[0, "gf-py"]], "h5": [[0, "h5"]], "h5py dependency": [[0, "h5py-dependency"]], "hdf5": [[0, "hdf5"]], "itertools": [[0, "itertools"], [11, null]], "itertools::chunk_range": [[12, null]], "itertools::enumerate": [[13, null]], "itertools::foreach": [[14, null]], "itertools::product": [[15, null]], "itertools::product_range": [[16, null]], "itertools::range": [[17, null]], "itertools::range::constructor": [[18, null]], "itertools::range::first": [[19, null]], "itertools::range::last": [[20, null]], "itertools::range::size": [[21, null]], "itertools::range::step": [[22, null]], "itertools::slice": [[23, null]], "itertools::stride": [[24, null]], "itertools::transform": [[25, null]], "itertools::zip": [[26, null]], "itertools::zip_with": [[27, null]], "jenkins": [[0, "jenkins"], [0, "id5"], [0, "id15"], [0, "id25"], [0, "id32"], [0, "id37"], [0, "id48"], [0, "id55"]], "lapack": [[0, "lapack"]], "lattice": [[0, "id16"], [0, "id51"], [0, "id62"]], "libclang": [[1691, "libclang"]], "make_function": [[397, "make-function"]], "map": [[476, "map"]], "mc_generic": [[0, "mc-generic"], [0, "id17"], [0, "id49"]], "mc_tools": [[0, "mc-tools"]], "mesh": [[0, "mesh"], [415, "mesh"]], "mesh::imfreq": [[428, null]], "mesh::imtime": [[429, null]], "mpi": [[0, "id18"], [0, "id50"], [28, null]], "mpi::broadcast": [[29, null]], "mpi::chunk": [[30, null]], "mpi::communicator": [[31, null]], "mpi::communicator::constructor": [[32, null]], "mpi::environment": [[33, null]], "mpi::environment::constructor": [[34, null]], "mpi::is_initialized": [[35, null]], "mpi::map_C_function": [[36, null]], "mpi::map_add": [[37, null]], "mpi::monitor": [[38, null]], "mpi::monitor::constructor": [[39, null]], "mpi::monitor::emergency_occured": [[40, null]], "mpi::monitor::finalize_communications": [[41, null]], "mpi::monitor::request_emergency_stop": [[42, null]], "nda": [[0, "nda"]], "operators": [[0, "operators"], [0, "id52"]], "packaging": [[0, "packaging"], [0, "id53"]], "py": [[0, "py"]], "pytriqs": [[0, "pytriqs"], [0, "id67"], [0, "id75"]], "pytriqs/gf": [[0, "pytriqs-gf"]], "reverse": [[476, "reverse"]], "shelve / pickle": [[432, "shelve-pickle"], [440, "shelve-pickle"]], "singularity": [[415, "singularity"]], "solid_dmft - Python wrapper to perform DFT+DMFT calculations using TRIQS": [[4, "solid-dmft-python-wrapper-to-perform-dft-dmft-calculations-using-triqs"]], "symmetry": [[415, "symmetry"]], "tail": [[0, "tail"], [0, "id74"]], "tail,fourier": [[0, "tail-fourier"]], "test": [[0, "test"]], "travis": [[0, "travis"]], "triqs.atom_diag": [[477, null]], "triqs.atom_diag.AtomDiag": [[478, null]], "triqs.atom_diag.atom_diag": [[479, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[480, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[481, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[482, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[483, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[484, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[485, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[486, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[487, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[488, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[489, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[490, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[491, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[492, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[493, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[494, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[495, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[496, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[497, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[498, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[499, null]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[500, null]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[501, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[502, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[503, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[504, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[505, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[506, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[507, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[508, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[509, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[510, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[511, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[512, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[513, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[514, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[515, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[516, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[517, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[518, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[519, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[520, null]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[521, null]], "triqs.atom_diag.atom_diag.act": [[522, null]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[523, null]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[524, null]], "triqs.atom_diag.atom_diag.atomic_g_l": [[525, null]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[526, null]], "triqs.atom_diag.atom_diag.atomic_g_w": [[527, null]], "triqs.atom_diag.atom_diag.partition_function": [[528, null]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[529, null]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[530, null]], "triqs.atom_diag.atom_diag.trace_rho_op": [[531, null]], "triqs.atom_diag.atom_diag_desc": [[532, null]], "triqs.dos": [[533, null]], "triqs.dos.dos": [[534, null]], "triqs.dos.dos.DOS": [[535, null]], "triqs.dos.dos.DOS.__init__": [[536, null]], "triqs.dos.dos.DOS.copy": [[537, null]], "triqs.dos.dos.DOS.density": [[538, null]], "triqs.dos.dos.DOSFromFunction": [[539, null]], "triqs.dos.dos.DOSFromFunction.__init__": [[540, null]], "triqs.dos.dos.DOSFromFunction.copy": [[541, null]], "triqs.dos.dos.DOSFromFunction.density": [[542, null]], "triqs.dos.dos.dos_from_file": [[543, null]], "triqs.dos.hilbert_transform": [[544, null]], "triqs.dos.hilbert_transform.HilbertTransform": [[545, null]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[546, null]], "triqs.fit": [[547, null]], "triqs.fit.fit": [[548, null]], "triqs.fit.fit.Fit": [[549, null]], "triqs.fit.fit.Fit.__init__": [[550, null]], "triqs.gf": [[551, null]], "triqs.gf.backwd_compat": [[552, null]], "triqs.gf.backwd_compat.gf_imfreq": [[553, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[554, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[555, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[556, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[557, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[558, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[559, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[560, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[561, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[562, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[563, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[564, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[565, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[566, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[567, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[568, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[569, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[570, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[571, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[572, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[573, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[574, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[575, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[576, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[577, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[578, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[579, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[580, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[581, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[582, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[583, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[584, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[585, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[586, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[587, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[588, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[589, null]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[590, null]], "triqs.gf.backwd_compat.gf_imtime": [[591, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[592, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[593, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[594, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[595, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[596, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[597, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[598, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[599, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[600, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[601, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[602, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[603, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[604, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[605, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[606, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[607, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[608, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[609, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[610, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[611, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[612, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[613, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[614, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[615, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[616, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[617, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[618, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[619, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[620, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[621, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[622, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[623, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[624, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[625, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[626, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[627, null]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[628, null]], "triqs.gf.backwd_compat.gf_legendre": [[629, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[630, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[631, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[632, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[633, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[634, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[635, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[636, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[637, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[638, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[639, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[640, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[641, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[642, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[643, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[644, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[645, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[646, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[647, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau": [[648, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[649, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[650, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[651, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[652, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[653, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[654, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[655, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[656, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[657, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[658, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[659, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[660, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[661, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[662, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[663, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[664, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[665, null]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[666, null]], "triqs.gf.backwd_compat.gf_refreq": [[667, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[668, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[669, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[670, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[671, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[672, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[673, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[674, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[675, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[676, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[677, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[678, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[679, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[680, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[681, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[682, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[683, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[684, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[685, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[686, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[687, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[688, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[689, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[690, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[691, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[692, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[693, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[694, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[695, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[696, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[697, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[698, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[699, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[700, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[701, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[702, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[703, null]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[704, null]], "triqs.gf.backwd_compat.gf_retime": [[705, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[706, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[707, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[708, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[709, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[710, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[711, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[712, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[713, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[714, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[715, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[716, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[717, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[718, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[719, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[720, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[721, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[722, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[723, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[724, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[725, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[726, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[727, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[728, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[729, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[730, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[731, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[732, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[733, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[734, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[735, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[736, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[737, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[738, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[739, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[740, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[741, null]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[742, null]], "triqs.gf.block2_gf": [[743, null]], "triqs.gf.block2_gf.Block2Gf": [[744, null]], "triqs.gf.block2_gf.Block2Gf.__init__": [[745, null]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[746, null]], "triqs.gf.block2_gf.Block2Gf.copy": [[747, null]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[748, null]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[749, null]], "triqs.gf.block2_gf.Block2Gf.imag": [[750, null]], "triqs.gf.block2_gf.Block2Gf.indices": [[751, null]], "triqs.gf.block2_gf.Block2Gf.indices1": [[752, null]], "triqs.gf.block2_gf.Block2Gf.indices2": [[753, null]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[754, null]], "triqs.gf.block2_gf.Block2Gf.real": [[755, null]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[756, null]], "triqs.gf.block2_gf.Block2Gf.zero": [[757, null]], "triqs.gf.block_gf": [[758, null]], "triqs.gf.block_gf.BlockGf": [[759, null]], "triqs.gf.block_gf.BlockGf.__init__": [[760, null]], "triqs.gf.block_gf.BlockGf.all_indices": [[761, null]], "triqs.gf.block_gf.BlockGf.beta": [[762, null]], "triqs.gf.block_gf.BlockGf.conjugate": [[763, null]], "triqs.gf.block_gf.BlockGf.copy": [[764, null]], "triqs.gf.block_gf.BlockGf.copy_from": [[765, null]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[766, null]], "triqs.gf.block_gf.BlockGf.density": [[767, null]], "triqs.gf.block_gf.BlockGf.imag": [[768, null]], "triqs.gf.block_gf.BlockGf.indices": [[769, null]], "triqs.gf.block_gf.BlockGf.inverse": [[770, null]], "triqs.gf.block_gf.BlockGf.invert": [[771, null]], "triqs.gf.block_gf.BlockGf.load": [[772, null]], "triqs.gf.block_gf.BlockGf.mesh": [[773, null]], "triqs.gf.block_gf.BlockGf.n_blocks": [[774, null]], "triqs.gf.block_gf.BlockGf.real": [[775, null]], "triqs.gf.block_gf.BlockGf.save": [[776, null]], "triqs.gf.block_gf.BlockGf.total_density": [[777, null]], "triqs.gf.block_gf.BlockGf.transpose": [[778, null]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[779, null]], "triqs.gf.block_gf.BlockGf.zero": [[780, null]], "triqs.gf.block_gf.call_factory_from_dict": [[781, null]], "triqs.gf.block_gf.fix_gf_struct_type": [[782, null]], "triqs.gf.descriptor_base": [[783, null]], "triqs.gf.descriptor_base.Base": [[784, null]], "triqs.gf.descriptor_base.Base.__init__": [[785, null]], "triqs.gf.descriptor_base.BaseBlock": [[786, null]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[787, null]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[788, null]], "triqs.gf.descriptor_base.Const": [[789, null]], "triqs.gf.descriptor_base.Const.__init__": [[790, null]], "triqs.gf.descriptor_base.Function": [[791, null]], "triqs.gf.descriptor_base.Function.__init__": [[792, null]], "triqs.gf.descriptor_base.LazyCTX": [[793, null]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[794, null]], "triqs.gf.descriptor_base.Omega_": [[795, null]], "triqs.gf.descriptor_base.Omega_.__init__": [[796, null]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[797, null]], "triqs.gf.descriptor_base.is_lazy": [[798, null]], "triqs.gf.descriptor_base.is_scalar": [[799, null]], "triqs.gf.descriptors": [[800, null]], "triqs.gf.descriptors.Flat": [[801, null]], "triqs.gf.descriptors.Flat.__init__": [[802, null]], "triqs.gf.descriptors.Fourier": [[803, null]], "triqs.gf.descriptors.Fourier.__init__": [[804, null]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[805, null]], "triqs.gf.descriptors.LegendreToMatsubara": [[806, null]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[807, null]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[808, null]], "triqs.gf.descriptors.MatsubaraToLegendre": [[809, null]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[810, null]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[811, null]], "triqs.gf.descriptors.OneFermionInTime": [[812, null]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[813, null]], "triqs.gf.descriptors.SemiCircular": [[814, null]], "triqs.gf.descriptors.SemiCircular.__init__": [[815, null]], "triqs.gf.descriptors.Wilson": [[816, null]], "triqs.gf.descriptors.Wilson.__init__": [[817, null]], "triqs.gf.descriptors.semi": [[818, null]], "triqs.gf.gf": [[819, null]], "triqs.gf.gf.AddMethod": [[820, null]], "triqs.gf.gf.AddMethod.__init__": [[821, null]], "triqs.gf.gf.AddMethod.mro": [[822, null]], "triqs.gf.gf.CallProxyNone": [[823, null]], "triqs.gf.gf.CallProxyNone.__init__": [[824, null]], "triqs.gf.gf.Gf": [[825, null]], "triqs.gf.gf.Gf.__init__": [[826, null]], "triqs.gf.gf.Gf.conjugate": [[827, null]], "triqs.gf.gf.Gf.copy": [[828, null]], "triqs.gf.gf.Gf.copy_from": [[829, null]], "triqs.gf.gf.Gf.data": [[830, null]], "triqs.gf.gf.Gf.density": [[831, null]], "triqs.gf.gf.Gf.enforce_discontinuity": [[832, null]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[833, null]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[834, null]], "triqs.gf.gf.Gf.fit_tail": [[835, null]], "triqs.gf.gf.Gf.fit_tail_on_window": [[836, null]], "triqs.gf.gf.Gf.from_L_G_R": [[837, null]], "triqs.gf.gf.Gf.imag": [[838, null]], "triqs.gf.gf.Gf.indices": [[839, null]], "triqs.gf.gf.Gf.inverse": [[840, null]], "triqs.gf.gf.Gf.invert": [[841, null]], "triqs.gf.gf.Gf.is_gf_hermitian": [[842, null]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[843, null]], "triqs.gf.gf.Gf.mesh": [[844, null]], "triqs.gf.gf.Gf.rank": [[845, null]], "triqs.gf.gf.Gf.real": [[846, null]], "triqs.gf.gf.Gf.rebinning_tau": [[847, null]], "triqs.gf.gf.Gf.replace_by_tail": [[848, null]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[849, null]], "triqs.gf.gf.Gf.set_from_fourier": [[850, null]], "triqs.gf.gf.Gf.set_from_imfreq": [[851, null]], "triqs.gf.gf.Gf.set_from_imtime": [[852, null]], "triqs.gf.gf.Gf.set_from_legendre": [[853, null]], "triqs.gf.gf.Gf.set_from_pade": [[854, null]], "triqs.gf.gf.Gf.target_indices": [[855, null]], "triqs.gf.gf.Gf.target_rank": [[856, null]], "triqs.gf.gf.Gf.target_shape": [[857, null]], "triqs.gf.gf.Gf.total_density": [[858, null]], "triqs.gf.gf.Gf.transpose": [[859, null]], "triqs.gf.gf.Gf.x_data_view": [[860, null]], "triqs.gf.gf.Gf.zero": [[861, null]], "triqs.gf.gf.Idx": [[862, null]], "triqs.gf.gf.Idx.__init__": [[863, null]], "triqs.gf.gf.add_method_helper": [[864, null]], "triqs.gf.gf.bckwd": [[865, null]], "triqs.gf.gf.call_factory_from_dict": [[866, null]], "triqs.gf.gf_factories": [[867, null]], "triqs.gf.gf_factories.fit_gf_dlr": [[868, null]], "triqs.gf.gf_factories.make_gf_dlr": [[869, null]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[870, null]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[871, null]], "triqs.gf.gf_factories.make_gf_from_fourier": [[872, null]], "triqs.gf.gf_factories.make_gf_imfreq": [[873, null]], "triqs.gf.gf_factories.make_gf_imtime": [[874, null]], "triqs.gf.gf_factories.make_hermitian": [[875, null]], "triqs.gf.gf_factories.make_real_in_tau": [[876, null]], "triqs.gf.gf_factories_desc": [[877, null]], "triqs.gf.gf_fnt": [[878, null]], "triqs.gf.gf_fnt.density": [[879, null]], "triqs.gf.gf_fnt.enforce_discontinuity": [[880, null]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[881, null]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[882, null]], "triqs.gf.gf_fnt.fit_tail": [[883, null]], "triqs.gf.gf_fnt.fit_tail_on_window": [[884, null]], "triqs.gf.gf_fnt.is_gf_hermitian": [[885, null]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[886, null]], "triqs.gf.gf_fnt.rebinning_tau": [[887, null]], "triqs.gf.gf_fnt.replace_by_tail": [[888, null]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[889, null]], "triqs.gf.gf_fnt.set_from_fourier": [[890, null]], "triqs.gf.gf_fnt.set_from_imfreq": [[891, null]], "triqs.gf.gf_fnt.set_from_imtime": [[892, null]], "triqs.gf.gf_fnt.set_from_legendre": [[893, null]], "triqs.gf.gf_fnt.set_from_pade": [[894, null]], "triqs.gf.gf_fnt_desc": [[895, null]], "triqs.gf.lazy_expressions": [[896, null]], "triqs.gf.lazy_expressions.LazyExpr": [[897, null]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[898, null]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[899, null]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[900, null]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[901, null]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[902, null]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[903, null]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[904, null]], "triqs.gf.lazy_expressions.all_terminals": [[905, null]], "triqs.gf.lazy_expressions.eval_expr": [[906, null]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[907, null]], "triqs.gf.lazy_expressions.lazy_function": [[908, null]], "triqs.gf.lazy_expressions.make_lazy": [[909, null]], "triqs.gf.lazy_expressions.transform": [[910, null]], "triqs.gf.map_block": [[911, null]], "triqs.gf.matsubara_freq": [[912, null]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[913, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[914, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[915, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[916, null]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[917, null]], "triqs.gf.mesh_point": [[918, null]], "triqs.gf.mesh_point.MeshPoint": [[919, null]], "triqs.gf.mesh_point.MeshPoint.__init__": [[920, null]], "triqs.gf.mesh_point.MeshPoint.imag": [[921, null]], "triqs.gf.mesh_point.MeshPoint.real": [[922, null]], "triqs.gf.mesh_point.MeshValueGenerator": [[923, null]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[924, null]], "triqs.gf.mesh_product": [[925, null]], "triqs.gf.mesh_product.MeshProduct": [[926, null]], "triqs.gf.mesh_product.MeshProduct.__init__": [[927, null]], "triqs.gf.mesh_product.MeshProduct.components": [[928, null]], "triqs.gf.mesh_product.MeshProduct.copy": [[929, null]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[930, null]], "triqs.gf.mesh_product.MeshProduct.rank": [[931, null]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[932, null]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[933, null]], "triqs.gf.mesh_product.call_factory_from_dict": [[934, null]], "triqs.gf.meshes": [[935, null]], "triqs.gf.meshes.MeshBrZone": [[936, null]], "triqs.gf.meshes.MeshBrZone.__init__": [[937, null]], "triqs.gf.meshes.MeshBrZone.bz": [[938, null]], "triqs.gf.meshes.MeshBrZone.closest_index": [[939, null]], "triqs.gf.meshes.MeshBrZone.copy": [[940, null]], "triqs.gf.meshes.MeshBrZone.copy_from": [[941, null]], "triqs.gf.meshes.MeshBrZone.dims": [[942, null]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[943, null]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[944, null]], "triqs.gf.meshes.MeshBrZone.to_index": [[945, null]], "triqs.gf.meshes.MeshBrZone.to_value": [[946, null]], "triqs.gf.meshes.MeshBrZone.units": [[947, null]], "triqs.gf.meshes.MeshBrZone.values": [[948, null]], "triqs.gf.meshes.MeshCycLat": [[949, null]], "triqs.gf.meshes.MeshCycLat.__init__": [[950, null]], "triqs.gf.meshes.MeshCycLat.copy": [[951, null]], "triqs.gf.meshes.MeshCycLat.copy_from": [[952, null]], "triqs.gf.meshes.MeshCycLat.dims": [[953, null]], "triqs.gf.meshes.MeshCycLat.lattice": [[954, null]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[955, null]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[956, null]], "triqs.gf.meshes.MeshCycLat.to_index": [[957, null]], "triqs.gf.meshes.MeshCycLat.to_value": [[958, null]], "triqs.gf.meshes.MeshCycLat.units": [[959, null]], "triqs.gf.meshes.MeshCycLat.values": [[960, null]], "triqs.gf.meshes.MeshDLR": [[961, null]], "triqs.gf.meshes.MeshDLR.__init__": [[962, null]], "triqs.gf.meshes.MeshDLR.beta": [[963, null]], "triqs.gf.meshes.MeshDLR.copy": [[964, null]], "triqs.gf.meshes.MeshDLR.copy_from": [[965, null]], "triqs.gf.meshes.MeshDLR.eps": [[966, null]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[967, null]], "triqs.gf.meshes.MeshDLR.statistic": [[968, null]], "triqs.gf.meshes.MeshDLR.to_data_index": [[969, null]], "triqs.gf.meshes.MeshDLR.to_index": [[970, null]], "triqs.gf.meshes.MeshDLR.to_value": [[971, null]], "triqs.gf.meshes.MeshDLR.values": [[972, null]], "triqs.gf.meshes.MeshDLR.w_max": [[973, null]], "triqs.gf.meshes.MeshDLRImFreq": [[974, null]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[975, null]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[976, null]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[977, null]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[978, null]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[979, null]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[980, null]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[981, null]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[982, null]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[983, null]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[984, null]], "triqs.gf.meshes.MeshDLRImFreq.values": [[985, null]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[986, null]], "triqs.gf.meshes.MeshDLRImTime": [[987, null]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[988, null]], "triqs.gf.meshes.MeshDLRImTime.beta": [[989, null]], "triqs.gf.meshes.MeshDLRImTime.copy": [[990, null]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[991, null]], "triqs.gf.meshes.MeshDLRImTime.eps": [[992, null]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[993, null]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[994, null]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[995, null]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[996, null]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[997, null]], "triqs.gf.meshes.MeshDLRImTime.values": [[998, null]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[999, null]], "triqs.gf.meshes.MeshImFreq": [[1000, null]], "triqs.gf.meshes.MeshImFreq.__init__": [[1001, null]], "triqs.gf.meshes.MeshImFreq.beta": [[1002, null]], "triqs.gf.meshes.MeshImFreq.copy": [[1003, null]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1004, null]], "triqs.gf.meshes.MeshImFreq.first_index": [[1005, null]], "triqs.gf.meshes.MeshImFreq.last_index": [[1006, null]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1007, null]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1008, null]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1009, null]], "triqs.gf.meshes.MeshImFreq.statistic": [[1010, null]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1011, null]], "triqs.gf.meshes.MeshImFreq.to_index": [[1012, null]], "triqs.gf.meshes.MeshImFreq.to_value": [[1013, null]], "triqs.gf.meshes.MeshImFreq.values": [[1014, null]], "triqs.gf.meshes.MeshImTime": [[1015, null]], "triqs.gf.meshes.MeshImTime.__init__": [[1016, null]], "triqs.gf.meshes.MeshImTime.beta": [[1017, null]], "triqs.gf.meshes.MeshImTime.copy": [[1018, null]], "triqs.gf.meshes.MeshImTime.copy_from": [[1019, null]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1020, null]], "triqs.gf.meshes.MeshImTime.statistic": [[1021, null]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1022, null]], "triqs.gf.meshes.MeshImTime.to_index": [[1023, null]], "triqs.gf.meshes.MeshImTime.to_value": [[1024, null]], "triqs.gf.meshes.MeshImTime.values": [[1025, null]], "triqs.gf.meshes.MeshLegendre": [[1026, null]], "triqs.gf.meshes.MeshLegendre.__init__": [[1027, null]], "triqs.gf.meshes.MeshLegendre.beta": [[1028, null]], "triqs.gf.meshes.MeshLegendre.copy": [[1029, null]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1030, null]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1031, null]], "triqs.gf.meshes.MeshLegendre.statistic": [[1032, null]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1033, null]], "triqs.gf.meshes.MeshLegendre.to_index": [[1034, null]], "triqs.gf.meshes.MeshReFreq": [[1035, null]], "triqs.gf.meshes.MeshReFreq.__init__": [[1036, null]], "triqs.gf.meshes.MeshReFreq.copy": [[1037, null]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1038, null]], "triqs.gf.meshes.MeshReFreq.delta": [[1039, null]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1040, null]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1041, null]], "triqs.gf.meshes.MeshReFreq.to_index": [[1042, null]], "triqs.gf.meshes.MeshReFreq.to_value": [[1043, null]], "triqs.gf.meshes.MeshReFreq.values": [[1044, null]], "triqs.gf.meshes.MeshReFreq.w_max": [[1045, null]], "triqs.gf.meshes.MeshReFreq.w_min": [[1046, null]], "triqs.gf.meshes.MeshReTime": [[1047, null]], "triqs.gf.meshes.MeshReTime.__init__": [[1048, null]], "triqs.gf.meshes.MeshReTime.copy": [[1049, null]], "triqs.gf.meshes.MeshReTime.copy_from": [[1050, null]], "triqs.gf.meshes.MeshReTime.delta": [[1051, null]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1052, null]], "triqs.gf.meshes.MeshReTime.t_max": [[1053, null]], "triqs.gf.meshes.MeshReTime.t_min": [[1054, null]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1055, null]], "triqs.gf.meshes.MeshReTime.to_index": [[1056, null]], "triqs.gf.meshes.MeshReTime.to_value": [[1057, null]], "triqs.gf.meshes.MeshReTime.values": [[1058, null]], "triqs.gf.meshes.make_adjoint_mesh": [[1059, null]], "triqs.gf.meshes_desc": [[1060, null]], "triqs.gf.meshes_desc.make_mesh": [[1061, null]], "triqs.gf.plot": [[1062, null]], "triqs.gf.plot.bz": [[1063, null]], "triqs.gf.plot.bz.dist": [[1064, null]], "triqs.gf.plot.bz.generate_points": [[1065, null]], "triqs.gf.plot.bz.generate_points_on_path": [[1066, null]], "triqs.gf.plot.bz.length": [[1067, null]], "triqs.gf.plot.bz.make_plottable": [[1068, null]], "triqs.gf.plot.bz.plot": [[1069, null]], "triqs.gf.plot.bz.slice_on_path": [[1070, null]], "triqs.gf.plot.bz_x_x": [[1071, null]], "triqs.gf.plot.bz_x_x.plot": [[1072, null]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1073, null]], "triqs.gf.plot.dispatcher": [[1074, null]], "triqs.gf.plot.one_var": [[1075, null]], "triqs.gf.plot.one_var.dlr_imfreq": [[1076, null]], "triqs.gf.plot.one_var.dlr_imtime": [[1077, null]], "triqs.gf.plot.one_var.imfreq": [[1078, null]], "triqs.gf.plot.one_var.imtime": [[1079, null]], "triqs.gf.plot.one_var.legendre": [[1080, null]], "triqs.gf.plot.one_var.refreq": [[1081, null]], "triqs.gf.plot.one_var.retime": [[1082, null]], "triqs.gf.plot.plot_base": [[1083, null]], "triqs.gf.plot.plot_base.plot_base": [[1084, null]], "triqs.gf.plot.select_indices": [[1085, null]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1086, null]], "triqs.gf.plot.select_indices.closest_to": [[1087, null]], "triqs.gf.plot.select_indices.dist": [[1088, null]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1089, null]], "triqs.gf.plot.select_indices.select_path_indices": [[1090, null]], "triqs.gf.tools": [[1091, null]], "triqs.gf.tools.conjugate": [[1092, null]], "triqs.gf.tools.delta": [[1093, null]], "triqs.gf.tools.discretize_bath": [[1094, null]], "triqs.gf.tools.dyson": [[1095, null]], "triqs.gf.tools.fit_legendre": [[1096, null]], "triqs.gf.tools.inverse": [[1097, null]], "triqs.gf.tools.make_delta": [[1098, null]], "triqs.gf.tools.make_zero_tail": [[1099, null]], "triqs.gf.tools.read_gf_from_txt": [[1100, null]], "triqs.gf.tools.transpose": [[1101, null]], "triqs.gf.tools.write_gf_to_txt": [[1102, null]], "triqs.gf.wrapped_aux": [[1103, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1104, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1105, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1106, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1107, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1108, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1109, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1110, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1111, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1112, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1113, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1114, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1115, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1116, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1117, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1118, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1119, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1120, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1121, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1122, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1123, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1124, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1125, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1126, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1127, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1128, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1129, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1130, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1131, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1132, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1133, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1134, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1135, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1136, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1137, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1138, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1139, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1140, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1141, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1142, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1143, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1144, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1145, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1146, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1147, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1148, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1149, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1150, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1151, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1152, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1153, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1154, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1155, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1156, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1157, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1158, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1159, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1160, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1161, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1162, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1163, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1164, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1165, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1166, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1167, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1168, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1169, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1170, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1171, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1172, null]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1173, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1174, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1175, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1176, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1177, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1178, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1179, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1180, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1181, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1182, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1183, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1184, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1185, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1186, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1187, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1188, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1189, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1190, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1191, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1192, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1193, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1194, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1195, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1196, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1197, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1198, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1199, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1200, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1201, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1202, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1203, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1204, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1205, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1206, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1207, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1208, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1209, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1210, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1211, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1212, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1213, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1214, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1215, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1216, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1217, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1218, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1219, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1220, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1221, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1222, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1223, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1224, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1225, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1226, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1227, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1228, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1229, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1230, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1231, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1232, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1233, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1234, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1235, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1236, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1237, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1238, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1239, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1240, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1241, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1242, null]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1243, null]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1244, null]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1245, null]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1246, null]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1247, null]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1248, null]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1249, null]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1250, null]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1251, null]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1252, null]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1253, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1254, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1255, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1256, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1257, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1258, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1259, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1260, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1261, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1262, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1263, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1264, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1265, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1266, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1267, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1268, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1269, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1270, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1271, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1272, null]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1273, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1274, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1275, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1276, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1277, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1278, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1279, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1280, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1281, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1282, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1283, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1284, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1285, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1286, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1287, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1288, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1289, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1290, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1291, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1292, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1293, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1294, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1295, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1296, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1297, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1298, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1299, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1300, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1301, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1302, null]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1303, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1304, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1305, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1306, null]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1307, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1308, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1309, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1310, null]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1311, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1312, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1313, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1314, null]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1315, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1316, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1317, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1318, null]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1319, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1320, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1321, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1322, null]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1323, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1324, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1325, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1326, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1327, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1328, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1329, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1330, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1331, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1332, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1333, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1334, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1335, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1336, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1337, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1338, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1339, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1340, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1341, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1342, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1343, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1344, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1345, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1346, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1347, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1348, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1349, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1350, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1351, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1352, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1353, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1354, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1355, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1356, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1357, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1358, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1359, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1360, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1361, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1362, null]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1363, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1364, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1365, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1366, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1367, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1368, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1369, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1370, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1371, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1372, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1373, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1374, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1375, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1376, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1377, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1378, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1379, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1380, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1381, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1382, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1383, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1384, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1385, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1386, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1387, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1388, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1389, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1390, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1391, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1392, null]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1393, null]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1394, null]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1395, null]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1396, null]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1397, null]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1398, null]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1399, null]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1400, null]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1401, null]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1402, null]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1403, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1404, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1405, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1406, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1407, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1408, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1409, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1410, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1411, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1412, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1413, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1414, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1415, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1416, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1417, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1418, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1419, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1420, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1421, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1422, null]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1423, null]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1424, null]], "triqs.gf.wrapped_aux_desc": [[1425, null]], "triqs.gf.wrapped_aux_desc.all_calls": [[1426, null]], "triqs.lattice": [[1427, null]], "triqs.lattice.bz_patch": [[1428, null]], "triqs.lattice.bz_patch.BZPatch": [[1429, null]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1430, null]], "triqs.lattice.bz_patch.BZPatch.dos": [[1431, null]], "triqs.lattice.lattice_tools": [[1432, null]], "triqs.lattice.lattice_tools.BravaisLattice": [[1433, null]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1434, null]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1435, null]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1436, null]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1437, null]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1438, null]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1439, null]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1440, null]], "triqs.lattice.lattice_tools.BrillouinZone": [[1441, null]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1442, null]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1443, null]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1444, null]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1445, null]], "triqs.lattice.lattice_tools.TightBinding": [[1446, null]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1447, null]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1448, null]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1449, null]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1450, null]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1451, null]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1452, null]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1453, null]], "triqs.lattice.lattice_tools.dos": [[1454, null]], "triqs.lattice.lattice_tools.dos_patch": [[1455, null]], "triqs.lattice.lattice_tools_desc": [[1456, null]], "triqs.lattice.point": [[1457, null]], "triqs.lattice.point.LatticePoint": [[1458, null]], "triqs.lattice.point.LatticePoint.__init__": [[1459, null]], "triqs.lattice.point.LatticePoint.value": [[1460, null]], "triqs.lattice.super_lattice": [[1461, null]], "triqs.lattice.super_lattice.TBSuperLattice": [[1462, null]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1463, null]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1464, null]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1465, null]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1466, null]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1467, null]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1468, null]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1469, null]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1470, null]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1471, null]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1472, null]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1473, null]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1474, null]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1475, null]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1476, null]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1477, null]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1478, null]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1479, null]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1480, null]], "triqs.lattice.tight_binding": [[1481, null]], "triqs.lattice.tight_binding.TBLattice": [[1482, null]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1483, null]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1484, null]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1485, null]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1486, null]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1487, null]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1488, null]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1489, null]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1490, null]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1491, null]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1492, null]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1493, null]], "triqs.lattice.tight_binding.TBLattice.units": [[1494, null]], "triqs.lattice.tight_binding.dos": [[1495, null]], "triqs.lattice.tight_binding.dos_patch": [[1496, null]], "triqs.lattice.utils": [[1497, null]], "triqs.lattice.utils.TB_from_pythTB": [[1498, null]], "triqs.lattice.utils.TB_from_wannier90": [[1499, null]], "triqs.lattice.utils.TB_to_sympy": [[1500, null]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1501, null]], "triqs.lattice.utils.k_space_path": [[1502, null]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1503, null]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1504, null]], "triqs.operators": [[1505, null]], "triqs.operators.operators": [[1506, null]], "triqs.operators.operators.Operator": [[1507, null]], "triqs.operators.operators.Operator.__init__": [[1508, null]], "triqs.operators.operators.Operator.imag": [[1509, null]], "triqs.operators.operators.Operator.is_zero": [[1510, null]], "triqs.operators.operators.Operator.real": [[1511, null]], "triqs.operators.operators.c": [[1512, null]], "triqs.operators.operators.c_dag": [[1513, null]], "triqs.operators.operators.dagger": [[1514, null]], "triqs.operators.operators.is_op_hermitian": [[1515, null]], "triqs.operators.operators.n": [[1516, null]], "triqs.operators.operators_desc": [[1517, null]], "triqs.operators.util": [[1518, null]], "triqs.operators.util.U_matrix": [[1519, null]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1520, null]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1521, null]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1522, null]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1523, null]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1524, null]], "triqs.operators.util.U_matrix.cubic_names": [[1525, null]], "triqs.operators.util.U_matrix.eg_submatrix": [[1526, null]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1527, null]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1528, null]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1529, null]], "triqs.operators.util.U_matrix.subarray": [[1530, null]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1531, null]], "triqs.operators.util.U_matrix.three_j_symbol": [[1532, null]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1533, null]], "triqs.operators.util.extractors": [[1534, null]], "triqs.operators.util.extractors.block_matrix_from_op": [[1535, null]], "triqs.operators.util.extractors.dict_to_matrix": [[1536, null]], "triqs.operators.util.extractors.extract_U_dict2": [[1537, null]], "triqs.operators.util.extractors.extract_U_dict4": [[1538, null]], "triqs.operators.util.extractors.extract_h_dict": [[1539, null]], "triqs.operators.util.extractors.op_from_block_matrix": [[1540, null]], "triqs.operators.util.extractors.quadratic_terms": [[1541, null]], "triqs.operators.util.extractors.quartic_terms": [[1542, null]], "triqs.operators.util.extractors_desc": [[1543, null]], "triqs.operators.util.hamiltonians": [[1544, null]], "triqs.operators.util.hamiltonians.backward_compat": [[1545, null]], "triqs.operators.util.hamiltonians.diagonal_part": [[1546, null]], "triqs.operators.util.hamiltonians.h_int_density": [[1547, null]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1548, null]], "triqs.operators.util.hamiltonians.h_int_slater": [[1549, null]], "triqs.operators.util.hamiltonians.make_operator_real": [[1550, null]], "triqs.operators.util.observables": [[1551, null]], "triqs.operators.util.observables.L2_op": [[1552, null]], "triqs.operators.util.observables.LS_op": [[1553, null]], "triqs.operators.util.observables.L_op": [[1554, null]], "triqs.operators.util.observables.N_op": [[1555, null]], "triqs.operators.util.observables.S2_op": [[1556, null]], "triqs.operators.util.observables.S_op": [[1557, null]], "triqs.operators.util.observables.check_backward_compat": [[1558, null]], "triqs.operators.util.op_struct": [[1559, null]], "triqs.operators.util.op_struct.get_mkind": [[1560, null]], "triqs.operators.util.op_struct.set_operator_structure": [[1561, null]], "triqs.plot": [[1562, null]], "triqs.plot.mpl_interface": [[1563, null]], "triqs.plot.mpl_interface.oplot": [[1564, null]], "triqs.plot.mpl_interface.oploti": [[1565, null]], "triqs.plot.mpl_interface.oplotr": [[1566, null]], "triqs.plot.mpl_interface.use_amsmath": [[1567, null]], "triqs.plot.protocol": [[1568, null]], "triqs.plot.protocol.clip_array": [[1569, null]], "triqs.plot.protocol.plot_protocol_apply": [[1570, null]], "triqs.random_generator": [[1571, null]], "triqs.random_generator.RandomGenerator": [[1572, null]], "triqs.random_generator.RandomGenerator.__init__": [[1573, null]], "triqs.random_generator.random_generator": [[1574, null]], "triqs.random_generator.random_generator.random_generator_names_list": [[1575, null]], "triqs.random_generator.random_generator_desc": [[1576, null]], "triqs.stat": [[1577, null]], "triqs.stat.histogram": [[1578, null]], "triqs.stat.histogram.plot": [[1579, null]], "triqs.stat.histograms": [[1580, null]], "triqs.stat.histograms.Histogram": [[1581, null]], "triqs.stat.histograms.Histogram.__init__": [[1582, null]], "triqs.stat.histograms.Histogram.clear": [[1583, null]], "triqs.stat.histograms.Histogram.data": [[1584, null]], "triqs.stat.histograms.Histogram.limits": [[1585, null]], "triqs.stat.histograms.Histogram.mesh_point": [[1586, null]], "triqs.stat.histograms.Histogram.n_data_pts": [[1587, null]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1588, null]], "triqs.stat.histograms.cdf": [[1589, null]], "triqs.stat.histograms.pdf": [[1590, null]], "triqs.stat.histograms_desc": [[1591, null]], "triqs.sumk": [[1592, null]], "triqs.sumk.sumk_discrete": [[1593, null]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1594, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1595, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1596, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1597, null]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1598, null]], "triqs.sumk.sumk_discrete_from_lattice": [[1599, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1600, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1601, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1602, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1603, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1604, null]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1605, null]], "triqs.utility": [[1606, null]], "triqs.utility.bound_and_bisect": [[1607, null]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1608, null]], "triqs.utility.bound_and_bisect.determine_bounds": [[1609, null]], "triqs.utility.capture_stdout": [[1610, null]], "triqs.utility.comparison_tests": [[1611, null]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1612, null]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1613, null]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1614, null]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1615, null]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1616, null]], "triqs.utility.dichotomy": [[1617, null]], "triqs.utility.dichotomy.dichotomy": [[1618, null]], "triqs.utility.dist_on_nodes": [[1619, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1620, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1621, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1622, null]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1623, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1624, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1625, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1626, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1627, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1628, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1629, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1630, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1631, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1632, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1633, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1634, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1635, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1636, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1637, null]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1638, null]], "triqs.utility.h5diff": [[1639, null]], "triqs.utility.h5diff.compare": [[1640, null]], "triqs.utility.h5diff.h5diff": [[1641, null]], "triqs.utility.mpi": [[1642, null]], "triqs.utility.mpi.check_for_mpi": [[1643, null]], "triqs.utility.mpi_mpi4py": [[1644, null]], "triqs.utility.mpi_mpi4py.all_reduce": [[1645, null]], "triqs.utility.mpi_mpi4py.barrier": [[1646, null]], "triqs.utility.mpi_mpi4py.bcast": [[1647, null]], "triqs.utility.mpi_mpi4py.is_master_node": [[1648, null]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1649, null]], "triqs.utility.mpi_mpi4py.myprint_err": [[1650, null]], "triqs.utility.mpi_mpi4py.myprint_out": [[1651, null]], "triqs.utility.mpi_mpi4py.recv": [[1652, null]], "triqs.utility.mpi_mpi4py.report": [[1653, null]], "triqs.utility.mpi_mpi4py.send": [[1654, null]], "triqs.utility.mpi_mpi4py.slice_array": [[1655, null]], "triqs.utility.mpi_mpi4py.slice_inf": [[1656, null]], "triqs.utility.mpi_mpi4py.slice_sup": [[1657, null]], "triqs.utility.mpi_nompi": [[1658, null]], "triqs.utility.mpi_nompi.all_reduce": [[1659, null]], "triqs.utility.mpi_nompi.barrier": [[1660, null]], "triqs.utility.mpi_nompi.bcast": [[1661, null]], "triqs.utility.mpi_nompi.is_master_node": [[1662, null]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1663, null]], "triqs.utility.mpi_nompi.myprint_err": [[1664, null]], "triqs.utility.mpi_nompi.myprint_out": [[1665, null]], "triqs.utility.mpi_nompi.recv": [[1666, null]], "triqs.utility.mpi_nompi.report": [[1667, null]], "triqs.utility.mpi_nompi.send": [[1668, null]], "triqs.utility.mpi_nompi.slice_array": [[1669, null]], "triqs.utility.redirect": [[1670, null]], "triqs.utility.redirect.T": [[1671, null]], "triqs.utility.redirect.T.__init__": [[1672, null]], "triqs.utility.redirect.T.daemon": [[1673, null]], "triqs.utility.redirect.T.getName": [[1674, null]], "triqs.utility.redirect.T.ident": [[1675, null]], "triqs.utility.redirect.T.isDaemon": [[1676, null]], "triqs.utility.redirect.T.is_alive": [[1677, null]], "triqs.utility.redirect.T.join": [[1678, null]], "triqs.utility.redirect.T.name": [[1679, null]], "triqs.utility.redirect.T.native_id": [[1680, null]], "triqs.utility.redirect.T.run": [[1681, null]], "triqs.utility.redirect.T.setDaemon": [[1682, null]], "triqs.utility.redirect.T.setName": [[1683, null]], "triqs.utility.redirect.T.start": [[1684, null]], "triqs.utility.redirect.T.stop": [[1685, null]], "triqs.utility.redirect.start_redirect": [[1686, null]], "triqs.utility.redirect.stop_redirect": [[1687, null]], "triqs/MPI": [[388, null]], "triqs::atom_diag": [[43, null]], "triqs::atom_diag::act": [[44, null]], "triqs::atom_diag::atom_diag": [[45, null]], "triqs::atom_diag::atom_diag::c_connection": [[46, null]], "triqs::atom_diag::atom_diag::c_matrix": [[47, null]], "triqs::atom_diag::atom_diag::cdag_connection": [[48, null]], "triqs::atom_diag::atom_diag::cdag_matrix": [[49, null]], "triqs::atom_diag::atom_diag::constructor": [[50, null]], "triqs::atom_diag::atom_diag::flatten_subspace_index": [[51, null]], "triqs::atom_diag::atom_diag::get_eigensystems": [[52, null]], "triqs::atom_diag::atom_diag::get_eigenvalue": [[53, null]], "triqs::atom_diag::atom_diag::get_energies": [[54, null]], "triqs::atom_diag::atom_diag::get_fock_states": [[55, null]], "triqs::atom_diag::atom_diag::get_fops": [[56, null]], "triqs::atom_diag::atom_diag::get_full_hilbert_space": [[57, null]], "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim": [[58, null]], "triqs::atom_diag::atom_diag::get_gs_energy": [[59, null]], "triqs::atom_diag::atom_diag::get_h_atomic": [[60, null]], "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial": [[61, null]], "triqs::atom_diag::atom_diag::get_op_mat": [[62, null]], "triqs::atom_diag::atom_diag::get_quantum_numbers": [[63, null]], "triqs::atom_diag::atom_diag::get_subspace_dim": [[64, null]], "triqs::atom_diag::atom_diag::get_subspace_dims": [[65, null]], "triqs::atom_diag::atom_diag::get_unitary_matrices": [[66, null]], "triqs::atom_diag::atom_diag::get_unitary_matrix": [[67, null]], "triqs::atom_diag::atom_diag::get_vacuum_state": [[68, null]], "triqs::atom_diag::atom_diag::get_vacuum_subspace_index": [[69, null]], "triqs::atom_diag::atom_diag::index_range_of_subspace": [[70, null]], "triqs::atom_diag::atom_diag::n_subspaces": [[71, null]], "triqs::atom_diag::atomic_density_matrix": [[72, null]], "triqs::atom_diag::atomic_g_iw": [[73, null]], "triqs::atom_diag::atomic_g_l": [[74, null]], "triqs::atom_diag::atomic_g_lehmann": [[75, null]], "triqs::atom_diag::atomic_g_tau": [[76, null]], "triqs::atom_diag::atomic_g_w": [[77, null]], "triqs::atom_diag::partition_function": [[78, null]], "triqs::atom_diag::quantum_number_eigenvalues": [[79, null]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[80, null]], "triqs::atom_diag::trace_rho_op": [[81, null]], "triqs::det_manip": [[82, null]], "triqs::det_manip::det_manip": [[83, null]], "triqs::det_manip::det_manip::change_col": [[84, null]], "triqs::det_manip::det_manip::change_row": [[85, null]], "triqs::det_manip::det_manip::clear": [[86, null]], "triqs::det_manip::det_manip::complete_operation": [[87, null]], "triqs::det_manip::det_manip::constructor": [[88, null]], "triqs::det_manip::det_manip::determinant": [[89, null]], "triqs::det_manip::det_manip::get_function": [[90, null]], "triqs::det_manip::det_manip::get_n_operations_before_check": [[91, null]], "triqs::det_manip::det_manip::get_precision_error": [[92, null]], "triqs::det_manip::det_manip::get_precision_warning": [[93, null]], "triqs::det_manip::det_manip::get_singular_threshold": [[94, null]], "triqs::det_manip::det_manip::get_x": [[95, null]], "triqs::det_manip::det_manip::get_x_internal_order": [[96, null]], "triqs::det_manip::det_manip::get_y": [[97, null]], "triqs::det_manip::det_manip::get_y_internal_order": [[98, null]], "triqs::det_manip::det_manip::h5_read": [[99, null]], "triqs::det_manip::det_manip::h5_write": [[100, null]], "triqs::det_manip::det_manip::insert": [[101, null]], "triqs::det_manip::det_manip::insert2": [[102, null]], "triqs::det_manip::det_manip::insert2_at_end": [[103, null]], "triqs::det_manip::det_manip::insert_at_end": [[104, null]], "triqs::det_manip::det_manip::inverse_matrix": [[105, null]], "triqs::det_manip::det_manip::inverse_matrix_internal_order": [[106, null]], "triqs::det_manip::det_manip::is_singular": [[107, null]], "triqs::det_manip::det_manip::matrix": [[108, null]], "triqs::det_manip::det_manip::reject_last_try": [[109, null]], "triqs::det_manip::det_manip::remove": [[110, null]], "triqs::det_manip::det_manip::remove2": [[111, null]], "triqs::det_manip::det_manip::remove2_at_end": [[112, null]], "triqs::det_manip::det_manip::remove_at_end": [[113, null]], "triqs::det_manip::det_manip::reserve": [[114, null]], "triqs::det_manip::det_manip::roll_matrix": [[115, null]], "triqs::det_manip::det_manip::set_n_operations_before_check": [[116, null]], "triqs::det_manip::det_manip::set_precision_error": [[117, null]], "triqs::det_manip::det_manip::set_precision_warning": [[118, null]], "triqs::det_manip::det_manip::set_singular_threshold": [[119, null]], "triqs::det_manip::det_manip::size": [[120, null]], "triqs::det_manip::det_manip::swap_col": [[121, null]], "triqs::det_manip::det_manip::swap_row": [[122, null]], "triqs::det_manip::det_manip::try_change_col": [[123, null]], "triqs::det_manip::det_manip::try_change_col_row": [[124, null]], "triqs::det_manip::det_manip::try_change_row": [[125, null]], "triqs::det_manip::det_manip::try_insert": [[126, null]], "triqs::det_manip::det_manip::try_insert_k": [[127, null]], "triqs::det_manip::det_manip::try_refill": [[128, null]], "triqs::det_manip::det_manip::try_remove": [[129, null]], "triqs::det_manip::det_manip::try_remove_k": [[130, null]], "triqs::gfs": [[131, null]], "triqs::gfs::": [[132, null]], "triqs::gfs::block_gf": [[133, null]], "triqs::gfs::block_gf::block_names": [[134, null]], "triqs::gfs::block_gf::block_sizes": [[135, null]], "triqs::gfs::block_gf::constructor": [[136, null]], "triqs::gfs::block_gf::data": [[137, null]], "triqs::gfs::block_gf::h5_read": [[138, null]], "triqs::gfs::block_gf::h5_write": [[139, null]], "triqs::gfs::block_gf::hdf5_format": [[140, null]], "triqs::gfs::block_gf::operator()": [[141, null]], "triqs::gfs::block_gf::operator=": [[142, null]], "triqs::gfs::density": [[143, null]], "triqs::gfs::fit_gf_dlr": [[144, null]], "triqs::gfs::fit_hermitian_tail": [[145, null]], "triqs::gfs::fit_tail": [[146, null]], "triqs::gfs::flatten_2d": [[147, null]], "triqs::gfs::flatten_gf_2d": [[148, null]], "triqs::gfs::get_mesh": [[149, null]], "triqs::gfs::gf": [[150, null]], "triqs::gfs::gf::constructor": [[151, null]], "triqs::gfs::gf::data": [[152, null]], "triqs::gfs::gf::data_shape": [[153, null]], "triqs::gfs::gf::h5_read": [[154, null]], "triqs::gfs::gf::h5_write": [[155, null]], "triqs::gfs::gf::hdf5_format": [[156, null]], "triqs::gfs::gf::mesh": [[157, null]], "triqs::gfs::gf::operator<<": [[158, null]], "triqs::gfs::gf::operator=": [[159, null]], "triqs::gfs::gf::target_indices": [[160, null]], "triqs::gfs::gf::target_shape": [[161, null]], "triqs::gfs::gf_const_view": [[162, null]], "triqs::gfs::gf_const_view::constructor": [[163, null]], "triqs::gfs::gf_const_view::data": [[164, null]], "triqs::gfs::gf_const_view::data_shape": [[165, null]], "triqs::gfs::gf_const_view::h5_read": [[166, null]], "triqs::gfs::gf_const_view::h5_write": [[167, null]], "triqs::gfs::gf_const_view::hdf5_format": [[168, null]], "triqs::gfs::gf_const_view::mesh": [[169, null]], "triqs::gfs::gf_const_view::operator<<": [[170, null]], "triqs::gfs::gf_const_view::rebind": [[171, null]], "triqs::gfs::gf_const_view::target_indices": [[172, null]], "triqs::gfs::gf_const_view::target_shape": [[173, null]], "triqs::gfs::gf_view": [[174, null]], "triqs::gfs::gf_view::constructor": [[175, null]], "triqs::gfs::gf_view::data": [[176, null]], "triqs::gfs::gf_view::data_shape": [[177, null]], "triqs::gfs::gf_view::h5_read": [[178, null]], "triqs::gfs::gf_view::h5_write": [[179, null]], "triqs::gfs::gf_view::hdf5_format": [[180, null]], "triqs::gfs::gf_view::mesh": [[181, null]], "triqs::gfs::gf_view::operator<<": [[182, null]], "triqs::gfs::gf_view::operator=": [[183, null]], "triqs::gfs::gf_view::rebind": [[184, null]], "triqs::gfs::gf_view::target_indices": [[185, null]], "triqs::gfs::gf_view::target_shape": [[186, null]], "triqs::gfs::h5_read_gf_struct": [[187, null]], "triqs::gfs::imag": [[188, null]], "triqs::gfs::impl_tag": [[189, null]], "triqs::gfs::inverse": [[190, null]], "triqs::gfs::is_gf_hermitian": [[191, null]], "triqs::gfs::is_gf_real": [[192, null]], "triqs::gfs::is_gf_real_in_tau": [[193, null]], "triqs::gfs::make_block2_gf": [[194, null]], "triqs::gfs::make_block_gf": [[195, null]], "triqs::gfs::make_block_gf_view": [[196, null]], "triqs::gfs::make_gf_dlr": [[197, null]], "triqs::gfs::make_gf_dlr_imfreq": [[198, null]], "triqs::gfs::make_gf_dlr_imtime": [[199, null]], "triqs::gfs::make_gf_from_fourier": [[200, null]], "triqs::gfs::make_gf_from_inverse_fourier": [[201, null]], "triqs::gfs::make_gf_from_real_gf": [[202, null]], "triqs::gfs::make_gf_imfreq": [[203, null]], "triqs::gfs::make_gf_imtime": [[204, null]], "triqs::gfs::make_hermitian": [[205, null]], "triqs::gfs::make_real_in_tau": [[206, null]], "triqs::gfs::make_zero_tail": [[207, null]], "triqs::gfs::mpi_reduce": [[208, null]], "triqs::gfs::positive_freq_view": [[209, null]], "triqs::gfs::real": [[210, null]], "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued": [[211, null]], "triqs::gfs::unflatten_2d": [[212, null]], "triqs::gfs::unflatten_gf_2d": [[213, null]], "triqs::hilbert_space": [[214, null]], "triqs::hilbert_space::fundamental_operator_set": [[215, null]], "triqs::hilbert_space::fundamental_operator_set::begin": [[216, null]], "triqs::hilbert_space::fundamental_operator_set::cbegin": [[217, null]], "triqs::hilbert_space::fundamental_operator_set::cend": [[218, null]], "triqs::hilbert_space::fundamental_operator_set::constructor": [[219, null]], "triqs::hilbert_space::fundamental_operator_set::data": [[220, null]], "triqs::hilbert_space::fundamental_operator_set::end": [[221, null]], "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute": [[222, null]], "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute": [[223, null]], "triqs::hilbert_space::fundamental_operator_set::has_indices": [[224, null]], "triqs::hilbert_space::fundamental_operator_set::insert": [[225, null]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[226, null]], "triqs::hilbert_space::fundamental_operator_set::operator==": [[227, null]], "triqs::hilbert_space::fundamental_operator_set::operator[]": [[228, null]], "triqs::hilbert_space::fundamental_operator_set::size": [[229, null]], "triqs::hilbert_space::hilbert_space": [[230, null]], "triqs::hilbert_space::hilbert_space::constructor": [[231, null]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[232, null]], "triqs::hilbert_space::hilbert_space::get_state_index": [[233, null]], "triqs::hilbert_space::hilbert_space::h5_read": [[234, null]], "triqs::hilbert_space::hilbert_space::h5_write": [[235, null]], "triqs::hilbert_space::hilbert_space::has_state": [[236, null]], "triqs::hilbert_space::hilbert_space::hdf5_format": [[237, null]], "triqs::hilbert_space::hilbert_space::operator!=": [[238, null]], "triqs::hilbert_space::hilbert_space::operator==": [[239, null]], "triqs::hilbert_space::hilbert_space::size": [[240, null]], "triqs::hilbert_space::imperative_operator": [[241, null]], "triqs::hilbert_space::imperative_operator::constructor": [[242, null]], "triqs::hilbert_space::imperative_operator::is_empty": [[243, null]], "triqs::hilbert_space::imperative_operator::operator()": [[244, null]], "triqs::hilbert_space::imperative_operator::update": [[245, null]], "triqs::hilbert_space::make_zero_state": [[246, null]], "triqs::hilbert_space::space_partition": [[247, null]], "triqs::hilbert_space::space_partition::constructor": [[248, null]], "triqs::hilbert_space::space_partition::find_mappings": [[249, null]], "triqs::hilbert_space::space_partition::foreach": [[250, null]], "triqs::hilbert_space::space_partition::get_matrix_elements": [[251, null]], "triqs::hilbert_space::space_partition::lookup_basis_state": [[252, null]], "triqs::hilbert_space::space_partition::merge_subspaces": [[253, null]], "triqs::hilbert_space::space_partition::n_subspaces": [[254, null]], "triqs::hilbert_space::state": [[255, null]], "triqs::hilbert_space::state": [[256, null]], "triqs::hilbert_space::state::amplitudes": [[257, null]], "triqs::hilbert_space::state::constructor": [[258, null]], "triqs::hilbert_space::state::dot_product": [[259, null]], "triqs::hilbert_space::state::foreach": [[260, null]], "triqs::hilbert_space::state::get_hilbert": [[261, null]], "triqs::hilbert_space::state::operator()": [[262, null]], "triqs::hilbert_space::state::operator*=": [[263, null]], "triqs::hilbert_space::state::operator+=": [[264, null]], "triqs::hilbert_space::state::operator-=": [[265, null]], "triqs::hilbert_space::state::set_hilbert": [[266, null]], "triqs::hilbert_space::state::size": [[267, null]], "triqs::hilbert_space::state": [[268, null]], "triqs::hilbert_space::state::constructor": [[269, null]], "triqs::hilbert_space::state::dot_product": [[270, null]], "triqs::hilbert_space::state::foreach": [[271, null]], "triqs::hilbert_space::state::get_hilbert": [[272, null]], "triqs::hilbert_space::state::operator()": [[273, null]], "triqs::hilbert_space::state::operator*=": [[274, null]], "triqs::hilbert_space::state::operator+=": [[275, null]], "triqs::hilbert_space::state::operator-=": [[276, null]], "triqs::hilbert_space::state::set_hilbert": [[277, null]], "triqs::hilbert_space::state::size": [[278, null]], "triqs::hilbert_space::sub_hilbert_space": [[279, null]], "triqs::hilbert_space::sub_hilbert_space::add_fock_state": [[280, null]], "triqs::hilbert_space::sub_hilbert_space::constructor": [[281, null]], "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states": [[282, null]], "triqs::hilbert_space::sub_hilbert_space::get_fock_state": [[283, null]], "triqs::hilbert_space::sub_hilbert_space::get_index": [[284, null]], "triqs::hilbert_space::sub_hilbert_space::get_state_index": [[285, null]], "triqs::hilbert_space::sub_hilbert_space::h5_read": [[286, null]], "triqs::hilbert_space::sub_hilbert_space::h5_write": [[287, null]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[288, null]], "triqs::hilbert_space::sub_hilbert_space::hdf5_format": [[289, null]], "triqs::hilbert_space::sub_hilbert_space::operator!=": [[290, null]], "triqs::hilbert_space::sub_hilbert_space::operator==": [[291, null]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[292, null]], "triqs::hilbert_space::sub_hilbert_space::size": [[293, null]], "triqs::mc_tools": [[294, null]], "triqs::mc_tools::mc_generic": [[295, null]], "triqs::mc_tools::mc_generic::accumulate": [[296, null]], "triqs::mc_tools::mc_generic::add_measure": [[297, null]], "triqs::mc_tools::mc_generic::add_measure_aux": [[298, null]], "triqs::mc_tools::mc_generic::add_move": [[299, null]], "triqs::mc_tools::mc_generic::clear_measures": [[300, null]], "triqs::mc_tools::mc_generic::collect_results": [[301, null]], "triqs::mc_tools::mc_generic::constructor": [[302, null]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[303, null]], "triqs::mc_tools::mc_generic::get_accumulation_time": [[304, null]], "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS": [[305, null]], "triqs::mc_tools::mc_generic::get_config_id": [[306, null]], "triqs::mc_tools::mc_generic::get_current_cycle_number": [[307, null]], "triqs::mc_tools::mc_generic::get_duration": [[308, null]], "triqs::mc_tools::mc_generic::get_percent": [[309, null]], "triqs::mc_tools::mc_generic::get_rng": [[310, null]], "triqs::mc_tools::mc_generic::get_total_time": [[311, null]], "triqs::mc_tools::mc_generic::get_warmup_time": [[312, null]], "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS": [[313, null]], "triqs::mc_tools::mc_generic::h5_read": [[314, null]], "triqs::mc_tools::mc_generic::h5_write": [[315, null]], "triqs::mc_tools::mc_generic::rm_measure": [[316, null]], "triqs::mc_tools::mc_generic::run": [[317, null]], "triqs::mc_tools::mc_generic::set_after_cycle_duty": [[318, null]], "triqs::mc_tools::mc_generic::warmup": [[319, null]], "triqs::mc_tools::mc_generic::warmup_and_accumulate": [[320, null]], "triqs::mc_tools::move_set": [[321, null]], "triqs::mc_tools::move_set::accept": [[322, null]], "triqs::mc_tools::move_set::add": [[323, null]], "triqs::mc_tools::move_set::attempt": [[324, null]], "triqs::mc_tools::move_set::clear_statistics": [[325, null]], "triqs::mc_tools::move_set::collect_statistics": [[326, null]], "triqs::mc_tools::move_set::constructor": [[327, null]], "triqs::mc_tools::move_set::get_acceptance_rates": [[328, null]], "triqs::mc_tools::move_set::get_statistics": [[329, null]], "triqs::mc_tools::move_set::reject": [[330, null]], "triqs::mc_tools::random_generator": [[331, null]], "triqs::mc_tools::random_generator::constructor": [[332, null]], "triqs::mc_tools::random_generator::name": [[333, null]], "triqs::mc_tools::random_generator::operator()": [[334, null]], "triqs::mc_tools::random_generator::preview": [[335, null]], "triqs::mc_tools::random_generator_names": [[336, null]], "triqs::stat": [[337, null]], "triqs::stat Rework": [[0, "triqs-stat-rework"]], "triqs::stat::accumulator": [[338, null]], "triqs::stat::accumulator::compress_linear_bins": [[339, null]], "triqs::stat::accumulator::constructor": [[340, null]], "triqs::stat::accumulator::data_input_count": [[341, null]], "triqs::stat::accumulator::lin_bin_capacity": [[342, null]], "triqs::stat::accumulator::linear_bins": [[343, null]], "triqs::stat::accumulator::log_bin_errors": [[344, null]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[345, null]], "triqs::stat::accumulator::n_lin_bins": [[346, null]], "triqs::stat::accumulator::n_lin_bins_max": [[347, null]], "triqs::stat::accumulator::n_log_bins": [[348, null]], "triqs::stat::accumulator::n_log_bins_max": [[349, null]], "triqs::stat::accumulator::operator<<": [[350, null]], "triqs::stat::cdf": [[351, null]], "triqs::stat::histogram": [[352, null]], "triqs::stat::histogram::clear": [[353, null]], "triqs::stat::histogram::constructor": [[354, null]], "triqs::stat::histogram::data": [[355, null]], "triqs::stat::histogram::h5_read": [[356, null]], "triqs::stat::histogram::h5_write": [[357, null]], "triqs::stat::histogram::hdf5_format": [[358, null]], "triqs::stat::histogram::limits": [[359, null]], "triqs::stat::histogram::mesh_point": [[360, null]], "triqs::stat::histogram::mpi_broadcast": [[361, null]], "triqs::stat::histogram::mpi_reduce": [[362, null]], "triqs::stat::histogram::n_data_pts": [[363, null]], "triqs::stat::histogram::n_lost_pts": [[364, null]], "triqs::stat::histogram::operator+": [[365, null]], "triqs::stat::histogram::operator<<": [[366, null]], "triqs::stat::histogram::operator==": [[367, null]], "triqs::stat::histogram::size": [[368, null]], "triqs::stat::jackknife": [[369, null]], "triqs::stat::jackknife_mpi": [[370, null]], "triqs::stat::mean": [[371, null]], "triqs::stat::mean_and_err": [[372, null]], "triqs::stat::mean_and_err_mpi": [[373, null]], "triqs::stat::mean_mpi": [[374, null]], "triqs::stat::pdf": [[375, null]], "triqs::stat::tau_estimate_from_errors": [[376, null]]}, "docnames": ["ChangeLog", "_templates/autosummary_class_template", "_templates/autosummary_module_template", "about", "applications", "contents", "contributing", "contributing/documentation", "contributing/pull_request", "documentation", "documentation/cpp_api/contents", "documentation/cpp_api/itertools", "documentation/cpp_api/itertools/chunk_range", "documentation/cpp_api/itertools/enumerate", "documentation/cpp_api/itertools/foreach", "documentation/cpp_api/itertools/product", "documentation/cpp_api/itertools/product_range", "documentation/cpp_api/itertools/range", "documentation/cpp_api/itertools/range/constructor", "documentation/cpp_api/itertools/range/first", "documentation/cpp_api/itertools/range/last", "documentation/cpp_api/itertools/range/size", "documentation/cpp_api/itertools/range/step", "documentation/cpp_api/itertools/slice", "documentation/cpp_api/itertools/stride", "documentation/cpp_api/itertools/transform", "documentation/cpp_api/itertools/zip", "documentation/cpp_api/itertools/zip_with", "documentation/cpp_api/mpi", "documentation/cpp_api/mpi/broadcast", "documentation/cpp_api/mpi/chunk", "documentation/cpp_api/mpi/communicator", "documentation/cpp_api/mpi/communicator/constructor", "documentation/cpp_api/mpi/environment", "documentation/cpp_api/mpi/environment/constructor", "documentation/cpp_api/mpi/is_initialized", "documentation/cpp_api/mpi/map_C_function", "documentation/cpp_api/mpi/map_add", "documentation/cpp_api/mpi/monitor", "documentation/cpp_api/mpi/monitor/constructor", "documentation/cpp_api/mpi/monitor/emergency_occured", "documentation/cpp_api/mpi/monitor/finalize_communications", "documentation/cpp_api/mpi/monitor/request_emergency_stop", "documentation/cpp_api/triqs/atom_diag", "documentation/cpp_api/triqs/atom_diag/act", "documentation/cpp_api/triqs/atom_diag/atom_diag", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_connection", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_matrix", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_connection", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_matrix", "documentation/cpp_api/triqs/atom_diag/atom_diag/constructor", "documentation/cpp_api/triqs/atom_diag/atom_diag/flatten_subspace_index", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigensystems", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigenvalue", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_energies", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fock_states", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fops", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space_dim", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_gs_energy", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_h_atomic", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_matrix_element_of_monomial", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_op_mat", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_quantum_numbers", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dim", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dims", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrices", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrix", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_state", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_subspace_index", "documentation/cpp_api/triqs/atom_diag/atom_diag/index_range_of_subspace", "documentation/cpp_api/triqs/atom_diag/atom_diag/n_subspaces", "documentation/cpp_api/triqs/atom_diag/atomic_density_matrix", "documentation/cpp_api/triqs/atom_diag/atomic_g_iw", "documentation/cpp_api/triqs/atom_diag/atomic_g_l", "documentation/cpp_api/triqs/atom_diag/atomic_g_lehmann", "documentation/cpp_api/triqs/atom_diag/atomic_g_tau", "documentation/cpp_api/triqs/atom_diag/atomic_g_w", "documentation/cpp_api/triqs/atom_diag/partition_function", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues_checked", "documentation/cpp_api/triqs/atom_diag/trace_rho_op", "documentation/cpp_api/triqs/det_manip", "documentation/cpp_api/triqs/det_manip/det_manip", "documentation/cpp_api/triqs/det_manip/det_manip/change_col", "documentation/cpp_api/triqs/det_manip/det_manip/change_row", "documentation/cpp_api/triqs/det_manip/det_manip/clear", "documentation/cpp_api/triqs/det_manip/det_manip/complete_operation", "documentation/cpp_api/triqs/det_manip/det_manip/constructor", "documentation/cpp_api/triqs/det_manip/det_manip/determinant", "documentation/cpp_api/triqs/det_manip/det_manip/get_function", "documentation/cpp_api/triqs/det_manip/det_manip/get_n_operations_before_check", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_error", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_warning", "documentation/cpp_api/triqs/det_manip/det_manip/get_singular_threshold", "documentation/cpp_api/triqs/det_manip/det_manip/get_x", "documentation/cpp_api/triqs/det_manip/det_manip/get_x_internal_order", "documentation/cpp_api/triqs/det_manip/det_manip/get_y", "documentation/cpp_api/triqs/det_manip/det_manip/get_y_internal_order", "documentation/cpp_api/triqs/det_manip/det_manip/h5_read", "documentation/cpp_api/triqs/det_manip/det_manip/h5_write", "documentation/cpp_api/triqs/det_manip/det_manip/insert", "documentation/cpp_api/triqs/det_manip/det_manip/insert2", "documentation/cpp_api/triqs/det_manip/det_manip/insert2_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/insert_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix_internal_order", "documentation/cpp_api/triqs/det_manip/det_manip/is_singular", "documentation/cpp_api/triqs/det_manip/det_manip/matrix", "documentation/cpp_api/triqs/det_manip/det_manip/reject_last_try", "documentation/cpp_api/triqs/det_manip/det_manip/remove", "documentation/cpp_api/triqs/det_manip/det_manip/remove2", "documentation/cpp_api/triqs/det_manip/det_manip/remove2_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/remove_at_end", "documentation/cpp_api/triqs/det_manip/det_manip/reserve", "documentation/cpp_api/triqs/det_manip/det_manip/roll_matrix", "documentation/cpp_api/triqs/det_manip/det_manip/set_n_operations_before_check", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_error", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_warning", "documentation/cpp_api/triqs/det_manip/det_manip/set_singular_threshold", "documentation/cpp_api/triqs/det_manip/det_manip/size", "documentation/cpp_api/triqs/det_manip/det_manip/swap_col", "documentation/cpp_api/triqs/det_manip/det_manip/swap_row", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col_row", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_row", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert_k", "documentation/cpp_api/triqs/det_manip/det_manip/try_refill", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove_k", "documentation/cpp_api/triqs/gfs", "documentation/cpp_api/triqs/gfs/", "documentation/cpp_api/triqs/gfs/block_gf", "documentation/cpp_api/triqs/gfs/block_gf/block_names", "documentation/cpp_api/triqs/gfs/block_gf/block_sizes", "documentation/cpp_api/triqs/gfs/block_gf/constructor", "documentation/cpp_api/triqs/gfs/block_gf/data", "documentation/cpp_api/triqs/gfs/block_gf/h5_read", "documentation/cpp_api/triqs/gfs/block_gf/h5_write", "documentation/cpp_api/triqs/gfs/block_gf/hdf5_format", "documentation/cpp_api/triqs/gfs/block_gf/operator()", "documentation/cpp_api/triqs/gfs/block_gf/operator=", "documentation/cpp_api/triqs/gfs/density", "documentation/cpp_api/triqs/gfs/fit_gf_dlr", "documentation/cpp_api/triqs/gfs/fit_hermitian_tail", "documentation/cpp_api/triqs/gfs/fit_tail", "documentation/cpp_api/triqs/gfs/flatten_2d", "documentation/cpp_api/triqs/gfs/flatten_gf_2d", "documentation/cpp_api/triqs/gfs/get_mesh", "documentation/cpp_api/triqs/gfs/gf", "documentation/cpp_api/triqs/gfs/gf/constructor", "documentation/cpp_api/triqs/gfs/gf/data", "documentation/cpp_api/triqs/gfs/gf/data_shape", "documentation/cpp_api/triqs/gfs/gf/h5_read", "documentation/cpp_api/triqs/gfs/gf/h5_write", "documentation/cpp_api/triqs/gfs/gf/hdf5_format", "documentation/cpp_api/triqs/gfs/gf/mesh", "documentation/cpp_api/triqs/gfs/gf/operator<<", "documentation/cpp_api/triqs/gfs/gf/operator=", "documentation/cpp_api/triqs/gfs/gf/target_indices", "documentation/cpp_api/triqs/gfs/gf/target_shape", "documentation/cpp_api/triqs/gfs/gf_const_view", "documentation/cpp_api/triqs/gfs/gf_const_view/constructor", "documentation/cpp_api/triqs/gfs/gf_const_view/data", "documentation/cpp_api/triqs/gfs/gf_const_view/data_shape", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_read", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_write", "documentation/cpp_api/triqs/gfs/gf_const_view/hdf5_format", "documentation/cpp_api/triqs/gfs/gf_const_view/mesh", "documentation/cpp_api/triqs/gfs/gf_const_view/operator<<", "documentation/cpp_api/triqs/gfs/gf_const_view/rebind", "documentation/cpp_api/triqs/gfs/gf_const_view/target_indices", "documentation/cpp_api/triqs/gfs/gf_const_view/target_shape", "documentation/cpp_api/triqs/gfs/gf_view", "documentation/cpp_api/triqs/gfs/gf_view/constructor", "documentation/cpp_api/triqs/gfs/gf_view/data", "documentation/cpp_api/triqs/gfs/gf_view/data_shape", "documentation/cpp_api/triqs/gfs/gf_view/h5_read", "documentation/cpp_api/triqs/gfs/gf_view/h5_write", "documentation/cpp_api/triqs/gfs/gf_view/hdf5_format", "documentation/cpp_api/triqs/gfs/gf_view/mesh", "documentation/cpp_api/triqs/gfs/gf_view/operator<<", "documentation/cpp_api/triqs/gfs/gf_view/operator=", "documentation/cpp_api/triqs/gfs/gf_view/rebind", "documentation/cpp_api/triqs/gfs/gf_view/target_indices", "documentation/cpp_api/triqs/gfs/gf_view/target_shape", "documentation/cpp_api/triqs/gfs/h5_read_gf_struct", "documentation/cpp_api/triqs/gfs/imag", "documentation/cpp_api/triqs/gfs/impl_tag", "documentation/cpp_api/triqs/gfs/inverse", "documentation/cpp_api/triqs/gfs/is_gf_hermitian", "documentation/cpp_api/triqs/gfs/is_gf_real", "documentation/cpp_api/triqs/gfs/is_gf_real_in_tau", "documentation/cpp_api/triqs/gfs/make_block2_gf", "documentation/cpp_api/triqs/gfs/make_block_gf", "documentation/cpp_api/triqs/gfs/make_block_gf_view", "documentation/cpp_api/triqs/gfs/make_gf_dlr", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imfreq", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imtime", "documentation/cpp_api/triqs/gfs/make_gf_from_fourier", "documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier", "documentation/cpp_api/triqs/gfs/make_gf_from_real_gf", "documentation/cpp_api/triqs/gfs/make_gf_imfreq", "documentation/cpp_api/triqs/gfs/make_gf_imtime", "documentation/cpp_api/triqs/gfs/make_hermitian", "documentation/cpp_api/triqs/gfs/make_real_in_tau", "documentation/cpp_api/triqs/gfs/make_zero_tail", "documentation/cpp_api/triqs/gfs/mpi_reduce", "documentation/cpp_api/triqs/gfs/positive_freq_view", "documentation/cpp_api/triqs/gfs/real", "documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued", "documentation/cpp_api/triqs/gfs/unflatten_2d", "documentation/cpp_api/triqs/gfs/unflatten_gf_2d", "documentation/cpp_api/triqs/hilbert_space", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/begin", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cbegin", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cend", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/constructor", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/data", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/end", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_read_attribute", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_write_attribute", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/has_indices", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert_from_indices_t", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator==", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator[]", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/size", "documentation/cpp_api/triqs/hilbert_space/hilbert_space", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/constructor", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_fock_state", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_state_index", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_read", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_write", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/has_state", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/hdf5_format", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator!=", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator==", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/size", "documentation/cpp_api/triqs/hilbert_space/imperative_operator", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/constructor", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/is_empty", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/operator()", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/update", "documentation/cpp_api/triqs/hilbert_space/make_zero_state", "documentation/cpp_api/triqs/hilbert_space/space_partition", "documentation/cpp_api/triqs/hilbert_space/space_partition/constructor", "documentation/cpp_api/triqs/hilbert_space/space_partition/find_mappings", "documentation/cpp_api/triqs/hilbert_space/space_partition/foreach", "documentation/cpp_api/triqs/hilbert_space/space_partition/get_matrix_elements", "documentation/cpp_api/triqs/hilbert_space/space_partition/lookup_basis_state", "documentation/cpp_api/triqs/hilbert_space/space_partition/merge_subspaces", "documentation/cpp_api/triqs/hilbert_space/space_partition/n_subspaces", "documentation/cpp_api/triqs/hilbert_space/state", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/constructor", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/dot_product", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/foreach", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/get_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator()", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator*=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator+=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator-=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/set_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/size", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/constructor", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/dot_product", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/foreach", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/get_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator()", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator*=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator+=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator-=", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/set_hilbert", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/size", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/add_fock_state", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/constructor", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_all_fock_states", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_fock_state", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_index", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_state_index", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_read", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_write", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/has_state", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/hdf5_format", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator!=", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator==", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/set_index", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/size", "documentation/cpp_api/triqs/mc_tools", "documentation/cpp_api/triqs/mc_tools/mc_generic", "documentation/cpp_api/triqs/mc_tools/mc_generic/accumulate", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure_aux", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_move", "documentation/cpp_api/triqs/mc_tools/mc_generic/clear_measures", "documentation/cpp_api/triqs/mc_tools/mc_generic/collect_results", "documentation/cpp_api/triqs/mc_tools/mc_generic/constructor", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_acceptance_rates", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time_HHMMSS", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_config_id", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_current_cycle_number", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_duration", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_percent", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_rng", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_total_time", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time_HHMMSS", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_read", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_write", "documentation/cpp_api/triqs/mc_tools/mc_generic/rm_measure", "documentation/cpp_api/triqs/mc_tools/mc_generic/run", "documentation/cpp_api/triqs/mc_tools/mc_generic/set_after_cycle_duty", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup_and_accumulate", "documentation/cpp_api/triqs/mc_tools/move_set", "documentation/cpp_api/triqs/mc_tools/move_set/accept", "documentation/cpp_api/triqs/mc_tools/move_set/add", "documentation/cpp_api/triqs/mc_tools/move_set/attempt", "documentation/cpp_api/triqs/mc_tools/move_set/clear_statistics", "documentation/cpp_api/triqs/mc_tools/move_set/collect_statistics", "documentation/cpp_api/triqs/mc_tools/move_set/constructor", "documentation/cpp_api/triqs/mc_tools/move_set/get_acceptance_rates", "documentation/cpp_api/triqs/mc_tools/move_set/get_statistics", "documentation/cpp_api/triqs/mc_tools/move_set/reject", "documentation/cpp_api/triqs/mc_tools/random_generator", "documentation/cpp_api/triqs/mc_tools/random_generator/constructor", "documentation/cpp_api/triqs/mc_tools/random_generator/name", "documentation/cpp_api/triqs/mc_tools/random_generator/operator()", "documentation/cpp_api/triqs/mc_tools/random_generator/preview", "documentation/cpp_api/triqs/mc_tools/random_generator_names", "documentation/cpp_api/triqs/stat", "documentation/cpp_api/triqs/stat/accumulator", "documentation/cpp_api/triqs/stat/accumulator/compress_linear_bins", "documentation/cpp_api/triqs/stat/accumulator/constructor", "documentation/cpp_api/triqs/stat/accumulator/data_input_count", "documentation/cpp_api/triqs/stat/accumulator/lin_bin_capacity", "documentation/cpp_api/triqs/stat/accumulator/linear_bins", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors_all_reduce", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins_max", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins_max", "documentation/cpp_api/triqs/stat/accumulator/operator<<", "documentation/cpp_api/triqs/stat/cdf", "documentation/cpp_api/triqs/stat/histogram", "documentation/cpp_api/triqs/stat/histogram/clear", "documentation/cpp_api/triqs/stat/histogram/constructor", "documentation/cpp_api/triqs/stat/histogram/data", "documentation/cpp_api/triqs/stat/histogram/h5_read", "documentation/cpp_api/triqs/stat/histogram/h5_write", "documentation/cpp_api/triqs/stat/histogram/hdf5_format", "documentation/cpp_api/triqs/stat/histogram/limits", "documentation/cpp_api/triqs/stat/histogram/mesh_point", "documentation/cpp_api/triqs/stat/histogram/mpi_broadcast", "documentation/cpp_api/triqs/stat/histogram/mpi_reduce", "documentation/cpp_api/triqs/stat/histogram/n_data_pts", "documentation/cpp_api/triqs/stat/histogram/n_lost_pts", "documentation/cpp_api/triqs/stat/histogram/operator+", "documentation/cpp_api/triqs/stat/histogram/operator<<", "documentation/cpp_api/triqs/stat/histogram/operator==", "documentation/cpp_api/triqs/stat/histogram/size", "documentation/cpp_api/triqs/stat/jackknife", "documentation/cpp_api/triqs/stat/jackknife_mpi", "documentation/cpp_api/triqs/stat/mean", "documentation/cpp_api/triqs/stat/mean_and_err", "documentation/cpp_api/triqs/stat/mean_and_err_mpi", "documentation/cpp_api/triqs/stat/mean_mpi", "documentation/cpp_api/triqs/stat/pdf", "documentation/cpp_api/triqs/stat/tau_estimate_from_errors", "documentation/manual/contents", "documentation/manual/cpp2py/cfunction", "documentation/manual/cpp2py/class", "documentation/manual/cpp2py/contents", "documentation/manual/cpp2py/convert", "documentation/manual/cpp2py/module", "documentation/manual/cpp2py/principle", "documentation/manual/cpp2py/reference", "documentation/manual/hdf5/contents", "documentation/manual/hdf5/protocol", "documentation/manual/hdf5/ref", "documentation/manual/mpi/contents", "documentation/manual/triqs/atom_diag/contents", "documentation/manual/triqs/atom_diag/functions", "documentation/manual/triqs/clef/assign", "documentation/manual/triqs/clef/contents", "documentation/manual/triqs/clef/examples/contents", "documentation/manual/triqs/clef/examples/lazy_sum", "documentation/manual/triqs/clef/expressions_eval", "documentation/manual/triqs/clef/expressions_form", "documentation/manual/triqs/clef/function", "documentation/manual/triqs/clef/introduction", "documentation/manual/triqs/clef/overload", "documentation/manual/triqs/conventions", "documentation/manual/triqs/det_manip/contents", "documentation/manual/triqs/det_manip/det_manip", "documentation/manual/triqs/det_manip/implementation_notes", "documentation/manual/triqs/gfs/basic_notions/contents", "documentation/manual/triqs/gfs/c++/clef", "documentation/manual/triqs/gfs/c++/concepts", "documentation/manual/triqs/gfs/c++/contents", "documentation/manual/triqs/gfs/c++/fourier", "documentation/manual/triqs/gfs/c++/fourier_impl_notes", "documentation/manual/triqs/gfs/c++/gf_and_view", "documentation/manual/triqs/gfs/c++/gf_assign", "documentation/manual/triqs/gfs/c++/gf_block", "documentation/manual/triqs/gfs/c++/gf_call", "documentation/manual/triqs/gfs/c++/gf_constructors", "documentation/manual/triqs/gfs/c++/gf_data", "documentation/manual/triqs/gfs/c++/gf_imfreq", "documentation/manual/triqs/gfs/c++/gf_imtime", "documentation/manual/triqs/gfs/c++/gf_legendre", "documentation/manual/triqs/gfs/c++/gf_misc", "documentation/manual/triqs/gfs/c++/gf_part_eval_curry", "documentation/manual/triqs/gfs/c++/gf_product", "documentation/manual/triqs/gfs/c++/gf_refreq", "documentation/manual/triqs/gfs/c++/gf_reinterpret", "documentation/manual/triqs/gfs/c++/gf_retime", "documentation/manual/triqs/gfs/c++/gf_special", "documentation/manual/triqs/gfs/c++/gf_subscript", "documentation/manual/triqs/gfs/c++/implementation_notes", "documentation/manual/triqs/gfs/c++/matsubara_freq_mesh", "documentation/manual/triqs/gfs/c++/matsubara_imtime", "documentation/manual/triqs/gfs/c++/tail", "documentation/manual/triqs/gfs/contents", "documentation/manual/triqs/gfs/py/block", "documentation/manual/triqs/gfs/py/block/GfImFreq", "documentation/manual/triqs/gfs/py/block/GfImTime", "documentation/manual/triqs/gfs/py/block/GfLegendre", "documentation/manual/triqs/gfs/py/block/GfReFreq", "documentation/manual/triqs/gfs/py/block/GfReTime", "documentation/manual/triqs/gfs/py/contents", "documentation/manual/triqs/gfs/py/descriptors", "documentation/manual/triqs/gfs/py/full", "documentation/manual/triqs/gfs/py/tail", "documentation/manual/triqs/gfs/py/tools", "documentation/manual/triqs/gfs/py/transforms", "documentation/manual/triqs/hilbert_space/contents", "documentation/manual/triqs/hilbert_space/statevector_concept", "documentation/manual/triqs/lattice_tools/bravais", "documentation/manual/triqs/lattice_tools/contents", "documentation/manual/triqs/lattice_tools/dos", "documentation/manual/triqs/lattice_tools/hilbert", "documentation/manual/triqs/lattice_tools/sumk", "documentation/manual/triqs/lattice_tools/tightbinding", "documentation/manual/triqs/lattice_tools/tightbinding_and_example", "documentation/manual/triqs/mc_tools/concepts", "documentation/manual/triqs/mc_tools/contents", "documentation/manual/triqs/mc_tools/full_ref", "documentation/manual/triqs/mc_tools/ising", "documentation/manual/triqs/mc_tools/loop", "documentation/manual/triqs/mc_tools/random", "documentation/manual/triqs/mc_tools/tutorial", "documentation/manual/triqs/operators/contents", "documentation/manual/triqs/operators/operators", "documentation/manual/triqs/operators/util/U_matrix", "documentation/manual/triqs/operators/util/extractors", "documentation/manual/triqs/operators/util/hamiltonians", "documentation/manual/triqs/operators/util/observables", "documentation/manual/triqs/operators/util/op_struct", "documentation/manual/triqs/plotting_protocols/contents", "documentation/manual/triqs/plotting_protocols/fit/fit", "documentation/manual/triqs/plotting_protocols/plotting/plotting", "documentation/manual/triqs/provenance/contents", "documentation/manual/triqs/random_generator/contents", "documentation/manual/triqs/stat/contents", "documentation/manual/triqs/utilities/contents", "documentation/manual/triqs/utilities/exceptions", "documentation/manual/triqs/utilities/python_include_mess", "documentation/manual/triqs/utilities/tupletools", "documentation/python_api/triqs.atom_diag", "documentation/python_api/triqs.atom_diag.AtomDiag", "documentation/python_api/triqs.atom_diag.atom_diag", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.__init__", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.energies", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fops", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.__init__", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.energies", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fock_states", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fops", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index", "documentation/python_api/triqs.atom_diag.atom_diag.act", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_density_matrix", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_iw", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_l", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_tau", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_w", "documentation/python_api/triqs.atom_diag.atom_diag.partition_function", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked", "documentation/python_api/triqs.atom_diag.atom_diag.trace_rho_op", "documentation/python_api/triqs.atom_diag.atom_diag_desc", "documentation/python_api/triqs.dos", "documentation/python_api/triqs.dos.dos", "documentation/python_api/triqs.dos.dos.DOS", "documentation/python_api/triqs.dos.dos.DOS.__init__", "documentation/python_api/triqs.dos.dos.DOS.copy", "documentation/python_api/triqs.dos.dos.DOS.density", "documentation/python_api/triqs.dos.dos.DOSFromFunction", "documentation/python_api/triqs.dos.dos.DOSFromFunction.__init__", "documentation/python_api/triqs.dos.dos.DOSFromFunction.copy", "documentation/python_api/triqs.dos.dos.DOSFromFunction.density", "documentation/python_api/triqs.dos.dos.dos_from_file", "documentation/python_api/triqs.dos.hilbert_transform", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform.__init__", "documentation/python_api/triqs.fit", "documentation/python_api/triqs.fit.fit", "documentation/python_api/triqs.fit.fit.Fit", "documentation/python_api/triqs.fit.fit.Fit.__init__", "documentation/python_api/triqs.gf", "documentation/python_api/triqs.gf.backwd_compat", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.data", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.density", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.real", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.data", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.density", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.real", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.data", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.density", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.real", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero", "documentation/python_api/triqs.gf.backwd_compat.gf_retime", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.__init__", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.data", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.density", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.imag", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.indices", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.inverse", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.invert", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.mesh", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rank", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.real", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.total_density", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.transpose", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.zero", "documentation/python_api/triqs.gf.block2_gf", "documentation/python_api/triqs.gf.block2_gf.Block2Gf", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.__init__", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.all_indices", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_from", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_selected_blocks", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.imag", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices1", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices2", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.n_blocks", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.real", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.view_selected_blocks", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.zero", "documentation/python_api/triqs.gf.block_gf", "documentation/python_api/triqs.gf.block_gf.BlockGf", "documentation/python_api/triqs.gf.block_gf.BlockGf.__init__", "documentation/python_api/triqs.gf.block_gf.BlockGf.all_indices", "documentation/python_api/triqs.gf.block_gf.BlockGf.beta", "documentation/python_api/triqs.gf.block_gf.BlockGf.conjugate", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_from", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_selected_blocks", "documentation/python_api/triqs.gf.block_gf.BlockGf.density", "documentation/python_api/triqs.gf.block_gf.BlockGf.imag", "documentation/python_api/triqs.gf.block_gf.BlockGf.indices", "documentation/python_api/triqs.gf.block_gf.BlockGf.inverse", "documentation/python_api/triqs.gf.block_gf.BlockGf.invert", "documentation/python_api/triqs.gf.block_gf.BlockGf.load", "documentation/python_api/triqs.gf.block_gf.BlockGf.mesh", "documentation/python_api/triqs.gf.block_gf.BlockGf.n_blocks", "documentation/python_api/triqs.gf.block_gf.BlockGf.real", "documentation/python_api/triqs.gf.block_gf.BlockGf.save", "documentation/python_api/triqs.gf.block_gf.BlockGf.total_density", "documentation/python_api/triqs.gf.block_gf.BlockGf.transpose", "documentation/python_api/triqs.gf.block_gf.BlockGf.view_selected_blocks", "documentation/python_api/triqs.gf.block_gf.BlockGf.zero", "documentation/python_api/triqs.gf.block_gf.call_factory_from_dict", "documentation/python_api/triqs.gf.block_gf.fix_gf_struct_type", "documentation/python_api/triqs.gf.descriptor_base", "documentation/python_api/triqs.gf.descriptor_base.Base", "documentation/python_api/triqs.gf.descriptor_base.Base.__init__", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.__init__", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.is_block_descriptor", "documentation/python_api/triqs.gf.descriptor_base.Const", "documentation/python_api/triqs.gf.descriptor_base.Const.__init__", "documentation/python_api/triqs.gf.descriptor_base.Function", "documentation/python_api/triqs.gf.descriptor_base.Function.__init__", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX.__init__", "documentation/python_api/triqs.gf.descriptor_base.Omega_", "documentation/python_api/triqs.gf.descriptor_base.Omega_.__init__", "documentation/python_api/triqs.gf.descriptor_base.convert_scalar_to_const", "documentation/python_api/triqs.gf.descriptor_base.is_lazy", "documentation/python_api/triqs.gf.descriptor_base.is_scalar", "documentation/python_api/triqs.gf.descriptors", "documentation/python_api/triqs.gf.descriptors.Flat", "documentation/python_api/triqs.gf.descriptors.Flat.__init__", "documentation/python_api/triqs.gf.descriptors.Fourier", "documentation/python_api/triqs.gf.descriptors.Fourier.__init__", "documentation/python_api/triqs.gf.descriptors.Fourier.is_block_descriptor", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.__init__", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.__init__", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime.__init__", "documentation/python_api/triqs.gf.descriptors.SemiCircular", "documentation/python_api/triqs.gf.descriptors.SemiCircular.__init__", "documentation/python_api/triqs.gf.descriptors.Wilson", "documentation/python_api/triqs.gf.descriptors.Wilson.__init__", "documentation/python_api/triqs.gf.descriptors.semi", "documentation/python_api/triqs.gf.gf", "documentation/python_api/triqs.gf.gf.AddMethod", "documentation/python_api/triqs.gf.gf.AddMethod.__init__", "documentation/python_api/triqs.gf.gf.AddMethod.mro", "documentation/python_api/triqs.gf.gf.CallProxyNone", "documentation/python_api/triqs.gf.gf.CallProxyNone.__init__", "documentation/python_api/triqs.gf.gf.Gf", "documentation/python_api/triqs.gf.gf.Gf.__init__", "documentation/python_api/triqs.gf.gf.Gf.conjugate", "documentation/python_api/triqs.gf.gf.Gf.copy", "documentation/python_api/triqs.gf.gf.Gf.copy_from", "documentation/python_api/triqs.gf.gf.Gf.data", "documentation/python_api/triqs.gf.gf.Gf.density", "documentation/python_api/triqs.gf.gf.Gf.enforce_discontinuity", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.gf.Gf.fit_tail", "documentation/python_api/triqs.gf.gf.Gf.fit_tail_on_window", "documentation/python_api/triqs.gf.gf.Gf.from_L_G_R", "documentation/python_api/triqs.gf.gf.Gf.imag", "documentation/python_api/triqs.gf.gf.Gf.indices", "documentation/python_api/triqs.gf.gf.Gf.inverse", "documentation/python_api/triqs.gf.gf.Gf.invert", "documentation/python_api/triqs.gf.gf.Gf.is_gf_hermitian", "documentation/python_api/triqs.gf.gf.Gf.is_gf_real_in_tau", "documentation/python_api/triqs.gf.gf.Gf.mesh", "documentation/python_api/triqs.gf.gf.Gf.rank", "documentation/python_api/triqs.gf.gf.Gf.real", "documentation/python_api/triqs.gf.gf.Gf.rebinning_tau", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.gf.Gf.set_from_fourier", "documentation/python_api/triqs.gf.gf.Gf.set_from_imfreq", "documentation/python_api/triqs.gf.gf.Gf.set_from_imtime", "documentation/python_api/triqs.gf.gf.Gf.set_from_legendre", "documentation/python_api/triqs.gf.gf.Gf.set_from_pade", "documentation/python_api/triqs.gf.gf.Gf.target_indices", "documentation/python_api/triqs.gf.gf.Gf.target_rank", "documentation/python_api/triqs.gf.gf.Gf.target_shape", "documentation/python_api/triqs.gf.gf.Gf.total_density", "documentation/python_api/triqs.gf.gf.Gf.transpose", "documentation/python_api/triqs.gf.gf.Gf.x_data_view", "documentation/python_api/triqs.gf.gf.Gf.zero", "documentation/python_api/triqs.gf.gf.Idx", "documentation/python_api/triqs.gf.gf.Idx.__init__", "documentation/python_api/triqs.gf.gf.add_method_helper", "documentation/python_api/triqs.gf.gf.bckwd", "documentation/python_api/triqs.gf.gf.call_factory_from_dict", "documentation/python_api/triqs.gf.gf_factories", "documentation/python_api/triqs.gf.gf_factories.fit_gf_dlr", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imfreq", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imtime", "documentation/python_api/triqs.gf.gf_factories.make_gf_from_fourier", "documentation/python_api/triqs.gf.gf_factories.make_gf_imfreq", "documentation/python_api/triqs.gf.gf_factories.make_gf_imtime", "documentation/python_api/triqs.gf.gf_factories.make_hermitian", "documentation/python_api/triqs.gf.gf_factories.make_real_in_tau", "documentation/python_api/triqs.gf.gf_factories_desc", "documentation/python_api/triqs.gf.gf_fnt", "documentation/python_api/triqs.gf.gf_fnt.density", "documentation/python_api/triqs.gf.gf_fnt.enforce_discontinuity", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail_on_window", "documentation/python_api/triqs.gf.gf_fnt.fit_tail", "documentation/python_api/triqs.gf.gf_fnt.fit_tail_on_window", "documentation/python_api/triqs.gf.gf_fnt.is_gf_hermitian", "documentation/python_api/triqs.gf.gf_fnt.is_gf_real_in_tau", "documentation/python_api/triqs.gf.gf_fnt.rebinning_tau", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail_in_fit_window", "documentation/python_api/triqs.gf.gf_fnt.set_from_fourier", "documentation/python_api/triqs.gf.gf_fnt.set_from_imfreq", "documentation/python_api/triqs.gf.gf_fnt.set_from_imtime", "documentation/python_api/triqs.gf.gf_fnt.set_from_legendre", "documentation/python_api/triqs.gf.gf_fnt.set_from_pade", "documentation/python_api/triqs.gf.gf_fnt_desc", "documentation/python_api/triqs.gf.lazy_expressions", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.__init__", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.copy", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.get_terminal", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.is_terminal", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.set_from", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal.__init__", "documentation/python_api/triqs.gf.lazy_expressions.all_terminals", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr_with_context", "documentation/python_api/triqs.gf.lazy_expressions.lazy_function", "documentation/python_api/triqs.gf.lazy_expressions.make_lazy", "documentation/python_api/triqs.gf.lazy_expressions.transform", "documentation/python_api/triqs.gf.map_block", "documentation/python_api/triqs.gf.matsubara_freq", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.__init__", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.imag", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.real", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.value", "documentation/python_api/triqs.gf.mesh_point", "documentation/python_api/triqs.gf.mesh_point.MeshPoint", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.__init__", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.imag", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.real", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator.__init__", "documentation/python_api/triqs.gf.mesh_product", "documentation/python_api/triqs.gf.mesh_product.MeshProduct", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.__init__", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.components", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy_from", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.rank", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.size_of_components", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.to_data_index", "documentation/python_api/triqs.gf.mesh_product.call_factory_from_dict", "documentation/python_api/triqs.gf.meshes", "documentation/python_api/triqs.gf.meshes.MeshBrZone", "documentation/python_api/triqs.gf.meshes.MeshBrZone.__init__", "documentation/python_api/triqs.gf.meshes.MeshBrZone.bz", "documentation/python_api/triqs.gf.meshes.MeshBrZone.closest_index", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy_from", "documentation/python_api/triqs.gf.meshes.MeshBrZone.dims", "documentation/python_api/triqs.gf.meshes.MeshBrZone.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_index", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_value", "documentation/python_api/triqs.gf.meshes.MeshBrZone.units", "documentation/python_api/triqs.gf.meshes.MeshBrZone.values", "documentation/python_api/triqs.gf.meshes.MeshCycLat", "documentation/python_api/triqs.gf.meshes.MeshCycLat.__init__", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy_from", "documentation/python_api/triqs.gf.meshes.MeshCycLat.dims", "documentation/python_api/triqs.gf.meshes.MeshCycLat.lattice", "documentation/python_api/triqs.gf.meshes.MeshCycLat.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_index", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_value", "documentation/python_api/triqs.gf.meshes.MeshCycLat.units", "documentation/python_api/triqs.gf.meshes.MeshCycLat.values", "documentation/python_api/triqs.gf.meshes.MeshDLR", "documentation/python_api/triqs.gf.meshes.MeshDLR.__init__", "documentation/python_api/triqs.gf.meshes.MeshDLR.beta", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy_from", "documentation/python_api/triqs.gf.meshes.MeshDLR.eps", "documentation/python_api/triqs.gf.meshes.MeshDLR.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshDLR.statistic", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_index", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_value", "documentation/python_api/triqs.gf.meshes.MeshDLR.values", "documentation/python_api/triqs.gf.meshes.MeshDLR.w_max", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.__init__", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.beta", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy_from", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.eps", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.statistic", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_value", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.values", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.w_max", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.__init__", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.beta", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy_from", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.eps", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.statistic", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_index", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_value", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.values", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.w_max", "documentation/python_api/triqs.gf.meshes.MeshImFreq", "documentation/python_api/triqs.gf.meshes.MeshImFreq.__init__", "documentation/python_api/triqs.gf.meshes.MeshImFreq.beta", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy_from", "documentation/python_api/triqs.gf.meshes.MeshImFreq.first_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.last_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshImFreq.positive_only", "documentation/python_api/triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters", "documentation/python_api/triqs.gf.meshes.MeshImFreq.statistic", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_index", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_value", "documentation/python_api/triqs.gf.meshes.MeshImFreq.values", "documentation/python_api/triqs.gf.meshes.MeshImTime", "documentation/python_api/triqs.gf.meshes.MeshImTime.__init__", "documentation/python_api/triqs.gf.meshes.MeshImTime.beta", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy_from", "documentation/python_api/triqs.gf.meshes.MeshImTime.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshImTime.statistic", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_index", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_value", "documentation/python_api/triqs.gf.meshes.MeshImTime.values", "documentation/python_api/triqs.gf.meshes.MeshLegendre", "documentation/python_api/triqs.gf.meshes.MeshLegendre.__init__", "documentation/python_api/triqs.gf.meshes.MeshLegendre.beta", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy_from", "documentation/python_api/triqs.gf.meshes.MeshLegendre.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshLegendre.statistic", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_index", "documentation/python_api/triqs.gf.meshes.MeshReFreq", "documentation/python_api/triqs.gf.meshes.MeshReFreq.__init__", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy_from", "documentation/python_api/triqs.gf.meshes.MeshReFreq.delta", "documentation/python_api/triqs.gf.meshes.MeshReFreq.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_index", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_value", "documentation/python_api/triqs.gf.meshes.MeshReFreq.values", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_max", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_min", "documentation/python_api/triqs.gf.meshes.MeshReTime", "documentation/python_api/triqs.gf.meshes.MeshReTime.__init__", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy_from", "documentation/python_api/triqs.gf.meshes.MeshReTime.delta", "documentation/python_api/triqs.gf.meshes.MeshReTime.mesh_hash", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_max", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_min", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_data_index", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_index", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_value", "documentation/python_api/triqs.gf.meshes.MeshReTime.values", "documentation/python_api/triqs.gf.meshes.make_adjoint_mesh", "documentation/python_api/triqs.gf.meshes_desc", "documentation/python_api/triqs.gf.meshes_desc.make_mesh", "documentation/python_api/triqs.gf.plot", "documentation/python_api/triqs.gf.plot.bz", "documentation/python_api/triqs.gf.plot.bz.dist", "documentation/python_api/triqs.gf.plot.bz.generate_points", "documentation/python_api/triqs.gf.plot.bz.generate_points_on_path", "documentation/python_api/triqs.gf.plot.bz.length", "documentation/python_api/triqs.gf.plot.bz.make_plottable", "documentation/python_api/triqs.gf.plot.bz.plot", "documentation/python_api/triqs.gf.plot.bz.slice_on_path", "documentation/python_api/triqs.gf.plot.bz_x_x", "documentation/python_api/triqs.gf.plot.bz_x_x.plot", "documentation/python_api/triqs.gf.plot.bz_x_x.plottable_slice_along_path", "documentation/python_api/triqs.gf.plot.dispatcher", "documentation/python_api/triqs.gf.plot.one_var", "documentation/python_api/triqs.gf.plot.one_var.dlr_imfreq", "documentation/python_api/triqs.gf.plot.one_var.dlr_imtime", "documentation/python_api/triqs.gf.plot.one_var.imfreq", "documentation/python_api/triqs.gf.plot.one_var.imtime", "documentation/python_api/triqs.gf.plot.one_var.legendre", "documentation/python_api/triqs.gf.plot.one_var.refreq", "documentation/python_api/triqs.gf.plot.one_var.retime", "documentation/python_api/triqs.gf.plot.plot_base", "documentation/python_api/triqs.gf.plot.plot_base.plot_base", "documentation/python_api/triqs.gf.plot.select_indices", "documentation/python_api/triqs.gf.plot.select_indices.closest_point_in_line", "documentation/python_api/triqs.gf.plot.select_indices.closest_to", "documentation/python_api/triqs.gf.plot.select_indices.dist", "documentation/python_api/triqs.gf.plot.select_indices.pick_selection_vec", "documentation/python_api/triqs.gf.plot.select_indices.select_path_indices", "documentation/python_api/triqs.gf.tools", "documentation/python_api/triqs.gf.tools.conjugate", "documentation/python_api/triqs.gf.tools.delta", "documentation/python_api/triqs.gf.tools.discretize_bath", "documentation/python_api/triqs.gf.tools.dyson", "documentation/python_api/triqs.gf.tools.fit_legendre", "documentation/python_api/triqs.gf.tools.inverse", "documentation/python_api/triqs.gf.tools.make_delta", "documentation/python_api/triqs.gf.tools.make_zero_tail", "documentation/python_api/triqs.gf.tools.read_gf_from_txt", "documentation/python_api/triqs.gf.tools.transpose", "documentation/python_api/triqs.gf.tools.write_gf_to_txt", "documentation/python_api/triqs.gf.wrapped_aux", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.set_from_gf_data_mul_LR", "documentation/python_api/triqs.gf.wrapped_aux_desc", "documentation/python_api/triqs.gf.wrapped_aux_desc.all_calls", "documentation/python_api/triqs.lattice", "documentation/python_api/triqs.lattice.bz_patch", "documentation/python_api/triqs.lattice.bz_patch.BZPatch", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.__init__", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.dos", "documentation/python_api/triqs.lattice.lattice_tools", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.__init__", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.n_orbitals", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.ndim", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_names", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_positions", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.units", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.__init__", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.lattice", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.ndim", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.units", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.__init__", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.dispersion", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.displ_vec", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.fourier", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec", "documentation/python_api/triqs.lattice.lattice_tools.dos", "documentation/python_api/triqs.lattice.lattice_tools.dos_patch", "documentation/python_api/triqs.lattice.lattice_tools_desc", "documentation/python_api/triqs.lattice.point", "documentation/python_api/triqs.lattice.point.LatticePoint", "documentation/python_api/triqs.lattice.point.LatticePoint.__init__", "documentation/python_api/triqs.lattice.point.LatticePoint.value", "documentation/python_api/triqs.lattice.super_lattice", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.__init__", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.cluster_sites", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.dispersion", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fold", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fourier", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_kmesh", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_rmesh", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.hoppings", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.n_orbitals", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.ndim", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_names", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_positions", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.units", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital", "documentation/python_api/triqs.lattice.tight_binding", "documentation/python_api/triqs.lattice.tight_binding.TBLattice", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.__init__", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.dispersion", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.fourier", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_kmesh", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_rmesh", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.hoppings", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.n_orbitals", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.ndim", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_names", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_positions", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.units", "documentation/python_api/triqs.lattice.tight_binding.dos", "documentation/python_api/triqs.lattice.tight_binding.dos_patch", "documentation/python_api/triqs.lattice.utils", "documentation/python_api/triqs.lattice.utils.TB_from_pythTB", "documentation/python_api/triqs.lattice.utils.TB_from_wannier90", "documentation/python_api/triqs.lattice.utils.TB_to_sympy", "documentation/python_api/triqs.lattice.utils.extend_wannier90_to_spin", "documentation/python_api/triqs.lattice.utils.k_space_path", "documentation/python_api/triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat", "documentation/python_api/triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout", "documentation/python_api/triqs.operators", "documentation/python_api/triqs.operators.operators", "documentation/python_api/triqs.operators.operators.Operator", "documentation/python_api/triqs.operators.operators.Operator.__init__", "documentation/python_api/triqs.operators.operators.Operator.imag", "documentation/python_api/triqs.operators.operators.Operator.is_zero", "documentation/python_api/triqs.operators.operators.Operator.real", "documentation/python_api/triqs.operators.operators.c", "documentation/python_api/triqs.operators.operators.c_dag", "documentation/python_api/triqs.operators.operators.dagger", "documentation/python_api/triqs.operators.operators.is_op_hermitian", "documentation/python_api/triqs.operators.operators.n", "documentation/python_api/triqs.operators.operators_desc", "documentation/python_api/triqs.operators.util", "documentation/python_api/triqs.operators.util.U_matrix", "documentation/python_api/triqs.operators.util.U_matrix.U_J_to_radial_integrals", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_kanamori", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_slater", "documentation/python_api/triqs.operators.util.U_matrix.angular_matrix_element", "documentation/python_api/triqs.operators.util.U_matrix.clebsch_gordan", "documentation/python_api/triqs.operators.util.U_matrix.cubic_names", "documentation/python_api/triqs.operators.util.U_matrix.eg_submatrix", "documentation/python_api/triqs.operators.util.U_matrix.radial_integrals_to_U_J", "documentation/python_api/triqs.operators.util.U_matrix.reduce_4index_to_2index", "documentation/python_api/triqs.operators.util.U_matrix.spherical_to_cubic", "documentation/python_api/triqs.operators.util.U_matrix.subarray", "documentation/python_api/triqs.operators.util.U_matrix.t2g_submatrix", "documentation/python_api/triqs.operators.util.U_matrix.three_j_symbol", "documentation/python_api/triqs.operators.util.U_matrix.transform_U_matrix", "documentation/python_api/triqs.operators.util.extractors", "documentation/python_api/triqs.operators.util.extractors.block_matrix_from_op", "documentation/python_api/triqs.operators.util.extractors.dict_to_matrix", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict2", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict4", "documentation/python_api/triqs.operators.util.extractors.extract_h_dict", "documentation/python_api/triqs.operators.util.extractors.op_from_block_matrix", "documentation/python_api/triqs.operators.util.extractors.quadratic_terms", "documentation/python_api/triqs.operators.util.extractors.quartic_terms", "documentation/python_api/triqs.operators.util.extractors_desc", "documentation/python_api/triqs.operators.util.hamiltonians", "documentation/python_api/triqs.operators.util.hamiltonians.backward_compat", "documentation/python_api/triqs.operators.util.hamiltonians.diagonal_part", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_density", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_kanamori", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_slater", "documentation/python_api/triqs.operators.util.hamiltonians.make_operator_real", "documentation/python_api/triqs.operators.util.observables", "documentation/python_api/triqs.operators.util.observables.L2_op", "documentation/python_api/triqs.operators.util.observables.LS_op", "documentation/python_api/triqs.operators.util.observables.L_op", "documentation/python_api/triqs.operators.util.observables.N_op", "documentation/python_api/triqs.operators.util.observables.S2_op", "documentation/python_api/triqs.operators.util.observables.S_op", "documentation/python_api/triqs.operators.util.observables.check_backward_compat", "documentation/python_api/triqs.operators.util.op_struct", "documentation/python_api/triqs.operators.util.op_struct.get_mkind", "documentation/python_api/triqs.operators.util.op_struct.set_operator_structure", "documentation/python_api/triqs.plot", "documentation/python_api/triqs.plot.mpl_interface", "documentation/python_api/triqs.plot.mpl_interface.oplot", "documentation/python_api/triqs.plot.mpl_interface.oploti", "documentation/python_api/triqs.plot.mpl_interface.oplotr", "documentation/python_api/triqs.plot.mpl_interface.use_amsmath", "documentation/python_api/triqs.plot.protocol", "documentation/python_api/triqs.plot.protocol.clip_array", "documentation/python_api/triqs.plot.protocol.plot_protocol_apply", "documentation/python_api/triqs.random_generator", "documentation/python_api/triqs.random_generator.RandomGenerator", "documentation/python_api/triqs.random_generator.RandomGenerator.__init__", "documentation/python_api/triqs.random_generator.random_generator", "documentation/python_api/triqs.random_generator.random_generator.random_generator_names_list", "documentation/python_api/triqs.random_generator.random_generator_desc", "documentation/python_api/triqs.stat", "documentation/python_api/triqs.stat.histogram", "documentation/python_api/triqs.stat.histogram.plot", "documentation/python_api/triqs.stat.histograms", "documentation/python_api/triqs.stat.histograms.Histogram", "documentation/python_api/triqs.stat.histograms.Histogram.__init__", "documentation/python_api/triqs.stat.histograms.Histogram.clear", "documentation/python_api/triqs.stat.histograms.Histogram.data", "documentation/python_api/triqs.stat.histograms.Histogram.limits", "documentation/python_api/triqs.stat.histograms.Histogram.mesh_point", "documentation/python_api/triqs.stat.histograms.Histogram.n_data_pts", "documentation/python_api/triqs.stat.histograms.Histogram.n_lost_pts", "documentation/python_api/triqs.stat.histograms.cdf", "documentation/python_api/triqs.stat.histograms.pdf", "documentation/python_api/triqs.stat.histograms_desc", "documentation/python_api/triqs.sumk", "documentation/python_api/triqs.sumk.sumk_discrete", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.__init__", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays", "documentation/python_api/triqs.utility", "documentation/python_api/triqs.utility.bound_and_bisect", "documentation/python_api/triqs.utility.bound_and_bisect.bound_and_bisect", "documentation/python_api/triqs.utility.bound_and_bisect.determine_bounds", "documentation/python_api/triqs.utility.capture_stdout", "documentation/python_api/triqs.utility.comparison_tests", "documentation/python_api/triqs.utility.comparison_tests.assert_array_close_to_scalar", "documentation/python_api/triqs.utility.comparison_tests.assert_arrays_are_close", "documentation/python_api/triqs.utility.comparison_tests.assert_block2_gfs_are_close", "documentation/python_api/triqs.utility.comparison_tests.assert_block_gfs_are_close", "documentation/python_api/triqs.utility.comparison_tests.assert_gfs_are_close", "documentation/python_api/triqs.utility.dichotomy", "documentation/python_api/triqs.utility.dichotomy.dichotomy", "documentation/python_api/triqs.utility.dist_on_nodes", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.__init__", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.run", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.result", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.run", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate", "documentation/python_api/triqs.utility.h5diff", "documentation/python_api/triqs.utility.h5diff.compare", "documentation/python_api/triqs.utility.h5diff.h5diff", "documentation/python_api/triqs.utility.mpi", "documentation/python_api/triqs.utility.mpi.check_for_mpi", "documentation/python_api/triqs.utility.mpi_mpi4py", "documentation/python_api/triqs.utility.mpi_mpi4py.all_reduce", "documentation/python_api/triqs.utility.mpi_mpi4py.barrier", "documentation/python_api/triqs.utility.mpi_mpi4py.bcast", "documentation/python_api/triqs.utility.mpi_mpi4py.is_master_node", "documentation/python_api/triqs.utility.mpi_mpi4py.master_gets_host_names", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_err", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_out", "documentation/python_api/triqs.utility.mpi_mpi4py.recv", "documentation/python_api/triqs.utility.mpi_mpi4py.report", "documentation/python_api/triqs.utility.mpi_mpi4py.send", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_array", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_inf", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_sup", "documentation/python_api/triqs.utility.mpi_nompi", "documentation/python_api/triqs.utility.mpi_nompi.all_reduce", "documentation/python_api/triqs.utility.mpi_nompi.barrier", "documentation/python_api/triqs.utility.mpi_nompi.bcast", "documentation/python_api/triqs.utility.mpi_nompi.is_master_node", "documentation/python_api/triqs.utility.mpi_nompi.master_gets_host_names", "documentation/python_api/triqs.utility.mpi_nompi.myprint_err", "documentation/python_api/triqs.utility.mpi_nompi.myprint_out", "documentation/python_api/triqs.utility.mpi_nompi.recv", "documentation/python_api/triqs.utility.mpi_nompi.report", "documentation/python_api/triqs.utility.mpi_nompi.send", "documentation/python_api/triqs.utility.mpi_nompi.slice_array", "documentation/python_api/triqs.utility.redirect", "documentation/python_api/triqs.utility.redirect.T", "documentation/python_api/triqs.utility.redirect.T.__init__", "documentation/python_api/triqs.utility.redirect.T.daemon", "documentation/python_api/triqs.utility.redirect.T.getName", "documentation/python_api/triqs.utility.redirect.T.ident", "documentation/python_api/triqs.utility.redirect.T.isDaemon", "documentation/python_api/triqs.utility.redirect.T.is_alive", "documentation/python_api/triqs.utility.redirect.T.join", "documentation/python_api/triqs.utility.redirect.T.name", "documentation/python_api/triqs.utility.redirect.T.native_id", "documentation/python_api/triqs.utility.redirect.T.run", "documentation/python_api/triqs.utility.redirect.T.setDaemon", "documentation/python_api/triqs.utility.redirect.T.setName", "documentation/python_api/triqs.utility.redirect.T.start", "documentation/python_api/triqs.utility.redirect.T.stop", "documentation/python_api/triqs.utility.redirect.start_redirect", "documentation/python_api/triqs.utility.redirect.stop_redirect", "faqs", "index", "install", "installation/clang", "installation/environment_vars", "installation/install_options", "installation/osx_install", "installation/python_virtualenv", "installation/requirements", "installation/ubuntu", "porting_to_triqs3", "userguide", "userguide/c++/arrays/tutorial", "userguide/c++/det_manip/tutorial", "userguide/c++/gfs/tutorial", "userguide/c++/hdf5/tutorial", "userguide/c++/using_the_lib/application_structure", "userguide/c++/using_the_lib/contents", "userguide/c++/using_the_lib/profiling", "userguide/c++/using_the_lib/triqs_library", "userguide/python/basics", "userguide/python/dmft_one_page", "userguide/python/external_resources", "userguide/python/model_dmft", "userguide/python/tight_binding", "userguide/python/tutorials/AbinitioDMFT/01-solid_dmft", "userguide/python/tutorials/AbinitioDMFT/02-FermiSee", "userguide/python/tutorials/AbinitioDMFT/03-phase-diagram-exploration", "userguide/python/tutorials/AbinitioDMFT/04-HubbardI-comparison", "userguide/python/tutorials/AbinitioDMFT/solutions/01s-solid_dmft", "userguide/python/tutorials/AbinitioDMFT/solutions/02s-FermiSee", "userguide/python/tutorials/AbinitioDMFT/solutions/03s-phase-diagram-exploration", "userguide/python/tutorials/AbinitioDMFT/solutions/04s-HubbardI-comparison", "userguide/python/tutorials/Basics/00a-Introducing_the_ipython_notebook", "userguide/python/tutorials/Basics/00b-Matplotlib_Examples", "userguide/python/tutorials/Basics/01-Greens_functions", "userguide/python/tutorials/Basics/02-Archiving_your_data", "userguide/python/tutorials/Basics/03-Operators", "userguide/python/tutorials/Basics/04-Multivariable_Green_functions", "userguide/python/tutorials/Basics/solutions/01s-Greens_functions", "userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT", "userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver", "userguide/python/tutorials/ModelDMFT/03-Single-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/04-Two-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard", "userguide/python/tutorials/ModelDMFT/README", "userguide/python/tutorials/ModelDMFT/solutions/01s-IPT_and_DMFT", "userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/solutions/04s-Two-orbital_Hubbard_with_CTQMC", "userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard", "userguide/python/tutorials/README", "userguide/python/tutorials/TwoParticleResponse/01-Fermi_surface_nesting", "userguide/python/tutorials/TwoParticleResponse/02-Lindhard", "userguide/python/tutorials/TwoParticleResponse/03-RPA", "userguide/python/tutorials/TwoParticleResponse/04-TPSC", "userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner", "userguide/python/tutorials/TwoParticleResponse/solutions/01s-Fermi_surface_nesting", "userguide/python/tutorials/TwoParticleResponse/solutions/02s-Lindhard", "userguide/python/tutorials/TwoParticleResponse/solutions/03s-RPA", "userguide/python/tutorials/TwoParticleResponse/solutions/04s-TPSC", "userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner", "userguide/python/two_particle_response", "versions"], "envversion": {"nbsphinx": 4, "sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["ChangeLog.md", "_templates/autosummary_class_template.rst", "_templates/autosummary_module_template.rst", "about.rst", "applications.rst", "contents.rst", "contributing.rst", "contributing/documentation.rst", "contributing/pull_request.rst", "documentation.rst", "documentation/cpp_api/contents.rst", "documentation/cpp_api/itertools.rst", "documentation/cpp_api/itertools/chunk_range.rst", "documentation/cpp_api/itertools/enumerate.rst", "documentation/cpp_api/itertools/foreach.rst", "documentation/cpp_api/itertools/product.rst", "documentation/cpp_api/itertools/product_range.rst", "documentation/cpp_api/itertools/range.rst", "documentation/cpp_api/itertools/range/constructor.rst", "documentation/cpp_api/itertools/range/first.rst", "documentation/cpp_api/itertools/range/last.rst", "documentation/cpp_api/itertools/range/size.rst", "documentation/cpp_api/itertools/range/step.rst", "documentation/cpp_api/itertools/slice.rst", "documentation/cpp_api/itertools/stride.rst", "documentation/cpp_api/itertools/transform.rst", "documentation/cpp_api/itertools/zip.rst", "documentation/cpp_api/itertools/zip_with.rst", "documentation/cpp_api/mpi.rst", "documentation/cpp_api/mpi/broadcast.rst", "documentation/cpp_api/mpi/chunk.rst", "documentation/cpp_api/mpi/communicator.rst", "documentation/cpp_api/mpi/communicator/constructor.rst", "documentation/cpp_api/mpi/environment.rst", "documentation/cpp_api/mpi/environment/constructor.rst", "documentation/cpp_api/mpi/is_initialized.rst", "documentation/cpp_api/mpi/map_C_function.rst", "documentation/cpp_api/mpi/map_add.rst", "documentation/cpp_api/mpi/monitor.rst", "documentation/cpp_api/mpi/monitor/constructor.rst", "documentation/cpp_api/mpi/monitor/emergency_occured.rst", "documentation/cpp_api/mpi/monitor/finalize_communications.rst", "documentation/cpp_api/mpi/monitor/request_emergency_stop.rst", "documentation/cpp_api/triqs/atom_diag.rst", "documentation/cpp_api/triqs/atom_diag/act.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_connection.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/c_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_connection.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/cdag_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/constructor.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/flatten_subspace_index.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigensystems.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_eigenvalue.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_energies.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fock_states.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_fops.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_full_hilbert_space_dim.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_gs_energy.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_h_atomic.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_matrix_element_of_monomial.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_op_mat.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_quantum_numbers.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dim.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_subspace_dims.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrices.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_unitary_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_state.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/get_vacuum_subspace_index.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/index_range_of_subspace.rst", "documentation/cpp_api/triqs/atom_diag/atom_diag/n_subspaces.rst", "documentation/cpp_api/triqs/atom_diag/atomic_density_matrix.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_iw.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_l.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_lehmann.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_tau.rst", "documentation/cpp_api/triqs/atom_diag/atomic_g_w.rst", "documentation/cpp_api/triqs/atom_diag/partition_function.rst", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues.rst", "documentation/cpp_api/triqs/atom_diag/quantum_number_eigenvalues_checked.rst", "documentation/cpp_api/triqs/atom_diag/trace_rho_op.rst", "documentation/cpp_api/triqs/det_manip.rst", "documentation/cpp_api/triqs/det_manip/det_manip.rst", "documentation/cpp_api/triqs/det_manip/det_manip/change_col.rst", "documentation/cpp_api/triqs/det_manip/det_manip/change_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/clear.rst", "documentation/cpp_api/triqs/det_manip/det_manip/complete_operation.rst", "documentation/cpp_api/triqs/det_manip/det_manip/constructor.rst", "documentation/cpp_api/triqs/det_manip/det_manip/determinant.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_function.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_n_operations_before_check.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_error.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_precision_warning.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_singular_threshold.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_x.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_x_internal_order.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_y.rst", "documentation/cpp_api/triqs/det_manip/det_manip/get_y_internal_order.rst", "documentation/cpp_api/triqs/det_manip/det_manip/h5_read.rst", "documentation/cpp_api/triqs/det_manip/det_manip/h5_write.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert2.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert2_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/insert_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix.rst", "documentation/cpp_api/triqs/det_manip/det_manip/inverse_matrix_internal_order.rst", "documentation/cpp_api/triqs/det_manip/det_manip/is_singular.rst", "documentation/cpp_api/triqs/det_manip/det_manip/matrix.rst", "documentation/cpp_api/triqs/det_manip/det_manip/reject_last_try.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove2.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove2_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/remove_at_end.rst", "documentation/cpp_api/triqs/det_manip/det_manip/reserve.rst", "documentation/cpp_api/triqs/det_manip/det_manip/roll_matrix.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_n_operations_before_check.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_error.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_precision_warning.rst", "documentation/cpp_api/triqs/det_manip/det_manip/set_singular_threshold.rst", "documentation/cpp_api/triqs/det_manip/det_manip/size.rst", "documentation/cpp_api/triqs/det_manip/det_manip/swap_col.rst", "documentation/cpp_api/triqs/det_manip/det_manip/swap_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_col_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_change_row.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_insert_k.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_refill.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove.rst", "documentation/cpp_api/triqs/det_manip/det_manip/try_remove_k.rst", "documentation/cpp_api/triqs/gfs.rst", "documentation/cpp_api/triqs/gfs/.rst", "documentation/cpp_api/triqs/gfs/block_gf.rst", "documentation/cpp_api/triqs/gfs/block_gf/block_names.rst", "documentation/cpp_api/triqs/gfs/block_gf/block_sizes.rst", "documentation/cpp_api/triqs/gfs/block_gf/constructor.rst", "documentation/cpp_api/triqs/gfs/block_gf/data.rst", "documentation/cpp_api/triqs/gfs/block_gf/h5_read.rst", "documentation/cpp_api/triqs/gfs/block_gf/h5_write.rst", "documentation/cpp_api/triqs/gfs/block_gf/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/block_gf/operator().rst", "documentation/cpp_api/triqs/gfs/block_gf/operator=.rst", "documentation/cpp_api/triqs/gfs/density.rst", "documentation/cpp_api/triqs/gfs/fit_gf_dlr.rst", "documentation/cpp_api/triqs/gfs/fit_hermitian_tail.rst", "documentation/cpp_api/triqs/gfs/fit_tail.rst", "documentation/cpp_api/triqs/gfs/flatten_2d.rst", "documentation/cpp_api/triqs/gfs/flatten_gf_2d.rst", "documentation/cpp_api/triqs/gfs/get_mesh.rst", "documentation/cpp_api/triqs/gfs/gf.rst", "documentation/cpp_api/triqs/gfs/gf/constructor.rst", "documentation/cpp_api/triqs/gfs/gf/data.rst", "documentation/cpp_api/triqs/gfs/gf/data_shape.rst", "documentation/cpp_api/triqs/gfs/gf/h5_read.rst", "documentation/cpp_api/triqs/gfs/gf/h5_write.rst", "documentation/cpp_api/triqs/gfs/gf/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/gf/mesh.rst", "documentation/cpp_api/triqs/gfs/gf/operator<<.rst", "documentation/cpp_api/triqs/gfs/gf/operator=.rst", "documentation/cpp_api/triqs/gfs/gf/target_indices.rst", "documentation/cpp_api/triqs/gfs/gf/target_shape.rst", "documentation/cpp_api/triqs/gfs/gf_const_view.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/constructor.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/data.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/data_shape.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_read.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/h5_write.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/mesh.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/operator<<.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/rebind.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/target_indices.rst", "documentation/cpp_api/triqs/gfs/gf_const_view/target_shape.rst", "documentation/cpp_api/triqs/gfs/gf_view.rst", "documentation/cpp_api/triqs/gfs/gf_view/constructor.rst", "documentation/cpp_api/triqs/gfs/gf_view/data.rst", "documentation/cpp_api/triqs/gfs/gf_view/data_shape.rst", "documentation/cpp_api/triqs/gfs/gf_view/h5_read.rst", "documentation/cpp_api/triqs/gfs/gf_view/h5_write.rst", "documentation/cpp_api/triqs/gfs/gf_view/hdf5_format.rst", "documentation/cpp_api/triqs/gfs/gf_view/mesh.rst", "documentation/cpp_api/triqs/gfs/gf_view/operator<<.rst", "documentation/cpp_api/triqs/gfs/gf_view/operator=.rst", "documentation/cpp_api/triqs/gfs/gf_view/rebind.rst", "documentation/cpp_api/triqs/gfs/gf_view/target_indices.rst", "documentation/cpp_api/triqs/gfs/gf_view/target_shape.rst", "documentation/cpp_api/triqs/gfs/h5_read_gf_struct.rst", "documentation/cpp_api/triqs/gfs/imag.rst", "documentation/cpp_api/triqs/gfs/impl_tag.rst", "documentation/cpp_api/triqs/gfs/inverse.rst", "documentation/cpp_api/triqs/gfs/is_gf_hermitian.rst", "documentation/cpp_api/triqs/gfs/is_gf_real.rst", "documentation/cpp_api/triqs/gfs/is_gf_real_in_tau.rst", "documentation/cpp_api/triqs/gfs/make_block2_gf.rst", "documentation/cpp_api/triqs/gfs/make_block_gf.rst", "documentation/cpp_api/triqs/gfs/make_block_gf_view.rst", "documentation/cpp_api/triqs/gfs/make_gf_dlr.rst", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imfreq.rst", "documentation/cpp_api/triqs/gfs/make_gf_dlr_imtime.rst", "documentation/cpp_api/triqs/gfs/make_gf_from_fourier.rst", "documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.rst", "documentation/cpp_api/triqs/gfs/make_gf_from_real_gf.rst", "documentation/cpp_api/triqs/gfs/make_gf_imfreq.rst", "documentation/cpp_api/triqs/gfs/make_gf_imtime.rst", "documentation/cpp_api/triqs/gfs/make_hermitian.rst", "documentation/cpp_api/triqs/gfs/make_real_in_tau.rst", "documentation/cpp_api/triqs/gfs/make_zero_tail.rst", "documentation/cpp_api/triqs/gfs/mpi_reduce.rst", "documentation/cpp_api/triqs/gfs/positive_freq_view.rst", "documentation/cpp_api/triqs/gfs/real.rst", "documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.rst", "documentation/cpp_api/triqs/gfs/unflatten_2d.rst", "documentation/cpp_api/triqs/gfs/unflatten_gf_2d.rst", "documentation/cpp_api/triqs/hilbert_space.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/begin.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cbegin.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/cend.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/data.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/end.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_read_attribute.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/h5_write_attribute.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/has_indices.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/insert_from_indices_t.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator==.rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/operator[].rst", "documentation/cpp_api/triqs/hilbert_space/fundamental_operator_set/size.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_fock_state.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/get_state_index.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_read.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/h5_write.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/has_state.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/hdf5_format.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator!=.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/operator==.rst", "documentation/cpp_api/triqs/hilbert_space/hilbert_space/size.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/is_empty.rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/operator().rst", "documentation/cpp_api/triqs/hilbert_space/imperative_operator/update.rst", "documentation/cpp_api/triqs/hilbert_space/make_zero_state.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/find_mappings.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/foreach.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/get_matrix_elements.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/lookup_basis_state.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/merge_subspaces.rst", "documentation/cpp_api/triqs/hilbert_space/space_partition/n_subspaces.rst", "documentation/cpp_api/triqs/hilbert_space/state.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/dot_product.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/foreach.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/get_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator*=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator+=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator-=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/set_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/size.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/dot_product.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/foreach.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/get_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator*=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator+=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator-=.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/set_hilbert.rst", "documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/size.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/add_fock_state.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/constructor.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_all_fock_states.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_fock_state.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_index.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/get_state_index.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_read.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/h5_write.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/has_state.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/hdf5_format.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator!=.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/operator==.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/set_index.rst", "documentation/cpp_api/triqs/hilbert_space/sub_hilbert_space/size.rst", "documentation/cpp_api/triqs/mc_tools.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/accumulate.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_measure_aux.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/add_move.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/clear_measures.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/collect_results.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/constructor.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_acceptance_rates.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_accumulation_time_HHMMSS.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_config_id.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_current_cycle_number.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_duration.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_percent.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_rng.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_total_time.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/get_warmup_time_HHMMSS.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_read.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/h5_write.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/rm_measure.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/run.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/set_after_cycle_duty.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup.rst", "documentation/cpp_api/triqs/mc_tools/mc_generic/warmup_and_accumulate.rst", "documentation/cpp_api/triqs/mc_tools/move_set.rst", "documentation/cpp_api/triqs/mc_tools/move_set/accept.rst", "documentation/cpp_api/triqs/mc_tools/move_set/add.rst", "documentation/cpp_api/triqs/mc_tools/move_set/attempt.rst", "documentation/cpp_api/triqs/mc_tools/move_set/clear_statistics.rst", "documentation/cpp_api/triqs/mc_tools/move_set/collect_statistics.rst", "documentation/cpp_api/triqs/mc_tools/move_set/constructor.rst", "documentation/cpp_api/triqs/mc_tools/move_set/get_acceptance_rates.rst", "documentation/cpp_api/triqs/mc_tools/move_set/get_statistics.rst", "documentation/cpp_api/triqs/mc_tools/move_set/reject.rst", "documentation/cpp_api/triqs/mc_tools/random_generator.rst", "documentation/cpp_api/triqs/mc_tools/random_generator/constructor.rst", "documentation/cpp_api/triqs/mc_tools/random_generator/name.rst", "documentation/cpp_api/triqs/mc_tools/random_generator/operator().rst", "documentation/cpp_api/triqs/mc_tools/random_generator/preview.rst", "documentation/cpp_api/triqs/mc_tools/random_generator_names.rst", "documentation/cpp_api/triqs/stat.rst", "documentation/cpp_api/triqs/stat/accumulator.rst", "documentation/cpp_api/triqs/stat/accumulator/compress_linear_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/constructor.rst", "documentation/cpp_api/triqs/stat/accumulator/data_input_count.rst", "documentation/cpp_api/triqs/stat/accumulator/lin_bin_capacity.rst", "documentation/cpp_api/triqs/stat/accumulator/linear_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors.rst", "documentation/cpp_api/triqs/stat/accumulator/log_bin_errors_all_reduce.rst", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/n_lin_bins_max.rst", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins.rst", "documentation/cpp_api/triqs/stat/accumulator/n_log_bins_max.rst", "documentation/cpp_api/triqs/stat/accumulator/operator<<.rst", "documentation/cpp_api/triqs/stat/cdf.rst", "documentation/cpp_api/triqs/stat/histogram.rst", "documentation/cpp_api/triqs/stat/histogram/clear.rst", "documentation/cpp_api/triqs/stat/histogram/constructor.rst", "documentation/cpp_api/triqs/stat/histogram/data.rst", "documentation/cpp_api/triqs/stat/histogram/h5_read.rst", "documentation/cpp_api/triqs/stat/histogram/h5_write.rst", "documentation/cpp_api/triqs/stat/histogram/hdf5_format.rst", "documentation/cpp_api/triqs/stat/histogram/limits.rst", "documentation/cpp_api/triqs/stat/histogram/mesh_point.rst", "documentation/cpp_api/triqs/stat/histogram/mpi_broadcast.rst", "documentation/cpp_api/triqs/stat/histogram/mpi_reduce.rst", "documentation/cpp_api/triqs/stat/histogram/n_data_pts.rst", "documentation/cpp_api/triqs/stat/histogram/n_lost_pts.rst", "documentation/cpp_api/triqs/stat/histogram/operator+.rst", "documentation/cpp_api/triqs/stat/histogram/operator<<.rst", "documentation/cpp_api/triqs/stat/histogram/operator==.rst", "documentation/cpp_api/triqs/stat/histogram/size.rst", "documentation/cpp_api/triqs/stat/jackknife.rst", "documentation/cpp_api/triqs/stat/jackknife_mpi.rst", "documentation/cpp_api/triqs/stat/mean.rst", "documentation/cpp_api/triqs/stat/mean_and_err.rst", "documentation/cpp_api/triqs/stat/mean_and_err_mpi.rst", "documentation/cpp_api/triqs/stat/mean_mpi.rst", "documentation/cpp_api/triqs/stat/pdf.rst", "documentation/cpp_api/triqs/stat/tau_estimate_from_errors.rst", "documentation/manual/contents.rst", "documentation/manual/cpp2py/cfunction.rst", "documentation/manual/cpp2py/class.rst", "documentation/manual/cpp2py/contents.rst", "documentation/manual/cpp2py/convert.rst", "documentation/manual/cpp2py/module.rst", "documentation/manual/cpp2py/principle.rst", "documentation/manual/cpp2py/reference.rst", "documentation/manual/hdf5/contents.rst", "documentation/manual/hdf5/protocol.rst", "documentation/manual/hdf5/ref.rst", "documentation/manual/mpi/contents.rst", "documentation/manual/triqs/atom_diag/contents.rst", "documentation/manual/triqs/atom_diag/functions.rst", "documentation/manual/triqs/clef/assign.rst", "documentation/manual/triqs/clef/contents.rst", "documentation/manual/triqs/clef/examples/contents.rst", "documentation/manual/triqs/clef/examples/lazy_sum.rst", "documentation/manual/triqs/clef/expressions_eval.rst", "documentation/manual/triqs/clef/expressions_form.rst", "documentation/manual/triqs/clef/function.rst", "documentation/manual/triqs/clef/introduction.rst", "documentation/manual/triqs/clef/overload.rst", "documentation/manual/triqs/conventions.rst", "documentation/manual/triqs/det_manip/contents.rst", "documentation/manual/triqs/det_manip/det_manip.rst", "documentation/manual/triqs/det_manip/implementation_notes.rst", "documentation/manual/triqs/gfs/basic_notions/contents.rst", "documentation/manual/triqs/gfs/c++/clef.rst", "documentation/manual/triqs/gfs/c++/concepts.rst", "documentation/manual/triqs/gfs/c++/contents.rst", "documentation/manual/triqs/gfs/c++/fourier.rst", "documentation/manual/triqs/gfs/c++/fourier_impl_notes.rst", "documentation/manual/triqs/gfs/c++/gf_and_view.rst", "documentation/manual/triqs/gfs/c++/gf_assign.rst", "documentation/manual/triqs/gfs/c++/gf_block.rst", "documentation/manual/triqs/gfs/c++/gf_call.rst", "documentation/manual/triqs/gfs/c++/gf_constructors.rst", "documentation/manual/triqs/gfs/c++/gf_data.rst", "documentation/manual/triqs/gfs/c++/gf_imfreq.rst", "documentation/manual/triqs/gfs/c++/gf_imtime.rst", "documentation/manual/triqs/gfs/c++/gf_legendre.rst", "documentation/manual/triqs/gfs/c++/gf_misc.rst", "documentation/manual/triqs/gfs/c++/gf_part_eval_curry.rst", "documentation/manual/triqs/gfs/c++/gf_product.rst", "documentation/manual/triqs/gfs/c++/gf_refreq.rst", "documentation/manual/triqs/gfs/c++/gf_reinterpret.rst", "documentation/manual/triqs/gfs/c++/gf_retime.rst", "documentation/manual/triqs/gfs/c++/gf_special.rst", "documentation/manual/triqs/gfs/c++/gf_subscript.rst", "documentation/manual/triqs/gfs/c++/implementation_notes.rst", "documentation/manual/triqs/gfs/c++/matsubara_freq_mesh.rst", "documentation/manual/triqs/gfs/c++/matsubara_imtime.rst", "documentation/manual/triqs/gfs/c++/tail.rst", "documentation/manual/triqs/gfs/contents.rst", "documentation/manual/triqs/gfs/py/block.rst", "documentation/manual/triqs/gfs/py/block/GfImFreq.rst", "documentation/manual/triqs/gfs/py/block/GfImTime.rst", "documentation/manual/triqs/gfs/py/block/GfLegendre.rst", "documentation/manual/triqs/gfs/py/block/GfReFreq.rst", "documentation/manual/triqs/gfs/py/block/GfReTime.rst", "documentation/manual/triqs/gfs/py/contents.rst", "documentation/manual/triqs/gfs/py/descriptors.rst", "documentation/manual/triqs/gfs/py/full.rst", "documentation/manual/triqs/gfs/py/tail.rst", "documentation/manual/triqs/gfs/py/tools.rst", "documentation/manual/triqs/gfs/py/transforms.rst", "documentation/manual/triqs/hilbert_space/contents.rst", "documentation/manual/triqs/hilbert_space/statevector_concept.rst", "documentation/manual/triqs/lattice_tools/bravais.rst", "documentation/manual/triqs/lattice_tools/contents.rst", "documentation/manual/triqs/lattice_tools/dos.rst", "documentation/manual/triqs/lattice_tools/hilbert.rst", "documentation/manual/triqs/lattice_tools/sumk.rst", "documentation/manual/triqs/lattice_tools/tightbinding.rst", "documentation/manual/triqs/lattice_tools/tightbinding_and_example.rst", "documentation/manual/triqs/mc_tools/concepts.rst", "documentation/manual/triqs/mc_tools/contents.rst", "documentation/manual/triqs/mc_tools/full_ref.rst", "documentation/manual/triqs/mc_tools/ising.rst", "documentation/manual/triqs/mc_tools/loop.rst", "documentation/manual/triqs/mc_tools/random.rst", "documentation/manual/triqs/mc_tools/tutorial.rst", "documentation/manual/triqs/operators/contents.rst", "documentation/manual/triqs/operators/operators.rst", "documentation/manual/triqs/operators/util/U_matrix.rst", "documentation/manual/triqs/operators/util/extractors.rst", "documentation/manual/triqs/operators/util/hamiltonians.rst", "documentation/manual/triqs/operators/util/observables.rst", "documentation/manual/triqs/operators/util/op_struct.rst", "documentation/manual/triqs/plotting_protocols/contents.rst", "documentation/manual/triqs/plotting_protocols/fit/fit.rst", "documentation/manual/triqs/plotting_protocols/plotting/plotting.rst", "documentation/manual/triqs/provenance/contents.rst", "documentation/manual/triqs/random_generator/contents.rst", "documentation/manual/triqs/stat/contents.rst", "documentation/manual/triqs/utilities/contents.rst", "documentation/manual/triqs/utilities/exceptions.rst", "documentation/manual/triqs/utilities/python_include_mess.rst", "documentation/manual/triqs/utilities/tupletools.rst", "documentation/python_api/triqs.atom_diag.rst", "documentation/python_api/triqs.atom_diag.AtomDiag.rst", "documentation/python_api/triqs.atom_diag.atom_diag.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.__init__.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.energies.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.fops.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.__init__.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.energies.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fock_states.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.fops.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state.rst", "documentation/python_api/triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index.rst", "documentation/python_api/triqs.atom_diag.atom_diag.act.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_density_matrix.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_iw.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_l.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_tau.rst", "documentation/python_api/triqs.atom_diag.atom_diag.atomic_g_w.rst", "documentation/python_api/triqs.atom_diag.atom_diag.partition_function.rst", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues.rst", "documentation/python_api/triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked.rst", "documentation/python_api/triqs.atom_diag.atom_diag.trace_rho_op.rst", "documentation/python_api/triqs.atom_diag.atom_diag_desc.rst", "documentation/python_api/triqs.dos.rst", "documentation/python_api/triqs.dos.dos.rst", "documentation/python_api/triqs.dos.dos.DOS.rst", "documentation/python_api/triqs.dos.dos.DOS.__init__.rst", "documentation/python_api/triqs.dos.dos.DOS.copy.rst", "documentation/python_api/triqs.dos.dos.DOS.density.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.__init__.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.copy.rst", "documentation/python_api/triqs.dos.dos.DOSFromFunction.density.rst", "documentation/python_api/triqs.dos.dos.dos_from_file.rst", "documentation/python_api/triqs.dos.hilbert_transform.rst", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform.rst", "documentation/python_api/triqs.dos.hilbert_transform.HilbertTransform.__init__.rst", "documentation/python_api/triqs.fit.rst", "documentation/python_api/triqs.fit.fit.rst", "documentation/python_api/triqs.fit.fit.Fit.rst", "documentation/python_api/triqs.fit.fit.Fit.__init__.rst", "documentation/python_api/triqs.gf.rst", "documentation/python_api/triqs.gf.backwd_compat.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_imtime.GfImTime.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.__init__.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.data.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.imag.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.inverse.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.invert.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.mesh.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.real.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.total_density.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.transpose.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view.rst", "documentation/python_api/triqs.gf.backwd_compat.gf_retime.GfReTime.zero.rst", "documentation/python_api/triqs.gf.block2_gf.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.__init__.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.all_indices.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_from.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.copy_selected_blocks.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.imag.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices1.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.indices2.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.n_blocks.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.real.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.view_selected_blocks.rst", "documentation/python_api/triqs.gf.block2_gf.Block2Gf.zero.rst", "documentation/python_api/triqs.gf.block_gf.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.__init__.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.all_indices.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.beta.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.conjugate.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_from.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.copy_selected_blocks.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.density.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.imag.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.indices.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.inverse.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.invert.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.load.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.mesh.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.n_blocks.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.real.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.save.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.total_density.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.transpose.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.view_selected_blocks.rst", "documentation/python_api/triqs.gf.block_gf.BlockGf.zero.rst", "documentation/python_api/triqs.gf.block_gf.call_factory_from_dict.rst", "documentation/python_api/triqs.gf.block_gf.fix_gf_struct_type.rst", "documentation/python_api/triqs.gf.descriptor_base.rst", "documentation/python_api/triqs.gf.descriptor_base.Base.rst", "documentation/python_api/triqs.gf.descriptor_base.Base.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.rst", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.BaseBlock.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptor_base.Const.rst", "documentation/python_api/triqs.gf.descriptor_base.Const.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.Function.rst", "documentation/python_api/triqs.gf.descriptor_base.Function.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX.rst", "documentation/python_api/triqs.gf.descriptor_base.LazyCTX.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.Omega_.rst", "documentation/python_api/triqs.gf.descriptor_base.Omega_.__init__.rst", "documentation/python_api/triqs.gf.descriptor_base.convert_scalar_to_const.rst", "documentation/python_api/triqs.gf.descriptor_base.is_lazy.rst", "documentation/python_api/triqs.gf.descriptor_base.is_scalar.rst", "documentation/python_api/triqs.gf.descriptors.rst", "documentation/python_api/triqs.gf.descriptors.Flat.rst", "documentation/python_api/triqs.gf.descriptors.Flat.__init__.rst", "documentation/python_api/triqs.gf.descriptors.Fourier.rst", "documentation/python_api/triqs.gf.descriptors.Fourier.__init__.rst", "documentation/python_api/triqs.gf.descriptors.Fourier.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.rst", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.__init__.rst", "documentation/python_api/triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.rst", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.__init__.rst", "documentation/python_api/triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor.rst", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime.rst", "documentation/python_api/triqs.gf.descriptors.OneFermionInTime.__init__.rst", "documentation/python_api/triqs.gf.descriptors.SemiCircular.rst", "documentation/python_api/triqs.gf.descriptors.SemiCircular.__init__.rst", "documentation/python_api/triqs.gf.descriptors.Wilson.rst", "documentation/python_api/triqs.gf.descriptors.Wilson.__init__.rst", "documentation/python_api/triqs.gf.descriptors.semi.rst", "documentation/python_api/triqs.gf.gf.rst", "documentation/python_api/triqs.gf.gf.AddMethod.rst", "documentation/python_api/triqs.gf.gf.AddMethod.__init__.rst", "documentation/python_api/triqs.gf.gf.AddMethod.mro.rst", "documentation/python_api/triqs.gf.gf.CallProxyNone.rst", "documentation/python_api/triqs.gf.gf.CallProxyNone.__init__.rst", "documentation/python_api/triqs.gf.gf.Gf.rst", "documentation/python_api/triqs.gf.gf.Gf.__init__.rst", "documentation/python_api/triqs.gf.gf.Gf.conjugate.rst", "documentation/python_api/triqs.gf.gf.Gf.copy.rst", "documentation/python_api/triqs.gf.gf.Gf.copy_from.rst", "documentation/python_api/triqs.gf.gf.Gf.data.rst", "documentation/python_api/triqs.gf.gf.Gf.density.rst", "documentation/python_api/triqs.gf.gf.Gf.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_tail.rst", "documentation/python_api/triqs.gf.gf.Gf.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.gf.Gf.from_L_G_R.rst", "documentation/python_api/triqs.gf.gf.Gf.imag.rst", "documentation/python_api/triqs.gf.gf.Gf.indices.rst", "documentation/python_api/triqs.gf.gf.Gf.inverse.rst", "documentation/python_api/triqs.gf.gf.Gf.invert.rst", "documentation/python_api/triqs.gf.gf.Gf.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.gf.Gf.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.gf.Gf.mesh.rst", "documentation/python_api/triqs.gf.gf.Gf.rank.rst", "documentation/python_api/triqs.gf.gf.Gf.real.rst", "documentation/python_api/triqs.gf.gf.Gf.rebinning_tau.rst", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail.rst", "documentation/python_api/triqs.gf.gf.Gf.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_fourier.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_imfreq.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_imtime.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_legendre.rst", "documentation/python_api/triqs.gf.gf.Gf.set_from_pade.rst", "documentation/python_api/triqs.gf.gf.Gf.target_indices.rst", "documentation/python_api/triqs.gf.gf.Gf.target_rank.rst", "documentation/python_api/triqs.gf.gf.Gf.target_shape.rst", "documentation/python_api/triqs.gf.gf.Gf.total_density.rst", "documentation/python_api/triqs.gf.gf.Gf.transpose.rst", "documentation/python_api/triqs.gf.gf.Gf.x_data_view.rst", "documentation/python_api/triqs.gf.gf.Gf.zero.rst", "documentation/python_api/triqs.gf.gf.Idx.rst", "documentation/python_api/triqs.gf.gf.Idx.__init__.rst", "documentation/python_api/triqs.gf.gf.add_method_helper.rst", "documentation/python_api/triqs.gf.gf.bckwd.rst", "documentation/python_api/triqs.gf.gf.call_factory_from_dict.rst", "documentation/python_api/triqs.gf.gf_factories.rst", "documentation/python_api/triqs.gf.gf_factories.fit_gf_dlr.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imfreq.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_dlr_imtime.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_from_fourier.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_imfreq.rst", "documentation/python_api/triqs.gf.gf_factories.make_gf_imtime.rst", "documentation/python_api/triqs.gf.gf_factories.make_hermitian.rst", "documentation/python_api/triqs.gf.gf_factories.make_real_in_tau.rst", "documentation/python_api/triqs.gf.gf_factories_desc.rst", "documentation/python_api/triqs.gf.gf_fnt.rst", "documentation/python_api/triqs.gf.gf_fnt.density.rst", "documentation/python_api/triqs.gf.gf_fnt.enforce_discontinuity.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_hermitian_tail_on_window.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_tail.rst", "documentation/python_api/triqs.gf.gf_fnt.fit_tail_on_window.rst", "documentation/python_api/triqs.gf.gf_fnt.is_gf_hermitian.rst", "documentation/python_api/triqs.gf.gf_fnt.is_gf_real_in_tau.rst", "documentation/python_api/triqs.gf.gf_fnt.rebinning_tau.rst", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail.rst", "documentation/python_api/triqs.gf.gf_fnt.replace_by_tail_in_fit_window.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_fourier.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_imfreq.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_imtime.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_legendre.rst", "documentation/python_api/triqs.gf.gf_fnt.set_from_pade.rst", "documentation/python_api/triqs.gf.gf_fnt_desc.rst", "documentation/python_api/triqs.gf.lazy_expressions.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.__init__.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.copy.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.get_terminal.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.is_terminal.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExpr.set_from.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal.rst", "documentation/python_api/triqs.gf.lazy_expressions.LazyExprTerminal.__init__.rst", "documentation/python_api/triqs.gf.lazy_expressions.all_terminals.rst", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr.rst", "documentation/python_api/triqs.gf.lazy_expressions.eval_expr_with_context.rst", "documentation/python_api/triqs.gf.lazy_expressions.lazy_function.rst", "documentation/python_api/triqs.gf.lazy_expressions.make_lazy.rst", "documentation/python_api/triqs.gf.lazy_expressions.transform.rst", "documentation/python_api/triqs.gf.map_block.rst", "documentation/python_api/triqs.gf.matsubara_freq.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.__init__.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.imag.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.real.rst", "documentation/python_api/triqs.gf.matsubara_freq.MatsubaraFreq.value.rst", "documentation/python_api/triqs.gf.mesh_point.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.__init__.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.imag.rst", "documentation/python_api/triqs.gf.mesh_point.MeshPoint.real.rst", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator.rst", "documentation/python_api/triqs.gf.mesh_point.MeshValueGenerator.__init__.rst", "documentation/python_api/triqs.gf.mesh_product.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.__init__.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.components.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.copy_from.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.rank.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.size_of_components.rst", "documentation/python_api/triqs.gf.mesh_product.MeshProduct.to_data_index.rst", "documentation/python_api/triqs.gf.mesh_product.call_factory_from_dict.rst", "documentation/python_api/triqs.gf.meshes.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.bz.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.closest_index.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.dims.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.units.rst", "documentation/python_api/triqs.gf.meshes.MeshBrZone.values.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.dims.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.lattice.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.units.rst", "documentation/python_api/triqs.gf.meshes.MeshCycLat.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.eps.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLR.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.eps.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImFreq.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.eps.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.values.rst", "documentation/python_api/triqs.gf.meshes.MeshDLRImTime.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.first_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.last_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.positive_only.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshImFreq.values.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshImTime.values.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.beta.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.statistic.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshLegendre.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.delta.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.values.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_max.rst", "documentation/python_api/triqs.gf.meshes.MeshReFreq.w_min.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.__init__.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.copy_from.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.delta.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.mesh_hash.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_max.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.t_min.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_data_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_index.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.to_value.rst", "documentation/python_api/triqs.gf.meshes.MeshReTime.values.rst", "documentation/python_api/triqs.gf.meshes.make_adjoint_mesh.rst", "documentation/python_api/triqs.gf.meshes_desc.rst", "documentation/python_api/triqs.gf.meshes_desc.make_mesh.rst", "documentation/python_api/triqs.gf.plot.rst", "documentation/python_api/triqs.gf.plot.bz.rst", "documentation/python_api/triqs.gf.plot.bz.dist.rst", "documentation/python_api/triqs.gf.plot.bz.generate_points.rst", "documentation/python_api/triqs.gf.plot.bz.generate_points_on_path.rst", "documentation/python_api/triqs.gf.plot.bz.length.rst", "documentation/python_api/triqs.gf.plot.bz.make_plottable.rst", "documentation/python_api/triqs.gf.plot.bz.plot.rst", "documentation/python_api/triqs.gf.plot.bz.slice_on_path.rst", "documentation/python_api/triqs.gf.plot.bz_x_x.rst", "documentation/python_api/triqs.gf.plot.bz_x_x.plot.rst", "documentation/python_api/triqs.gf.plot.bz_x_x.plottable_slice_along_path.rst", "documentation/python_api/triqs.gf.plot.dispatcher.rst", "documentation/python_api/triqs.gf.plot.one_var.rst", "documentation/python_api/triqs.gf.plot.one_var.dlr_imfreq.rst", "documentation/python_api/triqs.gf.plot.one_var.dlr_imtime.rst", "documentation/python_api/triqs.gf.plot.one_var.imfreq.rst", "documentation/python_api/triqs.gf.plot.one_var.imtime.rst", "documentation/python_api/triqs.gf.plot.one_var.legendre.rst", "documentation/python_api/triqs.gf.plot.one_var.refreq.rst", "documentation/python_api/triqs.gf.plot.one_var.retime.rst", "documentation/python_api/triqs.gf.plot.plot_base.rst", "documentation/python_api/triqs.gf.plot.plot_base.plot_base.rst", "documentation/python_api/triqs.gf.plot.select_indices.rst", "documentation/python_api/triqs.gf.plot.select_indices.closest_point_in_line.rst", "documentation/python_api/triqs.gf.plot.select_indices.closest_to.rst", "documentation/python_api/triqs.gf.plot.select_indices.dist.rst", "documentation/python_api/triqs.gf.plot.select_indices.pick_selection_vec.rst", "documentation/python_api/triqs.gf.plot.select_indices.select_path_indices.rst", "documentation/python_api/triqs.gf.tools.rst", "documentation/python_api/triqs.gf.tools.conjugate.rst", "documentation/python_api/triqs.gf.tools.delta.rst", "documentation/python_api/triqs.gf.tools.discretize_bath.rst", "documentation/python_api/triqs.gf.tools.dyson.rst", "documentation/python_api/triqs.gf.tools.fit_legendre.rst", "documentation/python_api/triqs.gf.tools.inverse.rst", "documentation/python_api/triqs.gf.tools.make_delta.rst", "documentation/python_api/triqs.gf.tools.make_zero_tail.rst", "documentation/python_api/triqs.gf.tools.read_gf_from_txt.rst", "documentation/python_api/triqs.gf.tools.transpose.rst", "documentation/python_api/triqs.gf.tools.write_gf_to_txt.rst", "documentation/python_api/triqs.gf.wrapped_aux.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.set_from_gf_data_mul_LR.rst", "documentation/python_api/triqs.gf.wrapped_aux_desc.rst", "documentation/python_api/triqs.gf.wrapped_aux_desc.all_calls.rst", "documentation/python_api/triqs.lattice.rst", "documentation/python_api/triqs.lattice.bz_patch.rst", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.rst", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.__init__.rst", "documentation/python_api/triqs.lattice.bz_patch.BZPatch.dos.rst", "documentation/python_api/triqs.lattice.lattice_tools.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.__init__.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.n_orbitals.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.ndim.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_names.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.orbital_positions.rst", "documentation/python_api/triqs.lattice.lattice_tools.BravaisLattice.units.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.__init__.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.lattice.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.ndim.rst", "documentation/python_api/triqs.lattice.lattice_tools.BrillouinZone.units.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.__init__.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.dispersion.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.displ_vec.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.fourier.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec.rst", "documentation/python_api/triqs.lattice.lattice_tools.dos.rst", "documentation/python_api/triqs.lattice.lattice_tools.dos_patch.rst", "documentation/python_api/triqs.lattice.lattice_tools_desc.rst", "documentation/python_api/triqs.lattice.point.rst", "documentation/python_api/triqs.lattice.point.LatticePoint.rst", "documentation/python_api/triqs.lattice.point.LatticePoint.__init__.rst", "documentation/python_api/triqs.lattice.point.LatticePoint.value.rst", "documentation/python_api/triqs.lattice.super_lattice.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.__init__.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.cluster_sites.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.dispersion.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fold.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.fourier.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_kmesh.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.get_rmesh.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.hoppings.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.n_orbitals.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.ndim.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_names.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.orbital_positions.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.units.rst", "documentation/python_api/triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital.rst", "documentation/python_api/triqs.lattice.tight_binding.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.__init__.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.dispersion.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.fourier.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_kmesh.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.get_rmesh.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.hoppings.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.n_orbitals.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.ndim.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_names.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.orbital_positions.rst", "documentation/python_api/triqs.lattice.tight_binding.TBLattice.units.rst", "documentation/python_api/triqs.lattice.tight_binding.dos.rst", "documentation/python_api/triqs.lattice.tight_binding.dos_patch.rst", "documentation/python_api/triqs.lattice.utils.rst", "documentation/python_api/triqs.lattice.utils.TB_from_pythTB.rst", "documentation/python_api/triqs.lattice.utils.TB_from_wannier90.rst", "documentation/python_api/triqs.lattice.utils.TB_to_sympy.rst", "documentation/python_api/triqs.lattice.utils.extend_wannier90_to_spin.rst", "documentation/python_api/triqs.lattice.utils.k_space_path.rst", "documentation/python_api/triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat.rst", "documentation/python_api/triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout.rst", "documentation/python_api/triqs.operators.rst", "documentation/python_api/triqs.operators.operators.rst", "documentation/python_api/triqs.operators.operators.Operator.rst", "documentation/python_api/triqs.operators.operators.Operator.__init__.rst", "documentation/python_api/triqs.operators.operators.Operator.imag.rst", "documentation/python_api/triqs.operators.operators.Operator.is_zero.rst", "documentation/python_api/triqs.operators.operators.Operator.real.rst", "documentation/python_api/triqs.operators.operators.c.rst", "documentation/python_api/triqs.operators.operators.c_dag.rst", "documentation/python_api/triqs.operators.operators.dagger.rst", "documentation/python_api/triqs.operators.operators.is_op_hermitian.rst", "documentation/python_api/triqs.operators.operators.n.rst", "documentation/python_api/triqs.operators.operators_desc.rst", "documentation/python_api/triqs.operators.util.rst", "documentation/python_api/triqs.operators.util.U_matrix.rst", "documentation/python_api/triqs.operators.util.U_matrix.U_J_to_radial_integrals.rst", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_kanamori.rst", "documentation/python_api/triqs.operators.util.U_matrix.U_matrix_slater.rst", "documentation/python_api/triqs.operators.util.U_matrix.angular_matrix_element.rst", "documentation/python_api/triqs.operators.util.U_matrix.clebsch_gordan.rst", "documentation/python_api/triqs.operators.util.U_matrix.cubic_names.rst", "documentation/python_api/triqs.operators.util.U_matrix.eg_submatrix.rst", "documentation/python_api/triqs.operators.util.U_matrix.radial_integrals_to_U_J.rst", "documentation/python_api/triqs.operators.util.U_matrix.reduce_4index_to_2index.rst", "documentation/python_api/triqs.operators.util.U_matrix.spherical_to_cubic.rst", "documentation/python_api/triqs.operators.util.U_matrix.subarray.rst", "documentation/python_api/triqs.operators.util.U_matrix.t2g_submatrix.rst", "documentation/python_api/triqs.operators.util.U_matrix.three_j_symbol.rst", "documentation/python_api/triqs.operators.util.U_matrix.transform_U_matrix.rst", "documentation/python_api/triqs.operators.util.extractors.rst", "documentation/python_api/triqs.operators.util.extractors.block_matrix_from_op.rst", "documentation/python_api/triqs.operators.util.extractors.dict_to_matrix.rst", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict2.rst", "documentation/python_api/triqs.operators.util.extractors.extract_U_dict4.rst", "documentation/python_api/triqs.operators.util.extractors.extract_h_dict.rst", "documentation/python_api/triqs.operators.util.extractors.op_from_block_matrix.rst", "documentation/python_api/triqs.operators.util.extractors.quadratic_terms.rst", "documentation/python_api/triqs.operators.util.extractors.quartic_terms.rst", "documentation/python_api/triqs.operators.util.extractors_desc.rst", "documentation/python_api/triqs.operators.util.hamiltonians.rst", "documentation/python_api/triqs.operators.util.hamiltonians.backward_compat.rst", "documentation/python_api/triqs.operators.util.hamiltonians.diagonal_part.rst", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_density.rst", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_kanamori.rst", "documentation/python_api/triqs.operators.util.hamiltonians.h_int_slater.rst", "documentation/python_api/triqs.operators.util.hamiltonians.make_operator_real.rst", "documentation/python_api/triqs.operators.util.observables.rst", "documentation/python_api/triqs.operators.util.observables.L2_op.rst", "documentation/python_api/triqs.operators.util.observables.LS_op.rst", "documentation/python_api/triqs.operators.util.observables.L_op.rst", "documentation/python_api/triqs.operators.util.observables.N_op.rst", "documentation/python_api/triqs.operators.util.observables.S2_op.rst", "documentation/python_api/triqs.operators.util.observables.S_op.rst", "documentation/python_api/triqs.operators.util.observables.check_backward_compat.rst", "documentation/python_api/triqs.operators.util.op_struct.rst", "documentation/python_api/triqs.operators.util.op_struct.get_mkind.rst", "documentation/python_api/triqs.operators.util.op_struct.set_operator_structure.rst", "documentation/python_api/triqs.plot.rst", "documentation/python_api/triqs.plot.mpl_interface.rst", "documentation/python_api/triqs.plot.mpl_interface.oplot.rst", "documentation/python_api/triqs.plot.mpl_interface.oploti.rst", "documentation/python_api/triqs.plot.mpl_interface.oplotr.rst", "documentation/python_api/triqs.plot.mpl_interface.use_amsmath.rst", "documentation/python_api/triqs.plot.protocol.rst", "documentation/python_api/triqs.plot.protocol.clip_array.rst", "documentation/python_api/triqs.plot.protocol.plot_protocol_apply.rst", "documentation/python_api/triqs.random_generator.rst", "documentation/python_api/triqs.random_generator.RandomGenerator.rst", "documentation/python_api/triqs.random_generator.RandomGenerator.__init__.rst", "documentation/python_api/triqs.random_generator.random_generator.rst", "documentation/python_api/triqs.random_generator.random_generator.random_generator_names_list.rst", "documentation/python_api/triqs.random_generator.random_generator_desc.rst", "documentation/python_api/triqs.stat.rst", "documentation/python_api/triqs.stat.histogram.rst", "documentation/python_api/triqs.stat.histogram.plot.rst", "documentation/python_api/triqs.stat.histograms.rst", "documentation/python_api/triqs.stat.histograms.Histogram.rst", "documentation/python_api/triqs.stat.histograms.Histogram.__init__.rst", "documentation/python_api/triqs.stat.histograms.Histogram.clear.rst", "documentation/python_api/triqs.stat.histograms.Histogram.data.rst", "documentation/python_api/triqs.stat.histograms.Histogram.limits.rst", "documentation/python_api/triqs.stat.histograms.Histogram.mesh_point.rst", "documentation/python_api/triqs.stat.histograms.Histogram.n_data_pts.rst", "documentation/python_api/triqs.stat.histograms.Histogram.n_lost_pts.rst", "documentation/python_api/triqs.stat.histograms.cdf.rst", "documentation/python_api/triqs.stat.histograms.pdf.rst", "documentation/python_api/triqs.stat.histograms_desc.rst", "documentation/python_api/triqs.sumk.rst", "documentation/python_api/triqs.sumk.sumk_discrete.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.__init__.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts.rst", "documentation/python_api/triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts.rst", "documentation/python_api/triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays.rst", "documentation/python_api/triqs.utility.rst", "documentation/python_api/triqs.utility.bound_and_bisect.rst", "documentation/python_api/triqs.utility.bound_and_bisect.bound_and_bisect.rst", "documentation/python_api/triqs.utility.bound_and_bisect.determine_bounds.rst", "documentation/python_api/triqs.utility.capture_stdout.rst", "documentation/python_api/triqs.utility.comparison_tests.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_array_close_to_scalar.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_arrays_are_close.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_block2_gfs_are_close.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_block_gfs_are_close.rst", "documentation/python_api/triqs.utility.comparison_tests.assert_gfs_are_close.rst", "documentation/python_api/triqs.utility.dichotomy.rst", "documentation/python_api/triqs.utility.dichotomy.dichotomy.rst", "documentation/python_api/triqs.utility.dist_on_nodes.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.__init__.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodes.run.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.result.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.run.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function.rst", "documentation/python_api/triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate.rst", "documentation/python_api/triqs.utility.h5diff.rst", "documentation/python_api/triqs.utility.h5diff.compare.rst", "documentation/python_api/triqs.utility.h5diff.h5diff.rst", "documentation/python_api/triqs.utility.mpi.rst", "documentation/python_api/triqs.utility.mpi.check_for_mpi.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.all_reduce.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.barrier.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.bcast.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.is_master_node.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.master_gets_host_names.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_err.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.myprint_out.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.recv.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.report.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.send.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_array.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_inf.rst", "documentation/python_api/triqs.utility.mpi_mpi4py.slice_sup.rst", "documentation/python_api/triqs.utility.mpi_nompi.rst", "documentation/python_api/triqs.utility.mpi_nompi.all_reduce.rst", "documentation/python_api/triqs.utility.mpi_nompi.barrier.rst", "documentation/python_api/triqs.utility.mpi_nompi.bcast.rst", "documentation/python_api/triqs.utility.mpi_nompi.is_master_node.rst", "documentation/python_api/triqs.utility.mpi_nompi.master_gets_host_names.rst", "documentation/python_api/triqs.utility.mpi_nompi.myprint_err.rst", "documentation/python_api/triqs.utility.mpi_nompi.myprint_out.rst", "documentation/python_api/triqs.utility.mpi_nompi.recv.rst", "documentation/python_api/triqs.utility.mpi_nompi.report.rst", "documentation/python_api/triqs.utility.mpi_nompi.send.rst", "documentation/python_api/triqs.utility.mpi_nompi.slice_array.rst", "documentation/python_api/triqs.utility.redirect.rst", "documentation/python_api/triqs.utility.redirect.T.rst", "documentation/python_api/triqs.utility.redirect.T.__init__.rst", "documentation/python_api/triqs.utility.redirect.T.daemon.rst", "documentation/python_api/triqs.utility.redirect.T.getName.rst", "documentation/python_api/triqs.utility.redirect.T.ident.rst", "documentation/python_api/triqs.utility.redirect.T.isDaemon.rst", "documentation/python_api/triqs.utility.redirect.T.is_alive.rst", "documentation/python_api/triqs.utility.redirect.T.join.rst", "documentation/python_api/triqs.utility.redirect.T.name.rst", "documentation/python_api/triqs.utility.redirect.T.native_id.rst", "documentation/python_api/triqs.utility.redirect.T.run.rst", "documentation/python_api/triqs.utility.redirect.T.setDaemon.rst", "documentation/python_api/triqs.utility.redirect.T.setName.rst", "documentation/python_api/triqs.utility.redirect.T.start.rst", "documentation/python_api/triqs.utility.redirect.T.stop.rst", "documentation/python_api/triqs.utility.redirect.start_redirect.rst", "documentation/python_api/triqs.utility.redirect.stop_redirect.rst", "faqs.rst", "index.rst", "install.rst", "installation/clang.rst", "installation/environment_vars.rst", "installation/install_options.rst", "installation/osx_install.rst", "installation/python_virtualenv.rst", "installation/requirements.rst", "installation/ubuntu.rst", "porting_to_triqs3.md", "userguide.rst", "userguide/c++/arrays/tutorial.rst", "userguide/c++/det_manip/tutorial.rst", "userguide/c++/gfs/tutorial.rst", "userguide/c++/hdf5/tutorial.rst", "userguide/c++/using_the_lib/application_structure.rst", "userguide/c++/using_the_lib/contents.rst", "userguide/c++/using_the_lib/profiling.rst", "userguide/c++/using_the_lib/triqs_library.rst", "userguide/python/basics.rst", "userguide/python/dmft_one_page.rst", "userguide/python/external_resources.rst", "userguide/python/model_dmft.rst", "userguide/python/tight_binding.rst", "userguide/python/tutorials/AbinitioDMFT/01-solid_dmft.ipynb", "userguide/python/tutorials/AbinitioDMFT/02-FermiSee.ipynb", "userguide/python/tutorials/AbinitioDMFT/03-phase-diagram-exploration.ipynb", "userguide/python/tutorials/AbinitioDMFT/04-HubbardI-comparison.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/01s-solid_dmft.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/02s-FermiSee.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/03s-phase-diagram-exploration.ipynb", "userguide/python/tutorials/AbinitioDMFT/solutions/04s-HubbardI-comparison.ipynb", "userguide/python/tutorials/Basics/00a-Introducing_the_ipython_notebook.ipynb", "userguide/python/tutorials/Basics/00b-Matplotlib_Examples.ipynb", "userguide/python/tutorials/Basics/01-Greens_functions.ipynb", "userguide/python/tutorials/Basics/02-Archiving_your_data.ipynb", "userguide/python/tutorials/Basics/03-Operators.ipynb", "userguide/python/tutorials/Basics/04-Multivariable_Green_functions.ipynb", "userguide/python/tutorials/Basics/solutions/01s-Greens_functions.ipynb", "userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.ipynb", "userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.ipynb", "userguide/python/tutorials/ModelDMFT/03-Single-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/04-Two-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.ipynb", "userguide/python/tutorials/ModelDMFT/README.md", "userguide/python/tutorials/ModelDMFT/solutions/01s-IPT_and_DMFT.ipynb", "userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/solutions/04s-Two-orbital_Hubbard_with_CTQMC.ipynb", "userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.ipynb", "userguide/python/tutorials/README.md", "userguide/python/tutorials/TwoParticleResponse/01-Fermi_surface_nesting.ipynb", "userguide/python/tutorials/TwoParticleResponse/02-Lindhard.ipynb", "userguide/python/tutorials/TwoParticleResponse/03-RPA.ipynb", "userguide/python/tutorials/TwoParticleResponse/04-TPSC.ipynb", "userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/01s-Fermi_surface_nesting.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/02s-Lindhard.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/03s-RPA.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/04s-TPSC.ipynb", "userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner.ipynb", "userguide/python/two_particle_response.rst", "versions.rst"], "indexentries": {"analysis": [[467, "index-0", false]], "apply_on_leaves() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.apply_on_leaves", false]], "block green's function": [[432, "index-0", false]], "built-in function": [[387, "register_class", false]], "create_group() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.create_group", false]], "get_raw() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.get_raw", false]], "gf_imfreq": [[432, "index-0", false]], "gf_imtime": [[432, "index-0", false]], "gf_legendre": [[432, "index-0", false]], "gf_refreq": [[432, "index-0", false]], "gf_retime": [[432, "index-0", false]], "green's functions": [[432, "index-0", false], [438, "index-0", false]], "h5": [[385, "module-h5", false]], "hdfarchive (class in h5)": [[387, "h5.HDFArchive", false]], "hdfarchivegroup (built-in class)": [[387, "HDFArchiveGroup", false]], "hdfarchiveinert (built-in class)": [[387, "HDFArchiveInert", false]], "hilbert space tools": [[444, "index-0", false]], "is_data() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.is_data", false]], "is_group() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.is_group", false]], "items() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.items", false]], "keys() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.keys", false]], "lightweight exact diagonalization solver and tools": [[389, "index-0", false]], "module": [[385, "module-h5", false], [432, "index-0", false], [438, "module-triqs.gf", false], [460, "module-triqs.operators", false]], "read_attr() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.read_attr", false]], "register_class()": [[387, "register_class", false]], "root_path() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.root_path", false]], "second-quantization operators": [[460, "index-0", false]], "triqs.gf": [[438, "module-triqs.gf", false]], "triqs.operators": [[460, "module-triqs.operators", false]], "update() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.update", false]], "values() (hdfarchivegroup method)": [[387, "HDFArchiveGroup.values", false]]}, "objects": {"": [[387, 0, 1, "", "HDFArchiveGroup"], [387, 0, 1, "", "HDFArchiveInert"], [386, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [385, 2, 0, "-", "h5"], [387, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[387, 1, 1, "", "apply_on_leaves"], [387, 1, 1, "", "create_group"], [387, 1, 1, "", "get_raw"], [387, 1, 1, "", "is_data"], [387, 1, 1, "", "is_group"], [387, 1, 1, "", "items"], [387, 1, 1, "", "keys"], [387, 1, 1, "", "read_attr"], [387, 1, 1, "", "root_path"], [387, 1, 1, "", "update"], [387, 1, 1, "", "values"]], "cpp2py": [[380, 2, 0, "-", "wrap_generator"]], "h5": [[387, 0, 1, "", "HDFArchive"]], "triqs": [[477, 2, 0, "-", "atom_diag"], [533, 2, 0, "-", "dos"], [547, 2, 0, "-", "fit"], [438, 2, 0, "-", "gf"], [1427, 2, 0, "-", "lattice"], [1505, 2, 0, "-", "operators"], [1562, 2, 0, "-", "plot"], [1571, 2, 0, "-", "random_generator"], [1577, 2, 0, "-", "stat"], [1592, 2, 0, "-", "sumk"], [1606, 2, 0, "-", "utility"]], "triqs.atom_diag": [[478, 3, 1, "", "AtomDiag"], [479, 2, 0, "-", "atom_diag"], [532, 2, 0, "-", "atom_diag_desc"]], "triqs.atom_diag.atom_diag": [[480, 0, 1, "", "AtomDiagComplex"], [501, 0, 1, "", "AtomDiagReal"], [522, 3, 1, "", "act"], [523, 3, 1, "", "atomic_density_matrix"], [524, 3, 1, "", "atomic_g_iw"], [525, 3, 1, "", "atomic_g_l"], [526, 3, 1, "", "atomic_g_tau"], [527, 3, 1, "", "atomic_g_w"], [528, 3, 1, "", "partition_function"], [529, 3, 1, "", "quantum_number_eigenvalues"], [530, 3, 1, "", "quantum_number_eigenvalues_checked"], [531, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[481, 1, 1, "", "__init__"], [482, 1, 1, "", "c_connection"], [483, 1, 1, "", "c_matrix"], [484, 1, 1, "", "cdag_connection"], [485, 1, 1, "", "cdag_matrix"], [486, 4, 1, "", "energies"], [487, 1, 1, "", "flatten_subspace_index"], [488, 4, 1, "", "fock_states"], [489, 4, 1, "", "fops"], [490, 4, 1, "", "full_hilbert_space_dim"], [491, 1, 1, "", "get_eigenvalue"], [492, 1, 1, "", "get_subspace_dim"], [493, 1, 1, "", "get_subspace_dims"], [494, 4, 1, "", "gs_energy"], [495, 4, 1, "", "h_atomic"], [496, 4, 1, "", "n_subspaces"], [497, 4, 1, "", "quantum_numbers"], [498, 4, 1, "", "unitary_matrices"], [499, 4, 1, "", "vacuum_state"], [500, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[502, 1, 1, "", "__init__"], [503, 1, 1, "", "c_connection"], [504, 1, 1, "", "c_matrix"], [505, 1, 1, "", "cdag_connection"], [506, 1, 1, "", "cdag_matrix"], [507, 4, 1, "", "energies"], [508, 1, 1, "", "flatten_subspace_index"], [509, 4, 1, "", "fock_states"], [510, 4, 1, "", "fops"], [511, 4, 1, "", "full_hilbert_space_dim"], [512, 1, 1, "", "get_eigenvalue"], [513, 1, 1, "", "get_subspace_dim"], [514, 1, 1, "", "get_subspace_dims"], [515, 4, 1, "", "gs_energy"], [516, 4, 1, "", "h_atomic"], [517, 4, 1, "", "n_subspaces"], [518, 4, 1, "", "quantum_numbers"], [519, 4, 1, "", "unitary_matrices"], [520, 4, 1, "", "vacuum_state"], [521, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[534, 2, 0, "-", "dos"], [448, 3, 1, "", "dos_from_file"], [544, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[535, 0, 1, "", "DOS"], [539, 0, 1, "", "DOSFromFunction"], [543, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[536, 1, 1, "", "__init__"], [537, 1, 1, "", "copy"], [538, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[540, 1, 1, "", "__init__"], [541, 1, 1, "", "copy"], [542, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[545, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[546, 1, 1, "", "__init__"]], "triqs.fit": [[468, 2, 0, "-", "fit"]], "triqs.fit.fit": [[549, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[550, 1, 1, "", "__init__"]], "triqs.gf": [[552, 2, 0, "-", "backwd_compat"], [743, 2, 0, "-", "block2_gf"], [758, 2, 0, "-", "block_gf"], [783, 2, 0, "-", "descriptor_base"], [800, 2, 0, "-", "descriptors"], [819, 2, 0, "-", "gf"], [867, 2, 0, "-", "gf_factories"], [877, 2, 0, "-", "gf_factories_desc"], [878, 2, 0, "-", "gf_fnt"], [895, 2, 0, "-", "gf_fnt_desc"], [896, 2, 0, "-", "lazy_expressions"], [911, 2, 0, "-", "map_block"], [912, 2, 0, "-", "matsubara_freq"], [918, 2, 0, "-", "mesh_point"], [925, 2, 0, "-", "mesh_product"], [935, 2, 0, "-", "meshes"], [1060, 2, 0, "-", "meshes_desc"], [1062, 2, 0, "-", "plot"], [1091, 2, 0, "-", "tools"], [1103, 2, 0, "-", "wrapped_aux"], [1425, 2, 0, "-", "wrapped_aux_desc"]], "triqs.gf.backwd_compat": [[553, 2, 0, "-", "gf_imfreq"], [591, 2, 0, "-", "gf_imtime"], [629, 2, 0, "-", "gf_legendre"], [667, 2, 0, "-", "gf_refreq"], [705, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[554, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[555, 1, 1, "", "__init__"], [556, 1, 1, "", "conjugate"], [557, 1, 1, "", "copy"], [558, 1, 1, "", "copy_from"], [559, 5, 1, "", "data"], [560, 1, 1, "", "density"], [561, 1, 1, "", "enforce_discontinuity"], [562, 1, 1, "", "fit_hermitian_tail"], [563, 1, 1, "", "fit_hermitian_tail_on_window"], [564, 1, 1, "", "fit_tail"], [565, 1, 1, "", "fit_tail_on_window"], [566, 1, 1, "", "from_L_G_R"], [567, 5, 1, "", "imag"], [568, 5, 1, "", "indices"], [569, 1, 1, "", "inverse"], [570, 1, 1, "", "invert"], [571, 1, 1, "", "is_gf_hermitian"], [572, 1, 1, "", "is_gf_real_in_tau"], [573, 5, 1, "", "mesh"], [574, 5, 1, "", "rank"], [575, 5, 1, "", "real"], [576, 1, 1, "", "rebinning_tau"], [577, 1, 1, "", "replace_by_tail"], [578, 1, 1, "", "replace_by_tail_in_fit_window"], [579, 1, 1, "", "set_from_fourier"], [580, 1, 1, "", "set_from_imfreq"], [581, 1, 1, "", "set_from_imtime"], [582, 1, 1, "", "set_from_legendre"], [583, 1, 1, "", "set_from_pade"], [584, 5, 1, "", "target_indices"], [585, 5, 1, "", "target_rank"], [586, 5, 1, "", "target_shape"], [587, 1, 1, "", "total_density"], [588, 1, 1, "", "transpose"], [589, 1, 1, "", "x_data_view"], [590, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[592, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[593, 1, 1, "", "__init__"], [594, 1, 1, "", "conjugate"], [595, 1, 1, "", "copy"], [596, 1, 1, "", "copy_from"], [597, 5, 1, "", "data"], [598, 1, 1, "", "density"], [599, 1, 1, "", "enforce_discontinuity"], [600, 1, 1, "", "fit_hermitian_tail"], [601, 1, 1, "", "fit_hermitian_tail_on_window"], [602, 1, 1, "", "fit_tail"], [603, 1, 1, "", "fit_tail_on_window"], [604, 1, 1, "", "from_L_G_R"], [605, 5, 1, "", "imag"], [606, 5, 1, "", "indices"], [607, 1, 1, "", "inverse"], [608, 1, 1, "", "invert"], [609, 1, 1, "", "is_gf_hermitian"], [610, 1, 1, "", "is_gf_real_in_tau"], [611, 5, 1, "", "mesh"], [612, 5, 1, "", "rank"], [613, 5, 1, "", "real"], [614, 1, 1, "", "rebinning_tau"], [615, 1, 1, "", "replace_by_tail"], [616, 1, 1, "", "replace_by_tail_in_fit_window"], [617, 1, 1, "", "set_from_fourier"], [618, 1, 1, "", "set_from_imfreq"], [619, 1, 1, "", "set_from_imtime"], [620, 1, 1, "", "set_from_legendre"], [621, 1, 1, "", "set_from_pade"], [622, 5, 1, "", "target_indices"], [623, 5, 1, "", "target_rank"], [624, 5, 1, "", "target_shape"], [625, 1, 1, "", "total_density"], [626, 1, 1, "", "transpose"], [627, 1, 1, "", "x_data_view"], [628, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[630, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[631, 1, 1, "", "__init__"], [632, 1, 1, "", "conjugate"], [633, 1, 1, "", "copy"], [634, 1, 1, "", "copy_from"], [635, 5, 1, "", "data"], [636, 1, 1, "", "density"], [637, 1, 1, "", "enforce_discontinuity"], [638, 1, 1, "", "fit_hermitian_tail"], [639, 1, 1, "", "fit_hermitian_tail_on_window"], [640, 1, 1, "", "fit_tail"], [641, 1, 1, "", "fit_tail_on_window"], [642, 1, 1, "", "from_L_G_R"], [643, 5, 1, "", "imag"], [644, 5, 1, "", "indices"], [645, 1, 1, "", "inverse"], [646, 1, 1, "", "invert"], [647, 1, 1, "", "is_gf_hermitian"], [648, 1, 1, "", "is_gf_real_in_tau"], [649, 5, 1, "", "mesh"], [650, 5, 1, "", "rank"], [651, 5, 1, "", "real"], [652, 1, 1, "", "rebinning_tau"], [653, 1, 1, "", "replace_by_tail"], [654, 1, 1, "", "replace_by_tail_in_fit_window"], [655, 1, 1, "", "set_from_fourier"], [656, 1, 1, "", "set_from_imfreq"], [657, 1, 1, "", "set_from_imtime"], [658, 1, 1, "", "set_from_legendre"], [659, 1, 1, "", "set_from_pade"], [660, 5, 1, "", "target_indices"], [661, 5, 1, "", "target_rank"], [662, 5, 1, "", "target_shape"], [663, 1, 1, "", "total_density"], [664, 1, 1, "", "transpose"], [665, 1, 1, "", "x_data_view"], [666, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[668, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[669, 1, 1, "", "__init__"], [670, 1, 1, "", "conjugate"], [671, 1, 1, "", "copy"], [672, 1, 1, "", "copy_from"], [673, 5, 1, "", "data"], [674, 1, 1, "", "density"], [675, 1, 1, "", "enforce_discontinuity"], [676, 1, 1, "", "fit_hermitian_tail"], [677, 1, 1, "", "fit_hermitian_tail_on_window"], [678, 1, 1, "", "fit_tail"], [679, 1, 1, "", "fit_tail_on_window"], [680, 1, 1, "", "from_L_G_R"], [681, 5, 1, "", "imag"], [682, 5, 1, "", "indices"], [683, 1, 1, "", "inverse"], [684, 1, 1, "", "invert"], [685, 1, 1, "", "is_gf_hermitian"], [686, 1, 1, "", "is_gf_real_in_tau"], [687, 5, 1, "", "mesh"], [688, 5, 1, "", "rank"], [689, 5, 1, "", "real"], [690, 1, 1, "", "rebinning_tau"], [691, 1, 1, "", "replace_by_tail"], [692, 1, 1, "", "replace_by_tail_in_fit_window"], [693, 1, 1, "", "set_from_fourier"], [694, 1, 1, "", "set_from_imfreq"], [695, 1, 1, "", "set_from_imtime"], [696, 1, 1, "", "set_from_legendre"], [697, 1, 1, "", "set_from_pade"], [698, 5, 1, "", "target_indices"], [699, 5, 1, "", "target_rank"], [700, 5, 1, "", "target_shape"], [701, 1, 1, "", "total_density"], [702, 1, 1, "", "transpose"], [703, 1, 1, "", "x_data_view"], [704, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[706, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[707, 1, 1, "", "__init__"], [708, 1, 1, "", "conjugate"], [709, 1, 1, "", "copy"], [710, 1, 1, "", "copy_from"], [711, 5, 1, "", "data"], [712, 1, 1, "", "density"], [713, 1, 1, "", "enforce_discontinuity"], [714, 1, 1, "", "fit_hermitian_tail"], [715, 1, 1, "", "fit_hermitian_tail_on_window"], [716, 1, 1, "", "fit_tail"], [717, 1, 1, "", "fit_tail_on_window"], [718, 1, 1, "", "from_L_G_R"], [719, 5, 1, "", "imag"], [720, 5, 1, "", "indices"], [721, 1, 1, "", "inverse"], [722, 1, 1, "", "invert"], [723, 1, 1, "", "is_gf_hermitian"], [724, 1, 1, "", "is_gf_real_in_tau"], [725, 5, 1, "", "mesh"], [726, 5, 1, "", "rank"], [727, 5, 1, "", "real"], [728, 1, 1, "", "rebinning_tau"], [729, 1, 1, "", "replace_by_tail"], [730, 1, 1, "", "replace_by_tail_in_fit_window"], [731, 1, 1, "", "set_from_fourier"], [732, 1, 1, "", "set_from_imfreq"], [733, 1, 1, "", "set_from_imtime"], [734, 1, 1, "", "set_from_legendre"], [735, 1, 1, "", "set_from_pade"], [736, 5, 1, "", "target_indices"], [737, 5, 1, "", "target_rank"], [738, 5, 1, "", "target_shape"], [739, 1, 1, "", "total_density"], [740, 1, 1, "", "transpose"], [741, 1, 1, "", "x_data_view"], [742, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[744, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[745, 1, 1, "", "__init__"], [746, 5, 1, "", "all_indices"], [747, 1, 1, "", "copy"], [748, 1, 1, "", "copy_from"], [749, 1, 1, "", "copy_selected_blocks"], [750, 5, 1, "", "imag"], [751, 5, 1, "", "indices"], [752, 5, 1, "", "indices1"], [753, 5, 1, "", "indices2"], [754, 5, 1, "", "n_blocks"], [755, 5, 1, "", "real"], [756, 1, 1, "", "view_selected_blocks"], [757, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[759, 0, 1, "", "BlockGf"], [781, 3, 1, "", "call_factory_from_dict"], [782, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[760, 1, 1, "", "__init__"], [761, 5, 1, "", "all_indices"], [762, 5, 1, "", "beta"], [763, 1, 1, "", "conjugate"], [764, 1, 1, "", "copy"], [765, 1, 1, "", "copy_from"], [766, 1, 1, "", "copy_selected_blocks"], [767, 1, 1, "", "density"], [768, 5, 1, "", "imag"], [769, 5, 1, "", "indices"], [770, 1, 1, "", "inverse"], [771, 1, 1, "", "invert"], [772, 1, 1, "", "load"], [773, 5, 1, "", "mesh"], [774, 5, 1, "", "n_blocks"], [775, 5, 1, "", "real"], [776, 1, 1, "", "save"], [777, 1, 1, "", "total_density"], [778, 1, 1, "", "transpose"], [779, 1, 1, "", "view_selected_blocks"], [780, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[784, 0, 1, "", "Base"], [786, 0, 1, "", "BaseBlock"], [789, 0, 1, "", "Const"], [791, 0, 1, "", "Function"], [793, 0, 1, "", "LazyCTX"], [795, 0, 1, "", "Omega_"], [797, 3, 1, "", "convert_scalar_to_const"], [798, 3, 1, "", "is_lazy"], [799, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[785, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[787, 1, 1, "", "__init__"], [788, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[790, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[792, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[794, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[796, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[801, 0, 1, "", "Flat"], [803, 0, 1, "", "Fourier"], [806, 0, 1, "", "LegendreToMatsubara"], [809, 0, 1, "", "MatsubaraToLegendre"], [439, 0, 1, "", "Omega"], [812, 0, 1, "", "OneFermionInTime"], [814, 0, 1, "", "SemiCircular"], [816, 4, 1, "", "Wilson"], [818, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[802, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[804, 1, 1, "", "__init__"], [805, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[807, 1, 1, "", "__init__"], [808, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[810, 1, 1, "", "__init__"], [811, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[813, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[815, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[817, 1, 1, "", "__init__"]], "triqs.gf.gf": [[820, 0, 1, "", "AddMethod"], [823, 0, 1, "", "CallProxyNone"], [825, 0, 1, "", "Gf"], [862, 0, 1, "", "Idx"], [864, 3, 1, "", "add_method_helper"], [865, 3, 1, "", "bckwd"], [866, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[821, 1, 1, "", "__init__"], [822, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[824, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[826, 1, 1, "", "__init__"], [827, 1, 1, "", "conjugate"], [828, 1, 1, "", "copy"], [829, 1, 1, "", "copy_from"], [830, 5, 1, "", "data"], [831, 1, 1, "", "density"], [832, 1, 1, "", "enforce_discontinuity"], [833, 1, 1, "", "fit_hermitian_tail"], [834, 1, 1, "", "fit_hermitian_tail_on_window"], [835, 1, 1, "", "fit_tail"], [836, 1, 1, "", "fit_tail_on_window"], [837, 1, 1, "", "from_L_G_R"], [838, 5, 1, "", "imag"], [839, 5, 1, "", "indices"], [840, 1, 1, "", "inverse"], [841, 1, 1, "", "invert"], [842, 1, 1, "", "is_gf_hermitian"], [843, 1, 1, "", "is_gf_real_in_tau"], [844, 5, 1, "", "mesh"], [845, 5, 1, "", "rank"], [846, 5, 1, "", "real"], [847, 1, 1, "", "rebinning_tau"], [848, 1, 1, "", "replace_by_tail"], [849, 1, 1, "", "replace_by_tail_in_fit_window"], [850, 1, 1, "", "set_from_fourier"], [851, 1, 1, "", "set_from_imfreq"], [852, 1, 1, "", "set_from_imtime"], [853, 1, 1, "", "set_from_legendre"], [854, 1, 1, "", "set_from_pade"], [855, 5, 1, "", "target_indices"], [856, 5, 1, "", "target_rank"], [857, 5, 1, "", "target_shape"], [858, 1, 1, "", "total_density"], [859, 1, 1, "", "transpose"], [860, 1, 1, "", "x_data_view"], [861, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[863, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[868, 3, 1, "", "fit_gf_dlr"], [869, 3, 1, "", "make_gf_dlr"], [870, 3, 1, "", "make_gf_dlr_imfreq"], [871, 3, 1, "", "make_gf_dlr_imtime"], [872, 3, 1, "", "make_gf_from_fourier"], [873, 3, 1, "", "make_gf_imfreq"], [874, 3, 1, "", "make_gf_imtime"], [875, 3, 1, "", "make_hermitian"], [876, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[879, 3, 1, "", "density"], [880, 3, 1, "", "enforce_discontinuity"], [881, 3, 1, "", "fit_hermitian_tail"], [882, 3, 1, "", "fit_hermitian_tail_on_window"], [883, 3, 1, "", "fit_tail"], [884, 3, 1, "", "fit_tail_on_window"], [885, 3, 1, "", "is_gf_hermitian"], [886, 3, 1, "", "is_gf_real_in_tau"], [887, 3, 1, "", "rebinning_tau"], [888, 3, 1, "", "replace_by_tail"], [889, 3, 1, "", "replace_by_tail_in_fit_window"], [890, 3, 1, "", "set_from_fourier"], [891, 3, 1, "", "set_from_imfreq"], [892, 3, 1, "", "set_from_imtime"], [893, 3, 1, "", "set_from_legendre"], [894, 3, 1, "", "set_from_pade"]], "triqs.gf.lazy_expressions": [[897, 0, 1, "", "LazyExpr"], [903, 0, 1, "", "LazyExprTerminal"], [905, 3, 1, "", "all_terminals"], [906, 3, 1, "", "eval_expr"], [907, 3, 1, "", "eval_expr_with_context"], [908, 3, 1, "", "lazy_function"], [909, 3, 1, "", "make_lazy"], [910, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[898, 1, 1, "", "__init__"], [899, 1, 1, "", "copy"], [900, 1, 1, "", "get_terminal"], [901, 1, 1, "", "is_terminal"], [902, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[904, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[913, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[914, 1, 1, "", "__init__"], [913, 4, 1, "", "beta"], [915, 5, 1, "", "imag"], [913, 4, 1, "", "n"], [916, 5, 1, "", "real"], [913, 4, 1, "", "statistic"], [917, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[919, 0, 1, "", "MeshPoint"], [923, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[920, 1, 1, "", "__init__"], [921, 5, 1, "", "imag"], [922, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[924, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[926, 0, 1, "", "MeshProduct"], [934, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[927, 1, 1, "", "__init__"], [928, 5, 1, "", "components"], [929, 1, 1, "", "copy"], [930, 1, 1, "", "copy_from"], [931, 5, 1, "", "rank"], [932, 1, 1, "", "size_of_components"], [933, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[936, 0, 1, "", "MeshBrZone"], [949, 0, 1, "", "MeshCycLat"], [961, 0, 1, "", "MeshDLR"], [974, 0, 1, "", "MeshDLRImFreq"], [987, 0, 1, "", "MeshDLRImTime"], [1000, 0, 1, "", "MeshImFreq"], [1015, 0, 1, "", "MeshImTime"], [1026, 0, 1, "", "MeshLegendre"], [1035, 0, 1, "", "MeshReFreq"], [1047, 0, 1, "", "MeshReTime"], [1059, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[937, 1, 1, "", "__init__"], [938, 4, 1, "", "bz"], [939, 1, 1, "", "closest_index"], [940, 1, 1, "", "copy"], [941, 1, 1, "", "copy_from"], [942, 4, 1, "", "dims"], [943, 4, 1, "", "mesh_hash"], [944, 1, 1, "", "to_data_index"], [945, 1, 1, "", "to_index"], [946, 1, 1, "", "to_value"], [947, 4, 1, "", "units"], [948, 1, 1, "", "values"]], "triqs.gf.meshes.MeshCycLat": [[950, 1, 1, "", "__init__"], [951, 1, 1, "", "copy"], [952, 1, 1, "", "copy_from"], [953, 4, 1, "", "dims"], [954, 4, 1, "", "lattice"], [955, 4, 1, "", "mesh_hash"], [956, 1, 1, "", "to_data_index"], [957, 1, 1, "", "to_index"], [958, 1, 1, "", "to_value"], [959, 4, 1, "", "units"], [960, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[962, 1, 1, "", "__init__"], [963, 4, 1, "", "beta"], [964, 1, 1, "", "copy"], [965, 1, 1, "", "copy_from"], [966, 4, 1, "", "eps"], [967, 4, 1, "", "mesh_hash"], [968, 4, 1, "", "statistic"], [969, 1, 1, "", "to_data_index"], [970, 1, 1, "", "to_index"], [971, 1, 1, "", "to_value"], [972, 1, 1, "", "values"], [973, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImFreq": [[975, 1, 1, "", "__init__"], [976, 4, 1, "", "beta"], [977, 1, 1, "", "copy"], [978, 1, 1, "", "copy_from"], [979, 4, 1, "", "eps"], [980, 4, 1, "", "mesh_hash"], [981, 4, 1, "", "statistic"], [982, 1, 1, "", "to_data_index"], [983, 1, 1, "", "to_index"], [984, 1, 1, "", "to_value"], [985, 1, 1, "", "values"], [986, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[988, 1, 1, "", "__init__"], [989, 4, 1, "", "beta"], [990, 1, 1, "", "copy"], [991, 1, 1, "", "copy_from"], [992, 4, 1, "", "eps"], [993, 4, 1, "", "mesh_hash"], [994, 4, 1, "", "statistic"], [995, 1, 1, "", "to_data_index"], [996, 1, 1, "", "to_index"], [997, 1, 1, "", "to_value"], [998, 1, 1, "", "values"], [999, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1001, 1, 1, "", "__init__"], [1002, 4, 1, "", "beta"], [1003, 1, 1, "", "copy"], [1004, 1, 1, "", "copy_from"], [1005, 1, 1, "", "first_index"], [1006, 1, 1, "", "last_index"], [1007, 4, 1, "", "mesh_hash"], [1008, 1, 1, "", "positive_only"], [1009, 1, 1, "", "set_tail_fit_parameters"], [1010, 4, 1, "", "statistic"], [1011, 1, 1, "", "to_data_index"], [1012, 1, 1, "", "to_index"], [1013, 1, 1, "", "to_value"], [1014, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1016, 1, 1, "", "__init__"], [1017, 4, 1, "", "beta"], [1018, 1, 1, "", "copy"], [1019, 1, 1, "", "copy_from"], [1020, 4, 1, "", "mesh_hash"], [1021, 4, 1, "", "statistic"], [1022, 1, 1, "", "to_data_index"], [1023, 1, 1, "", "to_index"], [1024, 1, 1, "", "to_value"], [1025, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1027, 1, 1, "", "__init__"], [1028, 4, 1, "", "beta"], [1029, 1, 1, "", "copy"], [1030, 1, 1, "", "copy_from"], [1031, 4, 1, "", "mesh_hash"], [1032, 4, 1, "", "statistic"], [1033, 1, 1, "", "to_data_index"], [1034, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1036, 1, 1, "", "__init__"], [1037, 1, 1, "", "copy"], [1038, 1, 1, "", "copy_from"], [1039, 4, 1, "", "delta"], [1040, 4, 1, "", "mesh_hash"], [1041, 1, 1, "", "to_data_index"], [1042, 1, 1, "", "to_index"], [1043, 1, 1, "", "to_value"], [1044, 1, 1, "", "values"], [1045, 4, 1, "", "w_max"], [1046, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1048, 1, 1, "", "__init__"], [1049, 1, 1, "", "copy"], [1050, 1, 1, "", "copy_from"], [1051, 4, 1, "", "delta"], [1052, 4, 1, "", "mesh_hash"], [1053, 4, 1, "", "t_max"], [1054, 4, 1, "", "t_min"], [1055, 1, 1, "", "to_data_index"], [1056, 1, 1, "", "to_index"], [1057, 1, 1, "", "to_value"], [1058, 1, 1, "", "values"]], "triqs.gf.meshes_desc": [[1061, 3, 1, "", "make_mesh"]], "triqs.gf.plot": [[1063, 2, 0, "-", "bz"], [1071, 2, 0, "-", "bz_x_x"], [1074, 3, 1, "", "dispatcher"], [1075, 2, 0, "-", "one_var"], [1083, 2, 0, "-", "plot_base"], [1085, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1064, 3, 1, "", "dist"], [1065, 3, 1, "", "generate_points"], [1066, 3, 1, "", "generate_points_on_path"], [1067, 3, 1, "", "length"], [1068, 3, 1, "", "make_plottable"], [1069, 3, 1, "", "plot"], [1070, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1072, 3, 1, "", "plot"], [1073, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1076, 3, 1, "", "dlr_imfreq"], [1077, 3, 1, "", "dlr_imtime"], [1078, 3, 1, "", "imfreq"], [1079, 3, 1, "", "imtime"], [1080, 3, 1, "", "legendre"], [1081, 3, 1, "", "refreq"], [1082, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1084, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1086, 3, 1, "", "closest_point_in_line"], [1087, 3, 1, "", "closest_to"], [1088, 3, 1, "", "dist"], [1089, 3, 1, "", "pick_selection_vec"], [1090, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1092, 3, 1, "", "conjugate"], [1093, 3, 1, "", "delta"], [1094, 3, 1, "", "discretize_bath"], [1095, 3, 1, "", "dyson"], [1096, 3, 1, "", "fit_legendre"], [1097, 3, 1, "", "inverse"], [1098, 3, 1, "", "make_delta"], [1099, 3, 1, "", "make_zero_tail"], [1100, 3, 1, "", "read_gf_from_txt"], [1101, 3, 1, "", "transpose"], [1102, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1104, 0, 1, "", "CallProxyBrZone_0"], [1106, 0, 1, "", "CallProxyBrZone_1"], [1108, 0, 1, "", "CallProxyBrZone_2"], [1110, 0, 1, "", "CallProxyBrZone_3"], [1112, 0, 1, "", "CallProxyBrZone_4"], [1114, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1116, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1118, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1120, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1122, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1124, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1126, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1128, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1130, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1132, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1134, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1136, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1138, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1140, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1142, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1144, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1146, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1148, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1150, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1152, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1154, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1156, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1158, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1160, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1162, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1164, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1166, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1168, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1170, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1172, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1174, 0, 1, "", "CallProxyCycLat_0"], [1176, 0, 1, "", "CallProxyCycLat_1"], [1178, 0, 1, "", "CallProxyCycLat_2"], [1180, 0, 1, "", "CallProxyCycLat_3"], [1182, 0, 1, "", "CallProxyCycLat_4"], [1184, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1186, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1188, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1190, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1192, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1194, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1196, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1198, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1200, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1202, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1204, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1206, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1208, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1210, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1212, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1214, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1216, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1218, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1220, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1222, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1224, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1226, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1228, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1230, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1232, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1234, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1236, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1238, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1240, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1242, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1244, 0, 1, "", "CallProxyDLR_0"], [1246, 0, 1, "", "CallProxyDLR_1"], [1248, 0, 1, "", "CallProxyDLR_2"], [1250, 0, 1, "", "CallProxyDLR_3"], [1252, 0, 1, "", "CallProxyDLR_4"], [1254, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1256, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1258, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1260, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1262, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1264, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1266, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1268, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1270, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1272, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1274, 0, 1, "", "CallProxyImFreq_0"], [1276, 0, 1, "", "CallProxyImFreq_1"], [1278, 0, 1, "", "CallProxyImFreq_2"], [1280, 0, 1, "", "CallProxyImFreq_3"], [1282, 0, 1, "", "CallProxyImFreq_4"], [1284, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1286, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1288, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1290, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1292, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1294, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1296, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1298, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1300, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1302, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1304, 0, 1, "", "CallProxyImTime_0"], [1306, 0, 1, "", "CallProxyImTime_0_R"], [1308, 0, 1, "", "CallProxyImTime_1"], [1310, 0, 1, "", "CallProxyImTime_1_R"], [1312, 0, 1, "", "CallProxyImTime_2"], [1314, 0, 1, "", "CallProxyImTime_2_R"], [1316, 0, 1, "", "CallProxyImTime_3"], [1318, 0, 1, "", "CallProxyImTime_3_R"], [1320, 0, 1, "", "CallProxyImTime_4"], [1322, 0, 1, "", "CallProxyImTime_4_R"], [1324, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1326, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1328, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1330, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1332, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1334, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1336, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1338, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1340, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1342, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1344, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1346, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1348, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1350, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1352, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1354, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1356, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1358, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1360, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1362, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1364, 0, 1, "", "CallProxyReFreq_0"], [1366, 0, 1, "", "CallProxyReFreq_1"], [1368, 0, 1, "", "CallProxyReFreq_2"], [1370, 0, 1, "", "CallProxyReFreq_3"], [1372, 0, 1, "", "CallProxyReFreq_4"], [1374, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1376, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1378, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1380, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1382, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1384, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1386, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1388, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1390, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1392, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1394, 0, 1, "", "CallProxyReTime_0"], [1396, 0, 1, "", "CallProxyReTime_1"], [1398, 0, 1, "", "CallProxyReTime_2"], [1400, 0, 1, "", "CallProxyReTime_3"], [1402, 0, 1, "", "CallProxyReTime_4"], [1404, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1406, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1408, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1410, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1412, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1414, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1416, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1418, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1420, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1422, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1424, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1105, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1107, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1109, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1111, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1113, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1115, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1117, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1119, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1121, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1123, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1125, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1127, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1129, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1131, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1133, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1135, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1137, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1139, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1141, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1143, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1145, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1147, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1149, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1151, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1153, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1155, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1157, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1159, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1161, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1163, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1165, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1167, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1169, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1171, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1173, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1175, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1177, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1179, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1181, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1183, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1185, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1187, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1189, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1191, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1193, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1195, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1197, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1199, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1201, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1203, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1205, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1207, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1209, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1211, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1213, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1215, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1217, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1219, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1221, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1223, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1225, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1227, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1229, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1231, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1233, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1235, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1237, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1239, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1241, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1243, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1245, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1247, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1249, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1251, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1253, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1255, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1257, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1259, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1261, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1263, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1265, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1267, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1269, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1271, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1273, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1275, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1277, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1279, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1281, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1283, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1285, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1287, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1289, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1291, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1293, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1295, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1297, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1299, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1301, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1303, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1305, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1307, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1309, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1311, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1313, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1315, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1317, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1319, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1321, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1323, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1325, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1327, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1329, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1331, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1333, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1335, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1337, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1339, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1341, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1343, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1345, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1347, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1349, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1351, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1353, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1355, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1357, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1359, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1361, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1363, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1365, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1367, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1369, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1371, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1373, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1375, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1377, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1379, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1381, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1383, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1385, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1387, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1389, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1391, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1393, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1395, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1397, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1399, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1401, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1403, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1405, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1407, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1409, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1411, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1413, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1415, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1417, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1419, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1421, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1423, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux_desc": [[1426, 3, 1, "", "all_calls"]], "triqs.lattice": [[1428, 2, 0, "-", "bz_patch"], [1432, 2, 0, "-", "lattice_tools"], [1456, 2, 0, "-", "lattice_tools_desc"], [1457, 2, 0, "-", "point"], [1461, 2, 0, "-", "super_lattice"], [1481, 2, 0, "-", "tight_binding"], [1497, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1429, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1430, 1, 1, "", "__init__"], [1431, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1433, 0, 1, "", "BravaisLattice"], [1441, 0, 1, "", "BrillouinZone"], [1446, 0, 1, "", "TightBinding"], [1454, 3, 1, "", "dos"], [1455, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1434, 1, 1, "", "__init__"], [1435, 1, 1, "", "lattice_to_real_coordinates"], [1436, 4, 1, "", "n_orbitals"], [1437, 4, 1, "", "ndim"], [1438, 4, 1, "", "orbital_names"], [1439, 4, 1, "", "orbital_positions"], [1440, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1442, 1, 1, "", "__init__"], [1443, 4, 1, "", "lattice"], [1444, 4, 1, "", "ndim"], [1445, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1447, 1, 1, "", "__init__"], [1448, 1, 1, "", "dispersion"], [1449, 4, 1, "", "displ_vec"], [1450, 1, 1, "", "fourier"], [1451, 4, 1, "", "lattice"], [1452, 1, 1, "", "lattice_to_real_coordinates"], [1453, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1458, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1459, 1, 1, "", "__init__"], [1458, 4, 1, "", "index"], [1458, 4, 1, "", "lattice"], [1460, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1462, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1463, 1, 1, "", "__init__"], [1464, 1, 1, "", "change_coordinates_L_to_SL"], [1465, 1, 1, "", "change_coordinates_SL_to_L"], [1466, 1, 1, "", "cluster_sites"], [1467, 1, 1, "", "dispersion"], [1468, 1, 1, "", "fold"], [1469, 1, 1, "", "fourier"], [1470, 1, 1, "", "get_kmesh"], [1471, 1, 1, "", "get_rmesh"], [1472, 5, 1, "", "hoppings"], [1473, 1, 1, "", "lattice_to_real_coordinates"], [1474, 5, 1, "", "n_orbitals"], [1475, 5, 1, "", "ndim"], [1476, 5, 1, "", "orbital_names"], [1477, 5, 1, "", "orbital_positions"], [1478, 1, 1, "", "pack_index_site_orbital"], [1479, 5, 1, "", "units"], [1480, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1482, 0, 1, "", "TBLattice"], [1495, 3, 1, "", "dos"], [1496, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1483, 1, 1, "", "__init__"], [1482, 4, 1, "", "bl"], [1482, 4, 1, "", "bz"], [1484, 1, 1, "", "dispersion"], [1485, 1, 1, "", "fourier"], [1486, 1, 1, "", "get_kmesh"], [1487, 1, 1, "", "get_rmesh"], [1488, 5, 1, "", "hoppings"], [1489, 1, 1, "", "lattice_to_real_coordinates"], [1490, 5, 1, "", "n_orbitals"], [1491, 5, 1, "", "ndim"], [1492, 5, 1, "", "orbital_names"], [1493, 5, 1, "", "orbital_positions"], [1482, 4, 1, "", "tb"], [1494, 5, 1, "", "units"]], "triqs.lattice.utils": [[1498, 3, 1, "", "TB_from_pythTB"], [1499, 3, 1, "", "TB_from_wannier90"], [1500, 3, 1, "", "TB_to_sympy"], [1501, 3, 1, "", "extend_wannier90_to_spin"], [1502, 3, 1, "", "k_space_path"], [1503, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1504, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1506, 2, 0, "-", "operators"], [1517, 2, 0, "-", "operators_desc"], [1518, 2, 0, "-", "util"]], "triqs.operators.operators": [[1507, 0, 1, "", "Operator"], [1512, 3, 1, "", "c"], [1513, 3, 1, "", "c_dag"], [1514, 3, 1, "", "dagger"], [1515, 3, 1, "", "is_op_hermitian"], [1516, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1508, 1, 1, "", "__init__"], [1509, 4, 1, "", "imag"], [1510, 1, 1, "", "is_zero"], [1511, 4, 1, "", "real"]], "triqs.operators.util": [[1519, 2, 0, "-", "U_matrix"], [1534, 2, 0, "-", "extractors"], [1543, 2, 0, "-", "extractors_desc"], [1544, 2, 0, "-", "hamiltonians"], [1551, 2, 0, "-", "observables"], [1559, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1520, 3, 1, "", "U_J_to_radial_integrals"], [1521, 3, 1, "", "U_matrix_kanamori"], [1522, 3, 1, "", "U_matrix_slater"], [1523, 3, 1, "", "angular_matrix_element"], [1524, 3, 1, "", "clebsch_gordan"], [1525, 3, 1, "", "cubic_names"], [1526, 3, 1, "", "eg_submatrix"], [1527, 3, 1, "", "radial_integrals_to_U_J"], [1528, 3, 1, "", "reduce_4index_to_2index"], [1529, 3, 1, "", "spherical_to_cubic"], [1530, 3, 1, "", "subarray"], [1531, 3, 1, "", "t2g_submatrix"], [1532, 3, 1, "", "three_j_symbol"], [1533, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1535, 3, 1, "", "block_matrix_from_op"], [1536, 3, 1, "", "dict_to_matrix"], [1537, 3, 1, "", "extract_U_dict2"], [1538, 3, 1, "", "extract_U_dict4"], [1539, 3, 1, "", "extract_h_dict"], [1540, 3, 1, "", "op_from_block_matrix"], [1541, 3, 1, "", "quadratic_terms"], [1542, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1545, 3, 1, "", "backward_compat"], [1546, 3, 1, "", "diagonal_part"], [1547, 3, 1, "", "h_int_density"], [1548, 3, 1, "", "h_int_kanamori"], [1549, 3, 1, "", "h_int_slater"], [1550, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1552, 3, 1, "", "L2_op"], [1553, 3, 1, "", "LS_op"], [1554, 3, 1, "", "L_op"], [1555, 3, 1, "", "N_op"], [1556, 3, 1, "", "S2_op"], [1557, 3, 1, "", "S_op"], [1558, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1560, 3, 1, "", "get_mkind"], [1561, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[469, 3, 1, "", "_plot_"], [1563, 2, 0, "-", "mpl_interface"], [1568, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1564, 3, 1, "", "oplot"], [1565, 3, 1, "", "oploti"], [1566, 3, 1, "", "oplotr"], [1567, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1569, 3, 1, "", "clip_array"], [1570, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1572, 0, 1, "", "RandomGenerator"], [1574, 2, 0, "-", "random_generator"], [1576, 2, 0, "-", "random_generator_desc"], [471, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1573, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1575, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1578, 2, 0, "-", "histogram"], [1580, 2, 0, "-", "histograms"], [1591, 2, 0, "-", "histograms_desc"]], "triqs.stat.histogram": [[1579, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1581, 0, 1, "", "Histogram"], [1589, 3, 1, "", "cdf"], [1590, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1582, 1, 1, "", "__init__"], [1583, 1, 1, "", "clear"], [1584, 4, 1, "", "data"], [1585, 4, 1, "", "limits"], [1586, 1, 1, "", "mesh_point"], [1587, 4, 1, "", "n_data_pts"], [1588, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1593, 2, 0, "-", "sumk_discrete"], [1599, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1594, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1595, 5, 1, "", "GFBlocIndices"], [1596, 1, 1, "", "__init__"], [1597, 1, 1, "", "n_kpts"], [1598, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1600, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1601, 5, 1, "", "GFBlocIndices"], [1602, 1, 1, "", "Recompute_Grid"], [1603, 1, 1, "", "__init__"], [1604, 1, 1, "", "n_kpts"], [1605, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1607, 2, 0, "-", "bound_and_bisect"], [1610, 2, 0, "-", "capture_stdout"], [1611, 2, 0, "-", "comparison_tests"], [1617, 2, 0, "-", "dichotomy"], [1619, 2, 0, "-", "dist_on_nodes"], [1639, 2, 0, "-", "h5diff"], [1642, 2, 0, "-", "mpi"], [1644, 2, 0, "-", "mpi_mpi4py"], [1658, 2, 0, "-", "mpi_nompi"], [1670, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1608, 3, 1, "", "bound_and_bisect"], [1609, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1612, 3, 1, "", "assert_array_close_to_scalar"], [1613, 3, 1, "", "assert_arrays_are_close"], [1614, 3, 1, "", "assert_block2_gfs_are_close"], [1615, 3, 1, "", "assert_block_gfs_are_close"], [1616, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1618, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1620, 0, 1, "", "DistributionOnNodes"], [1624, 0, 1, "", "DistributionOnNodesOneStack"], [1631, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1621, 4, 1, "", "SleepTime"], [1622, 1, 1, "", "__init__"], [1623, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1625, 4, 1, "", "SleepTime"], [1626, 1, 1, "", "__init__"], [1627, 1, 1, "", "finished"], [1628, 1, 1, "", "result"], [1629, 1, 1, "", "run"], [1630, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1632, 4, 1, "", "SleepTime"], [1633, 1, 1, "", "__init__"], [1634, 1, 1, "", "finished"], [1635, 1, 1, "", "result"], [1636, 1, 1, "", "run"], [1637, 1, 1, "", "the_function"], [1638, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1640, 3, 1, "", "compare"], [1641, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1643, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1645, 3, 1, "", "all_reduce"], [1646, 3, 1, "", "barrier"], [1647, 3, 1, "", "bcast"], [1648, 3, 1, "", "is_master_node"], [1649, 3, 1, "", "master_gets_host_names"], [1650, 3, 1, "", "myprint_err"], [1651, 3, 1, "", "myprint_out"], [1652, 3, 1, "", "recv"], [1653, 3, 1, "", "report"], [1654, 3, 1, "", "send"], [1655, 3, 1, "", "slice_array"], [1656, 3, 1, "", "slice_inf"], [1657, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1659, 3, 1, "", "all_reduce"], [1660, 3, 1, "", "barrier"], [1661, 3, 1, "", "bcast"], [1662, 3, 1, "", "is_master_node"], [1663, 3, 1, "", "master_gets_host_names"], [1664, 3, 1, "", "myprint_err"], [1665, 3, 1, "", "myprint_out"], [1666, 3, 1, "", "recv"], [1667, 3, 1, "", "report"], [1668, 3, 1, "", "send"], [1669, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1671, 0, 1, "", "T"], [1686, 3, 1, "", "start_redirect"], [1687, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1672, 1, 1, "", "__init__"], [1673, 5, 1, "", "daemon"], [1674, 1, 1, "", "getName"], [1675, 5, 1, "", "ident"], [1676, 1, 1, "", "isDaemon"], [1677, 1, 1, "", "is_alive"], [1678, 1, 1, "", "join"], [1679, 5, 1, "", "name"], [1680, 5, 1, "", "native_id"], [1681, 1, 1, "", "run"], [1682, 1, 1, "", "setDaemon"], [1683, 1, 1, "", "setName"], [1684, 1, 1, "", "start"], [1685, 1, 1, "", "stop"]]}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"], "2": ["py", "module", "Python module"], "3": ["py", "function", "Python function"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "property", "Python property"]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:module", "3": "py:function", "4": "py:attribute", "5": "py:property"}, "terms": {"": [4, 7, 9, 73, 74, 75, 76, 77, 144, 197, 198, 199, 203, 204, 219, 241, 319, 320, 352, 360, 377, 385, 386, 388, 389, 402, 406, 407, 414, 417, 424, 438, 439, 442, 443, 444, 449, 458, 459, 462, 464, 465, 466, 469, 470, 471, 476, 524, 525, 526, 527, 551, 552, 744, 745, 748, 759, 760, 765, 791, 801, 814, 822, 868, 869, 870, 871, 873, 874, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1092, 1093, 1094, 1095, 1096, 1098, 1099, 1100, 1101, 1102, 1470, 1486, 1500, 1520, 1521, 1522, 1527, 1536, 1550, 1553, 1556, 1557, 1561, 1586, 1681, 1684, 1689, 1690, 1695, 1698, 1699, 1707, 1708, 1709, 1715, 1716, 1719, 1720, 1721, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "0": [5, 13, 26, 29, 77, 86, 94, 107, 119, 126, 127, 143, 145, 146, 151, 196, 207, 208, 219, 246, 257, 259, 260, 262, 263, 264, 265, 270, 271, 273, 274, 275, 276, 296, 299, 302, 317, 319, 320, 323, 334, 335, 339, 340, 343, 346, 348, 350, 352, 361, 362, 369, 370, 372, 373, 374, 388, 389, 391, 396, 397, 398, 399, 401, 402, 403, 404, 405, 408, 409, 414, 416, 417, 420, 421, 422, 424, 426, 429, 430, 432, 433, 434, 436, 437, 439, 441, 442, 444, 446, 447, 448, 449, 452, 456, 458, 459, 461, 462, 464, 465, 466, 468, 469, 470, 471, 472, 475, 476, 527, 538, 542, 583, 621, 659, 697, 735, 760, 812, 813, 814, 815, 854, 894, 1015, 1026, 1070, 1094, 1433, 1462, 1478, 1482, 1483, 1499, 1502, 1515, 1522, 1523, 1530, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1583, 1608, 1646, 1647, 1652, 1661, 1666, 1688, 1690, 1696, 1700, 1701, 1702, 1703, 1706, 1709, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748, 1750], "00": [447, 449, 1712, 1713, 1717, 1723, 1727, 1729, 1735, 1736, 1744, 1747, 1748], "000": 1721, "00000": 1717, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "00005": 1719, "0000e": [1747, 1748], "0001": [1717, 1720], "00015": 146, "000169732": 1736, "000169747": 1736, "000169843": 1736, "000169903": 1736, "000170142": 1736, "000170297": 1736, "000170599": 1736, "000170611": 1736, "000170967": 1736, "000170973": 1736, "000170999": 1736, "000171033": 1736, "000171089": 1736, "000171099": 1736, "000171122": 1736, "000171131": 1736, "000171149": 1736, "000171199": 1736, "000171298": 1736, "000171354": 1736, "000171394": 1736, "000171475": 1736, "000171571": 1736, "000171682": 1736, "000171716": 1736, "000171733": 1736, "000171762": 1736, "000171791": 1736, "000171794": 1736, "000171907": 1736, "000172073": 1736, "000172087": 1736, "000172111": 1736, "000172163": 1736, "00017218": 1736, "000172366": 1736, "000172391": 1736, "00017243": 1736, "000172538": 1736, "000172552": 1736, "000172553": 1736, "000172614": 1736, "000172688": 1736, "000172738": 1736, "000172763": 1736, "00017281": 1736, "000172906": 1736, "000172962": 1736, "000173035": 1736, "000173054": 1736, "000173062": 1736, "000173083": 1736, "000173127": 1736, "000173181": 1736, "000173347": 1736, "000173434": 1736, "000173538": 1736, "00017359": 1736, "000173595": 1736, "000173643": 1736, "000173649": 1736, "000173656": 1736, "000173784": 1736, "00017381": 1736, "000173831": 1736, "000173854": 1736, "000173907": 1736, "000173912": 1736, "00017397": 1736, "000173988": 1736, "000174079": 1736, "000174143": 1736, "000174187": 1736, "000174227": 1736, "00017426": 1736, "000174272": 1736, "000174304": 1736, "000174399": 1736, "000174441": 1736, "000174453": 1736, "00017454": 1736, "000174572": 1736, "000174635": 1736, "000174666": 1736, "000174729": 1736, "000174776": 1736, "000174778": 1736, "00017479": 1736, "000174805": 1736, "000174838": 1736, "000174849": 1736, "000174943": 1736, "000174947": 1736, "000174972": 1736, "000174991": 1736, "000174993": 1736, "000175008": 1736, "000175032": 1736, "000175041": 1736, "000175053": 1736, "000175073": 1736, "000175145": 1736, "000175158": 1736, "000175165": 1736, "000175224": 1736, "000175229": 1736, "000175253": 1736, "000175281": 1736, "000175292": 1736, "000175362": 1736, "000175365": 1736, "00017538": 1736, "000175429": 1736, "000175433": 1736, "000175437": 1736, "000175525": 1736, "00017554": 1736, "000175548": 1736, "000175604": 1736, "000175666": 1736, "000175777": 1736, "000175781": 1736, "000175784": 1736, "000175847": 1736, "000175873": 1736, "000176022": 1736, "000176064": 1736, "000176218": 1736, "000176277": 1736, "000176303": 1736, "000176317": 1736, "000176394": 1736, "000176397": 1736, "000176399": 1736, "000176414": 1736, "000176416": 1736, "000176438": 1736, "000176595": 1736, "000176619": 1736, "000176643": 1736, "00017673": 1736, "00017678": 1736, "000176842": 1736, "000176853": 1736, "000176917": 1736, "000176954": 1736, "000176996": 1736, "000177008": 1736, "000177013": 1736, "000177031": 1736, "000177055": 1736, "000177145": 1736, "000177178": 1736, "000177189": 1736, "000177332": 1736, "000177333": 1736, "000177364": 1736, "000177377": 1736, "000177486": 1736, "000177542": 1736, "000177624": 1736, "000177742": 1736, "000177763": 1736, "000177851": 1736, "000177948": 1736, "000177973": 1736, "000178013": 1736, "00017814": 1736, "000178144": 1736, "000178268": 1736, "000178299": 1736, "000178311": 1736, "000178375": 1736, "000178445": 1736, "000178484": 1736, "000178551": 1736, "000178552": 1736, "000178569": 1736, "000178598": 1736, "000178604": 1736, "000178696": 1736, "000178815": 1736, "000178821": 1736, "000178896": 1736, "000178907": 1736, "000178944": 1736, "000178971": 1736, "000179021": 1736, "000179077": 1736, "000179122": 1736, "000179286": 1736, "000179357": 1736, "000179449": 1736, "000179523": 1736, "000179815": 1736, "000179953": 1736, "000180033": 1736, "000180144": 1736, "000180197": 1736, "000180273": 1736, "000180288": 1736, "000180306": 1736, "000180409": 1736, "000180423": 1736, "000180533": 1736, "000180591": 1736, "00018061": 1736, "00018076": 1736, "000180967": 1736, "000181128": 1736, "000181326": 1736, "000181799": 1736, "000181974": 1736, "000182007": 1736, "000182139": 1736, "000182784": 1736, "000183024": 1736, "000183033": 1736, "000183093": 1736, "000183211": 1736, "000183404": 1736, "000183687": 1736, "000183717": 1736, "000184269": 1736, "000184783": 1736, "000184797": 1736, "00018556": 1736, "000187478": 1736, "000187614": 1736, "000187997": 1736, "000188498": 1736, "000188825": 1736, "000189254": 1736, "000192149": 1736, "000193562": 1736, "000195012": 1736, "000202924": 1736, "000206261": 1736, "000471962": 1736, "000477615": 1736, "000480502": 1736, "000481739": 1736, "00048318": 1736, "00048374": 1736, "000491659": 1736, "000492445": 1736, "000493773": 1736, "000493932": 1736, "000494535": 1736, "000494697": 1736, "000494936": 1736, "000496129": 1736, "000496923": 1736, "000497123": 1736, "000497535": 1736, "000498098": 1736, "000498955": 1736, "000500343": 1736, "000500731": 1736, "000500922": 1736, "000502765": 1736, "000505452": 1736, "000505713": 1736, "000507683": 1736, "00050787": 1736, "000509332": 1736, "000510379": 1736, "000511025": 1736, "000516366": 1736, "000516632": 1736, "00052281": 1736, "000526218": 1736, "00052665": 1736, "000532081": 1736, "000532991": 1736, "000538327": 1736, "000545071": 1736, "000548011": 1736, "000567391": 1736, "000570233": 1736, "0005733": 1736, "000573339": 1736, "000579364": 1736, "00057952": 1736, "000581802": 1736, "00058201": 1736, "00058778": 1736, "00059": 146, "000601851": 1736, "000609379": 1736, "000609689": 1736, "00061197": 1736, "000614332": 1736, "000622807": 1736, "000624143": 1736, "000627904": 1736, "000636652": 1736, "000641879": 1736, "000650654": 1736, "000651202": 1736, "000655191": 1736, "000659669": 1736, "000661933": 1736, "000667482": 1736, "00069": 1717, "0006e": 1748, "000703365": 1736, "000705123": 1736, "000724154": 1736, "000725342": 1736, "0007e": 1747, "0008": 0, "00087": 1717, "000881916": 1729, "000906627": 1736, "000908685": 1729, "000954406": 1736, "000986017": 1736, "000j": 1717, "001": [1608, 1720], "00104384": 1736, "00108587": 1736, "00109991": 1736, "00111078": 1736, "00111329": 1736, "00111446": 1736, "0011215": 1736, "00112254": 1736, "00112582": 1736, "00112664": 1736, "00112831": 1736, "00112879": 1736, "00112889": 1736, "00112907": 1736, "00112932": 1736, "00112999": 1736, "00113176": 1736, "00113187": 1736, "00113231": 1736, "00113257": 1736, "00113329": 1736, "00113351": 1736, "00113392": 1736, "0011343": 1736, "00113455": 1736, "00113484": 1736, "00113566": 1736, "0011367": 1736, "00113708": 1736, "00113772": 1736, "00113861": 1736, "00113999": 1736, "00114038": 1736, "00114125": 1736, "0011421": 1736, "00114243": 1736, "00114259": 1736, "00114313": 1736, "00114454": 1736, "00114523": 1736, "00114739": 1736, "00114743": 1736, "00114748": 1736, "00114776": 1736, "00114792": 1736, "00114817": 1736, "00114865": 1736, "00114883": 1736, "0011493": 1736, "00114987": 1736, "00115006": 1736, "00115159": 1736, "0011518": 1736, "0011519": 1736, "0011521": 1736, "00115225": 1736, "00115244": 1736, "00115404": 1736, "00115504": 1736, "00115569": 1736, "00115614": 1736, "00115623": 1736, "00115656": 1736, "00116354": 1736, "00116392": 1736, "00116428": 1736, "00116479": 1736, "0011648": 1736, "00116586": 1736, "00116593": 1736, "00116657": 1736, "00116768": 1736, "00116999": 1736, "00117": 1736, "00117142": 1736, "00117191": 1736, "00117401": 1736, "001176": 1736, "00117656": 1736, "00117719": 1736, "00117891": 1736, "00117954": 1736, "00117997": 1736, "00118008": 1736, "0011805": 1736, "00118073": 1736, "00118086": 1736, "00118152": 1736, "00118529": 1736, "00118682": 1736, "00118772": 1736, "00118916": 1736, "00119055": 1736, "00119195": 1736, "00119219": 1736, "00119336": 1736, "00119368": 1736, "0011946": 1736, "00119638": 1736, "00119755": 1736, "00119782": 1736, "00119869": 1736, "00119973": 1736, "00120432": 1736, "00120478": 1736, "00120751": 1736, "00120759": 1736, "00120833": 1736, "00121023": 1736, "00121134": 1736, "00121841": 1736, "00121845": 1736, "00121937": 1736, "00121949": 1736, "00122231": 1736, "0012242": 1736, "00122602": 1736, "00122868": 1736, "00123141": 1736, "00123761": 1736, "00124187": 1736, "00124214": 1736, "00124302": 1736, "00124401": 1736, "00126514": 1736, "00126531": 1736, "0012663": 1736, "00126701": 1736, "00126962": 1736, "00127013": 1736, "00127057": 1736, "00127285": 1736, "00127472": 1736, "00128361": 1736, "00128476": 1736, "00129221": 1736, "00131102": 1736, "00135477": 1736, "00140636": 1736, "00142541": 1736, "00147453": 1736, "00150071": 1736, "00154239": 1736, "00158726": 1736, "00170096": 1736, "00171741": 1736, "00180564": 1736, "00180668": 1736, "00180878": 1736, "00194873": 1736, "00195155": 1736, "00195425": 1736, "00197089": 1736, "00197415": 1736, "001975": 1736, "00197648": 1736, "00197796": 1736, "00198025": 1736, "00198254": 1736, "00198409": 1736, "001985": 1736, "00198638": 1736, "001987": 1736, "00198724": 1736, "0019877": 1736, "00198812": 1736, "00199079": 1736, "00199427": 1736, "00199479": 1736, "0019964": 1736, "0019968": 1736, "00199724": 1736, "00199727": 1736, "00199855": 1736, "00200182": 1736, "00200439": 1736, "00200864": 1736, "00200951": 1736, "0020111": 1736, "00201599": 1736, "00201626": 1736, "00202": 1719, "00202378": 1736, "00202665": 1736, "00202948": 1736, "00203125": 1736, "00203775": 1736, "00203961": 1736, "00204428": 1736, "00204434": 1736, "00204808": 1736, "00204889": 1736, "00205289": 1736, "00207229": 1736, "00207376": 1736, "00207588": 1736, "00207798": 1736, "00208315": 1736, "0020874": 1736, "00208958": 1736, "00209523": 1736, "0020e": 1748, "00210205": 1736, "00210348": 1736, "00210645": 1736, "00210837": 1736, "00210917": 1736, "00212072": 1736, "00212272": 1736, "00213267": 1736, "00213397": 1736, "00213749": 1736, "00213807": 1736, "00214123": 1736, "00214262": 1736, "00215142": 1736, "0021609": 1736, "00216472": 1736, "0021689": 1736, "0021879": 1736, "00219209": 1736, "00219823": 1736, "00220899": 1736, "00223444": 1736, "00224081": 1736, "00225227": 1736, "00226164": 1736, "00227176": 1736, "0022792": 1736, "00229849": 1736, "0023114": 1736, "00232661": 1736, "00234315": 1736, "00235247": 1736, "00235322": 1736, "00241881": 1736, "00242444": 1736, "00242603": 1736, "00243698": 1736, "00243883": 1736, "00244254": 1736, "00244518": 1736, "00246217": 1736, "0024778": 1736, "00247802": 1736, "00249762": 1736, "0024e": 1747, "0025": 1722, "00251163": 1736, "00251206": 1736, "00252121": 1736, "0025366": 1736, "00254032": 1736, "00254999": 1736, "00255092": 1736, "00257701": 1736, "00257861": 1736, "00257947": 1736, "00258148": 1736, "00258294": 1736, "00258314": 1736, "00258701": 1736, "00259388": 1736, "00261271": 1736, "0026251": 1736, "00262679": 1736, "00262902": 1736, "0026367": 1736, "00264231": 1736, "00264714": 1736, "00265775": 1736, "00267103": 1736, "00267836": 1736, "00268057": 1736, "0026844": 1736, "00268662": 1736, "00269892": 1736, "00271815": 1736, "00272949": 1736, "00272997": 1736, "00273515": 1736, "00273748": 1736, "00273964": 1736, "00274177": 1736, "00274281": 1736, "00274283": 1736, "00274846": 1736, "00275251": 1736, "00275273": 1736, "00275857": 1736, "00276099": 1736, "00278407": 1736, "00279307": 1736, "00279397": 1736, "00279944": 1736, "00280322": 1736, "00280445": 1736, "00280507": 1736, "00280902": 1736, "0028098": 1736, "00282048": 1736, "00282094": 1736, "00282577": 1736, "00282725": 1736, "00283378": 1736, "00283617": 1736, "00283716": 1736, "00284": 1719, "00284032": 1736, "00284136": 1736, "00285318": 1736, "00285476": 1736, "0028585": 1736, "00286055": 1736, "00286487": 1736, "00286625": 1736, "00287265": 1736, "00287276": 1736, "00287666": 1736, "00289752": 1736, "00290282": 1736, "00291603": 1736, "00291673": 1736, "0029207": 1736, "00292205": 1736, "00292678": 1736, "00292926": 1736, "00293476": 1736, "00294627": 1736, "00294777": 1736, "00294856": 1736, "00295433": 1736, "00296047": 1736, "00297855": 1736, "00298406": 1736, "00298571": 1736, "00299008": 1736, "00299014": 1736, "00299079": 1736, "00299413": 1736, "00300276": 1736, "00300352": 1736, "00301172": 1736, "00302516": 1736, "00302885": 1736, "00303251": 1736, "003037": 1736, "00304207": 1736, "00305853": 1736, "00307324": 1736, "00307385": 1736, "00307852": 1736, "00310847": 1736, "00311042": 1736, "00311216": 1736, "00311738": 1736, "00312571": 1736, "00313782": 1736, "00314165": 1736, "00315823": 1736, "00316006": 1736, "00316907": 1736, "00317577": 1736, "00317778": 1736, "00317801": 1736, "0031903": 1736, "00319218": 1736, "00319259": 1736, "00319616": 1736, "00320006": 1736, "00320282": 1736, "00320791": 1736, "00321691": 1736, "00321952": 1736, "00322388": 1736, "00322555": 1736, "00323186": 1736, "00323222": 1736, "00323224": 1736, "00323392": 1736, "00323793": 1736, "00323961": 1736, "00324111": 1736, "00324285": 1736, "00326173": 1736, "00326625": 1736, "00326991": 1736, "00327022": 1736, "00327777": 1736, "0032779": 1736, "00328518": 1736, "00328526": 1736, "00329326": 1736, "00330243": 1736, "0033044": 1736, "00331033": 1736, "00332163": 1736, "00333458": 1736, "00335177": 1736, "00335209": 1736, "00335218": 1736, "00335305": 1736, "0033534": 1729, "00335517": 1736, "00335542": 1736, "0033557": 1736, "00335832": 1736, "00336127": 1736, "00338107": 1736, "00338554": 1736, "00340387": 1736, "00342016": 1736, "00342248": 1736, "0034267": 1736, "00343265": 1736, "00343698": 1736, "00343928": 1736, "00344041": 1736, "00344064": 1736, "00344506": 1736, "00345553": 1736, "0034609": 1736, "00347195": 1729, "00347652": 1736, "00350054": 1736, "00351129": 1736, "00353": 1719, "0035412": 1736, "0035536": 1736, "00356041": 1736, "00357058": 1736, "00358938": 1736, "00359382": 1736, "0035957": 1736, "00362876": 1736, "00363535": 1736, "00365311": 1736, "00366381": 1736, "00366893": 1736, "00366987": 1736, "00367": 1719, "00367258": 1736, "00367458": 1736, "00367637": 1736, "00367912": 1736, "00369": 1736, "00369106": 1736, "00370341": 1736, "00370689": 1736, "00370725": 1736, "00370983": 1736, "00371272": 1736, "00371569": 1736, "00372447": 1736, "00373554": 1729, "0037407": 1736, "00374368": 1736, "00374965": 1736, "003751": 1736, "00375318": 1736, "003755": 1736, "00376864": 1736, "00377008": 1736, "00377209": 1736, "00377433": 1736, "00378058": 1736, "00378426": 1736, "00378519": 1736, "00378564": 1736, "00379637": 1736, "00380545": 1736, "00381134": 1736, "00381376": 1736, "0038171": 1729, "00382102": 1736, "00384082": 1736, "00384102": 1736, "00384326": 1736, "00385272": 1736, "00385295": 1736, "00385812": 1736, "00386106": 1736, "00386509": 1736, "00386679": 1736, "00387195": 1736, "00387235": 1736, "00388528": 1736, "00389709": 1736, "0039189": 1736, "00392154": 1736, "00392764": 1736, "00393142": 1736, "00393605": 1736, "00394695": 1736, "00395763": 1736, "00396333": 1736, "00397292": 1736, "00398847": 1736, "00399153": 1736, "00399505": 1736, "00399808": 1736, "00400866": 1736, "00401386": 1736, "00402102": 1736, "00403033": 1736, "00403258": 1736, "00403548": 1736, "00403564": 1736, "00403935": 1736, "0040616": 1736, "00407237": 1736, "00410326": 1736, "00411819": 1736, "00412257": 1736, "00413695": 1736, "00414735": 1736, "00414805": 1736, "00415485": 1736, "00416083": 1736, "00416849": 1736, "00419329": 1736, "00421": 1719, "00421233": 1736, "0042228": 1736, "00422307": 1736, "00424153": 1736, "00424611": 1736, "00426946": 1736, "00427029": 1736, "00427996": 1736, "00428681": 1736, "00431444": 1736, "00431683": 1736, "00432035": 1736, "00435092": 1736, "00435256": 1736, "00436633": 1736, "00437746": 1736, "00437776": 1736, "00439052": 1736, "00440811": 1736, "00442985": 1736, "00445812": 1736, "00446188": 1736, "0044657": 1736, "00451458": 1736, "00452235": 1736, "00452891": 1736, "00453041": 1736, "00453695": 1736, "0045431": 1736, "00455891": 1736, "0045722": 1736, "00458353": 1736, "00460643": 1736, "00460903": 1736, "00463958": 1736, "00464931": 1736, "00466358": 1736, "00467645": 1736, "00467794": 1736, "00468169": 1736, "00468487": 1736, "00469727": 1736, "00470077": 1736, "00470138": 1736, "00470213": 1736, "00471137": 1736, "00471166": 1736, "00471679": 1736, "00471774": 1736, "00473538": 1736, "00474486": 1736, "00474785": 1736, "00475572": 1736, "00476629": 1736, "00477878": 1736, "0047805": 1736, "00478203": 1736, "00478277": 1736, "00478374": 1736, "00478774": 1736, "0047931": 1736, "00479575": 1736, "00480216": 1736, "0048189": 1736, "00482044": 1736, "00482393": 1736, "00483401": 1736, "00484312": 1736, "00484395": 1736, "0048536": 1736, "00485389": 1736, "00485765": 1736, "00488083": 1729, "00488813": 1736, "00489611": 1736, "00489903": 1736, "0048e": 1747, "00490294": 1736, "00491658": 1736, "00492844": 1736, "00493022": 1736, "00493871": 1736, "00494392": 1736, "00494438": 1736, "0049556": 1736, "00496258": 1729, "00496899": 1736, "00498081": 1736, "00499122": 1736, "00500828": 1736, "00502294": 1736, "00502914": 1736, "00502934": 1736, "0050489": 1736, "0050603": 1736, "00506582": 1736, "00507342": 1736, "00508035": 1736, "0050996": 1736, "00512184": 1736, "00513004": 1736, "00513888": 1736, "00515258": 1736, "00515876": 1736, "00518465": 1736, "00518802": 1736, "00519264": 1736, "00519481": 1736, "0051973": 1736, "00520013": 1736, "00520625": 1736, "00521538": 1736, "00521816": 1736, "00525122": 1736, "0052691": 1736, "0052781": 1736, "00528113": 1736, "00528804": 1736, "00531256": 1736, "00532021": 1736, "00532469": 1736, "00533349": 1736, "00534402": 1736, "00536355": 1736, "00538131": 1736, "00542338": 1736, "00544022": 1736, "00547803": 1736, "00549451": 1736, "00550639": 1736, "00552225": 1736, "00552508": 1736, "00557037": 1736, "00557688": 1736, "0055814": 1736, "00558637": 1736, "00559172": 1736, "00561465": 1736, "00561911": 1736, "0056238": 1736, "00562934": 1729, "00563549": 1736, "0056422": 1736, "00566008": 1736, "00566571": 1729, "00567891": 1736, "00569673": 1736, "00570335": 1736, "00571634": 1736, "00572275": 1736, "00574294": 1736, "00574329": 1736, "00575551": 1729, "00576908": 1736, "00577183": 1736, "00578662": 1736, "00578842": 1736, "00579733": 1736, "00580425": 1736, "00582509": 1736, "00583274": 1736, "00584514": 1736, "00585611": 1736, "00586709": 1736, "00587146": 1736, "00589547": 1736, "00590559": 1736, "00590854": 1736, "00591916": 1736, "00593318": 1736, "00594573": 1736, "00594983": 1736, "00595789": 1736, "00596812": 1736, "00599587": 1736, "00600445": 1736, "00601018": 1736, "00602932": 1736, "00603686": 1736, "00605505": 1736, "00605891": 1736, "00608775": 1736, "00612031": 1736, "00615239": 1736, "00615606": 1736, "0061632": 1736, "0061691": 1736, "00617653": 1736, "00617878": 1736, "0062092": 1736, "00625928": 1736, "00628081": 1736, "00630587": 1736, "00630649": 1736, "00633317": 1736, "00636994": 1736, "00637781": 1736, "00639437": 1736, "00640077": 1736, "00641076": 1736, "0064208": 1736, "00642832": 1736, "006465": 1736, "00646862": 1736, "00647684": 1736, "00649195": 1736, "00652602": 1736, "00653185": 1736, "00655318": 1736, "00656952": 1736, "00658183": 1736, "00659921": 1736, "00662199": 1736, "00662917": 1736, "00669763": 1736, "00676213": 1736, "00676294": 1736, "0067659": 1736, "00676994": 1729, "0067748": 1736, "00679017": 1736, "00680628": 1736, "00681329": 1736, "00682145": 1729, "00686625": 1736, "00686678": 1736, "00688303": 1736, "00688384": 1736, "00690701": 1736, "00691088": 1736, "00691247": 1736, "00698408": 1736, "00699944": 1736, "00700224": 1736, "00700508": 1736, "00702353": 1736, "00702896": 1736, "00703885": 1736, "00704912": 1736, "0070591": 1736, "00707822": 1736, "00708196": 1736, "00710724": 1736, "00711645": 1736, "00711842": 1736, "00712778": 1736, "00713825": 1736, "00715714": 1736, "0071656": 1736, "00718669": 1736, "00721154": 1736, "00721517": 1736, "00723975": 1736, "00725576": 1736, "00726199": 1736, "00726536": 1736, "00727505": 1736, "00728255": 1736, "00728605": 1736, "00731203": 1736, "00735": 1736, "00737793": 1736, "00738887": 1736, "00740299": 1736, "00740682": 1736, "00743524": 1736, "00743821": 1736, "00744427": 1736, "00747649": 1736, "00748132": 1736, "00748431": 1736, "00749811": 1736, "0074e": 1747, "00752552": 1736, "00752697": 1736, "00753265": 1736, "00756817": 1736, "00757032": 1736, "00759443": 1736, "00760697": 1736, "00760865": 1736, "00761844": 1736, "00766542": 1736, "00767686": 1736, "00769875": 1736, "00774466": 1736, "00775671": 1736, "00783997": 1736, "00786259": 1736, "0078658": 1736, "00793267": 1736, "00798945": 1736, "0079e": 1747, "00800669": 1736, "00800765": 1736, "00803591": 1736, "00807161": 1736, "00808733": 1736, "00809271": 1736, "00810392": 1736, "00810573": 1736, "0081249": 1736, "00814979": 1736, "00816553": 1736, "00816653": 1736, "00818713": 1736, "00819281": 1736, "00821994": 1736, "00824513": 1736, "00824825": 1736, "00825277": 1736, "00827334": 1736, "00828074": 1736, "0082894": 1736, "00831268": 1736, "00836602": 1736, "00842416": 1736, "00843022": 1736, "00848466": 1736, "00852148": 1736, "00855502": 1736, "00855818": 1736, "00856445": 1736, "00859689": 1736, "00870093": 1736, "00871756": 1736, "00876561": 1736, "00877613": 1736, "00884075": 1736, "0088625": 1736, "00886475": 1736, "00888078": 1736, "00889574": 1736, "00890798": 1736, "00895115": 1736, "00895825": 1736, "00896616": 1736, "00897148": 1736, "00904017": 1736, "00907485": 1736, "009086": 1745, "00910054": 1736, "00922575": 1736, "00925127": 1736, "00925224": 1736, "00925476": 1736, "00927175": 1736, "00927618": 1736, "00927793": 1736, "00928461": 1736, "00930": 1719, "00930456": 1736, "00934467": 1736, "00940893": 1736, "00942308": 1736, "00948261": 1736, "00948341": 1736, "00949215": 1736, "0094943": 1736, "00951802": 1736, "00952857": 1736, "00962801": 1736, "00969948": 1736, "00970767": 1736, "0097091": 1736, "00971145": 1736, "00972141": 1736, "00972801": 1736, "00978535": 1736, "00978858": 1736, "00981487": 1736, "00986343": 1736, "00987143": 1736, "0098923": 1736, "00993179": 1736, "0099321": 1736, "00993752": 1736, "00996209": 1736, "00997202": 1736, "00998653": 1736, "01": [389, 436, 1713, 1717, 1722, 1723, 1726, 1727, 1734, 1736, 1739, 1744, 1747, 1748], "0100251": 1736, "0100862": 1736, "010087": 1736, "0101806": 1736, "0101898": 1736, "0101984": 1736, "0102649": 1736, "0102768": 1736, "010285": 1736, "0102856": 1736, "0102901": 1736, "0103824": 1736, "0103947": 1736, "0104291": 1736, "0105368": 1736, "0106226": 1736, "0106362": 1736, "010656": 1736, "0106639": 1736, "0106741": 1736, "0106859": 1736, "0106884": 1736, "0106967": 1736, "0107": 1736, "0107163": 1736, "0107302": 1736, "01083": 1736, "0108847": 1736, "0108867": 1736, "0109052": 1736, "010941": 1736, "0109482": 1736, "010986": 1736, "0110163": 1736, "0110288": 1736, "0111436": 1736, "0111514": 1736, "0111765": 1736, "011223": 1736, "0113006": 1736, "0113564": 1736, "0113805": 1736, "0114234": 1729, "0114437": 1736, "0114495": 1736, "0114924": 1736, "0117378": 1736, "0118": 1736, "0118808": 1736, "0118e": 1747, "0119593": 1736, "0119693": 1736, "0119799": 1736, "0120053": 1736, "0120458": 1736, "0120463": 1736, "0121195": 1736, "0121205": 1736, "0121752": 1736, "012186": 1736, "0122235": 1736, "0122644": 1736, "0122729": 1736, "0122848": 1736, "012333": 1736, "0123374": 1736, "0124508": 1736, "0124831": 1736, "0125352": 1736, "0125541": 1736, "0126455": 1736, "0126783": 1736, "0126796": 1736, "0127007": 1736, "0127152": 1736, "0127166": 1736, "0127712": 1736, "0128456": 1736, "0128854": 1736, "0128903": 1736, "0129654": 1736, "012999": 1736, "0131137": 1736, "0131733": 1736, "0131809": 1736, "0133023": 1736, "0133214": 1736, "013351": 1736, "0133664": 1736, "0134187": 1736, "0134782": 1736, "0135714": 1736, "0135908": 1736, "0135968": 1736, "0136975": 1736, "0137408": 1736, "0137605": 1736, "0137666": 1736, "0138114": 1736, "013903": 1736, "0139227": 1736, "0139799": 1736, "0140059": 1736, "014102": 4, "0141665": 1736, "0142763": 1736, "014284": 1736, "0142857": 1736, "0143961": 1736, "0144144": 1736, "0144265": 1736, "0144898": 1736, "0145652": 1736, "0145658": 1736, "0146119": 1736, "0146711": 1736, "0146763": 1736, "0147216": 1736, "0147368": 1736, "0147422": 1736, "0147525": 1736, "0148": 1736, "0148857": 1736, "0149209": 1736, "0149212": 1736, "0149825": 1736, "0149866": 1736, "0151437": 1736, "0152795": 1736, "0153002": 1736, "015387": 1736, "0153902": 1736, "0153914": 1736, "0154218": 1736, "0155449": 1736, "0155525": 1736, "0155637": 1736, "0156373": 1736, "0157009": 1736, "0157556": 1736, "0158329": 1736, "0159569": 1736, "0159668": 1736, "0159981": 1736, "0160378": 1736, "0161123": 1736, "0161327": 1736, "0161586": 1736, "0161881": 1736, "016206": 1736, "01621": 1719, "0162744": 1736, "016286": 1736, "0162945": 1736, "0163185": 1736, "0163494": 1736, "0163973": 1736, "0164149": 1736, "0165371": 1736, "0165614": 1736, "0165653": 1736, "0165848": 1736, "0166038": 1736, "0166647": 1736, "016681": 1736, "0166e": 1747, "016766": 1736, "0168521": 1736, "0168691": 1736, "0169909": 1736, "0170501": 1736, "0171715": 1736, "0171739": 1736, "0171747": 1736, "0172868": 1736, "0173514": 1736, "0173927": 1736, "0174252": 1736, "017507": 1736, "0175802": 1736, "0176325": 1736, "017798": 1736, "017825": 1736, "0178545": 1736, "0178728": 1736, "0179412": 1736, "0180735": 1736, "0180807": 1736, "0181051": 1736, "0183747": 1736, "018634": 1736, "0186621": 1736, "0187106": 1736, "0187678": 1736, "0187846": 1736, "0188474": 1736, "0188797": 1729, "0189613": 1736, "0189973": 1736, "0190244": 1736, "0190679": 1736, "0191166": 1736, "0192815": 1736, "0193165": 1736, "0194249": 1736, "0194903": 1736, "0195795": 1736, "0196094": 1736, "0196703": 1736, "0197125": 1736, "0197157": 1736, "0197803": 1736, "0197972": 1736, "0198646": 1736, "0198869": 1736, "0199348": 1736, "0199362": 1736, "02": [1719, 1720, 1723, 1726, 1727, 1736], "0200653": 1736, "020084": 1736, "0200999": 1736, "0201105": 1736, "0201315": 1736, "0201996": 1736, "0202451": 1736, "0202673": 1736, "0202847": 1736, "0202982": 1736, "0203135": 1736, "0203299": 1736, "0203415": 1736, "0203437": 1736, "0203983": 1736, "0204535": 1736, "0204928": 1736, "0205091": 1736, "0205143": 1736, "0205254": 1736, "0205293": 1736, "0205381": 1736, "0205814": 1736, "0205929": 1736, "020635": 1736, "0206622": 1736, "0206731": 1736, "0207065": 1736, "0207763": 1736, "0207806": 1736, "0207839": 1736, "0207927": 1736, "0208665": 1736, "0208978": 1736, "0209527": 1736, "0209849": 1736, "0209947": 1736, "0210199": 1736, "0210818": 1736, "0210924": 1736, "0211004": 1736, "0211228": 1736, "0211651": 1736, "0211721": 1736, "0211784": 1736, "0212102": 1736, "0212245": 1736, "0212578": 1736, "0212757": 1736, "0213173": 1736, "0213364": 1736, "021372": 1736, "0214022": 1736, "0214816": 1736, "0215067": 1736, "0216013": 1736, "0216027": 1736, "0216098": 1736, "0216244": 1736, "0216313": 1736, "0216412": 1736, "021649": 1736, "0216667": 1736, "0216895": 1736, "0217365": 1736, "0218302": 1736, "0218449": 1736, "0218489": 1736, "0218661": 1736, "0218722": 1736, "0219449": 1736, "0219767": 1736, "0219802": 1736, "0219842": 1736, "0220799": 1736, "022088": 1736, "0220934": 1736, "022101": 1736, "0222124": 1736, "0222489": 1736, "0222497": 1736, "0222851": 1736, "0222e": 1747, "0223175": 1736, "0224029": 1736, "0224071": 1736, "0225432": 1736, "0225e": 1748, "0226071": 1736, "0226176": 1736, "0227946": 1736, "0230494": 1736, "0230e": 1748, "0231511": 1736, "0231697": 1736, "0232029": 1736, "0232993": 1736, "023303": 4, "0233294": 1736, "0233949": 1736, "0234759": 1736, "0235365": 1736, "0235786": 1736, "0235938": 1736, "0236387": 1736, "0237206": 1736, "0237627": 1736, "0237667": 1736, "0237724": 1736, "0238143": 1736, "0238837": 1736, "0240401": 1736, "0240728": 1736, "0241131": 1736, "0242195": 1736, "0242209": 1736, "0242563": 1736, "0242896": 1736, "0243335": 1736, "0243726": 1736, "0244054": 1736, "0244285": 1736, "024431": 1736, "0244609": 1736, "0245147": 1736, "0245304": 1736, "0245561": 1736, "0245634": 1736, "0245681": 1736, "0245707": 1736, "0245849": 1736, "0245902": 1736, "024601": 1736, "0246552": 1736, "0246712": 1736, "0246752": 1736, "0246851": 1736, "0246864": 1736, "0246914": 1736, "0247125": 1736, "0247179": 1736, "0247214": 1736, "0247222": 1736, "0247316": 1736, "0247464": 1736, "0247709": 1736, "0248063": 1736, "0248111": 1736, "0248425": 1736, "024888": 1736, "0248916": 1736, "0249124": 1736, "0249161": 1736, "0249233": 1736, "0249253": 1736, "0249358": 1736, "0249482": 1736, "024949": 1736, "024976": 1736, "0249793": 1736, "0249889": 1736, "025": 1722, "025014": 1736, "0250341": 1736, "0250389": 1736, "0250504": 1736, "0250552": 1736, "0250876": 1736, "0251343": 1736, "0251374": 1736, "0251899": 1736, "0251997": 1736, "0252051": 1736, "0252178": 1736, "0252292": 1736, "0252332": 1736, "0252576": 1736, "0252665": 1736, "0252735": 1736, "0252882": 1736, "0253231": 1736, "025333": 1736, "0253356": 1736, "025342": 1736, "0253525": 1736, "0253767": 1736, "0253769": 1736, "0253815": 1736, "025384": 1736, "0254268": 1736, "0254296": 1736, "02548": [1731, 1736], "0254887": 1736, "0254948": 1736, "0255261": 1736, "0255293": 1736, "0255323": 1736, "0255767": 1736, "0255935": 1736, "0255961": 1736, "0256575": 1736, "0256648": 1736, "0256944": 1736, "0257115": 1736, "025719": 1736, "025725": 1736, "0257593": 1736, "0257851": 1736, "0258106": 1736, "0258108": 1736, "0258805": 1736, "0258814": 1736, "0258822": 1736, "0258974": 1736, "0259022": 1736, "0259396": 1736, "02594": 1719, "0259455": 1736, "0259468": 1736, "0260013": 1736, "0260036": 1736, "0260241": 1736, "026036": 1736, "0260688": 1736, "0261457": 1736, "0261487": 1736, "0261575": 1736, "0261909": 1736, "0262007": 1736, "026201": 1736, "0262325": 1736, "0262799": 1736, "0263264": 1736, "0263473": 1736, "0263818": 1736, "0263867": 1736, "026411": 1736, "0264136": 1736, "0264393": 1736, "0264397": 1736, "0264473": 1736, "0264597": 1736, "0264743": 1736, "0264778": 1736, "0264806": 1736, "0265045": 1736, "0265242": 1736, "0265407": 1736, "0265909": 1736, "0266688": 1736, "026674": 1736, "0266847": 1736, "0266929": 1736, "026697": 1736, "0267368": 1736, "0267536": 1736, "0267621": 1736, "0267753": 1736, "0268028": 1736, "0268681": 1736, "0268783": 1736, "0269091": 1736, "0269219": 1736, "0269331": 1736, "0269343": 1736, "0269378": 1736, "0269715": 1736, "026979": 1736, "0269862": 1736, "0270037": 1736, "0270184": 1736, "0270227": 1736, "0270466": 1736, "0270564": 1736, "0270616": 1736, "0270821": 1736, "02709": [1731, 1736], "0270992": 1736, "0271009": 1736, "0271184": 1736, "0271326": 1736, "0271374": 1736, "0271435": 1736, "0271569": 1736, "0271656": 1736, "0271906": 1736, "0271909": 1736, "0272073": 1736, "0272082": 1736, "0272237": 1736, "0272286": 1736, "027297": 1736, "0273557": 1736, "0273612": 1736, "027412": 1736, "027421": 1736, "0274607": 1736, "0274721": 1736, "0274809": 1736, "0275138": 1736, "0275322": 1736, "0275519": 1736, "0275678": 1736, "0276007": 1736, "0276172": 1736, "0276341": 1736, "0276375": 1736, "0276514": 1736, "0276569": 1736, "0276795": 1736, "027688": 1736, "0276912": 1736, "0277202": 1736, "0277204": 1736, "0277512": 1736, "0277647": 1736, "0277909": 1736, "0277958": 1736, "0278651": 1736, "0279124": 1736, "0279213": 1736, "0279296": 1736, "0279356": 1736, "0279466": 1736, "0279555": 1736, "0279642": 1736, "028": 1722, "0280183": 1736, "0280695": 1736, "0281528": 1736, "0281685": 1736, "0281887": 1736, "0281926": 1736, "0282139": 1736, "0282147": 1736, "0282195": 1736, "028224": 1736, "0282271": 1736, "0282522": 1736, "0282551": 1736, "0282901": 1736, "0282974": 1736, "0283026": 1736, "028303": 1736, "0283427": 1736, "0283461": 1736, "0283776": 1736, "0284571": 1736, "0284674": 1736, "0285063": 1736, "0285168": 1736, "0285174": 1736, "0285486": 1736, "0285771": 1736, "0285886": 1736, "0286001": 1736, "0286033": 1736, "0286151": 1736, "0286299": 1736, "0286456": 1736, "0286879": 1736, "0286898": 1736, "0287308": 1736, "0287468": 1736, "0287669": 1736, "0287871": 1736, "0287922": 1736, "0287e": 1747, "0288193": 1736, "0288638": 1736, "0288711": 1736, "0288953": 1736, "0289571": 1736, "0289647": 1736, "0290226": 1736, "029023": 1736, "0290644": 1736, "0290647": 1736, "0290737": 1736, "0291107": 1736, "0291157": 1736, "0291177": 1736, "0291511": 1736, "0291752": 1736, "0291868": 1736, "029214": 1736, "0292517": 1736, "0293179": 1736, "0293344": 1736, "0293393": 1736, "029352": 1736, "029369": 1736, "0295327": 1736, "0295904": 1736, "0296566": 1736, "0296998": 1736, "0297328": 1736, "0297348": 1736, "0297791": 1736, "0297869": 1736, "0298085": 1736, "0298347": 1736, "02984": 1736, "0298838": 1736, "0299128": 1736, "0299628": 1736, "03": [1713, 1717, 1719, 1722, 1729, 1736, 1739, 1744], "0300133": 1736, "0300287": 1736, "0301017": 1736, "0301075": 1736, "0301962": 1736, "0302706": 1736, "0302921": 1736, "0303272": 1736, "0305089": 1736, "0305386": 1736, "0305499": 1736, "030564": 1736, "0305689": 1736, "0306308": 1736, "0306565": 1736, "0308511": 1736, "0308568": 1736, "0308751": 1736, "0309103": 1736, "0309133": 1736, "0309872": 1736, "0316303": 1736, "0322": 1736, "0324819": 1736, "03294": 1736, "0336175": 1736, "0336264": 1736, "0336746": 1736, "0337761": 1736, "0345": 1736, "0347029": 1736, "0356184": 1736, "0367278": 1736, "0399": 1736, "0399454": 1736, "04": [0, 1690, 1697, 1713, 1717, 1729, 1732, 1736, 1737, 1745], "0407604": 417, "0407608": 417, "0412753": 1736, "0414372": 1736, "0414626": 1736, "041741": 1736, "0419401": 1736, "0424689": 1736, "0424987": 1736, "0425655": 1736, "0435e": 1747, "0454": 1717, "045965": 1736, "04599": 1736, "046369": 1736, "0473094": 1736, "0473526": 1736, "0473527": 1736, "0475343": 1736, "0475752": 1736, "0478555": 1736, "0479463": 1736, "0479879": 1729, "0481162": 1736, "048186": 1736, "048189": 1736, "0482165": 1736, "0482681": 1736, "0483167": 1736, "0483339": 1736, "0484356": 1736, "0484824": 1736, "0485": 1736, "0485661": 1736, "048656": 1736, "0486641": 1736, "0486702": 1736, "048684": 1736, "0487876": 1736, "0488014": 1736, "048804": 1736, "0488189": 1736, "0488597": 1736, "0488708": 1736, "048871": 1736, "048889": 1736, "0489007": 1736, "0489142": 1736, "0489308": 1736, "0489904": 1736, "0490466": 1736, "0490874": [1739, 1744], "049152": 1736, "049178": 1736, "0491879": 1736, "0492124": 1736, "0492262": 1736, "0493956": 1736, "0494415": 1736, "0495586": 1736, "04956": 1719, "0497856": 1736, "0498193": 1736, "0499248": 1736, "049993": 1736, "05": [145, 146, 1727, 1739, 1744], "0500452": 1736, "0500971": 1736, "0501661": 1736, "0503358": 1736, "0503e": 1748, "0504098": 1736, "0504766": 1736, "0506868": 1729, "0507942": 1736, "0508": 1736, "0508587": 1736, "0509114": 1736, "0509981": 1729, "0510253": 1736, "0510664": 1736, "0511046": 1729, "0511499": 1736, "0512121": 1729, "0513082": 1729, "0513189": 1729, "0514166": 1736, "0514406": 1736, "0514668": 1736, "0514701": 1736, "051475": 1736, "0514887": 1736, "0515069": 1736, "0515301": 1736, "0515426": 1736, "0515835": 1736, "0515959": 1736, "0516099": 1736, "0516234": 1736, "0516432": 1736, "0517245": 1736, "0518042": 1736, "0518164": 1736, "0518978": 1736, "051954": 1736, "0519887": 1736, "0520146": 1736, "052027": 1736, "0522147": 1736, "052223": 1736, "0522911": 1736, "0522979": 1736, "0522993": 1736, "0523052": 1736, "0523787": 1736, "0523878": 1736, "0523881": 1736, "0523894": 1736, "0524093": 1736, "0524561": 1736, "0525082": 1736, "0525332": 1736, "0525394": 1736, "052567": 1736, "0525705": 1736, "0525718": 1736, "0525957": 1736, "0526289": 1736, "052724": 1736, "0527668": 1736, "0527968": 1736, "0531272": 1736, "0532849": 1736, "0532922": 1736, "053342": 1736, "0533916": 1736, "0540573": 1736, "0543555": 1736, "0545": 1736, "054502": [1732, 1737], "0545816": 1736, "0546016": 1736, "0548071": 1736, "0548354": 1736, "0548532": 1736, "0548638": 1736, "0551622": 1736, "0552698": 1736, "0553238": 1736, "0553609": 1736, "0553643": 1736, "0553785": 1736, "0554291": 1736, "0554533": 1736, "0555556": 1736, "0556514": 1736, "0557674": 1736, "0558338": 1736, "0558467": 1736, "05598": 1736, "0560021": 1736, "0560449": 1736, "0560489": 1736, "0561066": 1736, "0561644": 1736, "0561847": 1736, "056208": 1736, "056271": 1736, "0563077": 1736, "056308": 1736, "0563139": 1736, "0563292": 1736, "0563507": 1736, "056402": 4, "0564072": 1736, "0564188": 1736, "0565456": 1736, "0565554": 1736, "0565826": 1736, "0566927": 1736, "0567066": 1736, "0567635": 1736, "0568543": 1736, "0568613": 1736, "0568651": 1736, "0568736": 1736, "0569472": 1736, "0569541": 1736, "0569562": 1736, "0569743": 1736, "0569795": 1736, "0570392": 1736, "0570416": 1736, "0570791": 1736, "0570951": 1736, "0572924": 1736, "0573234": 1736, "0573663": 1736, "0573744": 1736, "0573977": 1736, "05751": 1736, "0576938": 1736, "0577107": 1736, "0578924": 1736, "057919": 1736, "0581535": 1736, "0581538": 1736, "0581668": 1736, "058365": 1736, "0584019": 1736, "058413": 1736, "0586373": 1736, "0587469": 1736, "0587787": 1736, "0588577": 1736, "059": 1736, "0590741": 1736, "0591636": 1736, "0593": 1736, "0594387": 1736, "059439": 1736, "0595034": 1736, "0595088": 1736, "0595746": 1736, "0596815": 1736, "0596867": 1736, "0597209": 1736, "0597239": 1736, "059728": 1736, "0597318": 1736, "0597385": 1736, "0597628": 1736, "0597706": 1736, "0597842": 1736, "0598513": 1736, "0599149": 1736, "0599454": 1736, "06": [1612, 1613, 1614, 1615, 1616, 1641, 1745], "0600225": 1736, "0600886": 1736, "0601285": 1736, "0601686": 1736, "0601823": 1736, "0602364": 1736, "0603263": 1736, "0603617": 1736, "0603628": 1736, "0603688": 1736, "06037": 1736, "0604564": 1736, "0605566": 1736, "06057": 1736, "0606382": 1736, "0607112": 1736, "0607138": 1736, "0607787": 1736, "0608016": 1736, "0608379": 1736, "0609698": 1736, "060971": 1736, "0610421": 1736, "0610475": 1736, "0610859": 1736, "0610896": 1736, "0611042": 1736, "0611341": 1736, "0611883": 1736, "0612707": 1736, "0613942": 1736, "0614869": 1736, "0616933": 1736, "0617984": 1736, "0618828": 1736, "0620445": 1736, "0620602": 1736, "0623003": 1736, "0623846": 1736, "0624": [1719, 1736], "0624537": 1736, "0626078": 1736, "0626974": 1736, "0630625": 1736, "063158": 1736, "0632685": 1736, "063466": 1736, "0634921": 1736, "0637003": 1736, "063708": 1736, "0638096": 1736, "0639435": 1736, "0639617": 1736, "0640138": 1736, "0640778": 1736, "0641392": 1736, "0641534": 1736, "0641989": 1736, "0643386": 1736, "0644201": 1736, "064501": [1732, 1737], "0645032": 1736, "0645775": 1736, "0646974": 1736, "0647029": 1736, "0647083": 1736, "0647355": 1736, "0647873": 1736, "0648141": 1736, "0648434": 1736, "0649176": 1736, "064921": 1736, "0649516": 1736, "0649517": 1736, "0649518": 1736, "0650171": 1736, "0650621": 1736, "0650666": 1736, "0651064": 1736, "06511": 1736, "0652002": 1736, "0653032": 1736, "065331": 1736, "0653372": 1736, "0655007": 1736, "0655141": 1736, "0655177": 1736, "0655441": 1736, "0655976": 1736, "0656194": 1736, "0656442": 1736, "0656663": 1736, "0656989": 1736, "0657014": 1736, "0657103": 1736, "0657487": 1736, "065813": 1736, "0658719": 1736, "0658945": 1736, "0659214": 1736, "0660498": 1736, "0661443": 1736, "0661968": 1736, "0662322": 1736, "0664132": 1736, "0664264": 1736, "0665451": 1736, "0665999": 1736, "0666085": 1736, "066672": 1736, "0667213": 1736, "0668013": 1736, "066902": 1736, "0669602": 1736, "0671124": 1736, "0671483": 1736, "0671887": 1736, "0672132": 1736, "0673": 1736, "0673053": 1736, "0673451": 1736, "0673988": 1736, "0674971": 1736, "0677592": 1736, "0678957": 1736, "0681187": 1736, "0684983": 1736, "0686236": 1736, "0687521": 1736, "0693299": 1736, "0693558": 1736, "0694536": 1736, "0694839": 1736, "0695589": 1736, "0696534": 1736, "0696558": 1736, "0698218": 1736, "0698603": 1736, "0699828": 1736, "07": [1717, 1737, 1739, 1744], "0700786": 1736, "0702968": 1736, "0703415": 1736, "0704335": 1736, "0706458": 1736, "0706898": 1736, "0708063": 1736, "0711002": 1736, "0712123": 1736, "07127": 1736, "071304": 1736, "0713425": 1736, "0714001": 1736, "0714645": 1736, "0715393": 1736, "0715593": 1736, "0715636": 1736, "0716792": 1736, "0717211": 1736, "0717641": 1736, "0718631": 1736, "0718967": 1736, "0719614": 1736, "0719672": 1736, "0719869": 1736, "0720262": 1736, "07204": 1736, "0720517": 1736, "0720697": 1736, "0720733": 1736, "0721389": 1736, "0722333": 1736, "0722835": 1736, "0723829": 1736, "0724337": 1736, "0724759": 1736, "0726": 1736, "0726063": 1736, "0726812": 1736, "072779": 1736, "0728079": 1736, "0728214": 1736, "07284": 1736, "0729294": 1736, "0730012": 1736, "0730972": 1736, "0732397": 1736, "0732643": 1736, "073321": 1736, "0733873": 1736, "0735e": 1748, "0737795": 1736, "0738343": 1736, "0741883": 1736, "0742757": 1736, "074984": 1736, "075023": 1736, "0750419": 1736, "0752": 1717, "0754528": 1736, "0754981": 1736, "075692": 1736, "0759239": 1736, "0759317": 1736, "0759501": 1736, "0759537": 1736, "0761625": 1736, "07622": 1736, "0762717": 1736, "0763946": 1736, "0764292": 1736, "0766449": 1736, "0766486": 1703, "0767499": 1736, "0768612": 1736, "0777312": 1736, "077737": 1736, "0778967": 1736, "0780616": 1736, "07816": 1736, "0784645": 1736, "0787702": 1736, "0790479": 1736, "0791924": 1736, "0791939": 1736, "0792065": 1736, "0793488": 1736, "0794333": 1736, "0794563": 1736, "0794869": 1736, "0794908": 1736, "0795869": 1736, "0796422": 1736, "0796655": 1736, "0798255": 1736, "0798424": 1736, "079918": 1736, "0799484": 1736, "0799815": 1736, "08": [1715, 1717, 1719, 1720, 1729, 1732, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "0800096": 1736, "080043": 1736, "0801287": 1736, "0801369": 1736, "0801462": 1736, "0802191": 1736, "0803057": 1736, "0803457": 1736, "0805692": 1736, "0806294": 1736, "0806915": 1736, "0807074": 1736, "0807463": 1736, "0807803": 1736, "0807933": 1736, "0808702": 1736, "0809095": 1736, "0811482": 1736, "0812492": 1736, "0812727": 1736, "0813237": 1736, "0813375": 1736, "0815111": 1736, "081801": 1736, "0818062": 1736, "0818259": 1736, "0819679": 1736, "0820692": 1736, "0821367": 1736, "0823172": 1736, "0825535": 1736, "0825932": 1736, "0826692": 1736, "0827155": 1736, "0828652": 1736, "0829548": 1736, "0830489": 1736, "0830675": 1736, "0831347": 1736, "0832035": 1736, "0833533": 1736, "083416": 1736, "0836028": 1736, "0837722": 1736, "083969": 1736, "0841257": 1736, "0843788": 1736, "0845932": 1736, "0846274": 1736, "0848534": 1736, "0849443": 1736, "0850222": 1736, "085106": 4, "0855862": 1736, "0857364": 1736, "0859277": 1736, "0861289": 1736, "0862303": 1736, "0862647": 1736, "0864004": 1736, "086534": 1736, "0868053": 1736, "0868874": 1736, "0869e": 1748, "0876537": 1736, "0879604": 1736, "0887984": 1736, "0897165": 1736, "09": [145, 146, 1739, 1744, 1745, 1746, 1748], "0900e": 1748, "0901523": 1736, "0903981": 1736, "0904723": 1736, "090646": 1736, "0906576": 1736, "0907245": 1736, "0909091": 1736, "0911": 1717, "0912343": 1736, "0912686": 1736, "09128": 1736, "091505": 1736, "0915808": 1736, "0916205": 1736, "0919096": 1736, "09197": 1719, "0920199": 1736, "0920252": 1736, "0920425": 1736, "0921987": 1736, "092358": 1736, "092377": 1736, "0923836": 1736, "0923878": 1736, "0924057": 1736, "0924267": 1736, "0924834": 1736, "0925146": 1736, "0926255": 1736, "0927888": 1736, "0927996": 1736, "0928359": 1736, "0928416": 1736, "0928729": 1736, "0928757": 1736, "0930645": 1736, "0930836": 1736, "0931618": 1736, "0931849": 1736, "0932353": 1736, "0932668": 1736, "0932811": 1736, "0933179": 1736, "0933546": 1736, "0933722": 1736, "0934283": 1736, "0934482": 1736, "0935476": 1736, "0935515": 1736, "0935907": 1736, "0936": 1736, "0938117": 1736, "0940647": 1736, "0943404": 1736, "0945209": 1736, "0947289": 1736, "0947748": 1736, "094935": 1736, "0950149": 1736, "0954924": 1736, "0959141": 1736, "0961732": 1736, "096231": 1736, "0962883": 1736, "0971904": 1736, "0973164": 1736, "0976131": 1736, "0978": 1736, "0982657": 1736, "0983834": 1736, "0987098": 1736, "0990345": 1736, "0990353": 1736, "0992169": 1736, "0992208": 1736, "0993743": 1736, "0996916": 1736, "099702": [1743, 1748], "0997124": 1736, "0j": [1721, 1726], "0th": 0, "0x10d970050": 1722, "0x10db27a90": 1722, "0x10dd56810": 1722, "0x11273a790": 1727, "1": [3, 4, 5, 13, 18, 26, 50, 55, 73, 74, 76, 77, 95, 97, 105, 106, 114, 115, 126, 127, 132, 136, 137, 141, 142, 143, 145, 146, 148, 151, 152, 163, 164, 171, 175, 176, 183, 191, 192, 193, 196, 205, 206, 207, 208, 219, 231, 232, 242, 248, 250, 257, 258, 259, 260, 262, 263, 264, 265, 269, 270, 271, 273, 274, 275, 276, 281, 296, 299, 317, 319, 320, 327, 332, 334, 335, 339, 340, 342, 343, 346, 348, 350, 354, 360, 369, 370, 371, 372, 373, 374, 376, 385, 387, 388, 389, 391, 395, 396, 397, 398, 399, 401, 402, 403, 404, 405, 406, 408, 409, 411, 412, 414, 416, 417, 420, 421, 428, 429, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 456, 458, 459, 461, 462, 464, 465, 468, 469, 471, 472, 475, 476, 535, 543, 545, 562, 564, 571, 572, 579, 580, 581, 582, 583, 589, 600, 602, 609, 610, 617, 618, 619, 620, 621, 627, 638, 640, 647, 648, 655, 656, 657, 658, 659, 665, 676, 678, 685, 686, 693, 694, 695, 696, 697, 703, 714, 716, 723, 724, 731, 732, 733, 734, 735, 741, 760, 833, 835, 842, 843, 850, 851, 852, 853, 854, 860, 868, 869, 870, 871, 872, 873, 874, 879, 881, 883, 885, 886, 890, 891, 892, 893, 894, 1059, 1093, 1094, 1098, 1433, 1448, 1454, 1455, 1462, 1467, 1484, 1502, 1522, 1523, 1524, 1530, 1537, 1538, 1547, 1548, 1549, 1554, 1557, 1586, 1594, 1600, 1608, 1618, 1621, 1625, 1632, 1646, 1660, 1688, 1690, 1692, 1696, 1698, 1700, 1701, 1702, 1703, 1707, 1709, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "10": [4, 13, 26, 136, 146, 151, 207, 388, 389, 391, 397, 398, 399, 402, 405, 414, 416, 417, 420, 422, 424, 430, 433, 442, 459, 469, 471, 1096, 1099, 1688, 1694, 1700, 1702, 1703, 1707, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1744, 1745, 1746, 1747], "100": [145, 146, 207, 339, 343, 346, 350, 389, 402, 405, 416, 421, 422, 424, 430, 436, 448, 452, 456, 458, 539, 540, 583, 621, 659, 697, 735, 854, 894, 1070, 1502, 1701, 1702, 1709, 1722, 1723, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1746, 1747, 1748], "1000": [331, 408, 417, 432, 433, 436, 439, 440, 468, 469, 1608, 1618, 1723, 1724, 1727, 1730, 1732, 1734, 1735, 1737], "10000": [442, 459, 471, 1094, 1713, 1717, 1722, 1730, 1731, 1732, 1735, 1736, 1737], "100000": [456, 1709], "10001": [1734, 1735], "1001": [437, 1725, 1734, 1735], "100126": 1736, "100148": 1736, "10055": 1736, "100883": 1736, "101": [436, 447, 449, 1502, 1702, 1712, 1713, 1717, 1719], "101078": 1736, "101145": 1736, "101398": 1736, "102024": 1736, "1025": [412, 1000], "10269": 1736, "102906": 1736, "10339": 1736, "10370": 1717, "10397": 1717, "104": 4, "1042": 1736, "10431": 1717, "104505": 1736, "105283": 1736, "105809": 1736, "106": 0, "10648": 1717, "106946": 1736, "107062": 1736, "107159": 1736, "107349": 1736, "107424": 1736, "10749": 1717, "107539": 1736, "10754": 1736, "107687": 1736, "107721": 1736, "108138": 1736, "108384": 1736, "108396": 1736, "108529": 1736, "108557": 1736, "108578": 1736, "108673": 1736, "108779": 1736, "1088": [1713, 1717], "108824": 1736, "108878": 1736, "108916": 1736, "108968": 1736, "109008": 1736, "109051": 1736, "109067": 1736, "109154": 1736, "10916": 1736, "109167": 1736, "109176": 1736, "109229": 1736, "109252": 1736, "109357": 1736, "109392": 1736, "109395": 1736, "109451": 1736, "109457": 1736, "109566": 1736, "109572": 1736, "10962": 1736, "109748": 1736, "109807": 1736, "109845": 1736, "10985": 1736, "1099": [1731, 1736], "109969": 1736, "109984": 1736, "10e": 1736, "10found": 1736, "10remov": 1736, "11": [0, 13, 26, 136, 145, 146, 397, 399, 406, 1696, 1715, 1717, 1719, 1720, 1721, 1723, 1725, 1726, 1727, 1736, 1743, 1744, 1745, 1746, 1747, 1748], "110": [1726, 1739, 1744], "110152": 1736, "110211": 1736, "1103": [4, 1713, 1715, 1717, 1719], "110303": 1736, "110312": 1736, "110382": 1736, "110629": 1736, "11063": 1717, "110636": 1736, "110655": 1736, "110689": 1736, "110696": 1736, "110798": 1736, "110834": 1736, "110913": 1736, "111457": 1736, "111523": 1736, "111607": 1736, "112247": 1736, "112377": 1736, "11241": 1736, "112756": 1736, "113268": 1736, "1133": [1743, 1748], "113309": 1736, "113798": 1736, "11385": 1736, "113913": 1736, "114393": 1736, "114722": 1736, "1151e": 1748, "115961": 1736, "1160": [1713, 1717], "116037": 1736, "116187": 1736, "116232": 1736, "116241": 1736, "116407": 1736, "116426": 1736, "116475": 1736, "116499": 1736, "116591": 1736, "116633": 1736, "116787": 1736, "11679": 1736, "116798": 1736, "116924": 1736, "117064": 1736, "117106": 1736, "11719": 1717, "11722": 1736, "117241": 1736, "117283": 1736, "1173": 475, "117308": 1736, "117365": 1736, "117368": 1736, "117384": 1736, "117427": 1736, "117503": 1736, "117617": 1736, "117624": 1736, "117625": 1736, "117673": 1736, "117678": 1736, "11786": 1736, "117894": 1736, "1179": 1736, "11804": 1736, "118121": 1736, "118445": 1736, "118509": 1736, "118525": 1736, "118533": 1736, "11855": 1736, "118557": 1736, "118649": 1736, "11865": 1736, "118774": 1736, "118998": 1736, "119": 1727, "119166": 1736, "119257": 1736, "119259": 1736, "119297": 1736, "119323": 1736, "119424": 1736, "119441": 1736, "11952": 1736, "119575": 1736, "119688": 1736, "119753": 1736, "12": [0, 13, 26, 136, 191, 193, 372, 373, 399, 469, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 885, 886, 1696, 1697, 1707, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1731, 1732, 1734, 1736, 1737, 1748], "120": [1713, 1717, 1719, 1720], "1200": 436, "120148": 1736, "120303": 1736, "120375": 1736, "120573": 1736, "120666": 1736, "12076": 1736, "120824": 1736, "120854": 1736, "121": 1722, "121201": 1736, "121218": 1736, "121234": 1736, "121264": 1736, "121777": 1736, "121831": 1736, "122": 1722, "12209": 1736, "122534": 1736, "122749": 1736, "1232": 1736, "123466": 1736, "1244": 1736, "1248e": 1747, "125": 1719, "125142": [1713, 1715, 1717, 1719], "125155": 1736, "12545": 1736, "125471": 1736, "125473": 1736, "125583": 1736, "125671": 1736, "12579": 1736, "125871": 1736, "126": 4, "1263": 1736, "12663": 1736, "1267": 1736, "126835": 1736, "12695": 1736, "127212": 1736, "12728": 1717, "127771": 1736, "127773": 1736, "127818": 1736, "127863": 1736, "128": [1726, 1739, 1743, 1744, 1748], "128126": 1736, "128214": 1736, "128221": 1736, "12837": 1736, "128384": 1736, "1285": 1736, "128597": 1736, "128634": 1736, "128824": 1736, "12886": 1736, "128883": 1736, "128914": 1736, "128933": 1736, "129022": 1736, "1291": 1736, "129126": 1736, "129184": 1736, "129222": 1736, "129426": 1736, "129478": 1736, "129491": 1736, "129493": 1736, "12952": 1736, "12963": 1736, "129702": 1736, "129703": 1736, "129719": 1736, "129861": 1736, "12987": 1736, "129958": 1736, "12j": 1721, "13": [0, 13, 26, 192, 1717, 1719, 1726, 1727, 1731, 1736], "130201": 1736, "130263": 1736, "130279": 1736, "130424": 1736, "130431": 1736, "1305": 1736, "130538": 1736, "130628": 1736, "130663": 1736, "130729": 1736, "130783": 1736, "130837": 1736, "1309": [1742, 1743, 1747, 1748], "130937": 1736, "131003": 1736, "131032": 1736, "131095": 1736, "131236": 1736, "131357": 1736, "131386": 1736, "131509": 1736, "131567": 1736, "131699": 1736, "1319": 1736, "132044": 1736, "132046": 1736, "132209": 1736, "132223": 1736, "132246": 1736, "132401": 1736, "13277": 1736, "1327e": 1748, "13311": 1736, "133256": 1736, "13366": 1736, "133715": 1736, "134078": 1736, "134183": 1736, "134192": 1736, "134194": 1736, "1344": 1736, "134495": 1736, "134835": 1736, "135057": 1736, "135115": 1736, "135137": 1736, "135304": 1736, "135314": 1736, "135337": 1736, "135491": 1736, "135501": 1736, "135564": 1736, "135616": 1736, "135646": 1736, "135872": 1736, "135948": 1736, "136087": 1736, "1361": [1713, 1717], "136118": 1736, "136122": 1736, "136124": 1736, "136129": 1736, "136144": 1736, "136151": 1736, "136454": 1736, "136485": 1736, "136487": 1736, "136631": 1736, "136691": 1736, "1367": 1736, "136781": 1736, "136791": 1736, "1368": [1742, 1743, 1747, 1748], "136859": 1736, "136865": 1736, "136868": 1736, "136888": 1736, "136946": 1736, "136949": 1736, "136951": 1736, "136976": 1736, "137095": 1736, "137111": 1736, "137127": 1736, "137262": 1736, "137394": 1736, "137529": 1736, "13753": 1736, "137554": 1736, "137585": 1736, "137844": 1736, "137851": 1736, "137877": 1736, "137952": 1736, "138103": 1736, "138106": 1736, "1383": 1736, "13836": 1736, "138454": 1736, "1385": 1736, "138506": 1736, "138581": 1736, "138608": 1736, "138667": 1736, "138683": 1736, "13878": 1736, "138785": 1736, "139623": 1736, "139701": 1736, "139764": 1736, "139969": 1736, "14": [0, 13, 26, 399, 1694, 1717, 1719, 1727, 1729, 1737], "140": [1713, 1715, 1716, 1717, 1719, 1720], "140103": 1736, "141392": 1736, "14236": [1743, 1748], "142606": 1736, "1429e": 1748, "143248": 1736, "14348": 1736, "144613": 1736, "14504": 1736, "145208": 1736, "14536": 1736, "145565": 1736, "146": 1727, "146003": 1736, "146407": 1736, "146776": 1736, "146845": 1736, "147042": 1736, "147119": 1736, "147427": 1736, "147456": 1736, "14769": 1736, "147712": 1736, "1484": 1736, "14909": 1736, "149608": 459, "1498": 1736, "14981": 1717, "15": [0, 136, 442, 1094, 1696, 1717, 1722, 1723, 1727], "150": [452, 1713, 1716, 1717, 1719, 1720, 1722], "1500": [1723, 1727], "15062": 1736, "150655": 1736, "1509e": 1747, "15122": 1736, "1527e": 1748, "15403": 1736, "155101": [1732, 1737], "1552": 1719, "1588": 1736, "158822": 1736, "1594e": 1747, "1595": 1736, "15j": 1727, "16": [136, 146, 338, 389, 391, 399, 430, 1713, 1715, 1717, 1719, 1721, 1727, 1732, 1737, 1743, 1745, 1748], "160": 1722, "160022": 1736, "1606": [1731, 1736], "16097": 1736, "1617": 1736, "161897": 1736, "16191": 1736, "162": 475, "1626": 1736, "162871": 1736, "16384": 1745, "1644": 1736, "165111": 4, "165674": 1736, "1657e": 1748, "16585": 1736, "166": 4, "1660e": 1747, "1667e": 1748, "166809": 1736, "167454": 1736, "168187": 1736, "1691": 1736, "17": [0, 145, 146, 1717, 1727, 1729, 1736, 1737, 1743, 1748], "1729": 1736, "173681": 1736, "1737": 1736, "17415": 1736, "1765": 1736, "1771": 1736, "178": 1727, "178604": 1736, "17j": 1727, "18": [0, 1717, 1727, 1736, 1739, 1744], "1807": 1736, "180869": 1736, "1825": 1736, "183328": 1736, "18502": 1736, "185126": 1736, "185252": 1736, "185284": 1736, "185398": 1736, "18574": 1736, "1865": 1736, "1866": 1736, "187877": 1736, "188429": 1736, "18844": 1736, "18865226486409914": 1747, "19": [145, 146, 1717, 1727, 1729, 1736], "190139": 1736, "190266": 1736, "1918": 1736, "192358": 1736, "194463": 1736, "194802": 1736, "1949e": 1748, "195011": 1736, "196": 3, "1966": [1743, 1748], "1975": 1736, "1988": [1715, 1719], "198948": 1736, "199267": 1736, "1996": [1743, 1748], "1997": [1742, 1743, 1747, 1748], "1999": 1736, "1a": 426, "1b": 426, "1d": [416, 417, 422, 424, 449, 450, 536, 540, 550, 589, 627, 665, 703, 741, 860, 1569, 1602], "1e": [0, 146, 191, 193, 442, 1094, 1612, 1613, 1614, 1615, 1616, 1641, 1713, 1717, 1723, 1726, 1727, 1743, 1747, 1748], "1e6": [1713, 1717], "1i": 416, "1j": [389, 436, 468, 1721, 1726], "1st": [462, 1530], "1x1": [410, 423, 1702, 1723, 1727], "2": [4, 5, 13, 18, 26, 50, 55, 73, 74, 76, 77, 88, 95, 97, 105, 106, 136, 137, 141, 142, 143, 145, 146, 152, 163, 164, 171, 175, 176, 191, 196, 205, 206, 207, 208, 219, 231, 232, 242, 247, 248, 250, 257, 258, 260, 262, 269, 271, 273, 296, 317, 319, 320, 334, 338, 339, 340, 343, 344, 345, 346, 348, 350, 354, 369, 370, 371, 372, 373, 374, 376, 379, 382, 385, 386, 388, 389, 391, 395, 396, 397, 398, 399, 402, 404, 405, 406, 409, 410, 411, 412, 416, 417, 418, 421, 422, 424, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 444, 447, 449, 451, 452, 456, 459, 461, 462, 464, 465, 468, 469, 472, 474, 475, 476, 760, 776, 801, 814, 1094, 1100, 1448, 1450, 1454, 1455, 1467, 1469, 1484, 1485, 1520, 1521, 1522, 1523, 1524, 1526, 1527, 1529, 1530, 1531, 1536, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1554, 1556, 1557, 1690, 1696, 1697, 1698, 1700, 1701, 1702, 1703, 1707, 1709, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "20": [389, 400, 449, 469, 1696, 1700, 1707, 1713, 1717, 1719, 1722, 1723, 1727, 1728, 1729, 1732, 1734, 1736, 1737, 1747], "200": [4, 247, 389, 1709, 1732, 1737], "2000": 436, "2000e": 1748, "200112l": 475, "2003": [1736, 1743, 1748], "2005": 1689, "2008": 1736, "200809l": 475, "2009": [4, 1732, 1737], "2010": [1732, 1737], "201123": 1736, "2012": 1736, "2015": 3, "2016": [4, 247], "2017": 4, "201704": 1736, "2019": 4, "2020a": 1690, "2021": [0, 4], "2022": [1723, 1727], "2023": [0, 1696, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "2024": 5, "2026": 1736, "2029e": 1747, "204": 4, "2041": 1736, "2046": 1736, "2055": 1736, "2058": 1736, "205843": 1736, "2064": 1736, "2071": 1736, "2072": 1736, "2074": 1736, "2077": 1736, "2083": 1736, "2093": 1736, "2094": 1736, "2096": 1736, "21": [0, 1717, 1723, 1727, 1736, 1739], "211": 1722, "212": 1722, "2127e": 1747, "21281": 1736, "214303": 1736, "214947": 1736, "215519": 1736, "2155e": 1748, "215632": 1736, "215686": 1736, "215985": 1736, "216506": 1736, "216824": 1736, "217": 1727, "217683": 1736, "217982": 1736, "218575": 1736, "218576": 1736, "218647": 1736, "22": [0, 397, 1690, 1697, 1717, 1723, 1727, 1736], "220527": 1736, "221": 1748, "222": 1748, "22266": 1736, "2228e": 1748, "223": 1748, "223892": [1715, 1719], "224": 1748, "2245": 1736, "2255": 1736, "2256": 1736, "226344": 416, "2264": 1736, "2273": 1736, "228374747": 1745, "2284": 1736, "2292": 1736, "2293": 1736, "2294": 1736, "2296": 1736, "2299": 1736, "23": [1717, 1727, 1736], "2300": 1736, "2301e": 1748, "2302e": 1748, "2304": 1736, "23047": 1736, "2308": 1736, "2312": 1736, "2314": 1736, "2318": 1736, "2325": 1736, "232515": 1736, "233272": 1736, "23432": 458, "2343e": 1747, "235": 4, "2363": 1736, "237489": 471, "237849": 471, "2379": 1736, "237919": 1736, "2385": 1736, "239": 4, "239978": 1736, "24": [0, 1690, 1702, 1717, 1727, 1736], "240293": 1736, "24054": 1736, "240672": 1736, "2410e": 1747, "24137": 1736, "241515": 1736, "2418": 1736, "242": 1736, "242121": 1736, "242133": 1736, "2425e": 1748, "24404": 1736, "244041": 1736, "246525": 1736, "2466": 1736, "247163": 1736, "2476": 1736, "2484": 1736, "248878": 416, "2498": 1736, "25": [0, 399, 452, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1727, 1728, 1732, 1734, 1736, 1737, 1743, 1747, 1748], "2500e": [1747, 1748], "251": [1717, 1720], "2533": 1736, "253855": 1736, "2549": 1736, "2550": 1717, "2560": 1736, "2563": 1736, "2590": 1736, "2596": 1736, "26": [1717, 1727, 1736], "2609": 1736, "2610": 1719, "2622": 1736, "2625": 1736, "2634": 1736, "2638058": 4, "2643": 1736, "265": 1727, "2658e": 1748, "2661": 1736, "2664": 1736, "2670": 1736, "2678": 1736, "2683": 1736, "2684": 1736, "2685": 1736, "2687": 1736, "26894142138025784": 1727, "26924": 1736, "2696": 1736, "27": [1717, 1727, 1736], "27009": 1736, "2701": 1736, "2704": 1736, "2712": 1736, "2734": 1736, "2736": 1736, "273894": [456, 459], "274": [4, 247], "27603": 456, "2763": 1736, "278472": 3, "28": [389, 1717, 1727, 1729, 1736, 1737, 1739], "2802e": 1748, "28036": 1736, "2804": 1736, "2815": 1736, "2817": 1736, "282513": 1736, "28319": [1739, 1744], "283466": 1736, "28392": 1736, "284": 247, "2853": 1736, "287607": 1736, "288052": 1736, "29": [1717, 1727, 1736, 1744, 1745, 1746, 1748], "29027": 1736, "29194": 1736, "2926": 1736, "29282": 1736, "293905": 1736, "294083": 1736, "295469": 1736, "2964e": 1747, "298548": 1736, "299348": 1736, "2999e": 1748, "2a": [409, 426], "2at": 452, "2b": 426, "2d": [439, 447, 452, 464, 801, 1088, 1462, 1547, 1548, 1712, 1713, 1717, 1719, 1720, 1723, 1727, 1732, 1737], "2doc": 0, "2e": [145, 146, 1713, 1717], "2f": [1731, 1734, 1735, 1736, 1746, 1748], "2frac": [1740, 1745], "2g": [1723, 1727], "2i": [465, 1554], "2j": [1721, 1731, 1736], "2l": [404, 462, 1522, 1523], "2n": [404, 416, 428, 1723, 1727, 1742, 1747], "2nd": [346, 402, 462, 1530], "2p": [1713, 1717], "2py": [383, 1690, 1697, 1698, 1704], "2q": [1743, 1748], "2rst": 0, "2t": [1726, 1732, 1737, 1739, 1740, 1744, 1745], "2to3": 1698, "2to3_nb": 1698, "2u": [1743, 1748], "2x2": [418, 422, 424, 442, 1100, 1723, 1727], "3": [3, 5, 13, 18, 26, 136, 142, 143, 145, 146, 152, 159, 163, 164, 176, 183, 219, 258, 269, 334, 339, 343, 346, 348, 350, 354, 371, 372, 373, 374, 385, 386, 388, 389, 391, 396, 397, 398, 399, 402, 412, 416, 417, 420, 421, 428, 430, 432, 433, 434, 436, 437, 439, 440, 442, 446, 451, 452, 459, 461, 462, 468, 469, 474, 476, 562, 563, 564, 565, 577, 578, 579, 580, 581, 582, 583, 600, 601, 602, 603, 615, 616, 617, 618, 619, 620, 621, 638, 639, 640, 641, 653, 654, 655, 656, 657, 658, 659, 676, 677, 678, 679, 691, 692, 693, 694, 695, 696, 697, 714, 715, 716, 717, 729, 730, 731, 732, 733, 734, 735, 833, 834, 835, 836, 848, 849, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 879, 881, 882, 883, 884, 888, 889, 890, 891, 892, 893, 894, 936, 939, 949, 1094, 1424, 1433, 1450, 1469, 1485, 1502, 1520, 1522, 1527, 1529, 1530, 1690, 1694, 1695, 1696, 1697, 1700, 1701, 1702, 1707, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "30": [430, 471, 1009, 1707, 1717, 1727, 1735, 1736], "300": [468, 1717, 1719], "300009": 1736, "300119": 1736, "300808": 1736, "302655": 1736, "3043e": 1748, "304464": 1736, "3054e": 1748, "3095238095238093": 1721, "31": [1713, 1717, 1720, 1727, 1736], "3104": 1736, "311": [1726, 1727], "311403": 1736, "312381": 1736, "3131": 1736, "3133": 1736, "31556737050747535": 1727, "3187e": 1747, "3189e": 1748, "319168": 1736, "3194e": 1747, "32": [385, 1719, 1727, 1736, 1739, 1740, 1743, 1744, 1745, 1746, 1748], "32021": 1736, "32063": 1736, "3218e": 1748, "3220": 1736, "323600": 1737, "324": 1727, "32562": [1717, 1719], "3268": 1736, "33": [1727, 1736], "3327": 1736, "3330e": 1748, "3333e": 1748, "33377": 1736, "33423": 1736, "33519": 1736, "3354": 1736, "3379": 1736, "3391": 1736, "3398": 1736, "3399": 1736, "34": [1713, 1717, 1719, 1720, 1727, 1736, 1739], "34046": 1736, "3406e": 1748, "3414": 1736, "3416": 1736, "3418": 1736, "342": 0, "34324": 1736, "34419": 1736, "3442": 1736, "3452": 1736, "3454e": 1748, "3460": 1736, "347207": 1736, "3480e": 1747, "3488": 1736, "3489": 1736, "3491": 1736, "3498": 1736, "35": [1727, 1734, 1736, 1747, 1748], "35075": 1736, "3511": 1736, "3515": 1719, "35153": 1736, "35299": 1736, "3535e": 1748, "3538e": 1747, "3551": 1736, "3575": 1736, "3575e": 1748, "3578": 1736, "3593": 1736, "359313": 1736, "36": [1702, 1727, 1736], "37": [1715, 1719, 1727, 1736, 1737], "37016": 1736, "3718e": 1748, "374982": [456, 459], "375112": 1736, "376047": 1736, "37617": 1736, "377745": 1736, "378509": 1736, "379588": 1736, "3798": 1736, "38": [1727, 1736], "383034": 1736, "38459": 1736, "388": 4, "388758": 1736, "38964": 1736, "39": [475, 1717, 1719, 1721, 1722, 1725, 1726, 1727, 1729, 1736], "3916": 1736, "3931": 1736, "3938e": 1748, "396": 1727, "397": 1717, "398": 3, "399275": 1736, "3a": 426, "3b": 426, "3d": [416, 417, 422, 424, 433, 434, 435, 436, 437, 449, 589, 627, 665, 703, 741, 860, 1713, 1717, 1726], "3e": 146, "3f": [1721, 1723, 1727], "3j": [1731, 1736], "3may2022": 1717, "3rd": [346, 402, 462, 1530], "3x3": [398, 1723, 1727], "4": [5, 13, 18, 26, 136, 145, 146, 159, 183, 219, 247, 338, 339, 343, 346, 348, 350, 371, 372, 373, 374, 385, 389, 397, 398, 399, 402, 429, 433, 434, 436, 437, 444, 447, 452, 456, 464, 469, 475, 476, 571, 579, 580, 581, 582, 583, 609, 617, 618, 619, 620, 621, 647, 655, 656, 657, 658, 659, 685, 693, 694, 695, 696, 697, 723, 731, 732, 733, 734, 735, 842, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 890, 891, 892, 893, 894, 1536, 1538, 1549, 1690, 1696, 1700, 1701, 1702, 1712, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "40": [435, 443, 1713, 1717, 1722, 1736], "400": 389, "4000e": 1748, "4043": 1736, "40592": 1736, "40606": 1736, "4072": 1736, "4098": 1736, "41": [1736, 1743, 1747, 1748], "4133e": 1747, "415": 3, "4181e": 1747, "4186": 1736, "4197": 1736, "42": [1719, 1736], "4202": 1736, "4233": 1736, "42356": 1736, "4251e": 1748, "4256": 1736, "4279e": 1748, "4299e": 1747, "43": [1723, 1727, 1736], "4308": 1736, "432564": 1736, "43454": 1736, "436025": 1736, "43658": 1736, "437101": 1736, "437622": 1736, "439615": 1736, "44": 1736, "440496": 1736, "440596": 1736, "44062": 1736, "442": 1736, "44214": 1736, "4421e": 1748, "4436e": 1748, "443867": 1736, "4453": 1736, "4458": 1736, "44771": 1736, "4483": 1736, "4495": 1736, "45": [1722, 1736, 1747, 1748], "4501": 1736, "45363": 1736, "45713": 1736, "4578": 1736, "46": 1736, "460326": 1736, "4617": 1736, "4618": 1736, "4624": 1736, "4629e": 1748, "4643": 1736, "4679": 1736, "47": 1736, "47014": 1736, "4715": 1736, "47307": 1736, "475": 0, "477": 0, "48": 1736, "4800": 1736, "48282": 1736, "483": 1727, "483848": 1729, "484146": 1736, "4861": 1736, "4864": 1736, "4869": 1736, "487717": 1736, "48796": 1703, "48821": 1736, "48919": 1736, "49": [1729, 1736], "490822": 1736, "491363": 1736, "4923": 1736, "49552": 1736, "496411": 1736, "4971": 1736, "498298": 1736, "499": 1736, "4994": 1736, "4999": [1729, 1736], "49999": 1729, "4at": 452, "4d": [464, 1549], "4e": [1743, 1747, 1748], "4j": [1716, 1720, 1721], "4t": [1732, 1737], "5": [5, 50, 136, 145, 159, 183, 219, 339, 348, 350, 371, 372, 373, 374, 388, 389, 391, 398, 399, 402, 420, 432, 436, 437, 440, 447, 452, 456, 458, 459, 461, 468, 469, 475, 1700, 1701, 1709, 1712, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "50": [432, 433, 434, 435, 440, 443, 452, 456, 469, 1068, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1732, 1736, 1737, 1739], "500": [447, 449, 1703, 1712, 1729], "5000": [1709, 1713, 1717, 1729, 1731, 1735, 1736], "50000": 1729, "500000": 456, "5000000": 459, "5000e": [1747, 1748], "5001": [1717, 1720, 1723, 1727], "5004e": 1748, "501": [1713, 1716, 1717, 1719, 1720], "502": 1717, "5020": 1736, "502235": 1736, "5028e": 1748, "507301": 1736, "507693": 1729, "509178": 1736, "5092181189127931": 1747, "5092e": 1747, "51": [1736, 1742, 1747], "51035": 1736, "510934": 1739, "51099": 1736, "5111": 1736, "51126": 1736, "512693": 1736, "514142": 1736, "514539": 1736, "515457": 1736, "51989": 1736, "52": 1736, "520079": 1736, "520462": 1736, "5211": 1736, "5225": 1736, "522949": 1736, "5241": 1736, "5262": 1736, "5263e": 1748, "52751": 1736, "5281": 4, "53": [1717, 1736, 1743, 1748], "53234": 1736, "53428": 1736, "54": [476, 1736], "5417": 1736, "54242": 1736, "5425": 1717, "5455e": 1748, "5460": 1736, "55": [459, 1736], "5502": 1736, "5515": 1736, "5544": 1736, "5556e": 1748, "557": 0, "5589e": 1748, "56": [386, 1736], "56478": 1736, "568460": 1736, "568929": 1736, "57": 1736, "57009": [1732, 1737], "5714e": 1748, "5758": 1736, "57761": 1736, "58": 1736, "5801e": 1748, "581": 0, "58385": 399, "5858e": 1748, "58899": 1736, "5892": 1736, "59": [1736, 1742, 1747], "590": 1727, "59076": 1736, "5918677213723913": 1747, "5919e": 1747, "5920": 1717, "592291": 4, "5925e": 1748, "59359": 1736, "594": 0, "59554": 1736, "5957": 1736, "5962e": 1747, "5e": 145, "5x": 1722, "6": [0, 136, 151, 159, 348, 373, 374, 398, 408, 436, 453, 476, 1500, 1696, 1701, 1715, 1716, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1730, 1734, 1736, 1737, 1739, 1740, 1744, 1745, 1747, 1748], "60": 1736, "600": [459, 475], "6000e": 1748, "6001": 1727, "6006": 1736, "6009": 1736, "6014e": 1748, "60183": 1736, "6032": 1736, "6050": 1736, "608": 0, "6097": 1736, "61": [476, 1736], "6108e": 1748, "6139": 1736, "6148e": 1748, "6153": 1736, "6155": [1732, 1737], "617709": 1748, "61951": 1736, "62": 1736, "620": 0, "62123": 1736, "624": 0, "62633": 1736, "6264": 1736, "62833": 1736, "6343e": 1748, "638": 0, "638049093627782e": 1727, "6392": 1729, "64": [385, 1743, 1745, 1748], "645497": [372, 373], "648x": [1713, 1717], "649": 0, "65": 1736, "650": 0, "6547e": 1748, "65569": 1736, "6573": 1736, "66": 1736, "663": 0, "66327": 1736, "6646": 1736, "6667e": 1748, "6668": 1736, "66685": 1736, "668": 0, "67": [1736, 1747], "671": 0, "672073": 1736, "6725e": 1748, "6728": 1736, "6733": 1736, "675164": 1736, "6759": 1736, "6760": 1736, "6761": 1736, "6765": 1736, "67701": 1736, "6771": 1736, "677651": 1736, "677678": 1736, "678488": 1736, "679": 0, "67936": 1736, "6797": 1736, "68": 1736, "680676": 1736, "681544": 1736, "6826": 1736, "684272": 1736, "68458": 1736, "689225": 1729, "6899": [1731, 1736], "69": 1736, "6919": 1719, "6928": 1736, "6960e": 1747, "698464": 1736, "6e": [145, 146], "7": [0, 136, 145, 146, 151, 348, 373, 374, 389, 395, 397, 399, 436, 453, 474, 475, 1701, 1704, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1730, 1734, 1735, 1736, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "70": [0, 1696, 1713, 1717, 1736], "7002": 1736, "701127": 1746, "7086": 1736, "71": 1736, "7133e": 1748, "716": 1729, "7196e": 1748, "72": 1736, "7205": 1736, "72088": 1736, "721": 1727, "724": 0, "725": 0, "7286": 1736, "7289": 1736, "729": 0, "73": 1736, "7324e": 1748, "7343": 1736, "7350": 1736, "7352": 1736, "7363": 1736, "7364": 1736, "7367": [1713, 1715, 1716, 1717, 1719, 1720], "74038": 1736, "7405": 1736, "74432": 1736, "745": 0, "74536": 1736, "74578": 1736, "74692": 1736, "7472": 1736, "75": [1736, 1743, 1748], "7500e": 1747, "75014": 1736, "7506": [1715, 1719], "7561": 1736, "7589": 1736, "76": 1736, "7605": 1736, "764": 0, "76404": 1736, "7662": 1736, "7668": 1736, "7679": 1736, "77": 1736, "7706": 1736, "7707": 1736, "7718e": 1748, "77243": 1736, "773": 0, "7751": 1736, "7784": 1736, "778901915273313": 1747, "78": 1736, "78104": 1736, "7817": 1736, "785": 1736, "7853": 1720, "78747": 1736, "78912": 1736, "79": 4, "793": 0, "794236": 1736, "796": 0, "79717": [1717, 1719], "7e": 145, "8": [0, 136, 151, 163, 175, 338, 348, 350, 373, 374, 388, 391, 396, 399, 450, 469, 475, 476, 1600, 1603, 1690, 1696, 1707, 1713, 1717, 1719, 1720, 1721, 1722, 1725, 1726, 1727, 1728, 1730, 1732, 1734, 1735, 1736, 1737, 1744, 1745, 1747, 1748], "80": [1732, 1736, 1737, 1748], "8000e": 1748, "8010": 1736, "802": 0, "8028": 1736, "8085": 1736, "8093": 1736, "81": [1731, 1736], "8101": 1736, "8118e": 1747, "8130": 1736, "8150": 1736, "8154": 1736, "816357384858482e": 1727, "81646": 1736, "8166e": 1748, "8174": 1736, "82": [1732, 1736, 1737], "820": 0, "82185": 1736, "825": 0, "8267": 1736, "826742": 1736, "827338": 1736, "8281": 1736, "829": 0, "82905": 1736, "82967": 1736, "83": 1736, "830217": 1736, "830322": 1736, "830414": 1736, "8308": 1736, "830829": 1736, "831942": 1736, "832854": 1736, "833": 0, "8341": 1736, "83481049534862e": 1727, "835903": 1717, "838": 1717, "83864": 1736, "84": 1736, "8411e": 1748, "8424": 1736, "845": 0, "846": 0, "8462e": 1748, "8482": 1736, "84919": 1736, "85": [1722, 1732, 1736, 1737], "8520": 1736, "8522": 1736, "853128": 1720, "8532": 1736, "8541": 1736, "8545": 1736, "8571e": 1748, "8588": 1736, "859": 0, "85936": 1736, "86": [1729, 1736], "860": 0, "8611": 1736, "866052": 1744, "86777": 1717, "868": 0, "8682": 1736, "8688": 1736, "8694": 1736, "87": 1736, "8705": 1736, "871": 0, "8718e": 1747, "872": 0, "8783e": 1748, "8791": 1736, "8792": 1736, "87925": 1736, "8797": 1736, "88": 1736, "881": [0, 1727], "88153": 1719, "88386": 1736, "8864": 1736, "8865e": 1747, "88829": 1736, "89": [146, 1736], "891": 0, "89133": 1719, "89134": 1717, "8927": 1736, "8956": [1717, 1719, 1720], "8957": 1736, "8960e": 1747, "8968": 1736, "8974e": 1748, "89788": 1717, "898": 0, "8983": 1736, "8e": [145, 146], "9": [0, 136, 151, 399, 402, 456, 1696, 1698, 1701, 1717, 1719, 1720, 1721, 1722, 1726, 1727, 1732, 1735, 1736, 1737, 1744, 1747, 1748], "90": [1736, 1743, 1748], "90146": 1736, "9022": 1736, "90419": 1736, "90468": 1719, "90488": 1736, "9065e": 1748, "90672": 1717, "907": 0, "90872": 1719, "90939": 1717, "9097": 1736, "91": [1713, 1715, 1717, 1719], "911": 1736, "91156": 1719, "912": 0, "91255": 1719, "915": 0, "91505": 1717, "9155e": 1747, "91577": 1719, "91871": 1719, "9191": 1736, "9199": 1717, "92": [1719, 1726, 1736], "92160": 1717, "9218": 1719, "92277": 1736, "92343": 1736, "92424": 1717, "93": 1736, "93015": 1736, "9329e": 1748, "93431": 1736, "93486": 1736, "9381548639656863j": 1727, "9382": 1736, "94": [4, 1723, 1727], "9456": 1736, "9464e": 1748, "9469e": 1748, "9498": 1736, "95": 4, "9502": 1736, "9533": 1736, "95457": 1736, "95588": 1736, "9563": 1736, "9579": 1736, "9599e": 1748, "9659": 1736, "9675": 1736, "9679": 1736, "96938": 1736, "9713": 1736, "9717": 1736, "9724": 1736, "97262": 1736, "9735e": 1748, "97512": 1736, "9760": 1729, "9786": 1736, "9797": 1736, "98": [1713, 1717, 1719, 1720, 1736], "9806": 1736, "9851e": 1748, "98699": 1719, "98793": 1736, "98807": 1717, "9896": 1736, "99": [1696, 1736], "9904": 1736, "9908": 1736, "991": 1736, "99207": 1717, "9928": 1736, "9932": 1736, "9934": 1736, "9935e": 1747, "9944": 1736, "995": 436, "996": 1736, "9962": 1736, "99636": 1717, "9966": 1736, "99678": 1717, "9968": 1736, "9969e": 1747, "99703": 1719, "9972": 1736, "9974": 1736, "99775": 1717, "9978": 1736, "99783": 1717, "998": 1736, "99814": 1719, "9982": 1736, "9986": 1736, "9988": 1736, "99894": 1717, "999": 1736, "99906": 1736, "99913": 1719, "9992": 1736, "99932": 1719, "99936": 1719, "99939": 1719, "9994": 1736, "9996": 1736, "9996637574643963": 1726, "99979": 1719, "9998": 1736, "9999": 1736, "99991": [1717, 1719], "9e": [145, 146], "A": [0, 4, 5, 16, 17, 54, 61, 63, 145, 146, 147, 151, 190, 200, 201, 211, 230, 317, 319, 320, 321, 340, 346, 348, 369, 370, 381, 386, 388, 389, 391, 392, 393, 396, 398, 400, 403, 406, 412, 421, 430, 431, 434, 435, 436, 438, 439, 442, 443, 445, 448, 451, 452, 456, 457, 458, 460, 461, 464, 467, 470, 471, 486, 497, 507, 518, 539, 549, 567, 575, 584, 605, 613, 622, 643, 651, 660, 681, 689, 698, 719, 727, 736, 750, 751, 752, 753, 755, 768, 769, 775, 801, 814, 838, 846, 855, 928, 932, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1064, 1065, 1087, 1100, 1446, 1449, 1453, 1564, 1608, 1624, 1655, 1669, 1673, 1678, 1679, 1688, 1690, 1698, 1700, 1705, 1708, 1709, 1710, 1711, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1724, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "AND": 0, "As": [0, 3, 7, 385, 396, 398, 403, 406, 409, 440, 457, 459, 469, 1678, 1694, 1695, 1707, 1713, 1715, 1717, 1719, 1721, 1723, 1726, 1727, 1730, 1735, 1739, 1740, 1741, 1744, 1745, 1746], "At": [41, 338, 457, 459, 461, 1732, 1737, 1741, 1743, 1746, 1748], "BE": [27, 412, 418, 470, 1430, 1707, 1731, 1736], "BEING": 404, "BUT": 399, "Be": [0, 8, 399, 1698], "Being": 1721, "But": 459, "By": [0, 387, 388, 409, 459, 1672, 1713, 1717, 1723, 1727, 1729, 1730, 1731, 1735, 1736, 1748], "For": [0, 4, 18, 238, 239, 247, 331, 338, 379, 381, 382, 387, 388, 395, 396, 397, 399, 400, 403, 404, 406, 409, 412, 413, 421, 430, 432, 433, 434, 435, 436, 437, 440, 453, 458, 459, 460, 461, 472, 474, 554, 592, 630, 668, 706, 782, 974, 987, 1688, 1689, 1690, 1695, 1696, 1697, 1698, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "IF": [450, 1594, 1600], "If": [0, 3, 4, 7, 8, 12, 94, 183, 241, 296, 297, 299, 317, 320, 338, 379, 382, 386, 387, 388, 391, 397, 398, 403, 406, 416, 417, 420, 422, 424, 432, 433, 434, 435, 436, 437, 439, 440, 442, 448, 449, 453, 457, 458, 459, 461, 462, 464, 465, 466, 543, 550, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 760, 791, 825, 860, 906, 1094, 1462, 1502, 1521, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1608, 1620, 1672, 1689, 1690, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1702, 1704, 1706, 1707, 1713, 1714, 1717, 1718, 1723, 1724, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1743, 1748], "In": [0, 3, 6, 7, 142, 159, 255, 263, 264, 265, 274, 275, 276, 338, 385, 387, 388, 395, 396, 397, 400, 402, 404, 406, 408, 409, 411, 412, 421, 425, 432, 440, 441, 453, 457, 458, 459, 460, 463, 469, 470, 472, 474, 475, 1620, 1690, 1691, 1692, 1694, 1695, 1702, 1706, 1707, 1709, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "Ins": 1736, "Ising": [9, 454, 459], "It": [0, 3, 4, 25, 42, 123, 124, 125, 126, 127, 128, 129, 130, 241, 258, 269, 296, 317, 319, 320, 338, 352, 379, 382, 385, 387, 389, 391, 395, 396, 397, 398, 399, 401, 403, 404, 405, 406, 409, 413, 432, 440, 447, 450, 457, 459, 461, 470, 475, 551, 552, 1500, 1581, 1594, 1600, 1618, 1678, 1679, 1684, 1689, 1691, 1694, 1696, 1698, 1699, 1706, 1710, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1743, 1748], "Its": [381, 392, 452, 457, 1673], "NOT": [0, 114, 123, 124, 125, 126, 127, 128, 129, 130, 382, 387, 397, 399, 402, 406, 432], "No": [416, 433, 434, 435, 436, 437, 554, 592, 630, 668, 706, 1697, 1713, 1717], "Not": 412, "ON": [0, 7, 1693], "ONE": [448, 543], "OR": 417, "Of": [396, 432, 1724], "On": [0, 1618, 1695, 1743, 1748], "One": [0, 385, 396, 440, 461, 825, 1502, 1692, 1700, 1706, 1713, 1716, 1717, 1720, 1723, 1727, 1728, 1732, 1734, 1735, 1737, 1741, 1746], "Or": 1702, "Such": [388, 391], "THERE": 183, "TO": [27, 412, 417, 418, 470, 1430, 1707, 1731, 1736], "That": [408, 459, 1707, 1721, 1730, 1735], "The": [0, 3, 9, 13, 14, 15, 16, 23, 24, 25, 26, 30, 31, 36, 41, 46, 47, 48, 49, 50, 55, 56, 57, 60, 62, 64, 72, 73, 74, 75, 76, 77, 78, 79, 80, 88, 114, 126, 127, 142, 145, 146, 150, 151, 159, 162, 171, 174, 183, 184, 191, 193, 205, 206, 207, 208, 215, 220, 222, 223, 244, 245, 250, 255, 258, 260, 269, 271, 297, 299, 303, 304, 305, 306, 307, 308, 309, 311, 312, 313, 316, 317, 318, 319, 320, 324, 331, 332, 338, 340, 342, 344, 345, 350, 352, 362, 369, 370, 377, 380, 381, 383, 384, 387, 388, 391, 392, 395, 396, 397, 399, 400, 401, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 416, 417, 418, 419, 421, 422, 424, 426, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 441, 442, 443, 445, 446, 447, 450, 451, 454, 458, 460, 461, 462, 464, 465, 466, 468, 469, 470, 471, 472, 474, 476, 488, 489, 492, 495, 509, 510, 513, 516, 523, 524, 525, 526, 527, 528, 535, 536, 539, 540, 549, 554, 569, 573, 574, 585, 586, 588, 589, 592, 607, 611, 612, 623, 624, 626, 627, 630, 645, 649, 650, 661, 662, 664, 665, 668, 683, 687, 688, 699, 700, 702, 703, 706, 721, 725, 726, 737, 738, 740, 741, 760, 795, 801, 803, 806, 809, 825, 840, 844, 845, 856, 857, 859, 860, 913, 926, 936, 938, 949, 954, 961, 974, 987, 1035, 1047, 1084, 1093, 1094, 1099, 1100, 1102, 1433, 1441, 1446, 1451, 1458, 1462, 1470, 1471, 1476, 1477, 1482, 1486, 1487, 1492, 1493, 1500, 1521, 1522, 1526, 1528, 1529, 1531, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1579, 1581, 1594, 1600, 1603, 1673, 1675, 1679, 1681, 1689, 1690, 1691, 1692, 1693, 1694, 1696, 1698, 1699, 1700, 1701, 1702, 1703, 1705, 1710, 1711, 1714, 1716, 1718, 1719, 1720, 1722, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1749, 1750], "Then": [7, 403, 440, 471, 1618, 1706, 1713, 1717, 1722, 1729, 1730, 1735, 1743, 1748], "There": [0, 241, 387, 396, 409, 414, 432, 444, 453, 461, 760, 1706, 1727, 1730, 1735, 1742, 1743, 1747, 1748], "These": [0, 4, 388, 426, 440, 459, 469, 1698, 1699, 1717, 1723, 1727, 1750], "To": [0, 96, 385, 387, 393, 403, 409, 432, 440, 449, 470, 1496, 1643, 1689, 1690, 1692, 1694, 1695, 1698, 1710, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1729, 1730, 1735, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "WILL": 298, "With": [459, 1698, 1742, 1747], "_": [0, 1, 2, 369, 370, 383, 403, 404, 420, 452, 462, 465, 472, 1522, 1554, 1557, 1708, 1709, 1711, 1713, 1717, 1719, 1720, 1723, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748, 1749], "_0": [1713, 1717, 1719, 1720, 1728, 1732, 1734, 1737], "_1": [399, 461], "_1fkps792lsc0txclg5ky4300000gq": 1745, "_2": [399, 461, 1713, 1717], "_4": [1713, 1717], "__": [1739, 1744], "__blockindiceslist": 440, "__call__": [379, 449], "__factory_from_dict__": [386, 781, 866], "__floordiv__": 1698, "__getitem__": 379, "__init__": [386, 433, 434, 435, 436, 437, 1704, 1721, 1725, 1728, 1734, 1735], "__name": 440, "__name__": 387, "__note": 440, "__reduce_to_dict__": [386, 387], "__repr__": 461, "__repr__funct": 0, "__setitem__": [379, 432], "__str__": 461, "__wrap_it": [218, 221], "_autosummari": [1713, 1717], "_called_on_tupl": 476, "_check": 1727, "_desc": 0, "_document": 383, "_f": 476, "_gfs_are_clos": 0, "_hdf5_data_scheme_": 387, "_hr": [1499, 1503], "_i": [404, 452], "_internal_ord": 96, "_j": [369, 370], "_k": [448, 452, 535], "_l": [1723, 1727], "_m": 1745, "_n": 1719, "_ph": 0, "_plot_": 469, "_posix_c_sourc": 475, "_wfc": [1713, 1717], "_x": [1726, 1745], "_x1": 421, "_x2": 421, "_xi": 421, "_xopen_sourc": 475, "_y": 1726, "a1": 1735, "a2": 1735, "a7a4cd": 0, "a_": [403, 404, 440, 462, 464, 465, 1522, 1548, 1549, 1554, 1555, 1557, 1731, 1736], "a_0": 403, "a_1": [369, 370, 409], "a_2": [369, 370, 409], "a_3": [369, 370], "a_down": 1736, "a_imp_w": [1713, 1717, 1719], "a_inv_k": 1744, "a_k": 1744, "a_n": [430, 441], "ab": [5, 94, 107, 119, 391, 396, 453, 566, 604, 642, 680, 718, 837, 1618, 1713, 1717, 1723, 1727, 1732, 1737], "abbrevi": 0, "abc": [0, 383], "abc_desc": 383, "abil": [1716, 1720], "abinitiodmft": 1717, "abl": [381, 459, 470, 1690, 1694, 1695, 1713, 1714, 1717, 1718], "about": [0, 5, 8, 398, 408, 456, 457, 459, 1699, 1713, 1717, 1721, 1723, 1725, 1727, 1730, 1735, 1740, 1741, 1745, 1746], "abov": [0, 386, 399, 430, 432, 440, 452, 457, 459, 467, 1564, 1713, 1717, 1719, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "absenc": [399, 1720], "absolut": [430, 453, 1502, 1713, 1717], "abstarct": 444, "abstract": [406, 432, 444, 906], "absurd": [1743, 1748], "ac": [566, 604, 642, 680, 718, 837], "ac5d1c": [1713, 1717], "acc": 459, "accept": [7, 109, 303, 306, 321, 328, 329, 338, 394, 396, 397, 402, 410, 450, 453, 456, 457, 459, 476, 760, 1595, 1601, 1727, 1729, 1736], "acceptance_r": 328, "access": [0, 137, 157, 169, 181, 251, 257, 262, 273, 310, 352, 355, 406, 410, 426, 428, 431, 438, 445, 459, 1443, 1584, 1690, 1692, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1727, 1729, 1730, 1735], "accessor": [0, 431, 438, 461], "accompani": 461, "accord": [0, 409, 457, 466, 470, 1561, 1713, 1717, 1732, 1737], "accordingli": [0, 420, 1750], "account": [0, 8, 409, 1500, 1717, 1719, 1720, 1741, 1746], "accumul": [0, 295, 304, 317, 320, 337, 352, 353, 363, 365, 369, 370, 453, 456, 459, 472, 474, 776, 1583, 1587, 1729, 1736], "accumulatotr": [346, 348], "accur": [430, 441, 1713, 1717, 1735, 1743, 1748], "accuraci": [961, 974, 987, 1713, 1717, 1723, 1727], "achiev": [0, 470, 1698, 1723, 1727, 1729, 1732, 1737], "aco": [391, 398, 402, 416], "acquir": [426, 430, 432, 441], "across": [388, 1500, 1713, 1717, 1741, 1746], "act": [43, 241, 244, 338, 369, 370, 390, 444, 456, 550, 1722, 1740, 1745], "action": [247, 387, 398, 444], "activ": [346, 348, 1681, 1684, 1690, 1692, 1694, 1695], "actual": [0, 395, 402, 432, 459, 464, 470, 472, 1739, 1744], "ad": [0, 126, 127, 299, 323, 340, 348, 350, 365, 385, 387, 389, 391, 401, 402, 403, 449, 459, 469, 470, 1618, 1690, 1701, 1709, 1713, 1717, 1721, 1722, 1723, 1725, 1727, 1740, 1743, 1745, 1748], "adapt": [0, 4, 331, 403, 448, 468, 476, 539, 1690, 1713, 1717], "add": [0, 7, 8, 126, 264, 265, 275, 276, 280, 321, 346, 365, 379, 382, 387, 389, 396, 398, 401, 409, 453, 456, 459, 470, 1462, 1499, 1688, 1690, 1692, 1694, 1695, 1704, 1716, 1720, 1721, 1722, 1725, 1735], "add_ax": [1722, 1734], "add_cal": 379, "add_class": 382, "add_constructor": 379, "add_convert": 382, "add_cpp2py_modul": 0, "add_cpp_test": 0, "add_enum": 382, "add_execut": 1707, "add_external_depend": 0, "add_fock_st": [279, 444], "add_funct": 382, "add_getitem": 379, "add_import": 382, "add_includ": [0, 382, 1704], "add_iter": 379, "add_len": 379, "add_loc": 1499, "add_measur": [295, 316, 456, 459], "add_measure_aux": 295, "add_memb": 379, "add_method": 379, "add_method_copi": 379, "add_method_copy_from": 379, "add_method_cpp_copi": 379, "add_mov": [295, 456, 458, 459], "add_mpi_test": 0, "add_preambl": 382, "add_properti": 379, "add_python_test": 0, "add_regular_type_convert": 379, "add_setitem": 379, "add_us": 382, "addabl": [371, 372, 373, 374], "addit": [0, 37, 264, 275, 340, 352, 385, 388, 400, 421, 426, 430, 445, 461, 474, 1690, 1692, 1693, 1696, 1713, 1717, 1722, 1730, 1735, 1740, 1745], "addition": [0, 369, 370, 459, 1723, 1727], "additionn": [380, 474], "addmethod": 1727, "address": [0, 459, 472, 1689], "adequ": 1720, "adj": 408, "adjoint": 1059, "adjust": [0, 435, 448, 468, 539, 549, 561, 599, 637, 675, 713, 832, 880, 1698, 1729, 1743, 1747, 1748, 1750], "adjust_temperatur": 772, "adl": [391, 395, 399, 476], "admin": 1690, "administ": 1690, "admittedli": 470, "adopt": 0, "adress": 388, "adresssanit": 0, "advanc": [5, 96, 98, 106, 380, 383, 392, 406, 410, 414, 459, 467, 1713, 1717, 1729], "advantag": [4, 385, 404, 405, 453, 1689, 1721, 1728, 1734], "advic": 0, "advis": [338, 1704], "af": [1741, 1743, 1746, 1748], "affect": [0, 395, 1620], "afl": 212, "aforement": 0, "after": [0, 296, 306, 317, 318, 319, 320, 379, 382, 402, 415, 457, 458, 459, 461, 1675, 1677, 1678, 1689, 1690, 1694, 1698, 1699, 1701, 1706, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1725, 1729, 1730, 1734, 1735], "afterward": [1715, 1722], "ag": [145, 146], "again": [8, 457, 1712, 1713, 1716, 1717, 1720, 1724, 1730, 1731, 1735, 1736], "against": [0, 1690, 1695, 1698, 1723, 1727], "agent": [0, 1690], "agre": [1740, 1745], "agsinst": 0, "ahampel": 1717, "aim": [452, 461, 1689, 1690, 1699, 1713, 1717, 1742, 1747], "aimp_maxent_0": 1719, "aimp_w_0_met": 1719, "aimp_w_line_fit": [1713, 1717, 1719], "al": [4, 1723, 1727, 1734], "alatt": [1713, 1716, 1717, 1719, 1720], "alatt_k_w_path": [1713, 1716, 1717, 1719, 1720], "alexand": 0, "algebra": [0, 402, 461, 1710, 1713, 1717, 1721], "algorithm": [0, 4, 9, 50, 247, 248, 253, 398, 401, 402, 403, 444, 453, 454, 457, 476, 478, 480, 501, 1723, 1725, 1727, 1729, 1730, 1735, 1736, 1742, 1747], "alia": 816, "alias": [0, 10, 412, 461], "align": [0, 1729], "aliv": [0, 1677, 1678], "all": [0, 3, 4, 8, 15, 18, 30, 38, 41, 42, 50, 52, 54, 59, 63, 65, 79, 80, 81, 95, 97, 109, 142, 148, 159, 191, 193, 208, 230, 242, 246, 249, 250, 260, 282, 299, 300, 303, 323, 328, 339, 340, 345, 352, 353, 362, 370, 373, 374, 379, 385, 386, 387, 388, 395, 402, 406, 408, 411, 412, 416, 417, 422, 424, 428, 432, 440, 442, 445, 457, 458, 459, 461, 464, 467, 469, 470, 475, 476, 478, 480, 486, 493, 494, 497, 501, 507, 514, 515, 518, 529, 530, 551, 552, 590, 628, 666, 704, 742, 771, 861, 905, 935, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1094, 1100, 1462, 1537, 1538, 1539, 1546, 1583, 1646, 1649, 1663, 1673, 1690, 1692, 1696, 1698, 1699, 1700, 1706, 1707, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "all_frequ": 428, "all_reduc": [0, 1719], "all_t": [0, 420], "allgath": 388, "alloc": [0, 218, 221], "alloc_dealloc_mismatch": 0, "allow": [0, 4, 45, 241, 279, 379, 382, 385, 388, 389, 396, 406, 421, 430, 432, 442, 443, 444, 447, 454, 457, 458, 459, 460, 461, 463, 469, 472, 961, 974, 987, 1094, 1564, 1689, 1690, 1692, 1698, 1699, 1700, 1701, 1703, 1710, 1713, 1717, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1732, 1737, 1742, 1743, 1747, 1748], "allow_spectral_mod": 1084, "allreduc": 388, "almost": [396, 428, 432, 453, 459, 1691, 1694, 1730, 1735], "alon": 0, "along": [0, 383, 404, 452, 470, 1502, 1707, 1713, 1717, 1739, 1740, 1741, 1744, 1745, 1746], "alongsid": [462, 1522, 1691], "alp": 0, "alpha": [400, 404, 462, 1464, 1465, 1522, 1713, 1717, 1719, 1722, 1729, 1737, 1746, 1747, 1748], "alpha_a": 404, "alreadi": [0, 382, 387, 399, 432, 457, 459, 1690, 1694, 1696, 1710, 1713, 1716, 1717, 1720, 1721, 1731, 1732, 1736, 1737], "also": [0, 3, 4, 6, 7, 321, 365, 379, 382, 385, 388, 391, 395, 398, 406, 407, 412, 420, 421, 432, 440, 444, 450, 457, 459, 460, 461, 462, 1525, 1594, 1600, 1677, 1678, 1688, 1689, 1690, 1699, 1700, 1710, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "alter": [0, 432], "altern": [1691, 1706, 1723, 1727, 1742, 1747], "although": 1695, "alwai": [0, 338, 346, 348, 396, 432, 459, 1672, 1678, 1694, 1713, 1717, 1720, 1742, 1747], "ambigu": [0, 399], "amelior": 403, "among": [404, 444, 1700, 1701, 1713, 1717], "amount": [352, 409, 1581, 1713, 1717, 1723, 1727, 1743, 1748], "amp": 1745, "amplitud": [246, 255, 256, 258, 260, 262, 268, 269, 271, 273, 389, 444, 1500, 1726, 1739, 1741, 1743, 1744, 1746, 1748], "amplitude_t": 257, "an": [0, 4, 6, 9, 12, 14, 16, 38, 41, 42, 50, 51, 136, 147, 193, 215, 219, 222, 223, 232, 234, 235, 241, 244, 248, 253, 279, 281, 286, 287, 297, 299, 302, 310, 340, 346, 348, 350, 366, 369, 370, 371, 372, 379, 382, 383, 385, 386, 387, 388, 389, 392, 395, 397, 399, 400, 402, 403, 405, 406, 408, 409, 412, 414, 416, 417, 420, 421, 422, 424, 426, 428, 430, 432, 434, 436, 439, 440, 441, 442, 443, 444, 445, 448, 449, 451, 452, 457, 458, 459, 461, 463, 464, 465, 468, 469, 474, 478, 487, 508, 543, 549, 746, 761, 791, 905, 944, 945, 956, 957, 961, 969, 970, 974, 982, 983, 987, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1094, 1448, 1450, 1462, 1467, 1469, 1484, 1485, 1502, 1537, 1538, 1539, 1546, 1549, 1555, 1570, 1655, 1669, 1678, 1689, 1690, 1692, 1699, 1702, 1706, 1708, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1741, 1743, 1744, 1746, 1748, 1750], "anaconda": [0, 1694], "analog": 404, "analogu": 388, "analysi": [0, 9, 338, 377, 383, 467, 1689, 1721, 1730, 1731, 1735, 1736, 1743, 1748], "analyt": [5, 436, 1500, 1716, 1720, 1726, 1728, 1730, 1735, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "analyz": [337, 338, 472, 1706, 1730, 1735], "anderson": [1699, 1711], "andrea": 0, "andrei": 4, "andr\u00e9": [1742, 1747], "ang_mat_el": [462, 1523], "angular": [462, 1520, 1522, 1523, 1525, 1527, 1529], "angular_matrix_el": 462, "ani": [0, 3, 7, 8, 40, 123, 124, 125, 126, 127, 128, 129, 130, 151, 188, 192, 210, 258, 269, 338, 385, 386, 387, 388, 391, 395, 396, 397, 399, 400, 403, 406, 413, 440, 454, 459, 461, 464, 469, 470, 474, 1569, 1681, 1689, 1690, 1695, 1702, 1707, 1713, 1717, 1719, 1723, 1724, 1726, 1727, 1740, 1745], "anitferromagnet": [1743, 1748], "annihil": [46, 47, 50, 253, 461, 478, 480, 501, 1512, 1725, 1732, 1737], "annot": 0, "announc": [6, 1689], "anomal": 389, "anoth": [227, 238, 239, 255, 264, 265, 275, 276, 290, 291, 332, 348, 391, 395, 406, 432, 440, 461, 462, 464, 465, 466, 472, 558, 596, 634, 672, 710, 829, 930, 1533, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1675, 1704, 1713, 1717, 1723, 1727, 1747], "ansatz": [1742, 1743, 1747, 1748], "ansicolor": 0, "answer": [4, 6, 345, 370, 373, 374, 456, 1689, 1714, 1716, 1718, 1720, 1743, 1748], "anti": [429, 462, 1521, 1528, 1725, 1739, 1741, 1744, 1746], "antibod": 1717, "anticommut": 461, "antiferromagnet": [1699, 1741, 1746, 1749], "antinod": [1732, 1737], "antiperiod": 417, "antoin": 1734, "anymor": 0, "anyon": 1691, "anyth": [136, 142, 159, 163, 396, 411, 420, 426, 449, 450, 457, 459, 476, 540, 1602, 1672, 1714, 1718], "apach": 0, "apart": 387, "api": [5, 298, 379, 380, 382, 383, 388, 407, 431, 438, 472, 1690, 1750], "app": [0, 1714, 1718], "app_nam": [0, 382, 1704], "appar": [1732, 1737], "appear": [440, 468, 1714, 1718, 1721, 1723, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1744, 1745], "append": [1713, 1717, 1719, 1721, 1724, 1727, 1735], "appendix": [1743, 1748], "appl": 1691, "appli": [0, 14, 25, 244, 245, 250, 260, 271, 369, 370, 388, 445, 461, 1084, 1570, 1704, 1741, 1746], "applic": [0, 3, 5, 1690, 1691, 1694, 1699, 1705, 1709, 1713, 1717, 1726, 1738], "application_a": [0, 1704], "application_b": 1704, "application_structur": 0, "apply_on_leav": [385, 387], "appnam": 1698, "approach": [461, 1689, 1714, 1718, 1726, 1732, 1737, 1740, 1741, 1743, 1745, 1746, 1748], "appropri": [1713, 1714, 1717, 1718, 1719], "approx": [430, 441, 472, 1713, 1717, 1723, 1727, 1739, 1743, 1744, 1745, 1746, 1748], "approxim": [4, 409, 436, 442, 1094, 1699, 1716, 1718, 1720, 1723, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1749], "apptain": 0, "apt": [0, 1690, 1695, 1697], "ar": [0, 3, 4, 6, 7, 8, 15, 50, 73, 74, 128, 147, 151, 196, 215, 238, 239, 244, 255, 268, 290, 291, 296, 320, 338, 340, 342, 348, 365, 367, 370, 372, 373, 380, 381, 382, 383, 385, 386, 387, 388, 389, 392, 395, 396, 397, 398, 400, 402, 403, 404, 405, 407, 409, 410, 412, 414, 416, 421, 426, 429, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 443, 444, 445, 448, 452, 457, 458, 459, 461, 462, 463, 464, 465, 466, 467, 470, 471, 472, 476, 543, 746, 760, 761, 936, 1015, 1035, 1047, 1087, 1094, 1098, 1100, 1462, 1503, 1522, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1564, 1672, 1673, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1706, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "arang": [469, 1722, 1727, 1728, 1731, 1734, 1735, 1736, 1743, 1747, 1748], "arbirarili": [1723, 1727], "arbitrari": [0, 16, 406, 409, 430, 461, 961, 974, 987], "arbitrarili": [215, 461], "arc": [1732, 1737], "architectur": 1690, "archiv": [4, 9, 385, 387, 1699, 1703, 1708, 1709, 1713, 1717, 1719, 1730, 1731, 1735, 1736], "area": [1732, 1737], "arg": [244, 379, 382, 433, 434, 435, 436, 437, 440, 478, 481, 502, 560, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 587, 598, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 625, 636, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 663, 674, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 701, 712, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 739, 747, 764, 767, 777, 786, 787, 803, 804, 823, 824, 831, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 858, 897, 898, 937, 950, 962, 975, 988, 1001, 1016, 1027, 1036, 1048, 1105, 1107, 1109, 1111, 1113, 1115, 1117, 1119, 1121, 1123, 1125, 1127, 1129, 1131, 1133, 1135, 1137, 1139, 1141, 1143, 1145, 1147, 1149, 1151, 1153, 1155, 1157, 1159, 1161, 1163, 1165, 1167, 1169, 1171, 1173, 1175, 1177, 1179, 1181, 1183, 1185, 1187, 1189, 1191, 1193, 1195, 1197, 1199, 1201, 1203, 1205, 1207, 1209, 1211, 1213, 1215, 1217, 1219, 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235, 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261, 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277, 1279, 1281, 1283, 1285, 1287, 1289, 1291, 1293, 1295, 1297, 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1313, 1315, 1317, 1319, 1321, 1323, 1325, 1327, 1329, 1331, 1333, 1335, 1337, 1339, 1341, 1343, 1345, 1347, 1349, 1351, 1353, 1355, 1357, 1359, 1361, 1363, 1365, 1367, 1369, 1371, 1373, 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389, 1391, 1393, 1395, 1397, 1399, 1401, 1403, 1405, 1407, 1409, 1411, 1413, 1415, 1417, 1419, 1421, 1423, 1434, 1442, 1447, 1467, 1469, 1484, 1485, 1508, 1573, 1582, 1672, 1681, 1725, 1726, 1727, 1743, 1747, 1748], "arg1": [379, 382], "arg2": [379, 382], "argc": [34, 388, 389, 456, 459], "argument": [0, 9, 225, 244, 245, 250, 260, 271, 379, 381, 382, 388, 392, 394, 395, 397, 402, 413, 420, 430, 442, 450, 458, 459, 461, 462, 469, 476, 760, 825, 1097, 1525, 1595, 1601, 1608, 1620, 1672, 1678, 1681, 1713, 1717, 1721, 1722, 1723, 1727, 1729, 1743, 1748], "argument_typ": [402, 1701], "argumentcontain": 88, "argumentcontainer1": [88, 128, 402], "argumentcontainer2": [88, 128, 402], "argv": [34, 382, 388, 389, 456, 459, 470, 1688], "aris": 472, "arithmet": [0, 371, 372, 373, 374, 379, 396, 406, 432, 440, 461, 913, 1458, 1696], "ariti": [133, 136, 142, 208], "around": [0, 4, 1713, 1714, 1717, 1718, 1719, 1726, 1743, 1748], "arr": [0, 1536], "arrai": [136, 137, 145, 146, 147, 148, 151, 152, 161, 163, 164, 173, 175, 176, 186, 340, 350, 355, 385, 386, 388, 391, 405, 408, 410, 414, 415, 416, 417, 421, 422, 424, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 449, 450, 451, 452, 462, 464, 465, 469, 474, 475, 536, 540, 550, 554, 562, 563, 564, 565, 589, 592, 600, 601, 602, 603, 627, 630, 638, 639, 640, 641, 665, 668, 676, 677, 678, 679, 703, 706, 714, 715, 716, 717, 741, 791, 825, 833, 834, 835, 836, 860, 872, 881, 882, 883, 884, 939, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1070, 1094, 1098, 1099, 1100, 1448, 1450, 1454, 1455, 1458, 1467, 1469, 1484, 1485, 1499, 1500, 1502, 1521, 1522, 1526, 1528, 1529, 1530, 1531, 1533, 1536, 1547, 1548, 1549, 1552, 1553, 1554, 1564, 1569, 1570, 1584, 1594, 1596, 1598, 1600, 1602, 1605, 1655, 1669, 1688, 1696, 1699, 1707, 1710, 1713, 1717, 1719, 1720, 1721, 1722, 1726, 1727, 1740, 1745, 1748], "arrang": 1684, "array_const_view": [143, 146, 408, 433, 434, 436, 437, 451, 563, 565, 577, 578, 579, 601, 603, 615, 616, 617, 639, 641, 653, 654, 655, 677, 679, 691, 692, 693, 715, 717, 729, 730, 731, 834, 836, 848, 849, 850, 872, 882, 884, 888, 889, 890, 1448, 1450, 1467, 1469, 1484, 1485], "array_expr": 0, "array_prior": 0, "array_stack": 0, "array_view": [0, 146, 562, 564, 600, 602, 638, 640, 676, 678, 714, 716, 833, 835, 879, 881, 883, 1424, 1700], "array_with_gfbloc_indic": 449, "arraytyp": [163, 175], "arrrai": 151, "artifici": [1715, 1719, 1730, 1735], "arxiv": [1742, 1743, 1747, 1748], "asid": 414, "ask": [0, 5, 7, 1690, 1698], "aspect": [1689, 1699, 1713, 1717, 1721, 1726, 1747, 1749], "assembl": 432, "assert": [0, 1726], "assert_block": 0, "assertequ": 0, "assign": [0, 9, 142, 159, 379, 392, 397, 405, 408, 410, 413, 421, 431, 438, 461, 941, 952, 965, 978, 991, 1004, 1019, 1030, 1038, 1050, 1700, 1726], "associ": [0, 193, 206, 260, 261, 266, 267, 271, 272, 277, 278, 387, 426, 451, 961, 974, 987, 1441, 1446, 1448, 1450, 1467, 1469, 1482, 1484, 1485, 1708, 1710, 1711, 1723, 1726, 1727, 1732, 1737, 1749], "assum": [0, 385, 442, 1093, 1536, 1690, 1707, 1743, 1748], "assumpt": [1723, 1727], "assymetri": 0, "asymptot": [1743, 1748], "asynchron": 1646, "at_end": 406, "atom": [4, 9, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 389, 444, 446, 451, 452, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 1433, 1446, 1689, 1713, 1716, 1717, 1720, 1723, 1725, 1726, 1727], "atom_diag": [9, 10, 377, 1725], "atom_diag_exampl": 389, "atom_diag_funct": [9, 389], "atom_orb_nam": [446, 1433], "atom_orb_po": [446, 1433], "atomdiag": [0, 389, 1725], "atomdiagcomplex": [0, 478, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531], "atomdiagr": [0, 478, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531], "atomic_density_matrix": [43, 389, 390], "atomic_g_iw": [43, 389, 390], "atomic_g_l": [43, 389, 390], "atomic_g_lehmann": [43, 389, 390], "atomic_g_tau": [43, 389, 390, 1725], "atomic_g_w": [43, 389, 390], "ats": 452, "attach": [222, 223], "attempt": [0, 296, 317, 319, 320, 321, 322, 327, 453, 456, 459, 1678, 1694, 1719], "attent": [1690, 1713, 1717], "attribut": [0, 1, 2, 222, 223, 385, 386, 387, 480, 501, 554, 592, 630, 668, 706, 744, 759, 825, 913, 919, 926, 936, 949, 961, 974, 987, 1000, 1015, 1026, 1035, 1047, 1433, 1441, 1446, 1458, 1462, 1482, 1507, 1581, 1594, 1600, 1620, 1624, 1631, 1671, 1674, 1676, 1683, 1713, 1717, 1728, 1734], "attributenam": 387, "au": [442, 1094], "author": [5, 442, 1096], "auto": [0, 13, 16, 25, 26, 27, 30, 50, 144, 145, 146, 147, 148, 149, 151, 153, 160, 165, 172, 177, 185, 190, 197, 198, 199, 200, 201, 203, 204, 207, 211, 212, 213, 244, 305, 313, 337, 338, 339, 341, 343, 344, 345, 369, 370, 371, 372, 373, 374, 376, 379, 382, 385, 389, 391, 395, 396, 397, 398, 405, 406, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 426, 430, 444, 461, 476, 478, 480, 501, 1698, 1700, 1702, 1703, 1725, 1729, 1736, 1737, 1747], "autobuild": 7, "autocorrel": 338, "autom": [0, 1690], "automat": [0, 9, 88, 247, 248, 253, 299, 323, 340, 342, 380, 381, 389, 392, 398, 405, 413, 416, 421, 430, 432, 440, 444, 453, 458, 459, 470, 474, 476, 1462, 1690, 1692, 1707, 1713, 1717, 1729], "automodul": 1704, "autopartit": [0, 9, 444, 1729, 1736], "autosummari": 0, "auxiliari": [0, 389], "av": [0, 371, 372, 373, 374], "avail": [0, 4, 336, 340, 408, 432, 458, 461, 471, 1575, 1675, 1689, 1690, 1691, 1692, 1694, 1699, 1739, 1744], "averag": [9, 81, 338, 340, 342, 369, 370, 371, 372, 373, 374, 453, 1713, 1717, 1729, 1736], "avoid": [0, 342, 379, 388, 399, 1690, 1713, 1717, 1723, 1727, 1730, 1735, 1743, 1748], "aw0": [1713, 1717, 1719, 1720], "awai": [1720, 1728, 1734], "ax": [452, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1734, 1739, 1744], "axi": [0, 429, 434, 435, 443, 469, 1084, 1713, 1716, 1717, 1720, 1722, 1723, 1727, 1728, 1729, 1730, 1734, 1735, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "ayral": 3, "azi": 392, "b": [0, 4, 61, 136, 195, 334, 346, 348, 354, 359, 360, 379, 382, 387, 400, 403, 412, 429, 461, 462, 468, 469, 566, 604, 642, 680, 718, 837, 1064, 1065, 1087, 1424, 1522, 1533, 1585, 1586, 1609, 1613, 1614, 1615, 1616, 1640, 1700, 1707, 1721, 1722, 1724, 1732, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "b10": [1713, 1715, 1716, 1717, 1719, 1720], "b4": 412, "b_": [462, 1522, 1533], "b_zone": 0, "ba": 146, "back": [0, 381, 388, 457, 459, 462, 1522, 1713, 1717, 1723, 1727, 1730, 1735, 1740, 1745], "background": 3, "backup": 1698, "backward": [0, 187, 555, 593, 631, 669, 707, 773, 782], "bad": [469, 1729], "badg": 0, "badli": 409, "ban": 397, "band": [4, 389, 440, 448, 1495, 1709, 1713, 1714, 1717, 1718, 1719, 1728, 1731, 1732, 1734, 1736, 1737], "band_data": [1713, 1717], "bands_path": [1713, 1715, 1716, 1717, 1719, 1720], "bandstructur": [1713, 1717], "bandwidth": [432, 802, 815, 817, 1723, 1727], "bandwith": [432, 442, 1094], "bar": [369, 370, 399, 462, 464, 472, 1521, 1547, 1548, 1579, 1713, 1717, 1719, 1720, 1729, 1735, 1740, 1745], "bare": [0, 450, 1602, 1741, 1742, 1743, 1746, 1747, 1748], "barrier": 0, "base": [0, 5, 246, 255, 256, 268, 388, 430, 457, 460, 461, 551, 552, 820, 821, 1462, 1500, 1672, 1689, 1690, 1696, 1698, 1710, 1723, 1727, 1732, 1737, 1740, 1745, 1750], "basedonmap": [246, 255], "bash": 1690, "bash_profil": [1690, 1692, 1695], "basi": [0, 62, 74, 232, 250, 252, 255, 258, 260, 269, 271, 279, 280, 282, 283, 290, 291, 389, 406, 444, 445, 446, 451, 452, 461, 462, 465, 947, 959, 1440, 1445, 1446, 1462, 1463, 1483, 1521, 1522, 1526, 1529, 1531, 1533, 1552, 1553, 1554, 1717, 1723, 1726, 1727, 1732, 1737, 1739, 1743, 1744, 1748], "basic": [4, 9, 385, 386, 387, 392, 396, 406, 408, 431, 432, 454, 459, 467, 470, 1695, 1699, 1700, 1701, 1702, 1707, 1710, 1713, 1717, 1719, 1729, 1739, 1743, 1744, 1748], "basic_typ": 0, "basin": 0, "basinhop": [442, 1094], "basis_st": 252, "bath": [4, 442, 1094, 1098, 1709, 1713, 1716, 1717, 1720, 1723, 1727, 1729, 1732, 1737], "bcast": [0, 387], "becaus": [7, 380, 397, 405, 406, 432, 440, 459, 474, 1694, 1720, 1721, 1723, 1727, 1730, 1735, 1743, 1748], "beck": 0, "becom": [126, 382, 385, 409, 457, 1732, 1737, 1740, 1743, 1745, 1748], "been": [0, 3, 4, 87, 296, 317, 319, 320, 346, 348, 350, 395, 403, 405, 421, 459, 461, 469, 1643, 1675, 1678, 1680, 1688, 1697, 1698, 1706, 1730, 1731, 1735, 1736, 1740, 1745], "befor": [0, 8, 88, 91, 116, 142, 299, 323, 340, 404, 416, 417, 440, 459, 461, 475, 1672, 1673, 1677, 1678, 1690, 1691, 1694, 1695, 1699, 1701, 1713, 1714, 1717, 1718, 1723, 1725, 1727, 1728, 1729, 1730, 1735], "begin": [0, 15, 215, 379, 403, 406, 409, 457, 459, 461, 462, 825, 1523, 1524, 1532, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "behav": [430, 474, 1692, 1724], "behavior": [0, 404, 1692, 1698, 1715, 1719, 1735, 1743, 1748], "behaviour": [26, 183, 379, 382, 385, 440, 1740, 1741, 1743, 1745, 1746, 1748], "behind": [1699, 1722, 1729], "being": [0, 219, 244, 323, 340, 388, 401, 461, 462, 470, 1463, 1483, 1520, 1522, 1525, 1527, 1529, 1699, 1735], "belong": [236, 250, 252, 258, 269, 288, 406], "below": [0, 94, 119, 191, 193, 327, 369, 370, 385, 387, 391, 397, 406, 410, 440, 457, 459, 464, 469, 474, 1550, 1693, 1695, 1696, 1698, 1704, 1707, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1726, 1727, 1731, 1732, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "bench": 0, "benchmark": 0, "benefici": 1729, "benefit": 476, "best": [0, 398, 405, 1692, 1698, 1713, 1714, 1717, 1718, 1748], "beta": [0, 72, 73, 74, 75, 76, 77, 78, 145, 146, 151, 207, 389, 402, 404, 405, 406, 408, 409, 412, 414, 416, 417, 420, 421, 428, 429, 430, 432, 433, 434, 435, 436, 437, 440, 443, 449, 456, 459, 468, 469, 523, 524, 525, 526, 527, 528, 554, 560, 592, 598, 630, 636, 668, 674, 706, 712, 831, 879, 913, 914, 961, 974, 987, 1000, 1015, 1026, 1688, 1702, 1703, 1709, 1713, 1717, 1719, 1720, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "beta_": [456, 459], "beta_a": 404, "betaepsilon": [1740, 1745], "beth": [4, 1699, 1730, 1731, 1735, 1736, 1741, 1746], "better": [0, 413, 1713, 1715, 1717, 1719, 1730, 1735], "between": [0, 4, 18, 22, 114, 241, 247, 249, 253, 380, 387, 389, 400, 404, 407, 413, 417, 430, 444, 451, 452, 457, 1088, 1446, 1502, 1689, 1701, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1741, 1742, 1744, 1746, 1747, 1750], "beyond": [0, 385, 461, 1715, 1719], "bfg": [0, 442, 1094], "bg": [145, 146, 412], "bg0": 412, "bg1": 412, "bg11": 412, "bg2": 412, "bg3": 412, "bg4": 412, "bia": [369, 370], "bibtex": 3, "bidirect": 461, "big": [0, 1713, 1717, 1728, 1730, 1734, 1735, 1740, 1745], "bigger": [114, 1707, 1722, 1723, 1727, 1729, 1730, 1734, 1735], "bigl": [449, 545, 1732, 1737], "bigr": [449, 545, 1732, 1737], "bin": [0, 337, 339, 340, 342, 343, 344, 345, 346, 347, 348, 349, 350, 352, 354, 360, 365, 368, 369, 370, 376, 442, 448, 472, 1096, 1495, 1579, 1581, 1586, 1690, 1692, 1694, 1695, 1729, 1732, 1737], "binari": [0, 385, 396, 1695], "binary_dir": 0, "bind": [0, 163, 447, 449, 452, 1446, 1462, 1482, 1498, 1499, 1500, 1691, 1696, 1713, 1717, 1719, 1720, 1739, 1744], "binder": [0, 1689, 1699], "binned_seri": 0, "bionic": 0, "bisect": [1608, 1618], "bit": [385, 416, 468, 469, 475, 476, 1735], "bitset": 444, "bl": [447, 449, 451, 452, 1441, 1446, 1482, 1712, 1726], "bl_1": 452, "bl_2": 452, "bl_4": 452, "bl_mat": 1540, "bl_size": 136, "bla": 402, "black": [1713, 1717, 1719], "blas_lapack": 0, "bloc": 761, "block": [0, 1, 2, 4, 47, 49, 50, 62, 73, 74, 75, 76, 77, 79, 80, 81, 136, 145, 146, 388, 389, 401, 404, 407, 410, 425, 431, 433, 434, 435, 436, 437, 438, 442, 443, 450, 464, 465, 466, 478, 480, 483, 485, 501, 504, 506, 744, 745, 746, 747, 749, 751, 752, 753, 754, 756, 759, 760, 761, 764, 766, 767, 769, 771, 774, 779, 1094, 1098, 1100, 1102, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1594, 1595, 1600, 1601, 1678, 1713, 1716, 1717, 1719, 1720, 1721, 1725, 1729, 1737], "block2": 0, "block2_gf": [0, 194, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 886], "block2_gf_const_view": [868, 869, 870, 871, 873, 874], "block2_gf_view": [433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 875, 876, 890], "block2gf": [0, 188, 210], "block_gf": [0, 73, 74, 76, 77, 131, 145, 146, 190, 195, 200, 201, 207, 208, 211, 407, 425, 431, 524, 525, 526, 527, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 886, 1727], "block_gf_const_view": [136, 145, 146, 208, 412, 868, 869, 870, 871, 873, 874], "block_gf_view": [0, 136, 145, 146, 190, 196, 200, 201, 208, 211, 412, 433, 434, 436, 437, 562, 564, 579, 600, 602, 617, 638, 640, 655, 676, 678, 693, 714, 716, 731, 833, 835, 850, 872, 875, 876, 881, 883, 890], "block_gf_view_of": 196, "block_index": [410, 412, 761, 1536], "block_index1": 746, "block_index2": 746, "block_list": [440, 744, 745, 760, 1723, 1727], "block_mapping_t": 249, "block_matrix": 0, "block_matrix_from_op": 0, "block_matrix_t": [72, 81, 523, 531, 1535, 1540], "block_nam": [0, 133, 136, 412, 442, 1098, 1100], "block_names_t": [134, 136], "block_siz": [0, 133], "block_txtfil": [442, 1100], "blockgf": [188, 210, 431, 436, 438, 442, 1093, 1094, 1098, 1100, 1723, 1727], "blockgreenfunct": 136, "blow": 1748, "blue": [1704, 1713, 1717, 1722, 1729], "bnd": [1713, 1717], "bodi": [4, 9, 62, 247, 248, 255, 377, 404, 461, 1534, 1689, 1723, 1727, 1730, 1735], "bond": [1699, 1711, 1713, 1717], "bonini": 0, "bool": [35, 38, 40, 44, 45, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 107, 136, 190, 191, 192, 193, 200, 201, 208, 211, 224, 227, 236, 238, 239, 241, 243, 246, 248, 249, 253, 255, 288, 290, 291, 296, 297, 302, 317, 319, 320, 362, 367, 402, 433, 434, 435, 436, 437, 442, 456, 459, 461, 462, 464, 554, 571, 572, 589, 592, 609, 610, 627, 630, 647, 648, 665, 668, 685, 686, 703, 706, 723, 724, 741, 825, 842, 843, 860, 872, 885, 886, 1008, 1059, 1094, 1462, 1499, 1502, 1510, 1515, 1521, 1535, 1537, 1538, 1539, 1549, 1643, 1727], "boolean": [379, 382, 464, 465, 466, 1084, 1500, 1510, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1673], "boost": [0, 331, 332, 453, 461, 471, 1694, 1696], "boost_librari": 0, "boost_seri": 0, "boost_vers": 0, "boostconfig": 0, "bore": 470, "borrow": 0, "boson": [0, 404, 406, 416, 417, 419, 428, 429, 913, 961, 974, 987, 1000, 1015, 1026, 1723, 1727, 1740, 1745], "both": [0, 8, 317, 338, 367, 403, 409, 411, 413, 420, 426, 428, 430, 432, 440, 472, 961, 1015, 1035, 1047, 1500, 1608, 1689, 1690, 1698, 1699, 1713, 1715, 1717, 1719, 1720, 1723, 1727, 1728, 1730, 1732, 1734, 1735, 1737, 1738, 1739, 1742, 1744, 1747], "bottom": [469, 1702, 1739, 1744, 1748], "bound": [0, 92, 93, 117, 118, 398, 540, 1608, 1609, 1618], "boundari": [0, 352, 359, 1462, 1585], "box": 1745, "bracket": [8, 400, 405, 431, 438], "branch": [0, 7, 8, 385, 1690, 1698], "bravai": [447, 451, 452, 949, 1433, 1441, 1443, 1446, 1451, 1458, 1471, 1482, 1487, 1712, 1726, 1739, 1744], "bravais_lattic": [0, 452, 954], "bravaislattic": [446, 447, 449, 451, 949, 1441, 1446, 1458, 1482, 1712, 1726], "break": [0, 1741, 1746, 1750], "brentq": [1742, 1743, 1747, 1748], "brew": [0, 1694], "brief": [0, 295, 1692, 1696, 1721], "bright": [1713, 1717], "brillouin": [0, 406, 447, 936, 1441, 1470, 1482, 1486, 1502, 1600, 1726, 1728, 1732, 1734, 1737, 1739, 1740, 1741, 1744, 1745, 1746], "brillouin_zon": [0, 938, 1502, 1739, 1744], "brillouinzon": [0, 936, 1482, 1726], "bring": [1689, 1690, 1721], "broadcast": [0, 28, 208, 352, 361, 387, 388, 432, 440], "broaden": [77, 389, 527, 1716, 1720], "broken": [0, 1741, 1743, 1746, 1748], "brows": 1689, "browser": 1710, "brzone": [0, 433, 434, 436, 437, 451, 579, 617, 655, 693, 731, 850, 868, 869, 870, 871, 872, 873, 874, 890, 944, 945, 946, 1448, 1450, 1467, 1469, 1484, 1485], "bubbl": [1743, 1745, 1748], "bufdo": 1698, "buffer": 331, "bug": [0, 3, 6, 8, 389, 1730, 1735, 1750], "bugfix": 0, "buggi": 0, "build": [0, 4, 163, 175, 215, 382, 386, 389, 396, 406, 412, 416, 417, 745, 760, 1462, 1690, 1691, 1693, 1695, 1697, 1698, 1705, 1707, 1713, 1717, 1727, 1732, 1737], "build_dep": 0, "build_dir": 1704, "build_document": 0, "build_id": 0, "build_interfac": 0, "build_pytriq": 0, "build_triq": [1690, 1704], "build_x": 1690, "build_x_test": 1690, "builduid": 0, "built": [0, 388, 421, 1695, 1696, 1726], "bump": 0, "busi": 1729, "button": 8, "bz": [0, 450, 936, 1429, 1482, 1502, 1600, 1602, 1603, 1713, 1717, 1726, 1732, 1737, 1739, 1744, 1745, 1746], "bz_point": [450, 1594, 1600], "bz_weight": [450, 1594, 1600, 1717], "c": [4, 5, 7, 29, 32, 33, 36, 39, 46, 47, 48, 49, 190, 200, 201, 208, 211, 253, 296, 301, 317, 319, 320, 326, 345, 346, 348, 361, 362, 370, 373, 374, 377, 378, 379, 382, 383, 385, 388, 391, 392, 399, 403, 404, 405, 406, 409, 412, 413, 416, 417, 422, 424, 428, 431, 432, 441, 444, 453, 456, 460, 461, 468, 471, 472, 474, 475, 476, 484, 485, 505, 506, 566, 604, 642, 680, 718, 789, 790, 837, 867, 878, 1103, 1538, 1539, 1690, 1691, 1692, 1695, 1697, 1698, 1700, 1702, 1704, 1713, 1716, 1717, 1719, 1720, 1721, 1723, 1725, 1726, 1727, 1729, 1732, 1736, 1737, 1738, 1739, 1740, 1743, 1744, 1745, 1748], "c0": [1713, 1716, 1717, 1719, 1720, 1729], "c1": [1713, 1717, 1719, 1720, 1729], "c14": 0, "c17": 0, "c2": [1713, 1717, 1719, 1720], "c2py": 0, "c3": [1713, 1717, 1719, 1720], "c4": [1713, 1717, 1719, 1720], "c5": [1713, 1717, 1719, 1720], "c_": [404, 461, 482, 483, 503, 504, 1729, 1732, 1737], "c_b": [1740, 1745], "c_cast_typ": 379, "c_connect": 45, "c_d": [1740, 1745], "c_dag": [389, 444, 461, 1725, 1729, 1732, 1736, 1737], "c_i": [1723, 1727], "c_j": [1539, 1723, 1727], "c_k": 1538, "c_l": 1538, "c_list": 461, "c_matrix": 45, "c_name": [378, 379, 382], "c_namespac": 382, "c_tag": 1061, "c_type": [379, 382], "c_type_absolut": 379, "ca": 403, "cach": 0, "cal": [1723, 1727, 1728, 1731, 1732, 1734, 1736, 1737], "calc": [1713, 1717, 1719], "calcul": [0, 40, 128, 259, 270, 337, 338, 369, 370, 371, 372, 373, 374, 398, 409, 416, 430, 432, 433, 435, 441, 444, 448, 453, 459, 461, 462, 470, 472, 538, 542, 560, 598, 636, 674, 712, 831, 1502, 1521, 1522, 1523, 1524, 1532, 1620, 1689, 1690, 1699, 1701, 1711, 1714, 1715, 1718, 1719, 1723, 1724, 1725, 1726, 1727, 1729, 1731, 1732, 1736, 1737, 1741, 1742, 1746, 1747, 1749], "call": [0, 50, 87, 109, 296, 317, 318, 319, 320, 324, 330, 331, 338, 379, 381, 382, 385, 386, 387, 388, 391, 395, 396, 397, 398, 399, 402, 405, 406, 408, 426, 430, 439, 453, 454, 457, 458, 459, 461, 468, 471, 476, 781, 866, 1620, 1643, 1672, 1673, 1678, 1684, 1695, 1698, 1701, 1702, 1707, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1727, 1728, 1730, 1734, 1735, 1736, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "call_the_fourier_implement": 408, "callabl": [244, 245, 250, 260, 271, 396, 445, 468, 476, 549, 745, 1672, 1681], "callback": [0, 296, 317, 319, 320, 456, 459], "calling_pattern": [378, 379, 382], "calloc": 0, "callproxynon": 0, "calulcul": 0, "can": [0, 3, 4, 6, 7, 8, 42, 88, 142, 159, 215, 255, 268, 338, 340, 347, 349, 350, 379, 380, 382, 385, 386, 387, 388, 389, 391, 395, 396, 397, 399, 401, 404, 405, 406, 408, 410, 411, 413, 416, 417, 418, 420, 422, 424, 426, 428, 430, 432, 436, 439, 440, 443, 448, 449, 450, 453, 454, 456, 457, 458, 459, 460, 461, 462, 464, 468, 469, 470, 471, 472, 474, 475, 476, 539, 540, 543, 549, 555, 593, 631, 669, 707, 745, 906, 961, 974, 987, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1468, 1500, 1522, 1594, 1600, 1602, 1643, 1678, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1702, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750], "cancel": 0, "cannot": [405, 415, 432, 478, 480, 501, 1724, 1725, 1743, 1748], "canon": [61, 215, 461, 1723, 1727], "canonical_ops_t": 461, "capabl": 1710, "capac": [338, 339, 340, 342, 344, 345, 346, 348], "captur": [0, 396, 1713, 1715, 1716, 1717, 1718, 1719, 1720, 1732, 1737], "capture_stdout": 0, "capword": 0, "caratheodori": 4, "care": [0, 404, 453, 454, 457, 459, 1698, 1713, 1717, 1735, 1743, 1748], "carefulli": [1713, 1717], "carlo": [4, 9, 295, 317, 319, 320, 338, 377, 402, 456, 472, 1713, 1716, 1717, 1720, 1723, 1727, 1729, 1730, 1735], "carpentri": 1710, "carri": [279, 426, 444, 461], "cart": 1690, "cartesian": [406, 407, 410, 421, 926, 1726], "cartesian_product": 0, "cascad": [1742, 1747], "case": [0, 62, 145, 146, 152, 164, 176, 241, 380, 388, 395, 397, 399, 406, 408, 411, 413, 420, 432, 452, 459, 1690, 1695, 1698, 1705, 1709, 1713, 1717, 1720, 1723, 1726, 1727, 1728, 1729, 1731, 1732, 1734, 1736, 1737, 1741, 1742, 1746, 1747], "cast": [406, 913, 1458], "cast_t": 406, "cast_typ": 379, "castabl": [913, 1458], "cat": [1713, 1716, 1717, 1719, 1720], "catalina": 0, "catch": [0, 474], "categori": 4, "caught": 474, "caus": [340, 464, 1549, 1678, 1743, 1748], "caution": [442, 1093, 1690], "cb": 403, "cbegin": [215, 406, 461], "cc": [0, 1691, 1692, 1694], "ccq": [3, 1690], "cd": [7, 8, 253, 461, 566, 604, 642, 680, 718, 837, 1690, 1707, 1713, 1717], "cd_list": 461, "cdag_connect": 45, "cdag_matrix": 45, "cdf": 337, "cdot": [369, 370, 404, 452, 465, 1553, 1723, 1727], "ce2o3_csc_w90": [1716, 1720], "cea": 3, "cell": [380, 446, 451, 452, 1433, 1436, 1446, 1463, 1474, 1483, 1490, 1503, 1698, 1713, 1715, 1717, 1719, 1726, 1730, 1732, 1735, 1736, 1737], "cend": [215, 406, 461], "center": [0, 352, 360, 452, 815, 1586, 1714, 1718, 1732, 1737, 1739, 1744], "cento": 0, "central": [472, 1713, 1717, 1723, 1727, 1732, 1737], "certain": [0, 1690, 1692, 1707, 1723, 1727, 1729], "certainli": [432, 1721], "cf": [0, 119, 136, 151, 296, 302, 317, 319, 320, 379, 385, 397, 403, 405, 406, 408, 410, 413, 426, 468, 474, 475, 476, 1689, 1710], "cflag": 1692, "cfunction": [380, 384], "cg": 403, "cgcoeff": [462, 1524], "chain": [9, 391, 454, 459, 1729], "chang": [6, 7, 8, 115, 121, 122, 123, 124, 125, 298, 389, 401, 402, 432, 440, 457, 462, 465, 1522, 1529, 1533, 1552, 1553, 1554, 1689, 1690, 1692, 1694, 1698, 1701, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1727, 1729, 1730, 1731, 1734, 1735, 1736, 1741, 1746, 1747, 1750], "change_col": [0, 83, 402], "change_one_row_and_one_col": [0, 1701], "change_raw": 402, "change_row": [0, 83], "change_x": 1721, "changelog": [5, 1689, 1698, 1750], "channel": [6, 1717, 1719, 1720, 1735, 1742, 1747], "chapter": 459, "char": [34, 388, 389, 456, 459, 476, 1713, 1717], "char_tabl": [1713, 1717], "charact": [1713, 1717], "character": [1723, 1727, 1730, 1735], "characterist": [472, 474, 1715, 1719, 1730, 1735], "charg": [4, 413, 426, 432, 1741, 1742, 1746, 1747], "charge_below": 1717, "charleboi": 0, "cheap": [1728, 1734], "cheat": 0, "check": [7, 35, 42, 80, 91, 116, 188, 191, 193, 210, 224, 236, 238, 239, 243, 288, 290, 291, 338, 387, 391, 396, 450, 464, 530, 1515, 1550, 1602, 1603, 1643, 1689, 1690, 1698, 1699, 1714, 1718, 1723, 1724, 1726, 1727, 1739, 1740, 1742, 1744, 1745, 1747], "check_issue819": 0, "checkfor": 0, "checkout": 8, "cheke": 398, "chem_potenti": [439, 814, 815], "chemic": [4, 389, 444, 448, 538, 542, 815, 1713, 1716, 1717, 1719, 1720, 1726, 1728, 1731, 1734, 1735, 1736, 1739, 1744], "chemical_potential_post": [1713, 1716, 1717, 1719, 1720], "chemical_potential_pr": 1720, "chi": [1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "chi0_at_k_w": [1740, 1745], "chi0_fk": [1740, 1745], "chi0_fk_interp": 1745, "chi0_k_interp": 1745, "chi0_tr_from_grt_ph": 1745, "chi0_wk": [1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "chi_": [1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "chi_0": [450, 1602, 1699, 1741, 1742, 1746, 1747, 1749], "chi_f": [1740, 1745], "chi_interp": 1745, "chi_inv_vec": 1746, "chi_k_interp": 1746, "chi_q_ref": [1740, 1745], "chi_sp_wk": 1748, "chi_w": [1742, 1743, 1747, 1748], "chi_wk": [1741, 1742, 1743, 1746, 1747, 1748], "chi_wk_from_chi_wr": 1745, "chi_wr_from_chi_tr": 1745, "chia": 4, "child": 910, "chmod": [0, 1698], "choic": [0, 457, 1500, 1694, 1713, 1717, 1721], "choleski": [442, 1094], "choos": [1693, 1698, 1707, 1714, 1718], "chose": [409, 1721, 1723, 1727, 1728, 1734], "chosen": [50, 352, 442, 453, 462, 1094, 1522, 1581, 1728, 1729, 1734], "chunk": [0, 12, 28, 331], "chunk_length": 0, "chunk_rang": [0, 11], "ci": 0, "circl": 1729, "circular": 1709, "citat": 5, "cite": 4, "cl": [382, 386, 387, 781, 864, 866, 934], "clang": [0, 383, 474, 1690, 1694, 1696, 1697], "clang13": 0, "clang15": 0, "clariti": [440, 459], "class": [2, 8, 9, 10, 17, 31, 33, 38, 45, 57, 83, 88, 133, 136, 150, 162, 174, 189, 215, 230, 241, 247, 255, 256, 268, 279, 295, 321, 331, 338, 352, 380, 383, 384, 385, 389, 397, 399, 400, 401, 403, 405, 410, 428, 429, 432, 433, 434, 435, 436, 437, 439, 440, 446, 447, 448, 449, 450, 451, 453, 454, 456, 457, 459, 460, 461, 463, 468, 469, 470, 471, 472, 479, 480, 501, 534, 535, 539, 544, 545, 548, 549, 553, 554, 591, 592, 629, 630, 667, 668, 705, 706, 743, 744, 758, 759, 781, 783, 784, 786, 789, 791, 793, 795, 800, 801, 803, 806, 809, 812, 814, 819, 820, 823, 825, 862, 866, 896, 897, 903, 912, 913, 918, 919, 923, 925, 926, 935, 936, 949, 961, 974, 987, 1000, 1015, 1026, 1035, 1047, 1103, 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, 1350, 1352, 1354, 1356, 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, 1422, 1428, 1429, 1432, 1433, 1441, 1446, 1457, 1458, 1461, 1462, 1481, 1482, 1506, 1507, 1571, 1572, 1580, 1581, 1593, 1594, 1599, 1600, 1619, 1620, 1624, 1631, 1670, 1671, 1672, 1689, 1699, 1700, 1702, 1704, 1712, 1726, 1727, 1728, 1734, 1735, 1739, 1744], "class_": [380, 384], "classic": [1743, 1748], "classmethod": 386, "clean": [0, 38, 399, 401, 453, 461, 1695, 1698], "cleaner": 463, "cleanin": 0, "cleanli": 459, "cleanup": [0, 1694], "clear": [0, 8, 83, 300, 352, 402, 1691], "clear_measur": 295, "clear_statist": [0, 321], "clearer": 457, "clearli": [440, 453, 459, 1694, 1732, 1737], "clebsch_gordan": 462, "clebsh": [462, 1524], "clef": [9, 145, 146, 377, 391, 407, 408, 412, 416, 417, 420, 430, 431, 1700, 1702, 1703], "clef_auto_assign": 391, "clef_express": [396, 397], "clef_implement_lazy_cal": [391, 399], "clef_implement_lazy_method": 399, "clef_make_fnt_lazi": 399, "clefexpress": [413, 426], "click": [8, 1689, 1714, 1718, 1721], "clip": 468, "clip_on": [1739, 1744], "clock_callback": [456, 459], "clone": [0, 379, 414, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049, 1690], "clone_funct": 379, "close": [1690, 1696, 1703, 1713, 1717, 1730, 1735, 1740, 1745], "closest": [413, 417, 461, 939, 1086, 1087], "closest_mesh_point": 426, "closest_mesh_point_t": 426, "closest_mesh_pt": 0, "closest_mesh_pt_t": 426, "closestmeshpoint": 0, "cluster": [387, 459, 1462, 1466, 1689, 1690, 1695, 1732, 1737], "cluster_mesh": 0, "cluster_sit": [1462, 1463], "cmake": [4, 7, 1690, 1691, 1694, 1696, 1697, 1698, 1705, 1707], "cmake_build_typ": 1707, "cmake_install_prefix": [0, 1690], "cmake_minimum_requir": 1707, "cmake_polici": 0, "cmake_xxx": 0, "cmake_xxx_dir": 0, "cmakelist": [0, 1698, 1704, 1707], "cmap": [1726, 1737, 1739, 1744, 1745], "cmath": 436, "cmp0057": 0, "cmp0074": 0, "cmplx": [442, 1094], "cn": [1732, 1737], "cn_dag": [1732, 1737], "co": [0, 391, 396, 398, 399, 409, 469, 1721, 1722, 1726, 1732, 1737, 1739, 1740, 1744, 1745], "coars": [1723, 1727], "code": [0, 4, 5, 7, 9, 153, 165, 177, 379, 380, 383, 387, 388, 391, 392, 412, 440, 453, 454, 457, 461, 463, 472, 474, 1689, 1690, 1691, 1696, 1699, 1703, 1704, 1705, 1706, 1713, 1715, 1716, 1717, 1720, 1721, 1728, 1730, 1731, 1735, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "code_vers": 470, "coef": 461, "coeff": [244, 1736], "coeffici": [9, 74, 144, 197, 198, 199, 203, 204, 241, 244, 245, 404, 406, 430, 435, 441, 442, 443, 445, 460, 461, 462, 464, 561, 599, 637, 675, 713, 832, 868, 869, 870, 871, 873, 874, 880, 961, 1099, 1509, 1511, 1524, 1534, 1539, 1550, 1701, 1723, 1727], "coefficienct": [430, 441], "cof": 403, "coher": 1719, "coincid": 745, "col": [97, 105, 115, 121, 126, 127, 130, 402, 1713, 1717], "cold": 1689, "colj0": 129, "collabor": [4, 1689], "collect": [0, 388, 453, 456, 459, 1696, 1729, 1733, 1736], "collect_result": [0, 295, 453, 456, 459], "collect_statist": 321, "collid": 432, "collin": 0, "collinear": [1743, 1748], "colon": 1692, "color": [3, 469, 1713, 1717, 1719, 1720, 1722, 1729, 1739, 1740, 1744, 1745], "colorbar": [1726, 1737, 1739, 1744, 1745, 1746], "colorscheme_alatt": [1713, 1715, 1716, 1717, 1719, 1720], "colorscheme_band": [1713, 1715, 1716, 1717, 1719, 1720], "colorscheme_kslic": [1713, 1715, 1716, 1717, 1719, 1720], "colum": [127, 401], "column": [123, 124, 126, 127, 401, 402, 448, 462, 543, 776, 1530, 1713, 1717], "com": [0, 4, 8, 1688, 1690, 1698, 1708, 1711, 1713, 1717, 1749], "combin": [0, 15, 439, 478, 480, 501, 801, 814, 1710, 1713, 1717, 1719, 1723, 1725, 1727, 1740, 1742, 1745, 1747], "come": [7, 389, 447, 449, 458, 1695, 1700, 1701, 1724, 1730, 1735, 1743, 1748], "comm": [3, 4, 30, 38, 388, 1645, 1659, 1719], "comma": 0, "command": [0, 7, 8, 380, 385, 443, 551, 552, 1690, 1692, 1694, 1695, 1698, 1706, 1713, 1717, 1721, 1722, 1724, 1730, 1735, 1750], "comment": [406, 414, 428, 429, 445, 453, 1696, 1721, 1743, 1748], "commit": [0, 8, 470, 1698], "committe": 1696, "common": [298, 338, 432, 454, 470, 551, 552, 1689, 1690, 1723, 1726, 1727, 1728, 1734], "commonli": [0, 4, 460, 465, 1551, 1691, 1732, 1737], "commun": [0, 3, 4, 5, 28, 29, 30, 38, 39, 42, 208, 247, 296, 301, 317, 319, 320, 326, 345, 361, 362, 370, 373, 374, 387, 388, 428, 453, 456, 459], "commut": [461, 1725], "comp": [0, 3], "compact": [385, 402, 421, 1724], "compar": [0, 367, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1727, 1730, 1732, 1734, 1735, 1737, 1741, 1742, 1746, 1747, 1748], "comparison": [0, 227, 367, 379, 436, 1713, 1717, 1743, 1748], "comparison_test": 0, "compat": [0, 5, 187, 440, 461, 555, 593, 631, 669, 707, 773, 782, 1698, 1713, 1717, 1719, 1729], "compatibl": 0, "compil": [5, 9, 377, 379, 383, 391, 395, 396, 406, 470, 475, 1692, 1693, 1697, 1706, 1707, 1713, 1717], "complementari": [1689, 1732, 1737], "complet": [0, 9, 41, 84, 85, 101, 102, 103, 104, 110, 111, 112, 113, 115, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 391, 392, 397, 399, 402, 412, 413, 418, 431, 438, 459, 474, 1689, 1690, 1694, 1700, 1701, 1709, 1723, 1727, 1735, 1742, 1747], "complete_oper": [0, 83, 109, 114, 123, 124, 125, 126, 127, 128, 129, 130, 402, 1701], "complete_refil": 0, "complex": [0, 9, 44, 45, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 241, 246, 255, 268, 372, 373, 386, 388, 389, 392, 398, 399, 406, 409, 410, 416, 417, 418, 422, 424, 428, 433, 435, 436, 437, 442, 453, 459, 461, 462, 464, 465, 468, 469, 470, 480, 879, 913, 1094, 1522, 1529, 1533, 1549, 1552, 1553, 1554, 1713, 1717, 1721, 1723, 1727, 1729, 1741, 1742, 1743, 1746, 1747, 1748], "complex_freq": 0, "complex_liter": 0, "complex_t": 0, "compli": [1741, 1746], "compliant": [385, 1691], "complic": [396, 1688], "complx": [442, 1094], "compom": 932, "compon": [0, 389, 420, 421, 442, 462, 465, 1093, 1500, 1526, 1531, 1554, 1557, 1713, 1717, 1719, 1723, 1727, 1730, 1735, 1742, 1743, 1747, 1748], "compos": [440, 1717, 1727], "composit": [388, 421], "compound": [410, 432, 440, 461], "compress": [0, 338, 339, 340, 342, 385], "compress_linear_bin": 338, "compression_factor": 339, "compromis": [1713, 1717], "comput": [0, 4, 38, 79, 80, 81, 143, 247, 296, 317, 319, 320, 322, 338, 365, 376, 388, 389, 395, 396, 401, 406, 409, 416, 420, 432, 433, 435, 439, 440, 442, 447, 449, 450, 453, 456, 457, 459, 462, 465, 470, 472, 474, 529, 530, 531, 545, 560, 569, 587, 598, 607, 625, 636, 645, 663, 674, 683, 701, 712, 721, 739, 831, 840, 858, 879, 1093, 1431, 1462, 1465, 1522, 1552, 1553, 1554, 1594, 1600, 1602, 1620, 1624, 1689, 1690, 1694, 1695, 1696, 1699, 1710, 1712, 1713, 1717, 1723, 1727, 1730, 1735, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "computation1": 470, "compute_m": [456, 459], "computegrid": 1594, "concaten": [1743, 1747, 1748], "concentr": 425, "concept": [0, 9, 142, 159, 255, 297, 299, 324, 399, 400, 402, 407, 408, 411, 416, 417, 422, 424, 431, 454, 459], "concept_greenfunct": 151, "concis": 8, "concret": [459, 1723, 1727], "conda": [0, 1690], "condens": 1699, "condid": [1713, 1717], "condit": [0, 369, 370, 371, 372, 373, 374, 396, 440, 461, 474, 1709, 1713, 1717, 1719, 1720, 1723, 1727, 1730, 1732, 1735, 1737, 1743, 1748], "condition": 475, "conduct": [4, 1723, 1727, 1729], "config": [0, 453, 456, 458, 459, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "config_": [456, 459], "configur": [0, 306, 319, 320, 338, 457, 459, 470, 1690, 1691, 1698, 1705, 1707, 1713, 1717], "confirm": 1695, "conflict": [0, 397, 1690, 1694], "confus": 0, "congratul": 8, "conist": [1739, 1744], "conj": [0, 191, 193, 205, 206, 372, 373, 409, 442, 461, 1093], "conj_r": 0, "conjug": [0, 253, 372, 373, 434, 436, 437, 442, 461], "conjunct": [0, 1690], "conn": 444, "connect": [46, 48, 61, 241, 242, 247, 249, 253, 404, 444, 459, 482, 484, 503, 505, 1713, 1717], "consecut": [338, 1713, 1717], "consequ": [0, 396, 1742, 1743, 1747, 1748], "conserv": [1723, 1727, 1742, 1747], "consid": [0, 8, 24, 94, 119, 123, 124, 125, 129, 250, 290, 291, 338, 386, 430, 440, 459, 472, 1690, 1694, 1712, 1723, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737], "consider": [404, 432], "consist": [0, 4, 126, 127, 381, 382, 1699, 1709, 1713, 1717, 1719, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1741, 1743, 1746, 1748, 1749, 1750], "const": [0, 14, 19, 20, 21, 22, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 84, 85, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 120, 123, 124, 125, 126, 128, 134, 135, 136, 137, 138, 139, 141, 142, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 192, 193, 194, 195, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 236, 238, 239, 240, 242, 243, 244, 246, 247, 248, 249, 251, 253, 254, 257, 258, 259, 260, 261, 262, 264, 265, 266, 267, 269, 270, 271, 272, 273, 275, 276, 277, 278, 282, 283, 284, 285, 286, 287, 288, 290, 291, 293, 301, 303, 304, 305, 306, 307, 308, 309, 311, 312, 313, 314, 315, 316, 326, 327, 328, 329, 332, 333, 336, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 355, 356, 357, 359, 360, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 388, 389, 399, 400, 402, 406, 411, 412, 413, 414, 415, 423, 426, 444, 445, 453, 461, 474, 476, 1701, 1702], "const_iter": [216, 217, 221, 379, 406, 428, 461], "const_view": 1702, "const_view_typ": [141, 142, 146], "constant": [257, 261, 266, 272, 277, 355, 398, 445, 461, 1584, 1713, 1716, 1717, 1719, 1720, 1743, 1748], "constrain": [0, 1741, 1746], "constraint": [0, 4], "construct": [0, 9, 39, 50, 56, 60, 73, 74, 76, 77, 136, 219, 231, 232, 241, 242, 258, 269, 281, 317, 331, 354, 379, 386, 387, 389, 397, 408, 410, 412, 414, 415, 433, 434, 435, 436, 437, 440, 442, 448, 449, 450, 452, 456, 457, 458, 460, 464, 468, 471, 472, 489, 495, 510, 516, 539, 540, 549, 554, 592, 630, 668, 706, 760, 936, 1094, 1100, 1519, 1596, 1598, 1602, 1605, 1672, 1701, 1705, 1709, 1713, 1717, 1719, 1723, 1725, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1744, 1745], "constructor": [0, 17, 31, 33, 38, 45, 83, 133, 150, 162, 174, 208, 215, 230, 241, 247, 256, 268, 279, 295, 321, 331, 338, 352, 379, 382, 387, 399, 402, 405, 406, 410, 428, 429, 440, 456, 459, 461, 760, 1672, 1679, 1681, 1721, 1727], "consult": [6, 388], "consum": 469, "contact": [0, 4, 6, 385, 1690], "contain": [0, 4, 7, 9, 42, 50, 69, 88, 145, 146, 148, 150, 174, 242, 257, 344, 345, 371, 372, 373, 374, 379, 382, 387, 388, 392, 396, 398, 401, 403, 405, 406, 407, 408, 410, 411, 413, 425, 426, 430, 432, 442, 444, 445, 446, 450, 451, 461, 466, 470, 476, 478, 480, 500, 501, 521, 825, 947, 959, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1099, 1100, 1440, 1445, 1449, 1453, 1502, 1561, 1594, 1600, 1690, 1692, 1699, 1702, 1704, 1706, 1713, 1717, 1723, 1725, 1727, 1728, 1729, 1732, 1734, 1737, 1738, 1741, 1743, 1746, 1748], "content": [0, 387, 405, 1704, 1717, 1720, 1724, 1729, 1750], "context": [404, 906], "contigu": 406, "contiguo": 388, "continu": [5, 348, 352, 436, 1581, 1690, 1694, 1699, 1716, 1719, 1720, 1728, 1730, 1735, 1740, 1743, 1745, 1748], "continuator_typ": [1713, 1717, 1719], "contour": [1739, 1744], "contourplot": [1732, 1737], "contraint": [563, 601, 639, 677, 715, 834, 882], "contrari": [1690, 1729, 1743, 1748], "contrast": 440, "contribut": [0, 5, 8, 1689, 1691, 1713, 1717, 1719, 1741, 1743, 1746, 1748], "contributor": [0, 5], "control": [1684, 1696, 1713, 1717, 1721, 1722], "contruct": [38, 412], "conv": 382, "conv_ob": [1713, 1716, 1717, 1719, 1720], "conveni": [0, 387, 412, 421, 430, 461, 468, 1698, 1723, 1727, 1730, 1735], "convent": [0, 7, 9, 377, 462, 464, 465, 466, 469, 472, 559, 597, 635, 673, 711, 830, 1526, 1529, 1531, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1692, 1705, 1728, 1734], "converg": [1715, 1716, 1719, 1720, 1728, 1730, 1732, 1734, 1735, 1737, 1743, 1748], "convergen": [1713, 1717], "convergence_ob": [1713, 1716, 1717, 1719, 1720], "convers": [0, 443, 463], "convert": [0, 9, 245, 337, 379, 380, 382, 461, 462, 463, 464, 782, 944, 945, 956, 957, 969, 970, 982, 983, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1498, 1499, 1522, 1536, 1550, 1698, 1713, 1717, 1723, 1727], "convert_dft_input": [1713, 1717], "convet": [462, 1522], "convinc": 3, "convolut": [1740, 1745], "coolwarm": [1713, 1717, 1726], "coordin": [6, 406, 446, 451, 452, 1435, 1452, 1462, 1464, 1465, 1466, 1473, 1489, 1702, 1722, 1728, 1734], "copi": [0, 8, 88, 95, 97, 105, 136, 151, 163, 175, 183, 194, 246, 248, 297, 299, 340, 379, 382, 396, 399, 402, 411, 412, 414, 426, 431, 434, 436, 437, 438, 445, 448, 461, 470, 476, 556, 558, 569, 588, 594, 596, 607, 626, 632, 634, 645, 664, 670, 672, 683, 702, 708, 710, 721, 740, 745, 748, 749, 760, 765, 766, 827, 829, 840, 859, 930, 1690, 1704, 1713, 1714, 1715, 1717, 1718, 1719, 1726, 1727, 1732, 1734, 1735, 1737], "copy_from": [379, 440], "copyabl": 399, "copyconstruct": [406, 445], "copyi": 388, "copyright": 0, "core": [1689, 1690, 1692, 1713, 1717, 1721, 1732, 1737], "corner": 392, "corr": 1717, "corr_shel": 1717, "corr_to_inequiv": 1717, "correct": [0, 369, 370, 391, 395, 396, 408, 412, 432, 459, 467, 1704, 1713, 1714, 1715, 1717, 1718, 1719], "correctli": [338, 340, 1713, 1716, 1717, 1720], "correl": [0, 9, 337, 338, 376, 1689, 1699, 1713, 1717, 1729, 1730, 1735, 1736, 1740, 1743, 1745, 1748], "correspond": [0, 61, 123, 124, 125, 260, 271, 386, 387, 388, 402, 406, 410, 414, 420, 421, 428, 430, 432, 439, 440, 448, 452, 461, 463, 536, 543, 559, 589, 597, 627, 635, 665, 673, 703, 711, 741, 815, 830, 860, 1690, 1692, 1713, 1717, 1723, 1727, 1728, 1732, 1734, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "correspondingli": [0, 430], "cost": [338, 470, 1730, 1735], "could": [0, 7, 395, 408, 440, 457, 1715, 1717, 1719, 1720, 1729, 1730, 1735, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "coulomb": [444, 462, 1519, 1715, 1719, 1729], "count": [0, 352, 353, 380, 388, 1581, 1583, 1713, 1716, 1717, 1719, 1720], "counter": [0, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1734], "counterpart": 436, "coupl": [387, 447, 456, 462, 465, 1520, 1521, 1522, 1527, 1553, 1700, 1701, 1702, 1713, 1716, 1717, 1720, 1735], "cours": [391, 396, 432, 474, 1700, 1724, 1739, 1744], "cout": [13, 26, 145, 146, 339, 343, 346, 348, 371, 372, 373, 374, 388, 391, 395, 397, 398, 399, 402, 412, 416, 417, 420, 430, 444, 456, 458, 459, 461, 474, 476, 1700, 1701, 1702, 1703, 1707], "cover": [0, 457, 1723, 1727, 1732, 1737], "cp": [1713, 1717], "cpath": 1692, "cpht": 3, "cplus_include_path": [0, 1690, 1692, 1697], "cplx": 0, "cpp": [0, 159, 408, 414, 474, 1704, 1707], "cpp2py": [9, 377, 378, 379, 382, 383, 1691], "cpp2py_xxx": 0, "cpp2pyinfo": 0, "cpp2y": 0, "cppdlr": 0, "cpu": [0, 1646, 1690], "cpuprofil": 1706, "cpython": [1726, 1727], "crai": 0, "creat": [0, 4, 8, 95, 97, 105, 108, 147, 148, 207, 235, 241, 287, 340, 348, 369, 370, 381, 386, 387, 388, 402, 408, 432, 434, 435, 439, 442, 443, 461, 464, 465, 476, 478, 872, 906, 1059, 1098, 1099, 1502, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1673, 1675, 1690, 1694, 1695, 1698, 1702, 1707, 1719, 1720, 1722, 1723, 1726, 1727, 1730, 1732, 1735, 1737], "create_group": [385, 387, 470, 1688, 1713, 1717], "create_zero": 1468, "creation": [0, 48, 49, 50, 232, 253, 461, 462, 478, 480, 501, 1513, 1522, 1533, 1698, 1722, 1725, 1732, 1737], "criteria": [1730, 1735], "critic": [96, 1689, 1730, 1731, 1735, 1736, 1741, 1743, 1746, 1748], "cross": [0, 1714, 1718], "crossov": [1743, 1748], "crucial": [0, 469, 1713, 1717], "crystal": [1500, 1723, 1727], "csc": 4, "css": 0, "cstdint": 0, "ct": [389, 1699, 1713, 1717], "ctad": 132, "cthyb": [0, 4, 1690, 1699, 1709, 1711, 1713, 1716, 1717, 1720, 1730, 1735], "ctint": 0, "ctqmc": [1699, 1725, 1735], "ctrl": [379, 382, 1721], "cu": [1713, 1714, 1717, 1718], "cu_dx2y2": [1713, 1717], "cu_dz2": [1713, 1717], "cubic": [462, 465, 1068, 1070, 1073, 1522, 1525, 1529, 1552, 1553, 1554], "cubic_nam": 462, "cumul": [337, 351, 1589], "cuo": [1713, 1717], "cuprat": [1689, 1732, 1737], "curl": 1690, "current": [0, 3, 89, 120, 126, 127, 306, 307, 309, 340, 342, 346, 348, 385, 388, 401, 402, 404, 410, 459, 470, 566, 604, 642, 680, 718, 837, 1678, 1691, 1692, 1699, 1713, 1715, 1717, 1719, 1723, 1727], "curri": 406, "curtain": 1722, "curv": [469, 550, 1722, 1723, 1727, 1730, 1735, 1743, 1748], "custom": [0, 388, 1690], "cut": [439, 459, 801, 1741, 1746], "cutoff": [961, 974, 987, 1723, 1727], "cv": 449, "cwd": [1713, 1717], "cxx": [0, 1691, 1692, 1693, 1694, 1697, 1698, 1707], "cxx_std_20": 0, "cxxflag": [0, 1692], "cybi\u0144ski": 0, "cycl": [296, 307, 317, 318, 319, 320, 457, 459, 1709, 1713, 1717, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "cyclat": [0, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 868, 869, 870, 871, 872, 873, 874, 890, 956, 957, 958], "cyclic": [115, 1471, 1487], "cyclic_lattic": 0, "cython": 0, "d": [0, 3, 136, 346, 348, 379, 386, 387, 402, 403, 404, 432, 439, 440, 446, 447, 448, 449, 452, 458, 462, 535, 545, 566, 604, 642, 680, 718, 801, 802, 814, 815, 817, 837, 1433, 1520, 1522, 1526, 1527, 1529, 1531, 1536, 1700, 1701, 1712, 1713, 1717, 1719, 1721, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1735, 1737, 1740, 1743, 1745, 1748], "d1": 1468, "d2": 1701, "d_": [1713, 1717, 1729], "d_g0": [1713, 1717, 1719, 1720], "d_gimp": [1713, 1717, 1719, 1720], "daemon": [1676, 1682], "dagger": [48, 49, 404, 461, 462, 464, 465, 1522, 1533, 1549, 1555, 1723, 1725, 1727, 1729, 1732, 1737], "dagger_": [461, 462, 464, 465, 484, 485, 505, 506, 1522, 1533, 1548, 1554, 1557, 1731, 1736], "dagger_a": [1740, 1745], "dagger_c": [1740, 1745], "dagger_i": [1538, 1539], "dagger_j": 1538, "dai": 1694, "danger": [0, 476], "dangl": 396, "dark": 392, "darkgreen": 1729, "darwin": [1726, 1727], "dar\u00e9": [1743, 1748], "dasan": 0, "dat": [151, 163, 175, 414, 442, 1100, 1499, 1503, 1688, 1713, 1714, 1717, 1718, 1719, 1722], "data": [0, 5, 9, 133, 142, 148, 150, 151, 153, 159, 162, 163, 165, 174, 175, 177, 183, 215, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 348, 352, 353, 356, 357, 363, 364, 369, 370, 371, 372, 373, 374, 381, 385, 386, 388, 401, 402, 409, 410, 411, 414, 420, 423, 426, 430, 431, 438, 440, 442, 461, 467, 554, 558, 576, 589, 592, 596, 614, 627, 630, 634, 652, 665, 668, 672, 690, 703, 706, 710, 728, 741, 750, 755, 768, 775, 825, 829, 847, 860, 887, 944, 945, 956, 957, 969, 970, 982, 983, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1089, 1094, 1096, 1100, 1583, 1587, 1588, 1689, 1700, 1710, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1726, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "data_index": [919, 920, 945, 957, 970, 983, 996, 1012, 1023, 1034, 1042, 1056], "data_index_t": [944, 945, 956, 957, 969, 970, 982, 983, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056], "data_input_count": 338, "data_inst": 340, "data_shap": [150, 162, 174], "data_t": [0, 136, 137, 145, 146, 151, 152, 163, 164, 175, 176, 219, 220, 410, 414, 415, 416, 417, 422, 424], "dataset": [356, 357, 440, 1724], "datatyp": 388, "date": 474, "db": [566, 604, 642, 680, 718, 837], "dbuild_bench": 0, "dbuild_dep": 0, "dbuild_document": [7, 1693], "dbuild_test": 1693, "dc": [1713, 1716, 1717, 1719, 1720], "dc_dmft": [1717, 1720], "dc_energ": 1720, "dc_hi": [1716, 1720], "dc_pot": [1713, 1716, 1717, 1719, 1720], "dc_type": [1713, 1717, 1720], "dca": [1732, 1737], "dcmake_build_typ": 1693, "dcmake_cxx_flag": 1693, "dcmake_exe_linker_flag": 1693, "dcmake_install_prefix": [1690, 1693], "dcomplex": [143, 408, 430, 433, 434, 436, 437, 451, 562, 563, 564, 565, 577, 578, 579, 600, 601, 602, 603, 615, 616, 617, 638, 639, 640, 641, 653, 654, 655, 676, 677, 678, 679, 691, 692, 693, 714, 715, 716, 717, 729, 730, 731, 833, 834, 835, 836, 848, 849, 850, 872, 879, 881, 882, 883, 884, 888, 889, 890, 1424, 1450, 1469, 1485], "dct": [820, 821], "deadlock": 1678, "deal": [404, 460], "deb": [0, 1690], "debian": [0, 1694], "debug": [0, 5, 1693], "debugg": 0, "decai": [404, 442, 1093, 1723, 1727], "decal": 329, "decay_t": 209, "decid": [0, 416, 457, 459, 1678, 1696, 1698, 1721, 1723, 1727, 1730, 1735], "decim": 1672, "declar": [388, 396, 398, 459, 461, 476], "declin": 1698, "decltyp": [406, 476], "decompos": [433, 434, 435, 436, 437, 440, 470, 1729, 1740, 1745], "decomposit": [442, 1094], "decorrel": [457, 1713, 1717, 1729], "decreas": [1500, 1729, 1736, 1743, 1748], "decrib": 410, "dedic": 420, "dedocument": 461, "deduc": [344, 345, 371, 372, 373, 374, 379, 406, 409, 433, 461, 476, 1729], "deduce_inplace_arithmet": 379, "deduct": [0, 131, 388, 412], "deep": [151, 379, 440, 557, 595, 633, 671, 709, 747, 764, 828, 899, 929, 930], "deepen": [1713, 1717], "deeper": 1750, "def": [386, 436, 452, 469, 476, 1721, 1726, 1728, 1734, 1735, 1742, 1743, 1747, 1748], "default": [0, 18, 73, 74, 76, 77, 145, 146, 191, 193, 207, 208, 317, 354, 379, 382, 388, 410, 412, 416, 417, 418, 422, 424, 430, 440, 442, 446, 449, 450, 459, 461, 462, 469, 475, 524, 525, 526, 527, 550, 760, 823, 1000, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1099, 1433, 1499, 1500, 1502, 1515, 1521, 1579, 1596, 1602, 1603, 1618, 1646, 1672, 1673, 1691, 1694, 1695, 1698, 1700, 1723, 1727, 1730, 1735], "default2": [379, 382], "default_interpol_polici": 428, "default_valu": [379, 382], "defaut": [379, 382], "defin": [0, 46, 47, 48, 49, 255, 338, 339, 340, 343, 344, 345, 346, 348, 350, 369, 370, 372, 373, 374, 376, 379, 382, 387, 396, 399, 401, 403, 404, 406, 413, 429, 439, 440, 443, 444, 447, 449, 452, 456, 457, 459, 461, 462, 463, 469, 474, 475, 791, 825, 1070, 1468, 1502, 1522, 1533, 1696, 1702, 1707, 1712, 1713, 1717, 1723, 1725, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "definit": [150, 162, 174, 350, 385, 387, 389, 406, 410, 440, 445, 447, 459, 462, 468, 475, 1522, 1690, 1742, 1747], "defint": 0, "degre": [1026, 1689, 1730, 1732, 1735, 1737], "del": [0, 387, 1688], "delet": [0, 399], "delic": [1713, 1717, 1723, 1727, 1730, 1735], "deliv": [1716, 1720], "delt": 1736, "delta": [0, 369, 370, 403, 409, 442, 448, 472, 535, 1094, 1098, 1618, 1729, 1732, 1737, 1739, 1744], "delta_": [442, 461, 465, 1094, 1098, 1554], "delta_0": 376, "delta_disc": [442, 1094], "delta_dow": 1736, "delta_down": [1729, 1736], "delta_down_down": [1729, 1736], "delta_down_up": [1729, 1736], "delta_energi": 456, "delta_in": [0, 442, 1094], "delta_iw": [0, 442, 1093], "delta_n": 376, "delta_tau": 0, "delta_time_0": 1720, "delta_up": [1729, 1736], "delta_up_down": [1729, 1736], "delta_up_up": [1729, 1736], "delta_x": 1618, "demangl": 474, "demo": 1699, "demonstr": [436, 452], "denomin": [1741, 1742, 1743, 1746, 1747, 1748], "denot": [369, 370, 421, 430, 453, 462, 464, 465, 466, 1522, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1723, 1726, 1727, 1732, 1737, 1750], "dens": [1723, 1727], "dens_mat_post": 1720, "dens_mat_pr": 1720, "densiti": [0, 4, 72, 81, 131, 337, 375, 389, 430, 432, 433, 435, 439, 441, 447, 449, 457, 464, 469, 471, 523, 535, 587, 625, 663, 701, 739, 777, 801, 814, 815, 858, 1537, 1546, 1547, 1548, 1590, 1709, 1712, 1713, 1717, 1722, 1726, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "density_matrix": [81, 433, 435, 531, 560, 598, 636, 674, 712, 831, 1730, 1735], "density_requir": 1717, "density_zero_t": 0, "dep": 0, "depdend": [1740, 1745], "depend": [191, 205, 382, 391, 395, 409, 410, 414, 432, 472, 478, 1500, 1690, 1695, 1696, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1727, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "deploi": 0, "deprec": [18, 773, 1674, 1676, 1682, 1683], "deprect": 0, "derefer": 379, "deregist": 316, "deriv": [0, 337, 472, 474, 1620, 1730, 1735, 1740, 1745], "derweh": 0, "desc": [0, 9, 380], "descent": 4, "describ": [0, 208, 241, 387, 388, 396, 409, 410, 414, 425, 430, 432, 439, 440, 456, 457, 458, 459, 469, 1463, 1482, 1483, 1690, 1693, 1713, 1716, 1717, 1720, 1722, 1729, 1742, 1743, 1747, 1748], "descript": [0, 4, 247, 383, 400, 402, 1429, 1692, 1696, 1723, 1727], "descriptor": [0, 387, 432, 436, 438, 469, 1704, 1713, 1715, 1716, 1717, 1719, 1720], "deseri": 461, "design": [0, 338, 402, 459, 1699, 1741, 1746], "desir": [442, 1100, 1690, 1723, 1727], "dest": [1654, 1668], "destin": [0, 432, 440], "destinguish": 279, "destroi": [0, 432, 1724, 1732, 1737], "destructor": 410, "det": [0, 82, 89, 91, 94, 107, 115, 116, 119, 123, 124, 125, 126, 127, 128, 129, 130, 401, 402, 403, 1700], "det_manip": [8, 9, 10, 401, 403, 1699], "det_typ": 89, "detail": [0, 4, 13, 15, 23, 24, 26, 189, 247, 385, 387, 391, 406, 408, 454, 456, 457, 459, 470, 472, 1689, 1698, 1710, 1713, 1717, 1723, 1727, 1743, 1748], "detect": [0, 461, 1698], "determin": [5, 9, 83, 115, 128, 377, 381, 388, 402, 403, 409, 416, 430, 440, 441, 459, 461, 462, 1520, 1527, 1609, 1699, 1700, 1713, 1717, 1719, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "detratio": [402, 1701], "dev": [0, 1690, 1697, 1706], "develop": [0, 3, 4, 6, 8, 383, 474, 1689, 1690, 1691, 1698, 1705, 1714, 1718, 1730, 1735], "deviat": [369, 370, 430, 1743, 1748], "dft": [409, 1689, 1690], "dft_code": 1717, "dft_input": [1713, 1717], "dft_misc_input": 1717, "dft_tool": [0, 4, 1713, 1717], "dfttool": 4, "dg": [1713, 1717, 1719, 1720], "di": 1735, "diagon": [0, 9, 44, 45, 50, 62, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 249, 377, 404, 442, 464, 465, 466, 478, 479, 480, 501, 1093, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1716, 1720, 1723, 1727, 1731, 1736], "diagonal_onli": 249, "diagonal_part": 464, "diagram": [4, 1729, 1741, 1746], "diagrammat": 1729, "dic": [781, 866], "dichotomi": 0, "dict": [379, 382, 385, 387, 440, 451, 464, 465, 466, 469, 767, 781, 866, 1084, 1446, 1463, 1483, 1503, 1536, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1579, 1726], "dict1": 469, "dict2": 469, "dict2_t": [463, 1536, 1537, 1539], "dict4_t": [463, 1536, 1538], "dict_to_matrix": 463, "dictionari": [385, 386, 387, 440, 452, 463, 469, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1463, 1483, 1503, 1536, 1537, 1538, 1539, 1672, 1713, 1717, 1724, 1729], "dictionnari": 1468, "dictonari": 457, "did": [1723, 1727, 1730, 1735], "didn": 459, "difer": 389, "diff": [1743, 1747, 1748], "differ": [0, 15, 96, 255, 338, 344, 345, 373, 374, 380, 381, 403, 440, 443, 453, 456, 457, 459, 461, 476, 1691, 1692, 1699, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "difficult": 472, "difficulti": 1699, "digit": [1500, 1750], "dim": [0, 462, 589, 627, 665, 703, 741, 860, 936, 949, 1530, 1594, 1596, 1655, 1669, 1713, 1717, 1719, 1720], "dim_rep": 1717, "dimens": [0, 58, 64, 65, 147, 148, 238, 239, 267, 278, 340, 385, 388, 409, 421, 433, 434, 435, 436, 437, 446, 448, 452, 462, 490, 492, 493, 511, 513, 514, 554, 592, 630, 668, 706, 745, 825, 936, 942, 949, 953, 1437, 1444, 1462, 1470, 1471, 1475, 1479, 1486, 1487, 1491, 1494, 1495, 1530, 1596, 1717, 1723, 1726, 1727, 1739, 1741, 1743, 1744, 1746, 1748], "dimension": [147, 388, 406, 442, 452, 456, 469, 1100, 1502, 1536, 1699, 1732, 1737, 1739, 1744, 1749], "dimensionless": [1723, 1727], "dimer": 444, "dinension": [1740, 1745], "dir": [0, 1499], "direct": [0, 137, 257, 369, 370, 389, 406, 410, 431, 438, 450, 452, 459, 936, 949, 1602, 1603, 1689, 1690, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "directli": [0, 4, 6, 369, 370, 379, 382, 412, 430, 462, 1522, 1690, 1706, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1724, 1726, 1727, 1730, 1732, 1735, 1737, 1739, 1740, 1744, 1745], "directori": [0, 8, 387, 1690, 1692, 1693, 1695, 1697, 1698, 1707, 1713, 1714, 1717, 1718, 1730, 1735, 1736], "diretori": 1750, "dis_froz_max": [1713, 1717], "dis_froz_min": [1713, 1717], "dis_win_max": [1713, 1717], "dis_win_min": [1713, 1717], "disabl": [0, 399], "disappear": 1719, "disc": [435, 442, 561, 599, 637, 675, 713, 832, 880, 1094, 1098], "discard": [352, 353, 364, 365, 1583, 1588], "disclaim": [5, 1713, 1717], "disconnect": 1729, "discontinu": [435, 442, 561, 599, 637, 675, 713, 832, 880, 1096], "discret": [409, 412, 442, 450, 1094, 1470, 1486, 1594, 1600, 1723, 1727, 1739, 1743, 1744, 1748], "discretize_bath": [0, 442], "discuss": [0, 4, 5, 406, 1689, 1713, 1717, 1728, 1730, 1734, 1735, 1743, 1748], "disentangl": [1713, 1717], "disk": [432, 440, 1740, 1741, 1745, 1746], "dispers": [0, 451, 1717, 1719, 1726, 1732, 1737, 1739, 1740, 1744, 1745], "displ_vec": [0, 451], "displac": [447, 451, 1446, 1449, 1712, 1726], "dist": [1502, 1704], "distanc": [0, 1088, 1502], "distinguish": [381, 406, 1700], "distrib_codenam": 1690, "distribut": [0, 30, 334, 335, 337, 351, 383, 458, 1015, 1035, 1047, 1589, 1620, 1624, 1689, 1690, 1691, 1694, 1695, 1727, 1739, 1744], "distributiononnodetest": 1620, "dive": 1698, "diverg": [1713, 1717, 1719, 1723, 1727, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "divers": 1689, "divid": [12, 352, 403, 459, 1581, 1713, 1717, 1719, 1720, 1745], "divis": [376, 445, 461, 464], "divison": 1698, "dlr": [144, 197, 198, 199, 203, 204, 868, 869, 870, 871, 873, 874, 879, 961, 969, 970, 971, 974, 987, 1059], "dlr_imfreq": [0, 869, 870, 982, 983, 984], "dlr_imtim": [0, 869, 871, 995, 996, 997], "dlr_iw_mesh": [1723, 1727], "dm": 389, "dmft": [1689, 1690, 1699, 1709, 1714, 1715, 1718, 1719, 1721, 1723, 1727, 1730, 1731, 1735, 1736], "dmft_config": [1713, 1715, 1717, 1719], "dmft_config_hubbardi": [1716, 1720], "dmft_input": 1717, "dmft_mu": [1713, 1717], "dmft_path": [1713, 1716, 1717, 1719, 1720], "dmft_result": [1713, 1716, 1717, 1719, 1720], "dn": [0, 389], "do": [0, 5, 6, 7, 8, 72, 75, 76, 77, 78, 114, 379, 387, 388, 395, 396, 397, 399, 402, 409, 412, 417, 420, 432, 436, 444, 447, 449, 456, 457, 459, 464, 465, 466, 469, 470, 823, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1653, 1672, 1678, 1690, 1694, 1695, 1706, 1707, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1741, 1743, 1744, 1746, 1748, 1750], "do_measur": 317, "do_someth": 440, "doc": [7, 8, 27, 98, 106, 159, 296, 302, 317, 319, 320, 378, 379, 382, 387, 414, 474, 1061, 1506, 1577, 1704, 1713, 1717, 1721], "docc": [1742, 1743, 1747, 1748], "docc_vec": [1747, 1748], "docker": 0, "dockerfil": 0, "dockerignor": 0, "docs_cpp2rst": [0, 7], "docs_example_output": 7, "docstr": [1725, 1726, 1727], "doctor": 1694, "document": [5, 8, 18, 32, 50, 55, 73, 74, 76, 77, 88, 95, 97, 105, 106, 136, 137, 141, 142, 145, 146, 151, 152, 159, 163, 164, 171, 175, 176, 183, 190, 195, 200, 201, 208, 211, 219, 231, 232, 242, 248, 255, 257, 258, 262, 269, 273, 327, 332, 334, 340, 354, 377, 379, 380, 385, 392, 396, 401, 409, 412, 417, 426, 432, 433, 434, 435, 436, 437, 440, 452, 454, 457, 459, 474, 475, 1689, 1690, 1693, 1695, 1699, 1701, 1702, 1704, 1705, 1706, 1713, 1717, 1723, 1727, 1729, 1730, 1735, 1739, 1744], "doe": [0, 9, 62, 115, 123, 124, 125, 126, 127, 128, 129, 130, 299, 323, 383, 385, 395, 396, 397, 401, 402, 406, 408, 432, 440, 457, 459, 470, 974, 987, 1698, 1699, 1713, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1726, 1727, 1728, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "doesn": [457, 459], "doi": [4, 1713, 1715, 1717, 1719], "dollar": 400, "domain": [0, 150, 162, 174, 394, 407, 408, 410, 413, 428, 431, 540, 804, 807, 810, 1723, 1727, 1743, 1748], "domain_pt_t": 428, "domain_t": [406, 413, 428], "domin": [1740, 1745], "dominantli": [1713, 1717], "dominik": 0, "dominika": 4, "don": [432, 459, 1731, 1736], "done": [0, 87, 91, 116, 296, 299, 309, 317, 320, 323, 339, 389, 402, 440, 457, 459, 468, 549, 1689, 1698, 1713, 1716, 1717, 1720, 1722, 1723, 1727, 1730, 1735, 1743, 1748], "dont": 0, "dope": [1732, 1737], "doping_": [1732, 1737], "dos_data": [1713, 1717], "dos_from_fil": [447, 448], "dosfromfunct": [448, 449], "dot": [403, 404, 429, 452, 472, 1721, 1739, 1744], "dot_product": [256, 268, 444, 445], "doubl": [0, 53, 54, 59, 72, 73, 74, 75, 76, 77, 78, 91, 92, 93, 94, 117, 118, 119, 127, 130, 144, 145, 146, 191, 192, 193, 207, 241, 246, 255, 268, 299, 303, 304, 308, 311, 312, 323, 324, 328, 334, 335, 339, 343, 346, 348, 350, 354, 355, 359, 360, 371, 372, 373, 374, 385, 388, 389, 391, 396, 397, 398, 399, 400, 402, 405, 406, 408, 410, 412, 416, 417, 418, 420, 421, 422, 424, 430, 434, 435, 444, 451, 453, 456, 458, 459, 461, 476, 527, 561, 562, 563, 564, 565, 599, 600, 601, 602, 603, 637, 638, 639, 640, 641, 675, 676, 677, 678, 679, 713, 714, 715, 716, 717, 832, 833, 834, 835, 836, 880, 881, 882, 883, 884, 913, 939, 1424, 1448, 1450, 1454, 1455, 1458, 1467, 1469, 1484, 1485, 1618, 1698, 1700, 1701, 1702, 1703, 1707, 1713, 1716, 1717, 1719, 1720, 1726, 1740, 1742, 1743, 1745, 1747, 1748], "dowload": 1691, "down": [115, 389, 440, 444, 449, 456, 464, 465, 466, 745, 760, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1709, 1713, 1716, 1717, 1719, 1720, 1723, 1725, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "down_0": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1716, 1717, 1719, 1720], "downarrow": [459, 464, 1548, 1729, 1731, 1732, 1736, 1737, 1742, 1743, 1747, 1748], "download": [0, 1696, 1698, 1714, 1718], "doxygen": [0, 400], "doxylink": 0, "dpi": [1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1729, 1730, 1731, 1734, 1735, 1736], "dpython_execut": 1698, "dpythonsupport": 0, "draft": 0, "drop": [1691, 1728, 1734, 1740, 1745], "dsphinx_onli": 7, "dt": [404, 1722], "dtriqs_path": 1707, "dtype": [1741, 1742, 1743, 1746, 1747, 1748], "dual": [0, 338], "dualiti": 1689, "dubsan": 0, "due": [0, 38, 385, 440, 475, 1713, 1717, 1719, 1723, 1727, 1729], "dumitrescu": 0, "dummi": [231, 258, 269, 398], "dump": 385, "dumpmachin": 1697, "duplic": 1694, "durat": [308, 1717, 1719], "dure": [0, 338, 379, 382, 385, 387, 395, 457, 472, 1646, 1698, 1713, 1717, 1730, 1735], "dx": [1608, 1609], "dx2": [1713, 1717], "dxy": [1713, 1717], "dxz": [1713, 1717], "dylan": 0, "dynam": [453, 461, 1692, 1699, 1740, 1745], "dyson": [0, 432, 440, 442, 1716, 1720, 1723, 1727, 1728, 1734, 1735, 1739, 1744], "dyz": [1713, 1717], "dz2": [1713, 1717], "e": [0, 3, 4, 5, 38, 46, 47, 48, 49, 59, 107, 143, 145, 146, 151, 153, 165, 177, 191, 192, 193, 332, 340, 379, 380, 381, 382, 385, 386, 387, 388, 391, 392, 396, 398, 400, 401, 404, 406, 407, 408, 409, 410, 412, 413, 417, 426, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 449, 452, 459, 461, 464, 465, 466, 467, 468, 469, 470, 474, 494, 515, 549, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 745, 747, 760, 764, 814, 842, 843, 885, 886, 1084, 1100, 1462, 1502, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1570, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1698, 1700, 1704, 1706, 1707, 1713, 1717, 1719, 1720, 1722, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1736, 1739, 1740, 1741, 1744, 1745, 1746, 1750], "e0": 396, "e1": [395, 396], "e2": [395, 396], "e_1": 452, "e_2": 452, "e_4": 452, "e_g": [1723, 1727], "e_k": [1713, 1717, 1719, 1720, 1739, 1740, 1743, 1744, 1745, 1748], "e_k_interp": [1739, 1744], "each": [0, 55, 145, 219, 244, 245, 249, 296, 302, 306, 317, 318, 319, 320, 339, 352, 371, 372, 373, 374, 381, 387, 388, 402, 406, 410, 414, 426, 440, 442, 444, 448, 450, 453, 461, 462, 463, 469, 470, 476, 488, 509, 760, 936, 949, 953, 1070, 1098, 1463, 1471, 1483, 1487, 1495, 1502, 1530, 1581, 1602, 1603, 1609, 1620, 1690, 1692, 1698, 1713, 1717, 1719, 1723, 1726, 1727, 1729, 1730, 1732, 1735, 1737, 1739, 1740, 1744, 1745], "earier": [1739, 1744], "earli": 0, "earlier": [0, 432, 459, 1694, 1697, 1730, 1735], "easi": [0, 404, 453, 463, 467, 1690, 1694, 1698, 1700, 1707, 1710, 1713, 1717, 1724], "easier": [6, 1713, 1717, 1723, 1727, 1730, 1735], "easili": [0, 4, 406, 459, 469, 470, 474, 1689, 1690, 1699, 1700, 1701, 1702, 1706, 1713, 1717, 1722, 1723, 1727, 1732, 1737, 1750], "easy_instal": 1706, "easybuild": [0, 5], "easyconfig": 0, "eb": 1690, "echo": [1690, 1692], "ecol": [3, 1689], "ecosystem": 1689, "ed": [1678, 1716, 1720], "edg": [1015, 1035, 1047, 1727, 1732, 1737], "edit": [1690, 1721, 1730, 1735], "editor": [1698, 1730, 1735], "effect": [0, 369, 370, 402, 406, 433, 434, 435, 436, 437, 440, 554, 592, 630, 668, 706, 1713, 1715, 1717, 1719, 1723, 1727, 1729, 1732, 1737, 1740, 1745], "effici": [4, 396, 405, 444, 470, 1689, 1726], "eg": [406, 440, 462, 1525, 1526, 1723, 1727], "eg1": [433, 436, 440], "eg2": [433, 436, 440], "eg_submatrix": 462, "egblock": [433, 436, 437, 440], "eigen": 62, "eigenbasi": [0, 44, 68, 80], "eigenel": 0, "eigenenergi": 0, "eigenst": [66, 67, 73, 74, 75, 76, 77, 79, 80, 389, 498, 519, 529, 530], "eigensystem": 52, "eigensystem_t": [0, 52], "eigenvalu": [0, 53, 79, 80, 491, 512, 1719, 1735], "eigenvector": 452, "eigvalsh": 0, "either": [0, 109, 255, 338, 342, 385, 389, 409, 428, 442, 443, 457, 458, 459, 461, 462, 471, 1094, 1098, 1500, 1522, 1678, 1689, 1691, 1693, 1699, 1713, 1717, 1721, 1731, 1736, 1750], "el": [1713, 1717], "elabor": [1730, 1735], "electron": [1713, 1714, 1717, 1718, 1719, 1723, 1727], "elem": [1713, 1717], "element": [0, 12, 14, 24, 25, 73, 74, 215, 216, 218, 221, 229, 232, 248, 251, 253, 255, 283, 340, 344, 345, 369, 370, 371, 372, 373, 374, 376, 385, 388, 389, 400, 402, 404, 406, 414, 433, 434, 435, 436, 437, 440, 445, 453, 461, 462, 464, 465, 466, 476, 906, 1502, 1523, 1536, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1721, 1723, 1725, 1726, 1727, 1741, 1746], "elementari": [461, 472], "elif": 1721, "ell": 74, "els": [350, 367, 387, 900, 1672, 1721], "emanuel": 4, "embed": [4, 1723, 1727, 1732, 1737], "emerg": [38, 41, 42], "emergency_occur": 38, "emphas": 404, "emplace_back": 444, "emploi": 388, "empti": [0, 136, 151, 163, 219, 243, 281, 387, 396, 410, 412, 414, 446, 459, 1433, 1725, 1726, 1729, 1732, 1737], "empty_tail": 207, "emul": 1570, "enabl": [0, 379, 382, 388, 399, 400, 475, 1690], "enable_if": [334, 399], "enable_if_t": 16, "enable_tim": 297, "enableif": 16, "encapsul": [0, 388], "enclos": [356, 357], "encod": [396, 404, 419, 461, 1740, 1745], "encount": [0, 1688, 1690, 1697, 1745], "encourag": 468, "end": [0, 12, 18, 20, 23, 41, 126, 215, 218, 296, 317, 319, 320, 338, 354, 379, 382, 402, 403, 406, 409, 452, 457, 461, 462, 1523, 1524, 1532, 1694, 1701, 1723, 1724, 1726, 1727, 1729, 1730, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "end_idx": 23, "endblock": [1, 2], "endif": [1, 2], "endl": [13, 26, 339, 343, 346, 348, 371, 372, 373, 374, 388, 391, 395, 397, 398, 399, 402, 412, 416, 417, 420, 444, 456, 458, 459, 461, 474, 476, 1700, 1701, 1702, 1703, 1707], "endpoint": [1737, 1744, 1745, 1746], "energi": [0, 54, 59, 77, 389, 442, 448, 452, 456, 494, 515, 961, 974, 987, 1094, 1095, 1098, 1495, 1688, 1714, 1715, 1716, 1718, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1743, 1748], "energies_on_bz_path": 447, "energies_on_path": 452, "energy_unit": 1717, "energy_window": [77, 527], "enfor": 0, "enforc": [0, 430, 1565, 1566, 1643, 1730, 1735], "enforce_discontinu": [435, 442, 1096], "engag": 6, "enhanc": [1710, 1740, 1741, 1745, 1746], "enough": [432, 1713, 1717], "ensembl": [1723, 1727], "ensur": [0, 253, 350, 440, 875, 876, 1690, 1713, 1717, 1729], "entail": 430, "enter": [1714, 1718, 1721, 1742, 1743, 1747, 1748], "enthought": 1694, "entir": [380, 1673, 1739, 1741, 1744, 1746], "entri": [3, 469, 1713, 1717, 1724, 1727], "entropi": 4, "enum": [382, 419], "enumer": [0, 11, 1677, 1713, 1717, 1743, 1747, 1748], "env": [0, 388, 456, 459, 1643], "environ": [0, 28, 383, 388, 456, 459, 1643, 1691, 1693, 1694, 1697, 1706, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "envvar": 0, "eot": 0, "ep": [144, 442, 448, 449, 535, 536, 868, 961, 974, 987, 1070, 1094, 1098, 1720, 1723, 1726, 1727], "eps0": [442, 1094], "eps_arr": 1726, "eps_d": [439, 1723, 1727], "eps_j": [442, 1094, 1098], "eps_k": [450, 1594, 1600, 1726], "eps_opt": [442, 1094], "eps_r": 1727, "eps_t2g": [1723, 1727], "epsi": 402, "epsilon": [191, 193, 448, 449, 452, 535, 536, 540, 543, 545, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1729, 1732, 1737, 1739, 1740, 1744, 1745], "epsilon_": [1717, 1729, 1737], "epsilon_2": [1723, 1727], "epsilon_d": [1723, 1727, 1729], "epsilon_hat": 449, "epsilon_k": [448, 450, 535, 1600, 1728, 1734], "epsilon_n": 452, "epsk": 1737, "eq": 409, "eq_inv_tf_r": 409, "equal": [12, 15, 26, 238, 239, 290, 291, 352, 354, 365, 367, 369, 370, 436, 1581, 1692, 1713, 1717, 1721, 1723, 1726, 1727, 1732, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "equat": [0, 4, 432, 440, 442, 1095, 1713, 1716, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1732, 1734, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "equilibrium": 389, "equip": 445, "equipartit": [1743, 1748], "equiv": [404, 448, 452, 462, 535, 1521, 1740, 1742, 1743, 1745, 1747, 1748], "equival": [0, 217, 218, 238, 239, 362, 380, 385, 387, 409, 413, 432, 440, 452, 476, 1702, 1726], "eras": [331, 397], "erc": 3, "ergod": 338, "err": [145, 146, 372, 373, 430], "error": [0, 9, 92, 117, 145, 146, 337, 338, 344, 345, 350, 369, 370, 372, 373, 376, 388, 391, 395, 430, 453, 464, 469, 474, 1549, 1678, 1691, 1697, 1713, 1717, 1729, 1735], "error_no_bin": 376, "error_with_bin": 376, "errror": [369, 370], "ert": 1736, "escap": [1, 2], "esearch": 1689, "especi": [0, 7, 1691, 1707], "espresso": 4, "essenti": [404, 430, 441, 1689, 1699, 1724], "estim": [0, 338, 369, 370, 376, 472, 1713, 1717, 1735, 1743, 1748], "et": [4, 1723, 1727, 1734, 1736], "eta": [0, 436, 442, 449, 545, 1094, 1098, 1713, 1714, 1716, 1717, 1718, 1720, 1723, 1727, 1729, 1736], "etc": [0, 4, 8, 9, 373, 374, 377, 385, 401, 470, 475, 1468, 1690, 1713, 1717, 1721, 1722, 1723, 1726, 1727], "euclidean": 0, "europhi": [1732, 1737], "ev": [1713, 1715, 1716, 1717, 1719, 1720], "eval": [395, 397, 399, 414, 906], "eval_term": 907, "evalu": [0, 9, 108, 391, 392, 396, 397, 398, 399, 402, 406, 410, 414, 421, 429, 432, 451, 476, 577, 578, 615, 616, 653, 654, 691, 692, 729, 730, 848, 849, 879, 888, 889, 906, 961, 974, 987, 1448, 1450, 1467, 1469, 1484, 1485, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1739, 1740, 1743, 1744, 1745, 1748], "evaluator_t": 414, "evalut": 399, "even": [0, 4, 346, 348, 385, 388, 397, 405, 448, 459, 470, 543, 1675, 1690, 1691, 1719, 1720, 1721, 1723, 1727, 1732, 1735, 1737, 1741, 1743, 1746, 1748], "evenli": [1015, 1035, 1047, 1727], "event": 1689, "ever": [459, 476], "everi": [0, 7, 14, 24, 25, 215, 338, 395, 396, 425, 444, 457, 459, 1713, 1717, 1728, 1734, 1743, 1748], "everyon": 470, "everyth": [459, 476, 1704, 1707, 1713, 1717, 1721], "everywher": 0, "evolut": 1696, "evolv": 1696, "exact": [9, 45, 377, 478, 479, 480, 501, 1716, 1720, 1729, 1741, 1746], "exactli": [440, 478, 480, 501, 1713, 1717, 1725, 1739, 1742, 1744, 1747], "examin": [1743, 1748], "exampl": [0, 7, 8, 9, 159, 381, 385, 387, 391, 392, 395, 396, 398, 399, 400, 404, 405, 406, 407, 413, 414, 420, 431, 432, 438, 439, 443, 449, 454, 457, 458, 459, 460, 461, 462, 467, 470, 474, 476, 1530, 1620, 1688, 1689, 1690, 1692, 1695, 1698, 1699, 1700, 1701, 1702, 1707, 1708, 1709, 1710, 1714, 1718, 1721, 1723, 1725, 1726, 1727, 1729, 1739, 1741, 1744, 1746], "except": [0, 2, 9, 38, 79, 80, 302, 377, 380, 387, 388, 396, 402, 1537, 1538, 1539, 1678, 1702, 1716, 1720], "exceptions_1": 474, "excercis": [1743, 1748], "excit": [1719, 1720, 1743, 1748], "exclud": [0, 18, 20, 73, 74, 75, 76, 77, 524, 525, 526, 527], "exclude_band": [1713, 1717], "excluded_st": [73, 74, 75, 76, 77, 524, 525, 526, 527], "excluded_states_t": [73, 74, 75, 76, 77], "exclus": [825, 1727], "exec": [1690, 1698], "execut": [0, 470, 1690, 1692, 1694, 1698, 1706, 1707, 1721], "exercic": [1740, 1745], "exercis": [1721, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "exhaust": 397, "exist": [0, 382, 387, 388, 1689, 1713, 1717, 1723, 1724, 1727, 1731, 1736, 1743, 1748], "exit": [0, 1673, 1675], "exp": [417, 442, 456, 459, 1094, 1098, 1701, 1722, 1723, 1727, 1739, 1743, 1744, 1748], "expand": [1713, 1714, 1717, 1718, 1729, 1743, 1748], "expans": [389, 404, 408, 416, 417, 418, 424, 430, 432, 439, 440, 441, 442, 445, 1096, 1699, 1723, 1727], "expansion_ord": [430, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1009], "expect": [0, 338, 389, 391, 444, 457, 459, 1702, 1717, 1721, 1723, 1727, 1740, 1745], "experi": [8, 1689, 1694, 1713, 1717], "experienc": [430, 1691], "experiment": [0, 298, 1715, 1719], "expert": [379, 382, 412], "explain": [0, 8, 420, 421, 1714, 1718, 1729, 1742, 1743, 1747, 1748], "explanatori": 1721, "explicit": [0, 387, 416, 417, 1690], "explicitli": [0, 461, 1698], "explor": [385, 386, 1689, 1714, 1718], "exponenti": [1723, 1727, 1743, 1748], "export": [0, 379, 1690, 1691, 1692, 1694, 1697], "expos": [0, 381, 383, 412, 461, 471, 1482, 1705, 1723, 1727], "exposet": 0, "expr": [396, 397, 426, 797, 905, 906, 907, 910], "express": [0, 9, 142, 153, 159, 165, 177, 258, 269, 377, 391, 394, 398, 399, 406, 407, 431, 438, 439, 440, 442, 461, 476, 803, 806, 809, 900, 901, 905, 910, 1097, 1691, 1698, 1710, 1723, 1725, 1727, 1732, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "extend": [0, 421, 461, 1499, 1730, 1732, 1735, 1737], "extend_to_spin": 1499, "extens": [0, 4, 6, 255, 1672, 1689, 1699, 1721, 1732, 1737], "extent": [385, 936, 949, 953, 1747], "extern": [0, 457, 459, 1699, 1740, 1745], "external_depend": 0, "external_path": [1713, 1717, 1719], "extra": [0, 244, 389, 1706, 1713, 1716, 1717, 1720, 1721, 1741, 1746], "extract": [0, 9, 379, 382, 460, 461, 462, 464, 1526, 1530, 1531, 1534, 1537, 1538, 1539, 1546, 1713, 1714, 1717, 1718, 1719, 1728, 1730, 1734, 1735, 1737], "extract_": 463, "extract_flag": 0, "extract_mesh": 0, "extractor": 463, "extrapol": [1730, 1735], "extrem": [413, 470], "extrema": [1740, 1745], "f": [0, 14, 36, 88, 90, 126, 127, 128, 222, 223, 233, 236, 280, 285, 288, 318, 369, 370, 387, 391, 392, 394, 395, 397, 399, 400, 401, 402, 403, 406, 420, 432, 439, 462, 468, 469, 472, 474, 476, 549, 550, 791, 908, 1468, 1520, 1522, 1527, 1529, 1608, 1609, 1618, 1700, 1701, 1713, 1717, 1720, 1722, 1739, 1740, 1744, 1745], "f0": [462, 1520, 1522, 1527], "f1": [397, 1641], "f2": [462, 476, 1520, 1522, 1527, 1641], "f4": [462, 1520, 1522, 1527], "f90": 385, "f_": [369, 370, 409], "f_0": [409, 462, 1522], "f_2": [462, 1522], "f_4": [462, 1522], "f_k": [409, 462, 1520, 1522], "f_m": 409, "f_n": 409, "f_shell": 0, "facecolor": 1722, "facilit": 453, "fact": [387, 396, 409, 457, 469, 475, 476, 1569, 1739, 1743, 1744, 1748], "factor": [88, 339, 440, 1713, 1717, 1719, 1720, 1740, 1741, 1745, 1746], "factori": [0, 460], "fail": [0, 387, 1618, 1728, 1734], "failur": [0, 38], "fall": [0, 352, 1581, 1729, 1743, 1748], "fallback": 0, "fals": [0, 208, 214, 236, 238, 239, 249, 288, 290, 291, 297, 302, 362, 367, 378, 379, 382, 387, 389, 412, 440, 442, 444, 456, 461, 462, 464, 474, 504, 506, 522, 523, 531, 589, 627, 665, 703, 741, 745, 760, 772, 776, 860, 1059, 1084, 1087, 1090, 1094, 1462, 1463, 1468, 1499, 1500, 1521, 1535, 1537, 1538, 1539, 1549, 1673, 1713, 1717, 1720, 1726, 1727, 1737, 1739, 1743, 1744, 1748], "familiar": [1689, 1728, 1734, 1743, 1748], "familiaris": 1710, "far": [1694, 1740, 1743, 1745, 1748], "fashion": 389, "fast": [401, 1713, 1717, 1739, 1744], "faster": 1726, "fastest": [1740, 1745], "fatal": 1697, "favourit": [1730, 1735], "fb": 403, "fconcept": 0, "featur": [0, 4, 5, 244, 380, 383, 392, 459, 475, 1689, 1690, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1726, 1730, 1735, 1739, 1740, 1744, 1745, 1750], "feedstock": 1690, "feel": [0, 7, 1713, 1714, 1717, 1718], "fei": 4, "fequenc": [1740, 1745], "fermi": [1714, 1715, 1716, 1718, 1719, 1720, 1732, 1737, 1740, 1743, 1745, 1748], "fermi_slic": [1713, 1717], "fermion": [4, 45, 145, 146, 151, 207, 230, 240, 293, 389, 404, 405, 406, 408, 412, 414, 416, 417, 419, 420, 421, 428, 429, 430, 432, 444, 447, 448, 461, 468, 535, 538, 542, 913, 914, 961, 974, 987, 1000, 1015, 1026, 1689, 1699, 1702, 1703, 1708, 1712, 1717, 1723, 1726, 1727, 1734, 1735, 1742, 1743, 1747, 1748, 1749], "ferrero": 3, "ferromagnet": [1739, 1741, 1744, 1746], "fetch": [8, 1690], "few": [4, 398, 412, 1695, 1713, 1714, 1717, 1718, 1723, 1727, 1730, 1735, 1741, 1746], "fft": [1740, 1745], "fftw": [0, 1694, 1696], "fg": [99, 100, 138, 139, 154, 155, 166, 167, 178, 179, 234, 235, 286, 287, 403], "fh": 403, "field": [0, 9, 385, 445, 449, 454, 459, 461, 469, 545, 1699, 1713, 1717, 1719, 1720, 1723, 1727, 1732, 1737, 1740, 1743, 1745, 1748], "field_": 456, "fig": [383, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1732, 1734, 1737], "fig2": 1747, "figsiz": [1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1734, 1737, 1748], "figur": [0, 9, 457, 467, 1722, 1723, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "figure_format": [1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "file": [0, 4, 5, 7, 8, 9, 159, 380, 382, 383, 385, 387, 412, 421, 432, 440, 442, 447, 456, 459, 464, 470, 474, 475, 543, 1100, 1499, 1503, 1504, 1547, 1548, 1549, 1690, 1692, 1696, 1697, 1699, 1700, 1705, 1706, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1724, 1725, 1726, 1727, 1739, 1740, 1744, 1745, 1750], "filenam": [0, 382, 448, 543, 772, 776, 1503, 1504, 1688], "fill": [6, 340, 346, 391, 392, 398, 405, 406, 408, 416, 433, 434, 436, 437, 444, 449, 579, 580, 581, 582, 617, 618, 619, 620, 655, 656, 657, 658, 693, 694, 695, 696, 731, 732, 733, 734, 850, 851, 852, 853, 890, 891, 892, 893, 1709, 1714, 1718, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1743, 1745, 1748], "fill_between": [1713, 1717, 1737], "fill_first_eigenstate_of_subspac": 0, "filter": 0, "filter_op": 0, "final": [8, 41, 44, 46, 47, 48, 49, 338, 345, 388, 389, 409, 453, 456, 458, 459, 482, 484, 503, 505, 1502, 1689, 1723, 1726, 1727, 1729, 1732, 1737, 1740, 1745], "finalize_commun": 38, "find": [0, 3, 233, 249, 252, 285, 379, 389, 432, 456, 459, 1618, 1649, 1663, 1698, 1708, 1711, 1713, 1714, 1715, 1717, 1718, 1719, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1742, 1747, 1749], "find_depend": 0, "find_map": [247, 444], "find_packag": [0, 1698, 1707], "find_xxx": 0, "findgit": 0, "findlapack": 0, "findmathjax": 0, "findnfft": 0, "findsanit": 0, "findsphinx": 0, "findtest": 0, "fine": [1713, 1717, 1740, 1745], "finish": [38, 87, 1620, 1713, 1716, 1717, 1719, 1720, 1729, 1736], "finit": [45, 340, 389, 409, 433, 435, 444, 560, 598, 636, 674, 712, 831, 879, 949, 1699, 1713, 1717, 1735, 1739, 1741, 1744, 1746, 1749], "fink": 1694, "fip": [464, 1548], "first": [0, 6, 7, 8, 12, 17, 18, 115, 147, 216, 217, 259, 270, 346, 365, 371, 372, 373, 374, 383, 387, 388, 400, 406, 408, 409, 416, 417, 420, 421, 428, 430, 440, 444, 447, 448, 449, 453, 457, 458, 459, 461, 469, 475, 543, 745, 752, 1618, 1655, 1669, 1688, 1689, 1690, 1695, 1699, 1700, 1706, 1709, 1711, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "first_includ": 475, "first_index": 428, "first_index_window": 428, "first_mesh": 0, "fit": [0, 9, 144, 145, 146, 409, 416, 441, 442, 467, 469, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 868, 882, 884, 1096, 1713, 1714, 1717, 1718], "fit1": 468, "fit_": 0, "fit_and_replac": 0, "fit_gf_dlr": 131, "fit_hermitian": 0, "fit_hermitian_tail": [0, 131, 430], "fit_hermitian_tail_on_window": 430, "fit_legendr": [0, 442], "fit_max_mo": 1717, "fit_max_w": 1717, "fit_min_w": 1717, "fit_tail": [0, 131, 430, 441], "fit_tail_on_window": 430, "fitfunc": 468, "fitl": 468, "fitq": 468, "fitter": [468, 549, 550], "fix": [4, 8, 191, 193, 389, 417, 420, 430, 442, 445, 1096, 1713, 1717, 1723, 1726, 1727, 1740, 1742, 1745, 1747, 1750], "fix_gf_struct_typ": 0, "flag": [0, 7, 1692, 1693, 1706, 1715, 1716, 1719, 1720, 1724], "flat": [0, 334, 335, 432, 439, 816, 1729], "flatiron": [3, 1714, 1718], "flatironinstitut": [0, 1690, 1714, 1718], "flatten": [147, 148, 406, 421, 428, 476, 589, 627, 665, 703, 741, 860], "flatten2d": 0, "flatten_2d": [131, 212], "flatten_gf_2d": [131, 213], "flatten_i": [468, 589, 627, 665, 703, 741, 860], "flatten_subspace_index": 45, "flavor": [478, 480, 501, 1725], "flavour": 432, "fledg": [4, 1689], "flexibl": [0, 338, 380], "flip": [389, 456, 459, 1731, 1736], "float": [0, 386, 388, 433, 435, 436, 442, 446, 449, 462, 464, 471, 491, 512, 523, 524, 525, 526, 527, 528, 529, 530, 560, 571, 572, 583, 587, 598, 609, 610, 621, 625, 636, 647, 648, 659, 663, 674, 685, 686, 697, 701, 712, 723, 724, 735, 739, 831, 842, 843, 854, 858, 868, 879, 885, 886, 894, 961, 974, 987, 1000, 1009, 1015, 1026, 1035, 1047, 1094, 1098, 1433, 1463, 1483, 1500, 1502, 1504, 1515, 1521, 1522, 1526, 1528, 1531, 1533, 1537, 1538, 1539, 1550, 1579, 1586, 1646, 1678, 1698, 1723, 1726, 1727, 1745], "flow": 0, "fluctuat": [1742, 1743, 1747, 1748], "fly": [396, 461, 1721], "fmesh": [1740, 1745], "fmt": 0, "fname": [1545, 1558], "fnct": 1721, "fnode": 910, "fnt": 391, "foat": [462, 1521], "focal": 0, "fock": [55, 66, 67, 215, 230, 232, 233, 236, 240, 250, 252, 255, 260, 271, 279, 280, 282, 283, 285, 288, 290, 291, 293, 444, 478, 480, 488, 498, 501, 509, 519, 1462, 1725], "fock_stat": 0, "fock_state_t": [55, 232, 233, 236, 258, 269, 273, 280, 282, 283, 285, 288], "focu": [454, 1730, 1731, 1735, 1736], "focus": [1689, 1742, 1743, 1747, 1748], "folder": [0, 7, 1704, 1713, 1717, 1731, 1736, 1745], "follow": [0, 3, 4, 7, 8, 191, 193, 205, 206, 380, 386, 387, 388, 396, 400, 403, 408, 409, 410, 412, 416, 417, 418, 422, 424, 429, 430, 432, 433, 434, 435, 436, 437, 440, 442, 449, 452, 457, 459, 461, 462, 463, 469, 470, 474, 476, 1093, 1462, 1522, 1690, 1694, 1696, 1697, 1698, 1702, 1703, 1704, 1706, 1707, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "fontsiz": [1722, 1737, 1739, 1744], "foo": 399, "foobar": 1704, "fop": [50, 227, 231, 232, 242, 389, 444, 478, 480, 501, 1725], "forbid": 413, "forc": [0, 1743, 1748], "force_mpi_init": 0, "forceinlin": 0, "foreach": [0, 11, 247, 256, 268, 406, 444, 445], "forg": 1690, "forget": [398, 1726], "form": [8, 9, 50, 352, 379, 382, 389, 391, 392, 395, 416, 417, 430, 444, 445, 452, 457, 461, 462, 746, 761, 1500, 1521, 1672, 1690, 1709, 1713, 1717, 1719, 1723, 1725, 1727, 1728, 1734, 1740, 1742, 1745, 1747], "formal": [404, 406, 432, 1713, 1717, 1723, 1727], "format": [0, 3, 9, 352, 358, 377, 386, 387, 432, 433, 434, 435, 436, 437, 440, 442, 448, 469, 543, 1100, 1102, 1713, 1717, 1723, 1727, 1732, 1737], "former": 432, "formula": [0, 409, 1740, 1741, 1745, 1746], "fortran": [0, 1721], "fortun": 470, "forum": [6, 1689], "forward": [0, 244, 476], "foss": 1690, "found": [0, 3, 4, 159, 252, 386, 391, 395, 399, 461, 1618, 1700, 1712, 1713, 1714, 1717, 1718, 1719, 1729, 1730, 1734, 1735, 1736], "four": [369, 370, 462, 1521, 1522, 1526, 1528, 1531, 1533, 1729, 1736, 1741, 1746], "fourier": [407, 430, 431, 433, 434, 436, 437, 438, 441, 451, 579, 617, 655, 693, 731, 850, 872, 890, 1500, 1696, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1729, 1734, 1735, 1739, 1743, 1744, 1748], "fourier_wk_to_wr": 1745, "fourier_wr_to_tr": 1745, "frac": [191, 205, 206, 369, 370, 376, 402, 403, 404, 409, 416, 428, 429, 430, 439, 441, 453, 459, 462, 464, 465, 469, 472, 801, 814, 1522, 1537, 1538, 1547, 1548, 1549, 1554, 1557, 1702, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "fraction": [430, 1678], "fragment": [1716, 1720], "frame": [1730, 1735], "framework": [0, 4, 454, 470, 1690, 1732, 1737], "franc": [1742, 1743, 1747, 1748], "free": [0, 7, 255, 395, 406, 407, 430, 432, 441, 445, 447, 448, 459, 460, 538, 542, 1689, 1712, 1713, 1714, 1717, 1718, 1743, 1748], "freedom": [1732, 1737], "freeli": 1696, "freez": 1719, "freq": [412, 875, 876, 1713, 1717, 1726, 1727, 1744], "freq_dict": [1713, 1716, 1717, 1719, 1720], "freq_offset": [436, 583, 621, 659, 697, 735, 854, 894, 1740, 1745], "frequeci": [145, 146], "frequenc": [0, 73, 77, 145, 146, 198, 203, 207, 209, 389, 406, 407, 408, 410, 417, 424, 425, 428, 431, 432, 434, 435, 437, 438, 439, 440, 442, 527, 560, 579, 587, 598, 617, 625, 636, 655, 663, 674, 693, 701, 712, 731, 739, 801, 814, 831, 850, 858, 870, 872, 873, 879, 890, 913, 961, 974, 1000, 1035, 1099, 1100, 1102, 1703, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1728, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "frequent": 5, "friend": [391, 399], "friendli": [1689, 1710], "from": [0, 4, 5, 7, 8, 9, 50, 61, 66, 67, 73, 74, 76, 77, 96, 99, 129, 136, 138, 151, 154, 166, 178, 194, 196, 219, 222, 230, 231, 234, 241, 242, 244, 255, 286, 338, 343, 344, 345, 356, 371, 372, 373, 374, 379, 380, 382, 383, 385, 386, 387, 388, 389, 397, 404, 406, 408, 409, 412, 414, 421, 428, 429, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 443, 447, 449, 450, 452, 453, 456, 457, 459, 461, 462, 463, 464, 465, 466, 468, 469, 471, 472, 474, 475, 476, 498, 519, 539, 540, 543, 545, 551, 552, 554, 592, 630, 668, 706, 745, 748, 760, 765, 806, 809, 872, 879, 1093, 1098, 1100, 1499, 1500, 1520, 1527, 1530, 1534, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1602, 1618, 1620, 1673, 1681, 1688, 1691, 1692, 1694, 1698, 1700, 1702, 1703, 1707, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747, 1750], "frontend": [442, 1094], "fterm": 910, "ftol": [442, 1094], "fulfil": 430, "full": [0, 4, 9, 18, 44, 51, 57, 58, 68, 238, 239, 250, 279, 281, 284, 292, 338, 346, 348, 389, 432, 440, 444, 454, 457, 459, 462, 487, 490, 499, 508, 511, 520, 1521, 1522, 1526, 1531, 1689, 1690, 1697, 1699, 1700, 1701, 1702, 1704, 1713, 1717, 1719, 1723, 1727, 1729], "full_dens_mat_0": 1720, "full_hilbert_space_state_t": [44, 68, 522], "full_hs_operator_t": 444, "full_nam": [0, 382, 1704], "full_siz": 428, "full_uijkl": [462, 1521], "fullfil": [191, 205, 442, 1093], "fulli": [0, 206, 462, 464, 1521, 1549, 1713, 1717], "fullnam": [1, 2], "fun": [402, 476, 1701], "function": [2, 7, 9, 10, 13, 14, 15, 23, 24, 25, 26, 30, 36, 41, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 88, 90, 96, 108, 136, 142, 144, 145, 146, 148, 151, 159, 187, 191, 192, 193, 197, 198, 199, 202, 203, 204, 205, 206, 207, 208, 209, 255, 296, 317, 318, 319, 320, 351, 369, 370, 375, 377, 378, 379, 380, 381, 382, 383, 385, 387, 389, 391, 394, 395, 396, 398, 400, 401, 406, 407, 408, 413, 414, 415, 417, 418, 420, 422, 423, 424, 425, 426, 438, 439, 442, 443, 444, 445, 447, 449, 450, 451, 452, 459, 460, 462, 463, 464, 468, 469, 470, 472, 474, 476, 477, 479, 524, 525, 526, 527, 528, 534, 539, 540, 549, 550, 551, 552, 554, 556, 557, 558, 559, 560, 566, 567, 569, 570, 573, 575, 577, 578, 587, 588, 589, 592, 594, 595, 596, 597, 598, 604, 605, 607, 608, 611, 613, 615, 616, 625, 626, 627, 630, 632, 633, 634, 635, 636, 642, 643, 645, 646, 649, 651, 653, 654, 663, 664, 665, 668, 670, 671, 672, 673, 674, 680, 681, 683, 684, 687, 689, 691, 692, 701, 702, 703, 706, 708, 709, 710, 711, 712, 718, 719, 721, 722, 725, 727, 729, 730, 739, 740, 741, 744, 745, 748, 758, 759, 760, 765, 776, 783, 795, 800, 801, 804, 807, 810, 814, 819, 825, 827, 828, 829, 830, 831, 837, 838, 840, 841, 844, 846, 848, 849, 858, 859, 860, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 878, 888, 889, 896, 910, 925, 935, 944, 945, 956, 957, 961, 969, 970, 974, 982, 983, 987, 995, 996, 1011, 1012, 1022, 1023, 1033, 1034, 1041, 1042, 1055, 1056, 1060, 1062, 1063, 1071, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1091, 1092, 1093, 1094, 1095, 1096, 1098, 1099, 1100, 1101, 1102, 1103, 1425, 1432, 1448, 1450, 1467, 1468, 1469, 1481, 1484, 1485, 1497, 1503, 1506, 1519, 1522, 1534, 1536, 1544, 1551, 1559, 1560, 1561, 1563, 1564, 1568, 1574, 1578, 1580, 1589, 1590, 1594, 1595, 1596, 1600, 1601, 1607, 1608, 1609, 1611, 1617, 1618, 1620, 1639, 1642, 1643, 1644, 1658, 1659, 1670, 1675, 1677, 1680, 1688, 1689, 1690, 1697, 1699, 1700, 1701, 1704, 1708, 1709, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1722, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1741, 1742, 1745, 1746, 1747], "function_to_make_lazi": 399, "functionn": 381, "functiontyp": [83, 88, 90, 99, 100, 402], "functor": 461, "fund": 3, "fundament": [0, 4, 9, 46, 47, 48, 49, 50, 56, 191, 205, 222, 223, 227, 230, 231, 232, 389, 444, 463, 482, 483, 484, 485, 489, 503, 504, 505, 506, 510, 1729], "fundamental_operator_set": [0, 9, 50, 56, 214, 231, 232, 242, 389, 444, 461, 463], "fundamental_operator_set_begin": 217, "fundamental_operator_set_end": 218, "further": [0, 338, 340, 348, 426, 432, 1694, 1697, 1713, 1717, 1728, 1732, 1734, 1737], "furthermor": [403, 1713, 1717], "futur": [7, 1672, 1689], "fx": 402, "fy": 402, "g": [0, 5, 38, 99, 100, 136, 138, 139, 143, 144, 145, 146, 148, 149, 151, 153, 154, 155, 163, 165, 166, 167, 171, 175, 177, 178, 179, 184, 187, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 213, 314, 315, 332, 340, 356, 357, 379, 380, 381, 382, 385, 387, 388, 391, 392, 396, 400, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 416, 417, 418, 420, 421, 422, 424, 426, 428, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 449, 450, 452, 459, 464, 465, 466, 467, 468, 469, 470, 474, 549, 556, 557, 562, 563, 564, 565, 566, 569, 571, 572, 576, 577, 578, 588, 594, 595, 600, 601, 602, 603, 604, 607, 609, 610, 614, 615, 616, 626, 632, 633, 638, 639, 640, 641, 642, 645, 647, 648, 652, 653, 654, 664, 670, 671, 676, 677, 678, 679, 680, 683, 685, 686, 690, 691, 692, 702, 708, 709, 714, 715, 716, 717, 718, 721, 723, 724, 728, 729, 730, 740, 745, 760, 777, 786, 787, 793, 794, 801, 803, 804, 806, 807, 809, 810, 814, 827, 828, 833, 834, 835, 836, 837, 840, 842, 843, 847, 848, 849, 859, 875, 876, 879, 881, 882, 883, 884, 885, 886, 887, 888, 889, 920, 1074, 1093, 1099, 1100, 1102, 1462, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1570, 1594, 1595, 1600, 1601, 1689, 1690, 1692, 1694, 1695, 1696, 1697, 1698, 1703, 1704, 1706, 1707, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748, 1750], "g0": [196, 1709, 1726, 1727, 1728, 1731, 1732, 1734, 1735, 1736, 1737], "g0_freq_0": 1720, "g0_iw": [0, 442, 1093, 1095, 1709, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737], "g0_refreq_0": 1720, "g0_tau": [1727, 1734, 1735], "g0_w": 1727, "g0_wk": [1739, 1740, 1743, 1744, 1745, 1748], "g1": [151, 153, 165, 177, 412, 416, 417, 421, 432, 440], "g2": [151, 153, 165, 177, 416, 417, 421, 432, 440, 745, 748, 765, 1702, 1703], "g3": [416, 417], "g_": [73, 74, 76, 77, 404, 430, 439, 566, 604, 642, 680, 718, 837, 1709, 1713, 1717, 1723, 1727, 1728, 1731, 1732, 1734, 1736, 1737, 1740, 1745], "g_0": [1709, 1723, 1726, 1727, 1728, 1729, 1734, 1739, 1740, 1744, 1745], "g_atomic_w": [1716, 1720], "g_dlr": [870, 871, 873, 874, 1723, 1727], "g_eg": [1723, 1727], "g_eval": 1726, "g_exact": 1726, "g_ij": 875, "g_ijkl": 875, "g_imp_iw": [1713, 1716, 1717, 1719, 1720], "g_imp_rebin": [1717, 1719, 1729], "g_imp_tau": [1713, 1716, 1717, 1719, 1720], "g_in": [433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890], "g_iw": [0, 389, 426, 430, 432, 442, 869, 872, 1095, 1709, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737], "g_iw_ind": 389, "g_ji": 875, "g_k_w": [1713, 1717, 1719], "g_klij": 875, "g_l": [389, 442, 1096, 1732, 1737], "g_l_ind": 389, "g_loc_w": [1713, 1716, 1717, 1719, 1720], "g_loc_w_cthyb": [1716, 1720], "g_out": [433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 890], "g_pade": 436, "g_real": 1735, "g_slice": 420, "g_t": [136, 145, 146, 442, 872, 1096], "g_t2g": [1723, 1727], "g_t_tau_": [420, 421], "g_t_tau_m": 421, "g_t_tau_t": 421, "g_tau": [389, 868, 869, 872, 1729, 1732, 1736, 1737], "g_tau_ind": 389, "g_w": [389, 872, 1703, 1727, 1734], "g_w_ind": 389, "gain": 0, "gamma": [452, 1717, 1723, 1727, 1729, 1739, 1740, 1741, 1744, 1745, 1746], "gamma_1": 452, "gap": [1715, 1719, 1730, 1735], "gapmind": 1721, "gather": [0, 159, 183, 388, 440, 1729], "gaug": [1713, 1717], "gauss": [450, 1594, 1600, 1602, 1603], "gave": 459, "gb": [403, 1745], "gbloc": 449, "gc": 1698, "gcc": [0, 474, 475, 1691, 1696, 1697], "gcc12": 0, "ge": 409, "gedit": [1730, 1735], "gelss": 0, "gelss_cach": 0, "gener": [3, 4, 7, 9, 26, 27, 29, 62, 142, 153, 160, 165, 172, 177, 185, 219, 230, 231, 232, 241, 242, 247, 249, 253, 295, 302, 310, 317, 331, 332, 333, 336, 350, 369, 370, 377, 379, 380, 381, 382, 385, 387, 396, 400, 401, 402, 403, 404, 406, 407, 411, 421, 425, 430, 440, 442, 444, 450, 453, 454, 457, 459, 461, 462, 468, 472, 549, 584, 622, 660, 698, 736, 744, 751, 752, 753, 759, 760, 769, 855, 905, 1096, 1466, 1502, 1569, 1575, 1594, 1600, 1689, 1690, 1691, 1694, 1698, 1699, 1706, 1711, 1713, 1717, 1720, 1727, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1744, 1745, 1746], "generate_cod": [382, 1704], "georg": 1734, "gesvd": 0, "get": [0, 6, 8, 52, 53, 61, 62, 65, 91, 92, 93, 94, 337, 338, 340, 351, 352, 358, 359, 360, 363, 364, 368, 375, 403, 420, 456, 459, 462, 471, 476, 491, 493, 512, 514, 589, 627, 665, 703, 741, 860, 1525, 1529, 1575, 1586, 1587, 1588, 1589, 1590, 1689, 1690, 1695, 1697, 1713, 1717, 1719, 1723, 1727, 1728, 1730, 1732, 1734, 1735, 1737, 1740, 1745], "get_acceptance_r": [295, 321], "get_accumulation_tim": 295, "get_accumulation_time_hhmmss": 295, "get_all_fock_st": 279, "get_chi0": [1743, 1748], "get_config_id": 295, "get_current_cycle_numb": 295, "get_dmft_band": [1713, 1716, 1717, 1719, 1720], "get_dur": 295, "get_eigensystem": 45, "get_eigenvalu": 45, "get_energi": 45, "get_fock_st": [45, 230, 279, 444], "get_fop": 45, "get_full_hilbert_spac": 45, "get_full_hilbert_space_dim": 45, "get_funct": 83, "get_gf_data_shap": 0, "get_gs_energi": 45, "get_h_atom": 45, "get_hilbert": [256, 268], "get_i": [83, 402, 1701], "get_id": 1675, "get_index": 279, "get_interpol": 0, "get_interpolation_data": 429, "get_is_singular_threshold": 119, "get_kmesh": [0, 1713, 1717, 1719, 1720, 1739, 1743, 1744, 1748], "get_matrix_el": 247, "get_matrix_element_of_monomi": 45, "get_mesh": [0, 131], "get_mkind": 466, "get_n_operations_before_check": 83, "get_native_id": 1680, "get_op_mat": [0, 45], "get_perc": 295, "get_precision_error": 83, "get_precision_warn": 83, "get_quantum_numb": 45, "get_raw": [385, 387], "get_rmesh": 0, "get_rng": [295, 456, 458, 459], "get_singular_threshold": 83, "get_state_index": [230, 279], "get_statist": 321, "get_subspace_dim": [0, 45], "get_tail": 0, "get_target_shap": 0, "get_total_tim": 295, "get_unitary_matric": 45, "get_unitary_matrix": 45, "get_vacuum_st": 45, "get_vacuum_subspace_index": 45, "get_warmup_tim": 295, "get_warmup_time_hhmmss": 295, "get_x": [83, 402, 1701], "get_x_internal_ord": [83, 98, 106], "get_y_internal_ord": 83, "getitem": 0, "getsourc": 470, "getter": 379, "gf": [5, 9, 10, 73, 74, 75, 76, 77, 219, 388, 389, 404, 405, 406, 407, 408, 409, 411, 412, 413, 415, 420, 423, 425, 426, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 443, 449, 450, 451, 464, 465, 466, 468, 469, 474, 475, 525, 1448, 1450, 1467, 1469, 1484, 1485, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1594, 1600, 1690, 1703, 1704, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "gf2": 412, "gf_assign_0": 159, "gf_base": 0, "gf_const": 423, "gf_const_view": [0, 131, 143, 146, 151, 159, 175, 183, 202, 407, 408, 410, 412, 414, 423, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 868, 869, 870, 871, 873, 874, 882, 884], "gf_densiti": 0, "gf_expr": 0, "gf_fourier": 0, "gf_imp_max": [1713, 1717], "gf_indic": 0, "gf_lehmann_t": [73, 74, 75, 76, 77], "gf_mesh": [0, 426, 573, 611, 649, 687, 725, 844], "gf_multivar": 0, "gf_struct": [73, 74, 75, 76, 77, 136, 187, 219, 389, 524, 525, 526, 527, 760, 782, 1535, 1536, 1540, 1594, 1596, 1709, 1723, 1725, 1727, 1729, 1731, 1732, 1735, 1736, 1737], "gf_struct_t": [0, 73, 74, 75, 76, 77, 136, 187, 219, 389, 524, 525, 526, 527, 1535, 1536, 1540], "gf_sym_grp": 0, "gf_unary_m_expr": 0, "gf_view": [0, 131, 146, 151, 163, 171, 207, 407, 410, 412, 413, 414, 423, 426, 432, 433, 434, 435, 436, 437, 440, 561, 562, 564, 576, 577, 578, 579, 580, 581, 582, 583, 599, 600, 602, 614, 615, 616, 617, 618, 619, 620, 621, 637, 638, 640, 652, 653, 654, 655, 656, 657, 658, 659, 675, 676, 678, 690, 691, 692, 693, 694, 695, 696, 697, 713, 714, 716, 728, 729, 730, 731, 732, 733, 734, 735, 832, 833, 835, 847, 848, 849, 850, 851, 852, 853, 854, 872, 875, 876, 879, 880, 881, 883, 887, 888, 889, 890, 891, 892, 893, 894], "gfbloc": [449, 1468], "gfblocindic": 450, "gfbrillouinzon": [1069, 1072], "gfimfreq": [0, 431, 432, 434, 435, 436, 438, 440, 442, 443, 449, 468, 469, 1093, 1099, 1102, 1688, 1727], "gfimtim": [0, 431, 432, 438, 442, 443, 576, 652, 690, 728, 847, 887, 1099, 1727], "gfindic": 0, "gfinterpol": 0, "gfl": 213, "gflegendr": [431, 432, 438, 443, 1080, 1727], "gfortran": 1697, "gfrefreq": [0, 431, 432, 437, 438, 439, 442, 1081, 1099, 1100, 1102, 1727, 1735], "gfretim": [431, 432, 438, 442, 1082, 1099, 1727], "gg": [409, 1739, 1744], "gh": 403, "gi": [403, 421], "gibb": 72, "gigabyt": 1690, "gil": [379, 382], "gimp": [1713, 1717, 1719, 1720], "gimp_freq_0": [1713, 1716, 1717, 1719, 1720], "gimp_refreq_0": [1716, 1720], "gimp_time_0": [1713, 1716, 1717, 1719, 1720], "gingra": 0, "git": [0, 8, 470, 1690, 1697, 1698, 1717], "git_execut": 0, "git_hash": [470, 1688], "github": [0, 4, 5, 7, 8, 1688, 1689, 1690, 1699, 1708, 1711, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1739, 1744, 1749], "githubusercont": [0, 1698], "give": [3, 4, 241, 403, 416, 417, 459, 462, 550, 1530, 1701, 1705, 1713, 1717, 1721, 1723, 1725, 1727, 1728, 1732, 1734, 1737, 1740, 1741, 1743, 1745, 1746, 1748], "given": [0, 4, 12, 16, 50, 51, 67, 79, 80, 96, 147, 148, 207, 224, 225, 226, 228, 230, 231, 232, 233, 236, 246, 247, 249, 250, 252, 253, 285, 288, 331, 338, 352, 354, 369, 370, 379, 382, 387, 389, 397, 399, 401, 406, 423, 430, 432, 440, 442, 444, 446, 448, 449, 450, 452, 461, 462, 463, 464, 465, 466, 468, 476, 487, 508, 529, 530, 538, 542, 549, 781, 866, 910, 961, 974, 987, 1074, 1094, 1095, 1098, 1099, 1433, 1441, 1464, 1465, 1468, 1470, 1471, 1486, 1487, 1515, 1521, 1522, 1536, 1550, 1552, 1553, 1554, 1560, 1561, 1569, 1570, 1581, 1602, 1608, 1620, 1624, 1655, 1669, 1679, 1691, 1698, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1736, 1737, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747, 1750], "giw": [436, 583, 621, 659, 697, 735, 854, 894, 1723, 1726, 1727], "giw_2": [1723, 1727], "giw_dlr": [1723, 1727], "giw_from_dlr": [1723, 1727], "gl": [0, 433, 434, 435, 443, 561, 580, 581, 582, 599, 618, 619, 620, 637, 656, 657, 658, 675, 694, 695, 696, 713, 732, 733, 734, 832, 851, 852, 853, 880, 891, 892, 893], "glad": 0, "gladli": 7, "glimps": 385, "global": [0, 42, 1692], "global_stop": 41, "gloc": [1713, 1717, 1719, 1720], "glorentz": 436, "glue": 0, "gm": [421, 436, 1702], "gmp": [0, 1694, 1696], "gmpxx": 0, "gnu": [3, 475, 1696, 1713, 1717], "go": [7, 8, 459, 1689, 1699, 1713, 1717, 1723, 1727, 1729, 1730, 1735, 1740, 1741, 1745, 1746], "goal": [457, 470, 1689, 1705, 1728, 1730, 1734, 1735], "goe": [0, 445, 459, 1713, 1714, 1717, 1718, 1735], "gone": [0, 1743, 1748], "good": [387, 459, 1710, 1713, 1717, 1723, 1727, 1730, 1735], "googl": [0, 1691, 1706], "gordan": [462, 1524], "goulko": 4, "gpg": [0, 1690], "gpl": [0, 3, 1689], "gr": 436, "grab": 0, "gradient": [0, 4], "gradual": [1730, 1735], "grai": [1713, 1717], "grand": [1723, 1727], "grant": 3, "graph": 469, "graphic": [469, 1706], "graybox": [1713, 1717], "great": [1713, 1717], "greatli": [1740, 1745], "green": [7, 9, 73, 74, 75, 76, 77, 136, 142, 144, 145, 146, 148, 150, 151, 159, 162, 174, 191, 193, 197, 198, 199, 203, 204, 205, 206, 207, 208, 377, 381, 385, 388, 389, 391, 406, 407, 408, 410, 413, 415, 417, 420, 421, 424, 425, 426, 438, 439, 442, 443, 449, 451, 466, 468, 469, 524, 525, 526, 527, 551, 552, 554, 556, 557, 558, 559, 560, 566, 567, 569, 570, 573, 575, 587, 588, 589, 592, 594, 595, 596, 597, 598, 604, 605, 607, 608, 611, 613, 625, 626, 627, 630, 632, 633, 634, 635, 636, 642, 643, 645, 646, 649, 651, 663, 664, 665, 668, 670, 671, 672, 673, 674, 680, 681, 683, 684, 687, 689, 701, 702, 703, 706, 708, 709, 710, 711, 712, 718, 719, 721, 722, 725, 727, 739, 740, 741, 744, 745, 748, 759, 760, 765, 776, 791, 801, 814, 825, 827, 828, 829, 830, 831, 837, 838, 840, 841, 844, 846, 858, 859, 860, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 878, 961, 974, 987, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1092, 1093, 1095, 1096, 1099, 1100, 1101, 1102, 1103, 1448, 1450, 1467, 1469, 1484, 1485, 1536, 1561, 1596, 1689, 1699, 1708, 1709, 1715, 1716, 1719, 1720, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1745], "green_retim": 0, "greenfunct": [0, 159], "greet": [456, 459], "grei": [1713, 1715, 1716, 1717, 1719, 1720], "grid": [406, 449, 450, 452, 1594, 1600, 1602, 1717, 1722, 1726, 1732, 1737, 1739, 1744, 1745, 1746, 1748], "ground": [59, 494, 515, 1743, 1748], "group": [0, 4, 54, 63, 99, 100, 138, 139, 154, 155, 166, 167, 178, 179, 187, 234, 235, 286, 287, 314, 315, 338, 356, 357, 385, 387, 440, 486, 497, 507, 518, 1672, 1689, 1713, 1717, 1724], "group1": 385, "grow": [338, 1743, 1748], "gs_energi": 1725, "gsc": 436, "gsl": 0, "gt": [0, 408, 421, 433, 434, 437, 443, 581, 582, 619, 620, 657, 658, 695, 696, 733, 734, 852, 853, 892, 893, 1722, 1726, 1727, 1745], "gtau": [0, 440, 1723, 1725, 1727], "gtau_dlr": [1723, 1727], "gtb": 1726, "gtest": 0, "guarante": [0, 41, 440, 461, 1690], "guess": [0, 442, 468, 549, 550, 1094, 1608, 1609, 1618, 1709, 1731, 1732, 1735, 1736, 1737], "guid": [0, 5, 7, 8, 131, 1689, 1690], "gull": 4, "gw": [408, 433, 434, 435, 436, 437, 443, 580, 582, 583, 618, 620, 621, 656, 658, 659, 694, 696, 697, 732, 734, 735, 851, 853, 854, 891, 893, 894, 1723, 1727], "gw2": 408, "h": [0, 3, 50, 234, 235, 238, 239, 248, 258, 269, 286, 287, 290, 291, 351, 356, 357, 361, 362, 366, 367, 375, 386, 387, 389, 396, 403, 444, 449, 459, 461, 462, 464, 475, 478, 480, 501, 1522, 1535, 1537, 1538, 1539, 1541, 1542, 1546, 1547, 1548, 1549, 1550, 1589, 1590, 1697, 1713, 1717, 1719, 1720, 1725, 1729, 1732, 1737, 1739, 1744], "h1": 365, "h2": 365, "h5": [4, 9, 99, 100, 138, 139, 154, 155, 166, 167, 178, 179, 187, 222, 223, 234, 235, 286, 287, 314, 315, 356, 357, 377, 386, 387, 389, 406, 412, 416, 417, 418, 421, 422, 424, 470, 1688, 1700, 1703, 1704, 1709, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1724, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1746, 1747], "h5_read": [0, 83, 133, 150, 162, 174, 187, 230, 279, 295, 352, 428, 1703], "h5_read_attribut": 215, "h5_read_gf_struct": [0, 131], "h5_save_freq": [1717, 1720], "h5_use_110_api": 0, "h5_write": [0, 83, 133, 150, 162, 174, 230, 279, 295, 352, 412, 421, 428, 1703], "h5_write_attribut": 215, "h5diff": [0, 385], "h5f_acc_trunc": 0, "h5l": [385, 1724], "h5public": 1697, "h5py": [1713, 1717], "h5read": 0, "h5structur": [1713, 1717], "h5write": 0, "h_": [459, 1539, 1729, 1731, 1732, 1736, 1737], "h_dict": 1539, "h_dump": [464, 1547, 1548, 1549], "h_int": [1709, 1729, 1731, 1732, 1735, 1736, 1737], "h_int_dens": 464, "h_int_kanamori": [0, 389, 464], "h_int_slat": 464, "h_int_typ": [1717, 1720], "h_k": 0, "h_loc": [1732, 1737], "h_loc_diag": 1735, "h_loc_diag_0": 1720, "h_loc_diagon": 1735, "h_r": [1739, 1743, 1744, 1748], "h_real": [464, 1550], "ha": [0, 3, 87, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 193, 241, 296, 317, 319, 320, 338, 340, 346, 348, 380, 381, 385, 386, 387, 388, 391, 395, 396, 402, 403, 404, 405, 406, 409, 421, 425, 426, 432, 440, 442, 449, 456, 458, 459, 469, 1096, 1482, 1624, 1643, 1675, 1678, 1679, 1680, 1688, 1691, 1694, 1697, 1698, 1706, 1710, 1713, 1715, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "had": [0, 41, 1694, 1725, 1730, 1735], "hafermann": 3, "hahn": 0, "half": [202, 432, 444, 802, 815, 817, 1709, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1743, 1745, 1748], "half_bandwidth": [433, 434, 435, 436, 439, 443, 801, 802, 814, 815, 817], "halfwai": 346, "hamiltonian": [0, 9, 44, 45, 50, 60, 62, 68, 72, 75, 76, 77, 78, 247, 248, 251, 377, 389, 444, 451, 459, 461, 462, 478, 480, 495, 501, 516, 1446, 1482, 1499, 1500, 1522, 1537, 1538, 1539, 1709, 1714, 1716, 1718, 1719, 1720, 1725, 1729, 1731, 1732, 1735, 1736, 1737, 1739, 1744], "hamitonian": [1739, 1744], "hampel": [0, 4], "hand": [7, 142, 159, 339, 391, 1689, 1713, 1717, 1739, 1742, 1743, 1744, 1747, 1748], "handl": [0, 387, 402, 407, 429, 1741, 1746], "handler": [379, 382], "happen": [88, 385, 387, 457, 1678, 1723, 1727, 1730, 1735, 1736], "happi": 6, "hard": [1698, 1713, 1717], "harmon": [462, 465, 1522, 1525, 1529, 1552, 1553, 1554], "harri": 0, "hartre": [1462, 1713, 1716, 1717, 1719, 1720], "hartree_fock": 4, "has_env": 0, "has_indic": 215, "has_stat": [230, 279], "hash": 5, "hat": [449, 461, 465, 545, 1552, 1553, 1554, 1555, 1556, 1557, 1713, 1717, 1723, 1726, 1727], "have": [0, 4, 6, 7, 8, 12, 26, 41, 72, 75, 76, 77, 78, 109, 153, 165, 177, 290, 291, 340, 348, 369, 370, 372, 373, 385, 387, 388, 395, 396, 398, 399, 403, 404, 406, 411, 412, 413, 416, 420, 424, 430, 432, 440, 456, 457, 458, 459, 461, 464, 465, 466, 467, 468, 469, 470, 472, 748, 765, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1689, 1690, 1691, 1692, 1696, 1698, 1699, 1700, 1702, 1703, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "haven": 459, "hb": 403, "hc": 403, "hd": [1713, 1717], "hdf": [385, 440], "hdf5": [9, 99, 100, 138, 139, 140, 154, 155, 156, 166, 167, 168, 178, 179, 180, 222, 223, 234, 235, 286, 287, 289, 314, 315, 352, 356, 357, 358, 377, 379, 428, 431, 432, 438, 460, 1690, 1694, 1696, 1697, 1699, 1708, 1739, 1744], "hdf5_data_schem": [386, 387], "hdf5_format": [133, 150, 162, 174, 230, 279, 352], "hdf_archiv": 0, "hdf_filenam": [1713, 1717], "hdf_scheme": 865, "hdfarchiv": [385, 386, 389, 470, 1688, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1724, 1731, 1732, 1735, 1736, 1737, 1739, 1742, 1744, 1745, 1746, 1747], "hdfarchivegroup": [385, 386], "hdfarchiveinert": [0, 385], "head": 0, "header": [0, 7, 9, 382, 383, 396, 458, 459, 475, 1692, 1696, 1705, 1707, 1747], "heart": 457, "heavi": 1720, "hello": 1721, "help": [0, 3, 8, 453, 467, 470, 1500, 1694, 1698, 1699, 1742, 1747], "helper": [0, 9, 426, 460, 589, 627, 665, 703, 741, 860, 1723, 1727, 1739, 1740, 1744, 1745], "henc": [385, 411, 413, 440, 470, 475, 476, 1468, 1709, 1713, 1717, 1728, 1734, 1740, 1743, 1745, 1748], "henri": 0, "here": [0, 3, 4, 7, 8, 379, 381, 388, 394, 396, 400, 403, 404, 406, 408, 428, 432, 440, 443, 447, 449, 453, 456, 457, 458, 459, 461, 463, 469, 470, 471, 476, 1689, 1690, 1694, 1698, 1699, 1700, 1701, 1702, 1706, 1707, 1709, 1710, 1712, 1713, 1714, 1715, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "hereaft": [385, 410, 1690], "hermit": [0, 430, 442, 875, 1096], "hermitian": [0, 247, 253, 430, 461, 563, 601, 639, 677, 715, 834, 882, 1515], "hermitian_": 0, "heurist": [1743, 1748], "hfd": 387, "hfile": 1703, "hfile2": 1703, "hg": 403, "hierarch": 385, "high": [0, 3, 145, 146, 207, 407, 408, 409, 416, 417, 422, 424, 431, 432, 433, 434, 436, 437, 438, 439, 440, 442, 452, 579, 617, 655, 693, 731, 850, 872, 890, 1099, 1689, 1713, 1717, 1723, 1727, 1735, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "higher": [0, 4, 388, 421, 1696, 1713, 1717], "highli": [474, 1691], "highlight": [1739, 1744], "hilbert": [9, 44, 50, 51, 57, 58, 68, 230, 231, 232, 234, 235, 238, 239, 240, 241, 242, 246, 247, 248, 250, 255, 258, 260, 261, 266, 267, 268, 269, 271, 272, 277, 278, 279, 280, 281, 284, 286, 287, 290, 291, 292, 293, 377, 389, 439, 447, 448, 487, 490, 499, 508, 511, 520, 539, 545, 801, 814, 1729, 1736, 1737], "hilbert_map_t": 242, "hilbert_spac": [9, 10, 57, 377, 389, 461], "hilbertspac": [214, 246, 255], "hilberttransform": 449, "hilberttyp": 241, "hint": [0, 1713, 1717, 1723, 1727, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "hiroshi": 0, "hist": [471, 1722], "histogram": [0, 337, 351, 375, 472, 1732, 1737], "hk": [1500, 1731, 1736], "hk_numer": 1500, "hmap": 242, "hold": [191, 193, 347, 349, 1713, 1717, 1723, 1726, 1727, 1743, 1748], "hole": [1732, 1737, 1741, 1746], "home": [1692, 1694, 1695, 1707, 1717], "homebrew": [0, 1694], "homepag": [4, 1689], "homogen": [1713, 1717], "hop": [0, 389, 442, 444, 447, 449, 450, 452, 464, 1094, 1098, 1446, 1462, 1463, 1482, 1483, 1499, 1500, 1503, 1548, 1594, 1600, 1712, 1717, 1726, 1731, 1736, 1740, 1742, 1743, 1745, 1747, 1748], "hop_1": 452, "hop_2": 452, "hop_4": 452, "hope": 459, "hopp_dict": [1501, 1503], "hopping_dictionari": 452, "host": [1649, 1663, 1690, 1714, 1718], "hostnam": 470, "hour": [0, 305, 313, 459], "how": [0, 5, 6, 9, 385, 396, 401, 408, 436, 449, 459, 471, 1690, 1691, 1694, 1698, 1711, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "howev": [0, 7, 387, 389, 397, 402, 406, 408, 413, 426, 432, 461, 1690, 1691, 1698, 1713, 1717, 1728, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "hpc": 1690, "hpp": [0, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 382, 383, 388, 389, 391, 395, 396, 397, 398, 399, 400, 402, 405, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 456, 458, 459, 463, 474, 475, 476, 1700, 1701, 1702, 1703, 1704, 1707, 1750], "hstack": 1688, "html": [0, 7, 1713, 1717, 1739, 1744], "http": [0, 4, 8, 409, 1688, 1690, 1698, 1708, 1711, 1721, 1739, 1744, 1749], "hubbard": [389, 444, 462, 464, 1520, 1521, 1522, 1527, 1699, 1711, 1713, 1717, 1719, 1723, 1727, 1741, 1742, 1746, 1747], "hubbardi": [0, 4, 1716, 1720], "huge": 268, "hugo": [0, 442, 1096], "hugostrand": 4, "human": 470, "hund": [462, 1520, 1521, 1522, 1527], "hyb": [50, 248, 1699, 1729], "hybrid": [0, 389, 442, 464, 1093, 1094, 1098, 1699, 1713, 1717, 1720, 1723, 1727, 1729], "hybridis": 1729, "hypothesi": [1743, 1748], "i": [0, 3, 5, 6, 7, 8, 12, 13, 15, 16, 25, 26, 41, 42, 45, 46, 47, 48, 49, 51, 53, 54, 59, 63, 68, 73, 80, 85, 88, 94, 95, 97, 101, 105, 106, 107, 108, 110, 115, 119, 121, 122, 124, 125, 126, 127, 129, 130, 141, 143, 145, 147, 148, 183, 191, 192, 193, 202, 205, 206, 208, 215, 219, 222, 224, 232, 238, 239, 241, 243, 248, 255, 258, 262, 269, 273, 283, 292, 296, 297, 299, 317, 319, 320, 321, 322, 323, 324, 331, 334, 338, 339, 340, 342, 344, 345, 346, 348, 350, 362, 365, 369, 370, 371, 374, 379, 380, 381, 382, 383, 385, 386, 387, 388, 389, 391, 392, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 424, 426, 428, 430, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 444, 445, 447, 448, 449, 451, 452, 453, 454, 456, 457, 458, 459, 460, 461, 462, 464, 465, 467, 468, 469, 470, 471, 472, 474, 475, 476, 483, 485, 487, 491, 494, 504, 506, 508, 512, 515, 530, 535, 536, 543, 545, 549, 550, 551, 552, 554, 559, 589, 592, 597, 627, 630, 635, 665, 668, 673, 703, 706, 711, 741, 747, 764, 776, 791, 814, 825, 830, 860, 876, 900, 901, 906, 936, 961, 974, 987, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1093, 1094, 1096, 1098, 1446, 1462, 1468, 1500, 1502, 1510, 1512, 1513, 1515, 1516, 1521, 1522, 1533, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1557, 1565, 1569, 1596, 1608, 1618, 1620, 1646, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1682, 1683, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1698, 1699, 1700, 1701, 1704, 1705, 1706, 1707, 1709, 1710, 1713, 1714, 1715, 1717, 1718, 1719, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748, 1750], "i0": [102, 111, 126, 127, 129, 130, 402, 1701], "i1": [102, 111, 127, 130, 402, 433, 434, 435, 436, 437, 1701], "i2": [433, 434, 435, 436, 437], "i_": [391, 396, 398, 1700, 1723, 1727], "i_n": 403, "ib": 403, "ibcast": 42, "ic": 403, "icon": [3, 1713, 1717], "icx": [0, 1696], "id": [388, 1680], "idea": [459, 1710, 1729, 1730, 1735, 1743, 1748], "idenifi": 445, "ident": [441, 1691, 1750], "identif": [1674, 1679], "identifi": [464, 1675, 1713, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1743, 1744, 1745, 1746, 1748, 1750], "identity_matrix": 449, "idx": [0, 432, 933, 1723, 1727, 1743, 1747, 1748], "idx_t": [252, 254], "idxlist": [462, 1530], "ie": 452, "if_els": 396, "iff": [290, 291, 367], "ifnotfound": 0, "ight": [442, 1094], "ignor": [0, 340, 342, 387, 1537, 1538, 1539, 1620], "ignore_in_python": 0, "ignore_irrelev": [1535, 1537, 1538, 1539], "igor": 0, "ii": [253, 465, 1554], "iif": [38, 191, 192, 193, 385, 387, 399, 453, 901], "ij": [430, 462, 464, 1522, 1533, 1537, 1539, 1547, 1548, 1723, 1727], "ijkl": [462, 464, 1522, 1538, 1549], "ill": [1723, 1727], "illustr": [0, 383, 398, 399, 432, 452, 458, 469, 1694, 1722, 1731, 1736], "im": [0, 432, 442, 1100, 1102, 1688, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1730, 1735, 1739, 1740, 1744, 1745, 1747], "imag": [0, 131, 437, 461, 468, 469, 1688, 1690, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1734, 1735, 1736, 1737, 1744, 1745, 1747], "imag_threshold": 1717, "imagianari": 4, "imagin": [440, 458, 1723, 1727], "imaginari": [0, 76, 77, 144, 193, 197, 199, 204, 206, 389, 407, 410, 412, 416, 424, 425, 429, 431, 432, 436, 438, 442, 443, 461, 464, 526, 567, 605, 643, 681, 719, 838, 868, 869, 871, 874, 875, 879, 974, 987, 1015, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1096, 1099, 1102, 1511, 1550, 1688, 1713, 1716, 1717, 1719, 1720, 1726, 1730, 1732, 1734, 1735, 1737, 1740, 1744, 1745], "imax": [1656, 1657], "imfreq": [0, 73, 143, 145, 146, 151, 202, 207, 400, 405, 407, 408, 410, 412, 414, 425, 426, 430, 431, 433, 434, 436, 437, 524, 562, 563, 564, 565, 571, 572, 577, 578, 579, 580, 582, 583, 600, 601, 602, 603, 609, 610, 615, 616, 617, 618, 620, 621, 638, 639, 640, 641, 647, 648, 653, 654, 655, 656, 658, 659, 676, 677, 678, 679, 685, 686, 691, 692, 693, 694, 696, 697, 714, 715, 716, 717, 723, 724, 729, 730, 731, 732, 734, 735, 833, 834, 835, 836, 842, 843, 848, 849, 850, 851, 853, 854, 872, 873, 875, 876, 879, 881, 882, 883, 884, 885, 886, 888, 889, 890, 891, 893, 894, 1011, 1012, 1013, 1702, 1703, 1727], "img": 1747, "imin": [1656, 1657], "immedeatli": 42, "immedi": [0, 432], "immens": [1713, 1717], "immutablearrai": 400, "immutablematrix": [416, 417, 422, 424], "imp": [432, 1713, 1717, 1719, 1720, 1723, 1727, 1728, 1729, 1734], "imp_gb2": [1713, 1717, 1719, 1720], "imp_occ": [1713, 1717, 1719, 1720], "impact": 1694, "imper": [9, 241, 247, 248, 249, 444], "imperative_oper": [9, 214, 444], "impl_tag": 131, "impl_tool": 0, "implement": [0, 4, 6, 29, 133, 136, 189, 246, 247, 255, 256, 268, 386, 387, 391, 399, 400, 401, 404, 406, 407, 408, 417, 428, 431, 434, 436, 437, 444, 448, 454, 457, 458, 459, 461, 464, 469, 472, 476, 535, 566, 587, 588, 604, 625, 626, 642, 663, 664, 680, 701, 702, 718, 739, 740, 837, 858, 859, 913, 1458, 1672, 1689, 1709, 1713, 1717, 1723, 1727, 1728, 1734, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "implemet": 1712, "impli": [3, 241, 396, 440], "implicit": 406, "import": [0, 382, 383, 386, 387, 389, 404, 432, 433, 434, 435, 436, 437, 439, 440, 443, 447, 449, 452, 461, 468, 469, 470, 471, 551, 552, 1688, 1690, 1692, 1704, 1709, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1750], "importantli": 459, "impos": [145, 340, 442, 470, 1096, 1709], "imposs": [1743, 1748], "improp": [0, 3], "improv": [6, 409, 460, 1432, 1690, 1713, 1717, 1750], "impur": [0, 5, 389, 460, 1689, 1690, 1699, 1709, 1711, 1715, 1716, 1719, 1720, 1723, 1725, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737], "imread": 1747, "imshow": 1747, "imtim": [0, 76, 407, 408, 410, 420, 421, 425, 431, 433, 434, 436, 437, 526, 571, 576, 579, 581, 582, 609, 614, 617, 619, 620, 647, 652, 655, 657, 658, 685, 690, 693, 695, 696, 723, 728, 731, 733, 734, 842, 847, 850, 852, 853, 868, 872, 874, 875, 885, 887, 890, 892, 893, 1022, 1023, 1024, 1059, 1702], "imtime_bubble_chi0_wk": [1740, 1743, 1745, 1748], "in_central_patch": [1732, 1737], "includ": [0, 3, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 382, 388, 389, 391, 395, 396, 397, 398, 399, 400, 402, 405, 406, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 456, 458, 459, 472, 473, 474, 476, 1015, 1035, 1047, 1502, 1690, 1692, 1695, 1696, 1697, 1700, 1701, 1702, 1703, 1704, 1705, 1707, 1710, 1723, 1727, 1743, 1748, 1750], "include_directori": 0, "inclus": 0, "incoher": [1714, 1718, 1719, 1720], "incommensur": [1741, 1746], "incompat": [365, 433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "inconsist": 0, "inconveni": 413, "incorpor": 0, "incorrect": [0, 3, 1702], "increas": [0, 338, 339, 342, 1699, 1713, 1714, 1715, 1717, 1718, 1719, 1729, 1736, 1743, 1748], "increment": [15, 1608, 1609], "ind": [225, 226, 461], "ind1": [1512, 1513, 1516], "ind2": [1512, 1513, 1516], "inde": [3, 7, 381, 406, 470, 530, 1715, 1719, 1723, 1725, 1727, 1742, 1747], "indec": 0, "independ": [0, 4, 338, 440, 459, 472, 747, 764, 1723, 1727, 1742, 1747], "index": [0, 13, 18, 19, 23, 46, 47, 48, 49, 51, 53, 61, 64, 70, 73, 74, 75, 76, 77, 216, 217, 219, 224, 225, 226, 228, 232, 233, 242, 250, 252, 260, 262, 271, 273, 279, 281, 283, 284, 285, 290, 291, 292, 360, 388, 406, 420, 421, 428, 432, 433, 434, 435, 436, 437, 444, 445, 452, 461, 462, 463, 464, 466, 483, 485, 487, 504, 506, 508, 744, 913, 919, 920, 939, 944, 945, 946, 956, 957, 958, 961, 969, 970, 971, 974, 982, 983, 984, 987, 995, 996, 997, 1011, 1012, 1013, 1022, 1023, 1024, 1033, 1034, 1041, 1042, 1043, 1055, 1056, 1057, 1086, 1458, 1459, 1480, 1521, 1522, 1526, 1528, 1531, 1533, 1536, 1537, 1538, 1539, 1549, 1560, 1586, 1713, 1717, 1723, 1725, 1727, 1729, 1739, 1744], "index_range_of_subspac": 45, "index_t": [0, 406, 426, 428, 944, 945, 946, 956, 957, 958, 969, 970, 971, 982, 983, 984, 995, 996, 997, 1011, 1012, 1013, 1022, 1023, 1024, 1033, 1034, 1041, 1042, 1043, 1055, 1056, 1057], "index_to_linear": [0, 406, 428], "index_to_point": [0, 406, 428], "indextyp": [219, 225, 461], "indic": [17, 18, 21, 22, 70, 73, 74, 75, 76, 77, 160, 172, 185, 196, 215, 219, 232, 404, 406, 412, 421, 430, 432, 433, 434, 435, 436, 437, 439, 440, 443, 444, 449, 450, 461, 463, 468, 469, 478, 480, 501, 746, 752, 753, 761, 1087, 1463, 1483, 1499, 1536, 1595, 1596, 1601, 1673, 1688, 1698, 1713, 1717, 1721, 1723, 1725, 1727, 1729, 1731, 1735, 1736, 1740, 1741, 1745, 1746, 1750], "indices_t": [220, 224, 226, 228, 232, 461, 463], "indicesl": [0, 433, 434, 435, 436, 437], "indicesr": [0, 433, 434, 435, 436, 437], "indirect": 389, "indirectli": [379, 382], "individu": [262, 273, 445, 1723, 1727, 1729], "induc": 1719, "inequ": [238, 290], "inequiv_to_corr": 1717, "inequival": 1717, "inert": 387, "inf": 0, "infinit": [1728, 1734, 1743, 1748], "inflamm": 1721, "influenc": 1692, "info": [0, 1707], "inform": [0, 388, 408, 410, 414, 416, 417, 430, 459, 470, 1688, 1690, 1695, 1706, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1727, 1728, 1729, 1734, 1740, 1745], "infrar": [1743, 1748], "infti": [0, 404, 406, 409, 442, 448, 449, 535, 545, 1094, 1719, 1723, 1727, 1740, 1741, 1743, 1745, 1746, 1748], "ingredi": [1699, 1732, 1737], "inherit": [0, 459, 1673], "ini": [1713, 1715, 1716, 1717, 1719, 1720], "init": [0, 387, 412, 468, 549, 550, 1643, 1700, 1726, 1727], "init_list": 412, "init_s": [88, 402, 1701], "init_value_default": 550, "initi": [0, 23, 24, 33, 35, 44, 46, 47, 48, 49, 61, 207, 208, 244, 319, 320, 340, 408, 414, 430, 432, 435, 439, 442, 443, 450, 456, 457, 482, 483, 484, 485, 503, 504, 505, 506, 791, 1094, 1099, 1502, 1596, 1598, 1605, 1608, 1618, 1673, 1679, 1701, 1702, 1724, 1728, 1729, 1732, 1734, 1735, 1737, 1743, 1747, 1748], "initial_i": 1701, "initial_sign": 459, "initial_x": 1701, "initialis": [440, 747, 764], "initializer_list": [195, 412], "initializi": 0, "initio": [5, 1713, 1717], "inlin": [1710, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "inlinebackend": [1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "inner": [51, 73, 74, 75, 76, 77, 466, 487, 508, 745, 1536, 1561], "inp": [1713, 1717], "inplac": [0, 771], "input": [0, 4, 338, 350, 380, 409, 472, 1468, 1689, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1725, 1728, 1729, 1734], "ins": [1720, 1736], "insead": [1739, 1744], "insert": [0, 83, 126, 127, 215, 226, 352, 366, 389, 402, 444, 461, 1701, 1717, 1729, 1736, 1741, 1746], "insert2": [0, 83, 402], "insert2_at_end": [0, 83, 1701], "insert_at_end": [83, 1701], "insert_from_indices_t": 215, "inset": 1722, "insid": [589, 627, 665, 703, 741, 860, 1462, 1690, 1732, 1737], "insist": 398, "inspect": [0, 470, 1713, 1717, 1730, 1735], "inspir": 1725, "instabl": [1741, 1746], "instal": [5, 7, 382, 475, 1689, 1692, 1695, 1696, 1698, 1705, 1706, 1707], "install_dir": 1704, "install_path": 1693, "install_prefix": 1690, "instanc": [8, 340, 452, 457, 458, 459, 461, 463, 1462, 1704], "instanti": 461, "instead": [0, 302, 440, 450, 461, 462, 1521, 1602, 1674, 1676, 1682, 1683, 1690, 1713, 1717, 1723, 1726, 1727, 1735], "institut": [3, 1714, 1718], "instruct": [0, 7, 470, 1690, 1691, 1694, 1695, 1716, 1720, 1730, 1735], "insuffici": 0, "insul": [1713, 1715, 1716, 1717, 1719, 1720, 1730, 1732, 1735, 1737], "int": [0, 13, 16, 26, 29, 34, 46, 47, 48, 49, 50, 51, 53, 55, 58, 61, 64, 65, 67, 70, 71, 73, 74, 76, 77, 105, 106, 115, 133, 135, 136, 144, 145, 146, 147, 148, 149, 151, 190, 194, 195, 197, 198, 199, 200, 201, 203, 204, 207, 208, 211, 212, 213, 219, 220, 225, 228, 229, 232, 233, 240, 262, 267, 278, 281, 283, 284, 285, 292, 293, 296, 302, 306, 307, 317, 319, 320, 339, 340, 342, 343, 346, 347, 348, 349, 350, 354, 360, 361, 362, 371, 372, 373, 374, 381, 385, 386, 388, 389, 391, 395, 396, 397, 398, 399, 402, 405, 406, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 433, 434, 435, 436, 437, 439, 442, 444, 445, 452, 456, 458, 459, 461, 464, 465, 466, 474, 476, 478, 480, 482, 483, 484, 485, 487, 491, 492, 493, 501, 503, 504, 505, 506, 508, 512, 513, 514, 524, 525, 526, 527, 554, 563, 565, 574, 577, 583, 584, 585, 586, 592, 601, 603, 612, 615, 621, 622, 623, 624, 630, 639, 641, 650, 653, 659, 660, 661, 662, 668, 677, 679, 688, 691, 697, 698, 699, 700, 706, 715, 717, 726, 729, 735, 736, 737, 738, 760, 782, 801, 814, 825, 834, 836, 845, 848, 854, 855, 856, 857, 872, 873, 874, 882, 884, 888, 894, 913, 936, 949, 1000, 1005, 1006, 1009, 1015, 1026, 1035, 1047, 1059, 1094, 1096, 1454, 1455, 1458, 1470, 1471, 1486, 1487, 1502, 1503, 1512, 1513, 1516, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1586, 1700, 1701, 1702, 1703, 1707, 1713, 1716, 1717, 1719, 1720, 1722, 1725, 1727, 1729, 1732, 1737, 1743, 1748], "int64_t": [296, 309, 317, 319, 320], "int_": [404, 448, 449, 535, 545, 1723, 1727], "int_0": [404, 1723, 1727, 1728, 1734], "integ": [0, 12, 14, 16, 17, 215, 219, 279, 334, 339, 381, 430, 432, 448, 458, 459, 462, 465, 471, 478, 480, 501, 543, 584, 622, 660, 698, 736, 855, 936, 949, 1462, 1463, 1483, 1500, 1520, 1521, 1522, 1523, 1524, 1525, 1527, 1529, 1532, 1552, 1553, 1554, 1618, 1675, 1680, 1698, 1725, 1726], "integr": [0, 351, 452, 462, 879, 1503, 1520, 1522, 1527, 1589, 1680, 1690, 1710, 1715, 1716, 1719, 1720, 1743, 1748], "intel": [0, 1691, 1692], "intelllvm": [0, 1696], "intend": 1692, "intens": [1713, 1717, 1719], "interact": [0, 4, 386, 407, 431, 442, 462, 463, 464, 465, 1093, 1095, 1520, 1521, 1522, 1526, 1527, 1528, 1531, 1533, 1537, 1538, 1548, 1549, 1552, 1553, 1554, 1689, 1690, 1699, 1710, 1713, 1714, 1715, 1717, 1718, 1719, 1723, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1741, 1742, 1743, 1746, 1747, 1748, 1749], "intercept": [379, 382, 1743, 1748], "interdepend": 0, "interest": [400, 459, 1713, 1717, 1729, 1731, 1736, 1740, 1745], "interestingli": 440, "interfac": [0, 9, 314, 315, 377, 385, 387, 388, 389, 432, 440, 461, 467, 1482, 1502, 1689, 1696, 1699, 1708, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1724, 1727], "interface_compile_featur": 0, "intermedi": [1743, 1748], "intermediate_typ": 379, "intern": [96, 98, 106, 121, 122, 248, 408, 461, 1463, 1483, 1594, 1743, 1748], "interpol": [0, 413, 416, 417, 422, 424, 429, 1070, 1713, 1717, 1726, 1739, 1740, 1744, 1745], "interpolate_on_seg": 0, "interpret": [0, 1696, 1710, 1713, 1717, 1721], "interv": [352, 409, 422, 424, 458, 459, 471, 1015, 1026, 1035, 1047, 1581, 1702, 1723, 1727, 1729, 1742, 1747], "intracomm": 1645, "introduc": [0, 432, 469, 1698, 1699, 1708, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1729, 1742, 1747], "introduct": [0, 9, 440, 454, 459, 1699, 1705, 1708, 1713, 1717, 1723, 1727], "introductori": 9, "intuit": [385, 1721], "inu_": 1702, "inu_m": [1740, 1745], "inv": [432, 440], "inv_dft": 409, "inv_dft_i": 409, "inv_subspac": 444, "invalid": [0, 142, 159, 411, 1745], "invari": [50, 51, 53, 64, 69, 70, 71, 81, 247, 248, 252, 253, 254, 389, 444, 462, 464, 496, 500, 517, 521, 1521, 1549], "invers": [0, 4, 72, 73, 74, 75, 76, 77, 78, 105, 106, 131, 212, 213, 389, 402, 403, 404, 409, 432, 436, 439, 440, 442, 456, 459, 468, 469, 762, 771, 913, 961, 974, 987, 1000, 1015, 1026, 1480, 1688, 1700, 1701, 1702, 1703, 1709, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1737, 1739, 1741, 1743, 1744, 1746, 1748], "inverse_matrix": [83, 402, 1701], "inverse_matrix_internal_ord": 83, "inversefouri": 0, "inversion_sigmainf": [1713, 1717, 1719], "invert": [403, 439, 1723, 1727, 1737], "inverv": 471, "investig": [1736, 1740, 1745], "invoc": 1672, "invok": [1672, 1681, 1684], "invoke_result": 0, "involv": [440, 459, 461, 1689, 1729], "io": [0, 4, 158, 170, 182, 1690, 1713, 1716, 1717, 1720, 1721, 1739, 1744], "iomanip": [145, 146], "iomega": [442, 1093, 1094], "iomega_n": [428, 439, 1688, 1709, 1723, 1727, 1729, 1731, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "ion": [1713, 1717], "iostream": [13, 26, 339, 343, 346, 348, 388, 391, 397, 398, 399, 456, 458, 459, 474, 476], "ipht": [3, 1689], "ipo": 0, "ipt": [1728, 1729, 1730, 1734, 1735], "iptsolv": [1728, 1734, 1735], "ipykernel_50793": 1745, "ipynb": 1698, "ipython": [0, 1694, 1699, 1708, 1722, 1733, 1738], "iq_n": [1742, 1747], "irep": [1713, 1717], "iron": 1689, "irreduc": [1741, 1746], "irrelev": [1537, 1538, 1539], "irrespect": 385, "is_al": 1678, "is_almost_zero": 0, "is_block_gf_v": 0, "is_clef_express": 399, "is_constructor": 378, "is_convert": 0, "is_dag": 461, "is_data": [385, 387], "is_empti": 241, "is_gf_hermitian": [0, 131], "is_gf_real": [131, 416], "is_gf_real_in_tau": [0, 131, 416], "is_gf_v": 0, "is_group": [385, 387], "is_initi": 28, "is_instantiation_of_v": 0, "is_integr": 334, "is_integral_v": 16, "is_master_nod": [387, 1688, 1732, 1737], "is_method": [378, 379], "is_mpi": 1643, "is_op_hermitian": 0, "is_print": 379, "is_real": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706, 825, 1723, 1727], "is_singular": 83, "is_stat": [378, 379], "is_within_boundari": [0, 428], "is_zero": 461, "isconst": 208, "isconst2": 136, "isingmc": 456, "iskakov": 4, "isnorm": [94, 107], "iso": 1696, "isol": [459, 1695], "issu": [5, 8, 432, 459, 470, 1688, 1689, 1694, 1724], "issue_templ": 0, "isupp": [1713, 1717], "isystem": 1692, "it_2": 409, "item": [0, 385, 387, 1713, 1717], "iter": [0, 13, 15, 26, 216, 217, 218, 221, 371, 372, 373, 374, 379, 387, 406, 428, 431, 438, 444, 445, 460, 746, 761, 1608, 1698, 1709, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1730, 1731, 1735, 1736], "iterkei": 387, "itertool": [9, 10, 389, 461, 476, 1700, 1713, 1715, 1716, 1717, 1719, 1720], "ith": [448, 543], "its": [0, 3, 244, 253, 323, 331, 381, 385, 389, 396, 397, 403, 406, 407, 409, 410, 413, 414, 428, 432, 439, 440, 442, 445, 452, 459, 460, 461, 464, 476, 760, 875, 876, 1097, 1464, 1465, 1550, 1690, 1691, 1694, 1699, 1704, 1705, 1712, 1713, 1714, 1717, 1718, 1722, 1723, 1726, 1727, 1729, 1730, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "itself": [0, 15, 23, 24, 25, 249, 321, 383, 385, 399, 410, 412, 414, 456, 468, 469, 470, 1690, 1694, 1710, 1713, 1717, 1740, 1743, 1745, 1748], "iw": [0, 426, 432, 442, 875, 876, 1059, 1093, 1102, 1723, 1726, 1727], "iw_": [145, 146, 430, 1702], "iw_arr": 1726, "iw_mesh": [408, 430, 1702, 1723, 1726, 1727, 1734, 1735], "j": [0, 84, 97, 101, 105, 106, 110, 121, 122, 123, 124, 126, 127, 129, 130, 145, 191, 205, 219, 369, 370, 401, 402, 403, 430, 440, 442, 456, 462, 464, 876, 1093, 1094, 1098, 1512, 1513, 1516, 1521, 1522, 1532, 1533, 1537, 1538, 1539, 1547, 1548, 1549, 1690, 1701, 1717, 1720, 1727, 1731, 1742, 1743, 1747, 1748], "j0": [102, 111, 126, 127, 130, 402, 1701, 1736], "j1": [102, 111, 127, 130, 402, 1701, 1736], "j2": 1736, "j4": 0, "j_": [391, 398, 456, 462, 1521, 1700], "j_1": [462, 1524, 1532], "j_2": [462, 1524, 1532], "j_3": [462, 1524, 1532], "j_c": [462, 1521], "j_hund": [389, 462, 464, 1520, 1521, 1522, 1527, 1548], "jackknif": [0, 337, 370, 472], "jackknife_mpi": 337, "jacknif": [369, 370, 472], "jammi": 1690, "jc_hund": [462, 1521], "jenkinsfil": 0, "ji": 430, "jiani": 4, "jie": 0, "jl": [442, 1094, 1098], "jm1": [462, 1524, 1532], "jm2": [462, 1524, 1532], "jm3": [462, 1524, 1532], "job": [459, 1713, 1717, 1723, 1727], "jobnam": [1713, 1715, 1717, 1719, 1720], "john": 0, "join": [452, 1743, 1747, 1748], "jonathan": 0, "jump": [1719, 1723, 1727], "jupyt": [1689, 1690, 1697, 1699, 1708, 1711, 1713, 1714, 1715, 1717, 1718, 1719, 1749], "just": [0, 121, 122, 379, 396, 398, 399, 406, 411, 426, 432, 450, 453, 456, 457, 458, 459, 470, 920, 1596, 1598, 1605, 1624, 1677, 1690, 1695, 1707, 1713, 1715, 1717, 1719, 1721, 1723, 1724, 1727, 1728, 1730, 1731, 1734, 1735, 1736, 1740, 1742, 1745, 1747], "k": [0, 191, 205, 387, 409, 420, 448, 450, 451, 452, 462, 464, 476, 876, 936, 1059, 1068, 1070, 1448, 1450, 1467, 1469, 1484, 1485, 1495, 1500, 1502, 1522, 1523, 1538, 1549, 1594, 1597, 1598, 1600, 1602, 1603, 1604, 1605, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "k0": 1726, "k_": [391, 1732, 1737], "k_0": 1726, "k_af": 1746, "k_arr": 1726, "k_b": [1713, 1717], "k_bt": [1743, 1748], "k_cvt": [451, 1448, 1450, 1467, 1469, 1484, 1485], "k_dep_project": 1717, "k_dim": [1713, 1717, 1719, 1720], "k_g": 1745, "k_grid": 1726, "k_iw_mesh": 1726, "k_label": [1739, 1744], "k_linear": 1737, "k_m": 1745, "k_mesh": [451, 1448, 1450, 1467, 1469, 1484, 1485, 1713, 1717, 1719, 1720, 1726], "k_plot": [1739, 1744, 1745, 1746], "k_pt": 1745, "k_space_path": [0, 1713, 1715, 1716, 1717, 1719, 1720, 1739, 1744, 1745, 1746], "k_tick": [1739, 1744, 1745, 1746], "k_vec": [1739, 1744, 1745, 1746], "k_vector": 406, "k_x": [1726, 1737, 1739, 1740, 1744, 1745], "k_y": [1726, 1737, 1739, 1740, 1744, 1745], "kacper": 0, "kanamori": [0, 389, 462, 464, 1521, 1548, 1717, 1720, 1731, 1736], "karg": [784, 785, 795, 796], "kariuki": 0, "karp": 0, "kay": [1723, 1727], "keep": [0, 8, 142, 148, 352, 396, 440, 470, 1581, 1696, 1728, 1734], "kei": [0, 385, 386, 387, 452, 1463, 1483, 1503, 1640, 1690, 1713, 1717], "kept": [0, 324, 340, 453, 1742, 1747], "kernel": [1680, 1723, 1727, 1729], "ket": 444, "key_as_string_onli": 387, "keyerror": 387, "keywarg": [1713, 1716, 1717, 1719, 1720], "keyword": [0, 400, 760, 1672, 1681, 1725, 1727, 1729, 1740, 1745], "kgrid1d": 1744, "kies": 0, "kind": [0, 3, 136, 409, 421, 470, 1716, 1720], "kindli": 3, "kinet": [1732, 1737], "kj": [442, 1094, 1098], "kl": [442, 1094, 1098], "kmesh": [1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "knob": 1735, "know": [403, 408, 457, 460, 1713, 1717, 1721, 1723, 1726, 1727], "known": [0, 145, 146, 338, 430, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890, 1727, 1742, 1747], "known_moment": [0, 145, 146, 408, 430, 433, 434, 436, 437, 441, 562, 563, 564, 565, 579, 600, 601, 602, 603, 617, 638, 639, 640, 641, 655, 676, 677, 678, 679, 693, 714, 715, 716, 717, 731, 833, 834, 835, 836, 850, 872, 879, 881, 882, 883, 884, 890], "kpoint": [1714, 1718], "kpt": 1717, "kpt_weight": 1717, "krivenko": [0, 3, 4], "kroneck": 0, "ksi": [0, 402], "kslice_upd": [1713, 1717], "kvec": 1502, "kw": [379, 433, 434, 435, 436, 437, 554, 555, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 592, 593, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 630, 631, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 668, 669, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 706, 707, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 786, 787, 803, 804, 825, 826, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 1727], "kwarg": [433, 435, 440, 442, 478, 481, 502, 560, 587, 598, 625, 636, 663, 674, 701, 712, 739, 744, 745, 759, 760, 767, 777, 831, 858, 937, 950, 962, 975, 988, 1001, 1016, 1027, 1036, 1048, 1095, 1105, 1107, 1109, 1111, 1113, 1115, 1117, 1119, 1121, 1123, 1125, 1127, 1129, 1131, 1133, 1135, 1137, 1139, 1141, 1143, 1145, 1147, 1149, 1151, 1153, 1155, 1157, 1159, 1161, 1163, 1165, 1167, 1169, 1171, 1173, 1175, 1177, 1179, 1181, 1183, 1185, 1187, 1189, 1191, 1193, 1195, 1197, 1199, 1201, 1203, 1205, 1207, 1209, 1211, 1213, 1215, 1217, 1219, 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235, 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261, 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277, 1279, 1281, 1283, 1285, 1287, 1289, 1291, 1293, 1295, 1297, 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1313, 1315, 1317, 1319, 1321, 1323, 1325, 1327, 1329, 1331, 1333, 1335, 1337, 1339, 1341, 1343, 1345, 1347, 1349, 1351, 1353, 1355, 1357, 1359, 1361, 1363, 1365, 1367, 1369, 1371, 1373, 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389, 1391, 1393, 1395, 1397, 1399, 1401, 1403, 1405, 1407, 1409, 1411, 1413, 1415, 1417, 1419, 1421, 1423, 1434, 1442, 1447, 1508, 1573, 1582, 1672, 1681, 1725, 1726, 1727], "kx": [1732, 1737, 1739, 1744, 1745, 1746], "ky": [1732, 1737, 1739, 1744, 1745, 1746], "kyung": [1743, 1748], "kz": [1713, 1717, 1739, 1744], "l": [0, 3, 25, 27, 142, 151, 159, 175, 183, 191, 205, 245, 250, 260, 271, 392, 404, 409, 436, 445, 457, 461, 462, 464, 465, 471, 476, 566, 604, 642, 680, 718, 812, 813, 837, 876, 934, 949, 1070, 1086, 1087, 1424, 1520, 1522, 1523, 1525, 1527, 1529, 1538, 1549, 1552, 1553, 1554, 1569, 1690, 1713, 1717, 1721, 1722, 1723, 1724, 1727, 1731, 1736], "l2": [465, 1552, 1721], "l2_op": 465, "l3": 1721, "l_": [465, 566, 604, 642, 680, 718, 837, 1554], "l_1": [462, 1532], "l_2": [462, 1532], "l_3": [462, 1532], "l_op": 465, "l_x": [465, 1552, 1553, 1554], "l_y": [465, 1552, 1553, 1554], "l_z": [0, 465, 1552, 1553], "la": [1690, 1713, 1717], "la2cuo4": [1713, 1715, 1717, 1719, 1720], "lab": [1714, 1718], "label": [404, 452, 469, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1713, 1716, 1717, 1719, 1720, 1722, 1727, 1729, 1732, 1734, 1735, 1737, 1739, 1744, 1745, 1746, 1747, 1748], "labollita": 0, "lack": [0, 338, 1713, 1717], "lacroix": 0, "lagged_fibonacci607": 471, "lambda": [0, 25, 27, 391, 399, 461, 466, 468, 469, 476, 910, 961, 974, 987, 1084, 1560, 1659, 1723, 1727, 1739, 1744, 1745, 1746], "landri": [1743, 1748], "langag": 385, "langl": [369, 370, 404, 462, 1524, 1723, 1727, 1740, 1742, 1743, 1745, 1747, 1748], "languag": [380, 385, 408, 414, 1691, 1696, 1698, 1710, 1721], "languang": [1713, 1717], "lapack_root": 0, "larg": [0, 4, 385, 389, 404, 409, 447, 1694, 1710, 1713, 1717, 1719, 1723, 1727, 1729, 1735, 1739, 1740, 1743, 1744, 1745, 1748], "larger": [338, 1713, 1717, 1719, 1730, 1735, 1736], "largest": [0, 340, 430, 1026, 1035, 1047, 1740, 1743, 1745, 1748], "last": [12, 17, 18, 87, 308, 311, 402, 403, 409, 428, 459, 469, 476, 1713, 1716, 1717, 1719, 1720, 1728, 1729, 1730, 1734, 1735, 1736, 1743, 1748], "last_index": 428, "last_index_window": 428, "last_it": [1713, 1716, 1717, 1719, 1720], "later": [389, 1694, 1707, 1713, 1717, 1723, 1724, 1725, 1727, 1740, 1741, 1745, 1746], "latest": [0, 8, 1690, 1691, 1694, 1695, 1696, 1698, 1739, 1744], "latex": 400, "latter": [0, 1691, 1713, 1715, 1717, 1719], "lattic": [4, 9, 377, 448, 449, 450, 451, 452, 949, 1600, 1603, 1699, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1727, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748, 1749], "lattice_dyson_g0_wk": [1739, 1743, 1744, 1748], "lattice_to_real_coordin": [446, 451], "lattice_tool": [0, 1726], "lattice_util": [0, 1739, 1740, 1743, 1744, 1745, 1746, 1748], "latticepoint": 0, "launch": 459, "law": [1742, 1747], "layer": [0, 4, 187, 467, 470, 1564, 1713, 1717], "layout": [0, 150, 151, 159, 162, 163, 174, 175, 183, 202], "lazi": [0, 9, 13, 15, 23, 24, 25, 26, 136, 142, 151, 159, 183, 208, 377, 388, 393, 396, 397, 399, 408, 431, 438, 442, 476, 803, 806, 809, 1097], "lazy_express": 432, "lazyexpr": 906, "lbrace": [452, 472], "lco": [1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720], "lco_band": [1713, 1717], "lco_hr": [1714, 1717, 1718], "lco_wanni": [1713, 1715, 1716, 1717, 1719, 1720], "ld": 0, "ld_library_path": 1692, "ld_preload": [0, 1706], "ldflag": [0, 1692], "ldot": [338, 369, 370, 464, 472, 1546], "lead": [0, 387, 388, 397, 469, 470, 1717, 1732, 1737, 1743, 1748], "leaf": 387, "leaf1": 385, "learn": [7, 8, 470, 1699, 1701, 1702, 1713, 1714, 1717, 1718, 1721, 1725, 1726, 1730, 1733, 1735], "least": [0, 50, 144, 145, 146, 346, 348, 409, 416, 420, 430, 441, 445, 468, 476, 478, 480, 501, 549, 868, 1719, 1725, 1730, 1735], "leastsq": 468, "leav": [385, 396, 469, 1713, 1717], "lectur": [1710, 1742, 1747], "left": [0, 115, 354, 369, 370, 376, 391, 442, 456, 566, 604, 642, 680, 718, 837, 1094, 1673, 1713, 1717, 1723, 1727, 1730, 1735, 1739, 1742, 1743, 1744, 1747, 1748], "leftarrow": [450, 1594, 1600], "leftmost": 15, "leftrightarrow": 409, "legend": [452, 469, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1729, 1735, 1737, 1745, 1746, 1747, 1748], "legendr": [0, 74, 389, 406, 407, 410, 425, 431, 432, 433, 434, 438, 442, 450, 525, 560, 561, 580, 581, 582, 587, 598, 599, 618, 619, 620, 625, 636, 637, 656, 657, 658, 663, 674, 675, 694, 695, 696, 701, 712, 713, 732, 733, 734, 739, 806, 807, 809, 831, 832, 851, 852, 853, 858, 879, 880, 891, 892, 893, 1026, 1033, 1034, 1096, 1594, 1600], "legendretomatsubara": 443, "lehman": [1716, 1720, 1723, 1727], "lehmann": [0, 73, 74, 75, 76, 77, 389, 1723, 1727], "len": [379, 387, 389, 452, 589, 627, 665, 703, 741, 860, 1502, 1688, 1713, 1717, 1719, 1720, 1740, 1742, 1743, 1745, 1747, 1748], "length": [0, 15, 26, 354, 379, 388, 456, 457, 459, 476, 745, 1709, 1713, 1717, 1729, 1732, 1737, 1743, 1748], "length_cycl": [296, 317, 319, 320, 456, 457, 458, 459, 1709, 1713, 1717, 1729, 1732, 1737], "leq": [401, 404], "less": [0, 388, 459, 1706, 1713, 1717], "let": [0, 386, 387, 404, 432, 440, 449, 457, 459, 468, 470, 1704, 1707, 1712, 1713, 1717, 1721, 1723, 1724, 1726, 1727, 1729, 1730, 1735, 1740, 1742, 1743, 1745, 1747, 1748], "lett": [4, 1732, 1737, 1743, 1748], "level": [0, 302, 338, 388, 389, 459, 468, 1618, 1640, 1689, 1698, 1699, 1702, 1713, 1717, 1718, 1720, 1723, 1727, 1729, 1739, 1744], "leverag": [1713, 1717], "lh": [391, 405, 408], "lib": [0, 414, 468, 475, 1694, 1704, 1706, 1707, 1725, 1726, 1727], "libbla": 1697, "libboost": 1697, "libc": 0, "libclang": [383, 1690, 1696, 1697], "libcxx": 0, "libcxxabi": 0, "libev": 0, "libfftw3": 1697, "libgfortran4": 0, "libgfortran5": [0, 1697], "libgmp": 1697, "libgoogl": 1706, "libhdf5": [0, 1697], "liblapack": 1697, "libomp": 0, "libopenmpi": 1697, "libprofil": 1706, "libpython": 0, "librairi": 1694, "librari": [3, 4, 5, 388, 391, 392, 398, 401, 405, 407, 408, 413, 430, 441, 454, 467, 470, 472, 474, 475, 1689, 1690, 1691, 1692, 1694, 1695, 1699, 1700, 1701, 1705, 1706, 1707, 1710, 1713, 1717, 1722, 1723, 1727, 1729, 1732, 1737], "library_path": [0, 1692, 1694], "libtriq": 0, "libtriqs_pi": 0, "libunwind": 0, "licens": [0, 5, 1689], "lie": [352, 1581], "lifetim": 0, "light": 1724, "lighter": [1716, 1720], "lightweight": [9, 45, 377, 479, 480, 501, 1725], "like": [0, 4, 7, 86, 88, 114, 115, 369, 370, 385, 389, 391, 396, 397, 400, 402, 406, 408, 421, 426, 432, 440, 453, 454, 459, 461, 462, 469, 470, 474, 475, 476, 1530, 1689, 1690, 1692, 1694, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1741, 1742, 1743, 1746, 1747, 1748], "lim_": [0, 442, 1094, 1735], "limit": [0, 4, 296, 317, 319, 320, 352, 405, 409, 413, 1696, 1713, 1715, 1717, 1719, 1740, 1741, 1743, 1745, 1746, 1748], "lin": 0, "lin_bin_capac": [338, 339, 340], "lin_bin_s": 350, "linalg": [0, 1700, 1726], "line": [0, 4, 7, 95, 105, 121, 122, 388, 401, 402, 432, 452, 459, 474, 1087, 1579, 1690, 1694, 1695, 1700, 1704, 1713, 1716, 1717, 1719, 1720, 1721, 1722, 1729, 1735, 1739, 1744], "line2d": 1722, "linear": [0, 46, 47, 48, 49, 339, 340, 342, 343, 346, 347, 350, 369, 370, 373, 374, 406, 417, 421, 422, 424, 428, 468, 472, 760, 942, 1068, 1070, 1470, 1486, 1713, 1717, 1718, 1721, 1723, 1726, 1727, 1739, 1740, 1741, 1744, 1745, 1746], "linear_bin": [338, 339], "linear_dim": 0, "linear_index": [406, 961, 974, 987], "linear_index_t": 428, "linear_to_index": 428, "linearli": 1726, "linestyl": [1739, 1744], "linewidth": [452, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1727, 1734], "link": [0, 400, 410, 459, 1706, 1707, 1710, 1721], "link_librari": 0, "linker": [1692, 1693], "linktim": 0, "linspac": [1732, 1737, 1739, 1744, 1745, 1746], "linux": [0, 475, 1690, 1694], "liquid": [1717, 1718], "list": [0, 4, 55, 73, 74, 75, 76, 77, 81, 136, 255, 336, 338, 379, 381, 382, 386, 397, 402, 412, 433, 434, 435, 436, 437, 440, 442, 446, 448, 451, 452, 461, 462, 464, 465, 466, 469, 471, 478, 480, 488, 493, 501, 509, 514, 524, 525, 526, 527, 529, 530, 554, 562, 564, 592, 600, 602, 630, 638, 640, 668, 676, 678, 706, 714, 716, 745, 760, 825, 833, 835, 872, 881, 883, 926, 928, 1070, 1084, 1086, 1087, 1094, 1098, 1100, 1433, 1438, 1439, 1449, 1453, 1463, 1476, 1477, 1483, 1492, 1493, 1495, 1502, 1504, 1520, 1522, 1527, 1530, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1575, 1579, 1620, 1690, 1692, 1713, 1717, 1723, 1724, 1725, 1726, 1727, 1729], "literalinclud": 0, "littl": [9, 386, 392, 394, 401, 406, 412, 421, 426, 431, 438, 453, 469, 470, 1699], "live": [0, 8, 396], "ll": [0, 409, 1722], "lldb": 0, "llvm": [0, 1691, 1694, 1696], "load": [0, 385, 387, 1690, 1695, 1703, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1731, 1735, 1736, 1742, 1747], "load_sigma": [1715, 1719], "loadtxt": [1713, 1717, 1722], "loc": [1713, 1716, 1717, 1719, 1720, 1723, 1727, 1729, 1732, 1737, 1748], "local": [0, 4, 8, 42, 432, 440, 449, 460, 464, 475, 1499, 1689, 1690, 1692, 1693, 1695, 1696, 1699, 1704, 1709, 1713, 1714, 1716, 1717, 1718, 1720, 1729, 1731, 1732, 1735, 1736, 1737, 1741, 1742, 1743, 1746, 1747, 1748], "locat": [0, 475, 1707], "log": [0, 337, 348, 376, 436, 470, 1688, 1690, 1713, 1717], "log_bin_error": 338, "log_bin_errors_all_reduc": 338, "log_bin_s": 350, "logarithm": [0, 340, 348, 349, 350, 1723, 1727, 1743, 1748], "logic": [0, 413, 1699], "login": [470, 1690], "logo": [0, 5], "long": [0, 12, 18, 19, 20, 21, 22, 46, 48, 69, 84, 85, 88, 95, 97, 101, 102, 110, 111, 114, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 161, 173, 186, 203, 204, 215, 218, 221, 268, 354, 363, 364, 379, 382, 385, 388, 389, 406, 426, 459, 461, 474, 939, 1695, 1713, 1717, 1731, 1736, 1743, 1748], "longer": [396, 1723, 1727, 1730, 1732, 1735, 1737], "look": [0, 224, 228, 388, 449, 459, 468, 906, 1688, 1694, 1699, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1727, 1729, 1730, 1732, 1735, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "lookup": 395, "lookup_basis_st": 247, "loop": [96, 398, 405, 420, 426, 432, 456, 459, 1618, 1709, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1744, 1747], "loos": 396, "lorentian": 77, "lorentzian": 436, "loss": 342, "lost": [352, 1581, 1690], "lot": [432, 1726], "low": [442, 1096, 1689, 1719, 1723, 1727, 1732, 1735, 1737, 1743, 1748], "lower": [1618, 1723, 1727, 1729], "lowercas": 0, "lowest": [1743, 1748], "lpath_to_instal": 0, "lprofil": 1706, "ls_op": 465, "lsb": 1690, "lshift": 0, "lst": 382, "lt": [1690, 1697, 1722, 1727], "ltot": 1070, "lvalu": [0, 396], "lw": [1713, 1717, 1722, 1727, 1737, 1739, 1744, 1746, 1747], "m": [0, 3, 38, 89, 105, 136, 150, 151, 159, 162, 163, 171, 174, 175, 183, 184, 190, 200, 201, 211, 297, 299, 316, 322, 323, 340, 401, 402, 403, 406, 408, 409, 414, 452, 456, 459, 462, 923, 924, 961, 974, 987, 1059, 1521, 1695, 1702, 1717, 1722, 1723, 1727, 1739, 1740, 1741, 1744, 1745, 1746], "m1": [421, 462, 1522, 1523], "m2": [421, 462, 1522, 1523], "m3": [462, 1522, 1523], "m4": [462, 1522, 1523], "m_": [401, 1735], "m_1": [452, 462, 1523, 1524, 1532], "m_2": [462, 1523, 1524, 1532], "m_3": [462, 1523, 1524, 1532], "m_4": [462, 1523], "m_n": 403, "m_pi": 416, "mac": [0, 1690, 1691, 1692], "machin": [385, 1690, 1695, 1696, 1714, 1718, 1723, 1727, 1731, 1736, 1747], "macport": 1694, "macro": [0, 399, 474], "made": [0, 88, 340, 396, 402, 432, 440, 457, 459, 476, 1462, 1678, 1713, 1717, 1729], "magic": 380, "magnet": [9, 454, 459], "magnitud": [1741, 1746], "mai": [0, 385, 387, 389, 413, 426, 432, 440, 461, 469, 470, 476, 1675, 1679, 1681, 1690, 1694, 1695, 1723, 1727, 1747, 1750], "main": [0, 13, 26, 145, 146, 151, 207, 339, 343, 346, 348, 350, 371, 372, 373, 374, 380, 385, 388, 389, 391, 395, 396, 397, 398, 399, 402, 405, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 458, 459, 474, 476, 1673, 1689, 1699, 1700, 1701, 1702, 1703, 1707, 1713, 1717, 1719, 1730, 1735], "mainli": [403, 1721], "maintain": [0, 3, 4, 215, 385, 1696], "mainten": [4, 453], "major": [0, 6, 1690, 1750], "make": [6, 7, 115, 123, 124, 125, 126, 127, 128, 129, 130, 141, 151, 196, 209, 244, 246, 255, 379, 396, 397, 400, 404, 406, 408, 411, 412, 413, 414, 432, 440, 457, 459, 461, 463, 466, 469, 476, 745, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049, 1560, 1672, 1688, 1690, 1691, 1694, 1695, 1697, 1698, 1707, 1710, 1713, 1717, 1723, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "make_adjoint_mesh": [0, 408, 437], "make_block2_gf": 131, "make_block_gf": [131, 412], "make_block_gf_view": [131, 412], "make_block_gf_view_from_vector": 412, "make_canon": 461, "make_clon": 379, "make_copi": [440, 745, 760, 1727], "make_delta": [0, 442], "make_expr": [391, 396, 398], "make_funct": [391, 392], "make_fundamental_operator_set": 461, "make_gf_dlr": [131, 1723, 1727], "make_gf_dlr_imfreq": 131, "make_gf_dlr_imtim": [131, 1723, 1727], "make_gf_from_fouri": [0, 131, 408, 1723, 1727], "make_gf_from_inverse_fouri": [0, 131], "make_gf_from_real_gf": 131, "make_gf_imfreq": [131, 1723, 1727], "make_gf_imtim": [131, 1723, 1727], "make_hermitian": [0, 131], "make_operator_r": 464, "make_product": 0, "make_real_in_tau": [0, 131], "make_regular": [0, 417], "make_shap": [416, 417, 430], "make_tupl": 476, "make_zero_st": [214, 255, 445], "make_zero_tail": [0, 131, 430, 442], "makedir": [1731, 1736], "mako": [0, 1694, 1696, 1697], "malt": 0, "mamba": 1690, "manag": [459, 467, 1690, 1691], "mandatori": [396, 1690], "mani": [4, 9, 62, 247, 248, 255, 268, 377, 385, 399, 404, 432, 449, 461, 1534, 1678, 1689, 1692, 1710, 1713, 1717, 1721, 1723, 1727, 1729, 1730, 1735, 1739, 1740, 1744, 1745], "manifest": [1740, 1745], "manifold": [462, 1526, 1531], "manipul": [9, 82, 377, 385, 392, 404, 407, 460, 1689, 1699, 1700, 1702, 1708, 1710, 1721, 1726], "manner": 340, "manual": [0, 5, 342, 380, 383, 385, 396, 412, 432, 436, 440, 452, 454, 457, 459, 461, 474, 1643, 1690, 1713, 1714, 1717, 1718, 1739, 1744, 1747], "manuel": 0, "many_body_op_t": [44, 50, 60, 62, 79, 80, 81], "many_body_oper": [0, 215, 241, 242, 444, 461, 522, 529, 530, 531, 1535, 1537, 1538, 1539, 1540, 1541, 1542], "many_body_operator_complex": 461, "many_body_operator_gener": [0, 242, 461, 463], "many_body_operator_r": [0, 461], "map": [0, 36, 37, 50, 241, 242, 246, 255, 268, 303, 328, 387, 451, 463, 464, 465, 466, 478, 480, 501, 1446, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1713, 1717, 1725, 1726, 1739, 1740, 1744, 1745], "map_add": 28, "map_block": 0, "map_c_funct": 28, "map_operator_structur": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560], "march": 247, "margin": 0, "mari": [1742, 1747], "mark": [0, 1713, 1717, 1721], "markdown": 0, "markov": 1729, "marku": 0, "mask": [1732, 1737], "master": [0, 387, 388, 459, 1620, 1653, 1716, 1720], "mat": 0, "match": [0, 432, 1690, 1698, 1713, 1717], "materi": [1713, 1714, 1717, 1718, 1719, 1728, 1734], "math": [396, 436, 437, 442, 452, 795, 1094, 1098, 1719, 1721, 1723, 1726, 1727, 1729, 1734, 1735, 1739, 1740, 1742, 1744, 1745, 1747], "mathbb": [1723, 1727], "mathbf": [369, 370, 404, 449, 452, 465, 545, 1553, 1557, 1717, 1726, 1732, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "mathcal": [404, 459, 1713, 1717, 1726, 1740, 1745], "mathemat": [403, 406, 461, 1710, 1721, 1723, 1727], "mathematica": 1721, "mathjax": 0, "mathjax_path": 0, "mathrm": [360, 369, 370, 439, 452, 461, 1586, 1723, 1727, 1728, 1729, 1732, 1734, 1735, 1737, 1746], "matlab": 1722, "matplotlib": [447, 452, 467, 1694, 1696, 1697, 1699, 1708, 1710, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "matric": [0, 66, 114, 403, 430, 451, 462, 498, 519, 563, 566, 601, 604, 639, 642, 677, 680, 715, 718, 834, 837, 882, 1446, 1453, 1463, 1483, 1528, 1701, 1721, 1726], "matrix": [0, 9, 47, 49, 61, 62, 66, 67, 72, 73, 74, 81, 82, 83, 88, 89, 105, 106, 114, 120, 126, 127, 129, 143, 248, 251, 253, 389, 391, 398, 401, 402, 403, 404, 406, 410, 414, 416, 417, 418, 422, 424, 431, 433, 434, 435, 436, 437, 438, 440, 442, 446, 449, 450, 451, 452, 460, 461, 463, 464, 465, 483, 485, 504, 506, 523, 560, 566, 569, 588, 598, 604, 607, 626, 636, 642, 645, 664, 674, 680, 683, 702, 712, 718, 721, 740, 831, 837, 840, 859, 879, 936, 947, 959, 1096, 1098, 1424, 1433, 1440, 1445, 1446, 1450, 1469, 1485, 1521, 1522, 1523, 1526, 1528, 1529, 1530, 1531, 1533, 1537, 1538, 1547, 1548, 1549, 1552, 1553, 1554, 1594, 1600, 1700, 1701, 1702, 1713, 1717, 1726, 1730, 1735, 1739, 1744], "matrix_const_view_typ": 106, "matrix_element_map_t": [251, 253], "matrix_t": [47, 49, 61], "matrix_typ": [105, 108, 402], "matrix_valu": [0, 410, 414, 416, 417, 418, 421, 422, 423, 424, 433, 434, 435, 436, 437, 451, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 1450, 1469, 1485, 1702], "matrix_valued_vers": 421, "matrix_view": [402, 435, 561, 599, 637, 675, 713, 832, 880], "matrix_view_typ": 402, "matsubara": [0, 73, 193, 197, 198, 203, 206, 389, 406, 407, 410, 424, 425, 426, 428, 430, 431, 432, 436, 438, 439, 440, 442, 524, 560, 587, 598, 625, 636, 663, 674, 701, 712, 739, 806, 809, 810, 831, 858, 869, 870, 873, 879, 913, 961, 974, 1000, 1094, 1713, 1717, 1723, 1726, 1727, 1730, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "matsubara_domain": [0, 416], "matsubara_freq": 406, "matsubara_freq_domain": 428, "matsubara_freq_mesh": 428, "matsubara_mesh_opt": 0, "matsubarafreq": 0, "matsubaratolegendr": [435, 443], "matter": [395, 397, 459, 1699], "max": [77, 338, 404, 406, 430, 1723, 1727], "max_loop": 1618, "max_n": 1026, "max_ord": 430, "maxent": [1713, 1715, 1717, 1719, 1735], "maxent_error": [1713, 1717, 1719], "maxent_gf_imp": [1713, 1717], "maxent_sigma": [1713, 1715, 1716, 1717, 1719, 1720], "maxim": [0, 442, 1096, 1723, 1727], "maximum": [0, 4, 88, 338, 339, 340, 342, 346, 347, 349, 430, 442, 1094, 1608, 1618, 1701, 1740, 1743, 1745, 1748], "maxit": [442, 1094, 1608, 1609], "maxmimum": 348, "mayb": 459, "mc": [314, 315, 453, 456, 459, 1713, 1717, 1719, 1729], "mc_gener": [294, 453, 454, 456, 457, 458, 459], "mc_sign_typ": 453, "mc_tool": [9, 10, 456, 458, 459], "mcsigntyp": [295, 297, 314, 315, 316, 319, 320, 321, 322, 327], "md": 0, "mead": [0, 442, 1094], "mean": [0, 337, 338, 369, 370, 372, 373, 374, 388, 400, 410, 413, 416, 417, 418, 422, 424, 426, 430, 432, 433, 434, 435, 436, 437, 440, 456, 457, 459, 461, 470, 472, 1672, 1699, 1707, 1713, 1717, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1732, 1737, 1743, 1748], "mean_and_err": [337, 373], "mean_and_err_mpi": 337, "mean_error": [371, 372, 373, 374], "mean_mpi": 337, "meaningless": [396, 432], "meant": 459, "measur": [0, 296, 297, 298, 300, 301, 316, 317, 320, 338, 340, 342, 350, 376, 460, 472, 1084, 1713, 1715, 1716, 1717, 1719, 1720, 1729, 1730, 1732, 1735, 1736, 1737], "measure_density_matrix": [1717, 1720, 1730, 1735], "measure_g_l": [1732, 1737], "measure_itr_t": [297, 316], "measure_set": [297, 316], "measureauxtyp": 298, "measuretyp": 297, "mechan": [0, 388, 454, 457, 459], "meet": [5, 461, 1713, 1717], "member": [0, 379, 403, 407, 425, 431, 439, 441, 444, 445, 459, 460, 1713, 1717, 1721, 1728, 1729, 1734, 1740, 1745], "memori": [0, 114, 338, 387, 389, 405, 428, 1690, 1713, 1717, 1720, 1726, 1745], "memoryarrai": 212, "memorygf": [0, 213], "menk": 0, "mention": [0, 191, 440, 457], "merg": [0, 253], "merge_subspac": 247, "mermin": [1739, 1741, 1744, 1746], "mersenn": [332, 458, 459], "mesh": [73, 74, 76, 77, 132, 133, 136, 142, 143, 145, 146, 148, 150, 151, 159, 162, 163, 174, 175, 191, 193, 202, 205, 207, 405, 407, 408, 409, 410, 413, 414, 420, 430, 431, 432, 433, 434, 435, 436, 437, 442, 451, 540, 554, 555, 559, 560, 566, 574, 576, 587, 588, 592, 593, 597, 598, 604, 612, 614, 625, 626, 630, 631, 635, 636, 642, 650, 652, 663, 664, 668, 669, 673, 674, 680, 688, 690, 701, 702, 706, 707, 711, 712, 718, 726, 728, 739, 740, 760, 825, 830, 831, 837, 845, 847, 858, 859, 872, 887, 920, 926, 928, 1084, 1087, 1090, 1098, 1100, 1448, 1450, 1467, 1469, 1470, 1471, 1484, 1485, 1486, 1487, 1688, 1702, 1703, 1713, 1716, 1717, 1719, 1720, 1724, 1726, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "mesh1": 0, "mesh2": 0, "mesh_and_data": 1688, "mesh_brillouin_zon": 0, "mesh_hash": [0, 919, 920], "mesh_k_w": [1713, 1717, 1719], "mesh_point": [0, 352], "mesh_point_t": [0, 406, 426, 428], "mesh_pt_gener": 406, "mesh_t": [151, 157, 163, 169, 175, 181, 406, 410, 413, 414, 415, 426], "meshbrzon": [0, 1059, 1470, 1486, 1726], "meshcyclat": [0, 1059, 1471, 1487], "meshdlr": [0, 974, 987], "meshdlrimfreq": [0, 1059, 1076, 1723, 1727], "meshdlrimtim": [0, 1059, 1723, 1727], "meshgf": [433, 434, 435, 436, 437], "meshgrid": [1732, 1737, 1739, 1744, 1745, 1746], "meshimfreq": [0, 433, 442, 554, 1059, 1078, 1094, 1098, 1723, 1726, 1727, 1734, 1735, 1739, 1743, 1744, 1748], "meshimtim": [434, 442, 592, 1059, 1077, 1079, 1094, 1098, 1723, 1727, 1734, 1735], "meshlegendr": [0, 435, 630], "meshpoint": [0, 407, 431, 432, 961, 974, 987], "meshproduct": [0, 1713, 1717, 1719, 1726, 1739, 1744], "meshrefreq": [0, 433, 435, 436, 560, 598, 636, 668, 674, 712, 831, 1059, 1723, 1724, 1727, 1734, 1740, 1745], "meshretim": [437, 706, 1059, 1723, 1727], "meshwithvalu": 0, "mess": 1694, "messag": [0, 8, 42, 93, 118, 474, 1691, 1697, 1698], "messio": 3, "met": [50, 242, 461, 478, 480, 501, 1537, 1538, 1539, 1716, 1720, 1725], "metal": [1713, 1715, 1716, 1717, 1719, 1720, 1730, 1732, 1735, 1737], "metaprogram": 388, "method": [0, 1, 9, 324, 330, 378, 379, 392, 396, 401, 413, 436, 442, 450, 454, 456, 458, 459, 460, 468, 469, 472, 474, 480, 501, 535, 539, 545, 549, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 744, 759, 784, 786, 789, 791, 793, 795, 801, 803, 806, 809, 812, 814, 816, 820, 822, 823, 825, 860, 862, 897, 903, 913, 919, 923, 926, 936, 949, 961, 974, 987, 1000, 1015, 1026, 1035, 1047, 1068, 1070, 1073, 1094, 1096, 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, 1350, 1352, 1354, 1356, 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, 1422, 1429, 1433, 1441, 1446, 1458, 1462, 1482, 1507, 1572, 1581, 1594, 1600, 1602, 1603, 1620, 1624, 1631, 1671, 1672, 1674, 1676, 1677, 1678, 1681, 1682, 1683, 1684, 1689, 1713, 1717, 1722, 1723, 1726, 1727, 1729, 1735, 1739, 1743, 1744, 1748], "method_nam": [379, 382], "metric": [1713, 1716, 1717, 1719, 1720], "metropli": 456, "metropoli": [324, 453, 457, 459], "michel": 1430, "micro": 0, "might": [350, 397, 459, 1690, 1695, 1715, 1719, 1730, 1735], "mimic": 17, "min": [59, 77, 404, 409, 494, 515, 1713, 1717, 1723, 1727], "mind": [8, 432], "minim": [0, 442, 461, 550, 1094, 1732, 1737], "minimum": [0, 15], "minivec": 0, "minor": [0, 1750], "minu": 815, "minut": [305, 313, 459, 1716, 1720], "minv": [123, 124, 125, 126, 127, 128, 129, 130], "minv_new": [123, 124, 125, 126, 127, 128, 129, 130], "mishchenko": 4, "miss": [0, 1536, 1695, 1714, 1718, 1732, 1737], "mit": [1715, 1719], "mix": [215, 1705], "mkdir": [1690, 1695, 1707], "mkind": [466, 1560], "mkl": [0, 1692], "mkl_num_thread": 1692, "mlist": [926, 927], "mlwf": [1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720], "mnt": 1717, "mo": 1736, "mode": [0, 432, 436, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1565, 1566, 1579, 1690, 1693, 1745], "model": [0, 4, 136, 142, 151, 159, 247, 255, 297, 299, 400, 402, 406, 411, 416, 417, 422, 424, 444, 449, 452, 453, 456, 459, 1498, 1500, 1689, 1699, 1709, 1713, 1714, 1715, 1717, 1718, 1719, 1728, 1734, 1739, 1742, 1744, 1747], "modeldmft": 1711, "moder": [45, 389], "modern": [0, 1689, 1690, 1691, 1696], "modif": [115, 123, 124, 125, 126, 127, 128, 129, 130, 415, 457, 1694, 1750], "modifi": [7, 8, 247, 383, 402, 409, 413, 426, 435, 440, 470, 561, 599, 637, 675, 713, 832, 880, 1700, 1707, 1709, 1713, 1717, 1722, 1724, 1730, 1731, 1735, 1736], "modul": [0, 2, 381, 382, 383, 387, 432, 440, 447, 461, 462, 463, 464, 470, 471, 477, 533, 547, 551, 552, 1062, 1427, 1505, 1518, 1562, 1571, 1577, 1592, 1606, 1620, 1677, 1690, 1692, 1698, 1704, 1713, 1717, 1724, 1725, 1726], "modular": [4, 1713, 1717], "module_": [380, 384, 1704], "module_a1": 1704, "module_a1_desc": 1704, "module_a1_wrap": 1704, "module_b1": 1704, "module_nam": 0, "module_name_desc": 1698, "module_path_list": 1704, "modulefil": 0, "modulo": 0, "mojav": 1694, "moment": [0, 143, 145, 146, 207, 407, 409, 416, 417, 424, 431, 433, 434, 436, 437, 438, 459, 563, 579, 601, 617, 639, 655, 677, 693, 715, 731, 834, 850, 872, 882, 890, 1743, 1748], "momenta": [465, 1070, 1552, 1553, 1554, 1740, 1742, 1745, 1747], "momentum": [451, 462, 465, 936, 1448, 1450, 1467, 1469, 1484, 1485, 1500, 1520, 1522, 1525, 1527, 1529, 1552, 1554, 1689, 1723, 1726, 1727, 1732, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "monimi": 463, "monitor": [0, 28, 1713, 1717], "monomi": [61, 244, 460, 463, 464, 1546], "monomial_t": [61, 461], "monoton": 1608, "mont": [4, 9, 295, 317, 319, 320, 338, 377, 402, 456, 472, 1713, 1716, 1717, 1720, 1723, 1727, 1729, 1730, 1735], "montecarlo": 453, "more": [0, 8, 9, 12, 350, 369, 370, 381, 385, 388, 392, 395, 398, 399, 405, 406, 409, 413, 414, 416, 417, 421, 432, 440, 457, 459, 461, 468, 469, 470, 1684, 1688, 1690, 1691, 1694, 1695, 1699, 1701, 1702, 1706, 1712, 1713, 1714, 1717, 1718, 1723, 1726, 1727, 1728, 1729, 1730, 1734, 1735, 1739, 1743, 1744, 1748], "moreov": [408, 1694], "most": [0, 4, 380, 385, 387, 388, 404, 406, 440, 459, 461, 1684, 1689, 1690, 1691, 1694, 1713, 1717, 1723, 1727, 1743, 1748, 1750], "mostli": [0, 1713, 1717, 1719, 1720], "motion": 1719, "motiv": [9, 392], "mott": [1689, 1713, 1717, 1719, 1730, 1731, 1735, 1736], "mov": 1736, "move": [7, 8, 87, 115, 136, 152, 163, 164, 175, 176, 296, 297, 299, 303, 317, 319, 320, 321, 322, 323, 324, 328, 329, 330, 396, 402, 412, 414, 458, 461, 1713, 1717, 1729, 1736], "move_r": 453, "move_set": [0, 294], "move_sign": 453, "movetyp": [299, 323], "moveu": 1736, "mp_grid": [1713, 1717], "mpi": [4, 9, 10, 136, 142, 151, 159, 183, 208, 296, 317, 319, 320, 337, 338, 345, 352, 361, 362, 370, 373, 374, 377, 387, 432, 440, 453, 456, 461, 472, 1645, 1646, 1688, 1690, 1692, 1694, 1696, 1697, 1709, 1713, 1715, 1717, 1719, 1720, 1729, 1732, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "mpi4pi": [0, 1645, 1646, 1694, 1695, 1696, 1697], "mpi_abort": 302, "mpi_boost": 0, "mpi_broadcast": 352, "mpi_chunk": 0, "mpi_comm": [32, 388], "mpi_comm_world": 388, "mpi_datatyp": 388, "mpi_gath": [0, 388, 428], "mpi_init": 0, "mpi_numproc": 0, "mpi_op": [36, 37, 208, 362, 388], "mpi_reduc": [0, 131, 352, 388], "mpi_reduce_in_plac": 0, "mpi_scatt": [388, 428], "mpi_sum": [208, 362, 388], "mpich": 0, "mpirun": [1643, 1690, 1713, 1716, 1717, 1720], "mpl": [1722, 1723, 1727, 1729, 1730, 1731, 1734, 1735, 1736], "mpl_interfac": [433, 434, 435, 436, 437, 443, 447, 468, 469, 471, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "msan": 0, "msan_opt": 0, "msec": 1646, "msg": 0, "mt19937": [332, 458, 471], "mu": [444, 448, 449, 450, 538, 542, 545, 815, 1594, 1600, 1709, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1722, 1725, 1726, 1728, 1731, 1732, 1734, 1736, 1737, 1739, 1743, 1744, 1748], "mu_": [1731, 1736], "mu_dmft": [1716, 1720], "mu_hi": [1716, 1720], "mu_initial_guess": [1717, 1720], "mu_pattern": [450, 1594, 1600], "mu_tb": [1713, 1715, 1716, 1717, 1719, 1720], "much": [388, 1716, 1720, 1723, 1727, 1735], "mul": 0, "multi": [406, 469, 1741, 1746], "multiband": 4, "multidimension": [388, 421, 1699, 1710], "multipl": [0, 15, 225, 263, 274, 340, 369, 370, 372, 373, 374, 376, 405, 407, 413, 425, 431, 442, 445, 461, 467, 1100, 1463, 1483, 1503, 1679, 1696, 1713, 1717, 1723, 1727, 1732, 1737], "multiplet": [1720, 1730, 1735, 1736], "multiplet_analysi": [1730, 1735], "multiplet_tool": [1730, 1735], "multipli": [8, 15, 259, 263, 270, 274, 396, 412, 449, 1723, 1727], "multivar": [0, 420], "multivari": [0, 413, 420, 1699, 1708], "must": [0, 3, 33, 50, 151, 159, 242, 245, 247, 250, 260, 271, 297, 299, 316, 362, 371, 372, 373, 374, 379, 382, 387, 391, 396, 399, 412, 432, 433, 434, 435, 436, 437, 440, 442, 445, 459, 460, 461, 462, 465, 469, 475, 476, 478, 480, 501, 554, 592, 630, 668, 706, 745, 748, 765, 804, 807, 810, 825, 1084, 1100, 1478, 1522, 1533, 1552, 1553, 1554, 1618, 1672, 1673, 1678, 1684, 1700, 1721, 1725, 1727, 1735, 1743, 1748], "mutual": [825, 1727], "my": [5, 386, 458, 1707, 1722], "my_acc": [339, 343, 346, 348], "my_acc_no_lin": 346, "my_acc_no_log": 348, "my_accumulator_a": 350, "my_accumulator_d": 350, "my_arch": 1724, "my_array_inst": 350, "my_first_pr": 8, "my_funct": 1704, "my_gf": 1703, "my_measurement_a": 350, "my_measurement_d": 350, "my_method": 399, "my_python": 1695, "my_script": 1721, "my_test": 1706, "my_triq": 8, "myclass": [386, 387], "myep": 1706, "myfil": [387, 432, 440], "myfile2": 386, "mymov": 458, "myobject": [469, 1721], "myproj": 1707, "myself": [470, 1688], "n": [0, 3, 4, 13, 24, 116, 126, 127, 136, 143, 144, 145, 146, 147, 148, 149, 194, 195, 197, 198, 199, 203, 204, 207, 212, 213, 344, 345, 360, 369, 370, 372, 382, 389, 391, 401, 403, 404, 406, 409, 412, 416, 428, 429, 430, 433, 434, 435, 436, 437, 441, 442, 444, 447, 452, 456, 457, 461, 462, 465, 471, 472, 474, 476, 577, 578, 615, 616, 653, 654, 691, 692, 729, 730, 848, 849, 888, 889, 913, 914, 936, 961, 974, 987, 1094, 1530, 1555, 1586, 1672, 1690, 1698, 1702, 1709, 1712, 1713, 1716, 1723, 1725, 1726, 1727, 1729, 1730, 1731, 1735, 1736, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "n0": [559, 597, 635, 673, 711, 830], "n1": [0, 559, 597, 635, 673, 711, 746, 761, 830], "n2": [0, 559, 597, 635, 673, 711, 746, 761, 830], "n_": [360, 409, 452, 456, 459, 461, 464, 1547, 1548, 1586, 1729, 1731, 1732, 1736, 1737, 1742, 1743, 1747, 1748], "n_1": [404, 464, 1546], "n_2": [404, 464, 1546], "n_3": [464, 1546], "n_accumulation_cycl": [296, 320], "n_atom": [1713, 1717], "n_bin": [354, 1732, 1737], "n_char": [1713, 1717], "n_chunk": 12, "n_corr_shel": 1717, "n_cycl": [0, 317, 456, 457, 458, 459, 1709, 1729, 1731, 1732, 1735, 1736, 1737], "n_cycles_tot": [1713, 1717], "n_data_pt": 352, "n_div": [1431, 1496], "n_dn": [389, 444], "n_down": [444, 1736], "n_down_conn": 444, "n_down_hilbert_map": 444, "n_down_op": 444, "n_ep": [447, 448, 449, 1431, 1495, 1496, 1712], "n_freq": [418, 422, 1703], "n_i": 1537, "n_im_tim": [420, 421], "n_inequiv_shel": 1717, "n_iter_dmft": [1713, 1717, 1720], "n_iw": [0, 73, 145, 146, 203, 207, 389, 408, 412, 524, 872, 873, 1000, 1059, 1702, 1717, 1720, 1723, 1726, 1727, 1734, 1735, 1743, 1744, 1748], "n_j": 1537, "n_k": [0, 936, 1470, 1486, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1739, 1743, 1744, 1748], "n_kpt": [447, 448, 449, 450, 1495, 1712], "n_l": [0, 74, 389, 525, 1732, 1737], "n_lin_bin": [338, 342], "n_lin_bins_max": [338, 340, 346], "n_log_bin": 338, "n_log_bins_max": [338, 340, 348], "n_loop": [1709, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737], "n_lost_pt": 352, "n_max": [0, 50, 430, 478, 480, 501, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1725, 1739, 1744], "n_min": [0, 50, 430, 478, 480, 501, 563, 565, 577, 578, 601, 603, 615, 616, 639, 641, 653, 654, 677, 679, 691, 692, 715, 717, 729, 730, 834, 836, 848, 849, 882, 884, 888, 889, 1725], "n_moment": [0, 207, 442, 1099], "n_op": 465, "n_orb": [0, 389, 452, 462, 464, 465, 466, 1521, 1545, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1561, 1713, 1715, 1716, 1717, 1719, 1720, 1735], "n_orbit": [446, 448, 543, 1478, 1717, 1739, 1744], "n_part": [464, 1546], "n_point": [0, 432, 433, 434, 435, 436, 437, 439, 440, 443, 450, 468, 469, 554, 583, 592, 621, 630, 659, 668, 697, 706, 735, 854, 894, 1065, 1066, 1600, 1602, 1603, 1688, 1740, 1745], "n_points_integr": 449, "n_points_max": [1713, 1717, 1719], "n_pt": [0, 448, 452, 539, 540, 1070], "n_r": [1471, 1487, 1727], "n_re_tim": [420, 421], "n_rep": 1717, "n_shell": 1717, "n_site": 1478, "n_subspac": [45, 247, 389, 444], "n_t": [409, 1047], "n_tail_max": [0, 430, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1009], "n_tau": [0, 76, 204, 389, 408, 526, 872, 874, 1015, 1059, 1717, 1720, 1723, 1725, 1727, 1729, 1734, 1735], "n_time": [417, 424, 1702], "n_up": [389, 444], "n_up_conn": 444, "n_up_hilbert_map": 444, "n_up_op": 444, "n_w": [77, 389, 527, 1035, 1713, 1716, 1717, 1719, 1720, 1723, 1724, 1727, 1734, 1740, 1745], "n_warmup_cycl": [319, 320, 456, 457, 458, 459, 1709, 1713, 1717, 1729, 1731, 1732, 1735, 1736, 1737], "nabla": [1743, 1748], "naiv": 409, "name": [0, 73, 74, 75, 76, 77, 136, 140, 156, 168, 180, 187, 222, 223, 234, 235, 237, 286, 287, 289, 297, 299, 302, 314, 315, 323, 328, 331, 332, 336, 352, 356, 357, 358, 379, 382, 385, 386, 387, 396, 402, 404, 432, 433, 434, 435, 436, 437, 439, 440, 442, 446, 447, 448, 449, 452, 459, 462, 464, 465, 466, 468, 469, 471, 474, 535, 536, 539, 540, 543, 550, 554, 592, 630, 668, 706, 745, 760, 781, 820, 821, 825, 866, 908, 934, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1098, 1100, 1429, 1430, 1433, 1438, 1463, 1476, 1483, 1492, 1495, 1496, 1499, 1525, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1575, 1608, 1618, 1640, 1649, 1663, 1672, 1674, 1683, 1698, 1704, 1709, 1712, 1713, 1716, 1717, 1720, 1723, 1724, 1725, 1727, 1729, 1731, 1734, 1735, 1736, 1739, 1744], "name1": [379, 382], "name2": [379, 382], "name_block_gener": [0, 440, 760, 1727], "name_list": [440, 760, 1723, 1727], "name_list1": [744, 745], "name_list2": [744, 745], "name_of_the_mov": 303, "namespac": [145, 146, 151, 207, 339, 343, 346, 348, 350, 371, 372, 373, 374, 382, 388, 389, 391, 395, 396, 397, 399, 405, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 444, 461, 476, 1700, 1702, 1703, 1704, 1707], "nan": [4, 1740, 1745], "nan_to_num": [1740, 1745], "nativ": [388, 1680], "natur": [385, 406, 412, 426, 432, 1713, 1717, 1723, 1727], "navig": [0, 1713, 1717], "nb": [0, 88, 115, 121, 122, 151, 153, 165, 177, 299, 323, 399, 406, 413, 442, 1094, 1098, 1620], "nbsphinx": [0, 1719, 1729, 1739, 1740, 1742, 1744, 1745, 1747], "nca": 389, "ncore": 1690, "nda": [143, 145, 146, 212, 255, 256, 257, 340, 344, 345, 350, 355, 388, 391, 395, 396, 397, 398, 399, 405, 408, 412, 413, 416, 417, 420, 421, 430, 451, 1448, 1450, 1467, 1469, 1484, 1485, 1700, 1702, 1703, 1707], "ndarrai": [0, 433, 435, 442, 446, 559, 560, 566, 597, 598, 604, 635, 636, 642, 673, 674, 680, 711, 712, 718, 830, 831, 837, 936, 949, 1094, 1433, 1462, 1463, 1483, 1502, 1503], "ndim": [0, 446], "ndiv": 1455, "nearest": [447, 1068, 1070, 1712, 1726, 1740, 1742, 1743, 1745, 1747, 1748], "necessari": [0, 4, 380, 381, 428, 1690, 1695, 1697, 1713, 1716, 1717, 1720], "necessarili": 61, "necessarli": 476, "need": [0, 7, 8, 115, 153, 165, 177, 299, 323, 327, 338, 385, 388, 401, 403, 406, 409, 411, 414, 442, 453, 457, 459, 460, 461, 462, 469, 470, 1100, 1530, 1690, 1695, 1697, 1702, 1706, 1713, 1714, 1717, 1718, 1721, 1723, 1725, 1727, 1728, 1729, 1734, 1743, 1748, 1750], "neg": [0, 296, 317, 320, 428, 430, 563, 565, 601, 603, 639, 641, 677, 679, 715, 717, 834, 836, 882, 884, 1680], "neglect": [1716, 1720, 1739, 1744], "neglig": 0, "neigbhour": [1739, 1743, 1744, 1748], "neighbour": [447, 449, 456, 1712, 1726, 1740, 1742, 1745, 1747], "nelder": [0, 442, 1094], "nep": [1454, 1455], "neq": [462, 464, 1521, 1547, 1548, 1731, 1736], "nerror": 430, "nest": [1699, 1743, 1748, 1749], "net": 1698, "nevanlinna": 0, "never": [0, 387, 396, 1721], "new": [6, 8, 95, 97, 105, 108, 114, 126, 127, 128, 148, 188, 210, 225, 226, 244, 258, 266, 269, 277, 339, 340, 348, 381, 385, 386, 387, 395, 402, 403, 408, 440, 453, 459, 461, 462, 470, 476, 747, 764, 1522, 1533, 1618, 1689, 1690, 1695, 1698, 1701, 1706, 1707, 1713, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1727, 1728, 1734, 1750], "new_arch": 0, "new_h": [266, 277], "new_k": 114, "new_n": 114, "new_n_tau": [576, 614, 652, 690, 728, 847, 887, 1713, 1717, 1719, 1729], "new_sign": 453, "newli": 0, "next": [342, 406, 436, 459, 461, 1620, 1694, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1737], "nfft": 0, "nfreq": [405, 416], "nice": [395, 399, 1710], "nil": 0, "niter": [1709, 1731, 1735, 1736], "nk": [450, 1068, 1598, 1605, 1745], "nkpt": 1454, "nn": [1732, 1737], "nn1": 1698, "no_except": 772, "no_self_c": [378, 379], "nobl": [0, 1690], "nodal": [1732, 1737], "node": [0, 38, 40, 41, 42, 302, 370, 387, 388, 459, 474, 1620, 1630, 1638, 1649, 1653, 1655, 1663, 1669, 1690, 1723, 1727], "noexcept": [18, 35, 88, 159, 163, 171, 175, 184, 402], "nois": [1723, 1727, 1729, 1730, 1735], "noisi": [442, 1096, 1713, 1717], "non": [141, 171, 248, 253, 255, 271, 380, 383, 385, 399, 407, 420, 431, 442, 444, 445, 450, 464, 1093, 1095, 1100, 1594, 1600, 1680, 1699, 1713, 1717, 1719, 1723, 1727, 1728, 1729, 1730, 1734, 1735, 1741, 1743, 1746, 1748, 1749], "nonborrow": 0, "nondiagon": 0, "none": [73, 74, 76, 77, 302, 378, 379, 381, 382, 387, 412, 418, 421, 433, 434, 435, 436, 437, 442, 448, 449, 450, 462, 464, 465, 468, 476, 524, 525, 526, 527, 543, 549, 550, 561, 577, 578, 579, 580, 581, 582, 583, 589, 599, 615, 616, 617, 618, 619, 620, 621, 627, 637, 653, 654, 655, 656, 657, 658, 659, 665, 675, 691, 692, 693, 694, 695, 696, 697, 703, 713, 729, 730, 731, 732, 733, 734, 735, 741, 825, 832, 848, 849, 850, 851, 852, 853, 854, 860, 880, 888, 889, 890, 891, 892, 893, 894, 900, 919, 920, 941, 952, 965, 978, 991, 1004, 1009, 1019, 1030, 1038, 1050, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1098, 1424, 1462, 1463, 1468, 1482, 1483, 1499, 1502, 1521, 1522, 1530, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1583, 1600, 1602, 1603, 1618, 1620, 1646, 1659, 1672, 1675, 1678, 1680, 1694, 1713, 1717, 1719, 1726, 1727], "nontrivi": 461, "nonzero": 1675, "nopython": 0, "nor": 1694, "norb": [442, 1094, 1098, 1499, 1745], "norm": [442, 1094, 1726], "normal": [0, 38, 241, 246, 253, 255, 268, 299, 323, 351, 375, 399, 414, 426, 432, 448, 461, 535, 1539, 1678, 1713, 1717, 1732, 1737], "normalis": [351, 375, 1589, 1590], "notat": [9, 377, 421, 432, 461], "notclefexpress": 399, "note": [0, 3, 15, 18, 338, 387, 395, 396, 399, 400, 403, 406, 407, 408, 426, 430, 431, 433, 434, 435, 436, 437, 440, 442, 459, 464, 468, 469, 475, 560, 566, 587, 588, 598, 604, 625, 626, 636, 642, 663, 664, 674, 680, 701, 702, 712, 718, 739, 740, 825, 831, 837, 858, 859, 1100, 1690, 1691, 1705, 1710, 1713, 1717, 1721, 1722, 1723, 1724, 1727, 1728, 1731, 1734, 1735, 1736, 1741, 1743, 1746, 1748], "notebook": [0, 380, 1689, 1690, 1697, 1699, 1708, 1711, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1722, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1732, 1733, 1734, 1735, 1737, 1740, 1741, 1742, 1745, 1746, 1747, 1749], "noth": [339, 387, 410, 412, 456, 457, 459, 823, 1653, 1672, 1694], "notic": [1713, 1715, 1717, 1719], "notion": [9, 381, 406, 431, 464, 1694], "novic": 1721, "now": [0, 7, 8, 348, 389, 403, 406, 408, 432, 456, 458, 459, 1690, 1694, 1698, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1727, 1728, 1732, 1734, 1735, 1736, 1737, 1739, 1742, 1743, 1744, 1747, 1748], "np": [0, 389, 436, 442, 1094, 1098, 1100, 1688, 1690, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1726, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "np_ep": 1726, "nparrai": 0, "npt": 449, "nrgljubjana_interfac": 0, "nrgljubljana_interfac": 4, "nrow": [1713, 1717, 1719, 1720], "nscf": [1713, 1717], "nsite": 1478, "ntail": [145, 146], "nteract": 1689, "nth": 115, "nu": [1729, 1742, 1743, 1747, 1748], "nu_m": [1740, 1745], "nu_n": [1740, 1745], "null": 1510, "nullptr": 242, "num": [1502, 1739, 1744, 1745, 1746], "num_band": [1713, 1717], "num_wann": [1501, 1503, 1713, 1717], "number": [0, 3, 5, 9, 16, 21, 46, 47, 48, 49, 50, 63, 71, 73, 74, 76, 77, 79, 80, 91, 94, 116, 119, 194, 207, 229, 240, 254, 293, 296, 306, 307, 310, 317, 319, 320, 331, 338, 339, 340, 341, 342, 346, 347, 348, 349, 352, 354, 363, 364, 365, 368, 377, 386, 387, 389, 396, 406, 409, 412, 417, 422, 430, 436, 442, 444, 445, 446, 448, 450, 453, 454, 456, 457, 459, 460, 461, 462, 464, 465, 466, 470, 472, 478, 480, 496, 497, 501, 517, 518, 529, 530, 539, 540, 574, 612, 650, 688, 726, 754, 774, 845, 936, 949, 1000, 1015, 1035, 1047, 1068, 1070, 1094, 1436, 1437, 1444, 1465, 1474, 1475, 1479, 1490, 1491, 1494, 1495, 1500, 1502, 1503, 1516, 1521, 1522, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1581, 1587, 1588, 1597, 1598, 1602, 1603, 1604, 1605, 1608, 1618, 1672, 1678, 1690, 1692, 1694, 1698, 1701, 1702, 1707, 1709, 1710, 1713, 1717, 1720, 1721, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1744, 1745], "number_orbit": [447, 1712], "numer": [0, 4, 24, 461, 470, 1500, 1713, 1716, 1717, 1720, 1723, 1724, 1727, 1730, 1735, 1736, 1740, 1741, 1743, 1745, 1746, 1748], "numpi": [0, 386, 389, 432, 433, 434, 435, 436, 437, 439, 446, 452, 462, 465, 467, 469, 540, 550, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 825, 860, 936, 948, 949, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1433, 1458, 1463, 1468, 1483, 1499, 1500, 1502, 1503, 1521, 1522, 1526, 1528, 1529, 1531, 1533, 1536, 1552, 1553, 1554, 1569, 1570, 1688, 1694, 1696, 1697, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "numpydoc": 0, "nw": [1740, 1743, 1745, 1748], "nxm": 1702, "o": [0, 3, 366, 369, 370, 433, 435, 436, 437, 443, 447, 452, 461, 468, 469, 476, 1690, 1691, 1692, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1729, 1731, 1732, 1735, 1736, 1737, 1739, 1744, 1747, 1748], "o_": 404, "ob": [386, 1570, 1713, 1716, 1717, 1719, 1720], "obei": [461, 1739, 1742, 1743, 1744, 1747, 1748], "obj": [222, 223, 386, 391, 399, 1564, 1565, 1566], "object": [9, 13, 26, 38, 88, 142, 145, 146, 151, 159, 183, 191, 193, 205, 206, 207, 208, 219, 222, 223, 226, 234, 241, 242, 244, 245, 246, 250, 258, 260, 264, 265, 269, 271, 275, 276, 286, 340, 350, 361, 362, 369, 370, 379, 381, 383, 385, 388, 389, 391, 396, 399, 404, 406, 408, 413, 416, 417, 422, 424, 432, 433, 434, 435, 436, 437, 439, 440, 442, 445, 448, 449, 450, 451, 453, 459, 460, 461, 462, 463, 467, 468, 472, 476, 545, 546, 549, 745, 1069, 1072, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1100, 1448, 1450, 1467, 1469, 1482, 1484, 1485, 1495, 1498, 1499, 1500, 1530, 1564, 1570, 1579, 1600, 1640, 1645, 1672, 1681, 1684, 1689, 1702, 1716, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1730, 1735], "observ": [0, 9, 79, 80, 369, 370, 389, 444, 460, 461, 472, 1713, 1715, 1716, 1717, 1719, 1720, 1732, 1735, 1737, 1739, 1744], "observables_imp0": [1713, 1717, 1719], "obsolet": 0, "obtain": [144, 244, 338, 383, 403, 409, 420, 442, 471, 472, 868, 1094, 1689, 1702, 1713, 1717, 1725, 1726, 1728, 1729, 1734, 1735, 1742, 1747], "obvious": [459, 1707], "occ": [1717, 1719], "occup": [389, 464, 1546, 1713, 1717, 1719, 1720, 1730, 1735, 1742, 1743, 1747, 1748], "occupi": [1735, 1742, 1747], "occur": [0, 38, 302, 338, 350, 370, 385, 474, 1678, 1741, 1743, 1746, 1748], "occurr": 0, "odd": [465, 1552, 1553, 1554, 1732, 1737, 1743, 1748], "off": [0, 340, 346, 348, 350, 404, 439, 464, 465, 466, 801, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1693, 1713, 1717, 1722, 1747], "off_diag": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561], "offer": [387, 405, 1710], "offici": [0, 3, 4, 1695], "offset": [1713, 1716, 1717, 1719, 1720], "often": [0, 88, 350, 472, 475, 1723, 1726, 1727, 1750], "og": 0, "ok": [470, 476, 1707], "old": [0, 187, 389, 403, 413, 457, 462, 782, 1522, 1533, 1695, 1701, 1719], "old_arch": 0, "old_sign": 453, "older": 0, "olga": 4, "olivi": 0, "om": [0, 469], "om_": [408, 1703], "omega": [0, 73, 77, 145, 191, 193, 205, 206, 404, 409, 420, 430, 432, 438, 439, 441, 442, 449, 450, 468, 469, 545, 589, 627, 665, 703, 741, 792, 795, 801, 814, 860, 1094, 1594, 1600, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1728, 1730, 1732, 1734, 1735, 1737, 1739, 1743, 1744, 1746, 1748], "omega_": [77, 409, 430, 1723, 1727], "omega_0": [1735, 1739, 1740, 1744, 1745], "omega_2": 1726, "omega_l": [1723, 1727], "omega_m": 409, "omega_max": [1713, 1717, 1719], "omega_min": [0, 1713, 1717, 1719], "omega_n": [202, 404, 409, 416, 428, 442, 469, 589, 627, 665, 703, 741, 776, 860, 1094, 1098, 1709, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1742, 1743, 1744, 1747, 1748], "omegamaxent_interfac": 4, "omit": [379, 382], "omp": 0, "omp_chunk": 0, "omp_num_thread": [0, 1692], "ompil": 392, "onc": [0, 338, 388, 398, 420, 456, 457, 459, 1684, 1690, 1698, 1716, 1720, 1730, 1735, 1740, 1745], "one": [0, 4, 6, 12, 23, 50, 96, 136, 191, 205, 215, 241, 245, 246, 247, 253, 255, 268, 296, 302, 317, 319, 320, 324, 338, 346, 348, 350, 369, 370, 378, 381, 386, 387, 388, 395, 396, 397, 399, 400, 401, 402, 403, 404, 406, 409, 413, 416, 432, 442, 443, 444, 448, 456, 457, 458, 459, 461, 464, 465, 466, 468, 469, 470, 472, 474, 476, 478, 480, 501, 543, 745, 1094, 1100, 1495, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1618, 1624, 1689, 1691, 1694, 1699, 1707, 1709, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "one_band": [1731, 1735, 1736], "one_fermion_level": 468, "ones": [0, 12, 389, 459, 462, 469, 1522, 1533, 1692, 1741, 1742, 1743, 1746, 1747, 1748], "onli": [0, 3, 7, 24, 114, 151, 241, 242, 244, 247, 249, 253, 255, 338, 340, 342, 345, 352, 355, 362, 370, 379, 380, 382, 387, 389, 396, 398, 399, 400, 402, 403, 409, 412, 413, 420, 425, 428, 439, 442, 445, 448, 449, 450, 457, 459, 461, 462, 465, 469, 543, 560, 566, 587, 588, 598, 604, 625, 626, 636, 642, 663, 664, 674, 680, 701, 702, 712, 718, 739, 740, 750, 755, 760, 768, 773, 775, 801, 814, 831, 837, 858, 859, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1096, 1468, 1521, 1552, 1553, 1554, 1584, 1595, 1601, 1618, 1673, 1674, 1679, 1692, 1696, 1700, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1728, 1729, 1734, 1735, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "onlin": 1729, "oolbox": 1689, "op": [0, 44, 62, 79, 80, 81, 208, 242, 244, 249, 362, 388, 402, 461, 522, 529, 530, 531, 1514, 1515, 1645, 1659, 1719], "op_block_mat_t": 62, "op_from_block_matrix": 0, "op_linear_index": [46, 47, 48, 49, 482, 483, 484, 485, 503, 504, 505, 506], "op_struct": [0, 466], "op_t": 463, "op_vec": 61, "oparcollet": 0, "open": [0, 6, 388, 432, 440, 469, 470, 1688, 1690, 1691, 1694, 1698, 1700, 1713, 1715, 1717, 1719, 1724, 1730, 1735], "open_flag": 387, "openbla": [1692, 1694], "openblas_num_thread": 1692, "openmp": [0, 4, 1696, 1739, 1744], "openmpi": [0, 1690, 1695, 1696, 1697], "oper": [4, 9, 36, 37, 44, 46, 47, 48, 49, 50, 56, 61, 62, 79, 80, 81, 87, 91, 116, 121, 122, 126, 127, 130, 133, 150, 151, 162, 174, 208, 215, 230, 231, 232, 241, 242, 243, 245, 247, 248, 249, 253, 256, 268, 279, 331, 338, 340, 352, 361, 362, 377, 379, 385, 387, 388, 389, 391, 392, 396, 400, 401, 402, 403, 406, 410, 428, 431, 438, 444, 445, 459, 462, 463, 464, 465, 466, 476, 478, 480, 482, 483, 484, 485, 489, 501, 503, 504, 505, 506, 510, 522, 551, 552, 913, 1458, 1678, 1690, 1699, 1701, 1708, 1709, 1713, 1717, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1740, 1743, 1745, 1748], "opera": 1736, "operator_j": 0, "operator_structur": [466, 1561], "operator_t": [248, 249, 253], "operatori": 0, "operatortyp": [247, 248, 250], "oplot": [0, 433, 434, 435, 436, 437, 443, 447, 468, 469, 1084, 1565, 1566, 1579, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1725, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1741, 1742, 1743, 1745, 1746, 1747, 1748], "oploti": 0, "oplotr": 0, "oppos": 382, "opposit": [397, 428, 464, 1547, 1548], "opt": [410, 412, 416, 417, 418, 422, 423, 424, 1653, 1667, 1694, 1725, 1726, 1727], "opt_dict": [1069, 1072, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1564, 1565, 1566, 1570], "opt_list": [1564, 1565, 1566], "optic": 1719, "optim": [0, 241, 405, 409, 442, 1094, 1690, 1691, 1713, 1717, 1719, 1723, 1727, 1742, 1743, 1747, 1748], "option": [0, 241, 244, 247, 317, 319, 320, 385, 388, 430, 431, 433, 434, 435, 436, 437, 438, 440, 442, 446, 460, 461, 462, 465, 470, 478, 480, 501, 554, 560, 589, 592, 598, 627, 630, 636, 665, 668, 674, 703, 706, 712, 741, 825, 831, 860, 1009, 1094, 1095, 1433, 1502, 1521, 1522, 1526, 1529, 1531, 1533, 1552, 1553, 1554, 1564, 1565, 1566, 1618, 1678, 1690, 1695, 1706, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1723, 1725, 1727, 1730, 1735], "option_t": 410, "optional_dict": 1579, "optiondict": 469, "optionsdict": 469, "orb": 452, "orb_nam": [0, 389, 464, 465, 1545, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1558], "orb_z": [1713, 1717, 1719, 1720], "orbit": [0, 389, 446, 448, 452, 462, 464, 465, 466, 536, 543, 1433, 1436, 1438, 1439, 1463, 1474, 1476, 1477, 1483, 1490, 1492, 1493, 1521, 1525, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1699, 1711, 1713, 1717, 1719, 1723, 1727, 1729, 1740, 1741, 1745, 1746], "orbital1": 1468, "orbital2": 1468, "orbital_nam": [0, 446, 1463, 1482, 1483], "orbital_ord": [1713, 1717], "orbital_posit": [446, 449, 452, 1463, 1482, 1483], "order": [0, 3, 4, 6, 7, 96, 98, 106, 147, 148, 215, 232, 255, 279, 342, 387, 388, 395, 397, 398, 405, 406, 408, 409, 413, 416, 417, 420, 422, 424, 430, 440, 442, 458, 459, 460, 461, 462, 463, 472, 476, 749, 756, 766, 779, 822, 1096, 1526, 1529, 1531, 1569, 1690, 1691, 1692, 1694, 1696, 1707, 1713, 1717, 1719, 1721, 1722, 1723, 1727, 1728, 1729, 1730, 1734, 1735, 1736, 1741, 1742, 1743, 1746, 1747, 1748, 1750], "ordinari": [379, 399, 1726], "org": [0, 4, 409, 1690, 1713, 1714, 1715, 1717, 1718, 1719, 1721], "organ": [0, 470, 1689, 1699, 1713, 1717], "orgin": 3, "orient": [1087, 1721], "origin": [8, 147, 148, 420, 436, 462, 476, 1533, 1713, 1717, 1719, 1723, 1726, 1727, 1743, 1747, 1748], "orthogon": [0, 450, 1594, 1600], "orthogonal_basi": [1594, 1596], "os_defin": 475, "oscil": 1729, "oss": 385, "ostream": [0, 158, 170, 182, 366, 399, 476], "osx": [0, 1690], "osx10": 0, "otain": [961, 974, 987], "other": [0, 3, 5, 6, 96, 147, 148, 371, 372, 373, 374, 385, 386, 389, 392, 396, 400, 404, 407, 413, 448, 453, 459, 462, 465, 469, 470, 475, 478, 480, 501, 543, 825, 941, 952, 965, 978, 991, 1004, 1019, 1030, 1038, 1050, 1522, 1533, 1552, 1553, 1554, 1689, 1690, 1695, 1700, 1701, 1707, 1713, 1714, 1717, 1718, 1721, 1723, 1725, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1743, 1744, 1745, 1748, 1750], "otherwis": [0, 115, 236, 238, 239, 288, 290, 291, 297, 299, 379, 382, 386, 387, 396, 397, 430, 432, 441, 442, 459, 461, 464, 465, 466, 469, 906, 1094, 1537, 1538, 1539, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1646, 1673, 1690, 1743, 1748], "ou": 1736, "our": [0, 3, 6, 7, 389, 392, 406, 459, 472, 1688, 1689, 1694, 1696, 1698, 1699, 1707, 1713, 1715, 1717, 1719, 1724, 1726, 1729, 1741, 1742, 1743, 1746, 1747, 1748], "out": [0, 158, 170, 182, 212, 399, 412, 442, 1102, 1586, 1589, 1590, 1678, 1713, 1717, 1723, 1727, 1728, 1734], "outdat": 1695, "outer": [430, 745], "outlin": [1698, 1723, 1727], "output": [0, 7, 13, 26, 145, 146, 339, 343, 346, 348, 352, 366, 371, 372, 373, 374, 409, 459, 461, 472, 1468, 1499, 1500, 1690, 1713, 1714, 1717, 1718, 1729, 1730, 1735, 1737], "outsid": [352, 416, 417, 422, 424, 1581, 1723, 1727], "over": [0, 15, 30, 81, 345, 354, 365, 370, 373, 374, 387, 394, 406, 420, 426, 428, 432, 440, 444, 445, 447, 453, 459, 460, 472, 1620, 1655, 1669, 1698, 1702, 1713, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "overal": [1502, 1713, 1717], "overhaul": 0, "overinterpret": [1713, 1717], "overlai": 1747, "overlap": [450, 451, 1446, 1453, 1594, 1600, 1726], "overlap_mat_vec": [0, 451], "overload": [0, 9, 142, 378, 379, 382, 391, 392, 396, 397, 405, 406, 413, 460, 476], "overrid": [0, 1672, 1681], "overrul": 469, "overview": [459, 1689, 1710, 1713, 1717, 1721], "overwrit": 1724, "own": [4, 8, 388, 1695, 1699, 1700, 1704, 1713, 1717, 1721], "ox": 0, "p": [3, 136, 194, 298, 381, 406, 1688, 1690, 1713, 1717, 1729], "p0": [468, 549, 550], "p1": [468, 549], "p2": [468, 549], "p_": [453, 459, 1732, 1737], "p_l": 404, "p_x": 453, "pack": [0, 244], "pack_index_site_orbit": 1480, "packag": [4, 5, 388, 1691, 1692, 1694, 1696, 1697, 1704, 1706, 1710, 1713, 1717, 1725, 1726, 1727, 1735], "package_nam": 1695, "pade": [0, 436, 1728, 1730, 1734, 1735], "pade_analytical_continuation_wk": [1740, 1745], "pad\u00e9": [1740, 1745], "page": [0, 6, 7, 8, 388, 405, 410, 414, 426, 470, 1688, 1689, 1690, 1691, 1699, 1702, 1714, 1718], "pai": 1690, "pair": [0, 12, 13, 61, 73, 74, 75, 76, 77, 145, 146, 219, 253, 359, 372, 373, 388, 430, 445, 463, 464, 524, 525, 526, 527, 562, 563, 564, 565, 600, 601, 602, 603, 638, 639, 640, 641, 676, 677, 678, 679, 714, 715, 716, 717, 760, 833, 834, 835, 836, 881, 882, 883, 884, 1035, 1047, 1454, 1455, 1502, 1548, 1585, 1723, 1727, 1731, 1736, 1740, 1741, 1745, 1746], "panda": [1730, 1735], "pandoc": 0, "panel": 467, "paper": [0, 3, 4, 1713, 1717, 1748], "paragraph": 461, "parallel": [0, 387, 453, 462, 1521, 1528, 1690, 1696, 1713, 1717, 1726, 1739, 1744], "param": [400, 468, 549, 815, 1646], "param_tupl": 550, "paramagnet": [1709, 1713, 1717], "paramet": [0, 9, 257, 342, 379, 382, 386, 387, 388, 390, 406, 407, 408, 409, 416, 417, 418, 422, 424, 431, 440, 442, 444, 446, 448, 449, 451, 453, 456, 459, 460, 462, 464, 465, 466, 468, 470, 476, 480, 501, 536, 540, 543, 546, 549, 550, 560, 566, 589, 598, 604, 627, 636, 642, 665, 674, 680, 703, 712, 718, 741, 792, 802, 804, 807, 810, 815, 817, 825, 831, 837, 860, 913, 926, 961, 974, 987, 1000, 1015, 1026, 1068, 1070, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1093, 1095, 1096, 1098, 1099, 1100, 1102, 1433, 1441, 1446, 1458, 1462, 1463, 1470, 1471, 1483, 1486, 1487, 1495, 1498, 1499, 1500, 1502, 1503, 1504, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1579, 1586, 1589, 1590, 1603, 1618, 1701, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737], "parametr": 404, "paramount": 404, "parcollet": [0, 3], "parent": [234, 235, 286, 287], "parenthesi": [397, 458, 1721], "pars": [0, 1503, 1504], "parse_commit": 0, "parser": [0, 1503, 1504], "part": [0, 3, 7, 12, 188, 193, 209, 210, 279, 298, 338, 340, 346, 347, 348, 349, 350, 388, 395, 402, 406, 432, 447, 453, 459, 461, 464, 563, 565, 567, 575, 601, 603, 605, 613, 639, 641, 643, 651, 677, 679, 681, 689, 715, 717, 719, 727, 750, 755, 768, 775, 834, 836, 838, 846, 882, 884, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1482, 1509, 1511, 1537, 1538, 1539, 1546, 1550, 1688, 1689, 1694, 1699, 1700, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1722, 1723, 1727, 1730, 1732, 1735, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "parti": [0, 1694], "partial": [0, 338, 392, 397, 398, 399, 421, 440, 1431, 1713, 1717, 1724, 1730, 1732, 1735, 1737, 1740, 1745], "particl": [0, 389, 433, 435, 461, 465, 478, 480, 501, 560, 598, 636, 674, 712, 831, 913, 1555, 1699, 1723, 1725, 1726, 1727, 1739, 1740, 1741, 1744, 1745, 1746], "particular": [0, 3, 55, 142, 159, 385, 388, 400, 402, 440, 463, 472, 476, 1690, 1692, 1695, 1698, 1704, 1732, 1737, 1743, 1748], "particularli": [1500, 1709, 1728, 1734], "partit": [4, 9, 50, 78, 247, 248, 250, 253, 254, 389, 444, 459, 478, 480, 501, 528, 1725, 1729, 1736], "partition_funct": [43, 389, 390], "pass": [0, 244, 340, 346, 348, 350, 369, 370, 387, 388, 389, 430, 458, 464, 469, 476, 1084, 1502, 1549, 1579, 1681, 1690, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1728, 1729, 1730, 1735, 1742], "past": [23, 218, 221, 461], "patch": [0, 450, 1429, 1431, 1600, 1602, 1603, 1732, 1737, 1750], "path": [0, 385, 386, 387, 452, 1066, 1067, 1070, 1073, 1090, 1499, 1502, 1692, 1694, 1695, 1704, 1713, 1714, 1717, 1718, 1719, 1720, 1731, 1736, 1739, 1740, 1741, 1744, 1745, 1746], "path_1": 452, "path_2": 452, "path_4": 452, "path_to_install_directori": 1750, "path_to_python3": 1698, "path_to_sigma": [1715, 1719], "path_to_your_hom": 1695, "pattern": [0, 379, 382, 1698], "pauli": [1739, 1742, 1744, 1747], "pcb": [1713, 1715, 1716, 1717, 1719, 1720], "pcolor": 1746, "pcolormesh": [1737, 1739, 1744, 1745], "pdf": [3, 337], "pdos_atm": [1713, 1717], "pdos_tot": [1713, 1717], "peak": [1720, 1723, 1727, 1740, 1741, 1745, 1746], "peek": [1731, 1736], "penalti": [0, 88, 397], "peopl": 0, "pep": 0, "per": [0, 442, 452, 461, 1094, 1503, 1684, 1713, 1714, 1716, 1717, 1718, 1719, 1720], "perat": 1736, "percent": [309, 430], "perfect": [0, 1694, 1699, 1749], "perfectli": [1739, 1740, 1743, 1744, 1745, 1748], "perform": [0, 88, 96, 144, 159, 183, 205, 206, 208, 248, 253, 331, 338, 365, 370, 397, 398, 403, 408, 442, 459, 472, 868, 1094, 1689, 1690, 1701, 1723, 1725, 1727, 1728, 1731, 1734, 1736, 1740, 1745], "perform_tail_fit": 1717, "perftool": 1706, "period": [0, 417, 429, 456, 936, 949, 1471, 1487], "periodization_matrix": 0, "perman": [1690, 1694], "permiss": 0, "permit": 439, "permut": [96, 121, 122, 402], "perturb": [1723, 1727], "phase": [4, 248, 253, 1689, 1699, 1717, 1739, 1743, 1744, 1748, 1749], "phi": [244, 469], "phi_m": 452, "phi_n": 452, "philipp": 0, "philsophi": 1696, "photoemiss": [1713, 1717], "phy": [3, 4, 1732, 1737, 1742, 1743, 1747, 1748], "physic": [0, 247, 1699, 1713, 1717, 1723, 1726, 1727, 1732, 1737], "physicist": 470, "physrevb": [4, 1713, 1715, 1717, 1719], "physrevlett": 4, "pi": [391, 398, 402, 404, 409, 416, 428, 432, 436, 437, 439, 452, 469, 814, 1713, 1716, 1717, 1719, 1720, 1721, 1723, 1726, 1727, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1747, 1748], "pi0": 452, "pick": [324, 456, 1074], "pickl": [431, 438], "picklabl": [432, 440], "pictori": [428, 429], "pictur": [444, 1723, 1727, 1740, 1745], "piec": [459, 470, 1721, 1729], "pihpih": 452, "ping": 1646, "pip": [0, 7, 1691, 1694, 1695, 1698], "pip3": 0, "pipi": 452, "pkg_base": 0, "pkg_root": 0, "place": [0, 263, 264, 265, 274, 275, 276, 459, 476, 570, 608, 646, 684, 722, 841, 1698, 1723, 1727], "placehold": [0, 145, 146, 391, 392, 395, 397, 398, 399, 405, 408, 412, 416, 417, 420, 421, 430, 1700, 1703], "placeholder_1": [395, 397], "placeholder_2": [395, 397], "placeholder_3": 397, "placeholder_prim": 0, "plai": [7, 430, 441, 1713, 1717, 1735], "plain": 1709, "plan": 1707, "plane": [1713, 1717], "platform": 1689, "pleas": [0, 4, 6, 8, 385, 426, 1688, 1689, 1690, 1695, 1697, 1698, 1743, 1748], "pleasur": 1689, "plot": [0, 5, 9, 377, 431, 433, 434, 435, 436, 437, 438, 443, 447, 448, 452, 468, 471, 535, 549, 554, 592, 630, 668, 706, 825, 1502, 1696, 1710, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "plot_band": [1713, 1716, 1717, 1719, 1720], "plot_correlated_band": [1713, 1715, 1716, 1717, 1719, 1720], "plot_data": [1084, 1579], "plot_dict": [1713, 1715, 1716, 1717, 1719, 1720], "plot_direct": 0, "plot_kslic": [1713, 1717], "plot_surfac": 1726, "plotter": 432, "plt": [433, 435, 447, 452, 471, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "plu": [396, 1723, 1727], "pm": [465, 1557, 1732, 1735, 1737], "pmatrix": [403, 462, 1523, 1524, 1532, 1723, 1727], "pn": 1734, "png": [383, 1747], "point": [0, 76, 77, 191, 193, 338, 340, 341, 353, 363, 364, 365, 369, 370, 406, 409, 410, 413, 415, 416, 417, 420, 421, 422, 424, 428, 429, 430, 431, 438, 439, 448, 449, 450, 452, 459, 461, 469, 474, 475, 539, 540, 550, 791, 920, 936, 948, 949, 960, 961, 972, 985, 987, 998, 1014, 1015, 1025, 1044, 1047, 1058, 1068, 1070, 1086, 1087, 1462, 1464, 1465, 1495, 1500, 1502, 1583, 1587, 1588, 1594, 1597, 1598, 1600, 1602, 1603, 1604, 1605, 1620, 1624, 1678, 1698, 1709, 1710, 1713, 1715, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1729, 1732, 1737, 1739, 1740, 1741, 1744, 1745, 1746], "point_t": [0, 406, 413], "pointer": [142, 159, 242, 406, 411], "polar": [1730, 1735], "pole": 1720, "polici": 0, "poll": 0, "poll_msec": [1646, 1660], "polygon": [1429, 1430], "polymorph": [0, 397, 461], "polynomi": [389, 406, 410, 418, 431, 432, 438, 442, 1026, 1096], "polytechiqu": 3, "polytechniqu": 1689, "pomerol2triq": 4, "pop": [469, 1716, 1720], "port": 1750, "port_to_triqs3": [0, 1698], "portabl": [385, 432, 440, 1724], "porting_to_triqs3": 0, "porting_tool": [0, 1698], "posit": [0, 145, 146, 202, 207, 209, 228, 352, 360, 428, 430, 446, 1000, 1433, 1439, 1462, 1463, 1465, 1466, 1477, 1483, 1493, 1586, 1701, 1740, 1742, 1745, 1747], "positive_freq_view": [0, 131], "positive_frequencies_onli": 428, "positive_onli": [412, 428, 1717, 1726, 1727, 1744], "possess": 408, "possibl": [0, 3, 12, 183, 340, 379, 381, 382, 397, 398, 399, 402, 404, 430, 432, 453, 461, 760, 1696, 1726, 1727, 1739, 1740, 1742, 1744, 1745, 1747, 1750], "possibli": [73, 74, 76, 77, 442, 460, 524, 525, 526, 527, 1096, 1620, 1694], "post": [0, 1688, 1689, 1721], "postprocess": [4, 1713, 1715, 1716, 1717, 1719, 1720], "potenti": [4, 389, 444, 448, 538, 542, 815, 1692, 1694, 1698, 1713, 1716, 1717, 1719, 1720, 1726, 1728, 1731, 1734, 1735, 1736, 1739, 1744], "poulin": [1743, 1748], "power": [338, 344, 345, 467, 1699, 1710, 1722, 1723, 1727], "pprof": 1706, "pr": 0, "practic": [0, 406, 420, 459, 470, 1692, 1705, 1713, 1717, 1723, 1726, 1727, 1728, 1734], "practiv": 387, "pragma": [0, 456], "prb": [1715, 1719], "prb105": [1723, 1727], "pre": [340, 369, 370, 371, 372, 373, 374, 1690, 1713, 1717, 1721], "prealloc": 444, "preambl": 382, "prec_mu": [1717, 1720], "preced": 400, "preceed": 389, "precis": [0, 383, 385, 403, 409, 448, 459, 461, 539, 1500, 1612, 1613, 1614, 1615, 1616, 1640, 1641, 1696, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1726, 1727], "precision_on_i": 1618, "precompil": 1691, "precomput": [73, 74, 76, 77, 398], "precondit": [299, 476], "predefin": [1707, 1713, 1717, 1723, 1727], "predict": [1741, 1743, 1746, 1748], "preferenti": [462, 1522], "prefix": [0, 1694], "preinstal": 0, "preload": 1706, "prepar": [409, 447, 456, 459, 1689, 1712, 1713, 1716, 1717, 1720, 1726], "prepend": [0, 1692], "preregist": 461, "prerequisit": 0, "present": [383, 397, 432, 433, 434, 435, 436, 437, 440, 554, 592, 630, 668, 706, 1678, 1689, 1695, 1696, 1699], "preserv": [114, 147, 461], "press": 1721, "pretti": [329, 1723, 1727], "prevent": 0, "preview": 331, "previou": [0, 109, 396, 403, 406, 432, 469, 475, 1688, 1690, 1698, 1709, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1729, 1731, 1736, 1740, 1741, 1742, 1745, 1746, 1747], "previous": [0, 322, 330, 1714, 1718, 1720], "prime": [462, 1521], "principl": [9, 380, 385, 387, 388, 396, 453, 470, 1707, 1723, 1727, 1739, 1742, 1744, 1747], "print": [0, 329, 343, 389, 399, 440, 444, 452, 459, 461, 471, 1618, 1653, 1690, 1692, 1703, 1709, 1713, 1716, 1717, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1730, 1731, 1735, 1736, 1739, 1743, 1744, 1747, 1748], "printabl": 0, "printenv": 1692, "prior": 0, "priori": [1694, 1723, 1727], "priorit": 0, "prioriti": [0, 397], "privat": 1690, "proba": 453, "probabl": [299, 323, 324, 329, 337, 375, 392, 453, 457, 1590, 1722, 1730, 1735, 1743, 1748], "problem": [0, 4, 6, 9, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 380, 387, 389, 404, 440, 456, 460, 472, 1689, 1694, 1699, 1709, 1713, 1715, 1717, 1719, 1720, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1741, 1743, 1746, 1748], "problemat": [1723, 1727], "proce": [472, 1728, 1734], "procedur": [0, 50, 145, 146, 386, 409, 416, 430, 441, 457, 1690], "proceed": 1690, "process": [0, 8, 9, 388, 1690, 1696, 1719, 1721], "prod": [0, 407, 410, 420, 425, 426, 431, 868, 869, 870, 871, 873, 874, 1702, 1713, 1717, 1719, 1720], "prodiv": 430, "produc": [4, 381, 383, 385, 447, 458, 470, 472, 1691, 1713, 1717, 1721, 1735], "product": [0, 4, 11, 16, 61, 145, 146, 232, 259, 270, 389, 406, 407, 410, 421, 445, 461, 464, 467, 926, 1546, 1691, 1702, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1726, 1730, 1735, 1740, 1745], "product_rang": [0, 11], "prof": 1706, "profile_test": 1706, "profound": 1750, "program": [0, 3, 4, 385, 1673, 1689, 1692, 1709, 1713, 1717], "progress": [392, 447, 459, 1730, 1735], "proj_mat": 1717, "project": [0, 3, 4, 7, 255, 444, 1689, 1698, 1699, 1726], "project_binary_dir": 0, "project_sourc": 0, "project_source_dir": 0, "promot": 1689, "prompt": 1704, "prone": 388, "proof": [1743, 1748], "propag": [0, 206, 1741, 1746], "proper": [0, 3, 426, 430, 442, 1097, 1690, 1695, 1698, 1705], "properli": [0, 387, 399, 1468, 1698, 1713, 1717], "properti": [0, 191, 193, 205, 379, 409, 410, 425, 430, 432, 440, 442, 450, 559, 567, 568, 573, 574, 575, 584, 585, 586, 597, 605, 606, 611, 612, 613, 622, 623, 624, 635, 643, 644, 649, 650, 651, 660, 661, 662, 673, 681, 682, 687, 688, 689, 698, 699, 700, 711, 719, 720, 725, 726, 727, 736, 737, 738, 746, 750, 751, 752, 753, 754, 755, 761, 762, 768, 769, 773, 774, 775, 830, 838, 839, 844, 845, 846, 855, 856, 857, 915, 916, 917, 921, 922, 928, 931, 1093, 1460, 1472, 1474, 1475, 1476, 1477, 1479, 1488, 1490, 1491, 1492, 1493, 1494, 1595, 1601, 1673, 1675, 1679, 1680, 1682, 1690, 1713, 1714, 1717, 1718, 1739, 1740, 1744, 1745], "proport": [1729, 1735, 1743, 1748], "propos": [4, 299, 323, 453, 457, 459, 1728, 1734], "proposit": 324, "proposition_prob": [299, 321, 323], "protect": [0, 1732, 1737], "protocol": [0, 9, 377, 387, 448, 535, 1069, 1072, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1564, 1579], "prototyp": 392, "prove": [389, 1743, 1748], "proven": [9, 377, 1698], "provid": [0, 3, 4, 6, 7, 45, 50, 62, 207, 241, 247, 255, 317, 338, 385, 387, 388, 391, 395, 407, 408, 409, 412, 413, 421, 426, 430, 441, 444, 445, 449, 454, 459, 460, 461, 462, 464, 465, 466, 468, 470, 472, 474, 760, 1502, 1522, 1533, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1689, 1690, 1691, 1694, 1698, 1699, 1710, 1713, 1717, 1721, 1723, 1725, 1726, 1727, 1729, 1730, 1732, 1733, 1735, 1737, 1740, 1745], "provind": 1603, "proxi": [0, 461], "pseudo": 391, "pseudogap": [1732, 1737], "psi": 244, "pt": [452, 1739, 1744], "ptb": 1498, "ptrdiff_t": [12, 23, 24], "public": [0, 3, 4, 1690], "publish": [3, 470, 1732, 1737], "pull": [0, 6, 7, 1690], "pure": [379, 382, 406, 906], "purefunctionondomain": [407, 431], "purpos": [0, 5, 338, 388, 401, 406, 414, 420, 445, 453, 461, 476, 1674, 1679, 1723, 1727, 1731, 1736, 1739, 1740, 1744, 1745], "purposefulli": [0, 338], "push": [0, 8], "put": [0, 86, 338, 341, 379, 395, 399, 400, 402, 408, 440, 459, 470, 1704, 1721, 1722, 1724, 1743, 1748], "pwd": [1690, 1692], "py": [9, 383, 431, 470, 1698, 1704, 1706, 1713, 1717, 1721, 1725, 1727, 1730, 1731, 1735, 1736, 1745], "py3": 1698, "py_": 0, "py_convert": [0, 382, 1704], "py_nam": 379, "py_typ": [379, 1061], "pybind": 0, "pyconfig": 475, "pylab": [447, 452, 1712], "pyobject": [948, 960, 972, 985, 998, 1014, 1025, 1044, 1058], "pyplot": [469, 1564, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1726, 1732, 1737], "pyref": 0, "python": [5, 13, 17, 26, 27, 377, 379, 382, 383, 385, 387, 431, 432, 433, 434, 435, 436, 437, 439, 440, 460, 464, 467, 469, 470, 471, 473, 476, 791, 1673, 1690, 1691, 1692, 1694, 1696, 1704, 1705, 1708, 1709, 1723, 1724, 1726, 1727, 1728, 1729, 1734], "python2": [0, 475, 1704], "python3": [0, 1690, 1695, 1697, 1725, 1726, 1727], "python_api": [1739, 1744], "python_destin": 0, "python_execut": 0, "python_interpret": 0, "python_lib_dest_root": 0, "python_refer": [1739, 1744], "pythonpath": [0, 1692], "pythonsupport": 0, "pythtb": [0, 1498], "q": [5, 450, 462, 1523, 1602, 1689, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "q_x": [1745, 1746], "q_y": [1745, 1746], "qe": [0, 462, 1526, 1529, 1531, 1713, 1717], "qmc": [82, 296, 317, 319, 320, 389, 474, 1709, 1713, 1717, 1729, 1731, 1732, 1735, 1736, 1737], "qn_index": 63, "qn_vector": [50, 478, 480, 501, 1725], "qp": [1713, 1717, 1719, 1720], "qquad": [403, 404, 1723, 1727, 1742, 1747], "qr": [50, 478, 480, 501, 1725], "quad": [369, 370, 465, 469, 1557], "quadrat": [463, 468, 1539], "quadratic_term": 0, "quadrupl": 463, "qualit": [1732, 1737], "qualiti": [1694, 1729], "quantiti": [460, 472, 1729, 1730, 1735, 1739, 1742, 1744, 1747], "quantiz": [9, 377], "quantum": [50, 63, 79, 80, 389, 460, 478, 480, 497, 501, 518, 529, 530, 1689, 1716, 1720, 1723, 1725, 1727, 1728, 1730, 1734, 1735], "quantum_number_eigenvalu": [0, 43, 80, 390], "quantum_number_eigenvalues_check": [43, 390], "quantum_number_t": [63, 79, 80], "quarter": [1713, 1717, 1731, 1736], "quartic": [461, 463, 1729, 1740, 1745], "quartic_term": 0, "quasiparticl": [1713, 1714, 1717, 1718, 1719, 1730, 1732, 1735, 1737], "question": [5, 6, 7, 233, 236, 285, 288, 1689, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1739, 1741, 1744, 1746], "quick": [4, 5, 121, 122, 385, 405], "quicker": 396, "quickest": 1721, "quickli": [401, 1689, 1721, 1730, 1735], "quit": [380, 411, 1698, 1713, 1717, 1721, 1722, 1723, 1727, 1731, 1735, 1736], "qunatum": 63, "qx": 1746, "qy": 1746, "r": [0, 13, 14, 26, 27, 324, 327, 387, 395, 402, 410, 430, 432, 442, 451, 452, 453, 468, 469, 471, 476, 566, 604, 642, 680, 718, 837, 1059, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1096, 1424, 1446, 1464, 1465, 1468, 1566, 1689, 1698, 1703, 1713, 1716, 1717, 1719, 1720, 1722, 1723, 1724, 1726, 1727, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1746, 1747, 1748], "r3": 1726, "r_": [566, 604, 642, 680, 718, 837], "r_t": [446, 451, 1435, 1452, 1473, 1489], "rac": [442, 1094], "racah_wign": [462, 1522], "race": 0, "radial": [462, 1520, 1522, 1527], "radial_integr": [462, 1520, 1522], "radial_integrals_to_u_j": 462, "rais": [0, 387, 1537, 1538, 1539, 1673, 1678, 1684], "ram": 1690, "randn": 1722, "random": [0, 4, 9, 302, 310, 324, 331, 332, 333, 352, 377, 445, 453, 454, 456, 459, 1575, 1581, 1699, 1700, 1722, 1739, 1744, 1749], "random_gener": [294, 310, 327, 456, 458, 459, 471], "random_generator_nam": [294, 458], "random_generator_names_list": 471, "random_nam": [302, 456, 458, 459], "random_se": [302, 456, 458, 459], "randomgener": 471, "randomgeneratornam": 332, "randomli": 1729, "rang": [11, 12, 13, 14, 15, 16, 23, 24, 25, 26, 27, 30, 70, 352, 354, 365, 389, 416, 417, 422, 424, 430, 452, 471, 1581, 1709, 1713, 1717, 1719, 1720, 1721, 1722, 1731, 1732, 1734, 1735, 1736, 1737, 1743, 1747, 1748], "range_al": 0, "rangl": [369, 370, 404, 462, 1524, 1723, 1727, 1740, 1742, 1743, 1745, 1747, 1748], "rank": [0, 12, 30, 161, 173, 186, 191, 205, 361, 362, 373, 374, 388, 408, 410, 430, 433, 434, 435, 436, 437, 442, 456, 459, 554, 579, 585, 592, 617, 623, 630, 655, 661, 668, 693, 699, 706, 731, 737, 760, 825, 850, 856, 872, 890, 1100, 1646, 1690, 1692, 1713, 1717, 1727, 1729, 1736, 1741, 1746], "rank1": 0, "rapid": [1743, 1748], "rapidli": 1696, "rare": [0, 379], "raster": [1739, 1744, 1745, 1746], "rate": [303, 328, 1717, 1729, 1736], "rather": [0, 441, 459, 1726, 1732, 1737, 1740, 1745], "ratio": [123, 124, 125, 126, 127, 128, 129, 130, 324, 402, 453, 456, 457, 459, 1701], "rational": 396, "raw": [0, 472, 559, 597, 635, 673, 711, 830, 1698, 1713, 1717, 1719, 1729], "rbrace": [452, 472], "rcparam": [1722, 1723, 1727, 1729, 1730, 1731, 1734, 1735, 1736], "rdbu": [1739, 1744, 1745], "rdbu_r": 1737, "re": [0, 8, 108, 386, 402, 442, 450, 459, 476, 1100, 1102, 1602, 1707, 1713, 1716, 1717, 1719, 1720, 1736, 1739, 1740, 1744, 1745], "reach": [340, 342, 348, 449, 459, 1618, 1723, 1727, 1730, 1735], "read": [0, 99, 138, 154, 166, 178, 222, 234, 286, 352, 355, 356, 379, 385, 386, 387, 428, 442, 445, 447, 461, 470, 543, 1100, 1499, 1584, 1688, 1700, 1703, 1713, 1717, 1719, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1744, 1745, 1746, 1750], "read_attr": [385, 387], "read_config": [1713, 1717], "read_gf_from_txt": [0, 442], "read_onli": 379, "readabl": [461, 1713, 1717], "readeabl": 405, "reader": 468, "readi": [8, 383, 459, 461, 1689, 1699, 1707], "readili": [4, 404, 1741, 1746], "readm": 0, "real": [0, 77, 131, 188, 192, 202, 206, 340, 344, 345, 352, 389, 406, 407, 410, 412, 417, 425, 428, 430, 431, 432, 433, 434, 435, 438, 439, 442, 443, 446, 451, 459, 461, 462, 464, 465, 469, 478, 501, 527, 554, 560, 587, 592, 598, 625, 630, 636, 663, 668, 674, 701, 706, 712, 739, 825, 831, 858, 876, 1035, 1047, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1099, 1100, 1102, 1435, 1452, 1463, 1473, 1483, 1489, 1499, 1503, 1504, 1509, 1522, 1529, 1533, 1550, 1552, 1553, 1554, 1581, 1608, 1618, 1689, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "real_or_complex": [0, 461, 1536, 1537, 1538, 1539], "real_or_complex_arrai": 1536, "real_t": [188, 210, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890], "realist": [1723, 1727], "realiz": 1699, "realli": [406, 457, 1710], "reason": [408, 440, 459, 469, 1696, 1713, 1716, 1717, 1720, 1723, 1727, 1730, 1735], "reassign": 432, "rebin": [576, 614, 652, 690, 728, 847, 887, 1713, 1717, 1719, 1729], "rebind": [0, 162, 174], "rebinning_tau": [1713, 1717, 1719, 1729], "rebuild": [7, 108, 395, 402, 555, 593, 631, 669, 707], "rebuilt": 386, "recal": [1726, 1732, 1737], "recap": [1713, 1717], "receiv": [0, 6, 296, 317, 319, 320, 461], "recent": [1690, 1691, 1694, 1698], "reciproc": [451, 936, 1445, 1448, 1450, 1467, 1469, 1484, 1485, 1502, 1726, 1739, 1744], "recogn": [409, 1500], "recommend": [0, 432, 440, 474, 1688, 1689, 1690, 1691, 1694, 1699, 1710, 1713, 1717, 1721, 1730, 1735], "recompil": [1706, 1707, 1721], "recomput": [1714, 1718, 1743, 1748], "recompute_grid": 450, "recomputegrid": [450, 1600], "reconstruct": [386, 387, 436, 1723, 1727], "reconstruct_python_object": 387, "recov": 1724, "recoveri": 1724, "rectangular": 385, "recurs": [0, 385, 386, 910, 1728, 1734], "recv": 0, "recvbuf": 388, "recvcount": 388, "recvtyp": 388, "recycl": 1675, "red": [1722, 1729, 1746], "redefin": [429, 475], "redirect": 1737, "reduc": [0, 50, 142, 151, 159, 183, 208, 301, 345, 352, 362, 370, 373, 374, 386, 388, 432, 440, 456, 459, 462, 469, 476, 1500, 1528, 1714, 1718, 1729, 1735], "reduce_4index_to_2index": 462, "reduct": [362, 370, 389, 476], "reduction_t": 0, "redund": 0, "reenabl": 0, "ref": [0, 340, 342, 371, 372, 373, 374, 396, 406, 426, 476, 1704, 1713, 1717, 1723, 1727, 1732, 1737, 1739, 1744], "refactor": 0, "refer": [0, 3, 4, 8, 9, 222, 234, 242, 245, 257, 261, 262, 263, 264, 265, 266, 272, 273, 274, 275, 276, 277, 286, 355, 366, 379, 385, 426, 431, 432, 438, 457, 467, 472, 1584, 1690, 1695, 1699, 1700, 1701, 1702, 1704, 1713, 1717, 1732, 1737, 1739, 1744, 1750], "refil": 128, "refin": [406, 445, 449, 1618], "refreq": [0, 77, 407, 408, 410, 425, 431, 433, 434, 436, 437, 527, 564, 579, 583, 602, 617, 621, 640, 655, 659, 678, 693, 697, 716, 731, 735, 835, 850, 854, 872, 879, 883, 890, 894, 1041, 1042, 1043], "regard": 6, "regardless": 1735, "regener": 0, "regim": [1715, 1718, 1719, 1743, 1748], "region": [1732, 1737, 1739, 1744], "regist": [0, 297, 298, 299, 300, 386, 387, 453], "register_class": [385, 386, 387], "registr": 1689, "regroup": [0, 401], "regular": [0, 340, 376, 386, 397, 410, 432, 450, 469, 476, 1594, 1600, 1698, 1723, 1727, 1743, 1748], "regular_t": 0, "regular_typ": [145, 146, 188, 205, 206, 210, 379, 410], "regularli": 409, "regulartyp": 406, "reimplement": [1620, 1624], "reinterpret": 410, "reinterpret_scalar_valued_gf_as_matrix_valu": [131, 410, 423], "reject": [109, 306, 321, 453, 456, 457, 459], "reject_last_tri": 83, "rel": [0, 388, 1704, 1713, 1717, 1735], "relat": [0, 403, 430, 447, 451, 452, 461, 462, 1448, 1467, 1484, 1522, 1533, 1707, 1710, 1723, 1725, 1726, 1727, 1728, 1732, 1734, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "relative_coordin": 1502, "releas": [0, 6, 379, 382, 470, 1688, 1690, 1707, 1750], "release_gil_and_enable_sign": [378, 379, 382], "relev": [0, 1723, 1724, 1726, 1727, 1730, 1735], "reli": [4, 1690], "reliabl": [472, 1717], "reload": [1714, 1718], "remain": [0, 397, 403, 457, 1707, 1732, 1737, 1743, 1748], "remark": 383, "remedi": [1741, 1746], "rememb": [440, 1728, 1734, 1735], "remind": [1699, 1704, 1711, 1740, 1745], "remnant": [1743, 1748], "remot": 8, "remov": [83, 129, 130, 369, 370, 387, 401, 402, 409, 414, 469, 1462, 1694, 1716, 1720, 1729, 1736], "remove2": [0, 83, 402], "remove2_at_end": [0, 83, 1701], "remove_at_end": [0, 83, 1701], "remove_intern": 1468, "remove_internal_hop": [1462, 1463], "renorm": [4, 1713, 1717, 1743, 1748], "reorder": [95, 97, 105, 402], "reorgan": 0, "repeat": [457, 1713, 1716, 1717, 1720, 1743, 1748], "replac": [0, 244, 387, 395, 403, 577, 578, 615, 616, 653, 654, 691, 692, 729, 730, 848, 849, 888, 889, 1690, 1691, 1698, 1699, 1716, 1723, 1727], "replace_by_tail": 0, "repo": 0, "repons": 1726, "report": [0, 6, 301, 1608, 1680], "report_measur": 297, "repositori": [0, 1690, 1698, 1699], "repr": [0, 433, 434, 435, 436, 437, 440, 1723, 1727], "repres": [0, 215, 382, 406, 412, 461, 463, 469, 1026, 1680, 1681, 1702, 1717, 1723, 1727, 1732, 1737], "represent": [0, 61, 62, 73, 74, 75, 76, 77, 144, 197, 198, 199, 378, 379, 382, 389, 406, 407, 410, 425, 428, 429, 431, 461, 463, 469, 525, 550, 868, 869, 870, 871, 961, 974, 987, 1716, 1720, 1723, 1726, 1727, 1743, 1748], "reproduc": [9, 377, 433, 434, 435, 436, 437, 469, 1690, 1730, 1732, 1735, 1737, 1742, 1743, 1747, 1748], "repuls": 444, "request": [0, 3, 5, 7, 38, 42, 228, 262, 273, 589, 627, 665, 703, 741, 860, 1690], "request_emergency_stop": 38, "requir": [379, 380, 382, 383, 388, 389, 406, 408, 409, 451, 461, 1446, 1468, 1690, 1693, 1694, 1698, 1707, 1709, 1723, 1726, 1727, 1730, 1735, 1742, 1747], "requisit": 340, "reread": [387, 401], "rerun": [1713, 1717], "res2": 476, "res_in": 1735, "res_met": 1735, "resampl": [337, 369, 370, 472], "reserv": [0, 83, 88, 414, 1672], "reset": [266, 277, 352, 353, 406, 1583], "reshap": [1688, 1726], "resid": 0, "resiz": [88, 142, 159, 183, 350, 411, 1701], "resize_arrai": 450, "resolut": [3, 822], "resolv": [0, 1690, 1694], "resourc": [1699, 1713, 1717, 1721], "resp": [126, 417], "respect": [0, 7, 62, 421, 426, 441, 445, 452, 461, 745, 1681, 1690, 1731, 1736, 1739, 1740, 1744, 1745], "respons": [3, 338, 1699, 1739, 1740, 1741, 1744, 1745, 1746], "respositori": [0, 1698], "rest": [400, 433, 459], "restor": [0, 379, 382], "restrict": 1690, "restricted_view": 0, "restructur": 0, "result": [0, 3, 4, 41, 54, 63, 301, 362, 379, 381, 382, 387, 391, 395, 397, 398, 406, 409, 420, 430, 440, 441, 448, 449, 453, 456, 461, 470, 476, 540, 1495, 1536, 1620, 1688, 1694, 1706, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1726, 1727, 1728, 1730, 1734, 1735, 1736, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "result_of": [0, 406], "result_typ": [402, 1701], "retard": [77, 431, 432, 438], "rethrow_except": 302, "retim": [0, 407, 408, 410, 420, 421, 425, 431, 433, 434, 436, 437, 579, 617, 655, 693, 731, 850, 872, 890, 1055, 1056, 1057, 1702], "retriev": [0, 387, 470], "retunr": [462, 1521], "return": [0, 8, 9, 13, 15, 23, 24, 25, 26, 38, 51, 68, 69, 70, 90, 95, 96, 97, 98, 105, 106, 115, 123, 124, 125, 126, 127, 128, 129, 130, 142, 159, 183, 188, 202, 210, 244, 316, 322, 324, 334, 335, 336, 338, 379, 381, 382, 386, 387, 389, 390, 391, 395, 397, 398, 399, 402, 406, 408, 413, 416, 417, 422, 423, 424, 428, 430, 432, 433, 434, 435, 436, 437, 440, 442, 444, 445, 446, 448, 449, 450, 451, 452, 453, 456, 459, 461, 462, 463, 464, 465, 466, 469, 474, 476, 478, 482, 484, 487, 499, 500, 503, 505, 508, 520, 521, 543, 556, 557, 560, 569, 587, 588, 589, 594, 595, 598, 607, 625, 626, 627, 632, 633, 636, 645, 663, 664, 665, 670, 671, 674, 683, 701, 702, 703, 708, 709, 712, 721, 739, 740, 741, 745, 747, 749, 756, 763, 764, 766, 767, 770, 778, 779, 822, 827, 828, 831, 840, 858, 859, 860, 900, 901, 906, 1068, 1070, 1084, 1086, 1087, 1088, 1092, 1093, 1096, 1097, 1098, 1099, 1100, 1101, 1438, 1439, 1448, 1450, 1464, 1467, 1469, 1470, 1471, 1484, 1485, 1486, 1487, 1495, 1498, 1499, 1500, 1502, 1503, 1504, 1509, 1511, 1514, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1569, 1579, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1595, 1597, 1601, 1604, 1608, 1618, 1620, 1655, 1669, 1674, 1676, 1677, 1678, 1695, 1700, 1701, 1702, 1721, 1726, 1728, 1734, 1742, 1743, 1747, 1748], "return_typ": 402, "reus": [0, 389, 470, 1740, 1743, 1745, 1748], "rev": [4, 1732, 1737, 1743, 1748], "revers": 428, "reversibli": 385, "revert": 0, "review": [0, 8, 1698, 1734, 1742, 1747], "rewrit": [0, 379, 382, 391, 408], "rewritten": [391, 404, 1699], "rh": [0, 88, 142, 159, 183, 208, 327, 391, 402, 408, 411, 432, 440], "rho": [0, 448, 449, 459, 535, 536, 540, 545, 546, 1723, 1727, 1734, 1735, 1737, 1739, 1744], "rho_": [1732, 1737], "rho_k": [1739, 1744], "rho_k_interp": 1744, "ri": 0, "rich": [0, 1710], "richter": 0, "riemann": [450, 1600, 1602, 1603], "right": [8, 115, 142, 159, 340, 354, 369, 370, 376, 391, 456, 566, 604, 642, 680, 718, 837, 1074, 1713, 1714, 1717, 1718, 1721, 1723, 1727, 1729, 1730, 1735, 1739, 1742, 1743, 1744, 1747, 1748], "rightarrow": [205, 206, 439, 453, 469, 540, 792, 795, 1713, 1717, 1719, 1723, 1726, 1727, 1730, 1735, 1740, 1741, 1743, 1745, 1746, 1748], "rightarrow0": [1743, 1748], "rigid": 0, "rigor": [1743, 1748], "rise": [1743, 1748], "rm": [403, 432, 1729, 1731, 1736], "rm_measur": 295, "rmul": 0, "rng": [456, 458, 459], "rng_": 456, "ro": 1745, "robot": 1690, "robust": 1694, "rok": 0, "role": [430, 440, 441], "roll": [115, 402], "roll_matrix": [83, 402], "rolldirect": [115, 402], "room": [1713, 1717], "root": [0, 29, 42, 208, 361, 362, 386, 387, 388, 1647, 1661, 1741, 1742, 1746, 1747], "root_of_h": 386, "root_path": [385, 387], "rot_mat": 1717, "rot_mat_time_inv": 1717, "rotation": [462, 464, 1521, 1549], "roud": 0, "rough": [1732, 1737, 1740, 1743, 1745, 1748], "roughli": [1713, 1717], "round": 1698, "rout": [1715, 1719], "routin": [0, 115, 123, 124, 125, 126, 127, 128, 129, 130, 388, 430, 472, 1713, 1717, 1726, 1739, 1740, 1742, 1744, 1745, 1747], "row": [115, 124, 125, 126, 127, 129, 130, 402, 446, 947, 959, 1433, 1440, 1445, 1502, 1701], "rpa": [1699, 1739, 1744, 1749], "rst": [0, 7, 400, 1704], "rt": 1736, "rtd": 0, "rtype": [379, 382, 469], "rubric": [1, 2], "rule": [0, 1742, 1743, 1747, 1748, 1750], "run": [0, 7, 8, 219, 295, 296, 299, 308, 311, 319, 320, 323, 406, 456, 459, 470, 1499, 1646, 1672, 1677, 1684, 1689, 1690, 1692, 1694, 1695, 1698, 1699, 1706, 1711, 1715, 1719, 1721, 1722, 1724, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1739, 1744, 1745, 1746, 1748, 1750], "run_dmft": [1730, 1735], "run_two_band": 1736, "runtim": [0, 396, 461, 474, 1690], "runtime_error": 474, "runtimeerror": [1673, 1678, 1684], "runtimewarn": 1745, "rvalu": [0, 152, 164, 176, 297, 299, 396], "r\u00e9mi": 0, "s1": [259, 270], "s2": [259, 264, 265, 270, 275, 276, 465, 1556], "s2_op": 465, "s_": [465, 1557], "s_op": 465, "s_rpa": [1743, 1748], "s_rpa_vec": [1743, 1748], "s_tpsc": 1748, "s_tpsc_vec": 1748, "s_x": [465, 1553, 1556, 1557], "s_y": [465, 1553, 1556, 1557], "s_z": [0, 465, 1553, 1556, 1743, 1748], "saclai": [3, 1689], "safe": 459, "safeti": [0, 1698, 1714, 1718], "sai": [397, 408, 440, 457, 459, 1721, 1730, 1735, 1741, 1746], "said": [1707, 1739, 1744], "sake": 461, "salpet": [4, 1741, 1746], "same": [0, 41, 136, 151, 183, 290, 291, 350, 365, 366, 386, 387, 388, 395, 396, 397, 403, 406, 408, 412, 416, 417, 423, 430, 432, 440, 442, 443, 449, 457, 459, 461, 462, 464, 476, 555, 593, 631, 669, 707, 748, 749, 756, 765, 766, 779, 961, 974, 987, 1100, 1526, 1529, 1531, 1547, 1548, 1564, 1565, 1566, 1620, 1678, 1679, 1684, 1704, 1707, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1723, 1727, 1730, 1731, 1735, 1736, 1739, 1740, 1744, 1745, 1750], "sampl": [0, 4, 248, 338, 348, 352, 354, 363, 364, 369, 370, 472, 1581, 1587, 1588, 1713, 1717, 1722, 1730, 1735], "sarma": 1689, "satisfi": [459, 1695, 1728, 1734, 1739, 1742, 1743, 1744, 1747, 1748], "sattelit": [1713, 1717, 1719], "satur": 338, "save": [0, 5, 9, 379, 382, 385, 389, 412, 421, 459, 1698, 1709, 1724, 1730, 1731, 1735, 1736, 1739, 1740, 1744, 1745], "savetxt": 1688, "saw": [432, 1740, 1745], "scalar": [0, 259, 263, 270, 274, 339, 346, 348, 350, 385, 386, 403, 406, 410, 416, 417, 418, 420, 421, 422, 424, 440, 445, 461, 462, 464, 569, 607, 645, 683, 721, 840, 1520, 1522, 1523, 1524, 1527, 1532, 1548, 1702, 1723, 1724, 1726, 1727, 1741, 1746], "scalar_t": [66, 67, 81, 242, 461, 463, 483, 485, 504, 506, 531], "scalar_valu": [0, 408, 410, 416, 417, 418, 420, 421, 422, 423, 424, 430, 433, 434, 436, 437, 562, 564, 571, 572, 579, 580, 581, 582, 583, 600, 602, 609, 610, 617, 618, 619, 620, 621, 638, 640, 647, 648, 655, 656, 657, 658, 659, 676, 678, 685, 686, 693, 694, 695, 696, 697, 714, 716, 723, 724, 731, 732, 733, 734, 735, 833, 835, 842, 843, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 879, 881, 883, 885, 886, 890, 891, 892, 893, 894, 1702], "scalar_wrap": 0, "scalartyp": [214, 241, 244, 245, 246, 255, 461], "scale": [339, 389, 1713, 1717, 1722, 1723, 1727, 1729, 1734, 1737, 1743, 1748], "scan": [1728, 1734, 1742, 1747], "scatter": [0, 159, 183, 388, 428, 1713, 1717, 1720], "scf": [1713, 1717], "scheme": [237, 289, 385, 432, 438, 440, 457, 1721, 1723, 1727, 1732, 1737], "schueler": 0, "scienc": 470, "scientif": [3, 385, 467, 470, 1689, 1690, 1694, 1696, 1710, 1721], "scipi": [0, 442, 467, 468, 1094, 1694, 1696, 1697, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1742, 1743, 1747, 1748], "scratch": 383, "screen": [8, 459, 462, 1520, 1521, 1522, 1527], "script": [4, 5, 9, 467, 1689, 1690, 1698, 1699, 1706, 1710, 1713, 1717, 1719, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1744], "sdk": 1694, "sdkroot": 1694, "se": 1736, "seamlessli": [1716, 1720], "search": [386, 1608, 1690, 1692, 1698], "second": [0, 9, 147, 259, 270, 304, 305, 308, 311, 312, 313, 365, 377, 383, 400, 409, 416, 417, 444, 447, 449, 458, 459, 745, 753, 1618, 1678, 1712, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1723, 1725, 1727, 1728, 1729, 1734, 1736, 1740, 1742, 1745, 1747], "section": [0, 7, 136, 151, 247, 396, 403, 406, 414, 425, 432, 456, 457, 459, 469, 476, 1689, 1713, 1714, 1716, 1717, 1718, 1720, 1729], "secur": 470, "see": [0, 4, 7, 8, 98, 106, 215, 232, 247, 324, 327, 338, 388, 391, 396, 406, 421, 428, 440, 442, 457, 459, 461, 463, 469, 474, 1096, 1675, 1677, 1680, 1690, 1701, 1702, 1706, 1707, 1710, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "seed": [302, 332, 458, 459, 471, 1499, 1713, 1717, 1719, 1720], "seed_": 332, "seed_hr": 1499, "seednam": [1499, 1713, 1717, 1720], "seem": [1713, 1717, 1743, 1748], "seen": [475, 1729, 1743, 1748], "segment": 1502, "select": [0, 8, 322, 330, 440, 444, 458, 463, 749, 756, 766, 779, 1689, 1694, 1700, 1722, 1732, 1737, 1740, 1745], "selected_block": [766, 779], "selected_blocks1": [749, 756], "selected_blocks2": [749, 756], "self": [0, 4, 382, 386, 433, 434, 436, 437, 440, 442, 448, 468, 469, 539, 549, 557, 558, 559, 579, 580, 581, 582, 595, 596, 597, 617, 618, 619, 620, 633, 634, 635, 655, 656, 657, 658, 671, 672, 673, 693, 694, 695, 696, 709, 710, 711, 731, 732, 733, 734, 747, 749, 756, 764, 766, 779, 828, 829, 830, 850, 851, 852, 853, 890, 891, 892, 893, 902, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049, 1068, 1069, 1070, 1072, 1073, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1095, 1579, 1688, 1699, 1709, 1714, 1715, 1718, 1719, 1721, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748, 1749], "self_c": [379, 382], "self_energi": [1713, 1717], "semant": [380, 396, 445, 1679], "semi": 1709, "semicircl": [436, 815], "semicircular": [0, 432, 433, 434, 435, 436, 437, 439, 443, 1709, 1723, 1724, 1727, 1728, 1731, 1734, 1735, 1736], "semilogi": [1713, 1717, 1719, 1720, 1723, 1727], "send": [42, 362, 432, 440, 461], "sendbuf": 388, "sendcount": 388, "sendtyp": 388, "sens": [208, 244, 406, 408, 413, 432, 459], "sent": [432, 440], "sentenc": 440, "sentinel_t": [218, 221], "sep": 336, "separ": [0, 255, 336, 440, 442, 453, 1096, 1684, 1692, 1695, 1713, 1717, 1723, 1727, 1741, 1742, 1743, 1746, 1747, 1748], "seper": 0, "sequenc": [0, 215, 216, 217, 219, 224, 225, 226, 228, 232, 242, 409, 461, 463], "sequenti": 1681, "seri": [0, 352, 369, 370, 405, 406, 1500, 1581, 1699, 1708, 1711, 1739, 1744, 1749], "serial": [0, 432, 440, 460, 1690, 1697, 1715, 1717, 1719, 1720, 1729, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "serializ": [0, 379, 406], "seriou": 401, "sert": 1736, "serv": [0, 338, 352, 1581], "servic": 1690, "session": [1689, 1690, 1692, 1699], "set": [0, 4, 9, 16, 46, 47, 48, 49, 50, 56, 116, 117, 118, 119, 215, 216, 219, 221, 222, 223, 224, 227, 229, 230, 231, 232, 246, 247, 258, 269, 279, 290, 291, 292, 296, 302, 317, 318, 319, 320, 340, 382, 387, 388, 389, 401, 405, 406, 408, 417, 426, 430, 432, 433, 434, 435, 436, 437, 443, 444, 445, 458, 459, 461, 463, 464, 466, 469, 470, 489, 510, 554, 566, 590, 592, 604, 628, 630, 642, 666, 668, 680, 704, 706, 718, 742, 825, 837, 861, 1509, 1511, 1560, 1561, 1643, 1673, 1679, 1682, 1683, 1689, 1690, 1692, 1693, 1694, 1695, 1699, 1706, 1707, 1710, 1712, 1713, 1717, 1719, 1720, 1721, 1723, 1726, 1727, 1728, 1731, 1732, 1734, 1735, 1736, 1737, 1738], "set_after_cycle_duti": 295, "set_from_fouri": [0, 433, 434, 436, 437], "set_from_inverse_fouri": 0, "set_from_legendr": [433, 434], "set_from_pad": [0, 436, 1723, 1727, 1734, 1735, 1740, 1745], "set_hilbert": [256, 268], "set_index": 279, "set_label": 1737, "set_n_operations_before_check": 83, "set_operator_structur": [0, 466], "set_precision_error": 83, "set_precision_warn": 83, "set_printopt": [1713, 1715, 1716, 1717, 1719, 1720], "set_singular_threshold": 83, "set_tail_fit_paramet": 430, "set_tail_paramet": 0, "set_titl": [1722, 1726], "set_xlabel": [1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727], "set_xlim": [1713, 1716, 1717, 1719, 1720, 1723, 1727], "set_xtick": [452, 1713, 1717, 1719, 1720], "set_xticklabel": [452, 1734], "set_ylabel": [1713, 1716, 1717, 1719, 1720, 1722, 1723, 1726, 1727, 1739, 1744], "set_ylim": [1713, 1716, 1717, 1719, 1720], "set_yticklabel": 1734, "seth": 3, "setitem": 0, "setprecis": [145, 146], "setter": 379, "setup": [0, 1695, 1713, 1717], "sever": [0, 4, 82, 298, 385, 388, 401, 405, 412, 453, 459, 460, 470, 472, 760, 1689, 1690, 1694, 1696, 1723, 1727, 1730, 1731, 1735, 1736, 1743, 1748], "sh": [0, 1690], "sh_copi": 379, "sha256": 0, "shade": 1737, "shape": [0, 151, 153, 161, 165, 173, 177, 186, 350, 386, 410, 414, 430, 433, 434, 435, 436, 437, 442, 446, 554, 560, 586, 592, 598, 624, 630, 636, 662, 668, 674, 700, 706, 712, 738, 825, 831, 857, 936, 949, 1094, 1098, 1433, 1499, 1502, 1569, 1688, 1702, 1716, 1720, 1727, 1739, 1744], "share": [0, 4, 1690], "shared_ptr": [298, 380], "sharex": [1713, 1716, 1717, 1719, 1720], "sheet": 0, "shell": [385, 462, 1520, 1522, 1525, 1527, 1529, 1690, 1692, 1695, 1710, 1717, 1720, 1724, 1730, 1735], "shelv": [387, 431, 438], "shift": [77, 402, 436, 1713, 1716, 1717, 1719, 1720, 1721, 1728, 1729, 1734, 1736, 1743, 1748], "shift_half_bin": [872, 1059], "shinaoka": 0, "short": [0, 430, 441, 459, 1699, 1708, 1731, 1736], "shortcom": [1741, 1746], "shortcut": 387, "shortest": 1702, "shorthand": 463, "shot": [4, 1716, 1720], "should": [0, 3, 6, 8, 40, 248, 253, 258, 269, 338, 340, 350, 382, 385, 387, 403, 404, 406, 414, 430, 442, 453, 456, 457, 459, 461, 462, 464, 465, 470, 1093, 1094, 1522, 1547, 1548, 1549, 1552, 1553, 1554, 1672, 1678, 1688, 1690, 1691, 1692, 1694, 1695, 1698, 1699, 1704, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1725, 1728, 1730, 1734, 1735, 1742, 1743, 1747, 1748], "show": [397, 398, 459, 471, 1694, 1700, 1701, 1702, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1724, 1727, 1729, 1730, 1732, 1735, 1736, 1737, 1739, 1743, 1744, 1748], "show_machine_info": 470, "show_vers": 1750, "shown": [0, 457, 1713, 1715, 1717, 1719, 1739, 1742, 1744, 1747], "shrink": 1726, "si": 414, "side": [142, 159, 391, 406, 430, 566, 604, 642, 680, 718, 837, 1739, 1742, 1743, 1744, 1747, 1748], "sidebar": 0, "sif": 1690, "sigma": [0, 432, 440, 449, 450, 459, 462, 464, 465, 472, 545, 1521, 1522, 1533, 1547, 1548, 1549, 1554, 1555, 1557, 1594, 1595, 1600, 1601, 1709, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1722, 1723, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1743, 1748], "sigma0": 449, "sigma_": [1728, 1730, 1732, 1734, 1735, 1737], "sigma_check": 1727, "sigma_dict": [1713, 1716, 1717, 1719, 1720], "sigma_f": [369, 370], "sigma_fermise": [1713, 1714, 1717, 1718], "sigma_freq_0": [1713, 1717, 1719, 1720], "sigma_freq_0_down_0": 1717, "sigma_freq_0_up_0": 1717, "sigma_imp_iw": [1713, 1717, 1719], "sigma_iw": [0, 442, 1095, 1688, 1709, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737], "sigma_max": [1713, 1715, 1716, 1717, 1719, 1720], "sigma_maxent_0": [1716, 1720], "sigma_real_freq": [1713, 1716, 1717, 1719, 1720], "sigma_real_freq_cthyb": [1716, 1720], "sigma_real_freq_cthyb_in": [1716, 1720], "sigma_real_freq_hi": [1716, 1720], "sigma_refreq_0": [1716, 1720], "sigma_tau": [1727, 1734, 1735], "sign": [0, 115, 319, 320, 322, 324, 391, 400, 432, 453, 456, 459, 1692, 1729, 1736, 1739, 1744], "sign_init": [319, 320], "signal": [0, 296, 317, 319, 320, 379, 382], "signal_handl": [379, 382], "signatur": [0, 378, 379, 382, 388, 397, 433, 434, 435, 436, 437, 446, 451, 471, 476, 482, 483, 484, 485, 487, 491, 492, 493, 503, 504, 505, 506, 508, 512, 513, 514, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 561, 562, 563, 564, 565, 571, 572, 576, 577, 578, 579, 580, 581, 582, 583, 599, 600, 601, 602, 603, 609, 610, 614, 615, 616, 617, 618, 619, 620, 621, 637, 638, 639, 640, 641, 647, 648, 652, 653, 654, 655, 656, 657, 658, 659, 675, 676, 677, 678, 679, 685, 686, 690, 691, 692, 693, 694, 695, 696, 697, 713, 714, 715, 716, 717, 723, 724, 728, 729, 730, 731, 732, 733, 734, 735, 832, 833, 834, 835, 836, 842, 843, 847, 848, 849, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 939, 940, 941, 944, 945, 946, 948, 951, 952, 956, 957, 958, 960, 964, 965, 969, 970, 971, 972, 977, 978, 982, 983, 984, 985, 990, 991, 995, 996, 997, 998, 1003, 1004, 1005, 1006, 1008, 1009, 1011, 1012, 1013, 1014, 1018, 1019, 1022, 1023, 1024, 1025, 1029, 1030, 1033, 1034, 1037, 1038, 1041, 1042, 1043, 1044, 1049, 1050, 1055, 1056, 1057, 1058, 1059, 1424, 1435, 1448, 1450, 1452, 1454, 1455, 1467, 1469, 1473, 1484, 1485, 1489, 1510, 1512, 1513, 1514, 1515, 1516, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1575, 1583, 1586, 1589, 1590, 1719, 1725, 1726, 1727, 1739, 1741, 1744, 1745, 1746], "signbit": 0, "signific": [388, 396], "sim": [1735, 1743, 1748], "simeq": [409, 1742, 1747], "simga_fermise": [1714, 1718], "similar": [13, 26, 27, 80, 387, 397, 403, 440, 469, 1500, 1713, 1717, 1720, 1723, 1727, 1730, 1735, 1750], "similarli": [391, 399, 409, 440], "simon": [0, 3], "simpl": [0, 3, 4, 7, 45, 121, 122, 339, 346, 348, 350, 385, 387, 388, 389, 392, 396, 399, 400, 406, 432, 439, 440, 443, 447, 453, 454, 456, 459, 467, 469, 470, 471, 476, 549, 1643, 1689, 1690, 1694, 1695, 1696, 1701, 1705, 1709, 1713, 1717, 1723, 1726, 1727, 1728, 1731, 1734, 1736, 1740, 1741, 1745, 1746], "simple_test": 1706, "simpler": [0, 388, 405], "simplest": [459, 472, 1722], "simpli": [0, 121, 122, 126, 381, 391, 406, 432, 440, 459, 464, 468, 469, 470, 471, 1688, 1690, 1702, 1723, 1726, 1727, 1729, 1750], "simplic": [1715, 1719], "simplif": 0, "simplifc": 388, "simplifi": [0, 387, 388, 397, 412, 432, 440, 1713, 1717, 1725, 1739, 1744], "simul": [0, 338, 385, 457, 472, 1729, 1736], "simultan": 0, "sin": [402, 469, 1722], "sinc": [95, 97, 105, 108, 348, 389, 399, 402, 404, 405, 406, 408, 417, 425, 467, 1689, 1691, 1713, 1716, 1717, 1719, 1720, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "singl": [0, 148, 340, 342, 389, 421, 433, 434, 435, 436, 437, 442, 445, 459, 560, 566, 587, 588, 598, 604, 625, 626, 636, 642, 663, 664, 674, 680, 701, 702, 712, 718, 739, 740, 831, 837, 858, 859, 1100, 1102, 1699, 1709, 1711, 1713, 1717, 1720, 1722, 1723, 1727, 1729, 1731, 1732, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "single_orbit": [448, 543], "single_site_beth": 1709, "singular": [0, 92, 93, 117, 118, 151, 410, 414, 416, 420, 426, 1743, 1748], "singular_threshold": 107, "singularity_t": [410, 415], "singularity_view_t": 414, "sinu": 1722, "site": [0, 442, 452, 456, 1094, 1465, 1466, 1690, 1714, 1718, 1725, 1726, 1727, 1729, 1732, 1737, 1743, 1748], "situat": [470, 1723, 1727], "size": [0, 17, 18, 22, 45, 83, 86, 88, 114, 126, 127, 183, 194, 215, 219, 230, 231, 256, 268, 279, 338, 340, 348, 352, 369, 370, 373, 374, 389, 391, 402, 403, 404, 406, 409, 414, 428, 432, 444, 445, 449, 450, 469, 476, 589, 627, 665, 703, 741, 760, 860, 932, 1594, 1600, 1701, 1702, 1719, 1723, 1725, 1727, 1729], "size_of_compon": 0, "size_t": [368, 391, 402, 406, 445, 576, 614, 652, 690, 728, 847, 887], "skeleton": 0, "skip": 24, "sl": 1569, "slack": [6, 7], "slash": 1698, "slater": [0, 462, 464, 1520, 1522, 1527, 1549], "sleep": 1646, "slice": [0, 11, 18, 388, 420, 431, 434, 437, 438, 589, 627, 665, 703, 741, 860, 1569, 1655, 1669], "slice_length": 0, "slice_rang": 0, "slice_t": 0, "slide": 1710, "slightli": [0, 1691, 1692, 1723, 1727, 1730, 1735], "slope": [1713, 1717], "slow": [95, 97, 105, 108, 402, 1726, 1743, 1748], "slowli": 404, "small": [0, 7, 408, 444, 1672, 1690, 1691, 1698, 1699, 1713, 1715, 1717, 1719, 1720, 1723, 1725, 1727, 1730, 1735], "smaller": [0, 1723, 1727, 1730, 1735, 1743, 1748], "smallest": [0, 339, 1035, 1047], "smart": 1722, "smoothli": [1713, 1717], "sn": 389, "sneak": [1731, 1736], "snippet": [1689, 1703], "so": [0, 114, 121, 122, 247, 338, 340, 383, 385, 395, 402, 421, 432, 440, 442, 453, 454, 457, 459, 468, 469, 470, 476, 549, 1096, 1678, 1704, 1706, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1728, 1729, 1730, 1731, 1734, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "softwar": [4, 1689, 1690, 1696, 1710], "sole": 1500, "solid": [440, 1729], "solid_dmft": [1714, 1715, 1716, 1718, 1719, 1720], "solut": [0, 4, 385, 387, 389, 459, 470, 475, 1694, 1695, 1699, 1711, 1713, 1715, 1717, 1719, 1727, 1729, 1730, 1731, 1742, 1746, 1747], "solv": [0, 4, 44, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 442, 460, 470, 1095, 1608, 1618, 1688, 1689, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1741, 1742, 1743, 1746, 1747, 1748], "solve_rpa": [1742, 1743, 1747, 1748], "solve_rpa_ph": [1741, 1742, 1743, 1746, 1747, 1748], "solve_tpsc": [1742, 1743, 1747, 1748], "solver": [0, 5, 9, 45, 377, 460, 478, 479, 480, 501, 1689, 1690, 1699, 1709, 1711, 1713, 1716, 1717, 1720, 1725, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1742, 1744, 1747], "solver_cor": 0, "solver_typ": [1713, 1716, 1717, 1720], "solver_u_in": 1735, "solver_u_met": 1735, "som": 0, "some": [0, 7, 96, 189, 253, 301, 379, 380, 383, 386, 388, 389, 391, 392, 395, 397, 398, 402, 404, 412, 413, 432, 440, 445, 457, 459, 460, 461, 470, 475, 906, 1690, 1691, 1692, 1694, 1695, 1699, 1707, 1710, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1725, 1727, 1729, 1730, 1735, 1741, 1746, 1747], "some_expression_of_i_": 391, "some_expression_of_x_": 391, "some_expression_of_x_i_j": 391, "someth": [388, 396, 399, 405, 408, 412, 416, 475, 1714, 1716, 1718, 1720], "sometim": 1694, "somewher": 1736, "soon": [340, 397, 398, 459, 469], "sophi": 0, "sort": [442, 1094, 1713, 1717, 1730, 1735], "sound": [1713, 1717], "sourc": [0, 3, 5, 7, 8, 242, 338, 378, 379, 382, 383, 387, 400, 433, 434, 435, 436, 437, 439, 440, 442, 448, 449, 450, 462, 464, 465, 466, 468, 470, 478, 535, 536, 537, 538, 539, 540, 543, 545, 546, 549, 550, 554, 555, 592, 593, 630, 631, 668, 669, 706, 707, 744, 745, 747, 748, 749, 756, 757, 759, 760, 763, 764, 765, 766, 767, 770, 771, 772, 776, 777, 778, 779, 780, 781, 782, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 797, 798, 799, 801, 802, 803, 804, 806, 807, 809, 810, 812, 813, 814, 815, 818, 820, 821, 823, 824, 825, 826, 827, 828, 829, 831, 837, 840, 841, 858, 859, 860, 861, 862, 863, 864, 865, 866, 897, 898, 899, 900, 901, 902, 903, 905, 906, 907, 908, 909, 910, 913, 914, 919, 920, 923, 924, 926, 927, 929, 930, 932, 933, 934, 1061, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1072, 1073, 1074, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1086, 1087, 1088, 1089, 1090, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1426, 1429, 1430, 1431, 1458, 1459, 1462, 1463, 1464, 1465, 1466, 1468, 1478, 1480, 1482, 1483, 1484, 1485, 1486, 1487, 1489, 1495, 1496, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1545, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1560, 1561, 1564, 1565, 1566, 1567, 1569, 1570, 1579, 1594, 1596, 1597, 1598, 1600, 1602, 1603, 1608, 1609, 1612, 1613, 1614, 1615, 1616, 1618, 1620, 1623, 1624, 1626, 1627, 1628, 1629, 1630, 1631, 1637, 1640, 1641, 1643, 1645, 1646, 1647, 1648, 1649, 1652, 1653, 1654, 1655, 1656, 1657, 1659, 1660, 1661, 1662, 1663, 1666, 1667, 1668, 1669, 1671, 1672, 1681, 1685, 1686, 1687, 1691, 1694, 1705, 1707], "sp": [250, 1717, 1743, 1748], "sp_index": [46, 47, 48, 49, 51, 53, 54, 55, 63, 64, 67, 70, 482, 483, 484, 485, 487, 491, 492, 503, 504, 505, 506, 508, 512, 513], "space": [0, 9, 44, 50, 51, 57, 58, 68, 160, 172, 185, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 241, 246, 247, 248, 250, 255, 258, 260, 261, 266, 267, 268, 269, 271, 272, 277, 278, 279, 280, 281, 284, 286, 287, 292, 293, 377, 389, 406, 409, 410, 416, 417, 433, 434, 435, 436, 437, 445, 461, 478, 480, 487, 490, 499, 501, 508, 511, 520, 554, 566, 584, 585, 586, 592, 604, 622, 623, 624, 630, 642, 660, 661, 662, 668, 680, 698, 699, 700, 706, 718, 736, 737, 738, 760, 825, 837, 855, 856, 857, 1463, 1483, 1499, 1500, 1503, 1504, 1713, 1717, 1723, 1725, 1726, 1727, 1729, 1732, 1736, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "space_partit": [214, 444], "spacial": 949, "span": [230, 428], "spars": [444, 1723, 1727], "sparser": [576, 614, 652, 690, 728, 847, 887], "spawn": 1692, "speak": [385, 396], "special": [0, 255, 268, 404, 407, 410, 413, 414, 426, 431, 459, 461, 474, 1624, 1701, 1713, 1717, 1739, 1744], "specialis": [405, 410, 412, 416, 417, 418, 422, 424, 426], "specif": [0, 6, 142, 410, 425, 454, 469, 1690, 1713, 1716, 1717, 1720, 1723, 1727, 1728, 1729, 1734], "specifi": [0, 8, 397, 440, 459, 462, 472, 1500, 1521, 1522, 1678, 1692, 1693, 1697, 1713, 1716, 1717, 1719, 1720, 1723, 1727], "spectra": [1716, 1720], "spectral": [4, 432, 436, 1081, 1084, 1714, 1715, 1716, 1718, 1719, 1720, 1723, 1727, 1728, 1730, 1734, 1735, 1739, 1743, 1744, 1748], "spectral_r": [1713, 1715, 1716, 1717, 1719, 1720], "spectrum": [0, 77, 1714, 1718], "speed": [460, 1713, 1715, 1717, 1719, 1720], "spend": 1710, "spent": [304, 305, 312, 313], "spheric": [462, 465, 1522, 1529, 1552, 1553, 1554], "spherical_to_cub": [0, 462], "sphinx": [0, 7, 1696], "sphinxcontrib": 0, "sphinxext": 0, "spin": [0, 3, 389, 444, 456, 459, 462, 464, 465, 466, 1499, 1521, 1528, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1713, 1716, 1717, 1719, 1720, 1731, 1732, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "spin_nam": [389, 464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1735], "spin_orbit": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561], "spinmc": [458, 459], "spirit": [1713, 1717], "split": [0, 389, 444, 1723, 1727, 1729], "spn": 444, "spot": 0, "spread": [373, 374, 1691], "spuriou": 469, "sqrt": [369, 370, 372, 373, 404, 409, 436, 439, 442, 462, 465, 814, 1094, 1524, 1554, 1732, 1737], "squar": [0, 61, 144, 145, 146, 401, 409, 416, 430, 441, 442, 447, 449, 452, 465, 468, 549, 868, 1100, 1552, 1556, 1699, 1713, 1717, 1723, 1726, 1727, 1732, 1737, 1740, 1741, 1742, 1745, 1746, 1747, 1749], "squash": 8, "squeez": [1742, 1743, 1745, 1746, 1747, 1748], "src": [7, 8, 159, 474, 1690, 1707], "src_dir": 1704, "st": [44, 244, 246, 248, 258, 260, 269, 271, 444, 522], "stabil": [0, 1694], "stabl": [0, 401, 1690, 1691, 1694], "stack": [474, 1624], "stackrel": 404, "stacktrac": 0, "stage": [410, 459, 1713, 1717], "stai": [1701, 1721], "stand": 458, "standalon": [4, 380], "standard": [0, 9, 82, 337, 338, 344, 345, 369, 370, 372, 373, 376, 385, 388, 397, 401, 406, 411, 432, 440, 461, 464, 467, 469, 470, 476, 1681, 1690, 1691, 1696, 1710, 1713, 1717, 1729, 1739, 1744], "start": [0, 5, 8, 12, 13, 23, 299, 323, 340, 342, 398, 404, 430, 433, 434, 440, 448, 449, 452, 456, 457, 543, 1478, 1618, 1673, 1675, 1677, 1678, 1680, 1690, 1698, 1704, 1707, 1710, 1713, 1715, 1717, 1719, 1720, 1721, 1722, 1723, 1727, 1728, 1729, 1731, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "start_idx": 23, "start_redirect": 1737, "stat": [9, 10, 377], "state": [3, 9, 38, 44, 50, 51, 53, 55, 59, 66, 67, 68, 69, 73, 74, 76, 77, 89, 214, 215, 230, 232, 233, 236, 240, 241, 244, 246, 247, 248, 250, 252, 279, 280, 282, 283, 285, 288, 290, 291, 293, 377, 403, 432, 439, 447, 449, 457, 469, 478, 480, 487, 488, 494, 498, 499, 500, 501, 508, 509, 515, 519, 520, 521, 522, 524, 525, 526, 527, 535, 801, 814, 815, 1709, 1712, 1713, 1717, 1725, 1730, 1732, 1735, 1737, 1741, 1742, 1743, 1746, 1747, 1748], "state_t": [248, 444], "statement": [0, 382, 391], "statetyp": [244, 247, 248, 250], "statevector_concept": [247, 255], "static": [0, 4, 379, 458, 461, 1715, 1719, 1741, 1746], "statist": [0, 9, 301, 337, 338, 369, 370, 377, 406, 409, 412, 433, 434, 435, 436, 437, 459, 554, 592, 630, 668, 706, 913, 914, 961, 974, 987, 1000, 1015, 1026, 1581, 1717, 1723, 1726, 1727, 1729, 1744], "statistic_enum": [0, 419], "statu": [0, 1646], "std": [0, 12, 13, 16, 23, 24, 26, 50, 52, 54, 55, 61, 63, 65, 66, 77, 79, 80, 88, 95, 96, 97, 98, 99, 100, 107, 114, 127, 130, 132, 135, 136, 138, 139, 140, 145, 146, 154, 155, 156, 158, 161, 166, 167, 168, 170, 173, 178, 179, 180, 182, 186, 187, 195, 209, 218, 219, 221, 222, 223, 225, 232, 234, 235, 237, 241, 242, 246, 253, 255, 268, 282, 286, 287, 289, 296, 297, 298, 299, 302, 303, 314, 315, 317, 318, 319, 320, 323, 328, 329, 332, 333, 334, 336, 339, 343, 344, 345, 346, 348, 356, 357, 358, 359, 366, 369, 370, 371, 372, 373, 374, 379, 380, 388, 391, 395, 396, 397, 398, 399, 402, 406, 412, 416, 417, 420, 430, 444, 453, 456, 458, 459, 461, 463, 474, 476, 524, 525, 526, 527, 562, 563, 564, 565, 600, 601, 602, 603, 638, 639, 640, 641, 676, 677, 678, 679, 714, 715, 716, 717, 833, 834, 835, 836, 881, 882, 883, 884, 939, 1009, 1454, 1455, 1700, 1701, 1702, 1703, 1707], "step": [0, 7, 17, 18, 383, 389, 402, 442, 457, 472, 1094, 1646, 1689, 1691, 1694, 1695, 1713, 1717, 1728, 1729, 1734, 1743, 1748], "still": [0, 4, 392, 395, 400, 1678, 1691, 1694, 1713, 1717, 1722, 1731, 1735, 1736], "stl": 391, "stochast": [1713, 1717, 1729], "stop": [0, 38, 40, 41, 42, 296, 317, 319, 320, 459, 1618, 1694], "stop_callback": [0, 296, 317, 319, 320], "storag": [0, 96, 98, 106, 255, 257, 352, 355, 385, 392, 402, 428, 444, 461, 559, 597, 635, 673, 711, 830, 1584, 1696, 1713, 1717], "store": [0, 219, 248, 251, 253, 255, 338, 343, 369, 370, 385, 386, 387, 389, 396, 397, 404, 407, 409, 410, 415, 432, 433, 439, 440, 448, 461, 470, 472, 476, 535, 791, 1620, 1688, 1706, 1713, 1717, 1723, 1727, 1730, 1731, 1735, 1736, 1740, 1745, 1747], "store_a": 1700, "store_matrix_el": [248, 253], "store_solv": 1717, "str": [0, 433, 434, 435, 436, 437, 442, 446, 452, 471, 554, 592, 630, 668, 706, 760, 782, 825, 913, 961, 974, 987, 1000, 1015, 1026, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1098, 1100, 1433, 1499, 1503, 1504, 1512, 1513, 1516, 1575, 1727], "strace": 474, "straightformward": 403, "straightforward": [1713, 1717], "strand": [0, 3, 442, 1096], "strang": [405, 413], "stream": [0, 352, 366, 410, 461], "strength": [1713, 1715, 1717, 1719, 1729], "strictli": 1709, "stride": [0, 11, 1089], "string": [99, 100, 138, 139, 140, 154, 155, 156, 166, 167, 168, 178, 179, 180, 187, 195, 215, 218, 221, 222, 223, 225, 234, 235, 237, 286, 287, 289, 297, 299, 302, 303, 314, 315, 323, 328, 329, 332, 333, 336, 356, 357, 358, 379, 382, 385, 386, 388, 412, 433, 434, 435, 436, 437, 440, 442, 446, 448, 456, 458, 459, 461, 462, 464, 465, 466, 469, 470, 478, 480, 501, 536, 543, 550, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1094, 1433, 1463, 1483, 1522, 1525, 1526, 1529, 1531, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1561, 1579, 1618, 1674, 1679, 1683, 1713, 1717, 1725], "stringstream": 474, "strip": 412, "strong": [1713, 1717, 1719], "strongest": [1740, 1745], "strongli": [1689, 1690, 1699, 1713, 1717], "struct": [391, 399, 402, 456, 459, 461, 476, 1701], "structur": [0, 4, 73, 74, 75, 76, 77, 219, 385, 387, 389, 396, 402, 404, 440, 449, 451, 459, 461, 464, 466, 748, 760, 765, 1446, 1536, 1561, 1705, 1707, 1713, 1717, 1720, 1723, 1725, 1726, 1727, 1729, 1730, 1735, 1740, 1745], "stuck": [1731, 1736], "studi": [4, 1689, 1699, 1731, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "style": [0, 388, 1722], "su": 1736, "sub": [0, 1713, 1717], "sub_hilbert_spac": [9, 214, 241, 242, 246, 255, 268, 444], "sub_hs_operator_t": 444, "sub_spaces_set": 242, "subarrai": 462, "subax": 1722, "subclass": [1672, 1681, 1726, 1727], "subdirectori": [0, 1708, 1711, 1735, 1736, 1749], "subdivid": [1732, 1737], "subfigur": 469, "subfold": [1732, 1737], "subgroup": [0, 234, 235, 286, 287, 385, 386, 387, 470, 1717, 1720, 1724], "subgroup1": 387, "subgroup2": 385, "subgroup_nam": [99, 100, 138, 139, 154, 155, 166, 167, 178, 179], "subject": [249, 250, 253, 362], "submatrix": [462, 1526, 1531], "submit": [7, 8], "subplot": [469, 1713, 1716, 1717, 1719, 1720, 1723, 1727, 1732, 1734, 1737, 1748], "subprocess": 1646, "subrang": 24, "subroutin": 409, "subscript": 0, "subspac": [0, 9, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 59, 61, 63, 64, 65, 67, 69, 70, 71, 73, 74, 75, 76, 77, 81, 241, 242, 247, 248, 249, 250, 252, 253, 254, 255, 279, 281, 282, 284, 285, 286, 287, 288, 290, 291, 292, 293, 389, 444, 478, 480, 482, 483, 484, 485, 486, 487, 488, 491, 492, 493, 494, 496, 497, 500, 501, 503, 504, 505, 506, 507, 508, 509, 512, 513, 514, 515, 517, 518, 521, 1713, 1717, 1725, 1729, 1736], "substack": 0, "substanti": [0, 1723, 1727, 1735], "substitut": [389, 1742, 1747], "substract": 409, "subtract": [265, 276, 445, 461, 1618, 1713, 1716, 1717, 1719, 1720, 1743, 1748], "subtre": [385, 387, 395], "success": [452, 1618, 1705, 1713, 1717], "successfulli": 1707, "sucept": [1740, 1745], "sudden": [1743, 1748], "suddenli": 1694, "suddent": [1743, 1748], "sudo": [1690, 1695, 1697], "suffici": [1690, 1723, 1727, 1741, 1746], "suggest": [1698, 1740, 1745], "suit": [1713, 1717], "sum": [365, 392, 393, 400, 447, 448, 459, 461, 464, 476, 535, 879, 1546, 1594, 1600, 1713, 1715, 1716, 1717, 1719, 1720, 1728, 1734, 1740, 1742, 1743, 1745, 1747, 1748], "sum_": [369, 370, 404, 409, 430, 441, 442, 452, 462, 464, 465, 472, 566, 604, 642, 680, 718, 837, 1094, 1098, 1522, 1523, 1537, 1538, 1539, 1547, 1548, 1549, 1554, 1555, 1557, 1723, 1727, 1729, 1731, 1732, 1736, 1737, 1740, 1742, 1743, 1745, 1747, 1748], "sum_chi": 1747, "sum_chi_vec": 1747, "sum_j": [462, 1522, 1533], "sum_k": [450, 1594, 1600, 1728, 1734, 1742, 1743, 1747, 1748], "sum_m": [456, 459], "sum_n": [1743, 1748], "sum_spin": [1713, 1717], "sum_z": [456, 459], "sumk": [0, 450], "sumkdiscretefromlattic": 450, "summar": [0, 1698, 1713, 1717, 1722], "summari": 1750, "summat": [365, 1713, 1717, 1719, 1720], "super": 0, "super_lattic": 1603, "super_lattice_unit": [1462, 1463], "supercel": 1465, "superconductor": [1689, 1713, 1717, 1732, 1737], "superior": 1691, "superlattic": [0, 1462, 1464, 1468], "superposit": 436, "suppli": 389, "support": [0, 3, 4, 9, 362, 385, 387, 391, 432, 440, 442, 461, 475, 1100, 1570, 1696, 1697, 1710], "suppos": [79, 80, 403, 1704], "suppress": [0, 1713, 1715, 1716, 1717, 1719, 1720], "supress": 0, "sure": [0, 8, 1672, 1688, 1690, 1694, 1695, 1697, 1698, 1713, 1717, 1743, 1748], "surf": 1726, "surfac": [1714, 1718, 1740, 1743, 1745, 1748], "suscept": [1699, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748, 1749], "susceptibilitii": [1740, 1745], "susceptibilti": [1740, 1745], "susceptibiltii": [1740, 1745], "susecpt": [1740, 1745], "svg": [3, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "swap": [121, 122, 410], "swap_col": 83, "swap_coli": 0, "swap_index_view": 0, "swap_row": [0, 83], "swcarpentri": 1721, "switch": [0, 1698, 1714, 1716, 1718, 1720], "sy": [382, 470, 1688, 1713, 1715, 1716, 1717, 1719, 1720], "symbol": [0, 462, 1532, 1710, 1721, 1722], "symm_op": 1717, "symmetr": [0, 205, 206, 462, 875, 876, 1500, 1522, 1709, 1730, 1731, 1735, 1736], "symmetri": [0, 62, 145, 191, 404, 410, 414, 433, 440, 452, 1723, 1727, 1730, 1735, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "symmetry_t": [410, 414, 415], "sympi": [0, 1710], "sync": 8, "synchron": [0, 1646], "syncron": 38, "synopsi": [12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 32, 34, 35, 36, 37, 39, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 242, 243, 244, 245, 246, 248, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 322, 323, 324, 325, 326, 327, 328, 329, 330, 332, 333, 334, 335, 336, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 391, 399, 400, 406, 407, 410, 411, 413, 415, 420, 423, 426, 428, 429, 431, 476], "syntax": [0, 391, 399, 400, 413, 432, 1693, 1723, 1727], "system": [0, 45, 72, 385, 389, 444, 456, 457, 461, 1689, 1690, 1692, 1694, 1695, 1696, 1698, 1699, 1713, 1716, 1717, 1720, 1723, 1725, 1727, 1729, 1730, 1735, 1739, 1740, 1741, 1744, 1745, 1746, 1749], "systemat": [4, 338, 1729], "t": [0, 3, 15, 23, 24, 25, 27, 29, 30, 36, 37, 190, 194, 195, 200, 201, 202, 208, 211, 224, 228, 334, 338, 340, 343, 344, 345, 350, 369, 370, 376, 381, 386, 388, 399, 403, 404, 407, 408, 409, 413, 425, 431, 432, 439, 444, 447, 449, 450, 451, 452, 457, 459, 462, 463, 465, 469, 476, 589, 627, 665, 703, 741, 860, 1059, 1446, 1522, 1529, 1533, 1552, 1553, 1554, 1602, 1603, 1689, 1709, 1712, 1713, 1717, 1722, 1723, 1726, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1744, 1745, 1747], "t0": 476, "t1": [400, 476, 1702], "t11": [447, 1712], "t12": [447, 1712], "t13": [447, 1712], "t1_": 1702, "t2": [476, 1702], "t21": [447, 1712], "t22": [447, 1712], "t23": [447, 1712], "t2_": 1702, "t2g": [440, 462, 1525, 1531, 1723, 1727], "t2g1": 440, "t2g2": 440, "t2g3": 440, "t2g_submatrix": 462, "t2gblock": 440, "t_": [409, 452, 453, 462, 1522, 1533, 1723, 1727], "t_1": 409, "t_2": 409, "t_2g": [1723, 1727], "t_c": [1743, 1748], "t_k": 409, "t_max": [0, 1047], "t_mesh": 1702, "t_min": [0, 1047], "t_rpa_vec": [1743, 1748], "t_tpsc_vec": 1748, "tab": [1714, 1718, 1721], "tabl": [0, 121, 122, 410, 1747], "table_import": 0, "tackl": 1699, "tag": [0, 136, 142, 151, 159, 183, 189, 208, 385, 386, 387, 396, 416, 417, 418, 420, 422, 424, 910], "tail": [143, 145, 146, 207, 410, 417, 422, 424, 430, 431, 432, 434, 440, 441, 442, 562, 563, 564, 565, 577, 578, 600, 601, 602, 603, 615, 616, 638, 639, 640, 641, 653, 654, 676, 677, 678, 679, 691, 692, 714, 715, 716, 717, 729, 730, 833, 834, 835, 836, 848, 849, 881, 882, 883, 884, 888, 889, 1099, 1713, 1717], "tail_fit": 0, "tail_fit_on_window": 0, "tail_fitt": 0, "tail_fract": [430, 1009], "tail_issu": 0, "tail_studi": 0, "tailfit": 0, "tailgf": 434, "take": [0, 3, 4, 7, 24, 188, 202, 210, 245, 250, 260, 271, 338, 369, 370, 388, 404, 410, 416, 417, 418, 422, 424, 430, 434, 436, 437, 447, 449, 454, 457, 459, 461, 462, 465, 469, 470, 588, 626, 664, 702, 740, 745, 859, 1084, 1462, 1500, 1522, 1525, 1526, 1529, 1531, 1552, 1553, 1554, 1618, 1688, 1700, 1709, 1713, 1716, 1717, 1720, 1722, 1728, 1729, 1731, 1734, 1735, 1736, 1740, 1742, 1745, 1747], "taken": [0, 386, 387, 404, 409, 459, 1681, 1698], "talk": [1689, 1723, 1727], "tanh": [1722, 1740, 1745], "tarbal": 0, "target": [0, 8, 132, 133, 136, 142, 148, 150, 151, 159, 160, 161, 162, 163, 171, 172, 173, 174, 175, 183, 184, 185, 186, 188, 191, 205, 210, 234, 286, 406, 410, 412, 414, 416, 417, 418, 420, 422, 424, 433, 434, 435, 436, 437, 554, 566, 584, 585, 586, 592, 604, 622, 623, 624, 630, 642, 660, 661, 662, 668, 680, 698, 699, 700, 706, 718, 736, 737, 738, 760, 825, 837, 855, 856, 857, 1618, 1672, 1681, 1713, 1717, 1727], "target_compile_featur": 0, "target_indic": [150, 162, 174], "target_link_librari": 1707, "target_rank": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706, 760, 825, 1727], "target_shap": [0, 150, 162, 174, 430, 433, 434, 435, 436, 437, 554, 560, 566, 592, 598, 604, 630, 636, 642, 668, 674, 680, 706, 712, 718, 825, 831, 837, 1713, 1717, 1719, 1720, 1723, 1724, 1726, 1727, 1734, 1735, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748], "target_shape_t": [151, 410, 412, 414], "target_spac": [0, 559, 597, 635, 673, 711, 830], "target_t": 410, "task": [470, 1713, 1717, 1719, 1742, 1747], "tau": [0, 76, 143, 191, 202, 205, 338, 376, 402, 404, 409, 417, 428, 434, 442, 465, 472, 589, 627, 665, 703, 741, 860, 875, 876, 961, 987, 1059, 1094, 1098, 1557, 1713, 1715, 1717, 1719, 1723, 1727, 1728, 1734, 1740, 1742, 1745, 1747], "tau_": [409, 417], "tau_estimate_from_error": 337, "tau_k": 409, "tau_mesh": [408, 1702, 1723, 1727, 1734, 1735], "tau_n": 429, "tb": [447, 449, 452, 1431, 1454, 1455, 1482, 1712, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1726], "tb_1": 452, "tb_2": 452, "tb_4": 452, "tb_band": [1713, 1716, 1717, 1719, 1720], "tb_dict": [1713, 1715, 1716, 1717, 1719, 1720], "tb_from_pythtb": 0, "tb_from_wannier90": [0, 1713, 1715, 1716, 1717, 1719, 1720], "tb_kslice": [1713, 1717], "tb_lattic": [1462, 1463, 1464, 1465, 1466, 1468], "tb_model": [0, 1498], "tba": 302, "tbl": [1498, 1499, 1500], "tblattic": [1462, 1498, 1499, 1500, 1739, 1743, 1744, 1748], "tbr": 295, "tbsuperlattic": 0, "tbw": [142, 159], "tc": [1713, 1717], "teach": [1708, 1711, 1749], "technic": 1709, "techniqu": [0, 388, 432, 440, 1689], "tell": [38, 432, 457, 459, 469, 1721, 1723, 1727, 1730, 1735], "temperatur": [72, 73, 74, 75, 76, 77, 78, 389, 433, 435, 436, 456, 459, 560, 598, 636, 674, 712, 762, 831, 879, 913, 961, 974, 987, 1000, 1015, 1026, 1699, 1702, 1703, 1713, 1717, 1723, 1726, 1727, 1728, 1729, 1732, 1734, 1737, 1739, 1741, 1744, 1746, 1749], "templat": [0, 6, 9, 14, 23, 24, 25, 29, 44, 79, 80, 81, 83, 128, 132, 133, 136, 144, 149, 190, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 208, 209, 211, 212, 213, 219, 225, 256, 295, 297, 298, 321, 323, 334, 338, 390, 391, 396, 399, 402, 407, 411, 412, 416, 417, 418, 422, 424, 431, 444, 459, 460, 463, 476, 1696], "temporari": [0, 114, 396], "temporarili": 1690, "tensor": [148, 410, 462, 463, 1519, 1521, 1522, 1702, 1741, 1746], "tensor_real_valu": [451, 1448, 1467, 1484], "tensor_valu": [0, 148, 410, 421, 433, 434, 436, 437, 571, 579, 580, 581, 582, 583, 609, 617, 618, 619, 620, 621, 647, 655, 656, 657, 658, 659, 685, 693, 694, 695, 696, 697, 723, 731, 732, 733, 734, 735, 842, 850, 851, 852, 853, 854, 868, 869, 870, 871, 872, 873, 874, 875, 876, 885, 890, 891, 892, 893, 894, 1702], "tensor_valued_vers": 421, "term": [0, 389, 409, 461, 1462, 1499, 1503, 1537, 1538, 1539, 1721, 1728, 1729, 1731, 1734, 1736, 1739, 1743, 1744, 1748], "termin": [0, 900, 901, 905, 1677, 1678, 1694, 1713, 1717, 1730, 1735], "ternari": 396, "test": [4, 92, 93, 94, 117, 118, 191, 193, 386, 397, 400, 436, 440, 1620, 1688, 1690, 1693, 1697, 1698, 1704, 1705], "test_block_gf": 412, "test_converg": 449, "test_delta_infti": 0, "test_product_gf": 421, "test_tool": 0, "testnam": 0, "tex": 550, "text": [0, 5, 385, 404, 442, 447, 449, 469, 545, 1100, 1706, 1710, 1713, 1717, 1726, 1727, 1730, 1735, 1739, 1744], "textbf": [1723, 1727], "textfilenam": 1688, "texttt": 340, "tf_r": 409, "th": [0, 24, 53, 95, 97, 147, 148, 232, 258, 269, 283, 369, 370, 402, 416, 417, 422, 424, 452, 491, 512, 1722], "than": [0, 12, 369, 370, 396, 405, 406, 459, 1684, 1713, 1716, 1717, 1720, 1723, 1726, 1727, 1730, 1735, 1736, 1739, 1740, 1743, 1744, 1745, 1748], "thank": [0, 8], "the_funct": [1620, 1624], "the_stack": [1624, 1626, 1631, 1633], "thei": [0, 215, 290, 291, 388, 396, 405, 409, 416, 432, 439, 440, 459, 460, 461, 469, 474, 1689, 1690, 1692, 1694, 1695, 1721, 1722, 1723, 1724, 1725, 1727, 1732, 1733, 1735, 1737, 1743, 1748], "them": [0, 8, 142, 159, 279, 302, 385, 391, 392, 395, 397, 404, 409, 412, 432, 440, 444, 450, 453, 461, 467, 470, 1596, 1598, 1605, 1689, 1698, 1699, 1713, 1714, 1717, 1718, 1721, 1722, 1723, 1727, 1729, 1730, 1734, 1735], "themselv": 396, "theorem": [1739, 1740, 1741, 1744, 1745, 1746], "theoret": [1713, 1717], "theori": [1699, 1723, 1727], "thepath": [1739, 1744], "therefor": [391, 406, 408, 409, 426, 432, 440, 470, 476, 1673, 1718, 1726, 1735, 1739, 1740, 1744, 1745], "thereof": [442, 1094, 1098, 1678], "thermal": [389, 457, 1713, 1717, 1729, 1743, 1748], "theta": [404, 409, 439, 801, 814, 1723, 1727], "thi": [0, 3, 4, 6, 7, 8, 13, 15, 23, 24, 26, 38, 41, 45, 50, 68, 80, 88, 95, 97, 105, 108, 115, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 141, 183, 202, 215, 216, 221, 223, 224, 229, 232, 233, 236, 238, 239, 240, 241, 244, 250, 255, 263, 264, 265, 268, 274, 275, 276, 281, 282, 284, 285, 288, 292, 293, 303, 331, 338, 340, 342, 350, 352, 365, 379, 380, 381, 382, 383, 386, 387, 388, 389, 391, 392, 395, 396, 397, 399, 400, 401, 402, 403, 404, 406, 409, 410, 411, 412, 413, 416, 417, 418, 422, 424, 425, 426, 430, 432, 440, 442, 445, 447, 453, 456, 457, 458, 461, 463, 469, 470, 472, 475, 476, 551, 552, 974, 987, 1084, 1093, 1094, 1581, 1620, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1680, 1681, 1682, 1683, 1684, 1688, 1689, 1690, 1692, 1694, 1695, 1696, 1698, 1699, 1700, 1701, 1702, 1707, 1708, 1709, 1711, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749], "thin": [4, 467, 1564], "thing": [396, 470, 1713, 1717, 1719, 1720, 1723, 1727, 1730, 1735], "think": [1710, 1713, 1717, 1723, 1727, 1730, 1735, 1739, 1741, 1744, 1746], "third": [0, 442, 459, 1095, 1694, 1722], "this_str": [433, 434, 435, 436, 437], "this_t": [138, 139, 154, 155, 158, 166, 167, 170, 178, 179, 182, 420], "thoma": 0, "thorough": 1721, "those": [0, 3, 387, 388, 464, 1546, 1689, 1695, 1721, 1726, 1729], "though": [397, 405], "thought": [385, 440], "thousand": [1723, 1727], "thread": [0, 345, 373, 374, 1672, 1673, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1692, 1729, 1736], "threadgroup": 1672, "three": [0, 348, 369, 370, 388, 446, 452, 456, 459, 461, 462, 464, 1433, 1463, 1470, 1471, 1483, 1486, 1487, 1502, 1504, 1532, 1699, 1750], "three_j_sym": [462, 1532], "three_j_symbol": 462, "threshold": [117, 118, 119, 192, 464, 1550], "through": [0, 6, 8, 403, 404, 409, 426, 430, 441, 445, 459, 461, 468, 961, 974, 987, 1678, 1689, 1690, 1694, 1699, 1723, 1726, 1727, 1739, 1740, 1743, 1744, 1745, 1748], "throughout": 0, "throw": [0, 62, 87, 92, 117, 302, 365, 391, 474, 1702], "thrown": 474, "thu": [0, 409, 457, 1690, 1732, 1737], "ti": 385, "tick": [0, 1502, 1745, 1746], "tie": 476, "tighbind": 0, "tight": [0, 447, 449, 452, 1446, 1462, 1482, 1498, 1499, 1500, 1713, 1717, 1719, 1720, 1739, 1744], "tight_bind": [0, 446, 447, 449, 451, 452, 1712, 1739, 1743, 1744, 1748], "tightbind": [447, 449, 451, 1454, 1455, 1482, 1712, 1726], "tild": [369, 370, 404, 409], "time": [0, 4, 7, 9, 76, 144, 193, 197, 199, 204, 206, 207, 296, 304, 305, 311, 312, 313, 317, 319, 320, 337, 338, 376, 377, 381, 389, 396, 398, 401, 403, 406, 407, 408, 410, 413, 425, 429, 431, 432, 433, 438, 442, 452, 457, 459, 461, 470, 472, 474, 526, 804, 868, 869, 871, 874, 875, 879, 974, 987, 1015, 1047, 1094, 1096, 1099, 1609, 1620, 1646, 1678, 1689, 1697, 1699, 1710, 1713, 1717, 1722, 1731, 1732, 1734, 1735, 1736, 1737, 1740, 1742, 1745, 1747], "time_consuming_funct": 398, "time_pt": 0, "timeit": 1726, "timeout": [0, 1678], "timer": 0, "times2": [1723, 1727], "tini": 470, "tip": [1715, 1716, 1719, 1720, 1729, 1730, 1735], "titl": [1722, 1737, 1745, 1746, 1748], "tmax": [420, 421, 424, 1702], "tmin": [420, 421, 424, 1702], "tmpl": 0, "tnn": [447, 1712], "to_be_instal": 1704, "toctre": 0, "todo": 416, "togeth": [0, 4, 96, 253, 340, 1689, 1690, 1694, 1719, 1723, 1724, 1727], "tol": [442, 464, 1094, 1550], "toler": [0, 191, 192, 193, 442, 464, 571, 572, 609, 610, 647, 648, 685, 686, 723, 724, 842, 843, 885, 886, 1094, 1515, 1550], "too": [88, 268, 453, 470, 1715, 1717, 1719, 1730, 1735, 1743, 1748], "tool": [5, 9, 45, 377, 383, 431, 438, 452, 462, 467, 470, 472, 1432, 1689, 1690, 1691, 1694, 1697, 1698, 1699, 1704, 1710, 1712, 1721, 1723, 1727, 1745], "toolbox": [444, 1739, 1744], "toolchain": 1690, "toolkit": [469, 1689, 1699], "top": [0, 8, 38, 39, 163, 175, 469, 1462, 1482, 1698, 1713, 1714, 1717, 1718, 1729], "tor": 1736, "tot": [1713, 1717], "total": [240, 293, 311, 341, 352, 353, 389, 450, 456, 459, 465, 587, 625, 663, 701, 739, 777, 858, 1503, 1555, 1556, 1581, 1583, 1598, 1605, 1713, 1717, 1719, 1729, 1736], "total_0": [1713, 1717, 1719], "toto_a1": 1704, "totoa1": 1704, "tour": [5, 9, 392], "toward": [1713, 1717, 1741, 1746], "tp": [447, 449, 452, 1712, 1732, 1737], "tparam": 400, "tpc": [1742, 1743, 1747, 1748], "tprf": [0, 1726, 1739, 1740, 1741, 1742, 1744, 1745, 1746, 1747], "tpsc": [1699, 1739, 1741, 1744, 1746, 1749], "tqa": 402, "tql": 1700, "tr": [81, 531, 1743, 1747, 1748], "tr_chi": [1743, 1747, 1748], "tr_chi_sp": [1743, 1747, 1748], "trace": 474, "trace_chi": [1742, 1743, 1747, 1748], "trace_rho_op": [0, 43, 389, 390], "track": [352, 1581], "trait": 399, "tranform": 409, "transfer": [1713, 1717, 1740, 1745], "transform": [0, 9, 11, 66, 67, 197, 198, 199, 203, 204, 205, 206, 385, 387, 392, 407, 409, 430, 431, 433, 434, 436, 437, 438, 439, 441, 446, 447, 448, 451, 461, 462, 465, 498, 519, 539, 545, 566, 579, 580, 581, 582, 604, 617, 618, 619, 620, 642, 655, 656, 657, 658, 680, 693, 694, 695, 696, 718, 731, 732, 733, 734, 801, 803, 804, 806, 807, 809, 810, 814, 837, 850, 851, 852, 853, 869, 870, 871, 872, 873, 874, 890, 891, 892, 893, 1435, 1450, 1452, 1469, 1473, 1485, 1489, 1522, 1529, 1533, 1552, 1553, 1554, 1696, 1726, 1729, 1737], "transform_u_matrix": 462, "transit": [457, 459, 1689, 1715, 1719, 1730, 1731, 1732, 1735, 1736, 1737, 1741, 1743, 1746, 1748], "translat": [1715, 1719], "transmit": 388, "transpar": [402, 461, 1722], "transport": 1690, "transpos": [0, 434, 436, 437, 442], "travel": 1502, "travers": 405, "treat": [0, 6, 389, 462, 1520, 1522, 1525, 1527, 1529, 1620, 1692, 1723, 1727, 1743, 1748], "treatement": [442, 1097], "treatment": 0, "tree": [385, 387, 395, 396, 906, 1690], "tremblai": [1742, 1743, 1747, 1748], "tri": [322, 459, 906], "trial": 459, "triangl": [1455, 1496], "trick": [1743, 1748], "trigger": 0, "triplet": 452, "triq": [5, 6, 7, 8, 9, 10, 377, 390, 391, 396, 399, 404, 405, 407, 408, 412, 414, 416, 417, 418, 420, 421, 422, 424, 430, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 446, 448, 449, 450, 451, 452, 454, 456, 457, 458, 459, 461, 462, 463, 464, 465, 466, 467, 468, 474, 475, 476, 1691, 1693, 1695, 1697, 1700, 1701, 1702, 1703, 1706, 1708, 1709, 1710, 1711, 1712, 1715, 1716, 1719, 1720, 1721, 1722, 1724, 1725, 1726, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749], "triq_trpf": [1742, 1747], "triqs quantum interacting systems toolbox research": 1689, "triqs3": 1690, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "triqs_clef_auto_assign": 391, "triqs_clef_auto_assign_subscript": 391, "triqs_cthyb": [1690, 1709, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "triqs_cxx_definit": 0, "triqs_dft_tool": [1690, 1713, 1717], "triqs_force_mpi_init": 1643, "triqs_include_al": 0, "triqs_latest": 1690, "triqs_pi": 0, "triqs_python_extens": 0, "triqs_python_extension_and_instal": 0, "triqs_python_lib_dest": 0, "triqs_runtime_error": 474, "triqs_set_rpath_for_target": 1707, "triqs_tprf": [1690, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "triqs_trpf": [1740, 1745], "triqsconfig": [0, 1707], "triqsd": 461, "triqss": [380, 432, 440], "triqstest": 0, "triqsvar": [0, 1690], "trivial": [380, 420, 428], "troubl": 1690, "true": [38, 191, 192, 193, 214, 224, 236, 238, 239, 242, 248, 253, 288, 290, 291, 296, 297, 302, 317, 319, 320, 367, 379, 382, 387, 389, 396, 397, 399, 433, 434, 435, 436, 437, 440, 444, 456, 457, 461, 462, 468, 471, 483, 485, 522, 523, 531, 554, 589, 592, 627, 630, 665, 668, 703, 706, 741, 745, 760, 772, 825, 860, 901, 1061, 1462, 1500, 1502, 1521, 1537, 1538, 1539, 1594, 1596, 1643, 1677, 1713, 1715, 1716, 1717, 1719, 1720, 1722, 1723, 1727, 1730, 1732, 1735, 1737, 1739, 1744, 1745, 1746], "truncat": [478, 480, 501, 1725], "trust": [1743, 1748], "try": [0, 121, 122, 324, 402, 440, 459, 474, 1690, 1701, 1714, 1716, 1718, 1720, 1729, 1730, 1735], "try_": 0, "try_change_col": [83, 84, 402], "try_change_col_row": [0, 83], "try_change_row": [83, 85, 402], "try_insert": [0, 83, 101, 104, 402, 1701], "try_insert2": [102, 103, 402, 1701], "try_insert_from_funct": 402, "try_insert_k": 83, "try_op": 402, "try_refil": 83, "try_remov": [83, 110, 113, 402, 1701], "try_remove2": [111, 112, 402, 1701], "try_remove_k": 83, "try_rol": 115, "try_xxx": [87, 109, 114, 115], "ts_observ": 0, "tsan": 0, "ttf": 0, "tu": 476, "tupl": [0, 9, 15, 16, 26, 369, 370, 377, 379, 382, 386, 387, 406, 440, 448, 462, 463, 466, 468, 478, 480, 501, 543, 549, 550, 584, 589, 622, 627, 660, 665, 698, 703, 736, 741, 855, 860, 932, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084, 1463, 1470, 1471, 1483, 1486, 1487, 1504, 1524, 1525, 1530, 1532, 1560, 1608, 1672, 1725, 1726], "tuple_s": 476, "tuple_tool": 476, "turn": [0, 4, 338, 340, 346, 348, 350, 1693, 1723, 1727, 1742, 1747], "tutori": [0, 5, 7, 9, 454, 469, 1689, 1708, 1710, 1711, 1714, 1716, 1718, 1720, 1721, 1723, 1727, 1730, 1735, 1736, 1739, 1744, 1749], "twenti": 430, "twice": [0, 395], "twister": [332, 458, 459], "two": [0, 18, 22, 121, 122, 127, 147, 238, 239, 250, 259, 260, 270, 271, 290, 291, 338, 339, 344, 345, 365, 380, 383, 385, 387, 397, 400, 401, 402, 403, 408, 409, 417, 432, 436, 440, 442, 444, 445, 452, 456, 459, 461, 462, 476, 550, 744, 745, 910, 1095, 1502, 1521, 1526, 1528, 1531, 1640, 1689, 1690, 1698, 1699, 1706, 1711, 1713, 1716, 1717, 1719, 1720, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1732, 1734, 1735, 1737, 1739, 1740, 1741, 1744, 1745, 1746, 1750], "two_band": [1731, 1736], "twoparticlerespons": 1749, "twopi0": 452, "twopitwopi": 452, "txt": [0, 1698, 1707], "type": [0, 8, 9, 10, 13, 15, 16, 26, 27, 30, 36, 37, 142, 145, 146, 151, 159, 163, 175, 187, 188, 191, 192, 193, 205, 206, 207, 210, 241, 244, 245, 246, 250, 255, 257, 259, 260, 262, 263, 264, 265, 270, 271, 273, 274, 275, 276, 299, 331, 334, 340, 343, 344, 345, 350, 369, 370, 371, 372, 373, 374, 376, 379, 381, 382, 385, 386, 395, 396, 397, 399, 400, 406, 407, 415, 416, 417, 420, 422, 424, 431, 432, 433, 434, 435, 436, 437, 440, 442, 443, 444, 445, 448, 449, 459, 460, 462, 463, 464, 465, 466, 472, 476, 478, 536, 540, 543, 556, 557, 559, 560, 567, 569, 573, 574, 575, 584, 585, 586, 587, 588, 589, 594, 595, 597, 598, 605, 607, 611, 612, 613, 622, 623, 624, 625, 626, 627, 632, 633, 635, 636, 643, 645, 649, 650, 651, 660, 661, 662, 663, 664, 665, 670, 671, 673, 674, 681, 683, 687, 688, 689, 698, 699, 700, 701, 702, 703, 708, 709, 711, 712, 719, 721, 725, 726, 727, 736, 737, 738, 739, 740, 741, 761, 773, 782, 822, 825, 827, 828, 830, 831, 838, 840, 844, 845, 846, 855, 856, 857, 858, 859, 860, 913, 1084, 1093, 1096, 1098, 1100, 1458, 1470, 1471, 1482, 1486, 1487, 1495, 1498, 1499, 1500, 1504, 1520, 1522, 1523, 1524, 1525, 1526, 1529, 1530, 1531, 1532, 1533, 1536, 1537, 1538, 1539, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1579, 1586, 1589, 1590, 1618, 1646, 1690, 1701, 1717, 1719, 1721, 1723, 1725, 1726, 1727, 1728, 1734, 1750], "typedef": [402, 1701], "typenam": [13, 14, 15, 16, 23, 24, 25, 26, 27, 29, 30, 36, 37, 44, 72, 79, 80, 81, 83, 88, 128, 132, 133, 136, 142, 144, 145, 146, 147, 148, 149, 150, 151, 159, 162, 174, 175, 183, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 213, 219, 225, 241, 244, 245, 246, 247, 250, 255, 256, 260, 268, 271, 295, 297, 298, 299, 316, 321, 323, 334, 338, 350, 369, 370, 371, 372, 373, 374, 376, 391, 399, 400, 402, 410, 412, 433, 434, 436, 437, 461, 463, 476, 579, 617, 655, 693, 731, 850, 872, 890], "typenamebg": [145, 146], "typenameg": [145, 146], "typic": [296, 317, 319, 320, 380, 383, 385, 387, 406, 414, 458, 1620, 1643], "typo": 0, "u": [0, 4, 6, 9, 350, 385, 386, 387, 388, 389, 391, 403, 404, 432, 442, 444, 449, 457, 460, 463, 464, 468, 936, 1096, 1521, 1522, 1526, 1528, 1531, 1537, 1538, 1547, 1548, 1549, 1689, 1698, 1700, 1704, 1709, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1737, 1741, 1743, 1746, 1748], "u1": 1736, "u10": 1736, "u11": 1736, "u12": 1736, "u2": [1735, 1736], "u3": [1713, 1715, 1716, 1717, 1719, 1720, 1736], "u4": [1735, 1736], "u5": [1719, 1720, 1736], "u6": [1735, 1736], "u7": 1736, "u8": 1736, "u9": 1736, "u_": [462, 464, 1521, 1522, 1537, 1538, 1547, 1548, 1549, 1729, 1743, 1748], "u_4index": [462, 1528], "u_c": [1731, 1736, 1741, 1743, 1746, 1748], "u_ch_vec": 1748, "u_dict": [1537, 1538], "u_eg": [462, 1526], "u_int": [462, 1520, 1521, 1522, 1527], "u_j_to_radial_integr": [462, 1522], "u_list": 1735, "u_list2": 1735, "u_matrix": [0, 462, 464, 1549], "u_matrix_kanamori": 462, "u_matrix_slat": [0, 462], "u_sp": 1748, "u_sp_vec": 1748, "u_t2g": [462, 1531], "u_vec": [1746, 1747], "uantum": 1689, "ubuntu": [0, 1691, 1694, 1695, 1706], "uc": [1743, 1747, 1748], "ucel": 452, "uch": [1742, 1743, 1747, 1748], "uch_root": [1742, 1743, 1747, 1748], "uch_vec": 1747, "ucrpa": 1748, "uijkl": [462, 1521], "uint32_t": 332, "uint64_t": 116, "ultim": [1713, 1717], "unari": 25, "unbound": 340, "unchang": [0, 420, 906, 1701, 1728, 1734], "unction": 392, "undefin": [0, 26, 183, 379, 382], "undefinedbehaviorsanit": 0, "under": [0, 3, 247, 404, 432, 444, 470, 1689, 1690, 1705, 1707], "underestim": 338, "underli": [0, 451, 936, 949, 1443, 1446, 1451, 1458, 1603, 1700, 1713, 1717, 1726], "underlin": [1, 2], "underscor": 0, "understand": [1699, 1713, 1717, 1730, 1735, 1736, 1740, 1745], "understood": 406, "undesir": 385, "unecessari": [388, 1716, 1720], "unflatten_2d": 131, "unflatten_gf_2d": 131, "unfortun": [1732, 1737], "unhandl": 1678, "unifi": 0, "uniform": [442, 474, 1100, 1723, 1727], "uniformli": [30, 458], "uniniti": 50, "uniqu": 1672, "unit": [0, 446, 447, 449, 451, 452, 936, 1433, 1436, 1446, 1448, 1450, 1462, 1463, 1467, 1469, 1474, 1482, 1483, 1484, 1485, 1490, 1502, 1503, 1712, 1726, 1732, 1737, 1739, 1743, 1744, 1748], "unitari": [0, 66, 67, 452, 498, 519], "uniti": [258, 269, 1726, 1742, 1747], "unittest": 0, "unix": [385, 1690], "unknown": 475, "unless": [0, 350, 395, 409, 459, 472], "unnecessari": 0, "unphys": [1741, 1743, 1746, 1748], "unrecogn": 0, "unrol": 1729, "unsign": [0, 363, 364, 388], "unstabl": [0, 7, 8, 1690, 1698, 1713, 1717, 1723, 1727, 1739, 1740, 1744, 1745], "unsur": 7, "until": [0, 296, 317, 319, 320, 342, 449, 457, 1618, 1677, 1678, 1728, 1729, 1734], "unus": 410, "up": [0, 115, 191, 192, 224, 228, 296, 317, 319, 320, 324, 338, 339, 340, 346, 365, 388, 389, 405, 440, 444, 449, 456, 464, 465, 466, 745, 760, 1074, 1515, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1646, 1689, 1690, 1695, 1699, 1709, 1712, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1725, 1727, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1748], "up_0": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1713, 1716, 1717, 1719, 1720], "up_eg1": [442, 1100], "up_eg1_1": [442, 1100], "up_eg1_2": [442, 1100], "up_eg2_1": [442, 1100], "up_eg2_2": [442, 1100], "up_int": [462, 1521], "uparrow": [459, 464, 1548, 1729, 1730, 1731, 1732, 1735, 1736, 1737, 1742, 1743, 1747, 1748], "updaat": 0, "updat": [0, 6, 8, 241, 306, 385, 387, 401, 402, 403, 453, 456, 457, 469, 1690, 1701, 1709, 1713, 1717, 1732, 1737], "update_arch": 0, "upgrad": [0, 1694, 1695], "upload": [1714, 1718], "upon": [13, 26, 1694, 1696], "upper": 1618, "uprim": [389, 462, 464, 1521, 1528, 1547, 1548], "upstream": 0, "url": 0, "us": [3, 5, 6, 7, 8, 9, 18, 50, 56, 60, 62, 73, 74, 76, 77, 82, 96, 98, 106, 114, 143, 145, 146, 151, 202, 207, 208, 215, 232, 241, 246, 248, 255, 258, 269, 296, 302, 317, 319, 320, 337, 338, 339, 340, 343, 346, 348, 350, 369, 370, 371, 372, 373, 374, 376, 379, 380, 382, 383, 385, 386, 387, 388, 391, 392, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 408, 412, 413, 414, 416, 417, 418, 420, 421, 422, 424, 430, 432, 433, 435, 436, 439, 440, 442, 443, 445, 448, 449, 450, 452, 457, 459, 460, 461, 462, 463, 464, 465, 469, 470, 471, 472, 474, 475, 476, 478, 480, 489, 495, 501, 510, 516, 550, 560, 566, 598, 604, 636, 642, 674, 680, 712, 718, 760, 831, 837, 872, 920, 974, 987, 1094, 1098, 1462, 1495, 1502, 1521, 1522, 1548, 1549, 1551, 1579, 1594, 1602, 1608, 1609, 1618, 1646, 1674, 1676, 1679, 1682, 1683, 1689, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1700, 1701, 1702, 1703, 1704, 1706, 1707, 1709, 1710, 1711, 1712, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748], "usabl": 0, "usag": [0, 6, 9, 38, 387, 408, 426, 452, 1694, 1713, 1717], "use_modul": [0, 1704], "use_norm_as_weight": [1730, 1735], "use_rot": 1717, "useless": 395, "usemap": [241, 242], "user": [0, 5, 6, 7, 96, 241, 338, 350, 387, 389, 396, 402, 412, 430, 444, 453, 461, 462, 472, 1500, 1522, 1689, 1690, 1691, 1692, 1694, 1698, 1710, 1721, 1728, 1729, 1734, 1735], "userguid": [0, 6], "usernam": 1692, "using_the_lib": 0, "usp": [1742, 1743, 1747, 1748], "usp_root": [1742, 1743, 1747, 1748], "usp_vec": 1747, "usr": [0, 475, 1690, 1692, 1697, 1706], "usual": [8, 397, 398, 399, 404, 440, 457, 459, 1691, 1713, 1717, 1721, 1730, 1735, 1740, 1745], "util": [0, 9, 377, 389, 432, 440, 456, 459, 461, 462, 463, 464, 465, 466, 474, 475, 476, 1690, 1709, 1713, 1715, 1716, 1717, 1719, 1720, 1732, 1737, 1745], "v": [0, 8, 9, 13, 136, 147, 194, 195, 208, 219, 220, 344, 345, 371, 372, 373, 374, 380, 391, 396, 398, 399, 403, 408, 412, 442, 445, 452, 469, 939, 1094, 1098, 1700, 1706, 1721, 1723, 1727, 1729, 1741, 1746], "v0": [442, 1094], "v1": [26, 445, 1723, 1727], "v2": [26, 445, 1723, 1727], "v5": 385, "v_": [399, 442, 1094, 1098, 1729], "v_1": [1723, 1727], "v_2": [1723, 1727], "v_opt": [442, 1094], "va": [1739, 1744], "vacuum": [68, 69, 499, 500, 520, 521], "val": [1654, 1668], "valenc": [1699, 1711], "valid": [0, 362, 400, 403, 413, 426, 461, 463, 465, 469, 476, 1552, 1553, 1554, 1701, 1743, 1748], "valu": [0, 9, 15, 63, 72, 75, 76, 77, 78, 79, 80, 95, 97, 128, 148, 206, 244, 259, 270, 316, 334, 338, 340, 352, 353, 369, 370, 379, 380, 382, 385, 386, 387, 389, 395, 396, 401, 402, 404, 406, 409, 410, 412, 413, 415, 416, 417, 418, 420, 421, 422, 424, 430, 431, 433, 434, 435, 436, 437, 438, 440, 442, 444, 445, 448, 452, 453, 461, 462, 463, 464, 465, 469, 529, 530, 536, 543, 554, 566, 588, 590, 592, 604, 626, 628, 630, 642, 664, 666, 668, 680, 702, 704, 706, 718, 740, 742, 823, 825, 837, 859, 861, 919, 920, 946, 958, 971, 984, 997, 1013, 1024, 1035, 1043, 1047, 1057, 1084, 1094, 1096, 1463, 1483, 1500, 1503, 1520, 1521, 1522, 1526, 1527, 1529, 1531, 1549, 1552, 1553, 1554, 1569, 1581, 1583, 1608, 1618, 1673, 1692, 1701, 1713, 1715, 1716, 1717, 1719, 1720, 1726, 1728, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "value_1": 395, "value_2": 395, "value_t": [0, 946, 958, 971, 984, 997, 1013, 1024, 1043, 1057], "value_typ": [84, 85, 101, 102, 103, 104, 105, 106, 110, 111, 112, 113, 123, 124, 125, 126, 127, 128, 129, 130, 259, 262, 263, 270, 273, 274, 402, 413, 426, 445], "vandermond": 0, "vanilla": 1709, "vanis": 445, "vanish": [0, 248, 253, 255, 268, 271, 1723, 1727, 1743, 1748], "var": 1745, "var_t": 420, "varepsilon": [449, 545], "varepsilon_": [1732, 1737], "vari": [1731, 1735, 1736, 1742, 1747], "variabl": [0, 352, 379, 388, 396, 397, 398, 403, 405, 406, 407, 410, 412, 413, 420, 423, 425, 431, 448, 459, 539, 559, 589, 597, 627, 635, 665, 673, 703, 711, 741, 830, 860, 1581, 1608, 1618, 1643, 1690, 1693, 1697, 1706, 1707, 1721, 1731, 1736], "variable_nam": [379, 382], "variable_t": 410, "varianc": 0, "variant": [0, 218, 221, 430, 461], "variant_extens": 0, "variant_int_str": 461, "varieti": [0, 430, 1690, 1736], "variou": [0, 3, 4, 385, 394, 407, 410, 425, 432, 440, 448, 452, 461, 470, 476, 543, 1689, 1690, 1699, 1705, 1727, 1749], "vasp": [0, 4, 462, 1526, 1529, 1531], "vbdmft": [1732, 1737], "vdot": 403, "ve": 1736, "vector": [0, 13, 26, 44, 50, 52, 54, 55, 63, 65, 66, 68, 79, 80, 86, 88, 95, 96, 97, 98, 114, 127, 130, 132, 135, 136, 145, 146, 195, 218, 219, 220, 221, 242, 255, 256, 257, 282, 321, 343, 344, 345, 355, 369, 370, 371, 372, 373, 374, 388, 391, 396, 398, 401, 402, 403, 412, 444, 445, 446, 451, 452, 456, 461, 465, 478, 480, 486, 497, 499, 501, 507, 518, 520, 562, 564, 600, 602, 638, 640, 676, 678, 714, 716, 833, 835, 881, 883, 936, 939, 947, 959, 1433, 1440, 1445, 1446, 1448, 1449, 1450, 1462, 1463, 1467, 1469, 1483, 1484, 1485, 1499, 1500, 1502, 1503, 1504, 1554, 1557, 1701, 1717, 1721, 1725, 1726, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1748], "vector_const_view": 939, "vector_typ": 402, "vehicl": 426, "venv": [0, 1695], "verbos": [0, 302, 416, 417, 456, 458, 459, 1087, 1090, 1608, 1618, 1743, 1748], "veri": [0, 4, 7, 121, 122, 400, 432, 457, 459, 467, 468, 470, 475, 1689, 1694, 1698, 1699, 1708, 1710, 1713, 1717, 1722, 1723, 1727, 1730, 1735], "verifi": [1723, 1727], "verison": 1695, "versa": [0, 461], "version": [3, 5, 8, 9, 137, 241, 337, 338, 389, 395, 412, 432, 440, 444, 453, 458, 461, 472, 1688, 1689, 1691, 1694, 1695, 1696, 1697, 1698, 1707, 1710, 1714, 1718, 1723, 1727, 1728, 1732, 1737, 1742, 1743, 1747, 1748], "versu": [1730, 1735], "vertex": [1741, 1742, 1746, 1747], "vertic": [0, 1742, 1747], "vertici": [1742, 1747], "vi": [1730, 1735], "via": [0, 6, 372, 373, 389, 432, 1690, 1691, 1693, 1695, 1698, 1704, 1713, 1714, 1716, 1717, 1718, 1720], "vice": [0, 461], "video": 1710, "view": [141, 162, 163, 171, 175, 183, 184, 209, 379, 405, 407, 408, 411, 414, 420, 423, 424, 426, 431, 438, 470, 567, 575, 589, 605, 613, 627, 643, 651, 665, 681, 689, 703, 719, 727, 741, 756, 779, 838, 846, 860, 1655, 1669, 1706, 1709, 1713, 1717, 1723, 1724, 1727], "view_or_type_t": 209, "view_typ": [141, 410, 413], "vilk": [1742, 1743, 1747, 1748], "vim": [0, 1698], "violat": [1742, 1747], "virtual": [1690, 1691, 1694], "virtualenv": 0, "visit": [306, 1689], "visual": [0, 1710, 1713, 1714, 1715, 1717, 1718, 1719, 1739, 1741, 1744, 1746], "vmax": 1737, "vmin": 1737, "void": [14, 29, 41, 42, 86, 87, 99, 100, 109, 114, 116, 117, 118, 119, 121, 122, 138, 139, 154, 155, 166, 167, 171, 178, 179, 183, 184, 187, 212, 213, 222, 223, 225, 226, 234, 235, 245, 250, 260, 266, 271, 277, 280, 286, 287, 292, 298, 299, 300, 301, 314, 315, 316, 318, 323, 325, 326, 330, 339, 353, 356, 357, 361, 379, 381, 382, 388, 391, 400, 402, 406, 410, 453, 456, 459, 474, 476], "vstack": 0, "w": [0, 387, 391, 398, 406, 409, 412, 420, 421, 440, 442, 451, 457, 470, 1059, 1100, 1102, 1446, 1698, 1700, 1702, 1703, 1713, 1714, 1716, 1717, 1718, 1719, 1720, 1721, 1724, 1726, 1739, 1744, 1745], "w2dynamics_interfac": 4, "w90": [1713, 1715, 1716, 1717, 1719, 1720], "w90_dict": [1713, 1715, 1716, 1717, 1719, 1720], "w90_do": [1713, 1717], "w90_path": [1713, 1715, 1716, 1717, 1719, 1720], "w90_seed": [1713, 1715, 1716, 1717, 1719, 1720], "w_max": [144, 245, 250, 260, 271, 868, 961, 974, 987, 1035, 1723, 1727, 1740, 1745], "w_mesh": [1713, 1716, 1717, 1719, 1720, 1723, 1724, 1727], "w_min": [1035, 1727, 1740, 1745], "wa": [0, 35, 87, 338, 348, 350, 416, 474, 476, 1724, 1729, 1736, 1739, 1744], "wagner": [1739, 1741, 1744, 1746], "wai": [0, 3, 386, 398, 402, 405, 406, 409, 426, 440, 443, 449, 459, 1692, 1694, 1702, 1721, 1722, 1723, 1724, 1727, 1728, 1730, 1734, 1735, 1739, 1743, 1744, 1748], "wait": [0, 1620, 1678, 1713, 1717, 1729, 1736], "walker": [1713, 1717], "wannier": [452, 1503], "wannier90": [0, 462, 1499, 1503, 1504, 1526, 1529, 1531, 1713, 1717], "wannier90cconvert": [1713, 1717], "wannier90convert": [1713, 1717], "want": [7, 408, 418, 422, 424, 432, 459, 468, 470, 472, 476, 1689, 1690, 1692, 1695, 1696, 1698, 1699, 1701, 1702, 1704, 1706, 1707, 1713, 1715, 1717, 1719, 1722, 1723, 1724, 1727, 1730, 1735], "warm": [1729, 1736], "warmup": [0, 295, 305, 312, 313, 317, 320, 457, 459, 1709, 1729, 1731, 1732, 1735, 1736, 1737], "warmup_and_accumul": [295, 453, 456, 459], "warn": [0, 9, 93, 95, 97, 105, 108, 118, 379, 399, 400, 402, 473, 1715, 1717, 1719, 1720, 1729, 1731, 1736, 1737, 1739, 1744, 1745, 1746, 1748], "warranti": 3, "wave": [1743, 1748], "wavelength": [1743, 1748], "we": [0, 3, 6, 7, 72, 73, 74, 75, 76, 77, 78, 121, 122, 244, 248, 253, 348, 369, 370, 385, 387, 388, 389, 396, 397, 398, 399, 400, 401, 403, 406, 408, 409, 410, 416, 418, 420, 422, 424, 425, 430, 432, 433, 440, 442, 447, 452, 453, 456, 457, 459, 464, 465, 466, 468, 469, 470, 472, 474, 476, 1099, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561, 1688, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1701, 1702, 1703, 1704, 1705, 1707, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "weak": [1739, 1740, 1744, 1745], "web": [388, 1689, 1690, 1699, 1706, 1714, 1718], "webapp": [1714, 1718], "weblink": 0, "websit": [7, 1690], "weh": 0, "weight": [319, 320, 324, 436, 919, 920, 1713, 1714, 1717, 1718, 1719, 1720, 1723, 1727, 1730, 1735], "weiss": [1713, 1717, 1719, 1720, 1728, 1732, 1734, 1737], "welcom": [5, 1694, 1699], "welford": 0, "well": [0, 268, 338, 352, 381, 385, 388, 396, 445, 452, 453, 457, 459, 461, 472, 1564, 1581, 1689, 1690, 1710, 1713, 1717, 1728, 1734, 1739, 1744], "went": [1713, 1717], "wentzel": [0, 3, 4], "were": [0, 4, 341, 1713, 1717, 1724, 1739, 1744], "werner": [1713, 1717], "wether": [457, 1723, 1727], "wf": [1713, 1717], "wget": [0, 1698], "what": [8, 183, 252, 385, 387, 432, 457, 459, 460, 469, 474, 1707, 1713, 1715, 1717, 1719, 1721, 1722, 1723, 1724, 1726, 1727, 1729, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "what_is_x": 1721, "whatev": [1715, 1719], "whatsoev": [379, 382], "when": [0, 6, 7, 8, 13, 26, 38, 208, 241, 296, 302, 317, 319, 320, 338, 340, 342, 346, 348, 379, 382, 387, 395, 399, 401, 402, 404, 408, 416, 417, 420, 422, 424, 426, 432, 440, 449, 458, 459, 474, 1502, 1537, 1538, 1539, 1624, 1672, 1673, 1675, 1678, 1692, 1698, 1704, 1713, 1716, 1717, 1720, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1734, 1735, 1740, 1741, 1743, 1745, 1746, 1748], "whenc": [1743, 1748], "whenev": 404, "where": [0, 5, 8, 13, 38, 126, 127, 338, 344, 345, 369, 370, 385, 395, 397, 402, 403, 404, 408, 415, 420, 421, 430, 432, 433, 434, 435, 436, 437, 439, 440, 442, 447, 449, 452, 462, 469, 474, 550, 559, 597, 635, 673, 711, 746, 761, 801, 814, 830, 936, 1094, 1098, 1503, 1522, 1608, 1672, 1688, 1694, 1698, 1699, 1704, 1707, 1712, 1713, 1717, 1723, 1726, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "wherebi": [1741, 1746], "whether": [302, 317, 459, 464, 466, 1500, 1549, 1561, 1620, 1673, 1676, 1677, 1678, 1682, 1698, 1713, 1717, 1743, 1748], "which": [0, 6, 36, 37, 94, 96, 119, 136, 241, 279, 321, 338, 339, 340, 343, 362, 369, 370, 376, 379, 381, 383, 386, 387, 388, 389, 395, 396, 400, 402, 406, 408, 412, 428, 430, 432, 440, 445, 450, 454, 456, 457, 458, 459, 461, 462, 463, 464, 465, 469, 470, 472, 476, 540, 550, 589, 627, 665, 703, 741, 760, 825, 860, 1522, 1546, 1547, 1548, 1549, 1552, 1553, 1554, 1602, 1618, 1620, 1690, 1695, 1696, 1697, 1698, 1700, 1710, 1713, 1715, 1716, 1717, 1719, 1720, 1723, 1724, 1726, 1727, 1728, 1729, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1742, 1743, 1744, 1745, 1747, 1748, 1750], "while": [380, 383, 388, 391, 397, 398, 404, 459, 469, 1500, 1689, 1694, 1701, 1713, 1717, 1723, 1725, 1727, 1729, 1732, 1735, 1737, 1739, 1740, 1744, 1745], "white": [3, 1744], "who": 0, "whole": [202, 396, 450, 1600, 1715, 1719], "whose": [147, 386, 395, 412, 1462, 1678, 1742, 1747], "why": [5, 115, 415, 440, 459, 1713, 1714, 1716, 1717, 1718, 1720, 1723, 1727, 1736, 1740, 1743, 1745, 1748], "wick": [1740, 1745], "wide": [385, 1691], "widehat": [1723, 1727], "width": [1579, 1722, 1723, 1727], "wien2k": [4, 462, 1526, 1529, 1531], "wiht": 406, "wiki": 470, "willing": 7, "wilson": 439, "win": [1713, 1717, 1743, 1748], "window": [0, 77, 389, 428, 436, 437, 439, 468, 469, 563, 565, 589, 601, 603, 627, 639, 641, 665, 677, 679, 703, 715, 717, 741, 834, 836, 860, 882, 884, 1035, 1047, 1713, 1716, 1717, 1719, 1720, 1723, 1724, 1727, 1734, 1735], "wip": 0, "wise": [340, 372, 373, 376], "wish": [470, 1697], "with_sigma": [1713, 1716, 1717, 1719, 1720], "with_valu": 1061, "within": [0, 51, 53, 215, 233, 281, 284, 285, 292, 338, 404, 446, 461, 1433, 1689, 1690, 1692, 1713, 1717, 1725, 1729, 1730, 1735], "without": [0, 3, 183, 188, 210, 376, 387, 402, 406, 416, 417, 432, 450, 470, 1596, 1598, 1605, 1643, 1698, 1713, 1717, 1720, 1724], "wkmesh": [1739, 1744], "wmax": [418, 422], "wmesh": [1739, 1742, 1743, 1744, 1747, 1748], "wmin": [418, 422], "wn_": [405, 416], "woff2": 0, "word": [0, 389, 404, 453, 1723, 1727, 1740, 1745, 1750], "work": [0, 3, 7, 8, 9, 41, 114, 151, 268, 383, 388, 398, 401, 433, 435, 439, 447, 470, 560, 598, 636, 674, 712, 801, 814, 831, 1690, 1692, 1694, 1695, 1698, 1700, 1713, 1717, 1722, 1723, 1727, 1730, 1731, 1735, 1736], "workaround": [0, 399], "workflow": [1713, 1717], "workload": [1713, 1717], "workspac": [6, 7], "world": [208, 373, 374, 388, 456, 459, 1719, 1721], "worri": [1723, 1727], "worsen": [1723, 1727], "would": [0, 4, 396, 402, 413, 440, 459, 461, 1678, 1690, 1695, 1723, 1725, 1727, 1735], "wout": [1499, 1504, 1714, 1718], "wrap": [0, 9, 379, 380, 382, 383, 867, 878, 1103, 1691, 1704, 1713, 1717], "wrap_gener": [378, 379, 382], "wrapper": [0, 382, 432, 461], "write": [0, 5, 9, 100, 139, 155, 167, 179, 223, 235, 287, 352, 357, 383, 385, 386, 387, 388, 396, 402, 403, 406, 410, 421, 428, 440, 442, 445, 453, 454, 456, 461, 1102, 1699, 1700, 1705, 1708, 1713, 1717, 1719, 1723, 1726, 1727, 1728, 1730, 1734, 1735, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "write_gf_to_txt": [0, 442], "writeabl": 0, "written": [0, 4, 27, 44, 68, 235, 287, 357, 381, 383, 385, 393, 400, 401, 405, 412, 413, 418, 442, 456, 464, 470, 1102, 1430, 1496, 1506, 1547, 1548, 1549, 1689, 1696, 1707, 1710, 1713, 1717, 1721, 1730, 1735, 1743, 1748], "wrong": [1714, 1718, 1735, 1743, 1748], "www": [0, 409], "x": [0, 13, 26, 29, 85, 88, 95, 101, 104, 124, 125, 126, 127, 128, 136, 151, 158, 163, 170, 171, 175, 182, 194, 263, 274, 334, 339, 340, 343, 350, 387, 388, 391, 395, 397, 398, 399, 400, 401, 402, 404, 407, 409, 411, 420, 425, 426, 431, 436, 442, 445, 446, 451, 453, 459, 461, 462, 465, 468, 469, 472, 476, 549, 550, 559, 589, 597, 627, 635, 665, 673, 703, 711, 741, 799, 818, 830, 860, 862, 863, 909, 910, 1068, 1070, 1084, 1086, 1088, 1092, 1094, 1097, 1098, 1101, 1435, 1452, 1464, 1473, 1489, 1499, 1526, 1529, 1531, 1554, 1557, 1608, 1612, 1618, 1630, 1637, 1638, 1645, 1647, 1650, 1651, 1653, 1659, 1661, 1664, 1665, 1667, 1690, 1696, 1698, 1701, 1713, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1726, 1727, 1732, 1735, 1737, 1739, 1740, 1741, 1743, 1744, 1745, 1746, 1747, 1748], "x0": [102, 103, 402, 420, 476, 1701], "x1": [102, 103, 397, 402, 421, 476, 1701], "x2": [397, 421, 476], "x3": 397, "x86": 1690, "x86_64": 475, "x_": [126, 127, 391, 395, 396, 397, 399, 472], "x_0": [1608, 1609], "x_1": 452, "x_arrai": [468, 549, 550, 1569], "x_data_view": 468, "x_i": [126, 127, 128, 401, 439, 472, 791], "x_init": 1618, "x_j": [126, 127], "x_max": [448, 539, 540, 1569], "x_min": [448, 539, 540, 1569], "x_name": [1608, 1618], "x_type": [85, 95, 96, 101, 102, 103, 104, 124, 125, 126, 127], "x_valu": [95, 96], "x_window": [433, 468, 469, 589, 627, 665, 703, 741, 860, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084], "xa": 1698, "xatol": [442, 1094], "xb": 1722, "xcode": 1694, "xcrun": 1694, "xdata": 469, "xi": [403, 421, 1743, 1748], "xiong": 0, "xlabel": [469, 1084, 1722, 1727, 1735, 1737, 1739, 1744, 1745, 1746, 1747, 1748], "xlim": [447, 1570, 1712, 1723, 1727, 1729, 1732, 1734, 1735, 1736, 1737, 1748], "xmax": [1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084], "xmin": [1076, 1077, 1078, 1079, 1080, 1081, 1082, 1084], "xpression": 392, "xr": 1722, "xtick": [1739, 1744, 1745, 1746], "xtol": [1608, 1743, 1747, 1748], "xx": [1713, 1717], "xxx": [0, 408, 414, 1716], "xxxx": 1716, "xy": [462, 1526, 1529, 1531, 1579], "xy_typ": 402, "xz": [462, 1526, 1529, 1531], "y": [26, 84, 88, 97, 101, 104, 123, 124, 126, 127, 128, 401, 402, 407, 420, 425, 426, 431, 459, 461, 462, 465, 468, 469, 472, 476, 549, 550, 559, 597, 635, 673, 711, 798, 830, 902, 1068, 1070, 1084, 1088, 1526, 1529, 1531, 1554, 1557, 1608, 1618, 1690, 1698, 1701, 1713, 1717, 1719, 1721, 1722, 1726, 1732, 1737, 1739, 1740, 1743, 1744, 1745, 1748], "y0": [102, 103, 402, 1701], "y1": [102, 103, 402, 421, 1701], "y2": [421, 1713, 1717], "y_": [126, 127, 391, 395, 396, 397, 399], "y_arrai": [468, 549, 550], "y_i": [128, 401], "y_j": 401, "y_name": [1608, 1618], "y_type": [84, 97, 98, 101, 102, 103, 104, 123, 124, 126, 127], "y_valu": [97, 98, 1618], "ydata": 469, "ydata1": 469, "ydata2": 469, "ye": [464, 465, 466, 1547, 1548, 1549, 1552, 1553, 1554, 1555, 1556, 1557, 1560, 1561], "yeh": 4, "yep": 1706, "yet": [1704, 1713, 1717], "yi": 421, "yield": [0, 13, 15, 26, 88, 442, 1095, 1723, 1727, 1728, 1729, 1734], "ylabel": [452, 469, 1084, 1722, 1727, 1734, 1735, 1737, 1739, 1744, 1745, 1746], "ylim": [433, 447, 1712, 1723, 1727, 1729, 1732, 1734, 1735, 1737, 1748], "you": [0, 3, 4, 6, 7, 8, 385, 397, 398, 404, 432, 440, 443, 454, 457, 458, 459, 470, 471, 1678, 1681, 1688, 1689, 1690, 1692, 1694, 1695, 1696, 1697, 1698, 1699, 1702, 1704, 1705, 1706, 1708, 1710, 1711, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1734, 1735, 1736, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750], "your": [0, 4, 6, 7, 454, 458, 470, 1688, 1689, 1690, 1691, 1692, 1694, 1695, 1696, 1697, 1699, 1704, 1706, 1707, 1710, 1713, 1714, 1716, 1717, 1718, 1720, 1721, 1722, 1729, 1730, 1731, 1735, 1736, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "your_usernam": 8, "yourself": 1710, "yr": 1722, "yr1": 1722, "yr2": 1722, "ystem": 1689, "ytick": [1739, 1744, 1745, 1746], "yz": [462, 1526, 1529, 1531], "z": [436, 439, 456, 459, 462, 465, 559, 597, 635, 673, 711, 801, 814, 830, 1068, 1526, 1529, 1531, 1554, 1557, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1726, 1729, 1730, 1735, 1743, 1748], "z_": [397, 465, 1554], "z_list": 1735, "z_list2": 1735, "zenodo": 4, "zero": [0, 207, 231, 242, 340, 345, 346, 348, 440, 442, 445, 449, 452, 461, 879, 1099, 1509, 1511, 1536, 1609, 1717, 1723, 1727, 1730, 1735, 1737, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748], "zeros_lik": [1743, 1747, 1748], "zeroth": [207, 430, 1743, 1748], "zgid": 4, "zingl": 0, "zip": [11, 15, 27, 476, 1713, 1717, 1739, 1744, 1745], "zip_with": 11, "zlib": 0, "zmax": 1068, "zmin": 1068, "zone": [0, 406, 447, 936, 1441, 1470, 1482, 1486, 1502, 1600, 1726, 1728, 1732, 1734, 1737, 1739, 1740, 1741, 1744, 1745, 1746], "zorder": [1713, 1717, 1739, 1744], "zprofil": [1690, 1692], "zshrc": 1694, "\u017eitko": 0, "\u03bc": [1717, 1719, 1720], "\u03c3": 1719, "\u03c9": [1717, 1719, 1720]}, "titles": ["Changelog", "<no title>", "<no title>", "About TRIQS", "Applications based on TRIQS", "Table of contents", "Contributing", "How to contribute to documentation?", "How to make a pull request?", "Documentation", "<no title>", "itertools", "itertools::chunk_range", "itertools::enumerate", "itertools::foreach", "itertools::product", "itertools::product_range", "itertools::range", "itertools::range::constructor", "itertools::range::first", "itertools::range::last", "itertools::range::size", "itertools::range::step", "itertools::slice", "itertools::stride", "itertools::transform", "itertools::zip", "itertools::zip_with", "mpi", "mpi::broadcast", "mpi::chunk", "mpi::communicator", "mpi::communicator::constructor", "mpi::environment", "mpi::environment::constructor", "mpi::is_initialized", "mpi::map_C_function", "mpi::map_add", "mpi::monitor", "mpi::monitor::constructor", "mpi::monitor::emergency_occured", "mpi::monitor::finalize_communications", "mpi::monitor::request_emergency_stop", "triqs::atom_diag", "triqs::atom_diag::act", "triqs::atom_diag::atom_diag", "triqs::atom_diag::atom_diag::c_connection", "triqs::atom_diag::atom_diag::c_matrix", "triqs::atom_diag::atom_diag::cdag_connection", "triqs::atom_diag::atom_diag::cdag_matrix", "triqs::atom_diag::atom_diag::constructor", "triqs::atom_diag::atom_diag::flatten_subspace_index", "triqs::atom_diag::atom_diag::get_eigensystems", "triqs::atom_diag::atom_diag::get_eigenvalue", "triqs::atom_diag::atom_diag::get_energies", "triqs::atom_diag::atom_diag::get_fock_states", "triqs::atom_diag::atom_diag::get_fops", "triqs::atom_diag::atom_diag::get_full_hilbert_space", "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim", "triqs::atom_diag::atom_diag::get_gs_energy", "triqs::atom_diag::atom_diag::get_h_atomic", "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial", "triqs::atom_diag::atom_diag::get_op_mat", "triqs::atom_diag::atom_diag::get_quantum_numbers", "triqs::atom_diag::atom_diag::get_subspace_dim", "triqs::atom_diag::atom_diag::get_subspace_dims", "triqs::atom_diag::atom_diag::get_unitary_matrices", "triqs::atom_diag::atom_diag::get_unitary_matrix", "triqs::atom_diag::atom_diag::get_vacuum_state", "triqs::atom_diag::atom_diag::get_vacuum_subspace_index", "triqs::atom_diag::atom_diag::index_range_of_subspace", "triqs::atom_diag::atom_diag::n_subspaces", "triqs::atom_diag::atomic_density_matrix", "triqs::atom_diag::atomic_g_iw", "triqs::atom_diag::atomic_g_l", "triqs::atom_diag::atomic_g_lehmann", "triqs::atom_diag::atomic_g_tau", "triqs::atom_diag::atomic_g_w", "triqs::atom_diag::partition_function", "triqs::atom_diag::quantum_number_eigenvalues", "triqs::atom_diag::quantum_number_eigenvalues_checked", "triqs::atom_diag::trace_rho_op", "triqs::det_manip", "triqs::det_manip::det_manip", "triqs::det_manip::det_manip::change_col", "triqs::det_manip::det_manip::change_row", "triqs::det_manip::det_manip::clear", "triqs::det_manip::det_manip::complete_operation", "triqs::det_manip::det_manip::constructor", "triqs::det_manip::det_manip::determinant", "triqs::det_manip::det_manip::get_function", "triqs::det_manip::det_manip::get_n_operations_before_check", "triqs::det_manip::det_manip::get_precision_error", "triqs::det_manip::det_manip::get_precision_warning", "triqs::det_manip::det_manip::get_singular_threshold", "triqs::det_manip::det_manip::get_x", "triqs::det_manip::det_manip::get_x_internal_order", "triqs::det_manip::det_manip::get_y", "triqs::det_manip::det_manip::get_y_internal_order", "triqs::det_manip::det_manip::h5_read", "triqs::det_manip::det_manip::h5_write", "triqs::det_manip::det_manip::insert", "triqs::det_manip::det_manip::insert2", "triqs::det_manip::det_manip::insert2_at_end", "triqs::det_manip::det_manip::insert_at_end", "triqs::det_manip::det_manip::inverse_matrix", "triqs::det_manip::det_manip::inverse_matrix_internal_order", "triqs::det_manip::det_manip::is_singular", "triqs::det_manip::det_manip::matrix", "triqs::det_manip::det_manip::reject_last_try", "triqs::det_manip::det_manip::remove", "triqs::det_manip::det_manip::remove2", "triqs::det_manip::det_manip::remove2_at_end", "triqs::det_manip::det_manip::remove_at_end", "triqs::det_manip::det_manip::reserve", "triqs::det_manip::det_manip::roll_matrix", "triqs::det_manip::det_manip::set_n_operations_before_check", "triqs::det_manip::det_manip::set_precision_error", "triqs::det_manip::det_manip::set_precision_warning", "triqs::det_manip::det_manip::set_singular_threshold", "triqs::det_manip::det_manip::size", "triqs::det_manip::det_manip::swap_col", "triqs::det_manip::det_manip::swap_row", "triqs::det_manip::det_manip::try_change_col", "triqs::det_manip::det_manip::try_change_col_row", "triqs::det_manip::det_manip::try_change_row", "triqs::det_manip::det_manip::try_insert", "triqs::det_manip::det_manip::try_insert_k", "triqs::det_manip::det_manip::try_refill", "triqs::det_manip::det_manip::try_remove", "triqs::det_manip::det_manip::try_remove_k", "triqs::gfs", "triqs::gfs::<deduction guide for block_gf>", "triqs::gfs::block_gf", "triqs::gfs::block_gf::block_names", "triqs::gfs::block_gf::block_sizes", "triqs::gfs::block_gf::constructor", "triqs::gfs::block_gf::data", "triqs::gfs::block_gf::h5_read", "triqs::gfs::block_gf::h5_write", "triqs::gfs::block_gf::hdf5_format", "triqs::gfs::block_gf::operator()", "triqs::gfs::block_gf::operator=", "triqs::gfs::density", "triqs::gfs::fit_gf_dlr", "triqs::gfs::fit_hermitian_tail", "triqs::gfs::fit_tail", "triqs::gfs::flatten_2d", "triqs::gfs::flatten_gf_2d", "triqs::gfs::get_mesh", "triqs::gfs::gf", "triqs::gfs::gf::constructor", "triqs::gfs::gf::data", "triqs::gfs::gf::data_shape", "triqs::gfs::gf::h5_read", "triqs::gfs::gf::h5_write", "triqs::gfs::gf::hdf5_format", "triqs::gfs::gf::mesh", "triqs::gfs::gf::operator<<", "triqs::gfs::gf::operator=", "triqs::gfs::gf::target_indices", "triqs::gfs::gf::target_shape", "triqs::gfs::gf_const_view", "triqs::gfs::gf_const_view::constructor", "triqs::gfs::gf_const_view::data", "triqs::gfs::gf_const_view::data_shape", "triqs::gfs::gf_const_view::h5_read", "triqs::gfs::gf_const_view::h5_write", "triqs::gfs::gf_const_view::hdf5_format", "triqs::gfs::gf_const_view::mesh", "triqs::gfs::gf_const_view::operator<<", "triqs::gfs::gf_const_view::rebind", "triqs::gfs::gf_const_view::target_indices", "triqs::gfs::gf_const_view::target_shape", "triqs::gfs::gf_view", "triqs::gfs::gf_view::constructor", "triqs::gfs::gf_view::data", "triqs::gfs::gf_view::data_shape", "triqs::gfs::gf_view::h5_read", "triqs::gfs::gf_view::h5_write", "triqs::gfs::gf_view::hdf5_format", "triqs::gfs::gf_view::mesh", "triqs::gfs::gf_view::operator<<", "triqs::gfs::gf_view::operator=", "triqs::gfs::gf_view::rebind", "triqs::gfs::gf_view::target_indices", "triqs::gfs::gf_view::target_shape", "triqs::gfs::h5_read_gf_struct", "triqs::gfs::imag", "triqs::gfs::impl_tag", "triqs::gfs::inverse", "triqs::gfs::is_gf_hermitian", "triqs::gfs::is_gf_real", "triqs::gfs::is_gf_real_in_tau", "triqs::gfs::make_block2_gf", "triqs::gfs::make_block_gf", "triqs::gfs::make_block_gf_view", "triqs::gfs::make_gf_dlr", "triqs::gfs::make_gf_dlr_imfreq", "triqs::gfs::make_gf_dlr_imtime", "triqs::gfs::make_gf_from_fourier", "triqs::gfs::make_gf_from_inverse_fourier", "triqs::gfs::make_gf_from_real_gf", "triqs::gfs::make_gf_imfreq", "triqs::gfs::make_gf_imtime", "triqs::gfs::make_hermitian", "triqs::gfs::make_real_in_tau", "triqs::gfs::make_zero_tail", "triqs::gfs::mpi_reduce", "triqs::gfs::positive_freq_view", "triqs::gfs::real", "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued", "triqs::gfs::unflatten_2d", "triqs::gfs::unflatten_gf_2d", "triqs::hilbert_space", "triqs::hilbert_space::fundamental_operator_set", "triqs::hilbert_space::fundamental_operator_set::begin", "triqs::hilbert_space::fundamental_operator_set::cbegin", "triqs::hilbert_space::fundamental_operator_set::cend", "triqs::hilbert_space::fundamental_operator_set::constructor", "triqs::hilbert_space::fundamental_operator_set::data", "triqs::hilbert_space::fundamental_operator_set::end", "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute", "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute", "triqs::hilbert_space::fundamental_operator_set::has_indices", "triqs::hilbert_space::fundamental_operator_set::insert", "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t", "triqs::hilbert_space::fundamental_operator_set::operator==", "triqs::hilbert_space::fundamental_operator_set::operator[]", "triqs::hilbert_space::fundamental_operator_set::size", "triqs::hilbert_space::hilbert_space", "triqs::hilbert_space::hilbert_space::constructor", "triqs::hilbert_space::hilbert_space::get_fock_state", "triqs::hilbert_space::hilbert_space::get_state_index", "triqs::hilbert_space::hilbert_space::h5_read", "triqs::hilbert_space::hilbert_space::h5_write", "triqs::hilbert_space::hilbert_space::has_state", "triqs::hilbert_space::hilbert_space::hdf5_format", "triqs::hilbert_space::hilbert_space::operator!=", "triqs::hilbert_space::hilbert_space::operator==", "triqs::hilbert_space::hilbert_space::size", "triqs::hilbert_space::imperative_operator", "triqs::hilbert_space::imperative_operator::constructor", "triqs::hilbert_space::imperative_operator::is_empty", "triqs::hilbert_space::imperative_operator::operator()", "triqs::hilbert_space::imperative_operator::update", "triqs::hilbert_space::make_zero_state", "triqs::hilbert_space::space_partition", "triqs::hilbert_space::space_partition::constructor", "triqs::hilbert_space::space_partition::find_mappings", "triqs::hilbert_space::space_partition::foreach", "triqs::hilbert_space::space_partition::get_matrix_elements", "triqs::hilbert_space::space_partition::lookup_basis_state", "triqs::hilbert_space::space_partition::merge_subspaces", "triqs::hilbert_space::space_partition::n_subspaces", "triqs::hilbert_space::state", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::amplitudes", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::constructor", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::dot_product", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::foreach", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::get_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator()", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator*=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator+=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::operator-=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::set_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,false>::size", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::constructor", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::dot_product", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::foreach", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::get_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator()", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator*=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator+=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::operator-=", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::set_hilbert", "triqs::hilbert_space::state<HilbertSpace,ScalarType,true>::size", "triqs::hilbert_space::sub_hilbert_space", "triqs::hilbert_space::sub_hilbert_space::add_fock_state", "triqs::hilbert_space::sub_hilbert_space::constructor", "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states", "triqs::hilbert_space::sub_hilbert_space::get_fock_state", "triqs::hilbert_space::sub_hilbert_space::get_index", "triqs::hilbert_space::sub_hilbert_space::get_state_index", "triqs::hilbert_space::sub_hilbert_space::h5_read", "triqs::hilbert_space::sub_hilbert_space::h5_write", "triqs::hilbert_space::sub_hilbert_space::has_state", "triqs::hilbert_space::sub_hilbert_space::hdf5_format", "triqs::hilbert_space::sub_hilbert_space::operator!=", "triqs::hilbert_space::sub_hilbert_space::operator==", "triqs::hilbert_space::sub_hilbert_space::set_index", "triqs::hilbert_space::sub_hilbert_space::size", "triqs::mc_tools", "triqs::mc_tools::mc_generic", "triqs::mc_tools::mc_generic::accumulate", "triqs::mc_tools::mc_generic::add_measure", "triqs::mc_tools::mc_generic::add_measure_aux", "triqs::mc_tools::mc_generic::add_move", "triqs::mc_tools::mc_generic::clear_measures", "triqs::mc_tools::mc_generic::collect_results", "triqs::mc_tools::mc_generic::constructor", "triqs::mc_tools::mc_generic::get_acceptance_rates", "triqs::mc_tools::mc_generic::get_accumulation_time", "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS", "triqs::mc_tools::mc_generic::get_config_id", "triqs::mc_tools::mc_generic::get_current_cycle_number", "triqs::mc_tools::mc_generic::get_duration", "triqs::mc_tools::mc_generic::get_percent", "triqs::mc_tools::mc_generic::get_rng", "triqs::mc_tools::mc_generic::get_total_time", "triqs::mc_tools::mc_generic::get_warmup_time", "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS", "triqs::mc_tools::mc_generic::h5_read", "triqs::mc_tools::mc_generic::h5_write", "triqs::mc_tools::mc_generic::rm_measure", "triqs::mc_tools::mc_generic::run", "triqs::mc_tools::mc_generic::set_after_cycle_duty", "triqs::mc_tools::mc_generic::warmup", "triqs::mc_tools::mc_generic::warmup_and_accumulate", "triqs::mc_tools::move_set", "triqs::mc_tools::move_set::accept", "triqs::mc_tools::move_set::add", "triqs::mc_tools::move_set::attempt", "triqs::mc_tools::move_set::clear_statistics", "triqs::mc_tools::move_set::collect_statistics", "triqs::mc_tools::move_set::constructor", "triqs::mc_tools::move_set::get_acceptance_rates", "triqs::mc_tools::move_set::get_statistics", "triqs::mc_tools::move_set::reject", "triqs::mc_tools::random_generator", "triqs::mc_tools::random_generator::constructor", "triqs::mc_tools::random_generator::name", "triqs::mc_tools::random_generator::operator()", "triqs::mc_tools::random_generator::preview", "triqs::mc_tools::random_generator_names", "triqs::stat", "triqs::stat::accumulator", "triqs::stat::accumulator::compress_linear_bins", "triqs::stat::accumulator::constructor", "triqs::stat::accumulator::data_input_count", "triqs::stat::accumulator::lin_bin_capacity", "triqs::stat::accumulator::linear_bins", "triqs::stat::accumulator::log_bin_errors", "triqs::stat::accumulator::log_bin_errors_all_reduce", "triqs::stat::accumulator::n_lin_bins", "triqs::stat::accumulator::n_lin_bins_max", "triqs::stat::accumulator::n_log_bins", "triqs::stat::accumulator::n_log_bins_max", "triqs::stat::accumulator::operator<<", "triqs::stat::cdf", "triqs::stat::histogram", "triqs::stat::histogram::clear", "triqs::stat::histogram::constructor", "triqs::stat::histogram::data", "triqs::stat::histogram::h5_read", "triqs::stat::histogram::h5_write", "triqs::stat::histogram::hdf5_format", "triqs::stat::histogram::limits", "triqs::stat::histogram::mesh_point", "triqs::stat::histogram::mpi_broadcast", "triqs::stat::histogram::mpi_reduce", "triqs::stat::histogram::n_data_pts", "triqs::stat::histogram::n_lost_pts", "triqs::stat::histogram::operator+", "triqs::stat::histogram::operator<<", "triqs::stat::histogram::operator==", "triqs::stat::histogram::size", "triqs::stat::jackknife", "triqs::stat::jackknife_mpi", "triqs::stat::mean", "triqs::stat::mean_and_err", "triqs::stat::mean_and_err_mpi", "triqs::stat::mean_mpi", "triqs::stat::pdf", "triqs::stat::tau_estimate_from_errors", "<no title>", "The cfunction class", "The class_ class", "Cpp2Py: a C++/Python interfacing tool", "Convertion vs wrapping", "The module_ class", "General Principle", "Python API of the desc file", "[triqs/h5] The HDF5 format", "Solution 1. The class provides the transformation into a dict of hdf-compliant objects", "Reference documentation/manual", "triqs/MPI", "[triqs/atom_diag] Lightweight exact diagonalization solver and tools", "Utility functions for atom_diag", "Automatic assignment of containers", "[triqs/clef] Clef: Compile-time lazy expressions and functions", "More complex examples", "A lazy sum", "Evaluating CLEF expressions", "Forming CLEF expressions", "Transform CLEF expressions into functions", "Motivation: a little tour of CLEF", "Overloading functions and methods for CLEF arguments", "Notations and documentation conventions", "Manipulations of determinants", "The det_manip class", "How does it work ?", "Basic notions", "Interaction with CLEF expressions", "Concepts", "C++ documentation", "Fourier transforms", "Fourier: implementation notes", "gf and views", "Assignment", "[block_gf<T>] Block Green functions", "Operator()", "Constructors", "Data access", "[gf<imfreq>] Green function on Matsubara frequencies", "[gf<imtime>] Matsubara imaginary time", "[gf<legendre>] Legendre representation", "Misc", "Partial evaluation", "[gf<prod<X,Y,\u2026>>] Multiple variables", "[gf<refreq>] Real frequencies", "Target reinterpretation", "[gf<retime>] Real time", "Specializations", "Operator []", "Implementation notes", "mesh::imfreq", "mesh::imtime", "High-Frequency moments of the Green\u2019s function", "Green\u2019s functions", "The blocks: matrix-valued Green\u2019s functions", "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies", "[GfImTime] Matsubara Green\u2019s function in imaginary time", "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials", "[GfReFreq] Retarded Green\u2019s function in real frequencies", "[GfReTime] Retarded Green\u2019s function in real time", "Python documentation", "Descriptors", "BlockGf: The complete Green\u2019s function", "High-Frequency moments of the Green\u2019s function", "Tools for GFs", "Fourier and Legendre to Matsubara transforms", "[triqs/hilbert_space] Many-body states and Hilbert spaces", "StateVector Concept", "Bravais Lattice", "[triqs/lattice] Lattice tools", "Density of state and related tools", "Hilbert Transform", "Sums over Brillouin zone", "Free Fermions with tight binding hopping", "The BravaisLattice and TightBinding classes: definitions and example", "Concepts", "Tools for Monte Carlo", "Full documentation/manual/triqs", "Example: the Ising chain in a magnetic field", "Introduction", "Random number generator", "Tutorial", "[triqs/operators] Second-quantization operators and many-body Hamiltonians", "Second-quantization operators", "U matrix construction", "Coefficient extraction", "Hamiltonians", "Observables", "Helper functions", "Plotting protocols", "Fitting data", "Plotting TRIQS objects", "Reproducibility, provenance", "Random number generators", "[triqs/stat] Statistical Analysis", "[triqs/utility] Utilities: exceptions, tuple-tools, etc.", "1. Exceptions", "3. Python include warnings", "2. Tuple tools", "triqs.atom_diag", "triqs.atom_diag.AtomDiag", "triqs.atom_diag.atom_diag", "triqs.atom_diag.atom_diag.AtomDiagComplex", "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__", "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection", "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix", "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection", "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix", "triqs.atom_diag.atom_diag.AtomDiagComplex.energies", "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index", "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states", "triqs.atom_diag.atom_diag.AtomDiagComplex.fops", "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim", "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue", "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim", "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims", "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy", "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic", "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces", "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers", "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices", "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state", "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index", "triqs.atom_diag.atom_diag.AtomDiagReal", "triqs.atom_diag.atom_diag.AtomDiagReal.__init__", "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection", "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix", "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection", "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix", "triqs.atom_diag.atom_diag.AtomDiagReal.energies", "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index", "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states", "triqs.atom_diag.atom_diag.AtomDiagReal.fops", "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim", "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue", "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim", "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims", "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy", "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic", "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces", "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers", "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices", "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state", "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index", "triqs.atom_diag.atom_diag.act", "triqs.atom_diag.atom_diag.atomic_density_matrix", "triqs.atom_diag.atom_diag.atomic_g_iw", "triqs.atom_diag.atom_diag.atomic_g_l", "triqs.atom_diag.atom_diag.atomic_g_tau", "triqs.atom_diag.atom_diag.atomic_g_w", "triqs.atom_diag.atom_diag.partition_function", "triqs.atom_diag.atom_diag.quantum_number_eigenvalues", "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked", "triqs.atom_diag.atom_diag.trace_rho_op", "triqs.atom_diag.atom_diag_desc", "triqs.dos", "triqs.dos.dos", "triqs.dos.dos.DOS", "triqs.dos.dos.DOS.__init__", "triqs.dos.dos.DOS.copy", "triqs.dos.dos.DOS.density", "triqs.dos.dos.DOSFromFunction", "triqs.dos.dos.DOSFromFunction.__init__", "triqs.dos.dos.DOSFromFunction.copy", "triqs.dos.dos.DOSFromFunction.density", "triqs.dos.dos.dos_from_file", "triqs.dos.hilbert_transform", "triqs.dos.hilbert_transform.HilbertTransform", "triqs.dos.hilbert_transform.HilbertTransform.__init__", "triqs.fit", "triqs.fit.fit", "triqs.fit.fit.Fit", "triqs.fit.fit.Fit.__init__", "triqs.gf", "triqs.gf.backwd_compat", "triqs.gf.backwd_compat.gf_imfreq", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view", "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero", "triqs.gf.backwd_compat.gf_imtime", "triqs.gf.backwd_compat.gf_imtime.GfImTime", "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__", "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate", "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy", "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from", "triqs.gf.backwd_compat.gf_imtime.GfImTime.data", "triqs.gf.backwd_compat.gf_imtime.GfImTime.density", "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail", "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window", "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R", "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag", "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices", "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse", "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert", "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian", "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh", "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank", "triqs.gf.backwd_compat.gf_imtime.GfImTime.real", "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau", "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail", "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre", "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade", "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices", "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank", "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape", "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density", "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose", "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view", "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero", "triqs.gf.backwd_compat.gf_legendre", "triqs.gf.backwd_compat.gf_legendre.GfLegendre", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view", "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero", "triqs.gf.backwd_compat.gf_refreq", "triqs.gf.backwd_compat.gf_refreq.GfReFreq", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view", "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero", "triqs.gf.backwd_compat.gf_retime", "triqs.gf.backwd_compat.gf_retime.GfReTime", "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__", "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate", "triqs.gf.backwd_compat.gf_retime.GfReTime.copy", "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from", "triqs.gf.backwd_compat.gf_retime.GfReTime.data", "triqs.gf.backwd_compat.gf_retime.GfReTime.density", "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail", "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window", "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R", "triqs.gf.backwd_compat.gf_retime.GfReTime.imag", "triqs.gf.backwd_compat.gf_retime.GfReTime.indices", "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse", "triqs.gf.backwd_compat.gf_retime.GfReTime.invert", "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian", "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau", "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh", "triqs.gf.backwd_compat.gf_retime.GfReTime.rank", "triqs.gf.backwd_compat.gf_retime.GfReTime.real", "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau", "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail", "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre", "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade", "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices", "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank", "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape", "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density", "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose", "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view", "triqs.gf.backwd_compat.gf_retime.GfReTime.zero", "triqs.gf.block2_gf", "triqs.gf.block2_gf.Block2Gf", "triqs.gf.block2_gf.Block2Gf.__init__", "triqs.gf.block2_gf.Block2Gf.all_indices", "triqs.gf.block2_gf.Block2Gf.copy", "triqs.gf.block2_gf.Block2Gf.copy_from", "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks", "triqs.gf.block2_gf.Block2Gf.imag", "triqs.gf.block2_gf.Block2Gf.indices", "triqs.gf.block2_gf.Block2Gf.indices1", "triqs.gf.block2_gf.Block2Gf.indices2", "triqs.gf.block2_gf.Block2Gf.n_blocks", "triqs.gf.block2_gf.Block2Gf.real", "triqs.gf.block2_gf.Block2Gf.view_selected_blocks", "triqs.gf.block2_gf.Block2Gf.zero", "triqs.gf.block_gf", "triqs.gf.block_gf.BlockGf", "triqs.gf.block_gf.BlockGf.__init__", "triqs.gf.block_gf.BlockGf.all_indices", "triqs.gf.block_gf.BlockGf.beta", "triqs.gf.block_gf.BlockGf.conjugate", "triqs.gf.block_gf.BlockGf.copy", "triqs.gf.block_gf.BlockGf.copy_from", "triqs.gf.block_gf.BlockGf.copy_selected_blocks", "triqs.gf.block_gf.BlockGf.density", "triqs.gf.block_gf.BlockGf.imag", "triqs.gf.block_gf.BlockGf.indices", "triqs.gf.block_gf.BlockGf.inverse", "triqs.gf.block_gf.BlockGf.invert", "triqs.gf.block_gf.BlockGf.load", "triqs.gf.block_gf.BlockGf.mesh", "triqs.gf.block_gf.BlockGf.n_blocks", "triqs.gf.block_gf.BlockGf.real", "triqs.gf.block_gf.BlockGf.save", "triqs.gf.block_gf.BlockGf.total_density", "triqs.gf.block_gf.BlockGf.transpose", "triqs.gf.block_gf.BlockGf.view_selected_blocks", "triqs.gf.block_gf.BlockGf.zero", "triqs.gf.block_gf.call_factory_from_dict", "triqs.gf.block_gf.fix_gf_struct_type", "triqs.gf.descriptor_base", "triqs.gf.descriptor_base.Base", "triqs.gf.descriptor_base.Base.__init__", "triqs.gf.descriptor_base.BaseBlock", "triqs.gf.descriptor_base.BaseBlock.__init__", "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor", "triqs.gf.descriptor_base.Const", "triqs.gf.descriptor_base.Const.__init__", "triqs.gf.descriptor_base.Function", "triqs.gf.descriptor_base.Function.__init__", "triqs.gf.descriptor_base.LazyCTX", "triqs.gf.descriptor_base.LazyCTX.__init__", "triqs.gf.descriptor_base.Omega_", "triqs.gf.descriptor_base.Omega_.__init__", "triqs.gf.descriptor_base.convert_scalar_to_const", "triqs.gf.descriptor_base.is_lazy", "triqs.gf.descriptor_base.is_scalar", "triqs.gf.descriptors", "triqs.gf.descriptors.Flat", "triqs.gf.descriptors.Flat.__init__", "triqs.gf.descriptors.Fourier", "triqs.gf.descriptors.Fourier.__init__", "triqs.gf.descriptors.Fourier.is_block_descriptor", "triqs.gf.descriptors.LegendreToMatsubara", "triqs.gf.descriptors.LegendreToMatsubara.__init__", "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor", "triqs.gf.descriptors.MatsubaraToLegendre", "triqs.gf.descriptors.MatsubaraToLegendre.__init__", "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor", "triqs.gf.descriptors.OneFermionInTime", "triqs.gf.descriptors.OneFermionInTime.__init__", "triqs.gf.descriptors.SemiCircular", "triqs.gf.descriptors.SemiCircular.__init__", "triqs.gf.descriptors.Wilson", "triqs.gf.descriptors.Wilson.__init__", "triqs.gf.descriptors.semi", "triqs.gf.gf", "triqs.gf.gf.AddMethod", "triqs.gf.gf.AddMethod.__init__", "triqs.gf.gf.AddMethod.mro", "triqs.gf.gf.CallProxyNone", "triqs.gf.gf.CallProxyNone.__init__", "triqs.gf.gf.Gf", "triqs.gf.gf.Gf.__init__", "triqs.gf.gf.Gf.conjugate", "triqs.gf.gf.Gf.copy", "triqs.gf.gf.Gf.copy_from", "triqs.gf.gf.Gf.data", "triqs.gf.gf.Gf.density", "triqs.gf.gf.Gf.enforce_discontinuity", "triqs.gf.gf.Gf.fit_hermitian_tail", "triqs.gf.gf.Gf.fit_hermitian_tail_on_window", "triqs.gf.gf.Gf.fit_tail", "triqs.gf.gf.Gf.fit_tail_on_window", "triqs.gf.gf.Gf.from_L_G_R", "triqs.gf.gf.Gf.imag", "triqs.gf.gf.Gf.indices", "triqs.gf.gf.Gf.inverse", "triqs.gf.gf.Gf.invert", "triqs.gf.gf.Gf.is_gf_hermitian", "triqs.gf.gf.Gf.is_gf_real_in_tau", "triqs.gf.gf.Gf.mesh", "triqs.gf.gf.Gf.rank", "triqs.gf.gf.Gf.real", "triqs.gf.gf.Gf.rebinning_tau", "triqs.gf.gf.Gf.replace_by_tail", "triqs.gf.gf.Gf.replace_by_tail_in_fit_window", "triqs.gf.gf.Gf.set_from_fourier", "triqs.gf.gf.Gf.set_from_imfreq", "triqs.gf.gf.Gf.set_from_imtime", "triqs.gf.gf.Gf.set_from_legendre", "triqs.gf.gf.Gf.set_from_pade", "triqs.gf.gf.Gf.target_indices", "triqs.gf.gf.Gf.target_rank", "triqs.gf.gf.Gf.target_shape", "triqs.gf.gf.Gf.total_density", "triqs.gf.gf.Gf.transpose", "triqs.gf.gf.Gf.x_data_view", "triqs.gf.gf.Gf.zero", "triqs.gf.gf.Idx", "triqs.gf.gf.Idx.__init__", "triqs.gf.gf.add_method_helper", "triqs.gf.gf.bckwd", "triqs.gf.gf.call_factory_from_dict", "triqs.gf.gf_factories", "triqs.gf.gf_factories.fit_gf_dlr", "triqs.gf.gf_factories.make_gf_dlr", "triqs.gf.gf_factories.make_gf_dlr_imfreq", "triqs.gf.gf_factories.make_gf_dlr_imtime", "triqs.gf.gf_factories.make_gf_from_fourier", "triqs.gf.gf_factories.make_gf_imfreq", "triqs.gf.gf_factories.make_gf_imtime", "triqs.gf.gf_factories.make_hermitian", "triqs.gf.gf_factories.make_real_in_tau", "triqs.gf.gf_factories_desc", "triqs.gf.gf_fnt", "triqs.gf.gf_fnt.density", "triqs.gf.gf_fnt.enforce_discontinuity", "triqs.gf.gf_fnt.fit_hermitian_tail", "triqs.gf.gf_fnt.fit_hermitian_tail_on_window", "triqs.gf.gf_fnt.fit_tail", "triqs.gf.gf_fnt.fit_tail_on_window", "triqs.gf.gf_fnt.is_gf_hermitian", "triqs.gf.gf_fnt.is_gf_real_in_tau", "triqs.gf.gf_fnt.rebinning_tau", "triqs.gf.gf_fnt.replace_by_tail", "triqs.gf.gf_fnt.replace_by_tail_in_fit_window", "triqs.gf.gf_fnt.set_from_fourier", "triqs.gf.gf_fnt.set_from_imfreq", "triqs.gf.gf_fnt.set_from_imtime", "triqs.gf.gf_fnt.set_from_legendre", "triqs.gf.gf_fnt.set_from_pade", "triqs.gf.gf_fnt_desc", "triqs.gf.lazy_expressions", "triqs.gf.lazy_expressions.LazyExpr", "triqs.gf.lazy_expressions.LazyExpr.__init__", "triqs.gf.lazy_expressions.LazyExpr.copy", "triqs.gf.lazy_expressions.LazyExpr.get_terminal", "triqs.gf.lazy_expressions.LazyExpr.is_terminal", "triqs.gf.lazy_expressions.LazyExpr.set_from", "triqs.gf.lazy_expressions.LazyExprTerminal", "triqs.gf.lazy_expressions.LazyExprTerminal.__init__", "triqs.gf.lazy_expressions.all_terminals", "triqs.gf.lazy_expressions.eval_expr", "triqs.gf.lazy_expressions.eval_expr_with_context", "triqs.gf.lazy_expressions.lazy_function", "triqs.gf.lazy_expressions.make_lazy", "triqs.gf.lazy_expressions.transform", "triqs.gf.map_block", "triqs.gf.matsubara_freq", "triqs.gf.matsubara_freq.MatsubaraFreq", "triqs.gf.matsubara_freq.MatsubaraFreq.__init__", "triqs.gf.matsubara_freq.MatsubaraFreq.imag", "triqs.gf.matsubara_freq.MatsubaraFreq.real", "triqs.gf.matsubara_freq.MatsubaraFreq.value", "triqs.gf.mesh_point", "triqs.gf.mesh_point.MeshPoint", "triqs.gf.mesh_point.MeshPoint.__init__", "triqs.gf.mesh_point.MeshPoint.imag", "triqs.gf.mesh_point.MeshPoint.real", "triqs.gf.mesh_point.MeshValueGenerator", "triqs.gf.mesh_point.MeshValueGenerator.__init__", "triqs.gf.mesh_product", "triqs.gf.mesh_product.MeshProduct", "triqs.gf.mesh_product.MeshProduct.__init__", "triqs.gf.mesh_product.MeshProduct.components", "triqs.gf.mesh_product.MeshProduct.copy", "triqs.gf.mesh_product.MeshProduct.copy_from", "triqs.gf.mesh_product.MeshProduct.rank", "triqs.gf.mesh_product.MeshProduct.size_of_components", "triqs.gf.mesh_product.MeshProduct.to_data_index", "triqs.gf.mesh_product.call_factory_from_dict", "triqs.gf.meshes", "triqs.gf.meshes.MeshBrZone", "triqs.gf.meshes.MeshBrZone.__init__", "triqs.gf.meshes.MeshBrZone.bz", "triqs.gf.meshes.MeshBrZone.closest_index", "triqs.gf.meshes.MeshBrZone.copy", "triqs.gf.meshes.MeshBrZone.copy_from", "triqs.gf.meshes.MeshBrZone.dims", "triqs.gf.meshes.MeshBrZone.mesh_hash", "triqs.gf.meshes.MeshBrZone.to_data_index", "triqs.gf.meshes.MeshBrZone.to_index", "triqs.gf.meshes.MeshBrZone.to_value", "triqs.gf.meshes.MeshBrZone.units", "triqs.gf.meshes.MeshBrZone.values", "triqs.gf.meshes.MeshCycLat", "triqs.gf.meshes.MeshCycLat.__init__", "triqs.gf.meshes.MeshCycLat.copy", "triqs.gf.meshes.MeshCycLat.copy_from", "triqs.gf.meshes.MeshCycLat.dims", "triqs.gf.meshes.MeshCycLat.lattice", "triqs.gf.meshes.MeshCycLat.mesh_hash", "triqs.gf.meshes.MeshCycLat.to_data_index", "triqs.gf.meshes.MeshCycLat.to_index", "triqs.gf.meshes.MeshCycLat.to_value", "triqs.gf.meshes.MeshCycLat.units", "triqs.gf.meshes.MeshCycLat.values", "triqs.gf.meshes.MeshDLR", "triqs.gf.meshes.MeshDLR.__init__", "triqs.gf.meshes.MeshDLR.beta", "triqs.gf.meshes.MeshDLR.copy", "triqs.gf.meshes.MeshDLR.copy_from", "triqs.gf.meshes.MeshDLR.eps", "triqs.gf.meshes.MeshDLR.mesh_hash", "triqs.gf.meshes.MeshDLR.statistic", "triqs.gf.meshes.MeshDLR.to_data_index", "triqs.gf.meshes.MeshDLR.to_index", "triqs.gf.meshes.MeshDLR.to_value", "triqs.gf.meshes.MeshDLR.values", "triqs.gf.meshes.MeshDLR.w_max", "triqs.gf.meshes.MeshDLRImFreq", "triqs.gf.meshes.MeshDLRImFreq.__init__", "triqs.gf.meshes.MeshDLRImFreq.beta", "triqs.gf.meshes.MeshDLRImFreq.copy", "triqs.gf.meshes.MeshDLRImFreq.copy_from", "triqs.gf.meshes.MeshDLRImFreq.eps", "triqs.gf.meshes.MeshDLRImFreq.mesh_hash", "triqs.gf.meshes.MeshDLRImFreq.statistic", "triqs.gf.meshes.MeshDLRImFreq.to_data_index", "triqs.gf.meshes.MeshDLRImFreq.to_index", "triqs.gf.meshes.MeshDLRImFreq.to_value", "triqs.gf.meshes.MeshDLRImFreq.values", "triqs.gf.meshes.MeshDLRImFreq.w_max", "triqs.gf.meshes.MeshDLRImTime", "triqs.gf.meshes.MeshDLRImTime.__init__", "triqs.gf.meshes.MeshDLRImTime.beta", "triqs.gf.meshes.MeshDLRImTime.copy", "triqs.gf.meshes.MeshDLRImTime.copy_from", "triqs.gf.meshes.MeshDLRImTime.eps", "triqs.gf.meshes.MeshDLRImTime.mesh_hash", "triqs.gf.meshes.MeshDLRImTime.statistic", "triqs.gf.meshes.MeshDLRImTime.to_data_index", "triqs.gf.meshes.MeshDLRImTime.to_index", "triqs.gf.meshes.MeshDLRImTime.to_value", "triqs.gf.meshes.MeshDLRImTime.values", "triqs.gf.meshes.MeshDLRImTime.w_max", "triqs.gf.meshes.MeshImFreq", "triqs.gf.meshes.MeshImFreq.__init__", "triqs.gf.meshes.MeshImFreq.beta", "triqs.gf.meshes.MeshImFreq.copy", "triqs.gf.meshes.MeshImFreq.copy_from", "triqs.gf.meshes.MeshImFreq.first_index", "triqs.gf.meshes.MeshImFreq.last_index", "triqs.gf.meshes.MeshImFreq.mesh_hash", "triqs.gf.meshes.MeshImFreq.positive_only", "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters", "triqs.gf.meshes.MeshImFreq.statistic", "triqs.gf.meshes.MeshImFreq.to_data_index", "triqs.gf.meshes.MeshImFreq.to_index", "triqs.gf.meshes.MeshImFreq.to_value", "triqs.gf.meshes.MeshImFreq.values", "triqs.gf.meshes.MeshImTime", "triqs.gf.meshes.MeshImTime.__init__", "triqs.gf.meshes.MeshImTime.beta", "triqs.gf.meshes.MeshImTime.copy", "triqs.gf.meshes.MeshImTime.copy_from", "triqs.gf.meshes.MeshImTime.mesh_hash", "triqs.gf.meshes.MeshImTime.statistic", "triqs.gf.meshes.MeshImTime.to_data_index", "triqs.gf.meshes.MeshImTime.to_index", "triqs.gf.meshes.MeshImTime.to_value", "triqs.gf.meshes.MeshImTime.values", "triqs.gf.meshes.MeshLegendre", "triqs.gf.meshes.MeshLegendre.__init__", "triqs.gf.meshes.MeshLegendre.beta", "triqs.gf.meshes.MeshLegendre.copy", "triqs.gf.meshes.MeshLegendre.copy_from", "triqs.gf.meshes.MeshLegendre.mesh_hash", "triqs.gf.meshes.MeshLegendre.statistic", "triqs.gf.meshes.MeshLegendre.to_data_index", "triqs.gf.meshes.MeshLegendre.to_index", "triqs.gf.meshes.MeshReFreq", "triqs.gf.meshes.MeshReFreq.__init__", "triqs.gf.meshes.MeshReFreq.copy", "triqs.gf.meshes.MeshReFreq.copy_from", "triqs.gf.meshes.MeshReFreq.delta", "triqs.gf.meshes.MeshReFreq.mesh_hash", "triqs.gf.meshes.MeshReFreq.to_data_index", "triqs.gf.meshes.MeshReFreq.to_index", "triqs.gf.meshes.MeshReFreq.to_value", "triqs.gf.meshes.MeshReFreq.values", "triqs.gf.meshes.MeshReFreq.w_max", "triqs.gf.meshes.MeshReFreq.w_min", "triqs.gf.meshes.MeshReTime", "triqs.gf.meshes.MeshReTime.__init__", "triqs.gf.meshes.MeshReTime.copy", "triqs.gf.meshes.MeshReTime.copy_from", "triqs.gf.meshes.MeshReTime.delta", "triqs.gf.meshes.MeshReTime.mesh_hash", "triqs.gf.meshes.MeshReTime.t_max", "triqs.gf.meshes.MeshReTime.t_min", "triqs.gf.meshes.MeshReTime.to_data_index", "triqs.gf.meshes.MeshReTime.to_index", "triqs.gf.meshes.MeshReTime.to_value", "triqs.gf.meshes.MeshReTime.values", "triqs.gf.meshes.make_adjoint_mesh", "triqs.gf.meshes_desc", "triqs.gf.meshes_desc.make_mesh", "triqs.gf.plot", "triqs.gf.plot.bz", "triqs.gf.plot.bz.dist", "triqs.gf.plot.bz.generate_points", "triqs.gf.plot.bz.generate_points_on_path", "triqs.gf.plot.bz.length", "triqs.gf.plot.bz.make_plottable", "triqs.gf.plot.bz.plot", "triqs.gf.plot.bz.slice_on_path", "triqs.gf.plot.bz_x_x", "triqs.gf.plot.bz_x_x.plot", "triqs.gf.plot.bz_x_x.plottable_slice_along_path", "triqs.gf.plot.dispatcher", "triqs.gf.plot.one_var", "triqs.gf.plot.one_var.dlr_imfreq", "triqs.gf.plot.one_var.dlr_imtime", "triqs.gf.plot.one_var.imfreq", "triqs.gf.plot.one_var.imtime", "triqs.gf.plot.one_var.legendre", "triqs.gf.plot.one_var.refreq", "triqs.gf.plot.one_var.retime", "triqs.gf.plot.plot_base", "triqs.gf.plot.plot_base.plot_base", "triqs.gf.plot.select_indices", "triqs.gf.plot.select_indices.closest_point_in_line", "triqs.gf.plot.select_indices.closest_to", "triqs.gf.plot.select_indices.dist", "triqs.gf.plot.select_indices.pick_selection_vec", "triqs.gf.plot.select_indices.select_path_indices", "triqs.gf.tools", "triqs.gf.tools.conjugate", "triqs.gf.tools.delta", "triqs.gf.tools.discretize_bath", "triqs.gf.tools.dyson", "triqs.gf.tools.fit_legendre", "triqs.gf.tools.inverse", "triqs.gf.tools.make_delta", "triqs.gf.tools.make_zero_tail", "triqs.gf.tools.read_gf_from_txt", "triqs.gf.tools.transpose", "triqs.gf.tools.write_gf_to_txt", "triqs.gf.wrapped_aux", "triqs.gf.wrapped_aux.CallProxyBrZone_0", "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_1", "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_2", "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_3", "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_4", "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_0", "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_1", "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_2", "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_3", "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_4", "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_0", "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_1", "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_2", "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_3", "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_4", "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_0", "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_1", "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_2", "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_3", "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_4", "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_0", "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_0_R", "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_1", "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_1_R", "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_2", "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_2_R", "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_3", "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_3_R", "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_4", "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_4_R", "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R", "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_0", "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_1", "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_2", "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_3", "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_4", "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_0", "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_1", "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_2", "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_3", "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_4", "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__", "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR", "triqs.gf.wrapped_aux_desc", "triqs.gf.wrapped_aux_desc.all_calls", "triqs.lattice", "triqs.lattice.bz_patch", "triqs.lattice.bz_patch.BZPatch", "triqs.lattice.bz_patch.BZPatch.__init__", "triqs.lattice.bz_patch.BZPatch.dos", "triqs.lattice.lattice_tools", "triqs.lattice.lattice_tools.BravaisLattice", "triqs.lattice.lattice_tools.BravaisLattice.__init__", "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates", "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals", "triqs.lattice.lattice_tools.BravaisLattice.ndim", "triqs.lattice.lattice_tools.BravaisLattice.orbital_names", "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions", "triqs.lattice.lattice_tools.BravaisLattice.units", "triqs.lattice.lattice_tools.BrillouinZone", "triqs.lattice.lattice_tools.BrillouinZone.__init__", "triqs.lattice.lattice_tools.BrillouinZone.lattice", "triqs.lattice.lattice_tools.BrillouinZone.ndim", "triqs.lattice.lattice_tools.BrillouinZone.units", "triqs.lattice.lattice_tools.TightBinding", "triqs.lattice.lattice_tools.TightBinding.__init__", "triqs.lattice.lattice_tools.TightBinding.dispersion", "triqs.lattice.lattice_tools.TightBinding.displ_vec", "triqs.lattice.lattice_tools.TightBinding.fourier", "triqs.lattice.lattice_tools.TightBinding.lattice", "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates", "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec", "triqs.lattice.lattice_tools.dos", "triqs.lattice.lattice_tools.dos_patch", "triqs.lattice.lattice_tools_desc", "triqs.lattice.point", "triqs.lattice.point.LatticePoint", "triqs.lattice.point.LatticePoint.__init__", "triqs.lattice.point.LatticePoint.value", "triqs.lattice.super_lattice", "triqs.lattice.super_lattice.TBSuperLattice", "triqs.lattice.super_lattice.TBSuperLattice.__init__", "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL", "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L", "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites", "triqs.lattice.super_lattice.TBSuperLattice.dispersion", "triqs.lattice.super_lattice.TBSuperLattice.fold", "triqs.lattice.super_lattice.TBSuperLattice.fourier", "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh", "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh", "triqs.lattice.super_lattice.TBSuperLattice.hoppings", "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates", "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals", "triqs.lattice.super_lattice.TBSuperLattice.ndim", "triqs.lattice.super_lattice.TBSuperLattice.orbital_names", "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions", "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital", "triqs.lattice.super_lattice.TBSuperLattice.units", "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital", "triqs.lattice.tight_binding", "triqs.lattice.tight_binding.TBLattice", "triqs.lattice.tight_binding.TBLattice.__init__", "triqs.lattice.tight_binding.TBLattice.dispersion", "triqs.lattice.tight_binding.TBLattice.fourier", "triqs.lattice.tight_binding.TBLattice.get_kmesh", "triqs.lattice.tight_binding.TBLattice.get_rmesh", "triqs.lattice.tight_binding.TBLattice.hoppings", "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates", "triqs.lattice.tight_binding.TBLattice.n_orbitals", "triqs.lattice.tight_binding.TBLattice.ndim", "triqs.lattice.tight_binding.TBLattice.orbital_names", "triqs.lattice.tight_binding.TBLattice.orbital_positions", "triqs.lattice.tight_binding.TBLattice.units", "triqs.lattice.tight_binding.dos", "triqs.lattice.tight_binding.dos_patch", "triqs.lattice.utils", "triqs.lattice.utils.TB_from_pythTB", "triqs.lattice.utils.TB_from_wannier90", "triqs.lattice.utils.TB_to_sympy", "triqs.lattice.utils.extend_wannier90_to_spin", "triqs.lattice.utils.k_space_path", "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat", "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout", "triqs.operators", "triqs.operators.operators", "triqs.operators.operators.Operator", "triqs.operators.operators.Operator.__init__", "triqs.operators.operators.Operator.imag", "triqs.operators.operators.Operator.is_zero", "triqs.operators.operators.Operator.real", "triqs.operators.operators.c", "triqs.operators.operators.c_dag", "triqs.operators.operators.dagger", "triqs.operators.operators.is_op_hermitian", "triqs.operators.operators.n", "triqs.operators.operators_desc", "triqs.operators.util", "triqs.operators.util.U_matrix", "triqs.operators.util.U_matrix.U_J_to_radial_integrals", "triqs.operators.util.U_matrix.U_matrix_kanamori", "triqs.operators.util.U_matrix.U_matrix_slater", "triqs.operators.util.U_matrix.angular_matrix_element", "triqs.operators.util.U_matrix.clebsch_gordan", "triqs.operators.util.U_matrix.cubic_names", "triqs.operators.util.U_matrix.eg_submatrix", "triqs.operators.util.U_matrix.radial_integrals_to_U_J", "triqs.operators.util.U_matrix.reduce_4index_to_2index", "triqs.operators.util.U_matrix.spherical_to_cubic", "triqs.operators.util.U_matrix.subarray", "triqs.operators.util.U_matrix.t2g_submatrix", "triqs.operators.util.U_matrix.three_j_symbol", "triqs.operators.util.U_matrix.transform_U_matrix", "triqs.operators.util.extractors", "triqs.operators.util.extractors.block_matrix_from_op", "triqs.operators.util.extractors.dict_to_matrix", "triqs.operators.util.extractors.extract_U_dict2", "triqs.operators.util.extractors.extract_U_dict4", "triqs.operators.util.extractors.extract_h_dict", "triqs.operators.util.extractors.op_from_block_matrix", "triqs.operators.util.extractors.quadratic_terms", "triqs.operators.util.extractors.quartic_terms", "triqs.operators.util.extractors_desc", "triqs.operators.util.hamiltonians", "triqs.operators.util.hamiltonians.backward_compat", "triqs.operators.util.hamiltonians.diagonal_part", "triqs.operators.util.hamiltonians.h_int_density", "triqs.operators.util.hamiltonians.h_int_kanamori", "triqs.operators.util.hamiltonians.h_int_slater", "triqs.operators.util.hamiltonians.make_operator_real", "triqs.operators.util.observables", "triqs.operators.util.observables.L2_op", "triqs.operators.util.observables.LS_op", "triqs.operators.util.observables.L_op", "triqs.operators.util.observables.N_op", "triqs.operators.util.observables.S2_op", "triqs.operators.util.observables.S_op", "triqs.operators.util.observables.check_backward_compat", "triqs.operators.util.op_struct", "triqs.operators.util.op_struct.get_mkind", "triqs.operators.util.op_struct.set_operator_structure", "triqs.plot", "triqs.plot.mpl_interface", "triqs.plot.mpl_interface.oplot", "triqs.plot.mpl_interface.oploti", "triqs.plot.mpl_interface.oplotr", "triqs.plot.mpl_interface.use_amsmath", "triqs.plot.protocol", "triqs.plot.protocol.clip_array", "triqs.plot.protocol.plot_protocol_apply", "triqs.random_generator", "triqs.random_generator.RandomGenerator", "triqs.random_generator.RandomGenerator.__init__", "triqs.random_generator.random_generator", "triqs.random_generator.random_generator.random_generator_names_list", "triqs.random_generator.random_generator_desc", "triqs.stat", "triqs.stat.histogram", "triqs.stat.histogram.plot", "triqs.stat.histograms", "triqs.stat.histograms.Histogram", "triqs.stat.histograms.Histogram.__init__", "triqs.stat.histograms.Histogram.clear", "triqs.stat.histograms.Histogram.data", "triqs.stat.histograms.Histogram.limits", "triqs.stat.histograms.Histogram.mesh_point", "triqs.stat.histograms.Histogram.n_data_pts", "triqs.stat.histograms.Histogram.n_lost_pts", "triqs.stat.histograms.cdf", "triqs.stat.histograms.pdf", "triqs.stat.histograms_desc", "triqs.sumk", "triqs.sumk.sumk_discrete", "triqs.sumk.sumk_discrete.SumkDiscrete", "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices", "triqs.sumk.sumk_discrete.SumkDiscrete.__init__", "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts", "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays", "triqs.sumk.sumk_discrete_from_lattice", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts", "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays", "triqs.utility", "triqs.utility.bound_and_bisect", "triqs.utility.bound_and_bisect.bound_and_bisect", "triqs.utility.bound_and_bisect.determine_bounds", "triqs.utility.capture_stdout", "triqs.utility.comparison_tests", "triqs.utility.comparison_tests.assert_array_close_to_scalar", "triqs.utility.comparison_tests.assert_arrays_are_close", "triqs.utility.comparison_tests.assert_block2_gfs_are_close", "triqs.utility.comparison_tests.assert_block_gfs_are_close", "triqs.utility.comparison_tests.assert_gfs_are_close", "triqs.utility.dichotomy", "triqs.utility.dichotomy.dichotomy", "triqs.utility.dist_on_nodes", "triqs.utility.dist_on_nodes.DistributionOnNodes", "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime", "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__", "triqs.utility.dist_on_nodes.DistributionOnNodes.run", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run", "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate", "triqs.utility.dist_on_nodes.DistributionOnNodesTest", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function", "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate", "triqs.utility.h5diff", "triqs.utility.h5diff.compare", "triqs.utility.h5diff.h5diff", "triqs.utility.mpi", "triqs.utility.mpi.check_for_mpi", "triqs.utility.mpi_mpi4py", "triqs.utility.mpi_mpi4py.all_reduce", "triqs.utility.mpi_mpi4py.barrier", "triqs.utility.mpi_mpi4py.bcast", "triqs.utility.mpi_mpi4py.is_master_node", "triqs.utility.mpi_mpi4py.master_gets_host_names", "triqs.utility.mpi_mpi4py.myprint_err", "triqs.utility.mpi_mpi4py.myprint_out", "triqs.utility.mpi_mpi4py.recv", "triqs.utility.mpi_mpi4py.report", "triqs.utility.mpi_mpi4py.send", "triqs.utility.mpi_mpi4py.slice_array", "triqs.utility.mpi_mpi4py.slice_inf", "triqs.utility.mpi_mpi4py.slice_sup", "triqs.utility.mpi_nompi", "triqs.utility.mpi_nompi.all_reduce", "triqs.utility.mpi_nompi.barrier", "triqs.utility.mpi_nompi.bcast", "triqs.utility.mpi_nompi.is_master_node", "triqs.utility.mpi_nompi.master_gets_host_names", "triqs.utility.mpi_nompi.myprint_err", "triqs.utility.mpi_nompi.myprint_out", "triqs.utility.mpi_nompi.recv", "triqs.utility.mpi_nompi.report", "triqs.utility.mpi_nompi.send", "triqs.utility.mpi_nompi.slice_array", "triqs.utility.redirect", "triqs.utility.redirect.T", "triqs.utility.redirect.T.__init__", "triqs.utility.redirect.T.daemon", "triqs.utility.redirect.T.getName", "triqs.utility.redirect.T.ident", "triqs.utility.redirect.T.isDaemon", "triqs.utility.redirect.T.is_alive", "triqs.utility.redirect.T.join", "triqs.utility.redirect.T.name", "triqs.utility.redirect.T.native_id", "triqs.utility.redirect.T.run", "triqs.utility.redirect.T.setDaemon", "triqs.utility.redirect.T.setName", "triqs.utility.redirect.T.start", "triqs.utility.redirect.T.stop", "triqs.utility.redirect.start_redirect", "triqs.utility.redirect.stop_redirect", "Frequently-asked questions", "Welcome", "Installation", "Using the clang compiler", "Unix environment variables", "Customizing your installation", "Prerequisites for the TRIQS Compilation on Mac OS X", "Python Virtual Environments", "A complete list of requirements", "Installing required libraries on Ubuntu", "Guide for porting your application to TRIQS 3.0 and Python 3", "User guide", "Multidimensional arrays", "det_manip: Determinant manipulations for CTQMC", "Green\u2019s functions", "Green\u2019s function and HDF5 files", "Conventions for TRIQS applications", "Using TRIQS in your own C++ project", "Profiling in C++ and Python", "Writing you own C++ code with TRIQS", "Basics", "Dynamical mean-field theory on a Bethe lattice", "Learn more about Python, ipython and the notebook", "Model DMFT", "A tight-binding model on a square lattice", "TRIQS / solid_dmft tutorial", "FermiSee", "Phase diagram exploration", "Comparison to Hubbard-I solution", "TRIQS / solid_dmft tutorial", "FermiSee", "Phase diagram exploration", "Comparison to Hubbard-I solution", "Introducing python and the ipython notebook", "Matplotlib Examples", "TRIQS Green\u2019s functions", "HDF5 Archives", "Manipulating fermionic operators", "Introduction to multivariable Green\u2019s functions", "TRIQS Green\u2019s functions", "A first DMFT calculation", "General reminder: Anderson impurity model and CTHYB solver", "Single-orbital Hubbard model", "Two-orbital Hubbard model", "Valence-Bond DMFT solution of the Hubbard model", "Tutorials", "A first DMFT calculation", "Single-orbital Hubbard model", "Two-orbital Hubbard model", "Valence-Bond DMFT solution of the Hubbard model", "Tutorial repository", "Fermions on the square lattice & perfect nesting", "Susceptibility \\(\\chi_0\\) of non-interacting fermions", "The random phase approximation (RPA)", "Two-particle self consistency (TPSC)", "Finite temperature antiferromagnetism in two dimensional systems", "Fermions on the square lattice & perfect nesting", "Susceptibility \\(\\chi_0\\) of non-interacting fermions", "The random phase approximation (RPA)", "Two-particle self consistency (TPSC)", "Finite temperature antiferromagnetism in two dimensional systems", "Two-particle Response", "Version compatibility"], "titleterms": {"": [0, 404, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 1702, 1703, 1713, 1717, 1723, 1726, 1727, 1739, 1744], "0": [0, 1698, 1713, 1717, 1736, 1740, 1745], "02": [1713, 1717], "1": [0, 386, 413, 426, 936, 949, 1035, 1047, 1713, 1717, 1735, 1736], "10": 0, "2": [0, 413, 426, 936, 949, 1035, 1047, 1689, 1713, 1717, 1735, 1736], "20": 0, "2024": 1689, "2py": 0, "3": [0, 413, 426, 1689, 1698, 1713, 1717, 1735, 1736], "4": [0, 426, 1713, 1717, 1735], "5": [0, 1713, 1717, 1735], "6": [1713, 1717, 1735], "819": 0, "A": [394, 440, 468, 469, 1696, 1699, 1707, 1712, 1721, 1728, 1734], "If": 1721, "Ising": 456, "No": 0, "The": [4, 378, 379, 382, 385, 386, 402, 403, 409, 432, 440, 448, 452, 453, 456, 457, 459, 1713, 1717, 1721, 1728, 1729, 1734, 1741, 1746], "__init__": [481, 502, 536, 540, 546, 550, 555, 593, 631, 669, 707, 745, 760, 785, 787, 790, 792, 794, 796, 802, 804, 807, 810, 813, 815, 817, 821, 824, 826, 863, 898, 904, 914, 920, 924, 927, 937, 950, 962, 975, 988, 1001, 1016, 1027, 1036, 1048, 1105, 1107, 1109, 1111, 1113, 1115, 1117, 1119, 1121, 1123, 1125, 1127, 1129, 1131, 1133, 1135, 1137, 1139, 1141, 1143, 1145, 1147, 1149, 1151, 1153, 1155, 1157, 1159, 1161, 1163, 1165, 1167, 1169, 1171, 1173, 1175, 1177, 1179, 1181, 1183, 1185, 1187, 1189, 1191, 1193, 1195, 1197, 1199, 1201, 1203, 1205, 1207, 1209, 1211, 1213, 1215, 1217, 1219, 1221, 1223, 1225, 1227, 1229, 1231, 1233, 1235, 1237, 1239, 1241, 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261, 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277, 1279, 1281, 1283, 1285, 1287, 1289, 1291, 1293, 1295, 1297, 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1313, 1315, 1317, 1319, 1321, 1323, 1325, 1327, 1329, 1331, 1333, 1335, 1337, 1339, 1341, 1343, 1345, 1347, 1349, 1351, 1353, 1355, 1357, 1359, 1361, 1363, 1365, 1367, 1369, 1371, 1373, 1375, 1377, 1379, 1381, 1383, 1385, 1387, 1389, 1391, 1393, 1395, 1397, 1399, 1401, 1403, 1405, 1407, 1409, 1411, 1413, 1415, 1417, 1419, 1421, 1423, 1430, 1434, 1442, 1447, 1459, 1463, 1483, 1508, 1573, 1582, 1596, 1603, 1622, 1626, 1633, 1672], "ab": 4, "about": [3, 1701, 1710], "abov": 469, "accept": 322, "access": [415, 432, 440, 458], "accessor": [150, 162, 174, 432], "accumul": [296, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350], "act": [44, 522], "add": [323, 400, 1701], "add_fock_st": 280, "add_measur": 297, "add_measure_aux": 298, "add_method_help": 864, "add_mov": 299, "addit": [403, 1723, 1727], "addmethod": [820, 821, 822], "adjust": 430, "advanc": [396, 430, 469, 1690, 1716, 1720], "affect": 1692, "algebra": 1700, "alias": [43, 131, 214], "all_cal": 1426, "all_indic": [746, 761], "all_reduc": [1645, 1659], "all_termin": 905, "amplitud": 257, "an": [396, 1700, 1701, 1724], "anaconda": 1690, "analysi": 472, "analyt": [4, 1713, 1717, 1723, 1727], "analyz": [0, 1732, 1737], "anderson": 1729, "angular_matrix_el": 1523, "antiferromagnet": [1743, 1748], "api": [0, 9, 384, 430, 441], "app4triq": [0, 4, 1698], "appli": 476, "applic": [4, 1689, 1698, 1704, 1750], "approach": 1722, "approxim": [1741, 1746], "apptain": 1690, "arbitrari": [1743, 1748], "archiv": [0, 470, 1700, 1724], "argument": [399, 433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "arithmet": [1723, 1727], "arrai": [0, 1700], "asan": 0, "ask": 1688, "assert_array_close_to_scalar": 1612, "assert_arrays_are_clos": 1613, "assert_block2_gfs_are_clos": 1614, "assert_block_gfs_are_clos": 1615, "assert_gfs_are_clos": 1616, "assign": [391, 411, 432], "atom": 0, "atom_diag": [0, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 389, 390, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532], "atom_diag_desc": 532, "atomdiag": 478, "atomdiagcomplex": [480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500], "atomdiagr": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521], "atomic_density_matrix": [72, 523], "atomic_g_iw": [73, 524], "atomic_g_l": [74, 525], "atomic_g_lehmann": 75, "atomic_g_tau": [76, 526], "atomic_g_w": [77, 527], "attempt": 324, "author": 3, "automat": 391, "averag": 472, "backward_compat": 1545, "backwd_compat": [552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742], "barrier": [1646, 1660], "base": [4, 784, 785], "baseblock": [786, 787, 788], "basic": [388, 404, 1708], "bath": 0, "bcast": [1647, 1661], "bckwd": 865, "becom": 387, "begin": 216, "behaviour": [1742, 1747], "benchmark": 4, "beta": [762, 963, 976, 989, 1002, 1017, 1028, 1743, 1748], "beth": [1709, 1728, 1734], "bin": 338, "bind": [451, 1712, 1726], "binder": 1690, "block": [412, 432, 440, 1723, 1727], "block2_gf": [743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757], "block2gf": [744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757], "block_gf": [132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 412, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782], "block_matrix_from_op": 1535, "block_nam": 134, "block_siz": 135, "blockgf": [0, 440, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 1713, 1717], "bodi": [0, 444, 460], "bond": [1732, 1737], "boson": 409, "bound_and_bisect": [1607, 1608, 1609], "box": 4, "bracket": 432, "bravai": 446, "bravaislattic": [452, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440], "brillouin": 450, "brillouinzon": [1441, 1442, 1443, 1444, 1445], "broadcast": [29, 1726], "build": [7, 413, 1696, 1704], "bz": [938, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070], "bz_patch": [1428, 1429, 1430, 1431], "bz_x_x": [1071, 1072, 1073], "bzpatch": [1429, 1430, 1431], "c": [0, 9, 380, 381, 389, 400, 407, 457, 459, 463, 1512, 1689, 1696, 1699, 1705, 1706, 1707], "c_connect": [46, 482, 503], "c_dag": 1513, "c_matrix": [47, 483, 504], "calcul": [4, 1713, 1716, 1717, 1720, 1721, 1728, 1734, 1740, 1743, 1745, 1748], "call_factory_from_dict": [781, 866, 934], "called_on_tupl": 476, "callproxybrzone_0": [1104, 1105], "callproxybrzone_1": [1106, 1107], "callproxybrzone_2": [1108, 1109], "callproxybrzone_3": [1110, 1111], "callproxybrzone_4": [1112, 1113], "callproxybrzone_x_dlr_0": [1114, 1115], "callproxybrzone_x_dlr_1": [1116, 1117], "callproxybrzone_x_dlr_2": [1118, 1119], "callproxybrzone_x_dlr_3": [1120, 1121], "callproxybrzone_x_dlr_4": [1122, 1123], "callproxybrzone_x_imfreq_0": [1124, 1125], "callproxybrzone_x_imfreq_1": [1126, 1127], "callproxybrzone_x_imfreq_2": [1128, 1129], "callproxybrzone_x_imfreq_3": [1130, 1131], "callproxybrzone_x_imfreq_4": [1132, 1133], "callproxybrzone_x_imtime_0": [1134, 1135], "callproxybrzone_x_imtime_0_r": [1136, 1137], "callproxybrzone_x_imtime_1": [1138, 1139], "callproxybrzone_x_imtime_1_r": [1140, 1141], "callproxybrzone_x_imtime_2": [1142, 1143], "callproxybrzone_x_imtime_2_r": [1144, 1145], "callproxybrzone_x_imtime_3": [1146, 1147], "callproxybrzone_x_imtime_3_r": [1148, 1149], "callproxybrzone_x_imtime_4": [1150, 1151], "callproxybrzone_x_imtime_4_r": [1152, 1153], "callproxybrzone_x_refreq_0": [1154, 1155], "callproxybrzone_x_refreq_1": [1156, 1157], "callproxybrzone_x_refreq_2": [1158, 1159], "callproxybrzone_x_refreq_3": [1160, 1161], "callproxybrzone_x_refreq_4": [1162, 1163], "callproxybrzone_x_retime_0": [1164, 1165], "callproxybrzone_x_retime_1": [1166, 1167], "callproxybrzone_x_retime_2": [1168, 1169], "callproxybrzone_x_retime_3": [1170, 1171], "callproxybrzone_x_retime_4": [1172, 1173], "callproxycyclat_0": [1174, 1175], "callproxycyclat_1": [1176, 1177], "callproxycyclat_2": [1178, 1179], "callproxycyclat_3": [1180, 1181], "callproxycyclat_4": [1182, 1183], "callproxycyclat_x_dlr_0": [1184, 1185], "callproxycyclat_x_dlr_1": [1186, 1187], "callproxycyclat_x_dlr_2": [1188, 1189], "callproxycyclat_x_dlr_3": [1190, 1191], "callproxycyclat_x_dlr_4": [1192, 1193], "callproxycyclat_x_imfreq_0": [1194, 1195], "callproxycyclat_x_imfreq_1": [1196, 1197], "callproxycyclat_x_imfreq_2": [1198, 1199], "callproxycyclat_x_imfreq_3": [1200, 1201], "callproxycyclat_x_imfreq_4": [1202, 1203], "callproxycyclat_x_imtime_0": [1204, 1205], "callproxycyclat_x_imtime_0_r": [1206, 1207], "callproxycyclat_x_imtime_1": [1208, 1209], "callproxycyclat_x_imtime_1_r": [1210, 1211], "callproxycyclat_x_imtime_2": [1212, 1213], "callproxycyclat_x_imtime_2_r": [1214, 1215], "callproxycyclat_x_imtime_3": [1216, 1217], "callproxycyclat_x_imtime_3_r": [1218, 1219], "callproxycyclat_x_imtime_4": [1220, 1221], "callproxycyclat_x_imtime_4_r": [1222, 1223], "callproxycyclat_x_refreq_0": [1224, 1225], "callproxycyclat_x_refreq_1": [1226, 1227], "callproxycyclat_x_refreq_2": [1228, 1229], "callproxycyclat_x_refreq_3": [1230, 1231], "callproxycyclat_x_refreq_4": [1232, 1233], "callproxycyclat_x_retime_0": [1234, 1235], "callproxycyclat_x_retime_1": [1236, 1237], "callproxycyclat_x_retime_2": [1238, 1239], "callproxycyclat_x_retime_3": [1240, 1241], "callproxycyclat_x_retime_4": [1242, 1243], "callproxydlr_0": [1244, 1245], "callproxydlr_1": [1246, 1247], "callproxydlr_2": [1248, 1249], "callproxydlr_3": [1250, 1251], "callproxydlr_4": [1252, 1253], "callproxydlr_x_brzone_0": [1254, 1255], "callproxydlr_x_brzone_1": [1256, 1257], "callproxydlr_x_brzone_2": [1258, 1259], "callproxydlr_x_brzone_3": [1260, 1261], "callproxydlr_x_brzone_4": [1262, 1263], "callproxydlr_x_cyclat_0": [1264, 1265], "callproxydlr_x_cyclat_1": [1266, 1267], "callproxydlr_x_cyclat_2": [1268, 1269], "callproxydlr_x_cyclat_3": [1270, 1271], "callproxydlr_x_cyclat_4": [1272, 1273], "callproxyimfreq_0": [1274, 1275], "callproxyimfreq_1": [1276, 1277], "callproxyimfreq_2": [1278, 1279], "callproxyimfreq_3": [1280, 1281], "callproxyimfreq_4": [1282, 1283], "callproxyimfreq_x_brzone_0": [1284, 1285], "callproxyimfreq_x_brzone_1": [1286, 1287], "callproxyimfreq_x_brzone_2": [1288, 1289], "callproxyimfreq_x_brzone_3": [1290, 1291], "callproxyimfreq_x_brzone_4": [1292, 1293], "callproxyimfreq_x_cyclat_0": [1294, 1295], "callproxyimfreq_x_cyclat_1": [1296, 1297], "callproxyimfreq_x_cyclat_2": [1298, 1299], "callproxyimfreq_x_cyclat_3": [1300, 1301], "callproxyimfreq_x_cyclat_4": [1302, 1303], "callproxyimtime_0": [1304, 1305], "callproxyimtime_0_r": [1306, 1307], "callproxyimtime_1": [1308, 1309], "callproxyimtime_1_r": [1310, 1311], "callproxyimtime_2": [1312, 1313], "callproxyimtime_2_r": [1314, 1315], "callproxyimtime_3": [1316, 1317], "callproxyimtime_3_r": [1318, 1319], "callproxyimtime_4": [1320, 1321], "callproxyimtime_4_r": [1322, 1323], "callproxyimtime_x_brzone_0": [1324, 1325], "callproxyimtime_x_brzone_0_r": [1326, 1327], "callproxyimtime_x_brzone_1": [1328, 1329], "callproxyimtime_x_brzone_1_r": [1330, 1331], "callproxyimtime_x_brzone_2": [1332, 1333], "callproxyimtime_x_brzone_2_r": [1334, 1335], "callproxyimtime_x_brzone_3": [1336, 1337], "callproxyimtime_x_brzone_3_r": [1338, 1339], "callproxyimtime_x_brzone_4": [1340, 1341], "callproxyimtime_x_brzone_4_r": [1342, 1343], "callproxyimtime_x_cyclat_0": [1344, 1345], "callproxyimtime_x_cyclat_0_r": [1346, 1347], "callproxyimtime_x_cyclat_1": [1348, 1349], "callproxyimtime_x_cyclat_1_r": [1350, 1351], "callproxyimtime_x_cyclat_2": [1352, 1353], "callproxyimtime_x_cyclat_2_r": [1354, 1355], "callproxyimtime_x_cyclat_3": [1356, 1357], "callproxyimtime_x_cyclat_3_r": [1358, 1359], "callproxyimtime_x_cyclat_4": [1360, 1361], "callproxyimtime_x_cyclat_4_r": [1362, 1363], "callproxynon": [823, 824], "callproxyrefreq_0": [1364, 1365], "callproxyrefreq_1": [1366, 1367], "callproxyrefreq_2": [1368, 1369], "callproxyrefreq_3": [1370, 1371], "callproxyrefreq_4": [1372, 1373], "callproxyrefreq_x_brzone_0": [1374, 1375], "callproxyrefreq_x_brzone_1": [1376, 1377], "callproxyrefreq_x_brzone_2": [1378, 1379], "callproxyrefreq_x_brzone_3": [1380, 1381], "callproxyrefreq_x_brzone_4": [1382, 1383], "callproxyrefreq_x_cyclat_0": [1384, 1385], "callproxyrefreq_x_cyclat_1": [1386, 1387], "callproxyrefreq_x_cyclat_2": [1388, 1389], "callproxyrefreq_x_cyclat_3": [1390, 1391], "callproxyrefreq_x_cyclat_4": [1392, 1393], "callproxyretime_0": [1394, 1395], "callproxyretime_1": [1396, 1397], "callproxyretime_2": [1398, 1399], "callproxyretime_3": [1400, 1401], "callproxyretime_4": [1402, 1403], "callproxyretime_x_brzone_0": [1404, 1405], "callproxyretime_x_brzone_1": [1406, 1407], "callproxyretime_x_brzone_2": [1408, 1409], "callproxyretime_x_brzone_3": [1410, 1411], "callproxyretime_x_brzone_4": [1412, 1413], "callproxyretime_x_cyclat_0": [1414, 1415], "callproxyretime_x_cyclat_1": [1416, 1417], "callproxyretime_x_cyclat_2": [1418, 1419], "callproxyretime_x_cyclat_3": [1420, 1421], "callproxyretime_x_cyclat_4": [1422, 1423], "capabl": 0, "capture_stdout": 1610, "carlo": [0, 454, 457, 458, 459], "case": 409, "cbegin": 217, "cdag_connect": [48, 484, 505], "cdag_matrix": [49, 485, 506], "cdf": [351, 1589], "cend": 218, "cfunction": 378, "ch": [1742, 1747], "chain": 456, "chang": [0, 403], "change_col": 84, "change_coordinates_l_to_sl": 1464, "change_coordinates_sl_to_l": 1465, "change_row": 85, "changelog": 0, "charg": [1716, 1720], "check": [0, 1713, 1717], "check_backward_compat": 1558, "check_for_mpi": 1643, "chi_0": [1740, 1743, 1745, 1748], "chunk": 30, "chunk_rang": 12, "circular": [1723, 1727], "citat": 3, "clang": 1691, "class": [0, 11, 28, 43, 82, 131, 214, 294, 337, 378, 379, 381, 382, 386, 387, 402, 452, 458, 1701, 1721], "class_": 379, "clear": [86, 353, 1583], "clear_measur": 300, "clear_statist": 325, "clebsch_gordan": 1524, "clef": [0, 392, 395, 396, 397, 398, 399, 405, 413, 421, 426], "clip_arrai": 1569, "closest": 426, "closest_index": 939, "closest_point_in_lin": 1086, "closest_to": 1087, "cluster_sit": 1466, "cmake": [0, 1693], "code": [6, 400, 459, 470, 1707, 1743, 1748], "coeffici": 463, "cofactor": 403, "collect_result": 301, "collect_statist": 326, "column": [403, 1701], "common": 1692, "commun": [31, 32, 1689], "compact": [1723, 1727], "compar": 1640, "comparison": [1716, 1720, 1734], "comparison_test": [1611, 1612, 1613, 1614, 1615, 1616], "compat": 1750, "compil": [0, 392, 1690, 1691, 1694, 1695, 1696], "complet": [395, 440, 471, 1696], "complete_oper": 87, "complex": 393, "compliant": [386, 387], "compon": 928, "compress_linear_bin": 339, "comput": [448, 1740, 1745], "concept": [406, 445, 453], "conclud": [1713, 1717], "conclus": 1736, "configur": 456, "conjug": [556, 594, 632, 670, 708, 763, 827, 1092], "connect": 457, "consist": [1716, 1720, 1742, 1747], "const": [789, 790], "construct": [402, 459, 461, 462, 1726], "constructor": [18, 32, 34, 39, 50, 88, 136, 151, 163, 175, 219, 231, 242, 248, 258, 269, 281, 302, 327, 332, 340, 354, 412, 414], "contain": 391, "content": [4, 5], "continu": [4, 1713, 1717, 1723, 1727], "contribut": [6, 7], "contributor": 3, "convent": [400, 412, 416, 417, 418, 421, 422, 424, 1704], "converg": [1713, 1717], "convert": 381, "convert_scalar_to_const": 797, "copi": [440, 537, 541, 557, 595, 633, 671, 709, 747, 764, 828, 899, 929, 940, 951, 964, 977, 990, 1003, 1018, 1029, 1037, 1049], "copy_from": [558, 596, 634, 672, 710, 748, 765, 829, 930, 941, 952, 965, 978, 991, 1004, 1019, 1030, 1038, 1050], "copy_selected_block": [749, 766], "correl": [4, 472], "cpp2py": [0, 4, 380], "creat": [1713, 1717], "creation": [1701, 1702], "cthyb": 1729, "ctqmc": 1701, "cubic_nam": 1525, "custom": 1693, "daemon": 1673, "dagger": 1514, "data": [137, 152, 164, 176, 220, 355, 387, 412, 415, 416, 417, 418, 421, 422, 424, 432, 433, 434, 435, 436, 437, 468, 470, 472, 559, 597, 635, 673, 711, 830, 1584, 1688], "data_input_count": 341, "data_shap": [153, 165, 177], "debian": 1690, "debug": 1688, "declar": 1700, "deduct": 132, "defin": [1700, 1721, 1726], "definit": 452, "delta": [1039, 1051, 1093], "densiti": [143, 448, 538, 542, 560, 598, 636, 674, 712, 767, 831, 879, 1723, 1727], "depend": [0, 1694], "deprec": 0, "desc": [384, 1698], "descript": [1713, 1717], "descriptor": [439, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 1723, 1727], "descriptor_bas": [783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799], "det_manip": [0, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 402, 1701], "detail": 386, "determin": [0, 89, 401, 1701, 1750], "determine_bound": 1609, "detmanip": 0, "develop": 1692, "dft": [4, 1713, 1716, 1717, 1720], "diag": 0, "diagon": [4, 389, 1725], "diagonal_part": 1546, "diagram": [1715, 1719], "dichotomi": [1617, 1618], "dict": 386, "dict_to_matrix": 1536, "dim": [942, 953], "dimension": [1743, 1748], "direct": 432, "disclaim": [3, 1694], "discret": 0, "discretize_bath": 1094, "discuss": 6, "dispatch": 1074, "dispers": [1448, 1467, 1484], "displ_vec": 1449, "dist": [1064, 1088], "dist_on_nod": [1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638], "distributiononnod": [1620, 1621, 1622, 1623], "distributiononnodesonestack": [1624, 1625, 1626, 1627, 1628, 1629, 1630], "distributiononnodestest": [1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638], "divis": 1698, "dlr": [0, 1723, 1727], "dlr_imfreq": 1076, "dlr_imtim": 1077, "dmft": [4, 1711, 1713, 1716, 1717, 1720, 1728, 1732, 1734, 1737], "do": [448, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 1431, 1454, 1495, 1688], "doc": 0, "docker": 1690, "document": [0, 6, 7, 9, 387, 388, 400, 402, 407, 438, 447, 455, 471, 1696, 1707], "doe": [387, 403], "domain": [406, 412, 416, 417, 418, 421, 422, 424, 426, 1702], "dos_from_fil": 543, "dos_patch": [1455, 1496], "dosfromfunct": [539, 540, 541, 542], "dot_product": [259, 270], "dynam": [0, 1709, 1728, 1734], "dyson": 1095, "e": 1688, "easybuild": 1690, "edit": 7, "eg_submatrix": 1526, "emergency_occur": 40, "empti": 1701, "end": [221, 459], "energi": [486, 507, 1713, 1717], "energies_on_bz_path": 452, "enforce_discontinu": [561, 599, 637, 675, 713, 832, 880], "enumer": 13, "environ": [33, 34, 1690, 1692, 1695], "ep": [966, 979, 992], "error": 472, "espresso": [1713, 1717], "etc": 473, "eval_expr": 906, "eval_expr_with_context": 907, "evalu": [395, 413, 416, 417, 418, 420, 422, 424, 1726], "exact": [4, 389, 1725], "exampl": [13, 26, 145, 146, 151, 207, 339, 343, 346, 348, 350, 371, 372, 373, 374, 386, 388, 389, 393, 397, 402, 408, 412, 416, 417, 418, 421, 422, 424, 430, 433, 434, 435, 436, 437, 440, 444, 447, 452, 456, 468, 469, 471, 1722], "except": [473, 474], "exercis": [1723, 1727, 1736], "expans": 4, "explor": [1715, 1719], "express": [392, 395, 396, 397, 405, 413, 421, 426, 432, 1700], "extend_wannier90_to_spin": 1501, "extern": 4, "extract": 463, "extract_h_dict": 1539, "extract_u_dict2": 1537, "extract_u_dict4": 1538, "extractor": [1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542], "extractors_desc": 1543, "factor": [1743, 1748], "factori": [412, 461], "fals": [256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267], "fast": [1740, 1745], "featur": 6, "fermi": [1713, 1717, 1739, 1744], "fermion": [409, 451, 1725, 1739, 1740, 1744, 1745], "fermise": [1713, 1714, 1717, 1718], "fftw": 409, "field": [456, 1709, 1728, 1734], "figur": [469, 470], "file": [3, 384, 448, 1688, 1698, 1703], "fill": 1702, "final": 1698, "finalize_commun": 41, "find": 426, "find_map": 249, "finish": [1627, 1634], "finit": [4, 1743, 1748], "first": [19, 1713, 1717, 1728, 1734], "first_index": 1005, "fit": [430, 468, 547, 548, 549, 550], "fit_gf_dlr": [144, 868], "fit_hermitian_tail": [145, 562, 600, 638, 676, 714, 833, 881], "fit_hermitian_tail_on_window": [563, 601, 639, 677, 715, 834, 882], "fit_legendr": 1096, "fit_tail": [146, 564, 602, 640, 678, 716, 835, 883], "fit_tail_on_window": [565, 603, 641, 679, 717, 836, 884], "fix": 0, "fix_gf_struct_typ": 782, "flat": [801, 802, 1723, 1727], "flatten_2d": 147, "flatten_gf_2d": 148, "flatten_subspace_index": [51, 487, 508], "floor": 1698, "fock": 4, "fock_stat": [488, 509], "fold": [476, 1468, 1700], "fop": [489, 510], "for_each": 476, "for_each_zip": 476, "foreach": [14, 250, 260, 271], "fork": 8, "form": 396, "format": 385, "formula": 403, "fourier": [0, 404, 408, 409, 443, 803, 804, 805, 1450, 1469, 1485, 1723, 1727, 1740, 1745], "free": [416, 451, 461], "frequenc": [404, 409, 416, 422, 430, 433, 436, 441, 443, 1702, 1723, 1727, 1729], "frequent": 1688, "from": [381, 426, 448, 458, 470, 1690, 1695, 1724, 1743, 1748], "from_l_g_r": [566, 604, 642, 680, 718, 837], "full": [402, 455, 1716, 1720], "full_hilbert_space_dim": [490, 511], "function": [0, 4, 11, 17, 28, 31, 33, 38, 43, 45, 83, 131, 133, 150, 162, 174, 214, 215, 230, 241, 247, 256, 268, 279, 294, 295, 321, 331, 337, 338, 352, 388, 390, 392, 397, 399, 402, 404, 409, 410, 412, 416, 421, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 448, 461, 466, 791, 792, 1702, 1703, 1713, 1717, 1721, 1723, 1726, 1727, 1739, 1743, 1744, 1748], "fundament": 1725, "fundamental_operator_set": [215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229], "further": 1690, "g": [1688, 1702, 1729], "gather": 459, "gener": [0, 383, 458, 471, 1729], "generate_point": 1065, "generate_points_on_path": 1066, "get": [458, 1691, 1701, 1721], "get_acceptance_r": [303, 328], "get_accumulation_tim": 304, "get_accumulation_time_hhmmss": 305, "get_all_fock_st": 282, "get_config_id": 306, "get_current_cycle_numb": 307, "get_dur": 308, "get_eigensystem": 52, "get_eigenvalu": [53, 491, 512], "get_energi": 54, "get_fock_st": [55, 232, 283], "get_fop": 56, "get_full_hilbert_spac": 57, "get_full_hilbert_space_dim": 58, "get_funct": 90, "get_gs_energi": 59, "get_h_atom": 60, "get_hilbert": [261, 272], "get_i": 97, "get_index": 284, "get_kmesh": [1470, 1486], "get_matrix_el": 251, "get_matrix_element_of_monomi": 61, "get_mesh": 149, "get_mkind": 1560, "get_n_operations_before_check": 91, "get_op_mat": 62, "get_perc": 309, "get_precision_error": 92, "get_precision_warn": 93, "get_quantum_numb": 63, "get_rmesh": [1471, 1487], "get_rng": 310, "get_singular_threshold": 94, "get_state_index": [233, 285], "get_statist": 329, "get_subspace_dim": [64, 65, 492, 493, 513, 514], "get_termin": 900, "get_total_tim": 311, "get_unitary_matric": 66, "get_unitary_matrix": 67, "get_vacuum_st": 68, "get_vacuum_subspace_index": 69, "get_warmup_tim": 312, "get_warmup_time_hhmmss": 313, "get_x": 95, "get_x_internal_ord": 96, "get_y_internal_ord": 98, "getnam": 1674, "gf": [0, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 410, 414, 416, 417, 418, 421, 422, 424, 442, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1688, 1702], "gf_const_view": [162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173], "gf_factori": [867, 868, 869, 870, 871, 872, 873, 874, 875, 876], "gf_factories_desc": 877, "gf_fnt": [878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894], "gf_fnt_desc": 895, "gf_imfreq": [553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590], "gf_imtim": [591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628], "gf_legendr": [629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666], "gf_refreq": [667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704], "gf_retim": [705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742], "gf_struct": 0, "gf_view": [174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186], "gfblocindic": [1595, 1601], "gfimfreq": [404, 433, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590], "gfimtim": [404, 434, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628], "gflegendr": [404, 435, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666], "gfrefreq": [404, 436, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704], "gfretim": [404, 437, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742], "github": 6, "goal": [1722, 1740, 1745], "googletest": 0, "green": [0, 404, 412, 416, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 1702, 1703, 1713, 1717, 1723, 1726, 1727, 1739, 1744], "gs_energi": [494, 515], "guid": [132, 1698, 1699], "h5": [0, 385], "h5_read": [99, 138, 154, 166, 178, 234, 286, 314, 356], "h5_read_attribut": 222, "h5_read_gf_struct": 187, "h5_write": [100, 139, 155, 167, 179, 235, 287, 315, 357], "h5_write_attribut": 223, "h5diff": [1639, 1640, 1641], "h5py": 0, "h_atom": [495, 516], "h_int_dens": 1547, "h_int_kanamori": 1548, "h_int_slat": 1549, "hamiltonian": [460, 464, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1713, 1717, 1726], "happen": 386, "hartre": 4, "has_indic": 224, "has_stat": [236, 288], "hash": 1688, "hdf": [386, 387], "hdf5": [0, 385, 387, 412, 416, 417, 418, 421, 422, 424, 433, 434, 435, 436, 437, 440, 461, 1700, 1703, 1724], "hdf5_format": [140, 156, 168, 180, 237, 289, 358], "hdfarchiv": 387, "hdfarchivegroup": 387, "hdfarchiveinert": 387, "header": 388, "help": 1721, "helper": 466, "high": [404, 430, 441], "hilbert": [444, 449], "hilbert_spac": [214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 444], "hilbert_transform": [544, 545, 546], "hilbertspac": [256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278], "hilberttransform": [545, 546], "histogram": [352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1722], "histograms_desc": 1591, "hood": 402, "hop": [451, 1472, 1488, 1739, 1744], "how": [7, 8, 387, 403, 1688, 1702, 1750], "hubbard": [4, 1716, 1720, 1730, 1731, 1732, 1735, 1736, 1737], "hybrid": 4, "i": [4, 1688, 1702, 1716, 1720, 1740, 1745], "ident": 1675, "idx": [862, 863], "imag": [188, 567, 605, 643, 681, 719, 750, 768, 838, 915, 921, 1509], "imaginari": [404, 409, 417, 433, 434, 1702, 1723, 1727, 1729], "imfreq": [416, 428, 1078], "imperative_oper": [241, 242, 243, 244, 245], "impl_tag": 189, "implement": [409, 427], "import": [1721, 1726], "improv": 0, "impur": [4, 1713, 1717, 1729], "imtim": [417, 429, 1079], "includ": 475, "indent": 1721, "index": 426, "index_range_of_subspac": 70, "indic": [0, 568, 606, 644, 682, 720, 751, 769, 839], "indices1": 752, "indices2": 753, "inform": 1701, "initi": [459, 1723, 1726, 1727], "initio": 4, "inlin": 1722, "insert": [101, 225], "insert2": 102, "insert2_at_end": 103, "insert_at_end": 104, "insert_from_indices_t": 226, "instal": [0, 1690, 1691, 1693, 1694, 1697, 1704, 1750], "interact": [405, 413, 426, 1721, 1739, 1740, 1744, 1745], "interfac": [4, 380], "interpol": [412, 421, 1702], "introduc": 1721, "introduct": [388, 453, 457, 472, 1721, 1726], "introductori": 447, "invers": [190, 569, 607, 645, 683, 721, 770, 840, 1097], "inverse_matrix": 105, "inverse_matrix_internal_ord": 106, "invert": [570, 608, 646, 684, 722, 771, 841], "ipython": [1698, 1710, 1721], "is_al": 1677, "is_block_descriptor": [788, 805, 808, 811], "is_empti": 243, "is_gf_hermitian": [191, 571, 609, 647, 685, 723, 842, 885], "is_gf_real": 192, "is_gf_real_in_tau": [193, 572, 610, 648, 686, 724, 843, 886], "is_initi": 35, "is_lazi": 798, "is_master_nod": [1648, 1662], "is_op_hermitian": 1515, "is_scalar": 799, "is_singular": 107, "is_termin": 901, "is_zero": 1510, "isdaemon": 1676, "issu": [0, 6, 1697], "iter": [412, 440, 461, 1728, 1734], "itertool": [0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27], "its": 1707, "j": 1736, "jackknif": 369, "jackknife_mpi": 370, "jenkin": 0, "join": 1678, "k_space_path": 1502, "k_z": [1713, 1717], "keyword": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "l2_op": 1552, "l_op": 1554, "la_2cuo_4": [1713, 1717], "lapack": 0, "last": [20, 1701], "last_index": 1006, "lattic": [0, 446, 447, 954, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1709, 1712, 1726, 1728, 1734, 1739, 1744], "lattice_to_real_coordin": [1435, 1452, 1473, 1489], "lattice_tool": [1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455], "lattice_tools_desc": 1456, "latticepoint": [1458, 1459, 1460], "layer": 469, "lazi": [392, 394, 432, 1700], "lazy_express": [896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910], "lazy_funct": 908, "lazyctx": [793, 794], "lazyexpr": [897, 898, 899, 900, 901, 902], "lazyexprtermin": [903, 904], "learn": 1710, "legendr": [404, 418, 435, 443, 1080], "legendretomatsubara": [806, 807, 808], "length": 1067, "libclang": 1691, "librari": [0, 409, 1696, 1697, 1721, 1750], "licens": 3, "lightweight": 389, "like": 1722, "limit": [359, 1585], "lin": 338, "lin_bin_capac": 342, "line": [403, 1701], "linear": [338, 426, 1700], "linear_bin": 343, "linux": 1691, "list": [458, 1696, 1721], "literatur": 1734, "littl": [398, 440], "ljubljana": 4, "load": 772, "log": 338, "log_bin_error": 344, "log_bin_errors_all_reduc": 345, "logarithm": 338, "logo": 3, "longer": 0, "lookup_basis_st": 252, "loop": [457, 1721], "low": [1713, 1717], "ls_op": 1553, "mac": 1694, "magnet": 456, "mai": [1713, 1717], "main": 456, "make": [0, 8, 1722], "make_adjoint_mesh": 1059, "make_block2_gf": 194, "make_block_gf": 195, "make_block_gf_view": 196, "make_delta": 1098, "make_funct": 397, "make_gf_dlr": [197, 869], "make_gf_dlr_imfreq": [198, 870], "make_gf_dlr_imtim": [199, 871], "make_gf_from_fouri": [200, 872], "make_gf_from_inverse_fouri": 201, "make_gf_from_real_gf": 202, "make_gf_imfreq": [203, 873], "make_gf_imtim": [204, 874], "make_hermitian": [205, 875], "make_lazi": 909, "make_mesh": 1061, "make_operator_r": 1550, "make_plott": 1068, "make_real_in_tau": [206, 876], "make_zero_st": 246, "make_zero_tail": [207, 1099], "manag": 0, "mani": [0, 444, 460], "manipul": [0, 401, 1701, 1725], "manual": [9, 377, 387, 388, 402, 447, 455, 471], "map": [476, 1700], "map_add": 37, "map_block": 911, "map_c_funct": 36, "master_gets_host_nam": [1649, 1663], "materi": 4, "mathbf": [1740, 1745], "matplotlib": [469, 1722], "matric": 1700, "matrix": [108, 432, 462, 1723, 1727], "matsubara": [404, 416, 417, 433, 434, 435, 443, 1702, 1729], "matsubara_freq": [912, 913, 914, 915, 916, 917], "matsubarafreq": [913, 914, 915, 916, 917], "matsubaratolegendr": [809, 810, 811], "maxent": 4, "mc_gener": [0, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320], "mc_tool": [0, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336], "mean": [371, 1709, 1728, 1734], "mean_and_err": 372, "mean_and_err_mpi": 373, "mean_mpi": 374, "measur": [453, 456, 457, 459], "meet": 1689, "member": [17, 31, 33, 38, 45, 83, 133, 150, 162, 174, 215, 230, 241, 247, 256, 268, 279, 295, 321, 331, 338, 352, 402, 410, 428, 429, 461], "merge_subspac": 253, "mermin": [1743, 1748], "mesh": [0, 157, 169, 181, 406, 412, 415, 416, 417, 418, 421, 422, 424, 426, 428, 429, 573, 611, 649, 687, 725, 773, 844, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1723, 1727], "mesh_hash": [943, 955, 967, 980, 993, 1007, 1020, 1031, 1040, 1052], "mesh_point": [360, 426, 918, 919, 920, 921, 922, 923, 924, 1586], "mesh_product": [925, 926, 927, 928, 929, 930, 931, 932, 933, 934], "meshbrzon": [936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948], "meshcyclat": [949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960], "meshdlr": [961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973], "meshdlrimfreq": [974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986], "meshdlrimtim": [987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999], "meshes_desc": [1060, 1061], "meshimfreq": [1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014], "meshimtim": [1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025], "meshlegendr": [1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034], "meshpoint": [406, 919, 920, 921, 922], "meshproduct": [926, 927, 928, 929, 930, 931, 932, 933], "meshrefreq": [1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046], "meshretim": [1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058], "meshvaluegener": [923, 924], "method": [4, 399, 412, 416, 417, 418, 421, 422, 424, 461], "misc": 419, "miscellan": 0, "mix": 1707, "mode": 1721, "model": [1711, 1712, 1729, 1730, 1731, 1732, 1735, 1736, 1737], "modul": 1721, "module_": 382, "moment": [430, 441], "monitor": [38, 39, 40, 41, 42], "monomi": 461, "mont": [0, 454, 457, 458, 459], "more": [393, 403, 1710, 1722], "morrison": 403, "motiv": [398, 453], "mott": [1728, 1734], "move": [0, 411, 453, 456, 457, 459], "move_set": [321, 322, 323, 324, 325, 326, 327, 328, 329, 330], "mpi": [0, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 388, 459, 1642, 1643], "mpi_broadcast": 361, "mpi_mpi4pi": [1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657], "mpi_nompi": [1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669], "mpi_reduc": [208, 362], "mpl_interfac": [1563, 1564, 1565, 1566, 1567], "mro": 822, "multi": 0, "multidimension": 1700, "multipl": [421, 469], "multivari": 1726, "my": 1688, "myprint_err": [1650, 1664], "myprint_out": [1651, 1665], "n": 1516, "n_block": [754, 774], "n_data_pt": [363, 1587], "n_kpt": [1597, 1604], "n_lin_bin": 346, "n_lin_bins_max": 347, "n_log_bin": 348, "n_log_bins_max": 349, "n_lost_pt": [364, 1588], "n_op": 1555, "n_orbit": [1436, 1474, 1490], "n_subspac": [71, 254, 496, 517], "name": [333, 457, 1679], "namespac": 0, "native_id": 1680, "nda": 0, "ndim": [1437, 1444, 1475, 1491], "nearest": [1739, 1744], "neighbour": [1739, 1744], "nest": [1739, 1740, 1744, 1745], "nevanlinna": 4, "new": [0, 1721], "non": [0, 83, 133, 150, 162, 174, 215, 230, 247, 256, 268, 279, 295, 352, 410, 428, 1701, 1739, 1740, 1744, 1745], "notat": [397, 400], "note": [409, 427, 1742, 1747], "notebook": [1698, 1710, 1721, 1743, 1748], "notion": 404, "now": [1713, 1717], "nrg": 4, "nu": 1702, "number": [458, 471, 1725, 1750], "numpi": [1721, 1726], "o": 1694, "object": [0, 386, 387, 469, 1713, 1717], "observ": [465, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558], "obtain": [1723, 1727], "omega": [1702, 1740, 1745], "omega_": [795, 796], "omega_n": [1740, 1745], "omegamax": 4, "one": [1701, 1713, 1717], "one_var": [1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082], "onefermionintim": [812, 813], "onli": [433, 434, 435, 436, 437, 554, 592, 630, 668, 706], "op_from_block_matrix": 1540, "op_struct": [1559, 1560, 1561], "openmp": 1692, "oper": [0, 83, 141, 142, 158, 159, 170, 182, 183, 227, 228, 238, 239, 244, 262, 263, 264, 265, 273, 274, 275, 276, 290, 291, 334, 350, 365, 366, 367, 397, 399, 411, 413, 421, 426, 432, 440, 460, 461, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1700, 1723, 1725, 1727], "operators_desc": 1517, "oplot": 1564, "oploti": 1565, "oplotr": 1566, "optim": 4, "option": [432, 469, 936, 949, 1035, 1047, 1693], "orbit": [1730, 1731, 1735, 1736], "orbital_nam": [1438, 1476, 1492], "orbital_posit": [1439, 1477, 1493], "other": [4, 399, 1688], "over": [450, 461], "overlap_mat_vec": 1453, "overload": [399, 461], "own": [0, 459, 1705, 1707], "pack_index_site_orbit": 1478, "packag": [0, 1690, 1695], "pade": [1723, 1727], "panel": 469, "paramet": [13, 14, 15, 16, 18, 23, 24, 25, 26, 27, 30, 36, 37, 44, 45, 46, 47, 48, 49, 50, 51, 53, 61, 62, 64, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 88, 114, 126, 142, 145, 146, 147, 148, 150, 151, 159, 162, 163, 171, 174, 175, 183, 184, 188, 191, 192, 193, 205, 206, 207, 208, 210, 219, 222, 223, 224, 226, 228, 231, 232, 233, 234, 235, 236, 238, 239, 241, 242, 244, 245, 246, 247, 248, 249, 250, 252, 253, 255, 258, 259, 260, 262, 263, 264, 265, 266, 268, 269, 270, 271, 273, 274, 275, 276, 277, 280, 281, 283, 285, 286, 287, 288, 290, 291, 292, 296, 297, 299, 302, 316, 317, 318, 319, 320, 332, 339, 340, 345, 350, 351, 354, 356, 357, 360, 361, 362, 365, 366, 367, 369, 370, 371, 372, 373, 374, 375, 376, 400, 402, 410, 430, 433, 434, 435, 436, 437, 461, 554, 592, 630, 668, 706, 936, 949, 1035, 1047, 1726], "parse_hopping_from_wannier90_hr_dat": 1503, "parse_lattice_vectors_from_wannier90_wout": 1504, "partial": [395, 420, 1726], "particl": [4, 1742, 1747, 1749], "partition_funct": [78, 528], "pdf": [375, 1590], "perfect": [1739, 1740, 1744, 1745], "perform": [4, 1713, 1717], "perturb": [1728, 1734], "phase": [1715, 1719, 1741, 1746], "pick_selection_vec": 1089, "pickl": [432, 440], "placehold": [396, 1702], "plot": [432, 467, 469, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1579, 1688, 1713, 1717, 1722], "plot_bas": [1083, 1084], "plot_protocol_appli": 1570, "plottable_slice_along_path": 1073, "point": [426, 432, 1457, 1458, 1459, 1460, 1702], "polynomi": [404, 435], "pomerol": 4, "port": [0, 1698], "positive_freq_view": 209, "positive_onli": 1008, "post": [1713, 1717], "precomput": [1732, 1737], "prepar": 1698, "prerequisit": [1690, 1694], "prettier": 1722, "preview": 335, "previou": [1743, 1748], "principl": [383, 386], "print": 1700, "problem": 459, "process": [472, 1713, 1717], "prod": 421, "product": 15, "product_rang": 16, "profil": 1706, "program": 456, "project": [1705, 1707], "protocol": [467, 469, 1568, 1569, 1570], "proven": 470, "provid": 386, "public": [133, 402], "pull": 8, "purefunctionondomain": 406, "purpos": 1688, "py": [0, 4], "python": [0, 4, 9, 380, 381, 384, 389, 438, 441, 461, 463, 475, 1689, 1695, 1698, 1699, 1706, 1707, 1710, 1721, 1722], "pytriq": 0, "q": [1688, 1740, 1745], "quadratic_term": 1541, "quantiz": [460, 461], "quantum": [4, 1713, 1717], "quantum_numb": [497, 518], "quantum_number_eigenvalu": [79, 529], "quantum_number_eigenvalues_check": [80, 530], "quartic_term": 1542, "question": [1688, 1740, 1743, 1745, 1748], "quick": 1699, "radial_integrals_to_u_j": 1527, "random": [458, 471, 1741, 1746], "random_gener": [331, 332, 333, 334, 335, 1571, 1572, 1573, 1574, 1575, 1576], "random_generator_desc": 1576, "random_generator_nam": 336, "random_generator_names_list": 1575, "randomgener": [1572, 1573], "rang": [0, 17, 18, 19, 20, 21, 22, 1700], "rank": [574, 612, 650, 688, 726, 845, 931], "read": [448, 1690, 1724], "read_gf_from_txt": 1100, "real": [210, 404, 409, 422, 424, 436, 437, 575, 613, 651, 689, 727, 755, 775, 846, 916, 922, 1511, 1702], "rebind": [171, 184], "rebinning_tau": [576, 614, 652, 690, 728, 847, 887], "recompute_grid": 1602, "recv": [1652, 1666], "redirect": [1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687], "reduce_4index_to_2index": 1528, "refer": [387, 433, 434, 435, 436, 437, 439, 440, 447, 468], "refreq": [422, 1081], "regener": 1698, "regular": 412, "reinterpret": 423, "reinterpret_scalar_valued_gf_as_matrix_valu": 211, "reject": 330, "reject_last_tri": 109, "relat": 448, "remark": [1743, 1748], "remind": [1713, 1717, 1729], "remov": [0, 110, 403, 1701], "remove2": 111, "remove2_at_end": 112, "remove_at_end": 113, "renam": 0, "replac": 1701, "replace_by_tail": [577, 615, 653, 691, 729, 848, 888], "replace_by_tail_in_fit_window": [578, 616, 654, 692, 730, 849, 889], "report": [1653, 1667], "repositori": [8, 1738], "represent": 418, "reproduc": 470, "request": [6, 8], "request_emergency_stop": 42, "requir": [0, 1696, 1697], "reserv": 114, "resize_arrai": [1598, 1605], "respons": [4, 1749], "result": [459, 1628, 1635, 1729, 1732, 1737], "retard": [404, 436, 437], "retim": [424, 1082], "return": [44, 46, 47, 48, 49, 54, 61, 62, 63, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 145, 146, 147, 148, 191, 192, 193, 205, 206, 208, 216, 217, 218, 220, 221, 224, 228, 229, 232, 233, 236, 237, 238, 239, 240, 249, 251, 252, 253, 254, 257, 259, 261, 262, 263, 264, 265, 267, 270, 272, 273, 274, 275, 276, 278, 282, 283, 284, 285, 288, 289, 290, 291, 293, 296, 303, 317, 319, 320, 341, 342, 343, 344, 345, 346, 347, 348, 349, 351, 355, 358, 359, 360, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 400, 1643], "revers": 476, "rework": 0, "rm_measur": 316, "roll_matrix": 115, "rpa": [1741, 1742, 1743, 1746, 1747, 1748], "run": [317, 1623, 1629, 1636, 1681, 1713, 1716, 1717, 1720], "s2_op": 1556, "s_": [1743, 1748], "s_op": 1557, "sampl": 1729, "sanit": 0, "save": [470, 776, 1688], "scalartyp": [256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278], "scheme": [387, 433, 434, 435, 436, 437], "script": [0, 470, 1688, 1721], "second": [460, 461], "select_indic": [1085, 1086, 1087, 1088, 1089, 1090], "select_path_indic": 1090, "self": [1713, 1716, 1717, 1720, 1742, 1747], "semi": [818, 1723, 1727], "semicircular": [814, 815], "send": [1654, 1668], "serial": 461, "set": [8, 1729], "set_after_cycle_duti": 318, "set_from": 902, "set_from_fouri": [579, 617, 655, 693, 731, 850, 890], "set_from_gf_data_mul_lr": 1424, "set_from_imfreq": [580, 618, 656, 694, 732, 851, 891], "set_from_imtim": [581, 619, 657, 695, 733, 852, 892], "set_from_legendr": [582, 620, 658, 696, 734, 853, 893], "set_from_pad": [583, 621, 659, 697, 735, 854, 894], "set_hilbert": [266, 277], "set_index": 292, "set_n_operations_before_check": 116, "set_operator_structur": 1561, "set_precision_error": 117, "set_precision_warn": 118, "set_singular_threshold": 119, "set_tail_fit_paramet": 1009, "setdaemon": 1682, "setnam": 1683, "setup": 1690, "shell": 1721, "shelv": [432, 440], "sherman": 403, "short": [397, 1721], "shot": [1713, 1717], "should": 7, "simpl": [468, 1700, 1702, 1707, 1721], "simul": 459, "singl": [1730, 1735], "singular": [412, 415, 417, 418, 421, 424], "size": [21, 120, 229, 240, 267, 278, 293, 368], "size_of_compon": 932, "skeleton": [4, 1698], "sleeptim": [1621, 1625, 1632], "slice": [23, 432, 1700, 1713, 1717], "slice_arrai": [1655, 1669], "slice_inf": 1656, "slice_on_path": 1070, "slice_sup": 1657, "softwar": 1692, "solid_dmft": [4, 1713, 1717], "solut": [386, 1716, 1720, 1732, 1735, 1736, 1737], "solver": [4, 389, 1729, 1741, 1746], "som": 4, "sourc": [1690, 1695, 1704], "sp": [1742, 1747], "space": 444, "space_partit": [247, 248, 249, 250, 251, 252, 253, 254], "special": [409, 425], "spectral": [1713, 1717], "spherical_to_cub": 1529, "spin": [1743, 1748], "squar": [1712, 1739, 1744], "standalon": 0, "standard": 472, "start": [459, 1684, 1689], "start_redirect": 1686, "stat": [0, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 472, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591], "state": [255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 444, 448, 1723, 1727], "statement": 1721, "statevector": 445, "static": [1740, 1745], "statist": [419, 472, 968, 981, 994, 1010, 1021, 1032], "step": [22, 1690, 1698], "stochast": 4, "stop": 1685, "stop_redirect": 1687, "storag": [396, 412, 416, 417, 418, 421, 422, 424], "stride": 24, "string": 0, "structur": [1704, 1743, 1748], "sub_hilbert_spac": [279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293], "subarrai": 1530, "subplot": 1722, "subscript": 421, "sum": [394, 450], "sumk": [1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605], "sumk_discret": [1593, 1594, 1595, 1596, 1597, 1598], "sumk_discrete_from_lattic": [1599, 1600, 1601, 1602, 1603, 1604, 1605], "sumkdiscret": [1594, 1595, 1596, 1597, 1598], "sumkdiscretefromlattic": [1600, 1601, 1602, 1603, 1604, 1605], "super_lattic": [1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480], "support": 388, "surfac": [1739, 1744], "suscept": [1740, 1745], "swap_col": 121, "swap_row": 122, "symmetri": 415, "synopsi": [402, 408, 416, 417, 418, 422, 424], "system": [4, 1743, 1748], "t": [412, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1702, 1743, 1748], "t2g_submatrix": 1531, "t_max": 1053, "t_min": 1054, "tabl": [4, 5], "tail": [0, 404, 409], "target": 423, "target_indic": [160, 172, 185, 584, 622, 660, 698, 736, 855], "target_rank": [585, 623, 661, 699, 737, 856], "target_shap": [161, 173, 186, 586, 624, 662, 700, 738, 857], "tau": [1702, 1729], "tau_estimate_from_error": 376, "tb_from_pythtb": 1498, "tb_from_wannier90": 1499, "tb_to_sympi": 1500, "tblattic": [0, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494], "tbsuperlattic": [1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480], "techniqu": 421, "temperatur": [1743, 1748], "templat": [13, 15, 16, 26, 27, 30, 36, 37, 45, 72, 73, 74, 75, 76, 77, 78, 88, 142, 145, 146, 147, 148, 150, 151, 159, 162, 163, 174, 175, 183, 188, 191, 192, 193, 205, 206, 207, 210, 241, 244, 245, 246, 247, 250, 255, 260, 268, 271, 299, 340, 350, 369, 370, 371, 372, 373, 374, 376, 400, 410, 461], "test": [0, 1707], "text": [448, 1688, 1722], "tf": 409, "the_funct": 1637, "theme": 0, "theorem": [1743, 1748], "theori": [1709, 1728, 1734, 1740, 1742, 1745, 1747], "thi": [459, 1713, 1717, 1722], "thin": 469, "three_j_symbol": 1532, "through": 1700, "tight": [451, 1712, 1726], "tight_bind": [448, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496], "tightbind": [0, 452, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453], "time": [392, 404, 409, 417, 424, 434, 437, 443, 1702, 1723, 1727, 1729], "to_data_index": [933, 944, 956, 969, 982, 995, 1011, 1022, 1033, 1041, 1055], "to_index": [945, 957, 970, 983, 996, 1012, 1023, 1034, 1042, 1056], "to_valu": [946, 958, 971, 984, 997, 1013, 1024, 1043, 1057], "tool": [0, 4, 380, 389, 442, 447, 448, 454, 473, 476, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1688, 1696, 1713, 1717], "toolbox": 4, "total_dens": [587, 625, 663, 701, 739, 777, 858], "tour": [398, 1699], "tprf": 4, "tpsc": [1742, 1743, 1747, 1748], "trace_rho_op": [81, 531], "transform": [25, 386, 397, 404, 408, 443, 449, 910, 1723, 1727, 1740, 1745], "transform_u_matrix": 1533, "transit": [1728, 1734], "transpos": [588, 626, 664, 702, 740, 778, 859, 1101], "travi": 0, "treat": [1630, 1638], "triq": [0, 3, 4, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 385, 388, 389, 392, 402, 444, 447, 455, 460, 469, 470, 471, 472, 473, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1694, 1696, 1698, 1699, 1704, 1705, 1707, 1713, 1717, 1723, 1727, 1729, 1750], "true": [268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278], "try_change_col": 123, "try_change_col_row": 124, "try_change_row": 125, "try_insert": 126, "try_insert_k": 127, "try_refil": 128, "try_remov": 129, "try_remove_k": 130, "tupl": [473, 476], "tutori": [459, 1699, 1713, 1717, 1722, 1733, 1738], "two": [4, 1701, 1702, 1731, 1736, 1742, 1743, 1747, 1748, 1749], "type": [17, 43, 45, 83, 131, 133, 150, 162, 174, 214, 215, 247, 256, 268, 388, 402, 404, 410, 412, 428, 429, 461], "u": [462, 1736, 1742, 1747], "u_": [1742, 1747], "u_j_to_radial_integr": 1520, "u_matrix": [1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533], "u_matrix_kanamori": 1521, "u_matrix_slat": 1522, "ubsan": 0, "ubuntu": [1690, 1697], "under": 402, "unflatten_2d": 212, "unflatten_gf_2d": 213, "unit": [947, 959, 1440, 1445, 1479, 1494], "unitary_matric": [498, 519], "unix": 1692, "unpack_index_site_orbit": 1480, "up": [8, 1729], "updat": [245, 1698], "us": [0, 4, 389, 409, 426, 444, 458, 1688, 1690, 1691, 1699, 1705, 1713, 1717, 1740, 1745], "usag": [388, 409, 471, 1691, 1695], "use_amsmath": 1567, "user": 1699, "util": [390, 473, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687], "v": [381, 1742, 1747], "vacuum_st": [499, 520], "vacuum_subspace_index": [500, 521], "valenc": [1732, 1737], "valu": [400, 432, 917, 948, 960, 972, 985, 998, 1014, 1025, 1044, 1058, 1460, 1702, 1723, 1727], "variabl": [421, 457, 1692], "vector": 1700, "veri": 1721, "version": [0, 470, 1690, 1750], "view": [0, 410, 412, 413, 440, 1700], "view_selected_block": [756, 779], "virtual": 1695, "visual": [1728, 1729, 1734], "w2dynam": 4, "w_max": [973, 986, 999, 1045], "w_min": 1046, "wagner": [1743, 1748], "wannier": [1713, 1717], "warmup": 319, "warmup_and_accumul": 320, "warn": 475, "weak": [1742, 1747], "websit": 0, "welcom": 1689, "what": 386, "where": 1689, "who": 7, "why": 1699, "wilson": [816, 817], "window": 430, "work": 403, "wrap": 381, "wrapped_aux": [1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424], "wrapped_aux_desc": [1425, 1426], "wrapper": 4, "write": [7, 459, 1688, 1707, 1724], "write_gf_to_txt": 1102, "x": [421, 1694], "x_data_view": [589, 627, 665, 703, 741, 860], "y": 421, "you": [1707, 1713, 1717], "your": [8, 459, 1693, 1698, 1705], "zero": [590, 628, 666, 704, 742, 757, 780, 861], "zip": 26, "zip_with": 27, "zone": 450, "\u03c3": [1713, 1717]}}) \ No newline at end of file diff --git a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html index 5b15b2caba..038323a46a 100644 --- a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html +++ b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html @@ -1757,7 +1757,7 @@

Solution 6

+

e9b36b9883314d15a122ad379236c886

Regardless of which package you use for MaxEnt, it is very important to remember that there are some important knobs with which one can play in MaxEnt that can substantially change the results, and so one must be very careful in its use!

Exercise 7

diff --git a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html index ffe00b368f..96f8fad823 100644 --- a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html +++ b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html @@ -1726,7 +1726,7 @@

Valence-Bond DMFT solution of the Hubbard model\(U/t=10\) and \(t'/t=-0.3\), which are values commonly used for modeling hole-doped cuprates in a single-band framework. All energies (and temperatures) are expressed in units of \(D=4t=1\), and the doping is denoted by \(\delta\).

We subdivide the Brillouin Zone into a minimal set of two patches of equal area \(P_+\) (even) and \(P_-\) (odd).

-

ccfc89f39503456e85b24e104f47304b

+

4abef7133e1a4e83b8d8e8c1c9a77198

\(P_+\) is a central square centered at momentum \((0,0)\) and containing the nodal region; the complementary region \(P_{-}\) extends to the edge of the BZ and contains in particular the antinodal region and the \((\pi,\pi)\) momentum.

[1]:

Dynamical mean-field theory\(G_0\) and loop until convergence

-

db70f5ee60924474bf4e567acf0cdbd4

+

c448e34ba1444b87befb184229722b6b

Bethe lattice DMFT

diff --git a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html index b4fbd0e088..5ca2df52bc 100644 --- a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html +++ b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html @@ -1721,7 +1721,7 @@

General reminder: Anderson impurity model and CTHYB solver

In the Anderson impurity model, we decompose the full lattice problem into an interacting site (‘impurity’) hybridised to a bath:

-

7b7f16047ed6473f8045b225a09395b2

+

d4820b907d124cf28ba8d6b85a9f7fc5

with the Hamiltonian :nbsphinx-math:`begin{align*}

H = & color{red}{H_{rm imp}} + color{darkgreen}{H_{rm hyb}} + color{blue}{H_{rm bath}} \ diff --git a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html index cf7ee267eb..36d74d6eda 100644 --- a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html +++ b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html @@ -1722,7 +1722,7 @@

Valence-Bond DMFT solution of the Hubbard model\(U/t=10\) and \(t'/t=-0.3\), which are values commonly used for modeling hole-doped cuprates in a single-band framework. All energies (and temperatures) are expressed in units of \(D=4t=1\), and the doping is denoted by \(\delta\).

We subdivide the Brillouin Zone into a minimal set of two patches of equal area \(P_+\) (even) and \(P_-\) (odd).

-

9a08677ed68d42dc83802ff77158cf94

+

41d957bd90ba43bc841c21ea9cbc3046

\(P_+\) is a central square centered at momentum \((0,0)\) and containing the nodal region; the complementary region \(P_{-}\) extends to the edge of the BZ and contains in particular the antinodal region and the \((\pi,\pi)\) momentum.

Bethe lattice DMFT

@@ -1883,7 +1883,7 @@

Visualizing the Mott transition

Comparison with the literature

You can compare the result above with what can be found in the literature (review of Antoine Georges et al.)

-

d1e99ca8adf44d3abaed5a6074d3fcef

+

d593b15185e14eb3a04fe0d8ec76a863

diff --git a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html index 83ffe24f54..3b9a1a7ebd 100644 --- a/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html +++ b/triqs/3.2.x/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html @@ -1996,7 +1996,7 @@

dos

dos

hilbert_transform

hilbert_transform

    - triqs.dos.dos + triqs.dos.dos
    - triqs.dos.hilbert_transform + triqs.dos.hilbert_transform