From c2b97332694d2f0ae983b680a0e983f6d2a972c1 Mon Sep 17 00:00:00 2001 From: Flatiron Jenkins Date: Thu, 27 Jun 2024 13:03:36 -0400 Subject: [PATCH] Generated documentation for triqs/unstable jenkins-TRIQS-triqs-unstable-989 8e1799628f6240565b761da72111803b7d8d5451 --- triqs/unstable/_modules/triqs/dos/dos.html | 14 ++++---- .../_modules/triqs/dos/hilbert_transform.html | 6 ++-- .../triqs/gf/backwd_compat/gf_retime.html | 4 +-- .../unstable/_modules/triqs/gf/block_gf.html | 34 +++++++++---------- .../_modules/triqs/gf/descriptor_base.html | 30 ++++++++-------- .../_modules/triqs/gf/descriptors.html | 4 +-- .../operator++.rst.txt | 2 +- .../itertools/prod_iter/operator==.rst.txt | 2 +- .../itertools/zip_iter/operator==.rst.txt | 2 +- .../cpp_api/mpi/mpi_reduce.rst.txt | 2 +- .../amplitudes.rst.txt | 2 +- .../operator++.html | 2 +- .../itertools/prod_iter/operator==.html | 2 +- .../itertools/zip_iter/operator==.html | 2 +- .../documentation/cpp_api/mpi/mpi_reduce.html | 2 +- .../amplitudes.html | 2 +- triqs/unstable/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 +- 23 files changed, 64 insertions(+), 64 deletions(-) diff --git a/triqs/unstable/_modules/triqs/dos/dos.html b/triqs/unstable/_modules/triqs/dos/dos.html index 0f8db2d490..846b0fa862 100644 --- a/triqs/unstable/_modules/triqs/dos/dos.html +++ b/triqs/unstable/_modules/triqs/dos/dos.html @@ -1782,7 +1782,7 @@

Source code for triqs.dos.dos

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

Source code for triqs.dos.dos

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

Source code for triqs.dos.dos

         """%self.__dict__ 
 
 
-[docs] +[docs] def copy(self): return DOS(self.eps,self.rho,self.name)
@@ -1856,7 +1856,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.""" @@ -1880,7 +1880,7 @@

Source code for triqs.dos.dos

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

Source code for triqs.dos.dos

 ##########################################################################
 
 
-[docs] +[docs] class DOSFromFunction(DOS): """ * A DOS class, but constructed from a function. @@ -1929,7 +1929,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/unstable/_modules/triqs/dos/hilbert_transform.html b/triqs/unstable/_modules/triqs/dos/hilbert_transform.html index 6154787dd4..24405254e6 100644 --- a/triqs/unstable/_modules/triqs/dos/hilbert_transform.html +++ b/triqs/unstable/_modules/triqs/dos/hilbert_transform.html @@ -1785,7 +1785,7 @@

Source code for triqs.dos.hilbert_transform

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

Source code for triqs.dos.hilbert_transform

 
     """
 
-[docs] +[docs] def __init__(self, rho): """ :param rho: a DOS object. @@ -1829,7 +1829,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/unstable/_modules/triqs/gf/backwd_compat/gf_retime.html b/triqs/unstable/_modules/triqs/gf/backwd_compat/gf_retime.html index f5a3139449..691abc1819 100644 --- a/triqs/unstable/_modules/triqs/gf/backwd_compat/gf_retime.html +++ b/triqs/unstable/_modules/triqs/gf/backwd_compat/gf_retime.html @@ -1782,7 +1782,7 @@

Source code for triqs.gf.backwd_compat.gf_retime

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

Source code for triqs.gf.backwd_compat.gf_retime

"""
-[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/unstable/_modules/triqs/gf/block_gf.html b/triqs/unstable/_modules/triqs/gf/block_gf.html index d3b7bc428f..634fbaa58f 100644 --- a/triqs/unstable/_modules/triqs/gf/block_gf.html +++ b/triqs/unstable/_modules/triqs/gf/block_gf.html @@ -1786,7 +1786,7 @@

Source code for triqs.gf.block_gf

 from .gf import Gf
 
 
-[docs] +[docs] def fix_gf_struct_type(gf_struct): """For backward compatibility: Convert old gf_struct types to [(str,int), ...]""" if isinstance(gf_struct,dict): @@ -1802,14 +1802,14 @@

Source code for triqs.gf.block_gf

 
 
 
-[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)
-[docs] +[docs] class BlockGf: """ Generic Green's Function by Block. @@ -1819,7 +1819,7 @@

Source code for triqs.gf.block_gf

 
     # not implemented as a dictionary since we want to be sure of the order !).
 
-[docs] +[docs] def __init__(self, **kwargs): """ * There are several possible constructors, which accept only keyword arguments. @@ -1906,14 +1906,14 @@

Source code for triqs.gf.block_gf

     #------------ copy and construction -----------------------------------------------
 
 
-[docs] +[docs] def copy(self,*args): """Returns a (deep) copy of self (i.e. new independent Blocks initialised with self) """ return self.__class__ (name_list = self.__indices[:], block_list = [ g.copy(*args) for g in self.__GFlist],make_copies=False)
-[docs] +[docs] def view_selected_blocks(self, selected_blocks): """Returns a VIEW of the selected blocks of self, in the same order as self.""" for b in selected_blocks: assert b in self.__indices,"Selected Blocks must be existing blocks" @@ -1921,7 +1921,7 @@

Source code for triqs.gf.block_gf

 
 
 
-[docs] +[docs] def copy_selected_blocks(self, selected_blocks): """Returns a COPY of the selected blocks of self, in the same order as self.""" for b in selected_blocks: assert b in self.__indices,"Selected Blocks must be existing blocks" @@ -1929,7 +1929,7 @@

Source code for triqs.gf.block_gf

 
 
 
-[docs] +[docs] def copy_from(self, G2): """Copy the Green's function from G2: G2 MUST have the same structure!""" assert isinstance(G2, BlockGf) @@ -2003,7 +2003,7 @@

Source code for triqs.gf.block_gf

         return str(x).replace(' ','').replace('(','').replace(')','').replace("'",'').replace(',','-')
 
 
-[docs] +[docs] def save(self, filename, accumulate=False): """ Save the Green function in i omega_n (as 2 columns). - accumulate: @@ -2013,7 +2013,7 @@

Source code for triqs.gf.block_gf

 
 
 
-[docs] +[docs] def load(self, filename, no_exception = False): """ adjust_temperature: if true, @@ -2187,20 +2187,20 @@

Source code for triqs.gf.block_gf

    #--------------------------------------------------------------------------
 
 
-[docs] +[docs] def zero(self): for i,g in self: g.zero()
-[docs] +[docs] def density(self, *args, **kwargs): """Returns the density as a dict of density of the blocks""" return dict( (s,g.density(*args, **kwargs)) for s,g in self )
-[docs] +[docs] def total_density(self, *args, **kwargs): """ Total density of G """ return sum([ g.total_density(*args, **kwargs) for i,g in self ])
@@ -2211,7 +2211,7 @@

Source code for triqs.gf.block_gf

            raise RuntimeError("The blocks of this Green Function do not possess the %s method"%ATTR)
 
 
-[docs] +[docs] def invert(self): """Inverse all the blocks inplace""" self.__check_attr("invert") @@ -2219,7 +2219,7 @@

Source code for triqs.gf.block_gf

 
 
 
-[docs] +[docs] def inverse(self): """Return inverse of the BlockGf""" self.__check_attr("inverse") @@ -2227,7 +2227,7 @@

Source code for triqs.gf.block_gf

 
 
 
-[docs] +[docs] def transpose(self): """Return transpose of the BlockGf""" self.__check_attr("transpose") @@ -2235,7 +2235,7 @@

Source code for triqs.gf.block_gf

 
 
 
-[docs] +[docs] def conjugate(self): """Return conjugate of the BlockGf""" self.__check_attr("conjugate") diff --git a/triqs/unstable/_modules/triqs/gf/descriptor_base.html b/triqs/unstable/_modules/triqs/gf/descriptor_base.html index a283fc3933..986c093dca 100644 --- a/triqs/unstable/_modules/triqs/gf/descriptor_base.html +++ b/triqs/unstable/_modules/triqs/gf/descriptor_base.html @@ -1787,10 +1787,10 @@

Source code for triqs.gf.descriptor_base

 from .meshes import MeshImFreq, MeshDLRImFreq, MeshReFreq
 
 
-[docs] +[docs] class LazyCTX:
-[docs] +[docs] def __init__ (self, G): self.G = G
@@ -1808,19 +1808,19 @@

Source code for triqs.gf.descriptor_base

 
 
 
-[docs] +[docs] def is_lazy(y): return isinstance(y,(Omega_, LazyExpr, LazyExprTerminal))
-[docs] +[docs] def is_scalar(x): return type(x) in [ type(1), type(1.0), type(1j), numpy.ndarray, int, numpy.int_, numpy.int8, numpy.int16, numpy.int32, float, numpy.float32, numpy.float64, complex, numpy.complex64, numpy.complex128 ]
-[docs] +[docs] def convert_scalar_to_const(expr): # if the expression is a pure scalar, replace it by Const @@ -1839,10 +1839,10 @@

Source code for triqs.gf.descriptor_base

 
     
 
-[docs] +[docs] class Base (LazyExprTerminal):
-[docs] +[docs] def __init__(self,**kargs): self.__dict__.update(kargs)
@@ -1850,10 +1850,10 @@

Source code for triqs.gf.descriptor_base

 
 # The Base for any descriptor taking a BlockGf
 
-[docs] +[docs] class BaseBlock(Base):
-[docs] +[docs] def __init__ (self, G, *args, **kw): Base.__init__(self, G = G) if self.is_block_descriptor(): @@ -1861,7 +1861,7 @@

Source code for triqs.gf.descriptor_base

 
 
 
-[docs] +[docs] def is_block_descriptor(self): return self.G.__class__.__name__ == 'BlockGf'
@@ -1873,7 +1873,7 @@

Source code for triqs.gf.descriptor_base

 #########################################################################
 
 
-[docs] +[docs] class Function (Base): r""" Stores a python function @@ -1881,7 +1881,7 @@

Source code for triqs.gf.descriptor_base

        If the Green's function is defined on an array of points :math:`x_i`, then it will be initialized to :math:`F(x_i)`.
     """
 
-[docs] +[docs] def __init__ (self, function): r""" :param function: the function :math:`\omega \rightarrow function(\omega)` @@ -1903,10 +1903,10 @@

Source code for triqs.gf.descriptor_base

 #########################################################################
 
 
-[docs] +[docs] class Const(Base):
-[docs] +[docs] def __init__ (self, C): Base.__init__(self, C=C)
@@ -1928,7 +1928,7 @@

Source code for triqs.gf.descriptor_base

 #########################################################################
 
 
-[docs] +[docs] class Omega_(Base): r"""The function:math:`\omega \rightarrow \omega` """ def __str__(self): return "Omega" diff --git a/triqs/unstable/_modules/triqs/gf/descriptors.html b/triqs/unstable/_modules/triqs/gf/descriptors.html index 0924beb7ed..78296271ad 100644 --- a/triqs/unstable/_modules/triqs/gf/descriptors.html +++ b/triqs/unstable/_modules/triqs/gf/descriptors.html @@ -1832,7 +1832,7 @@

Source code for triqs.gf.descriptors

 ##################################################
 
 
-[docs] +[docs] class SemiCircular (Base): r"""Hilbert transform of a semicircular density of states, i.e. @@ -1885,7 +1885,7 @@

Source code for triqs.gf.descriptors

 ##################################################
 
 
-[docs] +[docs] class Flat (Base): r"""The Hilbert transform of a flat density of states, with cut-off diff --git a/triqs/unstable/_sources/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.rst.txt index 8b2facebf1..5b6de7af90 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.rst.txt @@ -33,4 +33,4 @@ Documentation Returns ^^^^^^^ -Copy of the derived iterator before calling the derived iterator's `increment()` function. \ No newline at end of file +Reference to the derived iterator after calling the derived iterator's `increment()` function. \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/itertools/prod_iter/operator==.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/itertools/prod_iter/operator==.rst.txt index b5d12b0e00..a093b67e67 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/itertools/prod_iter/operator==.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/itertools/prod_iter/operator==.rst.txt @@ -48,4 +48,4 @@ Parameters Returns ^^^^^^^ -True, if all original iterators are equal. \ No newline at end of file +True, if the first iterator, i.e. `std::get<0>(its)`, is equal to the iterator of the sentinel. \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt index f026f6c74a..f8255c6c28 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt @@ -48,4 +48,4 @@ Parameters Returns ^^^^^^^ -True, if all original iterators are equal. \ No newline at end of file +True, if one of the original iterators is equal to the corresponding iterator of the sentinel. \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_reduce.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_reduce.rst.txt index b9f8b41995..dd87a04685 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_reduce.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_reduce.rst.txt @@ -61,4 +61,4 @@ Parameters Returns ^^^^^^^ -std::vector containing the result of each individual reduction. \ No newline at end of file +The result of the reduction. \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt index 04db9cd7ea..6670a247bd 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt @@ -41,4 +41,4 @@ Documentation Returns ^^^^^^^ -Reference to the storage container \ No newline at end of file +Constant reference to the storage container \ No newline at end of file diff --git a/triqs/unstable/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.html b/triqs/unstable/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.html index 49de54ced9..b4ad6149b8 100644 --- a/triqs/unstable/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.html +++ b/triqs/unstable/documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.html @@ -1807,7 +1807,7 @@

Documentation

Returns

-

Copy of the derived iterator before calling the derived iterator’s increment() function.

+

Reference to the derived iterator after calling the derived iterator’s increment() function.

diff --git a/triqs/unstable/documentation/cpp_api/itertools/prod_iter/operator==.html b/triqs/unstable/documentation/cpp_api/itertools/prod_iter/operator==.html index 2d716a9712..2b8de1683f 100644 --- a/triqs/unstable/documentation/cpp_api/itertools/prod_iter/operator==.html +++ b/triqs/unstable/documentation/cpp_api/itertools/prod_iter/operator==.html @@ -1825,7 +1825,7 @@

Parameters

Returns

-

True, if all original iterators are equal.

+

True, if the first iterator, i.e. std::get<0>(its), is equal to the iterator of the sentinel.

diff --git a/triqs/unstable/documentation/cpp_api/itertools/zip_iter/operator==.html b/triqs/unstable/documentation/cpp_api/itertools/zip_iter/operator==.html index b2c5434ad7..83c2006c54 100644 --- a/triqs/unstable/documentation/cpp_api/itertools/zip_iter/operator==.html +++ b/triqs/unstable/documentation/cpp_api/itertools/zip_iter/operator==.html @@ -1825,7 +1825,7 @@

Parameters

Returns

-

True, if all original iterators are equal.

+

True, if one of the original iterators is equal to the corresponding iterator of the sentinel.

diff --git a/triqs/unstable/documentation/cpp_api/mpi/mpi_reduce.html b/triqs/unstable/documentation/cpp_api/mpi/mpi_reduce.html index 40b6d6a7d1..91f347569f 100644 --- a/triqs/unstable/documentation/cpp_api/mpi/mpi_reduce.html +++ b/triqs/unstable/documentation/cpp_api/mpi/mpi_reduce.html @@ -1835,7 +1835,7 @@

Parameters

Returns

-

std::vector containing the result of each individual reduction.

+

The result of the reduction.

diff --git a/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html b/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html index 18ef3cd822..51a120fb1b 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html +++ b/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html @@ -1811,7 +1811,7 @@

Returns

-

Reference to the storage container

+

Constant reference to the storage container

diff --git a/triqs/unstable/searchindex.js b/triqs/unstable/searchindex.js index 6013adda01..db619b4ab7 100644 --- a/triqs/unstable/searchindex.js +++ b/triqs/unstable/searchindex.js @@ -1 +1 @@ -Search.setIndex({"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/distance", "documentation/cpp_api/itertools/enum_iter", "documentation/cpp_api/itertools/enum_iter/constructor", "documentation/cpp_api/itertools/enum_iter/dereference", "documentation/cpp_api/itertools/enum_iter/increment", "documentation/cpp_api/itertools/enum_iter/operator==", "documentation/cpp_api/itertools/enumerate", "documentation/cpp_api/itertools/enumerated", "documentation/cpp_api/itertools/enumerated/begin", "documentation/cpp_api/itertools/enumerated/cbegin", "documentation/cpp_api/itertools/enumerated/cend", "documentation/cpp_api/itertools/enumerated/end", "documentation/cpp_api/itertools/enumerated/operator==", "documentation/cpp_api/itertools/foreach", "documentation/cpp_api/itertools/iterator_facade", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator*", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator->", "documentation/cpp_api/itertools/make_product", "documentation/cpp_api/itertools/make_sentinel", "documentation/cpp_api/itertools/make_vector_from_range", "documentation/cpp_api/itertools/multiplied", "documentation/cpp_api/itertools/multiplied/begin", "documentation/cpp_api/itertools/multiplied/cbegin", "documentation/cpp_api/itertools/multiplied/cend", "documentation/cpp_api/itertools/multiplied/constructor", "documentation/cpp_api/itertools/multiplied/end", "documentation/cpp_api/itertools/multiplied/operator==", "documentation/cpp_api/itertools/prod_iter", "documentation/cpp_api/itertools/prod_iter/constructor", "documentation/cpp_api/itertools/prod_iter/dereference", "documentation/cpp_api/itertools/prod_iter/increment", "documentation/cpp_api/itertools/prod_iter/operator==", "documentation/cpp_api/itertools/product", "documentation/cpp_api/itertools/product_range", "documentation/cpp_api/itertools/range", "documentation/cpp_api/itertools/range/begin", "documentation/cpp_api/itertools/range/cbegin", "documentation/cpp_api/itertools/range/cend", "documentation/cpp_api/itertools/range/constructor", "documentation/cpp_api/itertools/range/end", "documentation/cpp_api/itertools/range/first", "documentation/cpp_api/itertools/range/last", "documentation/cpp_api/itertools/range/operator+", "documentation/cpp_api/itertools/range/operator<<", "documentation/cpp_api/itertools/range/operator==", "documentation/cpp_api/itertools/range/size", "documentation/cpp_api/itertools/range/step", "documentation/cpp_api/itertools/sentinel_t", "documentation/cpp_api/itertools/slice", "documentation/cpp_api/itertools/sliced", "documentation/cpp_api/itertools/sliced/begin", "documentation/cpp_api/itertools/sliced/cbegin", "documentation/cpp_api/itertools/sliced/cend", "documentation/cpp_api/itertools/sliced/end", "documentation/cpp_api/itertools/sliced/operator==", "documentation/cpp_api/itertools/sliced/size", "documentation/cpp_api/itertools/stride", "documentation/cpp_api/itertools/stride_iter", "documentation/cpp_api/itertools/stride_iter/constructor", "documentation/cpp_api/itertools/stride_iter/dereference", "documentation/cpp_api/itertools/stride_iter/increment", "documentation/cpp_api/itertools/stride_iter/operator==", "documentation/cpp_api/itertools/strided", "documentation/cpp_api/itertools/strided/begin", "documentation/cpp_api/itertools/strided/cbegin", "documentation/cpp_api/itertools/strided/cend", "documentation/cpp_api/itertools/strided/end", "documentation/cpp_api/itertools/strided/operator==", "documentation/cpp_api/itertools/transform", "documentation/cpp_api/itertools/transform_iter", "documentation/cpp_api/itertools/transform_iter/constructor", "documentation/cpp_api/itertools/transform_iter/dereference", "documentation/cpp_api/itertools/transform_iter/increment", "documentation/cpp_api/itertools/transform_iter/operator=", "documentation/cpp_api/itertools/transform_iter/operator==", "documentation/cpp_api/itertools/transformed", "documentation/cpp_api/itertools/transformed/begin", "documentation/cpp_api/itertools/transformed/cbegin", "documentation/cpp_api/itertools/transformed/cend", "documentation/cpp_api/itertools/transformed/end", "documentation/cpp_api/itertools/zip", "documentation/cpp_api/itertools/zip_iter", "documentation/cpp_api/itertools/zip_iter/constructor", "documentation/cpp_api/itertools/zip_iter/dereference", "documentation/cpp_api/itertools/zip_iter/increment", "documentation/cpp_api/itertools/zip_iter/operator==", "documentation/cpp_api/itertools/zipped", "documentation/cpp_api/itertools/zipped/begin", "documentation/cpp_api/itertools/zipped/cbegin", "documentation/cpp_api/itertools/zipped/cend", "documentation/cpp_api/itertools/zipped/constructor", "documentation/cpp_api/itertools/zipped/end", "documentation/cpp_api/itertools/zipped/operator==", "documentation/cpp_api/mpi", "documentation/cpp_api/mpi/all_gather", "documentation/cpp_api/mpi/all_reduce", "documentation/cpp_api/mpi/all_reduce_in_place", "documentation/cpp_api/mpi/broadcast", "documentation/cpp_api/mpi/chunk", "documentation/cpp_api/mpi/chunk_length", "documentation/cpp_api/mpi/communicator", "documentation/cpp_api/mpi/communicator/abort", "documentation/cpp_api/mpi/communicator/barrier", "documentation/cpp_api/mpi/communicator/constructor", "documentation/cpp_api/mpi/communicator/get", "documentation/cpp_api/mpi/communicator/rank", "documentation/cpp_api/mpi/communicator/size", "documentation/cpp_api/mpi/communicator/split", "documentation/cpp_api/mpi/environment", "documentation/cpp_api/mpi/environment/constructor", "documentation/cpp_api/mpi/gather", "documentation/cpp_api/mpi/get_mpi_type", "documentation/cpp_api/mpi/is_initialized", "documentation/cpp_api/mpi/lazy", "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/operator=", "documentation/cpp_api/mpi/monitor/request_emergency_stop", "documentation/cpp_api/mpi/monitor/root_check_nodes_and_bcast", "documentation/cpp_api/mpi/mpi_broadcast", "documentation/cpp_api/mpi/mpi_gather", "documentation/cpp_api/mpi/mpi_reduce", "documentation/cpp_api/mpi/mpi_reduce_in_place", "documentation/cpp_api/mpi/mpi_scatter", "documentation/cpp_api/mpi/mpi_type", "documentation/cpp_api/mpi/mpi_typeLTconstTGT", "documentation/cpp_api/mpi/mpi_typeLTstd::tupleLTT...GTGT", "documentation/cpp_api/mpi/mpi_type_from_tie", "documentation/cpp_api/mpi/reduce", "documentation/cpp_api/mpi/reduce_in_place", "documentation/cpp_api/mpi/scatter", "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/tau_L2_norm", "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/nterms", "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.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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.dlr_crm_dyson_solver", "documentation/python_api/triqs.gf.dlr_crm_dyson_solver.minimize_dyson", "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.tau_L2_norm", "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_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.tau_L2_norm", "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.index", "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.n_iw", "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.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_Legendre_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__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_Legendre_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__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.CallProxyLegendre_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__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.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.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.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.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.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.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"], "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/distance.rst", "documentation/cpp_api/itertools/enum_iter.rst", "documentation/cpp_api/itertools/enum_iter/constructor.rst", "documentation/cpp_api/itertools/enum_iter/dereference.rst", "documentation/cpp_api/itertools/enum_iter/increment.rst", "documentation/cpp_api/itertools/enum_iter/operator==.rst", "documentation/cpp_api/itertools/enumerate.rst", "documentation/cpp_api/itertools/enumerated.rst", "documentation/cpp_api/itertools/enumerated/begin.rst", "documentation/cpp_api/itertools/enumerated/cbegin.rst", "documentation/cpp_api/itertools/enumerated/cend.rst", "documentation/cpp_api/itertools/enumerated/end.rst", "documentation/cpp_api/itertools/enumerated/operator==.rst", "documentation/cpp_api/itertools/foreach.rst", "documentation/cpp_api/itertools/iterator_facade.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator*.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator->.rst", "documentation/cpp_api/itertools/make_product.rst", "documentation/cpp_api/itertools/make_sentinel.rst", "documentation/cpp_api/itertools/make_vector_from_range.rst", "documentation/cpp_api/itertools/multiplied.rst", "documentation/cpp_api/itertools/multiplied/begin.rst", "documentation/cpp_api/itertools/multiplied/cbegin.rst", "documentation/cpp_api/itertools/multiplied/cend.rst", "documentation/cpp_api/itertools/multiplied/constructor.rst", "documentation/cpp_api/itertools/multiplied/end.rst", "documentation/cpp_api/itertools/multiplied/operator==.rst", "documentation/cpp_api/itertools/prod_iter.rst", "documentation/cpp_api/itertools/prod_iter/constructor.rst", "documentation/cpp_api/itertools/prod_iter/dereference.rst", "documentation/cpp_api/itertools/prod_iter/increment.rst", "documentation/cpp_api/itertools/prod_iter/operator==.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/begin.rst", "documentation/cpp_api/itertools/range/cbegin.rst", "documentation/cpp_api/itertools/range/cend.rst", "documentation/cpp_api/itertools/range/constructor.rst", "documentation/cpp_api/itertools/range/end.rst", "documentation/cpp_api/itertools/range/first.rst", "documentation/cpp_api/itertools/range/last.rst", "documentation/cpp_api/itertools/range/operator+.rst", "documentation/cpp_api/itertools/range/operator<<.rst", "documentation/cpp_api/itertools/range/operator==.rst", "documentation/cpp_api/itertools/range/size.rst", "documentation/cpp_api/itertools/range/step.rst", "documentation/cpp_api/itertools/sentinel_t.rst", "documentation/cpp_api/itertools/slice.rst", "documentation/cpp_api/itertools/sliced.rst", "documentation/cpp_api/itertools/sliced/begin.rst", "documentation/cpp_api/itertools/sliced/cbegin.rst", "documentation/cpp_api/itertools/sliced/cend.rst", "documentation/cpp_api/itertools/sliced/end.rst", "documentation/cpp_api/itertools/sliced/operator==.rst", "documentation/cpp_api/itertools/sliced/size.rst", "documentation/cpp_api/itertools/stride.rst", "documentation/cpp_api/itertools/stride_iter.rst", "documentation/cpp_api/itertools/stride_iter/constructor.rst", "documentation/cpp_api/itertools/stride_iter/dereference.rst", "documentation/cpp_api/itertools/stride_iter/increment.rst", "documentation/cpp_api/itertools/stride_iter/operator==.rst", "documentation/cpp_api/itertools/strided.rst", "documentation/cpp_api/itertools/strided/begin.rst", "documentation/cpp_api/itertools/strided/cbegin.rst", "documentation/cpp_api/itertools/strided/cend.rst", "documentation/cpp_api/itertools/strided/end.rst", "documentation/cpp_api/itertools/strided/operator==.rst", "documentation/cpp_api/itertools/transform.rst", "documentation/cpp_api/itertools/transform_iter.rst", "documentation/cpp_api/itertools/transform_iter/constructor.rst", "documentation/cpp_api/itertools/transform_iter/dereference.rst", "documentation/cpp_api/itertools/transform_iter/increment.rst", "documentation/cpp_api/itertools/transform_iter/operator=.rst", "documentation/cpp_api/itertools/transform_iter/operator==.rst", "documentation/cpp_api/itertools/transformed.rst", "documentation/cpp_api/itertools/transformed/begin.rst", "documentation/cpp_api/itertools/transformed/cbegin.rst", "documentation/cpp_api/itertools/transformed/cend.rst", "documentation/cpp_api/itertools/transformed/end.rst", "documentation/cpp_api/itertools/zip.rst", "documentation/cpp_api/itertools/zip_iter.rst", "documentation/cpp_api/itertools/zip_iter/constructor.rst", "documentation/cpp_api/itertools/zip_iter/dereference.rst", "documentation/cpp_api/itertools/zip_iter/increment.rst", "documentation/cpp_api/itertools/zip_iter/operator==.rst", "documentation/cpp_api/itertools/zipped.rst", "documentation/cpp_api/itertools/zipped/begin.rst", "documentation/cpp_api/itertools/zipped/cbegin.rst", "documentation/cpp_api/itertools/zipped/cend.rst", "documentation/cpp_api/itertools/zipped/constructor.rst", "documentation/cpp_api/itertools/zipped/end.rst", "documentation/cpp_api/itertools/zipped/operator==.rst", "documentation/cpp_api/mpi.rst", "documentation/cpp_api/mpi/all_gather.rst", "documentation/cpp_api/mpi/all_reduce.rst", "documentation/cpp_api/mpi/all_reduce_in_place.rst", "documentation/cpp_api/mpi/broadcast.rst", "documentation/cpp_api/mpi/chunk.rst", "documentation/cpp_api/mpi/chunk_length.rst", "documentation/cpp_api/mpi/communicator.rst", "documentation/cpp_api/mpi/communicator/abort.rst", "documentation/cpp_api/mpi/communicator/barrier.rst", "documentation/cpp_api/mpi/communicator/constructor.rst", "documentation/cpp_api/mpi/communicator/get.rst", "documentation/cpp_api/mpi/communicator/rank.rst", "documentation/cpp_api/mpi/communicator/size.rst", "documentation/cpp_api/mpi/communicator/split.rst", "documentation/cpp_api/mpi/environment.rst", "documentation/cpp_api/mpi/environment/constructor.rst", "documentation/cpp_api/mpi/gather.rst", "documentation/cpp_api/mpi/get_mpi_type.rst", "documentation/cpp_api/mpi/is_initialized.rst", "documentation/cpp_api/mpi/lazy.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/operator=.rst", "documentation/cpp_api/mpi/monitor/request_emergency_stop.rst", "documentation/cpp_api/mpi/monitor/root_check_nodes_and_bcast.rst", "documentation/cpp_api/mpi/mpi_broadcast.rst", "documentation/cpp_api/mpi/mpi_gather.rst", "documentation/cpp_api/mpi/mpi_reduce.rst", "documentation/cpp_api/mpi/mpi_reduce_in_place.rst", "documentation/cpp_api/mpi/mpi_scatter.rst", "documentation/cpp_api/mpi/mpi_type.rst", "documentation/cpp_api/mpi/mpi_typeLTconstTGT.rst", "documentation/cpp_api/mpi/mpi_typeLTstd::tupleLTT...GTGT.rst", "documentation/cpp_api/mpi/mpi_type_from_tie.rst", "documentation/cpp_api/mpi/reduce.rst", "documentation/cpp_api/mpi/reduce_in_place.rst", "documentation/cpp_api/mpi/scatter.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/tau_L2_norm.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/nterms.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.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.tau_L2_norm.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.tau_L2_norm.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.tau_L2_norm.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.tau_L2_norm.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.tau_L2_norm.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.dlr_crm_dyson_solver.rst", "documentation/python_api/triqs.gf.dlr_crm_dyson_solver.minimize_dyson.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.tau_L2_norm.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_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.tau_L2_norm.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.index.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.n_iw.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.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_Legendre_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__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_Legendre_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__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.CallProxyLegendre_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__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.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.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.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.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.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.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"], "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::distance", "itertools::enum_iter", "itertools::enum_iter::constructor", "itertools::enum_iter::dereference", "itertools::enum_iter::increment", "itertools::enum_iter::operator==", "itertools::enumerate", "itertools::enumerated", "itertools::enumerated::begin", "itertools::enumerated::cbegin", "itertools::enumerated::cend", "itertools::enumerated::end", "itertools::enumerated::operator==", "itertools::foreach", "itertools::iterator_facade", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>::operator*", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>::operator++", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>::operator->", "itertools::make_product", "itertools::make_sentinel", "itertools::make_vector_from_range", "itertools::multiplied", "itertools::multiplied::begin", "itertools::multiplied::cbegin", "itertools::multiplied::cend", "itertools::multiplied::constructor", "itertools::multiplied::end", "itertools::multiplied::operator==", "itertools::prod_iter", "itertools::prod_iter::constructor", "itertools::prod_iter::dereference", "itertools::prod_iter::increment", "itertools::prod_iter::operator==", "itertools::product", "itertools::product_range", "itertools::range", "itertools::range::begin", "itertools::range::cbegin", "itertools::range::cend", "itertools::range::constructor", "itertools::range::end", "itertools::range::first", "itertools::range::last", "itertools::range::operator+", "itertools::range::operator<<", "itertools::range::operator==", "itertools::range::size", "itertools::range::step", "itertools::sentinel_t", "itertools::slice", "itertools::sliced", "itertools::sliced::begin", "itertools::sliced::cbegin", "itertools::sliced::cend", "itertools::sliced::end", "itertools::sliced::operator==", "itertools::sliced::size", "itertools::stride", "itertools::stride_iter", "itertools::stride_iter::constructor", "itertools::stride_iter::dereference", "itertools::stride_iter::increment", "itertools::stride_iter::operator==", "itertools::strided", "itertools::strided::begin", "itertools::strided::cbegin", "itertools::strided::cend", "itertools::strided::end", "itertools::strided::operator==", "itertools::transform", "itertools::transform_iter", "itertools::transform_iter::constructor", "itertools::transform_iter::dereference", "itertools::transform_iter::increment", "itertools::transform_iter::operator=", "itertools::transform_iter::operator==", "itertools::transformed", "itertools::transformed::begin", "itertools::transformed::cbegin", "itertools::transformed::cend", "itertools::transformed::end", "itertools::zip", "itertools::zip_iter", "itertools::zip_iter::constructor", "itertools::zip_iter::dereference", "itertools::zip_iter::increment", "itertools::zip_iter::operator==", "itertools::zipped", "itertools::zipped::begin", "itertools::zipped::cbegin", "itertools::zipped::cend", "itertools::zipped::constructor", "itertools::zipped::end", "itertools::zipped::operator==", "mpi", "mpi::all_gather", "mpi::all_reduce", "mpi::all_reduce_in_place", "mpi::broadcast", "mpi::chunk", "mpi::chunk_length", "mpi::communicator", "mpi::communicator::abort", "mpi::communicator::barrier", "mpi::communicator::constructor", "mpi::communicator::get", "mpi::communicator::rank", "mpi::communicator::size", "mpi::communicator::split", "mpi::environment", "mpi::environment::constructor", "mpi::gather", "mpi::get_mpi_type", "mpi::is_initialized", "mpi::lazy", "mpi::map_C_function", "mpi::map_add", "mpi::monitor", "mpi::monitor::constructor", "mpi::monitor::emergency_occured", "mpi::monitor::finalize_communications", "mpi::monitor::operator=", "mpi::monitor::request_emergency_stop", "mpi::monitor::root_check_nodes_and_bcast", "mpi::mpi_broadcast", "mpi::mpi_gather", "mpi::mpi_reduce", "mpi::mpi_reduce_in_place", "mpi::mpi_scatter", "mpi::mpi_type", "mpi::mpi_type<constT>", "mpi::mpi_type<std::tuple<T\u2026>>", "mpi::mpi_type_from_tie", "mpi::reduce", "mpi::reduce_in_place", "mpi::scatter", "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::tau_L2_norm", "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>::nterms", "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.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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.dlr_crm_dyson_solver", "triqs.gf.dlr_crm_dyson_solver.minimize_dyson", "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.tau_L2_norm", "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_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.tau_L2_norm", "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.index", "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.n_iw", "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.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_Legendre_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__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_Legendre_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__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.CallProxyLegendre_0", "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_1", "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_2", "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_3", "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_4", "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__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.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.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.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.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.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.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"], "terms": {"thi": [0, 3, 4, 6, 7, 8, 152, 157, 175, 187, 195, 202, 204, 212, 215, 222, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 248, 290, 309, 323, 324, 329, 331, 332, 337, 340, 341, 344, 346, 347, 348, 349, 352, 358, 363, 371, 372, 373, 376, 383, 384, 385, 390, 391, 393, 394, 397, 401, 402, 412, 440, 447, 449, 451, 459, 461, 474, 488, 489, 490, 491, 492, 495, 496, 497, 498, 500, 501, 504, 505, 506, 508, 509, 510, 511, 512, 513, 515, 518, 519, 520, 521, 522, 525, 526, 527, 531, 533, 534, 535, 539, 541, 549, 551, 554, 556, 562, 565, 566, 567, 570, 572, 578, 579, 581, 584, 585, 659, 660, 933, 1090, 1103, 1199, 1208, 1209, 1740, 1778, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1838, 1839, 1840, 1841, 1842, 1846, 1847, 1848, 1850, 1852, 1853, 1854, 1856, 1857, 1858, 1859, 1860, 1865, 1866, 1867, 1869, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907], "describ": [0, 315, 349, 496, 497, 505, 518, 519, 523, 534, 539, 541, 548, 549, 565, 566, 567, 568, 578, 933, 1625, 1644, 1645, 1848, 1851, 1871, 1874, 1875, 1878, 1880, 1887, 1900, 1901, 1905, 1906], "main": [0, 19, 95, 252, 253, 258, 314, 448, 452, 455, 457, 459, 480, 481, 482, 483, 489, 494, 497, 498, 500, 504, 505, 506, 507, 508, 511, 514, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 567, 568, 583, 585, 1831, 1847, 1857, 1858, 1859, 1860, 1861, 1865, 1871, 1875, 1877, 1888, 1893], "i": [0, 3, 5, 6, 7, 8, 40, 48, 86, 114, 115, 117, 120, 121, 122, 152, 153, 154, 155, 156, 158, 160, 161, 166, 170, 175, 180, 187, 192, 195, 201, 202, 204, 208, 212, 213, 214, 215, 217, 222, 226, 228, 229, 231, 232, 233, 234, 236, 237, 248, 250, 252, 254, 255, 290, 298, 299, 300, 309, 312, 313, 315, 323, 327, 330, 332, 340, 346, 347, 349, 351, 356, 363, 366, 370, 377, 382, 392, 401, 405, 406, 408, 426, 428, 429, 430, 431, 432, 433, 440, 443, 447, 448, 449, 451, 453, 454, 455, 457, 459, 471, 474, 478, 479, 480, 483, 488, 489, 490, 491, 492, 494, 495, 496, 497, 498, 500, 501, 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, 529, 530, 531, 533, 535, 537, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 553, 554, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 570, 571, 573, 574, 576, 577, 578, 579, 580, 581, 583, 584, 585, 592, 594, 596, 600, 603, 613, 615, 617, 621, 624, 639, 643, 644, 651, 653, 657, 658, 659, 660, 662, 667, 698, 701, 706, 737, 740, 745, 776, 779, 784, 815, 818, 823, 854, 860, 877, 889, 904, 927, 933, 940, 945, 976, 1015, 1016, 1021, 1052, 1077, 1090, 1103, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1208, 1209, 1211, 1213, 1609, 1624, 1630, 1662, 1664, 1672, 1677, 1682, 1683, 1694, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1717, 1725, 1729, 1754, 1766, 1776, 1778, 1804, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1840, 1841, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1856, 1857, 1858, 1859, 1862, 1863, 1864, 1865, 1867, 1868, 1871, 1872, 1873, 1875, 1876, 1877, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1908], "releas": [0, 6, 488, 491, 579, 1846, 1847, 1848, 1865, 1908], "introduc": [0, 541, 578, 1856, 1857, 1866, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1887, 1900, 1905], "symmetr": [0, 251, 312, 313, 571, 984, 991, 992, 1077, 1090, 1103, 1662, 1683, 1867, 1888, 1889, 1893, 1894], "other": [0, 3, 5, 6, 18, 46, 76, 88, 89, 100, 203, 254, 255, 480, 481, 482, 483, 494, 495, 498, 501, 505, 509, 513, 516, 522, 557, 562, 568, 571, 574, 578, 579, 584, 587, 589, 610, 651, 940, 1057, 1068, 1081, 1094, 1107, 1120, 1136, 1147, 1155, 1167, 1683, 1694, 1712, 1713, 1714, 1847, 1848, 1853, 1858, 1859, 1865, 1871, 1872, 1875, 1876, 1879, 1881, 1883, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1901, 1902, 1903, 1906, 1908], "lehmann": [0, 180, 181, 182, 183, 184, 498, 1847, 1881, 1885], "represent": [0, 168, 169, 180, 181, 182, 183, 184, 251, 304, 305, 306, 487, 488, 491, 498, 515, 516, 519, 534, 537, 538, 540, 570, 572, 578, 634, 658, 933, 984, 985, 986, 987, 1077, 1090, 1103, 1847, 1874, 1878, 1881, 1884, 1885, 1901, 1906], "type": [0, 8, 9, 10, 11, 13, 14, 18, 19, 26, 32, 33, 34, 39, 42, 46, 47, 48, 62, 63, 71, 72, 83, 84, 89, 95, 96, 100, 105, 112, 113, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 249, 252, 253, 258, 266, 270, 282, 294, 295, 298, 299, 300, 312, 313, 314, 317, 349, 352, 353, 354, 358, 363, 367, 368, 371, 372, 373, 378, 379, 383, 384, 385, 408, 440, 443, 449, 452, 453, 454, 459, 478, 479, 480, 481, 482, 483, 485, 488, 490, 491, 494, 495, 504, 505, 506, 508, 509, 515, 516, 524, 525, 526, 529, 531, 533, 540, 541, 542, 543, 544, 545, 546, 549, 551, 552, 553, 554, 557, 558, 568, 569, 571, 572, 573, 574, 575, 581, 585, 587, 644, 648, 651, 664, 665, 667, 668, 675, 677, 681, 682, 683, 692, 693, 694, 696, 697, 698, 703, 704, 706, 707, 714, 716, 720, 721, 722, 731, 732, 733, 735, 736, 737, 742, 743, 745, 746, 753, 755, 759, 760, 761, 770, 771, 772, 774, 775, 776, 781, 782, 784, 785, 792, 794, 798, 799, 800, 809, 810, 811, 813, 814, 815, 820, 821, 823, 824, 831, 833, 837, 838, 839, 848, 849, 850, 852, 853, 854, 874, 886, 895, 937, 940, 942, 943, 945, 946, 953, 955, 959, 960, 961, 970, 971, 972, 974, 975, 976, 1028, 1199, 1208, 1211, 1213, 1215, 1620, 1632, 1633, 1644, 1648, 1649, 1657, 1660, 1661, 1662, 1666, 1681, 1683, 1684, 1685, 1686, 1687, 1690, 1691, 1692, 1693, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1738, 1745, 1748, 1749, 1776, 1804, 1848, 1859, 1875, 1877, 1879, 1881, 1883, 1884, 1885, 1886, 1892, 1908], "extend": [0, 530, 570, 1661, 1888, 1890, 1893, 1895], "convers": [0, 552, 572], "routin": [0, 222, 230, 231, 232, 233, 234, 235, 236, 237, 497, 539, 581, 1871, 1875, 1884, 1897, 1898, 1900, 1902, 1903, 1905], "between": [0, 4, 11, 13, 53, 61, 221, 349, 355, 357, 361, 489, 496, 498, 509, 513, 516, 522, 526, 539, 553, 560, 561, 566, 1203, 1609, 1664, 1847, 1859, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1899, 1900, 1902, 1904, 1905, 1908], "exist": [0, 491, 496, 497, 1871, 1875, 1881, 1882, 1885, 1889, 1894, 1901, 1906], "add": [0, 7, 8, 233, 372, 373, 384, 385, 389, 430, 455, 474, 488, 491, 496, 498, 505, 507, 510, 518, 562, 565, 568, 579, 1624, 1661, 1846, 1848, 1850, 1852, 1853, 1862, 1874, 1878, 1879, 1880, 1883, 1893], "constrain": [0, 1847, 1899, 1904], "residu": [0, 933, 1847], "minim": [0, 551, 570, 658, 933, 1209, 1847, 1890, 1895], "crm": 0, "dyson": [0, 541, 549, 551, 933, 1847, 1874, 1878, 1881, 1885, 1886, 1892, 1893, 1897, 1902], "solver": [0, 5, 9, 152, 486, 569, 587, 588, 589, 610, 933, 1847, 1848, 1857, 1867, 1869, 1871, 1874, 1875, 1878, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1900, 1902, 1905], "intel": [0, 1849, 1850], "base": [0, 5, 11, 354, 363, 364, 376, 497, 539, 566, 569, 570, 659, 660, 935, 936, 1624, 1662, 1830, 1848, 1854, 1856, 1868, 1881, 1885, 1890, 1895, 1898, 1903, 1908], "our": [0, 3, 6, 7, 498, 501, 515, 568, 581, 1846, 1847, 1852, 1854, 1856, 1857, 1865, 1871, 1873, 1875, 1877, 1882, 1884, 1887, 1899, 1900, 1901, 1904, 1905, 1906], "continu": [0, 5, 457, 461, 545, 1740, 1848, 1852, 1857, 1874, 1877, 1878, 1886, 1888, 1893, 1898, 1901, 1903, 1906], "integr": [0, 460, 561, 571, 1665, 1681, 1683, 1688, 1748, 1838, 1848, 1868, 1873, 1874, 1877, 1878, 1901, 1906], "variou": [0, 3, 4, 11, 494, 503, 516, 519, 534, 541, 549, 557, 561, 570, 579, 585, 651, 1847, 1848, 1857, 1863, 1885, 1907], "sever": [0, 4, 189, 407, 494, 497, 510, 514, 521, 562, 568, 569, 579, 581, 873, 1848, 1852, 1854, 1881, 1885, 1888, 1889, 1893, 1894, 1901, 1906], "we": [0, 3, 6, 7, 179, 180, 181, 182, 183, 184, 185, 228, 229, 352, 356, 361, 457, 478, 479, 494, 496, 497, 498, 505, 506, 507, 508, 509, 510, 512, 515, 517, 518, 519, 525, 527, 529, 531, 533, 534, 539, 541, 542, 549, 551, 556, 561, 562, 565, 566, 568, 573, 574, 575, 577, 578, 579, 581, 583, 585, 1214, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1846, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1859, 1860, 1861, 1862, 1863, 1865, 1868, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "thank": [0, 8], "all": [0, 3, 4, 8, 42, 44, 46, 98, 99, 100, 125, 139, 140, 141, 147, 148, 157, 159, 161, 166, 170, 172, 186, 187, 188, 202, 204, 216, 249, 255, 266, 298, 300, 315, 338, 350, 354, 357, 358, 368, 391, 408, 409, 412, 432, 437, 448, 449, 454, 461, 462, 471, 479, 482, 483, 488, 494, 495, 496, 497, 504, 511, 515, 517, 520, 521, 525, 526, 531, 533, 537, 541, 549, 551, 554, 566, 567, 568, 570, 573, 576, 578, 579, 584, 585, 587, 589, 595, 602, 603, 606, 610, 616, 623, 624, 627, 638, 639, 659, 660, 699, 738, 777, 816, 855, 884, 977, 1020, 1051, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1209, 1215, 1624, 1698, 1699, 1700, 1706, 1742, 1804, 1807, 1821, 1831, 1848, 1850, 1854, 1856, 1857, 1858, 1864, 1865, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "contributor": [0, 5], "thoma": 0, "hahn": [0, 3], "alexand": 0, "hampel": [0, 3, 4], "dominik": 0, "kies": [0, 3], "h": [0, 3, 157, 342, 343, 346, 347, 356, 366, 377, 395, 396, 399, 400, 460, 465, 466, 470, 471, 475, 476, 484, 495, 496, 498, 505, 512, 553, 558, 568, 570, 571, 573, 584, 587, 589, 610, 1683, 1696, 1698, 1699, 1700, 1702, 1703, 1706, 1707, 1708, 1709, 1710, 1748, 1749, 1855, 1871, 1875, 1877, 1878, 1883, 1887, 1890, 1895, 1897, 1902], "l": [0, 3, 249, 258, 266, 282, 290, 298, 312, 353, 358, 368, 379, 501, 513, 518, 545, 554, 566, 570, 571, 573, 574, 580, 585, 674, 713, 752, 791, 830, 925, 926, 952, 1050, 1065, 1185, 1201, 1202, 1589, 1681, 1683, 1684, 1686, 1688, 1690, 1699, 1709, 1712, 1713, 1714, 1729, 1848, 1871, 1875, 1879, 1880, 1881, 1882, 1885, 1889, 1894], "nours": 0, "dylan": 0, "simon": [0, 3], "nil": 0, "wentzel": [0, 3, 4], "find": [0, 3, 341, 357, 360, 394, 488, 498, 541, 565, 568, 1776, 1807, 1821, 1856, 1866, 1869, 1871, 1872, 1873, 1875, 1876, 1877, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1900, 1905, 1907], "below": [0, 201, 226, 298, 300, 436, 478, 479, 494, 496, 500, 506, 515, 519, 549, 566, 568, 573, 578, 583, 1710, 1851, 1853, 1854, 1856, 1862, 1865, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1884, 1885, 1889, 1890, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "an": [0, 4, 6, 9, 11, 33, 81, 113, 128, 133, 146, 157, 158, 243, 254, 300, 323, 327, 330, 331, 340, 342, 343, 349, 352, 356, 361, 388, 390, 395, 396, 406, 408, 411, 419, 449, 455, 457, 459, 475, 478, 479, 480, 481, 488, 491, 492, 494, 495, 496, 497, 498, 501, 504, 506, 508, 509, 511, 512, 514, 515, 517, 518, 521, 523, 525, 526, 529, 530, 531, 533, 535, 537, 539, 541, 543, 545, 548, 549, 550, 551, 552, 553, 554, 557, 558, 561, 566, 567, 568, 570, 572, 573, 574, 577, 578, 583, 587, 596, 617, 651, 657, 859, 874, 904, 933, 1020, 1060, 1061, 1072, 1073, 1077, 1085, 1086, 1090, 1098, 1099, 1103, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1209, 1624, 1664, 1698, 1699, 1700, 1706, 1709, 1715, 1730, 1813, 1827, 1836, 1847, 1848, 1850, 1857, 1860, 1864, 1866, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1899, 1901, 1902, 1904, 1906, 1908], "item": [0, 494, 496, 1871, 1875], "list": [0, 3, 4, 162, 180, 181, 182, 183, 184, 188, 243, 363, 445, 447, 488, 490, 491, 495, 506, 511, 521, 542, 543, 544, 545, 546, 549, 551, 555, 557, 560, 561, 570, 571, 573, 574, 575, 578, 580, 587, 589, 597, 602, 610, 618, 623, 633, 634, 635, 636, 638, 639, 662, 701, 740, 779, 818, 858, 873, 933, 940, 1042, 1044, 1185, 1199, 1201, 1202, 1209, 1213, 1215, 1596, 1601, 1602, 1612, 1616, 1625, 1638, 1639, 1645, 1654, 1655, 1657, 1664, 1666, 1681, 1683, 1688, 1691, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1735, 1738, 1778, 1830, 1848, 1850, 1871, 1875, 1881, 1882, 1883, 1884, 1885, 1887], "init_from_representative_data": 0, "get_representative_data": 0, "sym_grp": 0, "enabl": [0, 488, 491, 497, 508, 509, 584, 1847, 1848], "most": [0, 4, 489, 494, 496, 497, 513, 515, 549, 568, 570, 1842, 1848, 1849, 1852, 1871, 1875, 1881, 1885, 1901, 1906, 1908], "warn": [0, 9, 200, 202, 204, 212, 215, 225, 488, 508, 509, 511, 582, 1873, 1875, 1877, 1878, 1887, 1889, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "wpedant": 0, "wextra": 0, "wall": 0, "wfloat": 0, "wshadow": 0, "support": [0, 3, 4, 9, 471, 494, 496, 500, 541, 549, 551, 570, 584, 1215, 1730, 1854, 1855, 1868], "spherical_to_cub": [0, 571], "redund": 0, "make_matrix": 0, "unittest": 0, "assertequ": 0, "miss": [0, 1697, 1853, 1872, 1876, 1890, 1895], "cstdint": 0, "includ": [0, 3, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 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, 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, 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, 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, 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, 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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 491, 497, 498, 500, 504, 505, 506, 507, 508, 509, 511, 514, 515, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 565, 567, 568, 581, 582, 583, 585, 1132, 1152, 1164, 1664, 1848, 1850, 1853, 1854, 1855, 1858, 1859, 1860, 1861, 1862, 1863, 1865, 1868, 1881, 1885, 1901, 1906, 1908], "see": [0, 4, 7, 8, 48, 205, 213, 323, 340, 355, 433, 436, 447, 497, 500, 505, 515, 530, 537, 549, 551, 566, 568, 570, 572, 578, 583, 933, 1211, 1833, 1835, 1838, 1848, 1859, 1860, 1864, 1865, 1868, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1882, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "915": 0, "replac": [0, 352, 496, 504, 512, 685, 686, 724, 725, 763, 764, 802, 803, 841, 842, 963, 964, 1003, 1004, 1848, 1849, 1856, 1857, 1874, 1881, 1885], "getargspec": 0, "getfullargspec": 0, "911": [0, 1894], "reproduc": [0, 9, 486, 542, 543, 544, 545, 546, 578, 1848, 1888, 1890, 1893, 1895, 1900, 1901, 1905, 1906], "failur": 0, "issue913": 0, "bug": [0, 3, 6, 8, 498, 1888, 1893, 1908], "gf_base_op": 0, "debug": [0, 5, 1851], "get_matrix_element_of_monomi": [0, 152], "llvm": [0, 1849, 1852, 1854], "18": [0, 252, 1875, 1885, 1894, 1897, 1902], "relat": [0, 512, 539, 556, 560, 561, 570, 571, 1611, 1629, 1646, 1683, 1694, 1847, 1865, 1868, 1881, 1883, 1884, 1885, 1886, 1890, 1892, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "26": [0, 1875, 1885, 1894], "unnam": 0, "placehold": [0, 252, 253, 500, 501, 504, 506, 507, 508, 514, 517, 521, 525, 526, 529, 530, 539, 1858, 1861], "_": [0, 1, 2, 478, 479, 492, 512, 513, 529, 561, 571, 574, 581, 1683, 1714, 1717, 1866, 1867, 1869, 1871, 1875, 1877, 1878, 1881, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906, 1907], "insuffici": 0, "reserv": [0, 190, 195, 523, 1830], "memori": [0, 221, 447, 496, 498, 514, 537, 1848, 1871, 1875, 1878, 1884, 1903], "try_insert": [0, 190, 208, 211, 511, 1859], "make_gf_": 0, "dlr_": 0, "imtim": [0, 183, 516, 517, 519, 529, 530, 534, 540, 542, 543, 545, 546, 635, 684, 687, 689, 723, 726, 728, 762, 765, 767, 801, 804, 806, 840, 843, 845, 962, 965, 967, 984, 988, 990, 1002, 1005, 1007, 1139, 1140, 1141, 1860], "imfreq": [0, 180, 250, 252, 253, 258, 309, 314, 509, 514, 516, 517, 519, 521, 523, 534, 535, 539, 540, 542, 543, 545, 546, 633, 670, 671, 672, 673, 679, 680, 685, 686, 687, 688, 690, 691, 709, 710, 711, 712, 718, 719, 724, 725, 726, 727, 729, 730, 748, 749, 750, 751, 757, 758, 763, 764, 765, 766, 768, 769, 787, 788, 789, 790, 796, 797, 802, 803, 804, 805, 807, 808, 826, 827, 828, 829, 835, 836, 841, 842, 843, 844, 846, 847, 948, 949, 950, 951, 957, 958, 963, 964, 965, 966, 968, 969, 988, 989, 991, 992, 994, 996, 997, 998, 999, 1000, 1001, 1003, 1004, 1005, 1006, 1008, 1009, 1128, 1129, 1130, 1860, 1861, 1885], "too": [0, 195, 376, 562, 579, 1873, 1875, 1877, 1888, 1893, 1901, 1906], "allow": [0, 4, 152, 349, 388, 488, 491, 494, 497, 498, 505, 515, 530, 539, 541, 551, 552, 553, 556, 563, 566, 567, 568, 569, 570, 572, 578, 581, 1077, 1090, 1103, 1209, 1724, 1847, 1848, 1850, 1856, 1857, 1858, 1859, 1861, 1868, 1871, 1875, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1890, 1895, 1900, 1901, 1905, 1906], "relev": [0, 1847, 1881, 1882, 1884, 1885, 1888, 1893], "input": [0, 4, 447, 459, 489, 518, 581, 933, 1630, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1883, 1886, 1887, 1892], "option": [0, 349, 352, 355, 426, 428, 429, 494, 497, 539, 540, 542, 543, 544, 545, 546, 547, 549, 551, 555, 569, 570, 571, 574, 579, 587, 589, 610, 662, 668, 698, 701, 707, 737, 740, 746, 776, 779, 785, 815, 818, 824, 854, 933, 940, 946, 976, 1126, 1209, 1210, 1596, 1664, 1682, 1683, 1687, 1690, 1692, 1694, 1712, 1713, 1714, 1724, 1725, 1726, 1776, 1836, 1848, 1853, 1864, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1883, 1885, 1888, 1893], "expos": [0, 490, 492, 521, 570, 580, 1644, 1847, 1863, 1881, 1885], "densiti": [0, 4, 179, 188, 238, 446, 484, 498, 539, 541, 542, 544, 548, 550, 556, 558, 566, 573, 578, 580, 632, 643, 696, 735, 774, 813, 852, 890, 914, 927, 928, 974, 1698, 1706, 1707, 1708, 1749, 1867, 1870, 1871, 1875, 1880, 1884, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "dlrimfreq": [0, 933], "dlrimtim": [0, 933], "bind": [0, 270, 556, 558, 561, 1609, 1624, 1644, 1660, 1661, 1662, 1849, 1854, 1871, 1875, 1877, 1878, 1897, 1902], "constructor": [0, 14, 35, 42, 49, 72, 84, 96, 101, 115, 123, 152, 190, 240, 257, 269, 281, 315, 323, 338, 349, 355, 364, 376, 388, 404, 430, 440, 447, 461, 488, 491, 496, 508, 511, 514, 515, 519, 537, 538, 549, 565, 568, 570, 873, 1830, 1837, 1839, 1879, 1885], "from": [0, 4, 5, 7, 8, 9, 11, 21, 32, 35, 88, 92, 101, 102, 129, 157, 168, 173, 174, 180, 181, 183, 184, 203, 206, 236, 243, 245, 258, 261, 273, 285, 301, 303, 327, 330, 338, 339, 342, 349, 350, 352, 363, 395, 447, 452, 453, 454, 465, 480, 481, 482, 483, 488, 489, 491, 492, 494, 495, 496, 497, 498, 506, 513, 515, 517, 518, 521, 523, 530, 537, 538, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 552, 556, 558, 559, 561, 562, 565, 566, 568, 570, 571, 572, 573, 574, 575, 577, 578, 580, 581, 583, 584, 585, 607, 628, 647, 648, 651, 653, 659, 660, 662, 701, 740, 779, 818, 858, 861, 873, 878, 919, 922, 933, 988, 994, 1208, 1213, 1215, 1661, 1662, 1681, 1688, 1691, 1695, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1760, 1776, 1778, 1831, 1839, 1846, 1847, 1849, 1850, 1852, 1856, 1858, 1860, 1861, 1865, 1867, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1908], "basic": [0, 4, 9, 494, 495, 496, 501, 505, 515, 517, 540, 541, 563, 568, 576, 579, 1853, 1857, 1858, 1859, 1860, 1865, 1868, 1871, 1875, 1877, 1887, 1897, 1901, 1902, 1906], "algebra": [0, 511, 570, 1868, 1871, 1875, 1879], "call": [0, 12, 30, 113, 115, 117, 123, 125, 127, 147, 149, 157, 194, 216, 405, 426, 427, 428, 429, 433, 439, 440, 447, 488, 490, 491, 494, 495, 496, 497, 500, 504, 505, 506, 507, 508, 511, 514, 515, 517, 535, 539, 548, 562, 563, 566, 567, 568, 570, 577, 580, 585, 894, 982, 1778, 1801, 1830, 1831, 1836, 1842, 1848, 1853, 1856, 1859, 1860, 1865, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1885, 1886, 1888, 1892, 1893, 1894, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "meshlegendr": [0, 544, 740], "n_iw": [0, 180, 252, 253, 310, 314, 498, 517, 521, 633, 989, 1116, 1176, 1860, 1875, 1878, 1881, 1884, 1885, 1892, 1893, 1901, 1902, 1906], "meshimfreq": [0, 542, 551, 662, 933, 1176, 1193, 1209, 1213, 1881, 1884, 1885, 1892, 1893, 1897, 1901, 1902, 1906], "restor": [0, 488, 491], "oplot": [0, 542, 543, 544, 545, 546, 552, 556, 577, 578, 1199, 1725, 1726, 1738, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "data": [0, 5, 9, 240, 249, 255, 257, 258, 260, 266, 269, 270, 272, 281, 282, 284, 290, 323, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 457, 461, 462, 465, 466, 472, 473, 478, 479, 480, 481, 482, 483, 490, 494, 495, 497, 510, 511, 518, 519, 520, 523, 529, 532, 535, 539, 540, 547, 549, 551, 570, 576, 662, 666, 684, 698, 701, 705, 723, 737, 740, 744, 762, 776, 779, 783, 801, 815, 818, 822, 840, 854, 863, 868, 881, 888, 940, 944, 962, 976, 1002, 1060, 1061, 1072, 1073, 1085, 1086, 1098, 1099, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1204, 1209, 1211, 1215, 1742, 1746, 1747, 1858, 1868, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1884, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "access": [0, 28, 244, 264, 276, 288, 359, 365, 370, 382, 419, 461, 464, 515, 519, 535, 537, 540, 547, 554, 568, 1606, 1743, 1848, 1850, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1885, 1887, 1888, 1893], "matsubarafreq": 0, "code": [0, 4, 5, 7, 9, 115, 116, 260, 272, 284, 488, 489, 492, 496, 497, 500, 501, 521, 549, 562, 563, 566, 570, 572, 581, 583, 1847, 1848, 1849, 1854, 1857, 1861, 1862, 1863, 1864, 1871, 1873, 1874, 1875, 1878, 1879, 1886, 1888, 1889, 1893, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "simplif": 0, "In": [0, 3, 6, 7, 249, 266, 363, 371, 372, 373, 383, 384, 385, 447, 494, 496, 497, 504, 505, 506, 509, 511, 513, 515, 517, 518, 520, 521, 530, 534, 541, 549, 550, 562, 566, 567, 568, 569, 572, 578, 579, 581, 583, 584, 1778, 1848, 1849, 1850, 1852, 1853, 1860, 1864, 1865, 1867, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "gf_dlr": 0, "do": [0, 5, 6, 7, 8, 85, 179, 182, 183, 184, 185, 221, 488, 496, 497, 504, 505, 506, 508, 511, 518, 521, 526, 529, 541, 545, 553, 556, 558, 565, 566, 568, 573, 574, 575, 578, 579, 938, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1811, 1830, 1836, 1848, 1852, 1853, 1864, 1865, 1867, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1899, 1901, 1902, 1904, 1906, 1908], "compar": [0, 18, 46, 76, 89, 100, 476, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1885, 1888, 1890, 1892, 1893, 1895, 1899, 1900, 1904, 1905, 1906], "valu": [0, 9, 11, 12, 16, 27, 34, 44, 48, 51, 52, 53, 55, 56, 74, 84, 85, 86, 88, 89, 98, 139, 142, 170, 179, 182, 183, 184, 185, 186, 187, 202, 204, 235, 255, 313, 352, 367, 378, 425, 443, 447, 449, 461, 462, 478, 479, 488, 489, 491, 494, 495, 496, 498, 504, 505, 510, 511, 513, 515, 518, 519, 521, 522, 524, 525, 526, 527, 529, 530, 531, 533, 539, 540, 542, 543, 544, 545, 546, 547, 549, 551, 553, 554, 557, 561, 562, 570, 571, 572, 573, 574, 578, 638, 639, 644, 651, 662, 674, 697, 699, 701, 713, 736, 738, 740, 752, 775, 777, 779, 791, 814, 816, 818, 830, 853, 855, 938, 940, 952, 975, 977, 1035, 1036, 1062, 1074, 1087, 1100, 1113, 1130, 1141, 1152, 1160, 1164, 1174, 1199, 1209, 1211, 1625, 1645, 1662, 1665, 1681, 1682, 1683, 1687, 1688, 1690, 1692, 1709, 1712, 1713, 1714, 1729, 1740, 1742, 1766, 1776, 1831, 1850, 1859, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "coeffici": [0, 9, 181, 251, 304, 305, 306, 349, 352, 353, 513, 515, 539, 544, 550, 551, 552, 554, 569, 570, 571, 573, 669, 708, 747, 786, 825, 947, 984, 985, 986, 987, 995, 1077, 1214, 1671, 1673, 1685, 1695, 1700, 1710, 1859, 1881, 1885], "block_gf": [0, 180, 181, 183, 184, 238, 252, 253, 297, 302, 307, 308, 314, 315, 318, 516, 534, 540, 633, 634, 635, 636, 1885], "block": [0, 1, 2, 4, 154, 156, 157, 169, 180, 181, 182, 183, 184, 186, 187, 188, 243, 252, 253, 497, 498, 510, 513, 516, 519, 534, 540, 542, 543, 544, 545, 546, 547, 551, 552, 559, 573, 574, 575, 587, 589, 592, 594, 610, 613, 615, 695, 734, 773, 812, 851, 857, 858, 859, 860, 862, 864, 865, 866, 867, 869, 872, 873, 874, 877, 879, 880, 882, 884, 887, 892, 973, 1010, 1209, 1213, 1215, 1217, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1752, 1753, 1758, 1759, 1836, 1847, 1871, 1874, 1875, 1877, 1878, 1879, 1883, 1887, 1895], "size": [0, 49, 61, 64, 115, 152, 190, 193, 195, 221, 233, 234, 290, 301, 323, 327, 338, 339, 364, 376, 388, 447, 449, 457, 461, 478, 479, 482, 483, 498, 500, 511, 512, 513, 515, 518, 523, 537, 541, 553, 554, 558, 559, 578, 585, 698, 737, 776, 815, 854, 873, 976, 1048, 1752, 1758, 1859, 1860, 1877, 1881, 1883, 1885, 1887], "revert": 0, "order": [0, 4, 6, 7, 203, 205, 213, 254, 255, 323, 340, 363, 388, 451, 496, 497, 504, 506, 507, 514, 515, 517, 518, 522, 525, 526, 529, 531, 533, 539, 549, 551, 567, 568, 569, 570, 571, 572, 581, 585, 862, 869, 879, 892, 937, 1211, 1687, 1690, 1692, 1729, 1848, 1849, 1850, 1852, 1854, 1865, 1871, 1875, 1877, 1879, 1880, 1881, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1899, 1900, 1901, 1904, 1905, 1906, 1908], "hyb": [0, 157, 356, 1857, 1887], "fop": [0, 157, 335, 339, 340, 350, 498, 553, 587, 589, 610, 1883], "atomdiag": [0, 498, 1883], "ar": [0, 3, 4, 6, 7, 8, 18, 46, 76, 89, 100, 157, 180, 181, 235, 254, 258, 303, 323, 346, 347, 352, 363, 376, 399, 400, 405, 429, 447, 449, 451, 457, 474, 476, 479, 481, 482, 489, 490, 491, 492, 494, 495, 496, 497, 498, 501, 504, 505, 506, 507, 509, 511, 512, 513, 514, 516, 518, 519, 521, 523, 525, 530, 535, 538, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 552, 553, 554, 557, 561, 566, 567, 568, 570, 571, 572, 573, 574, 575, 576, 579, 580, 581, 585, 651, 859, 873, 874, 1052, 1132, 1152, 1164, 1202, 1209, 1213, 1215, 1624, 1665, 1683, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1724, 1830, 1831, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1864, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "real": [0, 184, 238, 295, 299, 309, 313, 449, 453, 454, 461, 498, 515, 516, 519, 521, 526, 534, 537, 539, 540, 541, 542, 543, 544, 547, 548, 551, 552, 555, 560, 568, 570, 571, 573, 574, 578, 587, 610, 636, 662, 668, 696, 701, 707, 735, 740, 746, 774, 779, 785, 813, 818, 824, 852, 940, 946, 974, 992, 1152, 1164, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1214, 1215, 1217, 1598, 1615, 1625, 1635, 1645, 1651, 1661, 1665, 1666, 1671, 1683, 1690, 1694, 1710, 1712, 1713, 1714, 1740, 1766, 1776, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "forc": [0, 1901, 1906], "unit": [0, 555, 556, 558, 560, 561, 1052, 1596, 1599, 1609, 1611, 1613, 1624, 1625, 1629, 1631, 1636, 1644, 1645, 1646, 1647, 1652, 1664, 1665, 1870, 1884, 1890, 1895, 1897, 1901, 1902, 1906], "merg": [0, 361], "both": [0, 8, 426, 447, 476, 512, 518, 520, 522, 529, 535, 537, 539, 541, 549, 581, 1077, 1132, 1152, 1164, 1662, 1766, 1848, 1856, 1857, 1871, 1873, 1875, 1877, 1878, 1881, 1885, 1886, 1888, 1890, 1892, 1893, 1895, 1896, 1897, 1900, 1902, 1905], "updat": [0, 6, 8, 349, 415, 494, 496, 510, 511, 512, 562, 565, 566, 578, 1848, 1859, 1867, 1871, 1875, 1890, 1895], "land": 0, "page": [0, 6, 7, 8, 497, 514, 519, 523, 535, 579, 1846, 1847, 1848, 1849, 1857, 1860, 1872, 1876], "public": [0, 3, 4, 1847, 1848], "corelib": 0, "numer": [0, 3, 4, 5, 570, 579, 1662, 1871, 1874, 1875, 1878, 1881, 1882, 1885, 1888, 1893, 1894, 1898, 1899, 1901, 1903, 1904, 1906], "algorithm": [0, 3, 4, 5, 9, 157, 355, 356, 361, 507, 510, 511, 512, 553, 562, 563, 566, 585, 587, 589, 610, 1881, 1883, 1885, 1887, 1888, 1893, 1894, 1900, 1905], "convert": [0, 9, 146, 353, 446, 488, 489, 491, 570, 571, 572, 573, 895, 1060, 1061, 1072, 1073, 1085, 1086, 1098, 1099, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1660, 1661, 1683, 1697, 1710, 1856, 1871, 1875, 1881, 1885], "readm": 0, "markdown": 0, "conda": [0, 1848], "badg": 0, "openmp": [0, 4, 1854, 1897, 1902], "build": [0, 4, 270, 282, 323, 491, 495, 498, 505, 515, 521, 525, 526, 858, 873, 1624, 1847, 1848, 1849, 1851, 1853, 1855, 1856, 1863, 1865, 1871, 1875, 1885, 1890, 1895], "ubuntu": [0, 1849, 1852, 1853, 1864], "24": [0, 252, 1848, 1860, 1875, 1885, 1894], "04": [0, 1848, 1855, 1871, 1875, 1887, 1890, 1894, 1895, 1903], "nobl": [0, 1848], "distribut": [0, 443, 444, 446, 460, 492, 567, 1132, 1152, 1164, 1748, 1778, 1782, 1847, 1848, 1849, 1852, 1853, 1885, 1897, 1902], "googl": [0, 1847, 1849, 1864], "group": [0, 4, 161, 170, 206, 207, 245, 246, 261, 262, 273, 274, 285, 286, 294, 342, 343, 395, 396, 423, 424, 447, 465, 466, 494, 496, 549, 595, 606, 616, 627, 1830, 1847, 1871, 1875, 1882], "advertis": 0, "slack": [0, 6, 7, 1847], "workspac": [0, 6, 7, 1847], "instead": [0, 411, 549, 559, 570, 571, 1682, 1760, 1832, 1834, 1840, 1841, 1848, 1871, 1875, 1881, 1884, 1885, 1893], "instruct": [0, 7, 579, 1848, 1849, 1852, 1853, 1874, 1878, 1888, 1893], "osx": [0, 1848], "venv": [0, 1853], "custom": [0, 497, 1848], "environ": [0, 492, 497, 565, 568, 1801, 1849, 1851, 1852, 1855, 1864, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "command": [0, 7, 8, 124, 489, 494, 552, 659, 660, 1848, 1850, 1852, 1853, 1856, 1864, 1871, 1875, 1879, 1880, 1882, 1888, 1893, 1908], "note": [0, 3, 447, 496, 504, 505, 508, 509, 512, 515, 516, 517, 535, 539, 540, 542, 543, 544, 545, 546, 549, 551, 568, 573, 577, 578, 584, 668, 674, 696, 697, 707, 713, 735, 736, 746, 752, 774, 775, 785, 791, 813, 814, 824, 830, 852, 853, 933, 940, 946, 952, 974, 975, 1215, 1848, 1849, 1863, 1868, 1871, 1875, 1879, 1880, 1881, 1882, 1885, 1886, 1889, 1892, 1893, 1894, 1899, 1901, 1904, 1906], "develop": [0, 3, 4, 6, 8, 492, 583, 1847, 1848, 1849, 1856, 1863, 1872, 1876, 1888, 1893], "duplic": [0, 1852], "941": 0, "nevanlinna": 0, "applic": [0, 3, 5, 1848, 1849, 1852, 1857, 1863, 1867, 1871, 1875, 1884, 1896], "section": [0, 7, 243, 258, 355, 505, 512, 515, 523, 534, 541, 565, 566, 568, 578, 585, 1847, 1871, 1872, 1874, 1875, 1876, 1878, 1887], "defin": [0, 153, 154, 155, 156, 363, 447, 448, 449, 452, 453, 454, 455, 457, 459, 478, 479, 481, 482, 483, 485, 488, 491, 496, 505, 508, 510, 512, 513, 515, 522, 538, 548, 549, 552, 553, 556, 558, 561, 565, 566, 568, 570, 571, 572, 578, 583, 584, 904, 933, 940, 1185, 1630, 1664, 1683, 1694, 1848, 1854, 1860, 1865, 1870, 1871, 1875, 1881, 1883, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "latex": [0, 509], "docstr": [0, 1854, 1883, 1884, 1885], "raw": [0, 581, 667, 706, 745, 784, 823, 945, 1856, 1871, 1875, 1877, 1887], "avoid": [0, 451, 488, 497, 508, 1848, 1871, 1875, 1881, 1885, 1888, 1893, 1901, 1906], "invalid": [0, 249, 266, 520, 1903], "escap": [0, 1, 2], "sequenc": [0, 323, 324, 325, 327, 332, 333, 334, 336, 340, 350, 518, 570, 572], "build_triq": [0, 1848, 1862], "sh": [0, 1848], "work": [0, 3, 7, 8, 9, 221, 258, 376, 492, 497, 507, 510, 542, 544, 548, 556, 579, 668, 707, 746, 785, 824, 914, 927, 946, 1848, 1850, 1852, 1853, 1856, 1858, 1871, 1875, 1880, 1881, 1885, 1888, 1889, 1893, 1894], "zsh": 0, "maco": 0, "k_space_path": [0, 1871, 1873, 1874, 1875, 1877, 1878, 1897, 1902, 1903, 1904], "layout": [0, 257, 258, 266, 269, 270, 281, 282, 290, 309], "html": [0, 7, 1871, 1875, 1897, 1902], "912": 0, "gpg": [0, 1848], "agent": [0, 1848], "numpydoc": [0, 1854], "sourc": [0, 3, 5, 7, 8, 350, 447, 487, 488, 491, 492, 496, 509, 542, 543, 544, 545, 546, 548, 549, 551, 557, 558, 559, 571, 573, 574, 575, 577, 579, 587, 643, 644, 645, 646, 647, 648, 651, 653, 654, 657, 658, 662, 663, 701, 702, 740, 741, 779, 780, 818, 819, 857, 858, 860, 861, 862, 869, 870, 872, 873, 876, 877, 878, 879, 880, 883, 884, 885, 889, 890, 891, 892, 893, 894, 895, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912, 914, 915, 916, 917, 919, 920, 922, 923, 925, 926, 927, 928, 931, 933, 935, 936, 938, 939, 940, 941, 942, 943, 944, 946, 952, 955, 956, 974, 975, 976, 977, 978, 979, 980, 981, 982, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1020, 1021, 1022, 1023, 1024, 1025, 1028, 1029, 1035, 1036, 1039, 1040, 1042, 1043, 1045, 1046, 1048, 1049, 1050, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1187, 1188, 1189, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1201, 1202, 1203, 1204, 1205, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1592, 1593, 1594, 1620, 1621, 1624, 1625, 1626, 1627, 1628, 1630, 1640, 1642, 1644, 1645, 1646, 1647, 1648, 1649, 1651, 1657, 1658, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1705, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1720, 1721, 1724, 1725, 1726, 1727, 1729, 1730, 1738, 1752, 1754, 1755, 1756, 1758, 1760, 1761, 1766, 1767, 1770, 1771, 1772, 1773, 1774, 1776, 1778, 1781, 1782, 1784, 1785, 1786, 1787, 1788, 1789, 1795, 1798, 1799, 1801, 1803, 1804, 1805, 1806, 1807, 1810, 1811, 1812, 1813, 1814, 1815, 1817, 1818, 1819, 1820, 1821, 1824, 1825, 1826, 1827, 1829, 1830, 1839, 1843, 1844, 1845, 1849, 1852, 1863, 1865], "fail": [0, 496, 1776, 1886, 1892], "git": [0, 8, 579, 1848, 1855, 1856, 1875], "clone": [0, 488, 523, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166, 1848], "attempt": [0, 405, 426, 428, 429, 430, 431, 436, 562, 565, 568, 1836, 1852, 1877], "when": [0, 6, 7, 8, 71, 315, 349, 405, 411, 426, 428, 429, 447, 449, 451, 455, 457, 488, 491, 496, 504, 508, 510, 511, 513, 517, 525, 526, 529, 531, 533, 535, 541, 549, 558, 567, 568, 583, 1664, 1698, 1699, 1700, 1782, 1830, 1831, 1833, 1836, 1847, 1850, 1856, 1862, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1882, 1885, 1886, 1887, 1888, 1892, 1893, 1898, 1899, 1901, 1903, 1904, 1906], "userguid": [0, 6], "tutori": [0, 5, 7, 9, 563, 578, 933, 1847, 1866, 1868, 1869, 1872, 1874, 1876, 1878, 1879, 1881, 1885, 1888, 1893, 1894, 1897, 1902, 1907], "directori": [0, 8, 496, 1848, 1850, 1851, 1853, 1855, 1856, 1865, 1871, 1872, 1875, 1876, 1888, 1893, 1894], "alreadi": [0, 491, 496, 508, 541, 566, 568, 1848, 1852, 1854, 1868, 1871, 1874, 1875, 1878, 1879, 1889, 1890, 1894, 1895], "present": [0, 492, 506, 541, 542, 543, 544, 545, 546, 549, 662, 701, 740, 779, 818, 1836, 1853, 1854, 1857], "bump": 0, "number": [0, 3, 5, 9, 11, 12, 13, 32, 48, 53, 60, 70, 71, 114, 124, 153, 154, 155, 156, 157, 170, 178, 180, 181, 183, 184, 186, 187, 198, 201, 223, 226, 301, 314, 337, 348, 362, 381, 402, 405, 415, 416, 419, 426, 428, 429, 440, 447, 448, 449, 450, 451, 455, 456, 457, 458, 461, 463, 472, 473, 474, 477, 486, 495, 496, 498, 505, 515, 518, 521, 526, 531, 539, 545, 551, 553, 554, 555, 557, 559, 562, 563, 565, 566, 568, 569, 570, 571, 573, 574, 575, 579, 581, 587, 589, 605, 606, 610, 626, 627, 638, 639, 647, 648, 682, 721, 760, 799, 838, 867, 887, 960, 1052, 1065, 1090, 1103, 1116, 1124, 1132, 1152, 1164, 1183, 1185, 1209, 1599, 1600, 1607, 1627, 1636, 1637, 1641, 1652, 1653, 1656, 1657, 1662, 1664, 1665, 1678, 1682, 1683, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1740, 1746, 1747, 1755, 1756, 1760, 1761, 1762, 1763, 1766, 1776, 1830, 1836, 1847, 1848, 1850, 1852, 1856, 1859, 1860, 1865, 1867, 1868, 1871, 1875, 1878, 1879, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1902, 1903], "gnuinstalldir": 0, "obtain": [0, 251, 352, 447, 492, 512, 518, 529, 551, 580, 581, 933, 984, 1209, 1847, 1860, 1871, 1875, 1883, 1884, 1886, 1887, 1892, 1893, 1900, 1905], "proper": [0, 3, 535, 539, 551, 1212, 1848, 1853, 1856, 1863], "libdir": 0, "locat": [0, 584, 1848, 1865], "boost": [0, 440, 441, 562, 570, 580, 1852, 1854], "import": [0, 491, 492, 495, 496, 498, 513, 541, 542, 543, 544, 545, 546, 548, 549, 552, 556, 558, 561, 570, 577, 578, 579, 580, 659, 660, 1846, 1847, 1848, 1850, 1862, 1867, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1882, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "target": [0, 8, 239, 240, 243, 249, 255, 257, 258, 266, 267, 268, 269, 270, 278, 279, 280, 281, 282, 290, 291, 292, 293, 295, 298, 312, 317, 342, 395, 515, 519, 521, 523, 525, 526, 527, 529, 531, 533, 542, 543, 544, 545, 546, 662, 674, 692, 693, 694, 695, 701, 713, 731, 732, 733, 734, 740, 752, 770, 771, 772, 773, 779, 791, 809, 810, 811, 812, 818, 830, 848, 849, 850, 851, 873, 940, 952, 970, 971, 972, 973, 1010, 1776, 1830, 1839, 1847, 1871, 1875, 1885], "70": [0, 1854, 1871, 1875, 1894], "project": [0, 3, 4, 7, 363, 553, 1847, 1856, 1857, 1884], "languag": [0, 489, 494, 517, 523, 1847, 1849, 1854, 1856, 1868, 1879], "benchmark": 0, "branch": [0, 7, 8, 494, 1848, 1856], "unstabl": [0, 7, 8, 1848, 1856, 1871, 1875, 1881, 1885, 1897, 1898, 1902, 1903], "fmt": 0, "copi": [0, 8, 30, 85, 88, 135, 195, 202, 204, 212, 243, 258, 270, 282, 290, 301, 354, 356, 406, 408, 449, 488, 491, 505, 508, 511, 520, 521, 523, 535, 540, 543, 545, 546, 547, 554, 557, 570, 579, 585, 664, 666, 677, 697, 703, 705, 716, 736, 742, 744, 755, 775, 781, 783, 794, 814, 820, 822, 833, 853, 858, 861, 862, 873, 878, 879, 942, 944, 955, 975, 1046, 1848, 1862, 1871, 1872, 1873, 1875, 1876, 1877, 1884, 1885, 1890, 1892, 1893, 1895], "desc": [0, 9, 489], "file": [0, 4, 5, 7, 8, 9, 266, 489, 491, 492, 494, 496, 521, 530, 541, 549, 551, 556, 565, 568, 573, 579, 583, 584, 651, 1215, 1661, 1665, 1666, 1707, 1708, 1709, 1848, 1850, 1854, 1855, 1857, 1858, 1863, 1864, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1882, 1883, 1884, 1885, 1897, 1898, 1902, 1903, 1908], "macro": [0, 508, 583], "triqs_arrays_enforce_boundcheck": 0, "nda_debug": 0, "cpp2py_python_xxx": 0, "variabl": [0, 137, 461, 488, 497, 505, 506, 507, 512, 514, 515, 516, 519, 521, 522, 529, 532, 534, 540, 557, 568, 647, 667, 698, 706, 737, 745, 776, 784, 815, 823, 854, 945, 976, 1740, 1766, 1776, 1801, 1848, 1851, 1855, 1864, 1865, 1879, 1889, 1894], "python_xxx": 0, "relwithdebinfo": 0, "set": [0, 4, 9, 15, 21, 51, 52, 117, 153, 154, 155, 156, 157, 163, 223, 224, 225, 226, 323, 324, 327, 329, 330, 331, 332, 335, 337, 338, 339, 340, 354, 355, 366, 377, 388, 399, 400, 401, 405, 411, 426, 427, 428, 429, 449, 491, 496, 497, 498, 510, 514, 515, 517, 526, 535, 539, 541, 542, 543, 544, 545, 546, 552, 553, 554, 567, 568, 570, 572, 573, 575, 578, 579, 598, 619, 662, 674, 695, 699, 701, 713, 734, 738, 740, 752, 773, 777, 779, 791, 812, 816, 818, 830, 851, 855, 933, 940, 952, 973, 977, 1010, 1671, 1673, 1720, 1721, 1801, 1831, 1837, 1840, 1841, 1847, 1848, 1850, 1851, 1852, 1853, 1857, 1864, 1865, 1868, 1870, 1871, 1875, 1877, 1878, 1879, 1881, 1884, 1885, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896], "polici": 0, "114": 0, "rpath": 0, "triqsconfig": [0, 1865], "docker": 0, "imag": [0, 238, 546, 570, 577, 578, 1846, 1848, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1892, 1893, 1894, 1895, 1902, 1903, 1905], "openblas_num_thread": [0, 1850], "mkl_num_thread": [0, 1850], "oneapi": 0, "2024": 0, "consist": [0, 4, 16, 126, 233, 234, 490, 491, 1857, 1867, 1871, 1875, 1877, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1899, 1901, 1904, 1906, 1907, 1908], "openbla": [0, 1850, 1852], "over": [0, 188, 454, 463, 474, 479, 482, 483, 496, 503, 515, 529, 535, 537, 541, 549, 553, 554, 556, 562, 568, 569, 581, 1778, 1813, 1827, 1856, 1860, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "liblapack": 0, "dockerfil": 0, "jenkinsfil": 0, "more": [0, 8, 9, 459, 478, 479, 490, 494, 497, 501, 504, 507, 508, 514, 515, 518, 522, 523, 525, 526, 530, 541, 549, 566, 568, 570, 577, 578, 579, 1842, 1846, 1847, 1848, 1849, 1852, 1853, 1857, 1859, 1860, 1864, 1870, 1871, 1872, 1875, 1876, 1881, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1897, 1901, 1902, 1906], "For": [0, 4, 346, 347, 355, 440, 447, 488, 490, 491, 496, 497, 504, 505, 506, 508, 509, 512, 513, 515, 518, 521, 522, 530, 539, 541, 542, 543, 544, 545, 546, 549, 562, 567, 568, 569, 570, 581, 583, 662, 701, 740, 779, 818, 895, 933, 1077, 1090, 1103, 1846, 1847, 1848, 1853, 1854, 1855, 1856, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "mode": [0, 541, 545, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1725, 1726, 1738, 1848, 1851, 1903], "sure": [0, 8, 1830, 1846, 1848, 1852, 1853, 1855, 1856, 1871, 1875, 1901, 1906], "run": [0, 7, 8, 327, 404, 405, 408, 417, 420, 428, 429, 432, 515, 565, 568, 579, 1661, 1804, 1830, 1835, 1842, 1847, 1848, 1850, 1852, 1853, 1856, 1857, 1864, 1869, 1873, 1877, 1879, 1880, 1882, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1902, 1903, 1904, 1906, 1908], "suffici": [0, 1848, 1881, 1885, 1899, 1904], "share": [0, 4, 1847, 1848], "arg": [0, 352, 488, 491, 542, 543, 544, 545, 546, 549, 587, 590, 611, 668, 669, 670, 671, 672, 673, 679, 680, 684, 685, 686, 687, 688, 689, 690, 691, 695, 696, 707, 708, 709, 710, 711, 712, 718, 719, 723, 724, 725, 726, 727, 728, 729, 730, 734, 735, 746, 747, 748, 749, 750, 751, 757, 758, 762, 763, 764, 765, 766, 767, 768, 769, 773, 774, 785, 786, 787, 788, 789, 790, 796, 797, 801, 802, 803, 804, 805, 806, 807, 808, 812, 813, 824, 825, 826, 827, 828, 829, 835, 836, 840, 841, 842, 843, 844, 845, 846, 847, 851, 852, 860, 877, 880, 890, 899, 900, 916, 917, 938, 939, 946, 947, 948, 949, 950, 951, 957, 958, 962, 963, 964, 965, 966, 967, 968, 969, 973, 974, 1012, 1013, 1053, 1066, 1078, 1091, 1104, 1117, 1133, 1144, 1153, 1165, 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, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1597, 1605, 1610, 1629, 1631, 1646, 1647, 1670, 1733, 1741, 1830, 1839, 1883, 1884, 1885, 1901, 1905, 1906], "ncore": [0, 1848], "dockerbuild": 0, "builduid": 0, "configur": [0, 415, 428, 429, 447, 566, 568, 579, 1848, 1849, 1856, 1863, 1865, 1871, 1875], "patch": [0, 559, 1592, 1594, 1758, 1760, 1761, 1890, 1895, 1908], "error": [0, 9, 115, 116, 199, 224, 252, 253, 446, 447, 453, 454, 459, 478, 479, 481, 482, 485, 497, 500, 504, 539, 562, 573, 578, 583, 1709, 1836, 1849, 1855, 1871, 1875, 1887, 1893], "recommend": [0, 541, 549, 583, 1846, 1847, 1848, 1849, 1852, 1857, 1868, 1871, 1875, 1879, 1888, 1893], "virtualenv": 0, "synchron": [0, 115, 1804], "three": [0, 457, 478, 479, 497, 555, 561, 565, 568, 570, 571, 573, 1596, 1625, 1632, 1633, 1645, 1648, 1649, 1664, 1666, 1693, 1857, 1908], "symmetri": [0, 169, 252, 298, 513, 519, 523, 542, 549, 561, 1881, 1885, 1888, 1893, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "initi": [0, 151, 153, 154, 155, 156, 168, 314, 315, 352, 428, 429, 449, 517, 523, 539, 541, 544, 548, 551, 552, 559, 565, 566, 591, 592, 593, 594, 612, 613, 614, 615, 904, 1209, 1214, 1664, 1754, 1756, 1763, 1766, 1776, 1831, 1837, 1847, 1859, 1860, 1882, 1886, 1887, 1890, 1892, 1893, 1895, 1901, 1905, 1906], "overload": [0, 9, 21, 24, 32, 36, 40, 65, 68, 78, 81, 102, 106, 249, 487, 488, 491, 500, 501, 505, 506, 514, 515, 522, 569, 585], "wrap": [0, 9, 119, 122, 488, 489, 491, 492, 983, 993, 1218, 1849, 1862, 1871, 1875], "evalu": [0, 9, 215, 500, 501, 505, 506, 507, 508, 511, 515, 519, 523, 530, 538, 541, 560, 585, 685, 686, 724, 725, 763, 764, 802, 803, 841, 842, 963, 964, 1003, 1004, 1021, 1077, 1090, 1103, 1611, 1613, 1629, 1631, 1646, 1647, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1897, 1898, 1901, 1902, 1903, 1906], "concept": [0, 9, 249, 266, 363, 406, 408, 433, 508, 509, 511, 516, 517, 520, 525, 526, 531, 533, 540, 563, 568], "rais": [0, 496, 1698, 1699, 1700, 1831, 1836, 1842], "clang15": 0, "gcc12": 0, "john": 0, "bonini": 0, "kacper": 0, "cybi\u0144ski": 0, "philipp": 0, "dumitrescu": [0, 3], "olivi": 0, "gingra": 0, "collin": 0, "kariuki": 0, "igor": 0, "krivenko": [0, 3, 4], "harri": 0, "labollita": 0, "r\u00e9mi": 0, "lacroix": 0, "henri": 0, "menk": [0, 3], "parcollet": [0, 3], "hugo": [0, 551, 1211], "u": [0, 4, 6, 9, 39, 105, 459, 494, 495, 496, 497, 498, 500, 512, 513, 541, 551, 553, 558, 566, 569, 572, 573, 577, 1052, 1211, 1682, 1683, 1687, 1689, 1692, 1698, 1699, 1707, 1708, 1709, 1856, 1858, 1862, 1867, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1895, 1899, 1901, 1904, 1906], "r": [0, 19, 20, 25, 32, 34, 35, 41, 47, 63, 64, 69, 71, 77, 82, 83, 90, 95, 101, 107, 113, 433, 436, 496, 504, 511, 519, 539, 541, 551, 560, 561, 562, 577, 578, 580, 585, 674, 713, 752, 791, 830, 952, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1211, 1589, 1609, 1626, 1627, 1630, 1726, 1847, 1856, 1861, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1882, 1884, 1885, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1904, 1905, 1906], "strand": [0, 3, 551, 1211], "jie": 0, "xiong": 0, "interfac": [0, 9, 423, 424, 486, 494, 496, 497, 498, 541, 549, 570, 576, 1644, 1664, 1847, 1854, 1857, 1866, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1882, 1885], "summar": [0, 1856, 1871, 1875, 1880], "adjust": [0, 544, 557, 577, 647, 657, 669, 708, 747, 786, 825, 947, 995, 1856, 1887, 1901, 1905, 1906, 1908], "conveni": [0, 496, 521, 530, 539, 570, 577, 1856, 1881, 1885, 1888, 1893], "have": [0, 4, 6, 7, 8, 179, 182, 183, 184, 185, 216, 260, 272, 284, 399, 400, 449, 457, 478, 479, 481, 482, 494, 496, 497, 504, 505, 507, 508, 512, 513, 515, 520, 521, 522, 525, 529, 533, 539, 541, 549, 565, 566, 567, 568, 570, 573, 574, 575, 576, 577, 578, 579, 581, 861, 878, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847, 1848, 1849, 1850, 1854, 1856, 1857, 1858, 1860, 1861, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "you": [0, 3, 4, 6, 7, 8, 494, 506, 507, 513, 541, 549, 552, 563, 566, 567, 568, 579, 580, 1836, 1839, 1846, 1847, 1848, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1860, 1862, 1863, 1864, 1866, 1868, 1869, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908], "can": [0, 3, 4, 6, 7, 8, 11, 195, 249, 266, 323, 363, 376, 447, 449, 456, 458, 459, 488, 489, 491, 494, 495, 496, 497, 498, 500, 504, 505, 506, 508, 510, 513, 514, 515, 517, 519, 520, 522, 525, 526, 527, 529, 531, 533, 535, 537, 539, 541, 545, 548, 549, 552, 557, 558, 559, 562, 563, 565, 566, 567, 568, 569, 570, 571, 573, 577, 578, 579, 580, 581, 583, 584, 585, 647, 648, 651, 657, 663, 702, 741, 780, 819, 858, 933, 1021, 1077, 1090, 1103, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1630, 1662, 1683, 1752, 1758, 1760, 1801, 1836, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1860, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908], "download": [0, 1854, 1856, 1872, 1876], "top": [0, 8, 270, 282, 578, 1624, 1644, 1848, 1856, 1871, 1872, 1875, 1876, 1887], "level": [0, 411, 447, 497, 498, 568, 577, 1776, 1798, 1847, 1856, 1857, 1860, 1871, 1875, 1876, 1878, 1881, 1885, 1887, 1897, 1902], "your": [0, 4, 6, 7, 563, 567, 579, 1846, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1855, 1857, 1862, 1864, 1865, 1868, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1887, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "repositori": [0, 1848, 1856, 1857], "previous": [0, 431, 439, 1872, 1876, 1878], "gfindic": 0, "domain": [0, 257, 269, 281, 503, 516, 517, 519, 522, 537, 540, 648, 917, 920, 923, 1881, 1885, 1901, 1906], "directli": [0, 4, 6, 478, 479, 488, 491, 521, 539, 571, 933, 1683, 1847, 1848, 1864, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1882, 1884, 1885, 1888, 1890, 1893, 1895, 1897, 1898, 1902, 1903], "paramet": [0, 9, 451, 488, 491, 495, 496, 497, 499, 515, 516, 517, 518, 525, 526, 527, 531, 533, 540, 549, 551, 553, 555, 557, 558, 560, 562, 565, 568, 569, 571, 573, 574, 575, 577, 579, 585, 589, 610, 644, 648, 651, 654, 657, 658, 668, 674, 698, 707, 713, 737, 746, 752, 776, 785, 791, 815, 824, 830, 854, 905, 915, 917, 920, 923, 928, 930, 933, 940, 946, 952, 976, 1028, 1042, 1077, 1090, 1103, 1116, 1132, 1143, 1183, 1185, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1208, 1209, 1210, 1211, 1213, 1214, 1215, 1217, 1596, 1604, 1609, 1620, 1624, 1625, 1632, 1633, 1645, 1648, 1649, 1657, 1660, 1661, 1662, 1664, 1665, 1666, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1738, 1745, 1748, 1749, 1761, 1776, 1859, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895], "alwai": [0, 447, 455, 457, 505, 541, 568, 1830, 1836, 1852, 1871, 1875, 1878, 1900, 1905], "return": [0, 8, 9, 84, 158, 175, 176, 177, 197, 202, 203, 204, 205, 212, 213, 222, 230, 231, 232, 233, 234, 235, 236, 237, 249, 266, 290, 295, 309, 317, 352, 425, 431, 433, 443, 444, 445, 447, 488, 490, 491, 495, 496, 498, 499, 500, 504, 506, 507, 508, 511, 515, 517, 522, 525, 526, 531, 532, 533, 537, 539, 541, 542, 543, 544, 545, 546, 549, 551, 553, 554, 555, 557, 558, 559, 561, 562, 565, 568, 570, 571, 572, 573, 574, 575, 578, 583, 585, 587, 591, 593, 596, 608, 609, 612, 614, 617, 629, 630, 651, 664, 665, 668, 677, 696, 697, 698, 703, 704, 707, 716, 735, 736, 737, 742, 743, 746, 755, 774, 775, 776, 781, 782, 785, 794, 813, 814, 815, 820, 821, 824, 833, 852, 853, 854, 858, 860, 862, 869, 876, 877, 879, 880, 883, 891, 892, 933, 937, 942, 943, 946, 955, 974, 975, 976, 1015, 1016, 1021, 1183, 1185, 1199, 1201, 1202, 1203, 1207, 1208, 1209, 1211, 1212, 1213, 1214, 1215, 1216, 1601, 1602, 1626, 1632, 1633, 1648, 1649, 1657, 1660, 1661, 1662, 1664, 1665, 1666, 1671, 1673, 1676, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1729, 1738, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1753, 1755, 1759, 1762, 1766, 1776, 1778, 1813, 1827, 1832, 1834, 1835, 1836, 1853, 1858, 1859, 1860, 1879, 1884, 1886, 1892, 1900, 1901, 1905, 1906], "tick": [0, 1664, 1903, 1904], "third": [0, 551, 568, 1210, 1852, 1880], "argument": [0, 9, 124, 333, 352, 353, 358, 368, 379, 488, 490, 491, 497, 501, 503, 504, 506, 511, 522, 529, 539, 551, 559, 567, 568, 570, 571, 578, 585, 873, 940, 1212, 1686, 1753, 1759, 1766, 1778, 1830, 1836, 1839, 1871, 1875, 1879, 1880, 1881, 1885, 1887, 1901, 1906], "member": [0, 488, 512, 516, 534, 540, 548, 550, 553, 554, 568, 569, 1871, 1875, 1879, 1886, 1887, 1892, 1898, 1903], "block2gf": [0, 295, 317], "extract_mesh": 0, "get_mesh": [0, 238], "hamiltonian": [0, 9, 151, 152, 157, 167, 169, 175, 179, 182, 183, 184, 185, 355, 356, 359, 486, 498, 553, 560, 568, 570, 571, 587, 589, 604, 610, 625, 1609, 1644, 1661, 1662, 1683, 1698, 1699, 1700, 1867, 1872, 1874, 1876, 1877, 1878, 1883, 1887, 1889, 1890, 1893, 1894, 1895, 1897, 1902], "factori": [0, 569], "now": [0, 7, 8, 457, 498, 512, 515, 517, 541, 565, 567, 568, 1852, 1856, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1885, 1886, 1890, 1892, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "take": [0, 3, 4, 7, 295, 309, 317, 353, 358, 368, 379, 447, 478, 479, 497, 513, 519, 525, 526, 527, 531, 533, 539, 543, 545, 546, 556, 558, 563, 566, 568, 570, 571, 574, 578, 579, 697, 736, 775, 814, 853, 858, 975, 1199, 1624, 1662, 1683, 1686, 1687, 1690, 1692, 1712, 1713, 1714, 1776, 1846, 1858, 1867, 1871, 1874, 1875, 1878, 1880, 1886, 1887, 1889, 1892, 1893, 1894, 1898, 1900, 1903, 1905], "n_orb": [0, 498, 561, 571, 573, 574, 575, 1682, 1705, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1721, 1871, 1873, 1874, 1875, 1877, 1878, 1893], "orb_nam": [0, 498, 573, 574, 1705, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718], "brzone": [0, 1060, 1061, 1062], "cyclat": [0, 1072, 1073, 1074], "dim": [0, 571, 698, 737, 776, 815, 854, 976, 1052, 1065, 1691, 1752, 1754, 1813, 1827, 1871, 1875, 1877, 1878], "period": [0, 526, 538, 565, 1052, 1065, 1633, 1649], "matrix": [0, 9, 154, 156, 168, 169, 173, 174, 179, 180, 181, 188, 189, 190, 195, 196, 212, 213, 221, 227, 233, 234, 236, 250, 356, 359, 361, 498, 500, 507, 510, 511, 512, 513, 515, 519, 523, 525, 526, 527, 531, 533, 540, 542, 543, 544, 545, 546, 547, 549, 551, 555, 558, 559, 560, 561, 569, 570, 572, 573, 574, 592, 594, 613, 615, 632, 668, 674, 677, 697, 707, 713, 716, 736, 746, 752, 755, 775, 785, 791, 794, 814, 824, 830, 833, 853, 946, 952, 955, 975, 994, 1052, 1063, 1075, 1211, 1213, 1589, 1596, 1603, 1608, 1609, 1613, 1631, 1647, 1682, 1683, 1684, 1687, 1689, 1690, 1691, 1692, 1694, 1698, 1699, 1707, 1708, 1709, 1712, 1713, 1714, 1752, 1758, 1858, 1859, 1860, 1871, 1875, 1884, 1888, 1893, 1897, 1902], "u_matrix": [0, 571, 573, 1709], "u_matrix_slat": [0, 571], "symbol": [0, 571, 1693, 1868, 1879, 1880], "print": [0, 438, 452, 498, 508, 549, 553, 561, 568, 570, 580, 1776, 1811, 1848, 1850, 1861, 1867, 1871, 1874, 1875, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1893, 1894, 1897, 1901, 1902, 1905, 1906], "sympi": [0, 1868], "express": [0, 9, 249, 260, 266, 272, 284, 366, 377, 486, 500, 503, 507, 508, 515, 516, 540, 547, 548, 549, 551, 570, 585, 916, 919, 922, 1015, 1016, 1020, 1025, 1212, 1849, 1856, 1868, 1881, 1883, 1885, 1890, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "898": 0, "invers": [0, 4, 179, 180, 181, 182, 183, 184, 185, 212, 213, 238, 320, 321, 498, 511, 512, 513, 518, 541, 545, 548, 549, 551, 565, 568, 577, 578, 875, 884, 933, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1642, 1846, 1858, 1859, 1860, 1861, 1867, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1895, 1897, 1899, 1901, 1902, 1904, 1906], "lazi": [0, 9, 11, 243, 249, 258, 266, 290, 315, 486, 497, 502, 505, 506, 508, 517, 540, 547, 551, 585, 916, 919, 922, 1212], "complex_t": 0, "optim": [0, 349, 514, 518, 551, 933, 1209, 1848, 1849, 1871, 1875, 1877, 1881, 1885, 1900, 1901, 1905, 1906], "interpolate_on_seg": 0, "onli": [0, 3, 7, 221, 258, 349, 350, 352, 355, 357, 361, 363, 447, 449, 451, 454, 461, 464, 471, 479, 488, 489, 491, 496, 498, 505, 507, 508, 509, 511, 512, 518, 521, 522, 529, 534, 537, 548, 551, 554, 557, 558, 559, 566, 568, 570, 571, 574, 578, 651, 668, 674, 696, 697, 707, 713, 735, 736, 746, 752, 774, 775, 785, 791, 813, 814, 824, 830, 852, 853, 863, 868, 873, 881, 886, 888, 914, 927, 933, 946, 952, 974, 975, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1211, 1630, 1682, 1712, 1713, 1714, 1743, 1753, 1759, 1776, 1831, 1832, 1837, 1850, 1854, 1858, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1886, 1887, 1892, 1893, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "boundari": [0, 461, 468, 1624, 1744], "free": [0, 7, 363, 504, 515, 516, 539, 541, 550, 554, 556, 557, 568, 569, 646, 650, 1847, 1870, 1871, 1872, 1875, 1876, 1901, 1906], "is_op_hermitian": 0, "hermit": [0, 539, 551, 991, 1211], "c2py": 0, "oplotr": 0, "oploti": 0, "477": 0, "obsolet": 0, "serial": [0, 541, 549, 569, 1848, 1855, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "global": [0, 1850], "count": [0, 461, 462, 489, 497, 1740, 1742, 1871, 1874, 1875, 1877, 1878], "accumul": [0, 404, 413, 426, 429, 446, 461, 462, 472, 474, 478, 479, 562, 565, 568, 581, 583, 889, 1742, 1746, 1887, 1894], "gfinterpol": 0, "closestmeshpoint": 0, "easybuild": [0, 5], "sha256": 0, "tarbal": 0, "cleanup": [0, 1852], "regener": 0, "gpl": [0, 3, 1847], "copyright": 0, "header": [0, 7, 9, 491, 492, 505, 567, 568, 584, 1850, 1854, 1863, 1865, 1905], "gcc": [0, 583, 584, 1849, 1854, 1855], "clang": [0, 492, 583, 1848, 1852, 1854, 1855], "format": [0, 3, 9, 461, 467, 486, 495, 496, 541, 542, 543, 544, 545, 546, 549, 551, 557, 578, 651, 1215, 1217, 1854, 1871, 1875, 1881, 1885, 1890, 1895], "gf_sym_grp": 0, "parallel": [0, 496, 562, 571, 1682, 1689, 1848, 1854, 1871, 1875, 1884, 1897, 1902], "valid": [0, 471, 509, 512, 522, 535, 570, 572, 574, 578, 585, 1712, 1713, 1714, 1859, 1901, 1906], "meshproduct": [0, 1871, 1875, 1877, 1884, 1897, 1902], "combin": [0, 548, 587, 589, 610, 914, 927, 1868, 1871, 1875, 1877, 1881, 1883, 1885, 1898, 1900, 1903, 1905], "k": [0, 298, 312, 496, 518, 529, 557, 559, 560, 561, 571, 573, 585, 1052, 1183, 1185, 1611, 1613, 1629, 1631, 1646, 1647, 1657, 1662, 1664, 1683, 1684, 1699, 1709, 1752, 1755, 1756, 1758, 1760, 1761, 1762, 1763, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "iw": [0, 535, 541, 551, 991, 992, 1176, 1208, 1217, 1881, 1884, 1885], "etc": [0, 4, 8, 9, 482, 483, 486, 494, 510, 579, 584, 1630, 1848, 1871, 1875, 1879, 1880, 1881, 1884, 1885], "idx": [0, 541, 1881, 1885, 1901, 1905, 1906], "tau": [0, 183, 250, 298, 309, 312, 319, 447, 485, 511, 513, 518, 526, 537, 543, 551, 574, 581, 698, 737, 776, 815, 854, 976, 992, 1077, 1103, 1209, 1213, 1717, 1871, 1873, 1875, 1877, 1881, 1885, 1886, 1892, 1898, 1900, 1903, 1905], "legendr": [0, 181, 498, 515, 516, 519, 534, 540, 541, 542, 543, 547, 551, 559, 634, 668, 669, 688, 689, 690, 696, 707, 708, 727, 728, 729, 735, 746, 747, 766, 767, 768, 774, 785, 786, 805, 806, 807, 813, 824, 825, 844, 845, 846, 852, 919, 920, 922, 946, 947, 966, 967, 968, 974, 995, 1006, 1007, 1008, 1143, 1150, 1151, 1211, 1752, 1758], "gf_view": [0, 238, 253, 258, 270, 278, 314, 516, 519, 521, 522, 523, 532, 535, 541, 542, 543, 544, 545, 546, 549, 669, 670, 672, 684, 685, 686, 687, 688, 689, 690, 691, 695, 708, 709, 711, 723, 724, 725, 726, 727, 728, 729, 730, 734, 747, 748, 750, 762, 763, 764, 765, 766, 767, 768, 769, 773, 786, 787, 789, 801, 802, 803, 804, 805, 806, 807, 808, 812, 825, 826, 828, 840, 841, 842, 843, 844, 845, 846, 847, 851, 947, 948, 950, 962, 963, 964, 965, 966, 967, 968, 969, 973, 988, 991, 992, 994, 995, 996, 998, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010], "make_gf_from_fouri": [0, 238, 517, 1881, 1885], "time": [0, 4, 7, 9, 183, 251, 300, 304, 305, 306, 311, 313, 314, 405, 413, 414, 420, 421, 422, 426, 428, 429, 446, 447, 485, 486, 490, 498, 505, 507, 510, 512, 515, 516, 517, 519, 522, 534, 538, 540, 541, 542, 547, 551, 561, 566, 568, 570, 579, 581, 583, 635, 695, 734, 773, 812, 851, 917, 933, 973, 984, 985, 986, 987, 990, 1010, 1077, 1103, 1132, 1164, 1209, 1211, 1214, 1767, 1778, 1804, 1836, 1847, 1855, 1857, 1868, 1871, 1875, 1880, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1900, 1903, 1905], "transform": [0, 9, 11, 85, 86, 173, 174, 304, 305, 306, 310, 311, 312, 313, 494, 496, 501, 516, 518, 539, 540, 542, 543, 545, 546, 547, 548, 550, 555, 556, 557, 560, 570, 571, 574, 607, 628, 647, 653, 674, 687, 688, 689, 690, 713, 726, 727, 728, 729, 752, 765, 766, 767, 768, 791, 804, 805, 806, 807, 830, 843, 844, 845, 846, 914, 916, 917, 919, 920, 922, 923, 927, 952, 965, 966, 967, 968, 985, 986, 987, 988, 989, 990, 1005, 1006, 1007, 1008, 1598, 1613, 1615, 1631, 1635, 1647, 1651, 1683, 1690, 1694, 1712, 1713, 1714, 1854, 1884, 1887, 1895], "gf_expr": 0, "gf_unary_m_expr": 0, "regular_t": [0, 140], "set_from_pad": [0, 545, 1881, 1885, 1892, 1893, 1898, 1903], "scalar_valu": [0, 517, 519, 525, 526, 527, 529, 530, 531, 532, 533, 539, 542, 543, 545, 546, 679, 680, 687, 688, 689, 690, 691, 695, 718, 719, 726, 727, 728, 729, 730, 734, 757, 758, 765, 766, 767, 768, 769, 773, 796, 797, 804, 805, 806, 807, 808, 812, 835, 836, 843, 844, 845, 846, 847, 851, 957, 958, 965, 966, 967, 968, 969, 973, 984, 985, 986, 987, 988, 989, 990, 991, 992, 1000, 1001, 1005, 1006, 1007, 1008, 1009, 1010, 1860], "tensor_valu": [0, 255, 519, 530, 1860], "memorygf": [0, 321], "index_t": [0, 515, 535, 537, 1060, 1061, 1062, 1072, 1073, 1074, 1085, 1086, 1087, 1098, 1099, 1100, 1111, 1112, 1113, 1128, 1129, 1130, 1139, 1140, 1141, 1150, 1151, 1158, 1159, 1160, 1172, 1173, 1174], "product": [0, 4, 11, 32, 35, 36, 48, 168, 252, 253, 340, 367, 378, 498, 515, 516, 519, 530, 554, 570, 573, 576, 1042, 1706, 1849, 1860, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1884, 1888, 1893, 1898, 1903], "ad": [0, 233, 234, 408, 432, 449, 457, 459, 474, 494, 496, 498, 500, 510, 511, 512, 558, 568, 578, 579, 1776, 1848, 1859, 1867, 1871, 1875, 1879, 1880, 1881, 1883, 1885, 1898, 1901, 1903, 1906], "array_prior": 0, "so": [0, 221, 228, 229, 355, 447, 449, 492, 494, 504, 511, 530, 541, 549, 551, 562, 563, 566, 568, 577, 578, 579, 585, 657, 1211, 1836, 1862, 1864, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "rmul": 0, "prioriti": [0, 506], "ndarrai": [0, 542, 544, 551, 555, 667, 668, 674, 706, 707, 713, 745, 746, 752, 784, 785, 791, 823, 824, 830, 933, 945, 946, 952, 1052, 1065, 1209, 1596, 1624, 1625, 1645, 1664, 1665], "mul": 0, "multipl": [0, 333, 371, 383, 449, 478, 479, 481, 482, 483, 485, 514, 516, 522, 534, 540, 551, 554, 570, 576, 1215, 1625, 1645, 1665, 1837, 1854, 1871, 1875, 1881, 1885, 1890, 1895], "linear": [0, 153, 154, 155, 156, 448, 449, 451, 452, 455, 456, 459, 478, 479, 482, 483, 515, 526, 530, 531, 533, 537, 577, 581, 873, 933, 1058, 1183, 1185, 1632, 1648, 1847, 1871, 1875, 1876, 1879, 1881, 1884, 1885, 1897, 1898, 1899, 1902, 1903, 1904], "interpol": [0, 522, 525, 526, 531, 533, 538, 1185, 1871, 1875, 1884, 1897, 1898, 1902, 1903], "gtau": [0, 549, 1881, 1883, 1885], "store": [0, 99, 327, 356, 359, 361, 363, 447, 452, 478, 479, 494, 495, 496, 498, 505, 506, 513, 516, 518, 519, 524, 541, 542, 548, 549, 557, 570, 579, 581, 585, 643, 904, 1778, 1846, 1864, 1871, 1875, 1881, 1885, 1888, 1889, 1893, 1894, 1898, 1903, 1905], "read": [0, 206, 245, 261, 273, 285, 330, 342, 395, 461, 464, 465, 488, 494, 495, 496, 537, 551, 554, 556, 570, 579, 651, 1215, 1661, 1743, 1846, 1858, 1861, 1871, 1875, 1877, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1902, 1903, 1904, 1908], "diagon": [0, 9, 151, 152, 157, 169, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 357, 486, 513, 551, 573, 574, 575, 587, 588, 589, 610, 1208, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1874, 1878, 1881, 1885, 1889, 1894], "implement": [0, 4, 6, 240, 243, 296, 354, 355, 363, 364, 376, 495, 496, 500, 508, 509, 510, 513, 515, 516, 517, 526, 537, 540, 543, 545, 546, 553, 557, 563, 566, 567, 568, 570, 573, 578, 581, 585, 643, 674, 696, 697, 713, 735, 736, 752, 774, 775, 791, 813, 814, 830, 852, 853, 952, 974, 975, 1028, 1620, 1830, 1847, 1867, 1871, 1875, 1881, 1885, 1886, 1892, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "gfimfreq": [0, 540, 541, 543, 544, 545, 547, 549, 551, 552, 558, 577, 578, 1208, 1214, 1217, 1846, 1885], "gfimtim": [0, 540, 541, 547, 551, 552, 684, 762, 801, 840, 962, 1002, 1214, 1885], "yield": [0, 195, 551, 1210, 1881, 1885, 1886, 1887, 1892], "same": [0, 50, 54, 91, 94, 243, 258, 290, 399, 400, 459, 474, 475, 495, 496, 497, 504, 505, 506, 512, 515, 517, 521, 525, 526, 532, 539, 541, 549, 551, 552, 558, 566, 568, 570, 571, 573, 585, 663, 702, 741, 780, 819, 861, 862, 869, 878, 879, 892, 1077, 1090, 1103, 1215, 1687, 1690, 1692, 1707, 1708, 1724, 1725, 1726, 1778, 1836, 1837, 1842, 1862, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1885, 1888, 1889, 1893, 1894, 1897, 1898, 1902, 1903, 1908], "repr": [0, 542, 543, 544, 545, 546, 549, 1881, 1885], "g": [0, 5, 206, 207, 243, 245, 246, 250, 251, 252, 253, 255, 256, 258, 260, 261, 262, 270, 272, 273, 274, 278, 282, 284, 285, 286, 291, 294, 295, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 321, 423, 424, 441, 449, 465, 466, 488, 489, 490, 491, 494, 496, 497, 500, 501, 505, 509, 512, 513, 514, 515, 516, 517, 518, 519, 521, 522, 523, 525, 526, 527, 529, 530, 531, 533, 535, 537, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 558, 559, 561, 568, 573, 574, 575, 576, 577, 578, 579, 583, 657, 664, 665, 670, 671, 672, 673, 674, 677, 679, 680, 684, 685, 686, 695, 697, 703, 704, 709, 710, 711, 712, 713, 716, 718, 719, 723, 724, 725, 734, 736, 742, 743, 748, 749, 750, 751, 752, 755, 757, 758, 762, 763, 764, 773, 775, 781, 782, 787, 788, 789, 790, 791, 794, 796, 797, 801, 802, 803, 812, 814, 820, 821, 826, 827, 828, 829, 830, 833, 835, 836, 840, 841, 842, 851, 853, 858, 873, 890, 899, 900, 906, 907, 914, 916, 917, 919, 920, 922, 923, 927, 933, 942, 943, 948, 949, 950, 951, 952, 955, 957, 958, 962, 963, 964, 973, 975, 991, 992, 994, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1010, 1036, 1189, 1208, 1214, 1215, 1217, 1624, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1730, 1752, 1753, 1758, 1759, 1848, 1850, 1852, 1853, 1854, 1855, 1856, 1861, 1862, 1864, 1865, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906, 1908], "name": [0, 180, 181, 182, 183, 184, 243, 247, 263, 275, 287, 294, 330, 331, 342, 343, 345, 395, 396, 398, 406, 408, 411, 423, 424, 432, 437, 440, 441, 445, 461, 465, 466, 467, 488, 491, 494, 495, 496, 505, 511, 513, 541, 542, 543, 544, 545, 546, 548, 549, 551, 555, 556, 557, 558, 561, 568, 571, 573, 574, 575, 577, 578, 580, 583, 643, 644, 647, 648, 651, 658, 662, 701, 740, 779, 818, 858, 873, 894, 935, 936, 940, 982, 1023, 1050, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1213, 1215, 1592, 1593, 1596, 1601, 1625, 1638, 1645, 1654, 1657, 1658, 1661, 1686, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1735, 1766, 1776, 1798, 1807, 1821, 1830, 1832, 1841, 1856, 1862, 1867, 1870, 1871, 1874, 1875, 1878, 1881, 1882, 1883, 1885, 1887, 1889, 1892, 1893, 1894, 1897, 1902], "correspond": [0, 168, 230, 231, 232, 368, 379, 495, 496, 497, 511, 515, 519, 523, 529, 530, 537, 539, 541, 548, 549, 557, 561, 570, 572, 644, 651, 667, 698, 706, 737, 745, 776, 784, 815, 823, 854, 928, 945, 976, 1848, 1850, 1871, 1875, 1881, 1885, 1886, 1890, 1892, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "beta": [0, 179, 180, 181, 182, 183, 184, 185, 252, 253, 258, 314, 498, 511, 513, 514, 515, 517, 518, 521, 523, 525, 526, 529, 530, 537, 538, 539, 541, 542, 543, 544, 545, 546, 549, 551, 552, 558, 565, 568, 577, 578, 632, 633, 634, 635, 636, 637, 662, 668, 695, 701, 707, 734, 740, 746, 773, 779, 785, 812, 818, 824, 851, 946, 973, 1010, 1028, 1029, 1077, 1090, 1103, 1116, 1132, 1143, 1209, 1213, 1846, 1860, 1861, 1867, 1871, 1875, 1877, 1878, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "statist": [0, 9, 410, 446, 447, 478, 479, 486, 515, 518, 521, 542, 543, 544, 545, 546, 568, 662, 701, 740, 779, 818, 1028, 1029, 1077, 1090, 1103, 1116, 1132, 1143, 1740, 1875, 1881, 1884, 1885, 1887, 1902], "through": [0, 6, 8, 11, 512, 513, 518, 535, 539, 550, 554, 568, 570, 577, 1077, 1090, 1103, 1836, 1847, 1848, 1852, 1857, 1881, 1884, 1885, 1897, 1898, 1901, 1902, 1903, 1906], "meshpoint": [0, 516, 540, 541, 1077, 1090, 1103], "meshwithvalu": 0, "execut": [0, 579, 1848, 1850, 1852, 1856, 1864, 1865, 1879], "index": [0, 15, 16, 17, 21, 63, 114, 153, 154, 155, 156, 158, 160, 168, 171, 177, 180, 181, 182, 183, 184, 324, 325, 327, 332, 333, 334, 336, 340, 341, 350, 358, 360, 368, 370, 379, 382, 388, 390, 392, 393, 394, 399, 400, 401, 469, 497, 515, 529, 530, 537, 541, 542, 543, 544, 545, 546, 553, 554, 561, 570, 571, 572, 573, 575, 592, 594, 596, 613, 615, 617, 857, 1028, 1035, 1036, 1049, 1055, 1060, 1061, 1062, 1072, 1073, 1074, 1077, 1085, 1086, 1087, 1090, 1098, 1099, 1100, 1103, 1111, 1112, 1113, 1128, 1129, 1130, 1139, 1140, 1141, 1150, 1151, 1158, 1159, 1160, 1172, 1173, 1174, 1201, 1620, 1621, 1642, 1682, 1683, 1687, 1689, 1692, 1694, 1697, 1698, 1699, 1700, 1709, 1720, 1745, 1871, 1875, 1881, 1883, 1885, 1887, 1897, 1902], "modulo": 0, "out": [0, 265, 277, 289, 320, 508, 521, 551, 1217, 1745, 1748, 1749, 1836, 1871, 1875, 1881, 1885, 1886, 1892], "mesh_hash": [0, 1035, 1036], "default": [0, 15, 25, 41, 43, 49, 59, 69, 73, 82, 85, 88, 97, 107, 122, 180, 181, 183, 184, 252, 253, 298, 300, 314, 315, 426, 463, 488, 491, 497, 519, 521, 525, 526, 527, 531, 533, 539, 549, 551, 555, 558, 559, 568, 570, 571, 578, 584, 633, 634, 635, 636, 658, 873, 933, 938, 1077, 1090, 1103, 1116, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1214, 1596, 1661, 1662, 1664, 1677, 1682, 1738, 1754, 1760, 1761, 1776, 1804, 1830, 1831, 1849, 1852, 1853, 1856, 1858, 1881, 1885, 1888, 1893], "construct": [0, 9, 15, 21, 35, 92, 101, 102, 118, 122, 123, 157, 163, 167, 180, 181, 183, 184, 243, 327, 339, 340, 349, 350, 366, 377, 390, 426, 440, 463, 488, 495, 496, 498, 506, 517, 519, 521, 523, 524, 542, 543, 544, 545, 546, 549, 551, 557, 558, 559, 561, 565, 566, 567, 569, 573, 577, 580, 581, 598, 604, 619, 625, 647, 648, 657, 662, 701, 740, 779, 818, 873, 1052, 1209, 1215, 1680, 1754, 1756, 1760, 1763, 1830, 1859, 1863, 1867, 1871, 1875, 1877, 1881, 1883, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1902, 1903], "zero": [0, 15, 21, 314, 339, 350, 449, 454, 455, 457, 549, 551, 554, 558, 561, 570, 1214, 1671, 1673, 1697, 1767, 1875, 1881, 1885, 1888, 1893, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "accessor": [0, 540, 547, 570], "micro": 0, "closest_mesh_pt": 0, "cluster_mesh": 0, "pass": [0, 116, 352, 449, 455, 457, 459, 478, 479, 496, 497, 498, 539, 567, 573, 578, 585, 1199, 1664, 1709, 1738, 1839, 1847, 1848, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1886, 1887, 1888, 1893, 1900], "window": [0, 184, 498, 537, 545, 546, 548, 577, 578, 671, 673, 698, 710, 712, 737, 749, 751, 776, 788, 790, 815, 827, 829, 854, 949, 951, 976, 997, 999, 1152, 1164, 1871, 1874, 1875, 1877, 1878, 1881, 1882, 1885, 1892, 1893], "pair": [0, 12, 168, 180, 181, 182, 183, 184, 252, 253, 327, 361, 468, 481, 482, 497, 539, 554, 572, 573, 633, 634, 635, 636, 670, 671, 672, 673, 709, 710, 711, 712, 748, 749, 750, 751, 787, 788, 789, 790, 826, 827, 828, 829, 873, 948, 949, 950, 951, 996, 997, 998, 999, 1152, 1164, 1617, 1618, 1664, 1708, 1744, 1881, 1885, 1889, 1894, 1898, 1899, 1903, 1904], "float": [0, 495, 497, 542, 544, 545, 551, 555, 558, 571, 573, 580, 600, 621, 632, 633, 634, 635, 636, 637, 638, 639, 668, 679, 680, 691, 696, 707, 718, 719, 730, 735, 746, 757, 758, 769, 774, 785, 796, 797, 808, 813, 824, 835, 836, 847, 852, 933, 946, 957, 958, 969, 974, 984, 1000, 1001, 1009, 1077, 1090, 1103, 1116, 1126, 1132, 1143, 1152, 1164, 1209, 1213, 1596, 1625, 1645, 1662, 1664, 1666, 1677, 1682, 1683, 1687, 1689, 1692, 1694, 1698, 1699, 1700, 1710, 1738, 1745, 1804, 1836, 1856, 1881, 1884, 1885, 1903], "refreq": [0, 184, 516, 517, 519, 534, 540, 545, 636, 691, 730, 769, 808, 847, 969, 1009, 1158, 1159, 1160], "meshrefreq": [0, 542, 544, 545, 668, 707, 746, 779, 785, 824, 946, 1881, 1882, 1885, 1892, 1898, 1903], "n_l": [0, 181, 498, 634, 1890, 1895], "n_k": [0, 1052, 1632, 1648, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1897, 1901, 1902, 1906], "n_pt": [0, 557, 561, 647, 648, 1185], "ostream": [0, 49, 58, 265, 277, 289, 475, 508, 585], "retim": [0, 516, 517, 519, 529, 530, 534, 540, 1172, 1173, 1174, 1860], "t_min": [0, 1164], "t_max": [0, 1164], "omega_min": [0, 1871, 1875, 1877], "dlr_imtim": [0, 985, 987, 1111, 1112, 1113], "dlr_imfreq": [0, 986, 1098, 1099, 1100], "meshdlr": [0, 1090, 1103], "meshdlrimtim": [0, 1077, 1881, 1885], "meshdlrimfreq": [0, 1077, 1191, 1881, 1885], "plot": [0, 5, 9, 486, 540, 542, 543, 544, 545, 546, 547, 552, 556, 557, 561, 577, 580, 643, 657, 662, 701, 740, 779, 818, 940, 1664, 1854, 1868, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "protocol": [0, 9, 486, 496, 557, 643, 1184, 1187, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1724, 1738], "descriptor": [0, 496, 541, 545, 547, 578, 1862, 1871, 1873, 1874, 1875, 1877, 1878], "flatironinstitut": [0, 1848, 1872, 1876], "cppdlr": [0, 1847], "superlattic": [0, 1624, 1626, 1630], "after": [0, 405, 415, 426, 427, 428, 429, 488, 491, 511, 524, 566, 567, 568, 570, 1833, 1835, 1836, 1847, 1848, 1852, 1856, 1857, 1859, 1864, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1883, 1887, 1888, 1892, 1893], "latticepoint": 0, "bravais_lattic": [0, 561, 1070], "point_t": [0, 515, 522], "euclidean": 0, "distanc": [0, 11, 1203, 1664], "fals": [0, 125, 127, 133, 137, 139, 140, 141, 147, 148, 251, 315, 322, 344, 346, 347, 357, 397, 399, 400, 406, 411, 471, 476, 487, 488, 491, 496, 498, 521, 549, 551, 553, 565, 570, 571, 573, 583, 613, 615, 631, 632, 640, 698, 737, 776, 815, 854, 858, 873, 885, 889, 976, 984, 1077, 1090, 1103, 1199, 1202, 1205, 1209, 1624, 1625, 1630, 1661, 1662, 1682, 1696, 1698, 1699, 1700, 1709, 1831, 1871, 1875, 1878, 1884, 1885, 1895, 1897, 1901, 1902, 1906], "posit": [0, 252, 253, 309, 314, 316, 336, 461, 469, 537, 539, 555, 1116, 1124, 1596, 1602, 1624, 1625, 1627, 1628, 1639, 1645, 1655, 1745, 1859, 1898, 1900, 1903, 1905], "complete_refil": 0, "address": [0, 568, 581, 1847], "868": 0, "ksi": [0, 511], "should": [0, 3, 6, 8, 125, 139, 140, 141, 147, 148, 356, 361, 366, 377, 447, 449, 459, 491, 494, 496, 512, 513, 515, 523, 539, 551, 562, 565, 566, 568, 570, 571, 573, 574, 579, 1208, 1209, 1683, 1707, 1708, 1709, 1712, 1713, 1714, 1830, 1836, 1846, 1848, 1849, 1850, 1852, 1853, 1856, 1857, 1862, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1883, 1886, 1888, 1892, 1893, 1900, 1901, 1905, 1906], "current": [0, 3, 16, 45, 51, 52, 196, 227, 233, 234, 415, 416, 418, 449, 451, 455, 457, 494, 497, 510, 511, 513, 519, 568, 579, 674, 713, 752, 791, 830, 952, 1836, 1849, 1850, 1857, 1871, 1873, 1875, 1877, 1881, 1885], "insert": [0, 190, 233, 234, 323, 334, 461, 475, 498, 511, 553, 570, 1859, 1875, 1887, 1894, 1899, 1904], "iter": [0, 11, 13, 14, 15, 16, 17, 18, 21, 24, 27, 33, 36, 40, 42, 43, 44, 45, 46, 51, 52, 62, 65, 68, 72, 73, 74, 75, 76, 78, 81, 84, 85, 86, 87, 88, 89, 93, 96, 97, 98, 99, 100, 102, 106, 324, 325, 326, 329, 480, 481, 482, 483, 488, 496, 515, 537, 540, 547, 553, 554, 569, 859, 874, 1766, 1856, 1867, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1888, 1889, 1893, 1894], "rank": [0, 12, 112, 115, 125, 138, 139, 140, 141, 142, 147, 148, 149, 268, 280, 293, 298, 312, 470, 471, 482, 483, 497, 517, 519, 539, 542, 543, 544, 545, 546, 551, 565, 568, 662, 693, 701, 732, 740, 771, 779, 810, 818, 849, 873, 940, 971, 1077, 1090, 1103, 1215, 1804, 1848, 1850, 1871, 1875, 1885, 1887, 1894, 1899, 1904], "swap_row": [0, 190], "swap_coli": 0, "higher": [0, 4, 497, 530, 1854, 1871, 1875], "review": [0, 8, 1847, 1856, 1892, 1900, 1905], "pr": 0, "report": [0, 6, 410, 1766, 1838], "measur": [0, 405, 406, 407, 409, 410, 425, 426, 429, 447, 449, 451, 459, 485, 569, 581, 1199, 1871, 1873, 1874, 1875, 1877, 1878, 1887, 1888, 1890, 1893, 1894, 1895], "eta": [0, 545, 558, 653, 1871, 1872, 1874, 1875, 1876, 1878, 1881, 1885, 1887, 1894], "statu": [0, 1804], "messag": [0, 8, 200, 225, 583, 1847, 1849, 1855, 1856], "impl_tool": 0, "hpp": [0, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 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, 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, 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, 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, 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, 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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 491, 492, 497, 498, 500, 504, 505, 506, 507, 508, 509, 511, 514, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 565, 567, 568, 572, 583, 584, 585, 1858, 1859, 1860, 1861, 1862, 1865, 1908], "its": [0, 3, 51, 52, 97, 352, 361, 432, 440, 490, 494, 498, 505, 506, 512, 515, 516, 518, 519, 522, 523, 537, 541, 548, 549, 551, 554, 561, 568, 569, 570, 573, 585, 873, 991, 992, 1212, 1626, 1627, 1710, 1847, 1848, 1849, 1852, 1857, 1862, 1863, 1870, 1871, 1872, 1875, 1876, 1880, 1881, 1884, 1885, 1887, 1888, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "templat": [0, 6, 9, 11, 27, 109, 110, 111, 151, 186, 187, 188, 190, 235, 239, 240, 243, 251, 256, 297, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 315, 316, 318, 319, 320, 321, 327, 333, 364, 404, 406, 407, 430, 432, 443, 447, 499, 500, 505, 508, 511, 516, 520, 521, 525, 526, 527, 531, 533, 540, 553, 568, 569, 572, 585, 1854], "neg": [0, 405, 426, 429, 537, 539, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1838], "n_cycl": [0, 426, 565, 566, 567, 568, 1867, 1887, 1889, 1890, 1893, 1894, 1895], "until": [0, 405, 426, 428, 429, 451, 558, 566, 1776, 1835, 1836, 1886, 1887, 1892], "callback": [0, 405, 426, 428, 429, 565, 568], "signal": [0, 405, 426, 428, 429, 488, 491], "stop": [0, 133, 405, 426, 428, 429, 568, 1776, 1852], "679": 0, "dure": [0, 447, 488, 491, 494, 496, 504, 566, 581, 1804, 1848, 1856, 1871, 1875, 1888, 1893], "poll": [0, 117], "barrier": [0, 115], "reduc": [0, 140, 141, 148, 157, 249, 258, 266, 290, 315, 410, 454, 461, 471, 479, 482, 483, 495, 497, 541, 549, 565, 568, 571, 578, 585, 1662, 1689, 1872, 1876, 1887, 1893], "cpu": [0, 1804, 1848], "845": 0, "crai": 0, "mpich": 0, "layer": [0, 4, 294, 576, 579, 1724, 1847, 1871, 1875], "unrecogn": 0, "mpi_init": [0, 123, 127], "force_mpi_init": 0, "envvar": 0, "util": [0, 9, 486, 498, 541, 549, 565, 568, 570, 571, 572, 573, 574, 575, 583, 584, 585, 1848, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1890, 1895, 1903], "all_reduc": [0, 1877], "name_block_gener": [0, 549, 873, 1885], "620": 0, "callproxynon": 0, "throw": [0, 169, 194, 199, 224, 411, 474, 500, 583, 1860], "except": [0, 2, 9, 186, 187, 411, 486, 489, 496, 497, 505, 511, 1698, 1699, 1700, 1836, 1860, 1874, 1878], "846": 0, "assert": [0, 1884], "dimens": [0, 165, 171, 172, 254, 255, 346, 347, 375, 387, 449, 494, 497, 518, 530, 542, 543, 544, 545, 546, 555, 557, 561, 571, 599, 601, 602, 620, 622, 623, 662, 701, 740, 779, 818, 858, 940, 1052, 1058, 1065, 1069, 1600, 1607, 1624, 1632, 1633, 1637, 1641, 1648, 1649, 1653, 1656, 1657, 1691, 1754, 1875, 1881, 1884, 1885, 1897, 1899, 1901, 1902, 1904, 1906], "sigma": [0, 541, 549, 558, 559, 568, 571, 573, 574, 581, 653, 1682, 1683, 1694, 1707, 1708, 1709, 1714, 1715, 1717, 1752, 1753, 1758, 1759, 1867, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1901, 1906], "match": [0, 541, 1848, 1856, 1871, 1875], "hop": [0, 498, 551, 553, 556, 558, 559, 561, 573, 1209, 1213, 1609, 1624, 1625, 1644, 1645, 1661, 1662, 1665, 1708, 1752, 1758, 1870, 1875, 1884, 1889, 1894, 1898, 1900, 1901, 1903, 1905, 1906], "859": 0, "wannier90": [0, 571, 1661, 1665, 1666, 1687, 1690, 1692, 1871, 1875], "qe": [0, 571, 1687, 1690, 1692, 1871, 1875], "vasp": [0, 4, 571, 1687, 1690, 1692], "basi": [0, 169, 181, 340, 358, 360, 363, 366, 368, 377, 379, 388, 389, 391, 392, 399, 400, 498, 515, 553, 554, 555, 560, 561, 570, 571, 574, 1063, 1075, 1603, 1608, 1609, 1624, 1625, 1645, 1682, 1683, 1687, 1690, 1692, 1694, 1712, 1713, 1714, 1875, 1881, 1884, 1885, 1890, 1895, 1897, 1901, 1902, 1906], "860": 0, "result": [0, 3, 4, 29, 31, 86, 120, 121, 125, 139, 140, 141, 142, 147, 148, 149, 161, 170, 410, 471, 488, 490, 491, 496, 500, 504, 506, 507, 515, 518, 529, 539, 549, 550, 557, 558, 562, 565, 570, 579, 585, 648, 1657, 1697, 1778, 1846, 1852, 1864, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1884, 1885, 1886, 1888, 1892, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "trace_rho_op": [0, 150, 498, 499], "rho": [0, 557, 558, 568, 643, 644, 648, 653, 654, 1881, 1885, 1892, 1893, 1895, 1897, 1902], "hermitian": [0, 355, 361, 539, 570, 671, 710, 749, 788, 827, 949, 997, 1677], "871": 0, "is_convert": 0, "block2_gf": [0, 301], "872": 0, "881": [0, 1885], "exampl": [0, 7, 8, 9, 266, 490, 494, 496, 500, 501, 504, 505, 507, 508, 509, 513, 514, 515, 516, 522, 523, 529, 540, 541, 547, 548, 552, 558, 563, 566, 567, 568, 569, 570, 571, 576, 579, 583, 585, 933, 1691, 1778, 1846, 1847, 1848, 1850, 1853, 1856, 1857, 1858, 1859, 1860, 1865, 1866, 1867, 1868, 1872, 1876, 1879, 1881, 1883, 1884, 1885, 1887, 1897, 1899, 1902, 1904], "907": 0, "arithmet": [0, 480, 481, 482, 483, 488, 505, 515, 541, 549, 570, 1028, 1620, 1854], "inplac": [0, 884], "propag": [0, 313, 1899, 1904], "figur": [0, 9, 566, 576, 1880, 1881, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "histogram": [0, 446, 460, 484, 581, 1890, 1895], "via": [0, 6, 481, 482, 498, 541, 933, 1848, 1849, 1851, 1853, 1856, 1862, 1871, 1872, 1874, 1875, 1876, 1878], "shape": [0, 258, 260, 268, 272, 280, 284, 293, 459, 495, 519, 523, 539, 542, 543, 544, 545, 546, 551, 555, 662, 668, 694, 701, 707, 733, 740, 746, 772, 779, 785, 811, 818, 824, 850, 940, 946, 972, 1052, 1065, 1209, 1213, 1596, 1661, 1664, 1729, 1846, 1860, 1874, 1878, 1885, 1897, 1902], "fit_hermitian": 0, "signatur": [0, 487, 488, 491, 497, 506, 542, 543, 544, 545, 546, 555, 560, 580, 585, 591, 592, 593, 594, 596, 600, 601, 602, 612, 613, 614, 615, 617, 621, 622, 623, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 669, 670, 671, 672, 673, 679, 680, 684, 685, 686, 687, 688, 689, 690, 691, 695, 708, 709, 710, 711, 712, 718, 719, 723, 724, 725, 726, 727, 728, 729, 730, 734, 747, 748, 749, 750, 751, 757, 758, 762, 763, 764, 765, 766, 767, 768, 769, 773, 786, 787, 788, 789, 790, 796, 797, 801, 802, 803, 804, 805, 806, 807, 808, 812, 825, 826, 827, 828, 829, 835, 836, 840, 841, 842, 843, 844, 845, 846, 847, 851, 947, 948, 949, 950, 951, 957, 958, 962, 963, 964, 965, 966, 967, 968, 969, 973, 984, 985, 986, 987, 988, 989, 990, 991, 992, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1055, 1056, 1057, 1060, 1061, 1062, 1064, 1067, 1068, 1072, 1073, 1074, 1076, 1080, 1081, 1085, 1086, 1087, 1088, 1093, 1094, 1098, 1099, 1100, 1101, 1106, 1107, 1111, 1112, 1113, 1114, 1119, 1120, 1121, 1122, 1125, 1126, 1128, 1129, 1130, 1131, 1135, 1136, 1139, 1140, 1141, 1142, 1146, 1147, 1150, 1151, 1154, 1155, 1158, 1159, 1160, 1161, 1166, 1167, 1172, 1173, 1174, 1175, 1176, 1589, 1598, 1611, 1613, 1615, 1617, 1618, 1629, 1631, 1635, 1646, 1647, 1651, 1672, 1674, 1675, 1676, 1677, 1678, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1735, 1742, 1745, 1748, 1749, 1877, 1883, 1884, 1885, 1897, 1899, 1902, 1903, 1904], "fit_hermitian_tail": [0, 238, 539, 933], "tb_from_pythtb": 0, "super": 0, "orbital_nam": [0, 555, 1625, 1644, 1645], "being": [0, 327, 352, 432, 449, 497, 510, 570, 571, 579, 1625, 1645, 1681, 1683, 1686, 1688, 1690, 1857, 1893], "where": [0, 5, 8, 34, 63, 233, 234, 447, 453, 454, 478, 479, 494, 504, 506, 511, 512, 513, 517, 524, 529, 530, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 556, 558, 561, 571, 578, 583, 658, 667, 706, 745, 784, 823, 859, 874, 914, 927, 945, 1052, 1209, 1213, 1665, 1683, 1766, 1830, 1846, 1852, 1856, 1857, 1862, 1865, 1870, 1871, 1875, 1881, 1884, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "scalar_wrap": 0, "captur": [0, 505, 1871, 1873, 1874, 1875, 1876, 1877, 1878, 1890, 1895], "refer": [0, 3, 4, 8, 9, 11, 27, 58, 330, 342, 350, 353, 365, 369, 370, 371, 372, 373, 374, 380, 382, 383, 384, 385, 386, 395, 464, 475, 488, 494, 535, 540, 541, 547, 566, 576, 581, 1743, 1848, 1853, 1857, 1858, 1859, 1860, 1862, 1871, 1875, 1890, 1895, 1897, 1902, 1908], "many_body_operator_r": [0, 570], "numpi": [0, 495, 498, 541, 542, 543, 544, 545, 546, 548, 555, 561, 571, 574, 576, 578, 648, 658, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 933, 940, 976, 1052, 1064, 1065, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1596, 1620, 1625, 1630, 1645, 1661, 1662, 1664, 1665, 1682, 1683, 1687, 1689, 1690, 1692, 1694, 1697, 1712, 1713, 1714, 1729, 1730, 1846, 1852, 1854, 1855, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "brillouin_zon": [0, 1054, 1664, 1897, 1902], "np": [0, 498, 545, 551, 1209, 1213, 1215, 1846, 1848, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1884, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "int": [0, 19, 30, 48, 95, 112, 114, 116, 120, 121, 122, 124, 125, 138, 139, 140, 141, 142, 147, 148, 149, 153, 154, 155, 156, 157, 158, 160, 162, 165, 168, 171, 172, 174, 177, 178, 180, 181, 183, 184, 212, 213, 222, 240, 242, 243, 251, 252, 253, 254, 255, 256, 258, 297, 301, 302, 304, 305, 306, 307, 308, 310, 311, 314, 315, 318, 320, 321, 327, 328, 333, 336, 337, 340, 341, 348, 370, 375, 381, 387, 390, 392, 393, 394, 401, 402, 405, 411, 415, 416, 426, 428, 429, 448, 449, 451, 452, 455, 456, 457, 458, 459, 463, 469, 470, 471, 480, 481, 482, 483, 490, 494, 495, 497, 498, 500, 504, 505, 506, 507, 508, 511, 514, 515, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 542, 543, 544, 545, 546, 548, 551, 553, 554, 561, 565, 567, 568, 570, 573, 574, 575, 583, 585, 587, 589, 591, 592, 593, 594, 596, 600, 601, 602, 610, 612, 613, 614, 615, 617, 621, 622, 623, 633, 634, 635, 636, 662, 671, 673, 682, 685, 691, 692, 693, 694, 701, 710, 712, 721, 724, 730, 731, 732, 733, 740, 749, 751, 760, 763, 769, 770, 771, 772, 779, 788, 790, 799, 802, 808, 809, 810, 811, 818, 827, 829, 838, 841, 847, 848, 849, 850, 873, 895, 914, 927, 940, 949, 951, 960, 963, 969, 970, 971, 972, 989, 990, 997, 999, 1003, 1009, 1028, 1052, 1065, 1116, 1121, 1122, 1126, 1132, 1143, 1152, 1164, 1176, 1209, 1211, 1617, 1618, 1620, 1632, 1633, 1648, 1649, 1664, 1665, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1745, 1858, 1859, 1860, 1861, 1865, 1871, 1874, 1875, 1877, 1878, 1880, 1883, 1885, 1887, 1890, 1895, 1901, 1906], "h_int_kanamori": [0, 498, 573], "correct": [0, 478, 479, 500, 504, 505, 517, 521, 541, 568, 576, 1862, 1871, 1872, 1873, 1875, 1876, 1877], "static": [0, 4, 488, 567, 570, 1873, 1877, 1899, 1904], "pyref": 0, "lifetim": 0, "mai": [0, 494, 496, 498, 522, 535, 541, 549, 570, 578, 579, 585, 1833, 1837, 1839, 1848, 1852, 1853, 1881, 1885, 1905, 1908], "beyond": [0, 81, 494, 570, 1873, 1877], "interpret": [0, 1854, 1868, 1871, 1875, 1879], "mesh_point": [0, 461], "perfect": [0, 1852, 1857, 1907], "forward": [0, 352, 585, 1847], "properli": [0, 496, 508, 1630, 1856, 1871, 1875], "matsubara": [0, 180, 300, 304, 305, 306, 310, 313, 498, 515, 516, 519, 533, 534, 535, 537, 539, 540, 541, 545, 547, 548, 549, 551, 633, 668, 696, 707, 735, 746, 774, 785, 813, 824, 852, 919, 922, 923, 946, 974, 985, 986, 987, 989, 994, 1028, 1077, 1090, 1116, 1124, 1209, 1871, 1875, 1881, 1884, 1885, 1888, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "frequenc": [0, 180, 184, 252, 253, 305, 310, 314, 316, 498, 515, 516, 517, 519, 526, 533, 534, 537, 540, 541, 544, 547, 548, 549, 551, 636, 668, 696, 707, 735, 746, 774, 785, 813, 824, 852, 914, 927, 933, 946, 974, 986, 989, 1028, 1077, 1090, 1116, 1124, 1152, 1214, 1215, 1217, 1861, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1886, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "protect": [0, 1890, 1895], "mesh_point_t": [0, 515, 535, 537], "against": [0, 1848, 1853, 1856, 1881, 1885], "race": 0, "condit": [0, 478, 479, 480, 481, 482, 483, 505, 549, 570, 583, 1867, 1871, 1875, 1877, 1878, 1881, 1885, 1888, 1890, 1893, 1895, 1901, 1906], "logo": [0, 5], "keyword": [0, 509, 873, 1830, 1839, 1883, 1885, 1887, 1898, 1903], "simpl": [0, 3, 4, 7, 117, 152, 228, 229, 448, 455, 457, 459, 494, 496, 497, 498, 501, 505, 508, 509, 515, 541, 548, 549, 552, 556, 562, 563, 565, 568, 576, 578, 579, 580, 585, 657, 1801, 1848, 1852, 1853, 1854, 1859, 1863, 1867, 1871, 1875, 1881, 1884, 1885, 1886, 1889, 1892, 1894, 1898, 1899, 1903, 1904], "app": [0, 1872, 1876], "891": 0, "singular": [0, 199, 200, 224, 225, 258, 519, 523, 525, 529, 535, 1901, 1906], "apptain": 0, "minimum": 0, "gmp": [0, 1852, 1854], "prerequisit": 0, "also": [0, 3, 4, 6, 7, 430, 474, 488, 491, 494, 497, 500, 504, 507, 515, 516, 521, 529, 530, 541, 549, 553, 559, 566, 568, 569, 570, 571, 1686, 1752, 1758, 1835, 1836, 1846, 1847, 1848, 1857, 1858, 1868, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "python3": [0, 1848, 1853, 1855, 1883, 1884, 1885], "simplifi": [0, 496, 497, 506, 521, 541, 549, 1871, 1875, 1883, 1897, 1902], "brew": [0, 1852], "intelllvm": [0, 1854], "2023": [0, 1854, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "lattice_tool": [0, 1884], "direct": [0, 244, 365, 478, 479, 498, 515, 519, 540, 547, 559, 561, 568, 1052, 1065, 1760, 1761, 1848, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "sphinxext": 0, "plot_direct": 0, "account": [0, 8, 518, 1662, 1875, 1877, 1878, 1899, 1904], "prefix": [0, 1852], "slightli": [0, 1849, 1850, 1881, 1885, 1888, 1893], "descript": [0, 4, 355, 492, 509, 511, 1592, 1850, 1854, 1881, 1885], "som": 0, "seri": [0, 461, 478, 479, 514, 515, 1662, 1740, 1857, 1866, 1869, 1897, 1902, 1907], "previou": [0, 216, 505, 512, 515, 541, 578, 584, 1846, 1856, 1867, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1887, 1889, 1894, 1898, 1899, 1900, 1903, 1904, 1905], "sampl": [0, 4, 356, 447, 457, 461, 463, 472, 473, 478, 479, 581, 1740, 1746, 1747, 1871, 1875, 1880, 1888, 1893], "22": [0, 506, 1848, 1855, 1875, 1881, 1885, 1894], "mention": [0, 298, 549, 566], "toctre": 0, "openmpi": [0, 1848, 1853, 1854, 1855], "dir": [0, 1661, 1848], "path": [0, 494, 495, 496, 561, 1181, 1182, 1185, 1188, 1205, 1661, 1664, 1850, 1852, 1853, 1862, 1871, 1872, 1875, 1876, 1877, 1878, 1889, 1894, 1897, 1898, 1899, 1902, 1903, 1904], "rst": [0, 7, 509, 1862], "filenam": [0, 491, 557, 651, 885, 889, 1665, 1666, 1846], "literalinclud": 0, "manual": [0, 5, 451, 489, 492, 494, 505, 521, 541, 545, 549, 561, 563, 566, 568, 570, 583, 1801, 1848, 1871, 1872, 1875, 1876, 1897, 1902, 1905], "latest": [0, 8, 1848, 1849, 1852, 1853, 1854, 1856, 1897, 1902], "findsanit": 0, "tsan": 0, "msan": 0, "minor": [0, 1908], "disabl": [0, 508], "compat": [0, 5, 294, 549, 570, 663, 702, 741, 780, 819, 886, 895, 1856, 1871, 1875, 1877, 1887], "repo": 0, "9": [0, 243, 252, 253, 258, 508, 511, 565, 1854, 1856, 1859, 1875, 1877, 1878, 1879, 1880, 1884, 1885, 1890, 1893, 1894, 1895, 1902, 1905, 1906], "extract_flag": 0, "flag": [0, 7, 1848, 1850, 1851, 1864, 1873, 1874, 1877, 1878, 1882], "bench": 0, "dbuild_bench": 0, "ON": [0, 7, 1851], "linux": [0, 584, 1848, 1852], "pandoc": 0, "sphinx": [0, 7, 1854], "6": [0, 243, 252, 258, 266, 457, 482, 483, 507, 517, 545, 562, 585, 1662, 1854, 1859, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1888, 1892, 1894, 1895, 1897, 1898, 1902, 1903, 1905, 1906], "specifi": [0, 8, 12, 128, 506, 549, 568, 571, 581, 1662, 1682, 1683, 1836, 1850, 1851, 1855, 1871, 1874, 1875, 1877, 1878, 1881, 1885], "lapack_root": 0, "13": [0, 19, 95, 299, 1875, 1877, 1884, 1885, 1889, 1894], "timeout": [0, 1836], "limit": [0, 4, 405, 426, 428, 429, 461, 514, 518, 522, 1854, 1871, 1873, 1875, 1877, 1898, 1899, 1901, 1903, 1904, 1906], "hour": [0, 414, 422, 568], "cc": [0, 1849, 1850, 1852], "cxx": [0, 1849, 1850, 1851, 1852, 1855, 1856, 1865], "atomdiagr": [0, 587, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640], "atomdiagcomplex": [0, 587], "small": [0, 7, 517, 553, 1830, 1848, 1849, 1856, 1857, 1871, 1873, 1875, 1877, 1878, 1881, 1883, 1885, 1888, 1893], "some": [0, 7, 203, 296, 361, 410, 488, 489, 492, 495, 497, 498, 500, 501, 504, 506, 507, 511, 513, 521, 522, 541, 549, 554, 566, 568, 569, 570, 579, 584, 1021, 1848, 1849, 1850, 1852, 1853, 1857, 1865, 1868, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1883, 1885, 1887, 1888, 1893, 1899, 1904, 1905], "a7a4cd": 0, "cplus_include_path": [0, 1848, 1850, 1855], "library_path": [0, 1850, 1852], "still": [0, 4, 501, 504, 509, 1836, 1849, 1852, 1871, 1875, 1880, 1889, 1893, 1894], "runtim": [0, 505, 570, 583, 1848], "clang13": 0, "n_tau": [0, 183, 311, 498, 517, 635, 990, 1132, 1875, 1878, 1881, 1883, 1885, 1887, 1892, 1893], "backward": [0, 294, 663, 702, 741, 780, 819, 886, 895], "matsubara_domain": [0, 525], "field": [0, 9, 494, 554, 558, 563, 568, 570, 578, 653, 1857, 1871, 1875, 1877, 1878, 1881, 1885, 1890, 1895, 1898, 1901, 1903, 1906], "separ": [0, 363, 445, 549, 551, 562, 1211, 1842, 1850, 1853, 1871, 1875, 1881, 1885, 1899, 1900, 1901, 1904, 1905, 1906], "restructur": 0, "compon": [0, 498, 529, 530, 551, 571, 574, 1208, 1662, 1687, 1692, 1714, 1717, 1847, 1871, 1875, 1877, 1881, 1885, 1888, 1893, 1900, 1901, 1905, 1906], "peopl": 0, "who": 0, "contribut": [0, 5, 8, 1847, 1849, 1871, 1875, 1877, 1899, 1901, 1904, 1906], "sophi": 0, "beck": 0, "maxim": [0, 551, 1211, 1881, 1885], "charleboi": 0, "jonathan": 0, "karp": 0, "marku": 0, "richter": 0, "andrea": 0, "weh": 0, "rok": 0, "\u017eitko": 0, "respositori": [0, 1856], "wget": [0, 1856], "http": [0, 4, 8, 518, 933, 1846, 1848, 1856, 1866, 1869, 1879, 1897, 1902, 1907], "githubusercont": [0, 1856], "com": [0, 4, 8, 1846, 1848, 1856, 1866, 1869, 1871, 1875, 1907], "porting_tool": [0, 1856], "port_to_triqs3": [0, 1856], "chmod": [0, 1856], "x": [0, 19, 95, 109, 110, 111, 112, 125, 138, 140, 141, 147, 148, 149, 192, 195, 202, 208, 211, 231, 232, 233, 234, 235, 243, 258, 270, 278, 282, 301, 371, 383, 443, 448, 449, 452, 459, 496, 497, 500, 504, 506, 507, 508, 509, 510, 511, 513, 516, 518, 520, 529, 534, 535, 540, 545, 551, 554, 555, 560, 562, 568, 570, 571, 574, 577, 578, 581, 585, 657, 658, 667, 698, 706, 737, 745, 776, 784, 815, 823, 854, 912, 931, 945, 976, 978, 979, 1024, 1025, 1183, 1185, 1199, 1201, 1203, 1207, 1209, 1212, 1213, 1216, 1598, 1615, 1626, 1635, 1651, 1661, 1687, 1690, 1692, 1714, 1717, 1766, 1770, 1776, 1788, 1795, 1796, 1803, 1805, 1808, 1809, 1811, 1817, 1819, 1822, 1823, 1825, 1847, 1848, 1854, 1856, 1859, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1890, 1893, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906], "befor": [0, 8, 30, 195, 198, 223, 249, 408, 432, 449, 513, 525, 526, 549, 568, 570, 584, 1830, 1831, 1835, 1836, 1848, 1849, 1852, 1853, 1857, 1859, 1871, 1872, 1875, 1876, 1881, 1883, 1885, 1886, 1887, 1888, 1893], "commit": [0, 8, 579, 1856], "them": [0, 8, 249, 266, 388, 411, 494, 500, 501, 504, 506, 513, 518, 521, 541, 549, 553, 559, 562, 570, 576, 579, 1754, 1756, 1763, 1847, 1856, 1857, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1885, 1887, 1888, 1892, 1893], "If": [0, 3, 4, 7, 8, 115, 117, 122, 201, 290, 349, 405, 406, 408, 426, 429, 447, 488, 491, 495, 496, 497, 500, 506, 507, 512, 515, 525, 526, 529, 531, 533, 541, 542, 543, 544, 545, 546, 548, 549, 551, 557, 558, 562, 566, 567, 568, 570, 571, 573, 574, 575, 651, 658, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 873, 904, 933, 940, 976, 1021, 1209, 1624, 1664, 1682, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1766, 1778, 1830, 1847, 1848, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1860, 1862, 1864, 1865, 1871, 1872, 1875, 1876, 1881, 1882, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1901, 1906], "problem": [0, 4, 6, 9, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 489, 496, 498, 513, 549, 565, 569, 581, 933, 1847, 1852, 1857, 1867, 1871, 1873, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1899, 1901, 1904, 1906], "feel": [0, 7, 1871, 1872, 1875, 1876], "contact": [0, 4, 6, 494, 1848], "open": [0, 6, 497, 541, 549, 578, 579, 1846, 1848, 1849, 1852, 1856, 1858, 1871, 1873, 1875, 1877, 1882, 1888, 1893], "discuss": [0, 4, 5, 515, 1847, 1871, 1875, 1886, 1888, 1892, 1893, 1901, 1906], "github": [0, 3, 4, 5, 7, 8, 1846, 1847, 1848, 1857, 1866, 1869, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1897, 1902, 1907], "wa": [0, 194, 447, 457, 459, 525, 583, 585, 1882, 1887, 1894, 1897, 1902], "possibl": [0, 3, 11, 290, 449, 488, 490, 491, 506, 507, 508, 511, 513, 539, 541, 562, 570, 873, 1854, 1884, 1885, 1897, 1898, 1900, 1902, 1903, 1905, 1908], "structur": [0, 4, 180, 181, 182, 183, 184, 327, 494, 496, 498, 505, 511, 513, 549, 558, 560, 568, 570, 573, 575, 861, 873, 878, 1609, 1697, 1721, 1847, 1863, 1865, 1871, 1875, 1878, 1881, 1883, 1884, 1885, 1887, 1888, 1893, 1898, 1903], "gfrefreq": [0, 540, 541, 546, 547, 548, 551, 1196, 1214, 1215, 1217, 1885, 1893], "d": [0, 3, 243, 455, 457, 488, 495, 496, 511, 512, 513, 541, 548, 549, 555, 556, 557, 558, 561, 567, 571, 643, 653, 674, 713, 752, 791, 830, 914, 915, 927, 928, 930, 952, 1596, 1681, 1683, 1687, 1688, 1690, 1692, 1697, 1858, 1859, 1870, 1871, 1875, 1877, 1879, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1893, 1895, 1898, 1901, 1903, 1906], "omega": [0, 180, 184, 252, 298, 300, 312, 313, 513, 518, 529, 539, 541, 547, 548, 550, 551, 558, 559, 577, 578, 653, 698, 737, 776, 815, 854, 905, 908, 914, 927, 976, 1209, 1752, 1758, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1886, 1888, 1890, 1892, 1893, 1895, 1897, 1901, 1902, 1904, 1906], "v": [0, 8, 9, 19, 138, 139, 140, 141, 142, 243, 254, 301, 302, 315, 327, 328, 453, 454, 480, 481, 482, 483, 489, 500, 505, 507, 508, 512, 517, 521, 551, 554, 561, 578, 1055, 1209, 1213, 1858, 1864, 1879, 1881, 1885, 1887, 1899, 1904], "featur": [0, 4, 5, 352, 489, 492, 501, 568, 584, 1848, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1884, 1888, 1893, 1897, 1898, 1902, 1903, 1908], "due": [0, 494, 549, 584, 1871, 1875, 1877, 1881, 1885, 1887], "lack": [0, 447, 1871, 1875], "complex": [0, 9, 151, 152, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 349, 354, 363, 376, 481, 482, 495, 497, 498, 501, 507, 508, 515, 518, 519, 525, 526, 527, 531, 533, 537, 542, 544, 545, 546, 551, 562, 568, 570, 571, 573, 574, 577, 578, 579, 589, 1028, 1209, 1683, 1690, 1694, 1709, 1712, 1713, 1714, 1871, 1875, 1879, 1881, 1885, 1887, 1899, 1900, 1901, 1904, 1905, 1906], "integ": [0, 11, 48, 49, 53, 114, 323, 327, 388, 443, 448, 490, 539, 541, 557, 567, 568, 571, 574, 580, 587, 589, 610, 651, 692, 731, 770, 809, 848, 970, 1052, 1065, 1624, 1625, 1645, 1662, 1681, 1682, 1683, 1684, 1685, 1686, 1688, 1690, 1693, 1712, 1713, 1714, 1776, 1833, 1838, 1856, 1883, 1884], "target_shap": [0, 257, 269, 281, 539, 542, 543, 544, 545, 546, 662, 668, 674, 701, 707, 713, 740, 746, 752, 779, 785, 791, 818, 824, 830, 940, 946, 952, 1871, 1875, 1877, 1878, 1881, 1882, 1884, 1885, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "The": [0, 3, 9, 50, 54, 91, 94, 116, 117, 120, 121, 125, 147, 149, 153, 154, 155, 156, 157, 162, 163, 164, 167, 169, 171, 179, 180, 181, 182, 183, 184, 185, 186, 187, 195, 221, 233, 234, 249, 252, 253, 257, 258, 266, 269, 278, 281, 290, 291, 298, 300, 312, 313, 314, 315, 323, 328, 330, 331, 352, 353, 358, 363, 366, 368, 377, 379, 406, 408, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 425, 426, 427, 428, 429, 433, 440, 441, 447, 449, 451, 453, 454, 459, 461, 471, 478, 479, 486, 489, 490, 492, 493, 496, 497, 500, 501, 504, 505, 506, 508, 509, 510, 513, 514, 515, 516, 517, 519, 520, 521, 522, 523, 525, 526, 527, 528, 530, 531, 533, 535, 537, 538, 539, 540, 542, 543, 544, 545, 546, 547, 548, 550, 551, 552, 554, 555, 556, 559, 560, 563, 567, 569, 570, 571, 573, 574, 575, 577, 578, 579, 580, 581, 583, 585, 597, 598, 601, 604, 618, 619, 622, 625, 632, 633, 634, 635, 636, 637, 643, 644, 647, 648, 657, 662, 677, 681, 682, 693, 694, 697, 698, 701, 716, 720, 721, 732, 733, 736, 737, 740, 755, 759, 760, 771, 772, 775, 776, 779, 794, 798, 799, 810, 811, 814, 815, 818, 833, 837, 838, 849, 850, 853, 854, 873, 908, 914, 916, 919, 922, 933, 940, 955, 959, 960, 971, 972, 975, 976, 1028, 1042, 1052, 1054, 1065, 1070, 1077, 1090, 1103, 1152, 1164, 1199, 1208, 1209, 1214, 1215, 1217, 1596, 1604, 1609, 1614, 1620, 1624, 1632, 1633, 1638, 1639, 1644, 1648, 1649, 1654, 1655, 1662, 1682, 1683, 1687, 1689, 1690, 1692, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1738, 1740, 1752, 1758, 1761, 1831, 1833, 1837, 1839, 1847, 1848, 1849, 1850, 1851, 1852, 1854, 1856, 1857, 1858, 1859, 1860, 1861, 1863, 1868, 1869, 1872, 1874, 1876, 1877, 1878, 1880, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1907, 1908], "aforement": 0, "deprect": 0, "goe": [0, 554, 568, 1871, 1872, 1875, 1876, 1893], "along": [0, 492, 513, 561, 579, 1664, 1865, 1871, 1875, 1897, 1898, 1899, 1902, 1903, 1904], "often": [0, 195, 459, 581, 584, 1881, 1884, 1885, 1908], "kind": [0, 3, 128, 243, 518, 530, 579, 1874, 1878], "up": [0, 222, 298, 299, 332, 336, 405, 426, 428, 429, 433, 447, 448, 449, 455, 474, 497, 498, 514, 549, 553, 558, 565, 573, 574, 575, 858, 873, 1189, 1677, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1804, 1847, 1848, 1853, 1857, 1867, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1906], "dn": [0, 498], "word": [0, 498, 513, 562, 1881, 1885, 1898, 1903, 1908], "ask": [0, 5, 7, 1847, 1848, 1856], "provid": [0, 3, 4, 6, 7, 152, 157, 169, 314, 349, 355, 363, 426, 447, 494, 496, 497, 500, 504, 516, 517, 518, 521, 522, 530, 535, 539, 550, 553, 554, 558, 563, 568, 569, 570, 571, 573, 574, 575, 577, 579, 581, 583, 873, 933, 1664, 1683, 1694, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1847, 1848, 1849, 1852, 1856, 1857, 1868, 1871, 1875, 1879, 1881, 1883, 1884, 1885, 1887, 1888, 1890, 1891, 1893, 1895, 1898, 1903], "each": [0, 26, 140, 162, 252, 327, 352, 353, 357, 405, 411, 415, 426, 427, 428, 429, 448, 461, 480, 481, 482, 483, 490, 496, 497, 511, 515, 519, 523, 535, 549, 551, 553, 557, 559, 562, 570, 571, 572, 578, 579, 585, 597, 618, 695, 734, 773, 812, 851, 873, 973, 1010, 1052, 1065, 1069, 1185, 1213, 1625, 1633, 1645, 1649, 1657, 1664, 1691, 1740, 1760, 1761, 1767, 1778, 1848, 1850, 1856, 1871, 1875, 1877, 1881, 1884, 1885, 1887, 1888, 1890, 1893, 1895, 1897, 1898, 1902, 1903], "correspondingli": [0, 539], "gf_struct_t": [0, 180, 181, 182, 183, 184, 243, 294, 327, 498, 633, 634, 635, 636, 1696, 1697, 1701], "ha": [0, 3, 73, 127, 133, 137, 194, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 300, 349, 405, 426, 428, 429, 447, 449, 455, 457, 489, 490, 494, 495, 496, 497, 500, 504, 505, 511, 512, 513, 514, 515, 518, 530, 534, 535, 541, 549, 551, 558, 565, 567, 568, 578, 1211, 1644, 1782, 1801, 1833, 1836, 1837, 1838, 1846, 1847, 1849, 1852, 1855, 1856, 1864, 1868, 1871, 1873, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "std": [0, 11, 12, 13, 19, 27, 32, 34, 40, 43, 48, 49, 58, 63, 70, 71, 73, 84, 95, 97, 115, 126, 138, 139, 140, 141, 142, 157, 159, 161, 162, 168, 170, 172, 173, 184, 186, 187, 195, 202, 203, 204, 205, 206, 207, 214, 221, 234, 237, 239, 242, 243, 245, 246, 247, 252, 253, 261, 262, 263, 265, 268, 273, 274, 275, 277, 280, 285, 286, 287, 289, 293, 294, 302, 316, 327, 330, 331, 333, 340, 342, 343, 345, 349, 350, 354, 361, 363, 376, 391, 395, 396, 398, 405, 406, 407, 408, 411, 412, 423, 424, 426, 427, 428, 429, 432, 437, 438, 441, 442, 443, 445, 448, 452, 453, 454, 455, 457, 465, 466, 467, 468, 475, 478, 479, 480, 481, 482, 483, 488, 489, 497, 500, 504, 505, 506, 507, 508, 511, 515, 521, 525, 526, 529, 539, 553, 562, 565, 567, 568, 570, 572, 583, 585, 633, 634, 635, 636, 670, 671, 672, 673, 709, 710, 711, 712, 748, 749, 750, 751, 787, 788, 789, 790, 826, 827, 828, 829, 948, 949, 950, 951, 996, 997, 998, 999, 1055, 1126, 1617, 1618, 1858, 1859, 1860, 1861, 1865], "vector": [0, 11, 19, 34, 95, 138, 139, 140, 141, 142, 151, 157, 159, 161, 162, 170, 172, 173, 175, 186, 187, 193, 195, 202, 203, 204, 205, 221, 234, 237, 239, 242, 243, 252, 253, 302, 326, 327, 328, 329, 350, 363, 364, 365, 391, 430, 452, 453, 454, 464, 478, 479, 480, 481, 482, 483, 497, 500, 505, 507, 510, 511, 512, 521, 553, 554, 555, 560, 561, 565, 570, 574, 587, 589, 595, 606, 608, 610, 616, 627, 629, 1052, 1055, 1063, 1075, 1596, 1603, 1608, 1609, 1611, 1612, 1613, 1624, 1625, 1629, 1631, 1645, 1646, 1647, 1661, 1662, 1664, 1665, 1666, 1714, 1717, 1859, 1875, 1879, 1883, 1884, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "variant": [0, 326, 329, 539, 570], "long": [0, 12, 53, 55, 56, 57, 60, 61, 114, 117, 153, 155, 176, 191, 192, 195, 202, 204, 208, 209, 217, 218, 221, 227, 228, 229, 230, 231, 232, 233, 234, 236, 237, 268, 280, 293, 310, 311, 323, 326, 329, 376, 463, 472, 473, 488, 491, 494, 497, 498, 515, 535, 568, 570, 583, 1055, 1853, 1871, 1875, 1889, 1894, 1901, 1906], "effect": [0, 478, 479, 511, 515, 542, 543, 544, 545, 546, 549, 662, 701, 740, 779, 818, 1871, 1873, 1875, 1877, 1881, 1885, 1887, 1890, 1895, 1898, 1903], "particular": [0, 3, 162, 249, 266, 494, 497, 509, 511, 549, 572, 581, 585, 1848, 1850, 1853, 1856, 1862, 1890, 1895, 1901, 1906], "cthyb": [0, 4, 933, 1848, 1857, 1867, 1869, 1871, 1874, 1875, 1878, 1888, 1893], "tprf": [0, 1884, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "dft_tool": [0, 4, 1871, 1875], "gf_mesh": [0, 535, 681, 720, 759, 798, 837, 959], "were": [0, 4, 450, 1871, 1875, 1882, 1897, 1902], "further": [0, 447, 449, 457, 535, 541, 1852, 1855, 1871, 1875, 1886, 1890, 1892, 1895], "regroup": [0, 510], "cyclic_lattic": 0, "cartesian_product": 0, "prod": [0, 516, 519, 529, 534, 535, 540, 1860, 1871, 1875, 1877, 1878], "kept": [0, 433, 449, 562, 1900, 1905], "alias": [0, 10, 521, 570], "mean": [0, 446, 447, 478, 479, 481, 482, 483, 497, 509, 519, 522, 525, 526, 527, 531, 533, 535, 539, 541, 542, 543, 544, 545, 546, 549, 565, 566, 568, 570, 579, 581, 1830, 1857, 1865, 1871, 1875, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1890, 1895, 1901, 1906], "auto": [0, 16, 19, 23, 24, 29, 31, 32, 34, 38, 40, 44, 48, 74, 83, 86, 93, 94, 95, 98, 104, 106, 109, 110, 113, 125, 147, 149, 157, 251, 252, 253, 254, 255, 256, 258, 260, 267, 272, 279, 284, 292, 297, 304, 305, 306, 307, 308, 310, 311, 314, 318, 319, 320, 321, 352, 414, 422, 446, 447, 448, 450, 452, 453, 454, 478, 479, 480, 481, 482, 483, 485, 488, 491, 494, 498, 500, 504, 505, 506, 507, 514, 515, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 535, 539, 553, 570, 585, 587, 589, 610, 695, 734, 773, 812, 851, 973, 1010, 1856, 1858, 1860, 1861, 1883, 1887, 1894, 1895, 1905], "m": [0, 3, 196, 212, 243, 257, 258, 266, 269, 270, 278, 281, 282, 290, 291, 297, 307, 308, 318, 406, 408, 425, 431, 432, 449, 510, 511, 512, 515, 517, 518, 523, 561, 565, 568, 571, 1039, 1040, 1077, 1090, 1103, 1176, 1682, 1853, 1860, 1875, 1880, 1881, 1885, 1897, 1898, 1899, 1902, 1903, 1904], "brillouin": [0, 515, 556, 1052, 1604, 1632, 1644, 1648, 1664, 1758, 1884, 1886, 1890, 1892, 1895, 1897, 1898, 1899, 1902, 1903, 1904], "zone": [0, 515, 556, 1052, 1604, 1632, 1644, 1648, 1664, 1758, 1884, 1886, 1890, 1892, 1895, 1897, 1898, 1899, 1902, 1903, 1904], "tag": [0, 27, 128, 243, 249, 258, 266, 290, 296, 315, 494, 495, 496, 505, 525, 526, 527, 529, 531, 533, 1025], "associ": [0, 300, 313, 368, 369, 374, 375, 379, 380, 386, 387, 496, 535, 560, 1077, 1090, 1103, 1604, 1609, 1644, 1866, 1868, 1869, 1881, 1884, 1885, 1890, 1895, 1907], "those": [0, 3, 496, 497, 573, 1706, 1847, 1853, 1879, 1884, 1887], "occurr": 0, "latter": [0, 1849, 1871, 1873, 1875, 1877], "appli": [0, 11, 26, 83, 86, 352, 353, 358, 368, 379, 478, 479, 497, 554, 570, 1199, 1730, 1862, 1899, 1904], "short": [0, 539, 550, 568, 1857, 1866, 1889, 1894], "repres": [0, 11, 36, 323, 491, 515, 521, 570, 572, 578, 1143, 1838, 1839, 1860, 1875, 1881, 1885, 1890, 1895], "help": [0, 3, 8, 562, 576, 579, 1662, 1852, 1856, 1857, 1900, 1905], "t": [0, 3, 34, 109, 110, 111, 112, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 143, 144, 146, 147, 148, 149, 297, 301, 302, 307, 308, 309, 315, 318, 332, 336, 443, 447, 449, 452, 453, 454, 459, 478, 479, 485, 490, 495, 497, 508, 512, 513, 516, 517, 518, 522, 534, 540, 541, 548, 553, 556, 558, 559, 560, 561, 566, 568, 571, 572, 574, 578, 585, 695, 698, 734, 737, 773, 776, 812, 815, 851, 854, 973, 976, 1010, 1609, 1683, 1690, 1694, 1712, 1713, 1714, 1760, 1761, 1847, 1867, 1870, 1871, 1875, 1880, 1881, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "abov": [0, 3, 495, 508, 539, 541, 549, 561, 566, 568, 576, 1724, 1871, 1875, 1877, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "doe": [0, 9, 169, 222, 230, 231, 232, 233, 234, 235, 236, 237, 408, 432, 492, 494, 504, 505, 506, 510, 511, 515, 517, 541, 549, 566, 568, 579, 1090, 1103, 1856, 1857, 1871, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1884, 1885, 1886, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "ani": [0, 3, 7, 8, 230, 231, 232, 233, 234, 235, 236, 237, 258, 295, 299, 310, 311, 317, 366, 377, 447, 494, 495, 496, 497, 500, 504, 505, 506, 508, 509, 512, 515, 522, 549, 563, 568, 570, 573, 578, 579, 583, 989, 990, 1729, 1839, 1847, 1848, 1853, 1860, 1865, 1871, 1875, 1877, 1881, 1882, 1884, 1885, 1898, 1903], "avail": [0, 4, 445, 449, 517, 541, 567, 570, 580, 933, 1735, 1833, 1848, 1849, 1850, 1852, 1857, 1897, 1902], "op": [0, 110, 111, 140, 141, 147, 148, 151, 169, 186, 187, 188, 315, 350, 352, 357, 471, 497, 511, 570, 631, 638, 639, 640, 1676, 1677, 1803, 1817, 1877], "write": [0, 5, 9, 49, 207, 246, 262, 274, 286, 331, 343, 396, 461, 466, 492, 494, 495, 496, 497, 505, 511, 512, 515, 519, 530, 537, 549, 551, 554, 562, 563, 565, 570, 1217, 1857, 1858, 1863, 1866, 1871, 1875, 1877, 1881, 1884, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "linalg": [0, 1858, 1884], "part": [0, 3, 7, 295, 300, 316, 317, 388, 407, 447, 449, 455, 456, 457, 458, 459, 497, 504, 511, 515, 541, 556, 562, 568, 570, 573, 671, 673, 675, 683, 710, 712, 714, 722, 749, 751, 753, 761, 788, 790, 792, 800, 827, 829, 831, 839, 863, 868, 881, 888, 933, 949, 951, 953, 961, 997, 999, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1644, 1671, 1673, 1698, 1699, 1700, 1706, 1710, 1846, 1852, 1857, 1858, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1885, 1888, 1890, 1893, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "modul": [0, 2, 490, 491, 492, 496, 541, 549, 556, 570, 571, 572, 573, 579, 580, 586, 641, 655, 659, 660, 1177, 1590, 1667, 1679, 1722, 1731, 1736, 1750, 1764, 1778, 1835, 1848, 1850, 1856, 1862, 1871, 1875, 1882, 1883, 1884], "simul": [0, 447, 494, 566, 581, 1887, 1894], "serv": [0, 447, 461, 1740], "dual": [0, 447], "purpos": [0, 5, 447, 497, 510, 515, 523, 529, 554, 562, 570, 585, 1832, 1837, 1881, 1885, 1889, 1894, 1897, 1898, 1902, 1903], "perform": [0, 195, 203, 251, 266, 290, 312, 313, 315, 356, 361, 440, 447, 474, 479, 506, 507, 512, 517, 551, 568, 581, 984, 1209, 1847, 1848, 1859, 1881, 1883, 1885, 1886, 1889, 1892, 1894, 1898, 1903], "logarithm": [0, 449, 457, 458, 459, 1881, 1885, 1901, 1906], "bin": [0, 446, 448, 449, 451, 452, 453, 454, 455, 456, 457, 458, 459, 461, 463, 469, 474, 477, 478, 479, 485, 551, 557, 581, 1211, 1657, 1738, 1740, 1745, 1850, 1852, 1853, 1887, 1890, 1895], "which": [0, 6, 129, 201, 203, 226, 243, 349, 388, 430, 447, 448, 449, 452, 471, 478, 479, 485, 488, 490, 492, 495, 496, 497, 498, 504, 505, 509, 511, 515, 517, 521, 537, 539, 541, 549, 554, 559, 563, 565, 566, 567, 568, 570, 571, 572, 573, 574, 578, 579, 581, 585, 648, 658, 698, 737, 776, 815, 854, 873, 940, 976, 1683, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1760, 1776, 1778, 1848, 1853, 1854, 1855, 1856, 1858, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1884, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "estim": [0, 447, 478, 479, 485, 581, 1871, 1875, 1893, 1901, 1906], "correl": [0, 9, 446, 447, 485, 1847, 1857, 1871, 1875, 1887, 1888, 1893, 1894, 1898, 1901, 1903, 1906], "b": [0, 4, 168, 243, 302, 443, 455, 457, 463, 468, 469, 488, 491, 496, 509, 512, 521, 538, 570, 571, 577, 578, 674, 713, 752, 791, 830, 952, 1179, 1180, 1202, 1589, 1683, 1694, 1744, 1745, 1767, 1771, 1772, 1773, 1774, 1798, 1847, 1858, 1865, 1879, 1880, 1882, 1890, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "compress": [0, 447, 448, 449, 451, 494], "process": [0, 8, 9, 12, 112, 113, 115, 125, 137, 138, 139, 140, 141, 142, 147, 148, 149, 497, 1848, 1854, 1877, 1879], "design": [0, 447, 511, 568, 1857, 1899, 1904], "flexibl": [0, 447, 489, 1847], "either": [0, 216, 363, 447, 451, 494, 498, 518, 537, 551, 552, 566, 567, 568, 570, 571, 580, 1209, 1213, 1662, 1683, 1836, 1847, 1849, 1851, 1857, 1871, 1875, 1879, 1889, 1894, 1908], "log": [0, 446, 457, 485, 545, 579, 1846, 1848, 1871, 1875], "lin": 0, "turn": [0, 4, 33, 447, 449, 455, 457, 459, 1851, 1881, 1885, 1900, 1905], "off": [0, 449, 455, 457, 459, 513, 548, 573, 574, 575, 914, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1851, 1871, 1875, 1880, 1905], "differ": [0, 11, 27, 203, 363, 447, 453, 454, 482, 483, 489, 490, 512, 549, 552, 562, 565, 566, 568, 570, 585, 1847, 1849, 1850, 1857, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "case": [0, 169, 252, 253, 259, 271, 283, 349, 489, 497, 504, 506, 508, 515, 517, 520, 522, 529, 541, 561, 568, 1848, 1853, 1856, 1863, 1867, 1871, 1875, 1878, 1881, 1884, 1885, 1886, 1887, 1889, 1890, 1892, 1894, 1895, 1899, 1900, 1904, 1905], "purposefulli": [0, 447], "fulli": [0, 313, 571, 573, 1682, 1709, 1871, 1875], "automat": [0, 9, 195, 355, 356, 361, 408, 432, 449, 451, 489, 490, 498, 501, 507, 514, 522, 525, 530, 539, 541, 549, 553, 562, 567, 568, 579, 583, 585, 1624, 1848, 1850, 1865, 1871, 1875, 1887], "user": [0, 5, 6, 7, 203, 349, 447, 459, 496, 498, 505, 511, 521, 539, 553, 562, 570, 571, 581, 1662, 1683, 1847, 1848, 1849, 1850, 1852, 1856, 1868, 1879, 1886, 1887, 1892, 1893], "choic": [0, 566, 1662, 1852, 1871, 1875, 1879], "calcul": [0, 11, 64, 235, 367, 378, 446, 447, 478, 479, 480, 481, 482, 483, 507, 518, 525, 539, 541, 542, 544, 550, 553, 557, 562, 568, 570, 571, 579, 581, 646, 650, 668, 695, 707, 734, 746, 773, 785, 812, 824, 851, 933, 946, 973, 1010, 1664, 1682, 1683, 1684, 1685, 1693, 1778, 1847, 1848, 1857, 1859, 1869, 1872, 1873, 1876, 1877, 1881, 1882, 1883, 1884, 1885, 1887, 1889, 1890, 1894, 1895, 1899, 1900, 1904, 1905, 1907], "standard": [0, 9, 189, 446, 447, 453, 454, 478, 479, 481, 482, 485, 494, 497, 506, 510, 515, 520, 541, 549, 570, 573, 576, 578, 579, 585, 1839, 1848, 1849, 1854, 1868, 1871, 1875, 1887, 1897, 1902], "singl": [0, 255, 449, 451, 498, 530, 542, 543, 544, 545, 546, 551, 554, 568, 668, 674, 696, 697, 707, 713, 735, 736, 746, 752, 774, 775, 785, 791, 813, 814, 824, 830, 852, 853, 946, 952, 974, 975, 1215, 1217, 1857, 1867, 1869, 1871, 1875, 1878, 1880, 1881, 1885, 1887, 1889, 1890, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "thread": [0, 454, 482, 483, 1830, 1831, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1850, 1887, 1894], "well": [0, 3, 376, 447, 461, 490, 494, 497, 505, 554, 561, 562, 566, 568, 570, 581, 1724, 1740, 1848, 1868, 1871, 1875, 1886, 1892, 1897, 1902], "jackknif": [0, 446, 479, 581], "throughout": 0, "care": [0, 513, 562, 563, 566, 568, 1856, 1871, 1875, 1893, 1901, 1906], "been": [0, 3, 4, 127, 133, 194, 405, 426, 428, 429, 455, 457, 459, 504, 512, 514, 530, 568, 570, 578, 1801, 1833, 1836, 1838, 1846, 1847, 1855, 1856, 1864, 1888, 1889, 1893, 1894, 1898, 1903], "taken": [0, 495, 496, 513, 518, 568, 1839, 1856], "stabl": [0, 510, 1848, 1849, 1852], "especi": [0, 7, 1849, 1865], "comput": [0, 4, 186, 187, 188, 250, 355, 405, 426, 428, 429, 431, 447, 474, 485, 497, 498, 504, 505, 510, 515, 518, 525, 529, 541, 542, 544, 548, 549, 551, 556, 558, 559, 562, 565, 566, 568, 571, 574, 579, 581, 583, 638, 639, 640, 653, 668, 677, 696, 707, 716, 735, 746, 755, 774, 785, 794, 813, 824, 833, 852, 946, 955, 974, 994, 1208, 1594, 1624, 1627, 1683, 1712, 1713, 1714, 1752, 1758, 1760, 1778, 1782, 1847, 1848, 1852, 1853, 1854, 1857, 1868, 1870, 1871, 1875, 1881, 1885, 1888, 1893, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "varianc": 0, "mostli": [0, 1871, 1875, 1877, 1878], "two": [0, 11, 13, 14, 42, 53, 61, 72, 84, 96, 228, 229, 234, 254, 346, 347, 358, 367, 368, 378, 379, 399, 400, 447, 448, 453, 454, 474, 489, 492, 494, 496, 506, 509, 510, 511, 512, 517, 518, 526, 541, 545, 549, 551, 553, 554, 561, 565, 568, 570, 571, 585, 658, 857, 858, 1025, 1210, 1664, 1682, 1687, 1689, 1692, 1798, 1847, 1848, 1856, 1857, 1864, 1869, 1871, 1874, 1875, 1877, 1878, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1902, 1903, 1904, 1908], "welford": 0, "binned_seri": 0, "ts_observ": 0, "observ": [0, 9, 186, 187, 478, 479, 498, 553, 569, 570, 581, 1871, 1873, 1874, 1875, 1877, 1878, 1890, 1893, 1895, 1897, 1902], "unchang": [0, 529, 1021, 1859, 1886, 1892], "found": [0, 3, 4, 266, 360, 495, 500, 504, 508, 570, 1776, 1847, 1858, 1870, 1871, 1872, 1875, 1876, 1877, 1887, 1888, 1892, 1893, 1894], "io": [0, 4, 265, 277, 289, 1848, 1871, 1874, 1875, 1878, 1879, 1897, 1902], "content": [0, 496, 514, 1862, 1875, 1878, 1882, 1887, 1908], "To": [0, 3, 203, 494, 496, 502, 512, 518, 541, 549, 558, 579, 1658, 1801, 1847, 1848, 1850, 1852, 1853, 1856, 1868, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1887, 1888, 1893, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "fit": [0, 9, 251, 252, 253, 518, 525, 550, 551, 576, 578, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 933, 949, 951, 984, 997, 999, 1211, 1871, 1872, 1875, 1876], "given": [0, 4, 11, 35, 49, 83, 101, 115, 130, 157, 158, 174, 186, 187, 203, 254, 255, 314, 332, 333, 334, 336, 338, 339, 340, 341, 344, 354, 355, 357, 358, 360, 361, 394, 397, 440, 447, 461, 463, 478, 479, 488, 491, 496, 498, 506, 508, 510, 515, 532, 539, 541, 549, 551, 553, 555, 557, 558, 559, 561, 570, 571, 572, 573, 574, 575, 577, 585, 596, 617, 638, 639, 646, 650, 657, 894, 982, 1025, 1077, 1090, 1103, 1189, 1209, 1210, 1213, 1214, 1596, 1604, 1626, 1627, 1630, 1632, 1633, 1648, 1649, 1677, 1682, 1683, 1697, 1710, 1712, 1713, 1714, 1720, 1721, 1729, 1730, 1740, 1760, 1766, 1778, 1782, 1813, 1827, 1837, 1849, 1856, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1894, 1895, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1908], "hybrid": [0, 498, 551, 573, 1208, 1209, 1213, 1857, 1871, 1875, 1878, 1881, 1885, 1887], "imaginari": [0, 183, 184, 251, 300, 304, 305, 306, 311, 313, 498, 516, 519, 521, 525, 533, 534, 538, 540, 541, 545, 547, 551, 552, 570, 573, 635, 675, 695, 714, 734, 753, 773, 792, 812, 831, 851, 933, 953, 973, 984, 985, 986, 987, 990, 1010, 1103, 1132, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1211, 1214, 1217, 1673, 1710, 1846, 1847, 1871, 1874, 1875, 1877, 1878, 1884, 1888, 1890, 1892, 1893, 1895, 1898, 1902, 1903], "discretize_bath": [0, 551], "delta_in": [0, 551, 1209], "site": [0, 551, 561, 565, 1209, 1627, 1628, 1848, 1872, 1876, 1883, 1884, 1885, 1887, 1890, 1895, 1901, 1906], "nb": [0, 195, 222, 228, 229, 258, 260, 272, 284, 408, 432, 508, 515, 522, 551, 1209, 1213, 1778], "energi": [0, 161, 166, 184, 498, 551, 557, 561, 565, 603, 624, 933, 1077, 1090, 1103, 1209, 1210, 1213, 1657, 1846, 1872, 1873, 1874, 1876, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1901, 1906], "scipi": [0, 551, 576, 577, 933, 1209, 1852, 1854, 1855, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1900, 1901, 1905, 1906], "bfg": [0, 551, 1209], "basin": 0, "nelder": [0, 551, 1209], "mead": [0, 551, 1209], "inform": [0, 497, 517, 519, 523, 525, 526, 539, 568, 579, 1846, 1847, 1848, 1853, 1864, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1885, 1886, 1887, 1892, 1898, 1903], "make_delta": [0, 551], "axi": [0, 538, 543, 544, 552, 578, 1199, 1871, 1874, 1875, 1878, 1880, 1881, 1885, 1886, 1887, 1888, 1892, 1893, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "arbitrari": [0, 515, 518, 539, 570, 1077, 1090, 1103], "gradient": [0, 4], "guess": [0, 551, 577, 657, 658, 1209, 1766, 1767, 1776, 1867, 1889, 1890, 1893, 1894, 1895], "complet": [0, 3, 9, 191, 192, 208, 209, 210, 211, 217, 218, 219, 220, 222, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 500, 501, 506, 508, 511, 521, 522, 527, 540, 547, 568, 583, 1847, 1848, 1852, 1858, 1859, 1867, 1881, 1885, 1893, 1900, 1905], "first": [0, 6, 7, 8, 11, 12, 13, 40, 49, 51, 53, 63, 222, 254, 324, 325, 367, 378, 455, 474, 480, 481, 482, 483, 492, 496, 497, 509, 515, 517, 518, 525, 526, 529, 530, 537, 539, 549, 553, 556, 557, 558, 562, 566, 567, 568, 570, 578, 584, 651, 858, 865, 933, 1776, 1813, 1827, 1846, 1847, 1848, 1853, 1857, 1858, 1864, 1867, 1869, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "lim_": [0, 551, 1209, 1893], "inf": 0, "delta": [0, 478, 479, 512, 518, 551, 557, 581, 643, 1209, 1213, 1776, 1887, 1890, 1895, 1897, 1902], "ci": 0, "setup": [0, 1853, 1871, 1875], "adresssanit": 0, "undefinedbehaviorsanit": 0, "catch": [0, 583], "e": [0, 3, 4, 5, 40, 86, 153, 154, 155, 156, 166, 214, 250, 252, 253, 258, 260, 272, 284, 298, 299, 300, 441, 449, 488, 489, 490, 491, 494, 495, 496, 497, 500, 501, 505, 507, 509, 510, 513, 515, 516, 517, 518, 519, 521, 522, 526, 535, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 558, 561, 568, 570, 573, 574, 575, 576, 577, 578, 579, 583, 603, 624, 657, 679, 680, 718, 719, 757, 758, 796, 797, 835, 836, 858, 860, 873, 877, 927, 933, 957, 958, 1000, 1001, 1199, 1215, 1624, 1664, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1730, 1848, 1849, 1850, 1852, 1853, 1854, 1856, 1858, 1862, 1864, 1865, 1871, 1875, 1877, 1878, 1880, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1897, 1898, 1899, 1902, 1903, 1904, 1908], "bound": [0, 199, 200, 224, 225, 507, 648, 1766, 1767, 1776], "undefin": [0, 290, 488, 491], "behavior": [0, 513, 1847, 1850, 1856, 1873, 1877, 1893, 1901, 1906], "danger": [0, 585], "earli": 0, "navig": [0, 1871, 1875], "done": [0, 194, 198, 223, 405, 408, 418, 426, 429, 432, 448, 498, 511, 549, 566, 568, 577, 657, 1856, 1871, 1874, 1875, 1878, 1880, 1881, 1885, 1888, 1893, 1901, 1906], "vertic": [0, 1900, 1905], "sidebar": 0, "left": [0, 222, 463, 478, 479, 485, 500, 551, 565, 674, 713, 752, 791, 830, 952, 1209, 1831, 1871, 1875, 1881, 1885, 1888, 1893, 1897, 1900, 1901, 1902, 1905, 1906], "addition": [0, 478, 479, 568, 1881, 1885], "broken": [0, 1899, 1901, 1904, 1906], "could": [0, 7, 504, 517, 549, 566, 1873, 1875, 1877, 1878, 1887, 1888, 1893, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "deploi": 0, "pleas": [0, 4, 6, 8, 494, 535, 1846, 1847, 1848, 1853, 1855, 1856, 1901, 1906], "tight": [0, 556, 558, 561, 1609, 1624, 1644, 1660, 1661, 1662, 1871, 1875, 1877, 1878, 1897, 1902], "tight_bind": [0, 555, 556, 558, 560, 561, 1870, 1897, 1901, 1902, 1906], "dispers": [0, 560, 1875, 1877, 1884, 1890, 1895, 1897, 1898, 1902, 1903], "spectrum": [0, 184, 1872, 1876], "point": [0, 183, 184, 298, 300, 447, 449, 450, 462, 472, 473, 474, 478, 479, 515, 518, 519, 522, 524, 525, 526, 529, 530, 531, 533, 537, 538, 539, 540, 547, 548, 557, 558, 559, 561, 568, 570, 578, 583, 584, 647, 648, 658, 904, 933, 1036, 1052, 1064, 1065, 1076, 1077, 1088, 1101, 1103, 1114, 1131, 1132, 1142, 1161, 1164, 1175, 1183, 1185, 1201, 1202, 1624, 1626, 1627, 1657, 1662, 1664, 1742, 1746, 1747, 1752, 1755, 1756, 1758, 1760, 1761, 1762, 1763, 1778, 1782, 1836, 1856, 1867, 1868, 1871, 1873, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1887, 1890, 1895, 1897, 1898, 1899, 1902, 1903, 1904], "even": [0, 4, 455, 457, 494, 497, 506, 514, 557, 568, 579, 651, 1077, 1090, 1103, 1833, 1848, 1849, 1877, 1878, 1879, 1881, 1885, 1890, 1893, 1895, 1899, 1901, 1904, 1906], "equival": [0, 325, 326, 346, 347, 471, 489, 494, 496, 518, 522, 541, 549, 561, 585, 1860, 1884], "confus": 0, "addit": [0, 130, 372, 384, 449, 461, 494, 497, 509, 530, 535, 539, 554, 570, 583, 1848, 1850, 1851, 1854, 1871, 1875, 1880, 1888, 1893, 1898, 1903], "tb_from_wannier90": [0, 1871, 1873, 1874, 1875, 1877, 1878], "creat": [0, 4, 8, 11, 129, 202, 204, 212, 215, 254, 255, 314, 343, 349, 396, 449, 457, 478, 479, 490, 495, 496, 497, 511, 517, 541, 543, 544, 548, 551, 552, 570, 573, 574, 585, 587, 988, 1021, 1176, 1213, 1214, 1664, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1831, 1833, 1847, 1848, 1852, 1853, 1856, 1860, 1865, 1877, 1878, 1880, 1881, 1884, 1885, 1888, 1890, 1893, 1895], "output": [0, 7, 19, 95, 252, 253, 448, 452, 455, 457, 461, 475, 480, 481, 482, 483, 518, 568, 570, 581, 1630, 1661, 1662, 1848, 1871, 1872, 1875, 1876, 1887, 1888, 1893, 1895], "pythtb": [0, 1660], "tb_model": [0, 1660], "modern": [0, 1848, 1849, 1854], "icx": [0, 1854], "2021": [0, 4], "major": [0, 6, 1848, 1908], "One": [0, 494, 505, 549, 570, 940, 1664, 1850, 1858, 1864, 1871, 1874, 1875, 1878, 1881, 1885, 1886, 1890, 1892, 1893, 1895, 1899, 1904], "delta_tau": 0, "delta_iw": [0, 551, 1208], "802": 0, "filter_op": 0, "quadratic_term": 0, "quartic_term": 0, "block_matrix_from_op": 0, "op_from_block_matrix": 0, "local": [0, 4, 8, 541, 549, 558, 569, 573, 584, 1661, 1847, 1850, 1851, 1853, 1854, 1857, 1862, 1867, 1871, 1872, 1874, 1875, 1876, 1878, 1887, 1889, 1890, 1893, 1894, 1895, 1899, 1900, 1901, 1904, 1905, 1906], "mpi_boost": 0, "kroneck": 0, "ref": [0, 449, 451, 480, 481, 482, 483, 505, 515, 535, 585, 1862, 1871, 1875, 1881, 1885, 1890, 1895, 1897, 1902], "pade": [0, 545, 1886, 1888, 1892, 1893], "n_point": [0, 541, 542, 543, 544, 545, 546, 548, 549, 552, 559, 577, 578, 662, 691, 701, 730, 740, 769, 779, 808, 818, 847, 969, 1009, 1180, 1181, 1758, 1760, 1761, 1846, 1898, 1903], "table_import": 0, "init": [0, 496, 521, 577, 657, 658, 1801, 1858, 1884, 1885], "cxxflag": [0, 1850], "ldflag": [0, 1850], "wrapper": [0, 491, 541, 570], "833": 0, "incorrect": [0, 3, 1860], "eigenbasi": [0, 151, 175, 187], "get_op_mat": [0, 152], "825": 0, "quantum_number_eigenvalu": [0, 150, 187, 499], "particl": [0, 498, 542, 544, 570, 574, 587, 589, 610, 668, 707, 746, 785, 824, 946, 1028, 1715, 1857, 1881, 1883, 1884, 1885, 1897, 1898, 1899, 1902, 1903, 1904], "subspac": [0, 9, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 166, 168, 170, 171, 172, 174, 176, 177, 178, 180, 181, 182, 183, 184, 188, 349, 350, 355, 356, 357, 358, 360, 361, 362, 363, 388, 390, 391, 393, 394, 395, 396, 397, 399, 400, 401, 402, 498, 553, 587, 589, 591, 592, 593, 594, 595, 596, 597, 600, 601, 602, 603, 605, 606, 609, 610, 612, 613, 614, 615, 616, 617, 618, 621, 622, 623, 624, 626, 627, 630, 1871, 1875, 1883, 1887, 1894], "fock_stat": 0, "unitari": [0, 173, 174, 561, 607, 628], "without": [0, 3, 290, 295, 317, 485, 496, 511, 515, 525, 526, 541, 559, 579, 1754, 1756, 1763, 1801, 1856, 1871, 1875, 1878, 1882], "autopartit": [0, 9, 553, 1887, 1894], "term": [0, 498, 518, 570, 1624, 1661, 1665, 1698, 1699, 1700, 1879, 1886, 1887, 1889, 1892, 1894, 1897, 1901, 1902, 1906], "convent": [0, 7, 9, 486, 571, 573, 574, 575, 578, 581, 667, 706, 745, 784, 823, 945, 1687, 1690, 1692, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1850, 1863, 1886, 1892], "eigenel": 0, "get_subspace_dim": [0, 152], "broadcast": [0, 138, 315, 461, 470, 496, 497, 541, 549], "eigensystem_t": [0, 159], "smaller": [0, 1881, 1885, 1888, 1893, 1901, 1906], "12": [0, 19, 95, 243, 252, 298, 300, 481, 482, 508, 578, 679, 680, 718, 719, 757, 758, 796, 797, 835, 836, 957, 958, 1000, 1001, 1854, 1855, 1865, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1889, 1890, 1892, 1894, 1895, 1906], "target_compile_featur": 0, "cxx_std_20": 0, "guarante": [0, 549, 570, 1848], "triqsvar": [0, 1848], "switch": [0, 1856, 1872, 1874, 1876, 1878], "build_dep": 0, "ifnotfound": 0, "accordingli": [0, 529, 1908], "start": [0, 5, 8, 45, 63, 408, 432, 449, 451, 507, 513, 539, 542, 543, 549, 557, 558, 561, 565, 566, 651, 1640, 1776, 1831, 1833, 1835, 1836, 1838, 1848, 1856, 1862, 1865, 1868, 1871, 1873, 1875, 1877, 1878, 1879, 1880, 1881, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "usr": [0, 584, 1848, 1850, 1855, 1864], "dpythonsupport": 0, "config": [0, 562, 565, 567, 568, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "findmathjax": 0, "findsphinx": 0, "live": [0, 8, 505], "head": 0, "linktim": 0, "ipo": 0, "cmakelist": [0, 1856, 1862, 1865], "txt": [0, 1856, 1865], "treat": [0, 6, 498, 571, 1681, 1683, 1686, 1688, 1690, 1778, 1850, 1881, 1885, 1901, 1906], "subdirectori": [0, 1866, 1869, 1893, 1894, 1907], "build_document": 0, "AND": 0, "NOT": [0, 221, 230, 231, 232, 233, 234, 235, 236, 237, 491, 496, 506, 508, 511, 515, 541], "pythonsupport": 0, "inspect": [0, 579, 1871, 1875, 1888, 1893], "interface_compile_featur": 0, "find_xxx": 0, "hint": [0, 1871, 1875, 1881, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "priorit": 0, "system": [0, 3, 152, 179, 494, 498, 553, 565, 566, 570, 1847, 1848, 1850, 1852, 1853, 1854, 1856, 1857, 1871, 1874, 1875, 1878, 1881, 1883, 1885, 1887, 1888, 1893, 1897, 1898, 1899, 1902, 1903, 1904, 1907], "py_convert": [0, 491, 1862], "vice": [0, 570], "versa": [0, 570], "rtd": 0, "autosummari": 0, "796": 0, "old": [0, 294, 498, 512, 522, 566, 571, 895, 1683, 1694, 1853, 1859, 1877], "mpi4pi": [0, 1803, 1804, 1852, 1853, 1854, 1855], "pip3": 0, "first_mesh": 0, "ttf": 0, "woff2": 0, "eot": 0, "h5_read_gf_struct": [0, 238], "multivar": [0, 529], "829": 0, "helper": [0, 9, 64, 535, 569, 698, 737, 776, 815, 854, 976, 1881, 1885, 1897, 1898, 1902, 1903], "block_siz": [0, 240], "block_gf_view": [0, 243, 252, 253, 297, 303, 307, 308, 315, 318, 521], "scalar": [0, 367, 371, 378, 383, 448, 455, 457, 459, 494, 495, 512, 515, 519, 525, 526, 527, 529, 530, 531, 533, 549, 554, 570, 571, 573, 677, 716, 755, 794, 833, 955, 1681, 1683, 1684, 1685, 1688, 1693, 1708, 1860, 1881, 1882, 1884, 1885, 1899, 1904], "nondiagon": 0, "make_real_in_tau": [0, 238], "is_gf_real_in_tau": [0, 238, 525], "matrix_valu": [0, 519, 523, 525, 526, 527, 530, 531, 532, 533, 544, 669, 670, 671, 672, 673, 684, 685, 686, 708, 709, 710, 711, 712, 723, 724, 725, 747, 748, 749, 750, 751, 762, 763, 764, 786, 787, 788, 789, 790, 801, 802, 803, 825, 826, 827, 828, 829, 840, 841, 842, 947, 948, 949, 950, 951, 962, 963, 964, 994, 995, 996, 997, 998, 999, 1002, 1003, 1004, 1860], "comparison": [0, 335, 476, 488, 545, 1871, 1875, 1901, 1906], "transpos": [0, 543, 545, 546, 551], "self": [0, 4, 491, 495, 542, 543, 545, 546, 549, 551, 557, 577, 578, 647, 657, 665, 666, 667, 687, 688, 689, 690, 704, 705, 706, 726, 727, 728, 729, 743, 744, 745, 765, 766, 767, 768, 782, 783, 784, 804, 805, 806, 807, 821, 822, 823, 843, 844, 845, 846, 860, 862, 869, 877, 879, 892, 933, 943, 944, 945, 965, 966, 967, 968, 1005, 1006, 1007, 1008, 1017, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166, 1183, 1184, 1185, 1187, 1188, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1210, 1738, 1846, 1857, 1867, 1872, 1873, 1876, 1877, 1879, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906, 1907], "conj_r": 0, "conj": [0, 298, 300, 312, 313, 481, 482, 518, 551, 570, 695, 734, 773, 812, 851, 973, 1010, 1208], "mako": [0, 1852, 1854, 1855], "bugfix": 0, "getitem": 0, "setitem": 0, "rank1": 0, "set_operator_structur": [0, 575], "gf_base": 0, "cover": [0, 566, 1881, 1885, 1890, 1895], "slice": [0, 11, 113, 497, 529, 540, 543, 546, 547, 698, 737, 776, 815, 854, 976, 1729, 1813, 1827], "fix_gf_struct_typ": 0, "bionic": 0, "cento": 0, "11": [0, 19, 95, 243, 253, 506, 508, 515, 1847, 1854, 1873, 1875, 1877, 1878, 1879, 1881, 1883, 1884, 1885, 1894, 1901, 1902, 1903, 1904, 1905, 1906], "trigger": 0, "increas": [0, 447, 448, 451, 1857, 1871, 1872, 1873, 1875, 1876, 1877, 1887, 1894, 1901, 1906], "j4": 0, "nbsphinx": [0, 1877, 1887, 1897, 1898, 1900, 1902, 1903, 1905], "apt": [0, 1848, 1853, 1855], "libomp": 0, "ignor": [0, 449, 451, 496, 1698, 1699, 1700, 1778], "dockerignor": 0, "zlib": 0, "libhdf5": [0, 1855], "msan_opt": 0, "libcxx": 0, "libcxxabi": 0, "libev": 0, "libgfortran5": [0, 1855], "libgfortran4": 0, "21": [0, 1875, 1881, 1885, 1894, 1897], "resolv": [0, 1848, 1852], "comp": [0, 3], "alloc_dealloc_mismatch": 0, "libc": 0, "libunwind": 0, "dev": [0, 1848, 1855, 1864], "ambigu": [0, 508], "focal": 0, "omp_num_thread": [0, 1850], "explicit": [0, 496, 525, 526, 1848], "node": [0, 411, 479, 496, 497, 568, 583, 1778, 1788, 1796, 1807, 1811, 1813, 1821, 1827, 1848, 1881, 1885], "alloc": [0, 326, 329], "ansicolor": 0, "orthogon": [0, 559, 1752, 1758, 1847], "clean": [0, 508, 510, 562, 570, 1853, 1856], "h_k": 0, "eigenvalu": [0, 160, 186, 187, 600, 621, 1877, 1893], "tighbind": 0, "displ_vec": [0, 560], "overlap_mat_vec": [0, 560], "h5read": 0, "writeabl": 0, "printabl": 0, "parser": [0, 1665, 1666], "get_kmesh": [0, 1871, 1875, 1877, 1878, 1897, 1901, 1902, 1906], "get_rmesh": 0, "inconsist": 0, "tbsuperlattic": 0, "__repr__funct": 0, "lattice_util": [0, 1897, 1898, 1901, 1902, 1903, 1904, 1906], "eigvalsh": 0, "periodization_matrix": 0, "properti": [0, 298, 300, 312, 488, 518, 519, 534, 539, 541, 549, 551, 559, 667, 675, 676, 681, 682, 683, 692, 693, 694, 706, 714, 715, 720, 721, 722, 731, 732, 733, 745, 753, 754, 759, 760, 761, 770, 771, 772, 784, 792, 793, 798, 799, 800, 809, 810, 811, 823, 831, 832, 837, 838, 839, 848, 849, 850, 859, 863, 864, 865, 866, 867, 868, 874, 875, 881, 882, 886, 887, 888, 945, 953, 954, 959, 960, 961, 970, 971, 972, 1030, 1031, 1032, 1033, 1037, 1038, 1044, 1047, 1208, 1622, 1634, 1636, 1637, 1638, 1639, 1641, 1650, 1652, 1653, 1654, 1655, 1656, 1753, 1759, 1831, 1833, 1837, 1838, 1840, 1848, 1871, 1872, 1875, 1876, 1897, 1898, 1902, 1903], "extens": [0, 4, 6, 363, 1830, 1847, 1854, 1857, 1879, 1890, 1895], "cross": [0, 1872, 1876], "ndim": [0, 555], "get": [0, 6, 8, 40, 55, 56, 60, 61, 115, 159, 160, 168, 169, 172, 198, 199, 200, 201, 446, 447, 449, 460, 461, 467, 468, 469, 472, 473, 477, 484, 512, 529, 565, 568, 571, 580, 585, 600, 602, 621, 623, 698, 737, 776, 815, 854, 976, 1686, 1690, 1735, 1745, 1746, 1747, 1748, 1749, 1847, 1848, 1853, 1855, 1871, 1875, 1877, 1881, 1885, 1886, 1888, 1890, 1892, 1893, 1895, 1898, 1903], "meshbrzon": [0, 1632, 1648, 1884], "meshcyclat": [0, 1633, 1649], "sumk": [0, 559], "monitor": [0, 1871, 1875], "select": [0, 8, 431, 439, 549, 553, 567, 572, 862, 869, 879, 892, 1852, 1858, 1880, 1890, 1895, 1898, 1903], "logic": [0, 522, 1857], "flow": 0, "stream": [0, 461, 475, 519, 570], "clear": [0, 8, 190, 409, 461, 511, 1849], "begin": [0, 20, 22, 35, 37, 43, 49, 64, 66, 77, 79, 81, 90, 92, 101, 103, 323, 488, 512, 515, 518, 566, 568, 570, 571, 940, 1684, 1685, 1693, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "clear_statist": [0, 430], "move_set": [0, 403], "recurs": [0, 494, 495, 1025, 1886, 1892], "del": [0, 496, 1846], "abbrevi": 0, "b_zone": 0, "get_interpol": 0, "rewrit": [0, 488, 491, 500, 517], "one": [0, 4, 6, 137, 157, 203, 243, 298, 312, 323, 349, 353, 354, 355, 361, 363, 376, 405, 411, 426, 428, 429, 433, 447, 455, 457, 459, 478, 479, 487, 490, 495, 496, 497, 504, 505, 506, 508, 509, 510, 511, 512, 513, 515, 518, 522, 525, 541, 551, 552, 553, 557, 565, 566, 567, 568, 570, 573, 574, 575, 577, 578, 579, 581, 583, 585, 587, 589, 610, 651, 858, 933, 1209, 1215, 1657, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1776, 1782, 1849, 1852, 1857, 1865, 1867, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "matsubara_mesh_opt": 0, "size_of_compon": 0, "foreach": [0, 11, 355, 364, 376, 515, 553, 554], "root": [0, 112, 125, 137, 138, 139, 140, 141, 142, 147, 148, 149, 315, 470, 471, 495, 496, 497, 1805, 1819, 1899, 1900, 1904, 1905], "has_env": [0, 115, 120, 121, 122], "built": [0, 497, 530, 1847, 1853, 1854, 1884], "minivec": 0, "make_regular": [0, 526], "range_al": 0, "all_t": [0, 529], "occur": [0, 411, 447, 459, 479, 494, 583, 1836, 1899, 1901, 1904, 1906], "_ph": 0, "placeholder_prim": 0, "detail": [0, 4, 49, 296, 355, 494, 496, 500, 515, 517, 563, 565, 566, 568, 579, 581, 1856, 1868, 1871, 1875, 1881, 1885, 1901, 1906], "matric": [0, 173, 221, 512, 539, 560, 571, 607, 628, 671, 674, 710, 713, 749, 752, 788, 791, 827, 830, 949, 952, 997, 1609, 1616, 1625, 1645, 1689, 1859, 1879, 1884], "underli": [0, 560, 1052, 1065, 1606, 1609, 1614, 1620, 1761, 1858, 1871, 1875, 1884], "squar": [0, 168, 251, 252, 253, 510, 518, 525, 539, 550, 551, 556, 558, 561, 574, 577, 657, 984, 1215, 1712, 1716, 1857, 1871, 1875, 1881, 1884, 1885, 1890, 1895, 1898, 1899, 1900, 1903, 1904, 1905, 1907], "collect": [0, 497, 562, 565, 568, 1854, 1887, 1891, 1894], "abc": [0, 492], "result_of": [0, 515], "invoke_result": 0, "crucial": [0, 578, 1871, 1875], "certain": [0, 1848, 1850, 1865, 1881, 1885, 1887], "fundamental_operator_set": [0, 9, 157, 163, 322, 339, 340, 350, 498, 553, 570, 572], "would": [0, 4, 505, 511, 522, 549, 568, 570, 1836, 1848, 1853, 1881, 1883, 1885, 1893], "eigenenergi": 0, "mechan": [0, 497, 563, 566, 568], "detect": [0, 570, 1856], "model": [0, 4, 243, 249, 258, 266, 355, 363, 406, 408, 509, 511, 515, 520, 525, 526, 531, 533, 553, 558, 561, 562, 565, 568, 1660, 1662, 1847, 1857, 1867, 1871, 1872, 1873, 1875, 1876, 1877, 1886, 1892, 1897, 1900, 1902, 1905], "affect": [0, 504, 1778], "By": [0, 496, 497, 518, 568, 1830, 1871, 1875, 1881, 1885, 1887, 1888, 1889, 1893, 1894, 1906], "check_issue819": 0, "export": [0, 488, 1848, 1849, 1850, 1852, 1855], "pull": [0, 6, 7, 1848], "request": [0, 3, 5, 7, 133, 336, 370, 382, 698, 737, 776, 815, 854, 976, 1848], "820": 0, "block_matrix": 0, "tabl": [0, 228, 229, 519, 1905], "variant_extens": 0, "pragma": [0, 565], "onc": [0, 447, 497, 507, 529, 565, 566, 568, 1842, 1848, 1856, 1874, 1878, 1888, 1893, 1898, 1903], "toler": [0, 298, 299, 300, 551, 573, 679, 680, 718, 719, 757, 758, 796, 797, 835, 836, 957, 958, 1000, 1001, 1209, 1677, 1710], "test_delta_infti": 0, "method": [0, 1, 9, 433, 439, 487, 488, 501, 505, 510, 522, 545, 551, 559, 563, 565, 567, 568, 569, 577, 578, 581, 583, 589, 610, 643, 647, 653, 657, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 857, 872, 897, 899, 902, 904, 906, 908, 914, 916, 919, 922, 925, 927, 929, 933, 935, 937, 938, 940, 976, 978, 1012, 1018, 1028, 1035, 1039, 1042, 1052, 1065, 1077, 1090, 1103, 1116, 1132, 1143, 1152, 1164, 1183, 1185, 1188, 1209, 1211, 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, 1425, 1427, 1429, 1431, 1433, 1435, 1437, 1439, 1441, 1443, 1445, 1447, 1449, 1451, 1453, 1455, 1457, 1459, 1461, 1463, 1465, 1467, 1469, 1471, 1473, 1475, 1477, 1479, 1481, 1483, 1485, 1487, 1489, 1491, 1493, 1495, 1497, 1499, 1501, 1503, 1505, 1507, 1509, 1511, 1513, 1515, 1517, 1519, 1521, 1523, 1525, 1527, 1529, 1531, 1533, 1535, 1537, 1539, 1541, 1543, 1545, 1547, 1549, 1551, 1553, 1555, 1557, 1559, 1561, 1563, 1565, 1567, 1569, 1571, 1573, 1575, 1577, 1579, 1581, 1583, 1585, 1587, 1592, 1596, 1604, 1609, 1620, 1624, 1644, 1669, 1732, 1740, 1752, 1758, 1760, 1761, 1778, 1782, 1789, 1829, 1830, 1832, 1834, 1835, 1836, 1839, 1840, 1841, 1842, 1871, 1875, 1880, 1881, 1884, 1885, 1887, 1893, 1897, 1901, 1902, 1906], "better": [0, 522, 1871, 1873, 1875, 1877, 1888, 1893], "fall": [0, 461, 1740, 1887, 1901, 1906], "back": [0, 490, 497, 566, 568, 571, 1683, 1871, 1875, 1881, 1885, 1888, 1893, 1898, 1903], "solut": [0, 4, 494, 496, 498, 568, 579, 584, 1852, 1853, 1857, 1869, 1871, 1873, 1875, 1877, 1885, 1887, 1888, 1889, 1900, 1904, 1905], "793": 0, "proxi": [0, 570], "link": [0, 509, 519, 568, 1864, 1865, 1868, 1879], "triqs_pi": 0, "nopython": 0, "remain": [0, 506, 512, 566, 1865, 1890, 1895, 1901, 1906], "ri": 0, "derweh": 0, "A": [0, 3, 4, 5, 11, 19, 32, 47, 63, 71, 83, 95, 161, 168, 170, 252, 253, 254, 258, 297, 307, 308, 318, 338, 426, 428, 429, 430, 449, 455, 457, 478, 479, 490, 495, 497, 498, 500, 501, 502, 505, 507, 509, 512, 515, 521, 530, 539, 540, 543, 544, 545, 547, 548, 551, 552, 554, 557, 560, 561, 565, 566, 567, 569, 570, 573, 576, 579, 580, 595, 606, 616, 627, 647, 657, 675, 683, 692, 714, 722, 731, 753, 761, 770, 792, 800, 809, 831, 839, 848, 863, 864, 865, 866, 868, 881, 882, 888, 914, 927, 953, 961, 970, 1044, 1048, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1179, 1180, 1202, 1215, 1609, 1612, 1616, 1724, 1766, 1782, 1813, 1827, 1831, 1836, 1837, 1846, 1847, 1848, 1856, 1858, 1863, 1866, 1867, 1868, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1882, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "guid": [0, 5, 7, 8, 238, 1847, 1848], "how": [0, 5, 6, 9, 494, 505, 510, 517, 545, 558, 568, 580, 1848, 1849, 1852, 1856, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "here": [0, 3, 4, 7, 8, 488, 490, 497, 503, 505, 509, 512, 513, 515, 517, 537, 541, 549, 552, 556, 558, 562, 565, 566, 567, 568, 570, 572, 578, 579, 580, 585, 933, 1848, 1852, 1856, 1857, 1858, 1859, 1860, 1864, 1865, 1867, 1868, 1870, 1871, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "malt": 0, "schueler": 0, "hiroshi": 0, "shinaoka": 0, "manuel": 0, "zingl": [0, 3], "made": [0, 195, 449, 505, 511, 541, 549, 566, 568, 585, 1624, 1836, 1871, 1875, 1887], "necessari": [0, 4, 489, 490, 537, 1848, 1853, 1855, 1871, 1874, 1875, 1878], "decid": [0, 525, 566, 568, 1836, 1854, 1856, 1879, 1881, 1885, 1888, 1893], "These": [0, 4, 497, 535, 549, 568, 578, 1856, 1857, 1875, 1881, 1885, 1908], "autom": [0, 1848], "interdepend": 0, "per": [0, 551, 561, 570, 1209, 1665, 1842, 1871, 1872, 1874, 1875, 1876, 1877, 1878], "togeth": [0, 4, 11, 203, 361, 449, 1848, 1852, 1877, 1881, 1882, 1885], "unless": [0, 459, 504, 518, 568, 581], "thei": [0, 323, 399, 400, 497, 505, 514, 518, 525, 541, 548, 549, 568, 569, 570, 578, 583, 1847, 1848, 1850, 1852, 1853, 1879, 1880, 1881, 1882, 1883, 1885, 1890, 1891, 1893, 1895, 1901, 1906], "alter": [0, 541], "dbuild_dep": 0, "try": [0, 228, 229, 433, 511, 549, 568, 583, 1848, 1859, 1872, 1874, 1876, 1878, 1887, 1888, 1893], "never": [0, 496, 505, 1879], "step": [0, 7, 49, 53, 492, 498, 511, 551, 566, 581, 1209, 1804, 1847, 1849, 1852, 1853, 1871, 1875, 1886, 1887, 1892, 1901, 1906], "glad": 0, "earlier": [0, 541, 568, 1852, 1855, 1888, 1893], "inversefouri": 0, "set_from_inverse_fouri": 0, "make_gf_from_inverse_fouri": [0, 238], "xxx": [0, 517, 523, 1874], "n1": [0, 667, 706, 745, 784, 823, 859, 874, 945], "n2": [0, 667, 706, 745, 784, 823, 859, 874, 945], "indicesl": [0, 542, 543, 544, 545, 546], "indicesr": [0, 542, 543, 544, 545, 546], "get_gf_data_shap": 0, "get_target_shap": 0, "syntax": [0, 500, 508, 509, 522, 541, 1851, 1881, 1885], "split": [0, 115, 498, 553, 1881, 1885, 1887], "libpython": 0, "libtriq": 0, "seper": 0, "libtriqs_pi": 0, "boost_seri": 0, "complex_liter": 0, "operatori": 0, "operator_j": 0, "conflict": [0, 506, 1848, 1852], "stacktrac": 0, "mac": [0, 1848, 1849, 1850], "o": [0, 3, 58, 475, 478, 479, 542, 544, 545, 546, 552, 556, 561, 570, 577, 578, 585, 1848, 1849, 1850, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1887, 1889, 1890, 1893, 1894, 1895, 1897, 1902, 1905, 1906], "osx10": 0, "15": [0, 243, 253, 551, 1209, 1854, 1875, 1880, 1881, 1885], "catalina": 0, "simultan": 0, "cpp2pyinfo": 0, "serializ": [0, 488, 515], "cplx": 0, "h5_read": [0, 190, 240, 257, 269, 281, 294, 338, 388, 404, 461, 537, 1861], "h5_write": [0, 190, 240, 257, 269, 281, 338, 388, 404, 461, 521, 530, 537, 1861], "fill_first_eigenstate_of_subspac": 0, "external_depend": 0, "extern": [0, 566, 568, 1857, 1898, 1903], "gtest": 0, "add_external_depend": 0, "dep": 0, "extract": [0, 9, 488, 491, 569, 570, 571, 573, 1687, 1691, 1692, 1695, 1698, 1699, 1700, 1706, 1871, 1872, 1875, 1876, 1877, 1886, 1888, 1892, 1893, 1895], "lib": [0, 523, 577, 584, 1852, 1862, 1864, 1865, 1883, 1884, 1885], "about": [0, 5, 8, 507, 517, 565, 566, 568, 1847, 1857, 1871, 1875, 1879, 1881, 1883, 1885, 1888, 1893, 1898, 1899, 1903, 1904], "comma": 0, "subscript": 0, "specif": [0, 6, 249, 519, 534, 563, 578, 1848, 1871, 1874, 1875, 1878, 1881, 1885, 1886, 1887, 1892], "build_interfac": 0, "permiss": 0, "og": 0, "fconcept": 0, "17": [0, 253, 1875, 1885, 1887, 1894, 1895, 1901, 1906], "suppress": [0, 1871, 1873, 1874, 1875, 1877, 1878], "project_sourc": 0, "binary_dir": 0, "cmake_xxx_dir": 0, "cmake_polici": 0, "find_depend": 0, "refactor": 0, "explicitli": [0, 570, 933, 1856], "cmp0057": 0, "cmp0074": 0, "add_python_test": 0, "mpi_numproc": 0, "python_execut": 0, "python_interpret": 0, "pybind": 0, "h5_use_110_api": 0, "consid": [0, 8, 201, 226, 230, 231, 232, 236, 358, 399, 400, 447, 495, 539, 549, 568, 581, 1848, 1852, 1870, 1881, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895], "pkg_root": 0, "pkg_base": 0, "env": [0, 497, 565, 568, 1801], "nfft": 0, "fftw": [0, 1852, 1854], "mathjax_path": 0, "url": 0, "fallback": 0, "gmpxx": 0, "add_mpi_test": 0, "cpp2py_xxx": 0, "bare": [0, 559, 1760, 1899, 1900, 1901, 1904, 1905, 1906], "ones": [0, 498, 568, 571, 578, 1683, 1694, 1850, 1899, 1900, 1901, 1904, 1905, 1906], "preinstal": 0, "findgit": 0, "det": [0, 189, 196, 198, 201, 214, 222, 223, 226, 230, 231, 232, 233, 234, 235, 236, 237, 510, 511, 512, 1858], "porting_to_triqs3": 0, "md": 0, "nrgljubjana_interfac": 0, "impur": [0, 5, 498, 569, 933, 1847, 1848, 1857, 1867, 1869, 1873, 1874, 1877, 1878, 1881, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895], "hubbardi": [0, 4, 1874, 1878], "green_retim": 0, "mathjax": 0, "7": [0, 243, 258, 457, 482, 483, 498, 504, 506, 508, 545, 562, 583, 584, 1859, 1862, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1888, 1892, 1893, 1894, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "8": [0, 243, 253, 258, 270, 282, 447, 457, 459, 482, 483, 497, 500, 505, 508, 559, 578, 584, 585, 1758, 1761, 1848, 1854, 1865, 1871, 1875, 1877, 1878, 1879, 1880, 1883, 1884, 1885, 1886, 1888, 1890, 1892, 1893, 1894, 1895, 1902, 1903, 1905, 1906], "advic": 0, "anaconda": [0, 1852], "w": [0, 496, 500, 507, 515, 518, 521, 529, 530, 549, 551, 560, 566, 579, 1215, 1217, 1609, 1856, 1858, 1860, 1861, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1879, 1882, 1884, 1897, 1902, 1903], "h5f_acc_trunc": 0, "pip": [0, 7, 1849, 1852, 1853, 1856], "binari": [0, 129, 494, 505, 1853], "actual": [0, 504, 511, 541, 568, 573, 579, 581, 1897, 1902], "introduct": [0, 9, 549, 563, 568, 1857, 1863, 1866, 1871, 1875, 1881, 1885], "tailfit": 0, "rh": [0, 195, 249, 266, 290, 315, 436, 500, 511, 517, 520, 541, 549], "773": 0, "is_gf_hermitian": [0, 238], "block_nam": [0, 240, 243, 521, 551, 1213, 1215], "assert_block": 0, "_gfs_are_clos": 0, "improp": [0, 3], "pattern": [0, 488, 491, 1856], "spot": 0, "defint": 0, "gf_const_view": [0, 238, 250, 253, 258, 266, 282, 290, 309, 516, 517, 519, 521, 523, 532, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 984, 985, 986, 987, 989, 990, 997, 999], "gl": [0, 542, 543, 544, 552, 669, 688, 689, 690, 708, 727, 728, 729, 747, 766, 767, 768, 786, 805, 806, 807, 825, 844, 845, 846, 947, 966, 967, 968, 995, 1006, 1007, 1008], "lshift": 0, "assign": [0, 9, 12, 88, 113, 135, 249, 266, 488, 501, 506, 514, 517, 519, 522, 530, 540, 547, 570, 1057, 1068, 1081, 1094, 1107, 1120, 1136, 1147, 1155, 1167, 1858, 1884], "gf_indic": 0, "deduct": [0, 11, 238, 497, 521], "statement": [0, 491, 500], "make_hermitian": [0, 238], "make_adjoint_mesh": [0, 517, 546], "1e": [0, 252, 253, 298, 300, 551, 933, 1209, 1770, 1771, 1772, 1773, 1774, 1799, 1871, 1875, 1881, 1884, 1885, 1901, 1905, 1906], "positive_freq_view": [0, 238], "764": 0, "str": [0, 542, 543, 544, 545, 546, 551, 555, 561, 580, 662, 701, 740, 779, 818, 873, 895, 933, 940, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1213, 1215, 1596, 1661, 1665, 1666, 1735, 1885], "nparrai": 0, "align": [0, 1887], "skeleton": 0, "lldb": 0, "debugg": 0, "build_id": 0, "cach": 0, "pythonpath": [0, 1850], "workaround": [0, 508], "buggi": 0, "mark": [0, 11, 1871, 1875, 1879], "upstream": 0, "vim": [0, 1856], "analysi": [0, 9, 447, 486, 492, 576, 1879, 1888, 1889, 1893, 1894, 1901, 1906], "many_body_operator_gener": [0, 350, 570, 572], "const": [0, 16, 18, 21, 22, 23, 24, 25, 26, 29, 31, 32, 34, 36, 37, 38, 40, 41, 44, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 74, 76, 78, 79, 80, 81, 82, 85, 86, 88, 89, 91, 92, 93, 94, 98, 100, 102, 103, 104, 106, 107, 119, 120, 121, 122, 135, 139, 140, 142, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 191, 192, 195, 197, 198, 199, 200, 201, 202, 203, 204, 205, 207, 208, 209, 210, 211, 212, 213, 214, 215, 227, 230, 231, 232, 233, 235, 241, 242, 243, 244, 245, 246, 248, 249, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278, 279, 280, 282, 283, 284, 285, 286, 288, 289, 290, 291, 292, 293, 294, 295, 297, 298, 299, 300, 301, 302, 304, 305, 306, 307, 308, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 339, 340, 341, 342, 343, 344, 346, 347, 348, 350, 351, 352, 354, 355, 356, 357, 359, 361, 362, 365, 366, 367, 368, 369, 370, 372, 373, 374, 375, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 391, 392, 393, 394, 395, 396, 397, 399, 400, 402, 410, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 423, 424, 425, 435, 436, 437, 438, 441, 442, 445, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 464, 465, 466, 468, 469, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 497, 498, 508, 509, 511, 515, 520, 521, 522, 523, 524, 532, 535, 553, 554, 562, 570, 583, 585, 1859, 1860], "debian": [0, 1852], "usabl": 0, "conjunct": [0, 1848], "put": [0, 193, 447, 450, 488, 504, 508, 509, 511, 517, 549, 568, 579, 1862, 1879, 1880, 1882, 1901, 1906], "Be": [0, 8, 508, 1856], "lpath_to_instal": 0, "filter": 0, "agsinst": 0, "supress": 0, "rvalu": [0, 259, 271, 283, 406, 408, 505], "lvalu": [0, 505], "usag": [0, 6, 9, 496, 517, 535, 561, 1852, 1871, 1875], "ox": 0, "newli": 0, "wai": [0, 3, 495, 507, 511, 514, 515, 518, 535, 549, 552, 558, 568, 1850, 1852, 1860, 1879, 1880, 1881, 1882, 1885, 1886, 1888, 1892, 1893, 1897, 1901, 1902, 1906], "place": [0, 371, 372, 373, 383, 384, 385, 568, 585, 678, 717, 756, 795, 834, 956, 1856, 1881, 1885], "ld": 0, "It": [0, 3, 4, 230, 231, 232, 233, 234, 235, 236, 237, 349, 366, 377, 405, 426, 428, 429, 447, 461, 488, 491, 494, 496, 498, 500, 504, 505, 506, 507, 508, 510, 512, 513, 514, 515, 518, 522, 541, 549, 556, 559, 566, 568, 570, 579, 584, 659, 660, 1662, 1740, 1752, 1758, 1776, 1836, 1837, 1842, 1849, 1852, 1854, 1856, 1857, 1864, 1868, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1901, 1906], "older": 0, "On": [0, 1776, 1853, 1901, 1906], "rather": [0, 550, 568, 1884, 1890, 1895, 1898, 1903], "than": [0, 478, 479, 505, 514, 515, 568, 1842, 1847, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1888, 1893, 1894, 1897, 1898, 1901, 1902, 1903, 1906], "homebrew": [0, 1852], "python2": [0, 584, 1862], "substanti": [0, 1881, 1885, 1893], "adapt": [0, 4, 440, 512, 557, 577, 585, 647, 1847, 1871, 1875], "enumer": [0, 11, 1835, 1871, 1875, 1901, 1905, 1906], "resid": 0, "folder": [0, 7, 1862, 1871, 1875, 1889, 1894, 1903], "commun": [0, 3, 4, 5, 109, 110, 111, 112, 113, 125, 128, 132, 138, 139, 140, 141, 142, 147, 148, 149, 315, 355, 405, 410, 426, 428, 429, 435, 454, 470, 471, 479, 482, 483, 496, 497, 537, 562, 565, 568], "gather": [0, 139, 266, 290, 497, 549, 1887], "basic_typ": 0, "accord": [0, 518, 566, 575, 579, 1721, 1871, 1875, 1890, 1895], "within": [0, 158, 160, 323, 341, 390, 393, 394, 401, 447, 513, 555, 570, 1596, 1847, 1848, 1850, 1871, 1875, 1883, 1887, 1888, 1893], "prior": 0, "array_view": [0, 253, 670, 672, 709, 711, 748, 750, 787, 789, 826, 828, 948, 950, 994, 996, 998, 1589, 1858], "aliv": [0, 1835, 1836], "itself": [0, 357, 430, 492, 494, 508, 519, 521, 523, 565, 577, 578, 579, 1848, 1852, 1868, 1871, 1875, 1898, 1901, 1903, 1906], "destroi": [0, 541, 1882, 1890, 1895], "achiev": [0, 579, 1856, 1881, 1885, 1887, 1890, 1895], "lead": [0, 496, 497, 506, 578, 579, 1875, 1890, 1895, 1901, 1906], "penalti": [0, 195, 506], "keep": [0, 8, 249, 255, 461, 505, 549, 579, 1740, 1854, 1886, 1892], "thu": [0, 518, 566, 1848, 1890, 1895], "let": [0, 495, 496, 513, 541, 549, 558, 566, 568, 577, 579, 1862, 1865, 1870, 1871, 1875, 1879, 1881, 1882, 1884, 1885, 1887, 1888, 1893, 1898, 1900, 1901, 1903, 1905, 1906], "illustr": [0, 492, 507, 508, 541, 561, 567, 578, 1852, 1880, 1889, 1894], "f": [0, 26, 83, 84, 85, 88, 89, 90, 129, 195, 197, 233, 234, 235, 330, 331, 341, 344, 389, 394, 397, 427, 478, 479, 496, 500, 501, 503, 504, 506, 508, 509, 510, 511, 512, 515, 529, 541, 548, 571, 577, 578, 581, 583, 585, 657, 658, 904, 1023, 1630, 1681, 1683, 1688, 1690, 1766, 1767, 1776, 1858, 1859, 1871, 1875, 1878, 1880, 1897, 1898, 1902, 1903], "immedi": [0, 541], "end": [0, 11, 20, 23, 35, 38, 42, 43, 49, 63, 64, 67, 77, 80, 90, 93, 101, 104, 114, 233, 323, 326, 405, 426, 428, 429, 447, 463, 488, 491, 511, 512, 515, 518, 561, 566, 570, 571, 1684, 1685, 1693, 1852, 1859, 1881, 1882, 1884, 1885, 1887, 1888, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "temporari": [0, 221, 505], "av": [0, 480, 481, 482, 483], "arr": [0, 32, 1697], "unnecessari": 0, "shown": [0, 566, 1871, 1873, 1875, 1877, 1897, 1900, 1902, 1905], "practic": [0, 515, 529, 568, 579, 1850, 1863, 1871, 1875, 1881, 1884, 1885, 1886, 1892], "rare": [0, 488], "howev": [0, 7, 496, 498, 506, 511, 515, 517, 522, 535, 541, 570, 1848, 1849, 1856, 1871, 1875, 1886, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "follow": [0, 3, 4, 7, 8, 298, 300, 312, 313, 489, 495, 496, 497, 505, 509, 512, 517, 518, 519, 521, 525, 526, 527, 531, 533, 538, 539, 541, 542, 543, 544, 545, 546, 549, 551, 558, 561, 566, 568, 570, 571, 572, 578, 579, 583, 585, 1208, 1624, 1683, 1848, 1852, 1854, 1855, 1856, 1860, 1861, 1862, 1864, 1865, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "need": [0, 7, 8, 222, 260, 272, 284, 408, 432, 436, 447, 494, 497, 510, 512, 515, 518, 520, 523, 551, 562, 566, 568, 569, 570, 571, 578, 579, 1215, 1691, 1848, 1853, 1855, 1860, 1864, 1871, 1872, 1875, 1876, 1879, 1881, 1883, 1885, 1886, 1887, 1892, 1901, 1906, 1908], "dasan": 0, "dubsan": 0, "offici": [0, 3, 4, 1853], "easili": [0, 4, 515, 568, 578, 579, 583, 1848, 1857, 1858, 1859, 1860, 1864, 1871, 1875, 1880, 1881, 1885, 1890, 1895, 1908], "borrow": 0, "array_expr": 0, "regular": [0, 449, 485, 495, 506, 519, 541, 559, 578, 585, 1752, 1758, 1856, 1881, 1885, 1901, 1906], "calloc": 0, "delet": [0, 135, 508], "rebind": [0, 269, 281], "cf": [0, 226, 243, 258, 405, 411, 426, 428, 429, 488, 494, 506, 512, 514, 515, 517, 519, 522, 535, 577, 583, 584, 585, 1847, 1868], "ld_preload": [0, 1864], "project_source_dir": 0, "project_binary_dir": 0, "cmake_xxx": 0, "add_cpp2py_modul": 0, "boostconfig": 0, "find_packag": [0, 1856, 1865], "gsl": 0, "prepend": [0, 1850], "py_": 0, "extra": [0, 352, 498, 1864, 1871, 1874, 1875, 1878, 1879, 1899, 1904], "info": [0, 1865], "blas_lapack": 0, "findtest": 0, "parse_commit": 0, "pars": [0, 1665, 1666], "is_gf_v": 0, "is_block_gf_v": 0, "is_instantiation_of_v": 0, "tmpl": 0, "signbit": 0, "real_or_complex": [0, 570, 1697, 1698, 1699, 1700], "729": 0, "forceinlin": 0, "termin": [0, 1015, 1016, 1020, 1835, 1836, 1852, 1871, 1875, 1888, 1893], "expect": [0, 447, 498, 500, 553, 566, 568, 1860, 1875, 1879, 1881, 1885, 1898, 1903], "ensur": [0, 361, 459, 549, 991, 992, 1848, 1871, 1875, 1887], "licens": [0, 5, 1847], "cpp2y": 0, "apach": 0, "c14": 0, "c17": 0, "fundament": [0, 4, 9, 153, 154, 155, 156, 157, 163, 298, 312, 330, 331, 335, 338, 339, 340, 498, 553, 572, 591, 592, 593, 594, 598, 612, 613, 614, 615, 619, 1887], "respect": [0, 7, 169, 530, 535, 550, 554, 561, 570, 858, 1839, 1848, 1889, 1894, 1897, 1898, 1902, 1903], "342": 0, "overhaul": 0, "fit_legendr": [0, 551], "cheat": 0, "sheet": 0, "issue_templ": 0, "make_zero_tail": [0, 238, 539, 551], "fit_tail": [0, 238, 539, 550], "greenfunct": [0, 266], "brief": [0, 404, 1850, 1854, 1879], "contain": [0, 4, 7, 9, 24, 34, 40, 42, 43, 44, 48, 78, 81, 93, 97, 98, 106, 139, 140, 142, 157, 176, 195, 252, 253, 255, 257, 281, 350, 365, 453, 454, 480, 481, 482, 483, 488, 491, 496, 497, 501, 505, 507, 510, 512, 514, 515, 516, 517, 519, 520, 522, 534, 535, 539, 541, 551, 553, 554, 555, 559, 560, 570, 575, 579, 585, 587, 589, 609, 610, 630, 940, 1063, 1075, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1214, 1215, 1603, 1608, 1612, 1616, 1664, 1721, 1752, 1758, 1848, 1850, 1857, 1860, 1862, 1864, 1871, 1875, 1881, 1883, 1885, 1886, 1887, 1890, 1892, 1895, 1896, 1899, 1901, 1904, 1906], "dichotomi": 0, "load": [0, 494, 496, 1848, 1853, 1861, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1889, 1893, 1894, 1900, 1905], "weblink": 0, "css": 0, "2rst": 0, "docs_cpp2rst": [0, 7], "formula": [0, 518, 1898, 1899, 1903, 1904], "less": [0, 497, 568, 1864, 1871, 1875], "rigid": 0, "is_within_boundari": [0, 537], "index_to_linear": [0, 515, 537], "index_to_point": [0, 515, 537], "725": 0, "slice_t": 0, "value_t": [0, 1062, 1074, 1087, 1100, 1113, 1130, 1141, 1160, 1174], "partial": [0, 447, 501, 506, 507, 508, 530, 549, 1594, 1871, 1875, 1882, 1888, 1890, 1893, 1895, 1898, 1903], "stride": [0, 11, 73, 75, 1204], "chunk_rang": [0, 11], "omp_chunk": 0, "omp": 0, "mpi_chunk": 0, "exclud": [0, 12, 48, 52, 53, 56, 63, 180, 181, 182, 183, 184, 633, 634, 635, 636], "larg": [0, 4, 494, 498, 513, 518, 556, 1847, 1852, 1868, 1871, 1875, 1877, 1881, 1885, 1887, 1893, 1897, 1898, 1901, 1902, 1903, 1906], "pack": [0, 352], "mkl": [0, 1850], "warmup": [0, 404, 414, 421, 422, 426, 429, 566, 568, 1867, 1887, 1889, 1890, 1893, 1894, 1895], "chunk": [0, 11, 12, 440], "encapsul": [0, 497], "slice_rang": 0, "length": [0, 114, 463, 488, 497, 565, 566, 568, 585, 858, 1867, 1871, 1875, 1887, 1890, 1895, 1901, 1906], "n": [0, 3, 4, 11, 19, 32, 48, 114, 223, 233, 234, 243, 250, 251, 252, 253, 254, 255, 256, 301, 302, 304, 305, 306, 310, 311, 314, 320, 321, 453, 454, 469, 478, 479, 481, 491, 498, 500, 510, 512, 513, 515, 518, 521, 525, 537, 538, 539, 542, 543, 544, 545, 546, 550, 551, 553, 556, 561, 565, 566, 570, 571, 574, 580, 581, 583, 585, 685, 686, 724, 725, 763, 764, 802, 803, 841, 842, 963, 964, 1003, 1004, 1028, 1029, 1052, 1077, 1090, 1103, 1209, 1691, 1715, 1745, 1830, 1848, 1856, 1860, 1867, 1870, 1871, 1874, 1881, 1883, 1884, 1885, 1887, 1888, 1889, 1893, 1894, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "mpi_reduce_in_plac": 0, "mpi_reduc": [0, 147, 238, 461, 497], "slice_length": 0, "chunk_length": 0, "orbit": [0, 498, 555, 557, 561, 571, 573, 574, 575, 644, 651, 1596, 1599, 1601, 1602, 1625, 1636, 1638, 1639, 1645, 1652, 1654, 1655, 1682, 1686, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847, 1857, 1869, 1871, 1875, 1877, 1881, 1885, 1887, 1898, 1899, 1903, 1904], "724": 0, "brillouinzon": [0, 1052, 1644, 1884], "is_almost_zero": 0, "precis": [0, 492, 494, 512, 518, 557, 568, 570, 647, 1662, 1770, 1771, 1772, 1773, 1774, 1798, 1799, 1854, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1884, 1885], "many_body_oper": [0, 323, 349, 350, 553, 570, 631, 638, 639, 640, 1696, 1698, 1699, 1700, 1701, 1702, 1703], "745": 0, "reduction_t": 0, "data_t": [0, 243, 244, 252, 253, 258, 259, 270, 271, 282, 283, 327, 328, 519, 523, 524, 525, 526, 531, 533], "mat": 0, "map_block": 0, "lambda": [0, 83, 85, 500, 508, 570, 575, 577, 578, 585, 1025, 1077, 1090, 1103, 1199, 1720, 1817, 1881, 1885, 1897, 1902, 1903, 1904], "capture_stdout": 0, "im": [0, 541, 551, 1215, 1217, 1846, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1888, 1893, 1897, 1898, 1902, 1903, 1905], "re": [0, 8, 215, 495, 511, 551, 559, 568, 585, 1215, 1217, 1760, 1865, 1871, 1874, 1875, 1877, 1878, 1894, 1897, 1898, 1902, 1903], "bcast": [0, 496], "recv": 0, "neglig": 0, "framework": [0, 4, 563, 579, 1848, 1890, 1895], "binder": [0, 1847, 1857], "easyconfig": 0, "varieti": [0, 539, 1848, 1894], "stabil": [0, 1852], "treatment": 0, "high": [0, 3, 252, 253, 314, 516, 517, 518, 525, 526, 531, 533, 540, 541, 547, 548, 549, 551, 561, 933, 1214, 1847, 1871, 1875, 1881, 1885, 1893, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "upgrad": [0, 1852, 1853], "deb": [0, 1848], "target_spac": [0, 667, 706, 745, 784, 823, 945], "density_zero_t": 0, "608": 0, "substack": 0, "vstack": 0, "safeti": [0, 1856, 1872, 1876], "counter": [0, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1892], "475": 0, "enfor": 0, "sub": [0, 1871, 1875], "findnfft": 0, "alp": 0, "findlapack": 0, "modulefil": [0, 1848], "git_execut": 0, "fortran": [0, 1879], "gesvd": 0, "gelss": 0, "least": [0, 137, 157, 251, 252, 253, 455, 457, 518, 525, 529, 539, 550, 554, 577, 585, 587, 589, 610, 657, 984, 1877, 1883, 1888, 1893], "normal": [0, 349, 354, 361, 363, 376, 408, 432, 460, 484, 508, 523, 535, 541, 557, 570, 643, 933, 1700, 1836, 1871, 1875, 1890, 1895], "assymetri": 0, "replace_by_tail": 0, "enforc": [0, 539, 1077, 1090, 1103, 1725, 1726, 1801, 1888, 1893], "j": [0, 191, 204, 208, 212, 213, 217, 228, 229, 230, 231, 233, 234, 236, 237, 252, 298, 312, 327, 478, 479, 510, 511, 512, 539, 549, 551, 565, 571, 573, 1208, 1209, 1213, 1682, 1683, 1693, 1694, 1698, 1699, 1700, 1707, 1708, 1709, 1848, 1859, 1875, 1878, 1885, 1889, 1900, 1901, 1905, 1906], "tail_issu": 0, "moment": [0, 250, 252, 253, 314, 516, 518, 525, 526, 533, 540, 547, 568, 671, 710, 749, 788, 827, 933, 949, 997, 1901, 1906], "maximum": [0, 4, 195, 447, 448, 449, 451, 455, 456, 458, 539, 551, 1209, 1766, 1776, 1859, 1898, 1901, 1903, 1906], "largest": [0, 449, 539, 1143, 1152, 1164, 1898, 1901, 1903, 1906], "known_moment": [0, 252, 253, 517, 539, 550, 670, 671, 672, 673, 709, 710, 711, 712, 748, 749, 750, 751, 787, 788, 789, 790, 826, 827, 828, 829, 948, 949, 950, 951, 994, 996, 997, 998, 999], "try_change_col_row": [0, 190], "incorpor": 0, "empti": [0, 243, 258, 270, 327, 351, 390, 496, 505, 519, 521, 523, 555, 568, 1596, 1883, 1884, 1887, 1890, 1895], "n_min": [0, 157, 539, 587, 589, 610, 671, 673, 685, 686, 710, 712, 724, 725, 749, 751, 763, 764, 788, 790, 802, 803, 827, 829, 841, 842, 949, 951, 963, 964, 997, 999, 1003, 1004, 1883], "n_max": [0, 157, 539, 587, 589, 610, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1883, 1897, 1902], "f_shell": 0, "regist": [0, 406, 407, 408, 409, 495, 496, 562], "663": 0, "collect_result": [0, 404, 562, 565, 568], "wait": [0, 1778, 1836, 1871, 1875, 1887, 1894], "timer": 0, "650": 0, "inclus": 0, "master": [0, 496, 497, 568, 1778, 1811, 1874, 1878], "fit_": 0, "hermitian_": 0, "cleanin": 0, "time_pt": 0, "style": [0, 497, 1880], "constraint": [0, 4, 933], "roud": 0, "margin": 0, "668": 0, "hdfarchiveinert": [0, 494], "671": 0, "557": 0, "mesh_brillouin_zon": 0, "product_rang": [0, 11], "cpp": [0, 266, 517, 523, 583, 1862, 1865], "kei": [0, 122, 494, 495, 496, 561, 1625, 1645, 1665, 1798, 1848, 1871, 1875], "center": [0, 461, 469, 561, 928, 1745, 1872, 1876, 1890, 1895, 1897, 1902], "semicircular": [0, 541, 542, 543, 544, 545, 546, 548, 552, 1867, 1881, 1882, 1885, 1886, 1889, 1892, 1893, 1894], "649": 0, "638": 0, "624": 0, "581": 0, "594": 0, "known": [0, 252, 253, 447, 539, 1885, 1900, 1905], "calulcul": 0, "gf_multivar": 0, "mesh1": 0, "mesh2": 0, "gt": [0, 517, 530, 543, 546, 552, 689, 728, 767, 806, 845, 967, 1007, 1880, 1884, 1885, 1903], "106": 0, "flat": [0, 443, 444, 541, 548, 929, 1887], "assum": [0, 494, 551, 1208, 1697, 1848, 1865, 1901, 1906], "vanish": [0, 356, 361, 363, 376, 379, 381, 1881, 1885, 1901, 1906], "0th": 0, "msg": 0, "h5write": 0, "array_stack": 0, "swap_index_view": 0, "wip": 0, "grab": 0, "annot": 0, "ipython": [0, 1852, 1857, 1866, 1880, 1891, 1896], "notebook": [0, 489, 1847, 1848, 1855, 1857, 1866, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1890, 1891, 1892, 1893, 1895, 1898, 1899, 1900, 1903, 1904, 1905, 1907], "oparcollet": 0, "tail_studi": 0, "dont": 0, "set_from_fouri": [0, 542, 543, 545, 546], "verbos": [0, 411, 525, 526, 565, 567, 568, 1202, 1205, 1766, 1776, 1901, 1906], "tail_fitt": 0, "tail_fit_on_window": 0, "exposet": 0, "n_tail_max": [0, 539, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1126], "fit_and_replac": 0, "compatibl": 0, "restricted_view": 0, "mpi_gath": [0, 125, 497, 537], "scatter": [0, 142, 266, 290, 497, 537, 1871, 1875, 1878], "flatten2d": 0, "nonborrow": 0, "around": [0, 4, 1090, 1103, 1847, 1871, 1872, 1875, 1876, 1877, 1884, 1901, 1906], "deriv": [0, 28, 29, 30, 31, 446, 581, 583, 1778, 1888, 1893, 1898, 1903], "updaat": 0, "multivari": [0, 522, 529, 1857, 1866], "get_tail": 0, "rule": [0, 1900, 1901, 1905, 1906, 1908], "map": [0, 129, 157, 349, 350, 354, 363, 376, 412, 437, 496, 560, 572, 573, 574, 575, 587, 589, 610, 1609, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1871, 1875, 1883, 1884, 1897, 1898, 1902, 1903], "initializi": 0, "set_tail_paramet": 0, "reenabl": 0, "indec": 0, "procedur": [0, 157, 252, 253, 495, 518, 525, 539, 550, 566, 1848], "push": [0, 8], "vandermond": 0, "reus": [0, 498, 579, 1898, 1901, 1903, 1906], "make_product": [0, 11], "gelss_cach": 0, "ll": [0, 518, 1880], "draft": 0, "complex_freq": 0, "boson": [0, 513, 515, 525, 526, 528, 537, 538, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1881, 1885, 1898, 1903], "bz": [0, 559, 1052, 1592, 1644, 1664, 1758, 1760, 1761, 1871, 1875, 1884, 1890, 1895, 1897, 1902, 1903, 1904], "om": [0, 578], "experiment": [0, 407, 1077, 1090, 1103, 1873, 1877], "sign": [0, 222, 428, 429, 431, 433, 500, 509, 541, 562, 565, 568, 1850, 1887, 1894, 1897, 1902], "statistic_enum": [0, 528], "linear_dim": 0, "creation": [0, 155, 156, 157, 340, 361, 570, 571, 587, 589, 610, 1675, 1683, 1694, 1856, 1880, 1883, 1890, 1895], "n_moment": [0, 314, 551, 1214], "everi": [0, 7, 11, 323, 447, 504, 505, 534, 553, 566, 568, 1871, 1875, 1886, 1892, 1901, 1906], "element": [0, 11, 13, 26, 34, 48, 53, 60, 61, 63, 70, 71, 81, 126, 145, 180, 181, 323, 324, 326, 329, 337, 340, 356, 359, 361, 363, 392, 449, 453, 454, 478, 479, 480, 481, 482, 483, 485, 494, 497, 498, 509, 511, 513, 515, 523, 542, 543, 544, 545, 546, 549, 554, 562, 570, 571, 573, 574, 575, 585, 1021, 1664, 1684, 1697, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1879, 1881, 1883, 1884, 1885, 1899, 1904], "typo": 0, "gf_densiti": 0, "infti": [0, 513, 515, 518, 551, 557, 558, 643, 653, 1209, 1877, 1881, 1885, 1898, 1899, 1901, 1903, 1904, 1906], "cancel": 0, "checkfor": 0, "gf_fourier": 0, "block2": 0, "best": [0, 507, 514, 1850, 1856, 1871, 1872, 1875, 1876, 1906], "look": [0, 332, 336, 497, 558, 568, 577, 1021, 1846, 1847, 1852, 1857, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1885, 1887, 1888, 1890, 1893, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "ctint": 0, "techniqu": [0, 497, 541, 549], "simpli": [0, 228, 229, 233, 490, 500, 515, 541, 549, 568, 573, 577, 578, 579, 580, 1846, 1848, 1860, 1881, 1884, 1885, 1887, 1908], "triqs_cxx_definit": 0, "triqs_include_al": 0, "co": [0, 500, 505, 507, 508, 518, 578, 1879, 1880, 1884, 1890, 1895, 1897, 1898, 1902, 1903], "triqstest": 0, "build_pytriq": 0, "explain": [0, 8, 529, 530, 1872, 1876, 1887, 1900, 1901, 1905, 1906], "maintain": [0, 3, 4, 323, 494, 1854], "doxygen": [0, 509], "simpler": [0, 497, 514], "2doc": 0, "line": [0, 4, 7, 124, 202, 212, 228, 229, 497, 510, 511, 541, 561, 568, 583, 1202, 1738, 1848, 1852, 1853, 1858, 1862, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1887, 1893, 1897, 1902], "boost_vers": 0, "link_librari": 0, "boost_librari": 0, "14": [0, 19, 95, 508, 1852, 1875, 1877, 1885, 1887, 1895], "_desc": 0, "full_nam": [0, 491, 1862], "module_nam": 0, "app_nam": [0, 491, 1862], "application_a": [0, 1862], "use_modul": [0, 1862], "add_includ": [0, 491, 1862], "rel": [0, 497, 1862, 1871, 1875, 1893], "solver_cor": 0, "include_directori": 0, "python_destin": 0, "triqs_python_extens": 0, "triqs_python_extension_and_instal": 0, "second": [0, 9, 254, 367, 378, 413, 414, 417, 420, 421, 422, 474, 486, 492, 509, 518, 525, 526, 553, 556, 558, 567, 568, 858, 866, 933, 1776, 1836, 1870, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1883, 1885, 1886, 1887, 1892, 1894, 1898, 1900, 1903, 1905], "destin": [0, 541, 549], "triqs_python_lib_dest": 0, "python_lib_dest_root": 0, "everywher": 0, "using_the_lib": 0, "application_structur": 0, "polymorph": [0, 506, 570], "handl": [0, 496, 511, 516, 538, 1899, 1904], "full": [0, 4, 9, 151, 158, 164, 165, 175, 346, 347, 358, 388, 390, 393, 401, 447, 455, 457, 498, 541, 549, 553, 563, 566, 568, 571, 596, 599, 608, 617, 620, 629, 933, 1682, 1683, 1687, 1692, 1847, 1848, 1855, 1857, 1858, 1859, 1860, 1862, 1871, 1875, 1877, 1881, 1885, 1887], "break": [0, 1899, 1904, 1908], "As": [0, 3, 7, 494, 505, 507, 512, 515, 518, 549, 566, 568, 578, 1836, 1852, 1853, 1865, 1871, 1873, 1875, 1877, 1879, 1881, 1884, 1885, 1888, 1893, 1897, 1898, 1899, 1902, 1903, 1904], "consequ": [0, 505, 1900, 1901, 1905, 1906], "twice": [0, 504], "big": [0, 1871, 1875, 1886, 1888, 1892, 1893, 1898, 1903], "smallest": [0, 448, 1152, 1164], "th": [0, 114, 160, 202, 204, 254, 255, 340, 366, 377, 392, 478, 479, 511, 525, 526, 531, 533, 561, 600, 621, 1880], "retriev": [0, 496, 579], "independ": [0, 4, 447, 549, 568, 581, 860, 877, 1881, 1885, 1900, 1905], "storag": [0, 203, 205, 213, 363, 365, 461, 464, 494, 501, 511, 537, 553, 570, 667, 706, 745, 784, 823, 945, 1743, 1854, 1871, 1875], "written": [0, 4, 151, 175, 343, 396, 466, 490, 492, 494, 502, 509, 510, 514, 521, 522, 527, 551, 565, 573, 579, 1217, 1593, 1658, 1668, 1707, 1708, 1709, 1854, 1865, 1868, 1871, 1875, 1879, 1888, 1893, 1901, 1906], "gain": 0, "space": [0, 9, 151, 157, 158, 164, 165, 175, 267, 279, 292, 338, 339, 340, 341, 342, 343, 344, 346, 347, 348, 349, 354, 355, 356, 358, 363, 366, 368, 369, 374, 375, 376, 377, 379, 380, 386, 387, 388, 389, 390, 393, 395, 396, 401, 402, 486, 498, 515, 518, 519, 525, 526, 542, 543, 544, 545, 546, 554, 570, 587, 589, 596, 599, 608, 610, 617, 620, 629, 662, 674, 692, 693, 694, 701, 713, 731, 732, 733, 740, 752, 770, 771, 772, 779, 791, 809, 810, 811, 818, 830, 848, 849, 850, 873, 940, 952, 970, 971, 972, 1625, 1645, 1661, 1662, 1665, 1666, 1871, 1875, 1881, 1883, 1884, 1885, 1887, 1890, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "otherwis": [0, 115, 120, 121, 122, 127, 133, 137, 222, 344, 346, 347, 397, 399, 400, 406, 408, 488, 491, 495, 496, 505, 506, 539, 541, 550, 551, 568, 570, 573, 574, 575, 578, 1021, 1209, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1804, 1831, 1848, 1901, 1906], "save": [0, 5, 9, 488, 491, 494, 498, 521, 530, 568, 1856, 1867, 1882, 1888, 1889, 1893, 1894, 1897, 1898, 1902, 1903], "reorgan": 0, "test_tool": 0, "There": [0, 349, 496, 505, 518, 523, 541, 553, 562, 570, 873, 1864, 1885, 1888, 1893, 1900, 1901, 1905, 1906], "just": [0, 228, 229, 488, 505, 507, 508, 515, 520, 535, 541, 559, 562, 565, 566, 567, 568, 579, 1036, 1754, 1756, 1763, 1782, 1835, 1848, 1853, 1865, 1871, 1873, 1875, 1877, 1879, 1881, 1882, 1885, 1886, 1888, 1889, 1892, 1893, 1894, 1898, 1900, 1903, 1905], "add_cpp_test": 0, "testnam": 0, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "program": [0, 3, 4, 494, 1831, 1850, 1867, 1871, 1875], "h5diff": [0, 494], "had": [0, 1852, 1883, 1888, 1893], "comparison_test": 0, "easi": [0, 513, 562, 572, 576, 1848, 1852, 1856, 1858, 1865, 1868, 1871, 1875, 1882], "parti": [0, 1852], "under": [0, 3, 355, 513, 541, 553, 579, 1847, 1848, 1863, 1865], "cmake_install_prefix": [0, 1848], "inherit": [0, 568, 1831], "visual": [0, 1868, 1871, 1872, 1873, 1875, 1876, 1877, 1897, 1899, 1902, 1904], "sphinxcontrib": 0, "doxylink": 0, "anymor": 0, "g0_iw": [0, 551, 933, 1208, 1210, 1867, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895], "solv": [0, 4, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 551, 569, 579, 933, 1210, 1766, 1776, 1846, 1847, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1899, 1900, 1901, 1904, 1905, 1906], "equat": [0, 4, 541, 549, 551, 933, 1210, 1871, 1874, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "g_iw": [0, 498, 535, 539, 541, 551, 933, 1210, 1867, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895], "sigma_iw": [0, 551, 1210, 1846, 1867, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895], "tail_fit": 0, "read_gf_from_txt": [0, 551], "write_gf_to_txt": [0, 551], "text": [0, 5, 494, 513, 551, 556, 558, 578, 653, 1215, 1864, 1868, 1871, 1875, 1884, 1885, 1888, 1893, 1897, 1902], "organ": [0, 579, 1847, 1857, 1871, 1875], "commonli": [0, 4, 569, 574, 1711, 1849, 1890, 1895], "slater": [0, 571, 573, 1681, 1683, 1688, 1709], "kanamori": [0, 498, 571, 573, 1682, 1708, 1875, 1878, 1889, 1894], "interact": [0, 3, 4, 495, 516, 540, 551, 571, 572, 573, 574, 933, 1208, 1210, 1681, 1682, 1683, 1687, 1688, 1689, 1692, 1694, 1698, 1699, 1708, 1709, 1712, 1713, 1714, 1847, 1848, 1857, 1868, 1871, 1872, 1873, 1875, 1876, 1877, 1881, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1899, 1900, 1901, 1904, 1905, 1906, 1907], "s_z": [0, 574, 1713, 1716, 1901, 1906], "l_z": [0, 574, 1712, 1713], "op_struct": [0, 575], "auxiliari": [0, 498], "spin": [0, 3, 498, 553, 565, 568, 571, 573, 574, 575, 1661, 1682, 1689, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847, 1871, 1874, 1875, 1877, 1878, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "exit": [0, 1831, 1833], "receiv": [0, 6, 125, 139, 140, 141, 147, 148, 405, 426, 428, 429, 570], "stop_callback": [0, 405, 426, 428, 429], "insert2": [0, 190, 511], "remove2": [0, 190, 511], "change_row": [0, 190], "change_col": [0, 190, 511], "try_": 0, "complete_oper": [0, 190, 216, 221, 230, 231, 232, 233, 234, 235, 236, 237, 511, 1859], "insert2_at_end": [0, 190, 1859], "remove_at_end": [0, 190, 1859], "remove2_at_end": [0, 190, 1859], "change_one_row_and_one_col": [0, 1859], "unsign": [0, 472, 473, 497], "tupl": [0, 9, 16, 42, 43, 44, 48, 97, 98, 99, 106, 126, 478, 479, 486, 488, 491, 495, 496, 515, 549, 557, 571, 572, 575, 577, 587, 589, 610, 651, 657, 658, 692, 698, 731, 737, 770, 776, 809, 815, 848, 854, 970, 976, 1048, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1625, 1632, 1633, 1645, 1648, 1649, 1666, 1685, 1686, 1691, 1693, 1720, 1766, 1830, 1883, 1884], "hdf_archiv": 0, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "subgroup": [0, 115, 342, 343, 395, 396, 494, 495, 496, 579, 1875, 1878, 1882], "doubl": [0, 160, 161, 166, 179, 180, 181, 182, 183, 184, 185, 198, 199, 200, 201, 224, 225, 226, 234, 237, 251, 252, 253, 298, 299, 300, 314, 349, 354, 363, 376, 408, 412, 413, 417, 420, 421, 432, 433, 437, 443, 444, 448, 452, 455, 457, 459, 463, 464, 468, 469, 480, 481, 482, 483, 494, 497, 498, 500, 505, 506, 507, 508, 509, 511, 514, 515, 517, 519, 521, 525, 526, 527, 529, 530, 531, 533, 539, 543, 544, 553, 560, 562, 565, 567, 568, 570, 585, 636, 669, 670, 671, 672, 673, 708, 709, 710, 711, 712, 747, 748, 749, 750, 751, 786, 787, 788, 789, 790, 825, 826, 827, 828, 829, 947, 948, 949, 950, 951, 995, 996, 997, 998, 999, 1028, 1055, 1589, 1611, 1617, 1618, 1620, 1629, 1646, 1776, 1856, 1858, 1859, 1860, 1861, 1865, 1871, 1874, 1875, 1877, 1878, 1884, 1898, 1900, 1901, 1903, 1905, 1906], "rich": [0, 1868], "attribut": [0, 1, 2, 330, 331, 494, 495, 496, 589, 610, 662, 701, 740, 779, 818, 857, 872, 940, 1028, 1035, 1042, 1052, 1065, 1077, 1090, 1103, 1116, 1132, 1143, 1152, 1164, 1596, 1604, 1609, 1620, 1624, 1644, 1669, 1740, 1752, 1758, 1778, 1782, 1789, 1829, 1832, 1834, 1841, 1871, 1875, 1886, 1892], "ignore_in_python": 0, "prevent": 0, "special": [0, 125, 147, 149, 363, 376, 513, 516, 519, 522, 523, 535, 540, 568, 570, 583, 1782, 1859, 1871, 1875, 1897, 1902], "overrid": [0, 1830, 1839], "adopt": 0, "physic": [0, 355, 1857, 1871, 1875, 1881, 1884, 1885, 1890, 1895], "paper": [0, 3, 4, 1847, 1871, 1875, 1906], "random": [0, 4, 9, 411, 419, 433, 440, 441, 442, 461, 486, 554, 562, 563, 565, 568, 1735, 1740, 1857, 1858, 1880, 1897, 1902, 1907], "glue": 0, "cython": 0, "gone": [0, 1901, 1906], "like": [0, 4, 7, 193, 195, 221, 222, 478, 479, 494, 498, 500, 505, 506, 509, 511, 515, 517, 530, 535, 541, 549, 562, 563, 568, 570, 571, 578, 579, 583, 584, 585, 1691, 1848, 1850, 1852, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1899, 1900, 1901, 1904, 1905, 1906], "conjug": [0, 361, 481, 482, 543, 545, 546, 551, 570], "alon": [0, 1847], "must": [0, 3, 157, 258, 266, 350, 353, 355, 358, 368, 379, 406, 408, 425, 471, 480, 481, 482, 483, 488, 491, 496, 500, 505, 508, 521, 541, 542, 543, 544, 545, 546, 549, 551, 554, 568, 569, 570, 571, 574, 578, 584, 585, 587, 589, 610, 662, 701, 740, 779, 818, 858, 861, 878, 917, 920, 923, 940, 1199, 1215, 1640, 1683, 1694, 1712, 1713, 1714, 1776, 1830, 1831, 1836, 1842, 1858, 1879, 1883, 1885, 1893, 1901, 1906], "25": [0, 508, 561, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1885, 1886, 1890, 1892, 1894, 1895, 1901, 1905, 1906], "unifi": 0, "pep": 0, "www": [0, 518], "org": [0, 4, 518, 933, 1848, 1871, 1872, 1873, 1875, 1876, 1877, 1879], "0008": 0, "lowercas": 0, "underscor": 0, "capword": 0, "update_arch": 0, "veri": [0, 4, 7, 228, 229, 509, 541, 566, 568, 576, 577, 579, 584, 1852, 1856, 1857, 1866, 1868, 1871, 1875, 1880, 1881, 1885, 1888, 1893], "old_arch": 0, "new_arch": 0, "encount": [0, 1846, 1848, 1855, 1903], "post": [0, 1846, 1847, 1879], "fullnam": [1, 2], "underlin": [1, 2], "rubric": [1, 2], "endif": [1, 2], "endblock": [1, 2], "function": [2, 7, 9, 10, 29, 30, 31, 129, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 195, 197, 203, 215, 243, 249, 251, 252, 253, 255, 258, 266, 294, 298, 299, 300, 304, 305, 306, 309, 310, 311, 312, 313, 314, 315, 316, 319, 363, 405, 426, 427, 428, 429, 460, 478, 479, 484, 486, 487, 488, 489, 490, 491, 492, 494, 496, 498, 500, 503, 504, 505, 507, 509, 510, 515, 516, 517, 522, 523, 524, 526, 527, 529, 531, 532, 533, 534, 535, 547, 548, 551, 552, 553, 554, 556, 558, 559, 561, 568, 569, 571, 572, 573, 577, 578, 579, 581, 583, 585, 586, 588, 633, 634, 635, 636, 637, 642, 647, 648, 657, 658, 659, 660, 662, 664, 665, 666, 667, 668, 674, 675, 677, 678, 681, 683, 685, 686, 695, 696, 697, 698, 701, 703, 704, 705, 706, 707, 713, 714, 716, 717, 720, 722, 724, 725, 734, 735, 736, 737, 740, 742, 743, 744, 745, 746, 752, 753, 755, 756, 759, 761, 763, 764, 773, 774, 775, 776, 779, 781, 782, 783, 784, 785, 791, 792, 794, 795, 798, 800, 802, 803, 812, 813, 814, 815, 818, 820, 821, 822, 823, 824, 830, 831, 833, 834, 837, 839, 841, 842, 851, 852, 853, 854, 857, 858, 861, 871, 872, 873, 878, 889, 896, 908, 913, 914, 917, 920, 923, 927, 932, 933, 934, 940, 942, 943, 944, 945, 946, 952, 953, 955, 956, 959, 961, 963, 964, 973, 974, 975, 976, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 1003, 1004, 1010, 1011, 1025, 1041, 1051, 1060, 1061, 1072, 1073, 1077, 1085, 1086, 1090, 1098, 1099, 1103, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1177, 1178, 1186, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1206, 1207, 1208, 1209, 1210, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1595, 1630, 1643, 1659, 1665, 1668, 1680, 1683, 1695, 1697, 1704, 1711, 1719, 1720, 1721, 1723, 1724, 1728, 1734, 1737, 1739, 1748, 1749, 1752, 1753, 1754, 1758, 1759, 1765, 1766, 1767, 1769, 1775, 1776, 1778, 1797, 1800, 1801, 1802, 1816, 1817, 1828, 1833, 1835, 1838, 1846, 1847, 1848, 1855, 1857, 1858, 1859, 1862, 1866, 1867, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1880, 1882, 1883, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1903, 1904, 1905], "class": [2, 8, 9, 10, 14, 20, 27, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 115, 123, 128, 131, 143, 144, 145, 146, 152, 164, 190, 195, 240, 243, 257, 269, 281, 296, 323, 338, 349, 355, 363, 364, 376, 388, 404, 430, 440, 447, 461, 489, 492, 493, 494, 498, 506, 508, 509, 510, 512, 514, 519, 537, 538, 541, 542, 543, 544, 545, 546, 548, 549, 555, 556, 557, 558, 559, 560, 562, 563, 565, 566, 568, 569, 570, 572, 577, 578, 579, 580, 581, 588, 589, 610, 642, 643, 647, 652, 653, 656, 657, 661, 662, 700, 701, 739, 740, 778, 779, 817, 818, 856, 857, 871, 872, 894, 896, 897, 899, 902, 904, 906, 908, 913, 914, 916, 919, 922, 925, 927, 934, 935, 938, 940, 978, 982, 1011, 1012, 1018, 1027, 1028, 1034, 1035, 1039, 1041, 1042, 1051, 1052, 1065, 1077, 1090, 1103, 1116, 1132, 1143, 1152, 1164, 1218, 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, 1425, 1427, 1429, 1431, 1433, 1435, 1437, 1439, 1441, 1443, 1445, 1447, 1449, 1451, 1453, 1455, 1457, 1459, 1461, 1463, 1465, 1467, 1469, 1471, 1473, 1475, 1477, 1479, 1481, 1483, 1485, 1487, 1489, 1491, 1493, 1495, 1497, 1499, 1501, 1503, 1505, 1507, 1509, 1511, 1513, 1515, 1517, 1519, 1521, 1523, 1525, 1527, 1529, 1531, 1533, 1535, 1537, 1539, 1541, 1543, 1545, 1547, 1549, 1551, 1553, 1555, 1557, 1559, 1561, 1563, 1565, 1567, 1569, 1571, 1573, 1575, 1577, 1579, 1581, 1583, 1585, 1587, 1591, 1592, 1595, 1596, 1604, 1609, 1619, 1620, 1623, 1624, 1643, 1644, 1668, 1669, 1731, 1732, 1739, 1740, 1751, 1752, 1757, 1758, 1777, 1778, 1782, 1789, 1828, 1829, 1830, 1847, 1857, 1858, 1860, 1862, 1870, 1884, 1885, 1886, 1892, 1893, 1897, 1902], "librari": [3, 4, 5, 497, 500, 501, 507, 510, 514, 516, 517, 522, 539, 550, 563, 576, 579, 581, 583, 584, 1848, 1849, 1850, 1852, 1853, 1857, 1858, 1859, 1863, 1864, 1865, 1868, 1871, 1875, 1880, 1881, 1885, 1887, 1890, 1895], "orgin": 3, "ipht": [3, 1847], "cea": 3, "saclai": [3, 1847], "ferrero": 3, "cpht": 3, "ecol": [3, 1847], "polytechiqu": 3, "flatiron": [3, 1872, 1876], "institut": [3, 1872, 1876], "ccq": [3, 1848], "reciev": 3, "erc": 3, "grant": 3, "278472": 3, "divis": [3, 485, 554, 570, 573], "foundat": 3, "ayral": 3, "p": [3, 243, 301, 407, 490, 515, 1846, 1848, 1871, 1875, 1887], "hafermann": 3, "messio": 3, "seth": 3, "scientif": [3, 494, 576, 579, 1847, 1848, 1852, 1854, 1868, 1879], "kindli": 3, "us": [3, 5, 6, 7, 8, 9, 11, 47, 117, 130, 140, 141, 147, 148, 157, 163, 167, 169, 180, 181, 183, 184, 189, 203, 205, 213, 221, 250, 252, 253, 258, 309, 314, 315, 323, 340, 349, 354, 356, 363, 366, 377, 405, 411, 426, 428, 429, 446, 447, 448, 449, 452, 455, 457, 459, 478, 479, 480, 481, 482, 483, 485, 488, 489, 491, 492, 494, 495, 496, 497, 500, 501, 504, 505, 506, 507, 508, 509, 510, 512, 513, 514, 515, 517, 521, 522, 523, 525, 526, 527, 529, 530, 531, 533, 539, 541, 542, 544, 545, 548, 549, 551, 552, 554, 557, 558, 559, 561, 566, 568, 569, 570, 571, 572, 573, 574, 578, 579, 580, 581, 583, 584, 585, 587, 589, 598, 604, 610, 619, 625, 658, 668, 674, 707, 713, 746, 752, 785, 791, 824, 830, 873, 933, 946, 952, 1036, 1090, 1103, 1209, 1213, 1624, 1657, 1664, 1682, 1683, 1708, 1709, 1711, 1738, 1752, 1760, 1766, 1767, 1776, 1804, 1832, 1834, 1837, 1840, 1841, 1847, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1858, 1859, 1860, 1861, 1862, 1864, 1865, 1867, 1868, 1869, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "toolbox": [3, 553, 1897, 1902], "research": [3, 1847], "quantum": [3, 157, 170, 186, 187, 498, 569, 587, 589, 606, 610, 627, 638, 639, 1847, 1874, 1878, 1881, 1883, 1885, 1886, 1888, 1892, 1893], "phy": [3, 4, 1847, 1890, 1895, 1900, 1901, 1905, 1906], "comm": [3, 4, 497, 1803, 1817, 1877], "196": [3, 1847], "398": [3, 1847], "415": 3, "2015": 3, "facilit": [3, 562, 1847], "bibtex": 3, "give": [3, 4, 349, 512, 525, 526, 568, 571, 658, 1691, 1859, 1863, 1871, 1875, 1879, 1881, 1883, 1885, 1886, 1890, 1892, 1895, 1898, 1899, 1901, 1903, 1904, 1906], "inde": [3, 7, 490, 515, 579, 639, 1873, 1877, 1881, 1883, 1885, 1900, 1905], "convinc": 3, "fund": 3, "publish": [3, 579, 1890, 1895], "gnu": [3, 584, 1854, 1871, 1875], "gener": [3, 4, 7, 9, 11, 130, 169, 249, 260, 267, 272, 279, 284, 292, 327, 338, 339, 340, 349, 350, 355, 357, 361, 404, 411, 419, 426, 440, 441, 442, 445, 459, 478, 479, 486, 488, 489, 490, 491, 494, 496, 505, 509, 510, 511, 512, 513, 515, 516, 520, 530, 534, 539, 549, 551, 553, 559, 562, 563, 566, 568, 570, 571, 577, 581, 657, 692, 731, 770, 809, 848, 857, 864, 865, 866, 872, 873, 882, 970, 1020, 1211, 1628, 1664, 1729, 1735, 1752, 1758, 1847, 1848, 1849, 1852, 1856, 1857, 1864, 1869, 1871, 1875, 1878, 1885, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1902, 1903, 1904], "version": [3, 5, 8, 9, 22, 23, 37, 38, 66, 67, 79, 80, 103, 104, 244, 349, 446, 447, 498, 504, 521, 541, 549, 553, 562, 567, 570, 581, 1846, 1847, 1849, 1852, 1853, 1854, 1855, 1856, 1865, 1868, 1872, 1876, 1881, 1885, 1886, 1890, 1895, 1900, 1901, 1905, 1906], "3": [3, 5, 19, 85, 95, 243, 249, 250, 253, 259, 266, 270, 271, 283, 290, 327, 366, 377, 443, 448, 452, 455, 457, 459, 463, 480, 481, 482, 483, 494, 495, 497, 498, 500, 505, 506, 507, 508, 511, 521, 525, 526, 529, 530, 537, 539, 541, 545, 548, 549, 551, 555, 561, 568, 570, 571, 577, 578, 583, 585, 670, 671, 672, 673, 685, 686, 709, 710, 711, 712, 724, 725, 748, 749, 750, 751, 763, 764, 787, 788, 789, 790, 802, 803, 826, 827, 828, 829, 841, 842, 948, 949, 950, 951, 963, 964, 994, 996, 997, 998, 999, 1003, 1004, 1052, 1055, 1065, 1209, 1589, 1596, 1664, 1681, 1683, 1688, 1690, 1691, 1848, 1852, 1853, 1854, 1855, 1858, 1859, 1860, 1865, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "impli": [3, 349, 505, 549], "state": [3, 9, 151, 157, 158, 160, 162, 166, 173, 174, 175, 176, 180, 181, 183, 184, 196, 322, 323, 338, 340, 341, 344, 348, 349, 352, 354, 355, 356, 358, 360, 388, 389, 391, 392, 394, 397, 399, 400, 402, 486, 512, 541, 548, 556, 558, 566, 578, 587, 589, 596, 597, 603, 607, 608, 609, 610, 617, 618, 624, 628, 629, 630, 631, 633, 634, 635, 636, 643, 914, 927, 928, 1867, 1870, 1871, 1875, 1883, 1888, 1890, 1893, 1895, 1899, 1900, 1901, 1904, 1905, 1906], "warranti": 3, "respons": [3, 447, 1857, 1897, 1898, 1899, 1902, 1903, 1904], "white": [3, 1902], "color": [3, 122, 578, 1871, 1875, 1877, 1878, 1880, 1887, 1897, 1898, 1902, 1903], "background": 3, "resolut": [3, 937], "svg": [3, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "pdf": [3, 446], "icon": [3, 1871, 1875], "studi": [4, 1847, 1857, 1889, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "categori": 4, "readili": [4, 513, 1899, 1904], "collabor": [4, 1847], "reli": [4, 1848], "thin": [4, 576, 1724], "mainten": [4, 562], "embed": [4, 1881, 1885, 1890, 1895], "conduct": [4, 1881, 1885, 1887], "bath": [4, 551, 1209, 1213, 1867, 1871, 1874, 1875, 1878, 1881, 1885, 1887, 1890, 1895], "mont": [4, 9, 404, 426, 428, 429, 447, 486, 511, 565, 581, 1871, 1874, 1875, 1878, 1881, 1885, 1887, 1888, 1893], "carlo": [4, 9, 404, 426, 428, 429, 447, 486, 511, 565, 581, 1871, 1874, 1875, 1878, 1881, 1885, 1887, 1888, 1893], "diagram": [4, 1887, 1899, 1904], "partit": [4, 9, 157, 185, 355, 356, 358, 361, 362, 498, 553, 568, 587, 589, 610, 637, 1883, 1887, 1894], "produc": [4, 490, 492, 494, 556, 567, 579, 581, 1849, 1871, 1875, 1879, 1893], "cite": [4, 1847], "200": [4, 355, 498, 1867, 1890, 1895], "274": [4, 355], "2016": [4, 355], "homepag": [4, 1847], "atom": [4, 9, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 498, 553, 555, 560, 561, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 1596, 1609, 1871, 1874, 1875, 1878, 1881, 1883, 1884, 1885], "approxim": [4, 518, 545, 551, 933, 1209, 1857, 1874, 1876, 1878, 1881, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1907], "quick": [4, 5, 228, 229, 494, 514], "answer": [4, 6, 454, 479, 482, 483, 565, 1847, 1872, 1874, 1876, 1878, 1901, 1906], "multiband": 4, "lattic": [4, 9, 486, 557, 558, 559, 560, 561, 1065, 1758, 1761, 1857, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1907], "descent": 4, "fix": [4, 8, 298, 300, 498, 526, 529, 539, 551, 554, 1211, 1871, 1875, 1881, 1884, 1885, 1898, 1900, 1903, 1905, 1908], "chemic": [4, 498, 553, 557, 646, 650, 928, 1871, 1874, 1875, 1877, 1878, 1884, 1886, 1889, 1892, 1893, 1894, 1897, 1902], "potenti": [4, 498, 553, 557, 646, 650, 928, 1850, 1852, 1856, 1871, 1874, 1875, 1877, 1878, 1884, 1886, 1889, 1892, 1893, 1894, 1897, 1902], "hartree_fock": 4, "fermion": [4, 152, 252, 253, 258, 314, 338, 348, 402, 498, 513, 514, 515, 517, 521, 523, 525, 526, 528, 529, 530, 537, 538, 539, 541, 553, 556, 557, 570, 577, 643, 646, 650, 1028, 1029, 1077, 1090, 1103, 1116, 1132, 1143, 1847, 1857, 1860, 1861, 1866, 1870, 1875, 1881, 1884, 1885, 1892, 1893, 1900, 1901, 1905, 1906, 1907], "mani": [4, 9, 169, 355, 356, 363, 376, 486, 494, 508, 513, 541, 558, 570, 1695, 1836, 1847, 1850, 1868, 1871, 1875, 1879, 1881, 1885, 1887, 1888, 1893, 1897, 1898, 1902, 1903], "bodi": [4, 9, 169, 355, 356, 363, 486, 513, 570, 1695, 1847, 1881, 1885, 1888, 1893], "imagianari": 4, "hugostrand": 4, "10": [4, 19, 95, 243, 252, 253, 258, 314, 497, 498, 500, 506, 507, 508, 511, 514, 523, 525, 526, 529, 531, 533, 539, 542, 551, 568, 578, 580, 1211, 1214, 1846, 1847, 1852, 1858, 1860, 1861, 1865, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1902, 1903, 1904, 1905], "5281": 4, "zenodo": 4, "592291": 4, "pomerol2triq": 4, "softwar": [4, 1847, 1848, 1854, 1868], "packag": [4, 5, 497, 1849, 1850, 1852, 1854, 1855, 1862, 1864, 1868, 1871, 1875, 1883, 1884, 1885, 1893], "235": 4, "388": 4, "2019": 4, "w2dynamics_interfac": 4, "renorm": [4, 1871, 1875, 1901, 1906], "rev": [4, 1847, 1890, 1895, 1901, 1906], "79": 4, "085106": 4, "2009": [4, 1890, 1895], "nrgljubljana_interfac": 4, "dfttool": 4, "wien2k": [4, 571, 1687, 1690, 1692], "band": [4, 498, 549, 557, 1657, 1867, 1871, 1872, 1875, 1876, 1877, 1886, 1889, 1890, 1892, 1894, 1895], "fledg": 4, "few": [4, 507, 521, 933, 1853, 1871, 1872, 1875, 1876, 1881, 1885, 1888, 1893, 1899, 1904], "204": 4, "shot": [4, 1874, 1878], "charg": [4, 522, 535, 541, 1899, 1900, 1904, 1905], "csc": 4, "h5": [4, 9, 206, 207, 245, 246, 261, 262, 273, 274, 285, 286, 294, 330, 331, 342, 343, 395, 396, 423, 424, 465, 466, 486, 495, 496, 498, 515, 521, 525, 526, 527, 530, 531, 533, 579, 1846, 1847, 1858, 1861, 1862, 1867, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1882, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1904, 1905], "archiv": [4, 9, 494, 496, 1857, 1861, 1866, 1867, 1871, 1875, 1877, 1888, 1889, 1893, 1894], "espresso": 4, "advantag": [4, 494, 513, 514, 562, 1879, 1886, 1892], "postprocess": [4, 1871, 1873, 1874, 1875, 1877, 1878], "script": [4, 5, 9, 576, 1848, 1856, 1857, 1864, 1868, 1871, 1875, 1877, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1902], "spectral": [4, 541, 545, 1196, 1199, 1872, 1873, 1874, 1876, 1877, 1878, 1881, 1885, 1886, 1888, 1892, 1893, 1897, 1901, 1902, 1906], "modular": [4, 1871, 1875], "entropi": 4, "1": [4, 5, 13, 15, 19, 43, 73, 85, 88, 95, 97, 117, 118, 121, 157, 162, 180, 181, 183, 184, 202, 204, 212, 213, 221, 222, 233, 234, 239, 243, 244, 248, 249, 250, 252, 253, 255, 258, 259, 270, 271, 278, 282, 283, 290, 298, 299, 300, 303, 312, 313, 314, 315, 327, 339, 340, 350, 356, 358, 365, 366, 367, 368, 370, 371, 372, 373, 377, 378, 379, 382, 383, 384, 385, 390, 405, 408, 426, 428, 429, 436, 441, 443, 444, 448, 449, 451, 452, 455, 457, 459, 463, 469, 478, 479, 480, 481, 482, 483, 485, 494, 496, 497, 498, 500, 504, 505, 506, 507, 508, 510, 511, 512, 513, 514, 515, 517, 518, 520, 521, 523, 525, 526, 529, 530, 537, 538, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 552, 553, 555, 556, 557, 558, 559, 560, 561, 562, 565, 567, 568, 570, 571, 573, 574, 577, 578, 580, 581, 584, 585, 643, 651, 653, 679, 680, 695, 698, 718, 719, 734, 737, 757, 758, 773, 776, 796, 797, 812, 815, 835, 836, 851, 854, 873, 933, 957, 958, 973, 976, 1000, 1001, 1010, 1176, 1208, 1209, 1213, 1596, 1611, 1617, 1618, 1624, 1629, 1646, 1664, 1683, 1684, 1685, 1691, 1698, 1699, 1707, 1708, 1709, 1714, 1717, 1745, 1752, 1758, 1766, 1776, 1779, 1783, 1790, 1804, 1818, 1846, 1847, 1848, 1850, 1854, 1856, 1858, 1859, 1860, 1861, 1865, 1867, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "caratheodori": 4, "2": [4, 5, 13, 19, 21, 24, 32, 36, 40, 65, 68, 78, 81, 95, 102, 106, 157, 162, 180, 181, 183, 184, 195, 202, 204, 212, 213, 243, 244, 248, 249, 250, 252, 253, 259, 270, 271, 278, 282, 283, 298, 303, 312, 313, 314, 315, 327, 339, 340, 350, 355, 356, 358, 365, 366, 368, 370, 377, 379, 382, 405, 426, 428, 429, 443, 447, 448, 449, 452, 453, 454, 455, 457, 459, 463, 478, 479, 480, 481, 482, 483, 485, 488, 491, 494, 495, 497, 498, 500, 504, 505, 506, 507, 508, 511, 513, 514, 515, 518, 519, 520, 521, 525, 526, 527, 530, 531, 533, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 553, 556, 558, 561, 565, 568, 570, 571, 573, 574, 577, 578, 581, 583, 584, 585, 873, 889, 914, 927, 1103, 1209, 1215, 1617, 1618, 1681, 1682, 1683, 1684, 1685, 1687, 1688, 1690, 1691, 1692, 1697, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1714, 1716, 1717, 1847, 1848, 1854, 1855, 1856, 1858, 1859, 1860, 1861, 1865, 1867, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "": [4, 7, 9, 11, 18, 29, 30, 31, 46, 89, 100, 138, 180, 181, 182, 183, 184, 251, 304, 305, 306, 310, 311, 319, 327, 349, 428, 429, 461, 469, 486, 494, 495, 497, 498, 511, 515, 516, 523, 526, 533, 547, 548, 551, 552, 553, 558, 567, 568, 571, 573, 574, 575, 578, 579, 580, 585, 633, 634, 635, 636, 659, 660, 695, 734, 773, 812, 851, 857, 858, 861, 872, 873, 878, 904, 914, 927, 933, 937, 973, 984, 985, 986, 987, 989, 990, 1010, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1207, 1208, 1209, 1210, 1211, 1213, 1214, 1215, 1216, 1217, 1632, 1648, 1662, 1681, 1682, 1683, 1688, 1697, 1710, 1713, 1716, 1717, 1721, 1745, 1839, 1842, 1847, 1848, 1853, 1856, 1857, 1865, 1866, 1867, 1873, 1874, 1877, 1878, 1879, 1882, 1883, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "iskakov": 4, "jiani": 4, "fei": 4, "chia": 4, "nan": [4, 1898, 1903], "yeh": 4, "emanuel": 4, "gull": 4, "lett": [4, 1847, 1890, 1895, 1901, 1906], "126": 4, "056402": 4, "doi": [4, 1871, 1873, 1875, 1877], "1103": [4, 1871, 1873, 1875, 1877], "physrevlett": 4, "dominika": 4, "zgid": 4, "104": 4, "165111": 4, "physrevb": [4, 1871, 1873, 1875, 1877], "propos": [4, 408, 432, 562, 566, 568, 1886, 1892], "andrei": 4, "mishchenko": 4, "olga": 4, "goulko": 4, "et": [4, 1881, 1885, 1892, 1894], "al": [4, 1881, 1885, 1892], "95": 4, "014102": 4, "2017": 4, "239": 4, "166": 4, "94": [4, 1881, 1885], "023303": 4, "omegamaxent_interfac": 4, "effici": [4, 505, 514, 553, 579, 1847, 1884], "c": [4, 5, 7, 109, 110, 111, 112, 113, 118, 125, 132, 138, 139, 140, 141, 142, 143, 144, 147, 148, 149, 153, 154, 155, 156, 297, 307, 308, 315, 318, 361, 405, 410, 426, 428, 429, 435, 454, 455, 457, 470, 471, 479, 482, 483, 486, 487, 488, 491, 492, 494, 497, 500, 501, 508, 512, 513, 514, 515, 518, 521, 522, 525, 526, 531, 533, 537, 540, 541, 550, 553, 562, 565, 569, 570, 577, 580, 581, 583, 584, 585, 593, 594, 614, 615, 674, 713, 752, 791, 830, 902, 903, 952, 983, 993, 1218, 1699, 1700, 1847, 1848, 1849, 1850, 1853, 1855, 1856, 1858, 1860, 1862, 1871, 1874, 1875, 1877, 1878, 1879, 1881, 1883, 1884, 1885, 1887, 1890, 1894, 1895, 1896, 1897, 1898, 1901, 1902, 1903, 1906], "mpi": [4, 9, 10, 243, 249, 258, 266, 290, 315, 405, 426, 428, 429, 446, 447, 454, 461, 470, 471, 479, 482, 483, 486, 496, 541, 549, 562, 565, 570, 581, 1803, 1804, 1846, 1847, 1848, 1850, 1852, 1854, 1855, 1867, 1871, 1873, 1875, 1877, 1878, 1887, 1890, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "oper": [4, 9, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 96, 101, 129, 139, 142, 151, 153, 154, 155, 156, 157, 163, 168, 169, 186, 187, 188, 194, 198, 223, 228, 229, 233, 234, 237, 240, 257, 258, 269, 281, 315, 323, 338, 339, 340, 349, 350, 351, 353, 355, 356, 357, 361, 364, 376, 388, 440, 447, 449, 461, 470, 471, 486, 488, 494, 496, 497, 498, 500, 501, 505, 509, 510, 511, 512, 515, 519, 537, 540, 547, 553, 554, 568, 571, 572, 573, 574, 575, 585, 587, 589, 591, 592, 593, 594, 598, 610, 612, 613, 614, 615, 619, 631, 659, 660, 1028, 1620, 1836, 1848, 1857, 1859, 1866, 1867, 1871, 1875, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1901, 1903, 1906], "phase": [4, 356, 361, 1857, 1875, 1897, 1901, 1902, 1906, 1907], "beth": [4, 1857, 1888, 1889, 1893, 1894, 1899, 1904], "salpet": [4, 1899, 1904], "2638058": 4, "systemat": [4, 447, 1887], "test": [4, 199, 200, 201, 224, 225, 298, 300, 495, 506, 509, 545, 549, 1778, 1846, 1848, 1851, 1855, 1856, 1862, 1863], "cmake": [4, 7, 1848, 1849, 1852, 1854, 1855, 1856, 1863, 1865], "own": [4, 8, 497, 1853, 1857, 1858, 1862, 1871, 1875, 1879], "standalon": [4, 489], "welcom": [5, 1852, 1857], "triq": [5, 6, 7, 8, 9, 10, 486, 499, 500, 505, 508, 513, 514, 516, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 555, 557, 558, 559, 560, 561, 563, 565, 566, 567, 568, 570, 571, 572, 573, 574, 575, 576, 577, 583, 584, 585, 1849, 1851, 1853, 1855, 1858, 1859, 1860, 1861, 1864, 1866, 1867, 1868, 1869, 1870, 1873, 1874, 1877, 1878, 1879, 1880, 1882, 1883, 1884, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907], "core": [5, 1848, 1850, 1871, 1875, 1879, 1890, 1895], "instal": [5, 7, 491, 584, 1847, 1850, 1853, 1854, 1856, 1863, 1864, 1865], "compil": [5, 9, 486, 488, 492, 500, 504, 505, 515, 579, 584, 1847, 1850, 1851, 1855, 1864, 1865, 1871, 1875], "advanc": [5, 73, 75, 203, 205, 213, 489, 492, 501, 515, 519, 523, 568, 576, 1847, 1871, 1875, 1887], "document": [5, 8, 15, 18, 21, 24, 30, 32, 36, 40, 43, 46, 48, 53, 65, 68, 73, 78, 81, 85, 88, 89, 97, 100, 102, 106, 118, 138, 140, 141, 157, 162, 180, 181, 183, 184, 195, 202, 204, 212, 213, 243, 244, 248, 249, 252, 253, 258, 259, 266, 270, 271, 278, 282, 283, 290, 297, 302, 307, 308, 315, 318, 327, 339, 340, 350, 356, 363, 365, 366, 370, 377, 382, 436, 441, 443, 449, 463, 486, 488, 489, 494, 501, 505, 510, 518, 521, 526, 535, 541, 542, 543, 544, 545, 546, 549, 561, 563, 566, 568, 583, 584, 1847, 1848, 1851, 1853, 1857, 1859, 1860, 1862, 1863, 1864, 1871, 1875, 1881, 1885, 1887, 1888, 1893, 1897, 1902], "api": [5, 407, 488, 489, 491, 492, 497, 516, 540, 547, 581, 1848, 1908], "python": [5, 11, 486, 488, 491, 492, 494, 496, 540, 541, 542, 543, 544, 545, 546, 548, 549, 569, 573, 576, 578, 579, 580, 582, 585, 904, 1831, 1847, 1848, 1849, 1850, 1852, 1854, 1862, 1863, 1866, 1867, 1881, 1882, 1884, 1885, 1886, 1887, 1892], "why": [5, 222, 524, 549, 568, 1871, 1872, 1874, 1875, 1876, 1878, 1881, 1885, 1894, 1898, 1901, 1903, 1906], "tour": [5, 9, 501], "ab": [5, 201, 214, 226, 500, 505, 562, 674, 713, 752, 791, 830, 933, 952, 1776, 1871, 1875, 1881, 1885, 1890, 1895], "initio": [5, 1871, 1875], "tool": [5, 9, 152, 486, 492, 540, 547, 561, 571, 576, 579, 581, 1595, 1847, 1848, 1849, 1852, 1855, 1856, 1857, 1862, 1868, 1870, 1879, 1881, 1885, 1903], "analyt": [5, 545, 1662, 1874, 1878, 1884, 1886, 1888, 1893, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "determin": [5, 9, 190, 222, 235, 486, 490, 497, 511, 512, 518, 525, 539, 549, 550, 568, 570, 571, 1681, 1688, 1767, 1857, 1858, 1871, 1875, 1877, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "changelog": [5, 1847, 1856, 1908], "0": [5, 19, 40, 73, 95, 112, 114, 117, 120, 122, 125, 138, 139, 140, 141, 142, 147, 148, 149, 184, 193, 201, 214, 226, 233, 234, 250, 252, 253, 258, 303, 314, 315, 327, 354, 367, 368, 371, 372, 373, 378, 379, 383, 384, 385, 405, 408, 411, 426, 428, 429, 432, 443, 444, 448, 449, 452, 455, 457, 459, 461, 470, 471, 478, 479, 481, 482, 483, 497, 498, 500, 505, 506, 507, 508, 510, 511, 512, 513, 514, 517, 518, 523, 525, 526, 529, 530, 531, 533, 535, 538, 539, 541, 542, 543, 545, 546, 548, 550, 551, 553, 555, 556, 557, 558, 561, 565, 567, 568, 570, 571, 573, 574, 575, 577, 578, 579, 580, 581, 584, 585, 636, 646, 650, 691, 730, 769, 808, 847, 873, 925, 926, 927, 928, 933, 969, 1009, 1090, 1132, 1143, 1185, 1209, 1596, 1624, 1640, 1644, 1645, 1661, 1664, 1677, 1683, 1684, 1691, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1742, 1766, 1804, 1805, 1810, 1819, 1824, 1846, 1848, 1854, 1858, 1859, 1860, 1861, 1864, 1867, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1908], "5": [5, 157, 243, 252, 253, 266, 290, 327, 448, 457, 459, 480, 481, 482, 483, 497, 498, 500, 507, 508, 511, 529, 541, 545, 546, 549, 556, 561, 565, 567, 568, 570, 577, 578, 584, 1858, 1859, 1867, 1870, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "4": [5, 19, 85, 95, 243, 252, 253, 266, 290, 327, 355, 447, 448, 452, 455, 457, 459, 480, 481, 482, 483, 494, 498, 506, 507, 508, 511, 538, 545, 553, 556, 561, 565, 573, 578, 584, 585, 1697, 1699, 1709, 1848, 1854, 1858, 1859, 1860, 1870, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "issu": [5, 8, 541, 568, 579, 1846, 1847, 1852, 1882], "author": [5, 551, 1211], "citat": 5, "disclaim": [5, 1871, 1875], "frequent": 5, "question": [5, 6, 7, 341, 344, 394, 397, 1847, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1897, 1899, 1902, 1904], "q": [5, 559, 571, 1684, 1760, 1847, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "my": [5, 495, 567, 1865, 1880], "gf": [5, 9, 10, 180, 181, 182, 183, 184, 327, 497, 498, 513, 514, 515, 516, 517, 518, 520, 521, 522, 524, 529, 532, 534, 535, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 552, 558, 559, 573, 574, 575, 577, 578, 583, 584, 634, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1752, 1758, 1848, 1861, 1862, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "hash": 5, "regard": 6, "consult": [6, 497], "make": [6, 7, 222, 230, 231, 232, 233, 234, 235, 236, 237, 248, 258, 303, 316, 352, 354, 363, 488, 505, 506, 509, 513, 515, 517, 520, 521, 522, 523, 541, 549, 566, 568, 570, 572, 575, 578, 585, 858, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166, 1720, 1830, 1846, 1848, 1849, 1852, 1853, 1855, 1856, 1865, 1868, 1871, 1875, 1881, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "easier": [6, 1871, 1875, 1881, 1885, 1888, 1893], "fill": [6, 449, 455, 500, 501, 507, 514, 515, 517, 525, 542, 543, 545, 546, 553, 558, 687, 688, 689, 690, 726, 727, 728, 729, 765, 766, 767, 768, 804, 805, 806, 807, 843, 844, 845, 846, 965, 966, 967, 968, 1005, 1006, 1007, 1008, 1867, 1872, 1876, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1901, 1903, 1906], "new": [6, 8, 122, 123, 202, 204, 212, 215, 221, 233, 234, 235, 255, 295, 317, 333, 334, 352, 366, 374, 377, 386, 448, 449, 457, 490, 494, 495, 496, 504, 511, 512, 517, 549, 562, 568, 570, 571, 579, 585, 860, 877, 1683, 1694, 1776, 1847, 1848, 1853, 1856, 1859, 1864, 1865, 1871, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1885, 1886, 1892, 1908], "happi": 6, "improv": [6, 518, 569, 1595, 1848, 1871, 1875, 1908], "coordin": [6, 515, 555, 560, 561, 1598, 1615, 1624, 1626, 1627, 1628, 1635, 1651, 1860, 1880, 1886, 1892], "chang": [6, 7, 8, 222, 228, 229, 230, 231, 232, 407, 498, 510, 511, 541, 549, 566, 571, 574, 1683, 1690, 1694, 1712, 1713, 1714, 1847, 1848, 1850, 1852, 1856, 1859, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1885, 1887, 1888, 1889, 1892, 1893, 1894, 1899, 1904, 1905, 1908], "engag": 6, "forum": [6, 1847], "channel": [6, 1875, 1877, 1878, 1893, 1900, 1905], "announc": 6, "gladli": 7, "accept": [7, 216, 412, 415, 430, 437, 438, 447, 503, 505, 506, 511, 519, 559, 562, 565, 566, 568, 585, 873, 1753, 1759, 1885, 1887, 1894], "come": [7, 498, 556, 558, 567, 1853, 1858, 1859, 1882, 1888, 1893, 1901, 1906], "learn": [7, 8, 579, 1857, 1859, 1860, 1871, 1872, 1875, 1876, 1879, 1883, 1884, 1888, 1891, 1893], "green": [7, 9, 180, 181, 182, 183, 184, 243, 249, 251, 252, 253, 255, 257, 258, 266, 269, 281, 298, 300, 304, 305, 306, 310, 311, 312, 313, 314, 315, 319, 486, 490, 494, 497, 498, 500, 515, 516, 517, 519, 522, 524, 526, 529, 530, 533, 534, 535, 547, 548, 551, 552, 558, 575, 577, 578, 633, 634, 635, 636, 659, 660, 662, 664, 665, 666, 667, 668, 674, 675, 677, 678, 681, 683, 695, 696, 697, 698, 701, 703, 704, 705, 706, 707, 713, 714, 716, 717, 720, 722, 734, 735, 736, 737, 740, 742, 743, 744, 745, 746, 752, 753, 755, 756, 759, 761, 773, 774, 775, 776, 779, 781, 782, 783, 784, 785, 791, 792, 794, 795, 798, 800, 812, 813, 814, 815, 818, 820, 821, 822, 823, 824, 830, 831, 833, 834, 837, 839, 851, 852, 853, 854, 857, 858, 861, 872, 873, 878, 889, 904, 914, 927, 933, 940, 942, 943, 944, 945, 946, 952, 953, 955, 956, 959, 961, 973, 974, 975, 976, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 1010, 1077, 1090, 1103, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1207, 1208, 1210, 1211, 1214, 1215, 1216, 1217, 1218, 1697, 1721, 1754, 1847, 1857, 1866, 1867, 1873, 1874, 1877, 1878, 1882, 1883, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1903], "plai": [7, 539, 550, 1871, 1875, 1893], "futur": [7, 1830], "willing": 7, "check": [7, 187, 198, 223, 295, 298, 300, 317, 332, 344, 346, 347, 351, 397, 399, 400, 447, 496, 500, 505, 559, 573, 639, 1677, 1710, 1760, 1761, 1801, 1847, 1848, 1856, 1857, 1872, 1876, 1881, 1882, 1884, 1885, 1897, 1898, 1900, 1902, 1903, 1905], "websit": [7, 1848], "go": [7, 8, 568, 1847, 1857, 1871, 1875, 1881, 1885, 1887, 1888, 1893, 1898, 1899, 1903, 1904], "submit": [7, 8], "unsur": 7, "dbuild_document": [7, 1851], "dsphinx_onli": 7, "Then": [7, 512, 549, 580, 1776, 1848, 1864, 1871, 1875, 1880, 1887, 1888, 1893, 1901, 1906], "move": [7, 8, 85, 88, 194, 222, 243, 259, 270, 271, 282, 283, 405, 406, 408, 412, 426, 428, 429, 430, 431, 432, 433, 437, 438, 439, 505, 511, 521, 523, 567, 570, 1871, 1875, 1887, 1894], "doc": [7, 8, 205, 213, 266, 405, 411, 426, 428, 429, 487, 488, 491, 496, 523, 583, 1668, 1736, 1862, 1871, 1875, 1879], "cd": [7, 8, 361, 570, 674, 713, 752, 791, 830, 952, 1848, 1865, 1871, 1875], "becaus": [7, 489, 506, 514, 515, 541, 549, 568, 583, 1852, 1878, 1879, 1881, 1885, 1888, 1893, 1901, 1906], "want": [7, 517, 527, 531, 533, 541, 568, 577, 579, 581, 585, 1847, 1850, 1853, 1854, 1856, 1857, 1859, 1860, 1862, 1864, 1865, 1871, 1873, 1875, 1877, 1880, 1881, 1882, 1885, 1888, 1893], "docs_example_output": 7, "modifi": [7, 8, 355, 492, 511, 518, 522, 535, 544, 549, 579, 669, 708, 747, 786, 825, 947, 995, 1858, 1865, 1867, 1871, 1875, 1880, 1882, 1888, 1889, 1893, 1894], "src": [7, 8, 266, 583, 1865], "rebuild": [7, 215, 504, 511, 663, 702, 741, 780, 819], "hand": [7, 249, 266, 448, 500, 1871, 1875, 1897, 1900, 1901, 1902, 1905, 1906], "autobuild": 7, "form": [8, 9, 11, 157, 461, 488, 491, 498, 500, 501, 504, 525, 526, 539, 553, 554, 561, 566, 570, 571, 859, 874, 1662, 1682, 1830, 1867, 1871, 1875, 1877, 1881, 1883, 1885, 1886, 1892, 1898, 1900, 1903, 1905], "click": [8, 1872, 1876, 1879], "button": 8, "right": [8, 222, 249, 266, 449, 463, 478, 479, 485, 500, 551, 565, 674, 713, 752, 791, 830, 952, 1189, 1209, 1871, 1872, 1875, 1876, 1879, 1881, 1885, 1887, 1888, 1893, 1897, 1900, 1901, 1902, 1905, 1906], "screen": [8, 568, 571, 1681, 1682, 1683, 1688], "remot": 8, "origin": [8, 11, 15, 16, 17, 18, 21, 24, 40, 43, 44, 46, 71, 73, 74, 75, 76, 78, 81, 85, 87, 89, 92, 93, 97, 98, 99, 100, 102, 106, 254, 255, 529, 545, 571, 585, 1694, 1871, 1875, 1877, 1881, 1884, 1885, 1901, 1905, 1906], "fetch": [8, 1848], "my_triq": 8, "your_usernam": 8, "again": [8, 566, 1870, 1871, 1874, 1875, 1878, 1882, 1888, 1889, 1893, 1894], "final": [8, 151, 153, 154, 155, 156, 447, 454, 497, 498, 518, 562, 565, 567, 568, 591, 593, 612, 614, 1664, 1847, 1848, 1881, 1884, 1885, 1887, 1890, 1895, 1898, 1903], "congratul": 8, "sync": 8, "checkout": 8, "my_first_pr": 8, "usual": [8, 506, 507, 508, 513, 549, 566, 568, 1849, 1871, 1875, 1879, 1888, 1893, 1898, 1903], "mind": [8, 541], "concis": 8, "bracket": [8, 509, 514, 540, 547], "what": [8, 290, 360, 494, 496, 541, 566, 568, 569, 578, 583, 1865, 1871, 1873, 1875, 1877, 1879, 1880, 1881, 1882, 1884, 1885, 1887, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "instanc": [8, 449, 561, 566, 567, 568, 570, 572, 1624, 1862], "det_manip": [8, 9, 10, 510, 512, 1857], "multipli": [8, 11, 32, 47, 48, 367, 371, 378, 383, 505, 521, 558, 1881, 1885], "squash": 8, "readi": [8, 492, 568, 570, 1847, 1857, 1865], "experi": [8, 1847, 1852, 1871, 1875], "atom_diag": [9, 10, 486, 1883], "lightweight": [9, 152, 486, 588, 589, 610, 1883], "exact": [9, 152, 486, 587, 588, 589, 610, 1874, 1878, 1887, 1899, 1904], "atom_diag_funct": [9, 498], "clef": [9, 252, 253, 486, 500, 516, 517, 521, 525, 526, 529, 539, 540, 1858, 1860, 1861], "motiv": [9, 501], "littl": [9, 495, 501, 503, 510, 515, 521, 530, 535, 540, 547, 562, 578, 579, 1857], "manipul": [9, 189, 486, 494, 501, 513, 516, 569, 1857, 1858, 1860, 1866, 1868, 1879, 1884], "notion": [9, 490, 515, 540, 573, 1852], "py": [9, 492, 540, 579, 1856, 1862, 1864, 1871, 1875, 1879, 1883, 1885, 1888, 1889, 1893, 1894, 1903], "hilbert_spac": [9, 10, 164, 486, 498, 570], "hilbert": [9, 151, 157, 158, 164, 165, 175, 338, 339, 340, 342, 343, 346, 347, 348, 349, 350, 354, 355, 356, 358, 363, 366, 368, 369, 374, 375, 376, 377, 379, 380, 386, 387, 388, 389, 390, 393, 395, 396, 399, 400, 401, 402, 486, 498, 548, 556, 557, 596, 599, 608, 617, 620, 629, 647, 653, 914, 927, 1887, 1894, 1895], "sub_hilbert_spac": [9, 322, 349, 350, 354, 363, 376, 553], "imperative_oper": [9, 322, 553], "imper": [9, 349, 355, 356, 357, 553], "introductori": 9, "Ising": [9, 563, 568], "chain": [9, 500, 563, 568, 1887], "magnet": [9, 563, 568], "quantiz": [9, 486], "object": [9, 11, 14, 26, 33, 42, 58, 72, 84, 96, 112, 119, 122, 123, 125, 126, 138, 140, 141, 147, 148, 149, 195, 249, 252, 253, 258, 266, 290, 298, 300, 312, 313, 314, 315, 327, 330, 331, 334, 342, 349, 350, 352, 353, 354, 358, 366, 368, 372, 373, 377, 379, 384, 385, 395, 449, 459, 470, 471, 478, 479, 488, 490, 492, 494, 497, 498, 500, 505, 508, 513, 515, 517, 522, 525, 526, 531, 533, 541, 542, 543, 544, 545, 546, 548, 549, 551, 554, 557, 558, 559, 562, 568, 569, 570, 571, 572, 576, 577, 581, 585, 653, 654, 657, 858, 933, 1184, 1187, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1215, 1644, 1657, 1660, 1661, 1662, 1691, 1724, 1730, 1738, 1758, 1798, 1803, 1830, 1839, 1842, 1860, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1888, 1893], "proven": [9, 486, 1856], "stat": [9, 10, 486], "averag": [9, 188, 447, 449, 451, 478, 479, 480, 481, 482, 483, 562, 1871, 1875, 1887, 1894], "notat": [9, 486, 530, 541, 570], "hdf5": [9, 206, 207, 245, 246, 247, 261, 262, 263, 273, 274, 275, 285, 286, 287, 330, 331, 342, 343, 395, 396, 398, 423, 424, 461, 465, 466, 467, 486, 488, 537, 540, 541, 547, 569, 1847, 1848, 1852, 1854, 1855, 1857, 1866, 1897, 1902], "cpp2py": [9, 486, 487, 488, 491, 492, 1849], "principl": [9, 489, 494, 496, 497, 505, 562, 579, 1865, 1881, 1885, 1897, 1900, 1902, 1905], "mc_tool": [9, 10, 565, 567, 568], "itertool": [9, 10, 113, 498, 570, 585, 1847, 1858, 1871, 1873, 1874, 1875, 1877, 1878], "iterator_facad": 11, "forward_iterator_tag": 11, "crtp": 11, "sentinel_t": [11, 18, 24, 33, 40, 46, 89, 93, 100, 106, 326, 329], "sentinel": [11, 18, 33, 46, 89, 100], "rang": [11, 12, 15, 19, 20, 21, 24, 26, 32, 34, 35, 36, 39, 40, 42, 43, 45, 47, 48, 63, 64, 65, 68, 71, 73, 77, 78, 81, 83, 85, 90, 92, 93, 95, 97, 101, 102, 105, 106, 113, 114, 177, 461, 463, 474, 498, 525, 526, 531, 533, 539, 561, 580, 1740, 1847, 1867, 1871, 1875, 1877, 1878, 1879, 1880, 1889, 1890, 1892, 1893, 1894, 1895, 1901, 1905, 1906], "enum_it": [11, 21], "prod_it": [11, 36], "cartesian": [11, 35, 515, 516, 519, 530, 1042, 1884], "mimic": 11, "stride_it": [11, 78, 81], "transform_it": [11, 92], "zip_it": [11, 102], "zip": [11, 585, 1871, 1875, 1897, 1902, 1903], "make_sentinel": 11, "similar": [11, 187, 496, 506, 512, 549, 578, 1662, 1871, 1875, 1878, 1881, 1885, 1888, 1893, 1908], "arrai": [11, 32, 48, 243, 244, 252, 253, 254, 255, 258, 259, 268, 270, 271, 280, 282, 283, 293, 449, 459, 464, 494, 495, 497, 500, 514, 517, 519, 523, 524, 525, 526, 530, 531, 533, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 558, 559, 560, 561, 571, 573, 574, 578, 583, 584, 644, 648, 658, 662, 670, 671, 672, 673, 698, 701, 709, 710, 711, 712, 737, 740, 748, 749, 750, 751, 776, 779, 787, 788, 789, 790, 815, 818, 826, 827, 828, 829, 854, 904, 940, 948, 949, 950, 951, 976, 996, 997, 998, 999, 1055, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1185, 1209, 1213, 1214, 1215, 1611, 1617, 1618, 1620, 1629, 1646, 1661, 1662, 1664, 1682, 1683, 1687, 1689, 1690, 1691, 1692, 1694, 1697, 1707, 1708, 1709, 1712, 1713, 1714, 1724, 1729, 1730, 1743, 1752, 1754, 1756, 1758, 1760, 1763, 1813, 1827, 1846, 1847, 1854, 1857, 1865, 1868, 1871, 1875, 1877, 1878, 1879, 1880, 1884, 1885, 1898, 1903, 1906], "make_vector_from_rang": 11, "last": [11, 12, 13, 45, 48, 49, 52, 53, 194, 417, 420, 511, 512, 518, 537, 568, 578, 585, 1871, 1874, 1875, 1877, 1878, 1886, 1887, 1888, 1892, 1893, 1894, 1901, 1906], "divid": [11, 12, 113, 461, 512, 568, 1740, 1871, 1875, 1877, 1878, 1903], "equal": [11, 14, 18, 25, 41, 42, 46, 59, 69, 72, 76, 82, 84, 89, 96, 100, 107, 346, 347, 399, 400, 461, 463, 474, 476, 478, 479, 545, 1740, 1850, 1871, 1875, 1879, 1881, 1884, 1885, 1890, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "unari": 11, "callabl": [11, 26, 83, 84, 85, 86, 90, 92, 352, 353, 358, 368, 379, 505, 554, 577, 585, 657, 858, 1830, 1839], "synopsi": [12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 151, 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, 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, 239, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 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, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 356, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 431, 432, 433, 434, 435, 436, 437, 438, 439, 441, 442, 443, 444, 445, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 500, 508, 509, 515, 516, 519, 520, 522, 524, 529, 532, 535, 537, 538, 540, 585], "ptrdiff_t": [12, 63, 70, 71, 73], "n_chunk": 12, "indic": [12, 177, 180, 181, 182, 183, 184, 267, 279, 292, 303, 323, 327, 340, 513, 515, 521, 530, 539, 541, 542, 543, 544, 545, 546, 548, 549, 552, 553, 558, 559, 570, 572, 577, 578, 587, 589, 610, 695, 734, 773, 812, 851, 859, 865, 866, 874, 973, 1010, 1202, 1625, 1645, 1661, 1697, 1753, 1754, 1759, 1831, 1846, 1856, 1871, 1875, 1879, 1881, 1883, 1885, 1887, 1889, 1893, 1894, 1898, 1899, 1903, 1904, 1908], "typenam": [13, 14, 18, 19, 20, 26, 27, 28, 32, 33, 34, 35, 39, 42, 46, 47, 48, 62, 63, 64, 71, 72, 77, 83, 84, 89, 90, 95, 96, 100, 101, 105, 109, 110, 111, 112, 113, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 179, 186, 187, 188, 190, 195, 235, 239, 240, 243, 249, 251, 252, 253, 254, 255, 256, 257, 258, 266, 269, 281, 282, 290, 295, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 321, 327, 333, 349, 352, 353, 354, 355, 358, 363, 364, 368, 376, 379, 404, 406, 407, 408, 425, 430, 432, 443, 447, 459, 478, 479, 480, 481, 482, 483, 485, 500, 508, 509, 511, 519, 521, 570, 572, 585], "iter1": 13, "iter2": 13, "iterator_trait": [13, 84], "difference_typ": 13, "increment": [14, 28, 30, 42, 71, 72, 84, 96, 1766, 1767], "derefer": [14, 28, 29, 31, 42, 72, 84, 96, 488], "decltyp": [16, 29, 31, 44, 74, 86, 98, 109, 110, 125, 147, 149, 515, 585], "dereferenc": [16, 44, 74, 86, 98], "void": [17, 26, 45, 75, 87, 99, 111, 112, 116, 117, 134, 136, 138, 141, 148, 193, 194, 206, 207, 216, 221, 223, 224, 225, 226, 228, 229, 245, 246, 261, 262, 273, 274, 278, 285, 286, 290, 291, 294, 320, 321, 330, 331, 333, 334, 342, 343, 353, 358, 368, 374, 379, 386, 389, 395, 396, 401, 407, 408, 409, 410, 423, 424, 425, 427, 432, 434, 435, 439, 448, 462, 465, 466, 470, 488, 490, 491, 497, 500, 509, 511, 515, 519, 562, 565, 568, 583, 585], "bool": [18, 25, 41, 46, 59, 69, 76, 82, 89, 100, 107, 125, 127, 133, 137, 139, 140, 141, 147, 148, 151, 152, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 214, 243, 251, 297, 298, 299, 300, 307, 308, 315, 318, 332, 335, 344, 346, 347, 349, 351, 354, 356, 357, 361, 363, 397, 399, 400, 405, 406, 411, 426, 428, 429, 471, 476, 511, 542, 543, 544, 545, 546, 551, 565, 568, 570, 571, 573, 662, 679, 680, 698, 701, 718, 719, 737, 740, 757, 758, 776, 779, 796, 797, 815, 818, 835, 836, 854, 940, 957, 958, 976, 984, 1000, 1001, 1077, 1090, 1103, 1125, 1209, 1624, 1661, 1664, 1672, 1677, 1682, 1696, 1698, 1699, 1700, 1709, 1801, 1885], "sentinelit": [18, 46, 89, 100], "true": [18, 46, 76, 89, 100, 115, 120, 121, 122, 127, 133, 137, 298, 299, 300, 322, 332, 344, 346, 347, 350, 356, 361, 397, 399, 400, 405, 406, 411, 426, 428, 429, 476, 488, 491, 496, 498, 505, 506, 508, 542, 543, 544, 545, 546, 549, 553, 565, 566, 570, 571, 577, 580, 592, 594, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 858, 873, 885, 933, 940, 976, 1016, 1624, 1662, 1664, 1682, 1698, 1699, 1700, 1752, 1754, 1801, 1835, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1888, 1890, 1893, 1895, 1897, 1902, 1903, 1904], "rg": [19, 26, 34, 39, 47, 58, 63, 71, 83, 95, 105, 113], "iostream": [19, 95, 448, 452, 455, 457, 497, 500, 506, 507, 508, 565, 567, 568, 583, 585], "cout": [19, 95, 252, 253, 448, 452, 455, 457, 480, 481, 482, 483, 497, 500, 504, 506, 507, 508, 511, 521, 525, 526, 529, 539, 553, 565, 567, 568, 570, 583, 585, 1858, 1859, 1860, 1861, 1865], "endl": [19, 95, 448, 452, 455, 457, 480, 481, 482, 483, 497, 500, 504, 506, 507, 508, 511, 521, 525, 526, 529, 553, 565, 567, 568, 570, 583, 585, 1858, 1859, 1860, 1861, 1865], "cbegin": [20, 35, 49, 50, 64, 77, 90, 91, 101, 323, 515, 570], "cend": [20, 35, 49, 54, 64, 77, 90, 94, 101, 323, 515, 570], "noexcept": [21, 24, 36, 40, 53, 65, 68, 78, 81, 102, 106, 127, 195, 266, 270, 278, 282, 291, 511], "const_iter": [21, 22, 36, 37, 50, 51, 52, 54, 65, 66, 67, 68, 78, 79, 80, 81, 91, 92, 102, 103, 324, 325, 329, 488, 515, 537, 570], "pre": [28, 449, 478, 479, 480, 481, 482, 483, 1848, 1871, 1875, 1879], "size_t": [32, 48, 477, 500, 511, 515, 554, 684, 723, 762, 801, 840, 962, 1002], "denot": [34, 478, 479, 530, 539, 562, 571, 573, 574, 575, 1683, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1881, 1884, 1885, 1890, 1895, 1908], "tu": [40, 585], "endit": [42, 43, 46], "its_begin": 43, "its_end": 43, "enableif": 48, "enable_if_t": 48, "is_integral_v": 48, "idx_tpl": 48, "idx_arr": 48, "shift": [49, 57, 184, 511, 545, 933, 1871, 1874, 1875, 1877, 1878, 1879, 1886, 1887, 1892, 1894, 1901, 1906], "whole": [49, 309, 505, 559, 1758, 1873, 1877], "amount": [49, 57, 461, 518, 1740, 1871, 1875, 1881, 1885, 1901, 1906], "start_idx": 63, "end_idx": 63, "past": [63, 326, 329, 570], "skip": 71, "end_offset": 81, "invoke_result_t": 84, "typenamestd": 84, "value_typ": [84, 191, 192, 208, 209, 210, 211, 212, 213, 217, 218, 219, 220, 230, 231, 232, 233, 234, 235, 236, 237, 367, 370, 371, 378, 382, 383, 511, 522, 535, 554], "v1": [95, 554, 1881, 1885], "v2": [95, 554, 1881, 1885], "y": [95, 191, 195, 204, 208, 211, 230, 231, 233, 234, 235, 510, 511, 516, 529, 534, 535, 540, 568, 570, 571, 574, 577, 578, 581, 585, 657, 658, 667, 706, 745, 784, 823, 911, 945, 1017, 1183, 1185, 1199, 1203, 1687, 1690, 1692, 1714, 1717, 1766, 1776, 1848, 1856, 1859, 1871, 1875, 1877, 1879, 1880, 1884, 1890, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "mpi_op": [110, 111, 129, 130, 140, 141, 147, 148, 315, 471, 497], "mpi_sum": [110, 111, 140, 141, 147, 148, 315, 471, 497], "subrang": 114, "interest": [114, 509, 568, 1871, 1875, 1887, 1889, 1894, 1898, 1903], "sup": 114, "disjoint": 115, "abort": 115, "mpi_abort": [115, 116, 411], "error_cod": 116, "poll_msec": [117, 1804, 1818], "interv": [117, 461, 518, 531, 533, 567, 568, 580, 1132, 1143, 1152, 1164, 1740, 1860, 1881, 1885, 1887, 1900, 1905], "millisecond": 117, "mpi_barri": 117, "mpi_comm": [118, 119, 122, 497], "mpi_comm_world": [118, 497], "mpi_comm_rank": 120, "mpi_comm_s": 121, "argc": [124, 497, 498, 565, 568], "char": [124, 497, 498, 565, 568, 585, 1871, 1875], "argv": [124, 491, 497, 498, 565, 568, 579, 1846], "mpi_datatyp": [126, 146, 497], "tup": 126, "pointer": [129, 249, 266, 350, 515, 520], "emerg": 133, "finish": [137, 194, 1778, 1871, 1874, 1875, 1877, 1878, 1887, 1894], "mpi_isend": 137, "local_stop": 137, "string": [138, 206, 207, 245, 246, 247, 261, 262, 263, 273, 274, 275, 285, 286, 287, 294, 302, 323, 326, 329, 330, 331, 333, 342, 343, 345, 395, 396, 398, 406, 408, 411, 412, 423, 424, 432, 437, 438, 441, 442, 445, 465, 466, 467, 488, 491, 494, 495, 497, 521, 542, 543, 544, 545, 546, 549, 551, 555, 557, 565, 567, 568, 570, 571, 573, 574, 575, 578, 579, 587, 589, 610, 644, 651, 658, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1596, 1625, 1645, 1683, 1686, 1687, 1690, 1692, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1738, 1776, 1832, 1837, 1841, 1871, 1875, 1883], "reduct": [139, 140, 141, 147, 148, 471, 479, 498, 585], "datatyp": [143, 497], "mpi_scatt": [149, 497, 537], "partition_funct": [150, 498, 499], "atomic_density_matrix": [150, 498, 499], "act": [150, 349, 352, 447, 478, 479, 499, 553, 565, 658, 1880, 1898, 1903], "quantum_number_eigenvalues_check": [150, 499], "atomic_g_lehmann": [150, 498, 499], "atomic_g_tau": [150, 498, 499, 1883], "atomic_g_iw": [150, 498, 499], "atomic_g_l": [150, 498, 499], "atomic_g_w": [150, 498, 499], "full_hilbert_space_state_t": [151, 175, 631], "many_body_op_t": [151, 157, 167, 169, 186, 187, 188], "st": [151, 352, 354, 356, 366, 368, 377, 379, 553, 631], "finit": [152, 449, 498, 518, 542, 544, 553, 668, 707, 746, 785, 824, 946, 1065, 1857, 1871, 1875, 1893, 1897, 1899, 1902, 1904, 1907], "moder": [152, 498], "get_h_atom": 152, "get_fop": 152, "get_full_hilbert_spac": 152, "get_full_hilbert_space_dim": 152, "n_subspac": [152, 355, 498, 553], "get_fock_st": [152, 338, 388, 553], "get_unitary_matrix": 152, "get_unitary_matric": 152, "flatten_subspace_index": 152, "index_range_of_subspac": 152, "get_eigensystem": 152, "get_eigenvalu": 152, "get_energi": 152, "get_quantum_numb": 152, "get_gs_energi": 152, "get_vacuum_subspace_index": 152, "get_vacuum_st": 152, "c_connect": 152, "cdag_connect": 152, "c_matrix": 152, "cdag_matrix": 152, "op_linear_index": [153, 154, 155, 156, 591, 592, 593, 594, 612, 613, 614, 615], "sp_index": [153, 154, 155, 156, 158, 160, 161, 162, 170, 171, 174, 177, 591, 592, 593, 594, 596, 600, 601, 612, 613, 614, 615, 617, 621, 622], "connect": [153, 155, 168, 349, 350, 355, 357, 361, 513, 553, 568, 591, 593, 612, 614, 1847, 1871, 1875], "annihil": [153, 154, 157, 361, 570, 587, 589, 610, 1674, 1883, 1890, 1895], "matrix_t": [154, 156, 168], "dagger": [155, 156, 513, 570, 571, 573, 574, 1683, 1694, 1709, 1715, 1881, 1883, 1885, 1887, 1890, 1895], "qn_vector": [157, 587, 589, 610, 1883], "initializer_list": [157, 302, 521], "init_lst": 157, "uniniti": 157, "qr": [157, 587, 589, 610, 1883], "invari": [157, 158, 160, 171, 176, 177, 178, 188, 355, 356, 360, 361, 362, 498, 553, 571, 573, 605, 609, 626, 630, 1682, 1709], "chosen": [157, 461, 551, 562, 571, 1209, 1683, 1740, 1886, 1887, 1892], "met": [157, 350, 570, 587, 589, 610, 1698, 1699, 1700, 1874, 1878, 1883], "inner": [158, 180, 181, 182, 183, 184, 575, 596, 617, 858, 1697, 1721], "eigensystem": 159, "fock_state_t": [162, 340, 341, 344, 366, 377, 382, 389, 391, 392, 394, 397], "fock": [162, 173, 174, 323, 338, 340, 341, 344, 348, 358, 360, 363, 368, 379, 388, 389, 391, 392, 394, 397, 399, 400, 402, 553, 587, 589, 597, 607, 610, 618, 628, 1624, 1883], "ground": [166, 603, 624, 1901, 1906], "min": [166, 184, 513, 518, 603, 624, 1871, 1875, 1881, 1885], "monomial_t": [168, 570], "op_vec": 168, "monomi": [168, 352, 569, 572, 573, 1706], "canon": [168, 323, 570, 1881, 1885], "necessarili": 168, "op_block_mat_t": 169, "eigen": 169, "quantum_number_t": [170, 186, 187], "qn_index": 170, "qunatum": 170, "scalar_t": [173, 174, 188, 350, 570, 572, 592, 594, 613, 615, 640], "eigenst": [173, 174, 180, 181, 182, 183, 184, 186, 187, 498, 607, 628, 638, 639], "vacuum": [175, 176, 608, 609, 629, 630], "block_matrix_t": [179, 188, 632, 640, 1696, 1701], "temperatur": [179, 180, 181, 182, 183, 184, 185, 498, 542, 544, 545, 565, 568, 668, 707, 746, 785, 824, 875, 946, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1857, 1860, 1861, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1895, 1897, 1899, 1902, 1904, 1907], "gibb": 179, "gf_lehmann_t": [180, 181, 182, 183, 184], "gf_struct": [180, 181, 182, 183, 184, 243, 294, 327, 498, 633, 634, 635, 636, 873, 895, 1696, 1697, 1701, 1752, 1754, 1867, 1881, 1883, 1885, 1887, 1889, 1890, 1893, 1894, 1895], "mesh": [180, 181, 183, 184, 239, 240, 243, 249, 250, 252, 253, 255, 257, 258, 266, 269, 270, 281, 282, 298, 300, 309, 312, 314, 514, 516, 517, 518, 519, 522, 523, 529, 539, 540, 541, 542, 543, 544, 545, 546, 551, 648, 662, 663, 667, 668, 674, 682, 684, 696, 697, 701, 702, 706, 707, 713, 721, 723, 735, 736, 740, 741, 745, 746, 752, 760, 762, 774, 775, 779, 780, 784, 785, 791, 799, 801, 813, 814, 818, 819, 823, 824, 830, 838, 840, 852, 853, 873, 933, 940, 945, 946, 952, 960, 962, 974, 975, 1002, 1036, 1042, 1044, 1199, 1202, 1205, 1213, 1215, 1632, 1633, 1648, 1649, 1846, 1860, 1861, 1871, 1874, 1875, 1877, 1878, 1882, 1884, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "excluded_states_t": [180, 181, 182, 183, 184], "excluded_st": [180, 181, 182, 183, 184, 633, 634, 635, 636], "precomput": [180, 181, 183, 184, 507], "possibli": [180, 181, 183, 184, 551, 569, 633, 634, 635, 636, 1211, 1778, 1852], "none": [180, 181, 183, 184, 411, 487, 488, 490, 491, 496, 521, 527, 530, 542, 543, 544, 545, 546, 551, 557, 558, 559, 571, 573, 574, 577, 585, 633, 634, 635, 636, 651, 657, 658, 669, 685, 686, 687, 688, 689, 690, 691, 698, 708, 724, 725, 726, 727, 728, 729, 730, 737, 747, 763, 764, 765, 766, 767, 768, 769, 776, 786, 802, 803, 804, 805, 806, 807, 808, 815, 825, 841, 842, 843, 844, 845, 846, 847, 854, 940, 947, 963, 964, 965, 966, 967, 968, 969, 976, 995, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1015, 1035, 1036, 1057, 1068, 1081, 1094, 1107, 1120, 1126, 1136, 1147, 1155, 1167, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1213, 1589, 1624, 1625, 1630, 1644, 1645, 1661, 1664, 1682, 1683, 1691, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1742, 1758, 1760, 1761, 1776, 1778, 1804, 1817, 1830, 1833, 1836, 1838, 1852, 1871, 1875, 1877, 1884, 1885], "g_": [180, 181, 183, 184, 513, 539, 548, 674, 713, 752, 791, 830, 952, 1867, 1871, 1875, 1881, 1885, 1886, 1889, 1890, 1892, 1894, 1895, 1898, 1903], "ell": 181, "broaden": [184, 498, 636, 1874, 1878], "energy_window": [184, 636], "n_w": [184, 498, 636, 1152, 1871, 1874, 1875, 1877, 1878, 1881, 1882, 1885, 1892, 1898, 1903], "retard": [184, 540, 541, 547], "lorentian": 184, "omega_": [184, 518, 539, 1881, 1885], "max": [184, 447, 513, 515, 539, 1881, 1885], "suppos": [186, 187, 512, 1862], "density_matrix": [188, 542, 544, 640, 668, 707, 746, 785, 824, 946, 1888, 1893], "tr": [188, 640, 1901, 1905, 1906], "qmc": [189, 405, 426, 428, 429, 498, 583, 1867, 1871, 1875, 1887, 1889, 1890, 1893, 1894, 1895], "functiontyp": [190, 195, 197, 206, 207, 511], "get_singular_threshold": 190, "set_singular_threshold": 190, "get_n_operations_before_check": 190, "set_n_operations_before_check": 190, "get_precision_warn": 190, "set_precision_warn": 190, "get_precision_error": 190, "set_precision_error": 190, "get_x": [190, 511, 1859], "get_i": [190, 511, 1859], "get_x_internal_ord": [190, 205, 213], "get_y_internal_ord": 190, "get_funct": 190, "inverse_matrix": [190, 511, 1859], "inverse_matrix_internal_ord": 190, "swap_col": 190, "try_remov": [190, 217, 220, 511, 1859], "try_remove_k": 190, "try_change_col": [190, 191, 511], "try_change_row": [190, 192, 511], "try_refil": 190, "is_singular": 190, "reject_last_tri": 190, "insert_at_end": [190, 1859], "remov": [190, 236, 237, 478, 479, 496, 510, 511, 518, 523, 578, 1624, 1852, 1874, 1878, 1887, 1894], "roll_matrix": [190, 511], "try_insert_k": 190, "y_type": [191, 204, 205, 208, 209, 210, 211, 230, 231, 233, 234], "x_type": [192, 202, 203, 208, 209, 210, 211, 231, 232, 233, 234], "try_xxx": [194, 216, 221, 222], "init_s": [195, 511, 1859], "argumentcontainer1": [195, 235, 511], "argumentcontainer2": [195, 235, 511], "argumentcontain": 195, "resiz": [195, 249, 266, 290, 459, 520, 1859], "factor": [195, 448, 549, 1871, 1875, 1877, 1878, 1898, 1899, 1903, 1904], "happen": [195, 494, 496, 566, 1836, 1881, 1885, 1888, 1893, 1894], "det_typ": 196, "isnorm": [201, 214], "x_valu": [202, 203], "slow": [202, 204, 212, 215, 511, 1884, 1901, 1906], "sinc": [202, 204, 212, 215, 457, 498, 508, 511, 513, 514, 515, 517, 526, 534, 576, 1847, 1849, 1871, 1874, 1875, 1877, 1878, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "reorder": [202, 204, 212, 511], "intern": [203, 205, 213, 228, 229, 356, 517, 570, 1625, 1645, 1752, 1901, 1906], "permut": [203, 228, 229, 511], "critic": [203, 1847, 1888, 1889, 1893, 1894, 1899, 1901, 1904, 1906], "loop": [203, 507, 514, 529, 535, 541, 565, 568, 1776, 1867, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1902, 1905], "_internal_ord": 203, "y_valu": [204, 205, 1776], "col": [204, 212, 222, 228, 233, 234, 237, 511, 1871, 1875], "fg": [206, 207, 245, 246, 261, 262, 273, 274, 285, 286, 342, 343, 395, 396, 512], "subgroup_nam": [206, 207, 245, 246, 261, 262, 273, 274, 285, 286], "i0": [209, 218, 233, 234, 236, 237, 511, 1859], "i1": [209, 218, 234, 237, 511, 542, 543, 544, 545, 546, 1859], "j0": [209, 218, 233, 234, 237, 511, 1859, 1894], "j1": [209, 218, 234, 237, 511, 1859, 1894], "x0": [209, 210, 511, 529, 585, 1859], "x1": [209, 210, 506, 511, 530, 585, 1859], "y0": [209, 210, 511, 1859], "y1": [209, 210, 511, 530, 1859], "try_insert2": [209, 210, 511, 1859], "matrix_typ": [212, 215, 511], "nda": [213, 250, 252, 253, 320, 363, 364, 365, 449, 453, 454, 459, 464, 497, 500, 504, 505, 506, 507, 508, 514, 517, 521, 522, 525, 526, 529, 530, 539, 560, 1611, 1629, 1646, 1847, 1858, 1860, 1861, 1865], "matrix_const_view": 213, "singular_threshold": 214, "reject": [216, 415, 430, 562, 565, 566, 568], "try_remove2": [218, 219, 511, 1859], "new_n": 221, "new_k": 221, "bigger": [221, 1865, 1880, 1881, 1885, 1887, 1888, 1892, 1893], "preserv": [221, 254, 570], "rolldirect": [222, 511], "roll": [222, 511], "cyclic": [222, 1633, 1649], "nth": 222, "row": [222, 231, 232, 233, 234, 236, 237, 511, 555, 1063, 1075, 1596, 1603, 1608, 1664, 1859], "down": [222, 498, 549, 553, 558, 565, 573, 574, 575, 858, 873, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1867, 1871, 1874, 1875, 1877, 1878, 1881, 1883, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "modif": [222, 230, 231, 232, 233, 234, 235, 236, 237, 524, 566, 1852, 1908], "try_rol": 222, "uint64_t": 223, "threshold": [224, 225, 226, 299, 573, 1710], "get_is_singular_threshold": 226, "swap": [228, 229, 519], "column": [230, 231, 233, 234, 510, 511, 557, 571, 651, 889, 1691, 1871, 1875], "ratio": [230, 231, 232, 233, 234, 235, 236, 237, 433, 511, 562, 565, 566, 568, 1859], "minv_new": [230, 231, 232, 233, 234, 235, 236, 237], "minv": [230, 231, 232, 233, 234, 235, 236, 237], "x_i": [233, 234, 235, 510, 548, 581, 904], "y_": [233, 234, 500, 504, 505, 506, 508], "x_": [233, 234, 500, 504, 505, 506, 508, 581], "x_j": [233, 234], "resp": [233, 526], "becom": [233, 491, 494, 518, 566, 1890, 1895, 1898, 1901, 1903, 1906], "colum": [234, 510], "refil": 235, "y_i": [235, 510], "colj0": 236, "impl_tag": 238, "make_block_gf": [238, 521], "make_block_gf_view": [238, 521], "make_block2_gf": 238, "reinterpret_scalar_valued_gf_as_matrix_valu": [238, 519, 532], "is_gf_real": [238, 525], "make_gf_from_real_gf": 238, "make_gf_dlr": [238, 1881, 1885], "fit_gf_dlr": [238, 933], "make_gf_dlr_imtim": [238, 1881, 1885], "make_gf_dlr_imfreq": 238, "make_gf_imtim": [238, 1881, 1885], "make_gf_imfreq": [238, 1881, 1885], "tau_l2_norm": 238, "flatten_2d": [238, 320], "unflatten_2d": 238, "flatten_gf_2d": [238, 321], "unflatten_gf_2d": 238, "ctad": 239, "ariti": [240, 243, 249, 315], "hdf5_format": [240, 257, 269, 281, 338, 388, 461], "block_names_t": [241, 243], "isconst2": 243, "block_gf_const_view": [243, 252, 253, 315, 521], "g_t": [243, 252, 253, 551, 1211], "bl_size": 243, "anyth": [243, 249, 266, 270, 505, 520, 529, 535, 558, 559, 566, 568, 585, 648, 1760, 1830, 1872, 1876], "blockgreenfunct": 243, "16": [243, 253, 447, 498, 500, 508, 539, 1871, 1873, 1875, 1877, 1879, 1885, 1890, 1895, 1901, 1903, 1906], "this_t": [245, 246, 261, 262, 265, 273, 274, 277, 285, 286, 289, 529], "const_view_typ": [248, 249, 253], "view_typ": [248, 519, 522], "view": [248, 269, 270, 278, 282, 290, 291, 316, 488, 514, 516, 517, 520, 523, 529, 532, 533, 535, 540, 547, 579, 675, 683, 698, 714, 722, 737, 753, 761, 776, 792, 800, 815, 831, 839, 854, 869, 892, 953, 961, 976, 1813, 1827, 1864, 1867, 1871, 1875, 1881, 1882, 1885], "non": [248, 278, 356, 361, 363, 379, 381, 489, 492, 494, 508, 516, 529, 540, 551, 553, 554, 559, 573, 933, 1208, 1210, 1215, 1752, 1758, 1838, 1857, 1871, 1875, 1877, 1881, 1885, 1886, 1887, 1888, 1892, 1893, 1899, 1901, 1904, 1906, 1907], "side": [249, 266, 500, 515, 539, 674, 713, 752, 791, 830, 952, 1897, 1900, 1901, 1902, 1905, 1906], "tbw": [249, 266], "dcomplex": [250, 517, 539, 560, 670, 671, 672, 673, 685, 686, 709, 710, 711, 712, 724, 725, 748, 749, 750, 751, 763, 764, 787, 788, 789, 790, 802, 803, 826, 827, 828, 829, 841, 842, 948, 949, 950, 951, 963, 964, 994, 996, 997, 998, 999, 1003, 1004, 1613, 1631, 1647], "array_const_view": [250, 253, 517, 671, 673, 685, 686, 710, 712, 724, 725, 749, 751, 763, 764, 788, 790, 802, 803, 827, 829, 841, 842, 949, 951, 963, 964, 997, 999, 1003, 1004], "tail": [250, 252, 253, 314, 519, 526, 531, 533, 539, 540, 541, 543, 549, 550, 551, 670, 671, 672, 673, 685, 686, 709, 710, 711, 712, 724, 725, 748, 749, 750, 751, 763, 764, 787, 788, 789, 790, 802, 803, 826, 827, 828, 829, 841, 842, 933, 948, 949, 950, 951, 963, 964, 996, 997, 998, 999, 1003, 1004, 1214, 1871, 1875], "w_max": [251, 353, 358, 368, 379, 984, 1077, 1090, 1103, 1152, 1881, 1885, 1898, 1903], "ep": [251, 551, 557, 558, 643, 644, 984, 1077, 1090, 1103, 1185, 1209, 1213, 1878, 1881, 1884, 1885], "dlr": [251, 304, 305, 306, 310, 311, 319, 695, 734, 773, 812, 851, 933, 973, 984, 985, 986, 987, 989, 990, 1010, 1077, 1085, 1086, 1087, 1090, 1103], "typenameg": [252, 253], "regular_typ": [252, 253, 295, 312, 313, 317, 488, 519], "bg": [252, 253, 521], "typenamebg": [252, 253], "impos": [252, 449, 551, 579, 1211, 1867], "ag": [252, 253], "frequeci": [252, 253], "iomanip": [252, 253], "namespac": [252, 253, 258, 314, 448, 452, 455, 457, 459, 480, 481, 482, 483, 491, 497, 498, 500, 504, 505, 506, 508, 514, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 570, 585, 1858, 1860, 1861, 1862, 1865], "iw_": [252, 253, 539, 1860], "100": [252, 253, 314, 448, 452, 455, 459, 498, 511, 514, 525, 530, 531, 533, 539, 545, 557, 561, 565, 567, 647, 648, 691, 730, 769, 808, 847, 933, 969, 1009, 1185, 1664, 1859, 1860, 1867, 1880, 1881, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1906], "err": [252, 253, 481, 482, 539, 933], "setprecis": [252, 253], "ntail": [252, 253], "ba": 253, "dimension": [254, 497, 515, 551, 561, 565, 578, 1215, 1664, 1697, 1847, 1857, 1890, 1895, 1897, 1902, 1907], "whose": [254, 495, 504, 521, 1624, 1836, 1900, 1905], "flatten": [254, 255, 515, 530, 537, 585, 698, 737, 776, 815, 854, 976], "tensor": [255, 519, 571, 572, 1680, 1682, 1683, 1860, 1899, 1904], "definit": [257, 269, 281, 459, 494, 496, 498, 515, 519, 549, 554, 556, 568, 571, 577, 584, 1683, 1848, 1900, 1905], "data_shap": [257, 269, 281], "target_indic": [257, 269, 281], "mesh_t": [258, 264, 270, 276, 282, 288, 515, 519, 522, 523, 524, 535], "dat": [258, 270, 282, 523, 551, 1215, 1661, 1665, 1846, 1871, 1872, 1875, 1876, 1877, 1880], "target_shape_t": [258, 519, 521, 523], "deep": [258, 488, 549, 665, 704, 743, 782, 821, 860, 877, 943, 1014, 1045, 1046], "concept_greenfunct": 258, "arrrai": 258, "g2": [258, 260, 272, 284, 525, 526, 530, 541, 549, 858, 861, 878, 1860, 1861], "g1": [258, 260, 272, 284, 521, 525, 526, 530, 541, 549], "gf_assign_0": 266, "arraytyp": [270, 282], "THERE": 290, "behaviour": [290, 488, 491, 494, 549, 1898, 1899, 1901, 1903, 1904, 1906], "real_t": [295, 317], "blockgf": [295, 317, 540, 545, 547, 551, 933, 1208, 1209, 1213, 1215, 1881, 1885], "fullfil": [298, 312, 551, 1208], "epsilon": [298, 300, 557, 558, 561, 643, 644, 648, 651, 653, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1887, 1890, 1895, 1897, 1898, 1902, 1903], "depend": [298, 312, 491, 500, 504, 518, 519, 523, 541, 581, 587, 1662, 1848, 1853, 1854, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1885, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "frac": [298, 312, 313, 478, 479, 485, 511, 512, 513, 518, 525, 537, 538, 539, 548, 550, 551, 562, 568, 571, 573, 574, 578, 581, 914, 927, 1209, 1683, 1698, 1699, 1707, 1708, 1709, 1714, 1717, 1860, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "iif": [298, 299, 300, 494, 496, 508, 562, 1016], "hold": [298, 300, 456, 458, 1871, 1875, 1881, 1884, 1885, 1901, 1906], "g0": [303, 933, 1867, 1884, 1885, 1886, 1889, 1890, 1892, 1893, 1894, 1895], "block_gf_view_of": 303, "omega_n": [309, 513, 518, 525, 537, 551, 578, 698, 737, 776, 815, 854, 889, 976, 1209, 1213, 1867, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1905, 1906], "half": [309, 541, 553, 915, 928, 930, 1867, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1901, 1903, 1906], "rightarrow": [312, 313, 548, 562, 578, 648, 905, 908, 1871, 1875, 1877, 1881, 1884, 1885, 1888, 1893, 1898, 1899, 1901, 1903, 1904, 1906], "zeroth": [314, 539, 1901, 1906], "empty_tail": 314, "isconst": 315, "world": [315, 482, 483, 497, 565, 568, 1847, 1877, 1879], "sens": [315, 352, 515, 517, 522, 541, 568], "view_or_type_t": 316, "decay_t": 316, "l2": [319, 574, 695, 734, 773, 812, 851, 933, 973, 1010, 1712, 1879], "norm": [319, 551, 695, 734, 773, 812, 851, 933, 973, 1010, 1209, 1884], "memoryarrai": 320, "afl": 320, "gfl": 321, "hilbertspac": [322, 354, 363], "scalartyp": [322, 349, 352, 353, 354, 363, 570], "space_partit": [322, 553], "make_zero_st": [322, 363, 554], "arbitrarili": [323, 570], "mix": [323, 1863], "insert_from_indices_t": 323, "has_indic": 323, "h5_write_attribut": 323, "h5_read_attribut": 323, "fundamental_operator_set_begin": 325, "__wrap_it": [326, 329], "fundamental_operator_set_end": 326, "indextyp": [327, 333, 570], "indices_t": [328, 332, 334, 336, 340, 570, 572], "obj": [330, 331, 495, 500, 508, 1724, 1725, 1726], "attach": [330, 331], "ind": [333, 334, 570], "anoth": [335, 346, 347, 363, 372, 373, 384, 385, 399, 400, 441, 457, 500, 504, 515, 541, 549, 570, 571, 573, 574, 575, 581, 666, 705, 744, 783, 822, 944, 1046, 1694, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1833, 1862, 1871, 1875, 1881, 1885, 1905], "span": [338, 537], "has_stat": [338, 388], "get_state_index": [338, 388], "dummi": [339, 366, 377, 507], "parent": [342, 343, 395, 396], "belong": [344, 358, 360, 366, 377, 397, 515], "scheme": [345, 398, 494, 541, 547, 549, 566, 1879, 1881, 1885, 1890, 1895], "inequ": [346, 399], "total": [348, 402, 420, 450, 461, 462, 498, 559, 565, 568, 574, 696, 735, 774, 813, 852, 890, 974, 1665, 1715, 1716, 1740, 1742, 1756, 1763, 1871, 1875, 1877, 1887, 1894], "hilberttyp": 349, "usemap": [349, 350], "is_empti": 349, "hilbert_map_t": 350, "hmap": 350, "sub_spaces_set": 350, "nullptr": 350, "statetyp": [352, 355, 356, 358], "psi": 352, "phi": [352, 578], "coeff": [352, 1894], "basedonmap": [354, 363], "amplitud": [354, 363, 364, 366, 368, 370, 376, 377, 379, 381, 382, 498, 553, 1662, 1884, 1897, 1899, 1901, 1902, 1904, 1906], "operatortyp": [355, 356, 358], "action": [355, 496, 507, 553], "march": 355, "284": 355, "statevector_concept": [355, 363], "merge_subspac": 355, "lookup_basis_st": 355, "get_matrix_el": 355, "find_map": [355, 553], "state_t": [356, 553], "operator_t": [356, 357, 361], "store_matrix_el": [356, 361], "block_mapping_t": 357, "diagonal_onli": 357, "subject": [357, 358, 361, 471], "sp": [358, 1875, 1901, 1906], "matrix_element_map_t": [359, 361], "idx_t": [360, 362], "basis_st": 360, "ii": [361, 574, 1714], "get_hilbert": [364, 376], "set_hilbert": [364, 376], "dot_product": [364, 376, 553, 554], "amplitude_t": 365, "constant": [369, 374, 380, 386, 464, 507, 554, 570, 933, 1743, 1871, 1874, 1875, 1877, 1878, 1901, 1906], "uniti": [366, 377, 1884, 1900, 1905], "s1": [367, 378], "s2": [367, 372, 373, 378, 384, 385, 574, 1716], "individu": [140, 370, 382, 554, 695, 734, 773, 812, 851, 973, 1010, 1881, 1885, 1887], "subtract": [373, 385, 554, 570, 1776, 1871, 1874, 1875, 1877, 1878, 1901, 1906], "new_h": [374, 386], "reset": [374, 386, 461, 462, 515, 1742], "huge": 376, "nterm": 376, "carri": [388, 535, 553, 570], "destinguish": 388, "add_fock_st": [388, 553], "get_all_fock_st": 388, "get_index": 388, "set_index": 388, "iff": [399, 400, 476], "random_gener": [403, 419, 436, 565, 567, 568, 580], "mc_gener": [403, 562, 563, 565, 566, 567, 568], "random_generator_nam": [403, 567], "mcsigntyp": [404, 406, 423, 424, 425, 428, 429, 430, 431, 436], "tbr": 404, "add_mov": [404, 565, 567, 568], "add_measur": [404, 425, 565, 568], "add_measure_aux": 404, "rm_measur": 404, "clear_measur": 404, "set_after_cycle_duti": 404, "warmup_and_accumul": [404, 562, 565, 568], "get_acceptance_r": [404, 430], "get_perc": 404, "get_rng": [404, 565, 567, 568], "get_current_cycle_numb": 404, "get_config_id": 404, "get_dur": 404, "get_total_tim": 404, "get_warmup_tim": 404, "get_warmup_time_hhmmss": 404, "get_accumulation_tim": 404, "get_accumulation_time_hhmmss": 404, "int64_t": [405, 418, 426, 428, 429], "n_accumulation_cycl": [405, 429], "length_cycl": [405, 426, 428, 429, 565, 566, 567, 568, 1867, 1871, 1875, 1887, 1890, 1895], "cycl": [405, 416, 426, 427, 428, 429, 566, 568, 1867, 1871, 1875, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "typic": [405, 426, 428, 429, 489, 492, 494, 496, 515, 523, 567, 1778, 1801], "measuretyp": 406, "measure_set": [406, 425], "measure_itr_t": [406, 425], "enable_tim": 406, "report_measur": 406, "measureauxtyp": 407, "shared_ptr": [407, 489], "common": [407, 447, 541, 563, 579, 659, 660, 1848, 1881, 1884, 1885, 1886, 1892], "WILL": 407, "movetyp": [408, 432], "proposition_prob": [408, 430, 432], "probabl": [408, 432, 433, 438, 446, 484, 501, 562, 566, 1749, 1880, 1888, 1893, 1901, 1906], "precondit": [408, 585], "random_nam": [411, 565, 567, 568], "random_se": [411, 565, 567, 568], "rethrow_except": 411, "seed": [411, 441, 567, 568, 580, 1661, 1871, 1875, 1877, 1878], "tba": 411, "whether": [411, 426, 568, 573, 575, 1077, 1090, 1103, 1662, 1709, 1721, 1778, 1831, 1834, 1835, 1836, 1840, 1856, 1871, 1875, 1901, 1906], "rate": [412, 437, 1875, 1887, 1894], "name_of_the_mov": 412, "spent": [413, 414, 421, 422], "minut": [414, 422, 568, 1874, 1878], "visit": [415, 1847], "durat": [417, 1875, 1877], "percent": [418, 539], "mc": [423, 424, 562, 565, 568, 1871, 1875, 1877, 1887], "deregist": 425, "do_measur": 426, "n_warmup_cycl": [428, 429, 565, 566, 567, 568, 1867, 1871, 1875, 1887, 1889, 1890, 1893, 1894, 1895], "sign_init": [428, 429], "weight": [428, 429, 433, 545, 1035, 1036, 1871, 1872, 1875, 1876, 1877, 1878, 1881, 1885, 1888, 1893], "collect_statist": 430, "get_statist": 430, "tri": [431, 568, 1021], "pick": [433, 565, 1189], "proposit": 433, "metropoli": [433, 562, 566, 568], "acceptance_r": 437, "decal": 438, "pretti": [438, 1881, 1885], "eras": [440, 506], "buffer": 440, "1000": [440, 517, 526, 541, 542, 545, 548, 549, 577, 578, 1766, 1776, 1881, 1882, 1885, 1888, 1890, 1892, 1893, 1895], "preview": 440, "randomgeneratornam": 441, "uint32_t": 441, "seed_": 441, "mt19937": [441, 567, 580], "mersenn": [441, 567, 568], "twister": [441, 567, 568], "enable_if": [443, 508], "is_integr": 443, "sep": 445, "analyz": [446, 447, 581, 1864, 1888, 1893], "mean_mpi": 446, "mean_and_err": [446, 482], "mean_and_err_mpi": 446, "tau_estimate_from_error": 446, "resampl": [446, 478, 479, 581], "jackknife_mpi": 446, "cdf": 446, "cumul": [446, 460, 1748], "consecut": [447, 1871, 1875], "autocorrel": 447, "grow": [447, 1901, 1906], "satur": 447, "power": [447, 453, 454, 576, 1857, 1868, 1880, 1881, 1885], "ldot": [447, 478, 479, 573, 581, 1706], "underestim": 447, "ergod": 447, "cost": [447, 579, 1888, 1893], "advis": [447, 1862], "correctli": [447, 449, 1871, 1874, 1875, 1878], "At": [447, 566, 568, 570, 1890, 1895, 1899, 1901, 1904, 1906], "larger": [447, 1871, 1875, 1877, 1888, 1893, 1894], "n_log_bins_max": [447, 449, 457], "n_log_bin": 447, "n_lin_bins_max": [447, 449, 455], "n_lin_bin": [447, 451], "lin_bin_capac": [447, 448, 449], "capac": [447, 448, 449, 451, 453, 454, 455, 457], "log_bin_error": 447, "log_bin_errors_all_reduc": 447, "data_input_count": 447, "linear_bin": [447, 448], "compress_linear_bin": 447, "compression_factor": 448, "scale": [448, 498, 1871, 1875, 1880, 1881, 1885, 1887, 1892, 1895, 1901, 1906], "noth": [448, 496, 519, 521, 565, 566, 568, 938, 1811, 1830, 1852], "my_acc": [448, 452, 455, 457], "data_inst": 449, "requisit": 449, "wise": [449, 481, 482, 485], "manner": 449, "texttt": 449, "unbound": 449, "soon": [449, 506, 507, 568, 578], "caus": [449, 573, 1709, 1836, 1901, 1906], "reach": [449, 451, 457, 558, 568, 1776, 1881, 1885, 1888, 1893], "next": [451, 515, 545, 568, 570, 1778, 1852, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1895], "loss": 451, "deduc": [453, 454, 480, 481, 482, 483, 488, 515, 518, 542, 570, 585, 1887], "activ": [455, 457, 1839, 1842, 1848, 1850, 1852, 1853], "accumulatotr": [455, 457], "2nd": [455, 511, 571, 1691], "3rd": [455, 511, 571, 1691], "halfwai": 455, "my_acc_no_lin": 455, "maxmimum": 457, "my_acc_no_log": 457, "lin_bin_s": 459, "log_bin_s": 459, "might": [459, 506, 568, 1848, 1853, 1873, 1877, 1888, 1893], "els": [459, 476, 496, 1015, 1830, 1879], "my_accumulator_d": 459, "my_measurement_d": 459, "my_array_inst": 459, "my_accumulator_a": 459, "my_measurement_a": 459, "normalis": [460, 484, 1748, 1749], "track": [461, 1740, 1847], "lost": [461, 1740, 1848], "lie": [461, 1740], "outsid": [461, 525, 526, 531, 533, 1740, 1881, 1885], "n_data_pt": 461, "n_lost_pt": 461, "discard": [461, 462, 473, 474, 1742, 1747], "mpi_broadcast": 461, "n_bin": [463, 1890, 1895], "enclos": [465, 466], "dataset": [465, 466, 549, 1882], "n_": [469, 518, 561, 565, 568, 570, 573, 1707, 1708, 1745, 1887, 1889, 1890, 1894, 1895, 1900, 1901, 1905, 1906], "mathrm": [469, 478, 479, 548, 561, 570, 1745, 1881, 1885, 1886, 1887, 1890, 1892, 1893, 1895, 1904], "send": [471, 541, 549, 570], "h1": 474, "h2": 474, "sum": [474, 501, 502, 509, 556, 557, 568, 570, 573, 585, 643, 994, 1706, 1752, 1758, 1871, 1873, 1874, 1875, 1877, 1878, 1886, 1892, 1898, 1900, 1901, 1903, 1905, 1906], "incompat": [474, 542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "summat": [474, 1871, 1875, 1877, 1878], "langl": [478, 479, 513, 571, 1685, 1881, 1885, 1898, 1900, 1901, 1903, 1905, 1906], "mathbf": [478, 479, 513, 558, 561, 574, 653, 1713, 1717, 1875, 1884, 1890, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "rangl": [478, 479, 513, 571, 1685, 1881, 1885, 1898, 1900, 1901, 1903, 1905, 1906], "jacknif": [478, 479, 581], "a_1": [478, 479, 518], "a_2": [478, 479, 518], "a_3": [478, 479], "four": [478, 479, 571, 1682, 1683, 1687, 1689, 1692, 1694, 1887, 1894, 1899, 1904], "f_": [478, 479, 518], "tild": [478, 479, 513, 518], "bar": [478, 479, 508, 571, 573, 581, 1682, 1707, 1708, 1738, 1871, 1875, 1877, 1878, 1887, 1893, 1898, 1903], "quad": [478, 479, 574, 578, 1717], "sum_": [478, 479, 513, 518, 539, 550, 551, 561, 571, 573, 574, 581, 674, 713, 752, 791, 830, 952, 1209, 1213, 1683, 1684, 1698, 1699, 1700, 1707, 1708, 1709, 1714, 1715, 1717, 1881, 1885, 1887, 1889, 1890, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "bia": [478, 479], "errror": [478, 479], "_j": [478, 479], "sqrt": [478, 479, 481, 482, 513, 518, 545, 548, 551, 571, 574, 927, 1209, 1685, 1714, 1890, 1895], "cdot": [478, 479, 513, 561, 574, 1713, 1881, 1885], "sigma_f": [478, 479], "deviat": [478, 479, 539, 1901, 1906], "addabl": [480, 481, 482, 483], "mean_error": [480, 481, 482, 483], "spread": [482, 483, 1849], "error_with_bin": 485, "error_no_bin": 485, "delta_n": 485, "delta_0": 485, "wrap_gener": [487, 488, 491], "calling_pattern": [487, 488, 491], "no_self_c": [487, 488], "is_constructor": 487, "is_method": [487, 488], "is_stat": [487, 488], "release_gil_and_enable_sign": [487, 488, 491], "c_name": [487, 488, 491], "py_typ": 488, "c_type": [488, 491], "c_type_absolut": 488, "is_print": 488, "add_cal": 488, "kw": [488, 542, 543, 544, 545, 546, 662, 663, 669, 670, 671, 672, 673, 679, 680, 684, 685, 686, 687, 688, 689, 690, 691, 695, 701, 702, 708, 709, 710, 711, 712, 718, 719, 723, 724, 725, 726, 727, 728, 729, 730, 734, 740, 741, 747, 748, 749, 750, 751, 757, 758, 762, 763, 764, 765, 766, 767, 768, 769, 773, 779, 780, 786, 787, 788, 789, 790, 796, 797, 801, 802, 803, 804, 805, 806, 807, 808, 812, 818, 819, 825, 826, 827, 828, 829, 835, 836, 840, 841, 842, 843, 844, 845, 846, 847, 851, 899, 900, 916, 917, 940, 941, 947, 948, 949, 950, 951, 957, 958, 962, 963, 964, 965, 966, 967, 968, 969, 973, 1885], "__call__": [488, 558], "add_method": 488, "add_constructor": 488, "intermediate_typ": 488, "defaut": [488, 491], "rtype": [488, 491, 578], "arg1": [488, 491], "name1": [488, 491], "arg2": [488, 491], "name2": [488, 491], "default2": [488, 491], "omit": [488, 491], "dict": [488, 491, 494, 496, 549, 560, 573, 574, 575, 578, 880, 894, 933, 982, 1199, 1609, 1625, 1645, 1665, 1697, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1738, 1884], "variable_nam": [488, 491], "default_valu": [488, 491], "expert": [488, 491, 521], "add_getitem": 488, "__getitem__": 488, "add_iter": 488, "c_cast_typ": 488, "cast_typ": 488, "add_len": 488, "len": [488, 496, 498, 561, 698, 737, 776, 815, 854, 976, 1664, 1846, 1871, 1875, 1877, 1878, 1898, 1900, 1901, 1903, 1905, 1906], "add_memb": 488, "py_nam": 488, "read_onli": 488, "boolean": [488, 491, 573, 574, 575, 1199, 1662, 1672, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1831], "self_c": [488, 491], "method_nam": [488, 491], "pure": [488, 491, 515, 1021], "gil": [488, 491], "handler": [488, 491], "signal_handl": [488, 491], "intercept": [488, 491, 1901, 1906], "ctrl": [488, 491, 1879], "requir": [488, 489, 491, 492, 497, 498, 515, 517, 518, 560, 570, 1609, 1630, 1848, 1851, 1852, 1856, 1865, 1867, 1881, 1884, 1885, 1888, 1893, 1900, 1905], "whatsoev": [488, 491], "indirectli": [488, 491], "add_method_copi": 488, "clone_funct": 488, "make_clon": 488, "add_method_copy_from": 488, "copy_from": [488, 549], "add_method_cpp_copi": 488, "sh_copi": 488, "ordinari": [488, 508, 1884], "add_properti": 488, "getter": 488, "setter": 488, "add_regular_type_convert": 488, "add_setitem": 488, "__setitem__": [488, 541], "deduce_inplace_arithmet": 488, "trivial": [489, 529, 537], "quit": [489, 520, 1856, 1871, 1875, 1879, 1880, 1881, 1885, 1889, 1893, 1894], "semant": [489, 505, 554, 1837], "while": [489, 492, 497, 500, 506, 507, 513, 568, 578, 1662, 1847, 1852, 1859, 1871, 1875, 1881, 1883, 1885, 1887, 1890, 1893, 1895, 1897, 1898, 1902, 1903], "triqss": [489, 541, 549], "entir": [489, 1831, 1897, 1899, 1902, 1904], "additionn": [489, 583], "magic": 489, "cell": [489, 555, 560, 561, 1596, 1599, 1609, 1625, 1636, 1645, 1652, 1665, 1856, 1871, 1873, 1875, 1877, 1884, 1888, 1890, 1893, 1894, 1895], "module_": [489, 493, 1862], "cfunction": [489, 493], "class_": [489, 493], "functionn": 490, "distinguish": [490, 515, 1858], "Its": [490, 501, 561, 566, 1831], "abl": [490, 568, 579, 1848, 1852, 1853, 1871, 1872, 1875, 1876], "add_class": 491, "cl": [491, 495, 496, 894, 980, 982, 1050], "add_convert": 491, "conv": 491, "add_enum": 491, "c_namespac": 491, "enum": [491, 528], "add_funct": 491, "add_import": 491, "lst": 491, "add_preambl": 491, "preambl": 491, "add_us": 491, "generate_cod": [491, 1862], "sy": [491, 579, 1846, 1871, 1873, 1874, 1875, 1877, 1878], "oppos": 491, "2py": [492, 1848, 1855, 1856, 1862], "fig": [492, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1890, 1892, 1895], "png": [492, 1905], "abc_desc": 492, "_document": 492, "remark": 492, "scratch": 492, "libclang": [492, 1848, 1854, 1855], "hierarch": 494, "v5": 494, "portabl": [494, 541, 549, 1882], "irrespect": 494, "dump": 494, "glimps": 494, "hdf": [494, 549], "compliant": [494, 1849], "intuit": [494, 1879], "hdfarchiv": [494, 495, 498, 579, 1846, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1882, 1889, 1890, 1893, 1894, 1895, 1897, 1900, 1902, 1903, 1904, 1905], "wide": [494, 1849], "machin": [494, 1848, 1853, 1854, 1872, 1876, 1881, 1885, 1889, 1894, 1905], "32": [494, 933, 1877, 1885, 1894, 1897, 1898, 1901, 1902, 1903, 1904, 1906], "bit": [494, 525, 577, 578, 584, 585, 1893], "64": [494, 1901, 1903, 1906], "oss": 494, "langag": 494, "f90": 494, "ti": 494, "explor": [494, 495, 1872, 1876], "tree": [494, 496, 504, 505, 1021, 1848], "unix": [494, 1848], "shell": [494, 571, 1681, 1683, 1686, 1688, 1690, 1848, 1850, 1853, 1868, 1875, 1878, 1882, 1888, 1893], "h5l": [494, 1882], "henc": [494, 520, 522, 549, 579, 584, 585, 1630, 1867, 1871, 1875, 1886, 1892, 1898, 1901, 1903, 1906], "compact": [494, 511, 530, 1882], "extent": [494, 1052, 1065, 1069, 1905], "speak": [494, 505], "dictionari": [494, 495, 496, 549, 561, 572, 578, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1625, 1645, 1665, 1697, 1698, 1699, 1700, 1830, 1871, 1875, 1882, 1887], "undesir": 494, "thought": [494, 549], "leav": [494, 505, 578, 1871, 1875], "rectangular": 494, "subtre": [494, 496, 504], "natur": [494, 515, 521, 535, 541, 1871, 1875, 1881, 1885], "group1": 494, "subgroup2": 494, "leaf1": 494, "hereaft": [494, 519, 1848], "reversibli": 494, "hdfarchivegroup": [494, 495], "get_raw": [494, 496], "create_group": [494, 496, 579, 1846, 1871, 1875], "is_group": [494, 496], "is_data": [494, 496], "read_attr": [494, 496], "root_path": [494, 496], "apply_on_leav": [494, 496], "register_class": [494, 495, 496], "reconstruct": [495, 496, 545, 1881, 1885], "__reduce_to_dict__": [495, 496], "__factory_from_dict__": [495, 894, 982], "classmethod": 495, "def": [495, 545, 561, 578, 585, 1879, 1884, 1886, 1892, 1893, 1900, 1901, 1905, 1906], "__init__": [495, 542, 543, 544, 545, 546, 1862, 1879, 1883, 1886, 1892, 1893], "myclass": [495, 496], "myfile2": 495, "56": [495, 1894], "ob": [495, 1730, 1871, 1874, 1875, 1877, 1878], "root_of_h": 495, "hdf5_data_schem": [495, 496], "rebuilt": 495, "search": [495, 1766, 1847, 1848, 1850, 1856], "offer": [496, 514, 1868], "shelv": [496, 540, 547], "myfil": [496, 541, 549], "subgroup1": 496, "apart": 496, "fact": [496, 505, 518, 566, 578, 584, 585, 1729, 1897, 1901, 1902, 1906], "open_flag": 496, "key_as_string_onli": 496, "reconstruct_python_object": 496, "keyerror": 496, "shortcut": 496, "iterkei": 496, "coupl": [496, 556, 565, 571, 574, 1681, 1682, 1683, 1688, 1713, 1847, 1858, 1859, 1860, 1871, 1874, 1875, 1878, 1893], "hfd": 496, "leaf": 496, "attributenam": 496, "good": [496, 568, 1868, 1871, 1875, 1881, 1885, 1888, 1893], "practiv": 496, "cluster": [496, 568, 1624, 1628, 1848, 1853, 1890, 1895], "inert": 496, "is_master_nod": [496, 1846, 1890, 1895], "_hdf5_data_scheme_": 496, "__name__": 496, "reread": [496, 510], "composit": [497, 530], "sendbuf": 497, "recvbuf": 497, "id": [497, 1838], "transmit": 497, "Such": [497, 500], "much": [497, 1874, 1878, 1881, 1885, 1893], "prone": 497, "simplifc": 497, "signific": [497, 505], "sendcount": 497, "sendtyp": 497, "recvcount": 497, "recvtyp": 497, "contiguo": 497, "multidimension": [497, 530, 1857, 1868], "across": [497, 1662, 1871, 1875, 1899, 1904], "adress": 497, "someth": [497, 505, 508, 514, 517, 521, 525, 584, 1872, 1874, 1876, 1878], "emploi": 497, "metaprogram": 497, "unecessari": [497, 1874, 1878], "copyi": 497, "web": [497, 1847, 1848, 1857, 1864, 1872, 1876], "allreduc": 497, "allgath": 497, "analogu": 497, "nativ": [497, 1838], "declar": [497, 505, 507, 568, 570, 585], "preceed": 498, "suppli": 498, "fashion": 498, "equilibrium": 498, "thermal": [498, 566, 1871, 1875, 1887, 1901, 1906], "prove": [498, 1901, 1906], "expans": [498, 513, 517, 525, 526, 527, 533, 539, 541, 548, 549, 550, 551, 554, 1211, 1857, 1881, 1885], "ct": [498, 1857, 1871, 1875], "hubbard": [498, 553, 571, 573, 1681, 1682, 1683, 1688, 1847, 1857, 1869, 1871, 1875, 1877, 1881, 1885, 1899, 1900, 1904, 1905], "nca": 498, "substitut": [498, 1900, 1905], "spin_nam": [498, 573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1893], "sn": 498, "n_up": [498, 553], "n_dn": [498, 553], "uprim": [498, 571, 573, 1682, 1689, 1707, 1708], "j_hund": [498, 571, 573, 1681, 1682, 1683, 1688, 1708], "1j": [498, 545, 577, 1879, 1884], "c_dag": [498, 553, 570, 1883, 1887, 1890, 1894, 1895], "28": [498, 1875, 1885, 1887, 1894, 1895, 1897], "dm": 498, "occup": [498, 573, 1706, 1871, 1875, 1877, 1878, 1888, 1893, 1900, 1901, 1905, 1906], "g_w": [498, 1861, 1885, 1892], "400": 498, "01": [498, 545, 1871, 1875, 1880, 1881, 1884, 1885, 1892, 1894, 1897, 1902, 1905, 1906], "g_tau": [498, 984, 985, 1887, 1890, 1894, 1895], "g_l": [498, 551, 1211, 1890, 1895], "20": [498, 509, 558, 578, 933, 1854, 1858, 1865, 1871, 1875, 1877, 1880, 1881, 1885, 1886, 1887, 1890, 1892, 1894, 1895, 1905], "later": [498, 1852, 1865, 1871, 1875, 1881, 1882, 1883, 1885, 1898, 1899, 1903, 1904], "atom_diag_exampl": 498, "flip": [498, 565, 568, 1889, 1894], "anomal": 498, "difer": 498, "polynomi": [498, 515, 519, 527, 540, 541, 547, 551, 1143, 1211, 1847], "indirect": 498, "g_tau_ind": 498, "g_iw_ind": 498, "g_l_ind": 498, "g_w_ind": 498, "some_expression_of_x_": 500, "i_": [500, 505, 507, 1858, 1881, 1885], "some_expression_of_i_": 500, "j_": [500, 507, 565, 571, 1682, 1858], "some_expression_of_x_i_j": 500, "cours": [500, 505, 541, 583, 1858, 1882, 1897, 1902], "lh": [500, 514, 517], "rewritten": [500, 513, 1857], "triqs_clef_auto_assign": 500, "pseudo": 500, "stl": 500, "pi": [500, 507, 511, 513, 518, 525, 537, 541, 545, 546, 548, 561, 578, 927, 1871, 1874, 1875, 1877, 1878, 1879, 1881, 1884, 1885, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906], "aco": [500, 507, 511, 525], "k_": [500, 1890, 1895], "make_expr": [500, 505, 507], "fnt": 500, "make_funct": [500, 501], "adl": [500, 504, 508, 585], "therefor": [500, 515, 517, 518, 535, 541, 549, 579, 585, 1831, 1876, 1884, 1893, 1897, 1898, 1902, 1903], "friend": [500, 508], "similarli": [500, 508, 518, 549], "triqs_clef_auto_assign_subscript": 500, "struct": [500, 508, 511, 565, 568, 570, 585, 1859], "clef_implement_lazy_cal": [500, 508], "clef_auto_assign": 500, "prototyp": 501, "dark": 501, "corner": 501, "progress": [501, 556, 568, 1888, 1893], "ompil": 501, "azi": 501, "xpression": 501, "unction": 501, "nice": [504, 508, 1868], "useless": 504, "eval": [504, 506, 508, 523, 1021], "placeholder_1": [504, 506], "value_1": 504, "placeholder_2": [504, 506], "value_2": 504, "matter": [504, 506, 568, 1857], "lookup": 504, "e1": [504, 505], "e2": [504, 505], "loos": 505, "thing": [505, 579, 1871, 1875, 1877, 1878, 1881, 1885, 1888, 1893], "ternari": 505, "if_els": 505, "math": [505, 545, 546, 551, 561, 908, 1209, 1213, 1877, 1879, 1881, 1884, 1885, 1887, 1892, 1893, 1897, 1898, 1900, 1902, 1903, 1905], "clef_express": [505, 506], "almost": [505, 537, 541, 562, 568, 1849, 1852, 1888, 1893], "e0": 505, "meaningless": [505, 541], "complic": [505, 1846], "encod": [505, 513, 528, 570, 1898, 1903], "expr": [505, 506, 535, 910, 1020, 1021, 1022, 1025], "plu": [505, 1881, 1885], "fly": [505, 570, 1879], "themselv": 505, "rational": 505, "dangl": 505, "quicker": 505, "Of": [505, 541, 1882], "mandatori": 505, "longer": [505, 1881, 1885, 1888, 1890, 1893, 1895], "opposit": [506, 537, 573, 1707, 1708], "z_": [506, 574, 1714], "sai": [506, 517, 549, 566, 568, 1879, 1888, 1893, 1899, 1904], "placeholder_3": 506, "x2": [506, 530, 585], "x3": 506, "exhaust": 506, "ban": 506, "parenthesi": [506, 567, 1879], "though": [506, 514], "show": [506, 507, 568, 580, 1852, 1858, 1859, 1860, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1882, 1885, 1887, 1888, 1890, 1893, 1894, 1895, 1897, 1901, 1902, 1906], "f1": [506, 1799], "3x3": [507, 1881, 1885], "forget": [507, 1884], "cheke": 507, "time_consuming_funct": 507, "insist": 507, "clef_make_fnt_lazi": 508, "function_to_make_lazi": 508, "foo": 508, "notclefexpress": 508, "is_clef_express": 508, "BUT": 508, "absenc": [508, 1878], "58385": 508, "v_": [508, 551, 1209, 1213, 1887], "copyabl": 508, "my_method": 508, "clef_implement_lazy_method": 508, "evalut": 508, "_2": [508, 570, 1871, 1875], "_1": [508, 570], "trait": 508, "immutablearrai": 509, "preced": 509, "param": [509, 577, 657, 928, 1804], "tparam": 509, "dollar": 509, "rest": [509, 542, 568], "t1": [509, 585, 1860], "alpha": [509, 513, 571, 1626, 1627, 1683, 1871, 1875, 1877, 1880, 1887, 1895, 1904, 1905, 1906], "seriou": 510, "leq": [510, 513], "m_": [510, 1893], "y_j": 510, "fast": [510, 1871, 1875, 1897, 1902], "quickli": [510, 1847, 1879, 1888, 1893], "return_typ": 511, "argument_typ": [511, 1859], "xy_typ": 511, "vector_typ": 511, "tqa": 511, "matrix_view_typ": 511, "matrix_view": [511, 544, 669, 708, 747, 786, 825, 947, 995], "fx": 511, "fy": 511, "try_insert_from_funct": 511, "change_raw": 511, "try_op": 511, "bla": 511, "transpar": [511, 570, 1880], "fun": [511, 585, 1859], "typedef": [511, 1859], "result_typ": [511, 1859], "epsi": 511, "sin": [511, 578, 1880], "detratio": [511, 1859], "mathemat": [512, 515, 570, 1868, 1879, 1881, 1885], "mainli": [512, 1879], "know": [512, 517, 566, 569, 1871, 1875, 1879, 1881, 1884, 1885], "rm": [512, 541, 1887, 1889, 1894], "cof": 512, "i_n": 512, "pmatrix": [512, 571, 1684, 1685, 1693, 1881, 1885], "a_": [512, 513, 549, 571, 573, 574, 1683, 1708, 1709, 1714, 1715, 1717, 1889, 1894], "dot": [512, 513, 538, 561, 581, 1879, 1897, 1902], "vdot": 512, "invert": [512, 548, 1881, 1885, 1895], "furthermor": [512, 1871, 1875], "xi": [512, 530, 1901, 1906], "qquad": [512, 513, 1881, 1885, 1900, 1905], "ca": 512, "gi": [512, 530], "a_0": 512, "m_n": 512, "amelior": 512, "straightformward": 512, "hb": 512, "cg": 512, "fb": 512, "cb": 512, "gh": 512, "hg": 512, "ib": 512, "ic": 512, "gb": [512, 1903], "fh": 512, "hc": 512, "BEING": 513, "among": [513, 553, 1858, 1859, 1871, 1875], "deal": [513, 569], "emphas": 513, "essenti": [513, 539, 550, 1857, 1882], "alpha_a": 513, "beta_a": 513, "mathcal": [513, 568, 1871, 1875, 1884, 1898, 1903], "label": [513, 561, 578, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1871, 1874, 1875, 1877, 1878, 1880, 1885, 1887, 1890, 1892, 1893, 1895, 1897, 1902, 1903, 1904, 1905, 1906], "whenev": 513, "consider": [513, 541], "formal": [513, 515, 541, 1871, 1875, 1881, 1885], "equiv": [513, 557, 561, 571, 643, 1682, 1898, 1900, 1901, 1903, 1905, 1906], "c_": [513, 570, 591, 592, 612, 613, 1887, 1890, 1895], "int_0": [513, 695, 734, 773, 812, 851, 973, 1010, 1881, 1885, 1886, 1892], "2l": [513, 571, 1683, 1684], "p_l": 513, "theta": [513, 518, 548, 914, 927, 1881, 1885], "int_": [513, 557, 558, 643, 653, 1881, 1885], "analog": 513, "dt": [513, 695, 734, 773, 812, 851, 973, 1010, 1880], "2n": [513, 525, 537, 1881, 1885, 1900, 1905], "paramount": 513, "context": [513, 1021], "slowli": 513, "decai": [513, 551, 1208, 1881, 1885], "stackrel": 513, "parametr": 513, "n_1": [513, 573, 1706], "n_2": [513, 573, 1706], "o_": 513, "_i": [513, 561], "readeabl": 514, "travers": 514, "specialis": [514, 519, 521, 525, 526, 527, 531, 533, 535], "nfreq": [514, 525], "wn_": [514, 525], "strang": [514, 522], "cannot": [514, 524, 541, 587, 589, 610, 1882, 1883, 1901, 1906], "curri": 515, "understood": 515, "abstract": [515, 541, 553, 1021], "grid": [515, 558, 559, 561, 1752, 1758, 1760, 1875, 1880, 1884, 1890, 1895, 1897, 1902, 1903, 1904, 1906], "refin": [515, 554, 558, 1776], "regulartyp": 515, "comment": [515, 523, 537, 538, 554, 562, 1854, 1879, 1901, 1906], "k_vector": 515, "matsubara_freq": 515, "multi": [515, 578, 1847, 1899, 1904], "domain_t": [515, 522, 537], "eg": [515, 549, 571, 1686, 1687, 1881, 1885], "realli": [515, 566, 1868], "contigu": 515, "mesh_pt_gener": 515, "copyconstruct": [515, 554], "linear_index": [515, 1077, 1090, 1103], "at_end": 515, "cast_t": 515, "implicit": 515, "cast": [515, 1028, 1620], "wiht": 515, "fourier": [516, 539, 540, 542, 543, 545, 546, 547, 550, 560, 687, 726, 765, 804, 843, 965, 988, 1005, 1662, 1854, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1887, 1892, 1893, 1897, 1901, 1902, 1906], "purefunctionondomain": [516, 540], "adj": 517, "reason": [517, 549, 568, 578, 1854, 1871, 1874, 1875, 1878, 1881, 1885, 1888, 1893], "gw": [517, 542, 543, 544, 545, 546, 552, 688, 690, 691, 727, 729, 730, 766, 768, 769, 805, 807, 808, 844, 846, 847, 966, 968, 969, 1006, 1008, 1009, 1881, 1885], "That": [517, 568, 1865, 1879, 1888, 1893], "call_the_fourier_implement": 517, "moreov": [517, 1852], "possess": 517, "iw_mesh": [517, 539, 1860, 1881, 1884, 1885, 1892, 1893], "tau_mesh": [517, 1860, 1881, 1885, 1892, 1893], "om_": [517, 1861], "gw2": 517, "subroutin": 518, "discret": [518, 521, 551, 559, 1209, 1632, 1648, 1752, 1758, 1847, 1881, 1885, 1897, 1901, 1902, 1906], "dft": [518, 1847, 1848], "regularli": 518, "f_0": [518, 571, 1683], "f_k": [518, 571, 1681, 1683], "f_n": 518, "t_": [518, 561, 562, 571, 1683, 1694, 1881, 1885], "n_t": [518, 1164], "t_k": 518, "omega_m": 518, "eq": 518, "tf_r": 518, "recogn": [518, 1662], "inv_dft": 518, "prepar": [518, 556, 565, 568, 1870, 1871, 1874, 1875, 1878, 1884], "f_m": 518, "eq_inv_tf_r": 518, "tau_k": 518, "tau_": [518, 526], "inv_dft_i": 518, "ge": 518, "t_1": 518, "t_2": 518, "simeq": [518, 1900, 1905], "it_2": 518, "badli": 518, "naiv": 518, "substract": 518, "tranform": 518, "2a": [518, 535], "leftrightarrow": 518, "gg": [518, 1897, 1902], "chose": [518, 1879, 1881, 1885, 1886, 1892], "opt": [519, 521, 525, 526, 527, 531, 532, 533, 1811, 1825, 1852, 1883, 1884, 1885], "variable_t": 519, "target_t": 519, "option_t": 519, "unus": 519, "decrib": 519, "block_index": [519, 521, 874, 1697], "singularity_t": [519, 524], "symmetry_t": [519, 523, 524], "stage": [519, 568, 1871, 1875], "destructor": 519, "compound": [519, 541, 549, 570], "reinterpret": 519, "1x1": [519, 532, 1860, 1881, 1885], "contruct": 521, "gf2": 521, "init_list": 521, "strip": 521, "make_block_gf_view_from_vector": 521, "Not": 521, "TO": [521, 526, 527, 579, 1593, 1865, 1889, 1894], "BE": [521, 527, 579, 1593, 1865, 1889, 1894], "bg0": 521, "bg1": 521, "bg11": 521, "bg2": 521, "bg3": 521, "bg4": 521, "test_block_gf": 521, "b4": 521, "freq": [521, 991, 992, 1871, 1875, 1884, 1885, 1902], "1025": [521, 1116], "positive_onli": [521, 537, 1875, 1884, 1885, 1902], "clefexpress": [522, 535], "closest": [522, 526, 570, 1055, 1201, 1202], "extrem": [522, 579], "inconveni": 522, "forbid": 522, "asid": 523, "singularity_view_t": 523, "si": 523, "evaluator_t": 523, "No": [525, 542, 543, 544, 545, 546, 662, 701, 740, 779, 818, 1855, 1871, 1875], "immutablematrix": [525, 526, 531, 533], "1d": [525, 526, 531, 533, 558, 559, 644, 648, 658, 698, 737, 776, 815, 854, 976, 1729, 1760], "3d": [525, 526, 531, 533, 542, 543, 544, 545, 546, 558, 698, 737, 776, 815, 854, 976, 1871, 1875, 1884], "todo": 525, "make_shap": [525, 526, 539], "1i": 525, "m_pi": 525, "g3": [525, 526], "226344": 525, "248878": 525, "antiperiod": 526, "OR": 526, "n_time": [526, 533, 1860], "exp": [526, 551, 565, 568, 1209, 1213, 1859, 1880, 1881, 1885, 1897, 1901, 1902, 1906], "0407608": 526, "0407604": 526, "2x2": [527, 531, 533, 551, 1215, 1881, 1885], "wmin": [527, 531], "wmax": [527, 531], "n_freq": [527, 531, 1861], "var_t": 529, "tmin": [529, 530, 533, 1860], "tmax": [529, 530, 533, 1860], "n_re_tim": [529, 530], "n_im_tim": [529, 530], "g_t_tau_": [529, 530], "dedic": 529, "g_slice": 529, "_x1": 530, "_x2": 530, "y2": [530, 1871, 1875], "_xi": 530, "yi": 530, "g_t_tau_m": 530, "g_t_tau_t": 530, "m1": [530, 571, 1683, 1684], "m2": [530, 571, 1683, 1684], "matrix_valued_vers": 530, "gm": [530, 545, 1860], "tensor_valued_vers": 530, "test_product_gf": 530, "gf_const": 532, "concentr": 534, "1a": 535, "1b": 535, "2b": 535, "closest_mesh_pt_t": 535, "3a": 535, "3b": 535, "acquir": [535, 539, 541, 550], "closest_mesh_point_t": 535, "closest_mesh_point": 535, "vehicl": 535, "matsubara_freq_mesh": 537, "pictori": [537, 538], "all_frequ": 537, "positive_frequencies_onli": 537, "matsubara_freq_domain": 537, "iomega_n": [537, 548, 1846, 1867, 1881, 1885, 1887, 1889, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "linear_index_t": 537, "default_interpol_polici": 537, "domain_pt_t": 537, "full_siz": 537, "linear_to_index": 537, "revers": 537, "first_index": 537, "last_index": 537, "first_index_window": 537, "last_index_window": 537, "tau_n": 538, "get_interpolation_data": 538, "redefin": [538, 584], "anti": [538, 571, 1682, 1689, 1883, 1897, 1899, 1902, 1904], "role": [539, 549, 550], "accur": [539, 550, 1871, 1875, 1893, 1901, 1906], "approx": [539, 550, 581, 1871, 1875, 1881, 1885, 1897, 1901, 1902, 1903, 1904, 1906], "a_n": [539, 550], "coefficienct": [539, 550], "twenti": 539, "absolut": [539, 562, 1664, 1871, 1875], "fulfil": 539, "ij": [539, 571, 573, 1683, 1694, 1698, 1700, 1707, 1708, 1881, 1885], "ji": 539, "entail": 539, "prodiv": 539, "max_ord": 539, "nerror": 539, "experienc": [539, 1849], "set_tail_fit_paramet": 539, "tail_fract": [539, 1126], "expansion_ord": [539, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1126], "fraction": [539, 1836], "outer": [539, 858], "30": [539, 580, 1126, 1865, 1875, 1885, 1893, 1894], "fit_tail_on_window": 539, "behav": [539, 583, 1850, 1882], "fit_hermitian_tail_on_window": 539, "gflegendr": [540, 541, 547, 552, 1195, 1885], "gfretim": [540, 541, 547, 551, 1197, 1214, 1885], "pickl": [540, 547], "flavour": 541, "inv": [541, 549], "enough": [541, 1871, 1875], "50": [541, 542, 543, 544, 549, 552, 561, 565, 578, 1183, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1890, 1894, 1895, 1897], "imp": [541, 1871, 1875, 1877, 1878, 1881, 1885, 1886, 1887, 1892], "collid": 541, "former": 541, "don": [541, 568, 1889, 1894], "reassign": 541, "certainli": [541, 1879], "lazy_express": 541, "assembl": [541, 1847], "bandwith": [541, 551, 1209], "bandwidth": [541, 915, 928, 930, 1881, 1885], "picklabl": [541, 549], "sent": [541, 549], "disk": [541, 549, 1898, 1899, 1903, 1904], "saw": [541, 1898, 1903], "tell": [541, 566, 568, 578, 1879, 1881, 1885, 1888, 1893], "plotter": 541, "lot": [541, 1884], "target_rank": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818, 873, 940, 1885], "is_real": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818, 940, 1881, 1885], "kwarg": [542, 544, 549, 551, 587, 590, 611, 668, 696, 707, 735, 746, 774, 785, 813, 824, 852, 857, 858, 872, 873, 880, 890, 933, 946, 974, 1053, 1066, 1078, 1091, 1104, 1117, 1133, 1144, 1153, 1165, 1210, 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, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1597, 1605, 1610, 1670, 1733, 1741, 1830, 1839, 1883, 1884, 1885], "g_out": [542, 543, 545, 546, 687, 726, 765, 804, 843, 965, 1005], "g_in": [542, 543, 545, 546, 687, 726, 765, 804, 843, 965, 988, 1005], "set_from_legendr": [542, 543], "decompos": [542, 543, 544, 545, 546, 549, 579, 1887, 1898, 1903], "meshgf": [542, 543, 544, 545, 546], "i2": [542, 543, 544, 545, 546], "this_str": [542, 543, 544, 545, 546], "eg1": [542, 545, 549], "eg2": [542, 545, 549], "egblock": [542, 545, 546, 549], "half_bandwidth": [542, 543, 544, 545, 548, 552, 914, 915, 927, 928, 930], "mpl_interfac": [542, 543, 544, 545, 546, 552, 556, 577, 578, 580, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "plt": [542, 544, 556, 561, 580, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "x_window": [542, 577, 578, 698, 737, 776, 815, 854, 976, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199], "ylim": [542, 556, 1870, 1881, 1885, 1887, 1890, 1892, 1893, 1895, 1906], "meshimtim": [543, 551, 701, 1176, 1192, 1194, 1209, 1213, 1881, 1885, 1892, 1893], "tailgf": 543, "enforce_discontinu": [544, 551, 1211], "disc": [544, 551, 669, 708, 747, 786, 825, 947, 995, 1209, 1213], "discontinu": [544, 551, 669, 708, 747, 786, 825, 947, 995, 1211], "40": [544, 552, 1871, 1875, 1880, 1894], "matsubaratolegendr": [544, 552], "giw": [545, 691, 730, 769, 808, 847, 969, 1009, 1881, 1884, 1885], "freq_offset": [545, 691, 730, 769, 808, 847, 969, 1009, 1898, 1903], "demonstr": [545, 561], "counterpart": 545, "cmath": 545, "101": [545, 556, 558, 1664, 1847, 1860, 1870, 1871, 1875, 1877], "lorentzian": 545, "glorentz": 545, "z": [545, 548, 565, 568, 571, 574, 667, 706, 745, 784, 823, 914, 927, 945, 1183, 1687, 1690, 1692, 1714, 1717, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1884, 1887, 1888, 1893, 1901, 1906], "semicircl": [545, 928], "gsc": 545, "superposit": 545, "2000": 545, "gr": 545, "995": 545, "1200": 545, "g_pade": 545, "meshretim": [546, 818, 1881, 1885], "1001": [546, 1883, 1892, 1893], "permit": 548, "wilson": 548, "eps_d": [548, 1881, 1885], "cut": [548, 568, 914, 1847, 1899, 1904], "2d": [548, 556, 561, 573, 914, 1203, 1624, 1707, 1708, 1870, 1871, 1875, 1877, 1878, 1881, 1885, 1890, 1895], "chem_potenti": [548, 927, 928], "contrast": 549, "rememb": [549, 1886, 1892, 1893], "sentenc": 549, "imagin": [549, 567, 1881, 1885], "involv": [549, 568, 570, 1847, 1887], "solid": [549, 1887], "t2g": [549, 571, 1686, 1692, 1881, 1885], "t2g1": 549, "t2g2": 549, "t2g3": 549, "t2gblock": 549, "name_list": [549, 873, 1881, 1885], "block_list": [549, 857, 858, 873, 1881, 1885], "make_copi": [549, 858, 873, 1885], "compos": [549, 1875, 1885], "initialis": [549, 860, 877], "do_someth": 549, "interestingli": 549, "appear": [549, 577, 1872, 1876, 1879, 1881, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1902, 1903], "clariti": [549, 568], "exactli": [549, 587, 589, 610, 1871, 1875, 1883, 1897, 1900, 1902, 1905], "clearli": [549, 562, 568, 1852, 1890, 1895], "__blockindiceslist": 549, "__name": 549, "__note": 549, "ident": [550, 1849, 1908], "caution": [551, 1208, 1848], "iomega": [551, 1208, 1209], "eps0": [551, 1209], "v0": [551, 1209], "tol": [551, 573, 1209, 1710], "maxit": [551, 933, 1209, 1766, 1767], "10000": [551, 568, 580, 1209, 1871, 1875, 1880, 1888, 1889, 1890, 1893, 1894, 1895], "cmplx": [551, 1209], "delta_": [551, 570, 574, 1209, 1213, 1714], "kl": [551, 1209, 1213], "kj": [551, 1209, 1213], "jl": [551, 1209, 1213], "eps_j": [551, 1209, 1213], "basinhop": [551, 1209], "frontend": [551, 1209], "norb": [551, 1209, 1213, 1661, 1903], "choleski": [551, 1209], "decomposit": [551, 1209], "xatol": [551, 1209], "ftol": [551, 1209], "complx": [551, 1209], "v_opt": [551, 1209], "thereof": [551, 1209, 1213, 1836], "eps_opt": [551, 1209], "sort": [551, 1209, 1871, 1875, 1888, 1893], "delta_disc": [551, 1209], "noisi": [551, 933, 1211, 1871, 1875], "low": [551, 1211, 1877, 1881, 1885, 1890, 1893, 1895, 1901, 1906], "treatement": [551, 1212], "block_txtfil": [551, 1215], "desir": [551, 1215, 1881, 1885], "uniform": [551, 583, 1215, 1881, 1885], "up_eg1": [551, 1215], "up_eg1_1": [551, 1215], "up_eg2_1": [551, 1215], "up_eg1_2": [551, 1215], "up_eg2_2": [551, 1215], "legendretomatsubara": 552, "pictur": [553, 1881, 1885, 1898, 1903], "abstarct": 553, "bitset": 553, "dimer": 553, "coulomb": [553, 571, 1680, 1873, 1877, 1887], "repuls": 553, "mu": [553, 557, 558, 559, 646, 650, 653, 928, 1752, 1758, 1867, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1883, 1884, 1886, 1889, 1890, 1892, 1894, 1895, 1897, 1901, 1902, 1906], "full_hs_operator_t": 553, "spars": [553, 1881, 1885], "prealloc": 553, "inv_subspac": 553, "emplace_back": 553, "spn": 553, "n_down": [553, 1894], "n_up_conn": 553, "n_down_conn": 553, "sub_hs_operator_t": 553, "n_up_hilbert_map": 553, "conn": 553, "n_up_op": 553, "n_down_hilbert_map": 553, "n_down_op": 553, "ket": 553, "equip": 554, "idenifi": 554, "vanis": 554, "bravaislattic": [555, 556, 558, 560, 1065, 1604, 1609, 1620, 1644, 1870, 1884], "atom_orb_po": [555, 1596], "atom_orb_nam": [555, 1596], "lattice_to_real_coordin": [555, 560], "r_t": [555, 560, 1598, 1615, 1635, 1651], "n_orbit": [555, 557, 651, 1640, 1875, 1897, 1902], "orbital_posit": [555, 558, 561, 1625, 1644, 1645], "bravai": [556, 560, 561, 1065, 1596, 1604, 1606, 1609, 1614, 1620, 1633, 1644, 1649, 1870, 1884, 1897, 1902], "bl": [556, 558, 560, 561, 1604, 1609, 1644, 1870, 1884], "nearest": [556, 1183, 1185, 1870, 1884, 1898, 1900, 1901, 1903, 1905, 1906], "neighbour": [556, 558, 565, 1870, 1884, 1898, 1900, 1903, 1905], "00": [556, 558, 1870, 1871, 1875, 1881, 1885, 1887, 1893, 1894, 1902, 1905, 1906], "tp": [556, 558, 561, 1870, 1890, 1895], "displac": [556, 560, 1609, 1612, 1870, 1884], "t11": [556, 1870], "t12": [556, 1870], "t13": [556, 1870], "t21": [556, 1870], "t22": [556, 1870], "t23": [556, 1870], "tnn": [556, 1870], "number_orbit": [556, 1870], "tb": [556, 558, 561, 1594, 1617, 1618, 1644, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1884], "tightbind": [556, 558, 560, 1617, 1618, 1644, 1870, 1884], "n_kpt": [556, 557, 558, 559, 1657, 1870], "500": [556, 558, 1861, 1870, 1887], "n_ep": [556, 557, 558, 1594, 1657, 1658, 1870], "matplotlib": [556, 561, 576, 1852, 1854, 1855, 1857, 1866, 1868, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "pylab": [556, 561, 1870], "xlim": [556, 1730, 1870, 1881, 1885, 1887, 1890, 1892, 1893, 1894, 1895, 1906], "energies_on_bz_path": 556, "dos_from_fil": [556, 557], "_k": [557, 561, 643], "epsilon_k": [557, 559, 643, 1758, 1886, 1892], "single_orbit": [557, 651], "ONE": [557, 651], "ith": [557, 651], "dosfromfunct": [557, 558], "x_min": [557, 647, 648, 1729], "x_max": [557, 647, 648, 1729], "hilberttransform": 558, "sigma0": 558, "bigl": [558, 653, 1890, 1895], "hat": [558, 570, 574, 653, 1712, 1713, 1714, 1715, 1716, 1717, 1871, 1875, 1881, 1884, 1885], "varepsilon": [558, 653], "bigr": [558, 653, 1890, 1895], "epsilon_hat": 558, "n_points_integr": 558, "test_converg": 558, "gfbloc": [558, 1630], "array_with_gfbloc_indic": 558, "gbloc": 558, "identity_matrix": 558, "npt": 558, "cv": 558, "sumkdiscretefromlattic": 559, "riemann": [559, 1758, 1760, 1761], "leftarrow": [559, 1752, 1758], "sum_k": [559, 1752, 1758, 1886, 1892, 1900, 1901, 1905, 1906], "eps_k": [559, 1752, 1758, 1884], "bz_point": [559, 1752, 1758], "bz_weight": [559, 1752, 1758, 1875], "mu_pattern": [559, 1752, 1758], "overlap": [559, 560, 1609, 1616, 1752, 1758, 1884], "IF": [559, 1752, 1758], "recomputegrid": [559, 1758], "gauss": [559, 1752, 1758, 1760, 1761], "gfblocindic": 559, "recompute_grid": 559, "chi_0": [559, 1760, 1857, 1899, 1900, 1904, 1905, 1907], "resize_arrai": 559, "nk": [559, 1183, 1756, 1763, 1903], "k_cvt": [560, 1611, 1613, 1629, 1631, 1646, 1647], "momentum": [560, 571, 574, 1052, 1611, 1613, 1629, 1631, 1646, 1647, 1662, 1681, 1683, 1686, 1688, 1690, 1712, 1714, 1881, 1884, 1885, 1890, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "reciproc": [560, 1052, 1608, 1611, 1613, 1629, 1631, 1646, 1647, 1664, 1884, 1897, 1902], "aim": [561, 570, 1848, 1857, 1871, 1875, 1900, 1905], "triplet": 561, "lbrace": [561, 581], "rbrace": [561, 581], "ie": 561, "phi_n": 561, "phi_m": 561, "wannier": [561, 1665], "hopping_dictionari": 561, "pt": [561, 1897, 1902], "epsilon_n": 561, "join": [561, 1901, 1905, 1906], "eigenvector": 561, "success": [561, 1776, 1863, 1871, 1875], "bl_1": 561, "bl_2": 561, "bl_4": 561, "hop_1": 561, "hop_2": 561, "hop_4": 561, "tb_1": 561, "tb_2": 561, "tb_4": 561, "gamma": [561, 1875, 1881, 1885, 1887, 1897, 1898, 1899, 1902, 1903, 1904], "pipi": 561, "pi0": 561, "pihpih": 561, "twopi0": 561, "twopitwopi": 561, "path_1": 561, "path_2": 561, "2at": 561, "ucel": 561, "path_4": 561, "4at": 561, "energies_on_path": 561, "orb": 561, "e_1": 561, "e_2": 561, "e_4": 561, "linewidth": [561, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1885, 1892], "ats": 561, "legend": [561, 578, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1887, 1893, 1895, 1903, 1904, 1905, 1906], "ax": [561, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1892, 1897, 1902], "set_xtick": [561, 1871, 1875, 1877, 1878], "150": [561, 1871, 1874, 1875, 1877, 1878, 1880], "set_xticklabel": [561, 1892], "gamma_1": 561, "m_1": [561, 571, 1684, 1685, 1693], "x_1": 561, "ylabel": [561, 578, 1199, 1880, 1885, 1892, 1893, 1895, 1897, 1902, 1903, 1904], "montecarlo": 562, "dynam": [562, 570, 933, 1850, 1857, 1898, 1903], "mc_sign_typ": 562, "proba": 562, "p_x": 562, "p_": [562, 568, 1890, 1895], "move_sign": 562, "move_r": 562, "new_sign": 562, "old_sign": 562, "focu": [563, 1888, 1889, 1893, 1894], "beta_": [565, 568], "field_": 565, "rng": [565, 567, 568], "delta_energi": 565, "config_": [565, 568], "rng_": 565, "metropli": 565, "compute_m": [565, 568], "sum_z": [565, 568], "sum_m": [565, 568], "greet": [565, 568], "500000": 565, "100000": [565, 1867], "374982": [565, 568], "273894": [565, 568], "isingmc": 565, "clock_callback": [565, 568], "27603": 565, "goal": [566, 579, 1863, 1886, 1888, 1892, 1893], "transit": [566, 568, 1847, 1873, 1877, 1888, 1889, 1890, 1893, 1894, 1895, 1899, 1901, 1904, 1906], "heart": 566, "repeat": [566, 1871, 1874, 1875, 1878, 1901, 1906], "decorrel": [566, 1871, 1875, 1887], "dictonari": 566, "doesn": [566, 568], "wether": [566, 1881, 1885], "clearer": 566, "23432": 567, "stand": [567, 1847], "uniformli": 567, "spinmc": [567, 568], "mymov": 567, "overview": [568, 1847, 1868, 1871, 1875, 1879], "concret": [568, 1881, 1885], "mayb": 568, "simplest": [568, 581, 1880], "ever": [568, 585], "uparrow": [568, 573, 1708, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1900, 1901, 1905, 1906], "downarrow": [568, 573, 1708, 1887, 1889, 1890, 1894, 1895, 1900, 1901, 1905, 1906], "job": [568, 1871, 1875, 1881, 1885], "everyth": [568, 585, 1862, 1865, 1871, 1875, 1879], "obvious": [568, 1865], "piec": [568, 579, 1879, 1887], "h_": [568, 1700, 1887, 1889, 1890, 1894, 1895], "isol": [568, 1853], "5000000": 568, "600": [568, 584], "149608": 568, "initial_sign": 568, "But": 568, "satisfi": [568, 1853, 1886, 1892, 1897, 1900, 1901, 1902, 1905, 1906], "importantli": 568, "trial": 568, "With": [568, 1856, 1900, 1905], "meant": 568, "launch": 568, "55": [568, 1894], "didn": 568, "manag": [568, 576, 1848, 1849], "cleanli": 568, "safe": 568, "hope": 568, "gave": 568, "idea": [568, 1847, 1868, 1887, 1888, 1893, 1901, 1906], "chapter": 568, "haven": 568, "acc": 568, "speed": [569, 1871, 1873, 1875, 1877, 1878], "quantiti": [569, 581, 1887, 1888, 1893, 1897, 1900, 1902, 1905], "readabl": [570, 1871, 1875], "accompani": 570, "approach": [570, 1872, 1876, 1884, 1890, 1895, 1898, 1899, 1901, 1903, 1904, 1906], "meet": [570, 1847, 1871, 1875], "is_zero": 570, "sake": 570, "many_body_operator_complex": 570, "nontrivi": 570, "obei": [570, 1897, 1900, 1901, 1902, 1905, 1906], "anticommut": 570, "dagger_": [570, 571, 573, 574, 593, 594, 614, 615, 1683, 1694, 1708, 1714, 1717, 1889, 1894], "preregist": 570, "elementari": [570, 581], "instanti": 570, "make_fundamental_operator_set": 570, "make_canon": 570, "is_dag": 570, "functor": 570, "paragraph": 570, "variant_int_str": 570, "canonical_ops_t": 570, "bidirect": 570, "dedocument": 570, "triqsd": 570, "coef": 570, "deseri": 570, "quartic": [570, 572, 1887, 1898, 1903], "__repr__": 570, "__str__": 570, "c_list": 570, "cd_list": 570, "commut": [570, 1883], "radial_integr": [571, 1681, 1683], "u_int": [571, 1681, 1682, 1683, 1688], "spheric": [571, 574, 1683, 1690, 1712, 1713, 1714], "m3": [571, 1683, 1684], "m4": [571, 1683, 1684], "f_2": [571, 1683], "f_4": [571, 1683], "radial": [571, 1681, 1683, 1688], "angular": [571, 1681, 1683, 1684, 1686, 1688, 1690], "racah_wign": [571, 1683], "u_j_to_radial_integr": [571, 1683], "convet": [571, 1683], "ijkl": [571, 573, 1683, 1699, 1709], "u_": [571, 573, 1682, 1683, 1698, 1699, 1707, 1708, 1709, 1887, 1901, 1906], "f0": [571, 1681, 1683, 1688], "f2": [571, 585, 1681, 1683, 1688, 1799], "f4": [571, 1681, 1683, 1688], "preferenti": [571, 1683], "alongsid": [571, 1683, 1849], "hund": [571, 1681, 1682, 1683, 1688], "harmon": [571, 574, 1683, 1686, 1690, 1712, 1713, 1714], "cubic": [571, 574, 1183, 1185, 1188, 1683, 1686, 1690, 1712, 1713, 1714], "b_": [571, 1683, 1694], "sum_j": [571, 1683, 1694], "reduce_4index_to_2index": 571, "u_4index": [571, 1689], "u_matrix_kanamori": 571, "up_int": [571, 1682], "full_uijkl": [571, 1682], "jc_hund": [571, 1682], "uijkl": [571, 1682], "j_c": [571, 1682], "neq": [571, 573, 1682, 1707, 1708, 1889, 1894], "prime": [571, 1682], "rotation": [571, 573, 1682, 1709], "retunr": [571, 1682], "foat": [571, 1682], "t2g_submatrix": 571, "submatrix": [571, 1687, 1692], "manifold": [571, 1687, 1692], "xy": [571, 1687, 1690, 1692, 1738], "yz": [571, 1687, 1690, 1692], "xz": [571, 1687, 1690, 1692], "u_t2g": [571, 1692], "eg_submatrix": 571, "u_eg": [571, 1687], "transform_u_matrix": 571, "cubic_nam": 571, "radial_integrals_to_u_j": 571, "angular_matrix_el": 571, "m_2": [571, 1684, 1685, 1693], "m_3": [571, 1684, 1685, 1693], "m_4": [571, 1684], "ang_mat_el": [571, 1684], "three_j_symbol": 571, "jm1": [571, 1685, 1693], "jm2": [571, 1685, 1693], "jm3": [571, 1685, 1693], "l_1": [571, 1693], "l_2": [571, 1693], "l_3": [571, 1693], "j_1": [571, 1685, 1693], "j_2": [571, 1685, 1693], "j_3": [571, 1685, 1693], "three_j_sym": [571, 1693], "clebsch_gordan": 571, "clebsh": [571, 1685], "gordan": [571, 1685], "cgcoeff": [571, 1685], "subarrai": 571, "idxlist": [571, 1691], "1st": [571, 1691], "extract_": 572, "monimi": 572, "quadrat": [572, 577, 1700], "dict_to_matrix": 572, "cleaner": 572, "shorthand": 572, "extractor": 572, "op_t": 572, "dict2_t": [572, 1697, 1698, 1700], "quadrupl": 572, "dict4_t": [572, 1699], "identifi": [573, 1833, 1871, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1901, 1902, 1903, 1904, 1906, 1908], "h_int_slat": 573, "off_diag": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721], "map_operator_structur": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720], "h_dump": [573, 1707, 1708, 1709], "4d": [573, 1709], "ye": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847], "spin_orbit": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721], "up_0": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1871, 1874, 1875, 1877, 1878], "down_0": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1874, 1875, 1877, 1878], "fip": [573, 1708], "h_int_dens": 573, "diagonal_part": 573, "n_3": [573, 1706], "n_part": [573, 1706], "make_operator_r": 573, "h_real": [573, 1710], "n_op": 574, "s_op": 574, "s_": [574, 1717], "pm": [574, 1717, 1890, 1893, 1895], "s_x": [574, 1713, 1716, 1717], "s_y": [574, 1713, 1716, 1717], "s2_op": 574, "l_op": 574, "l_": [574, 674, 713, 752, 791, 830, 952, 1714], "l_x": [574, 1712, 1713, 1714], "l_y": [574, 1712, 1713, 1714], "2i": [574, 1714], "momenta": [574, 1185, 1712, 1713, 1714, 1898, 1900, 1903, 1905], "odd": [574, 1077, 1090, 1103, 1712, 1713, 1714, 1890, 1895, 1901, 1906], "l2_op": 574, "ls_op": 574, "get_mkind": 575, "mkind": [575, 1720], "operator_structur": [575, 1721], "panel": 576, "300": [577, 1847, 1875, 1877], "x_data_view": 577, "flatten_i": [577, 698, 737, 776, 815, 854, 976], "fitl": 577, "fitq": 577, "one_fermion_level": 577, "fit1": 577, "clip": 577, "reader": 577, "encourag": 577, "leastsq": 577, "x_arrai": [577, 657, 658, 1729], "y_arrai": [577, 657, 658], "fitter": [577, 657, 658], "p0": [577, 657, 658], "p1": [577, 657], "p2": [577, 657], "fitfunc": 577, "toolkit": [578, 1857], "graphic": [578, 1864], "pyplot": [578, 1724, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1884, 1890, 1895], "subfigur": 578, "subplot": [578, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1892, 1895, 1906], "bottom": [578, 1860, 1897, 1902, 1906], "bad": [578, 1887], "_plot_": 578, "curv": [578, 658, 1880, 1881, 1885, 1888, 1893, 1901, 1906], "optionsdict": 578, "optiondict": 578, "consum": 578, "pop": [578, 1874, 1878], "spuriou": 578, "xdata": 578, "ydata": 578, "graph": 578, "xlabel": [578, 1199, 1880, 1885, 1893, 1895, 1897, 1902, 1903, 1904, 1905, 1906], "overrul": 578, "myobject": [578, 1879], "arang": [578, 1880, 1885, 1886, 1889, 1892, 1893, 1894, 1901, 1905, 1906], "ydata1": 578, "ydata2": 578, "entri": [578, 1871, 1875, 1882, 1885], "dict1": 578, "dict2": 578, "scienc": 579, "everyon": 579, "human": 579, "task": [579, 1871, 1875, 1877, 1900, 1905], "admittedli": 579, "bore": 579, "physicist": 579, "fortun": 579, "wiki": 579, "wish": [579, 1855], "tini": 579, "git_hash": [579, 1846], "secur": 579, "show_machine_info": 579, "hostnam": 579, "login": [579, 1848], "code_vers": 579, "myself": [579, 1846], "situat": [579, 1881, 1885], "computation1": 579, "ok": [579, 585, 1865], "getsourc": 579, "randomgener": 580, "237849": 580, "random_generator_names_list": 580, "inverv": 580, "lagged_fibonacci607": 580, "237489": 580, "hist": [580, 1880], "aris": 581, "characterist": [581, 583, 1873, 1877, 1888, 1893], "proce": [581, 1886, 1892], "central": [581, 1871, 1875, 1881, 1885, 1890, 1895], "reliabl": [581, 1875], "difficult": 581, "date": 583, "stringstream": 583, "stack": [583, 1782], "strace": 583, "demangl": 583, "triqs_runtime_error": 583, "highli": [583, 1849], "caught": 583, "runtime_error": 583, "trace": 583, "exceptions_1": 583, "thrown": 583, "seen": [584, 1847, 1887, 1901, 1906], "pyconfig": 584, "1173": 584, "_posix_c_sourc": 584, "200112l": 584, "x86_64": 584, "unknown": 584, "os_defin": 584, "39": [584, 1875, 1877, 1879, 1880, 1883, 1884, 1885, 1887, 1894], "162": 584, "200809l": 584, "_xopen_sourc": 584, "first_includ": 584, "condition": 584, "tuple_tool": 585, "make_tupl": 585, "t0": 585, "t2": [585, 1860], "necessarli": 585, "res2": 585, "benefit": [585, 1847], "tuple_s": 585, "tie": 585, "54": [585, 1894], "61": [585, 1894], "_called_on_tupl": 585, "_f": 585, "flavor": [587, 589, 610, 1883], "truncat": [587, 589, 610, 1883], "init_value_default": 658, "param_tupl": 658, "tex": 658, "n0": [667, 706, 745, 784, 823, 945], "contraint": [671, 710, 749, 788, 827, 949, 997], "ac": [674, 713, 752, 791, 830, 952], "r_": [674, 713, 752, 791, 830, 952], "db": [674, 713, 752, 791, 830, 952], "new_n_tau": [684, 723, 762, 801, 840, 962, 1002, 1871, 1875, 1877, 1887], "rebin": [684, 723, 762, 801, 840, 962, 1002, 1871, 1875, 1877, 1887], "sparser": [684, 723, 762, 801, 840, 962, 1002], "insid": [698, 737, 776, 815, 854, 976, 1624, 1848, 1890, 1895], "name_list1": [857, 858], "name_list2": [857, 858], "coincid": 858, "block_index1": 859, "block_index2": 859, "selected_blocks1": [862, 869], "selected_blocks2": [862, 869], "bloc": 874, "selected_block": [879, 892], "no_except": 885, "adjust_temperatur": 885, "deprec": [886, 1832, 1834, 1840, 1841], "dic": [894, 982], "karg": [897, 898, 908, 909], "minu": 928, "alia": 929, "g0_dlr": 933, "g_dlr": [933, 986, 987, 989, 990, 1881, 1885], "sigma_mo": 933, "trust": [933, 1901, 1906], "constr": 933, "disp": 933, "finite_diff_rel_step": 933, "gtol": 933, "5000": [933, 1867, 1871, 1875, 1887, 1889, 1893, 1894], "xtol": [933, 1766, 1901, 1905, 1906], "contrain": 933, "arxiv": [933, 1847, 1900, 1901, 1905, 1906], "2310": [933, 1847], "01266": [933, 1847], "\u03c3": [933, 1877], "\u03c3_dyn": 933, "i\u03bd": 933, "\u03c3_0": 933, "hartre": [933, 1624, 1871, 1874, 1875, 1877, 1878], "\u03c3_1": 933, "altern": [933, 1849, 1864, 1881, 1885, 1900, 1905], "s_iw": 933, "s_iw_dlr": 933, "sigma_hf": 933, "iwn": 933, "g_dlr_iw": 933, "g_full_iw": 933, "provdid": 933, "sigma_dlr": 933, "sigma_0": 933, "g\u2080": 933, "g\u2080\u03c3g": 933, "dct": [935, 936], "mutual": [940, 1885], "exclus": [940, 1885], "hdf_scheme": 981, "lazyexpr": 1021, "eval_term": 1022, "fnode": 1025, "fterm": 1025, "child": 1025, "castabl": [1028, 1620], "data_index": [1035, 1036, 1061, 1073, 1086, 1099, 1112, 1129, 1140, 1151, 1159, 1173], "mlist": [1042, 1043], "compom": 1048, "vector_const_view": 1055, "data_index_t": [1060, 1061, 1072, 1073, 1085, 1086, 1098, 1099, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173], "pyobject": [1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175], "spacial": 1065, "otain": [1077, 1090, 1103], "cutoff": [1077, 1090, 1103, 1881, 1885], "accuraci": [1077, 1090, 1103, 1871, 1875, 1881, 1885], "choos": [1077, 1090, 1103, 1851, 1856, 1865, 1872, 1876], "evenli": [1132, 1152, 1164, 1885], "edg": [1132, 1152, 1164, 1847, 1885, 1890, 1895], "degre": [1143, 1888, 1890, 1893, 1895], "max_n": 1143, "w_min": [1152, 1885, 1898, 1903], "adjoint": 1176, "zmin": 1183, "zmax": 1183, "opt_dict": [1184, 1187, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1724, 1725, 1726, 1730], "gfbrillouinzon": [1184, 1187], "ltot": 1185, "xmin": [1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199], "xmax": [1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199], "allow_spectral_mod": 1199, "plot_data": [1199, 1738], "orient": [1202, 1879], "polygon": [1592, 1593], "michel": 1593, "n_div": [1594, 1658], "nkpt": 1617, "nep": [1617, 1618], "triangl": [1618, 1658], "ndiv": 1618, "tb_lattic": [1624, 1625, 1626, 1627, 1628, 1630], "super_lattice_unit": [1624, 1625], "cluster_sit": [1624, 1625], "remove_internal_hop": [1624, 1625], "tblattic": [1624, 1660, 1661, 1662, 1897, 1901, 1902, 1906], "supercel": 1627, "d1": 1630, "remove_intern": 1630, "create_zero": 1630, "dictionnari": 1630, "orbital1": 1630, "orbital2": 1630, "n_r": [1633, 1649, 1885], "n_site": 1640, "nsite": 1640, "pack_index_site_orbit": 1642, "ptb": 1660, "tbl": [1660, 1661, 1662], "extend_to_spin": 1661, "add_loc": 1661, "wout": [1661, 1666, 1872, 1876], "seed_hr": 1661, "seednam": [1661, 1871, 1875, 1878], "_hr": [1661, 1665], "digit": [1662, 1908], "decreas": [1662, 1887, 1894, 1901, 1906], "particularli": [1662, 1867, 1886, 1892], "crystal": [1662, 1881, 1885], "hk": [1662, 1889, 1894], "hk_numer": 1662, "sole": 1662, "hopp_dict": [1663, 1665], "num_wann": [1663, 1665, 1871, 1875], "segment": 1664, "num": [1664, 1897, 1902, 1903, 1904], "relative_coordin": 1664, "overal": [1664, 1871, 1875], "kvec": 1664, "dist": [1664, 1862], "travel": 1664, "null": 1672, "ignore_irrelev": [1696, 1698, 1699, 1700], "real_or_complex_arrai": 1697, "n_i": 1698, "n_j": 1698, "irrelev": [1698, 1699, 1700], "u_dict": [1698, 1699], "dagger_i": [1699, 1700], "dagger_j": 1699, "c_l": 1699, "c_k": 1699, "c_j": [1700, 1881, 1885], "h_dict": 1700, "bl_mat": 1701, "fname": [1705, 1718], "opt_list": [1724, 1725, 1726], "sl": 1729, "emul": 1730, "optional_dict": 1738, "width": [1738, 1880, 1881, 1885], "orthogonal_basi": [1752, 1754], "computegrid": 1752, "super_lattic": 1761, "provind": 1761, "x_0": [1766, 1767], "dx": [1766, 1767], "001": [1766, 1878], "x_name": [1766, 1776], "y_name": [1766, 1776], "monoton": 1766, "bisect": [1766, 1776], "06": [252, 1770, 1771, 1772, 1773, 1774, 1799, 1903], "x_init": 1776, "precision_on_i": 1776, "delta_x": 1776, "max_loop": 1776, "lower": [1776, 1881, 1885, 1887], "upper": 1776, "reimplement": [1778, 1782], "the_funct": [1778, 1782], "distributiononnodetest": 1778, "the_stack": [1782, 1784, 1789, 1791], "mpirun": [1801, 1848, 1871, 1874, 1875, 1878], "triqs_force_mpi_init": 1801, "is_mpi": 1801, "intracomm": 1803, "asynchron": 1804, "subprocess": 1804, "ping": 1804, "sleep": 1804, "msec": 1804, "host": [1807, 1821, 1848, 1872, 1876], "val": [1812, 1826], "dest": [1812, 1826], "imin": [1814, 1815], "imax": [1814, 1815], "threadgroup": 1830, "invok": [1830, 1839, 1842], "uniqu": 1830, "decim": 1830, "invoc": 1830, "subclass": [1830, 1839, 1884, 1885], "runtimeerror": [1831, 1836, 1842], "identif": [1832, 1837], "nonzero": 1833, "get_id": 1833, "recycl": 1833, "daemon": [1834, 1840], "unhandl": 1836, "is_al": 1836, "ed": [1836, 1874, 1878], "deadlock": 1836, "get_native_id": 1838, "kernel": [1838, 1881, 1885, 1887], "sequenti": 1839, "arrang": 1842, "control": [1842, 1854, 1871, 1875, 1879, 1880], "savetxt": 1846, "textfilenam": 1846, "reshap": [1846, 1884], "mesh_and_data": 1846, "hstack": 1846, "triqs quantum interacting systems toolbox research": 1847, "oolbox": 1847, "esearch": 1847, "nteract": 1847, "uantum": 1847, "ystem": 1847, "paradigm": 1847, "2005": 1847, "polytechniqu": 1847, "peer": 1847, "broader": 1847, "ecosystem": 1847, "flege": 1847, "dmft": [1847, 1848, 1857, 1867, 1872, 1873, 1876, 1877, 1879, 1881, 1885, 1888, 1889, 1893, 1894], "topic": 1847, "divers": 1847, "electron": [1847, 1871, 1872, 1875, 1876, 1877, 1881, 1885], "sr2ruo4": 1847, "120": [1847, 1871, 1875, 1877, 1878], "126401": 1847, "late": 1847, "metal": [1847, 1871, 1873, 1874, 1875, 1877, 1878, 1888, 1890, 1893, 1895], "oxid": 1847, "infinit": [1847, 1886, 1892, 1901, 1906], "nickel": 1847, "versu": [1847, 1888, 1893], "cuprat": [1847, 1890, 1895], "081110": 1847, "ndnio2": 1847, "cacuo2": 1847, "021061": 1847, "footprint": 1847, "fluctuat": [1847, 1900, 1901, 1905, 1906], "multimethod": 1847, "multimesseng": 1847, "011058": 1847, "resist": 1847, "sachdev": 1847, "kitaev": 1847, "syk": 1847, "liquid": [1847, 1875, 1876], "proc": 1847, "natl": 1847, "acad": 1847, "sci": 1847, "usa": 1847, "117": 1847, "18341": 1847, "scholar": 1847, "84": [1847, 1894], "075145": 1847, "105": 1847, "235115": 1847, "2404": 1847, "02334": 1847, "fellow": 1847, "insight": 1847, "event": 1847, "summer": 1847, "school": 1847, "annual": 1847, "strongli": [1847, 1848, 1857, 1871, 1875], "jupyt": [1847, 1848, 1855, 1857, 1866, 1869, 1871, 1872, 1873, 1875, 1876, 1877, 1907], "session": [1847, 1848, 1850, 1857], "brows": 1847, "snippet": [1847, 1861], "familiar": [1847, 1886, 1892, 1901, 1906], "platform": 1847, "la": [1848, 1871, 1875], "cart": 1848, "privat": 1848, "x86": 1848, "architectur": 1848, "lt": [1848, 1855, 1880, 1885], "jammi": 1848, "sudo": [1848, 1853, 1855], "transport": 1848, "curl": 1848, "lsb": 1848, "triqs3": 1848, "distrib_codenam": 1848, "perman": [1848, 1852], "forg": 1848, "feedstock": 1848, "triqs_cthyb": [1848, 1867, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "triqs_dft_tool": [1848, 1871, 1875], "triqs_tprf": [1848, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "troubl": 1848, "mamba": 1848, "virtual": [1848, 1849, 1852], "administ": 1848, "triqs_latest": 1848, "sif": 1848, "exec": [1848, 1856], "servic": 1848, "close": [1848, 1854, 1861, 1871, 1875, 1888, 1893, 1898, 1903], "hpc": 1848, "bring": [1848, 1879], "eb": 1848, "robot": 1848, "foss": 1848, "2020a": 1848, "toolchain": 1848, "recent": [1848, 1849, 1852, 1856], "pai": 1848, "attent": [1848, 1871, 1875], "proceed": 1848, "install_prefix": 1848, "pwd": [1848, 1850], "mkdir": [1848, 1853, 1865], "dcmake_install_prefix": [1848, 1851], "ctest": 1848, "bash": 1848, "edit": [1848, 1879, 1888, 1893], "build_x": 1848, "build_x_test": 1848, "temporarili": 1848, "gigabyt": 1848, "ram": 1848, "restrict": 1848, "admin": 1848, "bash_profil": [1848, 1850, 1853], "zprofil": [1848, 1850], "lmod": 1848, "appl": 1849, "anyon": 1849, "superior": 1849, "drop": [1849, 1886, 1892, 1898, 1903], "precompil": 1849, "dowload": 1849, "influenc": 1850, "colon": 1850, "echo": 1850, "home": [1850, 1852, 1853, 1865, 1875], "printenv": 1850, "ld_library_path": 1850, "usernam": 1850, "cflag": 1850, "linker": [1850, 1851], "cpath": 1850, "isystem": 1850, "spawn": 1850, "intend": 1850, "install_path": 1851, "dcmake_build_typ": 1851, "dcmake_cxx_flag": 1851, "dcmake_exe_linker_flag": 1851, "dbuild_test": 1851, "upon": [1852, 1854], "macport": 1852, "fink": 1852, "enthought": 1852, "nor": 1852, "far": [1852, 1898, 1901, 1903, 1906], "qualiti": [1852, 1887], "sometim": 1852, "librairi": 1852, "dai": 1852, "suddenli": 1852, "priori": [1852, 1881, 1885], "impact": 1852, "robust": 1852, "mess": 1852, "mojav": 1852, "xcode": 1852, "sdk": 1852, "sdkroot": 1852, "xcrun": 1852, "doctor": 1852, "zshrc": 1852, "outdat": 1853, "verison": 1853, "although": 1853, "my_python": 1853, "confirm": 1853, "path_to_your_hom": 1853, "package_nam": 1853, "freeli": 1854, "iso": 1854, "committe": 1854, "philsophi": 1854, "evolut": 1854, "rapidli": 1854, "evolv": 1854, "99": [1854, 1894], "gfortran": 1855, "libopenbla": 1855, "libboost": 1855, "libfftw3": 1855, "libgmp": 1855, "libopenmpi": 1855, "fatal": 1855, "h5public": 1855, "dumpmachin": 1855, "suggest": [1856, 1898, 1903], "py3": 1856, "2to3": 1856, "backup": 1856, "2to3_nb": 1856, "ipynb": 1856, "dive": 1856, "round": 1856, "divison": 1856, "__floordiv__": 1856, "slash": 1856, "hard": [1856, 1871, 1875], "net": 1856, "editor": [1856, 1888, 1893], "bufdo": 1856, "nn1": 1856, "gc": 1856, "declin": 1856, "xa": 1856, "appnam": 1856, "module_name_desc": 1856, "outlin": [1856, 1881, 1885], "dpython_execut": 1856, "path_to_python3": 1856, "demo": 1857, "understand": [1857, 1871, 1875, 1888, 1893, 1894, 1898, 1903], "behind": [1857, 1880, 1887], "ingredi": [1857, 1890, 1895], "tackl": 1857, "condens": 1857, "theori": [1857, 1881, 1885], "realiz": 1857, "difficulti": 1857, "aspect": [1857, 1871, 1875, 1879, 1884, 1905, 1907], "remind": [1857, 1862, 1869, 1898, 1903], "anderson": [1857, 1869], "valenc": [1857, 1869], "bond": [1857, 1869, 1871, 1875], "nest": [1857, 1901, 1906, 1907], "suscept": [1857, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1907], "rpa": [1857, 1897, 1902, 1907], "tpsc": [1857, 1897, 1899, 1902, 1904, 1907], "antiferromagnet": [1857, 1899, 1904, 1907], "resourc": [1857, 1871, 1875, 1879], "ctqmc": [1857, 1883, 1893], "store_a": 1858, "tql": 1858, "initial_x": 1859, "initial_i": 1859, "stai": [1859, 1879], "d2": 1859, "const_view": 1860, "shortest": 1860, "inu_": 1860, "t_mesh": 1860, "nxm": 1860, "Or": 1860, "t1_": 1860, "t2_": 1860, "36": [1860, 1885, 1894], "hfile": 1861, "my_gf": 1861, "hfile2": 1861, "48796": 1861, "0766486": 1861, "src_dir": 1862, "foobar": 1862, "toto_a1": 1862, "module_a1_desc": 1862, "module_a1": 1862, "totoa1": 1862, "module_b1": 1862, "application_b": 1862, "build_dir": 1862, "install_dir": 1862, "module_path_list": 1862, "automodul": 1862, "blue": [1862, 1871, 1875, 1880, 1887], "prompt": 1862, "my_funct": 1862, "module_a1_wrap": 1862, "yet": [1862, 1871, 1875], "to_be_instal": 1862, "perftool": 1864, "libgoogl": 1864, "pprof": 1864, "lprofil": 1864, "simple_test": 1864, "cpuprofil": 1864, "profile_test": 1864, "prof": 1864, "recompil": [1864, 1865, 1879], "preload": 1864, "libprofil": 1864, "yep": 1864, "easy_instal": 1864, "my_test": 1864, "myep": 1864, "successfulli": 1865, "plan": 1865, "said": [1865, 1897, 1902], "cmake_minimum_requir": 1865, "myproj": 1865, "cmake_build_typ": 1865, "predefin": [1865, 1871, 1875, 1881, 1885], "add_execut": 1865, "target_link_librari": 1865, "triqs_set_rpath_for_target": 1865, "dtriqs_path": 1865, "teach": [1866, 1869, 1907], "strictli": 1867, "technic": 1867, "semi": 1867, "circular": 1867, "g_0": [1867, 1881, 1884, 1885, 1886, 1887, 1892, 1897, 1898, 1902, 1903], "plain": 1867, "vanilla": 1867, "n_loop": [1867, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895], "niter": [1867, 1889, 1893, 1894], "paramagnet": [1867, 1871, 1875], "h_int": [1867, 1887, 1889, 1890, 1893, 1894, 1895], "single_site_beth": 1867, "friendli": 1868, "enhanc": [1868, 1898, 1899, 1903, 1904], "browser": 1868, "inlin": [1868, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "think": [1868, 1871, 1875, 1881, 1885, 1888, 1893, 1897, 1899, 1902, 1904], "spend": 1868, "familiaris": 1868, "yourself": 1868, "carpentri": 1868, "video": 1868, "slide": 1868, "lectur": [1868, 1900, 1905], "capabl": 1868, "modeldmft": 1869, "implemet": 1870, "set_printopt": [1871, 1873, 1874, 1875, 1877, 1878], "140": [1871, 1873, 1874, 1875, 1877, 1878], "plot_correlated_band": [1871, 1873, 1874, 1875, 1877, 1878], "pcb": [1871, 1873, 1874, 1875, 1877, 1878], "maxent_sigma": [1871, 1873, 1874, 1875, 1877, 1878], "sigma_max": [1871, 1873, 1874, 1875, 1877, 1878], "la2cuo4": [1871, 1873, 1875, 1877, 1878], "tc": [1871, 1875], "superconductor": [1871, 1875, 1890, 1895], "cu": [1871, 1872, 1875, 1876], "ion": [1871, 1875], "materi": [1871, 1872, 1875, 1876, 1877, 1886, 1892], "suit": [1871, 1875], "straightforward": [1871, 1875], "theoret": [1871, 1875], "werner": [1871, 1875], "91": [1871, 1873, 1875, 1877], "125142": [1871, 1873, 1875, 1877], "workflow": [1871, 1875], "spirit": [1871, 1875], "graybox": [1871, 1875], "deepen": [1871, 1875], "_autosummari": [1871, 1875], "read_config": [1871, 1875], "1088": [1871, 1875], "1361": [1871, 1875], "648x": [1871, 1875], "ac5d1c": [1871, 1875], "recap": [1871, 1875], "scf": [1871, 1875], "d_": [1871, 1875, 1887], "lco": [1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878], "nscf": [1871, 1875], "w90": [1871, 1873, 1874, 1875, 1877, 1878], "mlwf": [1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878], "bandstructur": [1871, 1875], "bnd": [1871, 1875], "disentangl": [1871, 1875], "win": [1871, 1875, 1901, 1906], "num_band": [1871, 1875], "mp_grid": [1871, 1875], "exclude_band": [1871, 1875], "31": [1871, 1875, 1878, 1885, 1894], "34": [1871, 1875, 1877, 1878, 1885, 1894, 1897], "dis_win_min": [1871, 1875], "dis_win_max": [1871, 1875], "dis_froz_min": [1871, 1875], "dis_froz_max": [1871, 1875], "wf": [1871, 1875], "cuo": [1871, 1875], "_4": [1871, 1875], "charact": [1871, 1875], "loc": [1871, 1874, 1875, 1877, 1878, 1881, 1885, 1887, 1890, 1895, 1906], "7367": [1871, 1873, 1874, 1875, 1877, 1878], "dos_data": [1871, 1875], "elem": [1871, 1875], "char_tabl": [1871, 1875], "pdos_tot": [1871, 1875], "tot": [1871, 1875], "loadtxt": [1871, 1875, 1880], "el": [1871, 1875], "n_atom": [1871, 1875], "n_char": [1871, 1875], "pdos_atm": [1871, 1875], "_wfc": [1871, 1875], "w90_do": [1871, 1875], "dpi": [1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1887, 1888, 1889, 1892, 1893, 1894], "figsiz": [1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1892, 1895, 1906], "fill_between": [1871, 1875, 1895], "zorder": [1871, 1875, 1897, 1902], "grai": [1871, 1875], "lw": [1871, 1875, 1880, 1885, 1895, 1897, 1902, 1904, 1905], "dz2": [1871, 1875], "dxz": [1871, 1875], "dyz": [1871, 1875], "dx2": [1871, 1875], "dxy": [1871, 1875], "cu_dx2y2": [1871, 1875], "cu_dz2": [1871, 1875], "2p": [1871, 1875], "set_xlim": [1871, 1874, 1875, 1877, 1878, 1881, 1885], "set_ylim": [1871, 1874, 1875, 1877, 1878], "set_ylabel": [1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1897, 1902], "set_xlabel": [1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885], "ev": [1871, 1873, 1874, 1875, 1877, 1878], "dominantli": [1871, 1875], "compromis": [1871, 1875], "carefulli": [1871, 1875], "leverag": [1871, 1875], "w90_dict": [1871, 1873, 1874, 1875, 1877, 1878], "w90_path": [1871, 1873, 1874, 1875, 1877, 1878], "w90_seed": [1871, 1873, 1874, 1875, 1877, 1878], "mu_tb": [1871, 1873, 1874, 1875, 1877, 1878], "plot_dict": [1871, 1873, 1874, 1875, 1877, 1878], "colorscheme_band": [1871, 1873, 1874, 1875, 1877, 1878], "coolwarm": [1871, 1875, 1884], "tb_dict": [1871, 1873, 1874, 1875, 1877, 1878], "bands_path": [1871, 1873, 1874, 1875, 1877, 1878], "get_dmft_band": [1871, 1874, 1875, 1877, 1878], "tb_band": [1871, 1874, 1875, 1877, 1878], "alatt_k_w_path": [1871, 1874, 1875, 1877, 1878], "freq_dict": [1871, 1874, 1875, 1877, 1878], "band_data": [1871, 1875], "lco_band": [1871, 1875], "k_mesh": [1871, 1875, 1877, 1878, 1884], "c0": [1871, 1874, 1875, 1877, 1878, 1887], "plot_band": [1871, 1874, 1875, 1877, 1878], "alatt": [1871, 1874, 1875, 1877, 1878], "wannier90convert": [1871, 1875], "inp": [1871, 1875], "irep": [1871, 1875], "lco_wanni": [1871, 1873, 1874, 1875, 1877, 1878], "hdf_filenam": [1871, 1875], "convert_dft_input": [1871, 1875], "cwd": [1871, 1875], "cp": [1871, 1875], "languang": [1871, 1875], "immens": [1871, 1875], "transfer": [1871, 1875, 1898, 1903], "h5py": [1871, 1875], "dft_input": [1871, 1875], "wannier90cconvert": [1871, 1875], "h5structur": [1871, 1875], "expand": [1871, 1872, 1875, 1876, 1887, 1901, 1906], "1160": [1871, 1875], "k_b": [1871, 1875], "ultim": [1871, 1875], "n_cycles_tot": [1871, 1875], "2e": [253, 1871, 1875], "walker": [1871, 1875], "workload": [1871, 1875], "dmft_config": [1871, 1873, 1875, 1877], "ini": [1871, 1873, 1874, 1875, 1877, 1878], "cat": [1871, 1874, 1875, 1877, 1878], "solver_typ": [1871, 1874, 1875, 1878], "n_iter_dmft": [1871, 1875, 1878], "jobnam": [1871, 1873, 1875, 1877, 1878], "dc_type": [1871, 1875, 1878], "b10": [1871, 1873, 1874, 1875, 1877, 1878], "u3": [1871, 1873, 1874, 1875, 1877, 1878, 1894], "observables_imp0": [1871, 1875, 1877], "metric": [1871, 1874, 1875, 1877, 1878], "dmft_result": [1871, 1874, 1875, 1877, 1878], "conv_ob": [1871, 1874, 1875, 1877, 1878], "convergence_ob": [1871, 1874, 1875, 1877, 1878], "sigma_imp_iw": [1871, 1875, 1877], "last_it": [1871, 1874, 1875, 1877, 1878], "sigma_freq_0": [1871, 1875, 1877, 1878], "g_imp_iw": [1871, 1874, 1875, 1877, 1878], "gimp_freq_0": [1871, 1874, 1875, 1877, 1878], "g_imp_tau": [1871, 1874, 1875, 1877, 1878], "gimp_time_0": [1871, 1874, 1875, 1877, 1878], "chemical_potential_post": [1871, 1874, 1875, 1877, 1878], "dc": [1871, 1874, 1875, 1877, 1878], "dc_pot": [1871, 1874, 1875, 1877, 1878], "gaug": [1871, 1875], "quasiparticl": [1871, 1872, 1875, 1876, 1877, 1888, 1890, 1893, 1895], "weiss": [1871, 1875, 1877, 1878, 1886, 1890, 1892, 1895], "condid": [1871, 1875], "nrow": [1871, 1875, 1877, 1878], "sharex": [1871, 1874, 1875, 1877, 1878], "imp_occ": [1871, 1875, 1877, 1878], "c1": [1871, 1875, 1877, 1878, 1887], "98": [1871, 1875, 1877, 1878, 1894], "aw0": [1871, 1875, 1877, 1878], "imp_gb2": [1871, 1875, 1877, 1878], "c2": [1871, 1875, 1877, 1878], "orb_z": [1871, 1875, 1877, 1878], "c3": [1871, 1875, 1877, 1878], "qp": [1871, 1875, 1877, 1878], "semilogi": [1871, 1875, 1877, 1878, 1881, 1885], "d_g0": [1871, 1875, 1877, 1878], "c4": [1871, 1875, 1877, 1878], "dg": [1871, 1875, 1877, 1878], "_0": [1871, 1875, 1877, 1878, 1886, 1890, 1892, 1895], "gimp": [1871, 1875, 1877, 1878], "gloc": [1871, 1875, 1877, 1878], "d_gimp": [1871, 1875, 1877, 1878], "c5": [1871, 1875, 1877, 1878], "seem": [1871, 1875, 1901, 1906], "room": [1871, 1875], "diverg": [1871, 1875, 1877, 1881, 1885, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "mott": [1871, 1875, 1877, 1888, 1889, 1893, 1894], "insul": [1871, 1873, 1874, 1875, 1877, 1878, 1888, 1890, 1893, 1895], "slope": [1871, 1875], "strength": [1871, 1873, 1875, 1877, 1887], "toward": [1871, 1875, 1899, 1904], "strong": [1871, 1875, 1877], "convergen": [1871, 1875], "smoothli": [1871, 1875], "append": [1871, 1875, 1877, 1879, 1882, 1885, 1893], "hd": [1871, 1875], "notic": [1871, 1873, 1875, 1877], "rerun": [1871, 1875], "fine": [1871, 1875, 1898, 1903], "rebinning_tau": [1871, 1875, 1877, 1887], "xx": [1871, 1875], "maxent": [1871, 1873, 1875, 1877, 1893], "stochast": [1871, 1875, 1887], "delic": [1871, 1875, 1881, 1885, 1888, 1893], "great": [1871, 1875], "sound": [1871, 1875], "overinterpret": [1871, 1875], "sigma_real_freq": [1871, 1874, 1875, 1877, 1878], "external_path": [1871, 1875, 1877], "omega_max": [1871, 1875, 1877], "maxent_error": [1871, 1875, 1877], "03": [1871, 1875, 1877, 1880, 1887, 1894, 1897, 1902], "n_points_max": [1871, 1875, 1877], "continuator_typ": [1871, 1875, 1877], "inversion_sigmainf": [1871, 1875, 1877], "offset": [1871, 1874, 1875, 1877, 1878], "photoemiss": [1871, 1875], "with_sigma": [1871, 1874, 1875, 1877, 1878], "calc": [1871, 1875, 1877], "keywarg": [1871, 1874, 1875, 1877, 1878], "sigma_dict": [1871, 1874, 1875, 1877, 1878], "w_mesh": [1871, 1874, 1875, 1877, 1878, 1881, 1882, 1885], "501": [1871, 1874, 1875, 1877, 1878], "dmft_path": [1871, 1874, 1875, 1877, 1878], "grei": [1871, 1873, 1874, 1875, 1877, 1878], "colorscheme_alatt": [1871, 1873, 1874, 1875, 1877, 1878], "spectral_r": [1871, 1873, 1874, 1875, 1877, 1878], "colorscheme_kslic": [1871, 1873, 1874, 1875, 1877, 1878], "black": [1871, 1875, 1877], "intens": [1871, 1875, 1877], "bright": [1871, 1875], "sattelit": [1871, 1875, 1877], "homogen": [1871, 1875], "k_dim": [1871, 1875, 1877, 1878], "e_k": [1871, 1875, 1877, 1878, 1897, 1898, 1901, 1902, 1903, 1906], "mesh_k_w": [1871, 1875, 1877], "g_k_w": [1871, 1875, 1877], "g_loc_w": [1871, 1874, 1875, 1877, 1878], "went": [1871, 1875], "roughli": [1871, 1875], "maxent_gf_imp": [1871, 1875], "gf_imp_max": [1871, 1875], "sum_spin": [1871, 1875], "a_imp_w": [1871, 1875, 1877], "aimp_w_line_fit": [1871, 1875, 1877], "total_0": [1871, 1875, 1877], "plane": [1871, 1875], "tb_kslice": [1871, 1875], "isupp": [1871, 1875], "kslice_upd": [1871, 1875], "kz": [1871, 1875, 1897, 1902], "1e6": [1871, 1875], "fermi_slic": [1871, 1875], "plot_kslic": [1871, 1875], "quarter": [1871, 1875, 1889, 1894], "appropri": [1871, 1872, 1875, 1876, 1877], "sigma_fermise": [1871, 1872, 1875, 1876], "self_energi": [1871, 1875], "dmft_mu": [1871, 1875], "orbital_ord": [1871, 1875], "webapp": [1872, 1876], "lco_hr": [1872, 1875, 1876], "simga_fermise": [1872, 1876], "lab": [1872, 1876], "enter": [1872, 1876, 1879, 1900, 1901, 1905, 1906], "recomput": [1872, 1876, 1901, 1906], "kpoint": [1872, 1876], "upload": [1872, 1876], "wrong": [1872, 1876, 1893, 1901, 1906], "reload": [1872, 1876], "solid_dmft": [1872, 1873, 1874, 1876, 1877, 1878], "incoher": [1872, 1876, 1877, 1878], "fermi": [1872, 1873, 1874, 1876, 1877, 1878, 1890, 1895, 1898, 1901, 1903, 1906], "surfac": [1872, 1876, 1898, 1901, 1903, 1906], "tab": [1872, 1876, 1879], "08": [1873, 1875, 1877, 1878, 1887, 1890, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "223892": [1873, 1877], "gap": [1873, 1877, 1888, 1893], "prb": [1873, 1877], "37": [1873, 1877, 1885, 1894, 1895], "7506": [1873, 1877], "1988": [1873, 1877], "artifici": [1873, 1877, 1888, 1893], "simplic": [1873, 1877], "rout": [1873, 1877], "mit": [1873, 1877], "regim": [1873, 1876, 1877, 1901, 1906], "tip": [1873, 1874, 1877, 1878, 1887, 1888, 1893], "converg": [1873, 1874, 1877, 1878, 1886, 1888, 1890, 1892, 1893, 1895, 1901, 1906], "load_sigma": [1873, 1877], "path_to_sigma": [1873, 1877], "whatev": [1873, 1877], "translat": [1873, 1877], "afterward": [1873, 1880], "abil": [1874, 1878], "seamlessli": [1874, 1878], "lighter": [1874, 1878], "neglect": [1874, 1878, 1897, 1902], "dmft_config_hubbardi": [1874, 1878], "sigma_real_freq_hi": [1874, 1878], "sigma_refreq_0": [1874, 1878], "g_atomic_w": [1874, 1878], "gimp_refreq_0": [1874, 1878], "mu_hi": [1874, 1878], "dc_hi": [1874, 1878], "lehman": [1874, 1878, 1881, 1885], "fragment": [1874, 1878], "sigma_real_freq_cthyb": [1874, 1878], "sigma_maxent_0": [1874, 1878], "xxxx": 1874, "sigma_real_freq_cthyb_in": [1874, 1878], "mu_dmft": [1874, 1878], "spectra": [1874, 1878], "deliv": [1874, 1878], "4j": [1874, 1878, 1879], "g_loc_w_cthyb": [1874, 1878], "ce2o3_csc_w90": [1874, 1878], "19": [252, 253, 1875, 1885, 1887, 1894], "07": [1875, 1895, 1897, 1902], "53": [1875, 1894, 1901, 1906], "835903": 1875, "antibod": 1875, "8956": [1875, 1877, 1878], "mnt": 1875, "ahampel": 1875, "abinitiodmft": 1875, "inequival": 1875, "3may2022": 1875, "397": 1875, "00000": 1875, "corr": 1875, "838": 1875, "000j": 1875, "charge_below": 1875, "corr_shel": 1875, "corr_to_inequiv": 1875, "density_requir": 1875, "dft_code": 1875, "dim_rep": 1875, "energy_unit": 1875, "inequiv_to_corr": 1875, "k_dep_project": 1875, "kpt_weight": 1875, "kpt": 1875, "n_corr_shel": 1875, "n_inequiv_shel": 1875, "n_rep": 1875, "n_shell": 1875, "proj_mat": 1875, "rot_mat": 1875, "rot_mat_time_inv": 1875, "symm_op": 1875, "use_rot": 1875, "251": [1875, 1878], "5001": [1875, 1878, 1881, 1885], "prec_mu": [1875, 1878], "0001": [1875, 1878], "mu_initial_guess": [1875, 1878], "h_int_typ": [1875, 1878], "dc_dmft": [1875, 1878], "h5_save_freq": [1875, 1878], "store_solv": 1875, "imag_threshold": 1875, "measure_density_matrix": [1875, 1878, 1888, 1893], "perform_tail_fit": 1875, "fit_max_mo": 1875, "fit_min_w": 1875, "fit_max_w": 1875, "occ": [1875, 1877], "79717": [1875, 1877], "32562": [1875, 1877], "99991": [1875, 1877], "14981": 1875, "98807": 1875, "86777": 1875, "12728": 1875, "99207": 1875, "89134": 1875, "11719": 1875, "99775": 1875, "89788": 1875, "11063": 1875, "99678": 1875, "90672": 1875, "10749": 1875, "99894": 1875, "90939": 1875, "10648": 1875, "99783": 1875, "91505": 1875, "10431": 1875, "99636": 1875, "92424": 1875, "10370": 1875, "00087": 1875, "92160": 1875, "10397": 1875, "00069": 1875, "dmft_input": 1875, "dft_misc_input": 1875, "sigma_freq_0_up_0": 1875, "502": 1875, "sigma_freq_0_down_0": 1875, "g_imp_rebin": [1875, 1877, 1887], "\u03c9": [1875, 1877, 1878], "0454": 1875, "5425": 1875, "5920": 1875, "0752": 1875, "2550": 1875, "epsilon_": [1875, 1887, 1895], "\u03bc": [1875, 1877, 1878], "9199": 1875, "23": [1875, 1885, 1894], "27": [1875, 1885, 1894], "29": [1875, 1885, 1894, 1902, 1903, 1904, 1906], "0911": 1875, "u5": [1877, 1878, 1894], "09197": 1877, "98699": 1877, "88153": 1877, "04956": 1877, "99814": 1877, "89133": 1877, "02594": 1877, "99703": 1877, "90468": 1877, "01621": 1877, "99913": 1877, "90872": 1877, "00930": 1877, "99939": 1877, "91156": 1877, "00421": 1877, "00005": 1877, "00202": 1877, "99979": 1877, "91255": 1877, "00367": 1877, "99936": 1877, "91577": 1877, "00284": 1877, "91871": 1877, "00353": 1877, "99932": 1877, "02": [1877, 1878, 1881, 1884, 1885, 1894], "_n": 1877, "coher": 1877, "jump": [1877, 1881, 1885], "induc": 1877, "freez": 1877, "motion": 1877, "excit": [1877, 1878, 1901, 1906], "42": [1877, 1894], "1552": 1877, "6919": 1877, "92": [1877, 1884, 1894], "3515": 1877, "0624": [1877, 1894], "125": 1877, "2610": 1877, "9218": 1877, "disappear": 1877, "aimp_w_0_met": 1877, "aimp_maxent_0": 1877, "optic": 1877, "853128": 1878, "dc_energ": 1878, "delta_time_0": 1878, "g0_refreq_0": 1878, "g0_freq_0": 1878, "chemical_potential_pr": 1878, "dens_mat_post": 1878, "dens_mat_pr": 1878, "full_dens_mat_0": 1878, "h_loc_diag_0": 1878, "ins": [1878, 1894], "pole": 1878, "awai": [1878, 1886, 1892], "7853": 1878, "multiplet": [1878, 1888, 1893, 1894], "peak": [1878, 1881, 1885, 1898, 1899, 1903, 1904], "adequ": 1878, "heavi": 1878, "Being": 1879, "thorough": 1879, "swcarpentri": 1879, "novic": 1879, "gapmind": 1879, "inflamm": 1879, "my_script": 1879, "mathematica": 1879, "hello": 1879, "exercis": [1879, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "quickest": 1879, "explanatori": 1879, "2j": [1879, 1889, 1894], "3095238095238093": 1879, "0j": [1879, 1884], "12j": 1879, "elif": 1879, "fnct": 1879, "3f": [1879, 1881, 1885], "000": 1879, "l3": 1879, "what_is_x": 1879, "change_x": 1879, "press": 1879, "5x": 1880, "mpl": [1880, 1881, 1885, 1887, 1888, 1889, 1892, 1893, 1894], "rcparam": [1880, 1881, 1885, 1887, 1888, 1889, 1892, 1893, 1894], "xr": 1880, "yr1": 1880, "yr2": 1880, "red": [1880, 1887, 1904], "xb": 1880, "0x10d970050": 1880, "yr": 1880, "titl": [1880, 1895, 1903, 1904, 1906], "randn": 1880, "facecolor": 1880, "028": 1880, "0025": 1880, "smart": 1880, "45": [1880, 1894, 1905, 1906], "025": 1880, "fontsiz": [1880, 1895, 1897, 1902], "160": 1880, "matlab": 1880, "curtain": 1880, "add_ax": [1880, 1892], "set_titl": [1880, 1884], "inset": 1880, "tanh": [1880, 1898, 1903], "subax": 1880, "85": [1880, 1890, 1894, 1895], "sinu": 1880, "0x10dd56810": 1880, "211": 1880, "212": 1880, "121": 1880, "122": 1880, "line2d": 1880, "0x10db27a90": 1880, "cal": [1881, 1885, 1886, 1889, 1890, 1892, 1894, 1895], "mathbb": [1881, 1885], "times2": [1881, 1885], "grand": [1881, 1885], "ensembl": [1881, 1885], "exponenti": [1881, 1885, 1901, 1906], "realist": [1881, 1885], "c_i": [1881, 1885], "conserv": [1881, 1885, 1900, 1905], "2g": [1881, 1885], "e_g": [1881, 1885], "talk": [1881, 1885], "v_1": [1881, 1885], "epsilon_2": [1881, 1885], "v_2": [1881, 1885], "g_eg": [1881, 1885], "g_t2g": [1881, 1885], "eps_t2g": [1881, 1885], "t_2g": [1881, 1885], "epsilon_d": [1881, 1885, 1887], "textbf": [1881, 1885], "worri": [1881, 1885], "giw_2": [1881, 1885], "thousand": [1881, 1885], "problemat": [1881, 1885], "kay": [1881, 1885], "prb105": [1881, 1885], "2022": [1881, 1885], "omega_l": [1881, 1885], "widehat": [1881, 1885], "_l": [1881, 1885], "dimensionless": [1881, 1885], "character": [1881, 1885, 1888, 1893], "assumpt": [1881, 1885], "1500": [1881, 1885], "dlr_iw_mesh": [1881, 1885], "giw_dlr": [1881, 1885], "43": [1881, 1885, 1894], "giw_from_dlr": [1881, 1885], "arbirarili": [1881, 1885], "dens": [1881, 1885], "gtau_dlr": [1881, 1885], "ill": [1881, 1885], "nois": [1881, 1885, 1887, 1888, 1893], "coars": [1881, 1885], "worsen": [1881, 1885], "did": [1881, 1885, 1888, 1893], "verifi": [1881, 1885], "perturb": [1881, 1885], "light": 1882, "recoveri": 1882, "recov": 1882, "my_arch": 1882, "overwrit": 1882, "inspir": 1883, "gs_energi": 1883, "2t": [1884, 1890, 1895, 1897, 1898, 1902, 1903], "k_x": [1884, 1895, 1897, 1898, 1902, 1903], "k_y": [1884, 1895, 1897, 1898, 1902, 1903], "_x": [1884, 1903], "_y": 1884, "r3": 1884, "128": [1884, 1897, 1901, 1902, 1906], "k_iw_mesh": 1884, "recal": [1884, 1890, 1895], "timeit": 1884, "faster": 1884, "iw_arr": 1884, "k_arr": 1884, "np_ep": 1884, "eps_arr": 1884, "repons": 1884, "omega_2": 1884, "g_eval": 1884, "g_exact": 1884, "k_0": 1884, "k0": 1884, "linearli": 1884, "9996637574643963": 1884, "cpython": [1884, 1885], "311": [1884, 1885], "darwin": [1884, 1885], "gtb": 1884, "k_grid": 1884, "110": [1884, 1897, 1902], "surf": 1884, "plot_surfac": 1884, "cmap": [1884, 1895, 1897, 1902, 1903], "colorbar": [1884, 1895, 1897, 1902, 1903, 1904], "shrink": 1884, "addmethod": 1885, "119": 1885, "146": 1885, "178": 1885, "217": 1885, "265": 1885, "324": 1885, "396": 1885, "483": 1885, "590": 1885, "721": 1885, "26894142138025784": 1885, "816357384858482e": 1885, "15j": 1885, "6001": 1885, "31556737050747535": 1885, "638049093627782e": 1885, "17j": 1885, "83481049534862e": 1885, "9381548639656863j": 1885, "33": [1885, 1894], "35": [1885, 1892, 1894, 1905, 1906], "eps_r": 1885, "05": [253, 1885, 1897, 1902], "0x11273a790": 1885, "sigma_check": 1885, "_check": 1885, "38": [1885, 1894], "g0_tau": [1885, 1892, 1893], "sigma_tau": [1885, 1892, 1893], "g0_w": 1885, "ipt": [1886, 1887, 1888, 1892, 1893], "cheap": [1886, 1892], "iptsolv": [1886, 1892, 1893], "sigma_": [1886, 1888, 1890, 1892, 1893, 1895], "scan": [1886, 1892, 1900, 1905], "hybridis": 1887, "darkgreen": 1887, "nu": [1887, 1900, 1901, 1905, 1906], "diagrammat": 1887, "contrari": [1887, 1901, 1906], "busi": 1887, "circl": 1887, "50000": 1887, "49": [1887, 1894], "483848": 1887, "warm": [1887, 1894], "4999": [1887, 1894], "9760": 1887, "49999": 1887, "00566571": 1887, "000908685": 1887, "000881916": 1887, "0114234": 1887, "0188797": 1887, "0512121": 1887, "delta_up": [1887, 1894], "0513189": 1887, "delta_down": [1887, 1894], "0511046": 1887, "0509981": 1887, "0513082": 1887, "0506868": 1887, "00488083": 1887, "delta_up_up": [1887, 1894], "00562934": 1887, "delta_up_down": [1887, 1894], "0033534": 1887, "delta_down_up": [1887, 1894], "00373554": 1887, "delta_down_down": [1887, 1894], "00676994": 1887, "00496258": 1887, "00575551": 1887, "0038171": 1887, "00347195": 1887, "00682145": 1887, "689225": 1887, "0479879": 1887, "507693": 1887, "716": 1887, "86": [1887, 1894], "6392": 1887, "disconnect": 1887, "markov": 1887, "onlin": 1887, "benefici": 1887, "unrol": 1887, "randomli": 1887, "proport": [1887, 1893, 1901, 1906], "oscil": 1887, "elabor": [1888, 1893], "run_dmft": [1888, 1893], "favourit": [1888, 1893], "vi": [1888, 1893], "gedit": [1888, 1893], "polar": [1888, 1893], "criteria": [1888, 1893], "extrapol": [1888, 1893], "gradual": [1888, 1893], "use_norm_as_weight": [1888, 1893], "multiplet_tool": [1888, 1893], "multiplet_analysi": [1888, 1893], "panda": [1888, 1893], "frame": [1888, 1893], "3j": [1889, 1894], "mu_": [1889, 1894], "81": [1889, 1894], "6899": [1889, 1894], "1099": [1889, 1894], "02548": [1889, 1894], "02709": [1889, 1894], "1606": [1889, 1894], "one_band": [1889, 1893, 1894], "makedir": [1889, 1894], "2f": [1889, 1892, 1893, 1894, 1904, 1906], "stuck": [1889, 1894], "sneak": [1889, 1894], "peek": [1889, 1894], "two_band": [1889, 1894], "vari": [1889, 1893, 1894, 1900, 1905], "u_c": [1889, 1894, 1899, 1901, 1904, 1906], "dca": [1890, 1895], "80": [1890, 1894, 1895, 1906], "064501": [1890, 1895], "europhi": [1890, 1895], "57009": [1890, 1895], "82": [1890, 1894, 1895], "054502": [1890, 1895], "2010": [1890, 1895], "155101": [1890, 1895], "freedom": [1890, 1895], "nodal": [1890, 1895], "antinod": [1890, 1895], "region": [1890, 1895, 1897, 1902], "dope": [1890, 1895], "appar": [1890, 1895], "arc": [1890, 1895], "varepsilon_": [1890, 1895], "4t": [1890, 1895], "hole": [1890, 1895, 1899, 1904], "subdivid": [1890, 1895], "area": [1890, 1895], "complementari": [1890, 1895], "kinet": [1890, 1895], "linspac": [1890, 1895, 1897, 1902, 1903, 1904], "meshgrid": [1890, 1895, 1897, 1902, 1903, 1904], "contourplot": [1890, 1895], "6155": [1890, 1895], "mask": [1890, 1895], "in_central_patch": [1890, 1895], "kx": [1890, 1895, 1897, 1902, 1903, 1904], "ky": [1890, 1895, 1897, 1902, 1903, 1904], "cn": [1890, 1895], "cn_dag": [1890, 1895], "nn": [1890, 1895], "h_loc": [1890, 1895], "rho_": [1890, 1895], "measure_g_l": [1890, 1895], "unfortun": [1890, 1895], "vbdmft": [1890, 1895], "subfold": [1890, 1895], "pseudogap": [1890, 1895], "qualit": [1890, 1895], "rough": [1890, 1895, 1898, 1901, 1903, 1906], "doping_": [1890, 1895], "10001": [1892, 1893], "pn": 1892, "set_yticklabel": 1892, "antoin": 1892, "georg": 1892, "a1": 1893, "u2": [1893, 1894], "a2": 1893, "u6": [1893, 1894], "di": 1893, "sim": [1893, 1901, 1906], "omega_0": [1893, 1897, 1898, 1902, 1903], "u_list": 1893, "z_list": 1893, "u_list2": 1893, "z_list2": 1893, "u4": [1893, 1894], "g_real": 1893, "regardless": 1893, "knob": 1893, "solver_u_met": 1893, "solver_u_in": 1893, "occupi": [1893, 1900, 1905], "res_met": 1893, "h_loc_diag": 1893, "h_loc_diagon": 1893, "res_in": 1893, "41": [1894, 1901, 1905, 1906], "2083": 1894, "2046": 1894, "9999": 1894, "00121841": 1894, "000180423": 1894, "000183033": 1894, "0022792": 1894, "00386106": 1894, "134194": 1894, "135137": 1894, "133256": 1894, "134078": 1894, "134495": 1894, "13366": 1894, "0237206": 1894, "0263818": 1894, "0215067": 1894, "0192815": 1894, "Ins": 1894, "568460": 1894, "ert": 1894, "0276912": 1894, "0240728": 1894, "027297": 1894, "0201105": 1894, "0206622": 1894, "0282551": 1894, "83864": 1894, "240672": 1894, "491363": 1894, "1807": 1894, "07816": 1894, "2096": 1894, "2041": 1894, "00122602": 1894, "000181799": 1894, "000187614": 1894, "00154239": 1894, "00313782": 1894, "137529": 1894, "138608": 1894, "136454": 1894, "135646": 1894, "137095": 1894, "134192": 1894, "0248063": 1894, "029023": 1894, "0202982": 1894, "0212102": 1894, "0286456": 1894, "0258106": 1894, "0300133": 1894, "0207927": 1894, "0216027": 1894, "0308751": 1894, "82967": 1894, "242133": 1894, "496411": 1894, "0726": 1894, "95457": 1894, "2012": 1894, "1999": 1894, "00126701": 1894, "000178569": 1894, "000182007": 1894, "00399153": 1894, "00561911": 1894, "136691": 1894, "136118": 1894, "137262": 1894, "135948": 1894, "135115": 1894, "136781": 1894, "024431": 1894, "0279642": 1894, "0212578": 1894, "021372": 1894, "0270992": 1894, "0251374": 1894, "0298838": 1894, "0205143": 1894, "0209849": 1894, "0291752": 1894, "832854": 1894, "247163": 1894, "502235": 1894, "1617": 1894, "88829": 1894, "2072": 1894, "00126531": 1894, "00018556": 1894, "000181974": 1894, "00307852": 1894, "00471137": 1894, "137877": 1894, "13878": 1894, "136976": 1894, "136859": 1894, "137844": 1894, "135872": 1894, "0240401": 1894, "0279466": 1894, "0193165": 1894, "0205293": 1894, "rt": 1894, "0283427": 1894, "0247222": 1894, "0272073": 1894, "0219802": 1894, "0218302": 1894, "0278651": 1894, "830322": 1894, "246525": 1894, "498298": 1894, "1484": 1894, "59076": 1894, "2026": 1894, "2064": 1894, "00124302": 1894, "000183717": 1894, "000188498": 1894, "00344506": 1894, "0050603": 1894, "136129": 1894, "135304": 1894, "136951": 1894, "137127": 1894, "1367": 1894, "137554": 1894, "024601": 1894, "0281926": 1894, "0207839": 1894, "0216895": 1894, "027688": 1894, "0242563": 1894, "0271906": 1894, "0216098": 1894, "0202847": 1894, "0279555": 1894, "830414": 1894, "242121": 1894, "490822": 1894, "1626": 1894, "51126": 1894, "10found": 1894, "2094": 1894, "00124401": 1894, "000175229": 1894, "000179357": 1894, "00229849": 1894, "00389709": 1894, "136631": 1894, "137952": 1894, "135314": 1894, "138106": 1894, "13836": 1894, "137851": 1894, "0257115": 1894, "029352": 1894, "0212757": 1894, "0216313": 1894, "030564": 1894, "0249482": 1894, "0290644": 1894, "0214022": 1894, "0207806": 1894, "0285886": 1894, "830217": 1894, "237919": 1894, "48821": 1894, "1595": 1894, "00369": 1894, "2071": 1894, "2093": 1894, "00121949": 1894, "000174776": 1894, "000177332": 1894, "00220899": 1894, "00378058": 1894, "138683": 1894, "138785": 1894, "138581": 1894, "135491": 1894, "134835": 1894, "136151": 1894, "0238837": 1894, "0282195": 1894, "0187678": 1894, "0213364": 1894, "0271656": 1894, "0256944": 1894, "0296998": 1894, "0223175": 1894, "0230494": 1894, "0277512": 1894, "826742": 1894, "240293": 1894, "484146": 1894, "0322": 1894, "10339": 1894, "2055": 1894, "2008": 1894, "00122868": 1894, "000178445": 1894, "000179449": 1894, "00223444": 1894, "00382102": 1894, "138506": 1894, "139623": 1894, "137394": 1894, "138454": 1894, "136949": 1894, "139969": 1894, "0253769": 1894, "0293179": 1894, "0211004": 1894, "0205091": 1894, "sert": 1894, "0305689": 1894, "0253767": 1894, "0309133": 1894, "0217365": 1894, "0212245": 1894, "0276795": 1894, "827338": 1894, "241515": 1894, "487717": 1894, "0508": 1894, "62123": 1894, "2074": 1894, "2058": 1894, "00120751": 1894, "000174187": 1894, "000178604": 1894, "00142541": 1894, "00298571": 1894, "137111": 1894, "138103": 1894, "136124": 1894, "136868": 1894, "136946": 1894, "136791": 1894, "0244609": 1894, "0282271": 1894, "0201996": 1894, "0211721": 1894, "0281887": 1894, "0246914": 1894, "0285174": 1894, "0222497": 1894, "0207763": 1894, "0272237": 1894, "831942": 1894, "239978": 1894, "48282": 1894, "1865": 1894, "6264": 1894, "2077": 1894, "00127013": 1894, "000206261": 1894, "000180197": 1894, "00201599": 1894, "00367258": 1894, "136865": 1894, "136144": 1894, "137585": 1894, "136487": 1894, "136087": 1894, "136888": 1894, "0247125": 1894, "0291157": 1894, "0200999": 1894, "0207065": 1894, "0288711": 1894, "0250504": 1894, "0279124": 1894, "0211228": 1894, "0220934": 1894, "0291107": 1894, "830829": 1894, "24054": 1894, "4861": 1894, "1232": 1894, "62633": 1894, "2284": 1894, "2255": 1894, "00123761": 1894, "000177008": 1894, "000180409": 1894, "00124214": 1894, "00283716": 1894, "125473": 1894, "125155": 1894, "12579": 1894, "125671": 1894, "125471": 1894, "125871": 1894, "0246864": 1894, "0268028": 1894, "0216412": 1894, "0227946": 1894, "0274721": 1894, "0247316": 1894, "0269343": 1894, "0224071": 1894, "0220799": 1894, "0275138": 1894, "698464": 1894, "218575": 1894, "443867": 1894, "6646": 1894, "28392": 1894, "46": 1894, "2314": 1894, "2312": 1894, "00120478": 1894, "000177364": 1894, "000178484": 1894, "00126514": 1894, "00282577": 1894, "130538": 1894, "131357": 1894, "129719": 1894, "130263": 1894, "131032": 1894, "129493": 1894, "0270564": 1894, "0299128": 1894, "0238143": 1894, "0254887": 1894, "0289647": 1894, "0271909": 1894, "0297328": 1894, "0259022": 1894, "0248111": 1894, "028303": 1894, "678488": 1894, "215686": 1894, "437622": 1894, "3414": 1894, "59554": 1894, "2256": 1894, "00120432": 1894, "000177742": 1894, "000178896": 1894, "00268057": 1894, "00424153": 1894, "127771": 1894, "128914": 1894, "12663": 1894, "128221": 1894, "129491": 1894, "12695": 1894, "0256648": 1894, "0283026": 1894, "0233949": 1894, "0232993": 1894, "0276514": 1894, "0258822": 1894, "0277958": 1894, "0234759": 1894, "0250552": 1894, "0272286": 1894, "684272": 1894, "217683": 1894, "44214": 1894, "4618": 1894, "75014": 1894, "2304": 1894, "2294": 1894, "00122231": 1894, "000187478": 1894, "000183211": 1894, "00135477": 1894, "00294777": 1894, "131699": 1894, "130628": 1894, "13277": 1894, "130431": 1894, "129478": 1894, "131386": 1894, "0271569": 1894, "0258805": 1894, "024888": 1894, "0296566": 1894, "0275519": 1894, "0287468": 1894, "0255961": 1894, "0253231": 1894, "0305499": 1894, "672073": 1894, "215632": 1894, "436025": 1894, "2379": 1894, "34046": 1894, "2308": 1894, "2293": 1894, "00123141": 1894, "000177542": 1894, "000178821": 1894, "00140636": 1894, "00299413": 1894, "131567": 1894, "133715": 1894, "129426": 1894, "130663": 1894, "13311": 1894, "128214": 1894, "0276007": 1894, "0306565": 1894, "0254948": 1894, "025725": 1894, "0285063": 1894, "0284674": 1894, "0316303": 1894, "0252882": 1894, "0267753": 1894, "0301962": 1894, "677651": 1894, "216824": 1894, "439615": 1894, "2701": 1894, "43454": 1894, "2299": 1894, "2264": 1894, "00118916": 1894, "000176917": 1894, "000176414": 1894, "00128476": 1894, "00282725": 1894, "127818": 1894, "127863": 1894, "127773": 1894, "128597": 1894, "128824": 1894, "12837": 1894, "0270821": 1894, "0302706": 1894, "0244285": 1894, "0250341": 1894, "0285486": 1894, "0268681": 1894, "029369": 1894, "0251997": 1894, "0249889": 1894, "0279296": 1894, "680676": 1894, "218647": 1894, "440596": 1894, "4495": 1894, "93486": 1894, "2273": 1894, "2245": 1894, "00127285": 1894, "000182139": 1894, "000183024": 1894, "00171741": 1894, "00335542": 1894, "128634": 1894, "128384": 1894, "128883": 1894, "129022": 1894, "12886": 1894, "129184": 1894, "0264743": 1894, "0287922": 1894, "0235365": 1894, "0237667": 1894, "0297869": 1894, "026674": 1894, "0276172": 1894, "0253356": 1894, "0249358": 1894, "0288193": 1894, "681544": 1894, "218576": 1894, "440496": 1894, "4043": 1894, "96938": 1894, "2292": 1894, "2296": 1894, "00121937": 1894, "000173054": 1894, "000177333": 1894, "00127057": 1894, "00284032": 1894, "132223": 1894, "132401": 1894, "132044": 1894, "129861": 1894, "12952": 1894, "130201": 1894, "0269862": 1894, "0305089": 1894, "0243726": 1894, "0237724": 1894, "0292517": 1894, "0282147": 1894, "0309872": 1894, "0276375": 1894, "0263264": 1894, "0279213": 1894, "677678": 1894, "216506": 1894, "437101": 1894, "242": 1894, "74536": 1894, "2325": 1894, "00127472": 1894, "000172614": 1894, "000177763": 1894, "00117997": 1894, "00280507": 1894, "130937": 1894, "132246": 1894, "12963": 1894, "131236": 1894, "132046": 1894, "130424": 1894, "0276569": 1894, "0298347": 1894, "0258974": 1894, "0245561": 1894, "0303272": 1894, "0277909": 1894, "0306308": 1894, "0249253": 1894, "0255935": 1894, "0300287": 1894, "675164": 1894, "215985": 1894, "432564": 1894, "2563": 1894, "01083": 1894, "2300": 1894, "2318": 1894, "00120759": 1894, "000175362": 1894, "000180967": 1894, "00117891": 1894, "00274283": 1894, "131003": 1894, "131509": 1894, "1305": 1894, "130783": 1894, "130729": 1894, "130837": 1894, "0263867": 1894, "0290737": 1894, "0231511": 1894, "0250389": 1894, "0282522": 1894, "0267621": 1894, "0297348": 1894, "0242209": 1894, "0247709": 1894, "0283461": 1894, "67701": 1894, "215519": 1894, "43658": 1894, "3268": 1894, "794236": 1894, "2498": 1894, "2484": 1894, "00119638": 1894, "000171907": 1894, "000178944": 1894, "00109991": 1894, "00264714": 1894, "112247": 1894, "113798": 1894, "110696": 1894, "111523": 1894, "11241": 1894, "110636": 1894, "0226176": 1894, "0237627": 1894, "0205814": 1894, "0218449": 1894, "0242896": 1894, "0232029": 1894, "0245147": 1894, "022101": 1894, "0226071": 1894, "0235938": 1894, "568929": 1894, "199267": 1894, "399275": 1894, "0545": 1894, "35299": 1894, "2696": 1894, "2670": 1894, "00120833": 1894, "000195012": 1894, "000184797": 1894, "00111078": 1894, "00269892": 1894, "119575": 1894, "118774": 1894, "120375": 1894, "118525": 1894, "117625": 1894, "119424": 1894, "0260688": 1894, "0249124": 1894, "0259468": 1894, "028224": 1894, "0251899": 1894, "0267536": 1894, "026036": 1894, "0281528": 1894, "0270466": 1894, "0257593": 1894, "509178": 1894, "185284": 1894, "376047": 1894, "1244": 1894, "95588": 1894, "2684": 1894, "2678": 1894, "00121023": 1894, "000178375": 1894, "000180273": 1894, "00104384": 1894, "00261271": 1894, "116787": 1894, "116187": 1894, "117384": 1894, "116633": 1894, "116475": 1894, "11679": 1894, "0259455": 1894, "026201": 1894, "0258814": 1894, "0264806": 1894, "0252178": 1894, "0264393": 1894, "0269715": 1894, "0248916": 1894, "026979": 1894, "0269331": 1894, "520079": 1894, "18574": 1894, "377745": 1894, "61951": 1894, "2683": 1894, "2661": 1894, "00118682": 1894, "000179021": 1894, "000177377": 1894, "000954406": 1894, "00249762": 1894, "119259": 1894, "118998": 1894, "11952": 1894, "11786": 1894, "11722": 1894, "118509": 1894, "0262007": 1894, "0247214": 1894, "0280183": 1894, "0277204": 1894, "0243335": 1894, "0270037": 1894, "0264473": 1894, "0269378": 1894, "0272082": 1894, "027421": 1894, "514142": 1894, "185126": 1894, "375112": 1894, "1344": 1894, "42356": 1894, "2687": 1894, "2634": 1894, "00118086": 1894, "000177055": 1894, "000180533": 1894, "00158726": 1894, "00312571": 1894, "12076": 1894, "121218": 1894, "120303": 1894, "121201": 1894, "121831": 1894, "120573": 1894, "0267368": 1894, "026411": 1894, "0274809": 1894, "0270616": 1894, "0260013": 1894, "0265407": 1894, "025342": 1894, "0281685": 1894, "0271009": 1894, "0255323": 1894, "515457": 1894, "18502": 1894, "378509": 1894, "1383": 1894, "12987": 1894, "52": 1894, "2643": 1894, "2664": 1894, "0012663": 1894, "000184783": 1894, "000189254": 1894, "00362876": 1894, "0052691": 1894, "117368": 1894, "117308": 1894, "117427": 1894, "117241": 1894, "116591": 1894, "117894": 1894, "0261457": 1894, "0261487": 1894, "0253525": 1894, "0266688": 1894, "0264136": 1894, "0265045": 1894, "0252665": 1894, "0275678": 1894, "0282901": 1894, "512693": 1894, "187877": 1894, "38964": 1894, "1385": 1894, "93431": 1894, "2704": 1894, "2590": 1894, "00119782": 1894, "000175158": 1894, "000179523": 1894, "00180878": 1894, "00336127": 1894, "117365": 1894, "117624": 1894, "117106": 1894, "117283": 1894, "118533": 1894, "116037": 1894, "026697": 1894, "0264597": 1894, "0273612": 1894, "0266847": 1894, "0262799": 1894, "0270184": 1894, "0264397": 1894, "0271184": 1894, "0268783": 1894, "0276341": 1894, "514539": 1894, "185398": 1894, "379588": 1894, "1263": 1894, "74038": 1894, "2685": 1894, "2596": 1894, "00116657": 1894, "000178551": 1894, "000180033": 1894, "00131102": 1894, "00283617": 1894, "116924": 1894, "117617": 1894, "116232": 1894, "118121": 1894, "119441": 1894, "116798": 1894, "0269091": 1894, "0271326": 1894, "025719": 1894, "029214": 1894, "0255767": 1894, "0263473": 1894, "0264778": 1894, "0261575": 1894, "0262325": 1894, "0265242": 1894, "520462": 1894, "185252": 1894, "383034": 1894, "2418": 1894, "82905": 1894, "51": [1894, 1900, 1905], "2560": 1894, "2609": 1894, "00121845": 1894, "000179815": 1894, "000202924": 1894, "0021689": 1894, "00377008": 1894, "119297": 1894, "120148": 1894, "118445": 1894, "118649": 1894, "119257": 1894, "11804": 1894, "0254296": 1894, "0260036": 1894, "0235786": 1894, "0265909": 1894, "0255261": 1894, "0261909": 1894, "0270227": 1894, "0257851": 1894, "0259396": 1894, "0260241": 1894, "522949": 1894, "190266": 1894, "388758": 1894, "3131": 1894, "33377": 1894, "2549": 1894, "2363": 1894, "00129221": 1894, "000192149": 1894, "000188825": 1894, "00803591": 1894, "0097091": 1894, "119166": 1894, "117673": 1894, "120666": 1894, "119688": 1894, "11855": 1894, "120824": 1894, "0250876": 1894, "025384": 1894, "024949": 1894, "0252735": 1894, "0247464": 1894, "0252292": 1894, "0248425": 1894, "0247179": 1894, "0271435": 1894, "0242195": 1894, "507301": 1894, "195011": 1894, "40592": 1894, "1319": 1894, "78747": 1894, "2734": 1894, "2815": 1894, "00119336": 1894, "00017397": 1894, "000173595": 1894, "00108587": 1894, "00262679": 1894, "10269": 1894, "100883": 1894, "104505": 1894, "102024": 1894, "101145": 1894, "102906": 1894, "0199348": 1894, "0203415": 1894, "0208978": 1894, "020635": 1894, "0178728": 1894, "0204535": 1894, "0205254": 1894, "0194903": 1894, "022088": 1894, "0197157": 1894, "460326": 1894, "180869": 1894, "359313": 1894, "2466": 1894, "60183": 1894, "66": 1894, "3327": 1894, "3220": 1894, "00117142": 1894, "000177189": 1894, "000180591": 1894, "00234315": 1894, "00387235": 1894, "110834": 1894, "111457": 1894, "110211": 1894, "110152": 1894, "110913": 1894, "109392": 1894, "0245707": 1894, "0213173": 1894, "0271374": 1894, "0288638": 1894, "0209527": 1894, "0252332": 1894, "0219842": 1894, "027412": 1894, "02984": 1894, "021649": 1894, "347207": 1894, "15062": 1894, "312381": 1894, "5515": 1894, "66685": 1894, "68": 1894, "3418": 1894, "3354": 1894, "00119055": 1894, "000173035": 1894, "000182784": 1894, "00180668": 1894, "00335305": 1894, "109566": 1894, "110312": 1894, "108824": 1894, "109807": 1894, "109229": 1894, "110382": 1894, "0245849": 1894, "0203437": 1894, "0290226": 1894, "0286879": 1894, "0202673": 1894, "0245634": 1894, "0216013": 1894, "0291177": 1894, "0286001": 1894, "0188474": 1894, "32021": 1894, "145208": 1894, "299348": 1894, "2622": 1894, "56478": 1894, "67": [1894, 1905], "3379": 1894, "3452": 1894, "0011805": 1894, "000181326": 1894, "000179286": 1894, "0028098": 1894, "00435092": 1894, "10985": 1894, "110689": 1894, "109008": 1894, "108916": 1894, "110303": 1894, "107539": 1894, "0246851": 1894, "0198646": 1894, "0291511": 1894, "0290647": 1894, "0206731": 1894, "0254268": 1894, "0218722": 1894, "0289571": 1894, "0286299": 1894, "0222124": 1894, "311403": 1894, "147042": 1894, "294083": 1894, "1267": 1894, "44771": 1894, "3416": 1894, "3399": 1894, "00117656": 1894, "00018061": 1894, "000181128": 1894, "00213807": 1894, "00367637": 1894, "108138": 1894, "108557": 1894, "107721": 1894, "107349": 1894, "10754": 1894, "107159": 1894, "0241131": 1894, "0196703": 1894, "0286151": 1894, "0286033": 1894, "0195795": 1894, "0246752": 1894, "0211784": 1894, "0280695": 1894, "0287669": 1894, "0205929": 1894, "304464": 1894, "147427": 1894, "29027": 1894, "0936": 1894, "29194": 1894, "3511": 1894, "3491": 1894, "00114259": 1894, "000175433": 1894, "000179077": 1894, "00242444": 1894, "00392154": 1894, "10962": 1894, "109395": 1894, "109845": 1894, "109451": 1894, "109748": 1894, "109154": 1894, "0249161": 1894, "0216244": 1894, "0291868": 1894, "0285771": 1894, "0203135": 1894, "0252576": 1894, "0204928": 1894, "0309103": 1894, "0297791": 1894, "0197803": 1894, "302655": 1894, "142606": 1894, "287607": 1894, "059": 1894, "68458": 1894, "69": 1894, "3489": 1894, "3391": 1894, "00117954": 1894, "00018076": 1894, "000176842": 1894, "00274281": 1894, "00427996": 1894, "109167": 1894, "108878": 1894, "109457": 1894, "108529": 1894, "108384": 1894, "108673": 1894, "0251343": 1894, "0216667": 1894, "0298085": 1894, "0295327": 1894, "0194249": 1894, "0255293": 1894, "0224029": 1894, "0305386": 1894, "0293344": 1894, "0197125": 1894, "300808": 1894, "144613": 1894, "288052": 1894, "9724": 1894, "14536": 1894, "71": 1894, "3551": 1894, "3575": 1894, "0011946": 1894, "000173127": 1894, "000178696": 1894, "000725342": 1894, "00227176": 1894, "10916": 1894, "109252": 1894, "109067": 1894, "110798": 1894, "111607": 1894, "109984": 1894, "0252051": 1894, "0218661": 1894, "0287308": 1894, "0302921": 1894, "0199362": 1894, "0245902": 1894, "0197972": 1894, "0288953": 1894, "0308568": 1894, "0187846": 1894, "298548": 1894, "140103": 1894, "282513": 1894, "9563": 1894, "49552": 1894, "3442": 1894, "3488": 1894, "00116768": 1894, "000183687": 1894, "000177624": 1894, "00147453": 1894, "00300352": 1894, "107424": 1894, "105809": 1894, "109051": 1894, "108968": 1894, "108578": 1894, "109357": 1894, "024976": 1894, "0210199": 1894, "0283776": 1894, "0301075": 1894, "0203983": 1894, "0244054": 1894, "0201315": 1894, "0293393": 1894, "0275322": 1894, "0205381": 1894, "295469": 1894, "14504": 1894, "283466": 1894, "9659": 1894, "57761": 1894, "3593": 1894, "3578": 1894, "00119755": 1894, "000171298": 1894, "000178299": 1894, "000705123": 1894, "00225227": 1894, "109572": 1894, "109969": 1894, "109176": 1894, "108779": 1894, "110629": 1894, "106946": 1894, "025333": 1894, "0219449": 1894, "0308511": 1894, "0284571": 1894, "020084": 1894, "0258108": 1894, "0222851": 1894, "0286898": 1894, "0299628": 1894, "0222489": 1894, "300119": 1894, "139701": 1894, "28036": 1894, "9498": 1894, "22266": 1894, "62": 1894, "3104": 1894, "44": 1894, "3133": 1894, "00121134": 1894, "000183093": 1894, "00017673": 1894, "000906627": 1894, "0024778": 1894, "0934283": 1894, "0932668": 1894, "0935907": 1894, "0930836": 1894, "092358": 1894, "0938117": 1894, "0172868": 1894, "0159668": 1894, "0180807": 1894, "0190679": 1894, "mov": 1894, "10e": 1894, "0160378": 1894, "0178545": 1894, "0169909": 1894, "0189613": 1894, "0198869": 1894, "0155637": 1894, "158822": 1894, "319168": 1894, "5225": 1894, "04599": 1894, "83": 1894, "4197": 1894, "4072": 1894, "001176": 1894, "000176303": 1894, "000176643": 1894, "00180564": 1894, "00333458": 1894, "0993743": 1894, "0997124": 1894, "0990345": 1894, "100148": 1894, "101078": 1894, "0992169": 1894, "0218489": 1894, "0174252": 1894, "0266929": 1894, "0274607": 1894, "0158329": 1894, "0214816": 1894, "0163185": 1894, "0269219": 1894, "0273557": 1894, "0153002": 1894, "220527": 1894, "119323": 1894, "244041": 1894, "2385": 1894, "45713": 1894, "4643": 1894, "4501": 1894, "00117401": 1894, "000176022": 1894, "000174079": 1894, "000579364": 1894, "00210348": 1894, "0982657": 1894, "0973164": 1894, "0992208": 1894, "0987098": 1894, "0983834": 1894, "0990353": 1894, "0202451": 1894, "015387": 1894, "0256575": 1894, "0253815": 1894, "delta_dow": 1894, "0146119": 1894, "0200653": 1894, "0153902": 1894, "0249793": 1894, "025014": 1894, "0147525": 1894, "17415": 1894, "107687": 1894, "217982": 1894, "62833": 1894, "4923": 1894, "48": 1894, "4800": 1894, "00119368": 1894, "000175437": 1894, "00017678": 1894, "000532081": 1894, "00207798": 1894, "0947289": 1894, "0935515": 1894, "0959141": 1894, "096231": 1894, "0961732": 1894, "0962883": 1894, "017825": 1894, "0147368": 1894, "0225432": 1894, "0209947": 1894, "012999": 1894, "0170501": 1894, "0140059": 1894, "0210924": 1894, "0203299": 1894, "0127166": 1894, "15403": 1894, "101398": 1894, "205843": 1894, "9996": 1894, "4483": 1894, "78104": 1894, "5020": 1894, "00114739": 1894, "00017381": 1894, "000178013": 1894, "000545071": 1894, "00204428": 1894, "0927996": 1894, "0912686": 1894, "0943404": 1894, "0945209": 1894, "0935476": 1894, "0954924": 1894, "0165653": 1894, "0146711": 1894, "0186621": 1894, "0196094": 1894, "0133023": 1894, "0159569": 1894, "0145658": 1894, "0187106": 1894, "0171739": 1894, "0133664": 1894, "141392": 1894, "0971904": 1894, "198948": 1894, "9986": 1894, "3498": 1894, "59359": 1894, "5111": 1894, "00118152": 1894, "000174143": 1894, "000175604": 1894, "00170096": 1894, "00323222": 1894, "0928359": 1894, "0932811": 1894, "0923878": 1894, "0926255": 1894, "0928757": 1894, "092377": 1894, "0146763": 1894, "012186": 1894, "0176325": 1894, "016766": 1894, "0121195": 1894, "0149209": 1894, "0131733": 1894, "017507": 1894, "017798": 1894, "0111765": 1894, "132209": 1894, "0976131": 1894, "194463": 1894, "9962": 1894, "2003": [1894, 1901, 1906], "38459": 1894, "5262": 1894, "00116593": 1894, "000180144": 1894, "000180288": 1894, "00058201": 1894, "00210837": 1894, "0928416": 1894, "0906576": 1894, "0950149": 1894, "0920252": 1894, "0907245": 1894, "0933179": 1894, "013903": 1894, "0125541": 1894, "0153914": 1894, "0162744": 1894, "0113805": 1894, "0144144": 1894, "0126455": 1894, "0165371": 1894, "0155525": 1894, "0128903": 1894, "125583": 1894, "0940647": 1894, "188429": 1894, "9966": 1894, "0978": 1894, "6759": 1894, "5211": 1894, "00116479": 1894, "000173907": 1894, "000176399": 1894, "000532991": 1894, "00204808": 1894, "0919096": 1894, "0916205": 1894, "0921987": 1894, "0927888": 1894, "0930645": 1894, "0925146": 1894, "0144265": 1894, "0127007": 1894, "0166647": 1894, "0163973": 1894, "0119593": 1894, "0141665": 1894, "0122729": 1894, "0168521": 1894, "0155449": 1894, "0119799": 1894, "129702": 1894, "094935": 1894, "190139": 1894, "9904": 1894, "1729": 1894, "37016": 1894, "5241": 1894, "00117719": 1894, "000175777": 1894, "000177851": 1894, "000601851": 1894, "00213267": 1894, "0924057": 1894, "0915808": 1894, "0932353": 1894, "0931618": 1894, "0928729": 1894, "0934482": 1894, "0143961": 1894, "0125352": 1894, "0161123": 1894, "0168691": 1894, "0120458": 1894, "0142763": 1894, "0131137": 1894, "0156373": 1894, "0161881": 1894, "0121205": 1894, "126835": 1894, "0933722": 1894, "192358": 1894, "9932": 1894, "1737": 1894, "14348": 1894, "47": 1894, "4994": 1894, "4864": 1894, "00118008": 1894, "000178815": 1894, "000177486": 1894, "00366987": 1894, "00520625": 1894, "0920425": 1894, "0909091": 1894, "0931849": 1894, "0924267": 1894, "0933546": 1894, "091505": 1894, "0137666": 1894, "012333": 1894, "0161586": 1894, "0154218": 1894, "0111436": 1894, "0139227": 1894, "0114924": 1894, "0157556": 1894, "0157009": 1894, "0127152": 1894, "129222": 1894, "100126": 1894, "201704": 1894, "9968": 1894, "1866": 1894, "15122": 1894, "3398": 1894, "3460": 1894, "00124187": 1894, "000178268": 1894, "000178552": 1894, "00207588": 1894, "00367458": 1894, "0855862": 1894, "0862303": 1894, "0849443": 1894, "0862647": 1894, "0861289": 1894, "0864004": 1894, "0161327": 1894, "0135714": 1894, "0190244": 1894, "0183747": 1894, "0135908": 1894, "016286": 1894, "0142857": 1894, "0191166": 1894, "0189973": 1894, "0126796": 1894, "300009": 1894, "146407": 1894, "293905": 1894, "785": 1894, "47307": 1894, "93": 1894, "4679": 1894, "4715": 1894, "0012242": 1894, "000183404": 1894, "000184269": 1894, "00114776": 1894, "00273964": 1894, "0903981": 1894, "0901523": 1894, "090646": 1894, "0904723": 1894, "0912343": 1894, "delt": 1894, "a_down": 1894, "0897165": 1894, "0165848": 1894, "0118808": 1894, "0210818": 1894, "0219767": 1894, "0114437": 1894, "016681": 1894, "0124508": 1894, "0208665": 1894, "0211651": 1894, "0121752": 1894, "143248": 1894, "107062": 1894, "214947": 1894, "4458": 1894, "54242": 1894, "5544": 1894, "00114817": 1894, "000177973": 1894, "000178907": 1894, "000659669": 1894, "00216472": 1894, "0857364": 1894, "0845932": 1894, "0868874": 1894, "0848534": 1894, "0837722": 1894, "0859277": 1894, "opera": 1894, "tor": 1894, "0134187": 1894, "0102856": 1894, "0163494": 1894, "0164149": 1894, "0106362": 1894, "0138114": 1894, "0111514": 1894, "0171747": 1894, "0166038": 1894, "0102768": 1894, "105283": 1894, "0887984": 1894, "178604": 1894, "9994": 1894, "9382": 1894, "24137": 1894, "58": 1894, "5892": 1894, "00115656": 1894, "000172163": 1894, "000171354": 1894, "000511025": 1894, "0020111": 1894, "0813375": 1894, "0807074": 1894, "0819679": 1894, "0805692": 1894, "0807933": 1894, "0803457": 1894, "0106639": 1894, "00997202": 1894, "0117378": 1894, "0126783": 1894, "00827334": 1894, "010986": 1894, "0102901": 1894, "011223": 1894, "0124831": 1894, "00993179": 1894, "0924834": 1894, "0846274": 1894, "167454": 1894, "7817": 1894, "85936": 1894, "60": 1894, "6006": 1894, "00115569": 1894, "000178144": 1894, "000176416": 1894, "000650654": 1894, "0021609": 1894, "0807803": 1894, "0806915": 1894, "0808702": 1894, "0812727": 1894, "081801": 1894, "0807463": 1894, "0099321": 1894, "00904017": 1894, "0110288": 1894, "0113006": 1894, "00836602": 1894, "00970767": 1894, "00951802": 1894, "0101806": 1894, "0106859": 1894, "00843022": 1894, "086534": 1894, "0813237": 1894, "165674": 1894, "7405": 1894, "74432": 1894, "6050": 1894, "00117191": 1894, "000175165": 1894, "00017454": 1894, "00050787": 1894, "00202948": 1894, "0802191": 1894, "0791924": 1894, "0812492": 1894, "0809095": 1894, "0803057": 1894, "0815111": 1894, "00969948": 1894, "00925127": 1894, "0103824": 1894, "0101984": 1894, "00897148": 1894, "00927175": 1894, "0082894": 1894, "010285": 1894, "0103947": 1894, "00810573": 1894, "0879604": 1894, "0832035": 1894, "16585": 1894, "9974": 1894, "7589": 1894, "9097": 1894, "6139": 1894, "00118529": 1894, "000172073": 1894, "000172366": 1894, "000496923": 1894, "00202665": 1894, "0795869": 1894, "0790479": 1894, "0801287": 1894, "0793488": 1894, "0792065": 1894, "0794908": 1894, "00889574": 1894, "00825277": 1894, "00949215": 1894, "00962801": 1894, "00821994": 1894, "00910054": 1894, "00828074": 1894, "0100862": 1894, "00971145": 1894, "00831268": 1894, "0841257": 1894, "0818062": 1894, "16097": 1894, "9978": 1894, "6771": 1894, "1042": 1894, "6153": 1894, "00115225": 1894, "000171762": 1894, "000172688": 1894, "000498098": 1894, "00199479": 1894, "080043": 1894, "0801369": 1894, "0799484": 1894, "0794563": 1894, "0801462": 1894, "0787702": 1894, "00927618": 1894, "00859689": 1894, "00934467": 1894, "0107302": 1894, "00842416": 1894, "00952857": 1894, "00895115": 1894, "00986343": 1894, "0104291": 1894, "00886475": 1894, "0843788": 1894, "0796422": 1894, "161897": 1894, "6928": 1894, "26924": 1894, "59": [1894, 1900, 1905], "5957": 1894, "00115623": 1894, "00017426": 1894, "000175525": 1894, "000538327": 1894, "00204434": 1894, "0811482": 1894, "0799815": 1894, "0823172": 1894, "079918": 1894, "0798255": 1894, "0800096": 1894, "00925476": 1894, "00855502": 1894, "00981487": 1894, "0105368": 1894, "0081249": 1894, "00993752": 1894, "00927793": 1894, "00998653": 1894, "0106884": 1894, "00978858": 1894, "0876537": 1894, "0830675": 1894, "166809": 1894, "7751": 1894, "16191": 1894, "6097": 1894, "00115244": 1894, "00017814": 1894, "000175008": 1894, "000491659": 1894, "00199724": 1894, "0796655": 1894, "0798424": 1894, "0794869": 1894, "0806294": 1894, "0818259": 1894, "0794333": 1894, "00948261": 1894, "00896616": 1894, "0110163": 1894, "00972801": 1894, "00824513": 1894, "moveu": 1894, "00907485": 1894, "00870093": 1894, "00888078": 1894, "00987143": 1894, "00884075": 1894, "0868053": 1894, "0820692": 1894, "162871": 1894, "7002": 1894, "1179": 1894, "78": 1894, "3931": 1894, "3916": 1894, "00116999": 1894, "000178971": 1894, "000177013": 1894, "000661933": 1894, "0021879": 1894, "0825932": 1894, "0821367": 1894, "0830489": 1894, "0829548": 1894, "0825535": 1894, "0833533": 1894, "0149825": 1894, "0128456": 1894, "016206": 1894, "018634": 1894, "0122235": 1894, "0149866": 1894, "0129654": 1894, "0173514": 1894, "0175802": 1894, "0119693": 1894, "233272": 1894, "128126": 1894, "253855": 1894, "9717": 1894, "67936": 1894, "6032": 1894, "00115504": 1894, "000170611": 1894, "000174805": 1894, "00128361": 1894, "00278407": 1894, "0831347": 1894, "0826692": 1894, "0836028": 1894, "083416": 1894, "0828652": 1894, "083969": 1894, "0133214": 1894, "00978535": 1894, "0162945": 1894, "0179412": 1894, "00930456": 1894, "0131809": 1894, "0100251": 1894, "0165614": 1894, "0171715": 1894, "00890798": 1894, "0923836": 1894, "0827155": 1894, "168187": 1894, "7472": 1894, "10055": 1894, "65": 1894, "6573": 1894, "00119869": 1894, "000176954": 1894, "000178311": 1894, "000494936": 1894, "00204889": 1894, "07622": 1894, "075692": 1894, "0767499": 1894, "0754528": 1894, "0759239": 1894, "074984": 1894, "0088625": 1894, "00809271": 1894, "00996209": 1894, "0113564": 1894, "00605505": 1894, "00928461": 1894, "00818713": 1894, "0108847": 1894, "0106967": 1894, "00735": 1894, "0695589": 1894, "0759537": 1894, "150655": 1894, "4869": 1894, "47014": 1894, "6728": 1894, "0011518": 1894, "000170142": 1894, "000172553": 1894, "000480502": 1894, "001975": 1894, "0724759": 1894, "0715636": 1894, "0733873": 1894, "0720517": 1894, "0711002": 1894, "0730012": 1894, "00731203": 1894, "00710724": 1894, "00752697": 1894, "00819281": 1894, "00642832": 1894, "mo": 1894, "ve": 1894, "00748132": 1894, "00743524": 1894, "00759443": 1894, "00848466": 1894, "00640077": 1894, "0638096": 1894, "0742757": 1894, "147119": 1894, "4453": 1894, "27009": 1894, "6765": 1894, "0011343": 1894, "000175784": 1894, "000175253": 1894, "000505452": 1894, "00199079": 1894, "0713425": 1894, "0706458": 1894, "07204": 1894, "0718967": 1894, "0720733": 1894, "0717211": 1894, "00752552": 1894, "00686625": 1894, "00816653": 1894, "00877613": 1894, "00630587": 1894, "00721517": 1894, "00625928": 1894, "00727505": 1894, "00856445": 1894, "00676213": 1894, "063708": 1894, "073321": 1894, "146845": 1894, "991": 1894, "442": 1894, "81646": 1894, "6760": 1894, "00115614": 1894, "000174304": 1894, "000175429": 1894, "000510379": 1894, "00201626": 1894, "0722835": 1894, "071304": 1894, "0732643": 1894, "0724337": 1894, "0720262": 1894, "07284": 1894, "00747649": 1894, "00767686": 1894, "00721154": 1894, "00852148": 1894, "00649195": 1894, "00737793": 1894, "00707822": 1894, "00711645": 1894, "00876561": 1894, "00655318": 1894, "0641534": 1894, "0730972": 1894, "147456": 1894, "996": 1894, "4256": 1894, "87925": 1894, "6797": 1894, "00115404": 1894, "000171099": 1894, "000173656": 1894, "00048374": 1894, "00198254": 1894, "0719672": 1894, "0706898": 1894, "0732397": 1894, "0715593": 1894, "0704335": 1894, "0726812": 1894, "00708196": 1894, "00686678": 1894, "0078658": 1894, "00743821": 1894, "0061632": 1894, "0071656": 1894, "00718669": 1894, "00766542": 1894, "00723975": 1894, "00656952": 1894, "0617984": 1894, "0741883": 1894, "146003": 1894, "9934": 1894, "4186": 1894, "97262": 1894, "6733": 1894, "00117": 1894, "000176397": 1894, "000174993": 1894, "00058778": 1894, "00210917": 1894, "0723829": 1894, "0719869": 1894, "072779": 1894, "0718631": 1894, "0717641": 1894, "0719614": 1894, "00704912": 1894, "00711842": 1894, "00702896": 1894, "00800765": 1894, "00603686": 1894, "00728255": 1894, "00728605": 1894, "00757032": 1894, "00808733": 1894, "00617878": 1894, "0647355": 1894, "0728214": 1894, "146776": 1894, "9972": 1894, "4233": 1894, "35075": 1894, "6761": 1894, "00113392": 1894, "000174943": 1894, "000180306": 1894, "000498955": 1894, "00198812": 1894, "0720697": 1894, "0712123": 1894, "0729294": 1894, "0721389": 1894, "0714645": 1894, "0728079": 1894, "0070591": 1894, "00725576": 1894, "00753265": 1894, "00761844": 1894, "00582509": 1894, "00700508": 1894, "00793267": 1894, "0067748": 1894, "00738887": 1894, "00593318": 1894, "0639617": 1894, "0738343": 1894, "147712": 1894, "4578": 1894, "74578": 1894, "6668": 1894, "0011519": 1894, "000174972": 1894, "000177178": 1894, "000500343": 1894, "00200439": 1894, "0700786": 1894, "0702968": 1894, "0698603": 1894, "0696558": 1894, "0699828": 1894, "0693299": 1894, "ou": 1894, "perat": 1894, "00679017": 1894, "00662199": 1894, "00680628": 1894, "00800669": 1894, "00572275": 1894, "00691247": 1894, "00703885": 1894, "00726199": 1894, "00740299": 1894, "00594573": 1894, "0655141": 1894, "0722333": 1894, "14909": 1894, "499": 1894, "74692": 1894, "4202": 1894, "4308": 1894, "00119195": 1894, "000172087": 1894, "000176853": 1894, "000651202": 1894, "00219209": 1894, "0784645": 1894, "077737": 1894, "0791939": 1894, "0778967": 1894, "0777312": 1894, "0780616": 1894, "0137605": 1894, "0106226": 1894, "0159981": 1894, "0181051": 1894, "0102649": 1894, "014284": 1894, "0107163": 1894, "0180735": 1894, "0173927": 1894, "010941": 1894, "194802": 1894, "117678": 1894, "232515": 1894, "5417": 1894, "37617": 1894, "6826": 1894, "0011367": 1894, "000175053": 1894, "000174838": 1894, "000507683": 1894, "00199427": 1894, "0766449": 1894, "0764292": 1894, "0768612": 1894, "0761625": 1894, "0763946": 1894, "0759317": 1894, "0106741": 1894, "00774466": 1894, "0136975": 1894, "0145652": 1894, "0067659": 1894, "0108867": 1894, "00786259": 1894, "0137408": 1894, "0148857": 1894, "00699944": 1894, "0664264": 1894, "0726063": 1894, "145565": 1894, "4098": 1894, "66327": 1894, "73": 1894, "7364": 1894, "00113329": 1894, "000175666": 1894, "00017359": 1894, "000493932": 1894, "00197648": 1894, "0666085": 1894, "0665451": 1894, "066672": 1894, "0667213": 1894, "0672132": 1894, "0662322": 1894, "00669763": 1894, "00602932": 1894, "00748431": 1894, "00769875": 1894, "00559172": 1894, "00652602": 1894, "00578662": 1894, "00698408": 1894, "00760865": 1894, "00571634": 1894, "0514166": 1894, "0668013": 1894, "135057": 1894, "2625": 1894, "92343": 1894, "72": 1894, "7289": 1894, "00113231": 1894, "000174572": 1894, "000175548": 1894, "000526218": 1894, "00200864": 1894, "0648141": 1894, "0634921": 1894, "0661443": 1894, "0649517": 1894, "0649518": 1894, "0649516": 1894, "0061691": 1894, "00587146": 1894, "00646862": 1894, "00744427": 1894, "00489611": 1894, "00601018": 1894, "00491658": 1894, "00690701": 1894, "00676294": 1894, "00544022": 1894, "0503358": 1894, "0671483": 1894, "135564": 1894, "2763": 1894, "76404": 1894, "7343": 1894, "00116586": 1894, "000171716": 1894, "000175847": 1894, "000581802": 1894, "00209523": 1894, "0649176": 1894, "0641392": 1894, "0657014": 1894, "0647029": 1894, "0646974": 1894, "0647083": 1894, "00594983": 1894, "00583274": 1894, "00662917": 1894, "00637781": 1894, "00496899": 1894, "00605891": 1894, "00579733": 1894, "00580425": 1894, "00740682": 1894, "00521816": 1894, "0500971": 1894, "0681187": 1894, "135501": 1894, "9928": 1894, "2804": 1894, "52751": 1894, "7363": 1894, "00114743": 1894, "000174272": 1894, "000173083": 1894, "00048318": 1894, "00197796": 1894, "0648434": 1894, "0639435": 1894, "0657487": 1894, "0652002": 1894, "0650621": 1894, "0653372": 1894, "00653185": 1894, "00647684": 1894, "00700224": 1894, "00712778": 1894, "00552508": 1894, "00633317": 1894, "00574294": 1894, "00628081": 1894, "00798945": 1894, "00531256": 1894, "0519887": 1894, "0671887": 1894, "135337": 1894, "9896": 1894, "2736": 1894, "97512": 1894, "7350": 1894, "00114243": 1894, "000176064": 1894, "00017554": 1894, "000502765": 1894, "0019968": 1894, "0651064": 1894, "0640138": 1894, "0661968": 1894, "064921": 1894, "0643386": 1894, "0655007": 1894, "00608775": 1894, "00550639": 1894, "00688303": 1894, "00702353": 1894, "00494438": 1894, "00612031": 1894, "00518802": 1894, "006465": 1894, "00749811": 1894, "00532021": 1894, "0501661": 1894, "0677592": 1894, "135616": 1894, "9908": 1894, "2712": 1894, "45363": 1894, "7086": 1894, "00116354": 1894, "000175041": 1894, "000174947": 1894, "00112879": 1894, "00264231": 1894, "0650171": 1894, "0644201": 1894, "0656194": 1894, "0655976": 1894, "0658945": 1894, "0653032": 1894, "00591916": 1894, "00558637": 1894, "00615606": 1894, "00691088": 1894, "00502934": 1894, "0055814": 1894, "00478277": 1894, "00636994": 1894, "00639437": 1894, "00477878": 1894, "0504766": 1894, "0694536": 1894, "139764": 1894, "2853": 1894, "65569": 1894, "7286": 1894, "00114038": 1894, "000176438": 1894, "000175781": 1894, "000493773": 1894, "00198638": 1894, "06511": 1894, "0645775": 1894, "0656442": 1894, "065331": 1894, "0647873": 1894, "0658719": 1894, "00569673": 1894, "00567891": 1894, "00563549": 1894, "00576908": 1894, "00570335": 1894, "0056422": 1894, "00595789": 1894, "00547803": 1894, "00585611": 1894, "0052781": 1894, "0523878": 1894, "0673053": 1894, "136122": 1894, "14769": 1894, "00114125": 1894, "000176996": 1894, "000171122": 1894, "00150071": 1894, "00299008": 1894, "0655441": 1894, "0641989": 1894, "066902": 1894, "0656663": 1894, "0655177": 1894, "065813": 1894, "00574329": 1894, "00615239": 1894, "00584514": 1894, "00617653": 1894, "0047931": 1894, "su": 1894, "00557688": 1894, "00536355": 1894, "00589547": 1894, "0062092": 1894, "00483401": 1894, "0511499": 1894, "0669602": 1894, "138667": 1894, "2817": 1894, "92277": 1894, "4617": 1894, "4624": 1894, "00116428": 1894, "000175073": 1894, "000179122": 1894, "000624143": 1894, "00214262": 1894, "075023": 1894, "0737795": 1894, "0762717": 1894, "0754981": 1894, "0750419": 1894, "0759501": 1894, "0122848": 1894, "010087": 1894, "0149212": 1894, "0147216": 1894, "00942308": 1894, "0122644": 1894, "00940893": 1894, "0151437": 1894, "0152795": 1894, "00922575": 1894, "160022": 1894, "108396": 1894, "214303": 1894, "0593": 1894, "51099": 1894, "7205": 1894, "00114454": 1894, "000174778": 1894, "000178598": 1894, "000622807": 1894, "00212072": 1894, "0673988": 1894, "0660498": 1894, "0687521": 1894, "0665999": 1894, "0656989": 1894, "0674971": 1894, "00775671": 1894, "00641076": 1894, "00925224": 1894, "0098923": 1894, "00549451": 1894, "00814979": 1894, "0064208": 1894, "0094943": 1894, "0109052": 1894, "00577183": 1894, "0525718": 1894, "0684983": 1894, "13753": 1894, "2476": 1894, "18844": 1894, "76": 1894, "7605": 1894, "00111446": 1894, "000176218": 1894, "000173181": 1894, "000567391": 1894, "00203125": 1894, "0599149": 1894, "0587469": 1894, "0610859": 1894, "0603628": 1894, "0599454": 1894, "0607787": 1894, "00513004": 1894, "00500828": 1894, "00586709": 1894, "00532469": 1894, "00432035": 1894, "00484395": 1894, "00435256": 1894, "0050489": 1894, "00528113": 1894, "00468487": 1894, "0424689": 1894, "0623846": 1894, "129958": 1894, "1771": 1894, "90146": 1894, "7679": 1894, "00111329": 1894, "000174453": 1894, "000187997": 1894, "00052281": 1894, "00199855": 1894, "0597628": 1894, "0594387": 1894, "0600886": 1894, "0601823": 1894, "0602364": 1894, "0601285": 1894, "00498081": 1894, "00520013": 1894, "00499122": 1894, "00506582": 1894, "00466358": 1894, "00463958": 1894, "00460643": 1894, "00493022": 1894, "00485765": 1894, "00416083": 1894, "041741": 1894, "0630625": 1894, "128933": 1894, "9988": 1894, "1498": 1894, "35153": 1894, "7352": 1894, "0011521": 1894, "000179953": 1894, "000193562": 1894, "000986017": 1894, "00251163": 1894, "0607112": 1894, "0597318": 1894, "0616933": 1894, "0605566": 1894, "0600225": 1894, "0610896": 1894, "0048536": 1894, "00534402": 1894, "00512184": 1894, "00419329": 1894, "00474785": 1894, "00485389": 1894, "00482044": 1894, "00488813": 1894, "00502294": 1894, "00468169": 1894, "0414372": 1894, "0637003": 1894, "134183": 1894, "1644": 1894, "2926": 1894, "77": 1894, "7706": 1894, "00114883": 1894, "000172738": 1894, "000173912": 1894, "000500922": 1894, "0019964": 1894, "0597706": 1894, "058365": 1894, "0611883": 1894, "0603617": 1894, "0596815": 1894, "0610421": 1894, "00507342": 1894, "00552225": 1894, "00502914": 1894, "00519481": 1894, "0045431": 1894, "00475572": 1894, "00474486": 1894, "00519264": 1894, "00452235": 1894, "00455891": 1894, "0425655": 1894, "0640778": 1894, "1291": 1894, "1918": 1894, "29282": 1894, "57": 1894, "7662": 1894, "00114987": 1894, "000175873": 1894, "000174441": 1894, "000509332": 1894, "00200951": 1894, "059439": 1894, "0581668": 1894, "0607138": 1894, "0597239": 1894, "0590741": 1894, "06037": 1894, "00484312": 1894, "0048189": 1894, "00515876": 1894, "00478774": 1894, "00460903": 1894, "00469727": 1894, "0042228": 1894, "0049556": 1894, "00490294": 1894, "00470213": 1894, "0419401": 1894, "063158": 1894, "129703": 1894, "1825": 1894, "99906": 1894, "7668": 1894, "00113999": 1894, "000177145": 1894, "000494697": 1894, "0019877": 1894, "059728": 1894, "058413": 1894, "0610475": 1894, "06057": 1894, "0601686": 1894, "0609698": 1894, "00533349": 1894, "00561465": 1894, "00525122": 1894, "00578842": 1894, "00467645": 1894, "00479575": 1894, "00452891": 1894, "00515258": 1894, "00471774": 1894, "0047805": 1894, "0424987": 1894, "063466": 1894, "130279": 1894, "9944": 1894, "1765": 1894, "40606": 1894, "75": [1894, 1901, 1906], "7561": 1894, "00118073": 1894, "000176595": 1894, "000176277": 1894, "00126962": 1894, "00280322": 1894, "0596867": 1894, "0584019": 1894, "060971": 1894, "0597209": 1894, "0586373": 1894, "0608016": 1894, "00478203": 1894, "00492844": 1894, "00489903": 1894, "00478374": 1894, "00451458": 1894, "00471166": 1894, "00471679": 1894, "00453695": 1894, "00521538": 1894, "00437776": 1894, "0399454": 1894, "0650666": 1894, "131095": 1894, "9982": 1894, "1588": 1894, "33519": 1894, "7707": 1894, "00112932": 1894, "000173649": 1894, "000176619": 1894, "0005733": 1894, "00205289": 1894, "0604564": 1894, "0588577": 1894, "0620602": 1894, "0606382": 1894, "0597842": 1894, "0614869": 1894, "00508035": 1894, "00542338": 1894, "0051973": 1894, "00528804": 1894, "00440811": 1894, "00493871": 1894, "00482393": 1894, "00470077": 1894, "00566008": 1894, "0045722": 1894, "0412753": 1894, "0632685": 1894, "129126": 1894, "1691": 1894, "90488": 1894, "4971": 1894, "00118772": 1894, "000174399": 1894, "000175365": 1894, "000724154": 1894, "00226164": 1894, "0715393": 1894, "0714001": 1894, "0716792": 1894, "0708063": 1894, "0703415": 1894, "07127": 1894, "0109482": 1894, "00810392": 1894, "013351": 1894, "00807161": 1894, "10remov": 1894, "0114495": 1894, "00895825": 1894, "0147422": 1894, "0144898": 1894, "00756817": 1894, "136485": 1894, "0947748": 1894, "201123": 1894, "8101": 1894, "33423": 1894, "7784": 1894, "00114748": 1894, "000173434": 1894, "000173643": 1894, "000492445": 1894, "001987": 1894, "0620445": 1894, "0613942": 1894, "0626974": 1894, "0624537": 1894, "0626078": 1894, "0623003": 1894, "00688384": 1894, "00590854": 1894, "00871756": 1894, "00824825": 1894, "00467794": 1894, "00658183": 1894, "00538131": 1894, "00726536": 1894, "00855818": 1894, "0050996": 1894, "0414626": 1894, "0618828": 1894, "127212": 1894, "1285": 1894, "2533": 1894, "8085": 1894, "00114792": 1894, "000171199": 1894, "000170999": 1894, "000497123": 1894, "00198724": 1894, "0558467": 1894, "0548354": 1894, "0568613": 1894, "0563139": 1894, "0556514": 1894, "0569743": 1894, "00437746": 1894, "00445812": 1894, "00470138": 1894, "00439052": 1894, "00395763": 1894, "00414735": 1894, "00428681": 1894, "00416849": 1894, "00410326": 1894, "00403258": 1894, "0347029": 1894, "0598513": 1894, "122534": 1894, "0673": 1894, "48919": 1894, "8093": 1894, "0011215": 1894, "000173062": 1894, "00017243": 1894, "000481739": 1894, "00194873": 1894, "0551622": 1894, "0540573": 1894, "056271": 1894, "0554291": 1894, "0548532": 1894, "0560021": 1894, "00379637": 1894, "00380545": 1894, "00399505": 1894, "00374965": 1894, "00363535": 1894, "00366381": 1894, "00335177": 1894, "00377209": 1894, "00381376": 1894, "00371272": 1894, "0336264": 1894, "0597385": 1894, "12209": 1894, "12545": 1894, "8174": 1894, "00113455": 1894, "000172962": 1894, "000172111": 1894, "000494535": 1894, "00197415": 1894, "0555556": 1894, "0548071": 1894, "056308": 1894, "0565826": 1894, "0561847": 1894, "0569795": 1894, "00401386": 1894, "00431683": 1894, "00367912": 1894, "00402102": 1894, "00403548": 1894, "00343265": 1894, "00319218": 1894, "00357058": 1894, "00384326": 1894, "00311738": 1894, "0336175": 1894, "0608379": 1894, "120854": 1894, "0345": 1894, "44062": 1894, "8150": 1894, "0011493": 1894, "000176394": 1894, "000175145": 1894, "000636652": 1894, "00213749": 1894, "0561644": 1894, "0553785": 1894, "0569541": 1894, "0563292": 1894, "0563507": 1894, "0563077": 1894, "0040616": 1894, "00442985": 1894, "00424611": 1894, "00385272": 1894, "00371569": 1894, "00386509": 1894, "003755": 1894, "00376864": 1894, "00392764": 1894, "00400866": 1894, "0356184": 1894, "0611042": 1894, "121234": 1894, "0107": 1894, "51989": 1894, "8028": 1894, "00113187": 1894, "000172906": 1894, "000173854": 1894, "00119973": 1894, "00267836": 1894, "0569562": 1894, "0557674": 1894, "0581538": 1894, "0573977": 1894, "0568736": 1894, "057919": 1894, "00397292": 1894, "00431444": 1894, "00403564": 1894, "00342248": 1894, "00411819": 1894, "00370689": 1894, "00370983": 1894, "0034267": 1894, "00365311": 1894, "00403935": 1894, "0337761": 1894, "0612707": 1894, "122749": 1894, "0148": 1894, "53234": 1894, "8010": 1894, "00115006": 1894, "000171089": 1894, "000170973": 1894, "000614332": 1894, "00210645": 1894, "0595088": 1894, "0578924": 1894, "0611341": 1894, "0595746": 1894, "0587787": 1894, "0603688": 1894, "00426946": 1894, "00422307": 1894, "00518465": 1894, "00388528": 1894, "00378426": 1894, "00421233": 1894, "00335218": 1894, "00464931": 1894, "00480216": 1894, "00403033": 1894, "0367278": 1894, "0603263": 1894, "123466": 1894, "9806": 1894, "0485": 1894, "82185": 1894, "8154": 1894, "00112582": 1894, "000175281": 1894, "000174666": 1894, "000548011": 1894, "00202378": 1894, "056208": 1894, "0553238": 1894, "0570951": 1894, "0564072": 1894, "0561066": 1894, "0567066": 1894, "00407237": 1894, "00458353": 1894, "00414805": 1894, "00358938": 1894, "00396333": 1894, "00385295": 1894, "00384102": 1894, "00381134": 1894, "00384082": 1894, "0039189": 1894, "0336746": 1894, "0591636": 1894, "121264": 1894, "0118": 1894, "32063": 1894, "8130": 1894, "00112664": 1894, "000169903": 1894, "000170967": 1894, "000570233": 1894, "00203775": 1894, "0565456": 1894, "0560489": 1894, "0570416": 1894, "0565554": 1894, "0566927": 1894, "0564188": 1894, "00394695": 1894, "00453041": 1894, "003751": 1894, "00377433": 1894, "00372447": 1894, "00393142": 1894, "00393605": 1894, "00351129": 1894, "00412257": 1894, "00415485": 1894, "03294": 1894, "0595034": 1894, "121777": 1894, "0399": 1894, "72088": 1894, "5460": 1894, "00114313": 1894, "000173784": 1894, "000177948": 1894, "000703365": 1894, "00219823": 1894, "0696534": 1894, "0698218": 1894, "0694839": 1894, "0686236": 1894, "0693558": 1894, "0678957": 1894, "0101898": 1894, "00760697": 1894, "0134782": 1894, "0128854": 1894, "00681329": 1894, "010656": 1894, "00783997": 1894, "0139799": 1894, "0135968": 1894, "00715714": 1894, "113309": 1894, "0920199": 1894, "183328": 1894, "3798": 1894, "84919": 1894, "8267": 1894, "00113257": 1894, "000174729": 1894, "000171475": 1894, "000655191": 1894, "00213397": 1894, "0567635": 1894, "0558338": 1894, "0576938": 1894, "0570791": 1894, "0568651": 1894, "0572924": 1894, "00513888": 1894, "0044657": 1894, "00659921": 1894, "00590559": 1894, "00359382": 1894, "00494392": 1894, "00375318": 1894, "00599587": 1894, "00600445": 1894, "00399808": 1894, "0324819": 1894, "0581535": 1894, "119753": 1894, "9786": 1894, "6009": 1894, "8522": 1894, "00113484": 1894, "000174635": 1894, "00017281": 1894, "000471962": 1894, "00195425": 1894, "0522979": 1894, "0514701": 1894, "0531272": 1894, "0526289": 1894, "0525332": 1894, "052724": 1894, "0035412": 1894, "00398847": 1894, "00370725": 1894, "00335209": 1894, "00311216": 1894, "00335832": 1894, "00299014": 1894, "00369106": 1894, "0037407": 1894, "00300276": 1894, "0287871": 1894, "0573234": 1894, "116241": 1894, "9456": 1894, "58899": 1894, "8532": 1894, "00112831": 1894, "000175032": 1894, "000170599": 1894, "000477615": 1894, "00195155": 1894, "0510253": 1894, "0504098": 1894, "0516432": 1894, "0515426": 1894, "051475": 1894, "0516099": 1894, "00340387": 1894, "00378519": 1894, "0032779": 1894, "0033044": 1894, "00324285": 1894, "00317778": 1894, "00283378": 1894, "00321952": 1894, "00370341": 1894, "00294856": 1894, "0277202": 1894, "0570392": 1894, "116499": 1894, "9533": 1894, "78912": 1894, "8424": 1894, "00113708": 1894, "000169747": 1894, "000516366": 1894, "00199727": 1894, "0509114": 1894, "0494415": 1894, "0523881": 1894, "0515835": 1894, "0508587": 1894, "0523052": 1894, "00328518": 1894, "00378564": 1894, "00328526": 1894, "00299079": 1894, "00307324": 1894, "00292678": 1894, "00257701": 1894, "00286487": 1894, "0034609": 1894, "00279944": 1894, "0285168": 1894, "0573744": 1894, "117503": 1894, "9713": 1894, "77243": 1894, "8482": 1894, "00112907": 1894, "000171733": 1894, "000172552": 1894, "000497535": 1894, "00197089": 1894, "0518978": 1894, "0515069": 1894, "0522911": 1894, "0524093": 1894, "0525957": 1894, "052223": 1894, "00326625": 1894, "00386679": 1894, "00304207": 1894, "00291603": 1894, "00323224": 1894, "00301172": 1894, "00279397": 1894, "00282048": 1894, "0035536": 1894, "00287666": 1894, "0282139": 1894, "0573663": 1894, "117064": 1894, "9679": 1894, "24404": 1894, "8341": 1894, "0011421": 1894, "000175292": 1894, "00017538": 1894, "00057952": 1894, "00207229": 1894, "0514406": 1894, "0510664": 1894, "0518164": 1894, "051954": 1894, "0523787": 1894, "0515301": 1894, "00338554": 1894, "00366893": 1894, "00344041": 1894, "00307385": 1894, "0033557": 1894, "00305853": 1894, "00254999": 1894, "00326173": 1894, "00297855": 1894, "00343698": 1894, "0282974": 1894, "0568543": 1894, "118557": 1894, "9992": 1894, "9675": 1894, "34324": 1894, "8588": 1894, "00114523": 1894, "000173347": 1894, "000170297": 1894, "000496129": 1894, "001985": 1894, "0516234": 1894, "0507942": 1894, "0524561": 1894, "0515959": 1894, "0514668": 1894, "0517245": 1894, "00321691": 1894, "00343928": 1894, "00323961": 1894, "00322555": 1894, "00296047": 1894, "00319616": 1894, "00286625": 1894, "00345553": 1894, "00322388": 1894, "00323392": 1894, "0279356": 1894, "0577107": 1894, "115961": 1894, "998": 1894, "9502": 1894, "90419": 1894, "8520": 1894, "00113566": 1894, "000171149": 1894, "000171571": 1894, "000505713": 1894, "00198409": 1894, "0522993": 1894, "0518042": 1894, "0527968": 1894, "0523894": 1894, "0527668": 1894, "0520146": 1894, "00332163": 1894, "00385812": 1894, "00331033": 1894, "00287276": 1894, "00323793": 1894, "00320791": 1894, "00303251": 1894, "00257947": 1894, "00374368": 1894, "00347652": 1894, "0295904": 1894, "0569472": 1894, "116426": 1894, "999": 1894, "9579": 1894, "5502": 1894, "8308": 1894, "00113861": 1894, "00017479": 1894, "000171791": 1894, "000516632": 1894, "00200182": 1894, "052027": 1894, "0514887": 1894, "052567": 1894, "0525394": 1894, "0525082": 1894, "0525705": 1894, "00335517": 1894, "00413695": 1894, "00323186": 1894, "00292926": 1894, "00311042": 1894, "00302516": 1894, "00310847": 1894, "00289752": 1894, "00330243": 1894, "00279307": 1894, "0301017": 1894, "05751": 1894, "11865": 1894, "9998": 1894, "9797": 1894, "09128": 1894, "5758": 1894, "0011648": 1894, "000171131": 1894, "000177031": 1894, "00052665": 1894, "00203961": 1894, "0659214": 1894, "0645032": 1894, "0673451": 1894, "0664132": 1894, "0657103": 1894, "0671124": 1894, "00972141": 1894, "00816553": 1894, "0120463": 1894, "0123374": 1894, "00630649": 1894, "00948341": 1894, "00713825": 1894, "0120053": 1894, "0127712": 1894, "00596812": 1894, "0996916": 1894, "0850222": 1894, "173681": 1894, "1975": 1894, "8545": 1894, "8541": 1894, "00114865": 1894, "000173988": 1894, "000171794": 1894, "00119219": 1894, "00268662": 1894, "0532849": 1894, "0522147": 1894, "0543555": 1894, "053342": 1894, "0532922": 1894, "0533916": 1894, "00446188": 1894, "00427029": 1894, "0056238": 1894, "00476629": 1894, "0031903": 1894, "00436633": 1894, "00327022": 1894, "00473538": 1894, "00557037": 1894, "00387195": 1894, "0277647": 1894, "05598": 1894, "116407": 1894, "8927": 1894, "53428": 1894, "88": 1894, "8864": 1894, "00113772": 1894, "000172391": 1894, "000173831": 1894, "000667482": 1894, "00215142": 1894, "0487876": 1894, "0475343": 1894, "0500452": 1894, "0492262": 1894, "0486641": 1894, "0497856": 1894, "00317577": 1894, "0035957": 1894, "00350054": 1894, "00284136": 1894, "00275857": 1894, "00292205": 1894, "00258701": 1894, "00302885": 1894, "00338107": 1894, "0026844": 1894, "0236387": 1894, "0545816": 1894, "112377": 1894, "8792": 1894, "8611": 1894, "00115159": 1894, "000175224": 1894, "000172538": 1894, "000641879": 1894, "00214123": 1894, "048189": 1894, "0475752": 1894, "048804": 1894, "048684": 1894, "0485661": 1894, "0488014": 1894, "00280902": 1894, "00324111": 1894, "00320282": 1894, "00247802": 1894, "0023114": 1894, "0025366": 1894, "00258148": 1894, "00246217": 1894, "00286055": 1894, "00224081": 1894, "0246712": 1894, "0560449": 1894, "114722": 1894, "9191": 1894, "93015": 1894, "8682": 1894, "00113351": 1894, "00017218": 1894, "000169732": 1894, "00061197": 1894, "0020874": 1894, "0482681": 1894, "0473526": 1894, "0491879": 1894, "0482165": 1894, "0481162": 1894, "0483167": 1894, "00294627": 1894, "00344064": 1894, "00291673": 1894, "00275251": 1894, "00267103": 1894, "00298406": 1894, "0026251": 1894, "00285476": 1894, "00329326": 1894, "00315823": 1894, "0246552": 1894, "0552698": 1894, "114393": 1894, "88386": 1894, "8694": 1894, "00112254": 1894, "000171682": 1894, "000169843": 1894, "000609689": 1894, "00207376": 1894, "048889": 1894, "0478555": 1894, "0499248": 1894, "049152": 1894, "0484824": 1894, "0498193": 1894, "003037": 1894, "00320006": 1894, "00327777": 1894, "0029207": 1894, "00274846": 1894, "00285318": 1894, "00254032": 1894, "00293476": 1894, "00342016": 1894, "00251206": 1894, "0245681": 1894, "0554533": 1894, "113913": 1894, "8968": 1894, "21281": 1894, "87": 1894, "8797": 1894, "00112889": 1894, "000174991": 1894, "000176317": 1894, "000609379": 1894, "00208958": 1894, "0473094": 1894, "045965": 1894, "048656": 1894, "0473527": 1894, "046369": 1894, "0483339": 1894, "00272949": 1894, "00316006": 1894, "00287265": 1894, "00244254": 1894, "00243698": 1894, "0026367": 1894, "00258314": 1894, "00241881": 1894, "00319259": 1894, "00235322": 1894, "0233294": 1894, "0548638": 1894, "113268": 1894, "8957": 1894, "51035": 1894, "8705": 1894, "00116392": 1894, "000174849": 1894, "000171033": 1894, "000573339": 1894, "00208315": 1894, "0488708": 1894, "048186": 1894, "0495586": 1894, "0490466": 1894, "0489142": 1894, "049178": 1894, "00282094": 1894, "00316907": 1894, "00295433": 1894, "00271815": 1894, "00243883": 1894, "00273748": 1894, "00262902": 1894, "00272997": 1894, "00314165": 1894, "00244518": 1894, "0249233": 1894, "0546016": 1894, "11385": 1894, "9022": 1894, "34419": 1894, "8791": 1894, "00113176": 1894, "000173538": 1894, "000174227": 1894, "000500731": 1894, "00198025": 1894, "0492124": 1894, "0484356": 1894, "049993": 1894, "0489308": 1894, "048871": 1894, "0489904": 1894, "00273515": 1894, "00326991": 1894, "00276099": 1894, "00255092": 1894, "00235247": 1894, "00280445": 1894, "00258294": 1894, "0028585": 1894, "00317801": 1894, "00259388": 1894, "0245304": 1894, "0553609": 1894, "112756": 1894, "8688": 1894, "98793": 1894, "89": 1894, "8983": 1894, "00112999": 1894, "000172763": 1894, "000171394": 1894, "000627904": 1894, "00210205": 1894, "0486702": 1894, "0479463": 1894, "0493956": 1894, "0488597": 1894, "0489007": 1894, "0488189": 1894, "00274177": 1894, "00356041": 1894, "00275273": 1894, "00252121": 1894, "00212272": 1894, "00257861": 1894, "00265775": 1894, "00242603": 1894, "00290282": 1894, "00232661": 1894, "0231697": 1894, "0553643": 1894, "110655": 1894, "8281": 1894, "23047": 1894, "u1": 1894, "u10": 1894, "u7": 1894, "j2": 1894, "u11": 1894, "u8": 1894, "u12": 1894, "u9": 1894, "90": [1894, 1901, 1906], "somewher": 1894, "run_two_band": 1894, "se": 1894, "investig": [1894, 1898, 1903], "redirect": 1895, "start_redirect": 1895, "323600": 1895, "k_linear": 1895, "endpoint": [1895, 1902, 1903, 1904], "epsk": 1895, "pcolormesh": [1895, 1897, 1902, 1903], "rdbu_r": 1895, "shade": 1895, "vmin": 1895, "vmax": 1895, "set_label": 1895, "weak": [1897, 1898, 1902, 1903], "ferromagnet": [1897, 1899, 1902, 1904], "conist": [1897, 1902], "pauli": [1897, 1900, 1902, 1905], "mermin": [1897, 1899, 1902, 1904], "wagner": [1897, 1899, 1902, 1904], "theorem": [1897, 1898, 1899, 1902, 1903, 1904], "09": [253, 1897, 1902, 1903, 1904, 1906], "inlinebackend": [1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "figure_format": [1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "earier": [1897, 1902], "insead": [1897, 1902], "hamitonian": [1897, 1902], "python_api": [1897, 1902], "highlight": [1897, 1902], "__": [1897, 1902], "neigbhour": [1897, 1901, 1902, 1906], "h_r": [1897, 1901, 1902, 1906], "510934": 1897, "kmesh": [1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "0490874": [1897, 1902], "28319": [1897, 1902], "e_k_interp": [1897, 1902], "raster": [1897, 1902, 1903, 1904], "rdbu": [1897, 1902, 1903], "contour": [1897, 1902], "linestyl": [1897, 1902], "k_tick": [1897, 1902, 1903, 1904], "k_label": [1897, 1902], "xtick": [1897, 1902, 1903, 1904], "ytick": [1897, 1902, 1903, 1904], "va": [1897, 1902], "clip_on": [1897, 1902], "thepath": [1897, 1902], "python_refer": [1897, 1902], "k_vec": [1897, 1902, 1903, 1904], "k_plot": [1897, 1902, 1903, 1904], "wmesh": [1897, 1900, 1901, 1902, 1905, 1906], "wkmesh": [1897, 1902], "g0_wk": [1897, 1898, 1901, 1902, 1903, 1906], "lattice_dyson_g0_wk": [1897, 1901, 1902, 1906], "perfectli": [1897, 1898, 1901, 1902, 1903, 1906], "rho_k": [1897, 1902], "chi": [1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "chi_": [1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "dagger_a": [1898, 1903], "c_b": [1898, 1903], "dagger_c": [1898, 1903], "c_d": [1898, 1903], "wick": [1898, 1903], "convolut": [1898, 1903], "2frac": [1898, 1903], "inu_m": [1898, 1903], "nu_m": [1898, 1903], "fastest": [1898, 1903], "nu_n": [1898, 1903], "susceptibiltii": [1898, 1903], "fft": [1898, 1903], "triqs_trpf": [1898, 1903], "imtime_bubble_chi0_wk": [1898, 1901, 1903, 1906], "chi0_wk": [1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "nw": [1898, 1901, 1903, 1906], "greatli": [1898, 1903], "domin": [1898, 1903], "betaepsilon": [1898, 1903], "dinension": [1898, 1903], "extrema": [1898, 1903], "exercic": [1898, 1903], "manifest": [1898, 1903], "susecpt": [1898, 1903], "depdend": [1898, 1903], "sucept": [1898, 1903], "chi0_at_k_w": [1898, 1903], "susceptibilti": [1898, 1903], "chi_q_ref": [1898, 1903], "nan_to_num": [1898, 1903], "agre": [1898, 1903], "pad\u00e9": [1898, 1903], "fequenc": [1898, 1903], "fmesh": [1898, 1903], "chi_f": [1898, 1903], "pade_analytical_continuation_wk": [1898, 1903], "chi0_fk": [1898, 1903], "strongest": [1898, 1903], "susceptibilitii": [1898, 1903], "irreduc": [1899, 1904], "vertex": [1899, 1900, 1904, 1905], "denomin": [1899, 1900, 1901, 1904, 1905, 1906], "wherebi": [1899, 1904], "instabl": [1899, 1904], "predict": [1899, 1901, 1904, 1906], "unphys": [1899, 1901, 1904, 1906], "remedi": [1899, 1904], "shortcom": [1899, 1904], "solve_rpa_ph": [1899, 1900, 1901, 1904, 1905, 1906], "dtype": [1899, 1900, 1901, 1904, 1905, 1906], "compli": [1899, 1904], "chi_wk": [1899, 1900, 1901, 1904, 1905, 1906], "magnitud": [1899, 1904], "incommensur": [1899, 1904], "af": [1899, 1901, 1904, 1906], "andr\u00e9": [1900, 1905], "mari": [1900, 1905], "tremblai": [1900, 1901, 1905, 1906], "law": [1900, 1905], "tpc": [1900, 1901, 1905, 1906], "vertici": [1900, 1905], "cascad": [1900, 1905], "ansatz": [1900, 1901, 1905, 1906], "vilk": [1900, 1901, 1905, 1906], "franc": [1900, 1901, 1905, 1906], "1997": [1900, 1901, 1905, 1906], "1309": [1900, 1901, 1905, 1906], "1368": [1900, 1901, 1905, 1906], "solve_rpa": [1900, 1901, 1905, 1906], "triq_trpf": [1900, 1905], "focus": [1900, 1901, 1905, 1906], "brentq": [1900, 1901, 1905, 1906], "usp_root": [1900, 1901, 1905, 1906], "trace_chi": [1900, 1901, 1905, 1906], "chi_w": [1900, 1901, 1905, 1906], "squeez": [1900, 1901, 1903, 1904, 1905, 1906], "usp": [1900, 1901, 1905, 1906], "uch_root": [1900, 1901, 1905, 1906], "uch": [1900, 1901, 1905, 1906], "docc": [1900, 1901, 1905, 1906], "solve_tpsc": [1900, 1901, 1905, 1906], "iq_n": [1900, 1905], "violat": [1900, 1905], "1133": [1901, 1906], "1966": [1901, 1906], "imposs": [1901, 1906], "heurist": [1901, 1906], "proof": [1901, 1906], "collinear": [1901, 1906], "nabla": [1901, 1906], "wavelength": [1901, 1906], "classic": [1901, 1906], "equipartit": [1901, 1906], "k_bt": [1901, 1906], "rise": [1901, 1906], "infrar": [1901, 1906], "2q": [1901, 1906], "absurd": [1901, 1906], "hypothesi": [1901, 1906], "wave": [1901, 1906], "bubbl": [1901, 1903, 1906], "get_chi0": [1901, 1906], "tr_chi_sp": [1901, 1905, 1906], "diff": [1901, 1905, 1906], "tr_chi": [1901, 1905, 1906], "uc": [1901, 1905, 1906], "examin": [1901, 1906], "sum_n": [1901, 1906], "t_c": [1901, 1906], "t_rpa_vec": [1901, 1906], "concaten": [1901, 1905, 1906], "s_rpa_vec": [1901, 1906], "zeros_lik": [1901, 1905, 1906], "s_rpa": [1901, 1906], "4e": [1901, 1905, 1906], "rigor": [1901, 1906], "excercis": [1901, 1906], "whenc": [1901, 1906], "lowest": [1901, 1906], "sudden": [1901, 1906], "suddent": [1901, 1906], "anitferromagnet": [1901, 1906], "remnant": [1901, 1906], "kyung": [1901, 1906], "landri": [1901, 1906], "poulin": [1901, 1906], "099702": [1901, 1906], "asymptot": [1901, 1906], "trick": [1901, 1906], "appendix": [1901, 1906], "dar\u00e9": [1901, 1906], "14236": [1901, 1906], "1996": [1901, 1906], "intermedi": [1901, 1906], "rightarrow0": [1901, 1906], "rapid": [1901, 1906], "crossov": [1901, 1906], "2u": [1901, 1906], "866052": 1902, "kgrid1d": 1902, "a_k": 1902, "a_inv_k": 1902, "rho_k_interp": 1902, "box": 1903, "16384": 1903, "fourier_wk_to_wr": 1903, "fourier_wr_to_tr": 1903, "chi0_tr_from_grt_ph": 1903, "amp": 1903, "009086": 1903, "chi_wr_from_chi_tr": 1903, "chi_wk_from_chi_wr": 1903, "chi_interp": 1903, "q_x": [1903, 1904], "q_y": [1903, 1904], "chi0_k_interp": 1903, "k_g": 1903, "k_m": 1903, "k_pt": 1903, "_m": 1903, "ro": 1903, "var": 1903, "_1fkps792lsc0txclg5ky4300000gq": 1903, "ipykernel_50793": 1903, "228374747": 1903, "runtimewarn": 1903, "chi0_fk_interp": 1903, "chi_k_interp": 1904, "qx": 1904, "qy": 1904, "pcolor": 1904, "701127": 1904, "k_af": 1904, "u_vec": [1904, 1905], "chi_inv_vec": 1904, "5092181189127931": 1905, "5918677213723913": 1905, "18865226486409914": 1905, "778901915273313": 1905, "usp_vec": 1905, "uch_vec": 1905, "docc_vec": [1905, 1906], "0000e": [1905, 1906], "8960e": 1905, "2410e": 1905, "4133e": 1905, "6960e": 1905, "0074e": 1905, "3480e": 1905, "4299e": 1905, "4181e": 1905, "2964e": 1905, "0435e": 1905, "1509e": 1905, "2343e": 1905, "8118e": 1905, "3194e": 1905, "2029e": 1905, "5092e": 1905, "5919e": 1905, "8865e": 1905, "9155e": 1905, "1248e": 1905, "5962e": 1905, "1660e": 1905, "2127e": 1905, "3538e": 1905, "3187e": 1905, "8718e": 1905, "1594e": 1905, "imread": 1905, "overlai": 1905, "img": 1905, "fig2": 1905, "imshow": 1905, "sum_chi_vec": 1905, "sum_chi": 1905, "9935e": 1905, "5000e": [1905, 1906], "9969e": 1905, "0007e": 1905, "0024e": 1905, "0048e": 1905, "2500e": [1905, 1906], "0079e": 1905, "0118e": 1905, "7500e": 1905, "0166e": 1905, "0222e": 1905, "0287e": 1905, "617709": 1906, "7196e": 1906, "3333e": 1906, "5925e": 1906, "8000e": 1906, "5714e": 1906, "8783e": 1906, "6000e": 1906, "8462e": 1906, "2302e": 1906, "4000e": 1906, "1667e": 1906, "6725e": 1906, "2000e": 1906, "5455e": 1906, "2425e": 1906, "0006e": 1906, "5556e": 1906, "0503e": 1906, "5858e": 1906, "1429e": 1906, "0020e": 1906, "4436e": 1906, "5028e": 1906, "9329e": 1906, "t_tpsc_vec": 1906, "s_tpsc_vec": 1906, "u_sp_vec": 1906, "u_ch_vec": 1906, "s_tpsc": 1906, "ucrpa": 1906, "chi_sp_wk": 1906, "1151e": 1906, "9735e": 1906, "9469e": 1906, "6108e": 1906, "9065e": 1906, "3054e": 1906, "8166e": 1906, "3189e": 1906, "7718e": 1906, "5801e": 1906, "7324e": 1906, "9464e": 1906, "6148e": 1906, "0225e": 1906, "6343e": 1906, "9851e": 1906, "6667e": 1906, "4421e": 1906, "8411e": 1906, "5263e": 1906, "9599e": 1906, "3406e": 1906, "7133e": 1906, "4629e": 1906, "2155e": 1906, "2802e": 1906, "5589e": 1906, "4251e": 1906, "0735e": 1906, "2301e": 1906, "6547e": 1906, "3938e": 1906, "5004e": 1906, "1949e": 1906, "0900e": 1906, "3718e": 1906, "3575e": 1906, "1657e": 1906, "2228e": 1906, "3535e": 1906, "8974e": 1906, "8571e": 1906, "1527e": 1906, "2658e": 1906, "3454e": 1906, "6014e": 1906, "1327e": 1906, "3218e": 1906, "3330e": 1906, "0230e": 1906, "0869e": 1906, "4279e": 1906, "3043e": 1906, "2999e": 1906, "221": 1906, "222": 1906, "blow": 1906, "223": 1906, "u_sp": 1906, "224": 1906, "twoparticlerespons": 1907, "deeper": 1908, "profound": 1908, "port": 1908, "summari": 1908, "path_to_install_directori": 1908, "diretori": 1908, "show_vers": 1908, "9e": [252, 253], "6e": [252, 253], "3e": [252, 253], "00068": 252, "8e": 253, "5e": 253, "00098": 253, "00042": 253, "645497": [481, 482]}, "objects": {"": [[496, 0, 1, "", "HDFArchiveGroup"], [496, 0, 1, "", "HDFArchiveInert"], [495, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [494, 2, 0, "-", "h5"], [496, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[496, 1, 1, "", "apply_on_leaves"], [496, 1, 1, "", "create_group"], [496, 1, 1, "", "get_raw"], [496, 1, 1, "", "is_data"], [496, 1, 1, "", "is_group"], [496, 1, 1, "", "items"], [496, 1, 1, "", "keys"], [496, 1, 1, "", "read_attr"], [496, 1, 1, "", "root_path"], [496, 1, 1, "", "update"], [496, 1, 1, "", "values"]], "h5": [[496, 0, 1, "", "HDFArchive"]], "triqs": [[586, 2, 0, "-", "atom_diag"], [641, 2, 0, "-", "dos"], [655, 2, 0, "-", "fit"], [659, 2, 0, "-", "gf"], [1590, 2, 0, "-", "lattice"], [1667, 2, 0, "-", "operators"], [1722, 2, 0, "-", "plot"], [1731, 2, 0, "-", "random_generator"], [1736, 2, 0, "-", "stat"], [1750, 2, 0, "-", "sumk"], [1764, 2, 0, "-", "utility"]], "triqs.atom_diag": [[587, 3, 1, "", "AtomDiag"], [588, 2, 0, "-", "atom_diag"]], "triqs.atom_diag.atom_diag": [[589, 0, 1, "", "AtomDiagComplex"], [610, 0, 1, "", "AtomDiagReal"], [631, 3, 1, "", "act"], [632, 3, 1, "", "atomic_density_matrix"], [633, 3, 1, "", "atomic_g_iw"], [634, 3, 1, "", "atomic_g_l"], [635, 3, 1, "", "atomic_g_tau"], [636, 3, 1, "", "atomic_g_w"], [637, 3, 1, "", "partition_function"], [638, 3, 1, "", "quantum_number_eigenvalues"], [639, 3, 1, "", "quantum_number_eigenvalues_checked"], [640, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[590, 1, 1, "", "__init__"], [591, 1, 1, "", "c_connection"], [592, 1, 1, "", "c_matrix"], [593, 1, 1, "", "cdag_connection"], [594, 1, 1, "", "cdag_matrix"], [595, 4, 1, "", "energies"], [596, 1, 1, "", "flatten_subspace_index"], [597, 4, 1, "", "fock_states"], [598, 4, 1, "", "fops"], [599, 4, 1, "", "full_hilbert_space_dim"], [600, 1, 1, "", "get_eigenvalue"], [601, 1, 1, "", "get_subspace_dim"], [602, 1, 1, "", "get_subspace_dims"], [603, 4, 1, "", "gs_energy"], [604, 4, 1, "", "h_atomic"], [605, 4, 1, "", "n_subspaces"], [606, 4, 1, "", "quantum_numbers"], [607, 4, 1, "", "unitary_matrices"], [608, 4, 1, "", "vacuum_state"], [609, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[611, 1, 1, "", "__init__"], [612, 1, 1, "", "c_connection"], [613, 1, 1, "", "c_matrix"], [614, 1, 1, "", "cdag_connection"], [615, 1, 1, "", "cdag_matrix"], [616, 4, 1, "", "energies"], [617, 1, 1, "", "flatten_subspace_index"], [618, 4, 1, "", "fock_states"], [619, 4, 1, "", "fops"], [620, 4, 1, "", "full_hilbert_space_dim"], [621, 1, 1, "", "get_eigenvalue"], [622, 1, 1, "", "get_subspace_dim"], [623, 1, 1, "", "get_subspace_dims"], [624, 4, 1, "", "gs_energy"], [625, 4, 1, "", "h_atomic"], [626, 4, 1, "", "n_subspaces"], [627, 4, 1, "", "quantum_numbers"], [628, 4, 1, "", "unitary_matrices"], [629, 4, 1, "", "vacuum_state"], [630, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[642, 2, 0, "-", "dos"], [557, 3, 1, "", "dos_from_file"], [652, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[643, 0, 1, "", "DOS"], [647, 0, 1, "", "DOSFromFunction"], [651, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[644, 1, 1, "", "__init__"], [645, 1, 1, "", "copy"], [646, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[648, 1, 1, "", "__init__"], [649, 1, 1, "", "copy"], [650, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[653, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[654, 1, 1, "", "__init__"]], "triqs.fit": [[656, 2, 0, "-", "fit"]], "triqs.fit.fit": [[657, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[658, 1, 1, "", "__init__"]], "triqs.gf": [[660, 2, 0, "-", "backwd_compat"], [856, 2, 0, "-", "block2_gf"], [871, 2, 0, "-", "block_gf"], [896, 2, 0, "-", "descriptor_base"], [913, 2, 0, "-", "descriptors"], [932, 2, 0, "-", "dlr_crm_dyson_solver"], [934, 2, 0, "-", "gf"], [983, 2, 0, "-", "gf_factories"], [993, 2, 0, "-", "gf_fnt"], [1011, 2, 0, "-", "lazy_expressions"], [1026, 2, 0, "-", "map_block"], [1027, 2, 0, "-", "matsubara_freq"], [1034, 2, 0, "-", "mesh_point"], [1041, 2, 0, "-", "mesh_product"], [1051, 2, 0, "-", "meshes"], [1177, 2, 0, "-", "plot"], [1206, 2, 0, "-", "tools"], [1218, 2, 0, "-", "wrapped_aux"]], "triqs.gf.backwd_compat": [[661, 2, 0, "-", "gf_imfreq"], [700, 2, 0, "-", "gf_imtime"], [739, 2, 0, "-", "gf_legendre"], [778, 2, 0, "-", "gf_refreq"], [817, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[662, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[663, 1, 1, "", "__init__"], [664, 1, 1, "", "conjugate"], [665, 1, 1, "", "copy"], [666, 1, 1, "", "copy_from"], [667, 5, 1, "", "data"], [668, 1, 1, "", "density"], [669, 1, 1, "", "enforce_discontinuity"], [670, 1, 1, "", "fit_hermitian_tail"], [671, 1, 1, "", "fit_hermitian_tail_on_window"], [672, 1, 1, "", "fit_tail"], [673, 1, 1, "", "fit_tail_on_window"], [674, 1, 1, "", "from_L_G_R"], [675, 5, 1, "", "imag"], [676, 5, 1, "", "indices"], [677, 1, 1, "", "inverse"], [678, 1, 1, "", "invert"], [679, 1, 1, "", "is_gf_hermitian"], [680, 1, 1, "", "is_gf_real_in_tau"], [681, 5, 1, "", "mesh"], [682, 5, 1, "", "rank"], [683, 5, 1, "", "real"], [684, 1, 1, "", "rebinning_tau"], [685, 1, 1, "", "replace_by_tail"], [686, 1, 1, "", "replace_by_tail_in_fit_window"], [687, 1, 1, "", "set_from_fourier"], [688, 1, 1, "", "set_from_imfreq"], [689, 1, 1, "", "set_from_imtime"], [690, 1, 1, "", "set_from_legendre"], [691, 1, 1, "", "set_from_pade"], [692, 5, 1, "", "target_indices"], [693, 5, 1, "", "target_rank"], [694, 5, 1, "", "target_shape"], [695, 1, 1, "", "tau_L2_norm"], [696, 1, 1, "", "total_density"], [697, 1, 1, "", "transpose"], [698, 1, 1, "", "x_data_view"], [699, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[701, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[702, 1, 1, "", "__init__"], [703, 1, 1, "", "conjugate"], [704, 1, 1, "", "copy"], [705, 1, 1, "", "copy_from"], [706, 5, 1, "", "data"], [707, 1, 1, "", "density"], [708, 1, 1, "", "enforce_discontinuity"], [709, 1, 1, "", "fit_hermitian_tail"], [710, 1, 1, "", "fit_hermitian_tail_on_window"], [711, 1, 1, "", "fit_tail"], [712, 1, 1, "", "fit_tail_on_window"], [713, 1, 1, "", "from_L_G_R"], [714, 5, 1, "", "imag"], [715, 5, 1, "", "indices"], [716, 1, 1, "", "inverse"], [717, 1, 1, "", "invert"], [718, 1, 1, "", "is_gf_hermitian"], [719, 1, 1, "", "is_gf_real_in_tau"], [720, 5, 1, "", "mesh"], [721, 5, 1, "", "rank"], [722, 5, 1, "", "real"], [723, 1, 1, "", "rebinning_tau"], [724, 1, 1, "", "replace_by_tail"], [725, 1, 1, "", "replace_by_tail_in_fit_window"], [726, 1, 1, "", "set_from_fourier"], [727, 1, 1, "", "set_from_imfreq"], [728, 1, 1, "", "set_from_imtime"], [729, 1, 1, "", "set_from_legendre"], [730, 1, 1, "", "set_from_pade"], [731, 5, 1, "", "target_indices"], [732, 5, 1, "", "target_rank"], [733, 5, 1, "", "target_shape"], [734, 1, 1, "", "tau_L2_norm"], [735, 1, 1, "", "total_density"], [736, 1, 1, "", "transpose"], [737, 1, 1, "", "x_data_view"], [738, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[740, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[741, 1, 1, "", "__init__"], [742, 1, 1, "", "conjugate"], [743, 1, 1, "", "copy"], [744, 1, 1, "", "copy_from"], [745, 5, 1, "", "data"], [746, 1, 1, "", "density"], [747, 1, 1, "", "enforce_discontinuity"], [748, 1, 1, "", "fit_hermitian_tail"], [749, 1, 1, "", "fit_hermitian_tail_on_window"], [750, 1, 1, "", "fit_tail"], [751, 1, 1, "", "fit_tail_on_window"], [752, 1, 1, "", "from_L_G_R"], [753, 5, 1, "", "imag"], [754, 5, 1, "", "indices"], [755, 1, 1, "", "inverse"], [756, 1, 1, "", "invert"], [757, 1, 1, "", "is_gf_hermitian"], [758, 1, 1, "", "is_gf_real_in_tau"], [759, 5, 1, "", "mesh"], [760, 5, 1, "", "rank"], [761, 5, 1, "", "real"], [762, 1, 1, "", "rebinning_tau"], [763, 1, 1, "", "replace_by_tail"], [764, 1, 1, "", "replace_by_tail_in_fit_window"], [765, 1, 1, "", "set_from_fourier"], [766, 1, 1, "", "set_from_imfreq"], [767, 1, 1, "", "set_from_imtime"], [768, 1, 1, "", "set_from_legendre"], [769, 1, 1, "", "set_from_pade"], [770, 5, 1, "", "target_indices"], [771, 5, 1, "", "target_rank"], [772, 5, 1, "", "target_shape"], [773, 1, 1, "", "tau_L2_norm"], [774, 1, 1, "", "total_density"], [775, 1, 1, "", "transpose"], [776, 1, 1, "", "x_data_view"], [777, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[779, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[780, 1, 1, "", "__init__"], [781, 1, 1, "", "conjugate"], [782, 1, 1, "", "copy"], [783, 1, 1, "", "copy_from"], [784, 5, 1, "", "data"], [785, 1, 1, "", "density"], [786, 1, 1, "", "enforce_discontinuity"], [787, 1, 1, "", "fit_hermitian_tail"], [788, 1, 1, "", "fit_hermitian_tail_on_window"], [789, 1, 1, "", "fit_tail"], [790, 1, 1, "", "fit_tail_on_window"], [791, 1, 1, "", "from_L_G_R"], [792, 5, 1, "", "imag"], [793, 5, 1, "", "indices"], [794, 1, 1, "", "inverse"], [795, 1, 1, "", "invert"], [796, 1, 1, "", "is_gf_hermitian"], [797, 1, 1, "", "is_gf_real_in_tau"], [798, 5, 1, "", "mesh"], [799, 5, 1, "", "rank"], [800, 5, 1, "", "real"], [801, 1, 1, "", "rebinning_tau"], [802, 1, 1, "", "replace_by_tail"], [803, 1, 1, "", "replace_by_tail_in_fit_window"], [804, 1, 1, "", "set_from_fourier"], [805, 1, 1, "", "set_from_imfreq"], [806, 1, 1, "", "set_from_imtime"], [807, 1, 1, "", "set_from_legendre"], [808, 1, 1, "", "set_from_pade"], [809, 5, 1, "", "target_indices"], [810, 5, 1, "", "target_rank"], [811, 5, 1, "", "target_shape"], [812, 1, 1, "", "tau_L2_norm"], [813, 1, 1, "", "total_density"], [814, 1, 1, "", "transpose"], [815, 1, 1, "", "x_data_view"], [816, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[818, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[819, 1, 1, "", "__init__"], [820, 1, 1, "", "conjugate"], [821, 1, 1, "", "copy"], [822, 1, 1, "", "copy_from"], [823, 5, 1, "", "data"], [824, 1, 1, "", "density"], [825, 1, 1, "", "enforce_discontinuity"], [826, 1, 1, "", "fit_hermitian_tail"], [827, 1, 1, "", "fit_hermitian_tail_on_window"], [828, 1, 1, "", "fit_tail"], [829, 1, 1, "", "fit_tail_on_window"], [830, 1, 1, "", "from_L_G_R"], [831, 5, 1, "", "imag"], [832, 5, 1, "", "indices"], [833, 1, 1, "", "inverse"], [834, 1, 1, "", "invert"], [835, 1, 1, "", "is_gf_hermitian"], [836, 1, 1, "", "is_gf_real_in_tau"], [837, 5, 1, "", "mesh"], [838, 5, 1, "", "rank"], [839, 5, 1, "", "real"], [840, 1, 1, "", "rebinning_tau"], [841, 1, 1, "", "replace_by_tail"], [842, 1, 1, "", "replace_by_tail_in_fit_window"], [843, 1, 1, "", "set_from_fourier"], [844, 1, 1, "", "set_from_imfreq"], [845, 1, 1, "", "set_from_imtime"], [846, 1, 1, "", "set_from_legendre"], [847, 1, 1, "", "set_from_pade"], [848, 5, 1, "", "target_indices"], [849, 5, 1, "", "target_rank"], [850, 5, 1, "", "target_shape"], [851, 1, 1, "", "tau_L2_norm"], [852, 1, 1, "", "total_density"], [853, 1, 1, "", "transpose"], [854, 1, 1, "", "x_data_view"], [855, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[857, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[858, 1, 1, "", "__init__"], [859, 5, 1, "", "all_indices"], [860, 1, 1, "", "copy"], [861, 1, 1, "", "copy_from"], [862, 1, 1, "", "copy_selected_blocks"], [863, 5, 1, "", "imag"], [864, 5, 1, "", "indices"], [865, 5, 1, "", "indices1"], [866, 5, 1, "", "indices2"], [867, 5, 1, "", "n_blocks"], [868, 5, 1, "", "real"], [869, 1, 1, "", "view_selected_blocks"], [870, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[872, 0, 1, "", "BlockGf"], [894, 3, 1, "", "call_factory_from_dict"], [895, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[873, 1, 1, "", "__init__"], [874, 5, 1, "", "all_indices"], [875, 5, 1, "", "beta"], [876, 1, 1, "", "conjugate"], [877, 1, 1, "", "copy"], [878, 1, 1, "", "copy_from"], [879, 1, 1, "", "copy_selected_blocks"], [880, 1, 1, "", "density"], [881, 5, 1, "", "imag"], [882, 5, 1, "", "indices"], [883, 1, 1, "", "inverse"], [884, 1, 1, "", "invert"], [885, 1, 1, "", "load"], [886, 5, 1, "", "mesh"], [887, 5, 1, "", "n_blocks"], [888, 5, 1, "", "real"], [889, 1, 1, "", "save"], [890, 1, 1, "", "total_density"], [891, 1, 1, "", "transpose"], [892, 1, 1, "", "view_selected_blocks"], [893, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[897, 0, 1, "", "Base"], [899, 0, 1, "", "BaseBlock"], [902, 0, 1, "", "Const"], [904, 0, 1, "", "Function"], [906, 0, 1, "", "LazyCTX"], [908, 0, 1, "", "Omega_"], [910, 3, 1, "", "convert_scalar_to_const"], [911, 3, 1, "", "is_lazy"], [912, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[898, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[900, 1, 1, "", "__init__"], [901, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[903, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[905, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[907, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[909, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[914, 0, 1, "", "Flat"], [916, 0, 1, "", "Fourier"], [919, 0, 1, "", "LegendreToMatsubara"], [922, 0, 1, "", "MatsubaraToLegendre"], [548, 0, 1, "", "Omega"], [925, 0, 1, "", "OneFermionInTime"], [927, 0, 1, "", "SemiCircular"], [929, 4, 1, "", "Wilson"], [931, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[915, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[917, 1, 1, "", "__init__"], [918, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[920, 1, 1, "", "__init__"], [921, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[923, 1, 1, "", "__init__"], [924, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[926, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[928, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[930, 1, 1, "", "__init__"]], "triqs.gf.dlr_crm_dyson_solver": [[933, 3, 1, "", "minimize_dyson"]], "triqs.gf.gf": [[935, 0, 1, "", "AddMethod"], [938, 0, 1, "", "CallProxyNone"], [940, 0, 1, "", "Gf"], [978, 0, 1, "", "Idx"], [980, 3, 1, "", "add_method_helper"], [981, 3, 1, "", "bckwd"], [982, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[936, 1, 1, "", "__init__"], [937, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[939, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[941, 1, 1, "", "__init__"], [942, 1, 1, "", "conjugate"], [943, 1, 1, "", "copy"], [944, 1, 1, "", "copy_from"], [945, 5, 1, "", "data"], [946, 1, 1, "", "density"], [947, 1, 1, "", "enforce_discontinuity"], [948, 1, 1, "", "fit_hermitian_tail"], [949, 1, 1, "", "fit_hermitian_tail_on_window"], [950, 1, 1, "", "fit_tail"], [951, 1, 1, "", "fit_tail_on_window"], [952, 1, 1, "", "from_L_G_R"], [953, 5, 1, "", "imag"], [954, 5, 1, "", "indices"], [955, 1, 1, "", "inverse"], [956, 1, 1, "", "invert"], [957, 1, 1, "", "is_gf_hermitian"], [958, 1, 1, "", "is_gf_real_in_tau"], [959, 5, 1, "", "mesh"], [960, 5, 1, "", "rank"], [961, 5, 1, "", "real"], [962, 1, 1, "", "rebinning_tau"], [963, 1, 1, "", "replace_by_tail"], [964, 1, 1, "", "replace_by_tail_in_fit_window"], [965, 1, 1, "", "set_from_fourier"], [966, 1, 1, "", "set_from_imfreq"], [967, 1, 1, "", "set_from_imtime"], [968, 1, 1, "", "set_from_legendre"], [969, 1, 1, "", "set_from_pade"], [970, 5, 1, "", "target_indices"], [971, 5, 1, "", "target_rank"], [972, 5, 1, "", "target_shape"], [973, 1, 1, "", "tau_L2_norm"], [974, 1, 1, "", "total_density"], [975, 1, 1, "", "transpose"], [976, 1, 1, "", "x_data_view"], [977, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[979, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[984, 3, 1, "", "fit_gf_dlr"], [985, 3, 1, "", "make_gf_dlr"], [986, 3, 1, "", "make_gf_dlr_imfreq"], [987, 3, 1, "", "make_gf_dlr_imtime"], [988, 3, 1, "", "make_gf_from_fourier"], [989, 3, 1, "", "make_gf_imfreq"], [990, 3, 1, "", "make_gf_imtime"], [991, 3, 1, "", "make_hermitian"], [992, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[994, 3, 1, "", "density"], [995, 3, 1, "", "enforce_discontinuity"], [996, 3, 1, "", "fit_hermitian_tail"], [997, 3, 1, "", "fit_hermitian_tail_on_window"], [998, 3, 1, "", "fit_tail"], [999, 3, 1, "", "fit_tail_on_window"], [1000, 3, 1, "", "is_gf_hermitian"], [1001, 3, 1, "", "is_gf_real_in_tau"], [1002, 3, 1, "", "rebinning_tau"], [1003, 3, 1, "", "replace_by_tail"], [1004, 3, 1, "", "replace_by_tail_in_fit_window"], [1005, 3, 1, "", "set_from_fourier"], [1006, 3, 1, "", "set_from_imfreq"], [1007, 3, 1, "", "set_from_imtime"], [1008, 3, 1, "", "set_from_legendre"], [1009, 3, 1, "", "set_from_pade"], [1010, 3, 1, "", "tau_L2_norm"]], "triqs.gf.lazy_expressions": [[1012, 0, 1, "", "LazyExpr"], [1018, 0, 1, "", "LazyExprTerminal"], [1020, 3, 1, "", "all_terminals"], [1021, 3, 1, "", "eval_expr"], [1022, 3, 1, "", "eval_expr_with_context"], [1023, 3, 1, "", "lazy_function"], [1024, 3, 1, "", "make_lazy"], [1025, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[1013, 1, 1, "", "__init__"], [1014, 1, 1, "", "copy"], [1015, 1, 1, "", "get_terminal"], [1016, 1, 1, "", "is_terminal"], [1017, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1019, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[1028, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1029, 1, 1, "", "__init__"], [1028, 4, 1, "", "beta"], [1030, 5, 1, "", "imag"], [1031, 5, 1, "", "index"], [1028, 4, 1, "", "n"], [1032, 5, 1, "", "real"], [1028, 4, 1, "", "statistic"], [1033, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[1035, 0, 1, "", "MeshPoint"], [1039, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[1036, 1, 1, "", "__init__"], [1037, 5, 1, "", "imag"], [1038, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1040, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[1042, 0, 1, "", "MeshProduct"], [1050, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[1043, 1, 1, "", "__init__"], [1044, 5, 1, "", "components"], [1045, 1, 1, "", "copy"], [1046, 1, 1, "", "copy_from"], [1047, 5, 1, "", "rank"], [1048, 1, 1, "", "size_of_components"], [1049, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[1052, 0, 1, "", "MeshBrZone"], [1065, 0, 1, "", "MeshCycLat"], [1077, 0, 1, "", "MeshDLR"], [1090, 0, 1, "", "MeshDLRImFreq"], [1103, 0, 1, "", "MeshDLRImTime"], [1116, 0, 1, "", "MeshImFreq"], [1132, 0, 1, "", "MeshImTime"], [1143, 0, 1, "", "MeshLegendre"], [1152, 0, 1, "", "MeshReFreq"], [1164, 0, 1, "", "MeshReTime"], [1176, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[1053, 1, 1, "", "__init__"], [1054, 4, 1, "", "bz"], [1055, 1, 1, "", "closest_index"], [1056, 1, 1, "", "copy"], [1057, 1, 1, "", "copy_from"], [1058, 4, 1, "", "dims"], [1059, 4, 1, "", "mesh_hash"], [1060, 1, 1, "", "to_data_index"], [1061, 1, 1, "", "to_index"], [1062, 1, 1, "", "to_value"], [1063, 4, 1, "", "units"], [1064, 1, 1, "", "values"]], "triqs.gf.meshes.MeshCycLat": [[1066, 1, 1, "", "__init__"], [1067, 1, 1, "", "copy"], [1068, 1, 1, "", "copy_from"], [1069, 4, 1, "", "dims"], [1070, 4, 1, "", "lattice"], [1071, 4, 1, "", "mesh_hash"], [1072, 1, 1, "", "to_data_index"], [1073, 1, 1, "", "to_index"], [1074, 1, 1, "", "to_value"], [1075, 4, 1, "", "units"], [1076, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[1078, 1, 1, "", "__init__"], [1079, 4, 1, "", "beta"], [1080, 1, 1, "", "copy"], [1081, 1, 1, "", "copy_from"], [1082, 4, 1, "", "eps"], [1083, 4, 1, "", "mesh_hash"], [1084, 4, 1, "", "statistic"], [1085, 1, 1, "", "to_data_index"], [1086, 1, 1, "", "to_index"], [1087, 1, 1, "", "to_value"], [1088, 1, 1, "", "values"], [1089, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImFreq": [[1091, 1, 1, "", "__init__"], [1092, 4, 1, "", "beta"], [1093, 1, 1, "", "copy"], [1094, 1, 1, "", "copy_from"], [1095, 4, 1, "", "eps"], [1096, 4, 1, "", "mesh_hash"], [1097, 4, 1, "", "statistic"], [1098, 1, 1, "", "to_data_index"], [1099, 1, 1, "", "to_index"], [1100, 1, 1, "", "to_value"], [1101, 1, 1, "", "values"], [1102, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[1104, 1, 1, "", "__init__"], [1105, 4, 1, "", "beta"], [1106, 1, 1, "", "copy"], [1107, 1, 1, "", "copy_from"], [1108, 4, 1, "", "eps"], [1109, 4, 1, "", "mesh_hash"], [1110, 4, 1, "", "statistic"], [1111, 1, 1, "", "to_data_index"], [1112, 1, 1, "", "to_index"], [1113, 1, 1, "", "to_value"], [1114, 1, 1, "", "values"], [1115, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1117, 1, 1, "", "__init__"], [1118, 4, 1, "", "beta"], [1119, 1, 1, "", "copy"], [1120, 1, 1, "", "copy_from"], [1121, 1, 1, "", "first_index"], [1122, 1, 1, "", "last_index"], [1123, 4, 1, "", "mesh_hash"], [1124, 4, 1, "", "n_iw"], [1125, 1, 1, "", "positive_only"], [1126, 1, 1, "", "set_tail_fit_parameters"], [1127, 4, 1, "", "statistic"], [1128, 1, 1, "", "to_data_index"], [1129, 1, 1, "", "to_index"], [1130, 1, 1, "", "to_value"], [1131, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1133, 1, 1, "", "__init__"], [1134, 4, 1, "", "beta"], [1135, 1, 1, "", "copy"], [1136, 1, 1, "", "copy_from"], [1137, 4, 1, "", "mesh_hash"], [1138, 4, 1, "", "statistic"], [1139, 1, 1, "", "to_data_index"], [1140, 1, 1, "", "to_index"], [1141, 1, 1, "", "to_value"], [1142, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1144, 1, 1, "", "__init__"], [1145, 4, 1, "", "beta"], [1146, 1, 1, "", "copy"], [1147, 1, 1, "", "copy_from"], [1148, 4, 1, "", "mesh_hash"], [1149, 4, 1, "", "statistic"], [1150, 1, 1, "", "to_data_index"], [1151, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1153, 1, 1, "", "__init__"], [1154, 1, 1, "", "copy"], [1155, 1, 1, "", "copy_from"], [1156, 4, 1, "", "delta"], [1157, 4, 1, "", "mesh_hash"], [1158, 1, 1, "", "to_data_index"], [1159, 1, 1, "", "to_index"], [1160, 1, 1, "", "to_value"], [1161, 1, 1, "", "values"], [1162, 4, 1, "", "w_max"], [1163, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1165, 1, 1, "", "__init__"], [1166, 1, 1, "", "copy"], [1167, 1, 1, "", "copy_from"], [1168, 4, 1, "", "delta"], [1169, 4, 1, "", "mesh_hash"], [1170, 4, 1, "", "t_max"], [1171, 4, 1, "", "t_min"], [1172, 1, 1, "", "to_data_index"], [1173, 1, 1, "", "to_index"], [1174, 1, 1, "", "to_value"], [1175, 1, 1, "", "values"]], "triqs.gf.plot": [[1178, 2, 0, "-", "bz"], [1186, 2, 0, "-", "bz_x_x"], [1189, 3, 1, "", "dispatcher"], [1190, 2, 0, "-", "one_var"], [1198, 2, 0, "-", "plot_base"], [1200, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1179, 3, 1, "", "dist"], [1180, 3, 1, "", "generate_points"], [1181, 3, 1, "", "generate_points_on_path"], [1182, 3, 1, "", "length"], [1183, 3, 1, "", "make_plottable"], [1184, 3, 1, "", "plot"], [1185, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1187, 3, 1, "", "plot"], [1188, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1191, 3, 1, "", "dlr_imfreq"], [1192, 3, 1, "", "dlr_imtime"], [1193, 3, 1, "", "imfreq"], [1194, 3, 1, "", "imtime"], [1195, 3, 1, "", "legendre"], [1196, 3, 1, "", "refreq"], [1197, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1199, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1201, 3, 1, "", "closest_point_in_line"], [1202, 3, 1, "", "closest_to"], [1203, 3, 1, "", "dist"], [1204, 3, 1, "", "pick_selection_vec"], [1205, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1207, 3, 1, "", "conjugate"], [1208, 3, 1, "", "delta"], [1209, 3, 1, "", "discretize_bath"], [1210, 3, 1, "", "dyson"], [1211, 3, 1, "", "fit_legendre"], [1212, 3, 1, "", "inverse"], [1213, 3, 1, "", "make_delta"], [1214, 3, 1, "", "make_zero_tail"], [1215, 3, 1, "", "read_gf_from_txt"], [1216, 3, 1, "", "transpose"], [1217, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1219, 0, 1, "", "CallProxyBrZone_0"], [1221, 0, 1, "", "CallProxyBrZone_1"], [1223, 0, 1, "", "CallProxyBrZone_2"], [1225, 0, 1, "", "CallProxyBrZone_3"], [1227, 0, 1, "", "CallProxyBrZone_4"], [1229, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1231, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1233, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1235, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1237, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1239, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1241, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1243, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1245, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1247, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1249, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1251, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1253, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1255, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1257, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1259, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1261, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1263, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1265, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1267, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1269, 0, 1, "", "CallProxyBrZone_x_Legendre_0"], [1271, 0, 1, "", "CallProxyBrZone_x_Legendre_1"], [1273, 0, 1, "", "CallProxyBrZone_x_Legendre_2"], [1275, 0, 1, "", "CallProxyBrZone_x_Legendre_3"], [1277, 0, 1, "", "CallProxyBrZone_x_Legendre_4"], [1279, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1281, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1283, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1285, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1287, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1289, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1291, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1293, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1295, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1297, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1299, 0, 1, "", "CallProxyCycLat_0"], [1301, 0, 1, "", "CallProxyCycLat_1"], [1303, 0, 1, "", "CallProxyCycLat_2"], [1305, 0, 1, "", "CallProxyCycLat_3"], [1307, 0, 1, "", "CallProxyCycLat_4"], [1309, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1311, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1313, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1315, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1317, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1319, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1321, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1323, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1325, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1327, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1329, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1331, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1333, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1335, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1337, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1339, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1341, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1343, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1345, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1347, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1349, 0, 1, "", "CallProxyCycLat_x_Legendre_0"], [1351, 0, 1, "", "CallProxyCycLat_x_Legendre_1"], [1353, 0, 1, "", "CallProxyCycLat_x_Legendre_2"], [1355, 0, 1, "", "CallProxyCycLat_x_Legendre_3"], [1357, 0, 1, "", "CallProxyCycLat_x_Legendre_4"], [1359, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1361, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1363, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1365, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1367, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1369, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1371, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1373, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1375, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1377, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1379, 0, 1, "", "CallProxyDLR_0"], [1381, 0, 1, "", "CallProxyDLR_1"], [1383, 0, 1, "", "CallProxyDLR_2"], [1385, 0, 1, "", "CallProxyDLR_3"], [1387, 0, 1, "", "CallProxyDLR_4"], [1389, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1391, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1393, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1395, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1397, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1399, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1401, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1403, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1405, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1407, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1409, 0, 1, "", "CallProxyImFreq_0"], [1411, 0, 1, "", "CallProxyImFreq_1"], [1413, 0, 1, "", "CallProxyImFreq_2"], [1415, 0, 1, "", "CallProxyImFreq_3"], [1417, 0, 1, "", "CallProxyImFreq_4"], [1419, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1421, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1423, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1425, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1427, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1429, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1431, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1433, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1435, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1437, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1439, 0, 1, "", "CallProxyImTime_0"], [1441, 0, 1, "", "CallProxyImTime_0_R"], [1443, 0, 1, "", "CallProxyImTime_1"], [1445, 0, 1, "", "CallProxyImTime_1_R"], [1447, 0, 1, "", "CallProxyImTime_2"], [1449, 0, 1, "", "CallProxyImTime_2_R"], [1451, 0, 1, "", "CallProxyImTime_3"], [1453, 0, 1, "", "CallProxyImTime_3_R"], [1455, 0, 1, "", "CallProxyImTime_4"], [1457, 0, 1, "", "CallProxyImTime_4_R"], [1459, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1461, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1463, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1465, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1467, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1469, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1471, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1473, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1475, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1477, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1479, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1481, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1483, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1485, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1487, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1489, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1491, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1493, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1495, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1497, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1499, 0, 1, "", "CallProxyLegendre_0"], [1501, 0, 1, "", "CallProxyLegendre_1"], [1503, 0, 1, "", "CallProxyLegendre_2"], [1505, 0, 1, "", "CallProxyLegendre_3"], [1507, 0, 1, "", "CallProxyLegendre_4"], [1509, 0, 1, "", "CallProxyLegendre_x_BrZone_0"], [1511, 0, 1, "", "CallProxyLegendre_x_BrZone_1"], [1513, 0, 1, "", "CallProxyLegendre_x_BrZone_2"], [1515, 0, 1, "", "CallProxyLegendre_x_BrZone_3"], [1517, 0, 1, "", "CallProxyLegendre_x_BrZone_4"], [1519, 0, 1, "", "CallProxyLegendre_x_CycLat_0"], [1521, 0, 1, "", "CallProxyLegendre_x_CycLat_1"], [1523, 0, 1, "", "CallProxyLegendre_x_CycLat_2"], [1525, 0, 1, "", "CallProxyLegendre_x_CycLat_3"], [1527, 0, 1, "", "CallProxyLegendre_x_CycLat_4"], [1529, 0, 1, "", "CallProxyReFreq_0"], [1531, 0, 1, "", "CallProxyReFreq_1"], [1533, 0, 1, "", "CallProxyReFreq_2"], [1535, 0, 1, "", "CallProxyReFreq_3"], [1537, 0, 1, "", "CallProxyReFreq_4"], [1539, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1541, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1543, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1545, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1547, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1549, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1551, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1553, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1555, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1557, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1559, 0, 1, "", "CallProxyReTime_0"], [1561, 0, 1, "", "CallProxyReTime_1"], [1563, 0, 1, "", "CallProxyReTime_2"], [1565, 0, 1, "", "CallProxyReTime_3"], [1567, 0, 1, "", "CallProxyReTime_4"], [1569, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1571, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1573, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1575, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1577, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1579, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1581, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1583, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1585, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1587, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1589, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1220, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1222, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1224, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1226, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1228, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1230, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1232, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1234, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1236, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1238, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1240, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1242, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1244, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1246, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1248, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1250, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1252, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1254, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1256, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1258, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1260, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1262, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1264, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1266, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1268, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1270, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1272, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1274, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1276, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1278, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1280, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1282, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1284, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1286, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1288, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1290, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1292, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1294, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1296, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1298, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1300, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1302, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1304, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1306, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1308, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1310, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1312, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1314, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1316, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1318, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1320, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1322, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1324, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1326, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1328, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1330, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1332, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1334, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1336, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1338, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1340, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1342, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1344, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1346, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1348, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1350, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1352, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1354, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1356, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1358, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1360, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1362, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1364, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1366, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1368, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1370, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1372, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1374, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1376, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1378, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1380, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1382, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1384, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1386, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1388, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1390, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1392, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1394, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1396, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1398, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1400, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1402, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1404, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1406, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1408, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1410, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1412, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1414, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1416, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1418, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1420, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1422, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1424, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1426, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1428, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1430, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1432, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1434, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1436, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1438, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1440, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1442, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1444, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1446, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1448, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1450, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1452, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1454, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1456, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1458, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1460, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1462, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1464, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1466, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1468, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1470, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1472, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1474, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1476, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1478, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1480, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1482, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1484, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1486, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1488, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1490, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1492, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1494, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1496, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1498, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1500, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1502, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1504, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1506, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1508, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1510, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1512, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1514, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1516, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1518, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1520, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1522, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1524, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1526, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1528, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1530, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1532, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1534, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1536, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1538, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1540, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1542, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1544, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1546, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1548, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1550, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1552, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1554, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1556, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1558, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1560, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1562, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1564, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1566, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1568, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1570, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1572, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1574, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1576, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1578, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1580, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1582, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1584, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1586, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1588, 1, 1, "", "__init__"]], "triqs.lattice": [[1591, 2, 0, "-", "bz_patch"], [1595, 2, 0, "-", "lattice_tools"], [1619, 2, 0, "-", "point"], [1623, 2, 0, "-", "super_lattice"], [1643, 2, 0, "-", "tight_binding"], [1659, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1592, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1593, 1, 1, "", "__init__"], [1594, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1596, 0, 1, "", "BravaisLattice"], [1604, 0, 1, "", "BrillouinZone"], [1609, 0, 1, "", "TightBinding"], [1617, 3, 1, "", "dos"], [1618, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1597, 1, 1, "", "__init__"], [1598, 1, 1, "", "lattice_to_real_coordinates"], [1599, 4, 1, "", "n_orbitals"], [1600, 4, 1, "", "ndim"], [1601, 4, 1, "", "orbital_names"], [1602, 4, 1, "", "orbital_positions"], [1603, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1605, 1, 1, "", "__init__"], [1606, 4, 1, "", "lattice"], [1607, 4, 1, "", "ndim"], [1608, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1610, 1, 1, "", "__init__"], [1611, 1, 1, "", "dispersion"], [1612, 4, 1, "", "displ_vec"], [1613, 1, 1, "", "fourier"], [1614, 4, 1, "", "lattice"], [1615, 1, 1, "", "lattice_to_real_coordinates"], [1616, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1620, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1621, 1, 1, "", "__init__"], [1620, 4, 1, "", "index"], [1620, 4, 1, "", "lattice"], [1622, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1624, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1625, 1, 1, "", "__init__"], [1626, 1, 1, "", "change_coordinates_L_to_SL"], [1627, 1, 1, "", "change_coordinates_SL_to_L"], [1628, 1, 1, "", "cluster_sites"], [1629, 1, 1, "", "dispersion"], [1630, 1, 1, "", "fold"], [1631, 1, 1, "", "fourier"], [1632, 1, 1, "", "get_kmesh"], [1633, 1, 1, "", "get_rmesh"], [1634, 5, 1, "", "hoppings"], [1635, 1, 1, "", "lattice_to_real_coordinates"], [1636, 5, 1, "", "n_orbitals"], [1637, 5, 1, "", "ndim"], [1638, 5, 1, "", "orbital_names"], [1639, 5, 1, "", "orbital_positions"], [1640, 1, 1, "", "pack_index_site_orbital"], [1641, 5, 1, "", "units"], [1642, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1644, 0, 1, "", "TBLattice"], [1657, 3, 1, "", "dos"], [1658, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1645, 1, 1, "", "__init__"], [1644, 4, 1, "", "bl"], [1644, 4, 1, "", "bz"], [1646, 1, 1, "", "dispersion"], [1647, 1, 1, "", "fourier"], [1648, 1, 1, "", "get_kmesh"], [1649, 1, 1, "", "get_rmesh"], [1650, 5, 1, "", "hoppings"], [1651, 1, 1, "", "lattice_to_real_coordinates"], [1652, 5, 1, "", "n_orbitals"], [1653, 5, 1, "", "ndim"], [1654, 5, 1, "", "orbital_names"], [1655, 5, 1, "", "orbital_positions"], [1644, 4, 1, "", "tb"], [1656, 5, 1, "", "units"]], "triqs.lattice.utils": [[1660, 3, 1, "", "TB_from_pythTB"], [1661, 3, 1, "", "TB_from_wannier90"], [1662, 3, 1, "", "TB_to_sympy"], [1663, 3, 1, "", "extend_wannier90_to_spin"], [1664, 3, 1, "", "k_space_path"], [1665, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1666, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1668, 2, 0, "-", "operators"], [1679, 2, 0, "-", "util"]], "triqs.operators.operators": [[1669, 0, 1, "", "Operator"], [1674, 3, 1, "", "c"], [1675, 3, 1, "", "c_dag"], [1676, 3, 1, "", "dagger"], [1677, 3, 1, "", "is_op_hermitian"], [1678, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1670, 1, 1, "", "__init__"], [1671, 4, 1, "", "imag"], [1672, 1, 1, "", "is_zero"], [1673, 4, 1, "", "real"]], "triqs.operators.util": [[1680, 2, 0, "-", "U_matrix"], [1695, 2, 0, "-", "extractors"], [1704, 2, 0, "-", "hamiltonians"], [1711, 2, 0, "-", "observables"], [1719, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1681, 3, 1, "", "U_J_to_radial_integrals"], [1682, 3, 1, "", "U_matrix_kanamori"], [1683, 3, 1, "", "U_matrix_slater"], [1684, 3, 1, "", "angular_matrix_element"], [1685, 3, 1, "", "clebsch_gordan"], [1686, 3, 1, "", "cubic_names"], [1687, 3, 1, "", "eg_submatrix"], [1688, 3, 1, "", "radial_integrals_to_U_J"], [1689, 3, 1, "", "reduce_4index_to_2index"], [1690, 3, 1, "", "spherical_to_cubic"], [1691, 3, 1, "", "subarray"], [1692, 3, 1, "", "t2g_submatrix"], [1693, 3, 1, "", "three_j_symbol"], [1694, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1696, 3, 1, "", "block_matrix_from_op"], [1697, 3, 1, "", "dict_to_matrix"], [1698, 3, 1, "", "extract_U_dict2"], [1699, 3, 1, "", "extract_U_dict4"], [1700, 3, 1, "", "extract_h_dict"], [1701, 3, 1, "", "op_from_block_matrix"], [1702, 3, 1, "", "quadratic_terms"], [1703, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1705, 3, 1, "", "backward_compat"], [1706, 3, 1, "", "diagonal_part"], [1707, 3, 1, "", "h_int_density"], [1708, 3, 1, "", "h_int_kanamori"], [1709, 3, 1, "", "h_int_slater"], [1710, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1712, 3, 1, "", "L2_op"], [1713, 3, 1, "", "LS_op"], [1714, 3, 1, "", "L_op"], [1715, 3, 1, "", "N_op"], [1716, 3, 1, "", "S2_op"], [1717, 3, 1, "", "S_op"], [1718, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1720, 3, 1, "", "get_mkind"], [1721, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[578, 3, 1, "", "_plot_"], [1723, 2, 0, "-", "mpl_interface"], [1728, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1724, 3, 1, "", "oplot"], [1725, 3, 1, "", "oploti"], [1726, 3, 1, "", "oplotr"], [1727, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1729, 3, 1, "", "clip_array"], [1730, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1732, 0, 1, "", "RandomGenerator"], [1734, 2, 0, "-", "random_generator"], [580, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1733, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1735, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1737, 2, 0, "-", "histogram"], [1739, 2, 0, "-", "histograms"]], "triqs.stat.histogram": [[1738, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1740, 0, 1, "", "Histogram"], [1748, 3, 1, "", "cdf"], [1749, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1741, 1, 1, "", "__init__"], [1742, 1, 1, "", "clear"], [1743, 4, 1, "", "data"], [1744, 4, 1, "", "limits"], [1745, 1, 1, "", "mesh_point"], [1746, 4, 1, "", "n_data_pts"], [1747, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1751, 2, 0, "-", "sumk_discrete"], [1757, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1752, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1753, 5, 1, "", "GFBlocIndices"], [1754, 1, 1, "", "__init__"], [1755, 1, 1, "", "n_kpts"], [1756, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1758, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1759, 5, 1, "", "GFBlocIndices"], [1760, 1, 1, "", "Recompute_Grid"], [1761, 1, 1, "", "__init__"], [1762, 1, 1, "", "n_kpts"], [1763, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1765, 2, 0, "-", "bound_and_bisect"], [1768, 2, 0, "-", "capture_stdout"], [1769, 2, 0, "-", "comparison_tests"], [1775, 2, 0, "-", "dichotomy"], [1777, 2, 0, "-", "dist_on_nodes"], [1797, 2, 0, "-", "h5diff"], [1800, 2, 0, "-", "mpi"], [1802, 2, 0, "-", "mpi_mpi4py"], [1816, 2, 0, "-", "mpi_nompi"], [1828, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1766, 3, 1, "", "bound_and_bisect"], [1767, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1770, 3, 1, "", "assert_array_close_to_scalar"], [1771, 3, 1, "", "assert_arrays_are_close"], [1772, 3, 1, "", "assert_block2_gfs_are_close"], [1773, 3, 1, "", "assert_block_gfs_are_close"], [1774, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1776, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1778, 0, 1, "", "DistributionOnNodes"], [1782, 0, 1, "", "DistributionOnNodesOneStack"], [1789, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1779, 4, 1, "", "SleepTime"], [1780, 1, 1, "", "__init__"], [1781, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1783, 4, 1, "", "SleepTime"], [1784, 1, 1, "", "__init__"], [1785, 1, 1, "", "finished"], [1786, 1, 1, "", "result"], [1787, 1, 1, "", "run"], [1788, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1790, 4, 1, "", "SleepTime"], [1791, 1, 1, "", "__init__"], [1792, 1, 1, "", "finished"], [1793, 1, 1, "", "result"], [1794, 1, 1, "", "run"], [1795, 1, 1, "", "the_function"], [1796, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1798, 3, 1, "", "compare"], [1799, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1801, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1803, 3, 1, "", "all_reduce"], [1804, 3, 1, "", "barrier"], [1805, 3, 1, "", "bcast"], [1806, 3, 1, "", "is_master_node"], [1807, 3, 1, "", "master_gets_host_names"], [1808, 3, 1, "", "myprint_err"], [1809, 3, 1, "", "myprint_out"], [1810, 3, 1, "", "recv"], [1811, 3, 1, "", "report"], [1812, 3, 1, "", "send"], [1813, 3, 1, "", "slice_array"], [1814, 3, 1, "", "slice_inf"], [1815, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1817, 3, 1, "", "all_reduce"], [1818, 3, 1, "", "barrier"], [1819, 3, 1, "", "bcast"], [1820, 3, 1, "", "is_master_node"], [1821, 3, 1, "", "master_gets_host_names"], [1822, 3, 1, "", "myprint_err"], [1823, 3, 1, "", "myprint_out"], [1824, 3, 1, "", "recv"], [1825, 3, 1, "", "report"], [1826, 3, 1, "", "send"], [1827, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1829, 0, 1, "", "T"], [1844, 3, 1, "", "start_redirect"], [1845, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1830, 1, 1, "", "__init__"], [1831, 5, 1, "", "daemon"], [1832, 1, 1, "", "getName"], [1833, 5, 1, "", "ident"], [1834, 1, 1, "", "isDaemon"], [1835, 1, 1, "", "is_alive"], [1836, 1, 1, "", "join"], [1837, 5, 1, "", "name"], [1838, 5, 1, "", "native_id"], [1839, 1, 1, "", "run"], [1840, 1, 1, "", "setDaemon"], [1841, 1, 1, "", "setName"], [1842, 1, 1, "", "start"], [1843, 1, 1, "", "stop"]]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:module", "3": "py:function", "4": "py:attribute", "5": "py:property"}, "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"]}, "titleterms": {"changelog": 0, "version": [0, 579, 1848, 1908], "3": [0, 522, 535, 1847, 1856, 1871, 1875, 1893, 1894], "0": [0, 1856, 1871, 1875, 1894, 1898, 1903], "gener": [0, 492, 567, 580, 1887], "gf": [0, 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, 519, 523, 525, 526, 527, 530, 531, 533, 551, 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, 1846, 1860], "atom_diag": [0, 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, 498, 499, 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], "doc": 0, "cmake": [0, 1851], "jenkin": 0, "2": [0, 522, 535, 1052, 1065, 1152, 1164, 1871, 1875, 1893, 1894], "1": [0, 495, 522, 535, 1052, 1065, 1152, 1164, 1871, 1875, 1893, 1894], "port": [0, 1856], "script": [0, 579, 1846, 1879], "api": [0, 9, 493, 539, 550], "chang": [0, 512], "mesh": [0, 264, 276, 288, 515, 521, 524, 525, 526, 527, 530, 531, 533, 535, 537, 538, 681, 720, 759, 798, 837, 886, 959, 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, 1881, 1885], "dlr": [0, 1881, 1885], "lattic": [0, 555, 556, 1070, 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, 1867, 1870, 1884, 1886, 1892, 1897, 1902], "det_manip": [0, 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, 511, 1859], "mc_gener": [0, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429], "mpi": [0, 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, 497, 568, 1800, 1801], "fix": 0, "deprec": 0, "us": [0, 4, 498, 518, 535, 553, 567, 1846, 1848, 1849, 1857, 1863, 1871, 1875, 1898, 1903], "string": 0, "indic": [0, 676, 715, 754, 793, 832, 864, 882, 954], "green": [0, 513, 521, 525, 539, 540, 541, 542, 543, 544, 545, 546, 549, 550, 1860, 1861, 1871, 1875, 1881, 1884, 1885, 1897, 1902], "function": [0, 4, 11, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 90, 96, 101, 108, 115, 123, 131, 150, 152, 190, 238, 240, 257, 269, 281, 322, 323, 338, 349, 355, 364, 376, 388, 403, 404, 430, 440, 446, 447, 461, 497, 499, 501, 506, 508, 511, 513, 518, 519, 521, 525, 530, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 549, 550, 557, 570, 575, 904, 905, 1860, 1861, 1871, 1875, 1879, 1881, 1884, 1885, 1897, 1901, 1902, 1906], "gf_struct": 0, "object": [0, 495, 496, 578, 1871, 1875], "c": [0, 9, 489, 490, 498, 509, 516, 566, 568, 572, 1674, 1854, 1857, 1863, 1864, 1865], "move": [0, 520, 562, 565, 566, 568], "multi": 0, "arrai": [0, 1858], "triq": [0, 3, 4, 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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 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, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 494, 497, 498, 501, 511, 553, 556, 564, 569, 578, 579, 580, 581, 582, 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, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 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, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1852, 1854, 1856, 1857, 1862, 1863, 1865, 1871, 1875, 1881, 1885, 1887, 1908], "nda": 0, "librari": [0, 518, 1847, 1854, 1855, 1879, 1908], "stat": [0, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 581, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749], "rework": 0, "bath": 0, "discret": 0, "sanit": 0, "check": [0, 1871, 1875], "new": [0, 1879], "websit": 0, "theme": 0, "tightbind": [0, 561, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], "tblattic": [0, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656], "improv": 0, "requir": [0, 1854, 1855], "20": 0, "capabl": 0, "compil": [0, 501, 1848, 1849, 1852, 1853, 1854], "cpp2py": [0, 4, 489], "python": [0, 4, 9, 489, 490, 493, 498, 547, 550, 570, 572, 584, 1853, 1856, 1857, 1864, 1865, 1868, 1879, 1880], "10": 0, "issu": [0, 6, 1855], "819": 0, "atom": 0, "diag": 0, "renam": 0, "depend": [0, 1852], "manag": 0, "h5py": 0, "remov": [0, 217, 512, 1859], "detmanip": 0, "oper": [0, 18, 25, 29, 30, 31, 41, 46, 57, 58, 59, 69, 76, 82, 88, 89, 100, 107, 135, 190, 248, 249, 265, 266, 277, 289, 290, 335, 336, 346, 347, 352, 370, 371, 372, 373, 382, 383, 384, 385, 399, 400, 443, 459, 474, 475, 476, 506, 508, 520, 522, 530, 535, 541, 549, 569, 570, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1858, 1881, 1883, 1885], "packag": [0, 1848, 1853], "make": [0, 8, 1880], "rang": [0, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 1858], "itertool": [0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 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], "standalon": 0, "namespac": 0, "non": [0, 49, 190, 240, 257, 269, 281, 323, 338, 355, 364, 376, 388, 404, 461, 519, 537, 1859, 1897, 1898, 1902, 1903], "own": [0, 568, 1863, 1865], "view": [0, 519, 521, 522, 549, 1858], "dynam": [0, 1867, 1886, 1892], "analyz": [0, 1890, 1895], "asan": 0, "ubsan": 0, "No": 0, "longer": 0, "instal": [0, 1848, 1849, 1851, 1852, 1855, 1862, 1908], "googletest": 0, "app4triq": [0, 4, 1856], "fourier": [0, 513, 517, 518, 552, 916, 917, 918, 1613, 1631, 1647, 1881, 1885, 1898, 1903], "h5": [0, 494], "pytriq": 0, "clef": [0, 501, 504, 505, 506, 507, 508, 514, 522, 530, 535], "blockgf": [0, 549, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 1871, 1875], "lapack": 0, "tail": [0, 513, 518], "mc_tool": [0, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445], "hdf5": [0, 494, 496, 521, 525, 526, 527, 530, 531, 533, 542, 543, 544, 545, 546, 549, 570, 1858, 1861, 1882], "py": [0, 4], "travi": 0, "test": [0, 1865], "5": [0, 1871, 1875, 1893], "4": [0, 535, 1871, 1875, 1893], "document": [0, 6, 7, 9, 496, 497, 509, 511, 516, 547, 556, 564, 580, 1854, 1865], "mani": [0, 553, 569], "bodi": [0, 553, 569], "": [0, 513, 539, 540, 541, 542, 543, 544, 545, 546, 549, 550, 1860, 1861, 1871, 1875, 1881, 1884, 1885, 1897, 1902], "mont": [0, 563, 566, 567, 568], "carlo": [0, 563, 566, 567, 568], "tool": [0, 4, 489, 498, 551, 556, 557, 563, 582, 585, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1846, 1854, 1871, 1875], "determin": [0, 196, 510, 1859, 1908], "manipul": [0, 510, 1859, 1883], "2py": 0, "miscellan": 0, "class": [0, 11, 108, 150, 189, 238, 322, 403, 446, 487, 488, 490, 491, 495, 496, 511, 561, 567, 1859, 1879], "archiv": [0, 579, 1858, 1882], "about": [3, 1859, 1868], "author": 3, "contributor": 3, "citat": 3, "licens": 3, "disclaim": [3, 1852], "logo": 3, "file": [3, 493, 557, 1846, 1856, 1861], "applic": [4, 1847, 1856, 1862, 1908], "base": [4, 897, 898], "tabl": [4, 5], "content": [4, 5], "impur": [4, 1871, 1875, 1887], "solver": [4, 498, 1887, 1899, 1904], "hybrid": 4, "expans": 4, "hubbard": [4, 1874, 1878, 1888, 1889, 1890, 1893, 1894, 1895], "i": [4, 1846, 1860, 1874, 1878, 1898, 1903], "hartre": 4, "fock": 4, "exact": [4, 498, 1883], "diagon": [4, 498, 1883], "finit": [4, 1901, 1906], "quantum": [4, 1871, 1875], "system": [4, 1901, 1906], "extern": 4, "interfac": [4, 489], "pomerol": 4, "w2dynam": 4, "nrg": 4, "ljubljana": 4, "ab": 4, "initio": 4, "dft": [4, 1871, 1874, 1875, 1878], "toolbox": 4, "calcul": [4, 1871, 1874, 1875, 1878, 1879, 1886, 1892, 1898, 1901, 1903, 1906], "correl": [4, 581], "materi": 4, "solid_dmft": [4, 1871, 1875], "wrapper": 4, "perform": [4, 1871, 1875], "dmft": [4, 1869, 1871, 1874, 1875, 1878, 1886, 1890, 1892, 1895], "analyt": [4, 1871, 1875, 1881, 1885], "continu": [4, 1871, 1875, 1881, 1885], "maxent": 4, "nevanlinna": 4, "som": 4, "stochast": 4, "optim": 4, "method": [4, 508, 521, 525, 526, 527, 530, 531, 533, 570], "omegamax": 4, "other": [4, 508, 1846], "tprf": 4, "The": [4, 487, 488, 491, 494, 495, 511, 512, 518, 541, 549, 557, 561, 562, 565, 566, 568, 1871, 1875, 1879, 1886, 1887, 1892, 1899, 1904], "two": [4, 1859, 1860, 1889, 1894, 1900, 1901, 1905, 1906, 1907], "particl": [4, 1900, 1905, 1907], "respons": [4, 1907], "box": 4, "benchmark": 4, "skeleton": [4, 1856], "contribut": [6, 7], "featur": 6, "request": [6, 8], "code": [6, 509, 568, 579, 1865, 1901, 1906], "github": 6, "discuss": 6, "how": [7, 8, 496, 512, 1846, 1860, 1908], "who": 7, "should": 7, "write": [7, 568, 1846, 1865, 1882], "build": [7, 522, 1854, 1862], "edit": 7, "pull": 8, "set": [8, 1887], "up": [8, 1887], "your": [8, 568, 1851, 1856, 1863], "fork": 8, "repositori": [8, 1896], "manual": [9, 486, 496, 497, 511, 556, 564, 580], "chunk_rang": 12, "paramet": [12, 13, 14, 15, 18, 19, 20, 26, 28, 32, 33, 34, 35, 39, 42, 43, 46, 47, 48, 53, 57, 58, 62, 63, 64, 71, 72, 73, 76, 77, 83, 84, 85, 88, 89, 90, 95, 96, 97, 100, 101, 105, 112, 113, 114, 116, 117, 124, 125, 126, 128, 129, 130, 132, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 160, 168, 169, 171, 177, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 195, 221, 233, 249, 252, 253, 254, 255, 257, 258, 266, 269, 270, 278, 281, 282, 290, 291, 295, 298, 299, 300, 312, 313, 314, 315, 317, 327, 330, 331, 332, 334, 336, 339, 340, 341, 342, 343, 344, 346, 347, 349, 350, 352, 353, 354, 355, 356, 357, 358, 360, 361, 363, 366, 367, 368, 370, 371, 372, 373, 374, 376, 377, 378, 379, 382, 383, 384, 385, 386, 389, 390, 392, 394, 395, 396, 397, 399, 400, 401, 405, 406, 408, 411, 425, 426, 427, 428, 429, 441, 448, 449, 454, 459, 460, 463, 465, 466, 469, 470, 471, 474, 475, 476, 478, 479, 480, 481, 482, 483, 484, 485, 509, 511, 519, 539, 542, 543, 544, 545, 546, 570, 662, 701, 740, 779, 818, 1052, 1065, 1152, 1164, 1884], "return": [12, 13, 16, 18, 19, 21, 24, 29, 30, 31, 32, 33, 34, 36, 40, 44, 46, 47, 48, 51, 52, 57, 58, 63, 65, 68, 70, 71, 74, 76, 78, 81, 83, 86, 89, 92, 93, 95, 98, 100, 102, 106, 113, 114, 120, 121, 122, 125, 126, 127, 129, 130, 133, 137, 139, 140, 142, 147, 149, 151, 153, 154, 155, 156, 161, 168, 169, 170, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 252, 253, 254, 255, 298, 299, 300, 312, 313, 315, 324, 325, 326, 328, 329, 332, 336, 337, 340, 341, 344, 345, 346, 347, 348, 357, 359, 360, 361, 362, 365, 367, 369, 370, 371, 372, 373, 375, 378, 380, 381, 382, 383, 384, 385, 387, 391, 392, 393, 394, 397, 398, 399, 400, 402, 405, 412, 426, 428, 429, 450, 451, 452, 453, 454, 455, 456, 457, 458, 460, 464, 467, 468, 469, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 509, 1801], "distanc": 13, "templat": [13, 14, 18, 19, 20, 26, 28, 32, 33, 34, 35, 39, 42, 46, 47, 48, 62, 63, 64, 71, 72, 77, 83, 84, 89, 90, 95, 96, 100, 101, 105, 112, 113, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 152, 179, 180, 181, 182, 183, 184, 185, 195, 249, 252, 253, 254, 255, 257, 258, 266, 269, 270, 281, 282, 290, 295, 298, 299, 300, 312, 313, 314, 317, 349, 352, 353, 354, 355, 358, 363, 368, 376, 379, 408, 449, 459, 478, 479, 480, 481, 482, 483, 485, 509, 519, 570], "enum_it": [14, 15, 16, 17, 18], "public": [14, 20, 35, 42, 62, 64, 72, 77, 84, 90, 96, 101, 128, 240, 511], "member": [14, 20, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 115, 123, 128, 131, 152, 190, 240, 257, 269, 281, 323, 338, 349, 355, 364, 376, 388, 404, 430, 440, 447, 461, 511, 519, 537, 538, 570], "constructor": [15, 39, 43, 53, 73, 85, 97, 105, 118, 124, 132, 157, 195, 243, 258, 270, 282, 327, 339, 350, 356, 366, 377, 390, 411, 436, 441, 449, 463, 521, 523], "derefer": [16, 44, 74, 86, 98], "increment": [17, 45, 75, 87, 99], "enumer": [19, 20, 21, 22, 23, 24, 25], "exampl": [19, 95, 252, 253, 258, 314, 448, 452, 455, 457, 459, 480, 481, 482, 483, 495, 497, 498, 502, 506, 511, 517, 521, 525, 526, 527, 530, 531, 533, 539, 542, 543, 544, 545, 546, 549, 553, 556, 561, 565, 577, 578, 580, 1880], "type": [20, 28, 35, 49, 64, 77, 90, 101, 150, 152, 190, 238, 240, 257, 269, 281, 322, 323, 355, 364, 376, 497, 511, 513, 519, 521, 537, 538, 570], "begin": [21, 36, 50, 65, 78, 91, 102, 324], "cbegin": [22, 37, 51, 66, 79, 92, 103, 325], "cend": [23, 38, 52, 67, 80, 93, 104, 326], "end": [24, 40, 54, 68, 81, 94, 106, 329, 568], "foreach": [26, 358, 368, 379], "iterator_facad": [27, 28, 29, 30, 31], "iter": [28, 29, 30, 31, 521, 549, 570, 1886, 1892], "valu": [28, 29, 30, 31, 509, 541, 1033, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1622, 1860, 1881, 1885], "std": [28, 29, 30, 31, 145], "forward_iterator_tag": [28, 29, 30, 31], "refer": [28, 29, 30, 31, 496, 542, 543, 544, 545, 546, 548, 549, 556, 577], "differ": [28, 29, 30, 31], "make_product": 32, "make_sentinel": 33, "make_vector_from_rang": 34, "multipli": [35, 36, 37, 38, 39, 40, 41], "prod_it": [42, 43, 44, 45, 46], "product": 47, "product_rang": 48, "first": [55, 1871, 1875, 1886, 1892], "last": [56, 1859], "size": [60, 70, 121, 227, 337, 348, 375, 387, 402, 477], "step": [61, 1848, 1856], "sentinel_t": 62, "slice": [63, 64, 65, 66, 67, 68, 69, 70, 541, 1858, 1871, 1875], "stride": [71, 77, 78, 79, 80, 81, 82], "stride_it": [72, 73, 74, 75, 76], "transform": [83, 90, 91, 92, 93, 94, 495, 506, 513, 517, 552, 558, 1025, 1881, 1885, 1898, 1903], "transform_it": [84, 85, 86, 87, 88, 89], "zip": [95, 101, 102, 103, 104, 105, 106, 107], "zip_it": [96, 97, 98, 99, 100], "all_gath": 109, "all_reduc": [110, 1803, 1817], "all_reduce_in_plac": 111, "broadcast": [112, 1884], "chunk": 113, "chunk_length": 114, "commun": [115, 116, 117, 118, 119, 120, 121, 122, 1847], "abort": 116, "barrier": [117, 1804, 1818], "get": [119, 567, 1849, 1859, 1879], "rank": [120, 682, 721, 760, 799, 838, 960, 1047], "split": 122, "environ": [123, 124, 1848, 1850, 1853], "gather": [125, 568], "get_mpi_typ": 126, "is_initi": 127, "lazi": [128, 501, 503, 541, 1858], "map_c_funct": 129, "map_add": 130, "monitor": [131, 132, 133, 134, 135, 136, 137], "emergency_occur": 133, "finalize_commun": 134, "request_emergency_stop": 136, "root_check_nodes_and_bcast": 137, "mpi_broadcast": [138, 470], "mpi_gath": 139, "mpi_reduc": [140, 315, 471], "mpi_reduce_in_plac": 141, "mpi_scatt": 142, "mpi_typ": [143, 144, 145], "constt": 144, "tupl": [145, 582, 585], "t": [145, 521, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1860, 1901, 1906], "mpi_type_from_ti": 146, "reduc": 147, "reduce_in_plac": 148, "scatter": 149, "alias": [150, 238, 322], "act": [151, 631], "c_connect": [153, 591, 612], "c_matrix": [154, 592, 613], "cdag_connect": [155, 593, 614], "cdag_matrix": [156, 594, 615], "flatten_subspace_index": [158, 596, 617], "get_eigensystem": 159, "get_eigenvalu": [160, 600, 621], "get_energi": 161, "get_fock_st": [162, 340, 392], "get_fop": 163, "get_full_hilbert_spac": 164, "get_full_hilbert_space_dim": 165, "get_gs_energi": 166, "get_h_atom": 167, "get_matrix_element_of_monomi": 168, "get_op_mat": 169, "get_quantum_numb": 170, "get_subspace_dim": [171, 172, 601, 602, 622, 623], "get_unitary_matric": 173, "get_unitary_matrix": 174, "get_vacuum_st": 175, "get_vacuum_subspace_index": 176, "index_range_of_subspac": 177, "n_subspac": [178, 362, 605, 626], "atomic_density_matrix": [179, 632], "atomic_g_iw": [180, 633], "atomic_g_l": [181, 634], "atomic_g_lehmann": 182, "atomic_g_tau": [183, 635], "atomic_g_w": [184, 636], "partition_funct": [185, 637], "quantum_number_eigenvalu": [186, 638], "quantum_number_eigenvalues_check": [187, 639], "trace_rho_op": [188, 640], "change_col": 191, "change_row": 192, "clear": [193, 462, 1742], "complete_oper": 194, "get_funct": 197, "get_n_operations_before_check": 198, "get_precision_error": 199, "get_precision_warn": 200, "get_singular_threshold": 201, "get_x": 202, "get_x_internal_ord": 203, "get_i": 204, "get_y_internal_ord": 205, "h5_read": [206, 245, 261, 273, 285, 342, 395, 423, 465], "h5_write": [207, 246, 262, 274, 286, 343, 396, 424, 466], "insert": [208, 333], "insert2": 209, "insert2_at_end": 210, "insert_at_end": 211, "inverse_matrix": 212, "inverse_matrix_internal_ord": 213, "is_singular": 214, "matrix": [215, 541, 571, 1881, 1885], "reject_last_tri": 216, "remove2": 218, "remove2_at_end": 219, "remove_at_end": 220, "reserv": 221, "roll_matrix": 222, "set_n_operations_before_check": 223, "set_precision_error": 224, "set_precision_warn": 225, "set_singular_threshold": 226, "swap_col": 228, "swap_row": 229, "try_change_col": 230, "try_change_col_row": 231, "try_change_row": 232, "try_insert": 233, "try_insert_k": 234, "try_refil": 235, "try_remov": 236, "try_remove_k": 237, "deduct": 239, "guid": [239, 1856, 1857], "block_gf": [239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 521, 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], "block_nam": 241, "block_siz": 242, "data": [244, 259, 271, 283, 328, 464, 496, 521, 524, 525, 526, 527, 530, 531, 533, 541, 542, 543, 544, 545, 546, 577, 579, 581, 667, 706, 745, 784, 823, 945, 1743, 1846], "hdf5_format": [247, 263, 275, 287, 345, 398, 467], "densiti": [250, 557, 646, 650, 668, 707, 746, 785, 824, 880, 946, 994, 1881, 1885], "fit_gf_dlr": [251, 984], "fit_hermitian_tail": [252, 670, 709, 748, 787, 826, 948, 996], "fit_tail": [253, 672, 711, 750, 789, 828, 950, 998], "flatten_2d": 254, "flatten_gf_2d": 255, "get_mesh": 256, "accessor": [257, 269, 281, 541], "data_shap": [260, 272, 284], "target_indic": [267, 279, 292, 692, 731, 770, 809, 848, 970], "target_shap": [268, 280, 293, 694, 733, 772, 811, 850, 972], "gf_const_view": [269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "rebind": [278, 291], "gf_view": [281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293], "h5_read_gf_struct": 294, "imag": [295, 675, 714, 753, 792, 831, 863, 881, 953, 1030, 1037, 1671], "impl_tag": 296, "invers": [297, 677, 716, 755, 794, 833, 883, 955, 1212], "is_gf_hermitian": [298, 679, 718, 757, 796, 835, 957, 1000], "is_gf_real": 299, "is_gf_real_in_tau": [300, 680, 719, 758, 797, 836, 958, 1001], "make_block2_gf": 301, "make_block_gf": 302, "make_block_gf_view": 303, "make_gf_dlr": [304, 985], "make_gf_dlr_imfreq": [305, 986], "make_gf_dlr_imtim": [306, 987], "make_gf_from_fouri": [307, 988], "make_gf_from_inverse_fouri": 308, "make_gf_from_real_gf": 309, "make_gf_imfreq": [310, 989], "make_gf_imtim": [311, 990], "make_hermitian": [312, 991], "make_real_in_tau": [313, 992], "make_zero_tail": [314, 1214], "positive_freq_view": 316, "real": [317, 513, 518, 531, 533, 545, 546, 683, 722, 761, 800, 839, 868, 888, 961, 1032, 1038, 1673, 1860], "reinterpret_scalar_valued_gf_as_matrix_valu": 318, "tau_l2_norm": [319, 695, 734, 773, 812, 851, 973, 1010], "unflatten_2d": 320, "unflatten_gf_2d": 321, "hilbert_spac": [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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 553], "fundamental_operator_set": [323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337], "h5_read_attribut": 330, "h5_write_attribut": 331, "has_indic": 332, "insert_from_indices_t": 334, "get_state_index": [341, 394], "has_stat": [344, 397], "imperative_oper": [349, 350, 351, 352, 353], "is_empti": 351, "updat": [353, 1856], "make_zero_st": 354, "space_partit": [355, 356, 357, 358, 359, 360, 361, 362], "find_map": 357, "get_matrix_el": 359, "lookup_basis_st": 360, "merge_subspac": 361, "state": [363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 553, 557, 1881, 1885], "hilbertspac": [364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "scalartyp": [364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "fals": [364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375], "amplitud": 365, "dot_product": [367, 378], "get_hilbert": [369, 380], "set_hilbert": [374, 386], "true": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "nterm": 381, "sub_hilbert_spac": [388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402], "add_fock_st": 389, "get_all_fock_st": 391, "get_index": 393, "set_index": 401, "accumul": [405, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459], "add_measur": 406, "add_measure_aux": 407, "add_mov": 408, "clear_measur": 409, "collect_result": 410, "get_acceptance_r": [412, 437], "get_accumulation_tim": 413, "get_accumulation_time_hhmmss": 414, "get_config_id": 415, "get_current_cycle_numb": 416, "get_dur": 417, "get_perc": 418, "get_rng": 419, "get_total_tim": 420, "get_warmup_tim": 421, "get_warmup_time_hhmmss": 422, "rm_measur": 425, "run": [426, 1781, 1787, 1794, 1839, 1871, 1874, 1875, 1878], "set_after_cycle_duti": 427, "warmup": 428, "warmup_and_accumul": 429, "move_set": [430, 431, 432, 433, 434, 435, 436, 437, 438, 439], "accept": 431, "add": [432, 509, 1859], "attempt": 433, "clear_statist": 434, "collect_statist": 435, "get_statist": 438, "reject": 439, "random_gener": [440, 441, 442, 443, 444, 1731, 1732, 1733, 1734, 1735], "name": [442, 566, 1837], "preview": 444, "random_generator_nam": 445, "logarithm": 447, "log": 447, "bin": 447, "linear": [447, 535, 1858], "lin": 447, "compress_linear_bin": 448, "data_input_count": 450, "lin_bin_capac": 451, "linear_bin": 452, "log_bin_error": 453, "log_bin_errors_all_reduc": 454, "n_lin_bin": 455, "n_lin_bins_max": 456, "n_log_bin": 457, "n_log_bins_max": 458, "cdf": [460, 1748], "histogram": [461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1880], "limit": [468, 1744], "mesh_point": [469, 535, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1745], "n_data_pt": [472, 1746], "n_lost_pt": [473, 1747], "jackknif": 478, "jackknife_mpi": 479, "mean": [480, 1867, 1886, 1892], "mean_and_err": 481, "mean_and_err_mpi": 482, "mean_mpi": 483, "pdf": [484, 1749], "tau_estimate_from_error": 485, "cfunction": 487, "class_": 488, "convert": 490, "v": [490, 1900, 1905], "wrap": 490, "from": [490, 535, 557, 567, 579, 1848, 1853, 1882, 1901, 1906], "module_": 491, "principl": [492, 495], "desc": [493, 1856], "format": 494, "solut": [495, 1874, 1878, 1890, 1893, 1894, 1895], "provid": 495, "dict": 495, "hdf": [495, 496], "compliant": [495, 496], "what": 495, "happen": 495, "detail": 495, "hdfarchiv": 496, "hdfarchivegroup": 496, "hdfarchiveinert": 496, "scheme": [496, 542, 543, 544, 545, 546], "doe": [496, 512], "becom": 496, "introduct": [497, 562, 566, 581, 1879, 1884], "support": 497, "basic": [497, 513, 1866], "usag": [497, 518, 580, 1849, 1853], "header": 497, "lightweight": 498, "util": [499, 582, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845], "automat": 500, "assign": [500, 520, 541], "contain": 500, "time": [501, 513, 518, 526, 533, 543, 546, 552, 1860, 1881, 1885, 1887], "express": [501, 504, 505, 506, 514, 522, 530, 535, 541, 1858], "more": [502, 512, 1868, 1880], "complex": 502, "A": [503, 549, 577, 578, 1854, 1857, 1865, 1870, 1879, 1886, 1892], "sum": [503, 559], "evalu": [504, 522, 525, 526, 527, 529, 531, 533, 1884], "complet": [504, 549, 580, 1854], "partial": [504, 529, 1884], "form": 505, "placehold": [505, 1860], "an": [505, 1858, 1859, 1882], "storag": [505, 521, 525, 526, 527, 530, 531, 533], "advanc": [505, 539, 578, 1848, 1874, 1878], "make_funct": 506, "short": [506, 1879], "notat": [506, 509], "motiv": [507, 562], "littl": [507, 549], "tour": [507, 1857], "overload": [508, 570], "argument": [508, 542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "convent": [509, 521, 525, 526, 527, 530, 531, 533, 1862], "construct": [511, 568, 570, 571, 1884], "synopsi": [511, 517, 525, 526, 527, 531, 533], "under": 511, "hood": 511, "full": [511, 564, 1874, 1878], "work": 512, "cofactor": 512, "sherman": 512, "morrison": 512, "formula": 512, "addit": [512, 1881, 1885], "line": [512, 1859], "column": [512, 1859], "notion": 513, "matsubara": [513, 525, 526, 542, 543, 544, 552, 1860, 1887], "imaginari": [513, 518, 526, 542, 543, 1860, 1881, 1885, 1887], "gfimtim": [513, 543, 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], "frequenc": [513, 518, 525, 531, 539, 542, 545, 550, 552, 1860, 1881, 1885, 1887], "gfimfreq": [513, 542, 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], "legendr": [513, 527, 544, 552, 1195], "polynomi": [513, 544], "gflegendr": [513, 544, 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], "gfretim": [513, 546, 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], "retard": [513, 545, 546], "gfrefreq": [513, 545, 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], "high": [513, 539, 550], "interact": [514, 522, 535, 1879, 1897, 1898, 1902, 1903], "concept": [515, 554, 562], "domain": [515, 521, 525, 526, 527, 530, 531, 533, 535, 1860], "purefunctionondomain": 515, "meshpoint": [515, 1035, 1036, 1037, 1038], "implement": [518, 536], "note": [518, 536, 1900, 1905], "fftw": 518, "special": [518, 534], "case": 518, "fermion": [518, 560, 1883, 1897, 1898, 1902, 1903], "boson": 518, "tf": 518, "block": [521, 541, 549, 1881, 1885], "factori": [521, 570], "regular": 521, "singular": [521, 524, 526, 527, 530, 533], "interpol": [521, 530, 1860], "access": [524, 541, 549, 567], "symmetri": 524, "imfreq": [525, 537, 1193], "free": [525, 560, 570], "imtim": [526, 538, 1194], "represent": 527, "misc": 528, "statist": [528, 581, 1084, 1097, 1110, 1127, 1138, 1149], "prod": 530, "x": [530, 1852], "y": 530, "multipl": [530, 578], "variabl": [530, 566, 1850], "subscript": 530, "techniqu": 530, "refreq": [531, 1196], "target": 532, "reinterpret": 532, "retim": [533, 1197], "index": [535, 1031], "find": 535, "closest": 535, "point": [535, 541, 1619, 1620, 1621, 1622, 1860], "moment": [539, 550], "adjust": 539, "fit": [539, 577, 655, 656, 657, 658], "window": 539, "bracket": 541, "shelv": [541, 549], "pickl": [541, 549], "plot": [541, 576, 578, 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, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1738, 1846, 1871, 1875, 1880], "option": [541, 578, 1052, 1065, 1152, 1164, 1851], "direct": 541, "keyword": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "onli": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "descriptor": [548, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 1881, 1885], "copi": [549, 645, 649, 665, 704, 743, 782, 821, 860, 877, 943, 1014, 1045, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166], "hilbert": [553, 558], "space": 553, "statevector": 554, "bravai": 555, "introductori": 556, "relat": 557, "do": [557, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 1594, 1617, 1657, 1846], "read": [557, 1848, 1882], "text": [557, 1846, 1880], "comput": [557, 1898, 1903], "tight_bind": [557, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658], "over": [559, 570], "brillouin": 559, "zone": 559, "tight": [560, 1870, 1884], "bind": [560, 1870, 1884], "hop": [560, 1634, 1650, 1897, 1902], "bravaislattic": [561, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603], "definit": 561, "energies_on_bz_path": 561, "measur": [562, 565, 566, 568], "Ising": 565, "chain": 565, "magnet": 565, "field": [565, 1867, 1886, 1892], "configur": 565, "main": 565, "program": 565, "loop": [566, 1879], "connect": 566, "random": [567, 580, 1899, 1904], "number": [567, 580, 1883, 1908], "list": [567, 1854, 1879], "tutori": [568, 1857, 1871, 1875, 1880, 1891, 1896], "thi": [568, 1871, 1875, 1880], "problem": 568, "initi": [568, 1881, 1884, 1885], "simul": 568, "start": [568, 1842, 1847], "result": [568, 1786, 1793, 1887, 1890, 1895], "second": [569, 570], "quantiz": [569, 570], "hamiltonian": [569, 573, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1871, 1875, 1884], "monomi": 570, "serial": 570, "u": [571, 1894, 1900, 1905], "coeffici": 572, "extract": 572, "observ": [574, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718], "helper": 575, "protocol": [576, 578, 1728, 1729, 1730], "simpl": [577, 1858, 1860, 1865, 1879], "thin": 578, "layer": 578, "abov": 578, "matplotlib": [578, 1880], "panel": 578, "figur": [578, 579], "reproduc": 579, "proven": 579, "save": [579, 889, 1846], "analysi": 581, "process": [581, 1871, 1875], "averag": 581, "standard": 581, "error": 581, "except": [582, 583], "etc": 582, "includ": 584, "warn": 584, "appli": 585, "for_each": 585, "for_each_zip": 585, "map": [585, 1858], "fold": [585, 1630, 1858], "revers": 585, "called_on_tupl": 585, "atomdiag": 587, "atomdiagcomplex": [589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609], "__init__": [590, 611, 644, 648, 654, 658, 663, 702, 741, 780, 819, 858, 873, 898, 900, 903, 905, 907, 909, 915, 917, 920, 923, 926, 928, 930, 936, 939, 941, 979, 1013, 1019, 1029, 1036, 1040, 1043, 1053, 1066, 1078, 1091, 1104, 1117, 1133, 1144, 1153, 1165, 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, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1593, 1597, 1605, 1610, 1621, 1625, 1645, 1670, 1733, 1741, 1754, 1761, 1780, 1784, 1791, 1830], "energi": [595, 616, 1871, 1875], "fock_stat": [597, 618], "fop": [598, 619], "full_hilbert_space_dim": [599, 620], "gs_energi": [603, 624], "h_atom": [604, 625], "quantum_numb": [606, 627], "unitary_matric": [607, 628], "vacuum_st": [608, 629], "vacuum_subspace_index": [609, 630], "atomdiagr": [610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630], "dosfromfunct": [647, 648, 649, 650], "dos_from_fil": 651, "hilbert_transform": [652, 653, 654], "hilberttransform": [653, 654], "backwd_compat": [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], "gf_imfreq": [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], "conjug": [664, 703, 742, 781, 820, 876, 942, 1207], "copy_from": [666, 705, 744, 783, 822, 861, 878, 944, 1046, 1057, 1068, 1081, 1094, 1107, 1120, 1136, 1147, 1155, 1167], "enforce_discontinu": [669, 708, 747, 786, 825, 947, 995], "fit_hermitian_tail_on_window": [671, 710, 749, 788, 827, 949, 997], "fit_tail_on_window": [673, 712, 751, 790, 829, 951, 999], "from_l_g_r": [674, 713, 752, 791, 830, 952], "invert": [678, 717, 756, 795, 834, 884, 956], "rebinning_tau": [684, 723, 762, 801, 840, 962, 1002], "replace_by_tail": [685, 724, 763, 802, 841, 963, 1003], "replace_by_tail_in_fit_window": [686, 725, 764, 803, 842, 964, 1004], "set_from_fouri": [687, 726, 765, 804, 843, 965, 1005], "set_from_imfreq": [688, 727, 766, 805, 844, 966, 1006], "set_from_imtim": [689, 728, 767, 806, 845, 967, 1007], "set_from_legendr": [690, 729, 768, 807, 846, 968, 1008], "set_from_pad": [691, 730, 769, 808, 847, 969, 1009], "target_rank": [693, 732, 771, 810, 849, 971], "total_dens": [696, 735, 774, 813, 852, 890, 974], "transpos": [697, 736, 775, 814, 853, 891, 975, 1216], "x_data_view": [698, 737, 776, 815, 854, 976], "zero": [699, 738, 777, 816, 855, 870, 893, 977], "gf_imtim": [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], "gf_legendr": [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], "gf_refreq": [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], "gf_retim": [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], "block2_gf": [856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870], "block2gf": [857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870], "all_indic": [859, 874], "copy_selected_block": [862, 879], "indices1": 865, "indices2": 866, "n_block": [867, 887], "view_selected_block": [869, 892], "beta": [875, 1079, 1092, 1105, 1118, 1134, 1145, 1901, 1906], "load": 885, "call_factory_from_dict": [894, 982, 1050], "fix_gf_struct_typ": 895, "descriptor_bas": [896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912], "baseblock": [899, 900, 901], "is_block_descriptor": [901, 918, 921, 924], "const": [902, 903], "lazyctx": [906, 907], "omega_": [908, 909], "convert_scalar_to_const": 910, "is_lazi": 911, "is_scalar": 912, "flat": [914, 915, 1881, 1885], "legendretomatsubara": [919, 920, 921], "matsubaratolegendr": [922, 923, 924], "onefermionintim": [925, 926], "semicircular": [927, 928], "wilson": [929, 930], "semi": [931, 1881, 1885], "dlr_crm_dyson_solv": [932, 933], "minimize_dyson": 933, "addmethod": [935, 936, 937], "mro": 937, "callproxynon": [938, 939], "idx": [978, 979], "add_method_help": 980, "bckwd": 981, "gf_factori": [983, 984, 985, 986, 987, 988, 989, 990, 991, 992], "gf_fnt": [993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010], "lazy_express": [1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025], "lazyexpr": [1012, 1013, 1014, 1015, 1016, 1017], "get_termin": 1015, "is_termin": 1016, "set_from": 1017, "lazyexprtermin": [1018, 1019], "all_termin": 1020, "eval_expr": 1021, "eval_expr_with_context": 1022, "lazy_funct": 1023, "make_lazi": 1024, "map_block": 1026, "matsubara_freq": [1027, 1028, 1029, 1030, 1031, 1032, 1033], "matsubarafreq": [1028, 1029, 1030, 1031, 1032, 1033], "meshvaluegener": [1039, 1040], "mesh_product": [1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050], "meshproduct": [1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049], "compon": 1044, "size_of_compon": 1048, "to_data_index": [1049, 1060, 1072, 1085, 1098, 1111, 1128, 1139, 1150, 1158, 1172], "meshbrzon": [1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064], "bz": [1054, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185], "closest_index": 1055, "dim": [1058, 1069], "mesh_hash": [1059, 1071, 1083, 1096, 1109, 1123, 1137, 1148, 1157, 1169], "to_index": [1061, 1073, 1086, 1099, 1112, 1129, 1140, 1151, 1159, 1173], "to_valu": [1062, 1074, 1087, 1100, 1113, 1130, 1141, 1160, 1174], "unit": [1063, 1075, 1603, 1608, 1641, 1656], "meshcyclat": [1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076], "meshdlr": [1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089], "ep": [1082, 1095, 1108], "w_max": [1089, 1102, 1115, 1162], "meshdlrimfreq": [1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102], "meshdlrimtim": [1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115], "meshimfreq": [1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131], "first_index": 1121, "last_index": 1122, "n_iw": 1124, "positive_onli": 1125, "set_tail_fit_paramet": 1126, "meshimtim": [1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142], "meshlegendr": [1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151], "meshrefreq": [1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163], "delta": [1156, 1168, 1208], "w_min": 1163, "meshretim": [1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175], "t_max": 1170, "t_min": 1171, "make_adjoint_mesh": 1176, "dist": [1179, 1203], "generate_point": 1180, "generate_points_on_path": 1181, "length": 1182, "make_plott": 1183, "slice_on_path": 1185, "bz_x_x": [1186, 1187, 1188], "plottable_slice_along_path": 1188, "dispatch": 1189, "one_var": [1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197], "dlr_imfreq": 1191, "dlr_imtim": 1192, "plot_bas": [1198, 1199], "select_indic": [1200, 1201, 1202, 1203, 1204, 1205], "closest_point_in_lin": 1201, "closest_to": 1202, "pick_selection_vec": 1204, "select_path_indic": 1205, "discretize_bath": 1209, "dyson": 1210, "fit_legendr": 1211, "make_delta": 1213, "read_gf_from_txt": 1215, "write_gf_to_txt": 1217, "wrapped_aux": [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], "callproxybrzone_0": [1219, 1220], "callproxybrzone_1": [1221, 1222], "callproxybrzone_2": [1223, 1224], "callproxybrzone_3": [1225, 1226], "callproxybrzone_4": [1227, 1228], "callproxybrzone_x_dlr_0": [1229, 1230], "callproxybrzone_x_dlr_1": [1231, 1232], "callproxybrzone_x_dlr_2": [1233, 1234], "callproxybrzone_x_dlr_3": [1235, 1236], "callproxybrzone_x_dlr_4": [1237, 1238], "callproxybrzone_x_imfreq_0": [1239, 1240], "callproxybrzone_x_imfreq_1": [1241, 1242], "callproxybrzone_x_imfreq_2": [1243, 1244], "callproxybrzone_x_imfreq_3": [1245, 1246], "callproxybrzone_x_imfreq_4": [1247, 1248], "callproxybrzone_x_imtime_0": [1249, 1250], "callproxybrzone_x_imtime_0_r": [1251, 1252], "callproxybrzone_x_imtime_1": [1253, 1254], "callproxybrzone_x_imtime_1_r": [1255, 1256], "callproxybrzone_x_imtime_2": [1257, 1258], "callproxybrzone_x_imtime_2_r": [1259, 1260], "callproxybrzone_x_imtime_3": [1261, 1262], "callproxybrzone_x_imtime_3_r": [1263, 1264], "callproxybrzone_x_imtime_4": [1265, 1266], "callproxybrzone_x_imtime_4_r": [1267, 1268], "callproxybrzone_x_legendre_0": [1269, 1270], "callproxybrzone_x_legendre_1": [1271, 1272], "callproxybrzone_x_legendre_2": [1273, 1274], "callproxybrzone_x_legendre_3": [1275, 1276], "callproxybrzone_x_legendre_4": [1277, 1278], "callproxybrzone_x_refreq_0": [1279, 1280], "callproxybrzone_x_refreq_1": [1281, 1282], "callproxybrzone_x_refreq_2": [1283, 1284], "callproxybrzone_x_refreq_3": [1285, 1286], "callproxybrzone_x_refreq_4": [1287, 1288], "callproxybrzone_x_retime_0": [1289, 1290], "callproxybrzone_x_retime_1": [1291, 1292], "callproxybrzone_x_retime_2": [1293, 1294], "callproxybrzone_x_retime_3": [1295, 1296], "callproxybrzone_x_retime_4": [1297, 1298], "callproxycyclat_0": [1299, 1300], "callproxycyclat_1": [1301, 1302], "callproxycyclat_2": [1303, 1304], "callproxycyclat_3": [1305, 1306], "callproxycyclat_4": [1307, 1308], "callproxycyclat_x_dlr_0": [1309, 1310], "callproxycyclat_x_dlr_1": [1311, 1312], "callproxycyclat_x_dlr_2": [1313, 1314], "callproxycyclat_x_dlr_3": [1315, 1316], "callproxycyclat_x_dlr_4": [1317, 1318], "callproxycyclat_x_imfreq_0": [1319, 1320], "callproxycyclat_x_imfreq_1": [1321, 1322], "callproxycyclat_x_imfreq_2": [1323, 1324], "callproxycyclat_x_imfreq_3": [1325, 1326], "callproxycyclat_x_imfreq_4": [1327, 1328], "callproxycyclat_x_imtime_0": [1329, 1330], "callproxycyclat_x_imtime_0_r": [1331, 1332], "callproxycyclat_x_imtime_1": [1333, 1334], "callproxycyclat_x_imtime_1_r": [1335, 1336], "callproxycyclat_x_imtime_2": [1337, 1338], "callproxycyclat_x_imtime_2_r": [1339, 1340], "callproxycyclat_x_imtime_3": [1341, 1342], "callproxycyclat_x_imtime_3_r": [1343, 1344], "callproxycyclat_x_imtime_4": [1345, 1346], "callproxycyclat_x_imtime_4_r": [1347, 1348], "callproxycyclat_x_legendre_0": [1349, 1350], "callproxycyclat_x_legendre_1": [1351, 1352], "callproxycyclat_x_legendre_2": [1353, 1354], "callproxycyclat_x_legendre_3": [1355, 1356], "callproxycyclat_x_legendre_4": [1357, 1358], "callproxycyclat_x_refreq_0": [1359, 1360], "callproxycyclat_x_refreq_1": [1361, 1362], "callproxycyclat_x_refreq_2": [1363, 1364], "callproxycyclat_x_refreq_3": [1365, 1366], "callproxycyclat_x_refreq_4": [1367, 1368], "callproxycyclat_x_retime_0": [1369, 1370], "callproxycyclat_x_retime_1": [1371, 1372], "callproxycyclat_x_retime_2": [1373, 1374], "callproxycyclat_x_retime_3": [1375, 1376], "callproxycyclat_x_retime_4": [1377, 1378], "callproxydlr_0": [1379, 1380], "callproxydlr_1": [1381, 1382], "callproxydlr_2": [1383, 1384], "callproxydlr_3": [1385, 1386], "callproxydlr_4": [1387, 1388], "callproxydlr_x_brzone_0": [1389, 1390], "callproxydlr_x_brzone_1": [1391, 1392], "callproxydlr_x_brzone_2": [1393, 1394], "callproxydlr_x_brzone_3": [1395, 1396], "callproxydlr_x_brzone_4": [1397, 1398], "callproxydlr_x_cyclat_0": [1399, 1400], "callproxydlr_x_cyclat_1": [1401, 1402], "callproxydlr_x_cyclat_2": [1403, 1404], "callproxydlr_x_cyclat_3": [1405, 1406], "callproxydlr_x_cyclat_4": [1407, 1408], "callproxyimfreq_0": [1409, 1410], "callproxyimfreq_1": [1411, 1412], "callproxyimfreq_2": [1413, 1414], "callproxyimfreq_3": [1415, 1416], "callproxyimfreq_4": [1417, 1418], "callproxyimfreq_x_brzone_0": [1419, 1420], "callproxyimfreq_x_brzone_1": [1421, 1422], "callproxyimfreq_x_brzone_2": [1423, 1424], "callproxyimfreq_x_brzone_3": [1425, 1426], "callproxyimfreq_x_brzone_4": [1427, 1428], "callproxyimfreq_x_cyclat_0": [1429, 1430], "callproxyimfreq_x_cyclat_1": [1431, 1432], "callproxyimfreq_x_cyclat_2": [1433, 1434], "callproxyimfreq_x_cyclat_3": [1435, 1436], "callproxyimfreq_x_cyclat_4": [1437, 1438], "callproxyimtime_0": [1439, 1440], "callproxyimtime_0_r": [1441, 1442], "callproxyimtime_1": [1443, 1444], "callproxyimtime_1_r": [1445, 1446], "callproxyimtime_2": [1447, 1448], "callproxyimtime_2_r": [1449, 1450], "callproxyimtime_3": [1451, 1452], "callproxyimtime_3_r": [1453, 1454], "callproxyimtime_4": [1455, 1456], "callproxyimtime_4_r": [1457, 1458], "callproxyimtime_x_brzone_0": [1459, 1460], "callproxyimtime_x_brzone_0_r": [1461, 1462], "callproxyimtime_x_brzone_1": [1463, 1464], "callproxyimtime_x_brzone_1_r": [1465, 1466], "callproxyimtime_x_brzone_2": [1467, 1468], "callproxyimtime_x_brzone_2_r": [1469, 1470], "callproxyimtime_x_brzone_3": [1471, 1472], "callproxyimtime_x_brzone_3_r": [1473, 1474], "callproxyimtime_x_brzone_4": [1475, 1476], "callproxyimtime_x_brzone_4_r": [1477, 1478], "callproxyimtime_x_cyclat_0": [1479, 1480], "callproxyimtime_x_cyclat_0_r": [1481, 1482], "callproxyimtime_x_cyclat_1": [1483, 1484], "callproxyimtime_x_cyclat_1_r": [1485, 1486], "callproxyimtime_x_cyclat_2": [1487, 1488], "callproxyimtime_x_cyclat_2_r": [1489, 1490], "callproxyimtime_x_cyclat_3": [1491, 1492], "callproxyimtime_x_cyclat_3_r": [1493, 1494], "callproxyimtime_x_cyclat_4": [1495, 1496], "callproxyimtime_x_cyclat_4_r": [1497, 1498], "callproxylegendre_0": [1499, 1500], "callproxylegendre_1": [1501, 1502], "callproxylegendre_2": [1503, 1504], "callproxylegendre_3": [1505, 1506], "callproxylegendre_4": [1507, 1508], "callproxylegendre_x_brzone_0": [1509, 1510], "callproxylegendre_x_brzone_1": [1511, 1512], "callproxylegendre_x_brzone_2": [1513, 1514], "callproxylegendre_x_brzone_3": [1515, 1516], "callproxylegendre_x_brzone_4": [1517, 1518], "callproxylegendre_x_cyclat_0": [1519, 1520], "callproxylegendre_x_cyclat_1": [1521, 1522], "callproxylegendre_x_cyclat_2": [1523, 1524], "callproxylegendre_x_cyclat_3": [1525, 1526], "callproxylegendre_x_cyclat_4": [1527, 1528], "callproxyrefreq_0": [1529, 1530], "callproxyrefreq_1": [1531, 1532], "callproxyrefreq_2": [1533, 1534], "callproxyrefreq_3": [1535, 1536], "callproxyrefreq_4": [1537, 1538], "callproxyrefreq_x_brzone_0": [1539, 1540], "callproxyrefreq_x_brzone_1": [1541, 1542], "callproxyrefreq_x_brzone_2": [1543, 1544], "callproxyrefreq_x_brzone_3": [1545, 1546], "callproxyrefreq_x_brzone_4": [1547, 1548], "callproxyrefreq_x_cyclat_0": [1549, 1550], "callproxyrefreq_x_cyclat_1": [1551, 1552], "callproxyrefreq_x_cyclat_2": [1553, 1554], "callproxyrefreq_x_cyclat_3": [1555, 1556], "callproxyrefreq_x_cyclat_4": [1557, 1558], "callproxyretime_0": [1559, 1560], "callproxyretime_1": [1561, 1562], "callproxyretime_2": [1563, 1564], "callproxyretime_3": [1565, 1566], "callproxyretime_4": [1567, 1568], "callproxyretime_x_brzone_0": [1569, 1570], "callproxyretime_x_brzone_1": [1571, 1572], "callproxyretime_x_brzone_2": [1573, 1574], "callproxyretime_x_brzone_3": [1575, 1576], "callproxyretime_x_brzone_4": [1577, 1578], "callproxyretime_x_cyclat_0": [1579, 1580], "callproxyretime_x_cyclat_1": [1581, 1582], "callproxyretime_x_cyclat_2": [1583, 1584], "callproxyretime_x_cyclat_3": [1585, 1586], "callproxyretime_x_cyclat_4": [1587, 1588], "set_from_gf_data_mul_lr": 1589, "bz_patch": [1591, 1592, 1593, 1594], "bzpatch": [1592, 1593, 1594], "lattice_tool": [1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618], "lattice_to_real_coordin": [1598, 1615, 1635, 1651], "n_orbit": [1599, 1636, 1652], "ndim": [1600, 1607, 1637, 1653], "orbital_nam": [1601, 1638, 1654], "orbital_posit": [1602, 1639, 1655], "brillouinzon": [1604, 1605, 1606, 1607, 1608], "dispers": [1611, 1629, 1646], "displ_vec": 1612, "overlap_mat_vec": 1616, "dos_patch": [1618, 1658], "latticepoint": [1620, 1621, 1622], "super_lattic": [1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642], "tbsuperlattic": [1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642], "change_coordinates_l_to_sl": 1626, "change_coordinates_sl_to_l": 1627, "cluster_sit": 1628, "get_kmesh": [1632, 1648], "get_rmesh": [1633, 1649], "pack_index_site_orbit": 1640, "unpack_index_site_orbit": 1642, "tb_from_pythtb": 1660, "tb_from_wannier90": 1661, "tb_to_sympi": 1662, "extend_wannier90_to_spin": 1663, "k_space_path": 1664, "parse_hopping_from_wannier90_hr_dat": 1665, "parse_lattice_vectors_from_wannier90_wout": 1666, "is_zero": 1672, "c_dag": 1675, "dagger": 1676, "is_op_hermitian": 1677, "n": 1678, "u_matrix": [1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694], "u_j_to_radial_integr": 1681, "u_matrix_kanamori": 1682, "u_matrix_slat": 1683, "angular_matrix_el": 1684, "clebsch_gordan": 1685, "cubic_nam": 1686, "eg_submatrix": 1687, "radial_integrals_to_u_j": 1688, "reduce_4index_to_2index": 1689, "spherical_to_cub": 1690, "subarrai": 1691, "t2g_submatrix": 1692, "three_j_symbol": 1693, "transform_u_matrix": 1694, "extractor": [1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703], "block_matrix_from_op": 1696, "dict_to_matrix": 1697, "extract_u_dict2": 1698, "extract_u_dict4": 1699, "extract_h_dict": 1700, "op_from_block_matrix": 1701, "quadratic_term": 1702, "quartic_term": 1703, "backward_compat": 1705, "diagonal_part": 1706, "h_int_dens": 1707, "h_int_kanamori": 1708, "h_int_slat": 1709, "make_operator_r": 1710, "l2_op": 1712, "ls_op": 1713, "l_op": 1714, "n_op": 1715, "s2_op": 1716, "s_op": 1717, "check_backward_compat": 1718, "op_struct": [1719, 1720, 1721], "get_mkind": 1720, "set_operator_structur": 1721, "mpl_interfac": [1723, 1724, 1725, 1726, 1727], "oplot": 1724, "oploti": 1725, "oplotr": 1726, "use_amsmath": 1727, "clip_arrai": 1729, "plot_protocol_appli": 1730, "randomgener": [1732, 1733], "random_generator_names_list": 1735, "sumk": [1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763], "sumk_discret": [1751, 1752, 1753, 1754, 1755, 1756], "sumkdiscret": [1752, 1753, 1754, 1755, 1756], "gfblocindic": [1753, 1759], "n_kpt": [1755, 1762], "resize_arrai": [1756, 1763], "sumk_discrete_from_lattic": [1757, 1758, 1759, 1760, 1761, 1762, 1763], "sumkdiscretefromlattic": [1758, 1759, 1760, 1761, 1762, 1763], "recompute_grid": 1760, "bound_and_bisect": [1765, 1766, 1767], "determine_bound": 1767, "capture_stdout": 1768, "comparison_test": [1769, 1770, 1771, 1772, 1773, 1774], "assert_array_close_to_scalar": 1770, "assert_arrays_are_clos": 1771, "assert_block2_gfs_are_clos": 1772, "assert_block_gfs_are_clos": 1773, "assert_gfs_are_clos": 1774, "dichotomi": [1775, 1776], "dist_on_nod": [1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796], "distributiononnod": [1778, 1779, 1780, 1781], "sleeptim": [1779, 1783, 1790], "distributiononnodesonestack": [1782, 1783, 1784, 1785, 1786, 1787, 1788], "finish": [1785, 1792], "treat": [1788, 1796], "distributiononnodestest": [1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796], "the_funct": 1795, "h5diff": [1797, 1798, 1799], "compar": 1798, "check_for_mpi": 1801, "mpi_mpi4pi": [1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815], "bcast": [1805, 1819], "is_master_nod": [1806, 1820], "master_gets_host_nam": [1807, 1821], "myprint_err": [1808, 1822], "myprint_out": [1809, 1823], "recv": [1810, 1824], "report": [1811, 1825], "send": [1812, 1826], "slice_arrai": [1813, 1827], "slice_inf": 1814, "slice_sup": 1815, "mpi_nompi": [1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827], "redirect": [1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845], "daemon": 1831, "getnam": 1832, "ident": 1833, "isdaemon": 1834, "is_al": 1835, "join": 1836, "native_id": 1838, "setdaemon": 1840, "setnam": 1841, "stop": 1843, "start_redirect": 1844, "stop_redirect": 1845, "frequent": 1846, "ask": 1846, "question": [1846, 1898, 1901, 1903, 1906], "q": [1846, 1898, 1903], "my": 1846, "e": 1846, "g": [1846, 1860, 1887], "hash": 1846, "debug": 1846, "purpos": 1846, "welcom": 1847, "core": 1847, "numer": 1847, "algorithm": 1847, "where": 1847, "ubuntu": [1848, 1855], "debian": 1848, "anaconda": 1848, "docker": 1848, "apptain": 1848, "binder": 1848, "sourc": [1848, 1853, 1862], "easybuild": 1848, "prerequisit": [1848, 1852], "setup": 1848, "further": 1848, "clang": 1849, "linux": 1849, "libclang": 1849, "unix": 1850, "common": 1850, "softwar": 1850, "develop": 1850, "affect": 1850, "openmp": 1850, "custom": 1851, "mac": 1852, "o": 1852, "virtual": 1853, "prepar": 1856, "ipython": [1856, 1868, 1879], "notebook": [1856, 1868, 1879, 1901, 1906], "floor": 1856, "divis": 1856, "regener": 1856, "final": 1856, "user": 1857, "why": 1857, "quick": 1857, "multidimension": 1858, "declar": 1858, "print": 1858, "matric": 1858, "vector": 1858, "defin": [1858, 1879, 1884], "through": 1858, "algebra": 1858, "ctqmc": 1859, "creation": [1859, 1860], "empti": 1859, "inform": 1859, "one": [1859, 1871, 1875], "replac": 1859, "omega": [1860, 1898, 1903], "nu": 1860, "tau": [1860, 1887], "fill": 1860, "structur": [1862, 1901, 1906], "project": [1863, 1865], "profil": 1864, "you": [1865, 1871, 1875], "its": 1865, "mix": 1865, "theori": [1867, 1886, 1892, 1898, 1900, 1903, 1905], "beth": [1867, 1886, 1892], "learn": 1868, "model": [1869, 1870, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "squar": [1870, 1897, 1902], "espresso": [1871, 1875], "creat": [1871, 1875], "wannier": [1871, 1875], "low": [1871, 1875], "descript": [1871, 1875], "la_2cuo_4": [1871, 1875], "shot": [1871, 1875], "converg": [1871, 1875], "remind": [1871, 1875, 1887], "self": [1871, 1874, 1875, 1878, 1900, 1905], "\u03c3": [1871, 1875], "spectral": [1871, 1875], "6": [1871, 1875, 1893], "fermi": [1871, 1875, 1897, 1902], "k_z": [1871, 1875], "post": [1871, 1875], "conclud": [1871, 1875], "mai": [1871, 1875], "now": [1871, 1875], "02": [1871, 1875], "fermise": [1871, 1872, 1875, 1876], "phase": [1873, 1877, 1899, 1904], "diagram": [1873, 1877], "explor": [1873, 1877], "comparison": [1874, 1878, 1892], "charg": [1874, 1878], "consist": [1874, 1878, 1900, 1905], "introduc": 1879, "mode": 1879, "shell": 1879, "veri": 1879, "indent": 1879, "If": 1879, "statement": 1879, "import": [1879, 1884], "modul": 1879, "numpi": [1879, 1884], "help": 1879, "goal": [1880, 1898, 1903], "inlin": 1880, "prettier": 1880, "subplot": 1880, "like": 1880, "approach": 1880, "circular": [1881, 1885], "arithmet": [1881, 1885], "obtain": [1881, 1885], "compact": [1881, 1885], "pade": [1881, 1885], "exercis": [1881, 1885, 1894], "fundament": 1883, "multivari": 1884, "perturb": [1886, 1892], "visual": [1886, 1887, 1892], "mott": [1886, 1892], "transit": [1886, 1892], "anderson": 1887, "cthyb": 1887, "sampl": 1887, "singl": [1888, 1893], "orbit": [1888, 1889, 1893, 1894], "valenc": [1890, 1895], "bond": [1890, 1895], "precomput": [1890, 1895], "literatur": 1892, "j": 1894, "conclus": 1894, "perfect": [1897, 1898, 1902, 1903], "nest": [1897, 1898, 1902, 1903], "nearest": [1897, 1902], "neighbour": [1897, 1902], "surfac": [1897, 1902], "suscept": [1898, 1903], "chi_0": [1898, 1901, 1903, 1906], "fast": [1898, 1903], "mathbf": [1898, 1903], "omega_n": [1898, 1903], "static": [1898, 1903], "approxim": [1899, 1904], "rpa": [1899, 1900, 1901, 1904, 1905, 1906], "tpsc": [1900, 1901, 1905, 1906], "behaviour": [1900, 1905], "u_": [1900, 1905], "sp": [1900, 1905], "ch": [1900, 1905], "weak": [1900, 1905], "temperatur": [1901, 1906], "antiferromagnet": [1901, 1906], "dimension": [1901, 1906], "mermin": [1901, 1906], "wagner": [1901, 1906], "theorem": [1901, 1906], "previou": [1901, 1906], "arbitrari": [1901, 1906], "spin": [1901, 1906], "factor": [1901, 1906], "s_": [1901, 1906], "remark": [1901, 1906], "compat": 1908}, "envversion": {"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, "nbsphinx": 4, "sphinx": 60}, "alltitles": {"The class_ class": [[488, "the-class-class"]], "General Principle": [[492, "general-principle"]], "The module_ class": [[491, "the-module-class"]], "Manual": [[486, null], [9, "manual"]], "Convertion vs wrapping": [[490, "convertion-vs-wrapping"]], "Wrapping classes from C++ to Python": [[490, "wrapping-classes-from-c-to-python"]], "Convertion": [[490, "convertion"]], "[triqs/h5] The HDF5 format": [[494, "triqs-h5-the-hdf5-format"]], "Python API of the desc file": [[493, "python-api-of-the-desc-file"]], "Cpp2Py: a C++/Python interfacing tool": [[489, "cpp2py-a-c-python-interfacing-tool"]], "The cfunction class": [[487, "the-cfunction-class"]], "How to make a pull request?": [[8, "how-to-make-a-pull-request"]], "Setting up your fork repository": [[8, "setting-up-your-fork-repository"]], "Making your pull request": [[8, "making-your-pull-request"]], "Applications based on TRIQS": [[4, "applications-based-on-triqs"]], "Table of Contents": [[4, "table-of-contents"]], "Impurity Solvers": [[4, "impurity-solvers"]], "Hybridization-expansion solver": [[4, "hybridization-expansion-solver"]], "Hubbard I solver": [[4, "hubbard-i-solver"]], "Hartree Fock solver": [[4, "hartree-fock-solver"]], "PYED - Exact diagonalization for finite quantum systems (external)": [[4, "pyed-exact-diagonalization-for-finite-quantum-systems-external"]], "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"]], "Interface to the NRG Ljubljana impurity solver": [[4, "interface-to-the-nrg-ljubljana-impurity-solver"]], "Ab-Initio Tools": [[4, "ab-initio-tools"]], "DFT tools - Toolbox for ab initio calculations of correlated materials": [[4, "dft-tools-toolbox-for-ab-initio-calculations-of-correlated-materials"]], "solid_dmft - Python wrapper to perform DFT+DMFT calculations using TRIQS": [[4, "solid-dmft-python-wrapper-to-perform-dft-dmft-calculations-using-triqs"]], "Analytic Continuation": [[4, "analytic-continuation"]], "Maxent": [[4, "maxent"]], "Nevanlinna Analytic Continuation": [[4, "nevanlinna-analytic-continuation"]], "SOM - Stochastic Optimization Method for Analytic Continuation (external)": [[4, "som-stochastic-optimization-method-for-analytic-continuation-external"]], "Interface to Omegamaxent": [[4, "interface-to-omegamaxent"]], "Other Applications": [[4, "other-applications"]], "TPRF - The Two-Particle Response Function tool box": [[4, "tprf-the-two-particle-response-function-tool-box"]], "TRIQS Solver benchmarks": [[4, "triqs-solver-benchmarks"]], "App4Triqs Application Skeleton": [[4, "app4triqs-application-skeleton"]], "Cpp2Py": [[4, "cpp2py"]], "How to contribute to documentation?": [[7, "how-to-contribute-to-documentation"]], "Who should write documentation?": [[7, "who-should-write-documentation"]], "Building the documentation": [[7, "building-the-documentation"]], "Editing the documentation": [[7, "editing-the-documentation"]], "Table of contents": [[5, "table-of-contents"]], "About TRIQS": [[3, "about-triqs"]], "Authors & contributors": [[3, "authors-contributors"]], "Citation": [[3, "citation"]], "License": [[3, "license"]], "Disclaimer": [[3, "disclaimer"], [1852, "disclaimer"]], "Logo files": [[3, "logo-files"]], "Documentation": [[9, "documentation"], [0, "documentation"]], "C++ API": [[9, "c-api"]], "Python API": [[9, "python-api"], [550, "python-api"]], "Contributing": [[6, "contributing"]], "Issues and feature requests": [[6, "issues-and-feature-requests"]], "Contributing to code and documentation": [[6, "contributing-to-code-and-documentation"]], "Github discussions": [[6, "github-discussions"]], "mpi": [[0, "id24"], [0, "id56"], [108, "mpi"]], "itertools": [[0, "itertools"], [11, "itertools"]], "Changelog": [[0, "changelog"]], "Version 3.3.0": [[0, "version-3-3-0"]], "General": [[0, "general"], [0, "id2"], [0, "id6"], [0, "id16"], [0, "id28"], [0, "id33"], [0, "id39"], [0, "id47"], [0, "id50"], [0, "id60"], [0, "id64"], [0, "id72"], [0, "id78"]], "Gf": [[0, "gf"], [0, "id7"], [0, "id29"]], "atom_diag": [[0, "atom-diag"], [0, "id17"], [0, "id25"], [0, "id34"], [0, "id70"]], "doc": [[0, "doc"], [0, "id3"], [0, "id8"], [0, "id12"], [0, "id19"], [0, "id32"], [0, "id36"], [0, "id44"], [0, "id48"], [0, "id52"], [0, "id62"], [0, "id71"], [0, "id77"]], "cmake": [[0, "cmake"], [0, "id5"], [0, "id9"], [0, "id11"], [0, "id18"], [0, "id27"], [0, "id30"], [0, "id35"], [0, "id40"], [0, "id46"], [0, "id49"], [0, "id51"], [0, "id63"], [0, "id67"], [0, "id75"]], "jenkins": [[0, "jenkins"], [0, "id4"], [0, "id10"], [0, "id21"], [0, "id31"], [0, "id38"], [0, "id43"], [0, "id54"], [0, "id61"]], "Version 3.2.1": [[0, "version-3-2-1"]], "Version 3.2.0": [[0, "version-3-2-0"]], "Porting Script": [[0, "porting-script"], [0, "id15"]], "API Changes": [[0, "api-changes"]], "Meshes": [[0, "meshes"], [0, "id14"]], "DLR": [[0, "dlr"]], "Lattice": [[0, "lattice"]], "det_manip": [[0, "det-manip"], [0, "id69"]], "mc_generic": [[0, "mc-generic"], [0, "id23"], [0, "id55"]], "MPI": [[0, "mpi"]], "Fixes": [[0, "fixes"]], "Version 3.1.1": [[0, "version-3-1-1"]], "gf": [[0, "id13"], [0, "id20"], [0, "id26"], [0, "id37"], [0, "id42"], [0, "id45"], [0, "id53"], [0, "id65"], [0, "id79"]], "Version 3.1.0": [[0, "version-3-1-0"]], "Deprecate use of string indices for Green functions": [[0, "deprecate-use-of-string-indices-for-green-functions"]], "Change in gf_struct objects": [[0, "change-in-gf-struct-objects"]], "Green function meshes (C++)": [[0, "green-function-meshes-c"]], "Move multi-array into TRIQS/nda library": [[0, "move-multi-array-into-triqs-nda-library"]], "triqs::stat Rework": [[0, "triqs-stat-rework"]], "Bath discretization function": [[0, "bath-discretization-function"]], "Jenkins Sanitizer Checks": [[0, "jenkins-sanitizer-checks"]], "New website theme": [[0, "new-website-theme"]], "TightBinding and TBLattice improvements": [[0, "tightbinding-and-tblattice-improvements"]], "Require C++20 capable compiler": [[0, "require-c-20-capable-compiler"]], "cpp2py": [[0, "cpp2py"], [0, "id41"]], "lattice": [[0, "id22"], [0, "id57"], [0, "id68"]], "mesh": [[0, "mesh"], [524, "mesh"]], "nda": [[0, "nda"]], "Version 3.0.2": [[0, "version-3-0-2"]], "Python 3.10": [[0, "python-3-10"]], "c++20": [[0, "c-20"]], "Version 3.0.1": [[0, "version-3-0-1"]], "Issue 819 - Atom Diag": [[0, "issue-819-atom-diag"]], "array": [[0, "array"], [0, "id66"]], "Version 3.0.0": [[0, "version-3-0-0"]], "Renamings": [[0, "renamings"]], "Dependency Management": [[0, "dependency-management"]], "h5py dependency": [[0, "h5py-dependency"]], "Removal of deprecated API": [[0, "removal-of-deprecated-api"]], "detmanip": [[0, "detmanip"]], "operators": [[0, "operators"], [0, "id58"]], "packaging": [[0, "packaging"], [0, "id59"]], "Version 2.2.3": [[0, "version-2-2-3"]], "Version 2.2.2": [[0, "version-2-2-2"]], "Version 2.2.1": [[0, "version-2-2-1"]], "Version 2.2.0": [[0, "version-2-2-0"]], "Make range and itertools functionality standalone": [[0, "make-range-and-itertools-functionality-standalone"]], "Make mpi functionality standalone and change namespace": [[0, "make-mpi-functionality-standalone-and-change-namespace"]], "Non-owning views (C++)": [[0, "non-owning-views-c"]], "Dynamic Analyzer Checks (ASAN, UBSAN)": [[0, "dynamic-analyzer-checks-asan-ubsan"]], "No longer install googletest": [[0, "no-longer-install-googletest"]], "app4triqs": [[0, "app4triqs"]], "arrays": [[0, "arrays"], [0, "id76"]], "fourier": [[0, "fourier"], [0, "id74"], [517, "fourier"]], "h5": [[0, "h5"]], "pytriqs": [[0, "pytriqs"], [0, "id73"], [0, "id81"]], "Version 2.1.1": [[0, "version-2-1-1"]], "Version 2.1.0": [[0, "version-2-1-0"]], "clef": [[0, "clef"]], "BlockGf": [[0, "blockgf"]], "lapack": [[0, "lapack"]], "tail": [[0, "tail"], [0, "id80"]], "mc_tools": [[0, "mc-tools"]], "Version 2.0.0": [[0, "version-2-0-0"]], "fourier,tail": [[0, "fourier-tail"]], "hdf5": [[0, "hdf5"]], "gf/py": [[0, "gf-py"]], "py": [[0, "py"]], "travis": [[0, "travis"]], "pytriqs/gf": [[0, "pytriqs-gf"]], "test": [[0, "test"]], "tail,fourier": [[0, "tail-fourier"]], "Version 1.5": [[0, "version-1-5"]], "API changes": [[0, "id82"]], "Version 1.4": [[0, "version-1-4"]], "Installation": [[0, "installation"], [0, "id83"], [1848, "installation"]], "Many-body operators": [[0, "many-body-operators"], [0, "id84"]], "Green\u2019s functions": [[0, "greens-functions"], [540, "green-s-functions"], [1860, "green-s-functions"]], "Tests": [[0, "tests"], [0, "id86"]], "Version 1.3": [[0, "version-1-3"]], "Green functions": [[0, "green-functions"]], "Monte-Carlo tools": [[0, "monte-carlo-tools"]], "Determinant manipulation": [[0, "determinant-manipulation"]], "HDF5": [[0, "id85"], [549, "hdf5"]], "c++2py": [[0, "c-2py"]], "Miscellaneous": [[0, "miscellaneous"]], "Version 1.2": [[0, "version-1-2"]], "C++": [[0, "c"], [1864, "c"], [572, "c"]], "Python": [[0, "python"], [570, "python"], [1864, "python"], [572, "python"]], "Green Functions": [[0, "id87"]], "Version 1.1": [[0, "version-1-1"]], "Version 1.0": [[0, "version-1-0"]], "Python classes": [[0, "python-classes"]], "Archives": [[0, "archives"]], "Example": [[495, "example"], [517, "example"], [539, "example"], [561, "example"], [543, "example"], [546, "example"], [544, "example"], [542, "example"], [578, "example"], [580, "example"], [19, "example"], [95, "example"], [252, "example"], [253, "example"], [258, "example"], [314, "example"], [452, "example"], [448, "example"], [455, "example"], [459, "example"], [457, "example"], [480, "example"], [483, "example"], [481, "example"], [482, "example"], [511, "example"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[495, "solution-1-the-class-provides-the-transformation-into-a-dict-of-hdf-compliant-objects"]], "Principle": [[495, "principle"]], "What happens in detail?": [[495, "what-happens-in-detail"]], "Utility functions for atom_diag": [[499, "utility-functions-for-atom-diag"]], "Evaluating CLEF expressions": [[504, "evaluating-clef-expressions"]], "Complete evaluation": [[504, "complete-evaluation"]], "Partial evaluation": [[504, "partial-evaluation"], [529, "partial-evaluation"], [529, "id1"], [1884, "Partial-evaluation"]], "Motivation: a little tour of CLEF": [[507, "motivation-a-little-tour-of-clef"]], "[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[498, "triqs-atom-diag-lightweight-exact-diagonalization-solver-and-tools"]], "Example of use: Python": [[498, "example-of-use-python"]], "Example of use: C++": [[498, "example-of-use-c"]], "Transform CLEF expressions into functions": [[506, "transform-clef-expressions-into-functions"]], "make_function": [[506, "make-function"]], "Short notation with >> operator": [[506, "short-notation-with-operator"]], "clef::function": [[506, "clef-function"]], "Examples": [[506, "examples"], [521, "examples"], [527, "examples"], [526, "examples"], [531, "examples"], [533, "examples"], [545, "examples"], [525, "examples"], [530, "examples"]], "Automatic assignment of containers": [[500, "automatic-assignment-of-containers"]], "Overloading functions and methods for CLEF arguments": [[508, "overloading-functions-and-methods-for-clef-arguments"]], "Overloading functions": [[508, "overloading-functions"]], "Overloading operator() and other methods": [[508, "overloading-operator-and-other-methods"]], "Template parameters": [[509, "template-parameters"], [570, "template-parameters"], [28, "template-parameters"], [33, "template-parameters"], [32, "template-parameters"], [13, "template-parameters"], [14, "template-parameters"], [19, "template-parameters"], [18, "template-parameters"], [20, "template-parameters"], [26, "template-parameters"], [34, "template-parameters"], [35, "template-parameters"], [39, "template-parameters"], [42, "template-parameters"], [48, "template-parameters"], [47, "template-parameters"], [46, "template-parameters"], [62, "template-parameters"], [63, "template-parameters"], [64, "template-parameters"], [71, "template-parameters"], [72, "template-parameters"], [77, "template-parameters"], [84, "template-parameters"], [83, "template-parameters"], [89, "template-parameters"], [90, "template-parameters"], [96, "template-parameters"], [95, "template-parameters"], [105, "template-parameters"], [100, "template-parameters"], [101, "template-parameters"], [112, "template-parameters"], [113, "template-parameters"], [129, "template-parameters"], [125, "template-parameters"], [128, "template-parameters"], [126, "template-parameters"], [130, "template-parameters"], [140, "template-parameters"], [141, "template-parameters"], [138, "template-parameters"], [139, "template-parameters"], [146, "template-parameters"], [144, "template-parameters"], [145, "template-parameters"], [147, "template-parameters"], [143, "template-parameters"], [142, "template-parameters"], [148, "template-parameters"], [149, "template-parameters"], [152, "template-parameters"], [181, "template-parameters"], [182, "template-parameters"], [180, "template-parameters"], [183, "template-parameters"], [179, "template-parameters"], [184, "template-parameters"], [185, "template-parameters"], [195, "template-parameters"], [249, "template-parameters"], [252, "template-parameters"], [255, "template-parameters"], [253, "template-parameters"], [254, "template-parameters"], [258, "template-parameters"], [257, "template-parameters"], [266, "template-parameters"], [270, "template-parameters"], [269, "template-parameters"], [282, "template-parameters"], [281, "template-parameters"], [290, "template-parameters"], [295, "template-parameters"], [298, "template-parameters"], [300, "template-parameters"], [299, "template-parameters"], [312, "template-parameters"], [313, "template-parameters"], [314, "template-parameters"], [317, "template-parameters"], [349, "template-parameters"], [352, "template-parameters"], [355, "template-parameters"], [354, "template-parameters"], [353, "template-parameters"], [363, "template-parameters"], [358, "template-parameters"], [368, "template-parameters"], [376, "template-parameters"], [379, "template-parameters"], [408, "template-parameters"], [449, "template-parameters"], [459, "template-parameters"], [479, "template-parameters"], [480, "template-parameters"], [483, "template-parameters"], [481, "template-parameters"], [478, "template-parameters"], [482, "template-parameters"], [485, "template-parameters"], [519, "template-parameters"]], "Parameters": [[509, "parameters"], [33, "parameters"], [32, "parameters"], [15, "parameters"], [13, "parameters"], [12, "parameters"], [19, "parameters"], [18, "parameters"], [26, "parameters"], [34, "parameters"], [39, "parameters"], [43, "parameters"], [48, "parameters"], [47, "parameters"], [46, "parameters"], [57, "parameters"], [53, "parameters"], [63, "parameters"], [58, "parameters"], [73, "parameters"], [71, "parameters"], [76, "parameters"], [85, "parameters"], [83, "parameters"], [88, "parameters"], [89, "parameters"], [97, "parameters"], [95, "parameters"], [105, "parameters"], [100, "parameters"], [117, "parameters"], [112, "parameters"], [113, "parameters"], [116, "parameters"], [114, "parameters"], [125, "parameters"], [124, "parameters"], [126, "parameters"], [132, "parameters"], [140, "parameters"], [141, "parameters"], [138, "parameters"], [139, "parameters"], [147, "parameters"], [142, "parameters"], [148, "parameters"], [149, "parameters"], [151, "parameters"], [153, "parameters"], [158, "parameters"], [157, "parameters"], [156, "parameters"], [155, "parameters"], [154, "parameters"], [160, "parameters"], [168, "parameters"], [171, "parameters"], [169, "parameters"], [177, "parameters"], [181, "parameters"], [182, "parameters"], [180, "parameters"], [183, "parameters"], [179, "parameters"], [188, "parameters"], [184, "parameters"], [187, "parameters"], [186, "parameters"], [185, "parameters"], [195, "parameters"], [221, "parameters"], [233, "parameters"], [249, "parameters"], [252, "parameters"], [255, "parameters"], [253, "parameters"], [254, "parameters"], [258, "parameters"], [266, "parameters"], [270, "parameters"], [278, "parameters"], [282, "parameters"], [290, "parameters"], [291, "parameters"], [295, "parameters"], [298, "parameters"], [300, "parameters"], [299, "parameters"], [312, "parameters"], [313, "parameters"], [315, "parameters"], [314, "parameters"], [317, "parameters"], [327, "parameters"], [332, "parameters"], [331, "parameters"], [330, "parameters"], [336, "parameters"], [334, "parameters"], [339, "parameters"], [342, "parameters"], [343, "parameters"], [340, "parameters"], [344, "parameters"], [341, "parameters"], [350, "parameters"], [347, "parameters"], [346, "parameters"], [352, "parameters"], [356, "parameters"], [354, "parameters"], [357, "parameters"], [353, "parameters"], [361, "parameters"], [360, "parameters"], [358, "parameters"], [367, "parameters"], [368, "parameters"], [366, "parameters"], [374, "parameters"], [371, "parameters"], [370, "parameters"], [372, "parameters"], [373, "parameters"], [378, "parameters"], [379, "parameters"], [377, "parameters"], [382, "parameters"], [384, "parameters"], [386, "parameters"], [385, "parameters"], [383, "parameters"], [390, "parameters"], [389, "parameters"], [392, "parameters"], [395, "parameters"], [397, "parameters"], [396, "parameters"], [394, "parameters"], [399, "parameters"], [400, "parameters"], [401, "parameters"], [405, "parameters"], [406, "parameters"], [411, "parameters"], [408, "parameters"], [425, "parameters"], [426, "parameters"], [428, "parameters"], [429, "parameters"], [427, "parameters"], [441, "parameters"], [449, "parameters"], [448, "parameters"], [454, "parameters"], [459, "parameters"], [463, "parameters"], [465, "parameters"], [460, "parameters"], [471, "parameters"], [469, "parameters"], [466, "parameters"], [470, "parameters"], [476, "parameters"], [474, "parameters"], [475, "parameters"], [479, "parameters"], [480, "parameters"], [483, "parameters"], [481, "parameters"], [478, "parameters"], [482, "parameters"], [485, "parameters"], [484, "parameters"]], "Notations and documentation conventions": [[509, "notations-and-documentation-conventions"]], "Notation": [[509, "notation"]], "Documentation conventions for C++ code": [[509, "documentation-conventions-for-c-code"]], "add": [[509, "add"]], "Return value": [[509, "return-value"]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[501, "triqs-clef-clef-compile-time-lazy-expressions-and-functions"]], "triqs/MPI": [[497, "triqs-mpi"]], "Introduction": [[497, "introduction"], [581, "introduction"], [566, "introduction"]], "MPI documentation/manual/triqs": [[497, "mpi-documentation-manual-triqs"]], "Supported functions and types": [[497, "supported-functions-and-types"]], "Basic usage": [[497, "basic-usage"]], "Headers": [[497, "headers"]], "MPI example": [[497, "mpi-example"]], "More complex examples": [[502, "more-complex-examples"]], "Forming CLEF expressions": [[505, "forming-clef-expressions"]], "Placeholders": [[505, "placeholders"]], "Forming an expression": [[505, "forming-an-expression"]], "Storage of expressions [advanced]": [[505, "storage-of-expressions-advanced"]], "A lazy sum": [[503, "a-lazy-sum"]], "Basic notions": [[513, "basic-notions"]], "Types of Green\u2019s functions": [[513, "types-of-green-s-functions"]], "Matsubara Green\u2019s function in imaginary time ": [[513, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[513, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[513, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Green function in real time ": [[513, "green-function-in-real-time-gfretime"]], "Retarded Green\u2019s function in real frequencies ": [[513, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Fourier and Legendre transforms": [[513, "fourier-and-legendre-transforms"]], "High-frequency tail": [[513, "high-frequency-tail"]], "How does it work ?": [[512, "how-does-it-work"]], "Cofactors": [[512, "cofactors"]], "The Sherman-Morrison formula": [[512, "the-sherman-morrison-formula"]], "Addition of a line and a column, or more": [[512, "addition-of-a-line-and-a-column-or-more"]], "Removal of a line and a column, or more": [[512, "removal-of-a-line-and-a-column-or-more"]], "Change of a column": [[512, "change-of-a-column"]], "Change of a line": [[512, "change-of-a-line"]], "Change of a line and a column": [[512, "change-of-a-line-and-a-column"]], "Fourier transforms": [[517, "fourier-transforms"], [1881, "Fourier-transforms"], [1885, "Fourier-transforms"]], "Synopsis": [[517, "synopsis"], [527, "synopsis"], [526, "synopsis"], [531, "synopsis"], [533, "synopsis"], [511, "synopsis"], [525, "synopsis"]], "[block_gf] Block Green functions": [[521, "block-gf-t-block-green-functions"]], "Constructors": [[521, "constructors"], [523, "constructors"]], "Factories": [[521, "factories"]], "Factories for the regular type": [[521, "factories-for-the-regular-type"]], "Factories for the view type": [[521, "factories-for-the-view-type"]], "Domain & mesh": [[521, "domain-mesh"], [527, "domain-mesh"], [526, "domain-mesh"], [531, "domain-mesh"], [533, "domain-mesh"], [525, "domain-mesh"], [530, "domain-mesh"]], "Singularity": [[521, "singularity"], [527, "singularity"], [526, "singularity"], [533, "singularity"], [530, "singularity"]], "Interpolation method": [[521, "interpolation-method"], [530, "interpolation-method"]], "Data storage": [[521, "data-storage"], [527, "data-storage"], [526, "data-storage"], [531, "data-storage"], [533, "data-storage"], [525, "data-storage"], [530, "data-storage"]], "HDF5 storage convention": [[521, "hdf5-storage-convention"], [527, "hdf5-storage-convention"], [526, "hdf5-storage-convention"], [531, "hdf5-storage-convention"], [533, "hdf5-storage-convention"], [525, "hdf5-storage-convention"], [530, "hdf5-storage-convention"]], "Iterators": [[521, "iterators"]], "Operator()": [[522, "operator"]], "(1) Evaluation": [[522, "evaluation"]], "(2) Building a view": [[522, "building-a-view"]], "(3) Interaction with clef expressions": [[522, "interaction-with-clef-expressions"]], "Constructors of gf": [[523, "constructors-of-gf"]], "Fourier: implementation notes": [[518, "fourier-implementation-notes"]], "The FFTW library": [[518, "the-fftw-library"]], "Implementation in real time/frequency using FFTW": [[518, "implementation-in-real-time-frequency-using-fftw"]], "Implementation in imaginary time/frequency using FFTW": [[518, "implementation-in-imaginary-time-frequency-using-fftw"]], "Special case of real functions in time for fermions": [[518, "special-case-of-real-functions-in-time-for-fermions"]], "Special case of real functions in time for bosons": [[518, "special-case-of-real-functions-in-time-for-bosons"]], "Usage of the tail in the TF": [[518, "usage-of-the-tail-in-the-tf"]], "Assignment": [[520, "assignment"]], "Move assign operator": [[520, "move-assign-operator"]], "Data access": [[524, "data-access"]], "data": [[524, "data"]], "singularity": [[524, "singularity"]], "symmetry": [[524, "symmetry"]], "Concepts": [[515, "concepts"], [562, "concepts"]], "Domain": [[515, "domain"]], "PureFunctionOnDomain": [[515, "purefunctionondomain"]], "Mesh": [[515, "mesh"]], "MeshPoint": [[515, "meshpoint"]], "Interaction with CLEF expressions": [[514, "interaction-with-clef-expressions"]], "Operator []": [[535, "operator"]], "(1) Use the linear index of the mesh": [[535, "use-the-linear-index-of-the-mesh"]], "(2) Use the mesh_point of the mesh": [[535, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[535, "find-the-closest-mesh-point-from-a-domain-point"]], "(4) Interaction with clef expressions": [[535, "interaction-with-clef-expressions"]], "High-Frequency moments of the Green\u2019s function": [[539, "high-frequency-moments-of-the-green-s-function"], [550, "high-frequency-moments-of-the-green-s-function"]], "API": [[539, "api"]], "Adjusting the fit parameters (Advanced)": [[539, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[539, "adjusting-the-fit-window-advanced"]], "Implementation notes": [[536, "implementation-notes"]], "Target reinterpretation": [[532, "target-reinterpretation"]], "Evaluation method": [[527, "evaluation-method"], [526, "evaluation-method"], [531, "evaluation-method"], [533, "evaluation-method"], [525, "evaluation-method"]], "[gf] Legendre representation": [[527, "gf-legendre-legendre-representation"]], "[gf] Matsubara imaginary time": [[526, "gf-imtime-matsubara-imaginary-time"]], "Specializations": [[534, "specializations"]], "[gf] Real frequencies": [[531, "gf-refreq-real-frequencies"]], "[gf] Real time": [[533, "gf-retime-real-time"]], "Misc": [[528, "misc"]], "Statistic": [[528, "statistic"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[592, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[595, "triqs-atom-diag-atom-diag-atomdiagcomplex-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[598, "triqs-atom-diag-atom-diag-atomdiagcomplex-fops"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[596, "triqs-atom-diag-atom-diag-atomdiagcomplex-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[589, "triqs-atom-diag-atom-diag-atomdiagcomplex"]], "triqs.atom_diag.atom_diag": [[588, "module-triqs.atom_diag.atom_diag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[590, "triqs-atom-diag-atom-diag-atomdiagcomplex-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[597, "triqs-atom-diag-atom-diag-atomdiagcomplex-fock-states"]], "triqs.atom_diag": [[586, "module-triqs.atom_diag"]], "triqs.atom_diag.AtomDiag": [[587, "triqs-atom-diag-atomdiag"]], "Tuple tools": [[585, "tuple-tools"]], "apply": [[585, "apply"]], "for_each": [[585, "for-each"]], "for_each_zip": [[585, "for-each-zip"]], "map": [[585, "map"]], "fold": [[585, "fold"]], "reverse": [[585, "reverse"]], "called_on_tuple": [[585, "called-on-tuple"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[593, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[594, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[591, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[599, "triqs-atom-diag-atom-diag-atomdiagcomplex-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[608, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[612, "triqs-atom-diag-atom-diag-atomdiagreal-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[613, "triqs-atom-diag-atom-diag-atomdiagreal-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[610, "triqs-atom-diag-atom-diag-atomdiagreal"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[614, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[606, "triqs-atom-diag-atom-diag-atomdiagcomplex-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[604, "triqs-atom-diag-atom-diag-atomdiagcomplex-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[600, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[603, "triqs-atom-diag-atom-diag-atomdiagcomplex-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[601, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[609, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[605, "triqs-atom-diag-atom-diag-atomdiagcomplex-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[611, "triqs-atom-diag-atom-diag-atomdiagreal-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[607, "triqs-atom-diag-atom-diag-atomdiagcomplex-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[602, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dims"]], "Random number generator": [[567, "random-number-generator"]], "Generic use": [[567, "generic-use"]], "Getting a list of random number generators": [[567, "getting-a-list-of-random-number-generators"]], "Accessing the random number generator from the Monte Carlo class": [[567, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "Introduction & Motivations": [[562, "introduction-motivations"]], "The Move concept": [[562, "the-move-concept"]], "The Measure concept": [[562, "the-measure-concept"]], "Hilbert Transform": [[558, "hilbert-transform"]], "Free Fermions with tight binding hopping": [[560, "free-fermions-with-tight-binding-hopping"]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[569, "triqs-operators-second-quantization-operators-and-many-body-hamiltonians"]], "The BravaisLattice and TightBinding classes: definitions and example": [[561, "the-bravaislattice-and-tightbinding-classes-definitions-and-example"]], "BravaisLattice": [[561, "bravaislattice"]], "TightBinding": [[561, "tightbinding"]], "energies_on_bz_path": [[561, "energies-on-bz-path"]], "Tutorial": [[568, "tutorial"]], "The C++ code for this problem": [[568, "the-c-code-for-this-problem"]], "Initializing the MPI": [[568, "initializing-the-mpi"]], "Constructing the Monte Carlo simulation": [[568, "constructing-the-monte-carlo-simulation"]], "Moves and measures": [[568, "moves-and-measures"]], "The move": [[568, "the-move"], [565, "the-move"]], "The measure": [[568, "the-measure"]], "Starting the Monte Carlo simulation": [[568, "starting-the-monte-carlo-simulation"]], "End of the simulation - gathering results": [[568, "end-of-the-simulation-gathering-results"]], "Writing your own Monte Carlo simulation": [[568, "writing-your-own-monte-carlo-simulation"]], "Sums over Brillouin zone": [[559, "sums-over-brillouin-zone"]], "Reference documentation/manual": [[556, "reference-documentation-manual"], [496, "reference-documentation-manual"]], "[triqs/lattice] Lattice tools": [[556, "triqs-lattice-lattice-tools"]], "Introductory example": [[556, "introductory-example"]], "Bravais Lattice": [[555, "bravais-lattice"]], "Density of state and related tools": [[557, "density-of-state-and-related-tools"]], "The Density of state: DOS": [[557, "the-density-of-state-dos"]], "Reading a DOS from a text file": [[557, "reading-a-dos-from-a-text-file"]], "Computing a DOS from a tight_binding": [[557, "computing-a-dos-from-a-tight-binding"]], "The DOS computed from a function": [[557, "the-dos-computed-from-a-function"]], "Example: the Ising chain in a magnetic field": [[565, "example-the-ising-chain-in-a-magnetic-field"]], "The configuration": [[565, "the-configuration"]], "Measure": [[565, "measure"]], "Main program": [[565, "main-program"]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[626, "triqs-atom-diag-atom-diag-atomdiagreal-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[627, "triqs-atom-diag-atom-diag-atomdiagreal-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[629, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[624, "triqs-atom-diag-atom-diag-atomdiagreal-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[625, "triqs-atom-diag-atom-diag-atomdiagreal-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[616, "triqs-atom-diag-atom-diag-atomdiagreal-energies"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[618, "triqs-atom-diag-atom-diag-atomdiagreal-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[623, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[628, "triqs-atom-diag-atom-diag-atomdiagreal-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[621, "triqs-atom-diag-atom-diag-atomdiagreal-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[615, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[617, "triqs-atom-diag-atom-diag-atomdiagreal-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[622, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[620, "triqs-atom-diag-atom-diag-atomdiagreal-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[619, "triqs-atom-diag-atom-diag-atomdiagreal-fops"]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[632, "triqs-atom-diag-atom-diag-atomic-density-matrix"]], "triqs.dos.dos.DOS": [[643, "triqs-dos-dos-dos"]], "triqs.dos": [[641, "module-triqs.dos"]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[633, "triqs-atom-diag-atom-diag-atomic-g-iw"]], "triqs.dos.dos.DOS.__init__": [[644, "triqs-dos-dos-dos-init"]], "triqs.atom_diag.atom_diag.trace_rho_op": [[640, "triqs-atom-diag-atom-diag-trace-rho-op"]], "triqs.dos.dos": [[642, "module-triqs.dos.dos"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[639, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues-checked"]], "triqs.atom_diag.atom_diag.atomic_g_w": [[636, "triqs-atom-diag-atom-diag-atomic-g-w"]], "triqs.atom_diag.atom_diag.act": [[631, "triqs-atom-diag-atom-diag-act"]], "triqs.atom_diag.atom_diag.atomic_g_l": [[634, "triqs-atom-diag-atom-diag-atomic-g-l"]], "triqs.atom_diag.atom_diag.partition_function": [[637, "triqs-atom-diag-atom-diag-partition-function"]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[635, "triqs-atom-diag-atom-diag-atomic-g-tau"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[630, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[638, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues"]], "triqs.dos.dos.DOSFromFunction.__init__": [[648, "triqs-dos-dos-dosfromfunction-init"]], "triqs.dos.dos.DOSFromFunction.density": [[650, "triqs-dos-dos-dosfromfunction-density"]], "triqs.dos.dos.DOSFromFunction": [[647, "triqs-dos-dos-dosfromfunction"]], "triqs.dos.dos.DOS.density": [[646, "triqs-dos-dos-dos-density"]], "triqs.dos.hilbert_transform.HilbertTransform": [[653, "triqs-dos-hilbert-transform-hilberttransform"]], "triqs.dos.dos.dos_from_file": [[651, "triqs-dos-dos-dos-from-file"]], "triqs.dos.hilbert_transform": [[652, "module-triqs.dos.hilbert_transform"]], "triqs.fit.fit": [[656, "module-triqs.fit.fit"]], "triqs.fit.fit.Fit": [[657, "triqs-fit-fit-fit"]], "triqs.fit": [[655, "module-triqs.fit"]], "triqs.dos.dos.DOSFromFunction.copy": [[649, "triqs-dos-dos-dosfromfunction-copy"]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[654, "triqs-dos-hilbert-transform-hilberttransform-init"]], "triqs.gf": [[659, "module-triqs.gf"]], "triqs.dos.dos.DOS.copy": [[645, "triqs-dos-dos-dos-copy"]], "triqs.fit.fit.Fit.__init__": [[658, "triqs-fit-fit-fit-init"]], "triqs.gf.backwd_compat.gf_imfreq": [[661, "module-triqs.gf.backwd_compat.gf_imfreq"]], "triqs.gf.backwd_compat": [[660, "module-triqs.gf.backwd_compat"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[665, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[666, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[663, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[664, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[669, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[662, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq"]], "Parameters (KEYWORD argument ONLY)": [[662, "parameters-keyword-argument-only"], [701, "parameters-keyword-argument-only"], [740, "parameters-keyword-argument-only"], [779, "parameters-keyword-argument-only"], [545, "parameters-keyword-argument-only"], [543, "parameters-keyword-argument-only"], [546, "parameters-keyword-argument-only"], [544, "parameters-keyword-argument-only"], [542, "parameters-keyword-argument-only"], [818, "parameters-keyword-argument-only"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[670, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[672, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[671, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[667, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[673, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[668, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[674, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[681, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-mesh"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[685, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[689, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[687, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[679, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[680, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[676, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[675, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-imag"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[682, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[688, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[678, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-invert"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[686, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[684, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[683, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-real"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[677, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-inverse"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[702, "triqs-gf-backwd-compat-gf-imtime-gfimtime-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[698, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-x-data-view"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[703, "triqs-gf-backwd-compat-gf-imtime-gfimtime-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[692, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[690, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[701, "triqs-gf-backwd-compat-gf-imtime-gfimtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[691, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime": [[700, "module-triqs.gf.backwd_compat.gf_imtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[693, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.tau_L2_norm": [[695, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[697, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-transpose"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[696, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-total-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[694, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-shape"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[699, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-zero"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[704, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[715, "triqs-gf-backwd-compat-gf-imtime-gfimtime-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[712, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[705, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy-from"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[714, "triqs-gf-backwd-compat-gf-imtime-gfimtime-imag"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[717, "triqs-gf-backwd-compat-gf-imtime-gfimtime-invert"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[719, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[706, "triqs-gf-backwd-compat-gf-imtime-gfimtime-data"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[711, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[708, "triqs-gf-backwd-compat-gf-imtime-gfimtime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[709, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[710, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[713, "triqs-gf-backwd-compat-gf-imtime-gfimtime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[718, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[716, "triqs-gf-backwd-compat-gf-imtime-gfimtime-inverse"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[707, "triqs-gf-backwd-compat-gf-imtime-gfimtime-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[725, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[730, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[720, "triqs-gf-backwd-compat-gf-imtime-gfimtime-mesh"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[733, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[731, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[723, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[726, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[729, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[722, "triqs-gf-backwd-compat-gf-imtime-gfimtime-real"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[728, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[721, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[732, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[727, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.tau_L2_norm": [[734, "triqs-gf-backwd-compat-gf-imtime-gfimtime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[724, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[744, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy-from"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[742, "triqs-gf-backwd-compat-gf-legendre-gflegendre-conjugate"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[738, "triqs-gf-backwd-compat-gf-imtime-gfimtime-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[740, "triqs-gf-backwd-compat-gf-legendre-gflegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[747, "triqs-gf-backwd-compat-gf-legendre-gflegendre-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[749, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre": [[739, "module-triqs.gf.backwd_compat.gf_legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[741, "triqs-gf-backwd-compat-gf-legendre-gflegendre-init"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[735, "triqs-gf-backwd-compat-gf-imtime-gfimtime-total-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[737, "triqs-gf-backwd-compat-gf-imtime-gfimtime-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[743, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[746, "triqs-gf-backwd-compat-gf-legendre-gflegendre-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[736, "triqs-gf-backwd-compat-gf-imtime-gfimtime-transpose"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[745, "triqs-gf-backwd-compat-gf-legendre-gflegendre-data"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[748, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[752, "triqs-gf-backwd-compat-gf-legendre-gflegendre-from-l-g-r"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[759, "triqs-gf-backwd-compat-gf-legendre-gflegendre-mesh"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[751, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[754, "triqs-gf-backwd-compat-gf-legendre-gflegendre-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[761, "triqs-gf-backwd-compat-gf-legendre-gflegendre-real"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[755, "triqs-gf-backwd-compat-gf-legendre-gflegendre-inverse"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[757, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[756, "triqs-gf-backwd-compat-gf-legendre-gflegendre-invert"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[750, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[760, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[763, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[764, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau": [[758, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[753, "triqs-gf-backwd-compat-gf-legendre-gflegendre-imag"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[762, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rebinning-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[772, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-shape"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[777, "triqs-gf-backwd-compat-gf-legendre-gflegendre-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[767, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imtime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[779, "triqs-gf-backwd-compat-gf-refreq-gfrefreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[766, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[765, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-fourier"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[770, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[775, "triqs-gf-backwd-compat-gf-legendre-gflegendre-transpose"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[776, "triqs-gf-backwd-compat-gf-legendre-gflegendre-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.tau_L2_norm": [[773, "triqs-gf-backwd-compat-gf-legendre-gflegendre-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq": [[778, "module-triqs.gf.backwd_compat.gf_refreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[771, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[769, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-pade"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[774, "triqs-gf-backwd-compat-gf-legendre-gflegendre-total-density"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[768, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[786, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[791, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[782, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[785, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[792, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-imag"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[794, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-inverse"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[793, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[781, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-conjugate"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[790, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[787, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[784, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[783, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[780, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-init"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[788, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[789, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail"]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[553, "triqs-hilbert-space-many-body-states-and-hilbert-spaces"]], "Example of use": [[553, "example-of-use"]], "Fourier and Legendre to Matsubara transforms": [[552, "fourier-and-legendre-to-matsubara-transforms"]], "Time to frequency": [[552, "time-to-frequency"]], "Legendre to Matsubara": [[552, "legendre-to-matsubara"]], "HDF5 data scheme": [[545, "hdf5-data-scheme"], [543, "hdf5-data-scheme"], [546, "hdf5-data-scheme"], [544, "hdf5-data-scheme"], [542, "hdf5-data-scheme"], [496, "hdf5-data-scheme"]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[545, "gfrefreq-retarded-green-s-function-in-real-frequencies"]], "Reference": [[545, "reference"], [543, "reference"], [546, "reference"], [549, "reference"], [544, "reference"], [542, "reference"], [548, "reference"], [577, "reference"]], "Tools for GFs": [[551, "tools-for-gfs"]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[543, "gfimtime-matsubara-green-s-function-in-imaginary-time"]], "[GfReTime] Retarded Green\u2019s function in real time": [[546, "gfretime-retarded-green-s-function-in-real-time"]], "Operations": [[549, "operations"], [190, "operations"], [541, "operations"]], "shelve / pickle": [[549, "shelve-pickle"], [541, "shelve-pickle"]], "BlockGf: The complete Green\u2019s function": [[549, "blockgf-the-complete-green-s-function"]], "A little example": [[549, "a-little-example"]], "Block access": [[549, "block-access"]], "Iterator": [[549, "iterator"]], "View or copies?": [[549, "view-or-copies"]], "StateVector Concept": [[554, "statevector-concept"]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[544, "gflegendre-matsubara-green-s-function-with-legendre-polynomials"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[542, "gfimfreq-matsubara-green-s-function-in-imaginary-frequencies"]], "Descriptors": [[548, "descriptors"]], "Exceptions": [[583, "exceptions"]], "Hamiltonians": [[573, "hamiltonians"]], "Plotting TRIQS objects": [[578, "plotting-triqs-objects"]], "A thin layer above matplotlib": [[578, "a-thin-layer-above-matplotlib"]], "Multiple panels figures": [[578, "multiple-panels-figures"]], "Plot protocol [Advanced]": [[578, "plot-protocol-advanced"]], "Example with options": [[578, "example-with-options"]], "Reproducibility, provenance": [[579, "reproducibility-provenance"]], "TRIQS code version": [[579, "triqs-code-version"]], "Saving the script in the data archive": [[579, "saving-the-script-in-the-data-archive"]], "From the data to the figures": [[579, "from-the-data-to-the-figures"]], "Fitting data": [[577, "fitting-data"]], "A simple example": [[577, "a-simple-example"]], "Member types": [[570, "member-types"], [28, "member-types"], [20, "member-types"], [35, "member-types"], [49, "member-types"], [64, "member-types"], [77, "member-types"], [90, "member-types"], [101, "member-types"], [152, "member-types"], [190, "member-types"], [240, "member-types"], [257, "member-types"], [269, "member-types"], [281, "member-types"], [323, "member-types"], [355, "member-types"], [364, "member-types"], [376, "member-types"], [538, "member-types"], [537, "member-types"], [519, "member-types"]], "Free functions": [[570, "free-functions"], [525, "free-functions"]], "Second-quantization operators": [[570, "second-quantization-operators"]], "Construction/factories": [[570, "construction-factories"]], "Overloaded operations": [[570, "overloaded-operations"]], "Methods": [[570, "methods"]], "Iteration over monomials": [[570, "iteration-over-monomials"]], "Serialization & HDF5": [[570, "serialization-hdf5"]], "U matrix construction": [[571, "u-matrix-construction"]], "Python include warnings": [[584, "python-include-warnings"]], "Observables": [[574, "observables"]], "[triqs/stat] Statistical Analysis": [[581, "triqs-stat-statistical-analysis"]], "Processing Correlated Data": [[581, "processing-correlated-data"]], "Averages and Standard Errors": [[581, "averages-and-standard-errors"]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[582, "triqs-utility-utilities-exceptions-tuple-tools-etc"]], "Random number generators": [[580, "random-number-generators"]], "Usage": [[580, "usage"], [1853, "usage"], [1849, "usage"]], "Complete documentation/manual/triqs": [[580, "complete-documentation-manual-triqs"]], "Helper functions": [[575, "helper-functions"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[804, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[809, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[795, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-invert"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[807, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[801, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[798, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-mesh"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[797, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[808, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[806, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[800, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-real"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[803, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[799, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[805, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[802, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[796, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[816, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-zero"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.tau_L2_norm": [[812, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[819, "triqs-gf-backwd-compat-gf-retime-gfretime-init"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[821, "triqs-gf-backwd-compat-gf-retime-gfretime-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[814, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-transpose"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[815, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-x-data-view"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[811, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[820, "triqs-gf-backwd-compat-gf-retime-gfretime-conjugate"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[822, "triqs-gf-backwd-compat-gf-retime-gfretime-copy-from"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[824, "triqs-gf-backwd-compat-gf-retime-gfretime-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[810, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[818, "triqs-gf-backwd-compat-gf-retime-gfretime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[823, "triqs-gf-backwd-compat-gf-retime-gfretime-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[813, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-total-density"]], "triqs.gf.backwd_compat.gf_retime": [[817, "module-triqs.gf.backwd_compat.gf_retime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[826, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[839, "triqs-gf-backwd-compat-gf-retime-gfretime-real"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[837, "triqs-gf-backwd-compat-gf-retime-gfretime-mesh"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[831, "triqs-gf-backwd-compat-gf-retime-gfretime-imag"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[829, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[832, "triqs-gf-backwd-compat-gf-retime-gfretime-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[830, "triqs-gf-backwd-compat-gf-retime-gfretime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[834, "triqs-gf-backwd-compat-gf-retime-gfretime-invert"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[827, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[825, "triqs-gf-backwd-compat-gf-retime-gfretime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[833, "triqs-gf-backwd-compat-gf-retime-gfretime-inverse"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[835, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[838, "triqs-gf-backwd-compat-gf-retime-gfretime-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[836, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[828, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[843, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[852, "triqs-gf-backwd-compat-gf-retime-gfretime-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[850, "triqs-gf-backwd-compat-gf-retime-gfretime-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[853, "triqs-gf-backwd-compat-gf-retime-gfretime-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[845, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[854, "triqs-gf-backwd-compat-gf-retime-gfretime-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[844, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[846, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[841, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[847, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[849, "triqs-gf-backwd-compat-gf-retime-gfretime-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.tau_L2_norm": [[851, "triqs-gf-backwd-compat-gf-retime-gfretime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[848, "triqs-gf-backwd-compat-gf-retime-gfretime-target-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[842, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[840, "triqs-gf-backwd-compat-gf-retime-gfretime-rebinning-tau"]], "triqs.gf.block2_gf.Block2Gf.__init__": [[858, "triqs-gf-block2-gf-block2gf-init"]], "triqs.gf.block2_gf.Block2Gf.real": [[868, "triqs-gf-block2-gf-block2gf-real"]], "triqs.gf.block2_gf": [[856, "module-triqs.gf.block2_gf"]], "triqs.gf.block2_gf.Block2Gf.imag": [[863, "triqs-gf-block2-gf-block2gf-imag"]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[867, "triqs-gf-block2-gf-block2gf-n-blocks"]], "triqs.gf.block2_gf.Block2Gf.indices": [[864, "triqs-gf-block2-gf-block2gf-indices"]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[869, "triqs-gf-block2-gf-block2gf-view-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.indices1": [[865, "triqs-gf-block2-gf-block2gf-indices1"]], "triqs.gf.block2_gf.Block2Gf": [[857, "triqs-gf-block2-gf-block2gf"]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[862, "triqs-gf-block2-gf-block2gf-copy-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.copy": [[860, "triqs-gf-block2-gf-block2gf-copy"]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[859, "triqs-gf-block2-gf-block2gf-all-indices"]], "triqs.gf.block2_gf.Block2Gf.indices2": [[866, "triqs-gf-block2-gf-block2gf-indices2"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[855, "triqs-gf-backwd-compat-gf-retime-gfretime-zero"]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[861, "triqs-gf-block2-gf-block2gf-copy-from"]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[879, "triqs-gf-block-gf-blockgf-copy-selected-blocks"]], "triqs.gf.block_gf.BlockGf.all_indices": [[874, "triqs-gf-block-gf-blockgf-all-indices"]], "triqs.gf.block_gf.BlockGf.beta": [[875, "triqs-gf-block-gf-blockgf-beta"]], "triqs.gf.block_gf.BlockGf.__init__": [[873, "triqs-gf-block-gf-blockgf-init"]], "triqs.gf.block_gf.BlockGf.invert": [[884, "triqs-gf-block-gf-blockgf-invert"]], "triqs.gf.block_gf.BlockGf.density": [[880, "triqs-gf-block-gf-blockgf-density"]], "triqs.gf.block_gf.BlockGf.conjugate": [[876, "triqs-gf-block-gf-blockgf-conjugate"]], "triqs.gf.block_gf.BlockGf.indices": [[882, "triqs-gf-block-gf-blockgf-indices"]], "triqs.gf.block2_gf.Block2Gf.zero": [[870, "triqs-gf-block2-gf-block2gf-zero"]], "triqs.gf.block_gf.BlockGf": [[872, "triqs-gf-block-gf-blockgf"]], "triqs.gf.block_gf": [[871, "module-triqs.gf.block_gf"]], "triqs.gf.block_gf.BlockGf.copy": [[877, "triqs-gf-block-gf-blockgf-copy"]], "triqs.gf.block_gf.BlockGf.copy_from": [[878, "triqs-gf-block-gf-blockgf-copy-from"]], "triqs.gf.block_gf.BlockGf.inverse": [[883, "triqs-gf-block-gf-blockgf-inverse"]], "triqs.gf.block_gf.BlockGf.imag": [[881, "triqs-gf-block-gf-blockgf-imag"]], "triqs.gf.block_gf.fix_gf_struct_type": [[895, "triqs-gf-block-gf-fix-gf-struct-type"]], "triqs.gf.block_gf.BlockGf.n_blocks": [[887, "triqs-gf-block-gf-blockgf-n-blocks"]], "triqs.gf.descriptor_base.Base.__init__": [[898, "triqs-gf-descriptor-base-base-init"]], "triqs.gf.descriptor_base.BaseBlock": [[899, "triqs-gf-descriptor-base-baseblock"]], "triqs.gf.block_gf.BlockGf.transpose": [[891, "triqs-gf-block-gf-blockgf-transpose"]], "triqs.gf.block_gf.BlockGf.total_density": [[890, "triqs-gf-block-gf-blockgf-total-density"]], "triqs.gf.block_gf.call_factory_from_dict": [[894, "triqs-gf-block-gf-call-factory-from-dict"]], "triqs.gf.block_gf.BlockGf.save": [[889, "triqs-gf-block-gf-blockgf-save"]], "triqs.gf.descriptor_base": [[896, "module-triqs.gf.descriptor_base"]], "triqs.gf.descriptor_base.Base": [[897, "triqs-gf-descriptor-base-base"]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[892, "triqs-gf-block-gf-blockgf-view-selected-blocks"]], "triqs.gf.block_gf.BlockGf.zero": [[893, "triqs-gf-block-gf-blockgf-zero"]], "triqs.gf.block_gf.BlockGf.mesh": [[886, "triqs-gf-block-gf-blockgf-mesh"]], "triqs.gf.block_gf.BlockGf.load": [[885, "triqs-gf-block-gf-blockgf-load"]], "triqs.gf.block_gf.BlockGf.real": [[888, "triqs-gf-block-gf-blockgf-real"]], "triqs.gf.descriptor_base.Function": [[904, "triqs-gf-descriptor-base-function"]], "triqs.gf.descriptors": [[913, "module-triqs.gf.descriptors"]], "triqs.gf.descriptor_base.Function.__init__": [[905, "triqs-gf-descriptor-base-function-init"]], "triqs.gf.descriptor_base.LazyCTX": [[906, "triqs-gf-descriptor-base-lazyctx"]], "triqs.gf.descriptors.Flat": [[914, "triqs-gf-descriptors-flat"]], "triqs.gf.descriptor_base.is_scalar": [[912, "triqs-gf-descriptor-base-is-scalar"]], "triqs.gf.descriptor_base.Const": [[902, "triqs-gf-descriptor-base-const"]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[907, "triqs-gf-descriptor-base-lazyctx-init"]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[910, "triqs-gf-descriptor-base-convert-scalar-to-const"]], "triqs.gf.descriptor_base.is_lazy": [[911, "triqs-gf-descriptor-base-is-lazy"]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[901, "triqs-gf-descriptor-base-baseblock-is-block-descriptor"]], "triqs.gf.descriptor_base.Omega_": [[908, "triqs-gf-descriptor-base-omega"]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[900, "triqs-gf-descriptor-base-baseblock-init"]], "triqs.gf.descriptor_base.Omega_.__init__": [[909, "triqs-gf-descriptor-base-omega-init"]], "triqs.gf.descriptor_base.Const.__init__": [[903, "triqs-gf-descriptor-base-const-init"]], "triqs.gf.descriptors.Flat.__init__": [[915, "triqs-gf-descriptors-flat-init"]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[921, "triqs-gf-descriptors-legendretomatsubara-is-block-descriptor"]], "triqs.gf.descriptors.Wilson": [[929, "triqs-gf-descriptors-wilson"]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[926, "triqs-gf-descriptors-onefermionintime-init"]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[920, "triqs-gf-descriptors-legendretomatsubara-init"]], "triqs.gf.descriptors.OneFermionInTime": [[925, "triqs-gf-descriptors-onefermionintime"]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[923, "triqs-gf-descriptors-matsubaratolegendre-init"]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[918, "triqs-gf-descriptors-fourier-is-block-descriptor"]], "triqs.gf.descriptors.Fourier.__init__": [[917, "triqs-gf-descriptors-fourier-init"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[922, "triqs-gf-descriptors-matsubaratolegendre"]], "triqs.gf.descriptors.LegendreToMatsubara": [[919, "triqs-gf-descriptors-legendretomatsubara"]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[924, "triqs-gf-descriptors-matsubaratolegendre-is-block-descriptor"]], "triqs.gf.descriptors.SemiCircular": [[927, "triqs-gf-descriptors-semicircular"]], "triqs.gf.descriptors.SemiCircular.__init__": [[928, "triqs-gf-descriptors-semicircular-init"]], "triqs.gf.descriptors.Fourier": [[916, "triqs-gf-descriptors-fourier"]], "triqs.gf.gf.Gf": [[940, "triqs-gf-gf-gf"]], "triqs.gf.gf.CallProxyNone": [[938, "triqs-gf-gf-callproxynone"]], "triqs.gf.dlr_crm_dyson_solver.minimize_dyson": [[933, "triqs-gf-dlr-crm-dyson-solver-minimize-dyson"]], "triqs.gf.gf.AddMethod.mro": [[937, "triqs-gf-gf-addmethod-mro"]], "triqs.gf.gf.Gf.conjugate": [[942, "triqs-gf-gf-gf-conjugate"]], "triqs.gf.gf.Gf.copy": [[943, "triqs-gf-gf-gf-copy"]], "triqs.gf.gf.AddMethod": [[935, "triqs-gf-gf-addmethod"]], "triqs.gf.gf.Gf.copy_from": [[944, "triqs-gf-gf-gf-copy-from"]], "triqs.gf.gf.Gf.__init__": [[941, "triqs-gf-gf-gf-init"]], "triqs.gf.descriptors.Wilson.__init__": [[930, "triqs-gf-descriptors-wilson-init"]], "triqs.gf.gf": [[934, "module-triqs.gf.gf"]], "triqs.gf.dlr_crm_dyson_solver": [[932, "module-triqs.gf.dlr_crm_dyson_solver"]], "triqs.gf.gf.AddMethod.__init__": [[936, "triqs-gf-gf-addmethod-init"]], "triqs.gf.gf.CallProxyNone.__init__": [[939, "triqs-gf-gf-callproxynone-init"]], "triqs.gf.descriptors.semi": [[931, "triqs-gf-descriptors-semi"]], "triqs.gf.gf.Gf.is_gf_hermitian": [[957, "triqs-gf-gf-gf-is-gf-hermitian"]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[958, "triqs-gf-gf-gf-is-gf-real-in-tau"]], "triqs.gf.gf.Gf.fit_tail_on_window": [[951, "triqs-gf-gf-gf-fit-tail-on-window"]], "triqs.gf.gf.Gf.imag": [[953, "triqs-gf-gf-gf-imag"]], "triqs.gf.gf.Gf.inverse": [[955, "triqs-gf-gf-gf-inverse"]], "triqs.gf.gf.Gf.data": [[945, "triqs-gf-gf-gf-data"]], "triqs.gf.gf.Gf.mesh": [[959, "triqs-gf-gf-gf-mesh"]], "triqs.gf.gf.Gf.density": [[946, "triqs-gf-gf-gf-density"]], "triqs.gf.gf.Gf.invert": [[956, "triqs-gf-gf-gf-invert"]], "triqs.gf.gf.Gf.fit_tail": [[950, "triqs-gf-gf-gf-fit-tail"]], "triqs.gf.gf.Gf.from_L_G_R": [[952, "triqs-gf-gf-gf-from-l-g-r"]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[948, "triqs-gf-gf-gf-fit-hermitian-tail"]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[949, "triqs-gf-gf-gf-fit-hermitian-tail-on-window"]], "triqs.gf.gf.Gf.enforce_discontinuity": [[947, "triqs-gf-gf-gf-enforce-discontinuity"]], "triqs.gf.gf.Gf.indices": [[954, "triqs-gf-gf-gf-indices"]], "triqs.gf.gf.Gf.set_from_legendre": [[968, "triqs-gf-gf-gf-set-from-legendre"]], "triqs.gf.gf.Gf.total_density": [[974, "triqs-gf-gf-gf-total-density"]], "triqs.gf.gf.Gf.target_indices": [[970, "triqs-gf-gf-gf-target-indices"]], "triqs.gf.gf.Gf.set_from_fourier": [[965, "triqs-gf-gf-gf-set-from-fourier"]], "triqs.gf.gf.Gf.rank": [[960, "triqs-gf-gf-gf-rank"]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[964, "triqs-gf-gf-gf-replace-by-tail-in-fit-window"]], "triqs.gf.gf.Gf.tau_L2_norm": [[973, "triqs-gf-gf-gf-tau-l2-norm"]], "triqs.gf.gf.Gf.target_shape": [[972, "triqs-gf-gf-gf-target-shape"]], "triqs.gf.gf.Gf.rebinning_tau": [[962, "triqs-gf-gf-gf-rebinning-tau"]], "triqs.gf.gf.Gf.set_from_imfreq": [[966, "triqs-gf-gf-gf-set-from-imfreq"]], "triqs.gf.gf.Gf.set_from_imtime": [[967, "triqs-gf-gf-gf-set-from-imtime"]], "triqs.gf.gf.Gf.replace_by_tail": [[963, "triqs-gf-gf-gf-replace-by-tail"]], "triqs.gf.gf.Gf.target_rank": [[971, "triqs-gf-gf-gf-target-rank"]], "triqs.gf.gf.Gf.real": [[961, "triqs-gf-gf-gf-real"]], "triqs.gf.gf.Gf.set_from_pade": [[969, "triqs-gf-gf-gf-set-from-pade"]], "triqs.gf.gf_factories.make_gf_from_fourier": [[988, "triqs-gf-gf-factories-make-gf-from-fourier"]], "triqs.gf.gf_factories.make_gf_imfreq": [[989, "triqs-gf-gf-factories-make-gf-imfreq"]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[987, "triqs-gf-gf-factories-make-gf-dlr-imtime"]], "triqs.gf.gf.Gf.zero": [[977, "triqs-gf-gf-gf-zero"]], "triqs.gf.gf.add_method_helper": [[980, "triqs-gf-gf-add-method-helper"]], "triqs.gf.gf_factories.make_gf_dlr": [[985, "triqs-gf-gf-factories-make-gf-dlr"]], "triqs.gf.gf.Idx": [[978, "triqs-gf-gf-idx"]], "triqs.gf.gf.call_factory_from_dict": [[982, "triqs-gf-gf-call-factory-from-dict"]], "triqs.gf.gf.Idx.__init__": [[979, "triqs-gf-gf-idx-init"]], "triqs.gf.gf_factories": [[983, "module-triqs.gf.gf_factories"]], "triqs.gf.gf_factories.fit_gf_dlr": [[984, "triqs-gf-gf-factories-fit-gf-dlr"]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[986, "triqs-gf-gf-factories-make-gf-dlr-imfreq"]], "triqs.gf.gf.Gf.x_data_view": [[976, "triqs-gf-gf-gf-x-data-view"]], "triqs.gf.gf.Gf.transpose": [[975, "triqs-gf-gf-gf-transpose"]], "triqs.gf.gf.bckwd": [[981, "triqs-gf-gf-bckwd"]], "triqs.gf.gf_factories.make_real_in_tau": [[992, "triqs-gf-gf-factories-make-real-in-tau"]], "triqs.gf.gf_fnt.replace_by_tail": [[1003, "triqs-gf-gf-fnt-replace-by-tail"]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[1001, "triqs-gf-gf-fnt-is-gf-real-in-tau"]], "triqs.gf.gf_factories.make_gf_imtime": [[990, "triqs-gf-gf-factories-make-gf-imtime"]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[997, "triqs-gf-gf-fnt-fit-hermitian-tail-on-window"]], "triqs.gf.gf_fnt": [[993, "module-triqs.gf.gf_fnt"]], "triqs.gf.gf_factories.make_hermitian": [[991, "triqs-gf-gf-factories-make-hermitian"]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[996, "triqs-gf-gf-fnt-fit-hermitian-tail"]], "triqs.gf.gf_fnt.density": [[994, "triqs-gf-gf-fnt-density"]], "triqs.gf.gf_fnt.fit_tail_on_window": [[999, "triqs-gf-gf-fnt-fit-tail-on-window"]], "triqs.gf.gf_fnt.is_gf_hermitian": [[1000, "triqs-gf-gf-fnt-is-gf-hermitian"]], "triqs.gf.gf_fnt.rebinning_tau": [[1002, "triqs-gf-gf-fnt-rebinning-tau"]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[1004, "triqs-gf-gf-fnt-replace-by-tail-in-fit-window"]], "triqs.gf.gf_fnt.fit_tail": [[998, "triqs-gf-gf-fnt-fit-tail"]], "triqs.gf.gf_fnt.enforce_discontinuity": [[995, "triqs-gf-gf-fnt-enforce-discontinuity"]], "triqs.gf.lazy_expressions": [[1011, "module-triqs.gf.lazy_expressions"]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[1016, "triqs-gf-lazy-expressions-lazyexpr-is-terminal"]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[1015, "triqs-gf-lazy-expressions-lazyexpr-get-terminal"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1018, "triqs-gf-lazy-expressions-lazyexprterminal"]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[1017, "triqs-gf-lazy-expressions-lazyexpr-set-from"]], "triqs.gf.lazy_expressions.LazyExpr": [[1012, "triqs-gf-lazy-expressions-lazyexpr"]], "triqs.gf.gf_fnt.set_from_legendre": [[1008, "triqs-gf-gf-fnt-set-from-legendre"]], "triqs.gf.gf_fnt.set_from_imfreq": [[1006, "triqs-gf-gf-fnt-set-from-imfreq"]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[1014, "triqs-gf-lazy-expressions-lazyexpr-copy"]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[1013, "triqs-gf-lazy-expressions-lazyexpr-init"]], "triqs.gf.gf_fnt.set_from_fourier": [[1005, "triqs-gf-gf-fnt-set-from-fourier"]], "triqs.gf.gf_fnt.set_from_imtime": [[1007, "triqs-gf-gf-fnt-set-from-imtime"]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[1019, "triqs-gf-lazy-expressions-lazyexprterminal-init"]], "triqs.gf.gf_fnt.set_from_pade": [[1009, "triqs-gf-gf-fnt-set-from-pade"]], "triqs.gf.gf_fnt.tau_L2_norm": [[1010, "triqs-gf-gf-fnt-tau-l2-norm"]], "triqs.gf.mesh_point": [[1034, "module-triqs.gf.mesh_point"]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[1022, "triqs-gf-lazy-expressions-eval-expr-with-context"]], "triqs.gf.lazy_expressions.eval_expr": [[1021, "triqs-gf-lazy-expressions-eval-expr"]], "triqs.gf.matsubara_freq": [[1027, "module-triqs.gf.matsubara_freq"]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[1032, "triqs-gf-matsubara-freq-matsubarafreq-real"]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[1033, "triqs-gf-matsubara-freq-matsubarafreq-value"]], "triqs.gf.matsubara_freq.MatsubaraFreq.index": [[1031, "triqs-gf-matsubara-freq-matsubarafreq-index"]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[1030, "triqs-gf-matsubara-freq-matsubarafreq-imag"]], "triqs.gf.lazy_expressions.transform": [[1025, "triqs-gf-lazy-expressions-transform"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1028, "triqs-gf-matsubara-freq-matsubarafreq"]], "triqs.gf.lazy_expressions.all_terminals": [[1020, "triqs-gf-lazy-expressions-all-terminals"]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[1029, "triqs-gf-matsubara-freq-matsubarafreq-init"]], "triqs.gf.map_block": [[1026, "module-triqs.gf.map_block"]], "triqs.gf.lazy_expressions.lazy_function": [[1023, "triqs-gf-lazy-expressions-lazy-function"]], "triqs.gf.lazy_expressions.make_lazy": [[1024, "triqs-gf-lazy-expressions-make-lazy"]], "triqs.gf.mesh_point.MeshPoint.real": [[1038, "triqs-gf-mesh-point-meshpoint-real"]], "triqs.gf.mesh_point.MeshPoint": [[1035, "triqs-gf-mesh-point-meshpoint"]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[1049, "triqs-gf-mesh-product-meshproduct-to-data-index"]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[1040, "triqs-gf-mesh-point-meshvaluegenerator-init"]], "triqs.gf.mesh_product.MeshProduct": [[1042, "triqs-gf-mesh-product-meshproduct"]], "triqs.gf.mesh_product.MeshProduct.copy": [[1045, "triqs-gf-mesh-product-meshproduct-copy"]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[1046, "triqs-gf-mesh-product-meshproduct-copy-from"]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[1048, "triqs-gf-mesh-product-meshproduct-size-of-components"]], "triqs.gf.mesh_point.MeshPoint.imag": [[1037, "triqs-gf-mesh-point-meshpoint-imag"]], "triqs.gf.mesh_product.MeshProduct.__init__": [[1043, "triqs-gf-mesh-product-meshproduct-init"]], "triqs.gf.mesh_product.MeshProduct.rank": [[1047, "triqs-gf-mesh-product-meshproduct-rank"]], "triqs.gf.mesh_point.MeshPoint.__init__": [[1036, "triqs-gf-mesh-point-meshpoint-init"]], "triqs.gf.mesh_product.MeshProduct.components": [[1044, "triqs-gf-mesh-product-meshproduct-components"]], "triqs.gf.mesh_product": [[1041, "module-triqs.gf.mesh_product"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1039, "triqs-gf-mesh-point-meshvaluegenerator"]], "triqs.gf.meshes.MeshBrZone.dims": [[1058, "triqs-gf-meshes-meshbrzone-dims"]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[1060, "triqs-gf-meshes-meshbrzone-to-data-index"]], "triqs.gf.meshes": [[1051, "module-triqs.gf.meshes"]], "triqs.gf.mesh_product.call_factory_from_dict": [[1050, "triqs-gf-mesh-product-call-factory-from-dict"]], "triqs.gf.meshes.MeshBrZone.copy": [[1056, "triqs-gf-meshes-meshbrzone-copy"]], "triqs.gf.meshes.MeshBrZone.closest_index": [[1055, "triqs-gf-meshes-meshbrzone-closest-index"]], "triqs.gf.meshes.MeshBrZone": [[1052, "triqs-gf-meshes-meshbrzone"]], "Parameters (Option 1)": [[1052, "parameters-option-1"], [1065, "parameters-option-1"], [1152, "parameters-option-1"], [1164, "parameters-option-1"]], "Parameters (Option 2)": [[1052, "parameters-option-2"], [1065, "parameters-option-2"], [1152, "parameters-option-2"], [1164, "parameters-option-2"]], "triqs.gf.meshes.MeshBrZone.copy_from": [[1057, "triqs-gf-meshes-meshbrzone-copy-from"]], "triqs.gf.meshes.MeshBrZone.to_value": [[1062, "triqs-gf-meshes-meshbrzone-to-value"]], "triqs.gf.meshes.MeshBrZone.values": [[1064, "triqs-gf-meshes-meshbrzone-values"]], "triqs.gf.meshes.MeshBrZone.to_index": [[1061, "triqs-gf-meshes-meshbrzone-to-index"]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[1059, "triqs-gf-meshes-meshbrzone-mesh-hash"]], "triqs.gf.meshes.MeshBrZone.__init__": [[1053, "triqs-gf-meshes-meshbrzone-init"]], "triqs.gf.meshes.MeshBrZone.units": [[1063, "triqs-gf-meshes-meshbrzone-units"]], "triqs.gf.meshes.MeshBrZone.bz": [[1054, "triqs-gf-meshes-meshbrzone-bz"]], "triqs.gf.meshes.MeshCycLat.__init__": [[1066, "triqs-gf-meshes-meshcyclat-init"]], "triqs.gf.meshes.MeshCycLat.to_index": [[1073, "triqs-gf-meshes-meshcyclat-to-index"]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[1071, "triqs-gf-meshes-meshcyclat-mesh-hash"]], "triqs.gf.meshes.MeshDLR": [[1077, "triqs-gf-meshes-meshdlr"]], "triqs.gf.meshes.MeshDLR.beta": [[1079, "triqs-gf-meshes-meshdlr-beta"]], "triqs.gf.meshes.MeshCycLat": [[1065, "triqs-gf-meshes-meshcyclat"]], "triqs.gf.meshes.MeshCycLat.lattice": [[1070, "triqs-gf-meshes-meshcyclat-lattice"]], "triqs.gf.meshes.MeshCycLat.copy_from": [[1068, "triqs-gf-meshes-meshcyclat-copy-from"]], "triqs.gf.meshes.MeshDLR.__init__": [[1078, "triqs-gf-meshes-meshdlr-init"]], "triqs.gf.meshes.MeshCycLat.values": [[1076, "triqs-gf-meshes-meshcyclat-values"]], "triqs.gf.meshes.MeshCycLat.copy": [[1067, "triqs-gf-meshes-meshcyclat-copy"]], "triqs.gf.meshes.MeshCycLat.dims": [[1069, "triqs-gf-meshes-meshcyclat-dims"]], "triqs.gf.meshes.MeshCycLat.to_value": [[1074, "triqs-gf-meshes-meshcyclat-to-value"]], "triqs.gf.meshes.MeshCycLat.units": [[1075, "triqs-gf-meshes-meshcyclat-units"]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[1072, "triqs-gf-meshes-meshcyclat-to-data-index"]], "triqs.gf.meshes.MeshDLR.to_data_index": [[1085, "triqs-gf-meshes-meshdlr-to-data-index"]], "triqs.gf.meshes.MeshDLR.copy_from": [[1081, "triqs-gf-meshes-meshdlr-copy-from"]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[1094, "triqs-gf-meshes-meshdlrimfreq-copy-from"]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[1093, "triqs-gf-meshes-meshdlrimfreq-copy"]], "triqs.gf.meshes.MeshDLRImFreq": [[1090, "triqs-gf-meshes-meshdlrimfreq"]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[1091, "triqs-gf-meshes-meshdlrimfreq-init"]], "triqs.gf.meshes.MeshDLR.values": [[1088, "triqs-gf-meshes-meshdlr-values"]], "triqs.gf.meshes.MeshDLR.w_max": [[1089, "triqs-gf-meshes-meshdlr-w-max"]], "triqs.gf.meshes.MeshDLR.to_value": [[1087, "triqs-gf-meshes-meshdlr-to-value"]], "triqs.gf.meshes.MeshDLR.copy": [[1080, "triqs-gf-meshes-meshdlr-copy"]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[1092, "triqs-gf-meshes-meshdlrimfreq-beta"]], "triqs.gf.meshes.MeshDLR.to_index": [[1086, "triqs-gf-meshes-meshdlr-to-index"]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[1083, "triqs-gf-meshes-meshdlr-mesh-hash"]], "triqs.gf.meshes.MeshDLR.statistic": [[1084, "triqs-gf-meshes-meshdlr-statistic"]], "triqs.gf.meshes.MeshDLR.eps": [[1082, "triqs-gf-meshes-meshdlr-eps"]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[1109, "triqs-gf-meshes-meshdlrimtime-mesh-hash"]], "triqs.gf.meshes.MeshDLRImTime.eps": [[1108, "triqs-gf-meshes-meshdlrimtime-eps"]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[1102, "triqs-gf-meshes-meshdlrimfreq-w-max"]], "triqs.gf.meshes.MeshDLRImTime.beta": [[1105, "triqs-gf-meshes-meshdlrimtime-beta"]], "triqs.gf.meshes.MeshDLRImTime": [[1103, "triqs-gf-meshes-meshdlrimtime"]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[1107, "triqs-gf-meshes-meshdlrimtime-copy-from"]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[1097, "triqs-gf-meshes-meshdlrimfreq-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[1096, "triqs-gf-meshes-meshdlrimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[1098, "triqs-gf-meshes-meshdlrimfreq-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[1104, "triqs-gf-meshes-meshdlrimtime-init"]], "triqs.gf.meshes.MeshDLRImTime.copy": [[1106, "triqs-gf-meshes-meshdlrimtime-copy"]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[1099, "triqs-gf-meshes-meshdlrimfreq-to-index"]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[1095, "triqs-gf-meshes-meshdlrimfreq-eps"]], "triqs.gf.meshes.MeshDLRImFreq.values": [[1101, "triqs-gf-meshes-meshdlrimfreq-values"]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[1100, "triqs-gf-meshes-meshdlrimfreq-to-value"]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[1110, "triqs-gf-meshes-meshdlrimtime-statistic"]], "triqs.gf.meshes.MeshImFreq.last_index": [[1122, "triqs-gf-meshes-meshimfreq-last-index"]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[1111, "triqs-gf-meshes-meshdlrimtime-to-data-index"]], "triqs.gf.meshes.MeshImFreq.copy": [[1119, "triqs-gf-meshes-meshimfreq-copy"]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[1115, "triqs-gf-meshes-meshdlrimtime-w-max"]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[1113, "triqs-gf-meshes-meshdlrimtime-to-value"]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1123, "triqs-gf-meshes-meshimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[1112, "triqs-gf-meshes-meshdlrimtime-to-index"]], "triqs.gf.meshes.MeshImFreq.first_index": [[1121, "triqs-gf-meshes-meshimfreq-first-index"]], "triqs.gf.meshes.MeshImFreq.beta": [[1118, "triqs-gf-meshes-meshimfreq-beta"]], "triqs.gf.meshes.MeshDLRImTime.values": [[1114, "triqs-gf-meshes-meshdlrimtime-values"]], "triqs.gf.meshes.MeshImFreq.__init__": [[1117, "triqs-gf-meshes-meshimfreq-init"]], "triqs.gf.meshes.MeshImFreq.n_iw": [[1124, "triqs-gf-meshes-meshimfreq-n-iw"]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1120, "triqs-gf-meshes-meshimfreq-copy-from"]], "triqs.gf.meshes.MeshImFreq": [[1116, "triqs-gf-meshes-meshimfreq"]], "triqs.gf.meshes.MeshImTime.__init__": [[1133, "triqs-gf-meshes-meshimtime-init"]], "triqs.gf.meshes.MeshImTime": [[1132, "triqs-gf-meshes-meshimtime"]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1128, "triqs-gf-meshes-meshimfreq-to-data-index"]], "triqs.gf.meshes.MeshImFreq.to_index": [[1129, "triqs-gf-meshes-meshimfreq-to-index"]], "triqs.gf.meshes.MeshImTime.copy": [[1135, "triqs-gf-meshes-meshimtime-copy"]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1125, "triqs-gf-meshes-meshimfreq-positive-only"]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1126, "triqs-gf-meshes-meshimfreq-set-tail-fit-parameters"]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1139, "triqs-gf-meshes-meshimtime-to-data-index"]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1137, "triqs-gf-meshes-meshimtime-mesh-hash"]], "triqs.gf.meshes.MeshImFreq.statistic": [[1127, "triqs-gf-meshes-meshimfreq-statistic"]], "triqs.gf.meshes.MeshImFreq.to_value": [[1130, "triqs-gf-meshes-meshimfreq-to-value"]], "triqs.gf.meshes.MeshImTime.statistic": [[1138, "triqs-gf-meshes-meshimtime-statistic"]], "triqs.gf.meshes.MeshImTime.copy_from": [[1136, "triqs-gf-meshes-meshimtime-copy-from"]], "triqs.gf.meshes.MeshImTime.beta": [[1134, "triqs-gf-meshes-meshimtime-beta"]], "triqs.gf.meshes.MeshImFreq.values": [[1131, "triqs-gf-meshes-meshimfreq-values"]], "triqs.gf.meshes.MeshImTime.to_value": [[1141, "triqs-gf-meshes-meshimtime-to-value"]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1150, "triqs-gf-meshes-meshlegendre-to-data-index"]], "triqs.gf.meshes.MeshLegendre.beta": [[1145, "triqs-gf-meshes-meshlegendre-beta"]], "triqs.gf.meshes.MeshLegendre.to_index": [[1151, "triqs-gf-meshes-meshlegendre-to-index"]], "triqs.gf.meshes.MeshLegendre": [[1143, "triqs-gf-meshes-meshlegendre"]], "triqs.gf.meshes.MeshLegendre.copy": [[1146, "triqs-gf-meshes-meshlegendre-copy"]], "triqs.gf.meshes.MeshImTime.values": [[1142, "triqs-gf-meshes-meshimtime-values"]], "triqs.gf.meshes.MeshLegendre.__init__": [[1144, "triqs-gf-meshes-meshlegendre-init"]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1148, "triqs-gf-meshes-meshlegendre-mesh-hash"]], "triqs.gf.meshes.MeshImTime.to_index": [[1140, "triqs-gf-meshes-meshimtime-to-index"]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1147, "triqs-gf-meshes-meshlegendre-copy-from"]], "triqs.gf.meshes.MeshLegendre.statistic": [[1149, "triqs-gf-meshes-meshlegendre-statistic"]], "triqs.gf.meshes.MeshReFreq.__init__": [[1153, "triqs-gf-meshes-meshrefreq-init"]], "triqs.gf.meshes.MeshReFreq.copy": [[1154, "triqs-gf-meshes-meshrefreq-copy"]], "triqs.gf.meshes.MeshReFreq": [[1152, "triqs-gf-meshes-meshrefreq"]], "triqs.gf.meshes.MeshReFreq.w_max": [[1162, "triqs-gf-meshes-meshrefreq-w-max"]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1155, "triqs-gf-meshes-meshrefreq-copy-from"]], "triqs.gf.meshes.MeshReTime.__init__": [[1165, "triqs-gf-meshes-meshretime-init"]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1169, "triqs-gf-meshes-meshretime-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1157, "triqs-gf-meshes-meshrefreq-mesh-hash"]], "triqs.gf.meshes.MeshReTime": [[1164, "triqs-gf-meshes-meshretime"]], "triqs.gf.meshes.MeshReTime.copy_from": [[1167, "triqs-gf-meshes-meshretime-copy-from"]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1158, "triqs-gf-meshes-meshrefreq-to-data-index"]], "triqs.gf.meshes.MeshReFreq.to_index": [[1159, "triqs-gf-meshes-meshrefreq-to-index"]], "triqs.gf.meshes.MeshReFreq.to_value": [[1160, "triqs-gf-meshes-meshrefreq-to-value"]], "triqs.gf.meshes.MeshReFreq.values": [[1161, "triqs-gf-meshes-meshrefreq-values"]], "triqs.gf.meshes.MeshReTime.copy": [[1166, "triqs-gf-meshes-meshretime-copy"]], "triqs.gf.meshes.MeshReFreq.w_min": [[1163, "triqs-gf-meshes-meshrefreq-w-min"]], "triqs.gf.meshes.MeshReTime.delta": [[1168, "triqs-gf-meshes-meshretime-delta"]], "triqs.gf.meshes.MeshReFreq.delta": [[1156, "triqs-gf-meshes-meshrefreq-delta"]], "triqs.gf.meshes.MeshReTime.to_value": [[1174, "triqs-gf-meshes-meshretime-to-value"]], "triqs.gf.meshes.MeshReTime.values": [[1175, "triqs-gf-meshes-meshretime-values"]], "triqs.gf.meshes.MeshReTime.t_max": [[1170, "triqs-gf-meshes-meshretime-t-max"]], "triqs.gf.meshes.make_adjoint_mesh": [[1176, "triqs-gf-meshes-make-adjoint-mesh"]], "triqs.gf.plot.bz.generate_points": [[1180, "triqs-gf-plot-bz-generate-points"]], "triqs.gf.plot.bz.generate_points_on_path": [[1181, "triqs-gf-plot-bz-generate-points-on-path"]], "triqs.gf.plot.bz": [[1178, "module-triqs.gf.plot.bz"]], "triqs.gf.meshes.MeshReTime.t_min": [[1171, "triqs-gf-meshes-meshretime-t-min"]], "triqs.gf.plot.bz.length": [[1182, "triqs-gf-plot-bz-length"]], "triqs.gf.plot.bz.make_plottable": [[1183, "triqs-gf-plot-bz-make-plottable"]], "triqs.gf.plot.bz.dist": [[1179, "triqs-gf-plot-bz-dist"]], "triqs.gf.plot.bz.plot": [[1184, "triqs-gf-plot-bz-plot"]], "triqs.gf.meshes.MeshReTime.to_index": [[1173, "triqs-gf-meshes-meshretime-to-index"]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1172, "triqs-gf-meshes-meshretime-to-data-index"]], "triqs.gf.plot": [[1177, "module-triqs.gf.plot"]], "triqs.gf.plot.bz_x_x": [[1186, "module-triqs.gf.plot.bz_x_x"]], "triqs.gf.plot.one_var": [[1190, "module-triqs.gf.plot.one_var"]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1188, "triqs-gf-plot-bz-x-x-plottable-slice-along-path"]], "triqs.gf.plot.one_var.dlr_imtime": [[1192, "triqs-gf-plot-one-var-dlr-imtime"]], "triqs.gf.plot.one_var.imfreq": [[1193, "triqs-gf-plot-one-var-imfreq"]], "triqs.gf.plot.dispatcher": [[1189, "triqs-gf-plot-dispatcher"]], "triqs.gf.plot.one_var.retime": [[1197, "triqs-gf-plot-one-var-retime"]], "triqs.gf.plot.bz_x_x.plot": [[1187, "triqs-gf-plot-bz-x-x-plot"]], "triqs.gf.plot.one_var.dlr_imfreq": [[1191, "triqs-gf-plot-one-var-dlr-imfreq"]], "triqs.gf.plot.one_var.legendre": [[1195, "triqs-gf-plot-one-var-legendre"]], "triqs.gf.plot.plot_base": [[1198, "module-triqs.gf.plot.plot_base"]], "triqs.gf.plot.plot_base.plot_base": [[1199, "triqs-gf-plot-plot-base-plot-base"]], "triqs.gf.plot.one_var.imtime": [[1194, "triqs-gf-plot-one-var-imtime"]], "triqs.gf.plot.one_var.refreq": [[1196, "triqs-gf-plot-one-var-refreq"]], "triqs.gf.plot.bz.slice_on_path": [[1185, "triqs-gf-plot-bz-slice-on-path"]], "triqs.gf.tools.inverse": [[1212, "triqs-gf-tools-inverse"]], "triqs.gf.tools.dyson": [[1210, "triqs-gf-tools-dyson"]], "triqs.gf.tools.delta": [[1208, "triqs-gf-tools-delta"]], "triqs.gf.plot.select_indices": [[1200, "module-triqs.gf.plot.select_indices"]], "triqs.gf.tools.make_zero_tail": [[1214, "triqs-gf-tools-make-zero-tail"]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1204, "triqs-gf-plot-select-indices-pick-selection-vec"]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1201, "triqs-gf-plot-select-indices-closest-point-in-line"]], "triqs.gf.plot.select_indices.dist": [[1203, "triqs-gf-plot-select-indices-dist"]], "triqs.gf.plot.select_indices.closest_to": [[1202, "triqs-gf-plot-select-indices-closest-to"]], "triqs.gf.plot.select_indices.select_path_indices": [[1205, "triqs-gf-plot-select-indices-select-path-indices"]], "triqs.gf.tools.conjugate": [[1207, "triqs-gf-tools-conjugate"]], "triqs.gf.tools.make_delta": [[1213, "triqs-gf-tools-make-delta"]], "triqs.gf.tools.fit_legendre": [[1211, "triqs-gf-tools-fit-legendre"]], "triqs.gf.tools.discretize_bath": [[1209, "triqs-gf-tools-discretize-bath"]], "triqs.gf.tools": [[1206, "module-triqs.gf.tools"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1221, "triqs-gf-wrapped-aux-callproxybrzone-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1227, "triqs-gf-wrapped-aux-callproxybrzone-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1224, "triqs-gf-wrapped-aux-callproxybrzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1220, "triqs-gf-wrapped-aux-callproxybrzone-0-init"]], "triqs.gf.tools.write_gf_to_txt": [[1217, "triqs-gf-tools-write-gf-to-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1226, "triqs-gf-wrapped-aux-callproxybrzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1223, "triqs-gf-wrapped-aux-callproxybrzone-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1225, "triqs-gf-wrapped-aux-callproxybrzone-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1228, "triqs-gf-wrapped-aux-callproxybrzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1222, "triqs-gf-wrapped-aux-callproxybrzone-1-init"]], "triqs.gf.tools.transpose": [[1216, "triqs-gf-tools-transpose"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1229, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0"]], "triqs.gf.wrapped_aux": [[1218, "module-triqs.gf.wrapped_aux"]], "triqs.gf.tools.read_gf_from_txt": [[1215, "triqs-gf-tools-read-gf-from-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1219, "triqs-gf-wrapped-aux-callproxybrzone-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1241, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1230, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1231, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1232, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1235, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1239, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1237, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1240, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1244, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1243, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1234, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1238, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1242, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1233, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1236, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1246, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1245, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1256, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1249, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1255, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1257, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1252, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1254, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1253, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1251, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1259, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1247, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1258, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1250, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1248, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1261, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1263, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1273, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1266, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__": [[1274, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1271, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1268, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1264, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1265, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__": [[1272, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__": [[1270, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1269, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1260, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1262, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1267, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1284, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1281, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__": [[1276, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1282, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1283, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1285, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1288, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1286, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1277, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1280, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1287, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__init__": [[1278, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1279, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1289, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1275, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1293, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1297, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1294, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1291, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1299, "triqs-gf-wrapped-aux-callproxycyclat-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1290, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1296, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1301, "triqs-gf-wrapped-aux-callproxycyclat-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1295, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1302, "triqs-gf-wrapped-aux-callproxycyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1300, "triqs-gf-wrapped-aux-callproxycyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1303, "triqs-gf-wrapped-aux-callproxycyclat-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1292, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1298, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1304, "triqs-gf-wrapped-aux-callproxycyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1307, "triqs-gf-wrapped-aux-callproxycyclat-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1311, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1315, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1309, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1310, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1318, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1312, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1313, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1317, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1306, "triqs-gf-wrapped-aux-callproxycyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1305, "triqs-gf-wrapped-aux-callproxycyclat-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1319, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1316, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1308, "triqs-gf-wrapped-aux-callproxycyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1314, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1320, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1330, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1333, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1323, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1328, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1321, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1327, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1322, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1325, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1331, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1332, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1329, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1324, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1326, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1334, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1342, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1341, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1336, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1338, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1346, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1349, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1337, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1343, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1344, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1335, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1345, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1347, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1348, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1340, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1339, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1351, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1364, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1355, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1357, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__": [[1350, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__init__": [[1358, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1359, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__": [[1352, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1362, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1353, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__": [[1356, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1360, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1361, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1363, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__": [[1354, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1377, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1374, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1366, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1379, "triqs-gf-wrapped-aux-callproxydlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1367, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1371, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1369, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1378, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1365, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1373, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1370, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1372, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1368, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1376, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1375, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1384, "triqs-gf-wrapped-aux-callproxydlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1391, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1382, "triqs-gf-wrapped-aux-callproxydlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1389, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1388, "triqs-gf-wrapped-aux-callproxydlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1380, "triqs-gf-wrapped-aux-callproxydlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1390, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1392, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1385, "triqs-gf-wrapped-aux-callproxydlr-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1387, "triqs-gf-wrapped-aux-callproxydlr-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1394, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1383, "triqs-gf-wrapped-aux-callproxydlr-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1381, "triqs-gf-wrapped-aux-callproxydlr-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1386, "triqs-gf-wrapped-aux-callproxydlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1393, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1395, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1406, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1399, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1398, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1400, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1402, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1401, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1403, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1408, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1407, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1409, "triqs-gf-wrapped-aux-callproxyimfreq-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1396, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1397, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1405, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1404, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1411, "triqs-gf-wrapped-aux-callproxyimfreq-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1416, "triqs-gf-wrapped-aux-callproxyimfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1418, "triqs-gf-wrapped-aux-callproxyimfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1424, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1421, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1413, "triqs-gf-wrapped-aux-callproxyimfreq-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1419, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1420, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1415, "triqs-gf-wrapped-aux-callproxyimfreq-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1414, "triqs-gf-wrapped-aux-callproxyimfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1422, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1423, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1417, "triqs-gf-wrapped-aux-callproxyimfreq-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1412, "triqs-gf-wrapped-aux-callproxyimfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1410, "triqs-gf-wrapped-aux-callproxyimfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1436, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1425, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1428, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1438, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1434, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1432, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1429, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1439, "triqs-gf-wrapped-aux-callproxyimtime-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1433, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1431, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1427, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1430, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1426, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1437, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1435, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1440, "triqs-gf-wrapped-aux-callproxyimtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1446, "triqs-gf-wrapped-aux-callproxyimtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1444, "triqs-gf-wrapped-aux-callproxyimtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1449, "triqs-gf-wrapped-aux-callproxyimtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1450, "triqs-gf-wrapped-aux-callproxyimtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1452, "triqs-gf-wrapped-aux-callproxyimtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1442, "triqs-gf-wrapped-aux-callproxyimtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1447, "triqs-gf-wrapped-aux-callproxyimtime-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1448, "triqs-gf-wrapped-aux-callproxyimtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1445, "triqs-gf-wrapped-aux-callproxyimtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1453, "triqs-gf-wrapped-aux-callproxyimtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1454, "triqs-gf-wrapped-aux-callproxyimtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1443, "triqs-gf-wrapped-aux-callproxyimtime-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1441, "triqs-gf-wrapped-aux-callproxyimtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1451, "triqs-gf-wrapped-aux-callproxyimtime-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1469, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1468, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1464, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1457, "triqs-gf-wrapped-aux-callproxyimtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1467, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1462, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1461, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1459, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1456, "triqs-gf-wrapped-aux-callproxyimtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1460, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1465, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1455, "triqs-gf-wrapped-aux-callproxyimtime-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1463, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1458, "triqs-gf-wrapped-aux-callproxyimtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1466, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1476, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1472, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1481, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1473, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1478, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1475, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1482, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1483, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1484, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1480, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1471, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1479, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1470, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1477, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1474, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1496, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1499, "triqs-gf-wrapped-aux-callproxylegendre-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1491, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1498, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1487, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1492, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1493, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1488, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1495, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1486, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1497, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1485, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1494, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1489, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1490, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1509, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1511, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__": [[1504, "triqs-gf-wrapped-aux-callproxylegendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__": [[1502, "triqs-gf-wrapped-aux-callproxylegendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__": [[1510, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__": [[1514, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__": [[1508, "triqs-gf-wrapped-aux-callproxylegendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__": [[1512, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1505, "triqs-gf-wrapped-aux-callproxylegendre-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1507, "triqs-gf-wrapped-aux-callproxylegendre-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1501, "triqs-gf-wrapped-aux-callproxylegendre-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1503, "triqs-gf-wrapped-aux-callproxylegendre-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1513, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__": [[1506, "triqs-gf-wrapped-aux-callproxylegendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__": [[1500, "triqs-gf-wrapped-aux-callproxylegendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1529, "triqs-gf-wrapped-aux-callproxyrefreq-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__": [[1526, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1527, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__": [[1520, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1519, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__": [[1518, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__": [[1522, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__": [[1516, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1521, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__": [[1524, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1515, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1517, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1525, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1523, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__init__": [[1528, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1536, "triqs-gf-wrapped-aux-callproxyrefreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1531, "triqs-gf-wrapped-aux-callproxyrefreq-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1538, "triqs-gf-wrapped-aux-callproxyrefreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1534, "triqs-gf-wrapped-aux-callproxyrefreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1533, "triqs-gf-wrapped-aux-callproxyrefreq-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1537, "triqs-gf-wrapped-aux-callproxyrefreq-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1530, "triqs-gf-wrapped-aux-callproxyrefreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1535, "triqs-gf-wrapped-aux-callproxyrefreq-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1539, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1541, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1543, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1544, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1532, "triqs-gf-wrapped-aux-callproxyrefreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1542, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1540, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1556, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1551, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1552, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1557, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1545, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1547, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1558, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1559, "triqs-gf-wrapped-aux-callproxyretime-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1554, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1546, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1555, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1550, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1548, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1549, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1553, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1567, "triqs-gf-wrapped-aux-callproxyretime-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1562, "triqs-gf-wrapped-aux-callproxyretime-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1560, "triqs-gf-wrapped-aux-callproxyretime-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1572, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1571, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1573, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1566, "triqs-gf-wrapped-aux-callproxyretime-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1569, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1574, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1570, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1565, "triqs-gf-wrapped-aux-callproxyretime-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1563, "triqs-gf-wrapped-aux-callproxyretime-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1568, "triqs-gf-wrapped-aux-callproxyretime-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1564, "triqs-gf-wrapped-aux-callproxyretime-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1561, "triqs-gf-wrapped-aux-callproxyretime-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1576, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1575, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1585, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3"]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1589, "triqs-gf-wrapped-aux-set-from-gf-data-mul-lr"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1582, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1584, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1581, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1579, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1583, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1588, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1580, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1587, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1586, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1577, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1578, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4-init"]], "triqs.lattice.bz_patch": [[1591, "module-triqs.lattice.bz_patch"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1602, "triqs-lattice-lattice-tools-bravaislattice-orbital-positions"]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1603, "triqs-lattice-lattice-tools-bravaislattice-units"]], "triqs.lattice.bz_patch.BZPatch": [[1592, "triqs-lattice-bz-patch-bzpatch"]], "triqs.lattice": [[1590, "module-triqs.lattice"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1604, "triqs-lattice-lattice-tools-brillouinzone"]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1597, "triqs-lattice-lattice-tools-bravaislattice-init"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1601, "triqs-lattice-lattice-tools-bravaislattice-orbital-names"]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1599, "triqs-lattice-lattice-tools-bravaislattice-n-orbitals"]], "triqs.lattice.bz_patch.BZPatch.dos": [[1594, "triqs-lattice-bz-patch-bzpatch-dos"]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1600, "triqs-lattice-lattice-tools-bravaislattice-ndim"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1596, "triqs-lattice-lattice-tools-bravaislattice"]], "triqs.lattice.lattice_tools": [[1595, "module-triqs.lattice.lattice_tools"]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1598, "triqs-lattice-lattice-tools-bravaislattice-lattice-to-real-coordinates"]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1593, "triqs-lattice-bz-patch-bzpatch-init"]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1605, "triqs-lattice-lattice-tools-brillouinzone-init"]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1607, "triqs-lattice-lattice-tools-brillouinzone-ndim"]], "triqs.lattice.lattice_tools.TightBinding": [[1609, "triqs-lattice-lattice-tools-tightbinding"]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1608, "triqs-lattice-lattice-tools-brillouinzone-units"]], "triqs.lattice.point": [[1619, "module-triqs.lattice.point"]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1610, "triqs-lattice-lattice-tools-tightbinding-init"]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1616, "triqs-lattice-lattice-tools-tightbinding-overlap-mat-vec"]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1606, "triqs-lattice-lattice-tools-brillouinzone-lattice"]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1613, "triqs-lattice-lattice-tools-tightbinding-fourier"]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1612, "triqs-lattice-lattice-tools-tightbinding-displ-vec"]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1615, "triqs-lattice-lattice-tools-tightbinding-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1614, "triqs-lattice-lattice-tools-tightbinding-lattice"]], "triqs.lattice.lattice_tools.dos": [[1617, "triqs-lattice-lattice-tools-dos"]], "triqs.lattice.lattice_tools.dos_patch": [[1618, "triqs-lattice-lattice-tools-dos-patch"]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1611, "triqs-lattice-lattice-tools-tightbinding-dispersion"]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1633, "triqs-lattice-super-lattice-tbsuperlattice-get-rmesh"]], "triqs.lattice.super_lattice": [[1623, "module-triqs.lattice.super_lattice"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1627, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-sl-to-l"]], "triqs.lattice.point.LatticePoint.__init__": [[1621, "triqs-lattice-point-latticepoint-init"]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1634, "triqs-lattice-super-lattice-tbsuperlattice-hoppings"]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1632, "triqs-lattice-super-lattice-tbsuperlattice-get-kmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1629, "triqs-lattice-super-lattice-tbsuperlattice-dispersion"]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1628, "triqs-lattice-super-lattice-tbsuperlattice-cluster-sites"]], "triqs.lattice.point.LatticePoint.value": [[1622, "triqs-lattice-point-latticepoint-value"]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1625, "triqs-lattice-super-lattice-tbsuperlattice-init"]], "triqs.lattice.point.LatticePoint": [[1620, "triqs-lattice-point-latticepoint"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1626, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-l-to-sl"]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1631, "triqs-lattice-super-lattice-tbsuperlattice-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1624, "triqs-lattice-super-lattice-tbsuperlattice"]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1630, "triqs-lattice-super-lattice-tbsuperlattice-fold"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1639, "triqs-lattice-super-lattice-tbsuperlattice-orbital-positions"]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1649, "triqs-lattice-tight-binding-tblattice-get-rmesh"]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1646, "triqs-lattice-tight-binding-tblattice-dispersion"]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1636, "triqs-lattice-super-lattice-tbsuperlattice-n-orbitals"]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1641, "triqs-lattice-super-lattice-tbsuperlattice-units"]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1635, "triqs-lattice-super-lattice-tbsuperlattice-lattice-to-real-coordinates"]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1640, "triqs-lattice-super-lattice-tbsuperlattice-pack-index-site-orbital"]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1645, "triqs-lattice-tight-binding-tblattice-init"]], "triqs.lattice.tight_binding.TBLattice": [[1644, "triqs-lattice-tight-binding-tblattice"]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1648, "triqs-lattice-tight-binding-tblattice-get-kmesh"]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1647, "triqs-lattice-tight-binding-tblattice-fourier"]], "triqs.lattice.tight_binding": [[1643, "module-triqs.lattice.tight_binding"]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1637, "triqs-lattice-super-lattice-tbsuperlattice-ndim"]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1642, "triqs-lattice-super-lattice-tbsuperlattice-unpack-index-site-orbital"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1638, "triqs-lattice-super-lattice-tbsuperlattice-orbital-names"]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1663, "triqs-lattice-utils-extend-wannier90-to-spin"]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1651, "triqs-lattice-tight-binding-tblattice-lattice-to-real-coordinates"]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1653, "triqs-lattice-tight-binding-tblattice-ndim"]], "triqs.lattice.tight_binding.TBLattice.units": [[1656, "triqs-lattice-tight-binding-tblattice-units"]], "triqs.lattice.utils": [[1659, "module-triqs.lattice.utils"]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1652, "triqs-lattice-tight-binding-tblattice-n-orbitals"]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1650, "triqs-lattice-tight-binding-tblattice-hoppings"]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1655, "triqs-lattice-tight-binding-tblattice-orbital-positions"]], "triqs.lattice.utils.TB_from_pythTB": [[1660, "triqs-lattice-utils-tb-from-pythtb"]], "triqs.lattice.utils.TB_from_wannier90": [[1661, "triqs-lattice-utils-tb-from-wannier90"]], "triqs.lattice.utils.k_space_path": [[1664, "triqs-lattice-utils-k-space-path"]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1654, "triqs-lattice-tight-binding-tblattice-orbital-names"]], "triqs.lattice.tight_binding.dos_patch": [[1658, "triqs-lattice-tight-binding-dos-patch"]], "triqs.lattice.tight_binding.dos": [[1657, "triqs-lattice-tight-binding-dos"]], "triqs.lattice.utils.TB_to_sympy": [[1662, "triqs-lattice-utils-tb-to-sympy"]], "triqs.operators.operators.Operator.real": [[1673, "triqs-operators-operators-operator-real"]], "triqs.operators.util": [[1679, "module-triqs.operators.util"]], "triqs.operators.operators.dagger": [[1676, "triqs-operators-operators-dagger"]], "triqs.operators.operators.Operator.imag": [[1671, "triqs-operators-operators-operator-imag"]], "triqs.operators.operators.is_op_hermitian": [[1677, "triqs-operators-operators-is-op-hermitian"]], "triqs.operators.operators.Operator": [[1669, "triqs-operators-operators-operator"]], "triqs.operators.operators.c_dag": [[1675, "triqs-operators-operators-c-dag"]], "triqs.operators": [[1667, "module-triqs.operators"]], "triqs.operators.operators": [[1668, "module-triqs.operators.operators"]], "triqs.operators.operators.c": [[1674, "triqs-operators-operators-c"]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1666, "triqs-lattice-utils-parse-lattice-vectors-from-wannier90-wout"]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1665, "triqs-lattice-utils-parse-hopping-from-wannier90-hr-dat"]], "triqs.operators.operators.n": [[1678, "triqs-operators-operators-n"]], "triqs.operators.operators.Operator.is_zero": [[1672, "triqs-operators-operators-operator-is-zero"]], "triqs.operators.operators.Operator.__init__": [[1670, "triqs-operators-operators-operator-init"]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1690, "triqs-operators-util-u-matrix-spherical-to-cubic"]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1682, "triqs-operators-util-u-matrix-u-matrix-kanamori"]], "triqs.operators.util.U_matrix.three_j_symbol": [[1693, "triqs-operators-util-u-matrix-three-j-symbol"]], "triqs.operators.util.U_matrix.eg_submatrix": [[1687, "triqs-operators-util-u-matrix-eg-submatrix"]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1688, "triqs-operators-util-u-matrix-radial-integrals-to-u-j"]], "triqs.operators.util.U_matrix.subarray": [[1691, "triqs-operators-util-u-matrix-subarray"]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1681, "triqs-operators-util-u-matrix-u-j-to-radial-integrals"]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1684, "triqs-operators-util-u-matrix-angular-matrix-element"]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1689, "triqs-operators-util-u-matrix-reduce-4index-to-2index"]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1694, "triqs-operators-util-u-matrix-transform-u-matrix"]], "triqs.operators.util.U_matrix": [[1680, "module-triqs.operators.util.U_matrix"]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1692, "triqs-operators-util-u-matrix-t2g-submatrix"]], "triqs.operators.util.U_matrix.cubic_names": [[1686, "triqs-operators-util-u-matrix-cubic-names"]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1683, "triqs-operators-util-u-matrix-u-matrix-slater"]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1685, "triqs-operators-util-u-matrix-clebsch-gordan"]], "triqs.operators.util.hamiltonians.backward_compat": [[1705, "triqs-operators-util-hamiltonians-backward-compat"]], "triqs.operators.util.extractors.quadratic_terms": [[1702, "triqs-operators-util-extractors-quadratic-terms"]], "triqs.operators.util.extractors.quartic_terms": [[1703, "triqs-operators-util-extractors-quartic-terms"]], "triqs.operators.util.hamiltonians.h_int_density": [[1707, "triqs-operators-util-hamiltonians-h-int-density"]], "triqs.operators.util.extractors.extract_h_dict": [[1700, "triqs-operators-util-extractors-extract-h-dict"]], "triqs.operators.util.hamiltonians": [[1704, "module-triqs.operators.util.hamiltonians"]], "triqs.operators.util.extractors.block_matrix_from_op": [[1696, "triqs-operators-util-extractors-block-matrix-from-op"]], "triqs.operators.util.hamiltonians.diagonal_part": [[1706, "triqs-operators-util-hamiltonians-diagonal-part"]], "triqs.operators.util.extractors.extract_U_dict2": [[1698, "triqs-operators-util-extractors-extract-u-dict2"]], "triqs.operators.util.extractors.extract_U_dict4": [[1699, "triqs-operators-util-extractors-extract-u-dict4"]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1708, "triqs-operators-util-hamiltonians-h-int-kanamori"]], "triqs.operators.util.hamiltonians.h_int_slater": [[1709, "triqs-operators-util-hamiltonians-h-int-slater"]], "triqs.operators.util.extractors.dict_to_matrix": [[1697, "triqs-operators-util-extractors-dict-to-matrix"]], "triqs.operators.util.extractors": [[1695, "module-triqs.operators.util.extractors"]], "triqs.operators.util.extractors.op_from_block_matrix": [[1701, "triqs-operators-util-extractors-op-from-block-matrix"]], "triqs.operators.util.observables.LS_op": [[1713, "triqs-operators-util-observables-ls-op"]], "triqs.operators.util.observables.L2_op": [[1712, "triqs-operators-util-observables-l2-op"]], "triqs.operators.util.observables.N_op": [[1715, "triqs-operators-util-observables-n-op"]], "triqs.plot": [[1722, "module-triqs.plot"]], "triqs.operators.util.op_struct": [[1719, "module-triqs.operators.util.op_struct"]], "triqs.plot.mpl_interface.oplot": [[1724, "triqs-plot-mpl-interface-oplot"]], "triqs.operators.util.op_struct.get_mkind": [[1720, "triqs-operators-util-op-struct-get-mkind"]], "triqs.operators.util.observables.L_op": [[1714, "triqs-operators-util-observables-l-op"]], "triqs.operators.util.op_struct.set_operator_structure": [[1721, "triqs-operators-util-op-struct-set-operator-structure"]], "triqs.operators.util.observables.S2_op": [[1716, "triqs-operators-util-observables-s2-op"]], "triqs.operators.util.observables.S_op": [[1717, "triqs-operators-util-observables-s-op"]], "triqs.operators.util.observables.check_backward_compat": [[1718, "triqs-operators-util-observables-check-backward-compat"]], "triqs.plot.mpl_interface": [[1723, "module-triqs.plot.mpl_interface"]], "triqs.operators.util.observables": [[1711, "module-triqs.operators.util.observables"]], "triqs.operators.util.hamiltonians.make_operator_real": [[1710, "triqs-operators-util-hamiltonians-make-operator-real"]], "triqs.plot.protocol.clip_array": [[1729, "triqs-plot-protocol-clip-array"]], "triqs.plot.mpl_interface.oploti": [[1725, "triqs-plot-mpl-interface-oploti"]], "triqs.stat": [[1736, "module-triqs.stat"]], "triqs.random_generator.RandomGenerator.__init__": [[1733, "triqs-random-generator-randomgenerator-init"]], "triqs.random_generator.random_generator.random_generator_names_list": [[1735, "triqs-random-generator-random-generator-random-generator-names-list"]], "triqs.random_generator.RandomGenerator": [[1732, "triqs-random-generator-randomgenerator"]], "triqs.plot.protocol": [[1728, "module-triqs.plot.protocol"]], "triqs.plot.mpl_interface.oplotr": [[1726, "triqs-plot-mpl-interface-oplotr"]], "triqs.plot.mpl_interface.use_amsmath": [[1727, "triqs-plot-mpl-interface-use-amsmath"]], "triqs.stat.histogram.plot": [[1738, "triqs-stat-histogram-plot"]], "triqs.stat.histograms": [[1739, "module-triqs.stat.histograms"]], "triqs.plot.protocol.plot_protocol_apply": [[1730, "triqs-plot-protocol-plot-protocol-apply"]], "triqs.random_generator.random_generator": [[1734, "module-triqs.random_generator.random_generator"]], "triqs.random_generator": [[1731, "module-triqs.random_generator"]], "triqs.stat.histogram": [[1737, "module-triqs.stat.histogram"]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1754, "triqs-sumk-sumk-discrete-sumkdiscrete-init"]], "triqs.stat.histograms.Histogram.n_data_pts": [[1746, "triqs-stat-histograms-histogram-n-data-pts"]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1747, "triqs-stat-histograms-histogram-n-lost-pts"]], "triqs.stat.histograms.Histogram.mesh_point": [[1745, "triqs-stat-histograms-histogram-mesh-point"]], "triqs.stat.histograms.Histogram.clear": [[1742, "triqs-stat-histograms-histogram-clear"]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1753, "triqs-sumk-sumk-discrete-sumkdiscrete-gfblocindices"]], "triqs.stat.histograms.Histogram.limits": [[1744, "triqs-stat-histograms-histogram-limits"]], "triqs.stat.histograms.pdf": [[1749, "triqs-stat-histograms-pdf"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1752, "triqs-sumk-sumk-discrete-sumkdiscrete"]], "triqs.stat.histograms.cdf": [[1748, "triqs-stat-histograms-cdf"]], "triqs.stat.histograms.Histogram.__init__": [[1741, "triqs-stat-histograms-histogram-init"]], "triqs.sumk": [[1750, "module-triqs.sumk"]], "triqs.stat.histograms.Histogram": [[1740, "triqs-stat-histograms-histogram"]], "triqs.sumk.sumk_discrete": [[1751, "module-triqs.sumk.sumk_discrete"]], "triqs.stat.histograms.Histogram.data": [[1743, "triqs-stat-histograms-histogram-data"]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1756, "triqs-sumk-sumk-discrete-sumkdiscrete-resize-arrays"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1761, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-init"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1763, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-resize-arrays"]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1766, "triqs-utility-bound-and-bisect-bound-and-bisect"]], "triqs.utility.bound_and_bisect.determine_bounds": [[1767, "triqs-utility-bound-and-bisect-determine-bounds"]], "triqs.sumk.sumk_discrete_from_lattice": [[1757, "module-triqs.sumk.sumk_discrete_from_lattice"]], "triqs.utility.bound_and_bisect": [[1765, "module-triqs.utility.bound_and_bisect"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1760, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-recompute-grid"]], "triqs.utility.comparison_tests": [[1769, "module-triqs.utility.comparison_tests"]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1755, "triqs-sumk-sumk-discrete-sumkdiscrete-n-kpts"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1758, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice"]], "triqs.utility.capture_stdout": [[1768, "module-triqs.utility.capture_stdout"]], "triqs.utility": [[1764, "module-triqs.utility"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1762, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-n-kpts"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1759, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-gfblocindices"]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1773, "triqs-utility-comparison-tests-assert-block-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1778, "triqs-utility-dist-on-nodes-distributiononnodes"]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1771, "triqs-utility-comparison-tests-assert-arrays-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1780, "triqs-utility-dist-on-nodes-distributiononnodes-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1779, "triqs-utility-dist-on-nodes-distributiononnodes-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1784, "triqs-utility-dist-on-nodes-distributiononnodesonestack-init"]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1772, "triqs-utility-comparison-tests-assert-block2-gfs-are-close"]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1770, "triqs-utility-comparison-tests-assert-array-close-to-scalar"]], "triqs.utility.dichotomy.dichotomy": [[1776, "triqs-utility-dichotomy-dichotomy"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1783, "triqs-utility-dist-on-nodes-distributiononnodesonestack-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1782, "triqs-utility-dist-on-nodes-distributiononnodesonestack"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1781, "triqs-utility-dist-on-nodes-distributiononnodes-run"]], "triqs.utility.dichotomy": [[1775, "module-triqs.utility.dichotomy"]], "triqs.utility.dist_on_nodes": [[1777, "module-triqs.utility.dist_on_nodes"]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1774, "triqs-utility-comparison-tests-assert-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1788, "triqs-utility-dist-on-nodes-distributiononnodesonestack-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1787, "triqs-utility-dist-on-nodes-distributiononnodesonestack-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1789, "triqs-utility-dist-on-nodes-distributiononnodestest"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1790, "triqs-utility-dist-on-nodes-distributiononnodestest-sleeptime"]], "triqs.utility.h5diff.h5diff": [[1799, "triqs-utility-h5diff-h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1791, "triqs-utility-dist-on-nodes-distributiononnodestest-init"]], "triqs.utility.h5diff.compare": [[1798, "triqs-utility-h5diff-compare"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1786, "triqs-utility-dist-on-nodes-distributiononnodesonestack-result"]], "triqs.utility.h5diff": [[1797, "module-triqs.utility.h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1795, "triqs-utility-dist-on-nodes-distributiononnodestest-the-function"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1785, "triqs-utility-dist-on-nodes-distributiononnodesonestack-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1794, "triqs-utility-dist-on-nodes-distributiononnodestest-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1792, "triqs-utility-dist-on-nodes-distributiononnodestest-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1793, "triqs-utility-dist-on-nodes-distributiononnodestest-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1796, "triqs-utility-dist-on-nodes-distributiononnodestest-treate"]], "triqs.utility.mpi.check_for_mpi": [[1801, "triqs-utility-mpi-check-for-mpi"]], "Returns:": [[1801, "returns"]], "triqs.utility.mpi_mpi4py.myprint_err": [[1808, "triqs-utility-mpi-mpi4py-myprint-err"]], "triqs.utility.mpi_mpi4py.send": [[1812, "triqs-utility-mpi-mpi4py-send"]], "triqs.utility.mpi_mpi4py.all_reduce": [[1803, "triqs-utility-mpi-mpi4py-all-reduce"]], "triqs.utility.mpi_mpi4py.bcast": [[1805, "triqs-utility-mpi-mpi4py-bcast"]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1807, "triqs-utility-mpi-mpi4py-master-gets-host-names"]], "triqs.utility.mpi_mpi4py": [[1802, "module-triqs.utility.mpi_mpi4py"]], "triqs.utility.mpi_mpi4py.is_master_node": [[1806, "triqs-utility-mpi-mpi4py-is-master-node"]], "triqs.utility.mpi_mpi4py.myprint_out": [[1809, "triqs-utility-mpi-mpi4py-myprint-out"]], "triqs.utility.mpi_mpi4py.slice_inf": [[1814, "triqs-utility-mpi-mpi4py-slice-inf"]], "triqs.utility.mpi": [[1800, "module-triqs.utility.mpi"]], "triqs.utility.mpi_mpi4py.recv": [[1810, "triqs-utility-mpi-mpi4py-recv"]], "triqs.utility.mpi_mpi4py.slice_array": [[1813, "triqs-utility-mpi-mpi4py-slice-array"]], "triqs.utility.mpi_mpi4py.report": [[1811, "triqs-utility-mpi-mpi4py-report"]], "triqs.utility.mpi_mpi4py.barrier": [[1804, "triqs-utility-mpi-mpi4py-barrier"]], "triqs.utility.mpi_nompi.report": [[1825, "triqs-utility-mpi-nompi-report"]], "triqs.utility.mpi_nompi.myprint_err": [[1822, "triqs-utility-mpi-nompi-myprint-err"]], "triqs.utility.mpi_nompi": [[1816, "module-triqs.utility.mpi_nompi"]], "triqs.utility.mpi_nompi.barrier": [[1818, "triqs-utility-mpi-nompi-barrier"]], "triqs.utility.mpi_nompi.all_reduce": [[1817, "triqs-utility-mpi-nompi-all-reduce"]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1821, "triqs-utility-mpi-nompi-master-gets-host-names"]], "triqs.utility.mpi_nompi.send": [[1826, "triqs-utility-mpi-nompi-send"]], "triqs.utility.redirect": [[1828, "module-triqs.utility.redirect"]], "triqs.utility.mpi_nompi.myprint_out": [[1823, "triqs-utility-mpi-nompi-myprint-out"]], "triqs.utility.mpi_nompi.is_master_node": [[1820, "triqs-utility-mpi-nompi-is-master-node"]], "triqs.utility.mpi_nompi.slice_array": [[1827, "triqs-utility-mpi-nompi-slice-array"]], "triqs.utility.mpi_mpi4py.slice_sup": [[1815, "triqs-utility-mpi-mpi4py-slice-sup"]], "triqs.utility.redirect.T": [[1829, "triqs-utility-redirect-t"]], "triqs.utility.mpi_nompi.recv": [[1824, "triqs-utility-mpi-nompi-recv"]], "triqs.utility.mpi_nompi.bcast": [[1819, "triqs-utility-mpi-nompi-bcast"]], "triqs.utility.redirect.T.setName": [[1841, "triqs-utility-redirect-t-setname"]], "triqs.utility.redirect.T.start": [[1842, "triqs-utility-redirect-t-start"]], "triqs.utility.redirect.T.daemon": [[1831, "triqs-utility-redirect-t-daemon"]], "triqs.utility.redirect.T.__init__": [[1830, "triqs-utility-redirect-t-init"]], "triqs.utility.redirect.T.ident": [[1833, "triqs-utility-redirect-t-ident"]], "triqs.utility.redirect.T.run": [[1839, "triqs-utility-redirect-t-run"]], "triqs.utility.redirect.T.getName": [[1832, "triqs-utility-redirect-t-getname"]], "triqs.utility.redirect.T.is_alive": [[1835, "triqs-utility-redirect-t-is-alive"]], "triqs.utility.redirect.T.isDaemon": [[1834, "triqs-utility-redirect-t-isdaemon"]], "triqs.utility.redirect.T.stop": [[1843, "triqs-utility-redirect-t-stop"]], "triqs.utility.redirect.T.setDaemon": [[1840, "triqs-utility-redirect-t-setdaemon"]], "triqs.utility.redirect.T.native_id": [[1838, "triqs-utility-redirect-t-native-id"]], "triqs.utility.redirect.start_redirect": [[1844, "triqs-utility-redirect-start-redirect"]], "triqs.utility.redirect.T.name": [[1837, "triqs-utility-redirect-t-name"]], "triqs.utility.redirect.T.join": [[1836, "triqs-utility-redirect-t-join"]], "Packaged Versions of TRIQS": [[1848, "packaged-versions-of-triqs"]], "Ubuntu Debian packages": [[1848, "ubuntu-debian-packages"]], "Anaconda": [[1848, "anaconda"]], "Docker": [[1848, "docker"]], "Apptainer": [[1848, "apptainer"]], "Binder": [[1848, "binder"]], "Compiling TRIQS from source using EasyBuild": [[1848, "compiling-triqs-from-source-using-easybuild"]], "Compiling TRIQS from source (Advanced)": [[1848, "compiling-triqs-from-source-advanced"]], "Prerequisites": [[1848, "prerequisites"]], "Installation steps": [[1848, "installation-steps"]], "Environment setup": [[1848, "environment-setup"]], "Further reading": [[1848, "further-reading"]], "Python Virtual Environments": [[1853, "python-virtual-environments"]], "Compiling a package from source": [[1853, "compiling-a-package-from-source"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1852, "prerequisites-for-the-triqs-compilation-on-mac-os-x"]], "Installation of the dependencies": [[1852, "installation-of-the-dependencies"]], "Welcome": [[1847, "welcome"]], "TRIQS 3.3": [[1847, null]], "TRIQS applications": [[1847, "triqs-applications"]], "Core libraries": [[1847, "core-libraries"]], "Numerical Algorithms": [[1847, "numerical-algorithms"]], "TRIQS Community": [[1847, "triqs-community"]], "Where to start?": [[1847, "where-to-start"]], "Unix environment variables": [[1850, "unix-environment-variables"]], "Common environment variables": [[1850, "common-environment-variables"]], "Environment variables for software developement": [[1850, "environment-variables-for-software-developement"]], "Environment variables affecting OpenMP": [[1850, "environment-variables-affecting-openmp"]], "Installing required libraries on Ubuntu": [[1855, "installing-required-libraries-on-ubuntu"]], "Issues": [[1855, "issues"]], "det_manip: Determinant manipulations for CTQMC": [[1859, "det-manip-determinant-manipulations-for-ctqmc"]], "Creation of an empty det_manip class": [[1859, "creation-of-an-empty-det-manip-class"]], "Creation of a non empty det_manip class": [[1859, "creation-of-a-non-empty-det-manip-class"]], "Get information about a det_manip class": [[1859, "get-information-about-a-det-manip-class"]], "Add a line and a column": [[1859, "add-a-line-and-a-column"]], "Remove a line and a column": [[1859, "remove-a-line-and-a-column"]], "Add two lines and two columns": [[1859, "add-two-lines-and-two-columns"]], "Remove two lines and two columns": [[1859, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1859, "remove-add-the-one-two-last-lines-and-columns"]], "Replace one line and column": [[1859, "replace-one-line-and-column"]], "A complete list of requirements": [[1854, "a-complete-list-of-requirements"]], "C++ compilers": [[1854, "c-compilers"]], "Tools and Libraries": [[1854, "tools-and-libraries"]], "Building the TRIQS documentation": [[1854, "building-the-triqs-documentation"]], "User guide": [[1857, "user-guide"]], "Why use TRIQS?": [[1857, "why-use-triqs"]], "Python Tutorials": [[1857, "python-tutorials"]], "A quick tour in C++": [[1857, "a-quick-tour-in-c"]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1856, "guide-for-porting-your-application-to-triqs-3-0-and-python-3"]], "Preparation": [[1856, "preparation"]], "Port your Python files to Python 3": [[1856, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1856, "porting-ipython-notebooks"]], "Floor division": [[1856, "floor-division"]], "Porting to TRIQS 3.0": [[1856, "porting-to-triqs-3-0"]], "Regenerate desc files": [[1856, "regenerate-desc-files"]], "Update app4triqs skeleton": [[1856, "update-app4triqs-skeleton"]], "Final Steps": [[1856, "final-steps"]], "Multidimensional arrays": [[1858, "multidimensional-arrays"]], "Declaring and printing an array": [[1858, "declaring-and-printing-an-array"]], "Simple operations": [[1858, "simple-operations"]], "HDF5 Archiving": [[1858, "hdf5-archiving"]], "Views: ranges and slices": [[1858, "views-ranges-and-slices"]], "Matrices and vectors": [[1858, "matrices-and-vectors"]], "Defining through a lazy expression": [[1858, "defining-through-a-lazy-expression"]], "Linear algebra": [[1858, "linear-algebra"]], "Map and fold": [[1858, "map-and-fold"]], "Using the clang compiler": [[1849, "using-the-clang-compiler"]], "Get and install clang on linux": [[1849, "get-and-install-clang-on-linux"]], "libclang": [[1849, "libclang"]], "triqs.utility.redirect.stop_redirect": [[1845, "triqs-utility-redirect-stop-redirect"]], "Customizing your installation": [[1851, "customizing-your-installation"]], "cmake options": [[1851, "cmake-options"]], "Frequently-asked questions": [[1846, "frequently-asked-questions"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1846, "q-how-do-i-write-my-gf-data-to-text-files-e-g-to-plot-using-other-plotting-tools"]], "Q: How do I save the triqs hash and script for debugging purposes?": [[1846, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "Dynamical mean-field theory on a Bethe lattice": [[1867, "dynamical-mean-field-theory-on-a-bethe-lattice"]], "Learn more about Python, ipython and the notebook": [[1868, "learn-more-about-python-ipython-and-the-notebook"]], "Model DMFT": [[1869, "model-dmft"]], "Basics": [[1866, "basics"]], "Green\u2019s function and HDF5 files": [[1861, "green-s-function-and-hdf5-files"]], "Writing you own C++ code with TRIQS": [[1865, "writing-you-own-c-code-with-triqs"]], "A simple C++ project, with its tests and documentation": [[1865, "a-simple-c-project-with-its-tests-and-documentation"]], "A mixed C++/Python project": [[1865, "a-mixed-c-python-project"]], "Conventions for TRIQS applications": [[1862, "conventions-for-triqs-applications"]], "Source structure": [[1862, "source-structure"]], "Install structure": [[1862, "install-structure"]], "Build structure": [[1862, "build-structure"]], "A tight-binding model on a square lattice": [[1870, "a-tight-binding-model-on-a-square-lattice"]], "Matsubara Green\u2019s functions": [[1860, "matsubara-green-s-functions"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1860, "creation-of-a-simple-green-s-function-g-i-omega"]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1860, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1860, "imaginary-time-green-s-functions-g-tau"]], "Real-time Green\u2019s functions G(t)": [[1860, "real-time-green-s-functions-g-t"]], "Creation of a two real time GF G(t,t')": [[1860, "creation-of-a-two-real-time-gf-g-t-t"]], "How to fill a GF with placeholders": [[1860, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1860, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "Using TRIQS in your own C++ project": [[1863, "using-triqs-in-your-own-c-project"]], "Profiling in C++ and Python": [[1864, "profiling-in-c-and-python"]], "Two-particle Response": [[1907, "two-particle-response"]], "Version compatibility": [[1908, "version-compatibility"]], "TRIQS version numbering": [[1908, "triqs-version-numbering"]], "TRIQS applications version numbering": [[1908, "triqs-applications-version-numbering"]], "How to determine the version of the installed TRIQS library": [[1908, "how-to-determine-the-version-of-the-installed-triqs-library"]], "itertools::iterator_facade::operator*": [[29, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "Returns": [[29, "returns"], [30, "returns"], [33, "returns"], [31, "returns"], [32, "returns"], [13, "returns"], [12, "returns"], [19, "returns"], [21, "returns"], [16, "returns"], [18, "returns"], [24, "returns"], [34, "returns"], [36, "returns"], [44, "returns"], [40, "returns"], [48, "returns"], [47, "returns"], [51, "returns"], [46, "returns"], [57, "returns"], [52, "returns"], [63, "returns"], [58, "returns"], [68, "returns"], [65, "returns"], [71, "returns"], [74, "returns"], [70, "returns"], [81, "returns"], [78, "returns"], [76, "returns"], [83, "returns"], [86, "returns"], [89, "returns"], [93, "returns"], [92, "returns"], [98, "returns"], [95, "returns"], [102, "returns"], [100, "returns"], [106, "returns"], [113, "returns"], [114, "returns"], [122, "returns"], [120, "returns"], [121, "returns"], [129, "returns"], [125, "returns"], [126, "returns"], [127, "returns"], [133, "returns"], [130, "returns"], [140, "returns"], [137, "returns"], [139, "returns"], [147, "returns"], [142, "returns"], [149, "returns"], [151, "returns"], [153, "returns"], [156, "returns"], [155, "returns"], [154, "returns"], [161, "returns"], [170, "returns"], [168, "returns"], [169, "returns"], [181, "returns"], [182, "returns"], [180, "returns"], [183, "returns"], [179, "returns"], [188, "returns"], [184, "returns"], [187, "returns"], [186, "returns"], [185, "returns"], [252, "returns"], [255, "returns"], [253, "returns"], [254, "returns"], [298, "returns"], [300, "returns"], [299, "returns"], [312, "returns"], [313, "returns"], [315, "returns"], [325, "returns"], [324, "returns"], [326, "returns"], [332, "returns"], [329, "returns"], [328, "returns"], [337, "returns"], [336, "returns"], [340, "returns"], [344, "returns"], [341, "returns"], [345, "returns"], [348, "returns"], [347, "returns"], [346, "returns"], [357, "returns"], [361, "returns"], [360, "returns"], [359, "returns"], [362, "returns"], [369, "returns"], [367, "returns"], [365, "returns"], [375, "returns"], [371, "returns"], [370, "returns"], [372, "returns"], [373, "returns"], [380, "returns"], [378, "returns"], [381, "returns"], [382, "returns"], [384, "returns"], [385, "returns"], [383, "returns"], [387, "returns"], [392, "returns"], [391, "returns"], [393, "returns"], [397, "returns"], [398, "returns"], [394, "returns"], [399, "returns"], [400, "returns"], [402, "returns"], [405, "returns"], [412, "returns"], [426, "returns"], [428, "returns"], [429, "returns"], [450, "returns"], [452, "returns"], [453, "returns"], [451, "returns"], [455, "returns"], [454, "returns"], [456, "returns"], [458, "returns"], [457, "returns"], [460, "returns"], [464, "returns"], [467, "returns"], [468, "returns"], [471, "returns"], [469, "returns"], [473, "returns"], [472, "returns"], [477, "returns"], [476, "returns"], [474, "returns"], [475, "returns"], [479, "returns"], [480, "returns"], [483, "returns"], [481, "returns"], [478, "returns"], [482, "returns"], [485, "returns"], [484, "returns"]], "itertools::iterator_facade::operator++": [[30, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::iterator_facade": [[28, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference"]], "Member functions": [[28, "member-functions"], [14, "member-functions"], [20, "member-functions"], [35, "member-functions"], [42, "member-functions"], [49, "member-functions"], [64, "member-functions"], [72, "member-functions"], [77, "member-functions"], [84, "member-functions"], [90, "member-functions"], [96, "member-functions"], [101, "member-functions"], [115, "member-functions"], [123, "member-functions"], [131, "member-functions"], [152, "member-functions"], [190, "member-functions"], [240, "member-functions"], [257, "member-functions"], [269, "member-functions"], [281, "member-functions"], [323, "member-functions"], [338, "member-functions"], [349, "member-functions"], [355, "member-functions"], [364, "member-functions"], [376, "member-functions"], [388, "member-functions"], [404, "member-functions"], [430, "member-functions"], [440, "member-functions"], [447, "member-functions"], [461, "member-functions"], [538, "member-functions"], [537, "member-functions"], [519, "member-functions"]], "itertools::make_sentinel": [[33, "itertools-make-sentinel"]], "itertools::iterator_facade::operator->": [[31, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::make_product": [[32, "itertools-make-product"]], "itertools::enum_iter::constructor": [[15, "itertools-enum-iter-constructor"]], "itertools::distance": [[13, "itertools-distance"]], "itertools::enum_iter": [[14, "itertools-enum-iter"]], "Public members": [[14, "public-members"], [20, "public-members"], [35, "public-members"], [42, "public-members"], [62, "public-members"], [64, "public-members"], [72, "public-members"], [77, "public-members"], [84, "public-members"], [90, "public-members"], [96, "public-members"], [101, "public-members"], [128, "public-members"], [240, "public-members"]], "itertools::chunk_range": [[12, "itertools-chunk-range"]], "Classes": [[11, "classes"], [108, "classes"], [150, "classes"], [189, "classes"], [238, "classes"], [322, "classes"], [403, "classes"], [446, "classes"]], "Functions": [[11, "functions"], [108, "functions"], [150, "functions"], [238, "functions"], [322, "functions"], [403, "functions"], [446, "functions"]], "itertools::enumerate": [[19, "itertools-enumerate"]], "itertools::enumerated::begin": [[21, "itertools-enumerated-begin"]], "itertools::enum_iter::increment": [[17, "itertools-enum-iter-increment"]], "itertools::enum_iter::dereference": [[16, "itertools-enum-iter-dereference"]], "itertools::enum_iter::operator==": [[18, "itertools-enum-iter-operator"]], "itertools::enumerated": [[20, "itertools-enumerated"]], "itertools::enumerated::cend": [[23, "itertools-enumerated-cend"]], "itertools::enumerated::cbegin": [[22, "itertools-enumerated-cbegin"]], "itertools::foreach": [[26, "itertools-foreach"]], "itertools::enumerated::end": [[24, "itertools-enumerated-end"]], "itertools::iterator_facade": [[27, "itertools-iterator-facade"]], "itertools::enumerated::operator==": [[25, "itertools-enumerated-operator"]], "itertools::multiplied::cbegin": [[37, "itertools-multiplied-cbegin"]], "itertools::make_vector_from_range": [[34, "itertools-make-vector-from-range"]], "itertools::multiplied": [[35, "itertools-multiplied"]], "itertools::multiplied::begin": [[36, "itertools-multiplied-begin"]], "itertools::multiplied::cend": [[38, "itertools-multiplied-cend"]], "itertools::multiplied::constructor": [[39, "itertools-multiplied-constructor"]], "itertools::prod_iter::increment": [[45, "itertools-prod-iter-increment"]], "itertools::prod_iter::dereference": [[44, "itertools-prod-iter-dereference"]], "itertools::multiplied::operator==": [[41, "itertools-multiplied-operator"]], "itertools::prod_iter": [[42, "itertools-prod-iter"]], "itertools::prod_iter::constructor": [[43, "itertools-prod-iter-constructor"]], "itertools::multiplied::end": [[40, "itertools-multiplied-end"]], "itertools::range::begin": [[50, "itertools-range-begin"]], "itertools::product_range": [[48, "itertools-product-range"]], "itertools::product": [[47, "itertools-product"]], "itertools::range": [[49, "itertools-range"]], "Non Member functions": [[49, "non-member-functions"], [190, "non-member-functions"], [240, "non-member-functions"], [257, "non-member-functions"], [269, "non-member-functions"], [281, "non-member-functions"], [323, "non-member-functions"], [338, "non-member-functions"], [355, "non-member-functions"], [364, "non-member-functions"], [376, "non-member-functions"], [388, "non-member-functions"], [404, "non-member-functions"], [461, "non-member-functions"], [537, "non-member-functions"]], "itertools::range::cbegin": [[51, "itertools-range-cbegin"]], "itertools::prod_iter::operator==": [[46, "itertools-prod-iter-operator"]], "itertools::range::last": [[56, "itertools-range-last"]], "itertools::range::operator+": [[57, "itertools-range-operator"]], "itertools::range::first": [[55, "itertools-range-first"]], "itertools::range::cend": [[52, "itertools-range-cend"]], "itertools::range::constructor": [[53, "itertools-range-constructor"]], "itertools::range::end": [[54, "itertools-range-end"]], "itertools::sentinel_t": [[62, "itertools-sentinel-t"]], "itertools::range::operator==": [[59, "itertools-range-operator"]], "itertools::range::step": [[61, "itertools-range-step"]], "itertools::range::size": [[60, "itertools-range-size"]], "itertools::slice": [[63, "itertools-slice"]], "itertools::range::operator<<": [[58, "itertools-range-operator"]], "itertools::sliced::cend": [[67, "itertools-sliced-cend"]], "itertools::sliced::end": [[68, "itertools-sliced-end"]], "itertools::sliced": [[64, "itertools-sliced"]], "itertools::sliced::begin": [[65, "itertools-sliced-begin"]], "itertools::sliced::operator==": [[69, "itertools-sliced-operator"]], "itertools::sliced::cbegin": [[66, "itertools-sliced-cbegin"]], "itertools::stride_iter::constructor": [[73, "itertools-stride-iter-constructor"]], "itertools::stride": [[71, "itertools-stride"]], "itertools::stride_iter::dereference": [[74, "itertools-stride-iter-dereference"]], "itertools::stride_iter": [[72, "itertools-stride-iter"]], "itertools::sliced::size": [[70, "itertools-sliced-size"]], "itertools::stride_iter::increment": [[75, "itertools-stride-iter-increment"]], "itertools::strided::end": [[81, "itertools-strided-end"]], "itertools::strided::begin": [[78, "itertools-strided-begin"]], "itertools::stride_iter::operator==": [[76, "itertools-stride-iter-operator"]], "itertools::strided::cend": [[80, "itertools-strided-cend"]], "itertools::strided": [[77, "itertools-strided"]], "itertools::strided::cbegin": [[79, "itertools-strided-cbegin"]], "itertools::strided::operator==": [[82, "itertools-strided-operator"]], "itertools::transform_iter::constructor": [[85, "itertools-transform-iter-constructor"]], "itertools::transform_iter": [[84, "itertools-transform-iter"]], "itertools::transform": [[83, "itertools-transform"]], "itertools::transform_iter::increment": [[87, "itertools-transform-iter-increment"]], "itertools::transform_iter::dereference": [[86, "itertools-transform-iter-dereference"]], "itertools::transform_iter::operator=": [[88, "itertools-transform-iter-operator"]], "itertools::transform_iter::operator==": [[89, "itertools-transform-iter-operator"]], "itertools::transformed": [[90, "itertools-transformed"]], "itertools::transformed::cend": [[93, "itertools-transformed-cend"]], "itertools::transformed::begin": [[91, "itertools-transformed-begin"]], "itertools::transformed::cbegin": [[92, "itertools-transformed-cbegin"]], "itertools::transformed::end": [[94, "itertools-transformed-end"]], "itertools::zip_iter::dereference": [[98, "itertools-zip-iter-dereference"]], "itertools::zip_iter": [[96, "itertools-zip-iter"]], "itertools::zip_iter::constructor": [[97, "itertools-zip-iter-constructor"]], "itertools::zip": [[95, "itertools-zip"]], "itertools::zip_iter::increment": [[99, "itertools-zip-iter-increment"]], "itertools::zipped::begin": [[102, "itertools-zipped-begin"]], "itertools::zipped::constructor": [[105, "itertools-zipped-constructor"]], "itertools::zip_iter::operator==": [[100, "itertools-zip-iter-operator"]], "itertools::zipped": [[101, "itertools-zipped"]], "itertools::zipped::cbegin": [[103, "itertools-zipped-cbegin"]], "itertools::zipped::cend": [[104, "itertools-zipped-cend"]], "mpi::all_reduce": [[110, "mpi-all-reduce"]], "mpi::all_gather": [[109, "mpi-all-gather"]], "itertools::zipped::operator==": [[107, "itertools-zipped-operator"]], "mpi::all_reduce_in_place": [[111, "mpi-all-reduce-in-place"]], "itertools::zipped::end": [[106, "itertools-zipped-end"]], "mpi::communicator::barrier": [[117, "mpi-communicator-barrier"]], "mpi::communicator": [[115, "mpi-communicator"]], "mpi::broadcast": [[112, "mpi-broadcast"]], "mpi::chunk": [[113, "mpi-chunk"]], "mpi::communicator::abort": [[116, "mpi-communicator-abort"]], "mpi::chunk_length": [[114, "mpi-chunk-length"]], "mpi::communicator::split": [[122, "mpi-communicator-split"]], "mpi::communicator::rank": [[120, "mpi-communicator-rank"]], "mpi::communicator::get": [[119, "mpi-communicator-get"]], "mpi::environment": [[123, "mpi-environment"]], "mpi::communicator::constructor": [[118, "mpi-communicator-constructor"]], "mpi::communicator::size": [[121, "mpi-communicator-size"]], "mpi::map_C_function": [[129, "mpi-map-c-function"]], "mpi::gather": [[125, "mpi-gather"]], "mpi::lazy": [[128, "mpi-lazy"]], "mpi::environment::constructor": [[124, "mpi-environment-constructor"]], "mpi::get_mpi_type": [[126, "mpi-get-mpi-type"]], "mpi::is_initialized": [[127, "mpi-is-initialized"]], "mpi::monitor::operator=": [[135, "mpi-monitor-operator"]], "mpi::monitor::constructor": [[132, "mpi-monitor-constructor"]], "mpi::monitor": [[131, "mpi-monitor"]], "mpi::monitor::finalize_communications": [[134, "mpi-monitor-finalize-communications"]], "mpi::monitor::emergency_occured": [[133, "mpi-monitor-emergency-occured"]], "mpi::map_add": [[130, "mpi-map-add"]], "mpi::mpi_reduce": [[140, "mpi-mpi-reduce"]], "mpi::monitor::root_check_nodes_and_bcast": [[137, "mpi-monitor-root-check-nodes-and-bcast"]], "mpi::monitor::request_emergency_stop": [[136, "mpi-monitor-request-emergency-stop"]], "mpi::mpi_reduce_in_place": [[141, "mpi-mpi-reduce-in-place"]], "mpi::mpi_broadcast": [[138, "mpi-mpi-broadcast"]], "mpi::mpi_gather": [[139, "mpi-mpi-gather"]], "mpi::mpi_type_from_tie": [[146, "mpi-mpi-type-from-tie"]], "mpi::mpi_type": [[144, "mpi-mpi-type-constt"]], "mpi::mpi_type>": [[145, "mpi-mpi-type-std-tuple-t"]], "mpi::reduce": [[147, "mpi-reduce"]], "mpi::mpi_type": [[143, "mpi-mpi-type"]], "mpi::mpi_scatter": [[142, "mpi-mpi-scatter"]], "mpi::reduce_in_place": [[148, "mpi-reduce-in-place"]], "mpi::scatter": [[149, "mpi-scatter"]], "triqs::atom_diag::act": [[151, "triqs-atom-diag-act"]], "triqs::atom_diag": [[150, "triqs-atom-diag"]], "Type aliases": [[150, "type-aliases"], [238, "type-aliases"], [322, "type-aliases"]], "triqs::atom_diag::atom_diag": [[152, "triqs-atom-diag-atom-diag"]], "triqs::atom_diag::atom_diag::c_connection": [[153, "triqs-atom-diag-atom-diag-c-connection"]], "triqs::atom_diag::atom_diag::get_eigensystems": [[159, "triqs-atom-diag-atom-diag-get-eigensystems"]], "triqs::atom_diag::atom_diag::flatten_subspace_index": [[158, "triqs-atom-diag-atom-diag-flatten-subspace-index"]], "triqs::atom_diag::atom_diag::constructor": [[157, "triqs-atom-diag-atom-diag-constructor"]], "triqs::atom_diag::atom_diag::cdag_matrix": [[156, "triqs-atom-diag-atom-diag-cdag-matrix"]], "triqs::atom_diag::atom_diag::cdag_connection": [[155, "triqs-atom-diag-atom-diag-cdag-connection"]], "triqs::atom_diag::atom_diag::c_matrix": [[154, "triqs-atom-diag-atom-diag-c-matrix"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space": [[164, "triqs-atom-diag-atom-diag-get-full-hilbert-space"]], "triqs::atom_diag::atom_diag::get_fock_states": [[162, "triqs-atom-diag-atom-diag-get-fock-states"]], "triqs::atom_diag::atom_diag::get_eigenvalue": [[160, "triqs-atom-diag-atom-diag-get-eigenvalue"]], "triqs::atom_diag::atom_diag::get_energies": [[161, "triqs-atom-diag-atom-diag-get-energies"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim": [[165, "triqs-atom-diag-atom-diag-get-full-hilbert-space-dim"]], "triqs::atom_diag::atom_diag::get_fops": [[163, "triqs-atom-diag-atom-diag-get-fops"]], "triqs::atom_diag::atom_diag::get_quantum_numbers": [[170, "triqs-atom-diag-atom-diag-get-quantum-numbers"]], "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial": [[168, "triqs-atom-diag-atom-diag-get-matrix-element-of-monomial"]], "triqs::atom_diag::atom_diag::get_subspace_dim": [[171, "triqs-atom-diag-atom-diag-get-subspace-dim"]], "triqs::atom_diag::atom_diag::get_op_mat": [[169, "triqs-atom-diag-atom-diag-get-op-mat"]], "triqs::atom_diag::atom_diag::get_gs_energy": [[166, "triqs-atom-diag-atom-diag-get-gs-energy"]], "triqs::atom_diag::atom_diag::get_h_atomic": [[167, "triqs-atom-diag-atom-diag-get-h-atomic"]], "triqs::atom_diag::atom_diag::get_vacuum_state": [[175, "triqs-atom-diag-atom-diag-get-vacuum-state"]], "triqs::atom_diag::atom_diag::get_vacuum_subspace_index": [[176, "triqs-atom-diag-atom-diag-get-vacuum-subspace-index"]], "triqs::atom_diag::atom_diag::get_unitary_matrix": [[174, "triqs-atom-diag-atom-diag-get-unitary-matrix"]], "triqs::atom_diag::atom_diag::index_range_of_subspace": [[177, "triqs-atom-diag-atom-diag-index-range-of-subspace"]], "triqs::atom_diag::atom_diag::get_subspace_dims": [[172, "triqs-atom-diag-atom-diag-get-subspace-dims"]], "triqs::atom_diag::atom_diag::get_unitary_matrices": [[173, "triqs-atom-diag-atom-diag-get-unitary-matrices"]], "triqs::atom_diag::atomic_g_l": [[181, "triqs-atom-diag-atomic-g-l"]], "triqs::atom_diag::atomic_g_lehmann": [[182, "triqs-atom-diag-atomic-g-lehmann"]], "triqs::atom_diag::atomic_g_iw": [[180, "triqs-atom-diag-atomic-g-iw"]], "triqs::atom_diag::atom_diag::n_subspaces": [[178, "triqs-atom-diag-atom-diag-n-subspaces"]], "triqs::atom_diag::atomic_g_tau": [[183, "triqs-atom-diag-atomic-g-tau"]], "triqs::atom_diag::atomic_density_matrix": [[179, "triqs-atom-diag-atomic-density-matrix"]], "triqs::atom_diag::trace_rho_op": [[188, "triqs-atom-diag-trace-rho-op"]], "triqs::atom_diag::atomic_g_w": [[184, "triqs-atom-diag-atomic-g-w"]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[187, "triqs-atom-diag-quantum-number-eigenvalues-checked"]], "triqs::atom_diag::quantum_number_eigenvalues": [[186, "triqs-atom-diag-quantum-number-eigenvalues"]], "triqs::det_manip": [[189, "triqs-det-manip"]], "triqs::atom_diag::partition_function": [[185, "triqs-atom-diag-partition-function"]], "triqs::det_manip::det_manip": [[190, "triqs-det-manip-det-manip"]], "triqs::det_manip::det_manip::constructor": [[195, "triqs-det-manip-det-manip-constructor"]], "triqs::det_manip::det_manip::change_col": [[191, "triqs-det-manip-det-manip-change-col"]], "triqs::det_manip::det_manip::complete_operation": [[194, "triqs-det-manip-det-manip-complete-operation"]], "triqs::det_manip::det_manip::change_row": [[192, "triqs-det-manip-det-manip-change-row"]], "triqs::det_manip::det_manip::clear": [[193, "triqs-det-manip-det-manip-clear"]], "triqs::det_manip::det_manip::determinant": [[196, "triqs-det-manip-det-manip-determinant"]], "triqs::det_manip::det_manip::get_n_operations_before_check": [[198, "triqs-det-manip-det-manip-get-n-operations-before-check"]], "triqs::det_manip::det_manip::get_precision_warning": [[200, "triqs-det-manip-det-manip-get-precision-warning"]], "triqs::det_manip::det_manip::get_function": [[197, "triqs-det-manip-det-manip-get-function"]], "triqs::det_manip::det_manip::get_precision_error": [[199, "triqs-det-manip-det-manip-get-precision-error"]], "triqs::det_manip::det_manip::get_singular_threshold": [[201, "triqs-det-manip-det-manip-get-singular-threshold"]], "triqs::det_manip::det_manip::h5_write": [[207, "triqs-det-manip-det-manip-h5-write"]], "triqs::det_manip::det_manip::h5_read": [[206, "triqs-det-manip-det-manip-h5-read"]], "triqs::det_manip::det_manip::get_y": [[204, "triqs-det-manip-det-manip-get-y"]], "triqs::det_manip::det_manip::get_x_internal_order": [[203, "triqs-det-manip-det-manip-get-x-internal-order"]], "triqs::det_manip::det_manip::get_y_internal_order": [[205, "triqs-det-manip-det-manip-get-y-internal-order"]], "triqs::det_manip::det_manip::get_x": [[202, "triqs-det-manip-det-manip-get-x"]], "triqs::det_manip::det_manip::insert_at_end": [[211, "triqs-det-manip-det-manip-insert-at-end"]], "triqs::det_manip::det_manip::insert2_at_end": [[210, "triqs-det-manip-det-manip-insert2-at-end"]], "triqs::det_manip::det_manip::insert2": [[209, "triqs-det-manip-det-manip-insert2"]], "triqs::det_manip::det_manip::insert": [[208, "triqs-det-manip-det-manip-insert"]], "triqs::det_manip::det_manip::inverse_matrix": [[212, "triqs-det-manip-det-manip-inverse-matrix"]], "triqs::det_manip::det_manip::inverse_matrix_internal_order": [[213, "triqs-det-manip-det-manip-inverse-matrix-internal-order"]], "triqs::det_manip::det_manip::remove2_at_end": [[219, "triqs-det-manip-det-manip-remove2-at-end"]], "triqs::det_manip::det_manip::remove2": [[218, "triqs-det-manip-det-manip-remove2"]], "triqs::det_manip::det_manip::remove": [[217, "triqs-det-manip-det-manip-remove"]], "triqs::det_manip::det_manip::is_singular": [[214, "triqs-det-manip-det-manip-is-singular"]], "triqs::det_manip::det_manip::matrix": [[215, "triqs-det-manip-det-manip-matrix"]], "triqs::det_manip::det_manip::reject_last_try": [[216, "triqs-det-manip-det-manip-reject-last-try"]], "triqs::det_manip::det_manip::set_n_operations_before_check": [[223, "triqs-det-manip-det-manip-set-n-operations-before-check"]], "triqs::det_manip::det_manip::remove_at_end": [[220, "triqs-det-manip-det-manip-remove-at-end"]], "triqs::det_manip::det_manip::roll_matrix": [[222, "triqs-det-manip-det-manip-roll-matrix"]], "triqs::det_manip::det_manip::set_precision_error": [[224, "triqs-det-manip-det-manip-set-precision-error"]], "triqs::det_manip::det_manip::set_precision_warning": [[225, "triqs-det-manip-det-manip-set-precision-warning"]], "triqs::det_manip::det_manip::reserve": [[221, "triqs-det-manip-det-manip-reserve"]], "triqs::det_manip::det_manip::swap_row": [[229, "triqs-det-manip-det-manip-swap-row"]], "triqs::det_manip::det_manip::set_singular_threshold": [[226, "triqs-det-manip-det-manip-set-singular-threshold"]], "triqs::det_manip::det_manip::try_change_col_row": [[231, "triqs-det-manip-det-manip-try-change-col-row"]], "triqs::det_manip::det_manip::size": [[227, "triqs-det-manip-det-manip-size"]], "triqs::det_manip::det_manip::swap_col": [[228, "triqs-det-manip-det-manip-swap-col"]], "triqs::det_manip::det_manip::try_change_col": [[230, "triqs-det-manip-det-manip-try-change-col"]], "triqs::det_manip::det_manip::try_insert_k": [[234, "triqs-det-manip-det-manip-try-insert-k"]], "triqs::det_manip::det_manip::try_remove": [[236, "triqs-det-manip-det-manip-try-remove"]], "triqs::det_manip::det_manip::try_insert": [[233, "triqs-det-manip-det-manip-try-insert"]], "triqs::det_manip::det_manip::try_change_row": [[232, "triqs-det-manip-det-manip-try-change-row"]], "triqs::det_manip::det_manip::try_remove_k": [[237, "triqs-det-manip-det-manip-try-remove-k"]], "triqs::det_manip::det_manip::try_refill": [[235, "triqs-det-manip-det-manip-try-refill"]], "triqs::gfs::block_gf::block_sizes": [[242, "triqs-gfs-block-gf-block-sizes"]], "triqs::gfs::block_gf": [[240, "triqs-gfs-block-gf"]], "triqs::gfs": [[238, "triqs-gfs"]], "triqs::gfs::block_gf::block_names": [[241, "triqs-gfs-block-gf-block-names"]], "triqs::gfs::block_gf::constructor": [[243, "triqs-gfs-block-gf-constructor"]], "triqs::gfs::": [[239, "triqs-gfs-deduction-guide-for-block-gf"]], "triqs::gfs::block_gf::operator=": [[249, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::h5_read": [[245, "triqs-gfs-block-gf-h5-read"]], "triqs::gfs::block_gf::operator()": [[248, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::data": [[244, "triqs-gfs-block-gf-data"]], "triqs::gfs::block_gf::h5_write": [[246, "triqs-gfs-block-gf-h5-write"]], "triqs::gfs::block_gf::hdf5_format": [[247, "triqs-gfs-block-gf-hdf5-format"]], "triqs::gfs::fit_gf_dlr": [[251, "triqs-gfs-fit-gf-dlr"]], "triqs::gfs::fit_hermitian_tail": [[252, "triqs-gfs-fit-hermitian-tail"]], "triqs::gfs::flatten_gf_2d": [[255, "triqs-gfs-flatten-gf-2d"]], "triqs::gfs::fit_tail": [[253, "triqs-gfs-fit-tail"]], "triqs::gfs::density": [[250, "triqs-gfs-density"]], "triqs::gfs::flatten_2d": [[254, "triqs-gfs-flatten-2d"]], "triqs::gfs::gf::constructor": [[258, "triqs-gfs-gf-constructor"]], "triqs::gfs::get_mesh": [[256, "triqs-gfs-get-mesh"]], "triqs::gfs::gf::data_shape": [[260, "triqs-gfs-gf-data-shape"]], "triqs::gfs::gf::h5_read": [[261, "triqs-gfs-gf-h5-read"]], "triqs::gfs::gf": [[257, "triqs-gfs-gf"]], "Accessors": [[257, "accessors"], [269, "accessors"], [281, "accessors"]], "triqs::gfs::gf::data": [[259, "triqs-gfs-gf-data"]], "triqs::gfs::gf::hdf5_format": [[263, "triqs-gfs-gf-hdf5-format"]], "triqs::gfs::gf::h5_write": [[262, "triqs-gfs-gf-h5-write"]], "triqs::gfs::gf::mesh": [[264, "triqs-gfs-gf-mesh"]], "triqs::gfs::gf::operator=": [[266, "triqs-gfs-gf-operator"]], "triqs::gfs::gf::target_indices": [[267, "triqs-gfs-gf-target-indices"]], "triqs::gfs::gf::operator<<": [[265, "triqs-gfs-gf-operator"]], "triqs::gfs::gf_const_view::h5_read": [[273, "triqs-gfs-gf-const-view-h5-read"]], "triqs::gfs::gf_const_view::data": [[271, "triqs-gfs-gf-const-view-data"]], "triqs::gfs::gf_const_view::data_shape": [[272, "triqs-gfs-gf-const-view-data-shape"]], "triqs::gfs::gf::target_shape": [[268, "triqs-gfs-gf-target-shape"]], "triqs::gfs::gf_const_view::constructor": [[270, "triqs-gfs-gf-const-view-constructor"]], "triqs::gfs::gf_const_view": [[269, "triqs-gfs-gf-const-view"]], "triqs::gfs::gf_const_view::target_indices": [[279, "triqs-gfs-gf-const-view-target-indices"]], "triqs::gfs::gf_const_view::h5_write": [[274, "triqs-gfs-gf-const-view-h5-write"]], "triqs::gfs::gf_const_view::operator<<": [[277, "triqs-gfs-gf-const-view-operator"]], "triqs::gfs::gf_const_view::rebind": [[278, "triqs-gfs-gf-const-view-rebind"]], "triqs::gfs::gf_const_view::hdf5_format": [[275, "triqs-gfs-gf-const-view-hdf5-format"]], "triqs::gfs::gf_const_view::mesh": [[276, "triqs-gfs-gf-const-view-mesh"]], "triqs::gfs::gf_const_view::target_shape": [[280, "triqs-gfs-gf-const-view-target-shape"]], "triqs::gfs::gf_view::constructor": [[282, "triqs-gfs-gf-view-constructor"]], "triqs::gfs::gf_view::h5_read": [[285, "triqs-gfs-gf-view-h5-read"]], "triqs::gfs::gf_view": [[281, "triqs-gfs-gf-view"]], "triqs::gfs::gf_view::data_shape": [[284, "triqs-gfs-gf-view-data-shape"]], "triqs::gfs::gf_view::data": [[283, "triqs-gfs-gf-view-data"]], "triqs::gfs::gf_view::operator<<": [[289, "triqs-gfs-gf-view-operator"]], "triqs::gfs::gf_view::operator=": [[290, "triqs-gfs-gf-view-operator"]], "triqs::gfs::gf_view::mesh": [[288, "triqs-gfs-gf-view-mesh"]], "triqs::gfs::gf_view::rebind": [[291, "triqs-gfs-gf-view-rebind"]], "triqs::gfs::gf_view::h5_write": [[286, "triqs-gfs-gf-view-h5-write"]], "triqs::gfs::gf_view::hdf5_format": [[287, "triqs-gfs-gf-view-hdf5-format"]], "triqs::gfs::gf_view::target_indices": [[292, "triqs-gfs-gf-view-target-indices"]], "triqs::gfs::imag": [[295, "triqs-gfs-imag"]], "triqs::gfs::h5_read_gf_struct": [[294, "triqs-gfs-h5-read-gf-struct"]], "triqs::gfs::gf_view::target_shape": [[293, "triqs-gfs-gf-view-target-shape"]], "triqs::gfs::inverse": [[297, "triqs-gfs-inverse"]], "triqs::gfs::impl_tag": [[296, "triqs-gfs-impl-tag"]], "triqs::gfs::make_block_gf_view": [[303, "triqs-gfs-make-block-gf-view"]], "triqs::gfs::is_gf_hermitian": [[298, "triqs-gfs-is-gf-hermitian"]], "triqs::gfs::make_block_gf": [[302, "triqs-gfs-make-block-gf"]], "triqs::gfs::make_block2_gf": [[301, "triqs-gfs-make-block2-gf"]], "triqs::gfs::is_gf_real_in_tau": [[300, "triqs-gfs-is-gf-real-in-tau"]], "triqs::gfs::is_gf_real": [[299, "triqs-gfs-is-gf-real"]], "triqs::gfs::make_gf_from_real_gf": [[309, "triqs-gfs-make-gf-from-real-gf"]], "triqs::gfs::make_gf_from_fourier": [[307, "triqs-gfs-make-gf-from-fourier"]], "triqs::gfs::make_gf_dlr_imtime": [[306, "triqs-gfs-make-gf-dlr-imtime"]], "triqs::gfs::make_gf_dlr": [[304, "triqs-gfs-make-gf-dlr"]], "triqs::gfs::make_gf_dlr_imfreq": [[305, "triqs-gfs-make-gf-dlr-imfreq"]], "triqs::gfs::make_gf_from_inverse_fourier": [[308, "triqs-gfs-make-gf-from-inverse-fourier"]], "triqs::gfs::make_hermitian": [[312, "triqs-gfs-make-hermitian"]], "triqs::gfs::make_real_in_tau": [[313, "triqs-gfs-make-real-in-tau"]], "triqs::gfs::mpi_reduce": [[315, "triqs-gfs-mpi-reduce"]], "triqs::gfs::make_gf_imfreq": [[310, "triqs-gfs-make-gf-imfreq"]], "triqs::gfs::make_zero_tail": [[314, "triqs-gfs-make-zero-tail"]], "triqs::gfs::make_gf_imtime": [[311, "triqs-gfs-make-gf-imtime"]], "triqs::gfs::tau_L2_norm": [[319, "triqs-gfs-tau-l2-norm"]], "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued": [[318, "triqs-gfs-reinterpret-scalar-valued-gf-as-matrix-valued"]], "triqs::gfs::unflatten_2d": [[320, "triqs-gfs-unflatten-2d"]], "triqs::gfs::positive_freq_view": [[316, "triqs-gfs-positive-freq-view"]], "triqs::gfs::unflatten_gf_2d": [[321, "triqs-gfs-unflatten-gf-2d"]], "triqs::gfs::real": [[317, "triqs-gfs-real"]], "triqs::hilbert_space::fundamental_operator_set::cbegin": [[325, "triqs-hilbert-space-fundamental-operator-set-cbegin"]], "triqs::hilbert_space::fundamental_operator_set": [[323, "triqs-hilbert-space-fundamental-operator-set"]], "triqs::hilbert_space::fundamental_operator_set::begin": [[324, "triqs-hilbert-space-fundamental-operator-set-begin"]], "triqs::hilbert_space::fundamental_operator_set::cend": [[326, "triqs-hilbert-space-fundamental-operator-set-cend"]], "triqs::hilbert_space::fundamental_operator_set::constructor": [[327, "triqs-hilbert-space-fundamental-operator-set-constructor"]], "triqs::hilbert_space": [[322, "triqs-hilbert-space"]], "triqs::hilbert_space::fundamental_operator_set::has_indices": [[332, "triqs-hilbert-space-fundamental-operator-set-has-indices"]], "triqs::hilbert_space::fundamental_operator_set::insert": [[333, "triqs-hilbert-space-fundamental-operator-set-insert"]], "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute": [[331, "triqs-hilbert-space-fundamental-operator-set-h5-write-attribute"]], "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute": [[330, "triqs-hilbert-space-fundamental-operator-set-h5-read-attribute"]], "triqs::hilbert_space::fundamental_operator_set::end": [[329, "triqs-hilbert-space-fundamental-operator-set-end"]], "triqs::hilbert_space::fundamental_operator_set::data": [[328, "triqs-hilbert-space-fundamental-operator-set-data"]], "triqs::hilbert_space::fundamental_operator_set::operator==": [[335, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::fundamental_operator_set::size": [[337, "triqs-hilbert-space-fundamental-operator-set-size"]], "triqs::hilbert_space::fundamental_operator_set::operator[]": [[336, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[334, "triqs-hilbert-space-fundamental-operator-set-insert-from-indices-t"]], "triqs::hilbert_space::hilbert_space": [[338, "triqs-hilbert-space-hilbert-space"]], "triqs::hilbert_space::hilbert_space::constructor": [[339, "triqs-hilbert-space-hilbert-space-constructor"]], "triqs::hilbert_space::hilbert_space::h5_read": [[342, "triqs-hilbert-space-hilbert-space-h5-read"]], "triqs::hilbert_space::hilbert_space::h5_write": [[343, "triqs-hilbert-space-hilbert-space-h5-write"]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[340, "triqs-hilbert-space-hilbert-space-get-fock-state"]], "triqs::hilbert_space::hilbert_space::has_state": [[344, "triqs-hilbert-space-hilbert-space-has-state"]], "triqs::hilbert_space::hilbert_space::get_state_index": [[341, "triqs-hilbert-space-hilbert-space-get-state-index"]], "triqs::hilbert_space::hilbert_space::hdf5_format": [[345, "triqs-hilbert-space-hilbert-space-hdf5-format"]], "triqs::hilbert_space::imperative_operator::constructor": [[350, "triqs-hilbert-space-imperative-operator-constructor"]], "triqs::hilbert_space::hilbert_space::size": [[348, "triqs-hilbert-space-hilbert-space-size"]], "triqs::hilbert_space::hilbert_space::operator==": [[347, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::hilbert_space::operator!=": [[346, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::imperative_operator::is_empty": [[351, "triqs-hilbert-space-imperative-operator-is-empty"]], "triqs::hilbert_space::imperative_operator": [[349, "triqs-hilbert-space-imperative-operator"]], "triqs::hilbert_space::imperative_operator::operator()": [[352, "triqs-hilbert-space-imperative-operator-operator"]], "triqs::hilbert_space::space_partition::constructor": [[356, "triqs-hilbert-space-space-partition-constructor"]], "triqs::hilbert_space::space_partition": [[355, "triqs-hilbert-space-space-partition"]], "triqs::hilbert_space::make_zero_state": [[354, "triqs-hilbert-space-make-zero-state"]], "triqs::hilbert_space::space_partition::find_mappings": [[357, "triqs-hilbert-space-space-partition-find-mappings"]], "triqs::hilbert_space::imperative_operator::update": [[353, "triqs-hilbert-space-imperative-operator-update"]], "triqs::hilbert_space::state": [[363, "triqs-hilbert-space-state"]], "triqs::hilbert_space::space_partition::merge_subspaces": [[361, "triqs-hilbert-space-space-partition-merge-subspaces"]], "triqs::hilbert_space::space_partition::lookup_basis_state": [[360, "triqs-hilbert-space-space-partition-lookup-basis-state"]], "triqs::hilbert_space::space_partition::get_matrix_elements": [[359, "triqs-hilbert-space-space-partition-get-matrix-elements"]], "triqs::hilbert_space::space_partition::foreach": [[358, "triqs-hilbert-space-space-partition-foreach"]], "triqs::hilbert_space::space_partition::n_subspaces": [[362, "triqs-hilbert-space-space-partition-n-subspaces"]], "triqs::hilbert_space::state::get_hilbert": [[369, "triqs-hilbert-space-state-hilbertspace-scalartype-false-get-hilbert"]], "triqs::hilbert_space::state::dot_product": [[367, "triqs-hilbert-space-state-hilbertspace-scalartype-false-dot-product"]], "triqs::hilbert_space::state::foreach": [[368, "triqs-hilbert-space-state-hilbertspace-scalartype-false-foreach"]], "triqs::hilbert_space::state::amplitudes": [[365, "triqs-hilbert-space-state-hilbertspace-scalartype-false-amplitudes"]], "triqs::hilbert_space::state": [[364, "triqs-hilbert-space-state-hilbertspace-scalartype-false"]], "triqs::hilbert_space::state::constructor": [[366, "triqs-hilbert-space-state-hilbertspace-scalartype-false-constructor"]], "triqs::hilbert_space::state::set_hilbert": [[374, "triqs-hilbert-space-state-hilbertspace-scalartype-false-set-hilbert"]], "triqs::hilbert_space::state::size": [[375, "triqs-hilbert-space-state-hilbertspace-scalartype-false-size"]], "triqs::hilbert_space::state::operator*=": [[371, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator()": [[370, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator+=": [[372, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator-=": [[373, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::get_hilbert": [[380, "triqs-hilbert-space-state-hilbertspace-scalartype-true-get-hilbert"]], "triqs::hilbert_space::state": [[376, "triqs-hilbert-space-state-hilbertspace-scalartype-true"]], "triqs::hilbert_space::state::dot_product": [[378, "triqs-hilbert-space-state-hilbertspace-scalartype-true-dot-product"]], "triqs::hilbert_space::state::foreach": [[379, "triqs-hilbert-space-state-hilbertspace-scalartype-true-foreach"]], "triqs::hilbert_space::state::nterms": [[381, "triqs-hilbert-space-state-hilbertspace-scalartype-true-nterms"]], "triqs::hilbert_space::state::constructor": [[377, "triqs-hilbert-space-state-hilbertspace-scalartype-true-constructor"]], "triqs::hilbert_space::state::operator()": [[382, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator+=": [[384, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::set_hilbert": [[386, "triqs-hilbert-space-state-hilbertspace-scalartype-true-set-hilbert"]], "triqs::hilbert_space::state::operator-=": [[385, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator*=": [[383, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::size": [[387, "triqs-hilbert-space-state-hilbertspace-scalartype-true-size"]], "triqs::hilbert_space::sub_hilbert_space::constructor": [[390, "triqs-hilbert-space-sub-hilbert-space-constructor"]], "triqs::hilbert_space::sub_hilbert_space::add_fock_state": [[389, "triqs-hilbert-space-sub-hilbert-space-add-fock-state"]], "triqs::hilbert_space::sub_hilbert_space::get_fock_state": [[392, "triqs-hilbert-space-sub-hilbert-space-get-fock-state"]], "triqs::hilbert_space::sub_hilbert_space": [[388, "triqs-hilbert-space-sub-hilbert-space"]], "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states": [[391, "triqs-hilbert-space-sub-hilbert-space-get-all-fock-states"]], "triqs::hilbert_space::sub_hilbert_space::get_index": [[393, "triqs-hilbert-space-sub-hilbert-space-get-index"]], "triqs::hilbert_space::sub_hilbert_space::h5_read": [[395, "triqs-hilbert-space-sub-hilbert-space-h5-read"]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[397, "triqs-hilbert-space-sub-hilbert-space-has-state"]], "triqs::hilbert_space::sub_hilbert_space::hdf5_format": [[398, "triqs-hilbert-space-sub-hilbert-space-hdf5-format"]], "triqs::hilbert_space::sub_hilbert_space::h5_write": [[396, "triqs-hilbert-space-sub-hilbert-space-h5-write"]], "triqs::hilbert_space::sub_hilbert_space::get_state_index": [[394, "triqs-hilbert-space-sub-hilbert-space-get-state-index"]], "triqs::hilbert_space::sub_hilbert_space::operator!=": [[399, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::hilbert_space::sub_hilbert_space::operator==": [[400, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[401, "triqs-hilbert-space-sub-hilbert-space-set-index"]], "triqs::hilbert_space::sub_hilbert_space::size": [[402, "triqs-hilbert-space-sub-hilbert-space-size"]], "triqs::mc_tools::mc_generic::accumulate": [[405, "triqs-mc-tools-mc-generic-accumulate"]], "triqs::mc_tools": [[403, "triqs-mc-tools"]], "triqs::mc_tools::mc_generic": [[404, "triqs-mc-tools-mc-generic"]], "triqs::mc_tools::mc_generic::add_measure": [[406, "triqs-mc-tools-mc-generic-add-measure"]], "triqs::mc_tools::mc_generic::clear_measures": [[409, "triqs-mc-tools-mc-generic-clear-measures"]], "triqs::mc_tools::mc_generic::constructor": [[411, "triqs-mc-tools-mc-generic-constructor"]], "triqs::mc_tools::mc_generic::add_move": [[408, "triqs-mc-tools-mc-generic-add-move"]], "triqs::mc_tools::mc_generic::add_measure_aux": [[407, "triqs-mc-tools-mc-generic-add-measure-aux"]], "triqs::mc_tools::mc_generic::collect_results": [[410, "triqs-mc-tools-mc-generic-collect-results"]], "triqs::mc_tools::mc_generic::get_duration": [[417, "triqs-mc-tools-mc-generic-get-duration"]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[412, "triqs-mc-tools-mc-generic-get-acceptance-rates"]], "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS": [[414, "triqs-mc-tools-mc-generic-get-accumulation-time-hhmmss"]], "triqs::mc_tools::mc_generic::get_config_id": [[415, "triqs-mc-tools-mc-generic-get-config-id"]], "triqs::mc_tools::mc_generic::get_current_cycle_number": [[416, "triqs-mc-tools-mc-generic-get-current-cycle-number"]], "triqs::mc_tools::mc_generic::get_accumulation_time": [[413, "triqs-mc-tools-mc-generic-get-accumulation-time"]], "triqs::mc_tools::mc_generic::get_rng": [[419, "triqs-mc-tools-mc-generic-get-rng"]], "triqs::mc_tools::mc_generic::h5_read": [[423, "triqs-mc-tools-mc-generic-h5-read"]], "triqs::mc_tools::mc_generic::get_total_time": [[420, "triqs-mc-tools-mc-generic-get-total-time"]], "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS": [[422, "triqs-mc-tools-mc-generic-get-warmup-time-hhmmss"]], "triqs::mc_tools::mc_generic::get_warmup_time": [[421, "triqs-mc-tools-mc-generic-get-warmup-time"]], "triqs::mc_tools::mc_generic::get_percent": [[418, "triqs-mc-tools-mc-generic-get-percent"]], "triqs::mc_tools::mc_generic::rm_measure": [[425, "triqs-mc-tools-mc-generic-rm-measure"]], "triqs::mc_tools::mc_generic::h5_write": [[424, "triqs-mc-tools-mc-generic-h5-write"]], "triqs::mc_tools::mc_generic::run": [[426, "triqs-mc-tools-mc-generic-run"]], "triqs::mc_tools::mc_generic::warmup": [[428, "triqs-mc-tools-mc-generic-warmup"]], "triqs::mc_tools::mc_generic::warmup_and_accumulate": [[429, "triqs-mc-tools-mc-generic-warmup-and-accumulate"]], "triqs::mc_tools::mc_generic::set_after_cycle_duty": [[427, "triqs-mc-tools-mc-generic-set-after-cycle-duty"]], "triqs::mc_tools::move_set": [[430, "triqs-mc-tools-move-set"]], "triqs::mc_tools::move_set::collect_statistics": [[435, "triqs-mc-tools-move-set-collect-statistics"]], "triqs::mc_tools::move_set::accept": [[431, "triqs-mc-tools-move-set-accept"]], "triqs::mc_tools::move_set::clear_statistics": [[434, "triqs-mc-tools-move-set-clear-statistics"]], "triqs::mc_tools::move_set::attempt": [[433, "triqs-mc-tools-move-set-attempt"]], "triqs::mc_tools::move_set::add": [[432, "triqs-mc-tools-move-set-add"]], "triqs::mc_tools::move_set::get_statistics": [[438, "triqs-mc-tools-move-set-get-statistics"]], "triqs::mc_tools::move_set::get_acceptance_rates": [[437, "triqs-mc-tools-move-set-get-acceptance-rates"]], "triqs::mc_tools::random_generator::constructor": [[441, "triqs-mc-tools-random-generator-constructor"]], "triqs::mc_tools::move_set::constructor": [[436, "triqs-mc-tools-move-set-constructor"]], "triqs::mc_tools::random_generator": [[440, "triqs-mc-tools-random-generator"]], "triqs::mc_tools::move_set::reject": [[439, "triqs-mc-tools-move-set-reject"]], "triqs::stat::accumulator": [[447, "triqs-stat-accumulator"]], "Logarithmic (Log) Binning": [[447, "logarithmic-log-binning"]], "Linear (Lin) Binning": [[447, "linear-lin-binning"]], "triqs::mc_tools::random_generator_names": [[445, "triqs-mc-tools-random-generator-names"]], "triqs::mc_tools::random_generator::name": [[442, "triqs-mc-tools-random-generator-name"]], "triqs::mc_tools::random_generator::preview": [[444, "triqs-mc-tools-random-generator-preview"]], "triqs::stat": [[446, "triqs-stat"]], "triqs::mc_tools::random_generator::operator()": [[443, "triqs-mc-tools-random-generator-operator"]], "triqs::stat::accumulator::constructor": [[449, "triqs-stat-accumulator-constructor"]], "triqs::stat::accumulator::data_input_count": [[450, "triqs-stat-accumulator-data-input-count"]], "triqs::stat::accumulator::linear_bins": [[452, "triqs-stat-accumulator-linear-bins"]], "triqs::stat::accumulator::log_bin_errors": [[453, "triqs-stat-accumulator-log-bin-errors"]], "triqs::stat::accumulator::compress_linear_bins": [[448, "triqs-stat-accumulator-compress-linear-bins"]], "triqs::stat::accumulator::lin_bin_capacity": [[451, "triqs-stat-accumulator-lin-bin-capacity"]], "triqs::stat::accumulator::n_lin_bins": [[455, "triqs-stat-accumulator-n-lin-bins"]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[454, "triqs-stat-accumulator-log-bin-errors-all-reduce"]], "triqs::stat::accumulator::n_lin_bins_max": [[456, "triqs-stat-accumulator-n-lin-bins-max"]], "triqs::stat::accumulator::operator<<": [[459, "triqs-stat-accumulator-operator"]], "triqs::stat::accumulator::n_log_bins_max": [[458, "triqs-stat-accumulator-n-log-bins-max"]], "triqs::stat::accumulator::n_log_bins": [[457, "triqs-stat-accumulator-n-log-bins"]], "triqs::stat::histogram::constructor": [[463, "triqs-stat-histogram-constructor"]], "triqs::stat::histogram::h5_read": [[465, "triqs-stat-histogram-h5-read"]], "triqs::stat::histogram::clear": [[462, "triqs-stat-histogram-clear"]], "triqs::stat::cdf": [[460, "triqs-stat-cdf"]], "triqs::stat::histogram::data": [[464, "triqs-stat-histogram-data"]], "triqs::stat::histogram": [[461, "triqs-stat-histogram"]], "triqs::stat::histogram::hdf5_format": [[467, "triqs-stat-histogram-hdf5-format"]], "triqs::stat::histogram::limits": [[468, "triqs-stat-histogram-limits"]], "triqs::stat::histogram::mpi_reduce": [[471, "triqs-stat-histogram-mpi-reduce"]], "triqs::stat::histogram::mesh_point": [[469, "triqs-stat-histogram-mesh-point"]], "triqs::stat::histogram::h5_write": [[466, "triqs-stat-histogram-h5-write"]], "triqs::stat::histogram::mpi_broadcast": [[470, "triqs-stat-histogram-mpi-broadcast"]], "triqs::stat::histogram::n_lost_pts": [[473, "triqs-stat-histogram-n-lost-pts"]], "triqs::stat::histogram::n_data_pts": [[472, "triqs-stat-histogram-n-data-pts"]], "triqs::stat::histogram::size": [[477, "triqs-stat-histogram-size"]], "triqs::stat::histogram::operator==": [[476, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator+": [[474, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator<<": [[475, "triqs-stat-histogram-operator"]], "triqs::stat::jackknife_mpi": [[479, "triqs-stat-jackknife-mpi"]], "triqs::stat::mean": [[480, "triqs-stat-mean"]], "triqs::stat::mean_mpi": [[483, "triqs-stat-mean-mpi"]], "triqs::stat::mean_and_err": [[481, "triqs-stat-mean-and-err"]], "triqs::stat::jackknife": [[478, "triqs-stat-jackknife"]], "triqs::stat::mean_and_err_mpi": [[482, "triqs-stat-mean-and-err-mpi"]], "HDFArchive": [[496, "hdfarchive"]], "HDFArchiveGroup": [[496, "hdfarchivegroup"]], "HDFArchiveInert": [[496, "hdfarchiveinert"]], "Hdf-compliant objects": [[496, "hdf-compliant-objects"]], "How does a class become hdf-compliant?": [[496, "how-does-a-class-become-hdf-compliant"]], "C++ documentation": [[516, "c-documentation"]], "The det_manip class": [[511, "the-det-manip-class"]], "Parameter & construction": [[511, "parameter-construction"]], "Public types": [[511, "public-types"]], "Public member functions": [[511, "public-member-functions"]], "Under the hood \u2026": [[511, "under-the-hood"]], "Full documentation/manual/triqs": [[511, "full-documentation-manual-triqs"], [564, "full-documentation-manual-triqs"]], "triqs::stat::tau_estimate_from_errors": [[485, "triqs-stat-tau-estimate-from-errors"]], "triqs::stat::pdf": [[484, "triqs-stat-pdf"]], "Manipulations of determinants": [[510, "manipulations-of-determinants"]], "[gf] Green function on Matsubara frequencies": [[525, "gf-imfreq-green-function-on-matsubara-frequencies"]], "mesh::imtime": [[538, "mesh-imtime"]], "mesh::imfreq": [[537, "mesh-imfreq"]], "gf and views": [[519, "gf-and-views"]], "Non-member functions": [[519, "non-member-functions"]], "[gf>] Multiple variables": [[530, "gf-prod-x-y-multiple-variables"]], "Subscript operator": [[530, "subscript-operator"]], "Clef expressions": [[530, "clef-expressions"]], "Functional techniques": [[530, "functional-techniques"]], "The blocks: matrix-valued Green\u2019s functions": [[541, "the-blocks-matrix-valued-green-s-functions"]], "Slicing": [[541, "slicing"]], "Bracket Accessor": [[541, "bracket-accessor"]], "Assignment: << or = operator": [[541, "assignment-or-operator"]], "Lazy expressions": [[541, "lazy-expressions"]], "Plot options": [[541, "plot-options"]], "Direct access to data points": [[541, "direct-access-to-data-points"]], "Tools for Monte Carlo": [[563, "tools-for-monte-carlo"]], "Coefficient extraction": [[572, "coefficient-extraction"]], "The Monte Carlo loop": [[566, "the-monte-carlo-loop"]], "C++ variable names": [[566, "c-variable-names"]], "Monte Carlo loop and connection with moves and measures": [[566, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Python documentation": [[547, "python-documentation"]], "Plotting protocols": [[576, "plotting-protocols"]], "TRIQS / solid_dmft tutorial": [[1875, "TRIQS-/-solid_dmft-tutorial"], [1871, "TRIQS-/-solid_dmft-tutorial"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1875, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1871, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1875, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1871, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1875, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1871, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1875, "3.-Check-convergence"], [1871, "3.-Check-convergence"]], "Reminder: The TRIQS BlockGf object": [[1875, "Reminder:-The-TRIQS-BlockGf-object"], [1871, "Reminder:-The-TRIQS-BlockGf-object"]], "Plot of the self-energy \u03a3": [[1875, "Plot-of-the-self-energy-\u03a3"], [1871, "Plot-of-the-self-energy-\u03a3"]], "4. Analytic continuation of the self-energy": [[1875, "4.-Analytic-continuation-of-the-self-energy"], [1871, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1875, "5.-Plot-Spectral-Function"], [1871, "5.-Plot-Spectral-Function"]], "Analytically continue the impurity Green\u2019s function": [[1875, "Analytically-continue-the-impurity-Green\u2019s-function"], [1871, "Analytically-continue-the-impurity-Green\u2019s-function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1875, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1871, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"]], "This concludes the first tutorial. You may now continue with tutorial 02-FermiSee.": [[1875, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1871, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "FermiSee": [[1876, "FermiSee"], [1872, "FermiSee"]], "Phase diagram exploration": [[1873, "Phase-diagram-exploration"], [1877, "Phase-diagram-exploration"]], "Comparison to Hubbard-I solution": [[1874, "Comparison-to-Hubbard-I-solution"], [1878, "Comparison-to-Hubbard-I-solution"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1874, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1878, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "Introducing python and the ipython notebook": [[1879, "Introducing-python-and-the-ipython-notebook"]], "Script mode": [[1879, "Script-mode"]], "Interactive shell mode": [[1879, "Interactive-shell-mode"]], "The ipython notebook": [[1879, "The-ipython-notebook"]], "A very short introduction to python": [[1879, "A-very-short-introduction-to-python"]], "Calculating": [[1879, "Calculating"]], "Simple loops / indentation": [[1879, "Simple-loops-/-indentation"]], "If statements": [[1879, "If-statements"]], "Defining a function": [[1879, "Defining-a-function"]], "Importing modules": [[1879, "Importing-modules"]], "Lists": [[1879, "Lists"]], "The numpy library": [[1879, "The-numpy-library"]], "Defining a new class": [[1879, "Defining-a-new-class"]], "Getting help": [[1879, "Getting-help"]], "Matplotlib Examples": [[1880, "Matplotlib-Examples"]], "Goal of this tutorial": [[1880, "Goal-of-this-tutorial"]], "Inline plots": [[1880, "Inline-plots"]], "Making the plot prettier": [[1880, "Making-the-plot-prettier"]], "Subplots": [[1880, "Subplots"]], "Histograms and text": [[1880, "Histograms-and-text"]], "Python-like approach to matplotlib": [[1880, "Python-like-approach-to-matplotlib"]], "More examples": [[1880, "More-examples"]], "TRIQS Green\u2019s functions": [[1881, "TRIQS-Green\u2019s-functions"], [1885, "TRIQS-Green\u2019s-functions"]], "Matrix-Valued Green\u2019s functions": [[1881, "Matrix-Valued-Green\u2019s-functions"], [1885, "Matrix-Valued-Green\u2019s-functions"]], "Block Green\u2019s functions": [[1881, "Block-Green\u2019s-functions"], [1885, "Block-Green\u2019s-functions"]], "Additional Initialization Descriptors": [[1881, "Additional-Initialization-Descriptors"], [1885, "Additional-Initialization-Descriptors"]], "Flat density of states": [[1881, "Flat-density-of-states"], [1885, "Flat-density-of-states"]], "Semi-circular density of states": [[1881, "Semi-circular-density-of-states"], [1885, "Semi-circular-density-of-states"]], "Imaginary-frequency Green\u2019s functions": [[1881, "Imaginary-frequency-Green\u2019s-functions"], [1885, "Imaginary-frequency-Green\u2019s-functions"]], "Arithmetic Operations": [[1881, "Arithmetic-Operations"], [1885, "Arithmetic-Operations"]], "Obtaining the density": [[1881, "Obtaining-the-density"], [1885, "Obtaining-the-density"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1881, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"], [1885, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"]], "Pade analytical continuation": [[1881, "Pade-analytical-continuation"], [1885, "Pade-analytical-continuation"]], "Exercises": [[1881, "Exercises"], [1885, "Exercises"]], "HDF5 Archives": [[1882, "HDF5-Archives"]], "Writing to an archive": [[1882, "Writing-to-an-archive"]], "Reading from an archive": [[1882, "Reading-from-an-archive"]], "General reminder: Anderson impurity model and CTHYB solver": [[1887, "General-reminder:-Anderson-impurity-model-and-CTHYB-solver"]], "The TRIQS/CTHYB impurity solver": [[1887, "The-TRIQS/CTHYB-impurity-solver"]], "Setting up the impurity solver": [[1887, "Setting-up-the-impurity-solver"]], "Visualizing the imaginary time sampled G(\\tau)": [[1887, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Visualizing the Matsubara-frequency results": [[1887, "Visualizing-the-Matsubara-frequency-results"]], "Introduction to multivariable Green\u2019s functions": [[1884, "Introduction-to-multivariable-Green\u2019s-functions"]], "Imports and parameters": [[1884, "Imports-and-parameters"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1884, "Constructing-and-Initializing-a-Lattice-Green\u2019s-function"]], "Numpy Broadcasting": [[1884, "Numpy-Broadcasting"]], "Evaluate the Green function": [[1884, "Evaluate-the-Green-function"]], "Defining a Tight-Binding Hamiltonian": [[1884, "Defining-a-Tight-Binding-Hamiltonian"]], "Manipulating fermionic operators": [[1883, "Manipulating-fermionic-operators"]], "Fundamental operators": [[1883, "Fundamental-operators"]], "Number operator": [[1883, "Number-operator"]], "Operations with operators": [[1883, "Operations-with-operators"]], "Exact Diagonalization": [[1883, "Exact-Diagonalization"]], "Single-orbital Hubbard model": [[1888, "Single-orbital-Hubbard-model"], [1893, "Single-orbital-Hubbard-model"]], "A first DMFT calculation": [[1886, "A-first-DMFT-calculation"], [1892, "A-first-DMFT-calculation"]], "The iterated perturbation theory": [[1886, "The-iterated-perturbation-theory"], [1892, "The-iterated-perturbation-theory"]], "Dynamical mean-field theory": [[1886, "Dynamical-mean-field-theory"], [1892, "Dynamical-mean-field-theory"]], "Bethe lattice DMFT": [[1886, "Bethe-lattice-DMFT"], [1892, "Bethe-lattice-DMFT"]], "Visualizing the Mott transition": [[1886, "Visualizing-the-Mott-transition"], [1892, "Visualizing-the-Mott-transition"]], "Solution 1": [[1893, "Solution-1"], [1894, "Solution-1"]], "Solution 2": [[1893, "Solution-2"], [1894, "Solution-2"]], "Solution 3": [[1893, "Solution-3"]], "Solution 4": [[1893, "Solution-4"]], "Solution 5": [[1893, "Solution-5"]], "Solution 6": [[1893, "Solution-6"]], "Tutorials": [[1891, "tutorials"]], "Comparison with the literature": [[1892, "Comparison-with-the-literature"]], "Valence-Bond DMFT solution of the Hubbard model": [[1890, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"], [1895, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"]], "Analyzing the precomputed results": [[1890, "Analyzing-the-precomputed-results"], [1895, "Analyzing-the-precomputed-results"]], "Two-orbital Hubbard model": [[1894, "Two-orbital-Hubbard-model"], [1889, "Two-orbital-Hubbard-model"]], "J = 0.0": [[1894, "J-=-0.0"], [1894, "id1"]], "J = 0.1 U": [[1894, "J-=-0.1-U"], [1894, "id2"]], "J = 0.2 U": [[1894, "J-=-0.2-U"], [1894, "id3"]], "Conclusion of Exercise 2": [[1894, "Conclusion-of-Exercise-2"]], "Solution of exercise 3": [[1894, "Solution-of-exercise-3"]], "Conclusion of Exercise 3": [[1894, "Conclusion-of-Exercise-3"]], "Tutorial repository": [[1896, "tutorial-repository"]], "Two-particle self consistency (TPSC)": [[1900, "Two-particle-self-consistency-(TPSC)"], [1905, "Two-particle-self-consistency-(TPSC)"]], "Theory": [[1900, "Theory"], [1898, "Theory"], [1903, "Theory"], [1905, "Theory"]], "Behaviour of U_{sp} and U_{ch} vs.\u00a0U": [[1900, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"], [1905, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"]], "Note: weakness of RPA": [[1900, "Note:-weakness-of-RPA"], [1905, "Note:-weakness-of-RPA"]], "Fermions on the square lattice & perfect nesting": [[1897, "Fermions-on-the-square-lattice-&-perfect-nesting"], [1902, "Fermions-on-the-square-lattice-&-perfect-nesting"]], "Square lattice with nearest-neighbour hopping": [[1897, "Square-lattice-with-nearest-neighbour-hopping"], [1902, "Square-lattice-with-nearest-neighbour-hopping"]], "Non-interacting lattice Green\u2019s function": [[1897, "Non-interacting-lattice-Green\u2019s-function"], [1902, "Non-interacting-lattice-Green\u2019s-function"]], "Fermi surface nesting": [[1897, "Fermi-surface-nesting"], [1902, "Fermi-surface-nesting"]], "The random phase approximation (RPA)": [[1899, "The-random-phase-approximation-(RPA)"], [1904, "The-random-phase-approximation-(RPA)"]], "RPA solver": [[1899, "RPA-solver"], [1904, "RPA-solver"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1898, "Susceptibility-\\chi_0-of-non-interacting-fermions"], [1903, "Susceptibility-\\chi_0-of-non-interacting-fermions"]], "Fast calculation using Fourier transform": [[1898, "Fast-calculation-using-Fourier-transform"], [1903, "Fast-calculation-using-Fourier-transform"]], "Goals and questions": [[1898, "Goals-and-questions"], [1903, "Goals-and-questions"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1898, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1903, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1898, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1903, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1901, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"], [1906, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"]], "Mermin-Wagner theorem": [[1901, "Mermin-Wagner-theorem"], [1906, "Mermin-Wagner-theorem"]], "TPSC and the Mermin-Wagner theorem": [[1901, "TPSC-and-the-Mermin-Wagner-theorem"], [1906, "TPSC-and-the-Mermin-Wagner-theorem"]], "Code from previous notebooks": [[1901, "Code-from-previous-notebooks"], [1906, "Code-from-previous-notebooks"]], "\\chi_0 calculator for arbitrary \\beta": [[1901, "\\chi_0-calculator-for-arbitrary-\\beta"], [1906, "\\chi_0-calculator-for-arbitrary-\\beta"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1901, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1906, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1901, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1906, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "Questions": [[1901, "Questions"], [1906, "Questions"]], "Remarks": [[1901, "Remarks"], [1906, "Remarks"]]}, "indexentries": {"h5": [[494, "module-h5"]], "module": [[494, "module-h5"], [541, "index-0"]], "hdfarchive (class in h5)": [[496, "h5.HDFArchive"]], "hdfarchivegroup (built-in class)": [[496, "HDFArchiveGroup"]], "hdfarchiveinert (built-in class)": [[496, "HDFArchiveInert"]], "apply_on_leaves() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.apply_on_leaves"]], "built-in function": [[496, "register_class"]], "create_group() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.create_group"]], "get_raw() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.get_raw"]], "is_data() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.is_data"]], "is_group() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.is_group"]], "items() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.items"]], "keys() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.keys"]], "read_attr() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.read_attr"]], "register_class()": [[496, "register_class"]], "root_path() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.root_path"]], "update() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.update"]], "values() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.values"]], "lightweight exact diagonalization solver and tools": [[498, "index-0"]], "green's functions": [[541, "index-0"], [547, "index-0"]], "block green's function": [[541, "index-0"]], "gf_imfreq": [[541, "index-0"]], "gf_imtime": [[541, "index-0"]], "gf_legendre": [[541, "index-0"]], "gf_refreq": [[541, "index-0"]], "gf_retime": [[541, "index-0"]], "hilbert space tools": [[553, "index-0"]], "second-quantization operators": [[569, "index-0"]], "analysis": [[576, "index-0"]]}}) \ No newline at end of file +Search.setIndex({"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/distance", "documentation/cpp_api/itertools/enum_iter", "documentation/cpp_api/itertools/enum_iter/constructor", "documentation/cpp_api/itertools/enum_iter/dereference", "documentation/cpp_api/itertools/enum_iter/increment", "documentation/cpp_api/itertools/enum_iter/operator==", "documentation/cpp_api/itertools/enumerate", "documentation/cpp_api/itertools/enumerated", "documentation/cpp_api/itertools/enumerated/begin", "documentation/cpp_api/itertools/enumerated/cbegin", "documentation/cpp_api/itertools/enumerated/cend", "documentation/cpp_api/itertools/enumerated/end", "documentation/cpp_api/itertools/enumerated/operator==", "documentation/cpp_api/itertools/foreach", "documentation/cpp_api/itertools/iterator_facade", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator*", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator->", "documentation/cpp_api/itertools/make_product", "documentation/cpp_api/itertools/make_sentinel", "documentation/cpp_api/itertools/make_vector_from_range", "documentation/cpp_api/itertools/multiplied", "documentation/cpp_api/itertools/multiplied/begin", "documentation/cpp_api/itertools/multiplied/cbegin", "documentation/cpp_api/itertools/multiplied/cend", "documentation/cpp_api/itertools/multiplied/constructor", "documentation/cpp_api/itertools/multiplied/end", "documentation/cpp_api/itertools/multiplied/operator==", "documentation/cpp_api/itertools/prod_iter", "documentation/cpp_api/itertools/prod_iter/constructor", "documentation/cpp_api/itertools/prod_iter/dereference", "documentation/cpp_api/itertools/prod_iter/increment", "documentation/cpp_api/itertools/prod_iter/operator==", "documentation/cpp_api/itertools/product", "documentation/cpp_api/itertools/product_range", "documentation/cpp_api/itertools/range", "documentation/cpp_api/itertools/range/begin", "documentation/cpp_api/itertools/range/cbegin", "documentation/cpp_api/itertools/range/cend", "documentation/cpp_api/itertools/range/constructor", "documentation/cpp_api/itertools/range/end", "documentation/cpp_api/itertools/range/first", "documentation/cpp_api/itertools/range/last", "documentation/cpp_api/itertools/range/operator+", "documentation/cpp_api/itertools/range/operator<<", "documentation/cpp_api/itertools/range/operator==", "documentation/cpp_api/itertools/range/size", "documentation/cpp_api/itertools/range/step", "documentation/cpp_api/itertools/sentinel_t", "documentation/cpp_api/itertools/slice", "documentation/cpp_api/itertools/sliced", "documentation/cpp_api/itertools/sliced/begin", "documentation/cpp_api/itertools/sliced/cbegin", "documentation/cpp_api/itertools/sliced/cend", "documentation/cpp_api/itertools/sliced/end", "documentation/cpp_api/itertools/sliced/operator==", "documentation/cpp_api/itertools/sliced/size", "documentation/cpp_api/itertools/stride", "documentation/cpp_api/itertools/stride_iter", "documentation/cpp_api/itertools/stride_iter/constructor", "documentation/cpp_api/itertools/stride_iter/dereference", "documentation/cpp_api/itertools/stride_iter/increment", "documentation/cpp_api/itertools/stride_iter/operator==", "documentation/cpp_api/itertools/strided", "documentation/cpp_api/itertools/strided/begin", "documentation/cpp_api/itertools/strided/cbegin", "documentation/cpp_api/itertools/strided/cend", "documentation/cpp_api/itertools/strided/end", "documentation/cpp_api/itertools/strided/operator==", "documentation/cpp_api/itertools/transform", "documentation/cpp_api/itertools/transform_iter", "documentation/cpp_api/itertools/transform_iter/constructor", "documentation/cpp_api/itertools/transform_iter/dereference", "documentation/cpp_api/itertools/transform_iter/increment", "documentation/cpp_api/itertools/transform_iter/operator=", "documentation/cpp_api/itertools/transform_iter/operator==", "documentation/cpp_api/itertools/transformed", "documentation/cpp_api/itertools/transformed/begin", "documentation/cpp_api/itertools/transformed/cbegin", "documentation/cpp_api/itertools/transformed/cend", "documentation/cpp_api/itertools/transformed/end", "documentation/cpp_api/itertools/zip", "documentation/cpp_api/itertools/zip_iter", "documentation/cpp_api/itertools/zip_iter/constructor", "documentation/cpp_api/itertools/zip_iter/dereference", "documentation/cpp_api/itertools/zip_iter/increment", "documentation/cpp_api/itertools/zip_iter/operator==", "documentation/cpp_api/itertools/zipped", "documentation/cpp_api/itertools/zipped/begin", "documentation/cpp_api/itertools/zipped/cbegin", "documentation/cpp_api/itertools/zipped/cend", "documentation/cpp_api/itertools/zipped/constructor", "documentation/cpp_api/itertools/zipped/end", "documentation/cpp_api/itertools/zipped/operator==", "documentation/cpp_api/mpi", "documentation/cpp_api/mpi/all_gather", "documentation/cpp_api/mpi/all_reduce", "documentation/cpp_api/mpi/all_reduce_in_place", "documentation/cpp_api/mpi/broadcast", "documentation/cpp_api/mpi/chunk", "documentation/cpp_api/mpi/chunk_length", "documentation/cpp_api/mpi/communicator", "documentation/cpp_api/mpi/communicator/abort", "documentation/cpp_api/mpi/communicator/barrier", "documentation/cpp_api/mpi/communicator/constructor", "documentation/cpp_api/mpi/communicator/get", "documentation/cpp_api/mpi/communicator/rank", "documentation/cpp_api/mpi/communicator/size", "documentation/cpp_api/mpi/communicator/split", "documentation/cpp_api/mpi/environment", "documentation/cpp_api/mpi/environment/constructor", "documentation/cpp_api/mpi/gather", "documentation/cpp_api/mpi/get_mpi_type", "documentation/cpp_api/mpi/is_initialized", "documentation/cpp_api/mpi/lazy", "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/operator=", "documentation/cpp_api/mpi/monitor/request_emergency_stop", "documentation/cpp_api/mpi/monitor/root_check_nodes_and_bcast", "documentation/cpp_api/mpi/mpi_broadcast", "documentation/cpp_api/mpi/mpi_gather", "documentation/cpp_api/mpi/mpi_reduce", "documentation/cpp_api/mpi/mpi_reduce_in_place", "documentation/cpp_api/mpi/mpi_scatter", "documentation/cpp_api/mpi/mpi_type", "documentation/cpp_api/mpi/mpi_typeLTconstTGT", "documentation/cpp_api/mpi/mpi_typeLTstd::tupleLTT...GTGT", "documentation/cpp_api/mpi/mpi_type_from_tie", "documentation/cpp_api/mpi/reduce", "documentation/cpp_api/mpi/reduce_in_place", "documentation/cpp_api/mpi/scatter", "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/tau_L2_norm", "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/nterms", "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.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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.dlr_crm_dyson_solver", "documentation/python_api/triqs.gf.dlr_crm_dyson_solver.minimize_dyson", "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.tau_L2_norm", "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_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.tau_L2_norm", "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.index", "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.n_iw", "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.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_Legendre_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__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_Legendre_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__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.CallProxyLegendre_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__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.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.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.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.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.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.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"], "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/distance.rst", "documentation/cpp_api/itertools/enum_iter.rst", "documentation/cpp_api/itertools/enum_iter/constructor.rst", "documentation/cpp_api/itertools/enum_iter/dereference.rst", "documentation/cpp_api/itertools/enum_iter/increment.rst", "documentation/cpp_api/itertools/enum_iter/operator==.rst", "documentation/cpp_api/itertools/enumerate.rst", "documentation/cpp_api/itertools/enumerated.rst", "documentation/cpp_api/itertools/enumerated/begin.rst", "documentation/cpp_api/itertools/enumerated/cbegin.rst", "documentation/cpp_api/itertools/enumerated/cend.rst", "documentation/cpp_api/itertools/enumerated/end.rst", "documentation/cpp_api/itertools/enumerated/operator==.rst", "documentation/cpp_api/itertools/foreach.rst", "documentation/cpp_api/itertools/iterator_facade.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator*.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator++.rst", "documentation/cpp_api/itertools/iterator_facadeLTIter,Value,std::forward_iterator_tag,Reference,DifferenceGT/operator->.rst", "documentation/cpp_api/itertools/make_product.rst", "documentation/cpp_api/itertools/make_sentinel.rst", "documentation/cpp_api/itertools/make_vector_from_range.rst", "documentation/cpp_api/itertools/multiplied.rst", "documentation/cpp_api/itertools/multiplied/begin.rst", "documentation/cpp_api/itertools/multiplied/cbegin.rst", "documentation/cpp_api/itertools/multiplied/cend.rst", "documentation/cpp_api/itertools/multiplied/constructor.rst", "documentation/cpp_api/itertools/multiplied/end.rst", "documentation/cpp_api/itertools/multiplied/operator==.rst", "documentation/cpp_api/itertools/prod_iter.rst", "documentation/cpp_api/itertools/prod_iter/constructor.rst", "documentation/cpp_api/itertools/prod_iter/dereference.rst", "documentation/cpp_api/itertools/prod_iter/increment.rst", "documentation/cpp_api/itertools/prod_iter/operator==.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/begin.rst", "documentation/cpp_api/itertools/range/cbegin.rst", "documentation/cpp_api/itertools/range/cend.rst", "documentation/cpp_api/itertools/range/constructor.rst", "documentation/cpp_api/itertools/range/end.rst", "documentation/cpp_api/itertools/range/first.rst", "documentation/cpp_api/itertools/range/last.rst", "documentation/cpp_api/itertools/range/operator+.rst", "documentation/cpp_api/itertools/range/operator<<.rst", "documentation/cpp_api/itertools/range/operator==.rst", "documentation/cpp_api/itertools/range/size.rst", "documentation/cpp_api/itertools/range/step.rst", "documentation/cpp_api/itertools/sentinel_t.rst", "documentation/cpp_api/itertools/slice.rst", "documentation/cpp_api/itertools/sliced.rst", "documentation/cpp_api/itertools/sliced/begin.rst", "documentation/cpp_api/itertools/sliced/cbegin.rst", "documentation/cpp_api/itertools/sliced/cend.rst", "documentation/cpp_api/itertools/sliced/end.rst", "documentation/cpp_api/itertools/sliced/operator==.rst", "documentation/cpp_api/itertools/sliced/size.rst", "documentation/cpp_api/itertools/stride.rst", "documentation/cpp_api/itertools/stride_iter.rst", "documentation/cpp_api/itertools/stride_iter/constructor.rst", "documentation/cpp_api/itertools/stride_iter/dereference.rst", "documentation/cpp_api/itertools/stride_iter/increment.rst", "documentation/cpp_api/itertools/stride_iter/operator==.rst", "documentation/cpp_api/itertools/strided.rst", "documentation/cpp_api/itertools/strided/begin.rst", "documentation/cpp_api/itertools/strided/cbegin.rst", "documentation/cpp_api/itertools/strided/cend.rst", "documentation/cpp_api/itertools/strided/end.rst", "documentation/cpp_api/itertools/strided/operator==.rst", "documentation/cpp_api/itertools/transform.rst", "documentation/cpp_api/itertools/transform_iter.rst", "documentation/cpp_api/itertools/transform_iter/constructor.rst", "documentation/cpp_api/itertools/transform_iter/dereference.rst", "documentation/cpp_api/itertools/transform_iter/increment.rst", "documentation/cpp_api/itertools/transform_iter/operator=.rst", "documentation/cpp_api/itertools/transform_iter/operator==.rst", "documentation/cpp_api/itertools/transformed.rst", "documentation/cpp_api/itertools/transformed/begin.rst", "documentation/cpp_api/itertools/transformed/cbegin.rst", "documentation/cpp_api/itertools/transformed/cend.rst", "documentation/cpp_api/itertools/transformed/end.rst", "documentation/cpp_api/itertools/zip.rst", "documentation/cpp_api/itertools/zip_iter.rst", "documentation/cpp_api/itertools/zip_iter/constructor.rst", "documentation/cpp_api/itertools/zip_iter/dereference.rst", "documentation/cpp_api/itertools/zip_iter/increment.rst", "documentation/cpp_api/itertools/zip_iter/operator==.rst", "documentation/cpp_api/itertools/zipped.rst", "documentation/cpp_api/itertools/zipped/begin.rst", "documentation/cpp_api/itertools/zipped/cbegin.rst", "documentation/cpp_api/itertools/zipped/cend.rst", "documentation/cpp_api/itertools/zipped/constructor.rst", "documentation/cpp_api/itertools/zipped/end.rst", "documentation/cpp_api/itertools/zipped/operator==.rst", "documentation/cpp_api/mpi.rst", "documentation/cpp_api/mpi/all_gather.rst", "documentation/cpp_api/mpi/all_reduce.rst", "documentation/cpp_api/mpi/all_reduce_in_place.rst", "documentation/cpp_api/mpi/broadcast.rst", "documentation/cpp_api/mpi/chunk.rst", "documentation/cpp_api/mpi/chunk_length.rst", "documentation/cpp_api/mpi/communicator.rst", "documentation/cpp_api/mpi/communicator/abort.rst", "documentation/cpp_api/mpi/communicator/barrier.rst", "documentation/cpp_api/mpi/communicator/constructor.rst", "documentation/cpp_api/mpi/communicator/get.rst", "documentation/cpp_api/mpi/communicator/rank.rst", "documentation/cpp_api/mpi/communicator/size.rst", "documentation/cpp_api/mpi/communicator/split.rst", "documentation/cpp_api/mpi/environment.rst", "documentation/cpp_api/mpi/environment/constructor.rst", "documentation/cpp_api/mpi/gather.rst", "documentation/cpp_api/mpi/get_mpi_type.rst", "documentation/cpp_api/mpi/is_initialized.rst", "documentation/cpp_api/mpi/lazy.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/operator=.rst", "documentation/cpp_api/mpi/monitor/request_emergency_stop.rst", "documentation/cpp_api/mpi/monitor/root_check_nodes_and_bcast.rst", "documentation/cpp_api/mpi/mpi_broadcast.rst", "documentation/cpp_api/mpi/mpi_gather.rst", "documentation/cpp_api/mpi/mpi_reduce.rst", "documentation/cpp_api/mpi/mpi_reduce_in_place.rst", "documentation/cpp_api/mpi/mpi_scatter.rst", "documentation/cpp_api/mpi/mpi_type.rst", "documentation/cpp_api/mpi/mpi_typeLTconstTGT.rst", "documentation/cpp_api/mpi/mpi_typeLTstd::tupleLTT...GTGT.rst", "documentation/cpp_api/mpi/mpi_type_from_tie.rst", "documentation/cpp_api/mpi/reduce.rst", "documentation/cpp_api/mpi/reduce_in_place.rst", "documentation/cpp_api/mpi/scatter.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/tau_L2_norm.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/nterms.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.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.tau_L2_norm.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.tau_L2_norm.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.tau_L2_norm.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.tau_L2_norm.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.tau_L2_norm.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.dlr_crm_dyson_solver.rst", "documentation/python_api/triqs.gf.dlr_crm_dyson_solver.minimize_dyson.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.tau_L2_norm.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_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.tau_L2_norm.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.index.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.n_iw.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.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_Legendre_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__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_Legendre_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__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.CallProxyLegendre_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.rst", "documentation/python_api/triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__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.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.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.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.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.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.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"], "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::distance", "itertools::enum_iter", "itertools::enum_iter::constructor", "itertools::enum_iter::dereference", "itertools::enum_iter::increment", "itertools::enum_iter::operator==", "itertools::enumerate", "itertools::enumerated", "itertools::enumerated::begin", "itertools::enumerated::cbegin", "itertools::enumerated::cend", "itertools::enumerated::end", "itertools::enumerated::operator==", "itertools::foreach", "itertools::iterator_facade", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>::operator*", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>::operator++", "itertools::iterator_facade<Iter,Value,std::forward_iterator_tag,Reference,Difference>::operator->", "itertools::make_product", "itertools::make_sentinel", "itertools::make_vector_from_range", "itertools::multiplied", "itertools::multiplied::begin", "itertools::multiplied::cbegin", "itertools::multiplied::cend", "itertools::multiplied::constructor", "itertools::multiplied::end", "itertools::multiplied::operator==", "itertools::prod_iter", "itertools::prod_iter::constructor", "itertools::prod_iter::dereference", "itertools::prod_iter::increment", "itertools::prod_iter::operator==", "itertools::product", "itertools::product_range", "itertools::range", "itertools::range::begin", "itertools::range::cbegin", "itertools::range::cend", "itertools::range::constructor", "itertools::range::end", "itertools::range::first", "itertools::range::last", "itertools::range::operator+", "itertools::range::operator<<", "itertools::range::operator==", "itertools::range::size", "itertools::range::step", "itertools::sentinel_t", "itertools::slice", "itertools::sliced", "itertools::sliced::begin", "itertools::sliced::cbegin", "itertools::sliced::cend", "itertools::sliced::end", "itertools::sliced::operator==", "itertools::sliced::size", "itertools::stride", "itertools::stride_iter", "itertools::stride_iter::constructor", "itertools::stride_iter::dereference", "itertools::stride_iter::increment", "itertools::stride_iter::operator==", "itertools::strided", "itertools::strided::begin", "itertools::strided::cbegin", "itertools::strided::cend", "itertools::strided::end", "itertools::strided::operator==", "itertools::transform", "itertools::transform_iter", "itertools::transform_iter::constructor", "itertools::transform_iter::dereference", "itertools::transform_iter::increment", "itertools::transform_iter::operator=", "itertools::transform_iter::operator==", "itertools::transformed", "itertools::transformed::begin", "itertools::transformed::cbegin", "itertools::transformed::cend", "itertools::transformed::end", "itertools::zip", "itertools::zip_iter", "itertools::zip_iter::constructor", "itertools::zip_iter::dereference", "itertools::zip_iter::increment", "itertools::zip_iter::operator==", "itertools::zipped", "itertools::zipped::begin", "itertools::zipped::cbegin", "itertools::zipped::cend", "itertools::zipped::constructor", "itertools::zipped::end", "itertools::zipped::operator==", "mpi", "mpi::all_gather", "mpi::all_reduce", "mpi::all_reduce_in_place", "mpi::broadcast", "mpi::chunk", "mpi::chunk_length", "mpi::communicator", "mpi::communicator::abort", "mpi::communicator::barrier", "mpi::communicator::constructor", "mpi::communicator::get", "mpi::communicator::rank", "mpi::communicator::size", "mpi::communicator::split", "mpi::environment", "mpi::environment::constructor", "mpi::gather", "mpi::get_mpi_type", "mpi::is_initialized", "mpi::lazy", "mpi::map_C_function", "mpi::map_add", "mpi::monitor", "mpi::monitor::constructor", "mpi::monitor::emergency_occured", "mpi::monitor::finalize_communications", "mpi::monitor::operator=", "mpi::monitor::request_emergency_stop", "mpi::monitor::root_check_nodes_and_bcast", "mpi::mpi_broadcast", "mpi::mpi_gather", "mpi::mpi_reduce", "mpi::mpi_reduce_in_place", "mpi::mpi_scatter", "mpi::mpi_type", "mpi::mpi_type<constT>", "mpi::mpi_type<std::tuple<T\u2026>>", "mpi::mpi_type_from_tie", "mpi::reduce", "mpi::reduce_in_place", "mpi::scatter", "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::tau_L2_norm", "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>::nterms", "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.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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.tau_L2_norm", "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.dlr_crm_dyson_solver", "triqs.gf.dlr_crm_dyson_solver.minimize_dyson", "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.tau_L2_norm", "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_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.tau_L2_norm", "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.index", "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.n_iw", "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.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_Legendre_0", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4", "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__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_Legendre_0", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4", "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__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.CallProxyLegendre_0", "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_1", "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_2", "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_3", "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_4", "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4", "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4", "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__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.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.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.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.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.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.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"], "terms": {"thi": [0, 3, 4, 6, 7, 8, 152, 157, 175, 187, 195, 202, 204, 212, 215, 222, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 248, 290, 309, 323, 324, 329, 331, 332, 337, 340, 341, 344, 346, 347, 348, 349, 352, 358, 363, 371, 372, 373, 376, 383, 384, 385, 390, 391, 393, 394, 397, 401, 402, 412, 440, 447, 449, 451, 459, 461, 474, 488, 489, 490, 491, 492, 495, 496, 497, 498, 500, 501, 504, 505, 506, 508, 509, 510, 511, 512, 513, 515, 518, 519, 520, 521, 522, 525, 526, 527, 531, 533, 534, 535, 539, 541, 549, 551, 554, 556, 562, 565, 566, 567, 570, 572, 578, 579, 581, 584, 585, 659, 660, 933, 1090, 1103, 1199, 1208, 1209, 1740, 1778, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1838, 1839, 1840, 1841, 1842, 1846, 1847, 1848, 1850, 1852, 1853, 1854, 1856, 1857, 1858, 1859, 1860, 1865, 1866, 1867, 1869, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907], "describ": [0, 315, 349, 496, 497, 505, 518, 519, 523, 534, 539, 541, 548, 549, 565, 566, 567, 568, 578, 933, 1625, 1644, 1645, 1848, 1851, 1871, 1874, 1875, 1878, 1880, 1887, 1900, 1901, 1905, 1906], "main": [0, 19, 95, 252, 253, 258, 314, 448, 452, 455, 457, 459, 480, 481, 482, 483, 489, 494, 497, 498, 500, 504, 505, 506, 507, 508, 511, 514, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 567, 568, 583, 585, 1831, 1847, 1857, 1858, 1859, 1860, 1861, 1865, 1871, 1875, 1877, 1888, 1893], "i": [0, 3, 5, 6, 7, 8, 40, 46, 48, 86, 100, 114, 115, 117, 120, 121, 122, 152, 153, 154, 155, 156, 158, 160, 161, 166, 170, 175, 180, 187, 192, 195, 201, 202, 204, 208, 212, 213, 214, 215, 217, 222, 226, 228, 229, 231, 232, 233, 234, 236, 237, 248, 250, 252, 254, 255, 290, 298, 299, 300, 309, 312, 313, 315, 323, 327, 330, 332, 340, 346, 347, 349, 351, 356, 363, 366, 370, 377, 382, 392, 401, 405, 406, 408, 426, 428, 429, 430, 431, 432, 433, 440, 443, 447, 448, 449, 451, 453, 454, 455, 457, 459, 471, 474, 478, 479, 480, 483, 488, 489, 490, 491, 492, 494, 495, 496, 497, 498, 500, 501, 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, 529, 530, 531, 533, 535, 537, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 553, 554, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 570, 571, 573, 574, 576, 577, 578, 579, 580, 581, 583, 584, 585, 592, 594, 596, 600, 603, 613, 615, 617, 621, 624, 639, 643, 644, 651, 653, 657, 658, 659, 660, 662, 667, 698, 701, 706, 737, 740, 745, 776, 779, 784, 815, 818, 823, 854, 860, 877, 889, 904, 927, 933, 940, 945, 976, 1015, 1016, 1021, 1052, 1077, 1090, 1103, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1208, 1209, 1211, 1213, 1609, 1624, 1630, 1662, 1664, 1672, 1677, 1682, 1683, 1694, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1717, 1725, 1729, 1754, 1766, 1776, 1778, 1804, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1840, 1841, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1856, 1857, 1858, 1859, 1862, 1863, 1864, 1865, 1867, 1868, 1871, 1872, 1873, 1875, 1876, 1877, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1908], "releas": [0, 6, 488, 491, 579, 1846, 1847, 1848, 1865, 1908], "introduc": [0, 541, 578, 1856, 1857, 1866, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1887, 1900, 1905], "symmetr": [0, 251, 312, 313, 571, 984, 991, 992, 1077, 1090, 1103, 1662, 1683, 1867, 1888, 1889, 1893, 1894], "other": [0, 3, 5, 6, 18, 46, 76, 88, 89, 100, 203, 254, 255, 480, 481, 482, 483, 494, 495, 498, 501, 505, 509, 513, 516, 522, 557, 562, 568, 571, 574, 578, 579, 584, 587, 589, 610, 651, 940, 1057, 1068, 1081, 1094, 1107, 1120, 1136, 1147, 1155, 1167, 1683, 1694, 1712, 1713, 1714, 1847, 1848, 1853, 1858, 1859, 1865, 1871, 1872, 1875, 1876, 1879, 1881, 1883, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1901, 1902, 1903, 1906, 1908], "lehmann": [0, 180, 181, 182, 183, 184, 498, 1847, 1881, 1885], "represent": [0, 168, 169, 180, 181, 182, 183, 184, 251, 304, 305, 306, 487, 488, 491, 498, 515, 516, 519, 534, 537, 538, 540, 570, 572, 578, 634, 658, 933, 984, 985, 986, 987, 1077, 1090, 1103, 1847, 1874, 1878, 1881, 1884, 1885, 1901, 1906], "type": [0, 8, 9, 10, 11, 13, 14, 18, 19, 26, 32, 33, 34, 39, 42, 46, 47, 48, 62, 63, 71, 72, 83, 84, 89, 95, 96, 100, 105, 112, 113, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 249, 252, 253, 258, 266, 270, 282, 294, 295, 298, 299, 300, 312, 313, 314, 317, 349, 352, 353, 354, 358, 363, 367, 368, 371, 372, 373, 378, 379, 383, 384, 385, 408, 440, 443, 449, 452, 453, 454, 459, 478, 479, 480, 481, 482, 483, 485, 488, 490, 491, 494, 495, 504, 505, 506, 508, 509, 515, 516, 524, 525, 526, 529, 531, 533, 540, 541, 542, 543, 544, 545, 546, 549, 551, 552, 553, 554, 557, 558, 568, 569, 571, 572, 573, 574, 575, 581, 585, 587, 644, 648, 651, 664, 665, 667, 668, 675, 677, 681, 682, 683, 692, 693, 694, 696, 697, 698, 703, 704, 706, 707, 714, 716, 720, 721, 722, 731, 732, 733, 735, 736, 737, 742, 743, 745, 746, 753, 755, 759, 760, 761, 770, 771, 772, 774, 775, 776, 781, 782, 784, 785, 792, 794, 798, 799, 800, 809, 810, 811, 813, 814, 815, 820, 821, 823, 824, 831, 833, 837, 838, 839, 848, 849, 850, 852, 853, 854, 874, 886, 895, 937, 940, 942, 943, 945, 946, 953, 955, 959, 960, 961, 970, 971, 972, 974, 975, 976, 1028, 1199, 1208, 1211, 1213, 1215, 1620, 1632, 1633, 1644, 1648, 1649, 1657, 1660, 1661, 1662, 1666, 1681, 1683, 1684, 1685, 1686, 1687, 1690, 1691, 1692, 1693, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1738, 1745, 1748, 1749, 1776, 1804, 1848, 1859, 1875, 1877, 1879, 1881, 1883, 1884, 1885, 1886, 1892, 1908], "extend": [0, 530, 570, 1661, 1888, 1890, 1893, 1895], "convers": [0, 552, 572], "routin": [0, 222, 230, 231, 232, 233, 234, 235, 236, 237, 497, 539, 581, 1871, 1875, 1884, 1897, 1898, 1900, 1902, 1903, 1905], "between": [0, 4, 11, 13, 53, 61, 221, 349, 355, 357, 361, 489, 496, 498, 509, 513, 516, 522, 526, 539, 553, 560, 561, 566, 1203, 1609, 1664, 1847, 1859, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1899, 1900, 1902, 1904, 1905, 1908], "exist": [0, 491, 496, 497, 1871, 1875, 1881, 1882, 1885, 1889, 1894, 1901, 1906], "add": [0, 7, 8, 233, 372, 373, 384, 385, 389, 430, 455, 474, 488, 491, 496, 498, 505, 507, 510, 518, 562, 565, 568, 579, 1624, 1661, 1846, 1848, 1850, 1852, 1853, 1862, 1874, 1878, 1879, 1880, 1883, 1893], "constrain": [0, 1847, 1899, 1904], "residu": [0, 933, 1847], "minim": [0, 551, 570, 658, 933, 1209, 1847, 1890, 1895], "crm": 0, "dyson": [0, 541, 549, 551, 933, 1847, 1874, 1878, 1881, 1885, 1886, 1892, 1893, 1897, 1902], "solver": [0, 5, 9, 152, 486, 569, 587, 588, 589, 610, 933, 1847, 1848, 1857, 1867, 1869, 1871, 1874, 1875, 1878, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1900, 1902, 1905], "intel": [0, 1849, 1850], "base": [0, 5, 11, 354, 363, 364, 376, 497, 539, 566, 569, 570, 659, 660, 935, 936, 1624, 1662, 1830, 1848, 1854, 1856, 1868, 1881, 1885, 1890, 1895, 1898, 1903, 1908], "our": [0, 3, 6, 7, 498, 501, 515, 568, 581, 1846, 1847, 1852, 1854, 1856, 1857, 1865, 1871, 1873, 1875, 1877, 1882, 1884, 1887, 1899, 1900, 1901, 1904, 1905, 1906], "continu": [0, 5, 457, 461, 545, 1740, 1848, 1852, 1857, 1874, 1877, 1878, 1886, 1888, 1893, 1898, 1901, 1903, 1906], "integr": [0, 460, 561, 571, 1665, 1681, 1683, 1688, 1748, 1838, 1848, 1868, 1873, 1874, 1877, 1878, 1901, 1906], "variou": [0, 3, 4, 11, 494, 503, 516, 519, 534, 541, 549, 557, 561, 570, 579, 585, 651, 1847, 1848, 1857, 1863, 1885, 1907], "sever": [0, 4, 189, 407, 494, 497, 510, 514, 521, 562, 568, 569, 579, 581, 873, 1848, 1852, 1854, 1881, 1885, 1888, 1889, 1893, 1894, 1901, 1906], "we": [0, 3, 6, 7, 179, 180, 181, 182, 183, 184, 185, 228, 229, 352, 356, 361, 457, 478, 479, 494, 496, 497, 498, 505, 506, 507, 508, 509, 510, 512, 515, 517, 518, 519, 525, 527, 529, 531, 533, 534, 539, 541, 542, 549, 551, 556, 561, 562, 565, 566, 568, 573, 574, 575, 577, 578, 579, 581, 583, 585, 1214, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1846, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1859, 1860, 1861, 1862, 1863, 1865, 1868, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "thank": [0, 8], "all": [0, 3, 4, 8, 42, 44, 98, 99, 125, 139, 140, 141, 147, 148, 157, 159, 161, 166, 170, 172, 186, 187, 188, 202, 204, 216, 249, 255, 266, 298, 300, 315, 338, 350, 354, 357, 358, 368, 391, 408, 409, 412, 432, 437, 448, 449, 454, 461, 462, 471, 479, 482, 483, 488, 494, 495, 496, 497, 504, 511, 515, 517, 520, 521, 525, 526, 531, 533, 537, 541, 549, 551, 554, 566, 567, 568, 570, 573, 576, 578, 579, 584, 585, 587, 589, 595, 602, 603, 606, 610, 616, 623, 624, 627, 638, 639, 659, 660, 699, 738, 777, 816, 855, 884, 977, 1020, 1051, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1209, 1215, 1624, 1698, 1699, 1700, 1706, 1742, 1804, 1807, 1821, 1831, 1848, 1850, 1854, 1856, 1857, 1858, 1864, 1865, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "contributor": [0, 5], "thoma": 0, "hahn": [0, 3], "alexand": 0, "hampel": [0, 3, 4], "dominik": 0, "kies": [0, 3], "h": [0, 3, 157, 342, 343, 346, 347, 356, 366, 377, 395, 396, 399, 400, 460, 465, 466, 470, 471, 475, 476, 484, 495, 496, 498, 505, 512, 553, 558, 568, 570, 571, 573, 584, 587, 589, 610, 1683, 1696, 1698, 1699, 1700, 1702, 1703, 1706, 1707, 1708, 1709, 1710, 1748, 1749, 1855, 1871, 1875, 1877, 1878, 1883, 1887, 1890, 1895, 1897, 1902], "l": [0, 3, 249, 258, 266, 282, 290, 298, 312, 353, 358, 368, 379, 501, 513, 518, 545, 554, 566, 570, 571, 573, 574, 580, 585, 674, 713, 752, 791, 830, 925, 926, 952, 1050, 1065, 1185, 1201, 1202, 1589, 1681, 1683, 1684, 1686, 1688, 1690, 1699, 1709, 1712, 1713, 1714, 1729, 1848, 1871, 1875, 1879, 1880, 1881, 1882, 1885, 1889, 1894], "nours": 0, "dylan": 0, "simon": [0, 3], "nil": 0, "wentzel": [0, 3, 4], "find": [0, 3, 341, 357, 360, 394, 488, 498, 541, 565, 568, 1776, 1807, 1821, 1856, 1866, 1869, 1871, 1872, 1873, 1875, 1876, 1877, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1900, 1905, 1907], "below": [0, 201, 226, 298, 300, 436, 478, 479, 494, 496, 500, 506, 515, 519, 549, 566, 568, 573, 578, 583, 1710, 1851, 1853, 1854, 1856, 1862, 1865, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1884, 1885, 1889, 1890, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "an": [0, 4, 6, 9, 11, 33, 81, 113, 128, 133, 146, 157, 158, 243, 254, 300, 323, 327, 330, 331, 340, 342, 343, 349, 352, 356, 361, 388, 390, 395, 396, 406, 408, 411, 419, 449, 455, 457, 459, 475, 478, 479, 480, 481, 488, 491, 492, 494, 495, 496, 497, 498, 501, 504, 506, 508, 509, 511, 512, 514, 515, 517, 518, 521, 523, 525, 526, 529, 530, 531, 533, 535, 537, 539, 541, 543, 545, 548, 549, 550, 551, 552, 553, 554, 557, 558, 561, 566, 567, 568, 570, 572, 573, 574, 577, 578, 583, 587, 596, 617, 651, 657, 859, 874, 904, 933, 1020, 1060, 1061, 1072, 1073, 1077, 1085, 1086, 1090, 1098, 1099, 1103, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1209, 1624, 1664, 1698, 1699, 1700, 1706, 1709, 1715, 1730, 1813, 1827, 1836, 1847, 1848, 1850, 1857, 1860, 1864, 1866, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1899, 1901, 1902, 1904, 1906, 1908], "item": [0, 494, 496, 1871, 1875], "list": [0, 3, 4, 162, 180, 181, 182, 183, 184, 188, 243, 363, 445, 447, 488, 490, 491, 495, 506, 511, 521, 542, 543, 544, 545, 546, 549, 551, 555, 557, 560, 561, 570, 571, 573, 574, 575, 578, 580, 587, 589, 597, 602, 610, 618, 623, 633, 634, 635, 636, 638, 639, 662, 701, 740, 779, 818, 858, 873, 933, 940, 1042, 1044, 1185, 1199, 1201, 1202, 1209, 1213, 1215, 1596, 1601, 1602, 1612, 1616, 1625, 1638, 1639, 1645, 1654, 1655, 1657, 1664, 1666, 1681, 1683, 1688, 1691, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1735, 1738, 1778, 1830, 1848, 1850, 1871, 1875, 1881, 1882, 1883, 1884, 1885, 1887], "init_from_representative_data": 0, "get_representative_data": 0, "sym_grp": 0, "enabl": [0, 488, 491, 497, 508, 509, 584, 1847, 1848], "most": [0, 4, 489, 494, 496, 497, 513, 515, 549, 568, 570, 1842, 1848, 1849, 1852, 1871, 1875, 1881, 1885, 1901, 1906, 1908], "warn": [0, 9, 200, 202, 204, 212, 215, 225, 488, 508, 509, 511, 582, 1873, 1875, 1877, 1878, 1887, 1889, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "wpedant": 0, "wextra": 0, "wall": 0, "wfloat": 0, "wshadow": 0, "support": [0, 3, 4, 9, 471, 494, 496, 500, 541, 549, 551, 570, 584, 1215, 1730, 1854, 1855, 1868], "spherical_to_cub": [0, 571], "redund": 0, "make_matrix": 0, "unittest": 0, "assertequ": 0, "miss": [0, 1697, 1853, 1872, 1876, 1890, 1895], "cstdint": 0, "includ": [0, 3, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 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, 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, 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, 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, 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, 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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 491, 497, 498, 500, 504, 505, 506, 507, 508, 509, 511, 514, 515, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 565, 567, 568, 581, 582, 583, 585, 1132, 1152, 1164, 1664, 1848, 1850, 1853, 1854, 1855, 1858, 1859, 1860, 1861, 1862, 1863, 1865, 1868, 1881, 1885, 1901, 1906, 1908], "see": [0, 4, 7, 8, 48, 205, 213, 323, 340, 355, 433, 436, 447, 497, 500, 505, 515, 530, 537, 549, 551, 566, 568, 570, 572, 578, 583, 933, 1211, 1833, 1835, 1838, 1848, 1859, 1860, 1864, 1865, 1868, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1882, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "915": 0, "replac": [0, 352, 496, 504, 512, 685, 686, 724, 725, 763, 764, 802, 803, 841, 842, 963, 964, 1003, 1004, 1848, 1849, 1856, 1857, 1874, 1881, 1885], "getargspec": 0, "getfullargspec": 0, "911": [0, 1894], "reproduc": [0, 9, 486, 542, 543, 544, 545, 546, 578, 1848, 1888, 1890, 1893, 1895, 1900, 1901, 1905, 1906], "failur": 0, "issue913": 0, "bug": [0, 3, 6, 8, 498, 1888, 1893, 1908], "gf_base_op": 0, "debug": [0, 5, 1851], "get_matrix_element_of_monomi": [0, 152], "llvm": [0, 1849, 1852, 1854], "18": [0, 252, 1875, 1885, 1894, 1897, 1902], "relat": [0, 512, 539, 556, 560, 561, 570, 571, 1611, 1629, 1646, 1683, 1694, 1847, 1865, 1868, 1881, 1883, 1884, 1885, 1886, 1890, 1892, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "26": [0, 1875, 1885, 1894], "unnam": 0, "placehold": [0, 252, 253, 500, 501, 504, 506, 507, 508, 514, 517, 521, 525, 526, 529, 530, 539, 1858, 1861], "_": [0, 1, 2, 478, 479, 492, 512, 513, 529, 561, 571, 574, 581, 1683, 1714, 1717, 1866, 1867, 1869, 1871, 1875, 1877, 1878, 1881, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906, 1907], "insuffici": 0, "reserv": [0, 190, 195, 523, 1830], "memori": [0, 221, 447, 496, 498, 514, 537, 1848, 1871, 1875, 1878, 1884, 1903], "try_insert": [0, 190, 208, 211, 511, 1859], "make_gf_": 0, "dlr_": 0, "imtim": [0, 183, 516, 517, 519, 529, 530, 534, 540, 542, 543, 545, 546, 635, 684, 687, 689, 723, 726, 728, 762, 765, 767, 801, 804, 806, 840, 843, 845, 962, 965, 967, 984, 988, 990, 1002, 1005, 1007, 1139, 1140, 1141, 1860], "imfreq": [0, 180, 250, 252, 253, 258, 309, 314, 509, 514, 516, 517, 519, 521, 523, 534, 535, 539, 540, 542, 543, 545, 546, 633, 670, 671, 672, 673, 679, 680, 685, 686, 687, 688, 690, 691, 709, 710, 711, 712, 718, 719, 724, 725, 726, 727, 729, 730, 748, 749, 750, 751, 757, 758, 763, 764, 765, 766, 768, 769, 787, 788, 789, 790, 796, 797, 802, 803, 804, 805, 807, 808, 826, 827, 828, 829, 835, 836, 841, 842, 843, 844, 846, 847, 948, 949, 950, 951, 957, 958, 963, 964, 965, 966, 968, 969, 988, 989, 991, 992, 994, 996, 997, 998, 999, 1000, 1001, 1003, 1004, 1005, 1006, 1008, 1009, 1128, 1129, 1130, 1860, 1861, 1885], "too": [0, 195, 376, 562, 579, 1873, 1875, 1877, 1888, 1893, 1901, 1906], "allow": [0, 4, 152, 349, 388, 488, 491, 494, 497, 498, 505, 515, 530, 539, 541, 551, 552, 553, 556, 563, 566, 567, 568, 569, 570, 572, 578, 581, 1077, 1090, 1103, 1209, 1724, 1847, 1848, 1850, 1856, 1857, 1858, 1859, 1861, 1868, 1871, 1875, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1890, 1895, 1900, 1901, 1905, 1906], "relev": [0, 1847, 1881, 1882, 1884, 1885, 1888, 1893], "input": [0, 4, 447, 459, 489, 518, 581, 933, 1630, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1883, 1886, 1887, 1892], "option": [0, 349, 352, 355, 426, 428, 429, 494, 497, 539, 540, 542, 543, 544, 545, 546, 547, 549, 551, 555, 569, 570, 571, 574, 579, 587, 589, 610, 662, 668, 698, 701, 707, 737, 740, 746, 776, 779, 785, 815, 818, 824, 854, 933, 940, 946, 976, 1126, 1209, 1210, 1596, 1664, 1682, 1683, 1687, 1690, 1692, 1694, 1712, 1713, 1714, 1724, 1725, 1726, 1776, 1836, 1848, 1853, 1864, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1883, 1885, 1888, 1893], "expos": [0, 490, 492, 521, 570, 580, 1644, 1847, 1863, 1881, 1885], "densiti": [0, 4, 179, 188, 238, 446, 484, 498, 539, 541, 542, 544, 548, 550, 556, 558, 566, 573, 578, 580, 632, 643, 696, 735, 774, 813, 852, 890, 914, 927, 928, 974, 1698, 1706, 1707, 1708, 1749, 1867, 1870, 1871, 1875, 1880, 1884, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "dlrimfreq": [0, 933], "dlrimtim": [0, 933], "bind": [0, 270, 556, 558, 561, 1609, 1624, 1644, 1660, 1661, 1662, 1849, 1854, 1871, 1875, 1877, 1878, 1897, 1902], "constructor": [0, 14, 35, 42, 49, 72, 84, 96, 101, 115, 123, 152, 190, 240, 257, 269, 281, 315, 323, 338, 349, 355, 364, 376, 388, 404, 430, 440, 447, 461, 488, 491, 496, 508, 511, 514, 515, 519, 537, 538, 549, 565, 568, 570, 873, 1830, 1837, 1839, 1879, 1885], "from": [0, 4, 5, 7, 8, 9, 11, 21, 32, 35, 88, 92, 101, 102, 129, 157, 168, 173, 174, 180, 181, 183, 184, 203, 206, 236, 243, 245, 258, 261, 273, 285, 301, 303, 327, 330, 338, 339, 342, 349, 350, 352, 363, 395, 447, 452, 453, 454, 465, 480, 481, 482, 483, 488, 489, 491, 492, 494, 495, 496, 497, 498, 506, 513, 515, 517, 518, 521, 523, 530, 537, 538, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 552, 556, 558, 559, 561, 562, 565, 566, 568, 570, 571, 572, 573, 574, 575, 577, 578, 580, 581, 583, 584, 585, 607, 628, 647, 648, 651, 653, 659, 660, 662, 701, 740, 779, 818, 858, 861, 873, 878, 919, 922, 933, 988, 994, 1208, 1213, 1215, 1661, 1662, 1681, 1688, 1691, 1695, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1760, 1776, 1778, 1831, 1839, 1846, 1847, 1849, 1850, 1852, 1856, 1858, 1860, 1861, 1865, 1867, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1908], "basic": [0, 4, 9, 494, 495, 496, 501, 505, 515, 517, 540, 541, 563, 568, 576, 579, 1853, 1857, 1858, 1859, 1860, 1865, 1868, 1871, 1875, 1877, 1887, 1897, 1901, 1902, 1906], "algebra": [0, 511, 570, 1868, 1871, 1875, 1879], "call": [0, 12, 30, 113, 115, 117, 123, 125, 127, 147, 149, 157, 194, 216, 405, 426, 427, 428, 429, 433, 439, 440, 447, 488, 490, 491, 494, 495, 496, 497, 500, 504, 505, 506, 507, 508, 511, 514, 515, 517, 535, 539, 548, 562, 563, 566, 567, 568, 570, 577, 580, 585, 894, 982, 1778, 1801, 1830, 1831, 1836, 1842, 1848, 1853, 1856, 1859, 1860, 1865, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1885, 1886, 1888, 1892, 1893, 1894, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "meshlegendr": [0, 544, 740], "n_iw": [0, 180, 252, 253, 310, 314, 498, 517, 521, 633, 989, 1116, 1176, 1860, 1875, 1878, 1881, 1884, 1885, 1892, 1893, 1901, 1902, 1906], "meshimfreq": [0, 542, 551, 662, 933, 1176, 1193, 1209, 1213, 1881, 1884, 1885, 1892, 1893, 1897, 1901, 1902, 1906], "restor": [0, 488, 491], "oplot": [0, 542, 543, 544, 545, 546, 552, 556, 577, 578, 1199, 1725, 1726, 1738, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "data": [0, 5, 9, 240, 249, 255, 257, 258, 260, 266, 269, 270, 272, 281, 282, 284, 290, 323, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 457, 461, 462, 465, 466, 472, 473, 478, 479, 480, 481, 482, 483, 490, 494, 495, 497, 510, 511, 518, 519, 520, 523, 529, 532, 535, 539, 540, 547, 549, 551, 570, 576, 662, 666, 684, 698, 701, 705, 723, 737, 740, 744, 762, 776, 779, 783, 801, 815, 818, 822, 840, 854, 863, 868, 881, 888, 940, 944, 962, 976, 1002, 1060, 1061, 1072, 1073, 1085, 1086, 1098, 1099, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1204, 1209, 1211, 1215, 1742, 1746, 1747, 1858, 1868, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1884, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "access": [0, 28, 244, 264, 276, 288, 359, 365, 370, 382, 419, 461, 464, 515, 519, 535, 537, 540, 547, 554, 568, 1606, 1743, 1848, 1850, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1885, 1887, 1888, 1893], "matsubarafreq": 0, "code": [0, 4, 5, 7, 9, 115, 116, 260, 272, 284, 488, 489, 492, 496, 497, 500, 501, 521, 549, 562, 563, 566, 570, 572, 581, 583, 1847, 1848, 1849, 1854, 1857, 1861, 1862, 1863, 1864, 1871, 1873, 1874, 1875, 1878, 1879, 1886, 1888, 1889, 1893, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "simplif": 0, "In": [0, 3, 6, 7, 249, 266, 363, 371, 372, 373, 383, 384, 385, 447, 494, 496, 497, 504, 505, 506, 509, 511, 513, 515, 517, 518, 520, 521, 530, 534, 541, 549, 550, 562, 566, 567, 568, 569, 572, 578, 579, 581, 583, 584, 1778, 1848, 1849, 1850, 1852, 1853, 1860, 1864, 1865, 1867, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "gf_dlr": 0, "do": [0, 5, 6, 7, 8, 85, 179, 182, 183, 184, 185, 221, 488, 496, 497, 504, 505, 506, 508, 511, 518, 521, 526, 529, 541, 545, 553, 556, 558, 565, 566, 568, 573, 574, 575, 578, 579, 938, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1811, 1830, 1836, 1848, 1852, 1853, 1864, 1865, 1867, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1899, 1901, 1902, 1904, 1906, 1908], "compar": [0, 18, 46, 76, 89, 100, 476, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1885, 1888, 1890, 1892, 1893, 1895, 1899, 1900, 1904, 1905, 1906], "valu": [0, 9, 11, 12, 16, 27, 34, 44, 48, 51, 52, 53, 55, 56, 74, 84, 85, 86, 88, 89, 98, 139, 142, 170, 179, 182, 183, 184, 185, 186, 187, 202, 204, 235, 255, 313, 352, 367, 378, 425, 443, 447, 449, 461, 462, 478, 479, 488, 489, 491, 494, 495, 496, 498, 504, 505, 510, 511, 513, 515, 518, 519, 521, 522, 524, 525, 526, 527, 529, 530, 531, 533, 539, 540, 542, 543, 544, 545, 546, 547, 549, 551, 553, 554, 557, 561, 562, 570, 571, 572, 573, 574, 578, 638, 639, 644, 651, 662, 674, 697, 699, 701, 713, 736, 738, 740, 752, 775, 777, 779, 791, 814, 816, 818, 830, 853, 855, 938, 940, 952, 975, 977, 1035, 1036, 1062, 1074, 1087, 1100, 1113, 1130, 1141, 1152, 1160, 1164, 1174, 1199, 1209, 1211, 1625, 1645, 1662, 1665, 1681, 1682, 1683, 1687, 1688, 1690, 1692, 1709, 1712, 1713, 1714, 1729, 1740, 1742, 1766, 1776, 1831, 1850, 1859, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "coeffici": [0, 9, 181, 251, 304, 305, 306, 349, 352, 353, 513, 515, 539, 544, 550, 551, 552, 554, 569, 570, 571, 573, 669, 708, 747, 786, 825, 947, 984, 985, 986, 987, 995, 1077, 1214, 1671, 1673, 1685, 1695, 1700, 1710, 1859, 1881, 1885], "block_gf": [0, 180, 181, 183, 184, 238, 252, 253, 297, 302, 307, 308, 314, 315, 318, 516, 534, 540, 633, 634, 635, 636, 1885], "block": [0, 1, 2, 4, 154, 156, 157, 169, 180, 181, 182, 183, 184, 186, 187, 188, 243, 252, 253, 497, 498, 510, 513, 516, 519, 534, 540, 542, 543, 544, 545, 546, 547, 551, 552, 559, 573, 574, 575, 587, 589, 592, 594, 610, 613, 615, 695, 734, 773, 812, 851, 857, 858, 859, 860, 862, 864, 865, 866, 867, 869, 872, 873, 874, 877, 879, 880, 882, 884, 887, 892, 973, 1010, 1209, 1213, 1215, 1217, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1752, 1753, 1758, 1759, 1836, 1847, 1871, 1874, 1875, 1877, 1878, 1879, 1883, 1887, 1895], "size": [0, 49, 61, 64, 115, 152, 190, 193, 195, 221, 233, 234, 290, 301, 323, 327, 338, 339, 364, 376, 388, 447, 449, 457, 461, 478, 479, 482, 483, 498, 500, 511, 512, 513, 515, 518, 523, 537, 541, 553, 554, 558, 559, 578, 585, 698, 737, 776, 815, 854, 873, 976, 1048, 1752, 1758, 1859, 1860, 1877, 1881, 1883, 1885, 1887], "revert": 0, "order": [0, 4, 6, 7, 203, 205, 213, 254, 255, 323, 340, 363, 388, 451, 496, 497, 504, 506, 507, 514, 515, 517, 518, 522, 525, 526, 529, 531, 533, 539, 549, 551, 567, 568, 569, 570, 571, 572, 581, 585, 862, 869, 879, 892, 937, 1211, 1687, 1690, 1692, 1729, 1848, 1849, 1850, 1852, 1854, 1865, 1871, 1875, 1877, 1879, 1880, 1881, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1899, 1900, 1901, 1904, 1905, 1906, 1908], "hyb": [0, 157, 356, 1857, 1887], "fop": [0, 157, 335, 339, 340, 350, 498, 553, 587, 589, 610, 1883], "atomdiag": [0, 498, 1883], "ar": [0, 3, 4, 6, 7, 8, 18, 76, 89, 157, 180, 181, 235, 254, 258, 303, 323, 346, 347, 352, 363, 376, 399, 400, 405, 429, 447, 449, 451, 457, 474, 476, 479, 481, 482, 489, 490, 491, 492, 494, 495, 496, 497, 498, 501, 504, 505, 506, 507, 509, 511, 512, 513, 514, 516, 518, 519, 521, 523, 525, 530, 535, 538, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 552, 553, 554, 557, 561, 566, 567, 568, 570, 571, 572, 573, 574, 575, 576, 579, 580, 581, 585, 651, 859, 873, 874, 1052, 1132, 1152, 1164, 1202, 1209, 1213, 1215, 1624, 1665, 1683, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1724, 1830, 1831, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1864, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "real": [0, 184, 238, 295, 299, 309, 313, 449, 453, 454, 461, 498, 515, 516, 519, 521, 526, 534, 537, 539, 540, 541, 542, 543, 544, 547, 548, 551, 552, 555, 560, 568, 570, 571, 573, 574, 578, 587, 610, 636, 662, 668, 696, 701, 707, 735, 740, 746, 774, 779, 785, 813, 818, 824, 852, 940, 946, 974, 992, 1152, 1164, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1214, 1215, 1217, 1598, 1615, 1625, 1635, 1645, 1651, 1661, 1665, 1666, 1671, 1683, 1690, 1694, 1710, 1712, 1713, 1714, 1740, 1766, 1776, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "forc": [0, 1901, 1906], "unit": [0, 555, 556, 558, 560, 561, 1052, 1596, 1599, 1609, 1611, 1613, 1624, 1625, 1629, 1631, 1636, 1644, 1645, 1646, 1647, 1652, 1664, 1665, 1870, 1884, 1890, 1895, 1897, 1901, 1902, 1906], "merg": [0, 361], "both": [0, 8, 426, 447, 476, 512, 518, 520, 522, 529, 535, 537, 539, 541, 549, 581, 1077, 1132, 1152, 1164, 1662, 1766, 1848, 1856, 1857, 1871, 1873, 1875, 1877, 1878, 1881, 1885, 1886, 1888, 1890, 1892, 1893, 1895, 1896, 1897, 1900, 1902, 1905], "updat": [0, 6, 8, 349, 415, 494, 496, 510, 511, 512, 562, 565, 566, 578, 1848, 1859, 1867, 1871, 1875, 1890, 1895], "land": 0, "page": [0, 6, 7, 8, 497, 514, 519, 523, 535, 579, 1846, 1847, 1848, 1849, 1857, 1860, 1872, 1876], "public": [0, 3, 4, 1847, 1848], "corelib": 0, "numer": [0, 3, 4, 5, 570, 579, 1662, 1871, 1874, 1875, 1878, 1881, 1882, 1885, 1888, 1893, 1894, 1898, 1899, 1901, 1903, 1904, 1906], "algorithm": [0, 3, 4, 5, 9, 157, 355, 356, 361, 507, 510, 511, 512, 553, 562, 563, 566, 585, 587, 589, 610, 1881, 1883, 1885, 1887, 1888, 1893, 1894, 1900, 1905], "convert": [0, 9, 146, 353, 446, 488, 489, 491, 570, 571, 572, 573, 895, 1060, 1061, 1072, 1073, 1085, 1086, 1098, 1099, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1660, 1661, 1683, 1697, 1710, 1856, 1871, 1875, 1881, 1885], "readm": 0, "markdown": 0, "conda": [0, 1848], "badg": 0, "openmp": [0, 4, 1854, 1897, 1902], "build": [0, 4, 270, 282, 323, 491, 495, 498, 505, 515, 521, 525, 526, 858, 873, 1624, 1847, 1848, 1849, 1851, 1853, 1855, 1856, 1863, 1865, 1871, 1875, 1885, 1890, 1895], "ubuntu": [0, 1849, 1852, 1853, 1864], "24": [0, 252, 1848, 1860, 1875, 1885, 1894], "04": [0, 1848, 1855, 1871, 1875, 1887, 1890, 1894, 1895, 1903], "nobl": [0, 1848], "distribut": [0, 443, 444, 446, 460, 492, 567, 1132, 1152, 1164, 1748, 1778, 1782, 1847, 1848, 1849, 1852, 1853, 1885, 1897, 1902], "googl": [0, 1847, 1849, 1864], "group": [0, 4, 161, 170, 206, 207, 245, 246, 261, 262, 273, 274, 285, 286, 294, 342, 343, 395, 396, 423, 424, 447, 465, 466, 494, 496, 549, 595, 606, 616, 627, 1830, 1847, 1871, 1875, 1882], "advertis": 0, "slack": [0, 6, 7, 1847], "workspac": [0, 6, 7, 1847], "instead": [0, 411, 549, 559, 570, 571, 1682, 1760, 1832, 1834, 1840, 1841, 1848, 1871, 1875, 1881, 1884, 1885, 1893], "instruct": [0, 7, 579, 1848, 1849, 1852, 1853, 1874, 1878, 1888, 1893], "osx": [0, 1848], "venv": [0, 1853], "custom": [0, 497, 1848], "environ": [0, 492, 497, 565, 568, 1801, 1849, 1851, 1852, 1855, 1864, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "command": [0, 7, 8, 124, 489, 494, 552, 659, 660, 1848, 1850, 1852, 1853, 1856, 1864, 1871, 1875, 1879, 1880, 1882, 1888, 1893, 1908], "note": [0, 3, 447, 496, 504, 505, 508, 509, 512, 515, 516, 517, 535, 539, 540, 542, 543, 544, 545, 546, 549, 551, 568, 573, 577, 578, 584, 668, 674, 696, 697, 707, 713, 735, 736, 746, 752, 774, 775, 785, 791, 813, 814, 824, 830, 852, 853, 933, 940, 946, 952, 974, 975, 1215, 1848, 1849, 1863, 1868, 1871, 1875, 1879, 1880, 1881, 1882, 1885, 1886, 1889, 1892, 1893, 1894, 1899, 1901, 1904, 1906], "develop": [0, 3, 4, 6, 8, 492, 583, 1847, 1848, 1849, 1856, 1863, 1872, 1876, 1888, 1893], "duplic": [0, 1852], "941": 0, "nevanlinna": 0, "applic": [0, 3, 5, 1848, 1849, 1852, 1857, 1863, 1867, 1871, 1875, 1884, 1896], "section": [0, 7, 243, 258, 355, 505, 512, 515, 523, 534, 541, 565, 566, 568, 578, 585, 1847, 1871, 1872, 1874, 1875, 1876, 1878, 1887], "defin": [0, 153, 154, 155, 156, 363, 447, 448, 449, 452, 453, 454, 455, 457, 459, 478, 479, 481, 482, 483, 485, 488, 491, 496, 505, 508, 510, 512, 513, 515, 522, 538, 548, 549, 552, 553, 556, 558, 561, 565, 566, 568, 570, 571, 572, 578, 583, 584, 904, 933, 940, 1185, 1630, 1664, 1683, 1694, 1848, 1854, 1860, 1865, 1870, 1871, 1875, 1881, 1883, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "latex": [0, 509], "docstr": [0, 1854, 1883, 1884, 1885], "raw": [0, 581, 667, 706, 745, 784, 823, 945, 1856, 1871, 1875, 1877, 1887], "avoid": [0, 451, 488, 497, 508, 1848, 1871, 1875, 1881, 1885, 1888, 1893, 1901, 1906], "invalid": [0, 249, 266, 520, 1903], "escap": [0, 1, 2], "sequenc": [0, 323, 324, 325, 327, 332, 333, 334, 336, 340, 350, 518, 570, 572], "build_triq": [0, 1848, 1862], "sh": [0, 1848], "work": [0, 3, 7, 8, 9, 221, 258, 376, 492, 497, 507, 510, 542, 544, 548, 556, 579, 668, 707, 746, 785, 824, 914, 927, 946, 1848, 1850, 1852, 1853, 1856, 1858, 1871, 1875, 1880, 1881, 1885, 1888, 1889, 1893, 1894], "zsh": 0, "maco": 0, "k_space_path": [0, 1871, 1873, 1874, 1875, 1877, 1878, 1897, 1902, 1903, 1904], "layout": [0, 257, 258, 266, 269, 270, 281, 282, 290, 309], "html": [0, 7, 1871, 1875, 1897, 1902], "912": 0, "gpg": [0, 1848], "agent": [0, 1848], "numpydoc": [0, 1854], "sourc": [0, 3, 5, 7, 8, 350, 447, 487, 488, 491, 492, 496, 509, 542, 543, 544, 545, 546, 548, 549, 551, 557, 558, 559, 571, 573, 574, 575, 577, 579, 587, 643, 644, 645, 646, 647, 648, 651, 653, 654, 657, 658, 662, 663, 701, 702, 740, 741, 779, 780, 818, 819, 857, 858, 860, 861, 862, 869, 870, 872, 873, 876, 877, 878, 879, 880, 883, 884, 885, 889, 890, 891, 892, 893, 894, 895, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912, 914, 915, 916, 917, 919, 920, 922, 923, 925, 926, 927, 928, 931, 933, 935, 936, 938, 939, 940, 941, 942, 943, 944, 946, 952, 955, 956, 974, 975, 976, 977, 978, 979, 980, 981, 982, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1020, 1021, 1022, 1023, 1024, 1025, 1028, 1029, 1035, 1036, 1039, 1040, 1042, 1043, 1045, 1046, 1048, 1049, 1050, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1187, 1188, 1189, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1201, 1202, 1203, 1204, 1205, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1592, 1593, 1594, 1620, 1621, 1624, 1625, 1626, 1627, 1628, 1630, 1640, 1642, 1644, 1645, 1646, 1647, 1648, 1649, 1651, 1657, 1658, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1705, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1720, 1721, 1724, 1725, 1726, 1727, 1729, 1730, 1738, 1752, 1754, 1755, 1756, 1758, 1760, 1761, 1766, 1767, 1770, 1771, 1772, 1773, 1774, 1776, 1778, 1781, 1782, 1784, 1785, 1786, 1787, 1788, 1789, 1795, 1798, 1799, 1801, 1803, 1804, 1805, 1806, 1807, 1810, 1811, 1812, 1813, 1814, 1815, 1817, 1818, 1819, 1820, 1821, 1824, 1825, 1826, 1827, 1829, 1830, 1839, 1843, 1844, 1845, 1849, 1852, 1863, 1865], "fail": [0, 496, 1776, 1886, 1892], "git": [0, 8, 579, 1848, 1855, 1856, 1875], "clone": [0, 488, 523, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166, 1848], "attempt": [0, 405, 426, 428, 429, 430, 431, 436, 562, 565, 568, 1836, 1852, 1877], "when": [0, 6, 7, 8, 71, 315, 349, 405, 411, 426, 428, 429, 447, 449, 451, 455, 457, 488, 491, 496, 504, 508, 510, 511, 513, 517, 525, 526, 529, 531, 533, 535, 541, 549, 558, 567, 568, 583, 1664, 1698, 1699, 1700, 1782, 1830, 1831, 1833, 1836, 1847, 1850, 1856, 1862, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1882, 1885, 1886, 1887, 1888, 1892, 1893, 1898, 1899, 1901, 1903, 1904, 1906], "userguid": [0, 6], "tutori": [0, 5, 7, 9, 563, 578, 933, 1847, 1866, 1868, 1869, 1872, 1874, 1876, 1878, 1879, 1881, 1885, 1888, 1893, 1894, 1897, 1902, 1907], "directori": [0, 8, 496, 1848, 1850, 1851, 1853, 1855, 1856, 1865, 1871, 1872, 1875, 1876, 1888, 1893, 1894], "alreadi": [0, 491, 496, 508, 541, 566, 568, 1848, 1852, 1854, 1868, 1871, 1874, 1875, 1878, 1879, 1889, 1890, 1894, 1895], "present": [0, 492, 506, 541, 542, 543, 544, 545, 546, 549, 662, 701, 740, 779, 818, 1836, 1853, 1854, 1857], "bump": 0, "number": [0, 3, 5, 9, 11, 12, 13, 32, 48, 53, 60, 70, 71, 114, 124, 153, 154, 155, 156, 157, 170, 178, 180, 181, 183, 184, 186, 187, 198, 201, 223, 226, 301, 314, 337, 348, 362, 381, 402, 405, 415, 416, 419, 426, 428, 429, 440, 447, 448, 449, 450, 451, 455, 456, 457, 458, 461, 463, 472, 473, 474, 477, 486, 495, 496, 498, 505, 515, 518, 521, 526, 531, 539, 545, 551, 553, 554, 555, 557, 559, 562, 563, 565, 566, 568, 569, 570, 571, 573, 574, 575, 579, 581, 587, 589, 605, 606, 610, 626, 627, 638, 639, 647, 648, 682, 721, 760, 799, 838, 867, 887, 960, 1052, 1065, 1090, 1103, 1116, 1124, 1132, 1152, 1164, 1183, 1185, 1209, 1599, 1600, 1607, 1627, 1636, 1637, 1641, 1652, 1653, 1656, 1657, 1662, 1664, 1665, 1678, 1682, 1683, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1740, 1746, 1747, 1755, 1756, 1760, 1761, 1762, 1763, 1766, 1776, 1830, 1836, 1847, 1848, 1850, 1852, 1856, 1859, 1860, 1865, 1867, 1868, 1871, 1875, 1878, 1879, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1902, 1903], "gnuinstalldir": 0, "obtain": [0, 251, 352, 447, 492, 512, 518, 529, 551, 580, 581, 933, 984, 1209, 1847, 1860, 1871, 1875, 1883, 1884, 1886, 1887, 1892, 1893, 1900, 1905], "proper": [0, 3, 535, 539, 551, 1212, 1848, 1853, 1856, 1863], "libdir": 0, "locat": [0, 584, 1848, 1865], "boost": [0, 440, 441, 562, 570, 580, 1852, 1854], "import": [0, 491, 492, 495, 496, 498, 513, 541, 542, 543, 544, 545, 546, 548, 549, 552, 556, 558, 561, 570, 577, 578, 579, 580, 659, 660, 1846, 1847, 1848, 1850, 1862, 1867, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1882, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "target": [0, 8, 239, 240, 243, 249, 255, 257, 258, 266, 267, 268, 269, 270, 278, 279, 280, 281, 282, 290, 291, 292, 293, 295, 298, 312, 317, 342, 395, 515, 519, 521, 523, 525, 526, 527, 529, 531, 533, 542, 543, 544, 545, 546, 662, 674, 692, 693, 694, 695, 701, 713, 731, 732, 733, 734, 740, 752, 770, 771, 772, 773, 779, 791, 809, 810, 811, 812, 818, 830, 848, 849, 850, 851, 873, 940, 952, 970, 971, 972, 973, 1010, 1776, 1830, 1839, 1847, 1871, 1875, 1885], "70": [0, 1854, 1871, 1875, 1894], "project": [0, 3, 4, 7, 363, 553, 1847, 1856, 1857, 1884], "languag": [0, 489, 494, 517, 523, 1847, 1849, 1854, 1856, 1868, 1879], "benchmark": 0, "branch": [0, 7, 8, 494, 1848, 1856], "unstabl": [0, 7, 8, 1848, 1856, 1871, 1875, 1881, 1885, 1897, 1898, 1902, 1903], "fmt": 0, "copi": [0, 8, 85, 88, 135, 195, 202, 204, 212, 243, 258, 270, 282, 290, 301, 354, 356, 406, 408, 449, 488, 491, 505, 508, 511, 520, 521, 523, 535, 540, 543, 545, 546, 547, 554, 557, 570, 579, 585, 664, 666, 677, 697, 703, 705, 716, 736, 742, 744, 755, 775, 781, 783, 794, 814, 820, 822, 833, 853, 858, 861, 862, 873, 878, 879, 942, 944, 955, 975, 1046, 1848, 1862, 1871, 1872, 1873, 1875, 1876, 1877, 1884, 1885, 1890, 1892, 1893, 1895], "desc": [0, 9, 489], "file": [0, 4, 5, 7, 8, 9, 266, 489, 491, 492, 494, 496, 521, 530, 541, 549, 551, 556, 565, 568, 573, 579, 583, 584, 651, 1215, 1661, 1665, 1666, 1707, 1708, 1709, 1848, 1850, 1854, 1855, 1857, 1858, 1863, 1864, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1882, 1883, 1884, 1885, 1897, 1898, 1902, 1903, 1908], "macro": [0, 508, 583], "triqs_arrays_enforce_boundcheck": 0, "nda_debug": 0, "cpp2py_python_xxx": 0, "variabl": [0, 137, 461, 488, 497, 505, 506, 507, 512, 514, 515, 516, 519, 521, 522, 529, 532, 534, 540, 557, 568, 647, 667, 698, 706, 737, 745, 776, 784, 815, 823, 854, 945, 976, 1740, 1766, 1776, 1801, 1848, 1851, 1855, 1864, 1865, 1879, 1889, 1894], "python_xxx": 0, "relwithdebinfo": 0, "set": [0, 4, 9, 15, 21, 51, 52, 117, 153, 154, 155, 156, 157, 163, 223, 224, 225, 226, 323, 324, 327, 329, 330, 331, 332, 335, 337, 338, 339, 340, 354, 355, 366, 377, 388, 399, 400, 401, 405, 411, 426, 427, 428, 429, 449, 491, 496, 497, 498, 510, 514, 515, 517, 526, 535, 539, 541, 542, 543, 544, 545, 546, 552, 553, 554, 567, 568, 570, 572, 573, 575, 578, 579, 598, 619, 662, 674, 695, 699, 701, 713, 734, 738, 740, 752, 773, 777, 779, 791, 812, 816, 818, 830, 851, 855, 933, 940, 952, 973, 977, 1010, 1671, 1673, 1720, 1721, 1801, 1831, 1837, 1840, 1841, 1847, 1848, 1850, 1851, 1852, 1853, 1857, 1864, 1865, 1868, 1870, 1871, 1875, 1877, 1878, 1879, 1881, 1884, 1885, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896], "polici": 0, "114": 0, "rpath": 0, "triqsconfig": [0, 1865], "docker": 0, "imag": [0, 238, 546, 570, 577, 578, 1846, 1848, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1892, 1893, 1894, 1895, 1902, 1903, 1905], "openblas_num_thread": [0, 1850], "mkl_num_thread": [0, 1850], "oneapi": 0, "2024": 0, "consist": [0, 4, 16, 126, 233, 234, 490, 491, 1857, 1867, 1871, 1875, 1877, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1899, 1901, 1904, 1906, 1907, 1908], "openbla": [0, 1850, 1852], "over": [0, 188, 454, 463, 474, 479, 482, 483, 496, 503, 515, 529, 535, 537, 541, 549, 553, 554, 556, 562, 568, 569, 581, 1778, 1813, 1827, 1856, 1860, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "liblapack": 0, "dockerfil": 0, "jenkinsfil": 0, "more": [0, 8, 9, 459, 478, 479, 490, 494, 497, 501, 504, 507, 508, 514, 515, 518, 522, 523, 525, 526, 530, 541, 549, 566, 568, 570, 577, 578, 579, 1842, 1846, 1847, 1848, 1849, 1852, 1853, 1857, 1859, 1860, 1864, 1870, 1871, 1872, 1875, 1876, 1881, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1897, 1901, 1902, 1906], "For": [0, 4, 346, 347, 355, 440, 447, 488, 490, 491, 496, 497, 504, 505, 506, 508, 509, 512, 513, 515, 518, 521, 522, 530, 539, 541, 542, 543, 544, 545, 546, 549, 562, 567, 568, 569, 570, 581, 583, 662, 701, 740, 779, 818, 895, 933, 1077, 1090, 1103, 1846, 1847, 1848, 1853, 1854, 1855, 1856, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "mode": [0, 541, 545, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1725, 1726, 1738, 1848, 1851, 1903], "sure": [0, 8, 1830, 1846, 1848, 1852, 1853, 1855, 1856, 1871, 1875, 1901, 1906], "run": [0, 7, 8, 327, 404, 405, 408, 417, 420, 428, 429, 432, 515, 565, 568, 579, 1661, 1804, 1830, 1835, 1842, 1847, 1848, 1850, 1852, 1853, 1856, 1857, 1864, 1869, 1873, 1877, 1879, 1880, 1882, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1902, 1903, 1904, 1906, 1908], "suffici": [0, 1848, 1881, 1885, 1899, 1904], "share": [0, 4, 1847, 1848], "arg": [0, 352, 488, 491, 542, 543, 544, 545, 546, 549, 587, 590, 611, 668, 669, 670, 671, 672, 673, 679, 680, 684, 685, 686, 687, 688, 689, 690, 691, 695, 696, 707, 708, 709, 710, 711, 712, 718, 719, 723, 724, 725, 726, 727, 728, 729, 730, 734, 735, 746, 747, 748, 749, 750, 751, 757, 758, 762, 763, 764, 765, 766, 767, 768, 769, 773, 774, 785, 786, 787, 788, 789, 790, 796, 797, 801, 802, 803, 804, 805, 806, 807, 808, 812, 813, 824, 825, 826, 827, 828, 829, 835, 836, 840, 841, 842, 843, 844, 845, 846, 847, 851, 852, 860, 877, 880, 890, 899, 900, 916, 917, 938, 939, 946, 947, 948, 949, 950, 951, 957, 958, 962, 963, 964, 965, 966, 967, 968, 969, 973, 974, 1012, 1013, 1053, 1066, 1078, 1091, 1104, 1117, 1133, 1144, 1153, 1165, 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, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1597, 1605, 1610, 1629, 1631, 1646, 1647, 1670, 1733, 1741, 1830, 1839, 1883, 1884, 1885, 1901, 1905, 1906], "ncore": [0, 1848], "dockerbuild": 0, "builduid": 0, "configur": [0, 415, 428, 429, 447, 566, 568, 579, 1848, 1849, 1856, 1863, 1865, 1871, 1875], "patch": [0, 559, 1592, 1594, 1758, 1760, 1761, 1890, 1895, 1908], "error": [0, 9, 115, 116, 199, 224, 252, 253, 446, 447, 453, 454, 459, 478, 479, 481, 482, 485, 497, 500, 504, 539, 562, 573, 578, 583, 1709, 1836, 1849, 1855, 1871, 1875, 1887, 1893], "recommend": [0, 541, 549, 583, 1846, 1847, 1848, 1849, 1852, 1857, 1868, 1871, 1875, 1879, 1888, 1893], "virtualenv": 0, "synchron": [0, 115, 1804], "three": [0, 457, 478, 479, 497, 555, 561, 565, 568, 570, 571, 573, 1596, 1625, 1632, 1633, 1645, 1648, 1649, 1664, 1666, 1693, 1857, 1908], "symmetri": [0, 169, 252, 298, 513, 519, 523, 542, 549, 561, 1881, 1885, 1888, 1893, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "initi": [0, 151, 153, 154, 155, 156, 168, 314, 315, 352, 428, 429, 449, 517, 523, 539, 541, 544, 548, 551, 552, 559, 565, 566, 591, 592, 593, 594, 612, 613, 614, 615, 904, 1209, 1214, 1664, 1754, 1756, 1763, 1766, 1776, 1831, 1837, 1847, 1859, 1860, 1882, 1886, 1887, 1890, 1892, 1893, 1895, 1901, 1905, 1906], "overload": [0, 9, 21, 24, 32, 36, 40, 65, 68, 78, 81, 102, 106, 249, 487, 488, 491, 500, 501, 505, 506, 514, 515, 522, 569, 585], "wrap": [0, 9, 119, 122, 488, 489, 491, 492, 983, 993, 1218, 1849, 1862, 1871, 1875], "evalu": [0, 9, 215, 500, 501, 505, 506, 507, 508, 511, 515, 519, 523, 530, 538, 541, 560, 585, 685, 686, 724, 725, 763, 764, 802, 803, 841, 842, 963, 964, 1003, 1004, 1021, 1077, 1090, 1103, 1611, 1613, 1629, 1631, 1646, 1647, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1897, 1898, 1901, 1902, 1903, 1906], "concept": [0, 9, 249, 266, 363, 406, 408, 433, 508, 509, 511, 516, 517, 520, 525, 526, 531, 533, 540, 563, 568], "rais": [0, 496, 1698, 1699, 1700, 1831, 1836, 1842], "clang15": 0, "gcc12": 0, "john": 0, "bonini": 0, "kacper": 0, "cybi\u0144ski": 0, "philipp": 0, "dumitrescu": [0, 3], "olivi": 0, "gingra": 0, "collin": 0, "kariuki": 0, "igor": 0, "krivenko": [0, 3, 4], "harri": 0, "labollita": 0, "r\u00e9mi": 0, "lacroix": 0, "henri": 0, "menk": [0, 3], "parcollet": [0, 3], "hugo": [0, 551, 1211], "u": [0, 4, 6, 9, 39, 105, 459, 494, 495, 496, 497, 498, 500, 512, 513, 541, 551, 553, 558, 566, 569, 572, 573, 577, 1052, 1211, 1682, 1683, 1687, 1689, 1692, 1698, 1699, 1707, 1708, 1709, 1856, 1858, 1862, 1867, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1895, 1899, 1901, 1904, 1906], "r": [0, 19, 20, 25, 32, 34, 35, 41, 47, 63, 64, 69, 71, 77, 82, 83, 90, 95, 101, 107, 113, 433, 436, 496, 504, 511, 519, 539, 541, 551, 560, 561, 562, 577, 578, 580, 585, 674, 713, 752, 791, 830, 952, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1211, 1589, 1609, 1626, 1627, 1630, 1726, 1847, 1856, 1861, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1882, 1884, 1885, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1904, 1905, 1906], "strand": [0, 3, 551, 1211], "jie": 0, "xiong": 0, "interfac": [0, 9, 423, 424, 486, 494, 496, 497, 498, 541, 549, 570, 576, 1644, 1664, 1847, 1854, 1857, 1866, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1882, 1885], "summar": [0, 1856, 1871, 1875, 1880], "adjust": [0, 544, 557, 577, 647, 657, 669, 708, 747, 786, 825, 947, 995, 1856, 1887, 1901, 1905, 1906, 1908], "conveni": [0, 496, 521, 530, 539, 570, 577, 1856, 1881, 1885, 1888, 1893], "have": [0, 4, 6, 7, 8, 179, 182, 183, 184, 185, 216, 260, 272, 284, 399, 400, 449, 457, 478, 479, 481, 482, 494, 496, 497, 504, 505, 507, 508, 512, 513, 515, 520, 521, 522, 525, 529, 533, 539, 541, 549, 565, 566, 567, 568, 570, 573, 574, 575, 576, 577, 578, 579, 581, 861, 878, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847, 1848, 1849, 1850, 1854, 1856, 1857, 1858, 1860, 1861, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "you": [0, 3, 4, 6, 7, 8, 494, 506, 507, 513, 541, 549, 552, 563, 566, 567, 568, 579, 580, 1836, 1839, 1846, 1847, 1848, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1860, 1862, 1863, 1864, 1866, 1868, 1869, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908], "can": [0, 3, 4, 6, 7, 8, 11, 195, 249, 266, 323, 363, 376, 447, 449, 456, 458, 459, 488, 489, 491, 494, 495, 496, 497, 498, 500, 504, 505, 506, 508, 510, 513, 514, 515, 517, 519, 520, 522, 525, 526, 527, 529, 531, 533, 535, 537, 539, 541, 545, 548, 549, 552, 557, 558, 559, 562, 563, 565, 566, 567, 568, 569, 570, 571, 573, 577, 578, 579, 580, 581, 583, 584, 585, 647, 648, 651, 657, 663, 702, 741, 780, 819, 858, 933, 1021, 1077, 1090, 1103, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1630, 1662, 1683, 1752, 1758, 1760, 1801, 1836, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1860, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908], "download": [0, 1854, 1856, 1872, 1876], "top": [0, 8, 270, 282, 578, 1624, 1644, 1848, 1856, 1871, 1872, 1875, 1876, 1887], "level": [0, 411, 447, 497, 498, 568, 577, 1776, 1798, 1847, 1856, 1857, 1860, 1871, 1875, 1876, 1878, 1881, 1885, 1887, 1897, 1902], "your": [0, 4, 6, 7, 563, 567, 579, 1846, 1847, 1848, 1849, 1850, 1852, 1853, 1854, 1855, 1857, 1862, 1864, 1865, 1868, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1887, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "repositori": [0, 1848, 1856, 1857], "previous": [0, 431, 439, 1872, 1876, 1878], "gfindic": 0, "domain": [0, 257, 269, 281, 503, 516, 517, 519, 522, 537, 540, 648, 917, 920, 923, 1881, 1885, 1901, 1906], "directli": [0, 4, 6, 478, 479, 488, 491, 521, 539, 571, 933, 1683, 1847, 1848, 1864, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1882, 1884, 1885, 1888, 1890, 1893, 1895, 1897, 1898, 1902, 1903], "paramet": [0, 9, 451, 488, 491, 495, 496, 497, 499, 515, 516, 517, 518, 525, 526, 527, 531, 533, 540, 549, 551, 553, 555, 557, 558, 560, 562, 565, 568, 569, 571, 573, 574, 575, 577, 579, 585, 589, 610, 644, 648, 651, 654, 657, 658, 668, 674, 698, 707, 713, 737, 746, 752, 776, 785, 791, 815, 824, 830, 854, 905, 915, 917, 920, 923, 928, 930, 933, 940, 946, 952, 976, 1028, 1042, 1077, 1090, 1103, 1116, 1132, 1143, 1183, 1185, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1208, 1209, 1210, 1211, 1213, 1214, 1215, 1217, 1596, 1604, 1609, 1620, 1624, 1625, 1632, 1633, 1645, 1648, 1649, 1657, 1660, 1661, 1662, 1664, 1665, 1666, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1738, 1745, 1748, 1749, 1761, 1776, 1859, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895], "alwai": [0, 447, 455, 457, 505, 541, 568, 1830, 1836, 1852, 1871, 1875, 1878, 1900, 1905], "return": [0, 8, 9, 84, 158, 175, 176, 177, 197, 202, 203, 204, 205, 212, 213, 222, 230, 231, 232, 233, 234, 235, 236, 237, 249, 266, 290, 295, 309, 317, 352, 425, 431, 433, 443, 444, 445, 447, 488, 490, 491, 495, 496, 498, 499, 500, 504, 506, 507, 508, 511, 515, 517, 522, 525, 526, 531, 532, 533, 537, 539, 541, 542, 543, 544, 545, 546, 549, 551, 553, 554, 555, 557, 558, 559, 561, 562, 565, 568, 570, 571, 572, 573, 574, 575, 578, 583, 585, 587, 591, 593, 596, 608, 609, 612, 614, 617, 629, 630, 651, 664, 665, 668, 677, 696, 697, 698, 703, 704, 707, 716, 735, 736, 737, 742, 743, 746, 755, 774, 775, 776, 781, 782, 785, 794, 813, 814, 815, 820, 821, 824, 833, 852, 853, 854, 858, 860, 862, 869, 876, 877, 879, 880, 883, 891, 892, 933, 937, 942, 943, 946, 955, 974, 975, 976, 1015, 1016, 1021, 1183, 1185, 1199, 1201, 1202, 1203, 1207, 1208, 1209, 1211, 1212, 1213, 1214, 1215, 1216, 1601, 1602, 1626, 1632, 1633, 1648, 1649, 1657, 1660, 1661, 1662, 1664, 1665, 1666, 1671, 1673, 1676, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1729, 1738, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1753, 1755, 1759, 1762, 1766, 1776, 1778, 1813, 1827, 1832, 1834, 1835, 1836, 1853, 1858, 1859, 1860, 1879, 1884, 1886, 1892, 1900, 1901, 1905, 1906], "tick": [0, 1664, 1903, 1904], "third": [0, 551, 568, 1210, 1852, 1880], "argument": [0, 9, 124, 333, 352, 353, 358, 368, 379, 488, 490, 491, 497, 501, 503, 504, 506, 511, 522, 529, 539, 551, 559, 567, 568, 570, 571, 578, 585, 873, 940, 1212, 1686, 1753, 1759, 1766, 1778, 1830, 1836, 1839, 1871, 1875, 1879, 1880, 1881, 1885, 1887, 1901, 1906], "member": [0, 488, 512, 516, 534, 540, 548, 550, 553, 554, 568, 569, 1871, 1875, 1879, 1886, 1887, 1892, 1898, 1903], "block2gf": [0, 295, 317], "extract_mesh": 0, "get_mesh": [0, 238], "hamiltonian": [0, 9, 151, 152, 157, 167, 169, 175, 179, 182, 183, 184, 185, 355, 356, 359, 486, 498, 553, 560, 568, 570, 571, 587, 589, 604, 610, 625, 1609, 1644, 1661, 1662, 1683, 1698, 1699, 1700, 1867, 1872, 1874, 1876, 1877, 1878, 1883, 1887, 1889, 1890, 1893, 1894, 1895, 1897, 1902], "factori": [0, 569], "now": [0, 7, 8, 457, 498, 512, 515, 517, 541, 565, 567, 568, 1852, 1856, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1885, 1886, 1890, 1892, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "take": [0, 3, 4, 7, 295, 309, 317, 353, 358, 368, 379, 447, 478, 479, 497, 513, 519, 525, 526, 527, 531, 533, 539, 543, 545, 546, 556, 558, 563, 566, 568, 570, 571, 574, 578, 579, 697, 736, 775, 814, 853, 858, 975, 1199, 1624, 1662, 1683, 1686, 1687, 1690, 1692, 1712, 1713, 1714, 1776, 1846, 1858, 1867, 1871, 1874, 1875, 1878, 1880, 1886, 1887, 1889, 1892, 1893, 1894, 1898, 1900, 1903, 1905], "n_orb": [0, 498, 561, 571, 573, 574, 575, 1682, 1705, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1721, 1871, 1873, 1874, 1875, 1877, 1878, 1893], "orb_nam": [0, 498, 573, 574, 1705, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1718], "brzone": [0, 1060, 1061, 1062], "cyclat": [0, 1072, 1073, 1074], "dim": [0, 571, 698, 737, 776, 815, 854, 976, 1052, 1065, 1691, 1752, 1754, 1813, 1827, 1871, 1875, 1877, 1878], "period": [0, 526, 538, 565, 1052, 1065, 1633, 1649], "matrix": [0, 9, 154, 156, 168, 169, 173, 174, 179, 180, 181, 188, 189, 190, 195, 196, 212, 213, 221, 227, 233, 234, 236, 250, 356, 359, 361, 498, 500, 507, 510, 511, 512, 513, 515, 519, 523, 525, 526, 527, 531, 533, 540, 542, 543, 544, 545, 546, 547, 549, 551, 555, 558, 559, 560, 561, 569, 570, 572, 573, 574, 592, 594, 613, 615, 632, 668, 674, 677, 697, 707, 713, 716, 736, 746, 752, 755, 775, 785, 791, 794, 814, 824, 830, 833, 853, 946, 952, 955, 975, 994, 1052, 1063, 1075, 1211, 1213, 1589, 1596, 1603, 1608, 1609, 1613, 1631, 1647, 1682, 1683, 1684, 1687, 1689, 1690, 1691, 1692, 1694, 1698, 1699, 1707, 1708, 1709, 1712, 1713, 1714, 1752, 1758, 1858, 1859, 1860, 1871, 1875, 1884, 1888, 1893, 1897, 1902], "u_matrix": [0, 571, 573, 1709], "u_matrix_slat": [0, 571], "symbol": [0, 571, 1693, 1868, 1879, 1880], "print": [0, 438, 452, 498, 508, 549, 553, 561, 568, 570, 580, 1776, 1811, 1848, 1850, 1861, 1867, 1871, 1874, 1875, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1893, 1894, 1897, 1901, 1902, 1905, 1906], "sympi": [0, 1868], "express": [0, 9, 249, 260, 266, 272, 284, 366, 377, 486, 500, 503, 507, 508, 515, 516, 540, 547, 548, 549, 551, 570, 585, 916, 919, 922, 1015, 1016, 1020, 1025, 1212, 1849, 1856, 1868, 1881, 1883, 1885, 1890, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "898": 0, "invers": [0, 4, 179, 180, 181, 182, 183, 184, 185, 212, 213, 238, 320, 321, 498, 511, 512, 513, 518, 541, 545, 548, 549, 551, 565, 568, 577, 578, 875, 884, 933, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1642, 1846, 1858, 1859, 1860, 1861, 1867, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1895, 1897, 1899, 1901, 1902, 1904, 1906], "lazi": [0, 9, 11, 243, 249, 258, 266, 290, 315, 486, 497, 502, 505, 506, 508, 517, 540, 547, 551, 585, 916, 919, 922, 1212], "complex_t": 0, "optim": [0, 349, 514, 518, 551, 933, 1209, 1848, 1849, 1871, 1875, 1877, 1881, 1885, 1900, 1901, 1905, 1906], "interpolate_on_seg": 0, "onli": [0, 3, 7, 221, 258, 349, 350, 352, 355, 357, 361, 363, 447, 449, 451, 454, 461, 464, 471, 479, 488, 489, 491, 496, 498, 505, 507, 508, 509, 511, 512, 518, 521, 522, 529, 534, 537, 548, 551, 554, 557, 558, 559, 566, 568, 570, 571, 574, 578, 651, 668, 674, 696, 697, 707, 713, 735, 736, 746, 752, 774, 775, 785, 791, 813, 814, 824, 830, 852, 853, 863, 868, 873, 881, 886, 888, 914, 927, 933, 946, 952, 974, 975, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1211, 1630, 1682, 1712, 1713, 1714, 1743, 1753, 1759, 1776, 1831, 1832, 1837, 1850, 1854, 1858, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1886, 1887, 1892, 1893, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "boundari": [0, 461, 468, 1624, 1744], "free": [0, 7, 363, 504, 515, 516, 539, 541, 550, 554, 556, 557, 568, 569, 646, 650, 1847, 1870, 1871, 1872, 1875, 1876, 1901, 1906], "is_op_hermitian": 0, "hermit": [0, 539, 551, 991, 1211], "c2py": 0, "oplotr": 0, "oploti": 0, "477": 0, "obsolet": 0, "serial": [0, 541, 549, 569, 1848, 1855, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "global": [0, 1850], "count": [0, 461, 462, 489, 497, 1740, 1742, 1871, 1874, 1875, 1877, 1878], "accumul": [0, 404, 413, 426, 429, 446, 461, 462, 472, 474, 478, 479, 562, 565, 568, 581, 583, 889, 1742, 1746, 1887, 1894], "gfinterpol": 0, "closestmeshpoint": 0, "easybuild": [0, 5], "sha256": 0, "tarbal": 0, "cleanup": [0, 1852], "regener": 0, "gpl": [0, 3, 1847], "copyright": 0, "header": [0, 7, 9, 491, 492, 505, 567, 568, 584, 1850, 1854, 1863, 1865, 1905], "gcc": [0, 583, 584, 1849, 1854, 1855], "clang": [0, 492, 583, 1848, 1852, 1854, 1855], "format": [0, 3, 9, 461, 467, 486, 495, 496, 541, 542, 543, 544, 545, 546, 549, 551, 557, 578, 651, 1215, 1217, 1854, 1871, 1875, 1881, 1885, 1890, 1895], "gf_sym_grp": 0, "parallel": [0, 496, 562, 571, 1682, 1689, 1848, 1854, 1871, 1875, 1884, 1897, 1902], "valid": [0, 471, 509, 512, 522, 535, 570, 572, 574, 578, 585, 1712, 1713, 1714, 1859, 1901, 1906], "meshproduct": [0, 1871, 1875, 1877, 1884, 1897, 1902], "combin": [0, 548, 587, 589, 610, 914, 927, 1868, 1871, 1875, 1877, 1881, 1883, 1885, 1898, 1900, 1903, 1905], "k": [0, 298, 312, 496, 518, 529, 557, 559, 560, 561, 571, 573, 585, 1052, 1183, 1185, 1611, 1613, 1629, 1631, 1646, 1647, 1657, 1662, 1664, 1683, 1684, 1699, 1709, 1752, 1755, 1756, 1758, 1760, 1761, 1762, 1763, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "iw": [0, 535, 541, 551, 991, 992, 1176, 1208, 1217, 1881, 1884, 1885], "etc": [0, 4, 8, 9, 482, 483, 486, 494, 510, 579, 584, 1630, 1848, 1871, 1875, 1879, 1880, 1881, 1884, 1885], "idx": [0, 541, 1881, 1885, 1901, 1905, 1906], "tau": [0, 183, 250, 298, 309, 312, 319, 447, 485, 511, 513, 518, 526, 537, 543, 551, 574, 581, 698, 737, 776, 815, 854, 976, 992, 1077, 1103, 1209, 1213, 1717, 1871, 1873, 1875, 1877, 1881, 1885, 1886, 1892, 1898, 1900, 1903, 1905], "legendr": [0, 181, 498, 515, 516, 519, 534, 540, 541, 542, 543, 547, 551, 559, 634, 668, 669, 688, 689, 690, 696, 707, 708, 727, 728, 729, 735, 746, 747, 766, 767, 768, 774, 785, 786, 805, 806, 807, 813, 824, 825, 844, 845, 846, 852, 919, 920, 922, 946, 947, 966, 967, 968, 974, 995, 1006, 1007, 1008, 1143, 1150, 1151, 1211, 1752, 1758], "gf_view": [0, 238, 253, 258, 270, 278, 314, 516, 519, 521, 522, 523, 532, 535, 541, 542, 543, 544, 545, 546, 549, 669, 670, 672, 684, 685, 686, 687, 688, 689, 690, 691, 695, 708, 709, 711, 723, 724, 725, 726, 727, 728, 729, 730, 734, 747, 748, 750, 762, 763, 764, 765, 766, 767, 768, 769, 773, 786, 787, 789, 801, 802, 803, 804, 805, 806, 807, 808, 812, 825, 826, 828, 840, 841, 842, 843, 844, 845, 846, 847, 851, 947, 948, 950, 962, 963, 964, 965, 966, 967, 968, 969, 973, 988, 991, 992, 994, 995, 996, 998, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010], "make_gf_from_fouri": [0, 238, 517, 1881, 1885], "time": [0, 4, 7, 9, 183, 251, 300, 304, 305, 306, 311, 313, 314, 405, 413, 414, 420, 421, 422, 426, 428, 429, 446, 447, 485, 486, 490, 498, 505, 507, 510, 512, 515, 516, 517, 519, 522, 534, 538, 540, 541, 542, 547, 551, 561, 566, 568, 570, 579, 581, 583, 635, 695, 734, 773, 812, 851, 917, 933, 973, 984, 985, 986, 987, 990, 1010, 1077, 1103, 1132, 1164, 1209, 1211, 1214, 1767, 1778, 1804, 1836, 1847, 1855, 1857, 1868, 1871, 1875, 1880, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1900, 1903, 1905], "transform": [0, 9, 11, 85, 86, 173, 174, 304, 305, 306, 310, 311, 312, 313, 494, 496, 501, 516, 518, 539, 540, 542, 543, 545, 546, 547, 548, 550, 555, 556, 557, 560, 570, 571, 574, 607, 628, 647, 653, 674, 687, 688, 689, 690, 713, 726, 727, 728, 729, 752, 765, 766, 767, 768, 791, 804, 805, 806, 807, 830, 843, 844, 845, 846, 914, 916, 917, 919, 920, 922, 923, 927, 952, 965, 966, 967, 968, 985, 986, 987, 988, 989, 990, 1005, 1006, 1007, 1008, 1598, 1613, 1615, 1631, 1635, 1647, 1651, 1683, 1690, 1694, 1712, 1713, 1714, 1854, 1884, 1887, 1895], "gf_expr": 0, "gf_unary_m_expr": 0, "regular_t": [0, 140], "set_from_pad": [0, 545, 1881, 1885, 1892, 1893, 1898, 1903], "scalar_valu": [0, 517, 519, 525, 526, 527, 529, 530, 531, 532, 533, 539, 542, 543, 545, 546, 679, 680, 687, 688, 689, 690, 691, 695, 718, 719, 726, 727, 728, 729, 730, 734, 757, 758, 765, 766, 767, 768, 769, 773, 796, 797, 804, 805, 806, 807, 808, 812, 835, 836, 843, 844, 845, 846, 847, 851, 957, 958, 965, 966, 967, 968, 969, 973, 984, 985, 986, 987, 988, 989, 990, 991, 992, 1000, 1001, 1005, 1006, 1007, 1008, 1009, 1010, 1860], "tensor_valu": [0, 255, 519, 530, 1860], "memorygf": [0, 321], "index_t": [0, 515, 535, 537, 1060, 1061, 1062, 1072, 1073, 1074, 1085, 1086, 1087, 1098, 1099, 1100, 1111, 1112, 1113, 1128, 1129, 1130, 1139, 1140, 1141, 1150, 1151, 1158, 1159, 1160, 1172, 1173, 1174], "product": [0, 4, 11, 32, 35, 36, 48, 168, 252, 253, 340, 367, 378, 498, 515, 516, 519, 530, 554, 570, 573, 576, 1042, 1706, 1849, 1860, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1884, 1888, 1893, 1898, 1903], "ad": [0, 233, 234, 408, 432, 449, 457, 459, 474, 494, 496, 498, 500, 510, 511, 512, 558, 568, 578, 579, 1776, 1848, 1859, 1867, 1871, 1875, 1879, 1880, 1881, 1883, 1885, 1898, 1901, 1903, 1906], "array_prior": 0, "so": [0, 221, 228, 229, 355, 447, 449, 492, 494, 504, 511, 530, 541, 549, 551, 562, 563, 566, 568, 577, 578, 579, 585, 657, 1211, 1836, 1862, 1864, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "rmul": 0, "prioriti": [0, 506], "ndarrai": [0, 542, 544, 551, 555, 667, 668, 674, 706, 707, 713, 745, 746, 752, 784, 785, 791, 823, 824, 830, 933, 945, 946, 952, 1052, 1065, 1209, 1596, 1624, 1625, 1645, 1664, 1665], "mul": 0, "multipl": [0, 333, 371, 383, 449, 478, 479, 481, 482, 483, 485, 514, 516, 522, 534, 540, 551, 554, 570, 576, 1215, 1625, 1645, 1665, 1837, 1854, 1871, 1875, 1881, 1885, 1890, 1895], "linear": [0, 153, 154, 155, 156, 448, 449, 451, 452, 455, 456, 459, 478, 479, 482, 483, 515, 526, 530, 531, 533, 537, 577, 581, 873, 933, 1058, 1183, 1185, 1632, 1648, 1847, 1871, 1875, 1876, 1879, 1881, 1884, 1885, 1897, 1898, 1899, 1902, 1903, 1904], "interpol": [0, 522, 525, 526, 531, 533, 538, 1185, 1871, 1875, 1884, 1897, 1898, 1902, 1903], "gtau": [0, 549, 1881, 1883, 1885], "store": [0, 99, 327, 356, 359, 361, 363, 447, 452, 478, 479, 494, 495, 496, 498, 505, 506, 513, 516, 518, 519, 524, 541, 542, 548, 549, 557, 570, 579, 581, 585, 643, 904, 1778, 1846, 1864, 1871, 1875, 1881, 1885, 1888, 1889, 1893, 1894, 1898, 1903, 1905], "read": [0, 206, 245, 261, 273, 285, 330, 342, 395, 461, 464, 465, 488, 494, 495, 496, 537, 551, 554, 556, 570, 579, 651, 1215, 1661, 1743, 1846, 1858, 1861, 1871, 1875, 1877, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1902, 1903, 1904, 1908], "diagon": [0, 9, 151, 152, 157, 169, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 357, 486, 513, 551, 573, 574, 575, 587, 588, 589, 610, 1208, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1874, 1878, 1881, 1885, 1889, 1894], "implement": [0, 4, 6, 240, 243, 296, 354, 355, 363, 364, 376, 495, 496, 500, 508, 509, 510, 513, 515, 516, 517, 526, 537, 540, 543, 545, 546, 553, 557, 563, 566, 567, 568, 570, 573, 578, 581, 585, 643, 674, 696, 697, 713, 735, 736, 752, 774, 775, 791, 813, 814, 830, 852, 853, 952, 974, 975, 1028, 1620, 1830, 1847, 1867, 1871, 1875, 1881, 1885, 1886, 1892, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "gfimfreq": [0, 540, 541, 543, 544, 545, 547, 549, 551, 552, 558, 577, 578, 1208, 1214, 1217, 1846, 1885], "gfimtim": [0, 540, 541, 547, 551, 552, 684, 762, 801, 840, 962, 1002, 1214, 1885], "yield": [0, 195, 551, 1210, 1881, 1885, 1886, 1887, 1892], "same": [0, 50, 54, 91, 94, 243, 258, 290, 399, 400, 459, 474, 475, 495, 496, 497, 504, 505, 506, 512, 515, 517, 521, 525, 526, 532, 539, 541, 549, 551, 552, 558, 566, 568, 570, 571, 573, 585, 663, 702, 741, 780, 819, 861, 862, 869, 878, 879, 892, 1077, 1090, 1103, 1215, 1687, 1690, 1692, 1707, 1708, 1724, 1725, 1726, 1778, 1836, 1837, 1842, 1862, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1885, 1888, 1889, 1893, 1894, 1897, 1898, 1902, 1903, 1908], "repr": [0, 542, 543, 544, 545, 546, 549, 1881, 1885], "g": [0, 5, 206, 207, 243, 245, 246, 250, 251, 252, 253, 255, 256, 258, 260, 261, 262, 270, 272, 273, 274, 278, 282, 284, 285, 286, 291, 294, 295, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 321, 423, 424, 441, 449, 465, 466, 488, 489, 490, 491, 494, 496, 497, 500, 501, 505, 509, 512, 513, 514, 515, 516, 517, 518, 519, 521, 522, 523, 525, 526, 527, 529, 530, 531, 533, 535, 537, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 558, 559, 561, 568, 573, 574, 575, 576, 577, 578, 579, 583, 657, 664, 665, 670, 671, 672, 673, 674, 677, 679, 680, 684, 685, 686, 695, 697, 703, 704, 709, 710, 711, 712, 713, 716, 718, 719, 723, 724, 725, 734, 736, 742, 743, 748, 749, 750, 751, 752, 755, 757, 758, 762, 763, 764, 773, 775, 781, 782, 787, 788, 789, 790, 791, 794, 796, 797, 801, 802, 803, 812, 814, 820, 821, 826, 827, 828, 829, 830, 833, 835, 836, 840, 841, 842, 851, 853, 858, 873, 890, 899, 900, 906, 907, 914, 916, 917, 919, 920, 922, 923, 927, 933, 942, 943, 948, 949, 950, 951, 952, 955, 957, 958, 962, 963, 964, 973, 975, 991, 992, 994, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1010, 1036, 1189, 1208, 1214, 1215, 1217, 1624, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1730, 1752, 1753, 1758, 1759, 1848, 1850, 1852, 1853, 1854, 1855, 1856, 1861, 1862, 1864, 1865, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906, 1908], "name": [0, 180, 181, 182, 183, 184, 243, 247, 263, 275, 287, 294, 330, 331, 342, 343, 345, 395, 396, 398, 406, 408, 411, 423, 424, 432, 437, 440, 441, 445, 461, 465, 466, 467, 488, 491, 494, 495, 496, 505, 511, 513, 541, 542, 543, 544, 545, 546, 548, 549, 551, 555, 556, 557, 558, 561, 568, 571, 573, 574, 575, 577, 578, 580, 583, 643, 644, 647, 648, 651, 658, 662, 701, 740, 779, 818, 858, 873, 894, 935, 936, 940, 982, 1023, 1050, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1213, 1215, 1592, 1593, 1596, 1601, 1625, 1638, 1645, 1654, 1657, 1658, 1661, 1686, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1735, 1766, 1776, 1798, 1807, 1821, 1830, 1832, 1841, 1856, 1862, 1867, 1870, 1871, 1874, 1875, 1878, 1881, 1882, 1883, 1885, 1887, 1889, 1892, 1893, 1894, 1897, 1902], "correspond": [0, 100, 168, 230, 231, 232, 368, 379, 495, 496, 497, 511, 515, 519, 523, 529, 530, 537, 539, 541, 548, 549, 557, 561, 570, 572, 644, 651, 667, 698, 706, 737, 745, 776, 784, 815, 823, 854, 928, 945, 976, 1848, 1850, 1871, 1875, 1881, 1885, 1886, 1890, 1892, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "beta": [0, 179, 180, 181, 182, 183, 184, 185, 252, 253, 258, 314, 498, 511, 513, 514, 515, 517, 518, 521, 523, 525, 526, 529, 530, 537, 538, 539, 541, 542, 543, 544, 545, 546, 549, 551, 552, 558, 565, 568, 577, 578, 632, 633, 634, 635, 636, 637, 662, 668, 695, 701, 707, 734, 740, 746, 773, 779, 785, 812, 818, 824, 851, 946, 973, 1010, 1028, 1029, 1077, 1090, 1103, 1116, 1132, 1143, 1209, 1213, 1846, 1860, 1861, 1867, 1871, 1875, 1877, 1878, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "statist": [0, 9, 410, 446, 447, 478, 479, 486, 515, 518, 521, 542, 543, 544, 545, 546, 568, 662, 701, 740, 779, 818, 1028, 1029, 1077, 1090, 1103, 1116, 1132, 1143, 1740, 1875, 1881, 1884, 1885, 1887, 1902], "through": [0, 6, 8, 11, 512, 513, 518, 535, 539, 550, 554, 568, 570, 577, 1077, 1090, 1103, 1836, 1847, 1848, 1852, 1857, 1881, 1884, 1885, 1897, 1898, 1901, 1902, 1903, 1906], "meshpoint": [0, 516, 540, 541, 1077, 1090, 1103], "meshwithvalu": 0, "execut": [0, 579, 1848, 1850, 1852, 1856, 1864, 1865, 1879], "index": [0, 15, 16, 17, 21, 63, 114, 153, 154, 155, 156, 158, 160, 168, 171, 177, 180, 181, 182, 183, 184, 324, 325, 327, 332, 333, 334, 336, 340, 341, 350, 358, 360, 368, 370, 379, 382, 388, 390, 392, 393, 394, 399, 400, 401, 469, 497, 515, 529, 530, 537, 541, 542, 543, 544, 545, 546, 553, 554, 561, 570, 571, 572, 573, 575, 592, 594, 596, 613, 615, 617, 857, 1028, 1035, 1036, 1049, 1055, 1060, 1061, 1062, 1072, 1073, 1074, 1077, 1085, 1086, 1087, 1090, 1098, 1099, 1100, 1103, 1111, 1112, 1113, 1128, 1129, 1130, 1139, 1140, 1141, 1150, 1151, 1158, 1159, 1160, 1172, 1173, 1174, 1201, 1620, 1621, 1642, 1682, 1683, 1687, 1689, 1692, 1694, 1697, 1698, 1699, 1700, 1709, 1720, 1745, 1871, 1875, 1881, 1883, 1885, 1887, 1897, 1902], "modulo": 0, "out": [0, 265, 277, 289, 320, 508, 521, 551, 1217, 1745, 1748, 1749, 1836, 1871, 1875, 1881, 1885, 1886, 1892], "mesh_hash": [0, 1035, 1036], "default": [0, 15, 25, 41, 43, 49, 59, 69, 73, 82, 85, 88, 97, 107, 122, 180, 181, 183, 184, 252, 253, 298, 300, 314, 315, 426, 463, 488, 491, 497, 519, 521, 525, 526, 527, 531, 533, 539, 549, 551, 555, 558, 559, 568, 570, 571, 578, 584, 633, 634, 635, 636, 658, 873, 933, 938, 1077, 1090, 1103, 1116, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1214, 1596, 1661, 1662, 1664, 1677, 1682, 1738, 1754, 1760, 1761, 1776, 1804, 1830, 1831, 1849, 1852, 1853, 1856, 1858, 1881, 1885, 1888, 1893], "construct": [0, 9, 15, 21, 35, 92, 101, 102, 118, 122, 123, 157, 163, 167, 180, 181, 183, 184, 243, 327, 339, 340, 349, 350, 366, 377, 390, 426, 440, 463, 488, 495, 496, 498, 506, 517, 519, 521, 523, 524, 542, 543, 544, 545, 546, 549, 551, 557, 558, 559, 561, 565, 566, 567, 569, 573, 577, 580, 581, 598, 604, 619, 625, 647, 648, 657, 662, 701, 740, 779, 818, 873, 1052, 1209, 1215, 1680, 1754, 1756, 1760, 1763, 1830, 1859, 1863, 1867, 1871, 1875, 1877, 1881, 1883, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1902, 1903], "zero": [0, 15, 21, 314, 339, 350, 449, 454, 455, 457, 549, 551, 554, 558, 561, 570, 1214, 1671, 1673, 1697, 1767, 1875, 1881, 1885, 1888, 1893, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "accessor": [0, 540, 547, 570], "micro": 0, "closest_mesh_pt": 0, "cluster_mesh": 0, "pass": [0, 116, 352, 449, 455, 457, 459, 478, 479, 496, 497, 498, 539, 567, 573, 578, 585, 1199, 1664, 1709, 1738, 1839, 1847, 1848, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1886, 1887, 1888, 1893, 1900], "window": [0, 184, 498, 537, 545, 546, 548, 577, 578, 671, 673, 698, 710, 712, 737, 749, 751, 776, 788, 790, 815, 827, 829, 854, 949, 951, 976, 997, 999, 1152, 1164, 1871, 1874, 1875, 1877, 1878, 1881, 1882, 1885, 1892, 1893], "pair": [0, 12, 168, 180, 181, 182, 183, 184, 252, 253, 327, 361, 468, 481, 482, 497, 539, 554, 572, 573, 633, 634, 635, 636, 670, 671, 672, 673, 709, 710, 711, 712, 748, 749, 750, 751, 787, 788, 789, 790, 826, 827, 828, 829, 873, 948, 949, 950, 951, 996, 997, 998, 999, 1152, 1164, 1617, 1618, 1664, 1708, 1744, 1881, 1885, 1889, 1894, 1898, 1899, 1903, 1904], "float": [0, 495, 497, 542, 544, 545, 551, 555, 558, 571, 573, 580, 600, 621, 632, 633, 634, 635, 636, 637, 638, 639, 668, 679, 680, 691, 696, 707, 718, 719, 730, 735, 746, 757, 758, 769, 774, 785, 796, 797, 808, 813, 824, 835, 836, 847, 852, 933, 946, 957, 958, 969, 974, 984, 1000, 1001, 1009, 1077, 1090, 1103, 1116, 1126, 1132, 1143, 1152, 1164, 1209, 1213, 1596, 1625, 1645, 1662, 1664, 1666, 1677, 1682, 1683, 1687, 1689, 1692, 1694, 1698, 1699, 1700, 1710, 1738, 1745, 1804, 1836, 1856, 1881, 1884, 1885, 1903], "refreq": [0, 184, 516, 517, 519, 534, 540, 545, 636, 691, 730, 769, 808, 847, 969, 1009, 1158, 1159, 1160], "meshrefreq": [0, 542, 544, 545, 668, 707, 746, 779, 785, 824, 946, 1881, 1882, 1885, 1892, 1898, 1903], "n_l": [0, 181, 498, 634, 1890, 1895], "n_k": [0, 1052, 1632, 1648, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1897, 1901, 1902, 1906], "n_pt": [0, 557, 561, 647, 648, 1185], "ostream": [0, 49, 58, 265, 277, 289, 475, 508, 585], "retim": [0, 516, 517, 519, 529, 530, 534, 540, 1172, 1173, 1174, 1860], "t_min": [0, 1164], "t_max": [0, 1164], "omega_min": [0, 1871, 1875, 1877], "dlr_imtim": [0, 985, 987, 1111, 1112, 1113], "dlr_imfreq": [0, 986, 1098, 1099, 1100], "meshdlr": [0, 1090, 1103], "meshdlrimtim": [0, 1077, 1881, 1885], "meshdlrimfreq": [0, 1077, 1191, 1881, 1885], "plot": [0, 5, 9, 486, 540, 542, 543, 544, 545, 546, 547, 552, 556, 557, 561, 577, 580, 643, 657, 662, 701, 740, 779, 818, 940, 1664, 1854, 1868, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "protocol": [0, 9, 486, 496, 557, 643, 1184, 1187, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1724, 1738], "descriptor": [0, 496, 541, 545, 547, 578, 1862, 1871, 1873, 1874, 1875, 1877, 1878], "flatironinstitut": [0, 1848, 1872, 1876], "cppdlr": [0, 1847], "superlattic": [0, 1624, 1626, 1630], "after": [0, 30, 405, 415, 426, 427, 428, 429, 488, 491, 511, 524, 566, 567, 568, 570, 1833, 1835, 1836, 1847, 1848, 1852, 1856, 1857, 1859, 1864, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1883, 1887, 1888, 1892, 1893], "latticepoint": 0, "bravais_lattic": [0, 561, 1070], "point_t": [0, 515, 522], "euclidean": 0, "distanc": [0, 11, 1203, 1664], "fals": [0, 125, 127, 133, 137, 139, 140, 141, 147, 148, 251, 315, 322, 344, 346, 347, 357, 397, 399, 400, 406, 411, 471, 476, 487, 488, 491, 496, 498, 521, 549, 551, 553, 565, 570, 571, 573, 583, 613, 615, 631, 632, 640, 698, 737, 776, 815, 854, 858, 873, 885, 889, 976, 984, 1077, 1090, 1103, 1199, 1202, 1205, 1209, 1624, 1625, 1630, 1661, 1662, 1682, 1696, 1698, 1699, 1700, 1709, 1831, 1871, 1875, 1878, 1884, 1885, 1895, 1897, 1901, 1902, 1906], "posit": [0, 252, 253, 309, 314, 316, 336, 461, 469, 537, 539, 555, 1116, 1124, 1596, 1602, 1624, 1625, 1627, 1628, 1639, 1645, 1655, 1745, 1859, 1898, 1900, 1903, 1905], "complete_refil": 0, "address": [0, 568, 581, 1847], "868": 0, "ksi": [0, 511], "should": [0, 3, 6, 8, 125, 139, 140, 141, 147, 148, 356, 361, 366, 377, 447, 449, 459, 491, 494, 496, 512, 513, 515, 523, 539, 551, 562, 565, 566, 568, 570, 571, 573, 574, 579, 1208, 1209, 1683, 1707, 1708, 1709, 1712, 1713, 1714, 1830, 1836, 1846, 1848, 1849, 1850, 1852, 1853, 1856, 1857, 1862, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1883, 1886, 1888, 1892, 1893, 1900, 1901, 1905, 1906], "current": [0, 3, 16, 45, 51, 52, 196, 227, 233, 234, 415, 416, 418, 449, 451, 455, 457, 494, 497, 510, 511, 513, 519, 568, 579, 674, 713, 752, 791, 830, 952, 1836, 1849, 1850, 1857, 1871, 1873, 1875, 1877, 1881, 1885], "insert": [0, 190, 233, 234, 323, 334, 461, 475, 498, 511, 553, 570, 1859, 1875, 1887, 1894, 1899, 1904], "iter": [0, 11, 13, 14, 15, 16, 17, 18, 21, 24, 27, 33, 36, 40, 42, 43, 44, 45, 46, 51, 52, 62, 65, 68, 72, 73, 74, 75, 76, 78, 81, 84, 85, 86, 87, 88, 89, 93, 96, 97, 98, 99, 100, 102, 106, 324, 325, 326, 329, 480, 481, 482, 483, 488, 496, 515, 537, 540, 547, 553, 554, 569, 859, 874, 1766, 1856, 1867, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1888, 1889, 1893, 1894], "rank": [0, 12, 112, 115, 125, 138, 139, 140, 141, 142, 147, 148, 149, 268, 280, 293, 298, 312, 470, 471, 482, 483, 497, 517, 519, 539, 542, 543, 544, 545, 546, 551, 565, 568, 662, 693, 701, 732, 740, 771, 779, 810, 818, 849, 873, 940, 971, 1077, 1090, 1103, 1215, 1804, 1848, 1850, 1871, 1875, 1885, 1887, 1894, 1899, 1904], "swap_row": [0, 190], "swap_coli": 0, "higher": [0, 4, 497, 530, 1854, 1871, 1875], "review": [0, 8, 1847, 1856, 1892, 1900, 1905], "pr": 0, "report": [0, 6, 410, 1766, 1838], "measur": [0, 405, 406, 407, 409, 410, 425, 426, 429, 447, 449, 451, 459, 485, 569, 581, 1199, 1871, 1873, 1874, 1875, 1877, 1878, 1887, 1888, 1890, 1893, 1894, 1895], "eta": [0, 545, 558, 653, 1871, 1872, 1874, 1875, 1876, 1878, 1881, 1885, 1887, 1894], "statu": [0, 1804], "messag": [0, 8, 200, 225, 583, 1847, 1849, 1855, 1856], "impl_tool": 0, "hpp": [0, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 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, 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, 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, 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, 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, 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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 491, 492, 497, 498, 500, 504, 505, 506, 507, 508, 509, 511, 514, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 565, 567, 568, 572, 583, 584, 585, 1858, 1859, 1860, 1861, 1862, 1865, 1908], "its": [0, 3, 46, 51, 52, 97, 352, 361, 432, 440, 490, 494, 498, 505, 506, 512, 515, 516, 518, 519, 522, 523, 537, 541, 548, 549, 551, 554, 561, 568, 569, 570, 573, 585, 873, 991, 992, 1212, 1626, 1627, 1710, 1847, 1848, 1849, 1852, 1857, 1862, 1863, 1870, 1871, 1872, 1875, 1876, 1880, 1881, 1884, 1885, 1887, 1888, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "templat": [0, 6, 9, 11, 27, 109, 110, 111, 151, 186, 187, 188, 190, 235, 239, 240, 243, 251, 256, 297, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 315, 316, 318, 319, 320, 321, 327, 333, 364, 404, 406, 407, 430, 432, 443, 447, 499, 500, 505, 508, 511, 516, 520, 521, 525, 526, 527, 531, 533, 540, 553, 568, 569, 572, 585, 1854], "neg": [0, 405, 426, 429, 537, 539, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1838], "n_cycl": [0, 426, 565, 566, 567, 568, 1867, 1887, 1889, 1890, 1893, 1894, 1895], "until": [0, 405, 426, 428, 429, 451, 558, 566, 1776, 1835, 1836, 1886, 1887, 1892], "callback": [0, 405, 426, 428, 429, 565, 568], "signal": [0, 405, 426, 428, 429, 488, 491], "stop": [0, 133, 405, 426, 428, 429, 568, 1776, 1852], "679": 0, "dure": [0, 447, 488, 491, 494, 496, 504, 566, 581, 1804, 1848, 1856, 1871, 1875, 1888, 1893], "poll": [0, 117], "barrier": [0, 115], "reduc": [0, 140, 141, 148, 157, 249, 258, 266, 290, 315, 410, 454, 461, 471, 479, 482, 483, 495, 497, 541, 549, 565, 568, 571, 578, 585, 1662, 1689, 1872, 1876, 1887, 1893], "cpu": [0, 1804, 1848], "845": 0, "crai": 0, "mpich": 0, "layer": [0, 4, 294, 576, 579, 1724, 1847, 1871, 1875], "unrecogn": 0, "mpi_init": [0, 123, 127], "force_mpi_init": 0, "envvar": 0, "util": [0, 9, 486, 498, 541, 549, 565, 568, 570, 571, 572, 573, 574, 575, 583, 584, 585, 1848, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1890, 1895, 1903], "all_reduc": [0, 1877], "name_block_gener": [0, 549, 873, 1885], "620": 0, "callproxynon": 0, "throw": [0, 169, 194, 199, 224, 411, 474, 500, 583, 1860], "except": [0, 2, 9, 186, 187, 411, 486, 489, 496, 497, 505, 511, 1698, 1699, 1700, 1836, 1860, 1874, 1878], "846": 0, "assert": [0, 1884], "dimens": [0, 165, 171, 172, 254, 255, 346, 347, 375, 387, 449, 494, 497, 518, 530, 542, 543, 544, 545, 546, 555, 557, 561, 571, 599, 601, 602, 620, 622, 623, 662, 701, 740, 779, 818, 858, 940, 1052, 1058, 1065, 1069, 1600, 1607, 1624, 1632, 1633, 1637, 1641, 1648, 1649, 1653, 1656, 1657, 1691, 1754, 1875, 1881, 1884, 1885, 1897, 1899, 1901, 1902, 1904, 1906], "sigma": [0, 541, 549, 558, 559, 568, 571, 573, 574, 581, 653, 1682, 1683, 1694, 1707, 1708, 1709, 1714, 1715, 1717, 1752, 1753, 1758, 1759, 1867, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1901, 1906], "match": [0, 541, 1848, 1856, 1871, 1875], "hop": [0, 498, 551, 553, 556, 558, 559, 561, 573, 1209, 1213, 1609, 1624, 1625, 1644, 1645, 1661, 1662, 1665, 1708, 1752, 1758, 1870, 1875, 1884, 1889, 1894, 1898, 1900, 1901, 1903, 1905, 1906], "859": 0, "wannier90": [0, 571, 1661, 1665, 1666, 1687, 1690, 1692, 1871, 1875], "qe": [0, 571, 1687, 1690, 1692, 1871, 1875], "vasp": [0, 4, 571, 1687, 1690, 1692], "basi": [0, 169, 181, 340, 358, 360, 363, 366, 368, 377, 379, 388, 389, 391, 392, 399, 400, 498, 515, 553, 554, 555, 560, 561, 570, 571, 574, 1063, 1075, 1603, 1608, 1609, 1624, 1625, 1645, 1682, 1683, 1687, 1690, 1692, 1694, 1712, 1713, 1714, 1875, 1881, 1884, 1885, 1890, 1895, 1897, 1901, 1902, 1906], "860": 0, "result": [0, 3, 4, 29, 31, 86, 120, 121, 125, 139, 140, 141, 142, 147, 148, 149, 161, 170, 410, 471, 488, 490, 491, 496, 500, 504, 506, 507, 515, 518, 529, 539, 549, 550, 557, 558, 562, 565, 570, 579, 585, 648, 1657, 1697, 1778, 1846, 1852, 1864, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1884, 1885, 1886, 1888, 1892, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "trace_rho_op": [0, 150, 498, 499], "rho": [0, 557, 558, 568, 643, 644, 648, 653, 654, 1881, 1885, 1892, 1893, 1895, 1897, 1902], "hermitian": [0, 355, 361, 539, 570, 671, 710, 749, 788, 827, 949, 997, 1677], "871": 0, "is_convert": 0, "block2_gf": [0, 301], "872": 0, "881": [0, 1885], "exampl": [0, 7, 8, 9, 266, 490, 494, 496, 500, 501, 504, 505, 507, 508, 509, 513, 514, 515, 516, 522, 523, 529, 540, 541, 547, 548, 552, 558, 563, 566, 567, 568, 569, 570, 571, 576, 579, 583, 585, 933, 1691, 1778, 1846, 1847, 1848, 1850, 1853, 1856, 1857, 1858, 1859, 1860, 1865, 1866, 1867, 1868, 1872, 1876, 1879, 1881, 1883, 1884, 1885, 1887, 1897, 1899, 1902, 1904], "907": 0, "arithmet": [0, 480, 481, 482, 483, 488, 505, 515, 541, 549, 570, 1028, 1620, 1854], "inplac": [0, 884], "propag": [0, 313, 1899, 1904], "figur": [0, 9, 566, 576, 1880, 1881, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906], "histogram": [0, 446, 460, 484, 581, 1890, 1895], "via": [0, 6, 481, 482, 498, 541, 933, 1848, 1849, 1851, 1853, 1856, 1862, 1871, 1872, 1874, 1875, 1876, 1878], "shape": [0, 258, 260, 268, 272, 280, 284, 293, 459, 495, 519, 523, 539, 542, 543, 544, 545, 546, 551, 555, 662, 668, 694, 701, 707, 733, 740, 746, 772, 779, 785, 811, 818, 824, 850, 940, 946, 972, 1052, 1065, 1209, 1213, 1596, 1661, 1664, 1729, 1846, 1860, 1874, 1878, 1885, 1897, 1902], "fit_hermitian": 0, "signatur": [0, 487, 488, 491, 497, 506, 542, 543, 544, 545, 546, 555, 560, 580, 585, 591, 592, 593, 594, 596, 600, 601, 602, 612, 613, 614, 615, 617, 621, 622, 623, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 669, 670, 671, 672, 673, 679, 680, 684, 685, 686, 687, 688, 689, 690, 691, 695, 708, 709, 710, 711, 712, 718, 719, 723, 724, 725, 726, 727, 728, 729, 730, 734, 747, 748, 749, 750, 751, 757, 758, 762, 763, 764, 765, 766, 767, 768, 769, 773, 786, 787, 788, 789, 790, 796, 797, 801, 802, 803, 804, 805, 806, 807, 808, 812, 825, 826, 827, 828, 829, 835, 836, 840, 841, 842, 843, 844, 845, 846, 847, 851, 947, 948, 949, 950, 951, 957, 958, 962, 963, 964, 965, 966, 967, 968, 969, 973, 984, 985, 986, 987, 988, 989, 990, 991, 992, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1055, 1056, 1057, 1060, 1061, 1062, 1064, 1067, 1068, 1072, 1073, 1074, 1076, 1080, 1081, 1085, 1086, 1087, 1088, 1093, 1094, 1098, 1099, 1100, 1101, 1106, 1107, 1111, 1112, 1113, 1114, 1119, 1120, 1121, 1122, 1125, 1126, 1128, 1129, 1130, 1131, 1135, 1136, 1139, 1140, 1141, 1142, 1146, 1147, 1150, 1151, 1154, 1155, 1158, 1159, 1160, 1161, 1166, 1167, 1172, 1173, 1174, 1175, 1176, 1589, 1598, 1611, 1613, 1615, 1617, 1618, 1629, 1631, 1635, 1646, 1647, 1651, 1672, 1674, 1675, 1676, 1677, 1678, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1735, 1742, 1745, 1748, 1749, 1877, 1883, 1884, 1885, 1897, 1899, 1902, 1903, 1904], "fit_hermitian_tail": [0, 238, 539, 933], "tb_from_pythtb": 0, "super": 0, "orbital_nam": [0, 555, 1625, 1644, 1645], "being": [0, 327, 352, 432, 449, 497, 510, 570, 571, 579, 1625, 1645, 1681, 1683, 1686, 1688, 1690, 1857, 1893], "where": [0, 5, 8, 34, 63, 233, 234, 447, 453, 454, 478, 479, 494, 504, 506, 511, 512, 513, 517, 524, 529, 530, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 556, 558, 561, 571, 578, 583, 658, 667, 706, 745, 784, 823, 859, 874, 914, 927, 945, 1052, 1209, 1213, 1665, 1683, 1766, 1830, 1846, 1852, 1856, 1857, 1862, 1865, 1870, 1871, 1875, 1881, 1884, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "scalar_wrap": 0, "captur": [0, 505, 1871, 1873, 1874, 1875, 1876, 1877, 1878, 1890, 1895], "refer": [0, 3, 4, 8, 9, 11, 27, 58, 330, 342, 350, 353, 365, 369, 370, 371, 372, 373, 374, 380, 382, 383, 384, 385, 386, 395, 464, 475, 488, 494, 535, 540, 541, 547, 566, 576, 581, 1743, 1848, 1853, 1857, 1858, 1859, 1860, 1862, 1871, 1875, 1890, 1895, 1897, 1902, 1908], "many_body_operator_r": [0, 570], "numpi": [0, 495, 498, 541, 542, 543, 544, 545, 546, 548, 555, 561, 571, 574, 576, 578, 648, 658, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 933, 940, 976, 1052, 1064, 1065, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1596, 1620, 1625, 1630, 1645, 1661, 1662, 1664, 1665, 1682, 1683, 1687, 1689, 1690, 1692, 1694, 1697, 1712, 1713, 1714, 1729, 1730, 1846, 1852, 1854, 1855, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "brillouin_zon": [0, 1054, 1664, 1897, 1902], "np": [0, 498, 545, 551, 1209, 1213, 1215, 1846, 1848, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1884, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "int": [0, 19, 30, 48, 95, 112, 114, 116, 120, 121, 122, 124, 125, 138, 139, 140, 141, 142, 147, 148, 149, 153, 154, 155, 156, 157, 158, 160, 162, 165, 168, 171, 172, 174, 177, 178, 180, 181, 183, 184, 212, 213, 222, 240, 242, 243, 251, 252, 253, 254, 255, 256, 258, 297, 301, 302, 304, 305, 306, 307, 308, 310, 311, 314, 315, 318, 320, 321, 327, 328, 333, 336, 337, 340, 341, 348, 370, 375, 381, 387, 390, 392, 393, 394, 401, 402, 405, 411, 415, 416, 426, 428, 429, 448, 449, 451, 452, 455, 456, 457, 458, 459, 463, 469, 470, 471, 480, 481, 482, 483, 490, 494, 495, 497, 498, 500, 504, 505, 506, 507, 508, 511, 514, 515, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 542, 543, 544, 545, 546, 548, 551, 553, 554, 561, 565, 567, 568, 570, 573, 574, 575, 583, 585, 587, 589, 591, 592, 593, 594, 596, 600, 601, 602, 610, 612, 613, 614, 615, 617, 621, 622, 623, 633, 634, 635, 636, 662, 671, 673, 682, 685, 691, 692, 693, 694, 701, 710, 712, 721, 724, 730, 731, 732, 733, 740, 749, 751, 760, 763, 769, 770, 771, 772, 779, 788, 790, 799, 802, 808, 809, 810, 811, 818, 827, 829, 838, 841, 847, 848, 849, 850, 873, 895, 914, 927, 940, 949, 951, 960, 963, 969, 970, 971, 972, 989, 990, 997, 999, 1003, 1009, 1028, 1052, 1065, 1116, 1121, 1122, 1126, 1132, 1143, 1152, 1164, 1176, 1209, 1211, 1617, 1618, 1620, 1632, 1633, 1648, 1649, 1664, 1665, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1745, 1858, 1859, 1860, 1861, 1865, 1871, 1874, 1875, 1877, 1878, 1880, 1883, 1885, 1887, 1890, 1895, 1901, 1906], "h_int_kanamori": [0, 498, 573], "correct": [0, 478, 479, 500, 504, 505, 517, 521, 541, 568, 576, 1862, 1871, 1872, 1873, 1875, 1876, 1877], "static": [0, 4, 488, 567, 570, 1873, 1877, 1899, 1904], "pyref": 0, "lifetim": 0, "mai": [0, 494, 496, 498, 522, 535, 541, 549, 570, 578, 579, 585, 1833, 1837, 1839, 1848, 1852, 1853, 1881, 1885, 1905, 1908], "beyond": [0, 81, 494, 570, 1873, 1877], "interpret": [0, 1854, 1868, 1871, 1875, 1879], "mesh_point": [0, 461], "perfect": [0, 1852, 1857, 1907], "forward": [0, 352, 585, 1847], "properli": [0, 496, 508, 1630, 1856, 1871, 1875], "matsubara": [0, 180, 300, 304, 305, 306, 310, 313, 498, 515, 516, 519, 533, 534, 535, 537, 539, 540, 541, 545, 547, 548, 549, 551, 633, 668, 696, 707, 735, 746, 774, 785, 813, 824, 852, 919, 922, 923, 946, 974, 985, 986, 987, 989, 994, 1028, 1077, 1090, 1116, 1124, 1209, 1871, 1875, 1881, 1884, 1885, 1888, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "frequenc": [0, 180, 184, 252, 253, 305, 310, 314, 316, 498, 515, 516, 517, 519, 526, 533, 534, 537, 540, 541, 544, 547, 548, 549, 551, 636, 668, 696, 707, 735, 746, 774, 785, 813, 824, 852, 914, 927, 933, 946, 974, 986, 989, 1028, 1077, 1090, 1116, 1124, 1152, 1214, 1215, 1217, 1861, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1886, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "protect": [0, 1890, 1895], "mesh_point_t": [0, 515, 535, 537], "against": [0, 1848, 1853, 1856, 1881, 1885], "race": 0, "condit": [0, 478, 479, 480, 481, 482, 483, 505, 549, 570, 583, 1867, 1871, 1875, 1877, 1878, 1881, 1885, 1888, 1890, 1893, 1895, 1901, 1906], "logo": [0, 5], "keyword": [0, 509, 873, 1830, 1839, 1883, 1885, 1887, 1898, 1903], "simpl": [0, 3, 4, 7, 117, 152, 228, 229, 448, 455, 457, 459, 494, 496, 497, 498, 501, 505, 508, 509, 515, 541, 548, 549, 552, 556, 562, 563, 565, 568, 576, 578, 579, 580, 585, 657, 1801, 1848, 1852, 1853, 1854, 1859, 1863, 1867, 1871, 1875, 1881, 1884, 1885, 1886, 1889, 1892, 1894, 1898, 1899, 1903, 1904], "app": [0, 1872, 1876], "891": 0, "singular": [0, 199, 200, 224, 225, 258, 519, 523, 525, 529, 535, 1901, 1906], "apptain": 0, "minimum": 0, "gmp": [0, 1852, 1854], "prerequisit": 0, "also": [0, 3, 4, 6, 7, 430, 474, 488, 491, 494, 497, 500, 504, 507, 515, 516, 521, 529, 530, 541, 549, 553, 559, 566, 568, 569, 570, 571, 1686, 1752, 1758, 1835, 1836, 1846, 1847, 1848, 1857, 1858, 1868, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "python3": [0, 1848, 1853, 1855, 1883, 1884, 1885], "simplifi": [0, 496, 497, 506, 521, 541, 549, 1871, 1875, 1883, 1897, 1902], "brew": [0, 1852], "intelllvm": [0, 1854], "2023": [0, 1854, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "lattice_tool": [0, 1884], "direct": [0, 244, 365, 478, 479, 498, 515, 519, 540, 547, 559, 561, 568, 1052, 1065, 1760, 1761, 1848, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "sphinxext": 0, "plot_direct": 0, "account": [0, 8, 518, 1662, 1875, 1877, 1878, 1899, 1904], "prefix": [0, 1852], "slightli": [0, 1849, 1850, 1881, 1885, 1888, 1893], "descript": [0, 4, 355, 492, 509, 511, 1592, 1850, 1854, 1881, 1885], "som": 0, "seri": [0, 461, 478, 479, 514, 515, 1662, 1740, 1857, 1866, 1869, 1897, 1902, 1907], "previou": [0, 216, 505, 512, 515, 541, 578, 584, 1846, 1856, 1867, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1887, 1889, 1894, 1898, 1899, 1900, 1903, 1904, 1905], "sampl": [0, 4, 356, 447, 457, 461, 463, 472, 473, 478, 479, 581, 1740, 1746, 1747, 1871, 1875, 1880, 1888, 1893], "22": [0, 506, 1848, 1855, 1875, 1881, 1885, 1894], "mention": [0, 298, 549, 566], "toctre": 0, "openmpi": [0, 1848, 1853, 1854, 1855], "dir": [0, 1661, 1848], "path": [0, 494, 495, 496, 561, 1181, 1182, 1185, 1188, 1205, 1661, 1664, 1850, 1852, 1853, 1862, 1871, 1872, 1875, 1876, 1877, 1878, 1889, 1894, 1897, 1898, 1899, 1902, 1903, 1904], "rst": [0, 7, 509, 1862], "filenam": [0, 491, 557, 651, 885, 889, 1665, 1666, 1846], "literalinclud": 0, "manual": [0, 5, 451, 489, 492, 494, 505, 521, 541, 545, 549, 561, 563, 566, 568, 570, 583, 1801, 1848, 1871, 1872, 1875, 1876, 1897, 1902, 1905], "latest": [0, 8, 1848, 1849, 1852, 1853, 1854, 1856, 1897, 1902], "findsanit": 0, "tsan": 0, "msan": 0, "minor": [0, 1908], "disabl": [0, 508], "compat": [0, 5, 294, 549, 570, 663, 702, 741, 780, 819, 886, 895, 1856, 1871, 1875, 1877, 1887], "repo": 0, "9": [0, 243, 252, 253, 258, 508, 511, 565, 1854, 1856, 1859, 1875, 1877, 1878, 1879, 1880, 1884, 1885, 1890, 1893, 1894, 1895, 1902, 1905, 1906], "extract_flag": 0, "flag": [0, 7, 1848, 1850, 1851, 1864, 1873, 1874, 1877, 1878, 1882], "bench": 0, "dbuild_bench": 0, "ON": [0, 7, 1851], "linux": [0, 584, 1848, 1852], "pandoc": 0, "sphinx": [0, 7, 1854], "6": [0, 243, 252, 258, 266, 457, 482, 483, 507, 517, 545, 562, 585, 1662, 1854, 1859, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1888, 1892, 1894, 1895, 1897, 1898, 1902, 1903, 1905, 1906], "specifi": [0, 8, 12, 128, 506, 549, 568, 571, 581, 1662, 1682, 1683, 1836, 1850, 1851, 1855, 1871, 1874, 1875, 1877, 1878, 1881, 1885], "lapack_root": 0, "13": [0, 19, 95, 299, 1875, 1877, 1884, 1885, 1889, 1894], "timeout": [0, 1836], "limit": [0, 4, 405, 426, 428, 429, 461, 514, 518, 522, 1854, 1871, 1873, 1875, 1877, 1898, 1899, 1901, 1903, 1904, 1906], "hour": [0, 414, 422, 568], "cc": [0, 1849, 1850, 1852], "cxx": [0, 1849, 1850, 1851, 1852, 1855, 1856, 1865], "atomdiagr": [0, 587, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640], "atomdiagcomplex": [0, 587], "small": [0, 7, 517, 553, 1830, 1848, 1849, 1856, 1857, 1871, 1873, 1875, 1877, 1878, 1881, 1883, 1885, 1888, 1893], "some": [0, 7, 203, 296, 361, 410, 488, 489, 492, 495, 497, 498, 500, 501, 504, 506, 507, 511, 513, 521, 522, 541, 549, 554, 566, 568, 569, 570, 579, 584, 1021, 1848, 1849, 1850, 1852, 1853, 1857, 1865, 1868, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1883, 1885, 1887, 1888, 1893, 1899, 1904, 1905], "a7a4cd": 0, "cplus_include_path": [0, 1848, 1850, 1855], "library_path": [0, 1850, 1852], "still": [0, 4, 501, 504, 509, 1836, 1849, 1852, 1871, 1875, 1880, 1889, 1893, 1894], "runtim": [0, 505, 570, 583, 1848], "clang13": 0, "n_tau": [0, 183, 311, 498, 517, 635, 990, 1132, 1875, 1878, 1881, 1883, 1885, 1887, 1892, 1893], "backward": [0, 294, 663, 702, 741, 780, 819, 886, 895], "matsubara_domain": [0, 525], "field": [0, 9, 494, 554, 558, 563, 568, 570, 578, 653, 1857, 1871, 1875, 1877, 1878, 1881, 1885, 1890, 1895, 1898, 1901, 1903, 1906], "separ": [0, 363, 445, 549, 551, 562, 1211, 1842, 1850, 1853, 1871, 1875, 1881, 1885, 1899, 1900, 1901, 1904, 1905, 1906], "restructur": 0, "compon": [0, 498, 529, 530, 551, 571, 574, 1208, 1662, 1687, 1692, 1714, 1717, 1847, 1871, 1875, 1877, 1881, 1885, 1888, 1893, 1900, 1901, 1905, 1906], "peopl": 0, "who": 0, "contribut": [0, 5, 8, 1847, 1849, 1871, 1875, 1877, 1899, 1901, 1904, 1906], "sophi": 0, "beck": 0, "maxim": [0, 551, 1211, 1881, 1885], "charleboi": 0, "jonathan": 0, "karp": 0, "marku": 0, "richter": 0, "andrea": 0, "weh": 0, "rok": 0, "\u017eitko": 0, "respositori": [0, 1856], "wget": [0, 1856], "http": [0, 4, 8, 518, 933, 1846, 1848, 1856, 1866, 1869, 1879, 1897, 1902, 1907], "githubusercont": [0, 1856], "com": [0, 4, 8, 1846, 1848, 1856, 1866, 1869, 1871, 1875, 1907], "porting_tool": [0, 1856], "port_to_triqs3": [0, 1856], "chmod": [0, 1856], "x": [0, 19, 95, 109, 110, 111, 112, 125, 138, 140, 141, 147, 148, 149, 192, 195, 202, 208, 211, 231, 232, 233, 234, 235, 243, 258, 270, 278, 282, 301, 371, 383, 443, 448, 449, 452, 459, 496, 497, 500, 504, 506, 507, 508, 509, 510, 511, 513, 516, 518, 520, 529, 534, 535, 540, 545, 551, 554, 555, 560, 562, 568, 570, 571, 574, 577, 578, 581, 585, 657, 658, 667, 698, 706, 737, 745, 776, 784, 815, 823, 854, 912, 931, 945, 976, 978, 979, 1024, 1025, 1183, 1185, 1199, 1201, 1203, 1207, 1209, 1212, 1213, 1216, 1598, 1615, 1626, 1635, 1651, 1661, 1687, 1690, 1692, 1714, 1717, 1766, 1770, 1776, 1788, 1795, 1796, 1803, 1805, 1808, 1809, 1811, 1817, 1819, 1822, 1823, 1825, 1847, 1848, 1854, 1856, 1859, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1884, 1885, 1890, 1893, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906], "befor": [0, 8, 195, 198, 223, 249, 408, 432, 449, 513, 525, 526, 549, 568, 570, 584, 1830, 1831, 1835, 1836, 1848, 1849, 1852, 1853, 1857, 1859, 1871, 1872, 1875, 1876, 1881, 1883, 1885, 1886, 1887, 1888, 1893], "commit": [0, 8, 579, 1856], "them": [0, 8, 249, 266, 388, 411, 494, 500, 501, 504, 506, 513, 518, 521, 541, 549, 553, 559, 562, 570, 576, 579, 1754, 1756, 1763, 1847, 1856, 1857, 1871, 1872, 1875, 1876, 1879, 1880, 1881, 1885, 1887, 1888, 1892, 1893], "If": [0, 3, 4, 7, 8, 115, 117, 122, 201, 290, 349, 405, 406, 408, 426, 429, 447, 488, 491, 495, 496, 497, 500, 506, 507, 512, 515, 525, 526, 529, 531, 533, 541, 542, 543, 544, 545, 546, 548, 549, 551, 557, 558, 562, 566, 567, 568, 570, 571, 573, 574, 575, 651, 658, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 873, 904, 933, 940, 976, 1021, 1209, 1624, 1664, 1682, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1766, 1778, 1830, 1847, 1848, 1850, 1852, 1853, 1854, 1855, 1856, 1857, 1860, 1862, 1864, 1865, 1871, 1872, 1875, 1876, 1881, 1882, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1901, 1906], "problem": [0, 4, 6, 9, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 489, 496, 498, 513, 549, 565, 569, 581, 933, 1847, 1852, 1857, 1867, 1871, 1873, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1899, 1901, 1904, 1906], "feel": [0, 7, 1871, 1872, 1875, 1876], "contact": [0, 4, 6, 494, 1848], "open": [0, 6, 497, 541, 549, 578, 579, 1846, 1848, 1849, 1852, 1856, 1858, 1871, 1873, 1875, 1877, 1882, 1888, 1893], "discuss": [0, 4, 5, 515, 1847, 1871, 1875, 1886, 1888, 1892, 1893, 1901, 1906], "github": [0, 3, 4, 5, 7, 8, 1846, 1847, 1848, 1857, 1866, 1869, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1897, 1902, 1907], "wa": [0, 194, 447, 457, 459, 525, 583, 585, 1882, 1887, 1894, 1897, 1902], "possibl": [0, 3, 11, 290, 449, 488, 490, 491, 506, 507, 508, 511, 513, 539, 541, 562, 570, 873, 1854, 1884, 1885, 1897, 1898, 1900, 1902, 1903, 1905, 1908], "structur": [0, 4, 180, 181, 182, 183, 184, 327, 494, 496, 498, 505, 511, 513, 549, 558, 560, 568, 570, 573, 575, 861, 873, 878, 1609, 1697, 1721, 1847, 1863, 1865, 1871, 1875, 1878, 1881, 1883, 1884, 1885, 1887, 1888, 1893, 1898, 1903], "gfrefreq": [0, 540, 541, 546, 547, 548, 551, 1196, 1214, 1215, 1217, 1885, 1893], "d": [0, 3, 243, 455, 457, 488, 495, 496, 511, 512, 513, 541, 548, 549, 555, 556, 557, 558, 561, 567, 571, 643, 653, 674, 713, 752, 791, 830, 914, 915, 927, 928, 930, 952, 1596, 1681, 1683, 1687, 1688, 1690, 1692, 1697, 1858, 1859, 1870, 1871, 1875, 1877, 1879, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1893, 1895, 1898, 1901, 1903, 1906], "omega": [0, 180, 184, 252, 298, 300, 312, 313, 513, 518, 529, 539, 541, 547, 548, 550, 551, 558, 559, 577, 578, 653, 698, 737, 776, 815, 854, 905, 908, 914, 927, 976, 1209, 1752, 1758, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1886, 1888, 1890, 1892, 1893, 1895, 1897, 1901, 1902, 1904, 1906], "v": [0, 8, 9, 19, 138, 139, 140, 141, 142, 243, 254, 301, 302, 315, 327, 328, 453, 454, 480, 481, 482, 483, 489, 500, 505, 507, 508, 512, 517, 521, 551, 554, 561, 578, 1055, 1209, 1213, 1858, 1864, 1879, 1881, 1885, 1887, 1899, 1904], "featur": [0, 4, 5, 352, 489, 492, 501, 568, 584, 1848, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1884, 1888, 1893, 1897, 1898, 1902, 1903, 1908], "due": [0, 494, 549, 584, 1871, 1875, 1877, 1881, 1885, 1887], "lack": [0, 447, 1871, 1875], "complex": [0, 9, 151, 152, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 349, 354, 363, 376, 481, 482, 495, 497, 498, 501, 507, 508, 515, 518, 519, 525, 526, 527, 531, 533, 537, 542, 544, 545, 546, 551, 562, 568, 570, 571, 573, 574, 577, 578, 579, 589, 1028, 1209, 1683, 1690, 1694, 1709, 1712, 1713, 1714, 1871, 1875, 1879, 1881, 1885, 1887, 1899, 1900, 1901, 1904, 1905, 1906], "integ": [0, 11, 48, 49, 53, 114, 323, 327, 388, 443, 448, 490, 539, 541, 557, 567, 568, 571, 574, 580, 587, 589, 610, 651, 692, 731, 770, 809, 848, 970, 1052, 1065, 1624, 1625, 1645, 1662, 1681, 1682, 1683, 1684, 1685, 1686, 1688, 1690, 1693, 1712, 1713, 1714, 1776, 1833, 1838, 1856, 1883, 1884], "target_shap": [0, 257, 269, 281, 539, 542, 543, 544, 545, 546, 662, 668, 674, 701, 707, 713, 740, 746, 752, 779, 785, 791, 818, 824, 830, 940, 946, 952, 1871, 1875, 1877, 1878, 1881, 1882, 1884, 1885, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "The": [0, 3, 9, 50, 54, 91, 94, 116, 117, 120, 121, 125, 140, 147, 149, 153, 154, 155, 156, 157, 162, 163, 164, 167, 169, 171, 179, 180, 181, 182, 183, 184, 185, 186, 187, 195, 221, 233, 234, 249, 252, 253, 257, 258, 266, 269, 278, 281, 290, 291, 298, 300, 312, 313, 314, 315, 323, 328, 330, 331, 352, 353, 358, 363, 366, 368, 377, 379, 406, 408, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 425, 426, 427, 428, 429, 433, 440, 441, 447, 449, 451, 453, 454, 459, 461, 471, 478, 479, 486, 489, 490, 492, 493, 496, 497, 500, 501, 504, 505, 506, 508, 509, 510, 513, 514, 515, 516, 517, 519, 520, 521, 522, 523, 525, 526, 527, 528, 530, 531, 533, 535, 537, 538, 539, 540, 542, 543, 544, 545, 546, 547, 548, 550, 551, 552, 554, 555, 556, 559, 560, 563, 567, 569, 570, 571, 573, 574, 575, 577, 578, 579, 580, 581, 583, 585, 597, 598, 601, 604, 618, 619, 622, 625, 632, 633, 634, 635, 636, 637, 643, 644, 647, 648, 657, 662, 677, 681, 682, 693, 694, 697, 698, 701, 716, 720, 721, 732, 733, 736, 737, 740, 755, 759, 760, 771, 772, 775, 776, 779, 794, 798, 799, 810, 811, 814, 815, 818, 833, 837, 838, 849, 850, 853, 854, 873, 908, 914, 916, 919, 922, 933, 940, 955, 959, 960, 971, 972, 975, 976, 1028, 1042, 1052, 1054, 1065, 1070, 1077, 1090, 1103, 1152, 1164, 1199, 1208, 1209, 1214, 1215, 1217, 1596, 1604, 1609, 1614, 1620, 1624, 1632, 1633, 1638, 1639, 1644, 1648, 1649, 1654, 1655, 1662, 1682, 1683, 1687, 1689, 1690, 1692, 1694, 1697, 1698, 1699, 1700, 1706, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1738, 1740, 1752, 1758, 1761, 1831, 1833, 1837, 1839, 1847, 1848, 1849, 1850, 1851, 1852, 1854, 1856, 1857, 1858, 1859, 1860, 1861, 1863, 1868, 1869, 1872, 1874, 1876, 1877, 1878, 1880, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1907, 1908], "aforement": 0, "deprect": 0, "goe": [0, 554, 568, 1871, 1872, 1875, 1876, 1893], "along": [0, 492, 513, 561, 579, 1664, 1865, 1871, 1875, 1897, 1898, 1899, 1902, 1903, 1904], "often": [0, 195, 459, 581, 584, 1881, 1884, 1885, 1908], "kind": [0, 3, 128, 243, 518, 530, 579, 1874, 1878], "up": [0, 222, 298, 299, 332, 336, 405, 426, 428, 429, 433, 447, 448, 449, 455, 474, 497, 498, 514, 549, 553, 558, 565, 573, 574, 575, 858, 873, 1189, 1677, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1804, 1847, 1848, 1853, 1857, 1867, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1906], "dn": [0, 498], "word": [0, 498, 513, 562, 1881, 1885, 1898, 1903, 1908], "ask": [0, 5, 7, 1847, 1848, 1856], "provid": [0, 3, 4, 6, 7, 152, 157, 169, 314, 349, 355, 363, 426, 447, 494, 496, 497, 500, 504, 516, 517, 518, 521, 522, 530, 535, 539, 550, 553, 554, 558, 563, 568, 569, 570, 571, 573, 574, 575, 577, 579, 581, 583, 873, 933, 1664, 1683, 1694, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1847, 1848, 1849, 1852, 1856, 1857, 1868, 1871, 1875, 1879, 1881, 1883, 1884, 1885, 1887, 1888, 1890, 1891, 1893, 1895, 1898, 1903], "each": [0, 26, 162, 252, 327, 352, 353, 357, 405, 411, 415, 426, 427, 428, 429, 448, 461, 480, 481, 482, 483, 490, 496, 497, 511, 515, 519, 523, 535, 549, 551, 553, 557, 559, 562, 570, 571, 572, 578, 579, 585, 597, 618, 695, 734, 773, 812, 851, 873, 973, 1010, 1052, 1065, 1069, 1185, 1213, 1625, 1633, 1645, 1649, 1657, 1664, 1691, 1740, 1760, 1761, 1767, 1778, 1848, 1850, 1856, 1871, 1875, 1877, 1881, 1884, 1885, 1887, 1888, 1890, 1893, 1895, 1897, 1898, 1902, 1903], "correspondingli": [0, 539], "gf_struct_t": [0, 180, 181, 182, 183, 184, 243, 294, 327, 498, 633, 634, 635, 636, 1696, 1697, 1701], "ha": [0, 3, 73, 127, 133, 137, 194, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 300, 349, 405, 426, 428, 429, 447, 449, 455, 457, 489, 490, 494, 495, 496, 497, 500, 504, 505, 511, 512, 513, 514, 515, 518, 530, 534, 535, 541, 549, 551, 558, 565, 567, 568, 578, 1211, 1644, 1782, 1801, 1833, 1836, 1837, 1838, 1846, 1847, 1849, 1852, 1855, 1856, 1864, 1868, 1871, 1873, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "std": [0, 11, 12, 13, 19, 27, 32, 34, 40, 43, 46, 48, 49, 58, 63, 70, 71, 73, 84, 95, 97, 115, 126, 138, 139, 140, 141, 142, 157, 159, 161, 162, 168, 170, 172, 173, 184, 186, 187, 195, 202, 203, 204, 205, 206, 207, 214, 221, 234, 237, 239, 242, 243, 245, 246, 247, 252, 253, 261, 262, 263, 265, 268, 273, 274, 275, 277, 280, 285, 286, 287, 289, 293, 294, 302, 316, 327, 330, 331, 333, 340, 342, 343, 345, 349, 350, 354, 361, 363, 376, 391, 395, 396, 398, 405, 406, 407, 408, 411, 412, 423, 424, 426, 427, 428, 429, 432, 437, 438, 441, 442, 443, 445, 448, 452, 453, 454, 455, 457, 465, 466, 467, 468, 475, 478, 479, 480, 481, 482, 483, 488, 489, 497, 500, 504, 505, 506, 507, 508, 511, 515, 521, 525, 526, 529, 539, 553, 562, 565, 567, 568, 570, 572, 583, 585, 633, 634, 635, 636, 670, 671, 672, 673, 709, 710, 711, 712, 748, 749, 750, 751, 787, 788, 789, 790, 826, 827, 828, 829, 948, 949, 950, 951, 996, 997, 998, 999, 1055, 1126, 1617, 1618, 1858, 1859, 1860, 1861, 1865], "vector": [0, 11, 19, 34, 95, 138, 139, 140, 141, 142, 151, 157, 159, 161, 162, 170, 172, 173, 175, 186, 187, 193, 195, 202, 203, 204, 205, 221, 234, 237, 239, 242, 243, 252, 253, 302, 326, 327, 328, 329, 350, 363, 364, 365, 391, 430, 452, 453, 454, 464, 478, 479, 480, 481, 482, 483, 497, 500, 505, 507, 510, 511, 512, 521, 553, 554, 555, 560, 561, 565, 570, 574, 587, 589, 595, 606, 608, 610, 616, 627, 629, 1052, 1055, 1063, 1075, 1596, 1603, 1608, 1609, 1611, 1612, 1613, 1624, 1625, 1629, 1631, 1645, 1646, 1647, 1661, 1662, 1664, 1665, 1666, 1714, 1717, 1859, 1875, 1879, 1883, 1884, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "variant": [0, 326, 329, 539, 570], "long": [0, 12, 53, 55, 56, 57, 60, 61, 114, 117, 153, 155, 176, 191, 192, 195, 202, 204, 208, 209, 217, 218, 221, 227, 228, 229, 230, 231, 232, 233, 234, 236, 237, 268, 280, 293, 310, 311, 323, 326, 329, 376, 463, 472, 473, 488, 491, 494, 497, 498, 515, 535, 568, 570, 583, 1055, 1853, 1871, 1875, 1889, 1894, 1901, 1906], "effect": [0, 478, 479, 511, 515, 542, 543, 544, 545, 546, 549, 662, 701, 740, 779, 818, 1871, 1873, 1875, 1877, 1881, 1885, 1887, 1890, 1895, 1898, 1903], "particular": [0, 3, 162, 249, 266, 494, 497, 509, 511, 549, 572, 581, 585, 1848, 1850, 1853, 1856, 1862, 1890, 1895, 1901, 1906], "cthyb": [0, 4, 933, 1848, 1857, 1867, 1869, 1871, 1874, 1875, 1878, 1888, 1893], "tprf": [0, 1884, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "dft_tool": [0, 4, 1871, 1875], "gf_mesh": [0, 535, 681, 720, 759, 798, 837, 959], "were": [0, 4, 450, 1871, 1875, 1882, 1897, 1902], "further": [0, 447, 449, 457, 535, 541, 1852, 1855, 1871, 1875, 1886, 1890, 1892, 1895], "regroup": [0, 510], "cyclic_lattic": 0, "cartesian_product": 0, "prod": [0, 516, 519, 529, 534, 535, 540, 1860, 1871, 1875, 1877, 1878], "kept": [0, 433, 449, 562, 1900, 1905], "alias": [0, 10, 521, 570], "mean": [0, 446, 447, 478, 479, 481, 482, 483, 497, 509, 519, 522, 525, 526, 527, 531, 533, 535, 539, 541, 542, 543, 544, 545, 546, 549, 565, 566, 568, 570, 579, 581, 1830, 1857, 1865, 1871, 1875, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1890, 1895, 1901, 1906], "auto": [0, 16, 19, 23, 24, 29, 31, 32, 34, 38, 40, 44, 48, 74, 83, 86, 93, 94, 95, 98, 104, 106, 109, 110, 113, 125, 147, 149, 157, 251, 252, 253, 254, 255, 256, 258, 260, 267, 272, 279, 284, 292, 297, 304, 305, 306, 307, 308, 310, 311, 314, 318, 319, 320, 321, 352, 414, 422, 446, 447, 448, 450, 452, 453, 454, 478, 479, 480, 481, 482, 483, 485, 488, 491, 494, 498, 500, 504, 505, 506, 507, 514, 515, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 535, 539, 553, 570, 585, 587, 589, 610, 695, 734, 773, 812, 851, 973, 1010, 1856, 1858, 1860, 1861, 1883, 1887, 1894, 1895, 1905], "m": [0, 3, 196, 212, 243, 257, 258, 266, 269, 270, 278, 281, 282, 290, 291, 297, 307, 308, 318, 406, 408, 425, 431, 432, 449, 510, 511, 512, 515, 517, 518, 523, 561, 565, 568, 571, 1039, 1040, 1077, 1090, 1103, 1176, 1682, 1853, 1860, 1875, 1880, 1881, 1885, 1897, 1898, 1899, 1902, 1903, 1904], "brillouin": [0, 515, 556, 1052, 1604, 1632, 1644, 1648, 1664, 1758, 1884, 1886, 1890, 1892, 1895, 1897, 1898, 1899, 1902, 1903, 1904], "zone": [0, 515, 556, 1052, 1604, 1632, 1644, 1648, 1664, 1758, 1884, 1886, 1890, 1892, 1895, 1897, 1898, 1899, 1902, 1903, 1904], "tag": [0, 27, 128, 243, 249, 258, 266, 290, 296, 315, 494, 495, 496, 505, 525, 526, 527, 529, 531, 533, 1025], "associ": [0, 300, 313, 368, 369, 374, 375, 379, 380, 386, 387, 496, 535, 560, 1077, 1090, 1103, 1604, 1609, 1644, 1866, 1868, 1869, 1881, 1884, 1885, 1890, 1895, 1907], "those": [0, 3, 496, 497, 573, 1706, 1847, 1853, 1879, 1884, 1887], "occurr": 0, "latter": [0, 1849, 1871, 1873, 1875, 1877], "appli": [0, 11, 26, 83, 86, 352, 353, 358, 368, 379, 478, 479, 497, 554, 570, 1199, 1730, 1862, 1899, 1904], "short": [0, 539, 550, 568, 1857, 1866, 1889, 1894], "repres": [0, 11, 36, 323, 491, 515, 521, 570, 572, 578, 1143, 1838, 1839, 1860, 1875, 1881, 1885, 1890, 1895], "help": [0, 3, 8, 562, 576, 579, 1662, 1852, 1856, 1857, 1900, 1905], "t": [0, 3, 34, 109, 110, 111, 112, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 143, 144, 146, 147, 148, 149, 297, 301, 302, 307, 308, 309, 315, 318, 332, 336, 443, 447, 449, 452, 453, 454, 459, 478, 479, 485, 490, 495, 497, 508, 512, 513, 516, 517, 518, 522, 534, 540, 541, 548, 553, 556, 558, 559, 560, 561, 566, 568, 571, 572, 574, 578, 585, 695, 698, 734, 737, 773, 776, 812, 815, 851, 854, 973, 976, 1010, 1609, 1683, 1690, 1694, 1712, 1713, 1714, 1760, 1761, 1847, 1867, 1870, 1871, 1875, 1880, 1881, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "abov": [0, 3, 495, 508, 539, 541, 549, 561, 566, 568, 576, 1724, 1871, 1875, 1877, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "doe": [0, 9, 169, 222, 230, 231, 232, 233, 234, 235, 236, 237, 408, 432, 492, 494, 504, 505, 506, 510, 511, 515, 517, 541, 549, 566, 568, 579, 1090, 1103, 1856, 1857, 1871, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1884, 1885, 1886, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "ani": [0, 3, 7, 8, 230, 231, 232, 233, 234, 235, 236, 237, 258, 295, 299, 310, 311, 317, 366, 377, 447, 494, 495, 496, 497, 500, 504, 505, 506, 508, 509, 512, 515, 522, 549, 563, 568, 570, 573, 578, 579, 583, 989, 990, 1729, 1839, 1847, 1848, 1853, 1860, 1865, 1871, 1875, 1877, 1881, 1882, 1884, 1885, 1898, 1903], "avail": [0, 4, 445, 449, 517, 541, 567, 570, 580, 933, 1735, 1833, 1848, 1849, 1850, 1852, 1857, 1897, 1902], "op": [0, 110, 111, 140, 141, 147, 148, 151, 169, 186, 187, 188, 315, 350, 352, 357, 471, 497, 511, 570, 631, 638, 639, 640, 1676, 1677, 1803, 1817, 1877], "write": [0, 5, 9, 49, 207, 246, 262, 274, 286, 331, 343, 396, 461, 466, 492, 494, 495, 496, 497, 505, 511, 512, 515, 519, 530, 537, 549, 551, 554, 562, 563, 565, 570, 1217, 1857, 1858, 1863, 1866, 1871, 1875, 1877, 1881, 1884, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "linalg": [0, 1858, 1884], "part": [0, 3, 7, 295, 300, 316, 317, 388, 407, 447, 449, 455, 456, 457, 458, 459, 497, 504, 511, 515, 541, 556, 562, 568, 570, 573, 671, 673, 675, 683, 710, 712, 714, 722, 749, 751, 753, 761, 788, 790, 792, 800, 827, 829, 831, 839, 863, 868, 881, 888, 933, 949, 951, 953, 961, 997, 999, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1644, 1671, 1673, 1698, 1699, 1700, 1706, 1710, 1846, 1852, 1857, 1858, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1885, 1888, 1890, 1893, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "modul": [0, 2, 490, 491, 492, 496, 541, 549, 556, 570, 571, 572, 573, 579, 580, 586, 641, 655, 659, 660, 1177, 1590, 1667, 1679, 1722, 1731, 1736, 1750, 1764, 1778, 1835, 1848, 1850, 1856, 1862, 1871, 1875, 1882, 1883, 1884], "simul": [0, 447, 494, 566, 581, 1887, 1894], "serv": [0, 447, 461, 1740], "dual": [0, 447], "purpos": [0, 5, 447, 497, 510, 515, 523, 529, 554, 562, 570, 585, 1832, 1837, 1881, 1885, 1889, 1894, 1897, 1898, 1902, 1903], "perform": [0, 195, 203, 251, 266, 290, 312, 313, 315, 356, 361, 440, 447, 474, 479, 506, 507, 512, 517, 551, 568, 581, 984, 1209, 1847, 1848, 1859, 1881, 1883, 1885, 1886, 1889, 1892, 1894, 1898, 1903], "logarithm": [0, 449, 457, 458, 459, 1881, 1885, 1901, 1906], "bin": [0, 446, 448, 449, 451, 452, 453, 454, 455, 456, 457, 458, 459, 461, 463, 469, 474, 477, 478, 479, 485, 551, 557, 581, 1211, 1657, 1738, 1740, 1745, 1850, 1852, 1853, 1887, 1890, 1895], "which": [0, 6, 129, 201, 203, 226, 243, 349, 388, 430, 447, 448, 449, 452, 471, 478, 479, 485, 488, 490, 492, 495, 496, 497, 498, 504, 505, 509, 511, 515, 517, 521, 537, 539, 541, 549, 554, 559, 563, 565, 566, 567, 568, 570, 571, 572, 573, 574, 578, 579, 581, 585, 648, 658, 698, 737, 776, 815, 854, 873, 940, 976, 1683, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1760, 1776, 1778, 1848, 1853, 1854, 1855, 1856, 1858, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1884, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "estim": [0, 447, 478, 479, 485, 581, 1871, 1875, 1893, 1901, 1906], "correl": [0, 9, 446, 447, 485, 1847, 1857, 1871, 1875, 1887, 1888, 1893, 1894, 1898, 1901, 1903, 1906], "b": [0, 4, 168, 243, 302, 443, 455, 457, 463, 468, 469, 488, 491, 496, 509, 512, 521, 538, 570, 571, 577, 578, 674, 713, 752, 791, 830, 952, 1179, 1180, 1202, 1589, 1683, 1694, 1744, 1745, 1767, 1771, 1772, 1773, 1774, 1798, 1847, 1858, 1865, 1879, 1880, 1882, 1890, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "compress": [0, 447, 448, 449, 451, 494], "process": [0, 8, 9, 12, 112, 113, 115, 125, 137, 138, 139, 140, 141, 142, 147, 148, 149, 497, 1848, 1854, 1877, 1879], "design": [0, 447, 511, 568, 1857, 1899, 1904], "flexibl": [0, 447, 489, 1847], "either": [0, 216, 363, 447, 451, 494, 498, 518, 537, 551, 552, 566, 567, 568, 570, 571, 580, 1209, 1213, 1662, 1683, 1836, 1847, 1849, 1851, 1857, 1871, 1875, 1879, 1889, 1894, 1908], "log": [0, 446, 457, 485, 545, 579, 1846, 1848, 1871, 1875], "lin": 0, "turn": [0, 4, 33, 447, 449, 455, 457, 459, 1851, 1881, 1885, 1900, 1905], "off": [0, 449, 455, 457, 459, 513, 548, 573, 574, 575, 914, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1851, 1871, 1875, 1880, 1905], "differ": [0, 11, 27, 203, 363, 447, 453, 454, 482, 483, 489, 490, 512, 549, 552, 562, 565, 566, 568, 570, 585, 1847, 1849, 1850, 1857, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "case": [0, 169, 252, 253, 259, 271, 283, 349, 489, 497, 504, 506, 508, 515, 517, 520, 522, 529, 541, 561, 568, 1848, 1853, 1856, 1863, 1867, 1871, 1875, 1878, 1881, 1884, 1885, 1886, 1887, 1889, 1890, 1892, 1894, 1895, 1899, 1900, 1904, 1905], "purposefulli": [0, 447], "fulli": [0, 313, 571, 573, 1682, 1709, 1871, 1875], "automat": [0, 9, 195, 355, 356, 361, 408, 432, 449, 451, 489, 490, 498, 501, 507, 514, 522, 525, 530, 539, 541, 549, 553, 562, 567, 568, 579, 583, 585, 1624, 1848, 1850, 1865, 1871, 1875, 1887], "user": [0, 5, 6, 7, 203, 349, 447, 459, 496, 498, 505, 511, 521, 539, 553, 562, 570, 571, 581, 1662, 1683, 1847, 1848, 1849, 1850, 1852, 1856, 1868, 1879, 1886, 1887, 1892, 1893], "choic": [0, 566, 1662, 1852, 1871, 1875, 1879], "calcul": [0, 11, 64, 235, 367, 378, 446, 447, 478, 479, 480, 481, 482, 483, 507, 518, 525, 539, 541, 542, 544, 550, 553, 557, 562, 568, 570, 571, 579, 581, 646, 650, 668, 695, 707, 734, 746, 773, 785, 812, 824, 851, 933, 946, 973, 1010, 1664, 1682, 1683, 1684, 1685, 1693, 1778, 1847, 1848, 1857, 1859, 1869, 1872, 1873, 1876, 1877, 1881, 1882, 1883, 1884, 1885, 1887, 1889, 1890, 1894, 1895, 1899, 1900, 1904, 1905, 1907], "standard": [0, 9, 189, 446, 447, 453, 454, 478, 479, 481, 482, 485, 494, 497, 506, 510, 515, 520, 541, 549, 570, 573, 576, 578, 579, 585, 1839, 1848, 1849, 1854, 1868, 1871, 1875, 1887, 1897, 1902], "singl": [0, 255, 449, 451, 498, 530, 542, 543, 544, 545, 546, 551, 554, 568, 668, 674, 696, 697, 707, 713, 735, 736, 746, 752, 774, 775, 785, 791, 813, 814, 824, 830, 852, 853, 946, 952, 974, 975, 1215, 1217, 1857, 1867, 1869, 1871, 1875, 1878, 1880, 1881, 1885, 1887, 1889, 1890, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "thread": [0, 454, 482, 483, 1830, 1831, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1850, 1887, 1894], "well": [0, 3, 376, 447, 461, 490, 494, 497, 505, 554, 561, 562, 566, 568, 570, 581, 1724, 1740, 1848, 1868, 1871, 1875, 1886, 1892, 1897, 1902], "jackknif": [0, 446, 479, 581], "throughout": 0, "care": [0, 513, 562, 563, 566, 568, 1856, 1871, 1875, 1893, 1901, 1906], "been": [0, 3, 4, 127, 133, 194, 405, 426, 428, 429, 455, 457, 459, 504, 512, 514, 530, 568, 570, 578, 1801, 1833, 1836, 1838, 1846, 1847, 1855, 1856, 1864, 1888, 1889, 1893, 1894, 1898, 1903], "taken": [0, 495, 496, 513, 518, 568, 1839, 1856], "stabl": [0, 510, 1848, 1849, 1852], "especi": [0, 7, 1849, 1865], "comput": [0, 4, 186, 187, 188, 250, 355, 405, 426, 428, 429, 431, 447, 474, 485, 497, 498, 504, 505, 510, 515, 518, 525, 529, 541, 542, 544, 548, 549, 551, 556, 558, 559, 562, 565, 566, 568, 571, 574, 579, 581, 583, 638, 639, 640, 653, 668, 677, 696, 707, 716, 735, 746, 755, 774, 785, 794, 813, 824, 833, 852, 946, 955, 974, 994, 1208, 1594, 1624, 1627, 1683, 1712, 1713, 1714, 1752, 1758, 1760, 1778, 1782, 1847, 1848, 1852, 1853, 1854, 1857, 1868, 1870, 1871, 1875, 1881, 1885, 1888, 1893, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "varianc": 0, "mostli": [0, 1871, 1875, 1877, 1878], "two": [0, 11, 13, 14, 42, 53, 61, 72, 84, 96, 228, 229, 234, 254, 346, 347, 358, 367, 368, 378, 379, 399, 400, 447, 448, 453, 454, 474, 489, 492, 494, 496, 506, 509, 510, 511, 512, 517, 518, 526, 541, 545, 549, 551, 553, 554, 561, 565, 568, 570, 571, 585, 658, 857, 858, 1025, 1210, 1664, 1682, 1687, 1689, 1692, 1798, 1847, 1848, 1856, 1857, 1864, 1869, 1871, 1874, 1875, 1877, 1878, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1902, 1903, 1904, 1908], "welford": 0, "binned_seri": 0, "ts_observ": 0, "observ": [0, 9, 186, 187, 478, 479, 498, 553, 569, 570, 581, 1871, 1873, 1874, 1875, 1877, 1878, 1890, 1893, 1895, 1897, 1902], "unchang": [0, 529, 1021, 1859, 1886, 1892], "found": [0, 3, 4, 266, 360, 495, 500, 504, 508, 570, 1776, 1847, 1858, 1870, 1871, 1872, 1875, 1876, 1877, 1887, 1888, 1892, 1893, 1894], "io": [0, 4, 265, 277, 289, 1848, 1871, 1874, 1875, 1878, 1879, 1897, 1902], "content": [0, 496, 514, 1862, 1875, 1878, 1882, 1887, 1908], "To": [0, 3, 203, 494, 496, 502, 512, 518, 541, 549, 558, 579, 1658, 1801, 1847, 1848, 1850, 1852, 1853, 1856, 1868, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1887, 1888, 1893, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "fit": [0, 9, 251, 252, 253, 518, 525, 550, 551, 576, 578, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 933, 949, 951, 984, 997, 999, 1211, 1871, 1872, 1875, 1876], "given": [0, 4, 11, 35, 49, 83, 101, 115, 130, 157, 158, 174, 186, 187, 203, 254, 255, 314, 332, 333, 334, 336, 338, 339, 340, 341, 344, 354, 355, 357, 358, 360, 361, 394, 397, 440, 447, 461, 463, 478, 479, 488, 491, 496, 498, 506, 508, 510, 515, 532, 539, 541, 549, 551, 553, 555, 557, 558, 559, 561, 570, 571, 572, 573, 574, 575, 577, 585, 596, 617, 638, 639, 646, 650, 657, 894, 982, 1025, 1077, 1090, 1103, 1189, 1209, 1210, 1213, 1214, 1596, 1604, 1626, 1627, 1630, 1632, 1633, 1648, 1649, 1677, 1682, 1683, 1697, 1710, 1712, 1713, 1714, 1720, 1721, 1729, 1730, 1740, 1760, 1766, 1778, 1782, 1813, 1827, 1837, 1849, 1856, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1894, 1895, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1908], "hybrid": [0, 498, 551, 573, 1208, 1209, 1213, 1857, 1871, 1875, 1878, 1881, 1885, 1887], "imaginari": [0, 183, 184, 251, 300, 304, 305, 306, 311, 313, 498, 516, 519, 521, 525, 533, 534, 538, 540, 541, 545, 547, 551, 552, 570, 573, 635, 675, 695, 714, 734, 753, 773, 792, 812, 831, 851, 933, 953, 973, 984, 985, 986, 987, 990, 1010, 1103, 1132, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1211, 1214, 1217, 1673, 1710, 1846, 1847, 1871, 1874, 1875, 1877, 1878, 1884, 1888, 1890, 1892, 1893, 1895, 1898, 1902, 1903], "discretize_bath": [0, 551], "delta_in": [0, 551, 1209], "site": [0, 551, 561, 565, 1209, 1627, 1628, 1848, 1872, 1876, 1883, 1884, 1885, 1887, 1890, 1895, 1901, 1906], "nb": [0, 195, 222, 228, 229, 258, 260, 272, 284, 408, 432, 508, 515, 522, 551, 1209, 1213, 1778], "energi": [0, 161, 166, 184, 498, 551, 557, 561, 565, 603, 624, 933, 1077, 1090, 1103, 1209, 1210, 1213, 1657, 1846, 1872, 1873, 1874, 1876, 1877, 1878, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1901, 1906], "scipi": [0, 551, 576, 577, 933, 1209, 1852, 1854, 1855, 1868, 1871, 1873, 1874, 1875, 1877, 1878, 1900, 1901, 1905, 1906], "bfg": [0, 551, 1209], "basin": 0, "nelder": [0, 551, 1209], "mead": [0, 551, 1209], "inform": [0, 497, 517, 519, 523, 525, 526, 539, 568, 579, 1846, 1847, 1848, 1853, 1864, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1885, 1886, 1887, 1892, 1898, 1903], "make_delta": [0, 551], "axi": [0, 538, 543, 544, 552, 578, 1199, 1871, 1874, 1875, 1878, 1880, 1881, 1885, 1886, 1887, 1888, 1892, 1893, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "arbitrari": [0, 515, 518, 539, 570, 1077, 1090, 1103], "gradient": [0, 4], "guess": [0, 551, 577, 657, 658, 1209, 1766, 1767, 1776, 1867, 1889, 1890, 1893, 1894, 1895], "complet": [0, 3, 9, 191, 192, 208, 209, 210, 211, 217, 218, 219, 220, 222, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 500, 501, 506, 508, 511, 521, 522, 527, 540, 547, 568, 583, 1847, 1848, 1852, 1858, 1859, 1867, 1881, 1885, 1893, 1900, 1905], "first": [0, 6, 7, 8, 11, 12, 13, 40, 46, 49, 51, 53, 63, 222, 254, 324, 325, 367, 378, 455, 474, 480, 481, 482, 483, 492, 496, 497, 509, 515, 517, 518, 525, 526, 529, 530, 537, 539, 549, 553, 556, 557, 558, 562, 566, 567, 568, 570, 578, 584, 651, 858, 865, 933, 1776, 1813, 1827, 1846, 1847, 1848, 1853, 1857, 1858, 1864, 1867, 1869, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "lim_": [0, 551, 1209, 1893], "inf": 0, "delta": [0, 478, 479, 512, 518, 551, 557, 581, 643, 1209, 1213, 1776, 1887, 1890, 1895, 1897, 1902], "ci": 0, "setup": [0, 1853, 1871, 1875], "adresssanit": 0, "undefinedbehaviorsanit": 0, "catch": [0, 583], "e": [0, 3, 4, 5, 40, 46, 86, 153, 154, 155, 156, 166, 214, 250, 252, 253, 258, 260, 272, 284, 298, 299, 300, 441, 449, 488, 489, 490, 491, 494, 495, 496, 497, 500, 501, 505, 507, 509, 510, 513, 515, 516, 517, 518, 519, 521, 522, 526, 535, 539, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 558, 561, 568, 570, 573, 574, 575, 576, 577, 578, 579, 583, 603, 624, 657, 679, 680, 718, 719, 757, 758, 796, 797, 835, 836, 858, 860, 873, 877, 927, 933, 957, 958, 1000, 1001, 1199, 1215, 1624, 1664, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1730, 1848, 1849, 1850, 1852, 1853, 1854, 1856, 1858, 1862, 1864, 1865, 1871, 1875, 1877, 1878, 1880, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1894, 1897, 1898, 1899, 1902, 1903, 1904, 1908], "bound": [0, 199, 200, 224, 225, 507, 648, 1766, 1767, 1776], "undefin": [0, 290, 488, 491], "behavior": [0, 513, 1847, 1850, 1856, 1873, 1877, 1893, 1901, 1906], "danger": [0, 585], "earli": 0, "navig": [0, 1871, 1875], "done": [0, 194, 198, 223, 405, 408, 418, 426, 429, 432, 448, 498, 511, 549, 566, 568, 577, 657, 1856, 1871, 1874, 1875, 1878, 1880, 1881, 1885, 1888, 1893, 1901, 1906], "vertic": [0, 1900, 1905], "sidebar": 0, "left": [0, 222, 463, 478, 479, 485, 500, 551, 565, 674, 713, 752, 791, 830, 952, 1209, 1831, 1871, 1875, 1881, 1885, 1888, 1893, 1897, 1900, 1901, 1902, 1905, 1906], "addition": [0, 478, 479, 568, 1881, 1885], "broken": [0, 1899, 1901, 1904, 1906], "could": [0, 7, 504, 517, 549, 566, 1873, 1875, 1877, 1878, 1887, 1888, 1893, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "deploi": 0, "pleas": [0, 4, 6, 8, 494, 535, 1846, 1847, 1848, 1853, 1855, 1856, 1901, 1906], "tight": [0, 556, 558, 561, 1609, 1624, 1644, 1660, 1661, 1662, 1871, 1875, 1877, 1878, 1897, 1902], "tight_bind": [0, 555, 556, 558, 560, 561, 1870, 1897, 1901, 1902, 1906], "dispers": [0, 560, 1875, 1877, 1884, 1890, 1895, 1897, 1898, 1902, 1903], "spectrum": [0, 184, 1872, 1876], "point": [0, 183, 184, 298, 300, 447, 449, 450, 462, 472, 473, 474, 478, 479, 515, 518, 519, 522, 524, 525, 526, 529, 530, 531, 533, 537, 538, 539, 540, 547, 548, 557, 558, 559, 561, 568, 570, 578, 583, 584, 647, 648, 658, 904, 933, 1036, 1052, 1064, 1065, 1076, 1077, 1088, 1101, 1103, 1114, 1131, 1132, 1142, 1161, 1164, 1175, 1183, 1185, 1201, 1202, 1624, 1626, 1627, 1657, 1662, 1664, 1742, 1746, 1747, 1752, 1755, 1756, 1758, 1760, 1761, 1762, 1763, 1778, 1782, 1836, 1856, 1867, 1868, 1871, 1873, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1887, 1890, 1895, 1897, 1898, 1899, 1902, 1903, 1904], "even": [0, 4, 455, 457, 494, 497, 506, 514, 557, 568, 579, 651, 1077, 1090, 1103, 1833, 1848, 1849, 1877, 1878, 1879, 1881, 1885, 1890, 1893, 1895, 1899, 1901, 1904, 1906], "equival": [0, 325, 326, 346, 347, 471, 489, 494, 496, 518, 522, 541, 549, 561, 585, 1860, 1884], "confus": 0, "addit": [0, 130, 372, 384, 449, 461, 494, 497, 509, 530, 535, 539, 554, 570, 583, 1848, 1850, 1851, 1854, 1871, 1875, 1880, 1888, 1893, 1898, 1903], "tb_from_wannier90": [0, 1871, 1873, 1874, 1875, 1877, 1878], "creat": [0, 4, 8, 11, 129, 202, 204, 212, 215, 254, 255, 314, 343, 349, 396, 449, 457, 478, 479, 490, 495, 496, 497, 511, 517, 541, 543, 544, 548, 551, 552, 570, 573, 574, 585, 587, 988, 1021, 1176, 1213, 1214, 1664, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1831, 1833, 1847, 1848, 1852, 1853, 1856, 1860, 1865, 1877, 1878, 1880, 1881, 1884, 1885, 1888, 1890, 1893, 1895], "output": [0, 7, 19, 95, 252, 253, 448, 452, 455, 457, 461, 475, 480, 481, 482, 483, 518, 568, 570, 581, 1630, 1661, 1662, 1848, 1871, 1872, 1875, 1876, 1887, 1888, 1893, 1895], "pythtb": [0, 1660], "tb_model": [0, 1660], "modern": [0, 1848, 1849, 1854], "icx": [0, 1854], "2021": [0, 4], "major": [0, 6, 1848, 1908], "One": [0, 494, 505, 549, 570, 940, 1664, 1850, 1858, 1864, 1871, 1874, 1875, 1878, 1881, 1885, 1886, 1890, 1892, 1893, 1895, 1899, 1904], "delta_tau": 0, "delta_iw": [0, 551, 1208], "802": 0, "filter_op": 0, "quadratic_term": 0, "quartic_term": 0, "block_matrix_from_op": 0, "op_from_block_matrix": 0, "local": [0, 4, 8, 541, 549, 558, 569, 573, 584, 1661, 1847, 1850, 1851, 1853, 1854, 1857, 1862, 1867, 1871, 1872, 1874, 1875, 1876, 1878, 1887, 1889, 1890, 1893, 1894, 1895, 1899, 1900, 1901, 1904, 1905, 1906], "mpi_boost": 0, "kroneck": 0, "ref": [0, 449, 451, 480, 481, 482, 483, 505, 515, 535, 585, 1862, 1871, 1875, 1881, 1885, 1890, 1895, 1897, 1902], "pade": [0, 545, 1886, 1888, 1892, 1893], "n_point": [0, 541, 542, 543, 544, 545, 546, 548, 549, 552, 559, 577, 578, 662, 691, 701, 730, 740, 769, 779, 808, 818, 847, 969, 1009, 1180, 1181, 1758, 1760, 1761, 1846, 1898, 1903], "table_import": 0, "init": [0, 496, 521, 577, 657, 658, 1801, 1858, 1884, 1885], "cxxflag": [0, 1850], "ldflag": [0, 1850], "wrapper": [0, 491, 541, 570], "833": 0, "incorrect": [0, 3, 1860], "eigenbasi": [0, 151, 175, 187], "get_op_mat": [0, 152], "825": 0, "quantum_number_eigenvalu": [0, 150, 187, 499], "particl": [0, 498, 542, 544, 570, 574, 587, 589, 610, 668, 707, 746, 785, 824, 946, 1028, 1715, 1857, 1881, 1883, 1884, 1885, 1897, 1898, 1899, 1902, 1903, 1904], "subspac": [0, 9, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 166, 168, 170, 171, 172, 174, 176, 177, 178, 180, 181, 182, 183, 184, 188, 349, 350, 355, 356, 357, 358, 360, 361, 362, 363, 388, 390, 391, 393, 394, 395, 396, 397, 399, 400, 401, 402, 498, 553, 587, 589, 591, 592, 593, 594, 595, 596, 597, 600, 601, 602, 603, 605, 606, 609, 610, 612, 613, 614, 615, 616, 617, 618, 621, 622, 623, 624, 626, 627, 630, 1871, 1875, 1883, 1887, 1894], "fock_stat": 0, "unitari": [0, 173, 174, 561, 607, 628], "without": [0, 3, 290, 295, 317, 485, 496, 511, 515, 525, 526, 541, 559, 579, 1754, 1756, 1763, 1801, 1856, 1871, 1875, 1878, 1882], "autopartit": [0, 9, 553, 1887, 1894], "term": [0, 498, 518, 570, 1624, 1661, 1665, 1698, 1699, 1700, 1879, 1886, 1887, 1889, 1892, 1894, 1897, 1901, 1902, 1906], "convent": [0, 7, 9, 486, 571, 573, 574, 575, 578, 581, 667, 706, 745, 784, 823, 945, 1687, 1690, 1692, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1850, 1863, 1886, 1892], "eigenel": 0, "get_subspace_dim": [0, 152], "broadcast": [0, 138, 315, 461, 470, 496, 497, 541, 549], "eigensystem_t": [0, 159], "smaller": [0, 1881, 1885, 1888, 1893, 1901, 1906], "12": [0, 19, 95, 243, 252, 298, 300, 481, 482, 508, 578, 679, 680, 718, 719, 757, 758, 796, 797, 835, 836, 957, 958, 1000, 1001, 1854, 1855, 1865, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1882, 1884, 1885, 1889, 1890, 1892, 1894, 1895, 1906], "target_compile_featur": 0, "cxx_std_20": 0, "guarante": [0, 549, 570, 1848], "triqsvar": [0, 1848], "switch": [0, 1856, 1872, 1874, 1876, 1878], "build_dep": 0, "ifnotfound": 0, "accordingli": [0, 529, 1908], "start": [0, 5, 8, 45, 63, 408, 432, 449, 451, 507, 513, 539, 542, 543, 549, 557, 558, 561, 565, 566, 651, 1640, 1776, 1831, 1833, 1835, 1836, 1838, 1848, 1856, 1862, 1865, 1868, 1871, 1873, 1875, 1877, 1878, 1879, 1880, 1881, 1885, 1886, 1887, 1889, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "usr": [0, 584, 1848, 1850, 1855, 1864], "dpythonsupport": 0, "config": [0, 562, 565, 567, 568, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "findmathjax": 0, "findsphinx": 0, "live": [0, 8, 505], "head": 0, "linktim": 0, "ipo": 0, "cmakelist": [0, 1856, 1862, 1865], "txt": [0, 1856, 1865], "treat": [0, 6, 498, 571, 1681, 1683, 1686, 1688, 1690, 1778, 1850, 1881, 1885, 1901, 1906], "subdirectori": [0, 1866, 1869, 1893, 1894, 1907], "build_document": 0, "AND": 0, "NOT": [0, 221, 230, 231, 232, 233, 234, 235, 236, 237, 491, 496, 506, 508, 511, 515, 541], "pythonsupport": 0, "inspect": [0, 579, 1871, 1875, 1888, 1893], "interface_compile_featur": 0, "find_xxx": 0, "hint": [0, 1871, 1875, 1881, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "priorit": 0, "system": [0, 3, 152, 179, 494, 498, 553, 565, 566, 570, 1847, 1848, 1850, 1852, 1853, 1854, 1856, 1857, 1871, 1874, 1875, 1878, 1881, 1883, 1885, 1887, 1888, 1893, 1897, 1898, 1899, 1902, 1903, 1904, 1907], "py_convert": [0, 491, 1862], "vice": [0, 570], "versa": [0, 570], "rtd": 0, "autosummari": 0, "796": 0, "old": [0, 294, 498, 512, 522, 566, 571, 895, 1683, 1694, 1853, 1859, 1877], "mpi4pi": [0, 1803, 1804, 1852, 1853, 1854, 1855], "pip3": 0, "first_mesh": 0, "ttf": 0, "woff2": 0, "eot": 0, "h5_read_gf_struct": [0, 238], "multivar": [0, 529], "829": 0, "helper": [0, 9, 64, 535, 569, 698, 737, 776, 815, 854, 976, 1881, 1885, 1897, 1898, 1902, 1903], "block_siz": [0, 240], "block_gf_view": [0, 243, 252, 253, 297, 303, 307, 308, 315, 318, 521], "scalar": [0, 367, 371, 378, 383, 448, 455, 457, 459, 494, 495, 512, 515, 519, 525, 526, 527, 529, 530, 531, 533, 549, 554, 570, 571, 573, 677, 716, 755, 794, 833, 955, 1681, 1683, 1684, 1685, 1688, 1693, 1708, 1860, 1881, 1882, 1884, 1885, 1899, 1904], "nondiagon": 0, "make_real_in_tau": [0, 238], "is_gf_real_in_tau": [0, 238, 525], "matrix_valu": [0, 519, 523, 525, 526, 527, 530, 531, 532, 533, 544, 669, 670, 671, 672, 673, 684, 685, 686, 708, 709, 710, 711, 712, 723, 724, 725, 747, 748, 749, 750, 751, 762, 763, 764, 786, 787, 788, 789, 790, 801, 802, 803, 825, 826, 827, 828, 829, 840, 841, 842, 947, 948, 949, 950, 951, 962, 963, 964, 994, 995, 996, 997, 998, 999, 1002, 1003, 1004, 1860], "comparison": [0, 335, 476, 488, 545, 1871, 1875, 1901, 1906], "transpos": [0, 543, 545, 546, 551], "self": [0, 4, 491, 495, 542, 543, 545, 546, 549, 551, 557, 577, 578, 647, 657, 665, 666, 667, 687, 688, 689, 690, 704, 705, 706, 726, 727, 728, 729, 743, 744, 745, 765, 766, 767, 768, 782, 783, 784, 804, 805, 806, 807, 821, 822, 823, 843, 844, 845, 846, 860, 862, 869, 877, 879, 892, 933, 943, 944, 945, 965, 966, 967, 968, 1005, 1006, 1007, 1008, 1017, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166, 1183, 1184, 1185, 1187, 1188, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1210, 1738, 1846, 1857, 1867, 1872, 1873, 1876, 1877, 1879, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906, 1907], "conj_r": 0, "conj": [0, 298, 300, 312, 313, 481, 482, 518, 551, 570, 695, 734, 773, 812, 851, 973, 1010, 1208], "mako": [0, 1852, 1854, 1855], "bugfix": 0, "getitem": 0, "setitem": 0, "rank1": 0, "set_operator_structur": [0, 575], "gf_base": 0, "cover": [0, 566, 1881, 1885, 1890, 1895], "slice": [0, 11, 113, 497, 529, 540, 543, 546, 547, 698, 737, 776, 815, 854, 976, 1729, 1813, 1827], "fix_gf_struct_typ": 0, "bionic": 0, "cento": 0, "11": [0, 19, 95, 243, 253, 506, 508, 515, 1847, 1854, 1873, 1875, 1877, 1878, 1879, 1881, 1883, 1884, 1885, 1894, 1901, 1902, 1903, 1904, 1905, 1906], "trigger": 0, "increas": [0, 447, 448, 451, 1857, 1871, 1872, 1873, 1875, 1876, 1877, 1887, 1894, 1901, 1906], "j4": 0, "nbsphinx": [0, 1877, 1887, 1897, 1898, 1900, 1902, 1903, 1905], "apt": [0, 1848, 1853, 1855], "libomp": 0, "ignor": [0, 449, 451, 496, 1698, 1699, 1700, 1778], "dockerignor": 0, "zlib": 0, "libhdf5": [0, 1855], "msan_opt": 0, "libcxx": 0, "libcxxabi": 0, "libev": 0, "libgfortran5": [0, 1855], "libgfortran4": 0, "21": [0, 1875, 1881, 1885, 1894, 1897], "resolv": [0, 1848, 1852], "comp": [0, 3], "alloc_dealloc_mismatch": 0, "libc": 0, "libunwind": 0, "dev": [0, 1848, 1855, 1864], "ambigu": [0, 508], "focal": 0, "omp_num_thread": [0, 1850], "explicit": [0, 496, 525, 526, 1848], "node": [0, 411, 479, 496, 497, 568, 583, 1778, 1788, 1796, 1807, 1811, 1813, 1821, 1827, 1848, 1881, 1885], "alloc": [0, 326, 329], "ansicolor": 0, "orthogon": [0, 559, 1752, 1758, 1847], "clean": [0, 508, 510, 562, 570, 1853, 1856], "h_k": 0, "eigenvalu": [0, 160, 186, 187, 600, 621, 1877, 1893], "tighbind": 0, "displ_vec": [0, 560], "overlap_mat_vec": [0, 560], "h5read": 0, "writeabl": 0, "printabl": 0, "parser": [0, 1665, 1666], "get_kmesh": [0, 1871, 1875, 1877, 1878, 1897, 1901, 1902, 1906], "get_rmesh": 0, "inconsist": 0, "tbsuperlattic": 0, "__repr__funct": 0, "lattice_util": [0, 1897, 1898, 1901, 1902, 1903, 1904, 1906], "eigvalsh": 0, "periodization_matrix": 0, "properti": [0, 298, 300, 312, 488, 518, 519, 534, 539, 541, 549, 551, 559, 667, 675, 676, 681, 682, 683, 692, 693, 694, 706, 714, 715, 720, 721, 722, 731, 732, 733, 745, 753, 754, 759, 760, 761, 770, 771, 772, 784, 792, 793, 798, 799, 800, 809, 810, 811, 823, 831, 832, 837, 838, 839, 848, 849, 850, 859, 863, 864, 865, 866, 867, 868, 874, 875, 881, 882, 886, 887, 888, 945, 953, 954, 959, 960, 961, 970, 971, 972, 1030, 1031, 1032, 1033, 1037, 1038, 1044, 1047, 1208, 1622, 1634, 1636, 1637, 1638, 1639, 1641, 1650, 1652, 1653, 1654, 1655, 1656, 1753, 1759, 1831, 1833, 1837, 1838, 1840, 1848, 1871, 1872, 1875, 1876, 1897, 1898, 1902, 1903], "extens": [0, 4, 6, 363, 1830, 1847, 1854, 1857, 1879, 1890, 1895], "cross": [0, 1872, 1876], "ndim": [0, 555], "get": [0, 6, 8, 40, 46, 55, 56, 60, 61, 115, 159, 160, 168, 169, 172, 198, 199, 200, 201, 446, 447, 449, 460, 461, 467, 468, 469, 472, 473, 477, 484, 512, 529, 565, 568, 571, 580, 585, 600, 602, 621, 623, 698, 737, 776, 815, 854, 976, 1686, 1690, 1735, 1745, 1746, 1747, 1748, 1749, 1847, 1848, 1853, 1855, 1871, 1875, 1877, 1881, 1885, 1886, 1888, 1890, 1892, 1893, 1895, 1898, 1903], "meshbrzon": [0, 1632, 1648, 1884], "meshcyclat": [0, 1633, 1649], "sumk": [0, 559], "monitor": [0, 1871, 1875], "select": [0, 8, 431, 439, 549, 553, 567, 572, 862, 869, 879, 892, 1852, 1858, 1880, 1890, 1895, 1898, 1903], "logic": [0, 522, 1857], "flow": 0, "stream": [0, 461, 475, 519, 570], "clear": [0, 8, 190, 409, 461, 511, 1849], "begin": [0, 20, 22, 35, 37, 43, 49, 64, 66, 77, 79, 81, 90, 92, 101, 103, 323, 488, 512, 515, 518, 566, 568, 570, 571, 940, 1684, 1685, 1693, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "clear_statist": [0, 430], "move_set": [0, 403], "recurs": [0, 494, 495, 1025, 1886, 1892], "del": [0, 496, 1846], "abbrevi": 0, "b_zone": 0, "get_interpol": 0, "rewrit": [0, 488, 491, 500, 517], "one": [0, 4, 6, 100, 137, 157, 203, 243, 298, 312, 323, 349, 353, 354, 355, 361, 363, 376, 405, 411, 426, 428, 429, 433, 447, 455, 457, 459, 478, 479, 487, 490, 495, 496, 497, 504, 505, 506, 508, 509, 510, 511, 512, 513, 515, 518, 522, 525, 541, 551, 552, 553, 557, 565, 566, 567, 568, 570, 573, 574, 575, 577, 578, 579, 581, 583, 585, 587, 589, 610, 651, 858, 933, 1209, 1215, 1657, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1776, 1782, 1849, 1852, 1857, 1865, 1867, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "matsubara_mesh_opt": 0, "size_of_compon": 0, "foreach": [0, 11, 355, 364, 376, 515, 553, 554], "root": [0, 112, 125, 137, 138, 139, 140, 141, 142, 147, 148, 149, 315, 470, 471, 495, 496, 497, 1805, 1819, 1899, 1900, 1904, 1905], "has_env": [0, 115, 120, 121, 122], "built": [0, 497, 530, 1847, 1853, 1854, 1884], "minivec": 0, "make_regular": [0, 526], "range_al": 0, "all_t": [0, 529], "occur": [0, 411, 447, 459, 479, 494, 583, 1836, 1899, 1901, 1904, 1906], "_ph": 0, "placeholder_prim": 0, "detail": [0, 4, 49, 296, 355, 494, 496, 500, 515, 517, 563, 565, 566, 568, 579, 581, 1856, 1868, 1871, 1875, 1881, 1885, 1901, 1906], "matric": [0, 173, 221, 512, 539, 560, 571, 607, 628, 671, 674, 710, 713, 749, 752, 788, 791, 827, 830, 949, 952, 997, 1609, 1616, 1625, 1645, 1689, 1859, 1879, 1884], "underli": [0, 560, 1052, 1065, 1606, 1609, 1614, 1620, 1761, 1858, 1871, 1875, 1884], "squar": [0, 168, 251, 252, 253, 510, 518, 525, 539, 550, 551, 556, 558, 561, 574, 577, 657, 984, 1215, 1712, 1716, 1857, 1871, 1875, 1881, 1884, 1885, 1890, 1895, 1898, 1899, 1900, 1903, 1904, 1905, 1907], "collect": [0, 497, 562, 565, 568, 1854, 1887, 1891, 1894], "abc": [0, 492], "result_of": [0, 515], "invoke_result": 0, "crucial": [0, 578, 1871, 1875], "certain": [0, 1848, 1850, 1865, 1881, 1885, 1887], "fundamental_operator_set": [0, 9, 157, 163, 322, 339, 340, 350, 498, 553, 570, 572], "would": [0, 4, 505, 511, 522, 549, 568, 570, 1836, 1848, 1853, 1881, 1883, 1885, 1893], "eigenenergi": 0, "mechan": [0, 497, 563, 566, 568], "detect": [0, 570, 1856], "model": [0, 4, 243, 249, 258, 266, 355, 363, 406, 408, 509, 511, 515, 520, 525, 526, 531, 533, 553, 558, 561, 562, 565, 568, 1660, 1662, 1847, 1857, 1867, 1871, 1872, 1873, 1875, 1876, 1877, 1886, 1892, 1897, 1900, 1902, 1905], "affect": [0, 504, 1778], "By": [0, 496, 497, 518, 568, 1830, 1871, 1875, 1881, 1885, 1887, 1888, 1889, 1893, 1894, 1906], "check_issue819": 0, "export": [0, 488, 1848, 1849, 1850, 1852, 1855], "pull": [0, 6, 7, 1848], "request": [0, 3, 5, 7, 133, 336, 370, 382, 698, 737, 776, 815, 854, 976, 1848], "820": 0, "block_matrix": 0, "tabl": [0, 228, 229, 519, 1905], "variant_extens": 0, "pragma": [0, 565], "onc": [0, 447, 497, 507, 529, 565, 566, 568, 1842, 1848, 1856, 1874, 1878, 1888, 1893, 1898, 1903], "toler": [0, 298, 299, 300, 551, 573, 679, 680, 718, 719, 757, 758, 796, 797, 835, 836, 957, 958, 1000, 1001, 1209, 1677, 1710], "test_delta_infti": 0, "method": [0, 1, 9, 433, 439, 487, 488, 501, 505, 510, 522, 545, 551, 559, 563, 565, 567, 568, 569, 577, 578, 581, 583, 589, 610, 643, 647, 653, 657, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 857, 872, 897, 899, 902, 904, 906, 908, 914, 916, 919, 922, 925, 927, 929, 933, 935, 937, 938, 940, 976, 978, 1012, 1018, 1028, 1035, 1039, 1042, 1052, 1065, 1077, 1090, 1103, 1116, 1132, 1143, 1152, 1164, 1183, 1185, 1188, 1209, 1211, 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, 1425, 1427, 1429, 1431, 1433, 1435, 1437, 1439, 1441, 1443, 1445, 1447, 1449, 1451, 1453, 1455, 1457, 1459, 1461, 1463, 1465, 1467, 1469, 1471, 1473, 1475, 1477, 1479, 1481, 1483, 1485, 1487, 1489, 1491, 1493, 1495, 1497, 1499, 1501, 1503, 1505, 1507, 1509, 1511, 1513, 1515, 1517, 1519, 1521, 1523, 1525, 1527, 1529, 1531, 1533, 1535, 1537, 1539, 1541, 1543, 1545, 1547, 1549, 1551, 1553, 1555, 1557, 1559, 1561, 1563, 1565, 1567, 1569, 1571, 1573, 1575, 1577, 1579, 1581, 1583, 1585, 1587, 1592, 1596, 1604, 1609, 1620, 1624, 1644, 1669, 1732, 1740, 1752, 1758, 1760, 1761, 1778, 1782, 1789, 1829, 1830, 1832, 1834, 1835, 1836, 1839, 1840, 1841, 1842, 1871, 1875, 1880, 1881, 1884, 1885, 1887, 1893, 1897, 1901, 1902, 1906], "better": [0, 522, 1871, 1873, 1875, 1877, 1888, 1893], "fall": [0, 461, 1740, 1887, 1901, 1906], "back": [0, 490, 497, 566, 568, 571, 1683, 1871, 1875, 1881, 1885, 1888, 1893, 1898, 1903], "solut": [0, 4, 494, 496, 498, 568, 579, 584, 1852, 1853, 1857, 1869, 1871, 1873, 1875, 1877, 1885, 1887, 1888, 1889, 1900, 1904, 1905], "793": 0, "proxi": [0, 570], "link": [0, 509, 519, 568, 1864, 1865, 1868, 1879], "triqs_pi": 0, "nopython": 0, "remain": [0, 506, 512, 566, 1865, 1890, 1895, 1901, 1906], "ri": 0, "derweh": 0, "A": [0, 3, 4, 5, 11, 19, 32, 47, 63, 71, 83, 95, 161, 168, 170, 252, 253, 254, 258, 297, 307, 308, 318, 338, 426, 428, 429, 430, 449, 455, 457, 478, 479, 490, 495, 497, 498, 500, 501, 502, 505, 507, 509, 512, 515, 521, 530, 539, 540, 543, 544, 545, 547, 548, 551, 552, 554, 557, 560, 561, 565, 566, 567, 569, 570, 573, 576, 579, 580, 595, 606, 616, 627, 647, 657, 675, 683, 692, 714, 722, 731, 753, 761, 770, 792, 800, 809, 831, 839, 848, 863, 864, 865, 866, 868, 881, 882, 888, 914, 927, 953, 961, 970, 1044, 1048, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1179, 1180, 1202, 1215, 1609, 1612, 1616, 1724, 1766, 1782, 1813, 1827, 1831, 1836, 1837, 1846, 1847, 1848, 1856, 1858, 1863, 1866, 1867, 1868, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1881, 1882, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "guid": [0, 5, 7, 8, 238, 1847, 1848], "how": [0, 5, 6, 9, 494, 505, 510, 517, 545, 558, 568, 580, 1848, 1849, 1852, 1856, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "here": [0, 3, 4, 7, 8, 488, 490, 497, 503, 505, 509, 512, 513, 515, 517, 537, 541, 549, 552, 556, 558, 562, 565, 566, 567, 568, 570, 572, 578, 579, 580, 585, 933, 1848, 1852, 1856, 1857, 1858, 1859, 1860, 1864, 1865, 1867, 1868, 1870, 1871, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "malt": 0, "schueler": 0, "hiroshi": 0, "shinaoka": 0, "manuel": 0, "zingl": [0, 3], "made": [0, 195, 449, 505, 511, 541, 549, 566, 568, 585, 1624, 1836, 1871, 1875, 1887], "necessari": [0, 4, 489, 490, 537, 1848, 1853, 1855, 1871, 1874, 1875, 1878], "decid": [0, 525, 566, 568, 1836, 1854, 1856, 1879, 1881, 1885, 1888, 1893], "These": [0, 4, 497, 535, 549, 568, 578, 1856, 1857, 1875, 1881, 1885, 1908], "autom": [0, 1848], "interdepend": 0, "per": [0, 551, 561, 570, 1209, 1665, 1842, 1871, 1872, 1874, 1875, 1876, 1877, 1878], "togeth": [0, 4, 11, 203, 361, 449, 1848, 1852, 1877, 1881, 1882, 1885], "unless": [0, 459, 504, 518, 568, 581], "thei": [0, 323, 399, 400, 497, 505, 514, 518, 525, 541, 548, 549, 568, 569, 570, 578, 583, 1847, 1848, 1850, 1852, 1853, 1879, 1880, 1881, 1882, 1883, 1885, 1890, 1891, 1893, 1895, 1901, 1906], "alter": [0, 541], "dbuild_dep": 0, "try": [0, 228, 229, 433, 511, 549, 568, 583, 1848, 1859, 1872, 1874, 1876, 1878, 1887, 1888, 1893], "never": [0, 496, 505, 1879], "step": [0, 7, 49, 53, 492, 498, 511, 551, 566, 581, 1209, 1804, 1847, 1849, 1852, 1853, 1871, 1875, 1886, 1887, 1892, 1901, 1906], "glad": 0, "earlier": [0, 541, 568, 1852, 1855, 1888, 1893], "inversefouri": 0, "set_from_inverse_fouri": 0, "make_gf_from_inverse_fouri": [0, 238], "xxx": [0, 517, 523, 1874], "n1": [0, 667, 706, 745, 784, 823, 859, 874, 945], "n2": [0, 667, 706, 745, 784, 823, 859, 874, 945], "indicesl": [0, 542, 543, 544, 545, 546], "indicesr": [0, 542, 543, 544, 545, 546], "get_gf_data_shap": 0, "get_target_shap": 0, "syntax": [0, 500, 508, 509, 522, 541, 1851, 1881, 1885], "split": [0, 115, 498, 553, 1881, 1885, 1887], "libpython": 0, "libtriq": 0, "seper": 0, "libtriqs_pi": 0, "boost_seri": 0, "complex_liter": 0, "operatori": 0, "operator_j": 0, "conflict": [0, 506, 1848, 1852], "stacktrac": 0, "mac": [0, 1848, 1849, 1850], "o": [0, 3, 58, 475, 478, 479, 542, 544, 545, 546, 552, 556, 561, 570, 577, 578, 585, 1848, 1849, 1850, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1887, 1889, 1890, 1893, 1894, 1895, 1897, 1902, 1905, 1906], "osx10": 0, "15": [0, 243, 253, 551, 1209, 1854, 1875, 1880, 1881, 1885], "catalina": 0, "simultan": 0, "cpp2pyinfo": 0, "serializ": [0, 488, 515], "cplx": 0, "h5_read": [0, 190, 240, 257, 269, 281, 294, 338, 388, 404, 461, 537, 1861], "h5_write": [0, 190, 240, 257, 269, 281, 338, 388, 404, 461, 521, 530, 537, 1861], "fill_first_eigenstate_of_subspac": 0, "external_depend": 0, "extern": [0, 566, 568, 1857, 1898, 1903], "gtest": 0, "add_external_depend": 0, "dep": 0, "extract": [0, 9, 488, 491, 569, 570, 571, 573, 1687, 1691, 1692, 1695, 1698, 1699, 1700, 1706, 1871, 1872, 1875, 1876, 1877, 1886, 1888, 1892, 1893, 1895], "lib": [0, 523, 577, 584, 1852, 1862, 1864, 1865, 1883, 1884, 1885], "about": [0, 5, 8, 507, 517, 565, 566, 568, 1847, 1857, 1871, 1875, 1879, 1881, 1883, 1885, 1888, 1893, 1898, 1899, 1903, 1904], "comma": 0, "subscript": 0, "specif": [0, 6, 249, 519, 534, 563, 578, 1848, 1871, 1874, 1875, 1878, 1881, 1885, 1886, 1887, 1892], "build_interfac": 0, "permiss": 0, "og": 0, "fconcept": 0, "17": [0, 253, 1875, 1885, 1887, 1894, 1895, 1901, 1906], "suppress": [0, 1871, 1873, 1874, 1875, 1877, 1878], "project_sourc": 0, "binary_dir": 0, "cmake_xxx_dir": 0, "cmake_polici": 0, "find_depend": 0, "refactor": 0, "explicitli": [0, 570, 933, 1856], "cmp0057": 0, "cmp0074": 0, "add_python_test": 0, "mpi_numproc": 0, "python_execut": 0, "python_interpret": 0, "pybind": 0, "h5_use_110_api": 0, "consid": [0, 8, 201, 226, 230, 231, 232, 236, 358, 399, 400, 447, 495, 539, 549, 568, 581, 1848, 1852, 1870, 1881, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895], "pkg_root": 0, "pkg_base": 0, "env": [0, 497, 565, 568, 1801], "nfft": 0, "fftw": [0, 1852, 1854], "mathjax_path": 0, "url": 0, "fallback": 0, "gmpxx": 0, "add_mpi_test": 0, "cpp2py_xxx": 0, "bare": [0, 559, 1760, 1899, 1900, 1901, 1904, 1905, 1906], "ones": [0, 498, 568, 571, 578, 1683, 1694, 1850, 1899, 1900, 1901, 1904, 1905, 1906], "preinstal": 0, "findgit": 0, "det": [0, 189, 196, 198, 201, 214, 222, 223, 226, 230, 231, 232, 233, 234, 235, 236, 237, 510, 511, 512, 1858], "porting_to_triqs3": 0, "md": 0, "nrgljubjana_interfac": 0, "impur": [0, 5, 498, 569, 933, 1847, 1848, 1857, 1867, 1869, 1873, 1874, 1877, 1878, 1881, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895], "hubbardi": [0, 4, 1874, 1878], "green_retim": 0, "mathjax": 0, "7": [0, 243, 258, 457, 482, 483, 498, 504, 506, 508, 545, 562, 583, 584, 1859, 1862, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1888, 1892, 1893, 1894, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "8": [0, 243, 253, 258, 270, 282, 447, 457, 459, 482, 483, 497, 500, 505, 508, 559, 578, 584, 585, 1758, 1761, 1848, 1854, 1865, 1871, 1875, 1877, 1878, 1879, 1880, 1883, 1884, 1885, 1886, 1888, 1890, 1892, 1893, 1894, 1895, 1902, 1903, 1905, 1906], "advic": 0, "anaconda": [0, 1852], "w": [0, 496, 500, 507, 515, 518, 521, 529, 530, 549, 551, 560, 566, 579, 1215, 1217, 1609, 1856, 1858, 1860, 1861, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1879, 1882, 1884, 1897, 1902, 1903], "h5f_acc_trunc": 0, "pip": [0, 7, 1849, 1852, 1853, 1856], "binari": [0, 129, 494, 505, 1853], "actual": [0, 504, 511, 541, 568, 573, 579, 581, 1897, 1902], "introduct": [0, 9, 549, 563, 568, 1857, 1863, 1866, 1871, 1875, 1881, 1885], "tailfit": 0, "rh": [0, 195, 249, 266, 290, 315, 436, 500, 511, 517, 520, 541, 549], "773": 0, "is_gf_hermitian": [0, 238], "block_nam": [0, 240, 243, 521, 551, 1213, 1215], "assert_block": 0, "_gfs_are_clos": 0, "improp": [0, 3], "pattern": [0, 488, 491, 1856], "spot": 0, "defint": 0, "gf_const_view": [0, 238, 250, 253, 258, 266, 282, 290, 309, 516, 517, 519, 521, 523, 532, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 984, 985, 986, 987, 989, 990, 997, 999], "gl": [0, 542, 543, 544, 552, 669, 688, 689, 690, 708, 727, 728, 729, 747, 766, 767, 768, 786, 805, 806, 807, 825, 844, 845, 846, 947, 966, 967, 968, 995, 1006, 1007, 1008], "lshift": 0, "assign": [0, 9, 12, 88, 113, 135, 249, 266, 488, 501, 506, 514, 517, 519, 522, 530, 540, 547, 570, 1057, 1068, 1081, 1094, 1107, 1120, 1136, 1147, 1155, 1167, 1858, 1884], "gf_indic": 0, "deduct": [0, 11, 238, 497, 521], "statement": [0, 491, 500], "make_hermitian": [0, 238], "make_adjoint_mesh": [0, 517, 546], "1e": [0, 252, 253, 298, 300, 551, 933, 1209, 1770, 1771, 1772, 1773, 1774, 1799, 1871, 1875, 1881, 1884, 1885, 1901, 1905, 1906], "positive_freq_view": [0, 238], "764": 0, "str": [0, 542, 543, 544, 545, 546, 551, 555, 561, 580, 662, 701, 740, 779, 818, 873, 895, 933, 940, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1213, 1215, 1596, 1661, 1665, 1666, 1735, 1885], "nparrai": 0, "align": [0, 1887], "skeleton": 0, "lldb": 0, "debugg": 0, "build_id": 0, "cach": 0, "pythonpath": [0, 1850], "workaround": [0, 508], "buggi": 0, "mark": [0, 11, 1871, 1875, 1879], "upstream": 0, "vim": [0, 1856], "analysi": [0, 9, 447, 486, 492, 576, 1879, 1888, 1889, 1893, 1894, 1901, 1906], "many_body_operator_gener": [0, 350, 570, 572], "const": [0, 16, 18, 21, 22, 23, 24, 25, 26, 29, 31, 32, 34, 36, 37, 38, 40, 41, 44, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 74, 76, 78, 79, 80, 81, 82, 85, 86, 88, 89, 91, 92, 93, 94, 98, 100, 102, 103, 104, 106, 107, 119, 120, 121, 122, 135, 139, 140, 142, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 191, 192, 195, 197, 198, 199, 200, 201, 202, 203, 204, 205, 207, 208, 209, 210, 211, 212, 213, 214, 215, 227, 230, 231, 232, 233, 235, 241, 242, 243, 244, 245, 246, 248, 249, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278, 279, 280, 282, 283, 284, 285, 286, 288, 289, 290, 291, 292, 293, 294, 295, 297, 298, 299, 300, 301, 302, 304, 305, 306, 307, 308, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 339, 340, 341, 342, 343, 344, 346, 347, 348, 350, 351, 352, 354, 355, 356, 357, 359, 361, 362, 365, 366, 367, 368, 369, 370, 372, 373, 374, 375, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 391, 392, 393, 394, 395, 396, 397, 399, 400, 402, 410, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 423, 424, 425, 435, 436, 437, 438, 441, 442, 445, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 464, 465, 466, 468, 469, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 497, 498, 508, 509, 511, 515, 520, 521, 522, 523, 524, 532, 535, 553, 554, 562, 570, 583, 585, 1859, 1860], "debian": [0, 1852], "usabl": 0, "conjunct": [0, 1848], "put": [0, 193, 447, 450, 488, 504, 508, 509, 511, 517, 549, 568, 579, 1862, 1879, 1880, 1882, 1901, 1906], "Be": [0, 8, 508, 1856], "lpath_to_instal": 0, "filter": 0, "agsinst": 0, "supress": 0, "rvalu": [0, 259, 271, 283, 406, 408, 505], "lvalu": [0, 505], "usag": [0, 6, 9, 496, 517, 535, 561, 1852, 1871, 1875], "ox": 0, "newli": 0, "wai": [0, 3, 495, 507, 511, 514, 515, 518, 535, 549, 552, 558, 568, 1850, 1852, 1860, 1879, 1880, 1881, 1882, 1885, 1886, 1888, 1892, 1893, 1897, 1901, 1902, 1906], "place": [0, 371, 372, 373, 383, 384, 385, 568, 585, 678, 717, 756, 795, 834, 956, 1856, 1881, 1885], "ld": 0, "It": [0, 3, 4, 230, 231, 232, 233, 234, 235, 236, 237, 349, 366, 377, 405, 426, 428, 429, 447, 461, 488, 491, 494, 496, 498, 500, 504, 505, 506, 507, 508, 510, 512, 513, 514, 515, 518, 522, 541, 549, 556, 559, 566, 568, 570, 579, 584, 659, 660, 1662, 1740, 1752, 1758, 1776, 1836, 1837, 1842, 1849, 1852, 1854, 1856, 1857, 1864, 1868, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1901, 1906], "older": 0, "On": [0, 1776, 1853, 1901, 1906], "rather": [0, 550, 568, 1884, 1890, 1895, 1898, 1903], "than": [0, 478, 479, 505, 514, 515, 568, 1842, 1847, 1871, 1874, 1875, 1878, 1881, 1884, 1885, 1888, 1893, 1894, 1897, 1898, 1901, 1902, 1903, 1906], "homebrew": [0, 1852], "python2": [0, 584, 1862], "substanti": [0, 1881, 1885, 1893], "adapt": [0, 4, 440, 512, 557, 577, 585, 647, 1847, 1871, 1875], "enumer": [0, 11, 1835, 1871, 1875, 1901, 1905, 1906], "resid": 0, "folder": [0, 7, 1862, 1871, 1875, 1889, 1894, 1903], "commun": [0, 3, 4, 5, 109, 110, 111, 112, 113, 125, 128, 132, 138, 139, 140, 141, 142, 147, 148, 149, 315, 355, 405, 410, 426, 428, 429, 435, 454, 470, 471, 479, 482, 483, 496, 497, 537, 562, 565, 568], "gather": [0, 139, 266, 290, 497, 549, 1887], "basic_typ": 0, "accord": [0, 518, 566, 575, 579, 1721, 1871, 1875, 1890, 1895], "within": [0, 158, 160, 323, 341, 390, 393, 394, 401, 447, 513, 555, 570, 1596, 1847, 1848, 1850, 1871, 1875, 1883, 1887, 1888, 1893], "prior": 0, "array_view": [0, 253, 670, 672, 709, 711, 748, 750, 787, 789, 826, 828, 948, 950, 994, 996, 998, 1589, 1858], "aliv": [0, 1835, 1836], "itself": [0, 357, 430, 492, 494, 508, 519, 521, 523, 565, 577, 578, 579, 1848, 1852, 1868, 1871, 1875, 1898, 1901, 1903, 1906], "destroi": [0, 541, 1882, 1890, 1895], "achiev": [0, 579, 1856, 1881, 1885, 1887, 1890, 1895], "lead": [0, 496, 497, 506, 578, 579, 1875, 1890, 1895, 1901, 1906], "penalti": [0, 195, 506], "keep": [0, 8, 249, 255, 461, 505, 549, 579, 1740, 1854, 1886, 1892], "thu": [0, 518, 566, 1848, 1890, 1895], "let": [0, 495, 496, 513, 541, 549, 558, 566, 568, 577, 579, 1862, 1865, 1870, 1871, 1875, 1879, 1881, 1882, 1884, 1885, 1887, 1888, 1893, 1898, 1900, 1901, 1903, 1905, 1906], "illustr": [0, 492, 507, 508, 541, 561, 567, 578, 1852, 1880, 1889, 1894], "f": [0, 26, 83, 84, 85, 88, 89, 90, 129, 195, 197, 233, 234, 235, 330, 331, 341, 344, 389, 394, 397, 427, 478, 479, 496, 500, 501, 503, 504, 506, 508, 509, 510, 511, 512, 515, 529, 541, 548, 571, 577, 578, 581, 583, 585, 657, 658, 904, 1023, 1630, 1681, 1683, 1688, 1690, 1766, 1767, 1776, 1858, 1859, 1871, 1875, 1878, 1880, 1897, 1898, 1902, 1903], "immedi": [0, 541], "end": [0, 11, 20, 23, 35, 38, 42, 43, 49, 63, 64, 67, 77, 80, 90, 93, 101, 104, 114, 233, 323, 326, 405, 426, 428, 429, 447, 463, 488, 491, 511, 512, 515, 518, 561, 566, 570, 571, 1684, 1685, 1693, 1852, 1859, 1881, 1882, 1884, 1885, 1887, 1888, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "temporari": [0, 221, 505], "av": [0, 480, 481, 482, 483], "arr": [0, 32, 1697], "unnecessari": 0, "shown": [0, 566, 1871, 1873, 1875, 1877, 1897, 1900, 1902, 1905], "practic": [0, 515, 529, 568, 579, 1850, 1863, 1871, 1875, 1881, 1884, 1885, 1886, 1892], "rare": [0, 488], "howev": [0, 7, 496, 498, 506, 511, 515, 517, 522, 535, 541, 570, 1848, 1849, 1856, 1871, 1875, 1886, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "follow": [0, 3, 4, 7, 8, 298, 300, 312, 313, 489, 495, 496, 497, 505, 509, 512, 517, 518, 519, 521, 525, 526, 527, 531, 533, 538, 539, 541, 542, 543, 544, 545, 546, 549, 551, 558, 561, 566, 568, 570, 571, 572, 578, 579, 583, 585, 1208, 1624, 1683, 1848, 1852, 1854, 1855, 1856, 1860, 1861, 1862, 1864, 1865, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908], "need": [0, 7, 8, 222, 260, 272, 284, 408, 432, 436, 447, 494, 497, 510, 512, 515, 518, 520, 523, 551, 562, 566, 568, 569, 570, 571, 578, 579, 1215, 1691, 1848, 1853, 1855, 1860, 1864, 1871, 1872, 1875, 1876, 1879, 1881, 1883, 1885, 1886, 1887, 1892, 1901, 1906, 1908], "dasan": 0, "dubsan": 0, "offici": [0, 3, 4, 1853], "easili": [0, 4, 515, 568, 578, 579, 583, 1848, 1857, 1858, 1859, 1860, 1864, 1871, 1875, 1880, 1881, 1885, 1890, 1895, 1908], "borrow": 0, "array_expr": 0, "regular": [0, 449, 485, 495, 506, 519, 541, 559, 578, 585, 1752, 1758, 1856, 1881, 1885, 1901, 1906], "calloc": 0, "delet": [0, 135, 508], "rebind": [0, 269, 281], "cf": [0, 226, 243, 258, 405, 411, 426, 428, 429, 488, 494, 506, 512, 514, 515, 517, 519, 522, 535, 577, 583, 584, 585, 1847, 1868], "ld_preload": [0, 1864], "project_source_dir": 0, "project_binary_dir": 0, "cmake_xxx": 0, "add_cpp2py_modul": 0, "boostconfig": 0, "find_packag": [0, 1856, 1865], "gsl": 0, "prepend": [0, 1850], "py_": 0, "extra": [0, 352, 498, 1864, 1871, 1874, 1875, 1878, 1879, 1899, 1904], "info": [0, 1865], "blas_lapack": 0, "findtest": 0, "parse_commit": 0, "pars": [0, 1665, 1666], "is_gf_v": 0, "is_block_gf_v": 0, "is_instantiation_of_v": 0, "tmpl": 0, "signbit": 0, "real_or_complex": [0, 570, 1697, 1698, 1699, 1700], "729": 0, "forceinlin": 0, "termin": [0, 1015, 1016, 1020, 1835, 1836, 1852, 1871, 1875, 1888, 1893], "expect": [0, 447, 498, 500, 553, 566, 568, 1860, 1875, 1879, 1881, 1885, 1898, 1903], "ensur": [0, 361, 459, 549, 991, 992, 1848, 1871, 1875, 1887], "licens": [0, 5, 1847], "cpp2y": 0, "apach": 0, "c14": 0, "c17": 0, "fundament": [0, 4, 9, 153, 154, 155, 156, 157, 163, 298, 312, 330, 331, 335, 338, 339, 340, 498, 553, 572, 591, 592, 593, 594, 598, 612, 613, 614, 615, 619, 1887], "respect": [0, 7, 169, 530, 535, 550, 554, 561, 570, 858, 1839, 1848, 1889, 1894, 1897, 1898, 1902, 1903], "342": 0, "overhaul": 0, "fit_legendr": [0, 551], "cheat": 0, "sheet": 0, "issue_templ": 0, "make_zero_tail": [0, 238, 539, 551], "fit_tail": [0, 238, 539, 550], "greenfunct": [0, 266], "brief": [0, 404, 1850, 1854, 1879], "contain": [0, 4, 7, 9, 24, 34, 40, 42, 43, 44, 48, 78, 81, 93, 97, 98, 106, 139, 142, 157, 176, 195, 252, 253, 255, 257, 281, 350, 365, 453, 454, 480, 481, 482, 483, 488, 491, 496, 497, 501, 505, 507, 510, 512, 514, 515, 516, 517, 519, 520, 522, 534, 535, 539, 541, 551, 553, 554, 555, 559, 560, 570, 575, 579, 585, 587, 589, 609, 610, 630, 940, 1063, 1075, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1214, 1215, 1603, 1608, 1612, 1616, 1664, 1721, 1752, 1758, 1848, 1850, 1857, 1860, 1862, 1864, 1871, 1875, 1881, 1883, 1885, 1886, 1887, 1890, 1892, 1895, 1896, 1899, 1901, 1904, 1906], "dichotomi": 0, "load": [0, 494, 496, 1848, 1853, 1861, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1889, 1893, 1894, 1900, 1905], "weblink": 0, "css": 0, "2rst": 0, "docs_cpp2rst": [0, 7], "formula": [0, 518, 1898, 1899, 1903, 1904], "less": [0, 497, 568, 1864, 1871, 1875], "rigid": 0, "is_within_boundari": [0, 537], "index_to_linear": [0, 515, 537], "index_to_point": [0, 515, 537], "725": 0, "slice_t": 0, "value_t": [0, 1062, 1074, 1087, 1100, 1113, 1130, 1141, 1160, 1174], "partial": [0, 447, 501, 506, 507, 508, 530, 549, 1594, 1871, 1875, 1882, 1888, 1890, 1893, 1895, 1898, 1903], "stride": [0, 11, 73, 75, 1204], "chunk_rang": [0, 11], "omp_chunk": 0, "omp": 0, "mpi_chunk": 0, "exclud": [0, 12, 48, 52, 53, 56, 63, 180, 181, 182, 183, 184, 633, 634, 635, 636], "larg": [0, 4, 494, 498, 513, 518, 556, 1847, 1852, 1868, 1871, 1875, 1877, 1881, 1885, 1887, 1893, 1897, 1898, 1901, 1902, 1903, 1906], "pack": [0, 352], "mkl": [0, 1850], "warmup": [0, 404, 414, 421, 422, 426, 429, 566, 568, 1867, 1887, 1889, 1890, 1893, 1894, 1895], "chunk": [0, 11, 12, 440], "encapsul": [0, 497], "slice_rang": 0, "length": [0, 114, 463, 488, 497, 565, 566, 568, 585, 858, 1867, 1871, 1875, 1887, 1890, 1895, 1901, 1906], "n": [0, 3, 4, 11, 19, 32, 48, 114, 223, 233, 234, 243, 250, 251, 252, 253, 254, 255, 256, 301, 302, 304, 305, 306, 310, 311, 314, 320, 321, 453, 454, 469, 478, 479, 481, 491, 498, 500, 510, 512, 513, 515, 518, 521, 525, 537, 538, 539, 542, 543, 544, 545, 546, 550, 551, 553, 556, 561, 565, 566, 570, 571, 574, 580, 581, 583, 585, 685, 686, 724, 725, 763, 764, 802, 803, 841, 842, 963, 964, 1003, 1004, 1028, 1029, 1052, 1077, 1090, 1103, 1209, 1691, 1715, 1745, 1830, 1848, 1856, 1860, 1867, 1870, 1871, 1874, 1881, 1883, 1884, 1885, 1887, 1888, 1889, 1893, 1894, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "mpi_reduce_in_plac": 0, "mpi_reduc": [0, 147, 238, 461, 497], "slice_length": 0, "chunk_length": 0, "orbit": [0, 498, 555, 557, 561, 571, 573, 574, 575, 644, 651, 1596, 1599, 1601, 1602, 1625, 1636, 1638, 1639, 1645, 1652, 1654, 1655, 1682, 1686, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847, 1857, 1869, 1871, 1875, 1877, 1881, 1885, 1887, 1898, 1899, 1903, 1904], "724": 0, "brillouinzon": [0, 1052, 1644, 1884], "is_almost_zero": 0, "precis": [0, 492, 494, 512, 518, 557, 568, 570, 647, 1662, 1770, 1771, 1772, 1773, 1774, 1798, 1799, 1854, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1884, 1885], "many_body_oper": [0, 323, 349, 350, 553, 570, 631, 638, 639, 640, 1696, 1698, 1699, 1700, 1701, 1702, 1703], "745": 0, "reduction_t": 0, "data_t": [0, 243, 244, 252, 253, 258, 259, 270, 271, 282, 283, 327, 328, 519, 523, 524, 525, 526, 531, 533], "mat": 0, "map_block": 0, "lambda": [0, 83, 85, 500, 508, 570, 575, 577, 578, 585, 1025, 1077, 1090, 1103, 1199, 1720, 1817, 1881, 1885, 1897, 1902, 1903, 1904], "capture_stdout": 0, "im": [0, 541, 551, 1215, 1217, 1846, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1888, 1893, 1897, 1898, 1902, 1903, 1905], "re": [0, 8, 215, 495, 511, 551, 559, 568, 585, 1215, 1217, 1760, 1865, 1871, 1874, 1875, 1877, 1878, 1894, 1897, 1898, 1902, 1903], "bcast": [0, 496], "recv": 0, "neglig": 0, "framework": [0, 4, 563, 579, 1848, 1890, 1895], "binder": [0, 1847, 1857], "easyconfig": 0, "varieti": [0, 539, 1848, 1894], "stabil": [0, 1852], "treatment": 0, "high": [0, 3, 252, 253, 314, 516, 517, 518, 525, 526, 531, 533, 540, 541, 547, 548, 549, 551, 561, 933, 1214, 1847, 1871, 1875, 1881, 1885, 1893, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "upgrad": [0, 1852, 1853], "deb": [0, 1848], "target_spac": [0, 667, 706, 745, 784, 823, 945], "density_zero_t": 0, "608": 0, "substack": 0, "vstack": 0, "safeti": [0, 1856, 1872, 1876], "counter": [0, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1892], "475": 0, "enfor": 0, "sub": [0, 1871, 1875], "findnfft": 0, "alp": 0, "findlapack": 0, "modulefil": [0, 1848], "git_execut": 0, "fortran": [0, 1879], "gesvd": 0, "gelss": 0, "least": [0, 137, 157, 251, 252, 253, 455, 457, 518, 525, 529, 539, 550, 554, 577, 585, 587, 589, 610, 657, 984, 1877, 1883, 1888, 1893], "normal": [0, 349, 354, 361, 363, 376, 408, 432, 460, 484, 508, 523, 535, 541, 557, 570, 643, 933, 1700, 1836, 1871, 1875, 1890, 1895], "assymetri": 0, "replace_by_tail": 0, "enforc": [0, 539, 1077, 1090, 1103, 1725, 1726, 1801, 1888, 1893], "j": [0, 191, 204, 208, 212, 213, 217, 228, 229, 230, 231, 233, 234, 236, 237, 252, 298, 312, 327, 478, 479, 510, 511, 512, 539, 549, 551, 565, 571, 573, 1208, 1209, 1213, 1682, 1683, 1693, 1694, 1698, 1699, 1700, 1707, 1708, 1709, 1848, 1859, 1875, 1878, 1885, 1889, 1900, 1901, 1905, 1906], "tail_issu": 0, "moment": [0, 250, 252, 253, 314, 516, 518, 525, 526, 533, 540, 547, 568, 671, 710, 749, 788, 827, 933, 949, 997, 1901, 1906], "maximum": [0, 4, 195, 447, 448, 449, 451, 455, 456, 458, 539, 551, 1209, 1766, 1776, 1859, 1898, 1901, 1903, 1906], "largest": [0, 449, 539, 1143, 1152, 1164, 1898, 1901, 1903, 1906], "known_moment": [0, 252, 253, 517, 539, 550, 670, 671, 672, 673, 709, 710, 711, 712, 748, 749, 750, 751, 787, 788, 789, 790, 826, 827, 828, 829, 948, 949, 950, 951, 994, 996, 997, 998, 999], "try_change_col_row": [0, 190], "incorpor": 0, "empti": [0, 243, 258, 270, 327, 351, 390, 496, 505, 519, 521, 523, 555, 568, 1596, 1883, 1884, 1887, 1890, 1895], "n_min": [0, 157, 539, 587, 589, 610, 671, 673, 685, 686, 710, 712, 724, 725, 749, 751, 763, 764, 788, 790, 802, 803, 827, 829, 841, 842, 949, 951, 963, 964, 997, 999, 1003, 1004, 1883], "n_max": [0, 157, 539, 587, 589, 610, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1883, 1897, 1902], "f_shell": 0, "regist": [0, 406, 407, 408, 409, 495, 496, 562], "663": 0, "collect_result": [0, 404, 562, 565, 568], "wait": [0, 1778, 1836, 1871, 1875, 1887, 1894], "timer": 0, "650": 0, "inclus": 0, "master": [0, 496, 497, 568, 1778, 1811, 1874, 1878], "fit_": 0, "hermitian_": 0, "cleanin": 0, "time_pt": 0, "style": [0, 497, 1880], "constraint": [0, 4, 933], "roud": 0, "margin": 0, "668": 0, "hdfarchiveinert": [0, 494], "671": 0, "557": 0, "mesh_brillouin_zon": 0, "product_rang": [0, 11], "cpp": [0, 266, 517, 523, 583, 1862, 1865], "kei": [0, 122, 494, 495, 496, 561, 1625, 1645, 1665, 1798, 1848, 1871, 1875], "center": [0, 461, 469, 561, 928, 1745, 1872, 1876, 1890, 1895, 1897, 1902], "semicircular": [0, 541, 542, 543, 544, 545, 546, 548, 552, 1867, 1881, 1882, 1885, 1886, 1889, 1892, 1893, 1894], "649": 0, "638": 0, "624": 0, "581": 0, "594": 0, "known": [0, 252, 253, 447, 539, 1885, 1900, 1905], "calulcul": 0, "gf_multivar": 0, "mesh1": 0, "mesh2": 0, "gt": [0, 517, 530, 543, 546, 552, 689, 728, 767, 806, 845, 967, 1007, 1880, 1884, 1885, 1903], "106": 0, "flat": [0, 443, 444, 541, 548, 929, 1887], "assum": [0, 494, 551, 1208, 1697, 1848, 1865, 1901, 1906], "vanish": [0, 356, 361, 363, 376, 379, 381, 1881, 1885, 1901, 1906], "0th": 0, "msg": 0, "h5write": 0, "array_stack": 0, "swap_index_view": 0, "wip": 0, "grab": 0, "annot": 0, "ipython": [0, 1852, 1857, 1866, 1880, 1891, 1896], "notebook": [0, 489, 1847, 1848, 1855, 1857, 1866, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1890, 1891, 1892, 1893, 1895, 1898, 1899, 1900, 1903, 1904, 1905, 1907], "oparcollet": 0, "tail_studi": 0, "dont": 0, "set_from_fouri": [0, 542, 543, 545, 546], "verbos": [0, 411, 525, 526, 565, 567, 568, 1202, 1205, 1766, 1776, 1901, 1906], "tail_fitt": 0, "tail_fit_on_window": 0, "exposet": 0, "n_tail_max": [0, 539, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1126], "fit_and_replac": 0, "compatibl": 0, "restricted_view": 0, "mpi_gath": [0, 125, 497, 537], "scatter": [0, 142, 266, 290, 497, 537, 1871, 1875, 1878], "flatten2d": 0, "nonborrow": 0, "around": [0, 4, 1090, 1103, 1847, 1871, 1872, 1875, 1876, 1877, 1884, 1901, 1906], "deriv": [0, 28, 29, 30, 31, 446, 581, 583, 1778, 1888, 1893, 1898, 1903], "updaat": 0, "multivari": [0, 522, 529, 1857, 1866], "get_tail": 0, "rule": [0, 1900, 1901, 1905, 1906, 1908], "map": [0, 129, 157, 349, 350, 354, 363, 376, 412, 437, 496, 560, 572, 573, 574, 575, 587, 589, 610, 1609, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1871, 1875, 1883, 1884, 1897, 1898, 1902, 1903], "initializi": 0, "set_tail_paramet": 0, "reenabl": 0, "indec": 0, "procedur": [0, 157, 252, 253, 495, 518, 525, 539, 550, 566, 1848], "push": [0, 8], "vandermond": 0, "reus": [0, 498, 579, 1898, 1901, 1903, 1906], "make_product": [0, 11], "gelss_cach": 0, "ll": [0, 518, 1880], "draft": 0, "complex_freq": 0, "boson": [0, 513, 515, 525, 526, 528, 537, 538, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1881, 1885, 1898, 1903], "bz": [0, 559, 1052, 1592, 1644, 1664, 1758, 1760, 1761, 1871, 1875, 1884, 1890, 1895, 1897, 1902, 1903, 1904], "om": [0, 578], "experiment": [0, 407, 1077, 1090, 1103, 1873, 1877], "sign": [0, 222, 428, 429, 431, 433, 500, 509, 541, 562, 565, 568, 1850, 1887, 1894, 1897, 1902], "statistic_enum": [0, 528], "linear_dim": 0, "creation": [0, 155, 156, 157, 340, 361, 570, 571, 587, 589, 610, 1675, 1683, 1694, 1856, 1880, 1883, 1890, 1895], "n_moment": [0, 314, 551, 1214], "everi": [0, 7, 11, 323, 447, 504, 505, 534, 553, 566, 568, 1871, 1875, 1886, 1892, 1901, 1906], "element": [0, 11, 13, 26, 34, 48, 53, 60, 61, 63, 70, 71, 81, 126, 145, 180, 181, 323, 324, 326, 329, 337, 340, 356, 359, 361, 363, 392, 449, 453, 454, 478, 479, 480, 481, 482, 483, 485, 494, 497, 498, 509, 511, 513, 515, 523, 542, 543, 544, 545, 546, 549, 554, 562, 570, 571, 573, 574, 575, 585, 1021, 1664, 1684, 1697, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1879, 1881, 1883, 1884, 1885, 1899, 1904], "typo": 0, "gf_densiti": 0, "infti": [0, 513, 515, 518, 551, 557, 558, 643, 653, 1209, 1877, 1881, 1885, 1898, 1899, 1901, 1903, 1904, 1906], "cancel": 0, "checkfor": 0, "gf_fourier": 0, "block2": 0, "best": [0, 507, 514, 1850, 1856, 1871, 1872, 1875, 1876, 1906], "look": [0, 332, 336, 497, 558, 568, 577, 1021, 1846, 1847, 1852, 1857, 1871, 1874, 1875, 1878, 1879, 1880, 1881, 1885, 1887, 1888, 1890, 1893, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "ctint": 0, "techniqu": [0, 497, 541, 549], "simpli": [0, 228, 229, 233, 490, 500, 515, 541, 549, 568, 573, 577, 578, 579, 580, 1846, 1848, 1860, 1881, 1884, 1885, 1887, 1908], "triqs_cxx_definit": 0, "triqs_include_al": 0, "co": [0, 500, 505, 507, 508, 518, 578, 1879, 1880, 1884, 1890, 1895, 1897, 1898, 1902, 1903], "triqstest": 0, "build_pytriq": 0, "explain": [0, 8, 529, 530, 1872, 1876, 1887, 1900, 1901, 1905, 1906], "maintain": [0, 3, 4, 323, 494, 1854], "doxygen": [0, 509], "simpler": [0, 497, 514], "2doc": 0, "line": [0, 4, 7, 124, 202, 212, 228, 229, 497, 510, 511, 541, 561, 568, 583, 1202, 1738, 1848, 1852, 1853, 1858, 1862, 1871, 1874, 1875, 1877, 1878, 1879, 1880, 1887, 1893, 1897, 1902], "boost_vers": 0, "link_librari": 0, "boost_librari": 0, "14": [0, 19, 95, 508, 1852, 1875, 1877, 1885, 1887, 1895], "_desc": 0, "full_nam": [0, 491, 1862], "module_nam": 0, "app_nam": [0, 491, 1862], "application_a": [0, 1862], "use_modul": [0, 1862], "add_includ": [0, 491, 1862], "rel": [0, 497, 1862, 1871, 1875, 1893], "solver_cor": 0, "include_directori": 0, "python_destin": 0, "triqs_python_extens": 0, "triqs_python_extension_and_instal": 0, "second": [0, 9, 254, 367, 378, 413, 414, 417, 420, 421, 422, 474, 486, 492, 509, 518, 525, 526, 553, 556, 558, 567, 568, 858, 866, 933, 1776, 1836, 1870, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1883, 1885, 1886, 1887, 1892, 1894, 1898, 1900, 1903, 1905], "destin": [0, 541, 549], "triqs_python_lib_dest": 0, "python_lib_dest_root": 0, "everywher": 0, "using_the_lib": 0, "application_structur": 0, "polymorph": [0, 506, 570], "handl": [0, 496, 511, 516, 538, 1899, 1904], "full": [0, 4, 9, 151, 158, 164, 165, 175, 346, 347, 358, 388, 390, 393, 401, 447, 455, 457, 498, 541, 549, 553, 563, 566, 568, 571, 596, 599, 608, 617, 620, 629, 933, 1682, 1683, 1687, 1692, 1847, 1848, 1855, 1857, 1858, 1859, 1860, 1862, 1871, 1875, 1877, 1881, 1885, 1887], "break": [0, 1899, 1904, 1908], "As": [0, 3, 7, 494, 505, 507, 512, 515, 518, 549, 566, 568, 578, 1836, 1852, 1853, 1865, 1871, 1873, 1875, 1877, 1879, 1881, 1884, 1885, 1888, 1893, 1897, 1898, 1899, 1902, 1903, 1904], "consequ": [0, 505, 1900, 1901, 1905, 1906], "twice": [0, 504], "big": [0, 1871, 1875, 1886, 1888, 1892, 1893, 1898, 1903], "smallest": [0, 448, 1152, 1164], "th": [0, 114, 160, 202, 204, 254, 255, 340, 366, 377, 392, 478, 479, 511, 525, 526, 531, 533, 561, 600, 621, 1880], "retriev": [0, 496, 579], "independ": [0, 4, 447, 549, 568, 581, 860, 877, 1881, 1885, 1900, 1905], "storag": [0, 203, 205, 213, 363, 365, 461, 464, 494, 501, 511, 537, 553, 570, 667, 706, 745, 784, 823, 945, 1743, 1854, 1871, 1875], "written": [0, 4, 151, 175, 343, 396, 466, 490, 492, 494, 502, 509, 510, 514, 521, 522, 527, 551, 565, 573, 579, 1217, 1593, 1658, 1668, 1707, 1708, 1709, 1854, 1865, 1868, 1871, 1875, 1879, 1888, 1893, 1901, 1906], "gain": 0, "space": [0, 9, 151, 157, 158, 164, 165, 175, 267, 279, 292, 338, 339, 340, 341, 342, 343, 344, 346, 347, 348, 349, 354, 355, 356, 358, 363, 366, 368, 369, 374, 375, 376, 377, 379, 380, 386, 387, 388, 389, 390, 393, 395, 396, 401, 402, 486, 498, 515, 518, 519, 525, 526, 542, 543, 544, 545, 546, 554, 570, 587, 589, 596, 599, 608, 610, 617, 620, 629, 662, 674, 692, 693, 694, 701, 713, 731, 732, 733, 740, 752, 770, 771, 772, 779, 791, 809, 810, 811, 818, 830, 848, 849, 850, 873, 940, 952, 970, 971, 972, 1625, 1645, 1661, 1662, 1665, 1666, 1871, 1875, 1881, 1883, 1884, 1885, 1887, 1890, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "otherwis": [0, 115, 120, 121, 122, 127, 133, 137, 222, 344, 346, 347, 397, 399, 400, 406, 408, 488, 491, 495, 496, 505, 506, 539, 541, 550, 551, 568, 570, 573, 574, 575, 578, 1021, 1209, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1804, 1831, 1848, 1901, 1906], "save": [0, 5, 9, 488, 491, 494, 498, 521, 530, 568, 1856, 1867, 1882, 1888, 1889, 1893, 1894, 1897, 1898, 1902, 1903], "reorgan": 0, "test_tool": 0, "There": [0, 349, 496, 505, 518, 523, 541, 553, 562, 570, 873, 1864, 1885, 1888, 1893, 1900, 1901, 1905, 1906], "just": [0, 228, 229, 488, 505, 507, 508, 515, 520, 535, 541, 559, 562, 565, 566, 567, 568, 579, 1036, 1754, 1756, 1763, 1782, 1835, 1848, 1853, 1865, 1871, 1873, 1875, 1877, 1879, 1881, 1882, 1885, 1886, 1888, 1889, 1892, 1893, 1894, 1898, 1900, 1903, 1905], "add_cpp_test": 0, "testnam": 0, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "program": [0, 3, 4, 494, 1831, 1850, 1867, 1871, 1875], "h5diff": [0, 494], "had": [0, 1852, 1883, 1888, 1893], "comparison_test": 0, "easi": [0, 513, 562, 572, 576, 1848, 1852, 1856, 1858, 1865, 1868, 1871, 1875, 1882], "parti": [0, 1852], "under": [0, 3, 355, 513, 541, 553, 579, 1847, 1848, 1863, 1865], "cmake_install_prefix": [0, 1848], "inherit": [0, 568, 1831], "visual": [0, 1868, 1871, 1872, 1873, 1875, 1876, 1877, 1897, 1899, 1902, 1904], "sphinxcontrib": 0, "doxylink": 0, "anymor": 0, "g0_iw": [0, 551, 933, 1208, 1210, 1867, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895], "solv": [0, 4, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 551, 569, 579, 933, 1210, 1766, 1776, 1846, 1847, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1899, 1900, 1901, 1904, 1905, 1906], "equat": [0, 4, 541, 549, 551, 933, 1210, 1871, 1874, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "g_iw": [0, 498, 535, 539, 541, 551, 933, 1210, 1867, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895], "sigma_iw": [0, 551, 1210, 1846, 1867, 1885, 1886, 1887, 1889, 1890, 1892, 1893, 1894, 1895], "tail_fit": 0, "read_gf_from_txt": [0, 551], "write_gf_to_txt": [0, 551], "text": [0, 5, 494, 513, 551, 556, 558, 578, 653, 1215, 1864, 1868, 1871, 1875, 1884, 1885, 1888, 1893, 1897, 1902], "organ": [0, 579, 1847, 1857, 1871, 1875], "commonli": [0, 4, 569, 574, 1711, 1849, 1890, 1895], "slater": [0, 571, 573, 1681, 1683, 1688, 1709], "kanamori": [0, 498, 571, 573, 1682, 1708, 1875, 1878, 1889, 1894], "interact": [0, 3, 4, 495, 516, 540, 551, 571, 572, 573, 574, 933, 1208, 1210, 1681, 1682, 1683, 1687, 1688, 1689, 1692, 1694, 1698, 1699, 1708, 1709, 1712, 1713, 1714, 1847, 1848, 1857, 1868, 1871, 1872, 1873, 1875, 1876, 1877, 1881, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1899, 1900, 1901, 1904, 1905, 1906, 1907], "s_z": [0, 574, 1713, 1716, 1901, 1906], "l_z": [0, 574, 1712, 1713], "op_struct": [0, 575], "auxiliari": [0, 498], "spin": [0, 3, 498, 553, 565, 568, 571, 573, 574, 575, 1661, 1682, 1689, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847, 1871, 1874, 1875, 1877, 1878, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905], "exit": [0, 1831, 1833], "receiv": [0, 6, 125, 139, 140, 141, 147, 148, 405, 426, 428, 429, 570], "stop_callback": [0, 405, 426, 428, 429], "insert2": [0, 190, 511], "remove2": [0, 190, 511], "change_row": [0, 190], "change_col": [0, 190, 511], "try_": 0, "complete_oper": [0, 190, 216, 221, 230, 231, 232, 233, 234, 235, 236, 237, 511, 1859], "insert2_at_end": [0, 190, 1859], "remove_at_end": [0, 190, 1859], "remove2_at_end": [0, 190, 1859], "change_one_row_and_one_col": [0, 1859], "unsign": [0, 472, 473, 497], "tupl": [0, 9, 16, 42, 43, 44, 48, 97, 98, 99, 106, 126, 478, 479, 486, 488, 491, 495, 496, 515, 549, 557, 571, 572, 575, 577, 587, 589, 610, 651, 657, 658, 692, 698, 731, 737, 770, 776, 809, 815, 848, 854, 970, 976, 1048, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1625, 1632, 1633, 1645, 1648, 1649, 1666, 1685, 1686, 1691, 1693, 1720, 1766, 1830, 1883, 1884], "hdf_archiv": 0, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "subgroup": [0, 115, 342, 343, 395, 396, 494, 495, 496, 579, 1875, 1878, 1882], "doubl": [0, 160, 161, 166, 179, 180, 181, 182, 183, 184, 185, 198, 199, 200, 201, 224, 225, 226, 234, 237, 251, 252, 253, 298, 299, 300, 314, 349, 354, 363, 376, 408, 412, 413, 417, 420, 421, 432, 433, 437, 443, 444, 448, 452, 455, 457, 459, 463, 464, 468, 469, 480, 481, 482, 483, 494, 497, 498, 500, 505, 506, 507, 508, 509, 511, 514, 515, 517, 519, 521, 525, 526, 527, 529, 530, 531, 533, 539, 543, 544, 553, 560, 562, 565, 567, 568, 570, 585, 636, 669, 670, 671, 672, 673, 708, 709, 710, 711, 712, 747, 748, 749, 750, 751, 786, 787, 788, 789, 790, 825, 826, 827, 828, 829, 947, 948, 949, 950, 951, 995, 996, 997, 998, 999, 1028, 1055, 1589, 1611, 1617, 1618, 1620, 1629, 1646, 1776, 1856, 1858, 1859, 1860, 1861, 1865, 1871, 1874, 1875, 1877, 1878, 1884, 1898, 1900, 1901, 1903, 1905, 1906], "rich": [0, 1868], "attribut": [0, 1, 2, 330, 331, 494, 495, 496, 589, 610, 662, 701, 740, 779, 818, 857, 872, 940, 1028, 1035, 1042, 1052, 1065, 1077, 1090, 1103, 1116, 1132, 1143, 1152, 1164, 1596, 1604, 1609, 1620, 1624, 1644, 1669, 1740, 1752, 1758, 1778, 1782, 1789, 1829, 1832, 1834, 1841, 1871, 1875, 1886, 1892], "ignore_in_python": 0, "prevent": 0, "special": [0, 125, 147, 149, 363, 376, 513, 516, 519, 522, 523, 535, 540, 568, 570, 583, 1782, 1859, 1871, 1875, 1897, 1902], "overrid": [0, 1830, 1839], "adopt": 0, "physic": [0, 355, 1857, 1871, 1875, 1881, 1884, 1885, 1890, 1895], "paper": [0, 3, 4, 1847, 1871, 1875, 1906], "random": [0, 4, 9, 411, 419, 433, 440, 441, 442, 461, 486, 554, 562, 563, 565, 568, 1735, 1740, 1857, 1858, 1880, 1897, 1902, 1907], "glue": 0, "cython": 0, "gone": [0, 1901, 1906], "like": [0, 4, 7, 193, 195, 221, 222, 478, 479, 494, 498, 500, 505, 506, 509, 511, 515, 517, 530, 535, 541, 549, 562, 563, 568, 570, 571, 578, 579, 583, 584, 585, 1691, 1848, 1850, 1852, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1881, 1882, 1884, 1885, 1886, 1887, 1888, 1892, 1893, 1899, 1900, 1901, 1904, 1905, 1906], "conjug": [0, 361, 481, 482, 543, 545, 546, 551, 570], "alon": [0, 1847], "must": [0, 3, 157, 258, 266, 350, 353, 355, 358, 368, 379, 406, 408, 425, 471, 480, 481, 482, 483, 488, 491, 496, 500, 505, 508, 521, 541, 542, 543, 544, 545, 546, 549, 551, 554, 568, 569, 570, 571, 574, 578, 584, 585, 587, 589, 610, 662, 701, 740, 779, 818, 858, 861, 878, 917, 920, 923, 940, 1199, 1215, 1640, 1683, 1694, 1712, 1713, 1714, 1776, 1830, 1831, 1836, 1842, 1858, 1879, 1883, 1885, 1893, 1901, 1906], "25": [0, 508, 561, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1885, 1886, 1890, 1892, 1894, 1895, 1901, 1905, 1906], "unifi": 0, "pep": 0, "www": [0, 518], "org": [0, 4, 518, 933, 1848, 1871, 1872, 1873, 1875, 1876, 1877, 1879], "0008": 0, "lowercas": 0, "underscor": 0, "capword": 0, "update_arch": 0, "veri": [0, 4, 7, 228, 229, 509, 541, 566, 568, 576, 577, 579, 584, 1852, 1856, 1857, 1866, 1868, 1871, 1875, 1880, 1881, 1885, 1888, 1893], "old_arch": 0, "new_arch": 0, "encount": [0, 1846, 1848, 1855, 1903], "post": [0, 1846, 1847, 1879], "fullnam": [1, 2], "underlin": [1, 2], "rubric": [1, 2], "endif": [1, 2], "endblock": [1, 2], "function": [2, 7, 9, 10, 29, 30, 31, 129, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 195, 197, 203, 215, 243, 249, 251, 252, 253, 255, 258, 266, 294, 298, 299, 300, 304, 305, 306, 309, 310, 311, 312, 313, 314, 315, 316, 319, 363, 405, 426, 427, 428, 429, 460, 478, 479, 484, 486, 487, 488, 489, 490, 491, 492, 494, 496, 498, 500, 503, 504, 505, 507, 509, 510, 515, 516, 517, 522, 523, 524, 526, 527, 529, 531, 532, 533, 534, 535, 547, 548, 551, 552, 553, 554, 556, 558, 559, 561, 568, 569, 571, 572, 573, 577, 578, 579, 581, 583, 585, 586, 588, 633, 634, 635, 636, 637, 642, 647, 648, 657, 658, 659, 660, 662, 664, 665, 666, 667, 668, 674, 675, 677, 678, 681, 683, 685, 686, 695, 696, 697, 698, 701, 703, 704, 705, 706, 707, 713, 714, 716, 717, 720, 722, 724, 725, 734, 735, 736, 737, 740, 742, 743, 744, 745, 746, 752, 753, 755, 756, 759, 761, 763, 764, 773, 774, 775, 776, 779, 781, 782, 783, 784, 785, 791, 792, 794, 795, 798, 800, 802, 803, 812, 813, 814, 815, 818, 820, 821, 822, 823, 824, 830, 831, 833, 834, 837, 839, 841, 842, 851, 852, 853, 854, 857, 858, 861, 871, 872, 873, 878, 889, 896, 908, 913, 914, 917, 920, 923, 927, 932, 933, 934, 940, 942, 943, 944, 945, 946, 952, 953, 955, 956, 959, 961, 963, 964, 973, 974, 975, 976, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 1003, 1004, 1010, 1011, 1025, 1041, 1051, 1060, 1061, 1072, 1073, 1077, 1085, 1086, 1090, 1098, 1099, 1103, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173, 1177, 1178, 1186, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1206, 1207, 1208, 1209, 1210, 1211, 1213, 1214, 1215, 1216, 1217, 1218, 1595, 1630, 1643, 1659, 1665, 1668, 1680, 1683, 1695, 1697, 1704, 1711, 1719, 1720, 1721, 1723, 1724, 1728, 1734, 1737, 1739, 1748, 1749, 1752, 1753, 1754, 1758, 1759, 1765, 1766, 1767, 1769, 1775, 1776, 1778, 1797, 1800, 1801, 1802, 1816, 1817, 1828, 1833, 1835, 1838, 1846, 1847, 1848, 1855, 1857, 1858, 1859, 1862, 1866, 1867, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1880, 1882, 1883, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1903, 1904, 1905], "class": [2, 8, 9, 10, 14, 20, 27, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 115, 123, 128, 131, 143, 144, 145, 146, 152, 164, 190, 195, 240, 243, 257, 269, 281, 296, 323, 338, 349, 355, 363, 364, 376, 388, 404, 430, 440, 447, 461, 489, 492, 493, 494, 498, 506, 508, 509, 510, 512, 514, 519, 537, 538, 541, 542, 543, 544, 545, 546, 548, 549, 555, 556, 557, 558, 559, 560, 562, 563, 565, 566, 568, 569, 570, 572, 577, 578, 579, 580, 581, 588, 589, 610, 642, 643, 647, 652, 653, 656, 657, 661, 662, 700, 701, 739, 740, 778, 779, 817, 818, 856, 857, 871, 872, 894, 896, 897, 899, 902, 904, 906, 908, 913, 914, 916, 919, 922, 925, 927, 934, 935, 938, 940, 978, 982, 1011, 1012, 1018, 1027, 1028, 1034, 1035, 1039, 1041, 1042, 1051, 1052, 1065, 1077, 1090, 1103, 1116, 1132, 1143, 1152, 1164, 1218, 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, 1425, 1427, 1429, 1431, 1433, 1435, 1437, 1439, 1441, 1443, 1445, 1447, 1449, 1451, 1453, 1455, 1457, 1459, 1461, 1463, 1465, 1467, 1469, 1471, 1473, 1475, 1477, 1479, 1481, 1483, 1485, 1487, 1489, 1491, 1493, 1495, 1497, 1499, 1501, 1503, 1505, 1507, 1509, 1511, 1513, 1515, 1517, 1519, 1521, 1523, 1525, 1527, 1529, 1531, 1533, 1535, 1537, 1539, 1541, 1543, 1545, 1547, 1549, 1551, 1553, 1555, 1557, 1559, 1561, 1563, 1565, 1567, 1569, 1571, 1573, 1575, 1577, 1579, 1581, 1583, 1585, 1587, 1591, 1592, 1595, 1596, 1604, 1609, 1619, 1620, 1623, 1624, 1643, 1644, 1668, 1669, 1731, 1732, 1739, 1740, 1751, 1752, 1757, 1758, 1777, 1778, 1782, 1789, 1828, 1829, 1830, 1847, 1857, 1858, 1860, 1862, 1870, 1884, 1885, 1886, 1892, 1893, 1897, 1902], "librari": [3, 4, 5, 497, 500, 501, 507, 510, 514, 516, 517, 522, 539, 550, 563, 576, 579, 581, 583, 584, 1848, 1849, 1850, 1852, 1853, 1857, 1858, 1859, 1863, 1864, 1865, 1868, 1871, 1875, 1880, 1881, 1885, 1887, 1890, 1895], "orgin": 3, "ipht": [3, 1847], "cea": 3, "saclai": [3, 1847], "ferrero": 3, "cpht": 3, "ecol": [3, 1847], "polytechiqu": 3, "flatiron": [3, 1872, 1876], "institut": [3, 1872, 1876], "ccq": [3, 1848], "reciev": 3, "erc": 3, "grant": 3, "278472": 3, "divis": [3, 485, 554, 570, 573], "foundat": 3, "ayral": 3, "p": [3, 243, 301, 407, 490, 515, 1846, 1848, 1871, 1875, 1887], "hafermann": 3, "messio": 3, "seth": 3, "scientif": [3, 494, 576, 579, 1847, 1848, 1852, 1854, 1868, 1879], "kindli": 3, "us": [3, 5, 6, 7, 8, 9, 11, 47, 117, 130, 140, 141, 147, 148, 157, 163, 167, 169, 180, 181, 183, 184, 189, 203, 205, 213, 221, 250, 252, 253, 258, 309, 314, 315, 323, 340, 349, 354, 356, 363, 366, 377, 405, 411, 426, 428, 429, 446, 447, 448, 449, 452, 455, 457, 459, 478, 479, 480, 481, 482, 483, 485, 488, 489, 491, 492, 494, 495, 496, 497, 500, 501, 504, 505, 506, 507, 508, 509, 510, 512, 513, 514, 515, 517, 521, 522, 523, 525, 526, 527, 529, 530, 531, 533, 539, 541, 542, 544, 545, 548, 549, 551, 552, 554, 557, 558, 559, 561, 566, 568, 569, 570, 571, 572, 573, 574, 578, 579, 580, 581, 583, 584, 585, 587, 589, 598, 604, 610, 619, 625, 658, 668, 674, 707, 713, 746, 752, 785, 791, 824, 830, 873, 933, 946, 952, 1036, 1090, 1103, 1209, 1213, 1624, 1657, 1664, 1682, 1683, 1708, 1709, 1711, 1738, 1752, 1760, 1766, 1767, 1776, 1804, 1832, 1834, 1837, 1840, 1841, 1847, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1858, 1859, 1860, 1861, 1862, 1864, 1865, 1867, 1868, 1869, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "toolbox": [3, 553, 1897, 1902], "research": [3, 1847], "quantum": [3, 157, 170, 186, 187, 498, 569, 587, 589, 606, 610, 627, 638, 639, 1847, 1874, 1878, 1881, 1883, 1885, 1886, 1888, 1892, 1893], "phy": [3, 4, 1847, 1890, 1895, 1900, 1901, 1905, 1906], "comm": [3, 4, 497, 1803, 1817, 1877], "196": [3, 1847], "398": [3, 1847], "415": 3, "2015": 3, "facilit": [3, 562, 1847], "bibtex": 3, "give": [3, 4, 349, 512, 525, 526, 568, 571, 658, 1691, 1859, 1863, 1871, 1875, 1879, 1881, 1883, 1885, 1886, 1890, 1892, 1895, 1898, 1899, 1901, 1903, 1904, 1906], "inde": [3, 7, 490, 515, 579, 639, 1873, 1877, 1881, 1883, 1885, 1900, 1905], "convinc": 3, "fund": 3, "publish": [3, 579, 1890, 1895], "gnu": [3, 584, 1854, 1871, 1875], "gener": [3, 4, 7, 9, 11, 130, 169, 249, 260, 267, 272, 279, 284, 292, 327, 338, 339, 340, 349, 350, 355, 357, 361, 404, 411, 419, 426, 440, 441, 442, 445, 459, 478, 479, 486, 488, 489, 490, 491, 494, 496, 505, 509, 510, 511, 512, 513, 515, 516, 520, 530, 534, 539, 549, 551, 553, 559, 562, 563, 566, 568, 570, 571, 577, 581, 657, 692, 731, 770, 809, 848, 857, 864, 865, 866, 872, 873, 882, 970, 1020, 1211, 1628, 1664, 1729, 1735, 1752, 1758, 1847, 1848, 1849, 1852, 1856, 1857, 1864, 1869, 1871, 1875, 1878, 1885, 1888, 1889, 1893, 1894, 1897, 1898, 1899, 1902, 1903, 1904], "version": [3, 5, 8, 9, 22, 23, 37, 38, 66, 67, 79, 80, 103, 104, 244, 349, 446, 447, 498, 504, 521, 541, 549, 553, 562, 567, 570, 581, 1846, 1847, 1849, 1852, 1853, 1854, 1855, 1856, 1865, 1868, 1872, 1876, 1881, 1885, 1886, 1890, 1895, 1900, 1901, 1905, 1906], "3": [3, 5, 19, 85, 95, 243, 249, 250, 253, 259, 266, 270, 271, 283, 290, 327, 366, 377, 443, 448, 452, 455, 457, 459, 463, 480, 481, 482, 483, 494, 495, 497, 498, 500, 505, 506, 507, 508, 511, 521, 525, 526, 529, 530, 537, 539, 541, 545, 548, 549, 551, 555, 561, 568, 570, 571, 577, 578, 583, 585, 670, 671, 672, 673, 685, 686, 709, 710, 711, 712, 724, 725, 748, 749, 750, 751, 763, 764, 787, 788, 789, 790, 802, 803, 826, 827, 828, 829, 841, 842, 948, 949, 950, 951, 963, 964, 994, 996, 997, 998, 999, 1003, 1004, 1052, 1055, 1065, 1209, 1589, 1596, 1664, 1681, 1683, 1688, 1690, 1691, 1848, 1852, 1853, 1854, 1855, 1858, 1859, 1860, 1865, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "impli": [3, 349, 505, 549], "state": [3, 9, 151, 157, 158, 160, 162, 166, 173, 174, 175, 176, 180, 181, 183, 184, 196, 322, 323, 338, 340, 341, 344, 348, 349, 352, 354, 355, 356, 358, 360, 388, 389, 391, 392, 394, 397, 399, 400, 402, 486, 512, 541, 548, 556, 558, 566, 578, 587, 589, 596, 597, 603, 607, 608, 609, 610, 617, 618, 624, 628, 629, 630, 631, 633, 634, 635, 636, 643, 914, 927, 928, 1867, 1870, 1871, 1875, 1883, 1888, 1890, 1893, 1895, 1899, 1900, 1901, 1904, 1905, 1906], "warranti": 3, "respons": [3, 447, 1857, 1897, 1898, 1899, 1902, 1903, 1904], "white": [3, 1902], "color": [3, 122, 578, 1871, 1875, 1877, 1878, 1880, 1887, 1897, 1898, 1902, 1903], "background": 3, "resolut": [3, 937], "svg": [3, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "pdf": [3, 446], "icon": [3, 1871, 1875], "studi": [4, 1847, 1857, 1889, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "categori": 4, "readili": [4, 513, 1899, 1904], "collabor": [4, 1847], "reli": [4, 1848], "thin": [4, 576, 1724], "mainten": [4, 562], "embed": [4, 1881, 1885, 1890, 1895], "conduct": [4, 1881, 1885, 1887], "bath": [4, 551, 1209, 1213, 1867, 1871, 1874, 1875, 1878, 1881, 1885, 1887, 1890, 1895], "mont": [4, 9, 404, 426, 428, 429, 447, 486, 511, 565, 581, 1871, 1874, 1875, 1878, 1881, 1885, 1887, 1888, 1893], "carlo": [4, 9, 404, 426, 428, 429, 447, 486, 511, 565, 581, 1871, 1874, 1875, 1878, 1881, 1885, 1887, 1888, 1893], "diagram": [4, 1887, 1899, 1904], "partit": [4, 9, 157, 185, 355, 356, 358, 361, 362, 498, 553, 568, 587, 589, 610, 637, 1883, 1887, 1894], "produc": [4, 490, 492, 494, 556, 567, 579, 581, 1849, 1871, 1875, 1879, 1893], "cite": [4, 1847], "200": [4, 355, 498, 1867, 1890, 1895], "274": [4, 355], "2016": [4, 355], "homepag": [4, 1847], "atom": [4, 9, 151, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 498, 553, 555, 560, 561, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 1596, 1609, 1871, 1874, 1875, 1878, 1881, 1883, 1884, 1885], "approxim": [4, 518, 545, 551, 933, 1209, 1857, 1874, 1876, 1878, 1881, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1907], "quick": [4, 5, 228, 229, 494, 514], "answer": [4, 6, 454, 479, 482, 483, 565, 1847, 1872, 1874, 1876, 1878, 1901, 1906], "multiband": 4, "lattic": [4, 9, 486, 557, 558, 559, 560, 561, 1065, 1758, 1761, 1857, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1907], "descent": 4, "fix": [4, 8, 298, 300, 498, 526, 529, 539, 551, 554, 1211, 1871, 1875, 1881, 1884, 1885, 1898, 1900, 1903, 1905, 1908], "chemic": [4, 498, 553, 557, 646, 650, 928, 1871, 1874, 1875, 1877, 1878, 1884, 1886, 1889, 1892, 1893, 1894, 1897, 1902], "potenti": [4, 498, 553, 557, 646, 650, 928, 1850, 1852, 1856, 1871, 1874, 1875, 1877, 1878, 1884, 1886, 1889, 1892, 1893, 1894, 1897, 1902], "hartree_fock": 4, "fermion": [4, 152, 252, 253, 258, 314, 338, 348, 402, 498, 513, 514, 515, 517, 521, 523, 525, 526, 528, 529, 530, 537, 538, 539, 541, 553, 556, 557, 570, 577, 643, 646, 650, 1028, 1029, 1077, 1090, 1103, 1116, 1132, 1143, 1847, 1857, 1860, 1861, 1866, 1870, 1875, 1881, 1884, 1885, 1892, 1893, 1900, 1901, 1905, 1906, 1907], "mani": [4, 9, 169, 355, 356, 363, 376, 486, 494, 508, 513, 541, 558, 570, 1695, 1836, 1847, 1850, 1868, 1871, 1875, 1879, 1881, 1885, 1887, 1888, 1893, 1897, 1898, 1902, 1903], "bodi": [4, 9, 169, 355, 356, 363, 486, 513, 570, 1695, 1847, 1881, 1885, 1888, 1893], "imagianari": 4, "hugostrand": 4, "10": [4, 19, 95, 243, 252, 253, 258, 314, 497, 498, 500, 506, 507, 508, 511, 514, 523, 525, 526, 529, 531, 533, 539, 542, 551, 568, 578, 580, 1211, 1214, 1846, 1847, 1852, 1858, 1860, 1861, 1865, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1902, 1903, 1904, 1905], "5281": 4, "zenodo": 4, "592291": 4, "pomerol2triq": 4, "softwar": [4, 1847, 1848, 1854, 1868], "packag": [4, 5, 497, 1849, 1850, 1852, 1854, 1855, 1862, 1864, 1868, 1871, 1875, 1883, 1884, 1885, 1893], "235": 4, "388": 4, "2019": 4, "w2dynamics_interfac": 4, "renorm": [4, 1871, 1875, 1901, 1906], "rev": [4, 1847, 1890, 1895, 1901, 1906], "79": 4, "085106": 4, "2009": [4, 1890, 1895], "nrgljubljana_interfac": 4, "dfttool": 4, "wien2k": [4, 571, 1687, 1690, 1692], "band": [4, 498, 549, 557, 1657, 1867, 1871, 1872, 1875, 1876, 1877, 1886, 1889, 1890, 1892, 1894, 1895], "fledg": 4, "few": [4, 507, 521, 933, 1853, 1871, 1872, 1875, 1876, 1881, 1885, 1888, 1893, 1899, 1904], "204": 4, "shot": [4, 1874, 1878], "charg": [4, 522, 535, 541, 1899, 1900, 1904, 1905], "csc": 4, "h5": [4, 9, 206, 207, 245, 246, 261, 262, 273, 274, 285, 286, 294, 330, 331, 342, 343, 395, 396, 423, 424, 465, 466, 486, 495, 496, 498, 515, 521, 525, 526, 527, 530, 531, 533, 579, 1846, 1847, 1858, 1861, 1862, 1867, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1882, 1888, 1889, 1890, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1904, 1905], "archiv": [4, 9, 494, 496, 1857, 1861, 1866, 1867, 1871, 1875, 1877, 1888, 1889, 1893, 1894], "espresso": 4, "advantag": [4, 494, 513, 514, 562, 1879, 1886, 1892], "postprocess": [4, 1871, 1873, 1874, 1875, 1877, 1878], "script": [4, 5, 9, 576, 1848, 1856, 1857, 1864, 1868, 1871, 1875, 1877, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1902], "spectral": [4, 541, 545, 1196, 1199, 1872, 1873, 1874, 1876, 1877, 1878, 1881, 1885, 1886, 1888, 1892, 1893, 1897, 1901, 1902, 1906], "modular": [4, 1871, 1875], "entropi": 4, "1": [4, 5, 13, 15, 19, 43, 73, 85, 88, 95, 97, 117, 118, 121, 157, 162, 180, 181, 183, 184, 202, 204, 212, 213, 221, 222, 233, 234, 239, 243, 244, 248, 249, 250, 252, 253, 255, 258, 259, 270, 271, 278, 282, 283, 290, 298, 299, 300, 303, 312, 313, 314, 315, 327, 339, 340, 350, 356, 358, 365, 366, 367, 368, 370, 371, 372, 373, 377, 378, 379, 382, 383, 384, 385, 390, 405, 408, 426, 428, 429, 436, 441, 443, 444, 448, 449, 451, 452, 455, 457, 459, 463, 469, 478, 479, 480, 481, 482, 483, 485, 494, 496, 497, 498, 500, 504, 505, 506, 507, 508, 510, 511, 512, 513, 514, 515, 517, 518, 520, 521, 523, 525, 526, 529, 530, 537, 538, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 552, 553, 555, 556, 557, 558, 559, 560, 561, 562, 565, 567, 568, 570, 571, 573, 574, 577, 578, 580, 581, 584, 585, 643, 651, 653, 679, 680, 695, 698, 718, 719, 734, 737, 757, 758, 773, 776, 796, 797, 812, 815, 835, 836, 851, 854, 873, 933, 957, 958, 973, 976, 1000, 1001, 1010, 1176, 1208, 1209, 1213, 1596, 1611, 1617, 1618, 1624, 1629, 1646, 1664, 1683, 1684, 1685, 1691, 1698, 1699, 1707, 1708, 1709, 1714, 1717, 1745, 1752, 1758, 1766, 1776, 1779, 1783, 1790, 1804, 1818, 1846, 1847, 1848, 1850, 1854, 1856, 1858, 1859, 1860, 1861, 1865, 1867, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "caratheodori": 4, "2": [4, 5, 13, 19, 21, 24, 32, 36, 40, 65, 68, 78, 81, 95, 102, 106, 157, 162, 180, 181, 183, 184, 195, 202, 204, 212, 213, 243, 244, 248, 249, 250, 252, 253, 259, 270, 271, 278, 282, 283, 298, 303, 312, 313, 314, 315, 327, 339, 340, 350, 355, 356, 358, 365, 366, 368, 370, 377, 379, 382, 405, 426, 428, 429, 443, 447, 448, 449, 452, 453, 454, 455, 457, 459, 463, 478, 479, 480, 481, 482, 483, 485, 488, 491, 494, 495, 497, 498, 500, 504, 505, 506, 507, 508, 511, 513, 514, 515, 518, 519, 520, 521, 525, 526, 527, 530, 531, 533, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 553, 556, 558, 561, 565, 568, 570, 571, 573, 574, 577, 578, 581, 583, 584, 585, 873, 889, 914, 927, 1103, 1209, 1215, 1617, 1618, 1681, 1682, 1683, 1684, 1685, 1687, 1688, 1690, 1691, 1692, 1697, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1714, 1716, 1717, 1847, 1848, 1854, 1855, 1856, 1858, 1859, 1860, 1861, 1865, 1867, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908], "": [4, 7, 9, 11, 18, 29, 30, 31, 46, 89, 100, 138, 180, 181, 182, 183, 184, 251, 304, 305, 306, 310, 311, 319, 327, 349, 428, 429, 461, 469, 486, 494, 495, 497, 498, 511, 515, 516, 523, 526, 533, 547, 548, 551, 552, 553, 558, 567, 568, 571, 573, 574, 575, 578, 579, 580, 585, 633, 634, 635, 636, 659, 660, 695, 734, 773, 812, 851, 857, 858, 861, 872, 873, 878, 904, 914, 927, 933, 937, 973, 984, 985, 986, 987, 989, 990, 1010, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1207, 1208, 1209, 1210, 1211, 1213, 1214, 1215, 1216, 1217, 1632, 1648, 1662, 1681, 1682, 1683, 1688, 1697, 1710, 1713, 1716, 1717, 1721, 1745, 1839, 1842, 1847, 1848, 1853, 1856, 1857, 1865, 1866, 1867, 1873, 1874, 1877, 1878, 1879, 1882, 1883, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "iskakov": 4, "jiani": 4, "fei": 4, "chia": 4, "nan": [4, 1898, 1903], "yeh": 4, "emanuel": 4, "gull": 4, "lett": [4, 1847, 1890, 1895, 1901, 1906], "126": 4, "056402": 4, "doi": [4, 1871, 1873, 1875, 1877], "1103": [4, 1871, 1873, 1875, 1877], "physrevlett": 4, "dominika": 4, "zgid": 4, "104": 4, "165111": 4, "physrevb": [4, 1871, 1873, 1875, 1877], "propos": [4, 408, 432, 562, 566, 568, 1886, 1892], "andrei": 4, "mishchenko": 4, "olga": 4, "goulko": 4, "et": [4, 1881, 1885, 1892, 1894], "al": [4, 1881, 1885, 1892], "95": 4, "014102": 4, "2017": 4, "239": 4, "166": 4, "94": [4, 1881, 1885], "023303": 4, "omegamaxent_interfac": 4, "effici": [4, 505, 514, 553, 579, 1847, 1884], "c": [4, 5, 7, 109, 110, 111, 112, 113, 118, 125, 132, 138, 139, 140, 141, 142, 143, 144, 147, 148, 149, 153, 154, 155, 156, 297, 307, 308, 315, 318, 361, 405, 410, 426, 428, 429, 435, 454, 455, 457, 470, 471, 479, 482, 483, 486, 487, 488, 491, 492, 494, 497, 500, 501, 508, 512, 513, 514, 515, 518, 521, 522, 525, 526, 531, 533, 537, 540, 541, 550, 553, 562, 565, 569, 570, 577, 580, 581, 583, 584, 585, 593, 594, 614, 615, 674, 713, 752, 791, 830, 902, 903, 952, 983, 993, 1218, 1699, 1700, 1847, 1848, 1849, 1850, 1853, 1855, 1856, 1858, 1860, 1862, 1871, 1874, 1875, 1877, 1878, 1879, 1881, 1883, 1884, 1885, 1887, 1890, 1894, 1895, 1896, 1897, 1898, 1901, 1902, 1903, 1906], "mpi": [4, 9, 10, 243, 249, 258, 266, 290, 315, 405, 426, 428, 429, 446, 447, 454, 461, 470, 471, 479, 482, 483, 486, 496, 541, 549, 562, 565, 570, 581, 1803, 1804, 1846, 1847, 1848, 1850, 1852, 1854, 1855, 1867, 1871, 1873, 1875, 1877, 1878, 1887, 1890, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "oper": [4, 9, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 96, 101, 129, 139, 142, 151, 153, 154, 155, 156, 157, 163, 168, 169, 186, 187, 188, 194, 198, 223, 228, 229, 233, 234, 237, 240, 257, 258, 269, 281, 315, 323, 338, 339, 340, 349, 350, 351, 353, 355, 356, 357, 361, 364, 376, 388, 440, 447, 449, 461, 470, 471, 486, 488, 494, 496, 497, 498, 500, 501, 505, 509, 510, 511, 512, 515, 519, 537, 540, 547, 553, 554, 568, 571, 572, 573, 574, 575, 585, 587, 589, 591, 592, 593, 594, 598, 610, 612, 613, 614, 615, 619, 631, 659, 660, 1028, 1620, 1836, 1848, 1857, 1859, 1866, 1867, 1871, 1875, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1898, 1901, 1903, 1906], "phase": [4, 356, 361, 1857, 1875, 1897, 1901, 1902, 1906, 1907], "beth": [4, 1857, 1888, 1889, 1893, 1894, 1899, 1904], "salpet": [4, 1899, 1904], "2638058": 4, "systemat": [4, 447, 1887], "test": [4, 199, 200, 201, 224, 225, 298, 300, 495, 506, 509, 545, 549, 1778, 1846, 1848, 1851, 1855, 1856, 1862, 1863], "cmake": [4, 7, 1848, 1849, 1852, 1854, 1855, 1856, 1863, 1865], "own": [4, 8, 497, 1853, 1857, 1858, 1862, 1871, 1875, 1879], "standalon": [4, 489], "welcom": [5, 1852, 1857], "triq": [5, 6, 7, 8, 9, 10, 486, 499, 500, 505, 508, 513, 514, 516, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 555, 557, 558, 559, 560, 561, 563, 565, 566, 567, 568, 570, 571, 572, 573, 574, 575, 576, 577, 583, 584, 585, 1849, 1851, 1853, 1855, 1858, 1859, 1860, 1861, 1864, 1866, 1867, 1868, 1869, 1870, 1873, 1874, 1877, 1878, 1879, 1880, 1882, 1883, 1884, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907], "core": [5, 1848, 1850, 1871, 1875, 1879, 1890, 1895], "instal": [5, 7, 491, 584, 1847, 1850, 1853, 1854, 1856, 1863, 1864, 1865], "compil": [5, 9, 486, 488, 492, 500, 504, 505, 515, 579, 584, 1847, 1850, 1851, 1855, 1864, 1865, 1871, 1875], "advanc": [5, 73, 75, 203, 205, 213, 489, 492, 501, 515, 519, 523, 568, 576, 1847, 1871, 1875, 1887], "document": [5, 8, 15, 18, 21, 24, 30, 32, 36, 40, 43, 46, 48, 53, 65, 68, 73, 78, 81, 85, 88, 89, 97, 100, 102, 106, 118, 138, 140, 141, 157, 162, 180, 181, 183, 184, 195, 202, 204, 212, 213, 243, 244, 248, 249, 252, 253, 258, 259, 266, 270, 271, 278, 282, 283, 290, 297, 302, 307, 308, 315, 318, 327, 339, 340, 350, 356, 363, 365, 366, 370, 377, 382, 436, 441, 443, 449, 463, 486, 488, 489, 494, 501, 505, 510, 518, 521, 526, 535, 541, 542, 543, 544, 545, 546, 549, 561, 563, 566, 568, 583, 584, 1847, 1848, 1851, 1853, 1857, 1859, 1860, 1862, 1863, 1864, 1871, 1875, 1881, 1885, 1887, 1888, 1893, 1897, 1902], "api": [5, 407, 488, 489, 491, 492, 497, 516, 540, 547, 581, 1848, 1908], "python": [5, 11, 486, 488, 491, 492, 494, 496, 540, 541, 542, 543, 544, 545, 546, 548, 549, 569, 573, 576, 578, 579, 580, 582, 585, 904, 1831, 1847, 1848, 1849, 1850, 1852, 1854, 1862, 1863, 1866, 1867, 1881, 1882, 1884, 1885, 1886, 1887, 1892], "why": [5, 222, 524, 549, 568, 1871, 1872, 1874, 1875, 1876, 1878, 1881, 1885, 1894, 1898, 1901, 1903, 1906], "tour": [5, 9, 501], "ab": [5, 201, 214, 226, 500, 505, 562, 674, 713, 752, 791, 830, 933, 952, 1776, 1871, 1875, 1881, 1885, 1890, 1895], "initio": [5, 1871, 1875], "tool": [5, 9, 152, 486, 492, 540, 547, 561, 571, 576, 579, 581, 1595, 1847, 1848, 1849, 1852, 1855, 1856, 1857, 1862, 1868, 1870, 1879, 1881, 1885, 1903], "analyt": [5, 545, 1662, 1874, 1878, 1884, 1886, 1888, 1893, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "determin": [5, 9, 190, 222, 235, 486, 490, 497, 511, 512, 518, 525, 539, 549, 550, 568, 570, 571, 1681, 1688, 1767, 1857, 1858, 1871, 1875, 1877, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "changelog": [5, 1847, 1856, 1908], "0": [5, 19, 40, 46, 73, 95, 112, 114, 117, 120, 122, 125, 138, 139, 140, 141, 142, 147, 148, 149, 184, 193, 201, 214, 226, 233, 234, 250, 252, 253, 258, 303, 314, 315, 327, 354, 367, 368, 371, 372, 373, 378, 379, 383, 384, 385, 405, 408, 411, 426, 428, 429, 432, 443, 444, 448, 449, 452, 455, 457, 459, 461, 470, 471, 478, 479, 481, 482, 483, 497, 498, 500, 505, 506, 507, 508, 510, 511, 512, 513, 514, 517, 518, 523, 525, 526, 529, 530, 531, 533, 535, 538, 539, 541, 542, 543, 545, 546, 548, 550, 551, 553, 555, 556, 557, 558, 561, 565, 567, 568, 570, 571, 573, 574, 575, 577, 578, 579, 580, 581, 584, 585, 636, 646, 650, 691, 730, 769, 808, 847, 873, 925, 926, 927, 928, 933, 969, 1009, 1090, 1132, 1143, 1185, 1209, 1596, 1624, 1640, 1644, 1645, 1661, 1664, 1677, 1683, 1684, 1691, 1707, 1708, 1709, 1710, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1742, 1766, 1804, 1805, 1810, 1819, 1824, 1846, 1848, 1854, 1858, 1859, 1860, 1861, 1864, 1867, 1870, 1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1908], "5": [5, 157, 243, 252, 253, 266, 290, 327, 448, 457, 459, 480, 481, 482, 483, 497, 498, 500, 507, 508, 511, 529, 541, 545, 546, 549, 556, 561, 565, 567, 568, 570, 577, 578, 584, 1858, 1859, 1867, 1870, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "4": [5, 19, 85, 95, 243, 252, 253, 266, 290, 327, 355, 447, 448, 452, 455, 457, 459, 480, 481, 482, 483, 494, 498, 506, 507, 508, 511, 538, 545, 553, 556, 561, 565, 573, 578, 584, 585, 1697, 1699, 1709, 1848, 1854, 1858, 1859, 1860, 1870, 1873, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1890, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "issu": [5, 8, 541, 568, 579, 1846, 1847, 1852, 1882], "author": [5, 551, 1211], "citat": 5, "disclaim": [5, 1871, 1875], "frequent": 5, "question": [5, 6, 7, 341, 344, 394, 397, 1847, 1871, 1872, 1874, 1875, 1876, 1878, 1879, 1897, 1899, 1902, 1904], "q": [5, 559, 571, 1684, 1760, 1847, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "my": [5, 495, 567, 1865, 1880], "gf": [5, 9, 10, 180, 181, 182, 183, 184, 327, 497, 498, 513, 514, 515, 516, 517, 518, 520, 521, 522, 524, 529, 532, 534, 535, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 552, 558, 559, 573, 574, 575, 577, 578, 583, 584, 634, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1752, 1758, 1848, 1861, 1862, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "hash": 5, "regard": 6, "consult": [6, 497], "make": [6, 7, 222, 230, 231, 232, 233, 234, 235, 236, 237, 248, 258, 303, 316, 352, 354, 363, 488, 505, 506, 509, 513, 515, 517, 520, 521, 522, 523, 541, 549, 566, 568, 570, 572, 575, 578, 585, 858, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166, 1720, 1830, 1846, 1848, 1849, 1852, 1853, 1855, 1856, 1865, 1868, 1871, 1875, 1881, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "easier": [6, 1871, 1875, 1881, 1885, 1888, 1893], "fill": [6, 449, 455, 500, 501, 507, 514, 515, 517, 525, 542, 543, 545, 546, 553, 558, 687, 688, 689, 690, 726, 727, 728, 729, 765, 766, 767, 768, 804, 805, 806, 807, 843, 844, 845, 846, 965, 966, 967, 968, 1005, 1006, 1007, 1008, 1867, 1872, 1876, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1901, 1903, 1906], "new": [6, 8, 122, 123, 202, 204, 212, 215, 221, 233, 234, 235, 255, 295, 317, 333, 334, 352, 366, 374, 377, 386, 448, 449, 457, 490, 494, 495, 496, 504, 511, 512, 517, 549, 562, 568, 570, 571, 579, 585, 860, 877, 1683, 1694, 1776, 1847, 1848, 1853, 1856, 1859, 1864, 1865, 1871, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1885, 1886, 1892, 1908], "happi": 6, "improv": [6, 518, 569, 1595, 1848, 1871, 1875, 1908], "coordin": [6, 515, 555, 560, 561, 1598, 1615, 1624, 1626, 1627, 1628, 1635, 1651, 1860, 1880, 1886, 1892], "chang": [6, 7, 8, 222, 228, 229, 230, 231, 232, 407, 498, 510, 511, 541, 549, 566, 571, 574, 1683, 1690, 1694, 1712, 1713, 1714, 1847, 1848, 1850, 1852, 1856, 1859, 1865, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1885, 1887, 1888, 1889, 1892, 1893, 1894, 1899, 1904, 1905, 1908], "engag": 6, "forum": [6, 1847], "channel": [6, 1875, 1877, 1878, 1893, 1900, 1905], "announc": 6, "gladli": 7, "accept": [7, 216, 412, 415, 430, 437, 438, 447, 503, 505, 506, 511, 519, 559, 562, 565, 566, 568, 585, 873, 1753, 1759, 1885, 1887, 1894], "come": [7, 498, 556, 558, 567, 1853, 1858, 1859, 1882, 1888, 1893, 1901, 1906], "learn": [7, 8, 579, 1857, 1859, 1860, 1871, 1872, 1875, 1876, 1879, 1883, 1884, 1888, 1891, 1893], "green": [7, 9, 180, 181, 182, 183, 184, 243, 249, 251, 252, 253, 255, 257, 258, 266, 269, 281, 298, 300, 304, 305, 306, 310, 311, 312, 313, 314, 315, 319, 486, 490, 494, 497, 498, 500, 515, 516, 517, 519, 522, 524, 526, 529, 530, 533, 534, 535, 547, 548, 551, 552, 558, 575, 577, 578, 633, 634, 635, 636, 659, 660, 662, 664, 665, 666, 667, 668, 674, 675, 677, 678, 681, 683, 695, 696, 697, 698, 701, 703, 704, 705, 706, 707, 713, 714, 716, 717, 720, 722, 734, 735, 736, 737, 740, 742, 743, 744, 745, 746, 752, 753, 755, 756, 759, 761, 773, 774, 775, 776, 779, 781, 782, 783, 784, 785, 791, 792, 794, 795, 798, 800, 812, 813, 814, 815, 818, 820, 821, 822, 823, 824, 830, 831, 833, 834, 837, 839, 851, 852, 853, 854, 857, 858, 861, 872, 873, 878, 889, 904, 914, 927, 933, 940, 942, 943, 944, 945, 946, 952, 953, 955, 956, 959, 961, 973, 974, 975, 976, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 1010, 1077, 1090, 1103, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1207, 1208, 1210, 1211, 1214, 1215, 1216, 1217, 1218, 1697, 1721, 1754, 1847, 1857, 1866, 1867, 1873, 1874, 1877, 1878, 1882, 1883, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1903], "plai": [7, 539, 550, 1871, 1875, 1893], "futur": [7, 1830], "willing": 7, "check": [7, 187, 198, 223, 295, 298, 300, 317, 332, 344, 346, 347, 351, 397, 399, 400, 447, 496, 500, 505, 559, 573, 639, 1677, 1710, 1760, 1761, 1801, 1847, 1848, 1856, 1857, 1872, 1876, 1881, 1882, 1884, 1885, 1897, 1898, 1900, 1902, 1903, 1905], "websit": [7, 1848], "go": [7, 8, 568, 1847, 1857, 1871, 1875, 1881, 1885, 1887, 1888, 1893, 1898, 1899, 1903, 1904], "submit": [7, 8], "unsur": 7, "dbuild_document": [7, 1851], "dsphinx_onli": 7, "Then": [7, 512, 549, 580, 1776, 1848, 1864, 1871, 1875, 1880, 1887, 1888, 1893, 1901, 1906], "move": [7, 8, 85, 88, 194, 222, 243, 259, 270, 271, 282, 283, 405, 406, 408, 412, 426, 428, 429, 430, 431, 432, 433, 437, 438, 439, 505, 511, 521, 523, 567, 570, 1871, 1875, 1887, 1894], "doc": [7, 8, 205, 213, 266, 405, 411, 426, 428, 429, 487, 488, 491, 496, 523, 583, 1668, 1736, 1862, 1871, 1875, 1879], "cd": [7, 8, 361, 570, 674, 713, 752, 791, 830, 952, 1848, 1865, 1871, 1875], "becaus": [7, 489, 506, 514, 515, 541, 549, 568, 583, 1852, 1878, 1879, 1881, 1885, 1888, 1893, 1901, 1906], "want": [7, 517, 527, 531, 533, 541, 568, 577, 579, 581, 585, 1847, 1850, 1853, 1854, 1856, 1857, 1859, 1860, 1862, 1864, 1865, 1871, 1873, 1875, 1877, 1880, 1881, 1882, 1885, 1888, 1893], "docs_example_output": 7, "modifi": [7, 8, 355, 492, 511, 518, 522, 535, 544, 549, 579, 669, 708, 747, 786, 825, 947, 995, 1858, 1865, 1867, 1871, 1875, 1880, 1882, 1888, 1889, 1893, 1894], "src": [7, 8, 266, 583, 1865], "rebuild": [7, 215, 504, 511, 663, 702, 741, 780, 819], "hand": [7, 249, 266, 448, 500, 1871, 1875, 1897, 1900, 1901, 1902, 1905, 1906], "autobuild": 7, "form": [8, 9, 11, 157, 461, 488, 491, 498, 500, 501, 504, 525, 526, 539, 553, 554, 561, 566, 570, 571, 859, 874, 1662, 1682, 1830, 1867, 1871, 1875, 1877, 1881, 1883, 1885, 1886, 1892, 1898, 1900, 1903, 1905], "click": [8, 1872, 1876, 1879], "button": 8, "right": [8, 222, 249, 266, 449, 463, 478, 479, 485, 500, 551, 565, 674, 713, 752, 791, 830, 952, 1189, 1209, 1871, 1872, 1875, 1876, 1879, 1881, 1885, 1887, 1888, 1893, 1897, 1900, 1901, 1902, 1905, 1906], "screen": [8, 568, 571, 1681, 1682, 1683, 1688], "remot": 8, "origin": [8, 11, 15, 16, 17, 18, 21, 24, 40, 43, 44, 71, 73, 74, 75, 76, 78, 81, 85, 87, 89, 92, 93, 97, 98, 99, 100, 102, 106, 254, 255, 529, 545, 571, 585, 1694, 1871, 1875, 1877, 1881, 1884, 1885, 1901, 1905, 1906], "fetch": [8, 1848], "my_triq": 8, "your_usernam": 8, "again": [8, 566, 1870, 1871, 1874, 1875, 1878, 1882, 1888, 1889, 1893, 1894], "final": [8, 151, 153, 154, 155, 156, 447, 454, 497, 498, 518, 562, 565, 567, 568, 591, 593, 612, 614, 1664, 1847, 1848, 1881, 1884, 1885, 1887, 1890, 1895, 1898, 1903], "congratul": 8, "sync": 8, "checkout": 8, "my_first_pr": 8, "usual": [8, 506, 507, 508, 513, 549, 566, 568, 1849, 1871, 1875, 1879, 1888, 1893, 1898, 1903], "mind": [8, 541], "concis": 8, "bracket": [8, 509, 514, 540, 547], "what": [8, 290, 360, 494, 496, 541, 566, 568, 569, 578, 583, 1865, 1871, 1873, 1875, 1877, 1879, 1880, 1881, 1882, 1884, 1885, 1887, 1888, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "instanc": [8, 449, 561, 566, 567, 568, 570, 572, 1624, 1862], "det_manip": [8, 9, 10, 510, 512, 1857], "multipli": [8, 11, 32, 47, 48, 367, 371, 378, 383, 505, 521, 558, 1881, 1885], "squash": 8, "readi": [8, 492, 568, 570, 1847, 1857, 1865], "experi": [8, 1847, 1852, 1871, 1875], "atom_diag": [9, 10, 486, 1883], "lightweight": [9, 152, 486, 588, 589, 610, 1883], "exact": [9, 152, 486, 587, 588, 589, 610, 1874, 1878, 1887, 1899, 1904], "atom_diag_funct": [9, 498], "clef": [9, 252, 253, 486, 500, 516, 517, 521, 525, 526, 529, 539, 540, 1858, 1860, 1861], "motiv": [9, 501], "littl": [9, 495, 501, 503, 510, 515, 521, 530, 535, 540, 547, 562, 578, 579, 1857], "manipul": [9, 189, 486, 494, 501, 513, 516, 569, 1857, 1858, 1860, 1866, 1868, 1879, 1884], "notion": [9, 490, 515, 540, 573, 1852], "py": [9, 492, 540, 579, 1856, 1862, 1864, 1871, 1875, 1879, 1883, 1885, 1888, 1889, 1893, 1894, 1903], "hilbert_spac": [9, 10, 164, 486, 498, 570], "hilbert": [9, 151, 157, 158, 164, 165, 175, 338, 339, 340, 342, 343, 346, 347, 348, 349, 350, 354, 355, 356, 358, 363, 366, 368, 369, 374, 375, 376, 377, 379, 380, 386, 387, 388, 389, 390, 393, 395, 396, 399, 400, 401, 402, 486, 498, 548, 556, 557, 596, 599, 608, 617, 620, 629, 647, 653, 914, 927, 1887, 1894, 1895], "sub_hilbert_spac": [9, 322, 349, 350, 354, 363, 376, 553], "imperative_oper": [9, 322, 553], "imper": [9, 349, 355, 356, 357, 553], "introductori": 9, "Ising": [9, 563, 568], "chain": [9, 500, 563, 568, 1887], "magnet": [9, 563, 568], "quantiz": [9, 486], "object": [9, 11, 14, 26, 33, 42, 58, 72, 84, 96, 112, 119, 122, 123, 125, 126, 138, 140, 141, 147, 148, 149, 195, 249, 252, 253, 258, 266, 290, 298, 300, 312, 313, 314, 315, 327, 330, 331, 334, 342, 349, 350, 352, 353, 354, 358, 366, 368, 372, 373, 377, 379, 384, 385, 395, 449, 459, 470, 471, 478, 479, 488, 490, 492, 494, 497, 498, 500, 505, 508, 513, 515, 517, 522, 525, 526, 531, 533, 541, 542, 543, 544, 545, 546, 548, 549, 551, 554, 557, 558, 559, 562, 568, 569, 570, 571, 572, 576, 577, 581, 585, 653, 654, 657, 858, 933, 1184, 1187, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1215, 1644, 1657, 1660, 1661, 1662, 1691, 1724, 1730, 1738, 1758, 1798, 1803, 1830, 1839, 1842, 1860, 1874, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1888, 1893], "proven": [9, 486, 1856], "stat": [9, 10, 486], "averag": [9, 188, 447, 449, 451, 478, 479, 480, 481, 482, 483, 562, 1871, 1875, 1887, 1894], "notat": [9, 486, 530, 541, 570], "hdf5": [9, 206, 207, 245, 246, 247, 261, 262, 263, 273, 274, 275, 285, 286, 287, 330, 331, 342, 343, 395, 396, 398, 423, 424, 461, 465, 466, 467, 486, 488, 537, 540, 541, 547, 569, 1847, 1848, 1852, 1854, 1855, 1857, 1866, 1897, 1902], "cpp2py": [9, 486, 487, 488, 491, 492, 1849], "principl": [9, 489, 494, 496, 497, 505, 562, 579, 1865, 1881, 1885, 1897, 1900, 1902, 1905], "mc_tool": [9, 10, 565, 567, 568], "itertool": [9, 10, 113, 498, 570, 585, 1847, 1858, 1871, 1873, 1874, 1875, 1877, 1878], "iterator_facad": 11, "forward_iterator_tag": 11, "crtp": 11, "sentinel_t": [11, 18, 24, 33, 40, 46, 89, 93, 100, 106, 326, 329], "sentinel": [11, 18, 33, 46, 89, 100], "rang": [11, 12, 15, 19, 20, 21, 24, 26, 32, 34, 35, 36, 39, 40, 42, 43, 45, 47, 48, 63, 64, 65, 68, 71, 73, 77, 78, 81, 83, 85, 90, 92, 93, 95, 97, 101, 102, 105, 106, 113, 114, 177, 461, 463, 474, 498, 525, 526, 531, 533, 539, 561, 580, 1740, 1847, 1867, 1871, 1875, 1877, 1878, 1879, 1880, 1889, 1890, 1892, 1893, 1894, 1895, 1901, 1905, 1906], "enum_it": [11, 21], "prod_it": [11, 36], "cartesian": [11, 35, 515, 516, 519, 530, 1042, 1884], "mimic": 11, "stride_it": [11, 78, 81], "transform_it": [11, 92], "zip_it": [11, 102], "zip": [11, 585, 1871, 1875, 1897, 1902, 1903], "make_sentinel": 11, "similar": [11, 187, 496, 506, 512, 549, 578, 1662, 1871, 1875, 1878, 1881, 1885, 1888, 1893, 1908], "arrai": [11, 32, 48, 243, 244, 252, 253, 254, 255, 258, 259, 268, 270, 271, 280, 282, 283, 293, 449, 459, 464, 494, 495, 497, 500, 514, 517, 519, 523, 524, 525, 526, 530, 531, 533, 539, 541, 542, 543, 544, 545, 546, 548, 549, 551, 558, 559, 560, 561, 571, 573, 574, 578, 583, 584, 644, 648, 658, 662, 670, 671, 672, 673, 698, 701, 709, 710, 711, 712, 737, 740, 748, 749, 750, 751, 776, 779, 787, 788, 789, 790, 815, 818, 826, 827, 828, 829, 854, 904, 940, 948, 949, 950, 951, 976, 996, 997, 998, 999, 1055, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1185, 1209, 1213, 1214, 1215, 1611, 1617, 1618, 1620, 1629, 1646, 1661, 1662, 1664, 1682, 1683, 1687, 1689, 1690, 1691, 1692, 1694, 1697, 1707, 1708, 1709, 1712, 1713, 1714, 1724, 1729, 1730, 1743, 1752, 1754, 1756, 1758, 1760, 1763, 1813, 1827, 1846, 1847, 1854, 1857, 1865, 1868, 1871, 1875, 1877, 1878, 1879, 1880, 1884, 1885, 1898, 1903, 1906], "make_vector_from_rang": 11, "last": [11, 12, 13, 45, 48, 49, 52, 53, 194, 417, 420, 511, 512, 518, 537, 568, 578, 585, 1871, 1874, 1875, 1877, 1878, 1886, 1887, 1888, 1892, 1893, 1894, 1901, 1906], "divid": [11, 12, 113, 461, 512, 568, 1740, 1871, 1875, 1877, 1878, 1903], "equal": [11, 14, 18, 25, 41, 42, 46, 59, 69, 72, 76, 82, 84, 89, 96, 100, 107, 346, 347, 399, 400, 461, 463, 474, 476, 478, 479, 545, 1740, 1850, 1871, 1875, 1879, 1881, 1884, 1885, 1890, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "unari": 11, "callabl": [11, 26, 83, 84, 85, 86, 90, 92, 352, 353, 358, 368, 379, 505, 554, 577, 585, 657, 858, 1830, 1839], "synopsi": [12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 151, 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, 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, 239, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 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, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 356, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 431, 432, 433, 434, 435, 436, 437, 438, 439, 441, 442, 443, 444, 445, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 500, 508, 509, 515, 516, 519, 520, 522, 524, 529, 532, 535, 537, 538, 540, 585], "ptrdiff_t": [12, 63, 70, 71, 73], "n_chunk": 12, "indic": [12, 177, 180, 181, 182, 183, 184, 267, 279, 292, 303, 323, 327, 340, 513, 515, 521, 530, 539, 541, 542, 543, 544, 545, 546, 548, 549, 552, 553, 558, 559, 570, 572, 577, 578, 587, 589, 610, 695, 734, 773, 812, 851, 859, 865, 866, 874, 973, 1010, 1202, 1625, 1645, 1661, 1697, 1753, 1754, 1759, 1831, 1846, 1856, 1871, 1875, 1879, 1881, 1883, 1885, 1887, 1889, 1893, 1894, 1898, 1899, 1903, 1904, 1908], "typenam": [13, 14, 18, 19, 20, 26, 27, 28, 32, 33, 34, 35, 39, 42, 46, 47, 48, 62, 63, 64, 71, 72, 77, 83, 84, 89, 90, 95, 96, 100, 101, 105, 109, 110, 111, 112, 113, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 179, 186, 187, 188, 190, 195, 235, 239, 240, 243, 249, 251, 252, 253, 254, 255, 256, 257, 258, 266, 269, 281, 282, 290, 295, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 321, 327, 333, 349, 352, 353, 354, 355, 358, 363, 364, 368, 376, 379, 404, 406, 407, 408, 425, 430, 432, 443, 447, 459, 478, 479, 480, 481, 482, 483, 485, 500, 508, 509, 511, 519, 521, 570, 572, 585], "iter1": 13, "iter2": 13, "iterator_trait": [13, 84], "difference_typ": 13, "increment": [14, 28, 30, 42, 71, 72, 84, 96, 1766, 1767], "derefer": [14, 28, 29, 31, 42, 72, 84, 96, 488], "decltyp": [16, 29, 31, 44, 74, 86, 98, 109, 110, 125, 147, 149, 515, 585], "dereferenc": [16, 44, 74, 86, 98], "void": [17, 26, 45, 75, 87, 99, 111, 112, 116, 117, 134, 136, 138, 141, 148, 193, 194, 206, 207, 216, 221, 223, 224, 225, 226, 228, 229, 245, 246, 261, 262, 273, 274, 278, 285, 286, 290, 291, 294, 320, 321, 330, 331, 333, 334, 342, 343, 353, 358, 368, 374, 379, 386, 389, 395, 396, 401, 407, 408, 409, 410, 423, 424, 425, 427, 432, 434, 435, 439, 448, 462, 465, 466, 470, 488, 490, 491, 497, 500, 509, 511, 515, 519, 562, 565, 568, 583, 585], "bool": [18, 25, 41, 46, 59, 69, 76, 82, 89, 100, 107, 125, 127, 133, 137, 139, 140, 141, 147, 148, 151, 152, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 214, 243, 251, 297, 298, 299, 300, 307, 308, 315, 318, 332, 335, 344, 346, 347, 349, 351, 354, 356, 357, 361, 363, 397, 399, 400, 405, 406, 411, 426, 428, 429, 471, 476, 511, 542, 543, 544, 545, 546, 551, 565, 568, 570, 571, 573, 662, 679, 680, 698, 701, 718, 719, 737, 740, 757, 758, 776, 779, 796, 797, 815, 818, 835, 836, 854, 940, 957, 958, 976, 984, 1000, 1001, 1077, 1090, 1103, 1125, 1209, 1624, 1661, 1664, 1672, 1677, 1682, 1696, 1698, 1699, 1700, 1709, 1801, 1885], "sentinelit": [18, 46, 89, 100], "true": [18, 46, 76, 89, 100, 115, 120, 121, 122, 127, 133, 137, 298, 299, 300, 322, 332, 344, 346, 347, 350, 356, 361, 397, 399, 400, 405, 406, 411, 426, 428, 429, 476, 488, 491, 496, 498, 505, 506, 508, 542, 543, 544, 545, 546, 549, 553, 565, 566, 570, 571, 577, 580, 592, 594, 662, 698, 701, 737, 740, 776, 779, 815, 818, 854, 858, 873, 885, 933, 940, 976, 1016, 1624, 1662, 1664, 1682, 1698, 1699, 1700, 1752, 1754, 1801, 1835, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1888, 1890, 1893, 1895, 1897, 1902, 1903, 1904], "rg": [19, 26, 34, 39, 47, 58, 63, 71, 83, 95, 105, 113], "iostream": [19, 95, 448, 452, 455, 457, 497, 500, 506, 507, 508, 565, 567, 568, 583, 585], "cout": [19, 95, 252, 253, 448, 452, 455, 457, 480, 481, 482, 483, 497, 500, 504, 506, 507, 508, 511, 521, 525, 526, 529, 539, 553, 565, 567, 568, 570, 583, 585, 1858, 1859, 1860, 1861, 1865], "endl": [19, 95, 448, 452, 455, 457, 480, 481, 482, 483, 497, 500, 504, 506, 507, 508, 511, 521, 525, 526, 529, 553, 565, 567, 568, 570, 583, 585, 1858, 1859, 1860, 1861, 1865], "cbegin": [20, 35, 49, 50, 64, 77, 90, 91, 101, 323, 515, 570], "cend": [20, 35, 49, 54, 64, 77, 90, 94, 101, 323, 515, 570], "noexcept": [21, 24, 36, 40, 53, 65, 68, 78, 81, 102, 106, 127, 195, 266, 270, 278, 282, 291, 511], "const_iter": [21, 22, 36, 37, 50, 51, 52, 54, 65, 66, 67, 68, 78, 79, 80, 81, 91, 92, 102, 103, 324, 325, 329, 488, 515, 537, 570], "pre": [28, 449, 478, 479, 480, 481, 482, 483, 1848, 1871, 1875, 1879], "size_t": [32, 48, 477, 500, 511, 515, 554, 684, 723, 762, 801, 840, 962, 1002], "denot": [34, 478, 479, 530, 539, 562, 571, 573, 574, 575, 1683, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1881, 1884, 1885, 1890, 1895, 1908], "tu": [40, 585], "endit": [42, 43, 46], "its_begin": 43, "its_end": 43, "enableif": 48, "enable_if_t": 48, "is_integral_v": 48, "idx_tpl": 48, "idx_arr": 48, "shift": [49, 57, 184, 511, 545, 933, 1871, 1874, 1875, 1877, 1878, 1879, 1886, 1887, 1892, 1894, 1901, 1906], "whole": [49, 309, 505, 559, 1758, 1873, 1877], "amount": [49, 57, 461, 518, 1740, 1871, 1875, 1881, 1885, 1901, 1906], "start_idx": 63, "end_idx": 63, "past": [63, 326, 329, 570], "skip": 71, "end_offset": 81, "invoke_result_t": 84, "typenamestd": 84, "value_typ": [84, 191, 192, 208, 209, 210, 211, 212, 213, 217, 218, 219, 220, 230, 231, 232, 233, 234, 235, 236, 237, 367, 370, 371, 378, 382, 383, 511, 522, 535, 554], "v1": [95, 554, 1881, 1885], "v2": [95, 554, 1881, 1885], "y": [95, 191, 195, 204, 208, 211, 230, 231, 233, 234, 235, 510, 511, 516, 529, 534, 535, 540, 568, 570, 571, 574, 577, 578, 581, 585, 657, 658, 667, 706, 745, 784, 823, 911, 945, 1017, 1183, 1185, 1199, 1203, 1687, 1690, 1692, 1714, 1717, 1766, 1776, 1848, 1856, 1859, 1871, 1875, 1877, 1879, 1880, 1884, 1890, 1895, 1897, 1898, 1901, 1902, 1903, 1906], "mpi_op": [110, 111, 129, 130, 140, 141, 147, 148, 315, 471, 497], "mpi_sum": [110, 111, 140, 141, 147, 148, 315, 471, 497], "subrang": 114, "interest": [114, 509, 568, 1871, 1875, 1887, 1889, 1894, 1898, 1903], "sup": 114, "disjoint": 115, "abort": 115, "mpi_abort": [115, 116, 411], "error_cod": 116, "poll_msec": [117, 1804, 1818], "interv": [117, 461, 518, 531, 533, 567, 568, 580, 1132, 1143, 1152, 1164, 1740, 1860, 1881, 1885, 1887, 1900, 1905], "millisecond": 117, "mpi_barri": 117, "mpi_comm": [118, 119, 122, 497], "mpi_comm_world": [118, 497], "mpi_comm_rank": 120, "mpi_comm_s": 121, "argc": [124, 497, 498, 565, 568], "char": [124, 497, 498, 565, 568, 585, 1871, 1875], "argv": [124, 491, 497, 498, 565, 568, 579, 1846], "mpi_datatyp": [126, 146, 497], "tup": 126, "pointer": [129, 249, 266, 350, 515, 520], "emerg": 133, "finish": [137, 194, 1778, 1871, 1874, 1875, 1877, 1878, 1887, 1894], "mpi_isend": 137, "local_stop": 137, "string": [138, 206, 207, 245, 246, 247, 261, 262, 263, 273, 274, 275, 285, 286, 287, 294, 302, 323, 326, 329, 330, 331, 333, 342, 343, 345, 395, 396, 398, 406, 408, 411, 412, 423, 424, 432, 437, 438, 441, 442, 445, 465, 466, 467, 488, 491, 494, 495, 497, 521, 542, 543, 544, 545, 546, 549, 551, 555, 557, 565, 567, 568, 570, 571, 573, 574, 575, 578, 579, 587, 589, 610, 644, 651, 658, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1596, 1625, 1645, 1683, 1686, 1687, 1690, 1692, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1738, 1776, 1832, 1837, 1841, 1871, 1875, 1883], "reduct": [139, 140, 141, 147, 148, 471, 479, 498, 585], "datatyp": [143, 497], "mpi_scatt": [149, 497, 537], "partition_funct": [150, 498, 499], "atomic_density_matrix": [150, 498, 499], "act": [150, 349, 352, 447, 478, 479, 499, 553, 565, 658, 1880, 1898, 1903], "quantum_number_eigenvalues_check": [150, 499], "atomic_g_lehmann": [150, 498, 499], "atomic_g_tau": [150, 498, 499, 1883], "atomic_g_iw": [150, 498, 499], "atomic_g_l": [150, 498, 499], "atomic_g_w": [150, 498, 499], "full_hilbert_space_state_t": [151, 175, 631], "many_body_op_t": [151, 157, 167, 169, 186, 187, 188], "st": [151, 352, 354, 356, 366, 368, 377, 379, 553, 631], "finit": [152, 449, 498, 518, 542, 544, 553, 668, 707, 746, 785, 824, 946, 1065, 1857, 1871, 1875, 1893, 1897, 1899, 1902, 1904, 1907], "moder": [152, 498], "get_h_atom": 152, "get_fop": 152, "get_full_hilbert_spac": 152, "get_full_hilbert_space_dim": 152, "n_subspac": [152, 355, 498, 553], "get_fock_st": [152, 338, 388, 553], "get_unitary_matrix": 152, "get_unitary_matric": 152, "flatten_subspace_index": 152, "index_range_of_subspac": 152, "get_eigensystem": 152, "get_eigenvalu": 152, "get_energi": 152, "get_quantum_numb": 152, "get_gs_energi": 152, "get_vacuum_subspace_index": 152, "get_vacuum_st": 152, "c_connect": 152, "cdag_connect": 152, "c_matrix": 152, "cdag_matrix": 152, "op_linear_index": [153, 154, 155, 156, 591, 592, 593, 594, 612, 613, 614, 615], "sp_index": [153, 154, 155, 156, 158, 160, 161, 162, 170, 171, 174, 177, 591, 592, 593, 594, 596, 600, 601, 612, 613, 614, 615, 617, 621, 622], "connect": [153, 155, 168, 349, 350, 355, 357, 361, 513, 553, 568, 591, 593, 612, 614, 1847, 1871, 1875], "annihil": [153, 154, 157, 361, 570, 587, 589, 610, 1674, 1883, 1890, 1895], "matrix_t": [154, 156, 168], "dagger": [155, 156, 513, 570, 571, 573, 574, 1683, 1694, 1709, 1715, 1881, 1883, 1885, 1887, 1890, 1895], "qn_vector": [157, 587, 589, 610, 1883], "initializer_list": [157, 302, 521], "init_lst": 157, "uniniti": 157, "qr": [157, 587, 589, 610, 1883], "invari": [157, 158, 160, 171, 176, 177, 178, 188, 355, 356, 360, 361, 362, 498, 553, 571, 573, 605, 609, 626, 630, 1682, 1709], "chosen": [157, 461, 551, 562, 571, 1209, 1683, 1740, 1886, 1887, 1892], "met": [157, 350, 570, 587, 589, 610, 1698, 1699, 1700, 1874, 1878, 1883], "inner": [158, 180, 181, 182, 183, 184, 575, 596, 617, 858, 1697, 1721], "eigensystem": 159, "fock_state_t": [162, 340, 341, 344, 366, 377, 382, 389, 391, 392, 394, 397], "fock": [162, 173, 174, 323, 338, 340, 341, 344, 348, 358, 360, 363, 368, 379, 388, 389, 391, 392, 394, 397, 399, 400, 402, 553, 587, 589, 597, 607, 610, 618, 628, 1624, 1883], "ground": [166, 603, 624, 1901, 1906], "min": [166, 184, 513, 518, 603, 624, 1871, 1875, 1881, 1885], "monomial_t": [168, 570], "op_vec": 168, "monomi": [168, 352, 569, 572, 573, 1706], "canon": [168, 323, 570, 1881, 1885], "necessarili": 168, "op_block_mat_t": 169, "eigen": 169, "quantum_number_t": [170, 186, 187], "qn_index": 170, "qunatum": 170, "scalar_t": [173, 174, 188, 350, 570, 572, 592, 594, 613, 615, 640], "eigenst": [173, 174, 180, 181, 182, 183, 184, 186, 187, 498, 607, 628, 638, 639], "vacuum": [175, 176, 608, 609, 629, 630], "block_matrix_t": [179, 188, 632, 640, 1696, 1701], "temperatur": [179, 180, 181, 182, 183, 184, 185, 498, 542, 544, 545, 565, 568, 668, 707, 746, 785, 824, 875, 946, 1028, 1077, 1090, 1103, 1116, 1132, 1143, 1857, 1860, 1861, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1890, 1892, 1895, 1897, 1899, 1902, 1904, 1907], "gibb": 179, "gf_lehmann_t": [180, 181, 182, 183, 184], "gf_struct": [180, 181, 182, 183, 184, 243, 294, 327, 498, 633, 634, 635, 636, 873, 895, 1696, 1697, 1701, 1752, 1754, 1867, 1881, 1883, 1885, 1887, 1889, 1890, 1893, 1894, 1895], "mesh": [180, 181, 183, 184, 239, 240, 243, 249, 250, 252, 253, 255, 257, 258, 266, 269, 270, 281, 282, 298, 300, 309, 312, 314, 514, 516, 517, 518, 519, 522, 523, 529, 539, 540, 541, 542, 543, 544, 545, 546, 551, 648, 662, 663, 667, 668, 674, 682, 684, 696, 697, 701, 702, 706, 707, 713, 721, 723, 735, 736, 740, 741, 745, 746, 752, 760, 762, 774, 775, 779, 780, 784, 785, 791, 799, 801, 813, 814, 818, 819, 823, 824, 830, 838, 840, 852, 853, 873, 933, 940, 945, 946, 952, 960, 962, 974, 975, 1002, 1036, 1042, 1044, 1199, 1202, 1205, 1213, 1215, 1632, 1633, 1648, 1649, 1846, 1860, 1861, 1871, 1874, 1875, 1877, 1878, 1882, 1884, 1892, 1893, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "excluded_states_t": [180, 181, 182, 183, 184], "excluded_st": [180, 181, 182, 183, 184, 633, 634, 635, 636], "precomput": [180, 181, 183, 184, 507], "possibli": [180, 181, 183, 184, 551, 569, 633, 634, 635, 636, 1211, 1778, 1852], "none": [180, 181, 183, 184, 411, 487, 488, 490, 491, 496, 521, 527, 530, 542, 543, 544, 545, 546, 551, 557, 558, 559, 571, 573, 574, 577, 585, 633, 634, 635, 636, 651, 657, 658, 669, 685, 686, 687, 688, 689, 690, 691, 698, 708, 724, 725, 726, 727, 728, 729, 730, 737, 747, 763, 764, 765, 766, 767, 768, 769, 776, 786, 802, 803, 804, 805, 806, 807, 808, 815, 825, 841, 842, 843, 844, 845, 846, 847, 854, 940, 947, 963, 964, 965, 966, 967, 968, 969, 976, 995, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1015, 1035, 1036, 1057, 1068, 1081, 1094, 1107, 1120, 1126, 1136, 1147, 1155, 1167, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1209, 1213, 1589, 1624, 1625, 1630, 1644, 1645, 1661, 1664, 1682, 1683, 1691, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1742, 1758, 1760, 1761, 1776, 1778, 1804, 1817, 1830, 1833, 1836, 1838, 1852, 1871, 1875, 1877, 1884, 1885], "g_": [180, 181, 183, 184, 513, 539, 548, 674, 713, 752, 791, 830, 952, 1867, 1871, 1875, 1881, 1885, 1886, 1889, 1890, 1892, 1894, 1895, 1898, 1903], "ell": 181, "broaden": [184, 498, 636, 1874, 1878], "energy_window": [184, 636], "n_w": [184, 498, 636, 1152, 1871, 1874, 1875, 1877, 1878, 1881, 1882, 1885, 1892, 1898, 1903], "retard": [184, 540, 541, 547], "lorentian": 184, "omega_": [184, 518, 539, 1881, 1885], "max": [184, 447, 513, 515, 539, 1881, 1885], "suppos": [186, 187, 512, 1862], "density_matrix": [188, 542, 544, 640, 668, 707, 746, 785, 824, 946, 1888, 1893], "tr": [188, 640, 1901, 1905, 1906], "qmc": [189, 405, 426, 428, 429, 498, 583, 1867, 1871, 1875, 1887, 1889, 1890, 1893, 1894, 1895], "functiontyp": [190, 195, 197, 206, 207, 511], "get_singular_threshold": 190, "set_singular_threshold": 190, "get_n_operations_before_check": 190, "set_n_operations_before_check": 190, "get_precision_warn": 190, "set_precision_warn": 190, "get_precision_error": 190, "set_precision_error": 190, "get_x": [190, 511, 1859], "get_i": [190, 511, 1859], "get_x_internal_ord": [190, 205, 213], "get_y_internal_ord": 190, "get_funct": 190, "inverse_matrix": [190, 511, 1859], "inverse_matrix_internal_ord": 190, "swap_col": 190, "try_remov": [190, 217, 220, 511, 1859], "try_remove_k": 190, "try_change_col": [190, 191, 511], "try_change_row": [190, 192, 511], "try_refil": 190, "is_singular": 190, "reject_last_tri": 190, "insert_at_end": [190, 1859], "remov": [190, 236, 237, 478, 479, 496, 510, 511, 518, 523, 578, 1624, 1852, 1874, 1878, 1887, 1894], "roll_matrix": [190, 511], "try_insert_k": 190, "y_type": [191, 204, 205, 208, 209, 210, 211, 230, 231, 233, 234], "x_type": [192, 202, 203, 208, 209, 210, 211, 231, 232, 233, 234], "try_xxx": [194, 216, 221, 222], "init_s": [195, 511, 1859], "argumentcontainer1": [195, 235, 511], "argumentcontainer2": [195, 235, 511], "argumentcontain": 195, "resiz": [195, 249, 266, 290, 459, 520, 1859], "factor": [195, 448, 549, 1871, 1875, 1877, 1878, 1898, 1899, 1903, 1904], "happen": [195, 494, 496, 566, 1836, 1881, 1885, 1888, 1893, 1894], "det_typ": 196, "isnorm": [201, 214], "x_valu": [202, 203], "slow": [202, 204, 212, 215, 511, 1884, 1901, 1906], "sinc": [202, 204, 212, 215, 457, 498, 508, 511, 513, 514, 515, 517, 526, 534, 576, 1847, 1849, 1871, 1874, 1875, 1877, 1878, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "reorder": [202, 204, 212, 511], "intern": [203, 205, 213, 228, 229, 356, 517, 570, 1625, 1645, 1752, 1901, 1906], "permut": [203, 228, 229, 511], "critic": [203, 1847, 1888, 1889, 1893, 1894, 1899, 1901, 1904, 1906], "loop": [203, 507, 514, 529, 535, 541, 565, 568, 1776, 1867, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1902, 1905], "_internal_ord": 203, "y_valu": [204, 205, 1776], "col": [204, 212, 222, 228, 233, 234, 237, 511, 1871, 1875], "fg": [206, 207, 245, 246, 261, 262, 273, 274, 285, 286, 342, 343, 395, 396, 512], "subgroup_nam": [206, 207, 245, 246, 261, 262, 273, 274, 285, 286], "i0": [209, 218, 233, 234, 236, 237, 511, 1859], "i1": [209, 218, 234, 237, 511, 542, 543, 544, 545, 546, 1859], "j0": [209, 218, 233, 234, 237, 511, 1859, 1894], "j1": [209, 218, 234, 237, 511, 1859, 1894], "x0": [209, 210, 511, 529, 585, 1859], "x1": [209, 210, 506, 511, 530, 585, 1859], "y0": [209, 210, 511, 1859], "y1": [209, 210, 511, 530, 1859], "try_insert2": [209, 210, 511, 1859], "matrix_typ": [212, 215, 511], "nda": [213, 250, 252, 253, 320, 363, 364, 365, 449, 453, 454, 459, 464, 497, 500, 504, 505, 506, 507, 508, 514, 517, 521, 522, 525, 526, 529, 530, 539, 560, 1611, 1629, 1646, 1847, 1858, 1860, 1861, 1865], "matrix_const_view": 213, "singular_threshold": 214, "reject": [216, 415, 430, 562, 565, 566, 568], "try_remove2": [218, 219, 511, 1859], "new_n": 221, "new_k": 221, "bigger": [221, 1865, 1880, 1881, 1885, 1887, 1888, 1892, 1893], "preserv": [221, 254, 570], "rolldirect": [222, 511], "roll": [222, 511], "cyclic": [222, 1633, 1649], "nth": 222, "row": [222, 231, 232, 233, 234, 236, 237, 511, 555, 1063, 1075, 1596, 1603, 1608, 1664, 1859], "down": [222, 498, 549, 553, 558, 565, 573, 574, 575, 858, 873, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1867, 1871, 1874, 1875, 1877, 1878, 1881, 1883, 1885, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "modif": [222, 230, 231, 232, 233, 234, 235, 236, 237, 524, 566, 1852, 1908], "try_rol": 222, "uint64_t": 223, "threshold": [224, 225, 226, 299, 573, 1710], "get_is_singular_threshold": 226, "swap": [228, 229, 519], "column": [230, 231, 233, 234, 510, 511, 557, 571, 651, 889, 1691, 1871, 1875], "ratio": [230, 231, 232, 233, 234, 235, 236, 237, 433, 511, 562, 565, 566, 568, 1859], "minv_new": [230, 231, 232, 233, 234, 235, 236, 237], "minv": [230, 231, 232, 233, 234, 235, 236, 237], "x_i": [233, 234, 235, 510, 548, 581, 904], "y_": [233, 234, 500, 504, 505, 506, 508], "x_": [233, 234, 500, 504, 505, 506, 508, 581], "x_j": [233, 234], "resp": [233, 526], "becom": [233, 491, 494, 518, 566, 1890, 1895, 1898, 1901, 1903, 1906], "colum": [234, 510], "refil": 235, "y_i": [235, 510], "colj0": 236, "impl_tag": 238, "make_block_gf": [238, 521], "make_block_gf_view": [238, 521], "make_block2_gf": 238, "reinterpret_scalar_valued_gf_as_matrix_valu": [238, 519, 532], "is_gf_real": [238, 525], "make_gf_from_real_gf": 238, "make_gf_dlr": [238, 1881, 1885], "fit_gf_dlr": [238, 933], "make_gf_dlr_imtim": [238, 1881, 1885], "make_gf_dlr_imfreq": 238, "make_gf_imtim": [238, 1881, 1885], "make_gf_imfreq": [238, 1881, 1885], "tau_l2_norm": 238, "flatten_2d": [238, 320], "unflatten_2d": 238, "flatten_gf_2d": [238, 321], "unflatten_gf_2d": 238, "ctad": 239, "ariti": [240, 243, 249, 315], "hdf5_format": [240, 257, 269, 281, 338, 388, 461], "block_names_t": [241, 243], "isconst2": 243, "block_gf_const_view": [243, 252, 253, 315, 521], "g_t": [243, 252, 253, 551, 1211], "bl_size": 243, "anyth": [243, 249, 266, 270, 505, 520, 529, 535, 558, 559, 566, 568, 585, 648, 1760, 1830, 1872, 1876], "blockgreenfunct": 243, "16": [243, 253, 447, 498, 500, 508, 539, 1871, 1873, 1875, 1877, 1879, 1885, 1890, 1895, 1901, 1903, 1906], "this_t": [245, 246, 261, 262, 265, 273, 274, 277, 285, 286, 289, 529], "const_view_typ": [248, 249, 253], "view_typ": [248, 519, 522], "view": [248, 269, 270, 278, 282, 290, 291, 316, 488, 514, 516, 517, 520, 523, 529, 532, 533, 535, 540, 547, 579, 675, 683, 698, 714, 722, 737, 753, 761, 776, 792, 800, 815, 831, 839, 854, 869, 892, 953, 961, 976, 1813, 1827, 1864, 1867, 1871, 1875, 1881, 1882, 1885], "non": [248, 278, 356, 361, 363, 379, 381, 489, 492, 494, 508, 516, 529, 540, 551, 553, 554, 559, 573, 933, 1208, 1210, 1215, 1752, 1758, 1838, 1857, 1871, 1875, 1877, 1881, 1885, 1886, 1887, 1888, 1892, 1893, 1899, 1901, 1904, 1906, 1907], "side": [249, 266, 500, 515, 539, 674, 713, 752, 791, 830, 952, 1897, 1900, 1901, 1902, 1905, 1906], "tbw": [249, 266], "dcomplex": [250, 517, 539, 560, 670, 671, 672, 673, 685, 686, 709, 710, 711, 712, 724, 725, 748, 749, 750, 751, 763, 764, 787, 788, 789, 790, 802, 803, 826, 827, 828, 829, 841, 842, 948, 949, 950, 951, 963, 964, 994, 996, 997, 998, 999, 1003, 1004, 1613, 1631, 1647], "array_const_view": [250, 253, 517, 671, 673, 685, 686, 710, 712, 724, 725, 749, 751, 763, 764, 788, 790, 802, 803, 827, 829, 841, 842, 949, 951, 963, 964, 997, 999, 1003, 1004], "tail": [250, 252, 253, 314, 519, 526, 531, 533, 539, 540, 541, 543, 549, 550, 551, 670, 671, 672, 673, 685, 686, 709, 710, 711, 712, 724, 725, 748, 749, 750, 751, 763, 764, 787, 788, 789, 790, 802, 803, 826, 827, 828, 829, 841, 842, 933, 948, 949, 950, 951, 963, 964, 996, 997, 998, 999, 1003, 1004, 1214, 1871, 1875], "w_max": [251, 353, 358, 368, 379, 984, 1077, 1090, 1103, 1152, 1881, 1885, 1898, 1903], "ep": [251, 551, 557, 558, 643, 644, 984, 1077, 1090, 1103, 1185, 1209, 1213, 1878, 1881, 1884, 1885], "dlr": [251, 304, 305, 306, 310, 311, 319, 695, 734, 773, 812, 851, 933, 973, 984, 985, 986, 987, 989, 990, 1010, 1077, 1085, 1086, 1087, 1090, 1103], "typenameg": [252, 253], "regular_typ": [252, 253, 295, 312, 313, 317, 488, 519], "bg": [252, 253, 521], "typenamebg": [252, 253], "impos": [252, 449, 551, 579, 1211, 1867], "ag": [252, 253], "frequeci": [252, 253], "iomanip": [252, 253], "namespac": [252, 253, 258, 314, 448, 452, 455, 457, 459, 480, 481, 482, 483, 491, 497, 498, 500, 504, 505, 506, 508, 514, 517, 521, 523, 525, 526, 527, 529, 530, 531, 533, 539, 553, 570, 585, 1858, 1860, 1861, 1862, 1865], "iw_": [252, 253, 539, 1860], "100": [252, 253, 314, 448, 452, 455, 459, 498, 511, 514, 525, 530, 531, 533, 539, 545, 557, 561, 565, 567, 647, 648, 691, 730, 769, 808, 847, 933, 969, 1009, 1185, 1664, 1859, 1860, 1867, 1880, 1881, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1906], "err": [252, 253, 481, 482, 539, 933], "setprecis": [252, 253], "ntail": [252, 253], "ba": 253, "dimension": [254, 497, 515, 551, 561, 565, 578, 1215, 1664, 1697, 1847, 1857, 1890, 1895, 1897, 1902, 1907], "whose": [254, 495, 504, 521, 1624, 1836, 1900, 1905], "flatten": [254, 255, 515, 530, 537, 585, 698, 737, 776, 815, 854, 976], "tensor": [255, 519, 571, 572, 1680, 1682, 1683, 1860, 1899, 1904], "definit": [257, 269, 281, 459, 494, 496, 498, 515, 519, 549, 554, 556, 568, 571, 577, 584, 1683, 1848, 1900, 1905], "data_shap": [257, 269, 281], "target_indic": [257, 269, 281], "mesh_t": [258, 264, 270, 276, 282, 288, 515, 519, 522, 523, 524, 535], "dat": [258, 270, 282, 523, 551, 1215, 1661, 1665, 1846, 1871, 1872, 1875, 1876, 1877, 1880], "target_shape_t": [258, 519, 521, 523], "deep": [258, 488, 549, 665, 704, 743, 782, 821, 860, 877, 943, 1014, 1045, 1046], "concept_greenfunct": 258, "arrrai": 258, "g2": [258, 260, 272, 284, 525, 526, 530, 541, 549, 858, 861, 878, 1860, 1861], "g1": [258, 260, 272, 284, 521, 525, 526, 530, 541, 549], "gf_assign_0": 266, "arraytyp": [270, 282], "THERE": 290, "behaviour": [290, 488, 491, 494, 549, 1898, 1899, 1901, 1903, 1904, 1906], "real_t": [295, 317], "blockgf": [295, 317, 540, 545, 547, 551, 933, 1208, 1209, 1213, 1215, 1881, 1885], "fullfil": [298, 312, 551, 1208], "epsilon": [298, 300, 557, 558, 561, 643, 644, 648, 651, 653, 1871, 1875, 1877, 1878, 1881, 1884, 1885, 1887, 1890, 1895, 1897, 1898, 1902, 1903], "depend": [298, 312, 491, 500, 504, 518, 519, 523, 541, 581, 587, 1662, 1848, 1853, 1854, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1885, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "frac": [298, 312, 313, 478, 479, 485, 511, 512, 513, 518, 525, 537, 538, 539, 548, 550, 551, 562, 568, 571, 573, 574, 578, 581, 914, 927, 1209, 1683, 1698, 1699, 1707, 1708, 1709, 1714, 1717, 1860, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1888, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "iif": [298, 299, 300, 494, 496, 508, 562, 1016], "hold": [298, 300, 456, 458, 1871, 1875, 1881, 1884, 1885, 1901, 1906], "g0": [303, 933, 1867, 1884, 1885, 1886, 1889, 1890, 1892, 1893, 1894, 1895], "block_gf_view_of": 303, "omega_n": [309, 513, 518, 525, 537, 551, 578, 698, 737, 776, 815, 854, 889, 976, 1209, 1213, 1867, 1871, 1875, 1881, 1884, 1885, 1886, 1887, 1888, 1889, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1905, 1906], "half": [309, 541, 553, 915, 928, 930, 1867, 1881, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1898, 1901, 1903, 1906], "rightarrow": [312, 313, 548, 562, 578, 648, 905, 908, 1871, 1875, 1877, 1881, 1884, 1885, 1888, 1893, 1898, 1899, 1901, 1903, 1904, 1906], "zeroth": [314, 539, 1901, 1906], "empty_tail": 314, "isconst": 315, "world": [315, 482, 483, 497, 565, 568, 1847, 1877, 1879], "sens": [315, 352, 515, 517, 522, 541, 568], "view_or_type_t": 316, "decay_t": 316, "l2": [319, 574, 695, 734, 773, 812, 851, 933, 973, 1010, 1712, 1879], "norm": [319, 551, 695, 734, 773, 812, 851, 933, 973, 1010, 1209, 1884], "memoryarrai": 320, "afl": 320, "gfl": 321, "hilbertspac": [322, 354, 363], "scalartyp": [322, 349, 352, 353, 354, 363, 570], "space_partit": [322, 553], "make_zero_st": [322, 363, 554], "arbitrarili": [323, 570], "mix": [323, 1863], "insert_from_indices_t": 323, "has_indic": 323, "h5_write_attribut": 323, "h5_read_attribut": 323, "fundamental_operator_set_begin": 325, "__wrap_it": [326, 329], "fundamental_operator_set_end": 326, "indextyp": [327, 333, 570], "indices_t": [328, 332, 334, 336, 340, 570, 572], "obj": [330, 331, 495, 500, 508, 1724, 1725, 1726], "attach": [330, 331], "ind": [333, 334, 570], "anoth": [335, 346, 347, 363, 372, 373, 384, 385, 399, 400, 441, 457, 500, 504, 515, 541, 549, 570, 571, 573, 574, 575, 581, 666, 705, 744, 783, 822, 944, 1046, 1694, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1833, 1862, 1871, 1875, 1881, 1885, 1905], "span": [338, 537], "has_stat": [338, 388], "get_state_index": [338, 388], "dummi": [339, 366, 377, 507], "parent": [342, 343, 395, 396], "belong": [344, 358, 360, 366, 377, 397, 515], "scheme": [345, 398, 494, 541, 547, 549, 566, 1879, 1881, 1885, 1890, 1895], "inequ": [346, 399], "total": [348, 402, 420, 450, 461, 462, 498, 559, 565, 568, 574, 696, 735, 774, 813, 852, 890, 974, 1665, 1715, 1716, 1740, 1742, 1756, 1763, 1871, 1875, 1877, 1887, 1894], "hilberttyp": 349, "usemap": [349, 350], "is_empti": 349, "hilbert_map_t": 350, "hmap": 350, "sub_spaces_set": 350, "nullptr": 350, "statetyp": [352, 355, 356, 358], "psi": 352, "phi": [352, 578], "coeff": [352, 1894], "basedonmap": [354, 363], "amplitud": [354, 363, 364, 366, 368, 370, 376, 377, 379, 381, 382, 498, 553, 1662, 1884, 1897, 1899, 1901, 1902, 1904, 1906], "operatortyp": [355, 356, 358], "action": [355, 496, 507, 553], "march": 355, "284": 355, "statevector_concept": [355, 363], "merge_subspac": 355, "lookup_basis_st": 355, "get_matrix_el": 355, "find_map": [355, 553], "state_t": [356, 553], "operator_t": [356, 357, 361], "store_matrix_el": [356, 361], "block_mapping_t": 357, "diagonal_onli": 357, "subject": [357, 358, 361, 471], "sp": [358, 1875, 1901, 1906], "matrix_element_map_t": [359, 361], "idx_t": [360, 362], "basis_st": 360, "ii": [361, 574, 1714], "get_hilbert": [364, 376], "set_hilbert": [364, 376], "dot_product": [364, 376, 553, 554], "amplitude_t": 365, "constant": [365, 369, 374, 380, 386, 464, 507, 554, 570, 933, 1743, 1871, 1874, 1875, 1877, 1878, 1901, 1906], "uniti": [366, 377, 1884, 1900, 1905], "s1": [367, 378], "s2": [367, 372, 373, 378, 384, 385, 574, 1716], "individu": [370, 382, 554, 695, 734, 773, 812, 851, 973, 1010, 1881, 1885, 1887], "subtract": [373, 385, 554, 570, 1776, 1871, 1874, 1875, 1877, 1878, 1901, 1906], "new_h": [374, 386], "reset": [374, 386, 461, 462, 515, 1742], "huge": 376, "nterm": 376, "carri": [388, 535, 553, 570], "destinguish": 388, "add_fock_st": [388, 553], "get_all_fock_st": 388, "get_index": 388, "set_index": 388, "iff": [399, 400, 476], "random_gener": [403, 419, 436, 565, 567, 568, 580], "mc_gener": [403, 562, 563, 565, 566, 567, 568], "random_generator_nam": [403, 567], "mcsigntyp": [404, 406, 423, 424, 425, 428, 429, 430, 431, 436], "tbr": 404, "add_mov": [404, 565, 567, 568], "add_measur": [404, 425, 565, 568], "add_measure_aux": 404, "rm_measur": 404, "clear_measur": 404, "set_after_cycle_duti": 404, "warmup_and_accumul": [404, 562, 565, 568], "get_acceptance_r": [404, 430], "get_perc": 404, "get_rng": [404, 565, 567, 568], "get_current_cycle_numb": 404, "get_config_id": 404, "get_dur": 404, "get_total_tim": 404, "get_warmup_tim": 404, "get_warmup_time_hhmmss": 404, "get_accumulation_tim": 404, "get_accumulation_time_hhmmss": 404, "int64_t": [405, 418, 426, 428, 429], "n_accumulation_cycl": [405, 429], "length_cycl": [405, 426, 428, 429, 565, 566, 567, 568, 1867, 1871, 1875, 1887, 1890, 1895], "cycl": [405, 416, 426, 427, 428, 429, 566, 568, 1867, 1871, 1875, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "typic": [405, 426, 428, 429, 489, 492, 494, 496, 515, 523, 567, 1778, 1801], "measuretyp": 406, "measure_set": [406, 425], "measure_itr_t": [406, 425], "enable_tim": 406, "report_measur": 406, "measureauxtyp": 407, "shared_ptr": [407, 489], "common": [407, 447, 541, 563, 579, 659, 660, 1848, 1881, 1884, 1885, 1886, 1892], "WILL": 407, "movetyp": [408, 432], "proposition_prob": [408, 430, 432], "probabl": [408, 432, 433, 438, 446, 484, 501, 562, 566, 1749, 1880, 1888, 1893, 1901, 1906], "precondit": [408, 585], "random_nam": [411, 565, 567, 568], "random_se": [411, 565, 567, 568], "rethrow_except": 411, "seed": [411, 441, 567, 568, 580, 1661, 1871, 1875, 1877, 1878], "tba": 411, "whether": [411, 426, 568, 573, 575, 1077, 1090, 1103, 1662, 1709, 1721, 1778, 1831, 1834, 1835, 1836, 1840, 1856, 1871, 1875, 1901, 1906], "rate": [412, 437, 1875, 1887, 1894], "name_of_the_mov": 412, "spent": [413, 414, 421, 422], "minut": [414, 422, 568, 1874, 1878], "visit": [415, 1847], "durat": [417, 1875, 1877], "percent": [418, 539], "mc": [423, 424, 562, 565, 568, 1871, 1875, 1877, 1887], "deregist": 425, "do_measur": 426, "n_warmup_cycl": [428, 429, 565, 566, 567, 568, 1867, 1871, 1875, 1887, 1889, 1890, 1893, 1894, 1895], "sign_init": [428, 429], "weight": [428, 429, 433, 545, 1035, 1036, 1871, 1872, 1875, 1876, 1877, 1878, 1881, 1885, 1888, 1893], "collect_statist": 430, "get_statist": 430, "tri": [431, 568, 1021], "pick": [433, 565, 1189], "proposit": 433, "metropoli": [433, 562, 566, 568], "acceptance_r": 437, "decal": 438, "pretti": [438, 1881, 1885], "eras": [440, 506], "buffer": 440, "1000": [440, 517, 526, 541, 542, 545, 548, 549, 577, 578, 1766, 1776, 1881, 1882, 1885, 1888, 1890, 1892, 1893, 1895], "preview": 440, "randomgeneratornam": 441, "uint32_t": 441, "seed_": 441, "mt19937": [441, 567, 580], "mersenn": [441, 567, 568], "twister": [441, 567, 568], "enable_if": [443, 508], "is_integr": 443, "sep": 445, "analyz": [446, 447, 581, 1864, 1888, 1893], "mean_mpi": 446, "mean_and_err": [446, 482], "mean_and_err_mpi": 446, "tau_estimate_from_error": 446, "resampl": [446, 478, 479, 581], "jackknife_mpi": 446, "cdf": 446, "cumul": [446, 460, 1748], "consecut": [447, 1871, 1875], "autocorrel": 447, "grow": [447, 1901, 1906], "satur": 447, "power": [447, 453, 454, 576, 1857, 1868, 1880, 1881, 1885], "ldot": [447, 478, 479, 573, 581, 1706], "underestim": 447, "ergod": 447, "cost": [447, 579, 1888, 1893], "advis": [447, 1862], "correctli": [447, 449, 1871, 1874, 1875, 1878], "At": [447, 566, 568, 570, 1890, 1895, 1899, 1901, 1904, 1906], "larger": [447, 1871, 1875, 1877, 1888, 1893, 1894], "n_log_bins_max": [447, 449, 457], "n_log_bin": 447, "n_lin_bins_max": [447, 449, 455], "n_lin_bin": [447, 451], "lin_bin_capac": [447, 448, 449], "capac": [447, 448, 449, 451, 453, 454, 455, 457], "log_bin_error": 447, "log_bin_errors_all_reduc": 447, "data_input_count": 447, "linear_bin": [447, 448], "compress_linear_bin": 447, "compression_factor": 448, "scale": [448, 498, 1871, 1875, 1880, 1881, 1885, 1887, 1892, 1895, 1901, 1906], "noth": [448, 496, 519, 521, 565, 566, 568, 938, 1811, 1830, 1852], "my_acc": [448, 452, 455, 457], "data_inst": 449, "requisit": 449, "wise": [449, 481, 482, 485], "manner": 449, "texttt": 449, "unbound": 449, "soon": [449, 506, 507, 568, 578], "caus": [449, 573, 1709, 1836, 1901, 1906], "reach": [449, 451, 457, 558, 568, 1776, 1881, 1885, 1888, 1893], "next": [451, 515, 545, 568, 570, 1778, 1852, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1895], "loss": 451, "deduc": [453, 454, 480, 481, 482, 483, 488, 515, 518, 542, 570, 585, 1887], "activ": [455, 457, 1839, 1842, 1848, 1850, 1852, 1853], "accumulatotr": [455, 457], "2nd": [455, 511, 571, 1691], "3rd": [455, 511, 571, 1691], "halfwai": 455, "my_acc_no_lin": 455, "maxmimum": 457, "my_acc_no_log": 457, "lin_bin_s": 459, "log_bin_s": 459, "might": [459, 506, 568, 1848, 1853, 1873, 1877, 1888, 1893], "els": [459, 476, 496, 1015, 1830, 1879], "my_accumulator_d": 459, "my_measurement_d": 459, "my_array_inst": 459, "my_accumulator_a": 459, "my_measurement_a": 459, "normalis": [460, 484, 1748, 1749], "track": [461, 1740, 1847], "lost": [461, 1740, 1848], "lie": [461, 1740], "outsid": [461, 525, 526, 531, 533, 1740, 1881, 1885], "n_data_pt": 461, "n_lost_pt": 461, "discard": [461, 462, 473, 474, 1742, 1747], "mpi_broadcast": 461, "n_bin": [463, 1890, 1895], "enclos": [465, 466], "dataset": [465, 466, 549, 1882], "n_": [469, 518, 561, 565, 568, 570, 573, 1707, 1708, 1745, 1887, 1889, 1890, 1894, 1895, 1900, 1901, 1905, 1906], "mathrm": [469, 478, 479, 548, 561, 570, 1745, 1881, 1885, 1886, 1887, 1890, 1892, 1893, 1895, 1904], "send": [471, 541, 549, 570], "h1": 474, "h2": 474, "sum": [474, 501, 502, 509, 556, 557, 568, 570, 573, 585, 643, 994, 1706, 1752, 1758, 1871, 1873, 1874, 1875, 1877, 1878, 1886, 1892, 1898, 1900, 1901, 1903, 1905, 1906], "incompat": [474, 542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "summat": [474, 1871, 1875, 1877, 1878], "langl": [478, 479, 513, 571, 1685, 1881, 1885, 1898, 1900, 1901, 1903, 1905, 1906], "mathbf": [478, 479, 513, 558, 561, 574, 653, 1713, 1717, 1875, 1884, 1890, 1895, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906], "rangl": [478, 479, 513, 571, 1685, 1881, 1885, 1898, 1900, 1901, 1903, 1905, 1906], "jacknif": [478, 479, 581], "a_1": [478, 479, 518], "a_2": [478, 479, 518], "a_3": [478, 479], "four": [478, 479, 571, 1682, 1683, 1687, 1689, 1692, 1694, 1887, 1894, 1899, 1904], "f_": [478, 479, 518], "tild": [478, 479, 513, 518], "bar": [478, 479, 508, 571, 573, 581, 1682, 1707, 1708, 1738, 1871, 1875, 1877, 1878, 1887, 1893, 1898, 1903], "quad": [478, 479, 574, 578, 1717], "sum_": [478, 479, 513, 518, 539, 550, 551, 561, 571, 573, 574, 581, 674, 713, 752, 791, 830, 952, 1209, 1213, 1683, 1684, 1698, 1699, 1700, 1707, 1708, 1709, 1714, 1715, 1717, 1881, 1885, 1887, 1889, 1890, 1894, 1895, 1898, 1900, 1901, 1903, 1905, 1906], "bia": [478, 479], "errror": [478, 479], "_j": [478, 479], "sqrt": [478, 479, 481, 482, 513, 518, 545, 548, 551, 571, 574, 927, 1209, 1685, 1714, 1890, 1895], "cdot": [478, 479, 513, 561, 574, 1713, 1881, 1885], "sigma_f": [478, 479], "deviat": [478, 479, 539, 1901, 1906], "addabl": [480, 481, 482, 483], "mean_error": [480, 481, 482, 483], "spread": [482, 483, 1849], "error_with_bin": 485, "error_no_bin": 485, "delta_n": 485, "delta_0": 485, "wrap_gener": [487, 488, 491], "calling_pattern": [487, 488, 491], "no_self_c": [487, 488], "is_constructor": 487, "is_method": [487, 488], "is_stat": [487, 488], "release_gil_and_enable_sign": [487, 488, 491], "c_name": [487, 488, 491], "py_typ": 488, "c_type": [488, 491], "c_type_absolut": 488, "is_print": 488, "add_cal": 488, "kw": [488, 542, 543, 544, 545, 546, 662, 663, 669, 670, 671, 672, 673, 679, 680, 684, 685, 686, 687, 688, 689, 690, 691, 695, 701, 702, 708, 709, 710, 711, 712, 718, 719, 723, 724, 725, 726, 727, 728, 729, 730, 734, 740, 741, 747, 748, 749, 750, 751, 757, 758, 762, 763, 764, 765, 766, 767, 768, 769, 773, 779, 780, 786, 787, 788, 789, 790, 796, 797, 801, 802, 803, 804, 805, 806, 807, 808, 812, 818, 819, 825, 826, 827, 828, 829, 835, 836, 840, 841, 842, 843, 844, 845, 846, 847, 851, 899, 900, 916, 917, 940, 941, 947, 948, 949, 950, 951, 957, 958, 962, 963, 964, 965, 966, 967, 968, 969, 973, 1885], "__call__": [488, 558], "add_method": 488, "add_constructor": 488, "intermediate_typ": 488, "defaut": [488, 491], "rtype": [488, 491, 578], "arg1": [488, 491], "name1": [488, 491], "arg2": [488, 491], "name2": [488, 491], "default2": [488, 491], "omit": [488, 491], "dict": [488, 491, 494, 496, 549, 560, 573, 574, 575, 578, 880, 894, 933, 982, 1199, 1609, 1625, 1645, 1665, 1697, 1698, 1699, 1700, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1738, 1884], "variable_nam": [488, 491], "default_valu": [488, 491], "expert": [488, 491, 521], "add_getitem": 488, "__getitem__": 488, "add_iter": 488, "c_cast_typ": 488, "cast_typ": 488, "add_len": 488, "len": [488, 496, 498, 561, 698, 737, 776, 815, 854, 976, 1664, 1846, 1871, 1875, 1877, 1878, 1898, 1900, 1901, 1903, 1905, 1906], "add_memb": 488, "py_nam": 488, "read_onli": 488, "boolean": [488, 491, 573, 574, 575, 1199, 1662, 1672, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1831], "self_c": [488, 491], "method_nam": [488, 491], "pure": [488, 491, 515, 1021], "gil": [488, 491], "handler": [488, 491], "signal_handl": [488, 491], "intercept": [488, 491, 1901, 1906], "ctrl": [488, 491, 1879], "requir": [488, 489, 491, 492, 497, 498, 515, 517, 518, 560, 570, 1609, 1630, 1848, 1851, 1852, 1856, 1865, 1867, 1881, 1884, 1885, 1888, 1893, 1900, 1905], "whatsoev": [488, 491], "indirectli": [488, 491], "add_method_copi": 488, "clone_funct": 488, "make_clon": 488, "add_method_copy_from": 488, "copy_from": [488, 549], "add_method_cpp_copi": 488, "sh_copi": 488, "ordinari": [488, 508, 1884], "add_properti": 488, "getter": 488, "setter": 488, "add_regular_type_convert": 488, "add_setitem": 488, "__setitem__": [488, 541], "deduce_inplace_arithmet": 488, "trivial": [489, 529, 537], "quit": [489, 520, 1856, 1871, 1875, 1879, 1880, 1881, 1885, 1889, 1893, 1894], "semant": [489, 505, 554, 1837], "while": [489, 492, 497, 500, 506, 507, 513, 568, 578, 1662, 1847, 1852, 1859, 1871, 1875, 1881, 1883, 1885, 1887, 1890, 1893, 1895, 1897, 1898, 1902, 1903], "triqss": [489, 541, 549], "entir": [489, 1831, 1897, 1899, 1902, 1904], "additionn": [489, 583], "magic": 489, "cell": [489, 555, 560, 561, 1596, 1599, 1609, 1625, 1636, 1645, 1652, 1665, 1856, 1871, 1873, 1875, 1877, 1884, 1888, 1890, 1893, 1894, 1895], "module_": [489, 493, 1862], "cfunction": [489, 493], "class_": [489, 493], "functionn": 490, "distinguish": [490, 515, 1858], "Its": [490, 501, 561, 566, 1831], "abl": [490, 568, 579, 1848, 1852, 1853, 1871, 1872, 1875, 1876], "add_class": 491, "cl": [491, 495, 496, 894, 980, 982, 1050], "add_convert": 491, "conv": 491, "add_enum": 491, "c_namespac": 491, "enum": [491, 528], "add_funct": 491, "add_import": 491, "lst": 491, "add_preambl": 491, "preambl": 491, "add_us": 491, "generate_cod": [491, 1862], "sy": [491, 579, 1846, 1871, 1873, 1874, 1875, 1877, 1878], "oppos": 491, "2py": [492, 1848, 1855, 1856, 1862], "fig": [492, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1890, 1892, 1895], "png": [492, 1905], "abc_desc": 492, "_document": 492, "remark": 492, "scratch": 492, "libclang": [492, 1848, 1854, 1855], "hierarch": 494, "v5": 494, "portabl": [494, 541, 549, 1882], "irrespect": 494, "dump": 494, "glimps": 494, "hdf": [494, 549], "compliant": [494, 1849], "intuit": [494, 1879], "hdfarchiv": [494, 495, 498, 579, 1846, 1867, 1871, 1873, 1874, 1875, 1877, 1878, 1882, 1889, 1890, 1893, 1894, 1895, 1897, 1900, 1902, 1903, 1904, 1905], "wide": [494, 1849], "machin": [494, 1848, 1853, 1854, 1872, 1876, 1881, 1885, 1889, 1894, 1905], "32": [494, 933, 1877, 1885, 1894, 1897, 1898, 1901, 1902, 1903, 1904, 1906], "bit": [494, 525, 577, 578, 584, 585, 1893], "64": [494, 1901, 1903, 1906], "oss": 494, "langag": 494, "f90": 494, "ti": 494, "explor": [494, 495, 1872, 1876], "tree": [494, 496, 504, 505, 1021, 1848], "unix": [494, 1848], "shell": [494, 571, 1681, 1683, 1686, 1688, 1690, 1848, 1850, 1853, 1868, 1875, 1878, 1882, 1888, 1893], "h5l": [494, 1882], "henc": [494, 520, 522, 549, 579, 584, 585, 1630, 1867, 1871, 1875, 1886, 1892, 1898, 1901, 1903, 1906], "compact": [494, 511, 530, 1882], "extent": [494, 1052, 1065, 1069, 1905], "speak": [494, 505], "dictionari": [494, 495, 496, 549, 561, 572, 578, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1625, 1645, 1665, 1697, 1698, 1699, 1700, 1830, 1871, 1875, 1882, 1887], "undesir": 494, "thought": [494, 549], "leav": [494, 505, 578, 1871, 1875], "rectangular": 494, "subtre": [494, 496, 504], "natur": [494, 515, 521, 535, 541, 1871, 1875, 1881, 1885], "group1": 494, "subgroup2": 494, "leaf1": 494, "hereaft": [494, 519, 1848], "reversibli": 494, "hdfarchivegroup": [494, 495], "get_raw": [494, 496], "create_group": [494, 496, 579, 1846, 1871, 1875], "is_group": [494, 496], "is_data": [494, 496], "read_attr": [494, 496], "root_path": [494, 496], "apply_on_leav": [494, 496], "register_class": [494, 495, 496], "reconstruct": [495, 496, 545, 1881, 1885], "__reduce_to_dict__": [495, 496], "__factory_from_dict__": [495, 894, 982], "classmethod": 495, "def": [495, 545, 561, 578, 585, 1879, 1884, 1886, 1892, 1893, 1900, 1901, 1905, 1906], "__init__": [495, 542, 543, 544, 545, 546, 1862, 1879, 1883, 1886, 1892, 1893], "myclass": [495, 496], "myfile2": 495, "56": [495, 1894], "ob": [495, 1730, 1871, 1874, 1875, 1877, 1878], "root_of_h": 495, "hdf5_data_schem": [495, 496], "rebuilt": 495, "search": [495, 1766, 1847, 1848, 1850, 1856], "offer": [496, 514, 1868], "shelv": [496, 540, 547], "myfil": [496, 541, 549], "subgroup1": 496, "apart": 496, "fact": [496, 505, 518, 566, 578, 584, 585, 1729, 1897, 1901, 1902, 1906], "open_flag": 496, "key_as_string_onli": 496, "reconstruct_python_object": 496, "keyerror": 496, "shortcut": 496, "iterkei": 496, "coupl": [496, 556, 565, 571, 574, 1681, 1682, 1683, 1688, 1713, 1847, 1858, 1859, 1860, 1871, 1874, 1875, 1878, 1893], "hfd": 496, "leaf": 496, "attributenam": 496, "good": [496, 568, 1868, 1871, 1875, 1881, 1885, 1888, 1893], "practiv": 496, "cluster": [496, 568, 1624, 1628, 1848, 1853, 1890, 1895], "inert": 496, "is_master_nod": [496, 1846, 1890, 1895], "_hdf5_data_scheme_": 496, "__name__": 496, "reread": [496, 510], "composit": [497, 530], "sendbuf": 497, "recvbuf": 497, "id": [497, 1838], "transmit": 497, "Such": [497, 500], "much": [497, 1874, 1878, 1881, 1885, 1893], "prone": 497, "simplifc": 497, "signific": [497, 505], "sendcount": 497, "sendtyp": 497, "recvcount": 497, "recvtyp": 497, "contiguo": 497, "multidimension": [497, 530, 1857, 1868], "across": [497, 1662, 1871, 1875, 1899, 1904], "adress": 497, "someth": [497, 505, 508, 514, 517, 521, 525, 584, 1872, 1874, 1876, 1878], "emploi": 497, "metaprogram": 497, "unecessari": [497, 1874, 1878], "copyi": 497, "web": [497, 1847, 1848, 1857, 1864, 1872, 1876], "allreduc": 497, "allgath": 497, "analogu": 497, "nativ": [497, 1838], "declar": [497, 505, 507, 568, 570, 585], "preceed": 498, "suppli": 498, "fashion": 498, "equilibrium": 498, "thermal": [498, 566, 1871, 1875, 1887, 1901, 1906], "prove": [498, 1901, 1906], "expans": [498, 513, 517, 525, 526, 527, 533, 539, 541, 548, 549, 550, 551, 554, 1211, 1857, 1881, 1885], "ct": [498, 1857, 1871, 1875], "hubbard": [498, 553, 571, 573, 1681, 1682, 1683, 1688, 1847, 1857, 1869, 1871, 1875, 1877, 1881, 1885, 1899, 1900, 1904, 1905], "nca": 498, "substitut": [498, 1900, 1905], "spin_nam": [498, 573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1721, 1893], "sn": 498, "n_up": [498, 553], "n_dn": [498, 553], "uprim": [498, 571, 573, 1682, 1689, 1707, 1708], "j_hund": [498, 571, 573, 1681, 1682, 1683, 1688, 1708], "1j": [498, 545, 577, 1879, 1884], "c_dag": [498, 553, 570, 1883, 1887, 1890, 1894, 1895], "28": [498, 1875, 1885, 1887, 1894, 1895, 1897], "dm": 498, "occup": [498, 573, 1706, 1871, 1875, 1877, 1878, 1888, 1893, 1900, 1901, 1905, 1906], "g_w": [498, 1861, 1885, 1892], "400": 498, "01": [498, 545, 1871, 1875, 1880, 1881, 1884, 1885, 1892, 1894, 1897, 1902, 1905, 1906], "g_tau": [498, 984, 985, 1887, 1890, 1894, 1895], "g_l": [498, 551, 1211, 1890, 1895], "20": [498, 509, 558, 578, 933, 1854, 1858, 1865, 1871, 1875, 1877, 1880, 1881, 1885, 1886, 1887, 1890, 1892, 1894, 1895, 1905], "later": [498, 1852, 1865, 1871, 1875, 1881, 1882, 1883, 1885, 1898, 1899, 1903, 1904], "atom_diag_exampl": 498, "flip": [498, 565, 568, 1889, 1894], "anomal": 498, "difer": 498, "polynomi": [498, 515, 519, 527, 540, 541, 547, 551, 1143, 1211, 1847], "indirect": 498, "g_tau_ind": 498, "g_iw_ind": 498, "g_l_ind": 498, "g_w_ind": 498, "some_expression_of_x_": 500, "i_": [500, 505, 507, 1858, 1881, 1885], "some_expression_of_i_": 500, "j_": [500, 507, 565, 571, 1682, 1858], "some_expression_of_x_i_j": 500, "cours": [500, 505, 541, 583, 1858, 1882, 1897, 1902], "lh": [500, 514, 517], "rewritten": [500, 513, 1857], "triqs_clef_auto_assign": 500, "pseudo": 500, "stl": 500, "pi": [500, 507, 511, 513, 518, 525, 537, 541, 545, 546, 548, 561, 578, 927, 1871, 1874, 1875, 1877, 1878, 1879, 1881, 1884, 1885, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906], "aco": [500, 507, 511, 525], "k_": [500, 1890, 1895], "make_expr": [500, 505, 507], "fnt": 500, "make_funct": [500, 501], "adl": [500, 504, 508, 585], "therefor": [500, 515, 517, 518, 535, 541, 549, 579, 585, 1831, 1876, 1884, 1893, 1897, 1898, 1902, 1903], "friend": [500, 508], "similarli": [500, 508, 518, 549], "triqs_clef_auto_assign_subscript": 500, "struct": [500, 508, 511, 565, 568, 570, 585, 1859], "clef_implement_lazy_cal": [500, 508], "clef_auto_assign": 500, "prototyp": 501, "dark": 501, "corner": 501, "progress": [501, 556, 568, 1888, 1893], "ompil": 501, "azi": 501, "xpression": 501, "unction": 501, "nice": [504, 508, 1868], "useless": 504, "eval": [504, 506, 508, 523, 1021], "placeholder_1": [504, 506], "value_1": 504, "placeholder_2": [504, 506], "value_2": 504, "matter": [504, 506, 568, 1857], "lookup": 504, "e1": [504, 505], "e2": [504, 505], "loos": 505, "thing": [505, 579, 1871, 1875, 1877, 1878, 1881, 1885, 1888, 1893], "ternari": 505, "if_els": 505, "math": [505, 545, 546, 551, 561, 908, 1209, 1213, 1877, 1879, 1881, 1884, 1885, 1887, 1892, 1893, 1897, 1898, 1900, 1902, 1903, 1905], "clef_express": [505, 506], "almost": [505, 537, 541, 562, 568, 1849, 1852, 1888, 1893], "e0": 505, "meaningless": [505, 541], "complic": [505, 1846], "encod": [505, 513, 528, 570, 1898, 1903], "expr": [505, 506, 535, 910, 1020, 1021, 1022, 1025], "plu": [505, 1881, 1885], "fly": [505, 570, 1879], "themselv": 505, "rational": 505, "dangl": 505, "quicker": 505, "Of": [505, 541, 1882], "mandatori": 505, "longer": [505, 1881, 1885, 1888, 1890, 1893, 1895], "opposit": [506, 537, 573, 1707, 1708], "z_": [506, 574, 1714], "sai": [506, 517, 549, 566, 568, 1879, 1888, 1893, 1899, 1904], "placeholder_3": 506, "x2": [506, 530, 585], "x3": 506, "exhaust": 506, "ban": 506, "parenthesi": [506, 567, 1879], "though": [506, 514], "show": [506, 507, 568, 580, 1852, 1858, 1859, 1860, 1871, 1873, 1874, 1875, 1877, 1878, 1879, 1880, 1881, 1882, 1885, 1887, 1888, 1890, 1893, 1894, 1895, 1897, 1901, 1902, 1906], "f1": [506, 1799], "3x3": [507, 1881, 1885], "forget": [507, 1884], "cheke": 507, "time_consuming_funct": 507, "insist": 507, "clef_make_fnt_lazi": 508, "function_to_make_lazi": 508, "foo": 508, "notclefexpress": 508, "is_clef_express": 508, "BUT": 508, "absenc": [508, 1878], "58385": 508, "v_": [508, 551, 1209, 1213, 1887], "copyabl": 508, "my_method": 508, "clef_implement_lazy_method": 508, "evalut": 508, "_2": [508, 570, 1871, 1875], "_1": [508, 570], "trait": 508, "immutablearrai": 509, "preced": 509, "param": [509, 577, 657, 928, 1804], "tparam": 509, "dollar": 509, "rest": [509, 542, 568], "t1": [509, 585, 1860], "alpha": [509, 513, 571, 1626, 1627, 1683, 1871, 1875, 1877, 1880, 1887, 1895, 1904, 1905, 1906], "seriou": 510, "leq": [510, 513], "m_": [510, 1893], "y_j": 510, "fast": [510, 1871, 1875, 1897, 1902], "quickli": [510, 1847, 1879, 1888, 1893], "return_typ": 511, "argument_typ": [511, 1859], "xy_typ": 511, "vector_typ": 511, "tqa": 511, "matrix_view_typ": 511, "matrix_view": [511, 544, 669, 708, 747, 786, 825, 947, 995], "fx": 511, "fy": 511, "try_insert_from_funct": 511, "change_raw": 511, "try_op": 511, "bla": 511, "transpar": [511, 570, 1880], "fun": [511, 585, 1859], "typedef": [511, 1859], "result_typ": [511, 1859], "epsi": 511, "sin": [511, 578, 1880], "detratio": [511, 1859], "mathemat": [512, 515, 570, 1868, 1879, 1881, 1885], "mainli": [512, 1879], "know": [512, 517, 566, 569, 1871, 1875, 1879, 1881, 1884, 1885], "rm": [512, 541, 1887, 1889, 1894], "cof": 512, "i_n": 512, "pmatrix": [512, 571, 1684, 1685, 1693, 1881, 1885], "a_": [512, 513, 549, 571, 573, 574, 1683, 1708, 1709, 1714, 1715, 1717, 1889, 1894], "dot": [512, 513, 538, 561, 581, 1879, 1897, 1902], "vdot": 512, "invert": [512, 548, 1881, 1885, 1895], "furthermor": [512, 1871, 1875], "xi": [512, 530, 1901, 1906], "qquad": [512, 513, 1881, 1885, 1900, 1905], "ca": 512, "gi": [512, 530], "a_0": 512, "m_n": 512, "amelior": 512, "straightformward": 512, "hb": 512, "cg": 512, "fb": 512, "cb": 512, "gh": 512, "hg": 512, "ib": 512, "ic": 512, "gb": [512, 1903], "fh": 512, "hc": 512, "BEING": 513, "among": [513, 553, 1858, 1859, 1871, 1875], "deal": [513, 569], "emphas": 513, "essenti": [513, 539, 550, 1857, 1882], "alpha_a": 513, "beta_a": 513, "mathcal": [513, 568, 1871, 1875, 1884, 1898, 1903], "label": [513, 561, 578, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1871, 1874, 1875, 1877, 1878, 1880, 1885, 1887, 1890, 1892, 1893, 1895, 1897, 1902, 1903, 1904, 1905, 1906], "whenev": 513, "consider": [513, 541], "formal": [513, 515, 541, 1871, 1875, 1881, 1885], "equiv": [513, 557, 561, 571, 643, 1682, 1898, 1900, 1901, 1903, 1905, 1906], "c_": [513, 570, 591, 592, 612, 613, 1887, 1890, 1895], "int_0": [513, 695, 734, 773, 812, 851, 973, 1010, 1881, 1885, 1886, 1892], "2l": [513, 571, 1683, 1684], "p_l": 513, "theta": [513, 518, 548, 914, 927, 1881, 1885], "int_": [513, 557, 558, 643, 653, 1881, 1885], "analog": 513, "dt": [513, 695, 734, 773, 812, 851, 973, 1010, 1880], "2n": [513, 525, 537, 1881, 1885, 1900, 1905], "paramount": 513, "context": [513, 1021], "slowli": 513, "decai": [513, 551, 1208, 1881, 1885], "stackrel": 513, "parametr": 513, "n_1": [513, 573, 1706], "n_2": [513, 573, 1706], "o_": 513, "_i": [513, 561], "readeabl": 514, "travers": 514, "specialis": [514, 519, 521, 525, 526, 527, 531, 533, 535], "nfreq": [514, 525], "wn_": [514, 525], "strang": [514, 522], "cannot": [514, 524, 541, 587, 589, 610, 1882, 1883, 1901, 1906], "curri": 515, "understood": 515, "abstract": [515, 541, 553, 1021], "grid": [515, 558, 559, 561, 1752, 1758, 1760, 1875, 1880, 1884, 1890, 1895, 1897, 1902, 1903, 1904, 1906], "refin": [515, 554, 558, 1776], "regulartyp": 515, "comment": [515, 523, 537, 538, 554, 562, 1854, 1879, 1901, 1906], "k_vector": 515, "matsubara_freq": 515, "multi": [515, 578, 1847, 1899, 1904], "domain_t": [515, 522, 537], "eg": [515, 549, 571, 1686, 1687, 1881, 1885], "realli": [515, 566, 1868], "contigu": 515, "mesh_pt_gener": 515, "copyconstruct": [515, 554], "linear_index": [515, 1077, 1090, 1103], "at_end": 515, "cast_t": 515, "implicit": 515, "cast": [515, 1028, 1620], "wiht": 515, "fourier": [516, 539, 540, 542, 543, 545, 546, 547, 550, 560, 687, 726, 765, 804, 843, 965, 988, 1005, 1662, 1854, 1871, 1873, 1874, 1875, 1877, 1878, 1884, 1887, 1892, 1893, 1897, 1901, 1902, 1906], "purefunctionondomain": [516, 540], "adj": 517, "reason": [517, 549, 568, 578, 1854, 1871, 1874, 1875, 1878, 1881, 1885, 1888, 1893], "gw": [517, 542, 543, 544, 545, 546, 552, 688, 690, 691, 727, 729, 730, 766, 768, 769, 805, 807, 808, 844, 846, 847, 966, 968, 969, 1006, 1008, 1009, 1881, 1885], "That": [517, 568, 1865, 1879, 1888, 1893], "call_the_fourier_implement": 517, "moreov": [517, 1852], "possess": 517, "iw_mesh": [517, 539, 1860, 1881, 1884, 1885, 1892, 1893], "tau_mesh": [517, 1860, 1881, 1885, 1892, 1893], "om_": [517, 1861], "gw2": 517, "subroutin": 518, "discret": [518, 521, 551, 559, 1209, 1632, 1648, 1752, 1758, 1847, 1881, 1885, 1897, 1901, 1902, 1906], "dft": [518, 1847, 1848], "regularli": 518, "f_0": [518, 571, 1683], "f_k": [518, 571, 1681, 1683], "f_n": 518, "t_": [518, 561, 562, 571, 1683, 1694, 1881, 1885], "n_t": [518, 1164], "t_k": 518, "omega_m": 518, "eq": 518, "tf_r": 518, "recogn": [518, 1662], "inv_dft": 518, "prepar": [518, 556, 565, 568, 1870, 1871, 1874, 1875, 1878, 1884], "f_m": 518, "eq_inv_tf_r": 518, "tau_k": 518, "tau_": [518, 526], "inv_dft_i": 518, "ge": 518, "t_1": 518, "t_2": 518, "simeq": [518, 1900, 1905], "it_2": 518, "badli": 518, "naiv": 518, "substract": 518, "tranform": 518, "2a": [518, 535], "leftrightarrow": 518, "gg": [518, 1897, 1902], "chose": [518, 1879, 1881, 1885, 1886, 1892], "opt": [519, 521, 525, 526, 527, 531, 532, 533, 1811, 1825, 1852, 1883, 1884, 1885], "variable_t": 519, "target_t": 519, "option_t": 519, "unus": 519, "decrib": 519, "block_index": [519, 521, 874, 1697], "singularity_t": [519, 524], "symmetry_t": [519, 523, 524], "stage": [519, 568, 1871, 1875], "destructor": 519, "compound": [519, 541, 549, 570], "reinterpret": 519, "1x1": [519, 532, 1860, 1881, 1885], "contruct": 521, "gf2": 521, "init_list": 521, "strip": 521, "make_block_gf_view_from_vector": 521, "Not": 521, "TO": [521, 526, 527, 579, 1593, 1865, 1889, 1894], "BE": [521, 527, 579, 1593, 1865, 1889, 1894], "bg0": 521, "bg1": 521, "bg11": 521, "bg2": 521, "bg3": 521, "bg4": 521, "test_block_gf": 521, "b4": 521, "freq": [521, 991, 992, 1871, 1875, 1884, 1885, 1902], "1025": [521, 1116], "positive_onli": [521, 537, 1875, 1884, 1885, 1902], "clefexpress": [522, 535], "closest": [522, 526, 570, 1055, 1201, 1202], "extrem": [522, 579], "inconveni": 522, "forbid": 522, "asid": 523, "singularity_view_t": 523, "si": 523, "evaluator_t": 523, "No": [525, 542, 543, 544, 545, 546, 662, 701, 740, 779, 818, 1855, 1871, 1875], "immutablematrix": [525, 526, 531, 533], "1d": [525, 526, 531, 533, 558, 559, 644, 648, 658, 698, 737, 776, 815, 854, 976, 1729, 1760], "3d": [525, 526, 531, 533, 542, 543, 544, 545, 546, 558, 698, 737, 776, 815, 854, 976, 1871, 1875, 1884], "todo": 525, "make_shap": [525, 526, 539], "1i": 525, "m_pi": 525, "g3": [525, 526], "226344": 525, "248878": 525, "antiperiod": 526, "OR": 526, "n_time": [526, 533, 1860], "exp": [526, 551, 565, 568, 1209, 1213, 1859, 1880, 1881, 1885, 1897, 1901, 1902, 1906], "0407608": 526, "0407604": 526, "2x2": [527, 531, 533, 551, 1215, 1881, 1885], "wmin": [527, 531], "wmax": [527, 531], "n_freq": [527, 531, 1861], "var_t": 529, "tmin": [529, 530, 533, 1860], "tmax": [529, 530, 533, 1860], "n_re_tim": [529, 530], "n_im_tim": [529, 530], "g_t_tau_": [529, 530], "dedic": 529, "g_slice": 529, "_x1": 530, "_x2": 530, "y2": [530, 1871, 1875], "_xi": 530, "yi": 530, "g_t_tau_m": 530, "g_t_tau_t": 530, "m1": [530, 571, 1683, 1684], "m2": [530, 571, 1683, 1684], "matrix_valued_vers": 530, "gm": [530, 545, 1860], "tensor_valued_vers": 530, "test_product_gf": 530, "gf_const": 532, "concentr": 534, "1a": 535, "1b": 535, "2b": 535, "closest_mesh_pt_t": 535, "3a": 535, "3b": 535, "acquir": [535, 539, 541, 550], "closest_mesh_point_t": 535, "closest_mesh_point": 535, "vehicl": 535, "matsubara_freq_mesh": 537, "pictori": [537, 538], "all_frequ": 537, "positive_frequencies_onli": 537, "matsubara_freq_domain": 537, "iomega_n": [537, 548, 1846, 1867, 1881, 1885, 1887, 1889, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1902, 1903, 1905], "linear_index_t": 537, "default_interpol_polici": 537, "domain_pt_t": 537, "full_siz": 537, "linear_to_index": 537, "revers": 537, "first_index": 537, "last_index": 537, "first_index_window": 537, "last_index_window": 537, "tau_n": 538, "get_interpolation_data": 538, "redefin": [538, 584], "anti": [538, 571, 1682, 1689, 1883, 1897, 1899, 1902, 1904], "role": [539, 549, 550], "accur": [539, 550, 1871, 1875, 1893, 1901, 1906], "approx": [539, 550, 581, 1871, 1875, 1881, 1885, 1897, 1901, 1902, 1903, 1904, 1906], "a_n": [539, 550], "coefficienct": [539, 550], "twenti": 539, "absolut": [539, 562, 1664, 1871, 1875], "fulfil": 539, "ij": [539, 571, 573, 1683, 1694, 1698, 1700, 1707, 1708, 1881, 1885], "ji": 539, "entail": 539, "prodiv": 539, "max_ord": 539, "nerror": 539, "experienc": [539, 1849], "set_tail_fit_paramet": 539, "tail_fract": [539, 1126], "expansion_ord": [539, 671, 673, 710, 712, 749, 751, 788, 790, 827, 829, 949, 951, 997, 999, 1126], "fraction": [539, 1836], "outer": [539, 858], "30": [539, 580, 1126, 1865, 1875, 1885, 1893, 1894], "fit_tail_on_window": 539, "behav": [539, 583, 1850, 1882], "fit_hermitian_tail_on_window": 539, "gflegendr": [540, 541, 547, 552, 1195, 1885], "gfretim": [540, 541, 547, 551, 1197, 1214, 1885], "pickl": [540, 547], "flavour": 541, "inv": [541, 549], "enough": [541, 1871, 1875], "50": [541, 542, 543, 544, 549, 552, 561, 565, 578, 1183, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1890, 1894, 1895, 1897], "imp": [541, 1871, 1875, 1877, 1878, 1881, 1885, 1886, 1887, 1892], "collid": 541, "former": 541, "don": [541, 568, 1889, 1894], "reassign": 541, "certainli": [541, 1879], "lazy_express": 541, "assembl": [541, 1847], "bandwith": [541, 551, 1209], "bandwidth": [541, 915, 928, 930, 1881, 1885], "picklabl": [541, 549], "sent": [541, 549], "disk": [541, 549, 1898, 1899, 1903, 1904], "saw": [541, 1898, 1903], "tell": [541, 566, 568, 578, 1879, 1881, 1885, 1888, 1893], "plotter": 541, "lot": [541, 1884], "target_rank": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818, 873, 940, 1885], "is_real": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818, 940, 1881, 1885], "kwarg": [542, 544, 549, 551, 587, 590, 611, 668, 696, 707, 735, 746, 774, 785, 813, 824, 852, 857, 858, 872, 873, 880, 890, 933, 946, 974, 1053, 1066, 1078, 1091, 1104, 1117, 1133, 1144, 1153, 1165, 1210, 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, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1597, 1605, 1610, 1670, 1733, 1741, 1830, 1839, 1883, 1884, 1885], "g_out": [542, 543, 545, 546, 687, 726, 765, 804, 843, 965, 1005], "g_in": [542, 543, 545, 546, 687, 726, 765, 804, 843, 965, 988, 1005], "set_from_legendr": [542, 543], "decompos": [542, 543, 544, 545, 546, 549, 579, 1887, 1898, 1903], "meshgf": [542, 543, 544, 545, 546], "i2": [542, 543, 544, 545, 546], "this_str": [542, 543, 544, 545, 546], "eg1": [542, 545, 549], "eg2": [542, 545, 549], "egblock": [542, 545, 546, 549], "half_bandwidth": [542, 543, 544, 545, 548, 552, 914, 915, 927, 928, 930], "mpl_interfac": [542, 543, 544, 545, 546, 552, 556, 577, 578, 580, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "plt": [542, 544, 556, 561, 580, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "x_window": [542, 577, 578, 698, 737, 776, 815, 854, 976, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199], "ylim": [542, 556, 1870, 1881, 1885, 1887, 1890, 1892, 1893, 1895, 1906], "meshimtim": [543, 551, 701, 1176, 1192, 1194, 1209, 1213, 1881, 1885, 1892, 1893], "tailgf": 543, "enforce_discontinu": [544, 551, 1211], "disc": [544, 551, 669, 708, 747, 786, 825, 947, 995, 1209, 1213], "discontinu": [544, 551, 669, 708, 747, 786, 825, 947, 995, 1211], "40": [544, 552, 1871, 1875, 1880, 1894], "matsubaratolegendr": [544, 552], "giw": [545, 691, 730, 769, 808, 847, 969, 1009, 1881, 1884, 1885], "freq_offset": [545, 691, 730, 769, 808, 847, 969, 1009, 1898, 1903], "demonstr": [545, 561], "counterpart": 545, "cmath": 545, "101": [545, 556, 558, 1664, 1847, 1860, 1870, 1871, 1875, 1877], "lorentzian": 545, "glorentz": 545, "z": [545, 548, 565, 568, 571, 574, 667, 706, 745, 784, 823, 914, 927, 945, 1183, 1687, 1690, 1692, 1714, 1717, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1884, 1887, 1888, 1893, 1901, 1906], "semicircl": [545, 928], "gsc": 545, "superposit": 545, "2000": 545, "gr": 545, "995": 545, "1200": 545, "g_pade": 545, "meshretim": [546, 818, 1881, 1885], "1001": [546, 1883, 1892, 1893], "permit": 548, "wilson": 548, "eps_d": [548, 1881, 1885], "cut": [548, 568, 914, 1847, 1899, 1904], "2d": [548, 556, 561, 573, 914, 1203, 1624, 1707, 1708, 1870, 1871, 1875, 1877, 1878, 1881, 1885, 1890, 1895], "chem_potenti": [548, 927, 928], "contrast": 549, "rememb": [549, 1886, 1892, 1893], "sentenc": 549, "imagin": [549, 567, 1881, 1885], "involv": [549, 568, 570, 1847, 1887], "solid": [549, 1887], "t2g": [549, 571, 1686, 1692, 1881, 1885], "t2g1": 549, "t2g2": 549, "t2g3": 549, "t2gblock": 549, "name_list": [549, 873, 1881, 1885], "block_list": [549, 857, 858, 873, 1881, 1885], "make_copi": [549, 858, 873, 1885], "compos": [549, 1875, 1885], "initialis": [549, 860, 877], "do_someth": 549, "interestingli": 549, "appear": [549, 577, 1872, 1876, 1879, 1881, 1885, 1886, 1888, 1892, 1893, 1897, 1898, 1902, 1903], "clariti": [549, 568], "exactli": [549, 587, 589, 610, 1871, 1875, 1883, 1897, 1900, 1902, 1905], "clearli": [549, 562, 568, 1852, 1890, 1895], "__blockindiceslist": 549, "__name": 549, "__note": 549, "ident": [550, 1849, 1908], "caution": [551, 1208, 1848], "iomega": [551, 1208, 1209], "eps0": [551, 1209], "v0": [551, 1209], "tol": [551, 573, 1209, 1710], "maxit": [551, 933, 1209, 1766, 1767], "10000": [551, 568, 580, 1209, 1871, 1875, 1880, 1888, 1889, 1890, 1893, 1894, 1895], "cmplx": [551, 1209], "delta_": [551, 570, 574, 1209, 1213, 1714], "kl": [551, 1209, 1213], "kj": [551, 1209, 1213], "jl": [551, 1209, 1213], "eps_j": [551, 1209, 1213], "basinhop": [551, 1209], "frontend": [551, 1209], "norb": [551, 1209, 1213, 1661, 1903], "choleski": [551, 1209], "decomposit": [551, 1209], "xatol": [551, 1209], "ftol": [551, 1209], "complx": [551, 1209], "v_opt": [551, 1209], "thereof": [551, 1209, 1213, 1836], "eps_opt": [551, 1209], "sort": [551, 1209, 1871, 1875, 1888, 1893], "delta_disc": [551, 1209], "noisi": [551, 933, 1211, 1871, 1875], "low": [551, 1211, 1877, 1881, 1885, 1890, 1893, 1895, 1901, 1906], "treatement": [551, 1212], "block_txtfil": [551, 1215], "desir": [551, 1215, 1881, 1885], "uniform": [551, 583, 1215, 1881, 1885], "up_eg1": [551, 1215], "up_eg1_1": [551, 1215], "up_eg2_1": [551, 1215], "up_eg1_2": [551, 1215], "up_eg2_2": [551, 1215], "legendretomatsubara": 552, "pictur": [553, 1881, 1885, 1898, 1903], "abstarct": 553, "bitset": 553, "dimer": 553, "coulomb": [553, 571, 1680, 1873, 1877, 1887], "repuls": 553, "mu": [553, 557, 558, 559, 646, 650, 653, 928, 1752, 1758, 1867, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1883, 1884, 1886, 1889, 1890, 1892, 1894, 1895, 1897, 1901, 1902, 1906], "full_hs_operator_t": 553, "spars": [553, 1881, 1885], "prealloc": 553, "inv_subspac": 553, "emplace_back": 553, "spn": 553, "n_down": [553, 1894], "n_up_conn": 553, "n_down_conn": 553, "sub_hs_operator_t": 553, "n_up_hilbert_map": 553, "conn": 553, "n_up_op": 553, "n_down_hilbert_map": 553, "n_down_op": 553, "ket": 553, "equip": 554, "idenifi": 554, "vanis": 554, "bravaislattic": [555, 556, 558, 560, 1065, 1604, 1609, 1620, 1644, 1870, 1884], "atom_orb_po": [555, 1596], "atom_orb_nam": [555, 1596], "lattice_to_real_coordin": [555, 560], "r_t": [555, 560, 1598, 1615, 1635, 1651], "n_orbit": [555, 557, 651, 1640, 1875, 1897, 1902], "orbital_posit": [555, 558, 561, 1625, 1644, 1645], "bravai": [556, 560, 561, 1065, 1596, 1604, 1606, 1609, 1614, 1620, 1633, 1644, 1649, 1870, 1884, 1897, 1902], "bl": [556, 558, 560, 561, 1604, 1609, 1644, 1870, 1884], "nearest": [556, 1183, 1185, 1870, 1884, 1898, 1900, 1901, 1903, 1905, 1906], "neighbour": [556, 558, 565, 1870, 1884, 1898, 1900, 1903, 1905], "00": [556, 558, 1870, 1871, 1875, 1881, 1885, 1887, 1893, 1894, 1902, 1905, 1906], "tp": [556, 558, 561, 1870, 1890, 1895], "displac": [556, 560, 1609, 1612, 1870, 1884], "t11": [556, 1870], "t12": [556, 1870], "t13": [556, 1870], "t21": [556, 1870], "t22": [556, 1870], "t23": [556, 1870], "tnn": [556, 1870], "number_orbit": [556, 1870], "tb": [556, 558, 561, 1594, 1617, 1618, 1644, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1884], "tightbind": [556, 558, 560, 1617, 1618, 1644, 1870, 1884], "n_kpt": [556, 557, 558, 559, 1657, 1870], "500": [556, 558, 1861, 1870, 1887], "n_ep": [556, 557, 558, 1594, 1657, 1658, 1870], "matplotlib": [556, 561, 576, 1852, 1854, 1855, 1857, 1866, 1868, 1870, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "pylab": [556, 561, 1870], "xlim": [556, 1730, 1870, 1881, 1885, 1887, 1890, 1892, 1893, 1894, 1895, 1906], "energies_on_bz_path": 556, "dos_from_fil": [556, 557], "_k": [557, 561, 643], "epsilon_k": [557, 559, 643, 1758, 1886, 1892], "single_orbit": [557, 651], "ONE": [557, 651], "ith": [557, 651], "dosfromfunct": [557, 558], "x_min": [557, 647, 648, 1729], "x_max": [557, 647, 648, 1729], "hilberttransform": 558, "sigma0": 558, "bigl": [558, 653, 1890, 1895], "hat": [558, 570, 574, 653, 1712, 1713, 1714, 1715, 1716, 1717, 1871, 1875, 1881, 1884, 1885], "varepsilon": [558, 653], "bigr": [558, 653, 1890, 1895], "epsilon_hat": 558, "n_points_integr": 558, "test_converg": 558, "gfbloc": [558, 1630], "array_with_gfbloc_indic": 558, "gbloc": 558, "identity_matrix": 558, "npt": 558, "cv": 558, "sumkdiscretefromlattic": 559, "riemann": [559, 1758, 1760, 1761], "leftarrow": [559, 1752, 1758], "sum_k": [559, 1752, 1758, 1886, 1892, 1900, 1901, 1905, 1906], "eps_k": [559, 1752, 1758, 1884], "bz_point": [559, 1752, 1758], "bz_weight": [559, 1752, 1758, 1875], "mu_pattern": [559, 1752, 1758], "overlap": [559, 560, 1609, 1616, 1752, 1758, 1884], "IF": [559, 1752, 1758], "recomputegrid": [559, 1758], "gauss": [559, 1752, 1758, 1760, 1761], "gfblocindic": 559, "recompute_grid": 559, "chi_0": [559, 1760, 1857, 1899, 1900, 1904, 1905, 1907], "resize_arrai": 559, "nk": [559, 1183, 1756, 1763, 1903], "k_cvt": [560, 1611, 1613, 1629, 1631, 1646, 1647], "momentum": [560, 571, 574, 1052, 1611, 1613, 1629, 1631, 1646, 1647, 1662, 1681, 1683, 1686, 1688, 1690, 1712, 1714, 1881, 1884, 1885, 1890, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "reciproc": [560, 1052, 1608, 1611, 1613, 1629, 1631, 1646, 1647, 1664, 1884, 1897, 1902], "aim": [561, 570, 1848, 1857, 1871, 1875, 1900, 1905], "triplet": 561, "lbrace": [561, 581], "rbrace": [561, 581], "ie": 561, "phi_n": 561, "phi_m": 561, "wannier": [561, 1665], "hopping_dictionari": 561, "pt": [561, 1897, 1902], "epsilon_n": 561, "join": [561, 1901, 1905, 1906], "eigenvector": 561, "success": [561, 1776, 1863, 1871, 1875], "bl_1": 561, "bl_2": 561, "bl_4": 561, "hop_1": 561, "hop_2": 561, "hop_4": 561, "tb_1": 561, "tb_2": 561, "tb_4": 561, "gamma": [561, 1875, 1881, 1885, 1887, 1897, 1898, 1899, 1902, 1903, 1904], "pipi": 561, "pi0": 561, "pihpih": 561, "twopi0": 561, "twopitwopi": 561, "path_1": 561, "path_2": 561, "2at": 561, "ucel": 561, "path_4": 561, "4at": 561, "energies_on_path": 561, "orb": 561, "e_1": 561, "e_2": 561, "e_4": 561, "linewidth": [561, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1885, 1892], "ats": 561, "legend": [561, 578, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1885, 1887, 1893, 1895, 1903, 1904, 1905, 1906], "ax": [561, 1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1892, 1897, 1902], "set_xtick": [561, 1871, 1875, 1877, 1878], "150": [561, 1871, 1874, 1875, 1877, 1878, 1880], "set_xticklabel": [561, 1892], "gamma_1": 561, "m_1": [561, 571, 1684, 1685, 1693], "x_1": 561, "ylabel": [561, 578, 1199, 1880, 1885, 1892, 1893, 1895, 1897, 1902, 1903, 1904], "montecarlo": 562, "dynam": [562, 570, 933, 1850, 1857, 1898, 1903], "mc_sign_typ": 562, "proba": 562, "p_x": 562, "p_": [562, 568, 1890, 1895], "move_sign": 562, "move_r": 562, "new_sign": 562, "old_sign": 562, "focu": [563, 1888, 1889, 1893, 1894], "beta_": [565, 568], "field_": 565, "rng": [565, 567, 568], "delta_energi": 565, "config_": [565, 568], "rng_": 565, "metropli": 565, "compute_m": [565, 568], "sum_z": [565, 568], "sum_m": [565, 568], "greet": [565, 568], "500000": 565, "100000": [565, 1867], "374982": [565, 568], "273894": [565, 568], "isingmc": 565, "clock_callback": [565, 568], "27603": 565, "goal": [566, 579, 1863, 1886, 1888, 1892, 1893], "transit": [566, 568, 1847, 1873, 1877, 1888, 1889, 1890, 1893, 1894, 1895, 1899, 1901, 1904, 1906], "heart": 566, "repeat": [566, 1871, 1874, 1875, 1878, 1901, 1906], "decorrel": [566, 1871, 1875, 1887], "dictonari": 566, "doesn": [566, 568], "wether": [566, 1881, 1885], "clearer": 566, "23432": 567, "stand": [567, 1847], "uniformli": 567, "spinmc": [567, 568], "mymov": 567, "overview": [568, 1847, 1868, 1871, 1875, 1879], "concret": [568, 1881, 1885], "mayb": 568, "simplest": [568, 581, 1880], "ever": [568, 585], "uparrow": [568, 573, 1708, 1887, 1888, 1889, 1890, 1893, 1894, 1895, 1900, 1901, 1905, 1906], "downarrow": [568, 573, 1708, 1887, 1889, 1890, 1894, 1895, 1900, 1901, 1905, 1906], "job": [568, 1871, 1875, 1881, 1885], "everyth": [568, 585, 1862, 1865, 1871, 1875, 1879], "obvious": [568, 1865], "piec": [568, 579, 1879, 1887], "h_": [568, 1700, 1887, 1889, 1890, 1894, 1895], "isol": [568, 1853], "5000000": 568, "600": [568, 584], "149608": 568, "initial_sign": 568, "But": 568, "satisfi": [568, 1853, 1886, 1892, 1897, 1900, 1901, 1902, 1905, 1906], "importantli": 568, "trial": 568, "With": [568, 1856, 1900, 1905], "meant": 568, "launch": 568, "55": [568, 1894], "didn": 568, "manag": [568, 576, 1848, 1849], "cleanli": 568, "safe": 568, "hope": 568, "gave": 568, "idea": [568, 1847, 1868, 1887, 1888, 1893, 1901, 1906], "chapter": 568, "haven": 568, "acc": 568, "speed": [569, 1871, 1873, 1875, 1877, 1878], "quantiti": [569, 581, 1887, 1888, 1893, 1897, 1900, 1902, 1905], "readabl": [570, 1871, 1875], "accompani": 570, "approach": [570, 1872, 1876, 1884, 1890, 1895, 1898, 1899, 1901, 1903, 1904, 1906], "meet": [570, 1847, 1871, 1875], "is_zero": 570, "sake": 570, "many_body_operator_complex": 570, "nontrivi": 570, "obei": [570, 1897, 1900, 1901, 1902, 1905, 1906], "anticommut": 570, "dagger_": [570, 571, 573, 574, 593, 594, 614, 615, 1683, 1694, 1708, 1714, 1717, 1889, 1894], "preregist": 570, "elementari": [570, 581], "instanti": 570, "make_fundamental_operator_set": 570, "make_canon": 570, "is_dag": 570, "functor": 570, "paragraph": 570, "variant_int_str": 570, "canonical_ops_t": 570, "bidirect": 570, "dedocument": 570, "triqsd": 570, "coef": 570, "deseri": 570, "quartic": [570, 572, 1887, 1898, 1903], "__repr__": 570, "__str__": 570, "c_list": 570, "cd_list": 570, "commut": [570, 1883], "radial_integr": [571, 1681, 1683], "u_int": [571, 1681, 1682, 1683, 1688], "spheric": [571, 574, 1683, 1690, 1712, 1713, 1714], "m3": [571, 1683, 1684], "m4": [571, 1683, 1684], "f_2": [571, 1683], "f_4": [571, 1683], "radial": [571, 1681, 1683, 1688], "angular": [571, 1681, 1683, 1684, 1686, 1688, 1690], "racah_wign": [571, 1683], "u_j_to_radial_integr": [571, 1683], "convet": [571, 1683], "ijkl": [571, 573, 1683, 1699, 1709], "u_": [571, 573, 1682, 1683, 1698, 1699, 1707, 1708, 1709, 1887, 1901, 1906], "f0": [571, 1681, 1683, 1688], "f2": [571, 585, 1681, 1683, 1688, 1799], "f4": [571, 1681, 1683, 1688], "preferenti": [571, 1683], "alongsid": [571, 1683, 1849], "hund": [571, 1681, 1682, 1683, 1688], "harmon": [571, 574, 1683, 1686, 1690, 1712, 1713, 1714], "cubic": [571, 574, 1183, 1185, 1188, 1683, 1686, 1690, 1712, 1713, 1714], "b_": [571, 1683, 1694], "sum_j": [571, 1683, 1694], "reduce_4index_to_2index": 571, "u_4index": [571, 1689], "u_matrix_kanamori": 571, "up_int": [571, 1682], "full_uijkl": [571, 1682], "jc_hund": [571, 1682], "uijkl": [571, 1682], "j_c": [571, 1682], "neq": [571, 573, 1682, 1707, 1708, 1889, 1894], "prime": [571, 1682], "rotation": [571, 573, 1682, 1709], "retunr": [571, 1682], "foat": [571, 1682], "t2g_submatrix": 571, "submatrix": [571, 1687, 1692], "manifold": [571, 1687, 1692], "xy": [571, 1687, 1690, 1692, 1738], "yz": [571, 1687, 1690, 1692], "xz": [571, 1687, 1690, 1692], "u_t2g": [571, 1692], "eg_submatrix": 571, "u_eg": [571, 1687], "transform_u_matrix": 571, "cubic_nam": 571, "radial_integrals_to_u_j": 571, "angular_matrix_el": 571, "m_2": [571, 1684, 1685, 1693], "m_3": [571, 1684, 1685, 1693], "m_4": [571, 1684], "ang_mat_el": [571, 1684], "three_j_symbol": 571, "jm1": [571, 1685, 1693], "jm2": [571, 1685, 1693], "jm3": [571, 1685, 1693], "l_1": [571, 1693], "l_2": [571, 1693], "l_3": [571, 1693], "j_1": [571, 1685, 1693], "j_2": [571, 1685, 1693], "j_3": [571, 1685, 1693], "three_j_sym": [571, 1693], "clebsch_gordan": 571, "clebsh": [571, 1685], "gordan": [571, 1685], "cgcoeff": [571, 1685], "subarrai": 571, "idxlist": [571, 1691], "1st": [571, 1691], "extract_": 572, "monimi": 572, "quadrat": [572, 577, 1700], "dict_to_matrix": 572, "cleaner": 572, "shorthand": 572, "extractor": 572, "op_t": 572, "dict2_t": [572, 1697, 1698, 1700], "quadrupl": 572, "dict4_t": [572, 1699], "identifi": [573, 1833, 1871, 1873, 1875, 1877, 1878, 1887, 1894, 1895, 1897, 1901, 1902, 1903, 1904, 1906, 1908], "h_int_slat": 573, "off_diag": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721], "map_operator_structur": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720], "h_dump": [573, 1707, 1708, 1709], "4d": [573, 1709], "ye": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721, 1847], "spin_orbit": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1721], "up_0": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1871, 1874, 1875, 1877, 1878], "down_0": [573, 574, 575, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1716, 1717, 1720, 1874, 1875, 1877, 1878], "fip": [573, 1708], "h_int_dens": 573, "diagonal_part": 573, "n_3": [573, 1706], "n_part": [573, 1706], "make_operator_r": 573, "h_real": [573, 1710], "n_op": 574, "s_op": 574, "s_": [574, 1717], "pm": [574, 1717, 1890, 1893, 1895], "s_x": [574, 1713, 1716, 1717], "s_y": [574, 1713, 1716, 1717], "s2_op": 574, "l_op": 574, "l_": [574, 674, 713, 752, 791, 830, 952, 1714], "l_x": [574, 1712, 1713, 1714], "l_y": [574, 1712, 1713, 1714], "2i": [574, 1714], "momenta": [574, 1185, 1712, 1713, 1714, 1898, 1900, 1903, 1905], "odd": [574, 1077, 1090, 1103, 1712, 1713, 1714, 1890, 1895, 1901, 1906], "l2_op": 574, "ls_op": 574, "get_mkind": 575, "mkind": [575, 1720], "operator_structur": [575, 1721], "panel": 576, "300": [577, 1847, 1875, 1877], "x_data_view": 577, "flatten_i": [577, 698, 737, 776, 815, 854, 976], "fitl": 577, "fitq": 577, "one_fermion_level": 577, "fit1": 577, "clip": 577, "reader": 577, "encourag": 577, "leastsq": 577, "x_arrai": [577, 657, 658, 1729], "y_arrai": [577, 657, 658], "fitter": [577, 657, 658], "p0": [577, 657, 658], "p1": [577, 657], "p2": [577, 657], "fitfunc": 577, "toolkit": [578, 1857], "graphic": [578, 1864], "pyplot": [578, 1724, 1871, 1873, 1874, 1875, 1877, 1878, 1880, 1884, 1890, 1895], "subfigur": 578, "subplot": [578, 1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1892, 1895, 1906], "bottom": [578, 1860, 1897, 1902, 1906], "bad": [578, 1887], "_plot_": 578, "curv": [578, 658, 1880, 1881, 1885, 1888, 1893, 1901, 1906], "optionsdict": 578, "optiondict": 578, "consum": 578, "pop": [578, 1874, 1878], "spuriou": 578, "xdata": 578, "ydata": 578, "graph": 578, "xlabel": [578, 1199, 1880, 1885, 1893, 1895, 1897, 1902, 1903, 1904, 1905, 1906], "overrul": 578, "myobject": [578, 1879], "arang": [578, 1880, 1885, 1886, 1889, 1892, 1893, 1894, 1901, 1905, 1906], "ydata1": 578, "ydata2": 578, "entri": [578, 1871, 1875, 1882, 1885], "dict1": 578, "dict2": 578, "scienc": 579, "everyon": 579, "human": 579, "task": [579, 1871, 1875, 1877, 1900, 1905], "admittedli": 579, "bore": 579, "physicist": 579, "fortun": 579, "wiki": 579, "wish": [579, 1855], "tini": 579, "git_hash": [579, 1846], "secur": 579, "show_machine_info": 579, "hostnam": 579, "login": [579, 1848], "code_vers": 579, "myself": [579, 1846], "situat": [579, 1881, 1885], "computation1": 579, "ok": [579, 585, 1865], "getsourc": 579, "randomgener": 580, "237849": 580, "random_generator_names_list": 580, "inverv": 580, "lagged_fibonacci607": 580, "237489": 580, "hist": [580, 1880], "aris": 581, "characterist": [581, 583, 1873, 1877, 1888, 1893], "proce": [581, 1886, 1892], "central": [581, 1871, 1875, 1881, 1885, 1890, 1895], "reliabl": [581, 1875], "difficult": 581, "date": 583, "stringstream": 583, "stack": [583, 1782], "strace": 583, "demangl": 583, "triqs_runtime_error": 583, "highli": [583, 1849], "caught": 583, "runtime_error": 583, "trace": 583, "exceptions_1": 583, "thrown": 583, "seen": [584, 1847, 1887, 1901, 1906], "pyconfig": 584, "1173": 584, "_posix_c_sourc": 584, "200112l": 584, "x86_64": 584, "unknown": 584, "os_defin": 584, "39": [584, 1875, 1877, 1879, 1880, 1883, 1884, 1885, 1887, 1894], "162": 584, "200809l": 584, "_xopen_sourc": 584, "first_includ": 584, "condition": 584, "tuple_tool": 585, "make_tupl": 585, "t0": 585, "t2": [585, 1860], "necessarli": 585, "res2": 585, "benefit": [585, 1847], "tuple_s": 585, "tie": 585, "54": [585, 1894], "61": [585, 1894], "_called_on_tupl": 585, "_f": 585, "flavor": [587, 589, 610, 1883], "truncat": [587, 589, 610, 1883], "init_value_default": 658, "param_tupl": 658, "tex": 658, "n0": [667, 706, 745, 784, 823, 945], "contraint": [671, 710, 749, 788, 827, 949, 997], "ac": [674, 713, 752, 791, 830, 952], "r_": [674, 713, 752, 791, 830, 952], "db": [674, 713, 752, 791, 830, 952], "new_n_tau": [684, 723, 762, 801, 840, 962, 1002, 1871, 1875, 1877, 1887], "rebin": [684, 723, 762, 801, 840, 962, 1002, 1871, 1875, 1877, 1887], "sparser": [684, 723, 762, 801, 840, 962, 1002], "insid": [698, 737, 776, 815, 854, 976, 1624, 1848, 1890, 1895], "name_list1": [857, 858], "name_list2": [857, 858], "coincid": 858, "block_index1": 859, "block_index2": 859, "selected_blocks1": [862, 869], "selected_blocks2": [862, 869], "bloc": 874, "selected_block": [879, 892], "no_except": 885, "adjust_temperatur": 885, "deprec": [886, 1832, 1834, 1840, 1841], "dic": [894, 982], "karg": [897, 898, 908, 909], "minu": 928, "alia": 929, "g0_dlr": 933, "g_dlr": [933, 986, 987, 989, 990, 1881, 1885], "sigma_mo": 933, "trust": [933, 1901, 1906], "constr": 933, "disp": 933, "finite_diff_rel_step": 933, "gtol": 933, "5000": [933, 1867, 1871, 1875, 1887, 1889, 1893, 1894], "xtol": [933, 1766, 1901, 1905, 1906], "contrain": 933, "arxiv": [933, 1847, 1900, 1901, 1905, 1906], "2310": [933, 1847], "01266": [933, 1847], "\u03c3": [933, 1877], "\u03c3_dyn": 933, "i\u03bd": 933, "\u03c3_0": 933, "hartre": [933, 1624, 1871, 1874, 1875, 1877, 1878], "\u03c3_1": 933, "altern": [933, 1849, 1864, 1881, 1885, 1900, 1905], "s_iw": 933, "s_iw_dlr": 933, "sigma_hf": 933, "iwn": 933, "g_dlr_iw": 933, "g_full_iw": 933, "provdid": 933, "sigma_dlr": 933, "sigma_0": 933, "g\u2080": 933, "g\u2080\u03c3g": 933, "dct": [935, 936], "mutual": [940, 1885], "exclus": [940, 1885], "hdf_scheme": 981, "lazyexpr": 1021, "eval_term": 1022, "fnode": 1025, "fterm": 1025, "child": 1025, "castabl": [1028, 1620], "data_index": [1035, 1036, 1061, 1073, 1086, 1099, 1112, 1129, 1140, 1151, 1159, 1173], "mlist": [1042, 1043], "compom": 1048, "vector_const_view": 1055, "data_index_t": [1060, 1061, 1072, 1073, 1085, 1086, 1098, 1099, 1111, 1112, 1128, 1129, 1139, 1140, 1150, 1151, 1158, 1159, 1172, 1173], "pyobject": [1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175], "spacial": 1065, "otain": [1077, 1090, 1103], "cutoff": [1077, 1090, 1103, 1881, 1885], "accuraci": [1077, 1090, 1103, 1871, 1875, 1881, 1885], "choos": [1077, 1090, 1103, 1851, 1856, 1865, 1872, 1876], "evenli": [1132, 1152, 1164, 1885], "edg": [1132, 1152, 1164, 1847, 1885, 1890, 1895], "degre": [1143, 1888, 1890, 1893, 1895], "max_n": 1143, "w_min": [1152, 1885, 1898, 1903], "adjoint": 1176, "zmin": 1183, "zmax": 1183, "opt_dict": [1184, 1187, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199, 1724, 1725, 1726, 1730], "gfbrillouinzon": [1184, 1187], "ltot": 1185, "xmin": [1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199], "xmax": [1191, 1192, 1193, 1194, 1195, 1196, 1197, 1199], "allow_spectral_mod": 1199, "plot_data": [1199, 1738], "orient": [1202, 1879], "polygon": [1592, 1593], "michel": 1593, "n_div": [1594, 1658], "nkpt": 1617, "nep": [1617, 1618], "triangl": [1618, 1658], "ndiv": 1618, "tb_lattic": [1624, 1625, 1626, 1627, 1628, 1630], "super_lattice_unit": [1624, 1625], "cluster_sit": [1624, 1625], "remove_internal_hop": [1624, 1625], "tblattic": [1624, 1660, 1661, 1662, 1897, 1901, 1902, 1906], "supercel": 1627, "d1": 1630, "remove_intern": 1630, "create_zero": 1630, "dictionnari": 1630, "orbital1": 1630, "orbital2": 1630, "n_r": [1633, 1649, 1885], "n_site": 1640, "nsite": 1640, "pack_index_site_orbit": 1642, "ptb": 1660, "tbl": [1660, 1661, 1662], "extend_to_spin": 1661, "add_loc": 1661, "wout": [1661, 1666, 1872, 1876], "seed_hr": 1661, "seednam": [1661, 1871, 1875, 1878], "_hr": [1661, 1665], "digit": [1662, 1908], "decreas": [1662, 1887, 1894, 1901, 1906], "particularli": [1662, 1867, 1886, 1892], "crystal": [1662, 1881, 1885], "hk": [1662, 1889, 1894], "hk_numer": 1662, "sole": 1662, "hopp_dict": [1663, 1665], "num_wann": [1663, 1665, 1871, 1875], "segment": 1664, "num": [1664, 1897, 1902, 1903, 1904], "relative_coordin": 1664, "overal": [1664, 1871, 1875], "kvec": 1664, "dist": [1664, 1862], "travel": 1664, "null": 1672, "ignore_irrelev": [1696, 1698, 1699, 1700], "real_or_complex_arrai": 1697, "n_i": 1698, "n_j": 1698, "irrelev": [1698, 1699, 1700], "u_dict": [1698, 1699], "dagger_i": [1699, 1700], "dagger_j": 1699, "c_l": 1699, "c_k": 1699, "c_j": [1700, 1881, 1885], "h_dict": 1700, "bl_mat": 1701, "fname": [1705, 1718], "opt_list": [1724, 1725, 1726], "sl": 1729, "emul": 1730, "optional_dict": 1738, "width": [1738, 1880, 1881, 1885], "orthogonal_basi": [1752, 1754], "computegrid": 1752, "super_lattic": 1761, "provind": 1761, "x_0": [1766, 1767], "dx": [1766, 1767], "001": [1766, 1878], "x_name": [1766, 1776], "y_name": [1766, 1776], "monoton": 1766, "bisect": [1766, 1776], "06": [252, 1770, 1771, 1772, 1773, 1774, 1799, 1903], "x_init": 1776, "precision_on_i": 1776, "delta_x": 1776, "max_loop": 1776, "lower": [1776, 1881, 1885, 1887], "upper": 1776, "reimplement": [1778, 1782], "the_funct": [1778, 1782], "distributiononnodetest": 1778, "the_stack": [1782, 1784, 1789, 1791], "mpirun": [1801, 1848, 1871, 1874, 1875, 1878], "triqs_force_mpi_init": 1801, "is_mpi": 1801, "intracomm": 1803, "asynchron": 1804, "subprocess": 1804, "ping": 1804, "sleep": 1804, "msec": 1804, "host": [1807, 1821, 1848, 1872, 1876], "val": [1812, 1826], "dest": [1812, 1826], "imin": [1814, 1815], "imax": [1814, 1815], "threadgroup": 1830, "invok": [1830, 1839, 1842], "uniqu": 1830, "decim": 1830, "invoc": 1830, "subclass": [1830, 1839, 1884, 1885], "runtimeerror": [1831, 1836, 1842], "identif": [1832, 1837], "nonzero": 1833, "get_id": 1833, "recycl": 1833, "daemon": [1834, 1840], "unhandl": 1836, "is_al": 1836, "ed": [1836, 1874, 1878], "deadlock": 1836, "get_native_id": 1838, "kernel": [1838, 1881, 1885, 1887], "sequenti": 1839, "arrang": 1842, "control": [1842, 1854, 1871, 1875, 1879, 1880], "savetxt": 1846, "textfilenam": 1846, "reshap": [1846, 1884], "mesh_and_data": 1846, "hstack": 1846, "triqs quantum interacting systems toolbox research": 1847, "oolbox": 1847, "esearch": 1847, "nteract": 1847, "uantum": 1847, "ystem": 1847, "paradigm": 1847, "2005": 1847, "polytechniqu": 1847, "peer": 1847, "broader": 1847, "ecosystem": 1847, "flege": 1847, "dmft": [1847, 1848, 1857, 1867, 1872, 1873, 1876, 1877, 1879, 1881, 1885, 1888, 1889, 1893, 1894], "topic": 1847, "divers": 1847, "electron": [1847, 1871, 1872, 1875, 1876, 1877, 1881, 1885], "sr2ruo4": 1847, "120": [1847, 1871, 1875, 1877, 1878], "126401": 1847, "late": 1847, "metal": [1847, 1871, 1873, 1874, 1875, 1877, 1878, 1888, 1890, 1893, 1895], "oxid": 1847, "infinit": [1847, 1886, 1892, 1901, 1906], "nickel": 1847, "versu": [1847, 1888, 1893], "cuprat": [1847, 1890, 1895], "081110": 1847, "ndnio2": 1847, "cacuo2": 1847, "021061": 1847, "footprint": 1847, "fluctuat": [1847, 1900, 1901, 1905, 1906], "multimethod": 1847, "multimesseng": 1847, "011058": 1847, "resist": 1847, "sachdev": 1847, "kitaev": 1847, "syk": 1847, "liquid": [1847, 1875, 1876], "proc": 1847, "natl": 1847, "acad": 1847, "sci": 1847, "usa": 1847, "117": 1847, "18341": 1847, "scholar": 1847, "84": [1847, 1894], "075145": 1847, "105": 1847, "235115": 1847, "2404": 1847, "02334": 1847, "fellow": 1847, "insight": 1847, "event": 1847, "summer": 1847, "school": 1847, "annual": 1847, "strongli": [1847, 1848, 1857, 1871, 1875], "jupyt": [1847, 1848, 1855, 1857, 1866, 1869, 1871, 1872, 1873, 1875, 1876, 1877, 1907], "session": [1847, 1848, 1850, 1857], "brows": 1847, "snippet": [1847, 1861], "familiar": [1847, 1886, 1892, 1901, 1906], "platform": 1847, "la": [1848, 1871, 1875], "cart": 1848, "privat": 1848, "x86": 1848, "architectur": 1848, "lt": [1848, 1855, 1880, 1885], "jammi": 1848, "sudo": [1848, 1853, 1855], "transport": 1848, "curl": 1848, "lsb": 1848, "triqs3": 1848, "distrib_codenam": 1848, "perman": [1848, 1852], "forg": 1848, "feedstock": 1848, "triqs_cthyb": [1848, 1867, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "triqs_dft_tool": [1848, 1871, 1875], "triqs_tprf": [1848, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "troubl": 1848, "mamba": 1848, "virtual": [1848, 1849, 1852], "administ": 1848, "triqs_latest": 1848, "sif": 1848, "exec": [1848, 1856], "servic": 1848, "close": [1848, 1854, 1861, 1871, 1875, 1888, 1893, 1898, 1903], "hpc": 1848, "bring": [1848, 1879], "eb": 1848, "robot": 1848, "foss": 1848, "2020a": 1848, "toolchain": 1848, "recent": [1848, 1849, 1852, 1856], "pai": 1848, "attent": [1848, 1871, 1875], "proceed": 1848, "install_prefix": 1848, "pwd": [1848, 1850], "mkdir": [1848, 1853, 1865], "dcmake_install_prefix": [1848, 1851], "ctest": 1848, "bash": 1848, "edit": [1848, 1879, 1888, 1893], "build_x": 1848, "build_x_test": 1848, "temporarili": 1848, "gigabyt": 1848, "ram": 1848, "restrict": 1848, "admin": 1848, "bash_profil": [1848, 1850, 1853], "zprofil": [1848, 1850], "lmod": 1848, "appl": 1849, "anyon": 1849, "superior": 1849, "drop": [1849, 1886, 1892, 1898, 1903], "precompil": 1849, "dowload": 1849, "influenc": 1850, "colon": 1850, "echo": 1850, "home": [1850, 1852, 1853, 1865, 1875], "printenv": 1850, "ld_library_path": 1850, "usernam": 1850, "cflag": 1850, "linker": [1850, 1851], "cpath": 1850, "isystem": 1850, "spawn": 1850, "intend": 1850, "install_path": 1851, "dcmake_build_typ": 1851, "dcmake_cxx_flag": 1851, "dcmake_exe_linker_flag": 1851, "dbuild_test": 1851, "upon": [1852, 1854], "macport": 1852, "fink": 1852, "enthought": 1852, "nor": 1852, "far": [1852, 1898, 1901, 1903, 1906], "qualiti": [1852, 1887], "sometim": 1852, "librairi": 1852, "dai": 1852, "suddenli": 1852, "priori": [1852, 1881, 1885], "impact": 1852, "robust": 1852, "mess": 1852, "mojav": 1852, "xcode": 1852, "sdk": 1852, "sdkroot": 1852, "xcrun": 1852, "doctor": 1852, "zshrc": 1852, "outdat": 1853, "verison": 1853, "although": 1853, "my_python": 1853, "confirm": 1853, "path_to_your_hom": 1853, "package_nam": 1853, "freeli": 1854, "iso": 1854, "committe": 1854, "philsophi": 1854, "evolut": 1854, "rapidli": 1854, "evolv": 1854, "99": [1854, 1894], "gfortran": 1855, "libopenbla": 1855, "libboost": 1855, "libfftw3": 1855, "libgmp": 1855, "libopenmpi": 1855, "fatal": 1855, "h5public": 1855, "dumpmachin": 1855, "suggest": [1856, 1898, 1903], "py3": 1856, "2to3": 1856, "backup": 1856, "2to3_nb": 1856, "ipynb": 1856, "dive": 1856, "round": 1856, "divison": 1856, "__floordiv__": 1856, "slash": 1856, "hard": [1856, 1871, 1875], "net": 1856, "editor": [1856, 1888, 1893], "bufdo": 1856, "nn1": 1856, "gc": 1856, "declin": 1856, "xa": 1856, "appnam": 1856, "module_name_desc": 1856, "outlin": [1856, 1881, 1885], "dpython_execut": 1856, "path_to_python3": 1856, "demo": 1857, "understand": [1857, 1871, 1875, 1888, 1893, 1894, 1898, 1903], "behind": [1857, 1880, 1887], "ingredi": [1857, 1890, 1895], "tackl": 1857, "condens": 1857, "theori": [1857, 1881, 1885], "realiz": 1857, "difficulti": 1857, "aspect": [1857, 1871, 1875, 1879, 1884, 1905, 1907], "remind": [1857, 1862, 1869, 1898, 1903], "anderson": [1857, 1869], "valenc": [1857, 1869], "bond": [1857, 1869, 1871, 1875], "nest": [1857, 1901, 1906, 1907], "suscept": [1857, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1907], "rpa": [1857, 1897, 1902, 1907], "tpsc": [1857, 1897, 1899, 1902, 1904, 1907], "antiferromagnet": [1857, 1899, 1904, 1907], "resourc": [1857, 1871, 1875, 1879], "ctqmc": [1857, 1883, 1893], "store_a": 1858, "tql": 1858, "initial_x": 1859, "initial_i": 1859, "stai": [1859, 1879], "d2": 1859, "const_view": 1860, "shortest": 1860, "inu_": 1860, "t_mesh": 1860, "nxm": 1860, "Or": 1860, "t1_": 1860, "t2_": 1860, "36": [1860, 1885, 1894], "hfile": 1861, "my_gf": 1861, "hfile2": 1861, "48796": 1861, "0766486": 1861, "src_dir": 1862, "foobar": 1862, "toto_a1": 1862, "module_a1_desc": 1862, "module_a1": 1862, "totoa1": 1862, "module_b1": 1862, "application_b": 1862, "build_dir": 1862, "install_dir": 1862, "module_path_list": 1862, "automodul": 1862, "blue": [1862, 1871, 1875, 1880, 1887], "prompt": 1862, "my_funct": 1862, "module_a1_wrap": 1862, "yet": [1862, 1871, 1875], "to_be_instal": 1862, "perftool": 1864, "libgoogl": 1864, "pprof": 1864, "lprofil": 1864, "simple_test": 1864, "cpuprofil": 1864, "profile_test": 1864, "prof": 1864, "recompil": [1864, 1865, 1879], "preload": 1864, "libprofil": 1864, "yep": 1864, "easy_instal": 1864, "my_test": 1864, "myep": 1864, "successfulli": 1865, "plan": 1865, "said": [1865, 1897, 1902], "cmake_minimum_requir": 1865, "myproj": 1865, "cmake_build_typ": 1865, "predefin": [1865, 1871, 1875, 1881, 1885], "add_execut": 1865, "target_link_librari": 1865, "triqs_set_rpath_for_target": 1865, "dtriqs_path": 1865, "teach": [1866, 1869, 1907], "strictli": 1867, "technic": 1867, "semi": 1867, "circular": 1867, "g_0": [1867, 1881, 1884, 1885, 1886, 1887, 1892, 1897, 1898, 1902, 1903], "plain": 1867, "vanilla": 1867, "n_loop": [1867, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895], "niter": [1867, 1889, 1893, 1894], "paramagnet": [1867, 1871, 1875], "h_int": [1867, 1887, 1889, 1890, 1893, 1894, 1895], "single_site_beth": 1867, "friendli": 1868, "enhanc": [1868, 1898, 1899, 1903, 1904], "browser": 1868, "inlin": [1868, 1871, 1873, 1874, 1875, 1877, 1878, 1881, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "think": [1868, 1871, 1875, 1881, 1885, 1888, 1893, 1897, 1899, 1902, 1904], "spend": 1868, "familiaris": 1868, "yourself": 1868, "carpentri": 1868, "video": 1868, "slide": 1868, "lectur": [1868, 1900, 1905], "capabl": 1868, "modeldmft": 1869, "implemet": 1870, "set_printopt": [1871, 1873, 1874, 1875, 1877, 1878], "140": [1871, 1873, 1874, 1875, 1877, 1878], "plot_correlated_band": [1871, 1873, 1874, 1875, 1877, 1878], "pcb": [1871, 1873, 1874, 1875, 1877, 1878], "maxent_sigma": [1871, 1873, 1874, 1875, 1877, 1878], "sigma_max": [1871, 1873, 1874, 1875, 1877, 1878], "la2cuo4": [1871, 1873, 1875, 1877, 1878], "tc": [1871, 1875], "superconductor": [1871, 1875, 1890, 1895], "cu": [1871, 1872, 1875, 1876], "ion": [1871, 1875], "materi": [1871, 1872, 1875, 1876, 1877, 1886, 1892], "suit": [1871, 1875], "straightforward": [1871, 1875], "theoret": [1871, 1875], "werner": [1871, 1875], "91": [1871, 1873, 1875, 1877], "125142": [1871, 1873, 1875, 1877], "workflow": [1871, 1875], "spirit": [1871, 1875], "graybox": [1871, 1875], "deepen": [1871, 1875], "_autosummari": [1871, 1875], "read_config": [1871, 1875], "1088": [1871, 1875], "1361": [1871, 1875], "648x": [1871, 1875], "ac5d1c": [1871, 1875], "recap": [1871, 1875], "scf": [1871, 1875], "d_": [1871, 1875, 1887], "lco": [1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878], "nscf": [1871, 1875], "w90": [1871, 1873, 1874, 1875, 1877, 1878], "mlwf": [1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878], "bandstructur": [1871, 1875], "bnd": [1871, 1875], "disentangl": [1871, 1875], "win": [1871, 1875, 1901, 1906], "num_band": [1871, 1875], "mp_grid": [1871, 1875], "exclude_band": [1871, 1875], "31": [1871, 1875, 1878, 1885, 1894], "34": [1871, 1875, 1877, 1878, 1885, 1894, 1897], "dis_win_min": [1871, 1875], "dis_win_max": [1871, 1875], "dis_froz_min": [1871, 1875], "dis_froz_max": [1871, 1875], "wf": [1871, 1875], "cuo": [1871, 1875], "_4": [1871, 1875], "charact": [1871, 1875], "loc": [1871, 1874, 1875, 1877, 1878, 1881, 1885, 1887, 1890, 1895, 1906], "7367": [1871, 1873, 1874, 1875, 1877, 1878], "dos_data": [1871, 1875], "elem": [1871, 1875], "char_tabl": [1871, 1875], "pdos_tot": [1871, 1875], "tot": [1871, 1875], "loadtxt": [1871, 1875, 1880], "el": [1871, 1875], "n_atom": [1871, 1875], "n_char": [1871, 1875], "pdos_atm": [1871, 1875], "_wfc": [1871, 1875], "w90_do": [1871, 1875], "dpi": [1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1887, 1888, 1889, 1892, 1893, 1894], "figsiz": [1871, 1874, 1875, 1877, 1878, 1881, 1885, 1890, 1892, 1895, 1906], "fill_between": [1871, 1875, 1895], "zorder": [1871, 1875, 1897, 1902], "grai": [1871, 1875], "lw": [1871, 1875, 1880, 1885, 1895, 1897, 1902, 1904, 1905], "dz2": [1871, 1875], "dxz": [1871, 1875], "dyz": [1871, 1875], "dx2": [1871, 1875], "dxy": [1871, 1875], "cu_dx2y2": [1871, 1875], "cu_dz2": [1871, 1875], "2p": [1871, 1875], "set_xlim": [1871, 1874, 1875, 1877, 1878, 1881, 1885], "set_ylim": [1871, 1874, 1875, 1877, 1878], "set_ylabel": [1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885, 1897, 1902], "set_xlabel": [1871, 1874, 1875, 1877, 1878, 1880, 1881, 1884, 1885], "ev": [1871, 1873, 1874, 1875, 1877, 1878], "dominantli": [1871, 1875], "compromis": [1871, 1875], "carefulli": [1871, 1875], "leverag": [1871, 1875], "w90_dict": [1871, 1873, 1874, 1875, 1877, 1878], "w90_path": [1871, 1873, 1874, 1875, 1877, 1878], "w90_seed": [1871, 1873, 1874, 1875, 1877, 1878], "mu_tb": [1871, 1873, 1874, 1875, 1877, 1878], "plot_dict": [1871, 1873, 1874, 1875, 1877, 1878], "colorscheme_band": [1871, 1873, 1874, 1875, 1877, 1878], "coolwarm": [1871, 1875, 1884], "tb_dict": [1871, 1873, 1874, 1875, 1877, 1878], "bands_path": [1871, 1873, 1874, 1875, 1877, 1878], "get_dmft_band": [1871, 1874, 1875, 1877, 1878], "tb_band": [1871, 1874, 1875, 1877, 1878], "alatt_k_w_path": [1871, 1874, 1875, 1877, 1878], "freq_dict": [1871, 1874, 1875, 1877, 1878], "band_data": [1871, 1875], "lco_band": [1871, 1875], "k_mesh": [1871, 1875, 1877, 1878, 1884], "c0": [1871, 1874, 1875, 1877, 1878, 1887], "plot_band": [1871, 1874, 1875, 1877, 1878], "alatt": [1871, 1874, 1875, 1877, 1878], "wannier90convert": [1871, 1875], "inp": [1871, 1875], "irep": [1871, 1875], "lco_wanni": [1871, 1873, 1874, 1875, 1877, 1878], "hdf_filenam": [1871, 1875], "convert_dft_input": [1871, 1875], "cwd": [1871, 1875], "cp": [1871, 1875], "languang": [1871, 1875], "immens": [1871, 1875], "transfer": [1871, 1875, 1898, 1903], "h5py": [1871, 1875], "dft_input": [1871, 1875], "wannier90cconvert": [1871, 1875], "h5structur": [1871, 1875], "expand": [1871, 1872, 1875, 1876, 1887, 1901, 1906], "1160": [1871, 1875], "k_b": [1871, 1875], "ultim": [1871, 1875], "n_cycles_tot": [1871, 1875], "2e": [253, 1871, 1875], "walker": [1871, 1875], "workload": [1871, 1875], "dmft_config": [1871, 1873, 1875, 1877], "ini": [1871, 1873, 1874, 1875, 1877, 1878], "cat": [1871, 1874, 1875, 1877, 1878], "solver_typ": [1871, 1874, 1875, 1878], "n_iter_dmft": [1871, 1875, 1878], "jobnam": [1871, 1873, 1875, 1877, 1878], "dc_type": [1871, 1875, 1878], "b10": [1871, 1873, 1874, 1875, 1877, 1878], "u3": [1871, 1873, 1874, 1875, 1877, 1878, 1894], "observables_imp0": [1871, 1875, 1877], "metric": [1871, 1874, 1875, 1877, 1878], "dmft_result": [1871, 1874, 1875, 1877, 1878], "conv_ob": [1871, 1874, 1875, 1877, 1878], "convergence_ob": [1871, 1874, 1875, 1877, 1878], "sigma_imp_iw": [1871, 1875, 1877], "last_it": [1871, 1874, 1875, 1877, 1878], "sigma_freq_0": [1871, 1875, 1877, 1878], "g_imp_iw": [1871, 1874, 1875, 1877, 1878], "gimp_freq_0": [1871, 1874, 1875, 1877, 1878], "g_imp_tau": [1871, 1874, 1875, 1877, 1878], "gimp_time_0": [1871, 1874, 1875, 1877, 1878], "chemical_potential_post": [1871, 1874, 1875, 1877, 1878], "dc": [1871, 1874, 1875, 1877, 1878], "dc_pot": [1871, 1874, 1875, 1877, 1878], "gaug": [1871, 1875], "quasiparticl": [1871, 1872, 1875, 1876, 1877, 1888, 1890, 1893, 1895], "weiss": [1871, 1875, 1877, 1878, 1886, 1890, 1892, 1895], "condid": [1871, 1875], "nrow": [1871, 1875, 1877, 1878], "sharex": [1871, 1874, 1875, 1877, 1878], "imp_occ": [1871, 1875, 1877, 1878], "c1": [1871, 1875, 1877, 1878, 1887], "98": [1871, 1875, 1877, 1878, 1894], "aw0": [1871, 1875, 1877, 1878], "imp_gb2": [1871, 1875, 1877, 1878], "c2": [1871, 1875, 1877, 1878], "orb_z": [1871, 1875, 1877, 1878], "c3": [1871, 1875, 1877, 1878], "qp": [1871, 1875, 1877, 1878], "semilogi": [1871, 1875, 1877, 1878, 1881, 1885], "d_g0": [1871, 1875, 1877, 1878], "c4": [1871, 1875, 1877, 1878], "dg": [1871, 1875, 1877, 1878], "_0": [1871, 1875, 1877, 1878, 1886, 1890, 1892, 1895], "gimp": [1871, 1875, 1877, 1878], "gloc": [1871, 1875, 1877, 1878], "d_gimp": [1871, 1875, 1877, 1878], "c5": [1871, 1875, 1877, 1878], "seem": [1871, 1875, 1901, 1906], "room": [1871, 1875], "diverg": [1871, 1875, 1877, 1881, 1885, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1906], "mott": [1871, 1875, 1877, 1888, 1889, 1893, 1894], "insul": [1871, 1873, 1874, 1875, 1877, 1878, 1888, 1890, 1893, 1895], "slope": [1871, 1875], "strength": [1871, 1873, 1875, 1877, 1887], "toward": [1871, 1875, 1899, 1904], "strong": [1871, 1875, 1877], "convergen": [1871, 1875], "smoothli": [1871, 1875], "append": [1871, 1875, 1877, 1879, 1882, 1885, 1893], "hd": [1871, 1875], "notic": [1871, 1873, 1875, 1877], "rerun": [1871, 1875], "fine": [1871, 1875, 1898, 1903], "rebinning_tau": [1871, 1875, 1877, 1887], "xx": [1871, 1875], "maxent": [1871, 1873, 1875, 1877, 1893], "stochast": [1871, 1875, 1887], "delic": [1871, 1875, 1881, 1885, 1888, 1893], "great": [1871, 1875], "sound": [1871, 1875], "overinterpret": [1871, 1875], "sigma_real_freq": [1871, 1874, 1875, 1877, 1878], "external_path": [1871, 1875, 1877], "omega_max": [1871, 1875, 1877], "maxent_error": [1871, 1875, 1877], "03": [1871, 1875, 1877, 1880, 1887, 1894, 1897, 1902], "n_points_max": [1871, 1875, 1877], "continuator_typ": [1871, 1875, 1877], "inversion_sigmainf": [1871, 1875, 1877], "offset": [1871, 1874, 1875, 1877, 1878], "photoemiss": [1871, 1875], "with_sigma": [1871, 1874, 1875, 1877, 1878], "calc": [1871, 1875, 1877], "keywarg": [1871, 1874, 1875, 1877, 1878], "sigma_dict": [1871, 1874, 1875, 1877, 1878], "w_mesh": [1871, 1874, 1875, 1877, 1878, 1881, 1882, 1885], "501": [1871, 1874, 1875, 1877, 1878], "dmft_path": [1871, 1874, 1875, 1877, 1878], "grei": [1871, 1873, 1874, 1875, 1877, 1878], "colorscheme_alatt": [1871, 1873, 1874, 1875, 1877, 1878], "spectral_r": [1871, 1873, 1874, 1875, 1877, 1878], "colorscheme_kslic": [1871, 1873, 1874, 1875, 1877, 1878], "black": [1871, 1875, 1877], "intens": [1871, 1875, 1877], "bright": [1871, 1875], "sattelit": [1871, 1875, 1877], "homogen": [1871, 1875], "k_dim": [1871, 1875, 1877, 1878], "e_k": [1871, 1875, 1877, 1878, 1897, 1898, 1901, 1902, 1903, 1906], "mesh_k_w": [1871, 1875, 1877], "g_k_w": [1871, 1875, 1877], "g_loc_w": [1871, 1874, 1875, 1877, 1878], "went": [1871, 1875], "roughli": [1871, 1875], "maxent_gf_imp": [1871, 1875], "gf_imp_max": [1871, 1875], "sum_spin": [1871, 1875], "a_imp_w": [1871, 1875, 1877], "aimp_w_line_fit": [1871, 1875, 1877], "total_0": [1871, 1875, 1877], "plane": [1871, 1875], "tb_kslice": [1871, 1875], "isupp": [1871, 1875], "kslice_upd": [1871, 1875], "kz": [1871, 1875, 1897, 1902], "1e6": [1871, 1875], "fermi_slic": [1871, 1875], "plot_kslic": [1871, 1875], "quarter": [1871, 1875, 1889, 1894], "appropri": [1871, 1872, 1875, 1876, 1877], "sigma_fermise": [1871, 1872, 1875, 1876], "self_energi": [1871, 1875], "dmft_mu": [1871, 1875], "orbital_ord": [1871, 1875], "webapp": [1872, 1876], "lco_hr": [1872, 1875, 1876], "simga_fermise": [1872, 1876], "lab": [1872, 1876], "enter": [1872, 1876, 1879, 1900, 1901, 1905, 1906], "recomput": [1872, 1876, 1901, 1906], "kpoint": [1872, 1876], "upload": [1872, 1876], "wrong": [1872, 1876, 1893, 1901, 1906], "reload": [1872, 1876], "solid_dmft": [1872, 1873, 1874, 1876, 1877, 1878], "incoher": [1872, 1876, 1877, 1878], "fermi": [1872, 1873, 1874, 1876, 1877, 1878, 1890, 1895, 1898, 1901, 1903, 1906], "surfac": [1872, 1876, 1898, 1901, 1903, 1906], "tab": [1872, 1876, 1879], "08": [1873, 1875, 1877, 1878, 1887, 1890, 1894, 1895, 1897, 1902, 1903, 1904, 1906], "223892": [1873, 1877], "gap": [1873, 1877, 1888, 1893], "prb": [1873, 1877], "37": [1873, 1877, 1885, 1894, 1895], "7506": [1873, 1877], "1988": [1873, 1877], "artifici": [1873, 1877, 1888, 1893], "simplic": [1873, 1877], "rout": [1873, 1877], "mit": [1873, 1877], "regim": [1873, 1876, 1877, 1901, 1906], "tip": [1873, 1874, 1877, 1878, 1887, 1888, 1893], "converg": [1873, 1874, 1877, 1878, 1886, 1888, 1890, 1892, 1893, 1895, 1901, 1906], "load_sigma": [1873, 1877], "path_to_sigma": [1873, 1877], "whatev": [1873, 1877], "translat": [1873, 1877], "afterward": [1873, 1880], "abil": [1874, 1878], "seamlessli": [1874, 1878], "lighter": [1874, 1878], "neglect": [1874, 1878, 1897, 1902], "dmft_config_hubbardi": [1874, 1878], "sigma_real_freq_hi": [1874, 1878], "sigma_refreq_0": [1874, 1878], "g_atomic_w": [1874, 1878], "gimp_refreq_0": [1874, 1878], "mu_hi": [1874, 1878], "dc_hi": [1874, 1878], "lehman": [1874, 1878, 1881, 1885], "fragment": [1874, 1878], "sigma_real_freq_cthyb": [1874, 1878], "sigma_maxent_0": [1874, 1878], "xxxx": 1874, "sigma_real_freq_cthyb_in": [1874, 1878], "mu_dmft": [1874, 1878], "spectra": [1874, 1878], "deliv": [1874, 1878], "4j": [1874, 1878, 1879], "g_loc_w_cthyb": [1874, 1878], "ce2o3_csc_w90": [1874, 1878], "19": [252, 253, 1875, 1885, 1887, 1894], "07": [1875, 1895, 1897, 1902], "53": [1875, 1894, 1901, 1906], "835903": 1875, "antibod": 1875, "8956": [1875, 1877, 1878], "mnt": 1875, "ahampel": 1875, "abinitiodmft": 1875, "inequival": 1875, "3may2022": 1875, "397": 1875, "00000": 1875, "corr": 1875, "838": 1875, "000j": 1875, "charge_below": 1875, "corr_shel": 1875, "corr_to_inequiv": 1875, "density_requir": 1875, "dft_code": 1875, "dim_rep": 1875, "energy_unit": 1875, "inequiv_to_corr": 1875, "k_dep_project": 1875, "kpt_weight": 1875, "kpt": 1875, "n_corr_shel": 1875, "n_inequiv_shel": 1875, "n_rep": 1875, "n_shell": 1875, "proj_mat": 1875, "rot_mat": 1875, "rot_mat_time_inv": 1875, "symm_op": 1875, "use_rot": 1875, "251": [1875, 1878], "5001": [1875, 1878, 1881, 1885], "prec_mu": [1875, 1878], "0001": [1875, 1878], "mu_initial_guess": [1875, 1878], "h_int_typ": [1875, 1878], "dc_dmft": [1875, 1878], "h5_save_freq": [1875, 1878], "store_solv": 1875, "imag_threshold": 1875, "measure_density_matrix": [1875, 1878, 1888, 1893], "perform_tail_fit": 1875, "fit_max_mo": 1875, "fit_min_w": 1875, "fit_max_w": 1875, "occ": [1875, 1877], "79717": [1875, 1877], "32562": [1875, 1877], "99991": [1875, 1877], "14981": 1875, "98807": 1875, "86777": 1875, "12728": 1875, "99207": 1875, "89134": 1875, "11719": 1875, "99775": 1875, "89788": 1875, "11063": 1875, "99678": 1875, "90672": 1875, "10749": 1875, "99894": 1875, "90939": 1875, "10648": 1875, "99783": 1875, "91505": 1875, "10431": 1875, "99636": 1875, "92424": 1875, "10370": 1875, "00087": 1875, "92160": 1875, "10397": 1875, "00069": 1875, "dmft_input": 1875, "dft_misc_input": 1875, "sigma_freq_0_up_0": 1875, "502": 1875, "sigma_freq_0_down_0": 1875, "g_imp_rebin": [1875, 1877, 1887], "\u03c9": [1875, 1877, 1878], "0454": 1875, "5425": 1875, "5920": 1875, "0752": 1875, "2550": 1875, "epsilon_": [1875, 1887, 1895], "\u03bc": [1875, 1877, 1878], "9199": 1875, "23": [1875, 1885, 1894], "27": [1875, 1885, 1894], "29": [1875, 1885, 1894, 1902, 1903, 1904, 1906], "0911": 1875, "u5": [1877, 1878, 1894], "09197": 1877, "98699": 1877, "88153": 1877, "04956": 1877, "99814": 1877, "89133": 1877, "02594": 1877, "99703": 1877, "90468": 1877, "01621": 1877, "99913": 1877, "90872": 1877, "00930": 1877, "99939": 1877, "91156": 1877, "00421": 1877, "00005": 1877, "00202": 1877, "99979": 1877, "91255": 1877, "00367": 1877, "99936": 1877, "91577": 1877, "00284": 1877, "91871": 1877, "00353": 1877, "99932": 1877, "02": [1877, 1878, 1881, 1884, 1885, 1894], "_n": 1877, "coher": 1877, "jump": [1877, 1881, 1885], "induc": 1877, "freez": 1877, "motion": 1877, "excit": [1877, 1878, 1901, 1906], "42": [1877, 1894], "1552": 1877, "6919": 1877, "92": [1877, 1884, 1894], "3515": 1877, "0624": [1877, 1894], "125": 1877, "2610": 1877, "9218": 1877, "disappear": 1877, "aimp_w_0_met": 1877, "aimp_maxent_0": 1877, "optic": 1877, "853128": 1878, "dc_energ": 1878, "delta_time_0": 1878, "g0_refreq_0": 1878, "g0_freq_0": 1878, "chemical_potential_pr": 1878, "dens_mat_post": 1878, "dens_mat_pr": 1878, "full_dens_mat_0": 1878, "h_loc_diag_0": 1878, "ins": [1878, 1894], "pole": 1878, "awai": [1878, 1886, 1892], "7853": 1878, "multiplet": [1878, 1888, 1893, 1894], "peak": [1878, 1881, 1885, 1898, 1899, 1903, 1904], "adequ": 1878, "heavi": 1878, "Being": 1879, "thorough": 1879, "swcarpentri": 1879, "novic": 1879, "gapmind": 1879, "inflamm": 1879, "my_script": 1879, "mathematica": 1879, "hello": 1879, "exercis": [1879, 1886, 1887, 1888, 1889, 1890, 1892, 1893, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "quickest": 1879, "explanatori": 1879, "2j": [1879, 1889, 1894], "3095238095238093": 1879, "0j": [1879, 1884], "12j": 1879, "elif": 1879, "fnct": 1879, "3f": [1879, 1881, 1885], "000": 1879, "l3": 1879, "what_is_x": 1879, "change_x": 1879, "press": 1879, "5x": 1880, "mpl": [1880, 1881, 1885, 1887, 1888, 1889, 1892, 1893, 1894], "rcparam": [1880, 1881, 1885, 1887, 1888, 1889, 1892, 1893, 1894], "xr": 1880, "yr1": 1880, "yr2": 1880, "red": [1880, 1887, 1904], "xb": 1880, "0x10d970050": 1880, "yr": 1880, "titl": [1880, 1895, 1903, 1904, 1906], "randn": 1880, "facecolor": 1880, "028": 1880, "0025": 1880, "smart": 1880, "45": [1880, 1894, 1905, 1906], "025": 1880, "fontsiz": [1880, 1895, 1897, 1902], "160": 1880, "matlab": 1880, "curtain": 1880, "add_ax": [1880, 1892], "set_titl": [1880, 1884], "inset": 1880, "tanh": [1880, 1898, 1903], "subax": 1880, "85": [1880, 1890, 1894, 1895], "sinu": 1880, "0x10dd56810": 1880, "211": 1880, "212": 1880, "121": 1880, "122": 1880, "line2d": 1880, "0x10db27a90": 1880, "cal": [1881, 1885, 1886, 1889, 1890, 1892, 1894, 1895], "mathbb": [1881, 1885], "times2": [1881, 1885], "grand": [1881, 1885], "ensembl": [1881, 1885], "exponenti": [1881, 1885, 1901, 1906], "realist": [1881, 1885], "c_i": [1881, 1885], "conserv": [1881, 1885, 1900, 1905], "2g": [1881, 1885], "e_g": [1881, 1885], "talk": [1881, 1885], "v_1": [1881, 1885], "epsilon_2": [1881, 1885], "v_2": [1881, 1885], "g_eg": [1881, 1885], "g_t2g": [1881, 1885], "eps_t2g": [1881, 1885], "t_2g": [1881, 1885], "epsilon_d": [1881, 1885, 1887], "textbf": [1881, 1885], "worri": [1881, 1885], "giw_2": [1881, 1885], "thousand": [1881, 1885], "problemat": [1881, 1885], "kay": [1881, 1885], "prb105": [1881, 1885], "2022": [1881, 1885], "omega_l": [1881, 1885], "widehat": [1881, 1885], "_l": [1881, 1885], "dimensionless": [1881, 1885], "character": [1881, 1885, 1888, 1893], "assumpt": [1881, 1885], "1500": [1881, 1885], "dlr_iw_mesh": [1881, 1885], "giw_dlr": [1881, 1885], "43": [1881, 1885, 1894], "giw_from_dlr": [1881, 1885], "arbirarili": [1881, 1885], "dens": [1881, 1885], "gtau_dlr": [1881, 1885], "ill": [1881, 1885], "nois": [1881, 1885, 1887, 1888, 1893], "coars": [1881, 1885], "worsen": [1881, 1885], "did": [1881, 1885, 1888, 1893], "verifi": [1881, 1885], "perturb": [1881, 1885], "light": 1882, "recoveri": 1882, "recov": 1882, "my_arch": 1882, "overwrit": 1882, "inspir": 1883, "gs_energi": 1883, "2t": [1884, 1890, 1895, 1897, 1898, 1902, 1903], "k_x": [1884, 1895, 1897, 1898, 1902, 1903], "k_y": [1884, 1895, 1897, 1898, 1902, 1903], "_x": [1884, 1903], "_y": 1884, "r3": 1884, "128": [1884, 1897, 1901, 1902, 1906], "k_iw_mesh": 1884, "recal": [1884, 1890, 1895], "timeit": 1884, "faster": 1884, "iw_arr": 1884, "k_arr": 1884, "np_ep": 1884, "eps_arr": 1884, "repons": 1884, "omega_2": 1884, "g_eval": 1884, "g_exact": 1884, "k_0": 1884, "k0": 1884, "linearli": 1884, "9996637574643963": 1884, "cpython": [1884, 1885], "311": [1884, 1885], "darwin": [1884, 1885], "gtb": 1884, "k_grid": 1884, "110": [1884, 1897, 1902], "surf": 1884, "plot_surfac": 1884, "cmap": [1884, 1895, 1897, 1902, 1903], "colorbar": [1884, 1895, 1897, 1902, 1903, 1904], "shrink": 1884, "addmethod": 1885, "119": 1885, "146": 1885, "178": 1885, "217": 1885, "265": 1885, "324": 1885, "396": 1885, "483": 1885, "590": 1885, "721": 1885, "26894142138025784": 1885, "816357384858482e": 1885, "15j": 1885, "6001": 1885, "31556737050747535": 1885, "638049093627782e": 1885, "17j": 1885, "83481049534862e": 1885, "9381548639656863j": 1885, "33": [1885, 1894], "35": [1885, 1892, 1894, 1905, 1906], "eps_r": 1885, "05": [253, 1885, 1897, 1902], "0x11273a790": 1885, "sigma_check": 1885, "_check": 1885, "38": [1885, 1894], "g0_tau": [1885, 1892, 1893], "sigma_tau": [1885, 1892, 1893], "g0_w": 1885, "ipt": [1886, 1887, 1888, 1892, 1893], "cheap": [1886, 1892], "iptsolv": [1886, 1892, 1893], "sigma_": [1886, 1888, 1890, 1892, 1893, 1895], "scan": [1886, 1892, 1900, 1905], "hybridis": 1887, "darkgreen": 1887, "nu": [1887, 1900, 1901, 1905, 1906], "diagrammat": 1887, "contrari": [1887, 1901, 1906], "busi": 1887, "circl": 1887, "50000": 1887, "49": [1887, 1894], "483848": 1887, "warm": [1887, 1894], "4999": [1887, 1894], "9760": 1887, "49999": 1887, "00566571": 1887, "000908685": 1887, "000881916": 1887, "0114234": 1887, "0188797": 1887, "0512121": 1887, "delta_up": [1887, 1894], "0513189": 1887, "delta_down": [1887, 1894], "0511046": 1887, "0509981": 1887, "0513082": 1887, "0506868": 1887, "00488083": 1887, "delta_up_up": [1887, 1894], "00562934": 1887, "delta_up_down": [1887, 1894], "0033534": 1887, "delta_down_up": [1887, 1894], "00373554": 1887, "delta_down_down": [1887, 1894], "00676994": 1887, "00496258": 1887, "00575551": 1887, "0038171": 1887, "00347195": 1887, "00682145": 1887, "689225": 1887, "0479879": 1887, "507693": 1887, "716": 1887, "86": [1887, 1894], "6392": 1887, "disconnect": 1887, "markov": 1887, "onlin": 1887, "benefici": 1887, "unrol": 1887, "randomli": 1887, "proport": [1887, 1893, 1901, 1906], "oscil": 1887, "elabor": [1888, 1893], "run_dmft": [1888, 1893], "favourit": [1888, 1893], "vi": [1888, 1893], "gedit": [1888, 1893], "polar": [1888, 1893], "criteria": [1888, 1893], "extrapol": [1888, 1893], "gradual": [1888, 1893], "use_norm_as_weight": [1888, 1893], "multiplet_tool": [1888, 1893], "multiplet_analysi": [1888, 1893], "panda": [1888, 1893], "frame": [1888, 1893], "3j": [1889, 1894], "mu_": [1889, 1894], "81": [1889, 1894], "6899": [1889, 1894], "1099": [1889, 1894], "02548": [1889, 1894], "02709": [1889, 1894], "1606": [1889, 1894], "one_band": [1889, 1893, 1894], "makedir": [1889, 1894], "2f": [1889, 1892, 1893, 1894, 1904, 1906], "stuck": [1889, 1894], "sneak": [1889, 1894], "peek": [1889, 1894], "two_band": [1889, 1894], "vari": [1889, 1893, 1894, 1900, 1905], "u_c": [1889, 1894, 1899, 1901, 1904, 1906], "dca": [1890, 1895], "80": [1890, 1894, 1895, 1906], "064501": [1890, 1895], "europhi": [1890, 1895], "57009": [1890, 1895], "82": [1890, 1894, 1895], "054502": [1890, 1895], "2010": [1890, 1895], "155101": [1890, 1895], "freedom": [1890, 1895], "nodal": [1890, 1895], "antinod": [1890, 1895], "region": [1890, 1895, 1897, 1902], "dope": [1890, 1895], "appar": [1890, 1895], "arc": [1890, 1895], "varepsilon_": [1890, 1895], "4t": [1890, 1895], "hole": [1890, 1895, 1899, 1904], "subdivid": [1890, 1895], "area": [1890, 1895], "complementari": [1890, 1895], "kinet": [1890, 1895], "linspac": [1890, 1895, 1897, 1902, 1903, 1904], "meshgrid": [1890, 1895, 1897, 1902, 1903, 1904], "contourplot": [1890, 1895], "6155": [1890, 1895], "mask": [1890, 1895], "in_central_patch": [1890, 1895], "kx": [1890, 1895, 1897, 1902, 1903, 1904], "ky": [1890, 1895, 1897, 1902, 1903, 1904], "cn": [1890, 1895], "cn_dag": [1890, 1895], "nn": [1890, 1895], "h_loc": [1890, 1895], "rho_": [1890, 1895], "measure_g_l": [1890, 1895], "unfortun": [1890, 1895], "vbdmft": [1890, 1895], "subfold": [1890, 1895], "pseudogap": [1890, 1895], "qualit": [1890, 1895], "rough": [1890, 1895, 1898, 1901, 1903, 1906], "doping_": [1890, 1895], "10001": [1892, 1893], "pn": 1892, "set_yticklabel": 1892, "antoin": 1892, "georg": 1892, "a1": 1893, "u2": [1893, 1894], "a2": 1893, "u6": [1893, 1894], "di": 1893, "sim": [1893, 1901, 1906], "omega_0": [1893, 1897, 1898, 1902, 1903], "u_list": 1893, "z_list": 1893, "u_list2": 1893, "z_list2": 1893, "u4": [1893, 1894], "g_real": 1893, "regardless": 1893, "knob": 1893, "solver_u_met": 1893, "solver_u_in": 1893, "occupi": [1893, 1900, 1905], "res_met": 1893, "h_loc_diag": 1893, "h_loc_diagon": 1893, "res_in": 1893, "41": [1894, 1901, 1905, 1906], "2083": 1894, "2046": 1894, "9999": 1894, "00121841": 1894, "000180423": 1894, "000183033": 1894, "0022792": 1894, "00386106": 1894, "134194": 1894, "135137": 1894, "133256": 1894, "134078": 1894, "134495": 1894, "13366": 1894, "0237206": 1894, "0263818": 1894, "0215067": 1894, "0192815": 1894, "Ins": 1894, "568460": 1894, "ert": 1894, "0276912": 1894, "0240728": 1894, "027297": 1894, "0201105": 1894, "0206622": 1894, "0282551": 1894, "83864": 1894, "240672": 1894, "491363": 1894, "1807": 1894, "07816": 1894, "2096": 1894, "2041": 1894, "00122602": 1894, "000181799": 1894, "000187614": 1894, "00154239": 1894, "00313782": 1894, "137529": 1894, "138608": 1894, "136454": 1894, "135646": 1894, "137095": 1894, "134192": 1894, "0248063": 1894, "029023": 1894, "0202982": 1894, "0212102": 1894, "0286456": 1894, "0258106": 1894, "0300133": 1894, "0207927": 1894, "0216027": 1894, "0308751": 1894, "82967": 1894, "242133": 1894, "496411": 1894, "0726": 1894, "95457": 1894, "2012": 1894, "1999": 1894, "00126701": 1894, "000178569": 1894, "000182007": 1894, "00399153": 1894, "00561911": 1894, "136691": 1894, "136118": 1894, "137262": 1894, "135948": 1894, "135115": 1894, "136781": 1894, "024431": 1894, "0279642": 1894, "0212578": 1894, "021372": 1894, "0270992": 1894, "0251374": 1894, "0298838": 1894, "0205143": 1894, "0209849": 1894, "0291752": 1894, "832854": 1894, "247163": 1894, "502235": 1894, "1617": 1894, "88829": 1894, "2072": 1894, "00126531": 1894, "00018556": 1894, "000181974": 1894, "00307852": 1894, "00471137": 1894, "137877": 1894, "13878": 1894, "136976": 1894, "136859": 1894, "137844": 1894, "135872": 1894, "0240401": 1894, "0279466": 1894, "0193165": 1894, "0205293": 1894, "rt": 1894, "0283427": 1894, "0247222": 1894, "0272073": 1894, "0219802": 1894, "0218302": 1894, "0278651": 1894, "830322": 1894, "246525": 1894, "498298": 1894, "1484": 1894, "59076": 1894, "2026": 1894, "2064": 1894, "00124302": 1894, "000183717": 1894, "000188498": 1894, "00344506": 1894, "0050603": 1894, "136129": 1894, "135304": 1894, "136951": 1894, "137127": 1894, "1367": 1894, "137554": 1894, "024601": 1894, "0281926": 1894, "0207839": 1894, "0216895": 1894, "027688": 1894, "0242563": 1894, "0271906": 1894, "0216098": 1894, "0202847": 1894, "0279555": 1894, "830414": 1894, "242121": 1894, "490822": 1894, "1626": 1894, "51126": 1894, "10found": 1894, "2094": 1894, "00124401": 1894, "000175229": 1894, "000179357": 1894, "00229849": 1894, "00389709": 1894, "136631": 1894, "137952": 1894, "135314": 1894, "138106": 1894, "13836": 1894, "137851": 1894, "0257115": 1894, "029352": 1894, "0212757": 1894, "0216313": 1894, "030564": 1894, "0249482": 1894, "0290644": 1894, "0214022": 1894, "0207806": 1894, "0285886": 1894, "830217": 1894, "237919": 1894, "48821": 1894, "1595": 1894, "00369": 1894, "2071": 1894, "2093": 1894, "00121949": 1894, "000174776": 1894, "000177332": 1894, "00220899": 1894, "00378058": 1894, "138683": 1894, "138785": 1894, "138581": 1894, "135491": 1894, "134835": 1894, "136151": 1894, "0238837": 1894, "0282195": 1894, "0187678": 1894, "0213364": 1894, "0271656": 1894, "0256944": 1894, "0296998": 1894, "0223175": 1894, "0230494": 1894, "0277512": 1894, "826742": 1894, "240293": 1894, "484146": 1894, "0322": 1894, "10339": 1894, "2055": 1894, "2008": 1894, "00122868": 1894, "000178445": 1894, "000179449": 1894, "00223444": 1894, "00382102": 1894, "138506": 1894, "139623": 1894, "137394": 1894, "138454": 1894, "136949": 1894, "139969": 1894, "0253769": 1894, "0293179": 1894, "0211004": 1894, "0205091": 1894, "sert": 1894, "0305689": 1894, "0253767": 1894, "0309133": 1894, "0217365": 1894, "0212245": 1894, "0276795": 1894, "827338": 1894, "241515": 1894, "487717": 1894, "0508": 1894, "62123": 1894, "2074": 1894, "2058": 1894, "00120751": 1894, "000174187": 1894, "000178604": 1894, "00142541": 1894, "00298571": 1894, "137111": 1894, "138103": 1894, "136124": 1894, "136868": 1894, "136946": 1894, "136791": 1894, "0244609": 1894, "0282271": 1894, "0201996": 1894, "0211721": 1894, "0281887": 1894, "0246914": 1894, "0285174": 1894, "0222497": 1894, "0207763": 1894, "0272237": 1894, "831942": 1894, "239978": 1894, "48282": 1894, "1865": 1894, "6264": 1894, "2077": 1894, "00127013": 1894, "000206261": 1894, "000180197": 1894, "00201599": 1894, "00367258": 1894, "136865": 1894, "136144": 1894, "137585": 1894, "136487": 1894, "136087": 1894, "136888": 1894, "0247125": 1894, "0291157": 1894, "0200999": 1894, "0207065": 1894, "0288711": 1894, "0250504": 1894, "0279124": 1894, "0211228": 1894, "0220934": 1894, "0291107": 1894, "830829": 1894, "24054": 1894, "4861": 1894, "1232": 1894, "62633": 1894, "2284": 1894, "2255": 1894, "00123761": 1894, "000177008": 1894, "000180409": 1894, "00124214": 1894, "00283716": 1894, "125473": 1894, "125155": 1894, "12579": 1894, "125671": 1894, "125471": 1894, "125871": 1894, "0246864": 1894, "0268028": 1894, "0216412": 1894, "0227946": 1894, "0274721": 1894, "0247316": 1894, "0269343": 1894, "0224071": 1894, "0220799": 1894, "0275138": 1894, "698464": 1894, "218575": 1894, "443867": 1894, "6646": 1894, "28392": 1894, "46": 1894, "2314": 1894, "2312": 1894, "00120478": 1894, "000177364": 1894, "000178484": 1894, "00126514": 1894, "00282577": 1894, "130538": 1894, "131357": 1894, "129719": 1894, "130263": 1894, "131032": 1894, "129493": 1894, "0270564": 1894, "0299128": 1894, "0238143": 1894, "0254887": 1894, "0289647": 1894, "0271909": 1894, "0297328": 1894, "0259022": 1894, "0248111": 1894, "028303": 1894, "678488": 1894, "215686": 1894, "437622": 1894, "3414": 1894, "59554": 1894, "2256": 1894, "00120432": 1894, "000177742": 1894, "000178896": 1894, "00268057": 1894, "00424153": 1894, "127771": 1894, "128914": 1894, "12663": 1894, "128221": 1894, "129491": 1894, "12695": 1894, "0256648": 1894, "0283026": 1894, "0233949": 1894, "0232993": 1894, "0276514": 1894, "0258822": 1894, "0277958": 1894, "0234759": 1894, "0250552": 1894, "0272286": 1894, "684272": 1894, "217683": 1894, "44214": 1894, "4618": 1894, "75014": 1894, "2304": 1894, "2294": 1894, "00122231": 1894, "000187478": 1894, "000183211": 1894, "00135477": 1894, "00294777": 1894, "131699": 1894, "130628": 1894, "13277": 1894, "130431": 1894, "129478": 1894, "131386": 1894, "0271569": 1894, "0258805": 1894, "024888": 1894, "0296566": 1894, "0275519": 1894, "0287468": 1894, "0255961": 1894, "0253231": 1894, "0305499": 1894, "672073": 1894, "215632": 1894, "436025": 1894, "2379": 1894, "34046": 1894, "2308": 1894, "2293": 1894, "00123141": 1894, "000177542": 1894, "000178821": 1894, "00140636": 1894, "00299413": 1894, "131567": 1894, "133715": 1894, "129426": 1894, "130663": 1894, "13311": 1894, "128214": 1894, "0276007": 1894, "0306565": 1894, "0254948": 1894, "025725": 1894, "0285063": 1894, "0284674": 1894, "0316303": 1894, "0252882": 1894, "0267753": 1894, "0301962": 1894, "677651": 1894, "216824": 1894, "439615": 1894, "2701": 1894, "43454": 1894, "2299": 1894, "2264": 1894, "00118916": 1894, "000176917": 1894, "000176414": 1894, "00128476": 1894, "00282725": 1894, "127818": 1894, "127863": 1894, "127773": 1894, "128597": 1894, "128824": 1894, "12837": 1894, "0270821": 1894, "0302706": 1894, "0244285": 1894, "0250341": 1894, "0285486": 1894, "0268681": 1894, "029369": 1894, "0251997": 1894, "0249889": 1894, "0279296": 1894, "680676": 1894, "218647": 1894, "440596": 1894, "4495": 1894, "93486": 1894, "2273": 1894, "2245": 1894, "00127285": 1894, "000182139": 1894, "000183024": 1894, "00171741": 1894, "00335542": 1894, "128634": 1894, "128384": 1894, "128883": 1894, "129022": 1894, "12886": 1894, "129184": 1894, "0264743": 1894, "0287922": 1894, "0235365": 1894, "0237667": 1894, "0297869": 1894, "026674": 1894, "0276172": 1894, "0253356": 1894, "0249358": 1894, "0288193": 1894, "681544": 1894, "218576": 1894, "440496": 1894, "4043": 1894, "96938": 1894, "2292": 1894, "2296": 1894, "00121937": 1894, "000173054": 1894, "000177333": 1894, "00127057": 1894, "00284032": 1894, "132223": 1894, "132401": 1894, "132044": 1894, "129861": 1894, "12952": 1894, "130201": 1894, "0269862": 1894, "0305089": 1894, "0243726": 1894, "0237724": 1894, "0292517": 1894, "0282147": 1894, "0309872": 1894, "0276375": 1894, "0263264": 1894, "0279213": 1894, "677678": 1894, "216506": 1894, "437101": 1894, "242": 1894, "74536": 1894, "2325": 1894, "00127472": 1894, "000172614": 1894, "000177763": 1894, "00117997": 1894, "00280507": 1894, "130937": 1894, "132246": 1894, "12963": 1894, "131236": 1894, "132046": 1894, "130424": 1894, "0276569": 1894, "0298347": 1894, "0258974": 1894, "0245561": 1894, "0303272": 1894, "0277909": 1894, "0306308": 1894, "0249253": 1894, "0255935": 1894, "0300287": 1894, "675164": 1894, "215985": 1894, "432564": 1894, "2563": 1894, "01083": 1894, "2300": 1894, "2318": 1894, "00120759": 1894, "000175362": 1894, "000180967": 1894, "00117891": 1894, "00274283": 1894, "131003": 1894, "131509": 1894, "1305": 1894, "130783": 1894, "130729": 1894, "130837": 1894, "0263867": 1894, "0290737": 1894, "0231511": 1894, "0250389": 1894, "0282522": 1894, "0267621": 1894, "0297348": 1894, "0242209": 1894, "0247709": 1894, "0283461": 1894, "67701": 1894, "215519": 1894, "43658": 1894, "3268": 1894, "794236": 1894, "2498": 1894, "2484": 1894, "00119638": 1894, "000171907": 1894, "000178944": 1894, "00109991": 1894, "00264714": 1894, "112247": 1894, "113798": 1894, "110696": 1894, "111523": 1894, "11241": 1894, "110636": 1894, "0226176": 1894, "0237627": 1894, "0205814": 1894, "0218449": 1894, "0242896": 1894, "0232029": 1894, "0245147": 1894, "022101": 1894, "0226071": 1894, "0235938": 1894, "568929": 1894, "199267": 1894, "399275": 1894, "0545": 1894, "35299": 1894, "2696": 1894, "2670": 1894, "00120833": 1894, "000195012": 1894, "000184797": 1894, "00111078": 1894, "00269892": 1894, "119575": 1894, "118774": 1894, "120375": 1894, "118525": 1894, "117625": 1894, "119424": 1894, "0260688": 1894, "0249124": 1894, "0259468": 1894, "028224": 1894, "0251899": 1894, "0267536": 1894, "026036": 1894, "0281528": 1894, "0270466": 1894, "0257593": 1894, "509178": 1894, "185284": 1894, "376047": 1894, "1244": 1894, "95588": 1894, "2684": 1894, "2678": 1894, "00121023": 1894, "000178375": 1894, "000180273": 1894, "00104384": 1894, "00261271": 1894, "116787": 1894, "116187": 1894, "117384": 1894, "116633": 1894, "116475": 1894, "11679": 1894, "0259455": 1894, "026201": 1894, "0258814": 1894, "0264806": 1894, "0252178": 1894, "0264393": 1894, "0269715": 1894, "0248916": 1894, "026979": 1894, "0269331": 1894, "520079": 1894, "18574": 1894, "377745": 1894, "61951": 1894, "2683": 1894, "2661": 1894, "00118682": 1894, "000179021": 1894, "000177377": 1894, "000954406": 1894, "00249762": 1894, "119259": 1894, "118998": 1894, "11952": 1894, "11786": 1894, "11722": 1894, "118509": 1894, "0262007": 1894, "0247214": 1894, "0280183": 1894, "0277204": 1894, "0243335": 1894, "0270037": 1894, "0264473": 1894, "0269378": 1894, "0272082": 1894, "027421": 1894, "514142": 1894, "185126": 1894, "375112": 1894, "1344": 1894, "42356": 1894, "2687": 1894, "2634": 1894, "00118086": 1894, "000177055": 1894, "000180533": 1894, "00158726": 1894, "00312571": 1894, "12076": 1894, "121218": 1894, "120303": 1894, "121201": 1894, "121831": 1894, "120573": 1894, "0267368": 1894, "026411": 1894, "0274809": 1894, "0270616": 1894, "0260013": 1894, "0265407": 1894, "025342": 1894, "0281685": 1894, "0271009": 1894, "0255323": 1894, "515457": 1894, "18502": 1894, "378509": 1894, "1383": 1894, "12987": 1894, "52": 1894, "2643": 1894, "2664": 1894, "0012663": 1894, "000184783": 1894, "000189254": 1894, "00362876": 1894, "0052691": 1894, "117368": 1894, "117308": 1894, "117427": 1894, "117241": 1894, "116591": 1894, "117894": 1894, "0261457": 1894, "0261487": 1894, "0253525": 1894, "0266688": 1894, "0264136": 1894, "0265045": 1894, "0252665": 1894, "0275678": 1894, "0282901": 1894, "512693": 1894, "187877": 1894, "38964": 1894, "1385": 1894, "93431": 1894, "2704": 1894, "2590": 1894, "00119782": 1894, "000175158": 1894, "000179523": 1894, "00180878": 1894, "00336127": 1894, "117365": 1894, "117624": 1894, "117106": 1894, "117283": 1894, "118533": 1894, "116037": 1894, "026697": 1894, "0264597": 1894, "0273612": 1894, "0266847": 1894, "0262799": 1894, "0270184": 1894, "0264397": 1894, "0271184": 1894, "0268783": 1894, "0276341": 1894, "514539": 1894, "185398": 1894, "379588": 1894, "1263": 1894, "74038": 1894, "2685": 1894, "2596": 1894, "00116657": 1894, "000178551": 1894, "000180033": 1894, "00131102": 1894, "00283617": 1894, "116924": 1894, "117617": 1894, "116232": 1894, "118121": 1894, "119441": 1894, "116798": 1894, "0269091": 1894, "0271326": 1894, "025719": 1894, "029214": 1894, "0255767": 1894, "0263473": 1894, "0264778": 1894, "0261575": 1894, "0262325": 1894, "0265242": 1894, "520462": 1894, "185252": 1894, "383034": 1894, "2418": 1894, "82905": 1894, "51": [1894, 1900, 1905], "2560": 1894, "2609": 1894, "00121845": 1894, "000179815": 1894, "000202924": 1894, "0021689": 1894, "00377008": 1894, "119297": 1894, "120148": 1894, "118445": 1894, "118649": 1894, "119257": 1894, "11804": 1894, "0254296": 1894, "0260036": 1894, "0235786": 1894, "0265909": 1894, "0255261": 1894, "0261909": 1894, "0270227": 1894, "0257851": 1894, "0259396": 1894, "0260241": 1894, "522949": 1894, "190266": 1894, "388758": 1894, "3131": 1894, "33377": 1894, "2549": 1894, "2363": 1894, "00129221": 1894, "000192149": 1894, "000188825": 1894, "00803591": 1894, "0097091": 1894, "119166": 1894, "117673": 1894, "120666": 1894, "119688": 1894, "11855": 1894, "120824": 1894, "0250876": 1894, "025384": 1894, "024949": 1894, "0252735": 1894, "0247464": 1894, "0252292": 1894, "0248425": 1894, "0247179": 1894, "0271435": 1894, "0242195": 1894, "507301": 1894, "195011": 1894, "40592": 1894, "1319": 1894, "78747": 1894, "2734": 1894, "2815": 1894, "00119336": 1894, "00017397": 1894, "000173595": 1894, "00108587": 1894, "00262679": 1894, "10269": 1894, "100883": 1894, "104505": 1894, "102024": 1894, "101145": 1894, "102906": 1894, "0199348": 1894, "0203415": 1894, "0208978": 1894, "020635": 1894, "0178728": 1894, "0204535": 1894, "0205254": 1894, "0194903": 1894, "022088": 1894, "0197157": 1894, "460326": 1894, "180869": 1894, "359313": 1894, "2466": 1894, "60183": 1894, "66": 1894, "3327": 1894, "3220": 1894, "00117142": 1894, "000177189": 1894, "000180591": 1894, "00234315": 1894, "00387235": 1894, "110834": 1894, "111457": 1894, "110211": 1894, "110152": 1894, "110913": 1894, "109392": 1894, "0245707": 1894, "0213173": 1894, "0271374": 1894, "0288638": 1894, "0209527": 1894, "0252332": 1894, "0219842": 1894, "027412": 1894, "02984": 1894, "021649": 1894, "347207": 1894, "15062": 1894, "312381": 1894, "5515": 1894, "66685": 1894, "68": 1894, "3418": 1894, "3354": 1894, "00119055": 1894, "000173035": 1894, "000182784": 1894, "00180668": 1894, "00335305": 1894, "109566": 1894, "110312": 1894, "108824": 1894, "109807": 1894, "109229": 1894, "110382": 1894, "0245849": 1894, "0203437": 1894, "0290226": 1894, "0286879": 1894, "0202673": 1894, "0245634": 1894, "0216013": 1894, "0291177": 1894, "0286001": 1894, "0188474": 1894, "32021": 1894, "145208": 1894, "299348": 1894, "2622": 1894, "56478": 1894, "67": [1894, 1905], "3379": 1894, "3452": 1894, "0011805": 1894, "000181326": 1894, "000179286": 1894, "0028098": 1894, "00435092": 1894, "10985": 1894, "110689": 1894, "109008": 1894, "108916": 1894, "110303": 1894, "107539": 1894, "0246851": 1894, "0198646": 1894, "0291511": 1894, "0290647": 1894, "0206731": 1894, "0254268": 1894, "0218722": 1894, "0289571": 1894, "0286299": 1894, "0222124": 1894, "311403": 1894, "147042": 1894, "294083": 1894, "1267": 1894, "44771": 1894, "3416": 1894, "3399": 1894, "00117656": 1894, "00018061": 1894, "000181128": 1894, "00213807": 1894, "00367637": 1894, "108138": 1894, "108557": 1894, "107721": 1894, "107349": 1894, "10754": 1894, "107159": 1894, "0241131": 1894, "0196703": 1894, "0286151": 1894, "0286033": 1894, "0195795": 1894, "0246752": 1894, "0211784": 1894, "0280695": 1894, "0287669": 1894, "0205929": 1894, "304464": 1894, "147427": 1894, "29027": 1894, "0936": 1894, "29194": 1894, "3511": 1894, "3491": 1894, "00114259": 1894, "000175433": 1894, "000179077": 1894, "00242444": 1894, "00392154": 1894, "10962": 1894, "109395": 1894, "109845": 1894, "109451": 1894, "109748": 1894, "109154": 1894, "0249161": 1894, "0216244": 1894, "0291868": 1894, "0285771": 1894, "0203135": 1894, "0252576": 1894, "0204928": 1894, "0309103": 1894, "0297791": 1894, "0197803": 1894, "302655": 1894, "142606": 1894, "287607": 1894, "059": 1894, "68458": 1894, "69": 1894, "3489": 1894, "3391": 1894, "00117954": 1894, "00018076": 1894, "000176842": 1894, "00274281": 1894, "00427996": 1894, "109167": 1894, "108878": 1894, "109457": 1894, "108529": 1894, "108384": 1894, "108673": 1894, "0251343": 1894, "0216667": 1894, "0298085": 1894, "0295327": 1894, "0194249": 1894, "0255293": 1894, "0224029": 1894, "0305386": 1894, "0293344": 1894, "0197125": 1894, "300808": 1894, "144613": 1894, "288052": 1894, "9724": 1894, "14536": 1894, "71": 1894, "3551": 1894, "3575": 1894, "0011946": 1894, "000173127": 1894, "000178696": 1894, "000725342": 1894, "00227176": 1894, "10916": 1894, "109252": 1894, "109067": 1894, "110798": 1894, "111607": 1894, "109984": 1894, "0252051": 1894, "0218661": 1894, "0287308": 1894, "0302921": 1894, "0199362": 1894, "0245902": 1894, "0197972": 1894, "0288953": 1894, "0308568": 1894, "0187846": 1894, "298548": 1894, "140103": 1894, "282513": 1894, "9563": 1894, "49552": 1894, "3442": 1894, "3488": 1894, "00116768": 1894, "000183687": 1894, "000177624": 1894, "00147453": 1894, "00300352": 1894, "107424": 1894, "105809": 1894, "109051": 1894, "108968": 1894, "108578": 1894, "109357": 1894, "024976": 1894, "0210199": 1894, "0283776": 1894, "0301075": 1894, "0203983": 1894, "0244054": 1894, "0201315": 1894, "0293393": 1894, "0275322": 1894, "0205381": 1894, "295469": 1894, "14504": 1894, "283466": 1894, "9659": 1894, "57761": 1894, "3593": 1894, "3578": 1894, "00119755": 1894, "000171298": 1894, "000178299": 1894, "000705123": 1894, "00225227": 1894, "109572": 1894, "109969": 1894, "109176": 1894, "108779": 1894, "110629": 1894, "106946": 1894, "025333": 1894, "0219449": 1894, "0308511": 1894, "0284571": 1894, "020084": 1894, "0258108": 1894, "0222851": 1894, "0286898": 1894, "0299628": 1894, "0222489": 1894, "300119": 1894, "139701": 1894, "28036": 1894, "9498": 1894, "22266": 1894, "62": 1894, "3104": 1894, "44": 1894, "3133": 1894, "00121134": 1894, "000183093": 1894, "00017673": 1894, "000906627": 1894, "0024778": 1894, "0934283": 1894, "0932668": 1894, "0935907": 1894, "0930836": 1894, "092358": 1894, "0938117": 1894, "0172868": 1894, "0159668": 1894, "0180807": 1894, "0190679": 1894, "mov": 1894, "10e": 1894, "0160378": 1894, "0178545": 1894, "0169909": 1894, "0189613": 1894, "0198869": 1894, "0155637": 1894, "158822": 1894, "319168": 1894, "5225": 1894, "04599": 1894, "83": 1894, "4197": 1894, "4072": 1894, "001176": 1894, "000176303": 1894, "000176643": 1894, "00180564": 1894, "00333458": 1894, "0993743": 1894, "0997124": 1894, "0990345": 1894, "100148": 1894, "101078": 1894, "0992169": 1894, "0218489": 1894, "0174252": 1894, "0266929": 1894, "0274607": 1894, "0158329": 1894, "0214816": 1894, "0163185": 1894, "0269219": 1894, "0273557": 1894, "0153002": 1894, "220527": 1894, "119323": 1894, "244041": 1894, "2385": 1894, "45713": 1894, "4643": 1894, "4501": 1894, "00117401": 1894, "000176022": 1894, "000174079": 1894, "000579364": 1894, "00210348": 1894, "0982657": 1894, "0973164": 1894, "0992208": 1894, "0987098": 1894, "0983834": 1894, "0990353": 1894, "0202451": 1894, "015387": 1894, "0256575": 1894, "0253815": 1894, "delta_dow": 1894, "0146119": 1894, "0200653": 1894, "0153902": 1894, "0249793": 1894, "025014": 1894, "0147525": 1894, "17415": 1894, "107687": 1894, "217982": 1894, "62833": 1894, "4923": 1894, "48": 1894, "4800": 1894, "00119368": 1894, "000175437": 1894, "00017678": 1894, "000532081": 1894, "00207798": 1894, "0947289": 1894, "0935515": 1894, "0959141": 1894, "096231": 1894, "0961732": 1894, "0962883": 1894, "017825": 1894, "0147368": 1894, "0225432": 1894, "0209947": 1894, "012999": 1894, "0170501": 1894, "0140059": 1894, "0210924": 1894, "0203299": 1894, "0127166": 1894, "15403": 1894, "101398": 1894, "205843": 1894, "9996": 1894, "4483": 1894, "78104": 1894, "5020": 1894, "00114739": 1894, "00017381": 1894, "000178013": 1894, "000545071": 1894, "00204428": 1894, "0927996": 1894, "0912686": 1894, "0943404": 1894, "0945209": 1894, "0935476": 1894, "0954924": 1894, "0165653": 1894, "0146711": 1894, "0186621": 1894, "0196094": 1894, "0133023": 1894, "0159569": 1894, "0145658": 1894, "0187106": 1894, "0171739": 1894, "0133664": 1894, "141392": 1894, "0971904": 1894, "198948": 1894, "9986": 1894, "3498": 1894, "59359": 1894, "5111": 1894, "00118152": 1894, "000174143": 1894, "000175604": 1894, "00170096": 1894, "00323222": 1894, "0928359": 1894, "0932811": 1894, "0923878": 1894, "0926255": 1894, "0928757": 1894, "092377": 1894, "0146763": 1894, "012186": 1894, "0176325": 1894, "016766": 1894, "0121195": 1894, "0149209": 1894, "0131733": 1894, "017507": 1894, "017798": 1894, "0111765": 1894, "132209": 1894, "0976131": 1894, "194463": 1894, "9962": 1894, "2003": [1894, 1901, 1906], "38459": 1894, "5262": 1894, "00116593": 1894, "000180144": 1894, "000180288": 1894, "00058201": 1894, "00210837": 1894, "0928416": 1894, "0906576": 1894, "0950149": 1894, "0920252": 1894, "0907245": 1894, "0933179": 1894, "013903": 1894, "0125541": 1894, "0153914": 1894, "0162744": 1894, "0113805": 1894, "0144144": 1894, "0126455": 1894, "0165371": 1894, "0155525": 1894, "0128903": 1894, "125583": 1894, "0940647": 1894, "188429": 1894, "9966": 1894, "0978": 1894, "6759": 1894, "5211": 1894, "00116479": 1894, "000173907": 1894, "000176399": 1894, "000532991": 1894, "00204808": 1894, "0919096": 1894, "0916205": 1894, "0921987": 1894, "0927888": 1894, "0930645": 1894, "0925146": 1894, "0144265": 1894, "0127007": 1894, "0166647": 1894, "0163973": 1894, "0119593": 1894, "0141665": 1894, "0122729": 1894, "0168521": 1894, "0155449": 1894, "0119799": 1894, "129702": 1894, "094935": 1894, "190139": 1894, "9904": 1894, "1729": 1894, "37016": 1894, "5241": 1894, "00117719": 1894, "000175777": 1894, "000177851": 1894, "000601851": 1894, "00213267": 1894, "0924057": 1894, "0915808": 1894, "0932353": 1894, "0931618": 1894, "0928729": 1894, "0934482": 1894, "0143961": 1894, "0125352": 1894, "0161123": 1894, "0168691": 1894, "0120458": 1894, "0142763": 1894, "0131137": 1894, "0156373": 1894, "0161881": 1894, "0121205": 1894, "126835": 1894, "0933722": 1894, "192358": 1894, "9932": 1894, "1737": 1894, "14348": 1894, "47": 1894, "4994": 1894, "4864": 1894, "00118008": 1894, "000178815": 1894, "000177486": 1894, "00366987": 1894, "00520625": 1894, "0920425": 1894, "0909091": 1894, "0931849": 1894, "0924267": 1894, "0933546": 1894, "091505": 1894, "0137666": 1894, "012333": 1894, "0161586": 1894, "0154218": 1894, "0111436": 1894, "0139227": 1894, "0114924": 1894, "0157556": 1894, "0157009": 1894, "0127152": 1894, "129222": 1894, "100126": 1894, "201704": 1894, "9968": 1894, "1866": 1894, "15122": 1894, "3398": 1894, "3460": 1894, "00124187": 1894, "000178268": 1894, "000178552": 1894, "00207588": 1894, "00367458": 1894, "0855862": 1894, "0862303": 1894, "0849443": 1894, "0862647": 1894, "0861289": 1894, "0864004": 1894, "0161327": 1894, "0135714": 1894, "0190244": 1894, "0183747": 1894, "0135908": 1894, "016286": 1894, "0142857": 1894, "0191166": 1894, "0189973": 1894, "0126796": 1894, "300009": 1894, "146407": 1894, "293905": 1894, "785": 1894, "47307": 1894, "93": 1894, "4679": 1894, "4715": 1894, "0012242": 1894, "000183404": 1894, "000184269": 1894, "00114776": 1894, "00273964": 1894, "0903981": 1894, "0901523": 1894, "090646": 1894, "0904723": 1894, "0912343": 1894, "delt": 1894, "a_down": 1894, "0897165": 1894, "0165848": 1894, "0118808": 1894, "0210818": 1894, "0219767": 1894, "0114437": 1894, "016681": 1894, "0124508": 1894, "0208665": 1894, "0211651": 1894, "0121752": 1894, "143248": 1894, "107062": 1894, "214947": 1894, "4458": 1894, "54242": 1894, "5544": 1894, "00114817": 1894, "000177973": 1894, "000178907": 1894, "000659669": 1894, "00216472": 1894, "0857364": 1894, "0845932": 1894, "0868874": 1894, "0848534": 1894, "0837722": 1894, "0859277": 1894, "opera": 1894, "tor": 1894, "0134187": 1894, "0102856": 1894, "0163494": 1894, "0164149": 1894, "0106362": 1894, "0138114": 1894, "0111514": 1894, "0171747": 1894, "0166038": 1894, "0102768": 1894, "105283": 1894, "0887984": 1894, "178604": 1894, "9994": 1894, "9382": 1894, "24137": 1894, "58": 1894, "5892": 1894, "00115656": 1894, "000172163": 1894, "000171354": 1894, "000511025": 1894, "0020111": 1894, "0813375": 1894, "0807074": 1894, "0819679": 1894, "0805692": 1894, "0807933": 1894, "0803457": 1894, "0106639": 1894, "00997202": 1894, "0117378": 1894, "0126783": 1894, "00827334": 1894, "010986": 1894, "0102901": 1894, "011223": 1894, "0124831": 1894, "00993179": 1894, "0924834": 1894, "0846274": 1894, "167454": 1894, "7817": 1894, "85936": 1894, "60": 1894, "6006": 1894, "00115569": 1894, "000178144": 1894, "000176416": 1894, "000650654": 1894, "0021609": 1894, "0807803": 1894, "0806915": 1894, "0808702": 1894, "0812727": 1894, "081801": 1894, "0807463": 1894, "0099321": 1894, "00904017": 1894, "0110288": 1894, "0113006": 1894, "00836602": 1894, "00970767": 1894, "00951802": 1894, "0101806": 1894, "0106859": 1894, "00843022": 1894, "086534": 1894, "0813237": 1894, "165674": 1894, "7405": 1894, "74432": 1894, "6050": 1894, "00117191": 1894, "000175165": 1894, "00017454": 1894, "00050787": 1894, "00202948": 1894, "0802191": 1894, "0791924": 1894, "0812492": 1894, "0809095": 1894, "0803057": 1894, "0815111": 1894, "00969948": 1894, "00925127": 1894, "0103824": 1894, "0101984": 1894, "00897148": 1894, "00927175": 1894, "0082894": 1894, "010285": 1894, "0103947": 1894, "00810573": 1894, "0879604": 1894, "0832035": 1894, "16585": 1894, "9974": 1894, "7589": 1894, "9097": 1894, "6139": 1894, "00118529": 1894, "000172073": 1894, "000172366": 1894, "000496923": 1894, "00202665": 1894, "0795869": 1894, "0790479": 1894, "0801287": 1894, "0793488": 1894, "0792065": 1894, "0794908": 1894, "00889574": 1894, "00825277": 1894, "00949215": 1894, "00962801": 1894, "00821994": 1894, "00910054": 1894, "00828074": 1894, "0100862": 1894, "00971145": 1894, "00831268": 1894, "0841257": 1894, "0818062": 1894, "16097": 1894, "9978": 1894, "6771": 1894, "1042": 1894, "6153": 1894, "00115225": 1894, "000171762": 1894, "000172688": 1894, "000498098": 1894, "00199479": 1894, "080043": 1894, "0801369": 1894, "0799484": 1894, "0794563": 1894, "0801462": 1894, "0787702": 1894, "00927618": 1894, "00859689": 1894, "00934467": 1894, "0107302": 1894, "00842416": 1894, "00952857": 1894, "00895115": 1894, "00986343": 1894, "0104291": 1894, "00886475": 1894, "0843788": 1894, "0796422": 1894, "161897": 1894, "6928": 1894, "26924": 1894, "59": [1894, 1900, 1905], "5957": 1894, "00115623": 1894, "00017426": 1894, "000175525": 1894, "000538327": 1894, "00204434": 1894, "0811482": 1894, "0799815": 1894, "0823172": 1894, "079918": 1894, "0798255": 1894, "0800096": 1894, "00925476": 1894, "00855502": 1894, "00981487": 1894, "0105368": 1894, "0081249": 1894, "00993752": 1894, "00927793": 1894, "00998653": 1894, "0106884": 1894, "00978858": 1894, "0876537": 1894, "0830675": 1894, "166809": 1894, "7751": 1894, "16191": 1894, "6097": 1894, "00115244": 1894, "00017814": 1894, "000175008": 1894, "000491659": 1894, "00199724": 1894, "0796655": 1894, "0798424": 1894, "0794869": 1894, "0806294": 1894, "0818259": 1894, "0794333": 1894, "00948261": 1894, "00896616": 1894, "0110163": 1894, "00972801": 1894, "00824513": 1894, "moveu": 1894, "00907485": 1894, "00870093": 1894, "00888078": 1894, "00987143": 1894, "00884075": 1894, "0868053": 1894, "0820692": 1894, "162871": 1894, "7002": 1894, "1179": 1894, "78": 1894, "3931": 1894, "3916": 1894, "00116999": 1894, "000178971": 1894, "000177013": 1894, "000661933": 1894, "0021879": 1894, "0825932": 1894, "0821367": 1894, "0830489": 1894, "0829548": 1894, "0825535": 1894, "0833533": 1894, "0149825": 1894, "0128456": 1894, "016206": 1894, "018634": 1894, "0122235": 1894, "0149866": 1894, "0129654": 1894, "0173514": 1894, "0175802": 1894, "0119693": 1894, "233272": 1894, "128126": 1894, "253855": 1894, "9717": 1894, "67936": 1894, "6032": 1894, "00115504": 1894, "000170611": 1894, "000174805": 1894, "00128361": 1894, "00278407": 1894, "0831347": 1894, "0826692": 1894, "0836028": 1894, "083416": 1894, "0828652": 1894, "083969": 1894, "0133214": 1894, "00978535": 1894, "0162945": 1894, "0179412": 1894, "00930456": 1894, "0131809": 1894, "0100251": 1894, "0165614": 1894, "0171715": 1894, "00890798": 1894, "0923836": 1894, "0827155": 1894, "168187": 1894, "7472": 1894, "10055": 1894, "65": 1894, "6573": 1894, "00119869": 1894, "000176954": 1894, "000178311": 1894, "000494936": 1894, "00204889": 1894, "07622": 1894, "075692": 1894, "0767499": 1894, "0754528": 1894, "0759239": 1894, "074984": 1894, "0088625": 1894, "00809271": 1894, "00996209": 1894, "0113564": 1894, "00605505": 1894, "00928461": 1894, "00818713": 1894, "0108847": 1894, "0106967": 1894, "00735": 1894, "0695589": 1894, "0759537": 1894, "150655": 1894, "4869": 1894, "47014": 1894, "6728": 1894, "0011518": 1894, "000170142": 1894, "000172553": 1894, "000480502": 1894, "001975": 1894, "0724759": 1894, "0715636": 1894, "0733873": 1894, "0720517": 1894, "0711002": 1894, "0730012": 1894, "00731203": 1894, "00710724": 1894, "00752697": 1894, "00819281": 1894, "00642832": 1894, "mo": 1894, "ve": 1894, "00748132": 1894, "00743524": 1894, "00759443": 1894, "00848466": 1894, "00640077": 1894, "0638096": 1894, "0742757": 1894, "147119": 1894, "4453": 1894, "27009": 1894, "6765": 1894, "0011343": 1894, "000175784": 1894, "000175253": 1894, "000505452": 1894, "00199079": 1894, "0713425": 1894, "0706458": 1894, "07204": 1894, "0718967": 1894, "0720733": 1894, "0717211": 1894, "00752552": 1894, "00686625": 1894, "00816653": 1894, "00877613": 1894, "00630587": 1894, "00721517": 1894, "00625928": 1894, "00727505": 1894, "00856445": 1894, "00676213": 1894, "063708": 1894, "073321": 1894, "146845": 1894, "991": 1894, "442": 1894, "81646": 1894, "6760": 1894, "00115614": 1894, "000174304": 1894, "000175429": 1894, "000510379": 1894, "00201626": 1894, "0722835": 1894, "071304": 1894, "0732643": 1894, "0724337": 1894, "0720262": 1894, "07284": 1894, "00747649": 1894, "00767686": 1894, "00721154": 1894, "00852148": 1894, "00649195": 1894, "00737793": 1894, "00707822": 1894, "00711645": 1894, "00876561": 1894, "00655318": 1894, "0641534": 1894, "0730972": 1894, "147456": 1894, "996": 1894, "4256": 1894, "87925": 1894, "6797": 1894, "00115404": 1894, "000171099": 1894, "000173656": 1894, "00048374": 1894, "00198254": 1894, "0719672": 1894, "0706898": 1894, "0732397": 1894, "0715593": 1894, "0704335": 1894, "0726812": 1894, "00708196": 1894, "00686678": 1894, "0078658": 1894, "00743821": 1894, "0061632": 1894, "0071656": 1894, "00718669": 1894, "00766542": 1894, "00723975": 1894, "00656952": 1894, "0617984": 1894, "0741883": 1894, "146003": 1894, "9934": 1894, "4186": 1894, "97262": 1894, "6733": 1894, "00117": 1894, "000176397": 1894, "000174993": 1894, "00058778": 1894, "00210917": 1894, "0723829": 1894, "0719869": 1894, "072779": 1894, "0718631": 1894, "0717641": 1894, "0719614": 1894, "00704912": 1894, "00711842": 1894, "00702896": 1894, "00800765": 1894, "00603686": 1894, "00728255": 1894, "00728605": 1894, "00757032": 1894, "00808733": 1894, "00617878": 1894, "0647355": 1894, "0728214": 1894, "146776": 1894, "9972": 1894, "4233": 1894, "35075": 1894, "6761": 1894, "00113392": 1894, "000174943": 1894, "000180306": 1894, "000498955": 1894, "00198812": 1894, "0720697": 1894, "0712123": 1894, "0729294": 1894, "0721389": 1894, "0714645": 1894, "0728079": 1894, "0070591": 1894, "00725576": 1894, "00753265": 1894, "00761844": 1894, "00582509": 1894, "00700508": 1894, "00793267": 1894, "0067748": 1894, "00738887": 1894, "00593318": 1894, "0639617": 1894, "0738343": 1894, "147712": 1894, "4578": 1894, "74578": 1894, "6668": 1894, "0011519": 1894, "000174972": 1894, "000177178": 1894, "000500343": 1894, "00200439": 1894, "0700786": 1894, "0702968": 1894, "0698603": 1894, "0696558": 1894, "0699828": 1894, "0693299": 1894, "ou": 1894, "perat": 1894, "00679017": 1894, "00662199": 1894, "00680628": 1894, "00800669": 1894, "00572275": 1894, "00691247": 1894, "00703885": 1894, "00726199": 1894, "00740299": 1894, "00594573": 1894, "0655141": 1894, "0722333": 1894, "14909": 1894, "499": 1894, "74692": 1894, "4202": 1894, "4308": 1894, "00119195": 1894, "000172087": 1894, "000176853": 1894, "000651202": 1894, "00219209": 1894, "0784645": 1894, "077737": 1894, "0791939": 1894, "0778967": 1894, "0777312": 1894, "0780616": 1894, "0137605": 1894, "0106226": 1894, "0159981": 1894, "0181051": 1894, "0102649": 1894, "014284": 1894, "0107163": 1894, "0180735": 1894, "0173927": 1894, "010941": 1894, "194802": 1894, "117678": 1894, "232515": 1894, "5417": 1894, "37617": 1894, "6826": 1894, "0011367": 1894, "000175053": 1894, "000174838": 1894, "000507683": 1894, "00199427": 1894, "0766449": 1894, "0764292": 1894, "0768612": 1894, "0761625": 1894, "0763946": 1894, "0759317": 1894, "0106741": 1894, "00774466": 1894, "0136975": 1894, "0145652": 1894, "0067659": 1894, "0108867": 1894, "00786259": 1894, "0137408": 1894, "0148857": 1894, "00699944": 1894, "0664264": 1894, "0726063": 1894, "145565": 1894, "4098": 1894, "66327": 1894, "73": 1894, "7364": 1894, "00113329": 1894, "000175666": 1894, "00017359": 1894, "000493932": 1894, "00197648": 1894, "0666085": 1894, "0665451": 1894, "066672": 1894, "0667213": 1894, "0672132": 1894, "0662322": 1894, "00669763": 1894, "00602932": 1894, "00748431": 1894, "00769875": 1894, "00559172": 1894, "00652602": 1894, "00578662": 1894, "00698408": 1894, "00760865": 1894, "00571634": 1894, "0514166": 1894, "0668013": 1894, "135057": 1894, "2625": 1894, "92343": 1894, "72": 1894, "7289": 1894, "00113231": 1894, "000174572": 1894, "000175548": 1894, "000526218": 1894, "00200864": 1894, "0648141": 1894, "0634921": 1894, "0661443": 1894, "0649517": 1894, "0649518": 1894, "0649516": 1894, "0061691": 1894, "00587146": 1894, "00646862": 1894, "00744427": 1894, "00489611": 1894, "00601018": 1894, "00491658": 1894, "00690701": 1894, "00676294": 1894, "00544022": 1894, "0503358": 1894, "0671483": 1894, "135564": 1894, "2763": 1894, "76404": 1894, "7343": 1894, "00116586": 1894, "000171716": 1894, "000175847": 1894, "000581802": 1894, "00209523": 1894, "0649176": 1894, "0641392": 1894, "0657014": 1894, "0647029": 1894, "0646974": 1894, "0647083": 1894, "00594983": 1894, "00583274": 1894, "00662917": 1894, "00637781": 1894, "00496899": 1894, "00605891": 1894, "00579733": 1894, "00580425": 1894, "00740682": 1894, "00521816": 1894, "0500971": 1894, "0681187": 1894, "135501": 1894, "9928": 1894, "2804": 1894, "52751": 1894, "7363": 1894, "00114743": 1894, "000174272": 1894, "000173083": 1894, "00048318": 1894, "00197796": 1894, "0648434": 1894, "0639435": 1894, "0657487": 1894, "0652002": 1894, "0650621": 1894, "0653372": 1894, "00653185": 1894, "00647684": 1894, "00700224": 1894, "00712778": 1894, "00552508": 1894, "00633317": 1894, "00574294": 1894, "00628081": 1894, "00798945": 1894, "00531256": 1894, "0519887": 1894, "0671887": 1894, "135337": 1894, "9896": 1894, "2736": 1894, "97512": 1894, "7350": 1894, "00114243": 1894, "000176064": 1894, "00017554": 1894, "000502765": 1894, "0019968": 1894, "0651064": 1894, "0640138": 1894, "0661968": 1894, "064921": 1894, "0643386": 1894, "0655007": 1894, "00608775": 1894, "00550639": 1894, "00688303": 1894, "00702353": 1894, "00494438": 1894, "00612031": 1894, "00518802": 1894, "006465": 1894, "00749811": 1894, "00532021": 1894, "0501661": 1894, "0677592": 1894, "135616": 1894, "9908": 1894, "2712": 1894, "45363": 1894, "7086": 1894, "00116354": 1894, "000175041": 1894, "000174947": 1894, "00112879": 1894, "00264231": 1894, "0650171": 1894, "0644201": 1894, "0656194": 1894, "0655976": 1894, "0658945": 1894, "0653032": 1894, "00591916": 1894, "00558637": 1894, "00615606": 1894, "00691088": 1894, "00502934": 1894, "0055814": 1894, "00478277": 1894, "00636994": 1894, "00639437": 1894, "00477878": 1894, "0504766": 1894, "0694536": 1894, "139764": 1894, "2853": 1894, "65569": 1894, "7286": 1894, "00114038": 1894, "000176438": 1894, "000175781": 1894, "000493773": 1894, "00198638": 1894, "06511": 1894, "0645775": 1894, "0656442": 1894, "065331": 1894, "0647873": 1894, "0658719": 1894, "00569673": 1894, "00567891": 1894, "00563549": 1894, "00576908": 1894, "00570335": 1894, "0056422": 1894, "00595789": 1894, "00547803": 1894, "00585611": 1894, "0052781": 1894, "0523878": 1894, "0673053": 1894, "136122": 1894, "14769": 1894, "00114125": 1894, "000176996": 1894, "000171122": 1894, "00150071": 1894, "00299008": 1894, "0655441": 1894, "0641989": 1894, "066902": 1894, "0656663": 1894, "0655177": 1894, "065813": 1894, "00574329": 1894, "00615239": 1894, "00584514": 1894, "00617653": 1894, "0047931": 1894, "su": 1894, "00557688": 1894, "00536355": 1894, "00589547": 1894, "0062092": 1894, "00483401": 1894, "0511499": 1894, "0669602": 1894, "138667": 1894, "2817": 1894, "92277": 1894, "4617": 1894, "4624": 1894, "00116428": 1894, "000175073": 1894, "000179122": 1894, "000624143": 1894, "00214262": 1894, "075023": 1894, "0737795": 1894, "0762717": 1894, "0754981": 1894, "0750419": 1894, "0759501": 1894, "0122848": 1894, "010087": 1894, "0149212": 1894, "0147216": 1894, "00942308": 1894, "0122644": 1894, "00940893": 1894, "0151437": 1894, "0152795": 1894, "00922575": 1894, "160022": 1894, "108396": 1894, "214303": 1894, "0593": 1894, "51099": 1894, "7205": 1894, "00114454": 1894, "000174778": 1894, "000178598": 1894, "000622807": 1894, "00212072": 1894, "0673988": 1894, "0660498": 1894, "0687521": 1894, "0665999": 1894, "0656989": 1894, "0674971": 1894, "00775671": 1894, "00641076": 1894, "00925224": 1894, "0098923": 1894, "00549451": 1894, "00814979": 1894, "0064208": 1894, "0094943": 1894, "0109052": 1894, "00577183": 1894, "0525718": 1894, "0684983": 1894, "13753": 1894, "2476": 1894, "18844": 1894, "76": 1894, "7605": 1894, "00111446": 1894, "000176218": 1894, "000173181": 1894, "000567391": 1894, "00203125": 1894, "0599149": 1894, "0587469": 1894, "0610859": 1894, "0603628": 1894, "0599454": 1894, "0607787": 1894, "00513004": 1894, "00500828": 1894, "00586709": 1894, "00532469": 1894, "00432035": 1894, "00484395": 1894, "00435256": 1894, "0050489": 1894, "00528113": 1894, "00468487": 1894, "0424689": 1894, "0623846": 1894, "129958": 1894, "1771": 1894, "90146": 1894, "7679": 1894, "00111329": 1894, "000174453": 1894, "000187997": 1894, "00052281": 1894, "00199855": 1894, "0597628": 1894, "0594387": 1894, "0600886": 1894, "0601823": 1894, "0602364": 1894, "0601285": 1894, "00498081": 1894, "00520013": 1894, "00499122": 1894, "00506582": 1894, "00466358": 1894, "00463958": 1894, "00460643": 1894, "00493022": 1894, "00485765": 1894, "00416083": 1894, "041741": 1894, "0630625": 1894, "128933": 1894, "9988": 1894, "1498": 1894, "35153": 1894, "7352": 1894, "0011521": 1894, "000179953": 1894, "000193562": 1894, "000986017": 1894, "00251163": 1894, "0607112": 1894, "0597318": 1894, "0616933": 1894, "0605566": 1894, "0600225": 1894, "0610896": 1894, "0048536": 1894, "00534402": 1894, "00512184": 1894, "00419329": 1894, "00474785": 1894, "00485389": 1894, "00482044": 1894, "00488813": 1894, "00502294": 1894, "00468169": 1894, "0414372": 1894, "0637003": 1894, "134183": 1894, "1644": 1894, "2926": 1894, "77": 1894, "7706": 1894, "00114883": 1894, "000172738": 1894, "000173912": 1894, "000500922": 1894, "0019964": 1894, "0597706": 1894, "058365": 1894, "0611883": 1894, "0603617": 1894, "0596815": 1894, "0610421": 1894, "00507342": 1894, "00552225": 1894, "00502914": 1894, "00519481": 1894, "0045431": 1894, "00475572": 1894, "00474486": 1894, "00519264": 1894, "00452235": 1894, "00455891": 1894, "0425655": 1894, "0640778": 1894, "1291": 1894, "1918": 1894, "29282": 1894, "57": 1894, "7662": 1894, "00114987": 1894, "000175873": 1894, "000174441": 1894, "000509332": 1894, "00200951": 1894, "059439": 1894, "0581668": 1894, "0607138": 1894, "0597239": 1894, "0590741": 1894, "06037": 1894, "00484312": 1894, "0048189": 1894, "00515876": 1894, "00478774": 1894, "00460903": 1894, "00469727": 1894, "0042228": 1894, "0049556": 1894, "00490294": 1894, "00470213": 1894, "0419401": 1894, "063158": 1894, "129703": 1894, "1825": 1894, "99906": 1894, "7668": 1894, "00113999": 1894, "000177145": 1894, "000494697": 1894, "0019877": 1894, "059728": 1894, "058413": 1894, "0610475": 1894, "06057": 1894, "0601686": 1894, "0609698": 1894, "00533349": 1894, "00561465": 1894, "00525122": 1894, "00578842": 1894, "00467645": 1894, "00479575": 1894, "00452891": 1894, "00515258": 1894, "00471774": 1894, "0047805": 1894, "0424987": 1894, "063466": 1894, "130279": 1894, "9944": 1894, "1765": 1894, "40606": 1894, "75": [1894, 1901, 1906], "7561": 1894, "00118073": 1894, "000176595": 1894, "000176277": 1894, "00126962": 1894, "00280322": 1894, "0596867": 1894, "0584019": 1894, "060971": 1894, "0597209": 1894, "0586373": 1894, "0608016": 1894, "00478203": 1894, "00492844": 1894, "00489903": 1894, "00478374": 1894, "00451458": 1894, "00471166": 1894, "00471679": 1894, "00453695": 1894, "00521538": 1894, "00437776": 1894, "0399454": 1894, "0650666": 1894, "131095": 1894, "9982": 1894, "1588": 1894, "33519": 1894, "7707": 1894, "00112932": 1894, "000173649": 1894, "000176619": 1894, "0005733": 1894, "00205289": 1894, "0604564": 1894, "0588577": 1894, "0620602": 1894, "0606382": 1894, "0597842": 1894, "0614869": 1894, "00508035": 1894, "00542338": 1894, "0051973": 1894, "00528804": 1894, "00440811": 1894, "00493871": 1894, "00482393": 1894, "00470077": 1894, "00566008": 1894, "0045722": 1894, "0412753": 1894, "0632685": 1894, "129126": 1894, "1691": 1894, "90488": 1894, "4971": 1894, "00118772": 1894, "000174399": 1894, "000175365": 1894, "000724154": 1894, "00226164": 1894, "0715393": 1894, "0714001": 1894, "0716792": 1894, "0708063": 1894, "0703415": 1894, "07127": 1894, "0109482": 1894, "00810392": 1894, "013351": 1894, "00807161": 1894, "10remov": 1894, "0114495": 1894, "00895825": 1894, "0147422": 1894, "0144898": 1894, "00756817": 1894, "136485": 1894, "0947748": 1894, "201123": 1894, "8101": 1894, "33423": 1894, "7784": 1894, "00114748": 1894, "000173434": 1894, "000173643": 1894, "000492445": 1894, "001987": 1894, "0620445": 1894, "0613942": 1894, "0626974": 1894, "0624537": 1894, "0626078": 1894, "0623003": 1894, "00688384": 1894, "00590854": 1894, "00871756": 1894, "00824825": 1894, "00467794": 1894, "00658183": 1894, "00538131": 1894, "00726536": 1894, "00855818": 1894, "0050996": 1894, "0414626": 1894, "0618828": 1894, "127212": 1894, "1285": 1894, "2533": 1894, "8085": 1894, "00114792": 1894, "000171199": 1894, "000170999": 1894, "000497123": 1894, "00198724": 1894, "0558467": 1894, "0548354": 1894, "0568613": 1894, "0563139": 1894, "0556514": 1894, "0569743": 1894, "00437746": 1894, "00445812": 1894, "00470138": 1894, "00439052": 1894, "00395763": 1894, "00414735": 1894, "00428681": 1894, "00416849": 1894, "00410326": 1894, "00403258": 1894, "0347029": 1894, "0598513": 1894, "122534": 1894, "0673": 1894, "48919": 1894, "8093": 1894, "0011215": 1894, "000173062": 1894, "00017243": 1894, "000481739": 1894, "00194873": 1894, "0551622": 1894, "0540573": 1894, "056271": 1894, "0554291": 1894, "0548532": 1894, "0560021": 1894, "00379637": 1894, "00380545": 1894, "00399505": 1894, "00374965": 1894, "00363535": 1894, "00366381": 1894, "00335177": 1894, "00377209": 1894, "00381376": 1894, "00371272": 1894, "0336264": 1894, "0597385": 1894, "12209": 1894, "12545": 1894, "8174": 1894, "00113455": 1894, "000172962": 1894, "000172111": 1894, "000494535": 1894, "00197415": 1894, "0555556": 1894, "0548071": 1894, "056308": 1894, "0565826": 1894, "0561847": 1894, "0569795": 1894, "00401386": 1894, "00431683": 1894, "00367912": 1894, "00402102": 1894, "00403548": 1894, "00343265": 1894, "00319218": 1894, "00357058": 1894, "00384326": 1894, "00311738": 1894, "0336175": 1894, "0608379": 1894, "120854": 1894, "0345": 1894, "44062": 1894, "8150": 1894, "0011493": 1894, "000176394": 1894, "000175145": 1894, "000636652": 1894, "00213749": 1894, "0561644": 1894, "0553785": 1894, "0569541": 1894, "0563292": 1894, "0563507": 1894, "0563077": 1894, "0040616": 1894, "00442985": 1894, "00424611": 1894, "00385272": 1894, "00371569": 1894, "00386509": 1894, "003755": 1894, "00376864": 1894, "00392764": 1894, "00400866": 1894, "0356184": 1894, "0611042": 1894, "121234": 1894, "0107": 1894, "51989": 1894, "8028": 1894, "00113187": 1894, "000172906": 1894, "000173854": 1894, "00119973": 1894, "00267836": 1894, "0569562": 1894, "0557674": 1894, "0581538": 1894, "0573977": 1894, "0568736": 1894, "057919": 1894, "00397292": 1894, "00431444": 1894, "00403564": 1894, "00342248": 1894, "00411819": 1894, "00370689": 1894, "00370983": 1894, "0034267": 1894, "00365311": 1894, "00403935": 1894, "0337761": 1894, "0612707": 1894, "122749": 1894, "0148": 1894, "53234": 1894, "8010": 1894, "00115006": 1894, "000171089": 1894, "000170973": 1894, "000614332": 1894, "00210645": 1894, "0595088": 1894, "0578924": 1894, "0611341": 1894, "0595746": 1894, "0587787": 1894, "0603688": 1894, "00426946": 1894, "00422307": 1894, "00518465": 1894, "00388528": 1894, "00378426": 1894, "00421233": 1894, "00335218": 1894, "00464931": 1894, "00480216": 1894, "00403033": 1894, "0367278": 1894, "0603263": 1894, "123466": 1894, "9806": 1894, "0485": 1894, "82185": 1894, "8154": 1894, "00112582": 1894, "000175281": 1894, "000174666": 1894, "000548011": 1894, "00202378": 1894, "056208": 1894, "0553238": 1894, "0570951": 1894, "0564072": 1894, "0561066": 1894, "0567066": 1894, "00407237": 1894, "00458353": 1894, "00414805": 1894, "00358938": 1894, "00396333": 1894, "00385295": 1894, "00384102": 1894, "00381134": 1894, "00384082": 1894, "0039189": 1894, "0336746": 1894, "0591636": 1894, "121264": 1894, "0118": 1894, "32063": 1894, "8130": 1894, "00112664": 1894, "000169903": 1894, "000170967": 1894, "000570233": 1894, "00203775": 1894, "0565456": 1894, "0560489": 1894, "0570416": 1894, "0565554": 1894, "0566927": 1894, "0564188": 1894, "00394695": 1894, "00453041": 1894, "003751": 1894, "00377433": 1894, "00372447": 1894, "00393142": 1894, "00393605": 1894, "00351129": 1894, "00412257": 1894, "00415485": 1894, "03294": 1894, "0595034": 1894, "121777": 1894, "0399": 1894, "72088": 1894, "5460": 1894, "00114313": 1894, "000173784": 1894, "000177948": 1894, "000703365": 1894, "00219823": 1894, "0696534": 1894, "0698218": 1894, "0694839": 1894, "0686236": 1894, "0693558": 1894, "0678957": 1894, "0101898": 1894, "00760697": 1894, "0134782": 1894, "0128854": 1894, "00681329": 1894, "010656": 1894, "00783997": 1894, "0139799": 1894, "0135968": 1894, "00715714": 1894, "113309": 1894, "0920199": 1894, "183328": 1894, "3798": 1894, "84919": 1894, "8267": 1894, "00113257": 1894, "000174729": 1894, "000171475": 1894, "000655191": 1894, "00213397": 1894, "0567635": 1894, "0558338": 1894, "0576938": 1894, "0570791": 1894, "0568651": 1894, "0572924": 1894, "00513888": 1894, "0044657": 1894, "00659921": 1894, "00590559": 1894, "00359382": 1894, "00494392": 1894, "00375318": 1894, "00599587": 1894, "00600445": 1894, "00399808": 1894, "0324819": 1894, "0581535": 1894, "119753": 1894, "9786": 1894, "6009": 1894, "8522": 1894, "00113484": 1894, "000174635": 1894, "00017281": 1894, "000471962": 1894, "00195425": 1894, "0522979": 1894, "0514701": 1894, "0531272": 1894, "0526289": 1894, "0525332": 1894, "052724": 1894, "0035412": 1894, "00398847": 1894, "00370725": 1894, "00335209": 1894, "00311216": 1894, "00335832": 1894, "00299014": 1894, "00369106": 1894, "0037407": 1894, "00300276": 1894, "0287871": 1894, "0573234": 1894, "116241": 1894, "9456": 1894, "58899": 1894, "8532": 1894, "00112831": 1894, "000175032": 1894, "000170599": 1894, "000477615": 1894, "00195155": 1894, "0510253": 1894, "0504098": 1894, "0516432": 1894, "0515426": 1894, "051475": 1894, "0516099": 1894, "00340387": 1894, "00378519": 1894, "0032779": 1894, "0033044": 1894, "00324285": 1894, "00317778": 1894, "00283378": 1894, "00321952": 1894, "00370341": 1894, "00294856": 1894, "0277202": 1894, "0570392": 1894, "116499": 1894, "9533": 1894, "78912": 1894, "8424": 1894, "00113708": 1894, "000169747": 1894, "000516366": 1894, "00199727": 1894, "0509114": 1894, "0494415": 1894, "0523881": 1894, "0515835": 1894, "0508587": 1894, "0523052": 1894, "00328518": 1894, "00378564": 1894, "00328526": 1894, "00299079": 1894, "00307324": 1894, "00292678": 1894, "00257701": 1894, "00286487": 1894, "0034609": 1894, "00279944": 1894, "0285168": 1894, "0573744": 1894, "117503": 1894, "9713": 1894, "77243": 1894, "8482": 1894, "00112907": 1894, "000171733": 1894, "000172552": 1894, "000497535": 1894, "00197089": 1894, "0518978": 1894, "0515069": 1894, "0522911": 1894, "0524093": 1894, "0525957": 1894, "052223": 1894, "00326625": 1894, "00386679": 1894, "00304207": 1894, "00291603": 1894, "00323224": 1894, "00301172": 1894, "00279397": 1894, "00282048": 1894, "0035536": 1894, "00287666": 1894, "0282139": 1894, "0573663": 1894, "117064": 1894, "9679": 1894, "24404": 1894, "8341": 1894, "0011421": 1894, "000175292": 1894, "00017538": 1894, "00057952": 1894, "00207229": 1894, "0514406": 1894, "0510664": 1894, "0518164": 1894, "051954": 1894, "0523787": 1894, "0515301": 1894, "00338554": 1894, "00366893": 1894, "00344041": 1894, "00307385": 1894, "0033557": 1894, "00305853": 1894, "00254999": 1894, "00326173": 1894, "00297855": 1894, "00343698": 1894, "0282974": 1894, "0568543": 1894, "118557": 1894, "9992": 1894, "9675": 1894, "34324": 1894, "8588": 1894, "00114523": 1894, "000173347": 1894, "000170297": 1894, "000496129": 1894, "001985": 1894, "0516234": 1894, "0507942": 1894, "0524561": 1894, "0515959": 1894, "0514668": 1894, "0517245": 1894, "00321691": 1894, "00343928": 1894, "00323961": 1894, "00322555": 1894, "00296047": 1894, "00319616": 1894, "00286625": 1894, "00345553": 1894, "00322388": 1894, "00323392": 1894, "0279356": 1894, "0577107": 1894, "115961": 1894, "998": 1894, "9502": 1894, "90419": 1894, "8520": 1894, "00113566": 1894, "000171149": 1894, "000171571": 1894, "000505713": 1894, "00198409": 1894, "0522993": 1894, "0518042": 1894, "0527968": 1894, "0523894": 1894, "0527668": 1894, "0520146": 1894, "00332163": 1894, "00385812": 1894, "00331033": 1894, "00287276": 1894, "00323793": 1894, "00320791": 1894, "00303251": 1894, "00257947": 1894, "00374368": 1894, "00347652": 1894, "0295904": 1894, "0569472": 1894, "116426": 1894, "999": 1894, "9579": 1894, "5502": 1894, "8308": 1894, "00113861": 1894, "00017479": 1894, "000171791": 1894, "000516632": 1894, "00200182": 1894, "052027": 1894, "0514887": 1894, "052567": 1894, "0525394": 1894, "0525082": 1894, "0525705": 1894, "00335517": 1894, "00413695": 1894, "00323186": 1894, "00292926": 1894, "00311042": 1894, "00302516": 1894, "00310847": 1894, "00289752": 1894, "00330243": 1894, "00279307": 1894, "0301017": 1894, "05751": 1894, "11865": 1894, "9998": 1894, "9797": 1894, "09128": 1894, "5758": 1894, "0011648": 1894, "000171131": 1894, "000177031": 1894, "00052665": 1894, "00203961": 1894, "0659214": 1894, "0645032": 1894, "0673451": 1894, "0664132": 1894, "0657103": 1894, "0671124": 1894, "00972141": 1894, "00816553": 1894, "0120463": 1894, "0123374": 1894, "00630649": 1894, "00948341": 1894, "00713825": 1894, "0120053": 1894, "0127712": 1894, "00596812": 1894, "0996916": 1894, "0850222": 1894, "173681": 1894, "1975": 1894, "8545": 1894, "8541": 1894, "00114865": 1894, "000173988": 1894, "000171794": 1894, "00119219": 1894, "00268662": 1894, "0532849": 1894, "0522147": 1894, "0543555": 1894, "053342": 1894, "0532922": 1894, "0533916": 1894, "00446188": 1894, "00427029": 1894, "0056238": 1894, "00476629": 1894, "0031903": 1894, "00436633": 1894, "00327022": 1894, "00473538": 1894, "00557037": 1894, "00387195": 1894, "0277647": 1894, "05598": 1894, "116407": 1894, "8927": 1894, "53428": 1894, "88": 1894, "8864": 1894, "00113772": 1894, "000172391": 1894, "000173831": 1894, "000667482": 1894, "00215142": 1894, "0487876": 1894, "0475343": 1894, "0500452": 1894, "0492262": 1894, "0486641": 1894, "0497856": 1894, "00317577": 1894, "0035957": 1894, "00350054": 1894, "00284136": 1894, "00275857": 1894, "00292205": 1894, "00258701": 1894, "00302885": 1894, "00338107": 1894, "0026844": 1894, "0236387": 1894, "0545816": 1894, "112377": 1894, "8792": 1894, "8611": 1894, "00115159": 1894, "000175224": 1894, "000172538": 1894, "000641879": 1894, "00214123": 1894, "048189": 1894, "0475752": 1894, "048804": 1894, "048684": 1894, "0485661": 1894, "0488014": 1894, "00280902": 1894, "00324111": 1894, "00320282": 1894, "00247802": 1894, "0023114": 1894, "0025366": 1894, "00258148": 1894, "00246217": 1894, "00286055": 1894, "00224081": 1894, "0246712": 1894, "0560449": 1894, "114722": 1894, "9191": 1894, "93015": 1894, "8682": 1894, "00113351": 1894, "00017218": 1894, "000169732": 1894, "00061197": 1894, "0020874": 1894, "0482681": 1894, "0473526": 1894, "0491879": 1894, "0482165": 1894, "0481162": 1894, "0483167": 1894, "00294627": 1894, "00344064": 1894, "00291673": 1894, "00275251": 1894, "00267103": 1894, "00298406": 1894, "0026251": 1894, "00285476": 1894, "00329326": 1894, "00315823": 1894, "0246552": 1894, "0552698": 1894, "114393": 1894, "88386": 1894, "8694": 1894, "00112254": 1894, "000171682": 1894, "000169843": 1894, "000609689": 1894, "00207376": 1894, "048889": 1894, "0478555": 1894, "0499248": 1894, "049152": 1894, "0484824": 1894, "0498193": 1894, "003037": 1894, "00320006": 1894, "00327777": 1894, "0029207": 1894, "00274846": 1894, "00285318": 1894, "00254032": 1894, "00293476": 1894, "00342016": 1894, "00251206": 1894, "0245681": 1894, "0554533": 1894, "113913": 1894, "8968": 1894, "21281": 1894, "87": 1894, "8797": 1894, "00112889": 1894, "000174991": 1894, "000176317": 1894, "000609379": 1894, "00208958": 1894, "0473094": 1894, "045965": 1894, "048656": 1894, "0473527": 1894, "046369": 1894, "0483339": 1894, "00272949": 1894, "00316006": 1894, "00287265": 1894, "00244254": 1894, "00243698": 1894, "0026367": 1894, "00258314": 1894, "00241881": 1894, "00319259": 1894, "00235322": 1894, "0233294": 1894, "0548638": 1894, "113268": 1894, "8957": 1894, "51035": 1894, "8705": 1894, "00116392": 1894, "000174849": 1894, "000171033": 1894, "000573339": 1894, "00208315": 1894, "0488708": 1894, "048186": 1894, "0495586": 1894, "0490466": 1894, "0489142": 1894, "049178": 1894, "00282094": 1894, "00316907": 1894, "00295433": 1894, "00271815": 1894, "00243883": 1894, "00273748": 1894, "00262902": 1894, "00272997": 1894, "00314165": 1894, "00244518": 1894, "0249233": 1894, "0546016": 1894, "11385": 1894, "9022": 1894, "34419": 1894, "8791": 1894, "00113176": 1894, "000173538": 1894, "000174227": 1894, "000500731": 1894, "00198025": 1894, "0492124": 1894, "0484356": 1894, "049993": 1894, "0489308": 1894, "048871": 1894, "0489904": 1894, "00273515": 1894, "00326991": 1894, "00276099": 1894, "00255092": 1894, "00235247": 1894, "00280445": 1894, "00258294": 1894, "0028585": 1894, "00317801": 1894, "00259388": 1894, "0245304": 1894, "0553609": 1894, "112756": 1894, "8688": 1894, "98793": 1894, "89": 1894, "8983": 1894, "00112999": 1894, "000172763": 1894, "000171394": 1894, "000627904": 1894, "00210205": 1894, "0486702": 1894, "0479463": 1894, "0493956": 1894, "0488597": 1894, "0489007": 1894, "0488189": 1894, "00274177": 1894, "00356041": 1894, "00275273": 1894, "00252121": 1894, "00212272": 1894, "00257861": 1894, "00265775": 1894, "00242603": 1894, "00290282": 1894, "00232661": 1894, "0231697": 1894, "0553643": 1894, "110655": 1894, "8281": 1894, "23047": 1894, "u1": 1894, "u10": 1894, "u7": 1894, "j2": 1894, "u11": 1894, "u8": 1894, "u12": 1894, "u9": 1894, "90": [1894, 1901, 1906], "somewher": 1894, "run_two_band": 1894, "se": 1894, "investig": [1894, 1898, 1903], "redirect": 1895, "start_redirect": 1895, "323600": 1895, "k_linear": 1895, "endpoint": [1895, 1902, 1903, 1904], "epsk": 1895, "pcolormesh": [1895, 1897, 1902, 1903], "rdbu_r": 1895, "shade": 1895, "vmin": 1895, "vmax": 1895, "set_label": 1895, "weak": [1897, 1898, 1902, 1903], "ferromagnet": [1897, 1899, 1902, 1904], "conist": [1897, 1902], "pauli": [1897, 1900, 1902, 1905], "mermin": [1897, 1899, 1902, 1904], "wagner": [1897, 1899, 1902, 1904], "theorem": [1897, 1898, 1899, 1902, 1903, 1904], "09": [253, 1897, 1902, 1903, 1904, 1906], "inlinebackend": [1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "figure_format": [1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906], "earier": [1897, 1902], "insead": [1897, 1902], "hamitonian": [1897, 1902], "python_api": [1897, 1902], "highlight": [1897, 1902], "__": [1897, 1902], "neigbhour": [1897, 1901, 1902, 1906], "h_r": [1897, 1901, 1902, 1906], "510934": 1897, "kmesh": [1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906], "0490874": [1897, 1902], "28319": [1897, 1902], "e_k_interp": [1897, 1902], "raster": [1897, 1902, 1903, 1904], "rdbu": [1897, 1902, 1903], "contour": [1897, 1902], "linestyl": [1897, 1902], "k_tick": [1897, 1902, 1903, 1904], "k_label": [1897, 1902], "xtick": [1897, 1902, 1903, 1904], "ytick": [1897, 1902, 1903, 1904], "va": [1897, 1902], "clip_on": [1897, 1902], "thepath": [1897, 1902], "python_refer": [1897, 1902], "k_vec": [1897, 1902, 1903, 1904], "k_plot": [1897, 1902, 1903, 1904], "wmesh": [1897, 1900, 1901, 1902, 1905, 1906], "wkmesh": [1897, 1902], "g0_wk": [1897, 1898, 1901, 1902, 1903, 1906], "lattice_dyson_g0_wk": [1897, 1901, 1902, 1906], "perfectli": [1897, 1898, 1901, 1902, 1903, 1906], "rho_k": [1897, 1902], "chi": [1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "chi_": [1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "dagger_a": [1898, 1903], "c_b": [1898, 1903], "dagger_c": [1898, 1903], "c_d": [1898, 1903], "wick": [1898, 1903], "convolut": [1898, 1903], "2frac": [1898, 1903], "inu_m": [1898, 1903], "nu_m": [1898, 1903], "fastest": [1898, 1903], "nu_n": [1898, 1903], "susceptibiltii": [1898, 1903], "fft": [1898, 1903], "triqs_trpf": [1898, 1903], "imtime_bubble_chi0_wk": [1898, 1901, 1903, 1906], "chi0_wk": [1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906], "nw": [1898, 1901, 1903, 1906], "greatli": [1898, 1903], "domin": [1898, 1903], "betaepsilon": [1898, 1903], "dinension": [1898, 1903], "extrema": [1898, 1903], "exercic": [1898, 1903], "manifest": [1898, 1903], "susecpt": [1898, 1903], "depdend": [1898, 1903], "sucept": [1898, 1903], "chi0_at_k_w": [1898, 1903], "susceptibilti": [1898, 1903], "chi_q_ref": [1898, 1903], "nan_to_num": [1898, 1903], "agre": [1898, 1903], "pad\u00e9": [1898, 1903], "fequenc": [1898, 1903], "fmesh": [1898, 1903], "chi_f": [1898, 1903], "pade_analytical_continuation_wk": [1898, 1903], "chi0_fk": [1898, 1903], "strongest": [1898, 1903], "susceptibilitii": [1898, 1903], "irreduc": [1899, 1904], "vertex": [1899, 1900, 1904, 1905], "denomin": [1899, 1900, 1901, 1904, 1905, 1906], "wherebi": [1899, 1904], "instabl": [1899, 1904], "predict": [1899, 1901, 1904, 1906], "unphys": [1899, 1901, 1904, 1906], "remedi": [1899, 1904], "shortcom": [1899, 1904], "solve_rpa_ph": [1899, 1900, 1901, 1904, 1905, 1906], "dtype": [1899, 1900, 1901, 1904, 1905, 1906], "compli": [1899, 1904], "chi_wk": [1899, 1900, 1901, 1904, 1905, 1906], "magnitud": [1899, 1904], "incommensur": [1899, 1904], "af": [1899, 1901, 1904, 1906], "andr\u00e9": [1900, 1905], "mari": [1900, 1905], "tremblai": [1900, 1901, 1905, 1906], "law": [1900, 1905], "tpc": [1900, 1901, 1905, 1906], "vertici": [1900, 1905], "cascad": [1900, 1905], "ansatz": [1900, 1901, 1905, 1906], "vilk": [1900, 1901, 1905, 1906], "franc": [1900, 1901, 1905, 1906], "1997": [1900, 1901, 1905, 1906], "1309": [1900, 1901, 1905, 1906], "1368": [1900, 1901, 1905, 1906], "solve_rpa": [1900, 1901, 1905, 1906], "triq_trpf": [1900, 1905], "focus": [1900, 1901, 1905, 1906], "brentq": [1900, 1901, 1905, 1906], "usp_root": [1900, 1901, 1905, 1906], "trace_chi": [1900, 1901, 1905, 1906], "chi_w": [1900, 1901, 1905, 1906], "squeez": [1900, 1901, 1903, 1904, 1905, 1906], "usp": [1900, 1901, 1905, 1906], "uch_root": [1900, 1901, 1905, 1906], "uch": [1900, 1901, 1905, 1906], "docc": [1900, 1901, 1905, 1906], "solve_tpsc": [1900, 1901, 1905, 1906], "iq_n": [1900, 1905], "violat": [1900, 1905], "1133": [1901, 1906], "1966": [1901, 1906], "imposs": [1901, 1906], "heurist": [1901, 1906], "proof": [1901, 1906], "collinear": [1901, 1906], "nabla": [1901, 1906], "wavelength": [1901, 1906], "classic": [1901, 1906], "equipartit": [1901, 1906], "k_bt": [1901, 1906], "rise": [1901, 1906], "infrar": [1901, 1906], "2q": [1901, 1906], "absurd": [1901, 1906], "hypothesi": [1901, 1906], "wave": [1901, 1906], "bubbl": [1901, 1903, 1906], "get_chi0": [1901, 1906], "tr_chi_sp": [1901, 1905, 1906], "diff": [1901, 1905, 1906], "tr_chi": [1901, 1905, 1906], "uc": [1901, 1905, 1906], "examin": [1901, 1906], "sum_n": [1901, 1906], "t_c": [1901, 1906], "t_rpa_vec": [1901, 1906], "concaten": [1901, 1905, 1906], "s_rpa_vec": [1901, 1906], "zeros_lik": [1901, 1905, 1906], "s_rpa": [1901, 1906], "4e": [1901, 1905, 1906], "rigor": [1901, 1906], "excercis": [1901, 1906], "whenc": [1901, 1906], "lowest": [1901, 1906], "sudden": [1901, 1906], "suddent": [1901, 1906], "anitferromagnet": [1901, 1906], "remnant": [1901, 1906], "kyung": [1901, 1906], "landri": [1901, 1906], "poulin": [1901, 1906], "099702": [1901, 1906], "asymptot": [1901, 1906], "trick": [1901, 1906], "appendix": [1901, 1906], "dar\u00e9": [1901, 1906], "14236": [1901, 1906], "1996": [1901, 1906], "intermedi": [1901, 1906], "rightarrow0": [1901, 1906], "rapid": [1901, 1906], "crossov": [1901, 1906], "2u": [1901, 1906], "866052": 1902, "kgrid1d": 1902, "a_k": 1902, "a_inv_k": 1902, "rho_k_interp": 1902, "box": 1903, "16384": 1903, "fourier_wk_to_wr": 1903, "fourier_wr_to_tr": 1903, "chi0_tr_from_grt_ph": 1903, "amp": 1903, "009086": 1903, "chi_wr_from_chi_tr": 1903, "chi_wk_from_chi_wr": 1903, "chi_interp": 1903, "q_x": [1903, 1904], "q_y": [1903, 1904], "chi0_k_interp": 1903, "k_g": 1903, "k_m": 1903, "k_pt": 1903, "_m": 1903, "ro": 1903, "var": 1903, "_1fkps792lsc0txclg5ky4300000gq": 1903, "ipykernel_50793": 1903, "228374747": 1903, "runtimewarn": 1903, "chi0_fk_interp": 1903, "chi_k_interp": 1904, "qx": 1904, "qy": 1904, "pcolor": 1904, "701127": 1904, "k_af": 1904, "u_vec": [1904, 1905], "chi_inv_vec": 1904, "5092181189127931": 1905, "5918677213723913": 1905, "18865226486409914": 1905, "778901915273313": 1905, "usp_vec": 1905, "uch_vec": 1905, "docc_vec": [1905, 1906], "0000e": [1905, 1906], "8960e": 1905, "2410e": 1905, "4133e": 1905, "6960e": 1905, "0074e": 1905, "3480e": 1905, "4299e": 1905, "4181e": 1905, "2964e": 1905, "0435e": 1905, "1509e": 1905, "2343e": 1905, "8118e": 1905, "3194e": 1905, "2029e": 1905, "5092e": 1905, "5919e": 1905, "8865e": 1905, "9155e": 1905, "1248e": 1905, "5962e": 1905, "1660e": 1905, "2127e": 1905, "3538e": 1905, "3187e": 1905, "8718e": 1905, "1594e": 1905, "imread": 1905, "overlai": 1905, "img": 1905, "fig2": 1905, "imshow": 1905, "sum_chi_vec": 1905, "sum_chi": 1905, "9935e": 1905, "5000e": [1905, 1906], "9969e": 1905, "0007e": 1905, "0024e": 1905, "0048e": 1905, "2500e": [1905, 1906], "0079e": 1905, "0118e": 1905, "7500e": 1905, "0166e": 1905, "0222e": 1905, "0287e": 1905, "617709": 1906, "7196e": 1906, "3333e": 1906, "5925e": 1906, "8000e": 1906, "5714e": 1906, "8783e": 1906, "6000e": 1906, "8462e": 1906, "2302e": 1906, "4000e": 1906, "1667e": 1906, "6725e": 1906, "2000e": 1906, "5455e": 1906, "2425e": 1906, "0006e": 1906, "5556e": 1906, "0503e": 1906, "5858e": 1906, "1429e": 1906, "0020e": 1906, "4436e": 1906, "5028e": 1906, "9329e": 1906, "t_tpsc_vec": 1906, "s_tpsc_vec": 1906, "u_sp_vec": 1906, "u_ch_vec": 1906, "s_tpsc": 1906, "ucrpa": 1906, "chi_sp_wk": 1906, "1151e": 1906, "9735e": 1906, "9469e": 1906, "6108e": 1906, "9065e": 1906, "3054e": 1906, "8166e": 1906, "3189e": 1906, "7718e": 1906, "5801e": 1906, "7324e": 1906, "9464e": 1906, "6148e": 1906, "0225e": 1906, "6343e": 1906, "9851e": 1906, "6667e": 1906, "4421e": 1906, "8411e": 1906, "5263e": 1906, "9599e": 1906, "3406e": 1906, "7133e": 1906, "4629e": 1906, "2155e": 1906, "2802e": 1906, "5589e": 1906, "4251e": 1906, "0735e": 1906, "2301e": 1906, "6547e": 1906, "3938e": 1906, "5004e": 1906, "1949e": 1906, "0900e": 1906, "3718e": 1906, "3575e": 1906, "1657e": 1906, "2228e": 1906, "3535e": 1906, "8974e": 1906, "8571e": 1906, "1527e": 1906, "2658e": 1906, "3454e": 1906, "6014e": 1906, "1327e": 1906, "3218e": 1906, "3330e": 1906, "0230e": 1906, "0869e": 1906, "4279e": 1906, "3043e": 1906, "2999e": 1906, "221": 1906, "222": 1906, "blow": 1906, "223": 1906, "u_sp": 1906, "224": 1906, "twoparticlerespons": 1907, "deeper": 1908, "profound": 1908, "port": 1908, "summari": 1908, "path_to_install_directori": 1908, "diretori": 1908, "show_vers": 1908, "9e": [252, 253], "6e": [252, 253], "3e": [252, 253], "00068": 252, "8e": 253, "5e": 253, "00098": 253, "00042": 253, "645497": [481, 482]}, "objects": {"": [[496, 0, 1, "", "HDFArchiveGroup"], [496, 0, 1, "", "HDFArchiveInert"], [495, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [494, 2, 0, "-", "h5"], [496, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[496, 1, 1, "", "apply_on_leaves"], [496, 1, 1, "", "create_group"], [496, 1, 1, "", "get_raw"], [496, 1, 1, "", "is_data"], [496, 1, 1, "", "is_group"], [496, 1, 1, "", "items"], [496, 1, 1, "", "keys"], [496, 1, 1, "", "read_attr"], [496, 1, 1, "", "root_path"], [496, 1, 1, "", "update"], [496, 1, 1, "", "values"]], "h5": [[496, 0, 1, "", "HDFArchive"]], "triqs": [[586, 2, 0, "-", "atom_diag"], [641, 2, 0, "-", "dos"], [655, 2, 0, "-", "fit"], [659, 2, 0, "-", "gf"], [1590, 2, 0, "-", "lattice"], [1667, 2, 0, "-", "operators"], [1722, 2, 0, "-", "plot"], [1731, 2, 0, "-", "random_generator"], [1736, 2, 0, "-", "stat"], [1750, 2, 0, "-", "sumk"], [1764, 2, 0, "-", "utility"]], "triqs.atom_diag": [[587, 3, 1, "", "AtomDiag"], [588, 2, 0, "-", "atom_diag"]], "triqs.atom_diag.atom_diag": [[589, 0, 1, "", "AtomDiagComplex"], [610, 0, 1, "", "AtomDiagReal"], [631, 3, 1, "", "act"], [632, 3, 1, "", "atomic_density_matrix"], [633, 3, 1, "", "atomic_g_iw"], [634, 3, 1, "", "atomic_g_l"], [635, 3, 1, "", "atomic_g_tau"], [636, 3, 1, "", "atomic_g_w"], [637, 3, 1, "", "partition_function"], [638, 3, 1, "", "quantum_number_eigenvalues"], [639, 3, 1, "", "quantum_number_eigenvalues_checked"], [640, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[590, 1, 1, "", "__init__"], [591, 1, 1, "", "c_connection"], [592, 1, 1, "", "c_matrix"], [593, 1, 1, "", "cdag_connection"], [594, 1, 1, "", "cdag_matrix"], [595, 4, 1, "", "energies"], [596, 1, 1, "", "flatten_subspace_index"], [597, 4, 1, "", "fock_states"], [598, 4, 1, "", "fops"], [599, 4, 1, "", "full_hilbert_space_dim"], [600, 1, 1, "", "get_eigenvalue"], [601, 1, 1, "", "get_subspace_dim"], [602, 1, 1, "", "get_subspace_dims"], [603, 4, 1, "", "gs_energy"], [604, 4, 1, "", "h_atomic"], [605, 4, 1, "", "n_subspaces"], [606, 4, 1, "", "quantum_numbers"], [607, 4, 1, "", "unitary_matrices"], [608, 4, 1, "", "vacuum_state"], [609, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[611, 1, 1, "", "__init__"], [612, 1, 1, "", "c_connection"], [613, 1, 1, "", "c_matrix"], [614, 1, 1, "", "cdag_connection"], [615, 1, 1, "", "cdag_matrix"], [616, 4, 1, "", "energies"], [617, 1, 1, "", "flatten_subspace_index"], [618, 4, 1, "", "fock_states"], [619, 4, 1, "", "fops"], [620, 4, 1, "", "full_hilbert_space_dim"], [621, 1, 1, "", "get_eigenvalue"], [622, 1, 1, "", "get_subspace_dim"], [623, 1, 1, "", "get_subspace_dims"], [624, 4, 1, "", "gs_energy"], [625, 4, 1, "", "h_atomic"], [626, 4, 1, "", "n_subspaces"], [627, 4, 1, "", "quantum_numbers"], [628, 4, 1, "", "unitary_matrices"], [629, 4, 1, "", "vacuum_state"], [630, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[642, 2, 0, "-", "dos"], [557, 3, 1, "", "dos_from_file"], [652, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[643, 0, 1, "", "DOS"], [647, 0, 1, "", "DOSFromFunction"], [651, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[644, 1, 1, "", "__init__"], [645, 1, 1, "", "copy"], [646, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[648, 1, 1, "", "__init__"], [649, 1, 1, "", "copy"], [650, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[653, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[654, 1, 1, "", "__init__"]], "triqs.fit": [[656, 2, 0, "-", "fit"]], "triqs.fit.fit": [[657, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[658, 1, 1, "", "__init__"]], "triqs.gf": [[660, 2, 0, "-", "backwd_compat"], [856, 2, 0, "-", "block2_gf"], [871, 2, 0, "-", "block_gf"], [896, 2, 0, "-", "descriptor_base"], [913, 2, 0, "-", "descriptors"], [932, 2, 0, "-", "dlr_crm_dyson_solver"], [934, 2, 0, "-", "gf"], [983, 2, 0, "-", "gf_factories"], [993, 2, 0, "-", "gf_fnt"], [1011, 2, 0, "-", "lazy_expressions"], [1026, 2, 0, "-", "map_block"], [1027, 2, 0, "-", "matsubara_freq"], [1034, 2, 0, "-", "mesh_point"], [1041, 2, 0, "-", "mesh_product"], [1051, 2, 0, "-", "meshes"], [1177, 2, 0, "-", "plot"], [1206, 2, 0, "-", "tools"], [1218, 2, 0, "-", "wrapped_aux"]], "triqs.gf.backwd_compat": [[661, 2, 0, "-", "gf_imfreq"], [700, 2, 0, "-", "gf_imtime"], [739, 2, 0, "-", "gf_legendre"], [778, 2, 0, "-", "gf_refreq"], [817, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[662, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[663, 1, 1, "", "__init__"], [664, 1, 1, "", "conjugate"], [665, 1, 1, "", "copy"], [666, 1, 1, "", "copy_from"], [667, 5, 1, "", "data"], [668, 1, 1, "", "density"], [669, 1, 1, "", "enforce_discontinuity"], [670, 1, 1, "", "fit_hermitian_tail"], [671, 1, 1, "", "fit_hermitian_tail_on_window"], [672, 1, 1, "", "fit_tail"], [673, 1, 1, "", "fit_tail_on_window"], [674, 1, 1, "", "from_L_G_R"], [675, 5, 1, "", "imag"], [676, 5, 1, "", "indices"], [677, 1, 1, "", "inverse"], [678, 1, 1, "", "invert"], [679, 1, 1, "", "is_gf_hermitian"], [680, 1, 1, "", "is_gf_real_in_tau"], [681, 5, 1, "", "mesh"], [682, 5, 1, "", "rank"], [683, 5, 1, "", "real"], [684, 1, 1, "", "rebinning_tau"], [685, 1, 1, "", "replace_by_tail"], [686, 1, 1, "", "replace_by_tail_in_fit_window"], [687, 1, 1, "", "set_from_fourier"], [688, 1, 1, "", "set_from_imfreq"], [689, 1, 1, "", "set_from_imtime"], [690, 1, 1, "", "set_from_legendre"], [691, 1, 1, "", "set_from_pade"], [692, 5, 1, "", "target_indices"], [693, 5, 1, "", "target_rank"], [694, 5, 1, "", "target_shape"], [695, 1, 1, "", "tau_L2_norm"], [696, 1, 1, "", "total_density"], [697, 1, 1, "", "transpose"], [698, 1, 1, "", "x_data_view"], [699, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[701, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[702, 1, 1, "", "__init__"], [703, 1, 1, "", "conjugate"], [704, 1, 1, "", "copy"], [705, 1, 1, "", "copy_from"], [706, 5, 1, "", "data"], [707, 1, 1, "", "density"], [708, 1, 1, "", "enforce_discontinuity"], [709, 1, 1, "", "fit_hermitian_tail"], [710, 1, 1, "", "fit_hermitian_tail_on_window"], [711, 1, 1, "", "fit_tail"], [712, 1, 1, "", "fit_tail_on_window"], [713, 1, 1, "", "from_L_G_R"], [714, 5, 1, "", "imag"], [715, 5, 1, "", "indices"], [716, 1, 1, "", "inverse"], [717, 1, 1, "", "invert"], [718, 1, 1, "", "is_gf_hermitian"], [719, 1, 1, "", "is_gf_real_in_tau"], [720, 5, 1, "", "mesh"], [721, 5, 1, "", "rank"], [722, 5, 1, "", "real"], [723, 1, 1, "", "rebinning_tau"], [724, 1, 1, "", "replace_by_tail"], [725, 1, 1, "", "replace_by_tail_in_fit_window"], [726, 1, 1, "", "set_from_fourier"], [727, 1, 1, "", "set_from_imfreq"], [728, 1, 1, "", "set_from_imtime"], [729, 1, 1, "", "set_from_legendre"], [730, 1, 1, "", "set_from_pade"], [731, 5, 1, "", "target_indices"], [732, 5, 1, "", "target_rank"], [733, 5, 1, "", "target_shape"], [734, 1, 1, "", "tau_L2_norm"], [735, 1, 1, "", "total_density"], [736, 1, 1, "", "transpose"], [737, 1, 1, "", "x_data_view"], [738, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[740, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[741, 1, 1, "", "__init__"], [742, 1, 1, "", "conjugate"], [743, 1, 1, "", "copy"], [744, 1, 1, "", "copy_from"], [745, 5, 1, "", "data"], [746, 1, 1, "", "density"], [747, 1, 1, "", "enforce_discontinuity"], [748, 1, 1, "", "fit_hermitian_tail"], [749, 1, 1, "", "fit_hermitian_tail_on_window"], [750, 1, 1, "", "fit_tail"], [751, 1, 1, "", "fit_tail_on_window"], [752, 1, 1, "", "from_L_G_R"], [753, 5, 1, "", "imag"], [754, 5, 1, "", "indices"], [755, 1, 1, "", "inverse"], [756, 1, 1, "", "invert"], [757, 1, 1, "", "is_gf_hermitian"], [758, 1, 1, "", "is_gf_real_in_tau"], [759, 5, 1, "", "mesh"], [760, 5, 1, "", "rank"], [761, 5, 1, "", "real"], [762, 1, 1, "", "rebinning_tau"], [763, 1, 1, "", "replace_by_tail"], [764, 1, 1, "", "replace_by_tail_in_fit_window"], [765, 1, 1, "", "set_from_fourier"], [766, 1, 1, "", "set_from_imfreq"], [767, 1, 1, "", "set_from_imtime"], [768, 1, 1, "", "set_from_legendre"], [769, 1, 1, "", "set_from_pade"], [770, 5, 1, "", "target_indices"], [771, 5, 1, "", "target_rank"], [772, 5, 1, "", "target_shape"], [773, 1, 1, "", "tau_L2_norm"], [774, 1, 1, "", "total_density"], [775, 1, 1, "", "transpose"], [776, 1, 1, "", "x_data_view"], [777, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[779, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[780, 1, 1, "", "__init__"], [781, 1, 1, "", "conjugate"], [782, 1, 1, "", "copy"], [783, 1, 1, "", "copy_from"], [784, 5, 1, "", "data"], [785, 1, 1, "", "density"], [786, 1, 1, "", "enforce_discontinuity"], [787, 1, 1, "", "fit_hermitian_tail"], [788, 1, 1, "", "fit_hermitian_tail_on_window"], [789, 1, 1, "", "fit_tail"], [790, 1, 1, "", "fit_tail_on_window"], [791, 1, 1, "", "from_L_G_R"], [792, 5, 1, "", "imag"], [793, 5, 1, "", "indices"], [794, 1, 1, "", "inverse"], [795, 1, 1, "", "invert"], [796, 1, 1, "", "is_gf_hermitian"], [797, 1, 1, "", "is_gf_real_in_tau"], [798, 5, 1, "", "mesh"], [799, 5, 1, "", "rank"], [800, 5, 1, "", "real"], [801, 1, 1, "", "rebinning_tau"], [802, 1, 1, "", "replace_by_tail"], [803, 1, 1, "", "replace_by_tail_in_fit_window"], [804, 1, 1, "", "set_from_fourier"], [805, 1, 1, "", "set_from_imfreq"], [806, 1, 1, "", "set_from_imtime"], [807, 1, 1, "", "set_from_legendre"], [808, 1, 1, "", "set_from_pade"], [809, 5, 1, "", "target_indices"], [810, 5, 1, "", "target_rank"], [811, 5, 1, "", "target_shape"], [812, 1, 1, "", "tau_L2_norm"], [813, 1, 1, "", "total_density"], [814, 1, 1, "", "transpose"], [815, 1, 1, "", "x_data_view"], [816, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[818, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[819, 1, 1, "", "__init__"], [820, 1, 1, "", "conjugate"], [821, 1, 1, "", "copy"], [822, 1, 1, "", "copy_from"], [823, 5, 1, "", "data"], [824, 1, 1, "", "density"], [825, 1, 1, "", "enforce_discontinuity"], [826, 1, 1, "", "fit_hermitian_tail"], [827, 1, 1, "", "fit_hermitian_tail_on_window"], [828, 1, 1, "", "fit_tail"], [829, 1, 1, "", "fit_tail_on_window"], [830, 1, 1, "", "from_L_G_R"], [831, 5, 1, "", "imag"], [832, 5, 1, "", "indices"], [833, 1, 1, "", "inverse"], [834, 1, 1, "", "invert"], [835, 1, 1, "", "is_gf_hermitian"], [836, 1, 1, "", "is_gf_real_in_tau"], [837, 5, 1, "", "mesh"], [838, 5, 1, "", "rank"], [839, 5, 1, "", "real"], [840, 1, 1, "", "rebinning_tau"], [841, 1, 1, "", "replace_by_tail"], [842, 1, 1, "", "replace_by_tail_in_fit_window"], [843, 1, 1, "", "set_from_fourier"], [844, 1, 1, "", "set_from_imfreq"], [845, 1, 1, "", "set_from_imtime"], [846, 1, 1, "", "set_from_legendre"], [847, 1, 1, "", "set_from_pade"], [848, 5, 1, "", "target_indices"], [849, 5, 1, "", "target_rank"], [850, 5, 1, "", "target_shape"], [851, 1, 1, "", "tau_L2_norm"], [852, 1, 1, "", "total_density"], [853, 1, 1, "", "transpose"], [854, 1, 1, "", "x_data_view"], [855, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[857, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[858, 1, 1, "", "__init__"], [859, 5, 1, "", "all_indices"], [860, 1, 1, "", "copy"], [861, 1, 1, "", "copy_from"], [862, 1, 1, "", "copy_selected_blocks"], [863, 5, 1, "", "imag"], [864, 5, 1, "", "indices"], [865, 5, 1, "", "indices1"], [866, 5, 1, "", "indices2"], [867, 5, 1, "", "n_blocks"], [868, 5, 1, "", "real"], [869, 1, 1, "", "view_selected_blocks"], [870, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[872, 0, 1, "", "BlockGf"], [894, 3, 1, "", "call_factory_from_dict"], [895, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[873, 1, 1, "", "__init__"], [874, 5, 1, "", "all_indices"], [875, 5, 1, "", "beta"], [876, 1, 1, "", "conjugate"], [877, 1, 1, "", "copy"], [878, 1, 1, "", "copy_from"], [879, 1, 1, "", "copy_selected_blocks"], [880, 1, 1, "", "density"], [881, 5, 1, "", "imag"], [882, 5, 1, "", "indices"], [883, 1, 1, "", "inverse"], [884, 1, 1, "", "invert"], [885, 1, 1, "", "load"], [886, 5, 1, "", "mesh"], [887, 5, 1, "", "n_blocks"], [888, 5, 1, "", "real"], [889, 1, 1, "", "save"], [890, 1, 1, "", "total_density"], [891, 1, 1, "", "transpose"], [892, 1, 1, "", "view_selected_blocks"], [893, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[897, 0, 1, "", "Base"], [899, 0, 1, "", "BaseBlock"], [902, 0, 1, "", "Const"], [904, 0, 1, "", "Function"], [906, 0, 1, "", "LazyCTX"], [908, 0, 1, "", "Omega_"], [910, 3, 1, "", "convert_scalar_to_const"], [911, 3, 1, "", "is_lazy"], [912, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[898, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[900, 1, 1, "", "__init__"], [901, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[903, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[905, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[907, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[909, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[914, 0, 1, "", "Flat"], [916, 0, 1, "", "Fourier"], [919, 0, 1, "", "LegendreToMatsubara"], [922, 0, 1, "", "MatsubaraToLegendre"], [548, 0, 1, "", "Omega"], [925, 0, 1, "", "OneFermionInTime"], [927, 0, 1, "", "SemiCircular"], [929, 4, 1, "", "Wilson"], [931, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[915, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[917, 1, 1, "", "__init__"], [918, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[920, 1, 1, "", "__init__"], [921, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[923, 1, 1, "", "__init__"], [924, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[926, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[928, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[930, 1, 1, "", "__init__"]], "triqs.gf.dlr_crm_dyson_solver": [[933, 3, 1, "", "minimize_dyson"]], "triqs.gf.gf": [[935, 0, 1, "", "AddMethod"], [938, 0, 1, "", "CallProxyNone"], [940, 0, 1, "", "Gf"], [978, 0, 1, "", "Idx"], [980, 3, 1, "", "add_method_helper"], [981, 3, 1, "", "bckwd"], [982, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[936, 1, 1, "", "__init__"], [937, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[939, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[941, 1, 1, "", "__init__"], [942, 1, 1, "", "conjugate"], [943, 1, 1, "", "copy"], [944, 1, 1, "", "copy_from"], [945, 5, 1, "", "data"], [946, 1, 1, "", "density"], [947, 1, 1, "", "enforce_discontinuity"], [948, 1, 1, "", "fit_hermitian_tail"], [949, 1, 1, "", "fit_hermitian_tail_on_window"], [950, 1, 1, "", "fit_tail"], [951, 1, 1, "", "fit_tail_on_window"], [952, 1, 1, "", "from_L_G_R"], [953, 5, 1, "", "imag"], [954, 5, 1, "", "indices"], [955, 1, 1, "", "inverse"], [956, 1, 1, "", "invert"], [957, 1, 1, "", "is_gf_hermitian"], [958, 1, 1, "", "is_gf_real_in_tau"], [959, 5, 1, "", "mesh"], [960, 5, 1, "", "rank"], [961, 5, 1, "", "real"], [962, 1, 1, "", "rebinning_tau"], [963, 1, 1, "", "replace_by_tail"], [964, 1, 1, "", "replace_by_tail_in_fit_window"], [965, 1, 1, "", "set_from_fourier"], [966, 1, 1, "", "set_from_imfreq"], [967, 1, 1, "", "set_from_imtime"], [968, 1, 1, "", "set_from_legendre"], [969, 1, 1, "", "set_from_pade"], [970, 5, 1, "", "target_indices"], [971, 5, 1, "", "target_rank"], [972, 5, 1, "", "target_shape"], [973, 1, 1, "", "tau_L2_norm"], [974, 1, 1, "", "total_density"], [975, 1, 1, "", "transpose"], [976, 1, 1, "", "x_data_view"], [977, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[979, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[984, 3, 1, "", "fit_gf_dlr"], [985, 3, 1, "", "make_gf_dlr"], [986, 3, 1, "", "make_gf_dlr_imfreq"], [987, 3, 1, "", "make_gf_dlr_imtime"], [988, 3, 1, "", "make_gf_from_fourier"], [989, 3, 1, "", "make_gf_imfreq"], [990, 3, 1, "", "make_gf_imtime"], [991, 3, 1, "", "make_hermitian"], [992, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[994, 3, 1, "", "density"], [995, 3, 1, "", "enforce_discontinuity"], [996, 3, 1, "", "fit_hermitian_tail"], [997, 3, 1, "", "fit_hermitian_tail_on_window"], [998, 3, 1, "", "fit_tail"], [999, 3, 1, "", "fit_tail_on_window"], [1000, 3, 1, "", "is_gf_hermitian"], [1001, 3, 1, "", "is_gf_real_in_tau"], [1002, 3, 1, "", "rebinning_tau"], [1003, 3, 1, "", "replace_by_tail"], [1004, 3, 1, "", "replace_by_tail_in_fit_window"], [1005, 3, 1, "", "set_from_fourier"], [1006, 3, 1, "", "set_from_imfreq"], [1007, 3, 1, "", "set_from_imtime"], [1008, 3, 1, "", "set_from_legendre"], [1009, 3, 1, "", "set_from_pade"], [1010, 3, 1, "", "tau_L2_norm"]], "triqs.gf.lazy_expressions": [[1012, 0, 1, "", "LazyExpr"], [1018, 0, 1, "", "LazyExprTerminal"], [1020, 3, 1, "", "all_terminals"], [1021, 3, 1, "", "eval_expr"], [1022, 3, 1, "", "eval_expr_with_context"], [1023, 3, 1, "", "lazy_function"], [1024, 3, 1, "", "make_lazy"], [1025, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[1013, 1, 1, "", "__init__"], [1014, 1, 1, "", "copy"], [1015, 1, 1, "", "get_terminal"], [1016, 1, 1, "", "is_terminal"], [1017, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1019, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[1028, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1029, 1, 1, "", "__init__"], [1028, 4, 1, "", "beta"], [1030, 5, 1, "", "imag"], [1031, 5, 1, "", "index"], [1028, 4, 1, "", "n"], [1032, 5, 1, "", "real"], [1028, 4, 1, "", "statistic"], [1033, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[1035, 0, 1, "", "MeshPoint"], [1039, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[1036, 1, 1, "", "__init__"], [1037, 5, 1, "", "imag"], [1038, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1040, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[1042, 0, 1, "", "MeshProduct"], [1050, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[1043, 1, 1, "", "__init__"], [1044, 5, 1, "", "components"], [1045, 1, 1, "", "copy"], [1046, 1, 1, "", "copy_from"], [1047, 5, 1, "", "rank"], [1048, 1, 1, "", "size_of_components"], [1049, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[1052, 0, 1, "", "MeshBrZone"], [1065, 0, 1, "", "MeshCycLat"], [1077, 0, 1, "", "MeshDLR"], [1090, 0, 1, "", "MeshDLRImFreq"], [1103, 0, 1, "", "MeshDLRImTime"], [1116, 0, 1, "", "MeshImFreq"], [1132, 0, 1, "", "MeshImTime"], [1143, 0, 1, "", "MeshLegendre"], [1152, 0, 1, "", "MeshReFreq"], [1164, 0, 1, "", "MeshReTime"], [1176, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[1053, 1, 1, "", "__init__"], [1054, 4, 1, "", "bz"], [1055, 1, 1, "", "closest_index"], [1056, 1, 1, "", "copy"], [1057, 1, 1, "", "copy_from"], [1058, 4, 1, "", "dims"], [1059, 4, 1, "", "mesh_hash"], [1060, 1, 1, "", "to_data_index"], [1061, 1, 1, "", "to_index"], [1062, 1, 1, "", "to_value"], [1063, 4, 1, "", "units"], [1064, 1, 1, "", "values"]], "triqs.gf.meshes.MeshCycLat": [[1066, 1, 1, "", "__init__"], [1067, 1, 1, "", "copy"], [1068, 1, 1, "", "copy_from"], [1069, 4, 1, "", "dims"], [1070, 4, 1, "", "lattice"], [1071, 4, 1, "", "mesh_hash"], [1072, 1, 1, "", "to_data_index"], [1073, 1, 1, "", "to_index"], [1074, 1, 1, "", "to_value"], [1075, 4, 1, "", "units"], [1076, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[1078, 1, 1, "", "__init__"], [1079, 4, 1, "", "beta"], [1080, 1, 1, "", "copy"], [1081, 1, 1, "", "copy_from"], [1082, 4, 1, "", "eps"], [1083, 4, 1, "", "mesh_hash"], [1084, 4, 1, "", "statistic"], [1085, 1, 1, "", "to_data_index"], [1086, 1, 1, "", "to_index"], [1087, 1, 1, "", "to_value"], [1088, 1, 1, "", "values"], [1089, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImFreq": [[1091, 1, 1, "", "__init__"], [1092, 4, 1, "", "beta"], [1093, 1, 1, "", "copy"], [1094, 1, 1, "", "copy_from"], [1095, 4, 1, "", "eps"], [1096, 4, 1, "", "mesh_hash"], [1097, 4, 1, "", "statistic"], [1098, 1, 1, "", "to_data_index"], [1099, 1, 1, "", "to_index"], [1100, 1, 1, "", "to_value"], [1101, 1, 1, "", "values"], [1102, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[1104, 1, 1, "", "__init__"], [1105, 4, 1, "", "beta"], [1106, 1, 1, "", "copy"], [1107, 1, 1, "", "copy_from"], [1108, 4, 1, "", "eps"], [1109, 4, 1, "", "mesh_hash"], [1110, 4, 1, "", "statistic"], [1111, 1, 1, "", "to_data_index"], [1112, 1, 1, "", "to_index"], [1113, 1, 1, "", "to_value"], [1114, 1, 1, "", "values"], [1115, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1117, 1, 1, "", "__init__"], [1118, 4, 1, "", "beta"], [1119, 1, 1, "", "copy"], [1120, 1, 1, "", "copy_from"], [1121, 1, 1, "", "first_index"], [1122, 1, 1, "", "last_index"], [1123, 4, 1, "", "mesh_hash"], [1124, 4, 1, "", "n_iw"], [1125, 1, 1, "", "positive_only"], [1126, 1, 1, "", "set_tail_fit_parameters"], [1127, 4, 1, "", "statistic"], [1128, 1, 1, "", "to_data_index"], [1129, 1, 1, "", "to_index"], [1130, 1, 1, "", "to_value"], [1131, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1133, 1, 1, "", "__init__"], [1134, 4, 1, "", "beta"], [1135, 1, 1, "", "copy"], [1136, 1, 1, "", "copy_from"], [1137, 4, 1, "", "mesh_hash"], [1138, 4, 1, "", "statistic"], [1139, 1, 1, "", "to_data_index"], [1140, 1, 1, "", "to_index"], [1141, 1, 1, "", "to_value"], [1142, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1144, 1, 1, "", "__init__"], [1145, 4, 1, "", "beta"], [1146, 1, 1, "", "copy"], [1147, 1, 1, "", "copy_from"], [1148, 4, 1, "", "mesh_hash"], [1149, 4, 1, "", "statistic"], [1150, 1, 1, "", "to_data_index"], [1151, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1153, 1, 1, "", "__init__"], [1154, 1, 1, "", "copy"], [1155, 1, 1, "", "copy_from"], [1156, 4, 1, "", "delta"], [1157, 4, 1, "", "mesh_hash"], [1158, 1, 1, "", "to_data_index"], [1159, 1, 1, "", "to_index"], [1160, 1, 1, "", "to_value"], [1161, 1, 1, "", "values"], [1162, 4, 1, "", "w_max"], [1163, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1165, 1, 1, "", "__init__"], [1166, 1, 1, "", "copy"], [1167, 1, 1, "", "copy_from"], [1168, 4, 1, "", "delta"], [1169, 4, 1, "", "mesh_hash"], [1170, 4, 1, "", "t_max"], [1171, 4, 1, "", "t_min"], [1172, 1, 1, "", "to_data_index"], [1173, 1, 1, "", "to_index"], [1174, 1, 1, "", "to_value"], [1175, 1, 1, "", "values"]], "triqs.gf.plot": [[1178, 2, 0, "-", "bz"], [1186, 2, 0, "-", "bz_x_x"], [1189, 3, 1, "", "dispatcher"], [1190, 2, 0, "-", "one_var"], [1198, 2, 0, "-", "plot_base"], [1200, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1179, 3, 1, "", "dist"], [1180, 3, 1, "", "generate_points"], [1181, 3, 1, "", "generate_points_on_path"], [1182, 3, 1, "", "length"], [1183, 3, 1, "", "make_plottable"], [1184, 3, 1, "", "plot"], [1185, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1187, 3, 1, "", "plot"], [1188, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1191, 3, 1, "", "dlr_imfreq"], [1192, 3, 1, "", "dlr_imtime"], [1193, 3, 1, "", "imfreq"], [1194, 3, 1, "", "imtime"], [1195, 3, 1, "", "legendre"], [1196, 3, 1, "", "refreq"], [1197, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1199, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1201, 3, 1, "", "closest_point_in_line"], [1202, 3, 1, "", "closest_to"], [1203, 3, 1, "", "dist"], [1204, 3, 1, "", "pick_selection_vec"], [1205, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1207, 3, 1, "", "conjugate"], [1208, 3, 1, "", "delta"], [1209, 3, 1, "", "discretize_bath"], [1210, 3, 1, "", "dyson"], [1211, 3, 1, "", "fit_legendre"], [1212, 3, 1, "", "inverse"], [1213, 3, 1, "", "make_delta"], [1214, 3, 1, "", "make_zero_tail"], [1215, 3, 1, "", "read_gf_from_txt"], [1216, 3, 1, "", "transpose"], [1217, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1219, 0, 1, "", "CallProxyBrZone_0"], [1221, 0, 1, "", "CallProxyBrZone_1"], [1223, 0, 1, "", "CallProxyBrZone_2"], [1225, 0, 1, "", "CallProxyBrZone_3"], [1227, 0, 1, "", "CallProxyBrZone_4"], [1229, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1231, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1233, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1235, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1237, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1239, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1241, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1243, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1245, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1247, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1249, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1251, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1253, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1255, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1257, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1259, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1261, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1263, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1265, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1267, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1269, 0, 1, "", "CallProxyBrZone_x_Legendre_0"], [1271, 0, 1, "", "CallProxyBrZone_x_Legendre_1"], [1273, 0, 1, "", "CallProxyBrZone_x_Legendre_2"], [1275, 0, 1, "", "CallProxyBrZone_x_Legendre_3"], [1277, 0, 1, "", "CallProxyBrZone_x_Legendre_4"], [1279, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1281, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1283, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1285, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1287, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1289, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1291, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1293, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1295, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1297, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1299, 0, 1, "", "CallProxyCycLat_0"], [1301, 0, 1, "", "CallProxyCycLat_1"], [1303, 0, 1, "", "CallProxyCycLat_2"], [1305, 0, 1, "", "CallProxyCycLat_3"], [1307, 0, 1, "", "CallProxyCycLat_4"], [1309, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1311, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1313, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1315, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1317, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1319, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1321, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1323, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1325, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1327, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1329, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1331, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1333, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1335, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1337, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1339, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1341, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1343, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1345, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1347, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1349, 0, 1, "", "CallProxyCycLat_x_Legendre_0"], [1351, 0, 1, "", "CallProxyCycLat_x_Legendre_1"], [1353, 0, 1, "", "CallProxyCycLat_x_Legendre_2"], [1355, 0, 1, "", "CallProxyCycLat_x_Legendre_3"], [1357, 0, 1, "", "CallProxyCycLat_x_Legendre_4"], [1359, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1361, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1363, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1365, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1367, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1369, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1371, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1373, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1375, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1377, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1379, 0, 1, "", "CallProxyDLR_0"], [1381, 0, 1, "", "CallProxyDLR_1"], [1383, 0, 1, "", "CallProxyDLR_2"], [1385, 0, 1, "", "CallProxyDLR_3"], [1387, 0, 1, "", "CallProxyDLR_4"], [1389, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1391, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1393, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1395, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1397, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1399, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1401, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1403, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1405, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1407, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1409, 0, 1, "", "CallProxyImFreq_0"], [1411, 0, 1, "", "CallProxyImFreq_1"], [1413, 0, 1, "", "CallProxyImFreq_2"], [1415, 0, 1, "", "CallProxyImFreq_3"], [1417, 0, 1, "", "CallProxyImFreq_4"], [1419, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1421, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1423, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1425, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1427, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1429, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1431, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1433, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1435, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1437, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1439, 0, 1, "", "CallProxyImTime_0"], [1441, 0, 1, "", "CallProxyImTime_0_R"], [1443, 0, 1, "", "CallProxyImTime_1"], [1445, 0, 1, "", "CallProxyImTime_1_R"], [1447, 0, 1, "", "CallProxyImTime_2"], [1449, 0, 1, "", "CallProxyImTime_2_R"], [1451, 0, 1, "", "CallProxyImTime_3"], [1453, 0, 1, "", "CallProxyImTime_3_R"], [1455, 0, 1, "", "CallProxyImTime_4"], [1457, 0, 1, "", "CallProxyImTime_4_R"], [1459, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1461, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1463, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1465, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1467, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1469, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1471, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1473, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1475, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1477, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1479, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1481, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1483, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1485, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1487, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1489, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1491, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1493, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1495, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1497, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1499, 0, 1, "", "CallProxyLegendre_0"], [1501, 0, 1, "", "CallProxyLegendre_1"], [1503, 0, 1, "", "CallProxyLegendre_2"], [1505, 0, 1, "", "CallProxyLegendre_3"], [1507, 0, 1, "", "CallProxyLegendre_4"], [1509, 0, 1, "", "CallProxyLegendre_x_BrZone_0"], [1511, 0, 1, "", "CallProxyLegendre_x_BrZone_1"], [1513, 0, 1, "", "CallProxyLegendre_x_BrZone_2"], [1515, 0, 1, "", "CallProxyLegendre_x_BrZone_3"], [1517, 0, 1, "", "CallProxyLegendre_x_BrZone_4"], [1519, 0, 1, "", "CallProxyLegendre_x_CycLat_0"], [1521, 0, 1, "", "CallProxyLegendre_x_CycLat_1"], [1523, 0, 1, "", "CallProxyLegendre_x_CycLat_2"], [1525, 0, 1, "", "CallProxyLegendre_x_CycLat_3"], [1527, 0, 1, "", "CallProxyLegendre_x_CycLat_4"], [1529, 0, 1, "", "CallProxyReFreq_0"], [1531, 0, 1, "", "CallProxyReFreq_1"], [1533, 0, 1, "", "CallProxyReFreq_2"], [1535, 0, 1, "", "CallProxyReFreq_3"], [1537, 0, 1, "", "CallProxyReFreq_4"], [1539, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1541, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1543, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1545, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1547, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1549, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1551, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1553, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1555, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1557, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1559, 0, 1, "", "CallProxyReTime_0"], [1561, 0, 1, "", "CallProxyReTime_1"], [1563, 0, 1, "", "CallProxyReTime_2"], [1565, 0, 1, "", "CallProxyReTime_3"], [1567, 0, 1, "", "CallProxyReTime_4"], [1569, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1571, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1573, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1575, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1577, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1579, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1581, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1583, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1585, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1587, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1589, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1220, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1222, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1224, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1226, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1228, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1230, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1232, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1234, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1236, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1238, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1240, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1242, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1244, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1246, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1248, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1250, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1252, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1254, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1256, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1258, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1260, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1262, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1264, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1266, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1268, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1270, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1272, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1274, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1276, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1278, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1280, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1282, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1284, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1286, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1288, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1290, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1292, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1294, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1296, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1298, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1300, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1302, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1304, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1306, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1308, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1310, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1312, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1314, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1316, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1318, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1320, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1322, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1324, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1326, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1328, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1330, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1332, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1334, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1336, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1338, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1340, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1342, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1344, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1346, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1348, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1350, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1352, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1354, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1356, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1358, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1360, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1362, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1364, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1366, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1368, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1370, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1372, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1374, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1376, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1378, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1380, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1382, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1384, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1386, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1388, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1390, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1392, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1394, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1396, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1398, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1400, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1402, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1404, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1406, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1408, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1410, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1412, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1414, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1416, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1418, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1420, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1422, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1424, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1426, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1428, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1430, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1432, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1434, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1436, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1438, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1440, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1442, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1444, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1446, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1448, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1450, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1452, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1454, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1456, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1458, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1460, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1462, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1464, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1466, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1468, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1470, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1472, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1474, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1476, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1478, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1480, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1482, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1484, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1486, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1488, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1490, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1492, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1494, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1496, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1498, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1500, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1502, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1504, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1506, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1508, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1510, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1512, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1514, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1516, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1518, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1520, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1522, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1524, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1526, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1528, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1530, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1532, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1534, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1536, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1538, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1540, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1542, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1544, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1546, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1548, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1550, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1552, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1554, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1556, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1558, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1560, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1562, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1564, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1566, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1568, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1570, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1572, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1574, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1576, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1578, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1580, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1582, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1584, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1586, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1588, 1, 1, "", "__init__"]], "triqs.lattice": [[1591, 2, 0, "-", "bz_patch"], [1595, 2, 0, "-", "lattice_tools"], [1619, 2, 0, "-", "point"], [1623, 2, 0, "-", "super_lattice"], [1643, 2, 0, "-", "tight_binding"], [1659, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1592, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1593, 1, 1, "", "__init__"], [1594, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1596, 0, 1, "", "BravaisLattice"], [1604, 0, 1, "", "BrillouinZone"], [1609, 0, 1, "", "TightBinding"], [1617, 3, 1, "", "dos"], [1618, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1597, 1, 1, "", "__init__"], [1598, 1, 1, "", "lattice_to_real_coordinates"], [1599, 4, 1, "", "n_orbitals"], [1600, 4, 1, "", "ndim"], [1601, 4, 1, "", "orbital_names"], [1602, 4, 1, "", "orbital_positions"], [1603, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1605, 1, 1, "", "__init__"], [1606, 4, 1, "", "lattice"], [1607, 4, 1, "", "ndim"], [1608, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1610, 1, 1, "", "__init__"], [1611, 1, 1, "", "dispersion"], [1612, 4, 1, "", "displ_vec"], [1613, 1, 1, "", "fourier"], [1614, 4, 1, "", "lattice"], [1615, 1, 1, "", "lattice_to_real_coordinates"], [1616, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1620, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1621, 1, 1, "", "__init__"], [1620, 4, 1, "", "index"], [1620, 4, 1, "", "lattice"], [1622, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1624, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1625, 1, 1, "", "__init__"], [1626, 1, 1, "", "change_coordinates_L_to_SL"], [1627, 1, 1, "", "change_coordinates_SL_to_L"], [1628, 1, 1, "", "cluster_sites"], [1629, 1, 1, "", "dispersion"], [1630, 1, 1, "", "fold"], [1631, 1, 1, "", "fourier"], [1632, 1, 1, "", "get_kmesh"], [1633, 1, 1, "", "get_rmesh"], [1634, 5, 1, "", "hoppings"], [1635, 1, 1, "", "lattice_to_real_coordinates"], [1636, 5, 1, "", "n_orbitals"], [1637, 5, 1, "", "ndim"], [1638, 5, 1, "", "orbital_names"], [1639, 5, 1, "", "orbital_positions"], [1640, 1, 1, "", "pack_index_site_orbital"], [1641, 5, 1, "", "units"], [1642, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1644, 0, 1, "", "TBLattice"], [1657, 3, 1, "", "dos"], [1658, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1645, 1, 1, "", "__init__"], [1644, 4, 1, "", "bl"], [1644, 4, 1, "", "bz"], [1646, 1, 1, "", "dispersion"], [1647, 1, 1, "", "fourier"], [1648, 1, 1, "", "get_kmesh"], [1649, 1, 1, "", "get_rmesh"], [1650, 5, 1, "", "hoppings"], [1651, 1, 1, "", "lattice_to_real_coordinates"], [1652, 5, 1, "", "n_orbitals"], [1653, 5, 1, "", "ndim"], [1654, 5, 1, "", "orbital_names"], [1655, 5, 1, "", "orbital_positions"], [1644, 4, 1, "", "tb"], [1656, 5, 1, "", "units"]], "triqs.lattice.utils": [[1660, 3, 1, "", "TB_from_pythTB"], [1661, 3, 1, "", "TB_from_wannier90"], [1662, 3, 1, "", "TB_to_sympy"], [1663, 3, 1, "", "extend_wannier90_to_spin"], [1664, 3, 1, "", "k_space_path"], [1665, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1666, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1668, 2, 0, "-", "operators"], [1679, 2, 0, "-", "util"]], "triqs.operators.operators": [[1669, 0, 1, "", "Operator"], [1674, 3, 1, "", "c"], [1675, 3, 1, "", "c_dag"], [1676, 3, 1, "", "dagger"], [1677, 3, 1, "", "is_op_hermitian"], [1678, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1670, 1, 1, "", "__init__"], [1671, 4, 1, "", "imag"], [1672, 1, 1, "", "is_zero"], [1673, 4, 1, "", "real"]], "triqs.operators.util": [[1680, 2, 0, "-", "U_matrix"], [1695, 2, 0, "-", "extractors"], [1704, 2, 0, "-", "hamiltonians"], [1711, 2, 0, "-", "observables"], [1719, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1681, 3, 1, "", "U_J_to_radial_integrals"], [1682, 3, 1, "", "U_matrix_kanamori"], [1683, 3, 1, "", "U_matrix_slater"], [1684, 3, 1, "", "angular_matrix_element"], [1685, 3, 1, "", "clebsch_gordan"], [1686, 3, 1, "", "cubic_names"], [1687, 3, 1, "", "eg_submatrix"], [1688, 3, 1, "", "radial_integrals_to_U_J"], [1689, 3, 1, "", "reduce_4index_to_2index"], [1690, 3, 1, "", "spherical_to_cubic"], [1691, 3, 1, "", "subarray"], [1692, 3, 1, "", "t2g_submatrix"], [1693, 3, 1, "", "three_j_symbol"], [1694, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1696, 3, 1, "", "block_matrix_from_op"], [1697, 3, 1, "", "dict_to_matrix"], [1698, 3, 1, "", "extract_U_dict2"], [1699, 3, 1, "", "extract_U_dict4"], [1700, 3, 1, "", "extract_h_dict"], [1701, 3, 1, "", "op_from_block_matrix"], [1702, 3, 1, "", "quadratic_terms"], [1703, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1705, 3, 1, "", "backward_compat"], [1706, 3, 1, "", "diagonal_part"], [1707, 3, 1, "", "h_int_density"], [1708, 3, 1, "", "h_int_kanamori"], [1709, 3, 1, "", "h_int_slater"], [1710, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1712, 3, 1, "", "L2_op"], [1713, 3, 1, "", "LS_op"], [1714, 3, 1, "", "L_op"], [1715, 3, 1, "", "N_op"], [1716, 3, 1, "", "S2_op"], [1717, 3, 1, "", "S_op"], [1718, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1720, 3, 1, "", "get_mkind"], [1721, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[578, 3, 1, "", "_plot_"], [1723, 2, 0, "-", "mpl_interface"], [1728, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1724, 3, 1, "", "oplot"], [1725, 3, 1, "", "oploti"], [1726, 3, 1, "", "oplotr"], [1727, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1729, 3, 1, "", "clip_array"], [1730, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1732, 0, 1, "", "RandomGenerator"], [1734, 2, 0, "-", "random_generator"], [580, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1733, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1735, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1737, 2, 0, "-", "histogram"], [1739, 2, 0, "-", "histograms"]], "triqs.stat.histogram": [[1738, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1740, 0, 1, "", "Histogram"], [1748, 3, 1, "", "cdf"], [1749, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1741, 1, 1, "", "__init__"], [1742, 1, 1, "", "clear"], [1743, 4, 1, "", "data"], [1744, 4, 1, "", "limits"], [1745, 1, 1, "", "mesh_point"], [1746, 4, 1, "", "n_data_pts"], [1747, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1751, 2, 0, "-", "sumk_discrete"], [1757, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1752, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1753, 5, 1, "", "GFBlocIndices"], [1754, 1, 1, "", "__init__"], [1755, 1, 1, "", "n_kpts"], [1756, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1758, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1759, 5, 1, "", "GFBlocIndices"], [1760, 1, 1, "", "Recompute_Grid"], [1761, 1, 1, "", "__init__"], [1762, 1, 1, "", "n_kpts"], [1763, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1765, 2, 0, "-", "bound_and_bisect"], [1768, 2, 0, "-", "capture_stdout"], [1769, 2, 0, "-", "comparison_tests"], [1775, 2, 0, "-", "dichotomy"], [1777, 2, 0, "-", "dist_on_nodes"], [1797, 2, 0, "-", "h5diff"], [1800, 2, 0, "-", "mpi"], [1802, 2, 0, "-", "mpi_mpi4py"], [1816, 2, 0, "-", "mpi_nompi"], [1828, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1766, 3, 1, "", "bound_and_bisect"], [1767, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1770, 3, 1, "", "assert_array_close_to_scalar"], [1771, 3, 1, "", "assert_arrays_are_close"], [1772, 3, 1, "", "assert_block2_gfs_are_close"], [1773, 3, 1, "", "assert_block_gfs_are_close"], [1774, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1776, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1778, 0, 1, "", "DistributionOnNodes"], [1782, 0, 1, "", "DistributionOnNodesOneStack"], [1789, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1779, 4, 1, "", "SleepTime"], [1780, 1, 1, "", "__init__"], [1781, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1783, 4, 1, "", "SleepTime"], [1784, 1, 1, "", "__init__"], [1785, 1, 1, "", "finished"], [1786, 1, 1, "", "result"], [1787, 1, 1, "", "run"], [1788, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1790, 4, 1, "", "SleepTime"], [1791, 1, 1, "", "__init__"], [1792, 1, 1, "", "finished"], [1793, 1, 1, "", "result"], [1794, 1, 1, "", "run"], [1795, 1, 1, "", "the_function"], [1796, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1798, 3, 1, "", "compare"], [1799, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1801, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1803, 3, 1, "", "all_reduce"], [1804, 3, 1, "", "barrier"], [1805, 3, 1, "", "bcast"], [1806, 3, 1, "", "is_master_node"], [1807, 3, 1, "", "master_gets_host_names"], [1808, 3, 1, "", "myprint_err"], [1809, 3, 1, "", "myprint_out"], [1810, 3, 1, "", "recv"], [1811, 3, 1, "", "report"], [1812, 3, 1, "", "send"], [1813, 3, 1, "", "slice_array"], [1814, 3, 1, "", "slice_inf"], [1815, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1817, 3, 1, "", "all_reduce"], [1818, 3, 1, "", "barrier"], [1819, 3, 1, "", "bcast"], [1820, 3, 1, "", "is_master_node"], [1821, 3, 1, "", "master_gets_host_names"], [1822, 3, 1, "", "myprint_err"], [1823, 3, 1, "", "myprint_out"], [1824, 3, 1, "", "recv"], [1825, 3, 1, "", "report"], [1826, 3, 1, "", "send"], [1827, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1829, 0, 1, "", "T"], [1844, 3, 1, "", "start_redirect"], [1845, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1830, 1, 1, "", "__init__"], [1831, 5, 1, "", "daemon"], [1832, 1, 1, "", "getName"], [1833, 5, 1, "", "ident"], [1834, 1, 1, "", "isDaemon"], [1835, 1, 1, "", "is_alive"], [1836, 1, 1, "", "join"], [1837, 5, 1, "", "name"], [1838, 5, 1, "", "native_id"], [1839, 1, 1, "", "run"], [1840, 1, 1, "", "setDaemon"], [1841, 1, 1, "", "setName"], [1842, 1, 1, "", "start"], [1843, 1, 1, "", "stop"]]}, "objtypes": {"0": "py:class", "1": "py:method", "2": "py:module", "3": "py:function", "4": "py:attribute", "5": "py:property"}, "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"]}, "titleterms": {"changelog": 0, "version": [0, 579, 1848, 1908], "3": [0, 522, 535, 1847, 1856, 1871, 1875, 1893, 1894], "0": [0, 1856, 1871, 1875, 1894, 1898, 1903], "gener": [0, 492, 567, 580, 1887], "gf": [0, 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, 519, 523, 525, 526, 527, 530, 531, 533, 551, 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, 1846, 1860], "atom_diag": [0, 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, 498, 499, 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], "doc": 0, "cmake": [0, 1851], "jenkin": 0, "2": [0, 522, 535, 1052, 1065, 1152, 1164, 1871, 1875, 1893, 1894], "1": [0, 495, 522, 535, 1052, 1065, 1152, 1164, 1871, 1875, 1893, 1894], "port": [0, 1856], "script": [0, 579, 1846, 1879], "api": [0, 9, 493, 539, 550], "chang": [0, 512], "mesh": [0, 264, 276, 288, 515, 521, 524, 525, 526, 527, 530, 531, 533, 535, 537, 538, 681, 720, 759, 798, 837, 886, 959, 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, 1881, 1885], "dlr": [0, 1881, 1885], "lattic": [0, 555, 556, 1070, 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, 1867, 1870, 1884, 1886, 1892, 1897, 1902], "det_manip": [0, 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, 511, 1859], "mc_gener": [0, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429], "mpi": [0, 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, 497, 568, 1800, 1801], "fix": 0, "deprec": 0, "us": [0, 4, 498, 518, 535, 553, 567, 1846, 1848, 1849, 1857, 1863, 1871, 1875, 1898, 1903], "string": 0, "indic": [0, 676, 715, 754, 793, 832, 864, 882, 954], "green": [0, 513, 521, 525, 539, 540, 541, 542, 543, 544, 545, 546, 549, 550, 1860, 1861, 1871, 1875, 1881, 1884, 1885, 1897, 1902], "function": [0, 4, 11, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 90, 96, 101, 108, 115, 123, 131, 150, 152, 190, 238, 240, 257, 269, 281, 322, 323, 338, 349, 355, 364, 376, 388, 403, 404, 430, 440, 446, 447, 461, 497, 499, 501, 506, 508, 511, 513, 518, 519, 521, 525, 530, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 549, 550, 557, 570, 575, 904, 905, 1860, 1861, 1871, 1875, 1879, 1881, 1884, 1885, 1897, 1901, 1902, 1906], "gf_struct": 0, "object": [0, 495, 496, 578, 1871, 1875], "c": [0, 9, 489, 490, 498, 509, 516, 566, 568, 572, 1674, 1854, 1857, 1863, 1864, 1865], "move": [0, 520, 562, 565, 566, 568], "multi": 0, "arrai": [0, 1858], "triq": [0, 3, 4, 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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 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, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 494, 497, 498, 501, 511, 553, 556, 564, 569, 578, 579, 580, 581, 582, 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, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 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, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1852, 1854, 1856, 1857, 1862, 1863, 1865, 1871, 1875, 1881, 1885, 1887, 1908], "nda": 0, "librari": [0, 518, 1847, 1854, 1855, 1879, 1908], "stat": [0, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 581, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749], "rework": 0, "bath": 0, "discret": 0, "sanit": 0, "check": [0, 1871, 1875], "new": [0, 1879], "websit": 0, "theme": 0, "tightbind": [0, 561, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], "tblattic": [0, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656], "improv": 0, "requir": [0, 1854, 1855], "20": 0, "capabl": 0, "compil": [0, 501, 1848, 1849, 1852, 1853, 1854], "cpp2py": [0, 4, 489], "python": [0, 4, 9, 489, 490, 493, 498, 547, 550, 570, 572, 584, 1853, 1856, 1857, 1864, 1865, 1868, 1879, 1880], "10": 0, "issu": [0, 6, 1855], "819": 0, "atom": 0, "diag": 0, "renam": 0, "depend": [0, 1852], "manag": 0, "h5py": 0, "remov": [0, 217, 512, 1859], "detmanip": 0, "oper": [0, 18, 25, 29, 30, 31, 41, 46, 57, 58, 59, 69, 76, 82, 88, 89, 100, 107, 135, 190, 248, 249, 265, 266, 277, 289, 290, 335, 336, 346, 347, 352, 370, 371, 372, 373, 382, 383, 384, 385, 399, 400, 443, 459, 474, 475, 476, 506, 508, 520, 522, 530, 535, 541, 549, 569, 570, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1858, 1881, 1883, 1885], "packag": [0, 1848, 1853], "make": [0, 8, 1880], "rang": [0, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 1858], "itertool": [0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 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], "standalon": 0, "namespac": 0, "non": [0, 49, 190, 240, 257, 269, 281, 323, 338, 355, 364, 376, 388, 404, 461, 519, 537, 1859, 1897, 1898, 1902, 1903], "own": [0, 568, 1863, 1865], "view": [0, 519, 521, 522, 549, 1858], "dynam": [0, 1867, 1886, 1892], "analyz": [0, 1890, 1895], "asan": 0, "ubsan": 0, "No": 0, "longer": 0, "instal": [0, 1848, 1849, 1851, 1852, 1855, 1862, 1908], "googletest": 0, "app4triq": [0, 4, 1856], "fourier": [0, 513, 517, 518, 552, 916, 917, 918, 1613, 1631, 1647, 1881, 1885, 1898, 1903], "h5": [0, 494], "pytriq": 0, "clef": [0, 501, 504, 505, 506, 507, 508, 514, 522, 530, 535], "blockgf": [0, 549, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 1871, 1875], "lapack": 0, "tail": [0, 513, 518], "mc_tool": [0, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445], "hdf5": [0, 494, 496, 521, 525, 526, 527, 530, 531, 533, 542, 543, 544, 545, 546, 549, 570, 1858, 1861, 1882], "py": [0, 4], "travi": 0, "test": [0, 1865], "5": [0, 1871, 1875, 1893], "4": [0, 535, 1871, 1875, 1893], "document": [0, 6, 7, 9, 496, 497, 509, 511, 516, 547, 556, 564, 580, 1854, 1865], "mani": [0, 553, 569], "bodi": [0, 553, 569], "": [0, 513, 539, 540, 541, 542, 543, 544, 545, 546, 549, 550, 1860, 1861, 1871, 1875, 1881, 1884, 1885, 1897, 1902], "mont": [0, 563, 566, 567, 568], "carlo": [0, 563, 566, 567, 568], "tool": [0, 4, 489, 498, 551, 556, 557, 563, 582, 585, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1846, 1854, 1871, 1875], "determin": [0, 196, 510, 1859, 1908], "manipul": [0, 510, 1859, 1883], "2py": 0, "miscellan": 0, "class": [0, 11, 108, 150, 189, 238, 322, 403, 446, 487, 488, 490, 491, 495, 496, 511, 561, 567, 1859, 1879], "archiv": [0, 579, 1858, 1882], "about": [3, 1859, 1868], "author": 3, "contributor": 3, "citat": 3, "licens": 3, "disclaim": [3, 1852], "logo": 3, "file": [3, 493, 557, 1846, 1856, 1861], "applic": [4, 1847, 1856, 1862, 1908], "base": [4, 897, 898], "tabl": [4, 5], "content": [4, 5], "impur": [4, 1871, 1875, 1887], "solver": [4, 498, 1887, 1899, 1904], "hybrid": 4, "expans": 4, "hubbard": [4, 1874, 1878, 1888, 1889, 1890, 1893, 1894, 1895], "i": [4, 1846, 1860, 1874, 1878, 1898, 1903], "hartre": 4, "fock": 4, "exact": [4, 498, 1883], "diagon": [4, 498, 1883], "finit": [4, 1901, 1906], "quantum": [4, 1871, 1875], "system": [4, 1901, 1906], "extern": 4, "interfac": [4, 489], "pomerol": 4, "w2dynam": 4, "nrg": 4, "ljubljana": 4, "ab": 4, "initio": 4, "dft": [4, 1871, 1874, 1875, 1878], "toolbox": 4, "calcul": [4, 1871, 1874, 1875, 1878, 1879, 1886, 1892, 1898, 1901, 1903, 1906], "correl": [4, 581], "materi": 4, "solid_dmft": [4, 1871, 1875], "wrapper": 4, "perform": [4, 1871, 1875], "dmft": [4, 1869, 1871, 1874, 1875, 1878, 1886, 1890, 1892, 1895], "analyt": [4, 1871, 1875, 1881, 1885], "continu": [4, 1871, 1875, 1881, 1885], "maxent": 4, "nevanlinna": 4, "som": 4, "stochast": 4, "optim": 4, "method": [4, 508, 521, 525, 526, 527, 530, 531, 533, 570], "omegamax": 4, "other": [4, 508, 1846], "tprf": 4, "The": [4, 487, 488, 491, 494, 495, 511, 512, 518, 541, 549, 557, 561, 562, 565, 566, 568, 1871, 1875, 1879, 1886, 1887, 1892, 1899, 1904], "two": [4, 1859, 1860, 1889, 1894, 1900, 1901, 1905, 1906, 1907], "particl": [4, 1900, 1905, 1907], "respons": [4, 1907], "box": 4, "benchmark": 4, "skeleton": [4, 1856], "contribut": [6, 7], "featur": 6, "request": [6, 8], "code": [6, 509, 568, 579, 1865, 1901, 1906], "github": 6, "discuss": 6, "how": [7, 8, 496, 512, 1846, 1860, 1908], "who": 7, "should": 7, "write": [7, 568, 1846, 1865, 1882], "build": [7, 522, 1854, 1862], "edit": 7, "pull": 8, "set": [8, 1887], "up": [8, 1887], "your": [8, 568, 1851, 1856, 1863], "fork": 8, "repositori": [8, 1896], "manual": [9, 486, 496, 497, 511, 556, 564, 580], "chunk_rang": 12, "paramet": [12, 13, 14, 15, 18, 19, 20, 26, 28, 32, 33, 34, 35, 39, 42, 43, 46, 47, 48, 53, 57, 58, 62, 63, 64, 71, 72, 73, 76, 77, 83, 84, 85, 88, 89, 90, 95, 96, 97, 100, 101, 105, 112, 113, 114, 116, 117, 124, 125, 126, 128, 129, 130, 132, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 160, 168, 169, 171, 177, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 195, 221, 233, 249, 252, 253, 254, 255, 257, 258, 266, 269, 270, 278, 281, 282, 290, 291, 295, 298, 299, 300, 312, 313, 314, 315, 317, 327, 330, 331, 332, 334, 336, 339, 340, 341, 342, 343, 344, 346, 347, 349, 350, 352, 353, 354, 355, 356, 357, 358, 360, 361, 363, 366, 367, 368, 370, 371, 372, 373, 374, 376, 377, 378, 379, 382, 383, 384, 385, 386, 389, 390, 392, 394, 395, 396, 397, 399, 400, 401, 405, 406, 408, 411, 425, 426, 427, 428, 429, 441, 448, 449, 454, 459, 460, 463, 465, 466, 469, 470, 471, 474, 475, 476, 478, 479, 480, 481, 482, 483, 484, 485, 509, 511, 519, 539, 542, 543, 544, 545, 546, 570, 662, 701, 740, 779, 818, 1052, 1065, 1152, 1164, 1884], "return": [12, 13, 16, 18, 19, 21, 24, 29, 30, 31, 32, 33, 34, 36, 40, 44, 46, 47, 48, 51, 52, 57, 58, 63, 65, 68, 70, 71, 74, 76, 78, 81, 83, 86, 89, 92, 93, 95, 98, 100, 102, 106, 113, 114, 120, 121, 122, 125, 126, 127, 129, 130, 133, 137, 139, 140, 142, 147, 149, 151, 153, 154, 155, 156, 161, 168, 169, 170, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 252, 253, 254, 255, 298, 299, 300, 312, 313, 315, 324, 325, 326, 328, 329, 332, 336, 337, 340, 341, 344, 345, 346, 347, 348, 357, 359, 360, 361, 362, 365, 367, 369, 370, 371, 372, 373, 375, 378, 380, 381, 382, 383, 384, 385, 387, 391, 392, 393, 394, 397, 398, 399, 400, 402, 405, 412, 426, 428, 429, 450, 451, 452, 453, 454, 455, 456, 457, 458, 460, 464, 467, 468, 469, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 509, 1801], "distanc": 13, "templat": [13, 14, 18, 19, 20, 26, 28, 32, 33, 34, 35, 39, 42, 46, 47, 48, 62, 63, 64, 71, 72, 77, 83, 84, 89, 90, 95, 96, 100, 101, 105, 112, 113, 125, 126, 128, 129, 130, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 152, 179, 180, 181, 182, 183, 184, 185, 195, 249, 252, 253, 254, 255, 257, 258, 266, 269, 270, 281, 282, 290, 295, 298, 299, 300, 312, 313, 314, 317, 349, 352, 353, 354, 355, 358, 363, 368, 376, 379, 408, 449, 459, 478, 479, 480, 481, 482, 483, 485, 509, 519, 570], "enum_it": [14, 15, 16, 17, 18], "public": [14, 20, 35, 42, 62, 64, 72, 77, 84, 90, 96, 101, 128, 240, 511], "member": [14, 20, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 115, 123, 128, 131, 152, 190, 240, 257, 269, 281, 323, 338, 349, 355, 364, 376, 388, 404, 430, 440, 447, 461, 511, 519, 537, 538, 570], "constructor": [15, 39, 43, 53, 73, 85, 97, 105, 118, 124, 132, 157, 195, 243, 258, 270, 282, 327, 339, 350, 356, 366, 377, 390, 411, 436, 441, 449, 463, 521, 523], "derefer": [16, 44, 74, 86, 98], "increment": [17, 45, 75, 87, 99], "enumer": [19, 20, 21, 22, 23, 24, 25], "exampl": [19, 95, 252, 253, 258, 314, 448, 452, 455, 457, 459, 480, 481, 482, 483, 495, 497, 498, 502, 506, 511, 517, 521, 525, 526, 527, 530, 531, 533, 539, 542, 543, 544, 545, 546, 549, 553, 556, 561, 565, 577, 578, 580, 1880], "type": [20, 28, 35, 49, 64, 77, 90, 101, 150, 152, 190, 238, 240, 257, 269, 281, 322, 323, 355, 364, 376, 497, 511, 513, 519, 521, 537, 538, 570], "begin": [21, 36, 50, 65, 78, 91, 102, 324], "cbegin": [22, 37, 51, 66, 79, 92, 103, 325], "cend": [23, 38, 52, 67, 80, 93, 104, 326], "end": [24, 40, 54, 68, 81, 94, 106, 329, 568], "foreach": [26, 358, 368, 379], "iterator_facad": [27, 28, 29, 30, 31], "iter": [28, 29, 30, 31, 521, 549, 570, 1886, 1892], "valu": [28, 29, 30, 31, 509, 541, 1033, 1064, 1076, 1088, 1101, 1114, 1131, 1142, 1161, 1175, 1622, 1860, 1881, 1885], "std": [28, 29, 30, 31, 145], "forward_iterator_tag": [28, 29, 30, 31], "refer": [28, 29, 30, 31, 496, 542, 543, 544, 545, 546, 548, 549, 556, 577], "differ": [28, 29, 30, 31], "make_product": 32, "make_sentinel": 33, "make_vector_from_rang": 34, "multipli": [35, 36, 37, 38, 39, 40, 41], "prod_it": [42, 43, 44, 45, 46], "product": 47, "product_rang": 48, "first": [55, 1871, 1875, 1886, 1892], "last": [56, 1859], "size": [60, 70, 121, 227, 337, 348, 375, 387, 402, 477], "step": [61, 1848, 1856], "sentinel_t": 62, "slice": [63, 64, 65, 66, 67, 68, 69, 70, 541, 1858, 1871, 1875], "stride": [71, 77, 78, 79, 80, 81, 82], "stride_it": [72, 73, 74, 75, 76], "transform": [83, 90, 91, 92, 93, 94, 495, 506, 513, 517, 552, 558, 1025, 1881, 1885, 1898, 1903], "transform_it": [84, 85, 86, 87, 88, 89], "zip": [95, 101, 102, 103, 104, 105, 106, 107], "zip_it": [96, 97, 98, 99, 100], "all_gath": 109, "all_reduc": [110, 1803, 1817], "all_reduce_in_plac": 111, "broadcast": [112, 1884], "chunk": 113, "chunk_length": 114, "commun": [115, 116, 117, 118, 119, 120, 121, 122, 1847], "abort": 116, "barrier": [117, 1804, 1818], "get": [119, 567, 1849, 1859, 1879], "rank": [120, 682, 721, 760, 799, 838, 960, 1047], "split": 122, "environ": [123, 124, 1848, 1850, 1853], "gather": [125, 568], "get_mpi_typ": 126, "is_initi": 127, "lazi": [128, 501, 503, 541, 1858], "map_c_funct": 129, "map_add": 130, "monitor": [131, 132, 133, 134, 135, 136, 137], "emergency_occur": 133, "finalize_commun": 134, "request_emergency_stop": 136, "root_check_nodes_and_bcast": 137, "mpi_broadcast": [138, 470], "mpi_gath": 139, "mpi_reduc": [140, 315, 471], "mpi_reduce_in_plac": 141, "mpi_scatt": 142, "mpi_typ": [143, 144, 145], "constt": 144, "tupl": [145, 582, 585], "t": [145, 521, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1860, 1901, 1906], "mpi_type_from_ti": 146, "reduc": 147, "reduce_in_plac": 148, "scatter": 149, "alias": [150, 238, 322], "act": [151, 631], "c_connect": [153, 591, 612], "c_matrix": [154, 592, 613], "cdag_connect": [155, 593, 614], "cdag_matrix": [156, 594, 615], "flatten_subspace_index": [158, 596, 617], "get_eigensystem": 159, "get_eigenvalu": [160, 600, 621], "get_energi": 161, "get_fock_st": [162, 340, 392], "get_fop": 163, "get_full_hilbert_spac": 164, "get_full_hilbert_space_dim": 165, "get_gs_energi": 166, "get_h_atom": 167, "get_matrix_element_of_monomi": 168, "get_op_mat": 169, "get_quantum_numb": 170, "get_subspace_dim": [171, 172, 601, 602, 622, 623], "get_unitary_matric": 173, "get_unitary_matrix": 174, "get_vacuum_st": 175, "get_vacuum_subspace_index": 176, "index_range_of_subspac": 177, "n_subspac": [178, 362, 605, 626], "atomic_density_matrix": [179, 632], "atomic_g_iw": [180, 633], "atomic_g_l": [181, 634], "atomic_g_lehmann": 182, "atomic_g_tau": [183, 635], "atomic_g_w": [184, 636], "partition_funct": [185, 637], "quantum_number_eigenvalu": [186, 638], "quantum_number_eigenvalues_check": [187, 639], "trace_rho_op": [188, 640], "change_col": 191, "change_row": 192, "clear": [193, 462, 1742], "complete_oper": 194, "get_funct": 197, "get_n_operations_before_check": 198, "get_precision_error": 199, "get_precision_warn": 200, "get_singular_threshold": 201, "get_x": 202, "get_x_internal_ord": 203, "get_i": 204, "get_y_internal_ord": 205, "h5_read": [206, 245, 261, 273, 285, 342, 395, 423, 465], "h5_write": [207, 246, 262, 274, 286, 343, 396, 424, 466], "insert": [208, 333], "insert2": 209, "insert2_at_end": 210, "insert_at_end": 211, "inverse_matrix": 212, "inverse_matrix_internal_ord": 213, "is_singular": 214, "matrix": [215, 541, 571, 1881, 1885], "reject_last_tri": 216, "remove2": 218, "remove2_at_end": 219, "remove_at_end": 220, "reserv": 221, "roll_matrix": 222, "set_n_operations_before_check": 223, "set_precision_error": 224, "set_precision_warn": 225, "set_singular_threshold": 226, "swap_col": 228, "swap_row": 229, "try_change_col": 230, "try_change_col_row": 231, "try_change_row": 232, "try_insert": 233, "try_insert_k": 234, "try_refil": 235, "try_remov": 236, "try_remove_k": 237, "deduct": 239, "guid": [239, 1856, 1857], "block_gf": [239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 521, 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], "block_nam": 241, "block_siz": 242, "data": [244, 259, 271, 283, 328, 464, 496, 521, 524, 525, 526, 527, 530, 531, 533, 541, 542, 543, 544, 545, 546, 577, 579, 581, 667, 706, 745, 784, 823, 945, 1743, 1846], "hdf5_format": [247, 263, 275, 287, 345, 398, 467], "densiti": [250, 557, 646, 650, 668, 707, 746, 785, 824, 880, 946, 994, 1881, 1885], "fit_gf_dlr": [251, 984], "fit_hermitian_tail": [252, 670, 709, 748, 787, 826, 948, 996], "fit_tail": [253, 672, 711, 750, 789, 828, 950, 998], "flatten_2d": 254, "flatten_gf_2d": 255, "get_mesh": 256, "accessor": [257, 269, 281, 541], "data_shap": [260, 272, 284], "target_indic": [267, 279, 292, 692, 731, 770, 809, 848, 970], "target_shap": [268, 280, 293, 694, 733, 772, 811, 850, 972], "gf_const_view": [269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "rebind": [278, 291], "gf_view": [281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293], "h5_read_gf_struct": 294, "imag": [295, 675, 714, 753, 792, 831, 863, 881, 953, 1030, 1037, 1671], "impl_tag": 296, "invers": [297, 677, 716, 755, 794, 833, 883, 955, 1212], "is_gf_hermitian": [298, 679, 718, 757, 796, 835, 957, 1000], "is_gf_real": 299, "is_gf_real_in_tau": [300, 680, 719, 758, 797, 836, 958, 1001], "make_block2_gf": 301, "make_block_gf": 302, "make_block_gf_view": 303, "make_gf_dlr": [304, 985], "make_gf_dlr_imfreq": [305, 986], "make_gf_dlr_imtim": [306, 987], "make_gf_from_fouri": [307, 988], "make_gf_from_inverse_fouri": 308, "make_gf_from_real_gf": 309, "make_gf_imfreq": [310, 989], "make_gf_imtim": [311, 990], "make_hermitian": [312, 991], "make_real_in_tau": [313, 992], "make_zero_tail": [314, 1214], "positive_freq_view": 316, "real": [317, 513, 518, 531, 533, 545, 546, 683, 722, 761, 800, 839, 868, 888, 961, 1032, 1038, 1673, 1860], "reinterpret_scalar_valued_gf_as_matrix_valu": 318, "tau_l2_norm": [319, 695, 734, 773, 812, 851, 973, 1010], "unflatten_2d": 320, "unflatten_gf_2d": 321, "hilbert_spac": [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, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 553], "fundamental_operator_set": [323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337], "h5_read_attribut": 330, "h5_write_attribut": 331, "has_indic": 332, "insert_from_indices_t": 334, "get_state_index": [341, 394], "has_stat": [344, 397], "imperative_oper": [349, 350, 351, 352, 353], "is_empti": 351, "updat": [353, 1856], "make_zero_st": 354, "space_partit": [355, 356, 357, 358, 359, 360, 361, 362], "find_map": 357, "get_matrix_el": 359, "lookup_basis_st": 360, "merge_subspac": 361, "state": [363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 553, 557, 1881, 1885], "hilbertspac": [364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "scalartyp": [364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "fals": [364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375], "amplitud": 365, "dot_product": [367, 378], "get_hilbert": [369, 380], "set_hilbert": [374, 386], "true": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "nterm": 381, "sub_hilbert_spac": [388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402], "add_fock_st": 389, "get_all_fock_st": 391, "get_index": 393, "set_index": 401, "accumul": [405, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459], "add_measur": 406, "add_measure_aux": 407, "add_mov": 408, "clear_measur": 409, "collect_result": 410, "get_acceptance_r": [412, 437], "get_accumulation_tim": 413, "get_accumulation_time_hhmmss": 414, "get_config_id": 415, "get_current_cycle_numb": 416, "get_dur": 417, "get_perc": 418, "get_rng": 419, "get_total_tim": 420, "get_warmup_tim": 421, "get_warmup_time_hhmmss": 422, "rm_measur": 425, "run": [426, 1781, 1787, 1794, 1839, 1871, 1874, 1875, 1878], "set_after_cycle_duti": 427, "warmup": 428, "warmup_and_accumul": 429, "move_set": [430, 431, 432, 433, 434, 435, 436, 437, 438, 439], "accept": 431, "add": [432, 509, 1859], "attempt": 433, "clear_statist": 434, "collect_statist": 435, "get_statist": 438, "reject": 439, "random_gener": [440, 441, 442, 443, 444, 1731, 1732, 1733, 1734, 1735], "name": [442, 566, 1837], "preview": 444, "random_generator_nam": 445, "logarithm": 447, "log": 447, "bin": 447, "linear": [447, 535, 1858], "lin": 447, "compress_linear_bin": 448, "data_input_count": 450, "lin_bin_capac": 451, "linear_bin": 452, "log_bin_error": 453, "log_bin_errors_all_reduc": 454, "n_lin_bin": 455, "n_lin_bins_max": 456, "n_log_bin": 457, "n_log_bins_max": 458, "cdf": [460, 1748], "histogram": [461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1880], "limit": [468, 1744], "mesh_point": [469, 535, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1745], "n_data_pt": [472, 1746], "n_lost_pt": [473, 1747], "jackknif": 478, "jackknife_mpi": 479, "mean": [480, 1867, 1886, 1892], "mean_and_err": 481, "mean_and_err_mpi": 482, "mean_mpi": 483, "pdf": [484, 1749], "tau_estimate_from_error": 485, "cfunction": 487, "class_": 488, "convert": 490, "v": [490, 1900, 1905], "wrap": 490, "from": [490, 535, 557, 567, 579, 1848, 1853, 1882, 1901, 1906], "module_": 491, "principl": [492, 495], "desc": [493, 1856], "format": 494, "solut": [495, 1874, 1878, 1890, 1893, 1894, 1895], "provid": 495, "dict": 495, "hdf": [495, 496], "compliant": [495, 496], "what": 495, "happen": 495, "detail": 495, "hdfarchiv": 496, "hdfarchivegroup": 496, "hdfarchiveinert": 496, "scheme": [496, 542, 543, 544, 545, 546], "doe": [496, 512], "becom": 496, "introduct": [497, 562, 566, 581, 1879, 1884], "support": 497, "basic": [497, 513, 1866], "usag": [497, 518, 580, 1849, 1853], "header": 497, "lightweight": 498, "util": [499, 582, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845], "automat": 500, "assign": [500, 520, 541], "contain": 500, "time": [501, 513, 518, 526, 533, 543, 546, 552, 1860, 1881, 1885, 1887], "express": [501, 504, 505, 506, 514, 522, 530, 535, 541, 1858], "more": [502, 512, 1868, 1880], "complex": 502, "A": [503, 549, 577, 578, 1854, 1857, 1865, 1870, 1879, 1886, 1892], "sum": [503, 559], "evalu": [504, 522, 525, 526, 527, 529, 531, 533, 1884], "complet": [504, 549, 580, 1854], "partial": [504, 529, 1884], "form": 505, "placehold": [505, 1860], "an": [505, 1858, 1859, 1882], "storag": [505, 521, 525, 526, 527, 530, 531, 533], "advanc": [505, 539, 578, 1848, 1874, 1878], "make_funct": 506, "short": [506, 1879], "notat": [506, 509], "motiv": [507, 562], "littl": [507, 549], "tour": [507, 1857], "overload": [508, 570], "argument": [508, 542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "convent": [509, 521, 525, 526, 527, 530, 531, 533, 1862], "construct": [511, 568, 570, 571, 1884], "synopsi": [511, 517, 525, 526, 527, 531, 533], "under": 511, "hood": 511, "full": [511, 564, 1874, 1878], "work": 512, "cofactor": 512, "sherman": 512, "morrison": 512, "formula": 512, "addit": [512, 1881, 1885], "line": [512, 1859], "column": [512, 1859], "notion": 513, "matsubara": [513, 525, 526, 542, 543, 544, 552, 1860, 1887], "imaginari": [513, 518, 526, 542, 543, 1860, 1881, 1885, 1887], "gfimtim": [513, 543, 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], "frequenc": [513, 518, 525, 531, 539, 542, 545, 550, 552, 1860, 1881, 1885, 1887], "gfimfreq": [513, 542, 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], "legendr": [513, 527, 544, 552, 1195], "polynomi": [513, 544], "gflegendr": [513, 544, 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], "gfretim": [513, 546, 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], "retard": [513, 545, 546], "gfrefreq": [513, 545, 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], "high": [513, 539, 550], "interact": [514, 522, 535, 1879, 1897, 1898, 1902, 1903], "concept": [515, 554, 562], "domain": [515, 521, 525, 526, 527, 530, 531, 533, 535, 1860], "purefunctionondomain": 515, "meshpoint": [515, 1035, 1036, 1037, 1038], "implement": [518, 536], "note": [518, 536, 1900, 1905], "fftw": 518, "special": [518, 534], "case": 518, "fermion": [518, 560, 1883, 1897, 1898, 1902, 1903], "boson": 518, "tf": 518, "block": [521, 541, 549, 1881, 1885], "factori": [521, 570], "regular": 521, "singular": [521, 524, 526, 527, 530, 533], "interpol": [521, 530, 1860], "access": [524, 541, 549, 567], "symmetri": 524, "imfreq": [525, 537, 1193], "free": [525, 560, 570], "imtim": [526, 538, 1194], "represent": 527, "misc": 528, "statist": [528, 581, 1084, 1097, 1110, 1127, 1138, 1149], "prod": 530, "x": [530, 1852], "y": 530, "multipl": [530, 578], "variabl": [530, 566, 1850], "subscript": 530, "techniqu": 530, "refreq": [531, 1196], "target": 532, "reinterpret": 532, "retim": [533, 1197], "index": [535, 1031], "find": 535, "closest": 535, "point": [535, 541, 1619, 1620, 1621, 1622, 1860], "moment": [539, 550], "adjust": 539, "fit": [539, 577, 655, 656, 657, 658], "window": 539, "bracket": 541, "shelv": [541, 549], "pickl": [541, 549], "plot": [541, 576, 578, 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, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1738, 1846, 1871, 1875, 1880], "option": [541, 578, 1052, 1065, 1152, 1164, 1851], "direct": 541, "keyword": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "onli": [542, 543, 544, 545, 546, 662, 701, 740, 779, 818], "descriptor": [548, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 1881, 1885], "copi": [549, 645, 649, 665, 704, 743, 782, 821, 860, 877, 943, 1014, 1045, 1056, 1067, 1080, 1093, 1106, 1119, 1135, 1146, 1154, 1166], "hilbert": [553, 558], "space": 553, "statevector": 554, "bravai": 555, "introductori": 556, "relat": 557, "do": [557, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 1594, 1617, 1657, 1846], "read": [557, 1848, 1882], "text": [557, 1846, 1880], "comput": [557, 1898, 1903], "tight_bind": [557, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658], "over": [559, 570], "brillouin": 559, "zone": 559, "tight": [560, 1870, 1884], "bind": [560, 1870, 1884], "hop": [560, 1634, 1650, 1897, 1902], "bravaislattic": [561, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603], "definit": 561, "energies_on_bz_path": 561, "measur": [562, 565, 566, 568], "Ising": 565, "chain": 565, "magnet": 565, "field": [565, 1867, 1886, 1892], "configur": 565, "main": 565, "program": 565, "loop": [566, 1879], "connect": 566, "random": [567, 580, 1899, 1904], "number": [567, 580, 1883, 1908], "list": [567, 1854, 1879], "tutori": [568, 1857, 1871, 1875, 1880, 1891, 1896], "thi": [568, 1871, 1875, 1880], "problem": 568, "initi": [568, 1881, 1884, 1885], "simul": 568, "start": [568, 1842, 1847], "result": [568, 1786, 1793, 1887, 1890, 1895], "second": [569, 570], "quantiz": [569, 570], "hamiltonian": [569, 573, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1871, 1875, 1884], "monomi": 570, "serial": 570, "u": [571, 1894, 1900, 1905], "coeffici": 572, "extract": 572, "observ": [574, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718], "helper": 575, "protocol": [576, 578, 1728, 1729, 1730], "simpl": [577, 1858, 1860, 1865, 1879], "thin": 578, "layer": 578, "abov": 578, "matplotlib": [578, 1880], "panel": 578, "figur": [578, 579], "reproduc": 579, "proven": 579, "save": [579, 889, 1846], "analysi": 581, "process": [581, 1871, 1875], "averag": 581, "standard": 581, "error": 581, "except": [582, 583], "etc": 582, "includ": 584, "warn": 584, "appli": 585, "for_each": 585, "for_each_zip": 585, "map": [585, 1858], "fold": [585, 1630, 1858], "revers": 585, "called_on_tupl": 585, "atomdiag": 587, "atomdiagcomplex": [589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609], "__init__": [590, 611, 644, 648, 654, 658, 663, 702, 741, 780, 819, 858, 873, 898, 900, 903, 905, 907, 909, 915, 917, 920, 923, 926, 928, 930, 936, 939, 941, 979, 1013, 1019, 1029, 1036, 1040, 1043, 1053, 1066, 1078, 1091, 1104, 1117, 1133, 1144, 1153, 1165, 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, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1593, 1597, 1605, 1610, 1621, 1625, 1645, 1670, 1733, 1741, 1754, 1761, 1780, 1784, 1791, 1830], "energi": [595, 616, 1871, 1875], "fock_stat": [597, 618], "fop": [598, 619], "full_hilbert_space_dim": [599, 620], "gs_energi": [603, 624], "h_atom": [604, 625], "quantum_numb": [606, 627], "unitary_matric": [607, 628], "vacuum_st": [608, 629], "vacuum_subspace_index": [609, 630], "atomdiagr": [610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630], "dosfromfunct": [647, 648, 649, 650], "dos_from_fil": 651, "hilbert_transform": [652, 653, 654], "hilberttransform": [653, 654], "backwd_compat": [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], "gf_imfreq": [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], "conjug": [664, 703, 742, 781, 820, 876, 942, 1207], "copy_from": [666, 705, 744, 783, 822, 861, 878, 944, 1046, 1057, 1068, 1081, 1094, 1107, 1120, 1136, 1147, 1155, 1167], "enforce_discontinu": [669, 708, 747, 786, 825, 947, 995], "fit_hermitian_tail_on_window": [671, 710, 749, 788, 827, 949, 997], "fit_tail_on_window": [673, 712, 751, 790, 829, 951, 999], "from_l_g_r": [674, 713, 752, 791, 830, 952], "invert": [678, 717, 756, 795, 834, 884, 956], "rebinning_tau": [684, 723, 762, 801, 840, 962, 1002], "replace_by_tail": [685, 724, 763, 802, 841, 963, 1003], "replace_by_tail_in_fit_window": [686, 725, 764, 803, 842, 964, 1004], "set_from_fouri": [687, 726, 765, 804, 843, 965, 1005], "set_from_imfreq": [688, 727, 766, 805, 844, 966, 1006], "set_from_imtim": [689, 728, 767, 806, 845, 967, 1007], "set_from_legendr": [690, 729, 768, 807, 846, 968, 1008], "set_from_pad": [691, 730, 769, 808, 847, 969, 1009], "target_rank": [693, 732, 771, 810, 849, 971], "total_dens": [696, 735, 774, 813, 852, 890, 974], "transpos": [697, 736, 775, 814, 853, 891, 975, 1216], "x_data_view": [698, 737, 776, 815, 854, 976], "zero": [699, 738, 777, 816, 855, 870, 893, 977], "gf_imtim": [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], "gf_legendr": [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], "gf_refreq": [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], "gf_retim": [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], "block2_gf": [856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870], "block2gf": [857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870], "all_indic": [859, 874], "copy_selected_block": [862, 879], "indices1": 865, "indices2": 866, "n_block": [867, 887], "view_selected_block": [869, 892], "beta": [875, 1079, 1092, 1105, 1118, 1134, 1145, 1901, 1906], "load": 885, "call_factory_from_dict": [894, 982, 1050], "fix_gf_struct_typ": 895, "descriptor_bas": [896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912], "baseblock": [899, 900, 901], "is_block_descriptor": [901, 918, 921, 924], "const": [902, 903], "lazyctx": [906, 907], "omega_": [908, 909], "convert_scalar_to_const": 910, "is_lazi": 911, "is_scalar": 912, "flat": [914, 915, 1881, 1885], "legendretomatsubara": [919, 920, 921], "matsubaratolegendr": [922, 923, 924], "onefermionintim": [925, 926], "semicircular": [927, 928], "wilson": [929, 930], "semi": [931, 1881, 1885], "dlr_crm_dyson_solv": [932, 933], "minimize_dyson": 933, "addmethod": [935, 936, 937], "mro": 937, "callproxynon": [938, 939], "idx": [978, 979], "add_method_help": 980, "bckwd": 981, "gf_factori": [983, 984, 985, 986, 987, 988, 989, 990, 991, 992], "gf_fnt": [993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010], "lazy_express": [1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025], "lazyexpr": [1012, 1013, 1014, 1015, 1016, 1017], "get_termin": 1015, "is_termin": 1016, "set_from": 1017, "lazyexprtermin": [1018, 1019], "all_termin": 1020, "eval_expr": 1021, "eval_expr_with_context": 1022, "lazy_funct": 1023, "make_lazi": 1024, "map_block": 1026, "matsubara_freq": [1027, 1028, 1029, 1030, 1031, 1032, 1033], "matsubarafreq": [1028, 1029, 1030, 1031, 1032, 1033], "meshvaluegener": [1039, 1040], "mesh_product": [1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050], "meshproduct": [1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049], "compon": 1044, "size_of_compon": 1048, "to_data_index": [1049, 1060, 1072, 1085, 1098, 1111, 1128, 1139, 1150, 1158, 1172], "meshbrzon": [1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064], "bz": [1054, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185], "closest_index": 1055, "dim": [1058, 1069], "mesh_hash": [1059, 1071, 1083, 1096, 1109, 1123, 1137, 1148, 1157, 1169], "to_index": [1061, 1073, 1086, 1099, 1112, 1129, 1140, 1151, 1159, 1173], "to_valu": [1062, 1074, 1087, 1100, 1113, 1130, 1141, 1160, 1174], "unit": [1063, 1075, 1603, 1608, 1641, 1656], "meshcyclat": [1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076], "meshdlr": [1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089], "ep": [1082, 1095, 1108], "w_max": [1089, 1102, 1115, 1162], "meshdlrimfreq": [1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102], "meshdlrimtim": [1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115], "meshimfreq": [1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131], "first_index": 1121, "last_index": 1122, "n_iw": 1124, "positive_onli": 1125, "set_tail_fit_paramet": 1126, "meshimtim": [1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142], "meshlegendr": [1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151], "meshrefreq": [1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163], "delta": [1156, 1168, 1208], "w_min": 1163, "meshretim": [1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175], "t_max": 1170, "t_min": 1171, "make_adjoint_mesh": 1176, "dist": [1179, 1203], "generate_point": 1180, "generate_points_on_path": 1181, "length": 1182, "make_plott": 1183, "slice_on_path": 1185, "bz_x_x": [1186, 1187, 1188], "plottable_slice_along_path": 1188, "dispatch": 1189, "one_var": [1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197], "dlr_imfreq": 1191, "dlr_imtim": 1192, "plot_bas": [1198, 1199], "select_indic": [1200, 1201, 1202, 1203, 1204, 1205], "closest_point_in_lin": 1201, "closest_to": 1202, "pick_selection_vec": 1204, "select_path_indic": 1205, "discretize_bath": 1209, "dyson": 1210, "fit_legendr": 1211, "make_delta": 1213, "read_gf_from_txt": 1215, "write_gf_to_txt": 1217, "wrapped_aux": [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], "callproxybrzone_0": [1219, 1220], "callproxybrzone_1": [1221, 1222], "callproxybrzone_2": [1223, 1224], "callproxybrzone_3": [1225, 1226], "callproxybrzone_4": [1227, 1228], "callproxybrzone_x_dlr_0": [1229, 1230], "callproxybrzone_x_dlr_1": [1231, 1232], "callproxybrzone_x_dlr_2": [1233, 1234], "callproxybrzone_x_dlr_3": [1235, 1236], "callproxybrzone_x_dlr_4": [1237, 1238], "callproxybrzone_x_imfreq_0": [1239, 1240], "callproxybrzone_x_imfreq_1": [1241, 1242], "callproxybrzone_x_imfreq_2": [1243, 1244], "callproxybrzone_x_imfreq_3": [1245, 1246], "callproxybrzone_x_imfreq_4": [1247, 1248], "callproxybrzone_x_imtime_0": [1249, 1250], "callproxybrzone_x_imtime_0_r": [1251, 1252], "callproxybrzone_x_imtime_1": [1253, 1254], "callproxybrzone_x_imtime_1_r": [1255, 1256], "callproxybrzone_x_imtime_2": [1257, 1258], "callproxybrzone_x_imtime_2_r": [1259, 1260], "callproxybrzone_x_imtime_3": [1261, 1262], "callproxybrzone_x_imtime_3_r": [1263, 1264], "callproxybrzone_x_imtime_4": [1265, 1266], "callproxybrzone_x_imtime_4_r": [1267, 1268], "callproxybrzone_x_legendre_0": [1269, 1270], "callproxybrzone_x_legendre_1": [1271, 1272], "callproxybrzone_x_legendre_2": [1273, 1274], "callproxybrzone_x_legendre_3": [1275, 1276], "callproxybrzone_x_legendre_4": [1277, 1278], "callproxybrzone_x_refreq_0": [1279, 1280], "callproxybrzone_x_refreq_1": [1281, 1282], "callproxybrzone_x_refreq_2": [1283, 1284], "callproxybrzone_x_refreq_3": [1285, 1286], "callproxybrzone_x_refreq_4": [1287, 1288], "callproxybrzone_x_retime_0": [1289, 1290], "callproxybrzone_x_retime_1": [1291, 1292], "callproxybrzone_x_retime_2": [1293, 1294], "callproxybrzone_x_retime_3": [1295, 1296], "callproxybrzone_x_retime_4": [1297, 1298], "callproxycyclat_0": [1299, 1300], "callproxycyclat_1": [1301, 1302], "callproxycyclat_2": [1303, 1304], "callproxycyclat_3": [1305, 1306], "callproxycyclat_4": [1307, 1308], "callproxycyclat_x_dlr_0": [1309, 1310], "callproxycyclat_x_dlr_1": [1311, 1312], "callproxycyclat_x_dlr_2": [1313, 1314], "callproxycyclat_x_dlr_3": [1315, 1316], "callproxycyclat_x_dlr_4": [1317, 1318], "callproxycyclat_x_imfreq_0": [1319, 1320], "callproxycyclat_x_imfreq_1": [1321, 1322], "callproxycyclat_x_imfreq_2": [1323, 1324], "callproxycyclat_x_imfreq_3": [1325, 1326], "callproxycyclat_x_imfreq_4": [1327, 1328], "callproxycyclat_x_imtime_0": [1329, 1330], "callproxycyclat_x_imtime_0_r": [1331, 1332], "callproxycyclat_x_imtime_1": [1333, 1334], "callproxycyclat_x_imtime_1_r": [1335, 1336], "callproxycyclat_x_imtime_2": [1337, 1338], "callproxycyclat_x_imtime_2_r": [1339, 1340], "callproxycyclat_x_imtime_3": [1341, 1342], "callproxycyclat_x_imtime_3_r": [1343, 1344], "callproxycyclat_x_imtime_4": [1345, 1346], "callproxycyclat_x_imtime_4_r": [1347, 1348], "callproxycyclat_x_legendre_0": [1349, 1350], "callproxycyclat_x_legendre_1": [1351, 1352], "callproxycyclat_x_legendre_2": [1353, 1354], "callproxycyclat_x_legendre_3": [1355, 1356], "callproxycyclat_x_legendre_4": [1357, 1358], "callproxycyclat_x_refreq_0": [1359, 1360], "callproxycyclat_x_refreq_1": [1361, 1362], "callproxycyclat_x_refreq_2": [1363, 1364], "callproxycyclat_x_refreq_3": [1365, 1366], "callproxycyclat_x_refreq_4": [1367, 1368], "callproxycyclat_x_retime_0": [1369, 1370], "callproxycyclat_x_retime_1": [1371, 1372], "callproxycyclat_x_retime_2": [1373, 1374], "callproxycyclat_x_retime_3": [1375, 1376], "callproxycyclat_x_retime_4": [1377, 1378], "callproxydlr_0": [1379, 1380], "callproxydlr_1": [1381, 1382], "callproxydlr_2": [1383, 1384], "callproxydlr_3": [1385, 1386], "callproxydlr_4": [1387, 1388], "callproxydlr_x_brzone_0": [1389, 1390], "callproxydlr_x_brzone_1": [1391, 1392], "callproxydlr_x_brzone_2": [1393, 1394], "callproxydlr_x_brzone_3": [1395, 1396], "callproxydlr_x_brzone_4": [1397, 1398], "callproxydlr_x_cyclat_0": [1399, 1400], "callproxydlr_x_cyclat_1": [1401, 1402], "callproxydlr_x_cyclat_2": [1403, 1404], "callproxydlr_x_cyclat_3": [1405, 1406], "callproxydlr_x_cyclat_4": [1407, 1408], "callproxyimfreq_0": [1409, 1410], "callproxyimfreq_1": [1411, 1412], "callproxyimfreq_2": [1413, 1414], "callproxyimfreq_3": [1415, 1416], "callproxyimfreq_4": [1417, 1418], "callproxyimfreq_x_brzone_0": [1419, 1420], "callproxyimfreq_x_brzone_1": [1421, 1422], "callproxyimfreq_x_brzone_2": [1423, 1424], "callproxyimfreq_x_brzone_3": [1425, 1426], "callproxyimfreq_x_brzone_4": [1427, 1428], "callproxyimfreq_x_cyclat_0": [1429, 1430], "callproxyimfreq_x_cyclat_1": [1431, 1432], "callproxyimfreq_x_cyclat_2": [1433, 1434], "callproxyimfreq_x_cyclat_3": [1435, 1436], "callproxyimfreq_x_cyclat_4": [1437, 1438], "callproxyimtime_0": [1439, 1440], "callproxyimtime_0_r": [1441, 1442], "callproxyimtime_1": [1443, 1444], "callproxyimtime_1_r": [1445, 1446], "callproxyimtime_2": [1447, 1448], "callproxyimtime_2_r": [1449, 1450], "callproxyimtime_3": [1451, 1452], "callproxyimtime_3_r": [1453, 1454], "callproxyimtime_4": [1455, 1456], "callproxyimtime_4_r": [1457, 1458], "callproxyimtime_x_brzone_0": [1459, 1460], "callproxyimtime_x_brzone_0_r": [1461, 1462], "callproxyimtime_x_brzone_1": [1463, 1464], "callproxyimtime_x_brzone_1_r": [1465, 1466], "callproxyimtime_x_brzone_2": [1467, 1468], "callproxyimtime_x_brzone_2_r": [1469, 1470], "callproxyimtime_x_brzone_3": [1471, 1472], "callproxyimtime_x_brzone_3_r": [1473, 1474], "callproxyimtime_x_brzone_4": [1475, 1476], "callproxyimtime_x_brzone_4_r": [1477, 1478], "callproxyimtime_x_cyclat_0": [1479, 1480], "callproxyimtime_x_cyclat_0_r": [1481, 1482], "callproxyimtime_x_cyclat_1": [1483, 1484], "callproxyimtime_x_cyclat_1_r": [1485, 1486], "callproxyimtime_x_cyclat_2": [1487, 1488], "callproxyimtime_x_cyclat_2_r": [1489, 1490], "callproxyimtime_x_cyclat_3": [1491, 1492], "callproxyimtime_x_cyclat_3_r": [1493, 1494], "callproxyimtime_x_cyclat_4": [1495, 1496], "callproxyimtime_x_cyclat_4_r": [1497, 1498], "callproxylegendre_0": [1499, 1500], "callproxylegendre_1": [1501, 1502], "callproxylegendre_2": [1503, 1504], "callproxylegendre_3": [1505, 1506], "callproxylegendre_4": [1507, 1508], "callproxylegendre_x_brzone_0": [1509, 1510], "callproxylegendre_x_brzone_1": [1511, 1512], "callproxylegendre_x_brzone_2": [1513, 1514], "callproxylegendre_x_brzone_3": [1515, 1516], "callproxylegendre_x_brzone_4": [1517, 1518], "callproxylegendre_x_cyclat_0": [1519, 1520], "callproxylegendre_x_cyclat_1": [1521, 1522], "callproxylegendre_x_cyclat_2": [1523, 1524], "callproxylegendre_x_cyclat_3": [1525, 1526], "callproxylegendre_x_cyclat_4": [1527, 1528], "callproxyrefreq_0": [1529, 1530], "callproxyrefreq_1": [1531, 1532], "callproxyrefreq_2": [1533, 1534], "callproxyrefreq_3": [1535, 1536], "callproxyrefreq_4": [1537, 1538], "callproxyrefreq_x_brzone_0": [1539, 1540], "callproxyrefreq_x_brzone_1": [1541, 1542], "callproxyrefreq_x_brzone_2": [1543, 1544], "callproxyrefreq_x_brzone_3": [1545, 1546], "callproxyrefreq_x_brzone_4": [1547, 1548], "callproxyrefreq_x_cyclat_0": [1549, 1550], "callproxyrefreq_x_cyclat_1": [1551, 1552], "callproxyrefreq_x_cyclat_2": [1553, 1554], "callproxyrefreq_x_cyclat_3": [1555, 1556], "callproxyrefreq_x_cyclat_4": [1557, 1558], "callproxyretime_0": [1559, 1560], "callproxyretime_1": [1561, 1562], "callproxyretime_2": [1563, 1564], "callproxyretime_3": [1565, 1566], "callproxyretime_4": [1567, 1568], "callproxyretime_x_brzone_0": [1569, 1570], "callproxyretime_x_brzone_1": [1571, 1572], "callproxyretime_x_brzone_2": [1573, 1574], "callproxyretime_x_brzone_3": [1575, 1576], "callproxyretime_x_brzone_4": [1577, 1578], "callproxyretime_x_cyclat_0": [1579, 1580], "callproxyretime_x_cyclat_1": [1581, 1582], "callproxyretime_x_cyclat_2": [1583, 1584], "callproxyretime_x_cyclat_3": [1585, 1586], "callproxyretime_x_cyclat_4": [1587, 1588], "set_from_gf_data_mul_lr": 1589, "bz_patch": [1591, 1592, 1593, 1594], "bzpatch": [1592, 1593, 1594], "lattice_tool": [1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618], "lattice_to_real_coordin": [1598, 1615, 1635, 1651], "n_orbit": [1599, 1636, 1652], "ndim": [1600, 1607, 1637, 1653], "orbital_nam": [1601, 1638, 1654], "orbital_posit": [1602, 1639, 1655], "brillouinzon": [1604, 1605, 1606, 1607, 1608], "dispers": [1611, 1629, 1646], "displ_vec": 1612, "overlap_mat_vec": 1616, "dos_patch": [1618, 1658], "latticepoint": [1620, 1621, 1622], "super_lattic": [1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642], "tbsuperlattic": [1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642], "change_coordinates_l_to_sl": 1626, "change_coordinates_sl_to_l": 1627, "cluster_sit": 1628, "get_kmesh": [1632, 1648], "get_rmesh": [1633, 1649], "pack_index_site_orbit": 1640, "unpack_index_site_orbit": 1642, "tb_from_pythtb": 1660, "tb_from_wannier90": 1661, "tb_to_sympi": 1662, "extend_wannier90_to_spin": 1663, "k_space_path": 1664, "parse_hopping_from_wannier90_hr_dat": 1665, "parse_lattice_vectors_from_wannier90_wout": 1666, "is_zero": 1672, "c_dag": 1675, "dagger": 1676, "is_op_hermitian": 1677, "n": 1678, "u_matrix": [1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694], "u_j_to_radial_integr": 1681, "u_matrix_kanamori": 1682, "u_matrix_slat": 1683, "angular_matrix_el": 1684, "clebsch_gordan": 1685, "cubic_nam": 1686, "eg_submatrix": 1687, "radial_integrals_to_u_j": 1688, "reduce_4index_to_2index": 1689, "spherical_to_cub": 1690, "subarrai": 1691, "t2g_submatrix": 1692, "three_j_symbol": 1693, "transform_u_matrix": 1694, "extractor": [1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703], "block_matrix_from_op": 1696, "dict_to_matrix": 1697, "extract_u_dict2": 1698, "extract_u_dict4": 1699, "extract_h_dict": 1700, "op_from_block_matrix": 1701, "quadratic_term": 1702, "quartic_term": 1703, "backward_compat": 1705, "diagonal_part": 1706, "h_int_dens": 1707, "h_int_kanamori": 1708, "h_int_slat": 1709, "make_operator_r": 1710, "l2_op": 1712, "ls_op": 1713, "l_op": 1714, "n_op": 1715, "s2_op": 1716, "s_op": 1717, "check_backward_compat": 1718, "op_struct": [1719, 1720, 1721], "get_mkind": 1720, "set_operator_structur": 1721, "mpl_interfac": [1723, 1724, 1725, 1726, 1727], "oplot": 1724, "oploti": 1725, "oplotr": 1726, "use_amsmath": 1727, "clip_arrai": 1729, "plot_protocol_appli": 1730, "randomgener": [1732, 1733], "random_generator_names_list": 1735, "sumk": [1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763], "sumk_discret": [1751, 1752, 1753, 1754, 1755, 1756], "sumkdiscret": [1752, 1753, 1754, 1755, 1756], "gfblocindic": [1753, 1759], "n_kpt": [1755, 1762], "resize_arrai": [1756, 1763], "sumk_discrete_from_lattic": [1757, 1758, 1759, 1760, 1761, 1762, 1763], "sumkdiscretefromlattic": [1758, 1759, 1760, 1761, 1762, 1763], "recompute_grid": 1760, "bound_and_bisect": [1765, 1766, 1767], "determine_bound": 1767, "capture_stdout": 1768, "comparison_test": [1769, 1770, 1771, 1772, 1773, 1774], "assert_array_close_to_scalar": 1770, "assert_arrays_are_clos": 1771, "assert_block2_gfs_are_clos": 1772, "assert_block_gfs_are_clos": 1773, "assert_gfs_are_clos": 1774, "dichotomi": [1775, 1776], "dist_on_nod": [1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796], "distributiononnod": [1778, 1779, 1780, 1781], "sleeptim": [1779, 1783, 1790], "distributiononnodesonestack": [1782, 1783, 1784, 1785, 1786, 1787, 1788], "finish": [1785, 1792], "treat": [1788, 1796], "distributiononnodestest": [1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796], "the_funct": 1795, "h5diff": [1797, 1798, 1799], "compar": 1798, "check_for_mpi": 1801, "mpi_mpi4pi": [1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815], "bcast": [1805, 1819], "is_master_nod": [1806, 1820], "master_gets_host_nam": [1807, 1821], "myprint_err": [1808, 1822], "myprint_out": [1809, 1823], "recv": [1810, 1824], "report": [1811, 1825], "send": [1812, 1826], "slice_arrai": [1813, 1827], "slice_inf": 1814, "slice_sup": 1815, "mpi_nompi": [1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827], "redirect": [1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845], "daemon": 1831, "getnam": 1832, "ident": 1833, "isdaemon": 1834, "is_al": 1835, "join": 1836, "native_id": 1838, "setdaemon": 1840, "setnam": 1841, "stop": 1843, "start_redirect": 1844, "stop_redirect": 1845, "frequent": 1846, "ask": 1846, "question": [1846, 1898, 1901, 1903, 1906], "q": [1846, 1898, 1903], "my": 1846, "e": 1846, "g": [1846, 1860, 1887], "hash": 1846, "debug": 1846, "purpos": 1846, "welcom": 1847, "core": 1847, "numer": 1847, "algorithm": 1847, "where": 1847, "ubuntu": [1848, 1855], "debian": 1848, "anaconda": 1848, "docker": 1848, "apptain": 1848, "binder": 1848, "sourc": [1848, 1853, 1862], "easybuild": 1848, "prerequisit": [1848, 1852], "setup": 1848, "further": 1848, "clang": 1849, "linux": 1849, "libclang": 1849, "unix": 1850, "common": 1850, "softwar": 1850, "develop": 1850, "affect": 1850, "openmp": 1850, "custom": 1851, "mac": 1852, "o": 1852, "virtual": 1853, "prepar": 1856, "ipython": [1856, 1868, 1879], "notebook": [1856, 1868, 1879, 1901, 1906], "floor": 1856, "divis": 1856, "regener": 1856, "final": 1856, "user": 1857, "why": 1857, "quick": 1857, "multidimension": 1858, "declar": 1858, "print": 1858, "matric": 1858, "vector": 1858, "defin": [1858, 1879, 1884], "through": 1858, "algebra": 1858, "ctqmc": 1859, "creation": [1859, 1860], "empti": 1859, "inform": 1859, "one": [1859, 1871, 1875], "replac": 1859, "omega": [1860, 1898, 1903], "nu": 1860, "tau": [1860, 1887], "fill": 1860, "structur": [1862, 1901, 1906], "project": [1863, 1865], "profil": 1864, "you": [1865, 1871, 1875], "its": 1865, "mix": 1865, "theori": [1867, 1886, 1892, 1898, 1900, 1903, 1905], "beth": [1867, 1886, 1892], "learn": 1868, "model": [1869, 1870, 1887, 1888, 1889, 1890, 1893, 1894, 1895], "squar": [1870, 1897, 1902], "espresso": [1871, 1875], "creat": [1871, 1875], "wannier": [1871, 1875], "low": [1871, 1875], "descript": [1871, 1875], "la_2cuo_4": [1871, 1875], "shot": [1871, 1875], "converg": [1871, 1875], "remind": [1871, 1875, 1887], "self": [1871, 1874, 1875, 1878, 1900, 1905], "\u03c3": [1871, 1875], "spectral": [1871, 1875], "6": [1871, 1875, 1893], "fermi": [1871, 1875, 1897, 1902], "k_z": [1871, 1875], "post": [1871, 1875], "conclud": [1871, 1875], "mai": [1871, 1875], "now": [1871, 1875], "02": [1871, 1875], "fermise": [1871, 1872, 1875, 1876], "phase": [1873, 1877, 1899, 1904], "diagram": [1873, 1877], "explor": [1873, 1877], "comparison": [1874, 1878, 1892], "charg": [1874, 1878], "consist": [1874, 1878, 1900, 1905], "introduc": 1879, "mode": 1879, "shell": 1879, "veri": 1879, "indent": 1879, "If": 1879, "statement": 1879, "import": [1879, 1884], "modul": 1879, "numpi": [1879, 1884], "help": 1879, "goal": [1880, 1898, 1903], "inlin": 1880, "prettier": 1880, "subplot": 1880, "like": 1880, "approach": 1880, "circular": [1881, 1885], "arithmet": [1881, 1885], "obtain": [1881, 1885], "compact": [1881, 1885], "pade": [1881, 1885], "exercis": [1881, 1885, 1894], "fundament": 1883, "multivari": 1884, "perturb": [1886, 1892], "visual": [1886, 1887, 1892], "mott": [1886, 1892], "transit": [1886, 1892], "anderson": 1887, "cthyb": 1887, "sampl": 1887, "singl": [1888, 1893], "orbit": [1888, 1889, 1893, 1894], "valenc": [1890, 1895], "bond": [1890, 1895], "precomput": [1890, 1895], "literatur": 1892, "j": 1894, "conclus": 1894, "perfect": [1897, 1898, 1902, 1903], "nest": [1897, 1898, 1902, 1903], "nearest": [1897, 1902], "neighbour": [1897, 1902], "surfac": [1897, 1902], "suscept": [1898, 1903], "chi_0": [1898, 1901, 1903, 1906], "fast": [1898, 1903], "mathbf": [1898, 1903], "omega_n": [1898, 1903], "static": [1898, 1903], "approxim": [1899, 1904], "rpa": [1899, 1900, 1901, 1904, 1905, 1906], "tpsc": [1900, 1901, 1905, 1906], "behaviour": [1900, 1905], "u_": [1900, 1905], "sp": [1900, 1905], "ch": [1900, 1905], "weak": [1900, 1905], "temperatur": [1901, 1906], "antiferromagnet": [1901, 1906], "dimension": [1901, 1906], "mermin": [1901, 1906], "wagner": [1901, 1906], "theorem": [1901, 1906], "previou": [1901, 1906], "arbitrari": [1901, 1906], "spin": [1901, 1906], "factor": [1901, 1906], "s_": [1901, 1906], "remark": [1901, 1906], "compat": 1908}, "envversion": {"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, "nbsphinx": 4, "sphinx": 60}, "alltitles": {"Convertion vs wrapping": [[490, "convertion-vs-wrapping"]], "Wrapping classes from C++ to Python": [[490, "wrapping-classes-from-c-to-python"]], "Convertion": [[490, "convertion"]], "The module_ class": [[491, "the-module-class"]], "Python API of the desc file": [[493, "python-api-of-the-desc-file"]], "The cfunction class": [[487, "the-cfunction-class"]], "[triqs/h5] The HDF5 format": [[494, "triqs-h5-the-hdf5-format"]], "The class_ class": [[488, "the-class-class"]], "Manual": [[486, null], [9, "manual"]], "Cpp2Py: a C++/Python interfacing tool": [[489, "cpp2py-a-c-python-interfacing-tool"]], "General Principle": [[492, "general-principle"]], "Automatic assignment of containers": [[500, "automatic-assignment-of-containers"]], "triqs/MPI": [[497, "triqs-mpi"]], "Introduction": [[497, "introduction"], [581, "introduction"], [566, "introduction"]], "MPI documentation/manual/triqs": [[497, "mpi-documentation-manual-triqs"]], "Supported functions and types": [[497, "supported-functions-and-types"]], "Basic usage": [[497, "basic-usage"]], "Headers": [[497, "headers"]], "MPI example": [[497, "mpi-example"]], "Parameters": [[509, "parameters"], [15, "parameters"], [12, "parameters"], [13, "parameters"], [19, "parameters"], [18, "parameters"], [26, "parameters"], [33, "parameters"], [32, "parameters"], [34, "parameters"], [39, "parameters"], [43, "parameters"], [48, "parameters"], [47, "parameters"], [46, "parameters"], [53, "parameters"], [57, "parameters"], [58, "parameters"], [63, "parameters"], [71, "parameters"], [73, "parameters"], [76, "parameters"], [83, "parameters"], [85, "parameters"], [89, "parameters"], [88, "parameters"], [95, "parameters"], [97, "parameters"], [105, "parameters"], [100, "parameters"], [117, "parameters"], [116, "parameters"], [114, "parameters"], [112, "parameters"], [113, "parameters"], [124, "parameters"], [125, "parameters"], [126, "parameters"], [132, "parameters"], [140, "parameters"], [138, "parameters"], [139, "parameters"], [141, "parameters"], [142, "parameters"], [147, "parameters"], [148, "parameters"], [149, "parameters"], [151, "parameters"], [153, "parameters"], [156, "parameters"], [155, "parameters"], [157, "parameters"], [154, "parameters"], [158, "parameters"], [160, "parameters"], [169, "parameters"], [171, "parameters"], [168, "parameters"], [177, "parameters"], [179, "parameters"], [183, "parameters"], [182, "parameters"], [180, "parameters"], [181, "parameters"], [186, "parameters"], [187, "parameters"], [184, "parameters"], [185, "parameters"], [188, "parameters"], [195, "parameters"], [221, "parameters"], [233, "parameters"], [249, "parameters"], [252, "parameters"], [253, "parameters"], [255, "parameters"], [254, "parameters"], [258, "parameters"], [266, "parameters"], [270, "parameters"], [278, "parameters"], [282, "parameters"], [290, "parameters"], [291, "parameters"], [295, "parameters"], [299, "parameters"], [300, "parameters"], [298, "parameters"], [312, "parameters"], [314, "parameters"], [313, "parameters"], [315, "parameters"], [317, "parameters"], [327, "parameters"], [331, "parameters"], [332, "parameters"], [330, "parameters"], [339, "parameters"], [334, "parameters"], [336, "parameters"], [343, "parameters"], [342, "parameters"], [344, "parameters"], [341, "parameters"], [340, "parameters"], [347, "parameters"], [350, "parameters"], [346, "parameters"], [353, "parameters"], [357, "parameters"], [352, "parameters"], [356, "parameters"], [354, "parameters"], [358, "parameters"], [361, "parameters"], [360, "parameters"], [366, "parameters"], [367, "parameters"], [368, "parameters"], [372, "parameters"], [373, "parameters"], [374, "parameters"], [371, "parameters"], [370, "parameters"], [379, "parameters"], [378, "parameters"], [377, "parameters"], [386, "parameters"], [384, "parameters"], [385, "parameters"], [383, "parameters"], [382, "parameters"], [392, "parameters"], [390, "parameters"], [389, "parameters"], [396, "parameters"], [399, "parameters"], [397, "parameters"], [395, "parameters"], [394, "parameters"], [405, "parameters"], [400, "parameters"], [401, "parameters"], [406, "parameters"], [411, "parameters"], [408, "parameters"], [429, "parameters"], [426, "parameters"], [425, "parameters"], [428, "parameters"], [427, "parameters"], [441, "parameters"], [449, "parameters"], [448, "parameters"], [454, "parameters"], [459, "parameters"], [460, "parameters"], [465, "parameters"], [463, "parameters"], [466, "parameters"], [470, "parameters"], [469, "parameters"], [471, "parameters"], [474, "parameters"], [476, "parameters"], [475, "parameters"], [480, "parameters"], [479, "parameters"], [483, "parameters"], [481, "parameters"], [478, "parameters"], [482, "parameters"], [484, "parameters"], [485, "parameters"]], "Template parameters": [[509, "template-parameters"], [570, "template-parameters"], [14, "template-parameters"], [13, "template-parameters"], [19, "template-parameters"], [18, "template-parameters"], [20, "template-parameters"], [26, "template-parameters"], [33, "template-parameters"], [32, "template-parameters"], [28, "template-parameters"], [34, "template-parameters"], [35, "template-parameters"], [39, "template-parameters"], [42, "template-parameters"], [48, "template-parameters"], [47, "template-parameters"], [46, "template-parameters"], [63, "template-parameters"], [62, "template-parameters"], [64, "template-parameters"], [72, "template-parameters"], [71, "template-parameters"], [77, "template-parameters"], [83, "template-parameters"], [84, "template-parameters"], [89, "template-parameters"], [90, "template-parameters"], [95, "template-parameters"], [96, "template-parameters"], [101, "template-parameters"], [105, "template-parameters"], [100, "template-parameters"], [112, "template-parameters"], [113, "template-parameters"], [128, "template-parameters"], [129, "template-parameters"], [125, "template-parameters"], [126, "template-parameters"], [130, "template-parameters"], [140, "template-parameters"], [138, "template-parameters"], [139, "template-parameters"], [141, "template-parameters"], [146, "template-parameters"], [142, "template-parameters"], [147, "template-parameters"], [145, "template-parameters"], [143, "template-parameters"], [144, "template-parameters"], [152, "template-parameters"], [148, "template-parameters"], [149, "template-parameters"], [179, "template-parameters"], [183, "template-parameters"], [182, "template-parameters"], [180, "template-parameters"], [181, "template-parameters"], [184, "template-parameters"], [185, "template-parameters"], [195, "template-parameters"], [249, "template-parameters"], [252, "template-parameters"], [253, "template-parameters"], [255, "template-parameters"], [254, "template-parameters"], [258, "template-parameters"], [257, "template-parameters"], [266, "template-parameters"], [270, "template-parameters"], [269, "template-parameters"], [282, "template-parameters"], [281, "template-parameters"], [290, "template-parameters"], [295, "template-parameters"], [299, "template-parameters"], [300, "template-parameters"], [298, "template-parameters"], [312, "template-parameters"], [314, "template-parameters"], [313, "template-parameters"], [317, "template-parameters"], [349, "template-parameters"], [353, "template-parameters"], [355, "template-parameters"], [352, "template-parameters"], [354, "template-parameters"], [363, "template-parameters"], [358, "template-parameters"], [368, "template-parameters"], [379, "template-parameters"], [376, "template-parameters"], [408, "template-parameters"], [449, "template-parameters"], [459, "template-parameters"], [480, "template-parameters"], [479, "template-parameters"], [483, "template-parameters"], [481, "template-parameters"], [478, "template-parameters"], [482, "template-parameters"], [485, "template-parameters"], [519, "template-parameters"]], "Notations and documentation conventions": [[509, "notations-and-documentation-conventions"]], "Notation": [[509, "notation"]], "Documentation conventions for C++ code": [[509, "documentation-conventions-for-c-code"]], "add": [[509, "add"]], "Return value": [[509, "return-value"]], "Transform CLEF expressions into functions": [[506, "transform-clef-expressions-into-functions"]], "make_function": [[506, "make-function"]], "Short notation with >> operator": [[506, "short-notation-with-operator"]], "clef::function": [[506, "clef-function"]], "Examples": [[506, "examples"], [521, "examples"], [527, "examples"], [531, "examples"], [533, "examples"], [526, "examples"], [545, "examples"], [525, "examples"], [530, "examples"]], "Overloading functions and methods for CLEF arguments": [[508, "overloading-functions-and-methods-for-clef-arguments"]], "Overloading functions": [[508, "overloading-functions"]], "Overloading operator() and other methods": [[508, "overloading-operator-and-other-methods"]], "More complex examples": [[502, "more-complex-examples"]], "[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[498, "triqs-atom-diag-lightweight-exact-diagonalization-solver-and-tools"]], "Example of use: Python": [[498, "example-of-use-python"]], "Example of use: C++": [[498, "example-of-use-c"]], "Evaluating CLEF expressions": [[504, "evaluating-clef-expressions"]], "Complete evaluation": [[504, "complete-evaluation"]], "Partial evaluation": [[504, "partial-evaluation"], [529, "partial-evaluation"], [529, "id1"], [1884, "Partial-evaluation"]], "Forming CLEF expressions": [[505, "forming-clef-expressions"]], "Placeholders": [[505, "placeholders"]], "Forming an expression": [[505, "forming-an-expression"]], "Storage of expressions [advanced]": [[505, "storage-of-expressions-advanced"]], "Motivation: a little tour of CLEF": [[507, "motivation-a-little-tour-of-clef"]], "A lazy sum": [[503, "a-lazy-sum"]], "Example": [[495, "example"], [517, "example"], [539, "example"], [561, "example"], [580, "example"], [578, "example"], [546, "example"], [543, "example"], [544, "example"], [542, "example"], [19, "example"], [95, "example"], [252, "example"], [253, "example"], [258, "example"], [314, "example"], [452, "example"], [448, "example"], [455, "example"], [457, "example"], [459, "example"], [480, "example"], [483, "example"], [481, "example"], [482, "example"], [511, "example"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[495, "solution-1-the-class-provides-the-transformation-into-a-dict-of-hdf-compliant-objects"]], "Principle": [[495, "principle"]], "What happens in detail?": [[495, "what-happens-in-detail"]], "Utility functions for atom_diag": [[499, "utility-functions-for-atom-diag"]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[501, "triqs-clef-clef-compile-time-lazy-expressions-and-functions"]], "[block_gf] Block Green functions": [[521, "block-gf-t-block-green-functions"]], "Constructors": [[521, "constructors"], [523, "constructors"]], "Factories": [[521, "factories"]], "Factories for the regular type": [[521, "factories-for-the-regular-type"]], "Factories for the view type": [[521, "factories-for-the-view-type"]], "Domain & mesh": [[521, "domain-mesh"], [527, "domain-mesh"], [531, "domain-mesh"], [533, "domain-mesh"], [526, "domain-mesh"], [525, "domain-mesh"], [530, "domain-mesh"]], "Singularity": [[521, "singularity"], [527, "singularity"], [533, "singularity"], [526, "singularity"], [530, "singularity"]], "Interpolation method": [[521, "interpolation-method"], [530, "interpolation-method"]], "Data storage": [[521, "data-storage"], [527, "data-storage"], [531, "data-storage"], [533, "data-storage"], [526, "data-storage"], [525, "data-storage"], [530, "data-storage"]], "HDF5 storage convention": [[521, "hdf5-storage-convention"], [527, "hdf5-storage-convention"], [531, "hdf5-storage-convention"], [533, "hdf5-storage-convention"], [526, "hdf5-storage-convention"], [525, "hdf5-storage-convention"], [530, "hdf5-storage-convention"]], "Iterators": [[521, "iterators"]], "Operator()": [[522, "operator"]], "(1) Evaluation": [[522, "evaluation"]], "(2) Building a view": [[522, "building-a-view"]], "(3) Interaction with clef expressions": [[522, "interaction-with-clef-expressions"]], "Constructors of gf": [[523, "constructors-of-gf"]], "Concepts": [[515, "concepts"], [562, "concepts"]], "Domain": [[515, "domain"]], "PureFunctionOnDomain": [[515, "purefunctionondomain"]], "Mesh": [[515, "mesh"]], "MeshPoint": [[515, "meshpoint"]], "Basic notions": [[513, "basic-notions"]], "Types of Green\u2019s functions": [[513, "types-of-green-s-functions"]], "Matsubara Green\u2019s function in imaginary time ": [[513, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[513, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[513, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Green function in real time ": [[513, "green-function-in-real-time-gfretime"]], "Retarded Green\u2019s function in real frequencies ": [[513, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Fourier and Legendre transforms": [[513, "fourier-and-legendre-transforms"]], "High-frequency tail": [[513, "high-frequency-tail"]], "Fourier transforms": [[517, "fourier-transforms"], [1881, "Fourier-transforms"], [1885, "Fourier-transforms"]], "Synopsis": [[517, "synopsis"], [527, "synopsis"], [531, "synopsis"], [533, "synopsis"], [526, "synopsis"], [511, "synopsis"], [525, "synopsis"]], "fourier": [[517, "fourier"], [0, "fourier"], [0, "id74"]], "Interaction with CLEF expressions": [[514, "interaction-with-clef-expressions"]], "Fourier: implementation notes": [[518, "fourier-implementation-notes"]], "The FFTW library": [[518, "the-fftw-library"]], "Implementation in real time/frequency using FFTW": [[518, "implementation-in-real-time-frequency-using-fftw"]], "Implementation in imaginary time/frequency using FFTW": [[518, "implementation-in-imaginary-time-frequency-using-fftw"]], "Special case of real functions in time for fermions": [[518, "special-case-of-real-functions-in-time-for-fermions"]], "Special case of real functions in time for bosons": [[518, "special-case-of-real-functions-in-time-for-bosons"]], "Usage of the tail in the TF": [[518, "usage-of-the-tail-in-the-tf"]], "How does it work ?": [[512, "how-does-it-work"]], "Cofactors": [[512, "cofactors"]], "The Sherman-Morrison formula": [[512, "the-sherman-morrison-formula"]], "Addition of a line and a column, or more": [[512, "addition-of-a-line-and-a-column-or-more"]], "Removal of a line and a column, or more": [[512, "removal-of-a-line-and-a-column-or-more"]], "Change of a column": [[512, "change-of-a-column"]], "Change of a line": [[512, "change-of-a-line"]], "Change of a line and a column": [[512, "change-of-a-line-and-a-column"]], "Data access": [[524, "data-access"]], "mesh": [[524, "mesh"], [0, "mesh"]], "data": [[524, "data"]], "singularity": [[524, "singularity"]], "symmetry": [[524, "symmetry"]], "Assignment": [[520, "assignment"]], "Move assign operator": [[520, "move-assign-operator"]], "Operator []": [[535, "operator"]], "(1) Use the linear index of the mesh": [[535, "use-the-linear-index-of-the-mesh"]], "(2) Use the mesh_point of the mesh": [[535, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[535, "find-the-closest-mesh-point-from-a-domain-point"]], "(4) Interaction with clef expressions": [[535, "interaction-with-clef-expressions"]], "Misc": [[528, "misc"]], "Statistic": [[528, "statistic"]], "Evaluation method": [[527, "evaluation-method"], [531, "evaluation-method"], [533, "evaluation-method"], [526, "evaluation-method"], [525, "evaluation-method"]], "[gf] Legendre representation": [[527, "gf-legendre-legendre-representation"]], "Target reinterpretation": [[532, "target-reinterpretation"]], "High-Frequency moments of the Green\u2019s function": [[539, "high-frequency-moments-of-the-green-s-function"], [550, "high-frequency-moments-of-the-green-s-function"]], "API": [[539, "api"]], "Adjusting the fit parameters (Advanced)": [[539, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[539, "adjusting-the-fit-window-advanced"]], "[gf] Real frequencies": [[531, "gf-refreq-real-frequencies"]], "Specializations": [[534, "specializations"]], "[gf] Real time": [[533, "gf-retime-real-time"]], "Implementation notes": [[536, "implementation-notes"]], "[gf] Matsubara imaginary time": [[526, "gf-imtime-matsubara-imaginary-time"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[589, "triqs-atom-diag-atom-diag-atomdiagcomplex"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[599, "triqs-atom-diag-atom-diag-atomdiagcomplex-full-hilbert-space-dim"]], "triqs.atom_diag": [[586, "module-triqs.atom_diag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[593, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-connection"]], "triqs.atom_diag.atom_diag": [[588, "module-triqs.atom_diag.atom_diag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[592, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[597, "triqs-atom-diag-atom-diag-atomdiagcomplex-fock-states"]], "triqs.atom_diag.AtomDiag": [[587, "triqs-atom-diag-atomdiag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[594, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-matrix"]], "Tuple tools": [[585, "tuple-tools"]], "apply": [[585, "apply"]], "for_each": [[585, "for-each"]], "for_each_zip": [[585, "for-each-zip"]], "map": [[585, "map"]], "fold": [[585, "fold"]], "reverse": [[585, "reverse"]], "called_on_tuple": [[585, "called-on-tuple"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[595, "triqs-atom-diag-atom-diag-atomdiagcomplex-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[590, "triqs-atom-diag-atom-diag-atomdiagcomplex-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[591, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[598, "triqs-atom-diag-atom-diag-atomdiagcomplex-fops"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[596, "triqs-atom-diag-atom-diag-atomdiagcomplex-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[609, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[612, "triqs-atom-diag-atom-diag-atomdiagreal-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[614, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[607, "triqs-atom-diag-atom-diag-atomdiagcomplex-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[610, "triqs-atom-diag-atom-diag-atomdiagreal"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[608, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[611, "triqs-atom-diag-atom-diag-atomdiagreal-init"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[613, "triqs-atom-diag-atom-diag-atomdiagreal-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[600, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[601, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[606, "triqs-atom-diag-atom-diag-atomdiagcomplex-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[602, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[603, "triqs-atom-diag-atom-diag-atomdiagcomplex-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[605, "triqs-atom-diag-atom-diag-atomdiagcomplex-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[604, "triqs-atom-diag-atom-diag-atomdiagcomplex-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[625, "triqs-atom-diag-atom-diag-atomdiagreal-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[628, "triqs-atom-diag-atom-diag-atomdiagreal-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[629, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[619, "triqs-atom-diag-atom-diag-atomdiagreal-fops"]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[626, "triqs-atom-diag-atom-diag-atomdiagreal-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[617, "triqs-atom-diag-atom-diag-atomdiagreal-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[618, "triqs-atom-diag-atom-diag-atomdiagreal-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[616, "triqs-atom-diag-atom-diag-atomdiagreal-energies"]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[620, "triqs-atom-diag-atom-diag-atomdiagreal-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[623, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[627, "triqs-atom-diag-atom-diag-atomdiagreal-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[615, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[624, "triqs-atom-diag-atom-diag-atomdiagreal-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[622, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[621, "triqs-atom-diag-atom-diag-atomdiagreal-get-eigenvalue"]], "triqs.atom_diag.atom_diag.act": [[631, "triqs-atom-diag-atom-diag-act"]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[635, "triqs-atom-diag-atom-diag-atomic-g-tau"]], "triqs.atom_diag.atom_diag.trace_rho_op": [[640, "triqs-atom-diag-atom-diag-trace-rho-op"]], "triqs.atom_diag.atom_diag.atomic_g_w": [[636, "triqs-atom-diag-atom-diag-atomic-g-w"]], "triqs.dos.dos": [[642, "module-triqs.dos.dos"]], "triqs.dos": [[641, "module-triqs.dos"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[639, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues-checked"]], "triqs.atom_diag.atom_diag.partition_function": [[637, "triqs-atom-diag-atom-diag-partition-function"]], "triqs.dos.dos.DOS": [[643, "triqs-dos-dos-dos"]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[633, "triqs-atom-diag-atom-diag-atomic-g-iw"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[630, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[638, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues"]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[632, "triqs-atom-diag-atom-diag-atomic-density-matrix"]], "triqs.atom_diag.atom_diag.atomic_g_l": [[634, "triqs-atom-diag-atom-diag-atomic-g-l"]], "triqs.dos.dos.DOS.__init__": [[644, "triqs-dos-dos-dos-init"]], "Table of contents": [[5, "table-of-contents"]], "Contributing": [[6, "contributing"]], "Issues and feature requests": [[6, "issues-and-feature-requests"]], "Contributing to code and documentation": [[6, "contributing-to-code-and-documentation"]], "Github discussions": [[6, "github-discussions"]], "How to contribute to documentation?": [[7, "how-to-contribute-to-documentation"]], "Who should write documentation?": [[7, "who-should-write-documentation"]], "Building the documentation": [[7, "building-the-documentation"]], "Editing the documentation": [[7, "editing-the-documentation"]], "How to make a pull request?": [[8, "how-to-make-a-pull-request"]], "Setting up your fork repository": [[8, "setting-up-your-fork-repository"]], "Making your pull request": [[8, "making-your-pull-request"]], "About TRIQS": [[3, "about-triqs"]], "Authors & contributors": [[3, "authors-contributors"]], "Citation": [[3, "citation"]], "License": [[3, "license"]], "Disclaimer": [[3, "disclaimer"], [1852, "disclaimer"]], "Logo files": [[3, "logo-files"]], "Documentation": [[9, "documentation"], [0, "documentation"]], "C++ API": [[9, "c-api"]], "Python API": [[9, "python-api"], [550, "python-api"]], "mpi": [[0, "id24"], [0, "id56"], [108, "mpi"]], "itertools": [[0, "itertools"], [11, "itertools"]], "Changelog": [[0, "changelog"]], "Version 3.3.0": [[0, "version-3-3-0"]], "General": [[0, "general"], [0, "id2"], [0, "id6"], [0, "id16"], [0, "id28"], [0, "id33"], [0, "id39"], [0, "id47"], [0, "id50"], [0, "id60"], [0, "id64"], [0, "id72"], [0, "id78"]], "Gf": [[0, "gf"], [0, "id7"], [0, "id29"]], "atom_diag": [[0, "atom-diag"], [0, "id17"], [0, "id25"], [0, "id34"], [0, "id70"]], "doc": [[0, "doc"], [0, "id3"], [0, "id8"], [0, "id12"], [0, "id19"], [0, "id32"], [0, "id36"], [0, "id44"], [0, "id48"], [0, "id52"], [0, "id62"], [0, "id71"], [0, "id77"]], "cmake": [[0, "cmake"], [0, "id5"], [0, "id9"], [0, "id11"], [0, "id18"], [0, "id27"], [0, "id30"], [0, "id35"], [0, "id40"], [0, "id46"], [0, "id49"], [0, "id51"], [0, "id63"], [0, "id67"], [0, "id75"]], "jenkins": [[0, "jenkins"], [0, "id4"], [0, "id10"], [0, "id21"], [0, "id31"], [0, "id38"], [0, "id43"], [0, "id54"], [0, "id61"]], "Version 3.2.1": [[0, "version-3-2-1"]], "Version 3.2.0": [[0, "version-3-2-0"]], "Porting Script": [[0, "porting-script"], [0, "id15"]], "API Changes": [[0, "api-changes"]], "Meshes": [[0, "meshes"], [0, "id14"]], "DLR": [[0, "dlr"]], "Lattice": [[0, "lattice"]], "det_manip": [[0, "det-manip"], [0, "id69"]], "mc_generic": [[0, "mc-generic"], [0, "id23"], [0, "id55"]], "MPI": [[0, "mpi"]], "Fixes": [[0, "fixes"]], "Version 3.1.1": [[0, "version-3-1-1"]], "gf": [[0, "id13"], [0, "id20"], [0, "id26"], [0, "id37"], [0, "id42"], [0, "id45"], [0, "id53"], [0, "id65"], [0, "id79"]], "Version 3.1.0": [[0, "version-3-1-0"]], "Deprecate use of string indices for Green functions": [[0, "deprecate-use-of-string-indices-for-green-functions"]], "Change in gf_struct objects": [[0, "change-in-gf-struct-objects"]], "Green function meshes (C++)": [[0, "green-function-meshes-c"]], "Move multi-array into TRIQS/nda library": [[0, "move-multi-array-into-triqs-nda-library"]], "triqs::stat Rework": [[0, "triqs-stat-rework"]], "Bath discretization function": [[0, "bath-discretization-function"]], "Jenkins Sanitizer Checks": [[0, "jenkins-sanitizer-checks"]], "New website theme": [[0, "new-website-theme"]], "TightBinding and TBLattice improvements": [[0, "tightbinding-and-tblattice-improvements"]], "Require C++20 capable compiler": [[0, "require-c-20-capable-compiler"]], "cpp2py": [[0, "cpp2py"], [0, "id41"]], "lattice": [[0, "id22"], [0, "id57"], [0, "id68"]], "nda": [[0, "nda"]], "Version 3.0.2": [[0, "version-3-0-2"]], "Python 3.10": [[0, "python-3-10"]], "c++20": [[0, "c-20"]], "Version 3.0.1": [[0, "version-3-0-1"]], "Issue 819 - Atom Diag": [[0, "issue-819-atom-diag"]], "array": [[0, "array"], [0, "id66"]], "Version 3.0.0": [[0, "version-3-0-0"]], "Renamings": [[0, "renamings"]], "Dependency Management": [[0, "dependency-management"]], "h5py dependency": [[0, "h5py-dependency"]], "Removal of deprecated API": [[0, "removal-of-deprecated-api"]], "detmanip": [[0, "detmanip"]], "operators": [[0, "operators"], [0, "id58"]], "packaging": [[0, "packaging"], [0, "id59"]], "Version 2.2.3": [[0, "version-2-2-3"]], "Version 2.2.2": [[0, "version-2-2-2"]], "Version 2.2.1": [[0, "version-2-2-1"]], "Version 2.2.0": [[0, "version-2-2-0"]], "Make range and itertools functionality standalone": [[0, "make-range-and-itertools-functionality-standalone"]], "Make mpi functionality standalone and change namespace": [[0, "make-mpi-functionality-standalone-and-change-namespace"]], "Non-owning views (C++)": [[0, "non-owning-views-c"]], "Dynamic Analyzer Checks (ASAN, UBSAN)": [[0, "dynamic-analyzer-checks-asan-ubsan"]], "No longer install googletest": [[0, "no-longer-install-googletest"]], "app4triqs": [[0, "app4triqs"]], "arrays": [[0, "arrays"], [0, "id76"]], "h5": [[0, "h5"]], "pytriqs": [[0, "pytriqs"], [0, "id73"], [0, "id81"]], "Version 2.1.1": [[0, "version-2-1-1"]], "Version 2.1.0": [[0, "version-2-1-0"]], "clef": [[0, "clef"]], "BlockGf": [[0, "blockgf"]], "lapack": [[0, "lapack"]], "tail": [[0, "tail"], [0, "id80"]], "mc_tools": [[0, "mc-tools"]], "Version 2.0.0": [[0, "version-2-0-0"]], "fourier,tail": [[0, "fourier-tail"]], "hdf5": [[0, "hdf5"]], "gf/py": [[0, "gf-py"]], "py": [[0, "py"]], "travis": [[0, "travis"]], "pytriqs/gf": [[0, "pytriqs-gf"]], "test": [[0, "test"]], "tail,fourier": [[0, "tail-fourier"]], "Version 1.5": [[0, "version-1-5"]], "API changes": [[0, "id82"]], "Version 1.4": [[0, "version-1-4"]], "Installation": [[0, "installation"], [0, "id83"], [1848, "installation"]], "Many-body operators": [[0, "many-body-operators"], [0, "id84"]], "Green\u2019s functions": [[0, "greens-functions"], [540, "green-s-functions"], [1860, "green-s-functions"]], "Tests": [[0, "tests"], [0, "id86"]], "Version 1.3": [[0, "version-1-3"]], "Green functions": [[0, "green-functions"]], "Monte-Carlo tools": [[0, "monte-carlo-tools"]], "Determinant manipulation": [[0, "determinant-manipulation"]], "HDF5": [[0, "id85"], [549, "hdf5"]], "c++2py": [[0, "c-2py"]], "Miscellaneous": [[0, "miscellaneous"]], "Version 1.2": [[0, "version-1-2"]], "C++": [[0, "c"], [1864, "c"], [572, "c"]], "Python": [[0, "python"], [570, "python"], [1864, "python"], [572, "python"]], "Green Functions": [[0, "id87"]], "Version 1.1": [[0, "version-1-1"]], "Version 1.0": [[0, "version-1-0"]], "Python classes": [[0, "python-classes"]], "Archives": [[0, "archives"]], "Applications based on TRIQS": [[4, "applications-based-on-triqs"]], "Table of Contents": [[4, "table-of-contents"]], "Impurity Solvers": [[4, "impurity-solvers"]], "Hybridization-expansion solver": [[4, "hybridization-expansion-solver"]], "Hubbard I solver": [[4, "hubbard-i-solver"]], "Hartree Fock solver": [[4, "hartree-fock-solver"]], "PYED - Exact diagonalization for finite quantum systems (external)": [[4, "pyed-exact-diagonalization-for-finite-quantum-systems-external"]], "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"]], "Interface to the NRG Ljubljana impurity solver": [[4, "interface-to-the-nrg-ljubljana-impurity-solver"]], "Ab-Initio Tools": [[4, "ab-initio-tools"]], "DFT tools - Toolbox for ab initio calculations of correlated materials": [[4, "dft-tools-toolbox-for-ab-initio-calculations-of-correlated-materials"]], "solid_dmft - Python wrapper to perform DFT+DMFT calculations using TRIQS": [[4, "solid-dmft-python-wrapper-to-perform-dft-dmft-calculations-using-triqs"]], "Analytic Continuation": [[4, "analytic-continuation"]], "Maxent": [[4, "maxent"]], "Nevanlinna Analytic Continuation": [[4, "nevanlinna-analytic-continuation"]], "SOM - Stochastic Optimization Method for Analytic Continuation (external)": [[4, "som-stochastic-optimization-method-for-analytic-continuation-external"]], "Interface to Omegamaxent": [[4, "interface-to-omegamaxent"]], "Other Applications": [[4, "other-applications"]], "TPRF - The Two-Particle Response Function tool box": [[4, "tprf-the-two-particle-response-function-tool-box"]], "TRIQS Solver benchmarks": [[4, "triqs-solver-benchmarks"]], "App4Triqs Application Skeleton": [[4, "app4triqs-application-skeleton"]], "Cpp2Py": [[4, "cpp2py"]], "triqs.dos.dos.DOSFromFunction.copy": [[649, "triqs-dos-dos-dosfromfunction-copy"]], "triqs.dos.dos.dos_from_file": [[651, "triqs-dos-dos-dos-from-file"]], "triqs.dos.dos.DOSFromFunction.__init__": [[648, "triqs-dos-dos-dosfromfunction-init"]], "triqs.dos.dos.DOSFromFunction.density": [[650, "triqs-dos-dos-dosfromfunction-density"]], "triqs.fit.fit.Fit": [[657, "triqs-fit-fit-fit"]], "triqs.dos.hilbert_transform": [[652, "module-triqs.dos.hilbert_transform"]], "triqs.fit.fit.Fit.__init__": [[658, "triqs-fit-fit-fit-init"]], "triqs.dos.dos.DOS.copy": [[645, "triqs-dos-dos-dos-copy"]], "triqs.fit": [[655, "module-triqs.fit"]], "triqs.dos.dos.DOS.density": [[646, "triqs-dos-dos-dos-density"]], "triqs.dos.hilbert_transform.HilbertTransform": [[653, "triqs-dos-hilbert-transform-hilberttransform"]], "triqs.gf": [[659, "module-triqs.gf"]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[654, "triqs-dos-hilbert-transform-hilberttransform-init"]], "triqs.dos.dos.DOSFromFunction": [[647, "triqs-dos-dos-dosfromfunction"]], "triqs.fit.fit": [[656, "module-triqs.fit.fit"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[670, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[664, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[667, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[668, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[669, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[665, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy"]], "triqs.gf.backwd_compat": [[660, "module-triqs.gf.backwd_compat"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[662, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq"]], "Parameters (KEYWORD argument ONLY)": [[662, "parameters-keyword-argument-only"], [701, "parameters-keyword-argument-only"], [740, "parameters-keyword-argument-only"], [779, "parameters-keyword-argument-only"], [818, "parameters-keyword-argument-only"], [546, "parameters-keyword-argument-only"], [545, "parameters-keyword-argument-only"], [543, "parameters-keyword-argument-only"], [544, "parameters-keyword-argument-only"], [542, "parameters-keyword-argument-only"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[674, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[673, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[672, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail"]], "triqs.gf.backwd_compat.gf_imfreq": [[661, "module-triqs.gf.backwd_compat.gf_imfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[671, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[666, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[663, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[678, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-invert"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[689, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[682, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[684, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[677, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-inverse"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[683, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-real"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[686, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[685, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[687, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[675, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-imag"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[688, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[679, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[680, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[681, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-mesh"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[676, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[691, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[701, "triqs-gf-backwd-compat-gf-imtime-gfimtime"]], "triqs.gf.backwd_compat.gf_imtime": [[700, "module-triqs.gf.backwd_compat.gf_imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[704, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.tau_L2_norm": [[695, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[702, "triqs-gf-backwd-compat-gf-imtime-gfimtime-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[699, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-zero"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[703, "triqs-gf-backwd-compat-gf-imtime-gfimtime-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[690, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[696, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-total-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[697, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-transpose"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[694, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-shape"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[698, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-x-data-view"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[693, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[692, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[718, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[709, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[710, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[711, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[712, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[708, "triqs-gf-backwd-compat-gf-imtime-gfimtime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[706, "triqs-gf-backwd-compat-gf-imtime-gfimtime-data"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[716, "triqs-gf-backwd-compat-gf-imtime-gfimtime-inverse"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[705, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy-from"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[717, "triqs-gf-backwd-compat-gf-imtime-gfimtime-invert"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[715, "triqs-gf-backwd-compat-gf-imtime-gfimtime-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[713, "triqs-gf-backwd-compat-gf-imtime-gfimtime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[707, "triqs-gf-backwd-compat-gf-imtime-gfimtime-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[714, "triqs-gf-backwd-compat-gf-imtime-gfimtime-imag"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[719, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[732, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[724, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[721, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[729, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[733, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[726, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[730, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[728, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.tau_L2_norm": [[734, "triqs-gf-backwd-compat-gf-imtime-gfimtime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[731, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[722, "triqs-gf-backwd-compat-gf-imtime-gfimtime-real"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[725, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[723, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[720, "triqs-gf-backwd-compat-gf-imtime-gfimtime-mesh"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[727, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[736, "triqs-gf-backwd-compat-gf-imtime-gfimtime-transpose"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[740, "triqs-gf-backwd-compat-gf-legendre-gflegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[745, "triqs-gf-backwd-compat-gf-legendre-gflegendre-data"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[748, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[749, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[737, "triqs-gf-backwd-compat-gf-imtime-gfimtime-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[744, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy-from"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[746, "triqs-gf-backwd-compat-gf-legendre-gflegendre-density"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[747, "triqs-gf-backwd-compat-gf-legendre-gflegendre-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[735, "triqs-gf-backwd-compat-gf-imtime-gfimtime-total-density"]], "triqs.gf.backwd_compat.gf_legendre": [[739, "module-triqs.gf.backwd_compat.gf_legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[743, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[738, "triqs-gf-backwd-compat-gf-imtime-gfimtime-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[741, "triqs-gf-backwd-compat-gf-legendre-gflegendre-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[742, "triqs-gf-backwd-compat-gf-legendre-gflegendre-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[753, "triqs-gf-backwd-compat-gf-legendre-gflegendre-imag"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[754, "triqs-gf-backwd-compat-gf-legendre-gflegendre-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[763, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[757, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[759, "triqs-gf-backwd-compat-gf-legendre-gflegendre-mesh"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[752, "triqs-gf-backwd-compat-gf-legendre-gflegendre-from-l-g-r"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[761, "triqs-gf-backwd-compat-gf-legendre-gflegendre-real"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[764, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[760, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau": [[758, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[751, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[750, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[762, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rebinning-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[755, "triqs-gf-backwd-compat-gf-legendre-gflegendre-inverse"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[756, "triqs-gf-backwd-compat-gf-legendre-gflegendre-invert"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[774, "triqs-gf-backwd-compat-gf-legendre-gflegendre-total-density"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[765, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-fourier"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[770, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[766, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[768, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[767, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imtime"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[769, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-pade"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[771, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[776, "triqs-gf-backwd-compat-gf-legendre-gflegendre-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.tau_L2_norm": [[773, "triqs-gf-backwd-compat-gf-legendre-gflegendre-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[775, "triqs-gf-backwd-compat-gf-legendre-gflegendre-transpose"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[777, "triqs-gf-backwd-compat-gf-legendre-gflegendre-zero"]], "triqs.gf.backwd_compat.gf_refreq": [[778, "module-triqs.gf.backwd_compat.gf_refreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[772, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-shape"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[779, "triqs-gf-backwd-compat-gf-refreq-gfrefreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[782, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[792, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-imag"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[780, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-init"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[783, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[794, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-inverse"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[793, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[785, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[784, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[788, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[790, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[789, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[791, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[786, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[787, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[781, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-conjugate"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[805, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[803, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[795, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-invert"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[796, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[802, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[806, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[807, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[804, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[809, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[797, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[799, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[801, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[800, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-real"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[798, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-mesh"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[808, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[822, "triqs-gf-backwd-compat-gf-retime-gfretime-copy-from"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[824, "triqs-gf-backwd-compat-gf-retime-gfretime-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[819, "triqs-gf-backwd-compat-gf-retime-gfretime-init"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.tau_L2_norm": [[812, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[814, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[818, "triqs-gf-backwd-compat-gf-retime-gfretime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[820, "triqs-gf-backwd-compat-gf-retime-gfretime-conjugate"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[811, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-shape"]], "triqs.gf.backwd_compat.gf_retime": [[817, "module-triqs.gf.backwd_compat.gf_retime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[823, "triqs-gf-backwd-compat-gf-retime-gfretime-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[813, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[821, "triqs-gf-backwd-compat-gf-retime-gfretime-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[815, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-x-data-view"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[816, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-zero"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[810, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[831, "triqs-gf-backwd-compat-gf-retime-gfretime-imag"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[839, "triqs-gf-backwd-compat-gf-retime-gfretime-real"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[829, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[836, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[837, "triqs-gf-backwd-compat-gf-retime-gfretime-mesh"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[826, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[835, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[830, "triqs-gf-backwd-compat-gf-retime-gfretime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[838, "triqs-gf-backwd-compat-gf-retime-gfretime-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[825, "triqs-gf-backwd-compat-gf-retime-gfretime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[827, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[833, "triqs-gf-backwd-compat-gf-retime-gfretime-inverse"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[828, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[832, "triqs-gf-backwd-compat-gf-retime-gfretime-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[834, "triqs-gf-backwd-compat-gf-retime-gfretime-invert"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[845, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.tau_L2_norm": [[851, "triqs-gf-backwd-compat-gf-retime-gfretime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[850, "triqs-gf-backwd-compat-gf-retime-gfretime-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[848, "triqs-gf-backwd-compat-gf-retime-gfretime-target-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[842, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[849, "triqs-gf-backwd-compat-gf-retime-gfretime-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[843, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[852, "triqs-gf-backwd-compat-gf-retime-gfretime-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[844, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[853, "triqs-gf-backwd-compat-gf-retime-gfretime-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[854, "triqs-gf-backwd-compat-gf-retime-gfretime-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[840, "triqs-gf-backwd-compat-gf-retime-gfretime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[841, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[847, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[846, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-legendre"]], "triqs.gf.block2_gf.Block2Gf.__init__": [[858, "triqs-gf-block2-gf-block2gf-init"]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[867, "triqs-gf-block2-gf-block2gf-n-blocks"]], "triqs.gf.block2_gf.Block2Gf.indices1": [[865, "triqs-gf-block2-gf-block2gf-indices1"]], "triqs.gf.block2_gf.Block2Gf.real": [[868, "triqs-gf-block2-gf-block2gf-real"]], "triqs.gf.block2_gf": [[856, "module-triqs.gf.block2_gf"]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[859, "triqs-gf-block2-gf-block2gf-all-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[855, "triqs-gf-backwd-compat-gf-retime-gfretime-zero"]], "triqs.gf.block2_gf.Block2Gf.copy": [[860, "triqs-gf-block2-gf-block2gf-copy"]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[869, "triqs-gf-block2-gf-block2gf-view-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[861, "triqs-gf-block2-gf-block2gf-copy-from"]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[862, "triqs-gf-block2-gf-block2gf-copy-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.indices": [[864, "triqs-gf-block2-gf-block2gf-indices"]], "triqs.gf.block2_gf.Block2Gf.indices2": [[866, "triqs-gf-block2-gf-block2gf-indices2"]], "triqs.gf.block2_gf.Block2Gf": [[857, "triqs-gf-block2-gf-block2gf"]], "triqs.gf.block2_gf.Block2Gf.imag": [[863, "triqs-gf-block2-gf-block2gf-imag"]], "triqs.gf.block_gf.BlockGf.beta": [[875, "triqs-gf-block-gf-blockgf-beta"]], "triqs.gf.block_gf.BlockGf": [[872, "triqs-gf-block-gf-blockgf"]], "triqs.gf.block_gf.BlockGf.copy": [[877, "triqs-gf-block-gf-blockgf-copy"]], "triqs.gf.block_gf.BlockGf.invert": [[884, "triqs-gf-block-gf-blockgf-invert"]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[879, "triqs-gf-block-gf-blockgf-copy-selected-blocks"]], "triqs.gf.block_gf.BlockGf.imag": [[881, "triqs-gf-block-gf-blockgf-imag"]], "triqs.gf.block2_gf.Block2Gf.zero": [[870, "triqs-gf-block2-gf-block2gf-zero"]], "triqs.gf.block_gf.BlockGf.conjugate": [[876, "triqs-gf-block-gf-blockgf-conjugate"]], "triqs.gf.block_gf.BlockGf.__init__": [[873, "triqs-gf-block-gf-blockgf-init"]], "triqs.gf.block_gf": [[871, "module-triqs.gf.block_gf"]], "triqs.gf.block_gf.BlockGf.indices": [[882, "triqs-gf-block-gf-blockgf-indices"]], "triqs.gf.block_gf.BlockGf.inverse": [[883, "triqs-gf-block-gf-blockgf-inverse"]], "triqs.gf.block_gf.BlockGf.all_indices": [[874, "triqs-gf-block-gf-blockgf-all-indices"]], "triqs.gf.block_gf.BlockGf.density": [[880, "triqs-gf-block-gf-blockgf-density"]], "triqs.gf.block_gf.BlockGf.copy_from": [[878, "triqs-gf-block-gf-blockgf-copy-from"]], "triqs.gf.block_gf.BlockGf.total_density": [[890, "triqs-gf-block-gf-blockgf-total-density"]], "triqs.gf.block_gf.fix_gf_struct_type": [[895, "triqs-gf-block-gf-fix-gf-struct-type"]], "triqs.gf.descriptor_base.Base": [[897, "triqs-gf-descriptor-base-base"]], "triqs.gf.block_gf.BlockGf.load": [[885, "triqs-gf-block-gf-blockgf-load"]], "triqs.gf.block_gf.BlockGf.save": [[889, "triqs-gf-block-gf-blockgf-save"]], "triqs.gf.descriptor_base.Base.__init__": [[898, "triqs-gf-descriptor-base-base-init"]], "triqs.gf.descriptor_base": [[896, "module-triqs.gf.descriptor_base"]], "triqs.gf.block_gf.BlockGf.transpose": [[891, "triqs-gf-block-gf-blockgf-transpose"]], "triqs.gf.block_gf.BlockGf.mesh": [[886, "triqs-gf-block-gf-blockgf-mesh"]], "triqs.gf.block_gf.BlockGf.zero": [[893, "triqs-gf-block-gf-blockgf-zero"]], "triqs.gf.block_gf.call_factory_from_dict": [[894, "triqs-gf-block-gf-call-factory-from-dict"]], "triqs.gf.block_gf.BlockGf.real": [[888, "triqs-gf-block-gf-blockgf-real"]], "triqs.gf.block_gf.BlockGf.n_blocks": [[887, "triqs-gf-block-gf-blockgf-n-blocks"]], "triqs.gf.descriptor_base.BaseBlock": [[899, "triqs-gf-descriptor-base-baseblock"]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[892, "triqs-gf-block-gf-blockgf-view-selected-blocks"]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[907, "triqs-gf-descriptor-base-lazyctx-init"]], "triqs.gf.descriptor_base.is_scalar": [[912, "triqs-gf-descriptor-base-is-scalar"]], "triqs.gf.descriptor_base.is_lazy": [[911, "triqs-gf-descriptor-base-is-lazy"]], "triqs.gf.descriptor_base.Const": [[902, "triqs-gf-descriptor-base-const"]], "triqs.gf.descriptors.Flat": [[914, "triqs-gf-descriptors-flat"]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[900, "triqs-gf-descriptor-base-baseblock-init"]], "triqs.gf.descriptor_base.Omega_": [[908, "triqs-gf-descriptor-base-omega"]], "triqs.gf.descriptor_base.Omega_.__init__": [[909, "triqs-gf-descriptor-base-omega-init"]], "triqs.gf.descriptor_base.Const.__init__": [[903, "triqs-gf-descriptor-base-const-init"]], "triqs.gf.descriptor_base.Function.__init__": [[905, "triqs-gf-descriptor-base-function-init"]], "triqs.gf.descriptor_base.LazyCTX": [[906, "triqs-gf-descriptor-base-lazyctx"]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[910, "triqs-gf-descriptor-base-convert-scalar-to-const"]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[901, "triqs-gf-descriptor-base-baseblock-is-block-descriptor"]], "triqs.gf.descriptors": [[913, "module-triqs.gf.descriptors"]], "triqs.gf.descriptor_base.Function": [[904, "triqs-gf-descriptor-base-function"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[922, "triqs-gf-descriptors-matsubaratolegendre"]], "triqs.gf.descriptors.SemiCircular.__init__": [[928, "triqs-gf-descriptors-semicircular-init"]], "triqs.gf.descriptors.Fourier.__init__": [[917, "triqs-gf-descriptors-fourier-init"]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[920, "triqs-gf-descriptors-legendretomatsubara-init"]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[923, "triqs-gf-descriptors-matsubaratolegendre-init"]], "triqs.gf.descriptors.Fourier": [[916, "triqs-gf-descriptors-fourier"]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[924, "triqs-gf-descriptors-matsubaratolegendre-is-block-descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[921, "triqs-gf-descriptors-legendretomatsubara-is-block-descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[925, "triqs-gf-descriptors-onefermionintime"]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[918, "triqs-gf-descriptors-fourier-is-block-descriptor"]], "triqs.gf.descriptors.Flat.__init__": [[915, "triqs-gf-descriptors-flat-init"]], "triqs.gf.descriptors.SemiCircular": [[927, "triqs-gf-descriptors-semicircular"]], "triqs.gf.descriptors.Wilson": [[929, "triqs-gf-descriptors-wilson"]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[926, "triqs-gf-descriptors-onefermionintime-init"]], "triqs.gf.descriptors.LegendreToMatsubara": [[919, "triqs-gf-descriptors-legendretomatsubara"]], "triqs.gf.gf.AddMethod": [[935, "triqs-gf-gf-addmethod"]], "triqs.gf.descriptors.Wilson.__init__": [[930, "triqs-gf-descriptors-wilson-init"]], "triqs.gf.gf.Gf.conjugate": [[942, "triqs-gf-gf-gf-conjugate"]], "triqs.gf.gf.Gf": [[940, "triqs-gf-gf-gf"]], "triqs.gf.descriptors.semi": [[931, "triqs-gf-descriptors-semi"]], "triqs.gf.gf.Gf.copy_from": [[944, "triqs-gf-gf-gf-copy-from"]], "triqs.gf.dlr_crm_dyson_solver": [[932, "module-triqs.gf.dlr_crm_dyson_solver"]], "triqs.gf.gf.AddMethod.mro": [[937, "triqs-gf-gf-addmethod-mro"]], "triqs.gf.gf.CallProxyNone.__init__": [[939, "triqs-gf-gf-callproxynone-init"]], "triqs.gf.gf": [[934, "module-triqs.gf.gf"]], "triqs.gf.gf.Gf.__init__": [[941, "triqs-gf-gf-gf-init"]], "triqs.gf.gf.Gf.copy": [[943, "triqs-gf-gf-gf-copy"]], "triqs.gf.dlr_crm_dyson_solver.minimize_dyson": [[933, "triqs-gf-dlr-crm-dyson-solver-minimize-dyson"]], "triqs.gf.gf.CallProxyNone": [[938, "triqs-gf-gf-callproxynone"]], "triqs.gf.gf.AddMethod.__init__": [[936, "triqs-gf-gf-addmethod-init"]], "triqs.gf.gf.Gf.indices": [[954, "triqs-gf-gf-gf-indices"]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[958, "triqs-gf-gf-gf-is-gf-real-in-tau"]], "triqs.gf.gf.Gf.imag": [[953, "triqs-gf-gf-gf-imag"]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[949, "triqs-gf-gf-gf-fit-hermitian-tail-on-window"]], "triqs.gf.gf.Gf.density": [[946, "triqs-gf-gf-gf-density"]], "triqs.gf.gf.Gf.inverse": [[955, "triqs-gf-gf-gf-inverse"]], "triqs.gf.gf.Gf.mesh": [[959, "triqs-gf-gf-gf-mesh"]], "triqs.gf.gf.Gf.fit_tail_on_window": [[951, "triqs-gf-gf-gf-fit-tail-on-window"]], "triqs.gf.gf.Gf.from_L_G_R": [[952, "triqs-gf-gf-gf-from-l-g-r"]], "triqs.gf.gf.Gf.is_gf_hermitian": [[957, "triqs-gf-gf-gf-is-gf-hermitian"]], "triqs.gf.gf.Gf.data": [[945, "triqs-gf-gf-gf-data"]], "triqs.gf.gf.Gf.invert": [[956, "triqs-gf-gf-gf-invert"]], "triqs.gf.gf.Gf.fit_tail": [[950, "triqs-gf-gf-gf-fit-tail"]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[948, "triqs-gf-gf-gf-fit-hermitian-tail"]], "triqs.gf.gf.Gf.enforce_discontinuity": [[947, "triqs-gf-gf-gf-enforce-discontinuity"]], "triqs.gf.gf.Gf.tau_L2_norm": [[973, "triqs-gf-gf-gf-tau-l2-norm"]], "triqs.gf.gf.Gf.set_from_imfreq": [[966, "triqs-gf-gf-gf-set-from-imfreq"]], "triqs.gf.gf.Gf.set_from_pade": [[969, "triqs-gf-gf-gf-set-from-pade"]], "triqs.gf.gf.Gf.set_from_fourier": [[965, "triqs-gf-gf-gf-set-from-fourier"]], "triqs.gf.gf.Gf.rank": [[960, "triqs-gf-gf-gf-rank"]], "triqs.gf.gf.Gf.replace_by_tail": [[963, "triqs-gf-gf-gf-replace-by-tail"]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[964, "triqs-gf-gf-gf-replace-by-tail-in-fit-window"]], "triqs.gf.gf.Gf.set_from_legendre": [[968, "triqs-gf-gf-gf-set-from-legendre"]], "triqs.gf.gf.Gf.set_from_imtime": [[967, "triqs-gf-gf-gf-set-from-imtime"]], "triqs.gf.gf.Gf.target_rank": [[971, "triqs-gf-gf-gf-target-rank"]], "triqs.gf.gf.Gf.target_shape": [[972, "triqs-gf-gf-gf-target-shape"]], "triqs.gf.gf.Gf.real": [[961, "triqs-gf-gf-gf-real"]], "triqs.gf.gf.Gf.rebinning_tau": [[962, "triqs-gf-gf-gf-rebinning-tau"]], "triqs.gf.gf.Gf.target_indices": [[970, "triqs-gf-gf-gf-target-indices"]], "triqs.gf.gf.Gf.total_density": [[974, "triqs-gf-gf-gf-total-density"]], "triqs.gf.gf.Idx": [[978, "triqs-gf-gf-idx"]], "triqs.gf.gf.add_method_helper": [[980, "triqs-gf-gf-add-method-helper"]], "triqs.gf.gf_factories": [[983, "module-triqs.gf.gf_factories"]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[987, "triqs-gf-gf-factories-make-gf-dlr-imtime"]], "triqs.gf.gf.bckwd": [[981, "triqs-gf-gf-bckwd"]], "triqs.gf.gf_factories.make_gf_imfreq": [[989, "triqs-gf-gf-factories-make-gf-imfreq"]], "triqs.gf.gf.Gf.transpose": [[975, "triqs-gf-gf-gf-transpose"]], "triqs.gf.gf.Gf.zero": [[977, "triqs-gf-gf-gf-zero"]], "triqs.gf.gf.Gf.x_data_view": [[976, "triqs-gf-gf-gf-x-data-view"]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[986, "triqs-gf-gf-factories-make-gf-dlr-imfreq"]], "triqs.gf.gf_factories.fit_gf_dlr": [[984, "triqs-gf-gf-factories-fit-gf-dlr"]], "triqs.gf.gf_factories.make_gf_from_fourier": [[988, "triqs-gf-gf-factories-make-gf-from-fourier"]], "triqs.gf.gf.Idx.__init__": [[979, "triqs-gf-gf-idx-init"]], "triqs.gf.gf.call_factory_from_dict": [[982, "triqs-gf-gf-call-factory-from-dict"]], "triqs.gf.gf_factories.make_gf_dlr": [[985, "triqs-gf-gf-factories-make-gf-dlr"]], "triqs.gf.gf_factories.make_hermitian": [[991, "triqs-gf-gf-factories-make-hermitian"]], "triqs.gf.gf_fnt.enforce_discontinuity": [[995, "triqs-gf-gf-fnt-enforce-discontinuity"]], "triqs.gf.gf_fnt": [[993, "module-triqs.gf.gf_fnt"]], "triqs.gf.gf_fnt.rebinning_tau": [[1002, "triqs-gf-gf-fnt-rebinning-tau"]], "triqs.gf.gf_factories.make_real_in_tau": [[992, "triqs-gf-gf-factories-make-real-in-tau"]], "triqs.gf.gf_factories.make_gf_imtime": [[990, "triqs-gf-gf-factories-make-gf-imtime"]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[1004, "triqs-gf-gf-fnt-replace-by-tail-in-fit-window"]], "triqs.gf.gf_fnt.replace_by_tail": [[1003, "triqs-gf-gf-fnt-replace-by-tail"]], "triqs.gf.gf_fnt.fit_tail_on_window": [[999, "triqs-gf-gf-fnt-fit-tail-on-window"]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[997, "triqs-gf-gf-fnt-fit-hermitian-tail-on-window"]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[996, "triqs-gf-gf-fnt-fit-hermitian-tail"]], "triqs.gf.gf_fnt.fit_tail": [[998, "triqs-gf-gf-fnt-fit-tail"]], "triqs.gf.gf_fnt.is_gf_hermitian": [[1000, "triqs-gf-gf-fnt-is-gf-hermitian"]], "triqs.gf.gf_fnt.density": [[994, "triqs-gf-gf-fnt-density"]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[1001, "triqs-gf-gf-fnt-is-gf-real-in-tau"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1018, "triqs-gf-lazy-expressions-lazyexprterminal"]], "triqs.gf.lazy_expressions.LazyExpr": [[1012, "triqs-gf-lazy-expressions-lazyexpr"]], "triqs.gf.gf_fnt.tau_L2_norm": [[1010, "triqs-gf-gf-fnt-tau-l2-norm"]], "triqs.gf.gf_fnt.set_from_legendre": [[1008, "triqs-gf-gf-fnt-set-from-legendre"]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[1016, "triqs-gf-lazy-expressions-lazyexpr-is-terminal"]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[1017, "triqs-gf-lazy-expressions-lazyexpr-set-from"]], "triqs.gf.gf_fnt.set_from_fourier": [[1005, "triqs-gf-gf-fnt-set-from-fourier"]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[1015, "triqs-gf-lazy-expressions-lazyexpr-get-terminal"]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[1019, "triqs-gf-lazy-expressions-lazyexprterminal-init"]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[1013, "triqs-gf-lazy-expressions-lazyexpr-init"]], "triqs.gf.gf_fnt.set_from_pade": [[1009, "triqs-gf-gf-fnt-set-from-pade"]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[1014, "triqs-gf-lazy-expressions-lazyexpr-copy"]], "triqs.gf.lazy_expressions": [[1011, "module-triqs.gf.lazy_expressions"]], "triqs.gf.gf_fnt.set_from_imtime": [[1007, "triqs-gf-gf-fnt-set-from-imtime"]], "triqs.gf.gf_fnt.set_from_imfreq": [[1006, "triqs-gf-gf-fnt-set-from-imfreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[1032, "triqs-gf-matsubara-freq-matsubarafreq-real"]], "triqs.gf.matsubara_freq": [[1027, "module-triqs.gf.matsubara_freq"]], "triqs.gf.lazy_expressions.lazy_function": [[1023, "triqs-gf-lazy-expressions-lazy-function"]], "triqs.gf.lazy_expressions.all_terminals": [[1020, "triqs-gf-lazy-expressions-all-terminals"]], "triqs.gf.lazy_expressions.eval_expr": [[1021, "triqs-gf-lazy-expressions-eval-expr"]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[1030, "triqs-gf-matsubara-freq-matsubarafreq-imag"]], "triqs.gf.lazy_expressions.make_lazy": [[1024, "triqs-gf-lazy-expressions-make-lazy"]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[1033, "triqs-gf-matsubara-freq-matsubarafreq-value"]], "triqs.gf.mesh_point": [[1034, "module-triqs.gf.mesh_point"]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[1022, "triqs-gf-lazy-expressions-eval-expr-with-context"]], "triqs.gf.lazy_expressions.transform": [[1025, "triqs-gf-lazy-expressions-transform"]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[1029, "triqs-gf-matsubara-freq-matsubarafreq-init"]], "triqs.gf.map_block": [[1026, "module-triqs.gf.map_block"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1028, "triqs-gf-matsubara-freq-matsubarafreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq.index": [[1031, "triqs-gf-matsubara-freq-matsubarafreq-index"]], "triqs.gf.mesh_point.MeshPoint": [[1035, "triqs-gf-mesh-point-meshpoint"]], "triqs.gf.mesh_product.MeshProduct.__init__": [[1043, "triqs-gf-mesh-product-meshproduct-init"]], "triqs.gf.mesh_product.MeshProduct.components": [[1044, "triqs-gf-mesh-product-meshproduct-components"]], "triqs.gf.mesh_product.MeshProduct.rank": [[1047, "triqs-gf-mesh-product-meshproduct-rank"]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[1048, "triqs-gf-mesh-product-meshproduct-size-of-components"]], "triqs.gf.mesh_product.MeshProduct.copy": [[1045, "triqs-gf-mesh-product-meshproduct-copy"]], "triqs.gf.mesh_point.MeshPoint.imag": [[1037, "triqs-gf-mesh-point-meshpoint-imag"]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[1040, "triqs-gf-mesh-point-meshvaluegenerator-init"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1039, "triqs-gf-mesh-point-meshvaluegenerator"]], "triqs.gf.mesh_product.MeshProduct": [[1042, "triqs-gf-mesh-product-meshproduct"]], "triqs.gf.mesh_product": [[1041, "module-triqs.gf.mesh_product"]], "triqs.gf.mesh_point.MeshPoint.real": [[1038, "triqs-gf-mesh-point-meshpoint-real"]], "triqs.gf.mesh_point.MeshPoint.__init__": [[1036, "triqs-gf-mesh-point-meshpoint-init"]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[1049, "triqs-gf-mesh-product-meshproduct-to-data-index"]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[1046, "triqs-gf-mesh-product-meshproduct-copy-from"]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[1060, "triqs-gf-meshes-meshbrzone-to-data-index"]], "triqs.gf.meshes.MeshBrZone.__init__": [[1053, "triqs-gf-meshes-meshbrzone-init"]], "triqs.gf.meshes.MeshBrZone.copy": [[1056, "triqs-gf-meshes-meshbrzone-copy"]], "triqs.gf.meshes.MeshBrZone.to_index": [[1061, "triqs-gf-meshes-meshbrzone-to-index"]], "triqs.gf.meshes.MeshBrZone": [[1052, "triqs-gf-meshes-meshbrzone"]], "Parameters (Option 1)": [[1052, "parameters-option-1"], [1065, "parameters-option-1"], [1152, "parameters-option-1"], [1164, "parameters-option-1"]], "Parameters (Option 2)": [[1052, "parameters-option-2"], [1065, "parameters-option-2"], [1152, "parameters-option-2"], [1164, "parameters-option-2"]], "triqs.gf.meshes.MeshBrZone.units": [[1063, "triqs-gf-meshes-meshbrzone-units"]], "triqs.gf.meshes.MeshBrZone.to_value": [[1062, "triqs-gf-meshes-meshbrzone-to-value"]], "triqs.gf.meshes.MeshBrZone.closest_index": [[1055, "triqs-gf-meshes-meshbrzone-closest-index"]], "triqs.gf.mesh_product.call_factory_from_dict": [[1050, "triqs-gf-mesh-product-call-factory-from-dict"]], "triqs.gf.meshes.MeshBrZone.bz": [[1054, "triqs-gf-meshes-meshbrzone-bz"]], "triqs.gf.meshes.MeshBrZone.copy_from": [[1057, "triqs-gf-meshes-meshbrzone-copy-from"]], "triqs.gf.meshes.MeshBrZone.dims": [[1058, "triqs-gf-meshes-meshbrzone-dims"]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[1059, "triqs-gf-meshes-meshbrzone-mesh-hash"]], "triqs.gf.meshes.MeshBrZone.values": [[1064, "triqs-gf-meshes-meshbrzone-values"]], "triqs.gf.meshes": [[1051, "module-triqs.gf.meshes"]], "triqs.gf.meshes.MeshDLR": [[1077, "triqs-gf-meshes-meshdlr"]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[1071, "triqs-gf-meshes-meshcyclat-mesh-hash"]], "triqs.gf.meshes.MeshCycLat.values": [[1076, "triqs-gf-meshes-meshcyclat-values"]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[1072, "triqs-gf-meshes-meshcyclat-to-data-index"]], "triqs.gf.meshes.MeshCycLat.to_index": [[1073, "triqs-gf-meshes-meshcyclat-to-index"]], "triqs.gf.meshes.MeshCycLat": [[1065, "triqs-gf-meshes-meshcyclat"]], "triqs.gf.meshes.MeshCycLat.to_value": [[1074, "triqs-gf-meshes-meshcyclat-to-value"]], "triqs.gf.meshes.MeshDLR.__init__": [[1078, "triqs-gf-meshes-meshdlr-init"]], "triqs.gf.meshes.MeshDLR.beta": [[1079, "triqs-gf-meshes-meshdlr-beta"]], "triqs.gf.meshes.MeshCycLat.dims": [[1069, "triqs-gf-meshes-meshcyclat-dims"]], "triqs.gf.meshes.MeshCycLat.copy": [[1067, "triqs-gf-meshes-meshcyclat-copy"]], "triqs.gf.meshes.MeshCycLat.__init__": [[1066, "triqs-gf-meshes-meshcyclat-init"]], "triqs.gf.meshes.MeshCycLat.lattice": [[1070, "triqs-gf-meshes-meshcyclat-lattice"]], "triqs.gf.meshes.MeshCycLat.units": [[1075, "triqs-gf-meshes-meshcyclat-units"]], "triqs.gf.meshes.MeshCycLat.copy_from": [[1068, "triqs-gf-meshes-meshcyclat-copy-from"]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[1083, "triqs-gf-meshes-meshdlr-mesh-hash"]], "triqs.gf.meshes.MeshDLR.to_value": [[1087, "triqs-gf-meshes-meshdlr-to-value"]], "triqs.gf.meshes.MeshDLR.values": [[1088, "triqs-gf-meshes-meshdlr-values"]], "triqs.gf.meshes.MeshDLR.copy": [[1080, "triqs-gf-meshes-meshdlr-copy"]], "triqs.gf.meshes.MeshDLR.copy_from": [[1081, "triqs-gf-meshes-meshdlr-copy-from"]], "triqs.gf.meshes.MeshDLR.to_data_index": [[1085, "triqs-gf-meshes-meshdlr-to-data-index"]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[1091, "triqs-gf-meshes-meshdlrimfreq-init"]], "triqs.gf.meshes.MeshDLRImFreq": [[1090, "triqs-gf-meshes-meshdlrimfreq"]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[1092, "triqs-gf-meshes-meshdlrimfreq-beta"]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[1093, "triqs-gf-meshes-meshdlrimfreq-copy"]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[1094, "triqs-gf-meshes-meshdlrimfreq-copy-from"]], "triqs.gf.meshes.MeshDLR.eps": [[1082, "triqs-gf-meshes-meshdlr-eps"]], "triqs.gf.meshes.MeshDLR.w_max": [[1089, "triqs-gf-meshes-meshdlr-w-max"]], "triqs.gf.meshes.MeshDLR.to_index": [[1086, "triqs-gf-meshes-meshdlr-to-index"]], "triqs.gf.meshes.MeshDLR.statistic": [[1084, "triqs-gf-meshes-meshdlr-statistic"]], "triqs.gf.meshes.MeshDLRImTime.beta": [[1105, "triqs-gf-meshes-meshdlrimtime-beta"]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[1097, "triqs-gf-meshes-meshdlrimfreq-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[1099, "triqs-gf-meshes-meshdlrimfreq-to-index"]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[1107, "triqs-gf-meshes-meshdlrimtime-copy-from"]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[1102, "triqs-gf-meshes-meshdlrimfreq-w-max"]], "triqs.gf.meshes.MeshDLRImTime.copy": [[1106, "triqs-gf-meshes-meshdlrimtime-copy"]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[1100, "triqs-gf-meshes-meshdlrimfreq-to-value"]], "triqs.gf.meshes.MeshDLRImFreq.values": [[1101, "triqs-gf-meshes-meshdlrimfreq-values"]], "triqs.gf.meshes.MeshDLRImTime.eps": [[1108, "triqs-gf-meshes-meshdlrimtime-eps"]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[1096, "triqs-gf-meshes-meshdlrimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[1104, "triqs-gf-meshes-meshdlrimtime-init"]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[1109, "triqs-gf-meshes-meshdlrimtime-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[1095, "triqs-gf-meshes-meshdlrimfreq-eps"]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[1098, "triqs-gf-meshes-meshdlrimfreq-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime": [[1103, "triqs-gf-meshes-meshdlrimtime"]], "Sums over Brillouin zone": [[559, "sums-over-brillouin-zone"]], "The BravaisLattice and TightBinding classes: definitions and example": [[561, "the-bravaislattice-and-tightbinding-classes-definitions-and-example"]], "BravaisLattice": [[561, "bravaislattice"]], "TightBinding": [[561, "tightbinding"]], "energies_on_bz_path": [[561, "energies-on-bz-path"]], "Density of state and related tools": [[557, "density-of-state-and-related-tools"]], "The Density of state: DOS": [[557, "the-density-of-state-dos"]], "Reading a DOS from a text file": [[557, "reading-a-dos-from-a-text-file"]], "Computing a DOS from a tight_binding": [[557, "computing-a-dos-from-a-tight-binding"]], "The DOS computed from a function": [[557, "the-dos-computed-from-a-function"]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[569, "triqs-operators-second-quantization-operators-and-many-body-hamiltonians"]], "Introduction & Motivations": [[562, "introduction-motivations"]], "The Move concept": [[562, "the-move-concept"]], "The Measure concept": [[562, "the-measure-concept"]], "Tutorial": [[568, "tutorial"]], "The C++ code for this problem": [[568, "the-c-code-for-this-problem"]], "Initializing the MPI": [[568, "initializing-the-mpi"]], "Constructing the Monte Carlo simulation": [[568, "constructing-the-monte-carlo-simulation"]], "Moves and measures": [[568, "moves-and-measures"]], "The move": [[568, "the-move"], [565, "the-move"]], "The measure": [[568, "the-measure"]], "Starting the Monte Carlo simulation": [[568, "starting-the-monte-carlo-simulation"]], "End of the simulation - gathering results": [[568, "end-of-the-simulation-gathering-results"]], "Writing your own Monte Carlo simulation": [[568, "writing-your-own-monte-carlo-simulation"]], "Random number generator": [[567, "random-number-generator"]], "Generic use": [[567, "generic-use"]], "Getting a list of random number generators": [[567, "getting-a-list-of-random-number-generators"]], "Accessing the random number generator from the Monte Carlo class": [[567, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "Reference documentation/manual": [[556, "reference-documentation-manual"], [496, "reference-documentation-manual"]], "[triqs/lattice] Lattice tools": [[556, "triqs-lattice-lattice-tools"]], "Introductory example": [[556, "introductory-example"]], "Free Fermions with tight binding hopping": [[560, "free-fermions-with-tight-binding-hopping"]], "Example: the Ising chain in a magnetic field": [[565, "example-the-ising-chain-in-a-magnetic-field"]], "The configuration": [[565, "the-configuration"]], "Measure": [[565, "measure"]], "Main program": [[565, "main-program"]], "Hilbert Transform": [[558, "hilbert-transform"]], "Bravais Lattice": [[555, "bravais-lattice"]], "triqs.gf.meshes.MeshDLRImTime.values": [[1114, "triqs-gf-meshes-meshdlrimtime-values"]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[1115, "triqs-gf-meshes-meshdlrimtime-w-max"]], "triqs.gf.meshes.MeshImFreq": [[1116, "triqs-gf-meshes-meshimfreq"]], "triqs.gf.meshes.MeshImFreq.first_index": [[1121, "triqs-gf-meshes-meshimfreq-first-index"]], "triqs.gf.meshes.MeshImFreq.last_index": [[1122, "triqs-gf-meshes-meshimfreq-last-index"]], "triqs.gf.meshes.MeshImFreq.__init__": [[1117, "triqs-gf-meshes-meshimfreq-init"]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1120, "triqs-gf-meshes-meshimfreq-copy-from"]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[1110, "triqs-gf-meshes-meshdlrimtime-statistic"]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1123, "triqs-gf-meshes-meshimfreq-mesh-hash"]], "triqs.gf.meshes.MeshImFreq.copy": [[1119, "triqs-gf-meshes-meshimfreq-copy"]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[1112, "triqs-gf-meshes-meshdlrimtime-to-index"]], "triqs.gf.meshes.MeshImFreq.n_iw": [[1124, "triqs-gf-meshes-meshimfreq-n-iw"]], "triqs.gf.meshes.MeshImFreq.beta": [[1118, "triqs-gf-meshes-meshimfreq-beta"]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[1111, "triqs-gf-meshes-meshdlrimtime-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[1113, "triqs-gf-meshes-meshdlrimtime-to-value"]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1139, "triqs-gf-meshes-meshimtime-to-data-index"]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1128, "triqs-gf-meshes-meshimfreq-to-data-index"]], "triqs.gf.meshes.MeshImTime.__init__": [[1133, "triqs-gf-meshes-meshimtime-init"]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1137, "triqs-gf-meshes-meshimtime-mesh-hash"]], "triqs.gf.meshes.MeshImFreq.to_value": [[1130, "triqs-gf-meshes-meshimfreq-to-value"]], "triqs.gf.meshes.MeshImTime.beta": [[1134, "triqs-gf-meshes-meshimtime-beta"]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1125, "triqs-gf-meshes-meshimfreq-positive-only"]], "triqs.gf.meshes.MeshImTime.copy_from": [[1136, "triqs-gf-meshes-meshimtime-copy-from"]], "triqs.gf.meshes.MeshImFreq.values": [[1131, "triqs-gf-meshes-meshimfreq-values"]], "triqs.gf.meshes.MeshImTime.copy": [[1135, "triqs-gf-meshes-meshimtime-copy"]], "triqs.gf.meshes.MeshImTime.statistic": [[1138, "triqs-gf-meshes-meshimtime-statistic"]], "triqs.gf.meshes.MeshImFreq.to_index": [[1129, "triqs-gf-meshes-meshimfreq-to-index"]], "triqs.gf.meshes.MeshImFreq.statistic": [[1127, "triqs-gf-meshes-meshimfreq-statistic"]], "triqs.gf.meshes.MeshImTime": [[1132, "triqs-gf-meshes-meshimtime"]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1126, "triqs-gf-meshes-meshimfreq-set-tail-fit-parameters"]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1147, "triqs-gf-meshes-meshlegendre-copy-from"]], "triqs.gf.meshes.MeshReFreq.__init__": [[1153, "triqs-gf-meshes-meshrefreq-init"]], "triqs.gf.meshes.MeshReFreq": [[1152, "triqs-gf-meshes-meshrefreq"]], "triqs.gf.meshes.MeshImTime.to_value": [[1141, "triqs-gf-meshes-meshimtime-to-value"]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1148, "triqs-gf-meshes-meshlegendre-mesh-hash"]], "triqs.gf.meshes.MeshLegendre.copy": [[1146, "triqs-gf-meshes-meshlegendre-copy"]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1150, "triqs-gf-meshes-meshlegendre-to-data-index"]], "triqs.gf.meshes.MeshLegendre": [[1143, "triqs-gf-meshes-meshlegendre"]], "triqs.gf.meshes.MeshLegendre.beta": [[1145, "triqs-gf-meshes-meshlegendre-beta"]], "triqs.gf.meshes.MeshLegendre.to_index": [[1151, "triqs-gf-meshes-meshlegendre-to-index"]], "triqs.gf.meshes.MeshReFreq.copy": [[1154, "triqs-gf-meshes-meshrefreq-copy"]], "triqs.gf.meshes.MeshLegendre.__init__": [[1144, "triqs-gf-meshes-meshlegendre-init"]], "triqs.gf.meshes.MeshImTime.values": [[1142, "triqs-gf-meshes-meshimtime-values"]], "triqs.gf.meshes.MeshLegendre.statistic": [[1149, "triqs-gf-meshes-meshlegendre-statistic"]], "triqs.gf.meshes.MeshImTime.to_index": [[1140, "triqs-gf-meshes-meshimtime-to-index"]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1157, "triqs-gf-meshes-meshrefreq-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.delta": [[1156, "triqs-gf-meshes-meshrefreq-delta"]], "triqs.gf.meshes.MeshReFreq.w_min": [[1163, "triqs-gf-meshes-meshrefreq-w-min"]], "triqs.gf.meshes.MeshReTime.__init__": [[1165, "triqs-gf-meshes-meshretime-init"]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1169, "triqs-gf-meshes-meshretime-mesh-hash"]], "triqs.gf.meshes.MeshReTime": [[1164, "triqs-gf-meshes-meshretime"]], "triqs.gf.meshes.MeshReFreq.to_value": [[1160, "triqs-gf-meshes-meshrefreq-to-value"]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1155, "triqs-gf-meshes-meshrefreq-copy-from"]], "triqs.gf.meshes.MeshReTime.delta": [[1168, "triqs-gf-meshes-meshretime-delta"]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1158, "triqs-gf-meshes-meshrefreq-to-data-index"]], "triqs.gf.meshes.MeshReFreq.values": [[1161, "triqs-gf-meshes-meshrefreq-values"]], "triqs.gf.meshes.MeshReTime.copy": [[1166, "triqs-gf-meshes-meshretime-copy"]], "triqs.gf.meshes.MeshReTime.copy_from": [[1167, "triqs-gf-meshes-meshretime-copy-from"]], "triqs.gf.meshes.MeshReFreq.w_max": [[1162, "triqs-gf-meshes-meshrefreq-w-max"]], "triqs.gf.meshes.MeshReFreq.to_index": [[1159, "triqs-gf-meshes-meshrefreq-to-index"]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[582, "triqs-utility-utilities-exceptions-tuple-tools-etc"]], "Helper functions": [[575, "helper-functions"]], "Random number generators": [[580, "random-number-generators"]], "Usage": [[580, "usage"], [1849, "usage"], [1853, "usage"]], "Complete documentation/manual/triqs": [[580, "complete-documentation-manual-triqs"]], "Plotting TRIQS objects": [[578, "plotting-triqs-objects"]], "A thin layer above matplotlib": [[578, "a-thin-layer-above-matplotlib"]], "Multiple panels figures": [[578, "multiple-panels-figures"]], "Plot protocol [Advanced]": [[578, "plot-protocol-advanced"]], "Example with options": [[578, "example-with-options"]], "Observables": [[574, "observables"]], "Member types": [[570, "member-types"], [20, "member-types"], [28, "member-types"], [35, "member-types"], [49, "member-types"], [64, "member-types"], [77, "member-types"], [90, "member-types"], [101, "member-types"], [152, "member-types"], [190, "member-types"], [240, "member-types"], [257, "member-types"], [269, "member-types"], [281, "member-types"], [323, "member-types"], [355, "member-types"], [364, "member-types"], [376, "member-types"], [519, "member-types"], [537, "member-types"], [538, "member-types"]], "Free functions": [[570, "free-functions"], [525, "free-functions"]], "Second-quantization operators": [[570, "second-quantization-operators"]], "Construction/factories": [[570, "construction-factories"]], "Overloaded operations": [[570, "overloaded-operations"]], "Methods": [[570, "methods"]], "Iteration over monomials": [[570, "iteration-over-monomials"]], "Serialization & HDF5": [[570, "serialization-hdf5"]], "Hamiltonians": [[573, "hamiltonians"]], "Reproducibility, provenance": [[579, "reproducibility-provenance"]], "TRIQS code version": [[579, "triqs-code-version"]], "Saving the script in the data archive": [[579, "saving-the-script-in-the-data-archive"]], "From the data to the figures": [[579, "from-the-data-to-the-figures"]], "U matrix construction": [[571, "u-matrix-construction"]], "Python include warnings": [[584, "python-include-warnings"]], "Exceptions": [[583, "exceptions"]], "Fitting data": [[577, "fitting-data"]], "A simple example": [[577, "a-simple-example"]], "Reference": [[577, "reference"], [546, "reference"], [545, "reference"], [543, "reference"], [548, "reference"], [544, "reference"], [549, "reference"], [542, "reference"]], "[triqs/stat] Statistical Analysis": [[581, "triqs-stat-statistical-analysis"]], "Processing Correlated Data": [[581, "processing-correlated-data"]], "Averages and Standard Errors": [[581, "averages-and-standard-errors"]], "triqs.gf.plot.bz": [[1178, "module-triqs.gf.plot.bz"]], "triqs.gf.meshes.MeshReTime.to_index": [[1173, "triqs-gf-meshes-meshretime-to-index"]], "triqs.gf.plot.bz.make_plottable": [[1183, "triqs-gf-plot-bz-make-plottable"]], "triqs.gf.meshes.make_adjoint_mesh": [[1176, "triqs-gf-meshes-make-adjoint-mesh"]], "triqs.gf.plot.bz.length": [[1182, "triqs-gf-plot-bz-length"]], "triqs.gf.meshes.MeshReTime.t_max": [[1170, "triqs-gf-meshes-meshretime-t-max"]], "triqs.gf.meshes.MeshReTime.t_min": [[1171, "triqs-gf-meshes-meshretime-t-min"]], "triqs.gf.plot": [[1177, "module-triqs.gf.plot"]], "triqs.gf.plot.bz.generate_points": [[1180, "triqs-gf-plot-bz-generate-points"]], "triqs.gf.plot.bz.generate_points_on_path": [[1181, "triqs-gf-plot-bz-generate-points-on-path"]], "triqs.gf.plot.bz.plot": [[1184, "triqs-gf-plot-bz-plot"]], "triqs.gf.meshes.MeshReTime.to_value": [[1174, "triqs-gf-meshes-meshretime-to-value"]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1172, "triqs-gf-meshes-meshretime-to-data-index"]], "triqs.gf.meshes.MeshReTime.values": [[1175, "triqs-gf-meshes-meshretime-values"]], "triqs.gf.plot.bz.dist": [[1179, "triqs-gf-plot-bz-dist"]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[553, "triqs-hilbert-space-many-body-states-and-hilbert-spaces"]], "Example of use": [[553, "example-of-use"]], "HDF5 data scheme": [[546, "hdf5-data-scheme"], [545, "hdf5-data-scheme"], [543, "hdf5-data-scheme"], [544, "hdf5-data-scheme"], [542, "hdf5-data-scheme"], [496, "hdf5-data-scheme"]], "[GfReTime] Retarded Green\u2019s function in real time": [[546, "gfretime-retarded-green-s-function-in-real-time"]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[545, "gfrefreq-retarded-green-s-function-in-real-frequencies"]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[543, "gfimtime-matsubara-green-s-function-in-imaginary-time"]], "Fourier and Legendre to Matsubara transforms": [[552, "fourier-and-legendre-to-matsubara-transforms"]], "Time to frequency": [[552, "time-to-frequency"]], "Legendre to Matsubara": [[552, "legendre-to-matsubara"]], "Descriptors": [[548, "descriptors"]], "Tools for GFs": [[551, "tools-for-gfs"]], "StateVector Concept": [[554, "statevector-concept"]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[544, "gflegendre-matsubara-green-s-function-with-legendre-polynomials"]], "Operations": [[549, "operations"], [190, "operations"], [541, "operations"]], "shelve / pickle": [[549, "shelve-pickle"], [541, "shelve-pickle"]], "BlockGf: The complete Green\u2019s function": [[549, "blockgf-the-complete-green-s-function"]], "A little example": [[549, "a-little-example"]], "Block access": [[549, "block-access"]], "Iterator": [[549, "iterator"]], "View or copies?": [[549, "view-or-copies"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[542, "gfimfreq-matsubara-green-s-function-in-imaginary-frequencies"]], "triqs.gf.plot.one_var.imfreq": [[1193, "triqs-gf-plot-one-var-imfreq"]], "triqs.gf.plot.dispatcher": [[1189, "triqs-gf-plot-dispatcher"]], "triqs.gf.plot.one_var.refreq": [[1196, "triqs-gf-plot-one-var-refreq"]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1188, "triqs-gf-plot-bz-x-x-plottable-slice-along-path"]], "triqs.gf.plot.one_var.legendre": [[1195, "triqs-gf-plot-one-var-legendre"]], "triqs.gf.plot.bz_x_x.plot": [[1187, "triqs-gf-plot-bz-x-x-plot"]], "triqs.gf.plot.plot_base.plot_base": [[1199, "triqs-gf-plot-plot-base-plot-base"]], "triqs.gf.plot.bz_x_x": [[1186, "module-triqs.gf.plot.bz_x_x"]], "triqs.gf.plot.one_var": [[1190, "module-triqs.gf.plot.one_var"]], "triqs.gf.plot.one_var.dlr_imfreq": [[1191, "triqs-gf-plot-one-var-dlr-imfreq"]], "triqs.gf.plot.bz.slice_on_path": [[1185, "triqs-gf-plot-bz-slice-on-path"]], "triqs.gf.plot.plot_base": [[1198, "module-triqs.gf.plot.plot_base"]], "triqs.gf.plot.one_var.dlr_imtime": [[1192, "triqs-gf-plot-one-var-dlr-imtime"]], "triqs.gf.plot.one_var.imtime": [[1194, "triqs-gf-plot-one-var-imtime"]], "triqs.gf.plot.one_var.retime": [[1197, "triqs-gf-plot-one-var-retime"]], "triqs.gf.tools.inverse": [[1212, "triqs-gf-tools-inverse"]], "triqs.gf.tools.make_delta": [[1213, "triqs-gf-tools-make-delta"]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1204, "triqs-gf-plot-select-indices-pick-selection-vec"]], "triqs.gf.tools.dyson": [[1210, "triqs-gf-tools-dyson"]], "triqs.gf.plot.select_indices.closest_to": [[1202, "triqs-gf-plot-select-indices-closest-to"]], "triqs.gf.plot.select_indices": [[1200, "module-triqs.gf.plot.select_indices"]], "triqs.gf.tools": [[1206, "module-triqs.gf.tools"]], "triqs.gf.tools.fit_legendre": [[1211, "triqs-gf-tools-fit-legendre"]], "triqs.gf.tools.conjugate": [[1207, "triqs-gf-tools-conjugate"]], "triqs.gf.tools.delta": [[1208, "triqs-gf-tools-delta"]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1201, "triqs-gf-plot-select-indices-closest-point-in-line"]], "triqs.gf.plot.select_indices.dist": [[1203, "triqs-gf-plot-select-indices-dist"]], "triqs.gf.plot.select_indices.select_path_indices": [[1205, "triqs-gf-plot-select-indices-select-path-indices"]], "triqs.gf.tools.discretize_bath": [[1209, "triqs-gf-tools-discretize-bath"]], "triqs.gf.tools.make_zero_tail": [[1214, "triqs-gf-tools-make-zero-tail"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1224, "triqs-gf-wrapped-aux-callproxybrzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1219, "triqs-gf-wrapped-aux-callproxybrzone-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1229, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1220, "triqs-gf-wrapped-aux-callproxybrzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1221, "triqs-gf-wrapped-aux-callproxybrzone-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1223, "triqs-gf-wrapped-aux-callproxybrzone-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1228, "triqs-gf-wrapped-aux-callproxybrzone-4-init"]], "triqs.gf.tools.transpose": [[1216, "triqs-gf-tools-transpose"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1222, "triqs-gf-wrapped-aux-callproxybrzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1225, "triqs-gf-wrapped-aux-callproxybrzone-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1226, "triqs-gf-wrapped-aux-callproxybrzone-3-init"]], "triqs.gf.wrapped_aux": [[1218, "module-triqs.gf.wrapped_aux"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1227, "triqs-gf-wrapped-aux-callproxybrzone-4"]], "triqs.gf.tools.write_gf_to_txt": [[1217, "triqs-gf-tools-write-gf-to-txt"]], "triqs.gf.tools.read_gf_from_txt": [[1215, "triqs-gf-tools-read-gf-from-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1237, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1233, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1239, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1232, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1241, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1234, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1230, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1235, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1236, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1243, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1238, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1244, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1240, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1242, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1231, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1257, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1248, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1258, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1247, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1251, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1245, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1254, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1246, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1252, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1255, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1256, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1249, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1259, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1253, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1250, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1260, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1267, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1271, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1261, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__": [[1272, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1265, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1263, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1268, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1269, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1273, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1264, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1266, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__": [[1270, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__": [[1274, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1262, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1277, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1288, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1289, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1285, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1275, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__init__": [[1278, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1280, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1282, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1284, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1281, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__": [[1276, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1283, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1286, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1287, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1279, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1291, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1301, "triqs-gf-wrapped-aux-callproxycyclat-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1302, "triqs-gf-wrapped-aux-callproxycyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1296, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1303, "triqs-gf-wrapped-aux-callproxycyclat-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1304, "triqs-gf-wrapped-aux-callproxycyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1295, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1298, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1299, "triqs-gf-wrapped-aux-callproxycyclat-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1297, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1293, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1290, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1300, "triqs-gf-wrapped-aux-callproxycyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1294, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1292, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1313, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1314, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1310, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1305, "triqs-gf-wrapped-aux-callproxycyclat-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1311, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1316, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1307, "triqs-gf-wrapped-aux-callproxycyclat-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1309, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1319, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1318, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1315, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1317, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1306, "triqs-gf-wrapped-aux-callproxycyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1308, "triqs-gf-wrapped-aux-callproxycyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1312, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1323, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1329, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1330, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1327, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1333, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1322, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1332, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1324, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1326, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1325, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1320, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1328, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1321, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1331, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1334, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1349, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1338, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1346, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1340, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1343, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1339, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1347, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1344, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1336, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1348, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1341, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1342, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1345, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1337, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1335, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1361, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1362, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1360, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1359, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1355, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1357, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1364, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__": [[1352, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1353, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1363, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__": [[1350, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__": [[1356, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__init__": [[1358, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1351, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__": [[1354, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1369, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1378, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1374, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1367, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1366, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1377, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1375, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1370, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1379, "triqs-gf-wrapped-aux-callproxydlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1371, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1373, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1365, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1368, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1376, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1372, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1382, "triqs-gf-wrapped-aux-callproxydlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1380, "triqs-gf-wrapped-aux-callproxydlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1384, "triqs-gf-wrapped-aux-callproxydlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1390, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1388, "triqs-gf-wrapped-aux-callproxydlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1386, "triqs-gf-wrapped-aux-callproxydlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1387, "triqs-gf-wrapped-aux-callproxydlr-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1383, "triqs-gf-wrapped-aux-callproxydlr-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1389, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1391, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1392, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1385, "triqs-gf-wrapped-aux-callproxydlr-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1393, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1381, "triqs-gf-wrapped-aux-callproxydlr-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1394, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1405, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1407, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1397, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1400, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1402, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1403, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1395, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1398, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1399, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1404, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1396, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1406, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1409, "triqs-gf-wrapped-aux-callproxyimfreq-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1408, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1401, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1420, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1415, "triqs-gf-wrapped-aux-callproxyimfreq-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1413, "triqs-gf-wrapped-aux-callproxyimfreq-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1422, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1423, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1416, "triqs-gf-wrapped-aux-callproxyimfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1414, "triqs-gf-wrapped-aux-callproxyimfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1412, "triqs-gf-wrapped-aux-callproxyimfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1421, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1424, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1418, "triqs-gf-wrapped-aux-callproxyimfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1419, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1411, "triqs-gf-wrapped-aux-callproxyimfreq-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1410, "triqs-gf-wrapped-aux-callproxyimfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1417, "triqs-gf-wrapped-aux-callproxyimfreq-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1431, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1434, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1429, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1438, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1439, "triqs-gf-wrapped-aux-callproxyimtime-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1435, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1430, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1432, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1433, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1428, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1437, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1427, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1425, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1426, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1436, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1445, "triqs-gf-wrapped-aux-callproxyimtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1451, "triqs-gf-wrapped-aux-callproxyimtime-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1440, "triqs-gf-wrapped-aux-callproxyimtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1443, "triqs-gf-wrapped-aux-callproxyimtime-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1449, "triqs-gf-wrapped-aux-callproxyimtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1447, "triqs-gf-wrapped-aux-callproxyimtime-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1450, "triqs-gf-wrapped-aux-callproxyimtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1448, "triqs-gf-wrapped-aux-callproxyimtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1442, "triqs-gf-wrapped-aux-callproxyimtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1446, "triqs-gf-wrapped-aux-callproxyimtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1452, "triqs-gf-wrapped-aux-callproxyimtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1453, "triqs-gf-wrapped-aux-callproxyimtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1441, "triqs-gf-wrapped-aux-callproxyimtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1454, "triqs-gf-wrapped-aux-callproxyimtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1444, "triqs-gf-wrapped-aux-callproxyimtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1459, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1464, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1458, "triqs-gf-wrapped-aux-callproxyimtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1460, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1461, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1463, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1462, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1467, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1469, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1465, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1466, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1468, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1456, "triqs-gf-wrapped-aux-callproxyimtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1455, "triqs-gf-wrapped-aux-callproxyimtime-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1457, "triqs-gf-wrapped-aux-callproxyimtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1472, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1475, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1478, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1473, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1481, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1483, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1471, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1474, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1470, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1477, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1480, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1484, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1482, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1479, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1476, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1490, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1499, "triqs-gf-wrapped-aux-callproxylegendre-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1495, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1489, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1487, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1488, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1486, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1492, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1485, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1496, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1498, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1494, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1493, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1491, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1497, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1507, "triqs-gf-wrapped-aux-callproxylegendre-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1505, "triqs-gf-wrapped-aux-callproxylegendre-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1509, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__": [[1506, "triqs-gf-wrapped-aux-callproxylegendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__": [[1514, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1513, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__": [[1502, "triqs-gf-wrapped-aux-callproxylegendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__": [[1504, "triqs-gf-wrapped-aux-callproxylegendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__": [[1508, "triqs-gf-wrapped-aux-callproxylegendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__": [[1500, "triqs-gf-wrapped-aux-callproxylegendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__": [[1512, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1511, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1503, "triqs-gf-wrapped-aux-callproxylegendre-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1501, "triqs-gf-wrapped-aux-callproxylegendre-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__": [[1510, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1523, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1517, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__": [[1522, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1527, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__init__": [[1528, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1519, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1515, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__": [[1518, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__": [[1516, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1525, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1529, "triqs-gf-wrapped-aux-callproxyrefreq-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__": [[1526, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__": [[1524, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1521, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__": [[1520, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1544, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1540, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1538, "triqs-gf-wrapped-aux-callproxyrefreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1532, "triqs-gf-wrapped-aux-callproxyrefreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1539, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1531, "triqs-gf-wrapped-aux-callproxyrefreq-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1537, "triqs-gf-wrapped-aux-callproxyrefreq-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1533, "triqs-gf-wrapped-aux-callproxyrefreq-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1543, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1530, "triqs-gf-wrapped-aux-callproxyrefreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1536, "triqs-gf-wrapped-aux-callproxyrefreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1542, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1541, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1534, "triqs-gf-wrapped-aux-callproxyrefreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1535, "triqs-gf-wrapped-aux-callproxyrefreq-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1547, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1550, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1553, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1554, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1556, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1552, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1555, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1559, "triqs-gf-wrapped-aux-callproxyretime-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1558, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1548, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1545, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1546, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1549, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1557, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1551, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1566, "triqs-gf-wrapped-aux-callproxyretime-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1568, "triqs-gf-wrapped-aux-callproxyretime-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1571, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1565, "triqs-gf-wrapped-aux-callproxyretime-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1567, "triqs-gf-wrapped-aux-callproxyretime-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1569, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1570, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1560, "triqs-gf-wrapped-aux-callproxyretime-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1561, "triqs-gf-wrapped-aux-callproxyretime-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1564, "triqs-gf-wrapped-aux-callproxyretime-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1572, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1562, "triqs-gf-wrapped-aux-callproxyretime-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1574, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1563, "triqs-gf-wrapped-aux-callproxyretime-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1573, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1584, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1588, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1576, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1578, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1577, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1585, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1580, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1587, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1579, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1581, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1575, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1582, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1586, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1583, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2"]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1589, "triqs-gf-wrapped-aux-set-from-gf-data-mul-lr"]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1603, "triqs-lattice-lattice-tools-bravaislattice-units"]], "triqs.lattice": [[1590, "module-triqs.lattice"]], "triqs.lattice.bz_patch": [[1591, "module-triqs.lattice.bz_patch"]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1597, "triqs-lattice-lattice-tools-bravaislattice-init"]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1593, "triqs-lattice-bz-patch-bzpatch-init"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1601, "triqs-lattice-lattice-tools-bravaislattice-orbital-names"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1602, "triqs-lattice-lattice-tools-bravaislattice-orbital-positions"]], "triqs.lattice.bz_patch.BZPatch": [[1592, "triqs-lattice-bz-patch-bzpatch"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1604, "triqs-lattice-lattice-tools-brillouinzone"]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1600, "triqs-lattice-lattice-tools-bravaislattice-ndim"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1596, "triqs-lattice-lattice-tools-bravaislattice"]], "triqs.lattice.bz_patch.BZPatch.dos": [[1594, "triqs-lattice-bz-patch-bzpatch-dos"]], "triqs.lattice.lattice_tools": [[1595, "module-triqs.lattice.lattice_tools"]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1598, "triqs-lattice-lattice-tools-bravaislattice-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1599, "triqs-lattice-lattice-tools-bravaislattice-n-orbitals"]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1607, "triqs-lattice-lattice-tools-brillouinzone-ndim"]], "triqs.lattice.lattice_tools.TightBinding": [[1609, "triqs-lattice-lattice-tools-tightbinding"]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1606, "triqs-lattice-lattice-tools-brillouinzone-lattice"]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1608, "triqs-lattice-lattice-tools-brillouinzone-units"]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1610, "triqs-lattice-lattice-tools-tightbinding-init"]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1613, "triqs-lattice-lattice-tools-tightbinding-fourier"]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1616, "triqs-lattice-lattice-tools-tightbinding-overlap-mat-vec"]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1605, "triqs-lattice-lattice-tools-brillouinzone-init"]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1615, "triqs-lattice-lattice-tools-tightbinding-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.dos": [[1617, "triqs-lattice-lattice-tools-dos"]], "triqs.lattice.lattice_tools.dos_patch": [[1618, "triqs-lattice-lattice-tools-dos-patch"]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1614, "triqs-lattice-lattice-tools-tightbinding-lattice"]], "triqs.lattice.point": [[1619, "module-triqs.lattice.point"]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1612, "triqs-lattice-lattice-tools-tightbinding-displ-vec"]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1611, "triqs-lattice-lattice-tools-tightbinding-dispersion"]], "triqs.lattice.point.LatticePoint": [[1620, "triqs-lattice-point-latticepoint"]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1625, "triqs-lattice-super-lattice-tbsuperlattice-init"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1627, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-sl-to-l"]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1634, "triqs-lattice-super-lattice-tbsuperlattice-hoppings"]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1633, "triqs-lattice-super-lattice-tbsuperlattice-get-rmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1631, "triqs-lattice-super-lattice-tbsuperlattice-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1632, "triqs-lattice-super-lattice-tbsuperlattice-get-kmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1629, "triqs-lattice-super-lattice-tbsuperlattice-dispersion"]], "triqs.lattice.super_lattice": [[1623, "module-triqs.lattice.super_lattice"]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1628, "triqs-lattice-super-lattice-tbsuperlattice-cluster-sites"]], "triqs.lattice.point.LatticePoint.__init__": [[1621, "triqs-lattice-point-latticepoint-init"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1626, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-l-to-sl"]], "triqs.lattice.point.LatticePoint.value": [[1622, "triqs-lattice-point-latticepoint-value"]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1630, "triqs-lattice-super-lattice-tbsuperlattice-fold"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1624, "triqs-lattice-super-lattice-tbsuperlattice"]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1640, "triqs-lattice-super-lattice-tbsuperlattice-pack-index-site-orbital"]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1641, "triqs-lattice-super-lattice-tbsuperlattice-units"]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1635, "triqs-lattice-super-lattice-tbsuperlattice-lattice-to-real-coordinates"]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1646, "triqs-lattice-tight-binding-tblattice-dispersion"]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1636, "triqs-lattice-super-lattice-tbsuperlattice-n-orbitals"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1639, "triqs-lattice-super-lattice-tbsuperlattice-orbital-positions"]], "triqs.lattice.tight_binding": [[1643, "module-triqs.lattice.tight_binding"]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1649, "triqs-lattice-tight-binding-tblattice-get-rmesh"]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1647, "triqs-lattice-tight-binding-tblattice-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1642, "triqs-lattice-super-lattice-tbsuperlattice-unpack-index-site-orbital"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1638, "triqs-lattice-super-lattice-tbsuperlattice-orbital-names"]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1648, "triqs-lattice-tight-binding-tblattice-get-kmesh"]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1645, "triqs-lattice-tight-binding-tblattice-init"]], "triqs.lattice.tight_binding.TBLattice": [[1644, "triqs-lattice-tight-binding-tblattice"]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1637, "triqs-lattice-super-lattice-tbsuperlattice-ndim"]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1651, "triqs-lattice-tight-binding-tblattice-lattice-to-real-coordinates"]], "triqs.lattice.utils.TB_from_pythTB": [[1660, "triqs-lattice-utils-tb-from-pythtb"]], "triqs.lattice.utils.TB_from_wannier90": [[1661, "triqs-lattice-utils-tb-from-wannier90"]], "triqs.lattice.tight_binding.TBLattice.units": [[1656, "triqs-lattice-tight-binding-tblattice-units"]], "triqs.lattice.utils.k_space_path": [[1664, "triqs-lattice-utils-k-space-path"]], "triqs.lattice.utils": [[1659, "module-triqs.lattice.utils"]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1653, "triqs-lattice-tight-binding-tblattice-ndim"]], "triqs.lattice.tight_binding.dos": [[1657, "triqs-lattice-tight-binding-dos"]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1663, "triqs-lattice-utils-extend-wannier90-to-spin"]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1654, "triqs-lattice-tight-binding-tblattice-orbital-names"]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1650, "triqs-lattice-tight-binding-tblattice-hoppings"]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1655, "triqs-lattice-tight-binding-tblattice-orbital-positions"]], "triqs.lattice.tight_binding.dos_patch": [[1658, "triqs-lattice-tight-binding-dos-patch"]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1652, "triqs-lattice-tight-binding-tblattice-n-orbitals"]], "triqs.lattice.utils.TB_to_sympy": [[1662, "triqs-lattice-utils-tb-to-sympy"]], "triqs.operators.operators": [[1668, "module-triqs.operators.operators"]], "triqs.operators.operators.is_op_hermitian": [[1677, "triqs-operators-operators-is-op-hermitian"]], "triqs.operators.operators.Operator.is_zero": [[1672, "triqs-operators-operators-operator-is-zero"]], "triqs.operators.operators.Operator.real": [[1673, "triqs-operators-operators-operator-real"]], "triqs.operators.operators.c_dag": [[1675, "triqs-operators-operators-c-dag"]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1665, "triqs-lattice-utils-parse-hopping-from-wannier90-hr-dat"]], "triqs.operators.operators.Operator": [[1669, "triqs-operators-operators-operator"]], "triqs.operators": [[1667, "module-triqs.operators"]], "triqs.operators.operators.dagger": [[1676, "triqs-operators-operators-dagger"]], "triqs.operators.operators.Operator.__init__": [[1670, "triqs-operators-operators-operator-init"]], "triqs.operators.util": [[1679, "module-triqs.operators.util"]], "triqs.operators.operators.Operator.imag": [[1671, "triqs-operators-operators-operator-imag"]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1666, "triqs-lattice-utils-parse-lattice-vectors-from-wannier90-wout"]], "triqs.operators.operators.c": [[1674, "triqs-operators-operators-c"]], "triqs.operators.operators.n": [[1678, "triqs-operators-operators-n"]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1688, "triqs-operators-util-u-matrix-radial-integrals-to-u-j"]], "triqs.operators.util.U_matrix": [[1680, "module-triqs.operators.util.U_matrix"]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1683, "triqs-operators-util-u-matrix-u-matrix-slater"]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1681, "triqs-operators-util-u-matrix-u-j-to-radial-integrals"]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1682, "triqs-operators-util-u-matrix-u-matrix-kanamori"]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1685, "triqs-operators-util-u-matrix-clebsch-gordan"]], "triqs.operators.util.U_matrix.cubic_names": [[1686, "triqs-operators-util-u-matrix-cubic-names"]], "triqs.operators.util.U_matrix.eg_submatrix": [[1687, "triqs-operators-util-u-matrix-eg-submatrix"]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1689, "triqs-operators-util-u-matrix-reduce-4index-to-2index"]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1690, "triqs-operators-util-u-matrix-spherical-to-cubic"]], "triqs.operators.util.U_matrix.three_j_symbol": [[1693, "triqs-operators-util-u-matrix-three-j-symbol"]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1694, "triqs-operators-util-u-matrix-transform-u-matrix"]], "triqs.operators.util.U_matrix.subarray": [[1691, "triqs-operators-util-u-matrix-subarray"]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1684, "triqs-operators-util-u-matrix-angular-matrix-element"]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1692, "triqs-operators-util-u-matrix-t2g-submatrix"]], "triqs.operators.util.extractors.dict_to_matrix": [[1697, "triqs-operators-util-extractors-dict-to-matrix"]], "triqs.operators.util.extractors.quartic_terms": [[1703, "triqs-operators-util-extractors-quartic-terms"]], "triqs.operators.util.extractors.extract_U_dict4": [[1699, "triqs-operators-util-extractors-extract-u-dict4"]], "triqs.operators.util.hamiltonians.h_int_density": [[1707, "triqs-operators-util-hamiltonians-h-int-density"]], "triqs.operators.util.extractors.op_from_block_matrix": [[1701, "triqs-operators-util-extractors-op-from-block-matrix"]], "triqs.operators.util.hamiltonians.diagonal_part": [[1706, "triqs-operators-util-hamiltonians-diagonal-part"]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1708, "triqs-operators-util-hamiltonians-h-int-kanamori"]], "triqs.operators.util.extractors.quadratic_terms": [[1702, "triqs-operators-util-extractors-quadratic-terms"]], "triqs.operators.util.extractors.extract_U_dict2": [[1698, "triqs-operators-util-extractors-extract-u-dict2"]], "triqs.operators.util.extractors.block_matrix_from_op": [[1696, "triqs-operators-util-extractors-block-matrix-from-op"]], "triqs.operators.util.extractors.extract_h_dict": [[1700, "triqs-operators-util-extractors-extract-h-dict"]], "triqs.operators.util.hamiltonians.h_int_slater": [[1709, "triqs-operators-util-hamiltonians-h-int-slater"]], "triqs.operators.util.extractors": [[1695, "module-triqs.operators.util.extractors"]], "triqs.operators.util.hamiltonians.backward_compat": [[1705, "triqs-operators-util-hamiltonians-backward-compat"]], "triqs.operators.util.hamiltonians": [[1704, "module-triqs.operators.util.hamiltonians"]], "triqs.operators.util.observables.LS_op": [[1713, "triqs-operators-util-observables-ls-op"]], "triqs.operators.util.observables.L_op": [[1714, "triqs-operators-util-observables-l-op"]], "triqs.operators.util.observables.check_backward_compat": [[1718, "triqs-operators-util-observables-check-backward-compat"]], "triqs.operators.util.observables.S_op": [[1717, "triqs-operators-util-observables-s-op"]], "triqs.plot": [[1722, "module-triqs.plot"]], "triqs.operators.util.observables.L2_op": [[1712, "triqs-operators-util-observables-l2-op"]], "triqs.plot.mpl_interface": [[1723, "module-triqs.plot.mpl_interface"]], "triqs.operators.util.observables.S2_op": [[1716, "triqs-operators-util-observables-s2-op"]], "triqs.operators.util.hamiltonians.make_operator_real": [[1710, "triqs-operators-util-hamiltonians-make-operator-real"]], "triqs.operators.util.op_struct.get_mkind": [[1720, "triqs-operators-util-op-struct-get-mkind"]], "triqs.operators.util.op_struct.set_operator_structure": [[1721, "triqs-operators-util-op-struct-set-operator-structure"]], "triqs.operators.util.op_struct": [[1719, "module-triqs.operators.util.op_struct"]], "triqs.plot.mpl_interface.oplot": [[1724, "triqs-plot-mpl-interface-oplot"]], "triqs.operators.util.observables.N_op": [[1715, "triqs-operators-util-observables-n-op"]], "triqs.operators.util.observables": [[1711, "module-triqs.operators.util.observables"]], "triqs.plot.mpl_interface.oploti": [[1725, "triqs-plot-mpl-interface-oploti"]], "triqs.random_generator": [[1731, "module-triqs.random_generator"]], "triqs.random_generator.RandomGenerator": [[1732, "triqs-random-generator-randomgenerator"]], "triqs.random_generator.random_generator": [[1734, "module-triqs.random_generator.random_generator"]], "triqs.stat": [[1736, "module-triqs.stat"]], "triqs.stat.histograms": [[1739, "module-triqs.stat.histograms"]], "triqs.random_generator.RandomGenerator.__init__": [[1733, "triqs-random-generator-randomgenerator-init"]], "triqs.plot.mpl_interface.oplotr": [[1726, "triqs-plot-mpl-interface-oplotr"]], "triqs.stat.histogram": [[1737, "module-triqs.stat.histogram"]], "triqs.stat.histogram.plot": [[1738, "triqs-stat-histogram-plot"]], "triqs.plot.protocol": [[1728, "module-triqs.plot.protocol"]], "triqs.plot.protocol.plot_protocol_apply": [[1730, "triqs-plot-protocol-plot-protocol-apply"]], "triqs.random_generator.random_generator.random_generator_names_list": [[1735, "triqs-random-generator-random-generator-random-generator-names-list"]], "triqs.plot.mpl_interface.use_amsmath": [[1727, "triqs-plot-mpl-interface-use-amsmath"]], "triqs.plot.protocol.clip_array": [[1729, "triqs-plot-protocol-clip-array"]], "triqs.stat.histograms.Histogram.limits": [[1744, "triqs-stat-histograms-histogram-limits"]], "triqs.stat.histograms.Histogram.clear": [[1742, "triqs-stat-histograms-histogram-clear"]], "triqs.stat.histograms.Histogram.__init__": [[1741, "triqs-stat-histograms-histogram-init"]], "triqs.stat.histograms.cdf": [[1748, "triqs-stat-histograms-cdf"]], "triqs.stat.histograms.pdf": [[1749, "triqs-stat-histograms-pdf"]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1754, "triqs-sumk-sumk-discrete-sumkdiscrete-init"]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1747, "triqs-stat-histograms-histogram-n-lost-pts"]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1753, "triqs-sumk-sumk-discrete-sumkdiscrete-gfblocindices"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1752, "triqs-sumk-sumk-discrete-sumkdiscrete"]], "triqs.stat.histograms.Histogram": [[1740, "triqs-stat-histograms-histogram"]], "triqs.sumk.sumk_discrete": [[1751, "module-triqs.sumk.sumk_discrete"]], "triqs.stat.histograms.Histogram.mesh_point": [[1745, "triqs-stat-histograms-histogram-mesh-point"]], "triqs.stat.histograms.Histogram.data": [[1743, "triqs-stat-histograms-histogram-data"]], "triqs.stat.histograms.Histogram.n_data_pts": [[1746, "triqs-stat-histograms-histogram-n-data-pts"]], "triqs.sumk": [[1750, "module-triqs.sumk"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1760, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-recompute-grid"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1763, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-resize-arrays"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1758, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice"]], "triqs.utility.comparison_tests": [[1769, "module-triqs.utility.comparison_tests"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1759, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-gfblocindices"]], "triqs.sumk.sumk_discrete_from_lattice": [[1757, "module-triqs.sumk.sumk_discrete_from_lattice"]], "triqs.utility": [[1764, "module-triqs.utility"]], "triqs.utility.bound_and_bisect.determine_bounds": [[1767, "triqs-utility-bound-and-bisect-determine-bounds"]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1755, "triqs-sumk-sumk-discrete-sumkdiscrete-n-kpts"]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1756, "triqs-sumk-sumk-discrete-sumkdiscrete-resize-arrays"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1762, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-n-kpts"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1761, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-init"]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1766, "triqs-utility-bound-and-bisect-bound-and-bisect"]], "triqs.utility.capture_stdout": [[1768, "module-triqs.utility.capture_stdout"]], "triqs.utility.bound_and_bisect": [[1765, "module-triqs.utility.bound_and_bisect"]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1772, "triqs-utility-comparison-tests-assert-block2-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1780, "triqs-utility-dist-on-nodes-distributiononnodes-init"]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1770, "triqs-utility-comparison-tests-assert-array-close-to-scalar"]], "triqs.utility.dichotomy.dichotomy": [[1776, "triqs-utility-dichotomy-dichotomy"]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1771, "triqs-utility-comparison-tests-assert-arrays-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1782, "triqs-utility-dist-on-nodes-distributiononnodesonestack"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1783, "triqs-utility-dist-on-nodes-distributiononnodesonestack-sleeptime"]], "triqs.utility.dichotomy": [[1775, "module-triqs.utility.dichotomy"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1784, "triqs-utility-dist-on-nodes-distributiononnodesonestack-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1779, "triqs-utility-dist-on-nodes-distributiononnodes-sleeptime"]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1773, "triqs-utility-comparison-tests-assert-block-gfs-are-close"]], "triqs.utility.dist_on_nodes": [[1777, "module-triqs.utility.dist_on_nodes"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1778, "triqs-utility-dist-on-nodes-distributiononnodes"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1781, "triqs-utility-dist-on-nodes-distributiononnodes-run"]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1774, "triqs-utility-comparison-tests-assert-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1794, "triqs-utility-dist-on-nodes-distributiononnodestest-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1789, "triqs-utility-dist-on-nodes-distributiononnodestest"]], "triqs.utility.h5diff.h5diff": [[1799, "triqs-utility-h5diff-h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1786, "triqs-utility-dist-on-nodes-distributiononnodesonestack-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1787, "triqs-utility-dist-on-nodes-distributiononnodesonestack-run"]], "triqs.utility.h5diff": [[1797, "module-triqs.utility.h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1792, "triqs-utility-dist-on-nodes-distributiononnodestest-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1791, "triqs-utility-dist-on-nodes-distributiononnodestest-init"]], "triqs.utility.h5diff.compare": [[1798, "triqs-utility-h5diff-compare"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1796, "triqs-utility-dist-on-nodes-distributiononnodestest-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1790, "triqs-utility-dist-on-nodes-distributiononnodestest-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1793, "triqs-utility-dist-on-nodes-distributiononnodestest-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1795, "triqs-utility-dist-on-nodes-distributiononnodestest-the-function"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1788, "triqs-utility-dist-on-nodes-distributiononnodesonestack-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1785, "triqs-utility-dist-on-nodes-distributiononnodesonestack-finished"]], "triqs.utility.mpi_mpi4py.is_master_node": [[1806, "triqs-utility-mpi-mpi4py-is-master-node"]], "triqs.utility.mpi_mpi4py.bcast": [[1805, "triqs-utility-mpi-mpi4py-bcast"]], "triqs.utility.mpi_mpi4py.myprint_err": [[1808, "triqs-utility-mpi-mpi4py-myprint-err"]], "triqs.utility.mpi_mpi4py.report": [[1811, "triqs-utility-mpi-mpi4py-report"]], "triqs.utility.mpi_mpi4py.slice_inf": [[1814, "triqs-utility-mpi-mpi4py-slice-inf"]], "triqs.utility.mpi_mpi4py.slice_array": [[1813, "triqs-utility-mpi-mpi4py-slice-array"]], "triqs.utility.mpi_mpi4py.myprint_out": [[1809, "triqs-utility-mpi-mpi4py-myprint-out"]], "triqs.utility.mpi_mpi4py.all_reduce": [[1803, "triqs-utility-mpi-mpi4py-all-reduce"]], "triqs.utility.mpi_mpi4py": [[1802, "module-triqs.utility.mpi_mpi4py"]], "triqs.utility.mpi": [[1800, "module-triqs.utility.mpi"]], "triqs.utility.mpi_mpi4py.recv": [[1810, "triqs-utility-mpi-mpi4py-recv"]], "triqs.utility.mpi.check_for_mpi": [[1801, "triqs-utility-mpi-check-for-mpi"]], "Returns:": [[1801, "returns"]], "triqs.utility.mpi_mpi4py.send": [[1812, "triqs-utility-mpi-mpi4py-send"]], "triqs.utility.mpi_mpi4py.barrier": [[1804, "triqs-utility-mpi-mpi4py-barrier"]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1807, "triqs-utility-mpi-mpi4py-master-gets-host-names"]], "triqs.utility.mpi_nompi.bcast": [[1819, "triqs-utility-mpi-nompi-bcast"]], "triqs.utility.mpi_nompi.barrier": [[1818, "triqs-utility-mpi-nompi-barrier"]], "triqs.utility.mpi_nompi.all_reduce": [[1817, "triqs-utility-mpi-nompi-all-reduce"]], "triqs.utility.mpi_nompi.myprint_out": [[1823, "triqs-utility-mpi-nompi-myprint-out"]], "triqs.utility.mpi_nompi.send": [[1826, "triqs-utility-mpi-nompi-send"]], "triqs.utility.mpi_mpi4py.slice_sup": [[1815, "triqs-utility-mpi-mpi4py-slice-sup"]], "triqs.utility.redirect": [[1828, "module-triqs.utility.redirect"]], "triqs.utility.mpi_nompi.slice_array": [[1827, "triqs-utility-mpi-nompi-slice-array"]], "triqs.utility.mpi_nompi.report": [[1825, "triqs-utility-mpi-nompi-report"]], "triqs.utility.redirect.T": [[1829, "triqs-utility-redirect-t"]], "triqs.utility.mpi_nompi.myprint_err": [[1822, "triqs-utility-mpi-nompi-myprint-err"]], "triqs.utility.mpi_nompi": [[1816, "module-triqs.utility.mpi_nompi"]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1821, "triqs-utility-mpi-nompi-master-gets-host-names"]], "triqs.utility.mpi_nompi.recv": [[1824, "triqs-utility-mpi-nompi-recv"]], "triqs.utility.mpi_nompi.is_master_node": [[1820, "triqs-utility-mpi-nompi-is-master-node"]], "triqs.utility.redirect.T.name": [[1837, "triqs-utility-redirect-t-name"]], "triqs.utility.redirect.T.native_id": [[1838, "triqs-utility-redirect-t-native-id"]], "triqs.utility.redirect.T.setDaemon": [[1840, "triqs-utility-redirect-t-setdaemon"]], "triqs.utility.redirect.T.daemon": [[1831, "triqs-utility-redirect-t-daemon"]], "triqs.utility.redirect.T.run": [[1839, "triqs-utility-redirect-t-run"]], "triqs.utility.redirect.T.getName": [[1832, "triqs-utility-redirect-t-getname"]], "triqs.utility.redirect.T.start": [[1842, "triqs-utility-redirect-t-start"]], "triqs.utility.redirect.T.is_alive": [[1835, "triqs-utility-redirect-t-is-alive"]], "triqs.utility.redirect.T.__init__": [[1830, "triqs-utility-redirect-t-init"]], "triqs.utility.redirect.T.isDaemon": [[1834, "triqs-utility-redirect-t-isdaemon"]], "triqs.utility.redirect.T.setName": [[1841, "triqs-utility-redirect-t-setname"]], "triqs.utility.redirect.T.join": [[1836, "triqs-utility-redirect-t-join"]], "triqs.utility.redirect.T.stop": [[1843, "triqs-utility-redirect-t-stop"]], "triqs.utility.redirect.T.ident": [[1833, "triqs-utility-redirect-t-ident"]], "triqs.utility.redirect.start_redirect": [[1844, "triqs-utility-redirect-start-redirect"]], "triqs.utility.redirect.stop_redirect": [[1845, "triqs-utility-redirect-stop-redirect"]], "Unix environment variables": [[1850, "unix-environment-variables"]], "Common environment variables": [[1850, "common-environment-variables"]], "Environment variables for software developement": [[1850, "environment-variables-for-software-developement"]], "Environment variables affecting OpenMP": [[1850, "environment-variables-affecting-openmp"]], "Installing required libraries on Ubuntu": [[1855, "installing-required-libraries-on-ubuntu"]], "Issues": [[1855, "issues"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1852, "prerequisites-for-the-triqs-compilation-on-mac-os-x"]], "Installation of the dependencies": [[1852, "installation-of-the-dependencies"]], "Using the clang compiler": [[1849, "using-the-clang-compiler"]], "Get and install clang on linux": [[1849, "get-and-install-clang-on-linux"]], "libclang": [[1849, "libclang"]], "Multidimensional arrays": [[1858, "multidimensional-arrays"]], "Declaring and printing an array": [[1858, "declaring-and-printing-an-array"]], "Simple operations": [[1858, "simple-operations"]], "HDF5 Archiving": [[1858, "hdf5-archiving"]], "Views: ranges and slices": [[1858, "views-ranges-and-slices"]], "Matrices and vectors": [[1858, "matrices-and-vectors"]], "Defining through a lazy expression": [[1858, "defining-through-a-lazy-expression"]], "Linear algebra": [[1858, "linear-algebra"]], "Map and fold": [[1858, "map-and-fold"]], "Python Virtual Environments": [[1853, "python-virtual-environments"]], "Compiling a package from source": [[1853, "compiling-a-package-from-source"]], "Frequently-asked questions": [[1846, "frequently-asked-questions"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1846, "q-how-do-i-write-my-gf-data-to-text-files-e-g-to-plot-using-other-plotting-tools"]], "Q: How do I save the triqs hash and script for debugging purposes?": [[1846, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "Customizing your installation": [[1851, "customizing-your-installation"]], "cmake options": [[1851, "cmake-options"]], "User guide": [[1857, "user-guide"]], "Why use TRIQS?": [[1857, "why-use-triqs"]], "Python Tutorials": [[1857, "python-tutorials"]], "A quick tour in C++": [[1857, "a-quick-tour-in-c"]], "A complete list of requirements": [[1854, "a-complete-list-of-requirements"]], "C++ compilers": [[1854, "c-compilers"]], "Tools and Libraries": [[1854, "tools-and-libraries"]], "Building the TRIQS documentation": [[1854, "building-the-triqs-documentation"]], "det_manip: Determinant manipulations for CTQMC": [[1859, "det-manip-determinant-manipulations-for-ctqmc"]], "Creation of an empty det_manip class": [[1859, "creation-of-an-empty-det-manip-class"]], "Creation of a non empty det_manip class": [[1859, "creation-of-a-non-empty-det-manip-class"]], "Get information about a det_manip class": [[1859, "get-information-about-a-det-manip-class"]], "Add a line and a column": [[1859, "add-a-line-and-a-column"]], "Remove a line and a column": [[1859, "remove-a-line-and-a-column"]], "Add two lines and two columns": [[1859, "add-two-lines-and-two-columns"]], "Remove two lines and two columns": [[1859, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1859, "remove-add-the-one-two-last-lines-and-columns"]], "Replace one line and column": [[1859, "replace-one-line-and-column"]], "Welcome": [[1847, "welcome"]], "TRIQS 3.3": [[1847, null]], "TRIQS applications": [[1847, "triqs-applications"]], "Core libraries": [[1847, "core-libraries"]], "Numerical Algorithms": [[1847, "numerical-algorithms"]], "TRIQS Community": [[1847, "triqs-community"]], "Where to start?": [[1847, "where-to-start"]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1856, "guide-for-porting-your-application-to-triqs-3-0-and-python-3"]], "Preparation": [[1856, "preparation"]], "Port your Python files to Python 3": [[1856, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1856, "porting-ipython-notebooks"]], "Floor division": [[1856, "floor-division"]], "Porting to TRIQS 3.0": [[1856, "porting-to-triqs-3-0"]], "Regenerate desc files": [[1856, "regenerate-desc-files"]], "Update app4triqs skeleton": [[1856, "update-app4triqs-skeleton"]], "Final Steps": [[1856, "final-steps"]], "Packaged Versions of TRIQS": [[1848, "packaged-versions-of-triqs"]], "Ubuntu Debian packages": [[1848, "ubuntu-debian-packages"]], "Anaconda": [[1848, "anaconda"]], "Docker": [[1848, "docker"]], "Apptainer": [[1848, "apptainer"]], "Binder": [[1848, "binder"]], "Compiling TRIQS from source using EasyBuild": [[1848, "compiling-triqs-from-source-using-easybuild"]], "Compiling TRIQS from source (Advanced)": [[1848, "compiling-triqs-from-source-advanced"]], "Prerequisites": [[1848, "prerequisites"]], "Installation steps": [[1848, "installation-steps"]], "Environment setup": [[1848, "environment-setup"]], "Further reading": [[1848, "further-reading"]], "Version compatibility": [[1908, "version-compatibility"]], "TRIQS version numbering": [[1908, "triqs-version-numbering"]], "TRIQS applications version numbering": [[1908, "triqs-applications-version-numbering"]], "How to determine the version of the installed TRIQS library": [[1908, "how-to-determine-the-version-of-the-installed-triqs-library"]], "Two-particle Response": [[1907, "two-particle-response"]], "Writing you own C++ code with TRIQS": [[1865, "writing-you-own-c-code-with-triqs"]], "A simple C++ project, with its tests and documentation": [[1865, "a-simple-c-project-with-its-tests-and-documentation"]], "A mixed C++/Python project": [[1865, "a-mixed-c-python-project"]], "Using TRIQS in your own C++ project": [[1863, "using-triqs-in-your-own-c-project"]], "Matsubara Green\u2019s functions": [[1860, "matsubara-green-s-functions"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1860, "creation-of-a-simple-green-s-function-g-i-omega"]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1860, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1860, "imaginary-time-green-s-functions-g-tau"]], "Real-time Green\u2019s functions G(t)": [[1860, "real-time-green-s-functions-g-t"]], "Creation of a two real time GF G(t,t')": [[1860, "creation-of-a-two-real-time-gf-g-t-t"]], "How to fill a GF with placeholders": [[1860, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1860, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "Learn more about Python, ipython and the notebook": [[1868, "learn-more-about-python-ipython-and-the-notebook"]], "A tight-binding model on a square lattice": [[1870, "a-tight-binding-model-on-a-square-lattice"]], "Basics": [[1866, "basics"]], "Dynamical mean-field theory on a Bethe lattice": [[1867, "dynamical-mean-field-theory-on-a-bethe-lattice"]], "Model DMFT": [[1869, "model-dmft"]], "Green\u2019s function and HDF5 files": [[1861, "green-s-function-and-hdf5-files"]], "Conventions for TRIQS applications": [[1862, "conventions-for-triqs-applications"]], "Source structure": [[1862, "source-structure"]], "Install structure": [[1862, "install-structure"]], "Build structure": [[1862, "build-structure"]], "Profiling in C++ and Python": [[1864, "profiling-in-c-and-python"]], "Classes": [[11, "classes"], [108, "classes"], [150, "classes"], [189, "classes"], [238, "classes"], [322, "classes"], [403, "classes"], [446, "classes"]], "Functions": [[11, "functions"], [108, "functions"], [150, "functions"], [238, "functions"], [322, "functions"], [403, "functions"], [446, "functions"]], "itertools::enum_iter::constructor": [[15, "itertools-enum-iter-constructor"]], "itertools::chunk_range": [[12, "itertools-chunk-range"]], "Returns": [[12, "returns"], [13, "returns"], [19, "returns"], [18, "returns"], [21, "returns"], [16, "returns"], [24, "returns"], [31, "returns"], [29, "returns"], [33, "returns"], [30, "returns"], [32, "returns"], [34, "returns"], [36, "returns"], [44, "returns"], [40, "returns"], [48, "returns"], [47, "returns"], [51, "returns"], [46, "returns"], [52, "returns"], [57, "returns"], [58, "returns"], [63, "returns"], [65, "returns"], [68, "returns"], [71, "returns"], [70, "returns"], [74, "returns"], [81, "returns"], [78, "returns"], [76, "returns"], [83, "returns"], [86, "returns"], [89, "returns"], [93, "returns"], [92, "returns"], [95, "returns"], [98, "returns"], [100, "returns"], [102, "returns"], [106, "returns"], [114, "returns"], [113, "returns"], [120, "returns"], [121, "returns"], [122, "returns"], [127, "returns"], [129, "returns"], [125, "returns"], [126, "returns"], [130, "returns"], [133, "returns"], [140, "returns"], [139, "returns"], [137, "returns"], [142, "returns"], [147, "returns"], [149, "returns"], [151, "returns"], [153, "returns"], [156, "returns"], [155, "returns"], [154, "returns"], [161, "returns"], [169, "returns"], [170, "returns"], [168, "returns"], [179, "returns"], [183, "returns"], [182, "returns"], [180, "returns"], [181, "returns"], [186, "returns"], [187, "returns"], [184, "returns"], [185, "returns"], [188, "returns"], [252, "returns"], [253, "returns"], [255, "returns"], [254, "returns"], [299, "returns"], [300, "returns"], [298, "returns"], [312, "returns"], [313, "returns"], [315, "returns"], [326, "returns"], [324, "returns"], [325, "returns"], [332, "returns"], [329, "returns"], [328, "returns"], [337, "returns"], [336, "returns"], [345, "returns"], [344, "returns"], [341, "returns"], [340, "returns"], [347, "returns"], [348, "returns"], [346, "returns"], [357, "returns"], [362, "returns"], [361, "returns"], [360, "returns"], [359, "returns"], [367, "returns"], [365, "returns"], [369, "returns"], [372, "returns"], [375, "returns"], [373, "returns"], [371, "returns"], [370, "returns"], [378, "returns"], [381, "returns"], [380, "returns"], [384, "returns"], [387, "returns"], [385, "returns"], [383, "returns"], [382, "returns"], [392, "returns"], [391, "returns"], [393, "returns"], [398, "returns"], [399, "returns"], [397, "returns"], [394, "returns"], [405, "returns"], [400, "returns"], [402, "returns"], [412, "returns"], [429, "returns"], [426, "returns"], [428, "returns"], [452, "returns"], [453, "returns"], [451, "returns"], [450, "returns"], [456, "returns"], [458, "returns"], [454, "returns"], [455, "returns"], [457, "returns"], [460, "returns"], [464, "returns"], [467, "returns"], [469, "returns"], [468, "returns"], [471, "returns"], [472, "returns"], [474, "returns"], [473, "returns"], [477, "returns"], [476, "returns"], [475, "returns"], [480, "returns"], [479, "returns"], [483, "returns"], [481, "returns"], [478, "returns"], [482, "returns"], [484, "returns"], [485, "returns"]], "itertools::enum_iter": [[14, "itertools-enum-iter"]], "Public members": [[14, "public-members"], [20, "public-members"], [35, "public-members"], [42, "public-members"], [62, "public-members"], [64, "public-members"], [72, "public-members"], [77, "public-members"], [84, "public-members"], [90, "public-members"], [96, "public-members"], [101, "public-members"], [128, "public-members"], [240, "public-members"]], "Member functions": [[14, "member-functions"], [20, "member-functions"], [28, "member-functions"], [35, "member-functions"], [42, "member-functions"], [49, "member-functions"], [64, "member-functions"], [72, "member-functions"], [77, "member-functions"], [84, "member-functions"], [90, "member-functions"], [96, "member-functions"], [101, "member-functions"], [115, "member-functions"], [123, "member-functions"], [131, "member-functions"], [152, "member-functions"], [190, "member-functions"], [240, "member-functions"], [257, "member-functions"], [269, "member-functions"], [281, "member-functions"], [323, "member-functions"], [338, "member-functions"], [349, "member-functions"], [355, "member-functions"], [364, "member-functions"], [376, "member-functions"], [388, "member-functions"], [404, "member-functions"], [430, "member-functions"], [440, "member-functions"], [447, "member-functions"], [461, "member-functions"], [519, "member-functions"], [537, "member-functions"], [538, "member-functions"]], "itertools::distance": [[13, "itertools-distance"]], "itertools::enumerate": [[19, "itertools-enumerate"]], "itertools::enum_iter::operator==": [[18, "itertools-enum-iter-operator"]], "itertools::enumerated::begin": [[21, "itertools-enumerated-begin"]], "itertools::enum_iter::increment": [[17, "itertools-enum-iter-increment"]], "itertools::enum_iter::dereference": [[16, "itertools-enum-iter-dereference"]], "itertools::enumerated": [[20, "itertools-enumerated"]], "itertools::foreach": [[26, "itertools-foreach"]], "itertools::enumerated::cend": [[23, "itertools-enumerated-cend"]], "itertools::enumerated::cbegin": [[22, "itertools-enumerated-cbegin"]], "itertools::enumerated::operator==": [[25, "itertools-enumerated-operator"]], "itertools::enumerated::end": [[24, "itertools-enumerated-end"]], "itertools::iterator_facade": [[27, "itertools-iterator-facade"]], "itertools::iterator_facade::operator->": [[31, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::iterator_facade::operator*": [[29, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::make_sentinel": [[33, "itertools-make-sentinel"]], "itertools::iterator_facade::operator++": [[30, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::make_product": [[32, "itertools-make-product"]], "itertools::iterator_facade": [[28, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference"]], "itertools::make_vector_from_range": [[34, "itertools-make-vector-from-range"]], "itertools::multiplied": [[35, "itertools-multiplied"]], "itertools::multiplied::begin": [[36, "itertools-multiplied-begin"]], "itertools::multiplied::constructor": [[39, "itertools-multiplied-constructor"]], "itertools::multiplied::cbegin": [[37, "itertools-multiplied-cbegin"]], "itertools::multiplied::cend": [[38, "itertools-multiplied-cend"]], "itertools::multiplied::operator==": [[41, "itertools-multiplied-operator"]], "itertools::prod_iter::constructor": [[43, "itertools-prod-iter-constructor"]], "itertools::prod_iter::dereference": [[44, "itertools-prod-iter-dereference"]], "itertools::prod_iter": [[42, "itertools-prod-iter"]], "itertools::prod_iter::increment": [[45, "itertools-prod-iter-increment"]], "itertools::multiplied::end": [[40, "itertools-multiplied-end"]], "itertools::product_range": [[48, "itertools-product-range"]], "itertools::range": [[49, "itertools-range"]], "Non Member functions": [[49, "non-member-functions"], [190, "non-member-functions"], [240, "non-member-functions"], [257, "non-member-functions"], [269, "non-member-functions"], [281, "non-member-functions"], [323, "non-member-functions"], [338, "non-member-functions"], [355, "non-member-functions"], [364, "non-member-functions"], [376, "non-member-functions"], [388, "non-member-functions"], [404, "non-member-functions"], [461, "non-member-functions"], [537, "non-member-functions"]], "itertools::product": [[47, "itertools-product"]], "itertools::range::cbegin": [[51, "itertools-range-cbegin"]], "itertools::range::begin": [[50, "itertools-range-begin"]], "itertools::prod_iter::operator==": [[46, "itertools-prod-iter-operator"]], "itertools::range::cend": [[52, "itertools-range-cend"]], "itertools::range::end": [[54, "itertools-range-end"]], "itertools::range::first": [[55, "itertools-range-first"]], "itertools::range::constructor": [[53, "itertools-range-constructor"]], "itertools::range::operator+": [[57, "itertools-range-operator"]], "itertools::range::last": [[56, "itertools-range-last"]], "itertools::range::operator==": [[59, "itertools-range-operator"]], "itertools::range::operator<<": [[58, "itertools-range-operator"]], "itertools::range::step": [[61, "itertools-range-step"]], "itertools::range::size": [[60, "itertools-range-size"]], "itertools::slice": [[63, "itertools-slice"]], "itertools::sentinel_t": [[62, "itertools-sentinel-t"]], "itertools::sliced": [[64, "itertools-sliced"]], "itertools::sliced::cbegin": [[66, "itertools-sliced-cbegin"]], "itertools::sliced::begin": [[65, "itertools-sliced-begin"]], "itertools::sliced::operator==": [[69, "itertools-sliced-operator"]], "itertools::sliced::cend": [[67, "itertools-sliced-cend"]], "itertools::sliced::end": [[68, "itertools-sliced-end"]], "itertools::stride_iter": [[72, "itertools-stride-iter"]], "itertools::stride": [[71, "itertools-stride"]], "itertools::sliced::size": [[70, "itertools-sliced-size"]], "itertools::stride_iter::dereference": [[74, "itertools-stride-iter-dereference"]], "itertools::stride_iter::increment": [[75, "itertools-stride-iter-increment"]], "itertools::stride_iter::constructor": [[73, "itertools-stride-iter-constructor"]], "itertools::strided::end": [[81, "itertools-strided-end"]], "itertools::strided::begin": [[78, "itertools-strided-begin"]], "itertools::stride_iter::operator==": [[76, "itertools-stride-iter-operator"]], "itertools::strided::cend": [[80, "itertools-strided-cend"]], "itertools::strided": [[77, "itertools-strided"]], "itertools::strided::cbegin": [[79, "itertools-strided-cbegin"]], "itertools::strided::operator==": [[82, "itertools-strided-operator"]], "itertools::transform": [[83, "itertools-transform"]], "itertools::transform_iter::constructor": [[85, "itertools-transform-iter-constructor"]], "itertools::transform_iter::dereference": [[86, "itertools-transform-iter-dereference"]], "itertools::transform_iter::increment": [[87, "itertools-transform-iter-increment"]], "itertools::transform_iter": [[84, "itertools-transform-iter"]], "itertools::transform_iter::operator==": [[89, "itertools-transform-iter-operator"]], "itertools::transformed::cend": [[93, "itertools-transformed-cend"]], "itertools::transformed": [[90, "itertools-transformed"]], "itertools::transform_iter::operator=": [[88, "itertools-transform-iter-operator"]], "itertools::transformed::cbegin": [[92, "itertools-transformed-cbegin"]], "itertools::transformed::begin": [[91, "itertools-transformed-begin"]], "itertools::zip": [[95, "itertools-zip"]], "itertools::zip_iter": [[96, "itertools-zip-iter"]], "itertools::transformed::end": [[94, "itertools-transformed-end"]], "itertools::zip_iter::dereference": [[98, "itertools-zip-iter-dereference"]], "itertools::zip_iter::constructor": [[97, "itertools-zip-iter-constructor"]], "itertools::zip_iter::increment": [[99, "itertools-zip-iter-increment"]], "itertools::zipped": [[101, "itertools-zipped"]], "itertools::zipped::constructor": [[105, "itertools-zipped-constructor"]], "itertools::zip_iter::operator==": [[100, "itertools-zip-iter-operator"]], "itertools::zipped::begin": [[102, "itertools-zipped-begin"]], "itertools::zipped::cend": [[104, "itertools-zipped-cend"]], "itertools::zipped::cbegin": [[103, "itertools-zipped-cbegin"]], "itertools::zipped::end": [[106, "itertools-zipped-end"]], "mpi::all_reduce": [[110, "mpi-all-reduce"]], "itertools::zipped::operator==": [[107, "itertools-zipped-operator"]], "mpi::all_reduce_in_place": [[111, "mpi-all-reduce-in-place"]], "mpi::all_gather": [[109, "mpi-all-gather"]], "mpi::communicator::barrier": [[117, "mpi-communicator-barrier"]], "mpi::communicator::abort": [[116, "mpi-communicator-abort"]], "mpi::communicator": [[115, "mpi-communicator"]], "mpi::chunk_length": [[114, "mpi-chunk-length"]], "mpi::broadcast": [[112, "mpi-broadcast"]], "mpi::chunk": [[113, "mpi-chunk"]], "mpi::communicator::rank": [[120, "mpi-communicator-rank"]], "mpi::communicator::constructor": [[118, "mpi-communicator-constructor"]], "mpi::communicator::size": [[121, "mpi-communicator-size"]], "mpi::environment": [[123, "mpi-environment"]], "mpi::communicator::get": [[119, "mpi-communicator-get"]], "mpi::communicator::split": [[122, "mpi-communicator-split"]], "mpi::is_initialized": [[127, "mpi-is-initialized"]], "mpi::lazy": [[128, "mpi-lazy"]], "mpi::map_C_function": [[129, "mpi-map-c-function"]], "mpi::environment::constructor": [[124, "mpi-environment-constructor"]], "mpi::gather": [[125, "mpi-gather"]], "mpi::get_mpi_type": [[126, "mpi-get-mpi-type"]], "mpi::map_add": [[130, "mpi-map-add"]], "mpi::monitor::operator=": [[135, "mpi-monitor-operator"]], "mpi::monitor::emergency_occured": [[133, "mpi-monitor-emergency-occured"]], "mpi::monitor::finalize_communications": [[134, "mpi-monitor-finalize-communications"]], "mpi::monitor": [[131, "mpi-monitor"]], "mpi::monitor::constructor": [[132, "mpi-monitor-constructor"]], "mpi::mpi_reduce": [[140, "mpi-mpi-reduce"]], "mpi::mpi_broadcast": [[138, "mpi-mpi-broadcast"]], "mpi::monitor::request_emergency_stop": [[136, "mpi-monitor-request-emergency-stop"]], "mpi::mpi_gather": [[139, "mpi-mpi-gather"]], "mpi::monitor::root_check_nodes_and_bcast": [[137, "mpi-monitor-root-check-nodes-and-bcast"]], "mpi::mpi_reduce_in_place": [[141, "mpi-mpi-reduce-in-place"]], "mpi::mpi_type_from_tie": [[146, "mpi-mpi-type-from-tie"]], "mpi::mpi_scatter": [[142, "mpi-mpi-scatter"]], "mpi::reduce": [[147, "mpi-reduce"]], "mpi::mpi_type>": [[145, "mpi-mpi-type-std-tuple-t"]], "mpi::mpi_type": [[143, "mpi-mpi-type"]], "mpi::mpi_type": [[144, "mpi-mpi-type-constt"]], "triqs::atom_diag::atom_diag": [[152, "triqs-atom-diag-atom-diag"]], "mpi::reduce_in_place": [[148, "mpi-reduce-in-place"]], "triqs::atom_diag": [[150, "triqs-atom-diag"]], "Type aliases": [[150, "type-aliases"], [238, "type-aliases"], [322, "type-aliases"]], "mpi::scatter": [[149, "mpi-scatter"]], "triqs::atom_diag::act": [[151, "triqs-atom-diag-act"]], "triqs::atom_diag::atom_diag::c_connection": [[153, "triqs-atom-diag-atom-diag-c-connection"]], "triqs::atom_diag::atom_diag::cdag_matrix": [[156, "triqs-atom-diag-atom-diag-cdag-matrix"]], "triqs::atom_diag::atom_diag::cdag_connection": [[155, "triqs-atom-diag-atom-diag-cdag-connection"]], "triqs::atom_diag::atom_diag::constructor": [[157, "triqs-atom-diag-atom-diag-constructor"]], "triqs::atom_diag::atom_diag::c_matrix": [[154, "triqs-atom-diag-atom-diag-c-matrix"]], "triqs::atom_diag::atom_diag::get_eigensystems": [[159, "triqs-atom-diag-atom-diag-get-eigensystems"]], "triqs::atom_diag::atom_diag::flatten_subspace_index": [[158, "triqs-atom-diag-atom-diag-flatten-subspace-index"]], "triqs::atom_diag::atom_diag::get_energies": [[161, "triqs-atom-diag-atom-diag-get-energies"]], "triqs::atom_diag::atom_diag::get_fops": [[163, "triqs-atom-diag-atom-diag-get-fops"]], "triqs::atom_diag::atom_diag::get_fock_states": [[162, "triqs-atom-diag-atom-diag-get-fock-states"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space": [[164, "triqs-atom-diag-atom-diag-get-full-hilbert-space"]], "triqs::atom_diag::atom_diag::get_eigenvalue": [[160, "triqs-atom-diag-atom-diag-get-eigenvalue"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim": [[165, "triqs-atom-diag-atom-diag-get-full-hilbert-space-dim"]], "triqs::atom_diag::atom_diag::get_gs_energy": [[166, "triqs-atom-diag-atom-diag-get-gs-energy"]], "triqs::atom_diag::atom_diag::get_op_mat": [[169, "triqs-atom-diag-atom-diag-get-op-mat"]], "triqs::atom_diag::atom_diag::get_h_atomic": [[167, "triqs-atom-diag-atom-diag-get-h-atomic"]], "triqs::atom_diag::atom_diag::get_subspace_dim": [[171, "triqs-atom-diag-atom-diag-get-subspace-dim"]], "triqs::atom_diag::atom_diag::get_quantum_numbers": [[170, "triqs-atom-diag-atom-diag-get-quantum-numbers"]], "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial": [[168, "triqs-atom-diag-atom-diag-get-matrix-element-of-monomial"]], "triqs::atom_diag::atom_diag::get_vacuum_subspace_index": [[176, "triqs-atom-diag-atom-diag-get-vacuum-subspace-index"]], "triqs::atom_diag::atom_diag::get_vacuum_state": [[175, "triqs-atom-diag-atom-diag-get-vacuum-state"]], "triqs::atom_diag::atom_diag::get_unitary_matrix": [[174, "triqs-atom-diag-atom-diag-get-unitary-matrix"]], "triqs::atom_diag::atom_diag::get_subspace_dims": [[172, "triqs-atom-diag-atom-diag-get-subspace-dims"]], "triqs::atom_diag::atom_diag::index_range_of_subspace": [[177, "triqs-atom-diag-atom-diag-index-range-of-subspace"]], "triqs::atom_diag::atom_diag::get_unitary_matrices": [[173, "triqs-atom-diag-atom-diag-get-unitary-matrices"]], "triqs::atom_diag::atomic_density_matrix": [[179, "triqs-atom-diag-atomic-density-matrix"]], "triqs::atom_diag::atomic_g_tau": [[183, "triqs-atom-diag-atomic-g-tau"]], "triqs::atom_diag::atomic_g_lehmann": [[182, "triqs-atom-diag-atomic-g-lehmann"]], "triqs::atom_diag::atomic_g_iw": [[180, "triqs-atom-diag-atomic-g-iw"]], "triqs::atom_diag::atomic_g_l": [[181, "triqs-atom-diag-atomic-g-l"]], "triqs::atom_diag::atom_diag::n_subspaces": [[178, "triqs-atom-diag-atom-diag-n-subspaces"]], "triqs::det_manip": [[189, "triqs-det-manip"]], "triqs::atom_diag::quantum_number_eigenvalues": [[186, "triqs-atom-diag-quantum-number-eigenvalues"]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[187, "triqs-atom-diag-quantum-number-eigenvalues-checked"]], "triqs::atom_diag::atomic_g_w": [[184, "triqs-atom-diag-atomic-g-w"]], "triqs::atom_diag::partition_function": [[185, "triqs-atom-diag-partition-function"]], "triqs::atom_diag::trace_rho_op": [[188, "triqs-atom-diag-trace-rho-op"]], "triqs::det_manip::det_manip::clear": [[193, "triqs-det-manip-det-manip-clear"]], "triqs::det_manip::det_manip::constructor": [[195, "triqs-det-manip-det-manip-constructor"]], "triqs::det_manip::det_manip": [[190, "triqs-det-manip-det-manip"]], "triqs::det_manip::det_manip::change_col": [[191, "triqs-det-manip-det-manip-change-col"]], "triqs::det_manip::det_manip::change_row": [[192, "triqs-det-manip-det-manip-change-row"]], "triqs::det_manip::det_manip::complete_operation": [[194, "triqs-det-manip-det-manip-complete-operation"]], "triqs::det_manip::det_manip::determinant": [[196, "triqs-det-manip-det-manip-determinant"]], "triqs::det_manip::det_manip::get_n_operations_before_check": [[198, "triqs-det-manip-det-manip-get-n-operations-before-check"]], "triqs::det_manip::det_manip::get_function": [[197, "triqs-det-manip-det-manip-get-function"]], "triqs::det_manip::det_manip::get_singular_threshold": [[201, "triqs-det-manip-det-manip-get-singular-threshold"]], "triqs::det_manip::det_manip::get_precision_error": [[199, "triqs-det-manip-det-manip-get-precision-error"]], "triqs::det_manip::det_manip::get_precision_warning": [[200, "triqs-det-manip-det-manip-get-precision-warning"]], "triqs::det_manip::det_manip::h5_read": [[206, "triqs-det-manip-det-manip-h5-read"]], "triqs::det_manip::det_manip::get_y_internal_order": [[205, "triqs-det-manip-det-manip-get-y-internal-order"]], "triqs::det_manip::det_manip::h5_write": [[207, "triqs-det-manip-det-manip-h5-write"]], "triqs::det_manip::det_manip::get_y": [[204, "triqs-det-manip-det-manip-get-y"]], "triqs::det_manip::det_manip::get_x": [[202, "triqs-det-manip-det-manip-get-x"]], "triqs::det_manip::det_manip::get_x_internal_order": [[203, "triqs-det-manip-det-manip-get-x-internal-order"]], "triqs::det_manip::det_manip::insert2": [[209, "triqs-det-manip-det-manip-insert2"]], "triqs::det_manip::det_manip::inverse_matrix_internal_order": [[213, "triqs-det-manip-det-manip-inverse-matrix-internal-order"]], "triqs::det_manip::det_manip::insert_at_end": [[211, "triqs-det-manip-det-manip-insert-at-end"]], "triqs::det_manip::det_manip::insert": [[208, "triqs-det-manip-det-manip-insert"]], "triqs::det_manip::det_manip::insert2_at_end": [[210, "triqs-det-manip-det-manip-insert2-at-end"]], "triqs::det_manip::det_manip::inverse_matrix": [[212, "triqs-det-manip-det-manip-inverse-matrix"]], "triqs::det_manip::det_manip::remove2_at_end": [[219, "triqs-det-manip-det-manip-remove2-at-end"]], "triqs::det_manip::det_manip::is_singular": [[214, "triqs-det-manip-det-manip-is-singular"]], "triqs::det_manip::det_manip::reject_last_try": [[216, "triqs-det-manip-det-manip-reject-last-try"]], "triqs::det_manip::det_manip::remove2": [[218, "triqs-det-manip-det-manip-remove2"]], "triqs::det_manip::det_manip::remove": [[217, "triqs-det-manip-det-manip-remove"]], "triqs::det_manip::det_manip::matrix": [[215, "triqs-det-manip-det-manip-matrix"]], "triqs::det_manip::det_manip::set_n_operations_before_check": [[223, "triqs-det-manip-det-manip-set-n-operations-before-check"]], "triqs::det_manip::det_manip::roll_matrix": [[222, "triqs-det-manip-det-manip-roll-matrix"]], "triqs::det_manip::det_manip::set_precision_warning": [[225, "triqs-det-manip-det-manip-set-precision-warning"]], "triqs::det_manip::det_manip::set_precision_error": [[224, "triqs-det-manip-det-manip-set-precision-error"]], "triqs::det_manip::det_manip::reserve": [[221, "triqs-det-manip-det-manip-reserve"]], "triqs::det_manip::det_manip::remove_at_end": [[220, "triqs-det-manip-det-manip-remove-at-end"]], "triqs::det_manip::det_manip::try_change_col": [[230, "triqs-det-manip-det-manip-try-change-col"]], "triqs::det_manip::det_manip::try_change_col_row": [[231, "triqs-det-manip-det-manip-try-change-col-row"]], "triqs::det_manip::det_manip::swap_row": [[229, "triqs-det-manip-det-manip-swap-row"]], "triqs::det_manip::det_manip::size": [[227, "triqs-det-manip-det-manip-size"]], "triqs::det_manip::det_manip::set_singular_threshold": [[226, "triqs-det-manip-det-manip-set-singular-threshold"]], "triqs::det_manip::det_manip::swap_col": [[228, "triqs-det-manip-det-manip-swap-col"]], "triqs::det_manip::det_manip::try_remove": [[236, "triqs-det-manip-det-manip-try-remove"]], "triqs::det_manip::det_manip::try_remove_k": [[237, "triqs-det-manip-det-manip-try-remove-k"]], "triqs::det_manip::det_manip::try_insert_k": [[234, "triqs-det-manip-det-manip-try-insert-k"]], "triqs::det_manip::det_manip::try_insert": [[233, "triqs-det-manip-det-manip-try-insert"]], "triqs::det_manip::det_manip::try_refill": [[235, "triqs-det-manip-det-manip-try-refill"]], "triqs::det_manip::det_manip::try_change_row": [[232, "triqs-det-manip-det-manip-try-change-row"]], "triqs::gfs": [[238, "triqs-gfs"]], "triqs::gfs::block_gf": [[240, "triqs-gfs-block-gf"]], "triqs::gfs::block_gf::constructor": [[243, "triqs-gfs-block-gf-constructor"]], "triqs::gfs::": [[239, "triqs-gfs-deduction-guide-for-block-gf"]], "triqs::gfs::block_gf::block_sizes": [[242, "triqs-gfs-block-gf-block-sizes"]], "triqs::gfs::block_gf::block_names": [[241, "triqs-gfs-block-gf-block-names"]], "triqs::gfs::block_gf::h5_read": [[245, "triqs-gfs-block-gf-h5-read"]], "triqs::gfs::block_gf::h5_write": [[246, "triqs-gfs-block-gf-h5-write"]], "triqs::gfs::block_gf::hdf5_format": [[247, "triqs-gfs-block-gf-hdf5-format"]], "triqs::gfs::block_gf::operator()": [[248, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::data": [[244, "triqs-gfs-block-gf-data"]], "triqs::gfs::block_gf::operator=": [[249, "triqs-gfs-block-gf-operator"]], "triqs::gfs::fit_hermitian_tail": [[252, "triqs-gfs-fit-hermitian-tail"]], "triqs::gfs::fit_tail": [[253, "triqs-gfs-fit-tail"]], "triqs::gfs::density": [[250, "triqs-gfs-density"]], "triqs::gfs::flatten_gf_2d": [[255, "triqs-gfs-flatten-gf-2d"]], "triqs::gfs::fit_gf_dlr": [[251, "triqs-gfs-fit-gf-dlr"]], "triqs::gfs::flatten_2d": [[254, "triqs-gfs-flatten-2d"]], "triqs::gfs::get_mesh": [[256, "triqs-gfs-get-mesh"]], "triqs::gfs::gf::data_shape": [[260, "triqs-gfs-gf-data-shape"]], "triqs::gfs::gf::constructor": [[258, "triqs-gfs-gf-constructor"]], "triqs::gfs::gf::data": [[259, "triqs-gfs-gf-data"]], "triqs::gfs::gf::h5_read": [[261, "triqs-gfs-gf-h5-read"]], "triqs::gfs::gf": [[257, "triqs-gfs-gf"]], "Accessors": [[257, "accessors"], [269, "accessors"], [281, "accessors"]], "triqs::gfs::gf::h5_write": [[262, "triqs-gfs-gf-h5-write"]], "triqs::gfs::gf::operator<<": [[265, "triqs-gfs-gf-operator"]], "triqs::gfs::gf::operator=": [[266, "triqs-gfs-gf-operator"]], "triqs::gfs::gf::hdf5_format": [[263, "triqs-gfs-gf-hdf5-format"]], "triqs::gfs::gf::mesh": [[264, "triqs-gfs-gf-mesh"]], "triqs::gfs::gf::target_indices": [[267, "triqs-gfs-gf-target-indices"]], "triqs::gfs::gf_const_view::data": [[271, "triqs-gfs-gf-const-view-data"]], "triqs::gfs::gf_const_view::constructor": [[270, "triqs-gfs-gf-const-view-constructor"]], "triqs::gfs::gf::target_shape": [[268, "triqs-gfs-gf-target-shape"]], "triqs::gfs::gf_const_view::h5_read": [[273, "triqs-gfs-gf-const-view-h5-read"]], "triqs::gfs::gf_const_view::data_shape": [[272, "triqs-gfs-gf-const-view-data-shape"]], "triqs::gfs::gf_const_view": [[269, "triqs-gfs-gf-const-view"]], "triqs::gfs::gf_const_view::operator<<": [[277, "triqs-gfs-gf-const-view-operator"]], "triqs::gfs::gf_const_view::mesh": [[276, "triqs-gfs-gf-const-view-mesh"]], "triqs::gfs::gf_const_view::hdf5_format": [[275, "triqs-gfs-gf-const-view-hdf5-format"]], "triqs::gfs::gf_const_view::target_indices": [[279, "triqs-gfs-gf-const-view-target-indices"]], "triqs::gfs::gf_const_view::rebind": [[278, "triqs-gfs-gf-const-view-rebind"]], "triqs::gfs::gf_const_view::h5_write": [[274, "triqs-gfs-gf-const-view-h5-write"]], "triqs::gfs::gf_view::data": [[283, "triqs-gfs-gf-view-data"]], "triqs::gfs::gf_view::constructor": [[282, "triqs-gfs-gf-view-constructor"]], "triqs::gfs::gf_const_view::target_shape": [[280, "triqs-gfs-gf-const-view-target-shape"]], "triqs::gfs::gf_view::h5_read": [[285, "triqs-gfs-gf-view-h5-read"]], "triqs::gfs::gf_view": [[281, "triqs-gfs-gf-view"]], "triqs::gfs::gf_view::data_shape": [[284, "triqs-gfs-gf-view-data-shape"]], "triqs::gfs::gf_view::hdf5_format": [[287, "triqs-gfs-gf-view-hdf5-format"]], "triqs::gfs::gf_view::operator=": [[290, "triqs-gfs-gf-view-operator"]], "triqs::gfs::gf_view::operator<<": [[289, "triqs-gfs-gf-view-operator"]], "triqs::gfs::gf_view::h5_write": [[286, "triqs-gfs-gf-view-h5-write"]], "triqs::gfs::gf_view::mesh": [[288, "triqs-gfs-gf-view-mesh"]], "triqs::gfs::gf_view::rebind": [[291, "triqs-gfs-gf-view-rebind"]], "triqs::gfs::gf_view::target_shape": [[293, "triqs-gfs-gf-view-target-shape"]], "triqs::gfs::impl_tag": [[296, "triqs-gfs-impl-tag"]], "triqs::gfs::inverse": [[297, "triqs-gfs-inverse"]], "triqs::gfs::gf_view::target_indices": [[292, "triqs-gfs-gf-view-target-indices"]], "triqs::gfs::h5_read_gf_struct": [[294, "triqs-gfs-h5-read-gf-struct"]], "triqs::gfs::imag": [[295, "triqs-gfs-imag"]], "triqs::gfs::make_block_gf": [[302, "triqs-gfs-make-block-gf"]], "triqs::gfs::is_gf_real": [[299, "triqs-gfs-is-gf-real"]], "triqs::gfs::is_gf_real_in_tau": [[300, "triqs-gfs-is-gf-real-in-tau"]], "triqs::gfs::is_gf_hermitian": [[298, "triqs-gfs-is-gf-hermitian"]], "triqs::gfs::make_block_gf_view": [[303, "triqs-gfs-make-block-gf-view"]], "triqs::gfs::make_block2_gf": [[301, "triqs-gfs-make-block2-gf"]], "triqs::gfs::make_gf_dlr_imtime": [[306, "triqs-gfs-make-gf-dlr-imtime"]], "triqs::gfs::make_gf_from_real_gf": [[309, "triqs-gfs-make-gf-from-real-gf"]], "triqs::gfs::make_gf_dlr_imfreq": [[305, "triqs-gfs-make-gf-dlr-imfreq"]], "triqs::gfs::make_gf_from_inverse_fourier": [[308, "triqs-gfs-make-gf-from-inverse-fourier"]], "triqs::gfs::make_gf_from_fourier": [[307, "triqs-gfs-make-gf-from-fourier"]], "triqs::gfs::make_gf_dlr": [[304, "triqs-gfs-make-gf-dlr"]], "triqs::gfs::make_hermitian": [[312, "triqs-gfs-make-hermitian"]], "triqs::gfs::make_gf_imtime": [[311, "triqs-gfs-make-gf-imtime"]], "triqs::gfs::make_zero_tail": [[314, "triqs-gfs-make-zero-tail"]], "triqs::gfs::make_real_in_tau": [[313, "triqs-gfs-make-real-in-tau"]], "triqs::gfs::make_gf_imfreq": [[310, "triqs-gfs-make-gf-imfreq"]], "triqs::gfs::mpi_reduce": [[315, "triqs-gfs-mpi-reduce"]], "triqs::gfs::real": [[317, "triqs-gfs-real"]], "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued": [[318, "triqs-gfs-reinterpret-scalar-valued-gf-as-matrix-valued"]], "triqs::gfs::tau_L2_norm": [[319, "triqs-gfs-tau-l2-norm"]], "triqs::gfs::unflatten_2d": [[320, "triqs-gfs-unflatten-2d"]], "triqs::gfs::unflatten_gf_2d": [[321, "triqs-gfs-unflatten-gf-2d"]], "triqs::gfs::positive_freq_view": [[316, "triqs-gfs-positive-freq-view"]], "triqs::hilbert_space::fundamental_operator_set::cend": [[326, "triqs-hilbert-space-fundamental-operator-set-cend"]], "triqs::hilbert_space::fundamental_operator_set::constructor": [[327, "triqs-hilbert-space-fundamental-operator-set-constructor"]], "triqs::hilbert_space::fundamental_operator_set::begin": [[324, "triqs-hilbert-space-fundamental-operator-set-begin"]], "triqs::hilbert_space": [[322, "triqs-hilbert-space"]], "triqs::hilbert_space::fundamental_operator_set": [[323, "triqs-hilbert-space-fundamental-operator-set"]], "triqs::hilbert_space::fundamental_operator_set::cbegin": [[325, "triqs-hilbert-space-fundamental-operator-set-cbegin"]], "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute": [[331, "triqs-hilbert-space-fundamental-operator-set-h5-write-attribute"]], "triqs::hilbert_space::fundamental_operator_set::has_indices": [[332, "triqs-hilbert-space-fundamental-operator-set-has-indices"]], "triqs::hilbert_space::fundamental_operator_set::end": [[329, "triqs-hilbert-space-fundamental-operator-set-end"]], "triqs::hilbert_space::fundamental_operator_set::insert": [[333, "triqs-hilbert-space-fundamental-operator-set-insert"]], "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute": [[330, "triqs-hilbert-space-fundamental-operator-set-h5-read-attribute"]], "triqs::hilbert_space::fundamental_operator_set::data": [[328, "triqs-hilbert-space-fundamental-operator-set-data"]], "triqs::hilbert_space::hilbert_space::constructor": [[339, "triqs-hilbert-space-hilbert-space-constructor"]], "triqs::hilbert_space::fundamental_operator_set::size": [[337, "triqs-hilbert-space-fundamental-operator-set-size"]], "triqs::hilbert_space::hilbert_space": [[338, "triqs-hilbert-space-hilbert-space"]], "triqs::hilbert_space::fundamental_operator_set::operator==": [[335, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[334, "triqs-hilbert-space-fundamental-operator-set-insert-from-indices-t"]], "triqs::hilbert_space::fundamental_operator_set::operator[]": [[336, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::hilbert_space::hdf5_format": [[345, "triqs-hilbert-space-hilbert-space-hdf5-format"]], "triqs::hilbert_space::hilbert_space::h5_write": [[343, "triqs-hilbert-space-hilbert-space-h5-write"]], "triqs::hilbert_space::hilbert_space::h5_read": [[342, "triqs-hilbert-space-hilbert-space-h5-read"]], "triqs::hilbert_space::hilbert_space::has_state": [[344, "triqs-hilbert-space-hilbert-space-has-state"]], "triqs::hilbert_space::hilbert_space::get_state_index": [[341, "triqs-hilbert-space-hilbert-space-get-state-index"]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[340, "triqs-hilbert-space-hilbert-space-get-fock-state"]], "triqs::hilbert_space::hilbert_space::operator==": [[347, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::hilbert_space::size": [[348, "triqs-hilbert-space-hilbert-space-size"]], "triqs::hilbert_space::imperative_operator": [[349, "triqs-hilbert-space-imperative-operator"]], "triqs::hilbert_space::imperative_operator::is_empty": [[351, "triqs-hilbert-space-imperative-operator-is-empty"]], "triqs::hilbert_space::imperative_operator::constructor": [[350, "triqs-hilbert-space-imperative-operator-constructor"]], "triqs::hilbert_space::hilbert_space::operator!=": [[346, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::imperative_operator::update": [[353, "triqs-hilbert-space-imperative-operator-update"]], "triqs::hilbert_space::space_partition::find_mappings": [[357, "triqs-hilbert-space-space-partition-find-mappings"]], "triqs::hilbert_space::space_partition": [[355, "triqs-hilbert-space-space-partition"]], "triqs::hilbert_space::imperative_operator::operator()": [[352, "triqs-hilbert-space-imperative-operator-operator"]], "triqs::hilbert_space::space_partition::constructor": [[356, "triqs-hilbert-space-space-partition-constructor"]], "triqs::hilbert_space::make_zero_state": [[354, "triqs-hilbert-space-make-zero-state"]], "triqs::hilbert_space::state": [[363, "triqs-hilbert-space-state"]], "triqs::hilbert_space::space_partition::n_subspaces": [[362, "triqs-hilbert-space-space-partition-n-subspaces"]], "triqs::hilbert_space::space_partition::foreach": [[358, "triqs-hilbert-space-space-partition-foreach"]], "triqs::hilbert_space::space_partition::merge_subspaces": [[361, "triqs-hilbert-space-space-partition-merge-subspaces"]], "triqs::hilbert_space::space_partition::lookup_basis_state": [[360, "triqs-hilbert-space-space-partition-lookup-basis-state"]], "triqs::hilbert_space::space_partition::get_matrix_elements": [[359, "triqs-hilbert-space-space-partition-get-matrix-elements"]], "triqs::hilbert_space::state::constructor": [[366, "triqs-hilbert-space-state-hilbertspace-scalartype-false-constructor"]], "triqs::hilbert_space::state::dot_product": [[367, "triqs-hilbert-space-state-hilbertspace-scalartype-false-dot-product"]], "triqs::hilbert_space::state::amplitudes": [[365, "triqs-hilbert-space-state-hilbertspace-scalartype-false-amplitudes"]], "triqs::hilbert_space::state::get_hilbert": [[369, "triqs-hilbert-space-state-hilbertspace-scalartype-false-get-hilbert"]], "triqs::hilbert_space::state": [[364, "triqs-hilbert-space-state-hilbertspace-scalartype-false"]], "triqs::hilbert_space::state::foreach": [[368, "triqs-hilbert-space-state-hilbertspace-scalartype-false-foreach"]], "triqs::hilbert_space::state::operator+=": [[372, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::size": [[375, "triqs-hilbert-space-state-hilbertspace-scalartype-false-size"]], "triqs::hilbert_space::state::operator-=": [[373, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::set_hilbert": [[374, "triqs-hilbert-space-state-hilbertspace-scalartype-false-set-hilbert"]], "triqs::hilbert_space::state::operator*=": [[371, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator()": [[370, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::foreach": [[379, "triqs-hilbert-space-state-hilbertspace-scalartype-true-foreach"]], "triqs::hilbert_space::state::dot_product": [[378, "triqs-hilbert-space-state-hilbertspace-scalartype-true-dot-product"]], "triqs::hilbert_space::state": [[376, "triqs-hilbert-space-state-hilbertspace-scalartype-true"]], "triqs::hilbert_space::state::nterms": [[381, "triqs-hilbert-space-state-hilbertspace-scalartype-true-nterms"]], "triqs::hilbert_space::state::get_hilbert": [[380, "triqs-hilbert-space-state-hilbertspace-scalartype-true-get-hilbert"]], "triqs::hilbert_space::state::constructor": [[377, "triqs-hilbert-space-state-hilbertspace-scalartype-true-constructor"]], "triqs::hilbert_space::state::set_hilbert": [[386, "triqs-hilbert-space-state-hilbertspace-scalartype-true-set-hilbert"]], "triqs::hilbert_space::state::operator+=": [[384, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::size": [[387, "triqs-hilbert-space-state-hilbertspace-scalartype-true-size"]], "triqs::hilbert_space::state::operator-=": [[385, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator*=": [[383, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator()": [[382, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::sub_hilbert_space::get_fock_state": [[392, "triqs-hilbert-space-sub-hilbert-space-get-fock-state"]], "triqs::hilbert_space::sub_hilbert_space::constructor": [[390, "triqs-hilbert-space-sub-hilbert-space-constructor"]], "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states": [[391, "triqs-hilbert-space-sub-hilbert-space-get-all-fock-states"]], "triqs::hilbert_space::sub_hilbert_space::add_fock_state": [[389, "triqs-hilbert-space-sub-hilbert-space-add-fock-state"]], "triqs::hilbert_space::sub_hilbert_space": [[388, "triqs-hilbert-space-sub-hilbert-space"]], "triqs::hilbert_space::sub_hilbert_space::get_index": [[393, "triqs-hilbert-space-sub-hilbert-space-get-index"]], "triqs::hilbert_space::sub_hilbert_space::h5_write": [[396, "triqs-hilbert-space-sub-hilbert-space-h5-write"]], "triqs::hilbert_space::sub_hilbert_space::hdf5_format": [[398, "triqs-hilbert-space-sub-hilbert-space-hdf5-format"]], "triqs::hilbert_space::sub_hilbert_space::operator!=": [[399, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[397, "triqs-hilbert-space-sub-hilbert-space-has-state"]], "triqs::hilbert_space::sub_hilbert_space::h5_read": [[395, "triqs-hilbert-space-sub-hilbert-space-h5-read"]], "triqs::hilbert_space::sub_hilbert_space::get_state_index": [[394, "triqs-hilbert-space-sub-hilbert-space-get-state-index"]], "triqs::mc_tools::mc_generic::accumulate": [[405, "triqs-mc-tools-mc-generic-accumulate"]], "triqs::hilbert_space::sub_hilbert_space::operator==": [[400, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::mc_tools": [[403, "triqs-mc-tools"]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[401, "triqs-hilbert-space-sub-hilbert-space-set-index"]], "triqs::hilbert_space::sub_hilbert_space::size": [[402, "triqs-hilbert-space-sub-hilbert-space-size"]], "triqs::mc_tools::mc_generic": [[404, "triqs-mc-tools-mc-generic"]], "triqs::mc_tools::mc_generic::add_measure": [[406, "triqs-mc-tools-mc-generic-add-measure"]], "triqs::mc_tools::mc_generic::add_measure_aux": [[407, "triqs-mc-tools-mc-generic-add-measure-aux"]], "triqs::mc_tools::mc_generic::constructor": [[411, "triqs-mc-tools-mc-generic-constructor"]], "triqs::mc_tools::mc_generic::collect_results": [[410, "triqs-mc-tools-mc-generic-collect-results"]], "triqs::mc_tools::mc_generic::add_move": [[408, "triqs-mc-tools-mc-generic-add-move"]], "triqs::mc_tools::mc_generic::clear_measures": [[409, "triqs-mc-tools-mc-generic-clear-measures"]], "triqs::mc_tools::mc_generic::get_config_id": [[415, "triqs-mc-tools-mc-generic-get-config-id"]], "triqs::mc_tools::mc_generic::get_duration": [[417, "triqs-mc-tools-mc-generic-get-duration"]], "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS": [[414, "triqs-mc-tools-mc-generic-get-accumulation-time-hhmmss"]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[412, "triqs-mc-tools-mc-generic-get-acceptance-rates"]], "triqs::mc_tools::mc_generic::get_accumulation_time": [[413, "triqs-mc-tools-mc-generic-get-accumulation-time"]], "triqs::mc_tools::mc_generic::get_current_cycle_number": [[416, "triqs-mc-tools-mc-generic-get-current-cycle-number"]], "triqs::mc_tools::mc_generic::get_warmup_time": [[421, "triqs-mc-tools-mc-generic-get-warmup-time"]], "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS": [[422, "triqs-mc-tools-mc-generic-get-warmup-time-hhmmss"]], "triqs::mc_tools::mc_generic::h5_read": [[423, "triqs-mc-tools-mc-generic-h5-read"]], "triqs::mc_tools::mc_generic::get_percent": [[418, "triqs-mc-tools-mc-generic-get-percent"]], "triqs::mc_tools::mc_generic::get_rng": [[419, "triqs-mc-tools-mc-generic-get-rng"]], "triqs::mc_tools::mc_generic::get_total_time": [[420, "triqs-mc-tools-mc-generic-get-total-time"]], "triqs::mc_tools::mc_generic::warmup_and_accumulate": [[429, "triqs-mc-tools-mc-generic-warmup-and-accumulate"]], "triqs::mc_tools::mc_generic::run": [[426, "triqs-mc-tools-mc-generic-run"]], "triqs::mc_tools::mc_generic::rm_measure": [[425, "triqs-mc-tools-mc-generic-rm-measure"]], "triqs::mc_tools::mc_generic::warmup": [[428, "triqs-mc-tools-mc-generic-warmup"]], "triqs::mc_tools::mc_generic::set_after_cycle_duty": [[427, "triqs-mc-tools-mc-generic-set-after-cycle-duty"]], "triqs::mc_tools::mc_generic::h5_write": [[424, "triqs-mc-tools-mc-generic-h5-write"]], "triqs::mc_tools::move_set::accept": [[431, "triqs-mc-tools-move-set-accept"]], "triqs::mc_tools::move_set::collect_statistics": [[435, "triqs-mc-tools-move-set-collect-statistics"]], "triqs::mc_tools::move_set::add": [[432, "triqs-mc-tools-move-set-add"]], "triqs::mc_tools::move_set::clear_statistics": [[434, "triqs-mc-tools-move-set-clear-statistics"]], "triqs::mc_tools::move_set": [[430, "triqs-mc-tools-move-set"]], "triqs::mc_tools::move_set::attempt": [[433, "triqs-mc-tools-move-set-attempt"]], "triqs::mc_tools::move_set::get_statistics": [[438, "triqs-mc-tools-move-set-get-statistics"]], "triqs::mc_tools::move_set::constructor": [[436, "triqs-mc-tools-move-set-constructor"]], "triqs::mc_tools::move_set::reject": [[439, "triqs-mc-tools-move-set-reject"]], "triqs::mc_tools::move_set::get_acceptance_rates": [[437, "triqs-mc-tools-move-set-get-acceptance-rates"]], "triqs::mc_tools::random_generator::constructor": [[441, "triqs-mc-tools-random-generator-constructor"]], "triqs::mc_tools::random_generator": [[440, "triqs-mc-tools-random-generator"]], "triqs::mc_tools::random_generator::operator()": [[443, "triqs-mc-tools-random-generator-operator"]], "triqs::mc_tools::random_generator::preview": [[444, "triqs-mc-tools-random-generator-preview"]], "triqs::stat": [[446, "triqs-stat"]], "triqs::mc_tools::random_generator_names": [[445, "triqs-mc-tools-random-generator-names"]], "triqs::stat::accumulator": [[447, "triqs-stat-accumulator"]], "Logarithmic (Log) Binning": [[447, "logarithmic-log-binning"]], "Linear (Lin) Binning": [[447, "linear-lin-binning"]], "triqs::mc_tools::random_generator::name": [[442, "triqs-mc-tools-random-generator-name"]], "triqs::stat::accumulator::linear_bins": [[452, "triqs-stat-accumulator-linear-bins"]], "triqs::stat::accumulator::log_bin_errors": [[453, "triqs-stat-accumulator-log-bin-errors"]], "triqs::stat::accumulator::constructor": [[449, "triqs-stat-accumulator-constructor"]], "triqs::stat::accumulator::lin_bin_capacity": [[451, "triqs-stat-accumulator-lin-bin-capacity"]], "triqs::stat::accumulator::compress_linear_bins": [[448, "triqs-stat-accumulator-compress-linear-bins"]], "triqs::stat::accumulator::data_input_count": [[450, "triqs-stat-accumulator-data-input-count"]], "triqs::stat::accumulator::n_lin_bins_max": [[456, "triqs-stat-accumulator-n-lin-bins-max"]], "triqs::stat::accumulator::n_log_bins_max": [[458, "triqs-stat-accumulator-n-log-bins-max"]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[454, "triqs-stat-accumulator-log-bin-errors-all-reduce"]], "triqs::stat::accumulator::n_lin_bins": [[455, "triqs-stat-accumulator-n-lin-bins"]], "triqs::stat::accumulator::n_log_bins": [[457, "triqs-stat-accumulator-n-log-bins"]], "triqs::stat::accumulator::operator<<": [[459, "triqs-stat-accumulator-operator"]], "triqs::stat::cdf": [[460, "triqs-stat-cdf"]], "triqs::stat::histogram::h5_read": [[465, "triqs-stat-histogram-h5-read"]], "triqs::stat::histogram::constructor": [[463, "triqs-stat-histogram-constructor"]], "triqs::stat::histogram": [[461, "triqs-stat-histogram"]], "triqs::stat::histogram::clear": [[462, "triqs-stat-histogram-clear"]], "triqs::stat::histogram::data": [[464, "triqs-stat-histogram-data"]], "triqs::stat::histogram::h5_write": [[466, "triqs-stat-histogram-h5-write"]], "triqs::stat::histogram::mpi_broadcast": [[470, "triqs-stat-histogram-mpi-broadcast"]], "triqs::stat::histogram::hdf5_format": [[467, "triqs-stat-histogram-hdf5-format"]], "triqs::stat::histogram::mesh_point": [[469, "triqs-stat-histogram-mesh-point"]], "triqs::stat::histogram::limits": [[468, "triqs-stat-histogram-limits"]], "triqs::stat::histogram::mpi_reduce": [[471, "triqs-stat-histogram-mpi-reduce"]], "triqs::stat::histogram::n_data_pts": [[472, "triqs-stat-histogram-n-data-pts"]], "triqs::stat::histogram::operator+": [[474, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::n_lost_pts": [[473, "triqs-stat-histogram-n-lost-pts"]], "triqs::stat::histogram::size": [[477, "triqs-stat-histogram-size"]], "triqs::stat::histogram::operator==": [[476, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator<<": [[475, "triqs-stat-histogram-operator"]], "triqs::stat::mean": [[480, "triqs-stat-mean"]], "triqs::stat::jackknife_mpi": [[479, "triqs-stat-jackknife-mpi"]], "triqs::stat::mean_mpi": [[483, "triqs-stat-mean-mpi"]], "triqs::stat::mean_and_err": [[481, "triqs-stat-mean-and-err"]], "triqs::stat::jackknife": [[478, "triqs-stat-jackknife"]], "triqs::stat::mean_and_err_mpi": [[482, "triqs-stat-mean-and-err-mpi"]], "HDFArchive": [[496, "hdfarchive"]], "HDFArchiveGroup": [[496, "hdfarchivegroup"]], "HDFArchiveInert": [[496, "hdfarchiveinert"]], "Hdf-compliant objects": [[496, "hdf-compliant-objects"]], "How does a class become hdf-compliant?": [[496, "how-does-a-class-become-hdf-compliant"]], "Manipulations of determinants": [[510, "manipulations-of-determinants"]], "triqs::stat::pdf": [[484, "triqs-stat-pdf"]], "The det_manip class": [[511, "the-det-manip-class"]], "Parameter & construction": [[511, "parameter-construction"]], "Public types": [[511, "public-types"]], "Public member functions": [[511, "public-member-functions"]], "Under the hood \u2026": [[511, "under-the-hood"]], "Full documentation/manual/triqs": [[511, "full-documentation-manual-triqs"], [564, "full-documentation-manual-triqs"]], "C++ documentation": [[516, "c-documentation"]], "triqs::stat::tau_estimate_from_errors": [[485, "triqs-stat-tau-estimate-from-errors"]], "gf and views": [[519, "gf-and-views"]], "Non-member functions": [[519, "non-member-functions"]], "mesh::imfreq": [[537, "mesh-imfreq"]], "[gf] Green function on Matsubara frequencies": [[525, "gf-imfreq-green-function-on-matsubara-frequencies"]], "The blocks: matrix-valued Green\u2019s functions": [[541, "the-blocks-matrix-valued-green-s-functions"]], "Slicing": [[541, "slicing"]], "Bracket Accessor": [[541, "bracket-accessor"]], "Assignment: << or = operator": [[541, "assignment-or-operator"]], "Lazy expressions": [[541, "lazy-expressions"]], "Plot options": [[541, "plot-options"]], "Direct access to data points": [[541, "direct-access-to-data-points"]], "[gf>] Multiple variables": [[530, "gf-prod-x-y-multiple-variables"]], "Subscript operator": [[530, "subscript-operator"]], "Clef expressions": [[530, "clef-expressions"]], "Functional techniques": [[530, "functional-techniques"]], "mesh::imtime": [[538, "mesh-imtime"]], "Coefficient extraction": [[572, "coefficient-extraction"]], "Plotting protocols": [[576, "plotting-protocols"]], "Python documentation": [[547, "python-documentation"]], "The Monte Carlo loop": [[566, "the-monte-carlo-loop"]], "C++ variable names": [[566, "c-variable-names"]], "Monte Carlo loop and connection with moves and measures": [[566, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Tools for Monte Carlo": [[563, "tools-for-monte-carlo"]], "Comparison to Hubbard-I solution": [[1874, "Comparison-to-Hubbard-I-solution"], [1878, "Comparison-to-Hubbard-I-solution"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1874, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1878, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "TRIQS / solid_dmft tutorial": [[1871, "TRIQS-/-solid_dmft-tutorial"], [1875, "TRIQS-/-solid_dmft-tutorial"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1871, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1875, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1871, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1875, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1871, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1875, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1871, "3.-Check-convergence"], [1875, "3.-Check-convergence"]], "Reminder: The TRIQS BlockGf object": [[1871, "Reminder:-The-TRIQS-BlockGf-object"], [1875, "Reminder:-The-TRIQS-BlockGf-object"]], "Plot of the self-energy \u03a3": [[1871, "Plot-of-the-self-energy-\u03a3"], [1875, "Plot-of-the-self-energy-\u03a3"]], "4. Analytic continuation of the self-energy": [[1871, "4.-Analytic-continuation-of-the-self-energy"], [1875, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1871, "5.-Plot-Spectral-Function"], [1875, "5.-Plot-Spectral-Function"]], "Analytically continue the impurity Green\u2019s function": [[1871, "Analytically-continue-the-impurity-Green\u2019s-function"], [1875, "Analytically-continue-the-impurity-Green\u2019s-function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1871, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1875, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"]], "This concludes the first tutorial. You may now continue with tutorial 02-FermiSee.": [[1871, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1875, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "FermiSee": [[1876, "FermiSee"], [1872, "FermiSee"]], "Phase diagram exploration": [[1873, "Phase-diagram-exploration"], [1877, "Phase-diagram-exploration"]], "TRIQS Green\u2019s functions": [[1881, "TRIQS-Green\u2019s-functions"], [1885, "TRIQS-Green\u2019s-functions"]], "Matrix-Valued Green\u2019s functions": [[1881, "Matrix-Valued-Green\u2019s-functions"], [1885, "Matrix-Valued-Green\u2019s-functions"]], "Block Green\u2019s functions": [[1881, "Block-Green\u2019s-functions"], [1885, "Block-Green\u2019s-functions"]], "Additional Initialization Descriptors": [[1881, "Additional-Initialization-Descriptors"], [1885, "Additional-Initialization-Descriptors"]], "Flat density of states": [[1881, "Flat-density-of-states"], [1885, "Flat-density-of-states"]], "Semi-circular density of states": [[1881, "Semi-circular-density-of-states"], [1885, "Semi-circular-density-of-states"]], "Imaginary-frequency Green\u2019s functions": [[1881, "Imaginary-frequency-Green\u2019s-functions"], [1885, "Imaginary-frequency-Green\u2019s-functions"]], "Arithmetic Operations": [[1881, "Arithmetic-Operations"], [1885, "Arithmetic-Operations"]], "Obtaining the density": [[1881, "Obtaining-the-density"], [1885, "Obtaining-the-density"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1881, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"], [1885, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"]], "Pade analytical continuation": [[1881, "Pade-analytical-continuation"], [1885, "Pade-analytical-continuation"]], "Exercises": [[1881, "Exercises"], [1885, "Exercises"]], "HDF5 Archives": [[1882, "HDF5-Archives"]], "Writing to an archive": [[1882, "Writing-to-an-archive"]], "Reading from an archive": [[1882, "Reading-from-an-archive"]], "Matplotlib Examples": [[1880, "Matplotlib-Examples"]], "Goal of this tutorial": [[1880, "Goal-of-this-tutorial"]], "Inline plots": [[1880, "Inline-plots"]], "Making the plot prettier": [[1880, "Making-the-plot-prettier"]], "Subplots": [[1880, "Subplots"]], "Histograms and text": [[1880, "Histograms-and-text"]], "Python-like approach to matplotlib": [[1880, "Python-like-approach-to-matplotlib"]], "More examples": [[1880, "More-examples"]], "Introducing python and the ipython notebook": [[1879, "Introducing-python-and-the-ipython-notebook"]], "Script mode": [[1879, "Script-mode"]], "Interactive shell mode": [[1879, "Interactive-shell-mode"]], "The ipython notebook": [[1879, "The-ipython-notebook"]], "A very short introduction to python": [[1879, "A-very-short-introduction-to-python"]], "Calculating": [[1879, "Calculating"]], "Simple loops / indentation": [[1879, "Simple-loops-/-indentation"]], "If statements": [[1879, "If-statements"]], "Defining a function": [[1879, "Defining-a-function"]], "Importing modules": [[1879, "Importing-modules"]], "Lists": [[1879, "Lists"]], "The numpy library": [[1879, "The-numpy-library"]], "Defining a new class": [[1879, "Defining-a-new-class"]], "Getting help": [[1879, "Getting-help"]], "Manipulating fermionic operators": [[1883, "Manipulating-fermionic-operators"]], "Fundamental operators": [[1883, "Fundamental-operators"]], "Number operator": [[1883, "Number-operator"]], "Operations with operators": [[1883, "Operations-with-operators"]], "Exact Diagonalization": [[1883, "Exact-Diagonalization"]], "A first DMFT calculation": [[1886, "A-first-DMFT-calculation"], [1892, "A-first-DMFT-calculation"]], "The iterated perturbation theory": [[1886, "The-iterated-perturbation-theory"], [1892, "The-iterated-perturbation-theory"]], "Dynamical mean-field theory": [[1886, "Dynamical-mean-field-theory"], [1892, "Dynamical-mean-field-theory"]], "Bethe lattice DMFT": [[1886, "Bethe-lattice-DMFT"], [1892, "Bethe-lattice-DMFT"]], "Visualizing the Mott transition": [[1886, "Visualizing-the-Mott-transition"], [1892, "Visualizing-the-Mott-transition"]], "Single-orbital Hubbard model": [[1888, "Single-orbital-Hubbard-model"], [1893, "Single-orbital-Hubbard-model"]], "General reminder: Anderson impurity model and CTHYB solver": [[1887, "General-reminder:-Anderson-impurity-model-and-CTHYB-solver"]], "The TRIQS/CTHYB impurity solver": [[1887, "The-TRIQS/CTHYB-impurity-solver"]], "Setting up the impurity solver": [[1887, "Setting-up-the-impurity-solver"]], "Visualizing the imaginary time sampled G(\\tau)": [[1887, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Visualizing the Matsubara-frequency results": [[1887, "Visualizing-the-Matsubara-frequency-results"]], "Introduction to multivariable Green\u2019s functions": [[1884, "Introduction-to-multivariable-Green\u2019s-functions"]], "Imports and parameters": [[1884, "Imports-and-parameters"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1884, "Constructing-and-Initializing-a-Lattice-Green\u2019s-function"]], "Numpy Broadcasting": [[1884, "Numpy-Broadcasting"]], "Evaluate the Green function": [[1884, "Evaluate-the-Green-function"]], "Defining a Tight-Binding Hamiltonian": [[1884, "Defining-a-Tight-Binding-Hamiltonian"]], "Two-orbital Hubbard model": [[1889, "Two-orbital-Hubbard-model"], [1894, "Two-orbital-Hubbard-model"]], "Solution 1": [[1894, "Solution-1"], [1893, "Solution-1"]], "Solution 2": [[1894, "Solution-2"], [1893, "Solution-2"]], "J = 0.0": [[1894, "J-=-0.0"], [1894, "id1"]], "J = 0.1 U": [[1894, "J-=-0.1-U"], [1894, "id2"]], "J = 0.2 U": [[1894, "J-=-0.2-U"], [1894, "id3"]], "Conclusion of Exercise 2": [[1894, "Conclusion-of-Exercise-2"]], "Solution of exercise 3": [[1894, "Solution-of-exercise-3"]], "Conclusion of Exercise 3": [[1894, "Conclusion-of-Exercise-3"]], "Solution 3": [[1893, "Solution-3"]], "Solution 4": [[1893, "Solution-4"]], "Solution 5": [[1893, "Solution-5"]], "Solution 6": [[1893, "Solution-6"]], "Tutorials": [[1891, "tutorials"]], "Comparison with the literature": [[1892, "Comparison-with-the-literature"]], "Valence-Bond DMFT solution of the Hubbard model": [[1890, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"], [1895, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"]], "Analyzing the precomputed results": [[1890, "Analyzing-the-precomputed-results"], [1895, "Analyzing-the-precomputed-results"]], "Fermions on the square lattice & perfect nesting": [[1897, "Fermions-on-the-square-lattice-&-perfect-nesting"], [1902, "Fermions-on-the-square-lattice-&-perfect-nesting"]], "Square lattice with nearest-neighbour hopping": [[1897, "Square-lattice-with-nearest-neighbour-hopping"], [1902, "Square-lattice-with-nearest-neighbour-hopping"]], "Non-interacting lattice Green\u2019s function": [[1897, "Non-interacting-lattice-Green\u2019s-function"], [1902, "Non-interacting-lattice-Green\u2019s-function"]], "Fermi surface nesting": [[1897, "Fermi-surface-nesting"], [1902, "Fermi-surface-nesting"]], "The random phase approximation (RPA)": [[1899, "The-random-phase-approximation-(RPA)"], [1904, "The-random-phase-approximation-(RPA)"]], "RPA solver": [[1899, "RPA-solver"], [1904, "RPA-solver"]], "Tutorial repository": [[1896, "tutorial-repository"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1898, "Susceptibility-\\chi_0-of-non-interacting-fermions"], [1903, "Susceptibility-\\chi_0-of-non-interacting-fermions"]], "Theory": [[1898, "Theory"], [1900, "Theory"], [1905, "Theory"], [1903, "Theory"]], "Fast calculation using Fourier transform": [[1898, "Fast-calculation-using-Fourier-transform"], [1903, "Fast-calculation-using-Fourier-transform"]], "Goals and questions": [[1898, "Goals-and-questions"], [1903, "Goals-and-questions"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1898, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1903, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1898, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1903, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Two-particle self consistency (TPSC)": [[1900, "Two-particle-self-consistency-(TPSC)"], [1905, "Two-particle-self-consistency-(TPSC)"]], "Behaviour of U_{sp} and U_{ch} vs.\u00a0U": [[1900, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"], [1905, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"]], "Note: weakness of RPA": [[1900, "Note:-weakness-of-RPA"], [1905, "Note:-weakness-of-RPA"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1901, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"], [1906, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"]], "Mermin-Wagner theorem": [[1901, "Mermin-Wagner-theorem"], [1906, "Mermin-Wagner-theorem"]], "TPSC and the Mermin-Wagner theorem": [[1901, "TPSC-and-the-Mermin-Wagner-theorem"], [1906, "TPSC-and-the-Mermin-Wagner-theorem"]], "Code from previous notebooks": [[1901, "Code-from-previous-notebooks"], [1906, "Code-from-previous-notebooks"]], "\\chi_0 calculator for arbitrary \\beta": [[1901, "\\chi_0-calculator-for-arbitrary-\\beta"], [1906, "\\chi_0-calculator-for-arbitrary-\\beta"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1901, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1906, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1901, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1906, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "Questions": [[1901, "Questions"], [1906, "Questions"]], "Remarks": [[1901, "Remarks"], [1906, "Remarks"]]}, "indexentries": {"h5": [[494, "module-h5"]], "module": [[494, "module-h5"], [541, "index-0"]], "hdfarchive (class in h5)": [[496, "h5.HDFArchive"]], "hdfarchivegroup (built-in class)": [[496, "HDFArchiveGroup"]], "hdfarchiveinert (built-in class)": [[496, "HDFArchiveInert"]], "apply_on_leaves() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.apply_on_leaves"]], "built-in function": [[496, "register_class"]], "create_group() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.create_group"]], "get_raw() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.get_raw"]], "is_data() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.is_data"]], "is_group() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.is_group"]], "items() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.items"]], "keys() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.keys"]], "read_attr() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.read_attr"]], "register_class()": [[496, "register_class"]], "root_path() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.root_path"]], "update() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.update"]], "values() (hdfarchivegroup method)": [[496, "HDFArchiveGroup.values"]], "lightweight exact diagonalization solver and tools": [[498, "index-0"]], "green's functions": [[541, "index-0"], [547, "index-0"]], "block green's function": [[541, "index-0"]], "gf_imfreq": [[541, "index-0"]], "gf_imtime": [[541, "index-0"]], "gf_legendre": [[541, "index-0"]], "gf_refreq": [[541, "index-0"]], "gf_retime": [[541, "index-0"]], "hilbert space tools": [[553, "index-0"]], "second-quantization operators": [[569, "index-0"]], "analysis": [[576, "index-0"]]}}) \ No newline at end of file diff --git a/triqs/unstable/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html b/triqs/unstable/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html index 3da80171b6..8452caa076 100644 --- a/triqs/unstable/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html +++ b/triqs/unstable/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html @@ -2093,7 +2093,7 @@

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

-

1b543329162149c3bcd1e8dc00da886c

+

d726408d48ca45be8f097578e89a01a5

Bethe lattice DMFT

diff --git a/triqs/unstable/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html b/triqs/unstable/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html index 5e87472a0d..834b858de4 100644 --- a/triqs/unstable/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html +++ b/triqs/unstable/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html @@ -2057,7 +2057,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:

-

47bfae5b394b4dca9f3bcb127ca506fc

+

3763988965644351a6394b07ee6f5a50

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/unstable/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html b/triqs/unstable/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html index 500ffdac89..d4f8474eaf 100644 --- a/triqs/unstable/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html +++ b/triqs/unstable/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html @@ -2058,7 +2058,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).

-

5b8e5a84466444f4968f0c4d92607d8f

+

5ee2d4ccf1484203ba67503246fb27b5

\(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

@@ -2219,7 +2219,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.)

-

ce814ee02aa040d280d53a44274095de

+

6812a34c79b44818a1dc8263a9c674ae

diff --git a/triqs/unstable/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html b/triqs/unstable/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html index 29b45db184..d85e5afed0 100644 --- a/triqs/unstable/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html +++ b/triqs/unstable/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html @@ -2332,7 +2332,7 @@

Solution 6

+

8ad86e007c4c44a0a37e05201d7b70f8

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/unstable/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html b/triqs/unstable/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html index db05e36a60..6122f472d1 100644 --- a/triqs/unstable/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html +++ b/triqs/unstable/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html @@ -2062,7 +2062,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).

-

0c99595669df4935943b310a293f4d78

+

3fd76de219294dfd86e2c6dd0230dab6

\(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]: