diff --git a/triqs/unstable/_sources/documentation/cpp_api/itertools/enum_iter/operator==.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/itertools/enum_iter/operator==.rst.txt index 14a6a6dc9a..b566b3cac2 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/itertools/enum_iter/operator==.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/itertools/enum_iter/operator==.rst.txt @@ -48,4 +48,4 @@ Parameters Returns ^^^^^^^ -True, if the original iterators are equal. \ No newline at end of file +True, if the original iterator is equal to the iterator stored in the sentinel. \ No newline at end of file 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 5b6de7af90..8b2facebf1 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 ^^^^^^^ -Reference to the derived iterator after calling the derived iterator's `increment()` function. \ No newline at end of file +Copy of the derived iterator before 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 a093b67e67..b5d12b0e00 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 the first iterator, i.e. `std::get<0>(its)`, is equal to the iterator of the sentinel. \ No newline at end of file +True, if all original iterators are equal. \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/itertools/transform_iter/operator==.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/itertools/transform_iter/operator==.rst.txt index a25916fea2..9942cb6849 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/itertools/transform_iter/operator==.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/itertools/transform_iter/operator==.rst.txt @@ -48,4 +48,4 @@ Parameters Returns ^^^^^^^ -True, if the original iterators are equal. \ No newline at end of file +True, if the original iterator is equal to the iterator stored in 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 f8255c6c28..f026f6c74a 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 one of the original iterators is equal to the corresponding iterator of the sentinel. \ No newline at end of file +True, if all original iterators are equal. \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt index 3624e8018c..d054e9d557 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt @@ -54,4 +54,4 @@ Parameters Returns ^^^^^^^ -std::string containing the result of the gather operation. \ No newline at end of file +std::vector containing the result of the gather operation. \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/.rst.txt index 516a719e0e..711b899a09 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/.rst.txt @@ -20,8 +20,8 @@ triqs::gfs:: .. rst-class:: cppsynopsis - | :green:`template` - | block_gf :red:`` (std::vector> ) + | :green:`template` + | block_gf :red:`` (std::vector> ) diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf.rst.txt index d98eb0f8ea..b042bac93a 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf.rst.txt @@ -16,7 +16,7 @@ triqs::gfs::block_gf .. rst-class:: cppsynopsis - template class :red:`block_gf` + template class :red:`block_gf` --------------------------- implementation --------------------------------- @@ -45,17 +45,17 @@ Member types +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ | target_t | Target | | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ - | regular_type | block_gf | | + | regular_type | block_gf | | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ - | mutable_view_type | block_gf_view | | + | mutable_view_type | block_gf_view | | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ - | view_type | block_gf_view | | + | view_type | block_gf_view | | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ - | const_view_type | block_gf_view | | + | const_view_type | block_gf_view | | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ - | real_t | block_gf | The associated real type | + | real_t | block_gf | The associated real type | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ - | g_t | gf | | + | g_t | gf | | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ | data_t | std::conditional_t, std::vector>> | | +-------------------+-------------------------------------------------------------------------------------------------+---------------------------+ diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/constructor.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/constructor.rst.txt index 4fcd5b830f..d10246d8c6 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/constructor.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/constructor.rst.txt @@ -20,16 +20,16 @@ triqs::gfs::block_gf::constructor .. rst-class:: cppsynopsis - 1. | :red:`block_gf` (block_gf const & :param:`x`) + 1. | :red:`block_gf` (block_gf const & :param:`x`) - 2. | :red:`block_gf` (block_gf && ) + 2. | :red:`block_gf` (block_gf && ) 3. | :red:`block_gf` (block_names_t :param:`b`, data_t :param:`d`) 4. | :red:`block_gf` () - 5. | :green:`template` - | :red:`block_gf` (block_gf_view const & :param:`g`) + 5. | :green:`template` + | :red:`block_gf` (block_gf_view const & :param:`g`) 6. | :green:`template` | :red:`block_gf` (G const & :param:`x`) diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/operator=.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/operator=.rst.txt index 8271c1d4a4..75cf1a5e5a 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/operator=.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/block_gf/operator=.rst.txt @@ -20,12 +20,12 @@ triqs::gfs::block_gf::operator= .. rst-class:: cppsynopsis - 1. | block_gf & :red:`operator=` (block_gf const & :param:`rhs`) + 1. | block_gf & :red:`operator=` (block_gf const & :param:`rhs`) - 2. | block_gf & :red:`operator=` (lazy::const_view_type> :param:`l`) + 2. | block_gf & :red:`operator=` (lazy::const_view_type> :param:`l`) 3. | :green:`template` - | block_gf & :red:`operator=` (RHS && :param:`rhs`) + | block_gf & :red:`operator=` (RHS && :param:`rhs`) Documentation diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/inverse.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/inverse.rst.txt index 66b52e626b..dc2baf7438 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/inverse.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/inverse.rst.txt @@ -20,13 +20,13 @@ triqs::gfs::inverse .. rst-class:: cppsynopsis - 1. | :green:`template` - | auto :red:`inverse` (:ref:`block_gf\ ` & :param:`g`) + 1. | :green:`template` + | auto :red:`inverse` (:ref:`block_gf\ ` & :param:`g`) - 2. | :green:`template` - | auto :red:`inverse` (:ref:`block_gf\ ` const & :param:`g`) + 2. | :green:`template` + | auto :red:`inverse` (:ref:`block_gf\ ` const & :param:`g`) - 3. | :green:`template` - | auto :red:`inverse` (block_gf_view :param:`g`) + 3. | :green:`template` + | auto :red:`inverse` (block_gf_view :param:`g`) Documentation \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block2_gf.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block2_gf.rst.txt index 1c77d89d71..9d1a11a752 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block2_gf.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block2_gf.rst.txt @@ -20,8 +20,8 @@ triqs::gfs::make_block2_gf .. rst-class:: cppsynopsis - | :green:`template` - | block2_gf :red:`make_block2_gf` (int :param:`n`, int :param:`p`, :ref:`gf\ ` const & :param:`g`) + | :green:`template` + | block2_gf :red:`make_block2_gf` (int :param:`n`, int :param:`p`, :ref:`gf\ ` const & :param:`g`) diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block_gf.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block_gf.rst.txt index 67f479a8d2..8eb10ac641 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block_gf.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_block_gf.rst.txt @@ -20,25 +20,25 @@ triqs::gfs::make_block_gf .. rst-class:: cppsynopsis - 1. | :green:`template` - | :ref:`block_gf\ ` :red:`make_block_gf` (int :param:`n`, :ref:`gf\ ` const & :param:`g`) + 1. | :green:`template` + | :ref:`block_gf\ ` :red:`make_block_gf` (int :param:`n`, :ref:`gf\ ` const & :param:`g`) - 2. | :green:`template` - | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector> :param:`v`) + 2. | :green:`template` + | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector> :param:`v`) - 3. | :green:`template` - | :ref:`block_gf\ ` :red:`make_block_gf` (std::initializer_list> const & :param:`v`) + 3. | :green:`template` + | :ref:`block_gf\ ` :red:`make_block_gf` (std::initializer_list> const & :param:`v`) - 4. | :green:`template` - | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector const & :param:`b`, - | :ref:`gf\ ` const & :param:`g`) + 4. | :green:`template` + | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector const & :param:`b`, + | :ref:`gf\ ` const & :param:`g`) - 5. | :green:`template` - | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector const & :param:`b`, - | std::vector> :param:`v`) + 5. | :green:`template` + | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector const & :param:`b`, + | std::vector> :param:`v`) - 6. | :green:`template` - | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector :param:`b`, - | std::initializer_list> const & :param:`v`) + 6. | :green:`template` + | :ref:`block_gf\ ` :red:`make_block_gf` (std::vector :param:`b`, + | std::initializer_list> const & :param:`v`) Documentation \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.rst.txt index ed63555325..64f5a5896a 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.rst.txt @@ -20,13 +20,13 @@ triqs::gfs::make_gf_from_fourier .. rst-class:: cppsynopsis - 1. | :green:`template` - | auto :red:`make_gf_from_fourier` (:ref:`block_gf\ ` & :param:`g`) + 1. | :green:`template` + | auto :red:`make_gf_from_fourier` (:ref:`block_gf\ ` & :param:`g`) - 2. | :green:`template` - | auto :red:`make_gf_from_fourier` (:ref:`block_gf\ ` const & :param:`g`) + 2. | :green:`template` + | auto :red:`make_gf_from_fourier` (:ref:`block_gf\ ` const & :param:`g`) - 3. | :green:`template` - | auto :red:`make_gf_from_fourier` (block_gf_view :param:`g`) + 3. | :green:`template` + | auto :red:`make_gf_from_fourier` (block_gf_view :param:`g`) Documentation \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.rst.txt index 6c37fde5bb..d8d9192581 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.rst.txt @@ -20,13 +20,13 @@ triqs::gfs::make_gf_from_inverse_fourier .. rst-class:: cppsynopsis - 1. | :green:`template` - | auto :red:`make_gf_from_inverse_fourier` (:ref:`block_gf\ ` & :param:`g`) + 1. | :green:`template` + | auto :red:`make_gf_from_inverse_fourier` (:ref:`block_gf\ ` & :param:`g`) - 2. | :green:`template` - | auto :red:`make_gf_from_inverse_fourier` (:ref:`block_gf\ ` const & :param:`g`) + 2. | :green:`template` + | auto :red:`make_gf_from_inverse_fourier` (:ref:`block_gf\ ` const & :param:`g`) - 3. | :green:`template` - | auto :red:`make_gf_from_inverse_fourier` (block_gf_view :param:`g`) + 3. | :green:`template` + | auto :red:`make_gf_from_inverse_fourier` (block_gf_view :param:`g`) Documentation \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/mpi_reduce.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/mpi_reduce.rst.txt index 965c2d02ab..3fa87d1ecf 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/mpi_reduce.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/mpi_reduce.rst.txt @@ -20,15 +20,15 @@ triqs::gfs::mpi_reduce .. rst-class:: cppsynopsis - 1. | :green:`template` - | lazy> :red:`mpi_reduce` (:ref:`block_gf\ ` const & :param:`a`, + 1. | :green:`template` + | lazy::const_view_type> :red:`mpi_reduce` (:ref:`block_gf\ ` const & :param:`a`, | :ref:`communicator ` :param:`c` = {}, | int :param:`root` = 0, | bool :param:`all` = false, | MPI_Op :param:`op` = MPI_SUM) - 2. | :green:`template` - | lazy> :red:`mpi_reduce` (block_gf_view const & :param:`a`, + 2. | :green:`template` + | lazy> :red:`mpi_reduce` (block_gf_view const & :param:`a`, | :ref:`communicator ` :param:`c` = {}, | int :param:`root` = 0, | bool :param:`all` = false, diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.rst.txt index d96aa81148..980f93ca77 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.rst.txt @@ -20,13 +20,13 @@ triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued .. rst-class:: cppsynopsis - 1. | :green:`template` - | auto :red:`reinterpret_scalar_valued_gf_as_matrix_valued` (:ref:`block_gf\ ` & :param:`g`) + 1. | :green:`template` + | auto :red:`reinterpret_scalar_valued_gf_as_matrix_valued` (:ref:`block_gf\ ` & :param:`g`) - 2. | :green:`template` - | auto :red:`reinterpret_scalar_valued_gf_as_matrix_valued` (:ref:`block_gf\ ` const & :param:`g`) + 2. | :green:`template` + | auto :red:`reinterpret_scalar_valued_gf_as_matrix_valued` (:ref:`block_gf\ ` const & :param:`g`) - 3. | :green:`template` - | auto :red:`reinterpret_scalar_valued_gf_as_matrix_valued` (block_gf_view :param:`g`) + 3. | :green:`template` + | auto :red:`reinterpret_scalar_valued_gf_as_matrix_valued` (block_gf_view :param:`g`) Documentation \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst.txt index cafc8cbd8d..3cb8fdb666 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst.txt @@ -47,4 +47,4 @@ Parameters Returns ^^^^^^^ -Reference to the requested amplitude \ No newline at end of file +Constant reference to the requested amplitude \ No newline at end of file diff --git a/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst.txt b/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst.txt index 8876681759..a52bb3fe5b 100644 --- a/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst.txt +++ b/triqs/unstable/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst.txt @@ -47,4 +47,4 @@ Parameters Returns ^^^^^^^ -Reference to the requested amplitude \ No newline at end of file +Constant reference to the requested amplitude \ No newline at end of file diff --git a/triqs/unstable/documentation/cpp_api/itertools/enum_iter/operator==.html b/triqs/unstable/documentation/cpp_api/itertools/enum_iter/operator==.html index d3448a84bc..0341c6bd0b 100644 --- a/triqs/unstable/documentation/cpp_api/itertools/enum_iter/operator==.html +++ b/triqs/unstable/documentation/cpp_api/itertools/enum_iter/operator==.html @@ -1838,7 +1838,7 @@

Parameters

Returns

-

True, if the original iterators are equal.

+

True, if the original iterator is equal to the iterator stored in the sentinel.

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 875030fc0e..eb0cbc4350 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 @@ -1820,7 +1820,7 @@

Documentation

Returns

-

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

+

Copy of the derived iterator before 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 ea23ef7882..245cb087b8 100644 --- a/triqs/unstable/documentation/cpp_api/itertools/prod_iter/operator==.html +++ b/triqs/unstable/documentation/cpp_api/itertools/prod_iter/operator==.html @@ -1838,7 +1838,7 @@

Parameters

Returns

-

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

+

True, if all original iterators are equal.

diff --git a/triqs/unstable/documentation/cpp_api/itertools/transform_iter/operator==.html b/triqs/unstable/documentation/cpp_api/itertools/transform_iter/operator==.html index 50fe2b2b03..8ab335bc90 100644 --- a/triqs/unstable/documentation/cpp_api/itertools/transform_iter/operator==.html +++ b/triqs/unstable/documentation/cpp_api/itertools/transform_iter/operator==.html @@ -1838,7 +1838,7 @@

Parameters

Returns

-

True, if the original iterators are equal.

+

True, if the original iterator is equal to the iterator stored in 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 987629e6b6..97cc26910a 100644 --- a/triqs/unstable/documentation/cpp_api/itertools/zip_iter/operator==.html +++ b/triqs/unstable/documentation/cpp_api/itertools/zip_iter/operator==.html @@ -1838,7 +1838,7 @@

Parameters

Returns

-

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

+

True, if all original iterators are equal.

diff --git a/triqs/unstable/documentation/cpp_api/mpi/mpi_gather.html b/triqs/unstable/documentation/cpp_api/mpi/mpi_gather.html index 1a49aa4d6c..73557573d8 100644 --- a/triqs/unstable/documentation/cpp_api/mpi/mpi_gather.html +++ b/triqs/unstable/documentation/cpp_api/mpi/mpi_gather.html @@ -1840,7 +1840,7 @@

Parameters

Returns

-

std::string containing the result of the gather operation.

+

std::vector containing the result of the gather operation.

diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/.html index 5747561606..770013bf97 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/.html @@ -1801,8 +1801,8 @@

Synopsis

-
template<typename Mesh, typename Target>
-
block_gf<Mesh, Target, 1> <deduction guide for block_gf> (std::vector<gf<Mesh, Target>> )
+
template<typename Mesh, typename Target, typename Layout>
+
block_gf<Mesh, Target, Layout, 1> <deduction guide for block_gf> (std::vector<gf<Mesh, Target, Layout>> )

————————— CTAD ———————————

diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf.html index 9707927718..aa42a65046 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf.html @@ -1803,7 +1803,7 @@

triqs::gfs::block_gf

#include <triqs/gfs.hpp>

-

template<typename Mesh, typename Target, int Arity> class block_gf

+

template<typename Mesh, typename Target, typename Layout, int Arity> class block_gf

————————— implementation ———————————

Public members

diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/constructor.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/constructor.html index 8c940981d1..9f6f7db4f9 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/constructor.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/constructor.html @@ -1808,11 +1808,11 @@
  1. -
    block_gf (block_gf<Mesh, Target, Arity> const & x)
    +
    block_gf (block_gf<Mesh, Target, Layout, Arity> const & x)
  2. -
    block_gf (block_gf<Mesh, Target, Arity> && )
    +
    block_gf (block_gf<Mesh, Target, Layout, Arity> && )
  3. @@ -1824,8 +1824,8 @@
  4. -
    template<bool IsConst2>
    -
    block_gf (block_gf_view<Mesh, Target, Arity, IsConst2> const & g)
    +
    template<typename L, bool Cnst>
    +
    block_gf (block_gf_view<Mesh, Target, L, Arity, Cnst> const & g)
  5. diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/operator=.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/operator=.html index d832d29db4..a6fe7fafd5 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/operator=.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/block_gf/operator=.html @@ -1808,16 +1808,16 @@
    1. -
      block_gf<Mesh, Target, Arity> & operator= (block_gf<Mesh, Target, Arity> const & rhs)
      +
      block_gf<Mesh, Target, Layout, Arity> & operator= (block_gf<Mesh, Target, Layout, Arity> const & rhs)
    2. -
      block_gf<Mesh, Target, Arity> & operator= (lazy<tag::reduce, block_gf<Mesh, Target, Arity>::const_view_type> l)
      +
      block_gf<Mesh, Target, Layout, Arity> & operator= (lazy<tag::reduce, block_gf<Mesh, Target, Layout, Arity>::const_view_type> l)
    3. template<typename RHS>
      -
      block_gf<Mesh, Target, Arity> & operator= (RHS && rhs)
      +
      block_gf<Mesh, Target, Layout, Arity> & operator= (RHS && rhs)
    diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/inverse.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/inverse.html index a8e23f3ce0..08c62c9d3a 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/inverse.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/inverse.html @@ -1807,18 +1807,18 @@
    1. -
      template<typename M, typename T, int A>
      -
      auto inverse (block_gf<M, T, A> & g)
      +
      template<typename M, typename T, typename L, int A>
      +
      auto inverse (block_gf<M, T, L, A> & g)
    2. -
      template<typename M, typename T, int A>
      -
      auto inverse (block_gf<M, T, A> const & g)
      +
      template<typename M, typename T, typename L, int A>
      +
      auto inverse (block_gf<M, T, L, A> const & g)
    3. -
      template<typename M, typename T, int A, bool C>
      -
      auto inverse (block_gf_view<M, T, A, C> g)
      +
      template<typename M, typename T, typename L, int A, bool C>
      +
      auto inverse (block_gf_view<M, T, L, A, C> g)
    diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block2_gf.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block2_gf.html index f6ed18762d..3f5130ec72 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block2_gf.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block2_gf.html @@ -1806,8 +1806,8 @@

    Synopsis

    -
    template<typename V, typename T>
    -
    block2_gf<V, T> make_block2_gf (int n, int p, gf<V, T> const & g)
    +
    template<typename V, typename T, typename L>
    +
    block2_gf<V, T, L> make_block2_gf (int n, int p, gf<V, T, L> const & g)

    From the size n x p and the g from a number and a gf to be copied

    diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block_gf.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block_gf.html index 7c45a617de..a3432a289e 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block_gf.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_block_gf.html @@ -1807,41 +1807,41 @@
    1. -
      template<typename V, typename T>
      -
      block_gf<V, T> make_block_gf (int n, gf<V, T> const & g)
      +
      template<typename V, typename T, typename L>
      +
      block_gf<V, T, L> make_block_gf (int n, gf<V, T, L> const & g)
    2. -
      template<typename V, typename T>
      -
      block_gf<V, T> make_block_gf (std::vector<gf<V, T>> v)
      +
      template<typename V, typename T, typename L>
      +
      block_gf<V, T, L> make_block_gf (std::vector<gf<V, T, L>> v)
    3. -
      template<typename V, typename T>
      -
      block_gf<V, T> make_block_gf (std::initializer_list<gf<V, T>> const & v)
      +
      template<typename V, typename T, typename L>
      +
      block_gf<V, T, L> make_block_gf (std::initializer_list<gf<V, T, L>> const & v)
    4. -
      template<typename V, typename T>
      -
      block_gf<V, T> make_block_gf (std::vector<std::string> const & b,
      +
      template<typename V, typename T, typename L>
      +
      block_gf<V, T, L> make_block_gf (std::vector<std::string> const & b,
      -
      gf<V, T> const & g)
      +
      gf<V, T, L> const & g)
    5. -
      template<typename V, typename T>
      -
      block_gf<V, T> make_block_gf (std::vector<std::string> const & b,
      +
      template<typename V, typename T, typename L>
      +
      block_gf<V, T, L> make_block_gf (std::vector<std::string> const & b,
      -
      std::vector<gf<V, T>> v)
      +
      std::vector<gf<V, T, L>> v)
    6. -
      template<typename V, typename T>
      -
      block_gf<V, T> make_block_gf (std::vector<std::string> b,
      +
      template<typename V, typename T, typename L>
      +
      block_gf<V, T, L> make_block_gf (std::vector<std::string> b,
      -
      std::initializer_list<gf<V, T>> const & v)
      +
      std::initializer_list<gf<V, T, L>> const & v)
    7. diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.html index 9747d54111..33e519553b 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_fourier.html @@ -1807,18 +1807,18 @@
      1. -
        template<typename M, typename T, int A>
        -
        auto make_gf_from_fourier (block_gf<M, T, A> & g)
        +
        template<typename M, typename T, typename L, int A>
        +
        auto make_gf_from_fourier (block_gf<M, T, L, A> & g)
      2. -
        template<typename M, typename T, int A>
        -
        auto make_gf_from_fourier (block_gf<M, T, A> const & g)
        +
        template<typename M, typename T, typename L, int A>
        +
        auto make_gf_from_fourier (block_gf<M, T, L, A> const & g)
      3. -
        template<typename M, typename T, int A, bool C>
        -
        auto make_gf_from_fourier (block_gf_view<M, T, A, C> g)
        +
        template<typename M, typename T, typename L, int A, bool C>
        +
        auto make_gf_from_fourier (block_gf_view<M, T, L, A, C> g)
      diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.html index ea49165544..4495d99ff7 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/make_gf_from_inverse_fourier.html @@ -1807,18 +1807,18 @@
      1. -
        template<typename M, typename T, int A>
        -
        auto make_gf_from_inverse_fourier (block_gf<M, T, A> & g)
        +
        template<typename M, typename T, typename L, int A>
        +
        auto make_gf_from_inverse_fourier (block_gf<M, T, L, A> & g)
      2. -
        template<typename M, typename T, int A>
        -
        auto make_gf_from_inverse_fourier (block_gf<M, T, A> const & g)
        +
        template<typename M, typename T, typename L, int A>
        +
        auto make_gf_from_inverse_fourier (block_gf<M, T, L, A> const & g)
      3. -
        template<typename M, typename T, int A, bool C>
        -
        auto make_gf_from_inverse_fourier (block_gf_view<M, T, A, C> g)
        +
        template<typename M, typename T, typename L, int A, bool C>
        +
        auto make_gf_from_inverse_fourier (block_gf_view<M, T, L, A, C> g)
      diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/mpi_reduce.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/mpi_reduce.html index 03e07ed413..25e58219cc 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/mpi_reduce.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/mpi_reduce.html @@ -1807,8 +1807,8 @@
      1. -
        template<typename V, typename T, int Arity>
        -
        lazy<tag::reduce, block_gf_const_view<V, T, Arity>> mpi_reduce (block_gf<V, T, Arity> const & a,
        +
        template<typename V, typename T, typename Layout, int Arity>
        +
        lazy<tag::reduce, typename block_gf<V, T, Layout, Arity>::const_view_type> mpi_reduce (block_gf<V, T, Layout, Arity> const & a,
        communicator c = {},
        int root = 0,
        @@ -1818,8 +1818,8 @@
      2. -
        template<typename V, typename T, int Arity, bool IsConst>
        -
        lazy<tag::reduce, block_gf_const_view<V, T, Arity>> mpi_reduce (block_gf_view<V, T, Arity, IsConst> const & a,
        +
        template<typename V, typename T, typename Layout, int Arity, bool IsConst>
        +
        lazy<tag::reduce, block_gf_const_view<V, T, Layout, Arity>> mpi_reduce (block_gf_view<V, T, Layout, Arity, IsConst> const & a,
        communicator c = {},
        int root = 0,
        diff --git a/triqs/unstable/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.html b/triqs/unstable/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.html index 3d96ed0b79..dfb701f0d6 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.html +++ b/triqs/unstable/documentation/cpp_api/triqs/gfs/reinterpret_scalar_valued_gf_as_matrix_valued.html @@ -1807,18 +1807,18 @@
        1. -
          template<typename M, typename T, int A>
          -
          auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf<M, T, A> & g)
          +
          template<typename M, typename T, typename L, int A>
          +
          auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf<M, T, L, A> & g)
        2. -
          template<typename M, typename T, int A>
          -
          auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf<M, T, A> const & g)
          +
          template<typename M, typename T, typename L, int A>
          +
          auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf<M, T, L, A> const & g)
        3. -
          template<typename M, typename T, int A, bool C>
          -
          auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf_view<M, T, A, C> g)
          +
          template<typename M, typename T, typename L, int A, bool C>
          +
          auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf_view<M, T, L, A, C> g)
        diff --git a/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().html b/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().html index d2caef4672..aaff3033f3 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().html +++ b/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().html @@ -1832,7 +1832,7 @@

        Parameters

        Returns

        -

        Reference to the requested amplitude

        +

        Constant reference to the requested amplitude

diff --git a/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().html b/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().html index 2b259dc2af..b0c74598f1 100644 --- a/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().html +++ b/triqs/unstable/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().html @@ -1832,7 +1832,7 @@

Parameters

Returns

-

Reference to the requested amplitude

+

Constant reference to the requested amplitude

diff --git a/triqs/unstable/searchindex.js b/triqs/unstable/searchindex.js index 045afc794e..5e48a930ea 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_equal", "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/broadcast_range", "documentation/cpp_api/mpi/check_mpi_call", "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/duplicate", "documentation/cpp_api/mpi/communicator/free", "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/gather_range", "documentation/cpp_api/mpi/get_mpi_type", "documentation/cpp_api/mpi/is_initialized", "documentation/cpp_api/mpi/lazy", "documentation/cpp_api/mpi/lazy/invoke", "documentation/cpp_api/mpi/lazy/shape", "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/event_on_all_ranks", "documentation/cpp_api/mpi/monitor/event_on_any_rank", "documentation/cpp_api/mpi/monitor/finalize_communications", "documentation/cpp_api/mpi/monitor/operator=", "documentation/cpp_api/mpi/monitor/report_local_event", "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_typeLTTGT", "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/reduce_in_place_range", "documentation/cpp_api/mpi/reduce_range", "documentation/cpp_api/mpi/scatter", "documentation/cpp_api/mpi/scatter_range", "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.symmetrize", "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.symmetrize", "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.symmetrize", "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_equal.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/broadcast_range.rst", "documentation/cpp_api/mpi/check_mpi_call.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/duplicate.rst", "documentation/cpp_api/mpi/communicator/free.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/gather_range.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/lazy/invoke.rst", "documentation/cpp_api/mpi/lazy/shape.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/event_on_all_ranks.rst", "documentation/cpp_api/mpi/monitor/event_on_any_rank.rst", "documentation/cpp_api/mpi/monitor/finalize_communications.rst", "documentation/cpp_api/mpi/monitor/operator=.rst", "documentation/cpp_api/mpi/monitor/report_local_event.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_typeLTTGT.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/reduce_in_place_range.rst", "documentation/cpp_api/mpi/reduce_range.rst", "documentation/cpp_api/mpi/scatter.rst", "documentation/cpp_api/mpi/scatter_range.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.symmetrize.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.symmetrize.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.symmetrize.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_equal", "mpi::all_gather", "mpi::all_reduce", "mpi::all_reduce_in_place", "mpi::broadcast", "mpi::broadcast_range", "mpi::check_mpi_call", "mpi::chunk", "mpi::chunk_length", "mpi::communicator", "mpi::communicator::abort", "mpi::communicator::barrier", "mpi::communicator::constructor", "mpi::communicator::duplicate", "mpi::communicator::free", "mpi::communicator::get", "mpi::communicator::rank", "mpi::communicator::size", "mpi::communicator::split", "mpi::environment", "mpi::environment::constructor", "mpi::gather", "mpi::gather_range", "mpi::get_mpi_type", "mpi::is_initialized", "mpi::lazy", "mpi::lazy::invoke", "mpi::lazy::shape", "mpi::map_C_function", "mpi::map_add", "mpi::monitor", "mpi::monitor::constructor", "mpi::monitor::event_on_all_ranks", "mpi::monitor::event_on_any_rank", "mpi::monitor::finalize_communications", "mpi::monitor::operator=", "mpi::monitor::report_local_event", "mpi::mpi_broadcast", "mpi::mpi_gather", "mpi::mpi_reduce", "mpi::mpi_reduce_in_place", "mpi::mpi_scatter", "mpi::mpi_type", "mpi::mpi_type<T>", "mpi::mpi_type<constT>", "mpi::mpi_type<std::tuple<T\u2026>>", "mpi::mpi_type_from_tie", "mpi::reduce", "mpi::reduce_in_place", "mpi::reduce_in_place_range", "mpi::reduce_range", "mpi::scatter", "mpi::scatter_range", "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.symmetrize", "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.symmetrize", "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.symmetrize", "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, 122, 127, 136, 164, 169, 187, 199, 207, 214, 216, 224, 227, 234, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 260, 302, 321, 335, 336, 341, 343, 344, 349, 352, 353, 356, 358, 359, 360, 361, 364, 370, 375, 383, 384, 385, 388, 395, 396, 397, 402, 403, 405, 406, 409, 413, 414, 424, 452, 459, 461, 463, 471, 473, 486, 500, 501, 502, 503, 504, 507, 508, 509, 510, 512, 513, 516, 517, 518, 520, 521, 522, 523, 524, 525, 527, 530, 531, 532, 533, 534, 537, 538, 539, 543, 545, 546, 547, 551, 553, 561, 563, 566, 568, 574, 577, 578, 579, 582, 584, 590, 591, 593, 596, 597, 671, 672, 945, 1103, 1117, 1214, 1223, 1224, 1755, 1793, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1853, 1854, 1855, 1856, 1857, 1861, 1862, 1863, 1865, 1867, 1868, 1869, 1871, 1872, 1873, 1874, 1875, 1880, 1881, 1882, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "describ": [0, 327, 361, 508, 509, 517, 530, 531, 535, 546, 551, 553, 560, 561, 577, 578, 579, 580, 590, 945, 1640, 1659, 1660, 1863, 1866, 1886, 1889, 1890, 1893, 1895, 1902, 1915, 1916, 1920, 1921], "main": [0, 19, 95, 264, 265, 270, 326, 460, 464, 467, 469, 471, 492, 493, 494, 495, 501, 506, 509, 510, 512, 516, 517, 518, 519, 520, 523, 526, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 579, 580, 595, 597, 1846, 1862, 1872, 1873, 1874, 1875, 1876, 1880, 1886, 1890, 1892, 1903, 1908], "i": [0, 3, 5, 6, 7, 8, 40, 46, 48, 86, 100, 109, 117, 118, 120, 122, 125, 126, 127, 164, 165, 166, 167, 168, 170, 172, 173, 178, 182, 187, 192, 199, 204, 207, 213, 214, 216, 220, 224, 225, 226, 227, 229, 234, 238, 240, 241, 243, 244, 245, 246, 248, 249, 260, 262, 264, 266, 267, 302, 310, 311, 312, 321, 324, 325, 327, 335, 339, 342, 344, 352, 358, 359, 361, 363, 368, 375, 378, 382, 389, 394, 404, 413, 417, 418, 420, 438, 440, 441, 442, 443, 444, 445, 452, 455, 459, 460, 461, 463, 465, 466, 467, 469, 471, 483, 486, 490, 491, 492, 495, 500, 501, 502, 503, 504, 506, 507, 508, 509, 510, 512, 513, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 541, 542, 543, 545, 547, 549, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 568, 569, 570, 572, 573, 574, 575, 577, 578, 579, 580, 581, 582, 583, 585, 586, 588, 589, 590, 591, 592, 593, 595, 596, 597, 604, 606, 608, 612, 615, 625, 627, 629, 633, 636, 651, 655, 656, 663, 665, 669, 670, 671, 672, 674, 679, 710, 713, 718, 749, 752, 757, 788, 791, 796, 827, 830, 835, 866, 872, 889, 901, 916, 939, 945, 952, 957, 988, 1027, 1028, 1033, 1064, 1089, 1103, 1117, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1223, 1224, 1226, 1228, 1624, 1639, 1645, 1677, 1679, 1687, 1692, 1697, 1698, 1709, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1732, 1740, 1744, 1769, 1781, 1791, 1793, 1819, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1855, 1856, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1871, 1872, 1873, 1874, 1877, 1878, 1879, 1880, 1882, 1883, 1886, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1923], "patch": [0, 571, 1607, 1609, 1773, 1775, 1776, 1905, 1910, 1923], "releas": [0, 6, 500, 503, 591, 1861, 1862, 1863, 1880, 1923], "introduc": [0, 553, 590, 1871, 1872, 1881, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1902, 1915, 1920], "minor": [0, 1923], "restor": [0, 500, 503], "compat": [0, 5, 306, 561, 582, 675, 714, 753, 792, 831, 898, 907, 1871, 1886, 1890, 1892, 1902], "against": [0, 1863, 1868, 1871, 1896, 1900], "recent": [0, 1863, 1864, 1867, 1871], "numpi": [0, 507, 510, 553, 554, 555, 556, 557, 558, 560, 567, 573, 583, 586, 588, 590, 660, 670, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 945, 952, 988, 1064, 1076, 1077, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1611, 1635, 1640, 1645, 1660, 1676, 1677, 1679, 1680, 1697, 1698, 1702, 1704, 1705, 1707, 1709, 1712, 1727, 1728, 1729, 1744, 1745, 1861, 1867, 1869, 1870, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "we": [0, 3, 6, 7, 191, 192, 193, 194, 195, 196, 197, 240, 241, 364, 368, 373, 469, 490, 491, 506, 508, 509, 510, 517, 518, 519, 520, 521, 522, 524, 527, 529, 530, 531, 537, 539, 541, 543, 545, 546, 551, 553, 554, 561, 563, 568, 573, 574, 577, 578, 580, 585, 586, 587, 589, 590, 591, 593, 595, 597, 1229, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1861, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "thank": [0, 8], "all": [0, 3, 4, 8, 42, 44, 98, 99, 109, 130, 131, 139, 141, 147, 148, 149, 156, 157, 158, 159, 169, 171, 173, 178, 182, 184, 198, 199, 200, 214, 216, 228, 261, 267, 278, 310, 312, 327, 350, 362, 366, 369, 370, 380, 403, 420, 421, 424, 444, 449, 460, 461, 466, 473, 474, 483, 491, 494, 495, 500, 506, 507, 508, 509, 516, 523, 527, 529, 532, 533, 537, 538, 543, 545, 549, 553, 561, 563, 566, 578, 579, 580, 582, 585, 588, 590, 591, 596, 597, 599, 601, 607, 614, 615, 618, 622, 628, 635, 636, 639, 650, 651, 671, 672, 711, 750, 789, 828, 867, 896, 989, 1032, 1063, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1224, 1230, 1639, 1713, 1714, 1715, 1721, 1757, 1819, 1822, 1836, 1846, 1863, 1865, 1869, 1871, 1872, 1873, 1879, 1880, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "contributor": [0, 5], "nil": 0, "wentzel": [0, 3, 4], "find": [0, 3, 353, 369, 372, 406, 500, 510, 553, 577, 580, 1791, 1822, 1836, 1871, 1881, 1884, 1886, 1887, 1888, 1890, 1891, 1892, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1920, 1922], "below": [0, 213, 238, 310, 312, 448, 490, 491, 506, 508, 512, 518, 527, 531, 561, 578, 580, 585, 590, 595, 1725, 1866, 1868, 1869, 1871, 1877, 1880, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1899, 1900, 1904, 1905, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "an": [0, 4, 6, 9, 11, 33, 81, 115, 116, 136, 139, 141, 142, 155, 169, 170, 255, 266, 312, 335, 339, 342, 343, 352, 354, 355, 361, 364, 368, 373, 400, 402, 407, 408, 418, 420, 423, 431, 461, 467, 469, 471, 487, 490, 491, 492, 493, 500, 503, 504, 506, 507, 508, 509, 510, 513, 516, 518, 520, 521, 523, 524, 526, 527, 529, 530, 533, 535, 537, 538, 541, 542, 543, 545, 547, 549, 551, 553, 555, 557, 560, 561, 562, 563, 564, 565, 566, 569, 570, 573, 578, 579, 580, 582, 584, 585, 586, 589, 590, 595, 599, 608, 629, 663, 669, 871, 886, 916, 945, 1032, 1072, 1073, 1084, 1085, 1089, 1098, 1099, 1103, 1112, 1113, 1117, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1224, 1639, 1679, 1713, 1714, 1715, 1721, 1724, 1730, 1745, 1828, 1842, 1851, 1862, 1863, 1865, 1872, 1875, 1879, 1881, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1914, 1916, 1917, 1919, 1921, 1923], "item": [0, 506, 508, 1886, 1890], "list": [0, 3, 4, 174, 192, 193, 194, 195, 196, 200, 255, 375, 457, 459, 500, 502, 503, 507, 518, 523, 533, 554, 555, 556, 557, 558, 561, 563, 567, 569, 572, 573, 582, 583, 585, 586, 587, 590, 592, 599, 601, 609, 614, 622, 630, 635, 645, 646, 647, 648, 650, 651, 674, 713, 752, 791, 830, 870, 885, 945, 952, 1054, 1056, 1200, 1214, 1216, 1217, 1224, 1228, 1230, 1611, 1616, 1617, 1627, 1631, 1640, 1653, 1654, 1660, 1669, 1670, 1672, 1679, 1681, 1696, 1698, 1703, 1706, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1750, 1753, 1793, 1845, 1863, 1865, 1886, 1890, 1896, 1897, 1898, 1899, 1900, 1902], "backward": [0, 306, 675, 714, 753, 792, 831, 898, 907], "read": [0, 218, 257, 273, 285, 297, 342, 354, 407, 473, 476, 477, 500, 506, 507, 508, 549, 563, 566, 568, 582, 591, 663, 1230, 1676, 1758, 1861, 1873, 1876, 1886, 1890, 1892, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1917, 1918, 1919, 1923], "call": [0, 12, 30, 116, 118, 120, 122, 127, 128, 130, 133, 136, 156, 160, 169, 206, 228, 417, 438, 439, 440, 441, 445, 451, 452, 459, 500, 502, 503, 506, 507, 508, 509, 512, 516, 517, 518, 519, 520, 523, 526, 527, 529, 547, 551, 560, 574, 575, 578, 579, 580, 582, 589, 592, 597, 906, 994, 1793, 1816, 1845, 1846, 1851, 1857, 1863, 1868, 1871, 1874, 1875, 1880, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1900, 1901, 1903, 1907, 1908, 1909, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "dlr_imfreq": [0, 998, 1112, 1113, 1114, 1115], "dlr_imtim": [0, 997, 999, 1126, 1127, 1128, 1129], "946": 0, "alias": [0, 10, 533, 582], "complex_": 0, "float_": 0, "slack": [0, 6, 7, 1862], "workspac": [0, 6, 7, 1862], "signup": 0, "url": 0, "symmetr": [0, 263, 324, 325, 583, 996, 1003, 1004, 1089, 1103, 1117, 1677, 1698, 1882, 1903, 1904, 1908, 1909], "other": [0, 3, 5, 6, 18, 46, 76, 88, 89, 100, 215, 266, 267, 492, 493, 494, 495, 506, 507, 510, 513, 517, 521, 525, 528, 534, 569, 574, 580, 583, 586, 590, 591, 596, 599, 601, 622, 663, 952, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1698, 1709, 1727, 1728, 1729, 1862, 1863, 1868, 1873, 1874, 1880, 1886, 1887, 1890, 1891, 1894, 1896, 1898, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1916, 1917, 1918, 1921, 1923], "lehmann": [0, 192, 193, 194, 195, 196, 510, 1862, 1896, 1900], "represent": [0, 180, 181, 192, 193, 194, 195, 196, 263, 316, 317, 318, 499, 500, 503, 510, 527, 528, 531, 546, 549, 550, 552, 582, 584, 590, 646, 670, 945, 996, 997, 998, 999, 1089, 1103, 1117, 1862, 1889, 1893, 1896, 1899, 1900, 1916, 1921], "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, 109, 113, 114, 116, 130, 131, 132, 135, 137, 138, 146, 147, 148, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 161, 261, 264, 265, 270, 278, 282, 294, 306, 307, 310, 311, 312, 324, 325, 326, 329, 361, 364, 365, 366, 370, 375, 379, 380, 383, 384, 385, 390, 391, 395, 396, 397, 420, 452, 455, 461, 464, 465, 466, 471, 490, 491, 492, 493, 494, 495, 497, 500, 502, 503, 506, 507, 516, 517, 518, 520, 521, 527, 528, 536, 537, 538, 541, 543, 545, 552, 553, 554, 555, 556, 557, 558, 561, 563, 564, 565, 566, 569, 570, 580, 581, 583, 584, 585, 586, 587, 593, 597, 599, 656, 660, 663, 676, 677, 679, 680, 687, 689, 693, 694, 695, 704, 705, 706, 708, 709, 710, 715, 716, 718, 719, 726, 728, 732, 733, 734, 743, 744, 745, 747, 748, 749, 754, 755, 757, 758, 765, 767, 771, 772, 773, 782, 783, 784, 786, 787, 788, 793, 794, 796, 797, 804, 806, 810, 811, 812, 821, 822, 823, 825, 826, 827, 832, 833, 835, 836, 843, 845, 849, 850, 851, 860, 861, 862, 864, 865, 866, 886, 898, 907, 949, 952, 954, 955, 957, 958, 965, 967, 971, 972, 973, 982, 983, 984, 986, 987, 988, 1040, 1214, 1223, 1226, 1228, 1230, 1635, 1647, 1648, 1659, 1663, 1664, 1672, 1675, 1676, 1677, 1681, 1696, 1698, 1699, 1700, 1701, 1702, 1705, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1753, 1760, 1763, 1764, 1791, 1819, 1863, 1874, 1890, 1892, 1894, 1896, 1898, 1899, 1900, 1901, 1907, 1923], "extend": [0, 542, 582, 1676, 1903, 1905, 1908, 1910], "convers": [0, 564, 584], "routin": [0, 115, 234, 242, 243, 244, 245, 246, 247, 248, 249, 509, 551, 593, 1886, 1890, 1899, 1912, 1913, 1915, 1917, 1918, 1920], "between": [0, 4, 11, 13, 53, 61, 233, 361, 367, 369, 373, 501, 508, 510, 521, 525, 528, 534, 538, 551, 565, 572, 573, 578, 1218, 1624, 1679, 1862, 1874, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1914, 1915, 1917, 1919, 1920, 1923], "exist": [0, 503, 508, 509, 1886, 1890, 1896, 1897, 1900, 1904, 1909, 1916, 1921], "add": [0, 7, 8, 245, 384, 385, 396, 397, 401, 442, 467, 486, 500, 503, 508, 510, 517, 519, 522, 530, 574, 577, 580, 591, 1639, 1676, 1861, 1863, 1865, 1867, 1868, 1877, 1889, 1893, 1894, 1895, 1898, 1908], "constrain": [0, 1862, 1914, 1919], "residu": [0, 945, 1862], "minim": [0, 563, 582, 670, 945, 1224, 1862, 1905, 1910], "crm": 0, "dyson": [0, 553, 561, 563, 945, 1862, 1889, 1893, 1896, 1900, 1901, 1907, 1908, 1912, 1917], "solver": [0, 5, 9, 164, 498, 581, 599, 600, 601, 622, 945, 1862, 1863, 1872, 1882, 1884, 1886, 1889, 1890, 1893, 1898, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1915, 1917, 1920], "intel": [0, 1864, 1865], "base": [0, 5, 11, 366, 375, 376, 388, 509, 551, 578, 581, 582, 671, 672, 947, 948, 1639, 1677, 1845, 1863, 1869, 1871, 1883, 1896, 1900, 1905, 1910, 1913, 1918, 1923], "our": [0, 3, 6, 7, 510, 513, 527, 580, 593, 1861, 1862, 1867, 1869, 1871, 1872, 1880, 1886, 1888, 1890, 1892, 1897, 1899, 1902, 1914, 1915, 1916, 1919, 1920, 1921], "continu": [0, 5, 469, 473, 557, 1755, 1863, 1867, 1872, 1889, 1892, 1893, 1901, 1903, 1908, 1913, 1916, 1918, 1921], "integr": [0, 472, 573, 583, 1680, 1696, 1698, 1703, 1763, 1853, 1863, 1883, 1888, 1889, 1892, 1893, 1916, 1921], "variou": [0, 3, 4, 11, 506, 515, 528, 531, 546, 553, 561, 569, 573, 582, 591, 597, 663, 1862, 1863, 1872, 1878, 1900, 1922], "sever": [0, 4, 201, 419, 506, 509, 522, 526, 533, 574, 580, 581, 591, 593, 885, 1863, 1867, 1869, 1896, 1900, 1903, 1904, 1908, 1909, 1916, 1921], "thoma": 0, "hahn": [0, 3], "alexand": 0, "hampel": [0, 3, 4], "dominik": 0, "kies": [0, 3], "h": [0, 3, 169, 354, 355, 358, 359, 368, 378, 389, 407, 408, 411, 412, 472, 477, 478, 482, 483, 487, 488, 496, 507, 508, 510, 517, 524, 565, 570, 580, 582, 583, 585, 596, 599, 601, 622, 1698, 1711, 1713, 1714, 1715, 1717, 1718, 1721, 1722, 1723, 1724, 1725, 1763, 1764, 1870, 1886, 1890, 1892, 1893, 1898, 1902, 1905, 1910, 1912, 1917], "l": [0, 3, 261, 270, 278, 294, 302, 310, 324, 365, 370, 380, 391, 513, 525, 530, 557, 566, 578, 582, 583, 585, 586, 592, 597, 686, 725, 764, 803, 842, 937, 938, 964, 1062, 1077, 1200, 1216, 1217, 1604, 1696, 1698, 1699, 1701, 1703, 1705, 1714, 1724, 1727, 1728, 1729, 1744, 1863, 1886, 1890, 1894, 1895, 1896, 1897, 1900, 1904, 1909], "nours": 0, "dylan": 0, "simon": [0, 3], "init_from_representative_data": 0, "get_representative_data": 0, "sym_grp": 0, "enabl": [0, 500, 503, 509, 520, 521, 596, 1862, 1863], "most": [0, 4, 501, 506, 508, 509, 525, 527, 561, 580, 582, 1857, 1863, 1864, 1867, 1886, 1890, 1896, 1900, 1916, 1921, 1923], "warn": [0, 9, 212, 214, 216, 224, 227, 237, 500, 520, 521, 523, 594, 1888, 1890, 1892, 1893, 1902, 1904, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "wpedant": 0, "wextra": 0, "wall": 0, "wfloat": 0, "wshadow": 0, "support": [0, 3, 4, 9, 483, 506, 508, 512, 553, 561, 563, 582, 596, 1230, 1745, 1869, 1870, 1883], "spherical_to_cub": [0, 583], "redund": 0, "make_matrix": 0, "unittest": 0, "assertequ": 0, "miss": [0, 1712, 1868, 1887, 1891, 1905, 1910], "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, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 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, 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, 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, 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, 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, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 503, 509, 510, 512, 516, 517, 518, 519, 520, 521, 523, 526, 527, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 577, 579, 580, 585, 593, 594, 595, 597, 1147, 1167, 1179, 1679, 1723, 1863, 1865, 1868, 1869, 1870, 1873, 1874, 1875, 1876, 1877, 1878, 1880, 1883, 1896, 1900, 1916, 1921, 1923], "see": [0, 4, 7, 8, 48, 217, 225, 335, 352, 367, 445, 448, 459, 509, 512, 517, 527, 542, 549, 561, 563, 578, 580, 582, 584, 590, 595, 945, 1226, 1848, 1850, 1853, 1863, 1874, 1875, 1879, 1880, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "915": 0, "replac": [0, 364, 508, 516, 524, 697, 698, 736, 737, 775, 776, 814, 815, 853, 854, 975, 976, 1015, 1016, 1863, 1864, 1871, 1872, 1889, 1896, 1900], "getargspec": 0, "getfullargspec": 0, "911": [0, 1909], "reproduc": [0, 9, 498, 554, 555, 556, 557, 558, 590, 1863, 1903, 1905, 1908, 1910, 1915, 1916, 1920, 1921], "failur": 0, "issue913": 0, "bug": [0, 3, 6, 8, 510, 1903, 1908, 1923], "gf_base_op": 0, "debug": [0, 5, 1866], "get_matrix_element_of_monomi": [0, 164], "llvm": [0, 1864, 1867, 1869], "18": [0, 264, 1890, 1900, 1909, 1912, 1917], "relat": [0, 524, 551, 568, 572, 573, 582, 583, 1626, 1644, 1661, 1698, 1709, 1862, 1880, 1883, 1896, 1898, 1899, 1900, 1901, 1905, 1907, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "26": [0, 1890, 1900, 1909], "unnam": 0, "placehold": [0, 264, 265, 512, 513, 516, 518, 519, 520, 526, 529, 533, 537, 538, 541, 542, 551, 1873, 1876], "_": [0, 1, 2, 490, 491, 504, 524, 525, 541, 573, 583, 586, 593, 1698, 1729, 1732, 1881, 1882, 1884, 1886, 1890, 1892, 1893, 1896, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "insuffici": 0, "reserv": [0, 202, 207, 535, 1845], "memori": [0, 233, 459, 508, 510, 526, 549, 1863, 1886, 1890, 1893, 1899, 1918], "try_insert": [0, 202, 220, 223, 523, 1874], "make_gf_": 0, "dlr_": 0, "imtim": [0, 195, 528, 529, 531, 541, 542, 546, 552, 554, 555, 557, 558, 647, 696, 699, 701, 735, 738, 740, 774, 777, 779, 813, 816, 818, 852, 855, 857, 974, 977, 979, 996, 1000, 1002, 1014, 1017, 1019, 1154, 1155, 1156, 1157, 1875], "imfreq": [0, 192, 262, 264, 265, 270, 321, 326, 521, 526, 528, 529, 531, 533, 535, 546, 547, 551, 552, 554, 555, 557, 558, 645, 682, 683, 684, 685, 691, 692, 697, 698, 699, 700, 702, 703, 721, 722, 723, 724, 730, 731, 736, 737, 738, 739, 741, 742, 760, 761, 762, 763, 769, 770, 775, 776, 777, 778, 780, 781, 799, 800, 801, 802, 808, 809, 814, 815, 816, 817, 819, 820, 838, 839, 840, 841, 847, 848, 853, 854, 855, 856, 858, 859, 960, 961, 962, 963, 969, 970, 975, 976, 977, 978, 980, 981, 1000, 1001, 1003, 1004, 1006, 1008, 1009, 1010, 1011, 1012, 1013, 1015, 1016, 1017, 1018, 1020, 1021, 1143, 1144, 1145, 1146, 1875, 1876, 1900], "too": [0, 207, 388, 574, 591, 1888, 1890, 1892, 1903, 1908, 1916, 1921], "allow": [0, 4, 164, 361, 400, 500, 503, 506, 509, 510, 517, 527, 542, 551, 553, 563, 564, 565, 568, 575, 578, 579, 580, 581, 582, 584, 590, 593, 1089, 1103, 1117, 1224, 1739, 1862, 1863, 1865, 1871, 1872, 1873, 1874, 1876, 1883, 1886, 1890, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1905, 1910, 1915, 1916, 1920, 1921], "relev": [0, 1862, 1896, 1897, 1899, 1900, 1903, 1908], "input": [0, 4, 161, 459, 471, 501, 530, 593, 945, 1645, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1898, 1901, 1902, 1907], "option": [0, 361, 364, 367, 438, 440, 441, 506, 509, 551, 552, 554, 555, 556, 557, 558, 559, 561, 563, 567, 581, 582, 583, 586, 591, 599, 601, 622, 674, 680, 710, 713, 719, 749, 752, 758, 788, 791, 797, 827, 830, 836, 866, 945, 952, 958, 988, 1141, 1224, 1225, 1611, 1679, 1697, 1698, 1702, 1705, 1707, 1709, 1727, 1728, 1729, 1739, 1740, 1741, 1791, 1851, 1863, 1868, 1879, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1898, 1900, 1903, 1908], "expos": [0, 502, 504, 533, 582, 592, 1659, 1862, 1878, 1896, 1900], "densiti": [0, 4, 191, 200, 250, 458, 496, 510, 551, 553, 554, 556, 560, 562, 568, 570, 578, 585, 590, 592, 644, 655, 708, 747, 786, 825, 864, 902, 926, 939, 940, 986, 1713, 1721, 1722, 1723, 1764, 1882, 1885, 1886, 1890, 1895, 1899, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "dlrimfreq": [0, 945], "dlrimtim": [0, 945], "bind": [0, 282, 568, 570, 573, 1624, 1639, 1659, 1675, 1676, 1677, 1864, 1869, 1886, 1890, 1892, 1893, 1912, 1917], "constructor": [0, 14, 35, 42, 49, 72, 84, 96, 101, 118, 128, 139, 164, 202, 252, 269, 281, 293, 327, 335, 350, 361, 367, 376, 388, 400, 416, 442, 452, 459, 473, 500, 503, 508, 520, 523, 526, 527, 531, 549, 550, 561, 577, 580, 582, 885, 1845, 1852, 1854, 1894, 1900], "from": [0, 4, 5, 7, 8, 9, 11, 21, 32, 35, 88, 92, 101, 102, 137, 169, 180, 185, 186, 192, 193, 195, 196, 215, 218, 248, 255, 257, 270, 273, 285, 297, 313, 315, 339, 342, 350, 351, 354, 361, 362, 364, 375, 407, 459, 464, 465, 466, 477, 492, 493, 494, 495, 500, 501, 503, 504, 506, 507, 508, 509, 510, 518, 525, 527, 529, 530, 533, 535, 542, 549, 550, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 564, 568, 570, 571, 573, 574, 577, 578, 580, 582, 583, 584, 585, 586, 587, 589, 590, 592, 593, 595, 596, 597, 619, 640, 659, 660, 663, 665, 671, 672, 674, 713, 752, 791, 830, 870, 873, 885, 890, 931, 934, 945, 1000, 1006, 1223, 1228, 1230, 1676, 1677, 1696, 1703, 1706, 1710, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1775, 1791, 1793, 1846, 1854, 1861, 1862, 1864, 1865, 1867, 1871, 1873, 1875, 1876, 1880, 1882, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1923], "basic": [0, 4, 9, 506, 507, 508, 513, 517, 527, 529, 552, 553, 575, 580, 588, 591, 1868, 1872, 1873, 1874, 1875, 1880, 1883, 1886, 1890, 1892, 1902, 1912, 1916, 1917, 1921], "algebra": [0, 523, 582, 1883, 1886, 1890, 1894], "meshlegendr": [0, 556, 752], "n_iw": [0, 192, 264, 265, 322, 326, 510, 529, 533, 645, 1001, 1131, 1191, 1875, 1890, 1893, 1896, 1899, 1900, 1907, 1908, 1916, 1917, 1921], "meshimfreq": [0, 554, 563, 674, 945, 1191, 1208, 1224, 1228, 1896, 1899, 1900, 1907, 1908, 1912, 1916, 1917, 1921], "oplot": [0, 554, 555, 556, 557, 558, 564, 568, 589, 590, 1214, 1740, 1741, 1753, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "data": [0, 5, 9, 252, 261, 267, 269, 270, 272, 278, 281, 282, 284, 293, 294, 296, 302, 335, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 469, 473, 474, 477, 478, 484, 485, 490, 491, 492, 493, 494, 495, 502, 506, 507, 509, 522, 523, 530, 531, 532, 535, 541, 544, 547, 551, 552, 559, 561, 563, 582, 588, 674, 678, 696, 710, 713, 717, 735, 749, 752, 756, 774, 788, 791, 795, 813, 827, 830, 834, 852, 866, 875, 880, 893, 900, 952, 956, 974, 988, 1014, 1072, 1073, 1084, 1085, 1098, 1099, 1112, 1113, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1219, 1224, 1226, 1230, 1757, 1761, 1762, 1873, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "access": [0, 28, 256, 276, 288, 300, 371, 377, 382, 394, 431, 473, 476, 527, 531, 547, 549, 552, 559, 566, 580, 1621, 1758, 1863, 1865, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1900, 1902, 1903, 1908], "matsubarafreq": 0, "code": [0, 4, 5, 7, 9, 115, 118, 119, 272, 284, 296, 500, 501, 504, 508, 509, 512, 513, 533, 561, 574, 575, 578, 582, 584, 593, 595, 1862, 1863, 1864, 1869, 1872, 1876, 1877, 1878, 1879, 1886, 1888, 1889, 1890, 1893, 1894, 1901, 1903, 1904, 1908, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "simplif": 0, "In": [0, 3, 6, 7, 261, 278, 375, 383, 384, 385, 395, 396, 397, 459, 506, 508, 509, 516, 517, 518, 521, 523, 525, 527, 529, 530, 532, 533, 542, 546, 553, 561, 562, 574, 578, 579, 580, 581, 584, 590, 591, 593, 595, 596, 1793, 1863, 1864, 1865, 1867, 1868, 1875, 1879, 1880, 1882, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "gf_dlr": 0, "do": [0, 5, 6, 7, 8, 85, 191, 194, 195, 196, 197, 233, 500, 508, 509, 516, 517, 518, 520, 523, 530, 533, 538, 541, 553, 557, 565, 568, 570, 577, 578, 580, 585, 586, 587, 590, 591, 950, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1826, 1845, 1851, 1863, 1867, 1868, 1879, 1880, 1882, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1914, 1916, 1917, 1919, 1921, 1923], "compar": [0, 18, 46, 76, 89, 100, 109, 488, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1900, 1903, 1905, 1907, 1908, 1910, 1914, 1915, 1919, 1920, 1921], "valu": [0, 9, 11, 12, 16, 27, 34, 44, 48, 51, 52, 53, 55, 56, 74, 84, 85, 86, 88, 89, 98, 147, 150, 182, 191, 194, 195, 196, 197, 198, 199, 214, 216, 247, 267, 325, 364, 379, 390, 437, 455, 459, 461, 473, 474, 490, 491, 500, 501, 503, 506, 507, 508, 510, 516, 517, 522, 523, 525, 527, 530, 531, 533, 534, 536, 537, 538, 539, 541, 542, 543, 545, 551, 552, 554, 555, 556, 557, 558, 559, 561, 563, 565, 566, 569, 573, 574, 582, 583, 584, 585, 586, 590, 650, 651, 656, 663, 674, 686, 709, 711, 713, 725, 748, 750, 752, 764, 787, 789, 791, 803, 826, 828, 830, 842, 865, 867, 950, 952, 964, 987, 989, 1047, 1048, 1074, 1086, 1100, 1114, 1128, 1145, 1156, 1167, 1175, 1179, 1189, 1214, 1224, 1226, 1640, 1660, 1677, 1680, 1696, 1697, 1698, 1702, 1703, 1705, 1707, 1724, 1727, 1728, 1729, 1744, 1755, 1757, 1781, 1791, 1846, 1865, 1874, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "coeffici": [0, 9, 193, 263, 316, 317, 318, 361, 364, 365, 525, 527, 551, 556, 562, 563, 564, 566, 581, 582, 583, 585, 681, 720, 759, 798, 837, 959, 996, 997, 998, 999, 1007, 1089, 1229, 1686, 1688, 1700, 1710, 1715, 1725, 1874, 1896, 1900], "block_gf": [0, 192, 193, 195, 196, 250, 264, 265, 309, 314, 319, 320, 326, 327, 330, 528, 546, 552, 645, 646, 647, 648, 1900], "block": [0, 1, 2, 4, 166, 168, 169, 181, 192, 193, 194, 195, 196, 198, 199, 200, 255, 264, 265, 509, 510, 522, 525, 528, 531, 546, 552, 554, 555, 556, 557, 558, 559, 563, 564, 571, 585, 586, 587, 599, 601, 604, 606, 622, 625, 627, 707, 746, 785, 824, 863, 869, 870, 871, 872, 874, 876, 877, 878, 879, 881, 884, 885, 886, 889, 891, 892, 894, 896, 899, 904, 985, 1022, 1224, 1228, 1230, 1232, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1767, 1768, 1773, 1774, 1851, 1862, 1886, 1889, 1890, 1892, 1893, 1894, 1898, 1902, 1910], "size": [0, 49, 61, 64, 117, 118, 131, 146, 148, 149, 161, 164, 202, 205, 207, 233, 245, 246, 302, 313, 335, 339, 350, 351, 376, 388, 400, 459, 461, 469, 473, 490, 491, 494, 495, 510, 512, 523, 524, 525, 527, 530, 535, 549, 553, 565, 566, 570, 571, 590, 597, 710, 749, 788, 827, 866, 885, 988, 1060, 1767, 1773, 1874, 1875, 1892, 1896, 1898, 1900, 1902], "revert": 0, "order": [0, 4, 6, 7, 215, 217, 225, 266, 267, 335, 352, 375, 400, 463, 508, 509, 516, 518, 519, 526, 527, 529, 530, 534, 537, 538, 541, 543, 545, 551, 561, 563, 579, 580, 581, 582, 583, 584, 593, 597, 874, 881, 891, 904, 949, 1226, 1702, 1705, 1707, 1744, 1863, 1864, 1865, 1867, 1869, 1880, 1886, 1890, 1892, 1894, 1895, 1896, 1900, 1901, 1902, 1903, 1907, 1908, 1909, 1914, 1915, 1916, 1919, 1920, 1921, 1923], "hyb": [0, 169, 368, 1872, 1902], "fop": [0, 169, 347, 351, 352, 362, 510, 565, 599, 601, 622, 1898], "atomdiag": [0, 510, 1898], "ar": [0, 3, 4, 6, 7, 8, 18, 76, 89, 169, 192, 193, 247, 266, 270, 315, 335, 358, 359, 364, 375, 388, 411, 412, 417, 441, 459, 461, 463, 469, 486, 488, 491, 493, 494, 501, 502, 503, 504, 506, 507, 508, 509, 510, 513, 516, 517, 518, 519, 521, 523, 524, 525, 526, 528, 530, 531, 533, 535, 537, 542, 547, 550, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 564, 565, 566, 569, 573, 578, 579, 580, 582, 583, 584, 585, 586, 587, 588, 591, 592, 593, 597, 663, 871, 885, 886, 1064, 1147, 1167, 1179, 1217, 1224, 1228, 1230, 1639, 1680, 1698, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1739, 1845, 1846, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1879, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "real": [0, 196, 250, 307, 311, 321, 325, 461, 465, 466, 473, 510, 527, 528, 531, 533, 538, 546, 549, 551, 552, 553, 554, 555, 556, 559, 560, 563, 564, 567, 572, 580, 582, 583, 585, 586, 590, 599, 622, 648, 674, 680, 708, 713, 719, 747, 752, 758, 786, 791, 797, 825, 830, 836, 864, 952, 958, 986, 1004, 1167, 1179, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1229, 1230, 1232, 1613, 1630, 1640, 1650, 1660, 1666, 1676, 1680, 1681, 1686, 1698, 1705, 1709, 1725, 1727, 1728, 1729, 1755, 1781, 1791, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "forc": [0, 1916, 1921], "unit": [0, 567, 568, 570, 572, 573, 1064, 1611, 1614, 1624, 1626, 1628, 1639, 1640, 1644, 1646, 1651, 1659, 1660, 1661, 1662, 1667, 1679, 1680, 1885, 1899, 1905, 1910, 1912, 1916, 1917, 1921], "merg": [0, 373], "both": [0, 8, 438, 459, 488, 524, 530, 532, 534, 541, 547, 549, 551, 553, 561, 593, 1089, 1147, 1167, 1179, 1677, 1781, 1863, 1871, 1872, 1886, 1888, 1890, 1892, 1893, 1896, 1900, 1901, 1903, 1905, 1907, 1908, 1910, 1911, 1912, 1915, 1917, 1920], "updat": [0, 6, 8, 361, 427, 506, 508, 522, 523, 524, 574, 577, 578, 590, 1863, 1874, 1882, 1886, 1890, 1905, 1910], "land": 0, "page": [0, 6, 7, 8, 509, 526, 531, 535, 547, 591, 1861, 1862, 1863, 1864, 1872, 1875, 1887, 1891], "public": [0, 3, 4, 1862, 1863], "corelib": 0, "numer": [0, 3, 4, 5, 582, 591, 1677, 1886, 1889, 1890, 1893, 1896, 1897, 1900, 1903, 1908, 1909, 1913, 1914, 1916, 1918, 1919, 1921], "algorithm": [0, 3, 4, 5, 9, 169, 367, 368, 373, 519, 522, 523, 524, 565, 574, 575, 578, 597, 599, 601, 622, 1896, 1898, 1900, 1902, 1903, 1908, 1909, 1915, 1920], "convert": [0, 9, 155, 365, 458, 500, 501, 503, 582, 583, 584, 585, 907, 1072, 1073, 1084, 1085, 1098, 1099, 1112, 1113, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1675, 1676, 1698, 1712, 1725, 1871, 1886, 1890, 1896, 1900], "readm": 0, "markdown": 0, "conda": [0, 1863], "badg": 0, "openmp": [0, 4, 1869, 1912, 1917], "build": [0, 4, 282, 294, 335, 503, 507, 510, 517, 527, 533, 537, 538, 870, 885, 1639, 1862, 1863, 1864, 1866, 1868, 1870, 1871, 1878, 1880, 1886, 1890, 1900, 1905, 1910], "ubuntu": [0, 1864, 1867, 1868, 1879], "24": [0, 264, 1863, 1875, 1890, 1900, 1909], "04": [0, 1863, 1870, 1886, 1890, 1902, 1905, 1909, 1910, 1918], "nobl": [0, 1863], "distribut": [0, 455, 456, 458, 472, 504, 579, 1147, 1167, 1179, 1763, 1793, 1797, 1862, 1863, 1864, 1867, 1868, 1900, 1912, 1917], "googl": [0, 1862, 1864, 1879], "group": [0, 4, 173, 182, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 354, 355, 407, 408, 435, 436, 459, 477, 478, 506, 508, 561, 607, 618, 628, 639, 1845, 1862, 1886, 1890, 1897], "advertis": 0, "instead": [0, 423, 561, 571, 582, 583, 1697, 1775, 1847, 1849, 1855, 1856, 1863, 1886, 1890, 1896, 1899, 1900, 1908], "instruct": [0, 7, 591, 1863, 1864, 1867, 1868, 1889, 1893, 1903, 1908], "osx": [0, 1863], "venv": [0, 1868], "custom": [0, 509, 1863], "environ": [0, 504, 509, 577, 580, 1816, 1864, 1866, 1867, 1870, 1879, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "command": [0, 7, 8, 129, 501, 506, 564, 671, 672, 1863, 1865, 1867, 1868, 1871, 1879, 1886, 1890, 1894, 1895, 1897, 1903, 1908, 1923], "note": [0, 3, 459, 508, 516, 517, 520, 521, 524, 527, 528, 529, 547, 551, 552, 554, 555, 556, 557, 558, 561, 563, 580, 585, 589, 590, 596, 680, 686, 708, 709, 719, 725, 747, 748, 758, 764, 786, 787, 797, 803, 825, 826, 836, 842, 864, 865, 945, 952, 958, 964, 986, 987, 1230, 1863, 1864, 1878, 1883, 1886, 1890, 1894, 1895, 1896, 1897, 1900, 1901, 1904, 1907, 1908, 1909, 1914, 1916, 1919, 1921], "develop": [0, 3, 4, 6, 8, 504, 595, 1862, 1863, 1864, 1871, 1878, 1887, 1891, 1903, 1908], "duplic": [0, 118, 1867], "941": 0, "nevanlinna": 0, "applic": [0, 3, 5, 1863, 1864, 1867, 1872, 1878, 1882, 1886, 1890, 1899, 1911], "section": [0, 7, 255, 270, 367, 517, 524, 527, 535, 546, 553, 577, 578, 580, 590, 597, 1862, 1886, 1887, 1889, 1890, 1891, 1893, 1902], "defin": [0, 165, 166, 167, 168, 375, 459, 460, 461, 464, 465, 466, 467, 469, 471, 490, 491, 493, 494, 495, 497, 500, 503, 508, 517, 520, 522, 524, 525, 527, 534, 550, 560, 561, 564, 565, 568, 570, 573, 577, 578, 580, 582, 583, 584, 590, 595, 596, 916, 945, 952, 1200, 1645, 1679, 1698, 1709, 1863, 1869, 1875, 1880, 1885, 1886, 1890, 1896, 1898, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "latex": [0, 521], "docstr": [0, 1869, 1898, 1899, 1900], "raw": [0, 593, 679, 718, 757, 796, 835, 957, 1871, 1886, 1890, 1892, 1902], "avoid": [0, 463, 500, 509, 520, 1863, 1886, 1890, 1896, 1900, 1903, 1908, 1916, 1921], "invalid": [0, 261, 278, 532, 1918], "escap": [0, 1, 2], "sequenc": [0, 335, 336, 337, 339, 344, 345, 346, 348, 352, 362, 530, 582, 584], "build_triq": [0, 1863, 1877], "sh": [0, 1863], "work": [0, 3, 7, 8, 9, 233, 270, 388, 504, 509, 519, 522, 554, 556, 560, 568, 591, 680, 719, 758, 797, 836, 926, 939, 958, 1863, 1865, 1867, 1868, 1871, 1873, 1886, 1890, 1895, 1896, 1900, 1903, 1904, 1908, 1909], "zsh": 0, "maco": 0, "k_space_path": [0, 1886, 1888, 1889, 1890, 1892, 1893, 1912, 1917, 1918, 1919], "layout": [0, 269, 270, 278, 281, 282, 293, 294, 302, 321], "html": [0, 7, 1886, 1890, 1912, 1917], "912": 0, "gpg": [0, 1863], "agent": [0, 1863], "numpydoc": [0, 1869], "sourc": [0, 3, 5, 7, 8, 362, 459, 499, 500, 503, 504, 508, 521, 554, 555, 556, 557, 558, 560, 561, 563, 569, 570, 571, 583, 585, 586, 587, 589, 591, 599, 655, 656, 657, 658, 659, 660, 663, 665, 666, 669, 670, 674, 675, 713, 714, 752, 753, 791, 792, 830, 831, 869, 870, 872, 873, 874, 881, 882, 884, 885, 888, 889, 890, 891, 892, 895, 896, 897, 901, 902, 903, 904, 905, 906, 907, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 922, 923, 924, 926, 927, 928, 929, 931, 932, 934, 935, 937, 938, 939, 940, 943, 945, 947, 948, 950, 951, 952, 953, 954, 955, 956, 958, 964, 967, 968, 986, 987, 988, 989, 990, 991, 992, 993, 994, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1032, 1033, 1034, 1035, 1036, 1037, 1040, 1041, 1047, 1048, 1051, 1052, 1054, 1055, 1057, 1058, 1060, 1061, 1062, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1202, 1203, 1204, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1216, 1217, 1218, 1219, 1220, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1607, 1608, 1609, 1635, 1636, 1639, 1640, 1641, 1642, 1643, 1645, 1655, 1657, 1659, 1660, 1661, 1662, 1663, 1664, 1666, 1672, 1673, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1720, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1735, 1736, 1739, 1740, 1741, 1742, 1744, 1745, 1753, 1767, 1769, 1770, 1771, 1773, 1775, 1776, 1781, 1782, 1785, 1786, 1787, 1788, 1789, 1791, 1793, 1796, 1797, 1799, 1800, 1801, 1802, 1803, 1804, 1810, 1813, 1814, 1816, 1818, 1819, 1820, 1821, 1822, 1825, 1826, 1827, 1828, 1829, 1830, 1832, 1833, 1834, 1835, 1836, 1839, 1840, 1841, 1842, 1844, 1845, 1854, 1858, 1859, 1860, 1864, 1867, 1878, 1880], "fail": [0, 508, 1791, 1901, 1907], "git": [0, 8, 591, 1863, 1870, 1871, 1890], "clone": [0, 500, 535, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181, 1863], "attempt": [0, 417, 438, 440, 441, 442, 443, 448, 574, 577, 580, 1851, 1867, 1892], "when": [0, 6, 7, 8, 71, 122, 127, 327, 361, 417, 423, 438, 440, 441, 459, 461, 463, 467, 469, 500, 503, 508, 516, 520, 522, 523, 525, 529, 537, 538, 541, 543, 545, 547, 553, 561, 570, 579, 580, 595, 1679, 1713, 1714, 1715, 1797, 1845, 1846, 1848, 1851, 1862, 1865, 1871, 1877, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1907, 1908, 1913, 1914, 1916, 1918, 1919, 1921], "userguid": [0, 6], "tutori": [0, 5, 7, 9, 575, 590, 945, 1862, 1881, 1883, 1884, 1887, 1889, 1891, 1893, 1894, 1896, 1900, 1903, 1908, 1909, 1912, 1917, 1922], "directori": [0, 8, 508, 1863, 1865, 1866, 1868, 1870, 1871, 1880, 1886, 1887, 1890, 1891, 1903, 1908, 1909], "alreadi": [0, 503, 508, 520, 553, 578, 580, 1863, 1867, 1869, 1883, 1886, 1889, 1890, 1893, 1894, 1904, 1905, 1909, 1910], "present": [0, 504, 518, 553, 554, 555, 556, 557, 558, 561, 674, 713, 752, 791, 830, 1851, 1868, 1869, 1872], "bump": 0, "number": [0, 3, 5, 9, 11, 12, 13, 32, 48, 53, 60, 70, 71, 117, 129, 165, 166, 167, 168, 169, 182, 190, 192, 193, 195, 196, 198, 199, 210, 213, 235, 238, 313, 326, 349, 360, 374, 393, 414, 417, 427, 428, 431, 438, 440, 441, 452, 459, 460, 461, 462, 463, 467, 468, 469, 470, 473, 475, 484, 485, 486, 489, 498, 507, 508, 510, 517, 527, 530, 533, 538, 543, 551, 557, 563, 565, 566, 567, 569, 571, 574, 575, 577, 578, 580, 581, 582, 583, 585, 586, 587, 591, 593, 599, 601, 617, 618, 622, 638, 639, 650, 651, 659, 660, 694, 733, 772, 811, 850, 879, 899, 972, 1064, 1077, 1103, 1117, 1131, 1139, 1147, 1167, 1179, 1198, 1200, 1224, 1614, 1615, 1622, 1642, 1651, 1652, 1656, 1667, 1668, 1671, 1672, 1677, 1679, 1680, 1693, 1697, 1698, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1755, 1761, 1762, 1770, 1771, 1775, 1776, 1777, 1778, 1781, 1791, 1845, 1851, 1862, 1863, 1865, 1867, 1871, 1874, 1875, 1880, 1882, 1883, 1886, 1890, 1893, 1894, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1917, 1918], "gnuinstalldir": 0, "obtain": [0, 263, 364, 459, 504, 524, 530, 541, 563, 592, 593, 945, 996, 1224, 1862, 1875, 1886, 1890, 1898, 1899, 1901, 1902, 1907, 1908, 1915, 1920], "proper": [0, 3, 547, 551, 563, 1227, 1863, 1868, 1871, 1878], "libdir": 0, "locat": [0, 596, 1863, 1880], "boost": [0, 452, 453, 574, 582, 592, 1867, 1869], "import": [0, 503, 504, 507, 508, 510, 525, 553, 554, 555, 556, 557, 558, 560, 561, 564, 568, 570, 573, 582, 589, 590, 591, 592, 671, 672, 1861, 1862, 1863, 1865, 1877, 1882, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "target": [0, 8, 134, 135, 136, 251, 252, 255, 261, 267, 269, 270, 278, 279, 280, 281, 282, 290, 291, 292, 293, 294, 302, 303, 304, 305, 307, 310, 324, 329, 354, 407, 527, 531, 533, 535, 537, 538, 539, 541, 543, 545, 554, 555, 556, 557, 558, 674, 686, 704, 705, 706, 707, 713, 725, 743, 744, 745, 746, 752, 764, 782, 783, 784, 785, 791, 803, 821, 822, 823, 824, 830, 842, 860, 861, 862, 863, 885, 952, 964, 982, 983, 984, 985, 1022, 1791, 1845, 1854, 1862, 1886, 1890, 1900], "70": [0, 1869, 1886, 1890, 1909], "project": [0, 3, 4, 7, 375, 565, 1862, 1871, 1872, 1899], "languag": [0, 501, 506, 529, 535, 1862, 1864, 1869, 1871, 1883, 1894], "benchmark": 0, "branch": [0, 7, 8, 506, 1863, 1871], "unstabl": [0, 7, 8, 1863, 1871, 1886, 1890, 1896, 1900, 1912, 1913, 1917, 1918], "fmt": 0, "copi": [0, 8, 85, 88, 144, 207, 214, 216, 224, 255, 270, 282, 294, 302, 313, 366, 368, 418, 420, 461, 500, 503, 517, 520, 523, 532, 533, 535, 547, 552, 555, 557, 558, 559, 566, 569, 582, 591, 597, 676, 678, 689, 709, 715, 717, 728, 748, 754, 756, 767, 787, 793, 795, 806, 826, 832, 834, 845, 865, 870, 873, 874, 885, 890, 891, 954, 956, 967, 987, 1058, 1863, 1877, 1886, 1887, 1888, 1890, 1891, 1892, 1899, 1900, 1905, 1907, 1908, 1910], "desc": [0, 9, 501], "file": [0, 4, 5, 7, 8, 9, 278, 501, 503, 504, 506, 508, 533, 542, 553, 561, 563, 568, 577, 580, 585, 591, 595, 596, 663, 1230, 1676, 1680, 1681, 1722, 1723, 1724, 1863, 1865, 1869, 1870, 1872, 1873, 1878, 1879, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1912, 1913, 1917, 1918, 1923], "macro": [0, 520, 595], "triqs_arrays_enforce_boundcheck": 0, "nda_debug": 0, "cpp2py_python_xxx": 0, "variabl": [0, 473, 500, 509, 517, 518, 519, 524, 526, 527, 528, 531, 533, 534, 541, 544, 546, 552, 569, 580, 659, 679, 710, 718, 749, 757, 788, 796, 827, 835, 866, 957, 988, 1755, 1781, 1791, 1816, 1863, 1866, 1870, 1879, 1880, 1894, 1904, 1909], "python_xxx": 0, "relwithdebinfo": 0, "set": [0, 4, 9, 15, 21, 51, 52, 120, 165, 166, 167, 168, 169, 175, 235, 236, 237, 238, 335, 336, 339, 341, 342, 343, 344, 347, 349, 350, 351, 352, 366, 367, 378, 389, 400, 411, 412, 413, 417, 423, 438, 439, 440, 441, 461, 503, 508, 509, 510, 522, 526, 527, 529, 538, 547, 551, 553, 554, 555, 556, 557, 558, 564, 565, 566, 579, 580, 582, 584, 585, 587, 590, 591, 610, 631, 674, 686, 707, 711, 713, 725, 746, 750, 752, 764, 785, 789, 791, 803, 824, 828, 830, 842, 863, 867, 945, 952, 964, 985, 989, 1022, 1686, 1688, 1735, 1736, 1816, 1846, 1852, 1855, 1856, 1862, 1863, 1865, 1866, 1867, 1868, 1872, 1879, 1880, 1883, 1885, 1886, 1890, 1892, 1893, 1894, 1896, 1899, 1900, 1901, 1904, 1905, 1907, 1908, 1909, 1910, 1911], "polici": 0, "114": 0, "rpath": 0, "triqsconfig": [0, 1880], "docker": 0, "imag": [0, 250, 558, 582, 589, 590, 1861, 1863, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1907, 1908, 1909, 1910, 1917, 1918, 1920], "openblas_num_thread": [0, 1865], "mkl_num_thread": [0, 1865], "oneapi": 0, "2024": 0, "consist": [0, 4, 16, 132, 245, 246, 502, 503, 1872, 1882, 1886, 1890, 1892, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1914, 1916, 1919, 1921, 1922, 1923], "openbla": [0, 1865, 1867], "over": [0, 200, 466, 475, 486, 491, 494, 495, 508, 515, 527, 541, 547, 549, 553, 561, 565, 566, 568, 574, 580, 581, 593, 1793, 1828, 1842, 1871, 1875, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "liblapack": 0, "dockerfil": 0, "jenkinsfil": 0, "more": [0, 8, 9, 471, 490, 491, 502, 506, 509, 513, 516, 519, 520, 526, 527, 530, 534, 535, 537, 538, 542, 553, 561, 578, 580, 582, 589, 590, 591, 1857, 1861, 1862, 1863, 1864, 1867, 1868, 1872, 1874, 1875, 1879, 1885, 1886, 1887, 1890, 1891, 1896, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1912, 1916, 1917, 1921], "For": [0, 4, 358, 359, 367, 452, 459, 500, 502, 503, 508, 509, 516, 517, 518, 520, 521, 524, 525, 527, 530, 533, 534, 542, 551, 553, 554, 555, 556, 557, 558, 561, 574, 579, 580, 581, 582, 593, 595, 674, 713, 752, 791, 830, 907, 945, 1089, 1103, 1117, 1861, 1862, 1863, 1868, 1869, 1870, 1871, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "mode": [0, 553, 557, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1740, 1741, 1753, 1863, 1866, 1918], "sure": [0, 8, 122, 127, 1845, 1861, 1863, 1867, 1868, 1870, 1871, 1886, 1890, 1916, 1921], "run": [0, 7, 8, 339, 416, 417, 420, 429, 432, 440, 441, 444, 527, 577, 580, 591, 1676, 1819, 1845, 1850, 1857, 1862, 1863, 1865, 1867, 1868, 1871, 1872, 1879, 1884, 1888, 1892, 1894, 1895, 1897, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1917, 1918, 1919, 1921, 1923], "suffici": [0, 1863, 1896, 1900, 1914, 1919], "share": [0, 4, 1862, 1863], "arg": [0, 364, 500, 503, 554, 555, 556, 557, 558, 561, 599, 602, 623, 680, 681, 682, 683, 684, 685, 691, 692, 696, 697, 698, 699, 700, 701, 702, 703, 707, 708, 719, 720, 721, 722, 723, 724, 730, 731, 735, 736, 737, 738, 739, 740, 741, 742, 746, 747, 758, 759, 760, 761, 762, 763, 769, 770, 774, 775, 776, 777, 778, 779, 780, 781, 785, 786, 797, 798, 799, 800, 801, 802, 808, 809, 813, 814, 815, 816, 817, 818, 819, 820, 824, 825, 836, 837, 838, 839, 840, 841, 847, 848, 852, 853, 854, 855, 856, 857, 858, 859, 863, 864, 872, 889, 892, 902, 911, 912, 928, 929, 950, 951, 958, 959, 960, 961, 962, 963, 969, 970, 974, 975, 976, 977, 978, 979, 980, 981, 985, 986, 1024, 1025, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 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, 1589, 1591, 1593, 1595, 1597, 1599, 1601, 1603, 1612, 1620, 1625, 1644, 1646, 1661, 1662, 1685, 1748, 1756, 1845, 1854, 1898, 1899, 1900, 1916, 1920, 1921], "ncore": [0, 1863], "dockerbuild": 0, "builduid": 0, "configur": [0, 427, 440, 441, 459, 578, 580, 591, 1863, 1864, 1871, 1878, 1880, 1886, 1890], "error": [0, 9, 115, 118, 119, 211, 236, 264, 265, 458, 459, 465, 466, 471, 490, 491, 493, 494, 497, 509, 512, 516, 551, 574, 585, 590, 595, 1724, 1851, 1864, 1870, 1886, 1890, 1902, 1908], "recommend": [0, 553, 561, 595, 1861, 1862, 1863, 1864, 1867, 1872, 1883, 1886, 1890, 1894, 1903, 1908], "virtualenv": 0, "synchron": [0, 118, 1819], "three": [0, 469, 490, 491, 509, 567, 573, 577, 580, 582, 583, 585, 1611, 1640, 1647, 1648, 1660, 1663, 1664, 1679, 1681, 1708, 1872, 1923], "symmetri": [0, 181, 264, 310, 525, 531, 535, 554, 561, 573, 1896, 1900, 1903, 1908, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "initi": [0, 163, 165, 166, 167, 168, 180, 326, 327, 364, 440, 441, 461, 529, 535, 551, 553, 556, 560, 563, 564, 571, 577, 578, 603, 604, 605, 606, 624, 625, 626, 627, 916, 1224, 1229, 1679, 1769, 1771, 1778, 1781, 1791, 1846, 1852, 1862, 1874, 1875, 1897, 1901, 1902, 1905, 1907, 1908, 1910, 1916, 1920, 1921], "overload": [0, 9, 21, 24, 32, 36, 40, 65, 68, 78, 81, 102, 106, 261, 499, 500, 503, 512, 513, 517, 518, 526, 527, 534, 581, 597], "wrap": [0, 9, 122, 124, 127, 500, 501, 503, 504, 995, 1005, 1233, 1864, 1877, 1886, 1890], "evalu": [0, 9, 227, 512, 513, 517, 518, 519, 520, 523, 527, 531, 535, 542, 550, 553, 572, 597, 697, 698, 736, 737, 775, 776, 814, 815, 853, 854, 975, 976, 1015, 1016, 1033, 1089, 1103, 1117, 1626, 1628, 1644, 1646, 1661, 1662, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1912, 1913, 1916, 1917, 1918, 1921], "concept": [0, 9, 261, 278, 375, 418, 420, 445, 520, 521, 523, 528, 529, 532, 537, 538, 543, 545, 552, 575, 580], "rais": [0, 508, 1713, 1714, 1715, 1846, 1851, 1857], "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, 563, 1226], "u": [0, 4, 6, 9, 39, 105, 471, 506, 507, 508, 509, 510, 512, 524, 525, 553, 563, 565, 570, 578, 581, 584, 585, 589, 1064, 1226, 1697, 1698, 1702, 1704, 1707, 1713, 1714, 1722, 1723, 1724, 1871, 1873, 1877, 1882, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1910, 1914, 1916, 1919, 1921], "r": [0, 19, 20, 25, 32, 34, 35, 41, 47, 63, 64, 69, 71, 77, 82, 83, 90, 95, 101, 107, 114, 116, 158, 445, 448, 508, 516, 523, 531, 551, 553, 563, 572, 573, 574, 589, 590, 592, 597, 686, 725, 764, 803, 842, 964, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1226, 1604, 1624, 1641, 1642, 1645, 1741, 1862, 1871, 1876, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1897, 1899, 1900, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1919, 1920, 1921], "strand": [0, 3, 563, 1226], "jie": 0, "xiong": 0, "interfac": [0, 9, 435, 436, 498, 506, 508, 509, 510, 553, 561, 582, 588, 1659, 1679, 1862, 1869, 1872, 1881, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1900], "summar": [0, 1871, 1886, 1890, 1895], "adjust": [0, 556, 569, 589, 659, 669, 681, 720, 759, 798, 837, 959, 1007, 1871, 1902, 1916, 1920, 1921, 1923], "conveni": [0, 508, 533, 542, 551, 582, 589, 1871, 1896, 1900, 1903, 1908], "have": [0, 4, 6, 7, 8, 191, 194, 195, 196, 197, 228, 272, 284, 296, 411, 412, 461, 469, 490, 491, 493, 494, 506, 508, 509, 516, 517, 519, 520, 524, 525, 527, 532, 533, 534, 537, 541, 545, 551, 553, 561, 577, 578, 579, 580, 582, 585, 586, 587, 588, 589, 590, 591, 593, 873, 890, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862, 1863, 1864, 1865, 1869, 1871, 1872, 1873, 1875, 1876, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "you": [0, 3, 4, 6, 7, 8, 506, 518, 519, 525, 553, 561, 564, 575, 578, 579, 580, 591, 592, 1851, 1854, 1861, 1862, 1863, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1875, 1877, 1878, 1879, 1881, 1883, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "can": [0, 3, 4, 6, 7, 8, 11, 207, 261, 278, 335, 375, 388, 459, 461, 468, 470, 471, 500, 501, 503, 506, 507, 508, 509, 510, 512, 516, 517, 518, 520, 522, 525, 526, 527, 529, 531, 532, 534, 537, 538, 539, 541, 543, 545, 547, 549, 551, 553, 557, 560, 561, 564, 569, 570, 571, 574, 575, 577, 578, 579, 580, 581, 582, 583, 585, 589, 590, 591, 592, 593, 595, 596, 597, 659, 660, 663, 669, 675, 714, 753, 792, 831, 870, 945, 1033, 1089, 1103, 1117, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1645, 1677, 1698, 1767, 1773, 1775, 1816, 1851, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1875, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "download": [0, 1869, 1871, 1887, 1891], "top": [0, 8, 139, 282, 294, 590, 1639, 1659, 1863, 1871, 1886, 1887, 1890, 1891, 1902], "level": [0, 423, 459, 509, 510, 580, 589, 1791, 1813, 1862, 1871, 1872, 1875, 1886, 1890, 1891, 1893, 1896, 1900, 1902, 1912, 1917], "your": [0, 4, 6, 7, 575, 579, 591, 1861, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1870, 1872, 1877, 1879, 1880, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1902, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "repositori": [0, 1863, 1871, 1872], "previous": [0, 443, 451, 1887, 1891, 1893], "gfindic": 0, "domain": [0, 269, 281, 293, 515, 528, 529, 531, 534, 549, 552, 660, 929, 932, 935, 1896, 1900, 1916, 1921], "directli": [0, 4, 6, 490, 491, 500, 503, 533, 551, 583, 945, 1698, 1862, 1863, 1879, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1903, 1905, 1908, 1910, 1912, 1913, 1917, 1918], "paramet": [0, 9, 463, 500, 503, 507, 508, 509, 511, 527, 528, 529, 530, 537, 538, 539, 543, 545, 552, 561, 563, 565, 567, 569, 570, 572, 574, 577, 580, 581, 583, 585, 586, 587, 589, 591, 597, 601, 622, 656, 660, 663, 666, 669, 670, 680, 686, 710, 719, 725, 749, 758, 764, 788, 797, 803, 827, 836, 842, 866, 917, 927, 929, 932, 935, 940, 942, 945, 952, 958, 964, 988, 1040, 1054, 1089, 1103, 1117, 1131, 1147, 1158, 1198, 1200, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1223, 1224, 1225, 1226, 1228, 1229, 1230, 1232, 1611, 1619, 1624, 1635, 1639, 1640, 1647, 1648, 1660, 1663, 1664, 1672, 1675, 1676, 1677, 1679, 1680, 1681, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1753, 1760, 1763, 1764, 1776, 1791, 1874, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910], "alwai": [0, 459, 467, 469, 517, 553, 580, 1845, 1851, 1867, 1886, 1890, 1893, 1915, 1920], "return": [0, 8, 9, 84, 115, 170, 187, 188, 189, 209, 214, 215, 216, 217, 224, 225, 234, 242, 243, 244, 245, 246, 247, 248, 249, 261, 278, 302, 307, 321, 329, 364, 437, 443, 445, 455, 456, 457, 459, 500, 502, 503, 507, 508, 510, 511, 512, 516, 518, 519, 520, 523, 527, 529, 534, 537, 538, 543, 544, 545, 549, 551, 553, 554, 555, 556, 557, 558, 561, 563, 565, 566, 567, 569, 570, 571, 573, 574, 577, 580, 582, 583, 584, 585, 586, 587, 590, 595, 597, 599, 603, 605, 608, 620, 621, 624, 626, 629, 641, 642, 663, 676, 677, 680, 689, 708, 709, 710, 715, 716, 719, 728, 747, 748, 749, 754, 755, 758, 767, 786, 787, 788, 793, 794, 797, 806, 825, 826, 827, 832, 833, 836, 845, 864, 865, 866, 870, 872, 874, 881, 888, 889, 891, 892, 895, 903, 904, 945, 949, 954, 955, 958, 967, 986, 987, 988, 1027, 1028, 1033, 1198, 1200, 1214, 1216, 1217, 1218, 1222, 1223, 1224, 1226, 1227, 1228, 1229, 1230, 1231, 1616, 1617, 1641, 1647, 1648, 1663, 1664, 1672, 1675, 1676, 1677, 1679, 1680, 1681, 1686, 1688, 1691, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1744, 1753, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1768, 1770, 1774, 1777, 1781, 1791, 1793, 1828, 1842, 1847, 1849, 1850, 1851, 1868, 1873, 1874, 1875, 1894, 1899, 1901, 1907, 1915, 1916, 1920, 1921], "tick": [0, 1679, 1918, 1919], "third": [0, 563, 580, 1225, 1867, 1895], "argument": [0, 9, 129, 345, 364, 365, 370, 380, 391, 500, 502, 503, 509, 513, 515, 516, 518, 523, 534, 541, 551, 563, 571, 579, 580, 582, 583, 590, 597, 885, 952, 1227, 1701, 1768, 1774, 1781, 1793, 1845, 1851, 1854, 1886, 1890, 1894, 1895, 1896, 1900, 1902, 1916, 1921], "member": [0, 500, 524, 528, 546, 552, 560, 562, 565, 566, 580, 581, 1886, 1890, 1894, 1901, 1902, 1907, 1913, 1918], "block2gf": [0, 307, 329], "extract_mesh": 0, "get_mesh": [0, 250], "hamiltonian": [0, 9, 163, 164, 169, 179, 181, 187, 191, 194, 195, 196, 197, 367, 368, 371, 498, 510, 565, 572, 580, 582, 583, 599, 601, 616, 622, 637, 1624, 1659, 1676, 1677, 1698, 1713, 1714, 1715, 1882, 1887, 1889, 1891, 1892, 1893, 1898, 1902, 1904, 1905, 1908, 1909, 1910, 1912, 1917], "factori": [0, 581], "now": [0, 7, 8, 469, 510, 524, 527, 529, 553, 577, 579, 580, 1867, 1871, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1900, 1901, 1905, 1907, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "take": [0, 3, 4, 7, 307, 321, 329, 365, 370, 380, 391, 459, 490, 491, 509, 525, 531, 537, 538, 539, 543, 545, 551, 555, 557, 558, 568, 570, 575, 578, 580, 582, 583, 586, 590, 591, 709, 748, 787, 826, 865, 870, 987, 1214, 1639, 1677, 1698, 1701, 1702, 1705, 1707, 1727, 1728, 1729, 1791, 1861, 1873, 1882, 1886, 1889, 1890, 1893, 1895, 1901, 1902, 1904, 1907, 1908, 1909, 1913, 1915, 1918, 1920], "n_orb": [0, 510, 573, 583, 585, 586, 587, 1697, 1720, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1886, 1888, 1889, 1890, 1892, 1893, 1908], "orb_nam": [0, 510, 585, 586, 1720, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1733], "brzone": [0, 1072, 1073, 1074, 1076], "cyclat": [0, 1084, 1085, 1086, 1088], "dim": [0, 583, 710, 749, 788, 827, 866, 988, 1064, 1077, 1706, 1767, 1769, 1828, 1842, 1886, 1890, 1892, 1893], "period": [0, 538, 550, 577, 1064, 1077, 1648, 1664], "matrix": [0, 9, 166, 168, 180, 181, 185, 186, 191, 192, 193, 200, 201, 202, 207, 208, 224, 225, 233, 239, 245, 246, 248, 262, 368, 371, 373, 510, 512, 519, 522, 523, 524, 525, 527, 531, 535, 537, 538, 539, 543, 545, 552, 554, 555, 556, 557, 558, 559, 561, 563, 567, 570, 571, 572, 573, 581, 582, 584, 585, 586, 604, 606, 625, 627, 644, 680, 686, 689, 709, 719, 725, 728, 748, 758, 764, 767, 787, 797, 803, 806, 826, 836, 842, 845, 865, 958, 964, 967, 987, 1006, 1064, 1075, 1087, 1226, 1228, 1604, 1611, 1618, 1623, 1624, 1628, 1646, 1662, 1697, 1698, 1699, 1702, 1704, 1705, 1706, 1707, 1709, 1713, 1714, 1722, 1723, 1724, 1727, 1728, 1729, 1767, 1773, 1873, 1874, 1875, 1886, 1890, 1899, 1903, 1908, 1912, 1917], "u_matrix": [0, 583, 585, 1724], "u_matrix_slat": [0, 583], "symbol": [0, 583, 1708, 1883, 1894, 1895], "print": [0, 450, 464, 510, 520, 561, 565, 573, 580, 582, 592, 1791, 1826, 1863, 1865, 1876, 1882, 1886, 1889, 1890, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1908, 1909, 1912, 1916, 1917, 1920, 1921], "sympi": [0, 1883], "express": [0, 9, 261, 272, 278, 284, 296, 378, 389, 498, 512, 515, 519, 520, 527, 528, 552, 559, 560, 561, 563, 582, 597, 928, 931, 934, 1027, 1028, 1032, 1037, 1227, 1864, 1871, 1883, 1896, 1898, 1900, 1905, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "898": 0, "invers": [0, 4, 191, 192, 193, 194, 195, 196, 197, 224, 225, 250, 332, 333, 510, 523, 524, 525, 530, 553, 557, 560, 561, 563, 577, 580, 589, 590, 887, 896, 945, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1657, 1861, 1873, 1874, 1875, 1876, 1882, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1910, 1912, 1914, 1916, 1917, 1919, 1921], "lazi": [0, 9, 11, 255, 261, 270, 278, 302, 327, 498, 509, 514, 517, 518, 520, 529, 552, 559, 563, 597, 928, 931, 934, 1227], "complex_t": 0, "optim": [0, 361, 526, 530, 563, 945, 1224, 1863, 1864, 1886, 1890, 1892, 1896, 1900, 1915, 1916, 1920, 1921], "interpolate_on_seg": 0, "onli": [0, 3, 7, 233, 270, 361, 362, 364, 367, 369, 373, 375, 459, 461, 463, 466, 473, 476, 483, 491, 500, 501, 503, 508, 510, 517, 519, 520, 521, 523, 524, 530, 533, 534, 541, 546, 549, 560, 563, 566, 569, 570, 571, 578, 580, 582, 583, 586, 590, 663, 680, 686, 708, 709, 719, 725, 747, 748, 758, 764, 786, 787, 797, 803, 825, 826, 836, 842, 864, 865, 875, 880, 885, 893, 898, 900, 926, 939, 945, 958, 964, 986, 987, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1226, 1645, 1697, 1727, 1728, 1729, 1758, 1768, 1774, 1791, 1846, 1847, 1852, 1865, 1869, 1873, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1901, 1902, 1907, 1908, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "boundari": [0, 473, 480, 1639, 1759], "free": [0, 7, 118, 122, 127, 375, 516, 527, 528, 551, 553, 562, 566, 568, 569, 580, 581, 658, 662, 1862, 1885, 1886, 1887, 1890, 1891, 1916, 1921], "is_op_hermitian": 0, "hermit": [0, 551, 563, 1003, 1226], "c2py": 0, "oplotr": 0, "oploti": 0, "477": 0, "obsolet": 0, "serial": [0, 553, 561, 581, 1863, 1870, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "global": [0, 1865], "count": [0, 473, 474, 501, 509, 1755, 1757, 1886, 1889, 1890, 1892, 1893], "accumul": [0, 416, 425, 438, 441, 458, 473, 474, 484, 486, 490, 491, 574, 577, 580, 593, 595, 901, 1757, 1761, 1902, 1909], "gfinterpol": 0, "closestmeshpoint": 0, "easybuild": [0, 5], "sha256": 0, "tarbal": 0, "cleanup": [0, 1867], "regener": 0, "gpl": [0, 3, 1862], "copyright": 0, "header": [0, 7, 9, 503, 504, 517, 579, 580, 596, 1865, 1869, 1878, 1880, 1920], "gcc": [0, 595, 596, 1864, 1869, 1870], "clang": [0, 504, 595, 1863, 1867, 1869, 1870], "format": [0, 3, 9, 473, 479, 498, 507, 508, 553, 554, 555, 556, 557, 558, 561, 563, 569, 590, 663, 1230, 1232, 1869, 1886, 1890, 1896, 1900, 1905, 1910], "gf_sym_grp": 0, "parallel": [0, 508, 574, 583, 1697, 1704, 1863, 1869, 1886, 1890, 1899, 1912, 1917], "valid": [0, 483, 521, 524, 534, 547, 582, 584, 586, 590, 597, 1727, 1728, 1729, 1874, 1916, 1921], "meshproduct": [0, 1886, 1890, 1892, 1899, 1912, 1917], "combin": [0, 560, 599, 601, 622, 926, 939, 1883, 1886, 1890, 1892, 1896, 1898, 1900, 1913, 1915, 1918, 1920], "k": [0, 310, 324, 508, 530, 541, 569, 571, 572, 573, 583, 585, 597, 1064, 1198, 1200, 1626, 1628, 1644, 1646, 1661, 1662, 1672, 1677, 1679, 1698, 1699, 1714, 1724, 1767, 1770, 1771, 1773, 1775, 1776, 1777, 1778, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "iw": [0, 547, 553, 563, 1003, 1004, 1191, 1223, 1232, 1896, 1899, 1900], "etc": [0, 4, 8, 9, 494, 495, 498, 506, 522, 591, 596, 1645, 1863, 1886, 1890, 1894, 1895, 1896, 1899, 1900], "idx": [0, 553, 1896, 1900, 1916, 1920, 1921], "tau": [0, 195, 262, 310, 321, 324, 331, 459, 497, 523, 525, 530, 538, 549, 555, 563, 586, 593, 710, 749, 788, 827, 866, 988, 1004, 1089, 1117, 1224, 1228, 1732, 1886, 1888, 1890, 1892, 1896, 1900, 1901, 1907, 1913, 1915, 1918, 1920], "legendr": [0, 193, 510, 527, 528, 531, 546, 552, 553, 554, 555, 559, 563, 571, 646, 680, 681, 700, 701, 702, 708, 719, 720, 739, 740, 741, 747, 758, 759, 778, 779, 780, 786, 797, 798, 817, 818, 819, 825, 836, 837, 856, 857, 858, 864, 931, 932, 934, 958, 959, 978, 979, 980, 986, 1007, 1018, 1019, 1020, 1158, 1165, 1166, 1226, 1767, 1773], "gf_view": [0, 250, 265, 270, 282, 290, 326, 528, 531, 533, 534, 535, 544, 547, 553, 554, 555, 556, 557, 558, 561, 681, 682, 684, 696, 697, 698, 699, 700, 701, 702, 703, 707, 720, 721, 723, 735, 736, 737, 738, 739, 740, 741, 742, 746, 759, 760, 762, 774, 775, 776, 777, 778, 779, 780, 781, 785, 798, 799, 801, 813, 814, 815, 816, 817, 818, 819, 820, 824, 837, 838, 840, 852, 853, 854, 855, 856, 857, 858, 859, 863, 959, 960, 962, 974, 975, 976, 977, 978, 979, 980, 981, 985, 1000, 1003, 1004, 1006, 1007, 1008, 1010, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022], "make_gf_from_fouri": [0, 250, 529, 1896, 1900], "time": [0, 4, 7, 9, 195, 263, 312, 316, 317, 318, 323, 325, 326, 417, 425, 426, 432, 433, 434, 438, 440, 441, 458, 459, 497, 498, 502, 510, 517, 519, 522, 524, 527, 528, 529, 531, 534, 546, 550, 552, 553, 554, 559, 563, 573, 578, 580, 582, 591, 593, 595, 647, 707, 746, 785, 824, 863, 929, 945, 985, 996, 997, 998, 999, 1002, 1022, 1089, 1117, 1147, 1179, 1224, 1226, 1229, 1782, 1793, 1819, 1851, 1862, 1870, 1872, 1883, 1886, 1890, 1895, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1915, 1918, 1920], "transform": [0, 9, 11, 85, 86, 185, 186, 316, 317, 318, 322, 323, 324, 325, 506, 508, 513, 528, 530, 551, 552, 554, 555, 557, 558, 559, 560, 562, 567, 568, 569, 572, 582, 583, 586, 619, 640, 659, 665, 686, 699, 700, 701, 702, 725, 738, 739, 740, 741, 764, 777, 778, 779, 780, 803, 816, 817, 818, 819, 842, 855, 856, 857, 858, 926, 928, 929, 931, 932, 934, 935, 939, 964, 977, 978, 979, 980, 997, 998, 999, 1000, 1001, 1002, 1017, 1018, 1019, 1020, 1613, 1628, 1630, 1646, 1650, 1662, 1666, 1698, 1705, 1709, 1727, 1728, 1729, 1869, 1899, 1902, 1910], "gf_expr": 0, "gf_unary_m_expr": 0, "regular_t": 0, "set_from_pad": [0, 557, 1896, 1900, 1907, 1908, 1913, 1918], "scalar_valu": [0, 529, 531, 537, 538, 539, 541, 542, 543, 544, 545, 551, 554, 555, 557, 558, 691, 692, 699, 700, 701, 702, 703, 707, 730, 731, 738, 739, 740, 741, 742, 746, 769, 770, 777, 778, 779, 780, 781, 785, 808, 809, 816, 817, 818, 819, 820, 824, 847, 848, 855, 856, 857, 858, 859, 863, 969, 970, 977, 978, 979, 980, 981, 985, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1012, 1013, 1017, 1018, 1019, 1020, 1021, 1022, 1875], "tensor_valu": [0, 267, 531, 542, 1875], "memorygf": [0, 333], "index_t": [0, 527, 547, 549, 1072, 1073, 1074, 1084, 1085, 1086, 1098, 1099, 1100, 1112, 1113, 1114, 1126, 1127, 1128, 1143, 1144, 1145, 1154, 1155, 1156, 1165, 1166, 1173, 1174, 1175, 1187, 1188, 1189], "product": [0, 4, 11, 32, 35, 36, 48, 180, 264, 265, 352, 379, 390, 510, 527, 528, 531, 542, 566, 582, 585, 588, 1054, 1721, 1864, 1875, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1899, 1903, 1908, 1913, 1918], "ad": [0, 245, 246, 420, 444, 461, 469, 471, 486, 506, 508, 510, 512, 522, 523, 524, 570, 580, 590, 591, 1791, 1863, 1874, 1882, 1886, 1890, 1894, 1895, 1896, 1898, 1900, 1913, 1916, 1918, 1921], "array_prior": 0, "so": [0, 233, 240, 241, 367, 459, 461, 504, 506, 516, 523, 542, 553, 561, 563, 574, 575, 578, 580, 589, 590, 591, 597, 669, 1226, 1851, 1877, 1879, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "rmul": 0, "prioriti": [0, 518], "ndarrai": [0, 554, 556, 563, 567, 679, 680, 686, 718, 719, 725, 757, 758, 764, 796, 797, 803, 835, 836, 842, 945, 957, 958, 964, 1064, 1077, 1224, 1611, 1639, 1640, 1660, 1679, 1680], "mul": 0, "multipl": [0, 345, 383, 395, 461, 490, 491, 493, 494, 495, 497, 526, 528, 534, 546, 552, 563, 566, 582, 588, 1230, 1640, 1660, 1680, 1852, 1869, 1886, 1890, 1896, 1900, 1905, 1910], "linear": [0, 165, 166, 167, 168, 460, 461, 463, 464, 467, 468, 471, 490, 491, 494, 495, 527, 538, 542, 543, 545, 549, 589, 593, 885, 945, 1070, 1198, 1200, 1647, 1663, 1862, 1886, 1890, 1891, 1894, 1896, 1899, 1900, 1912, 1913, 1914, 1917, 1918, 1919], "interpol": [0, 534, 537, 538, 543, 545, 550, 1200, 1886, 1890, 1899, 1912, 1913, 1917, 1918], "gtau": [0, 561, 1896, 1898, 1900], "store": [0, 99, 339, 368, 371, 373, 375, 459, 464, 490, 491, 506, 507, 508, 510, 517, 518, 525, 528, 530, 531, 536, 553, 554, 560, 561, 569, 582, 591, 593, 597, 655, 916, 1793, 1861, 1879, 1886, 1890, 1896, 1900, 1903, 1904, 1908, 1909, 1913, 1918, 1920], "diagon": [0, 9, 163, 164, 169, 181, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 369, 498, 525, 563, 585, 586, 587, 599, 600, 601, 622, 1223, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1889, 1893, 1896, 1900, 1904, 1909], "implement": [0, 4, 6, 252, 255, 308, 366, 367, 375, 376, 388, 507, 508, 512, 520, 521, 522, 525, 527, 528, 529, 538, 549, 552, 555, 557, 558, 565, 569, 575, 578, 579, 580, 582, 585, 590, 593, 597, 655, 686, 708, 709, 725, 747, 748, 764, 786, 787, 803, 825, 826, 842, 864, 865, 964, 986, 987, 1040, 1635, 1845, 1862, 1882, 1886, 1890, 1896, 1900, 1901, 1907, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "gfimfreq": [0, 552, 553, 555, 556, 557, 559, 561, 563, 564, 570, 589, 590, 1223, 1229, 1232, 1861, 1900], "gfimtim": [0, 552, 553, 559, 563, 564, 696, 774, 813, 852, 974, 1014, 1229, 1900], "yield": [0, 207, 563, 1225, 1896, 1900, 1901, 1902, 1907], "same": [0, 50, 54, 91, 94, 255, 270, 302, 411, 412, 471, 486, 487, 507, 508, 509, 516, 517, 518, 524, 527, 529, 533, 537, 538, 544, 551, 553, 561, 563, 564, 570, 578, 580, 582, 583, 585, 597, 675, 714, 753, 792, 831, 873, 874, 881, 890, 891, 904, 1089, 1103, 1117, 1230, 1702, 1705, 1707, 1722, 1723, 1739, 1740, 1741, 1793, 1851, 1852, 1857, 1877, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1900, 1903, 1904, 1908, 1909, 1912, 1913, 1917, 1918, 1923], "repr": [0, 554, 555, 556, 557, 558, 561, 1896, 1900], "g": [0, 5, 218, 219, 255, 257, 258, 262, 263, 264, 265, 267, 268, 270, 272, 273, 274, 282, 284, 285, 286, 290, 294, 296, 297, 298, 303, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 333, 435, 436, 453, 461, 477, 478, 500, 501, 502, 503, 506, 508, 509, 512, 513, 517, 521, 524, 525, 526, 527, 528, 529, 530, 531, 533, 534, 535, 537, 538, 539, 541, 542, 543, 545, 547, 549, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 570, 571, 573, 580, 585, 586, 587, 588, 589, 590, 591, 595, 669, 676, 677, 682, 683, 684, 685, 686, 689, 691, 692, 696, 697, 698, 707, 709, 715, 716, 721, 722, 723, 724, 725, 728, 730, 731, 735, 736, 737, 746, 748, 754, 755, 760, 761, 762, 763, 764, 767, 769, 770, 774, 775, 776, 785, 787, 793, 794, 799, 800, 801, 802, 803, 806, 808, 809, 813, 814, 815, 824, 826, 832, 833, 838, 839, 840, 841, 842, 845, 847, 848, 852, 853, 854, 863, 865, 870, 885, 902, 911, 912, 918, 919, 926, 928, 929, 931, 932, 934, 935, 939, 945, 954, 955, 960, 961, 962, 963, 964, 967, 969, 970, 974, 975, 976, 985, 987, 1003, 1004, 1006, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1022, 1048, 1204, 1223, 1229, 1230, 1232, 1639, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1745, 1767, 1768, 1773, 1774, 1863, 1865, 1867, 1868, 1869, 1870, 1871, 1876, 1877, 1879, 1880, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1923], "name": [0, 115, 192, 193, 194, 195, 196, 255, 259, 275, 287, 299, 306, 342, 343, 354, 355, 357, 407, 408, 410, 418, 420, 423, 435, 436, 444, 449, 452, 453, 457, 473, 477, 478, 479, 500, 503, 506, 507, 508, 517, 523, 525, 553, 554, 555, 556, 557, 558, 560, 561, 563, 567, 568, 569, 570, 573, 580, 583, 585, 586, 587, 589, 590, 592, 595, 655, 656, 659, 660, 663, 670, 674, 713, 752, 791, 830, 870, 885, 906, 947, 948, 952, 994, 1035, 1062, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1228, 1230, 1607, 1608, 1611, 1616, 1640, 1653, 1660, 1669, 1672, 1673, 1676, 1701, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1750, 1781, 1791, 1813, 1822, 1836, 1845, 1847, 1856, 1871, 1877, 1882, 1885, 1886, 1889, 1890, 1893, 1896, 1897, 1898, 1900, 1902, 1904, 1907, 1908, 1909, 1912, 1917], "correspond": [0, 100, 180, 242, 243, 244, 380, 391, 507, 508, 509, 523, 527, 531, 535, 541, 542, 549, 551, 553, 560, 561, 569, 573, 582, 584, 656, 663, 679, 710, 718, 749, 757, 788, 796, 827, 835, 866, 940, 957, 988, 1863, 1865, 1886, 1890, 1896, 1900, 1901, 1905, 1907, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "beta": [0, 191, 192, 193, 194, 195, 196, 197, 264, 265, 270, 326, 510, 523, 525, 526, 527, 529, 530, 533, 535, 537, 538, 541, 542, 549, 550, 551, 553, 554, 555, 556, 557, 558, 561, 563, 564, 570, 577, 580, 589, 590, 644, 645, 646, 647, 648, 649, 674, 680, 707, 713, 719, 746, 752, 758, 785, 791, 797, 824, 830, 836, 863, 958, 985, 1022, 1040, 1041, 1089, 1103, 1117, 1131, 1147, 1158, 1224, 1228, 1861, 1875, 1876, 1882, 1886, 1890, 1892, 1893, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "statist": [0, 9, 422, 458, 459, 490, 491, 498, 527, 530, 533, 554, 555, 556, 557, 558, 580, 674, 713, 752, 791, 830, 1040, 1041, 1089, 1103, 1117, 1131, 1147, 1158, 1755, 1890, 1896, 1899, 1900, 1902, 1917], "through": [0, 6, 8, 11, 524, 525, 530, 547, 551, 562, 566, 580, 582, 589, 1089, 1103, 1117, 1851, 1862, 1863, 1867, 1872, 1896, 1899, 1900, 1912, 1913, 1916, 1917, 1918, 1921], "meshpoint": [0, 528, 552, 553, 1089, 1103, 1117], "meshwithvalu": 0, "execut": [0, 134, 591, 1863, 1865, 1867, 1871, 1879, 1880, 1894], "index": [0, 15, 16, 17, 21, 63, 117, 165, 166, 167, 168, 170, 172, 180, 183, 189, 192, 193, 194, 195, 196, 336, 337, 339, 344, 345, 346, 348, 352, 353, 362, 370, 372, 380, 382, 391, 394, 400, 402, 404, 405, 406, 411, 412, 413, 481, 509, 527, 541, 542, 549, 553, 554, 555, 556, 557, 558, 565, 566, 573, 582, 583, 584, 585, 587, 604, 606, 608, 625, 627, 629, 869, 1040, 1047, 1048, 1061, 1067, 1072, 1073, 1074, 1084, 1085, 1086, 1089, 1098, 1099, 1100, 1103, 1112, 1113, 1114, 1117, 1126, 1127, 1128, 1143, 1144, 1145, 1154, 1155, 1156, 1165, 1166, 1173, 1174, 1175, 1187, 1188, 1189, 1216, 1635, 1636, 1657, 1697, 1698, 1702, 1704, 1707, 1709, 1712, 1713, 1714, 1715, 1724, 1735, 1760, 1886, 1890, 1896, 1898, 1900, 1902, 1912, 1917], "modulo": 0, "out": [0, 277, 289, 301, 332, 520, 533, 563, 1232, 1760, 1763, 1764, 1851, 1886, 1890, 1896, 1900, 1901, 1907], "mesh_hash": [0, 1047, 1048], "default": [0, 15, 25, 41, 43, 49, 59, 69, 73, 82, 85, 88, 97, 107, 122, 127, 192, 193, 195, 196, 264, 265, 310, 312, 326, 327, 438, 475, 500, 503, 509, 531, 533, 537, 538, 539, 543, 545, 551, 561, 563, 567, 570, 571, 580, 582, 583, 590, 596, 645, 646, 647, 648, 670, 885, 945, 950, 1089, 1103, 1117, 1131, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1229, 1611, 1676, 1677, 1679, 1692, 1697, 1753, 1769, 1775, 1776, 1791, 1819, 1845, 1846, 1864, 1867, 1868, 1871, 1873, 1896, 1900, 1903, 1908], "construct": [0, 9, 15, 21, 35, 92, 101, 102, 121, 122, 127, 128, 139, 169, 175, 179, 192, 193, 195, 196, 255, 339, 351, 352, 361, 362, 378, 389, 402, 438, 452, 475, 500, 507, 508, 510, 518, 529, 531, 533, 535, 536, 554, 555, 556, 557, 558, 561, 563, 569, 570, 571, 573, 577, 578, 579, 581, 585, 589, 592, 593, 610, 616, 631, 637, 659, 660, 669, 674, 713, 752, 791, 830, 885, 1064, 1224, 1230, 1695, 1769, 1771, 1775, 1778, 1845, 1874, 1878, 1882, 1886, 1890, 1892, 1896, 1898, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1917, 1918], "zero": [0, 15, 21, 326, 351, 362, 461, 466, 467, 469, 561, 563, 566, 570, 573, 582, 1229, 1686, 1688, 1712, 1782, 1890, 1896, 1900, 1903, 1908, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "accessor": [0, 552, 559, 582], "micro": 0, "closest_mesh_pt": 0, "cluster_mesh": 0, "pass": [0, 119, 364, 461, 467, 469, 471, 490, 491, 508, 509, 510, 551, 579, 585, 590, 597, 1214, 1679, 1724, 1753, 1854, 1862, 1863, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1901, 1902, 1903, 1908, 1915], "window": [0, 196, 510, 549, 557, 558, 560, 589, 590, 683, 685, 710, 722, 724, 749, 761, 763, 788, 800, 802, 827, 839, 841, 866, 961, 963, 988, 1009, 1011, 1167, 1179, 1886, 1889, 1890, 1892, 1893, 1896, 1897, 1900, 1907, 1908], "pair": [0, 12, 146, 148, 180, 192, 193, 194, 195, 196, 264, 265, 339, 373, 480, 493, 494, 509, 551, 566, 584, 585, 645, 646, 647, 648, 682, 683, 684, 685, 721, 722, 723, 724, 760, 761, 762, 763, 799, 800, 801, 802, 838, 839, 840, 841, 885, 960, 961, 962, 963, 1008, 1009, 1010, 1011, 1167, 1179, 1632, 1633, 1679, 1723, 1759, 1896, 1900, 1904, 1909, 1913, 1914, 1918, 1919], "float": [0, 507, 509, 554, 556, 557, 563, 567, 570, 583, 585, 592, 612, 633, 644, 645, 646, 647, 648, 649, 650, 651, 680, 691, 692, 703, 708, 719, 730, 731, 742, 747, 758, 769, 770, 781, 786, 797, 808, 809, 820, 825, 836, 847, 848, 859, 864, 945, 958, 969, 970, 981, 986, 996, 1012, 1013, 1021, 1089, 1103, 1117, 1131, 1141, 1147, 1158, 1167, 1179, 1224, 1228, 1611, 1640, 1660, 1677, 1679, 1681, 1692, 1697, 1698, 1702, 1704, 1707, 1709, 1713, 1714, 1715, 1725, 1753, 1760, 1819, 1851, 1871, 1896, 1899, 1900, 1918], "refreq": [0, 196, 528, 529, 531, 546, 552, 557, 648, 703, 742, 781, 820, 859, 981, 1021, 1173, 1174, 1175, 1176], "meshrefreq": [0, 554, 556, 557, 680, 719, 758, 791, 797, 836, 958, 1896, 1897, 1900, 1907, 1913, 1918], "n_l": [0, 193, 510, 646, 1905, 1910], "n_k": [0, 1064, 1647, 1663, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1912, 1916, 1917, 1921], "n_pt": [0, 569, 573, 659, 660, 1200], "ostream": [0, 49, 58, 277, 289, 301, 487, 520, 597], "retim": [0, 528, 529, 531, 541, 542, 546, 552, 1187, 1188, 1189, 1190, 1875], "t_min": [0, 1179], "t_max": [0, 1179], "omega_min": [0, 1886, 1890, 1892], "meshdlr": [0, 1103, 1117], "meshdlrimtim": [0, 1089, 1896, 1900], "meshdlrimfreq": [0, 1089, 1206, 1896, 1900], "plot": [0, 5, 9, 498, 552, 554, 555, 556, 557, 558, 559, 564, 568, 569, 573, 589, 592, 655, 669, 674, 713, 752, 791, 830, 952, 1679, 1869, 1883, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "protocol": [0, 9, 498, 508, 569, 655, 1199, 1202, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1739, 1753], "descriptor": [0, 508, 553, 557, 559, 590, 1877, 1886, 1888, 1889, 1890, 1892, 1893], "flatironinstitut": [0, 1863, 1887, 1891], "cppdlr": [0, 1862], "superlattic": [0, 1639, 1641, 1645], "after": [0, 30, 417, 427, 438, 439, 440, 441, 500, 503, 523, 536, 578, 579, 580, 582, 1848, 1850, 1851, 1862, 1863, 1867, 1871, 1872, 1874, 1879, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1898, 1902, 1903, 1907, 1908], "latticepoint": 0, "bravais_lattic": [0, 573, 1082], "point_t": [0, 527, 534], "euclidean": 0, "distanc": [0, 11, 1218, 1679], "fals": [0, 109, 130, 131, 133, 147, 148, 149, 156, 157, 158, 159, 263, 327, 334, 356, 358, 359, 369, 409, 411, 412, 418, 423, 483, 488, 499, 500, 503, 508, 510, 533, 561, 563, 565, 577, 582, 583, 585, 595, 625, 627, 643, 644, 652, 710, 749, 788, 827, 866, 870, 885, 897, 901, 988, 996, 1089, 1103, 1117, 1214, 1217, 1220, 1224, 1639, 1640, 1645, 1676, 1677, 1697, 1711, 1713, 1714, 1715, 1724, 1846, 1886, 1890, 1893, 1899, 1900, 1910, 1912, 1916, 1917, 1921], "posit": [0, 264, 265, 321, 326, 328, 348, 473, 481, 549, 551, 567, 1131, 1139, 1611, 1617, 1639, 1640, 1642, 1643, 1654, 1660, 1670, 1760, 1874, 1913, 1915, 1918, 1920], "complete_refil": 0, "address": [0, 580, 593, 1862], "868": 0, "ksi": [0, 523], "should": [0, 3, 6, 8, 130, 131, 147, 148, 149, 156, 157, 158, 159, 368, 373, 378, 389, 459, 461, 471, 503, 506, 508, 524, 525, 527, 535, 551, 563, 574, 577, 578, 580, 582, 583, 585, 586, 591, 1223, 1224, 1698, 1722, 1723, 1724, 1727, 1728, 1729, 1845, 1851, 1861, 1863, 1864, 1865, 1867, 1868, 1871, 1872, 1877, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1898, 1901, 1903, 1907, 1908, 1915, 1916, 1920, 1921], "current": [0, 3, 16, 45, 51, 52, 208, 239, 245, 246, 427, 428, 430, 461, 463, 467, 469, 506, 509, 522, 523, 525, 531, 580, 591, 686, 725, 764, 803, 842, 964, 1851, 1864, 1865, 1872, 1886, 1888, 1890, 1892, 1896, 1900], "insert": [0, 202, 245, 246, 335, 346, 473, 487, 510, 523, 565, 582, 1874, 1890, 1902, 1909, 1914, 1919], "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, 336, 337, 338, 341, 492, 493, 494, 495, 500, 508, 527, 549, 552, 559, 565, 566, 581, 871, 886, 1781, 1871, 1882, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1903, 1904, 1908, 1909], "rank": [0, 12, 109, 113, 114, 118, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 280, 292, 305, 310, 324, 482, 483, 494, 495, 509, 529, 531, 551, 554, 555, 556, 557, 558, 563, 577, 580, 674, 705, 713, 744, 752, 783, 791, 822, 830, 861, 885, 952, 983, 1089, 1103, 1117, 1230, 1819, 1863, 1865, 1886, 1890, 1900, 1902, 1909, 1914, 1919], "swap_row": [0, 202], "swap_coli": 0, "higher": [0, 4, 509, 542, 1869, 1886, 1890], "review": [0, 8, 1862, 1871, 1907, 1915, 1920], "pr": 0, "report": [0, 6, 139, 422, 1781, 1853], "measur": [0, 417, 418, 419, 421, 422, 437, 438, 441, 459, 461, 463, 471, 497, 581, 593, 1214, 1886, 1888, 1889, 1890, 1892, 1893, 1902, 1903, 1905, 1908, 1909, 1910], "eta": [0, 557, 570, 665, 1886, 1887, 1889, 1890, 1891, 1893, 1896, 1900, 1902, 1909], "statu": [0, 1819], "messag": [0, 8, 115, 212, 237, 595, 1862, 1864, 1870, 1871], "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, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 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, 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, 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, 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, 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, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 503, 504, 509, 510, 512, 516, 517, 518, 519, 520, 521, 523, 526, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 577, 579, 580, 584, 595, 596, 597, 1873, 1874, 1875, 1876, 1877, 1880, 1923], "its": [0, 3, 46, 51, 52, 97, 364, 373, 444, 452, 502, 506, 510, 517, 518, 524, 527, 528, 530, 531, 534, 535, 549, 553, 560, 561, 563, 566, 573, 580, 581, 582, 585, 597, 885, 1003, 1004, 1227, 1641, 1642, 1725, 1862, 1863, 1864, 1867, 1872, 1877, 1878, 1885, 1886, 1887, 1890, 1891, 1895, 1896, 1899, 1900, 1902, 1903, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "templat": [0, 6, 9, 11, 27, 110, 111, 112, 163, 198, 199, 200, 202, 247, 251, 252, 255, 263, 268, 309, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 327, 328, 330, 331, 332, 333, 339, 345, 376, 416, 418, 419, 442, 444, 455, 459, 511, 512, 517, 520, 523, 528, 532, 533, 537, 538, 539, 543, 545, 552, 565, 580, 581, 584, 597, 1869], "neg": [0, 417, 438, 441, 549, 551, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1853], "n_cycl": [0, 438, 577, 578, 579, 580, 1882, 1902, 1904, 1905, 1908, 1909, 1910], "until": [0, 417, 438, 440, 441, 463, 570, 578, 1791, 1850, 1851, 1901, 1902, 1907], "callback": [0, 417, 438, 440, 441, 577, 580], "signal": [0, 417, 438, 440, 441, 500, 503], "stop": [0, 417, 438, 440, 441, 580, 1791, 1867], "679": 0, "dure": [0, 459, 500, 503, 506, 508, 516, 578, 593, 1819, 1863, 1871, 1886, 1890, 1903, 1908], "poll": [0, 120], "barrier": [0, 118], "reduc": [0, 148, 149, 157, 158, 159, 169, 261, 270, 278, 302, 327, 422, 466, 473, 483, 491, 494, 495, 507, 509, 553, 561, 577, 580, 583, 590, 597, 1677, 1704, 1887, 1891, 1902, 1908], "cpu": [0, 1819, 1863], "845": 0, "crai": 0, "mpich": 0, "layer": [0, 4, 306, 588, 591, 1739, 1862, 1886, 1890], "unrecogn": 0, "mpi_init": [0, 128, 133], "force_mpi_init": 0, "envvar": 0, "util": [0, 9, 498, 510, 553, 561, 577, 580, 582, 583, 584, 585, 586, 587, 595, 596, 597, 1863, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1905, 1910, 1918], "all_reduc": [0, 1892], "name_block_gener": [0, 561, 885, 1900], "620": 0, "callproxynon": 0, "throw": [0, 181, 206, 211, 236, 423, 486, 512, 595, 1875], "except": [0, 2, 9, 198, 199, 423, 498, 501, 508, 509, 517, 523, 1713, 1714, 1715, 1851, 1875, 1889, 1893], "846": 0, "assert": [0, 1899], "dimens": [0, 177, 183, 184, 266, 267, 358, 359, 387, 399, 461, 506, 509, 530, 542, 554, 555, 556, 557, 558, 567, 569, 573, 583, 611, 613, 614, 632, 634, 635, 674, 713, 752, 791, 830, 870, 952, 1064, 1070, 1077, 1081, 1615, 1622, 1639, 1647, 1648, 1652, 1656, 1663, 1664, 1668, 1671, 1672, 1706, 1769, 1890, 1896, 1899, 1900, 1912, 1914, 1916, 1917, 1919, 1921], "sigma": [0, 553, 561, 570, 571, 580, 583, 585, 586, 593, 665, 1697, 1698, 1709, 1722, 1723, 1724, 1729, 1730, 1732, 1767, 1768, 1773, 1774, 1882, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1916, 1921], "match": [0, 553, 1863, 1871, 1886, 1890], "hop": [0, 510, 563, 565, 568, 570, 571, 573, 585, 1224, 1228, 1624, 1639, 1640, 1659, 1660, 1676, 1677, 1680, 1723, 1767, 1773, 1885, 1890, 1899, 1904, 1909, 1913, 1915, 1916, 1918, 1920, 1921], "859": 0, "wannier90": [0, 583, 1676, 1680, 1681, 1702, 1705, 1707, 1886, 1890], "qe": [0, 583, 1702, 1705, 1707, 1886, 1890], "vasp": [0, 4, 583, 1702, 1705, 1707], "basi": [0, 181, 193, 352, 370, 372, 375, 378, 380, 389, 391, 400, 401, 403, 404, 411, 412, 510, 527, 565, 566, 567, 572, 573, 582, 583, 586, 1075, 1087, 1618, 1623, 1624, 1639, 1640, 1660, 1697, 1698, 1702, 1705, 1707, 1709, 1727, 1728, 1729, 1890, 1896, 1899, 1900, 1905, 1910, 1912, 1916, 1917, 1921], "860": 0, "result": [0, 3, 4, 29, 31, 86, 125, 126, 130, 131, 134, 147, 148, 149, 150, 156, 157, 158, 159, 160, 173, 182, 422, 483, 500, 502, 503, 508, 512, 516, 518, 519, 527, 530, 541, 551, 561, 562, 569, 570, 574, 577, 582, 591, 597, 660, 1672, 1712, 1793, 1861, 1867, 1879, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1899, 1900, 1901, 1903, 1907, 1908, 1909, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "trace_rho_op": [0, 162, 510, 511], "rho": [0, 569, 570, 580, 655, 656, 660, 665, 666, 1896, 1900, 1907, 1908, 1910, 1912, 1917], "hermitian": [0, 367, 373, 551, 582, 683, 722, 761, 800, 839, 961, 1009, 1692], "871": 0, "is_convert": 0, "block2_gf": [0, 313], "872": 0, "881": [0, 1900], "exampl": [0, 7, 8, 9, 278, 502, 506, 508, 512, 513, 516, 517, 519, 520, 521, 525, 526, 527, 528, 534, 535, 541, 552, 553, 559, 560, 564, 570, 575, 578, 579, 580, 581, 582, 583, 588, 591, 595, 597, 945, 1706, 1793, 1861, 1862, 1863, 1865, 1868, 1871, 1872, 1873, 1874, 1875, 1880, 1881, 1882, 1883, 1887, 1891, 1894, 1896, 1898, 1899, 1900, 1902, 1912, 1914, 1917, 1919], "907": 0, "arithmet": [0, 492, 493, 494, 495, 500, 517, 527, 553, 561, 582, 1040, 1635, 1869], "inplac": [0, 896], "propag": [0, 325, 1914, 1919], "figur": [0, 9, 578, 588, 1895, 1896, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "histogram": [0, 458, 472, 496, 593, 1905, 1910], "via": [0, 6, 493, 494, 510, 553, 945, 1863, 1864, 1866, 1868, 1871, 1877, 1886, 1887, 1889, 1890, 1891, 1893], "shape": [0, 134, 270, 272, 280, 284, 292, 296, 305, 471, 507, 531, 535, 551, 554, 555, 556, 557, 558, 563, 567, 674, 680, 706, 713, 719, 745, 752, 758, 784, 791, 797, 823, 830, 836, 862, 952, 958, 984, 1064, 1077, 1224, 1228, 1611, 1676, 1679, 1744, 1861, 1875, 1889, 1893, 1900, 1912, 1917], "fit_hermitian": 0, "signatur": [0, 499, 500, 503, 509, 518, 554, 555, 556, 557, 558, 567, 572, 592, 597, 603, 604, 605, 606, 608, 612, 613, 614, 624, 625, 626, 627, 629, 633, 634, 635, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 681, 682, 683, 684, 685, 691, 692, 696, 697, 698, 699, 700, 701, 702, 703, 707, 720, 721, 722, 723, 724, 730, 731, 735, 736, 737, 738, 739, 740, 741, 742, 746, 759, 760, 761, 762, 763, 769, 770, 774, 775, 776, 777, 778, 779, 780, 781, 785, 798, 799, 800, 801, 802, 808, 809, 813, 814, 815, 816, 817, 818, 819, 820, 824, 837, 838, 839, 840, 841, 847, 848, 852, 853, 854, 855, 856, 857, 858, 859, 863, 959, 960, 961, 962, 963, 969, 970, 974, 975, 976, 977, 978, 979, 980, 981, 985, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1067, 1068, 1069, 1072, 1073, 1074, 1076, 1079, 1080, 1084, 1085, 1086, 1088, 1092, 1093, 1098, 1099, 1100, 1101, 1106, 1107, 1112, 1113, 1114, 1115, 1120, 1121, 1126, 1127, 1128, 1129, 1134, 1135, 1136, 1137, 1140, 1141, 1143, 1144, 1145, 1146, 1150, 1151, 1154, 1155, 1156, 1157, 1161, 1162, 1165, 1166, 1169, 1170, 1173, 1174, 1175, 1176, 1181, 1182, 1187, 1188, 1189, 1190, 1191, 1604, 1613, 1626, 1628, 1630, 1632, 1633, 1644, 1646, 1650, 1661, 1662, 1666, 1687, 1689, 1690, 1691, 1692, 1693, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1750, 1757, 1760, 1763, 1764, 1892, 1898, 1899, 1900, 1912, 1914, 1917, 1918, 1919], "fit_hermitian_tail": [0, 250, 551, 945], "tb_from_pythtb": 0, "super": 0, "orbital_nam": [0, 567, 1640, 1659, 1660], "being": [0, 339, 364, 444, 461, 509, 522, 582, 583, 591, 1640, 1660, 1696, 1698, 1701, 1703, 1705, 1872, 1908], "where": [0, 5, 8, 34, 63, 245, 246, 459, 465, 466, 490, 491, 506, 516, 518, 523, 524, 525, 529, 536, 541, 542, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 568, 570, 573, 583, 590, 595, 670, 679, 718, 757, 796, 835, 871, 886, 926, 939, 957, 1064, 1224, 1228, 1680, 1698, 1781, 1845, 1861, 1867, 1871, 1872, 1877, 1880, 1885, 1886, 1890, 1896, 1899, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "scalar_wrap": 0, "captur": [0, 517, 1886, 1888, 1889, 1890, 1891, 1892, 1893, 1905, 1910], "refer": [0, 3, 4, 8, 9, 11, 27, 58, 342, 354, 362, 365, 377, 381, 382, 383, 384, 385, 386, 392, 394, 395, 396, 397, 398, 407, 476, 487, 500, 506, 547, 552, 553, 559, 578, 588, 593, 1758, 1863, 1868, 1872, 1873, 1874, 1875, 1877, 1886, 1890, 1905, 1910, 1912, 1917, 1923], "many_body_operator_r": [0, 582], "brillouin_zon": [0, 1066, 1679, 1912, 1917], "np": [0, 510, 557, 563, 1224, 1228, 1230, 1861, 1863, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1899, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "int": [0, 19, 30, 48, 95, 113, 114, 115, 117, 119, 125, 126, 127, 129, 130, 131, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 165, 166, 167, 168, 169, 170, 172, 174, 177, 180, 183, 184, 186, 189, 190, 192, 193, 195, 196, 224, 225, 234, 252, 254, 255, 263, 264, 265, 266, 267, 268, 270, 309, 313, 314, 316, 317, 318, 319, 320, 322, 323, 326, 327, 330, 332, 333, 339, 340, 345, 348, 349, 352, 353, 360, 382, 387, 393, 399, 402, 404, 405, 406, 413, 414, 417, 423, 427, 428, 438, 440, 441, 460, 461, 463, 464, 467, 468, 469, 470, 471, 475, 481, 482, 483, 492, 493, 494, 495, 502, 506, 507, 509, 510, 512, 516, 517, 518, 519, 520, 523, 526, 527, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 554, 555, 556, 557, 558, 560, 563, 565, 566, 573, 577, 579, 580, 582, 585, 586, 587, 595, 597, 599, 601, 603, 604, 605, 606, 608, 612, 613, 614, 622, 624, 625, 626, 627, 629, 633, 634, 635, 645, 646, 647, 648, 674, 683, 685, 694, 697, 703, 704, 705, 706, 713, 722, 724, 733, 736, 742, 743, 744, 745, 752, 761, 763, 772, 775, 781, 782, 783, 784, 791, 800, 802, 811, 814, 820, 821, 822, 823, 830, 839, 841, 850, 853, 859, 860, 861, 862, 885, 907, 926, 939, 952, 961, 963, 972, 975, 981, 982, 983, 984, 1001, 1002, 1009, 1011, 1015, 1021, 1040, 1064, 1077, 1131, 1136, 1137, 1141, 1147, 1158, 1167, 1179, 1191, 1224, 1226, 1632, 1633, 1635, 1647, 1648, 1663, 1664, 1679, 1680, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1760, 1873, 1874, 1875, 1876, 1880, 1886, 1889, 1890, 1892, 1893, 1895, 1898, 1900, 1902, 1905, 1910, 1916, 1921], "h_int_kanamori": [0, 510, 585], "correct": [0, 490, 491, 512, 516, 517, 529, 533, 553, 580, 588, 1877, 1886, 1887, 1888, 1890, 1891, 1892], "static": [0, 4, 500, 579, 582, 1888, 1892, 1914, 1919], "pyref": 0, "lifetim": 0, "mai": [0, 506, 508, 510, 534, 547, 553, 561, 582, 590, 591, 597, 1848, 1852, 1854, 1863, 1867, 1868, 1896, 1900, 1920, 1923], "beyond": [0, 81, 506, 582, 1888, 1892], "interpret": [0, 1869, 1883, 1886, 1890, 1894], "mesh_point": [0, 473], "perfect": [0, 1867, 1872, 1922], "forward": [0, 364, 597, 1862], "properli": [0, 508, 520, 1645, 1871, 1886, 1890], "matsubara": [0, 192, 312, 316, 317, 318, 322, 325, 510, 527, 528, 531, 545, 546, 547, 549, 551, 552, 553, 557, 559, 560, 561, 563, 645, 680, 708, 719, 747, 758, 786, 797, 825, 836, 864, 931, 934, 935, 958, 986, 997, 998, 999, 1001, 1006, 1040, 1089, 1103, 1131, 1139, 1224, 1886, 1890, 1896, 1899, 1900, 1903, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "frequenc": [0, 192, 196, 264, 265, 317, 322, 326, 328, 510, 527, 528, 529, 531, 538, 545, 546, 549, 552, 553, 556, 559, 560, 561, 563, 648, 680, 708, 719, 747, 758, 786, 797, 825, 836, 864, 926, 939, 945, 958, 986, 998, 1001, 1040, 1089, 1103, 1131, 1139, 1167, 1229, 1230, 1232, 1876, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1901, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "protect": [0, 1905, 1910], "mesh_point_t": [0, 527, 547, 549], "race": 0, "condit": [0, 490, 491, 492, 493, 494, 495, 517, 561, 582, 595, 1882, 1886, 1890, 1892, 1893, 1896, 1900, 1903, 1905, 1908, 1910, 1916, 1921], "logo": [0, 5], "keyword": [0, 521, 885, 1845, 1854, 1898, 1900, 1902, 1913, 1918], "simpl": [0, 3, 4, 7, 120, 164, 240, 241, 460, 467, 469, 471, 506, 508, 509, 510, 513, 517, 520, 521, 527, 553, 560, 561, 564, 568, 574, 575, 577, 580, 588, 590, 591, 592, 597, 669, 1816, 1863, 1867, 1868, 1869, 1874, 1878, 1882, 1886, 1890, 1896, 1899, 1900, 1901, 1904, 1907, 1909, 1913, 1914, 1918, 1919], "app": [0, 1887, 1891], "891": 0, "singular": [0, 211, 212, 236, 237, 270, 531, 535, 537, 541, 547, 1916, 1921], "apptain": 0, "minimum": [0, 117], "gmp": [0, 1867, 1869], "prerequisit": 0, "also": [0, 3, 4, 6, 7, 131, 161, 442, 486, 500, 503, 506, 509, 512, 516, 519, 527, 528, 533, 541, 542, 553, 561, 565, 571, 578, 580, 581, 582, 583, 1701, 1767, 1773, 1850, 1851, 1861, 1862, 1863, 1872, 1873, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "python3": [0, 1863, 1868, 1870, 1898, 1899, 1900], "simplifi": [0, 508, 509, 518, 533, 553, 561, 1886, 1890, 1898, 1912, 1917], "brew": [0, 1867], "intelllvm": [0, 1869], "2023": [0, 1869, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "lattice_tool": [0, 1899], "direct": [0, 256, 377, 490, 491, 510, 527, 531, 552, 559, 571, 573, 580, 1064, 1077, 1775, 1776, 1863, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "sphinxext": 0, "plot_direct": 0, "account": [0, 8, 530, 1677, 1890, 1892, 1893, 1914, 1919], "prefix": [0, 1867], "slightli": [0, 1864, 1865, 1896, 1900, 1903, 1908], "descript": [0, 4, 367, 504, 521, 523, 1607, 1865, 1869, 1896, 1900], "som": 0, "seri": [0, 473, 490, 491, 526, 527, 1677, 1755, 1872, 1881, 1884, 1912, 1917, 1922], "previou": [0, 228, 517, 524, 527, 553, 590, 596, 1861, 1871, 1882, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1902, 1904, 1909, 1913, 1914, 1915, 1918, 1919, 1920], "sampl": [0, 4, 368, 459, 469, 473, 475, 484, 485, 490, 491, 593, 1755, 1761, 1762, 1886, 1890, 1895, 1903, 1908], "22": [0, 518, 1863, 1870, 1890, 1896, 1900, 1909], "mention": [0, 310, 561, 578], "toctre": 0, "openmpi": [0, 1863, 1868, 1869, 1870], "dir": [0, 1676, 1863], "path": [0, 506, 507, 508, 573, 1196, 1197, 1200, 1203, 1220, 1676, 1679, 1865, 1867, 1868, 1877, 1886, 1887, 1890, 1891, 1892, 1893, 1904, 1909, 1912, 1913, 1914, 1917, 1918, 1919], "rst": [0, 7, 521, 1877], "filenam": [0, 503, 569, 663, 897, 901, 1680, 1681, 1861], "literalinclud": 0, "manual": [0, 5, 463, 501, 504, 506, 517, 533, 553, 557, 561, 573, 575, 578, 580, 582, 595, 1816, 1863, 1886, 1887, 1890, 1891, 1912, 1917, 1920], "latest": [0, 8, 1863, 1864, 1867, 1868, 1869, 1871, 1912, 1917], "findsanit": 0, "tsan": 0, "msan": 0, "disabl": [0, 520], "repo": 0, "9": [0, 255, 264, 265, 270, 520, 523, 577, 1869, 1871, 1874, 1890, 1892, 1893, 1894, 1895, 1899, 1900, 1905, 1908, 1909, 1910, 1917, 1920, 1921], "extract_flag": 0, "flag": [0, 7, 1863, 1865, 1866, 1879, 1888, 1889, 1892, 1893, 1897], "bench": 0, "dbuild_bench": 0, "ON": [0, 7, 1866], "linux": [0, 596, 1863, 1867], "pandoc": 0, "sphinx": [0, 7, 1869], "6": [0, 255, 264, 270, 278, 469, 494, 495, 519, 529, 557, 574, 597, 1677, 1869, 1874, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1903, 1907, 1909, 1910, 1912, 1913, 1917, 1918, 1920, 1921], "specifi": [0, 8, 12, 518, 561, 580, 583, 593, 1677, 1697, 1698, 1851, 1865, 1866, 1870, 1886, 1889, 1890, 1892, 1893, 1896, 1900], "lapack_root": 0, "13": [0, 19, 95, 311, 1890, 1892, 1899, 1900, 1904, 1909], "timeout": [0, 1851], "limit": [0, 4, 417, 438, 440, 441, 473, 526, 530, 534, 1869, 1886, 1888, 1890, 1892, 1913, 1914, 1916, 1918, 1919, 1921], "hour": [0, 426, 434, 580], "cc": [0, 1864, 1865, 1867], "cxx": [0, 1864, 1865, 1866, 1867, 1870, 1871, 1880], "atomdiagr": [0, 599, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652], "atomdiagcomplex": [0, 599], "small": [0, 7, 529, 565, 1845, 1863, 1864, 1871, 1872, 1886, 1888, 1890, 1892, 1893, 1896, 1898, 1900, 1903, 1908], "some": [0, 7, 215, 308, 373, 422, 500, 501, 504, 507, 509, 510, 512, 513, 516, 518, 519, 523, 525, 533, 534, 553, 561, 566, 578, 580, 581, 582, 591, 596, 1033, 1863, 1864, 1865, 1867, 1868, 1872, 1880, 1883, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1898, 1900, 1902, 1903, 1908, 1914, 1919, 1920], "a7a4cd": 0, "cplus_include_path": [0, 1863, 1865, 1870], "library_path": [0, 1865, 1867], "still": [0, 4, 513, 516, 521, 1851, 1864, 1867, 1886, 1890, 1895, 1904, 1908, 1909], "runtim": [0, 517, 582, 595, 1863], "clang13": 0, "n_tau": [0, 195, 323, 510, 529, 647, 1002, 1147, 1890, 1893, 1896, 1898, 1900, 1902, 1907, 1908], "matsubara_domain": [0, 537], "field": [0, 9, 506, 566, 570, 575, 580, 582, 590, 665, 1872, 1886, 1890, 1892, 1893, 1896, 1900, 1905, 1910, 1913, 1916, 1918, 1921], "separ": [0, 375, 457, 561, 563, 574, 1226, 1857, 1865, 1868, 1886, 1890, 1896, 1900, 1914, 1915, 1916, 1919, 1920, 1921], "restructur": 0, "compon": [0, 510, 541, 542, 563, 583, 586, 1223, 1677, 1702, 1707, 1729, 1732, 1862, 1886, 1890, 1892, 1896, 1900, 1903, 1908, 1915, 1916, 1920, 1921], "peopl": 0, "who": 0, "contribut": [0, 5, 8, 1862, 1864, 1886, 1890, 1892, 1914, 1916, 1919, 1921], "sophi": 0, "beck": 0, "maxim": [0, 563, 1226, 1896, 1900], "charleboi": 0, "jonathan": 0, "karp": 0, "marku": 0, "richter": 0, "andrea": 0, "weh": 0, "rok": 0, "\u017eitko": 0, "respositori": [0, 1871], "wget": [0, 1871], "http": [0, 4, 8, 530, 945, 1861, 1863, 1871, 1881, 1884, 1894, 1912, 1917, 1922], "githubusercont": [0, 1871], "com": [0, 4, 8, 1861, 1863, 1871, 1881, 1884, 1886, 1890, 1922], "porting_tool": [0, 1871], "port_to_triqs3": [0, 1871], "chmod": [0, 1871], "x": [0, 19, 95, 109, 110, 111, 112, 113, 130, 146, 148, 149, 156, 157, 160, 204, 207, 214, 220, 223, 243, 244, 245, 246, 247, 255, 270, 282, 290, 294, 313, 383, 395, 455, 460, 461, 464, 471, 508, 509, 512, 516, 518, 519, 520, 521, 522, 523, 525, 528, 530, 532, 541, 546, 547, 552, 557, 563, 566, 567, 572, 574, 580, 582, 583, 586, 589, 590, 593, 597, 669, 670, 679, 710, 718, 749, 757, 788, 796, 827, 835, 866, 924, 943, 957, 988, 990, 991, 1036, 1037, 1198, 1200, 1214, 1216, 1218, 1222, 1224, 1227, 1228, 1231, 1613, 1630, 1641, 1650, 1666, 1676, 1702, 1705, 1707, 1729, 1732, 1781, 1785, 1791, 1803, 1810, 1811, 1818, 1820, 1823, 1824, 1826, 1832, 1834, 1837, 1838, 1840, 1862, 1863, 1869, 1871, 1874, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1905, 1908, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921], "befor": [0, 8, 207, 210, 235, 261, 420, 444, 461, 525, 537, 538, 561, 580, 582, 596, 1845, 1846, 1850, 1851, 1863, 1864, 1867, 1868, 1872, 1874, 1886, 1887, 1890, 1891, 1896, 1898, 1900, 1901, 1902, 1903, 1908], "commit": [0, 8, 591, 1871], "them": [0, 8, 261, 278, 400, 423, 506, 512, 513, 516, 518, 525, 530, 533, 553, 561, 565, 571, 574, 582, 588, 591, 1769, 1771, 1778, 1862, 1871, 1872, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1900, 1902, 1903, 1907, 1908], "If": [0, 3, 4, 7, 8, 109, 118, 120, 122, 127, 213, 302, 361, 417, 418, 420, 438, 441, 459, 500, 503, 507, 508, 509, 512, 518, 519, 524, 527, 537, 538, 541, 543, 545, 553, 554, 555, 556, 557, 558, 560, 561, 563, 569, 570, 574, 578, 579, 580, 582, 583, 585, 586, 587, 663, 670, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 885, 916, 945, 952, 988, 1033, 1224, 1639, 1679, 1697, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1781, 1793, 1845, 1862, 1863, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1875, 1877, 1879, 1880, 1886, 1887, 1890, 1891, 1896, 1897, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1916, 1921], "problem": [0, 4, 6, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 501, 508, 510, 525, 561, 577, 581, 593, 945, 1862, 1867, 1872, 1882, 1886, 1888, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1914, 1916, 1919, 1921], "feel": [0, 7, 1886, 1887, 1890, 1891], "contact": [0, 4, 6, 506, 1863], "open": [0, 6, 509, 553, 561, 590, 591, 1861, 1863, 1864, 1867, 1871, 1873, 1886, 1888, 1890, 1892, 1897, 1903, 1908], "discuss": [0, 4, 5, 527, 1862, 1886, 1890, 1901, 1903, 1907, 1908, 1916, 1921], "github": [0, 3, 4, 5, 7, 8, 1861, 1862, 1863, 1872, 1881, 1884, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1912, 1917, 1922], "wa": [0, 206, 459, 469, 471, 537, 595, 597, 1897, 1902, 1909, 1912, 1917], "possibl": [0, 3, 11, 302, 461, 500, 502, 503, 518, 519, 520, 523, 525, 551, 553, 574, 582, 885, 1869, 1899, 1900, 1912, 1913, 1915, 1917, 1918, 1920, 1923], "structur": [0, 4, 192, 193, 194, 195, 196, 339, 506, 508, 510, 517, 523, 525, 561, 570, 572, 580, 582, 585, 587, 873, 885, 890, 1624, 1712, 1736, 1862, 1878, 1880, 1886, 1890, 1893, 1896, 1898, 1899, 1900, 1902, 1903, 1908, 1913, 1918], "gfrefreq": [0, 552, 553, 558, 559, 560, 563, 1211, 1229, 1230, 1232, 1900, 1908], "d": [0, 3, 255, 467, 469, 500, 507, 508, 523, 524, 525, 553, 560, 561, 567, 568, 569, 570, 573, 579, 583, 655, 665, 686, 725, 764, 803, 842, 926, 927, 939, 940, 942, 964, 1611, 1696, 1698, 1702, 1703, 1705, 1707, 1712, 1873, 1874, 1885, 1886, 1890, 1892, 1894, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1908, 1910, 1913, 1916, 1918, 1921], "omega": [0, 192, 196, 264, 310, 312, 324, 325, 525, 530, 541, 551, 553, 559, 560, 562, 563, 570, 571, 589, 590, 665, 710, 749, 788, 827, 866, 917, 920, 926, 939, 988, 1224, 1767, 1773, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1901, 1903, 1905, 1907, 1908, 1910, 1912, 1916, 1917, 1919, 1921], "v": [0, 8, 9, 19, 146, 147, 148, 149, 150, 255, 266, 313, 314, 327, 339, 340, 465, 466, 492, 493, 494, 495, 501, 512, 517, 519, 520, 524, 529, 533, 563, 566, 573, 590, 1067, 1224, 1228, 1873, 1879, 1894, 1896, 1900, 1902, 1914, 1919], "featur": [0, 4, 5, 364, 501, 504, 513, 580, 596, 1863, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1899, 1903, 1908, 1912, 1913, 1917, 1918, 1923], "due": [0, 506, 561, 596, 1886, 1890, 1892, 1896, 1900, 1902], "lack": [0, 459, 1886, 1890], "complex": [0, 9, 163, 164, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 361, 366, 375, 388, 493, 494, 507, 509, 510, 513, 519, 520, 527, 530, 531, 537, 538, 539, 543, 545, 549, 554, 556, 557, 558, 563, 574, 580, 582, 583, 585, 586, 589, 590, 591, 601, 1040, 1224, 1698, 1705, 1709, 1724, 1727, 1728, 1729, 1886, 1890, 1894, 1896, 1900, 1902, 1914, 1915, 1916, 1919, 1920, 1921], "integ": [0, 11, 48, 49, 53, 117, 335, 339, 400, 455, 460, 502, 551, 553, 569, 579, 580, 583, 586, 592, 599, 601, 622, 663, 704, 743, 782, 821, 860, 982, 1064, 1077, 1639, 1640, 1660, 1677, 1696, 1697, 1698, 1699, 1700, 1701, 1703, 1705, 1708, 1727, 1728, 1729, 1791, 1848, 1853, 1871, 1898, 1899], "target_shap": [0, 269, 281, 293, 551, 554, 555, 556, 557, 558, 674, 680, 686, 713, 719, 725, 752, 758, 764, 791, 797, 803, 830, 836, 842, 952, 958, 964, 1886, 1890, 1892, 1893, 1896, 1897, 1899, 1900, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "The": [0, 3, 9, 50, 54, 91, 94, 119, 120, 125, 126, 130, 156, 160, 165, 166, 167, 168, 169, 174, 175, 176, 179, 181, 183, 191, 192, 193, 194, 195, 196, 197, 198, 199, 207, 233, 245, 246, 261, 264, 265, 269, 270, 278, 281, 290, 293, 302, 303, 310, 312, 324, 325, 326, 327, 335, 340, 342, 343, 364, 365, 370, 375, 378, 380, 389, 391, 418, 420, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 437, 438, 439, 440, 441, 445, 452, 453, 459, 461, 463, 465, 466, 471, 473, 483, 490, 491, 498, 501, 502, 504, 505, 508, 509, 512, 513, 516, 517, 518, 520, 521, 522, 525, 526, 527, 528, 529, 531, 532, 533, 534, 535, 537, 538, 539, 540, 542, 543, 545, 547, 549, 550, 551, 552, 554, 555, 556, 557, 558, 559, 560, 562, 563, 564, 566, 567, 568, 571, 572, 575, 579, 581, 582, 583, 585, 586, 587, 589, 590, 591, 592, 593, 595, 597, 609, 610, 613, 616, 630, 631, 634, 637, 644, 645, 646, 647, 648, 649, 655, 656, 659, 660, 669, 674, 689, 693, 694, 705, 706, 709, 710, 713, 728, 732, 733, 744, 745, 748, 749, 752, 767, 771, 772, 783, 784, 787, 788, 791, 806, 810, 811, 822, 823, 826, 827, 830, 845, 849, 850, 861, 862, 865, 866, 885, 920, 926, 928, 931, 934, 945, 952, 967, 971, 972, 983, 984, 987, 988, 1040, 1054, 1064, 1066, 1077, 1082, 1089, 1103, 1117, 1167, 1179, 1214, 1223, 1224, 1229, 1230, 1232, 1611, 1619, 1624, 1629, 1635, 1639, 1647, 1648, 1653, 1654, 1659, 1663, 1664, 1669, 1670, 1677, 1697, 1698, 1702, 1704, 1705, 1707, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1753, 1755, 1767, 1773, 1776, 1846, 1848, 1852, 1854, 1862, 1863, 1864, 1865, 1866, 1867, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1878, 1883, 1884, 1887, 1889, 1891, 1892, 1893, 1895, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923], "aforement": 0, "deprect": 0, "goe": [0, 566, 580, 1886, 1887, 1890, 1891, 1908], "along": [0, 504, 525, 573, 591, 1679, 1880, 1886, 1890, 1912, 1913, 1914, 1917, 1918, 1919], "often": [0, 207, 471, 593, 596, 1896, 1899, 1900, 1923], "kind": [0, 3, 255, 530, 542, 591, 1889, 1893], "up": [0, 234, 310, 311, 344, 348, 417, 438, 440, 441, 445, 459, 460, 461, 467, 486, 509, 510, 526, 561, 565, 570, 577, 585, 586, 587, 870, 885, 1204, 1692, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1819, 1862, 1863, 1868, 1872, 1882, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1898, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1921], "dn": [0, 510], "word": [0, 510, 525, 574, 1896, 1900, 1913, 1918, 1923], "ask": [0, 5, 7, 1862, 1863, 1871], "provid": [0, 3, 4, 6, 7, 164, 169, 181, 326, 361, 367, 375, 438, 459, 506, 508, 509, 512, 516, 528, 529, 530, 533, 534, 542, 547, 551, 562, 565, 566, 570, 575, 580, 581, 582, 583, 585, 586, 587, 589, 591, 593, 595, 885, 945, 1679, 1698, 1709, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1862, 1863, 1864, 1867, 1871, 1872, 1883, 1886, 1890, 1894, 1896, 1898, 1899, 1900, 1902, 1903, 1905, 1906, 1908, 1910, 1913, 1918], "each": [0, 26, 148, 174, 264, 339, 364, 365, 369, 417, 423, 427, 438, 439, 440, 441, 460, 473, 492, 493, 494, 495, 502, 508, 509, 523, 527, 531, 535, 547, 561, 563, 565, 569, 571, 574, 582, 583, 584, 590, 591, 597, 609, 630, 707, 746, 785, 824, 863, 885, 985, 1022, 1064, 1077, 1081, 1200, 1228, 1640, 1648, 1660, 1664, 1672, 1679, 1706, 1755, 1775, 1776, 1782, 1793, 1863, 1865, 1871, 1886, 1890, 1892, 1896, 1899, 1900, 1902, 1903, 1905, 1908, 1910, 1912, 1913, 1917, 1918], "correspondingli": [0, 551], "gf_struct_t": [0, 192, 193, 194, 195, 196, 255, 306, 339, 510, 645, 646, 647, 648, 1711, 1712, 1716], "ha": [0, 3, 73, 133, 139, 141, 142, 206, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 312, 361, 417, 438, 440, 441, 459, 461, 467, 469, 501, 502, 506, 507, 508, 509, 512, 516, 517, 523, 524, 525, 526, 527, 530, 542, 546, 547, 553, 561, 563, 570, 577, 579, 580, 590, 1226, 1659, 1797, 1816, 1848, 1851, 1852, 1853, 1861, 1862, 1864, 1867, 1870, 1871, 1879, 1883, 1886, 1888, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "std": [0, 11, 12, 13, 19, 27, 32, 34, 40, 43, 46, 48, 49, 58, 63, 70, 71, 73, 84, 95, 97, 115, 118, 132, 146, 147, 148, 149, 150, 169, 171, 173, 174, 180, 182, 184, 185, 196, 198, 199, 207, 214, 215, 216, 217, 218, 219, 226, 233, 246, 249, 251, 254, 255, 257, 258, 259, 264, 265, 273, 274, 275, 277, 280, 285, 286, 287, 289, 292, 297, 298, 299, 301, 305, 306, 314, 328, 339, 342, 343, 345, 352, 354, 355, 357, 361, 362, 366, 373, 375, 388, 403, 407, 408, 410, 417, 418, 419, 420, 423, 424, 435, 436, 438, 439, 440, 441, 444, 449, 450, 453, 454, 455, 457, 460, 464, 465, 466, 467, 469, 477, 478, 479, 480, 487, 490, 491, 492, 493, 494, 495, 500, 501, 509, 512, 516, 517, 518, 519, 520, 523, 527, 533, 537, 538, 541, 551, 565, 574, 577, 579, 580, 582, 584, 595, 597, 645, 646, 647, 648, 682, 683, 684, 685, 721, 722, 723, 724, 760, 761, 762, 763, 799, 800, 801, 802, 838, 839, 840, 841, 960, 961, 962, 963, 1008, 1009, 1010, 1011, 1067, 1141, 1632, 1633, 1873, 1874, 1875, 1876, 1880], "vector": [0, 11, 19, 34, 95, 146, 147, 148, 149, 150, 163, 169, 171, 173, 174, 182, 184, 185, 187, 198, 199, 205, 207, 214, 215, 216, 217, 233, 246, 249, 251, 254, 255, 264, 265, 314, 338, 339, 340, 341, 362, 375, 376, 377, 403, 442, 464, 465, 466, 476, 490, 491, 492, 493, 494, 495, 509, 512, 517, 519, 522, 523, 524, 533, 565, 566, 567, 572, 573, 577, 582, 586, 599, 601, 607, 618, 620, 622, 628, 639, 641, 1064, 1067, 1075, 1076, 1087, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1611, 1618, 1623, 1624, 1626, 1627, 1628, 1639, 1640, 1644, 1646, 1660, 1661, 1662, 1676, 1677, 1679, 1680, 1681, 1729, 1732, 1874, 1890, 1894, 1898, 1899, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "variant": [0, 338, 341, 551, 582], "long": [0, 12, 53, 55, 56, 57, 60, 61, 117, 120, 131, 161, 165, 167, 188, 203, 204, 207, 214, 216, 220, 221, 229, 230, 233, 239, 240, 241, 242, 243, 244, 245, 246, 248, 249, 280, 292, 305, 322, 323, 335, 338, 341, 388, 475, 484, 485, 500, 503, 506, 509, 510, 527, 547, 580, 582, 595, 1067, 1868, 1886, 1890, 1904, 1909, 1916, 1921], "effect": [0, 490, 491, 523, 527, 554, 555, 556, 557, 558, 561, 674, 713, 752, 791, 830, 1886, 1888, 1890, 1892, 1896, 1900, 1902, 1905, 1910, 1913, 1918], "particular": [0, 3, 174, 261, 278, 506, 509, 521, 523, 561, 584, 593, 597, 1863, 1865, 1868, 1871, 1877, 1905, 1910, 1916, 1921], "cthyb": [0, 4, 945, 1863, 1872, 1882, 1884, 1886, 1889, 1890, 1893, 1903, 1908], "tprf": [0, 1899, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "dft_tool": [0, 4, 1886, 1890], "gf_mesh": [0, 547, 693, 732, 771, 810, 849, 971], "were": [0, 4, 462, 1886, 1890, 1897, 1912, 1917], "further": [0, 459, 461, 469, 547, 553, 1867, 1870, 1886, 1890, 1901, 1905, 1907, 1910], "regroup": [0, 522], "cyclic_lattic": 0, "cartesian_product": 0, "prod": [0, 528, 531, 541, 546, 547, 552, 1875, 1886, 1890, 1892, 1893], "kept": [0, 445, 461, 574, 1915, 1920], "mean": [0, 458, 459, 490, 491, 493, 494, 495, 509, 521, 531, 534, 537, 538, 539, 543, 545, 547, 551, 553, 554, 555, 556, 557, 558, 561, 577, 578, 580, 582, 591, 593, 1845, 1872, 1880, 1886, 1890, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1905, 1910, 1916, 1921], "auto": [0, 16, 19, 23, 24, 29, 31, 32, 34, 38, 40, 44, 48, 74, 83, 86, 93, 94, 95, 98, 104, 106, 110, 111, 116, 130, 136, 147, 148, 150, 156, 160, 169, 263, 264, 265, 266, 267, 268, 270, 272, 279, 284, 291, 296, 304, 309, 316, 317, 318, 319, 320, 322, 323, 326, 330, 331, 332, 333, 364, 426, 434, 458, 459, 460, 462, 464, 465, 466, 490, 491, 492, 493, 494, 495, 497, 500, 503, 506, 510, 512, 516, 517, 518, 519, 526, 527, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 547, 551, 565, 582, 597, 599, 601, 622, 707, 746, 785, 824, 863, 985, 1022, 1871, 1873, 1875, 1876, 1898, 1902, 1909, 1910, 1920], "m": [0, 3, 208, 224, 255, 269, 270, 278, 281, 282, 290, 293, 294, 302, 303, 309, 319, 320, 330, 418, 420, 437, 443, 444, 461, 522, 523, 524, 527, 529, 530, 535, 573, 577, 580, 583, 1051, 1052, 1089, 1103, 1117, 1191, 1697, 1868, 1875, 1890, 1895, 1896, 1900, 1912, 1913, 1914, 1917, 1918, 1919], "brillouin": [0, 527, 568, 1064, 1619, 1647, 1659, 1663, 1679, 1773, 1899, 1901, 1905, 1907, 1910, 1912, 1913, 1914, 1917, 1918, 1919], "zone": [0, 527, 568, 1064, 1619, 1647, 1659, 1663, 1679, 1773, 1899, 1901, 1905, 1907, 1910, 1912, 1913, 1914, 1917, 1918, 1919], "tag": [0, 27, 255, 261, 270, 278, 302, 308, 327, 506, 507, 508, 517, 537, 538, 539, 541, 543, 545, 1037], "associ": [0, 312, 325, 380, 381, 386, 387, 391, 392, 398, 399, 508, 547, 572, 1089, 1103, 1117, 1619, 1624, 1659, 1881, 1883, 1884, 1896, 1899, 1900, 1905, 1910, 1922], "those": [0, 3, 508, 509, 585, 1721, 1862, 1868, 1894, 1899, 1902], "occurr": 0, "latter": [0, 1864, 1886, 1888, 1890, 1892], "appli": [0, 11, 26, 83, 86, 364, 365, 370, 380, 391, 490, 491, 509, 566, 582, 1214, 1745, 1877, 1914, 1919], "short": [0, 551, 562, 580, 1872, 1881, 1904, 1909], "repres": [0, 11, 36, 335, 503, 527, 533, 582, 584, 590, 1158, 1853, 1854, 1875, 1890, 1896, 1900, 1905, 1910], "help": [0, 3, 8, 574, 588, 591, 1677, 1867, 1871, 1872, 1915, 1920], "t": [0, 3, 34, 109, 110, 111, 112, 113, 130, 132, 135, 137, 138, 146, 147, 148, 149, 150, 151, 153, 155, 156, 157, 160, 309, 313, 314, 319, 320, 321, 327, 330, 344, 348, 455, 459, 461, 464, 465, 466, 471, 490, 491, 497, 502, 507, 509, 520, 524, 525, 528, 529, 530, 534, 546, 552, 553, 560, 565, 568, 570, 571, 572, 573, 578, 580, 583, 584, 586, 590, 597, 707, 710, 746, 749, 785, 788, 824, 827, 863, 866, 985, 988, 1022, 1624, 1698, 1705, 1709, 1727, 1728, 1729, 1775, 1776, 1862, 1882, 1885, 1886, 1890, 1895, 1896, 1899, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "abov": [0, 3, 507, 520, 551, 553, 561, 573, 578, 580, 588, 1739, 1886, 1890, 1892, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "doe": [0, 9, 181, 234, 242, 243, 244, 245, 246, 247, 248, 249, 420, 444, 504, 506, 516, 517, 518, 522, 523, 527, 529, 553, 561, 578, 580, 591, 1103, 1117, 1871, 1872, 1886, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1899, 1900, 1901, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "ani": [0, 3, 7, 8, 139, 142, 242, 243, 244, 245, 246, 247, 248, 249, 270, 307, 311, 322, 323, 329, 378, 389, 459, 506, 507, 508, 509, 512, 516, 517, 518, 520, 521, 524, 527, 534, 561, 575, 580, 582, 585, 590, 591, 595, 1001, 1002, 1744, 1854, 1862, 1863, 1868, 1875, 1880, 1886, 1890, 1892, 1896, 1897, 1899, 1900, 1913, 1918], "avail": [0, 4, 457, 461, 529, 553, 579, 582, 592, 945, 1750, 1848, 1863, 1864, 1865, 1867, 1872, 1912, 1917], "op": [0, 111, 112, 148, 149, 156, 157, 158, 159, 163, 181, 198, 199, 200, 327, 362, 364, 369, 483, 509, 523, 582, 643, 650, 651, 652, 1691, 1692, 1818, 1832, 1892], "write": [0, 5, 9, 49, 134, 219, 258, 274, 286, 298, 343, 355, 408, 473, 478, 504, 506, 507, 508, 509, 517, 523, 524, 527, 531, 542, 549, 561, 563, 566, 574, 575, 577, 582, 1232, 1872, 1873, 1878, 1881, 1886, 1890, 1892, 1896, 1899, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "linalg": [0, 1873, 1899], "part": [0, 3, 7, 307, 312, 328, 329, 400, 419, 459, 461, 467, 468, 469, 470, 471, 509, 516, 523, 527, 553, 568, 574, 580, 582, 585, 683, 685, 687, 695, 722, 724, 726, 734, 761, 763, 765, 773, 800, 802, 804, 812, 839, 841, 843, 851, 875, 880, 893, 900, 945, 961, 963, 965, 973, 1009, 1011, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1659, 1686, 1688, 1713, 1714, 1715, 1721, 1725, 1861, 1867, 1872, 1873, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1900, 1903, 1905, 1908, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "modul": [0, 2, 502, 503, 504, 508, 553, 561, 568, 582, 583, 584, 585, 591, 592, 598, 653, 667, 671, 672, 1192, 1605, 1682, 1694, 1737, 1746, 1751, 1765, 1779, 1793, 1850, 1863, 1865, 1871, 1877, 1886, 1890, 1897, 1898, 1899], "simul": [0, 459, 506, 578, 593, 1902, 1909], "serv": [0, 459, 473, 1755], "dual": [0, 459], "purpos": [0, 5, 459, 509, 522, 527, 535, 541, 566, 574, 582, 597, 1847, 1852, 1896, 1900, 1904, 1909, 1912, 1913, 1917, 1918], "perform": [0, 207, 215, 263, 278, 302, 324, 325, 327, 368, 373, 452, 459, 486, 491, 518, 519, 524, 529, 563, 580, 593, 996, 1224, 1862, 1863, 1874, 1896, 1898, 1900, 1901, 1904, 1907, 1909, 1913, 1918], "logarithm": [0, 461, 469, 470, 471, 1896, 1900, 1916, 1921], "bin": [0, 458, 460, 461, 463, 464, 465, 466, 467, 468, 469, 470, 471, 473, 475, 481, 486, 489, 490, 491, 497, 563, 569, 593, 1226, 1672, 1753, 1755, 1760, 1865, 1867, 1868, 1902, 1905, 1910], "which": [0, 6, 137, 213, 215, 238, 255, 361, 400, 442, 459, 460, 461, 464, 483, 490, 491, 497, 500, 502, 504, 507, 508, 509, 510, 516, 517, 521, 523, 527, 529, 533, 549, 551, 553, 561, 566, 571, 575, 577, 578, 579, 580, 582, 583, 584, 585, 586, 590, 591, 593, 597, 660, 670, 710, 749, 788, 827, 866, 885, 952, 988, 1698, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1775, 1791, 1793, 1863, 1868, 1869, 1870, 1871, 1873, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "estim": [0, 459, 490, 491, 497, 593, 1886, 1890, 1908, 1916, 1921], "correl": [0, 9, 458, 459, 497, 1862, 1872, 1886, 1890, 1902, 1903, 1908, 1909, 1913, 1916, 1918, 1921], "b": [0, 4, 180, 255, 314, 455, 467, 469, 475, 480, 481, 500, 503, 508, 521, 524, 533, 550, 582, 583, 589, 590, 686, 725, 764, 803, 842, 964, 1194, 1195, 1217, 1604, 1698, 1709, 1759, 1760, 1782, 1786, 1787, 1788, 1789, 1813, 1862, 1873, 1880, 1894, 1895, 1897, 1905, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "compress": [0, 459, 460, 461, 463, 506], "process": [0, 8, 9, 12, 113, 114, 116, 118, 130, 131, 139, 141, 142, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 509, 1863, 1869, 1892, 1894], "design": [0, 459, 523, 580, 1872, 1914, 1919], "flexibl": [0, 459, 501, 1862], "either": [0, 228, 375, 459, 463, 506, 510, 530, 549, 563, 564, 578, 579, 580, 582, 583, 592, 1224, 1228, 1677, 1698, 1851, 1862, 1864, 1866, 1872, 1886, 1890, 1894, 1904, 1909, 1923], "log": [0, 458, 469, 497, 557, 591, 1861, 1863, 1886, 1890], "lin": 0, "turn": [0, 4, 33, 459, 461, 467, 469, 471, 1866, 1896, 1900, 1915, 1920], "off": [0, 461, 467, 469, 471, 525, 560, 585, 586, 587, 926, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1866, 1886, 1890, 1895, 1920], "differ": [0, 11, 27, 215, 375, 459, 465, 466, 494, 495, 501, 502, 524, 561, 564, 574, 577, 578, 580, 582, 597, 1862, 1864, 1865, 1872, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "case": [0, 181, 264, 265, 271, 283, 295, 361, 501, 509, 516, 518, 520, 527, 529, 532, 534, 541, 553, 573, 580, 1863, 1868, 1871, 1878, 1882, 1886, 1890, 1893, 1896, 1899, 1900, 1901, 1902, 1904, 1905, 1907, 1909, 1910, 1914, 1915, 1919, 1920], "purposefulli": [0, 459], "fulli": [0, 325, 583, 585, 1697, 1724, 1886, 1890], "automat": [0, 9, 207, 367, 368, 373, 420, 444, 461, 463, 501, 502, 510, 513, 519, 526, 534, 537, 542, 551, 553, 561, 565, 574, 579, 580, 591, 595, 597, 1639, 1863, 1865, 1880, 1886, 1890, 1902], "user": [0, 5, 6, 7, 215, 361, 459, 471, 508, 510, 517, 523, 533, 551, 565, 574, 582, 583, 593, 1677, 1698, 1862, 1863, 1864, 1865, 1867, 1871, 1883, 1894, 1901, 1902, 1907, 1908], "choic": [0, 578, 1677, 1867, 1886, 1890, 1894], "calcul": [0, 11, 64, 247, 379, 390, 458, 459, 490, 491, 492, 493, 494, 495, 519, 530, 537, 551, 553, 554, 556, 562, 565, 569, 574, 580, 582, 583, 591, 593, 658, 662, 680, 707, 719, 746, 758, 785, 797, 824, 836, 863, 945, 958, 985, 1022, 1679, 1697, 1698, 1699, 1700, 1708, 1793, 1862, 1863, 1872, 1874, 1884, 1887, 1888, 1891, 1892, 1896, 1897, 1898, 1899, 1900, 1902, 1904, 1905, 1909, 1910, 1914, 1915, 1919, 1920, 1922], "standard": [0, 9, 201, 458, 459, 465, 466, 490, 491, 493, 494, 497, 506, 509, 518, 522, 527, 532, 553, 561, 582, 585, 588, 590, 591, 597, 1854, 1863, 1864, 1869, 1883, 1886, 1890, 1902, 1912, 1917], "singl": [0, 267, 461, 463, 510, 542, 554, 555, 556, 557, 558, 563, 566, 580, 680, 686, 708, 709, 719, 725, 747, 748, 758, 764, 786, 787, 797, 803, 825, 826, 836, 842, 864, 865, 958, 964, 986, 987, 1230, 1232, 1872, 1882, 1884, 1886, 1890, 1893, 1895, 1896, 1900, 1902, 1904, 1905, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "thread": [0, 466, 494, 495, 1845, 1846, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1865, 1902, 1909], "well": [0, 3, 388, 459, 473, 502, 506, 509, 517, 566, 573, 574, 578, 580, 582, 593, 1739, 1755, 1863, 1883, 1886, 1890, 1901, 1907, 1912, 1917], "jackknif": [0, 458, 491, 593], "throughout": 0, "care": [0, 525, 574, 575, 578, 580, 1871, 1886, 1890, 1908, 1916, 1921], "been": [0, 3, 4, 133, 206, 417, 438, 440, 441, 467, 469, 471, 516, 524, 526, 542, 580, 582, 590, 1816, 1848, 1851, 1853, 1861, 1862, 1870, 1871, 1879, 1903, 1904, 1908, 1909, 1913, 1918], "taken": [0, 507, 508, 525, 530, 580, 1854, 1871], "stabl": [0, 522, 1863, 1864, 1867], "especi": [0, 7, 1864, 1880], "comput": [0, 4, 134, 198, 199, 200, 262, 367, 417, 438, 440, 441, 443, 459, 486, 497, 509, 510, 516, 517, 522, 527, 530, 537, 541, 553, 554, 556, 560, 561, 563, 568, 570, 571, 574, 577, 578, 580, 583, 586, 591, 593, 595, 650, 651, 652, 665, 680, 689, 708, 719, 728, 747, 758, 767, 786, 797, 806, 825, 836, 845, 864, 958, 967, 986, 1006, 1223, 1609, 1639, 1642, 1698, 1727, 1728, 1729, 1767, 1773, 1775, 1793, 1797, 1862, 1863, 1867, 1868, 1869, 1872, 1883, 1885, 1886, 1890, 1896, 1900, 1903, 1908, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "varianc": 0, "mostli": [0, 1886, 1890, 1892, 1893], "two": [0, 11, 13, 14, 42, 53, 61, 72, 84, 96, 240, 241, 246, 266, 358, 359, 370, 379, 380, 390, 391, 411, 412, 459, 460, 465, 466, 486, 501, 504, 506, 508, 518, 521, 522, 523, 524, 529, 530, 538, 553, 557, 561, 563, 565, 566, 573, 577, 580, 582, 583, 597, 670, 869, 870, 1037, 1225, 1679, 1697, 1702, 1704, 1707, 1813, 1862, 1863, 1871, 1872, 1879, 1884, 1886, 1889, 1890, 1892, 1893, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1917, 1918, 1919, 1923], "welford": 0, "binned_seri": 0, "ts_observ": 0, "observ": [0, 9, 198, 199, 490, 491, 510, 565, 581, 582, 593, 1886, 1888, 1889, 1890, 1892, 1893, 1905, 1908, 1910, 1912, 1917], "unchang": [0, 541, 1033, 1874, 1901, 1907], "found": [0, 3, 4, 278, 372, 507, 512, 516, 520, 582, 1791, 1862, 1873, 1885, 1886, 1887, 1890, 1891, 1892, 1902, 1903, 1907, 1908, 1909], "io": [0, 4, 277, 289, 301, 1863, 1886, 1889, 1890, 1893, 1894, 1912, 1917], "content": [0, 508, 526, 1877, 1890, 1893, 1897, 1902, 1923], "To": [0, 3, 215, 506, 508, 514, 524, 530, 553, 561, 570, 591, 1673, 1816, 1862, 1863, 1865, 1867, 1868, 1871, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1902, 1903, 1908, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "fit": [0, 9, 263, 264, 265, 530, 537, 562, 563, 588, 590, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 945, 961, 963, 996, 1009, 1011, 1226, 1886, 1887, 1890, 1891], "given": [0, 4, 11, 35, 49, 83, 101, 109, 118, 131, 138, 139, 161, 169, 170, 186, 198, 199, 215, 266, 267, 326, 344, 345, 346, 348, 350, 351, 352, 353, 356, 366, 367, 369, 370, 372, 373, 406, 409, 452, 459, 473, 475, 490, 491, 500, 503, 508, 510, 518, 520, 522, 527, 544, 551, 553, 561, 563, 565, 567, 569, 570, 571, 573, 582, 583, 584, 585, 586, 587, 589, 597, 608, 629, 650, 651, 658, 662, 669, 906, 994, 1037, 1089, 1103, 1117, 1204, 1224, 1225, 1228, 1229, 1611, 1619, 1641, 1642, 1645, 1647, 1648, 1663, 1664, 1692, 1697, 1698, 1712, 1725, 1727, 1728, 1729, 1735, 1736, 1744, 1745, 1755, 1775, 1781, 1793, 1797, 1828, 1842, 1852, 1864, 1871, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1909, 1910, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1923], "hybrid": [0, 510, 563, 585, 1223, 1224, 1228, 1872, 1886, 1890, 1893, 1896, 1900, 1902], "imaginari": [0, 195, 196, 263, 312, 316, 317, 318, 323, 325, 510, 528, 531, 533, 537, 545, 546, 550, 552, 553, 557, 559, 563, 564, 582, 585, 647, 687, 707, 726, 746, 765, 785, 804, 824, 843, 863, 945, 965, 985, 996, 997, 998, 999, 1002, 1022, 1117, 1147, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1226, 1229, 1232, 1688, 1725, 1861, 1862, 1886, 1889, 1890, 1892, 1893, 1899, 1903, 1905, 1907, 1908, 1910, 1913, 1917, 1918], "discretize_bath": [0, 563], "delta_in": [0, 563, 1224], "site": [0, 563, 573, 577, 1224, 1642, 1643, 1863, 1887, 1891, 1898, 1899, 1900, 1902, 1905, 1910, 1916, 1921], "nb": [0, 207, 234, 240, 241, 270, 272, 284, 296, 420, 444, 520, 527, 534, 563, 1224, 1228, 1793], "energi": [0, 173, 178, 196, 510, 563, 569, 573, 577, 615, 636, 945, 1089, 1103, 1117, 1224, 1225, 1228, 1672, 1861, 1887, 1888, 1889, 1891, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1916, 1921], "scipi": [0, 563, 588, 589, 945, 1224, 1867, 1869, 1870, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1915, 1916, 1920, 1921], "bfg": [0, 563, 1224], "basin": 0, "nelder": [0, 563, 1224], "mead": [0, 563, 1224], "inform": [0, 509, 529, 531, 535, 537, 538, 551, 580, 591, 1861, 1862, 1863, 1868, 1879, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1900, 1901, 1902, 1907, 1913, 1918], "make_delta": [0, 563], "axi": [0, 550, 555, 556, 564, 590, 1214, 1886, 1889, 1890, 1893, 1895, 1896, 1900, 1901, 1902, 1903, 1907, 1908, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "arbitrari": [0, 527, 530, 551, 582, 1089, 1103, 1117], "gradient": [0, 4], "guess": [0, 563, 589, 669, 670, 1224, 1781, 1782, 1791, 1882, 1904, 1905, 1908, 1909, 1910], "complet": [0, 3, 9, 203, 204, 220, 221, 222, 223, 229, 230, 231, 232, 234, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 512, 513, 518, 520, 523, 533, 534, 539, 552, 559, 580, 595, 1862, 1863, 1867, 1873, 1874, 1882, 1896, 1900, 1908, 1915, 1920], "first": [0, 6, 7, 8, 11, 12, 13, 40, 46, 49, 51, 53, 63, 146, 148, 234, 266, 336, 337, 379, 390, 467, 486, 492, 493, 494, 495, 504, 508, 509, 521, 527, 529, 530, 537, 538, 541, 542, 549, 551, 561, 565, 568, 569, 570, 574, 578, 579, 580, 582, 590, 596, 663, 870, 877, 945, 1791, 1828, 1842, 1861, 1862, 1863, 1868, 1872, 1873, 1879, 1882, 1884, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "lim_": [0, 563, 1224, 1908], "inf": 0, "delta": [0, 490, 491, 524, 530, 563, 569, 593, 655, 1224, 1228, 1791, 1902, 1905, 1910, 1912, 1917], "ci": 0, "setup": [0, 1868, 1886, 1890], "adresssanit": 0, "undefinedbehaviorsanit": 0, "catch": [0, 595], "e": [0, 3, 4, 5, 40, 46, 86, 165, 166, 167, 168, 178, 226, 262, 264, 265, 270, 272, 284, 296, 310, 311, 312, 453, 461, 500, 501, 502, 503, 506, 507, 508, 509, 512, 513, 517, 519, 521, 522, 525, 527, 528, 529, 530, 531, 533, 534, 538, 547, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 570, 573, 580, 582, 585, 586, 587, 588, 589, 590, 591, 595, 615, 636, 669, 691, 692, 730, 731, 769, 770, 808, 809, 847, 848, 870, 872, 885, 889, 939, 945, 969, 970, 1012, 1013, 1214, 1230, 1639, 1679, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1745, 1863, 1864, 1865, 1867, 1868, 1869, 1871, 1873, 1877, 1879, 1880, 1886, 1890, 1892, 1893, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1909, 1912, 1913, 1914, 1917, 1918, 1919, 1923], "bound": [0, 211, 212, 236, 237, 519, 660, 1781, 1782, 1791], "undefin": [0, 302, 500, 503], "behavior": [0, 525, 1862, 1865, 1871, 1888, 1892, 1908, 1916, 1921], "danger": [0, 597], "earli": 0, "navig": [0, 1886, 1890], "done": [0, 206, 210, 235, 417, 420, 430, 438, 441, 444, 460, 510, 523, 561, 578, 580, 589, 669, 1871, 1886, 1889, 1890, 1893, 1895, 1896, 1900, 1903, 1908, 1916, 1921], "vertic": [0, 1915, 1920], "sidebar": 0, "left": [0, 234, 475, 490, 491, 497, 512, 563, 577, 686, 725, 764, 803, 842, 964, 1224, 1846, 1886, 1890, 1896, 1900, 1903, 1908, 1912, 1915, 1916, 1917, 1920, 1921], "addition": [0, 490, 491, 580, 1896, 1900], "broken": [0, 1914, 1916, 1919, 1921], "could": [0, 7, 516, 529, 561, 578, 1888, 1890, 1892, 1893, 1902, 1903, 1908, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "deploi": 0, "pleas": [0, 4, 6, 8, 506, 547, 1861, 1862, 1863, 1868, 1870, 1871, 1916, 1921], "tight": [0, 568, 570, 573, 1624, 1639, 1659, 1675, 1676, 1677, 1886, 1890, 1892, 1893, 1912, 1917], "tight_bind": [0, 567, 568, 570, 572, 573, 1885, 1912, 1916, 1917, 1921], "dispers": [0, 572, 1890, 1892, 1899, 1905, 1910, 1912, 1913, 1917, 1918], "spectrum": [0, 196, 1887, 1891], "point": [0, 195, 196, 310, 312, 459, 461, 462, 474, 484, 485, 486, 490, 491, 527, 530, 531, 534, 536, 537, 538, 541, 542, 543, 545, 549, 550, 551, 552, 559, 560, 569, 570, 571, 573, 580, 582, 590, 595, 596, 659, 660, 670, 916, 945, 1048, 1064, 1076, 1077, 1088, 1089, 1101, 1115, 1117, 1129, 1146, 1147, 1157, 1176, 1179, 1190, 1198, 1200, 1216, 1217, 1639, 1641, 1642, 1672, 1677, 1679, 1757, 1761, 1762, 1767, 1770, 1771, 1773, 1775, 1776, 1777, 1778, 1793, 1797, 1851, 1871, 1882, 1883, 1886, 1888, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1902, 1905, 1910, 1912, 1913, 1914, 1917, 1918, 1919], "even": [0, 4, 467, 469, 506, 509, 518, 526, 569, 580, 591, 663, 1089, 1103, 1117, 1848, 1863, 1864, 1892, 1893, 1894, 1896, 1900, 1905, 1908, 1910, 1914, 1916, 1919, 1921], "equival": [0, 337, 338, 358, 359, 483, 501, 506, 508, 530, 534, 553, 561, 573, 597, 1875, 1899], "confus": 0, "addit": [0, 138, 384, 396, 461, 473, 506, 509, 521, 542, 547, 551, 566, 582, 595, 1863, 1865, 1866, 1869, 1886, 1890, 1895, 1903, 1908, 1913, 1918], "tb_from_wannier90": [0, 1886, 1888, 1889, 1890, 1892, 1893], "creat": [0, 4, 8, 11, 137, 214, 216, 224, 227, 266, 267, 326, 355, 361, 408, 461, 469, 490, 491, 502, 507, 508, 509, 523, 529, 553, 555, 556, 560, 563, 564, 582, 585, 586, 597, 599, 1000, 1033, 1191, 1228, 1229, 1679, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1846, 1848, 1862, 1863, 1867, 1868, 1871, 1875, 1880, 1892, 1893, 1895, 1896, 1899, 1900, 1903, 1905, 1908, 1910], "output": [0, 7, 19, 95, 131, 264, 265, 460, 464, 467, 469, 473, 487, 492, 493, 494, 495, 530, 580, 582, 593, 1645, 1676, 1677, 1863, 1886, 1887, 1890, 1891, 1902, 1903, 1908, 1910], "pythtb": [0, 1675], "tb_model": [0, 1675], "modern": [0, 1863, 1864, 1869], "icx": [0, 1869], "2021": [0, 4], "major": [0, 6, 1863, 1923], "One": [0, 506, 517, 561, 582, 952, 1679, 1865, 1873, 1879, 1886, 1889, 1890, 1893, 1896, 1900, 1901, 1905, 1907, 1908, 1910, 1914, 1919], "delta_tau": 0, "delta_iw": [0, 563, 1223], "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, 139, 553, 561, 570, 581, 585, 596, 1676, 1862, 1865, 1866, 1868, 1869, 1872, 1877, 1882, 1886, 1887, 1889, 1890, 1891, 1893, 1902, 1904, 1905, 1908, 1909, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "mpi_boost": 0, "kroneck": 0, "ref": [0, 461, 463, 492, 493, 494, 495, 517, 527, 547, 597, 1877, 1886, 1890, 1896, 1900, 1905, 1910, 1912, 1917], "pade": [0, 557, 1901, 1903, 1907, 1908], "n_point": [0, 553, 554, 555, 556, 557, 558, 560, 561, 564, 571, 589, 590, 674, 703, 713, 742, 752, 781, 791, 820, 830, 859, 981, 1021, 1195, 1196, 1773, 1775, 1776, 1861, 1913, 1918], "table_import": 0, "init": [0, 508, 533, 589, 669, 670, 1816, 1873, 1899, 1900], "cxxflag": [0, 1865], "ldflag": [0, 1865], "wrapper": [0, 503, 553, 582], "833": 0, "incorrect": [0, 3, 1875], "eigenbasi": [0, 163, 187, 199], "get_op_mat": [0, 164], "825": 0, "quantum_number_eigenvalu": [0, 162, 199, 511], "particl": [0, 510, 554, 556, 582, 586, 599, 601, 622, 680, 719, 758, 797, 836, 958, 1040, 1730, 1872, 1896, 1898, 1899, 1900, 1912, 1913, 1914, 1917, 1918, 1919], "subspac": [0, 9, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 178, 180, 182, 183, 184, 186, 188, 189, 190, 192, 193, 194, 195, 196, 200, 361, 362, 367, 368, 369, 370, 372, 373, 374, 375, 400, 402, 403, 405, 406, 407, 408, 409, 411, 412, 413, 414, 510, 565, 599, 601, 603, 604, 605, 606, 607, 608, 609, 612, 613, 614, 615, 617, 618, 621, 622, 624, 625, 626, 627, 628, 629, 630, 633, 634, 635, 636, 638, 639, 642, 1886, 1890, 1898, 1902, 1909], "fock_stat": 0, "unitari": [0, 185, 186, 573, 619, 640], "without": [0, 3, 302, 307, 329, 497, 508, 523, 527, 537, 538, 553, 571, 591, 1769, 1771, 1778, 1816, 1871, 1886, 1890, 1893, 1897], "autopartit": [0, 9, 565, 1902, 1909], "term": [0, 510, 530, 582, 585, 1639, 1676, 1680, 1713, 1714, 1715, 1723, 1894, 1901, 1902, 1904, 1907, 1909, 1912, 1916, 1917, 1921], "convent": [0, 7, 9, 498, 583, 585, 586, 587, 590, 593, 679, 718, 757, 796, 835, 957, 1702, 1705, 1707, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1865, 1878, 1901, 1907], "eigenel": 0, "get_subspace_dim": [0, 164], "broadcast": [0, 114, 146, 327, 473, 482, 508, 509, 553, 561], "eigensystem_t": [0, 171], "smaller": [0, 1896, 1900, 1903, 1908, 1916, 1921], "12": [0, 19, 95, 255, 264, 310, 312, 493, 494, 520, 590, 691, 692, 730, 731, 769, 770, 808, 809, 847, 848, 969, 970, 1012, 1013, 1869, 1870, 1880, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1904, 1905, 1907, 1909, 1910, 1921], "target_compile_featur": 0, "cxx_std_20": 0, "guarante": [0, 561, 582, 1863], "triqsvar": [0, 1863], "switch": [0, 1871, 1887, 1889, 1891, 1893], "build_dep": 0, "ifnotfound": 0, "accordingli": [0, 541, 1923], "start": [0, 5, 8, 45, 63, 420, 444, 461, 463, 519, 525, 551, 554, 555, 561, 569, 570, 573, 577, 578, 663, 1655, 1791, 1846, 1848, 1850, 1851, 1853, 1863, 1871, 1877, 1880, 1883, 1886, 1888, 1890, 1892, 1893, 1894, 1895, 1896, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "usr": [0, 596, 1863, 1865, 1870, 1879], "dpythonsupport": 0, "config": [0, 574, 577, 579, 580, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "findmathjax": 0, "findsphinx": 0, "live": [0, 8, 517], "head": 0, "linktim": 0, "ipo": 0, "cmakelist": [0, 1871, 1877, 1880], "txt": [0, 1871, 1880], "treat": [0, 6, 510, 583, 1696, 1698, 1701, 1703, 1705, 1793, 1865, 1896, 1900, 1916, 1921], "subdirectori": [0, 1881, 1884, 1908, 1909, 1922], "build_document": 0, "AND": 0, "NOT": [0, 233, 242, 243, 244, 245, 246, 247, 248, 249, 503, 508, 518, 520, 523, 527, 553], "pythonsupport": 0, "inspect": [0, 591, 1886, 1890, 1903, 1908], "interface_compile_featur": 0, "find_xxx": 0, "hint": [0, 1886, 1890, 1896, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "priorit": 0, "system": [0, 3, 164, 191, 506, 510, 565, 577, 578, 582, 1862, 1863, 1865, 1867, 1868, 1869, 1871, 1872, 1886, 1889, 1890, 1893, 1896, 1898, 1900, 1902, 1903, 1908, 1912, 1913, 1914, 1917, 1918, 1919, 1922], "py_convert": [0, 503, 1877], "vice": [0, 582], "versa": [0, 582], "rtd": 0, "autosummari": 0, "796": 0, "old": [0, 306, 510, 524, 534, 578, 583, 907, 1698, 1709, 1868, 1874, 1892], "mpi4pi": [0, 1818, 1819, 1867, 1868, 1869, 1870], "pip3": 0, "first_mesh": 0, "ttf": 0, "woff2": 0, "eot": 0, "h5_read_gf_struct": [0, 250], "multivar": [0, 541], "829": 0, "helper": [0, 9, 64, 547, 581, 710, 749, 788, 827, 866, 988, 1896, 1900, 1912, 1913, 1917, 1918], "block_siz": [0, 252], "block_gf_view": [0, 255, 264, 265, 309, 315, 319, 320, 327, 330, 533], "scalar": [0, 379, 383, 390, 395, 460, 467, 469, 471, 506, 507, 524, 527, 531, 537, 538, 539, 541, 542, 543, 545, 561, 566, 582, 583, 585, 689, 728, 767, 806, 845, 967, 1696, 1698, 1699, 1700, 1703, 1708, 1723, 1875, 1896, 1897, 1899, 1900, 1914, 1919], "nondiagon": 0, "make_real_in_tau": [0, 250], "is_gf_real_in_tau": [0, 250, 537], "matrix_valu": [0, 531, 535, 537, 538, 539, 542, 543, 544, 545, 556, 681, 682, 683, 684, 685, 696, 697, 698, 720, 721, 722, 723, 724, 735, 736, 737, 759, 760, 761, 762, 763, 774, 775, 776, 798, 799, 800, 801, 802, 813, 814, 815, 837, 838, 839, 840, 841, 852, 853, 854, 959, 960, 961, 962, 963, 974, 975, 976, 1006, 1007, 1008, 1009, 1010, 1011, 1014, 1015, 1016, 1875], "comparison": [0, 347, 488, 500, 557, 1886, 1890, 1916, 1921], "transpos": [0, 555, 557, 558, 563], "self": [0, 4, 503, 507, 554, 555, 557, 558, 561, 563, 569, 589, 590, 659, 669, 677, 678, 679, 699, 700, 701, 702, 716, 717, 718, 738, 739, 740, 741, 755, 756, 757, 777, 778, 779, 780, 794, 795, 796, 816, 817, 818, 819, 833, 834, 835, 855, 856, 857, 858, 872, 874, 881, 889, 891, 904, 945, 955, 956, 957, 977, 978, 979, 980, 1017, 1018, 1019, 1020, 1029, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181, 1198, 1199, 1200, 1202, 1203, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1225, 1753, 1861, 1872, 1882, 1887, 1888, 1891, 1892, 1894, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "conj_r": 0, "conj": [0, 310, 312, 324, 325, 493, 494, 530, 563, 582, 707, 746, 785, 824, 863, 985, 1022, 1223], "mako": [0, 1867, 1869, 1870], "bugfix": 0, "getitem": 0, "setitem": 0, "rank1": 0, "set_operator_structur": [0, 587], "gf_base": 0, "cover": [0, 578, 1896, 1900, 1905, 1910], "slice": [0, 11, 116, 509, 541, 552, 555, 558, 559, 710, 749, 788, 827, 866, 988, 1744, 1828, 1842], "fix_gf_struct_typ": 0, "bionic": 0, "cento": 0, "11": [0, 19, 95, 255, 265, 518, 520, 527, 1862, 1869, 1888, 1890, 1892, 1893, 1894, 1896, 1898, 1899, 1900, 1909, 1916, 1917, 1918, 1919, 1920, 1921], "trigger": 0, "increas": [0, 459, 460, 463, 1872, 1886, 1887, 1888, 1890, 1891, 1892, 1902, 1909, 1916, 1921], "j4": 0, "nbsphinx": [0, 1892, 1902, 1912, 1913, 1915, 1917, 1918, 1920], "apt": [0, 1863, 1868, 1870], "libomp": 0, "ignor": [0, 461, 463, 508, 1713, 1714, 1715, 1793], "dockerignor": 0, "zlib": 0, "libhdf5": [0, 1870], "msan_opt": 0, "libcxx": 0, "libcxxabi": 0, "libev": 0, "libgfortran5": [0, 1870], "libgfortran4": 0, "21": [0, 1890, 1896, 1900, 1909, 1912], "resolv": [0, 1863, 1867], "comp": [0, 3], "alloc_dealloc_mismatch": 0, "libc": 0, "libunwind": 0, "dev": [0, 1863, 1870, 1879], "ambigu": [0, 520], "focal": 0, "omp_num_thread": [0, 1865], "explicit": [0, 508, 537, 538, 1863], "node": [0, 423, 491, 508, 509, 580, 595, 1793, 1803, 1811, 1822, 1826, 1828, 1836, 1842, 1863, 1896, 1900], "alloc": [0, 122, 127, 338, 341], "ansicolor": 0, "orthogon": [0, 571, 1767, 1773, 1862], "clean": [0, 520, 522, 574, 582, 1868, 1871], "h_k": 0, "eigenvalu": [0, 172, 198, 199, 612, 633, 1892, 1908], "tighbind": 0, "displ_vec": [0, 572], "overlap_mat_vec": [0, 572], "h5read": 0, "writeabl": 0, "printabl": 0, "parser": [0, 1680, 1681], "get_kmesh": [0, 1886, 1890, 1892, 1893, 1912, 1916, 1917, 1921], "get_rmesh": 0, "inconsist": 0, "tbsuperlattic": 0, "__repr__funct": 0, "lattice_util": [0, 1912, 1913, 1916, 1917, 1918, 1919, 1921], "eigvalsh": 0, "periodization_matrix": 0, "properti": [0, 310, 312, 324, 500, 530, 531, 546, 551, 553, 561, 563, 571, 679, 687, 688, 693, 694, 695, 704, 705, 706, 718, 726, 727, 732, 733, 734, 743, 744, 745, 757, 765, 766, 771, 772, 773, 782, 783, 784, 796, 804, 805, 810, 811, 812, 821, 822, 823, 835, 843, 844, 849, 850, 851, 860, 861, 862, 871, 875, 876, 877, 878, 879, 880, 886, 887, 893, 894, 898, 899, 900, 957, 965, 966, 971, 972, 973, 982, 983, 984, 1042, 1043, 1044, 1045, 1049, 1050, 1056, 1059, 1223, 1637, 1649, 1651, 1652, 1653, 1654, 1656, 1665, 1667, 1668, 1669, 1670, 1671, 1768, 1774, 1846, 1848, 1852, 1853, 1855, 1863, 1886, 1887, 1890, 1891, 1912, 1913, 1917, 1918], "extens": [0, 4, 6, 375, 1845, 1862, 1869, 1872, 1894, 1905, 1910], "cross": [0, 1887, 1891], "ndim": [0, 567], "get": [0, 6, 8, 40, 46, 55, 56, 60, 61, 118, 171, 172, 180, 181, 184, 210, 211, 212, 213, 458, 459, 461, 472, 473, 479, 480, 481, 484, 485, 489, 496, 524, 541, 577, 580, 583, 592, 597, 612, 614, 633, 635, 710, 749, 788, 827, 866, 988, 1701, 1705, 1750, 1760, 1761, 1762, 1763, 1764, 1862, 1863, 1868, 1870, 1886, 1890, 1892, 1896, 1900, 1901, 1903, 1905, 1907, 1908, 1910, 1913, 1918], "meshbrzon": [0, 1647, 1663, 1899], "meshcyclat": [0, 1648, 1664], "sumk": [0, 571], "monitor": [0, 1886, 1890], "select": [0, 8, 443, 451, 561, 565, 579, 584, 874, 881, 891, 904, 1867, 1873, 1895, 1905, 1910, 1913, 1918], "logic": [0, 534, 1872], "flow": 0, "stream": [0, 473, 487, 531, 582], "clear": [0, 8, 202, 421, 473, 523, 1864], "begin": [0, 20, 22, 35, 37, 43, 49, 64, 66, 77, 79, 81, 90, 92, 101, 103, 335, 500, 524, 527, 530, 578, 580, 582, 583, 952, 1699, 1700, 1708, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "clear_statist": [0, 442], "move_set": [0, 415], "recurs": [0, 506, 507, 1037, 1901, 1907], "del": [0, 508, 1861], "abbrevi": 0, "b_zone": 0, "get_interpol": 0, "rewrit": [0, 500, 503, 512, 529], "one": [0, 4, 6, 100, 169, 215, 255, 310, 324, 335, 361, 365, 366, 367, 373, 375, 388, 417, 423, 438, 440, 441, 445, 459, 467, 469, 471, 490, 491, 499, 502, 507, 508, 509, 516, 517, 518, 520, 521, 522, 523, 524, 525, 527, 530, 534, 537, 553, 563, 564, 565, 569, 577, 578, 579, 580, 582, 585, 586, 587, 589, 590, 591, 593, 595, 597, 599, 601, 622, 663, 870, 945, 1224, 1230, 1672, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1791, 1797, 1864, 1867, 1872, 1880, 1882, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "matsubara_mesh_opt": 0, "size_of_compon": 0, "foreach": [0, 11, 367, 376, 388, 527, 565, 566], "root": [0, 113, 114, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 327, 482, 483, 507, 508, 509, 1820, 1834, 1914, 1915, 1919, 1920], "has_env": [0, 118, 122, 125, 126, 127], "built": [0, 509, 542, 1862, 1868, 1869, 1899], "minivec": 0, "make_regular": [0, 538], "range_al": 0, "all_t": [0, 541], "occur": [0, 139, 141, 142, 423, 459, 471, 491, 506, 595, 1851, 1914, 1916, 1919, 1921], "_ph": 0, "placeholder_prim": 0, "detail": [0, 4, 49, 308, 367, 506, 508, 512, 527, 529, 575, 577, 578, 580, 591, 593, 1871, 1883, 1886, 1890, 1896, 1900, 1916, 1921], "matric": [0, 185, 233, 524, 551, 572, 583, 619, 640, 683, 686, 722, 725, 761, 764, 800, 803, 839, 842, 961, 964, 1009, 1624, 1631, 1640, 1660, 1704, 1874, 1894, 1899], "underli": [0, 572, 1064, 1077, 1621, 1624, 1629, 1635, 1776, 1873, 1886, 1890, 1899], "squar": [0, 180, 263, 264, 265, 522, 530, 537, 551, 562, 563, 568, 570, 573, 586, 589, 669, 996, 1230, 1727, 1731, 1872, 1886, 1890, 1896, 1899, 1900, 1905, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1922], "collect": [0, 509, 574, 577, 580, 1869, 1902, 1906, 1909], "abc": [0, 504], "result_of": [0, 527], "invoke_result": 0, "crucial": [0, 590, 1886, 1890], "certain": [0, 1863, 1865, 1880, 1896, 1900, 1902], "fundamental_operator_set": [0, 9, 169, 175, 334, 351, 352, 362, 510, 565, 582, 584], "would": [0, 4, 517, 523, 534, 561, 580, 582, 1851, 1863, 1868, 1896, 1898, 1900, 1908], "eigenenergi": 0, "mechan": [0, 509, 575, 578, 580], "detect": [0, 582, 1871], "model": [0, 4, 255, 261, 270, 278, 367, 375, 418, 420, 521, 523, 527, 532, 537, 538, 543, 545, 565, 570, 573, 574, 577, 580, 1675, 1677, 1862, 1872, 1882, 1886, 1887, 1888, 1890, 1891, 1892, 1901, 1907, 1912, 1915, 1917, 1920], "affect": [0, 516, 1793], "By": [0, 508, 509, 530, 580, 1845, 1886, 1890, 1896, 1900, 1902, 1903, 1904, 1908, 1909, 1921], "check_issue819": 0, "export": [0, 500, 1863, 1864, 1865, 1867, 1870], "pull": [0, 6, 7, 1863], "request": [0, 3, 5, 7, 348, 382, 394, 710, 749, 788, 827, 866, 988, 1863], "820": 0, "block_matrix": 0, "tabl": [0, 240, 241, 531, 1920], "variant_extens": 0, "pragma": [0, 577], "onc": [0, 459, 509, 519, 541, 577, 578, 580, 1857, 1863, 1871, 1889, 1893, 1903, 1908, 1913, 1918], "toler": [0, 310, 311, 312, 563, 585, 691, 692, 730, 731, 769, 770, 808, 809, 847, 848, 969, 970, 1012, 1013, 1224, 1692, 1725], "test_delta_infti": 0, "method": [0, 1, 9, 445, 451, 499, 500, 513, 517, 522, 534, 557, 563, 571, 575, 577, 579, 580, 581, 589, 590, 593, 595, 601, 622, 655, 659, 665, 669, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 869, 884, 909, 911, 914, 916, 918, 920, 926, 928, 931, 934, 937, 939, 941, 945, 947, 949, 950, 952, 988, 990, 1024, 1030, 1040, 1047, 1051, 1054, 1064, 1077, 1089, 1103, 1117, 1131, 1147, 1158, 1167, 1179, 1198, 1200, 1203, 1224, 1226, 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, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1607, 1611, 1619, 1624, 1635, 1639, 1659, 1684, 1747, 1755, 1767, 1773, 1775, 1776, 1793, 1797, 1804, 1844, 1845, 1847, 1849, 1850, 1851, 1854, 1855, 1856, 1857, 1886, 1890, 1895, 1896, 1899, 1900, 1902, 1908, 1912, 1916, 1917, 1921], "better": [0, 534, 1886, 1888, 1890, 1892, 1903, 1908], "fall": [0, 473, 1755, 1902, 1916, 1921], "back": [0, 502, 509, 578, 580, 583, 1698, 1886, 1890, 1896, 1900, 1903, 1908, 1913, 1918], "solut": [0, 4, 506, 508, 510, 580, 591, 596, 1867, 1868, 1872, 1884, 1886, 1888, 1890, 1892, 1900, 1902, 1903, 1904, 1915, 1919, 1920], "793": 0, "proxi": [0, 582], "link": [0, 521, 531, 580, 1879, 1880, 1883, 1894], "triqs_pi": 0, "nopython": 0, "remain": [0, 518, 524, 578, 1880, 1905, 1910, 1916, 1921], "ri": 0, "derweh": 0, "A": [0, 3, 4, 5, 11, 19, 32, 47, 63, 71, 83, 95, 134, 173, 180, 182, 264, 265, 266, 270, 309, 319, 320, 330, 350, 438, 440, 441, 442, 461, 467, 469, 490, 491, 502, 507, 509, 510, 512, 513, 514, 517, 519, 521, 524, 527, 533, 542, 551, 552, 555, 556, 557, 559, 560, 563, 564, 566, 569, 572, 573, 577, 578, 579, 581, 582, 585, 588, 591, 592, 607, 618, 628, 639, 659, 669, 687, 695, 704, 726, 734, 743, 765, 773, 782, 804, 812, 821, 843, 851, 860, 875, 876, 877, 878, 880, 893, 894, 900, 926, 939, 965, 973, 982, 1056, 1060, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1194, 1195, 1217, 1230, 1624, 1627, 1631, 1739, 1781, 1797, 1828, 1842, 1846, 1851, 1852, 1861, 1862, 1863, 1871, 1873, 1878, 1881, 1882, 1883, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1897, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "guid": [0, 5, 7, 8, 250, 1862, 1863], "how": [0, 5, 6, 9, 506, 517, 522, 529, 557, 570, 580, 592, 1863, 1864, 1867, 1871, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "here": [0, 3, 4, 7, 8, 500, 502, 509, 515, 517, 521, 524, 525, 527, 529, 549, 553, 561, 564, 568, 570, 574, 577, 578, 579, 580, 582, 584, 590, 591, 592, 597, 945, 1863, 1867, 1871, 1872, 1873, 1874, 1875, 1879, 1880, 1882, 1883, 1885, 1886, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "malt": 0, "schueler": 0, "hiroshi": 0, "shinaoka": 0, "manuel": 0, "zingl": [0, 3], "made": [0, 207, 461, 517, 523, 553, 561, 578, 580, 597, 1639, 1851, 1886, 1890, 1902], "necessari": [0, 4, 501, 502, 549, 1863, 1868, 1870, 1886, 1889, 1890, 1893], "decid": [0, 537, 578, 580, 1851, 1869, 1871, 1894, 1896, 1900, 1903, 1908], "These": [0, 4, 509, 547, 561, 580, 590, 1871, 1872, 1890, 1896, 1900, 1923], "autom": [0, 1863], "interdepend": 0, "per": [0, 563, 573, 582, 1224, 1680, 1857, 1886, 1887, 1889, 1890, 1891, 1892, 1893], "togeth": [0, 4, 11, 215, 373, 461, 1863, 1867, 1892, 1896, 1897, 1900], "unless": [0, 471, 516, 530, 580, 593], "thei": [0, 335, 411, 412, 509, 517, 526, 530, 537, 553, 560, 561, 580, 581, 582, 590, 595, 1862, 1863, 1865, 1867, 1868, 1894, 1895, 1896, 1897, 1898, 1900, 1905, 1906, 1908, 1910, 1916, 1921], "alter": [0, 553], "dbuild_dep": 0, "try": [0, 240, 241, 445, 523, 561, 580, 595, 1863, 1874, 1887, 1889, 1891, 1893, 1902, 1903, 1908], "never": [0, 508, 517, 1894], "step": [0, 7, 49, 53, 504, 510, 523, 563, 578, 593, 1224, 1819, 1862, 1864, 1867, 1868, 1886, 1890, 1901, 1902, 1907, 1916, 1921], "glad": 0, "earlier": [0, 553, 580, 1867, 1870, 1903, 1908], "inversefouri": 0, "set_from_inverse_fouri": 0, "make_gf_from_inverse_fouri": [0, 250], "xxx": [0, 529, 535, 1889], "n1": [0, 679, 718, 757, 796, 835, 871, 886, 957], "n2": [0, 679, 718, 757, 796, 835, 871, 886, 957], "indicesl": [0, 554, 555, 556, 557, 558], "indicesr": [0, 554, 555, 556, 557, 558], "get_gf_data_shap": 0, "get_target_shap": 0, "syntax": [0, 512, 520, 521, 534, 553, 1866, 1896, 1900], "split": [0, 118, 510, 565, 1896, 1900, 1902], "libpython": 0, "libtriq": 0, "seper": 0, "libtriqs_pi": 0, "boost_seri": 0, "complex_liter": 0, "operatori": 0, "operator_j": 0, "conflict": [0, 518, 1863, 1867], "stacktrac": 0, "mac": [0, 1863, 1864, 1865], "o": [0, 3, 58, 487, 490, 491, 554, 556, 557, 558, 564, 568, 573, 582, 589, 590, 597, 1863, 1864, 1865, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1902, 1904, 1905, 1908, 1909, 1910, 1912, 1917, 1920, 1921], "osx10": 0, "15": [0, 255, 265, 563, 1224, 1869, 1890, 1895, 1896, 1900], "catalina": 0, "simultan": 0, "cpp2pyinfo": 0, "serializ": [0, 500, 527], "cplx": 0, "h5_read": [0, 202, 252, 269, 281, 293, 306, 350, 400, 416, 473, 549, 1876], "h5_write": [0, 202, 252, 269, 281, 293, 350, 400, 416, 473, 533, 542, 549, 1876], "fill_first_eigenstate_of_subspac": 0, "external_depend": 0, "extern": [0, 578, 580, 1872, 1913, 1918], "gtest": 0, "add_external_depend": 0, "dep": 0, "extract": [0, 9, 500, 503, 581, 582, 583, 585, 1702, 1706, 1707, 1710, 1713, 1714, 1715, 1721, 1886, 1887, 1890, 1891, 1892, 1901, 1903, 1907, 1908, 1910], "lib": [0, 535, 589, 596, 1867, 1877, 1879, 1880, 1898, 1899, 1900], "about": [0, 5, 8, 519, 529, 577, 578, 580, 1862, 1872, 1886, 1890, 1894, 1896, 1898, 1900, 1903, 1908, 1913, 1914, 1918, 1919], "comma": 0, "subscript": 0, "specif": [0, 6, 261, 531, 546, 575, 590, 1863, 1886, 1889, 1890, 1893, 1896, 1900, 1901, 1902, 1907], "build_interfac": 0, "permiss": 0, "og": 0, "fconcept": 0, "17": [0, 265, 1890, 1900, 1902, 1909, 1910, 1916, 1921], "suppress": [0, 1886, 1888, 1889, 1890, 1892, 1893], "project_sourc": 0, "binary_dir": 0, "cmake_xxx_dir": 0, "cmake_polici": 0, "find_depend": 0, "refactor": 0, "explicitli": [0, 582, 945, 1871], "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, 213, 238, 242, 243, 244, 248, 370, 411, 412, 459, 507, 551, 561, 580, 593, 1863, 1867, 1885, 1896, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910], "pkg_root": 0, "pkg_base": 0, "env": [0, 509, 577, 580, 1816], "nfft": 0, "fftw": [0, 1867, 1869], "mathjax_path": 0, "fallback": 0, "gmpxx": 0, "add_mpi_test": 0, "cpp2py_xxx": 0, "bare": [0, 571, 1775, 1914, 1915, 1916, 1919, 1920, 1921], "ones": [0, 510, 580, 583, 590, 1698, 1709, 1865, 1914, 1915, 1916, 1919, 1920, 1921], "preinstal": 0, "findgit": 0, "det": [0, 201, 208, 210, 213, 226, 234, 235, 238, 242, 243, 244, 245, 246, 247, 248, 249, 522, 523, 524, 1873], "porting_to_triqs3": 0, "md": 0, "nrgljubjana_interfac": 0, "impur": [0, 5, 510, 581, 945, 1862, 1863, 1872, 1882, 1884, 1888, 1889, 1892, 1893, 1896, 1898, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910], "hubbardi": [0, 4, 1889, 1893], "green_retim": 0, "mathjax": 0, "7": [0, 255, 270, 469, 494, 495, 510, 516, 518, 520, 557, 574, 595, 596, 1874, 1877, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1903, 1907, 1908, 1909, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "8": [0, 255, 265, 270, 282, 294, 459, 469, 471, 494, 495, 509, 512, 517, 520, 571, 590, 596, 597, 1773, 1776, 1863, 1869, 1880, 1886, 1890, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1903, 1905, 1907, 1908, 1909, 1910, 1917, 1918, 1920, 1921], "advic": 0, "anaconda": [0, 1867], "w": [0, 508, 512, 519, 527, 530, 533, 541, 542, 561, 563, 572, 578, 591, 1230, 1232, 1624, 1871, 1873, 1875, 1876, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1899, 1912, 1917, 1918], "h5f_acc_trunc": 0, "pip": [0, 7, 1864, 1867, 1868, 1871], "binari": [0, 137, 506, 517, 1868], "actual": [0, 516, 523, 553, 580, 585, 591, 593, 1912, 1917], "introduct": [0, 9, 561, 575, 580, 1872, 1878, 1881, 1886, 1890, 1896, 1900], "tailfit": 0, "rh": [0, 207, 261, 278, 302, 327, 448, 512, 523, 529, 532, 553, 561], "773": 0, "is_gf_hermitian": [0, 250], "block_nam": [0, 252, 255, 533, 563, 1228, 1230], "assert_block": 0, "_gfs_are_clos": 0, "improp": [0, 3], "pattern": [0, 500, 503, 1871], "spot": 0, "defint": 0, "gf_const_view": [0, 250, 262, 265, 270, 278, 294, 302, 321, 528, 529, 531, 533, 535, 544, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 996, 997, 998, 999, 1001, 1002, 1009, 1011], "gl": [0, 554, 555, 556, 564, 681, 700, 701, 702, 720, 739, 740, 741, 759, 778, 779, 780, 798, 817, 818, 819, 837, 856, 857, 858, 959, 978, 979, 980, 1007, 1018, 1019, 1020], "lshift": 0, "assign": [0, 9, 12, 88, 116, 144, 261, 278, 500, 513, 518, 526, 529, 531, 534, 542, 552, 559, 582, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1873, 1899], "gf_indic": 0, "deduct": [0, 11, 250, 509, 533], "statement": [0, 503, 512], "make_hermitian": [0, 250], "make_adjoint_mesh": [0, 529, 558], "1e": [0, 264, 265, 310, 312, 563, 945, 1224, 1785, 1786, 1787, 1788, 1789, 1814, 1886, 1890, 1896, 1899, 1900, 1916, 1920, 1921], "positive_freq_view": [0, 250], "764": 0, "str": [0, 554, 555, 556, 557, 558, 563, 567, 573, 592, 674, 713, 752, 791, 830, 885, 907, 945, 952, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1228, 1230, 1611, 1676, 1680, 1681, 1750, 1900], "nparrai": 0, "align": [0, 1902], "skeleton": 0, "lldb": 0, "debugg": 0, "build_id": 0, "cach": 0, "pythonpath": [0, 1865], "workaround": [0, 520], "buggi": 0, "mark": [0, 11, 1886, 1890, 1894], "upstream": 0, "vim": [0, 1871], "analysi": [0, 9, 459, 498, 504, 588, 1894, 1903, 1904, 1908, 1909, 1916, 1921], "many_body_operator_gener": [0, 362, 582, 584], "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, 109, 115, 119, 120, 122, 124, 125, 126, 127, 135, 136, 144, 147, 148, 150, 163, 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, 203, 204, 207, 209, 210, 211, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 226, 227, 239, 242, 243, 244, 245, 247, 253, 254, 255, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 291, 292, 294, 295, 296, 297, 298, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 351, 352, 353, 354, 355, 356, 358, 359, 360, 362, 363, 364, 366, 367, 368, 369, 371, 373, 374, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 389, 390, 391, 392, 393, 394, 396, 397, 398, 399, 403, 404, 405, 406, 407, 408, 409, 411, 412, 414, 422, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 435, 436, 437, 447, 448, 449, 450, 453, 454, 457, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 476, 477, 478, 480, 481, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 509, 510, 520, 521, 523, 527, 532, 533, 534, 535, 536, 544, 547, 565, 566, 574, 582, 595, 597, 1874, 1875], "debian": [0, 1867], "usabl": 0, "conjunct": [0, 1863], "put": [0, 205, 459, 462, 500, 516, 520, 521, 523, 529, 561, 580, 591, 1877, 1894, 1895, 1897, 1916, 1921], "Be": [0, 8, 520, 1871], "lpath_to_instal": 0, "filter": 0, "agsinst": 0, "supress": 0, "rvalu": [0, 271, 283, 295, 418, 420, 517], "lvalu": [0, 517], "usag": [0, 6, 9, 508, 529, 547, 573, 1867, 1886, 1890], "ox": 0, "newli": 0, "wai": [0, 3, 507, 519, 523, 526, 527, 530, 547, 561, 564, 570, 580, 1865, 1867, 1875, 1894, 1895, 1896, 1897, 1900, 1901, 1903, 1907, 1908, 1912, 1916, 1917, 1921], "place": [0, 383, 384, 385, 395, 396, 397, 580, 597, 690, 729, 768, 807, 846, 968, 1871, 1896, 1900], "ld": 0, "It": [0, 3, 4, 242, 243, 244, 245, 246, 247, 248, 249, 361, 378, 389, 417, 438, 440, 441, 459, 473, 500, 503, 506, 508, 510, 512, 516, 517, 518, 519, 520, 522, 524, 525, 526, 527, 530, 534, 553, 561, 568, 571, 578, 580, 582, 591, 596, 671, 672, 1677, 1755, 1767, 1773, 1791, 1851, 1852, 1857, 1864, 1867, 1869, 1871, 1872, 1879, 1883, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1916, 1921], "older": 0, "On": [0, 1791, 1868, 1916, 1921], "rather": [0, 562, 580, 1899, 1905, 1910, 1913, 1918], "than": [0, 490, 491, 517, 526, 527, 580, 1857, 1862, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1903, 1908, 1909, 1912, 1913, 1916, 1917, 1918, 1921], "homebrew": [0, 1867], "python2": [0, 596, 1877], "substanti": [0, 1896, 1900, 1908], "adapt": [0, 4, 452, 524, 569, 589, 597, 659, 1862, 1886, 1890], "enumer": [0, 11, 1850, 1886, 1890, 1916, 1920, 1921], "resid": 0, "folder": [0, 7, 1877, 1886, 1890, 1904, 1909, 1918], "commun": [0, 3, 4, 5, 109, 110, 111, 112, 113, 114, 116, 130, 131, 139, 140, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 327, 367, 417, 422, 438, 440, 441, 447, 466, 482, 483, 491, 494, 495, 508, 509, 549, 574, 577, 580], "gather": [0, 131, 147, 278, 302, 509, 561, 1902], "basic_typ": 0, "accord": [0, 530, 578, 587, 591, 1736, 1886, 1890, 1905, 1910], "within": [0, 170, 172, 335, 353, 402, 405, 406, 413, 459, 525, 567, 582, 1611, 1862, 1863, 1865, 1886, 1890, 1898, 1902, 1903, 1908], "prior": 0, "array_view": [0, 265, 682, 684, 721, 723, 760, 762, 799, 801, 838, 840, 960, 962, 1006, 1008, 1010, 1604, 1873], "aliv": [0, 1850, 1851], "itself": [0, 369, 442, 504, 506, 520, 531, 533, 535, 577, 589, 590, 591, 1863, 1867, 1883, 1886, 1890, 1913, 1916, 1918, 1921], "destroi": [0, 553, 1897, 1905, 1910], "achiev": [0, 591, 1871, 1896, 1900, 1902, 1905, 1910], "lead": [0, 508, 509, 518, 590, 591, 1890, 1905, 1910, 1916, 1921], "penalti": [0, 207, 518], "keep": [0, 8, 261, 267, 473, 517, 561, 591, 1755, 1869, 1901, 1907], "thu": [0, 530, 578, 1863, 1905, 1910], "let": [0, 507, 508, 525, 553, 561, 570, 578, 580, 589, 591, 1877, 1880, 1885, 1886, 1890, 1894, 1896, 1897, 1899, 1900, 1902, 1903, 1908, 1913, 1915, 1916, 1918, 1920, 1921], "illustr": [0, 504, 519, 520, 553, 573, 579, 590, 1867, 1895, 1904, 1909], "f": [0, 26, 83, 84, 85, 88, 89, 90, 137, 207, 209, 245, 246, 247, 342, 343, 353, 356, 401, 406, 409, 439, 490, 491, 508, 512, 513, 515, 516, 518, 520, 521, 522, 523, 524, 527, 541, 553, 560, 583, 589, 590, 593, 595, 597, 669, 670, 916, 1035, 1645, 1696, 1698, 1703, 1705, 1781, 1782, 1791, 1873, 1874, 1886, 1890, 1893, 1895, 1912, 1913, 1917, 1918], "immedi": [0, 553], "end": [0, 11, 20, 23, 35, 38, 42, 43, 49, 63, 64, 67, 77, 80, 90, 93, 101, 104, 117, 245, 335, 338, 417, 438, 440, 441, 459, 475, 500, 503, 523, 524, 527, 530, 573, 578, 582, 583, 1699, 1700, 1708, 1867, 1874, 1896, 1897, 1899, 1900, 1902, 1903, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "temporari": [0, 233, 517], "av": [0, 492, 493, 494, 495], "arr": [0, 32, 146, 148, 149, 1712], "unnecessari": 0, "shown": [0, 578, 1886, 1888, 1890, 1892, 1912, 1915, 1917, 1920], "practic": [0, 527, 541, 580, 591, 1865, 1878, 1886, 1890, 1896, 1899, 1900, 1901, 1907], "rare": [0, 500], "howev": [0, 7, 508, 510, 518, 523, 527, 529, 534, 547, 553, 582, 1863, 1864, 1871, 1886, 1890, 1901, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "follow": [0, 3, 4, 7, 8, 310, 312, 324, 325, 501, 507, 508, 509, 517, 521, 524, 529, 530, 531, 533, 537, 538, 539, 543, 545, 550, 551, 553, 554, 555, 556, 557, 558, 561, 563, 570, 573, 578, 580, 582, 583, 584, 590, 591, 595, 597, 1223, 1639, 1698, 1863, 1867, 1869, 1870, 1871, 1875, 1876, 1877, 1879, 1880, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "need": [0, 7, 8, 122, 127, 234, 272, 284, 296, 420, 444, 448, 459, 506, 509, 522, 524, 527, 530, 532, 535, 563, 574, 578, 580, 581, 582, 583, 590, 591, 1230, 1706, 1863, 1868, 1870, 1875, 1879, 1886, 1887, 1890, 1891, 1894, 1896, 1898, 1900, 1901, 1902, 1907, 1916, 1921, 1923], "dasan": 0, "dubsan": 0, "offici": [0, 3, 4, 1868], "easili": [0, 4, 527, 580, 590, 591, 595, 1863, 1872, 1873, 1874, 1875, 1879, 1886, 1890, 1895, 1896, 1900, 1905, 1910, 1923], "borrow": 0, "array_expr": 0, "regular": [0, 461, 497, 507, 518, 531, 553, 571, 590, 597, 1767, 1773, 1871, 1896, 1900, 1916, 1921], "calloc": 0, "delet": [0, 144, 520], "rebind": [0, 281, 293], "cf": [0, 238, 255, 270, 417, 423, 438, 440, 441, 500, 506, 518, 524, 526, 527, 529, 531, 534, 547, 589, 595, 596, 597, 1862, 1883], "ld_preload": [0, 1879], "project_source_dir": 0, "project_binary_dir": 0, "cmake_xxx": 0, "add_cpp2py_modul": 0, "boostconfig": 0, "find_packag": [0, 1871, 1880], "gsl": 0, "prepend": [0, 1865], "py_": 0, "extra": [0, 364, 510, 1879, 1886, 1889, 1890, 1893, 1894, 1914, 1919], "info": [0, 1880], "blas_lapack": 0, "findtest": 0, "parse_commit": 0, "pars": [0, 1680, 1681], "is_gf_v": 0, "is_block_gf_v": 0, "is_instantiation_of_v": 0, "tmpl": 0, "signbit": 0, "real_or_complex": [0, 582, 1712, 1713, 1714, 1715], "729": 0, "forceinlin": 0, "termin": [0, 1027, 1028, 1032, 1850, 1851, 1867, 1886, 1890, 1903, 1908], "expect": [0, 459, 510, 512, 565, 578, 580, 1875, 1890, 1894, 1896, 1900, 1913, 1918], "ensur": [0, 373, 471, 561, 1003, 1004, 1863, 1886, 1890, 1902], "licens": [0, 5, 1862], "cpp2y": 0, "apach": 0, "c14": 0, "c17": 0, "fundament": [0, 4, 9, 165, 166, 167, 168, 169, 175, 310, 324, 342, 343, 347, 350, 351, 352, 510, 565, 584, 603, 604, 605, 606, 610, 624, 625, 626, 627, 631, 1902], "respect": [0, 7, 181, 542, 547, 562, 566, 573, 582, 870, 1854, 1863, 1904, 1909, 1912, 1913, 1917, 1918], "342": 0, "overhaul": 0, "fit_legendr": [0, 563], "cheat": 0, "sheet": 0, "issue_templ": 0, "make_zero_tail": [0, 250, 551, 563], "fit_tail": [0, 250, 551, 562], "greenfunct": [0, 278], "brief": [0, 416, 1865, 1869, 1894], "contain": [0, 4, 7, 9, 24, 34, 40, 42, 43, 44, 48, 78, 81, 93, 97, 98, 106, 147, 148, 150, 169, 188, 207, 264, 265, 267, 269, 293, 362, 377, 465, 466, 492, 493, 494, 495, 500, 503, 508, 509, 513, 517, 519, 522, 524, 526, 527, 528, 529, 531, 532, 534, 546, 547, 551, 553, 563, 565, 566, 567, 571, 572, 582, 587, 591, 597, 599, 601, 621, 622, 642, 952, 1075, 1087, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1229, 1230, 1618, 1623, 1627, 1631, 1679, 1736, 1767, 1773, 1863, 1865, 1872, 1875, 1877, 1879, 1886, 1890, 1896, 1898, 1900, 1901, 1902, 1905, 1907, 1910, 1911, 1914, 1916, 1919, 1921], "dichotomi": 0, "load": [0, 506, 508, 1863, 1868, 1876, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1904, 1908, 1909, 1915, 1920], "weblink": 0, "css": 0, "2rst": 0, "docs_cpp2rst": [0, 7], "formula": [0, 530, 1913, 1914, 1918, 1919], "less": [0, 509, 580, 1879, 1886, 1890], "rigid": 0, "is_within_boundari": [0, 549], "index_to_linear": [0, 527, 549], "index_to_point": [0, 527, 549], "725": 0, "slice_t": 0, "value_t": [0, 1074, 1076, 1086, 1088, 1100, 1101, 1114, 1115, 1128, 1129, 1145, 1146, 1156, 1157, 1175, 1176, 1189, 1190], "partial": [0, 459, 513, 518, 519, 520, 542, 561, 1609, 1886, 1890, 1897, 1903, 1905, 1908, 1910, 1913, 1918], "stride": [0, 11, 73, 75, 1219], "chunk_rang": [0, 11], "omp_chunk": 0, "omp": 0, "mpi_chunk": 0, "exclud": [0, 12, 48, 52, 53, 56, 63, 192, 193, 194, 195, 196, 645, 646, 647, 648], "larg": [0, 4, 506, 510, 525, 530, 568, 1862, 1867, 1883, 1886, 1890, 1892, 1896, 1900, 1902, 1908, 1912, 1913, 1916, 1917, 1918, 1921], "pack": [0, 364], "mkl": [0, 1865], "warmup": [0, 416, 426, 433, 434, 438, 441, 578, 580, 1882, 1902, 1904, 1905, 1908, 1909, 1910], "chunk": [0, 11, 12, 161, 452], "encapsul": [0, 509], "slice_rang": 0, "length": [0, 117, 475, 500, 509, 577, 578, 580, 597, 870, 1882, 1886, 1890, 1902, 1905, 1910, 1916, 1921], "n": [0, 3, 4, 11, 19, 32, 48, 146, 148, 149, 235, 245, 246, 255, 262, 263, 264, 265, 266, 267, 268, 313, 314, 316, 317, 318, 322, 323, 326, 332, 333, 465, 466, 481, 490, 491, 493, 503, 510, 512, 522, 524, 525, 527, 530, 533, 537, 549, 550, 551, 554, 555, 556, 557, 558, 562, 563, 565, 568, 573, 577, 578, 582, 583, 586, 592, 593, 595, 597, 697, 698, 736, 737, 775, 776, 814, 815, 853, 854, 975, 976, 1015, 1016, 1040, 1041, 1064, 1089, 1103, 1117, 1224, 1706, 1730, 1760, 1845, 1863, 1871, 1875, 1882, 1885, 1886, 1889, 1896, 1898, 1899, 1900, 1902, 1903, 1904, 1908, 1909, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "mpi_reduce_in_plac": 0, "mpi_reduc": [0, 156, 250, 473, 509], "slice_length": 0, "chunk_length": 0, "orbit": [0, 510, 567, 569, 573, 583, 585, 586, 587, 656, 663, 1611, 1614, 1616, 1617, 1640, 1651, 1653, 1654, 1660, 1667, 1669, 1670, 1697, 1701, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862, 1872, 1884, 1886, 1890, 1892, 1896, 1900, 1902, 1913, 1914, 1918, 1919], "724": 0, "brillouinzon": [0, 1064, 1659, 1899], "is_almost_zero": 0, "precis": [0, 504, 506, 524, 530, 569, 580, 582, 659, 1677, 1785, 1786, 1787, 1788, 1789, 1813, 1814, 1869, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1899, 1900], "many_body_oper": [0, 335, 361, 362, 565, 582, 643, 650, 651, 652, 1711, 1713, 1714, 1715, 1716, 1717, 1718], "745": 0, "reduction_t": 0, "data_t": [0, 255, 256, 264, 265, 270, 271, 282, 283, 294, 295, 339, 340, 531, 535, 536, 537, 538, 543, 545], "mat": 0, "map_block": 0, "lambda": [0, 83, 85, 512, 520, 582, 587, 589, 590, 597, 1037, 1089, 1103, 1117, 1214, 1735, 1832, 1896, 1900, 1912, 1917, 1918, 1919], "capture_stdout": 0, "im": [0, 553, 563, 1230, 1232, 1861, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1903, 1908, 1912, 1913, 1917, 1918, 1920], "re": [0, 8, 227, 507, 523, 563, 571, 580, 597, 1230, 1232, 1775, 1880, 1886, 1889, 1890, 1892, 1893, 1909, 1912, 1913, 1917, 1918], "bcast": [0, 508], "recv": 0, "neglig": 0, "framework": [0, 4, 575, 591, 1863, 1905, 1910], "binder": [0, 1862, 1872], "easyconfig": 0, "varieti": [0, 551, 1863, 1909], "stabil": [0, 1867], "treatment": 0, "high": [0, 3, 264, 265, 326, 528, 529, 530, 537, 538, 543, 545, 552, 553, 559, 560, 561, 563, 573, 945, 1229, 1862, 1886, 1890, 1896, 1900, 1908, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "upgrad": [0, 1867, 1868], "deb": [0, 1863], "target_spac": [0, 679, 718, 757, 796, 835, 957], "density_zero_t": 0, "608": 0, "substack": 0, "vstack": 0, "safeti": [0, 1871, 1887, 1891], "counter": [0, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1907], "475": 0, "enfor": 0, "sub": [0, 1886, 1890], "findnfft": 0, "alp": 0, "findlapack": 0, "modulefil": [0, 1863], "git_execut": 0, "fortran": [0, 1894], "gesvd": 0, "gelss": 0, "least": [0, 169, 263, 264, 265, 467, 469, 530, 537, 541, 551, 562, 566, 589, 597, 599, 601, 622, 669, 996, 1892, 1898, 1903, 1908], "normal": [0, 361, 366, 373, 375, 388, 420, 444, 472, 496, 520, 535, 547, 553, 569, 582, 655, 945, 1715, 1851, 1886, 1890, 1905, 1910], "assymetri": 0, "replace_by_tail": 0, "enforc": [0, 551, 1089, 1103, 1117, 1740, 1741, 1816, 1903, 1908], "j": [0, 203, 216, 220, 224, 225, 229, 240, 241, 242, 243, 245, 246, 248, 249, 264, 310, 324, 339, 490, 491, 522, 523, 524, 551, 561, 563, 577, 583, 585, 1223, 1224, 1228, 1697, 1698, 1708, 1709, 1713, 1714, 1715, 1722, 1723, 1724, 1863, 1874, 1890, 1893, 1900, 1904, 1915, 1916, 1920, 1921], "tail_issu": 0, "moment": [0, 262, 264, 265, 326, 528, 530, 537, 538, 545, 552, 559, 580, 683, 722, 761, 800, 839, 945, 961, 1009, 1916, 1921], "maximum": [0, 4, 207, 459, 460, 461, 463, 467, 468, 470, 551, 563, 1224, 1781, 1791, 1874, 1913, 1916, 1918, 1921], "largest": [0, 461, 551, 1158, 1167, 1179, 1913, 1916, 1918, 1921], "known_moment": [0, 264, 265, 529, 551, 562, 682, 683, 684, 685, 721, 722, 723, 724, 760, 761, 762, 763, 799, 800, 801, 802, 838, 839, 840, 841, 960, 961, 962, 963, 1006, 1008, 1009, 1010, 1011], "try_change_col_row": [0, 202], "incorpor": 0, "empti": [0, 255, 270, 282, 339, 363, 402, 508, 517, 531, 533, 535, 567, 580, 1611, 1898, 1899, 1902, 1905, 1910], "n_min": [0, 169, 551, 599, 601, 622, 683, 685, 697, 698, 722, 724, 736, 737, 761, 763, 775, 776, 800, 802, 814, 815, 839, 841, 853, 854, 961, 963, 975, 976, 1009, 1011, 1015, 1016, 1898], "n_max": [0, 169, 551, 599, 601, 622, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1898, 1912, 1917], "f_shell": 0, "regist": [0, 418, 419, 420, 421, 507, 508, 574], "663": 0, "collect_result": [0, 416, 574, 577, 580], "wait": [0, 1793, 1851, 1886, 1890, 1902, 1909], "timer": 0, "650": 0, "inclus": 0, "master": [0, 508, 509, 580, 1793, 1826, 1889, 1893], "fit_": 0, "hermitian_": 0, "cleanin": 0, "time_pt": 0, "style": [0, 509, 1895], "constraint": [0, 4, 945], "roud": 0, "margin": 0, "668": 0, "hdfarchiveinert": [0, 506], "671": 0, "557": 0, "mesh_brillouin_zon": 0, "product_rang": [0, 11], "cpp": [0, 278, 529, 535, 595, 1877, 1880], "kei": [0, 127, 506, 507, 508, 573, 1640, 1660, 1680, 1813, 1863, 1886, 1890], "center": [0, 473, 481, 573, 940, 1760, 1887, 1891, 1905, 1910, 1912, 1917], "semicircular": [0, 553, 554, 555, 556, 557, 558, 560, 564, 1882, 1896, 1897, 1900, 1901, 1904, 1907, 1908, 1909], "649": 0, "638": 0, "624": 0, "581": 0, "594": 0, "known": [0, 264, 265, 459, 551, 1900, 1915, 1920], "calulcul": 0, "gf_multivar": 0, "mesh1": 0, "mesh2": 0, "gt": [0, 529, 542, 555, 558, 564, 701, 740, 779, 818, 857, 979, 1019, 1895, 1899, 1900, 1918], "106": 0, "flat": [0, 455, 456, 553, 560, 941, 1902], "assum": [0, 506, 563, 1223, 1712, 1863, 1880, 1916, 1921], "vanish": [0, 368, 373, 375, 388, 391, 393, 1896, 1900, 1916, 1921], "0th": 0, "msg": 0, "h5write": 0, "array_stack": 0, "swap_index_view": 0, "wip": 0, "grab": 0, "annot": 0, "ipython": [0, 1867, 1872, 1881, 1895, 1906, 1911], "notebook": [0, 501, 1862, 1863, 1870, 1872, 1881, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1905, 1906, 1907, 1908, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1922], "oparcollet": 0, "tail_studi": 0, "dont": 0, "set_from_fouri": [0, 554, 555, 557, 558], "verbos": [0, 423, 537, 538, 577, 579, 580, 1217, 1220, 1781, 1791, 1916, 1921], "tail_fitt": 0, "tail_fit_on_window": 0, "exposet": 0, "n_tail_max": [0, 551, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1141], "fit_and_replac": 0, "compatibl": 0, "restricted_view": 0, "mpi_gath": [0, 130, 509, 549], "scatter": [0, 134, 150, 161, 278, 302, 509, 549, 1886, 1890, 1893], "flatten2d": 0, "nonborrow": 0, "around": [0, 4, 1103, 1117, 1862, 1886, 1887, 1890, 1891, 1892, 1899, 1916, 1921], "deriv": [0, 28, 29, 30, 31, 458, 593, 595, 1793, 1903, 1908, 1913, 1918], "updaat": 0, "multivari": [0, 534, 541, 1872, 1881], "get_tail": 0, "rule": [0, 1915, 1916, 1920, 1921, 1923], "map": [0, 137, 169, 361, 362, 366, 375, 388, 424, 449, 508, 572, 584, 585, 586, 587, 599, 601, 622, 1624, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1886, 1890, 1898, 1899, 1912, 1913, 1917, 1918], "initializi": 0, "set_tail_paramet": 0, "reenabl": 0, "indec": 0, "procedur": [0, 169, 264, 265, 507, 530, 537, 551, 562, 578, 1863], "push": [0, 8], "vandermond": 0, "reus": [0, 510, 591, 1913, 1916, 1918, 1921], "make_product": [0, 11], "gelss_cach": 0, "ll": [0, 530, 1895], "draft": 0, "complex_freq": 0, "boson": [0, 525, 527, 537, 538, 540, 549, 550, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1896, 1900, 1913, 1918], "bz": [0, 571, 1064, 1607, 1659, 1679, 1773, 1775, 1776, 1886, 1890, 1899, 1905, 1910, 1912, 1917, 1918, 1919], "om": [0, 590], "experiment": [0, 419, 1089, 1103, 1117, 1888, 1892], "sign": [0, 234, 440, 441, 443, 445, 512, 521, 553, 574, 577, 580, 1865, 1902, 1909, 1912, 1917], "statistic_enum": [0, 540], "linear_dim": 0, "creation": [0, 167, 168, 169, 352, 373, 582, 583, 599, 601, 622, 1690, 1698, 1709, 1871, 1895, 1898, 1905, 1910], "n_moment": [0, 326, 563, 1229], "everi": [0, 7, 11, 335, 459, 516, 517, 546, 565, 578, 580, 1886, 1890, 1901, 1907, 1916, 1921], "element": [0, 11, 13, 26, 34, 48, 53, 60, 61, 63, 70, 71, 81, 132, 146, 148, 154, 192, 193, 335, 336, 338, 341, 349, 352, 368, 371, 373, 375, 404, 461, 465, 466, 490, 491, 492, 493, 494, 495, 497, 506, 509, 510, 521, 523, 525, 527, 535, 554, 555, 556, 557, 558, 561, 566, 574, 582, 583, 585, 586, 587, 597, 1033, 1679, 1699, 1712, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1894, 1896, 1898, 1899, 1900, 1914, 1919], "typo": 0, "gf_densiti": 0, "infti": [0, 525, 527, 530, 563, 569, 570, 655, 665, 1224, 1892, 1896, 1900, 1913, 1914, 1916, 1918, 1919, 1921], "cancel": 0, "checkfor": 0, "gf_fourier": 0, "block2": 0, "best": [0, 519, 526, 1865, 1871, 1886, 1887, 1890, 1891, 1921], "look": [0, 344, 348, 509, 570, 580, 589, 1033, 1861, 1862, 1867, 1872, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1900, 1902, 1903, 1905, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "ctint": 0, "techniqu": [0, 509, 553, 561], "simpli": [0, 240, 241, 245, 502, 512, 527, 553, 561, 580, 585, 589, 590, 591, 592, 1861, 1863, 1875, 1896, 1899, 1900, 1902, 1923], "triqs_cxx_definit": 0, "triqs_include_al": 0, "co": [0, 512, 517, 519, 520, 530, 590, 1894, 1895, 1899, 1905, 1910, 1912, 1913, 1917, 1918], "triqstest": 0, "build_pytriq": 0, "explain": [0, 8, 541, 542, 1887, 1891, 1902, 1915, 1916, 1920, 1921], "maintain": [0, 3, 4, 335, 506, 1869], "doxygen": [0, 521], "simpler": [0, 509, 526], "2doc": 0, "line": [0, 4, 7, 129, 214, 224, 240, 241, 509, 522, 523, 553, 573, 580, 595, 1217, 1753, 1863, 1867, 1868, 1873, 1877, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1902, 1908, 1912, 1917], "boost_vers": 0, "link_librari": 0, "boost_librari": 0, "14": [0, 19, 95, 520, 1867, 1890, 1892, 1900, 1902, 1910], "_desc": 0, "full_nam": [0, 503, 1877], "module_nam": 0, "app_nam": [0, 503, 1877], "application_a": [0, 1877], "use_modul": [0, 1877], "add_includ": [0, 503, 1877], "rel": [0, 509, 1877, 1886, 1890, 1908], "solver_cor": 0, "include_directori": 0, "python_destin": 0, "triqs_python_extens": 0, "triqs_python_extension_and_instal": 0, "second": [0, 9, 146, 148, 266, 379, 390, 425, 426, 429, 432, 433, 434, 486, 498, 504, 521, 530, 537, 538, 565, 568, 570, 579, 580, 870, 878, 945, 1791, 1851, 1885, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1898, 1900, 1901, 1902, 1907, 1909, 1913, 1915, 1918, 1920], "destin": [0, 553, 561], "triqs_python_lib_dest": 0, "python_lib_dest_root": 0, "everywher": 0, "using_the_lib": 0, "application_structur": 0, "polymorph": [0, 518, 582], "handl": [0, 508, 523, 528, 550, 1914, 1919], "full": [0, 4, 9, 163, 170, 176, 177, 187, 358, 359, 370, 400, 402, 405, 413, 459, 467, 469, 510, 553, 561, 565, 575, 578, 580, 583, 608, 611, 620, 629, 632, 641, 945, 1697, 1698, 1702, 1707, 1862, 1863, 1870, 1872, 1873, 1874, 1875, 1877, 1886, 1890, 1892, 1896, 1900, 1902], "break": [0, 1914, 1919, 1923], "As": [0, 3, 7, 506, 517, 519, 524, 527, 530, 561, 578, 580, 590, 1851, 1867, 1868, 1880, 1886, 1888, 1890, 1892, 1894, 1896, 1899, 1900, 1903, 1908, 1912, 1913, 1914, 1917, 1918, 1919], "consequ": [0, 517, 1915, 1916, 1920, 1921], "twice": [0, 516], "big": [0, 1886, 1890, 1901, 1903, 1907, 1908, 1913, 1918], "smallest": [0, 460, 1167, 1179], "th": [0, 117, 172, 214, 216, 266, 267, 352, 378, 389, 404, 490, 491, 523, 537, 538, 543, 545, 573, 612, 633, 1895], "retriev": [0, 508, 591], "independ": [0, 4, 459, 561, 580, 593, 872, 889, 1896, 1900, 1915, 1920], "storag": [0, 215, 217, 225, 375, 377, 473, 476, 506, 513, 523, 549, 565, 582, 679, 718, 757, 796, 835, 957, 1758, 1869, 1886, 1890], "written": [0, 4, 163, 187, 355, 408, 478, 502, 504, 506, 514, 521, 522, 526, 533, 534, 539, 563, 577, 585, 591, 1232, 1608, 1673, 1683, 1722, 1723, 1724, 1869, 1880, 1883, 1886, 1890, 1894, 1903, 1908, 1916, 1921], "gain": 0, "space": [0, 9, 163, 169, 170, 176, 177, 187, 279, 291, 304, 350, 351, 352, 353, 354, 355, 356, 358, 359, 360, 361, 366, 367, 368, 370, 375, 378, 380, 381, 386, 387, 388, 389, 391, 392, 398, 399, 400, 401, 402, 405, 407, 408, 413, 414, 498, 510, 527, 530, 531, 537, 538, 554, 555, 556, 557, 558, 566, 582, 599, 601, 608, 611, 620, 622, 629, 632, 641, 674, 686, 704, 705, 706, 713, 725, 743, 744, 745, 752, 764, 782, 783, 784, 791, 803, 821, 822, 823, 830, 842, 860, 861, 862, 885, 952, 964, 982, 983, 984, 1640, 1660, 1676, 1677, 1680, 1681, 1886, 1890, 1896, 1898, 1899, 1900, 1902, 1905, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "otherwis": [0, 109, 118, 122, 125, 126, 127, 133, 234, 356, 358, 359, 409, 411, 412, 418, 420, 500, 503, 507, 508, 517, 518, 551, 553, 562, 563, 580, 582, 585, 586, 587, 590, 1033, 1224, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1819, 1846, 1863, 1916, 1921], "save": [0, 5, 9, 500, 503, 506, 510, 533, 542, 580, 1871, 1882, 1897, 1903, 1904, 1908, 1909, 1912, 1913, 1917, 1918], "reorgan": 0, "test_tool": 0, "There": [0, 361, 508, 517, 530, 535, 553, 565, 574, 582, 885, 1879, 1900, 1903, 1908, 1915, 1916, 1920, 1921], "just": [0, 240, 241, 500, 517, 519, 520, 527, 532, 547, 553, 571, 574, 577, 578, 579, 580, 591, 1048, 1769, 1771, 1778, 1797, 1850, 1863, 1868, 1880, 1886, 1888, 1890, 1892, 1894, 1896, 1897, 1900, 1901, 1903, 1904, 1907, 1908, 1909, 1913, 1915, 1918, 1920], "add_cpp_test": 0, "testnam": 0, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "program": [0, 3, 4, 506, 1846, 1865, 1882, 1886, 1890], "h5diff": [0, 506], "had": [0, 1867, 1898, 1903, 1908], "comparison_test": 0, "easi": [0, 525, 574, 584, 588, 1863, 1867, 1871, 1873, 1880, 1883, 1886, 1890, 1897], "parti": [0, 1867], "under": [0, 3, 367, 525, 553, 565, 591, 1862, 1863, 1878, 1880], "cmake_install_prefix": [0, 1863], "inherit": [0, 580, 1846], "visual": [0, 1883, 1886, 1887, 1888, 1890, 1891, 1892, 1912, 1914, 1917, 1919], "sphinxcontrib": 0, "doxylink": 0, "anymor": 0, "g0_iw": [0, 563, 945, 1223, 1225, 1882, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910], "solv": [0, 4, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 563, 581, 591, 945, 1225, 1781, 1791, 1861, 1862, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "equat": [0, 4, 553, 561, 563, 945, 1225, 1886, 1889, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "g_iw": [0, 510, 547, 551, 553, 563, 945, 1225, 1882, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910], "sigma_iw": [0, 563, 1225, 1861, 1882, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910], "tail_fit": 0, "read_gf_from_txt": [0, 563], "write_gf_to_txt": [0, 563], "text": [0, 5, 506, 525, 563, 568, 570, 590, 665, 1230, 1879, 1883, 1886, 1890, 1899, 1900, 1903, 1908, 1912, 1917], "organ": [0, 591, 1862, 1872, 1886, 1890], "commonli": [0, 4, 581, 586, 1726, 1864, 1905, 1910], "slater": [0, 583, 585, 1696, 1698, 1703, 1724], "kanamori": [0, 510, 583, 585, 1697, 1723, 1890, 1893, 1904, 1909], "interact": [0, 3, 4, 507, 528, 552, 563, 583, 584, 585, 586, 945, 1223, 1225, 1696, 1697, 1698, 1702, 1703, 1704, 1707, 1709, 1713, 1714, 1723, 1724, 1727, 1728, 1729, 1862, 1863, 1872, 1883, 1886, 1887, 1888, 1890, 1891, 1892, 1896, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1914, 1915, 1916, 1919, 1920, 1921, 1922], "s_z": [0, 586, 1728, 1731, 1916, 1921], "l_z": [0, 586, 1727, 1728], "op_struct": [0, 587], "auxiliari": [0, 510], "spin": [0, 3, 510, 565, 577, 580, 583, 585, 586, 587, 1676, 1697, 1704, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862, 1886, 1889, 1890, 1892, 1893, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "exit": [0, 1846, 1848], "receiv": [0, 6, 130, 131, 147, 148, 149, 156, 157, 158, 159, 417, 438, 440, 441, 582], "stop_callback": [0, 417, 438, 440, 441], "insert2": [0, 202, 523], "remove2": [0, 202, 523], "change_row": [0, 202], "change_col": [0, 202, 523], "try_": 0, "complete_oper": [0, 202, 228, 233, 242, 243, 244, 245, 246, 247, 248, 249, 523, 1874], "insert2_at_end": [0, 202, 1874], "remove_at_end": [0, 202, 1874], "remove2_at_end": [0, 202, 1874], "change_one_row_and_one_col": [0, 1874], "unsign": [0, 484, 485, 509], "tupl": [0, 9, 16, 42, 43, 44, 48, 97, 98, 99, 106, 132, 490, 491, 498, 500, 503, 507, 508, 527, 561, 569, 583, 584, 587, 589, 599, 601, 622, 663, 669, 670, 704, 710, 743, 749, 782, 788, 821, 827, 860, 866, 982, 988, 1060, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1640, 1647, 1648, 1660, 1663, 1664, 1681, 1700, 1701, 1706, 1708, 1735, 1781, 1845, 1898, 1899], "hdf_archiv": 0, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "subgroup": [0, 118, 354, 355, 407, 408, 506, 507, 508, 591, 1890, 1893, 1897], "doubl": [0, 172, 173, 178, 191, 192, 193, 194, 195, 196, 197, 210, 211, 212, 213, 236, 237, 238, 246, 249, 263, 264, 265, 310, 311, 312, 326, 361, 366, 375, 388, 420, 424, 425, 429, 432, 433, 444, 445, 449, 455, 456, 460, 464, 467, 469, 471, 475, 476, 480, 481, 492, 493, 494, 495, 506, 509, 510, 512, 517, 518, 519, 520, 521, 523, 526, 527, 529, 531, 533, 537, 538, 539, 541, 542, 543, 545, 551, 555, 556, 565, 572, 574, 577, 579, 580, 582, 597, 648, 681, 682, 683, 684, 685, 720, 721, 722, 723, 724, 759, 760, 761, 762, 763, 798, 799, 800, 801, 802, 837, 838, 839, 840, 841, 959, 960, 961, 962, 963, 1007, 1008, 1009, 1010, 1011, 1040, 1067, 1604, 1626, 1632, 1633, 1635, 1644, 1661, 1791, 1871, 1873, 1874, 1875, 1876, 1880, 1886, 1889, 1890, 1892, 1893, 1899, 1913, 1915, 1916, 1918, 1920, 1921], "rich": [0, 1883], "attribut": [0, 1, 2, 342, 343, 506, 507, 508, 601, 622, 674, 713, 752, 791, 830, 869, 884, 952, 1040, 1047, 1054, 1064, 1077, 1089, 1103, 1117, 1131, 1147, 1158, 1167, 1179, 1611, 1619, 1624, 1635, 1639, 1659, 1684, 1755, 1767, 1773, 1793, 1797, 1804, 1844, 1847, 1849, 1856, 1886, 1890, 1901, 1907], "ignore_in_python": 0, "prevent": 0, "special": [0, 130, 156, 160, 375, 388, 525, 528, 531, 534, 535, 547, 552, 580, 582, 595, 1797, 1874, 1886, 1890, 1912, 1917], "overrid": [0, 1845, 1854], "adopt": 0, "physic": [0, 367, 1872, 1886, 1890, 1896, 1899, 1900, 1905, 1910], "paper": [0, 3, 4, 1862, 1886, 1890, 1921], "random": [0, 4, 9, 423, 431, 445, 452, 453, 454, 473, 498, 566, 574, 575, 577, 580, 1750, 1755, 1872, 1873, 1895, 1912, 1917, 1922], "glue": 0, "cython": 0, "gone": [0, 1916, 1921], "like": [0, 4, 7, 205, 207, 233, 234, 490, 491, 506, 510, 512, 517, 518, 521, 523, 527, 529, 542, 547, 553, 561, 574, 575, 580, 582, 583, 590, 591, 595, 596, 597, 1706, 1863, 1865, 1867, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1914, 1915, 1916, 1919, 1920, 1921], "conjug": [0, 373, 493, 494, 555, 557, 558, 563, 582], "alon": [0, 1862], "must": [0, 3, 131, 161, 169, 270, 278, 362, 365, 367, 370, 380, 391, 418, 420, 437, 483, 492, 493, 494, 495, 500, 503, 508, 512, 517, 520, 533, 553, 554, 555, 556, 557, 558, 561, 563, 566, 580, 581, 582, 583, 586, 590, 596, 597, 599, 601, 622, 674, 713, 752, 791, 830, 870, 873, 890, 929, 932, 935, 952, 1214, 1230, 1655, 1698, 1709, 1727, 1728, 1729, 1791, 1845, 1846, 1851, 1857, 1873, 1894, 1898, 1900, 1908, 1916, 1921], "25": [0, 520, 573, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1900, 1901, 1905, 1907, 1909, 1910, 1916, 1920, 1921], "unifi": 0, "pep": 0, "www": [0, 530], "org": [0, 4, 530, 945, 1863, 1886, 1887, 1888, 1890, 1891, 1892, 1894], "0008": 0, "lowercas": 0, "underscor": 0, "capword": 0, "update_arch": 0, "veri": [0, 4, 7, 240, 241, 521, 553, 578, 580, 588, 589, 591, 596, 1867, 1871, 1872, 1881, 1883, 1886, 1890, 1895, 1896, 1900, 1903, 1908], "old_arch": 0, "new_arch": 0, "encount": [0, 1861, 1863, 1870, 1918], "post": [0, 1861, 1862, 1894], "fullnam": [1, 2], "underlin": [1, 2], "rubric": [1, 2], "endif": [1, 2], "endblock": [1, 2], "function": [2, 7, 9, 10, 29, 30, 31, 137, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 207, 209, 215, 227, 255, 261, 263, 264, 265, 267, 270, 278, 306, 310, 311, 312, 316, 317, 318, 321, 322, 323, 324, 325, 326, 327, 328, 331, 375, 417, 438, 439, 440, 441, 472, 490, 491, 496, 498, 499, 500, 501, 502, 503, 504, 506, 508, 510, 512, 515, 516, 517, 519, 521, 522, 527, 528, 529, 534, 535, 536, 538, 539, 541, 543, 544, 545, 546, 547, 559, 560, 563, 564, 565, 566, 568, 570, 571, 573, 580, 581, 583, 584, 585, 589, 590, 591, 593, 595, 597, 598, 600, 645, 646, 647, 648, 649, 654, 659, 660, 669, 670, 671, 672, 674, 676, 677, 678, 679, 680, 686, 687, 689, 690, 693, 695, 697, 698, 707, 708, 709, 710, 713, 715, 716, 717, 718, 719, 725, 726, 728, 729, 732, 734, 736, 737, 746, 747, 748, 749, 752, 754, 755, 756, 757, 758, 764, 765, 767, 768, 771, 773, 775, 776, 785, 786, 787, 788, 791, 793, 794, 795, 796, 797, 803, 804, 806, 807, 810, 812, 814, 815, 824, 825, 826, 827, 830, 832, 833, 834, 835, 836, 842, 843, 845, 846, 849, 851, 853, 854, 863, 864, 865, 866, 869, 870, 873, 883, 884, 885, 890, 901, 908, 920, 925, 926, 929, 932, 935, 939, 944, 945, 946, 952, 954, 955, 956, 957, 958, 964, 965, 967, 968, 971, 973, 975, 976, 985, 986, 987, 988, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1015, 1016, 1022, 1023, 1037, 1053, 1063, 1072, 1073, 1084, 1085, 1089, 1098, 1099, 1103, 1112, 1113, 1117, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1192, 1193, 1201, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1221, 1222, 1223, 1224, 1225, 1226, 1228, 1229, 1230, 1231, 1232, 1233, 1610, 1645, 1658, 1674, 1680, 1683, 1695, 1698, 1710, 1712, 1719, 1726, 1734, 1735, 1736, 1738, 1739, 1743, 1749, 1752, 1754, 1763, 1764, 1767, 1768, 1769, 1773, 1774, 1780, 1781, 1782, 1784, 1790, 1791, 1793, 1812, 1815, 1816, 1817, 1831, 1832, 1843, 1848, 1850, 1853, 1861, 1862, 1863, 1870, 1872, 1873, 1874, 1877, 1881, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1895, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920], "class": [2, 8, 9, 10, 14, 20, 27, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 118, 128, 134, 139, 151, 152, 153, 154, 155, 164, 176, 202, 207, 252, 255, 269, 281, 293, 308, 335, 350, 361, 367, 375, 376, 388, 400, 416, 442, 452, 459, 473, 501, 504, 505, 506, 510, 518, 520, 521, 522, 524, 526, 531, 549, 550, 553, 554, 555, 556, 557, 558, 560, 561, 567, 568, 569, 570, 571, 572, 574, 575, 577, 578, 580, 581, 582, 584, 589, 590, 591, 592, 593, 600, 601, 622, 654, 655, 659, 664, 665, 668, 669, 673, 674, 712, 713, 751, 752, 790, 791, 829, 830, 868, 869, 883, 884, 906, 908, 909, 911, 914, 916, 918, 920, 925, 926, 928, 931, 934, 937, 939, 946, 947, 950, 952, 990, 994, 1023, 1024, 1030, 1039, 1040, 1046, 1047, 1051, 1053, 1054, 1063, 1064, 1077, 1089, 1103, 1117, 1131, 1147, 1158, 1167, 1179, 1233, 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, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1606, 1607, 1610, 1611, 1619, 1624, 1634, 1635, 1638, 1639, 1658, 1659, 1683, 1684, 1746, 1747, 1754, 1755, 1766, 1767, 1772, 1773, 1792, 1793, 1797, 1804, 1843, 1844, 1845, 1862, 1872, 1873, 1875, 1877, 1885, 1899, 1900, 1901, 1907, 1908, 1912, 1917], "librari": [3, 4, 5, 509, 512, 513, 519, 522, 526, 528, 529, 534, 551, 562, 575, 588, 591, 593, 595, 596, 1863, 1864, 1865, 1867, 1868, 1872, 1873, 1874, 1878, 1879, 1880, 1883, 1886, 1890, 1895, 1896, 1900, 1902, 1905, 1910], "orgin": 3, "ipht": [3, 1862], "cea": 3, "saclai": [3, 1862], "ferrero": 3, "cpht": 3, "ecol": [3, 1862], "polytechiqu": 3, "flatiron": [3, 1887, 1891], "institut": [3, 1887, 1891], "ccq": [3, 1863], "reciev": 3, "erc": 3, "grant": 3, "278472": 3, "divis": [3, 497, 566, 582, 585], "foundat": 3, "ayral": 3, "p": [3, 146, 148, 255, 313, 419, 502, 527, 1861, 1863, 1886, 1890, 1902], "hafermann": 3, "messio": 3, "seth": 3, "scientif": [3, 506, 588, 591, 1862, 1863, 1867, 1869, 1883, 1894], "kindli": 3, "us": [3, 5, 6, 7, 8, 9, 11, 47, 115, 120, 138, 148, 149, 156, 157, 158, 159, 169, 175, 179, 181, 192, 193, 195, 196, 201, 215, 217, 225, 233, 262, 264, 265, 270, 321, 326, 327, 335, 352, 361, 366, 368, 375, 378, 389, 417, 423, 438, 440, 441, 458, 459, 460, 461, 464, 467, 469, 471, 490, 491, 492, 493, 494, 495, 497, 500, 501, 503, 504, 506, 507, 508, 509, 512, 513, 516, 517, 518, 519, 520, 521, 522, 524, 525, 526, 527, 529, 533, 534, 535, 537, 538, 539, 541, 542, 543, 545, 551, 553, 554, 556, 557, 560, 561, 563, 564, 566, 569, 570, 571, 573, 578, 580, 581, 582, 583, 584, 585, 586, 590, 591, 592, 593, 595, 596, 597, 599, 601, 610, 616, 622, 631, 637, 670, 680, 686, 719, 725, 758, 764, 797, 803, 836, 842, 885, 945, 958, 964, 1048, 1103, 1117, 1224, 1228, 1639, 1672, 1679, 1697, 1698, 1723, 1724, 1726, 1753, 1767, 1775, 1781, 1782, 1791, 1819, 1847, 1849, 1852, 1855, 1856, 1862, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1873, 1874, 1875, 1876, 1877, 1879, 1880, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "toolbox": [3, 565, 1912, 1917], "research": [3, 1862], "quantum": [3, 169, 182, 198, 199, 510, 581, 599, 601, 618, 622, 639, 650, 651, 1862, 1889, 1893, 1896, 1898, 1900, 1901, 1903, 1907, 1908], "phy": [3, 4, 1862, 1905, 1910, 1915, 1916, 1920, 1921], "comm": [3, 4, 509, 1818, 1832, 1892], "196": [3, 1862], "398": [3, 1862], "415": 3, "2015": 3, "facilit": [3, 574, 1862], "bibtex": 3, "give": [3, 4, 361, 524, 537, 538, 580, 583, 670, 1706, 1874, 1878, 1886, 1890, 1894, 1896, 1898, 1900, 1901, 1905, 1907, 1910, 1913, 1914, 1916, 1918, 1919, 1921], "inde": [3, 7, 502, 527, 591, 651, 1888, 1892, 1896, 1898, 1900, 1915, 1920], "convinc": 3, "fund": 3, "publish": [3, 591, 1905, 1910], "gnu": [3, 596, 1869, 1886, 1890], "gener": [3, 4, 7, 9, 11, 138, 181, 261, 272, 279, 284, 291, 296, 304, 339, 350, 351, 352, 361, 362, 367, 369, 373, 416, 423, 431, 438, 452, 453, 454, 457, 471, 490, 491, 498, 500, 501, 502, 503, 506, 508, 517, 521, 522, 523, 524, 525, 527, 528, 532, 542, 546, 551, 561, 563, 565, 571, 574, 575, 578, 580, 582, 583, 589, 593, 669, 704, 743, 782, 821, 860, 869, 876, 877, 878, 884, 885, 894, 982, 1032, 1226, 1643, 1679, 1744, 1750, 1767, 1773, 1862, 1863, 1864, 1867, 1871, 1872, 1879, 1884, 1886, 1890, 1893, 1900, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1917, 1918, 1919], "version": [3, 5, 8, 9, 22, 23, 37, 38, 66, 67, 79, 80, 103, 104, 256, 361, 458, 459, 510, 516, 533, 553, 561, 565, 574, 579, 582, 593, 1861, 1862, 1864, 1867, 1868, 1869, 1870, 1871, 1880, 1883, 1887, 1891, 1896, 1900, 1901, 1905, 1910, 1915, 1916, 1920, 1921], "3": [3, 5, 19, 85, 95, 255, 261, 262, 265, 271, 278, 282, 283, 295, 302, 339, 378, 389, 455, 460, 464, 467, 469, 471, 475, 492, 493, 494, 495, 506, 507, 509, 510, 512, 517, 518, 519, 520, 523, 533, 537, 538, 541, 542, 549, 551, 553, 557, 560, 561, 563, 567, 573, 580, 582, 583, 589, 590, 595, 597, 682, 683, 684, 685, 697, 698, 721, 722, 723, 724, 736, 737, 760, 761, 762, 763, 775, 776, 799, 800, 801, 802, 814, 815, 838, 839, 840, 841, 853, 854, 960, 961, 962, 963, 975, 976, 1006, 1008, 1009, 1010, 1011, 1015, 1016, 1064, 1067, 1077, 1224, 1604, 1611, 1679, 1696, 1698, 1703, 1705, 1706, 1863, 1867, 1868, 1869, 1870, 1873, 1874, 1875, 1880, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "impli": [3, 361, 517, 561], "state": [3, 9, 163, 169, 170, 172, 174, 178, 185, 186, 187, 188, 192, 193, 195, 196, 208, 334, 335, 350, 352, 353, 356, 360, 361, 364, 366, 367, 368, 370, 372, 400, 401, 403, 404, 406, 409, 411, 412, 414, 498, 524, 553, 560, 568, 570, 578, 590, 599, 601, 608, 609, 615, 619, 620, 621, 622, 629, 630, 636, 640, 641, 642, 643, 645, 646, 647, 648, 655, 926, 939, 940, 1882, 1885, 1886, 1890, 1898, 1903, 1905, 1908, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "warranti": 3, "respons": [3, 459, 1872, 1912, 1913, 1914, 1917, 1918, 1919], "white": [3, 1917], "color": [3, 127, 590, 1886, 1890, 1892, 1893, 1895, 1902, 1912, 1913, 1917, 1918], "background": 3, "resolut": [3, 949], "svg": [3, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "pdf": [3, 458], "icon": [3, 1886, 1890], "studi": [4, 1862, 1872, 1904, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "categori": 4, "readili": [4, 525, 1914, 1919], "collabor": [4, 1862], "reli": [4, 1863], "thin": [4, 588, 1739], "mainten": [4, 574], "embed": [4, 1896, 1900, 1905, 1910], "conduct": [4, 1896, 1900, 1902], "bath": [4, 563, 1224, 1228, 1882, 1886, 1889, 1890, 1893, 1896, 1900, 1902, 1905, 1910], "mont": [4, 9, 416, 438, 440, 441, 459, 498, 523, 577, 593, 1886, 1889, 1890, 1893, 1896, 1900, 1902, 1903, 1908], "carlo": [4, 9, 416, 438, 440, 441, 459, 498, 523, 577, 593, 1886, 1889, 1890, 1893, 1896, 1900, 1902, 1903, 1908], "diagram": [4, 1902, 1914, 1919], "partit": [4, 9, 169, 197, 367, 368, 370, 373, 374, 510, 565, 580, 599, 601, 622, 649, 1898, 1902, 1909], "produc": [4, 502, 504, 506, 568, 579, 591, 593, 1864, 1886, 1890, 1894, 1908], "cite": [4, 1862], "200": [4, 367, 510, 1882, 1905, 1910], "274": [4, 367], "2016": [4, 367], "homepag": [4, 1862], "atom": [4, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 510, 565, 567, 572, 573, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 1611, 1624, 1886, 1889, 1890, 1893, 1896, 1898, 1899, 1900], "approxim": [4, 530, 557, 563, 945, 1224, 1872, 1889, 1891, 1893, 1896, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "quick": [4, 5, 240, 241, 506, 526], "answer": [4, 6, 466, 491, 494, 495, 577, 1862, 1887, 1889, 1891, 1893, 1916, 1921], "multiband": 4, "lattic": [4, 9, 498, 569, 570, 571, 572, 573, 1077, 1773, 1776, 1872, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1922], "descent": 4, "fix": [4, 8, 310, 312, 510, 538, 541, 551, 563, 566, 1226, 1886, 1890, 1896, 1899, 1900, 1913, 1915, 1918, 1920, 1923], "chemic": [4, 510, 565, 569, 658, 662, 940, 1886, 1889, 1890, 1892, 1893, 1899, 1901, 1904, 1907, 1908, 1909, 1912, 1917], "potenti": [4, 510, 565, 569, 658, 662, 940, 1865, 1867, 1871, 1886, 1889, 1890, 1892, 1893, 1899, 1901, 1904, 1907, 1908, 1909, 1912, 1917], "hartree_fock": 4, "fermion": [4, 164, 264, 265, 270, 326, 350, 360, 414, 510, 525, 526, 527, 529, 533, 535, 537, 538, 540, 541, 542, 549, 550, 551, 553, 565, 568, 569, 582, 589, 655, 658, 662, 1040, 1041, 1089, 1103, 1117, 1131, 1147, 1158, 1862, 1872, 1875, 1876, 1881, 1885, 1890, 1896, 1899, 1900, 1907, 1908, 1915, 1916, 1920, 1921, 1922], "mani": [4, 9, 181, 367, 368, 375, 388, 498, 506, 520, 525, 553, 570, 582, 1710, 1851, 1862, 1865, 1883, 1886, 1890, 1894, 1896, 1900, 1902, 1903, 1908, 1912, 1913, 1917, 1918], "bodi": [4, 9, 181, 367, 368, 375, 498, 525, 582, 1710, 1862, 1896, 1900, 1903, 1908], "imagianari": 4, "hugostrand": 4, "10": [4, 19, 95, 255, 264, 265, 270, 326, 509, 510, 512, 518, 519, 520, 523, 526, 535, 537, 538, 541, 543, 545, 551, 554, 563, 580, 590, 592, 1226, 1229, 1861, 1862, 1867, 1873, 1875, 1876, 1880, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1917, 1918, 1919, 1920], "5281": 4, "zenodo": 4, "592291": 4, "pomerol2triq": 4, "softwar": [4, 1862, 1863, 1869, 1883], "packag": [4, 5, 509, 1864, 1865, 1867, 1869, 1870, 1877, 1879, 1883, 1886, 1890, 1898, 1899, 1900, 1908], "235": 4, "388": 4, "2019": 4, "w2dynamics_interfac": 4, "renorm": [4, 1886, 1890, 1916, 1921], "rev": [4, 1862, 1905, 1910, 1916, 1921], "79": 4, "085106": 4, "2009": [4, 1905, 1910], "nrgljubljana_interfac": 4, "dfttool": 4, "wien2k": [4, 583, 1702, 1705, 1707], "band": [4, 510, 561, 569, 1672, 1882, 1886, 1887, 1890, 1891, 1892, 1901, 1904, 1905, 1907, 1909, 1910], "fledg": 4, "few": [4, 519, 533, 945, 1868, 1886, 1887, 1890, 1891, 1896, 1900, 1903, 1908, 1914, 1919], "204": 4, "shot": [4, 1889, 1893], "charg": [4, 534, 547, 553, 1914, 1915, 1919, 1920], "csc": 4, "h5": [4, 9, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 342, 343, 354, 355, 407, 408, 435, 436, 477, 478, 498, 507, 508, 510, 527, 533, 537, 538, 539, 542, 543, 545, 591, 1861, 1862, 1873, 1876, 1877, 1882, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1897, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1919, 1920], "archiv": [4, 9, 506, 508, 1872, 1876, 1881, 1882, 1886, 1890, 1892, 1903, 1904, 1908, 1909], "espresso": 4, "advantag": [4, 506, 525, 526, 574, 1894, 1901, 1907], "postprocess": [4, 1886, 1888, 1889, 1890, 1892, 1893], "script": [4, 5, 9, 588, 1863, 1871, 1872, 1879, 1883, 1886, 1890, 1892, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1917], "spectral": [4, 553, 557, 1211, 1214, 1887, 1888, 1889, 1891, 1892, 1893, 1896, 1900, 1901, 1903, 1907, 1908, 1912, 1916, 1917, 1921], "modular": [4, 1886, 1890], "entropi": 4, "1": [4, 5, 13, 15, 19, 43, 73, 85, 88, 95, 97, 117, 120, 121, 126, 161, 169, 174, 192, 193, 195, 196, 214, 216, 224, 225, 233, 234, 245, 246, 251, 255, 256, 260, 261, 262, 264, 265, 267, 270, 271, 282, 283, 290, 294, 295, 302, 310, 311, 312, 315, 324, 325, 326, 327, 339, 351, 352, 362, 368, 370, 377, 378, 379, 380, 382, 383, 384, 385, 389, 390, 391, 394, 395, 396, 397, 402, 417, 420, 438, 440, 441, 448, 453, 455, 456, 460, 461, 463, 464, 467, 469, 471, 475, 481, 490, 491, 492, 493, 494, 495, 497, 506, 508, 509, 510, 512, 516, 517, 518, 519, 520, 522, 523, 524, 525, 526, 527, 529, 530, 532, 533, 535, 537, 538, 541, 542, 549, 550, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 564, 565, 567, 568, 569, 570, 571, 572, 573, 574, 577, 579, 580, 582, 583, 585, 586, 589, 590, 592, 593, 596, 597, 655, 663, 665, 691, 692, 707, 710, 730, 731, 746, 749, 769, 770, 785, 788, 808, 809, 824, 827, 847, 848, 863, 866, 885, 945, 969, 970, 985, 988, 1012, 1013, 1022, 1191, 1223, 1224, 1228, 1611, 1626, 1632, 1633, 1639, 1644, 1661, 1679, 1698, 1699, 1700, 1706, 1713, 1714, 1722, 1723, 1724, 1729, 1732, 1760, 1767, 1773, 1781, 1791, 1794, 1798, 1805, 1819, 1833, 1861, 1862, 1863, 1865, 1869, 1871, 1873, 1874, 1875, 1876, 1880, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "caratheodori": 4, "2": [4, 5, 13, 19, 21, 24, 32, 36, 40, 65, 68, 78, 81, 95, 102, 106, 169, 174, 192, 193, 195, 196, 207, 214, 216, 224, 225, 255, 256, 260, 261, 262, 264, 265, 271, 282, 283, 290, 294, 295, 310, 315, 324, 325, 326, 327, 339, 351, 352, 362, 367, 368, 370, 377, 378, 380, 382, 389, 391, 394, 417, 438, 440, 441, 455, 459, 460, 461, 464, 465, 466, 467, 469, 471, 475, 490, 491, 492, 493, 494, 495, 497, 500, 503, 506, 507, 509, 510, 512, 516, 517, 518, 519, 520, 523, 525, 526, 527, 530, 531, 532, 533, 537, 538, 539, 542, 543, 545, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 565, 568, 570, 573, 577, 580, 582, 583, 585, 586, 589, 590, 593, 595, 596, 597, 885, 901, 926, 939, 1117, 1224, 1230, 1632, 1633, 1696, 1697, 1698, 1699, 1700, 1702, 1703, 1705, 1706, 1707, 1712, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1729, 1731, 1732, 1862, 1863, 1869, 1870, 1871, 1873, 1874, 1875, 1876, 1880, 1882, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "": [4, 7, 9, 11, 18, 29, 30, 31, 46, 89, 100, 146, 147, 192, 193, 194, 195, 196, 263, 316, 317, 318, 322, 323, 331, 339, 361, 440, 441, 473, 481, 498, 506, 507, 509, 510, 523, 527, 528, 535, 538, 545, 559, 560, 563, 564, 565, 570, 579, 580, 583, 585, 586, 587, 590, 591, 592, 597, 645, 646, 647, 648, 671, 672, 707, 746, 785, 824, 863, 869, 870, 873, 884, 885, 890, 916, 926, 939, 945, 949, 985, 996, 997, 998, 999, 1001, 1002, 1022, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1222, 1223, 1224, 1225, 1226, 1228, 1229, 1230, 1231, 1232, 1647, 1663, 1677, 1696, 1697, 1698, 1703, 1712, 1725, 1728, 1731, 1732, 1736, 1760, 1854, 1857, 1862, 1863, 1868, 1871, 1872, 1880, 1881, 1882, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "iskakov": 4, "jiani": 4, "fei": 4, "chia": 4, "nan": [4, 1913, 1918], "yeh": 4, "emanuel": 4, "gull": 4, "lett": [4, 1862, 1905, 1910, 1916, 1921], "126": 4, "056402": 4, "doi": [4, 1886, 1888, 1890, 1892], "1103": [4, 1886, 1888, 1890, 1892], "physrevlett": 4, "dominika": 4, "zgid": 4, "104": 4, "165111": 4, "physrevb": [4, 1886, 1888, 1890, 1892], "propos": [4, 420, 444, 574, 578, 580, 1901, 1907], "andrei": 4, "mishchenko": 4, "olga": 4, "goulko": 4, "et": [4, 1896, 1900, 1907, 1909], "al": [4, 1896, 1900, 1907], "95": 4, "014102": 4, "2017": 4, "239": 4, "166": 4, "94": [4, 1896, 1900], "023303": 4, "omegamaxent_interfac": 4, "effici": [4, 517, 526, 565, 591, 1862, 1899], "c": [4, 5, 7, 109, 110, 111, 112, 113, 114, 116, 121, 130, 131, 140, 146, 147, 148, 149, 150, 151, 153, 156, 157, 158, 159, 160, 161, 165, 166, 167, 168, 309, 319, 320, 327, 330, 373, 417, 422, 438, 440, 441, 447, 466, 467, 469, 482, 483, 491, 494, 495, 498, 499, 500, 503, 504, 506, 509, 512, 513, 520, 524, 525, 526, 527, 530, 533, 534, 537, 538, 543, 545, 549, 552, 553, 562, 565, 574, 577, 581, 582, 589, 592, 593, 595, 596, 597, 605, 606, 626, 627, 686, 725, 764, 803, 842, 914, 915, 964, 995, 1005, 1233, 1714, 1715, 1862, 1863, 1864, 1865, 1868, 1870, 1871, 1873, 1875, 1877, 1886, 1889, 1890, 1892, 1893, 1894, 1896, 1898, 1899, 1900, 1902, 1905, 1909, 1910, 1911, 1912, 1913, 1916, 1917, 1918, 1921], "mpi": [4, 9, 10, 255, 261, 270, 278, 302, 327, 417, 438, 440, 441, 458, 459, 466, 473, 482, 483, 491, 494, 495, 498, 508, 553, 561, 574, 577, 582, 593, 1818, 1819, 1861, 1862, 1863, 1865, 1867, 1869, 1870, 1882, 1886, 1888, 1890, 1892, 1893, 1902, 1905, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "oper": [4, 9, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 96, 101, 134, 137, 139, 147, 150, 163, 165, 166, 167, 168, 169, 175, 180, 181, 198, 199, 200, 206, 210, 235, 240, 241, 245, 246, 249, 252, 269, 270, 281, 293, 327, 335, 350, 351, 352, 361, 362, 363, 365, 367, 368, 369, 373, 376, 388, 400, 452, 459, 461, 473, 482, 483, 498, 500, 506, 508, 509, 510, 512, 513, 517, 521, 522, 523, 524, 527, 531, 549, 552, 559, 565, 566, 580, 583, 584, 585, 586, 587, 597, 599, 601, 603, 604, 605, 606, 610, 622, 624, 625, 626, 627, 631, 643, 671, 672, 1040, 1635, 1851, 1863, 1872, 1874, 1881, 1882, 1886, 1890, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1916, 1918, 1921], "phase": [4, 368, 373, 1872, 1890, 1912, 1916, 1917, 1921, 1922], "beth": [4, 1872, 1903, 1904, 1908, 1909, 1914, 1919], "salpet": [4, 1914, 1919], "2638058": 4, "systemat": [4, 459, 1902], "test": [4, 211, 212, 213, 236, 237, 310, 312, 507, 518, 521, 557, 561, 1793, 1861, 1863, 1866, 1870, 1871, 1877, 1878], "cmake": [4, 7, 1863, 1864, 1867, 1869, 1870, 1871, 1878, 1880], "own": [4, 8, 509, 1868, 1872, 1873, 1877, 1886, 1890, 1894], "standalon": [4, 501], "welcom": [5, 1867, 1872], "triq": [5, 6, 7, 8, 9, 10, 498, 511, 512, 517, 520, 525, 526, 528, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 567, 569, 570, 571, 572, 573, 575, 577, 578, 579, 580, 582, 583, 584, 585, 586, 587, 588, 589, 595, 596, 597, 1864, 1866, 1868, 1870, 1873, 1874, 1875, 1876, 1879, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "core": [5, 1863, 1865, 1886, 1890, 1894, 1905, 1910], "instal": [5, 7, 503, 596, 1862, 1865, 1868, 1869, 1871, 1878, 1879, 1880], "compil": [5, 9, 498, 500, 504, 512, 516, 517, 527, 591, 596, 1862, 1865, 1866, 1870, 1879, 1880, 1886, 1890], "advanc": [5, 73, 75, 215, 217, 225, 501, 504, 513, 527, 531, 535, 580, 588, 1862, 1886, 1890, 1902], "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, 121, 146, 147, 148, 149, 169, 174, 192, 193, 195, 196, 207, 214, 216, 224, 225, 255, 256, 260, 261, 264, 265, 270, 271, 278, 282, 283, 290, 294, 295, 302, 309, 314, 319, 320, 327, 330, 339, 351, 352, 362, 368, 375, 377, 378, 382, 389, 394, 448, 453, 455, 461, 475, 498, 500, 501, 506, 513, 517, 522, 530, 533, 538, 547, 553, 554, 555, 556, 557, 558, 561, 573, 575, 578, 580, 595, 596, 1862, 1863, 1866, 1868, 1872, 1874, 1875, 1877, 1878, 1879, 1886, 1890, 1896, 1900, 1902, 1903, 1908, 1912, 1917], "api": [5, 419, 500, 501, 503, 504, 509, 528, 552, 559, 593, 1863, 1923], "python": [5, 11, 498, 500, 503, 504, 506, 508, 552, 553, 554, 555, 556, 557, 558, 560, 561, 581, 585, 588, 590, 591, 592, 594, 597, 916, 1846, 1862, 1863, 1864, 1865, 1867, 1869, 1877, 1878, 1881, 1882, 1896, 1897, 1899, 1900, 1901, 1902, 1907], "why": [5, 234, 536, 561, 580, 1886, 1887, 1889, 1890, 1891, 1893, 1896, 1900, 1909, 1913, 1916, 1918, 1921], "tour": [5, 9, 513], "ab": [5, 213, 226, 238, 512, 517, 574, 686, 725, 764, 803, 842, 945, 964, 1791, 1886, 1890, 1896, 1900, 1905, 1910], "initio": [5, 1886, 1890], "tool": [5, 9, 164, 498, 504, 552, 559, 573, 583, 588, 591, 593, 1610, 1862, 1863, 1864, 1867, 1870, 1871, 1872, 1877, 1883, 1885, 1894, 1896, 1900, 1918], "analyt": [5, 557, 1677, 1889, 1893, 1899, 1901, 1903, 1908, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "determin": [5, 9, 202, 234, 247, 498, 502, 509, 523, 524, 530, 537, 551, 561, 562, 580, 582, 583, 1696, 1703, 1782, 1872, 1873, 1886, 1890, 1892, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "changelog": [5, 1862, 1871, 1923], "0": [5, 19, 40, 46, 73, 95, 113, 114, 117, 120, 125, 127, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 196, 205, 213, 226, 238, 245, 246, 262, 264, 265, 270, 315, 326, 327, 339, 366, 379, 380, 383, 384, 385, 390, 391, 395, 396, 397, 417, 420, 423, 438, 440, 441, 444, 455, 456, 460, 461, 464, 467, 469, 471, 473, 482, 483, 490, 491, 493, 494, 495, 509, 510, 512, 517, 518, 519, 520, 522, 523, 524, 525, 526, 529, 530, 535, 537, 538, 541, 542, 543, 545, 547, 550, 551, 553, 554, 555, 557, 558, 560, 562, 563, 565, 567, 568, 569, 570, 573, 577, 579, 580, 582, 583, 585, 586, 587, 589, 590, 591, 592, 593, 596, 597, 648, 658, 662, 703, 742, 781, 820, 859, 885, 937, 938, 939, 940, 945, 981, 1021, 1103, 1147, 1158, 1200, 1224, 1611, 1639, 1655, 1659, 1660, 1676, 1679, 1692, 1698, 1699, 1706, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1757, 1781, 1819, 1820, 1825, 1834, 1839, 1861, 1863, 1869, 1873, 1874, 1875, 1876, 1879, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1923], "5": [5, 169, 255, 264, 265, 278, 302, 339, 460, 469, 471, 492, 493, 494, 495, 509, 510, 512, 519, 520, 523, 541, 553, 557, 558, 561, 568, 573, 577, 579, 580, 582, 589, 590, 596, 1873, 1874, 1882, 1885, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "4": [5, 19, 85, 95, 255, 264, 265, 278, 302, 339, 367, 459, 460, 464, 467, 469, 471, 492, 493, 494, 495, 506, 510, 518, 519, 520, 523, 550, 557, 565, 568, 573, 577, 585, 590, 596, 597, 1712, 1714, 1724, 1863, 1869, 1873, 1874, 1875, 1885, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "issu": [5, 8, 553, 580, 591, 1861, 1862, 1867, 1897], "author": [5, 563, 1226], "citat": 5, "disclaim": [5, 1886, 1890], "frequent": 5, "question": [5, 6, 7, 353, 356, 406, 409, 1862, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1912, 1914, 1917, 1919], "q": [5, 571, 583, 1699, 1775, 1862, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "my": [5, 507, 579, 1880, 1895], "gf": [5, 9, 10, 192, 193, 194, 195, 196, 339, 509, 510, 525, 526, 527, 528, 529, 530, 532, 533, 534, 536, 541, 544, 546, 547, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 564, 570, 571, 585, 586, 587, 589, 590, 595, 596, 646, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1767, 1773, 1863, 1876, 1877, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "hash": 5, "regard": 6, "consult": [6, 509], "make": [6, 7, 122, 127, 136, 234, 242, 243, 244, 245, 246, 247, 248, 249, 260, 270, 315, 328, 364, 366, 375, 500, 517, 518, 521, 525, 527, 529, 532, 533, 534, 535, 553, 561, 578, 580, 582, 584, 587, 590, 597, 870, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181, 1735, 1845, 1861, 1863, 1864, 1867, 1868, 1870, 1871, 1880, 1883, 1886, 1890, 1896, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "easier": [6, 1886, 1890, 1896, 1900, 1903, 1908], "fill": [6, 461, 467, 512, 513, 519, 526, 527, 529, 537, 554, 555, 557, 558, 565, 570, 699, 700, 701, 702, 738, 739, 740, 741, 777, 778, 779, 780, 816, 817, 818, 819, 855, 856, 857, 858, 977, 978, 979, 980, 1017, 1018, 1019, 1020, 1882, 1887, 1891, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1916, 1918, 1921], "new": [6, 8, 122, 127, 128, 214, 216, 224, 227, 233, 245, 246, 247, 267, 307, 329, 345, 346, 364, 378, 386, 389, 398, 460, 461, 469, 502, 506, 507, 508, 516, 523, 524, 529, 561, 574, 580, 582, 583, 591, 597, 872, 889, 1698, 1709, 1791, 1862, 1863, 1868, 1871, 1874, 1879, 1880, 1886, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1900, 1901, 1907, 1923], "happi": 6, "improv": [6, 530, 581, 1610, 1863, 1886, 1890, 1923], "coordin": [6, 527, 567, 572, 573, 1613, 1630, 1639, 1641, 1642, 1643, 1650, 1666, 1875, 1895, 1901, 1907], "chang": [6, 7, 8, 234, 240, 241, 242, 243, 244, 419, 510, 522, 523, 553, 561, 578, 583, 586, 1698, 1705, 1709, 1727, 1728, 1729, 1862, 1863, 1865, 1867, 1871, 1874, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1900, 1902, 1903, 1904, 1907, 1908, 1909, 1914, 1919, 1920, 1923], "engag": 6, "forum": [6, 1862], "channel": [6, 1890, 1892, 1893, 1908, 1915, 1920], "announc": 6, "gladli": 7, "accept": [7, 228, 424, 427, 442, 449, 450, 459, 515, 517, 518, 523, 531, 571, 574, 577, 578, 580, 597, 885, 1768, 1774, 1900, 1902, 1909], "come": [7, 510, 568, 570, 579, 1868, 1873, 1874, 1897, 1903, 1908, 1916, 1921], "learn": [7, 8, 591, 1872, 1874, 1875, 1886, 1887, 1890, 1891, 1894, 1898, 1899, 1903, 1906, 1908], "green": [7, 9, 192, 193, 194, 195, 196, 255, 261, 263, 264, 265, 267, 269, 270, 278, 281, 293, 310, 312, 316, 317, 318, 322, 323, 324, 325, 326, 327, 331, 498, 502, 506, 509, 510, 512, 527, 528, 529, 531, 534, 536, 538, 541, 542, 545, 546, 547, 559, 560, 563, 564, 570, 587, 589, 590, 645, 646, 647, 648, 671, 672, 674, 676, 677, 678, 679, 680, 686, 687, 689, 690, 693, 695, 707, 708, 709, 710, 713, 715, 716, 717, 718, 719, 725, 726, 728, 729, 732, 734, 746, 747, 748, 749, 752, 754, 755, 756, 757, 758, 764, 765, 767, 768, 771, 773, 785, 786, 787, 788, 791, 793, 794, 795, 796, 797, 803, 804, 806, 807, 810, 812, 824, 825, 826, 827, 830, 832, 833, 834, 835, 836, 842, 843, 845, 846, 849, 851, 863, 864, 865, 866, 869, 870, 873, 884, 885, 890, 901, 916, 926, 939, 945, 952, 954, 955, 956, 957, 958, 964, 965, 967, 968, 971, 973, 985, 986, 987, 988, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1022, 1089, 1103, 1117, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1222, 1223, 1225, 1226, 1229, 1230, 1231, 1232, 1233, 1712, 1736, 1769, 1862, 1872, 1881, 1882, 1888, 1889, 1892, 1893, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1918], "plai": [7, 551, 562, 1886, 1890, 1908], "futur": [7, 1845], "willing": 7, "check": [7, 109, 139, 199, 210, 235, 307, 310, 312, 329, 344, 356, 358, 359, 363, 409, 411, 412, 459, 508, 512, 517, 571, 585, 651, 1692, 1725, 1775, 1776, 1816, 1862, 1863, 1871, 1872, 1887, 1891, 1896, 1897, 1899, 1900, 1912, 1913, 1915, 1917, 1918, 1920], "websit": [7, 1863], "go": [7, 8, 580, 1862, 1872, 1886, 1890, 1896, 1900, 1902, 1903, 1908, 1913, 1914, 1918, 1919], "submit": [7, 8], "unsur": 7, "dbuild_document": [7, 1866], "dsphinx_onli": 7, "Then": [7, 524, 561, 592, 1791, 1863, 1879, 1886, 1890, 1895, 1902, 1903, 1908, 1916, 1921], "move": [7, 8, 85, 88, 206, 234, 255, 271, 282, 283, 294, 295, 417, 418, 420, 424, 438, 440, 441, 442, 443, 444, 445, 449, 450, 451, 517, 523, 533, 535, 579, 582, 1886, 1890, 1902, 1909], "doc": [7, 8, 217, 225, 278, 417, 423, 438, 440, 441, 499, 500, 503, 508, 535, 595, 1683, 1751, 1877, 1886, 1890, 1894], "cd": [7, 8, 373, 582, 686, 725, 764, 803, 842, 964, 1863, 1880, 1886, 1890], "becaus": [7, 501, 518, 526, 527, 553, 561, 580, 595, 1867, 1893, 1894, 1896, 1900, 1903, 1908, 1916, 1921], "want": [7, 529, 539, 543, 545, 553, 580, 589, 591, 593, 597, 1862, 1865, 1868, 1869, 1871, 1872, 1874, 1875, 1877, 1879, 1880, 1886, 1888, 1890, 1892, 1895, 1896, 1897, 1900, 1903, 1908], "docs_example_output": 7, "modifi": [7, 8, 367, 504, 523, 530, 534, 547, 556, 561, 591, 681, 720, 759, 798, 837, 959, 1007, 1873, 1880, 1882, 1886, 1890, 1895, 1897, 1903, 1904, 1908, 1909], "src": [7, 8, 278, 595, 1880], "rebuild": [7, 227, 516, 523, 675, 714, 753, 792, 831], "hand": [7, 261, 278, 460, 512, 1886, 1890, 1912, 1915, 1916, 1917, 1920, 1921], "autobuild": 7, "form": [8, 9, 11, 169, 473, 500, 503, 510, 512, 513, 516, 537, 538, 551, 565, 566, 573, 578, 582, 583, 871, 886, 1677, 1697, 1845, 1882, 1886, 1890, 1892, 1896, 1898, 1900, 1901, 1907, 1913, 1915, 1918, 1920], "click": [8, 1887, 1891, 1894], "button": 8, "right": [8, 234, 261, 278, 461, 475, 490, 491, 497, 512, 563, 577, 686, 725, 764, 803, 842, 964, 1204, 1224, 1886, 1887, 1890, 1891, 1894, 1896, 1900, 1902, 1903, 1908, 1912, 1915, 1916, 1917, 1920, 1921], "screen": [8, 580, 583, 1696, 1697, 1698, 1703], "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, 266, 267, 541, 557, 583, 597, 1709, 1886, 1890, 1892, 1896, 1899, 1900, 1916, 1920, 1921], "fetch": [8, 1863], "my_triq": 8, "your_usernam": 8, "again": [8, 578, 1885, 1886, 1889, 1890, 1893, 1897, 1903, 1904, 1908, 1909], "final": [8, 139, 163, 165, 166, 167, 168, 459, 466, 509, 510, 530, 574, 577, 579, 580, 603, 605, 624, 626, 1679, 1862, 1863, 1896, 1899, 1900, 1902, 1905, 1910, 1913, 1918], "congratul": 8, "sync": 8, "checkout": 8, "my_first_pr": 8, "usual": [8, 518, 519, 520, 525, 561, 578, 580, 1864, 1886, 1890, 1894, 1903, 1908, 1913, 1918], "mind": [8, 553], "concis": 8, "bracket": [8, 521, 526, 552, 559], "what": [8, 302, 372, 506, 508, 553, 578, 580, 581, 590, 595, 1880, 1886, 1888, 1890, 1892, 1894, 1895, 1896, 1897, 1899, 1900, 1902, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "instanc": [8, 461, 573, 578, 579, 580, 582, 584, 1639, 1877], "det_manip": [8, 9, 10, 522, 524, 1872], "multipli": [8, 11, 32, 47, 48, 379, 383, 390, 395, 517, 533, 570, 1896, 1900], "squash": 8, "readi": [8, 504, 580, 582, 1862, 1872, 1880], "experi": [8, 1862, 1867, 1886, 1890], "atom_diag": [9, 10, 498, 1898], "lightweight": [9, 164, 498, 600, 601, 622, 1898], "exact": [9, 164, 498, 599, 600, 601, 622, 1889, 1893, 1902, 1914, 1919], "atom_diag_funct": [9, 510], "clef": [9, 264, 265, 498, 512, 528, 529, 533, 537, 538, 541, 551, 552, 1873, 1875, 1876], "motiv": [9, 513], "littl": [9, 507, 513, 515, 522, 527, 533, 542, 547, 552, 559, 574, 590, 591, 1872], "manipul": [9, 201, 498, 506, 513, 525, 528, 581, 1872, 1873, 1875, 1881, 1883, 1894, 1899], "notion": [9, 502, 527, 552, 585, 1867], "py": [9, 504, 552, 591, 1871, 1877, 1879, 1886, 1890, 1894, 1898, 1900, 1903, 1904, 1908, 1909, 1918], "hilbert_spac": [9, 10, 176, 498, 510, 582], "hilbert": [9, 163, 169, 170, 176, 177, 187, 350, 351, 352, 354, 355, 358, 359, 360, 361, 362, 366, 367, 368, 370, 375, 378, 380, 381, 386, 387, 388, 389, 391, 392, 398, 399, 400, 401, 402, 405, 407, 408, 411, 412, 413, 414, 498, 510, 560, 568, 569, 608, 611, 620, 629, 632, 641, 659, 665, 926, 939, 1902, 1909, 1910], "sub_hilbert_spac": [9, 334, 361, 362, 366, 375, 388, 565], "imperative_oper": [9, 334, 565], "imper": [9, 361, 367, 368, 369, 565], "introductori": 9, "Ising": [9, 575, 580], "chain": [9, 512, 575, 580, 1902], "magnet": [9, 575, 580], "quantiz": [9, 498], "object": [9, 11, 14, 26, 33, 42, 58, 72, 84, 96, 109, 113, 122, 124, 127, 128, 130, 132, 146, 148, 149, 156, 157, 160, 207, 261, 264, 265, 270, 278, 302, 310, 312, 324, 325, 326, 327, 339, 342, 343, 346, 354, 361, 362, 364, 365, 366, 370, 378, 380, 384, 385, 389, 391, 396, 397, 407, 461, 471, 482, 483, 490, 491, 500, 502, 504, 506, 509, 510, 512, 517, 520, 525, 527, 529, 534, 537, 538, 543, 545, 553, 554, 555, 556, 557, 558, 560, 561, 563, 566, 569, 570, 571, 574, 580, 581, 582, 583, 584, 588, 589, 593, 597, 665, 666, 669, 870, 945, 1199, 1202, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1230, 1659, 1672, 1675, 1676, 1677, 1706, 1739, 1745, 1753, 1773, 1813, 1818, 1845, 1854, 1857, 1875, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1903, 1908], "proven": [9, 498, 1871], "stat": [9, 10, 498], "averag": [9, 200, 459, 461, 463, 490, 491, 492, 493, 494, 495, 574, 1886, 1890, 1902, 1909], "notat": [9, 498, 542, 553, 582], "hdf5": [9, 218, 219, 257, 258, 259, 273, 274, 275, 285, 286, 287, 297, 298, 299, 342, 343, 354, 355, 407, 408, 410, 435, 436, 473, 477, 478, 479, 498, 500, 549, 552, 553, 559, 581, 1862, 1863, 1867, 1869, 1870, 1872, 1881, 1912, 1917], "cpp2py": [9, 498, 499, 500, 503, 504, 1864], "principl": [9, 501, 506, 508, 509, 517, 574, 591, 1880, 1896, 1900, 1912, 1915, 1917, 1920], "mc_tool": [9, 10, 577, 579, 580], "itertool": [9, 10, 116, 510, 582, 597, 1862, 1873, 1886, 1888, 1889, 1890, 1892, 1893], "iterator_facad": 11, "forward_iterator_tag": 11, "crtp": 11, "sentinel_t": [11, 18, 24, 33, 40, 46, 89, 93, 100, 106, 338, 341], "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, 114, 116, 117, 131, 158, 159, 161, 189, 473, 475, 486, 510, 537, 538, 543, 545, 551, 573, 592, 1755, 1862, 1882, 1886, 1890, 1892, 1893, 1894, 1895, 1904, 1905, 1907, 1908, 1909, 1910, 1916, 1920, 1921], "enum_it": [11, 21], "prod_it": [11, 36], "cartesian": [11, 35, 527, 528, 531, 542, 1054, 1899], "mimic": 11, "stride_it": [11, 78, 81], "transform_it": [11, 92], "zip_it": [11, 102], "zip": [11, 597, 1886, 1890, 1912, 1917, 1918], "make_sentinel": 11, "similar": [11, 199, 508, 518, 524, 561, 590, 1677, 1886, 1890, 1893, 1896, 1900, 1903, 1908, 1923], "arrai": [11, 32, 48, 134, 135, 136, 146, 148, 149, 255, 256, 264, 265, 266, 267, 270, 271, 280, 282, 283, 292, 294, 295, 305, 461, 471, 476, 506, 507, 509, 512, 526, 529, 531, 535, 536, 537, 538, 542, 543, 545, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 570, 571, 572, 573, 583, 585, 586, 590, 595, 596, 656, 660, 670, 674, 682, 683, 684, 685, 710, 713, 721, 722, 723, 724, 749, 752, 760, 761, 762, 763, 788, 791, 799, 800, 801, 802, 827, 830, 838, 839, 840, 841, 866, 916, 952, 960, 961, 962, 963, 988, 1008, 1009, 1010, 1011, 1067, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1200, 1224, 1228, 1229, 1230, 1626, 1632, 1633, 1635, 1644, 1661, 1676, 1677, 1679, 1697, 1698, 1702, 1704, 1705, 1706, 1707, 1709, 1712, 1722, 1723, 1724, 1727, 1728, 1729, 1739, 1744, 1745, 1758, 1767, 1769, 1771, 1773, 1775, 1778, 1828, 1842, 1861, 1862, 1869, 1872, 1880, 1883, 1886, 1890, 1892, 1893, 1894, 1895, 1899, 1900, 1913, 1918, 1921], "make_vector_from_rang": 11, "last": [11, 12, 13, 45, 48, 49, 52, 53, 206, 429, 432, 523, 524, 530, 549, 580, 590, 597, 1886, 1889, 1890, 1892, 1893, 1901, 1902, 1903, 1907, 1908, 1909, 1916, 1921], "divid": [11, 12, 116, 473, 524, 580, 1755, 1886, 1890, 1892, 1893, 1918], "equal": [11, 14, 18, 25, 41, 42, 46, 59, 69, 72, 76, 82, 84, 89, 96, 100, 107, 109, 358, 359, 411, 412, 473, 475, 486, 488, 490, 491, 557, 1755, 1865, 1886, 1890, 1894, 1896, 1899, 1900, 1905, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "unari": 11, "callabl": [11, 26, 83, 84, 85, 86, 90, 92, 364, 365, 370, 380, 391, 517, 566, 589, 597, 669, 870, 1845, 1854], "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, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 163, 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, 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, 251, 253, 254, 255, 256, 257, 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, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 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, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 362, 363, 364, 365, 366, 368, 369, 370, 371, 372, 373, 374, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 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, 443, 444, 445, 446, 447, 448, 449, 450, 451, 453, 454, 455, 456, 457, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 512, 520, 521, 527, 528, 531, 532, 534, 536, 541, 544, 547, 549, 550, 552, 597], "ptrdiff_t": [12, 63, 70, 71, 73], "n_chunk": 12, "indic": [12, 189, 192, 193, 194, 195, 196, 279, 291, 304, 315, 335, 339, 352, 525, 527, 533, 542, 551, 553, 554, 555, 556, 557, 558, 560, 561, 564, 565, 570, 571, 582, 584, 589, 590, 599, 601, 622, 707, 746, 785, 824, 863, 871, 877, 878, 886, 985, 1022, 1217, 1640, 1660, 1676, 1712, 1768, 1769, 1774, 1846, 1861, 1871, 1886, 1890, 1894, 1896, 1898, 1900, 1902, 1904, 1908, 1909, 1913, 1914, 1918, 1919, 1923], "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, 114, 116, 130, 131, 132, 134, 135, 137, 138, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 191, 198, 199, 200, 202, 207, 247, 251, 252, 255, 261, 263, 264, 265, 266, 267, 268, 269, 270, 278, 281, 293, 294, 302, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 333, 339, 345, 361, 364, 365, 366, 367, 370, 375, 376, 380, 388, 391, 416, 418, 419, 420, 437, 442, 444, 455, 459, 471, 490, 491, 492, 493, 494, 495, 497, 512, 520, 521, 523, 531, 533, 582, 584, 597], "iter1": 13, "iter2": 13, "iterator_trait": [13, 84], "difference_typ": 13, "increment": [14, 28, 30, 42, 71, 72, 84, 96, 1781, 1782], "derefer": [14, 28, 29, 31, 42, 72, 84, 96, 500], "decltyp": [16, 29, 31, 44, 74, 86, 98, 110, 111, 130, 156, 160, 527, 597], "dereferenc": [16, 44, 74, 86, 98], "void": [17, 26, 45, 75, 87, 99, 112, 113, 114, 115, 119, 120, 123, 131, 135, 143, 145, 146, 149, 157, 158, 159, 161, 205, 206, 218, 219, 228, 233, 235, 236, 237, 238, 240, 241, 257, 258, 273, 274, 285, 286, 290, 297, 298, 302, 303, 306, 332, 333, 342, 343, 345, 346, 354, 355, 365, 370, 380, 386, 391, 398, 401, 407, 408, 413, 419, 420, 421, 422, 435, 436, 437, 439, 444, 446, 447, 451, 460, 474, 477, 478, 482, 500, 502, 503, 509, 512, 521, 523, 527, 531, 574, 577, 580, 595, 597], "bool": [18, 25, 41, 46, 59, 69, 76, 82, 89, 100, 107, 109, 130, 131, 133, 141, 142, 147, 148, 149, 156, 157, 158, 159, 163, 164, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 226, 255, 263, 309, 310, 311, 312, 319, 320, 327, 330, 344, 347, 356, 358, 359, 361, 363, 366, 368, 369, 373, 375, 409, 411, 412, 417, 418, 423, 438, 440, 441, 483, 488, 523, 554, 555, 556, 557, 558, 563, 577, 580, 582, 583, 585, 674, 691, 692, 710, 713, 730, 731, 749, 752, 769, 770, 788, 791, 808, 809, 827, 830, 847, 848, 866, 952, 969, 970, 988, 996, 1012, 1013, 1089, 1103, 1117, 1140, 1224, 1639, 1676, 1679, 1687, 1692, 1697, 1711, 1713, 1714, 1715, 1724, 1816, 1900], "sentinelit": [18, 46, 89, 100], "true": [18, 46, 76, 89, 100, 109, 118, 122, 125, 126, 127, 133, 141, 142, 310, 311, 312, 334, 344, 356, 358, 359, 362, 368, 373, 409, 411, 412, 417, 418, 423, 438, 440, 441, 488, 500, 503, 508, 510, 517, 518, 520, 554, 555, 556, 557, 558, 561, 565, 577, 578, 582, 583, 585, 589, 592, 604, 606, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 870, 885, 897, 945, 952, 988, 1028, 1639, 1677, 1679, 1697, 1713, 1714, 1715, 1723, 1767, 1769, 1816, 1850, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1903, 1905, 1908, 1910, 1912, 1917, 1918, 1919], "rg": [19, 26, 34, 39, 47, 58, 63, 71, 83, 95, 105, 114, 116, 158], "iostream": [19, 95, 460, 464, 467, 469, 509, 512, 518, 519, 520, 577, 579, 580, 595, 597], "cout": [19, 95, 264, 265, 460, 464, 467, 469, 492, 493, 494, 495, 509, 512, 516, 518, 519, 520, 523, 533, 537, 538, 541, 551, 565, 577, 579, 580, 582, 595, 597, 1873, 1874, 1875, 1876, 1880], "endl": [19, 95, 460, 464, 467, 469, 492, 493, 494, 495, 509, 512, 516, 518, 519, 520, 523, 533, 537, 538, 541, 565, 577, 579, 580, 582, 595, 597, 1873, 1874, 1875, 1876, 1880], "cbegin": [20, 35, 49, 50, 64, 77, 90, 91, 101, 335, 527, 582], "cend": [20, 35, 49, 54, 64, 77, 90, 94, 101, 335, 527, 582], "noexcept": [21, 24, 36, 40, 53, 65, 68, 78, 81, 102, 106, 133, 207, 278, 282, 290, 294, 303, 523], "const_iter": [21, 22, 36, 37, 50, 51, 52, 54, 65, 66, 67, 68, 78, 79, 80, 81, 91, 92, 102, 103, 336, 337, 341, 500, 527, 549, 582], "pre": [28, 461, 490, 491, 492, 493, 494, 495, 1863, 1886, 1890, 1894], "size_t": [32, 48, 489, 512, 523, 527, 566, 696, 735, 774, 813, 852, 974, 1014], "denot": [34, 490, 491, 542, 551, 574, 583, 585, 586, 587, 1698, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1896, 1899, 1900, 1905, 1910, 1923], "tu": [40, 597], "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, 196, 523, 557, 945, 1886, 1889, 1890, 1892, 1893, 1894, 1901, 1902, 1907, 1909, 1916, 1921], "whole": [49, 321, 517, 571, 1773, 1888, 1892], "amount": [49, 57, 473, 530, 1755, 1886, 1890, 1896, 1900, 1916, 1921], "start_idx": 63, "end_idx": 63, "past": [63, 338, 341, 582], "skip": 71, "end_offset": 81, "invoke_result_t": 84, "typenamestd": 84, "value_typ": [84, 203, 204, 220, 221, 222, 223, 224, 225, 229, 230, 231, 232, 242, 243, 244, 245, 246, 247, 248, 249, 379, 382, 383, 390, 394, 395, 523, 534, 547, 566], "v1": [95, 566, 1896, 1900], "v2": [95, 566, 1896, 1900], "y": [95, 203, 207, 216, 220, 223, 242, 243, 245, 246, 247, 522, 523, 528, 541, 546, 547, 552, 580, 582, 583, 586, 589, 590, 593, 597, 669, 670, 679, 718, 757, 796, 835, 923, 957, 1029, 1198, 1200, 1214, 1218, 1702, 1705, 1707, 1729, 1732, 1781, 1791, 1863, 1871, 1874, 1886, 1890, 1892, 1894, 1895, 1899, 1905, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "mpi_op": [111, 112, 137, 138, 148, 149, 156, 157, 158, 159, 327, 483, 509], "mpi_sum": [111, 112, 148, 149, 156, 157, 158, 159, 327, 483, 509], "contiguous_sized_rang": [114, 131, 158, 159, 161], "errcod": 115, "string": [115, 146, 147, 218, 219, 257, 258, 259, 273, 274, 275, 285, 286, 287, 297, 298, 299, 306, 314, 335, 338, 341, 342, 343, 345, 354, 355, 357, 407, 408, 410, 418, 420, 423, 424, 435, 436, 444, 449, 450, 453, 454, 457, 477, 478, 479, 500, 503, 506, 507, 509, 533, 554, 555, 556, 557, 558, 561, 563, 567, 569, 577, 579, 580, 582, 583, 585, 586, 587, 590, 591, 599, 601, 622, 656, 663, 670, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1611, 1640, 1660, 1698, 1701, 1702, 1705, 1707, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1753, 1791, 1847, 1852, 1856, 1886, 1890, 1898], "mpi_routin": 115, "nrang": 117, "min_siz": 117, "subrang": 117, "interest": [117, 521, 580, 1886, 1890, 1902, 1904, 1909, 1913, 1918], "sup": 117, "disjoint": 118, "abort": 118, "mpi_abort": [118, 119, 423], "error_cod": 119, "poll_msec": [120, 1819, 1833], "interv": [120, 473, 530, 543, 545, 579, 580, 592, 1147, 1158, 1167, 1179, 1755, 1875, 1896, 1900, 1902, 1915, 1920], "millisecond": 120, "mpi_barri": 120, "mpi_comm": [121, 122, 124, 127, 509], "mpi_comm_world": [121, 509], "longer": [122, 127, 517, 1896, 1900, 1903, 1905, 1908, 1910], "mpi_comm_rank": 125, "mpi_comm_s": 126, "argc": [129, 509, 510, 577, 580], "char": [129, 509, 510, 577, 580, 597, 1886, 1890], "argv": [129, 503, 509, 510, 577, 580, 591, 1861], "r1": [131, 159, 161], "r2": [131, 159, 161], "in_rg": [131, 159, 161], "out_rg": [131, 159, 161], "out_siz": 131, "non": [131, 161, 260, 290, 368, 373, 375, 391, 393, 501, 504, 506, 520, 528, 541, 552, 563, 565, 566, 571, 585, 945, 1223, 1225, 1230, 1767, 1773, 1853, 1872, 1886, 1890, 1892, 1896, 1900, 1901, 1902, 1903, 1907, 1908, 1914, 1916, 1919, 1921, 1922], "reduct": [131, 148, 149, 156, 157, 158, 159, 483, 491, 510, 597], "mpi_datatyp": [132, 155, 509], "tup": 132, "nda": [134, 135, 225, 262, 264, 265, 332, 375, 376, 377, 461, 465, 466, 471, 476, 509, 512, 516, 517, 518, 519, 520, 526, 529, 533, 534, 537, 538, 541, 542, 551, 572, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1626, 1644, 1661, 1862, 1873, 1875, 1876, 1880], "invok": [134, 1845, 1854, 1857], "view": [134, 135, 260, 281, 282, 290, 294, 302, 303, 328, 500, 526, 528, 529, 532, 535, 541, 544, 545, 547, 552, 559, 591, 687, 695, 710, 726, 734, 749, 765, 773, 788, 804, 812, 827, 843, 851, 866, 881, 904, 965, 973, 988, 1828, 1842, 1879, 1882, 1886, 1890, 1896, 1897, 1900], "pointer": [137, 261, 278, 362, 527, 532], "report_local_ev": 139, "event": [139, 141, 142, 1862], "event_on_any_rank": 139, "event_on_all_rank": 139, "finalize_commun": 139, "pend": 139, "t1": [146, 148, 521, 597, 1875], "t2": [146, 148, 597, 1875], "individu": [148, 382, 394, 566, 707, 746, 785, 824, 863, 985, 1022, 1896, 1900, 1902], "datatyp": [151, 509], "mpi_scatt": [160, 509, 549], "in_siz": 161, "chunk_siz": 161, "partition_funct": [162, 510, 511], "atomic_density_matrix": [162, 510, 511], "act": [162, 361, 364, 459, 490, 491, 511, 565, 577, 670, 1895, 1913, 1918], "quantum_number_eigenvalues_check": [162, 511], "atomic_g_lehmann": [162, 510, 511], "atomic_g_tau": [162, 510, 511, 1898], "atomic_g_iw": [162, 510, 511], "atomic_g_l": [162, 510, 511], "atomic_g_w": [162, 510, 511], "full_hilbert_space_state_t": [163, 187, 643], "many_body_op_t": [163, 169, 179, 181, 198, 199, 200], "st": [163, 364, 366, 368, 378, 380, 389, 391, 565, 643], "finit": [164, 461, 510, 530, 554, 556, 565, 680, 719, 758, 797, 836, 958, 1077, 1872, 1886, 1890, 1908, 1912, 1914, 1917, 1919, 1922], "moder": [164, 510], "get_h_atom": 164, "get_fop": 164, "get_full_hilbert_spac": 164, "get_full_hilbert_space_dim": 164, "n_subspac": [164, 367, 510, 565], "get_fock_st": [164, 350, 400, 565], "get_unitary_matrix": 164, "get_unitary_matric": 164, "flatten_subspace_index": 164, "index_range_of_subspac": 164, "get_eigensystem": 164, "get_eigenvalu": 164, "get_energi": 164, "get_quantum_numb": 164, "get_gs_energi": 164, "get_vacuum_subspace_index": 164, "get_vacuum_st": 164, "c_connect": 164, "cdag_connect": 164, "c_matrix": 164, "cdag_matrix": 164, "op_linear_index": [165, 166, 167, 168, 603, 604, 605, 606, 624, 625, 626, 627], "sp_index": [165, 166, 167, 168, 170, 172, 173, 174, 182, 183, 186, 189, 603, 604, 605, 606, 608, 612, 613, 624, 625, 626, 627, 629, 633, 634], "connect": [165, 167, 180, 361, 362, 367, 369, 373, 525, 565, 580, 603, 605, 624, 626, 1862, 1886, 1890], "annihil": [165, 166, 169, 373, 582, 599, 601, 622, 1689, 1898, 1905, 1910], "matrix_t": [166, 168, 180], "dagger": [167, 168, 525, 582, 583, 585, 586, 1698, 1709, 1724, 1730, 1896, 1898, 1900, 1902, 1905, 1910], "qn_vector": [169, 599, 601, 622, 1898], "initializer_list": [169, 314, 533], "init_lst": 169, "uniniti": 169, "qr": [169, 599, 601, 622, 1898], "invari": [169, 170, 172, 183, 188, 189, 190, 200, 367, 368, 372, 373, 374, 510, 565, 583, 585, 617, 621, 638, 642, 1697, 1724], "chosen": [169, 473, 563, 574, 583, 1224, 1698, 1755, 1901, 1902, 1907], "met": [169, 362, 582, 599, 601, 622, 1713, 1714, 1715, 1889, 1893, 1898], "inner": [170, 192, 193, 194, 195, 196, 587, 608, 629, 870, 1712, 1736], "eigensystem": 171, "fock_state_t": [174, 352, 353, 356, 378, 389, 394, 401, 403, 404, 406, 409], "fock": [174, 185, 186, 335, 350, 352, 353, 356, 360, 370, 372, 375, 380, 391, 400, 401, 403, 404, 406, 409, 411, 412, 414, 565, 599, 601, 609, 619, 622, 630, 640, 1639, 1898], "ground": [178, 615, 636, 1916, 1921], "min": [178, 196, 525, 530, 615, 636, 1886, 1890, 1896, 1900], "monomial_t": [180, 582], "op_vec": 180, "monomi": [180, 364, 581, 584, 585, 1721], "canon": [180, 335, 582, 1896, 1900], "necessarili": 180, "op_block_mat_t": 181, "eigen": 181, "quantum_number_t": [182, 198, 199], "qn_index": 182, "qunatum": 182, "scalar_t": [185, 186, 200, 362, 582, 584, 604, 606, 625, 627, 652], "eigenst": [185, 186, 192, 193, 194, 195, 196, 198, 199, 510, 619, 640, 650, 651], "vacuum": [187, 188, 620, 621, 641, 642], "block_matrix_t": [191, 200, 644, 652, 1711, 1716], "temperatur": [191, 192, 193, 194, 195, 196, 197, 510, 554, 556, 557, 577, 580, 680, 719, 758, 797, 836, 887, 958, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1872, 1875, 1876, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1910, 1912, 1914, 1917, 1919, 1922], "gibb": 191, "gf_lehmann_t": [192, 193, 194, 195, 196], "gf_struct": [192, 193, 194, 195, 196, 255, 306, 339, 510, 645, 646, 647, 648, 885, 907, 1711, 1712, 1716, 1767, 1769, 1882, 1896, 1898, 1900, 1902, 1904, 1905, 1908, 1909, 1910], "mesh": [192, 193, 195, 196, 251, 252, 255, 261, 262, 264, 265, 267, 269, 270, 278, 281, 282, 293, 294, 310, 312, 321, 324, 326, 526, 528, 529, 530, 531, 534, 535, 541, 551, 552, 553, 554, 555, 556, 557, 558, 563, 660, 674, 675, 679, 680, 686, 694, 696, 708, 709, 713, 714, 718, 719, 725, 733, 735, 747, 748, 752, 753, 757, 758, 764, 772, 774, 786, 787, 791, 792, 796, 797, 803, 811, 813, 825, 826, 830, 831, 835, 836, 842, 850, 852, 864, 865, 885, 945, 952, 957, 958, 964, 972, 974, 986, 987, 1014, 1048, 1054, 1056, 1214, 1217, 1220, 1228, 1230, 1647, 1648, 1663, 1664, 1861, 1875, 1876, 1886, 1889, 1890, 1892, 1893, 1897, 1899, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "excluded_states_t": [192, 193, 194, 195, 196], "excluded_st": [192, 193, 194, 195, 196, 645, 646, 647, 648], "precomput": [192, 193, 195, 196, 519], "possibli": [192, 193, 195, 196, 563, 581, 645, 646, 647, 648, 1226, 1793, 1867], "none": [192, 193, 195, 196, 423, 499, 500, 502, 503, 508, 533, 539, 542, 554, 555, 556, 557, 558, 563, 569, 570, 571, 583, 585, 586, 589, 597, 645, 646, 647, 648, 663, 669, 670, 681, 697, 698, 699, 700, 701, 702, 703, 710, 720, 736, 737, 738, 739, 740, 741, 742, 749, 759, 775, 776, 777, 778, 779, 780, 781, 788, 798, 814, 815, 816, 817, 818, 819, 820, 827, 837, 853, 854, 855, 856, 857, 858, 859, 866, 952, 959, 975, 976, 977, 978, 979, 980, 981, 988, 1007, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1027, 1047, 1048, 1069, 1080, 1093, 1107, 1121, 1135, 1141, 1151, 1162, 1170, 1182, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1228, 1604, 1639, 1640, 1645, 1659, 1660, 1676, 1679, 1697, 1698, 1706, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1757, 1773, 1775, 1776, 1791, 1793, 1819, 1832, 1845, 1848, 1851, 1853, 1867, 1886, 1890, 1892, 1899, 1900], "g_": [192, 193, 195, 196, 525, 551, 560, 686, 725, 764, 803, 842, 964, 1882, 1886, 1890, 1896, 1900, 1901, 1904, 1905, 1907, 1909, 1910, 1913, 1918], "ell": 193, "broaden": [196, 510, 648, 1889, 1893], "energy_window": [196, 648], "n_w": [196, 510, 648, 1167, 1886, 1889, 1890, 1892, 1893, 1896, 1897, 1900, 1907, 1913, 1918], "retard": [196, 552, 553, 559], "lorentian": 196, "omega_": [196, 530, 551, 1896, 1900], "max": [196, 459, 525, 527, 551, 1896, 1900], "suppos": [198, 199, 524, 1877], "density_matrix": [200, 554, 556, 652, 680, 719, 758, 797, 836, 958, 1903, 1908], "tr": [200, 652, 1916, 1920, 1921], "qmc": [201, 417, 438, 440, 441, 510, 595, 1882, 1886, 1890, 1902, 1904, 1905, 1908, 1909, 1910], "functiontyp": [202, 207, 209, 218, 219, 523], "get_singular_threshold": 202, "set_singular_threshold": 202, "get_n_operations_before_check": 202, "set_n_operations_before_check": 202, "get_precision_warn": 202, "set_precision_warn": 202, "get_precision_error": 202, "set_precision_error": 202, "get_x": [202, 523, 1874], "get_i": [202, 523, 1874], "get_x_internal_ord": [202, 217, 225], "get_y_internal_ord": 202, "get_funct": 202, "inverse_matrix": [202, 523, 1874], "inverse_matrix_internal_ord": 202, "swap_col": 202, "try_remov": [202, 229, 232, 523, 1874], "try_remove_k": 202, "try_change_col": [202, 203, 523], "try_change_row": [202, 204, 523], "try_refil": 202, "is_singular": 202, "reject_last_tri": 202, "insert_at_end": [202, 1874], "remov": [202, 248, 249, 490, 491, 508, 522, 523, 530, 535, 590, 1639, 1867, 1889, 1893, 1902, 1909], "roll_matrix": [202, 523], "try_insert_k": 202, "y_type": [203, 216, 217, 220, 221, 222, 223, 242, 243, 245, 246], "x_type": [204, 214, 215, 220, 221, 222, 223, 243, 244, 245, 246], "finish": [206, 1793, 1886, 1889, 1890, 1892, 1893, 1902, 1909], "try_xxx": [206, 228, 233, 234], "init_s": [207, 523, 1874], "argumentcontainer1": [207, 247, 523], "argumentcontainer2": [207, 247, 523], "argumentcontain": 207, "resiz": [207, 261, 278, 302, 471, 532, 1874], "factor": [207, 460, 561, 1886, 1890, 1892, 1893, 1913, 1914, 1918, 1919], "happen": [207, 506, 508, 578, 1851, 1896, 1900, 1903, 1908, 1909], "det_typ": 208, "isnorm": [213, 226], "x_valu": [214, 215], "slow": [214, 216, 224, 227, 523, 1899, 1916, 1921], "sinc": [214, 216, 224, 227, 469, 510, 520, 523, 525, 526, 527, 529, 538, 546, 588, 1862, 1864, 1886, 1889, 1890, 1892, 1893, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "reorder": [214, 216, 224, 523], "intern": [215, 217, 225, 240, 241, 368, 529, 582, 1640, 1660, 1767, 1916, 1921], "permut": [215, 240, 241, 523], "critic": [215, 1862, 1903, 1904, 1908, 1909, 1914, 1916, 1919, 1921], "loop": [215, 519, 526, 541, 547, 553, 577, 580, 1791, 1882, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1917, 1920], "_internal_ord": 215, "y_valu": [216, 217, 1791], "col": [216, 224, 234, 240, 245, 246, 249, 523, 1886, 1890], "fg": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 354, 355, 407, 408, 524], "subgroup_nam": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298], "i0": [221, 230, 245, 246, 248, 249, 523, 1874], "i1": [221, 230, 246, 249, 523, 554, 555, 556, 557, 558, 1874], "j0": [221, 230, 245, 246, 249, 523, 1874, 1909], "j1": [221, 230, 246, 249, 523, 1874, 1909], "x0": [221, 222, 523, 541, 597, 1874], "x1": [221, 222, 518, 523, 542, 597, 1874], "y0": [221, 222, 523, 1874], "y1": [221, 222, 523, 542, 1874], "try_insert2": [221, 222, 523, 1874], "matrix_typ": [224, 227, 523], "matrix_const_view": 225, "singular_threshold": 226, "reject": [228, 427, 442, 574, 577, 578, 580], "try_remove2": [230, 231, 523, 1874], "new_n": 233, "new_k": 233, "bigger": [233, 1880, 1895, 1896, 1900, 1902, 1903, 1907, 1908], "preserv": [233, 266, 582], "rolldirect": [234, 523], "roll": [234, 523], "cyclic": [234, 1648, 1664], "nth": 234, "row": [234, 243, 244, 245, 246, 248, 249, 523, 567, 1075, 1087, 1611, 1618, 1623, 1679, 1874], "down": [234, 510, 561, 565, 570, 577, 585, 586, 587, 870, 885, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1882, 1886, 1889, 1890, 1892, 1893, 1896, 1898, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "modif": [234, 242, 243, 244, 245, 246, 247, 248, 249, 536, 578, 1867, 1923], "try_rol": 234, "uint64_t": 235, "threshold": [236, 237, 238, 311, 585, 1725], "get_is_singular_threshold": 238, "swap": [240, 241, 531], "column": [242, 243, 245, 246, 522, 523, 569, 583, 663, 901, 1706, 1886, 1890], "ratio": [242, 243, 244, 245, 246, 247, 248, 249, 445, 523, 574, 577, 578, 580, 1874], "minv_new": [242, 243, 244, 245, 246, 247, 248, 249], "minv": [242, 243, 244, 245, 246, 247, 248, 249], "x_i": [245, 246, 247, 522, 560, 593, 916], "y_": [245, 246, 512, 516, 517, 518, 520], "x_": [245, 246, 512, 516, 517, 518, 520, 593], "x_j": [245, 246], "resp": [245, 538], "becom": [245, 503, 506, 530, 578, 1905, 1910, 1913, 1916, 1918, 1921], "colum": [246, 522], "refil": 247, "y_i": [247, 522], "colj0": 248, "impl_tag": 250, "make_block_gf": [250, 533], "make_block_gf_view": [250, 533], "make_block2_gf": 250, "reinterpret_scalar_valued_gf_as_matrix_valu": [250, 531, 544], "is_gf_real": [250, 537], "make_gf_from_real_gf": 250, "make_gf_dlr": [250, 1896, 1900], "fit_gf_dlr": [250, 945], "make_gf_dlr_imtim": [250, 1896, 1900], "make_gf_dlr_imfreq": 250, "make_gf_imtim": [250, 1896, 1900], "make_gf_imfreq": [250, 1896, 1900], "tau_l2_norm": 250, "flatten_2d": [250, 332], "unflatten_2d": 250, "flatten_gf_2d": [250, 333], "unflatten_gf_2d": 250, "ctad": 251, "ariti": [252, 255, 261, 327], "hdf5_format": [252, 269, 281, 293, 350, 400, 473], "block_names_t": [253, 255], "isconst2": 255, "block_gf_const_view": [255, 264, 265, 327, 533], "g_t": [255, 264, 265, 563, 1226], "bl_size": 255, "anyth": [255, 261, 278, 282, 517, 532, 541, 547, 570, 571, 578, 580, 597, 660, 1775, 1845, 1887, 1891], "blockgreenfunct": 255, "16": [255, 265, 459, 510, 512, 520, 551, 1886, 1888, 1890, 1892, 1894, 1900, 1905, 1910, 1916, 1918, 1921], "this_t": [257, 258, 273, 274, 277, 285, 286, 289, 297, 298, 301, 541], "const_view_typ": [260, 261, 265], "view_typ": [260, 531, 534], "side": [261, 278, 512, 527, 551, 686, 725, 764, 803, 842, 964, 1912, 1915, 1916, 1917, 1920, 1921], "tbw": [261, 278], "dcomplex": [262, 529, 551, 572, 682, 683, 684, 685, 697, 698, 721, 722, 723, 724, 736, 737, 760, 761, 762, 763, 775, 776, 799, 800, 801, 802, 814, 815, 838, 839, 840, 841, 853, 854, 960, 961, 962, 963, 975, 976, 1006, 1008, 1009, 1010, 1011, 1015, 1016, 1628, 1646, 1662], "array_const_view": [262, 265, 529, 683, 685, 697, 698, 722, 724, 736, 737, 761, 763, 775, 776, 800, 802, 814, 815, 839, 841, 853, 854, 961, 963, 975, 976, 1009, 1011, 1015, 1016], "tail": [262, 264, 265, 326, 531, 538, 543, 545, 551, 552, 553, 555, 561, 562, 563, 682, 683, 684, 685, 697, 698, 721, 722, 723, 724, 736, 737, 760, 761, 762, 763, 775, 776, 799, 800, 801, 802, 814, 815, 838, 839, 840, 841, 853, 854, 945, 960, 961, 962, 963, 975, 976, 1008, 1009, 1010, 1011, 1015, 1016, 1229, 1886, 1890], "w_max": [263, 365, 370, 380, 391, 996, 1089, 1103, 1117, 1167, 1896, 1900, 1913, 1918], "ep": [263, 563, 569, 570, 655, 656, 996, 1089, 1103, 1117, 1200, 1224, 1228, 1893, 1896, 1899, 1900], "dlr": [263, 316, 317, 318, 322, 323, 331, 707, 746, 785, 824, 863, 945, 985, 996, 997, 998, 999, 1001, 1002, 1022, 1089, 1098, 1099, 1100, 1101, 1103, 1117], "typenameg": [264, 265], "regular_typ": [264, 265, 307, 324, 325, 329, 500, 531], "bg": [264, 265, 533], "typenamebg": [264, 265], "impos": [264, 461, 563, 591, 1226, 1882], "ag": [264, 265], "frequeci": [264, 265], "iomanip": [264, 265], "namespac": [264, 265, 270, 326, 460, 464, 467, 469, 471, 492, 493, 494, 495, 503, 509, 510, 512, 516, 517, 518, 520, 526, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 582, 597, 1873, 1875, 1876, 1877, 1880], "iw_": [264, 265, 551, 1875], "100": [264, 265, 326, 460, 464, 467, 471, 510, 523, 526, 537, 542, 543, 545, 551, 557, 569, 573, 577, 579, 659, 660, 703, 742, 781, 820, 859, 945, 981, 1021, 1200, 1679, 1874, 1875, 1882, 1895, 1896, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1919, 1920, 1921], "err": [264, 265, 493, 494, 551, 945], "setprecis": [264, 265], "ntail": [264, 265], "ba": 265, "dimension": [266, 509, 527, 563, 573, 577, 590, 1230, 1679, 1712, 1862, 1872, 1905, 1910, 1912, 1917, 1922], "whose": [266, 507, 516, 533, 1639, 1851, 1915, 1920], "flatten": [266, 267, 527, 542, 549, 597, 710, 749, 788, 827, 866, 988], "tensor": [267, 531, 583, 584, 1695, 1697, 1698, 1875, 1914, 1919], "definit": [269, 281, 293, 471, 506, 508, 510, 527, 531, 561, 566, 568, 580, 583, 589, 596, 1698, 1863, 1915, 1920], "data_shap": [269, 281, 293], "target_indic": [269, 281, 293], "mesh_t": [270, 276, 282, 288, 294, 300, 527, 531, 534, 535, 536, 547], "dat": [270, 282, 294, 535, 563, 1230, 1676, 1680, 1861, 1886, 1887, 1890, 1891, 1892, 1895], "target_shape_t": [270, 531, 533, 535], "deep": [270, 500, 561, 677, 716, 755, 794, 833, 872, 889, 955, 1026, 1057, 1058], "concept_greenfunct": 270, "arrrai": 270, "g2": [270, 272, 284, 296, 537, 538, 542, 553, 561, 870, 873, 890, 1875, 1876], "g1": [270, 272, 284, 296, 533, 537, 538, 542, 553, 561], "gf_assign_0": 278, "arraytyp": [282, 294], "THERE": 302, "behaviour": [302, 500, 503, 506, 561, 1913, 1914, 1916, 1918, 1919, 1921], "real_t": [307, 329], "blockgf": [307, 329, 552, 557, 559, 563, 945, 1223, 1224, 1228, 1230, 1896, 1900], "fullfil": [310, 324, 563, 1223], "epsilon": [310, 312, 569, 570, 573, 655, 656, 660, 663, 665, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1902, 1905, 1910, 1912, 1913, 1917, 1918], "depend": [310, 324, 503, 512, 516, 530, 531, 535, 553, 593, 599, 1677, 1863, 1868, 1869, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1900, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "frac": [310, 324, 325, 490, 491, 497, 523, 524, 525, 530, 537, 549, 550, 551, 560, 562, 563, 574, 580, 583, 585, 586, 590, 593, 926, 939, 1224, 1698, 1713, 1714, 1722, 1723, 1724, 1729, 1732, 1875, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "iif": [310, 311, 312, 506, 508, 520, 574, 1028], "hold": [310, 312, 468, 470, 1886, 1890, 1896, 1899, 1900, 1916, 1921], "g0": [315, 945, 1882, 1899, 1900, 1901, 1904, 1905, 1907, 1908, 1909, 1910], "block_gf_view_of": 315, "omega_n": [321, 525, 530, 537, 549, 563, 590, 710, 749, 788, 827, 866, 901, 988, 1224, 1228, 1882, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1915, 1916, 1917, 1920, 1921], "half": [321, 553, 565, 927, 940, 942, 1882, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1916, 1918, 1921], "rightarrow": [324, 325, 560, 574, 590, 660, 917, 920, 1886, 1890, 1892, 1896, 1899, 1900, 1903, 1908, 1913, 1914, 1916, 1918, 1919, 1921], "zeroth": [326, 551, 1916, 1921], "empty_tail": 326, "isconst": 327, "world": [327, 494, 495, 509, 577, 580, 1862, 1892, 1894], "sens": [327, 364, 527, 529, 534, 553, 580], "view_or_type_t": 328, "decay_t": 328, "l2": [331, 586, 707, 746, 785, 824, 863, 945, 985, 1022, 1727, 1894], "norm": [331, 563, 707, 746, 785, 824, 863, 945, 985, 1022, 1224, 1899], "memoryarrai": 332, "afl": 332, "gfl": 333, "hilbertspac": [334, 366, 375], "scalartyp": [334, 361, 364, 365, 366, 375, 582], "space_partit": [334, 565], "make_zero_st": [334, 375, 566], "arbitrarili": [335, 582], "mix": [335, 1878], "insert_from_indices_t": 335, "has_indic": 335, "h5_write_attribut": 335, "h5_read_attribut": 335, "fundamental_operator_set_begin": 337, "__wrap_it": [338, 341], "fundamental_operator_set_end": 338, "indextyp": [339, 345, 582], "indices_t": [340, 344, 346, 348, 352, 582, 584], "obj": [342, 343, 507, 512, 520, 1739, 1740, 1741], "attach": [342, 343], "ind": [345, 346, 582], "anoth": [347, 358, 359, 375, 384, 385, 396, 397, 411, 412, 453, 469, 512, 516, 527, 553, 561, 582, 583, 585, 586, 587, 593, 678, 717, 756, 795, 834, 956, 1058, 1709, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1848, 1877, 1886, 1890, 1896, 1900, 1920], "span": [350, 549], "has_stat": [350, 400], "get_state_index": [350, 400], "dummi": [351, 378, 389, 519], "parent": [354, 355, 407, 408], "belong": [356, 370, 372, 378, 389, 409, 527], "scheme": [357, 410, 506, 553, 559, 561, 578, 1894, 1896, 1900, 1905, 1910], "inequ": [358, 411], "total": [360, 414, 432, 462, 473, 474, 510, 571, 577, 580, 586, 708, 747, 786, 825, 864, 902, 986, 1680, 1730, 1731, 1755, 1757, 1771, 1778, 1886, 1890, 1892, 1902, 1909], "hilberttyp": 361, "usemap": [361, 362], "is_empti": 361, "hilbert_map_t": 362, "hmap": 362, "sub_spaces_set": 362, "nullptr": 362, "statetyp": [364, 367, 368, 370], "psi": 364, "phi": [364, 590], "coeff": [364, 1909], "basedonmap": [366, 375], "amplitud": [366, 375, 376, 378, 380, 382, 388, 389, 391, 393, 394, 510, 565, 1677, 1899, 1912, 1914, 1916, 1917, 1919, 1921], "operatortyp": [367, 368, 370], "action": [367, 508, 519, 565], "march": 367, "284": 367, "statevector_concept": [367, 375], "merge_subspac": 367, "lookup_basis_st": 367, "get_matrix_el": 367, "find_map": [367, 565], "state_t": [368, 565], "operator_t": [368, 369, 373], "store_matrix_el": [368, 373], "block_mapping_t": 369, "diagonal_onli": 369, "subject": [369, 370, 373, 483], "sp": [370, 1890, 1916, 1921], "matrix_element_map_t": [371, 373], "idx_t": [372, 374], "basis_st": 372, "ii": [373, 586, 1729], "get_hilbert": [376, 388], "set_hilbert": [376, 388], "dot_product": [376, 388, 565, 566], "amplitude_t": 377, "constant": [381, 386, 392, 398, 476, 519, 566, 582, 945, 1758, 1886, 1889, 1890, 1892, 1893, 1916, 1921], "uniti": [378, 389, 1899, 1915, 1920], "s1": [379, 390], "s2": [379, 384, 385, 390, 396, 397, 586, 1731], "subtract": [385, 397, 566, 582, 1791, 1886, 1889, 1890, 1892, 1893, 1916, 1921], "new_h": [386, 398], "reset": [386, 398, 473, 474, 527, 1757], "huge": 388, "nterm": 388, "carri": [400, 547, 565, 582], "destinguish": 400, "add_fock_st": [400, 565], "get_all_fock_st": 400, "get_index": 400, "set_index": 400, "iff": [411, 412, 488], "random_gener": [415, 431, 448, 577, 579, 580, 592], "mc_gener": [415, 574, 575, 577, 578, 579, 580], "random_generator_nam": [415, 579], "mcsigntyp": [416, 418, 435, 436, 437, 440, 441, 442, 443, 448], "tbr": 416, "add_mov": [416, 577, 579, 580], "add_measur": [416, 437, 577, 580], "add_measure_aux": 416, "rm_measur": 416, "clear_measur": 416, "set_after_cycle_duti": 416, "warmup_and_accumul": [416, 574, 577, 580], "get_acceptance_r": [416, 442], "get_perc": 416, "get_rng": [416, 577, 579, 580], "get_current_cycle_numb": 416, "get_config_id": 416, "get_dur": 416, "get_total_tim": 416, "get_warmup_tim": 416, "get_warmup_time_hhmmss": 416, "get_accumulation_tim": 416, "get_accumulation_time_hhmmss": 416, "int64_t": [417, 430, 438, 440, 441], "n_accumulation_cycl": [417, 441], "length_cycl": [417, 438, 440, 441, 577, 578, 579, 580, 1882, 1886, 1890, 1902, 1905, 1910], "cycl": [417, 428, 438, 439, 440, 441, 578, 580, 1882, 1886, 1890, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "typic": [417, 438, 440, 441, 501, 504, 506, 508, 527, 535, 579, 1793, 1816], "measuretyp": 418, "measure_set": [418, 437], "measure_itr_t": [418, 437], "enable_tim": 418, "report_measur": 418, "measureauxtyp": 419, "shared_ptr": [419, 501], "common": [419, 459, 553, 575, 591, 671, 672, 1863, 1896, 1899, 1900, 1901, 1907], "WILL": 419, "movetyp": [420, 444], "proposition_prob": [420, 442, 444], "probabl": [420, 444, 445, 450, 458, 496, 513, 574, 578, 1764, 1895, 1903, 1908, 1916, 1921], "precondit": [420, 597], "random_nam": [423, 577, 579, 580], "random_se": [423, 577, 579, 580], "rethrow_except": 423, "seed": [423, 453, 579, 580, 592, 1676, 1886, 1890, 1892, 1893], "tba": 423, "whether": [423, 438, 580, 585, 587, 1089, 1103, 1117, 1677, 1724, 1736, 1793, 1846, 1849, 1850, 1851, 1855, 1871, 1886, 1890, 1916, 1921], "rate": [424, 449, 1890, 1902, 1909], "name_of_the_mov": 424, "spent": [425, 426, 433, 434], "minut": [426, 434, 580, 1889, 1893], "visit": [427, 1862], "durat": [429, 1890, 1892], "percent": [430, 551], "mc": [435, 436, 574, 577, 580, 1886, 1890, 1892, 1902], "deregist": 437, "do_measur": 438, "n_warmup_cycl": [440, 441, 577, 578, 579, 580, 1882, 1886, 1890, 1902, 1904, 1905, 1908, 1909, 1910], "sign_init": [440, 441], "weight": [440, 441, 445, 557, 1047, 1048, 1886, 1887, 1890, 1891, 1892, 1893, 1896, 1900, 1903, 1908], "collect_statist": 442, "get_statist": 442, "tri": [443, 580, 1033], "pick": [445, 577, 1204], "proposit": 445, "metropoli": [445, 574, 578, 580], "acceptance_r": 449, "decal": 450, "pretti": [450, 1896, 1900], "eras": [452, 518], "buffer": 452, "1000": [452, 529, 538, 553, 554, 557, 560, 561, 589, 590, 1781, 1791, 1896, 1897, 1900, 1903, 1905, 1907, 1908, 1910], "preview": 452, "randomgeneratornam": 453, "uint32_t": 453, "seed_": 453, "mt19937": [453, 579, 592], "mersenn": [453, 579, 580], "twister": [453, 579, 580], "enable_if": [455, 520], "is_integr": 455, "sep": 457, "analyz": [458, 459, 593, 1879, 1903, 1908], "mean_mpi": 458, "mean_and_err": [458, 494], "mean_and_err_mpi": 458, "tau_estimate_from_error": 458, "resampl": [458, 490, 491, 593], "jackknife_mpi": 458, "cdf": 458, "cumul": [458, 472, 1763], "consecut": [459, 1886, 1890], "autocorrel": 459, "grow": [459, 1916, 1921], "satur": 459, "power": [459, 465, 466, 588, 1872, 1883, 1895, 1896, 1900], "ldot": [459, 490, 491, 585, 593, 1721], "underestim": 459, "ergod": 459, "cost": [459, 591, 1903, 1908], "advis": [459, 1877], "correctli": [459, 461, 1886, 1889, 1890, 1893], "At": [459, 578, 580, 582, 1905, 1910, 1914, 1916, 1919, 1921], "larger": [459, 1886, 1890, 1892, 1903, 1908, 1909], "n_log_bins_max": [459, 461, 469], "n_log_bin": 459, "n_lin_bins_max": [459, 461, 467], "n_lin_bin": [459, 463], "lin_bin_capac": [459, 460, 461], "capac": [459, 460, 461, 463, 465, 466, 467, 469], "log_bin_error": 459, "log_bin_errors_all_reduc": 459, "data_input_count": 459, "linear_bin": [459, 460], "compress_linear_bin": 459, "compression_factor": 460, "scale": [460, 510, 1886, 1890, 1895, 1896, 1900, 1902, 1907, 1910, 1916, 1921], "noth": [460, 508, 531, 533, 577, 578, 580, 950, 1826, 1845, 1867], "my_acc": [460, 464, 467, 469], "data_inst": 461, "requisit": 461, "wise": [461, 493, 494, 497], "manner": 461, "texttt": 461, "unbound": 461, "soon": [461, 518, 519, 580, 590], "caus": [461, 585, 1724, 1851, 1916, 1921], "reach": [461, 463, 469, 570, 580, 1791, 1896, 1900, 1903, 1908], "next": [463, 527, 557, 580, 582, 1793, 1867, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1910], "loss": 463, "deduc": [465, 466, 492, 493, 494, 495, 500, 527, 530, 554, 582, 597, 1902], "activ": [467, 469, 1854, 1857, 1863, 1865, 1867, 1868], "accumulatotr": [467, 469], "2nd": [467, 523, 583, 1706], "3rd": [467, 523, 583, 1706], "halfwai": 467, "my_acc_no_lin": 467, "maxmimum": 469, "my_acc_no_log": 469, "lin_bin_s": 471, "log_bin_s": 471, "might": [471, 518, 580, 1863, 1868, 1888, 1892, 1903, 1908], "els": [471, 488, 508, 1027, 1845, 1894], "my_accumulator_d": 471, "my_measurement_d": 471, "my_array_inst": 471, "my_accumulator_a": 471, "my_measurement_a": 471, "normalis": [472, 496, 1763, 1764], "track": [473, 1755, 1862], "lost": [473, 1755, 1863], "lie": [473, 1755], "outsid": [473, 537, 538, 543, 545, 1755, 1896, 1900], "n_data_pt": 473, "n_lost_pt": 473, "discard": [473, 474, 485, 486, 1757, 1762], "mpi_broadcast": 473, "n_bin": [475, 1905, 1910], "enclos": [477, 478], "dataset": [477, 478, 561, 1897], "n_": [481, 530, 573, 577, 580, 582, 585, 1722, 1723, 1760, 1902, 1904, 1905, 1909, 1910, 1915, 1916, 1920, 1921], "mathrm": [481, 490, 491, 560, 573, 582, 1760, 1896, 1900, 1901, 1902, 1905, 1907, 1908, 1910, 1919], "send": [483, 553, 561, 582], "h1": 486, "h2": 486, "sum": [486, 513, 514, 521, 568, 569, 580, 582, 585, 597, 655, 1006, 1721, 1767, 1773, 1886, 1888, 1889, 1890, 1892, 1893, 1901, 1907, 1913, 1915, 1916, 1918, 1920, 1921], "incompat": [486, 554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "summat": [486, 1886, 1890, 1892, 1893], "langl": [490, 491, 525, 583, 1700, 1896, 1900, 1913, 1915, 1916, 1918, 1920, 1921], "mathbf": [490, 491, 525, 570, 573, 586, 665, 1728, 1732, 1890, 1899, 1905, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "rangl": [490, 491, 525, 583, 1700, 1896, 1900, 1913, 1915, 1916, 1918, 1920, 1921], "jacknif": [490, 491, 593], "a_1": [490, 491, 530], "a_2": [490, 491, 530], "a_3": [490, 491], "four": [490, 491, 583, 1697, 1698, 1702, 1704, 1707, 1709, 1902, 1909, 1914, 1919], "f_": [490, 491, 530], "tild": [490, 491, 525, 530], "bar": [490, 491, 520, 583, 585, 593, 1697, 1722, 1723, 1753, 1886, 1890, 1892, 1893, 1902, 1908, 1913, 1918], "quad": [490, 491, 586, 590, 1732], "sum_": [490, 491, 525, 530, 551, 562, 563, 573, 583, 585, 586, 593, 686, 725, 764, 803, 842, 964, 1224, 1228, 1698, 1699, 1713, 1714, 1715, 1722, 1723, 1724, 1729, 1730, 1732, 1896, 1900, 1902, 1904, 1905, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "bia": [490, 491], "errror": [490, 491], "_j": [490, 491], "sqrt": [490, 491, 493, 494, 525, 530, 557, 560, 563, 583, 586, 939, 1224, 1700, 1729, 1905, 1910], "cdot": [490, 491, 525, 573, 586, 1728, 1896, 1900], "sigma_f": [490, 491], "deviat": [490, 491, 551, 1916, 1921], "addabl": [492, 493, 494, 495], "mean_error": [492, 493, 494, 495], "spread": [494, 495, 1864], "error_with_bin": 497, "error_no_bin": 497, "delta_n": 497, "delta_0": 497, "wrap_gener": [499, 500, 503], "calling_pattern": [499, 500, 503], "no_self_c": [499, 500], "is_constructor": 499, "is_method": [499, 500], "is_stat": [499, 500], "release_gil_and_enable_sign": [499, 500, 503], "c_name": [499, 500, 503], "py_typ": 500, "c_type": [500, 503], "c_type_absolut": 500, "is_print": 500, "add_cal": 500, "kw": [500, 554, 555, 556, 557, 558, 674, 675, 681, 682, 683, 684, 685, 691, 692, 696, 697, 698, 699, 700, 701, 702, 703, 707, 713, 714, 720, 721, 722, 723, 724, 730, 731, 735, 736, 737, 738, 739, 740, 741, 742, 746, 752, 753, 759, 760, 761, 762, 763, 769, 770, 774, 775, 776, 777, 778, 779, 780, 781, 785, 791, 792, 798, 799, 800, 801, 802, 808, 809, 813, 814, 815, 816, 817, 818, 819, 820, 824, 830, 831, 837, 838, 839, 840, 841, 847, 848, 852, 853, 854, 855, 856, 857, 858, 859, 863, 911, 912, 928, 929, 952, 953, 959, 960, 961, 962, 963, 969, 970, 974, 975, 976, 977, 978, 979, 980, 981, 985, 1900], "__call__": [500, 570], "add_method": 500, "add_constructor": 500, "intermediate_typ": 500, "defaut": [500, 503], "rtype": [500, 503, 590], "arg1": [500, 503], "name1": [500, 503], "arg2": [500, 503], "name2": [500, 503], "default2": [500, 503], "omit": [500, 503], "dict": [500, 503, 506, 508, 561, 572, 585, 586, 587, 590, 892, 906, 945, 994, 1214, 1624, 1640, 1660, 1680, 1712, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1753, 1899], "variable_nam": [500, 503], "default_valu": [500, 503], "expert": [500, 503, 533], "add_getitem": 500, "__getitem__": 500, "add_iter": 500, "c_cast_typ": 500, "cast_typ": 500, "add_len": 500, "len": [500, 508, 510, 573, 710, 749, 788, 827, 866, 988, 1679, 1861, 1886, 1890, 1892, 1893, 1913, 1915, 1916, 1918, 1920, 1921], "add_memb": 500, "py_nam": 500, "read_onli": 500, "boolean": [500, 503, 585, 586, 587, 1214, 1677, 1687, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1846], "self_c": [500, 503], "method_nam": [500, 503], "pure": [500, 503, 527, 1033], "gil": [500, 503], "handler": [500, 503], "signal_handl": [500, 503], "intercept": [500, 503, 1916, 1921], "ctrl": [500, 503, 1894], "requir": [500, 501, 503, 504, 509, 510, 527, 529, 530, 572, 582, 1624, 1645, 1863, 1866, 1867, 1871, 1880, 1882, 1896, 1899, 1900, 1903, 1908, 1915, 1920], "whatsoev": [500, 503], "indirectli": [500, 503], "add_method_copi": 500, "clone_funct": 500, "make_clon": 500, "add_method_copy_from": 500, "copy_from": [500, 561], "add_method_cpp_copi": 500, "sh_copi": 500, "ordinari": [500, 520, 1899], "add_properti": 500, "getter": 500, "setter": 500, "add_regular_type_convert": 500, "add_setitem": 500, "__setitem__": [500, 553], "deduce_inplace_arithmet": 500, "trivial": [501, 541, 549], "quit": [501, 532, 1871, 1886, 1890, 1894, 1895, 1896, 1900, 1904, 1908, 1909], "semant": [501, 517, 566, 1852], "while": [501, 504, 509, 512, 518, 519, 525, 580, 590, 1677, 1862, 1867, 1874, 1886, 1890, 1896, 1898, 1900, 1902, 1905, 1908, 1910, 1912, 1913, 1917, 1918], "triqss": [501, 553, 561], "entir": [501, 1846, 1912, 1914, 1917, 1919], "additionn": [501, 595], "magic": 501, "cell": [501, 567, 572, 573, 1611, 1614, 1624, 1640, 1651, 1660, 1667, 1680, 1871, 1886, 1888, 1890, 1892, 1899, 1903, 1905, 1908, 1909, 1910], "module_": [501, 505, 1877], "cfunction": [501, 505], "class_": [501, 505], "functionn": 502, "distinguish": [502, 527, 1873], "Its": [502, 513, 573, 578, 1846], "abl": [502, 580, 591, 1863, 1867, 1868, 1886, 1887, 1890, 1891], "add_class": 503, "cl": [503, 507, 508, 906, 992, 994, 1062], "add_convert": 503, "conv": 503, "add_enum": 503, "c_namespac": 503, "enum": [503, 540], "add_funct": 503, "add_import": 503, "lst": 503, "add_preambl": 503, "preambl": 503, "add_us": 503, "generate_cod": [503, 1877], "sy": [503, 591, 1861, 1886, 1888, 1889, 1890, 1892, 1893], "oppos": 503, "2py": [504, 1863, 1870, 1871, 1877], "fig": [504, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1905, 1907, 1910], "png": [504, 1920], "abc_desc": 504, "_document": 504, "remark": 504, "scratch": 504, "libclang": [504, 1863, 1869, 1870], "hierarch": 506, "v5": 506, "portabl": [506, 553, 561, 1897], "irrespect": 506, "dump": 506, "glimps": 506, "hdf": [506, 561], "compliant": [506, 1864], "intuit": [506, 1894], "hdfarchiv": [506, 507, 510, 591, 1861, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1897, 1904, 1905, 1908, 1909, 1910, 1912, 1915, 1917, 1918, 1919, 1920], "wide": [506, 1864], "machin": [506, 1863, 1868, 1869, 1887, 1891, 1896, 1900, 1904, 1909, 1920], "32": [506, 945, 1892, 1900, 1909, 1912, 1913, 1916, 1917, 1918, 1919, 1921], "bit": [506, 537, 589, 590, 596, 597, 1908], "64": [506, 1916, 1918, 1921], "oss": 506, "langag": 506, "f90": 506, "ti": 506, "explor": [506, 507, 1887, 1891], "tree": [506, 508, 516, 517, 1033, 1863], "unix": [506, 1863], "shell": [506, 583, 1696, 1698, 1701, 1703, 1705, 1863, 1865, 1868, 1883, 1890, 1893, 1897, 1903, 1908], "h5l": [506, 1897], "henc": [506, 532, 534, 561, 591, 596, 597, 1645, 1882, 1886, 1890, 1901, 1907, 1913, 1916, 1918, 1921], "compact": [506, 523, 542, 1897], "extent": [506, 1064, 1077, 1081, 1920], "speak": [506, 517], "dictionari": [506, 507, 508, 561, 573, 584, 590, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1640, 1660, 1680, 1712, 1713, 1714, 1715, 1845, 1886, 1890, 1897, 1902], "undesir": 506, "thought": [506, 561], "leav": [506, 517, 590, 1886, 1890], "rectangular": 506, "subtre": [506, 508, 516], "natur": [506, 527, 533, 547, 553, 1886, 1890, 1896, 1900], "group1": 506, "subgroup2": 506, "leaf1": 506, "hereaft": [506, 531, 1863], "reversibli": 506, "hdfarchivegroup": [506, 507], "get_raw": [506, 508], "create_group": [506, 508, 591, 1861, 1886, 1890], "is_group": [506, 508], "is_data": [506, 508], "read_attr": [506, 508], "root_path": [506, 508], "apply_on_leav": [506, 508], "register_class": [506, 507, 508], "reconstruct": [507, 508, 557, 1896, 1900], "__reduce_to_dict__": [507, 508], "__factory_from_dict__": [507, 906, 994], "classmethod": 507, "def": [507, 557, 573, 590, 597, 1894, 1899, 1901, 1907, 1908, 1915, 1916, 1920, 1921], "__init__": [507, 554, 555, 556, 557, 558, 1877, 1894, 1898, 1901, 1907, 1908], "myclass": [507, 508], "myfile2": 507, "56": [507, 1909], "ob": [507, 1745, 1886, 1889, 1890, 1892, 1893], "root_of_h": 507, "hdf5_data_schem": [507, 508], "rebuilt": 507, "search": [507, 1781, 1862, 1863, 1865, 1871], "offer": [508, 526, 1883], "shelv": [508, 552, 559], "myfil": [508, 553, 561], "subgroup1": 508, "apart": 508, "fact": [508, 517, 530, 578, 590, 596, 597, 1744, 1912, 1916, 1917, 1921], "open_flag": 508, "key_as_string_onli": 508, "reconstruct_python_object": 508, "keyerror": 508, "shortcut": 508, "iterkei": 508, "coupl": [508, 568, 577, 583, 586, 1696, 1697, 1698, 1703, 1728, 1862, 1873, 1874, 1875, 1886, 1889, 1890, 1893, 1908], "hfd": 508, "leaf": 508, "attributenam": 508, "good": [508, 580, 1883, 1886, 1890, 1896, 1900, 1903, 1908], "practiv": 508, "cluster": [508, 580, 1639, 1643, 1863, 1868, 1905, 1910], "inert": 508, "is_master_nod": [508, 1861, 1905, 1910], "_hdf5_data_scheme_": 508, "__name__": 508, "reread": [508, 522], "composit": [509, 542], "sendbuf": 509, "recvbuf": 509, "id": [509, 1853], "transmit": 509, "Such": [509, 512], "much": [509, 1889, 1893, 1896, 1900, 1908], "prone": 509, "simplifc": 509, "signific": [509, 517], "sendcount": 509, "sendtyp": 509, "recvcount": 509, "recvtyp": 509, "contiguo": 509, "multidimension": [509, 542, 1872, 1883], "across": [509, 1677, 1886, 1890, 1914, 1919], "adress": 509, "someth": [509, 517, 520, 526, 529, 533, 537, 596, 1887, 1889, 1891, 1893], "emploi": 509, "metaprogram": 509, "unecessari": [509, 1889, 1893], "copyi": 509, "web": [509, 1862, 1863, 1872, 1879, 1887, 1891], "allreduc": 509, "allgath": 509, "analogu": 509, "nativ": [509, 1853], "declar": [509, 517, 519, 580, 582, 597], "preceed": 510, "suppli": 510, "fashion": 510, "equilibrium": 510, "thermal": [510, 578, 1886, 1890, 1902, 1916, 1921], "prove": [510, 1916, 1921], "expans": [510, 525, 529, 537, 538, 539, 545, 551, 553, 560, 561, 562, 563, 566, 1226, 1872, 1896, 1900], "ct": [510, 1872, 1886, 1890], "hubbard": [510, 565, 583, 585, 1696, 1697, 1698, 1703, 1862, 1872, 1884, 1886, 1890, 1892, 1896, 1900, 1914, 1915, 1919, 1920], "nca": 510, "substitut": [510, 1915, 1920], "spin_nam": [510, 585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1908], "sn": 510, "n_up": [510, 565], "n_dn": [510, 565], "uprim": [510, 583, 585, 1697, 1704, 1722, 1723], "j_hund": [510, 583, 585, 1696, 1697, 1698, 1703, 1723], "1j": [510, 557, 589, 1894, 1899], "c_dag": [510, 565, 582, 1898, 1902, 1905, 1909, 1910], "28": [510, 1890, 1900, 1902, 1909, 1910, 1912], "dm": 510, "occup": [510, 585, 1721, 1886, 1890, 1892, 1893, 1903, 1908, 1915, 1916, 1920, 1921], "g_w": [510, 1876, 1900, 1907], "400": 510, "01": [510, 557, 1886, 1890, 1895, 1896, 1899, 1900, 1907, 1909, 1912, 1917, 1920, 1921], "g_tau": [510, 996, 997, 1902, 1905, 1909, 1910], "g_l": [510, 563, 1226, 1905, 1910], "20": [510, 521, 570, 590, 945, 1869, 1873, 1880, 1886, 1890, 1892, 1895, 1896, 1900, 1901, 1902, 1905, 1907, 1909, 1910, 1920], "later": [510, 1867, 1880, 1886, 1890, 1896, 1897, 1898, 1900, 1913, 1914, 1918, 1919], "atom_diag_exampl": 510, "flip": [510, 577, 580, 585, 1723, 1904, 1909], "anomal": 510, "difer": 510, "polynomi": [510, 527, 531, 539, 552, 553, 559, 563, 1158, 1226, 1862], "indirect": 510, "g_tau_ind": 510, "g_iw_ind": 510, "g_l_ind": 510, "g_w_ind": 510, "some_expression_of_x_": 512, "i_": [512, 517, 519, 1873, 1896, 1900], "some_expression_of_i_": 512, "j_": [512, 519, 577, 583, 1697, 1873], "some_expression_of_x_i_j": 512, "cours": [512, 517, 553, 595, 1873, 1897, 1912, 1917], "lh": [512, 526, 529], "rewritten": [512, 525, 1872], "triqs_clef_auto_assign": 512, "pseudo": 512, "stl": 512, "pi": [512, 519, 523, 525, 530, 537, 549, 553, 557, 558, 560, 573, 590, 939, 1886, 1889, 1890, 1892, 1893, 1894, 1896, 1899, 1900, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921], "aco": [512, 519, 523, 537], "k_": [512, 1905, 1910], "make_expr": [512, 517, 519], "fnt": 512, "make_funct": [512, 513], "adl": [512, 516, 520, 597], "therefor": [512, 527, 529, 530, 547, 553, 561, 591, 597, 1846, 1891, 1899, 1908, 1912, 1913, 1917, 1918], "friend": [512, 520], "similarli": [512, 520, 530, 561], "triqs_clef_auto_assign_subscript": 512, "struct": [512, 520, 523, 577, 580, 582, 597, 1874], "clef_implement_lazy_cal": [512, 520], "clef_auto_assign": 512, "prototyp": 513, "dark": 513, "corner": 513, "progress": [513, 568, 580, 1903, 1908], "ompil": 513, "azi": 513, "xpression": 513, "unction": 513, "nice": [516, 520, 1883], "useless": 516, "eval": [516, 518, 520, 535, 1033], "placeholder_1": [516, 518], "value_1": 516, "placeholder_2": [516, 518], "value_2": 516, "matter": [516, 518, 580, 1872], "lookup": 516, "e1": [516, 517], "e2": [516, 517], "loos": 517, "thing": [517, 591, 1886, 1890, 1892, 1893, 1896, 1900, 1903, 1908], "ternari": 517, "if_els": 517, "math": [517, 557, 558, 563, 573, 920, 1224, 1228, 1892, 1894, 1896, 1899, 1900, 1902, 1907, 1908, 1912, 1913, 1915, 1917, 1918, 1920], "clef_express": [517, 518], "almost": [517, 549, 553, 574, 580, 1864, 1867, 1903, 1908], "e0": 517, "meaningless": [517, 553], "complic": [517, 1861], "encod": [517, 525, 540, 582, 1913, 1918], "expr": [517, 518, 547, 922, 1032, 1033, 1034, 1037], "plu": [517, 1896, 1900], "fly": [517, 582, 1894], "themselv": 517, "rational": 517, "dangl": 517, "quicker": 517, "Of": [517, 553, 1897], "mandatori": 517, "opposit": [518, 549, 585, 1722, 1723], "z_": [518, 586, 1729], "sai": [518, 529, 561, 578, 580, 1894, 1903, 1908, 1914, 1919], "placeholder_3": 518, "x2": [518, 542, 597], "x3": 518, "exhaust": 518, "ban": 518, "parenthesi": [518, 579, 1894], "though": [518, 526], "show": [518, 519, 580, 592, 1867, 1873, 1874, 1875, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1900, 1902, 1903, 1905, 1908, 1909, 1910, 1912, 1916, 1917, 1921], "f1": [518, 1814], "3x3": [519, 1896, 1900], "forget": [519, 1899], "cheke": 519, "time_consuming_funct": 519, "insist": 519, "clef_make_fnt_lazi": 520, "function_to_make_lazi": 520, "foo": 520, "notclefexpress": 520, "is_clef_express": 520, "BUT": 520, "absenc": [520, 1893], "58385": 520, "v_": [520, 563, 1224, 1228, 1902], "copyabl": 520, "my_method": 520, "clef_implement_lazy_method": 520, "evalut": 520, "_2": [520, 582, 1886, 1890], "_1": [520, 582], "trait": 520, "immutablearrai": 521, "preced": 521, "param": [521, 589, 669, 940, 1819], "tparam": 521, "dollar": 521, "rest": [521, 554, 580], "alpha": [521, 525, 583, 1641, 1642, 1698, 1886, 1890, 1892, 1895, 1902, 1910, 1919, 1920, 1921], "seriou": 522, "leq": [522, 525], "m_": [522, 1908], "y_j": 522, "fast": [522, 1886, 1890, 1912, 1917], "quickli": [522, 1862, 1894, 1903, 1908], "return_typ": 523, "argument_typ": [523, 1874], "xy_typ": 523, "vector_typ": 523, "tqa": 523, "matrix_view_typ": 523, "matrix_view": [523, 556, 681, 720, 759, 798, 837, 959, 1007], "fx": 523, "fy": 523, "try_insert_from_funct": 523, "change_raw": 523, "try_op": 523, "bla": 523, "transpar": [523, 582, 1895], "fun": [523, 597, 1874], "typedef": [523, 1874], "result_typ": [523, 1874], "epsi": 523, "sin": [523, 590, 1895], "detratio": [523, 1874], "mathemat": [524, 527, 582, 1883, 1894, 1896, 1900], "mainli": [524, 1894], "know": [524, 529, 578, 581, 1886, 1890, 1894, 1896, 1899, 1900], "rm": [524, 553, 1902, 1904, 1909], "cof": 524, "i_n": 524, "pmatrix": [524, 583, 1699, 1700, 1708, 1896, 1900], "a_": [524, 525, 561, 583, 585, 586, 1698, 1723, 1724, 1729, 1730, 1732, 1904, 1909], "dot": [524, 525, 550, 573, 593, 1894, 1912, 1917], "vdot": 524, "invert": [524, 560, 1896, 1900, 1910], "furthermor": [524, 1886, 1890], "xi": [524, 542, 1916, 1921], "qquad": [524, 525, 1896, 1900, 1915, 1920], "ca": 524, "gi": [524, 542], "a_0": 524, "m_n": 524, "amelior": 524, "straightformward": 524, "hb": 524, "cg": 524, "fb": 524, "cb": 524, "gh": 524, "hg": 524, "ib": 524, "ic": 524, "gb": [524, 1918], "fh": 524, "hc": 524, "BEING": 525, "among": [525, 565, 1873, 1874, 1886, 1890], "deal": [525, 581], "emphas": 525, "essenti": [525, 551, 562, 1872, 1897], "alpha_a": 525, "beta_a": 525, "mathcal": [525, 580, 1886, 1890, 1899, 1913, 1918], "label": [525, 573, 590, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1886, 1889, 1890, 1892, 1893, 1895, 1900, 1902, 1905, 1907, 1908, 1910, 1912, 1917, 1918, 1919, 1920, 1921], "whenev": 525, "consider": [525, 553], "formal": [525, 527, 553, 1886, 1890, 1896, 1900], "equiv": [525, 569, 573, 583, 655, 1697, 1913, 1915, 1916, 1918, 1920, 1921], "c_": [525, 582, 603, 604, 624, 625, 1902, 1905, 1910], "int_0": [525, 707, 746, 785, 824, 863, 985, 1022, 1896, 1900, 1901, 1907], "2l": [525, 583, 1698, 1699], "p_l": 525, "theta": [525, 530, 560, 926, 939, 1896, 1900], "int_": [525, 569, 570, 655, 665, 1896, 1900], "analog": 525, "dt": [525, 707, 746, 785, 824, 863, 985, 1022, 1895], "2n": [525, 537, 549, 1896, 1900, 1915, 1920], "paramount": 525, "context": [525, 1033], "slowli": 525, "decai": [525, 563, 1223, 1896, 1900], "stackrel": 525, "parametr": 525, "n_1": [525, 585, 1721], "n_2": [525, 585, 1721], "o_": 525, "_i": [525, 573], "readeabl": 526, "travers": 526, "specialis": [526, 531, 533, 537, 538, 539, 543, 545, 547], "nfreq": [526, 537], "wn_": [526, 537], "strang": [526, 534], "cannot": [526, 536, 553, 599, 601, 622, 1897, 1898, 1916, 1921], "curri": 527, "understood": 527, "abstract": [527, 553, 565, 1033], "grid": [527, 570, 571, 573, 1767, 1773, 1775, 1890, 1895, 1899, 1905, 1910, 1912, 1917, 1918, 1919, 1921], "refin": [527, 566, 570, 1791], "regulartyp": 527, "comment": [527, 535, 549, 550, 566, 574, 1869, 1894, 1916, 1921], "k_vector": 527, "matsubara_freq": 527, "multi": [527, 590, 1862, 1914, 1919], "domain_t": [527, 534, 549], "eg": [527, 561, 583, 1701, 1702, 1896, 1900], "realli": [527, 578, 1883], "contigu": 527, "mesh_pt_gener": 527, "copyconstruct": [527, 566], "linear_index": [527, 1089, 1103, 1117], "at_end": 527, "cast_t": 527, "implicit": 527, "cast": [527, 1040, 1635], "wiht": 527, "fourier": [528, 551, 552, 554, 555, 557, 558, 559, 562, 572, 699, 738, 777, 816, 855, 977, 1000, 1017, 1677, 1869, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1902, 1907, 1908, 1912, 1916, 1917, 1921], "purefunctionondomain": [528, 552], "adj": 529, "reason": [529, 561, 580, 590, 1869, 1886, 1889, 1890, 1893, 1896, 1900, 1903, 1908], "gw": [529, 554, 555, 556, 557, 558, 564, 700, 702, 703, 739, 741, 742, 778, 780, 781, 817, 819, 820, 856, 858, 859, 978, 980, 981, 1018, 1020, 1021, 1896, 1900], "That": [529, 580, 1880, 1894, 1903, 1908], "call_the_fourier_implement": 529, "moreov": [529, 1867], "possess": 529, "iw_mesh": [529, 551, 1875, 1896, 1899, 1900, 1907, 1908], "tau_mesh": [529, 1875, 1896, 1900, 1907, 1908], "om_": [529, 1876], "gw2": 529, "subroutin": 530, "discret": [530, 533, 563, 571, 1224, 1647, 1663, 1767, 1773, 1862, 1896, 1900, 1912, 1916, 1917, 1921], "dft": [530, 1862, 1863], "regularli": 530, "f_0": [530, 583, 1698], "f_k": [530, 583, 1696, 1698], "f_n": 530, "t_": [530, 573, 574, 583, 1698, 1709, 1896, 1900], "n_t": [530, 1179], "t_k": 530, "omega_m": 530, "eq": 530, "tf_r": 530, "recogn": [530, 1677], "inv_dft": 530, "prepar": [530, 568, 577, 580, 1885, 1886, 1889, 1890, 1893, 1899], "f_m": 530, "eq_inv_tf_r": 530, "tau_k": 530, "tau_": [530, 538], "inv_dft_i": 530, "ge": 530, "t_1": 530, "t_2": 530, "simeq": [530, 1915, 1920], "it_2": 530, "badli": 530, "naiv": 530, "substract": 530, "tranform": 530, "2a": [530, 547], "leftrightarrow": 530, "gg": [530, 1912, 1917], "chose": [530, 1894, 1896, 1900, 1901, 1907], "opt": [531, 533, 537, 538, 539, 543, 544, 545, 1826, 1840, 1867, 1898, 1899, 1900], "variable_t": 531, "target_t": 531, "option_t": 531, "unus": 531, "decrib": 531, "block_index": [531, 533, 886, 1712], "singularity_t": [531, 536], "symmetry_t": [531, 535, 536], "stage": [531, 580, 1886, 1890], "destructor": 531, "compound": [531, 553, 561, 582], "reinterpret": 531, "1x1": [531, 544, 1875, 1896, 1900], "contruct": 533, "gf2": 533, "init_list": 533, "strip": 533, "make_block_gf_view_from_vector": 533, "Not": 533, "TO": [533, 538, 539, 591, 1608, 1880, 1904, 1909], "BE": [533, 539, 591, 1608, 1880, 1904, 1909], "bg0": 533, "bg1": 533, "bg11": 533, "bg2": 533, "bg3": 533, "bg4": 533, "test_block_gf": 533, "b4": 533, "freq": [533, 1003, 1004, 1886, 1890, 1899, 1900, 1917], "1025": [533, 1131], "positive_onli": [533, 549, 1890, 1899, 1900, 1917], "clefexpress": [534, 547], "closest": [534, 538, 582, 1067, 1216, 1217], "extrem": [534, 591], "inconveni": 534, "forbid": 534, "asid": 535, "singularity_view_t": 535, "si": 535, "evaluator_t": 535, "No": [537, 554, 555, 556, 557, 558, 674, 713, 752, 791, 830, 1870, 1886, 1890], "immutablematrix": [537, 538, 543, 545], "1d": [537, 538, 543, 545, 570, 571, 656, 660, 670, 710, 749, 788, 827, 866, 988, 1744, 1775], "3d": [537, 538, 543, 545, 554, 555, 556, 557, 558, 570, 710, 749, 788, 827, 866, 988, 1886, 1890, 1899], "todo": 537, "make_shap": [537, 538, 551], "1i": 537, "m_pi": 537, "g3": [537, 538], "226344": 537, "248878": 537, "antiperiod": 538, "OR": 538, "n_time": [538, 545, 1875], "exp": [538, 563, 577, 580, 1224, 1228, 1874, 1895, 1896, 1900, 1912, 1916, 1917, 1921], "0407608": 538, "0407604": 538, "2x2": [539, 543, 545, 563, 1230, 1896, 1900], "wmin": [539, 543], "wmax": [539, 543], "n_freq": [539, 543, 1876], "var_t": 541, "tmin": [541, 542, 545, 1875], "tmax": [541, 542, 545, 1875], "n_re_tim": [541, 542], "n_im_tim": [541, 542], "g_t_tau_": [541, 542], "dedic": 541, "g_slice": 541, "_x1": 542, "_x2": 542, "y2": [542, 1886, 1890], "_xi": 542, "yi": 542, "g_t_tau_m": 542, "g_t_tau_t": 542, "m1": [542, 583, 1698, 1699], "m2": [542, 583, 1698, 1699], "matrix_valued_vers": 542, "gm": [542, 557, 1875], "tensor_valued_vers": 542, "test_product_gf": 542, "gf_const": 544, "concentr": 546, "1a": 547, "1b": 547, "2b": 547, "closest_mesh_pt_t": 547, "3a": 547, "3b": 547, "acquir": [547, 551, 553, 562], "closest_mesh_point_t": 547, "closest_mesh_point": 547, "vehicl": 547, "matsubara_freq_mesh": 549, "pictori": [549, 550], "all_frequ": 549, "positive_frequencies_onli": 549, "matsubara_freq_domain": 549, "iomega_n": [549, 560, 1861, 1882, 1896, 1900, 1902, 1904, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "linear_index_t": 549, "default_interpol_polici": 549, "domain_pt_t": 549, "full_siz": 549, "linear_to_index": 549, "revers": 549, "first_index": 549, "last_index": 549, "first_index_window": 549, "last_index_window": 549, "tau_n": 550, "get_interpolation_data": 550, "redefin": [550, 596], "anti": [550, 583, 1697, 1704, 1898, 1912, 1914, 1917, 1919], "role": [551, 561, 562], "accur": [551, 562, 1886, 1890, 1908, 1916, 1921], "approx": [551, 562, 593, 1886, 1890, 1896, 1900, 1912, 1916, 1917, 1918, 1919, 1921], "a_n": [551, 562], "coefficienct": [551, 562], "twenti": 551, "absolut": [551, 574, 1679, 1886, 1890], "fulfil": 551, "ij": [551, 583, 585, 1698, 1709, 1713, 1715, 1722, 1723, 1896, 1900], "ji": 551, "entail": 551, "prodiv": 551, "max_ord": 551, "nerror": 551, "experienc": [551, 1864], "set_tail_fit_paramet": 551, "tail_fract": [551, 1141], "expansion_ord": [551, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1141], "fraction": [551, 1851], "outer": [551, 870], "30": [551, 592, 1141, 1880, 1890, 1900, 1908, 1909], "fit_tail_on_window": 551, "behav": [551, 595, 1865, 1897], "fit_hermitian_tail_on_window": 551, "gflegendr": [552, 553, 559, 564, 1210, 1900], "gfretim": [552, 553, 559, 563, 1212, 1229, 1900], "pickl": [552, 559], "flavour": 553, "inv": [553, 561], "enough": [553, 1886, 1890], "50": [553, 554, 555, 556, 561, 564, 573, 577, 590, 1198, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1905, 1909, 1910, 1912], "imp": [553, 1886, 1890, 1892, 1893, 1896, 1900, 1901, 1902, 1907], "collid": 553, "former": 553, "don": [553, 580, 1904, 1909], "reassign": 553, "certainli": [553, 1894], "lazy_express": 553, "assembl": [553, 1862], "bandwith": [553, 563, 1224], "bandwidth": [553, 927, 940, 942, 1896, 1900], "picklabl": [553, 561], "sent": [553, 561], "disk": [553, 561, 1913, 1914, 1918, 1919], "saw": [553, 1913, 1918], "tell": [553, 578, 580, 590, 1894, 1896, 1900, 1903, 1908], "plotter": 553, "lot": [553, 1899], "target_rank": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830, 885, 952, 1900], "is_real": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830, 952, 1896, 1900], "kwarg": [554, 556, 561, 563, 599, 602, 623, 680, 708, 719, 747, 758, 786, 797, 825, 836, 864, 869, 870, 884, 885, 892, 902, 945, 958, 986, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1225, 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, 1589, 1591, 1593, 1595, 1597, 1599, 1601, 1603, 1612, 1620, 1625, 1685, 1748, 1756, 1845, 1854, 1898, 1899, 1900], "g_out": [554, 555, 557, 558, 699, 738, 777, 816, 855, 977, 1017], "g_in": [554, 555, 557, 558, 699, 738, 777, 816, 855, 977, 1000, 1017], "set_from_legendr": [554, 555], "decompos": [554, 555, 556, 557, 558, 561, 591, 1902, 1913, 1918], "meshgf": [554, 555, 556, 557, 558], "i2": [554, 555, 556, 557, 558], "this_str": [554, 555, 556, 557, 558], "eg1": [554, 557, 561], "eg2": [554, 557, 561], "egblock": [554, 557, 558, 561], "half_bandwidth": [554, 555, 556, 557, 560, 564, 926, 927, 939, 940, 942], "mpl_interfac": [554, 555, 556, 557, 558, 564, 568, 589, 590, 592, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "plt": [554, 556, 568, 573, 592, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "x_window": [554, 589, 590, 710, 749, 788, 827, 866, 988, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214], "ylim": [554, 568, 1885, 1896, 1900, 1902, 1905, 1907, 1908, 1910, 1921], "meshimtim": [555, 563, 713, 1191, 1207, 1209, 1224, 1228, 1896, 1900, 1907, 1908], "tailgf": 555, "enforce_discontinu": [556, 563, 1226], "disc": [556, 563, 681, 720, 759, 798, 837, 959, 1007, 1224, 1228], "discontinu": [556, 563, 681, 720, 759, 798, 837, 959, 1007, 1226], "40": [556, 564, 1886, 1890, 1895, 1909], "matsubaratolegendr": [556, 564], "giw": [557, 703, 742, 781, 820, 859, 981, 1021, 1896, 1899, 1900], "freq_offset": [557, 703, 742, 781, 820, 859, 981, 1021, 1913, 1918], "demonstr": [557, 573], "counterpart": 557, "cmath": 557, "101": [557, 568, 570, 1679, 1862, 1875, 1885, 1886, 1890, 1892], "lorentzian": 557, "glorentz": 557, "z": [557, 560, 577, 580, 583, 586, 679, 718, 757, 796, 835, 926, 939, 957, 1198, 1702, 1705, 1707, 1729, 1732, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1899, 1902, 1903, 1908, 1916, 1921], "semicircl": [557, 940], "gsc": 557, "superposit": 557, "2000": 557, "gr": 557, "995": 557, "1200": 557, "g_pade": 557, "meshretim": [558, 830, 1896, 1900], "1001": [558, 1898, 1907, 1908], "permit": 560, "wilson": 560, "eps_d": [560, 1896, 1900], "cut": [560, 580, 926, 1862, 1914, 1919], "2d": [560, 568, 573, 585, 926, 1218, 1639, 1722, 1723, 1885, 1886, 1890, 1892, 1893, 1896, 1900, 1905, 1910], "chem_potenti": [560, 939, 940], "contrast": 561, "rememb": [561, 1901, 1907, 1908], "sentenc": 561, "imagin": [561, 579, 1896, 1900], "involv": [561, 580, 582, 1862, 1902], "solid": [561, 1902], "t2g": [561, 583, 1701, 1707, 1896, 1900], "t2g1": 561, "t2g2": 561, "t2g3": 561, "t2gblock": 561, "name_list": [561, 885, 1896, 1900], "block_list": [561, 869, 870, 885, 1896, 1900], "make_copi": [561, 870, 885, 1900], "compos": [561, 1890, 1900], "initialis": [561, 872, 889], "do_someth": 561, "interestingli": 561, "appear": [561, 589, 1887, 1891, 1894, 1896, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1917, 1918], "clariti": [561, 580], "exactli": [561, 599, 601, 622, 1886, 1890, 1898, 1912, 1915, 1917, 1920], "clearli": [561, 574, 580, 1867, 1905, 1910], "__blockindiceslist": 561, "__name": 561, "__note": 561, "ident": [562, 1864, 1923], "caution": [563, 1223, 1863], "iomega": [563, 1223, 1224], "eps0": [563, 1224], "v0": [563, 1224], "tol": [563, 585, 1224, 1725], "maxit": [563, 945, 1224, 1781, 1782], "10000": [563, 580, 592, 1224, 1886, 1890, 1895, 1903, 1904, 1905, 1908, 1909, 1910], "cmplx": [563, 1224], "delta_": [563, 582, 586, 1224, 1228, 1729], "kl": [563, 1224, 1228], "kj": [563, 1224, 1228], "jl": [563, 1224, 1228], "eps_j": [563, 1224, 1228], "basinhop": [563, 1224], "frontend": [563, 1224], "norb": [563, 1224, 1228, 1676, 1918], "choleski": [563, 1224], "decomposit": [563, 1224], "xatol": [563, 1224], "ftol": [563, 1224], "complx": [563, 1224], "v_opt": [563, 1224], "thereof": [563, 1224, 1228, 1851], "eps_opt": [563, 1224], "sort": [563, 1224, 1886, 1890, 1903, 1908], "delta_disc": [563, 1224], "noisi": [563, 945, 1226, 1886, 1890], "low": [563, 1226, 1892, 1896, 1900, 1905, 1908, 1910, 1916, 1921], "treatement": [563, 1227], "block_txtfil": [563, 1230], "desir": [563, 1230, 1896, 1900], "uniform": [563, 595, 1230, 1896, 1900], "up_eg1": [563, 1230], "up_eg1_1": [563, 1230], "up_eg2_1": [563, 1230], "up_eg1_2": [563, 1230], "up_eg2_2": [563, 1230], "legendretomatsubara": 564, "pictur": [565, 1896, 1900, 1913, 1918], "abstarct": 565, "bitset": 565, "dimer": 565, "coulomb": [565, 583, 1695, 1888, 1892, 1902], "repuls": 565, "mu": [565, 569, 570, 571, 658, 662, 665, 940, 1767, 1773, 1882, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1895, 1898, 1899, 1901, 1904, 1905, 1907, 1909, 1910, 1912, 1916, 1917, 1921], "full_hs_operator_t": 565, "spars": [565, 1896, 1900], "prealloc": 565, "inv_subspac": 565, "emplace_back": 565, "spn": 565, "n_down": [565, 1909], "n_up_conn": 565, "n_down_conn": 565, "sub_hs_operator_t": 565, "n_up_hilbert_map": 565, "conn": 565, "n_up_op": 565, "n_down_hilbert_map": 565, "n_down_op": 565, "ket": 565, "equip": 566, "idenifi": 566, "vanis": 566, "bravaislattic": [567, 568, 570, 572, 1077, 1619, 1624, 1635, 1659, 1885, 1899], "atom_orb_po": [567, 1611], "atom_orb_nam": [567, 1611], "lattice_to_real_coordin": [567, 572], "r_t": [567, 572, 1613, 1630, 1650, 1666], "n_orbit": [567, 569, 663, 1655, 1890, 1912, 1917], "orbital_posit": [567, 570, 573, 1640, 1659, 1660], "bravai": [568, 572, 573, 1077, 1611, 1619, 1621, 1624, 1629, 1635, 1648, 1659, 1664, 1885, 1899, 1912, 1917], "bl": [568, 570, 572, 573, 1619, 1624, 1659, 1885, 1899], "nearest": [568, 1198, 1200, 1885, 1899, 1913, 1915, 1916, 1918, 1920, 1921], "neighbour": [568, 570, 577, 1885, 1899, 1913, 1915, 1918, 1920], "00": [568, 570, 1885, 1886, 1890, 1896, 1900, 1902, 1908, 1909, 1917, 1920, 1921], "tp": [568, 570, 573, 1885, 1905, 1910], "displac": [568, 572, 1624, 1627, 1885, 1899], "t11": [568, 1885], "t12": [568, 1885], "t13": [568, 1885], "t21": [568, 1885], "t22": [568, 1885], "t23": [568, 1885], "tnn": [568, 1885], "number_orbit": [568, 1885], "tb": [568, 570, 573, 1609, 1632, 1633, 1659, 1885, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1899], "tightbind": [568, 570, 572, 1632, 1633, 1659, 1885, 1899], "n_kpt": [568, 569, 570, 571, 1672, 1885], "500": [568, 570, 1876, 1885, 1902], "n_ep": [568, 569, 570, 1609, 1672, 1673, 1885], "matplotlib": [568, 573, 588, 1867, 1869, 1870, 1872, 1881, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "pylab": [568, 573, 1885], "xlim": [568, 1745, 1885, 1896, 1900, 1902, 1905, 1907, 1908, 1909, 1910, 1921], "energies_on_bz_path": 568, "dos_from_fil": [568, 569], "_k": [569, 573, 655], "epsilon_k": [569, 571, 655, 1773, 1901, 1907], "single_orbit": [569, 663], "ONE": [569, 663], "ith": [569, 663], "dosfromfunct": [569, 570], "x_min": [569, 659, 660, 1744], "x_max": [569, 659, 660, 1744], "hilberttransform": 570, "sigma0": 570, "bigl": [570, 665, 1905, 1910], "hat": [570, 582, 586, 665, 1727, 1728, 1729, 1730, 1731, 1732, 1886, 1890, 1896, 1899, 1900], "varepsilon": [570, 665], "bigr": [570, 665, 1905, 1910], "epsilon_hat": 570, "n_points_integr": 570, "test_converg": 570, "gfbloc": [570, 1645], "array_with_gfbloc_indic": 570, "gbloc": 570, "identity_matrix": 570, "npt": 570, "cv": 570, "sumkdiscretefromlattic": 571, "riemann": [571, 1773, 1775, 1776], "leftarrow": [571, 1767, 1773], "sum_k": [571, 1767, 1773, 1901, 1907, 1915, 1916, 1920, 1921], "eps_k": [571, 1767, 1773, 1899], "bz_point": [571, 1767, 1773], "bz_weight": [571, 1767, 1773, 1890], "mu_pattern": [571, 1767, 1773], "overlap": [571, 572, 1624, 1631, 1767, 1773, 1899], "IF": [571, 1767, 1773], "recomputegrid": [571, 1773], "gauss": [571, 1767, 1773, 1775, 1776], "gfblocindic": 571, "recompute_grid": 571, "chi_0": [571, 1775, 1872, 1914, 1915, 1919, 1920, 1922], "resize_arrai": 571, "nk": [571, 1198, 1771, 1778, 1918], "k_cvt": [572, 1626, 1628, 1644, 1646, 1661, 1662], "momentum": [572, 583, 586, 1064, 1626, 1628, 1644, 1646, 1661, 1662, 1677, 1696, 1698, 1701, 1703, 1705, 1727, 1729, 1896, 1899, 1900, 1905, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "reciproc": [572, 1064, 1623, 1626, 1628, 1644, 1646, 1661, 1662, 1679, 1899, 1912, 1917], "aim": [573, 582, 1863, 1872, 1886, 1890, 1915, 1920], "triplet": 573, "lbrace": [573, 593], "rbrace": [573, 593], "ie": 573, "phi_n": 573, "phi_m": 573, "wannier": [573, 1680], "hopping_dictionari": 573, "pt": [573, 1912, 1917], "epsilon_n": 573, "join": [573, 1916, 1920, 1921], "eigenvector": 573, "success": [573, 1791, 1878, 1886, 1890], "bl_1": 573, "bl_2": 573, "bl_4": 573, "hop_1": 573, "hop_2": 573, "hop_4": 573, "tb_1": 573, "tb_2": 573, "tb_4": 573, "gamma": [573, 1890, 1896, 1900, 1902, 1912, 1913, 1914, 1917, 1918, 1919], "pipi": 573, "pi0": 573, "pihpih": 573, "twopi0": 573, "twopitwopi": 573, "path_1": 573, "path_2": 573, "2at": 573, "ucel": 573, "path_4": 573, "4at": 573, "energies_on_path": 573, "orb": 573, "e_1": 573, "e_2": 573, "e_4": 573, "linewidth": [573, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1900, 1907], "ats": 573, "legend": [573, 590, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1902, 1908, 1910, 1918, 1919, 1920, 1921], "ax": [573, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1907, 1912, 1917], "set_xtick": [573, 1886, 1890, 1892, 1893], "150": [573, 1886, 1889, 1890, 1892, 1893, 1895], "set_xticklabel": [573, 1907], "gamma_1": 573, "m_1": [573, 583, 1699, 1700, 1708], "x_1": 573, "ylabel": [573, 590, 1214, 1895, 1900, 1907, 1908, 1910, 1912, 1917, 1918, 1919], "montecarlo": 574, "dynam": [574, 582, 945, 1865, 1872, 1913, 1918], "mc_sign_typ": 574, "proba": 574, "p_x": 574, "p_": [574, 580, 1905, 1910], "move_sign": 574, "move_r": 574, "new_sign": 574, "old_sign": 574, "focu": [575, 1903, 1904, 1908, 1909], "beta_": [577, 580], "field_": 577, "rng": [577, 579, 580], "delta_energi": 577, "config_": [577, 580], "rng_": 577, "metropli": 577, "compute_m": [577, 580], "sum_z": [577, 580], "sum_m": [577, 580], "greet": [577, 580], "500000": 577, "100000": [577, 1882], "374982": [577, 580], "273894": [577, 580], "isingmc": 577, "clock_callback": [577, 580], "27603": 577, "goal": [578, 591, 1878, 1901, 1903, 1907, 1908], "transit": [578, 580, 1862, 1888, 1892, 1903, 1904, 1905, 1908, 1909, 1910, 1914, 1916, 1919, 1921], "heart": 578, "repeat": [578, 1886, 1889, 1890, 1893, 1916, 1921], "decorrel": [578, 1886, 1890, 1902], "dictonari": 578, "doesn": [578, 580], "wether": [578, 1896, 1900], "clearer": 578, "23432": 579, "stand": [579, 1862], "uniformli": 579, "spinmc": [579, 580], "mymov": 579, "overview": [580, 1862, 1883, 1886, 1890, 1894], "concret": [580, 1896, 1900], "mayb": 580, "simplest": [580, 593, 1895], "ever": [580, 597], "uparrow": [580, 585, 1723, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1916, 1920, 1921], "downarrow": [580, 585, 1723, 1902, 1904, 1905, 1909, 1910, 1915, 1916, 1920, 1921], "job": [580, 1886, 1890, 1896, 1900], "everyth": [580, 597, 1877, 1880, 1886, 1890, 1894], "obvious": [580, 1880], "piec": [580, 591, 1894, 1902], "h_": [580, 1715, 1902, 1904, 1905, 1909, 1910], "isol": [580, 1868], "5000000": 580, "600": [580, 596], "149608": 580, "initial_sign": 580, "But": 580, "satisfi": [580, 1868, 1901, 1907, 1912, 1915, 1916, 1917, 1920, 1921], "importantli": 580, "trial": 580, "With": [580, 1871, 1915, 1920], "meant": 580, "launch": 580, "55": [580, 1909], "didn": 580, "manag": [580, 588, 1863, 1864], "cleanli": 580, "safe": 580, "hope": 580, "gave": 580, "idea": [580, 1862, 1883, 1902, 1903, 1908, 1916, 1921], "chapter": 580, "haven": 580, "acc": 580, "speed": [581, 1886, 1888, 1890, 1892, 1893], "quantiti": [581, 593, 1902, 1903, 1908, 1912, 1915, 1917, 1920], "readabl": [582, 1886, 1890], "accompani": 582, "approach": [582, 1887, 1891, 1899, 1905, 1910, 1913, 1914, 1916, 1918, 1919, 1921], "meet": [582, 1862, 1886, 1890], "is_zero": 582, "sake": 582, "many_body_operator_complex": 582, "nontrivi": 582, "obei": [582, 1912, 1915, 1916, 1917, 1920, 1921], "anticommut": 582, "dagger_": [582, 583, 585, 586, 605, 606, 626, 627, 1698, 1709, 1723, 1729, 1732, 1904, 1909], "preregist": 582, "elementari": [582, 593], "instanti": 582, "make_fundamental_operator_set": 582, "make_canon": 582, "is_dag": 582, "functor": 582, "paragraph": 582, "variant_int_str": 582, "canonical_ops_t": 582, "bidirect": 582, "dedocument": 582, "triqsd": 582, "coef": 582, "deseri": 582, "quartic": [582, 584, 1902, 1913, 1918], "__repr__": 582, "__str__": 582, "c_list": 582, "cd_list": 582, "commut": [582, 1898], "radial_integr": [583, 1696, 1698], "u_int": [583, 1696, 1697, 1698, 1703], "spheric": [583, 586, 1698, 1705, 1727, 1728, 1729], "m3": [583, 1698, 1699], "m4": [583, 1698, 1699], "f_2": [583, 1698], "f_4": [583, 1698], "radial": [583, 1696, 1698, 1703], "angular": [583, 1696, 1698, 1699, 1701, 1703, 1705], "racah_wign": [583, 1698], "u_j_to_radial_integr": [583, 1698], "convet": [583, 1698], "ijkl": [583, 585, 1698, 1714, 1724], "u_": [583, 585, 1697, 1698, 1713, 1714, 1722, 1723, 1724, 1902, 1916, 1921], "f0": [583, 1696, 1698, 1703], "f2": [583, 597, 1696, 1698, 1703, 1814], "f4": [583, 1696, 1698, 1703], "preferenti": [583, 1698], "alongsid": [583, 1698, 1864], "hund": [583, 1696, 1697, 1698, 1703], "harmon": [583, 586, 1698, 1701, 1705, 1727, 1728, 1729], "cubic": [583, 586, 1198, 1200, 1203, 1698, 1701, 1705, 1727, 1728, 1729], "b_": [583, 1698, 1709], "sum_j": [583, 1698, 1709], "reduce_4index_to_2index": 583, "u_4index": [583, 1704], "u_matrix_kanamori": 583, "up_int": [583, 1697], "full_uijkl": [583, 1697], "jc_hund": [583, 1697], "uijkl": [583, 1697], "j_c": [583, 1697], "neq": [583, 585, 1697, 1722, 1723, 1904, 1909], "prime": [583, 1697], "rotation": [583, 585, 1697, 1724], "retunr": [583, 1697], "foat": [583, 1697], "t2g_submatrix": 583, "submatrix": [583, 1702, 1707], "manifold": [583, 1702, 1707], "xy": [583, 1702, 1705, 1707, 1753], "yz": [583, 1702, 1705, 1707], "xz": [583, 1702, 1705, 1707], "u_t2g": [583, 1707], "eg_submatrix": 583, "u_eg": [583, 1702], "transform_u_matrix": 583, "cubic_nam": 583, "radial_integrals_to_u_j": 583, "angular_matrix_el": 583, "m_2": [583, 1699, 1700, 1708], "m_3": [583, 1699, 1700, 1708], "m_4": [583, 1699], "ang_mat_el": [583, 1699], "three_j_symbol": 583, "jm1": [583, 1700, 1708], "jm2": [583, 1700, 1708], "jm3": [583, 1700, 1708], "l_1": [583, 1708], "l_2": [583, 1708], "l_3": [583, 1708], "j_1": [583, 1700, 1708], "j_2": [583, 1700, 1708], "j_3": [583, 1700, 1708], "three_j_sym": [583, 1708], "clebsch_gordan": 583, "clebsh": [583, 1700], "gordan": [583, 1700], "cgcoeff": [583, 1700], "subarrai": 583, "idxlist": [583, 1706], "1st": [583, 1706], "extract_": 584, "monimi": 584, "quadrat": [584, 589, 1715], "dict_to_matrix": 584, "cleaner": 584, "shorthand": 584, "extractor": 584, "op_t": 584, "dict2_t": [584, 1712, 1713, 1715], "quadrupl": 584, "dict4_t": [584, 1714], "identifi": [585, 1848, 1886, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1916, 1917, 1918, 1919, 1921, 1923], "h_int_slat": 585, "off_diag": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736], "map_operator_structur": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735], "h_dump": [585, 1722, 1723, 1724], "4d": [585, 1724], "ye": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862], "spin_orbit": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736], "up_0": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1886, 1889, 1890, 1892, 1893], "down_0": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1889, 1890, 1892, 1893], "spin_flip": [585, 1723], "pair_hop": [585, 1723], "fip": [585, 1723], "h_int_dens": 585, "diagonal_part": 585, "n_3": [585, 1721], "n_part": [585, 1721], "make_operator_r": 585, "h_real": [585, 1725], "n_op": 586, "s_op": 586, "s_": [586, 1732], "pm": [586, 1732, 1905, 1908, 1910], "s_x": [586, 1728, 1731, 1732], "s_y": [586, 1728, 1731, 1732], "s2_op": 586, "l_op": 586, "l_": [586, 686, 725, 764, 803, 842, 964, 1729], "l_x": [586, 1727, 1728, 1729], "l_y": [586, 1727, 1728, 1729], "2i": [586, 1729], "momenta": [586, 1200, 1727, 1728, 1729, 1913, 1915, 1918, 1920], "odd": [586, 1089, 1103, 1117, 1727, 1728, 1729, 1905, 1910, 1916, 1921], "l2_op": 586, "ls_op": 586, "get_mkind": 587, "mkind": [587, 1735], "operator_structur": [587, 1736], "panel": 588, "300": [589, 1862, 1890, 1892], "x_data_view": 589, "flatten_i": [589, 710, 749, 788, 827, 866, 988], "fitl": 589, "fitq": 589, "one_fermion_level": 589, "fit1": 589, "clip": 589, "reader": 589, "encourag": 589, "leastsq": 589, "x_arrai": [589, 669, 670, 1744], "y_arrai": [589, 669, 670], "fitter": [589, 669, 670], "p0": [589, 669, 670], "p1": [589, 669], "p2": [589, 669], "fitfunc": 589, "toolkit": [590, 1872], "graphic": [590, 1879], "pyplot": [590, 1739, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1899, 1905, 1910], "subfigur": 590, "subplot": [590, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1907, 1910, 1921], "bottom": [590, 1875, 1912, 1917, 1921], "bad": [590, 1902], "_plot_": 590, "curv": [590, 670, 1895, 1896, 1900, 1903, 1908, 1916, 1921], "optionsdict": 590, "optiondict": 590, "consum": 590, "pop": [590, 1889, 1893], "spuriou": 590, "xdata": 590, "ydata": 590, "graph": 590, "xlabel": [590, 1214, 1895, 1900, 1908, 1910, 1912, 1917, 1918, 1919, 1920, 1921], "overrul": 590, "myobject": [590, 1894], "arang": [590, 1895, 1900, 1901, 1904, 1907, 1908, 1909, 1916, 1920, 1921], "ydata1": 590, "ydata2": 590, "entri": [590, 1886, 1890, 1897, 1900], "dict1": 590, "dict2": 590, "scienc": 591, "everyon": 591, "human": 591, "task": [591, 1886, 1890, 1892, 1915, 1920], "admittedli": 591, "bore": 591, "physicist": 591, "fortun": 591, "wiki": 591, "wish": [591, 1870], "tini": 591, "git_hash": [591, 1861], "secur": 591, "show_machine_info": 591, "hostnam": 591, "login": [591, 1863], "code_vers": 591, "myself": [591, 1861], "situat": [591, 1896, 1900], "computation1": 591, "ok": [591, 597, 1880], "getsourc": 591, "randomgener": 592, "237849": 592, "random_generator_names_list": 592, "inverv": 592, "lagged_fibonacci607": 592, "237489": 592, "hist": [592, 1895], "aris": 593, "characterist": [593, 595, 1888, 1892, 1903, 1908], "proce": [593, 1901, 1907], "central": [593, 1886, 1890, 1896, 1900, 1905, 1910], "reliabl": [593, 1890], "difficult": 593, "date": 595, "stringstream": 595, "stack": [595, 1797], "strace": 595, "demangl": 595, "triqs_runtime_error": 595, "highli": [595, 1864], "caught": 595, "runtime_error": 595, "trace": 595, "exceptions_1": 595, "thrown": 595, "seen": [596, 1862, 1902, 1916, 1921], "pyconfig": 596, "1173": 596, "_posix_c_sourc": 596, "200112l": 596, "x86_64": 596, "unknown": 596, "os_defin": 596, "39": [596, 1890, 1892, 1894, 1895, 1898, 1899, 1900, 1902, 1909], "162": 596, "200809l": 596, "_xopen_sourc": 596, "first_includ": 596, "condition": 596, "tuple_tool": 597, "make_tupl": 597, "t0": 597, "necessarli": 597, "res2": 597, "benefit": [597, 1862], "tuple_s": 597, "tie": 597, "54": [597, 1909], "61": [597, 1909], "_called_on_tupl": 597, "_f": 597, "flavor": [599, 601, 622, 1898], "truncat": [599, 601, 622, 1898], "init_value_default": 670, "param_tupl": 670, "tex": 670, "n0": [679, 718, 757, 796, 835, 957], "contraint": [683, 722, 761, 800, 839, 961, 1009], "ac": [686, 725, 764, 803, 842, 964], "r_": [686, 725, 764, 803, 842, 964], "db": [686, 725, 764, 803, 842, 964], "new_n_tau": [696, 735, 774, 813, 852, 974, 1014, 1886, 1890, 1892, 1902], "rebin": [696, 735, 774, 813, 852, 974, 1014, 1886, 1890, 1892, 1902], "sparser": [696, 735, 774, 813, 852, 974, 1014], "insid": [710, 749, 788, 827, 866, 988, 1639, 1863, 1905, 1910], "name_list1": [869, 870], "name_list2": [869, 870], "coincid": 870, "block_index1": 871, "block_index2": 871, "selected_blocks1": [874, 881], "selected_blocks2": [874, 881], "bloc": 886, "selected_block": [891, 904], "no_except": 897, "adjust_temperatur": 897, "deprec": [898, 1847, 1849, 1855, 1856], "dic": [906, 994], "karg": [909, 910, 920, 921], "minu": 940, "alia": 941, "g0_dlr": 945, "g_dlr": [945, 998, 999, 1001, 1002, 1896, 1900], "sigma_mo": 945, "trust": [945, 1916, 1921], "constr": 945, "disp": 945, "finite_diff_rel_step": 945, "gtol": 945, "5000": [945, 1882, 1886, 1890, 1902, 1904, 1908, 1909], "xtol": [945, 1781, 1916, 1920, 1921], "contrain": 945, "arxiv": [945, 1862, 1915, 1916, 1920, 1921], "2310": [945, 1862], "01266": [945, 1862], "\u03c3": [945, 1892], "\u03c3_dyn": 945, "i\u03bd": 945, "\u03c3_0": 945, "hartre": [945, 1639, 1886, 1889, 1890, 1892, 1893], "\u03c3_1": 945, "altern": [945, 1864, 1879, 1896, 1900, 1915, 1920], "s_iw": 945, "s_iw_dlr": 945, "sigma_hf": 945, "iwn": 945, "g_dlr_iw": 945, "g_full_iw": 945, "provdid": 945, "sigma_dlr": 945, "sigma_0": 945, "g\u2080": 945, "g\u2080\u03c3g": 945, "dct": [947, 948], "mutual": [952, 1900], "exclus": [952, 1900], "hdf_scheme": 993, "lazyexpr": 1033, "eval_term": 1034, "fnode": 1037, "fterm": 1037, "child": 1037, "castabl": [1040, 1635], "data_index": [1047, 1048, 1073, 1085, 1099, 1113, 1127, 1144, 1155, 1166, 1174, 1188], "mlist": [1054, 1055], "compom": 1060, "vector_const_view": 1067, "data_index_t": [1072, 1073, 1084, 1085, 1098, 1099, 1112, 1113, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188], "spacial": 1077, "otain": [1089, 1103, 1117], "cutoff": [1089, 1103, 1117, 1896, 1900], "accuraci": [1089, 1103, 1117, 1886, 1890, 1896, 1900], "choos": [1089, 1103, 1117, 1866, 1871, 1880, 1887, 1891], "evenli": [1147, 1167, 1179, 1900], "edg": [1147, 1167, 1179, 1862, 1900, 1905, 1910], "degre": [1158, 1903, 1905, 1908, 1910], "max_n": 1158, "w_min": [1167, 1900, 1913, 1918], "adjoint": 1191, "zmin": 1198, "zmax": 1198, "opt_dict": [1199, 1202, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1739, 1740, 1741, 1745], "gfbrillouinzon": [1199, 1202], "ltot": 1200, "xmin": [1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214], "xmax": [1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214], "allow_spectral_mod": 1214, "plot_data": [1214, 1753], "orient": [1217, 1894], "polygon": [1607, 1608], "michel": 1608, "n_div": [1609, 1673], "nkpt": 1632, "nep": [1632, 1633], "triangl": [1633, 1673], "ndiv": 1633, "tb_lattic": [1639, 1640, 1641, 1642, 1643, 1645], "super_lattice_unit": [1639, 1640], "cluster_sit": [1639, 1640], "remove_internal_hop": [1639, 1640], "tblattic": [1639, 1675, 1676, 1677, 1912, 1916, 1917, 1921], "supercel": 1642, "d1": 1645, "remove_intern": 1645, "create_zero": 1645, "dictionnari": 1645, "orbital1": 1645, "orbital2": 1645, "n_r": [1648, 1664, 1900], "n_site": 1655, "nsite": 1655, "pack_index_site_orbit": 1657, "ptb": 1675, "tbl": [1675, 1676, 1677], "extend_to_spin": 1676, "add_loc": 1676, "wout": [1676, 1681, 1887, 1891], "seed_hr": 1676, "seednam": [1676, 1886, 1890, 1893], "_hr": [1676, 1680], "digit": [1677, 1923], "decreas": [1677, 1902, 1909, 1916, 1921], "particularli": [1677, 1882, 1901, 1907], "crystal": [1677, 1896, 1900], "hk": [1677, 1904, 1909], "hk_numer": 1677, "sole": 1677, "hopp_dict": [1678, 1680], "num_wann": [1678, 1680, 1886, 1890], "segment": 1679, "num": [1679, 1912, 1917, 1918, 1919], "relative_coordin": 1679, "overal": [1679, 1886, 1890], "kvec": 1679, "dist": [1679, 1877], "travel": 1679, "null": 1687, "ignore_irrelev": [1711, 1713, 1714, 1715], "real_or_complex_arrai": 1712, "n_i": 1713, "n_j": 1713, "irrelev": [1713, 1714, 1715], "u_dict": [1713, 1714], "dagger_i": [1714, 1715], "dagger_j": 1714, "c_l": 1714, "c_k": 1714, "c_j": [1715, 1896, 1900], "h_dict": 1715, "bl_mat": 1716, "fname": [1720, 1733], "opt_list": [1739, 1740, 1741], "sl": 1744, "emul": 1745, "optional_dict": 1753, "width": [1753, 1895, 1896, 1900], "orthogonal_basi": [1767, 1769], "computegrid": 1767, "super_lattic": 1776, "provind": 1776, "x_0": [1781, 1782], "dx": [1781, 1782], "001": [1781, 1893], "x_name": [1781, 1791], "y_name": [1781, 1791], "monoton": 1781, "bisect": [1781, 1791], "06": [264, 1785, 1786, 1787, 1788, 1789, 1814, 1918], "x_init": 1791, "precision_on_i": 1791, "delta_x": 1791, "max_loop": 1791, "lower": [1791, 1896, 1900, 1902], "upper": 1791, "reimplement": [1793, 1797], "the_funct": [1793, 1797], "distributiononnodetest": 1793, "the_stack": [1797, 1799, 1804, 1806], "mpirun": [1816, 1863, 1886, 1889, 1890, 1893], "triqs_force_mpi_init": 1816, "is_mpi": 1816, "intracomm": 1818, "asynchron": 1819, "subprocess": 1819, "ping": 1819, "sleep": 1819, "msec": 1819, "host": [1822, 1836, 1863, 1887, 1891], "val": [1827, 1841], "dest": [1827, 1841], "imin": [1829, 1830], "imax": [1829, 1830], "threadgroup": 1845, "uniqu": 1845, "decim": 1845, "invoc": 1845, "subclass": [1845, 1854, 1899, 1900], "runtimeerror": [1846, 1851, 1857], "identif": [1847, 1852], "nonzero": 1848, "get_id": 1848, "recycl": 1848, "daemon": [1849, 1855], "unhandl": 1851, "is_al": 1851, "ed": [1851, 1889, 1893], "deadlock": 1851, "get_native_id": 1853, "kernel": [1853, 1896, 1900, 1902], "sequenti": 1854, "arrang": 1857, "control": [1857, 1869, 1886, 1890, 1894, 1895], "savetxt": 1861, "textfilenam": 1861, "reshap": [1861, 1899], "mesh_and_data": 1861, "hstack": 1861, "triqs quantum interacting systems toolbox research": 1862, "oolbox": 1862, "esearch": 1862, "nteract": 1862, "uantum": 1862, "ystem": 1862, "paradigm": 1862, "2005": 1862, "polytechniqu": 1862, "peer": 1862, "broader": 1862, "ecosystem": 1862, "flege": 1862, "dmft": [1862, 1863, 1872, 1882, 1887, 1888, 1891, 1892, 1894, 1896, 1900, 1903, 1904, 1908, 1909], "topic": 1862, "divers": 1862, "electron": [1862, 1886, 1887, 1890, 1891, 1892, 1896, 1900], "sr2ruo4": 1862, "120": [1862, 1886, 1890, 1892, 1893], "126401": 1862, "late": 1862, "metal": [1862, 1886, 1888, 1889, 1890, 1892, 1893, 1903, 1905, 1908, 1910], "oxid": 1862, "infinit": [1862, 1901, 1907, 1916, 1921], "nickel": 1862, "versu": [1862, 1903, 1908], "cuprat": [1862, 1905, 1910], "081110": 1862, "ndnio2": 1862, "cacuo2": 1862, "021061": 1862, "footprint": 1862, "fluctuat": [1862, 1915, 1916, 1920, 1921], "multimethod": 1862, "multimesseng": 1862, "011058": 1862, "resist": 1862, "sachdev": 1862, "kitaev": 1862, "syk": 1862, "liquid": [1862, 1890, 1891], "proc": 1862, "natl": 1862, "acad": 1862, "sci": 1862, "usa": 1862, "117": 1862, "18341": 1862, "scholar": 1862, "84": [1862, 1909], "075145": 1862, "105": 1862, "235115": 1862, "2404": 1862, "02334": 1862, "fellow": 1862, "insight": 1862, "summer": 1862, "school": 1862, "annual": 1862, "strongli": [1862, 1863, 1872, 1886, 1890], "jupyt": [1862, 1863, 1870, 1872, 1881, 1884, 1886, 1887, 1888, 1890, 1891, 1892, 1922], "session": [1862, 1863, 1865, 1872], "brows": 1862, "snippet": [1862, 1876], "familiar": [1862, 1901, 1907, 1916, 1921], "platform": 1862, "la": [1863, 1886, 1890], "cart": 1863, "privat": 1863, "x86": 1863, "architectur": 1863, "lt": [1863, 1870, 1895, 1900], "jammi": 1863, "sudo": [1863, 1868, 1870], "transport": 1863, "curl": 1863, "lsb": 1863, "triqs3": 1863, "distrib_codenam": 1863, "perman": [1863, 1867], "forg": 1863, "feedstock": 1863, "triqs_cthyb": [1863, 1882, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "triqs_dft_tool": [1863, 1886, 1890], "triqs_tprf": [1863, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "troubl": 1863, "mamba": 1863, "virtual": [1863, 1864, 1867], "administ": 1863, "triqs_latest": 1863, "sif": 1863, "exec": [1863, 1871], "servic": 1863, "close": [1863, 1869, 1876, 1886, 1890, 1903, 1908, 1913, 1918], "hpc": 1863, "bring": [1863, 1894], "eb": 1863, "robot": 1863, "foss": 1863, "2020a": 1863, "toolchain": 1863, "pai": 1863, "attent": [1863, 1886, 1890], "proceed": 1863, "install_prefix": 1863, "pwd": [1863, 1865], "mkdir": [1863, 1868, 1880], "dcmake_install_prefix": [1863, 1866], "ctest": 1863, "bash": 1863, "edit": [1863, 1894, 1903, 1908], "build_x": 1863, "build_x_test": 1863, "temporarili": 1863, "gigabyt": 1863, "ram": 1863, "restrict": 1863, "admin": 1863, "bash_profil": [1863, 1865, 1868], "zprofil": [1863, 1865], "lmod": 1863, "appl": 1864, "anyon": 1864, "superior": 1864, "drop": [1864, 1901, 1907, 1913, 1918], "precompil": 1864, "dowload": 1864, "influenc": 1865, "colon": 1865, "echo": 1865, "home": [1865, 1867, 1868, 1880, 1890], "printenv": 1865, "ld_library_path": 1865, "usernam": 1865, "cflag": 1865, "linker": [1865, 1866], "cpath": 1865, "isystem": 1865, "spawn": 1865, "intend": 1865, "install_path": 1866, "dcmake_build_typ": 1866, "dcmake_cxx_flag": 1866, "dcmake_exe_linker_flag": 1866, "dbuild_test": 1866, "upon": [1867, 1869], "macport": 1867, "fink": 1867, "enthought": 1867, "nor": 1867, "far": [1867, 1913, 1916, 1918, 1921], "qualiti": [1867, 1902], "sometim": 1867, "librairi": 1867, "dai": 1867, "suddenli": 1867, "priori": [1867, 1896, 1900], "impact": 1867, "robust": 1867, "mess": 1867, "mojav": 1867, "xcode": 1867, "sdk": 1867, "sdkroot": 1867, "xcrun": 1867, "doctor": 1867, "zshrc": 1867, "outdat": 1868, "verison": 1868, "although": 1868, "my_python": 1868, "confirm": 1868, "path_to_your_hom": 1868, "package_nam": 1868, "freeli": 1869, "iso": 1869, "committe": 1869, "philsophi": 1869, "evolut": 1869, "rapidli": 1869, "evolv": 1869, "99": [1869, 1909], "gfortran": 1870, "libopenbla": 1870, "libboost": 1870, "libfftw3": 1870, "libgmp": 1870, "libopenmpi": 1870, "fatal": 1870, "h5public": 1870, "dumpmachin": 1870, "suggest": [1871, 1913, 1918], "py3": 1871, "2to3": 1871, "backup": 1871, "2to3_nb": 1871, "ipynb": 1871, "dive": 1871, "round": 1871, "divison": 1871, "__floordiv__": 1871, "slash": 1871, "hard": [1871, 1886, 1890], "net": 1871, "editor": [1871, 1903, 1908], "bufdo": 1871, "nn1": 1871, "gc": 1871, "declin": 1871, "xa": 1871, "appnam": 1871, "module_name_desc": 1871, "outlin": [1871, 1896, 1900], "dpython_execut": 1871, "path_to_python3": 1871, "demo": 1872, "understand": [1872, 1886, 1890, 1903, 1908, 1909, 1913, 1918], "behind": [1872, 1895, 1902], "ingredi": [1872, 1905, 1910], "tackl": 1872, "condens": 1872, "theori": [1872, 1896, 1900], "realiz": 1872, "difficulti": 1872, "aspect": [1872, 1886, 1890, 1894, 1899, 1920, 1922], "remind": [1872, 1877, 1884, 1913, 1918], "anderson": [1872, 1884], "valenc": [1872, 1884], "bond": [1872, 1884, 1886, 1890], "nest": [1872, 1916, 1921, 1922], "suscept": [1872, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "rpa": [1872, 1912, 1917, 1922], "tpsc": [1872, 1912, 1914, 1917, 1919, 1922], "antiferromagnet": [1872, 1914, 1919, 1922], "resourc": [1872, 1886, 1890, 1894], "ctqmc": [1872, 1898, 1908], "store_a": 1873, "tql": 1873, "initial_x": 1874, "initial_i": 1874, "stai": [1874, 1894], "d2": 1874, "const_view": 1875, "shortest": 1875, "inu_": 1875, "t_mesh": 1875, "nxm": 1875, "Or": 1875, "t1_": 1875, "t2_": 1875, "36": [1875, 1900, 1909], "hfile": 1876, "my_gf": 1876, "hfile2": 1876, "48796": 1876, "0766486": 1876, "src_dir": 1877, "foobar": 1877, "toto_a1": 1877, "module_a1_desc": 1877, "module_a1": 1877, "totoa1": 1877, "module_b1": 1877, "application_b": 1877, "build_dir": 1877, "install_dir": 1877, "module_path_list": 1877, "automodul": 1877, "blue": [1877, 1886, 1890, 1895, 1902], "prompt": 1877, "my_funct": 1877, "module_a1_wrap": 1877, "yet": [1877, 1886, 1890], "to_be_instal": 1877, "perftool": 1879, "libgoogl": 1879, "pprof": 1879, "lprofil": 1879, "simple_test": 1879, "cpuprofil": 1879, "profile_test": 1879, "prof": 1879, "recompil": [1879, 1880, 1894], "preload": 1879, "libprofil": 1879, "yep": 1879, "easy_instal": 1879, "my_test": 1879, "myep": 1879, "successfulli": 1880, "plan": 1880, "said": [1880, 1912, 1917], "cmake_minimum_requir": 1880, "myproj": 1880, "cmake_build_typ": 1880, "predefin": [1880, 1886, 1890, 1896, 1900], "add_execut": 1880, "target_link_librari": 1880, "triqs_set_rpath_for_target": 1880, "dtriqs_path": 1880, "teach": [1881, 1884, 1922], "strictli": 1882, "technic": 1882, "semi": 1882, "circular": 1882, "g_0": [1882, 1896, 1899, 1900, 1901, 1902, 1907, 1912, 1913, 1917, 1918], "plain": 1882, "vanilla": 1882, "n_loop": [1882, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910], "niter": [1882, 1904, 1908, 1909], "paramagnet": [1882, 1886, 1890], "h_int": [1882, 1902, 1904, 1905, 1908, 1909, 1910], "single_site_beth": 1882, "friendli": 1883, "enhanc": [1883, 1913, 1914, 1918, 1919], "browser": 1883, "inlin": [1883, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "think": [1883, 1886, 1890, 1896, 1900, 1903, 1908, 1912, 1914, 1917, 1919], "spend": 1883, "familiaris": 1883, "yourself": 1883, "carpentri": 1883, "video": 1883, "slide": 1883, "lectur": [1883, 1915, 1920], "capabl": 1883, "modeldmft": 1884, "implemet": 1885, "set_printopt": [1886, 1888, 1889, 1890, 1892, 1893], "140": [1886, 1888, 1889, 1890, 1892, 1893], "plot_correlated_band": [1886, 1888, 1889, 1890, 1892, 1893], "pcb": [1886, 1888, 1889, 1890, 1892, 1893], "maxent_sigma": [1886, 1888, 1889, 1890, 1892, 1893], "sigma_max": [1886, 1888, 1889, 1890, 1892, 1893], "la2cuo4": [1886, 1888, 1890, 1892, 1893], "tc": [1886, 1890], "superconductor": [1886, 1890, 1905, 1910], "cu": [1886, 1887, 1890, 1891], "ion": [1886, 1890], "materi": [1886, 1887, 1890, 1891, 1892, 1901, 1907], "suit": [1886, 1890], "straightforward": [1886, 1890], "theoret": [1886, 1890], "werner": [1886, 1890], "91": [1886, 1888, 1890, 1892], "125142": [1886, 1888, 1890, 1892], "workflow": [1886, 1890], "spirit": [1886, 1890], "graybox": [1886, 1890], "deepen": [1886, 1890], "_autosummari": [1886, 1890], "read_config": [1886, 1890], "1088": [1886, 1890], "1361": [1886, 1890], "648x": [1886, 1890], "ac5d1c": [1886, 1890], "recap": [1886, 1890], "scf": [1886, 1890], "d_": [1886, 1890, 1902], "lco": [1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893], "nscf": [1886, 1890], "w90": [1886, 1888, 1889, 1890, 1892, 1893], "mlwf": [1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893], "bandstructur": [1886, 1890], "bnd": [1886, 1890], "disentangl": [1886, 1890], "win": [1886, 1890, 1916, 1921], "num_band": [1886, 1890], "mp_grid": [1886, 1890], "exclude_band": [1886, 1890], "31": [1886, 1890, 1893, 1900, 1909], "34": [1886, 1890, 1892, 1893, 1900, 1909, 1912], "dis_win_min": [1886, 1890], "dis_win_max": [1886, 1890], "dis_froz_min": [1886, 1890], "dis_froz_max": [1886, 1890], "wf": [1886, 1890], "cuo": [1886, 1890], "_4": [1886, 1890], "charact": [1886, 1890], "loc": [1886, 1889, 1890, 1892, 1893, 1896, 1900, 1902, 1905, 1910, 1921], "7367": [1886, 1888, 1889, 1890, 1892, 1893], "dos_data": [1886, 1890], "elem": [1886, 1890], "char_tabl": [1886, 1890], "pdos_tot": [1886, 1890], "tot": [1886, 1890], "loadtxt": [1886, 1890, 1895], "el": [1886, 1890], "n_atom": [1886, 1890], "n_char": [1886, 1890], "pdos_atm": [1886, 1890], "_wfc": [1886, 1890], "w90_do": [1886, 1890], "dpi": [1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1902, 1903, 1904, 1907, 1908, 1909], "figsiz": [1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1907, 1910, 1921], "fill_between": [1886, 1890, 1910], "zorder": [1886, 1890, 1912, 1917], "grai": [1886, 1890], "lw": [1886, 1890, 1895, 1900, 1910, 1912, 1917, 1919, 1920], "dz2": [1886, 1890], "dxz": [1886, 1890], "dyz": [1886, 1890], "dx2": [1886, 1890], "dxy": [1886, 1890], "cu_dx2y2": [1886, 1890], "cu_dz2": [1886, 1890], "2p": [1886, 1890], "set_xlim": [1886, 1889, 1890, 1892, 1893, 1896, 1900], "set_ylim": [1886, 1889, 1890, 1892, 1893], "set_ylabel": [1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1912, 1917], "set_xlabel": [1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900], "ev": [1886, 1888, 1889, 1890, 1892, 1893], "dominantli": [1886, 1890], "compromis": [1886, 1890], "carefulli": [1886, 1890], "leverag": [1886, 1890], "w90_dict": [1886, 1888, 1889, 1890, 1892, 1893], "w90_path": [1886, 1888, 1889, 1890, 1892, 1893], "w90_seed": [1886, 1888, 1889, 1890, 1892, 1893], "mu_tb": [1886, 1888, 1889, 1890, 1892, 1893], "plot_dict": [1886, 1888, 1889, 1890, 1892, 1893], "colorscheme_band": [1886, 1888, 1889, 1890, 1892, 1893], "coolwarm": [1886, 1890, 1899], "tb_dict": [1886, 1888, 1889, 1890, 1892, 1893], "bands_path": [1886, 1888, 1889, 1890, 1892, 1893], "get_dmft_band": [1886, 1889, 1890, 1892, 1893], "tb_band": [1886, 1889, 1890, 1892, 1893], "alatt_k_w_path": [1886, 1889, 1890, 1892, 1893], "freq_dict": [1886, 1889, 1890, 1892, 1893], "band_data": [1886, 1890], "lco_band": [1886, 1890], "k_mesh": [1886, 1890, 1892, 1893, 1899], "c0": [1886, 1889, 1890, 1892, 1893, 1902], "plot_band": [1886, 1889, 1890, 1892, 1893], "alatt": [1886, 1889, 1890, 1892, 1893], "wannier90convert": [1886, 1890], "inp": [1886, 1890], "irep": [1886, 1890], "lco_wanni": [1886, 1888, 1889, 1890, 1892, 1893], "hdf_filenam": [1886, 1890], "convert_dft_input": [1886, 1890], "cwd": [1886, 1890], "cp": [1886, 1890], "languang": [1886, 1890], "immens": [1886, 1890], "transfer": [1886, 1890, 1913, 1918], "h5py": [1886, 1890], "dft_input": [1886, 1890], "wannier90cconvert": [1886, 1890], "h5structur": [1886, 1890], "expand": [1886, 1887, 1890, 1891, 1902, 1916, 1921], "1160": [1886, 1890], "k_b": [1886, 1890], "ultim": [1886, 1890], "n_cycles_tot": [1886, 1890], "2e": [265, 1886, 1890], "walker": [1886, 1890], "workload": [1886, 1890], "dmft_config": [1886, 1888, 1890, 1892], "ini": [1886, 1888, 1889, 1890, 1892, 1893], "cat": [1886, 1889, 1890, 1892, 1893], "solver_typ": [1886, 1889, 1890, 1893], "n_iter_dmft": [1886, 1890, 1893], "jobnam": [1886, 1888, 1890, 1892, 1893], "dc_type": [1886, 1890, 1893], "b10": [1886, 1888, 1889, 1890, 1892, 1893], "u3": [1886, 1888, 1889, 1890, 1892, 1893, 1909], "observables_imp0": [1886, 1890, 1892], "metric": [1886, 1889, 1890, 1892, 1893], "dmft_result": [1886, 1889, 1890, 1892, 1893], "conv_ob": [1886, 1889, 1890, 1892, 1893], "convergence_ob": [1886, 1889, 1890, 1892, 1893], "sigma_imp_iw": [1886, 1890, 1892], "last_it": [1886, 1889, 1890, 1892, 1893], "sigma_freq_0": [1886, 1890, 1892, 1893], "g_imp_iw": [1886, 1889, 1890, 1892, 1893], "gimp_freq_0": [1886, 1889, 1890, 1892, 1893], "g_imp_tau": [1886, 1889, 1890, 1892, 1893], "gimp_time_0": [1886, 1889, 1890, 1892, 1893], "chemical_potential_post": [1886, 1889, 1890, 1892, 1893], "dc": [1886, 1889, 1890, 1892, 1893], "dc_pot": [1886, 1889, 1890, 1892, 1893], "gaug": [1886, 1890], "quasiparticl": [1886, 1887, 1890, 1891, 1892, 1903, 1905, 1908, 1910], "weiss": [1886, 1890, 1892, 1893, 1901, 1905, 1907, 1910], "condid": [1886, 1890], "nrow": [1886, 1890, 1892, 1893], "sharex": [1886, 1889, 1890, 1892, 1893], "imp_occ": [1886, 1890, 1892, 1893], "c1": [1886, 1890, 1892, 1893, 1902], "98": [1886, 1890, 1892, 1893, 1909], "aw0": [1886, 1890, 1892, 1893], "imp_gb2": [1886, 1890, 1892, 1893], "c2": [1886, 1890, 1892, 1893], "orb_z": [1886, 1890, 1892, 1893], "c3": [1886, 1890, 1892, 1893], "qp": [1886, 1890, 1892, 1893], "semilogi": [1886, 1890, 1892, 1893, 1896, 1900], "d_g0": [1886, 1890, 1892, 1893], "c4": [1886, 1890, 1892, 1893], "dg": [1886, 1890, 1892, 1893], "_0": [1886, 1890, 1892, 1893, 1901, 1905, 1907, 1910], "gimp": [1886, 1890, 1892, 1893], "gloc": [1886, 1890, 1892, 1893], "d_gimp": [1886, 1890, 1892, 1893], "c5": [1886, 1890, 1892, 1893], "seem": [1886, 1890, 1916, 1921], "room": [1886, 1890], "diverg": [1886, 1890, 1892, 1896, 1900, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "mott": [1886, 1890, 1892, 1903, 1904, 1908, 1909], "insul": [1886, 1888, 1889, 1890, 1892, 1893, 1903, 1905, 1908, 1910], "slope": [1886, 1890], "strength": [1886, 1888, 1890, 1892, 1902], "toward": [1886, 1890, 1914, 1919], "strong": [1886, 1890, 1892], "convergen": [1886, 1890], "smoothli": [1886, 1890], "append": [1886, 1890, 1892, 1894, 1897, 1900, 1908], "hd": [1886, 1890], "notic": [1886, 1888, 1890, 1892], "rerun": [1886, 1890], "fine": [1886, 1890, 1913, 1918], "rebinning_tau": [1886, 1890, 1892, 1902], "xx": [1886, 1890], "maxent": [1886, 1888, 1890, 1892, 1908], "stochast": [1886, 1890, 1902], "delic": [1886, 1890, 1896, 1900, 1903, 1908], "great": [1886, 1890], "sound": [1886, 1890], "overinterpret": [1886, 1890], "sigma_real_freq": [1886, 1889, 1890, 1892, 1893], "external_path": [1886, 1890, 1892], "omega_max": [1886, 1890, 1892], "maxent_error": [1886, 1890, 1892], "03": [1886, 1890, 1892, 1895, 1902, 1909, 1912, 1917], "n_points_max": [1886, 1890, 1892], "continuator_typ": [1886, 1890, 1892], "inversion_sigmainf": [1886, 1890, 1892], "offset": [1886, 1889, 1890, 1892, 1893], "photoemiss": [1886, 1890], "with_sigma": [1886, 1889, 1890, 1892, 1893], "calc": [1886, 1890, 1892], "keywarg": [1886, 1889, 1890, 1892, 1893], "sigma_dict": [1886, 1889, 1890, 1892, 1893], "w_mesh": [1886, 1889, 1890, 1892, 1893, 1896, 1897, 1900], "501": [1886, 1889, 1890, 1892, 1893], "dmft_path": [1886, 1889, 1890, 1892, 1893], "grei": [1886, 1888, 1889, 1890, 1892, 1893], "colorscheme_alatt": [1886, 1888, 1889, 1890, 1892, 1893], "spectral_r": [1886, 1888, 1889, 1890, 1892, 1893], "colorscheme_kslic": [1886, 1888, 1889, 1890, 1892, 1893], "black": [1886, 1890, 1892], "intens": [1886, 1890, 1892], "bright": [1886, 1890], "sattelit": [1886, 1890, 1892], "homogen": [1886, 1890], "k_dim": [1886, 1890, 1892, 1893], "e_k": [1886, 1890, 1892, 1893, 1912, 1913, 1916, 1917, 1918, 1921], "mesh_k_w": [1886, 1890, 1892], "g_k_w": [1886, 1890, 1892], "g_loc_w": [1886, 1889, 1890, 1892, 1893], "went": [1886, 1890], "roughli": [1886, 1890], "maxent_gf_imp": [1886, 1890], "gf_imp_max": [1886, 1890], "sum_spin": [1886, 1890], "a_imp_w": [1886, 1890, 1892], "aimp_w_line_fit": [1886, 1890, 1892], "total_0": [1886, 1890, 1892], "plane": [1886, 1890], "tb_kslice": [1886, 1890], "isupp": [1886, 1890], "kslice_upd": [1886, 1890], "kz": [1886, 1890, 1912, 1917], "1e6": [1886, 1890], "fermi_slic": [1886, 1890], "plot_kslic": [1886, 1890], "quarter": [1886, 1890, 1904, 1909], "appropri": [1886, 1887, 1890, 1891, 1892], "sigma_fermise": [1886, 1887, 1890, 1891], "self_energi": [1886, 1890], "dmft_mu": [1886, 1890], "orbital_ord": [1886, 1890], "webapp": [1887, 1891], "lco_hr": [1887, 1890, 1891], "simga_fermise": [1887, 1891], "lab": [1887, 1891], "enter": [1887, 1891, 1894, 1915, 1916, 1920, 1921], "recomput": [1887, 1891, 1916, 1921], "kpoint": [1887, 1891], "upload": [1887, 1891], "wrong": [1887, 1891, 1908, 1916, 1921], "reload": [1887, 1891], "solid_dmft": [1887, 1888, 1889, 1891, 1892, 1893], "incoher": [1887, 1891, 1892, 1893], "fermi": [1887, 1888, 1889, 1891, 1892, 1893, 1905, 1910, 1913, 1916, 1918, 1921], "surfac": [1887, 1891, 1913, 1916, 1918, 1921], "tab": [1887, 1891, 1894], "08": [1888, 1890, 1892, 1893, 1902, 1905, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "223892": [1888, 1892], "gap": [1888, 1892, 1903, 1908], "prb": [1888, 1892], "37": [1888, 1892, 1900, 1909, 1910], "7506": [1888, 1892], "1988": [1888, 1892], "artifici": [1888, 1892, 1903, 1908], "simplic": [1888, 1892], "rout": [1888, 1892], "mit": [1888, 1892], "regim": [1888, 1891, 1892, 1916, 1921], "tip": [1888, 1889, 1892, 1893, 1902, 1903, 1908], "converg": [1888, 1889, 1892, 1893, 1901, 1903, 1905, 1907, 1908, 1910, 1916, 1921], "load_sigma": [1888, 1892], "path_to_sigma": [1888, 1892], "whatev": [1888, 1892], "translat": [1888, 1892], "afterward": [1888, 1895], "abil": [1889, 1893], "seamlessli": [1889, 1893], "lighter": [1889, 1893], "neglect": [1889, 1893, 1912, 1917], "dmft_config_hubbardi": [1889, 1893], "sigma_real_freq_hi": [1889, 1893], "sigma_refreq_0": [1889, 1893], "g_atomic_w": [1889, 1893], "gimp_refreq_0": [1889, 1893], "mu_hi": [1889, 1893], "dc_hi": [1889, 1893], "lehman": [1889, 1893, 1896, 1900], "fragment": [1889, 1893], "sigma_real_freq_cthyb": [1889, 1893], "sigma_maxent_0": [1889, 1893], "xxxx": 1889, "sigma_real_freq_cthyb_in": [1889, 1893], "mu_dmft": [1889, 1893], "spectra": [1889, 1893], "deliv": [1889, 1893], "4j": [1889, 1893, 1894], "g_loc_w_cthyb": [1889, 1893], "ce2o3_csc_w90": [1889, 1893], "19": [264, 265, 1890, 1900, 1902, 1909], "07": [1890, 1910, 1912, 1917], "53": [1890, 1909, 1916, 1921], "835903": 1890, "antibod": 1890, "8956": [1890, 1892, 1893], "mnt": 1890, "ahampel": 1890, "abinitiodmft": 1890, "inequival": 1890, "3may2022": 1890, "397": 1890, "00000": 1890, "corr": 1890, "838": 1890, "000j": 1890, "charge_below": 1890, "corr_shel": 1890, "corr_to_inequiv": 1890, "density_requir": 1890, "dft_code": 1890, "dim_rep": 1890, "energy_unit": 1890, "inequiv_to_corr": 1890, "k_dep_project": 1890, "kpt_weight": 1890, "kpt": 1890, "n_corr_shel": 1890, "n_inequiv_shel": 1890, "n_rep": 1890, "n_shell": 1890, "proj_mat": 1890, "rot_mat": 1890, "rot_mat_time_inv": 1890, "symm_op": 1890, "use_rot": 1890, "251": [1890, 1893], "5001": [1890, 1893, 1896, 1900], "prec_mu": [1890, 1893], "0001": [1890, 1893], "mu_initial_guess": [1890, 1893], "h_int_typ": [1890, 1893], "dc_dmft": [1890, 1893], "h5_save_freq": [1890, 1893], "store_solv": 1890, "imag_threshold": 1890, "measure_density_matrix": [1890, 1893, 1903, 1908], "perform_tail_fit": 1890, "fit_max_mo": 1890, "fit_min_w": 1890, "fit_max_w": 1890, "occ": [1890, 1892], "79717": [1890, 1892], "32562": [1890, 1892], "99991": [1890, 1892], "14981": 1890, "98807": 1890, "86777": 1890, "12728": 1890, "99207": 1890, "89134": 1890, "11719": 1890, "99775": 1890, "89788": 1890, "11063": 1890, "99678": 1890, "90672": 1890, "10749": 1890, "99894": 1890, "90939": 1890, "10648": 1890, "99783": 1890, "91505": 1890, "10431": 1890, "99636": 1890, "92424": 1890, "10370": 1890, "00087": 1890, "92160": 1890, "10397": 1890, "00069": 1890, "dmft_input": 1890, "dft_misc_input": 1890, "sigma_freq_0_up_0": 1890, "502": 1890, "sigma_freq_0_down_0": 1890, "g_imp_rebin": [1890, 1892, 1902], "\u03c9": [1890, 1892, 1893], "0454": 1890, "5425": 1890, "5920": 1890, "0752": 1890, "2550": 1890, "epsilon_": [1890, 1902, 1910], "\u03bc": [1890, 1892, 1893], "9199": 1890, "23": [1890, 1900, 1909], "27": [1890, 1900, 1909], "29": [1890, 1900, 1909, 1917, 1918, 1919, 1921], "0911": 1890, "u5": [1892, 1893, 1909], "09197": 1892, "98699": 1892, "88153": 1892, "04956": 1892, "99814": 1892, "89133": 1892, "02594": 1892, "99703": 1892, "90468": 1892, "01621": 1892, "99913": 1892, "90872": 1892, "00930": 1892, "99939": 1892, "91156": 1892, "00421": 1892, "00005": 1892, "00202": 1892, "99979": 1892, "91255": 1892, "00367": 1892, "99936": 1892, "91577": 1892, "00284": 1892, "91871": 1892, "00353": 1892, "99932": 1892, "02": [1892, 1893, 1896, 1899, 1900, 1909], "_n": 1892, "coher": 1892, "jump": [1892, 1896, 1900], "induc": 1892, "freez": 1892, "motion": 1892, "excit": [1892, 1893, 1916, 1921], "42": [1892, 1909], "1552": 1892, "6919": 1892, "92": [1892, 1899, 1909], "3515": 1892, "0624": [1892, 1909], "125": 1892, "2610": 1892, "9218": 1892, "disappear": 1892, "aimp_w_0_met": 1892, "aimp_maxent_0": 1892, "optic": 1892, "853128": 1893, "dc_energ": 1893, "delta_time_0": 1893, "g0_refreq_0": 1893, "g0_freq_0": 1893, "chemical_potential_pr": 1893, "dens_mat_post": 1893, "dens_mat_pr": 1893, "full_dens_mat_0": 1893, "h_loc_diag_0": 1893, "ins": [1893, 1909], "pole": 1893, "awai": [1893, 1901, 1907], "7853": 1893, "multiplet": [1893, 1903, 1908, 1909], "peak": [1893, 1896, 1900, 1913, 1914, 1918, 1919], "adequ": 1893, "heavi": 1893, "Being": 1894, "thorough": 1894, "swcarpentri": 1894, "novic": 1894, "gapmind": 1894, "inflamm": 1894, "my_script": 1894, "mathematica": 1894, "hello": 1894, "exercis": [1894, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "quickest": 1894, "explanatori": 1894, "2j": [1894, 1904, 1909], "3095238095238093": 1894, "0j": [1894, 1899], "12j": 1894, "elif": 1894, "fnct": 1894, "3f": [1894, 1896, 1900], "000": 1894, "l3": 1894, "what_is_x": 1894, "change_x": 1894, "press": 1894, "5x": 1895, "mpl": [1895, 1896, 1900, 1902, 1903, 1904, 1907, 1908, 1909], "rcparam": [1895, 1896, 1900, 1902, 1903, 1904, 1907, 1908, 1909], "xr": 1895, "yr1": 1895, "yr2": 1895, "red": [1895, 1902, 1919], "xb": 1895, "0x10d970050": 1895, "yr": 1895, "titl": [1895, 1910, 1918, 1919, 1921], "randn": 1895, "facecolor": 1895, "028": 1895, "0025": 1895, "smart": 1895, "45": [1895, 1909, 1920, 1921], "025": 1895, "fontsiz": [1895, 1910, 1912, 1917], "160": 1895, "matlab": 1895, "curtain": 1895, "add_ax": [1895, 1907], "set_titl": [1895, 1899], "inset": 1895, "tanh": [1895, 1913, 1918], "subax": 1895, "85": [1895, 1905, 1909, 1910], "sinu": 1895, "0x10dd56810": 1895, "211": 1895, "212": 1895, "121": 1895, "122": 1895, "line2d": 1895, "0x10db27a90": 1895, "cal": [1896, 1900, 1901, 1904, 1905, 1907, 1909, 1910], "mathbb": [1896, 1900], "times2": [1896, 1900], "grand": [1896, 1900], "ensembl": [1896, 1900], "exponenti": [1896, 1900, 1916, 1921], "realist": [1896, 1900], "c_i": [1896, 1900], "conserv": [1896, 1900, 1915, 1920], "2g": [1896, 1900], "e_g": [1896, 1900], "talk": [1896, 1900], "v_1": [1896, 1900], "epsilon_2": [1896, 1900], "v_2": [1896, 1900], "g_eg": [1896, 1900], "g_t2g": [1896, 1900], "eps_t2g": [1896, 1900], "t_2g": [1896, 1900], "epsilon_d": [1896, 1900, 1902], "textbf": [1896, 1900], "worri": [1896, 1900], "giw_2": [1896, 1900], "thousand": [1896, 1900], "problemat": [1896, 1900], "kay": [1896, 1900], "prb105": [1896, 1900], "2022": [1896, 1900], "omega_l": [1896, 1900], "widehat": [1896, 1900], "_l": [1896, 1900], "dimensionless": [1896, 1900], "character": [1896, 1900, 1903, 1908], "assumpt": [1896, 1900], "1500": [1896, 1900], "dlr_iw_mesh": [1896, 1900], "giw_dlr": [1896, 1900], "43": [1896, 1900, 1909], "giw_from_dlr": [1896, 1900], "arbirarili": [1896, 1900], "dens": [1896, 1900], "gtau_dlr": [1896, 1900], "ill": [1896, 1900], "nois": [1896, 1900, 1902, 1903, 1908], "coars": [1896, 1900], "worsen": [1896, 1900], "did": [1896, 1900, 1903, 1908], "verifi": [1896, 1900], "perturb": [1896, 1900], "light": 1897, "recoveri": 1897, "recov": 1897, "my_arch": 1897, "overwrit": 1897, "inspir": 1898, "gs_energi": 1898, "2t": [1899, 1905, 1910, 1912, 1913, 1917, 1918], "k_x": [1899, 1910, 1912, 1913, 1917, 1918], "k_y": [1899, 1910, 1912, 1913, 1917, 1918], "_x": [1899, 1918], "_y": 1899, "r3": 1899, "128": [1899, 1912, 1916, 1917, 1921], "k_iw_mesh": 1899, "recal": [1899, 1905, 1910], "timeit": 1899, "faster": 1899, "iw_arr": 1899, "k_arr": 1899, "np_ep": 1899, "eps_arr": 1899, "repons": 1899, "omega_2": 1899, "g_eval": 1899, "g_exact": 1899, "k_0": 1899, "k0": 1899, "linearli": 1899, "9996637574643963": 1899, "cpython": [1899, 1900], "311": [1899, 1900], "darwin": [1899, 1900], "gtb": 1899, "k_grid": 1899, "110": [1899, 1912, 1917], "surf": 1899, "plot_surfac": 1899, "cmap": [1899, 1910, 1912, 1917, 1918], "colorbar": [1899, 1910, 1912, 1917, 1918, 1919], "shrink": 1899, "addmethod": 1900, "119": 1900, "146": 1900, "178": 1900, "217": 1900, "265": 1900, "324": 1900, "396": 1900, "483": 1900, "590": 1900, "721": 1900, "26894142138025784": 1900, "816357384858482e": 1900, "15j": 1900, "6001": 1900, "31556737050747535": 1900, "638049093627782e": 1900, "17j": 1900, "83481049534862e": 1900, "9381548639656863j": 1900, "33": [1900, 1909], "35": [1900, 1907, 1909, 1920, 1921], "eps_r": 1900, "05": [265, 1900, 1912, 1917], "0x11273a790": 1900, "sigma_check": 1900, "_check": 1900, "38": [1900, 1909], "g0_tau": [1900, 1907, 1908], "sigma_tau": [1900, 1907, 1908], "g0_w": 1900, "ipt": [1901, 1902, 1903, 1907, 1908], "cheap": [1901, 1907], "iptsolv": [1901, 1907, 1908], "sigma_": [1901, 1903, 1905, 1907, 1908, 1910], "scan": [1901, 1907, 1915, 1920], "hybridis": 1902, "darkgreen": 1902, "nu": [1902, 1915, 1916, 1920, 1921], "diagrammat": 1902, "contrari": [1902, 1916, 1921], "busi": 1902, "circl": 1902, "50000": 1902, "49": [1902, 1909], "483848": 1902, "warm": [1902, 1909], "4999": [1902, 1909], "9760": 1902, "49999": 1902, "00566571": 1902, "000908685": 1902, "000881916": 1902, "0114234": 1902, "0188797": 1902, "0512121": 1902, "delta_up": [1902, 1909], "0513189": 1902, "delta_down": [1902, 1909], "0511046": 1902, "0509981": 1902, "0513082": 1902, "0506868": 1902, "00488083": 1902, "delta_up_up": [1902, 1909], "00562934": 1902, "delta_up_down": [1902, 1909], "0033534": 1902, "delta_down_up": [1902, 1909], "00373554": 1902, "delta_down_down": [1902, 1909], "00676994": 1902, "00496258": 1902, "00575551": 1902, "0038171": 1902, "00347195": 1902, "00682145": 1902, "689225": 1902, "0479879": 1902, "507693": 1902, "716": 1902, "86": [1902, 1909], "6392": 1902, "disconnect": 1902, "markov": 1902, "onlin": 1902, "benefici": 1902, "unrol": 1902, "randomli": 1902, "proport": [1902, 1908, 1916, 1921], "oscil": 1902, "elabor": [1903, 1908], "run_dmft": [1903, 1908], "favourit": [1903, 1908], "vi": [1903, 1908], "gedit": [1903, 1908], "polar": [1903, 1908], "criteria": [1903, 1908], "extrapol": [1903, 1908], "gradual": [1903, 1908], "use_norm_as_weight": [1903, 1908], "multiplet_tool": [1903, 1908], "multiplet_analysi": [1903, 1908], "panda": [1903, 1908], "frame": [1903, 1908], "3j": [1904, 1909], "mu_": [1904, 1909], "81": [1904, 1909], "6899": [1904, 1909], "1099": [1904, 1909], "02548": [1904, 1909], "02709": [1904, 1909], "1606": [1904, 1909], "one_band": [1904, 1908, 1909], "makedir": [1904, 1909], "2f": [1904, 1907, 1908, 1909, 1919, 1921], "stuck": [1904, 1909], "sneak": [1904, 1909], "peek": [1904, 1909], "two_band": [1904, 1909], "vari": [1904, 1908, 1909, 1915, 1920], "u_c": [1904, 1909, 1914, 1916, 1919, 1921], "dca": [1905, 1910], "80": [1905, 1909, 1910, 1921], "064501": [1905, 1910], "europhi": [1905, 1910], "57009": [1905, 1910], "82": [1905, 1909, 1910], "054502": [1905, 1910], "2010": [1905, 1910], "155101": [1905, 1910], "freedom": [1905, 1910], "nodal": [1905, 1910], "antinod": [1905, 1910], "region": [1905, 1910, 1912, 1917], "dope": [1905, 1910], "appar": [1905, 1910], "arc": [1905, 1910], "varepsilon_": [1905, 1910], "4t": [1905, 1910], "hole": [1905, 1910, 1914, 1919], "subdivid": [1905, 1910], "area": [1905, 1910], "complementari": [1905, 1910], "kinet": [1905, 1910], "linspac": [1905, 1910, 1912, 1917, 1918, 1919], "meshgrid": [1905, 1910, 1912, 1917, 1918, 1919], "contourplot": [1905, 1910], "6155": [1905, 1910], "mask": [1905, 1910], "in_central_patch": [1905, 1910], "kx": [1905, 1910, 1912, 1917, 1918, 1919], "ky": [1905, 1910, 1912, 1917, 1918, 1919], "cn": [1905, 1910], "cn_dag": [1905, 1910], "nn": [1905, 1910], "h_loc": [1905, 1910], "rho_": [1905, 1910], "measure_g_l": [1905, 1910], "unfortun": [1905, 1910], "vbdmft": [1905, 1910], "subfold": [1905, 1910], "pseudogap": [1905, 1910], "qualit": [1905, 1910], "rough": [1905, 1910, 1913, 1916, 1918, 1921], "doping_": [1905, 1910], "10001": [1907, 1908], "pn": 1907, "set_yticklabel": 1907, "antoin": 1907, "georg": 1907, "a1": 1908, "u2": [1908, 1909], "a2": 1908, "u6": [1908, 1909], "di": 1908, "sim": [1908, 1916, 1921], "omega_0": [1908, 1912, 1913, 1917, 1918], "u_list": 1908, "z_list": 1908, "u_list2": 1908, "z_list2": 1908, "u4": [1908, 1909], "g_real": 1908, "regardless": 1908, "knob": 1908, "solver_u_met": 1908, "solver_u_in": 1908, "occupi": [1908, 1915, 1920], "res_met": 1908, "h_loc_diag": 1908, "h_loc_diagon": 1908, "res_in": 1908, "41": [1909, 1916, 1920, 1921], "2083": 1909, "2046": 1909, "9999": 1909, "00121841": 1909, "000180423": 1909, "000183033": 1909, "0022792": 1909, "00386106": 1909, "134194": 1909, "135137": 1909, "133256": 1909, "134078": 1909, "134495": 1909, "13366": 1909, "0237206": 1909, "0263818": 1909, "0215067": 1909, "0192815": 1909, "Ins": 1909, "568460": 1909, "ert": 1909, "0276912": 1909, "0240728": 1909, "027297": 1909, "0201105": 1909, "0206622": 1909, "0282551": 1909, "83864": 1909, "240672": 1909, "491363": 1909, "1807": 1909, "07816": 1909, "2096": 1909, "2041": 1909, "00122602": 1909, "000181799": 1909, "000187614": 1909, "00154239": 1909, "00313782": 1909, "137529": 1909, "138608": 1909, "136454": 1909, "135646": 1909, "137095": 1909, "134192": 1909, "0248063": 1909, "029023": 1909, "0202982": 1909, "0212102": 1909, "0286456": 1909, "0258106": 1909, "0300133": 1909, "0207927": 1909, "0216027": 1909, "0308751": 1909, "82967": 1909, "242133": 1909, "496411": 1909, "0726": 1909, "95457": 1909, "2012": 1909, "1999": 1909, "00126701": 1909, "000178569": 1909, "000182007": 1909, "00399153": 1909, "00561911": 1909, "136691": 1909, "136118": 1909, "137262": 1909, "135948": 1909, "135115": 1909, "136781": 1909, "024431": 1909, "0279642": 1909, "0212578": 1909, "021372": 1909, "0270992": 1909, "0251374": 1909, "0298838": 1909, "0205143": 1909, "0209849": 1909, "0291752": 1909, "832854": 1909, "247163": 1909, "502235": 1909, "1617": 1909, "88829": 1909, "2072": 1909, "00126531": 1909, "00018556": 1909, "000181974": 1909, "00307852": 1909, "00471137": 1909, "137877": 1909, "13878": 1909, "136976": 1909, "136859": 1909, "137844": 1909, "135872": 1909, "0240401": 1909, "0279466": 1909, "0193165": 1909, "0205293": 1909, "rt": 1909, "0283427": 1909, "0247222": 1909, "0272073": 1909, "0219802": 1909, "0218302": 1909, "0278651": 1909, "830322": 1909, "246525": 1909, "498298": 1909, "1484": 1909, "59076": 1909, "2026": 1909, "2064": 1909, "00124302": 1909, "000183717": 1909, "000188498": 1909, "00344506": 1909, "0050603": 1909, "136129": 1909, "135304": 1909, "136951": 1909, "137127": 1909, "1367": 1909, "137554": 1909, "024601": 1909, "0281926": 1909, "0207839": 1909, "0216895": 1909, "027688": 1909, "0242563": 1909, "0271906": 1909, "0216098": 1909, "0202847": 1909, "0279555": 1909, "830414": 1909, "242121": 1909, "490822": 1909, "1626": 1909, "51126": 1909, "10found": 1909, "2094": 1909, "00124401": 1909, "000175229": 1909, "000179357": 1909, "00229849": 1909, "00389709": 1909, "136631": 1909, "137952": 1909, "135314": 1909, "138106": 1909, "13836": 1909, "137851": 1909, "0257115": 1909, "029352": 1909, "0212757": 1909, "0216313": 1909, "030564": 1909, "0249482": 1909, "0290644": 1909, "0214022": 1909, "0207806": 1909, "0285886": 1909, "830217": 1909, "237919": 1909, "48821": 1909, "1595": 1909, "00369": 1909, "2071": 1909, "2093": 1909, "00121949": 1909, "000174776": 1909, "000177332": 1909, "00220899": 1909, "00378058": 1909, "138683": 1909, "138785": 1909, "138581": 1909, "135491": 1909, "134835": 1909, "136151": 1909, "0238837": 1909, "0282195": 1909, "0187678": 1909, "0213364": 1909, "0271656": 1909, "0256944": 1909, "0296998": 1909, "0223175": 1909, "0230494": 1909, "0277512": 1909, "826742": 1909, "240293": 1909, "484146": 1909, "0322": 1909, "10339": 1909, "2055": 1909, "2008": 1909, "00122868": 1909, "000178445": 1909, "000179449": 1909, "00223444": 1909, "00382102": 1909, "138506": 1909, "139623": 1909, "137394": 1909, "138454": 1909, "136949": 1909, "139969": 1909, "0253769": 1909, "0293179": 1909, "0211004": 1909, "0205091": 1909, "sert": 1909, "0305689": 1909, "0253767": 1909, "0309133": 1909, "0217365": 1909, "0212245": 1909, "0276795": 1909, "827338": 1909, "241515": 1909, "487717": 1909, "0508": 1909, "62123": 1909, "2074": 1909, "2058": 1909, "00120751": 1909, "000174187": 1909, "000178604": 1909, "00142541": 1909, "00298571": 1909, "137111": 1909, "138103": 1909, "136124": 1909, "136868": 1909, "136946": 1909, "136791": 1909, "0244609": 1909, "0282271": 1909, "0201996": 1909, "0211721": 1909, "0281887": 1909, "0246914": 1909, "0285174": 1909, "0222497": 1909, "0207763": 1909, "0272237": 1909, "831942": 1909, "239978": 1909, "48282": 1909, "1865": 1909, "6264": 1909, "2077": 1909, "00127013": 1909, "000206261": 1909, "000180197": 1909, "00201599": 1909, "00367258": 1909, "136865": 1909, "136144": 1909, "137585": 1909, "136487": 1909, "136087": 1909, "136888": 1909, "0247125": 1909, "0291157": 1909, "0200999": 1909, "0207065": 1909, "0288711": 1909, "0250504": 1909, "0279124": 1909, "0211228": 1909, "0220934": 1909, "0291107": 1909, "830829": 1909, "24054": 1909, "4861": 1909, "1232": 1909, "62633": 1909, "2284": 1909, "2255": 1909, "00123761": 1909, "000177008": 1909, "000180409": 1909, "00124214": 1909, "00283716": 1909, "125473": 1909, "125155": 1909, "12579": 1909, "125671": 1909, "125471": 1909, "125871": 1909, "0246864": 1909, "0268028": 1909, "0216412": 1909, "0227946": 1909, "0274721": 1909, "0247316": 1909, "0269343": 1909, "0224071": 1909, "0220799": 1909, "0275138": 1909, "698464": 1909, "218575": 1909, "443867": 1909, "6646": 1909, "28392": 1909, "46": 1909, "2314": 1909, "2312": 1909, "00120478": 1909, "000177364": 1909, "000178484": 1909, "00126514": 1909, "00282577": 1909, "130538": 1909, "131357": 1909, "129719": 1909, "130263": 1909, "131032": 1909, "129493": 1909, "0270564": 1909, "0299128": 1909, "0238143": 1909, "0254887": 1909, "0289647": 1909, "0271909": 1909, "0297328": 1909, "0259022": 1909, "0248111": 1909, "028303": 1909, "678488": 1909, "215686": 1909, "437622": 1909, "3414": 1909, "59554": 1909, "2256": 1909, "00120432": 1909, "000177742": 1909, "000178896": 1909, "00268057": 1909, "00424153": 1909, "127771": 1909, "128914": 1909, "12663": 1909, "128221": 1909, "129491": 1909, "12695": 1909, "0256648": 1909, "0283026": 1909, "0233949": 1909, "0232993": 1909, "0276514": 1909, "0258822": 1909, "0277958": 1909, "0234759": 1909, "0250552": 1909, "0272286": 1909, "684272": 1909, "217683": 1909, "44214": 1909, "4618": 1909, "75014": 1909, "2304": 1909, "2294": 1909, "00122231": 1909, "000187478": 1909, "000183211": 1909, "00135477": 1909, "00294777": 1909, "131699": 1909, "130628": 1909, "13277": 1909, "130431": 1909, "129478": 1909, "131386": 1909, "0271569": 1909, "0258805": 1909, "024888": 1909, "0296566": 1909, "0275519": 1909, "0287468": 1909, "0255961": 1909, "0253231": 1909, "0305499": 1909, "672073": 1909, "215632": 1909, "436025": 1909, "2379": 1909, "34046": 1909, "2308": 1909, "2293": 1909, "00123141": 1909, "000177542": 1909, "000178821": 1909, "00140636": 1909, "00299413": 1909, "131567": 1909, "133715": 1909, "129426": 1909, "130663": 1909, "13311": 1909, "128214": 1909, "0276007": 1909, "0306565": 1909, "0254948": 1909, "025725": 1909, "0285063": 1909, "0284674": 1909, "0316303": 1909, "0252882": 1909, "0267753": 1909, "0301962": 1909, "677651": 1909, "216824": 1909, "439615": 1909, "2701": 1909, "43454": 1909, "2299": 1909, "2264": 1909, "00118916": 1909, "000176917": 1909, "000176414": 1909, "00128476": 1909, "00282725": 1909, "127818": 1909, "127863": 1909, "127773": 1909, "128597": 1909, "128824": 1909, "12837": 1909, "0270821": 1909, "0302706": 1909, "0244285": 1909, "0250341": 1909, "0285486": 1909, "0268681": 1909, "029369": 1909, "0251997": 1909, "0249889": 1909, "0279296": 1909, "680676": 1909, "218647": 1909, "440596": 1909, "4495": 1909, "93486": 1909, "2273": 1909, "2245": 1909, "00127285": 1909, "000182139": 1909, "000183024": 1909, "00171741": 1909, "00335542": 1909, "128634": 1909, "128384": 1909, "128883": 1909, "129022": 1909, "12886": 1909, "129184": 1909, "0264743": 1909, "0287922": 1909, "0235365": 1909, "0237667": 1909, "0297869": 1909, "026674": 1909, "0276172": 1909, "0253356": 1909, "0249358": 1909, "0288193": 1909, "681544": 1909, "218576": 1909, "440496": 1909, "4043": 1909, "96938": 1909, "2292": 1909, "2296": 1909, "00121937": 1909, "000173054": 1909, "000177333": 1909, "00127057": 1909, "00284032": 1909, "132223": 1909, "132401": 1909, "132044": 1909, "129861": 1909, "12952": 1909, "130201": 1909, "0269862": 1909, "0305089": 1909, "0243726": 1909, "0237724": 1909, "0292517": 1909, "0282147": 1909, "0309872": 1909, "0276375": 1909, "0263264": 1909, "0279213": 1909, "677678": 1909, "216506": 1909, "437101": 1909, "242": 1909, "74536": 1909, "2325": 1909, "00127472": 1909, "000172614": 1909, "000177763": 1909, "00117997": 1909, "00280507": 1909, "130937": 1909, "132246": 1909, "12963": 1909, "131236": 1909, "132046": 1909, "130424": 1909, "0276569": 1909, "0298347": 1909, "0258974": 1909, "0245561": 1909, "0303272": 1909, "0277909": 1909, "0306308": 1909, "0249253": 1909, "0255935": 1909, "0300287": 1909, "675164": 1909, "215985": 1909, "432564": 1909, "2563": 1909, "01083": 1909, "2300": 1909, "2318": 1909, "00120759": 1909, "000175362": 1909, "000180967": 1909, "00117891": 1909, "00274283": 1909, "131003": 1909, "131509": 1909, "1305": 1909, "130783": 1909, "130729": 1909, "130837": 1909, "0263867": 1909, "0290737": 1909, "0231511": 1909, "0250389": 1909, "0282522": 1909, "0267621": 1909, "0297348": 1909, "0242209": 1909, "0247709": 1909, "0283461": 1909, "67701": 1909, "215519": 1909, "43658": 1909, "3268": 1909, "794236": 1909, "2498": 1909, "2484": 1909, "00119638": 1909, "000171907": 1909, "000178944": 1909, "00109991": 1909, "00264714": 1909, "112247": 1909, "113798": 1909, "110696": 1909, "111523": 1909, "11241": 1909, "110636": 1909, "0226176": 1909, "0237627": 1909, "0205814": 1909, "0218449": 1909, "0242896": 1909, "0232029": 1909, "0245147": 1909, "022101": 1909, "0226071": 1909, "0235938": 1909, "568929": 1909, "199267": 1909, "399275": 1909, "0545": 1909, "35299": 1909, "2696": 1909, "2670": 1909, "00120833": 1909, "000195012": 1909, "000184797": 1909, "00111078": 1909, "00269892": 1909, "119575": 1909, "118774": 1909, "120375": 1909, "118525": 1909, "117625": 1909, "119424": 1909, "0260688": 1909, "0249124": 1909, "0259468": 1909, "028224": 1909, "0251899": 1909, "0267536": 1909, "026036": 1909, "0281528": 1909, "0270466": 1909, "0257593": 1909, "509178": 1909, "185284": 1909, "376047": 1909, "1244": 1909, "95588": 1909, "2684": 1909, "2678": 1909, "00121023": 1909, "000178375": 1909, "000180273": 1909, "00104384": 1909, "00261271": 1909, "116787": 1909, "116187": 1909, "117384": 1909, "116633": 1909, "116475": 1909, "11679": 1909, "0259455": 1909, "026201": 1909, "0258814": 1909, "0264806": 1909, "0252178": 1909, "0264393": 1909, "0269715": 1909, "0248916": 1909, "026979": 1909, "0269331": 1909, "520079": 1909, "18574": 1909, "377745": 1909, "61951": 1909, "2683": 1909, "2661": 1909, "00118682": 1909, "000179021": 1909, "000177377": 1909, "000954406": 1909, "00249762": 1909, "119259": 1909, "118998": 1909, "11952": 1909, "11786": 1909, "11722": 1909, "118509": 1909, "0262007": 1909, "0247214": 1909, "0280183": 1909, "0277204": 1909, "0243335": 1909, "0270037": 1909, "0264473": 1909, "0269378": 1909, "0272082": 1909, "027421": 1909, "514142": 1909, "185126": 1909, "375112": 1909, "1344": 1909, "42356": 1909, "2687": 1909, "2634": 1909, "00118086": 1909, "000177055": 1909, "000180533": 1909, "00158726": 1909, "00312571": 1909, "12076": 1909, "121218": 1909, "120303": 1909, "121201": 1909, "121831": 1909, "120573": 1909, "0267368": 1909, "026411": 1909, "0274809": 1909, "0270616": 1909, "0260013": 1909, "0265407": 1909, "025342": 1909, "0281685": 1909, "0271009": 1909, "0255323": 1909, "515457": 1909, "18502": 1909, "378509": 1909, "1383": 1909, "12987": 1909, "52": 1909, "2643": 1909, "2664": 1909, "0012663": 1909, "000184783": 1909, "000189254": 1909, "00362876": 1909, "0052691": 1909, "117368": 1909, "117308": 1909, "117427": 1909, "117241": 1909, "116591": 1909, "117894": 1909, "0261457": 1909, "0261487": 1909, "0253525": 1909, "0266688": 1909, "0264136": 1909, "0265045": 1909, "0252665": 1909, "0275678": 1909, "0282901": 1909, "512693": 1909, "187877": 1909, "38964": 1909, "1385": 1909, "93431": 1909, "2704": 1909, "2590": 1909, "00119782": 1909, "000175158": 1909, "000179523": 1909, "00180878": 1909, "00336127": 1909, "117365": 1909, "117624": 1909, "117106": 1909, "117283": 1909, "118533": 1909, "116037": 1909, "026697": 1909, "0264597": 1909, "0273612": 1909, "0266847": 1909, "0262799": 1909, "0270184": 1909, "0264397": 1909, "0271184": 1909, "0268783": 1909, "0276341": 1909, "514539": 1909, "185398": 1909, "379588": 1909, "1263": 1909, "74038": 1909, "2685": 1909, "2596": 1909, "00116657": 1909, "000178551": 1909, "000180033": 1909, "00131102": 1909, "00283617": 1909, "116924": 1909, "117617": 1909, "116232": 1909, "118121": 1909, "119441": 1909, "116798": 1909, "0269091": 1909, "0271326": 1909, "025719": 1909, "029214": 1909, "0255767": 1909, "0263473": 1909, "0264778": 1909, "0261575": 1909, "0262325": 1909, "0265242": 1909, "520462": 1909, "185252": 1909, "383034": 1909, "2418": 1909, "82905": 1909, "51": [1909, 1915, 1920], "2560": 1909, "2609": 1909, "00121845": 1909, "000179815": 1909, "000202924": 1909, "0021689": 1909, "00377008": 1909, "119297": 1909, "120148": 1909, "118445": 1909, "118649": 1909, "119257": 1909, "11804": 1909, "0254296": 1909, "0260036": 1909, "0235786": 1909, "0265909": 1909, "0255261": 1909, "0261909": 1909, "0270227": 1909, "0257851": 1909, "0259396": 1909, "0260241": 1909, "522949": 1909, "190266": 1909, "388758": 1909, "3131": 1909, "33377": 1909, "2549": 1909, "2363": 1909, "00129221": 1909, "000192149": 1909, "000188825": 1909, "00803591": 1909, "0097091": 1909, "119166": 1909, "117673": 1909, "120666": 1909, "119688": 1909, "11855": 1909, "120824": 1909, "0250876": 1909, "025384": 1909, "024949": 1909, "0252735": 1909, "0247464": 1909, "0252292": 1909, "0248425": 1909, "0247179": 1909, "0271435": 1909, "0242195": 1909, "507301": 1909, "195011": 1909, "40592": 1909, "1319": 1909, "78747": 1909, "2734": 1909, "2815": 1909, "00119336": 1909, "00017397": 1909, "000173595": 1909, "00108587": 1909, "00262679": 1909, "10269": 1909, "100883": 1909, "104505": 1909, "102024": 1909, "101145": 1909, "102906": 1909, "0199348": 1909, "0203415": 1909, "0208978": 1909, "020635": 1909, "0178728": 1909, "0204535": 1909, "0205254": 1909, "0194903": 1909, "022088": 1909, "0197157": 1909, "460326": 1909, "180869": 1909, "359313": 1909, "2466": 1909, "60183": 1909, "66": 1909, "3327": 1909, "3220": 1909, "00117142": 1909, "000177189": 1909, "000180591": 1909, "00234315": 1909, "00387235": 1909, "110834": 1909, "111457": 1909, "110211": 1909, "110152": 1909, "110913": 1909, "109392": 1909, "0245707": 1909, "0213173": 1909, "0271374": 1909, "0288638": 1909, "0209527": 1909, "0252332": 1909, "0219842": 1909, "027412": 1909, "02984": 1909, "021649": 1909, "347207": 1909, "15062": 1909, "312381": 1909, "5515": 1909, "66685": 1909, "68": 1909, "3418": 1909, "3354": 1909, "00119055": 1909, "000173035": 1909, "000182784": 1909, "00180668": 1909, "00335305": 1909, "109566": 1909, "110312": 1909, "108824": 1909, "109807": 1909, "109229": 1909, "110382": 1909, "0245849": 1909, "0203437": 1909, "0290226": 1909, "0286879": 1909, "0202673": 1909, "0245634": 1909, "0216013": 1909, "0291177": 1909, "0286001": 1909, "0188474": 1909, "32021": 1909, "145208": 1909, "299348": 1909, "2622": 1909, "56478": 1909, "67": [1909, 1920], "3379": 1909, "3452": 1909, "0011805": 1909, "000181326": 1909, "000179286": 1909, "0028098": 1909, "00435092": 1909, "10985": 1909, "110689": 1909, "109008": 1909, "108916": 1909, "110303": 1909, "107539": 1909, "0246851": 1909, "0198646": 1909, "0291511": 1909, "0290647": 1909, "0206731": 1909, "0254268": 1909, "0218722": 1909, "0289571": 1909, "0286299": 1909, "0222124": 1909, "311403": 1909, "147042": 1909, "294083": 1909, "1267": 1909, "44771": 1909, "3416": 1909, "3399": 1909, "00117656": 1909, "00018061": 1909, "000181128": 1909, "00213807": 1909, "00367637": 1909, "108138": 1909, "108557": 1909, "107721": 1909, "107349": 1909, "10754": 1909, "107159": 1909, "0241131": 1909, "0196703": 1909, "0286151": 1909, "0286033": 1909, "0195795": 1909, "0246752": 1909, "0211784": 1909, "0280695": 1909, "0287669": 1909, "0205929": 1909, "304464": 1909, "147427": 1909, "29027": 1909, "0936": 1909, "29194": 1909, "3511": 1909, "3491": 1909, "00114259": 1909, "000175433": 1909, "000179077": 1909, "00242444": 1909, "00392154": 1909, "10962": 1909, "109395": 1909, "109845": 1909, "109451": 1909, "109748": 1909, "109154": 1909, "0249161": 1909, "0216244": 1909, "0291868": 1909, "0285771": 1909, "0203135": 1909, "0252576": 1909, "0204928": 1909, "0309103": 1909, "0297791": 1909, "0197803": 1909, "302655": 1909, "142606": 1909, "287607": 1909, "059": 1909, "68458": 1909, "69": 1909, "3489": 1909, "3391": 1909, "00117954": 1909, "00018076": 1909, "000176842": 1909, "00274281": 1909, "00427996": 1909, "109167": 1909, "108878": 1909, "109457": 1909, "108529": 1909, "108384": 1909, "108673": 1909, "0251343": 1909, "0216667": 1909, "0298085": 1909, "0295327": 1909, "0194249": 1909, "0255293": 1909, "0224029": 1909, "0305386": 1909, "0293344": 1909, "0197125": 1909, "300808": 1909, "144613": 1909, "288052": 1909, "9724": 1909, "14536": 1909, "71": 1909, "3551": 1909, "3575": 1909, "0011946": 1909, "000173127": 1909, "000178696": 1909, "000725342": 1909, "00227176": 1909, "10916": 1909, "109252": 1909, "109067": 1909, "110798": 1909, "111607": 1909, "109984": 1909, "0252051": 1909, "0218661": 1909, "0287308": 1909, "0302921": 1909, "0199362": 1909, "0245902": 1909, "0197972": 1909, "0288953": 1909, "0308568": 1909, "0187846": 1909, "298548": 1909, "140103": 1909, "282513": 1909, "9563": 1909, "49552": 1909, "3442": 1909, "3488": 1909, "00116768": 1909, "000183687": 1909, "000177624": 1909, "00147453": 1909, "00300352": 1909, "107424": 1909, "105809": 1909, "109051": 1909, "108968": 1909, "108578": 1909, "109357": 1909, "024976": 1909, "0210199": 1909, "0283776": 1909, "0301075": 1909, "0203983": 1909, "0244054": 1909, "0201315": 1909, "0293393": 1909, "0275322": 1909, "0205381": 1909, "295469": 1909, "14504": 1909, "283466": 1909, "9659": 1909, "57761": 1909, "3593": 1909, "3578": 1909, "00119755": 1909, "000171298": 1909, "000178299": 1909, "000705123": 1909, "00225227": 1909, "109572": 1909, "109969": 1909, "109176": 1909, "108779": 1909, "110629": 1909, "106946": 1909, "025333": 1909, "0219449": 1909, "0308511": 1909, "0284571": 1909, "020084": 1909, "0258108": 1909, "0222851": 1909, "0286898": 1909, "0299628": 1909, "0222489": 1909, "300119": 1909, "139701": 1909, "28036": 1909, "9498": 1909, "22266": 1909, "62": 1909, "3104": 1909, "44": 1909, "3133": 1909, "00121134": 1909, "000183093": 1909, "00017673": 1909, "000906627": 1909, "0024778": 1909, "0934283": 1909, "0932668": 1909, "0935907": 1909, "0930836": 1909, "092358": 1909, "0938117": 1909, "0172868": 1909, "0159668": 1909, "0180807": 1909, "0190679": 1909, "mov": 1909, "10e": 1909, "0160378": 1909, "0178545": 1909, "0169909": 1909, "0189613": 1909, "0198869": 1909, "0155637": 1909, "158822": 1909, "319168": 1909, "5225": 1909, "04599": 1909, "83": 1909, "4197": 1909, "4072": 1909, "001176": 1909, "000176303": 1909, "000176643": 1909, "00180564": 1909, "00333458": 1909, "0993743": 1909, "0997124": 1909, "0990345": 1909, "100148": 1909, "101078": 1909, "0992169": 1909, "0218489": 1909, "0174252": 1909, "0266929": 1909, "0274607": 1909, "0158329": 1909, "0214816": 1909, "0163185": 1909, "0269219": 1909, "0273557": 1909, "0153002": 1909, "220527": 1909, "119323": 1909, "244041": 1909, "2385": 1909, "45713": 1909, "4643": 1909, "4501": 1909, "00117401": 1909, "000176022": 1909, "000174079": 1909, "000579364": 1909, "00210348": 1909, "0982657": 1909, "0973164": 1909, "0992208": 1909, "0987098": 1909, "0983834": 1909, "0990353": 1909, "0202451": 1909, "015387": 1909, "0256575": 1909, "0253815": 1909, "delta_dow": 1909, "0146119": 1909, "0200653": 1909, "0153902": 1909, "0249793": 1909, "025014": 1909, "0147525": 1909, "17415": 1909, "107687": 1909, "217982": 1909, "62833": 1909, "4923": 1909, "48": 1909, "4800": 1909, "00119368": 1909, "000175437": 1909, "00017678": 1909, "000532081": 1909, "00207798": 1909, "0947289": 1909, "0935515": 1909, "0959141": 1909, "096231": 1909, "0961732": 1909, "0962883": 1909, "017825": 1909, "0147368": 1909, "0225432": 1909, "0209947": 1909, "012999": 1909, "0170501": 1909, "0140059": 1909, "0210924": 1909, "0203299": 1909, "0127166": 1909, "15403": 1909, "101398": 1909, "205843": 1909, "9996": 1909, "4483": 1909, "78104": 1909, "5020": 1909, "00114739": 1909, "00017381": 1909, "000178013": 1909, "000545071": 1909, "00204428": 1909, "0927996": 1909, "0912686": 1909, "0943404": 1909, "0945209": 1909, "0935476": 1909, "0954924": 1909, "0165653": 1909, "0146711": 1909, "0186621": 1909, "0196094": 1909, "0133023": 1909, "0159569": 1909, "0145658": 1909, "0187106": 1909, "0171739": 1909, "0133664": 1909, "141392": 1909, "0971904": 1909, "198948": 1909, "9986": 1909, "3498": 1909, "59359": 1909, "5111": 1909, "00118152": 1909, "000174143": 1909, "000175604": 1909, "00170096": 1909, "00323222": 1909, "0928359": 1909, "0932811": 1909, "0923878": 1909, "0926255": 1909, "0928757": 1909, "092377": 1909, "0146763": 1909, "012186": 1909, "0176325": 1909, "016766": 1909, "0121195": 1909, "0149209": 1909, "0131733": 1909, "017507": 1909, "017798": 1909, "0111765": 1909, "132209": 1909, "0976131": 1909, "194463": 1909, "9962": 1909, "2003": [1909, 1916, 1921], "38459": 1909, "5262": 1909, "00116593": 1909, "000180144": 1909, "000180288": 1909, "00058201": 1909, "00210837": 1909, "0928416": 1909, "0906576": 1909, "0950149": 1909, "0920252": 1909, "0907245": 1909, "0933179": 1909, "013903": 1909, "0125541": 1909, "0153914": 1909, "0162744": 1909, "0113805": 1909, "0144144": 1909, "0126455": 1909, "0165371": 1909, "0155525": 1909, "0128903": 1909, "125583": 1909, "0940647": 1909, "188429": 1909, "9966": 1909, "0978": 1909, "6759": 1909, "5211": 1909, "00116479": 1909, "000173907": 1909, "000176399": 1909, "000532991": 1909, "00204808": 1909, "0919096": 1909, "0916205": 1909, "0921987": 1909, "0927888": 1909, "0930645": 1909, "0925146": 1909, "0144265": 1909, "0127007": 1909, "0166647": 1909, "0163973": 1909, "0119593": 1909, "0141665": 1909, "0122729": 1909, "0168521": 1909, "0155449": 1909, "0119799": 1909, "129702": 1909, "094935": 1909, "190139": 1909, "9904": 1909, "1729": 1909, "37016": 1909, "5241": 1909, "00117719": 1909, "000175777": 1909, "000177851": 1909, "000601851": 1909, "00213267": 1909, "0924057": 1909, "0915808": 1909, "0932353": 1909, "0931618": 1909, "0928729": 1909, "0934482": 1909, "0143961": 1909, "0125352": 1909, "0161123": 1909, "0168691": 1909, "0120458": 1909, "0142763": 1909, "0131137": 1909, "0156373": 1909, "0161881": 1909, "0121205": 1909, "126835": 1909, "0933722": 1909, "192358": 1909, "9932": 1909, "1737": 1909, "14348": 1909, "47": 1909, "4994": 1909, "4864": 1909, "00118008": 1909, "000178815": 1909, "000177486": 1909, "00366987": 1909, "00520625": 1909, "0920425": 1909, "0909091": 1909, "0931849": 1909, "0924267": 1909, "0933546": 1909, "091505": 1909, "0137666": 1909, "012333": 1909, "0161586": 1909, "0154218": 1909, "0111436": 1909, "0139227": 1909, "0114924": 1909, "0157556": 1909, "0157009": 1909, "0127152": 1909, "129222": 1909, "100126": 1909, "201704": 1909, "9968": 1909, "1866": 1909, "15122": 1909, "3398": 1909, "3460": 1909, "00124187": 1909, "000178268": 1909, "000178552": 1909, "00207588": 1909, "00367458": 1909, "0855862": 1909, "0862303": 1909, "0849443": 1909, "0862647": 1909, "0861289": 1909, "0864004": 1909, "0161327": 1909, "0135714": 1909, "0190244": 1909, "0183747": 1909, "0135908": 1909, "016286": 1909, "0142857": 1909, "0191166": 1909, "0189973": 1909, "0126796": 1909, "300009": 1909, "146407": 1909, "293905": 1909, "785": 1909, "47307": 1909, "93": 1909, "4679": 1909, "4715": 1909, "0012242": 1909, "000183404": 1909, "000184269": 1909, "00114776": 1909, "00273964": 1909, "0903981": 1909, "0901523": 1909, "090646": 1909, "0904723": 1909, "0912343": 1909, "delt": 1909, "a_down": 1909, "0897165": 1909, "0165848": 1909, "0118808": 1909, "0210818": 1909, "0219767": 1909, "0114437": 1909, "016681": 1909, "0124508": 1909, "0208665": 1909, "0211651": 1909, "0121752": 1909, "143248": 1909, "107062": 1909, "214947": 1909, "4458": 1909, "54242": 1909, "5544": 1909, "00114817": 1909, "000177973": 1909, "000178907": 1909, "000659669": 1909, "00216472": 1909, "0857364": 1909, "0845932": 1909, "0868874": 1909, "0848534": 1909, "0837722": 1909, "0859277": 1909, "opera": 1909, "tor": 1909, "0134187": 1909, "0102856": 1909, "0163494": 1909, "0164149": 1909, "0106362": 1909, "0138114": 1909, "0111514": 1909, "0171747": 1909, "0166038": 1909, "0102768": 1909, "105283": 1909, "0887984": 1909, "178604": 1909, "9994": 1909, "9382": 1909, "24137": 1909, "58": 1909, "5892": 1909, "00115656": 1909, "000172163": 1909, "000171354": 1909, "000511025": 1909, "0020111": 1909, "0813375": 1909, "0807074": 1909, "0819679": 1909, "0805692": 1909, "0807933": 1909, "0803457": 1909, "0106639": 1909, "00997202": 1909, "0117378": 1909, "0126783": 1909, "00827334": 1909, "010986": 1909, "0102901": 1909, "011223": 1909, "0124831": 1909, "00993179": 1909, "0924834": 1909, "0846274": 1909, "167454": 1909, "7817": 1909, "85936": 1909, "60": 1909, "6006": 1909, "00115569": 1909, "000178144": 1909, "000176416": 1909, "000650654": 1909, "0021609": 1909, "0807803": 1909, "0806915": 1909, "0808702": 1909, "0812727": 1909, "081801": 1909, "0807463": 1909, "0099321": 1909, "00904017": 1909, "0110288": 1909, "0113006": 1909, "00836602": 1909, "00970767": 1909, "00951802": 1909, "0101806": 1909, "0106859": 1909, "00843022": 1909, "086534": 1909, "0813237": 1909, "165674": 1909, "7405": 1909, "74432": 1909, "6050": 1909, "00117191": 1909, "000175165": 1909, "00017454": 1909, "00050787": 1909, "00202948": 1909, "0802191": 1909, "0791924": 1909, "0812492": 1909, "0809095": 1909, "0803057": 1909, "0815111": 1909, "00969948": 1909, "00925127": 1909, "0103824": 1909, "0101984": 1909, "00897148": 1909, "00927175": 1909, "0082894": 1909, "010285": 1909, "0103947": 1909, "00810573": 1909, "0879604": 1909, "0832035": 1909, "16585": 1909, "9974": 1909, "7589": 1909, "9097": 1909, "6139": 1909, "00118529": 1909, "000172073": 1909, "000172366": 1909, "000496923": 1909, "00202665": 1909, "0795869": 1909, "0790479": 1909, "0801287": 1909, "0793488": 1909, "0792065": 1909, "0794908": 1909, "00889574": 1909, "00825277": 1909, "00949215": 1909, "00962801": 1909, "00821994": 1909, "00910054": 1909, "00828074": 1909, "0100862": 1909, "00971145": 1909, "00831268": 1909, "0841257": 1909, "0818062": 1909, "16097": 1909, "9978": 1909, "6771": 1909, "1042": 1909, "6153": 1909, "00115225": 1909, "000171762": 1909, "000172688": 1909, "000498098": 1909, "00199479": 1909, "080043": 1909, "0801369": 1909, "0799484": 1909, "0794563": 1909, "0801462": 1909, "0787702": 1909, "00927618": 1909, "00859689": 1909, "00934467": 1909, "0107302": 1909, "00842416": 1909, "00952857": 1909, "00895115": 1909, "00986343": 1909, "0104291": 1909, "00886475": 1909, "0843788": 1909, "0796422": 1909, "161897": 1909, "6928": 1909, "26924": 1909, "59": [1909, 1915, 1920], "5957": 1909, "00115623": 1909, "00017426": 1909, "000175525": 1909, "000538327": 1909, "00204434": 1909, "0811482": 1909, "0799815": 1909, "0823172": 1909, "079918": 1909, "0798255": 1909, "0800096": 1909, "00925476": 1909, "00855502": 1909, "00981487": 1909, "0105368": 1909, "0081249": 1909, "00993752": 1909, "00927793": 1909, "00998653": 1909, "0106884": 1909, "00978858": 1909, "0876537": 1909, "0830675": 1909, "166809": 1909, "7751": 1909, "16191": 1909, "6097": 1909, "00115244": 1909, "00017814": 1909, "000175008": 1909, "000491659": 1909, "00199724": 1909, "0796655": 1909, "0798424": 1909, "0794869": 1909, "0806294": 1909, "0818259": 1909, "0794333": 1909, "00948261": 1909, "00896616": 1909, "0110163": 1909, "00972801": 1909, "00824513": 1909, "moveu": 1909, "00907485": 1909, "00870093": 1909, "00888078": 1909, "00987143": 1909, "00884075": 1909, "0868053": 1909, "0820692": 1909, "162871": 1909, "7002": 1909, "1179": 1909, "78": 1909, "3931": 1909, "3916": 1909, "00116999": 1909, "000178971": 1909, "000177013": 1909, "000661933": 1909, "0021879": 1909, "0825932": 1909, "0821367": 1909, "0830489": 1909, "0829548": 1909, "0825535": 1909, "0833533": 1909, "0149825": 1909, "0128456": 1909, "016206": 1909, "018634": 1909, "0122235": 1909, "0149866": 1909, "0129654": 1909, "0173514": 1909, "0175802": 1909, "0119693": 1909, "233272": 1909, "128126": 1909, "253855": 1909, "9717": 1909, "67936": 1909, "6032": 1909, "00115504": 1909, "000170611": 1909, "000174805": 1909, "00128361": 1909, "00278407": 1909, "0831347": 1909, "0826692": 1909, "0836028": 1909, "083416": 1909, "0828652": 1909, "083969": 1909, "0133214": 1909, "00978535": 1909, "0162945": 1909, "0179412": 1909, "00930456": 1909, "0131809": 1909, "0100251": 1909, "0165614": 1909, "0171715": 1909, "00890798": 1909, "0923836": 1909, "0827155": 1909, "168187": 1909, "7472": 1909, "10055": 1909, "65": 1909, "6573": 1909, "00119869": 1909, "000176954": 1909, "000178311": 1909, "000494936": 1909, "00204889": 1909, "07622": 1909, "075692": 1909, "0767499": 1909, "0754528": 1909, "0759239": 1909, "074984": 1909, "0088625": 1909, "00809271": 1909, "00996209": 1909, "0113564": 1909, "00605505": 1909, "00928461": 1909, "00818713": 1909, "0108847": 1909, "0106967": 1909, "00735": 1909, "0695589": 1909, "0759537": 1909, "150655": 1909, "4869": 1909, "47014": 1909, "6728": 1909, "0011518": 1909, "000170142": 1909, "000172553": 1909, "000480502": 1909, "001975": 1909, "0724759": 1909, "0715636": 1909, "0733873": 1909, "0720517": 1909, "0711002": 1909, "0730012": 1909, "00731203": 1909, "00710724": 1909, "00752697": 1909, "00819281": 1909, "00642832": 1909, "mo": 1909, "ve": 1909, "00748132": 1909, "00743524": 1909, "00759443": 1909, "00848466": 1909, "00640077": 1909, "0638096": 1909, "0742757": 1909, "147119": 1909, "4453": 1909, "27009": 1909, "6765": 1909, "0011343": 1909, "000175784": 1909, "000175253": 1909, "000505452": 1909, "00199079": 1909, "0713425": 1909, "0706458": 1909, "07204": 1909, "0718967": 1909, "0720733": 1909, "0717211": 1909, "00752552": 1909, "00686625": 1909, "00816653": 1909, "00877613": 1909, "00630587": 1909, "00721517": 1909, "00625928": 1909, "00727505": 1909, "00856445": 1909, "00676213": 1909, "063708": 1909, "073321": 1909, "146845": 1909, "991": 1909, "442": 1909, "81646": 1909, "6760": 1909, "00115614": 1909, "000174304": 1909, "000175429": 1909, "000510379": 1909, "00201626": 1909, "0722835": 1909, "071304": 1909, "0732643": 1909, "0724337": 1909, "0720262": 1909, "07284": 1909, "00747649": 1909, "00767686": 1909, "00721154": 1909, "00852148": 1909, "00649195": 1909, "00737793": 1909, "00707822": 1909, "00711645": 1909, "00876561": 1909, "00655318": 1909, "0641534": 1909, "0730972": 1909, "147456": 1909, "996": 1909, "4256": 1909, "87925": 1909, "6797": 1909, "00115404": 1909, "000171099": 1909, "000173656": 1909, "00048374": 1909, "00198254": 1909, "0719672": 1909, "0706898": 1909, "0732397": 1909, "0715593": 1909, "0704335": 1909, "0726812": 1909, "00708196": 1909, "00686678": 1909, "0078658": 1909, "00743821": 1909, "0061632": 1909, "0071656": 1909, "00718669": 1909, "00766542": 1909, "00723975": 1909, "00656952": 1909, "0617984": 1909, "0741883": 1909, "146003": 1909, "9934": 1909, "4186": 1909, "97262": 1909, "6733": 1909, "00117": 1909, "000176397": 1909, "000174993": 1909, "00058778": 1909, "00210917": 1909, "0723829": 1909, "0719869": 1909, "072779": 1909, "0718631": 1909, "0717641": 1909, "0719614": 1909, "00704912": 1909, "00711842": 1909, "00702896": 1909, "00800765": 1909, "00603686": 1909, "00728255": 1909, "00728605": 1909, "00757032": 1909, "00808733": 1909, "00617878": 1909, "0647355": 1909, "0728214": 1909, "146776": 1909, "9972": 1909, "4233": 1909, "35075": 1909, "6761": 1909, "00113392": 1909, "000174943": 1909, "000180306": 1909, "000498955": 1909, "00198812": 1909, "0720697": 1909, "0712123": 1909, "0729294": 1909, "0721389": 1909, "0714645": 1909, "0728079": 1909, "0070591": 1909, "00725576": 1909, "00753265": 1909, "00761844": 1909, "00582509": 1909, "00700508": 1909, "00793267": 1909, "0067748": 1909, "00738887": 1909, "00593318": 1909, "0639617": 1909, "0738343": 1909, "147712": 1909, "4578": 1909, "74578": 1909, "6668": 1909, "0011519": 1909, "000174972": 1909, "000177178": 1909, "000500343": 1909, "00200439": 1909, "0700786": 1909, "0702968": 1909, "0698603": 1909, "0696558": 1909, "0699828": 1909, "0693299": 1909, "ou": 1909, "perat": 1909, "00679017": 1909, "00662199": 1909, "00680628": 1909, "00800669": 1909, "00572275": 1909, "00691247": 1909, "00703885": 1909, "00726199": 1909, "00740299": 1909, "00594573": 1909, "0655141": 1909, "0722333": 1909, "14909": 1909, "499": 1909, "74692": 1909, "4202": 1909, "4308": 1909, "00119195": 1909, "000172087": 1909, "000176853": 1909, "000651202": 1909, "00219209": 1909, "0784645": 1909, "077737": 1909, "0791939": 1909, "0778967": 1909, "0777312": 1909, "0780616": 1909, "0137605": 1909, "0106226": 1909, "0159981": 1909, "0181051": 1909, "0102649": 1909, "014284": 1909, "0107163": 1909, "0180735": 1909, "0173927": 1909, "010941": 1909, "194802": 1909, "117678": 1909, "232515": 1909, "5417": 1909, "37617": 1909, "6826": 1909, "0011367": 1909, "000175053": 1909, "000174838": 1909, "000507683": 1909, "00199427": 1909, "0766449": 1909, "0764292": 1909, "0768612": 1909, "0761625": 1909, "0763946": 1909, "0759317": 1909, "0106741": 1909, "00774466": 1909, "0136975": 1909, "0145652": 1909, "0067659": 1909, "0108867": 1909, "00786259": 1909, "0137408": 1909, "0148857": 1909, "00699944": 1909, "0664264": 1909, "0726063": 1909, "145565": 1909, "4098": 1909, "66327": 1909, "73": 1909, "7364": 1909, "00113329": 1909, "000175666": 1909, "00017359": 1909, "000493932": 1909, "00197648": 1909, "0666085": 1909, "0665451": 1909, "066672": 1909, "0667213": 1909, "0672132": 1909, "0662322": 1909, "00669763": 1909, "00602932": 1909, "00748431": 1909, "00769875": 1909, "00559172": 1909, "00652602": 1909, "00578662": 1909, "00698408": 1909, "00760865": 1909, "00571634": 1909, "0514166": 1909, "0668013": 1909, "135057": 1909, "2625": 1909, "92343": 1909, "72": 1909, "7289": 1909, "00113231": 1909, "000174572": 1909, "000175548": 1909, "000526218": 1909, "00200864": 1909, "0648141": 1909, "0634921": 1909, "0661443": 1909, "0649517": 1909, "0649518": 1909, "0649516": 1909, "0061691": 1909, "00587146": 1909, "00646862": 1909, "00744427": 1909, "00489611": 1909, "00601018": 1909, "00491658": 1909, "00690701": 1909, "00676294": 1909, "00544022": 1909, "0503358": 1909, "0671483": 1909, "135564": 1909, "2763": 1909, "76404": 1909, "7343": 1909, "00116586": 1909, "000171716": 1909, "000175847": 1909, "000581802": 1909, "00209523": 1909, "0649176": 1909, "0641392": 1909, "0657014": 1909, "0647029": 1909, "0646974": 1909, "0647083": 1909, "00594983": 1909, "00583274": 1909, "00662917": 1909, "00637781": 1909, "00496899": 1909, "00605891": 1909, "00579733": 1909, "00580425": 1909, "00740682": 1909, "00521816": 1909, "0500971": 1909, "0681187": 1909, "135501": 1909, "9928": 1909, "2804": 1909, "52751": 1909, "7363": 1909, "00114743": 1909, "000174272": 1909, "000173083": 1909, "00048318": 1909, "00197796": 1909, "0648434": 1909, "0639435": 1909, "0657487": 1909, "0652002": 1909, "0650621": 1909, "0653372": 1909, "00653185": 1909, "00647684": 1909, "00700224": 1909, "00712778": 1909, "00552508": 1909, "00633317": 1909, "00574294": 1909, "00628081": 1909, "00798945": 1909, "00531256": 1909, "0519887": 1909, "0671887": 1909, "135337": 1909, "9896": 1909, "2736": 1909, "97512": 1909, "7350": 1909, "00114243": 1909, "000176064": 1909, "00017554": 1909, "000502765": 1909, "0019968": 1909, "0651064": 1909, "0640138": 1909, "0661968": 1909, "064921": 1909, "0643386": 1909, "0655007": 1909, "00608775": 1909, "00550639": 1909, "00688303": 1909, "00702353": 1909, "00494438": 1909, "00612031": 1909, "00518802": 1909, "006465": 1909, "00749811": 1909, "00532021": 1909, "0501661": 1909, "0677592": 1909, "135616": 1909, "9908": 1909, "2712": 1909, "45363": 1909, "7086": 1909, "00116354": 1909, "000175041": 1909, "000174947": 1909, "00112879": 1909, "00264231": 1909, "0650171": 1909, "0644201": 1909, "0656194": 1909, "0655976": 1909, "0658945": 1909, "0653032": 1909, "00591916": 1909, "00558637": 1909, "00615606": 1909, "00691088": 1909, "00502934": 1909, "0055814": 1909, "00478277": 1909, "00636994": 1909, "00639437": 1909, "00477878": 1909, "0504766": 1909, "0694536": 1909, "139764": 1909, "2853": 1909, "65569": 1909, "7286": 1909, "00114038": 1909, "000176438": 1909, "000175781": 1909, "000493773": 1909, "00198638": 1909, "06511": 1909, "0645775": 1909, "0656442": 1909, "065331": 1909, "0647873": 1909, "0658719": 1909, "00569673": 1909, "00567891": 1909, "00563549": 1909, "00576908": 1909, "00570335": 1909, "0056422": 1909, "00595789": 1909, "00547803": 1909, "00585611": 1909, "0052781": 1909, "0523878": 1909, "0673053": 1909, "136122": 1909, "14769": 1909, "00114125": 1909, "000176996": 1909, "000171122": 1909, "00150071": 1909, "00299008": 1909, "0655441": 1909, "0641989": 1909, "066902": 1909, "0656663": 1909, "0655177": 1909, "065813": 1909, "00574329": 1909, "00615239": 1909, "00584514": 1909, "00617653": 1909, "0047931": 1909, "su": 1909, "00557688": 1909, "00536355": 1909, "00589547": 1909, "0062092": 1909, "00483401": 1909, "0511499": 1909, "0669602": 1909, "138667": 1909, "2817": 1909, "92277": 1909, "4617": 1909, "4624": 1909, "00116428": 1909, "000175073": 1909, "000179122": 1909, "000624143": 1909, "00214262": 1909, "075023": 1909, "0737795": 1909, "0762717": 1909, "0754981": 1909, "0750419": 1909, "0759501": 1909, "0122848": 1909, "010087": 1909, "0149212": 1909, "0147216": 1909, "00942308": 1909, "0122644": 1909, "00940893": 1909, "0151437": 1909, "0152795": 1909, "00922575": 1909, "160022": 1909, "108396": 1909, "214303": 1909, "0593": 1909, "51099": 1909, "7205": 1909, "00114454": 1909, "000174778": 1909, "000178598": 1909, "000622807": 1909, "00212072": 1909, "0673988": 1909, "0660498": 1909, "0687521": 1909, "0665999": 1909, "0656989": 1909, "0674971": 1909, "00775671": 1909, "00641076": 1909, "00925224": 1909, "0098923": 1909, "00549451": 1909, "00814979": 1909, "0064208": 1909, "0094943": 1909, "0109052": 1909, "00577183": 1909, "0525718": 1909, "0684983": 1909, "13753": 1909, "2476": 1909, "18844": 1909, "76": 1909, "7605": 1909, "00111446": 1909, "000176218": 1909, "000173181": 1909, "000567391": 1909, "00203125": 1909, "0599149": 1909, "0587469": 1909, "0610859": 1909, "0603628": 1909, "0599454": 1909, "0607787": 1909, "00513004": 1909, "00500828": 1909, "00586709": 1909, "00532469": 1909, "00432035": 1909, "00484395": 1909, "00435256": 1909, "0050489": 1909, "00528113": 1909, "00468487": 1909, "0424689": 1909, "0623846": 1909, "129958": 1909, "1771": 1909, "90146": 1909, "7679": 1909, "00111329": 1909, "000174453": 1909, "000187997": 1909, "00052281": 1909, "00199855": 1909, "0597628": 1909, "0594387": 1909, "0600886": 1909, "0601823": 1909, "0602364": 1909, "0601285": 1909, "00498081": 1909, "00520013": 1909, "00499122": 1909, "00506582": 1909, "00466358": 1909, "00463958": 1909, "00460643": 1909, "00493022": 1909, "00485765": 1909, "00416083": 1909, "041741": 1909, "0630625": 1909, "128933": 1909, "9988": 1909, "1498": 1909, "35153": 1909, "7352": 1909, "0011521": 1909, "000179953": 1909, "000193562": 1909, "000986017": 1909, "00251163": 1909, "0607112": 1909, "0597318": 1909, "0616933": 1909, "0605566": 1909, "0600225": 1909, "0610896": 1909, "0048536": 1909, "00534402": 1909, "00512184": 1909, "00419329": 1909, "00474785": 1909, "00485389": 1909, "00482044": 1909, "00488813": 1909, "00502294": 1909, "00468169": 1909, "0414372": 1909, "0637003": 1909, "134183": 1909, "1644": 1909, "2926": 1909, "77": 1909, "7706": 1909, "00114883": 1909, "000172738": 1909, "000173912": 1909, "000500922": 1909, "0019964": 1909, "0597706": 1909, "058365": 1909, "0611883": 1909, "0603617": 1909, "0596815": 1909, "0610421": 1909, "00507342": 1909, "00552225": 1909, "00502914": 1909, "00519481": 1909, "0045431": 1909, "00475572": 1909, "00474486": 1909, "00519264": 1909, "00452235": 1909, "00455891": 1909, "0425655": 1909, "0640778": 1909, "1291": 1909, "1918": 1909, "29282": 1909, "57": 1909, "7662": 1909, "00114987": 1909, "000175873": 1909, "000174441": 1909, "000509332": 1909, "00200951": 1909, "059439": 1909, "0581668": 1909, "0607138": 1909, "0597239": 1909, "0590741": 1909, "06037": 1909, "00484312": 1909, "0048189": 1909, "00515876": 1909, "00478774": 1909, "00460903": 1909, "00469727": 1909, "0042228": 1909, "0049556": 1909, "00490294": 1909, "00470213": 1909, "0419401": 1909, "063158": 1909, "129703": 1909, "1825": 1909, "99906": 1909, "7668": 1909, "00113999": 1909, "000177145": 1909, "000494697": 1909, "0019877": 1909, "059728": 1909, "058413": 1909, "0610475": 1909, "06057": 1909, "0601686": 1909, "0609698": 1909, "00533349": 1909, "00561465": 1909, "00525122": 1909, "00578842": 1909, "00467645": 1909, "00479575": 1909, "00452891": 1909, "00515258": 1909, "00471774": 1909, "0047805": 1909, "0424987": 1909, "063466": 1909, "130279": 1909, "9944": 1909, "1765": 1909, "40606": 1909, "75": [1909, 1916, 1921], "7561": 1909, "00118073": 1909, "000176595": 1909, "000176277": 1909, "00126962": 1909, "00280322": 1909, "0596867": 1909, "0584019": 1909, "060971": 1909, "0597209": 1909, "0586373": 1909, "0608016": 1909, "00478203": 1909, "00492844": 1909, "00489903": 1909, "00478374": 1909, "00451458": 1909, "00471166": 1909, "00471679": 1909, "00453695": 1909, "00521538": 1909, "00437776": 1909, "0399454": 1909, "0650666": 1909, "131095": 1909, "9982": 1909, "1588": 1909, "33519": 1909, "7707": 1909, "00112932": 1909, "000173649": 1909, "000176619": 1909, "0005733": 1909, "00205289": 1909, "0604564": 1909, "0588577": 1909, "0620602": 1909, "0606382": 1909, "0597842": 1909, "0614869": 1909, "00508035": 1909, "00542338": 1909, "0051973": 1909, "00528804": 1909, "00440811": 1909, "00493871": 1909, "00482393": 1909, "00470077": 1909, "00566008": 1909, "0045722": 1909, "0412753": 1909, "0632685": 1909, "129126": 1909, "1691": 1909, "90488": 1909, "4971": 1909, "00118772": 1909, "000174399": 1909, "000175365": 1909, "000724154": 1909, "00226164": 1909, "0715393": 1909, "0714001": 1909, "0716792": 1909, "0708063": 1909, "0703415": 1909, "07127": 1909, "0109482": 1909, "00810392": 1909, "013351": 1909, "00807161": 1909, "10remov": 1909, "0114495": 1909, "00895825": 1909, "0147422": 1909, "0144898": 1909, "00756817": 1909, "136485": 1909, "0947748": 1909, "201123": 1909, "8101": 1909, "33423": 1909, "7784": 1909, "00114748": 1909, "000173434": 1909, "000173643": 1909, "000492445": 1909, "001987": 1909, "0620445": 1909, "0613942": 1909, "0626974": 1909, "0624537": 1909, "0626078": 1909, "0623003": 1909, "00688384": 1909, "00590854": 1909, "00871756": 1909, "00824825": 1909, "00467794": 1909, "00658183": 1909, "00538131": 1909, "00726536": 1909, "00855818": 1909, "0050996": 1909, "0414626": 1909, "0618828": 1909, "127212": 1909, "1285": 1909, "2533": 1909, "8085": 1909, "00114792": 1909, "000171199": 1909, "000170999": 1909, "000497123": 1909, "00198724": 1909, "0558467": 1909, "0548354": 1909, "0568613": 1909, "0563139": 1909, "0556514": 1909, "0569743": 1909, "00437746": 1909, "00445812": 1909, "00470138": 1909, "00439052": 1909, "00395763": 1909, "00414735": 1909, "00428681": 1909, "00416849": 1909, "00410326": 1909, "00403258": 1909, "0347029": 1909, "0598513": 1909, "122534": 1909, "0673": 1909, "48919": 1909, "8093": 1909, "0011215": 1909, "000173062": 1909, "00017243": 1909, "000481739": 1909, "00194873": 1909, "0551622": 1909, "0540573": 1909, "056271": 1909, "0554291": 1909, "0548532": 1909, "0560021": 1909, "00379637": 1909, "00380545": 1909, "00399505": 1909, "00374965": 1909, "00363535": 1909, "00366381": 1909, "00335177": 1909, "00377209": 1909, "00381376": 1909, "00371272": 1909, "0336264": 1909, "0597385": 1909, "12209": 1909, "12545": 1909, "8174": 1909, "00113455": 1909, "000172962": 1909, "000172111": 1909, "000494535": 1909, "00197415": 1909, "0555556": 1909, "0548071": 1909, "056308": 1909, "0565826": 1909, "0561847": 1909, "0569795": 1909, "00401386": 1909, "00431683": 1909, "00367912": 1909, "00402102": 1909, "00403548": 1909, "00343265": 1909, "00319218": 1909, "00357058": 1909, "00384326": 1909, "00311738": 1909, "0336175": 1909, "0608379": 1909, "120854": 1909, "0345": 1909, "44062": 1909, "8150": 1909, "0011493": 1909, "000176394": 1909, "000175145": 1909, "000636652": 1909, "00213749": 1909, "0561644": 1909, "0553785": 1909, "0569541": 1909, "0563292": 1909, "0563507": 1909, "0563077": 1909, "0040616": 1909, "00442985": 1909, "00424611": 1909, "00385272": 1909, "00371569": 1909, "00386509": 1909, "003755": 1909, "00376864": 1909, "00392764": 1909, "00400866": 1909, "0356184": 1909, "0611042": 1909, "121234": 1909, "0107": 1909, "51989": 1909, "8028": 1909, "00113187": 1909, "000172906": 1909, "000173854": 1909, "00119973": 1909, "00267836": 1909, "0569562": 1909, "0557674": 1909, "0581538": 1909, "0573977": 1909, "0568736": 1909, "057919": 1909, "00397292": 1909, "00431444": 1909, "00403564": 1909, "00342248": 1909, "00411819": 1909, "00370689": 1909, "00370983": 1909, "0034267": 1909, "00365311": 1909, "00403935": 1909, "0337761": 1909, "0612707": 1909, "122749": 1909, "0148": 1909, "53234": 1909, "8010": 1909, "00115006": 1909, "000171089": 1909, "000170973": 1909, "000614332": 1909, "00210645": 1909, "0595088": 1909, "0578924": 1909, "0611341": 1909, "0595746": 1909, "0587787": 1909, "0603688": 1909, "00426946": 1909, "00422307": 1909, "00518465": 1909, "00388528": 1909, "00378426": 1909, "00421233": 1909, "00335218": 1909, "00464931": 1909, "00480216": 1909, "00403033": 1909, "0367278": 1909, "0603263": 1909, "123466": 1909, "9806": 1909, "0485": 1909, "82185": 1909, "8154": 1909, "00112582": 1909, "000175281": 1909, "000174666": 1909, "000548011": 1909, "00202378": 1909, "056208": 1909, "0553238": 1909, "0570951": 1909, "0564072": 1909, "0561066": 1909, "0567066": 1909, "00407237": 1909, "00458353": 1909, "00414805": 1909, "00358938": 1909, "00396333": 1909, "00385295": 1909, "00384102": 1909, "00381134": 1909, "00384082": 1909, "0039189": 1909, "0336746": 1909, "0591636": 1909, "121264": 1909, "0118": 1909, "32063": 1909, "8130": 1909, "00112664": 1909, "000169903": 1909, "000170967": 1909, "000570233": 1909, "00203775": 1909, "0565456": 1909, "0560489": 1909, "0570416": 1909, "0565554": 1909, "0566927": 1909, "0564188": 1909, "00394695": 1909, "00453041": 1909, "003751": 1909, "00377433": 1909, "00372447": 1909, "00393142": 1909, "00393605": 1909, "00351129": 1909, "00412257": 1909, "00415485": 1909, "03294": 1909, "0595034": 1909, "121777": 1909, "0399": 1909, "72088": 1909, "5460": 1909, "00114313": 1909, "000173784": 1909, "000177948": 1909, "000703365": 1909, "00219823": 1909, "0696534": 1909, "0698218": 1909, "0694839": 1909, "0686236": 1909, "0693558": 1909, "0678957": 1909, "0101898": 1909, "00760697": 1909, "0134782": 1909, "0128854": 1909, "00681329": 1909, "010656": 1909, "00783997": 1909, "0139799": 1909, "0135968": 1909, "00715714": 1909, "113309": 1909, "0920199": 1909, "183328": 1909, "3798": 1909, "84919": 1909, "8267": 1909, "00113257": 1909, "000174729": 1909, "000171475": 1909, "000655191": 1909, "00213397": 1909, "0567635": 1909, "0558338": 1909, "0576938": 1909, "0570791": 1909, "0568651": 1909, "0572924": 1909, "00513888": 1909, "0044657": 1909, "00659921": 1909, "00590559": 1909, "00359382": 1909, "00494392": 1909, "00375318": 1909, "00599587": 1909, "00600445": 1909, "00399808": 1909, "0324819": 1909, "0581535": 1909, "119753": 1909, "9786": 1909, "6009": 1909, "8522": 1909, "00113484": 1909, "000174635": 1909, "00017281": 1909, "000471962": 1909, "00195425": 1909, "0522979": 1909, "0514701": 1909, "0531272": 1909, "0526289": 1909, "0525332": 1909, "052724": 1909, "0035412": 1909, "00398847": 1909, "00370725": 1909, "00335209": 1909, "00311216": 1909, "00335832": 1909, "00299014": 1909, "00369106": 1909, "0037407": 1909, "00300276": 1909, "0287871": 1909, "0573234": 1909, "116241": 1909, "9456": 1909, "58899": 1909, "8532": 1909, "00112831": 1909, "000175032": 1909, "000170599": 1909, "000477615": 1909, "00195155": 1909, "0510253": 1909, "0504098": 1909, "0516432": 1909, "0515426": 1909, "051475": 1909, "0516099": 1909, "00340387": 1909, "00378519": 1909, "0032779": 1909, "0033044": 1909, "00324285": 1909, "00317778": 1909, "00283378": 1909, "00321952": 1909, "00370341": 1909, "00294856": 1909, "0277202": 1909, "0570392": 1909, "116499": 1909, "9533": 1909, "78912": 1909, "8424": 1909, "00113708": 1909, "000169747": 1909, "000516366": 1909, "00199727": 1909, "0509114": 1909, "0494415": 1909, "0523881": 1909, "0515835": 1909, "0508587": 1909, "0523052": 1909, "00328518": 1909, "00378564": 1909, "00328526": 1909, "00299079": 1909, "00307324": 1909, "00292678": 1909, "00257701": 1909, "00286487": 1909, "0034609": 1909, "00279944": 1909, "0285168": 1909, "0573744": 1909, "117503": 1909, "9713": 1909, "77243": 1909, "8482": 1909, "00112907": 1909, "000171733": 1909, "000172552": 1909, "000497535": 1909, "00197089": 1909, "0518978": 1909, "0515069": 1909, "0522911": 1909, "0524093": 1909, "0525957": 1909, "052223": 1909, "00326625": 1909, "00386679": 1909, "00304207": 1909, "00291603": 1909, "00323224": 1909, "00301172": 1909, "00279397": 1909, "00282048": 1909, "0035536": 1909, "00287666": 1909, "0282139": 1909, "0573663": 1909, "117064": 1909, "9679": 1909, "24404": 1909, "8341": 1909, "0011421": 1909, "000175292": 1909, "00017538": 1909, "00057952": 1909, "00207229": 1909, "0514406": 1909, "0510664": 1909, "0518164": 1909, "051954": 1909, "0523787": 1909, "0515301": 1909, "00338554": 1909, "00366893": 1909, "00344041": 1909, "00307385": 1909, "0033557": 1909, "00305853": 1909, "00254999": 1909, "00326173": 1909, "00297855": 1909, "00343698": 1909, "0282974": 1909, "0568543": 1909, "118557": 1909, "9992": 1909, "9675": 1909, "34324": 1909, "8588": 1909, "00114523": 1909, "000173347": 1909, "000170297": 1909, "000496129": 1909, "001985": 1909, "0516234": 1909, "0507942": 1909, "0524561": 1909, "0515959": 1909, "0514668": 1909, "0517245": 1909, "00321691": 1909, "00343928": 1909, "00323961": 1909, "00322555": 1909, "00296047": 1909, "00319616": 1909, "00286625": 1909, "00345553": 1909, "00322388": 1909, "00323392": 1909, "0279356": 1909, "0577107": 1909, "115961": 1909, "998": 1909, "9502": 1909, "90419": 1909, "8520": 1909, "00113566": 1909, "000171149": 1909, "000171571": 1909, "000505713": 1909, "00198409": 1909, "0522993": 1909, "0518042": 1909, "0527968": 1909, "0523894": 1909, "0527668": 1909, "0520146": 1909, "00332163": 1909, "00385812": 1909, "00331033": 1909, "00287276": 1909, "00323793": 1909, "00320791": 1909, "00303251": 1909, "00257947": 1909, "00374368": 1909, "00347652": 1909, "0295904": 1909, "0569472": 1909, "116426": 1909, "999": 1909, "9579": 1909, "5502": 1909, "8308": 1909, "00113861": 1909, "00017479": 1909, "000171791": 1909, "000516632": 1909, "00200182": 1909, "052027": 1909, "0514887": 1909, "052567": 1909, "0525394": 1909, "0525082": 1909, "0525705": 1909, "00335517": 1909, "00413695": 1909, "00323186": 1909, "00292926": 1909, "00311042": 1909, "00302516": 1909, "00310847": 1909, "00289752": 1909, "00330243": 1909, "00279307": 1909, "0301017": 1909, "05751": 1909, "11865": 1909, "9998": 1909, "9797": 1909, "09128": 1909, "5758": 1909, "0011648": 1909, "000171131": 1909, "000177031": 1909, "00052665": 1909, "00203961": 1909, "0659214": 1909, "0645032": 1909, "0673451": 1909, "0664132": 1909, "0657103": 1909, "0671124": 1909, "00972141": 1909, "00816553": 1909, "0120463": 1909, "0123374": 1909, "00630649": 1909, "00948341": 1909, "00713825": 1909, "0120053": 1909, "0127712": 1909, "00596812": 1909, "0996916": 1909, "0850222": 1909, "173681": 1909, "1975": 1909, "8545": 1909, "8541": 1909, "00114865": 1909, "000173988": 1909, "000171794": 1909, "00119219": 1909, "00268662": 1909, "0532849": 1909, "0522147": 1909, "0543555": 1909, "053342": 1909, "0532922": 1909, "0533916": 1909, "00446188": 1909, "00427029": 1909, "0056238": 1909, "00476629": 1909, "0031903": 1909, "00436633": 1909, "00327022": 1909, "00473538": 1909, "00557037": 1909, "00387195": 1909, "0277647": 1909, "05598": 1909, "116407": 1909, "8927": 1909, "53428": 1909, "88": 1909, "8864": 1909, "00113772": 1909, "000172391": 1909, "000173831": 1909, "000667482": 1909, "00215142": 1909, "0487876": 1909, "0475343": 1909, "0500452": 1909, "0492262": 1909, "0486641": 1909, "0497856": 1909, "00317577": 1909, "0035957": 1909, "00350054": 1909, "00284136": 1909, "00275857": 1909, "00292205": 1909, "00258701": 1909, "00302885": 1909, "00338107": 1909, "0026844": 1909, "0236387": 1909, "0545816": 1909, "112377": 1909, "8792": 1909, "8611": 1909, "00115159": 1909, "000175224": 1909, "000172538": 1909, "000641879": 1909, "00214123": 1909, "048189": 1909, "0475752": 1909, "048804": 1909, "048684": 1909, "0485661": 1909, "0488014": 1909, "00280902": 1909, "00324111": 1909, "00320282": 1909, "00247802": 1909, "0023114": 1909, "0025366": 1909, "00258148": 1909, "00246217": 1909, "00286055": 1909, "00224081": 1909, "0246712": 1909, "0560449": 1909, "114722": 1909, "9191": 1909, "93015": 1909, "8682": 1909, "00113351": 1909, "00017218": 1909, "000169732": 1909, "00061197": 1909, "0020874": 1909, "0482681": 1909, "0473526": 1909, "0491879": 1909, "0482165": 1909, "0481162": 1909, "0483167": 1909, "00294627": 1909, "00344064": 1909, "00291673": 1909, "00275251": 1909, "00267103": 1909, "00298406": 1909, "0026251": 1909, "00285476": 1909, "00329326": 1909, "00315823": 1909, "0246552": 1909, "0552698": 1909, "114393": 1909, "88386": 1909, "8694": 1909, "00112254": 1909, "000171682": 1909, "000169843": 1909, "000609689": 1909, "00207376": 1909, "048889": 1909, "0478555": 1909, "0499248": 1909, "049152": 1909, "0484824": 1909, "0498193": 1909, "003037": 1909, "00320006": 1909, "00327777": 1909, "0029207": 1909, "00274846": 1909, "00285318": 1909, "00254032": 1909, "00293476": 1909, "00342016": 1909, "00251206": 1909, "0245681": 1909, "0554533": 1909, "113913": 1909, "8968": 1909, "21281": 1909, "87": 1909, "8797": 1909, "00112889": 1909, "000174991": 1909, "000176317": 1909, "000609379": 1909, "00208958": 1909, "0473094": 1909, "045965": 1909, "048656": 1909, "0473527": 1909, "046369": 1909, "0483339": 1909, "00272949": 1909, "00316006": 1909, "00287265": 1909, "00244254": 1909, "00243698": 1909, "0026367": 1909, "00258314": 1909, "00241881": 1909, "00319259": 1909, "00235322": 1909, "0233294": 1909, "0548638": 1909, "113268": 1909, "8957": 1909, "51035": 1909, "8705": 1909, "00116392": 1909, "000174849": 1909, "000171033": 1909, "000573339": 1909, "00208315": 1909, "0488708": 1909, "048186": 1909, "0495586": 1909, "0490466": 1909, "0489142": 1909, "049178": 1909, "00282094": 1909, "00316907": 1909, "00295433": 1909, "00271815": 1909, "00243883": 1909, "00273748": 1909, "00262902": 1909, "00272997": 1909, "00314165": 1909, "00244518": 1909, "0249233": 1909, "0546016": 1909, "11385": 1909, "9022": 1909, "34419": 1909, "8791": 1909, "00113176": 1909, "000173538": 1909, "000174227": 1909, "000500731": 1909, "00198025": 1909, "0492124": 1909, "0484356": 1909, "049993": 1909, "0489308": 1909, "048871": 1909, "0489904": 1909, "00273515": 1909, "00326991": 1909, "00276099": 1909, "00255092": 1909, "00235247": 1909, "00280445": 1909, "00258294": 1909, "0028585": 1909, "00317801": 1909, "00259388": 1909, "0245304": 1909, "0553609": 1909, "112756": 1909, "8688": 1909, "98793": 1909, "89": 1909, "8983": 1909, "00112999": 1909, "000172763": 1909, "000171394": 1909, "000627904": 1909, "00210205": 1909, "0486702": 1909, "0479463": 1909, "0493956": 1909, "0488597": 1909, "0489007": 1909, "0488189": 1909, "00274177": 1909, "00356041": 1909, "00275273": 1909, "00252121": 1909, "00212272": 1909, "00257861": 1909, "00265775": 1909, "00242603": 1909, "00290282": 1909, "00232661": 1909, "0231697": 1909, "0553643": 1909, "110655": 1909, "8281": 1909, "23047": 1909, "u1": 1909, "u10": 1909, "u7": 1909, "j2": 1909, "u11": 1909, "u8": 1909, "u12": 1909, "u9": 1909, "90": [1909, 1916, 1921], "somewher": 1909, "run_two_band": 1909, "se": 1909, "investig": [1909, 1913, 1918], "redirect": 1910, "start_redirect": 1910, "323600": 1910, "k_linear": 1910, "endpoint": [1910, 1917, 1918, 1919], "epsk": 1910, "pcolormesh": [1910, 1912, 1917, 1918], "rdbu_r": 1910, "shade": 1910, "vmin": 1910, "vmax": 1910, "set_label": 1910, "weak": [1912, 1913, 1917, 1918], "ferromagnet": [1912, 1914, 1917, 1919], "conist": [1912, 1917], "pauli": [1912, 1915, 1917, 1920], "mermin": [1912, 1914, 1917, 1919], "wagner": [1912, 1914, 1917, 1919], "theorem": [1912, 1913, 1914, 1917, 1918, 1919], "09": [265, 1912, 1917, 1918, 1919, 1921], "inlinebackend": [1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "figure_format": [1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "earier": [1912, 1917], "insead": [1912, 1917], "hamitonian": [1912, 1917], "python_api": [1912, 1917], "highlight": [1912, 1917], "__": [1912, 1917], "neigbhour": [1912, 1916, 1917, 1921], "h_r": [1912, 1916, 1917, 1921], "510934": 1912, "kmesh": [1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "0490874": [1912, 1917], "28319": [1912, 1917], "e_k_interp": [1912, 1917], "raster": [1912, 1917, 1918, 1919], "rdbu": [1912, 1917, 1918], "contour": [1912, 1917], "linestyl": [1912, 1917], "k_tick": [1912, 1917, 1918, 1919], "k_label": [1912, 1917], "xtick": [1912, 1917, 1918, 1919], "ytick": [1912, 1917, 1918, 1919], "va": [1912, 1917], "clip_on": [1912, 1917], "thepath": [1912, 1917], "python_refer": [1912, 1917], "k_vec": [1912, 1917, 1918, 1919], "k_plot": [1912, 1917, 1918, 1919], "wmesh": [1912, 1915, 1916, 1917, 1920, 1921], "wkmesh": [1912, 1917], "g0_wk": [1912, 1913, 1916, 1917, 1918, 1921], "lattice_dyson_g0_wk": [1912, 1916, 1917, 1921], "perfectli": [1912, 1913, 1916, 1917, 1918, 1921], "rho_k": [1912, 1917], "chi": [1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "chi_": [1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "dagger_a": [1913, 1918], "c_b": [1913, 1918], "dagger_c": [1913, 1918], "c_d": [1913, 1918], "wick": [1913, 1918], "convolut": [1913, 1918], "2frac": [1913, 1918], "inu_m": [1913, 1918], "nu_m": [1913, 1918], "fastest": [1913, 1918], "nu_n": [1913, 1918], "susceptibiltii": [1913, 1918], "fft": [1913, 1918], "triqs_trpf": [1913, 1918], "imtime_bubble_chi0_wk": [1913, 1916, 1918, 1921], "chi0_wk": [1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "nw": [1913, 1916, 1918, 1921], "greatli": [1913, 1918], "domin": [1913, 1918], "betaepsilon": [1913, 1918], "dinension": [1913, 1918], "extrema": [1913, 1918], "exercic": [1913, 1918], "manifest": [1913, 1918], "susecpt": [1913, 1918], "depdend": [1913, 1918], "sucept": [1913, 1918], "chi0_at_k_w": [1913, 1918], "susceptibilti": [1913, 1918], "chi_q_ref": [1913, 1918], "nan_to_num": [1913, 1918], "agre": [1913, 1918], "pad\u00e9": [1913, 1918], "fequenc": [1913, 1918], "fmesh": [1913, 1918], "chi_f": [1913, 1918], "pade_analytical_continuation_wk": [1913, 1918], "chi0_fk": [1913, 1918], "strongest": [1913, 1918], "susceptibilitii": [1913, 1918], "irreduc": [1914, 1919], "vertex": [1914, 1915, 1919, 1920], "denomin": [1914, 1915, 1916, 1919, 1920, 1921], "wherebi": [1914, 1919], "instabl": [1914, 1919], "predict": [1914, 1916, 1919, 1921], "unphys": [1914, 1916, 1919, 1921], "remedi": [1914, 1919], "shortcom": [1914, 1919], "solve_rpa_ph": [1914, 1915, 1916, 1919, 1920, 1921], "dtype": [1914, 1915, 1916, 1919, 1920, 1921], "compli": [1914, 1919], "chi_wk": [1914, 1915, 1916, 1919, 1920, 1921], "magnitud": [1914, 1919], "incommensur": [1914, 1919], "af": [1914, 1916, 1919, 1921], "andr\u00e9": [1915, 1920], "mari": [1915, 1920], "tremblai": [1915, 1916, 1920, 1921], "law": [1915, 1920], "tpc": [1915, 1916, 1920, 1921], "vertici": [1915, 1920], "cascad": [1915, 1920], "ansatz": [1915, 1916, 1920, 1921], "vilk": [1915, 1916, 1920, 1921], "franc": [1915, 1916, 1920, 1921], "1997": [1915, 1916, 1920, 1921], "1309": [1915, 1916, 1920, 1921], "1368": [1915, 1916, 1920, 1921], "solve_rpa": [1915, 1916, 1920, 1921], "triq_trpf": [1915, 1920], "focus": [1915, 1916, 1920, 1921], "brentq": [1915, 1916, 1920, 1921], "usp_root": [1915, 1916, 1920, 1921], "trace_chi": [1915, 1916, 1920, 1921], "chi_w": [1915, 1916, 1920, 1921], "squeez": [1915, 1916, 1918, 1919, 1920, 1921], "usp": [1915, 1916, 1920, 1921], "uch_root": [1915, 1916, 1920, 1921], "uch": [1915, 1916, 1920, 1921], "docc": [1915, 1916, 1920, 1921], "solve_tpsc": [1915, 1916, 1920, 1921], "iq_n": [1915, 1920], "violat": [1915, 1920], "1133": [1916, 1921], "1966": [1916, 1921], "imposs": [1916, 1921], "heurist": [1916, 1921], "proof": [1916, 1921], "collinear": [1916, 1921], "nabla": [1916, 1921], "wavelength": [1916, 1921], "classic": [1916, 1921], "equipartit": [1916, 1921], "k_bt": [1916, 1921], "rise": [1916, 1921], "infrar": [1916, 1921], "2q": [1916, 1921], "absurd": [1916, 1921], "hypothesi": [1916, 1921], "wave": [1916, 1921], "bubbl": [1916, 1918, 1921], "get_chi0": [1916, 1921], "tr_chi_sp": [1916, 1920, 1921], "diff": [1916, 1920, 1921], "tr_chi": [1916, 1920, 1921], "uc": [1916, 1920, 1921], "examin": [1916, 1921], "sum_n": [1916, 1921], "t_c": [1916, 1921], "t_rpa_vec": [1916, 1921], "concaten": [1916, 1920, 1921], "s_rpa_vec": [1916, 1921], "zeros_lik": [1916, 1920, 1921], "s_rpa": [1916, 1921], "4e": [1916, 1920, 1921], "rigor": [1916, 1921], "excercis": [1916, 1921], "whenc": [1916, 1921], "lowest": [1916, 1921], "sudden": [1916, 1921], "suddent": [1916, 1921], "anitferromagnet": [1916, 1921], "remnant": [1916, 1921], "kyung": [1916, 1921], "landri": [1916, 1921], "poulin": [1916, 1921], "099702": [1916, 1921], "asymptot": [1916, 1921], "trick": [1916, 1921], "appendix": [1916, 1921], "dar\u00e9": [1916, 1921], "14236": [1916, 1921], "1996": [1916, 1921], "intermedi": [1916, 1921], "rightarrow0": [1916, 1921], "rapid": [1916, 1921], "crossov": [1916, 1921], "2u": [1916, 1921], "866052": 1917, "kgrid1d": 1917, "a_k": 1917, "a_inv_k": 1917, "rho_k_interp": 1917, "box": 1918, "16384": 1918, "fourier_wk_to_wr": 1918, "fourier_wr_to_tr": 1918, "chi0_tr_from_grt_ph": 1918, "amp": 1918, "009086": 1918, "chi_wr_from_chi_tr": 1918, "chi_wk_from_chi_wr": 1918, "chi_interp": 1918, "q_x": [1918, 1919], "q_y": [1918, 1919], "chi0_k_interp": 1918, "k_g": 1918, "k_m": 1918, "k_pt": 1918, "_m": 1918, "ro": 1918, "var": 1918, "_1fkps792lsc0txclg5ky4300000gq": 1918, "ipykernel_50793": 1918, "228374747": 1918, "runtimewarn": 1918, "chi0_fk_interp": 1918, "chi_k_interp": 1919, "qx": 1919, "qy": 1919, "pcolor": 1919, "701127": 1919, "k_af": 1919, "u_vec": [1919, 1920], "chi_inv_vec": 1919, "5092181189127931": 1920, "5918677213723913": 1920, "18865226486409914": 1920, "778901915273313": 1920, "usp_vec": 1920, "uch_vec": 1920, "docc_vec": [1920, 1921], "0000e": [1920, 1921], "8960e": 1920, "2410e": 1920, "4133e": 1920, "6960e": 1920, "0074e": 1920, "3480e": 1920, "4299e": 1920, "4181e": 1920, "2964e": 1920, "0435e": 1920, "1509e": 1920, "2343e": 1920, "8118e": 1920, "3194e": 1920, "2029e": 1920, "5092e": 1920, "5919e": 1920, "8865e": 1920, "9155e": 1920, "1248e": 1920, "5962e": 1920, "1660e": 1920, "2127e": 1920, "3538e": 1920, "3187e": 1920, "8718e": 1920, "1594e": 1920, "imread": 1920, "overlai": 1920, "img": 1920, "fig2": 1920, "imshow": 1920, "sum_chi_vec": 1920, "sum_chi": 1920, "9935e": 1920, "5000e": [1920, 1921], "9969e": 1920, "0007e": 1920, "0024e": 1920, "0048e": 1920, "2500e": [1920, 1921], "0079e": 1920, "0118e": 1920, "7500e": 1920, "0166e": 1920, "0222e": 1920, "0287e": 1920, "617709": 1921, "7196e": 1921, "3333e": 1921, "5925e": 1921, "8000e": 1921, "5714e": 1921, "8783e": 1921, "6000e": 1921, "8462e": 1921, "2302e": 1921, "4000e": 1921, "1667e": 1921, "6725e": 1921, "2000e": 1921, "5455e": 1921, "2425e": 1921, "0006e": 1921, "5556e": 1921, "0503e": 1921, "5858e": 1921, "1429e": 1921, "0020e": 1921, "4436e": 1921, "5028e": 1921, "9329e": 1921, "t_tpsc_vec": 1921, "s_tpsc_vec": 1921, "u_sp_vec": 1921, "u_ch_vec": 1921, "s_tpsc": 1921, "ucrpa": 1921, "chi_sp_wk": 1921, "1151e": 1921, "9735e": 1921, "9469e": 1921, "6108e": 1921, "9065e": 1921, "3054e": 1921, "8166e": 1921, "3189e": 1921, "7718e": 1921, "5801e": 1921, "7324e": 1921, "9464e": 1921, "6148e": 1921, "0225e": 1921, "6343e": 1921, "9851e": 1921, "6667e": 1921, "4421e": 1921, "8411e": 1921, "5263e": 1921, "9599e": 1921, "3406e": 1921, "7133e": 1921, "4629e": 1921, "2155e": 1921, "2802e": 1921, "5589e": 1921, "4251e": 1921, "0735e": 1921, "2301e": 1921, "6547e": 1921, "3938e": 1921, "5004e": 1921, "1949e": 1921, "0900e": 1921, "3718e": 1921, "3575e": 1921, "1657e": 1921, "2228e": 1921, "3535e": 1921, "8974e": 1921, "8571e": 1921, "1527e": 1921, "2658e": 1921, "3454e": 1921, "6014e": 1921, "1327e": 1921, "3218e": 1921, "3330e": 1921, "0230e": 1921, "0869e": 1921, "4279e": 1921, "3043e": 1921, "2999e": 1921, "221": 1921, "222": 1921, "blow": 1921, "223": 1921, "u_sp": 1921, "224": 1921, "twoparticlerespons": 1922, "deeper": 1923, "profound": 1923, "port": 1923, "summari": 1923, "path_to_install_directori": 1923, "diretori": 1923, "show_vers": 1923, "9e": [264, 265], "6e": [264, 265], "3e": [264, 265], "00068": 264, "8e": 265, "5e": 265, "00098": 265, "00042": 265, "645497": [493, 494]}, "objects": {"": [[508, 0, 1, "", "HDFArchiveGroup"], [508, 0, 1, "", "HDFArchiveInert"], [507, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [506, 2, 0, "-", "h5"], [508, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[508, 1, 1, "", "apply_on_leaves"], [508, 1, 1, "", "create_group"], [508, 1, 1, "", "get_raw"], [508, 1, 1, "", "is_data"], [508, 1, 1, "", "is_group"], [508, 1, 1, "", "items"], [508, 1, 1, "", "keys"], [508, 1, 1, "", "read_attr"], [508, 1, 1, "", "root_path"], [508, 1, 1, "", "update"], [508, 1, 1, "", "values"]], "h5": [[508, 0, 1, "", "HDFArchive"]], "triqs": [[598, 2, 0, "-", "atom_diag"], [653, 2, 0, "-", "dos"], [667, 2, 0, "-", "fit"], [671, 2, 0, "-", "gf"], [1605, 2, 0, "-", "lattice"], [1682, 2, 0, "-", "operators"], [1737, 2, 0, "-", "plot"], [1746, 2, 0, "-", "random_generator"], [1751, 2, 0, "-", "stat"], [1765, 2, 0, "-", "sumk"], [1779, 2, 0, "-", "utility"]], "triqs.atom_diag": [[599, 3, 1, "", "AtomDiag"], [600, 2, 0, "-", "atom_diag"]], "triqs.atom_diag.atom_diag": [[601, 0, 1, "", "AtomDiagComplex"], [622, 0, 1, "", "AtomDiagReal"], [643, 3, 1, "", "act"], [644, 3, 1, "", "atomic_density_matrix"], [645, 3, 1, "", "atomic_g_iw"], [646, 3, 1, "", "atomic_g_l"], [647, 3, 1, "", "atomic_g_tau"], [648, 3, 1, "", "atomic_g_w"], [649, 3, 1, "", "partition_function"], [650, 3, 1, "", "quantum_number_eigenvalues"], [651, 3, 1, "", "quantum_number_eigenvalues_checked"], [652, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[602, 1, 1, "", "__init__"], [603, 1, 1, "", "c_connection"], [604, 1, 1, "", "c_matrix"], [605, 1, 1, "", "cdag_connection"], [606, 1, 1, "", "cdag_matrix"], [607, 4, 1, "", "energies"], [608, 1, 1, "", "flatten_subspace_index"], [609, 4, 1, "", "fock_states"], [610, 4, 1, "", "fops"], [611, 4, 1, "", "full_hilbert_space_dim"], [612, 1, 1, "", "get_eigenvalue"], [613, 1, 1, "", "get_subspace_dim"], [614, 1, 1, "", "get_subspace_dims"], [615, 4, 1, "", "gs_energy"], [616, 4, 1, "", "h_atomic"], [617, 4, 1, "", "n_subspaces"], [618, 4, 1, "", "quantum_numbers"], [619, 4, 1, "", "unitary_matrices"], [620, 4, 1, "", "vacuum_state"], [621, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[623, 1, 1, "", "__init__"], [624, 1, 1, "", "c_connection"], [625, 1, 1, "", "c_matrix"], [626, 1, 1, "", "cdag_connection"], [627, 1, 1, "", "cdag_matrix"], [628, 4, 1, "", "energies"], [629, 1, 1, "", "flatten_subspace_index"], [630, 4, 1, "", "fock_states"], [631, 4, 1, "", "fops"], [632, 4, 1, "", "full_hilbert_space_dim"], [633, 1, 1, "", "get_eigenvalue"], [634, 1, 1, "", "get_subspace_dim"], [635, 1, 1, "", "get_subspace_dims"], [636, 4, 1, "", "gs_energy"], [637, 4, 1, "", "h_atomic"], [638, 4, 1, "", "n_subspaces"], [639, 4, 1, "", "quantum_numbers"], [640, 4, 1, "", "unitary_matrices"], [641, 4, 1, "", "vacuum_state"], [642, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[654, 2, 0, "-", "dos"], [569, 3, 1, "", "dos_from_file"], [664, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[655, 0, 1, "", "DOS"], [659, 0, 1, "", "DOSFromFunction"], [663, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[656, 1, 1, "", "__init__"], [657, 1, 1, "", "copy"], [658, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[660, 1, 1, "", "__init__"], [661, 1, 1, "", "copy"], [662, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[665, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[666, 1, 1, "", "__init__"]], "triqs.fit": [[668, 2, 0, "-", "fit"]], "triqs.fit.fit": [[669, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[670, 1, 1, "", "__init__"]], "triqs.gf": [[672, 2, 0, "-", "backwd_compat"], [868, 2, 0, "-", "block2_gf"], [883, 2, 0, "-", "block_gf"], [908, 2, 0, "-", "descriptor_base"], [925, 2, 0, "-", "descriptors"], [944, 2, 0, "-", "dlr_crm_dyson_solver"], [946, 2, 0, "-", "gf"], [995, 2, 0, "-", "gf_factories"], [1005, 2, 0, "-", "gf_fnt"], [1023, 2, 0, "-", "lazy_expressions"], [1038, 2, 0, "-", "map_block"], [1039, 2, 0, "-", "matsubara_freq"], [1046, 2, 0, "-", "mesh_point"], [1053, 2, 0, "-", "mesh_product"], [1063, 2, 0, "-", "meshes"], [1192, 2, 0, "-", "plot"], [1221, 2, 0, "-", "tools"], [1233, 2, 0, "-", "wrapped_aux"]], "triqs.gf.backwd_compat": [[673, 2, 0, "-", "gf_imfreq"], [712, 2, 0, "-", "gf_imtime"], [751, 2, 0, "-", "gf_legendre"], [790, 2, 0, "-", "gf_refreq"], [829, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[674, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[675, 1, 1, "", "__init__"], [676, 1, 1, "", "conjugate"], [677, 1, 1, "", "copy"], [678, 1, 1, "", "copy_from"], [679, 5, 1, "", "data"], [680, 1, 1, "", "density"], [681, 1, 1, "", "enforce_discontinuity"], [682, 1, 1, "", "fit_hermitian_tail"], [683, 1, 1, "", "fit_hermitian_tail_on_window"], [684, 1, 1, "", "fit_tail"], [685, 1, 1, "", "fit_tail_on_window"], [686, 1, 1, "", "from_L_G_R"], [687, 5, 1, "", "imag"], [688, 5, 1, "", "indices"], [689, 1, 1, "", "inverse"], [690, 1, 1, "", "invert"], [691, 1, 1, "", "is_gf_hermitian"], [692, 1, 1, "", "is_gf_real_in_tau"], [693, 5, 1, "", "mesh"], [694, 5, 1, "", "rank"], [695, 5, 1, "", "real"], [696, 1, 1, "", "rebinning_tau"], [697, 1, 1, "", "replace_by_tail"], [698, 1, 1, "", "replace_by_tail_in_fit_window"], [699, 1, 1, "", "set_from_fourier"], [700, 1, 1, "", "set_from_imfreq"], [701, 1, 1, "", "set_from_imtime"], [702, 1, 1, "", "set_from_legendre"], [703, 1, 1, "", "set_from_pade"], [704, 5, 1, "", "target_indices"], [705, 5, 1, "", "target_rank"], [706, 5, 1, "", "target_shape"], [707, 1, 1, "", "tau_L2_norm"], [708, 1, 1, "", "total_density"], [709, 1, 1, "", "transpose"], [710, 1, 1, "", "x_data_view"], [711, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[713, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[714, 1, 1, "", "__init__"], [715, 1, 1, "", "conjugate"], [716, 1, 1, "", "copy"], [717, 1, 1, "", "copy_from"], [718, 5, 1, "", "data"], [719, 1, 1, "", "density"], [720, 1, 1, "", "enforce_discontinuity"], [721, 1, 1, "", "fit_hermitian_tail"], [722, 1, 1, "", "fit_hermitian_tail_on_window"], [723, 1, 1, "", "fit_tail"], [724, 1, 1, "", "fit_tail_on_window"], [725, 1, 1, "", "from_L_G_R"], [726, 5, 1, "", "imag"], [727, 5, 1, "", "indices"], [728, 1, 1, "", "inverse"], [729, 1, 1, "", "invert"], [730, 1, 1, "", "is_gf_hermitian"], [731, 1, 1, "", "is_gf_real_in_tau"], [732, 5, 1, "", "mesh"], [733, 5, 1, "", "rank"], [734, 5, 1, "", "real"], [735, 1, 1, "", "rebinning_tau"], [736, 1, 1, "", "replace_by_tail"], [737, 1, 1, "", "replace_by_tail_in_fit_window"], [738, 1, 1, "", "set_from_fourier"], [739, 1, 1, "", "set_from_imfreq"], [740, 1, 1, "", "set_from_imtime"], [741, 1, 1, "", "set_from_legendre"], [742, 1, 1, "", "set_from_pade"], [743, 5, 1, "", "target_indices"], [744, 5, 1, "", "target_rank"], [745, 5, 1, "", "target_shape"], [746, 1, 1, "", "tau_L2_norm"], [747, 1, 1, "", "total_density"], [748, 1, 1, "", "transpose"], [749, 1, 1, "", "x_data_view"], [750, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[752, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[753, 1, 1, "", "__init__"], [754, 1, 1, "", "conjugate"], [755, 1, 1, "", "copy"], [756, 1, 1, "", "copy_from"], [757, 5, 1, "", "data"], [758, 1, 1, "", "density"], [759, 1, 1, "", "enforce_discontinuity"], [760, 1, 1, "", "fit_hermitian_tail"], [761, 1, 1, "", "fit_hermitian_tail_on_window"], [762, 1, 1, "", "fit_tail"], [763, 1, 1, "", "fit_tail_on_window"], [764, 1, 1, "", "from_L_G_R"], [765, 5, 1, "", "imag"], [766, 5, 1, "", "indices"], [767, 1, 1, "", "inverse"], [768, 1, 1, "", "invert"], [769, 1, 1, "", "is_gf_hermitian"], [770, 1, 1, "", "is_gf_real_in_tau"], [771, 5, 1, "", "mesh"], [772, 5, 1, "", "rank"], [773, 5, 1, "", "real"], [774, 1, 1, "", "rebinning_tau"], [775, 1, 1, "", "replace_by_tail"], [776, 1, 1, "", "replace_by_tail_in_fit_window"], [777, 1, 1, "", "set_from_fourier"], [778, 1, 1, "", "set_from_imfreq"], [779, 1, 1, "", "set_from_imtime"], [780, 1, 1, "", "set_from_legendre"], [781, 1, 1, "", "set_from_pade"], [782, 5, 1, "", "target_indices"], [783, 5, 1, "", "target_rank"], [784, 5, 1, "", "target_shape"], [785, 1, 1, "", "tau_L2_norm"], [786, 1, 1, "", "total_density"], [787, 1, 1, "", "transpose"], [788, 1, 1, "", "x_data_view"], [789, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[791, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[792, 1, 1, "", "__init__"], [793, 1, 1, "", "conjugate"], [794, 1, 1, "", "copy"], [795, 1, 1, "", "copy_from"], [796, 5, 1, "", "data"], [797, 1, 1, "", "density"], [798, 1, 1, "", "enforce_discontinuity"], [799, 1, 1, "", "fit_hermitian_tail"], [800, 1, 1, "", "fit_hermitian_tail_on_window"], [801, 1, 1, "", "fit_tail"], [802, 1, 1, "", "fit_tail_on_window"], [803, 1, 1, "", "from_L_G_R"], [804, 5, 1, "", "imag"], [805, 5, 1, "", "indices"], [806, 1, 1, "", "inverse"], [807, 1, 1, "", "invert"], [808, 1, 1, "", "is_gf_hermitian"], [809, 1, 1, "", "is_gf_real_in_tau"], [810, 5, 1, "", "mesh"], [811, 5, 1, "", "rank"], [812, 5, 1, "", "real"], [813, 1, 1, "", "rebinning_tau"], [814, 1, 1, "", "replace_by_tail"], [815, 1, 1, "", "replace_by_tail_in_fit_window"], [816, 1, 1, "", "set_from_fourier"], [817, 1, 1, "", "set_from_imfreq"], [818, 1, 1, "", "set_from_imtime"], [819, 1, 1, "", "set_from_legendre"], [820, 1, 1, "", "set_from_pade"], [821, 5, 1, "", "target_indices"], [822, 5, 1, "", "target_rank"], [823, 5, 1, "", "target_shape"], [824, 1, 1, "", "tau_L2_norm"], [825, 1, 1, "", "total_density"], [826, 1, 1, "", "transpose"], [827, 1, 1, "", "x_data_view"], [828, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[830, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[831, 1, 1, "", "__init__"], [832, 1, 1, "", "conjugate"], [833, 1, 1, "", "copy"], [834, 1, 1, "", "copy_from"], [835, 5, 1, "", "data"], [836, 1, 1, "", "density"], [837, 1, 1, "", "enforce_discontinuity"], [838, 1, 1, "", "fit_hermitian_tail"], [839, 1, 1, "", "fit_hermitian_tail_on_window"], [840, 1, 1, "", "fit_tail"], [841, 1, 1, "", "fit_tail_on_window"], [842, 1, 1, "", "from_L_G_R"], [843, 5, 1, "", "imag"], [844, 5, 1, "", "indices"], [845, 1, 1, "", "inverse"], [846, 1, 1, "", "invert"], [847, 1, 1, "", "is_gf_hermitian"], [848, 1, 1, "", "is_gf_real_in_tau"], [849, 5, 1, "", "mesh"], [850, 5, 1, "", "rank"], [851, 5, 1, "", "real"], [852, 1, 1, "", "rebinning_tau"], [853, 1, 1, "", "replace_by_tail"], [854, 1, 1, "", "replace_by_tail_in_fit_window"], [855, 1, 1, "", "set_from_fourier"], [856, 1, 1, "", "set_from_imfreq"], [857, 1, 1, "", "set_from_imtime"], [858, 1, 1, "", "set_from_legendre"], [859, 1, 1, "", "set_from_pade"], [860, 5, 1, "", "target_indices"], [861, 5, 1, "", "target_rank"], [862, 5, 1, "", "target_shape"], [863, 1, 1, "", "tau_L2_norm"], [864, 1, 1, "", "total_density"], [865, 1, 1, "", "transpose"], [866, 1, 1, "", "x_data_view"], [867, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[869, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[870, 1, 1, "", "__init__"], [871, 5, 1, "", "all_indices"], [872, 1, 1, "", "copy"], [873, 1, 1, "", "copy_from"], [874, 1, 1, "", "copy_selected_blocks"], [875, 5, 1, "", "imag"], [876, 5, 1, "", "indices"], [877, 5, 1, "", "indices1"], [878, 5, 1, "", "indices2"], [879, 5, 1, "", "n_blocks"], [880, 5, 1, "", "real"], [881, 1, 1, "", "view_selected_blocks"], [882, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[884, 0, 1, "", "BlockGf"], [906, 3, 1, "", "call_factory_from_dict"], [907, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[885, 1, 1, "", "__init__"], [886, 5, 1, "", "all_indices"], [887, 5, 1, "", "beta"], [888, 1, 1, "", "conjugate"], [889, 1, 1, "", "copy"], [890, 1, 1, "", "copy_from"], [891, 1, 1, "", "copy_selected_blocks"], [892, 1, 1, "", "density"], [893, 5, 1, "", "imag"], [894, 5, 1, "", "indices"], [895, 1, 1, "", "inverse"], [896, 1, 1, "", "invert"], [897, 1, 1, "", "load"], [898, 5, 1, "", "mesh"], [899, 5, 1, "", "n_blocks"], [900, 5, 1, "", "real"], [901, 1, 1, "", "save"], [902, 1, 1, "", "total_density"], [903, 1, 1, "", "transpose"], [904, 1, 1, "", "view_selected_blocks"], [905, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[909, 0, 1, "", "Base"], [911, 0, 1, "", "BaseBlock"], [914, 0, 1, "", "Const"], [916, 0, 1, "", "Function"], [918, 0, 1, "", "LazyCTX"], [920, 0, 1, "", "Omega_"], [922, 3, 1, "", "convert_scalar_to_const"], [923, 3, 1, "", "is_lazy"], [924, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[910, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[912, 1, 1, "", "__init__"], [913, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[915, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[917, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[919, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[921, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[926, 0, 1, "", "Flat"], [928, 0, 1, "", "Fourier"], [931, 0, 1, "", "LegendreToMatsubara"], [934, 0, 1, "", "MatsubaraToLegendre"], [560, 0, 1, "", "Omega"], [937, 0, 1, "", "OneFermionInTime"], [939, 0, 1, "", "SemiCircular"], [941, 4, 1, "", "Wilson"], [943, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[927, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[929, 1, 1, "", "__init__"], [930, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[932, 1, 1, "", "__init__"], [933, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[935, 1, 1, "", "__init__"], [936, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[938, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[940, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[942, 1, 1, "", "__init__"]], "triqs.gf.dlr_crm_dyson_solver": [[945, 3, 1, "", "minimize_dyson"]], "triqs.gf.gf": [[947, 0, 1, "", "AddMethod"], [950, 0, 1, "", "CallProxyNone"], [952, 0, 1, "", "Gf"], [990, 0, 1, "", "Idx"], [992, 3, 1, "", "add_method_helper"], [993, 3, 1, "", "bckwd"], [994, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[948, 1, 1, "", "__init__"], [949, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[951, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[953, 1, 1, "", "__init__"], [954, 1, 1, "", "conjugate"], [955, 1, 1, "", "copy"], [956, 1, 1, "", "copy_from"], [957, 5, 1, "", "data"], [958, 1, 1, "", "density"], [959, 1, 1, "", "enforce_discontinuity"], [960, 1, 1, "", "fit_hermitian_tail"], [961, 1, 1, "", "fit_hermitian_tail_on_window"], [962, 1, 1, "", "fit_tail"], [963, 1, 1, "", "fit_tail_on_window"], [964, 1, 1, "", "from_L_G_R"], [965, 5, 1, "", "imag"], [966, 5, 1, "", "indices"], [967, 1, 1, "", "inverse"], [968, 1, 1, "", "invert"], [969, 1, 1, "", "is_gf_hermitian"], [970, 1, 1, "", "is_gf_real_in_tau"], [971, 5, 1, "", "mesh"], [972, 5, 1, "", "rank"], [973, 5, 1, "", "real"], [974, 1, 1, "", "rebinning_tau"], [975, 1, 1, "", "replace_by_tail"], [976, 1, 1, "", "replace_by_tail_in_fit_window"], [977, 1, 1, "", "set_from_fourier"], [978, 1, 1, "", "set_from_imfreq"], [979, 1, 1, "", "set_from_imtime"], [980, 1, 1, "", "set_from_legendre"], [981, 1, 1, "", "set_from_pade"], [982, 5, 1, "", "target_indices"], [983, 5, 1, "", "target_rank"], [984, 5, 1, "", "target_shape"], [985, 1, 1, "", "tau_L2_norm"], [986, 1, 1, "", "total_density"], [987, 1, 1, "", "transpose"], [988, 1, 1, "", "x_data_view"], [989, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[991, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[996, 3, 1, "", "fit_gf_dlr"], [997, 3, 1, "", "make_gf_dlr"], [998, 3, 1, "", "make_gf_dlr_imfreq"], [999, 3, 1, "", "make_gf_dlr_imtime"], [1000, 3, 1, "", "make_gf_from_fourier"], [1001, 3, 1, "", "make_gf_imfreq"], [1002, 3, 1, "", "make_gf_imtime"], [1003, 3, 1, "", "make_hermitian"], [1004, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[1006, 3, 1, "", "density"], [1007, 3, 1, "", "enforce_discontinuity"], [1008, 3, 1, "", "fit_hermitian_tail"], [1009, 3, 1, "", "fit_hermitian_tail_on_window"], [1010, 3, 1, "", "fit_tail"], [1011, 3, 1, "", "fit_tail_on_window"], [1012, 3, 1, "", "is_gf_hermitian"], [1013, 3, 1, "", "is_gf_real_in_tau"], [1014, 3, 1, "", "rebinning_tau"], [1015, 3, 1, "", "replace_by_tail"], [1016, 3, 1, "", "replace_by_tail_in_fit_window"], [1017, 3, 1, "", "set_from_fourier"], [1018, 3, 1, "", "set_from_imfreq"], [1019, 3, 1, "", "set_from_imtime"], [1020, 3, 1, "", "set_from_legendre"], [1021, 3, 1, "", "set_from_pade"], [1022, 3, 1, "", "tau_L2_norm"]], "triqs.gf.lazy_expressions": [[1024, 0, 1, "", "LazyExpr"], [1030, 0, 1, "", "LazyExprTerminal"], [1032, 3, 1, "", "all_terminals"], [1033, 3, 1, "", "eval_expr"], [1034, 3, 1, "", "eval_expr_with_context"], [1035, 3, 1, "", "lazy_function"], [1036, 3, 1, "", "make_lazy"], [1037, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[1025, 1, 1, "", "__init__"], [1026, 1, 1, "", "copy"], [1027, 1, 1, "", "get_terminal"], [1028, 1, 1, "", "is_terminal"], [1029, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1031, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[1040, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1041, 1, 1, "", "__init__"], [1040, 4, 1, "", "beta"], [1042, 5, 1, "", "imag"], [1043, 5, 1, "", "index"], [1040, 4, 1, "", "n"], [1044, 5, 1, "", "real"], [1040, 4, 1, "", "statistic"], [1045, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[1047, 0, 1, "", "MeshPoint"], [1051, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[1048, 1, 1, "", "__init__"], [1049, 5, 1, "", "imag"], [1050, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1052, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[1054, 0, 1, "", "MeshProduct"], [1062, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[1055, 1, 1, "", "__init__"], [1056, 5, 1, "", "components"], [1057, 1, 1, "", "copy"], [1058, 1, 1, "", "copy_from"], [1059, 5, 1, "", "rank"], [1060, 1, 1, "", "size_of_components"], [1061, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[1064, 0, 1, "", "MeshBrZone"], [1077, 0, 1, "", "MeshCycLat"], [1089, 0, 1, "", "MeshDLR"], [1103, 0, 1, "", "MeshDLRImFreq"], [1117, 0, 1, "", "MeshDLRImTime"], [1131, 0, 1, "", "MeshImFreq"], [1147, 0, 1, "", "MeshImTime"], [1158, 0, 1, "", "MeshLegendre"], [1167, 0, 1, "", "MeshReFreq"], [1179, 0, 1, "", "MeshReTime"], [1191, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[1065, 1, 1, "", "__init__"], [1066, 4, 1, "", "bz"], [1067, 1, 1, "", "closest_index"], [1068, 1, 1, "", "copy"], [1069, 1, 1, "", "copy_from"], [1070, 4, 1, "", "dims"], [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.MeshCycLat": [[1078, 1, 1, "", "__init__"], [1079, 1, 1, "", "copy"], [1080, 1, 1, "", "copy_from"], [1081, 4, 1, "", "dims"], [1082, 4, 1, "", "lattice"], [1083, 4, 1, "", "mesh_hash"], [1084, 1, 1, "", "to_data_index"], [1085, 1, 1, "", "to_index"], [1086, 1, 1, "", "to_value"], [1087, 4, 1, "", "units"], [1088, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[1090, 1, 1, "", "__init__"], [1091, 4, 1, "", "beta"], [1092, 1, 1, "", "copy"], [1093, 1, 1, "", "copy_from"], [1094, 4, 1, "", "eps"], [1095, 4, 1, "", "mesh_hash"], [1096, 4, 1, "", "statistic"], [1097, 4, 1, "", "symmetrize"], [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.MeshDLRImFreq": [[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, 4, 1, "", "symmetrize"], [1112, 1, 1, "", "to_data_index"], [1113, 1, 1, "", "to_index"], [1114, 1, 1, "", "to_value"], [1115, 1, 1, "", "values"], [1116, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[1118, 1, 1, "", "__init__"], [1119, 4, 1, "", "beta"], [1120, 1, 1, "", "copy"], [1121, 1, 1, "", "copy_from"], [1122, 4, 1, "", "eps"], [1123, 4, 1, "", "mesh_hash"], [1124, 4, 1, "", "statistic"], [1125, 4, 1, "", "symmetrize"], [1126, 1, 1, "", "to_data_index"], [1127, 1, 1, "", "to_index"], [1128, 1, 1, "", "to_value"], [1129, 1, 1, "", "values"], [1130, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1132, 1, 1, "", "__init__"], [1133, 4, 1, "", "beta"], [1134, 1, 1, "", "copy"], [1135, 1, 1, "", "copy_from"], [1136, 1, 1, "", "first_index"], [1137, 1, 1, "", "last_index"], [1138, 4, 1, "", "mesh_hash"], [1139, 4, 1, "", "n_iw"], [1140, 1, 1, "", "positive_only"], [1141, 1, 1, "", "set_tail_fit_parameters"], [1142, 4, 1, "", "statistic"], [1143, 1, 1, "", "to_data_index"], [1144, 1, 1, "", "to_index"], [1145, 1, 1, "", "to_value"], [1146, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1148, 1, 1, "", "__init__"], [1149, 4, 1, "", "beta"], [1150, 1, 1, "", "copy"], [1151, 1, 1, "", "copy_from"], [1152, 4, 1, "", "mesh_hash"], [1153, 4, 1, "", "statistic"], [1154, 1, 1, "", "to_data_index"], [1155, 1, 1, "", "to_index"], [1156, 1, 1, "", "to_value"], [1157, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1159, 1, 1, "", "__init__"], [1160, 4, 1, "", "beta"], [1161, 1, 1, "", "copy"], [1162, 1, 1, "", "copy_from"], [1163, 4, 1, "", "mesh_hash"], [1164, 4, 1, "", "statistic"], [1165, 1, 1, "", "to_data_index"], [1166, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1168, 1, 1, "", "__init__"], [1169, 1, 1, "", "copy"], [1170, 1, 1, "", "copy_from"], [1171, 4, 1, "", "delta"], [1172, 4, 1, "", "mesh_hash"], [1173, 1, 1, "", "to_data_index"], [1174, 1, 1, "", "to_index"], [1175, 1, 1, "", "to_value"], [1176, 1, 1, "", "values"], [1177, 4, 1, "", "w_max"], [1178, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1180, 1, 1, "", "__init__"], [1181, 1, 1, "", "copy"], [1182, 1, 1, "", "copy_from"], [1183, 4, 1, "", "delta"], [1184, 4, 1, "", "mesh_hash"], [1185, 4, 1, "", "t_max"], [1186, 4, 1, "", "t_min"], [1187, 1, 1, "", "to_data_index"], [1188, 1, 1, "", "to_index"], [1189, 1, 1, "", "to_value"], [1190, 1, 1, "", "values"]], "triqs.gf.plot": [[1193, 2, 0, "-", "bz"], [1201, 2, 0, "-", "bz_x_x"], [1204, 3, 1, "", "dispatcher"], [1205, 2, 0, "-", "one_var"], [1213, 2, 0, "-", "plot_base"], [1215, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1194, 3, 1, "", "dist"], [1195, 3, 1, "", "generate_points"], [1196, 3, 1, "", "generate_points_on_path"], [1197, 3, 1, "", "length"], [1198, 3, 1, "", "make_plottable"], [1199, 3, 1, "", "plot"], [1200, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1202, 3, 1, "", "plot"], [1203, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1206, 3, 1, "", "dlr_imfreq"], [1207, 3, 1, "", "dlr_imtime"], [1208, 3, 1, "", "imfreq"], [1209, 3, 1, "", "imtime"], [1210, 3, 1, "", "legendre"], [1211, 3, 1, "", "refreq"], [1212, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1214, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1216, 3, 1, "", "closest_point_in_line"], [1217, 3, 1, "", "closest_to"], [1218, 3, 1, "", "dist"], [1219, 3, 1, "", "pick_selection_vec"], [1220, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1222, 3, 1, "", "conjugate"], [1223, 3, 1, "", "delta"], [1224, 3, 1, "", "discretize_bath"], [1225, 3, 1, "", "dyson"], [1226, 3, 1, "", "fit_legendre"], [1227, 3, 1, "", "inverse"], [1228, 3, 1, "", "make_delta"], [1229, 3, 1, "", "make_zero_tail"], [1230, 3, 1, "", "read_gf_from_txt"], [1231, 3, 1, "", "transpose"], [1232, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1234, 0, 1, "", "CallProxyBrZone_0"], [1236, 0, 1, "", "CallProxyBrZone_1"], [1238, 0, 1, "", "CallProxyBrZone_2"], [1240, 0, 1, "", "CallProxyBrZone_3"], [1242, 0, 1, "", "CallProxyBrZone_4"], [1244, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1246, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1248, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1250, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1252, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1254, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1256, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1258, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1260, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1262, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1264, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1266, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1268, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1270, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1272, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1274, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1276, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1278, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1280, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1282, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1284, 0, 1, "", "CallProxyBrZone_x_Legendre_0"], [1286, 0, 1, "", "CallProxyBrZone_x_Legendre_1"], [1288, 0, 1, "", "CallProxyBrZone_x_Legendre_2"], [1290, 0, 1, "", "CallProxyBrZone_x_Legendre_3"], [1292, 0, 1, "", "CallProxyBrZone_x_Legendre_4"], [1294, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1296, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1298, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1300, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1302, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1304, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1306, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1308, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1310, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1312, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1314, 0, 1, "", "CallProxyCycLat_0"], [1316, 0, 1, "", "CallProxyCycLat_1"], [1318, 0, 1, "", "CallProxyCycLat_2"], [1320, 0, 1, "", "CallProxyCycLat_3"], [1322, 0, 1, "", "CallProxyCycLat_4"], [1324, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1326, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1328, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1330, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1332, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1334, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1336, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1338, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1340, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1342, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1344, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1346, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1348, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1350, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1352, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1354, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1356, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1358, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1360, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1362, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1364, 0, 1, "", "CallProxyCycLat_x_Legendre_0"], [1366, 0, 1, "", "CallProxyCycLat_x_Legendre_1"], [1368, 0, 1, "", "CallProxyCycLat_x_Legendre_2"], [1370, 0, 1, "", "CallProxyCycLat_x_Legendre_3"], [1372, 0, 1, "", "CallProxyCycLat_x_Legendre_4"], [1374, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1376, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1378, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1380, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1382, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1384, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1386, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1388, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1390, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1392, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1394, 0, 1, "", "CallProxyDLR_0"], [1396, 0, 1, "", "CallProxyDLR_1"], [1398, 0, 1, "", "CallProxyDLR_2"], [1400, 0, 1, "", "CallProxyDLR_3"], [1402, 0, 1, "", "CallProxyDLR_4"], [1404, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1406, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1408, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1410, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1412, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1414, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1416, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1418, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1420, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1422, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1424, 0, 1, "", "CallProxyImFreq_0"], [1426, 0, 1, "", "CallProxyImFreq_1"], [1428, 0, 1, "", "CallProxyImFreq_2"], [1430, 0, 1, "", "CallProxyImFreq_3"], [1432, 0, 1, "", "CallProxyImFreq_4"], [1434, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1436, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1438, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1440, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1442, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1444, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1446, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1448, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1450, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1452, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1454, 0, 1, "", "CallProxyImTime_0"], [1456, 0, 1, "", "CallProxyImTime_0_R"], [1458, 0, 1, "", "CallProxyImTime_1"], [1460, 0, 1, "", "CallProxyImTime_1_R"], [1462, 0, 1, "", "CallProxyImTime_2"], [1464, 0, 1, "", "CallProxyImTime_2_R"], [1466, 0, 1, "", "CallProxyImTime_3"], [1468, 0, 1, "", "CallProxyImTime_3_R"], [1470, 0, 1, "", "CallProxyImTime_4"], [1472, 0, 1, "", "CallProxyImTime_4_R"], [1474, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1476, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1478, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1480, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1482, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1484, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1486, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1488, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1490, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1492, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1494, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1496, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1498, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1500, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1502, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1504, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1506, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1508, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1510, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1512, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1514, 0, 1, "", "CallProxyLegendre_0"], [1516, 0, 1, "", "CallProxyLegendre_1"], [1518, 0, 1, "", "CallProxyLegendre_2"], [1520, 0, 1, "", "CallProxyLegendre_3"], [1522, 0, 1, "", "CallProxyLegendre_4"], [1524, 0, 1, "", "CallProxyLegendre_x_BrZone_0"], [1526, 0, 1, "", "CallProxyLegendre_x_BrZone_1"], [1528, 0, 1, "", "CallProxyLegendre_x_BrZone_2"], [1530, 0, 1, "", "CallProxyLegendre_x_BrZone_3"], [1532, 0, 1, "", "CallProxyLegendre_x_BrZone_4"], [1534, 0, 1, "", "CallProxyLegendre_x_CycLat_0"], [1536, 0, 1, "", "CallProxyLegendre_x_CycLat_1"], [1538, 0, 1, "", "CallProxyLegendre_x_CycLat_2"], [1540, 0, 1, "", "CallProxyLegendre_x_CycLat_3"], [1542, 0, 1, "", "CallProxyLegendre_x_CycLat_4"], [1544, 0, 1, "", "CallProxyReFreq_0"], [1546, 0, 1, "", "CallProxyReFreq_1"], [1548, 0, 1, "", "CallProxyReFreq_2"], [1550, 0, 1, "", "CallProxyReFreq_3"], [1552, 0, 1, "", "CallProxyReFreq_4"], [1554, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1556, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1558, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1560, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1562, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1564, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1566, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1568, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1570, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1572, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1574, 0, 1, "", "CallProxyReTime_0"], [1576, 0, 1, "", "CallProxyReTime_1"], [1578, 0, 1, "", "CallProxyReTime_2"], [1580, 0, 1, "", "CallProxyReTime_3"], [1582, 0, 1, "", "CallProxyReTime_4"], [1584, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1586, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1588, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1590, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1592, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1594, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1596, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1598, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1600, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1602, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1604, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1235, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1237, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1239, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1241, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1243, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1245, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1247, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1249, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1251, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1253, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1255, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1257, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1259, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1261, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1263, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1265, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1267, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1269, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1271, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1273, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1275, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1277, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1279, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1281, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1283, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1285, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1287, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1289, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1291, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1293, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1295, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1297, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1299, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1301, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1303, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1305, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1307, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1309, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1311, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1313, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1315, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1317, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1319, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1321, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1323, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1325, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1327, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1329, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1331, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1333, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1335, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1337, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1339, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1341, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1343, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1345, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1347, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1349, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1351, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1353, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1355, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1357, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1359, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1361, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1363, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1365, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1367, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1369, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1371, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1373, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1375, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1377, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1379, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1381, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1383, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1385, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1387, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1389, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1391, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1393, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1395, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1397, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1399, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1401, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1403, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1405, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1407, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1409, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1411, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1413, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1415, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1417, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1419, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1421, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1423, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1425, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1427, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1429, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1431, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1433, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1435, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1437, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1439, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1441, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1443, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1445, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1447, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1449, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1451, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1453, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1455, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1457, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1459, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1461, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1463, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1465, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1467, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1469, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1471, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1473, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1475, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1477, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1479, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1481, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1483, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1485, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1487, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1489, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1491, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1493, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1495, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1497, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1499, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1501, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1503, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1505, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1507, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1509, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1511, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1513, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1515, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1517, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1519, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1521, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1523, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1525, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1527, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1529, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1531, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1533, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1535, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1537, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1539, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1541, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1543, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1545, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1547, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1549, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1551, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1553, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1555, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1557, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1559, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1561, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1563, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1565, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1567, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1569, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1571, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1573, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1575, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1577, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1579, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1581, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1583, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1585, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1587, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1589, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1591, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1593, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1595, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1597, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1599, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1601, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1603, 1, 1, "", "__init__"]], "triqs.lattice": [[1606, 2, 0, "-", "bz_patch"], [1610, 2, 0, "-", "lattice_tools"], [1634, 2, 0, "-", "point"], [1638, 2, 0, "-", "super_lattice"], [1658, 2, 0, "-", "tight_binding"], [1674, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1607, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1608, 1, 1, "", "__init__"], [1609, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1611, 0, 1, "", "BravaisLattice"], [1619, 0, 1, "", "BrillouinZone"], [1624, 0, 1, "", "TightBinding"], [1632, 3, 1, "", "dos"], [1633, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1612, 1, 1, "", "__init__"], [1613, 1, 1, "", "lattice_to_real_coordinates"], [1614, 4, 1, "", "n_orbitals"], [1615, 4, 1, "", "ndim"], [1616, 4, 1, "", "orbital_names"], [1617, 4, 1, "", "orbital_positions"], [1618, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1620, 1, 1, "", "__init__"], [1621, 4, 1, "", "lattice"], [1622, 4, 1, "", "ndim"], [1623, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1625, 1, 1, "", "__init__"], [1626, 1, 1, "", "dispersion"], [1627, 4, 1, "", "displ_vec"], [1628, 1, 1, "", "fourier"], [1629, 4, 1, "", "lattice"], [1630, 1, 1, "", "lattice_to_real_coordinates"], [1631, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1635, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1636, 1, 1, "", "__init__"], [1635, 4, 1, "", "index"], [1635, 4, 1, "", "lattice"], [1637, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1639, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1640, 1, 1, "", "__init__"], [1641, 1, 1, "", "change_coordinates_L_to_SL"], [1642, 1, 1, "", "change_coordinates_SL_to_L"], [1643, 1, 1, "", "cluster_sites"], [1644, 1, 1, "", "dispersion"], [1645, 1, 1, "", "fold"], [1646, 1, 1, "", "fourier"], [1647, 1, 1, "", "get_kmesh"], [1648, 1, 1, "", "get_rmesh"], [1649, 5, 1, "", "hoppings"], [1650, 1, 1, "", "lattice_to_real_coordinates"], [1651, 5, 1, "", "n_orbitals"], [1652, 5, 1, "", "ndim"], [1653, 5, 1, "", "orbital_names"], [1654, 5, 1, "", "orbital_positions"], [1655, 1, 1, "", "pack_index_site_orbital"], [1656, 5, 1, "", "units"], [1657, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1659, 0, 1, "", "TBLattice"], [1672, 3, 1, "", "dos"], [1673, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1660, 1, 1, "", "__init__"], [1659, 4, 1, "", "bl"], [1659, 4, 1, "", "bz"], [1661, 1, 1, "", "dispersion"], [1662, 1, 1, "", "fourier"], [1663, 1, 1, "", "get_kmesh"], [1664, 1, 1, "", "get_rmesh"], [1665, 5, 1, "", "hoppings"], [1666, 1, 1, "", "lattice_to_real_coordinates"], [1667, 5, 1, "", "n_orbitals"], [1668, 5, 1, "", "ndim"], [1669, 5, 1, "", "orbital_names"], [1670, 5, 1, "", "orbital_positions"], [1659, 4, 1, "", "tb"], [1671, 5, 1, "", "units"]], "triqs.lattice.utils": [[1675, 3, 1, "", "TB_from_pythTB"], [1676, 3, 1, "", "TB_from_wannier90"], [1677, 3, 1, "", "TB_to_sympy"], [1678, 3, 1, "", "extend_wannier90_to_spin"], [1679, 3, 1, "", "k_space_path"], [1680, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1681, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1683, 2, 0, "-", "operators"], [1694, 2, 0, "-", "util"]], "triqs.operators.operators": [[1684, 0, 1, "", "Operator"], [1689, 3, 1, "", "c"], [1690, 3, 1, "", "c_dag"], [1691, 3, 1, "", "dagger"], [1692, 3, 1, "", "is_op_hermitian"], [1693, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1685, 1, 1, "", "__init__"], [1686, 4, 1, "", "imag"], [1687, 1, 1, "", "is_zero"], [1688, 4, 1, "", "real"]], "triqs.operators.util": [[1695, 2, 0, "-", "U_matrix"], [1710, 2, 0, "-", "extractors"], [1719, 2, 0, "-", "hamiltonians"], [1726, 2, 0, "-", "observables"], [1734, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1696, 3, 1, "", "U_J_to_radial_integrals"], [1697, 3, 1, "", "U_matrix_kanamori"], [1698, 3, 1, "", "U_matrix_slater"], [1699, 3, 1, "", "angular_matrix_element"], [1700, 3, 1, "", "clebsch_gordan"], [1701, 3, 1, "", "cubic_names"], [1702, 3, 1, "", "eg_submatrix"], [1703, 3, 1, "", "radial_integrals_to_U_J"], [1704, 3, 1, "", "reduce_4index_to_2index"], [1705, 3, 1, "", "spherical_to_cubic"], [1706, 3, 1, "", "subarray"], [1707, 3, 1, "", "t2g_submatrix"], [1708, 3, 1, "", "three_j_symbol"], [1709, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1711, 3, 1, "", "block_matrix_from_op"], [1712, 3, 1, "", "dict_to_matrix"], [1713, 3, 1, "", "extract_U_dict2"], [1714, 3, 1, "", "extract_U_dict4"], [1715, 3, 1, "", "extract_h_dict"], [1716, 3, 1, "", "op_from_block_matrix"], [1717, 3, 1, "", "quadratic_terms"], [1718, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1720, 3, 1, "", "backward_compat"], [1721, 3, 1, "", "diagonal_part"], [1722, 3, 1, "", "h_int_density"], [1723, 3, 1, "", "h_int_kanamori"], [1724, 3, 1, "", "h_int_slater"], [1725, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1727, 3, 1, "", "L2_op"], [1728, 3, 1, "", "LS_op"], [1729, 3, 1, "", "L_op"], [1730, 3, 1, "", "N_op"], [1731, 3, 1, "", "S2_op"], [1732, 3, 1, "", "S_op"], [1733, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1735, 3, 1, "", "get_mkind"], [1736, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[590, 3, 1, "", "_plot_"], [1738, 2, 0, "-", "mpl_interface"], [1743, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1739, 3, 1, "", "oplot"], [1740, 3, 1, "", "oploti"], [1741, 3, 1, "", "oplotr"], [1742, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1744, 3, 1, "", "clip_array"], [1745, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1747, 0, 1, "", "RandomGenerator"], [1749, 2, 0, "-", "random_generator"], [592, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1748, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1750, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1752, 2, 0, "-", "histogram"], [1754, 2, 0, "-", "histograms"]], "triqs.stat.histogram": [[1753, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1755, 0, 1, "", "Histogram"], [1763, 3, 1, "", "cdf"], [1764, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1756, 1, 1, "", "__init__"], [1757, 1, 1, "", "clear"], [1758, 4, 1, "", "data"], [1759, 4, 1, "", "limits"], [1760, 1, 1, "", "mesh_point"], [1761, 4, 1, "", "n_data_pts"], [1762, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1766, 2, 0, "-", "sumk_discrete"], [1772, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1767, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1768, 5, 1, "", "GFBlocIndices"], [1769, 1, 1, "", "__init__"], [1770, 1, 1, "", "n_kpts"], [1771, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1773, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1774, 5, 1, "", "GFBlocIndices"], [1775, 1, 1, "", "Recompute_Grid"], [1776, 1, 1, "", "__init__"], [1777, 1, 1, "", "n_kpts"], [1778, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1780, 2, 0, "-", "bound_and_bisect"], [1783, 2, 0, "-", "capture_stdout"], [1784, 2, 0, "-", "comparison_tests"], [1790, 2, 0, "-", "dichotomy"], [1792, 2, 0, "-", "dist_on_nodes"], [1812, 2, 0, "-", "h5diff"], [1815, 2, 0, "-", "mpi"], [1817, 2, 0, "-", "mpi_mpi4py"], [1831, 2, 0, "-", "mpi_nompi"], [1843, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1781, 3, 1, "", "bound_and_bisect"], [1782, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1785, 3, 1, "", "assert_array_close_to_scalar"], [1786, 3, 1, "", "assert_arrays_are_close"], [1787, 3, 1, "", "assert_block2_gfs_are_close"], [1788, 3, 1, "", "assert_block_gfs_are_close"], [1789, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1791, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1793, 0, 1, "", "DistributionOnNodes"], [1797, 0, 1, "", "DistributionOnNodesOneStack"], [1804, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1794, 4, 1, "", "SleepTime"], [1795, 1, 1, "", "__init__"], [1796, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1798, 4, 1, "", "SleepTime"], [1799, 1, 1, "", "__init__"], [1800, 1, 1, "", "finished"], [1801, 1, 1, "", "result"], [1802, 1, 1, "", "run"], [1803, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1805, 4, 1, "", "SleepTime"], [1806, 1, 1, "", "__init__"], [1807, 1, 1, "", "finished"], [1808, 1, 1, "", "result"], [1809, 1, 1, "", "run"], [1810, 1, 1, "", "the_function"], [1811, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1813, 3, 1, "", "compare"], [1814, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1816, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1818, 3, 1, "", "all_reduce"], [1819, 3, 1, "", "barrier"], [1820, 3, 1, "", "bcast"], [1821, 3, 1, "", "is_master_node"], [1822, 3, 1, "", "master_gets_host_names"], [1823, 3, 1, "", "myprint_err"], [1824, 3, 1, "", "myprint_out"], [1825, 3, 1, "", "recv"], [1826, 3, 1, "", "report"], [1827, 3, 1, "", "send"], [1828, 3, 1, "", "slice_array"], [1829, 3, 1, "", "slice_inf"], [1830, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1832, 3, 1, "", "all_reduce"], [1833, 3, 1, "", "barrier"], [1834, 3, 1, "", "bcast"], [1835, 3, 1, "", "is_master_node"], [1836, 3, 1, "", "master_gets_host_names"], [1837, 3, 1, "", "myprint_err"], [1838, 3, 1, "", "myprint_out"], [1839, 3, 1, "", "recv"], [1840, 3, 1, "", "report"], [1841, 3, 1, "", "send"], [1842, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1844, 0, 1, "", "T"], [1859, 3, 1, "", "start_redirect"], [1860, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1845, 1, 1, "", "__init__"], [1846, 5, 1, "", "daemon"], [1847, 1, 1, "", "getName"], [1848, 5, 1, "", "ident"], [1849, 1, 1, "", "isDaemon"], [1850, 1, 1, "", "is_alive"], [1851, 1, 1, "", "join"], [1852, 5, 1, "", "name"], [1853, 5, 1, "", "native_id"], [1854, 1, 1, "", "run"], [1855, 1, 1, "", "setDaemon"], [1856, 1, 1, "", "setName"], [1857, 1, 1, "", "start"], [1858, 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, 591, 1863, 1923], "3": [0, 534, 547, 1862, 1871, 1886, 1890, 1908, 1909], "1": [0, 507, 534, 547, 1064, 1077, 1167, 1179, 1886, 1890, 1908, 1909], "gener": [0, 504, 579, 592, 1902], "doc": 0, "0": [0, 1871, 1886, 1890, 1909, 1913, 1918], "gf": [0, 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, 531, 535, 537, 538, 539, 542, 543, 545, 563, 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, 1861, 1875], "atom_diag": [0, 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, 510, 511, 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], "cmake": [0, 1866], "jenkin": 0, "2": [0, 534, 547, 1064, 1077, 1167, 1179, 1886, 1890, 1908, 1909], "port": [0, 1871], "script": [0, 591, 1861, 1894], "api": [0, 9, 505, 551, 562], "chang": [0, 524], "mesh": [0, 276, 288, 300, 527, 533, 536, 537, 538, 539, 542, 543, 545, 547, 549, 550, 693, 732, 771, 810, 849, 898, 971, 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, 1896, 1900], "dlr": [0, 1896, 1900], "lattic": [0, 567, 568, 1082, 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, 1882, 1885, 1899, 1901, 1907, 1912, 1917], "det_manip": [0, 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, 523, 1874], "mc_gener": [0, 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], "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, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 509, 580, 1815, 1816], "fix": 0, "deprec": 0, "us": [0, 4, 510, 530, 547, 565, 579, 1861, 1863, 1864, 1872, 1878, 1886, 1890, 1913, 1918], "string": 0, "indic": [0, 688, 727, 766, 805, 844, 876, 894, 966], "green": [0, 525, 533, 537, 551, 552, 553, 554, 555, 556, 557, 558, 561, 562, 1875, 1876, 1886, 1890, 1896, 1899, 1900, 1912, 1917], "function": [0, 4, 11, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 90, 96, 101, 108, 118, 128, 134, 139, 162, 164, 202, 250, 252, 269, 281, 293, 334, 335, 350, 361, 367, 376, 388, 400, 415, 416, 442, 452, 458, 459, 473, 509, 511, 513, 518, 520, 523, 525, 530, 531, 533, 537, 542, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 561, 562, 569, 582, 587, 916, 917, 1875, 1876, 1886, 1890, 1894, 1896, 1899, 1900, 1912, 1916, 1917, 1921], "gf_struct": 0, "object": [0, 507, 508, 590, 1886, 1890], "c": [0, 9, 501, 502, 510, 521, 528, 578, 580, 584, 1689, 1869, 1872, 1878, 1879, 1880], "move": [0, 532, 574, 577, 578, 580], "multi": 0, "arrai": [0, 1873], "triq": [0, 3, 4, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 506, 509, 510, 513, 523, 565, 568, 576, 581, 590, 591, 592, 593, 594, 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, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1867, 1869, 1871, 1872, 1877, 1878, 1880, 1886, 1890, 1896, 1900, 1902, 1923], "nda": 0, "librari": [0, 530, 1862, 1869, 1870, 1894, 1923], "stat": [0, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 593, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764], "rework": 0, "bath": 0, "discret": 0, "sanit": 0, "check": [0, 1886, 1890], "new": [0, 1894], "websit": 0, "theme": 0, "tightbind": [0, 573, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631], "tblattic": [0, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671], "improv": 0, "requir": [0, 1869, 1870], "20": 0, "capabl": 0, "compil": [0, 513, 1863, 1864, 1867, 1868, 1869], "cpp2py": [0, 4, 501], "python": [0, 4, 9, 501, 502, 505, 510, 559, 562, 582, 584, 596, 1868, 1871, 1872, 1879, 1880, 1883, 1894, 1895], "10": 0, "issu": [0, 6, 1870], "819": 0, "atom": 0, "diag": 0, "renam": 0, "depend": [0, 1867], "manag": 0, "h5py": 0, "remov": [0, 229, 524, 1874], "detmanip": 0, "oper": [0, 18, 25, 29, 30, 31, 41, 46, 57, 58, 59, 69, 76, 82, 88, 89, 100, 107, 144, 202, 260, 261, 277, 278, 289, 301, 302, 347, 348, 358, 359, 364, 382, 383, 384, 385, 394, 395, 396, 397, 411, 412, 455, 471, 486, 487, 488, 518, 520, 532, 534, 542, 547, 553, 561, 581, 582, 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, 1873, 1896, 1898, 1900], "packag": [0, 1863, 1868], "make": [0, 8, 1895], "rang": [0, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 1873], "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, 202, 252, 269, 281, 293, 335, 350, 367, 376, 388, 400, 416, 473, 531, 549, 1874, 1912, 1913, 1917, 1918], "own": [0, 580, 1878, 1880], "view": [0, 531, 533, 534, 561, 1873], "dynam": [0, 1882, 1901, 1907], "analyz": [0, 1905, 1910], "asan": 0, "ubsan": 0, "No": 0, "longer": 0, "instal": [0, 1863, 1864, 1866, 1867, 1870, 1877, 1923], "googletest": 0, "app4triq": [0, 4, 1871], "fourier": [0, 525, 529, 530, 564, 928, 929, 930, 1628, 1646, 1662, 1896, 1900, 1913, 1918], "h5": [0, 506], "pytriq": 0, "clef": [0, 513, 516, 517, 518, 519, 520, 526, 534, 542, 547], "blockgf": [0, 561, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 1886, 1890], "lapack": 0, "tail": [0, 525, 530], "mc_tool": [0, 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], "hdf5": [0, 506, 508, 533, 537, 538, 539, 542, 543, 545, 554, 555, 556, 557, 558, 561, 582, 1873, 1876, 1897], "py": [0, 4], "travi": 0, "test": [0, 1880], "5": [0, 1886, 1890, 1908], "4": [0, 547, 1886, 1890, 1908], "document": [0, 6, 7, 9, 508, 509, 521, 523, 528, 559, 568, 576, 592, 1869, 1880], "mani": [0, 565, 581], "bodi": [0, 565, 581], "": [0, 525, 551, 552, 553, 554, 555, 556, 557, 558, 561, 562, 1875, 1876, 1886, 1890, 1896, 1899, 1900, 1912, 1917], "mont": [0, 575, 578, 579, 580], "carlo": [0, 575, 578, 579, 580], "tool": [0, 4, 501, 510, 563, 568, 569, 575, 594, 597, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1861, 1869, 1886, 1890], "determin": [0, 208, 522, 1874, 1923], "manipul": [0, 522, 1874, 1898], "2py": 0, "miscellan": 0, "class": [0, 11, 108, 162, 201, 250, 334, 415, 458, 499, 500, 502, 503, 507, 508, 523, 573, 579, 1874, 1894], "archiv": [0, 591, 1873, 1897], "about": [3, 1874, 1883], "author": 3, "contributor": 3, "citat": 3, "licens": 3, "disclaim": [3, 1867], "logo": 3, "file": [3, 505, 569, 1861, 1871, 1876], "applic": [4, 1862, 1871, 1877, 1923], "base": [4, 909, 910], "tabl": [4, 5], "content": [4, 5], "impur": [4, 1886, 1890, 1902], "solver": [4, 510, 1902, 1914, 1919], "hybrid": 4, "expans": 4, "hubbard": [4, 1889, 1893, 1903, 1904, 1905, 1908, 1909, 1910], "i": [4, 1861, 1875, 1889, 1893, 1913, 1918], "hartre": 4, "fock": 4, "exact": [4, 510, 1898], "diagon": [4, 510, 1898], "finit": [4, 1916, 1921], "quantum": [4, 1886, 1890], "system": [4, 1916, 1921], "extern": 4, "interfac": [4, 501], "pomerol": 4, "w2dynam": 4, "nrg": 4, "ljubljana": 4, "ab": 4, "initio": 4, "dft": [4, 1886, 1889, 1890, 1893], "toolbox": 4, "calcul": [4, 1886, 1889, 1890, 1893, 1894, 1901, 1907, 1913, 1916, 1918, 1921], "correl": [4, 593], "materi": 4, "solid_dmft": [4, 1886, 1890], "wrapper": 4, "perform": [4, 1886, 1890], "dmft": [4, 1884, 1886, 1889, 1890, 1893, 1901, 1905, 1907, 1910], "analyt": [4, 1886, 1890, 1896, 1900], "continu": [4, 1886, 1890, 1896, 1900], "maxent": 4, "nevanlinna": 4, "som": 4, "stochast": 4, "optim": 4, "method": [4, 520, 533, 537, 538, 539, 542, 543, 545, 582], "omegamax": 4, "other": [4, 520, 1861], "tprf": 4, "The": [4, 499, 500, 503, 506, 507, 523, 524, 530, 553, 561, 569, 573, 574, 577, 578, 580, 1886, 1890, 1894, 1901, 1902, 1907, 1914, 1919], "two": [4, 1874, 1875, 1904, 1909, 1915, 1916, 1920, 1921, 1922], "particl": [4, 1915, 1920, 1922], "respons": [4, 1922], "box": 4, "benchmark": 4, "skeleton": [4, 1871], "contribut": [6, 7], "featur": 6, "request": [6, 8], "code": [6, 521, 580, 591, 1880, 1916, 1921], "github": 6, "discuss": 6, "how": [7, 8, 508, 524, 1861, 1875, 1923], "who": 7, "should": 7, "write": [7, 580, 1861, 1880, 1897], "build": [7, 534, 1869, 1877], "edit": 7, "pull": 8, "set": [8, 1902], "up": [8, 1902], "your": [8, 580, 1866, 1871, 1878], "fork": 8, "repositori": [8, 1911], "manual": [9, 498, 508, 509, 523, 568, 576, 592], "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, 109, 113, 114, 115, 116, 117, 119, 120, 129, 130, 131, 132, 134, 135, 137, 138, 140, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 169, 170, 172, 180, 181, 183, 189, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 207, 233, 245, 261, 264, 265, 266, 267, 269, 270, 278, 281, 282, 290, 293, 294, 302, 303, 307, 310, 311, 312, 324, 325, 326, 327, 329, 339, 342, 343, 344, 346, 348, 351, 352, 353, 354, 355, 356, 358, 359, 361, 362, 364, 365, 366, 367, 368, 369, 370, 372, 373, 375, 378, 379, 380, 382, 383, 384, 385, 386, 388, 389, 390, 391, 394, 395, 396, 397, 398, 401, 402, 404, 406, 407, 408, 409, 411, 412, 413, 417, 418, 420, 423, 437, 438, 439, 440, 441, 453, 460, 461, 466, 471, 472, 475, 477, 478, 481, 482, 483, 486, 487, 488, 490, 491, 492, 493, 494, 495, 496, 497, 521, 523, 531, 551, 554, 555, 556, 557, 558, 582, 674, 713, 752, 791, 830, 1064, 1077, 1167, 1179, 1899], "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, 109, 116, 117, 122, 125, 126, 127, 130, 132, 133, 136, 137, 138, 141, 142, 147, 148, 150, 156, 160, 163, 165, 166, 167, 168, 173, 180, 181, 182, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 264, 265, 266, 267, 310, 311, 312, 324, 325, 327, 336, 337, 338, 340, 341, 344, 348, 349, 352, 353, 356, 357, 358, 359, 360, 369, 371, 372, 373, 374, 377, 379, 381, 382, 383, 384, 385, 387, 390, 392, 393, 394, 395, 396, 397, 399, 403, 404, 405, 406, 409, 410, 411, 412, 414, 417, 424, 438, 440, 441, 462, 463, 464, 465, 466, 467, 468, 469, 470, 472, 476, 479, 480, 481, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 521, 1816], "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, 109, 113, 114, 116, 130, 131, 132, 134, 135, 137, 138, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 164, 191, 192, 193, 194, 195, 196, 197, 207, 261, 264, 265, 266, 267, 269, 270, 278, 281, 282, 293, 294, 302, 307, 310, 311, 312, 324, 325, 326, 329, 361, 364, 365, 366, 367, 370, 375, 380, 388, 391, 420, 461, 471, 490, 491, 492, 493, 494, 495, 497, 521, 531, 582], "enum_it": [14, 15, 16, 17, 18], "public": [14, 20, 35, 42, 62, 64, 72, 77, 84, 90, 96, 101, 134, 252, 523], "member": [14, 20, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 118, 128, 134, 139, 164, 202, 252, 269, 281, 293, 335, 350, 361, 367, 376, 388, 400, 416, 442, 452, 459, 473, 523, 531, 549, 550, 582], "constructor": [15, 39, 43, 53, 73, 85, 97, 105, 121, 129, 140, 169, 207, 255, 270, 282, 294, 339, 351, 362, 368, 378, 389, 402, 423, 448, 453, 461, 475, 533, 535], "derefer": [16, 44, 74, 86, 98], "increment": [17, 45, 75, 87, 99], "enumer": [19, 20, 21, 22, 23, 24, 25], "exampl": [19, 95, 264, 265, 270, 326, 460, 464, 467, 469, 471, 492, 493, 494, 495, 507, 509, 510, 514, 518, 523, 529, 533, 537, 538, 539, 542, 543, 545, 551, 554, 555, 556, 557, 558, 561, 565, 568, 573, 577, 589, 590, 592, 1895], "type": [20, 28, 35, 49, 64, 77, 90, 101, 134, 162, 164, 202, 250, 252, 269, 281, 293, 334, 335, 367, 376, 388, 509, 523, 525, 531, 533, 549, 550, 582], "begin": [21, 36, 50, 65, 78, 91, 102, 336], "cbegin": [22, 37, 51, 66, 79, 92, 103, 337], "cend": [23, 38, 52, 67, 80, 93, 104, 338], "end": [24, 40, 54, 68, 81, 94, 106, 341, 580], "foreach": [26, 370, 380, 391], "iterator_facad": [27, 28, 29, 30, 31], "iter": [28, 29, 30, 31, 533, 561, 582, 1901, 1907], "valu": [28, 29, 30, 31, 521, 553, 1045, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1637, 1875, 1896, 1900], "std": [28, 29, 30, 31, 154], "forward_iterator_tag": [28, 29, 30, 31], "refer": [28, 29, 30, 31, 508, 554, 555, 556, 557, 558, 560, 561, 568, 589], "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, 1886, 1890, 1901, 1907], "last": [56, 1874], "size": [60, 70, 126, 239, 349, 360, 387, 399, 414, 489], "step": [61, 1863, 1871], "sentinel_t": 62, "slice": [63, 64, 65, 66, 67, 68, 69, 70, 553, 1873, 1886, 1890], "stride": [71, 77, 78, 79, 80, 81, 82], "stride_it": [72, 73, 74, 75, 76], "transform": [83, 90, 91, 92, 93, 94, 507, 518, 525, 529, 564, 570, 1037, 1896, 1900, 1913, 1918], "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_equ": 109, "all_gath": 110, "all_reduc": [111, 1818, 1832], "all_reduce_in_plac": 112, "broadcast": [113, 1899], "broadcast_rang": 114, "check_mpi_cal": 115, "chunk": 116, "chunk_length": 117, "commun": [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 1862], "abort": 119, "barrier": [120, 1819, 1833], "duplic": 122, "free": [123, 537, 572, 582], "get": [124, 579, 1864, 1874, 1894], "rank": [125, 694, 733, 772, 811, 850, 972, 1059], "split": 127, "environ": [128, 129, 1863, 1865, 1868], "gather": [130, 580], "gather_rang": 131, "get_mpi_typ": 132, "is_initi": 133, "lazi": [134, 135, 136, 513, 515, 553, 1873], "invok": 135, "shape": 136, "map_c_funct": 137, "map_add": 138, "monitor": [139, 140, 141, 142, 143, 144, 145], "event_on_all_rank": 141, "event_on_any_rank": 142, "finalize_commun": 143, "report_local_ev": 145, "mpi_broadcast": [146, 482], "mpi_gath": 147, "mpi_reduc": [148, 327, 483], "mpi_reduce_in_plac": 149, "mpi_scatt": 150, "mpi_typ": [151, 152, 153, 154], "t": [152, 154, 533, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1875, 1916, 1921], "constt": 153, "tupl": [154, 594, 597], "mpi_type_from_ti": 155, "reduc": 156, "reduce_in_plac": 157, "reduce_in_place_rang": 158, "reduce_rang": 159, "scatter": 160, "scatter_rang": 161, "alias": [162, 250, 334], "act": [163, 643], "c_connect": [165, 603, 624], "c_matrix": [166, 604, 625], "cdag_connect": [167, 605, 626], "cdag_matrix": [168, 606, 627], "flatten_subspace_index": [170, 608, 629], "get_eigensystem": 171, "get_eigenvalu": [172, 612, 633], "get_energi": 173, "get_fock_st": [174, 352, 404], "get_fop": 175, "get_full_hilbert_spac": 176, "get_full_hilbert_space_dim": 177, "get_gs_energi": 178, "get_h_atom": 179, "get_matrix_element_of_monomi": 180, "get_op_mat": 181, "get_quantum_numb": 182, "get_subspace_dim": [183, 184, 613, 614, 634, 635], "get_unitary_matric": 185, "get_unitary_matrix": 186, "get_vacuum_st": 187, "get_vacuum_subspace_index": 188, "index_range_of_subspac": 189, "n_subspac": [190, 374, 617, 638], "atomic_density_matrix": [191, 644], "atomic_g_iw": [192, 645], "atomic_g_l": [193, 646], "atomic_g_lehmann": 194, "atomic_g_tau": [195, 647], "atomic_g_w": [196, 648], "partition_funct": [197, 649], "quantum_number_eigenvalu": [198, 650], "quantum_number_eigenvalues_check": [199, 651], "trace_rho_op": [200, 652], "change_col": 203, "change_row": 204, "clear": [205, 474, 1757], "complete_oper": 206, "get_funct": 209, "get_n_operations_before_check": 210, "get_precision_error": 211, "get_precision_warn": 212, "get_singular_threshold": 213, "get_x": 214, "get_x_internal_ord": 215, "get_i": 216, "get_y_internal_ord": 217, "h5_read": [218, 257, 273, 285, 297, 354, 407, 435, 477], "h5_write": [219, 258, 274, 286, 298, 355, 408, 436, 478], "insert": [220, 345], "insert2": 221, "insert2_at_end": 222, "insert_at_end": 223, "inverse_matrix": 224, "inverse_matrix_internal_ord": 225, "is_singular": 226, "matrix": [227, 553, 583, 1896, 1900], "reject_last_tri": 228, "remove2": 230, "remove2_at_end": 231, "remove_at_end": 232, "reserv": 233, "roll_matrix": 234, "set_n_operations_before_check": 235, "set_precision_error": 236, "set_precision_warn": 237, "set_singular_threshold": 238, "swap_col": 240, "swap_row": 241, "try_change_col": 242, "try_change_col_row": 243, "try_change_row": 244, "try_insert": 245, "try_insert_k": 246, "try_refil": 247, "try_remov": 248, "try_remove_k": 249, "deduct": 251, "guid": [251, 1871, 1872], "block_gf": [251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 533, 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], "block_nam": 253, "block_siz": 254, "data": [256, 271, 283, 295, 340, 476, 508, 533, 536, 537, 538, 539, 542, 543, 545, 553, 554, 555, 556, 557, 558, 589, 591, 593, 679, 718, 757, 796, 835, 957, 1758, 1861], "hdf5_format": [259, 275, 287, 299, 357, 410, 479], "densiti": [262, 569, 658, 662, 680, 719, 758, 797, 836, 892, 958, 1006, 1896, 1900], "fit_gf_dlr": [263, 996], "fit_hermitian_tail": [264, 682, 721, 760, 799, 838, 960, 1008], "fit_tail": [265, 684, 723, 762, 801, 840, 962, 1010], "flatten_2d": 266, "flatten_gf_2d": 267, "get_mesh": 268, "accessor": [269, 281, 293, 553], "data_shap": [272, 284, 296], "target_indic": [279, 291, 304, 704, 743, 782, 821, 860, 982], "target_shap": [280, 292, 305, 706, 745, 784, 823, 862, 984], "gf_const_view": [281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292], "rebind": [290, 303], "gf_view": [293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305], "h5_read_gf_struct": 306, "imag": [307, 687, 726, 765, 804, 843, 875, 893, 965, 1042, 1049, 1686], "impl_tag": 308, "invers": [309, 689, 728, 767, 806, 845, 895, 967, 1227], "is_gf_hermitian": [310, 691, 730, 769, 808, 847, 969, 1012], "is_gf_real": 311, "is_gf_real_in_tau": [312, 692, 731, 770, 809, 848, 970, 1013], "make_block2_gf": 313, "make_block_gf": 314, "make_block_gf_view": 315, "make_gf_dlr": [316, 997], "make_gf_dlr_imfreq": [317, 998], "make_gf_dlr_imtim": [318, 999], "make_gf_from_fouri": [319, 1000], "make_gf_from_inverse_fouri": 320, "make_gf_from_real_gf": 321, "make_gf_imfreq": [322, 1001], "make_gf_imtim": [323, 1002], "make_hermitian": [324, 1003], "make_real_in_tau": [325, 1004], "make_zero_tail": [326, 1229], "positive_freq_view": 328, "real": [329, 525, 530, 543, 545, 557, 558, 695, 734, 773, 812, 851, 880, 900, 973, 1044, 1050, 1688, 1875], "reinterpret_scalar_valued_gf_as_matrix_valu": 330, "tau_l2_norm": [331, 707, 746, 785, 824, 863, 985, 1022], "unflatten_2d": 332, "unflatten_gf_2d": 333, "hilbert_spac": [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, 565], "fundamental_operator_set": [335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349], "h5_read_attribut": 342, "h5_write_attribut": 343, "has_indic": 344, "insert_from_indices_t": 346, "get_state_index": [353, 406], "has_stat": [356, 409], "imperative_oper": [361, 362, 363, 364, 365], "is_empti": 363, "updat": [365, 1871], "make_zero_st": 366, "space_partit": [367, 368, 369, 370, 371, 372, 373, 374], "find_map": 369, "get_matrix_el": 371, "lookup_basis_st": 372, "merge_subspac": 373, "state": [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, 565, 569, 1896, 1900], "hilbertspac": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399], "scalartyp": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399], "fals": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "amplitud": 377, "dot_product": [379, 390], "get_hilbert": [381, 392], "set_hilbert": [386, 398], "true": [388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399], "nterm": 393, "sub_hilbert_spac": [400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414], "add_fock_st": 401, "get_all_fock_st": 403, "get_index": 405, "set_index": 413, "accumul": [417, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471], "add_measur": 418, "add_measure_aux": 419, "add_mov": 420, "clear_measur": 421, "collect_result": 422, "get_acceptance_r": [424, 449], "get_accumulation_tim": 425, "get_accumulation_time_hhmmss": 426, "get_config_id": 427, "get_current_cycle_numb": 428, "get_dur": 429, "get_perc": 430, "get_rng": 431, "get_total_tim": 432, "get_warmup_tim": 433, "get_warmup_time_hhmmss": 434, "rm_measur": 437, "run": [438, 1796, 1802, 1809, 1854, 1886, 1889, 1890, 1893], "set_after_cycle_duti": 439, "warmup": 440, "warmup_and_accumul": 441, "move_set": [442, 443, 444, 445, 446, 447, 448, 449, 450, 451], "accept": 443, "add": [444, 521, 1874], "attempt": 445, "clear_statist": 446, "collect_statist": 447, "get_statist": 450, "reject": 451, "random_gener": [452, 453, 454, 455, 456, 1746, 1747, 1748, 1749, 1750], "name": [454, 578, 1852], "preview": 456, "random_generator_nam": 457, "logarithm": 459, "log": 459, "bin": 459, "linear": [459, 547, 1873], "lin": 459, "compress_linear_bin": 460, "data_input_count": 462, "lin_bin_capac": 463, "linear_bin": 464, "log_bin_error": 465, "log_bin_errors_all_reduc": 466, "n_lin_bin": 467, "n_lin_bins_max": 468, "n_log_bin": 469, "n_log_bins_max": 470, "cdf": [472, 1763], "histogram": [473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1895], "limit": [480, 1759], "mesh_point": [481, 547, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1760], "n_data_pt": [484, 1761], "n_lost_pt": [485, 1762], "jackknif": 490, "jackknife_mpi": 491, "mean": [492, 1882, 1901, 1907], "mean_and_err": 493, "mean_and_err_mpi": 494, "mean_mpi": 495, "pdf": [496, 1764], "tau_estimate_from_error": 497, "cfunction": 499, "class_": 500, "convert": 502, "v": [502, 1915, 1920], "wrap": 502, "from": [502, 547, 569, 579, 591, 1863, 1868, 1897, 1916, 1921], "module_": 503, "principl": [504, 507], "desc": [505, 1871], "format": 506, "solut": [507, 1889, 1893, 1905, 1908, 1909, 1910], "provid": 507, "dict": 507, "hdf": [507, 508], "compliant": [507, 508], "what": 507, "happen": 507, "detail": 507, "hdfarchiv": 508, "hdfarchivegroup": 508, "hdfarchiveinert": 508, "scheme": [508, 554, 555, 556, 557, 558], "doe": [508, 524], "becom": 508, "introduct": [509, 574, 578, 593, 1894, 1899], "support": 509, "basic": [509, 525, 1881], "usag": [509, 530, 592, 1864, 1868], "header": 509, "lightweight": 510, "util": [511, 594, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 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, 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, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860], "automat": 512, "assign": [512, 532, 553], "contain": 512, "time": [513, 525, 530, 538, 545, 555, 558, 564, 1875, 1896, 1900, 1902], "express": [513, 516, 517, 518, 526, 534, 542, 547, 553, 1873], "more": [514, 524, 1883, 1895], "complex": 514, "A": [515, 561, 589, 590, 1869, 1872, 1880, 1885, 1894, 1901, 1907], "sum": [515, 571], "evalu": [516, 534, 537, 538, 539, 541, 543, 545, 1899], "complet": [516, 561, 592, 1869], "partial": [516, 541, 1899], "form": 517, "placehold": [517, 1875], "an": [517, 1873, 1874, 1897], "storag": [517, 533, 537, 538, 539, 542, 543, 545], "advanc": [517, 551, 590, 1863, 1889, 1893], "make_funct": 518, "short": [518, 1894], "notat": [518, 521], "motiv": [519, 574], "littl": [519, 561], "tour": [519, 1872], "overload": [520, 582], "argument": [520, 554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "convent": [521, 533, 537, 538, 539, 542, 543, 545, 1877], "construct": [523, 580, 582, 583, 1899], "synopsi": [523, 529, 537, 538, 539, 543, 545], "under": 523, "hood": 523, "full": [523, 576, 1889, 1893], "work": 524, "cofactor": 524, "sherman": 524, "morrison": 524, "formula": 524, "addit": [524, 1896, 1900], "line": [524, 1874], "column": [524, 1874], "notion": 525, "matsubara": [525, 537, 538, 554, 555, 556, 564, 1875, 1902], "imaginari": [525, 530, 538, 554, 555, 1875, 1896, 1900, 1902], "gfimtim": [525, 555, 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], "frequenc": [525, 530, 537, 543, 551, 554, 557, 562, 564, 1875, 1896, 1900, 1902], "gfimfreq": [525, 554, 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], "legendr": [525, 539, 556, 564, 1210], "polynomi": [525, 556], "gflegendr": [525, 556, 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], "gfretim": [525, 558, 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], "retard": [525, 557, 558], "gfrefreq": [525, 557, 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], "high": [525, 551, 562], "interact": [526, 534, 547, 1894, 1912, 1913, 1917, 1918], "concept": [527, 566, 574], "domain": [527, 533, 537, 538, 539, 542, 543, 545, 547, 1875], "purefunctionondomain": 527, "meshpoint": [527, 1047, 1048, 1049, 1050], "implement": [530, 548], "note": [530, 548, 1915, 1920], "fftw": 530, "special": [530, 546], "case": 530, "fermion": [530, 572, 1898, 1912, 1913, 1917, 1918], "boson": 530, "tf": 530, "block": [533, 553, 561, 1896, 1900], "factori": [533, 582], "regular": 533, "singular": [533, 536, 538, 539, 542, 545], "interpol": [533, 542, 1875], "access": [536, 553, 561, 579], "symmetri": 536, "imfreq": [537, 549, 1208], "imtim": [538, 550, 1209], "represent": 539, "misc": 540, "statist": [540, 593, 1096, 1110, 1124, 1142, 1153, 1164], "prod": 542, "x": [542, 1867], "y": 542, "multipl": [542, 590], "variabl": [542, 578, 1865], "subscript": 542, "techniqu": 542, "refreq": [543, 1211], "target": 544, "reinterpret": 544, "retim": [545, 1212], "index": [547, 1043], "find": 547, "closest": 547, "point": [547, 553, 1634, 1635, 1636, 1637, 1875], "moment": [551, 562], "adjust": 551, "fit": [551, 589, 667, 668, 669, 670], "window": 551, "bracket": 553, "shelv": [553, 561], "pickl": [553, 561], "plot": [553, 588, 590, 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, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1753, 1861, 1886, 1890, 1895], "option": [553, 590, 1064, 1077, 1167, 1179, 1866], "direct": 553, "keyword": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "onli": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "descriptor": [560, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 1896, 1900], "copi": [561, 657, 661, 677, 716, 755, 794, 833, 872, 889, 955, 1026, 1057, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181], "hilbert": [565, 570], "space": 565, "statevector": 566, "bravai": 567, "introductori": 568, "relat": 569, "do": [569, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 1609, 1632, 1672, 1861], "read": [569, 1863, 1897], "text": [569, 1861, 1895], "comput": [569, 1913, 1918], "tight_bind": [569, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673], "over": [571, 582], "brillouin": 571, "zone": 571, "tight": [572, 1885, 1899], "bind": [572, 1885, 1899], "hop": [572, 1649, 1665, 1912, 1917], "bravaislattic": [573, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618], "definit": 573, "energies_on_bz_path": 573, "measur": [574, 577, 578, 580], "Ising": 577, "chain": 577, "magnet": 577, "field": [577, 1882, 1901, 1907], "configur": 577, "main": 577, "program": 577, "loop": [578, 1894], "connect": 578, "random": [579, 592, 1914, 1919], "number": [579, 592, 1898, 1923], "list": [579, 1869, 1894], "tutori": [580, 1872, 1886, 1890, 1895, 1906, 1911], "thi": [580, 1886, 1890, 1895], "problem": 580, "initi": [580, 1896, 1899, 1900], "simul": 580, "start": [580, 1857, 1862], "result": [580, 1801, 1808, 1902, 1905, 1910], "second": [581, 582], "quantiz": [581, 582], "hamiltonian": [581, 585, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1886, 1890, 1899], "monomi": 582, "serial": 582, "u": [583, 1909, 1915, 1920], "coeffici": 584, "extract": 584, "observ": [586, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733], "helper": 587, "protocol": [588, 590, 1743, 1744, 1745], "simpl": [589, 1873, 1875, 1880, 1894], "thin": 590, "layer": 590, "abov": 590, "matplotlib": [590, 1895], "panel": 590, "figur": [590, 591], "reproduc": 591, "proven": 591, "save": [591, 901, 1861], "analysi": 593, "process": [593, 1886, 1890], "averag": 593, "standard": 593, "error": 593, "except": [594, 595], "etc": 594, "includ": 596, "warn": 596, "appli": 597, "for_each": 597, "for_each_zip": 597, "map": [597, 1873], "fold": [597, 1645, 1873], "revers": 597, "called_on_tupl": 597, "atomdiag": 599, "atomdiagcomplex": [601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621], "__init__": [602, 623, 656, 660, 666, 670, 675, 714, 753, 792, 831, 870, 885, 910, 912, 915, 917, 919, 921, 927, 929, 932, 935, 938, 940, 942, 948, 951, 953, 991, 1025, 1031, 1041, 1048, 1052, 1055, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 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, 1589, 1591, 1593, 1595, 1597, 1599, 1601, 1603, 1608, 1612, 1620, 1625, 1636, 1640, 1660, 1685, 1748, 1756, 1769, 1776, 1795, 1799, 1806, 1845], "energi": [607, 628, 1886, 1890], "fock_stat": [609, 630], "fop": [610, 631], "full_hilbert_space_dim": [611, 632], "gs_energi": [615, 636], "h_atom": [616, 637], "quantum_numb": [618, 639], "unitary_matric": [619, 640], "vacuum_st": [620, 641], "vacuum_subspace_index": [621, 642], "atomdiagr": [622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642], "dosfromfunct": [659, 660, 661, 662], "dos_from_fil": 663, "hilbert_transform": [664, 665, 666], "hilberttransform": [665, 666], "backwd_compat": [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], "gf_imfreq": [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], "conjug": [676, 715, 754, 793, 832, 888, 954, 1222], "copy_from": [678, 717, 756, 795, 834, 873, 890, 956, 1058, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182], "enforce_discontinu": [681, 720, 759, 798, 837, 959, 1007], "fit_hermitian_tail_on_window": [683, 722, 761, 800, 839, 961, 1009], "fit_tail_on_window": [685, 724, 763, 802, 841, 963, 1011], "from_l_g_r": [686, 725, 764, 803, 842, 964], "invert": [690, 729, 768, 807, 846, 896, 968], "rebinning_tau": [696, 735, 774, 813, 852, 974, 1014], "replace_by_tail": [697, 736, 775, 814, 853, 975, 1015], "replace_by_tail_in_fit_window": [698, 737, 776, 815, 854, 976, 1016], "set_from_fouri": [699, 738, 777, 816, 855, 977, 1017], "set_from_imfreq": [700, 739, 778, 817, 856, 978, 1018], "set_from_imtim": [701, 740, 779, 818, 857, 979, 1019], "set_from_legendr": [702, 741, 780, 819, 858, 980, 1020], "set_from_pad": [703, 742, 781, 820, 859, 981, 1021], "target_rank": [705, 744, 783, 822, 861, 983], "total_dens": [708, 747, 786, 825, 864, 902, 986], "transpos": [709, 748, 787, 826, 865, 903, 987, 1231], "x_data_view": [710, 749, 788, 827, 866, 988], "zero": [711, 750, 789, 828, 867, 882, 905, 989], "gf_imtim": [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], "gf_legendr": [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], "gf_refreq": [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], "gf_retim": [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], "block2_gf": [868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882], "block2gf": [869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882], "all_indic": [871, 886], "copy_selected_block": [874, 891], "indices1": 877, "indices2": 878, "n_block": [879, 899], "view_selected_block": [881, 904], "beta": [887, 1091, 1105, 1119, 1133, 1149, 1160, 1916, 1921], "load": 897, "call_factory_from_dict": [906, 994, 1062], "fix_gf_struct_typ": 907, "descriptor_bas": [908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924], "baseblock": [911, 912, 913], "is_block_descriptor": [913, 930, 933, 936], "const": [914, 915], "lazyctx": [918, 919], "omega_": [920, 921], "convert_scalar_to_const": 922, "is_lazi": 923, "is_scalar": 924, "flat": [926, 927, 1896, 1900], "legendretomatsubara": [931, 932, 933], "matsubaratolegendr": [934, 935, 936], "onefermionintim": [937, 938], "semicircular": [939, 940], "wilson": [941, 942], "semi": [943, 1896, 1900], "dlr_crm_dyson_solv": [944, 945], "minimize_dyson": 945, "addmethod": [947, 948, 949], "mro": 949, "callproxynon": [950, 951], "idx": [990, 991], "add_method_help": 992, "bckwd": 993, "gf_factori": [995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004], "gf_fnt": [1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022], "lazy_express": [1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037], "lazyexpr": [1024, 1025, 1026, 1027, 1028, 1029], "get_termin": 1027, "is_termin": 1028, "set_from": 1029, "lazyexprtermin": [1030, 1031], "all_termin": 1032, "eval_expr": 1033, "eval_expr_with_context": 1034, "lazy_funct": 1035, "make_lazi": 1036, "map_block": 1038, "matsubara_freq": [1039, 1040, 1041, 1042, 1043, 1044, 1045], "matsubarafreq": [1040, 1041, 1042, 1043, 1044, 1045], "meshvaluegener": [1051, 1052], "mesh_product": [1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062], "meshproduct": [1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061], "compon": 1056, "size_of_compon": 1060, "to_data_index": [1061, 1072, 1084, 1098, 1112, 1126, 1143, 1154, 1165, 1173, 1187], "meshbrzon": [1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076], "bz": [1066, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200], "closest_index": 1067, "dim": [1070, 1081], "mesh_hash": [1071, 1083, 1095, 1109, 1123, 1138, 1152, 1163, 1172, 1184], "to_index": [1073, 1085, 1099, 1113, 1127, 1144, 1155, 1166, 1174, 1188], "to_valu": [1074, 1086, 1100, 1114, 1128, 1145, 1156, 1175, 1189], "unit": [1075, 1087, 1618, 1623, 1656, 1671], "meshcyclat": [1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088], "meshdlr": [1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102], "ep": [1094, 1108, 1122], "symmetr": [1097, 1111, 1125], "w_max": [1102, 1116, 1130, 1177], "meshdlrimfreq": [1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116], "meshdlrimtim": [1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130], "meshimfreq": [1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146], "first_index": 1136, "last_index": 1137, "n_iw": 1139, "positive_onli": 1140, "set_tail_fit_paramet": 1141, "meshimtim": [1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], "meshlegendr": [1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166], "meshrefreq": [1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178], "delta": [1171, 1183, 1223], "w_min": 1178, "meshretim": [1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190], "t_max": 1185, "t_min": 1186, "make_adjoint_mesh": 1191, "dist": [1194, 1218], "generate_point": 1195, "generate_points_on_path": 1196, "length": 1197, "make_plott": 1198, "slice_on_path": 1200, "bz_x_x": [1201, 1202, 1203], "plottable_slice_along_path": 1203, "dispatch": 1204, "one_var": [1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212], "dlr_imfreq": 1206, "dlr_imtim": 1207, "plot_bas": [1213, 1214], "select_indic": [1215, 1216, 1217, 1218, 1219, 1220], "closest_point_in_lin": 1216, "closest_to": 1217, "pick_selection_vec": 1219, "select_path_indic": 1220, "discretize_bath": 1224, "dyson": 1225, "fit_legendr": 1226, "make_delta": 1228, "read_gf_from_txt": 1230, "write_gf_to_txt": 1232, "wrapped_aux": [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], "callproxybrzone_0": [1234, 1235], "callproxybrzone_1": [1236, 1237], "callproxybrzone_2": [1238, 1239], "callproxybrzone_3": [1240, 1241], "callproxybrzone_4": [1242, 1243], "callproxybrzone_x_dlr_0": [1244, 1245], "callproxybrzone_x_dlr_1": [1246, 1247], "callproxybrzone_x_dlr_2": [1248, 1249], "callproxybrzone_x_dlr_3": [1250, 1251], "callproxybrzone_x_dlr_4": [1252, 1253], "callproxybrzone_x_imfreq_0": [1254, 1255], "callproxybrzone_x_imfreq_1": [1256, 1257], "callproxybrzone_x_imfreq_2": [1258, 1259], "callproxybrzone_x_imfreq_3": [1260, 1261], "callproxybrzone_x_imfreq_4": [1262, 1263], "callproxybrzone_x_imtime_0": [1264, 1265], "callproxybrzone_x_imtime_0_r": [1266, 1267], "callproxybrzone_x_imtime_1": [1268, 1269], "callproxybrzone_x_imtime_1_r": [1270, 1271], "callproxybrzone_x_imtime_2": [1272, 1273], "callproxybrzone_x_imtime_2_r": [1274, 1275], "callproxybrzone_x_imtime_3": [1276, 1277], "callproxybrzone_x_imtime_3_r": [1278, 1279], "callproxybrzone_x_imtime_4": [1280, 1281], "callproxybrzone_x_imtime_4_r": [1282, 1283], "callproxybrzone_x_legendre_0": [1284, 1285], "callproxybrzone_x_legendre_1": [1286, 1287], "callproxybrzone_x_legendre_2": [1288, 1289], "callproxybrzone_x_legendre_3": [1290, 1291], "callproxybrzone_x_legendre_4": [1292, 1293], "callproxybrzone_x_refreq_0": [1294, 1295], "callproxybrzone_x_refreq_1": [1296, 1297], "callproxybrzone_x_refreq_2": [1298, 1299], "callproxybrzone_x_refreq_3": [1300, 1301], "callproxybrzone_x_refreq_4": [1302, 1303], "callproxybrzone_x_retime_0": [1304, 1305], "callproxybrzone_x_retime_1": [1306, 1307], "callproxybrzone_x_retime_2": [1308, 1309], "callproxybrzone_x_retime_3": [1310, 1311], "callproxybrzone_x_retime_4": [1312, 1313], "callproxycyclat_0": [1314, 1315], "callproxycyclat_1": [1316, 1317], "callproxycyclat_2": [1318, 1319], "callproxycyclat_3": [1320, 1321], "callproxycyclat_4": [1322, 1323], "callproxycyclat_x_dlr_0": [1324, 1325], "callproxycyclat_x_dlr_1": [1326, 1327], "callproxycyclat_x_dlr_2": [1328, 1329], "callproxycyclat_x_dlr_3": [1330, 1331], "callproxycyclat_x_dlr_4": [1332, 1333], "callproxycyclat_x_imfreq_0": [1334, 1335], "callproxycyclat_x_imfreq_1": [1336, 1337], "callproxycyclat_x_imfreq_2": [1338, 1339], "callproxycyclat_x_imfreq_3": [1340, 1341], "callproxycyclat_x_imfreq_4": [1342, 1343], "callproxycyclat_x_imtime_0": [1344, 1345], "callproxycyclat_x_imtime_0_r": [1346, 1347], "callproxycyclat_x_imtime_1": [1348, 1349], "callproxycyclat_x_imtime_1_r": [1350, 1351], "callproxycyclat_x_imtime_2": [1352, 1353], "callproxycyclat_x_imtime_2_r": [1354, 1355], "callproxycyclat_x_imtime_3": [1356, 1357], "callproxycyclat_x_imtime_3_r": [1358, 1359], "callproxycyclat_x_imtime_4": [1360, 1361], "callproxycyclat_x_imtime_4_r": [1362, 1363], "callproxycyclat_x_legendre_0": [1364, 1365], "callproxycyclat_x_legendre_1": [1366, 1367], "callproxycyclat_x_legendre_2": [1368, 1369], "callproxycyclat_x_legendre_3": [1370, 1371], "callproxycyclat_x_legendre_4": [1372, 1373], "callproxycyclat_x_refreq_0": [1374, 1375], "callproxycyclat_x_refreq_1": [1376, 1377], "callproxycyclat_x_refreq_2": [1378, 1379], "callproxycyclat_x_refreq_3": [1380, 1381], "callproxycyclat_x_refreq_4": [1382, 1383], "callproxycyclat_x_retime_0": [1384, 1385], "callproxycyclat_x_retime_1": [1386, 1387], "callproxycyclat_x_retime_2": [1388, 1389], "callproxycyclat_x_retime_3": [1390, 1391], "callproxycyclat_x_retime_4": [1392, 1393], "callproxydlr_0": [1394, 1395], "callproxydlr_1": [1396, 1397], "callproxydlr_2": [1398, 1399], "callproxydlr_3": [1400, 1401], "callproxydlr_4": [1402, 1403], "callproxydlr_x_brzone_0": [1404, 1405], "callproxydlr_x_brzone_1": [1406, 1407], "callproxydlr_x_brzone_2": [1408, 1409], "callproxydlr_x_brzone_3": [1410, 1411], "callproxydlr_x_brzone_4": [1412, 1413], "callproxydlr_x_cyclat_0": [1414, 1415], "callproxydlr_x_cyclat_1": [1416, 1417], "callproxydlr_x_cyclat_2": [1418, 1419], "callproxydlr_x_cyclat_3": [1420, 1421], "callproxydlr_x_cyclat_4": [1422, 1423], "callproxyimfreq_0": [1424, 1425], "callproxyimfreq_1": [1426, 1427], "callproxyimfreq_2": [1428, 1429], "callproxyimfreq_3": [1430, 1431], "callproxyimfreq_4": [1432, 1433], "callproxyimfreq_x_brzone_0": [1434, 1435], "callproxyimfreq_x_brzone_1": [1436, 1437], "callproxyimfreq_x_brzone_2": [1438, 1439], "callproxyimfreq_x_brzone_3": [1440, 1441], "callproxyimfreq_x_brzone_4": [1442, 1443], "callproxyimfreq_x_cyclat_0": [1444, 1445], "callproxyimfreq_x_cyclat_1": [1446, 1447], "callproxyimfreq_x_cyclat_2": [1448, 1449], "callproxyimfreq_x_cyclat_3": [1450, 1451], "callproxyimfreq_x_cyclat_4": [1452, 1453], "callproxyimtime_0": [1454, 1455], "callproxyimtime_0_r": [1456, 1457], "callproxyimtime_1": [1458, 1459], "callproxyimtime_1_r": [1460, 1461], "callproxyimtime_2": [1462, 1463], "callproxyimtime_2_r": [1464, 1465], "callproxyimtime_3": [1466, 1467], "callproxyimtime_3_r": [1468, 1469], "callproxyimtime_4": [1470, 1471], "callproxyimtime_4_r": [1472, 1473], "callproxyimtime_x_brzone_0": [1474, 1475], "callproxyimtime_x_brzone_0_r": [1476, 1477], "callproxyimtime_x_brzone_1": [1478, 1479], "callproxyimtime_x_brzone_1_r": [1480, 1481], "callproxyimtime_x_brzone_2": [1482, 1483], "callproxyimtime_x_brzone_2_r": [1484, 1485], "callproxyimtime_x_brzone_3": [1486, 1487], "callproxyimtime_x_brzone_3_r": [1488, 1489], "callproxyimtime_x_brzone_4": [1490, 1491], "callproxyimtime_x_brzone_4_r": [1492, 1493], "callproxyimtime_x_cyclat_0": [1494, 1495], "callproxyimtime_x_cyclat_0_r": [1496, 1497], "callproxyimtime_x_cyclat_1": [1498, 1499], "callproxyimtime_x_cyclat_1_r": [1500, 1501], "callproxyimtime_x_cyclat_2": [1502, 1503], "callproxyimtime_x_cyclat_2_r": [1504, 1505], "callproxyimtime_x_cyclat_3": [1506, 1507], "callproxyimtime_x_cyclat_3_r": [1508, 1509], "callproxyimtime_x_cyclat_4": [1510, 1511], "callproxyimtime_x_cyclat_4_r": [1512, 1513], "callproxylegendre_0": [1514, 1515], "callproxylegendre_1": [1516, 1517], "callproxylegendre_2": [1518, 1519], "callproxylegendre_3": [1520, 1521], "callproxylegendre_4": [1522, 1523], "callproxylegendre_x_brzone_0": [1524, 1525], "callproxylegendre_x_brzone_1": [1526, 1527], "callproxylegendre_x_brzone_2": [1528, 1529], "callproxylegendre_x_brzone_3": [1530, 1531], "callproxylegendre_x_brzone_4": [1532, 1533], "callproxylegendre_x_cyclat_0": [1534, 1535], "callproxylegendre_x_cyclat_1": [1536, 1537], "callproxylegendre_x_cyclat_2": [1538, 1539], "callproxylegendre_x_cyclat_3": [1540, 1541], "callproxylegendre_x_cyclat_4": [1542, 1543], "callproxyrefreq_0": [1544, 1545], "callproxyrefreq_1": [1546, 1547], "callproxyrefreq_2": [1548, 1549], "callproxyrefreq_3": [1550, 1551], "callproxyrefreq_4": [1552, 1553], "callproxyrefreq_x_brzone_0": [1554, 1555], "callproxyrefreq_x_brzone_1": [1556, 1557], "callproxyrefreq_x_brzone_2": [1558, 1559], "callproxyrefreq_x_brzone_3": [1560, 1561], "callproxyrefreq_x_brzone_4": [1562, 1563], "callproxyrefreq_x_cyclat_0": [1564, 1565], "callproxyrefreq_x_cyclat_1": [1566, 1567], "callproxyrefreq_x_cyclat_2": [1568, 1569], "callproxyrefreq_x_cyclat_3": [1570, 1571], "callproxyrefreq_x_cyclat_4": [1572, 1573], "callproxyretime_0": [1574, 1575], "callproxyretime_1": [1576, 1577], "callproxyretime_2": [1578, 1579], "callproxyretime_3": [1580, 1581], "callproxyretime_4": [1582, 1583], "callproxyretime_x_brzone_0": [1584, 1585], "callproxyretime_x_brzone_1": [1586, 1587], "callproxyretime_x_brzone_2": [1588, 1589], "callproxyretime_x_brzone_3": [1590, 1591], "callproxyretime_x_brzone_4": [1592, 1593], "callproxyretime_x_cyclat_0": [1594, 1595], "callproxyretime_x_cyclat_1": [1596, 1597], "callproxyretime_x_cyclat_2": [1598, 1599], "callproxyretime_x_cyclat_3": [1600, 1601], "callproxyretime_x_cyclat_4": [1602, 1603], "set_from_gf_data_mul_lr": 1604, "bz_patch": [1606, 1607, 1608, 1609], "bzpatch": [1607, 1608, 1609], "lattice_tool": [1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633], "lattice_to_real_coordin": [1613, 1630, 1650, 1666], "n_orbit": [1614, 1651, 1667], "ndim": [1615, 1622, 1652, 1668], "orbital_nam": [1616, 1653, 1669], "orbital_posit": [1617, 1654, 1670], "brillouinzon": [1619, 1620, 1621, 1622, 1623], "dispers": [1626, 1644, 1661], "displ_vec": 1627, "overlap_mat_vec": 1631, "dos_patch": [1633, 1673], "latticepoint": [1635, 1636, 1637], "super_lattic": [1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657], "tbsuperlattic": [1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657], "change_coordinates_l_to_sl": 1641, "change_coordinates_sl_to_l": 1642, "cluster_sit": 1643, "get_kmesh": [1647, 1663], "get_rmesh": [1648, 1664], "pack_index_site_orbit": 1655, "unpack_index_site_orbit": 1657, "tb_from_pythtb": 1675, "tb_from_wannier90": 1676, "tb_to_sympi": 1677, "extend_wannier90_to_spin": 1678, "k_space_path": 1679, "parse_hopping_from_wannier90_hr_dat": 1680, "parse_lattice_vectors_from_wannier90_wout": 1681, "is_zero": 1687, "c_dag": 1690, "dagger": 1691, "is_op_hermitian": 1692, "n": 1693, "u_matrix": [1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709], "u_j_to_radial_integr": 1696, "u_matrix_kanamori": 1697, "u_matrix_slat": 1698, "angular_matrix_el": 1699, "clebsch_gordan": 1700, "cubic_nam": 1701, "eg_submatrix": 1702, "radial_integrals_to_u_j": 1703, "reduce_4index_to_2index": 1704, "spherical_to_cub": 1705, "subarrai": 1706, "t2g_submatrix": 1707, "three_j_symbol": 1708, "transform_u_matrix": 1709, "extractor": [1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718], "block_matrix_from_op": 1711, "dict_to_matrix": 1712, "extract_u_dict2": 1713, "extract_u_dict4": 1714, "extract_h_dict": 1715, "op_from_block_matrix": 1716, "quadratic_term": 1717, "quartic_term": 1718, "backward_compat": 1720, "diagonal_part": 1721, "h_int_dens": 1722, "h_int_kanamori": 1723, "h_int_slat": 1724, "make_operator_r": 1725, "l2_op": 1727, "ls_op": 1728, "l_op": 1729, "n_op": 1730, "s2_op": 1731, "s_op": 1732, "check_backward_compat": 1733, "op_struct": [1734, 1735, 1736], "get_mkind": 1735, "set_operator_structur": 1736, "mpl_interfac": [1738, 1739, 1740, 1741, 1742], "oplot": 1739, "oploti": 1740, "oplotr": 1741, "use_amsmath": 1742, "clip_arrai": 1744, "plot_protocol_appli": 1745, "randomgener": [1747, 1748], "random_generator_names_list": 1750, "sumk": [1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778], "sumk_discret": [1766, 1767, 1768, 1769, 1770, 1771], "sumkdiscret": [1767, 1768, 1769, 1770, 1771], "gfblocindic": [1768, 1774], "n_kpt": [1770, 1777], "resize_arrai": [1771, 1778], "sumk_discrete_from_lattic": [1772, 1773, 1774, 1775, 1776, 1777, 1778], "sumkdiscretefromlattic": [1773, 1774, 1775, 1776, 1777, 1778], "recompute_grid": 1775, "bound_and_bisect": [1780, 1781, 1782], "determine_bound": 1782, "capture_stdout": 1783, "comparison_test": [1784, 1785, 1786, 1787, 1788, 1789], "assert_array_close_to_scalar": 1785, "assert_arrays_are_clos": 1786, "assert_block2_gfs_are_clos": 1787, "assert_block_gfs_are_clos": 1788, "assert_gfs_are_clos": 1789, "dichotomi": [1790, 1791], "dist_on_nod": [1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811], "distributiononnod": [1793, 1794, 1795, 1796], "sleeptim": [1794, 1798, 1805], "distributiononnodesonestack": [1797, 1798, 1799, 1800, 1801, 1802, 1803], "finish": [1800, 1807], "treat": [1803, 1811], "distributiononnodestest": [1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811], "the_funct": 1810, "h5diff": [1812, 1813, 1814], "compar": 1813, "check_for_mpi": 1816, "mpi_mpi4pi": [1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830], "bcast": [1820, 1834], "is_master_nod": [1821, 1835], "master_gets_host_nam": [1822, 1836], "myprint_err": [1823, 1837], "myprint_out": [1824, 1838], "recv": [1825, 1839], "report": [1826, 1840], "send": [1827, 1841], "slice_arrai": [1828, 1842], "slice_inf": 1829, "slice_sup": 1830, "mpi_nompi": [1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842], "redirect": [1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860], "daemon": 1846, "getnam": 1847, "ident": 1848, "isdaemon": 1849, "is_al": 1850, "join": 1851, "native_id": 1853, "setdaemon": 1855, "setnam": 1856, "stop": 1858, "start_redirect": 1859, "stop_redirect": 1860, "frequent": 1861, "ask": 1861, "question": [1861, 1913, 1916, 1918, 1921], "q": [1861, 1913, 1918], "my": 1861, "e": 1861, "g": [1861, 1875, 1902], "hash": 1861, "debug": 1861, "purpos": 1861, "welcom": 1862, "core": 1862, "numer": 1862, "algorithm": 1862, "where": 1862, "ubuntu": [1863, 1870], "debian": 1863, "anaconda": 1863, "docker": 1863, "apptain": 1863, "binder": 1863, "sourc": [1863, 1868, 1877], "easybuild": 1863, "prerequisit": [1863, 1867], "setup": 1863, "further": 1863, "clang": 1864, "linux": 1864, "libclang": 1864, "unix": 1865, "common": 1865, "softwar": 1865, "develop": 1865, "affect": 1865, "openmp": 1865, "custom": 1866, "mac": 1867, "o": 1867, "virtual": 1868, "prepar": 1871, "ipython": [1871, 1883, 1894], "notebook": [1871, 1883, 1894, 1916, 1921], "floor": 1871, "divis": 1871, "regener": 1871, "final": 1871, "user": 1872, "why": 1872, "quick": 1872, "multidimension": 1873, "declar": 1873, "print": 1873, "matric": 1873, "vector": 1873, "defin": [1873, 1894, 1899], "through": 1873, "algebra": 1873, "ctqmc": 1874, "creation": [1874, 1875], "empti": 1874, "inform": 1874, "one": [1874, 1886, 1890], "replac": 1874, "omega": [1875, 1913, 1918], "nu": 1875, "tau": [1875, 1902], "fill": 1875, "structur": [1877, 1916, 1921], "project": [1878, 1880], "profil": 1879, "you": [1880, 1886, 1890], "its": 1880, "mix": 1880, "theori": [1882, 1901, 1907, 1913, 1915, 1918, 1920], "beth": [1882, 1901, 1907], "learn": 1883, "model": [1884, 1885, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "squar": [1885, 1912, 1917], "espresso": [1886, 1890], "creat": [1886, 1890], "wannier": [1886, 1890], "low": [1886, 1890], "descript": [1886, 1890], "la_2cuo_4": [1886, 1890], "shot": [1886, 1890], "converg": [1886, 1890], "remind": [1886, 1890, 1902], "self": [1886, 1889, 1890, 1893, 1915, 1920], "\u03c3": [1886, 1890], "spectral": [1886, 1890], "6": [1886, 1890, 1908], "fermi": [1886, 1890, 1912, 1917], "k_z": [1886, 1890], "post": [1886, 1890], "conclud": [1886, 1890], "mai": [1886, 1890], "now": [1886, 1890], "02": [1886, 1890], "fermise": [1886, 1887, 1890, 1891], "phase": [1888, 1892, 1914, 1919], "diagram": [1888, 1892], "explor": [1888, 1892], "comparison": [1889, 1893, 1907], "charg": [1889, 1893], "consist": [1889, 1893, 1915, 1920], "introduc": 1894, "mode": 1894, "shell": 1894, "veri": 1894, "indent": 1894, "If": 1894, "statement": 1894, "import": [1894, 1899], "modul": 1894, "numpi": [1894, 1899], "help": 1894, "goal": [1895, 1913, 1918], "inlin": 1895, "prettier": 1895, "subplot": 1895, "like": 1895, "approach": 1895, "circular": [1896, 1900], "arithmet": [1896, 1900], "obtain": [1896, 1900], "compact": [1896, 1900], "pade": [1896, 1900], "exercis": [1896, 1900, 1909], "fundament": 1898, "multivari": 1899, "perturb": [1901, 1907], "visual": [1901, 1902, 1907], "mott": [1901, 1907], "transit": [1901, 1907], "anderson": 1902, "cthyb": 1902, "sampl": 1902, "singl": [1903, 1908], "orbit": [1903, 1904, 1908, 1909], "valenc": [1905, 1910], "bond": [1905, 1910], "precomput": [1905, 1910], "literatur": 1907, "j": 1909, "conclus": 1909, "perfect": [1912, 1913, 1917, 1918], "nest": [1912, 1913, 1917, 1918], "nearest": [1912, 1917], "neighbour": [1912, 1917], "surfac": [1912, 1917], "suscept": [1913, 1918], "chi_0": [1913, 1916, 1918, 1921], "fast": [1913, 1918], "mathbf": [1913, 1918], "omega_n": [1913, 1918], "static": [1913, 1918], "approxim": [1914, 1919], "rpa": [1914, 1915, 1916, 1919, 1920, 1921], "tpsc": [1915, 1916, 1920, 1921], "behaviour": [1915, 1920], "u_": [1915, 1920], "sp": [1915, 1920], "ch": [1915, 1920], "weak": [1915, 1920], "temperatur": [1916, 1921], "antiferromagnet": [1916, 1921], "dimension": [1916, 1921], "mermin": [1916, 1921], "wagner": [1916, 1921], "theorem": [1916, 1921], "previou": [1916, 1921], "arbitrari": [1916, 1921], "spin": [1916, 1921], "factor": [1916, 1921], "s_": [1916, 1921], "remark": [1916, 1921], "compat": 1923}, "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": {"Motivation: a little tour of CLEF": [[519, "motivation-a-little-tour-of-clef"]], "Automatic assignment of containers": [[512, "automatic-assignment-of-containers"]], "Transform CLEF expressions into functions": [[518, "transform-clef-expressions-into-functions"]], "make_function": [[518, "make-function"]], "Short notation with >> operator": [[518, "short-notation-with-operator"]], "clef::function": [[518, "clef-function"]], "Examples": [[518, "examples"], [538, "examples"], [539, "examples"], [533, "examples"], [545, "examples"], [543, "examples"], [557, "examples"], [537, "examples"], [542, "examples"]], "Overloading functions and methods for CLEF arguments": [[520, "overloading-functions-and-methods-for-clef-arguments"]], "Overloading functions": [[520, "overloading-functions"]], "Overloading operator() and other methods": [[520, "overloading-operator-and-other-methods"]], "How does it work ?": [[524, "how-does-it-work"]], "Cofactors": [[524, "cofactors"]], "The Sherman-Morrison formula": [[524, "the-sherman-morrison-formula"]], "Addition of a line and a column, or more": [[524, "addition-of-a-line-and-a-column-or-more"]], "Removal of a line and a column, or more": [[524, "removal-of-a-line-and-a-column-or-more"]], "Change of a column": [[524, "change-of-a-column"]], "Change of a line": [[524, "change-of-a-line"]], "Change of a line and a column": [[524, "change-of-a-line-and-a-column"]], "Evaluating CLEF expressions": [[516, "evaluating-clef-expressions"]], "Complete evaluation": [[516, "complete-evaluation"]], "Partial evaluation": [[516, "partial-evaluation"], [541, "partial-evaluation"], [541, "id1"], [1899, "Partial-evaluation"]], "[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[510, "triqs-atom-diag-lightweight-exact-diagonalization-solver-and-tools"]], "Example of use: Python": [[510, "example-of-use-python"]], "Example of use: C++": [[510, "example-of-use-c"]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[513, "triqs-clef-clef-compile-time-lazy-expressions-and-functions"]], "Forming CLEF expressions": [[517, "forming-clef-expressions"]], "Placeholders": [[517, "placeholders"]], "Forming an expression": [[517, "forming-an-expression"]], "Storage of expressions [advanced]": [[517, "storage-of-expressions-advanced"]], "Utility functions for atom_diag": [[511, "utility-functions-for-atom-diag"]], "Template parameters": [[521, "template-parameters"], [582, "template-parameters"], [14, "template-parameters"], [13, "template-parameters"], [18, "template-parameters"], [19, "template-parameters"], [20, "template-parameters"], [26, "template-parameters"], [33, "template-parameters"], [28, "template-parameters"], [32, "template-parameters"], [35, "template-parameters"], [39, "template-parameters"], [34, "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"], [90, "template-parameters"], [89, "template-parameters"], [95, "template-parameters"], [96, "template-parameters"], [100, "template-parameters"], [101, "template-parameters"], [105, "template-parameters"], [109, "template-parameters"], [113, "template-parameters"], [114, "template-parameters"], [116, "template-parameters"], [135, "template-parameters"], [132, "template-parameters"], [130, "template-parameters"], [134, "template-parameters"], [131, "template-parameters"], [138, "template-parameters"], [137, "template-parameters"], [147, "template-parameters"], [146, "template-parameters"], [148, "template-parameters"], [153, "template-parameters"], [151, "template-parameters"], [150, "template-parameters"], [149, "template-parameters"], [159, "template-parameters"], [154, "template-parameters"], [158, "template-parameters"], [155, "template-parameters"], [157, "template-parameters"], [156, "template-parameters"], [160, "template-parameters"], [161, "template-parameters"], [164, "template-parameters"], [192, "template-parameters"], [195, "template-parameters"], [194, "template-parameters"], [191, "template-parameters"], [193, "template-parameters"], [197, "template-parameters"], [196, "template-parameters"], [207, "template-parameters"], [261, "template-parameters"], [267, "template-parameters"], [266, "template-parameters"], [265, "template-parameters"], [264, "template-parameters"], [270, "template-parameters"], [269, "template-parameters"], [278, "template-parameters"], [281, "template-parameters"], [282, "template-parameters"], [293, "template-parameters"], [294, "template-parameters"], [302, "template-parameters"], [307, "template-parameters"], [311, "template-parameters"], [312, "template-parameters"], [310, "template-parameters"], [325, "template-parameters"], [326, "template-parameters"], [324, "template-parameters"], [329, "template-parameters"], [361, "template-parameters"], [366, "template-parameters"], [365, "template-parameters"], [367, "template-parameters"], [364, "template-parameters"], [370, "template-parameters"], [375, "template-parameters"], [380, "template-parameters"], [388, "template-parameters"], [391, "template-parameters"], [420, "template-parameters"], [461, "template-parameters"], [471, "template-parameters"], [490, "template-parameters"], [491, "template-parameters"], [493, "template-parameters"], [495, "template-parameters"], [494, "template-parameters"], [492, "template-parameters"], [497, "template-parameters"], [531, "template-parameters"]], "Parameters": [[521, "parameters"], [12, "parameters"], [15, "parameters"], [13, "parameters"], [18, "parameters"], [19, "parameters"], [26, "parameters"], [33, "parameters"], [32, "parameters"], [39, "parameters"], [34, "parameters"], [43, "parameters"], [48, "parameters"], [47, "parameters"], [46, "parameters"], [57, "parameters"], [53, "parameters"], [58, "parameters"], [63, "parameters"], [73, "parameters"], [71, "parameters"], [76, "parameters"], [83, "parameters"], [85, "parameters"], [88, "parameters"], [89, "parameters"], [95, "parameters"], [97, "parameters"], [100, "parameters"], [105, "parameters"], [109, "parameters"], [113, "parameters"], [117, "parameters"], [114, "parameters"], [116, "parameters"], [115, "parameters"], [119, "parameters"], [120, "parameters"], [129, "parameters"], [135, "parameters"], [132, "parameters"], [130, "parameters"], [131, "parameters"], [140, "parameters"], [147, "parameters"], [146, "parameters"], [148, "parameters"], [150, "parameters"], [149, "parameters"], [159, "parameters"], [158, "parameters"], [157, "parameters"], [156, "parameters"], [160, "parameters"], [161, "parameters"], [163, "parameters"], [165, "parameters"], [168, "parameters"], [170, "parameters"], [169, "parameters"], [167, "parameters"], [166, "parameters"], [172, "parameters"], [180, "parameters"], [181, "parameters"], [183, "parameters"], [189, "parameters"], [192, "parameters"], [195, "parameters"], [194, "parameters"], [191, "parameters"], [193, "parameters"], [197, "parameters"], [198, "parameters"], [199, "parameters"], [196, "parameters"], [200, "parameters"], [207, "parameters"], [233, "parameters"], [245, "parameters"], [261, "parameters"], [267, "parameters"], [266, "parameters"], [265, "parameters"], [264, "parameters"], [270, "parameters"], [278, "parameters"], [282, "parameters"], [290, "parameters"], [294, "parameters"], [302, "parameters"], [303, "parameters"], [307, "parameters"], [311, "parameters"], [312, "parameters"], [310, "parameters"], [325, "parameters"], [326, "parameters"], [324, "parameters"], [327, "parameters"], [329, "parameters"], [339, "parameters"], [343, "parameters"], [342, "parameters"], [344, "parameters"], [351, "parameters"], [348, "parameters"], [346, "parameters"], [354, "parameters"], [356, "parameters"], [355, "parameters"], [352, "parameters"], [353, "parameters"], [362, "parameters"], [359, "parameters"], [358, "parameters"], [366, "parameters"], [369, "parameters"], [365, "parameters"], [368, "parameters"], [364, "parameters"], [370, "parameters"], [372, "parameters"], [373, "parameters"], [379, "parameters"], [378, "parameters"], [380, "parameters"], [385, "parameters"], [382, "parameters"], [386, "parameters"], [384, "parameters"], [383, "parameters"], [389, "parameters"], [390, "parameters"], [391, "parameters"], [396, "parameters"], [397, "parameters"], [394, "parameters"], [395, "parameters"], [398, "parameters"], [402, "parameters"], [401, "parameters"], [404, "parameters"], [409, "parameters"], [408, "parameters"], [411, "parameters"], [406, "parameters"], [407, "parameters"], [417, "parameters"], [413, "parameters"], [412, "parameters"], [423, "parameters"], [420, "parameters"], [418, "parameters"], [437, "parameters"], [440, "parameters"], [441, "parameters"], [439, "parameters"], [438, "parameters"], [453, "parameters"], [461, "parameters"], [460, "parameters"], [471, "parameters"], [466, "parameters"], [475, "parameters"], [472, "parameters"], [477, "parameters"], [482, "parameters"], [481, "parameters"], [483, "parameters"], [478, "parameters"], [487, "parameters"], [486, "parameters"], [488, "parameters"], [490, "parameters"], [491, "parameters"], [493, "parameters"], [495, "parameters"], [494, "parameters"], [492, "parameters"], [496, "parameters"], [497, "parameters"]], "Notations and documentation conventions": [[521, "notations-and-documentation-conventions"]], "Notation": [[521, "notation"]], "Documentation conventions for C++ code": [[521, "documentation-conventions-for-c-code"]], "add": [[521, "add"]], "Return value": [[521, "return-value"]], "More complex examples": [[514, "more-complex-examples"]], "A lazy sum": [[515, "a-lazy-sum"]], "Synopsis": [[538, "synopsis"], [529, "synopsis"], [539, "synopsis"], [545, "synopsis"], [543, "synopsis"], [523, "synopsis"], [537, "synopsis"]], "[gf] Matsubara imaginary time": [[538, "gf-imtime-matsubara-imaginary-time"]], "Domain & mesh": [[538, "domain-mesh"], [539, "domain-mesh"], [533, "domain-mesh"], [545, "domain-mesh"], [543, "domain-mesh"], [537, "domain-mesh"], [542, "domain-mesh"]], "Singularity": [[538, "singularity"], [539, "singularity"], [533, "singularity"], [545, "singularity"], [542, "singularity"]], "Evaluation method": [[538, "evaluation-method"], [539, "evaluation-method"], [545, "evaluation-method"], [543, "evaluation-method"], [537, "evaluation-method"]], "Data storage": [[538, "data-storage"], [539, "data-storage"], [533, "data-storage"], [545, "data-storage"], [543, "data-storage"], [537, "data-storage"], [542, "data-storage"]], "HDF5 storage convention": [[538, "hdf5-storage-convention"], [539, "hdf5-storage-convention"], [533, "hdf5-storage-convention"], [545, "hdf5-storage-convention"], [543, "hdf5-storage-convention"], [537, "hdf5-storage-convention"], [542, "hdf5-storage-convention"]], "Basic notions": [[525, "basic-notions"]], "Types of Green\u2019s functions": [[525, "types-of-green-s-functions"]], "Matsubara Green\u2019s function in imaginary time ": [[525, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[525, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[525, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Green function in real time ": [[525, "green-function-in-real-time-gfretime"]], "Retarded Green\u2019s function in real frequencies ": [[525, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Fourier and Legendre transforms": [[525, "fourier-and-legendre-transforms"]], "High-frequency tail": [[525, "high-frequency-tail"]], "Example": [[529, "example"], [507, "example"], [554, "example"], [551, "example"], [573, "example"], [590, "example"], [592, "example"], [555, "example"], [556, "example"], [558, "example"], [19, "example"], [95, "example"], [265, "example"], [264, "example"], [270, "example"], [326, "example"], [464, "example"], [460, "example"], [467, "example"], [471, "example"], [469, "example"], [493, "example"], [495, "example"], [494, "example"], [492, "example"], [523, "example"]], "Fourier transforms": [[529, "fourier-transforms"], [1896, "Fourier-transforms"], [1900, "Fourier-transforms"]], "fourier": [[529, "fourier"], [0, "fourier"], [0, "id76"]], "[gf] Legendre representation": [[539, "gf-legendre-legendre-representation"]], "Constructors": [[535, "constructors"], [533, "constructors"]], "Constructors of gf": [[535, "constructors-of-gf"]], "Data access": [[536, "data-access"]], "mesh": [[536, "mesh"], [0, "mesh"]], "data": [[536, "data"]], "singularity": [[536, "singularity"]], "symmetry": [[536, "symmetry"]], "Fourier: implementation notes": [[530, "fourier-implementation-notes"]], "The FFTW library": [[530, "the-fftw-library"]], "Implementation in real time/frequency using FFTW": [[530, "implementation-in-real-time-frequency-using-fftw"]], "Implementation in imaginary time/frequency using FFTW": [[530, "implementation-in-imaginary-time-frequency-using-fftw"]], "Special case of real functions in time for fermions": [[530, "special-case-of-real-functions-in-time-for-fermions"]], "Special case of real functions in time for bosons": [[530, "special-case-of-real-functions-in-time-for-bosons"]], "Usage of the tail in the TF": [[530, "usage-of-the-tail-in-the-tf"]], "[block_gf] Block Green functions": [[533, "block-gf-t-block-green-functions"]], "Factories": [[533, "factories"]], "Factories for the regular type": [[533, "factories-for-the-regular-type"]], "Factories for the view type": [[533, "factories-for-the-view-type"]], "Interpolation method": [[533, "interpolation-method"], [542, "interpolation-method"]], "Iterators": [[533, "iterators"]], "Concepts": [[527, "concepts"], [574, "concepts"]], "Domain": [[527, "domain"]], "PureFunctionOnDomain": [[527, "purefunctionondomain"]], "Mesh": [[527, "mesh"]], "MeshPoint": [[527, "meshpoint"]], "Assignment": [[532, "assignment"]], "Move assign operator": [[532, "move-assign-operator"]], "Interaction with CLEF expressions": [[526, "interaction-with-clef-expressions"]], "Operator()": [[534, "operator"]], "(1) Evaluation": [[534, "evaluation"]], "(2) Building a view": [[534, "building-a-view"]], "(3) Interaction with clef expressions": [[534, "interaction-with-clef-expressions"]], "General Principle": [[504, "general-principle"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[507, "solution-1-the-class-provides-the-transformation-into-a-dict-of-hdf-compliant-objects"]], "Principle": [[507, "principle"]], "What happens in detail?": [[507, "what-happens-in-detail"]], "[triqs/h5] The HDF5 format": [[506, "triqs-h5-the-hdf5-format"]], "triqs/MPI": [[509, "triqs-mpi"]], "Introduction": [[509, "introduction"], [593, "introduction"], [578, "introduction"]], "MPI documentation/manual/triqs": [[509, "mpi-documentation-manual-triqs"]], "Supported functions and types": [[509, "supported-functions-and-types"]], "Basic usage": [[509, "basic-usage"]], "Headers": [[509, "headers"]], "MPI example": [[509, "mpi-example"]], "Python API of the desc file": [[505, "python-api-of-the-desc-file"]], "The cfunction class": [[499, "the-cfunction-class"]], "The module_ class": [[503, "the-module-class"]], "Cpp2Py: a C++/Python interfacing tool": [[501, "cpp2py-a-c-python-interfacing-tool"]], "Manual": [[498, null], [9, "manual"]], "The class_ class": [[500, "the-class-class"]], "Convertion vs wrapping": [[502, "convertion-vs-wrapping"]], "Wrapping classes from C++ to Python": [[502, "wrapping-classes-from-c-to-python"]], "Convertion": [[502, "convertion"]], "Operator []": [[547, "operator"]], "(1) Use the linear index of the mesh": [[547, "use-the-linear-index-of-the-mesh"]], "(2) Use the mesh_point of the mesh": [[547, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[547, "find-the-closest-mesh-point-from-a-domain-point"]], "(4) Interaction with clef expressions": [[547, "interaction-with-clef-expressions"]], "Misc": [[540, "misc"]], "Statistic": [[540, "statistic"]], "Implementation notes": [[548, "implementation-notes"]], "HDF5 data scheme": [[554, "hdf5-data-scheme"], [555, "hdf5-data-scheme"], [556, "hdf5-data-scheme"], [558, "hdf5-data-scheme"], [557, "hdf5-data-scheme"], [508, "hdf5-data-scheme"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[554, "gfimfreq-matsubara-green-s-function-in-imaginary-frequencies"]], "Reference": [[554, "reference"], [589, "reference"], [560, "reference"], [561, "reference"], [555, "reference"], [556, "reference"], [558, "reference"], [557, "reference"]], "Parameters (KEYWORD argument ONLY)": [[554, "parameters-keyword-argument-only"], [674, "parameters-keyword-argument-only"], [713, "parameters-keyword-argument-only"], [752, "parameters-keyword-argument-only"], [791, "parameters-keyword-argument-only"], [830, "parameters-keyword-argument-only"], [555, "parameters-keyword-argument-only"], [556, "parameters-keyword-argument-only"], [558, "parameters-keyword-argument-only"], [557, "parameters-keyword-argument-only"]], "High-Frequency moments of the Green\u2019s function": [[551, "high-frequency-moments-of-the-green-s-function"], [562, "high-frequency-moments-of-the-green-s-function"]], "API": [[551, "api"]], "Adjusting the fit parameters (Advanced)": [[551, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[551, "adjusting-the-fit-window-advanced"]], "[gf] Real time": [[545, "gf-retime-real-time"]], "Specializations": [[546, "specializations"]], "[gf] Real frequencies": [[543, "gf-refreq-real-frequencies"]], "Green\u2019s functions": [[552, "green-s-functions"], [0, "greens-functions"], [1875, "green-s-functions"]], "Target reinterpretation": [[544, "target-reinterpretation"]], "The BravaisLattice and TightBinding classes: definitions and example": [[573, "the-bravaislattice-and-tightbinding-classes-definitions-and-example"]], "BravaisLattice": [[573, "bravaislattice"]], "TightBinding": [[573, "tightbinding"]], "energies_on_bz_path": [[573, "energies-on-bz-path"]], "Example: the Ising chain in a magnetic field": [[577, "example-the-ising-chain-in-a-magnetic-field"]], "The configuration": [[577, "the-configuration"]], "The move": [[577, "the-move"], [580, "the-move"]], "Measure": [[577, "measure"]], "Main program": [[577, "main-program"]], "U matrix construction": [[583, "u-matrix-construction"]], "Random number generator": [[579, "random-number-generator"]], "Generic use": [[579, "generic-use"]], "Getting a list of random number generators": [[579, "getting-a-list-of-random-number-generators"]], "Accessing the random number generator from the Monte Carlo class": [[579, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "Hilbert Transform": [[570, "hilbert-transform"]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[581, "triqs-operators-second-quantization-operators-and-many-body-hamiltonians"]], "Tutorial": [[580, "tutorial"]], "The C++ code for this problem": [[580, "the-c-code-for-this-problem"]], "Initializing the MPI": [[580, "initializing-the-mpi"]], "Constructing the Monte Carlo simulation": [[580, "constructing-the-monte-carlo-simulation"]], "Moves and measures": [[580, "moves-and-measures"]], "The measure": [[580, "the-measure"]], "Starting the Monte Carlo simulation": [[580, "starting-the-monte-carlo-simulation"]], "End of the simulation - gathering results": [[580, "end-of-the-simulation-gathering-results"]], "Writing your own Monte Carlo simulation": [[580, "writing-your-own-monte-carlo-simulation"]], "Free Fermions with tight binding hopping": [[572, "free-fermions-with-tight-binding-hopping"]], "Introduction & Motivations": [[574, "introduction-motivations"]], "The Move concept": [[574, "the-move-concept"]], "The Measure concept": [[574, "the-measure-concept"]], "Sums over Brillouin zone": [[571, "sums-over-brillouin-zone"]], "Member types": [[582, "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"], [134, "member-types"], [164, "member-types"], [202, "member-types"], [252, "member-types"], [269, "member-types"], [281, "member-types"], [293, "member-types"], [335, "member-types"], [367, "member-types"], [376, "member-types"], [388, "member-types"], [531, "member-types"], [550, "member-types"], [549, "member-types"]], "Free functions": [[582, "free-functions"], [537, "free-functions"]], "Python": [[582, "python"], [0, "python"], [1879, "python"], [584, "python"]], "Second-quantization operators": [[582, "second-quantization-operators"]], "Construction/factories": [[582, "construction-factories"]], "Overloaded operations": [[582, "overloaded-operations"]], "Methods": [[582, "methods"]], "Iteration over monomials": [[582, "iteration-over-monomials"]], "Serialization & HDF5": [[582, "serialization-hdf5"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[601, "triqs-atom-diag-atom-diag-atomdiagcomplex"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[604, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[603, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[611, "triqs-atom-diag-atom-diag-atomdiagcomplex-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[608, "triqs-atom-diag-atom-diag-atomdiagcomplex-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[612, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-eigenvalue"]], "triqs.atom_diag.atom_diag": [[600, "module-triqs.atom_diag.atom_diag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[606, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[613, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[610, "triqs-atom-diag-atom-diag-atomdiagcomplex-fops"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[614, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[602, "triqs-atom-diag-atom-diag-atomdiagcomplex-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[607, "triqs-atom-diag-atom-diag-atomdiagcomplex-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[609, "triqs-atom-diag-atom-diag-atomdiagcomplex-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[605, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-connection"]], "About TRIQS": [[3, "about-triqs"]], "Authors & contributors": [[3, "authors-contributors"]], "Citation": [[3, "citation"]], "License": [[3, "license"]], "Disclaimer": [[3, "disclaimer"], [1867, "disclaimer"]], "Logo files": [[3, "logo-files"]], "Table of contents": [[5, "table-of-contents"]], "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"]], "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"]], "mpi": [[0, "id26"], [0, "id58"], [108, "mpi"]], "C++": [[0, "c"], [1879, "c"], [584, "c"]], "itertools": [[0, "itertools"], [11, "itertools"]], "Changelog": [[0, "changelog"]], "Version 3.3.1": [[0, "version-3-3-1"]], "General": [[0, "general"], [0, "id2"], [0, "id4"], [0, "id8"], [0, "id18"], [0, "id30"], [0, "id35"], [0, "id41"], [0, "id49"], [0, "id52"], [0, "id62"], [0, "id66"], [0, "id74"], [0, "id80"]], "doc": [[0, "doc"], [0, "id3"], [0, "id5"], [0, "id10"], [0, "id14"], [0, "id21"], [0, "id34"], [0, "id38"], [0, "id46"], [0, "id50"], [0, "id54"], [0, "id64"], [0, "id73"], [0, "id79"]], "Version 3.3.0": [[0, "version-3-3-0"]], "Gf": [[0, "gf"], [0, "id9"], [0, "id31"]], "atom_diag": [[0, "atom-diag"], [0, "id19"], [0, "id27"], [0, "id36"], [0, "id72"]], "cmake": [[0, "cmake"], [0, "id7"], [0, "id11"], [0, "id13"], [0, "id20"], [0, "id29"], [0, "id32"], [0, "id37"], [0, "id42"], [0, "id48"], [0, "id51"], [0, "id53"], [0, "id65"], [0, "id69"], [0, "id77"]], "jenkins": [[0, "jenkins"], [0, "id6"], [0, "id12"], [0, "id23"], [0, "id33"], [0, "id40"], [0, "id45"], [0, "id56"], [0, "id63"]], "Version 3.2.1": [[0, "version-3-2-1"]], "Version 3.2.0": [[0, "version-3-2-0"]], "Porting Script": [[0, "porting-script"], [0, "id17"]], "API Changes": [[0, "api-changes"]], "Meshes": [[0, "meshes"], [0, "id16"]], "DLR": [[0, "dlr"]], "Lattice": [[0, "lattice"]], "det_manip": [[0, "det-manip"], [0, "id71"]], "mc_generic": [[0, "mc-generic"], [0, "id25"], [0, "id57"]], "MPI": [[0, "mpi"]], "Fixes": [[0, "fixes"]], "Version 3.1.1": [[0, "version-3-1-1"]], "gf": [[0, "id15"], [0, "id22"], [0, "id28"], [0, "id39"], [0, "id44"], [0, "id47"], [0, "id55"], [0, "id67"], [0, "id81"]], "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, "id43"]], "lattice": [[0, "id24"], [0, "id59"], [0, "id70"]], "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, "id68"]], "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, "id60"]], "packaging": [[0, "packaging"], [0, "id61"]], "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, "id78"]], "h5": [[0, "h5"]], "pytriqs": [[0, "pytriqs"], [0, "id75"], [0, "id83"]], "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, "id82"]], "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, "id84"]], "Version 1.4": [[0, "version-1-4"]], "Documentation": [[0, "documentation"], [9, "documentation"]], "Installation": [[0, "installation"], [0, "id85"], [1863, "installation"]], "Many-body operators": [[0, "many-body-operators"], [0, "id86"]], "Tests": [[0, "tests"], [0, "id88"]], "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, "id87"], [561, "hdf5"]], "c++2py": [[0, "c-2py"]], "Miscellaneous": [[0, "miscellaneous"]], "Version 1.2": [[0, "version-1-2"]], "Green Functions": [[0, "id89"]], "Version 1.1": [[0, "version-1-1"]], "Version 1.0": [[0, "version-1-0"]], "Python classes": [[0, "python-classes"]], "Archives": [[0, "archives"]], "C++ API": [[9, "c-api"]], "Python API": [[9, "python-api"], [562, "python-api"]], "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.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[627, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[616, "triqs-atom-diag-atom-diag-atomdiagcomplex-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[617, "triqs-atom-diag-atom-diag-atomdiagcomplex-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[620, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[618, "triqs-atom-diag-atom-diag-atomdiagcomplex-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[625, "triqs-atom-diag-atom-diag-atomdiagreal-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[622, "triqs-atom-diag-atom-diag-atomdiagreal"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[615, "triqs-atom-diag-atom-diag-atomdiagcomplex-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[623, "triqs-atom-diag-atom-diag-atomdiagreal-init"]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[628, "triqs-atom-diag-atom-diag-atomdiagreal-energies"]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[629, "triqs-atom-diag-atom-diag-atomdiagreal-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[624, "triqs-atom-diag-atom-diag-atomdiagreal-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[619, "triqs-atom-diag-atom-diag-atomdiagcomplex-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[621, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[626, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[631, "triqs-atom-diag-atom-diag-atomdiagreal-fops"]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[636, "triqs-atom-diag-atom-diag-atomdiagreal-gs-energy"]], "triqs.atom_diag.atom_diag.act": [[643, "triqs-atom-diag-atom-diag-act"]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[639, "triqs-atom-diag-atom-diag-atomdiagreal-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[637, "triqs-atom-diag-atom-diag-atomdiagreal-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[640, "triqs-atom-diag-atom-diag-atomdiagreal-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[642, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[634, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[638, "triqs-atom-diag-atom-diag-atomdiagreal-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[635, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[630, "triqs-atom-diag-atom-diag-atomdiagreal-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[632, "triqs-atom-diag-atom-diag-atomdiagreal-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[641, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[633, "triqs-atom-diag-atom-diag-atomdiagreal-get-eigenvalue"]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[644, "triqs-atom-diag-atom-diag-atomic-density-matrix"]], "triqs.dos.dos.DOS.density": [[658, "triqs-dos-dos-dos-density"]], "triqs.dos.dos.DOS.copy": [[657, "triqs-dos-dos-dos-copy"]], "triqs.atom_diag.atom_diag.atomic_g_w": [[648, "triqs-atom-diag-atom-diag-atomic-g-w"]], "triqs.dos.dos": [[654, "module-triqs.dos.dos"]], "triqs.atom_diag.atom_diag.atomic_g_l": [[646, "triqs-atom-diag-atom-diag-atomic-g-l"]], "triqs.dos.dos.DOS.__init__": [[656, "triqs-dos-dos-dos-init"]], "triqs.dos.dos.DOSFromFunction": [[659, "triqs-dos-dos-dosfromfunction"]], "triqs.atom_diag.atom_diag.trace_rho_op": [[652, "triqs-atom-diag-atom-diag-trace-rho-op"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[651, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues-checked"]], "triqs.dos.dos.DOS": [[655, "triqs-dos-dos-dos"]], "triqs.atom_diag.atom_diag.partition_function": [[649, "triqs-atom-diag-atom-diag-partition-function"]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[645, "triqs-atom-diag-atom-diag-atomic-g-iw"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[650, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues"]], "triqs.dos": [[653, "module-triqs.dos"]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[647, "triqs-atom-diag-atom-diag-atomic-g-tau"]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[666, "triqs-dos-hilbert-transform-hilberttransform-init"]], "triqs.dos.dos.DOSFromFunction.copy": [[661, "triqs-dos-dos-dosfromfunction-copy"]], "triqs.gf.backwd_compat.gf_imfreq": [[673, "module-triqs.gf.backwd_compat.gf_imfreq"]], "triqs.gf.backwd_compat": [[672, "module-triqs.gf.backwd_compat"]], "triqs.dos.dos.dos_from_file": [[663, "triqs-dos-dos-dos-from-file"]], "triqs.dos.dos.DOSFromFunction.density": [[662, "triqs-dos-dos-dosfromfunction-density"]], "triqs.gf": [[671, "module-triqs.gf"]], "triqs.dos.hilbert_transform.HilbertTransform": [[665, "triqs-dos-hilbert-transform-hilberttransform"]], "triqs.fit.fit": [[668, "module-triqs.fit.fit"]], "triqs.dos.dos.DOSFromFunction.__init__": [[660, "triqs-dos-dos-dosfromfunction-init"]], "triqs.fit.fit.Fit.__init__": [[670, "triqs-fit-fit-fit-init"]], "triqs.fit.fit.Fit": [[669, "triqs-fit-fit-fit"]], "triqs.dos.hilbert_transform": [[664, "module-triqs.dos.hilbert_transform"]], "triqs.fit": [[667, "module-triqs.fit"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[674, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[689, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-inverse"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[678, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[680, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[687, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-imag"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[682, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[688, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[683, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[685, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[686, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[681, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[684, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[675, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[679, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[676, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[677, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[691, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[702, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[693, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-mesh"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[690, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-invert"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[701, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[704, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[696, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[703, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[698, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[695, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-real"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[699, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[694, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[692, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[700, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[697, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[713, "triqs-gf-backwd-compat-gf-imtime-gfimtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[714, "triqs-gf-backwd-compat-gf-imtime-gfimtime-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[711, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-zero"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[717, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.tau_L2_norm": [[707, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[708, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-total-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[715, "triqs-gf-backwd-compat-gf-imtime-gfimtime-conjugate"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[718, "triqs-gf-backwd-compat-gf-imtime-gfimtime-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[709, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-transpose"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[706, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-shape"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[705, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[710, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-x-data-view"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[716, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[719, "triqs-gf-backwd-compat-gf-imtime-gfimtime-density"]], "triqs.gf.backwd_compat.gf_imtime": [[712, "module-triqs.gf.backwd_compat.gf_imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[726, "triqs-gf-backwd-compat-gf-imtime-gfimtime-imag"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[731, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[732, "triqs-gf-backwd-compat-gf-imtime-gfimtime-mesh"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[720, "triqs-gf-backwd-compat-gf-imtime-gfimtime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[724, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[733, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[722, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[729, "triqs-gf-backwd-compat-gf-imtime-gfimtime-invert"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[730, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[727, "triqs-gf-backwd-compat-gf-imtime-gfimtime-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[721, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[734, "triqs-gf-backwd-compat-gf-imtime-gfimtime-real"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[728, "triqs-gf-backwd-compat-gf-imtime-gfimtime-inverse"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[725, "triqs-gf-backwd-compat-gf-imtime-gfimtime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[723, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[742, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[735, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[736, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[743, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.tau_L2_norm": [[746, "triqs-gf-backwd-compat-gf-imtime-gfimtime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[748, "triqs-gf-backwd-compat-gf-imtime-gfimtime-transpose"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[749, "triqs-gf-backwd-compat-gf-imtime-gfimtime-x-data-view"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[741, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[745, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[738, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[747, "triqs-gf-backwd-compat-gf-imtime-gfimtime-total-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[740, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[739, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[744, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[737, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[752, "triqs-gf-backwd-compat-gf-legendre-gflegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[756, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy-from"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[758, "triqs-gf-backwd-compat-gf-legendre-gflegendre-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[750, "triqs-gf-backwd-compat-gf-imtime-gfimtime-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[757, "triqs-gf-backwd-compat-gf-legendre-gflegendre-data"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[762, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[759, "triqs-gf-backwd-compat-gf-legendre-gflegendre-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[755, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[761, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[763, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[760, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[754, "triqs-gf-backwd-compat-gf-legendre-gflegendre-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[764, "triqs-gf-backwd-compat-gf-legendre-gflegendre-from-l-g-r"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[753, "triqs-gf-backwd-compat-gf-legendre-gflegendre-init"]], "triqs.gf.backwd_compat.gf_legendre": [[751, "module-triqs.gf.backwd_compat.gf_legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[779, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imtime"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[769, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[776, "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": [[770, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[767, "triqs-gf-backwd-compat-gf-legendre-gflegendre-inverse"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[775, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[768, "triqs-gf-backwd-compat-gf-legendre-gflegendre-invert"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[777, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-fourier"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[766, "triqs-gf-backwd-compat-gf-legendre-gflegendre-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[773, "triqs-gf-backwd-compat-gf-legendre-gflegendre-real"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[774, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rebinning-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[771, "triqs-gf-backwd-compat-gf-legendre-gflegendre-mesh"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[765, "triqs-gf-backwd-compat-gf-legendre-gflegendre-imag"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[778, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[772, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rank"]], "triqs.gf.backwd_compat.gf_refreq": [[790, "module-triqs.gf.backwd_compat.gf_refreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[782, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[786, "triqs-gf-backwd-compat-gf-legendre-gflegendre-total-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[793, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[781, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-pade"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[791, "triqs-gf-backwd-compat-gf-refreq-gfrefreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[788, "triqs-gf-backwd-compat-gf-legendre-gflegendre-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[784, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-shape"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[787, "triqs-gf-backwd-compat-gf-legendre-gflegendre-transpose"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[780, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.tau_L2_norm": [[785, "triqs-gf-backwd-compat-gf-legendre-gflegendre-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[794, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[792, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[783, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[789, "triqs-gf-backwd-compat-gf-legendre-gflegendre-zero"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[798, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[802, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[804, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-imag"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[807, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-invert"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[809, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[801, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[797, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[795, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[806, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-inverse"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[800, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[796, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[803, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[808, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[799, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[805, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[819, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[817, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[811, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[810, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-mesh"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[812, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-real"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[813, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[814, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[815, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[816, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[818, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[821, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[823, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-shape"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.tau_L2_norm": [[824, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[822, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[820, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[831, "triqs-gf-backwd-compat-gf-retime-gfretime-init"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[830, "triqs-gf-backwd-compat-gf-retime-gfretime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[832, "triqs-gf-backwd-compat-gf-retime-gfretime-conjugate"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[836, "triqs-gf-backwd-compat-gf-retime-gfretime-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[827, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[838, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[839, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime": [[829, "module-triqs.gf.backwd_compat.gf_retime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[833, "triqs-gf-backwd-compat-gf-retime-gfretime-copy"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[837, "triqs-gf-backwd-compat-gf-retime-gfretime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[835, "triqs-gf-backwd-compat-gf-retime-gfretime-data"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[834, "triqs-gf-backwd-compat-gf-retime-gfretime-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[828, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-zero"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[825, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-total-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[826, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[850, "triqs-gf-backwd-compat-gf-retime-gfretime-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[848, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[844, "triqs-gf-backwd-compat-gf-retime-gfretime-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[845, "triqs-gf-backwd-compat-gf-retime-gfretime-inverse"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[853, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[849, "triqs-gf-backwd-compat-gf-retime-gfretime-mesh"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[854, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[843, "triqs-gf-backwd-compat-gf-retime-gfretime-imag"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[840, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[846, "triqs-gf-backwd-compat-gf-retime-gfretime-invert"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[847, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[851, "triqs-gf-backwd-compat-gf-retime-gfretime-real"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[841, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[852, "triqs-gf-backwd-compat-gf-retime-gfretime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[842, "triqs-gf-backwd-compat-gf-retime-gfretime-from-l-g-r"]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[594, "triqs-utility-utilities-exceptions-tuple-tools-etc"]], "Python include warnings": [[596, "python-include-warnings"]], "Tuple tools": [[597, "tuple-tools"]], "apply": [[597, "apply"]], "for_each": [[597, "for-each"]], "for_each_zip": [[597, "for-each-zip"]], "map": [[597, "map"]], "fold": [[597, "fold"]], "reverse": [[597, "reverse"]], "called_on_tuple": [[597, "called-on-tuple"]], "Helper functions": [[587, "helper-functions"]], "Plotting TRIQS objects": [[590, "plotting-triqs-objects"]], "A thin layer above matplotlib": [[590, "a-thin-layer-above-matplotlib"]], "Multiple panels figures": [[590, "multiple-panels-figures"]], "Plot protocol [Advanced]": [[590, "plot-protocol-advanced"]], "Example with options": [[590, "example-with-options"]], "Exceptions": [[595, "exceptions"]], "Random number generators": [[592, "random-number-generators"]], "Usage": [[592, "usage"], [1864, "usage"], [1868, "usage"]], "Complete documentation/manual/triqs": [[592, "complete-documentation-manual-triqs"]], "Observables": [[586, "observables"]], "triqs.atom_diag": [[598, "module-triqs.atom_diag"]], "triqs.atom_diag.AtomDiag": [[599, "triqs-atom-diag-atomdiag"]], "[triqs/stat] Statistical Analysis": [[593, "triqs-stat-statistical-analysis"]], "Processing Correlated Data": [[593, "processing-correlated-data"]], "Averages and Standard Errors": [[593, "averages-and-standard-errors"]], "Fitting data": [[589, "fitting-data"]], "A simple example": [[589, "a-simple-example"]], "Reproducibility, provenance": [[591, "reproducibility-provenance"]], "TRIQS code version": [[591, "triqs-code-version"]], "Saving the script in the data archive": [[591, "saving-the-script-in-the-data-archive"]], "From the data to the figures": [[591, "from-the-data-to-the-figures"]], "Hamiltonians": [[585, "hamiltonians"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[866, "triqs-gf-backwd-compat-gf-retime-gfretime-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[860, "triqs-gf-backwd-compat-gf-retime-gfretime-target-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[867, "triqs-gf-backwd-compat-gf-retime-gfretime-zero"]], "triqs.gf.block2_gf": [[868, "module-triqs.gf.block2_gf"]], "triqs.gf.block2_gf.Block2Gf": [[869, "triqs-gf-block2-gf-block2gf"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[855, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[861, "triqs-gf-backwd-compat-gf-retime-gfretime-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[865, "triqs-gf-backwd-compat-gf-retime-gfretime-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.tau_L2_norm": [[863, "triqs-gf-backwd-compat-gf-retime-gfretime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[858, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[859, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[862, "triqs-gf-backwd-compat-gf-retime-gfretime-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[857, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[864, "triqs-gf-backwd-compat-gf-retime-gfretime-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[856, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imfreq"]], "triqs.gf.block2_gf.Block2Gf.__init__": [[870, "triqs-gf-block2-gf-block2gf-init"]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[879, "triqs-gf-block2-gf-block2gf-n-blocks"]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[881, "triqs-gf-block2-gf-block2gf-view-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[874, "triqs-gf-block2-gf-block2gf-copy-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[873, "triqs-gf-block2-gf-block2gf-copy-from"]], "triqs.gf.block2_gf.Block2Gf.real": [[880, "triqs-gf-block2-gf-block2gf-real"]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[871, "triqs-gf-block2-gf-block2gf-all-indices"]], "triqs.gf.block_gf.BlockGf": [[884, "triqs-gf-block-gf-blockgf"]], "triqs.gf.block2_gf.Block2Gf.copy": [[872, "triqs-gf-block2-gf-block2gf-copy"]], "triqs.gf.block2_gf.Block2Gf.imag": [[875, "triqs-gf-block2-gf-block2gf-imag"]], "triqs.gf.block2_gf.Block2Gf.zero": [[882, "triqs-gf-block2-gf-block2gf-zero"]], "triqs.gf.block2_gf.Block2Gf.indices1": [[877, "triqs-gf-block2-gf-block2gf-indices1"]], "triqs.gf.block_gf": [[883, "module-triqs.gf.block_gf"]], "triqs.gf.block2_gf.Block2Gf.indices2": [[878, "triqs-gf-block2-gf-block2gf-indices2"]], "triqs.gf.block2_gf.Block2Gf.indices": [[876, "triqs-gf-block2-gf-block2gf-indices"]], "triqs.gf.block_gf.BlockGf.mesh": [[898, "triqs-gf-block-gf-blockgf-mesh"]], "triqs.gf.block_gf.BlockGf.__init__": [[885, "triqs-gf-block-gf-blockgf-init"]], "triqs.gf.block_gf.BlockGf.copy_from": [[890, "triqs-gf-block-gf-blockgf-copy-from"]], "triqs.gf.block_gf.BlockGf.all_indices": [[886, "triqs-gf-block-gf-blockgf-all-indices"]], "triqs.gf.block_gf.BlockGf.imag": [[893, "triqs-gf-block-gf-blockgf-imag"]], "triqs.gf.block_gf.BlockGf.indices": [[894, "triqs-gf-block-gf-blockgf-indices"]], "triqs.gf.block_gf.BlockGf.copy": [[889, "triqs-gf-block-gf-blockgf-copy"]], "triqs.gf.block_gf.BlockGf.conjugate": [[888, "triqs-gf-block-gf-blockgf-conjugate"]], "triqs.gf.block_gf.BlockGf.load": [[897, "triqs-gf-block-gf-blockgf-load"]], "triqs.gf.block_gf.BlockGf.n_blocks": [[899, "triqs-gf-block-gf-blockgf-n-blocks"]], "triqs.gf.block_gf.BlockGf.density": [[892, "triqs-gf-block-gf-blockgf-density"]], "triqs.gf.block_gf.BlockGf.inverse": [[895, "triqs-gf-block-gf-blockgf-inverse"]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[891, "triqs-gf-block-gf-blockgf-copy-selected-blocks"]], "triqs.gf.block_gf.BlockGf.beta": [[887, "triqs-gf-block-gf-blockgf-beta"]], "triqs.gf.block_gf.BlockGf.invert": [[896, "triqs-gf-block-gf-blockgf-invert"]], "Reference documentation/manual": [[568, "reference-documentation-manual"], [508, "reference-documentation-manual"]], "[triqs/lattice] Lattice tools": [[568, "triqs-lattice-lattice-tools"]], "Introductory example": [[568, "introductory-example"]], "Bravais Lattice": [[567, "bravais-lattice"]], "Descriptors": [[560, "descriptors"]], "Operations": [[561, "operations"], [202, "operations"], [553, "operations"]], "shelve / pickle": [[561, "shelve-pickle"], [553, "shelve-pickle"]], "BlockGf: The complete Green\u2019s function": [[561, "blockgf-the-complete-green-s-function"]], "A little example": [[561, "a-little-example"]], "Block access": [[561, "block-access"]], "Iterator": [[561, "iterator"]], "View or copies?": [[561, "view-or-copies"]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[555, "gfimtime-matsubara-green-s-function-in-imaginary-time"]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[556, "gflegendre-matsubara-green-s-function-with-legendre-polynomials"]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[565, "triqs-hilbert-space-many-body-states-and-hilbert-spaces"]], "Example of use": [[565, "example-of-use"]], "[GfReTime] Retarded Green\u2019s function in real time": [[558, "gfretime-retarded-green-s-function-in-real-time"]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[557, "gfrefreq-retarded-green-s-function-in-real-frequencies"]], "Fourier and Legendre to Matsubara transforms": [[564, "fourier-and-legendre-to-matsubara-transforms"]], "Time to frequency": [[564, "time-to-frequency"]], "Legendre to Matsubara": [[564, "legendre-to-matsubara"]], "Tools for GFs": [[563, "tools-for-gfs"]], "StateVector Concept": [[566, "statevector-concept"]], "Density of state and related tools": [[569, "density-of-state-and-related-tools"]], "The Density of state: DOS": [[569, "the-density-of-state-dos"]], "Reading a DOS from a text file": [[569, "reading-a-dos-from-a-text-file"]], "Computing a DOS from a tight_binding": [[569, "computing-a-dos-from-a-tight-binding"]], "The DOS computed from a function": [[569, "the-dos-computed-from-a-function"]], "triqs.gf.descriptor_base.Base.__init__": [[910, "triqs-gf-descriptor-base-base-init"]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[913, "triqs-gf-descriptor-base-baseblock-is-block-descriptor"]], "triqs.gf.block_gf.BlockGf.save": [[901, "triqs-gf-block-gf-blockgf-save"]], "triqs.gf.block_gf.BlockGf.real": [[900, "triqs-gf-block-gf-blockgf-real"]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[904, "triqs-gf-block-gf-blockgf-view-selected-blocks"]], "triqs.gf.block_gf.BlockGf.zero": [[905, "triqs-gf-block-gf-blockgf-zero"]], "triqs.gf.block_gf.call_factory_from_dict": [[906, "triqs-gf-block-gf-call-factory-from-dict"]], "triqs.gf.descriptor_base.Const": [[914, "triqs-gf-descriptor-base-const"]], "triqs.gf.descriptor_base.Base": [[909, "triqs-gf-descriptor-base-base"]], "triqs.gf.block_gf.BlockGf.transpose": [[903, "triqs-gf-block-gf-blockgf-transpose"]], "triqs.gf.block_gf.BlockGf.total_density": [[902, "triqs-gf-block-gf-blockgf-total-density"]], "triqs.gf.block_gf.fix_gf_struct_type": [[907, "triqs-gf-block-gf-fix-gf-struct-type"]], "triqs.gf.descriptor_base.BaseBlock": [[911, "triqs-gf-descriptor-base-baseblock"]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[912, "triqs-gf-descriptor-base-baseblock-init"]], "triqs.gf.descriptor_base": [[908, "module-triqs.gf.descriptor_base"]], "triqs.gf.descriptor_base.Omega_": [[920, "triqs-gf-descriptor-base-omega"]], "triqs.gf.descriptors.Fourier": [[928, "triqs-gf-descriptors-fourier"]], "triqs.gf.descriptor_base.Function": [[916, "triqs-gf-descriptor-base-function"]], "triqs.gf.descriptors.Flat.__init__": [[927, "triqs-gf-descriptors-flat-init"]], "triqs.gf.descriptors.Flat": [[926, "triqs-gf-descriptors-flat"]], "triqs.gf.descriptor_base.Const.__init__": [[915, "triqs-gf-descriptor-base-const-init"]], "triqs.gf.descriptor_base.is_lazy": [[923, "triqs-gf-descriptor-base-is-lazy"]], "triqs.gf.descriptor_base.is_scalar": [[924, "triqs-gf-descriptor-base-is-scalar"]], "triqs.gf.descriptor_base.Function.__init__": [[917, "triqs-gf-descriptor-base-function-init"]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[922, "triqs-gf-descriptor-base-convert-scalar-to-const"]], "triqs.gf.descriptor_base.Omega_.__init__": [[921, "triqs-gf-descriptor-base-omega-init"]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[919, "triqs-gf-descriptor-base-lazyctx-init"]], "triqs.gf.descriptors": [[925, "module-triqs.gf.descriptors"]], "triqs.gf.descriptor_base.LazyCTX": [[918, "triqs-gf-descriptor-base-lazyctx"]], "triqs.gf.descriptors.Fourier.__init__": [[929, "triqs-gf-descriptors-fourier-init"]], "triqs.gf.descriptors.LegendreToMatsubara": [[931, "triqs-gf-descriptors-legendretomatsubara"]], "triqs.gf.descriptors.semi": [[943, "triqs-gf-descriptors-semi"]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[938, "triqs-gf-descriptors-onefermionintime-init"]], "triqs.gf.descriptors.SemiCircular": [[939, "triqs-gf-descriptors-semicircular"]], "triqs.gf.descriptors.Wilson": [[941, "triqs-gf-descriptors-wilson"]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[930, "triqs-gf-descriptors-fourier-is-block-descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[936, "triqs-gf-descriptors-matsubaratolegendre-is-block-descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[935, "triqs-gf-descriptors-matsubaratolegendre-init"]], "triqs.gf.descriptors.Wilson.__init__": [[942, "triqs-gf-descriptors-wilson-init"]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[932, "triqs-gf-descriptors-legendretomatsubara-init"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[934, "triqs-gf-descriptors-matsubaratolegendre"]], "triqs.gf.descriptors.OneFermionInTime": [[937, "triqs-gf-descriptors-onefermionintime"]], "triqs.gf.dlr_crm_dyson_solver": [[944, "module-triqs.gf.dlr_crm_dyson_solver"]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[933, "triqs-gf-descriptors-legendretomatsubara-is-block-descriptor"]], "triqs.gf.descriptors.SemiCircular.__init__": [[940, "triqs-gf-descriptors-semicircular-init"]], "triqs.gf.dlr_crm_dyson_solver.minimize_dyson": [[945, "triqs-gf-dlr-crm-dyson-solver-minimize-dyson"]], "triqs.gf.gf.Gf.data": [[957, "triqs-gf-gf-gf-data"]], "triqs.gf.gf": [[946, "module-triqs.gf.gf"]], "triqs.gf.gf.CallProxyNone": [[950, "triqs-gf-gf-callproxynone"]], "triqs.gf.gf.Gf.copy_from": [[956, "triqs-gf-gf-gf-copy-from"]], "triqs.gf.gf.AddMethod": [[947, "triqs-gf-gf-addmethod"]], "triqs.gf.gf.CallProxyNone.__init__": [[951, "triqs-gf-gf-callproxynone-init"]], "triqs.gf.gf.Gf": [[952, "triqs-gf-gf-gf"]], "triqs.gf.gf.Gf.copy": [[955, "triqs-gf-gf-gf-copy"]], "triqs.gf.gf.Gf.density": [[958, "triqs-gf-gf-gf-density"]], "triqs.gf.gf.Gf.enforce_discontinuity": [[959, "triqs-gf-gf-gf-enforce-discontinuity"]], "triqs.gf.gf.Gf.conjugate": [[954, "triqs-gf-gf-gf-conjugate"]], "triqs.gf.gf.Gf.__init__": [[953, "triqs-gf-gf-gf-init"]], "triqs.gf.gf.AddMethod.mro": [[949, "triqs-gf-gf-addmethod-mro"]], "triqs.gf.gf.AddMethod.__init__": [[948, "triqs-gf-gf-addmethod-init"]], "triqs.gf.gf.Gf.indices": [[966, "triqs-gf-gf-gf-indices"]], "triqs.gf.gf.Gf.real": [[973, "triqs-gf-gf-gf-real"]], "triqs.gf.gf.Gf.inverse": [[967, "triqs-gf-gf-gf-inverse"]], "triqs.gf.gf.Gf.rank": [[972, "triqs-gf-gf-gf-rank"]], "triqs.gf.gf.Gf.from_L_G_R": [[964, "triqs-gf-gf-gf-from-l-g-r"]], "triqs.gf.gf.Gf.fit_tail_on_window": [[963, "triqs-gf-gf-gf-fit-tail-on-window"]], "triqs.gf.gf.Gf.rebinning_tau": [[974, "triqs-gf-gf-gf-rebinning-tau"]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[961, "triqs-gf-gf-gf-fit-hermitian-tail-on-window"]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[960, "triqs-gf-gf-gf-fit-hermitian-tail"]], "triqs.gf.gf.Gf.fit_tail": [[962, "triqs-gf-gf-gf-fit-tail"]], "triqs.gf.gf.Gf.invert": [[968, "triqs-gf-gf-gf-invert"]], "triqs.gf.gf.Gf.imag": [[965, "triqs-gf-gf-gf-imag"]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[970, "triqs-gf-gf-gf-is-gf-real-in-tau"]], "triqs.gf.gf.Gf.is_gf_hermitian": [[969, "triqs-gf-gf-gf-is-gf-hermitian"]], "triqs.gf.gf.Gf.mesh": [[971, "triqs-gf-gf-gf-mesh"]], "triqs.gf.gf.Gf.set_from_imtime": [[979, "triqs-gf-gf-gf-set-from-imtime"]], "triqs.gf.gf.Gf.set_from_imfreq": [[978, "triqs-gf-gf-gf-set-from-imfreq"]], "triqs.gf.gf.Gf.set_from_legendre": [[980, "triqs-gf-gf-gf-set-from-legendre"]], "triqs.gf.gf.Gf.zero": [[989, "triqs-gf-gf-gf-zero"]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[976, "triqs-gf-gf-gf-replace-by-tail-in-fit-window"]], "triqs.gf.gf.Gf.target_shape": [[984, "triqs-gf-gf-gf-target-shape"]], "triqs.gf.gf.Gf.transpose": [[987, "triqs-gf-gf-gf-transpose"]], "triqs.gf.gf.Gf.target_rank": [[983, "triqs-gf-gf-gf-target-rank"]], "triqs.gf.gf.Gf.x_data_view": [[988, "triqs-gf-gf-gf-x-data-view"]], "triqs.gf.gf.Gf.tau_L2_norm": [[985, "triqs-gf-gf-gf-tau-l2-norm"]], "triqs.gf.gf.Gf.set_from_fourier": [[977, "triqs-gf-gf-gf-set-from-fourier"]], "triqs.gf.gf.Gf.replace_by_tail": [[975, "triqs-gf-gf-gf-replace-by-tail"]], "triqs.gf.gf.Gf.target_indices": [[982, "triqs-gf-gf-gf-target-indices"]], "triqs.gf.gf.Gf.total_density": [[986, "triqs-gf-gf-gf-total-density"]], "triqs.gf.gf.Gf.set_from_pade": [[981, "triqs-gf-gf-gf-set-from-pade"]], "triqs.gf.gf_factories.make_gf_imtime": [[1002, "triqs-gf-gf-factories-make-gf-imtime"]], "triqs.gf.gf.bckwd": [[993, "triqs-gf-gf-bckwd"]], "triqs.gf.gf.Idx.__init__": [[991, "triqs-gf-gf-idx-init"]], "triqs.gf.gf.add_method_helper": [[992, "triqs-gf-gf-add-method-helper"]], "triqs.gf.gf.call_factory_from_dict": [[994, "triqs-gf-gf-call-factory-from-dict"]], "triqs.gf.gf_factories.make_gf_from_fourier": [[1000, "triqs-gf-gf-factories-make-gf-from-fourier"]], "triqs.gf.gf_factories.make_gf_imfreq": [[1001, "triqs-gf-gf-factories-make-gf-imfreq"]], "triqs.gf.gf_factories.make_hermitian": [[1003, "triqs-gf-gf-factories-make-hermitian"]], "triqs.gf.gf.Idx": [[990, "triqs-gf-gf-idx"]], "triqs.gf.gf_factories.make_gf_dlr": [[997, "triqs-gf-gf-factories-make-gf-dlr"]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[998, "triqs-gf-gf-factories-make-gf-dlr-imfreq"]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[999, "triqs-gf-gf-factories-make-gf-dlr-imtime"]], "triqs.gf.gf_factories": [[995, "module-triqs.gf.gf_factories"]], "triqs.gf.gf_factories.fit_gf_dlr": [[996, "triqs-gf-gf-factories-fit-gf-dlr"]], "triqs.gf.gf_factories.make_real_in_tau": [[1004, "triqs-gf-gf-factories-make-real-in-tau"]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[1008, "triqs-gf-gf-fnt-fit-hermitian-tail"]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[1016, "triqs-gf-gf-fnt-replace-by-tail-in-fit-window"]], "triqs.gf.gf_fnt.set_from_fourier": [[1017, "triqs-gf-gf-fnt-set-from-fourier"]], "triqs.gf.gf_fnt.enforce_discontinuity": [[1007, "triqs-gf-gf-fnt-enforce-discontinuity"]], "triqs.gf.gf_fnt.fit_tail": [[1010, "triqs-gf-gf-fnt-fit-tail"]], "triqs.gf.gf_fnt.is_gf_hermitian": [[1012, "triqs-gf-gf-fnt-is-gf-hermitian"]], "triqs.gf.gf_fnt.density": [[1006, "triqs-gf-gf-fnt-density"]], "triqs.gf.gf_fnt.fit_tail_on_window": [[1011, "triqs-gf-gf-fnt-fit-tail-on-window"]], "triqs.gf.gf_fnt.set_from_imfreq": [[1018, "triqs-gf-gf-fnt-set-from-imfreq"]], "triqs.gf.gf_fnt.set_from_imtime": [[1019, "triqs-gf-gf-fnt-set-from-imtime"]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[1013, "triqs-gf-gf-fnt-is-gf-real-in-tau"]], "triqs.gf.gf_fnt": [[1005, "module-triqs.gf.gf_fnt"]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[1009, "triqs-gf-gf-fnt-fit-hermitian-tail-on-window"]], "triqs.gf.gf_fnt.rebinning_tau": [[1014, "triqs-gf-gf-fnt-rebinning-tau"]], "triqs.gf.gf_fnt.replace_by_tail": [[1015, "triqs-gf-gf-fnt-replace-by-tail"]], "triqs.gf.lazy_expressions.all_terminals": [[1032, "triqs-gf-lazy-expressions-all-terminals"]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[1029, "triqs-gf-lazy-expressions-lazyexpr-set-from"]], "triqs.gf.lazy_expressions": [[1023, "module-triqs.gf.lazy_expressions"]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[1026, "triqs-gf-lazy-expressions-lazyexpr-copy"]], "triqs.gf.gf_fnt.set_from_pade": [[1021, "triqs-gf-gf-fnt-set-from-pade"]], "triqs.gf.lazy_expressions.LazyExpr": [[1024, "triqs-gf-lazy-expressions-lazyexpr"]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[1027, "triqs-gf-lazy-expressions-lazyexpr-get-terminal"]], "triqs.gf.lazy_expressions.eval_expr": [[1033, "triqs-gf-lazy-expressions-eval-expr"]], "triqs.gf.gf_fnt.tau_L2_norm": [[1022, "triqs-gf-gf-fnt-tau-l2-norm"]], "triqs.gf.gf_fnt.set_from_legendre": [[1020, "triqs-gf-gf-fnt-set-from-legendre"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1030, "triqs-gf-lazy-expressions-lazyexprterminal"]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[1025, "triqs-gf-lazy-expressions-lazyexpr-init"]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[1028, "triqs-gf-lazy-expressions-lazyexpr-is-terminal"]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[1031, "triqs-gf-lazy-expressions-lazyexprterminal-init"]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[1034, "triqs-gf-lazy-expressions-eval-expr-with-context"]], "triqs.gf.matsubara_freq": [[1039, "module-triqs.gf.matsubara_freq"]], "triqs.gf.lazy_expressions.lazy_function": [[1035, "triqs-gf-lazy-expressions-lazy-function"]], "triqs.gf.mesh_point.MeshPoint.imag": [[1049, "triqs-gf-mesh-point-meshpoint-imag"]], "triqs.gf.map_block": [[1038, "module-triqs.gf.map_block"]], "triqs.gf.mesh_point.MeshPoint.__init__": [[1048, "triqs-gf-mesh-point-meshpoint-init"]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[1041, "triqs-gf-matsubara-freq-matsubarafreq-init"]], "triqs.gf.matsubara_freq.MatsubaraFreq.index": [[1043, "triqs-gf-matsubara-freq-matsubarafreq-index"]], "triqs.gf.lazy_expressions.make_lazy": [[1036, "triqs-gf-lazy-expressions-make-lazy"]], "triqs.gf.lazy_expressions.transform": [[1037, "triqs-gf-lazy-expressions-transform"]], "triqs.gf.mesh_point.MeshPoint": [[1047, "triqs-gf-mesh-point-meshpoint"]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[1042, "triqs-gf-matsubara-freq-matsubarafreq-imag"]], "triqs.gf.mesh_point": [[1046, "module-triqs.gf.mesh_point"]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[1044, "triqs-gf-matsubara-freq-matsubarafreq-real"]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[1045, "triqs-gf-matsubara-freq-matsubarafreq-value"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1040, "triqs-gf-matsubara-freq-matsubarafreq"]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[1061, "triqs-gf-mesh-product-meshproduct-to-data-index"]], "triqs.gf.mesh_product.MeshProduct.__init__": [[1055, "triqs-gf-mesh-product-meshproduct-init"]], "triqs.gf.mesh_point.MeshPoint.real": [[1050, "triqs-gf-mesh-point-meshpoint-real"]], "triqs.gf.mesh_product.MeshProduct": [[1054, "triqs-gf-mesh-product-meshproduct"]], "triqs.gf.mesh_product.MeshProduct.components": [[1056, "triqs-gf-mesh-product-meshproduct-components"]], "triqs.gf.mesh_product": [[1053, "module-triqs.gf.mesh_product"]], "triqs.gf.mesh_product.MeshProduct.copy": [[1057, "triqs-gf-mesh-product-meshproduct-copy"]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[1058, "triqs-gf-mesh-product-meshproduct-copy-from"]], "triqs.gf.meshes": [[1063, "module-triqs.gf.meshes"]], "triqs.gf.meshes.MeshBrZone": [[1064, "triqs-gf-meshes-meshbrzone"]], "Parameters (Option 1)": [[1064, "parameters-option-1"], [1077, "parameters-option-1"], [1167, "parameters-option-1"], [1179, "parameters-option-1"]], "Parameters (Option 2)": [[1064, "parameters-option-2"], [1077, "parameters-option-2"], [1167, "parameters-option-2"], [1179, "parameters-option-2"]], "triqs.gf.mesh_product.MeshProduct.rank": [[1059, "triqs-gf-mesh-product-meshproduct-rank"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1051, "triqs-gf-mesh-point-meshvaluegenerator"]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[1060, "triqs-gf-mesh-product-meshproduct-size-of-components"]], "triqs.gf.mesh_product.call_factory_from_dict": [[1062, "triqs-gf-mesh-product-call-factory-from-dict"]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[1052, "triqs-gf-mesh-point-meshvaluegenerator-init"]], "triqs.gf.meshes.MeshBrZone.to_value": [[1074, "triqs-gf-meshes-meshbrzone-to-value"]], "triqs.gf.meshes.MeshCycLat.copy": [[1079, "triqs-gf-meshes-meshcyclat-copy"]], "triqs.gf.meshes.MeshCycLat": [[1077, "triqs-gf-meshes-meshcyclat"]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[1071, "triqs-gf-meshes-meshbrzone-mesh-hash"]], "triqs.gf.meshes.MeshBrZone.to_index": [[1073, "triqs-gf-meshes-meshbrzone-to-index"]], "triqs.gf.meshes.MeshBrZone.values": [[1076, "triqs-gf-meshes-meshbrzone-values"]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[1072, "triqs-gf-meshes-meshbrzone-to-data-index"]], "triqs.gf.meshes.MeshBrZone.closest_index": [[1067, "triqs-gf-meshes-meshbrzone-closest-index"]], "triqs.gf.meshes.MeshBrZone.copy": [[1068, "triqs-gf-meshes-meshbrzone-copy"]], "triqs.gf.meshes.MeshCycLat.__init__": [[1078, "triqs-gf-meshes-meshcyclat-init"]], "triqs.gf.meshes.MeshBrZone.units": [[1075, "triqs-gf-meshes-meshbrzone-units"]], "triqs.gf.meshes.MeshBrZone.dims": [[1070, "triqs-gf-meshes-meshbrzone-dims"]], "triqs.gf.meshes.MeshBrZone.bz": [[1066, "triqs-gf-meshes-meshbrzone-bz"]], "triqs.gf.meshes.MeshBrZone.copy_from": [[1069, "triqs-gf-meshes-meshbrzone-copy-from"]], "triqs.gf.meshes.MeshBrZone.__init__": [[1065, "triqs-gf-meshes-meshbrzone-init"]], "triqs.gf.meshes.MeshCycLat.to_index": [[1085, "triqs-gf-meshes-meshcyclat-to-index"]], "triqs.gf.meshes.MeshDLR": [[1089, "triqs-gf-meshes-meshdlr"]], "triqs.gf.meshes.MeshCycLat.dims": [[1081, "triqs-gf-meshes-meshcyclat-dims"]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[1083, "triqs-gf-meshes-meshcyclat-mesh-hash"]], "triqs.gf.meshes.MeshCycLat.copy_from": [[1080, "triqs-gf-meshes-meshcyclat-copy-from"]], "triqs.gf.meshes.MeshDLR.copy_from": [[1093, "triqs-gf-meshes-meshdlr-copy-from"]], "triqs.gf.meshes.MeshDLR.copy": [[1092, "triqs-gf-meshes-meshdlr-copy"]], "triqs.gf.meshes.MeshCycLat.units": [[1087, "triqs-gf-meshes-meshcyclat-units"]], "triqs.gf.meshes.MeshCycLat.lattice": [[1082, "triqs-gf-meshes-meshcyclat-lattice"]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[1084, "triqs-gf-meshes-meshcyclat-to-data-index"]], "triqs.gf.meshes.MeshDLR.__init__": [[1090, "triqs-gf-meshes-meshdlr-init"]], "triqs.gf.meshes.MeshDLR.eps": [[1094, "triqs-gf-meshes-meshdlr-eps"]], "triqs.gf.meshes.MeshDLR.beta": [[1091, "triqs-gf-meshes-meshdlr-beta"]], "triqs.gf.meshes.MeshCycLat.values": [[1088, "triqs-gf-meshes-meshcyclat-values"]], "triqs.gf.meshes.MeshCycLat.to_value": [[1086, "triqs-gf-meshes-meshcyclat-to-value"]], "triqs.gf.meshes.MeshDLR.to_data_index": [[1098, "triqs-gf-meshes-meshdlr-to-data-index"]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[1095, "triqs-gf-meshes-meshdlr-mesh-hash"]], "triqs.gf.meshes.MeshDLR.values": [[1101, "triqs-gf-meshes-meshdlr-values"]], "triqs.gf.meshes.MeshDLR.to_index": [[1099, "triqs-gf-meshes-meshdlr-to-index"]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[1108, "triqs-gf-meshes-meshdlrimfreq-eps"]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[1106, "triqs-gf-meshes-meshdlrimfreq-copy"]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[1109, "triqs-gf-meshes-meshdlrimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[1104, "triqs-gf-meshes-meshdlrimfreq-init"]], "triqs.gf.meshes.MeshDLR.statistic": [[1096, "triqs-gf-meshes-meshdlr-statistic"]], "triqs.gf.meshes.MeshDLR.symmetrize": [[1097, "triqs-gf-meshes-meshdlr-symmetrize"]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[1105, "triqs-gf-meshes-meshdlrimfreq-beta"]], "triqs.gf.meshes.MeshDLRImFreq": [[1103, "triqs-gf-meshes-meshdlrimfreq"]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[1107, "triqs-gf-meshes-meshdlrimfreq-copy-from"]], "triqs.gf.meshes.MeshDLR.w_max": [[1102, "triqs-gf-meshes-meshdlr-w-max"]], "triqs.gf.meshes.MeshDLR.to_value": [[1100, "triqs-gf-meshes-meshdlr-to-value"]], "triqs.gf.meshes.MeshDLRImTime.beta": [[1119, "triqs-gf-meshes-meshdlrimtime-beta"]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[1123, "triqs-gf-meshes-meshdlrimtime-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[1110, "triqs-gf-meshes-meshdlrimfreq-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.values": [[1115, "triqs-gf-meshes-meshdlrimfreq-values"]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[1112, "triqs-gf-meshes-meshdlrimfreq-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.copy": [[1120, "triqs-gf-meshes-meshdlrimtime-copy"]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[1121, "triqs-gf-meshes-meshdlrimtime-copy-from"]], "triqs.gf.meshes.MeshDLRImTime.eps": [[1122, "triqs-gf-meshes-meshdlrimtime-eps"]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[1124, "triqs-gf-meshes-meshdlrimtime-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[1116, "triqs-gf-meshes-meshdlrimfreq-w-max"]], "triqs.gf.meshes.MeshDLRImTime": [[1117, "triqs-gf-meshes-meshdlrimtime"]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[1113, "triqs-gf-meshes-meshdlrimfreq-to-index"]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[1118, "triqs-gf-meshes-meshdlrimtime-init"]], "triqs.gf.meshes.MeshDLRImFreq.symmetrize": [[1111, "triqs-gf-meshes-meshdlrimfreq-symmetrize"]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[1114, "triqs-gf-meshes-meshdlrimfreq-to-value"]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[1127, "triqs-gf-meshes-meshdlrimtime-to-index"]], "triqs.gf.meshes.MeshImFreq.copy": [[1134, "triqs-gf-meshes-meshimfreq-copy"]], "triqs.gf.meshes.MeshImFreq.beta": [[1133, "triqs-gf-meshes-meshimfreq-beta"]], "triqs.gf.meshes.MeshDLRImTime.values": [[1129, "triqs-gf-meshes-meshdlrimtime-values"]], "triqs.gf.meshes.MeshDLRImTime.symmetrize": [[1125, "triqs-gf-meshes-meshdlrimtime-symmetrize"]], "triqs.gf.meshes.MeshImFreq.last_index": [[1137, "triqs-gf-meshes-meshimfreq-last-index"]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[1130, "triqs-gf-meshes-meshdlrimtime-w-max"]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[1128, "triqs-gf-meshes-meshdlrimtime-to-value"]], "triqs.gf.meshes.MeshImFreq.n_iw": [[1139, "triqs-gf-meshes-meshimfreq-n-iw"]], "triqs.gf.meshes.MeshImFreq.__init__": [[1132, "triqs-gf-meshes-meshimfreq-init"]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1138, "triqs-gf-meshes-meshimfreq-mesh-hash"]], "triqs.gf.meshes.MeshImFreq": [[1131, "triqs-gf-meshes-meshimfreq"]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1135, "triqs-gf-meshes-meshimfreq-copy-from"]], "triqs.gf.meshes.MeshImFreq.first_index": [[1136, "triqs-gf-meshes-meshimfreq-first-index"]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[1126, "triqs-gf-meshes-meshdlrimtime-to-data-index"]], "triqs.gf.meshes.MeshImTime.copy": [[1150, "triqs-gf-meshes-meshimtime-copy"]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1154, "triqs-gf-meshes-meshimtime-to-data-index"]], "triqs.gf.meshes.MeshImFreq.to_index": [[1144, "triqs-gf-meshes-meshimfreq-to-index"]], "triqs.gf.meshes.MeshImTime.copy_from": [[1151, "triqs-gf-meshes-meshimtime-copy-from"]], "triqs.gf.meshes.MeshImTime.beta": [[1149, "triqs-gf-meshes-meshimtime-beta"]], "triqs.gf.meshes.MeshImFreq.to_value": [[1145, "triqs-gf-meshes-meshimfreq-to-value"]], "triqs.gf.meshes.MeshImFreq.values": [[1146, "triqs-gf-meshes-meshimfreq-values"]], "triqs.gf.meshes.MeshImTime.__init__": [[1148, "triqs-gf-meshes-meshimtime-init"]], "triqs.gf.meshes.MeshImTime.statistic": [[1153, "triqs-gf-meshes-meshimtime-statistic"]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1141, "triqs-gf-meshes-meshimfreq-set-tail-fit-parameters"]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1140, "triqs-gf-meshes-meshimfreq-positive-only"]], "triqs.gf.meshes.MeshImFreq.statistic": [[1142, "triqs-gf-meshes-meshimfreq-statistic"]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1152, "triqs-gf-meshes-meshimtime-mesh-hash"]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1143, "triqs-gf-meshes-meshimfreq-to-data-index"]], "triqs.gf.meshes.MeshImTime": [[1147, "triqs-gf-meshes-meshimtime"]], "triqs.gf.meshes.MeshLegendre.to_index": [[1166, "triqs-gf-meshes-meshlegendre-to-index"]], "triqs.gf.meshes.MeshLegendre": [[1158, "triqs-gf-meshes-meshlegendre"]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1162, "triqs-gf-meshes-meshlegendre-copy-from"]], "triqs.gf.meshes.MeshImTime.to_index": [[1155, "triqs-gf-meshes-meshimtime-to-index"]], "triqs.gf.meshes.MeshLegendre.beta": [[1160, "triqs-gf-meshes-meshlegendre-beta"]], "triqs.gf.meshes.MeshReFreq": [[1167, "triqs-gf-meshes-meshrefreq"]], "triqs.gf.meshes.MeshReFreq.copy": [[1169, "triqs-gf-meshes-meshrefreq-copy"]], "triqs.gf.meshes.MeshLegendre.__init__": [[1159, "triqs-gf-meshes-meshlegendre-init"]], "triqs.gf.meshes.MeshImTime.to_value": [[1156, "triqs-gf-meshes-meshimtime-to-value"]], "triqs.gf.meshes.MeshLegendre.copy": [[1161, "triqs-gf-meshes-meshlegendre-copy"]], "triqs.gf.meshes.MeshLegendre.statistic": [[1164, "triqs-gf-meshes-meshlegendre-statistic"]], "triqs.gf.meshes.MeshImTime.values": [[1157, "triqs-gf-meshes-meshimtime-values"]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1163, "triqs-gf-meshes-meshlegendre-mesh-hash"]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1165, "triqs-gf-meshes-meshlegendre-to-data-index"]], "triqs.gf.meshes.MeshReFreq.__init__": [[1168, "triqs-gf-meshes-meshrefreq-init"]], "triqs.gf.meshes.MeshReFreq.w_max": [[1177, "triqs-gf-meshes-meshrefreq-w-max"]], "triqs.gf.meshes.MeshReFreq.values": [[1176, "triqs-gf-meshes-meshrefreq-values"]], "triqs.gf.meshes.MeshReFreq.to_value": [[1175, "triqs-gf-meshes-meshrefreq-to-value"]], "triqs.gf.meshes.MeshReTime.copy_from": [[1182, "triqs-gf-meshes-meshretime-copy-from"]], "triqs.gf.meshes.MeshReFreq.to_index": [[1174, "triqs-gf-meshes-meshrefreq-to-index"]], "triqs.gf.meshes.MeshReTime.__init__": [[1180, "triqs-gf-meshes-meshretime-init"]], "triqs.gf.meshes.MeshReTime.copy": [[1181, "triqs-gf-meshes-meshretime-copy"]], "triqs.gf.meshes.MeshReTime": [[1179, "triqs-gf-meshes-meshretime"]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1184, "triqs-gf-meshes-meshretime-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1172, "triqs-gf-meshes-meshrefreq-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.w_min": [[1178, "triqs-gf-meshes-meshrefreq-w-min"]], "triqs.gf.meshes.MeshReTime.delta": [[1183, "triqs-gf-meshes-meshretime-delta"]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1170, "triqs-gf-meshes-meshrefreq-copy-from"]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1173, "triqs-gf-meshes-meshrefreq-to-data-index"]], "triqs.gf.meshes.MeshReFreq.delta": [[1171, "triqs-gf-meshes-meshrefreq-delta"]], "triqs.gf.plot.bz.dist": [[1194, "triqs-gf-plot-bz-dist"]], "triqs.gf.plot.bz.make_plottable": [[1198, "triqs-gf-plot-bz-make-plottable"]], "triqs.gf.plot.bz.plot": [[1199, "triqs-gf-plot-bz-plot"]], "triqs.gf.meshes.make_adjoint_mesh": [[1191, "triqs-gf-meshes-make-adjoint-mesh"]], "triqs.gf.plot.bz.length": [[1197, "triqs-gf-plot-bz-length"]], "triqs.gf.meshes.MeshReTime.values": [[1190, "triqs-gf-meshes-meshretime-values"]], "triqs.gf.meshes.MeshReTime.to_value": [[1189, "triqs-gf-meshes-meshretime-to-value"]], "triqs.gf.plot": [[1192, "module-triqs.gf.plot"]], "triqs.gf.plot.bz.generate_points": [[1195, "triqs-gf-plot-bz-generate-points"]], "triqs.gf.meshes.MeshReTime.t_max": [[1185, "triqs-gf-meshes-meshretime-t-max"]], "triqs.gf.plot.bz.generate_points_on_path": [[1196, "triqs-gf-plot-bz-generate-points-on-path"]], "triqs.gf.meshes.MeshReTime.to_index": [[1188, "triqs-gf-meshes-meshretime-to-index"]], "triqs.gf.plot.bz": [[1193, "module-triqs.gf.plot.bz"]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1187, "triqs-gf-meshes-meshretime-to-data-index"]], "triqs.gf.meshes.MeshReTime.t_min": [[1186, "triqs-gf-meshes-meshretime-t-min"]], "triqs.gf.plot.bz.slice_on_path": [[1200, "triqs-gf-plot-bz-slice-on-path"]], "triqs.gf.plot.one_var.imtime": [[1209, "triqs-gf-plot-one-var-imtime"]], "triqs.gf.plot.bz_x_x.plot": [[1202, "triqs-gf-plot-bz-x-x-plot"]], "triqs.gf.plot.one_var": [[1205, "module-triqs.gf.plot.one_var"]], "triqs.gf.plot.one_var.dlr_imtime": [[1207, "triqs-gf-plot-one-var-dlr-imtime"]], "triqs.gf.plot.plot_base": [[1213, "module-triqs.gf.plot.plot_base"]], "triqs.gf.plot.one_var.dlr_imfreq": [[1206, "triqs-gf-plot-one-var-dlr-imfreq"]], "triqs.gf.plot.one_var.legendre": [[1210, "triqs-gf-plot-one-var-legendre"]], "triqs.gf.plot.one_var.retime": [[1212, "triqs-gf-plot-one-var-retime"]], "triqs.gf.plot.bz_x_x": [[1201, "module-triqs.gf.plot.bz_x_x"]], "triqs.gf.plot.one_var.imfreq": [[1208, "triqs-gf-plot-one-var-imfreq"]], "triqs.gf.plot.one_var.refreq": [[1211, "triqs-gf-plot-one-var-refreq"]], "triqs.gf.plot.dispatcher": [[1204, "triqs-gf-plot-dispatcher"]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1203, "triqs-gf-plot-bz-x-x-plottable-slice-along-path"]], "triqs.gf.plot.plot_base.plot_base": [[1214, "triqs-gf-plot-plot-base-plot-base"]], "triqs.gf.plot.select_indices.select_path_indices": [[1220, "triqs-gf-plot-select-indices-select-path-indices"]], "triqs.gf.tools.make_delta": [[1228, "triqs-gf-tools-make-delta"]], "triqs.gf.tools.make_zero_tail": [[1229, "triqs-gf-tools-make-zero-tail"]], "triqs.gf.plot.select_indices.dist": [[1218, "triqs-gf-plot-select-indices-dist"]], "triqs.gf.tools.dyson": [[1225, "triqs-gf-tools-dyson"]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1219, "triqs-gf-plot-select-indices-pick-selection-vec"]], "triqs.gf.tools.discretize_bath": [[1224, "triqs-gf-tools-discretize-bath"]], "triqs.gf.tools.inverse": [[1227, "triqs-gf-tools-inverse"]], "triqs.gf.plot.select_indices": [[1215, "module-triqs.gf.plot.select_indices"]], "triqs.gf.tools.conjugate": [[1222, "triqs-gf-tools-conjugate"]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1216, "triqs-gf-plot-select-indices-closest-point-in-line"]], "triqs.gf.tools.fit_legendre": [[1226, "triqs-gf-tools-fit-legendre"]], "triqs.gf.tools": [[1221, "module-triqs.gf.tools"]], "triqs.gf.plot.select_indices.closest_to": [[1217, "triqs-gf-plot-select-indices-closest-to"]], "triqs.gf.tools.delta": [[1223, "triqs-gf-tools-delta"]], "triqs.gf.tools.transpose": [[1231, "triqs-gf-tools-transpose"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1234, "triqs-gf-wrapped-aux-callproxybrzone-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1238, "triqs-gf-wrapped-aux-callproxybrzone-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1239, "triqs-gf-wrapped-aux-callproxybrzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1241, "triqs-gf-wrapped-aux-callproxybrzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1242, "triqs-gf-wrapped-aux-callproxybrzone-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1235, "triqs-gf-wrapped-aux-callproxybrzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1237, "triqs-gf-wrapped-aux-callproxybrzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1243, "triqs-gf-wrapped-aux-callproxybrzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1236, "triqs-gf-wrapped-aux-callproxybrzone-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1240, "triqs-gf-wrapped-aux-callproxybrzone-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1244, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0"]], "triqs.gf.tools.read_gf_from_txt": [[1230, "triqs-gf-tools-read-gf-from-txt"]], "triqs.gf.tools.write_gf_to_txt": [[1232, "triqs-gf-tools-write-gf-to-txt"]], "triqs.gf.wrapped_aux": [[1233, "module-triqs.gf.wrapped_aux"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1255, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1253, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1254, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1251, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1256, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1257, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1246, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1247, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1250, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1245, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1248, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1259, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1249, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1258, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1252, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1268, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1267, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1270, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1260, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1261, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1271, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1273, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1262, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1274, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1264, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1265, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1269, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1263, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1266, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1272, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1283, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1280, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1281, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__": [[1285, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1275, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1288, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__": [[1289, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1277, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1278, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1276, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1286, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__": [[1287, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1279, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1282, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1284, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1290, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1296, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1292, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1304, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1300, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1298, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1295, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1294, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1299, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1303, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__init__": [[1293, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1301, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__": [[1291, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1302, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1297, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1312, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1306, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1319, "triqs-gf-wrapped-aux-callproxycyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1310, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1314, "triqs-gf-wrapped-aux-callproxycyclat-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1316, "triqs-gf-wrapped-aux-callproxycyclat-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1307, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1311, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1305, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1309, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1313, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1308, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1315, "triqs-gf-wrapped-aux-callproxycyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1318, "triqs-gf-wrapped-aux-callproxycyclat-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1317, "triqs-gf-wrapped-aux-callproxycyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1324, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1327, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1321, "triqs-gf-wrapped-aux-callproxycyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1322, "triqs-gf-wrapped-aux-callproxycyclat-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1330, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1334, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1328, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1326, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1325, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1329, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1333, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1323, "triqs-gf-wrapped-aux-callproxycyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1332, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1320, "triqs-gf-wrapped-aux-callproxycyclat-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1331, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1342, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1339, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1341, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1336, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1349, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1343, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1345, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1338, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1346, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1347, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1337, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1344, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1335, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1348, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1340, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1360, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1350, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1355, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1359, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1357, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1362, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1363, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1351, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1354, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1358, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1364, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1361, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1356, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1352, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1353, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1368, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1376, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__init__": [[1373, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1375, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__": [[1369, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1374, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1366, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__": [[1367, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1370, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1372, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__": [[1371, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1378, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1379, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1377, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__": [[1365, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1392, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1394, "triqs-gf-wrapped-aux-callproxydlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1391, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1387, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1390, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1380, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1382, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1383, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1388, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1386, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1389, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1393, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1381, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1384, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1385, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1408, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1402, "triqs-gf-wrapped-aux-callproxydlr-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1403, "triqs-gf-wrapped-aux-callproxydlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1395, "triqs-gf-wrapped-aux-callproxydlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1406, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1405, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1400, "triqs-gf-wrapped-aux-callproxydlr-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1398, "triqs-gf-wrapped-aux-callproxydlr-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1404, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1407, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1397, "triqs-gf-wrapped-aux-callproxydlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1409, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1399, "triqs-gf-wrapped-aux-callproxydlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1396, "triqs-gf-wrapped-aux-callproxydlr-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1401, "triqs-gf-wrapped-aux-callproxydlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1414, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1418, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1423, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1417, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1420, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1411, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1413, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1419, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1421, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1422, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1415, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1412, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1410, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1416, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1424, "triqs-gf-wrapped-aux-callproxyimfreq-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1432, "triqs-gf-wrapped-aux-callproxyimfreq-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1439, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1425, "triqs-gf-wrapped-aux-callproxyimfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1426, "triqs-gf-wrapped-aux-callproxyimfreq-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1427, "triqs-gf-wrapped-aux-callproxyimfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1437, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1435, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1429, "triqs-gf-wrapped-aux-callproxyimfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1431, "triqs-gf-wrapped-aux-callproxyimfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1436, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1438, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1430, "triqs-gf-wrapped-aux-callproxyimfreq-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1428, "triqs-gf-wrapped-aux-callproxyimfreq-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1433, "triqs-gf-wrapped-aux-callproxyimfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1434, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1450, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1447, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1448, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1445, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1446, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1454, "triqs-gf-wrapped-aux-callproxyimtime-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1449, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1452, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1453, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1444, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1442, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1441, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1443, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1451, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1440, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1466, "triqs-gf-wrapped-aux-callproxyimtime-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1467, "triqs-gf-wrapped-aux-callproxyimtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1465, "triqs-gf-wrapped-aux-callproxyimtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1458, "triqs-gf-wrapped-aux-callproxyimtime-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1462, "triqs-gf-wrapped-aux-callproxyimtime-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1460, "triqs-gf-wrapped-aux-callproxyimtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1461, "triqs-gf-wrapped-aux-callproxyimtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1459, "triqs-gf-wrapped-aux-callproxyimtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1464, "triqs-gf-wrapped-aux-callproxyimtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1469, "triqs-gf-wrapped-aux-callproxyimtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1463, "triqs-gf-wrapped-aux-callproxyimtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1468, "triqs-gf-wrapped-aux-callproxyimtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1457, "triqs-gf-wrapped-aux-callproxyimtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1455, "triqs-gf-wrapped-aux-callproxyimtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1456, "triqs-gf-wrapped-aux-callproxyimtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1481, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1475, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1482, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1471, "triqs-gf-wrapped-aux-callproxyimtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1479, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1478, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1477, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1473, "triqs-gf-wrapped-aux-callproxyimtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1483, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1474, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1480, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1472, "triqs-gf-wrapped-aux-callproxyimtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1470, "triqs-gf-wrapped-aux-callproxyimtime-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1484, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1476, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1499, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1489, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1490, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1492, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1494, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1493, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1491, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1497, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1487, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1496, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1498, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1486, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1488, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1495, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1485, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1506, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1509, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1503, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1511, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1508, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1510, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1502, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1514, "triqs-gf-wrapped-aux-callproxylegendre-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1505, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1501, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1507, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1513, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1504, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1500, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1512, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__": [[1521, "triqs-gf-wrapped-aux-callproxylegendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__": [[1523, "triqs-gf-wrapped-aux-callproxylegendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1516, "triqs-gf-wrapped-aux-callproxylegendre-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__": [[1515, "triqs-gf-wrapped-aux-callproxylegendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__": [[1527, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1524, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__": [[1517, "triqs-gf-wrapped-aux-callproxylegendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1526, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1518, "triqs-gf-wrapped-aux-callproxylegendre-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1528, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__": [[1529, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__": [[1519, "triqs-gf-wrapped-aux-callproxylegendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__": [[1525, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1522, "triqs-gf-wrapped-aux-callproxylegendre-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1520, "triqs-gf-wrapped-aux-callproxylegendre-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__init__": [[1543, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__": [[1541, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1544, "triqs-gf-wrapped-aux-callproxyrefreq-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__": [[1531, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1538, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1542, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1532, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__": [[1539, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__": [[1537, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1540, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1534, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1536, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__": [[1535, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1530, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__": [[1533, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1547, "triqs-gf-wrapped-aux-callproxyrefreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1557, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1545, "triqs-gf-wrapped-aux-callproxyrefreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1559, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1551, "triqs-gf-wrapped-aux-callproxyrefreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1553, "triqs-gf-wrapped-aux-callproxyrefreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1549, "triqs-gf-wrapped-aux-callproxyrefreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1552, "triqs-gf-wrapped-aux-callproxyrefreq-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1546, "triqs-gf-wrapped-aux-callproxyrefreq-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1548, "triqs-gf-wrapped-aux-callproxyrefreq-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1550, "triqs-gf-wrapped-aux-callproxyrefreq-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1556, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1558, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1554, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1555, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1565, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1566, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1569, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1562, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1570, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1560, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1573, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1568, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1563, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1567, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1564, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1574, "triqs-gf-wrapped-aux-callproxyretime-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1561, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1572, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1571, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1578, "triqs-gf-wrapped-aux-callproxyretime-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1588, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1575, "triqs-gf-wrapped-aux-callproxyretime-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1589, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1581, "triqs-gf-wrapped-aux-callproxyretime-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1584, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1585, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1586, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1587, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1577, "triqs-gf-wrapped-aux-callproxyretime-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1576, "triqs-gf-wrapped-aux-callproxyretime-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1579, "triqs-gf-wrapped-aux-callproxyretime-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1580, "triqs-gf-wrapped-aux-callproxyretime-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1582, "triqs-gf-wrapped-aux-callproxyretime-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1583, "triqs-gf-wrapped-aux-callproxyretime-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1596, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1597, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1601, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1591, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1604, "triqs-gf-wrapped-aux-set-from-gf-data-mul-lr"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1603, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1600, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1598, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1593, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1594, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1602, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1599, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1590, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1595, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1592, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1619, "triqs-lattice-lattice-tools-brillouinzone"]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1613, "triqs-lattice-lattice-tools-bravaislattice-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1614, "triqs-lattice-lattice-tools-bravaislattice-n-orbitals"]], "triqs.lattice.lattice_tools": [[1610, "module-triqs.lattice.lattice_tools"]], "triqs.lattice.bz_patch": [[1606, "module-triqs.lattice.bz_patch"]], "triqs.lattice.bz_patch.BZPatch.dos": [[1609, "triqs-lattice-bz-patch-bzpatch-dos"]], "triqs.lattice.bz_patch.BZPatch": [[1607, "triqs-lattice-bz-patch-bzpatch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1611, "triqs-lattice-lattice-tools-bravaislattice"]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1612, "triqs-lattice-lattice-tools-bravaislattice-init"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1616, "triqs-lattice-lattice-tools-bravaislattice-orbital-names"]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1618, "triqs-lattice-lattice-tools-bravaislattice-units"]], "triqs.lattice": [[1605, "module-triqs.lattice"]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1608, "triqs-lattice-bz-patch-bzpatch-init"]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1615, "triqs-lattice-lattice-tools-bravaislattice-ndim"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1617, "triqs-lattice-lattice-tools-bravaislattice-orbital-positions"]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1631, "triqs-lattice-lattice-tools-tightbinding-overlap-mat-vec"]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1627, "triqs-lattice-lattice-tools-tightbinding-displ-vec"]], "triqs.lattice.lattice_tools.dos": [[1632, "triqs-lattice-lattice-tools-dos"]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1625, "triqs-lattice-lattice-tools-tightbinding-init"]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1630, "triqs-lattice-lattice-tools-tightbinding-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.dos_patch": [[1633, "triqs-lattice-lattice-tools-dos-patch"]], "triqs.lattice.point": [[1634, "module-triqs.lattice.point"]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1622, "triqs-lattice-lattice-tools-brillouinzone-ndim"]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1628, "triqs-lattice-lattice-tools-tightbinding-fourier"]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1629, "triqs-lattice-lattice-tools-tightbinding-lattice"]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1621, "triqs-lattice-lattice-tools-brillouinzone-lattice"]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1623, "triqs-lattice-lattice-tools-brillouinzone-units"]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1620, "triqs-lattice-lattice-tools-brillouinzone-init"]], "triqs.lattice.lattice_tools.TightBinding": [[1624, "triqs-lattice-lattice-tools-tightbinding"]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1626, "triqs-lattice-lattice-tools-tightbinding-dispersion"]], "triqs.lattice.point.LatticePoint.__init__": [[1636, "triqs-lattice-point-latticepoint-init"]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1647, "triqs-lattice-super-lattice-tbsuperlattice-get-kmesh"]], "triqs.lattice.point.LatticePoint": [[1635, "triqs-lattice-point-latticepoint"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1642, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-sl-to-l"]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1643, "triqs-lattice-super-lattice-tbsuperlattice-cluster-sites"]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1646, "triqs-lattice-super-lattice-tbsuperlattice-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1648, "triqs-lattice-super-lattice-tbsuperlattice-get-rmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1649, "triqs-lattice-super-lattice-tbsuperlattice-hoppings"]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1645, "triqs-lattice-super-lattice-tbsuperlattice-fold"]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1644, "triqs-lattice-super-lattice-tbsuperlattice-dispersion"]], "triqs.lattice.point.LatticePoint.value": [[1637, "triqs-lattice-point-latticepoint-value"]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1640, "triqs-lattice-super-lattice-tbsuperlattice-init"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1639, "triqs-lattice-super-lattice-tbsuperlattice"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1641, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-l-to-sl"]], "triqs.lattice.super_lattice": [[1638, "module-triqs.lattice.super_lattice"]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1657, "triqs-lattice-super-lattice-tbsuperlattice-unpack-index-site-orbital"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1654, "triqs-lattice-super-lattice-tbsuperlattice-orbital-positions"]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1651, "triqs-lattice-super-lattice-tbsuperlattice-n-orbitals"]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1652, "triqs-lattice-super-lattice-tbsuperlattice-ndim"]], "triqs.lattice.tight_binding.TBLattice": [[1659, "triqs-lattice-tight-binding-tblattice"]], "triqs.lattice.tight_binding": [[1658, "module-triqs.lattice.tight_binding"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1653, "triqs-lattice-super-lattice-tbsuperlattice-orbital-names"]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1656, "triqs-lattice-super-lattice-tbsuperlattice-units"]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1663, "triqs-lattice-tight-binding-tblattice-get-kmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1655, "triqs-lattice-super-lattice-tbsuperlattice-pack-index-site-orbital"]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1661, "triqs-lattice-tight-binding-tblattice-dispersion"]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1660, "triqs-lattice-tight-binding-tblattice-init"]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1662, "triqs-lattice-tight-binding-tblattice-fourier"]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1664, "triqs-lattice-tight-binding-tblattice-get-rmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1650, "triqs-lattice-super-lattice-tbsuperlattice-lattice-to-real-coordinates"]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1668, "triqs-lattice-tight-binding-tblattice-ndim"]], "triqs.lattice.utils.TB_from_pythTB": [[1675, "triqs-lattice-utils-tb-from-pythtb"]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1678, "triqs-lattice-utils-extend-wannier90-to-spin"]], "triqs.lattice.tight_binding.TBLattice.units": [[1671, "triqs-lattice-tight-binding-tblattice-units"]], "triqs.lattice.utils.TB_from_wannier90": [[1676, "triqs-lattice-utils-tb-from-wannier90"]], "triqs.lattice.utils.k_space_path": [[1679, "triqs-lattice-utils-k-space-path"]], "triqs.lattice.utils": [[1674, "module-triqs.lattice.utils"]], "triqs.lattice.utils.TB_to_sympy": [[1677, "triqs-lattice-utils-tb-to-sympy"]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1666, "triqs-lattice-tight-binding-tblattice-lattice-to-real-coordinates"]], "triqs.lattice.tight_binding.dos": [[1672, "triqs-lattice-tight-binding-dos"]], "triqs.lattice.tight_binding.dos_patch": [[1673, "triqs-lattice-tight-binding-dos-patch"]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1670, "triqs-lattice-tight-binding-tblattice-orbital-positions"]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1667, "triqs-lattice-tight-binding-tblattice-n-orbitals"]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1665, "triqs-lattice-tight-binding-tblattice-hoppings"]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1669, "triqs-lattice-tight-binding-tblattice-orbital-names"]], "triqs.operators.operators": [[1683, "module-triqs.operators.operators"]], "triqs.operators.operators.c": [[1689, "triqs-operators-operators-c"]], "triqs.operators.operators.n": [[1693, "triqs-operators-operators-n"]], "triqs.operators.operators.Operator.is_zero": [[1687, "triqs-operators-operators-operator-is-zero"]], "triqs.operators.util": [[1694, "module-triqs.operators.util"]], "triqs.operators.operators.dagger": [[1691, "triqs-operators-operators-dagger"]], "triqs.operators.operators.Operator.__init__": [[1685, "triqs-operators-operators-operator-init"]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1680, "triqs-lattice-utils-parse-hopping-from-wannier90-hr-dat"]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1681, "triqs-lattice-utils-parse-lattice-vectors-from-wannier90-wout"]], "triqs.operators.operators.Operator": [[1684, "triqs-operators-operators-operator"]], "triqs.operators": [[1682, "module-triqs.operators"]], "triqs.operators.operators.c_dag": [[1690, "triqs-operators-operators-c-dag"]], "triqs.operators.operators.Operator.imag": [[1686, "triqs-operators-operators-operator-imag"]], "triqs.operators.operators.Operator.real": [[1688, "triqs-operators-operators-operator-real"]], "triqs.operators.operators.is_op_hermitian": [[1692, "triqs-operators-operators-is-op-hermitian"]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1705, "triqs-operators-util-u-matrix-spherical-to-cubic"]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1703, "triqs-operators-util-u-matrix-radial-integrals-to-u-j"]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1707, "triqs-operators-util-u-matrix-t2g-submatrix"]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1700, "triqs-operators-util-u-matrix-clebsch-gordan"]], "triqs.operators.util.U_matrix.eg_submatrix": [[1702, "triqs-operators-util-u-matrix-eg-submatrix"]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1704, "triqs-operators-util-u-matrix-reduce-4index-to-2index"]], "triqs.operators.util.U_matrix": [[1695, "module-triqs.operators.util.U_matrix"]], "triqs.operators.util.U_matrix.three_j_symbol": [[1708, "triqs-operators-util-u-matrix-three-j-symbol"]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1698, "triqs-operators-util-u-matrix-u-matrix-slater"]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1697, "triqs-operators-util-u-matrix-u-matrix-kanamori"]], "triqs.operators.util.U_matrix.subarray": [[1706, "triqs-operators-util-u-matrix-subarray"]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1696, "triqs-operators-util-u-matrix-u-j-to-radial-integrals"]], "triqs.operators.util.U_matrix.cubic_names": [[1701, "triqs-operators-util-u-matrix-cubic-names"]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1709, "triqs-operators-util-u-matrix-transform-u-matrix"]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1699, "triqs-operators-util-u-matrix-angular-matrix-element"]], "triqs.operators.util.extractors.extract_h_dict": [[1715, "triqs-operators-util-extractors-extract-h-dict"]], "triqs.operators.util.extractors": [[1710, "module-triqs.operators.util.extractors"]], "triqs.operators.util.hamiltonians.h_int_density": [[1722, "triqs-operators-util-hamiltonians-h-int-density"]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1723, "triqs-operators-util-hamiltonians-h-int-kanamori"]], "triqs.operators.util.hamiltonians": [[1719, "module-triqs.operators.util.hamiltonians"]], "triqs.operators.util.extractors.quartic_terms": [[1718, "triqs-operators-util-extractors-quartic-terms"]], "triqs.operators.util.extractors.quadratic_terms": [[1717, "triqs-operators-util-extractors-quadratic-terms"]], "triqs.operators.util.hamiltonians.h_int_slater": [[1724, "triqs-operators-util-hamiltonians-h-int-slater"]], "triqs.operators.util.extractors.extract_U_dict2": [[1713, "triqs-operators-util-extractors-extract-u-dict2"]], "triqs.operators.util.hamiltonians.backward_compat": [[1720, "triqs-operators-util-hamiltonians-backward-compat"]], "triqs.operators.util.extractors.block_matrix_from_op": [[1711, "triqs-operators-util-extractors-block-matrix-from-op"]], "triqs.operators.util.hamiltonians.diagonal_part": [[1721, "triqs-operators-util-hamiltonians-diagonal-part"]], "triqs.operators.util.extractors.extract_U_dict4": [[1714, "triqs-operators-util-extractors-extract-u-dict4"]], "triqs.operators.util.extractors.op_from_block_matrix": [[1716, "triqs-operators-util-extractors-op-from-block-matrix"]], "triqs.operators.util.extractors.dict_to_matrix": [[1712, "triqs-operators-util-extractors-dict-to-matrix"]], "triqs.operators.util.observables.N_op": [[1730, "triqs-operators-util-observables-n-op"]], "triqs.operators.util.observables": [[1726, "module-triqs.operators.util.observables"]], "triqs.operators.util.observables.S2_op": [[1731, "triqs-operators-util-observables-s2-op"]], "triqs.operators.util.observables.L2_op": [[1727, "triqs-operators-util-observables-l2-op"]], "triqs.operators.util.op_struct": [[1734, "module-triqs.operators.util.op_struct"]], "triqs.plot": [[1737, "module-triqs.plot"]], "triqs.operators.util.op_struct.set_operator_structure": [[1736, "triqs-operators-util-op-struct-set-operator-structure"]], "triqs.operators.util.observables.L_op": [[1729, "triqs-operators-util-observables-l-op"]], "triqs.operators.util.op_struct.get_mkind": [[1735, "triqs-operators-util-op-struct-get-mkind"]], "triqs.plot.mpl_interface": [[1738, "module-triqs.plot.mpl_interface"]], "triqs.operators.util.hamiltonians.make_operator_real": [[1725, "triqs-operators-util-hamiltonians-make-operator-real"]], "triqs.operators.util.observables.check_backward_compat": [[1733, "triqs-operators-util-observables-check-backward-compat"]], "triqs.operators.util.observables.LS_op": [[1728, "triqs-operators-util-observables-ls-op"]], "triqs.operators.util.observables.S_op": [[1732, "triqs-operators-util-observables-s-op"]], "triqs.plot.mpl_interface.oplot": [[1739, "triqs-plot-mpl-interface-oplot"]], "triqs.random_generator.RandomGenerator.__init__": [[1748, "triqs-random-generator-randomgenerator-init"]], "triqs.random_generator.random_generator.random_generator_names_list": [[1750, "triqs-random-generator-random-generator-random-generator-names-list"]], "triqs.stat.histogram": [[1752, "module-triqs.stat.histogram"]], "triqs.plot.protocol": [[1743, "module-triqs.plot.protocol"]], "triqs.stat.histograms": [[1754, "module-triqs.stat.histograms"]], "triqs.plot.mpl_interface.use_amsmath": [[1742, "triqs-plot-mpl-interface-use-amsmath"]], "triqs.stat": [[1751, "module-triqs.stat"]], "triqs.plot.protocol.plot_protocol_apply": [[1745, "triqs-plot-protocol-plot-protocol-apply"]], "triqs.plot.mpl_interface.oplotr": [[1741, "triqs-plot-mpl-interface-oplotr"]], "triqs.random_generator.random_generator": [[1749, "module-triqs.random_generator.random_generator"]], "triqs.stat.histogram.plot": [[1753, "triqs-stat-histogram-plot"]], "triqs.random_generator": [[1746, "module-triqs.random_generator"]], "triqs.plot.mpl_interface.oploti": [[1740, "triqs-plot-mpl-interface-oploti"]], "triqs.plot.protocol.clip_array": [[1744, "triqs-plot-protocol-clip-array"]], "triqs.random_generator.RandomGenerator": [[1747, "triqs-random-generator-randomgenerator"]], "triqs.stat.histograms.Histogram.limits": [[1759, "triqs-stat-histograms-histogram-limits"]], "triqs.sumk.sumk_discrete": [[1766, "module-triqs.sumk.sumk_discrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1768, "triqs-sumk-sumk-discrete-sumkdiscrete-gfblocindices"]], "triqs.stat.histograms.Histogram.mesh_point": [[1760, "triqs-stat-histograms-histogram-mesh-point"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1767, "triqs-sumk-sumk-discrete-sumkdiscrete"]], "triqs.stat.histograms.Histogram.n_data_pts": [[1761, "triqs-stat-histograms-histogram-n-data-pts"]], "triqs.stat.histograms.pdf": [[1764, "triqs-stat-histograms-pdf"]], "triqs.stat.histograms.cdf": [[1763, "triqs-stat-histograms-cdf"]], "triqs.stat.histograms.Histogram.__init__": [[1756, "triqs-stat-histograms-histogram-init"]], "triqs.stat.histograms.Histogram": [[1755, "triqs-stat-histograms-histogram"]], "triqs.sumk": [[1765, "module-triqs.sumk"]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1762, "triqs-stat-histograms-histogram-n-lost-pts"]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1769, "triqs-sumk-sumk-discrete-sumkdiscrete-init"]], "triqs.stat.histograms.Histogram.data": [[1758, "triqs-stat-histograms-histogram-data"]], "triqs.stat.histograms.Histogram.clear": [[1757, "triqs-stat-histograms-histogram-clear"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1773, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1777, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-n-kpts"]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1781, "triqs-utility-bound-and-bisect-bound-and-bisect"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1776, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-init"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1774, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-gfblocindices"]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1771, "triqs-sumk-sumk-discrete-sumkdiscrete-resize-arrays"]], "triqs.utility.bound_and_bisect.determine_bounds": [[1782, "triqs-utility-bound-and-bisect-determine-bounds"]], "triqs.utility.comparison_tests": [[1784, "module-triqs.utility.comparison_tests"]], "triqs.utility.capture_stdout": [[1783, "module-triqs.utility.capture_stdout"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1778, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-resize-arrays"]], "triqs.utility.bound_and_bisect": [[1780, "module-triqs.utility.bound_and_bisect"]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1770, "triqs-sumk-sumk-discrete-sumkdiscrete-n-kpts"]], "triqs.utility": [[1779, "module-triqs.utility"]], "triqs.sumk.sumk_discrete_from_lattice": [[1772, "module-triqs.sumk.sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1775, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-recompute-grid"]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1786, "triqs-utility-comparison-tests-assert-arrays-are-close"]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1788, "triqs-utility-comparison-tests-assert-block-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1793, "triqs-utility-dist-on-nodes-distributiononnodes"]], "triqs.utility.dichotomy": [[1790, "module-triqs.utility.dichotomy"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1794, "triqs-utility-dist-on-nodes-distributiononnodes-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1799, "triqs-utility-dist-on-nodes-distributiononnodesonestack-init"]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1787, "triqs-utility-comparison-tests-assert-block2-gfs-are-close"]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1785, "triqs-utility-comparison-tests-assert-array-close-to-scalar"]], "triqs.utility.dist_on_nodes": [[1792, "module-triqs.utility.dist_on_nodes"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1798, "triqs-utility-dist-on-nodes-distributiononnodesonestack-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1797, "triqs-utility-dist-on-nodes-distributiononnodesonestack"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1795, "triqs-utility-dist-on-nodes-distributiononnodes-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1796, "triqs-utility-dist-on-nodes-distributiononnodes-run"]], "triqs.utility.dichotomy.dichotomy": [[1791, "triqs-utility-dichotomy-dichotomy"]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1789, "triqs-utility-comparison-tests-assert-gfs-are-close"]], "triqs.utility.h5diff": [[1812, "module-triqs.utility.h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1802, "triqs-utility-dist-on-nodes-distributiononnodesonestack-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1806, "triqs-utility-dist-on-nodes-distributiononnodestest-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1804, "triqs-utility-dist-on-nodes-distributiononnodestest"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1808, "triqs-utility-dist-on-nodes-distributiononnodestest-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1810, "triqs-utility-dist-on-nodes-distributiononnodestest-the-function"]], "triqs.utility.h5diff.compare": [[1813, "triqs-utility-h5diff-compare"]], "triqs.utility.h5diff.h5diff": [[1814, "triqs-utility-h5diff-h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1805, "triqs-utility-dist-on-nodes-distributiononnodestest-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1801, "triqs-utility-dist-on-nodes-distributiononnodesonestack-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1811, "triqs-utility-dist-on-nodes-distributiononnodestest-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1809, "triqs-utility-dist-on-nodes-distributiononnodestest-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1800, "triqs-utility-dist-on-nodes-distributiononnodesonestack-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1803, "triqs-utility-dist-on-nodes-distributiononnodesonestack-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1807, "triqs-utility-dist-on-nodes-distributiononnodestest-finished"]], "triqs.utility.mpi_mpi4py.send": [[1827, "triqs-utility-mpi-mpi4py-send"]], "triqs.utility.mpi": [[1815, "module-triqs.utility.mpi"]], "triqs.utility.mpi_mpi4py.myprint_out": [[1824, "triqs-utility-mpi-mpi4py-myprint-out"]], "triqs.utility.mpi_mpi4py.barrier": [[1819, "triqs-utility-mpi-mpi4py-barrier"]], "triqs.utility.mpi_mpi4py.bcast": [[1820, "triqs-utility-mpi-mpi4py-bcast"]], "triqs.utility.mpi_mpi4py.is_master_node": [[1821, "triqs-utility-mpi-mpi4py-is-master-node"]], "triqs.utility.mpi_mpi4py.recv": [[1825, "triqs-utility-mpi-mpi4py-recv"]], "triqs.utility.mpi_mpi4py.myprint_err": [[1823, "triqs-utility-mpi-mpi4py-myprint-err"]], "triqs.utility.mpi_mpi4py.all_reduce": [[1818, "triqs-utility-mpi-mpi4py-all-reduce"]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1822, "triqs-utility-mpi-mpi4py-master-gets-host-names"]], "triqs.utility.mpi_mpi4py.slice_array": [[1828, "triqs-utility-mpi-mpi4py-slice-array"]], "triqs.utility.mpi.check_for_mpi": [[1816, "triqs-utility-mpi-check-for-mpi"]], "Returns:": [[1816, "returns"]], "triqs.utility.mpi_mpi4py.report": [[1826, "triqs-utility-mpi-mpi4py-report"]], "triqs.utility.mpi_mpi4py.slice_inf": [[1829, "triqs-utility-mpi-mpi4py-slice-inf"]], "triqs.utility.mpi_mpi4py": [[1817, "module-triqs.utility.mpi_mpi4py"]], "triqs.utility.redirect": [[1843, "module-triqs.utility.redirect"]], "triqs.utility.mpi_nompi.slice_array": [[1842, "triqs-utility-mpi-nompi-slice-array"]], "triqs.utility.mpi_nompi.bcast": [[1834, "triqs-utility-mpi-nompi-bcast"]], "triqs.utility.mpi_nompi": [[1831, "module-triqs.utility.mpi_nompi"]], "triqs.utility.mpi_nompi.all_reduce": [[1832, "triqs-utility-mpi-nompi-all-reduce"]], "triqs.utility.mpi_nompi.myprint_err": [[1837, "triqs-utility-mpi-nompi-myprint-err"]], "triqs.utility.mpi_nompi.send": [[1841, "triqs-utility-mpi-nompi-send"]], "triqs.utility.mpi_nompi.recv": [[1839, "triqs-utility-mpi-nompi-recv"]], "triqs.utility.mpi_nompi.is_master_node": [[1835, "triqs-utility-mpi-nompi-is-master-node"]], "triqs.utility.mpi_nompi.barrier": [[1833, "triqs-utility-mpi-nompi-barrier"]], "triqs.utility.mpi_mpi4py.slice_sup": [[1830, "triqs-utility-mpi-mpi4py-slice-sup"]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1836, "triqs-utility-mpi-nompi-master-gets-host-names"]], "triqs.utility.redirect.T": [[1844, "triqs-utility-redirect-t"]], "triqs.utility.mpi_nompi.report": [[1840, "triqs-utility-mpi-nompi-report"]], "triqs.utility.mpi_nompi.myprint_out": [[1838, "triqs-utility-mpi-nompi-myprint-out"]], "triqs.utility.redirect.start_redirect": [[1859, "triqs-utility-redirect-start-redirect"]], "triqs.utility.redirect.T.name": [[1852, "triqs-utility-redirect-t-name"]], "triqs.utility.redirect.T.is_alive": [[1850, "triqs-utility-redirect-t-is-alive"]], "triqs.utility.redirect.T.native_id": [[1853, "triqs-utility-redirect-t-native-id"]], "triqs.utility.redirect.T.setName": [[1856, "triqs-utility-redirect-t-setname"]], "triqs.utility.redirect.T.isDaemon": [[1849, "triqs-utility-redirect-t-isdaemon"]], "triqs.utility.redirect.T.stop": [[1858, "triqs-utility-redirect-t-stop"]], "triqs.utility.redirect.T.run": [[1854, "triqs-utility-redirect-t-run"]], "triqs.utility.redirect.T.setDaemon": [[1855, "triqs-utility-redirect-t-setdaemon"]], "triqs.utility.redirect.T.getName": [[1847, "triqs-utility-redirect-t-getname"]], "triqs.utility.redirect.T.ident": [[1848, "triqs-utility-redirect-t-ident"]], "triqs.utility.redirect.T.start": [[1857, "triqs-utility-redirect-t-start"]], "triqs.utility.redirect.T.daemon": [[1846, "triqs-utility-redirect-t-daemon"]], "triqs.utility.redirect.T.__init__": [[1845, "triqs-utility-redirect-t-init"]], "triqs.utility.redirect.T.join": [[1851, "triqs-utility-redirect-t-join"]], "Multidimensional arrays": [[1873, "multidimensional-arrays"]], "Declaring and printing an array": [[1873, "declaring-and-printing-an-array"]], "Simple operations": [[1873, "simple-operations"]], "HDF5 Archiving": [[1873, "hdf5-archiving"]], "Views: ranges and slices": [[1873, "views-ranges-and-slices"]], "Matrices and vectors": [[1873, "matrices-and-vectors"]], "Defining through a lazy expression": [[1873, "defining-through-a-lazy-expression"]], "Linear algebra": [[1873, "linear-algebra"]], "Map and fold": [[1873, "map-and-fold"]], "Unix environment variables": [[1865, "unix-environment-variables"]], "Common environment variables": [[1865, "common-environment-variables"]], "Environment variables for software developement": [[1865, "environment-variables-for-software-developement"]], "Environment variables affecting OpenMP": [[1865, "environment-variables-affecting-openmp"]], "Using the clang compiler": [[1864, "using-the-clang-compiler"]], "Get and install clang on linux": [[1864, "get-and-install-clang-on-linux"]], "libclang": [[1864, "libclang"]], "triqs.utility.redirect.stop_redirect": [[1860, "triqs-utility-redirect-stop-redirect"]], "User guide": [[1872, "user-guide"]], "Why use TRIQS?": [[1872, "why-use-triqs"]], "Python Tutorials": [[1872, "python-tutorials"]], "A quick tour in C++": [[1872, "a-quick-tour-in-c"]], "Python Virtual Environments": [[1868, "python-virtual-environments"]], "Compiling a package from source": [[1868, "compiling-a-package-from-source"]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1871, "guide-for-porting-your-application-to-triqs-3-0-and-python-3"]], "Preparation": [[1871, "preparation"]], "Port your Python files to Python 3": [[1871, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1871, "porting-ipython-notebooks"]], "Floor division": [[1871, "floor-division"]], "Porting to TRIQS 3.0": [[1871, "porting-to-triqs-3-0"]], "Regenerate desc files": [[1871, "regenerate-desc-files"]], "Update app4triqs skeleton": [[1871, "update-app4triqs-skeleton"]], "Final Steps": [[1871, "final-steps"]], "Packaged Versions of TRIQS": [[1863, "packaged-versions-of-triqs"]], "Ubuntu Debian packages": [[1863, "ubuntu-debian-packages"]], "Anaconda": [[1863, "anaconda"]], "Docker": [[1863, "docker"]], "Apptainer": [[1863, "apptainer"]], "Binder": [[1863, "binder"]], "Compiling TRIQS from source using EasyBuild": [[1863, "compiling-triqs-from-source-using-easybuild"]], "Compiling TRIQS from source (Advanced)": [[1863, "compiling-triqs-from-source-advanced"]], "Prerequisites": [[1863, "prerequisites"]], "Installation steps": [[1863, "installation-steps"]], "Environment setup": [[1863, "environment-setup"]], "Further reading": [[1863, "further-reading"]], "Frequently-asked questions": [[1861, "frequently-asked-questions"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1861, "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?": [[1861, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "det_manip: Determinant manipulations for CTQMC": [[1874, "det-manip-determinant-manipulations-for-ctqmc"]], "Creation of an empty det_manip class": [[1874, "creation-of-an-empty-det-manip-class"]], "Creation of a non empty det_manip class": [[1874, "creation-of-a-non-empty-det-manip-class"]], "Get information about a det_manip class": [[1874, "get-information-about-a-det-manip-class"]], "Add a line and a column": [[1874, "add-a-line-and-a-column"]], "Remove a line and a column": [[1874, "remove-a-line-and-a-column"]], "Add two lines and two columns": [[1874, "add-two-lines-and-two-columns"]], "Remove two lines and two columns": [[1874, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1874, "remove-add-the-one-two-last-lines-and-columns"]], "Replace one line and column": [[1874, "replace-one-line-and-column"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1867, "prerequisites-for-the-triqs-compilation-on-mac-os-x"]], "Installation of the dependencies": [[1867, "installation-of-the-dependencies"]], "A complete list of requirements": [[1869, "a-complete-list-of-requirements"]], "C++ compilers": [[1869, "c-compilers"]], "Tools and Libraries": [[1869, "tools-and-libraries"]], "Building the TRIQS documentation": [[1869, "building-the-triqs-documentation"]], "Customizing your installation": [[1866, "customizing-your-installation"]], "cmake options": [[1866, "cmake-options"]], "Welcome": [[1862, "welcome"]], "TRIQS 3.3": [[1862, null]], "TRIQS applications": [[1862, "triqs-applications"]], "Core libraries": [[1862, "core-libraries"]], "Numerical Algorithms": [[1862, "numerical-algorithms"]], "TRIQS Community": [[1862, "triqs-community"]], "Where to start?": [[1862, "where-to-start"]], "Installing required libraries on Ubuntu": [[1870, "installing-required-libraries-on-ubuntu"]], "Issues": [[1870, "issues"]], "Writing you own C++ code with TRIQS": [[1880, "writing-you-own-c-code-with-triqs"]], "A simple C++ project, with its tests and documentation": [[1880, "a-simple-c-project-with-its-tests-and-documentation"]], "A mixed C++/Python project": [[1880, "a-mixed-c-python-project"]], "Learn more about Python, ipython and the notebook": [[1883, "learn-more-about-python-ipython-and-the-notebook"]], "Matsubara Green\u2019s functions": [[1875, "matsubara-green-s-functions"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1875, "creation-of-a-simple-green-s-function-g-i-omega"]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1875, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1875, "imaginary-time-green-s-functions-g-tau"]], "Real-time Green\u2019s functions G(t)": [[1875, "real-time-green-s-functions-g-t"]], "Creation of a two real time GF G(t,t')": [[1875, "creation-of-a-two-real-time-gf-g-t-t"]], "How to fill a GF with placeholders": [[1875, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1875, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "A tight-binding model on a square lattice": [[1885, "a-tight-binding-model-on-a-square-lattice"]], "Conventions for TRIQS applications": [[1877, "conventions-for-triqs-applications"]], "Source structure": [[1877, "source-structure"]], "Install structure": [[1877, "install-structure"]], "Build structure": [[1877, "build-structure"]], "Using TRIQS in your own C++ project": [[1878, "using-triqs-in-your-own-c-project"]], "Dynamical mean-field theory on a Bethe lattice": [[1882, "dynamical-mean-field-theory-on-a-bethe-lattice"]], "Model DMFT": [[1884, "model-dmft"]], "Green\u2019s function and HDF5 files": [[1876, "green-s-function-and-hdf5-files"]], "Profiling in C++ and Python": [[1879, "profiling-in-c-and-python"]], "Basics": [[1881, "basics"]], "Version compatibility": [[1923, "version-compatibility"]], "TRIQS version numbering": [[1923, "triqs-version-numbering"]], "TRIQS applications version numbering": [[1923, "triqs-applications-version-numbering"]], "How to determine the version of the installed TRIQS library": [[1923, "how-to-determine-the-version-of-the-installed-triqs-library"]], "Two-particle Response": [[1922, "two-particle-response"]], "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"], [134, "public-members"], [252, "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"], [118, "member-functions"], [128, "member-functions"], [134, "member-functions"], [139, "member-functions"], [164, "member-functions"], [202, "member-functions"], [252, "member-functions"], [269, "member-functions"], [281, "member-functions"], [293, "member-functions"], [335, "member-functions"], [350, "member-functions"], [361, "member-functions"], [367, "member-functions"], [376, "member-functions"], [388, "member-functions"], [400, "member-functions"], [416, "member-functions"], [442, "member-functions"], [452, "member-functions"], [459, "member-functions"], [473, "member-functions"], [531, "member-functions"], [550, "member-functions"], [549, "member-functions"]], "itertools::chunk_range": [[12, "itertools-chunk-range"]], "Returns": [[12, "returns"], [13, "returns"], [21, "returns"], [16, "returns"], [18, "returns"], [19, "returns"], [24, "returns"], [33, "returns"], [31, "returns"], [32, "returns"], [30, "returns"], [29, "returns"], [34, "returns"], [36, "returns"], [44, "returns"], [40, "returns"], [51, "returns"], [48, "returns"], [47, "returns"], [46, "returns"], [57, "returns"], [52, "returns"], [58, "returns"], [63, "returns"], [65, "returns"], [68, "returns"], [74, "returns"], [70, "returns"], [71, "returns"], [81, "returns"], [78, "returns"], [76, "returns"], [83, "returns"], [86, "returns"], [93, "returns"], [92, "returns"], [89, "returns"], [95, "returns"], [98, "returns"], [100, "returns"], [102, "returns"], [106, "returns"], [109, "returns"], [117, "returns"], [116, "returns"], [122, "returns"], [126, "returns"], [127, "returns"], [125, "returns"], [132, "returns"], [130, "returns"], [133, "returns"], [138, "returns"], [141, "returns"], [137, "returns"], [136, "returns"], [142, "returns"], [147, "returns"], [148, "returns"], [150, "returns"], [156, "returns"], [160, "returns"], [163, "returns"], [165, "returns"], [168, "returns"], [167, "returns"], [166, "returns"], [173, "returns"], [182, "returns"], [180, "returns"], [181, "returns"], [192, "returns"], [195, "returns"], [194, "returns"], [191, "returns"], [193, "returns"], [197, "returns"], [198, "returns"], [199, "returns"], [196, "returns"], [200, "returns"], [267, "returns"], [266, "returns"], [265, "returns"], [264, "returns"], [311, "returns"], [312, "returns"], [310, "returns"], [325, "returns"], [324, "returns"], [327, "returns"], [336, "returns"], [338, "returns"], [337, "returns"], [341, "returns"], [340, "returns"], [344, "returns"], [349, "returns"], [348, "returns"], [356, "returns"], [357, "returns"], [352, "returns"], [353, "returns"], [360, "returns"], [359, "returns"], [358, "returns"], [369, "returns"], [374, "returns"], [371, "returns"], [372, "returns"], [373, "returns"], [377, "returns"], [379, "returns"], [381, "returns"], [387, "returns"], [385, "returns"], [382, "returns"], [384, "returns"], [383, "returns"], [392, "returns"], [393, "returns"], [390, "returns"], [396, "returns"], [399, "returns"], [397, "returns"], [394, "returns"], [395, "returns"], [403, "returns"], [405, "returns"], [404, "returns"], [409, "returns"], [411, "returns"], [410, "returns"], [406, "returns"], [414, "returns"], [417, "returns"], [412, "returns"], [424, "returns"], [440, "returns"], [441, "returns"], [438, "returns"], [462, "returns"], [463, "returns"], [464, "returns"], [465, "returns"], [467, "returns"], [466, "returns"], [469, "returns"], [470, "returns"], [468, "returns"], [476, "returns"], [472, "returns"], [480, "returns"], [479, "returns"], [481, "returns"], [483, "returns"], [484, "returns"], [487, "returns"], [486, "returns"], [488, "returns"], [489, "returns"], [485, "returns"], [490, "returns"], [491, "returns"], [493, "returns"], [495, "returns"], [494, "returns"], [492, "returns"], [496, "returns"], [497, "returns"]], "Classes": [[11, "classes"], [108, "classes"], [162, "classes"], [201, "classes"], [250, "classes"], [334, "classes"], [415, "classes"], [458, "classes"]], "Functions": [[11, "functions"], [108, "functions"], [162, "functions"], [250, "functions"], [334, "functions"], [415, "functions"], [458, "functions"]], "itertools::enum_iter::constructor": [[15, "itertools-enum-iter-constructor"]], "itertools::distance": [[13, "itertools-distance"]], "itertools::enum_iter::increment": [[17, "itertools-enum-iter-increment"]], "itertools::enumerated::begin": [[21, "itertools-enumerated-begin"]], "itertools::enum_iter::dereference": [[16, "itertools-enum-iter-dereference"]], "itertools::enum_iter::operator==": [[18, "itertools-enum-iter-operator"]], "itertools::enumerate": [[19, "itertools-enumerate"]], "itertools::enumerated": [[20, "itertools-enumerated"]], "itertools::enumerated::operator==": [[25, "itertools-enumerated-operator"]], "itertools::iterator_facade": [[27, "itertools-iterator-facade"]], "itertools::enumerated::cend": [[23, "itertools-enumerated-cend"]], "itertools::enumerated::end": [[24, "itertools-enumerated-end"]], "itertools::enumerated::cbegin": [[22, "itertools-enumerated-cbegin"]], "itertools::foreach": [[26, "itertools-foreach"]], "itertools::make_sentinel": [[33, "itertools-make-sentinel"]], "itertools::iterator_facade": [[28, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference"]], "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::iterator_facade::operator++": [[30, "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::multiplied": [[35, "itertools-multiplied"]], "itertools::multiplied::constructor": [[39, "itertools-multiplied-constructor"]], "itertools::multiplied::cend": [[38, "itertools-multiplied-cend"]], "itertools::make_vector_from_range": [[34, "itertools-make-vector-from-range"]], "itertools::multiplied::cbegin": [[37, "itertools-multiplied-cbegin"]], "itertools::multiplied::begin": [[36, "itertools-multiplied-begin"]], "itertools::prod_iter::dereference": [[44, "itertools-prod-iter-dereference"]], "itertools::prod_iter::increment": [[45, "itertools-prod-iter-increment"]], "itertools::multiplied::end": [[40, "itertools-multiplied-end"]], "itertools::prod_iter": [[42, "itertools-prod-iter"]], "itertools::multiplied::operator==": [[41, "itertools-multiplied-operator"]], "itertools::prod_iter::constructor": [[43, "itertools-prod-iter-constructor"]], "itertools::range": [[49, "itertools-range"]], "Non Member functions": [[49, "non-member-functions"], [202, "non-member-functions"], [252, "non-member-functions"], [269, "non-member-functions"], [281, "non-member-functions"], [293, "non-member-functions"], [335, "non-member-functions"], [350, "non-member-functions"], [367, "non-member-functions"], [376, "non-member-functions"], [388, "non-member-functions"], [400, "non-member-functions"], [416, "non-member-functions"], [473, "non-member-functions"], [549, "non-member-functions"]], "itertools::range::cbegin": [[51, "itertools-range-cbegin"]], "itertools::product_range": [[48, "itertools-product-range"]], "itertools::product": [[47, "itertools-product"]], "itertools::range::begin": [[50, "itertools-range-begin"]], "itertools::prod_iter::operator==": [[46, "itertools-prod-iter-operator"]], "itertools::range::operator+": [[57, "itertools-range-operator"]], "itertools::range::constructor": [[53, "itertools-range-constructor"]], "itertools::range::cend": [[52, "itertools-range-cend"]], "itertools::range::last": [[56, "itertools-range-last"]], "itertools::range::first": [[55, "itertools-range-first"]], "itertools::range::end": [[54, "itertools-range-end"]], "itertools::range::size": [[60, "itertools-range-size"]], "itertools::range::operator<<": [[58, "itertools-range-operator"]], "itertools::slice": [[63, "itertools-slice"]], "itertools::range::operator==": [[59, "itertools-range-operator"]], "itertools::sentinel_t": [[62, "itertools-sentinel-t"]], "itertools::range::step": [[61, "itertools-range-step"]], "itertools::sliced::cbegin": [[66, "itertools-sliced-cbegin"]], "itertools::sliced": [[64, "itertools-sliced"]], "itertools::sliced::cend": [[67, "itertools-sliced-cend"]], "itertools::sliced::begin": [[65, "itertools-sliced-begin"]], "itertools::sliced::end": [[68, "itertools-sliced-end"]], "itertools::sliced::operator==": [[69, "itertools-sliced-operator"]], "itertools::stride_iter::constructor": [[73, "itertools-stride-iter-constructor"]], "itertools::stride_iter::dereference": [[74, "itertools-stride-iter-dereference"]], "itertools::stride_iter::increment": [[75, "itertools-stride-iter-increment"]], "itertools::stride_iter": [[72, "itertools-stride-iter"]], "itertools::sliced::size": [[70, "itertools-sliced-size"]], "itertools::stride": [[71, "itertools-stride"]], "itertools::strided::cbegin": [[79, "itertools-strided-cbegin"]], "itertools::strided": [[77, "itertools-strided"]], "itertools::strided::cend": [[80, "itertools-strided-cend"]], "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::operator==": [[82, "itertools-strided-operator"]], "itertools::transform": [[83, "itertools-transform"]], "itertools::transform_iter": [[84, "itertools-transform-iter"]], "itertools::transform_iter::dereference": [[86, "itertools-transform-iter-dereference"]], "itertools::transform_iter::increment": [[87, "itertools-transform-iter-increment"]], "itertools::transform_iter::constructor": [[85, "itertools-transform-iter-constructor"]], "itertools::transformed::cend": [[93, "itertools-transformed-cend"]], "itertools::transformed": [[90, "itertools-transformed"]], "itertools::transformed::cbegin": [[92, "itertools-transformed-cbegin"]], "itertools::transformed::begin": [[91, "itertools-transformed-begin"]], "itertools::transform_iter::operator=": [[88, "itertools-transform-iter-operator"]], "itertools::transform_iter::operator==": [[89, "itertools-transform-iter-operator"]], "itertools::zip": [[95, "itertools-zip"]], "itertools::zip_iter::increment": [[99, "itertools-zip-iter-increment"]], "itertools::zip_iter::constructor": [[97, "itertools-zip-iter-constructor"]], "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::operator==": [[100, "itertools-zip-iter-operator"]], "itertools::zipped::cend": [[104, "itertools-zipped-cend"]], "itertools::zipped": [[101, "itertools-zipped"]], "itertools::zipped::cbegin": [[103, "itertools-zipped-cbegin"]], "itertools::zipped::begin": [[102, "itertools-zipped-begin"]], "itertools::zipped::constructor": [[105, "itertools-zipped-constructor"]], "itertools::zipped::end": [[106, "itertools-zipped-end"]], "itertools::zipped::operator==": [[107, "itertools-zipped-operator"]], "mpi::all_equal": [[109, "mpi-all-equal"]], "mpi::all_gather": [[110, "mpi-all-gather"]], "mpi::all_reduce": [[111, "mpi-all-reduce"]], "mpi::broadcast": [[113, "mpi-broadcast"]], "mpi::chunk_length": [[117, "mpi-chunk-length"]], "mpi::broadcast_range": [[114, "mpi-broadcast-range"]], "mpi::chunk": [[116, "mpi-chunk"]], "mpi::all_reduce_in_place": [[112, "mpi-all-reduce-in-place"]], "mpi::check_mpi_call": [[115, "mpi-check-mpi-call"]], "mpi::communicator": [[118, "mpi-communicator"]], "mpi::communicator::abort": [[119, "mpi-communicator-abort"]], "mpi::communicator::free": [[123, "mpi-communicator-free"]], "mpi::communicator::constructor": [[121, "mpi-communicator-constructor"]], "mpi::communicator::duplicate": [[122, "mpi-communicator-duplicate"]], "mpi::communicator::barrier": [[120, "mpi-communicator-barrier"]], "mpi::communicator::get": [[124, "mpi-communicator-get"]], "mpi::communicator::size": [[126, "mpi-communicator-size"]], "mpi::environment": [[128, "mpi-environment"]], "mpi::communicator::split": [[127, "mpi-communicator-split"]], "mpi::environment::constructor": [[129, "mpi-environment-constructor"]], "mpi::communicator::rank": [[125, "mpi-communicator-rank"]], "mpi::lazy::invoke": [[135, "mpi-lazy-invoke"]], "mpi::get_mpi_type": [[132, "mpi-get-mpi-type"]], "mpi::gather": [[130, "mpi-gather"]], "mpi::lazy": [[134, "mpi-lazy"]], "mpi::is_initialized": [[133, "mpi-is-initialized"]], "mpi::gather_range": [[131, "mpi-gather-range"]], "mpi::map_add": [[138, "mpi-map-add"]], "mpi::monitor::event_on_all_ranks": [[141, "mpi-monitor-event-on-all-ranks"]], "mpi::monitor::constructor": [[140, "mpi-monitor-constructor"]], "mpi::map_C_function": [[137, "mpi-map-c-function"]], "mpi::monitor": [[139, "mpi-monitor"]], "mpi::lazy::shape": [[136, "mpi-lazy-shape"]], "mpi::monitor::operator=": [[144, "mpi-monitor-operator"]], "mpi::monitor::report_local_event": [[145, "mpi-monitor-report-local-event"]], "mpi::monitor::finalize_communications": [[143, "mpi-monitor-finalize-communications"]], "mpi::monitor::event_on_any_rank": [[142, "mpi-monitor-event-on-any-rank"]], "mpi::mpi_gather": [[147, "mpi-mpi-gather"]], "mpi::mpi_broadcast": [[146, "mpi-mpi-broadcast"]], "mpi::mpi_reduce": [[148, "mpi-mpi-reduce"]], "mpi::mpi_type": [[153, "mpi-mpi-type-constt"]], "mpi::mpi_type": [[151, "mpi-mpi-type"]], "mpi::mpi_type": [[152, "mpi-mpi-type-t"]], "mpi::mpi_scatter": [[150, "mpi-mpi-scatter"]], "mpi::mpi_reduce_in_place": [[149, "mpi-mpi-reduce-in-place"]], "mpi::reduce_range": [[159, "mpi-reduce-range"]], "mpi::mpi_type>": [[154, "mpi-mpi-type-std-tuple-t"]], "mpi::reduce_in_place_range": [[158, "mpi-reduce-in-place-range"]], "mpi::mpi_type_from_tie": [[155, "mpi-mpi-type-from-tie"]], "mpi::reduce_in_place": [[157, "mpi-reduce-in-place"]], "mpi::reduce": [[156, "mpi-reduce"]], "mpi::scatter": [[160, "mpi-scatter"]], "mpi::scatter_range": [[161, "mpi-scatter-range"]], "triqs::atom_diag::act": [[163, "triqs-atom-diag-act"]], "triqs::atom_diag::atom_diag": [[164, "triqs-atom-diag-atom-diag"]], "triqs::atom_diag::atom_diag::c_connection": [[165, "triqs-atom-diag-atom-diag-c-connection"]], "triqs::atom_diag": [[162, "triqs-atom-diag"]], "Type aliases": [[162, "type-aliases"], [250, "type-aliases"], [334, "type-aliases"]], "triqs::atom_diag::atom_diag::cdag_matrix": [[168, "triqs-atom-diag-atom-diag-cdag-matrix"]], "triqs::atom_diag::atom_diag::flatten_subspace_index": [[170, "triqs-atom-diag-atom-diag-flatten-subspace-index"]], "triqs::atom_diag::atom_diag::constructor": [[169, "triqs-atom-diag-atom-diag-constructor"]], "triqs::atom_diag::atom_diag::cdag_connection": [[167, "triqs-atom-diag-atom-diag-cdag-connection"]], "triqs::atom_diag::atom_diag::c_matrix": [[166, "triqs-atom-diag-atom-diag-c-matrix"]], "triqs::atom_diag::atom_diag::get_eigensystems": [[171, "triqs-atom-diag-atom-diag-get-eigensystems"]], "triqs::atom_diag::atom_diag::get_energies": [[173, "triqs-atom-diag-atom-diag-get-energies"]], "triqs::atom_diag::atom_diag::get_fops": [[175, "triqs-atom-diag-atom-diag-get-fops"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space": [[176, "triqs-atom-diag-atom-diag-get-full-hilbert-space"]], "triqs::atom_diag::atom_diag::get_fock_states": [[174, "triqs-atom-diag-atom-diag-get-fock-states"]], "triqs::atom_diag::atom_diag::get_eigenvalue": [[172, "triqs-atom-diag-atom-diag-get-eigenvalue"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim": [[177, "triqs-atom-diag-atom-diag-get-full-hilbert-space-dim"]], "triqs::atom_diag::atom_diag::get_gs_energy": [[178, "triqs-atom-diag-atom-diag-get-gs-energy"]], "triqs::atom_diag::atom_diag::get_quantum_numbers": [[182, "triqs-atom-diag-atom-diag-get-quantum-numbers"]], "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial": [[180, "triqs-atom-diag-atom-diag-get-matrix-element-of-monomial"]], "triqs::atom_diag::atom_diag::get_op_mat": [[181, "triqs-atom-diag-atom-diag-get-op-mat"]], "triqs::atom_diag::atom_diag::get_h_atomic": [[179, "triqs-atom-diag-atom-diag-get-h-atomic"]], "triqs::atom_diag::atom_diag::get_subspace_dim": [[183, "triqs-atom-diag-atom-diag-get-subspace-dim"]], "triqs::atom_diag::atom_diag::get_unitary_matrix": [[186, "triqs-atom-diag-atom-diag-get-unitary-matrix"]], "triqs::atom_diag::atom_diag::get_subspace_dims": [[184, "triqs-atom-diag-atom-diag-get-subspace-dims"]], "triqs::atom_diag::atom_diag::index_range_of_subspace": [[189, "triqs-atom-diag-atom-diag-index-range-of-subspace"]], "triqs::atom_diag::atom_diag::get_vacuum_state": [[187, "triqs-atom-diag-atom-diag-get-vacuum-state"]], "triqs::atom_diag::atom_diag::get_unitary_matrices": [[185, "triqs-atom-diag-atom-diag-get-unitary-matrices"]], "triqs::atom_diag::atom_diag::get_vacuum_subspace_index": [[188, "triqs-atom-diag-atom-diag-get-vacuum-subspace-index"]], "triqs::atom_diag::atomic_g_iw": [[192, "triqs-atom-diag-atomic-g-iw"]], "triqs::atom_diag::atom_diag::n_subspaces": [[190, "triqs-atom-diag-atom-diag-n-subspaces"]], "triqs::atom_diag::atomic_g_tau": [[195, "triqs-atom-diag-atomic-g-tau"]], "triqs::atom_diag::atomic_g_lehmann": [[194, "triqs-atom-diag-atomic-g-lehmann"]], "triqs::atom_diag::atomic_density_matrix": [[191, "triqs-atom-diag-atomic-density-matrix"]], "triqs::atom_diag::atomic_g_l": [[193, "triqs-atom-diag-atomic-g-l"]], "triqs::atom_diag::partition_function": [[197, "triqs-atom-diag-partition-function"]], "triqs::det_manip": [[201, "triqs-det-manip"]], "triqs::atom_diag::quantum_number_eigenvalues": [[198, "triqs-atom-diag-quantum-number-eigenvalues"]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[199, "triqs-atom-diag-quantum-number-eigenvalues-checked"]], "triqs::atom_diag::atomic_g_w": [[196, "triqs-atom-diag-atomic-g-w"]], "triqs::atom_diag::trace_rho_op": [[200, "triqs-atom-diag-trace-rho-op"]], "triqs::det_manip::det_manip": [[202, "triqs-det-manip-det-manip"]], "triqs::det_manip::det_manip::constructor": [[207, "triqs-det-manip-det-manip-constructor"]], "triqs::det_manip::det_manip::change_col": [[203, "triqs-det-manip-det-manip-change-col"]], "triqs::det_manip::det_manip::change_row": [[204, "triqs-det-manip-det-manip-change-row"]], "triqs::det_manip::det_manip::clear": [[205, "triqs-det-manip-det-manip-clear"]], "triqs::det_manip::det_manip::complete_operation": [[206, "triqs-det-manip-det-manip-complete-operation"]], "triqs::det_manip::det_manip::get_precision_warning": [[212, "triqs-det-manip-det-manip-get-precision-warning"]], "triqs::det_manip::det_manip::get_singular_threshold": [[213, "triqs-det-manip-det-manip-get-singular-threshold"]], "triqs::det_manip::det_manip::get_function": [[209, "triqs-det-manip-det-manip-get-function"]], "triqs::det_manip::det_manip::get_n_operations_before_check": [[210, "triqs-det-manip-det-manip-get-n-operations-before-check"]], "triqs::det_manip::det_manip::determinant": [[208, "triqs-det-manip-det-manip-determinant"]], "triqs::det_manip::det_manip::get_precision_error": [[211, "triqs-det-manip-det-manip-get-precision-error"]], "triqs::det_manip::det_manip::get_x_internal_order": [[215, "triqs-det-manip-det-manip-get-x-internal-order"]], "triqs::det_manip::det_manip::get_y": [[216, "triqs-det-manip-det-manip-get-y"]], "triqs::det_manip::det_manip::get_x": [[214, "triqs-det-manip-det-manip-get-x"]], "triqs::det_manip::det_manip::get_y_internal_order": [[217, "triqs-det-manip-det-manip-get-y-internal-order"]], "triqs::det_manip::det_manip::h5_read": [[218, "triqs-det-manip-det-manip-h5-read"]], "triqs::det_manip::det_manip::h5_write": [[219, "triqs-det-manip-det-manip-h5-write"]], "triqs::det_manip::det_manip::insert_at_end": [[223, "triqs-det-manip-det-manip-insert-at-end"]], "triqs::det_manip::det_manip::insert": [[220, "triqs-det-manip-det-manip-insert"]], "triqs::det_manip::det_manip::insert2_at_end": [[222, "triqs-det-manip-det-manip-insert2-at-end"]], "triqs::det_manip::det_manip::inverse_matrix": [[224, "triqs-det-manip-det-manip-inverse-matrix"]], "triqs::det_manip::det_manip::inverse_matrix_internal_order": [[225, "triqs-det-manip-det-manip-inverse-matrix-internal-order"]], "triqs::det_manip::det_manip::insert2": [[221, "triqs-det-manip-det-manip-insert2"]], "triqs::det_manip::det_manip::remove2": [[230, "triqs-det-manip-det-manip-remove2"]], "triqs::det_manip::det_manip::matrix": [[227, "triqs-det-manip-det-manip-matrix"]], "triqs::det_manip::det_manip::reject_last_try": [[228, "triqs-det-manip-det-manip-reject-last-try"]], "triqs::det_manip::det_manip::remove2_at_end": [[231, "triqs-det-manip-det-manip-remove2-at-end"]], "triqs::det_manip::det_manip::is_singular": [[226, "triqs-det-manip-det-manip-is-singular"]], "triqs::det_manip::det_manip::remove": [[229, "triqs-det-manip-det-manip-remove"]], "triqs::det_manip::det_manip::set_precision_warning": [[237, "triqs-det-manip-det-manip-set-precision-warning"]], "triqs::det_manip::det_manip::set_precision_error": [[236, "triqs-det-manip-det-manip-set-precision-error"]], "triqs::det_manip::det_manip::reserve": [[233, "triqs-det-manip-det-manip-reserve"]], "triqs::det_manip::det_manip::remove_at_end": [[232, "triqs-det-manip-det-manip-remove-at-end"]], "triqs::det_manip::det_manip::set_n_operations_before_check": [[235, "triqs-det-manip-det-manip-set-n-operations-before-check"]], "triqs::det_manip::det_manip::roll_matrix": [[234, "triqs-det-manip-det-manip-roll-matrix"]], "triqs::det_manip::det_manip::try_change_col": [[242, "triqs-det-manip-det-manip-try-change-col"]], "triqs::det_manip::det_manip::try_change_col_row": [[243, "triqs-det-manip-det-manip-try-change-col-row"]], "triqs::det_manip::det_manip::set_singular_threshold": [[238, "triqs-det-manip-det-manip-set-singular-threshold"]], "triqs::det_manip::det_manip::size": [[239, "triqs-det-manip-det-manip-size"]], "triqs::det_manip::det_manip::swap_col": [[240, "triqs-det-manip-det-manip-swap-col"]], "triqs::det_manip::det_manip::swap_row": [[241, "triqs-det-manip-det-manip-swap-row"]], "triqs::det_manip::det_manip::try_remove_k": [[249, "triqs-det-manip-det-manip-try-remove-k"]], "triqs::det_manip::det_manip::try_insert": [[245, "triqs-det-manip-det-manip-try-insert"]], "triqs::det_manip::det_manip::try_remove": [[248, "triqs-det-manip-det-manip-try-remove"]], "triqs::det_manip::det_manip::try_change_row": [[244, "triqs-det-manip-det-manip-try-change-row"]], "triqs::det_manip::det_manip::try_insert_k": [[246, "triqs-det-manip-det-manip-try-insert-k"]], "triqs::det_manip::det_manip::try_refill": [[247, "triqs-det-manip-det-manip-try-refill"]], "triqs::gfs::": [[251, "triqs-gfs-deduction-guide-for-block-gf"]], "triqs::gfs::block_gf::constructor": [[255, "triqs-gfs-block-gf-constructor"]], "triqs::gfs::block_gf::block_names": [[253, "triqs-gfs-block-gf-block-names"]], "triqs::gfs::block_gf": [[252, "triqs-gfs-block-gf"]], "triqs::gfs::block_gf::block_sizes": [[254, "triqs-gfs-block-gf-block-sizes"]], "triqs::gfs": [[250, "triqs-gfs"]], "triqs::gfs::block_gf::operator()": [[260, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::data": [[256, "triqs-gfs-block-gf-data"]], "triqs::gfs::block_gf::hdf5_format": [[259, "triqs-gfs-block-gf-hdf5-format"]], "triqs::gfs::block_gf::operator=": [[261, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::h5_write": [[258, "triqs-gfs-block-gf-h5-write"]], "triqs::gfs::block_gf::h5_read": [[257, "triqs-gfs-block-gf-h5-read"]], "triqs::gfs::fit_gf_dlr": [[263, "triqs-gfs-fit-gf-dlr"]], "triqs::gfs::density": [[262, "triqs-gfs-density"]], "triqs::gfs::flatten_gf_2d": [[267, "triqs-gfs-flatten-gf-2d"]], "triqs::gfs::flatten_2d": [[266, "triqs-gfs-flatten-2d"]], "triqs::gfs::fit_tail": [[265, "triqs-gfs-fit-tail"]], "triqs::gfs::fit_hermitian_tail": [[264, "triqs-gfs-fit-hermitian-tail"]], "triqs::gfs::get_mesh": [[268, "triqs-gfs-get-mesh"]], "triqs::gfs::gf::constructor": [[270, "triqs-gfs-gf-constructor"]], "triqs::gfs::gf": [[269, "triqs-gfs-gf"]], "Accessors": [[269, "accessors"], [281, "accessors"], [293, "accessors"]], "triqs::gfs::gf::data": [[271, "triqs-gfs-gf-data"]], "triqs::gfs::gf::h5_read": [[273, "triqs-gfs-gf-h5-read"]], "triqs::gfs::gf::data_shape": [[272, "triqs-gfs-gf-data-shape"]], "triqs::gfs::gf::target_indices": [[279, "triqs-gfs-gf-target-indices"]], "triqs::gfs::gf::h5_write": [[274, "triqs-gfs-gf-h5-write"]], "triqs::gfs::gf::operator<<": [[277, "triqs-gfs-gf-operator"]], "triqs::gfs::gf::operator=": [[278, "triqs-gfs-gf-operator"]], "triqs::gfs::gf::hdf5_format": [[275, "triqs-gfs-gf-hdf5-format"]], "triqs::gfs::gf::mesh": [[276, "triqs-gfs-gf-mesh"]], "triqs::gfs::gf::target_shape": [[280, "triqs-gfs-gf-target-shape"]], "triqs::gfs::gf_const_view::data": [[283, "triqs-gfs-gf-const-view-data"]], "triqs::gfs::gf_const_view::data_shape": [[284, "triqs-gfs-gf-const-view-data-shape"]], "triqs::gfs::gf_const_view::h5_read": [[285, "triqs-gfs-gf-const-view-h5-read"]], "triqs::gfs::gf_const_view": [[281, "triqs-gfs-gf-const-view"]], "triqs::gfs::gf_const_view::constructor": [[282, "triqs-gfs-gf-const-view-constructor"]], "triqs::gfs::gf_const_view::mesh": [[288, "triqs-gfs-gf-const-view-mesh"]], "triqs::gfs::gf_const_view::hdf5_format": [[287, "triqs-gfs-gf-const-view-hdf5-format"]], "triqs::gfs::gf_const_view::target_indices": [[291, "triqs-gfs-gf-const-view-target-indices"]], "triqs::gfs::gf_const_view::h5_write": [[286, "triqs-gfs-gf-const-view-h5-write"]], "triqs::gfs::gf_const_view::operator<<": [[289, "triqs-gfs-gf-const-view-operator"]], "triqs::gfs::gf_const_view::rebind": [[290, "triqs-gfs-gf-const-view-rebind"]], "triqs::gfs::gf_const_view::target_shape": [[292, "triqs-gfs-gf-const-view-target-shape"]], "triqs::gfs::gf_view": [[293, "triqs-gfs-gf-view"]], "triqs::gfs::gf_view::constructor": [[294, "triqs-gfs-gf-view-constructor"]], "triqs::gfs::gf_view::data": [[295, "triqs-gfs-gf-view-data"]], "triqs::gfs::gf_view::data_shape": [[296, "triqs-gfs-gf-view-data-shape"]], "triqs::gfs::gf_view::h5_read": [[297, "triqs-gfs-gf-view-h5-read"]], "triqs::gfs::gf_view::mesh": [[300, "triqs-gfs-gf-view-mesh"]], "triqs::gfs::gf_view::operator<<": [[301, "triqs-gfs-gf-view-operator"]], "triqs::gfs::gf_view::operator=": [[302, "triqs-gfs-gf-view-operator"]], "triqs::gfs::gf_view::hdf5_format": [[299, "triqs-gfs-gf-view-hdf5-format"]], "triqs::gfs::gf_view::rebind": [[303, "triqs-gfs-gf-view-rebind"]], "triqs::gfs::gf_view::h5_write": [[298, "triqs-gfs-gf-view-h5-write"]], "triqs::gfs::gf_view::target_indices": [[304, "triqs-gfs-gf-view-target-indices"]], "triqs::gfs::gf_view::target_shape": [[305, "triqs-gfs-gf-view-target-shape"]], "triqs::gfs::inverse": [[309, "triqs-gfs-inverse"]], "triqs::gfs::impl_tag": [[308, "triqs-gfs-impl-tag"]], "triqs::gfs::imag": [[307, "triqs-gfs-imag"]], "triqs::gfs::h5_read_gf_struct": [[306, "triqs-gfs-h5-read-gf-struct"]], "triqs::gfs::is_gf_real": [[311, "triqs-gfs-is-gf-real"]], "triqs::gfs::is_gf_real_in_tau": [[312, "triqs-gfs-is-gf-real-in-tau"]], "triqs::gfs::make_block_gf": [[314, "triqs-gfs-make-block-gf"]], "triqs::gfs::is_gf_hermitian": [[310, "triqs-gfs-is-gf-hermitian"]], "triqs::gfs::make_block_gf_view": [[315, "triqs-gfs-make-block-gf-view"]], "triqs::gfs::make_block2_gf": [[313, "triqs-gfs-make-block2-gf"]], "triqs::gfs::make_gf_dlr_imtime": [[318, "triqs-gfs-make-gf-dlr-imtime"]], "triqs::gfs::make_gf_from_inverse_fourier": [[320, "triqs-gfs-make-gf-from-inverse-fourier"]], "triqs::gfs::make_gf_dlr": [[316, "triqs-gfs-make-gf-dlr"]], "triqs::gfs::make_gf_from_real_gf": [[321, "triqs-gfs-make-gf-from-real-gf"]], "triqs::gfs::make_gf_dlr_imfreq": [[317, "triqs-gfs-make-gf-dlr-imfreq"]], "triqs::gfs::make_gf_from_fourier": [[319, "triqs-gfs-make-gf-from-fourier"]], "triqs::gfs::make_real_in_tau": [[325, "triqs-gfs-make-real-in-tau"]], "triqs::gfs::make_zero_tail": [[326, "triqs-gfs-make-zero-tail"]], "triqs::gfs::make_gf_imtime": [[323, "triqs-gfs-make-gf-imtime"]], "triqs::gfs::make_hermitian": [[324, "triqs-gfs-make-hermitian"]], "triqs::gfs::mpi_reduce": [[327, "triqs-gfs-mpi-reduce"]], "triqs::gfs::make_gf_imfreq": [[322, "triqs-gfs-make-gf-imfreq"]], "triqs::gfs::tau_L2_norm": [[331, "triqs-gfs-tau-l2-norm"]], "triqs::gfs::unflatten_2d": [[332, "triqs-gfs-unflatten-2d"]], "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued": [[330, "triqs-gfs-reinterpret-scalar-valued-gf-as-matrix-valued"]], "triqs::gfs::real": [[329, "triqs-gfs-real"]], "triqs::gfs::positive_freq_view": [[328, "triqs-gfs-positive-freq-view"]], "triqs::gfs::unflatten_gf_2d": [[333, "triqs-gfs-unflatten-gf-2d"]], "triqs::hilbert_space::fundamental_operator_set::begin": [[336, "triqs-hilbert-space-fundamental-operator-set-begin"]], "triqs::hilbert_space::fundamental_operator_set::constructor": [[339, "triqs-hilbert-space-fundamental-operator-set-constructor"]], "triqs::hilbert_space": [[334, "triqs-hilbert-space"]], "triqs::hilbert_space::fundamental_operator_set::cend": [[338, "triqs-hilbert-space-fundamental-operator-set-cend"]], "triqs::hilbert_space::fundamental_operator_set::cbegin": [[337, "triqs-hilbert-space-fundamental-operator-set-cbegin"]], "triqs::hilbert_space::fundamental_operator_set": [[335, "triqs-hilbert-space-fundamental-operator-set"]], "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute": [[343, "triqs-hilbert-space-fundamental-operator-set-h5-write-attribute"]], "triqs::hilbert_space::fundamental_operator_set::insert": [[345, "triqs-hilbert-space-fundamental-operator-set-insert"]], "triqs::hilbert_space::fundamental_operator_set::end": [[341, "triqs-hilbert-space-fundamental-operator-set-end"]], "triqs::hilbert_space::fundamental_operator_set::data": [[340, "triqs-hilbert-space-fundamental-operator-set-data"]], "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute": [[342, "triqs-hilbert-space-fundamental-operator-set-h5-read-attribute"]], "triqs::hilbert_space::fundamental_operator_set::has_indices": [[344, "triqs-hilbert-space-fundamental-operator-set-has-indices"]], "triqs::hilbert_space::fundamental_operator_set::size": [[349, "triqs-hilbert-space-fundamental-operator-set-size"]], "triqs::hilbert_space::hilbert_space::constructor": [[351, "triqs-hilbert-space-hilbert-space-constructor"]], "triqs::hilbert_space::fundamental_operator_set::operator==": [[347, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::fundamental_operator_set::operator[]": [[348, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::hilbert_space": [[350, "triqs-hilbert-space-hilbert-space"]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[346, "triqs-hilbert-space-fundamental-operator-set-insert-from-indices-t"]], "triqs::hilbert_space::hilbert_space::h5_read": [[354, "triqs-hilbert-space-hilbert-space-h5-read"]], "triqs::hilbert_space::hilbert_space::has_state": [[356, "triqs-hilbert-space-hilbert-space-has-state"]], "triqs::hilbert_space::hilbert_space::hdf5_format": [[357, "triqs-hilbert-space-hilbert-space-hdf5-format"]], "triqs::hilbert_space::hilbert_space::h5_write": [[355, "triqs-hilbert-space-hilbert-space-h5-write"]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[352, "triqs-hilbert-space-hilbert-space-get-fock-state"]], "triqs::hilbert_space::hilbert_space::get_state_index": [[353, "triqs-hilbert-space-hilbert-space-get-state-index"]], "triqs::hilbert_space::hilbert_space::size": [[360, "triqs-hilbert-space-hilbert-space-size"]], "triqs::hilbert_space::imperative_operator::constructor": [[362, "triqs-hilbert-space-imperative-operator-constructor"]], "triqs::hilbert_space::imperative_operator": [[361, "triqs-hilbert-space-imperative-operator"]], "triqs::hilbert_space::hilbert_space::operator==": [[359, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::hilbert_space::operator!=": [[358, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::imperative_operator::is_empty": [[363, "triqs-hilbert-space-imperative-operator-is-empty"]], "triqs::hilbert_space::make_zero_state": [[366, "triqs-hilbert-space-make-zero-state"]], "triqs::hilbert_space::space_partition::find_mappings": [[369, "triqs-hilbert-space-space-partition-find-mappings"]], "triqs::hilbert_space::imperative_operator::update": [[365, "triqs-hilbert-space-imperative-operator-update"]], "triqs::hilbert_space::space_partition::constructor": [[368, "triqs-hilbert-space-space-partition-constructor"]], "triqs::hilbert_space::space_partition": [[367, "triqs-hilbert-space-space-partition"]], "triqs::hilbert_space::imperative_operator::operator()": [[364, "triqs-hilbert-space-imperative-operator-operator"]], "triqs::hilbert_space::space_partition::foreach": [[370, "triqs-hilbert-space-space-partition-foreach"]], "triqs::hilbert_space::space_partition::n_subspaces": [[374, "triqs-hilbert-space-space-partition-n-subspaces"]], "triqs::hilbert_space::state": [[375, "triqs-hilbert-space-state"]], "triqs::hilbert_space::space_partition::get_matrix_elements": [[371, "triqs-hilbert-space-space-partition-get-matrix-elements"]], "triqs::hilbert_space::space_partition::lookup_basis_state": [[372, "triqs-hilbert-space-space-partition-lookup-basis-state"]], "triqs::hilbert_space::space_partition::merge_subspaces": [[373, "triqs-hilbert-space-space-partition-merge-subspaces"]], "triqs::hilbert_space::state": [[376, "triqs-hilbert-space-state-hilbertspace-scalartype-false"]], "triqs::hilbert_space::state::amplitudes": [[377, "triqs-hilbert-space-state-hilbertspace-scalartype-false-amplitudes"]], "triqs::hilbert_space::state::dot_product": [[379, "triqs-hilbert-space-state-hilbertspace-scalartype-false-dot-product"]], "triqs::hilbert_space::state::constructor": [[378, "triqs-hilbert-space-state-hilbertspace-scalartype-false-constructor"]], "triqs::hilbert_space::state::foreach": [[380, "triqs-hilbert-space-state-hilbertspace-scalartype-false-foreach"]], "triqs::hilbert_space::state::get_hilbert": [[381, "triqs-hilbert-space-state-hilbertspace-scalartype-false-get-hilbert"]], "triqs::hilbert_space::state::size": [[387, "triqs-hilbert-space-state-hilbertspace-scalartype-false-size"]], "triqs::hilbert_space::state::operator-=": [[385, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator()": [[382, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::set_hilbert": [[386, "triqs-hilbert-space-state-hilbertspace-scalartype-false-set-hilbert"]], "triqs::hilbert_space::state::operator+=": [[384, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator*=": [[383, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::constructor": [[389, "triqs-hilbert-space-state-hilbertspace-scalartype-true-constructor"]], "triqs::hilbert_space::state::get_hilbert": [[392, "triqs-hilbert-space-state-hilbertspace-scalartype-true-get-hilbert"]], "triqs::hilbert_space::state::nterms": [[393, "triqs-hilbert-space-state-hilbertspace-scalartype-true-nterms"]], "triqs::hilbert_space::state": [[388, "triqs-hilbert-space-state-hilbertspace-scalartype-true"]], "triqs::hilbert_space::state::dot_product": [[390, "triqs-hilbert-space-state-hilbertspace-scalartype-true-dot-product"]], "triqs::hilbert_space::state::foreach": [[391, "triqs-hilbert-space-state-hilbertspace-scalartype-true-foreach"]], "triqs::hilbert_space::state::operator+=": [[396, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::size": [[399, "triqs-hilbert-space-state-hilbertspace-scalartype-true-size"]], "triqs::hilbert_space::state::operator-=": [[397, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator()": [[394, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator*=": [[395, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::set_hilbert": [[398, "triqs-hilbert-space-state-hilbertspace-scalartype-true-set-hilbert"]], "triqs::hilbert_space::sub_hilbert_space": [[400, "triqs-hilbert-space-sub-hilbert-space"]], "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states": [[403, "triqs-hilbert-space-sub-hilbert-space-get-all-fock-states"]], "triqs::hilbert_space::sub_hilbert_space::constructor": [[402, "triqs-hilbert-space-sub-hilbert-space-constructor"]], "triqs::hilbert_space::sub_hilbert_space::get_index": [[405, "triqs-hilbert-space-sub-hilbert-space-get-index"]], "triqs::hilbert_space::sub_hilbert_space::add_fock_state": [[401, "triqs-hilbert-space-sub-hilbert-space-add-fock-state"]], "triqs::hilbert_space::sub_hilbert_space::get_fock_state": [[404, "triqs-hilbert-space-sub-hilbert-space-get-fock-state"]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[409, "triqs-hilbert-space-sub-hilbert-space-has-state"]], "triqs::hilbert_space::sub_hilbert_space::h5_write": [[408, "triqs-hilbert-space-sub-hilbert-space-h5-write"]], "triqs::hilbert_space::sub_hilbert_space::operator!=": [[411, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::hilbert_space::sub_hilbert_space::hdf5_format": [[410, "triqs-hilbert-space-sub-hilbert-space-hdf5-format"]], "triqs::hilbert_space::sub_hilbert_space::get_state_index": [[406, "triqs-hilbert-space-sub-hilbert-space-get-state-index"]], "triqs::hilbert_space::sub_hilbert_space::h5_read": [[407, "triqs-hilbert-space-sub-hilbert-space-h5-read"]], "triqs::mc_tools::mc_generic": [[416, "triqs-mc-tools-mc-generic"]], "triqs::hilbert_space::sub_hilbert_space::size": [[414, "triqs-hilbert-space-sub-hilbert-space-size"]], "triqs::mc_tools::mc_generic::accumulate": [[417, "triqs-mc-tools-mc-generic-accumulate"]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[413, "triqs-hilbert-space-sub-hilbert-space-set-index"]], "triqs::mc_tools": [[415, "triqs-mc-tools"]], "triqs::hilbert_space::sub_hilbert_space::operator==": [[412, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::mc_tools::mc_generic::collect_results": [[422, "triqs-mc-tools-mc-generic-collect-results"]], "triqs::mc_tools::mc_generic::constructor": [[423, "triqs-mc-tools-mc-generic-constructor"]], "triqs::mc_tools::mc_generic::clear_measures": [[421, "triqs-mc-tools-mc-generic-clear-measures"]], "triqs::mc_tools::mc_generic::add_measure_aux": [[419, "triqs-mc-tools-mc-generic-add-measure-aux"]], "triqs::mc_tools::mc_generic::add_move": [[420, "triqs-mc-tools-mc-generic-add-move"]], "triqs::mc_tools::mc_generic::add_measure": [[418, "triqs-mc-tools-mc-generic-add-measure"]], "triqs::mc_tools::mc_generic::get_accumulation_time": [[425, "triqs-mc-tools-mc-generic-get-accumulation-time"]], "triqs::mc_tools::mc_generic::get_duration": [[429, "triqs-mc-tools-mc-generic-get-duration"]], "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS": [[426, "triqs-mc-tools-mc-generic-get-accumulation-time-hhmmss"]], "triqs::mc_tools::mc_generic::get_config_id": [[427, "triqs-mc-tools-mc-generic-get-config-id"]], "triqs::mc_tools::mc_generic::get_current_cycle_number": [[428, "triqs-mc-tools-mc-generic-get-current-cycle-number"]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[424, "triqs-mc-tools-mc-generic-get-acceptance-rates"]], "triqs::mc_tools::mc_generic::get_warmup_time": [[433, "triqs-mc-tools-mc-generic-get-warmup-time"]], "triqs::mc_tools::mc_generic::h5_read": [[435, "triqs-mc-tools-mc-generic-h5-read"]], "triqs::mc_tools::mc_generic::get_total_time": [[432, "triqs-mc-tools-mc-generic-get-total-time"]], "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS": [[434, "triqs-mc-tools-mc-generic-get-warmup-time-hhmmss"]], "triqs::mc_tools::mc_generic::get_percent": [[430, "triqs-mc-tools-mc-generic-get-percent"]], "triqs::mc_tools::mc_generic::get_rng": [[431, "triqs-mc-tools-mc-generic-get-rng"]], "triqs::mc_tools::mc_generic::rm_measure": [[437, "triqs-mc-tools-mc-generic-rm-measure"]], "triqs::mc_tools::mc_generic::warmup": [[440, "triqs-mc-tools-mc-generic-warmup"]], "triqs::mc_tools::mc_generic::warmup_and_accumulate": [[441, "triqs-mc-tools-mc-generic-warmup-and-accumulate"]], "triqs::mc_tools::mc_generic::h5_write": [[436, "triqs-mc-tools-mc-generic-h5-write"]], "triqs::mc_tools::mc_generic::set_after_cycle_duty": [[439, "triqs-mc-tools-mc-generic-set-after-cycle-duty"]], "triqs::mc_tools::mc_generic::run": [[438, "triqs-mc-tools-mc-generic-run"]], "triqs::mc_tools::move_set": [[442, "triqs-mc-tools-move-set"]], "triqs::mc_tools::move_set::add": [[444, "triqs-mc-tools-move-set-add"]], "triqs::mc_tools::move_set::clear_statistics": [[446, "triqs-mc-tools-move-set-clear-statistics"]], "triqs::mc_tools::move_set::accept": [[443, "triqs-mc-tools-move-set-accept"]], "triqs::mc_tools::move_set::collect_statistics": [[447, "triqs-mc-tools-move-set-collect-statistics"]], "triqs::mc_tools::move_set::attempt": [[445, "triqs-mc-tools-move-set-attempt"]], "triqs::mc_tools::random_generator": [[452, "triqs-mc-tools-random-generator"]], "triqs::mc_tools::move_set::get_acceptance_rates": [[449, "triqs-mc-tools-move-set-get-acceptance-rates"]], "triqs::mc_tools::move_set::reject": [[451, "triqs-mc-tools-move-set-reject"]], "triqs::mc_tools::random_generator::constructor": [[453, "triqs-mc-tools-random-generator-constructor"]], "triqs::mc_tools::move_set::constructor": [[448, "triqs-mc-tools-move-set-constructor"]], "triqs::mc_tools::move_set::get_statistics": [[450, "triqs-mc-tools-move-set-get-statistics"]], "triqs::stat": [[458, "triqs-stat"]], "triqs::mc_tools::random_generator_names": [[457, "triqs-mc-tools-random-generator-names"]], "triqs::stat::accumulator": [[459, "triqs-stat-accumulator"]], "Logarithmic (Log) Binning": [[459, "logarithmic-log-binning"]], "Linear (Lin) Binning": [[459, "linear-lin-binning"]], "triqs::mc_tools::random_generator::operator()": [[455, "triqs-mc-tools-random-generator-operator"]], "triqs::mc_tools::random_generator::preview": [[456, "triqs-mc-tools-random-generator-preview"]], "triqs::mc_tools::random_generator::name": [[454, "triqs-mc-tools-random-generator-name"]], "triqs::stat::accumulator::data_input_count": [[462, "triqs-stat-accumulator-data-input-count"]], "triqs::stat::accumulator::lin_bin_capacity": [[463, "triqs-stat-accumulator-lin-bin-capacity"]], "triqs::stat::accumulator::linear_bins": [[464, "triqs-stat-accumulator-linear-bins"]], "triqs::stat::accumulator::constructor": [[461, "triqs-stat-accumulator-constructor"]], "triqs::stat::accumulator::compress_linear_bins": [[460, "triqs-stat-accumulator-compress-linear-bins"]], "triqs::stat::accumulator::log_bin_errors": [[465, "triqs-stat-accumulator-log-bin-errors"]], "triqs::stat::accumulator::n_lin_bins": [[467, "triqs-stat-accumulator-n-lin-bins"]], "triqs::stat::accumulator::operator<<": [[471, "triqs-stat-accumulator-operator"]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[466, "triqs-stat-accumulator-log-bin-errors-all-reduce"]], "triqs::stat::accumulator::n_log_bins": [[469, "triqs-stat-accumulator-n-log-bins"]], "triqs::stat::accumulator::n_log_bins_max": [[470, "triqs-stat-accumulator-n-log-bins-max"]], "triqs::stat::accumulator::n_lin_bins_max": [[468, "triqs-stat-accumulator-n-lin-bins-max"]], "triqs::stat::histogram::data": [[476, "triqs-stat-histogram-data"]], "triqs::stat::histogram::clear": [[474, "triqs-stat-histogram-clear"]], "triqs::stat::histogram::constructor": [[475, "triqs-stat-histogram-constructor"]], "triqs::stat::cdf": [[472, "triqs-stat-cdf"]], "triqs::stat::histogram::h5_read": [[477, "triqs-stat-histogram-h5-read"]], "triqs::stat::histogram": [[473, "triqs-stat-histogram"]], "triqs::stat::histogram::limits": [[480, "triqs-stat-histogram-limits"]], "triqs::stat::histogram::mpi_broadcast": [[482, "triqs-stat-histogram-mpi-broadcast"]], "triqs::stat::histogram::hdf5_format": [[479, "triqs-stat-histogram-hdf5-format"]], "triqs::stat::histogram::mesh_point": [[481, "triqs-stat-histogram-mesh-point"]], "triqs::stat::histogram::mpi_reduce": [[483, "triqs-stat-histogram-mpi-reduce"]], "triqs::stat::histogram::h5_write": [[478, "triqs-stat-histogram-h5-write"]], "triqs::stat::histogram::n_data_pts": [[484, "triqs-stat-histogram-n-data-pts"]], "triqs::stat::histogram::operator<<": [[487, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator+": [[486, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator==": [[488, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::size": [[489, "triqs-stat-histogram-size"]], "triqs::stat::histogram::n_lost_pts": [[485, "triqs-stat-histogram-n-lost-pts"]], "triqs::stat::jackknife": [[490, "triqs-stat-jackknife"]], "triqs::stat::jackknife_mpi": [[491, "triqs-stat-jackknife-mpi"]], "triqs::stat::mean_and_err": [[493, "triqs-stat-mean-and-err"]], "triqs::stat::mean_mpi": [[495, "triqs-stat-mean-mpi"]], "triqs::stat::mean_and_err_mpi": [[494, "triqs-stat-mean-and-err-mpi"]], "triqs::stat::mean": [[492, "triqs-stat-mean"]], "HDFArchive": [[508, "hdfarchive"]], "HDFArchiveGroup": [[508, "hdfarchivegroup"]], "HDFArchiveInert": [[508, "hdfarchiveinert"]], "Hdf-compliant objects": [[508, "hdf-compliant-objects"]], "How does a class become hdf-compliant?": [[508, "how-does-a-class-become-hdf-compliant"]], "The det_manip class": [[523, "the-det-manip-class"]], "Parameter & construction": [[523, "parameter-construction"]], "Public types": [[523, "public-types"]], "Public member functions": [[523, "public-member-functions"]], "Under the hood \u2026": [[523, "under-the-hood"]], "Full documentation/manual/triqs": [[523, "full-documentation-manual-triqs"], [576, "full-documentation-manual-triqs"]], "Manipulations of determinants": [[522, "manipulations-of-determinants"]], "C++ documentation": [[528, "c-documentation"]], "triqs::stat::pdf": [[496, "triqs-stat-pdf"]], "triqs::stat::tau_estimate_from_errors": [[497, "triqs-stat-tau-estimate-from-errors"]], "[gf] Green function on Matsubara frequencies": [[537, "gf-imfreq-green-function-on-matsubara-frequencies"]], "[gf>] Multiple variables": [[542, "gf-prod-x-y-multiple-variables"]], "Subscript operator": [[542, "subscript-operator"]], "Clef expressions": [[542, "clef-expressions"]], "Functional techniques": [[542, "functional-techniques"]], "gf and views": [[531, "gf-and-views"]], "Non-member functions": [[531, "non-member-functions"]], "mesh::imtime": [[550, "mesh-imtime"]], "mesh::imfreq": [[549, "mesh-imfreq"]], "The blocks: matrix-valued Green\u2019s functions": [[553, "the-blocks-matrix-valued-green-s-functions"]], "Slicing": [[553, "slicing"]], "Bracket Accessor": [[553, "bracket-accessor"]], "Assignment: << or = operator": [[553, "assignment-or-operator"]], "Lazy expressions": [[553, "lazy-expressions"]], "Plot options": [[553, "plot-options"]], "Direct access to data points": [[553, "direct-access-to-data-points"]], "Tools for Monte Carlo": [[575, "tools-for-monte-carlo"]], "Coefficient extraction": [[584, "coefficient-extraction"]], "Plotting protocols": [[588, "plotting-protocols"]], "The Monte Carlo loop": [[578, "the-monte-carlo-loop"]], "C++ variable names": [[578, "c-variable-names"]], "Monte Carlo loop and connection with moves and measures": [[578, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Python documentation": [[559, "python-documentation"]], "TRIQS / solid_dmft tutorial": [[1886, "TRIQS-/-solid_dmft-tutorial"], [1890, "TRIQS-/-solid_dmft-tutorial"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1886, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1890, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1886, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1890, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1886, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1890, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1886, "3.-Check-convergence"], [1890, "3.-Check-convergence"]], "Reminder: The TRIQS BlockGf object": [[1886, "Reminder:-The-TRIQS-BlockGf-object"], [1890, "Reminder:-The-TRIQS-BlockGf-object"]], "Plot of the self-energy \u03a3": [[1886, "Plot-of-the-self-energy-\u03a3"], [1890, "Plot-of-the-self-energy-\u03a3"]], "4. Analytic continuation of the self-energy": [[1886, "4.-Analytic-continuation-of-the-self-energy"], [1890, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1886, "5.-Plot-Spectral-Function"], [1890, "5.-Plot-Spectral-Function"]], "Analytically continue the impurity Green\u2019s function": [[1886, "Analytically-continue-the-impurity-Green\u2019s-function"], [1890, "Analytically-continue-the-impurity-Green\u2019s-function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1886, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1890, "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.": [[1886, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1890, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "FermiSee": [[1891, "FermiSee"], [1887, "FermiSee"]], "Phase diagram exploration": [[1888, "Phase-diagram-exploration"], [1892, "Phase-diagram-exploration"]], "Comparison to Hubbard-I solution": [[1889, "Comparison-to-Hubbard-I-solution"], [1893, "Comparison-to-Hubbard-I-solution"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1889, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1893, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "HDF5 Archives": [[1897, "HDF5-Archives"]], "Writing to an archive": [[1897, "Writing-to-an-archive"]], "Reading from an archive": [[1897, "Reading-from-an-archive"]], "TRIQS Green\u2019s functions": [[1896, "TRIQS-Green\u2019s-functions"], [1900, "TRIQS-Green\u2019s-functions"]], "Matrix-Valued Green\u2019s functions": [[1896, "Matrix-Valued-Green\u2019s-functions"], [1900, "Matrix-Valued-Green\u2019s-functions"]], "Block Green\u2019s functions": [[1896, "Block-Green\u2019s-functions"], [1900, "Block-Green\u2019s-functions"]], "Additional Initialization Descriptors": [[1896, "Additional-Initialization-Descriptors"], [1900, "Additional-Initialization-Descriptors"]], "Flat density of states": [[1896, "Flat-density-of-states"], [1900, "Flat-density-of-states"]], "Semi-circular density of states": [[1896, "Semi-circular-density-of-states"], [1900, "Semi-circular-density-of-states"]], "Imaginary-frequency Green\u2019s functions": [[1896, "Imaginary-frequency-Green\u2019s-functions"], [1900, "Imaginary-frequency-Green\u2019s-functions"]], "Arithmetic Operations": [[1896, "Arithmetic-Operations"], [1900, "Arithmetic-Operations"]], "Obtaining the density": [[1896, "Obtaining-the-density"], [1900, "Obtaining-the-density"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1896, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"], [1900, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"]], "Pade analytical continuation": [[1896, "Pade-analytical-continuation"], [1900, "Pade-analytical-continuation"]], "Exercises": [[1896, "Exercises"], [1900, "Exercises"]], "Matplotlib Examples": [[1895, "Matplotlib-Examples"]], "Goal of this tutorial": [[1895, "Goal-of-this-tutorial"]], "Inline plots": [[1895, "Inline-plots"]], "Making the plot prettier": [[1895, "Making-the-plot-prettier"]], "Subplots": [[1895, "Subplots"]], "Histograms and text": [[1895, "Histograms-and-text"]], "Python-like approach to matplotlib": [[1895, "Python-like-approach-to-matplotlib"]], "More examples": [[1895, "More-examples"]], "Introducing python and the ipython notebook": [[1894, "Introducing-python-and-the-ipython-notebook"]], "Script mode": [[1894, "Script-mode"]], "Interactive shell mode": [[1894, "Interactive-shell-mode"]], "The ipython notebook": [[1894, "The-ipython-notebook"]], "A very short introduction to python": [[1894, "A-very-short-introduction-to-python"]], "Calculating": [[1894, "Calculating"]], "Simple loops / indentation": [[1894, "Simple-loops-/-indentation"]], "If statements": [[1894, "If-statements"]], "Defining a function": [[1894, "Defining-a-function"]], "Importing modules": [[1894, "Importing-modules"]], "Lists": [[1894, "Lists"]], "The numpy library": [[1894, "The-numpy-library"]], "Defining a new class": [[1894, "Defining-a-new-class"]], "Getting help": [[1894, "Getting-help"]], "Introduction to multivariable Green\u2019s functions": [[1899, "Introduction-to-multivariable-Green\u2019s-functions"]], "Imports and parameters": [[1899, "Imports-and-parameters"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1899, "Constructing-and-Initializing-a-Lattice-Green\u2019s-function"]], "Numpy Broadcasting": [[1899, "Numpy-Broadcasting"]], "Evaluate the Green function": [[1899, "Evaluate-the-Green-function"]], "Defining a Tight-Binding Hamiltonian": [[1899, "Defining-a-Tight-Binding-Hamiltonian"]], "A first DMFT calculation": [[1901, "A-first-DMFT-calculation"], [1907, "A-first-DMFT-calculation"]], "The iterated perturbation theory": [[1901, "The-iterated-perturbation-theory"], [1907, "The-iterated-perturbation-theory"]], "Dynamical mean-field theory": [[1901, "Dynamical-mean-field-theory"], [1907, "Dynamical-mean-field-theory"]], "Bethe lattice DMFT": [[1901, "Bethe-lattice-DMFT"], [1907, "Bethe-lattice-DMFT"]], "Visualizing the Mott transition": [[1901, "Visualizing-the-Mott-transition"], [1907, "Visualizing-the-Mott-transition"]], "General reminder: Anderson impurity model and CTHYB solver": [[1902, "General-reminder:-Anderson-impurity-model-and-CTHYB-solver"]], "The TRIQS/CTHYB impurity solver": [[1902, "The-TRIQS/CTHYB-impurity-solver"]], "Setting up the impurity solver": [[1902, "Setting-up-the-impurity-solver"]], "Visualizing the imaginary time sampled G(\\tau)": [[1902, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Visualizing the Matsubara-frequency results": [[1902, "Visualizing-the-Matsubara-frequency-results"]], "Manipulating fermionic operators": [[1898, "Manipulating-fermionic-operators"]], "Fundamental operators": [[1898, "Fundamental-operators"]], "Number operator": [[1898, "Number-operator"]], "Operations with operators": [[1898, "Operations-with-operators"]], "Exact Diagonalization": [[1898, "Exact-Diagonalization"]], "Single-orbital Hubbard model": [[1903, "Single-orbital-Hubbard-model"], [1908, "Single-orbital-Hubbard-model"]], "Solution 1": [[1908, "Solution-1"], [1909, "Solution-1"]], "Solution 2": [[1908, "Solution-2"], [1909, "Solution-2"]], "Solution 3": [[1908, "Solution-3"]], "Solution 4": [[1908, "Solution-4"]], "Solution 5": [[1908, "Solution-5"]], "Solution 6": [[1908, "Solution-6"]], "Valence-Bond DMFT solution of the Hubbard model": [[1905, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"], [1910, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"]], "Analyzing the precomputed results": [[1905, "Analyzing-the-precomputed-results"], [1910, "Analyzing-the-precomputed-results"]], "Comparison with the literature": [[1907, "Comparison-with-the-literature"]], "Two-orbital Hubbard model": [[1909, "Two-orbital-Hubbard-model"], [1904, "Two-orbital-Hubbard-model"]], "J = 0.0": [[1909, "J-=-0.0"], [1909, "id1"]], "J = 0.1 U": [[1909, "J-=-0.1-U"], [1909, "id2"]], "J = 0.2 U": [[1909, "J-=-0.2-U"], [1909, "id3"]], "Conclusion of Exercise 2": [[1909, "Conclusion-of-Exercise-2"]], "Solution of exercise 3": [[1909, "Solution-of-exercise-3"]], "Conclusion of Exercise 3": [[1909, "Conclusion-of-Exercise-3"]], "Tutorials": [[1906, "tutorials"]], "Fermions on the square lattice & perfect nesting": [[1912, "Fermions-on-the-square-lattice-&-perfect-nesting"], [1917, "Fermions-on-the-square-lattice-&-perfect-nesting"]], "Square lattice with nearest-neighbour hopping": [[1912, "Square-lattice-with-nearest-neighbour-hopping"], [1917, "Square-lattice-with-nearest-neighbour-hopping"]], "Non-interacting lattice Green\u2019s function": [[1912, "Non-interacting-lattice-Green\u2019s-function"], [1917, "Non-interacting-lattice-Green\u2019s-function"]], "Fermi surface nesting": [[1912, "Fermi-surface-nesting"], [1917, "Fermi-surface-nesting"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1913, "Susceptibility-\\chi_0-of-non-interacting-fermions"], [1918, "Susceptibility-\\chi_0-of-non-interacting-fermions"]], "Theory": [[1913, "Theory"], [1915, "Theory"], [1920, "Theory"], [1918, "Theory"]], "Fast calculation using Fourier transform": [[1913, "Fast-calculation-using-Fourier-transform"], [1918, "Fast-calculation-using-Fourier-transform"]], "Goals and questions": [[1913, "Goals-and-questions"], [1918, "Goals-and-questions"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1913, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1918, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1913, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1918, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Tutorial repository": [[1911, "tutorial-repository"]], "The random phase approximation (RPA)": [[1914, "The-random-phase-approximation-(RPA)"], [1919, "The-random-phase-approximation-(RPA)"]], "RPA solver": [[1914, "RPA-solver"], [1919, "RPA-solver"]], "Two-particle self consistency (TPSC)": [[1915, "Two-particle-self-consistency-(TPSC)"], [1920, "Two-particle-self-consistency-(TPSC)"]], "Behaviour of U_{sp} and U_{ch} vs.\u00a0U": [[1915, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"], [1920, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"]], "Note: weakness of RPA": [[1915, "Note:-weakness-of-RPA"], [1920, "Note:-weakness-of-RPA"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1916, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"], [1921, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"]], "Mermin-Wagner theorem": [[1916, "Mermin-Wagner-theorem"], [1921, "Mermin-Wagner-theorem"]], "TPSC and the Mermin-Wagner theorem": [[1916, "TPSC-and-the-Mermin-Wagner-theorem"], [1921, "TPSC-and-the-Mermin-Wagner-theorem"]], "Code from previous notebooks": [[1916, "Code-from-previous-notebooks"], [1921, "Code-from-previous-notebooks"]], "\\chi_0 calculator for arbitrary \\beta": [[1916, "\\chi_0-calculator-for-arbitrary-\\beta"], [1921, "\\chi_0-calculator-for-arbitrary-\\beta"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1916, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1921, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1916, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1921, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "Questions": [[1916, "Questions"], [1921, "Questions"]], "Remarks": [[1916, "Remarks"], [1921, "Remarks"]]}, "indexentries": {"h5": [[506, "module-h5"]], "module": [[506, "module-h5"], [553, "index-0"]], "hdfarchive (class in h5)": [[508, "h5.HDFArchive"]], "hdfarchivegroup (built-in class)": [[508, "HDFArchiveGroup"]], "hdfarchiveinert (built-in class)": [[508, "HDFArchiveInert"]], "apply_on_leaves() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.apply_on_leaves"]], "built-in function": [[508, "register_class"]], "create_group() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.create_group"]], "get_raw() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.get_raw"]], "is_data() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.is_data"]], "is_group() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.is_group"]], "items() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.items"]], "keys() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.keys"]], "read_attr() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.read_attr"]], "register_class()": [[508, "register_class"]], "root_path() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.root_path"]], "update() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.update"]], "values() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.values"]], "lightweight exact diagonalization solver and tools": [[510, "index-0"]], "green's functions": [[553, "index-0"], [559, "index-0"]], "block green's function": [[553, "index-0"]], "gf_imfreq": [[553, "index-0"]], "gf_imtime": [[553, "index-0"]], "gf_legendre": [[553, "index-0"]], "gf_refreq": [[553, "index-0"]], "gf_retime": [[553, "index-0"]], "hilbert space tools": [[565, "index-0"]], "second-quantization operators": [[581, "index-0"]], "analysis": [[588, "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_equal", "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/broadcast_range", "documentation/cpp_api/mpi/check_mpi_call", "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/duplicate", "documentation/cpp_api/mpi/communicator/free", "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/gather_range", "documentation/cpp_api/mpi/get_mpi_type", "documentation/cpp_api/mpi/is_initialized", "documentation/cpp_api/mpi/lazy", "documentation/cpp_api/mpi/lazy/invoke", "documentation/cpp_api/mpi/lazy/shape", "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/event_on_all_ranks", "documentation/cpp_api/mpi/monitor/event_on_any_rank", "documentation/cpp_api/mpi/monitor/finalize_communications", "documentation/cpp_api/mpi/monitor/operator=", "documentation/cpp_api/mpi/monitor/report_local_event", "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_typeLTTGT", "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/reduce_in_place_range", "documentation/cpp_api/mpi/reduce_range", "documentation/cpp_api/mpi/scatter", "documentation/cpp_api/mpi/scatter_range", "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.symmetrize", "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.symmetrize", "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.symmetrize", "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_equal.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/broadcast_range.rst", "documentation/cpp_api/mpi/check_mpi_call.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/duplicate.rst", "documentation/cpp_api/mpi/communicator/free.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/gather_range.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/lazy/invoke.rst", "documentation/cpp_api/mpi/lazy/shape.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/event_on_all_ranks.rst", "documentation/cpp_api/mpi/monitor/event_on_any_rank.rst", "documentation/cpp_api/mpi/monitor/finalize_communications.rst", "documentation/cpp_api/mpi/monitor/operator=.rst", "documentation/cpp_api/mpi/monitor/report_local_event.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_typeLTTGT.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/reduce_in_place_range.rst", "documentation/cpp_api/mpi/reduce_range.rst", "documentation/cpp_api/mpi/scatter.rst", "documentation/cpp_api/mpi/scatter_range.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.symmetrize.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.symmetrize.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.symmetrize.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_equal", "mpi::all_gather", "mpi::all_reduce", "mpi::all_reduce_in_place", "mpi::broadcast", "mpi::broadcast_range", "mpi::check_mpi_call", "mpi::chunk", "mpi::chunk_length", "mpi::communicator", "mpi::communicator::abort", "mpi::communicator::barrier", "mpi::communicator::constructor", "mpi::communicator::duplicate", "mpi::communicator::free", "mpi::communicator::get", "mpi::communicator::rank", "mpi::communicator::size", "mpi::communicator::split", "mpi::environment", "mpi::environment::constructor", "mpi::gather", "mpi::gather_range", "mpi::get_mpi_type", "mpi::is_initialized", "mpi::lazy", "mpi::lazy::invoke", "mpi::lazy::shape", "mpi::map_C_function", "mpi::map_add", "mpi::monitor", "mpi::monitor::constructor", "mpi::monitor::event_on_all_ranks", "mpi::monitor::event_on_any_rank", "mpi::monitor::finalize_communications", "mpi::monitor::operator=", "mpi::monitor::report_local_event", "mpi::mpi_broadcast", "mpi::mpi_gather", "mpi::mpi_reduce", "mpi::mpi_reduce_in_place", "mpi::mpi_scatter", "mpi::mpi_type", "mpi::mpi_type<T>", "mpi::mpi_type<constT>", "mpi::mpi_type<std::tuple<T\u2026>>", "mpi::mpi_type_from_tie", "mpi::reduce", "mpi::reduce_in_place", "mpi::reduce_in_place_range", "mpi::reduce_range", "mpi::scatter", "mpi::scatter_range", "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.symmetrize", "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.symmetrize", "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.symmetrize", "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, 122, 127, 136, 164, 169, 187, 199, 207, 214, 216, 224, 227, 234, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 260, 302, 321, 335, 336, 341, 343, 344, 349, 352, 353, 356, 358, 359, 360, 361, 364, 370, 375, 383, 384, 385, 388, 395, 396, 397, 402, 403, 405, 406, 409, 413, 414, 424, 452, 459, 461, 463, 471, 473, 486, 500, 501, 502, 503, 504, 507, 508, 509, 510, 512, 513, 516, 517, 518, 520, 521, 522, 523, 524, 525, 527, 530, 531, 532, 533, 534, 537, 538, 539, 543, 545, 546, 547, 551, 553, 561, 563, 566, 568, 574, 577, 578, 579, 582, 584, 590, 591, 593, 596, 597, 671, 672, 945, 1103, 1117, 1214, 1223, 1224, 1755, 1793, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1853, 1854, 1855, 1856, 1857, 1861, 1862, 1863, 1865, 1867, 1868, 1869, 1871, 1872, 1873, 1874, 1875, 1880, 1881, 1882, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "describ": [0, 327, 361, 508, 509, 517, 530, 531, 535, 546, 551, 553, 560, 561, 577, 578, 579, 580, 590, 945, 1640, 1659, 1660, 1863, 1866, 1886, 1889, 1890, 1893, 1895, 1902, 1915, 1916, 1920, 1921], "main": [0, 19, 95, 264, 265, 270, 326, 460, 464, 467, 469, 471, 492, 493, 494, 495, 501, 506, 509, 510, 512, 516, 517, 518, 519, 520, 523, 526, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 579, 580, 595, 597, 1846, 1862, 1872, 1873, 1874, 1875, 1876, 1880, 1886, 1890, 1892, 1903, 1908], "i": [0, 3, 5, 6, 7, 8, 18, 40, 48, 86, 89, 109, 117, 118, 120, 122, 125, 126, 127, 164, 165, 166, 167, 168, 170, 172, 173, 178, 182, 187, 192, 199, 204, 207, 213, 214, 216, 220, 224, 225, 226, 227, 229, 234, 238, 240, 241, 243, 244, 245, 246, 248, 249, 260, 262, 264, 266, 267, 302, 310, 311, 312, 321, 324, 325, 327, 335, 339, 342, 344, 352, 358, 359, 361, 363, 368, 375, 378, 382, 389, 394, 404, 413, 417, 418, 420, 438, 440, 441, 442, 443, 444, 445, 452, 455, 459, 460, 461, 463, 465, 466, 467, 469, 471, 483, 486, 490, 491, 492, 495, 500, 501, 502, 503, 504, 506, 507, 508, 509, 510, 512, 513, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 541, 542, 543, 545, 547, 549, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 568, 569, 570, 572, 573, 574, 575, 577, 578, 579, 580, 581, 582, 583, 585, 586, 588, 589, 590, 591, 592, 593, 595, 596, 597, 604, 606, 608, 612, 615, 625, 627, 629, 633, 636, 651, 655, 656, 663, 665, 669, 670, 671, 672, 674, 679, 710, 713, 718, 749, 752, 757, 788, 791, 796, 827, 830, 835, 866, 872, 889, 901, 916, 939, 945, 952, 957, 988, 1027, 1028, 1033, 1064, 1089, 1103, 1117, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1223, 1224, 1226, 1228, 1624, 1639, 1645, 1677, 1679, 1687, 1692, 1697, 1698, 1709, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1732, 1740, 1744, 1769, 1781, 1791, 1793, 1819, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1855, 1856, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1871, 1872, 1873, 1874, 1877, 1878, 1879, 1880, 1882, 1883, 1886, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1923], "patch": [0, 571, 1607, 1609, 1773, 1775, 1776, 1905, 1910, 1923], "releas": [0, 6, 500, 503, 591, 1861, 1862, 1863, 1880, 1923], "introduc": [0, 553, 590, 1871, 1872, 1881, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1902, 1915, 1920], "minor": [0, 1923], "restor": [0, 500, 503], "compat": [0, 5, 306, 561, 582, 675, 714, 753, 792, 831, 898, 907, 1871, 1886, 1890, 1892, 1902], "against": [0, 1863, 1868, 1871, 1896, 1900], "recent": [0, 1863, 1864, 1867, 1871], "numpi": [0, 507, 510, 553, 554, 555, 556, 557, 558, 560, 567, 573, 583, 586, 588, 590, 660, 670, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 945, 952, 988, 1064, 1076, 1077, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1611, 1635, 1640, 1645, 1660, 1676, 1677, 1679, 1680, 1697, 1698, 1702, 1704, 1705, 1707, 1709, 1712, 1727, 1728, 1729, 1744, 1745, 1861, 1867, 1869, 1870, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "we": [0, 3, 6, 7, 191, 192, 193, 194, 195, 196, 197, 240, 241, 364, 368, 373, 469, 490, 491, 506, 508, 509, 510, 517, 518, 519, 520, 521, 522, 524, 527, 529, 530, 531, 537, 539, 541, 543, 545, 546, 551, 553, 554, 561, 563, 568, 573, 574, 577, 578, 580, 585, 586, 587, 589, 590, 591, 593, 595, 597, 1229, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1861, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1883, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "thank": [0, 8], "all": [0, 3, 4, 8, 42, 44, 46, 98, 99, 100, 109, 130, 131, 139, 141, 147, 148, 149, 156, 157, 158, 159, 169, 171, 173, 178, 182, 184, 198, 199, 200, 214, 216, 228, 261, 267, 278, 310, 312, 327, 350, 362, 366, 369, 370, 380, 403, 420, 421, 424, 444, 449, 460, 461, 466, 473, 474, 483, 491, 494, 495, 500, 506, 507, 508, 509, 516, 523, 527, 529, 532, 533, 537, 538, 543, 545, 549, 553, 561, 563, 566, 578, 579, 580, 582, 585, 588, 590, 591, 596, 597, 599, 601, 607, 614, 615, 618, 622, 628, 635, 636, 639, 650, 651, 671, 672, 711, 750, 789, 828, 867, 896, 989, 1032, 1063, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1224, 1230, 1639, 1713, 1714, 1715, 1721, 1757, 1819, 1822, 1836, 1846, 1863, 1865, 1869, 1871, 1872, 1873, 1879, 1880, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "contributor": [0, 5], "nil": 0, "wentzel": [0, 3, 4], "find": [0, 3, 353, 369, 372, 406, 500, 510, 553, 577, 580, 1791, 1822, 1836, 1871, 1881, 1884, 1886, 1887, 1888, 1890, 1891, 1892, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1920, 1922], "below": [0, 213, 238, 310, 312, 448, 490, 491, 506, 508, 512, 518, 527, 531, 561, 578, 580, 585, 590, 595, 1725, 1866, 1868, 1869, 1871, 1877, 1880, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1899, 1900, 1904, 1905, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "an": [0, 4, 6, 9, 11, 33, 81, 115, 116, 136, 139, 141, 142, 155, 169, 170, 255, 266, 312, 335, 339, 342, 343, 352, 354, 355, 361, 364, 368, 373, 400, 402, 407, 408, 418, 420, 423, 431, 461, 467, 469, 471, 487, 490, 491, 492, 493, 500, 503, 504, 506, 507, 508, 509, 510, 513, 516, 518, 520, 521, 523, 524, 526, 527, 529, 530, 533, 535, 537, 538, 541, 542, 543, 545, 547, 549, 551, 553, 555, 557, 560, 561, 562, 563, 564, 565, 566, 569, 570, 573, 578, 579, 580, 582, 584, 585, 586, 589, 590, 595, 599, 608, 629, 663, 669, 871, 886, 916, 945, 1032, 1072, 1073, 1084, 1085, 1089, 1098, 1099, 1103, 1112, 1113, 1117, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1224, 1639, 1679, 1713, 1714, 1715, 1721, 1724, 1730, 1745, 1828, 1842, 1851, 1862, 1863, 1865, 1872, 1875, 1879, 1881, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1914, 1916, 1917, 1919, 1921, 1923], "item": [0, 506, 508, 1886, 1890], "list": [0, 3, 4, 174, 192, 193, 194, 195, 196, 200, 255, 375, 457, 459, 500, 502, 503, 507, 518, 523, 533, 554, 555, 556, 557, 558, 561, 563, 567, 569, 572, 573, 582, 583, 585, 586, 587, 590, 592, 599, 601, 609, 614, 622, 630, 635, 645, 646, 647, 648, 650, 651, 674, 713, 752, 791, 830, 870, 885, 945, 952, 1054, 1056, 1200, 1214, 1216, 1217, 1224, 1228, 1230, 1611, 1616, 1617, 1627, 1631, 1640, 1653, 1654, 1660, 1669, 1670, 1672, 1679, 1681, 1696, 1698, 1703, 1706, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1750, 1753, 1793, 1845, 1863, 1865, 1886, 1890, 1896, 1897, 1898, 1899, 1900, 1902], "backward": [0, 306, 675, 714, 753, 792, 831, 898, 907], "read": [0, 218, 257, 273, 285, 297, 342, 354, 407, 473, 476, 477, 500, 506, 507, 508, 549, 563, 566, 568, 582, 591, 663, 1230, 1676, 1758, 1861, 1873, 1876, 1886, 1890, 1892, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1917, 1918, 1919, 1923], "call": [0, 12, 30, 116, 118, 120, 122, 127, 128, 130, 133, 136, 156, 160, 169, 206, 228, 417, 438, 439, 440, 441, 445, 451, 452, 459, 500, 502, 503, 506, 507, 508, 509, 512, 516, 517, 518, 519, 520, 523, 526, 527, 529, 547, 551, 560, 574, 575, 578, 579, 580, 582, 589, 592, 597, 906, 994, 1793, 1816, 1845, 1846, 1851, 1857, 1863, 1868, 1871, 1874, 1875, 1880, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1900, 1901, 1903, 1907, 1908, 1909, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "dlr_imfreq": [0, 998, 1112, 1113, 1114, 1115], "dlr_imtim": [0, 997, 999, 1126, 1127, 1128, 1129], "946": 0, "alias": [0, 10, 533, 582], "complex_": 0, "float_": 0, "slack": [0, 6, 7, 1862], "workspac": [0, 6, 7, 1862], "signup": 0, "url": 0, "symmetr": [0, 263, 324, 325, 583, 996, 1003, 1004, 1089, 1103, 1117, 1677, 1698, 1882, 1903, 1904, 1908, 1909], "other": [0, 3, 5, 6, 18, 46, 76, 88, 89, 100, 215, 266, 267, 492, 493, 494, 495, 506, 507, 510, 513, 517, 521, 525, 528, 534, 569, 574, 580, 583, 586, 590, 591, 596, 599, 601, 622, 663, 952, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1698, 1709, 1727, 1728, 1729, 1862, 1863, 1868, 1873, 1874, 1880, 1886, 1887, 1890, 1891, 1894, 1896, 1898, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1916, 1917, 1918, 1921, 1923], "lehmann": [0, 192, 193, 194, 195, 196, 510, 1862, 1896, 1900], "represent": [0, 180, 181, 192, 193, 194, 195, 196, 263, 316, 317, 318, 499, 500, 503, 510, 527, 528, 531, 546, 549, 550, 552, 582, 584, 590, 646, 670, 945, 996, 997, 998, 999, 1089, 1103, 1117, 1862, 1889, 1893, 1896, 1899, 1900, 1916, 1921], "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, 109, 113, 114, 116, 130, 131, 132, 135, 137, 138, 146, 147, 148, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 161, 261, 264, 265, 270, 278, 282, 294, 306, 307, 310, 311, 312, 324, 325, 326, 329, 361, 364, 365, 366, 370, 375, 379, 380, 383, 384, 385, 390, 391, 395, 396, 397, 420, 452, 455, 461, 464, 465, 466, 471, 490, 491, 492, 493, 494, 495, 497, 500, 502, 503, 506, 507, 516, 517, 518, 520, 521, 527, 528, 536, 537, 538, 541, 543, 545, 552, 553, 554, 555, 556, 557, 558, 561, 563, 564, 565, 566, 569, 570, 580, 581, 583, 584, 585, 586, 587, 593, 597, 599, 656, 660, 663, 676, 677, 679, 680, 687, 689, 693, 694, 695, 704, 705, 706, 708, 709, 710, 715, 716, 718, 719, 726, 728, 732, 733, 734, 743, 744, 745, 747, 748, 749, 754, 755, 757, 758, 765, 767, 771, 772, 773, 782, 783, 784, 786, 787, 788, 793, 794, 796, 797, 804, 806, 810, 811, 812, 821, 822, 823, 825, 826, 827, 832, 833, 835, 836, 843, 845, 849, 850, 851, 860, 861, 862, 864, 865, 866, 886, 898, 907, 949, 952, 954, 955, 957, 958, 965, 967, 971, 972, 973, 982, 983, 984, 986, 987, 988, 1040, 1214, 1223, 1226, 1228, 1230, 1635, 1647, 1648, 1659, 1663, 1664, 1672, 1675, 1676, 1677, 1681, 1696, 1698, 1699, 1700, 1701, 1702, 1705, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1753, 1760, 1763, 1764, 1791, 1819, 1863, 1874, 1890, 1892, 1894, 1896, 1898, 1899, 1900, 1901, 1907, 1923], "extend": [0, 542, 582, 1676, 1903, 1905, 1908, 1910], "convers": [0, 564, 584], "routin": [0, 115, 234, 242, 243, 244, 245, 246, 247, 248, 249, 509, 551, 593, 1886, 1890, 1899, 1912, 1913, 1915, 1917, 1918, 1920], "between": [0, 4, 11, 13, 53, 61, 233, 361, 367, 369, 373, 501, 508, 510, 521, 525, 528, 534, 538, 551, 565, 572, 573, 578, 1218, 1624, 1679, 1862, 1874, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1914, 1915, 1917, 1919, 1920, 1923], "exist": [0, 503, 508, 509, 1886, 1890, 1896, 1897, 1900, 1904, 1909, 1916, 1921], "add": [0, 7, 8, 245, 384, 385, 396, 397, 401, 442, 467, 486, 500, 503, 508, 510, 517, 519, 522, 530, 574, 577, 580, 591, 1639, 1676, 1861, 1863, 1865, 1867, 1868, 1877, 1889, 1893, 1894, 1895, 1898, 1908], "constrain": [0, 1862, 1914, 1919], "residu": [0, 945, 1862], "minim": [0, 563, 582, 670, 945, 1224, 1862, 1905, 1910], "crm": 0, "dyson": [0, 553, 561, 563, 945, 1862, 1889, 1893, 1896, 1900, 1901, 1907, 1908, 1912, 1917], "solver": [0, 5, 9, 164, 498, 581, 599, 600, 601, 622, 945, 1862, 1863, 1872, 1882, 1884, 1886, 1889, 1890, 1893, 1898, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1915, 1917, 1920], "intel": [0, 1864, 1865], "base": [0, 5, 11, 366, 375, 376, 388, 509, 551, 578, 581, 582, 671, 672, 947, 948, 1639, 1677, 1845, 1863, 1869, 1871, 1883, 1896, 1900, 1905, 1910, 1913, 1918, 1923], "our": [0, 3, 6, 7, 510, 513, 527, 580, 593, 1861, 1862, 1867, 1869, 1871, 1872, 1880, 1886, 1888, 1890, 1892, 1897, 1899, 1902, 1914, 1915, 1916, 1919, 1920, 1921], "continu": [0, 5, 469, 473, 557, 1755, 1863, 1867, 1872, 1889, 1892, 1893, 1901, 1903, 1908, 1913, 1916, 1918, 1921], "integr": [0, 472, 573, 583, 1680, 1696, 1698, 1703, 1763, 1853, 1863, 1883, 1888, 1889, 1892, 1893, 1916, 1921], "variou": [0, 3, 4, 11, 506, 515, 528, 531, 546, 553, 561, 569, 573, 582, 591, 597, 663, 1862, 1863, 1872, 1878, 1900, 1922], "sever": [0, 4, 201, 419, 506, 509, 522, 526, 533, 574, 580, 581, 591, 593, 885, 1863, 1867, 1869, 1896, 1900, 1903, 1904, 1908, 1909, 1916, 1921], "thoma": 0, "hahn": [0, 3], "alexand": 0, "hampel": [0, 3, 4], "dominik": 0, "kies": [0, 3], "h": [0, 3, 169, 354, 355, 358, 359, 368, 378, 389, 407, 408, 411, 412, 472, 477, 478, 482, 483, 487, 488, 496, 507, 508, 510, 517, 524, 565, 570, 580, 582, 583, 585, 596, 599, 601, 622, 1698, 1711, 1713, 1714, 1715, 1717, 1718, 1721, 1722, 1723, 1724, 1725, 1763, 1764, 1870, 1886, 1890, 1892, 1893, 1898, 1902, 1905, 1910, 1912, 1917], "l": [0, 3, 255, 261, 270, 278, 294, 302, 309, 310, 313, 314, 319, 320, 324, 330, 365, 370, 380, 391, 513, 525, 530, 557, 566, 578, 582, 583, 585, 586, 592, 597, 686, 725, 764, 803, 842, 937, 938, 964, 1062, 1077, 1200, 1216, 1217, 1604, 1696, 1698, 1699, 1701, 1703, 1705, 1714, 1724, 1727, 1728, 1729, 1744, 1863, 1886, 1890, 1894, 1895, 1896, 1897, 1900, 1904, 1909], "nours": 0, "dylan": 0, "simon": [0, 3], "init_from_representative_data": 0, "get_representative_data": 0, "sym_grp": 0, "enabl": [0, 500, 503, 509, 520, 521, 596, 1862, 1863], "most": [0, 4, 501, 506, 508, 509, 525, 527, 561, 580, 582, 1857, 1863, 1864, 1867, 1886, 1890, 1896, 1900, 1916, 1921, 1923], "warn": [0, 9, 212, 214, 216, 224, 227, 237, 500, 520, 521, 523, 594, 1888, 1890, 1892, 1893, 1902, 1904, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "wpedant": 0, "wextra": 0, "wall": 0, "wfloat": 0, "wshadow": 0, "support": [0, 3, 4, 9, 483, 506, 508, 512, 553, 561, 563, 582, 596, 1230, 1745, 1869, 1870, 1883], "spherical_to_cub": [0, 583], "redund": 0, "make_matrix": 0, "unittest": 0, "assertequ": 0, "miss": [0, 1712, 1868, 1887, 1891, 1905, 1910], "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, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 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, 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, 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, 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, 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, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 503, 509, 510, 512, 516, 517, 518, 519, 520, 521, 523, 526, 527, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 577, 579, 580, 585, 593, 594, 595, 597, 1147, 1167, 1179, 1679, 1723, 1863, 1865, 1868, 1869, 1870, 1873, 1874, 1875, 1876, 1877, 1878, 1880, 1883, 1896, 1900, 1916, 1921, 1923], "see": [0, 4, 7, 8, 48, 217, 225, 335, 352, 367, 445, 448, 459, 509, 512, 517, 527, 542, 549, 561, 563, 578, 580, 582, 584, 590, 595, 945, 1226, 1848, 1850, 1853, 1863, 1874, 1875, 1879, 1880, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "915": 0, "replac": [0, 364, 508, 516, 524, 697, 698, 736, 737, 775, 776, 814, 815, 853, 854, 975, 976, 1015, 1016, 1863, 1864, 1871, 1872, 1889, 1896, 1900], "getargspec": 0, "getfullargspec": 0, "911": [0, 1909], "reproduc": [0, 9, 498, 554, 555, 556, 557, 558, 590, 1863, 1903, 1905, 1908, 1910, 1915, 1916, 1920, 1921], "failur": 0, "issue913": 0, "bug": [0, 3, 6, 8, 510, 1903, 1908, 1923], "gf_base_op": 0, "debug": [0, 5, 1866], "get_matrix_element_of_monomi": [0, 164], "llvm": [0, 1864, 1867, 1869], "18": [0, 264, 1890, 1900, 1909, 1912, 1917], "relat": [0, 524, 551, 568, 572, 573, 582, 583, 1626, 1644, 1661, 1698, 1709, 1862, 1880, 1883, 1896, 1898, 1899, 1900, 1901, 1905, 1907, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "26": [0, 1890, 1900, 1909], "unnam": 0, "placehold": [0, 264, 265, 512, 513, 516, 518, 519, 520, 526, 529, 533, 537, 538, 541, 542, 551, 1873, 1876], "_": [0, 1, 2, 490, 491, 504, 524, 525, 541, 573, 583, 586, 593, 1698, 1729, 1732, 1881, 1882, 1884, 1886, 1890, 1892, 1893, 1896, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "insuffici": 0, "reserv": [0, 202, 207, 535, 1845], "memori": [0, 233, 459, 508, 510, 526, 549, 1863, 1886, 1890, 1893, 1899, 1918], "try_insert": [0, 202, 220, 223, 523, 1874], "make_gf_": 0, "dlr_": 0, "imtim": [0, 195, 528, 529, 531, 541, 542, 546, 552, 554, 555, 557, 558, 647, 696, 699, 701, 735, 738, 740, 774, 777, 779, 813, 816, 818, 852, 855, 857, 974, 977, 979, 996, 1000, 1002, 1014, 1017, 1019, 1154, 1155, 1156, 1157, 1875], "imfreq": [0, 192, 262, 264, 265, 270, 321, 326, 521, 526, 528, 529, 531, 533, 535, 546, 547, 551, 552, 554, 555, 557, 558, 645, 682, 683, 684, 685, 691, 692, 697, 698, 699, 700, 702, 703, 721, 722, 723, 724, 730, 731, 736, 737, 738, 739, 741, 742, 760, 761, 762, 763, 769, 770, 775, 776, 777, 778, 780, 781, 799, 800, 801, 802, 808, 809, 814, 815, 816, 817, 819, 820, 838, 839, 840, 841, 847, 848, 853, 854, 855, 856, 858, 859, 960, 961, 962, 963, 969, 970, 975, 976, 977, 978, 980, 981, 1000, 1001, 1003, 1004, 1006, 1008, 1009, 1010, 1011, 1012, 1013, 1015, 1016, 1017, 1018, 1020, 1021, 1143, 1144, 1145, 1146, 1875, 1876, 1900], "too": [0, 207, 388, 574, 591, 1888, 1890, 1892, 1903, 1908, 1916, 1921], "allow": [0, 4, 164, 361, 400, 500, 503, 506, 509, 510, 517, 527, 542, 551, 553, 563, 564, 565, 568, 575, 578, 579, 580, 581, 582, 584, 590, 593, 1089, 1103, 1117, 1224, 1739, 1862, 1863, 1865, 1871, 1872, 1873, 1874, 1876, 1883, 1886, 1890, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1905, 1910, 1915, 1916, 1920, 1921], "relev": [0, 1862, 1896, 1897, 1899, 1900, 1903, 1908], "input": [0, 4, 161, 459, 471, 501, 530, 593, 945, 1645, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1898, 1901, 1902, 1907], "option": [0, 361, 364, 367, 438, 440, 441, 506, 509, 551, 552, 554, 555, 556, 557, 558, 559, 561, 563, 567, 581, 582, 583, 586, 591, 599, 601, 622, 674, 680, 710, 713, 719, 749, 752, 758, 788, 791, 797, 827, 830, 836, 866, 945, 952, 958, 988, 1141, 1224, 1225, 1611, 1679, 1697, 1698, 1702, 1705, 1707, 1709, 1727, 1728, 1729, 1739, 1740, 1741, 1791, 1851, 1863, 1868, 1879, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1898, 1900, 1903, 1908], "expos": [0, 502, 504, 533, 582, 592, 1659, 1862, 1878, 1896, 1900], "densiti": [0, 4, 191, 200, 250, 458, 496, 510, 551, 553, 554, 556, 560, 562, 568, 570, 578, 585, 590, 592, 644, 655, 708, 747, 786, 825, 864, 902, 926, 939, 940, 986, 1713, 1721, 1722, 1723, 1764, 1882, 1885, 1886, 1890, 1895, 1899, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "dlrimfreq": [0, 945], "dlrimtim": [0, 945], "bind": [0, 282, 568, 570, 573, 1624, 1639, 1659, 1675, 1676, 1677, 1864, 1869, 1886, 1890, 1892, 1893, 1912, 1917], "constructor": [0, 14, 35, 42, 49, 72, 84, 96, 101, 118, 128, 139, 164, 202, 252, 269, 281, 293, 327, 335, 350, 361, 367, 376, 388, 400, 416, 442, 452, 459, 473, 500, 503, 508, 520, 523, 526, 527, 531, 549, 550, 561, 577, 580, 582, 885, 1845, 1852, 1854, 1894, 1900], "from": [0, 4, 5, 7, 8, 9, 11, 21, 32, 35, 88, 92, 101, 102, 137, 169, 180, 185, 186, 192, 193, 195, 196, 215, 218, 248, 255, 257, 270, 273, 285, 297, 313, 315, 339, 342, 350, 351, 354, 361, 362, 364, 375, 407, 459, 464, 465, 466, 477, 492, 493, 494, 495, 500, 501, 503, 504, 506, 507, 508, 509, 510, 518, 525, 527, 529, 530, 533, 535, 542, 549, 550, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 564, 568, 570, 571, 573, 574, 577, 578, 580, 582, 583, 584, 585, 586, 587, 589, 590, 592, 593, 595, 596, 597, 619, 640, 659, 660, 663, 665, 671, 672, 674, 713, 752, 791, 830, 870, 873, 885, 890, 931, 934, 945, 1000, 1006, 1223, 1228, 1230, 1676, 1677, 1696, 1703, 1706, 1710, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1775, 1791, 1793, 1846, 1854, 1861, 1862, 1864, 1865, 1867, 1871, 1873, 1875, 1876, 1880, 1882, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1923], "basic": [0, 4, 9, 506, 507, 508, 513, 517, 527, 529, 552, 553, 575, 580, 588, 591, 1868, 1872, 1873, 1874, 1875, 1880, 1883, 1886, 1890, 1892, 1902, 1912, 1916, 1917, 1921], "algebra": [0, 523, 582, 1883, 1886, 1890, 1894], "meshlegendr": [0, 556, 752], "n_iw": [0, 192, 264, 265, 322, 326, 510, 529, 533, 645, 1001, 1131, 1191, 1875, 1890, 1893, 1896, 1899, 1900, 1907, 1908, 1916, 1917, 1921], "meshimfreq": [0, 554, 563, 674, 945, 1191, 1208, 1224, 1228, 1896, 1899, 1900, 1907, 1908, 1912, 1916, 1917, 1921], "oplot": [0, 554, 555, 556, 557, 558, 564, 568, 589, 590, 1214, 1740, 1741, 1753, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "data": [0, 5, 9, 252, 261, 267, 269, 270, 272, 278, 281, 282, 284, 293, 294, 296, 302, 335, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 469, 473, 474, 477, 478, 484, 485, 490, 491, 492, 493, 494, 495, 502, 506, 507, 509, 522, 523, 530, 531, 532, 535, 541, 544, 547, 551, 552, 559, 561, 563, 582, 588, 674, 678, 696, 710, 713, 717, 735, 749, 752, 756, 774, 788, 791, 795, 813, 827, 830, 834, 852, 866, 875, 880, 893, 900, 952, 956, 974, 988, 1014, 1072, 1073, 1084, 1085, 1098, 1099, 1112, 1113, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1219, 1224, 1226, 1230, 1757, 1761, 1762, 1873, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "access": [0, 28, 256, 276, 288, 300, 371, 377, 382, 394, 431, 473, 476, 527, 531, 547, 549, 552, 559, 566, 580, 1621, 1758, 1863, 1865, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1900, 1902, 1903, 1908], "matsubarafreq": 0, "code": [0, 4, 5, 7, 9, 115, 118, 119, 272, 284, 296, 500, 501, 504, 508, 509, 512, 513, 533, 561, 574, 575, 578, 582, 584, 593, 595, 1862, 1863, 1864, 1869, 1872, 1876, 1877, 1878, 1879, 1886, 1888, 1889, 1890, 1893, 1894, 1901, 1903, 1904, 1908, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "simplif": 0, "In": [0, 3, 6, 7, 261, 278, 375, 383, 384, 385, 395, 396, 397, 459, 506, 508, 509, 516, 517, 518, 521, 523, 525, 527, 529, 530, 532, 533, 542, 546, 553, 561, 562, 574, 578, 579, 580, 581, 584, 590, 591, 593, 595, 596, 1793, 1863, 1864, 1865, 1867, 1868, 1875, 1879, 1880, 1882, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "gf_dlr": 0, "do": [0, 5, 6, 7, 8, 85, 191, 194, 195, 196, 197, 233, 500, 508, 509, 516, 517, 518, 520, 523, 530, 533, 538, 541, 553, 557, 565, 568, 570, 577, 578, 580, 585, 586, 587, 590, 591, 950, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1826, 1845, 1851, 1863, 1867, 1868, 1879, 1880, 1882, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1914, 1916, 1917, 1919, 1921, 1923], "compar": [0, 18, 46, 76, 89, 100, 109, 488, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1900, 1903, 1905, 1907, 1908, 1910, 1914, 1915, 1919, 1920, 1921], "valu": [0, 9, 11, 12, 16, 27, 34, 44, 48, 51, 52, 53, 55, 56, 74, 84, 85, 86, 88, 89, 98, 147, 150, 182, 191, 194, 195, 196, 197, 198, 199, 214, 216, 247, 267, 325, 364, 379, 390, 437, 455, 459, 461, 473, 474, 490, 491, 500, 501, 503, 506, 507, 508, 510, 516, 517, 522, 523, 525, 527, 530, 531, 533, 534, 536, 537, 538, 539, 541, 542, 543, 545, 551, 552, 554, 555, 556, 557, 558, 559, 561, 563, 565, 566, 569, 573, 574, 582, 583, 584, 585, 586, 590, 650, 651, 656, 663, 674, 686, 709, 711, 713, 725, 748, 750, 752, 764, 787, 789, 791, 803, 826, 828, 830, 842, 865, 867, 950, 952, 964, 987, 989, 1047, 1048, 1074, 1086, 1100, 1114, 1128, 1145, 1156, 1167, 1175, 1179, 1189, 1214, 1224, 1226, 1640, 1660, 1677, 1680, 1696, 1697, 1698, 1702, 1703, 1705, 1707, 1724, 1727, 1728, 1729, 1744, 1755, 1757, 1781, 1791, 1846, 1865, 1874, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "coeffici": [0, 9, 193, 263, 316, 317, 318, 361, 364, 365, 525, 527, 551, 556, 562, 563, 564, 566, 581, 582, 583, 585, 681, 720, 759, 798, 837, 959, 996, 997, 998, 999, 1007, 1089, 1229, 1686, 1688, 1700, 1710, 1715, 1725, 1874, 1896, 1900], "block_gf": [0, 192, 193, 195, 196, 250, 264, 265, 309, 314, 319, 320, 326, 327, 330, 528, 546, 552, 645, 646, 647, 648, 1900], "block": [0, 1, 2, 4, 166, 168, 169, 181, 192, 193, 194, 195, 196, 198, 199, 200, 255, 264, 265, 509, 510, 522, 525, 528, 531, 546, 552, 554, 555, 556, 557, 558, 559, 563, 564, 571, 585, 586, 587, 599, 601, 604, 606, 622, 625, 627, 707, 746, 785, 824, 863, 869, 870, 871, 872, 874, 876, 877, 878, 879, 881, 884, 885, 886, 889, 891, 892, 894, 896, 899, 904, 985, 1022, 1224, 1228, 1230, 1232, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1767, 1768, 1773, 1774, 1851, 1862, 1886, 1889, 1890, 1892, 1893, 1894, 1898, 1902, 1910], "size": [0, 49, 61, 64, 117, 118, 131, 146, 148, 149, 161, 164, 202, 205, 207, 233, 245, 246, 302, 313, 335, 339, 350, 351, 376, 388, 400, 459, 461, 469, 473, 490, 491, 494, 495, 510, 512, 523, 524, 525, 527, 530, 535, 549, 553, 565, 566, 570, 571, 590, 597, 710, 749, 788, 827, 866, 885, 988, 1060, 1767, 1773, 1874, 1875, 1892, 1896, 1898, 1900, 1902], "revert": 0, "order": [0, 4, 6, 7, 215, 217, 225, 266, 267, 335, 352, 375, 400, 463, 508, 509, 516, 518, 519, 526, 527, 529, 530, 534, 537, 538, 541, 543, 545, 551, 561, 563, 579, 580, 581, 582, 583, 584, 593, 597, 874, 881, 891, 904, 949, 1226, 1702, 1705, 1707, 1744, 1863, 1864, 1865, 1867, 1869, 1880, 1886, 1890, 1892, 1894, 1895, 1896, 1900, 1901, 1902, 1903, 1907, 1908, 1909, 1914, 1915, 1916, 1919, 1920, 1921, 1923], "hyb": [0, 169, 368, 1872, 1902], "fop": [0, 169, 347, 351, 352, 362, 510, 565, 599, 601, 622, 1898], "atomdiag": [0, 510, 1898], "ar": [0, 3, 4, 6, 7, 8, 46, 76, 100, 169, 192, 193, 247, 266, 270, 315, 335, 358, 359, 364, 375, 388, 411, 412, 417, 441, 459, 461, 463, 469, 486, 488, 491, 493, 494, 501, 502, 503, 504, 506, 507, 508, 509, 510, 513, 516, 517, 518, 519, 521, 523, 524, 525, 526, 528, 530, 531, 533, 535, 537, 542, 547, 550, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 564, 565, 566, 569, 573, 578, 579, 580, 582, 583, 584, 585, 586, 587, 588, 591, 592, 593, 597, 663, 871, 885, 886, 1064, 1147, 1167, 1179, 1217, 1224, 1228, 1230, 1639, 1680, 1698, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1739, 1845, 1846, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1879, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "real": [0, 196, 250, 307, 311, 321, 325, 461, 465, 466, 473, 510, 527, 528, 531, 533, 538, 546, 549, 551, 552, 553, 554, 555, 556, 559, 560, 563, 564, 567, 572, 580, 582, 583, 585, 586, 590, 599, 622, 648, 674, 680, 708, 713, 719, 747, 752, 758, 786, 791, 797, 825, 830, 836, 864, 952, 958, 986, 1004, 1167, 1179, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1229, 1230, 1232, 1613, 1630, 1640, 1650, 1660, 1666, 1676, 1680, 1681, 1686, 1698, 1705, 1709, 1725, 1727, 1728, 1729, 1755, 1781, 1791, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "forc": [0, 1916, 1921], "unit": [0, 567, 568, 570, 572, 573, 1064, 1611, 1614, 1624, 1626, 1628, 1639, 1640, 1644, 1646, 1651, 1659, 1660, 1661, 1662, 1667, 1679, 1680, 1885, 1899, 1905, 1910, 1912, 1916, 1917, 1921], "merg": [0, 373], "both": [0, 8, 438, 459, 488, 524, 530, 532, 534, 541, 547, 549, 551, 553, 561, 593, 1089, 1147, 1167, 1179, 1677, 1781, 1863, 1871, 1872, 1886, 1888, 1890, 1892, 1893, 1896, 1900, 1901, 1903, 1905, 1907, 1908, 1910, 1911, 1912, 1915, 1917, 1920], "updat": [0, 6, 8, 361, 427, 506, 508, 522, 523, 524, 574, 577, 578, 590, 1863, 1874, 1882, 1886, 1890, 1905, 1910], "land": 0, "page": [0, 6, 7, 8, 509, 526, 531, 535, 547, 591, 1861, 1862, 1863, 1864, 1872, 1875, 1887, 1891], "public": [0, 3, 4, 1862, 1863], "corelib": 0, "numer": [0, 3, 4, 5, 582, 591, 1677, 1886, 1889, 1890, 1893, 1896, 1897, 1900, 1903, 1908, 1909, 1913, 1914, 1916, 1918, 1919, 1921], "algorithm": [0, 3, 4, 5, 9, 169, 367, 368, 373, 519, 522, 523, 524, 565, 574, 575, 578, 597, 599, 601, 622, 1896, 1898, 1900, 1902, 1903, 1908, 1909, 1915, 1920], "convert": [0, 9, 155, 365, 458, 500, 501, 503, 582, 583, 584, 585, 907, 1072, 1073, 1084, 1085, 1098, 1099, 1112, 1113, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1675, 1676, 1698, 1712, 1725, 1871, 1886, 1890, 1896, 1900], "readm": 0, "markdown": 0, "conda": [0, 1863], "badg": 0, "openmp": [0, 4, 1869, 1912, 1917], "build": [0, 4, 282, 294, 335, 503, 507, 510, 517, 527, 533, 537, 538, 870, 885, 1639, 1862, 1863, 1864, 1866, 1868, 1870, 1871, 1878, 1880, 1886, 1890, 1900, 1905, 1910], "ubuntu": [0, 1864, 1867, 1868, 1879], "24": [0, 264, 1863, 1875, 1890, 1900, 1909], "04": [0, 1863, 1870, 1886, 1890, 1902, 1905, 1909, 1910, 1918], "nobl": [0, 1863], "distribut": [0, 455, 456, 458, 472, 504, 579, 1147, 1167, 1179, 1763, 1793, 1797, 1862, 1863, 1864, 1867, 1868, 1900, 1912, 1917], "googl": [0, 1862, 1864, 1879], "group": [0, 4, 173, 182, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 354, 355, 407, 408, 435, 436, 459, 477, 478, 506, 508, 561, 607, 618, 628, 639, 1845, 1862, 1886, 1890, 1897], "advertis": 0, "instead": [0, 423, 561, 571, 582, 583, 1697, 1775, 1847, 1849, 1855, 1856, 1863, 1886, 1890, 1896, 1899, 1900, 1908], "instruct": [0, 7, 591, 1863, 1864, 1867, 1868, 1889, 1893, 1903, 1908], "osx": [0, 1863], "venv": [0, 1868], "custom": [0, 509, 1863], "environ": [0, 504, 509, 577, 580, 1816, 1864, 1866, 1867, 1870, 1879, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "command": [0, 7, 8, 129, 501, 506, 564, 671, 672, 1863, 1865, 1867, 1868, 1871, 1879, 1886, 1890, 1894, 1895, 1897, 1903, 1908, 1923], "note": [0, 3, 459, 508, 516, 517, 520, 521, 524, 527, 528, 529, 547, 551, 552, 554, 555, 556, 557, 558, 561, 563, 580, 585, 589, 590, 596, 680, 686, 708, 709, 719, 725, 747, 748, 758, 764, 786, 787, 797, 803, 825, 826, 836, 842, 864, 865, 945, 952, 958, 964, 986, 987, 1230, 1863, 1864, 1878, 1883, 1886, 1890, 1894, 1895, 1896, 1897, 1900, 1901, 1904, 1907, 1908, 1909, 1914, 1916, 1919, 1921], "develop": [0, 3, 4, 6, 8, 504, 595, 1862, 1863, 1864, 1871, 1878, 1887, 1891, 1903, 1908], "duplic": [0, 118, 1867], "941": 0, "nevanlinna": 0, "applic": [0, 3, 5, 1863, 1864, 1867, 1872, 1878, 1882, 1886, 1890, 1899, 1911], "section": [0, 7, 255, 270, 367, 517, 524, 527, 535, 546, 553, 577, 578, 580, 590, 597, 1862, 1886, 1887, 1889, 1890, 1891, 1893, 1902], "defin": [0, 165, 166, 167, 168, 375, 459, 460, 461, 464, 465, 466, 467, 469, 471, 490, 491, 493, 494, 495, 497, 500, 503, 508, 517, 520, 522, 524, 525, 527, 534, 550, 560, 561, 564, 565, 568, 570, 573, 577, 578, 580, 582, 583, 584, 590, 595, 596, 916, 945, 952, 1200, 1645, 1679, 1698, 1709, 1863, 1869, 1875, 1880, 1885, 1886, 1890, 1896, 1898, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "latex": [0, 521], "docstr": [0, 1869, 1898, 1899, 1900], "raw": [0, 593, 679, 718, 757, 796, 835, 957, 1871, 1886, 1890, 1892, 1902], "avoid": [0, 463, 500, 509, 520, 1863, 1886, 1890, 1896, 1900, 1903, 1908, 1916, 1921], "invalid": [0, 261, 278, 532, 1918], "escap": [0, 1, 2], "sequenc": [0, 335, 336, 337, 339, 344, 345, 346, 348, 352, 362, 530, 582, 584], "build_triq": [0, 1863, 1877], "sh": [0, 1863], "work": [0, 3, 7, 8, 9, 233, 270, 388, 504, 509, 519, 522, 554, 556, 560, 568, 591, 680, 719, 758, 797, 836, 926, 939, 958, 1863, 1865, 1867, 1868, 1871, 1873, 1886, 1890, 1895, 1896, 1900, 1903, 1904, 1908, 1909], "zsh": 0, "maco": 0, "k_space_path": [0, 1886, 1888, 1889, 1890, 1892, 1893, 1912, 1917, 1918, 1919], "layout": [0, 251, 252, 255, 261, 269, 270, 278, 281, 282, 293, 294, 302, 321, 327], "html": [0, 7, 1886, 1890, 1912, 1917], "912": 0, "gpg": [0, 1863], "agent": [0, 1863], "numpydoc": [0, 1869], "sourc": [0, 3, 5, 7, 8, 362, 459, 499, 500, 503, 504, 508, 521, 554, 555, 556, 557, 558, 560, 561, 563, 569, 570, 571, 583, 585, 586, 587, 589, 591, 599, 655, 656, 657, 658, 659, 660, 663, 665, 666, 669, 670, 674, 675, 713, 714, 752, 753, 791, 792, 830, 831, 869, 870, 872, 873, 874, 881, 882, 884, 885, 888, 889, 890, 891, 892, 895, 896, 897, 901, 902, 903, 904, 905, 906, 907, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 922, 923, 924, 926, 927, 928, 929, 931, 932, 934, 935, 937, 938, 939, 940, 943, 945, 947, 948, 950, 951, 952, 953, 954, 955, 956, 958, 964, 967, 968, 986, 987, 988, 989, 990, 991, 992, 993, 994, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1032, 1033, 1034, 1035, 1036, 1037, 1040, 1041, 1047, 1048, 1051, 1052, 1054, 1055, 1057, 1058, 1060, 1061, 1062, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1202, 1203, 1204, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1216, 1217, 1218, 1219, 1220, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1607, 1608, 1609, 1635, 1636, 1639, 1640, 1641, 1642, 1643, 1645, 1655, 1657, 1659, 1660, 1661, 1662, 1663, 1664, 1666, 1672, 1673, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1720, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1735, 1736, 1739, 1740, 1741, 1742, 1744, 1745, 1753, 1767, 1769, 1770, 1771, 1773, 1775, 1776, 1781, 1782, 1785, 1786, 1787, 1788, 1789, 1791, 1793, 1796, 1797, 1799, 1800, 1801, 1802, 1803, 1804, 1810, 1813, 1814, 1816, 1818, 1819, 1820, 1821, 1822, 1825, 1826, 1827, 1828, 1829, 1830, 1832, 1833, 1834, 1835, 1836, 1839, 1840, 1841, 1842, 1844, 1845, 1854, 1858, 1859, 1860, 1864, 1867, 1878, 1880], "fail": [0, 508, 1791, 1901, 1907], "git": [0, 8, 591, 1863, 1870, 1871, 1890], "clone": [0, 500, 535, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181, 1863], "attempt": [0, 417, 438, 440, 441, 442, 443, 448, 574, 577, 580, 1851, 1867, 1892], "when": [0, 6, 7, 8, 71, 122, 127, 327, 361, 417, 423, 438, 440, 441, 459, 461, 463, 467, 469, 500, 503, 508, 516, 520, 522, 523, 525, 529, 537, 538, 541, 543, 545, 547, 553, 561, 570, 579, 580, 595, 1679, 1713, 1714, 1715, 1797, 1845, 1846, 1848, 1851, 1862, 1865, 1871, 1877, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1907, 1908, 1913, 1914, 1916, 1918, 1919, 1921], "userguid": [0, 6], "tutori": [0, 5, 7, 9, 575, 590, 945, 1862, 1881, 1883, 1884, 1887, 1889, 1891, 1893, 1894, 1896, 1900, 1903, 1908, 1909, 1912, 1917, 1922], "directori": [0, 8, 508, 1863, 1865, 1866, 1868, 1870, 1871, 1880, 1886, 1887, 1890, 1891, 1903, 1908, 1909], "alreadi": [0, 503, 508, 520, 553, 578, 580, 1863, 1867, 1869, 1883, 1886, 1889, 1890, 1893, 1894, 1904, 1905, 1909, 1910], "present": [0, 504, 518, 553, 554, 555, 556, 557, 558, 561, 674, 713, 752, 791, 830, 1851, 1868, 1869, 1872], "bump": 0, "number": [0, 3, 5, 9, 11, 12, 13, 32, 48, 53, 60, 70, 71, 117, 129, 165, 166, 167, 168, 169, 182, 190, 192, 193, 195, 196, 198, 199, 210, 213, 235, 238, 313, 326, 349, 360, 374, 393, 414, 417, 427, 428, 431, 438, 440, 441, 452, 459, 460, 461, 462, 463, 467, 468, 469, 470, 473, 475, 484, 485, 486, 489, 498, 507, 508, 510, 517, 527, 530, 533, 538, 543, 551, 557, 563, 565, 566, 567, 569, 571, 574, 575, 577, 578, 580, 581, 582, 583, 585, 586, 587, 591, 593, 599, 601, 617, 618, 622, 638, 639, 650, 651, 659, 660, 694, 733, 772, 811, 850, 879, 899, 972, 1064, 1077, 1103, 1117, 1131, 1139, 1147, 1167, 1179, 1198, 1200, 1224, 1614, 1615, 1622, 1642, 1651, 1652, 1656, 1667, 1668, 1671, 1672, 1677, 1679, 1680, 1693, 1697, 1698, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1755, 1761, 1762, 1770, 1771, 1775, 1776, 1777, 1778, 1781, 1791, 1845, 1851, 1862, 1863, 1865, 1867, 1871, 1874, 1875, 1880, 1882, 1883, 1886, 1890, 1893, 1894, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1917, 1918], "gnuinstalldir": 0, "obtain": [0, 263, 364, 459, 504, 524, 530, 541, 563, 592, 593, 945, 996, 1224, 1862, 1875, 1886, 1890, 1898, 1899, 1901, 1902, 1907, 1908, 1915, 1920], "proper": [0, 3, 547, 551, 563, 1227, 1863, 1868, 1871, 1878], "libdir": 0, "locat": [0, 596, 1863, 1880], "boost": [0, 452, 453, 574, 582, 592, 1867, 1869], "import": [0, 503, 504, 507, 508, 510, 525, 553, 554, 555, 556, 557, 558, 560, 561, 564, 568, 570, 573, 582, 589, 590, 591, 592, 671, 672, 1861, 1862, 1863, 1865, 1877, 1882, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "target": [0, 8, 134, 135, 136, 251, 252, 255, 261, 267, 269, 270, 278, 279, 280, 281, 282, 290, 291, 292, 293, 294, 302, 303, 304, 305, 307, 310, 324, 329, 354, 407, 527, 531, 533, 535, 537, 538, 539, 541, 543, 545, 554, 555, 556, 557, 558, 674, 686, 704, 705, 706, 707, 713, 725, 743, 744, 745, 746, 752, 764, 782, 783, 784, 785, 791, 803, 821, 822, 823, 824, 830, 842, 860, 861, 862, 863, 885, 952, 964, 982, 983, 984, 985, 1022, 1791, 1845, 1854, 1862, 1886, 1890, 1900], "70": [0, 1869, 1886, 1890, 1909], "project": [0, 3, 4, 7, 375, 565, 1862, 1871, 1872, 1899], "languag": [0, 501, 506, 529, 535, 1862, 1864, 1869, 1871, 1883, 1894], "benchmark": 0, "branch": [0, 7, 8, 506, 1863, 1871], "unstabl": [0, 7, 8, 1863, 1871, 1886, 1890, 1896, 1900, 1912, 1913, 1917, 1918], "fmt": 0, "copi": [0, 8, 30, 85, 88, 144, 207, 214, 216, 224, 255, 270, 282, 294, 302, 313, 366, 368, 418, 420, 461, 500, 503, 517, 520, 523, 532, 533, 535, 547, 552, 555, 557, 558, 559, 566, 569, 582, 591, 597, 676, 678, 689, 709, 715, 717, 728, 748, 754, 756, 767, 787, 793, 795, 806, 826, 832, 834, 845, 865, 870, 873, 874, 885, 890, 891, 954, 956, 967, 987, 1058, 1863, 1877, 1886, 1887, 1888, 1890, 1891, 1892, 1899, 1900, 1905, 1907, 1908, 1910], "desc": [0, 9, 501], "file": [0, 4, 5, 7, 8, 9, 278, 501, 503, 504, 506, 508, 533, 542, 553, 561, 563, 568, 577, 580, 585, 591, 595, 596, 663, 1230, 1676, 1680, 1681, 1722, 1723, 1724, 1863, 1865, 1869, 1870, 1872, 1873, 1878, 1879, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1898, 1899, 1900, 1912, 1913, 1917, 1918, 1923], "macro": [0, 520, 595], "triqs_arrays_enforce_boundcheck": 0, "nda_debug": 0, "cpp2py_python_xxx": 0, "variabl": [0, 473, 500, 509, 517, 518, 519, 524, 526, 527, 528, 531, 533, 534, 541, 544, 546, 552, 569, 580, 659, 679, 710, 718, 749, 757, 788, 796, 827, 835, 866, 957, 988, 1755, 1781, 1791, 1816, 1863, 1866, 1870, 1879, 1880, 1894, 1904, 1909], "python_xxx": 0, "relwithdebinfo": 0, "set": [0, 4, 9, 15, 21, 51, 52, 120, 165, 166, 167, 168, 169, 175, 235, 236, 237, 238, 335, 336, 339, 341, 342, 343, 344, 347, 349, 350, 351, 352, 366, 367, 378, 389, 400, 411, 412, 413, 417, 423, 438, 439, 440, 441, 461, 503, 508, 509, 510, 522, 526, 527, 529, 538, 547, 551, 553, 554, 555, 556, 557, 558, 564, 565, 566, 579, 580, 582, 584, 585, 587, 590, 591, 610, 631, 674, 686, 707, 711, 713, 725, 746, 750, 752, 764, 785, 789, 791, 803, 824, 828, 830, 842, 863, 867, 945, 952, 964, 985, 989, 1022, 1686, 1688, 1735, 1736, 1816, 1846, 1852, 1855, 1856, 1862, 1863, 1865, 1866, 1867, 1868, 1872, 1879, 1880, 1883, 1885, 1886, 1890, 1892, 1893, 1894, 1896, 1899, 1900, 1901, 1904, 1905, 1907, 1908, 1909, 1910, 1911], "polici": 0, "114": 0, "rpath": 0, "triqsconfig": [0, 1880], "docker": 0, "imag": [0, 250, 558, 582, 589, 590, 1861, 1863, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1907, 1908, 1909, 1910, 1917, 1918, 1920], "openblas_num_thread": [0, 1865], "mkl_num_thread": [0, 1865], "oneapi": 0, "2024": 0, "consist": [0, 4, 16, 132, 245, 246, 502, 503, 1872, 1882, 1886, 1890, 1892, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1914, 1916, 1919, 1921, 1922, 1923], "openbla": [0, 1865, 1867], "over": [0, 200, 466, 475, 486, 491, 494, 495, 508, 515, 527, 541, 547, 549, 553, 561, 565, 566, 568, 574, 580, 581, 593, 1793, 1828, 1842, 1871, 1875, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "liblapack": 0, "dockerfil": 0, "jenkinsfil": 0, "more": [0, 8, 9, 471, 490, 491, 502, 506, 509, 513, 516, 519, 520, 526, 527, 530, 534, 535, 537, 538, 542, 553, 561, 578, 580, 582, 589, 590, 591, 1857, 1861, 1862, 1863, 1864, 1867, 1868, 1872, 1874, 1875, 1879, 1885, 1886, 1887, 1890, 1891, 1896, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1912, 1916, 1917, 1921], "For": [0, 4, 358, 359, 367, 452, 459, 500, 502, 503, 508, 509, 516, 517, 518, 520, 521, 524, 525, 527, 530, 533, 534, 542, 551, 553, 554, 555, 556, 557, 558, 561, 574, 579, 580, 581, 582, 593, 595, 674, 713, 752, 791, 830, 907, 945, 1089, 1103, 1117, 1861, 1862, 1863, 1868, 1869, 1870, 1871, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "mode": [0, 553, 557, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1740, 1741, 1753, 1863, 1866, 1918], "sure": [0, 8, 122, 127, 1845, 1861, 1863, 1867, 1868, 1870, 1871, 1886, 1890, 1916, 1921], "run": [0, 7, 8, 339, 416, 417, 420, 429, 432, 440, 441, 444, 527, 577, 580, 591, 1676, 1819, 1845, 1850, 1857, 1862, 1863, 1865, 1867, 1868, 1871, 1872, 1879, 1884, 1888, 1892, 1894, 1895, 1897, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1917, 1918, 1919, 1921, 1923], "suffici": [0, 1863, 1896, 1900, 1914, 1919], "share": [0, 4, 1862, 1863], "arg": [0, 364, 500, 503, 554, 555, 556, 557, 558, 561, 599, 602, 623, 680, 681, 682, 683, 684, 685, 691, 692, 696, 697, 698, 699, 700, 701, 702, 703, 707, 708, 719, 720, 721, 722, 723, 724, 730, 731, 735, 736, 737, 738, 739, 740, 741, 742, 746, 747, 758, 759, 760, 761, 762, 763, 769, 770, 774, 775, 776, 777, 778, 779, 780, 781, 785, 786, 797, 798, 799, 800, 801, 802, 808, 809, 813, 814, 815, 816, 817, 818, 819, 820, 824, 825, 836, 837, 838, 839, 840, 841, 847, 848, 852, 853, 854, 855, 856, 857, 858, 859, 863, 864, 872, 889, 892, 902, 911, 912, 928, 929, 950, 951, 958, 959, 960, 961, 962, 963, 969, 970, 974, 975, 976, 977, 978, 979, 980, 981, 985, 986, 1024, 1025, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 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, 1589, 1591, 1593, 1595, 1597, 1599, 1601, 1603, 1612, 1620, 1625, 1644, 1646, 1661, 1662, 1685, 1748, 1756, 1845, 1854, 1898, 1899, 1900, 1916, 1920, 1921], "ncore": [0, 1863], "dockerbuild": 0, "builduid": 0, "configur": [0, 427, 440, 441, 459, 578, 580, 591, 1863, 1864, 1871, 1878, 1880, 1886, 1890], "error": [0, 9, 115, 118, 119, 211, 236, 264, 265, 458, 459, 465, 466, 471, 490, 491, 493, 494, 497, 509, 512, 516, 551, 574, 585, 590, 595, 1724, 1851, 1864, 1870, 1886, 1890, 1902, 1908], "recommend": [0, 553, 561, 595, 1861, 1862, 1863, 1864, 1867, 1872, 1883, 1886, 1890, 1894, 1903, 1908], "virtualenv": 0, "synchron": [0, 118, 1819], "three": [0, 469, 490, 491, 509, 567, 573, 577, 580, 582, 583, 585, 1611, 1640, 1647, 1648, 1660, 1663, 1664, 1679, 1681, 1708, 1872, 1923], "symmetri": [0, 181, 264, 310, 525, 531, 535, 554, 561, 573, 1896, 1900, 1903, 1908, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "initi": [0, 163, 165, 166, 167, 168, 180, 326, 327, 364, 440, 441, 461, 529, 535, 551, 553, 556, 560, 563, 564, 571, 577, 578, 603, 604, 605, 606, 624, 625, 626, 627, 916, 1224, 1229, 1679, 1769, 1771, 1778, 1781, 1791, 1846, 1852, 1862, 1874, 1875, 1897, 1901, 1902, 1905, 1907, 1908, 1910, 1916, 1920, 1921], "overload": [0, 9, 21, 24, 32, 36, 40, 65, 68, 78, 81, 102, 106, 261, 499, 500, 503, 512, 513, 517, 518, 526, 527, 534, 581, 597], "wrap": [0, 9, 122, 124, 127, 500, 501, 503, 504, 995, 1005, 1233, 1864, 1877, 1886, 1890], "evalu": [0, 9, 227, 512, 513, 517, 518, 519, 520, 523, 527, 531, 535, 542, 550, 553, 572, 597, 697, 698, 736, 737, 775, 776, 814, 815, 853, 854, 975, 976, 1015, 1016, 1033, 1089, 1103, 1117, 1626, 1628, 1644, 1646, 1661, 1662, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1912, 1913, 1916, 1917, 1918, 1921], "concept": [0, 9, 261, 278, 375, 418, 420, 445, 520, 521, 523, 528, 529, 532, 537, 538, 543, 545, 552, 575, 580], "rais": [0, 508, 1713, 1714, 1715, 1846, 1851, 1857], "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, 563, 1226], "u": [0, 4, 6, 9, 39, 105, 471, 506, 507, 508, 509, 510, 512, 524, 525, 553, 563, 565, 570, 578, 581, 584, 585, 589, 1064, 1226, 1697, 1698, 1702, 1704, 1707, 1713, 1714, 1722, 1723, 1724, 1871, 1873, 1877, 1882, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1910, 1914, 1916, 1919, 1921], "r": [0, 19, 20, 25, 32, 34, 35, 41, 47, 63, 64, 69, 71, 77, 82, 83, 90, 95, 101, 107, 114, 116, 158, 445, 448, 508, 516, 523, 531, 551, 553, 563, 572, 573, 574, 589, 590, 592, 597, 686, 725, 764, 803, 842, 964, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1226, 1604, 1624, 1641, 1642, 1645, 1741, 1862, 1871, 1876, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1897, 1899, 1900, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1919, 1920, 1921], "strand": [0, 3, 563, 1226], "jie": 0, "xiong": 0, "interfac": [0, 9, 435, 436, 498, 506, 508, 509, 510, 553, 561, 582, 588, 1659, 1679, 1862, 1869, 1872, 1881, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1900], "summar": [0, 1871, 1886, 1890, 1895], "adjust": [0, 556, 569, 589, 659, 669, 681, 720, 759, 798, 837, 959, 1007, 1871, 1902, 1916, 1920, 1921, 1923], "conveni": [0, 508, 533, 542, 551, 582, 589, 1871, 1896, 1900, 1903, 1908], "have": [0, 4, 6, 7, 8, 191, 194, 195, 196, 197, 228, 272, 284, 296, 411, 412, 461, 469, 490, 491, 493, 494, 506, 508, 509, 516, 517, 519, 520, 524, 525, 527, 532, 533, 534, 537, 541, 545, 551, 553, 561, 577, 578, 579, 580, 582, 585, 586, 587, 588, 589, 590, 591, 593, 873, 890, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862, 1863, 1864, 1865, 1869, 1871, 1872, 1873, 1875, 1876, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "you": [0, 3, 4, 6, 7, 8, 506, 518, 519, 525, 553, 561, 564, 575, 578, 579, 580, 591, 592, 1851, 1854, 1861, 1862, 1863, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1875, 1877, 1878, 1879, 1881, 1883, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "can": [0, 3, 4, 6, 7, 8, 11, 207, 261, 278, 335, 375, 388, 459, 461, 468, 470, 471, 500, 501, 503, 506, 507, 508, 509, 510, 512, 516, 517, 518, 520, 522, 525, 526, 527, 529, 531, 532, 534, 537, 538, 539, 541, 543, 545, 547, 549, 551, 553, 557, 560, 561, 564, 569, 570, 571, 574, 575, 577, 578, 579, 580, 581, 582, 583, 585, 589, 590, 591, 592, 593, 595, 596, 597, 659, 660, 663, 669, 675, 714, 753, 792, 831, 870, 945, 1033, 1089, 1103, 1117, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1645, 1677, 1698, 1767, 1773, 1775, 1816, 1851, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1875, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "download": [0, 1869, 1871, 1887, 1891], "top": [0, 8, 139, 282, 294, 590, 1639, 1659, 1863, 1871, 1886, 1887, 1890, 1891, 1902], "level": [0, 423, 459, 509, 510, 580, 589, 1791, 1813, 1862, 1871, 1872, 1875, 1886, 1890, 1891, 1893, 1896, 1900, 1902, 1912, 1917], "your": [0, 4, 6, 7, 575, 579, 591, 1861, 1862, 1863, 1864, 1865, 1867, 1868, 1869, 1870, 1872, 1877, 1879, 1880, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1902, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "repositori": [0, 1863, 1871, 1872], "previous": [0, 443, 451, 1887, 1891, 1893], "gfindic": 0, "domain": [0, 269, 281, 293, 515, 528, 529, 531, 534, 549, 552, 660, 929, 932, 935, 1896, 1900, 1916, 1921], "directli": [0, 4, 6, 490, 491, 500, 503, 533, 551, 583, 945, 1698, 1862, 1863, 1879, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1903, 1905, 1908, 1910, 1912, 1913, 1917, 1918], "paramet": [0, 9, 463, 500, 503, 507, 508, 509, 511, 527, 528, 529, 530, 537, 538, 539, 543, 545, 552, 561, 563, 565, 567, 569, 570, 572, 574, 577, 580, 581, 583, 585, 586, 587, 589, 591, 597, 601, 622, 656, 660, 663, 666, 669, 670, 680, 686, 710, 719, 725, 749, 758, 764, 788, 797, 803, 827, 836, 842, 866, 917, 927, 929, 932, 935, 940, 942, 945, 952, 958, 964, 988, 1040, 1054, 1089, 1103, 1117, 1131, 1147, 1158, 1198, 1200, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1223, 1224, 1225, 1226, 1228, 1229, 1230, 1232, 1611, 1619, 1624, 1635, 1639, 1640, 1647, 1648, 1660, 1663, 1664, 1672, 1675, 1676, 1677, 1679, 1680, 1681, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1753, 1760, 1763, 1764, 1776, 1791, 1874, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910], "alwai": [0, 459, 467, 469, 517, 553, 580, 1845, 1851, 1867, 1886, 1890, 1893, 1915, 1920], "return": [0, 8, 9, 84, 115, 170, 187, 188, 189, 209, 214, 215, 216, 217, 224, 225, 234, 242, 243, 244, 245, 246, 247, 248, 249, 261, 278, 302, 307, 321, 329, 364, 437, 443, 445, 455, 456, 457, 459, 500, 502, 503, 507, 508, 510, 511, 512, 516, 518, 519, 520, 523, 527, 529, 534, 537, 538, 543, 544, 545, 549, 551, 553, 554, 555, 556, 557, 558, 561, 563, 565, 566, 567, 569, 570, 571, 573, 574, 577, 580, 582, 583, 584, 585, 586, 587, 590, 595, 597, 599, 603, 605, 608, 620, 621, 624, 626, 629, 641, 642, 663, 676, 677, 680, 689, 708, 709, 710, 715, 716, 719, 728, 747, 748, 749, 754, 755, 758, 767, 786, 787, 788, 793, 794, 797, 806, 825, 826, 827, 832, 833, 836, 845, 864, 865, 866, 870, 872, 874, 881, 888, 889, 891, 892, 895, 903, 904, 945, 949, 954, 955, 958, 967, 986, 987, 988, 1027, 1028, 1033, 1198, 1200, 1214, 1216, 1217, 1218, 1222, 1223, 1224, 1226, 1227, 1228, 1229, 1230, 1231, 1616, 1617, 1641, 1647, 1648, 1663, 1664, 1672, 1675, 1676, 1677, 1679, 1680, 1681, 1686, 1688, 1691, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1744, 1753, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1768, 1770, 1774, 1777, 1781, 1791, 1793, 1828, 1842, 1847, 1849, 1850, 1851, 1868, 1873, 1874, 1875, 1894, 1899, 1901, 1907, 1915, 1916, 1920, 1921], "tick": [0, 1679, 1918, 1919], "third": [0, 563, 580, 1225, 1867, 1895], "argument": [0, 9, 129, 345, 364, 365, 370, 380, 391, 500, 502, 503, 509, 513, 515, 516, 518, 523, 534, 541, 551, 563, 571, 579, 580, 582, 583, 590, 597, 885, 952, 1227, 1701, 1768, 1774, 1781, 1793, 1845, 1851, 1854, 1886, 1890, 1894, 1895, 1896, 1900, 1902, 1916, 1921], "member": [0, 500, 524, 528, 546, 552, 560, 562, 565, 566, 580, 581, 1886, 1890, 1894, 1901, 1902, 1907, 1913, 1918], "block2gf": [0, 307, 329], "extract_mesh": 0, "get_mesh": [0, 250], "hamiltonian": [0, 9, 163, 164, 169, 179, 181, 187, 191, 194, 195, 196, 197, 367, 368, 371, 498, 510, 565, 572, 580, 582, 583, 599, 601, 616, 622, 637, 1624, 1659, 1676, 1677, 1698, 1713, 1714, 1715, 1882, 1887, 1889, 1891, 1892, 1893, 1898, 1902, 1904, 1905, 1908, 1909, 1910, 1912, 1917], "factori": [0, 581], "now": [0, 7, 8, 469, 510, 524, 527, 529, 553, 577, 579, 580, 1867, 1871, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1900, 1901, 1905, 1907, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "take": [0, 3, 4, 7, 307, 321, 329, 365, 370, 380, 391, 459, 490, 491, 509, 525, 531, 537, 538, 539, 543, 545, 551, 555, 557, 558, 568, 570, 575, 578, 580, 582, 583, 586, 590, 591, 709, 748, 787, 826, 865, 870, 987, 1214, 1639, 1677, 1698, 1701, 1702, 1705, 1707, 1727, 1728, 1729, 1791, 1861, 1873, 1882, 1886, 1889, 1890, 1893, 1895, 1901, 1902, 1904, 1907, 1908, 1909, 1913, 1915, 1918, 1920], "n_orb": [0, 510, 573, 583, 585, 586, 587, 1697, 1720, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1886, 1888, 1889, 1890, 1892, 1893, 1908], "orb_nam": [0, 510, 585, 586, 1720, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1733], "brzone": [0, 1072, 1073, 1074, 1076], "cyclat": [0, 1084, 1085, 1086, 1088], "dim": [0, 583, 710, 749, 788, 827, 866, 988, 1064, 1077, 1706, 1767, 1769, 1828, 1842, 1886, 1890, 1892, 1893], "period": [0, 538, 550, 577, 1064, 1077, 1648, 1664], "matrix": [0, 9, 166, 168, 180, 181, 185, 186, 191, 192, 193, 200, 201, 202, 207, 208, 224, 225, 233, 239, 245, 246, 248, 262, 368, 371, 373, 510, 512, 519, 522, 523, 524, 525, 527, 531, 535, 537, 538, 539, 543, 545, 552, 554, 555, 556, 557, 558, 559, 561, 563, 567, 570, 571, 572, 573, 581, 582, 584, 585, 586, 604, 606, 625, 627, 644, 680, 686, 689, 709, 719, 725, 728, 748, 758, 764, 767, 787, 797, 803, 806, 826, 836, 842, 845, 865, 958, 964, 967, 987, 1006, 1064, 1075, 1087, 1226, 1228, 1604, 1611, 1618, 1623, 1624, 1628, 1646, 1662, 1697, 1698, 1699, 1702, 1704, 1705, 1706, 1707, 1709, 1713, 1714, 1722, 1723, 1724, 1727, 1728, 1729, 1767, 1773, 1873, 1874, 1875, 1886, 1890, 1899, 1903, 1908, 1912, 1917], "u_matrix": [0, 583, 585, 1724], "u_matrix_slat": [0, 583], "symbol": [0, 583, 1708, 1883, 1894, 1895], "print": [0, 450, 464, 510, 520, 561, 565, 573, 580, 582, 592, 1791, 1826, 1863, 1865, 1876, 1882, 1886, 1889, 1890, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1908, 1909, 1912, 1916, 1917, 1920, 1921], "sympi": [0, 1883], "express": [0, 9, 261, 272, 278, 284, 296, 378, 389, 498, 512, 515, 519, 520, 527, 528, 552, 559, 560, 561, 563, 582, 597, 928, 931, 934, 1027, 1028, 1032, 1037, 1227, 1864, 1871, 1883, 1896, 1898, 1900, 1905, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "898": 0, "invers": [0, 4, 191, 192, 193, 194, 195, 196, 197, 224, 225, 250, 332, 333, 510, 523, 524, 525, 530, 553, 557, 560, 561, 563, 577, 580, 589, 590, 887, 896, 945, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1657, 1861, 1873, 1874, 1875, 1876, 1882, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1910, 1912, 1914, 1916, 1917, 1919, 1921], "lazi": [0, 9, 11, 255, 261, 270, 278, 302, 327, 498, 509, 514, 517, 518, 520, 529, 552, 559, 563, 597, 928, 931, 934, 1227], "complex_t": 0, "optim": [0, 361, 526, 530, 563, 945, 1224, 1863, 1864, 1886, 1890, 1892, 1896, 1900, 1915, 1916, 1920, 1921], "interpolate_on_seg": 0, "onli": [0, 3, 7, 233, 270, 361, 362, 364, 367, 369, 373, 375, 459, 461, 463, 466, 473, 476, 483, 491, 500, 501, 503, 508, 510, 517, 519, 520, 521, 523, 524, 530, 533, 534, 541, 546, 549, 560, 563, 566, 569, 570, 571, 578, 580, 582, 583, 586, 590, 663, 680, 686, 708, 709, 719, 725, 747, 748, 758, 764, 786, 787, 797, 803, 825, 826, 836, 842, 864, 865, 875, 880, 885, 893, 898, 900, 926, 939, 945, 958, 964, 986, 987, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1226, 1645, 1697, 1727, 1728, 1729, 1758, 1768, 1774, 1791, 1846, 1847, 1852, 1865, 1869, 1873, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1901, 1902, 1907, 1908, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "boundari": [0, 473, 480, 1639, 1759], "free": [0, 7, 118, 122, 127, 375, 516, 527, 528, 551, 553, 562, 566, 568, 569, 580, 581, 658, 662, 1862, 1885, 1886, 1887, 1890, 1891, 1916, 1921], "is_op_hermitian": 0, "hermit": [0, 551, 563, 1003, 1226], "c2py": 0, "oplotr": 0, "oploti": 0, "477": 0, "obsolet": 0, "serial": [0, 553, 561, 581, 1863, 1870, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "global": [0, 1865], "count": [0, 473, 474, 501, 509, 1755, 1757, 1886, 1889, 1890, 1892, 1893], "accumul": [0, 416, 425, 438, 441, 458, 473, 474, 484, 486, 490, 491, 574, 577, 580, 593, 595, 901, 1757, 1761, 1902, 1909], "gfinterpol": 0, "closestmeshpoint": 0, "easybuild": [0, 5], "sha256": 0, "tarbal": 0, "cleanup": [0, 1867], "regener": 0, "gpl": [0, 3, 1862], "copyright": 0, "header": [0, 7, 9, 503, 504, 517, 579, 580, 596, 1865, 1869, 1878, 1880, 1920], "gcc": [0, 595, 596, 1864, 1869, 1870], "clang": [0, 504, 595, 1863, 1867, 1869, 1870], "format": [0, 3, 9, 473, 479, 498, 507, 508, 553, 554, 555, 556, 557, 558, 561, 563, 569, 590, 663, 1230, 1232, 1869, 1886, 1890, 1896, 1900, 1905, 1910], "gf_sym_grp": 0, "parallel": [0, 508, 574, 583, 1697, 1704, 1863, 1869, 1886, 1890, 1899, 1912, 1917], "valid": [0, 483, 521, 524, 534, 547, 582, 584, 586, 590, 597, 1727, 1728, 1729, 1874, 1916, 1921], "meshproduct": [0, 1886, 1890, 1892, 1899, 1912, 1917], "combin": [0, 560, 599, 601, 622, 926, 939, 1883, 1886, 1890, 1892, 1896, 1898, 1900, 1913, 1915, 1918, 1920], "k": [0, 310, 324, 508, 530, 541, 569, 571, 572, 573, 583, 585, 597, 1064, 1198, 1200, 1626, 1628, 1644, 1646, 1661, 1662, 1672, 1677, 1679, 1698, 1699, 1714, 1724, 1767, 1770, 1771, 1773, 1775, 1776, 1777, 1778, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "iw": [0, 547, 553, 563, 1003, 1004, 1191, 1223, 1232, 1896, 1899, 1900], "etc": [0, 4, 8, 9, 494, 495, 498, 506, 522, 591, 596, 1645, 1863, 1886, 1890, 1894, 1895, 1896, 1899, 1900], "idx": [0, 553, 1896, 1900, 1916, 1920, 1921], "tau": [0, 195, 262, 310, 321, 324, 331, 459, 497, 523, 525, 530, 538, 549, 555, 563, 586, 593, 710, 749, 788, 827, 866, 988, 1004, 1089, 1117, 1224, 1228, 1732, 1886, 1888, 1890, 1892, 1896, 1900, 1901, 1907, 1913, 1915, 1918, 1920], "legendr": [0, 193, 510, 527, 528, 531, 546, 552, 553, 554, 555, 559, 563, 571, 646, 680, 681, 700, 701, 702, 708, 719, 720, 739, 740, 741, 747, 758, 759, 778, 779, 780, 786, 797, 798, 817, 818, 819, 825, 836, 837, 856, 857, 858, 864, 931, 932, 934, 958, 959, 978, 979, 980, 986, 1007, 1018, 1019, 1020, 1158, 1165, 1166, 1226, 1767, 1773], "gf_view": [0, 250, 265, 270, 282, 290, 326, 528, 531, 533, 534, 535, 544, 547, 553, 554, 555, 556, 557, 558, 561, 681, 682, 684, 696, 697, 698, 699, 700, 701, 702, 703, 707, 720, 721, 723, 735, 736, 737, 738, 739, 740, 741, 742, 746, 759, 760, 762, 774, 775, 776, 777, 778, 779, 780, 781, 785, 798, 799, 801, 813, 814, 815, 816, 817, 818, 819, 820, 824, 837, 838, 840, 852, 853, 854, 855, 856, 857, 858, 859, 863, 959, 960, 962, 974, 975, 976, 977, 978, 979, 980, 981, 985, 1000, 1003, 1004, 1006, 1007, 1008, 1010, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022], "make_gf_from_fouri": [0, 250, 529, 1896, 1900], "time": [0, 4, 7, 9, 195, 263, 312, 316, 317, 318, 323, 325, 326, 417, 425, 426, 432, 433, 434, 438, 440, 441, 458, 459, 497, 498, 502, 510, 517, 519, 522, 524, 527, 528, 529, 531, 534, 546, 550, 552, 553, 554, 559, 563, 573, 578, 580, 582, 591, 593, 595, 647, 707, 746, 785, 824, 863, 929, 945, 985, 996, 997, 998, 999, 1002, 1022, 1089, 1117, 1147, 1179, 1224, 1226, 1229, 1782, 1793, 1819, 1851, 1862, 1870, 1872, 1883, 1886, 1890, 1895, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1915, 1918, 1920], "transform": [0, 9, 11, 85, 86, 185, 186, 316, 317, 318, 322, 323, 324, 325, 506, 508, 513, 528, 530, 551, 552, 554, 555, 557, 558, 559, 560, 562, 567, 568, 569, 572, 582, 583, 586, 619, 640, 659, 665, 686, 699, 700, 701, 702, 725, 738, 739, 740, 741, 764, 777, 778, 779, 780, 803, 816, 817, 818, 819, 842, 855, 856, 857, 858, 926, 928, 929, 931, 932, 934, 935, 939, 964, 977, 978, 979, 980, 997, 998, 999, 1000, 1001, 1002, 1017, 1018, 1019, 1020, 1613, 1628, 1630, 1646, 1650, 1662, 1666, 1698, 1705, 1709, 1727, 1728, 1729, 1869, 1899, 1902, 1910], "gf_expr": 0, "gf_unary_m_expr": 0, "regular_t": 0, "set_from_pad": [0, 557, 1896, 1900, 1907, 1908, 1913, 1918], "scalar_valu": [0, 529, 531, 537, 538, 539, 541, 542, 543, 544, 545, 551, 554, 555, 557, 558, 691, 692, 699, 700, 701, 702, 703, 707, 730, 731, 738, 739, 740, 741, 742, 746, 769, 770, 777, 778, 779, 780, 781, 785, 808, 809, 816, 817, 818, 819, 820, 824, 847, 848, 855, 856, 857, 858, 859, 863, 969, 970, 977, 978, 979, 980, 981, 985, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1012, 1013, 1017, 1018, 1019, 1020, 1021, 1022, 1875], "tensor_valu": [0, 267, 531, 542, 1875], "memorygf": [0, 333], "index_t": [0, 527, 547, 549, 1072, 1073, 1074, 1084, 1085, 1086, 1098, 1099, 1100, 1112, 1113, 1114, 1126, 1127, 1128, 1143, 1144, 1145, 1154, 1155, 1156, 1165, 1166, 1173, 1174, 1175, 1187, 1188, 1189], "product": [0, 4, 11, 32, 35, 36, 48, 180, 264, 265, 352, 379, 390, 510, 527, 528, 531, 542, 566, 582, 585, 588, 1054, 1721, 1864, 1875, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1899, 1903, 1908, 1913, 1918], "ad": [0, 245, 246, 420, 444, 461, 469, 471, 486, 506, 508, 510, 512, 522, 523, 524, 570, 580, 590, 591, 1791, 1863, 1874, 1882, 1886, 1890, 1894, 1895, 1896, 1898, 1900, 1913, 1916, 1918, 1921], "array_prior": 0, "so": [0, 233, 240, 241, 367, 459, 461, 504, 506, 516, 523, 542, 553, 561, 563, 574, 575, 578, 580, 589, 590, 591, 597, 669, 1226, 1851, 1877, 1879, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "rmul": 0, "prioriti": [0, 518], "ndarrai": [0, 554, 556, 563, 567, 679, 680, 686, 718, 719, 725, 757, 758, 764, 796, 797, 803, 835, 836, 842, 945, 957, 958, 964, 1064, 1077, 1224, 1611, 1639, 1640, 1660, 1679, 1680], "mul": 0, "multipl": [0, 345, 383, 395, 461, 490, 491, 493, 494, 495, 497, 526, 528, 534, 546, 552, 563, 566, 582, 588, 1230, 1640, 1660, 1680, 1852, 1869, 1886, 1890, 1896, 1900, 1905, 1910], "linear": [0, 165, 166, 167, 168, 460, 461, 463, 464, 467, 468, 471, 490, 491, 494, 495, 527, 538, 542, 543, 545, 549, 589, 593, 885, 945, 1070, 1198, 1200, 1647, 1663, 1862, 1886, 1890, 1891, 1894, 1896, 1899, 1900, 1912, 1913, 1914, 1917, 1918, 1919], "interpol": [0, 534, 537, 538, 543, 545, 550, 1200, 1886, 1890, 1899, 1912, 1913, 1917, 1918], "gtau": [0, 561, 1896, 1898, 1900], "store": [0, 18, 89, 99, 339, 368, 371, 373, 375, 459, 464, 490, 491, 506, 507, 508, 510, 517, 518, 525, 528, 530, 531, 536, 553, 554, 560, 561, 569, 582, 591, 593, 597, 655, 916, 1793, 1861, 1879, 1886, 1890, 1896, 1900, 1903, 1904, 1908, 1909, 1913, 1918, 1920], "diagon": [0, 9, 163, 164, 169, 181, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 369, 498, 525, 563, 585, 586, 587, 599, 600, 601, 622, 1223, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1889, 1893, 1896, 1900, 1904, 1909], "implement": [0, 4, 6, 252, 255, 308, 366, 367, 375, 376, 388, 507, 508, 512, 520, 521, 522, 525, 527, 528, 529, 538, 549, 552, 555, 557, 558, 565, 569, 575, 578, 579, 580, 582, 585, 590, 593, 597, 655, 686, 708, 709, 725, 747, 748, 764, 786, 787, 803, 825, 826, 842, 864, 865, 964, 986, 987, 1040, 1635, 1845, 1862, 1882, 1886, 1890, 1896, 1900, 1901, 1907, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "gfimfreq": [0, 552, 553, 555, 556, 557, 559, 561, 563, 564, 570, 589, 590, 1223, 1229, 1232, 1861, 1900], "gfimtim": [0, 552, 553, 559, 563, 564, 696, 774, 813, 852, 974, 1014, 1229, 1900], "yield": [0, 207, 563, 1225, 1896, 1900, 1901, 1902, 1907], "same": [0, 50, 54, 91, 94, 255, 270, 302, 411, 412, 471, 486, 487, 507, 508, 509, 516, 517, 518, 524, 527, 529, 533, 537, 538, 544, 551, 553, 561, 563, 564, 570, 578, 580, 582, 583, 585, 597, 675, 714, 753, 792, 831, 873, 874, 881, 890, 891, 904, 1089, 1103, 1117, 1230, 1702, 1705, 1707, 1722, 1723, 1739, 1740, 1741, 1793, 1851, 1852, 1857, 1877, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1900, 1903, 1904, 1908, 1909, 1912, 1913, 1917, 1918, 1923], "repr": [0, 554, 555, 556, 557, 558, 561, 1896, 1900], "g": [0, 5, 218, 219, 255, 257, 258, 262, 263, 264, 265, 267, 268, 270, 272, 273, 274, 282, 284, 285, 286, 290, 294, 296, 297, 298, 303, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 333, 435, 436, 453, 461, 477, 478, 500, 501, 502, 503, 506, 508, 509, 512, 513, 517, 521, 524, 525, 526, 527, 528, 529, 530, 531, 533, 534, 535, 537, 538, 539, 541, 542, 543, 545, 547, 549, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 570, 571, 573, 580, 585, 586, 587, 588, 589, 590, 591, 595, 669, 676, 677, 682, 683, 684, 685, 686, 689, 691, 692, 696, 697, 698, 707, 709, 715, 716, 721, 722, 723, 724, 725, 728, 730, 731, 735, 736, 737, 746, 748, 754, 755, 760, 761, 762, 763, 764, 767, 769, 770, 774, 775, 776, 785, 787, 793, 794, 799, 800, 801, 802, 803, 806, 808, 809, 813, 814, 815, 824, 826, 832, 833, 838, 839, 840, 841, 842, 845, 847, 848, 852, 853, 854, 863, 865, 870, 885, 902, 911, 912, 918, 919, 926, 928, 929, 931, 932, 934, 935, 939, 945, 954, 955, 960, 961, 962, 963, 964, 967, 969, 970, 974, 975, 976, 985, 987, 1003, 1004, 1006, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1022, 1048, 1204, 1223, 1229, 1230, 1232, 1639, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1745, 1767, 1768, 1773, 1774, 1863, 1865, 1867, 1868, 1869, 1870, 1871, 1876, 1877, 1879, 1880, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1923], "name": [0, 115, 192, 193, 194, 195, 196, 255, 259, 275, 287, 299, 306, 342, 343, 354, 355, 357, 407, 408, 410, 418, 420, 423, 435, 436, 444, 449, 452, 453, 457, 473, 477, 478, 479, 500, 503, 506, 507, 508, 517, 523, 525, 553, 554, 555, 556, 557, 558, 560, 561, 563, 567, 568, 569, 570, 573, 580, 583, 585, 586, 587, 589, 590, 592, 595, 655, 656, 659, 660, 663, 670, 674, 713, 752, 791, 830, 870, 885, 906, 947, 948, 952, 994, 1035, 1062, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1228, 1230, 1607, 1608, 1611, 1616, 1640, 1653, 1660, 1669, 1672, 1673, 1676, 1701, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1750, 1781, 1791, 1813, 1822, 1836, 1845, 1847, 1856, 1871, 1877, 1882, 1885, 1886, 1889, 1890, 1893, 1896, 1897, 1898, 1900, 1902, 1904, 1907, 1908, 1909, 1912, 1917], "correspond": [0, 180, 242, 243, 244, 380, 391, 507, 508, 509, 523, 527, 531, 535, 541, 542, 549, 551, 553, 560, 561, 569, 573, 582, 584, 656, 663, 679, 710, 718, 749, 757, 788, 796, 827, 835, 866, 940, 957, 988, 1863, 1865, 1886, 1890, 1896, 1900, 1901, 1905, 1907, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "beta": [0, 191, 192, 193, 194, 195, 196, 197, 264, 265, 270, 326, 510, 523, 525, 526, 527, 529, 530, 533, 535, 537, 538, 541, 542, 549, 550, 551, 553, 554, 555, 556, 557, 558, 561, 563, 564, 570, 577, 580, 589, 590, 644, 645, 646, 647, 648, 649, 674, 680, 707, 713, 719, 746, 752, 758, 785, 791, 797, 824, 830, 836, 863, 958, 985, 1022, 1040, 1041, 1089, 1103, 1117, 1131, 1147, 1158, 1224, 1228, 1861, 1875, 1876, 1882, 1886, 1890, 1892, 1893, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "statist": [0, 9, 422, 458, 459, 490, 491, 498, 527, 530, 533, 554, 555, 556, 557, 558, 580, 674, 713, 752, 791, 830, 1040, 1041, 1089, 1103, 1117, 1131, 1147, 1158, 1755, 1890, 1896, 1899, 1900, 1902, 1917], "through": [0, 6, 8, 11, 524, 525, 530, 547, 551, 562, 566, 580, 582, 589, 1089, 1103, 1117, 1851, 1862, 1863, 1867, 1872, 1896, 1899, 1900, 1912, 1913, 1916, 1917, 1918, 1921], "meshpoint": [0, 528, 552, 553, 1089, 1103, 1117], "meshwithvalu": 0, "execut": [0, 134, 591, 1863, 1865, 1867, 1871, 1879, 1880, 1894], "index": [0, 15, 16, 17, 21, 63, 117, 165, 166, 167, 168, 170, 172, 180, 183, 189, 192, 193, 194, 195, 196, 336, 337, 339, 344, 345, 346, 348, 352, 353, 362, 370, 372, 380, 382, 391, 394, 400, 402, 404, 405, 406, 411, 412, 413, 481, 509, 527, 541, 542, 549, 553, 554, 555, 556, 557, 558, 565, 566, 573, 582, 583, 584, 585, 587, 604, 606, 608, 625, 627, 629, 869, 1040, 1047, 1048, 1061, 1067, 1072, 1073, 1074, 1084, 1085, 1086, 1089, 1098, 1099, 1100, 1103, 1112, 1113, 1114, 1117, 1126, 1127, 1128, 1143, 1144, 1145, 1154, 1155, 1156, 1165, 1166, 1173, 1174, 1175, 1187, 1188, 1189, 1216, 1635, 1636, 1657, 1697, 1698, 1702, 1704, 1707, 1709, 1712, 1713, 1714, 1715, 1724, 1735, 1760, 1886, 1890, 1896, 1898, 1900, 1902, 1912, 1917], "modulo": 0, "out": [0, 277, 289, 301, 332, 520, 533, 563, 1232, 1760, 1763, 1764, 1851, 1886, 1890, 1896, 1900, 1901, 1907], "mesh_hash": [0, 1047, 1048], "default": [0, 15, 25, 41, 43, 49, 59, 69, 73, 82, 85, 88, 97, 107, 122, 127, 192, 193, 195, 196, 264, 265, 310, 312, 326, 327, 438, 475, 500, 503, 509, 531, 533, 537, 538, 539, 543, 545, 551, 561, 563, 567, 570, 571, 580, 582, 583, 590, 596, 645, 646, 647, 648, 670, 885, 945, 950, 1089, 1103, 1117, 1131, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1229, 1611, 1676, 1677, 1679, 1692, 1697, 1753, 1769, 1775, 1776, 1791, 1819, 1845, 1846, 1864, 1867, 1868, 1871, 1873, 1896, 1900, 1903, 1908], "construct": [0, 9, 15, 21, 35, 92, 101, 102, 121, 122, 127, 128, 139, 169, 175, 179, 192, 193, 195, 196, 255, 339, 351, 352, 361, 362, 378, 389, 402, 438, 452, 475, 500, 507, 508, 510, 518, 529, 531, 533, 535, 536, 554, 555, 556, 557, 558, 561, 563, 569, 570, 571, 573, 577, 578, 579, 581, 585, 589, 592, 593, 610, 616, 631, 637, 659, 660, 669, 674, 713, 752, 791, 830, 885, 1064, 1224, 1230, 1695, 1769, 1771, 1775, 1778, 1845, 1874, 1878, 1882, 1886, 1890, 1892, 1896, 1898, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1917, 1918], "zero": [0, 15, 21, 326, 351, 362, 461, 466, 467, 469, 561, 563, 566, 570, 573, 582, 1229, 1686, 1688, 1712, 1782, 1890, 1896, 1900, 1903, 1908, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "accessor": [0, 552, 559, 582], "micro": 0, "closest_mesh_pt": 0, "cluster_mesh": 0, "pass": [0, 119, 364, 461, 467, 469, 471, 490, 491, 508, 509, 510, 551, 579, 585, 590, 597, 1214, 1679, 1724, 1753, 1854, 1862, 1863, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1901, 1902, 1903, 1908, 1915], "window": [0, 196, 510, 549, 557, 558, 560, 589, 590, 683, 685, 710, 722, 724, 749, 761, 763, 788, 800, 802, 827, 839, 841, 866, 961, 963, 988, 1009, 1011, 1167, 1179, 1886, 1889, 1890, 1892, 1893, 1896, 1897, 1900, 1907, 1908], "pair": [0, 12, 146, 148, 180, 192, 193, 194, 195, 196, 264, 265, 339, 373, 480, 493, 494, 509, 551, 566, 584, 585, 645, 646, 647, 648, 682, 683, 684, 685, 721, 722, 723, 724, 760, 761, 762, 763, 799, 800, 801, 802, 838, 839, 840, 841, 885, 960, 961, 962, 963, 1008, 1009, 1010, 1011, 1167, 1179, 1632, 1633, 1679, 1723, 1759, 1896, 1900, 1904, 1909, 1913, 1914, 1918, 1919], "float": [0, 507, 509, 554, 556, 557, 563, 567, 570, 583, 585, 592, 612, 633, 644, 645, 646, 647, 648, 649, 650, 651, 680, 691, 692, 703, 708, 719, 730, 731, 742, 747, 758, 769, 770, 781, 786, 797, 808, 809, 820, 825, 836, 847, 848, 859, 864, 945, 958, 969, 970, 981, 986, 996, 1012, 1013, 1021, 1089, 1103, 1117, 1131, 1141, 1147, 1158, 1167, 1179, 1224, 1228, 1611, 1640, 1660, 1677, 1679, 1681, 1692, 1697, 1698, 1702, 1704, 1707, 1709, 1713, 1714, 1715, 1725, 1753, 1760, 1819, 1851, 1871, 1896, 1899, 1900, 1918], "refreq": [0, 196, 528, 529, 531, 546, 552, 557, 648, 703, 742, 781, 820, 859, 981, 1021, 1173, 1174, 1175, 1176], "meshrefreq": [0, 554, 556, 557, 680, 719, 758, 791, 797, 836, 958, 1896, 1897, 1900, 1907, 1913, 1918], "n_l": [0, 193, 510, 646, 1905, 1910], "n_k": [0, 1064, 1647, 1663, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1912, 1916, 1917, 1921], "n_pt": [0, 569, 573, 659, 660, 1200], "ostream": [0, 49, 58, 277, 289, 301, 487, 520, 597], "retim": [0, 528, 529, 531, 541, 542, 546, 552, 1187, 1188, 1189, 1190, 1875], "t_min": [0, 1179], "t_max": [0, 1179], "omega_min": [0, 1886, 1890, 1892], "meshdlr": [0, 1103, 1117], "meshdlrimtim": [0, 1089, 1896, 1900], "meshdlrimfreq": [0, 1089, 1206, 1896, 1900], "plot": [0, 5, 9, 498, 552, 554, 555, 556, 557, 558, 559, 564, 568, 569, 573, 589, 592, 655, 669, 674, 713, 752, 791, 830, 952, 1679, 1869, 1883, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "protocol": [0, 9, 498, 508, 569, 655, 1199, 1202, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1739, 1753], "descriptor": [0, 508, 553, 557, 559, 590, 1877, 1886, 1888, 1889, 1890, 1892, 1893], "flatironinstitut": [0, 1863, 1887, 1891], "cppdlr": [0, 1862], "superlattic": [0, 1639, 1641, 1645], "after": [0, 417, 427, 438, 439, 440, 441, 500, 503, 523, 536, 578, 579, 580, 582, 1848, 1850, 1851, 1862, 1863, 1867, 1871, 1872, 1874, 1879, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1898, 1902, 1903, 1907, 1908], "latticepoint": 0, "bravais_lattic": [0, 573, 1082], "point_t": [0, 527, 534], "euclidean": 0, "distanc": [0, 11, 1218, 1679], "fals": [0, 109, 130, 131, 133, 147, 148, 149, 156, 157, 158, 159, 263, 327, 334, 356, 358, 359, 369, 409, 411, 412, 418, 423, 483, 488, 499, 500, 503, 508, 510, 533, 561, 563, 565, 577, 582, 583, 585, 595, 625, 627, 643, 644, 652, 710, 749, 788, 827, 866, 870, 885, 897, 901, 988, 996, 1089, 1103, 1117, 1214, 1217, 1220, 1224, 1639, 1640, 1645, 1676, 1677, 1697, 1711, 1713, 1714, 1715, 1724, 1846, 1886, 1890, 1893, 1899, 1900, 1910, 1912, 1916, 1917, 1921], "posit": [0, 264, 265, 321, 326, 328, 348, 473, 481, 549, 551, 567, 1131, 1139, 1611, 1617, 1639, 1640, 1642, 1643, 1654, 1660, 1670, 1760, 1874, 1913, 1915, 1918, 1920], "complete_refil": 0, "address": [0, 580, 593, 1862], "868": 0, "ksi": [0, 523], "should": [0, 3, 6, 8, 130, 131, 147, 148, 149, 156, 157, 158, 159, 368, 373, 378, 389, 459, 461, 471, 503, 506, 508, 524, 525, 527, 535, 551, 563, 574, 577, 578, 580, 582, 583, 585, 586, 591, 1223, 1224, 1698, 1722, 1723, 1724, 1727, 1728, 1729, 1845, 1851, 1861, 1863, 1864, 1865, 1867, 1868, 1871, 1872, 1877, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1898, 1901, 1903, 1907, 1908, 1915, 1916, 1920, 1921], "current": [0, 3, 16, 45, 51, 52, 208, 239, 245, 246, 427, 428, 430, 461, 463, 467, 469, 506, 509, 522, 523, 525, 531, 580, 591, 686, 725, 764, 803, 842, 964, 1851, 1864, 1865, 1872, 1886, 1888, 1890, 1892, 1896, 1900], "insert": [0, 202, 245, 246, 335, 346, 473, 487, 510, 523, 565, 582, 1874, 1890, 1902, 1909, 1914, 1919], "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, 336, 337, 338, 341, 492, 493, 494, 495, 500, 508, 527, 549, 552, 559, 565, 566, 581, 871, 886, 1781, 1871, 1882, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1903, 1904, 1908, 1909], "rank": [0, 12, 109, 113, 114, 118, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 280, 292, 305, 310, 324, 482, 483, 494, 495, 509, 529, 531, 551, 554, 555, 556, 557, 558, 563, 577, 580, 674, 705, 713, 744, 752, 783, 791, 822, 830, 861, 885, 952, 983, 1089, 1103, 1117, 1230, 1819, 1863, 1865, 1886, 1890, 1900, 1902, 1909, 1914, 1919], "swap_row": [0, 202], "swap_coli": 0, "higher": [0, 4, 509, 542, 1869, 1886, 1890], "review": [0, 8, 1862, 1871, 1907, 1915, 1920], "pr": 0, "report": [0, 6, 139, 422, 1781, 1853], "measur": [0, 417, 418, 419, 421, 422, 437, 438, 441, 459, 461, 463, 471, 497, 581, 593, 1214, 1886, 1888, 1889, 1890, 1892, 1893, 1902, 1903, 1905, 1908, 1909, 1910], "eta": [0, 557, 570, 665, 1886, 1887, 1889, 1890, 1891, 1893, 1896, 1900, 1902, 1909], "statu": [0, 1819], "messag": [0, 8, 115, 212, 237, 595, 1862, 1864, 1870, 1871], "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, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 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, 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, 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, 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, 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, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 503, 504, 509, 510, 512, 516, 517, 518, 519, 520, 521, 523, 526, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 577, 579, 580, 584, 595, 596, 597, 1873, 1874, 1875, 1876, 1877, 1880, 1923], "its": [0, 3, 51, 52, 97, 364, 373, 444, 452, 502, 506, 510, 517, 518, 524, 527, 528, 530, 531, 534, 535, 549, 553, 560, 561, 563, 566, 573, 580, 581, 582, 585, 597, 885, 1003, 1004, 1227, 1641, 1642, 1725, 1862, 1863, 1864, 1867, 1872, 1877, 1878, 1885, 1886, 1887, 1890, 1891, 1895, 1896, 1899, 1900, 1902, 1903, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "templat": [0, 6, 9, 11, 27, 110, 111, 112, 163, 198, 199, 200, 202, 247, 251, 252, 255, 263, 268, 309, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 327, 328, 330, 331, 332, 333, 339, 345, 376, 416, 418, 419, 442, 444, 455, 459, 511, 512, 517, 520, 523, 528, 532, 533, 537, 538, 539, 543, 545, 552, 565, 580, 581, 584, 597, 1869], "neg": [0, 417, 438, 441, 549, 551, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1853], "n_cycl": [0, 438, 577, 578, 579, 580, 1882, 1902, 1904, 1905, 1908, 1909, 1910], "until": [0, 417, 438, 440, 441, 463, 570, 578, 1791, 1850, 1851, 1901, 1902, 1907], "callback": [0, 417, 438, 440, 441, 577, 580], "signal": [0, 417, 438, 440, 441, 500, 503], "stop": [0, 417, 438, 440, 441, 580, 1791, 1867], "679": 0, "dure": [0, 459, 500, 503, 506, 508, 516, 578, 593, 1819, 1863, 1871, 1886, 1890, 1903, 1908], "poll": [0, 120], "barrier": [0, 118], "reduc": [0, 148, 149, 157, 158, 159, 169, 261, 270, 278, 302, 327, 422, 466, 473, 483, 491, 494, 495, 507, 509, 553, 561, 577, 580, 583, 590, 597, 1677, 1704, 1887, 1891, 1902, 1908], "cpu": [0, 1819, 1863], "845": 0, "crai": 0, "mpich": 0, "layer": [0, 4, 306, 588, 591, 1739, 1862, 1886, 1890], "unrecogn": 0, "mpi_init": [0, 128, 133], "force_mpi_init": 0, "envvar": 0, "util": [0, 9, 498, 510, 553, 561, 577, 580, 582, 583, 584, 585, 586, 587, 595, 596, 597, 1863, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1905, 1910, 1918], "all_reduc": [0, 1892], "name_block_gener": [0, 561, 885, 1900], "620": 0, "callproxynon": 0, "throw": [0, 181, 206, 211, 236, 423, 486, 512, 595, 1875], "except": [0, 2, 9, 198, 199, 423, 498, 501, 508, 509, 517, 523, 1713, 1714, 1715, 1851, 1875, 1889, 1893], "846": 0, "assert": [0, 1899], "dimens": [0, 177, 183, 184, 266, 267, 358, 359, 387, 399, 461, 506, 509, 530, 542, 554, 555, 556, 557, 558, 567, 569, 573, 583, 611, 613, 614, 632, 634, 635, 674, 713, 752, 791, 830, 870, 952, 1064, 1070, 1077, 1081, 1615, 1622, 1639, 1647, 1648, 1652, 1656, 1663, 1664, 1668, 1671, 1672, 1706, 1769, 1890, 1896, 1899, 1900, 1912, 1914, 1916, 1917, 1919, 1921], "sigma": [0, 553, 561, 570, 571, 580, 583, 585, 586, 593, 665, 1697, 1698, 1709, 1722, 1723, 1724, 1729, 1730, 1732, 1767, 1768, 1773, 1774, 1882, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1916, 1921], "match": [0, 553, 1863, 1871, 1886, 1890], "hop": [0, 510, 563, 565, 568, 570, 571, 573, 585, 1224, 1228, 1624, 1639, 1640, 1659, 1660, 1676, 1677, 1680, 1723, 1767, 1773, 1885, 1890, 1899, 1904, 1909, 1913, 1915, 1916, 1918, 1920, 1921], "859": 0, "wannier90": [0, 583, 1676, 1680, 1681, 1702, 1705, 1707, 1886, 1890], "qe": [0, 583, 1702, 1705, 1707, 1886, 1890], "vasp": [0, 4, 583, 1702, 1705, 1707], "basi": [0, 181, 193, 352, 370, 372, 375, 378, 380, 389, 391, 400, 401, 403, 404, 411, 412, 510, 527, 565, 566, 567, 572, 573, 582, 583, 586, 1075, 1087, 1618, 1623, 1624, 1639, 1640, 1660, 1697, 1698, 1702, 1705, 1707, 1709, 1727, 1728, 1729, 1890, 1896, 1899, 1900, 1905, 1910, 1912, 1916, 1917, 1921], "860": 0, "result": [0, 3, 4, 29, 31, 86, 125, 126, 130, 131, 134, 147, 148, 149, 150, 156, 157, 158, 159, 160, 173, 182, 422, 483, 500, 502, 503, 508, 512, 516, 518, 519, 527, 530, 541, 551, 561, 562, 569, 570, 574, 577, 582, 591, 597, 660, 1672, 1712, 1793, 1861, 1867, 1879, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1899, 1900, 1901, 1903, 1907, 1908, 1909, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "trace_rho_op": [0, 162, 510, 511], "rho": [0, 569, 570, 580, 655, 656, 660, 665, 666, 1896, 1900, 1907, 1908, 1910, 1912, 1917], "hermitian": [0, 367, 373, 551, 582, 683, 722, 761, 800, 839, 961, 1009, 1692], "871": 0, "is_convert": 0, "block2_gf": [0, 313], "872": 0, "881": [0, 1900], "exampl": [0, 7, 8, 9, 278, 502, 506, 508, 512, 513, 516, 517, 519, 520, 521, 525, 526, 527, 528, 534, 535, 541, 552, 553, 559, 560, 564, 570, 575, 578, 579, 580, 581, 582, 583, 588, 591, 595, 597, 945, 1706, 1793, 1861, 1862, 1863, 1865, 1868, 1871, 1872, 1873, 1874, 1875, 1880, 1881, 1882, 1883, 1887, 1891, 1894, 1896, 1898, 1899, 1900, 1902, 1912, 1914, 1917, 1919], "907": 0, "arithmet": [0, 492, 493, 494, 495, 500, 517, 527, 553, 561, 582, 1040, 1635, 1869], "inplac": [0, 896], "propag": [0, 325, 1914, 1919], "figur": [0, 9, 578, 588, 1895, 1896, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1915, 1916, 1917, 1920, 1921], "histogram": [0, 458, 472, 496, 593, 1905, 1910], "via": [0, 6, 493, 494, 510, 553, 945, 1863, 1864, 1866, 1868, 1871, 1877, 1886, 1887, 1889, 1890, 1891, 1893], "shape": [0, 134, 270, 272, 280, 284, 292, 296, 305, 471, 507, 531, 535, 551, 554, 555, 556, 557, 558, 563, 567, 674, 680, 706, 713, 719, 745, 752, 758, 784, 791, 797, 823, 830, 836, 862, 952, 958, 984, 1064, 1077, 1224, 1228, 1611, 1676, 1679, 1744, 1861, 1875, 1889, 1893, 1900, 1912, 1917], "fit_hermitian": 0, "signatur": [0, 499, 500, 503, 509, 518, 554, 555, 556, 557, 558, 567, 572, 592, 597, 603, 604, 605, 606, 608, 612, 613, 614, 624, 625, 626, 627, 629, 633, 634, 635, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 681, 682, 683, 684, 685, 691, 692, 696, 697, 698, 699, 700, 701, 702, 703, 707, 720, 721, 722, 723, 724, 730, 731, 735, 736, 737, 738, 739, 740, 741, 742, 746, 759, 760, 761, 762, 763, 769, 770, 774, 775, 776, 777, 778, 779, 780, 781, 785, 798, 799, 800, 801, 802, 808, 809, 813, 814, 815, 816, 817, 818, 819, 820, 824, 837, 838, 839, 840, 841, 847, 848, 852, 853, 854, 855, 856, 857, 858, 859, 863, 959, 960, 961, 962, 963, 969, 970, 974, 975, 976, 977, 978, 979, 980, 981, 985, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1067, 1068, 1069, 1072, 1073, 1074, 1076, 1079, 1080, 1084, 1085, 1086, 1088, 1092, 1093, 1098, 1099, 1100, 1101, 1106, 1107, 1112, 1113, 1114, 1115, 1120, 1121, 1126, 1127, 1128, 1129, 1134, 1135, 1136, 1137, 1140, 1141, 1143, 1144, 1145, 1146, 1150, 1151, 1154, 1155, 1156, 1157, 1161, 1162, 1165, 1166, 1169, 1170, 1173, 1174, 1175, 1176, 1181, 1182, 1187, 1188, 1189, 1190, 1191, 1604, 1613, 1626, 1628, 1630, 1632, 1633, 1644, 1646, 1650, 1661, 1662, 1666, 1687, 1689, 1690, 1691, 1692, 1693, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1750, 1757, 1760, 1763, 1764, 1892, 1898, 1899, 1900, 1912, 1914, 1917, 1918, 1919], "fit_hermitian_tail": [0, 250, 551, 945], "tb_from_pythtb": 0, "super": 0, "orbital_nam": [0, 567, 1640, 1659, 1660], "being": [0, 339, 364, 444, 461, 509, 522, 582, 583, 591, 1640, 1660, 1696, 1698, 1701, 1703, 1705, 1872, 1908], "where": [0, 5, 8, 34, 63, 245, 246, 459, 465, 466, 490, 491, 506, 516, 518, 523, 524, 525, 529, 536, 541, 542, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 568, 570, 573, 583, 590, 595, 670, 679, 718, 757, 796, 835, 871, 886, 926, 939, 957, 1064, 1224, 1228, 1680, 1698, 1781, 1845, 1861, 1867, 1871, 1872, 1877, 1880, 1885, 1886, 1890, 1896, 1899, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "scalar_wrap": 0, "captur": [0, 517, 1886, 1888, 1889, 1890, 1891, 1892, 1893, 1905, 1910], "refer": [0, 3, 4, 8, 9, 11, 27, 58, 342, 354, 362, 365, 377, 381, 382, 383, 384, 385, 386, 392, 394, 395, 396, 397, 398, 407, 476, 487, 500, 506, 547, 552, 553, 559, 578, 588, 593, 1758, 1863, 1868, 1872, 1873, 1874, 1875, 1877, 1886, 1890, 1905, 1910, 1912, 1917, 1923], "many_body_operator_r": [0, 582], "brillouin_zon": [0, 1066, 1679, 1912, 1917], "np": [0, 510, 557, 563, 1224, 1228, 1230, 1861, 1863, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1899, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "int": [0, 19, 30, 48, 95, 113, 114, 115, 117, 119, 125, 126, 127, 129, 130, 131, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 165, 166, 167, 168, 169, 170, 172, 174, 177, 180, 183, 184, 186, 189, 190, 192, 193, 195, 196, 224, 225, 234, 252, 254, 255, 263, 264, 265, 266, 267, 268, 270, 309, 313, 314, 316, 317, 318, 319, 320, 322, 323, 326, 327, 330, 332, 333, 339, 340, 345, 348, 349, 352, 353, 360, 382, 387, 393, 399, 402, 404, 405, 406, 413, 414, 417, 423, 427, 428, 438, 440, 441, 460, 461, 463, 464, 467, 468, 469, 470, 471, 475, 481, 482, 483, 492, 493, 494, 495, 502, 506, 507, 509, 510, 512, 516, 517, 518, 519, 520, 523, 526, 527, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 554, 555, 556, 557, 558, 560, 563, 565, 566, 573, 577, 579, 580, 582, 585, 586, 587, 595, 597, 599, 601, 603, 604, 605, 606, 608, 612, 613, 614, 622, 624, 625, 626, 627, 629, 633, 634, 635, 645, 646, 647, 648, 674, 683, 685, 694, 697, 703, 704, 705, 706, 713, 722, 724, 733, 736, 742, 743, 744, 745, 752, 761, 763, 772, 775, 781, 782, 783, 784, 791, 800, 802, 811, 814, 820, 821, 822, 823, 830, 839, 841, 850, 853, 859, 860, 861, 862, 885, 907, 926, 939, 952, 961, 963, 972, 975, 981, 982, 983, 984, 1001, 1002, 1009, 1011, 1015, 1021, 1040, 1064, 1077, 1131, 1136, 1137, 1141, 1147, 1158, 1167, 1179, 1191, 1224, 1226, 1632, 1633, 1635, 1647, 1648, 1663, 1664, 1679, 1680, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1760, 1873, 1874, 1875, 1876, 1880, 1886, 1889, 1890, 1892, 1893, 1895, 1898, 1900, 1902, 1905, 1910, 1916, 1921], "h_int_kanamori": [0, 510, 585], "correct": [0, 490, 491, 512, 516, 517, 529, 533, 553, 580, 588, 1877, 1886, 1887, 1888, 1890, 1891, 1892], "static": [0, 4, 500, 579, 582, 1888, 1892, 1914, 1919], "pyref": 0, "lifetim": 0, "mai": [0, 506, 508, 510, 534, 547, 553, 561, 582, 590, 591, 597, 1848, 1852, 1854, 1863, 1867, 1868, 1896, 1900, 1920, 1923], "beyond": [0, 81, 506, 582, 1888, 1892], "interpret": [0, 1869, 1883, 1886, 1890, 1894], "mesh_point": [0, 473], "perfect": [0, 1867, 1872, 1922], "forward": [0, 364, 597, 1862], "properli": [0, 508, 520, 1645, 1871, 1886, 1890], "matsubara": [0, 192, 312, 316, 317, 318, 322, 325, 510, 527, 528, 531, 545, 546, 547, 549, 551, 552, 553, 557, 559, 560, 561, 563, 645, 680, 708, 719, 747, 758, 786, 797, 825, 836, 864, 931, 934, 935, 958, 986, 997, 998, 999, 1001, 1006, 1040, 1089, 1103, 1131, 1139, 1224, 1886, 1890, 1896, 1899, 1900, 1903, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "frequenc": [0, 192, 196, 264, 265, 317, 322, 326, 328, 510, 527, 528, 529, 531, 538, 545, 546, 549, 552, 553, 556, 559, 560, 561, 563, 648, 680, 708, 719, 747, 758, 786, 797, 825, 836, 864, 926, 939, 945, 958, 986, 998, 1001, 1040, 1089, 1103, 1131, 1139, 1167, 1229, 1230, 1232, 1876, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1901, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "protect": [0, 1905, 1910], "mesh_point_t": [0, 527, 547, 549], "race": 0, "condit": [0, 490, 491, 492, 493, 494, 495, 517, 561, 582, 595, 1882, 1886, 1890, 1892, 1893, 1896, 1900, 1903, 1905, 1908, 1910, 1916, 1921], "logo": [0, 5], "keyword": [0, 521, 885, 1845, 1854, 1898, 1900, 1902, 1913, 1918], "simpl": [0, 3, 4, 7, 120, 164, 240, 241, 460, 467, 469, 471, 506, 508, 509, 510, 513, 517, 520, 521, 527, 553, 560, 561, 564, 568, 574, 575, 577, 580, 588, 590, 591, 592, 597, 669, 1816, 1863, 1867, 1868, 1869, 1874, 1878, 1882, 1886, 1890, 1896, 1899, 1900, 1901, 1904, 1907, 1909, 1913, 1914, 1918, 1919], "app": [0, 1887, 1891], "891": 0, "singular": [0, 211, 212, 236, 237, 270, 531, 535, 537, 541, 547, 1916, 1921], "apptain": 0, "minimum": [0, 117], "gmp": [0, 1867, 1869], "prerequisit": 0, "also": [0, 3, 4, 6, 7, 131, 161, 442, 486, 500, 503, 506, 509, 512, 516, 519, 527, 528, 533, 541, 542, 553, 561, 565, 571, 578, 580, 581, 582, 583, 1701, 1767, 1773, 1850, 1851, 1861, 1862, 1863, 1872, 1873, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "python3": [0, 1863, 1868, 1870, 1898, 1899, 1900], "simplifi": [0, 508, 509, 518, 533, 553, 561, 1886, 1890, 1898, 1912, 1917], "brew": [0, 1867], "intelllvm": [0, 1869], "2023": [0, 1869, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "lattice_tool": [0, 1899], "direct": [0, 256, 377, 490, 491, 510, 527, 531, 552, 559, 571, 573, 580, 1064, 1077, 1775, 1776, 1863, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "sphinxext": 0, "plot_direct": 0, "account": [0, 8, 530, 1677, 1890, 1892, 1893, 1914, 1919], "prefix": [0, 1867], "slightli": [0, 1864, 1865, 1896, 1900, 1903, 1908], "descript": [0, 4, 367, 504, 521, 523, 1607, 1865, 1869, 1896, 1900], "som": 0, "seri": [0, 473, 490, 491, 526, 527, 1677, 1755, 1872, 1881, 1884, 1912, 1917, 1922], "previou": [0, 228, 517, 524, 527, 553, 590, 596, 1861, 1871, 1882, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1902, 1904, 1909, 1913, 1914, 1915, 1918, 1919, 1920], "sampl": [0, 4, 368, 459, 469, 473, 475, 484, 485, 490, 491, 593, 1755, 1761, 1762, 1886, 1890, 1895, 1903, 1908], "22": [0, 518, 1863, 1870, 1890, 1896, 1900, 1909], "mention": [0, 310, 561, 578], "toctre": 0, "openmpi": [0, 1863, 1868, 1869, 1870], "dir": [0, 1676, 1863], "path": [0, 506, 507, 508, 573, 1196, 1197, 1200, 1203, 1220, 1676, 1679, 1865, 1867, 1868, 1877, 1886, 1887, 1890, 1891, 1892, 1893, 1904, 1909, 1912, 1913, 1914, 1917, 1918, 1919], "rst": [0, 7, 521, 1877], "filenam": [0, 503, 569, 663, 897, 901, 1680, 1681, 1861], "literalinclud": 0, "manual": [0, 5, 463, 501, 504, 506, 517, 533, 553, 557, 561, 573, 575, 578, 580, 582, 595, 1816, 1863, 1886, 1887, 1890, 1891, 1912, 1917, 1920], "latest": [0, 8, 1863, 1864, 1867, 1868, 1869, 1871, 1912, 1917], "findsanit": 0, "tsan": 0, "msan": 0, "disabl": [0, 520], "repo": 0, "9": [0, 255, 264, 265, 270, 520, 523, 577, 1869, 1871, 1874, 1890, 1892, 1893, 1894, 1895, 1899, 1900, 1905, 1908, 1909, 1910, 1917, 1920, 1921], "extract_flag": 0, "flag": [0, 7, 1863, 1865, 1866, 1879, 1888, 1889, 1892, 1893, 1897], "bench": 0, "dbuild_bench": 0, "ON": [0, 7, 1866], "linux": [0, 596, 1863, 1867], "pandoc": 0, "sphinx": [0, 7, 1869], "6": [0, 255, 264, 270, 278, 469, 494, 495, 519, 529, 557, 574, 597, 1677, 1869, 1874, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1903, 1907, 1909, 1910, 1912, 1913, 1917, 1918, 1920, 1921], "specifi": [0, 8, 12, 518, 561, 580, 583, 593, 1677, 1697, 1698, 1851, 1865, 1866, 1870, 1886, 1889, 1890, 1892, 1893, 1896, 1900], "lapack_root": 0, "13": [0, 19, 95, 311, 1890, 1892, 1899, 1900, 1904, 1909], "timeout": [0, 1851], "limit": [0, 4, 417, 438, 440, 441, 473, 526, 530, 534, 1869, 1886, 1888, 1890, 1892, 1913, 1914, 1916, 1918, 1919, 1921], "hour": [0, 426, 434, 580], "cc": [0, 1864, 1865, 1867], "cxx": [0, 1864, 1865, 1866, 1867, 1870, 1871, 1880], "atomdiagr": [0, 599, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652], "atomdiagcomplex": [0, 599], "small": [0, 7, 529, 565, 1845, 1863, 1864, 1871, 1872, 1886, 1888, 1890, 1892, 1893, 1896, 1898, 1900, 1903, 1908], "some": [0, 7, 215, 308, 373, 422, 500, 501, 504, 507, 509, 510, 512, 513, 516, 518, 519, 523, 525, 533, 534, 553, 561, 566, 578, 580, 581, 582, 591, 596, 1033, 1863, 1864, 1865, 1867, 1868, 1872, 1880, 1883, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1898, 1900, 1902, 1903, 1908, 1914, 1919, 1920], "a7a4cd": 0, "cplus_include_path": [0, 1863, 1865, 1870], "library_path": [0, 1865, 1867], "still": [0, 4, 513, 516, 521, 1851, 1864, 1867, 1886, 1890, 1895, 1904, 1908, 1909], "runtim": [0, 517, 582, 595, 1863], "clang13": 0, "n_tau": [0, 195, 323, 510, 529, 647, 1002, 1147, 1890, 1893, 1896, 1898, 1900, 1902, 1907, 1908], "matsubara_domain": [0, 537], "field": [0, 9, 506, 566, 570, 575, 580, 582, 590, 665, 1872, 1886, 1890, 1892, 1893, 1896, 1900, 1905, 1910, 1913, 1916, 1918, 1921], "separ": [0, 375, 457, 561, 563, 574, 1226, 1857, 1865, 1868, 1886, 1890, 1896, 1900, 1914, 1915, 1916, 1919, 1920, 1921], "restructur": 0, "compon": [0, 510, 541, 542, 563, 583, 586, 1223, 1677, 1702, 1707, 1729, 1732, 1862, 1886, 1890, 1892, 1896, 1900, 1903, 1908, 1915, 1916, 1920, 1921], "peopl": 0, "who": 0, "contribut": [0, 5, 8, 1862, 1864, 1886, 1890, 1892, 1914, 1916, 1919, 1921], "sophi": 0, "beck": 0, "maxim": [0, 563, 1226, 1896, 1900], "charleboi": 0, "jonathan": 0, "karp": 0, "marku": 0, "richter": 0, "andrea": 0, "weh": 0, "rok": 0, "\u017eitko": 0, "respositori": [0, 1871], "wget": [0, 1871], "http": [0, 4, 8, 530, 945, 1861, 1863, 1871, 1881, 1884, 1894, 1912, 1917, 1922], "githubusercont": [0, 1871], "com": [0, 4, 8, 1861, 1863, 1871, 1881, 1884, 1886, 1890, 1922], "porting_tool": [0, 1871], "port_to_triqs3": [0, 1871], "chmod": [0, 1871], "x": [0, 19, 95, 109, 110, 111, 112, 113, 130, 146, 148, 149, 156, 157, 160, 204, 207, 214, 220, 223, 243, 244, 245, 246, 247, 255, 270, 282, 290, 294, 313, 383, 395, 455, 460, 461, 464, 471, 508, 509, 512, 516, 518, 519, 520, 521, 522, 523, 525, 528, 530, 532, 541, 546, 547, 552, 557, 563, 566, 567, 572, 574, 580, 582, 583, 586, 589, 590, 593, 597, 669, 670, 679, 710, 718, 749, 757, 788, 796, 827, 835, 866, 924, 943, 957, 988, 990, 991, 1036, 1037, 1198, 1200, 1214, 1216, 1218, 1222, 1224, 1227, 1228, 1231, 1613, 1630, 1641, 1650, 1666, 1676, 1702, 1705, 1707, 1729, 1732, 1781, 1785, 1791, 1803, 1810, 1811, 1818, 1820, 1823, 1824, 1826, 1832, 1834, 1837, 1838, 1840, 1862, 1863, 1869, 1871, 1874, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1899, 1900, 1905, 1908, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921], "befor": [0, 8, 30, 207, 210, 235, 261, 420, 444, 461, 525, 537, 538, 561, 580, 582, 596, 1845, 1846, 1850, 1851, 1863, 1864, 1867, 1868, 1872, 1874, 1886, 1887, 1890, 1891, 1896, 1898, 1900, 1901, 1902, 1903, 1908], "commit": [0, 8, 591, 1871], "them": [0, 8, 261, 278, 400, 423, 506, 512, 513, 516, 518, 525, 530, 533, 553, 561, 565, 571, 574, 582, 588, 591, 1769, 1771, 1778, 1862, 1871, 1872, 1886, 1887, 1890, 1891, 1894, 1895, 1896, 1900, 1902, 1903, 1907, 1908], "If": [0, 3, 4, 7, 8, 109, 118, 120, 122, 127, 213, 302, 361, 417, 418, 420, 438, 441, 459, 500, 503, 507, 508, 509, 512, 518, 519, 524, 527, 537, 538, 541, 543, 545, 553, 554, 555, 556, 557, 558, 560, 561, 563, 569, 570, 574, 578, 579, 580, 582, 583, 585, 586, 587, 663, 670, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 885, 916, 945, 952, 988, 1033, 1224, 1639, 1679, 1697, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1781, 1793, 1845, 1862, 1863, 1865, 1867, 1868, 1869, 1870, 1871, 1872, 1875, 1877, 1879, 1880, 1886, 1887, 1890, 1891, 1896, 1897, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1916, 1921], "problem": [0, 4, 6, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 501, 508, 510, 525, 561, 577, 581, 593, 945, 1862, 1867, 1872, 1882, 1886, 1888, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1914, 1916, 1919, 1921], "feel": [0, 7, 1886, 1887, 1890, 1891], "contact": [0, 4, 6, 506, 1863], "open": [0, 6, 509, 553, 561, 590, 591, 1861, 1863, 1864, 1867, 1871, 1873, 1886, 1888, 1890, 1892, 1897, 1903, 1908], "discuss": [0, 4, 5, 527, 1862, 1886, 1890, 1901, 1903, 1907, 1908, 1916, 1921], "github": [0, 3, 4, 5, 7, 8, 1861, 1862, 1863, 1872, 1881, 1884, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1912, 1917, 1922], "wa": [0, 206, 459, 469, 471, 537, 595, 597, 1897, 1902, 1909, 1912, 1917], "possibl": [0, 3, 11, 302, 461, 500, 502, 503, 518, 519, 520, 523, 525, 551, 553, 574, 582, 885, 1869, 1899, 1900, 1912, 1913, 1915, 1917, 1918, 1920, 1923], "structur": [0, 4, 192, 193, 194, 195, 196, 339, 506, 508, 510, 517, 523, 525, 561, 570, 572, 580, 582, 585, 587, 873, 885, 890, 1624, 1712, 1736, 1862, 1878, 1880, 1886, 1890, 1893, 1896, 1898, 1899, 1900, 1902, 1903, 1908, 1913, 1918], "gfrefreq": [0, 552, 553, 558, 559, 560, 563, 1211, 1229, 1230, 1232, 1900, 1908], "d": [0, 3, 255, 467, 469, 500, 507, 508, 523, 524, 525, 553, 560, 561, 567, 568, 569, 570, 573, 579, 583, 655, 665, 686, 725, 764, 803, 842, 926, 927, 939, 940, 942, 964, 1611, 1696, 1698, 1702, 1703, 1705, 1707, 1712, 1873, 1874, 1885, 1886, 1890, 1892, 1894, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1908, 1910, 1913, 1916, 1918, 1921], "omega": [0, 192, 196, 264, 310, 312, 324, 325, 525, 530, 541, 551, 553, 559, 560, 562, 563, 570, 571, 589, 590, 665, 710, 749, 788, 827, 866, 917, 920, 926, 939, 988, 1224, 1767, 1773, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1901, 1903, 1905, 1907, 1908, 1910, 1912, 1916, 1917, 1919, 1921], "v": [0, 8, 9, 19, 146, 147, 148, 149, 150, 255, 266, 313, 314, 327, 339, 340, 465, 466, 492, 493, 494, 495, 501, 512, 517, 519, 520, 524, 529, 533, 563, 566, 573, 590, 1067, 1224, 1228, 1873, 1879, 1894, 1896, 1900, 1902, 1914, 1919], "featur": [0, 4, 5, 364, 501, 504, 513, 580, 596, 1863, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1899, 1903, 1908, 1912, 1913, 1917, 1918, 1923], "due": [0, 506, 561, 596, 1886, 1890, 1892, 1896, 1900, 1902], "lack": [0, 459, 1886, 1890], "complex": [0, 9, 163, 164, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 361, 366, 375, 388, 493, 494, 507, 509, 510, 513, 519, 520, 527, 530, 531, 537, 538, 539, 543, 545, 549, 554, 556, 557, 558, 563, 574, 580, 582, 583, 585, 586, 589, 590, 591, 601, 1040, 1224, 1698, 1705, 1709, 1724, 1727, 1728, 1729, 1886, 1890, 1894, 1896, 1900, 1902, 1914, 1915, 1916, 1919, 1920, 1921], "integ": [0, 11, 48, 49, 53, 117, 335, 339, 400, 455, 460, 502, 551, 553, 569, 579, 580, 583, 586, 592, 599, 601, 622, 663, 704, 743, 782, 821, 860, 982, 1064, 1077, 1639, 1640, 1660, 1677, 1696, 1697, 1698, 1699, 1700, 1701, 1703, 1705, 1708, 1727, 1728, 1729, 1791, 1848, 1853, 1871, 1898, 1899], "target_shap": [0, 269, 281, 293, 551, 554, 555, 556, 557, 558, 674, 680, 686, 713, 719, 725, 752, 758, 764, 791, 797, 803, 830, 836, 842, 952, 958, 964, 1886, 1890, 1892, 1893, 1896, 1897, 1899, 1900, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "The": [0, 3, 9, 50, 54, 91, 94, 119, 120, 125, 126, 130, 156, 160, 165, 166, 167, 168, 169, 174, 175, 176, 179, 181, 183, 191, 192, 193, 194, 195, 196, 197, 198, 199, 207, 233, 245, 246, 261, 264, 265, 269, 270, 278, 281, 290, 293, 302, 303, 310, 312, 324, 325, 326, 327, 335, 340, 342, 343, 364, 365, 370, 375, 378, 380, 389, 391, 418, 420, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 437, 438, 439, 440, 441, 445, 452, 453, 459, 461, 463, 465, 466, 471, 473, 483, 490, 491, 498, 501, 502, 504, 505, 508, 509, 512, 513, 516, 517, 518, 520, 521, 522, 525, 526, 527, 528, 529, 531, 532, 533, 534, 535, 537, 538, 539, 540, 542, 543, 545, 547, 549, 550, 551, 552, 554, 555, 556, 557, 558, 559, 560, 562, 563, 564, 566, 567, 568, 571, 572, 575, 579, 581, 582, 583, 585, 586, 587, 589, 590, 591, 592, 593, 595, 597, 609, 610, 613, 616, 630, 631, 634, 637, 644, 645, 646, 647, 648, 649, 655, 656, 659, 660, 669, 674, 689, 693, 694, 705, 706, 709, 710, 713, 728, 732, 733, 744, 745, 748, 749, 752, 767, 771, 772, 783, 784, 787, 788, 791, 806, 810, 811, 822, 823, 826, 827, 830, 845, 849, 850, 861, 862, 865, 866, 885, 920, 926, 928, 931, 934, 945, 952, 967, 971, 972, 983, 984, 987, 988, 1040, 1054, 1064, 1066, 1077, 1082, 1089, 1103, 1117, 1167, 1179, 1214, 1223, 1224, 1229, 1230, 1232, 1611, 1619, 1624, 1629, 1635, 1639, 1647, 1648, 1653, 1654, 1659, 1663, 1664, 1669, 1670, 1677, 1697, 1698, 1702, 1704, 1705, 1707, 1709, 1712, 1713, 1714, 1715, 1721, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1753, 1755, 1767, 1773, 1776, 1846, 1848, 1852, 1854, 1862, 1863, 1864, 1865, 1866, 1867, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1878, 1883, 1884, 1887, 1889, 1891, 1892, 1893, 1895, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923], "aforement": 0, "deprect": 0, "goe": [0, 566, 580, 1886, 1887, 1890, 1891, 1908], "along": [0, 504, 525, 573, 591, 1679, 1880, 1886, 1890, 1912, 1913, 1914, 1917, 1918, 1919], "often": [0, 207, 471, 593, 596, 1896, 1899, 1900, 1923], "kind": [0, 3, 255, 530, 542, 591, 1889, 1893], "up": [0, 234, 310, 311, 344, 348, 417, 438, 440, 441, 445, 459, 460, 461, 467, 486, 509, 510, 526, 561, 565, 570, 577, 585, 586, 587, 870, 885, 1204, 1692, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1819, 1862, 1863, 1868, 1872, 1882, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1898, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1921], "dn": [0, 510], "word": [0, 510, 525, 574, 1896, 1900, 1913, 1918, 1923], "ask": [0, 5, 7, 1862, 1863, 1871], "provid": [0, 3, 4, 6, 7, 164, 169, 181, 326, 361, 367, 375, 438, 459, 506, 508, 509, 512, 516, 528, 529, 530, 533, 534, 542, 547, 551, 562, 565, 566, 570, 575, 580, 581, 582, 583, 585, 586, 587, 589, 591, 593, 595, 885, 945, 1679, 1698, 1709, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1862, 1863, 1864, 1867, 1871, 1872, 1883, 1886, 1890, 1894, 1896, 1898, 1899, 1900, 1902, 1903, 1905, 1906, 1908, 1910, 1913, 1918], "each": [0, 26, 148, 174, 264, 339, 364, 365, 369, 417, 423, 427, 438, 439, 440, 441, 460, 473, 492, 493, 494, 495, 502, 508, 509, 523, 527, 531, 535, 547, 561, 563, 565, 569, 571, 574, 582, 583, 584, 590, 591, 597, 609, 630, 707, 746, 785, 824, 863, 885, 985, 1022, 1064, 1077, 1081, 1200, 1228, 1640, 1648, 1660, 1664, 1672, 1679, 1706, 1755, 1775, 1776, 1782, 1793, 1863, 1865, 1871, 1886, 1890, 1892, 1896, 1899, 1900, 1902, 1903, 1905, 1908, 1910, 1912, 1913, 1917, 1918], "correspondingli": [0, 551], "gf_struct_t": [0, 192, 193, 194, 195, 196, 255, 306, 339, 510, 645, 646, 647, 648, 1711, 1712, 1716], "ha": [0, 3, 73, 133, 139, 141, 142, 206, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 312, 361, 417, 438, 440, 441, 459, 461, 467, 469, 501, 502, 506, 507, 508, 509, 512, 516, 517, 523, 524, 525, 526, 527, 530, 542, 546, 547, 553, 561, 563, 570, 577, 579, 580, 590, 1226, 1659, 1797, 1816, 1848, 1851, 1852, 1853, 1861, 1862, 1864, 1867, 1870, 1871, 1879, 1883, 1886, 1888, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "std": [0, 11, 12, 13, 19, 27, 32, 34, 40, 43, 48, 49, 58, 63, 70, 71, 73, 84, 95, 97, 115, 118, 132, 146, 147, 148, 149, 150, 169, 171, 173, 174, 180, 182, 184, 185, 196, 198, 199, 207, 214, 215, 216, 217, 218, 219, 226, 233, 246, 249, 251, 254, 255, 257, 258, 259, 264, 265, 273, 274, 275, 277, 280, 285, 286, 287, 289, 292, 297, 298, 299, 301, 305, 306, 314, 328, 339, 342, 343, 345, 352, 354, 355, 357, 361, 362, 366, 373, 375, 388, 403, 407, 408, 410, 417, 418, 419, 420, 423, 424, 435, 436, 438, 439, 440, 441, 444, 449, 450, 453, 454, 455, 457, 460, 464, 465, 466, 467, 469, 477, 478, 479, 480, 487, 490, 491, 492, 493, 494, 495, 500, 501, 509, 512, 516, 517, 518, 519, 520, 523, 527, 533, 537, 538, 541, 551, 565, 574, 577, 579, 580, 582, 584, 595, 597, 645, 646, 647, 648, 682, 683, 684, 685, 721, 722, 723, 724, 760, 761, 762, 763, 799, 800, 801, 802, 838, 839, 840, 841, 960, 961, 962, 963, 1008, 1009, 1010, 1011, 1067, 1141, 1632, 1633, 1873, 1874, 1875, 1876, 1880], "vector": [0, 11, 19, 34, 95, 146, 147, 148, 149, 150, 163, 169, 171, 173, 174, 182, 184, 185, 187, 198, 199, 205, 207, 214, 215, 216, 217, 233, 246, 249, 251, 254, 255, 264, 265, 314, 338, 339, 340, 341, 362, 375, 376, 377, 403, 442, 464, 465, 466, 476, 490, 491, 492, 493, 494, 495, 509, 512, 517, 519, 522, 523, 524, 533, 565, 566, 567, 572, 573, 577, 582, 586, 599, 601, 607, 618, 620, 622, 628, 639, 641, 1064, 1067, 1075, 1076, 1087, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1611, 1618, 1623, 1624, 1626, 1627, 1628, 1639, 1640, 1644, 1646, 1660, 1661, 1662, 1676, 1677, 1679, 1680, 1681, 1729, 1732, 1874, 1890, 1894, 1898, 1899, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "variant": [0, 338, 341, 551, 582], "long": [0, 12, 53, 55, 56, 57, 60, 61, 117, 120, 131, 161, 165, 167, 188, 203, 204, 207, 214, 216, 220, 221, 229, 230, 233, 239, 240, 241, 242, 243, 244, 245, 246, 248, 249, 280, 292, 305, 322, 323, 335, 338, 341, 388, 475, 484, 485, 500, 503, 506, 509, 510, 527, 547, 580, 582, 595, 1067, 1868, 1886, 1890, 1904, 1909, 1916, 1921], "effect": [0, 490, 491, 523, 527, 554, 555, 556, 557, 558, 561, 674, 713, 752, 791, 830, 1886, 1888, 1890, 1892, 1896, 1900, 1902, 1905, 1910, 1913, 1918], "particular": [0, 3, 174, 261, 278, 506, 509, 521, 523, 561, 584, 593, 597, 1863, 1865, 1868, 1871, 1877, 1905, 1910, 1916, 1921], "cthyb": [0, 4, 945, 1863, 1872, 1882, 1884, 1886, 1889, 1890, 1893, 1903, 1908], "tprf": [0, 1899, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "dft_tool": [0, 4, 1886, 1890], "gf_mesh": [0, 547, 693, 732, 771, 810, 849, 971], "were": [0, 4, 462, 1886, 1890, 1897, 1912, 1917], "further": [0, 459, 461, 469, 547, 553, 1867, 1870, 1886, 1890, 1901, 1905, 1907, 1910], "regroup": [0, 522], "cyclic_lattic": 0, "cartesian_product": 0, "prod": [0, 528, 531, 541, 546, 547, 552, 1875, 1886, 1890, 1892, 1893], "kept": [0, 445, 461, 574, 1915, 1920], "mean": [0, 458, 459, 490, 491, 493, 494, 495, 509, 521, 531, 534, 537, 538, 539, 543, 545, 547, 551, 553, 554, 555, 556, 557, 558, 561, 577, 578, 580, 582, 591, 593, 1845, 1872, 1880, 1886, 1890, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1905, 1910, 1916, 1921], "auto": [0, 16, 19, 23, 24, 29, 31, 32, 34, 38, 40, 44, 48, 74, 83, 86, 93, 94, 95, 98, 104, 106, 110, 111, 116, 130, 136, 147, 148, 150, 156, 160, 169, 263, 264, 265, 266, 267, 268, 270, 272, 279, 284, 291, 296, 304, 309, 316, 317, 318, 319, 320, 322, 323, 326, 330, 331, 332, 333, 364, 426, 434, 458, 459, 460, 462, 464, 465, 466, 490, 491, 492, 493, 494, 495, 497, 500, 503, 506, 510, 512, 516, 517, 518, 519, 526, 527, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 547, 551, 565, 582, 597, 599, 601, 622, 707, 746, 785, 824, 863, 985, 1022, 1871, 1873, 1875, 1876, 1898, 1902, 1909, 1910, 1920], "m": [0, 3, 208, 224, 255, 269, 270, 278, 281, 282, 290, 293, 294, 302, 303, 309, 319, 320, 330, 418, 420, 437, 443, 444, 461, 522, 523, 524, 527, 529, 530, 535, 573, 577, 580, 583, 1051, 1052, 1089, 1103, 1117, 1191, 1697, 1868, 1875, 1890, 1895, 1896, 1900, 1912, 1913, 1914, 1917, 1918, 1919], "brillouin": [0, 527, 568, 1064, 1619, 1647, 1659, 1663, 1679, 1773, 1899, 1901, 1905, 1907, 1910, 1912, 1913, 1914, 1917, 1918, 1919], "zone": [0, 527, 568, 1064, 1619, 1647, 1659, 1663, 1679, 1773, 1899, 1901, 1905, 1907, 1910, 1912, 1913, 1914, 1917, 1918, 1919], "tag": [0, 27, 255, 261, 270, 278, 302, 308, 327, 506, 507, 508, 517, 537, 538, 539, 541, 543, 545, 1037], "associ": [0, 312, 325, 380, 381, 386, 387, 391, 392, 398, 399, 508, 547, 572, 1089, 1103, 1117, 1619, 1624, 1659, 1881, 1883, 1884, 1896, 1899, 1900, 1905, 1910, 1922], "those": [0, 3, 508, 509, 585, 1721, 1862, 1868, 1894, 1899, 1902], "occurr": 0, "latter": [0, 1864, 1886, 1888, 1890, 1892], "appli": [0, 11, 26, 83, 86, 364, 365, 370, 380, 391, 490, 491, 509, 566, 582, 1214, 1745, 1877, 1914, 1919], "short": [0, 551, 562, 580, 1872, 1881, 1904, 1909], "repres": [0, 11, 36, 335, 503, 527, 533, 582, 584, 590, 1158, 1853, 1854, 1875, 1890, 1896, 1900, 1905, 1910], "help": [0, 3, 8, 574, 588, 591, 1677, 1867, 1871, 1872, 1915, 1920], "t": [0, 3, 34, 109, 110, 111, 112, 113, 130, 132, 135, 137, 138, 146, 147, 148, 149, 150, 151, 153, 155, 156, 157, 160, 309, 313, 314, 319, 320, 321, 327, 330, 344, 348, 455, 459, 461, 464, 465, 466, 471, 490, 491, 497, 502, 507, 509, 520, 524, 525, 528, 529, 530, 534, 546, 552, 553, 560, 565, 568, 570, 571, 572, 573, 578, 580, 583, 584, 586, 590, 597, 707, 710, 746, 749, 785, 788, 824, 827, 863, 866, 985, 988, 1022, 1624, 1698, 1705, 1709, 1727, 1728, 1729, 1775, 1776, 1862, 1882, 1885, 1886, 1890, 1895, 1896, 1899, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "abov": [0, 3, 507, 520, 551, 553, 561, 573, 578, 580, 588, 1739, 1886, 1890, 1892, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "doe": [0, 9, 181, 234, 242, 243, 244, 245, 246, 247, 248, 249, 420, 444, 504, 506, 516, 517, 518, 522, 523, 527, 529, 553, 561, 578, 580, 591, 1103, 1117, 1871, 1872, 1886, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1899, 1900, 1901, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "ani": [0, 3, 7, 8, 139, 142, 242, 243, 244, 245, 246, 247, 248, 249, 270, 307, 311, 322, 323, 329, 378, 389, 459, 506, 507, 508, 509, 512, 516, 517, 518, 520, 521, 524, 527, 534, 561, 575, 580, 582, 585, 590, 591, 595, 1001, 1002, 1744, 1854, 1862, 1863, 1868, 1875, 1880, 1886, 1890, 1892, 1896, 1897, 1899, 1900, 1913, 1918], "avail": [0, 4, 457, 461, 529, 553, 579, 582, 592, 945, 1750, 1848, 1863, 1864, 1865, 1867, 1872, 1912, 1917], "op": [0, 111, 112, 148, 149, 156, 157, 158, 159, 163, 181, 198, 199, 200, 327, 362, 364, 369, 483, 509, 523, 582, 643, 650, 651, 652, 1691, 1692, 1818, 1832, 1892], "write": [0, 5, 9, 49, 134, 219, 258, 274, 286, 298, 343, 355, 408, 473, 478, 504, 506, 507, 508, 509, 517, 523, 524, 527, 531, 542, 549, 561, 563, 566, 574, 575, 577, 582, 1232, 1872, 1873, 1878, 1881, 1886, 1890, 1892, 1896, 1899, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "linalg": [0, 1873, 1899], "part": [0, 3, 7, 307, 312, 328, 329, 400, 419, 459, 461, 467, 468, 469, 470, 471, 509, 516, 523, 527, 553, 568, 574, 580, 582, 585, 683, 685, 687, 695, 722, 724, 726, 734, 761, 763, 765, 773, 800, 802, 804, 812, 839, 841, 843, 851, 875, 880, 893, 900, 945, 961, 963, 965, 973, 1009, 1011, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1659, 1686, 1688, 1713, 1714, 1715, 1721, 1725, 1861, 1867, 1872, 1873, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1900, 1903, 1905, 1908, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "modul": [0, 2, 502, 503, 504, 508, 553, 561, 568, 582, 583, 584, 585, 591, 592, 598, 653, 667, 671, 672, 1192, 1605, 1682, 1694, 1737, 1746, 1751, 1765, 1779, 1793, 1850, 1863, 1865, 1871, 1877, 1886, 1890, 1897, 1898, 1899], "simul": [0, 459, 506, 578, 593, 1902, 1909], "serv": [0, 459, 473, 1755], "dual": [0, 459], "purpos": [0, 5, 459, 509, 522, 527, 535, 541, 566, 574, 582, 597, 1847, 1852, 1896, 1900, 1904, 1909, 1912, 1913, 1917, 1918], "perform": [0, 207, 215, 263, 278, 302, 324, 325, 327, 368, 373, 452, 459, 486, 491, 518, 519, 524, 529, 563, 580, 593, 996, 1224, 1862, 1863, 1874, 1896, 1898, 1900, 1901, 1904, 1907, 1909, 1913, 1918], "logarithm": [0, 461, 469, 470, 471, 1896, 1900, 1916, 1921], "bin": [0, 458, 460, 461, 463, 464, 465, 466, 467, 468, 469, 470, 471, 473, 475, 481, 486, 489, 490, 491, 497, 563, 569, 593, 1226, 1672, 1753, 1755, 1760, 1865, 1867, 1868, 1902, 1905, 1910], "which": [0, 6, 137, 213, 215, 238, 255, 361, 400, 442, 459, 460, 461, 464, 483, 490, 491, 497, 500, 502, 504, 507, 508, 509, 510, 516, 517, 521, 523, 527, 529, 533, 549, 551, 553, 561, 566, 571, 575, 577, 578, 579, 580, 582, 583, 584, 585, 586, 590, 591, 593, 597, 660, 670, 710, 749, 788, 827, 866, 885, 952, 988, 1698, 1721, 1722, 1723, 1724, 1727, 1728, 1729, 1775, 1791, 1793, 1863, 1868, 1869, 1870, 1871, 1873, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1899, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "estim": [0, 459, 490, 491, 497, 593, 1886, 1890, 1908, 1916, 1921], "correl": [0, 9, 458, 459, 497, 1862, 1872, 1886, 1890, 1902, 1903, 1908, 1909, 1913, 1916, 1918, 1921], "b": [0, 4, 180, 255, 314, 455, 467, 469, 475, 480, 481, 500, 503, 508, 521, 524, 533, 550, 582, 583, 589, 590, 686, 725, 764, 803, 842, 964, 1194, 1195, 1217, 1604, 1698, 1709, 1759, 1760, 1782, 1786, 1787, 1788, 1789, 1813, 1862, 1873, 1880, 1894, 1895, 1897, 1905, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "compress": [0, 459, 460, 461, 463, 506], "process": [0, 8, 9, 12, 113, 114, 116, 118, 130, 131, 139, 141, 142, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 509, 1863, 1869, 1892, 1894], "design": [0, 459, 523, 580, 1872, 1914, 1919], "flexibl": [0, 459, 501, 1862], "either": [0, 228, 375, 459, 463, 506, 510, 530, 549, 563, 564, 578, 579, 580, 582, 583, 592, 1224, 1228, 1677, 1698, 1851, 1862, 1864, 1866, 1872, 1886, 1890, 1894, 1904, 1909, 1923], "log": [0, 458, 469, 497, 557, 591, 1861, 1863, 1886, 1890], "lin": 0, "turn": [0, 4, 33, 459, 461, 467, 469, 471, 1866, 1896, 1900, 1915, 1920], "off": [0, 461, 467, 469, 471, 525, 560, 585, 586, 587, 926, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1866, 1886, 1890, 1895, 1920], "differ": [0, 11, 27, 215, 375, 459, 465, 466, 494, 495, 501, 502, 524, 561, 564, 574, 577, 578, 580, 582, 597, 1862, 1864, 1865, 1872, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "case": [0, 181, 264, 265, 271, 283, 295, 361, 501, 509, 516, 518, 520, 527, 529, 532, 534, 541, 553, 573, 580, 1863, 1868, 1871, 1878, 1882, 1886, 1890, 1893, 1896, 1899, 1900, 1901, 1902, 1904, 1905, 1907, 1909, 1910, 1914, 1915, 1919, 1920], "purposefulli": [0, 459], "fulli": [0, 325, 583, 585, 1697, 1724, 1886, 1890], "automat": [0, 9, 207, 367, 368, 373, 420, 444, 461, 463, 501, 502, 510, 513, 519, 526, 534, 537, 542, 551, 553, 561, 565, 574, 579, 580, 591, 595, 597, 1639, 1863, 1865, 1880, 1886, 1890, 1902], "user": [0, 5, 6, 7, 215, 361, 459, 471, 508, 510, 517, 523, 533, 551, 565, 574, 582, 583, 593, 1677, 1698, 1862, 1863, 1864, 1865, 1867, 1871, 1883, 1894, 1901, 1902, 1907, 1908], "choic": [0, 578, 1677, 1867, 1886, 1890, 1894], "calcul": [0, 11, 64, 247, 379, 390, 458, 459, 490, 491, 492, 493, 494, 495, 519, 530, 537, 551, 553, 554, 556, 562, 565, 569, 574, 580, 582, 583, 591, 593, 658, 662, 680, 707, 719, 746, 758, 785, 797, 824, 836, 863, 945, 958, 985, 1022, 1679, 1697, 1698, 1699, 1700, 1708, 1793, 1862, 1863, 1872, 1874, 1884, 1887, 1888, 1891, 1892, 1896, 1897, 1898, 1899, 1900, 1902, 1904, 1905, 1909, 1910, 1914, 1915, 1919, 1920, 1922], "standard": [0, 9, 201, 458, 459, 465, 466, 490, 491, 493, 494, 497, 506, 509, 518, 522, 527, 532, 553, 561, 582, 585, 588, 590, 591, 597, 1854, 1863, 1864, 1869, 1883, 1886, 1890, 1902, 1912, 1917], "singl": [0, 267, 461, 463, 510, 542, 554, 555, 556, 557, 558, 563, 566, 580, 680, 686, 708, 709, 719, 725, 747, 748, 758, 764, 786, 787, 797, 803, 825, 826, 836, 842, 864, 865, 958, 964, 986, 987, 1230, 1232, 1872, 1882, 1884, 1886, 1890, 1893, 1895, 1896, 1900, 1902, 1904, 1905, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "thread": [0, 466, 494, 495, 1845, 1846, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1865, 1902, 1909], "well": [0, 3, 388, 459, 473, 502, 506, 509, 517, 566, 573, 574, 578, 580, 582, 593, 1739, 1755, 1863, 1883, 1886, 1890, 1901, 1907, 1912, 1917], "jackknif": [0, 458, 491, 593], "throughout": 0, "care": [0, 525, 574, 575, 578, 580, 1871, 1886, 1890, 1908, 1916, 1921], "been": [0, 3, 4, 133, 206, 417, 438, 440, 441, 467, 469, 471, 516, 524, 526, 542, 580, 582, 590, 1816, 1848, 1851, 1853, 1861, 1862, 1870, 1871, 1879, 1903, 1904, 1908, 1909, 1913, 1918], "taken": [0, 507, 508, 525, 530, 580, 1854, 1871], "stabl": [0, 522, 1863, 1864, 1867], "especi": [0, 7, 1864, 1880], "comput": [0, 4, 134, 198, 199, 200, 262, 367, 417, 438, 440, 441, 443, 459, 486, 497, 509, 510, 516, 517, 522, 527, 530, 537, 541, 553, 554, 556, 560, 561, 563, 568, 570, 571, 574, 577, 578, 580, 583, 586, 591, 593, 595, 650, 651, 652, 665, 680, 689, 708, 719, 728, 747, 758, 767, 786, 797, 806, 825, 836, 845, 864, 958, 967, 986, 1006, 1223, 1609, 1639, 1642, 1698, 1727, 1728, 1729, 1767, 1773, 1775, 1793, 1797, 1862, 1863, 1867, 1868, 1869, 1872, 1883, 1885, 1886, 1890, 1896, 1900, 1903, 1908, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "varianc": 0, "mostli": [0, 1886, 1890, 1892, 1893], "two": [0, 11, 13, 14, 42, 53, 61, 72, 84, 96, 240, 241, 246, 266, 358, 359, 370, 379, 380, 390, 391, 411, 412, 459, 460, 465, 466, 486, 501, 504, 506, 508, 518, 521, 522, 523, 524, 529, 530, 538, 553, 557, 561, 563, 565, 566, 573, 577, 580, 582, 583, 597, 670, 869, 870, 1037, 1225, 1679, 1697, 1702, 1704, 1707, 1813, 1862, 1863, 1871, 1872, 1879, 1884, 1886, 1889, 1890, 1892, 1893, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1917, 1918, 1919, 1923], "welford": 0, "binned_seri": 0, "ts_observ": 0, "observ": [0, 9, 198, 199, 490, 491, 510, 565, 581, 582, 593, 1886, 1888, 1889, 1890, 1892, 1893, 1905, 1908, 1910, 1912, 1917], "unchang": [0, 541, 1033, 1874, 1901, 1907], "found": [0, 3, 4, 278, 372, 507, 512, 516, 520, 582, 1791, 1862, 1873, 1885, 1886, 1887, 1890, 1891, 1892, 1902, 1903, 1907, 1908, 1909], "io": [0, 4, 277, 289, 301, 1863, 1886, 1889, 1890, 1893, 1894, 1912, 1917], "content": [0, 508, 526, 1877, 1890, 1893, 1897, 1902, 1923], "To": [0, 3, 215, 506, 508, 514, 524, 530, 553, 561, 570, 591, 1673, 1816, 1862, 1863, 1865, 1867, 1868, 1871, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1902, 1903, 1908, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "fit": [0, 9, 263, 264, 265, 530, 537, 562, 563, 588, 590, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 945, 961, 963, 996, 1009, 1011, 1226, 1886, 1887, 1890, 1891], "given": [0, 4, 11, 35, 49, 83, 101, 109, 118, 131, 138, 139, 161, 169, 170, 186, 198, 199, 215, 266, 267, 326, 344, 345, 346, 348, 350, 351, 352, 353, 356, 366, 367, 369, 370, 372, 373, 406, 409, 452, 459, 473, 475, 490, 491, 500, 503, 508, 510, 518, 520, 522, 527, 544, 551, 553, 561, 563, 565, 567, 569, 570, 571, 573, 582, 583, 584, 585, 586, 587, 589, 597, 608, 629, 650, 651, 658, 662, 669, 906, 994, 1037, 1089, 1103, 1117, 1204, 1224, 1225, 1228, 1229, 1611, 1619, 1641, 1642, 1645, 1647, 1648, 1663, 1664, 1692, 1697, 1698, 1712, 1725, 1727, 1728, 1729, 1735, 1736, 1744, 1745, 1755, 1775, 1781, 1793, 1797, 1828, 1842, 1852, 1864, 1871, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1909, 1910, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1923], "hybrid": [0, 510, 563, 585, 1223, 1224, 1228, 1872, 1886, 1890, 1893, 1896, 1900, 1902], "imaginari": [0, 195, 196, 263, 312, 316, 317, 318, 323, 325, 510, 528, 531, 533, 537, 545, 546, 550, 552, 553, 557, 559, 563, 564, 582, 585, 647, 687, 707, 726, 746, 765, 785, 804, 824, 843, 863, 945, 965, 985, 996, 997, 998, 999, 1002, 1022, 1117, 1147, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1226, 1229, 1232, 1688, 1725, 1861, 1862, 1886, 1889, 1890, 1892, 1893, 1899, 1903, 1905, 1907, 1908, 1910, 1913, 1917, 1918], "discretize_bath": [0, 563], "delta_in": [0, 563, 1224], "site": [0, 563, 573, 577, 1224, 1642, 1643, 1863, 1887, 1891, 1898, 1899, 1900, 1902, 1905, 1910, 1916, 1921], "nb": [0, 207, 234, 240, 241, 270, 272, 284, 296, 420, 444, 520, 527, 534, 563, 1224, 1228, 1793], "energi": [0, 173, 178, 196, 510, 563, 569, 573, 577, 615, 636, 945, 1089, 1103, 1117, 1224, 1225, 1228, 1672, 1861, 1887, 1888, 1889, 1891, 1892, 1893, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1916, 1921], "scipi": [0, 563, 588, 589, 945, 1224, 1867, 1869, 1870, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1915, 1916, 1920, 1921], "bfg": [0, 563, 1224], "basin": 0, "nelder": [0, 563, 1224], "mead": [0, 563, 1224], "inform": [0, 509, 529, 531, 535, 537, 538, 551, 580, 591, 1861, 1862, 1863, 1868, 1879, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1900, 1901, 1902, 1907, 1913, 1918], "make_delta": [0, 563], "axi": [0, 550, 555, 556, 564, 590, 1214, 1886, 1889, 1890, 1893, 1895, 1896, 1900, 1901, 1902, 1903, 1907, 1908, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "arbitrari": [0, 527, 530, 551, 582, 1089, 1103, 1117], "gradient": [0, 4], "guess": [0, 563, 589, 669, 670, 1224, 1781, 1782, 1791, 1882, 1904, 1905, 1908, 1909, 1910], "complet": [0, 3, 9, 203, 204, 220, 221, 222, 223, 229, 230, 231, 232, 234, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 512, 513, 518, 520, 523, 533, 534, 539, 552, 559, 580, 595, 1862, 1863, 1867, 1873, 1874, 1882, 1896, 1900, 1908, 1915, 1920], "first": [0, 6, 7, 8, 11, 12, 13, 40, 49, 51, 53, 63, 146, 148, 234, 266, 336, 337, 379, 390, 467, 486, 492, 493, 494, 495, 504, 508, 509, 521, 527, 529, 530, 537, 538, 541, 542, 549, 551, 561, 565, 568, 569, 570, 574, 578, 579, 580, 582, 590, 596, 663, 870, 877, 945, 1791, 1828, 1842, 1861, 1862, 1863, 1868, 1872, 1873, 1879, 1882, 1884, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "lim_": [0, 563, 1224, 1908], "inf": 0, "delta": [0, 490, 491, 524, 530, 563, 569, 593, 655, 1224, 1228, 1791, 1902, 1905, 1910, 1912, 1917], "ci": 0, "setup": [0, 1868, 1886, 1890], "adresssanit": 0, "undefinedbehaviorsanit": 0, "catch": [0, 595], "e": [0, 3, 4, 5, 40, 86, 165, 166, 167, 168, 178, 226, 262, 264, 265, 270, 272, 284, 296, 310, 311, 312, 453, 461, 500, 501, 502, 503, 506, 507, 508, 509, 512, 513, 517, 519, 521, 522, 525, 527, 528, 529, 530, 531, 533, 534, 538, 547, 551, 553, 554, 555, 556, 557, 558, 560, 561, 562, 563, 570, 573, 580, 582, 585, 586, 587, 588, 589, 590, 591, 595, 615, 636, 669, 691, 692, 730, 731, 769, 770, 808, 809, 847, 848, 870, 872, 885, 889, 939, 945, 969, 970, 1012, 1013, 1214, 1230, 1639, 1679, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1745, 1863, 1864, 1865, 1867, 1868, 1869, 1871, 1873, 1877, 1879, 1880, 1886, 1890, 1892, 1893, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1909, 1912, 1913, 1914, 1917, 1918, 1919, 1923], "bound": [0, 211, 212, 236, 237, 519, 660, 1781, 1782, 1791], "undefin": [0, 302, 500, 503], "behavior": [0, 525, 1862, 1865, 1871, 1888, 1892, 1908, 1916, 1921], "danger": [0, 597], "earli": 0, "navig": [0, 1886, 1890], "done": [0, 206, 210, 235, 417, 420, 430, 438, 441, 444, 460, 510, 523, 561, 578, 580, 589, 669, 1871, 1886, 1889, 1890, 1893, 1895, 1896, 1900, 1903, 1908, 1916, 1921], "vertic": [0, 1915, 1920], "sidebar": 0, "left": [0, 234, 475, 490, 491, 497, 512, 563, 577, 686, 725, 764, 803, 842, 964, 1224, 1846, 1886, 1890, 1896, 1900, 1903, 1908, 1912, 1915, 1916, 1917, 1920, 1921], "addition": [0, 490, 491, 580, 1896, 1900], "broken": [0, 1914, 1916, 1919, 1921], "could": [0, 7, 516, 529, 561, 578, 1888, 1890, 1892, 1893, 1902, 1903, 1908, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "deploi": 0, "pleas": [0, 4, 6, 8, 506, 547, 1861, 1862, 1863, 1868, 1870, 1871, 1916, 1921], "tight": [0, 568, 570, 573, 1624, 1639, 1659, 1675, 1676, 1677, 1886, 1890, 1892, 1893, 1912, 1917], "tight_bind": [0, 567, 568, 570, 572, 573, 1885, 1912, 1916, 1917, 1921], "dispers": [0, 572, 1890, 1892, 1899, 1905, 1910, 1912, 1913, 1917, 1918], "spectrum": [0, 196, 1887, 1891], "point": [0, 195, 196, 310, 312, 459, 461, 462, 474, 484, 485, 486, 490, 491, 527, 530, 531, 534, 536, 537, 538, 541, 542, 543, 545, 549, 550, 551, 552, 559, 560, 569, 570, 571, 573, 580, 582, 590, 595, 596, 659, 660, 670, 916, 945, 1048, 1064, 1076, 1077, 1088, 1089, 1101, 1115, 1117, 1129, 1146, 1147, 1157, 1176, 1179, 1190, 1198, 1200, 1216, 1217, 1639, 1641, 1642, 1672, 1677, 1679, 1757, 1761, 1762, 1767, 1770, 1771, 1773, 1775, 1776, 1777, 1778, 1793, 1797, 1851, 1871, 1882, 1883, 1886, 1888, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1902, 1905, 1910, 1912, 1913, 1914, 1917, 1918, 1919], "even": [0, 4, 467, 469, 506, 509, 518, 526, 569, 580, 591, 663, 1089, 1103, 1117, 1848, 1863, 1864, 1892, 1893, 1894, 1896, 1900, 1905, 1908, 1910, 1914, 1916, 1919, 1921], "equival": [0, 337, 338, 358, 359, 483, 501, 506, 508, 530, 534, 553, 561, 573, 597, 1875, 1899], "confus": 0, "addit": [0, 138, 384, 396, 461, 473, 506, 509, 521, 542, 547, 551, 566, 582, 595, 1863, 1865, 1866, 1869, 1886, 1890, 1895, 1903, 1908, 1913, 1918], "tb_from_wannier90": [0, 1886, 1888, 1889, 1890, 1892, 1893], "creat": [0, 4, 8, 11, 137, 214, 216, 224, 227, 266, 267, 326, 355, 361, 408, 461, 469, 490, 491, 502, 507, 508, 509, 523, 529, 553, 555, 556, 560, 563, 564, 582, 585, 586, 597, 599, 1000, 1033, 1191, 1228, 1229, 1679, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1846, 1848, 1862, 1863, 1867, 1868, 1871, 1875, 1880, 1892, 1893, 1895, 1896, 1899, 1900, 1903, 1905, 1908, 1910], "output": [0, 7, 19, 95, 131, 264, 265, 460, 464, 467, 469, 473, 487, 492, 493, 494, 495, 530, 580, 582, 593, 1645, 1676, 1677, 1863, 1886, 1887, 1890, 1891, 1902, 1903, 1908, 1910], "pythtb": [0, 1675], "tb_model": [0, 1675], "modern": [0, 1863, 1864, 1869], "icx": [0, 1869], "2021": [0, 4], "major": [0, 6, 1863, 1923], "One": [0, 506, 517, 561, 582, 952, 1679, 1865, 1873, 1879, 1886, 1889, 1890, 1893, 1896, 1900, 1901, 1905, 1907, 1908, 1910, 1914, 1919], "delta_tau": 0, "delta_iw": [0, 563, 1223], "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, 139, 553, 561, 570, 581, 585, 596, 1676, 1862, 1865, 1866, 1868, 1869, 1872, 1877, 1882, 1886, 1887, 1889, 1890, 1891, 1893, 1902, 1904, 1905, 1908, 1909, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "mpi_boost": 0, "kroneck": 0, "ref": [0, 461, 463, 492, 493, 494, 495, 517, 527, 547, 597, 1877, 1886, 1890, 1896, 1900, 1905, 1910, 1912, 1917], "pade": [0, 557, 1901, 1903, 1907, 1908], "n_point": [0, 553, 554, 555, 556, 557, 558, 560, 561, 564, 571, 589, 590, 674, 703, 713, 742, 752, 781, 791, 820, 830, 859, 981, 1021, 1195, 1196, 1773, 1775, 1776, 1861, 1913, 1918], "table_import": 0, "init": [0, 508, 533, 589, 669, 670, 1816, 1873, 1899, 1900], "cxxflag": [0, 1865], "ldflag": [0, 1865], "wrapper": [0, 503, 553, 582], "833": 0, "incorrect": [0, 3, 1875], "eigenbasi": [0, 163, 187, 199], "get_op_mat": [0, 164], "825": 0, "quantum_number_eigenvalu": [0, 162, 199, 511], "particl": [0, 510, 554, 556, 582, 586, 599, 601, 622, 680, 719, 758, 797, 836, 958, 1040, 1730, 1872, 1896, 1898, 1899, 1900, 1912, 1913, 1914, 1917, 1918, 1919], "subspac": [0, 9, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 178, 180, 182, 183, 184, 186, 188, 189, 190, 192, 193, 194, 195, 196, 200, 361, 362, 367, 368, 369, 370, 372, 373, 374, 375, 400, 402, 403, 405, 406, 407, 408, 409, 411, 412, 413, 414, 510, 565, 599, 601, 603, 604, 605, 606, 607, 608, 609, 612, 613, 614, 615, 617, 618, 621, 622, 624, 625, 626, 627, 628, 629, 630, 633, 634, 635, 636, 638, 639, 642, 1886, 1890, 1898, 1902, 1909], "fock_stat": 0, "unitari": [0, 185, 186, 573, 619, 640], "without": [0, 3, 302, 307, 329, 497, 508, 523, 527, 537, 538, 553, 571, 591, 1769, 1771, 1778, 1816, 1871, 1886, 1890, 1893, 1897], "autopartit": [0, 9, 565, 1902, 1909], "term": [0, 510, 530, 582, 585, 1639, 1676, 1680, 1713, 1714, 1715, 1723, 1894, 1901, 1902, 1904, 1907, 1909, 1912, 1916, 1917, 1921], "convent": [0, 7, 9, 498, 583, 585, 586, 587, 590, 593, 679, 718, 757, 796, 835, 957, 1702, 1705, 1707, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1865, 1878, 1901, 1907], "eigenel": 0, "get_subspace_dim": [0, 164], "broadcast": [0, 114, 146, 327, 473, 482, 508, 509, 553, 561], "eigensystem_t": [0, 171], "smaller": [0, 1896, 1900, 1903, 1908, 1916, 1921], "12": [0, 19, 95, 255, 264, 310, 312, 493, 494, 520, 590, 691, 692, 730, 731, 769, 770, 808, 809, 847, 848, 969, 970, 1012, 1013, 1869, 1870, 1880, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1897, 1899, 1900, 1904, 1905, 1907, 1909, 1910, 1921], "target_compile_featur": 0, "cxx_std_20": 0, "guarante": [0, 561, 582, 1863], "triqsvar": [0, 1863], "switch": [0, 1871, 1887, 1889, 1891, 1893], "build_dep": 0, "ifnotfound": 0, "accordingli": [0, 541, 1923], "start": [0, 5, 8, 45, 63, 420, 444, 461, 463, 519, 525, 551, 554, 555, 561, 569, 570, 573, 577, 578, 663, 1655, 1791, 1846, 1848, 1850, 1851, 1853, 1863, 1871, 1877, 1880, 1883, 1886, 1888, 1890, 1892, 1893, 1894, 1895, 1896, 1900, 1901, 1902, 1904, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "usr": [0, 596, 1863, 1865, 1870, 1879], "dpythonsupport": 0, "config": [0, 574, 577, 579, 580, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "findmathjax": 0, "findsphinx": 0, "live": [0, 8, 517], "head": 0, "linktim": 0, "ipo": 0, "cmakelist": [0, 1871, 1877, 1880], "txt": [0, 1871, 1880], "treat": [0, 6, 510, 583, 1696, 1698, 1701, 1703, 1705, 1793, 1865, 1896, 1900, 1916, 1921], "subdirectori": [0, 1881, 1884, 1908, 1909, 1922], "build_document": 0, "AND": 0, "NOT": [0, 233, 242, 243, 244, 245, 246, 247, 248, 249, 503, 508, 518, 520, 523, 527, 553], "pythonsupport": 0, "inspect": [0, 591, 1886, 1890, 1903, 1908], "interface_compile_featur": 0, "find_xxx": 0, "hint": [0, 1886, 1890, 1896, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "priorit": 0, "system": [0, 3, 164, 191, 506, 510, 565, 577, 578, 582, 1862, 1863, 1865, 1867, 1868, 1869, 1871, 1872, 1886, 1889, 1890, 1893, 1896, 1898, 1900, 1902, 1903, 1908, 1912, 1913, 1914, 1917, 1918, 1919, 1922], "py_convert": [0, 503, 1877], "vice": [0, 582], "versa": [0, 582], "rtd": 0, "autosummari": 0, "796": 0, "old": [0, 306, 510, 524, 534, 578, 583, 907, 1698, 1709, 1868, 1874, 1892], "mpi4pi": [0, 1818, 1819, 1867, 1868, 1869, 1870], "pip3": 0, "first_mesh": 0, "ttf": 0, "woff2": 0, "eot": 0, "h5_read_gf_struct": [0, 250], "multivar": [0, 541], "829": 0, "helper": [0, 9, 64, 547, 581, 710, 749, 788, 827, 866, 988, 1896, 1900, 1912, 1913, 1917, 1918], "block_siz": [0, 252], "block_gf_view": [0, 255, 264, 265, 309, 315, 319, 320, 327, 330, 533], "scalar": [0, 379, 383, 390, 395, 460, 467, 469, 471, 506, 507, 524, 527, 531, 537, 538, 539, 541, 542, 543, 545, 561, 566, 582, 583, 585, 689, 728, 767, 806, 845, 967, 1696, 1698, 1699, 1700, 1703, 1708, 1723, 1875, 1896, 1897, 1899, 1900, 1914, 1919], "nondiagon": 0, "make_real_in_tau": [0, 250], "is_gf_real_in_tau": [0, 250, 537], "matrix_valu": [0, 531, 535, 537, 538, 539, 542, 543, 544, 545, 556, 681, 682, 683, 684, 685, 696, 697, 698, 720, 721, 722, 723, 724, 735, 736, 737, 759, 760, 761, 762, 763, 774, 775, 776, 798, 799, 800, 801, 802, 813, 814, 815, 837, 838, 839, 840, 841, 852, 853, 854, 959, 960, 961, 962, 963, 974, 975, 976, 1006, 1007, 1008, 1009, 1010, 1011, 1014, 1015, 1016, 1875], "comparison": [0, 347, 488, 500, 557, 1886, 1890, 1916, 1921], "transpos": [0, 555, 557, 558, 563], "self": [0, 4, 503, 507, 554, 555, 557, 558, 561, 563, 569, 589, 590, 659, 669, 677, 678, 679, 699, 700, 701, 702, 716, 717, 718, 738, 739, 740, 741, 755, 756, 757, 777, 778, 779, 780, 794, 795, 796, 816, 817, 818, 819, 833, 834, 835, 855, 856, 857, 858, 872, 874, 881, 889, 891, 904, 945, 955, 956, 957, 977, 978, 979, 980, 1017, 1018, 1019, 1020, 1029, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181, 1198, 1199, 1200, 1202, 1203, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1225, 1753, 1861, 1872, 1882, 1887, 1888, 1891, 1892, 1894, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "conj_r": 0, "conj": [0, 310, 312, 324, 325, 493, 494, 530, 563, 582, 707, 746, 785, 824, 863, 985, 1022, 1223], "mako": [0, 1867, 1869, 1870], "bugfix": 0, "getitem": 0, "setitem": 0, "rank1": 0, "set_operator_structur": [0, 587], "gf_base": 0, "cover": [0, 578, 1896, 1900, 1905, 1910], "slice": [0, 11, 116, 509, 541, 552, 555, 558, 559, 710, 749, 788, 827, 866, 988, 1744, 1828, 1842], "fix_gf_struct_typ": 0, "bionic": 0, "cento": 0, "11": [0, 19, 95, 255, 265, 518, 520, 527, 1862, 1869, 1888, 1890, 1892, 1893, 1894, 1896, 1898, 1899, 1900, 1909, 1916, 1917, 1918, 1919, 1920, 1921], "trigger": 0, "increas": [0, 459, 460, 463, 1872, 1886, 1887, 1888, 1890, 1891, 1892, 1902, 1909, 1916, 1921], "j4": 0, "nbsphinx": [0, 1892, 1902, 1912, 1913, 1915, 1917, 1918, 1920], "apt": [0, 1863, 1868, 1870], "libomp": 0, "ignor": [0, 461, 463, 508, 1713, 1714, 1715, 1793], "dockerignor": 0, "zlib": 0, "libhdf5": [0, 1870], "msan_opt": 0, "libcxx": 0, "libcxxabi": 0, "libev": 0, "libgfortran5": [0, 1870], "libgfortran4": 0, "21": [0, 1890, 1896, 1900, 1909, 1912], "resolv": [0, 1863, 1867], "comp": [0, 3], "alloc_dealloc_mismatch": 0, "libc": 0, "libunwind": 0, "dev": [0, 1863, 1870, 1879], "ambigu": [0, 520], "focal": 0, "omp_num_thread": [0, 1865], "explicit": [0, 508, 537, 538, 1863], "node": [0, 423, 491, 508, 509, 580, 595, 1793, 1803, 1811, 1822, 1826, 1828, 1836, 1842, 1863, 1896, 1900], "alloc": [0, 122, 127, 338, 341], "ansicolor": 0, "orthogon": [0, 571, 1767, 1773, 1862], "clean": [0, 520, 522, 574, 582, 1868, 1871], "h_k": 0, "eigenvalu": [0, 172, 198, 199, 612, 633, 1892, 1908], "tighbind": 0, "displ_vec": [0, 572], "overlap_mat_vec": [0, 572], "h5read": 0, "writeabl": 0, "printabl": 0, "parser": [0, 1680, 1681], "get_kmesh": [0, 1886, 1890, 1892, 1893, 1912, 1916, 1917, 1921], "get_rmesh": 0, "inconsist": 0, "tbsuperlattic": 0, "__repr__funct": 0, "lattice_util": [0, 1912, 1913, 1916, 1917, 1918, 1919, 1921], "eigvalsh": 0, "periodization_matrix": 0, "properti": [0, 310, 312, 324, 500, 530, 531, 546, 551, 553, 561, 563, 571, 679, 687, 688, 693, 694, 695, 704, 705, 706, 718, 726, 727, 732, 733, 734, 743, 744, 745, 757, 765, 766, 771, 772, 773, 782, 783, 784, 796, 804, 805, 810, 811, 812, 821, 822, 823, 835, 843, 844, 849, 850, 851, 860, 861, 862, 871, 875, 876, 877, 878, 879, 880, 886, 887, 893, 894, 898, 899, 900, 957, 965, 966, 971, 972, 973, 982, 983, 984, 1042, 1043, 1044, 1045, 1049, 1050, 1056, 1059, 1223, 1637, 1649, 1651, 1652, 1653, 1654, 1656, 1665, 1667, 1668, 1669, 1670, 1671, 1768, 1774, 1846, 1848, 1852, 1853, 1855, 1863, 1886, 1887, 1890, 1891, 1912, 1913, 1917, 1918], "extens": [0, 4, 6, 375, 1845, 1862, 1869, 1872, 1894, 1905, 1910], "cross": [0, 1887, 1891], "ndim": [0, 567], "get": [0, 6, 8, 40, 55, 56, 60, 61, 118, 171, 172, 180, 181, 184, 210, 211, 212, 213, 458, 459, 461, 472, 473, 479, 480, 481, 484, 485, 489, 496, 524, 541, 577, 580, 583, 592, 597, 612, 614, 633, 635, 710, 749, 788, 827, 866, 988, 1701, 1705, 1750, 1760, 1761, 1762, 1763, 1764, 1862, 1863, 1868, 1870, 1886, 1890, 1892, 1896, 1900, 1901, 1903, 1905, 1907, 1908, 1910, 1913, 1918], "meshbrzon": [0, 1647, 1663, 1899], "meshcyclat": [0, 1648, 1664], "sumk": [0, 571], "monitor": [0, 1886, 1890], "select": [0, 8, 443, 451, 561, 565, 579, 584, 874, 881, 891, 904, 1867, 1873, 1895, 1905, 1910, 1913, 1918], "logic": [0, 534, 1872], "flow": 0, "stream": [0, 473, 487, 531, 582], "clear": [0, 8, 202, 421, 473, 523, 1864], "begin": [0, 20, 22, 35, 37, 43, 49, 64, 66, 77, 79, 81, 90, 92, 101, 103, 335, 500, 524, 527, 530, 578, 580, 582, 583, 952, 1699, 1700, 1708, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "clear_statist": [0, 442], "move_set": [0, 415], "recurs": [0, 506, 507, 1037, 1901, 1907], "del": [0, 508, 1861], "abbrevi": 0, "b_zone": 0, "get_interpol": 0, "rewrit": [0, 500, 503, 512, 529], "one": [0, 4, 6, 169, 215, 255, 310, 324, 335, 361, 365, 366, 367, 373, 375, 388, 417, 423, 438, 440, 441, 445, 459, 467, 469, 471, 490, 491, 499, 502, 507, 508, 509, 516, 517, 518, 520, 521, 522, 523, 524, 525, 527, 530, 534, 537, 553, 563, 564, 565, 569, 577, 578, 579, 580, 582, 585, 586, 587, 589, 590, 591, 593, 595, 597, 599, 601, 622, 663, 870, 945, 1224, 1230, 1672, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1791, 1797, 1864, 1867, 1872, 1880, 1882, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "matsubara_mesh_opt": 0, "size_of_compon": 0, "foreach": [0, 11, 367, 376, 388, 527, 565, 566], "root": [0, 113, 114, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 327, 482, 483, 507, 508, 509, 1820, 1834, 1914, 1915, 1919, 1920], "has_env": [0, 118, 122, 125, 126, 127], "built": [0, 509, 542, 1862, 1868, 1869, 1899], "minivec": 0, "make_regular": [0, 538], "range_al": 0, "all_t": [0, 541], "occur": [0, 139, 141, 142, 423, 459, 471, 491, 506, 595, 1851, 1914, 1916, 1919, 1921], "_ph": 0, "placeholder_prim": 0, "detail": [0, 4, 49, 308, 367, 506, 508, 512, 527, 529, 575, 577, 578, 580, 591, 593, 1871, 1883, 1886, 1890, 1896, 1900, 1916, 1921], "matric": [0, 185, 233, 524, 551, 572, 583, 619, 640, 683, 686, 722, 725, 761, 764, 800, 803, 839, 842, 961, 964, 1009, 1624, 1631, 1640, 1660, 1704, 1874, 1894, 1899], "underli": [0, 572, 1064, 1077, 1621, 1624, 1629, 1635, 1776, 1873, 1886, 1890, 1899], "squar": [0, 180, 263, 264, 265, 522, 530, 537, 551, 562, 563, 568, 570, 573, 586, 589, 669, 996, 1230, 1727, 1731, 1872, 1886, 1890, 1896, 1899, 1900, 1905, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1922], "collect": [0, 509, 574, 577, 580, 1869, 1902, 1906, 1909], "abc": [0, 504], "result_of": [0, 527], "invoke_result": 0, "crucial": [0, 590, 1886, 1890], "certain": [0, 1863, 1865, 1880, 1896, 1900, 1902], "fundamental_operator_set": [0, 9, 169, 175, 334, 351, 352, 362, 510, 565, 582, 584], "would": [0, 4, 517, 523, 534, 561, 580, 582, 1851, 1863, 1868, 1896, 1898, 1900, 1908], "eigenenergi": 0, "mechan": [0, 509, 575, 578, 580], "detect": [0, 582, 1871], "model": [0, 4, 255, 261, 270, 278, 367, 375, 418, 420, 521, 523, 527, 532, 537, 538, 543, 545, 565, 570, 573, 574, 577, 580, 1675, 1677, 1862, 1872, 1882, 1886, 1887, 1888, 1890, 1891, 1892, 1901, 1907, 1912, 1915, 1917, 1920], "affect": [0, 516, 1793], "By": [0, 508, 509, 530, 580, 1845, 1886, 1890, 1896, 1900, 1902, 1903, 1904, 1908, 1909, 1921], "check_issue819": 0, "export": [0, 500, 1863, 1864, 1865, 1867, 1870], "pull": [0, 6, 7, 1863], "request": [0, 3, 5, 7, 348, 382, 394, 710, 749, 788, 827, 866, 988, 1863], "820": 0, "block_matrix": 0, "tabl": [0, 240, 241, 531, 1920], "variant_extens": 0, "pragma": [0, 577], "onc": [0, 459, 509, 519, 541, 577, 578, 580, 1857, 1863, 1871, 1889, 1893, 1903, 1908, 1913, 1918], "toler": [0, 310, 311, 312, 563, 585, 691, 692, 730, 731, 769, 770, 808, 809, 847, 848, 969, 970, 1012, 1013, 1224, 1692, 1725], "test_delta_infti": 0, "method": [0, 1, 9, 445, 451, 499, 500, 513, 517, 522, 534, 557, 563, 571, 575, 577, 579, 580, 581, 589, 590, 593, 595, 601, 622, 655, 659, 665, 669, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 869, 884, 909, 911, 914, 916, 918, 920, 926, 928, 931, 934, 937, 939, 941, 945, 947, 949, 950, 952, 988, 990, 1024, 1030, 1040, 1047, 1051, 1054, 1064, 1077, 1089, 1103, 1117, 1131, 1147, 1158, 1167, 1179, 1198, 1200, 1203, 1224, 1226, 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, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1607, 1611, 1619, 1624, 1635, 1639, 1659, 1684, 1747, 1755, 1767, 1773, 1775, 1776, 1793, 1797, 1804, 1844, 1845, 1847, 1849, 1850, 1851, 1854, 1855, 1856, 1857, 1886, 1890, 1895, 1896, 1899, 1900, 1902, 1908, 1912, 1916, 1917, 1921], "better": [0, 534, 1886, 1888, 1890, 1892, 1903, 1908], "fall": [0, 473, 1755, 1902, 1916, 1921], "back": [0, 502, 509, 578, 580, 583, 1698, 1886, 1890, 1896, 1900, 1903, 1908, 1913, 1918], "solut": [0, 4, 506, 508, 510, 580, 591, 596, 1867, 1868, 1872, 1884, 1886, 1888, 1890, 1892, 1900, 1902, 1903, 1904, 1915, 1919, 1920], "793": 0, "proxi": [0, 582], "link": [0, 521, 531, 580, 1879, 1880, 1883, 1894], "triqs_pi": 0, "nopython": 0, "remain": [0, 518, 524, 578, 1880, 1905, 1910, 1916, 1921], "ri": 0, "derweh": 0, "A": [0, 3, 4, 5, 11, 19, 32, 47, 63, 71, 83, 95, 134, 173, 180, 182, 264, 265, 266, 270, 309, 319, 320, 330, 350, 438, 440, 441, 442, 461, 467, 469, 490, 491, 502, 507, 509, 510, 512, 513, 514, 517, 519, 521, 524, 527, 533, 542, 551, 552, 555, 556, 557, 559, 560, 563, 564, 566, 569, 572, 573, 577, 578, 579, 581, 582, 585, 588, 591, 592, 607, 618, 628, 639, 659, 669, 687, 695, 704, 726, 734, 743, 765, 773, 782, 804, 812, 821, 843, 851, 860, 875, 876, 877, 878, 880, 893, 894, 900, 926, 939, 965, 973, 982, 1056, 1060, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1194, 1195, 1217, 1230, 1624, 1627, 1631, 1739, 1781, 1797, 1828, 1842, 1846, 1851, 1852, 1861, 1862, 1863, 1871, 1873, 1878, 1881, 1882, 1883, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1896, 1897, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "guid": [0, 5, 7, 8, 250, 1862, 1863], "how": [0, 5, 6, 9, 506, 517, 522, 529, 557, 570, 580, 592, 1863, 1864, 1867, 1871, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "here": [0, 3, 4, 7, 8, 500, 502, 509, 515, 517, 521, 524, 525, 527, 529, 549, 553, 561, 564, 568, 570, 574, 577, 578, 579, 580, 582, 584, 590, 591, 592, 597, 945, 1863, 1867, 1871, 1872, 1873, 1874, 1875, 1879, 1880, 1882, 1883, 1885, 1886, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "malt": 0, "schueler": 0, "hiroshi": 0, "shinaoka": 0, "manuel": 0, "zingl": [0, 3], "made": [0, 207, 461, 517, 523, 553, 561, 578, 580, 597, 1639, 1851, 1886, 1890, 1902], "necessari": [0, 4, 501, 502, 549, 1863, 1868, 1870, 1886, 1889, 1890, 1893], "decid": [0, 537, 578, 580, 1851, 1869, 1871, 1894, 1896, 1900, 1903, 1908], "These": [0, 4, 509, 547, 561, 580, 590, 1871, 1872, 1890, 1896, 1900, 1923], "autom": [0, 1863], "interdepend": 0, "per": [0, 563, 573, 582, 1224, 1680, 1857, 1886, 1887, 1889, 1890, 1891, 1892, 1893], "togeth": [0, 4, 11, 215, 373, 461, 1863, 1867, 1892, 1896, 1897, 1900], "unless": [0, 471, 516, 530, 580, 593], "thei": [0, 335, 411, 412, 509, 517, 526, 530, 537, 553, 560, 561, 580, 581, 582, 590, 595, 1862, 1863, 1865, 1867, 1868, 1894, 1895, 1896, 1897, 1898, 1900, 1905, 1906, 1908, 1910, 1916, 1921], "alter": [0, 553], "dbuild_dep": 0, "try": [0, 240, 241, 445, 523, 561, 580, 595, 1863, 1874, 1887, 1889, 1891, 1893, 1902, 1903, 1908], "never": [0, 508, 517, 1894], "step": [0, 7, 49, 53, 504, 510, 523, 563, 578, 593, 1224, 1819, 1862, 1864, 1867, 1868, 1886, 1890, 1901, 1902, 1907, 1916, 1921], "glad": 0, "earlier": [0, 553, 580, 1867, 1870, 1903, 1908], "inversefouri": 0, "set_from_inverse_fouri": 0, "make_gf_from_inverse_fouri": [0, 250], "xxx": [0, 529, 535, 1889], "n1": [0, 679, 718, 757, 796, 835, 871, 886, 957], "n2": [0, 679, 718, 757, 796, 835, 871, 886, 957], "indicesl": [0, 554, 555, 556, 557, 558], "indicesr": [0, 554, 555, 556, 557, 558], "get_gf_data_shap": 0, "get_target_shap": 0, "syntax": [0, 512, 520, 521, 534, 553, 1866, 1896, 1900], "split": [0, 118, 510, 565, 1896, 1900, 1902], "libpython": 0, "libtriq": 0, "seper": 0, "libtriqs_pi": 0, "boost_seri": 0, "complex_liter": 0, "operatori": 0, "operator_j": 0, "conflict": [0, 518, 1863, 1867], "stacktrac": 0, "mac": [0, 1863, 1864, 1865], "o": [0, 3, 58, 487, 490, 491, 554, 556, 557, 558, 564, 568, 573, 582, 589, 590, 597, 1863, 1864, 1865, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1902, 1904, 1905, 1908, 1909, 1910, 1912, 1917, 1920, 1921], "osx10": 0, "15": [0, 255, 265, 563, 1224, 1869, 1890, 1895, 1896, 1900], "catalina": 0, "simultan": 0, "cpp2pyinfo": 0, "serializ": [0, 500, 527], "cplx": 0, "h5_read": [0, 202, 252, 269, 281, 293, 306, 350, 400, 416, 473, 549, 1876], "h5_write": [0, 202, 252, 269, 281, 293, 350, 400, 416, 473, 533, 542, 549, 1876], "fill_first_eigenstate_of_subspac": 0, "external_depend": 0, "extern": [0, 578, 580, 1872, 1913, 1918], "gtest": 0, "add_external_depend": 0, "dep": 0, "extract": [0, 9, 500, 503, 581, 582, 583, 585, 1702, 1706, 1707, 1710, 1713, 1714, 1715, 1721, 1886, 1887, 1890, 1891, 1892, 1901, 1903, 1907, 1908, 1910], "lib": [0, 535, 589, 596, 1867, 1877, 1879, 1880, 1898, 1899, 1900], "about": [0, 5, 8, 519, 529, 577, 578, 580, 1862, 1872, 1886, 1890, 1894, 1896, 1898, 1900, 1903, 1908, 1913, 1914, 1918, 1919], "comma": 0, "subscript": 0, "specif": [0, 6, 261, 531, 546, 575, 590, 1863, 1886, 1889, 1890, 1893, 1896, 1900, 1901, 1902, 1907], "build_interfac": 0, "permiss": 0, "og": 0, "fconcept": 0, "17": [0, 265, 1890, 1900, 1902, 1909, 1910, 1916, 1921], "suppress": [0, 1886, 1888, 1889, 1890, 1892, 1893], "project_sourc": 0, "binary_dir": 0, "cmake_xxx_dir": 0, "cmake_polici": 0, "find_depend": 0, "refactor": 0, "explicitli": [0, 582, 945, 1871], "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, 213, 238, 242, 243, 244, 248, 370, 411, 412, 459, 507, 551, 561, 580, 593, 1863, 1867, 1885, 1896, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910], "pkg_root": 0, "pkg_base": 0, "env": [0, 509, 577, 580, 1816], "nfft": 0, "fftw": [0, 1867, 1869], "mathjax_path": 0, "fallback": 0, "gmpxx": 0, "add_mpi_test": 0, "cpp2py_xxx": 0, "bare": [0, 571, 1775, 1914, 1915, 1916, 1919, 1920, 1921], "ones": [0, 510, 580, 583, 590, 1698, 1709, 1865, 1914, 1915, 1916, 1919, 1920, 1921], "preinstal": 0, "findgit": 0, "det": [0, 201, 208, 210, 213, 226, 234, 235, 238, 242, 243, 244, 245, 246, 247, 248, 249, 522, 523, 524, 1873], "porting_to_triqs3": 0, "md": 0, "nrgljubjana_interfac": 0, "impur": [0, 5, 510, 581, 945, 1862, 1863, 1872, 1882, 1884, 1888, 1889, 1892, 1893, 1896, 1898, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910], "hubbardi": [0, 4, 1889, 1893], "green_retim": 0, "mathjax": 0, "7": [0, 255, 270, 469, 494, 495, 510, 516, 518, 520, 557, 574, 595, 596, 1874, 1877, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1903, 1907, 1908, 1909, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "8": [0, 255, 265, 270, 282, 294, 459, 469, 471, 494, 495, 509, 512, 517, 520, 571, 590, 596, 597, 1773, 1776, 1863, 1869, 1880, 1886, 1890, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1903, 1905, 1907, 1908, 1909, 1910, 1917, 1918, 1920, 1921], "advic": 0, "anaconda": [0, 1867], "w": [0, 508, 512, 519, 527, 530, 533, 541, 542, 561, 563, 572, 578, 591, 1230, 1232, 1624, 1871, 1873, 1875, 1876, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1899, 1912, 1917, 1918], "h5f_acc_trunc": 0, "pip": [0, 7, 1864, 1867, 1868, 1871], "binari": [0, 137, 506, 517, 1868], "actual": [0, 516, 523, 553, 580, 585, 591, 593, 1912, 1917], "introduct": [0, 9, 561, 575, 580, 1872, 1878, 1881, 1886, 1890, 1896, 1900], "tailfit": 0, "rh": [0, 207, 261, 278, 302, 327, 448, 512, 523, 529, 532, 553, 561], "773": 0, "is_gf_hermitian": [0, 250], "block_nam": [0, 252, 255, 533, 563, 1228, 1230], "assert_block": 0, "_gfs_are_clos": 0, "improp": [0, 3], "pattern": [0, 500, 503, 1871], "spot": 0, "defint": 0, "gf_const_view": [0, 250, 262, 265, 270, 278, 294, 302, 321, 528, 529, 531, 533, 535, 544, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 996, 997, 998, 999, 1001, 1002, 1009, 1011], "gl": [0, 554, 555, 556, 564, 681, 700, 701, 702, 720, 739, 740, 741, 759, 778, 779, 780, 798, 817, 818, 819, 837, 856, 857, 858, 959, 978, 979, 980, 1007, 1018, 1019, 1020], "lshift": 0, "assign": [0, 9, 12, 88, 116, 144, 261, 278, 500, 513, 518, 526, 529, 531, 534, 542, 552, 559, 582, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1873, 1899], "gf_indic": 0, "deduct": [0, 11, 250, 509, 533], "statement": [0, 503, 512], "make_hermitian": [0, 250], "make_adjoint_mesh": [0, 529, 558], "1e": [0, 264, 265, 310, 312, 563, 945, 1224, 1785, 1786, 1787, 1788, 1789, 1814, 1886, 1890, 1896, 1899, 1900, 1916, 1920, 1921], "positive_freq_view": [0, 250], "764": 0, "str": [0, 554, 555, 556, 557, 558, 563, 567, 573, 592, 674, 713, 752, 791, 830, 885, 907, 945, 952, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1228, 1230, 1611, 1676, 1680, 1681, 1750, 1900], "nparrai": 0, "align": [0, 1902], "skeleton": 0, "lldb": 0, "debugg": 0, "build_id": 0, "cach": 0, "pythonpath": [0, 1865], "workaround": [0, 520], "buggi": 0, "mark": [0, 11, 1886, 1890, 1894], "upstream": 0, "vim": [0, 1871], "analysi": [0, 9, 459, 498, 504, 588, 1894, 1903, 1904, 1908, 1909, 1916, 1921], "many_body_operator_gener": [0, 362, 582, 584], "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, 109, 115, 119, 120, 122, 124, 125, 126, 127, 135, 136, 144, 147, 148, 150, 163, 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, 203, 204, 207, 209, 210, 211, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 226, 227, 239, 242, 243, 244, 245, 247, 253, 254, 255, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 291, 292, 294, 295, 296, 297, 298, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 351, 352, 353, 354, 355, 356, 358, 359, 360, 362, 363, 364, 366, 367, 368, 369, 371, 373, 374, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 389, 390, 391, 392, 393, 394, 396, 397, 398, 399, 403, 404, 405, 406, 407, 408, 409, 411, 412, 414, 422, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 435, 436, 437, 447, 448, 449, 450, 453, 454, 457, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 476, 477, 478, 480, 481, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 509, 510, 520, 521, 523, 527, 532, 533, 534, 535, 536, 544, 547, 565, 566, 574, 582, 595, 597, 1874, 1875], "debian": [0, 1867], "usabl": 0, "conjunct": [0, 1863], "put": [0, 205, 459, 462, 500, 516, 520, 521, 523, 529, 561, 580, 591, 1877, 1894, 1895, 1897, 1916, 1921], "Be": [0, 8, 520, 1871], "lpath_to_instal": 0, "filter": 0, "agsinst": 0, "supress": 0, "rvalu": [0, 271, 283, 295, 418, 420, 517], "lvalu": [0, 517], "usag": [0, 6, 9, 508, 529, 547, 573, 1867, 1886, 1890], "ox": 0, "newli": 0, "wai": [0, 3, 507, 519, 523, 526, 527, 530, 547, 561, 564, 570, 580, 1865, 1867, 1875, 1894, 1895, 1896, 1897, 1900, 1901, 1903, 1907, 1908, 1912, 1916, 1917, 1921], "place": [0, 383, 384, 385, 395, 396, 397, 580, 597, 690, 729, 768, 807, 846, 968, 1871, 1896, 1900], "ld": 0, "It": [0, 3, 4, 242, 243, 244, 245, 246, 247, 248, 249, 361, 378, 389, 417, 438, 440, 441, 459, 473, 500, 503, 506, 508, 510, 512, 516, 517, 518, 519, 520, 522, 524, 525, 526, 527, 530, 534, 553, 561, 568, 571, 578, 580, 582, 591, 596, 671, 672, 1677, 1755, 1767, 1773, 1791, 1851, 1852, 1857, 1864, 1867, 1869, 1871, 1872, 1879, 1883, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1916, 1921], "older": 0, "On": [0, 1791, 1868, 1916, 1921], "rather": [0, 562, 580, 1899, 1905, 1910, 1913, 1918], "than": [0, 490, 491, 517, 526, 527, 580, 1857, 1862, 1886, 1889, 1890, 1893, 1896, 1899, 1900, 1903, 1908, 1909, 1912, 1913, 1916, 1917, 1918, 1921], "homebrew": [0, 1867], "python2": [0, 596, 1877], "substanti": [0, 1896, 1900, 1908], "adapt": [0, 4, 452, 524, 569, 589, 597, 659, 1862, 1886, 1890], "enumer": [0, 11, 1850, 1886, 1890, 1916, 1920, 1921], "resid": 0, "folder": [0, 7, 1877, 1886, 1890, 1904, 1909, 1918], "commun": [0, 3, 4, 5, 109, 110, 111, 112, 113, 114, 116, 130, 131, 139, 140, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 327, 367, 417, 422, 438, 440, 441, 447, 466, 482, 483, 491, 494, 495, 508, 509, 549, 574, 577, 580], "gather": [0, 131, 147, 278, 302, 509, 561, 1902], "basic_typ": 0, "accord": [0, 530, 578, 587, 591, 1736, 1886, 1890, 1905, 1910], "within": [0, 170, 172, 335, 353, 402, 405, 406, 413, 459, 525, 567, 582, 1611, 1862, 1863, 1865, 1886, 1890, 1898, 1902, 1903, 1908], "prior": 0, "array_view": [0, 265, 682, 684, 721, 723, 760, 762, 799, 801, 838, 840, 960, 962, 1006, 1008, 1010, 1604, 1873], "aliv": [0, 1850, 1851], "itself": [0, 369, 442, 504, 506, 520, 531, 533, 535, 577, 589, 590, 591, 1863, 1867, 1883, 1886, 1890, 1913, 1916, 1918, 1921], "destroi": [0, 553, 1897, 1905, 1910], "achiev": [0, 591, 1871, 1896, 1900, 1902, 1905, 1910], "lead": [0, 508, 509, 518, 590, 591, 1890, 1905, 1910, 1916, 1921], "penalti": [0, 207, 518], "keep": [0, 8, 261, 267, 473, 517, 561, 591, 1755, 1869, 1901, 1907], "thu": [0, 530, 578, 1863, 1905, 1910], "let": [0, 507, 508, 525, 553, 561, 570, 578, 580, 589, 591, 1877, 1880, 1885, 1886, 1890, 1894, 1896, 1897, 1899, 1900, 1902, 1903, 1908, 1913, 1915, 1916, 1918, 1920, 1921], "illustr": [0, 504, 519, 520, 553, 573, 579, 590, 1867, 1895, 1904, 1909], "f": [0, 26, 83, 84, 85, 88, 89, 90, 137, 207, 209, 245, 246, 247, 342, 343, 353, 356, 401, 406, 409, 439, 490, 491, 508, 512, 513, 515, 516, 518, 520, 521, 522, 523, 524, 527, 541, 553, 560, 583, 589, 590, 593, 595, 597, 669, 670, 916, 1035, 1645, 1696, 1698, 1703, 1705, 1781, 1782, 1791, 1873, 1874, 1886, 1890, 1893, 1895, 1912, 1913, 1917, 1918], "immedi": [0, 553], "end": [0, 11, 20, 23, 35, 38, 42, 43, 49, 63, 64, 67, 77, 80, 90, 93, 101, 104, 117, 245, 335, 338, 417, 438, 440, 441, 459, 475, 500, 503, 523, 524, 527, 530, 573, 578, 582, 583, 1699, 1700, 1708, 1867, 1874, 1896, 1897, 1899, 1900, 1902, 1903, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "temporari": [0, 233, 517], "av": [0, 492, 493, 494, 495], "arr": [0, 32, 146, 148, 149, 1712], "unnecessari": 0, "shown": [0, 578, 1886, 1888, 1890, 1892, 1912, 1915, 1917, 1920], "practic": [0, 527, 541, 580, 591, 1865, 1878, 1886, 1890, 1896, 1899, 1900, 1901, 1907], "rare": [0, 500], "howev": [0, 7, 508, 510, 518, 523, 527, 529, 534, 547, 553, 582, 1863, 1864, 1871, 1886, 1890, 1901, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "follow": [0, 3, 4, 7, 8, 310, 312, 324, 325, 501, 507, 508, 509, 517, 521, 524, 529, 530, 531, 533, 537, 538, 539, 543, 545, 550, 551, 553, 554, 555, 556, 557, 558, 561, 563, 570, 573, 578, 580, 582, 583, 584, 590, 591, 595, 597, 1223, 1639, 1698, 1863, 1867, 1869, 1870, 1871, 1875, 1876, 1877, 1879, 1880, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1923], "need": [0, 7, 8, 122, 127, 234, 272, 284, 296, 420, 444, 448, 459, 506, 509, 522, 524, 527, 530, 532, 535, 563, 574, 578, 580, 581, 582, 583, 590, 591, 1230, 1706, 1863, 1868, 1870, 1875, 1879, 1886, 1887, 1890, 1891, 1894, 1896, 1898, 1900, 1901, 1902, 1907, 1916, 1921, 1923], "dasan": 0, "dubsan": 0, "offici": [0, 3, 4, 1868], "easili": [0, 4, 527, 580, 590, 591, 595, 1863, 1872, 1873, 1874, 1875, 1879, 1886, 1890, 1895, 1896, 1900, 1905, 1910, 1923], "borrow": 0, "array_expr": 0, "regular": [0, 461, 497, 507, 518, 531, 553, 571, 590, 597, 1767, 1773, 1871, 1896, 1900, 1916, 1921], "calloc": 0, "delet": [0, 144, 520], "rebind": [0, 281, 293], "cf": [0, 238, 255, 270, 417, 423, 438, 440, 441, 500, 506, 518, 524, 526, 527, 529, 531, 534, 547, 589, 595, 596, 597, 1862, 1883], "ld_preload": [0, 1879], "project_source_dir": 0, "project_binary_dir": 0, "cmake_xxx": 0, "add_cpp2py_modul": 0, "boostconfig": 0, "find_packag": [0, 1871, 1880], "gsl": 0, "prepend": [0, 1865], "py_": 0, "extra": [0, 364, 510, 1879, 1886, 1889, 1890, 1893, 1894, 1914, 1919], "info": [0, 1880], "blas_lapack": 0, "findtest": 0, "parse_commit": 0, "pars": [0, 1680, 1681], "is_gf_v": 0, "is_block_gf_v": 0, "is_instantiation_of_v": 0, "tmpl": 0, "signbit": 0, "real_or_complex": [0, 582, 1712, 1713, 1714, 1715], "729": 0, "forceinlin": 0, "termin": [0, 1027, 1028, 1032, 1850, 1851, 1867, 1886, 1890, 1903, 1908], "expect": [0, 459, 510, 512, 565, 578, 580, 1875, 1890, 1894, 1896, 1900, 1913, 1918], "ensur": [0, 373, 471, 561, 1003, 1004, 1863, 1886, 1890, 1902], "licens": [0, 5, 1862], "cpp2y": 0, "apach": 0, "c14": 0, "c17": 0, "fundament": [0, 4, 9, 165, 166, 167, 168, 169, 175, 310, 324, 342, 343, 347, 350, 351, 352, 510, 565, 584, 603, 604, 605, 606, 610, 624, 625, 626, 627, 631, 1902], "respect": [0, 7, 181, 542, 547, 562, 566, 573, 582, 870, 1854, 1863, 1904, 1909, 1912, 1913, 1917, 1918], "342": 0, "overhaul": 0, "fit_legendr": [0, 563], "cheat": 0, "sheet": 0, "issue_templ": 0, "make_zero_tail": [0, 250, 551, 563], "fit_tail": [0, 250, 551, 562], "greenfunct": [0, 278], "brief": [0, 416, 1865, 1869, 1894], "contain": [0, 4, 7, 9, 24, 34, 40, 42, 43, 44, 48, 78, 81, 93, 97, 98, 106, 147, 148, 150, 169, 188, 207, 264, 265, 267, 269, 293, 362, 377, 465, 466, 492, 493, 494, 495, 500, 503, 508, 509, 513, 517, 519, 522, 524, 526, 527, 528, 529, 531, 532, 534, 546, 547, 551, 553, 563, 565, 566, 567, 571, 572, 582, 587, 591, 597, 599, 601, 621, 622, 642, 952, 1075, 1087, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1229, 1230, 1618, 1623, 1627, 1631, 1679, 1736, 1767, 1773, 1863, 1865, 1872, 1875, 1877, 1879, 1886, 1890, 1896, 1898, 1900, 1901, 1902, 1905, 1907, 1910, 1911, 1914, 1916, 1919, 1921], "dichotomi": 0, "load": [0, 506, 508, 1863, 1868, 1876, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1904, 1908, 1909, 1915, 1920], "weblink": 0, "css": 0, "2rst": 0, "docs_cpp2rst": [0, 7], "formula": [0, 530, 1913, 1914, 1918, 1919], "less": [0, 509, 580, 1879, 1886, 1890], "rigid": 0, "is_within_boundari": [0, 549], "index_to_linear": [0, 527, 549], "index_to_point": [0, 527, 549], "725": 0, "slice_t": 0, "value_t": [0, 1074, 1076, 1086, 1088, 1100, 1101, 1114, 1115, 1128, 1129, 1145, 1146, 1156, 1157, 1175, 1176, 1189, 1190], "partial": [0, 459, 513, 518, 519, 520, 542, 561, 1609, 1886, 1890, 1897, 1903, 1905, 1908, 1910, 1913, 1918], "stride": [0, 11, 73, 75, 1219], "chunk_rang": [0, 11], "omp_chunk": 0, "omp": 0, "mpi_chunk": 0, "exclud": [0, 12, 48, 52, 53, 56, 63, 192, 193, 194, 195, 196, 645, 646, 647, 648], "larg": [0, 4, 506, 510, 525, 530, 568, 1862, 1867, 1883, 1886, 1890, 1892, 1896, 1900, 1902, 1908, 1912, 1913, 1916, 1917, 1918, 1921], "pack": [0, 364], "mkl": [0, 1865], "warmup": [0, 416, 426, 433, 434, 438, 441, 578, 580, 1882, 1902, 1904, 1905, 1908, 1909, 1910], "chunk": [0, 11, 12, 161, 452], "encapsul": [0, 509], "slice_rang": 0, "length": [0, 117, 475, 500, 509, 577, 578, 580, 597, 870, 1882, 1886, 1890, 1902, 1905, 1910, 1916, 1921], "n": [0, 3, 4, 11, 19, 32, 48, 146, 148, 149, 235, 245, 246, 255, 262, 263, 264, 265, 266, 267, 268, 313, 314, 316, 317, 318, 322, 323, 326, 332, 333, 465, 466, 481, 490, 491, 493, 503, 510, 512, 522, 524, 525, 527, 530, 533, 537, 549, 550, 551, 554, 555, 556, 557, 558, 562, 563, 565, 568, 573, 577, 578, 582, 583, 586, 592, 593, 595, 597, 697, 698, 736, 737, 775, 776, 814, 815, 853, 854, 975, 976, 1015, 1016, 1040, 1041, 1064, 1089, 1103, 1117, 1224, 1706, 1730, 1760, 1845, 1863, 1871, 1875, 1882, 1885, 1886, 1889, 1896, 1898, 1899, 1900, 1902, 1903, 1904, 1908, 1909, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "mpi_reduce_in_plac": 0, "mpi_reduc": [0, 156, 250, 473, 509], "slice_length": 0, "chunk_length": 0, "orbit": [0, 510, 567, 569, 573, 583, 585, 586, 587, 656, 663, 1611, 1614, 1616, 1617, 1640, 1651, 1653, 1654, 1660, 1667, 1669, 1670, 1697, 1701, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862, 1872, 1884, 1886, 1890, 1892, 1896, 1900, 1902, 1913, 1914, 1918, 1919], "724": 0, "brillouinzon": [0, 1064, 1659, 1899], "is_almost_zero": 0, "precis": [0, 504, 506, 524, 530, 569, 580, 582, 659, 1677, 1785, 1786, 1787, 1788, 1789, 1813, 1814, 1869, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1899, 1900], "many_body_oper": [0, 335, 361, 362, 565, 582, 643, 650, 651, 652, 1711, 1713, 1714, 1715, 1716, 1717, 1718], "745": 0, "reduction_t": 0, "data_t": [0, 255, 256, 264, 265, 270, 271, 282, 283, 294, 295, 339, 340, 531, 535, 536, 537, 538, 543, 545], "mat": 0, "map_block": 0, "lambda": [0, 83, 85, 512, 520, 582, 587, 589, 590, 597, 1037, 1089, 1103, 1117, 1214, 1735, 1832, 1896, 1900, 1912, 1917, 1918, 1919], "capture_stdout": 0, "im": [0, 553, 563, 1230, 1232, 1861, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1903, 1908, 1912, 1913, 1917, 1918, 1920], "re": [0, 8, 227, 507, 523, 563, 571, 580, 597, 1230, 1232, 1775, 1880, 1886, 1889, 1890, 1892, 1893, 1909, 1912, 1913, 1917, 1918], "bcast": [0, 508], "recv": 0, "neglig": 0, "framework": [0, 4, 575, 591, 1863, 1905, 1910], "binder": [0, 1862, 1872], "easyconfig": 0, "varieti": [0, 551, 1863, 1909], "stabil": [0, 1867], "treatment": 0, "high": [0, 3, 264, 265, 326, 528, 529, 530, 537, 538, 543, 545, 552, 553, 559, 560, 561, 563, 573, 945, 1229, 1862, 1886, 1890, 1896, 1900, 1908, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "upgrad": [0, 1867, 1868], "deb": [0, 1863], "target_spac": [0, 679, 718, 757, 796, 835, 957], "density_zero_t": 0, "608": 0, "substack": 0, "vstack": 0, "safeti": [0, 1871, 1887, 1891], "counter": [0, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1907], "475": 0, "enfor": 0, "sub": [0, 1886, 1890], "findnfft": 0, "alp": 0, "findlapack": 0, "modulefil": [0, 1863], "git_execut": 0, "fortran": [0, 1894], "gesvd": 0, "gelss": 0, "least": [0, 169, 263, 264, 265, 467, 469, 530, 537, 541, 551, 562, 566, 589, 597, 599, 601, 622, 669, 996, 1892, 1898, 1903, 1908], "normal": [0, 361, 366, 373, 375, 388, 420, 444, 472, 496, 520, 535, 547, 553, 569, 582, 655, 945, 1715, 1851, 1886, 1890, 1905, 1910], "assymetri": 0, "replace_by_tail": 0, "enforc": [0, 551, 1089, 1103, 1117, 1740, 1741, 1816, 1903, 1908], "j": [0, 203, 216, 220, 224, 225, 229, 240, 241, 242, 243, 245, 246, 248, 249, 264, 310, 324, 339, 490, 491, 522, 523, 524, 551, 561, 563, 577, 583, 585, 1223, 1224, 1228, 1697, 1698, 1708, 1709, 1713, 1714, 1715, 1722, 1723, 1724, 1863, 1874, 1890, 1893, 1900, 1904, 1915, 1916, 1920, 1921], "tail_issu": 0, "moment": [0, 262, 264, 265, 326, 528, 530, 537, 538, 545, 552, 559, 580, 683, 722, 761, 800, 839, 945, 961, 1009, 1916, 1921], "maximum": [0, 4, 207, 459, 460, 461, 463, 467, 468, 470, 551, 563, 1224, 1781, 1791, 1874, 1913, 1916, 1918, 1921], "largest": [0, 461, 551, 1158, 1167, 1179, 1913, 1916, 1918, 1921], "known_moment": [0, 264, 265, 529, 551, 562, 682, 683, 684, 685, 721, 722, 723, 724, 760, 761, 762, 763, 799, 800, 801, 802, 838, 839, 840, 841, 960, 961, 962, 963, 1006, 1008, 1009, 1010, 1011], "try_change_col_row": [0, 202], "incorpor": 0, "empti": [0, 255, 270, 282, 339, 363, 402, 508, 517, 531, 533, 535, 567, 580, 1611, 1898, 1899, 1902, 1905, 1910], "n_min": [0, 169, 551, 599, 601, 622, 683, 685, 697, 698, 722, 724, 736, 737, 761, 763, 775, 776, 800, 802, 814, 815, 839, 841, 853, 854, 961, 963, 975, 976, 1009, 1011, 1015, 1016, 1898], "n_max": [0, 169, 551, 599, 601, 622, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1898, 1912, 1917], "f_shell": 0, "regist": [0, 418, 419, 420, 421, 507, 508, 574], "663": 0, "collect_result": [0, 416, 574, 577, 580], "wait": [0, 1793, 1851, 1886, 1890, 1902, 1909], "timer": 0, "650": 0, "inclus": 0, "master": [0, 508, 509, 580, 1793, 1826, 1889, 1893], "fit_": 0, "hermitian_": 0, "cleanin": 0, "time_pt": 0, "style": [0, 509, 1895], "constraint": [0, 4, 945], "roud": 0, "margin": 0, "668": 0, "hdfarchiveinert": [0, 506], "671": 0, "557": 0, "mesh_brillouin_zon": 0, "product_rang": [0, 11], "cpp": [0, 278, 529, 535, 595, 1877, 1880], "kei": [0, 127, 506, 507, 508, 573, 1640, 1660, 1680, 1813, 1863, 1886, 1890], "center": [0, 473, 481, 573, 940, 1760, 1887, 1891, 1905, 1910, 1912, 1917], "semicircular": [0, 553, 554, 555, 556, 557, 558, 560, 564, 1882, 1896, 1897, 1900, 1901, 1904, 1907, 1908, 1909], "649": 0, "638": 0, "624": 0, "581": 0, "594": 0, "known": [0, 264, 265, 459, 551, 1900, 1915, 1920], "calulcul": 0, "gf_multivar": 0, "mesh1": 0, "mesh2": 0, "gt": [0, 529, 542, 555, 558, 564, 701, 740, 779, 818, 857, 979, 1019, 1895, 1899, 1900, 1918], "106": 0, "flat": [0, 455, 456, 553, 560, 941, 1902], "assum": [0, 506, 563, 1223, 1712, 1863, 1880, 1916, 1921], "vanish": [0, 368, 373, 375, 388, 391, 393, 1896, 1900, 1916, 1921], "0th": 0, "msg": 0, "h5write": 0, "array_stack": 0, "swap_index_view": 0, "wip": 0, "grab": 0, "annot": 0, "ipython": [0, 1867, 1872, 1881, 1895, 1906, 1911], "notebook": [0, 501, 1862, 1863, 1870, 1872, 1881, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1905, 1906, 1907, 1908, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1922], "oparcollet": 0, "tail_studi": 0, "dont": 0, "set_from_fouri": [0, 554, 555, 557, 558], "verbos": [0, 423, 537, 538, 577, 579, 580, 1217, 1220, 1781, 1791, 1916, 1921], "tail_fitt": 0, "tail_fit_on_window": 0, "exposet": 0, "n_tail_max": [0, 551, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1141], "fit_and_replac": 0, "compatibl": 0, "restricted_view": 0, "mpi_gath": [0, 130, 509, 549], "scatter": [0, 134, 150, 161, 278, 302, 509, 549, 1886, 1890, 1893], "flatten2d": 0, "nonborrow": 0, "around": [0, 4, 1103, 1117, 1862, 1886, 1887, 1890, 1891, 1892, 1899, 1916, 1921], "deriv": [0, 28, 29, 30, 31, 458, 593, 595, 1793, 1903, 1908, 1913, 1918], "updaat": 0, "multivari": [0, 534, 541, 1872, 1881], "get_tail": 0, "rule": [0, 1915, 1916, 1920, 1921, 1923], "map": [0, 137, 169, 361, 362, 366, 375, 388, 424, 449, 508, 572, 584, 585, 586, 587, 599, 601, 622, 1624, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1886, 1890, 1898, 1899, 1912, 1913, 1917, 1918], "initializi": 0, "set_tail_paramet": 0, "reenabl": 0, "indec": 0, "procedur": [0, 169, 264, 265, 507, 530, 537, 551, 562, 578, 1863], "push": [0, 8], "vandermond": 0, "reus": [0, 510, 591, 1913, 1916, 1918, 1921], "make_product": [0, 11], "gelss_cach": 0, "ll": [0, 530, 1895], "draft": 0, "complex_freq": 0, "boson": [0, 525, 527, 537, 538, 540, 549, 550, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1896, 1900, 1913, 1918], "bz": [0, 571, 1064, 1607, 1659, 1679, 1773, 1775, 1776, 1886, 1890, 1899, 1905, 1910, 1912, 1917, 1918, 1919], "om": [0, 590], "experiment": [0, 419, 1089, 1103, 1117, 1888, 1892], "sign": [0, 234, 440, 441, 443, 445, 512, 521, 553, 574, 577, 580, 1865, 1902, 1909, 1912, 1917], "statistic_enum": [0, 540], "linear_dim": 0, "creation": [0, 167, 168, 169, 352, 373, 582, 583, 599, 601, 622, 1690, 1698, 1709, 1871, 1895, 1898, 1905, 1910], "n_moment": [0, 326, 563, 1229], "everi": [0, 7, 11, 335, 459, 516, 517, 546, 565, 578, 580, 1886, 1890, 1901, 1907, 1916, 1921], "element": [0, 11, 13, 26, 34, 48, 53, 60, 61, 63, 70, 71, 81, 132, 146, 148, 154, 192, 193, 335, 336, 338, 341, 349, 352, 368, 371, 373, 375, 404, 461, 465, 466, 490, 491, 492, 493, 494, 495, 497, 506, 509, 510, 521, 523, 525, 527, 535, 554, 555, 556, 557, 558, 561, 566, 574, 582, 583, 585, 586, 587, 597, 1033, 1679, 1699, 1712, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1894, 1896, 1898, 1899, 1900, 1914, 1919], "typo": 0, "gf_densiti": 0, "infti": [0, 525, 527, 530, 563, 569, 570, 655, 665, 1224, 1892, 1896, 1900, 1913, 1914, 1916, 1918, 1919, 1921], "cancel": 0, "checkfor": 0, "gf_fourier": 0, "block2": 0, "best": [0, 519, 526, 1865, 1871, 1886, 1887, 1890, 1891, 1921], "look": [0, 344, 348, 509, 570, 580, 589, 1033, 1861, 1862, 1867, 1872, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1900, 1902, 1903, 1905, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "ctint": 0, "techniqu": [0, 509, 553, 561], "simpli": [0, 240, 241, 245, 502, 512, 527, 553, 561, 580, 585, 589, 590, 591, 592, 1861, 1863, 1875, 1896, 1899, 1900, 1902, 1923], "triqs_cxx_definit": 0, "triqs_include_al": 0, "co": [0, 512, 517, 519, 520, 530, 590, 1894, 1895, 1899, 1905, 1910, 1912, 1913, 1917, 1918], "triqstest": 0, "build_pytriq": 0, "explain": [0, 8, 541, 542, 1887, 1891, 1902, 1915, 1916, 1920, 1921], "maintain": [0, 3, 4, 335, 506, 1869], "doxygen": [0, 521], "simpler": [0, 509, 526], "2doc": 0, "line": [0, 4, 7, 129, 214, 224, 240, 241, 509, 522, 523, 553, 573, 580, 595, 1217, 1753, 1863, 1867, 1868, 1873, 1877, 1886, 1889, 1890, 1892, 1893, 1894, 1895, 1902, 1908, 1912, 1917], "boost_vers": 0, "link_librari": 0, "boost_librari": 0, "14": [0, 19, 95, 520, 1867, 1890, 1892, 1900, 1902, 1910], "_desc": 0, "full_nam": [0, 503, 1877], "module_nam": 0, "app_nam": [0, 503, 1877], "application_a": [0, 1877], "use_modul": [0, 1877], "add_includ": [0, 503, 1877], "rel": [0, 509, 1877, 1886, 1890, 1908], "solver_cor": 0, "include_directori": 0, "python_destin": 0, "triqs_python_extens": 0, "triqs_python_extension_and_instal": 0, "second": [0, 9, 146, 148, 266, 379, 390, 425, 426, 429, 432, 433, 434, 486, 498, 504, 521, 530, 537, 538, 565, 568, 570, 579, 580, 870, 878, 945, 1791, 1851, 1885, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1898, 1900, 1901, 1902, 1907, 1909, 1913, 1915, 1918, 1920], "destin": [0, 553, 561], "triqs_python_lib_dest": 0, "python_lib_dest_root": 0, "everywher": 0, "using_the_lib": 0, "application_structur": 0, "polymorph": [0, 518, 582], "handl": [0, 508, 523, 528, 550, 1914, 1919], "full": [0, 4, 9, 163, 170, 176, 177, 187, 358, 359, 370, 400, 402, 405, 413, 459, 467, 469, 510, 553, 561, 565, 575, 578, 580, 583, 608, 611, 620, 629, 632, 641, 945, 1697, 1698, 1702, 1707, 1862, 1863, 1870, 1872, 1873, 1874, 1875, 1877, 1886, 1890, 1892, 1896, 1900, 1902], "break": [0, 1914, 1919, 1923], "As": [0, 3, 7, 506, 517, 519, 524, 527, 530, 561, 578, 580, 590, 1851, 1867, 1868, 1880, 1886, 1888, 1890, 1892, 1894, 1896, 1899, 1900, 1903, 1908, 1912, 1913, 1914, 1917, 1918, 1919], "consequ": [0, 517, 1915, 1916, 1920, 1921], "twice": [0, 516], "big": [0, 1886, 1890, 1901, 1903, 1907, 1908, 1913, 1918], "smallest": [0, 460, 1167, 1179], "th": [0, 117, 172, 214, 216, 266, 267, 352, 378, 389, 404, 490, 491, 523, 537, 538, 543, 545, 573, 612, 633, 1895], "retriev": [0, 508, 591], "independ": [0, 4, 459, 561, 580, 593, 872, 889, 1896, 1900, 1915, 1920], "storag": [0, 215, 217, 225, 375, 377, 473, 476, 506, 513, 523, 549, 565, 582, 679, 718, 757, 796, 835, 957, 1758, 1869, 1886, 1890], "written": [0, 4, 163, 187, 355, 408, 478, 502, 504, 506, 514, 521, 522, 526, 533, 534, 539, 563, 577, 585, 591, 1232, 1608, 1673, 1683, 1722, 1723, 1724, 1869, 1880, 1883, 1886, 1890, 1894, 1903, 1908, 1916, 1921], "gain": 0, "space": [0, 9, 163, 169, 170, 176, 177, 187, 279, 291, 304, 350, 351, 352, 353, 354, 355, 356, 358, 359, 360, 361, 366, 367, 368, 370, 375, 378, 380, 381, 386, 387, 388, 389, 391, 392, 398, 399, 400, 401, 402, 405, 407, 408, 413, 414, 498, 510, 527, 530, 531, 537, 538, 554, 555, 556, 557, 558, 566, 582, 599, 601, 608, 611, 620, 622, 629, 632, 641, 674, 686, 704, 705, 706, 713, 725, 743, 744, 745, 752, 764, 782, 783, 784, 791, 803, 821, 822, 823, 830, 842, 860, 861, 862, 885, 952, 964, 982, 983, 984, 1640, 1660, 1676, 1677, 1680, 1681, 1886, 1890, 1896, 1898, 1899, 1900, 1902, 1905, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "otherwis": [0, 109, 118, 122, 125, 126, 127, 133, 234, 356, 358, 359, 409, 411, 412, 418, 420, 500, 503, 507, 508, 517, 518, 551, 553, 562, 563, 580, 582, 585, 586, 587, 590, 1033, 1224, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1819, 1846, 1863, 1916, 1921], "save": [0, 5, 9, 500, 503, 506, 510, 533, 542, 580, 1871, 1882, 1897, 1903, 1904, 1908, 1909, 1912, 1913, 1917, 1918], "reorgan": 0, "test_tool": 0, "There": [0, 361, 508, 517, 530, 535, 553, 565, 574, 582, 885, 1879, 1900, 1903, 1908, 1915, 1916, 1920, 1921], "just": [0, 240, 241, 500, 517, 519, 520, 527, 532, 547, 553, 571, 574, 577, 578, 579, 580, 591, 1048, 1769, 1771, 1778, 1797, 1850, 1863, 1868, 1880, 1886, 1888, 1890, 1892, 1894, 1896, 1897, 1900, 1901, 1903, 1904, 1907, 1908, 1909, 1913, 1915, 1918, 1920], "add_cpp_test": 0, "testnam": 0, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "program": [0, 3, 4, 506, 1846, 1865, 1882, 1886, 1890], "h5diff": [0, 506], "had": [0, 1867, 1898, 1903, 1908], "comparison_test": 0, "easi": [0, 525, 574, 584, 588, 1863, 1867, 1871, 1873, 1880, 1883, 1886, 1890, 1897], "parti": [0, 1867], "under": [0, 3, 367, 525, 553, 565, 591, 1862, 1863, 1878, 1880], "cmake_install_prefix": [0, 1863], "inherit": [0, 580, 1846], "visual": [0, 1883, 1886, 1887, 1888, 1890, 1891, 1892, 1912, 1914, 1917, 1919], "sphinxcontrib": 0, "doxylink": 0, "anymor": 0, "g0_iw": [0, 563, 945, 1223, 1225, 1882, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910], "solv": [0, 4, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 563, 581, 591, 945, 1225, 1781, 1791, 1861, 1862, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "equat": [0, 4, 553, 561, 563, 945, 1225, 1886, 1889, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "g_iw": [0, 510, 547, 551, 553, 563, 945, 1225, 1882, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910], "sigma_iw": [0, 563, 1225, 1861, 1882, 1900, 1901, 1902, 1904, 1905, 1907, 1908, 1909, 1910], "tail_fit": 0, "read_gf_from_txt": [0, 563], "write_gf_to_txt": [0, 563], "text": [0, 5, 506, 525, 563, 568, 570, 590, 665, 1230, 1879, 1883, 1886, 1890, 1899, 1900, 1903, 1908, 1912, 1917], "organ": [0, 591, 1862, 1872, 1886, 1890], "commonli": [0, 4, 581, 586, 1726, 1864, 1905, 1910], "slater": [0, 583, 585, 1696, 1698, 1703, 1724], "kanamori": [0, 510, 583, 585, 1697, 1723, 1890, 1893, 1904, 1909], "interact": [0, 3, 4, 507, 528, 552, 563, 583, 584, 585, 586, 945, 1223, 1225, 1696, 1697, 1698, 1702, 1703, 1704, 1707, 1709, 1713, 1714, 1723, 1724, 1727, 1728, 1729, 1862, 1863, 1872, 1883, 1886, 1887, 1888, 1890, 1891, 1892, 1896, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1914, 1915, 1916, 1919, 1920, 1921, 1922], "s_z": [0, 586, 1728, 1731, 1916, 1921], "l_z": [0, 586, 1727, 1728], "op_struct": [0, 587], "auxiliari": [0, 510], "spin": [0, 3, 510, 565, 577, 580, 583, 585, 586, 587, 1676, 1697, 1704, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862, 1886, 1889, 1890, 1892, 1893, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1917, 1918, 1919, 1920], "exit": [0, 1846, 1848], "receiv": [0, 6, 130, 131, 147, 148, 149, 156, 157, 158, 159, 417, 438, 440, 441, 582], "stop_callback": [0, 417, 438, 440, 441], "insert2": [0, 202, 523], "remove2": [0, 202, 523], "change_row": [0, 202], "change_col": [0, 202, 523], "try_": 0, "complete_oper": [0, 202, 228, 233, 242, 243, 244, 245, 246, 247, 248, 249, 523, 1874], "insert2_at_end": [0, 202, 1874], "remove_at_end": [0, 202, 1874], "remove2_at_end": [0, 202, 1874], "change_one_row_and_one_col": [0, 1874], "unsign": [0, 484, 485, 509], "tupl": [0, 9, 16, 42, 43, 44, 48, 97, 98, 99, 106, 132, 490, 491, 498, 500, 503, 507, 508, 527, 561, 569, 583, 584, 587, 589, 599, 601, 622, 663, 669, 670, 704, 710, 743, 749, 782, 788, 821, 827, 860, 866, 982, 988, 1060, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1640, 1647, 1648, 1660, 1663, 1664, 1681, 1700, 1701, 1706, 1708, 1735, 1781, 1845, 1898, 1899], "hdf_archiv": 0, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "subgroup": [0, 118, 354, 355, 407, 408, 506, 507, 508, 591, 1890, 1893, 1897], "doubl": [0, 172, 173, 178, 191, 192, 193, 194, 195, 196, 197, 210, 211, 212, 213, 236, 237, 238, 246, 249, 263, 264, 265, 310, 311, 312, 326, 361, 366, 375, 388, 420, 424, 425, 429, 432, 433, 444, 445, 449, 455, 456, 460, 464, 467, 469, 471, 475, 476, 480, 481, 492, 493, 494, 495, 506, 509, 510, 512, 517, 518, 519, 520, 521, 523, 526, 527, 529, 531, 533, 537, 538, 539, 541, 542, 543, 545, 551, 555, 556, 565, 572, 574, 577, 579, 580, 582, 597, 648, 681, 682, 683, 684, 685, 720, 721, 722, 723, 724, 759, 760, 761, 762, 763, 798, 799, 800, 801, 802, 837, 838, 839, 840, 841, 959, 960, 961, 962, 963, 1007, 1008, 1009, 1010, 1011, 1040, 1067, 1604, 1626, 1632, 1633, 1635, 1644, 1661, 1791, 1871, 1873, 1874, 1875, 1876, 1880, 1886, 1889, 1890, 1892, 1893, 1899, 1913, 1915, 1916, 1918, 1920, 1921], "rich": [0, 1883], "attribut": [0, 1, 2, 342, 343, 506, 507, 508, 601, 622, 674, 713, 752, 791, 830, 869, 884, 952, 1040, 1047, 1054, 1064, 1077, 1089, 1103, 1117, 1131, 1147, 1158, 1167, 1179, 1611, 1619, 1624, 1635, 1639, 1659, 1684, 1755, 1767, 1773, 1793, 1797, 1804, 1844, 1847, 1849, 1856, 1886, 1890, 1901, 1907], "ignore_in_python": 0, "prevent": 0, "special": [0, 130, 156, 160, 375, 388, 525, 528, 531, 534, 535, 547, 552, 580, 582, 595, 1797, 1874, 1886, 1890, 1912, 1917], "overrid": [0, 1845, 1854], "adopt": 0, "physic": [0, 367, 1872, 1886, 1890, 1896, 1899, 1900, 1905, 1910], "paper": [0, 3, 4, 1862, 1886, 1890, 1921], "random": [0, 4, 9, 423, 431, 445, 452, 453, 454, 473, 498, 566, 574, 575, 577, 580, 1750, 1755, 1872, 1873, 1895, 1912, 1917, 1922], "glue": 0, "cython": 0, "gone": [0, 1916, 1921], "like": [0, 4, 7, 205, 207, 233, 234, 490, 491, 506, 510, 512, 517, 518, 521, 523, 527, 529, 542, 547, 553, 561, 574, 575, 580, 582, 583, 590, 591, 595, 596, 597, 1706, 1863, 1865, 1867, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1907, 1908, 1914, 1915, 1916, 1919, 1920, 1921], "conjug": [0, 373, 493, 494, 555, 557, 558, 563, 582], "alon": [0, 1862], "must": [0, 3, 131, 161, 169, 270, 278, 362, 365, 367, 370, 380, 391, 418, 420, 437, 483, 492, 493, 494, 495, 500, 503, 508, 512, 517, 520, 533, 553, 554, 555, 556, 557, 558, 561, 563, 566, 580, 581, 582, 583, 586, 590, 596, 597, 599, 601, 622, 674, 713, 752, 791, 830, 870, 873, 890, 929, 932, 935, 952, 1214, 1230, 1655, 1698, 1709, 1727, 1728, 1729, 1791, 1845, 1846, 1851, 1857, 1873, 1894, 1898, 1900, 1908, 1916, 1921], "25": [0, 520, 573, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1900, 1901, 1905, 1907, 1909, 1910, 1916, 1920, 1921], "unifi": 0, "pep": 0, "www": [0, 530], "org": [0, 4, 530, 945, 1863, 1886, 1887, 1888, 1890, 1891, 1892, 1894], "0008": 0, "lowercas": 0, "underscor": 0, "capword": 0, "update_arch": 0, "veri": [0, 4, 7, 240, 241, 521, 553, 578, 580, 588, 589, 591, 596, 1867, 1871, 1872, 1881, 1883, 1886, 1890, 1895, 1896, 1900, 1903, 1908], "old_arch": 0, "new_arch": 0, "encount": [0, 1861, 1863, 1870, 1918], "post": [0, 1861, 1862, 1894], "fullnam": [1, 2], "underlin": [1, 2], "rubric": [1, 2], "endif": [1, 2], "endblock": [1, 2], "function": [2, 7, 9, 10, 29, 30, 31, 137, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 207, 209, 215, 227, 255, 261, 263, 264, 265, 267, 270, 278, 306, 310, 311, 312, 316, 317, 318, 321, 322, 323, 324, 325, 326, 327, 328, 331, 375, 417, 438, 439, 440, 441, 472, 490, 491, 496, 498, 499, 500, 501, 502, 503, 504, 506, 508, 510, 512, 515, 516, 517, 519, 521, 522, 527, 528, 529, 534, 535, 536, 538, 539, 541, 543, 544, 545, 546, 547, 559, 560, 563, 564, 565, 566, 568, 570, 571, 573, 580, 581, 583, 584, 585, 589, 590, 591, 593, 595, 597, 598, 600, 645, 646, 647, 648, 649, 654, 659, 660, 669, 670, 671, 672, 674, 676, 677, 678, 679, 680, 686, 687, 689, 690, 693, 695, 697, 698, 707, 708, 709, 710, 713, 715, 716, 717, 718, 719, 725, 726, 728, 729, 732, 734, 736, 737, 746, 747, 748, 749, 752, 754, 755, 756, 757, 758, 764, 765, 767, 768, 771, 773, 775, 776, 785, 786, 787, 788, 791, 793, 794, 795, 796, 797, 803, 804, 806, 807, 810, 812, 814, 815, 824, 825, 826, 827, 830, 832, 833, 834, 835, 836, 842, 843, 845, 846, 849, 851, 853, 854, 863, 864, 865, 866, 869, 870, 873, 883, 884, 885, 890, 901, 908, 920, 925, 926, 929, 932, 935, 939, 944, 945, 946, 952, 954, 955, 956, 957, 958, 964, 965, 967, 968, 971, 973, 975, 976, 985, 986, 987, 988, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1015, 1016, 1022, 1023, 1037, 1053, 1063, 1072, 1073, 1084, 1085, 1089, 1098, 1099, 1103, 1112, 1113, 1117, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188, 1192, 1193, 1201, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1221, 1222, 1223, 1224, 1225, 1226, 1228, 1229, 1230, 1231, 1232, 1233, 1610, 1645, 1658, 1674, 1680, 1683, 1695, 1698, 1710, 1712, 1719, 1726, 1734, 1735, 1736, 1738, 1739, 1743, 1749, 1752, 1754, 1763, 1764, 1767, 1768, 1769, 1773, 1774, 1780, 1781, 1782, 1784, 1790, 1791, 1793, 1812, 1815, 1816, 1817, 1831, 1832, 1843, 1848, 1850, 1853, 1861, 1862, 1863, 1870, 1872, 1873, 1874, 1877, 1881, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1895, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920], "class": [2, 8, 9, 10, 14, 20, 27, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 118, 128, 134, 139, 151, 152, 153, 154, 155, 164, 176, 202, 207, 252, 255, 269, 281, 293, 308, 335, 350, 361, 367, 375, 376, 388, 400, 416, 442, 452, 459, 473, 501, 504, 505, 506, 510, 518, 520, 521, 522, 524, 526, 531, 549, 550, 553, 554, 555, 556, 557, 558, 560, 561, 567, 568, 569, 570, 571, 572, 574, 575, 577, 578, 580, 581, 582, 584, 589, 590, 591, 592, 593, 600, 601, 622, 654, 655, 659, 664, 665, 668, 669, 673, 674, 712, 713, 751, 752, 790, 791, 829, 830, 868, 869, 883, 884, 906, 908, 909, 911, 914, 916, 918, 920, 925, 926, 928, 931, 934, 937, 939, 946, 947, 950, 952, 990, 994, 1023, 1024, 1030, 1039, 1040, 1046, 1047, 1051, 1053, 1054, 1063, 1064, 1077, 1089, 1103, 1117, 1131, 1147, 1158, 1167, 1179, 1233, 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, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1606, 1607, 1610, 1611, 1619, 1624, 1634, 1635, 1638, 1639, 1658, 1659, 1683, 1684, 1746, 1747, 1754, 1755, 1766, 1767, 1772, 1773, 1792, 1793, 1797, 1804, 1843, 1844, 1845, 1862, 1872, 1873, 1875, 1877, 1885, 1899, 1900, 1901, 1907, 1908, 1912, 1917], "librari": [3, 4, 5, 509, 512, 513, 519, 522, 526, 528, 529, 534, 551, 562, 575, 588, 591, 593, 595, 596, 1863, 1864, 1865, 1867, 1868, 1872, 1873, 1874, 1878, 1879, 1880, 1883, 1886, 1890, 1895, 1896, 1900, 1902, 1905, 1910], "orgin": 3, "ipht": [3, 1862], "cea": 3, "saclai": [3, 1862], "ferrero": 3, "cpht": 3, "ecol": [3, 1862], "polytechiqu": 3, "flatiron": [3, 1887, 1891], "institut": [3, 1887, 1891], "ccq": [3, 1863], "reciev": 3, "erc": 3, "grant": 3, "278472": 3, "divis": [3, 497, 566, 582, 585], "foundat": 3, "ayral": 3, "p": [3, 146, 148, 255, 313, 419, 502, 527, 1861, 1863, 1886, 1890, 1902], "hafermann": 3, "messio": 3, "seth": 3, "scientif": [3, 506, 588, 591, 1862, 1863, 1867, 1869, 1883, 1894], "kindli": 3, "us": [3, 5, 6, 7, 8, 9, 11, 47, 115, 120, 138, 148, 149, 156, 157, 158, 159, 169, 175, 179, 181, 192, 193, 195, 196, 201, 215, 217, 225, 233, 262, 264, 265, 270, 321, 326, 327, 335, 352, 361, 366, 368, 375, 378, 389, 417, 423, 438, 440, 441, 458, 459, 460, 461, 464, 467, 469, 471, 490, 491, 492, 493, 494, 495, 497, 500, 501, 503, 504, 506, 507, 508, 509, 512, 513, 516, 517, 518, 519, 520, 521, 522, 524, 525, 526, 527, 529, 533, 534, 535, 537, 538, 539, 541, 542, 543, 545, 551, 553, 554, 556, 557, 560, 561, 563, 564, 566, 569, 570, 571, 573, 578, 580, 581, 582, 583, 584, 585, 586, 590, 591, 592, 593, 595, 596, 597, 599, 601, 610, 616, 622, 631, 637, 670, 680, 686, 719, 725, 758, 764, 797, 803, 836, 842, 885, 945, 958, 964, 1048, 1103, 1117, 1224, 1228, 1639, 1672, 1679, 1697, 1698, 1723, 1724, 1726, 1753, 1767, 1775, 1781, 1782, 1791, 1819, 1847, 1849, 1852, 1855, 1856, 1862, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1873, 1874, 1875, 1876, 1877, 1879, 1880, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "toolbox": [3, 565, 1912, 1917], "research": [3, 1862], "quantum": [3, 169, 182, 198, 199, 510, 581, 599, 601, 618, 622, 639, 650, 651, 1862, 1889, 1893, 1896, 1898, 1900, 1901, 1903, 1907, 1908], "phy": [3, 4, 1862, 1905, 1910, 1915, 1916, 1920, 1921], "comm": [3, 4, 509, 1818, 1832, 1892], "196": [3, 1862], "398": [3, 1862], "415": 3, "2015": 3, "facilit": [3, 574, 1862], "bibtex": 3, "give": [3, 4, 361, 524, 537, 538, 580, 583, 670, 1706, 1874, 1878, 1886, 1890, 1894, 1896, 1898, 1900, 1901, 1905, 1907, 1910, 1913, 1914, 1916, 1918, 1919, 1921], "inde": [3, 7, 502, 527, 591, 651, 1888, 1892, 1896, 1898, 1900, 1915, 1920], "convinc": 3, "fund": 3, "publish": [3, 591, 1905, 1910], "gnu": [3, 596, 1869, 1886, 1890], "gener": [3, 4, 7, 9, 11, 138, 181, 261, 272, 279, 284, 291, 296, 304, 339, 350, 351, 352, 361, 362, 367, 369, 373, 416, 423, 431, 438, 452, 453, 454, 457, 471, 490, 491, 498, 500, 501, 502, 503, 506, 508, 517, 521, 522, 523, 524, 525, 527, 528, 532, 542, 546, 551, 561, 563, 565, 571, 574, 575, 578, 580, 582, 583, 589, 593, 669, 704, 743, 782, 821, 860, 869, 876, 877, 878, 884, 885, 894, 982, 1032, 1226, 1643, 1679, 1744, 1750, 1767, 1773, 1862, 1863, 1864, 1867, 1871, 1872, 1879, 1884, 1886, 1890, 1893, 1900, 1903, 1904, 1908, 1909, 1912, 1913, 1914, 1917, 1918, 1919], "version": [3, 5, 8, 9, 22, 23, 37, 38, 66, 67, 79, 80, 103, 104, 256, 361, 458, 459, 510, 516, 533, 553, 561, 565, 574, 579, 582, 593, 1861, 1862, 1864, 1867, 1868, 1869, 1870, 1871, 1880, 1883, 1887, 1891, 1896, 1900, 1901, 1905, 1910, 1915, 1916, 1920, 1921], "3": [3, 5, 19, 85, 95, 255, 261, 262, 265, 271, 278, 282, 283, 295, 302, 339, 378, 389, 455, 460, 464, 467, 469, 471, 475, 492, 493, 494, 495, 506, 507, 509, 510, 512, 517, 518, 519, 520, 523, 533, 537, 538, 541, 542, 549, 551, 553, 557, 560, 561, 563, 567, 573, 580, 582, 583, 589, 590, 595, 597, 682, 683, 684, 685, 697, 698, 721, 722, 723, 724, 736, 737, 760, 761, 762, 763, 775, 776, 799, 800, 801, 802, 814, 815, 838, 839, 840, 841, 853, 854, 960, 961, 962, 963, 975, 976, 1006, 1008, 1009, 1010, 1011, 1015, 1016, 1064, 1067, 1077, 1224, 1604, 1611, 1679, 1696, 1698, 1703, 1705, 1706, 1863, 1867, 1868, 1869, 1870, 1873, 1874, 1875, 1880, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "impli": [3, 361, 517, 561], "state": [3, 9, 163, 169, 170, 172, 174, 178, 185, 186, 187, 188, 192, 193, 195, 196, 208, 334, 335, 350, 352, 353, 356, 360, 361, 364, 366, 367, 368, 370, 372, 400, 401, 403, 404, 406, 409, 411, 412, 414, 498, 524, 553, 560, 568, 570, 578, 590, 599, 601, 608, 609, 615, 619, 620, 621, 622, 629, 630, 636, 640, 641, 642, 643, 645, 646, 647, 648, 655, 926, 939, 940, 1882, 1885, 1886, 1890, 1898, 1903, 1905, 1908, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "warranti": 3, "respons": [3, 459, 1872, 1912, 1913, 1914, 1917, 1918, 1919], "white": [3, 1917], "color": [3, 127, 590, 1886, 1890, 1892, 1893, 1895, 1902, 1912, 1913, 1917, 1918], "background": 3, "resolut": [3, 949], "svg": [3, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "pdf": [3, 458], "icon": [3, 1886, 1890], "studi": [4, 1862, 1872, 1904, 1908, 1909, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "categori": 4, "readili": [4, 525, 1914, 1919], "collabor": [4, 1862], "reli": [4, 1863], "thin": [4, 588, 1739], "mainten": [4, 574], "embed": [4, 1896, 1900, 1905, 1910], "conduct": [4, 1896, 1900, 1902], "bath": [4, 563, 1224, 1228, 1882, 1886, 1889, 1890, 1893, 1896, 1900, 1902, 1905, 1910], "mont": [4, 9, 416, 438, 440, 441, 459, 498, 523, 577, 593, 1886, 1889, 1890, 1893, 1896, 1900, 1902, 1903, 1908], "carlo": [4, 9, 416, 438, 440, 441, 459, 498, 523, 577, 593, 1886, 1889, 1890, 1893, 1896, 1900, 1902, 1903, 1908], "diagram": [4, 1902, 1914, 1919], "partit": [4, 9, 169, 197, 367, 368, 370, 373, 374, 510, 565, 580, 599, 601, 622, 649, 1898, 1902, 1909], "produc": [4, 502, 504, 506, 568, 579, 591, 593, 1864, 1886, 1890, 1894, 1908], "cite": [4, 1862], "200": [4, 367, 510, 1882, 1905, 1910], "274": [4, 367], "2016": [4, 367], "homepag": [4, 1862], "atom": [4, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 510, 565, 567, 572, 573, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 1611, 1624, 1886, 1889, 1890, 1893, 1896, 1898, 1899, 1900], "approxim": [4, 530, 557, 563, 945, 1224, 1872, 1889, 1891, 1893, 1896, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "quick": [4, 5, 240, 241, 506, 526], "answer": [4, 6, 466, 491, 494, 495, 577, 1862, 1887, 1889, 1891, 1893, 1916, 1921], "multiband": 4, "lattic": [4, 9, 498, 569, 570, 571, 572, 573, 1077, 1773, 1776, 1872, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1922], "descent": 4, "fix": [4, 8, 310, 312, 510, 538, 541, 551, 563, 566, 1226, 1886, 1890, 1896, 1899, 1900, 1913, 1915, 1918, 1920, 1923], "chemic": [4, 510, 565, 569, 658, 662, 940, 1886, 1889, 1890, 1892, 1893, 1899, 1901, 1904, 1907, 1908, 1909, 1912, 1917], "potenti": [4, 510, 565, 569, 658, 662, 940, 1865, 1867, 1871, 1886, 1889, 1890, 1892, 1893, 1899, 1901, 1904, 1907, 1908, 1909, 1912, 1917], "hartree_fock": 4, "fermion": [4, 164, 264, 265, 270, 326, 350, 360, 414, 510, 525, 526, 527, 529, 533, 535, 537, 538, 540, 541, 542, 549, 550, 551, 553, 565, 568, 569, 582, 589, 655, 658, 662, 1040, 1041, 1089, 1103, 1117, 1131, 1147, 1158, 1862, 1872, 1875, 1876, 1881, 1885, 1890, 1896, 1899, 1900, 1907, 1908, 1915, 1916, 1920, 1921, 1922], "mani": [4, 9, 181, 367, 368, 375, 388, 498, 506, 520, 525, 553, 570, 582, 1710, 1851, 1862, 1865, 1883, 1886, 1890, 1894, 1896, 1900, 1902, 1903, 1908, 1912, 1913, 1917, 1918], "bodi": [4, 9, 181, 367, 368, 375, 498, 525, 582, 1710, 1862, 1896, 1900, 1903, 1908], "imagianari": 4, "hugostrand": 4, "10": [4, 19, 95, 255, 264, 265, 270, 326, 509, 510, 512, 518, 519, 520, 523, 526, 535, 537, 538, 541, 543, 545, 551, 554, 563, 580, 590, 592, 1226, 1229, 1861, 1862, 1867, 1873, 1875, 1876, 1880, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1917, 1918, 1919, 1920], "5281": 4, "zenodo": 4, "592291": 4, "pomerol2triq": 4, "softwar": [4, 1862, 1863, 1869, 1883], "packag": [4, 5, 509, 1864, 1865, 1867, 1869, 1870, 1877, 1879, 1883, 1886, 1890, 1898, 1899, 1900, 1908], "235": 4, "388": 4, "2019": 4, "w2dynamics_interfac": 4, "renorm": [4, 1886, 1890, 1916, 1921], "rev": [4, 1862, 1905, 1910, 1916, 1921], "79": 4, "085106": 4, "2009": [4, 1905, 1910], "nrgljubljana_interfac": 4, "dfttool": 4, "wien2k": [4, 583, 1702, 1705, 1707], "band": [4, 510, 561, 569, 1672, 1882, 1886, 1887, 1890, 1891, 1892, 1901, 1904, 1905, 1907, 1909, 1910], "fledg": 4, "few": [4, 519, 533, 945, 1868, 1886, 1887, 1890, 1891, 1896, 1900, 1903, 1908, 1914, 1919], "204": 4, "shot": [4, 1889, 1893], "charg": [4, 534, 547, 553, 1914, 1915, 1919, 1920], "csc": 4, "h5": [4, 9, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 342, 343, 354, 355, 407, 408, 435, 436, 477, 478, 498, 507, 508, 510, 527, 533, 537, 538, 539, 542, 543, 545, 591, 1861, 1862, 1873, 1876, 1877, 1882, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1897, 1903, 1904, 1905, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1919, 1920], "archiv": [4, 9, 506, 508, 1872, 1876, 1881, 1882, 1886, 1890, 1892, 1903, 1904, 1908, 1909], "espresso": 4, "advantag": [4, 506, 525, 526, 574, 1894, 1901, 1907], "postprocess": [4, 1886, 1888, 1889, 1890, 1892, 1893], "script": [4, 5, 9, 588, 1863, 1871, 1872, 1879, 1883, 1886, 1890, 1892, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1917], "spectral": [4, 553, 557, 1211, 1214, 1887, 1888, 1889, 1891, 1892, 1893, 1896, 1900, 1901, 1903, 1907, 1908, 1912, 1916, 1917, 1921], "modular": [4, 1886, 1890], "entropi": 4, "1": [4, 5, 13, 15, 19, 43, 73, 85, 88, 95, 97, 117, 120, 121, 126, 161, 169, 174, 192, 193, 195, 196, 214, 216, 224, 225, 233, 234, 245, 246, 251, 255, 256, 260, 261, 262, 264, 265, 267, 270, 271, 282, 283, 290, 294, 295, 302, 310, 311, 312, 315, 324, 325, 326, 327, 339, 351, 352, 362, 368, 370, 377, 378, 379, 380, 382, 383, 384, 385, 389, 390, 391, 394, 395, 396, 397, 402, 417, 420, 438, 440, 441, 448, 453, 455, 456, 460, 461, 463, 464, 467, 469, 471, 475, 481, 490, 491, 492, 493, 494, 495, 497, 506, 508, 509, 510, 512, 516, 517, 518, 519, 520, 522, 523, 524, 525, 526, 527, 529, 530, 532, 533, 535, 537, 538, 541, 542, 549, 550, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 564, 565, 567, 568, 569, 570, 571, 572, 573, 574, 577, 579, 580, 582, 583, 585, 586, 589, 590, 592, 593, 596, 597, 655, 663, 665, 691, 692, 707, 710, 730, 731, 746, 749, 769, 770, 785, 788, 808, 809, 824, 827, 847, 848, 863, 866, 885, 945, 969, 970, 985, 988, 1012, 1013, 1022, 1191, 1223, 1224, 1228, 1611, 1626, 1632, 1633, 1639, 1644, 1661, 1679, 1698, 1699, 1700, 1706, 1713, 1714, 1722, 1723, 1724, 1729, 1732, 1760, 1767, 1773, 1781, 1791, 1794, 1798, 1805, 1819, 1833, 1861, 1862, 1863, 1865, 1869, 1871, 1873, 1874, 1875, 1876, 1880, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "caratheodori": 4, "2": [4, 5, 13, 19, 21, 24, 32, 36, 40, 65, 68, 78, 81, 95, 102, 106, 169, 174, 192, 193, 195, 196, 207, 214, 216, 224, 225, 255, 256, 260, 261, 262, 264, 265, 271, 282, 283, 290, 294, 295, 310, 315, 324, 325, 326, 327, 339, 351, 352, 362, 367, 368, 370, 377, 378, 380, 382, 389, 391, 394, 417, 438, 440, 441, 455, 459, 460, 461, 464, 465, 466, 467, 469, 471, 475, 490, 491, 492, 493, 494, 495, 497, 500, 503, 506, 507, 509, 510, 512, 516, 517, 518, 519, 520, 523, 525, 526, 527, 530, 531, 532, 533, 537, 538, 539, 542, 543, 545, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 565, 568, 570, 573, 577, 580, 582, 583, 585, 586, 589, 590, 593, 595, 596, 597, 885, 901, 926, 939, 1117, 1224, 1230, 1632, 1633, 1696, 1697, 1698, 1699, 1700, 1702, 1703, 1705, 1706, 1707, 1712, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1729, 1731, 1732, 1862, 1863, 1869, 1870, 1871, 1873, 1874, 1875, 1876, 1880, 1882, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923], "": [4, 7, 9, 11, 18, 29, 30, 31, 46, 89, 100, 146, 147, 192, 193, 194, 195, 196, 263, 316, 317, 318, 322, 323, 331, 339, 361, 440, 441, 473, 481, 498, 506, 507, 509, 510, 523, 527, 528, 535, 538, 545, 559, 560, 563, 564, 565, 570, 579, 580, 583, 585, 586, 587, 590, 591, 592, 597, 645, 646, 647, 648, 671, 672, 707, 746, 785, 824, 863, 869, 870, 873, 884, 885, 890, 916, 926, 939, 945, 949, 985, 996, 997, 998, 999, 1001, 1002, 1022, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1222, 1223, 1224, 1225, 1226, 1228, 1229, 1230, 1231, 1232, 1647, 1663, 1677, 1696, 1697, 1698, 1703, 1712, 1725, 1728, 1731, 1732, 1736, 1760, 1854, 1857, 1862, 1863, 1868, 1871, 1872, 1880, 1881, 1882, 1888, 1889, 1892, 1893, 1894, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "iskakov": 4, "jiani": 4, "fei": 4, "chia": 4, "nan": [4, 1913, 1918], "yeh": 4, "emanuel": 4, "gull": 4, "lett": [4, 1862, 1905, 1910, 1916, 1921], "126": 4, "056402": 4, "doi": [4, 1886, 1888, 1890, 1892], "1103": [4, 1886, 1888, 1890, 1892], "physrevlett": 4, "dominika": 4, "zgid": 4, "104": 4, "165111": 4, "physrevb": [4, 1886, 1888, 1890, 1892], "propos": [4, 420, 444, 574, 578, 580, 1901, 1907], "andrei": 4, "mishchenko": 4, "olga": 4, "goulko": 4, "et": [4, 1896, 1900, 1907, 1909], "al": [4, 1896, 1900, 1907], "95": 4, "014102": 4, "2017": 4, "239": 4, "166": 4, "94": [4, 1896, 1900], "023303": 4, "omegamaxent_interfac": 4, "effici": [4, 517, 526, 565, 591, 1862, 1899], "c": [4, 5, 7, 109, 110, 111, 112, 113, 114, 116, 121, 130, 131, 140, 146, 147, 148, 149, 150, 151, 153, 156, 157, 158, 159, 160, 161, 165, 166, 167, 168, 309, 319, 320, 327, 330, 373, 417, 422, 438, 440, 441, 447, 466, 467, 469, 482, 483, 491, 494, 495, 498, 499, 500, 503, 504, 506, 509, 512, 513, 520, 524, 525, 526, 527, 530, 533, 534, 537, 538, 543, 545, 549, 552, 553, 562, 565, 574, 577, 581, 582, 589, 592, 593, 595, 596, 597, 605, 606, 626, 627, 686, 725, 764, 803, 842, 914, 915, 964, 995, 1005, 1233, 1714, 1715, 1862, 1863, 1864, 1865, 1868, 1870, 1871, 1873, 1875, 1877, 1886, 1889, 1890, 1892, 1893, 1894, 1896, 1898, 1899, 1900, 1902, 1905, 1909, 1910, 1911, 1912, 1913, 1916, 1917, 1918, 1921], "mpi": [4, 9, 10, 255, 261, 270, 278, 302, 327, 417, 438, 440, 441, 458, 459, 466, 473, 482, 483, 491, 494, 495, 498, 508, 553, 561, 574, 577, 582, 593, 1818, 1819, 1861, 1862, 1863, 1865, 1867, 1869, 1870, 1882, 1886, 1888, 1890, 1892, 1893, 1902, 1905, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "oper": [4, 9, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 96, 101, 134, 137, 139, 147, 150, 163, 165, 166, 167, 168, 169, 175, 180, 181, 198, 199, 200, 206, 210, 235, 240, 241, 245, 246, 249, 252, 269, 270, 281, 293, 327, 335, 350, 351, 352, 361, 362, 363, 365, 367, 368, 369, 373, 376, 388, 400, 452, 459, 461, 473, 482, 483, 498, 500, 506, 508, 509, 510, 512, 513, 517, 521, 522, 523, 524, 527, 531, 549, 552, 559, 565, 566, 580, 583, 584, 585, 586, 587, 597, 599, 601, 603, 604, 605, 606, 610, 622, 624, 625, 626, 627, 631, 643, 671, 672, 1040, 1635, 1851, 1863, 1872, 1874, 1881, 1882, 1886, 1890, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1916, 1918, 1921], "phase": [4, 368, 373, 1872, 1890, 1912, 1916, 1917, 1921, 1922], "beth": [4, 1872, 1903, 1904, 1908, 1909, 1914, 1919], "salpet": [4, 1914, 1919], "2638058": 4, "systemat": [4, 459, 1902], "test": [4, 211, 212, 213, 236, 237, 310, 312, 507, 518, 521, 557, 561, 1793, 1861, 1863, 1866, 1870, 1871, 1877, 1878], "cmake": [4, 7, 1863, 1864, 1867, 1869, 1870, 1871, 1878, 1880], "own": [4, 8, 509, 1868, 1872, 1873, 1877, 1886, 1890, 1894], "standalon": [4, 501], "welcom": [5, 1867, 1872], "triq": [5, 6, 7, 8, 9, 10, 498, 511, 512, 517, 520, 525, 526, 528, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 567, 569, 570, 571, 572, 573, 575, 577, 578, 579, 580, 582, 583, 584, 585, 586, 587, 588, 589, 595, 596, 597, 1864, 1866, 1868, 1870, 1873, 1874, 1875, 1876, 1879, 1881, 1882, 1883, 1884, 1885, 1888, 1889, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "core": [5, 1863, 1865, 1886, 1890, 1894, 1905, 1910], "instal": [5, 7, 503, 596, 1862, 1865, 1868, 1869, 1871, 1878, 1879, 1880], "compil": [5, 9, 498, 500, 504, 512, 516, 517, 527, 591, 596, 1862, 1865, 1866, 1870, 1879, 1880, 1886, 1890], "advanc": [5, 73, 75, 215, 217, 225, 501, 504, 513, 527, 531, 535, 580, 588, 1862, 1886, 1890, 1902], "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, 121, 146, 147, 148, 149, 169, 174, 192, 193, 195, 196, 207, 214, 216, 224, 225, 255, 256, 260, 261, 264, 265, 270, 271, 278, 282, 283, 290, 294, 295, 302, 309, 314, 319, 320, 327, 330, 339, 351, 352, 362, 368, 375, 377, 378, 382, 389, 394, 448, 453, 455, 461, 475, 498, 500, 501, 506, 513, 517, 522, 530, 533, 538, 547, 553, 554, 555, 556, 557, 558, 561, 573, 575, 578, 580, 595, 596, 1862, 1863, 1866, 1868, 1872, 1874, 1875, 1877, 1878, 1879, 1886, 1890, 1896, 1900, 1902, 1903, 1908, 1912, 1917], "api": [5, 419, 500, 501, 503, 504, 509, 528, 552, 559, 593, 1863, 1923], "python": [5, 11, 498, 500, 503, 504, 506, 508, 552, 553, 554, 555, 556, 557, 558, 560, 561, 581, 585, 588, 590, 591, 592, 594, 597, 916, 1846, 1862, 1863, 1864, 1865, 1867, 1869, 1877, 1878, 1881, 1882, 1896, 1897, 1899, 1900, 1901, 1902, 1907], "why": [5, 234, 536, 561, 580, 1886, 1887, 1889, 1890, 1891, 1893, 1896, 1900, 1909, 1913, 1916, 1918, 1921], "tour": [5, 9, 513], "ab": [5, 213, 226, 238, 512, 517, 574, 686, 725, 764, 803, 842, 945, 964, 1791, 1886, 1890, 1896, 1900, 1905, 1910], "initio": [5, 1886, 1890], "tool": [5, 9, 164, 498, 504, 552, 559, 573, 583, 588, 591, 593, 1610, 1862, 1863, 1864, 1867, 1870, 1871, 1872, 1877, 1883, 1885, 1894, 1896, 1900, 1918], "analyt": [5, 557, 1677, 1889, 1893, 1899, 1901, 1903, 1908, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "determin": [5, 9, 202, 234, 247, 498, 502, 509, 523, 524, 530, 537, 551, 561, 562, 580, 582, 583, 1696, 1703, 1782, 1872, 1873, 1886, 1890, 1892, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "changelog": [5, 1862, 1871, 1923], "0": [5, 19, 40, 73, 95, 113, 114, 117, 120, 125, 127, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 196, 205, 213, 226, 238, 245, 246, 262, 264, 265, 270, 315, 326, 327, 339, 366, 379, 380, 383, 384, 385, 390, 391, 395, 396, 397, 417, 420, 423, 438, 440, 441, 444, 455, 456, 460, 461, 464, 467, 469, 471, 473, 482, 483, 490, 491, 493, 494, 495, 509, 510, 512, 517, 518, 519, 520, 522, 523, 524, 525, 526, 529, 530, 535, 537, 538, 541, 542, 543, 545, 547, 550, 551, 553, 554, 555, 557, 558, 560, 562, 563, 565, 567, 568, 569, 570, 573, 577, 579, 580, 582, 583, 585, 586, 587, 589, 590, 591, 592, 593, 596, 597, 648, 658, 662, 703, 742, 781, 820, 859, 885, 937, 938, 939, 940, 945, 981, 1021, 1103, 1147, 1158, 1200, 1224, 1611, 1639, 1655, 1659, 1660, 1676, 1679, 1692, 1698, 1699, 1706, 1722, 1723, 1724, 1725, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1757, 1781, 1819, 1820, 1825, 1834, 1839, 1861, 1863, 1869, 1873, 1874, 1875, 1876, 1879, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1923], "5": [5, 169, 255, 264, 265, 278, 302, 339, 460, 469, 471, 492, 493, 494, 495, 509, 510, 512, 519, 520, 523, 541, 553, 557, 558, 561, 568, 573, 577, 579, 580, 582, 589, 590, 596, 1873, 1874, 1882, 1885, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1909, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "4": [5, 19, 85, 95, 255, 264, 265, 278, 302, 339, 367, 459, 460, 464, 467, 469, 471, 492, 493, 494, 495, 506, 510, 518, 519, 520, 523, 550, 557, 565, 568, 573, 577, 585, 590, 596, 597, 1712, 1714, 1724, 1863, 1869, 1873, 1874, 1875, 1885, 1888, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1905, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "issu": [5, 8, 553, 580, 591, 1861, 1862, 1867, 1897], "author": [5, 563, 1226], "citat": 5, "disclaim": [5, 1886, 1890], "frequent": 5, "question": [5, 6, 7, 353, 356, 406, 409, 1862, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1912, 1914, 1917, 1919], "q": [5, 571, 583, 1699, 1775, 1862, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "my": [5, 507, 579, 1880, 1895], "gf": [5, 9, 10, 192, 193, 194, 195, 196, 339, 509, 510, 525, 526, 527, 528, 529, 530, 532, 533, 534, 536, 541, 544, 546, 547, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 564, 570, 571, 585, 586, 587, 589, 590, 595, 596, 646, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1767, 1773, 1863, 1876, 1877, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "hash": 5, "regard": 6, "consult": [6, 509], "make": [6, 7, 122, 127, 136, 234, 242, 243, 244, 245, 246, 247, 248, 249, 260, 270, 315, 328, 364, 366, 375, 500, 517, 518, 521, 525, 527, 529, 532, 533, 534, 535, 553, 561, 578, 580, 582, 584, 587, 590, 597, 870, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181, 1735, 1845, 1861, 1863, 1864, 1867, 1868, 1870, 1871, 1880, 1883, 1886, 1890, 1896, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "easier": [6, 1886, 1890, 1896, 1900, 1903, 1908], "fill": [6, 461, 467, 512, 513, 519, 526, 527, 529, 537, 554, 555, 557, 558, 565, 570, 699, 700, 701, 702, 738, 739, 740, 741, 777, 778, 779, 780, 816, 817, 818, 819, 855, 856, 857, 858, 977, 978, 979, 980, 1017, 1018, 1019, 1020, 1882, 1887, 1891, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1916, 1918, 1921], "new": [6, 8, 122, 127, 128, 214, 216, 224, 227, 233, 245, 246, 247, 267, 307, 329, 345, 346, 364, 378, 386, 389, 398, 460, 461, 469, 502, 506, 507, 508, 516, 523, 524, 529, 561, 574, 580, 582, 583, 591, 597, 872, 889, 1698, 1709, 1791, 1862, 1863, 1868, 1871, 1874, 1879, 1880, 1886, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1900, 1901, 1907, 1923], "happi": 6, "improv": [6, 530, 581, 1610, 1863, 1886, 1890, 1923], "coordin": [6, 527, 567, 572, 573, 1613, 1630, 1639, 1641, 1642, 1643, 1650, 1666, 1875, 1895, 1901, 1907], "chang": [6, 7, 8, 234, 240, 241, 242, 243, 244, 419, 510, 522, 523, 553, 561, 578, 583, 586, 1698, 1705, 1709, 1727, 1728, 1729, 1862, 1863, 1865, 1867, 1871, 1874, 1880, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1900, 1902, 1903, 1904, 1907, 1908, 1909, 1914, 1919, 1920, 1923], "engag": 6, "forum": [6, 1862], "channel": [6, 1890, 1892, 1893, 1908, 1915, 1920], "announc": 6, "gladli": 7, "accept": [7, 228, 424, 427, 442, 449, 450, 459, 515, 517, 518, 523, 531, 571, 574, 577, 578, 580, 597, 885, 1768, 1774, 1900, 1902, 1909], "come": [7, 510, 568, 570, 579, 1868, 1873, 1874, 1897, 1903, 1908, 1916, 1921], "learn": [7, 8, 591, 1872, 1874, 1875, 1886, 1887, 1890, 1891, 1894, 1898, 1899, 1903, 1906, 1908], "green": [7, 9, 192, 193, 194, 195, 196, 255, 261, 263, 264, 265, 267, 269, 270, 278, 281, 293, 310, 312, 316, 317, 318, 322, 323, 324, 325, 326, 327, 331, 498, 502, 506, 509, 510, 512, 527, 528, 529, 531, 534, 536, 538, 541, 542, 545, 546, 547, 559, 560, 563, 564, 570, 587, 589, 590, 645, 646, 647, 648, 671, 672, 674, 676, 677, 678, 679, 680, 686, 687, 689, 690, 693, 695, 707, 708, 709, 710, 713, 715, 716, 717, 718, 719, 725, 726, 728, 729, 732, 734, 746, 747, 748, 749, 752, 754, 755, 756, 757, 758, 764, 765, 767, 768, 771, 773, 785, 786, 787, 788, 791, 793, 794, 795, 796, 797, 803, 804, 806, 807, 810, 812, 824, 825, 826, 827, 830, 832, 833, 834, 835, 836, 842, 843, 845, 846, 849, 851, 863, 864, 865, 866, 869, 870, 873, 884, 885, 890, 901, 916, 926, 939, 945, 952, 954, 955, 956, 957, 958, 964, 965, 967, 968, 971, 973, 985, 986, 987, 988, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1022, 1089, 1103, 1117, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1222, 1223, 1225, 1226, 1229, 1230, 1231, 1232, 1233, 1712, 1736, 1769, 1862, 1872, 1881, 1882, 1888, 1889, 1892, 1893, 1897, 1898, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1918], "plai": [7, 551, 562, 1886, 1890, 1908], "futur": [7, 1845], "willing": 7, "check": [7, 109, 139, 199, 210, 235, 307, 310, 312, 329, 344, 356, 358, 359, 363, 409, 411, 412, 459, 508, 512, 517, 571, 585, 651, 1692, 1725, 1775, 1776, 1816, 1862, 1863, 1871, 1872, 1887, 1891, 1896, 1897, 1899, 1900, 1912, 1913, 1915, 1917, 1918, 1920], "websit": [7, 1863], "go": [7, 8, 580, 1862, 1872, 1886, 1890, 1896, 1900, 1902, 1903, 1908, 1913, 1914, 1918, 1919], "submit": [7, 8], "unsur": 7, "dbuild_document": [7, 1866], "dsphinx_onli": 7, "Then": [7, 524, 561, 592, 1791, 1863, 1879, 1886, 1890, 1895, 1902, 1903, 1908, 1916, 1921], "move": [7, 8, 85, 88, 206, 234, 255, 271, 282, 283, 294, 295, 417, 418, 420, 424, 438, 440, 441, 442, 443, 444, 445, 449, 450, 451, 517, 523, 533, 535, 579, 582, 1886, 1890, 1902, 1909], "doc": [7, 8, 217, 225, 278, 417, 423, 438, 440, 441, 499, 500, 503, 508, 535, 595, 1683, 1751, 1877, 1886, 1890, 1894], "cd": [7, 8, 373, 582, 686, 725, 764, 803, 842, 964, 1863, 1880, 1886, 1890], "becaus": [7, 501, 518, 526, 527, 553, 561, 580, 595, 1867, 1893, 1894, 1896, 1900, 1903, 1908, 1916, 1921], "want": [7, 529, 539, 543, 545, 553, 580, 589, 591, 593, 597, 1862, 1865, 1868, 1869, 1871, 1872, 1874, 1875, 1877, 1879, 1880, 1886, 1888, 1890, 1892, 1895, 1896, 1897, 1900, 1903, 1908], "docs_example_output": 7, "modifi": [7, 8, 367, 504, 523, 530, 534, 547, 556, 561, 591, 681, 720, 759, 798, 837, 959, 1007, 1873, 1880, 1882, 1886, 1890, 1895, 1897, 1903, 1904, 1908, 1909], "src": [7, 8, 278, 595, 1880], "rebuild": [7, 227, 516, 523, 675, 714, 753, 792, 831], "hand": [7, 261, 278, 460, 512, 1886, 1890, 1912, 1915, 1916, 1917, 1920, 1921], "autobuild": 7, "form": [8, 9, 11, 169, 473, 500, 503, 510, 512, 513, 516, 537, 538, 551, 565, 566, 573, 578, 582, 583, 871, 886, 1677, 1697, 1845, 1882, 1886, 1890, 1892, 1896, 1898, 1900, 1901, 1907, 1913, 1915, 1918, 1920], "click": [8, 1887, 1891, 1894], "button": 8, "right": [8, 234, 261, 278, 461, 475, 490, 491, 497, 512, 563, 577, 686, 725, 764, 803, 842, 964, 1204, 1224, 1886, 1887, 1890, 1891, 1894, 1896, 1900, 1902, 1903, 1908, 1912, 1915, 1916, 1917, 1920, 1921], "screen": [8, 580, 583, 1696, 1697, 1698, 1703], "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, 266, 267, 541, 557, 583, 597, 1709, 1886, 1890, 1892, 1896, 1899, 1900, 1916, 1920, 1921], "fetch": [8, 1863], "my_triq": 8, "your_usernam": 8, "again": [8, 578, 1885, 1886, 1889, 1890, 1893, 1897, 1903, 1904, 1908, 1909], "final": [8, 139, 163, 165, 166, 167, 168, 459, 466, 509, 510, 530, 574, 577, 579, 580, 603, 605, 624, 626, 1679, 1862, 1863, 1896, 1899, 1900, 1902, 1905, 1910, 1913, 1918], "congratul": 8, "sync": 8, "checkout": 8, "my_first_pr": 8, "usual": [8, 518, 519, 520, 525, 561, 578, 580, 1864, 1886, 1890, 1894, 1903, 1908, 1913, 1918], "mind": [8, 553], "concis": 8, "bracket": [8, 521, 526, 552, 559], "what": [8, 302, 372, 506, 508, 553, 578, 580, 581, 590, 595, 1880, 1886, 1888, 1890, 1892, 1894, 1895, 1896, 1897, 1899, 1900, 1902, 1903, 1907, 1908, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "instanc": [8, 461, 573, 578, 579, 580, 582, 584, 1639, 1877], "det_manip": [8, 9, 10, 522, 524, 1872], "multipli": [8, 11, 32, 47, 48, 379, 383, 390, 395, 517, 533, 570, 1896, 1900], "squash": 8, "readi": [8, 504, 580, 582, 1862, 1872, 1880], "experi": [8, 1862, 1867, 1886, 1890], "atom_diag": [9, 10, 498, 1898], "lightweight": [9, 164, 498, 600, 601, 622, 1898], "exact": [9, 164, 498, 599, 600, 601, 622, 1889, 1893, 1902, 1914, 1919], "atom_diag_funct": [9, 510], "clef": [9, 264, 265, 498, 512, 528, 529, 533, 537, 538, 541, 551, 552, 1873, 1875, 1876], "motiv": [9, 513], "littl": [9, 507, 513, 515, 522, 527, 533, 542, 547, 552, 559, 574, 590, 591, 1872], "manipul": [9, 201, 498, 506, 513, 525, 528, 581, 1872, 1873, 1875, 1881, 1883, 1894, 1899], "notion": [9, 502, 527, 552, 585, 1867], "py": [9, 504, 552, 591, 1871, 1877, 1879, 1886, 1890, 1894, 1898, 1900, 1903, 1904, 1908, 1909, 1918], "hilbert_spac": [9, 10, 176, 498, 510, 582], "hilbert": [9, 163, 169, 170, 176, 177, 187, 350, 351, 352, 354, 355, 358, 359, 360, 361, 362, 366, 367, 368, 370, 375, 378, 380, 381, 386, 387, 388, 389, 391, 392, 398, 399, 400, 401, 402, 405, 407, 408, 411, 412, 413, 414, 498, 510, 560, 568, 569, 608, 611, 620, 629, 632, 641, 659, 665, 926, 939, 1902, 1909, 1910], "sub_hilbert_spac": [9, 334, 361, 362, 366, 375, 388, 565], "imperative_oper": [9, 334, 565], "imper": [9, 361, 367, 368, 369, 565], "introductori": 9, "Ising": [9, 575, 580], "chain": [9, 512, 575, 580, 1902], "magnet": [9, 575, 580], "quantiz": [9, 498], "object": [9, 11, 14, 26, 33, 42, 58, 72, 84, 96, 109, 113, 122, 124, 127, 128, 130, 132, 146, 148, 149, 156, 157, 160, 207, 261, 264, 265, 270, 278, 302, 310, 312, 324, 325, 326, 327, 339, 342, 343, 346, 354, 361, 362, 364, 365, 366, 370, 378, 380, 384, 385, 389, 391, 396, 397, 407, 461, 471, 482, 483, 490, 491, 500, 502, 504, 506, 509, 510, 512, 517, 520, 525, 527, 529, 534, 537, 538, 543, 545, 553, 554, 555, 556, 557, 558, 560, 561, 563, 566, 569, 570, 571, 574, 580, 581, 582, 583, 584, 588, 589, 593, 597, 665, 666, 669, 870, 945, 1199, 1202, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1230, 1659, 1672, 1675, 1676, 1677, 1706, 1739, 1745, 1753, 1773, 1813, 1818, 1845, 1854, 1857, 1875, 1889, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1903, 1908], "proven": [9, 498, 1871], "stat": [9, 10, 498], "averag": [9, 200, 459, 461, 463, 490, 491, 492, 493, 494, 495, 574, 1886, 1890, 1902, 1909], "notat": [9, 498, 542, 553, 582], "hdf5": [9, 218, 219, 257, 258, 259, 273, 274, 275, 285, 286, 287, 297, 298, 299, 342, 343, 354, 355, 407, 408, 410, 435, 436, 473, 477, 478, 479, 498, 500, 549, 552, 553, 559, 581, 1862, 1863, 1867, 1869, 1870, 1872, 1881, 1912, 1917], "cpp2py": [9, 498, 499, 500, 503, 504, 1864], "principl": [9, 501, 506, 508, 509, 517, 574, 591, 1880, 1896, 1900, 1912, 1915, 1917, 1920], "mc_tool": [9, 10, 577, 579, 580], "itertool": [9, 10, 116, 510, 582, 597, 1862, 1873, 1886, 1888, 1889, 1890, 1892, 1893], "iterator_facad": 11, "forward_iterator_tag": 11, "crtp": 11, "sentinel_t": [11, 18, 24, 33, 40, 46, 89, 93, 100, 106, 338, 341], "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, 114, 116, 117, 131, 158, 159, 161, 189, 473, 475, 486, 510, 537, 538, 543, 545, 551, 573, 592, 1755, 1862, 1882, 1886, 1890, 1892, 1893, 1894, 1895, 1904, 1905, 1907, 1908, 1909, 1910, 1916, 1920, 1921], "enum_it": [11, 21], "prod_it": [11, 36], "cartesian": [11, 35, 527, 528, 531, 542, 1054, 1899], "mimic": 11, "stride_it": [11, 78, 81], "transform_it": [11, 92], "zip_it": [11, 102], "zip": [11, 597, 1886, 1890, 1912, 1917, 1918], "make_sentinel": 11, "similar": [11, 199, 508, 518, 524, 561, 590, 1677, 1886, 1890, 1893, 1896, 1900, 1903, 1908, 1923], "arrai": [11, 32, 48, 134, 135, 136, 146, 148, 149, 255, 256, 264, 265, 266, 267, 270, 271, 280, 282, 283, 292, 294, 295, 305, 461, 471, 476, 506, 507, 509, 512, 526, 529, 531, 535, 536, 537, 538, 542, 543, 545, 551, 553, 554, 555, 556, 557, 558, 560, 561, 563, 570, 571, 572, 573, 583, 585, 586, 590, 595, 596, 656, 660, 670, 674, 682, 683, 684, 685, 710, 713, 721, 722, 723, 724, 749, 752, 760, 761, 762, 763, 788, 791, 799, 800, 801, 802, 827, 830, 838, 839, 840, 841, 866, 916, 952, 960, 961, 962, 963, 988, 1008, 1009, 1010, 1011, 1067, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1200, 1224, 1228, 1229, 1230, 1626, 1632, 1633, 1635, 1644, 1661, 1676, 1677, 1679, 1697, 1698, 1702, 1704, 1705, 1706, 1707, 1709, 1712, 1722, 1723, 1724, 1727, 1728, 1729, 1739, 1744, 1745, 1758, 1767, 1769, 1771, 1773, 1775, 1778, 1828, 1842, 1861, 1862, 1869, 1872, 1880, 1883, 1886, 1890, 1892, 1893, 1894, 1895, 1899, 1900, 1913, 1918, 1921], "make_vector_from_rang": 11, "last": [11, 12, 13, 45, 48, 49, 52, 53, 206, 429, 432, 523, 524, 530, 549, 580, 590, 597, 1886, 1889, 1890, 1892, 1893, 1901, 1902, 1903, 1907, 1908, 1909, 1916, 1921], "divid": [11, 12, 116, 473, 524, 580, 1755, 1886, 1890, 1892, 1893, 1918], "equal": [11, 14, 18, 25, 41, 42, 46, 59, 69, 72, 76, 82, 84, 89, 96, 100, 107, 109, 358, 359, 411, 412, 473, 475, 486, 488, 490, 491, 557, 1755, 1865, 1886, 1890, 1894, 1896, 1899, 1900, 1905, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "unari": 11, "callabl": [11, 26, 83, 84, 85, 86, 90, 92, 364, 365, 370, 380, 391, 517, 566, 589, 597, 669, 870, 1845, 1854], "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, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 163, 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, 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, 251, 253, 254, 255, 256, 257, 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, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 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, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 362, 363, 364, 365, 366, 368, 369, 370, 371, 372, 373, 374, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 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, 443, 444, 445, 446, 447, 448, 449, 450, 451, 453, 454, 455, 456, 457, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 512, 520, 521, 527, 528, 531, 532, 534, 536, 541, 544, 547, 549, 550, 552, 597], "ptrdiff_t": [12, 63, 70, 71, 73], "n_chunk": 12, "indic": [12, 189, 192, 193, 194, 195, 196, 279, 291, 304, 315, 335, 339, 352, 525, 527, 533, 542, 551, 553, 554, 555, 556, 557, 558, 560, 561, 564, 565, 570, 571, 582, 584, 589, 590, 599, 601, 622, 707, 746, 785, 824, 863, 871, 877, 878, 886, 985, 1022, 1217, 1640, 1660, 1676, 1712, 1768, 1769, 1774, 1846, 1861, 1871, 1886, 1890, 1894, 1896, 1898, 1900, 1902, 1904, 1908, 1909, 1913, 1914, 1918, 1919, 1923], "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, 114, 116, 130, 131, 132, 134, 135, 137, 138, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 191, 198, 199, 200, 202, 207, 247, 251, 252, 255, 261, 263, 264, 265, 266, 267, 268, 269, 270, 278, 281, 293, 294, 302, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 333, 339, 345, 361, 364, 365, 366, 367, 370, 375, 376, 380, 388, 391, 416, 418, 419, 420, 437, 442, 444, 455, 459, 471, 490, 491, 492, 493, 494, 495, 497, 512, 520, 521, 523, 531, 533, 582, 584, 597], "iter1": 13, "iter2": 13, "iterator_trait": [13, 84], "difference_typ": 13, "increment": [14, 28, 30, 42, 71, 72, 84, 96, 1781, 1782], "derefer": [14, 28, 29, 31, 42, 72, 84, 96, 500], "decltyp": [16, 29, 31, 44, 74, 86, 98, 110, 111, 130, 156, 160, 527, 597], "dereferenc": [16, 44, 74, 86, 98], "void": [17, 26, 45, 75, 87, 99, 112, 113, 114, 115, 119, 120, 123, 131, 135, 143, 145, 146, 149, 157, 158, 159, 161, 205, 206, 218, 219, 228, 233, 235, 236, 237, 238, 240, 241, 257, 258, 273, 274, 285, 286, 290, 297, 298, 302, 303, 306, 332, 333, 342, 343, 345, 346, 354, 355, 365, 370, 380, 386, 391, 398, 401, 407, 408, 413, 419, 420, 421, 422, 435, 436, 437, 439, 444, 446, 447, 451, 460, 474, 477, 478, 482, 500, 502, 503, 509, 512, 521, 523, 527, 531, 574, 577, 580, 595, 597], "bool": [18, 25, 41, 46, 59, 69, 76, 82, 89, 100, 107, 109, 130, 131, 133, 141, 142, 147, 148, 149, 156, 157, 158, 159, 163, 164, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 226, 255, 263, 309, 310, 311, 312, 319, 320, 327, 330, 344, 347, 356, 358, 359, 361, 363, 366, 368, 369, 373, 375, 409, 411, 412, 417, 418, 423, 438, 440, 441, 483, 488, 523, 554, 555, 556, 557, 558, 563, 577, 580, 582, 583, 585, 674, 691, 692, 710, 713, 730, 731, 749, 752, 769, 770, 788, 791, 808, 809, 827, 830, 847, 848, 866, 952, 969, 970, 988, 996, 1012, 1013, 1089, 1103, 1117, 1140, 1224, 1639, 1676, 1679, 1687, 1692, 1697, 1711, 1713, 1714, 1715, 1724, 1816, 1900], "sentinelit": [18, 46, 89, 100], "true": [18, 46, 76, 89, 100, 109, 118, 122, 125, 126, 127, 133, 141, 142, 310, 311, 312, 334, 344, 356, 358, 359, 362, 368, 373, 409, 411, 412, 417, 418, 423, 438, 440, 441, 488, 500, 503, 508, 510, 517, 518, 520, 554, 555, 556, 557, 558, 561, 565, 577, 578, 582, 583, 585, 589, 592, 604, 606, 674, 710, 713, 749, 752, 788, 791, 827, 830, 866, 870, 885, 897, 945, 952, 988, 1028, 1639, 1677, 1679, 1697, 1713, 1714, 1715, 1723, 1767, 1769, 1816, 1850, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1903, 1905, 1908, 1910, 1912, 1917, 1918, 1919], "rg": [19, 26, 34, 39, 47, 58, 63, 71, 83, 95, 105, 114, 116, 158], "iostream": [19, 95, 460, 464, 467, 469, 509, 512, 518, 519, 520, 577, 579, 580, 595, 597], "cout": [19, 95, 264, 265, 460, 464, 467, 469, 492, 493, 494, 495, 509, 512, 516, 518, 519, 520, 523, 533, 537, 538, 541, 551, 565, 577, 579, 580, 582, 595, 597, 1873, 1874, 1875, 1876, 1880], "endl": [19, 95, 460, 464, 467, 469, 492, 493, 494, 495, 509, 512, 516, 518, 519, 520, 523, 533, 537, 538, 541, 565, 577, 579, 580, 582, 595, 597, 1873, 1874, 1875, 1876, 1880], "cbegin": [20, 35, 49, 50, 64, 77, 90, 91, 101, 335, 527, 582], "cend": [20, 35, 49, 54, 64, 77, 90, 94, 101, 335, 527, 582], "noexcept": [21, 24, 36, 40, 53, 65, 68, 78, 81, 102, 106, 133, 207, 278, 282, 290, 294, 303, 523], "const_iter": [21, 22, 36, 37, 50, 51, 52, 54, 65, 66, 67, 68, 78, 79, 80, 81, 91, 92, 102, 103, 336, 337, 341, 500, 527, 549, 582], "pre": [28, 461, 490, 491, 492, 493, 494, 495, 1863, 1886, 1890, 1894], "size_t": [32, 48, 489, 512, 523, 527, 566, 696, 735, 774, 813, 852, 974, 1014], "denot": [34, 490, 491, 542, 551, 574, 583, 585, 586, 587, 1698, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1896, 1899, 1900, 1905, 1910, 1923], "tu": [40, 597], "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, 196, 523, 557, 945, 1886, 1889, 1890, 1892, 1893, 1894, 1901, 1902, 1907, 1909, 1916, 1921], "whole": [49, 321, 517, 571, 1773, 1888, 1892], "amount": [49, 57, 473, 530, 1755, 1886, 1890, 1896, 1900, 1916, 1921], "start_idx": 63, "end_idx": 63, "past": [63, 338, 341, 582], "skip": 71, "end_offset": 81, "invoke_result_t": 84, "typenamestd": 84, "value_typ": [84, 203, 204, 220, 221, 222, 223, 224, 225, 229, 230, 231, 232, 242, 243, 244, 245, 246, 247, 248, 249, 379, 382, 383, 390, 394, 395, 523, 534, 547, 566], "v1": [95, 566, 1896, 1900], "v2": [95, 566, 1896, 1900], "y": [95, 203, 207, 216, 220, 223, 242, 243, 245, 246, 247, 522, 523, 528, 541, 546, 547, 552, 580, 582, 583, 586, 589, 590, 593, 597, 669, 670, 679, 718, 757, 796, 835, 923, 957, 1029, 1198, 1200, 1214, 1218, 1702, 1705, 1707, 1729, 1732, 1781, 1791, 1863, 1871, 1874, 1886, 1890, 1892, 1894, 1895, 1899, 1905, 1910, 1912, 1913, 1916, 1917, 1918, 1921], "mpi_op": [111, 112, 137, 138, 148, 149, 156, 157, 158, 159, 327, 483, 509], "mpi_sum": [111, 112, 148, 149, 156, 157, 158, 159, 327, 483, 509], "contiguous_sized_rang": [114, 131, 158, 159, 161], "errcod": 115, "string": [115, 146, 147, 218, 219, 257, 258, 259, 273, 274, 275, 285, 286, 287, 297, 298, 299, 306, 314, 335, 338, 341, 342, 343, 345, 354, 355, 357, 407, 408, 410, 418, 420, 423, 424, 435, 436, 444, 449, 450, 453, 454, 457, 477, 478, 479, 500, 503, 506, 507, 509, 533, 554, 555, 556, 557, 558, 561, 563, 567, 569, 577, 579, 580, 582, 583, 585, 586, 587, 590, 591, 599, 601, 622, 656, 663, 670, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1611, 1640, 1660, 1698, 1701, 1702, 1705, 1707, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1753, 1791, 1847, 1852, 1856, 1886, 1890, 1898], "mpi_routin": 115, "nrang": 117, "min_siz": 117, "subrang": 117, "interest": [117, 521, 580, 1886, 1890, 1902, 1904, 1909, 1913, 1918], "sup": 117, "disjoint": 118, "abort": 118, "mpi_abort": [118, 119, 423], "error_cod": 119, "poll_msec": [120, 1819, 1833], "interv": [120, 473, 530, 543, 545, 579, 580, 592, 1147, 1158, 1167, 1179, 1755, 1875, 1896, 1900, 1902, 1915, 1920], "millisecond": 120, "mpi_barri": 120, "mpi_comm": [121, 122, 124, 127, 509], "mpi_comm_world": [121, 509], "longer": [122, 127, 517, 1896, 1900, 1903, 1905, 1908, 1910], "mpi_comm_rank": 125, "mpi_comm_s": 126, "argc": [129, 509, 510, 577, 580], "char": [129, 509, 510, 577, 580, 597, 1886, 1890], "argv": [129, 503, 509, 510, 577, 580, 591, 1861], "r1": [131, 159, 161], "r2": [131, 159, 161], "in_rg": [131, 159, 161], "out_rg": [131, 159, 161], "out_siz": 131, "non": [131, 161, 260, 290, 368, 373, 375, 391, 393, 501, 504, 506, 520, 528, 541, 552, 563, 565, 566, 571, 585, 945, 1223, 1225, 1230, 1767, 1773, 1853, 1872, 1886, 1890, 1892, 1896, 1900, 1901, 1902, 1903, 1907, 1908, 1914, 1916, 1919, 1921, 1922], "reduct": [131, 148, 149, 156, 157, 158, 159, 483, 491, 510, 597], "mpi_datatyp": [132, 155, 509], "tup": 132, "nda": [134, 135, 225, 262, 264, 265, 332, 375, 376, 377, 461, 465, 466, 471, 476, 509, 512, 516, 517, 518, 519, 520, 526, 529, 533, 534, 537, 538, 541, 542, 551, 572, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1626, 1644, 1661, 1862, 1873, 1875, 1876, 1880], "invok": [134, 1845, 1854, 1857], "view": [134, 135, 260, 281, 282, 290, 294, 302, 303, 328, 500, 526, 528, 529, 532, 535, 541, 544, 545, 547, 552, 559, 591, 687, 695, 710, 726, 734, 749, 765, 773, 788, 804, 812, 827, 843, 851, 866, 881, 904, 965, 973, 988, 1828, 1842, 1879, 1882, 1886, 1890, 1896, 1897, 1900], "pointer": [137, 261, 278, 362, 527, 532], "report_local_ev": 139, "event": [139, 141, 142, 1862], "event_on_any_rank": 139, "event_on_all_rank": 139, "finalize_commun": 139, "pend": 139, "t1": [146, 148, 521, 597, 1875], "t2": [146, 148, 597, 1875], "datatyp": [151, 509], "mpi_scatt": [160, 509, 549], "in_siz": 161, "chunk_siz": 161, "partition_funct": [162, 510, 511], "atomic_density_matrix": [162, 510, 511], "act": [162, 361, 364, 459, 490, 491, 511, 565, 577, 670, 1895, 1913, 1918], "quantum_number_eigenvalues_check": [162, 511], "atomic_g_lehmann": [162, 510, 511], "atomic_g_tau": [162, 510, 511, 1898], "atomic_g_iw": [162, 510, 511], "atomic_g_l": [162, 510, 511], "atomic_g_w": [162, 510, 511], "full_hilbert_space_state_t": [163, 187, 643], "many_body_op_t": [163, 169, 179, 181, 198, 199, 200], "st": [163, 364, 366, 368, 378, 380, 389, 391, 565, 643], "finit": [164, 461, 510, 530, 554, 556, 565, 680, 719, 758, 797, 836, 958, 1077, 1872, 1886, 1890, 1908, 1912, 1914, 1917, 1919, 1922], "moder": [164, 510], "get_h_atom": 164, "get_fop": 164, "get_full_hilbert_spac": 164, "get_full_hilbert_space_dim": 164, "n_subspac": [164, 367, 510, 565], "get_fock_st": [164, 350, 400, 565], "get_unitary_matrix": 164, "get_unitary_matric": 164, "flatten_subspace_index": 164, "index_range_of_subspac": 164, "get_eigensystem": 164, "get_eigenvalu": 164, "get_energi": 164, "get_quantum_numb": 164, "get_gs_energi": 164, "get_vacuum_subspace_index": 164, "get_vacuum_st": 164, "c_connect": 164, "cdag_connect": 164, "c_matrix": 164, "cdag_matrix": 164, "op_linear_index": [165, 166, 167, 168, 603, 604, 605, 606, 624, 625, 626, 627], "sp_index": [165, 166, 167, 168, 170, 172, 173, 174, 182, 183, 186, 189, 603, 604, 605, 606, 608, 612, 613, 624, 625, 626, 627, 629, 633, 634], "connect": [165, 167, 180, 361, 362, 367, 369, 373, 525, 565, 580, 603, 605, 624, 626, 1862, 1886, 1890], "annihil": [165, 166, 169, 373, 582, 599, 601, 622, 1689, 1898, 1905, 1910], "matrix_t": [166, 168, 180], "dagger": [167, 168, 525, 582, 583, 585, 586, 1698, 1709, 1724, 1730, 1896, 1898, 1900, 1902, 1905, 1910], "qn_vector": [169, 599, 601, 622, 1898], "initializer_list": [169, 314, 533], "init_lst": 169, "uniniti": 169, "qr": [169, 599, 601, 622, 1898], "invari": [169, 170, 172, 183, 188, 189, 190, 200, 367, 368, 372, 373, 374, 510, 565, 583, 585, 617, 621, 638, 642, 1697, 1724], "chosen": [169, 473, 563, 574, 583, 1224, 1698, 1755, 1901, 1902, 1907], "met": [169, 362, 582, 599, 601, 622, 1713, 1714, 1715, 1889, 1893, 1898], "inner": [170, 192, 193, 194, 195, 196, 587, 608, 629, 870, 1712, 1736], "eigensystem": 171, "fock_state_t": [174, 352, 353, 356, 378, 389, 394, 401, 403, 404, 406, 409], "fock": [174, 185, 186, 335, 350, 352, 353, 356, 360, 370, 372, 375, 380, 391, 400, 401, 403, 404, 406, 409, 411, 412, 414, 565, 599, 601, 609, 619, 622, 630, 640, 1639, 1898], "ground": [178, 615, 636, 1916, 1921], "min": [178, 196, 525, 530, 615, 636, 1886, 1890, 1896, 1900], "monomial_t": [180, 582], "op_vec": 180, "monomi": [180, 364, 581, 584, 585, 1721], "canon": [180, 335, 582, 1896, 1900], "necessarili": 180, "op_block_mat_t": 181, "eigen": 181, "quantum_number_t": [182, 198, 199], "qn_index": 182, "qunatum": 182, "scalar_t": [185, 186, 200, 362, 582, 584, 604, 606, 625, 627, 652], "eigenst": [185, 186, 192, 193, 194, 195, 196, 198, 199, 510, 619, 640, 650, 651], "vacuum": [187, 188, 620, 621, 641, 642], "block_matrix_t": [191, 200, 644, 652, 1711, 1716], "temperatur": [191, 192, 193, 194, 195, 196, 197, 510, 554, 556, 557, 577, 580, 680, 719, 758, 797, 836, 887, 958, 1040, 1089, 1103, 1117, 1131, 1147, 1158, 1872, 1875, 1876, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1905, 1907, 1910, 1912, 1914, 1917, 1919, 1922], "gibb": 191, "gf_lehmann_t": [192, 193, 194, 195, 196], "gf_struct": [192, 193, 194, 195, 196, 255, 306, 339, 510, 645, 646, 647, 648, 885, 907, 1711, 1712, 1716, 1767, 1769, 1882, 1896, 1898, 1900, 1902, 1904, 1905, 1908, 1909, 1910], "mesh": [192, 193, 195, 196, 251, 252, 255, 261, 262, 264, 265, 267, 269, 270, 278, 281, 282, 293, 294, 310, 312, 321, 324, 326, 526, 528, 529, 530, 531, 534, 535, 541, 551, 552, 553, 554, 555, 556, 557, 558, 563, 660, 674, 675, 679, 680, 686, 694, 696, 708, 709, 713, 714, 718, 719, 725, 733, 735, 747, 748, 752, 753, 757, 758, 764, 772, 774, 786, 787, 791, 792, 796, 797, 803, 811, 813, 825, 826, 830, 831, 835, 836, 842, 850, 852, 864, 865, 885, 945, 952, 957, 958, 964, 972, 974, 986, 987, 1014, 1048, 1054, 1056, 1214, 1217, 1220, 1228, 1230, 1647, 1648, 1663, 1664, 1861, 1875, 1876, 1886, 1889, 1890, 1892, 1893, 1897, 1899, 1907, 1908, 1912, 1913, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "excluded_states_t": [192, 193, 194, 195, 196], "excluded_st": [192, 193, 194, 195, 196, 645, 646, 647, 648], "precomput": [192, 193, 195, 196, 519], "possibli": [192, 193, 195, 196, 563, 581, 645, 646, 647, 648, 1226, 1793, 1867], "none": [192, 193, 195, 196, 423, 499, 500, 502, 503, 508, 533, 539, 542, 554, 555, 556, 557, 558, 563, 569, 570, 571, 583, 585, 586, 589, 597, 645, 646, 647, 648, 663, 669, 670, 681, 697, 698, 699, 700, 701, 702, 703, 710, 720, 736, 737, 738, 739, 740, 741, 742, 749, 759, 775, 776, 777, 778, 779, 780, 781, 788, 798, 814, 815, 816, 817, 818, 819, 820, 827, 837, 853, 854, 855, 856, 857, 858, 859, 866, 952, 959, 975, 976, 977, 978, 979, 980, 981, 988, 1007, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1027, 1047, 1048, 1069, 1080, 1093, 1107, 1121, 1135, 1141, 1151, 1162, 1170, 1182, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1224, 1228, 1604, 1639, 1640, 1645, 1659, 1660, 1676, 1679, 1697, 1698, 1706, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1757, 1773, 1775, 1776, 1791, 1793, 1819, 1832, 1845, 1848, 1851, 1853, 1867, 1886, 1890, 1892, 1899, 1900], "g_": [192, 193, 195, 196, 525, 551, 560, 686, 725, 764, 803, 842, 964, 1882, 1886, 1890, 1896, 1900, 1901, 1904, 1905, 1907, 1909, 1910, 1913, 1918], "ell": 193, "broaden": [196, 510, 648, 1889, 1893], "energy_window": [196, 648], "n_w": [196, 510, 648, 1167, 1886, 1889, 1890, 1892, 1893, 1896, 1897, 1900, 1907, 1913, 1918], "retard": [196, 552, 553, 559], "lorentian": 196, "omega_": [196, 530, 551, 1896, 1900], "max": [196, 459, 525, 527, 551, 1896, 1900], "suppos": [198, 199, 524, 1877], "density_matrix": [200, 554, 556, 652, 680, 719, 758, 797, 836, 958, 1903, 1908], "tr": [200, 652, 1916, 1920, 1921], "qmc": [201, 417, 438, 440, 441, 510, 595, 1882, 1886, 1890, 1902, 1904, 1905, 1908, 1909, 1910], "functiontyp": [202, 207, 209, 218, 219, 523], "get_singular_threshold": 202, "set_singular_threshold": 202, "get_n_operations_before_check": 202, "set_n_operations_before_check": 202, "get_precision_warn": 202, "set_precision_warn": 202, "get_precision_error": 202, "set_precision_error": 202, "get_x": [202, 523, 1874], "get_i": [202, 523, 1874], "get_x_internal_ord": [202, 217, 225], "get_y_internal_ord": 202, "get_funct": 202, "inverse_matrix": [202, 523, 1874], "inverse_matrix_internal_ord": 202, "swap_col": 202, "try_remov": [202, 229, 232, 523, 1874], "try_remove_k": 202, "try_change_col": [202, 203, 523], "try_change_row": [202, 204, 523], "try_refil": 202, "is_singular": 202, "reject_last_tri": 202, "insert_at_end": [202, 1874], "remov": [202, 248, 249, 490, 491, 508, 522, 523, 530, 535, 590, 1639, 1867, 1889, 1893, 1902, 1909], "roll_matrix": [202, 523], "try_insert_k": 202, "y_type": [203, 216, 217, 220, 221, 222, 223, 242, 243, 245, 246], "x_type": [204, 214, 215, 220, 221, 222, 223, 243, 244, 245, 246], "finish": [206, 1793, 1886, 1889, 1890, 1892, 1893, 1902, 1909], "try_xxx": [206, 228, 233, 234], "init_s": [207, 523, 1874], "argumentcontainer1": [207, 247, 523], "argumentcontainer2": [207, 247, 523], "argumentcontain": 207, "resiz": [207, 261, 278, 302, 471, 532, 1874], "factor": [207, 460, 561, 1886, 1890, 1892, 1893, 1913, 1914, 1918, 1919], "happen": [207, 506, 508, 578, 1851, 1896, 1900, 1903, 1908, 1909], "det_typ": 208, "isnorm": [213, 226], "x_valu": [214, 215], "slow": [214, 216, 224, 227, 523, 1899, 1916, 1921], "sinc": [214, 216, 224, 227, 469, 510, 520, 523, 525, 526, 527, 529, 538, 546, 588, 1862, 1864, 1886, 1889, 1890, 1892, 1893, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "reorder": [214, 216, 224, 523], "intern": [215, 217, 225, 240, 241, 368, 529, 582, 1640, 1660, 1767, 1916, 1921], "permut": [215, 240, 241, 523], "critic": [215, 1862, 1903, 1904, 1908, 1909, 1914, 1916, 1919, 1921], "loop": [215, 519, 526, 541, 547, 553, 577, 580, 1791, 1882, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1917, 1920], "_internal_ord": 215, "y_valu": [216, 217, 1791], "col": [216, 224, 234, 240, 245, 246, 249, 523, 1886, 1890], "fg": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 354, 355, 407, 408, 524], "subgroup_nam": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298], "i0": [221, 230, 245, 246, 248, 249, 523, 1874], "i1": [221, 230, 246, 249, 523, 554, 555, 556, 557, 558, 1874], "j0": [221, 230, 245, 246, 249, 523, 1874, 1909], "j1": [221, 230, 246, 249, 523, 1874, 1909], "x0": [221, 222, 523, 541, 597, 1874], "x1": [221, 222, 518, 523, 542, 597, 1874], "y0": [221, 222, 523, 1874], "y1": [221, 222, 523, 542, 1874], "try_insert2": [221, 222, 523, 1874], "matrix_typ": [224, 227, 523], "matrix_const_view": 225, "singular_threshold": 226, "reject": [228, 427, 442, 574, 577, 578, 580], "try_remove2": [230, 231, 523, 1874], "new_n": 233, "new_k": 233, "bigger": [233, 1880, 1895, 1896, 1900, 1902, 1903, 1907, 1908], "preserv": [233, 266, 582], "rolldirect": [234, 523], "roll": [234, 523], "cyclic": [234, 1648, 1664], "nth": 234, "row": [234, 243, 244, 245, 246, 248, 249, 523, 567, 1075, 1087, 1611, 1618, 1623, 1679, 1874], "down": [234, 510, 561, 565, 570, 577, 585, 586, 587, 870, 885, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1882, 1886, 1889, 1890, 1892, 1893, 1896, 1898, 1900, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "modif": [234, 242, 243, 244, 245, 246, 247, 248, 249, 536, 578, 1867, 1923], "try_rol": 234, "uint64_t": 235, "threshold": [236, 237, 238, 311, 585, 1725], "get_is_singular_threshold": 238, "swap": [240, 241, 531], "column": [242, 243, 245, 246, 522, 523, 569, 583, 663, 901, 1706, 1886, 1890], "ratio": [242, 243, 244, 245, 246, 247, 248, 249, 445, 523, 574, 577, 578, 580, 1874], "minv_new": [242, 243, 244, 245, 246, 247, 248, 249], "minv": [242, 243, 244, 245, 246, 247, 248, 249], "x_i": [245, 246, 247, 522, 560, 593, 916], "y_": [245, 246, 512, 516, 517, 518, 520], "x_": [245, 246, 512, 516, 517, 518, 520, 593], "x_j": [245, 246], "resp": [245, 538], "becom": [245, 503, 506, 530, 578, 1905, 1910, 1913, 1916, 1918, 1921], "colum": [246, 522], "refil": 247, "y_i": [247, 522], "colj0": 248, "impl_tag": 250, "make_block_gf": [250, 533], "make_block_gf_view": [250, 533], "make_block2_gf": 250, "reinterpret_scalar_valued_gf_as_matrix_valu": [250, 531, 544], "is_gf_real": [250, 537], "make_gf_from_real_gf": 250, "make_gf_dlr": [250, 1896, 1900], "fit_gf_dlr": [250, 945], "make_gf_dlr_imtim": [250, 1896, 1900], "make_gf_dlr_imfreq": 250, "make_gf_imtim": [250, 1896, 1900], "make_gf_imfreq": [250, 1896, 1900], "tau_l2_norm": 250, "flatten_2d": [250, 332], "unflatten_2d": 250, "flatten_gf_2d": [250, 333], "unflatten_gf_2d": 250, "ctad": 251, "ariti": [252, 255, 261, 327], "hdf5_format": [252, 269, 281, 293, 350, 400, 473], "block_names_t": [253, 255], "cnst": 255, "block_gf_const_view": [255, 264, 265, 327, 533], "g_t": [255, 264, 265, 563, 1226], "bl_size": 255, "anyth": [255, 261, 278, 282, 517, 532, 541, 547, 570, 571, 578, 580, 597, 660, 1775, 1845, 1887, 1891], "blockgreenfunct": 255, "16": [255, 265, 459, 510, 512, 520, 551, 1886, 1888, 1890, 1892, 1894, 1900, 1905, 1910, 1916, 1918, 1921], "this_t": [257, 258, 273, 274, 277, 285, 286, 289, 297, 298, 301, 541], "const_view_typ": [260, 261, 265, 327], "view_typ": [260, 531, 534], "side": [261, 278, 512, 527, 551, 686, 725, 764, 803, 842, 964, 1912, 1915, 1916, 1917, 1920, 1921], "tbw": [261, 278], "dcomplex": [262, 529, 551, 572, 682, 683, 684, 685, 697, 698, 721, 722, 723, 724, 736, 737, 760, 761, 762, 763, 775, 776, 799, 800, 801, 802, 814, 815, 838, 839, 840, 841, 853, 854, 960, 961, 962, 963, 975, 976, 1006, 1008, 1009, 1010, 1011, 1015, 1016, 1628, 1646, 1662], "array_const_view": [262, 265, 529, 683, 685, 697, 698, 722, 724, 736, 737, 761, 763, 775, 776, 800, 802, 814, 815, 839, 841, 853, 854, 961, 963, 975, 976, 1009, 1011, 1015, 1016], "tail": [262, 264, 265, 326, 531, 538, 543, 545, 551, 552, 553, 555, 561, 562, 563, 682, 683, 684, 685, 697, 698, 721, 722, 723, 724, 736, 737, 760, 761, 762, 763, 775, 776, 799, 800, 801, 802, 814, 815, 838, 839, 840, 841, 853, 854, 945, 960, 961, 962, 963, 975, 976, 1008, 1009, 1010, 1011, 1015, 1016, 1229, 1886, 1890], "w_max": [263, 365, 370, 380, 391, 996, 1089, 1103, 1117, 1167, 1896, 1900, 1913, 1918], "ep": [263, 563, 569, 570, 655, 656, 996, 1089, 1103, 1117, 1200, 1224, 1228, 1893, 1896, 1899, 1900], "dlr": [263, 316, 317, 318, 322, 323, 331, 707, 746, 785, 824, 863, 945, 985, 996, 997, 998, 999, 1001, 1002, 1022, 1089, 1098, 1099, 1100, 1101, 1103, 1117], "typenameg": [264, 265], "regular_typ": [264, 265, 307, 324, 325, 329, 500, 531], "bg": [264, 265, 533], "typenamebg": [264, 265], "impos": [264, 461, 563, 591, 1226, 1882], "ag": [264, 265], "frequeci": [264, 265], "iomanip": [264, 265], "namespac": [264, 265, 270, 326, 460, 464, 467, 469, 471, 492, 493, 494, 495, 503, 509, 510, 512, 516, 517, 518, 520, 526, 529, 533, 535, 537, 538, 539, 541, 542, 543, 545, 551, 565, 582, 597, 1873, 1875, 1876, 1877, 1880], "iw_": [264, 265, 551, 1875], "100": [264, 265, 326, 460, 464, 467, 471, 510, 523, 526, 537, 542, 543, 545, 551, 557, 569, 573, 577, 579, 659, 660, 703, 742, 781, 820, 859, 945, 981, 1021, 1200, 1679, 1874, 1875, 1882, 1895, 1896, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1916, 1917, 1918, 1919, 1920, 1921], "err": [264, 265, 493, 494, 551, 945], "setprecis": [264, 265], "ntail": [264, 265], "ba": 265, "dimension": [266, 509, 527, 563, 573, 577, 590, 1230, 1679, 1712, 1862, 1872, 1905, 1910, 1912, 1917, 1922], "whose": [266, 507, 516, 533, 1639, 1851, 1915, 1920], "flatten": [266, 267, 527, 542, 549, 597, 710, 749, 788, 827, 866, 988], "tensor": [267, 531, 583, 584, 1695, 1697, 1698, 1875, 1914, 1919], "definit": [269, 281, 293, 471, 506, 508, 510, 527, 531, 561, 566, 568, 580, 583, 589, 596, 1698, 1863, 1915, 1920], "data_shap": [269, 281, 293], "target_indic": [269, 281, 293], "mesh_t": [270, 276, 282, 288, 294, 300, 527, 531, 534, 535, 536, 547], "dat": [270, 282, 294, 535, 563, 1230, 1676, 1680, 1861, 1886, 1887, 1890, 1891, 1892, 1895], "target_shape_t": [270, 531, 533, 535], "deep": [270, 500, 561, 677, 716, 755, 794, 833, 872, 889, 955, 1026, 1057, 1058], "concept_greenfunct": 270, "arrrai": 270, "g2": [270, 272, 284, 296, 537, 538, 542, 553, 561, 870, 873, 890, 1875, 1876], "g1": [270, 272, 284, 296, 533, 537, 538, 542, 553, 561], "gf_assign_0": 278, "arraytyp": [282, 294], "THERE": 302, "behaviour": [302, 500, 503, 506, 561, 1913, 1914, 1916, 1918, 1919, 1921], "real_t": [307, 329], "blockgf": [307, 329, 552, 557, 559, 563, 945, 1223, 1224, 1228, 1230, 1896, 1900], "fullfil": [310, 324, 563, 1223], "epsilon": [310, 312, 569, 570, 573, 655, 656, 660, 663, 665, 1886, 1890, 1892, 1893, 1896, 1899, 1900, 1902, 1905, 1910, 1912, 1913, 1917, 1918], "depend": [310, 324, 503, 512, 516, 530, 531, 535, 553, 593, 599, 1677, 1863, 1868, 1869, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1900, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "frac": [310, 324, 325, 490, 491, 497, 523, 524, 525, 530, 537, 549, 550, 551, 560, 562, 563, 574, 580, 583, 585, 586, 590, 593, 926, 939, 1224, 1698, 1713, 1714, 1722, 1723, 1724, 1729, 1732, 1875, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1903, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "iif": [310, 311, 312, 506, 508, 520, 574, 1028], "hold": [310, 312, 468, 470, 1886, 1890, 1896, 1899, 1900, 1916, 1921], "g0": [315, 945, 1882, 1899, 1900, 1901, 1904, 1905, 1907, 1908, 1909, 1910], "block_gf_view_of": 315, "omega_n": [321, 525, 530, 537, 549, 563, 590, 710, 749, 788, 827, 866, 901, 988, 1224, 1228, 1882, 1886, 1890, 1896, 1899, 1900, 1901, 1902, 1903, 1904, 1907, 1908, 1909, 1912, 1915, 1916, 1917, 1920, 1921], "half": [321, 553, 565, 927, 940, 942, 1882, 1896, 1900, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1913, 1916, 1918, 1921], "rightarrow": [324, 325, 560, 574, 590, 660, 917, 920, 1886, 1890, 1892, 1896, 1899, 1900, 1903, 1908, 1913, 1914, 1916, 1918, 1919, 1921], "zeroth": [326, 551, 1916, 1921], "empty_tail": 326, "isconst": 327, "world": [327, 494, 495, 509, 577, 580, 1862, 1892, 1894], "sens": [327, 364, 527, 529, 534, 553, 580], "view_or_type_t": 328, "decay_t": 328, "l2": [331, 586, 707, 746, 785, 824, 863, 945, 985, 1022, 1727, 1894], "norm": [331, 563, 707, 746, 785, 824, 863, 945, 985, 1022, 1224, 1899], "memoryarrai": 332, "afl": 332, "gfl": 333, "hilbertspac": [334, 366, 375], "scalartyp": [334, 361, 364, 365, 366, 375, 582], "space_partit": [334, 565], "make_zero_st": [334, 375, 566], "arbitrarili": [335, 582], "mix": [335, 1878], "insert_from_indices_t": 335, "has_indic": 335, "h5_write_attribut": 335, "h5_read_attribut": 335, "fundamental_operator_set_begin": 337, "__wrap_it": [338, 341], "fundamental_operator_set_end": 338, "indextyp": [339, 345, 582], "indices_t": [340, 344, 346, 348, 352, 582, 584], "obj": [342, 343, 507, 512, 520, 1739, 1740, 1741], "attach": [342, 343], "ind": [345, 346, 582], "anoth": [347, 358, 359, 375, 384, 385, 396, 397, 411, 412, 453, 469, 512, 516, 527, 553, 561, 582, 583, 585, 586, 587, 593, 678, 717, 756, 795, 834, 956, 1058, 1709, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1848, 1877, 1886, 1890, 1896, 1900, 1920], "span": [350, 549], "has_stat": [350, 400], "get_state_index": [350, 400], "dummi": [351, 378, 389, 519], "parent": [354, 355, 407, 408], "belong": [356, 370, 372, 378, 389, 409, 527], "scheme": [357, 410, 506, 553, 559, 561, 578, 1894, 1896, 1900, 1905, 1910], "inequ": [358, 411], "total": [360, 414, 432, 462, 473, 474, 510, 571, 577, 580, 586, 708, 747, 786, 825, 864, 902, 986, 1680, 1730, 1731, 1755, 1757, 1771, 1778, 1886, 1890, 1892, 1902, 1909], "hilberttyp": 361, "usemap": [361, 362], "is_empti": 361, "hilbert_map_t": 362, "hmap": 362, "sub_spaces_set": 362, "nullptr": 362, "statetyp": [364, 367, 368, 370], "psi": 364, "phi": [364, 590], "coeff": [364, 1909], "basedonmap": [366, 375], "amplitud": [366, 375, 376, 378, 380, 382, 388, 389, 391, 393, 394, 510, 565, 1677, 1899, 1912, 1914, 1916, 1917, 1919, 1921], "operatortyp": [367, 368, 370], "action": [367, 508, 519, 565], "march": 367, "284": 367, "statevector_concept": [367, 375], "merge_subspac": 367, "lookup_basis_st": 367, "get_matrix_el": 367, "find_map": [367, 565], "state_t": [368, 565], "operator_t": [368, 369, 373], "store_matrix_el": [368, 373], "block_mapping_t": 369, "diagonal_onli": 369, "subject": [369, 370, 373, 483], "sp": [370, 1890, 1916, 1921], "matrix_element_map_t": [371, 373], "idx_t": [372, 374], "basis_st": 372, "ii": [373, 586, 1729], "get_hilbert": [376, 388], "set_hilbert": [376, 388], "dot_product": [376, 388, 565, 566], "amplitude_t": 377, "constant": [381, 382, 386, 392, 394, 398, 476, 519, 566, 582, 945, 1758, 1886, 1889, 1890, 1892, 1893, 1916, 1921], "uniti": [378, 389, 1899, 1915, 1920], "s1": [379, 390], "s2": [379, 384, 385, 390, 396, 397, 586, 1731], "individu": [148, 382, 394, 566, 707, 746, 785, 824, 863, 985, 1022, 1896, 1900, 1902], "subtract": [385, 397, 566, 582, 1791, 1886, 1889, 1890, 1892, 1893, 1916, 1921], "new_h": [386, 398], "reset": [386, 398, 473, 474, 527, 1757], "huge": 388, "nterm": 388, "carri": [400, 547, 565, 582], "destinguish": 400, "add_fock_st": [400, 565], "get_all_fock_st": 400, "get_index": 400, "set_index": 400, "iff": [411, 412, 488], "random_gener": [415, 431, 448, 577, 579, 580, 592], "mc_gener": [415, 574, 575, 577, 578, 579, 580], "random_generator_nam": [415, 579], "mcsigntyp": [416, 418, 435, 436, 437, 440, 441, 442, 443, 448], "tbr": 416, "add_mov": [416, 577, 579, 580], "add_measur": [416, 437, 577, 580], "add_measure_aux": 416, "rm_measur": 416, "clear_measur": 416, "set_after_cycle_duti": 416, "warmup_and_accumul": [416, 574, 577, 580], "get_acceptance_r": [416, 442], "get_perc": 416, "get_rng": [416, 577, 579, 580], "get_current_cycle_numb": 416, "get_config_id": 416, "get_dur": 416, "get_total_tim": 416, "get_warmup_tim": 416, "get_warmup_time_hhmmss": 416, "get_accumulation_tim": 416, "get_accumulation_time_hhmmss": 416, "int64_t": [417, 430, 438, 440, 441], "n_accumulation_cycl": [417, 441], "length_cycl": [417, 438, 440, 441, 577, 578, 579, 580, 1882, 1886, 1890, 1902, 1905, 1910], "cycl": [417, 428, 438, 439, 440, 441, 578, 580, 1882, 1886, 1890, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "typic": [417, 438, 440, 441, 501, 504, 506, 508, 527, 535, 579, 1793, 1816], "measuretyp": 418, "measure_set": [418, 437], "measure_itr_t": [418, 437], "enable_tim": 418, "report_measur": 418, "measureauxtyp": 419, "shared_ptr": [419, 501], "common": [419, 459, 553, 575, 591, 671, 672, 1863, 1896, 1899, 1900, 1901, 1907], "WILL": 419, "movetyp": [420, 444], "proposition_prob": [420, 442, 444], "probabl": [420, 444, 445, 450, 458, 496, 513, 574, 578, 1764, 1895, 1903, 1908, 1916, 1921], "precondit": [420, 597], "random_nam": [423, 577, 579, 580], "random_se": [423, 577, 579, 580], "rethrow_except": 423, "seed": [423, 453, 579, 580, 592, 1676, 1886, 1890, 1892, 1893], "tba": 423, "whether": [423, 438, 580, 585, 587, 1089, 1103, 1117, 1677, 1724, 1736, 1793, 1846, 1849, 1850, 1851, 1855, 1871, 1886, 1890, 1916, 1921], "rate": [424, 449, 1890, 1902, 1909], "name_of_the_mov": 424, "spent": [425, 426, 433, 434], "minut": [426, 434, 580, 1889, 1893], "visit": [427, 1862], "durat": [429, 1890, 1892], "percent": [430, 551], "mc": [435, 436, 574, 577, 580, 1886, 1890, 1892, 1902], "deregist": 437, "do_measur": 438, "n_warmup_cycl": [440, 441, 577, 578, 579, 580, 1882, 1886, 1890, 1902, 1904, 1905, 1908, 1909, 1910], "sign_init": [440, 441], "weight": [440, 441, 445, 557, 1047, 1048, 1886, 1887, 1890, 1891, 1892, 1893, 1896, 1900, 1903, 1908], "collect_statist": 442, "get_statist": 442, "tri": [443, 580, 1033], "pick": [445, 577, 1204], "proposit": 445, "metropoli": [445, 574, 578, 580], "acceptance_r": 449, "decal": 450, "pretti": [450, 1896, 1900], "eras": [452, 518], "buffer": 452, "1000": [452, 529, 538, 553, 554, 557, 560, 561, 589, 590, 1781, 1791, 1896, 1897, 1900, 1903, 1905, 1907, 1908, 1910], "preview": 452, "randomgeneratornam": 453, "uint32_t": 453, "seed_": 453, "mt19937": [453, 579, 592], "mersenn": [453, 579, 580], "twister": [453, 579, 580], "enable_if": [455, 520], "is_integr": 455, "sep": 457, "analyz": [458, 459, 593, 1879, 1903, 1908], "mean_mpi": 458, "mean_and_err": [458, 494], "mean_and_err_mpi": 458, "tau_estimate_from_error": 458, "resampl": [458, 490, 491, 593], "jackknife_mpi": 458, "cdf": 458, "cumul": [458, 472, 1763], "consecut": [459, 1886, 1890], "autocorrel": 459, "grow": [459, 1916, 1921], "satur": 459, "power": [459, 465, 466, 588, 1872, 1883, 1895, 1896, 1900], "ldot": [459, 490, 491, 585, 593, 1721], "underestim": 459, "ergod": 459, "cost": [459, 591, 1903, 1908], "advis": [459, 1877], "correctli": [459, 461, 1886, 1889, 1890, 1893], "At": [459, 578, 580, 582, 1905, 1910, 1914, 1916, 1919, 1921], "larger": [459, 1886, 1890, 1892, 1903, 1908, 1909], "n_log_bins_max": [459, 461, 469], "n_log_bin": 459, "n_lin_bins_max": [459, 461, 467], "n_lin_bin": [459, 463], "lin_bin_capac": [459, 460, 461], "capac": [459, 460, 461, 463, 465, 466, 467, 469], "log_bin_error": 459, "log_bin_errors_all_reduc": 459, "data_input_count": 459, "linear_bin": [459, 460], "compress_linear_bin": 459, "compression_factor": 460, "scale": [460, 510, 1886, 1890, 1895, 1896, 1900, 1902, 1907, 1910, 1916, 1921], "noth": [460, 508, 531, 533, 577, 578, 580, 950, 1826, 1845, 1867], "my_acc": [460, 464, 467, 469], "data_inst": 461, "requisit": 461, "wise": [461, 493, 494, 497], "manner": 461, "texttt": 461, "unbound": 461, "soon": [461, 518, 519, 580, 590], "caus": [461, 585, 1724, 1851, 1916, 1921], "reach": [461, 463, 469, 570, 580, 1791, 1896, 1900, 1903, 1908], "next": [463, 527, 557, 580, 582, 1793, 1867, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1910], "loss": 463, "deduc": [465, 466, 492, 493, 494, 495, 500, 527, 530, 554, 582, 597, 1902], "activ": [467, 469, 1854, 1857, 1863, 1865, 1867, 1868], "accumulatotr": [467, 469], "2nd": [467, 523, 583, 1706], "3rd": [467, 523, 583, 1706], "halfwai": 467, "my_acc_no_lin": 467, "maxmimum": 469, "my_acc_no_log": 469, "lin_bin_s": 471, "log_bin_s": 471, "might": [471, 518, 580, 1863, 1868, 1888, 1892, 1903, 1908], "els": [471, 488, 508, 1027, 1845, 1894], "my_accumulator_d": 471, "my_measurement_d": 471, "my_array_inst": 471, "my_accumulator_a": 471, "my_measurement_a": 471, "normalis": [472, 496, 1763, 1764], "track": [473, 1755, 1862], "lost": [473, 1755, 1863], "lie": [473, 1755], "outsid": [473, 537, 538, 543, 545, 1755, 1896, 1900], "n_data_pt": 473, "n_lost_pt": 473, "discard": [473, 474, 485, 486, 1757, 1762], "mpi_broadcast": 473, "n_bin": [475, 1905, 1910], "enclos": [477, 478], "dataset": [477, 478, 561, 1897], "n_": [481, 530, 573, 577, 580, 582, 585, 1722, 1723, 1760, 1902, 1904, 1905, 1909, 1910, 1915, 1916, 1920, 1921], "mathrm": [481, 490, 491, 560, 573, 582, 1760, 1896, 1900, 1901, 1902, 1905, 1907, 1908, 1910, 1919], "send": [483, 553, 561, 582], "h1": 486, "h2": 486, "sum": [486, 513, 514, 521, 568, 569, 580, 582, 585, 597, 655, 1006, 1721, 1767, 1773, 1886, 1888, 1889, 1890, 1892, 1893, 1901, 1907, 1913, 1915, 1916, 1918, 1920, 1921], "incompat": [486, 554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "summat": [486, 1886, 1890, 1892, 1893], "langl": [490, 491, 525, 583, 1700, 1896, 1900, 1913, 1915, 1916, 1918, 1920, 1921], "mathbf": [490, 491, 525, 570, 573, 586, 665, 1728, 1732, 1890, 1899, 1905, 1910, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921], "rangl": [490, 491, 525, 583, 1700, 1896, 1900, 1913, 1915, 1916, 1918, 1920, 1921], "jacknif": [490, 491, 593], "a_1": [490, 491, 530], "a_2": [490, 491, 530], "a_3": [490, 491], "four": [490, 491, 583, 1697, 1698, 1702, 1704, 1707, 1709, 1902, 1909, 1914, 1919], "f_": [490, 491, 530], "tild": [490, 491, 525, 530], "bar": [490, 491, 520, 583, 585, 593, 1697, 1722, 1723, 1753, 1886, 1890, 1892, 1893, 1902, 1908, 1913, 1918], "quad": [490, 491, 586, 590, 1732], "sum_": [490, 491, 525, 530, 551, 562, 563, 573, 583, 585, 586, 593, 686, 725, 764, 803, 842, 964, 1224, 1228, 1698, 1699, 1713, 1714, 1715, 1722, 1723, 1724, 1729, 1730, 1732, 1896, 1900, 1902, 1904, 1905, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921], "bia": [490, 491], "errror": [490, 491], "_j": [490, 491], "sqrt": [490, 491, 493, 494, 525, 530, 557, 560, 563, 583, 586, 939, 1224, 1700, 1729, 1905, 1910], "cdot": [490, 491, 525, 573, 586, 1728, 1896, 1900], "sigma_f": [490, 491], "deviat": [490, 491, 551, 1916, 1921], "addabl": [492, 493, 494, 495], "mean_error": [492, 493, 494, 495], "spread": [494, 495, 1864], "error_with_bin": 497, "error_no_bin": 497, "delta_n": 497, "delta_0": 497, "wrap_gener": [499, 500, 503], "calling_pattern": [499, 500, 503], "no_self_c": [499, 500], "is_constructor": 499, "is_method": [499, 500], "is_stat": [499, 500], "release_gil_and_enable_sign": [499, 500, 503], "c_name": [499, 500, 503], "py_typ": 500, "c_type": [500, 503], "c_type_absolut": 500, "is_print": 500, "add_cal": 500, "kw": [500, 554, 555, 556, 557, 558, 674, 675, 681, 682, 683, 684, 685, 691, 692, 696, 697, 698, 699, 700, 701, 702, 703, 707, 713, 714, 720, 721, 722, 723, 724, 730, 731, 735, 736, 737, 738, 739, 740, 741, 742, 746, 752, 753, 759, 760, 761, 762, 763, 769, 770, 774, 775, 776, 777, 778, 779, 780, 781, 785, 791, 792, 798, 799, 800, 801, 802, 808, 809, 813, 814, 815, 816, 817, 818, 819, 820, 824, 830, 831, 837, 838, 839, 840, 841, 847, 848, 852, 853, 854, 855, 856, 857, 858, 859, 863, 911, 912, 928, 929, 952, 953, 959, 960, 961, 962, 963, 969, 970, 974, 975, 976, 977, 978, 979, 980, 981, 985, 1900], "__call__": [500, 570], "add_method": 500, "add_constructor": 500, "intermediate_typ": 500, "defaut": [500, 503], "rtype": [500, 503, 590], "arg1": [500, 503], "name1": [500, 503], "arg2": [500, 503], "name2": [500, 503], "default2": [500, 503], "omit": [500, 503], "dict": [500, 503, 506, 508, 561, 572, 585, 586, 587, 590, 892, 906, 945, 994, 1214, 1624, 1640, 1660, 1680, 1712, 1713, 1714, 1715, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1753, 1899], "variable_nam": [500, 503], "default_valu": [500, 503], "expert": [500, 503, 533], "add_getitem": 500, "__getitem__": 500, "add_iter": 500, "c_cast_typ": 500, "cast_typ": 500, "add_len": 500, "len": [500, 508, 510, 573, 710, 749, 788, 827, 866, 988, 1679, 1861, 1886, 1890, 1892, 1893, 1913, 1915, 1916, 1918, 1920, 1921], "add_memb": 500, "py_nam": 500, "read_onli": 500, "boolean": [500, 503, 585, 586, 587, 1214, 1677, 1687, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1846], "self_c": [500, 503], "method_nam": [500, 503], "pure": [500, 503, 527, 1033], "gil": [500, 503], "handler": [500, 503], "signal_handl": [500, 503], "intercept": [500, 503, 1916, 1921], "ctrl": [500, 503, 1894], "requir": [500, 501, 503, 504, 509, 510, 527, 529, 530, 572, 582, 1624, 1645, 1863, 1866, 1867, 1871, 1880, 1882, 1896, 1899, 1900, 1903, 1908, 1915, 1920], "whatsoev": [500, 503], "indirectli": [500, 503], "add_method_copi": 500, "clone_funct": 500, "make_clon": 500, "add_method_copy_from": 500, "copy_from": [500, 561], "add_method_cpp_copi": 500, "sh_copi": 500, "ordinari": [500, 520, 1899], "add_properti": 500, "getter": 500, "setter": 500, "add_regular_type_convert": 500, "add_setitem": 500, "__setitem__": [500, 553], "deduce_inplace_arithmet": 500, "trivial": [501, 541, 549], "quit": [501, 532, 1871, 1886, 1890, 1894, 1895, 1896, 1900, 1904, 1908, 1909], "semant": [501, 517, 566, 1852], "while": [501, 504, 509, 512, 518, 519, 525, 580, 590, 1677, 1862, 1867, 1874, 1886, 1890, 1896, 1898, 1900, 1902, 1905, 1908, 1910, 1912, 1913, 1917, 1918], "triqss": [501, 553, 561], "entir": [501, 1846, 1912, 1914, 1917, 1919], "additionn": [501, 595], "magic": 501, "cell": [501, 567, 572, 573, 1611, 1614, 1624, 1640, 1651, 1660, 1667, 1680, 1871, 1886, 1888, 1890, 1892, 1899, 1903, 1905, 1908, 1909, 1910], "module_": [501, 505, 1877], "cfunction": [501, 505], "class_": [501, 505], "functionn": 502, "distinguish": [502, 527, 1873], "Its": [502, 513, 573, 578, 1846], "abl": [502, 580, 591, 1863, 1867, 1868, 1886, 1887, 1890, 1891], "add_class": 503, "cl": [503, 507, 508, 906, 992, 994, 1062], "add_convert": 503, "conv": 503, "add_enum": 503, "c_namespac": 503, "enum": [503, 540], "add_funct": 503, "add_import": 503, "lst": 503, "add_preambl": 503, "preambl": 503, "add_us": 503, "generate_cod": [503, 1877], "sy": [503, 591, 1861, 1886, 1888, 1889, 1890, 1892, 1893], "oppos": 503, "2py": [504, 1863, 1870, 1871, 1877], "fig": [504, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1905, 1907, 1910], "png": [504, 1920], "abc_desc": 504, "_document": 504, "remark": 504, "scratch": 504, "libclang": [504, 1863, 1869, 1870], "hierarch": 506, "v5": 506, "portabl": [506, 553, 561, 1897], "irrespect": 506, "dump": 506, "glimps": 506, "hdf": [506, 561], "compliant": [506, 1864], "intuit": [506, 1894], "hdfarchiv": [506, 507, 510, 591, 1861, 1882, 1886, 1888, 1889, 1890, 1892, 1893, 1897, 1904, 1905, 1908, 1909, 1910, 1912, 1915, 1917, 1918, 1919, 1920], "wide": [506, 1864], "machin": [506, 1863, 1868, 1869, 1887, 1891, 1896, 1900, 1904, 1909, 1920], "32": [506, 945, 1892, 1900, 1909, 1912, 1913, 1916, 1917, 1918, 1919, 1921], "bit": [506, 537, 589, 590, 596, 597, 1908], "64": [506, 1916, 1918, 1921], "oss": 506, "langag": 506, "f90": 506, "ti": 506, "explor": [506, 507, 1887, 1891], "tree": [506, 508, 516, 517, 1033, 1863], "unix": [506, 1863], "shell": [506, 583, 1696, 1698, 1701, 1703, 1705, 1863, 1865, 1868, 1883, 1890, 1893, 1897, 1903, 1908], "h5l": [506, 1897], "henc": [506, 532, 534, 561, 591, 596, 597, 1645, 1882, 1886, 1890, 1901, 1907, 1913, 1916, 1918, 1921], "compact": [506, 523, 542, 1897], "extent": [506, 1064, 1077, 1081, 1920], "speak": [506, 517], "dictionari": [506, 507, 508, 561, 573, 584, 590, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1640, 1660, 1680, 1712, 1713, 1714, 1715, 1845, 1886, 1890, 1897, 1902], "undesir": 506, "thought": [506, 561], "leav": [506, 517, 590, 1886, 1890], "rectangular": 506, "subtre": [506, 508, 516], "natur": [506, 527, 533, 547, 553, 1886, 1890, 1896, 1900], "group1": 506, "subgroup2": 506, "leaf1": 506, "hereaft": [506, 531, 1863], "reversibli": 506, "hdfarchivegroup": [506, 507], "get_raw": [506, 508], "create_group": [506, 508, 591, 1861, 1886, 1890], "is_group": [506, 508], "is_data": [506, 508], "read_attr": [506, 508], "root_path": [506, 508], "apply_on_leav": [506, 508], "register_class": [506, 507, 508], "reconstruct": [507, 508, 557, 1896, 1900], "__reduce_to_dict__": [507, 508], "__factory_from_dict__": [507, 906, 994], "classmethod": 507, "def": [507, 557, 573, 590, 597, 1894, 1899, 1901, 1907, 1908, 1915, 1916, 1920, 1921], "__init__": [507, 554, 555, 556, 557, 558, 1877, 1894, 1898, 1901, 1907, 1908], "myclass": [507, 508], "myfile2": 507, "56": [507, 1909], "ob": [507, 1745, 1886, 1889, 1890, 1892, 1893], "root_of_h": 507, "hdf5_data_schem": [507, 508], "rebuilt": 507, "search": [507, 1781, 1862, 1863, 1865, 1871], "offer": [508, 526, 1883], "shelv": [508, 552, 559], "myfil": [508, 553, 561], "subgroup1": 508, "apart": 508, "fact": [508, 517, 530, 578, 590, 596, 597, 1744, 1912, 1916, 1917, 1921], "open_flag": 508, "key_as_string_onli": 508, "reconstruct_python_object": 508, "keyerror": 508, "shortcut": 508, "iterkei": 508, "coupl": [508, 568, 577, 583, 586, 1696, 1697, 1698, 1703, 1728, 1862, 1873, 1874, 1875, 1886, 1889, 1890, 1893, 1908], "hfd": 508, "leaf": 508, "attributenam": 508, "good": [508, 580, 1883, 1886, 1890, 1896, 1900, 1903, 1908], "practiv": 508, "cluster": [508, 580, 1639, 1643, 1863, 1868, 1905, 1910], "inert": 508, "is_master_nod": [508, 1861, 1905, 1910], "_hdf5_data_scheme_": 508, "__name__": 508, "reread": [508, 522], "composit": [509, 542], "sendbuf": 509, "recvbuf": 509, "id": [509, 1853], "transmit": 509, "Such": [509, 512], "much": [509, 1889, 1893, 1896, 1900, 1908], "prone": 509, "simplifc": 509, "signific": [509, 517], "sendcount": 509, "sendtyp": 509, "recvcount": 509, "recvtyp": 509, "contiguo": 509, "multidimension": [509, 542, 1872, 1883], "across": [509, 1677, 1886, 1890, 1914, 1919], "adress": 509, "someth": [509, 517, 520, 526, 529, 533, 537, 596, 1887, 1889, 1891, 1893], "emploi": 509, "metaprogram": 509, "unecessari": [509, 1889, 1893], "copyi": 509, "web": [509, 1862, 1863, 1872, 1879, 1887, 1891], "allreduc": 509, "allgath": 509, "analogu": 509, "nativ": [509, 1853], "declar": [509, 517, 519, 580, 582, 597], "preceed": 510, "suppli": 510, "fashion": 510, "equilibrium": 510, "thermal": [510, 578, 1886, 1890, 1902, 1916, 1921], "prove": [510, 1916, 1921], "expans": [510, 525, 529, 537, 538, 539, 545, 551, 553, 560, 561, 562, 563, 566, 1226, 1872, 1896, 1900], "ct": [510, 1872, 1886, 1890], "hubbard": [510, 565, 583, 585, 1696, 1697, 1698, 1703, 1862, 1872, 1884, 1886, 1890, 1892, 1896, 1900, 1914, 1915, 1919, 1920], "nca": 510, "substitut": [510, 1915, 1920], "spin_nam": [510, 585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1736, 1908], "sn": 510, "n_up": [510, 565], "n_dn": [510, 565], "uprim": [510, 583, 585, 1697, 1704, 1722, 1723], "j_hund": [510, 583, 585, 1696, 1697, 1698, 1703, 1723], "1j": [510, 557, 589, 1894, 1899], "c_dag": [510, 565, 582, 1898, 1902, 1905, 1909, 1910], "28": [510, 1890, 1900, 1902, 1909, 1910, 1912], "dm": 510, "occup": [510, 585, 1721, 1886, 1890, 1892, 1893, 1903, 1908, 1915, 1916, 1920, 1921], "g_w": [510, 1876, 1900, 1907], "400": 510, "01": [510, 557, 1886, 1890, 1895, 1896, 1899, 1900, 1907, 1909, 1912, 1917, 1920, 1921], "g_tau": [510, 996, 997, 1902, 1905, 1909, 1910], "g_l": [510, 563, 1226, 1905, 1910], "20": [510, 521, 570, 590, 945, 1869, 1873, 1880, 1886, 1890, 1892, 1895, 1896, 1900, 1901, 1902, 1905, 1907, 1909, 1910, 1920], "later": [510, 1867, 1880, 1886, 1890, 1896, 1897, 1898, 1900, 1913, 1914, 1918, 1919], "atom_diag_exampl": 510, "flip": [510, 577, 580, 585, 1723, 1904, 1909], "anomal": 510, "difer": 510, "polynomi": [510, 527, 531, 539, 552, 553, 559, 563, 1158, 1226, 1862], "indirect": 510, "g_tau_ind": 510, "g_iw_ind": 510, "g_l_ind": 510, "g_w_ind": 510, "some_expression_of_x_": 512, "i_": [512, 517, 519, 1873, 1896, 1900], "some_expression_of_i_": 512, "j_": [512, 519, 577, 583, 1697, 1873], "some_expression_of_x_i_j": 512, "cours": [512, 517, 553, 595, 1873, 1897, 1912, 1917], "lh": [512, 526, 529], "rewritten": [512, 525, 1872], "triqs_clef_auto_assign": 512, "pseudo": 512, "stl": 512, "pi": [512, 519, 523, 525, 530, 537, 549, 553, 557, 558, 560, 573, 590, 939, 1886, 1889, 1890, 1892, 1893, 1894, 1896, 1899, 1900, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921], "aco": [512, 519, 523, 537], "k_": [512, 1905, 1910], "make_expr": [512, 517, 519], "fnt": 512, "make_funct": [512, 513], "adl": [512, 516, 520, 597], "therefor": [512, 527, 529, 530, 547, 553, 561, 591, 597, 1846, 1891, 1899, 1908, 1912, 1913, 1917, 1918], "friend": [512, 520], "similarli": [512, 520, 530, 561], "triqs_clef_auto_assign_subscript": 512, "struct": [512, 520, 523, 577, 580, 582, 597, 1874], "clef_implement_lazy_cal": [512, 520], "clef_auto_assign": 512, "prototyp": 513, "dark": 513, "corner": 513, "progress": [513, 568, 580, 1903, 1908], "ompil": 513, "azi": 513, "xpression": 513, "unction": 513, "nice": [516, 520, 1883], "useless": 516, "eval": [516, 518, 520, 535, 1033], "placeholder_1": [516, 518], "value_1": 516, "placeholder_2": [516, 518], "value_2": 516, "matter": [516, 518, 580, 1872], "lookup": 516, "e1": [516, 517], "e2": [516, 517], "loos": 517, "thing": [517, 591, 1886, 1890, 1892, 1893, 1896, 1900, 1903, 1908], "ternari": 517, "if_els": 517, "math": [517, 557, 558, 563, 573, 920, 1224, 1228, 1892, 1894, 1896, 1899, 1900, 1902, 1907, 1908, 1912, 1913, 1915, 1917, 1918, 1920], "clef_express": [517, 518], "almost": [517, 549, 553, 574, 580, 1864, 1867, 1903, 1908], "e0": 517, "meaningless": [517, 553], "complic": [517, 1861], "encod": [517, 525, 540, 582, 1913, 1918], "expr": [517, 518, 547, 922, 1032, 1033, 1034, 1037], "plu": [517, 1896, 1900], "fly": [517, 582, 1894], "themselv": 517, "rational": 517, "dangl": 517, "quicker": 517, "Of": [517, 553, 1897], "mandatori": 517, "opposit": [518, 549, 585, 1722, 1723], "z_": [518, 586, 1729], "sai": [518, 529, 561, 578, 580, 1894, 1903, 1908, 1914, 1919], "placeholder_3": 518, "x2": [518, 542, 597], "x3": 518, "exhaust": 518, "ban": 518, "parenthesi": [518, 579, 1894], "though": [518, 526], "show": [518, 519, 580, 592, 1867, 1873, 1874, 1875, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1900, 1902, 1903, 1905, 1908, 1909, 1910, 1912, 1916, 1917, 1921], "f1": [518, 1814], "3x3": [519, 1896, 1900], "forget": [519, 1899], "cheke": 519, "time_consuming_funct": 519, "insist": 519, "clef_make_fnt_lazi": 520, "function_to_make_lazi": 520, "foo": 520, "notclefexpress": 520, "is_clef_express": 520, "BUT": 520, "absenc": [520, 1893], "58385": 520, "v_": [520, 563, 1224, 1228, 1902], "copyabl": 520, "my_method": 520, "clef_implement_lazy_method": 520, "evalut": 520, "_2": [520, 582, 1886, 1890], "_1": [520, 582], "trait": 520, "immutablearrai": 521, "preced": 521, "param": [521, 589, 669, 940, 1819], "tparam": 521, "dollar": 521, "rest": [521, 554, 580], "alpha": [521, 525, 583, 1641, 1642, 1698, 1886, 1890, 1892, 1895, 1902, 1910, 1919, 1920, 1921], "seriou": 522, "leq": [522, 525], "m_": [522, 1908], "y_j": 522, "fast": [522, 1886, 1890, 1912, 1917], "quickli": [522, 1862, 1894, 1903, 1908], "return_typ": 523, "argument_typ": [523, 1874], "xy_typ": 523, "vector_typ": 523, "tqa": 523, "matrix_view_typ": 523, "matrix_view": [523, 556, 681, 720, 759, 798, 837, 959, 1007], "fx": 523, "fy": 523, "try_insert_from_funct": 523, "change_raw": 523, "try_op": 523, "bla": 523, "transpar": [523, 582, 1895], "fun": [523, 597, 1874], "typedef": [523, 1874], "result_typ": [523, 1874], "epsi": 523, "sin": [523, 590, 1895], "detratio": [523, 1874], "mathemat": [524, 527, 582, 1883, 1894, 1896, 1900], "mainli": [524, 1894], "know": [524, 529, 578, 581, 1886, 1890, 1894, 1896, 1899, 1900], "rm": [524, 553, 1902, 1904, 1909], "cof": 524, "i_n": 524, "pmatrix": [524, 583, 1699, 1700, 1708, 1896, 1900], "a_": [524, 525, 561, 583, 585, 586, 1698, 1723, 1724, 1729, 1730, 1732, 1904, 1909], "dot": [524, 525, 550, 573, 593, 1894, 1912, 1917], "vdot": 524, "invert": [524, 560, 1896, 1900, 1910], "furthermor": [524, 1886, 1890], "xi": [524, 542, 1916, 1921], "qquad": [524, 525, 1896, 1900, 1915, 1920], "ca": 524, "gi": [524, 542], "a_0": 524, "m_n": 524, "amelior": 524, "straightformward": 524, "hb": 524, "cg": 524, "fb": 524, "cb": 524, "gh": 524, "hg": 524, "ib": 524, "ic": 524, "gb": [524, 1918], "fh": 524, "hc": 524, "BEING": 525, "among": [525, 565, 1873, 1874, 1886, 1890], "deal": [525, 581], "emphas": 525, "essenti": [525, 551, 562, 1872, 1897], "alpha_a": 525, "beta_a": 525, "mathcal": [525, 580, 1886, 1890, 1899, 1913, 1918], "label": [525, 573, 590, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1886, 1889, 1890, 1892, 1893, 1895, 1900, 1902, 1905, 1907, 1908, 1910, 1912, 1917, 1918, 1919, 1920, 1921], "whenev": 525, "consider": [525, 553], "formal": [525, 527, 553, 1886, 1890, 1896, 1900], "equiv": [525, 569, 573, 583, 655, 1697, 1913, 1915, 1916, 1918, 1920, 1921], "c_": [525, 582, 603, 604, 624, 625, 1902, 1905, 1910], "int_0": [525, 707, 746, 785, 824, 863, 985, 1022, 1896, 1900, 1901, 1907], "2l": [525, 583, 1698, 1699], "p_l": 525, "theta": [525, 530, 560, 926, 939, 1896, 1900], "int_": [525, 569, 570, 655, 665, 1896, 1900], "analog": 525, "dt": [525, 707, 746, 785, 824, 863, 985, 1022, 1895], "2n": [525, 537, 549, 1896, 1900, 1915, 1920], "paramount": 525, "context": [525, 1033], "slowli": 525, "decai": [525, 563, 1223, 1896, 1900], "stackrel": 525, "parametr": 525, "n_1": [525, 585, 1721], "n_2": [525, 585, 1721], "o_": 525, "_i": [525, 573], "readeabl": 526, "travers": 526, "specialis": [526, 531, 533, 537, 538, 539, 543, 545, 547], "nfreq": [526, 537], "wn_": [526, 537], "strang": [526, 534], "cannot": [526, 536, 553, 599, 601, 622, 1897, 1898, 1916, 1921], "curri": 527, "understood": 527, "abstract": [527, 553, 565, 1033], "grid": [527, 570, 571, 573, 1767, 1773, 1775, 1890, 1895, 1899, 1905, 1910, 1912, 1917, 1918, 1919, 1921], "refin": [527, 566, 570, 1791], "regulartyp": 527, "comment": [527, 535, 549, 550, 566, 574, 1869, 1894, 1916, 1921], "k_vector": 527, "matsubara_freq": 527, "multi": [527, 590, 1862, 1914, 1919], "domain_t": [527, 534, 549], "eg": [527, 561, 583, 1701, 1702, 1896, 1900], "realli": [527, 578, 1883], "contigu": 527, "mesh_pt_gener": 527, "copyconstruct": [527, 566], "linear_index": [527, 1089, 1103, 1117], "at_end": 527, "cast_t": 527, "implicit": 527, "cast": [527, 1040, 1635], "wiht": 527, "fourier": [528, 551, 552, 554, 555, 557, 558, 559, 562, 572, 699, 738, 777, 816, 855, 977, 1000, 1017, 1677, 1869, 1886, 1888, 1889, 1890, 1892, 1893, 1899, 1902, 1907, 1908, 1912, 1916, 1917, 1921], "purefunctionondomain": [528, 552], "adj": 529, "reason": [529, 561, 580, 590, 1869, 1886, 1889, 1890, 1893, 1896, 1900, 1903, 1908], "gw": [529, 554, 555, 556, 557, 558, 564, 700, 702, 703, 739, 741, 742, 778, 780, 781, 817, 819, 820, 856, 858, 859, 978, 980, 981, 1018, 1020, 1021, 1896, 1900], "That": [529, 580, 1880, 1894, 1903, 1908], "call_the_fourier_implement": 529, "moreov": [529, 1867], "possess": 529, "iw_mesh": [529, 551, 1875, 1896, 1899, 1900, 1907, 1908], "tau_mesh": [529, 1875, 1896, 1900, 1907, 1908], "om_": [529, 1876], "gw2": 529, "subroutin": 530, "discret": [530, 533, 563, 571, 1224, 1647, 1663, 1767, 1773, 1862, 1896, 1900, 1912, 1916, 1917, 1921], "dft": [530, 1862, 1863], "regularli": 530, "f_0": [530, 583, 1698], "f_k": [530, 583, 1696, 1698], "f_n": 530, "t_": [530, 573, 574, 583, 1698, 1709, 1896, 1900], "n_t": [530, 1179], "t_k": 530, "omega_m": 530, "eq": 530, "tf_r": 530, "recogn": [530, 1677], "inv_dft": 530, "prepar": [530, 568, 577, 580, 1885, 1886, 1889, 1890, 1893, 1899], "f_m": 530, "eq_inv_tf_r": 530, "tau_k": 530, "tau_": [530, 538], "inv_dft_i": 530, "ge": 530, "t_1": 530, "t_2": 530, "simeq": [530, 1915, 1920], "it_2": 530, "badli": 530, "naiv": 530, "substract": 530, "tranform": 530, "2a": [530, 547], "leftrightarrow": 530, "gg": [530, 1912, 1917], "chose": [530, 1894, 1896, 1900, 1901, 1907], "opt": [531, 533, 537, 538, 539, 543, 544, 545, 1826, 1840, 1867, 1898, 1899, 1900], "variable_t": 531, "target_t": 531, "option_t": 531, "unus": 531, "decrib": 531, "block_index": [531, 533, 886, 1712], "singularity_t": [531, 536], "symmetry_t": [531, 535, 536], "stage": [531, 580, 1886, 1890], "destructor": 531, "compound": [531, 553, 561, 582], "reinterpret": 531, "1x1": [531, 544, 1875, 1896, 1900], "contruct": 533, "gf2": 533, "init_list": 533, "strip": 533, "make_block_gf_view_from_vector": 533, "Not": 533, "TO": [533, 538, 539, 591, 1608, 1880, 1904, 1909], "BE": [533, 539, 591, 1608, 1880, 1904, 1909], "bg0": 533, "bg1": 533, "bg11": 533, "bg2": 533, "bg3": 533, "bg4": 533, "test_block_gf": 533, "b4": 533, "freq": [533, 1003, 1004, 1886, 1890, 1899, 1900, 1917], "1025": [533, 1131], "positive_onli": [533, 549, 1890, 1899, 1900, 1917], "clefexpress": [534, 547], "closest": [534, 538, 582, 1067, 1216, 1217], "extrem": [534, 591], "inconveni": 534, "forbid": 534, "asid": 535, "singularity_view_t": 535, "si": 535, "evaluator_t": 535, "No": [537, 554, 555, 556, 557, 558, 674, 713, 752, 791, 830, 1870, 1886, 1890], "immutablematrix": [537, 538, 543, 545], "1d": [537, 538, 543, 545, 570, 571, 656, 660, 670, 710, 749, 788, 827, 866, 988, 1744, 1775], "3d": [537, 538, 543, 545, 554, 555, 556, 557, 558, 570, 710, 749, 788, 827, 866, 988, 1886, 1890, 1899], "todo": 537, "make_shap": [537, 538, 551], "1i": 537, "m_pi": 537, "g3": [537, 538], "226344": 537, "248878": 537, "antiperiod": 538, "OR": 538, "n_time": [538, 545, 1875], "exp": [538, 563, 577, 580, 1224, 1228, 1874, 1895, 1896, 1900, 1912, 1916, 1917, 1921], "0407608": 538, "0407604": 538, "2x2": [539, 543, 545, 563, 1230, 1896, 1900], "wmin": [539, 543], "wmax": [539, 543], "n_freq": [539, 543, 1876], "var_t": 541, "tmin": [541, 542, 545, 1875], "tmax": [541, 542, 545, 1875], "n_re_tim": [541, 542], "n_im_tim": [541, 542], "g_t_tau_": [541, 542], "dedic": 541, "g_slice": 541, "_x1": 542, "_x2": 542, "y2": [542, 1886, 1890], "_xi": 542, "yi": 542, "g_t_tau_m": 542, "g_t_tau_t": 542, "m1": [542, 583, 1698, 1699], "m2": [542, 583, 1698, 1699], "matrix_valued_vers": 542, "gm": [542, 557, 1875], "tensor_valued_vers": 542, "test_product_gf": 542, "gf_const": 544, "concentr": 546, "1a": 547, "1b": 547, "2b": 547, "closest_mesh_pt_t": 547, "3a": 547, "3b": 547, "acquir": [547, 551, 553, 562], "closest_mesh_point_t": 547, "closest_mesh_point": 547, "vehicl": 547, "matsubara_freq_mesh": 549, "pictori": [549, 550], "all_frequ": 549, "positive_frequencies_onli": 549, "matsubara_freq_domain": 549, "iomega_n": [549, 560, 1861, 1882, 1896, 1900, 1902, 1904, 1907, 1908, 1909, 1910, 1912, 1913, 1915, 1917, 1918, 1920], "linear_index_t": 549, "default_interpol_polici": 549, "domain_pt_t": 549, "full_siz": 549, "linear_to_index": 549, "revers": 549, "first_index": 549, "last_index": 549, "first_index_window": 549, "last_index_window": 549, "tau_n": 550, "get_interpolation_data": 550, "redefin": [550, 596], "anti": [550, 583, 1697, 1704, 1898, 1912, 1914, 1917, 1919], "role": [551, 561, 562], "accur": [551, 562, 1886, 1890, 1908, 1916, 1921], "approx": [551, 562, 593, 1886, 1890, 1896, 1900, 1912, 1916, 1917, 1918, 1919, 1921], "a_n": [551, 562], "coefficienct": [551, 562], "twenti": 551, "absolut": [551, 574, 1679, 1886, 1890], "fulfil": 551, "ij": [551, 583, 585, 1698, 1709, 1713, 1715, 1722, 1723, 1896, 1900], "ji": 551, "entail": 551, "prodiv": 551, "max_ord": 551, "nerror": 551, "experienc": [551, 1864], "set_tail_fit_paramet": 551, "tail_fract": [551, 1141], "expansion_ord": [551, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1009, 1011, 1141], "fraction": [551, 1851], "outer": [551, 870], "30": [551, 592, 1141, 1880, 1890, 1900, 1908, 1909], "fit_tail_on_window": 551, "behav": [551, 595, 1865, 1897], "fit_hermitian_tail_on_window": 551, "gflegendr": [552, 553, 559, 564, 1210, 1900], "gfretim": [552, 553, 559, 563, 1212, 1229, 1900], "pickl": [552, 559], "flavour": 553, "inv": [553, 561], "enough": [553, 1886, 1890], "50": [553, 554, 555, 556, 561, 564, 573, 577, 590, 1198, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1905, 1909, 1910, 1912], "imp": [553, 1886, 1890, 1892, 1893, 1896, 1900, 1901, 1902, 1907], "collid": 553, "former": 553, "don": [553, 580, 1904, 1909], "reassign": 553, "certainli": [553, 1894], "lazy_express": 553, "assembl": [553, 1862], "bandwith": [553, 563, 1224], "bandwidth": [553, 927, 940, 942, 1896, 1900], "picklabl": [553, 561], "sent": [553, 561], "disk": [553, 561, 1913, 1914, 1918, 1919], "saw": [553, 1913, 1918], "tell": [553, 578, 580, 590, 1894, 1896, 1900, 1903, 1908], "plotter": 553, "lot": [553, 1899], "target_rank": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830, 885, 952, 1900], "is_real": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830, 952, 1896, 1900], "kwarg": [554, 556, 561, 563, 599, 602, 623, 680, 708, 719, 747, 758, 786, 797, 825, 836, 864, 869, 870, 884, 885, 892, 902, 945, 958, 986, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1225, 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, 1589, 1591, 1593, 1595, 1597, 1599, 1601, 1603, 1612, 1620, 1625, 1685, 1748, 1756, 1845, 1854, 1898, 1899, 1900], "g_out": [554, 555, 557, 558, 699, 738, 777, 816, 855, 977, 1017], "g_in": [554, 555, 557, 558, 699, 738, 777, 816, 855, 977, 1000, 1017], "set_from_legendr": [554, 555], "decompos": [554, 555, 556, 557, 558, 561, 591, 1902, 1913, 1918], "meshgf": [554, 555, 556, 557, 558], "i2": [554, 555, 556, 557, 558], "this_str": [554, 555, 556, 557, 558], "eg1": [554, 557, 561], "eg2": [554, 557, 561], "egblock": [554, 557, 558, 561], "half_bandwidth": [554, 555, 556, 557, 560, 564, 926, 927, 939, 940, 942], "mpl_interfac": [554, 555, 556, 557, 558, 564, 568, 589, 590, 592, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "plt": [554, 556, 568, 573, 592, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "x_window": [554, 589, 590, 710, 749, 788, 827, 866, 988, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214], "ylim": [554, 568, 1885, 1896, 1900, 1902, 1905, 1907, 1908, 1910, 1921], "meshimtim": [555, 563, 713, 1191, 1207, 1209, 1224, 1228, 1896, 1900, 1907, 1908], "tailgf": 555, "enforce_discontinu": [556, 563, 1226], "disc": [556, 563, 681, 720, 759, 798, 837, 959, 1007, 1224, 1228], "discontinu": [556, 563, 681, 720, 759, 798, 837, 959, 1007, 1226], "40": [556, 564, 1886, 1890, 1895, 1909], "matsubaratolegendr": [556, 564], "giw": [557, 703, 742, 781, 820, 859, 981, 1021, 1896, 1899, 1900], "freq_offset": [557, 703, 742, 781, 820, 859, 981, 1021, 1913, 1918], "demonstr": [557, 573], "counterpart": 557, "cmath": 557, "101": [557, 568, 570, 1679, 1862, 1875, 1885, 1886, 1890, 1892], "lorentzian": 557, "glorentz": 557, "z": [557, 560, 577, 580, 583, 586, 679, 718, 757, 796, 835, 926, 939, 957, 1198, 1702, 1705, 1707, 1729, 1732, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1899, 1902, 1903, 1908, 1916, 1921], "semicircl": [557, 940], "gsc": 557, "superposit": 557, "2000": 557, "gr": 557, "995": 557, "1200": 557, "g_pade": 557, "meshretim": [558, 830, 1896, 1900], "1001": [558, 1898, 1907, 1908], "permit": 560, "wilson": 560, "eps_d": [560, 1896, 1900], "cut": [560, 580, 926, 1862, 1914, 1919], "2d": [560, 568, 573, 585, 926, 1218, 1639, 1722, 1723, 1885, 1886, 1890, 1892, 1893, 1896, 1900, 1905, 1910], "chem_potenti": [560, 939, 940], "contrast": 561, "rememb": [561, 1901, 1907, 1908], "sentenc": 561, "imagin": [561, 579, 1896, 1900], "involv": [561, 580, 582, 1862, 1902], "solid": [561, 1902], "t2g": [561, 583, 1701, 1707, 1896, 1900], "t2g1": 561, "t2g2": 561, "t2g3": 561, "t2gblock": 561, "name_list": [561, 885, 1896, 1900], "block_list": [561, 869, 870, 885, 1896, 1900], "make_copi": [561, 870, 885, 1900], "compos": [561, 1890, 1900], "initialis": [561, 872, 889], "do_someth": 561, "interestingli": 561, "appear": [561, 589, 1887, 1891, 1894, 1896, 1900, 1901, 1903, 1907, 1908, 1912, 1913, 1917, 1918], "clariti": [561, 580], "exactli": [561, 599, 601, 622, 1886, 1890, 1898, 1912, 1915, 1917, 1920], "clearli": [561, 574, 580, 1867, 1905, 1910], "__blockindiceslist": 561, "__name": 561, "__note": 561, "ident": [562, 1864, 1923], "caution": [563, 1223, 1863], "iomega": [563, 1223, 1224], "eps0": [563, 1224], "v0": [563, 1224], "tol": [563, 585, 1224, 1725], "maxit": [563, 945, 1224, 1781, 1782], "10000": [563, 580, 592, 1224, 1886, 1890, 1895, 1903, 1904, 1905, 1908, 1909, 1910], "cmplx": [563, 1224], "delta_": [563, 582, 586, 1224, 1228, 1729], "kl": [563, 1224, 1228], "kj": [563, 1224, 1228], "jl": [563, 1224, 1228], "eps_j": [563, 1224, 1228], "basinhop": [563, 1224], "frontend": [563, 1224], "norb": [563, 1224, 1228, 1676, 1918], "choleski": [563, 1224], "decomposit": [563, 1224], "xatol": [563, 1224], "ftol": [563, 1224], "complx": [563, 1224], "v_opt": [563, 1224], "thereof": [563, 1224, 1228, 1851], "eps_opt": [563, 1224], "sort": [563, 1224, 1886, 1890, 1903, 1908], "delta_disc": [563, 1224], "noisi": [563, 945, 1226, 1886, 1890], "low": [563, 1226, 1892, 1896, 1900, 1905, 1908, 1910, 1916, 1921], "treatement": [563, 1227], "block_txtfil": [563, 1230], "desir": [563, 1230, 1896, 1900], "uniform": [563, 595, 1230, 1896, 1900], "up_eg1": [563, 1230], "up_eg1_1": [563, 1230], "up_eg2_1": [563, 1230], "up_eg1_2": [563, 1230], "up_eg2_2": [563, 1230], "legendretomatsubara": 564, "pictur": [565, 1896, 1900, 1913, 1918], "abstarct": 565, "bitset": 565, "dimer": 565, "coulomb": [565, 583, 1695, 1888, 1892, 1902], "repuls": 565, "mu": [565, 569, 570, 571, 658, 662, 665, 940, 1767, 1773, 1882, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1895, 1898, 1899, 1901, 1904, 1905, 1907, 1909, 1910, 1912, 1916, 1917, 1921], "full_hs_operator_t": 565, "spars": [565, 1896, 1900], "prealloc": 565, "inv_subspac": 565, "emplace_back": 565, "spn": 565, "n_down": [565, 1909], "n_up_conn": 565, "n_down_conn": 565, "sub_hs_operator_t": 565, "n_up_hilbert_map": 565, "conn": 565, "n_up_op": 565, "n_down_hilbert_map": 565, "n_down_op": 565, "ket": 565, "equip": 566, "idenifi": 566, "vanis": 566, "bravaislattic": [567, 568, 570, 572, 1077, 1619, 1624, 1635, 1659, 1885, 1899], "atom_orb_po": [567, 1611], "atom_orb_nam": [567, 1611], "lattice_to_real_coordin": [567, 572], "r_t": [567, 572, 1613, 1630, 1650, 1666], "n_orbit": [567, 569, 663, 1655, 1890, 1912, 1917], "orbital_posit": [567, 570, 573, 1640, 1659, 1660], "bravai": [568, 572, 573, 1077, 1611, 1619, 1621, 1624, 1629, 1635, 1648, 1659, 1664, 1885, 1899, 1912, 1917], "bl": [568, 570, 572, 573, 1619, 1624, 1659, 1885, 1899], "nearest": [568, 1198, 1200, 1885, 1899, 1913, 1915, 1916, 1918, 1920, 1921], "neighbour": [568, 570, 577, 1885, 1899, 1913, 1915, 1918, 1920], "00": [568, 570, 1885, 1886, 1890, 1896, 1900, 1902, 1908, 1909, 1917, 1920, 1921], "tp": [568, 570, 573, 1885, 1905, 1910], "displac": [568, 572, 1624, 1627, 1885, 1899], "t11": [568, 1885], "t12": [568, 1885], "t13": [568, 1885], "t21": [568, 1885], "t22": [568, 1885], "t23": [568, 1885], "tnn": [568, 1885], "number_orbit": [568, 1885], "tb": [568, 570, 573, 1609, 1632, 1633, 1659, 1885, 1886, 1887, 1889, 1890, 1891, 1892, 1893, 1899], "tightbind": [568, 570, 572, 1632, 1633, 1659, 1885, 1899], "n_kpt": [568, 569, 570, 571, 1672, 1885], "500": [568, 570, 1876, 1885, 1902], "n_ep": [568, 569, 570, 1609, 1672, 1673, 1885], "matplotlib": [568, 573, 588, 1867, 1869, 1870, 1872, 1881, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "pylab": [568, 573, 1885], "xlim": [568, 1745, 1885, 1896, 1900, 1902, 1905, 1907, 1908, 1909, 1910, 1921], "energies_on_bz_path": 568, "dos_from_fil": [568, 569], "_k": [569, 573, 655], "epsilon_k": [569, 571, 655, 1773, 1901, 1907], "single_orbit": [569, 663], "ONE": [569, 663], "ith": [569, 663], "dosfromfunct": [569, 570], "x_min": [569, 659, 660, 1744], "x_max": [569, 659, 660, 1744], "hilberttransform": 570, "sigma0": 570, "bigl": [570, 665, 1905, 1910], "hat": [570, 582, 586, 665, 1727, 1728, 1729, 1730, 1731, 1732, 1886, 1890, 1896, 1899, 1900], "varepsilon": [570, 665], "bigr": [570, 665, 1905, 1910], "epsilon_hat": 570, "n_points_integr": 570, "test_converg": 570, "gfbloc": [570, 1645], "array_with_gfbloc_indic": 570, "gbloc": 570, "identity_matrix": 570, "npt": 570, "cv": 570, "sumkdiscretefromlattic": 571, "riemann": [571, 1773, 1775, 1776], "leftarrow": [571, 1767, 1773], "sum_k": [571, 1767, 1773, 1901, 1907, 1915, 1916, 1920, 1921], "eps_k": [571, 1767, 1773, 1899], "bz_point": [571, 1767, 1773], "bz_weight": [571, 1767, 1773, 1890], "mu_pattern": [571, 1767, 1773], "overlap": [571, 572, 1624, 1631, 1767, 1773, 1899], "IF": [571, 1767, 1773], "recomputegrid": [571, 1773], "gauss": [571, 1767, 1773, 1775, 1776], "gfblocindic": 571, "recompute_grid": 571, "chi_0": [571, 1775, 1872, 1914, 1915, 1919, 1920, 1922], "resize_arrai": 571, "nk": [571, 1198, 1771, 1778, 1918], "k_cvt": [572, 1626, 1628, 1644, 1646, 1661, 1662], "momentum": [572, 583, 586, 1064, 1626, 1628, 1644, 1646, 1661, 1662, 1677, 1696, 1698, 1701, 1703, 1705, 1727, 1729, 1896, 1899, 1900, 1905, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "reciproc": [572, 1064, 1623, 1626, 1628, 1644, 1646, 1661, 1662, 1679, 1899, 1912, 1917], "aim": [573, 582, 1863, 1872, 1886, 1890, 1915, 1920], "triplet": 573, "lbrace": [573, 593], "rbrace": [573, 593], "ie": 573, "phi_n": 573, "phi_m": 573, "wannier": [573, 1680], "hopping_dictionari": 573, "pt": [573, 1912, 1917], "epsilon_n": 573, "join": [573, 1916, 1920, 1921], "eigenvector": 573, "success": [573, 1791, 1878, 1886, 1890], "bl_1": 573, "bl_2": 573, "bl_4": 573, "hop_1": 573, "hop_2": 573, "hop_4": 573, "tb_1": 573, "tb_2": 573, "tb_4": 573, "gamma": [573, 1890, 1896, 1900, 1902, 1912, 1913, 1914, 1917, 1918, 1919], "pipi": 573, "pi0": 573, "pihpih": 573, "twopi0": 573, "twopitwopi": 573, "path_1": 573, "path_2": 573, "2at": 573, "ucel": 573, "path_4": 573, "4at": 573, "energies_on_path": 573, "orb": 573, "e_1": 573, "e_2": 573, "e_4": 573, "linewidth": [573, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1900, 1907], "ats": 573, "legend": [573, 590, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1900, 1902, 1908, 1910, 1918, 1919, 1920, 1921], "ax": [573, 1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1907, 1912, 1917], "set_xtick": [573, 1886, 1890, 1892, 1893], "150": [573, 1886, 1889, 1890, 1892, 1893, 1895], "set_xticklabel": [573, 1907], "gamma_1": 573, "m_1": [573, 583, 1699, 1700, 1708], "x_1": 573, "ylabel": [573, 590, 1214, 1895, 1900, 1907, 1908, 1910, 1912, 1917, 1918, 1919], "montecarlo": 574, "dynam": [574, 582, 945, 1865, 1872, 1913, 1918], "mc_sign_typ": 574, "proba": 574, "p_x": 574, "p_": [574, 580, 1905, 1910], "move_sign": 574, "move_r": 574, "new_sign": 574, "old_sign": 574, "focu": [575, 1903, 1904, 1908, 1909], "beta_": [577, 580], "field_": 577, "rng": [577, 579, 580], "delta_energi": 577, "config_": [577, 580], "rng_": 577, "metropli": 577, "compute_m": [577, 580], "sum_z": [577, 580], "sum_m": [577, 580], "greet": [577, 580], "500000": 577, "100000": [577, 1882], "374982": [577, 580], "273894": [577, 580], "isingmc": 577, "clock_callback": [577, 580], "27603": 577, "goal": [578, 591, 1878, 1901, 1903, 1907, 1908], "transit": [578, 580, 1862, 1888, 1892, 1903, 1904, 1905, 1908, 1909, 1910, 1914, 1916, 1919, 1921], "heart": 578, "repeat": [578, 1886, 1889, 1890, 1893, 1916, 1921], "decorrel": [578, 1886, 1890, 1902], "dictonari": 578, "doesn": [578, 580], "wether": [578, 1896, 1900], "clearer": 578, "23432": 579, "stand": [579, 1862], "uniformli": 579, "spinmc": [579, 580], "mymov": 579, "overview": [580, 1862, 1883, 1886, 1890, 1894], "concret": [580, 1896, 1900], "mayb": 580, "simplest": [580, 593, 1895], "ever": [580, 597], "uparrow": [580, 585, 1723, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1916, 1920, 1921], "downarrow": [580, 585, 1723, 1902, 1904, 1905, 1909, 1910, 1915, 1916, 1920, 1921], "job": [580, 1886, 1890, 1896, 1900], "everyth": [580, 597, 1877, 1880, 1886, 1890, 1894], "obvious": [580, 1880], "piec": [580, 591, 1894, 1902], "h_": [580, 1715, 1902, 1904, 1905, 1909, 1910], "isol": [580, 1868], "5000000": 580, "600": [580, 596], "149608": 580, "initial_sign": 580, "But": 580, "satisfi": [580, 1868, 1901, 1907, 1912, 1915, 1916, 1917, 1920, 1921], "importantli": 580, "trial": 580, "With": [580, 1871, 1915, 1920], "meant": 580, "launch": 580, "55": [580, 1909], "didn": 580, "manag": [580, 588, 1863, 1864], "cleanli": 580, "safe": 580, "hope": 580, "gave": 580, "idea": [580, 1862, 1883, 1902, 1903, 1908, 1916, 1921], "chapter": 580, "haven": 580, "acc": 580, "speed": [581, 1886, 1888, 1890, 1892, 1893], "quantiti": [581, 593, 1902, 1903, 1908, 1912, 1915, 1917, 1920], "readabl": [582, 1886, 1890], "accompani": 582, "approach": [582, 1887, 1891, 1899, 1905, 1910, 1913, 1914, 1916, 1918, 1919, 1921], "meet": [582, 1862, 1886, 1890], "is_zero": 582, "sake": 582, "many_body_operator_complex": 582, "nontrivi": 582, "obei": [582, 1912, 1915, 1916, 1917, 1920, 1921], "anticommut": 582, "dagger_": [582, 583, 585, 586, 605, 606, 626, 627, 1698, 1709, 1723, 1729, 1732, 1904, 1909], "preregist": 582, "elementari": [582, 593], "instanti": 582, "make_fundamental_operator_set": 582, "make_canon": 582, "is_dag": 582, "functor": 582, "paragraph": 582, "variant_int_str": 582, "canonical_ops_t": 582, "bidirect": 582, "dedocument": 582, "triqsd": 582, "coef": 582, "deseri": 582, "quartic": [582, 584, 1902, 1913, 1918], "__repr__": 582, "__str__": 582, "c_list": 582, "cd_list": 582, "commut": [582, 1898], "radial_integr": [583, 1696, 1698], "u_int": [583, 1696, 1697, 1698, 1703], "spheric": [583, 586, 1698, 1705, 1727, 1728, 1729], "m3": [583, 1698, 1699], "m4": [583, 1698, 1699], "f_2": [583, 1698], "f_4": [583, 1698], "radial": [583, 1696, 1698, 1703], "angular": [583, 1696, 1698, 1699, 1701, 1703, 1705], "racah_wign": [583, 1698], "u_j_to_radial_integr": [583, 1698], "convet": [583, 1698], "ijkl": [583, 585, 1698, 1714, 1724], "u_": [583, 585, 1697, 1698, 1713, 1714, 1722, 1723, 1724, 1902, 1916, 1921], "f0": [583, 1696, 1698, 1703], "f2": [583, 597, 1696, 1698, 1703, 1814], "f4": [583, 1696, 1698, 1703], "preferenti": [583, 1698], "alongsid": [583, 1698, 1864], "hund": [583, 1696, 1697, 1698, 1703], "harmon": [583, 586, 1698, 1701, 1705, 1727, 1728, 1729], "cubic": [583, 586, 1198, 1200, 1203, 1698, 1701, 1705, 1727, 1728, 1729], "b_": [583, 1698, 1709], "sum_j": [583, 1698, 1709], "reduce_4index_to_2index": 583, "u_4index": [583, 1704], "u_matrix_kanamori": 583, "up_int": [583, 1697], "full_uijkl": [583, 1697], "jc_hund": [583, 1697], "uijkl": [583, 1697], "j_c": [583, 1697], "neq": [583, 585, 1697, 1722, 1723, 1904, 1909], "prime": [583, 1697], "rotation": [583, 585, 1697, 1724], "retunr": [583, 1697], "foat": [583, 1697], "t2g_submatrix": 583, "submatrix": [583, 1702, 1707], "manifold": [583, 1702, 1707], "xy": [583, 1702, 1705, 1707, 1753], "yz": [583, 1702, 1705, 1707], "xz": [583, 1702, 1705, 1707], "u_t2g": [583, 1707], "eg_submatrix": 583, "u_eg": [583, 1702], "transform_u_matrix": 583, "cubic_nam": 583, "radial_integrals_to_u_j": 583, "angular_matrix_el": 583, "m_2": [583, 1699, 1700, 1708], "m_3": [583, 1699, 1700, 1708], "m_4": [583, 1699], "ang_mat_el": [583, 1699], "three_j_symbol": 583, "jm1": [583, 1700, 1708], "jm2": [583, 1700, 1708], "jm3": [583, 1700, 1708], "l_1": [583, 1708], "l_2": [583, 1708], "l_3": [583, 1708], "j_1": [583, 1700, 1708], "j_2": [583, 1700, 1708], "j_3": [583, 1700, 1708], "three_j_sym": [583, 1708], "clebsch_gordan": 583, "clebsh": [583, 1700], "gordan": [583, 1700], "cgcoeff": [583, 1700], "subarrai": 583, "idxlist": [583, 1706], "1st": [583, 1706], "extract_": 584, "monimi": 584, "quadrat": [584, 589, 1715], "dict_to_matrix": 584, "cleaner": 584, "shorthand": 584, "extractor": 584, "op_t": 584, "dict2_t": [584, 1712, 1713, 1715], "quadrupl": 584, "dict4_t": [584, 1714], "identifi": [585, 1848, 1886, 1888, 1890, 1892, 1893, 1902, 1909, 1910, 1912, 1916, 1917, 1918, 1919, 1921, 1923], "h_int_slat": 585, "off_diag": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736], "map_operator_structur": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735], "h_dump": [585, 1722, 1723, 1724], "4d": [585, 1724], "ye": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736, 1862], "spin_orbit": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1736], "up_0": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1886, 1889, 1890, 1892, 1893], "down_0": [585, 586, 587, 1722, 1723, 1724, 1727, 1728, 1729, 1730, 1731, 1732, 1735, 1889, 1890, 1892, 1893], "spin_flip": [585, 1723], "pair_hop": [585, 1723], "fip": [585, 1723], "h_int_dens": 585, "diagonal_part": 585, "n_3": [585, 1721], "n_part": [585, 1721], "make_operator_r": 585, "h_real": [585, 1725], "n_op": 586, "s_op": 586, "s_": [586, 1732], "pm": [586, 1732, 1905, 1908, 1910], "s_x": [586, 1728, 1731, 1732], "s_y": [586, 1728, 1731, 1732], "s2_op": 586, "l_op": 586, "l_": [586, 686, 725, 764, 803, 842, 964, 1729], "l_x": [586, 1727, 1728, 1729], "l_y": [586, 1727, 1728, 1729], "2i": [586, 1729], "momenta": [586, 1200, 1727, 1728, 1729, 1913, 1915, 1918, 1920], "odd": [586, 1089, 1103, 1117, 1727, 1728, 1729, 1905, 1910, 1916, 1921], "l2_op": 586, "ls_op": 586, "get_mkind": 587, "mkind": [587, 1735], "operator_structur": [587, 1736], "panel": 588, "300": [589, 1862, 1890, 1892], "x_data_view": 589, "flatten_i": [589, 710, 749, 788, 827, 866, 988], "fitl": 589, "fitq": 589, "one_fermion_level": 589, "fit1": 589, "clip": 589, "reader": 589, "encourag": 589, "leastsq": 589, "x_arrai": [589, 669, 670, 1744], "y_arrai": [589, 669, 670], "fitter": [589, 669, 670], "p0": [589, 669, 670], "p1": [589, 669], "p2": [589, 669], "fitfunc": 589, "toolkit": [590, 1872], "graphic": [590, 1879], "pyplot": [590, 1739, 1886, 1888, 1889, 1890, 1892, 1893, 1895, 1899, 1905, 1910], "subfigur": 590, "subplot": [590, 1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1907, 1910, 1921], "bottom": [590, 1875, 1912, 1917, 1921], "bad": [590, 1902], "_plot_": 590, "curv": [590, 670, 1895, 1896, 1900, 1903, 1908, 1916, 1921], "optionsdict": 590, "optiondict": 590, "consum": 590, "pop": [590, 1889, 1893], "spuriou": 590, "xdata": 590, "ydata": 590, "graph": 590, "xlabel": [590, 1214, 1895, 1900, 1908, 1910, 1912, 1917, 1918, 1919, 1920, 1921], "overrul": 590, "myobject": [590, 1894], "arang": [590, 1895, 1900, 1901, 1904, 1907, 1908, 1909, 1916, 1920, 1921], "ydata1": 590, "ydata2": 590, "entri": [590, 1886, 1890, 1897, 1900], "dict1": 590, "dict2": 590, "scienc": 591, "everyon": 591, "human": 591, "task": [591, 1886, 1890, 1892, 1915, 1920], "admittedli": 591, "bore": 591, "physicist": 591, "fortun": 591, "wiki": 591, "wish": [591, 1870], "tini": 591, "git_hash": [591, 1861], "secur": 591, "show_machine_info": 591, "hostnam": 591, "login": [591, 1863], "code_vers": 591, "myself": [591, 1861], "situat": [591, 1896, 1900], "computation1": 591, "ok": [591, 597, 1880], "getsourc": 591, "randomgener": 592, "237849": 592, "random_generator_names_list": 592, "inverv": 592, "lagged_fibonacci607": 592, "237489": 592, "hist": [592, 1895], "aris": 593, "characterist": [593, 595, 1888, 1892, 1903, 1908], "proce": [593, 1901, 1907], "central": [593, 1886, 1890, 1896, 1900, 1905, 1910], "reliabl": [593, 1890], "difficult": 593, "date": 595, "stringstream": 595, "stack": [595, 1797], "strace": 595, "demangl": 595, "triqs_runtime_error": 595, "highli": [595, 1864], "caught": 595, "runtime_error": 595, "trace": 595, "exceptions_1": 595, "thrown": 595, "seen": [596, 1862, 1902, 1916, 1921], "pyconfig": 596, "1173": 596, "_posix_c_sourc": 596, "200112l": 596, "x86_64": 596, "unknown": 596, "os_defin": 596, "39": [596, 1890, 1892, 1894, 1895, 1898, 1899, 1900, 1902, 1909], "162": 596, "200809l": 596, "_xopen_sourc": 596, "first_includ": 596, "condition": 596, "tuple_tool": 597, "make_tupl": 597, "t0": 597, "necessarli": 597, "res2": 597, "benefit": [597, 1862], "tuple_s": 597, "tie": 597, "54": [597, 1909], "61": [597, 1909], "_called_on_tupl": 597, "_f": 597, "flavor": [599, 601, 622, 1898], "truncat": [599, 601, 622, 1898], "init_value_default": 670, "param_tupl": 670, "tex": 670, "n0": [679, 718, 757, 796, 835, 957], "contraint": [683, 722, 761, 800, 839, 961, 1009], "ac": [686, 725, 764, 803, 842, 964], "r_": [686, 725, 764, 803, 842, 964], "db": [686, 725, 764, 803, 842, 964], "new_n_tau": [696, 735, 774, 813, 852, 974, 1014, 1886, 1890, 1892, 1902], "rebin": [696, 735, 774, 813, 852, 974, 1014, 1886, 1890, 1892, 1902], "sparser": [696, 735, 774, 813, 852, 974, 1014], "insid": [710, 749, 788, 827, 866, 988, 1639, 1863, 1905, 1910], "name_list1": [869, 870], "name_list2": [869, 870], "coincid": 870, "block_index1": 871, "block_index2": 871, "selected_blocks1": [874, 881], "selected_blocks2": [874, 881], "bloc": 886, "selected_block": [891, 904], "no_except": 897, "adjust_temperatur": 897, "deprec": [898, 1847, 1849, 1855, 1856], "dic": [906, 994], "karg": [909, 910, 920, 921], "minu": 940, "alia": 941, "g0_dlr": 945, "g_dlr": [945, 998, 999, 1001, 1002, 1896, 1900], "sigma_mo": 945, "trust": [945, 1916, 1921], "constr": 945, "disp": 945, "finite_diff_rel_step": 945, "gtol": 945, "5000": [945, 1882, 1886, 1890, 1902, 1904, 1908, 1909], "xtol": [945, 1781, 1916, 1920, 1921], "contrain": 945, "arxiv": [945, 1862, 1915, 1916, 1920, 1921], "2310": [945, 1862], "01266": [945, 1862], "\u03c3": [945, 1892], "\u03c3_dyn": 945, "i\u03bd": 945, "\u03c3_0": 945, "hartre": [945, 1639, 1886, 1889, 1890, 1892, 1893], "\u03c3_1": 945, "altern": [945, 1864, 1879, 1896, 1900, 1915, 1920], "s_iw": 945, "s_iw_dlr": 945, "sigma_hf": 945, "iwn": 945, "g_dlr_iw": 945, "g_full_iw": 945, "provdid": 945, "sigma_dlr": 945, "sigma_0": 945, "g\u2080": 945, "g\u2080\u03c3g": 945, "dct": [947, 948], "mutual": [952, 1900], "exclus": [952, 1900], "hdf_scheme": 993, "lazyexpr": 1033, "eval_term": 1034, "fnode": 1037, "fterm": 1037, "child": 1037, "castabl": [1040, 1635], "data_index": [1047, 1048, 1073, 1085, 1099, 1113, 1127, 1144, 1155, 1166, 1174, 1188], "mlist": [1054, 1055], "compom": 1060, "vector_const_view": 1067, "data_index_t": [1072, 1073, 1084, 1085, 1098, 1099, 1112, 1113, 1126, 1127, 1143, 1144, 1154, 1155, 1165, 1166, 1173, 1174, 1187, 1188], "spacial": 1077, "otain": [1089, 1103, 1117], "cutoff": [1089, 1103, 1117, 1896, 1900], "accuraci": [1089, 1103, 1117, 1886, 1890, 1896, 1900], "choos": [1089, 1103, 1117, 1866, 1871, 1880, 1887, 1891], "evenli": [1147, 1167, 1179, 1900], "edg": [1147, 1167, 1179, 1862, 1900, 1905, 1910], "degre": [1158, 1903, 1905, 1908, 1910], "max_n": 1158, "w_min": [1167, 1900, 1913, 1918], "adjoint": 1191, "zmin": 1198, "zmax": 1198, "opt_dict": [1199, 1202, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1739, 1740, 1741, 1745], "gfbrillouinzon": [1199, 1202], "ltot": 1200, "xmin": [1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214], "xmax": [1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214], "allow_spectral_mod": 1214, "plot_data": [1214, 1753], "orient": [1217, 1894], "polygon": [1607, 1608], "michel": 1608, "n_div": [1609, 1673], "nkpt": 1632, "nep": [1632, 1633], "triangl": [1633, 1673], "ndiv": 1633, "tb_lattic": [1639, 1640, 1641, 1642, 1643, 1645], "super_lattice_unit": [1639, 1640], "cluster_sit": [1639, 1640], "remove_internal_hop": [1639, 1640], "tblattic": [1639, 1675, 1676, 1677, 1912, 1916, 1917, 1921], "supercel": 1642, "d1": 1645, "remove_intern": 1645, "create_zero": 1645, "dictionnari": 1645, "orbital1": 1645, "orbital2": 1645, "n_r": [1648, 1664, 1900], "n_site": 1655, "nsite": 1655, "pack_index_site_orbit": 1657, "ptb": 1675, "tbl": [1675, 1676, 1677], "extend_to_spin": 1676, "add_loc": 1676, "wout": [1676, 1681, 1887, 1891], "seed_hr": 1676, "seednam": [1676, 1886, 1890, 1893], "_hr": [1676, 1680], "digit": [1677, 1923], "decreas": [1677, 1902, 1909, 1916, 1921], "particularli": [1677, 1882, 1901, 1907], "crystal": [1677, 1896, 1900], "hk": [1677, 1904, 1909], "hk_numer": 1677, "sole": 1677, "hopp_dict": [1678, 1680], "num_wann": [1678, 1680, 1886, 1890], "segment": 1679, "num": [1679, 1912, 1917, 1918, 1919], "relative_coordin": 1679, "overal": [1679, 1886, 1890], "kvec": 1679, "dist": [1679, 1877], "travel": 1679, "null": 1687, "ignore_irrelev": [1711, 1713, 1714, 1715], "real_or_complex_arrai": 1712, "n_i": 1713, "n_j": 1713, "irrelev": [1713, 1714, 1715], "u_dict": [1713, 1714], "dagger_i": [1714, 1715], "dagger_j": 1714, "c_l": 1714, "c_k": 1714, "c_j": [1715, 1896, 1900], "h_dict": 1715, "bl_mat": 1716, "fname": [1720, 1733], "opt_list": [1739, 1740, 1741], "sl": 1744, "emul": 1745, "optional_dict": 1753, "width": [1753, 1895, 1896, 1900], "orthogonal_basi": [1767, 1769], "computegrid": 1767, "super_lattic": 1776, "provind": 1776, "x_0": [1781, 1782], "dx": [1781, 1782], "001": [1781, 1893], "x_name": [1781, 1791], "y_name": [1781, 1791], "monoton": 1781, "bisect": [1781, 1791], "06": [264, 1785, 1786, 1787, 1788, 1789, 1814, 1918], "x_init": 1791, "precision_on_i": 1791, "delta_x": 1791, "max_loop": 1791, "lower": [1791, 1896, 1900, 1902], "upper": 1791, "reimplement": [1793, 1797], "the_funct": [1793, 1797], "distributiononnodetest": 1793, "the_stack": [1797, 1799, 1804, 1806], "mpirun": [1816, 1863, 1886, 1889, 1890, 1893], "triqs_force_mpi_init": 1816, "is_mpi": 1816, "intracomm": 1818, "asynchron": 1819, "subprocess": 1819, "ping": 1819, "sleep": 1819, "msec": 1819, "host": [1822, 1836, 1863, 1887, 1891], "val": [1827, 1841], "dest": [1827, 1841], "imin": [1829, 1830], "imax": [1829, 1830], "threadgroup": 1845, "uniqu": 1845, "decim": 1845, "invoc": 1845, "subclass": [1845, 1854, 1899, 1900], "runtimeerror": [1846, 1851, 1857], "identif": [1847, 1852], "nonzero": 1848, "get_id": 1848, "recycl": 1848, "daemon": [1849, 1855], "unhandl": 1851, "is_al": 1851, "ed": [1851, 1889, 1893], "deadlock": 1851, "get_native_id": 1853, "kernel": [1853, 1896, 1900, 1902], "sequenti": 1854, "arrang": 1857, "control": [1857, 1869, 1886, 1890, 1894, 1895], "savetxt": 1861, "textfilenam": 1861, "reshap": [1861, 1899], "mesh_and_data": 1861, "hstack": 1861, "triqs quantum interacting systems toolbox research": 1862, "oolbox": 1862, "esearch": 1862, "nteract": 1862, "uantum": 1862, "ystem": 1862, "paradigm": 1862, "2005": 1862, "polytechniqu": 1862, "peer": 1862, "broader": 1862, "ecosystem": 1862, "flege": 1862, "dmft": [1862, 1863, 1872, 1882, 1887, 1888, 1891, 1892, 1894, 1896, 1900, 1903, 1904, 1908, 1909], "topic": 1862, "divers": 1862, "electron": [1862, 1886, 1887, 1890, 1891, 1892, 1896, 1900], "sr2ruo4": 1862, "120": [1862, 1886, 1890, 1892, 1893], "126401": 1862, "late": 1862, "metal": [1862, 1886, 1888, 1889, 1890, 1892, 1893, 1903, 1905, 1908, 1910], "oxid": 1862, "infinit": [1862, 1901, 1907, 1916, 1921], "nickel": 1862, "versu": [1862, 1903, 1908], "cuprat": [1862, 1905, 1910], "081110": 1862, "ndnio2": 1862, "cacuo2": 1862, "021061": 1862, "footprint": 1862, "fluctuat": [1862, 1915, 1916, 1920, 1921], "multimethod": 1862, "multimesseng": 1862, "011058": 1862, "resist": 1862, "sachdev": 1862, "kitaev": 1862, "syk": 1862, "liquid": [1862, 1890, 1891], "proc": 1862, "natl": 1862, "acad": 1862, "sci": 1862, "usa": 1862, "117": 1862, "18341": 1862, "scholar": 1862, "84": [1862, 1909], "075145": 1862, "105": 1862, "235115": 1862, "2404": 1862, "02334": 1862, "fellow": 1862, "insight": 1862, "summer": 1862, "school": 1862, "annual": 1862, "strongli": [1862, 1863, 1872, 1886, 1890], "jupyt": [1862, 1863, 1870, 1872, 1881, 1884, 1886, 1887, 1888, 1890, 1891, 1892, 1922], "session": [1862, 1863, 1865, 1872], "brows": 1862, "snippet": [1862, 1876], "familiar": [1862, 1901, 1907, 1916, 1921], "platform": 1862, "la": [1863, 1886, 1890], "cart": 1863, "privat": 1863, "x86": 1863, "architectur": 1863, "lt": [1863, 1870, 1895, 1900], "jammi": 1863, "sudo": [1863, 1868, 1870], "transport": 1863, "curl": 1863, "lsb": 1863, "triqs3": 1863, "distrib_codenam": 1863, "perman": [1863, 1867], "forg": 1863, "feedstock": 1863, "triqs_cthyb": [1863, 1882, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "triqs_dft_tool": [1863, 1886, 1890], "triqs_tprf": [1863, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "troubl": 1863, "mamba": 1863, "virtual": [1863, 1864, 1867], "administ": 1863, "triqs_latest": 1863, "sif": 1863, "exec": [1863, 1871], "servic": 1863, "close": [1863, 1869, 1876, 1886, 1890, 1903, 1908, 1913, 1918], "hpc": 1863, "bring": [1863, 1894], "eb": 1863, "robot": 1863, "foss": 1863, "2020a": 1863, "toolchain": 1863, "pai": 1863, "attent": [1863, 1886, 1890], "proceed": 1863, "install_prefix": 1863, "pwd": [1863, 1865], "mkdir": [1863, 1868, 1880], "dcmake_install_prefix": [1863, 1866], "ctest": 1863, "bash": 1863, "edit": [1863, 1894, 1903, 1908], "build_x": 1863, "build_x_test": 1863, "temporarili": 1863, "gigabyt": 1863, "ram": 1863, "restrict": 1863, "admin": 1863, "bash_profil": [1863, 1865, 1868], "zprofil": [1863, 1865], "lmod": 1863, "appl": 1864, "anyon": 1864, "superior": 1864, "drop": [1864, 1901, 1907, 1913, 1918], "precompil": 1864, "dowload": 1864, "influenc": 1865, "colon": 1865, "echo": 1865, "home": [1865, 1867, 1868, 1880, 1890], "printenv": 1865, "ld_library_path": 1865, "usernam": 1865, "cflag": 1865, "linker": [1865, 1866], "cpath": 1865, "isystem": 1865, "spawn": 1865, "intend": 1865, "install_path": 1866, "dcmake_build_typ": 1866, "dcmake_cxx_flag": 1866, "dcmake_exe_linker_flag": 1866, "dbuild_test": 1866, "upon": [1867, 1869], "macport": 1867, "fink": 1867, "enthought": 1867, "nor": 1867, "far": [1867, 1913, 1916, 1918, 1921], "qualiti": [1867, 1902], "sometim": 1867, "librairi": 1867, "dai": 1867, "suddenli": 1867, "priori": [1867, 1896, 1900], "impact": 1867, "robust": 1867, "mess": 1867, "mojav": 1867, "xcode": 1867, "sdk": 1867, "sdkroot": 1867, "xcrun": 1867, "doctor": 1867, "zshrc": 1867, "outdat": 1868, "verison": 1868, "although": 1868, "my_python": 1868, "confirm": 1868, "path_to_your_hom": 1868, "package_nam": 1868, "freeli": 1869, "iso": 1869, "committe": 1869, "philsophi": 1869, "evolut": 1869, "rapidli": 1869, "evolv": 1869, "99": [1869, 1909], "gfortran": 1870, "libopenbla": 1870, "libboost": 1870, "libfftw3": 1870, "libgmp": 1870, "libopenmpi": 1870, "fatal": 1870, "h5public": 1870, "dumpmachin": 1870, "suggest": [1871, 1913, 1918], "py3": 1871, "2to3": 1871, "backup": 1871, "2to3_nb": 1871, "ipynb": 1871, "dive": 1871, "round": 1871, "divison": 1871, "__floordiv__": 1871, "slash": 1871, "hard": [1871, 1886, 1890], "net": 1871, "editor": [1871, 1903, 1908], "bufdo": 1871, "nn1": 1871, "gc": 1871, "declin": 1871, "xa": 1871, "appnam": 1871, "module_name_desc": 1871, "outlin": [1871, 1896, 1900], "dpython_execut": 1871, "path_to_python3": 1871, "demo": 1872, "understand": [1872, 1886, 1890, 1903, 1908, 1909, 1913, 1918], "behind": [1872, 1895, 1902], "ingredi": [1872, 1905, 1910], "tackl": 1872, "condens": 1872, "theori": [1872, 1896, 1900], "realiz": 1872, "difficulti": 1872, "aspect": [1872, 1886, 1890, 1894, 1899, 1920, 1922], "remind": [1872, 1877, 1884, 1913, 1918], "anderson": [1872, 1884], "valenc": [1872, 1884], "bond": [1872, 1884, 1886, 1890], "nest": [1872, 1916, 1921, 1922], "suscept": [1872, 1912, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "rpa": [1872, 1912, 1917, 1922], "tpsc": [1872, 1912, 1914, 1917, 1919, 1922], "antiferromagnet": [1872, 1914, 1919, 1922], "resourc": [1872, 1886, 1890, 1894], "ctqmc": [1872, 1898, 1908], "store_a": 1873, "tql": 1873, "initial_x": 1874, "initial_i": 1874, "stai": [1874, 1894], "d2": 1874, "const_view": 1875, "shortest": 1875, "inu_": 1875, "t_mesh": 1875, "nxm": 1875, "Or": 1875, "t1_": 1875, "t2_": 1875, "36": [1875, 1900, 1909], "hfile": 1876, "my_gf": 1876, "hfile2": 1876, "48796": 1876, "0766486": 1876, "src_dir": 1877, "foobar": 1877, "toto_a1": 1877, "module_a1_desc": 1877, "module_a1": 1877, "totoa1": 1877, "module_b1": 1877, "application_b": 1877, "build_dir": 1877, "install_dir": 1877, "module_path_list": 1877, "automodul": 1877, "blue": [1877, 1886, 1890, 1895, 1902], "prompt": 1877, "my_funct": 1877, "module_a1_wrap": 1877, "yet": [1877, 1886, 1890], "to_be_instal": 1877, "perftool": 1879, "libgoogl": 1879, "pprof": 1879, "lprofil": 1879, "simple_test": 1879, "cpuprofil": 1879, "profile_test": 1879, "prof": 1879, "recompil": [1879, 1880, 1894], "preload": 1879, "libprofil": 1879, "yep": 1879, "easy_instal": 1879, "my_test": 1879, "myep": 1879, "successfulli": 1880, "plan": 1880, "said": [1880, 1912, 1917], "cmake_minimum_requir": 1880, "myproj": 1880, "cmake_build_typ": 1880, "predefin": [1880, 1886, 1890, 1896, 1900], "add_execut": 1880, "target_link_librari": 1880, "triqs_set_rpath_for_target": 1880, "dtriqs_path": 1880, "teach": [1881, 1884, 1922], "strictli": 1882, "technic": 1882, "semi": 1882, "circular": 1882, "g_0": [1882, 1896, 1899, 1900, 1901, 1902, 1907, 1912, 1913, 1917, 1918], "plain": 1882, "vanilla": 1882, "n_loop": [1882, 1901, 1903, 1904, 1905, 1907, 1908, 1909, 1910], "niter": [1882, 1904, 1908, 1909], "paramagnet": [1882, 1886, 1890], "h_int": [1882, 1902, 1904, 1905, 1908, 1909, 1910], "single_site_beth": 1882, "friendli": 1883, "enhanc": [1883, 1913, 1914, 1918, 1919], "browser": 1883, "inlin": [1883, 1886, 1888, 1889, 1890, 1892, 1893, 1896, 1897, 1898, 1899, 1900, 1902, 1903, 1904, 1905, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "think": [1883, 1886, 1890, 1896, 1900, 1903, 1908, 1912, 1914, 1917, 1919], "spend": 1883, "familiaris": 1883, "yourself": 1883, "carpentri": 1883, "video": 1883, "slide": 1883, "lectur": [1883, 1915, 1920], "capabl": 1883, "modeldmft": 1884, "implemet": 1885, "set_printopt": [1886, 1888, 1889, 1890, 1892, 1893], "140": [1886, 1888, 1889, 1890, 1892, 1893], "plot_correlated_band": [1886, 1888, 1889, 1890, 1892, 1893], "pcb": [1886, 1888, 1889, 1890, 1892, 1893], "maxent_sigma": [1886, 1888, 1889, 1890, 1892, 1893], "sigma_max": [1886, 1888, 1889, 1890, 1892, 1893], "la2cuo4": [1886, 1888, 1890, 1892, 1893], "tc": [1886, 1890], "superconductor": [1886, 1890, 1905, 1910], "cu": [1886, 1887, 1890, 1891], "ion": [1886, 1890], "materi": [1886, 1887, 1890, 1891, 1892, 1901, 1907], "suit": [1886, 1890], "straightforward": [1886, 1890], "theoret": [1886, 1890], "werner": [1886, 1890], "91": [1886, 1888, 1890, 1892], "125142": [1886, 1888, 1890, 1892], "workflow": [1886, 1890], "spirit": [1886, 1890], "graybox": [1886, 1890], "deepen": [1886, 1890], "_autosummari": [1886, 1890], "read_config": [1886, 1890], "1088": [1886, 1890], "1361": [1886, 1890], "648x": [1886, 1890], "ac5d1c": [1886, 1890], "recap": [1886, 1890], "scf": [1886, 1890], "d_": [1886, 1890, 1902], "lco": [1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893], "nscf": [1886, 1890], "w90": [1886, 1888, 1889, 1890, 1892, 1893], "mlwf": [1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893], "bandstructur": [1886, 1890], "bnd": [1886, 1890], "disentangl": [1886, 1890], "win": [1886, 1890, 1916, 1921], "num_band": [1886, 1890], "mp_grid": [1886, 1890], "exclude_band": [1886, 1890], "31": [1886, 1890, 1893, 1900, 1909], "34": [1886, 1890, 1892, 1893, 1900, 1909, 1912], "dis_win_min": [1886, 1890], "dis_win_max": [1886, 1890], "dis_froz_min": [1886, 1890], "dis_froz_max": [1886, 1890], "wf": [1886, 1890], "cuo": [1886, 1890], "_4": [1886, 1890], "charact": [1886, 1890], "loc": [1886, 1889, 1890, 1892, 1893, 1896, 1900, 1902, 1905, 1910, 1921], "7367": [1886, 1888, 1889, 1890, 1892, 1893], "dos_data": [1886, 1890], "elem": [1886, 1890], "char_tabl": [1886, 1890], "pdos_tot": [1886, 1890], "tot": [1886, 1890], "loadtxt": [1886, 1890, 1895], "el": [1886, 1890], "n_atom": [1886, 1890], "n_char": [1886, 1890], "pdos_atm": [1886, 1890], "_wfc": [1886, 1890], "w90_do": [1886, 1890], "dpi": [1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1902, 1903, 1904, 1907, 1908, 1909], "figsiz": [1886, 1889, 1890, 1892, 1893, 1896, 1900, 1905, 1907, 1910, 1921], "fill_between": [1886, 1890, 1910], "zorder": [1886, 1890, 1912, 1917], "grai": [1886, 1890], "lw": [1886, 1890, 1895, 1900, 1910, 1912, 1917, 1919, 1920], "dz2": [1886, 1890], "dxz": [1886, 1890], "dyz": [1886, 1890], "dx2": [1886, 1890], "dxy": [1886, 1890], "cu_dx2y2": [1886, 1890], "cu_dz2": [1886, 1890], "2p": [1886, 1890], "set_xlim": [1886, 1889, 1890, 1892, 1893, 1896, 1900], "set_ylim": [1886, 1889, 1890, 1892, 1893], "set_ylabel": [1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900, 1912, 1917], "set_xlabel": [1886, 1889, 1890, 1892, 1893, 1895, 1896, 1899, 1900], "ev": [1886, 1888, 1889, 1890, 1892, 1893], "dominantli": [1886, 1890], "compromis": [1886, 1890], "carefulli": [1886, 1890], "leverag": [1886, 1890], "w90_dict": [1886, 1888, 1889, 1890, 1892, 1893], "w90_path": [1886, 1888, 1889, 1890, 1892, 1893], "w90_seed": [1886, 1888, 1889, 1890, 1892, 1893], "mu_tb": [1886, 1888, 1889, 1890, 1892, 1893], "plot_dict": [1886, 1888, 1889, 1890, 1892, 1893], "colorscheme_band": [1886, 1888, 1889, 1890, 1892, 1893], "coolwarm": [1886, 1890, 1899], "tb_dict": [1886, 1888, 1889, 1890, 1892, 1893], "bands_path": [1886, 1888, 1889, 1890, 1892, 1893], "get_dmft_band": [1886, 1889, 1890, 1892, 1893], "tb_band": [1886, 1889, 1890, 1892, 1893], "alatt_k_w_path": [1886, 1889, 1890, 1892, 1893], "freq_dict": [1886, 1889, 1890, 1892, 1893], "band_data": [1886, 1890], "lco_band": [1886, 1890], "k_mesh": [1886, 1890, 1892, 1893, 1899], "c0": [1886, 1889, 1890, 1892, 1893, 1902], "plot_band": [1886, 1889, 1890, 1892, 1893], "alatt": [1886, 1889, 1890, 1892, 1893], "wannier90convert": [1886, 1890], "inp": [1886, 1890], "irep": [1886, 1890], "lco_wanni": [1886, 1888, 1889, 1890, 1892, 1893], "hdf_filenam": [1886, 1890], "convert_dft_input": [1886, 1890], "cwd": [1886, 1890], "cp": [1886, 1890], "languang": [1886, 1890], "immens": [1886, 1890], "transfer": [1886, 1890, 1913, 1918], "h5py": [1886, 1890], "dft_input": [1886, 1890], "wannier90cconvert": [1886, 1890], "h5structur": [1886, 1890], "expand": [1886, 1887, 1890, 1891, 1902, 1916, 1921], "1160": [1886, 1890], "k_b": [1886, 1890], "ultim": [1886, 1890], "n_cycles_tot": [1886, 1890], "2e": [265, 1886, 1890], "walker": [1886, 1890], "workload": [1886, 1890], "dmft_config": [1886, 1888, 1890, 1892], "ini": [1886, 1888, 1889, 1890, 1892, 1893], "cat": [1886, 1889, 1890, 1892, 1893], "solver_typ": [1886, 1889, 1890, 1893], "n_iter_dmft": [1886, 1890, 1893], "jobnam": [1886, 1888, 1890, 1892, 1893], "dc_type": [1886, 1890, 1893], "b10": [1886, 1888, 1889, 1890, 1892, 1893], "u3": [1886, 1888, 1889, 1890, 1892, 1893, 1909], "observables_imp0": [1886, 1890, 1892], "metric": [1886, 1889, 1890, 1892, 1893], "dmft_result": [1886, 1889, 1890, 1892, 1893], "conv_ob": [1886, 1889, 1890, 1892, 1893], "convergence_ob": [1886, 1889, 1890, 1892, 1893], "sigma_imp_iw": [1886, 1890, 1892], "last_it": [1886, 1889, 1890, 1892, 1893], "sigma_freq_0": [1886, 1890, 1892, 1893], "g_imp_iw": [1886, 1889, 1890, 1892, 1893], "gimp_freq_0": [1886, 1889, 1890, 1892, 1893], "g_imp_tau": [1886, 1889, 1890, 1892, 1893], "gimp_time_0": [1886, 1889, 1890, 1892, 1893], "chemical_potential_post": [1886, 1889, 1890, 1892, 1893], "dc": [1886, 1889, 1890, 1892, 1893], "dc_pot": [1886, 1889, 1890, 1892, 1893], "gaug": [1886, 1890], "quasiparticl": [1886, 1887, 1890, 1891, 1892, 1903, 1905, 1908, 1910], "weiss": [1886, 1890, 1892, 1893, 1901, 1905, 1907, 1910], "condid": [1886, 1890], "nrow": [1886, 1890, 1892, 1893], "sharex": [1886, 1889, 1890, 1892, 1893], "imp_occ": [1886, 1890, 1892, 1893], "c1": [1886, 1890, 1892, 1893, 1902], "98": [1886, 1890, 1892, 1893, 1909], "aw0": [1886, 1890, 1892, 1893], "imp_gb2": [1886, 1890, 1892, 1893], "c2": [1886, 1890, 1892, 1893], "orb_z": [1886, 1890, 1892, 1893], "c3": [1886, 1890, 1892, 1893], "qp": [1886, 1890, 1892, 1893], "semilogi": [1886, 1890, 1892, 1893, 1896, 1900], "d_g0": [1886, 1890, 1892, 1893], "c4": [1886, 1890, 1892, 1893], "dg": [1886, 1890, 1892, 1893], "_0": [1886, 1890, 1892, 1893, 1901, 1905, 1907, 1910], "gimp": [1886, 1890, 1892, 1893], "gloc": [1886, 1890, 1892, 1893], "d_gimp": [1886, 1890, 1892, 1893], "c5": [1886, 1890, 1892, 1893], "seem": [1886, 1890, 1916, 1921], "room": [1886, 1890], "diverg": [1886, 1890, 1892, 1896, 1900, 1912, 1913, 1914, 1916, 1917, 1918, 1919, 1921], "mott": [1886, 1890, 1892, 1903, 1904, 1908, 1909], "insul": [1886, 1888, 1889, 1890, 1892, 1893, 1903, 1905, 1908, 1910], "slope": [1886, 1890], "strength": [1886, 1888, 1890, 1892, 1902], "toward": [1886, 1890, 1914, 1919], "strong": [1886, 1890, 1892], "convergen": [1886, 1890], "smoothli": [1886, 1890], "append": [1886, 1890, 1892, 1894, 1897, 1900, 1908], "hd": [1886, 1890], "notic": [1886, 1888, 1890, 1892], "rerun": [1886, 1890], "fine": [1886, 1890, 1913, 1918], "rebinning_tau": [1886, 1890, 1892, 1902], "xx": [1886, 1890], "maxent": [1886, 1888, 1890, 1892, 1908], "stochast": [1886, 1890, 1902], "delic": [1886, 1890, 1896, 1900, 1903, 1908], "great": [1886, 1890], "sound": [1886, 1890], "overinterpret": [1886, 1890], "sigma_real_freq": [1886, 1889, 1890, 1892, 1893], "external_path": [1886, 1890, 1892], "omega_max": [1886, 1890, 1892], "maxent_error": [1886, 1890, 1892], "03": [1886, 1890, 1892, 1895, 1902, 1909, 1912, 1917], "n_points_max": [1886, 1890, 1892], "continuator_typ": [1886, 1890, 1892], "inversion_sigmainf": [1886, 1890, 1892], "offset": [1886, 1889, 1890, 1892, 1893], "photoemiss": [1886, 1890], "with_sigma": [1886, 1889, 1890, 1892, 1893], "calc": [1886, 1890, 1892], "keywarg": [1886, 1889, 1890, 1892, 1893], "sigma_dict": [1886, 1889, 1890, 1892, 1893], "w_mesh": [1886, 1889, 1890, 1892, 1893, 1896, 1897, 1900], "501": [1886, 1889, 1890, 1892, 1893], "dmft_path": [1886, 1889, 1890, 1892, 1893], "grei": [1886, 1888, 1889, 1890, 1892, 1893], "colorscheme_alatt": [1886, 1888, 1889, 1890, 1892, 1893], "spectral_r": [1886, 1888, 1889, 1890, 1892, 1893], "colorscheme_kslic": [1886, 1888, 1889, 1890, 1892, 1893], "black": [1886, 1890, 1892], "intens": [1886, 1890, 1892], "bright": [1886, 1890], "sattelit": [1886, 1890, 1892], "homogen": [1886, 1890], "k_dim": [1886, 1890, 1892, 1893], "e_k": [1886, 1890, 1892, 1893, 1912, 1913, 1916, 1917, 1918, 1921], "mesh_k_w": [1886, 1890, 1892], "g_k_w": [1886, 1890, 1892], "g_loc_w": [1886, 1889, 1890, 1892, 1893], "went": [1886, 1890], "roughli": [1886, 1890], "maxent_gf_imp": [1886, 1890], "gf_imp_max": [1886, 1890], "sum_spin": [1886, 1890], "a_imp_w": [1886, 1890, 1892], "aimp_w_line_fit": [1886, 1890, 1892], "total_0": [1886, 1890, 1892], "plane": [1886, 1890], "tb_kslice": [1886, 1890], "isupp": [1886, 1890], "kslice_upd": [1886, 1890], "kz": [1886, 1890, 1912, 1917], "1e6": [1886, 1890], "fermi_slic": [1886, 1890], "plot_kslic": [1886, 1890], "quarter": [1886, 1890, 1904, 1909], "appropri": [1886, 1887, 1890, 1891, 1892], "sigma_fermise": [1886, 1887, 1890, 1891], "self_energi": [1886, 1890], "dmft_mu": [1886, 1890], "orbital_ord": [1886, 1890], "webapp": [1887, 1891], "lco_hr": [1887, 1890, 1891], "simga_fermise": [1887, 1891], "lab": [1887, 1891], "enter": [1887, 1891, 1894, 1915, 1916, 1920, 1921], "recomput": [1887, 1891, 1916, 1921], "kpoint": [1887, 1891], "upload": [1887, 1891], "wrong": [1887, 1891, 1908, 1916, 1921], "reload": [1887, 1891], "solid_dmft": [1887, 1888, 1889, 1891, 1892, 1893], "incoher": [1887, 1891, 1892, 1893], "fermi": [1887, 1888, 1889, 1891, 1892, 1893, 1905, 1910, 1913, 1916, 1918, 1921], "surfac": [1887, 1891, 1913, 1916, 1918, 1921], "tab": [1887, 1891, 1894], "08": [1888, 1890, 1892, 1893, 1902, 1905, 1909, 1910, 1912, 1917, 1918, 1919, 1921], "223892": [1888, 1892], "gap": [1888, 1892, 1903, 1908], "prb": [1888, 1892], "37": [1888, 1892, 1900, 1909, 1910], "7506": [1888, 1892], "1988": [1888, 1892], "artifici": [1888, 1892, 1903, 1908], "simplic": [1888, 1892], "rout": [1888, 1892], "mit": [1888, 1892], "regim": [1888, 1891, 1892, 1916, 1921], "tip": [1888, 1889, 1892, 1893, 1902, 1903, 1908], "converg": [1888, 1889, 1892, 1893, 1901, 1903, 1905, 1907, 1908, 1910, 1916, 1921], "load_sigma": [1888, 1892], "path_to_sigma": [1888, 1892], "whatev": [1888, 1892], "translat": [1888, 1892], "afterward": [1888, 1895], "abil": [1889, 1893], "seamlessli": [1889, 1893], "lighter": [1889, 1893], "neglect": [1889, 1893, 1912, 1917], "dmft_config_hubbardi": [1889, 1893], "sigma_real_freq_hi": [1889, 1893], "sigma_refreq_0": [1889, 1893], "g_atomic_w": [1889, 1893], "gimp_refreq_0": [1889, 1893], "mu_hi": [1889, 1893], "dc_hi": [1889, 1893], "lehman": [1889, 1893, 1896, 1900], "fragment": [1889, 1893], "sigma_real_freq_cthyb": [1889, 1893], "sigma_maxent_0": [1889, 1893], "xxxx": 1889, "sigma_real_freq_cthyb_in": [1889, 1893], "mu_dmft": [1889, 1893], "spectra": [1889, 1893], "deliv": [1889, 1893], "4j": [1889, 1893, 1894], "g_loc_w_cthyb": [1889, 1893], "ce2o3_csc_w90": [1889, 1893], "19": [264, 265, 1890, 1900, 1902, 1909], "07": [1890, 1910, 1912, 1917], "53": [1890, 1909, 1916, 1921], "835903": 1890, "antibod": 1890, "8956": [1890, 1892, 1893], "mnt": 1890, "ahampel": 1890, "abinitiodmft": 1890, "inequival": 1890, "3may2022": 1890, "397": 1890, "00000": 1890, "corr": 1890, "838": 1890, "000j": 1890, "charge_below": 1890, "corr_shel": 1890, "corr_to_inequiv": 1890, "density_requir": 1890, "dft_code": 1890, "dim_rep": 1890, "energy_unit": 1890, "inequiv_to_corr": 1890, "k_dep_project": 1890, "kpt_weight": 1890, "kpt": 1890, "n_corr_shel": 1890, "n_inequiv_shel": 1890, "n_rep": 1890, "n_shell": 1890, "proj_mat": 1890, "rot_mat": 1890, "rot_mat_time_inv": 1890, "symm_op": 1890, "use_rot": 1890, "251": [1890, 1893], "5001": [1890, 1893, 1896, 1900], "prec_mu": [1890, 1893], "0001": [1890, 1893], "mu_initial_guess": [1890, 1893], "h_int_typ": [1890, 1893], "dc_dmft": [1890, 1893], "h5_save_freq": [1890, 1893], "store_solv": 1890, "imag_threshold": 1890, "measure_density_matrix": [1890, 1893, 1903, 1908], "perform_tail_fit": 1890, "fit_max_mo": 1890, "fit_min_w": 1890, "fit_max_w": 1890, "occ": [1890, 1892], "79717": [1890, 1892], "32562": [1890, 1892], "99991": [1890, 1892], "14981": 1890, "98807": 1890, "86777": 1890, "12728": 1890, "99207": 1890, "89134": 1890, "11719": 1890, "99775": 1890, "89788": 1890, "11063": 1890, "99678": 1890, "90672": 1890, "10749": 1890, "99894": 1890, "90939": 1890, "10648": 1890, "99783": 1890, "91505": 1890, "10431": 1890, "99636": 1890, "92424": 1890, "10370": 1890, "00087": 1890, "92160": 1890, "10397": 1890, "00069": 1890, "dmft_input": 1890, "dft_misc_input": 1890, "sigma_freq_0_up_0": 1890, "502": 1890, "sigma_freq_0_down_0": 1890, "g_imp_rebin": [1890, 1892, 1902], "\u03c9": [1890, 1892, 1893], "0454": 1890, "5425": 1890, "5920": 1890, "0752": 1890, "2550": 1890, "epsilon_": [1890, 1902, 1910], "\u03bc": [1890, 1892, 1893], "9199": 1890, "23": [1890, 1900, 1909], "27": [1890, 1900, 1909], "29": [1890, 1900, 1909, 1917, 1918, 1919, 1921], "0911": 1890, "u5": [1892, 1893, 1909], "09197": 1892, "98699": 1892, "88153": 1892, "04956": 1892, "99814": 1892, "89133": 1892, "02594": 1892, "99703": 1892, "90468": 1892, "01621": 1892, "99913": 1892, "90872": 1892, "00930": 1892, "99939": 1892, "91156": 1892, "00421": 1892, "00005": 1892, "00202": 1892, "99979": 1892, "91255": 1892, "00367": 1892, "99936": 1892, "91577": 1892, "00284": 1892, "91871": 1892, "00353": 1892, "99932": 1892, "02": [1892, 1893, 1896, 1899, 1900, 1909], "_n": 1892, "coher": 1892, "jump": [1892, 1896, 1900], "induc": 1892, "freez": 1892, "motion": 1892, "excit": [1892, 1893, 1916, 1921], "42": [1892, 1909], "1552": 1892, "6919": 1892, "92": [1892, 1899, 1909], "3515": 1892, "0624": [1892, 1909], "125": 1892, "2610": 1892, "9218": 1892, "disappear": 1892, "aimp_w_0_met": 1892, "aimp_maxent_0": 1892, "optic": 1892, "853128": 1893, "dc_energ": 1893, "delta_time_0": 1893, "g0_refreq_0": 1893, "g0_freq_0": 1893, "chemical_potential_pr": 1893, "dens_mat_post": 1893, "dens_mat_pr": 1893, "full_dens_mat_0": 1893, "h_loc_diag_0": 1893, "ins": [1893, 1909], "pole": 1893, "awai": [1893, 1901, 1907], "7853": 1893, "multiplet": [1893, 1903, 1908, 1909], "peak": [1893, 1896, 1900, 1913, 1914, 1918, 1919], "adequ": 1893, "heavi": 1893, "Being": 1894, "thorough": 1894, "swcarpentri": 1894, "novic": 1894, "gapmind": 1894, "inflamm": 1894, "my_script": 1894, "mathematica": 1894, "hello": 1894, "exercis": [1894, 1901, 1902, 1903, 1904, 1905, 1907, 1908, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "quickest": 1894, "explanatori": 1894, "2j": [1894, 1904, 1909], "3095238095238093": 1894, "0j": [1894, 1899], "12j": 1894, "elif": 1894, "fnct": 1894, "3f": [1894, 1896, 1900], "000": 1894, "l3": 1894, "what_is_x": 1894, "change_x": 1894, "press": 1894, "5x": 1895, "mpl": [1895, 1896, 1900, 1902, 1903, 1904, 1907, 1908, 1909], "rcparam": [1895, 1896, 1900, 1902, 1903, 1904, 1907, 1908, 1909], "xr": 1895, "yr1": 1895, "yr2": 1895, "red": [1895, 1902, 1919], "xb": 1895, "0x10d970050": 1895, "yr": 1895, "titl": [1895, 1910, 1918, 1919, 1921], "randn": 1895, "facecolor": 1895, "028": 1895, "0025": 1895, "smart": 1895, "45": [1895, 1909, 1920, 1921], "025": 1895, "fontsiz": [1895, 1910, 1912, 1917], "160": 1895, "matlab": 1895, "curtain": 1895, "add_ax": [1895, 1907], "set_titl": [1895, 1899], "inset": 1895, "tanh": [1895, 1913, 1918], "subax": 1895, "85": [1895, 1905, 1909, 1910], "sinu": 1895, "0x10dd56810": 1895, "211": 1895, "212": 1895, "121": 1895, "122": 1895, "line2d": 1895, "0x10db27a90": 1895, "cal": [1896, 1900, 1901, 1904, 1905, 1907, 1909, 1910], "mathbb": [1896, 1900], "times2": [1896, 1900], "grand": [1896, 1900], "ensembl": [1896, 1900], "exponenti": [1896, 1900, 1916, 1921], "realist": [1896, 1900], "c_i": [1896, 1900], "conserv": [1896, 1900, 1915, 1920], "2g": [1896, 1900], "e_g": [1896, 1900], "talk": [1896, 1900], "v_1": [1896, 1900], "epsilon_2": [1896, 1900], "v_2": [1896, 1900], "g_eg": [1896, 1900], "g_t2g": [1896, 1900], "eps_t2g": [1896, 1900], "t_2g": [1896, 1900], "epsilon_d": [1896, 1900, 1902], "textbf": [1896, 1900], "worri": [1896, 1900], "giw_2": [1896, 1900], "thousand": [1896, 1900], "problemat": [1896, 1900], "kay": [1896, 1900], "prb105": [1896, 1900], "2022": [1896, 1900], "omega_l": [1896, 1900], "widehat": [1896, 1900], "_l": [1896, 1900], "dimensionless": [1896, 1900], "character": [1896, 1900, 1903, 1908], "assumpt": [1896, 1900], "1500": [1896, 1900], "dlr_iw_mesh": [1896, 1900], "giw_dlr": [1896, 1900], "43": [1896, 1900, 1909], "giw_from_dlr": [1896, 1900], "arbirarili": [1896, 1900], "dens": [1896, 1900], "gtau_dlr": [1896, 1900], "ill": [1896, 1900], "nois": [1896, 1900, 1902, 1903, 1908], "coars": [1896, 1900], "worsen": [1896, 1900], "did": [1896, 1900, 1903, 1908], "verifi": [1896, 1900], "perturb": [1896, 1900], "light": 1897, "recoveri": 1897, "recov": 1897, "my_arch": 1897, "overwrit": 1897, "inspir": 1898, "gs_energi": 1898, "2t": [1899, 1905, 1910, 1912, 1913, 1917, 1918], "k_x": [1899, 1910, 1912, 1913, 1917, 1918], "k_y": [1899, 1910, 1912, 1913, 1917, 1918], "_x": [1899, 1918], "_y": 1899, "r3": 1899, "128": [1899, 1912, 1916, 1917, 1921], "k_iw_mesh": 1899, "recal": [1899, 1905, 1910], "timeit": 1899, "faster": 1899, "iw_arr": 1899, "k_arr": 1899, "np_ep": 1899, "eps_arr": 1899, "repons": 1899, "omega_2": 1899, "g_eval": 1899, "g_exact": 1899, "k_0": 1899, "k0": 1899, "linearli": 1899, "9996637574643963": 1899, "cpython": [1899, 1900], "311": [1899, 1900], "darwin": [1899, 1900], "gtb": 1899, "k_grid": 1899, "110": [1899, 1912, 1917], "surf": 1899, "plot_surfac": 1899, "cmap": [1899, 1910, 1912, 1917, 1918], "colorbar": [1899, 1910, 1912, 1917, 1918, 1919], "shrink": 1899, "addmethod": 1900, "119": 1900, "146": 1900, "178": 1900, "217": 1900, "265": 1900, "324": 1900, "396": 1900, "483": 1900, "590": 1900, "721": 1900, "26894142138025784": 1900, "816357384858482e": 1900, "15j": 1900, "6001": 1900, "31556737050747535": 1900, "638049093627782e": 1900, "17j": 1900, "83481049534862e": 1900, "9381548639656863j": 1900, "33": [1900, 1909], "35": [1900, 1907, 1909, 1920, 1921], "eps_r": 1900, "05": [265, 1900, 1912, 1917], "0x11273a790": 1900, "sigma_check": 1900, "_check": 1900, "38": [1900, 1909], "g0_tau": [1900, 1907, 1908], "sigma_tau": [1900, 1907, 1908], "g0_w": 1900, "ipt": [1901, 1902, 1903, 1907, 1908], "cheap": [1901, 1907], "iptsolv": [1901, 1907, 1908], "sigma_": [1901, 1903, 1905, 1907, 1908, 1910], "scan": [1901, 1907, 1915, 1920], "hybridis": 1902, "darkgreen": 1902, "nu": [1902, 1915, 1916, 1920, 1921], "diagrammat": 1902, "contrari": [1902, 1916, 1921], "busi": 1902, "circl": 1902, "50000": 1902, "49": [1902, 1909], "483848": 1902, "warm": [1902, 1909], "4999": [1902, 1909], "9760": 1902, "49999": 1902, "00566571": 1902, "000908685": 1902, "000881916": 1902, "0114234": 1902, "0188797": 1902, "0512121": 1902, "delta_up": [1902, 1909], "0513189": 1902, "delta_down": [1902, 1909], "0511046": 1902, "0509981": 1902, "0513082": 1902, "0506868": 1902, "00488083": 1902, "delta_up_up": [1902, 1909], "00562934": 1902, "delta_up_down": [1902, 1909], "0033534": 1902, "delta_down_up": [1902, 1909], "00373554": 1902, "delta_down_down": [1902, 1909], "00676994": 1902, "00496258": 1902, "00575551": 1902, "0038171": 1902, "00347195": 1902, "00682145": 1902, "689225": 1902, "0479879": 1902, "507693": 1902, "716": 1902, "86": [1902, 1909], "6392": 1902, "disconnect": 1902, "markov": 1902, "onlin": 1902, "benefici": 1902, "unrol": 1902, "randomli": 1902, "proport": [1902, 1908, 1916, 1921], "oscil": 1902, "elabor": [1903, 1908], "run_dmft": [1903, 1908], "favourit": [1903, 1908], "vi": [1903, 1908], "gedit": [1903, 1908], "polar": [1903, 1908], "criteria": [1903, 1908], "extrapol": [1903, 1908], "gradual": [1903, 1908], "use_norm_as_weight": [1903, 1908], "multiplet_tool": [1903, 1908], "multiplet_analysi": [1903, 1908], "panda": [1903, 1908], "frame": [1903, 1908], "3j": [1904, 1909], "mu_": [1904, 1909], "81": [1904, 1909], "6899": [1904, 1909], "1099": [1904, 1909], "02548": [1904, 1909], "02709": [1904, 1909], "1606": [1904, 1909], "one_band": [1904, 1908, 1909], "makedir": [1904, 1909], "2f": [1904, 1907, 1908, 1909, 1919, 1921], "stuck": [1904, 1909], "sneak": [1904, 1909], "peek": [1904, 1909], "two_band": [1904, 1909], "vari": [1904, 1908, 1909, 1915, 1920], "u_c": [1904, 1909, 1914, 1916, 1919, 1921], "dca": [1905, 1910], "80": [1905, 1909, 1910, 1921], "064501": [1905, 1910], "europhi": [1905, 1910], "57009": [1905, 1910], "82": [1905, 1909, 1910], "054502": [1905, 1910], "2010": [1905, 1910], "155101": [1905, 1910], "freedom": [1905, 1910], "nodal": [1905, 1910], "antinod": [1905, 1910], "region": [1905, 1910, 1912, 1917], "dope": [1905, 1910], "appar": [1905, 1910], "arc": [1905, 1910], "varepsilon_": [1905, 1910], "4t": [1905, 1910], "hole": [1905, 1910, 1914, 1919], "subdivid": [1905, 1910], "area": [1905, 1910], "complementari": [1905, 1910], "kinet": [1905, 1910], "linspac": [1905, 1910, 1912, 1917, 1918, 1919], "meshgrid": [1905, 1910, 1912, 1917, 1918, 1919], "contourplot": [1905, 1910], "6155": [1905, 1910], "mask": [1905, 1910], "in_central_patch": [1905, 1910], "kx": [1905, 1910, 1912, 1917, 1918, 1919], "ky": [1905, 1910, 1912, 1917, 1918, 1919], "cn": [1905, 1910], "cn_dag": [1905, 1910], "nn": [1905, 1910], "h_loc": [1905, 1910], "rho_": [1905, 1910], "measure_g_l": [1905, 1910], "unfortun": [1905, 1910], "vbdmft": [1905, 1910], "subfold": [1905, 1910], "pseudogap": [1905, 1910], "qualit": [1905, 1910], "rough": [1905, 1910, 1913, 1916, 1918, 1921], "doping_": [1905, 1910], "10001": [1907, 1908], "pn": 1907, "set_yticklabel": 1907, "antoin": 1907, "georg": 1907, "a1": 1908, "u2": [1908, 1909], "a2": 1908, "u6": [1908, 1909], "di": 1908, "sim": [1908, 1916, 1921], "omega_0": [1908, 1912, 1913, 1917, 1918], "u_list": 1908, "z_list": 1908, "u_list2": 1908, "z_list2": 1908, "u4": [1908, 1909], "g_real": 1908, "regardless": 1908, "knob": 1908, "solver_u_met": 1908, "solver_u_in": 1908, "occupi": [1908, 1915, 1920], "res_met": 1908, "h_loc_diag": 1908, "h_loc_diagon": 1908, "res_in": 1908, "41": [1909, 1916, 1920, 1921], "2083": 1909, "2046": 1909, "9999": 1909, "00121841": 1909, "000180423": 1909, "000183033": 1909, "0022792": 1909, "00386106": 1909, "134194": 1909, "135137": 1909, "133256": 1909, "134078": 1909, "134495": 1909, "13366": 1909, "0237206": 1909, "0263818": 1909, "0215067": 1909, "0192815": 1909, "Ins": 1909, "568460": 1909, "ert": 1909, "0276912": 1909, "0240728": 1909, "027297": 1909, "0201105": 1909, "0206622": 1909, "0282551": 1909, "83864": 1909, "240672": 1909, "491363": 1909, "1807": 1909, "07816": 1909, "2096": 1909, "2041": 1909, "00122602": 1909, "000181799": 1909, "000187614": 1909, "00154239": 1909, "00313782": 1909, "137529": 1909, "138608": 1909, "136454": 1909, "135646": 1909, "137095": 1909, "134192": 1909, "0248063": 1909, "029023": 1909, "0202982": 1909, "0212102": 1909, "0286456": 1909, "0258106": 1909, "0300133": 1909, "0207927": 1909, "0216027": 1909, "0308751": 1909, "82967": 1909, "242133": 1909, "496411": 1909, "0726": 1909, "95457": 1909, "2012": 1909, "1999": 1909, "00126701": 1909, "000178569": 1909, "000182007": 1909, "00399153": 1909, "00561911": 1909, "136691": 1909, "136118": 1909, "137262": 1909, "135948": 1909, "135115": 1909, "136781": 1909, "024431": 1909, "0279642": 1909, "0212578": 1909, "021372": 1909, "0270992": 1909, "0251374": 1909, "0298838": 1909, "0205143": 1909, "0209849": 1909, "0291752": 1909, "832854": 1909, "247163": 1909, "502235": 1909, "1617": 1909, "88829": 1909, "2072": 1909, "00126531": 1909, "00018556": 1909, "000181974": 1909, "00307852": 1909, "00471137": 1909, "137877": 1909, "13878": 1909, "136976": 1909, "136859": 1909, "137844": 1909, "135872": 1909, "0240401": 1909, "0279466": 1909, "0193165": 1909, "0205293": 1909, "rt": 1909, "0283427": 1909, "0247222": 1909, "0272073": 1909, "0219802": 1909, "0218302": 1909, "0278651": 1909, "830322": 1909, "246525": 1909, "498298": 1909, "1484": 1909, "59076": 1909, "2026": 1909, "2064": 1909, "00124302": 1909, "000183717": 1909, "000188498": 1909, "00344506": 1909, "0050603": 1909, "136129": 1909, "135304": 1909, "136951": 1909, "137127": 1909, "1367": 1909, "137554": 1909, "024601": 1909, "0281926": 1909, "0207839": 1909, "0216895": 1909, "027688": 1909, "0242563": 1909, "0271906": 1909, "0216098": 1909, "0202847": 1909, "0279555": 1909, "830414": 1909, "242121": 1909, "490822": 1909, "1626": 1909, "51126": 1909, "10found": 1909, "2094": 1909, "00124401": 1909, "000175229": 1909, "000179357": 1909, "00229849": 1909, "00389709": 1909, "136631": 1909, "137952": 1909, "135314": 1909, "138106": 1909, "13836": 1909, "137851": 1909, "0257115": 1909, "029352": 1909, "0212757": 1909, "0216313": 1909, "030564": 1909, "0249482": 1909, "0290644": 1909, "0214022": 1909, "0207806": 1909, "0285886": 1909, "830217": 1909, "237919": 1909, "48821": 1909, "1595": 1909, "00369": 1909, "2071": 1909, "2093": 1909, "00121949": 1909, "000174776": 1909, "000177332": 1909, "00220899": 1909, "00378058": 1909, "138683": 1909, "138785": 1909, "138581": 1909, "135491": 1909, "134835": 1909, "136151": 1909, "0238837": 1909, "0282195": 1909, "0187678": 1909, "0213364": 1909, "0271656": 1909, "0256944": 1909, "0296998": 1909, "0223175": 1909, "0230494": 1909, "0277512": 1909, "826742": 1909, "240293": 1909, "484146": 1909, "0322": 1909, "10339": 1909, "2055": 1909, "2008": 1909, "00122868": 1909, "000178445": 1909, "000179449": 1909, "00223444": 1909, "00382102": 1909, "138506": 1909, "139623": 1909, "137394": 1909, "138454": 1909, "136949": 1909, "139969": 1909, "0253769": 1909, "0293179": 1909, "0211004": 1909, "0205091": 1909, "sert": 1909, "0305689": 1909, "0253767": 1909, "0309133": 1909, "0217365": 1909, "0212245": 1909, "0276795": 1909, "827338": 1909, "241515": 1909, "487717": 1909, "0508": 1909, "62123": 1909, "2074": 1909, "2058": 1909, "00120751": 1909, "000174187": 1909, "000178604": 1909, "00142541": 1909, "00298571": 1909, "137111": 1909, "138103": 1909, "136124": 1909, "136868": 1909, "136946": 1909, "136791": 1909, "0244609": 1909, "0282271": 1909, "0201996": 1909, "0211721": 1909, "0281887": 1909, "0246914": 1909, "0285174": 1909, "0222497": 1909, "0207763": 1909, "0272237": 1909, "831942": 1909, "239978": 1909, "48282": 1909, "1865": 1909, "6264": 1909, "2077": 1909, "00127013": 1909, "000206261": 1909, "000180197": 1909, "00201599": 1909, "00367258": 1909, "136865": 1909, "136144": 1909, "137585": 1909, "136487": 1909, "136087": 1909, "136888": 1909, "0247125": 1909, "0291157": 1909, "0200999": 1909, "0207065": 1909, "0288711": 1909, "0250504": 1909, "0279124": 1909, "0211228": 1909, "0220934": 1909, "0291107": 1909, "830829": 1909, "24054": 1909, "4861": 1909, "1232": 1909, "62633": 1909, "2284": 1909, "2255": 1909, "00123761": 1909, "000177008": 1909, "000180409": 1909, "00124214": 1909, "00283716": 1909, "125473": 1909, "125155": 1909, "12579": 1909, "125671": 1909, "125471": 1909, "125871": 1909, "0246864": 1909, "0268028": 1909, "0216412": 1909, "0227946": 1909, "0274721": 1909, "0247316": 1909, "0269343": 1909, "0224071": 1909, "0220799": 1909, "0275138": 1909, "698464": 1909, "218575": 1909, "443867": 1909, "6646": 1909, "28392": 1909, "46": 1909, "2314": 1909, "2312": 1909, "00120478": 1909, "000177364": 1909, "000178484": 1909, "00126514": 1909, "00282577": 1909, "130538": 1909, "131357": 1909, "129719": 1909, "130263": 1909, "131032": 1909, "129493": 1909, "0270564": 1909, "0299128": 1909, "0238143": 1909, "0254887": 1909, "0289647": 1909, "0271909": 1909, "0297328": 1909, "0259022": 1909, "0248111": 1909, "028303": 1909, "678488": 1909, "215686": 1909, "437622": 1909, "3414": 1909, "59554": 1909, "2256": 1909, "00120432": 1909, "000177742": 1909, "000178896": 1909, "00268057": 1909, "00424153": 1909, "127771": 1909, "128914": 1909, "12663": 1909, "128221": 1909, "129491": 1909, "12695": 1909, "0256648": 1909, "0283026": 1909, "0233949": 1909, "0232993": 1909, "0276514": 1909, "0258822": 1909, "0277958": 1909, "0234759": 1909, "0250552": 1909, "0272286": 1909, "684272": 1909, "217683": 1909, "44214": 1909, "4618": 1909, "75014": 1909, "2304": 1909, "2294": 1909, "00122231": 1909, "000187478": 1909, "000183211": 1909, "00135477": 1909, "00294777": 1909, "131699": 1909, "130628": 1909, "13277": 1909, "130431": 1909, "129478": 1909, "131386": 1909, "0271569": 1909, "0258805": 1909, "024888": 1909, "0296566": 1909, "0275519": 1909, "0287468": 1909, "0255961": 1909, "0253231": 1909, "0305499": 1909, "672073": 1909, "215632": 1909, "436025": 1909, "2379": 1909, "34046": 1909, "2308": 1909, "2293": 1909, "00123141": 1909, "000177542": 1909, "000178821": 1909, "00140636": 1909, "00299413": 1909, "131567": 1909, "133715": 1909, "129426": 1909, "130663": 1909, "13311": 1909, "128214": 1909, "0276007": 1909, "0306565": 1909, "0254948": 1909, "025725": 1909, "0285063": 1909, "0284674": 1909, "0316303": 1909, "0252882": 1909, "0267753": 1909, "0301962": 1909, "677651": 1909, "216824": 1909, "439615": 1909, "2701": 1909, "43454": 1909, "2299": 1909, "2264": 1909, "00118916": 1909, "000176917": 1909, "000176414": 1909, "00128476": 1909, "00282725": 1909, "127818": 1909, "127863": 1909, "127773": 1909, "128597": 1909, "128824": 1909, "12837": 1909, "0270821": 1909, "0302706": 1909, "0244285": 1909, "0250341": 1909, "0285486": 1909, "0268681": 1909, "029369": 1909, "0251997": 1909, "0249889": 1909, "0279296": 1909, "680676": 1909, "218647": 1909, "440596": 1909, "4495": 1909, "93486": 1909, "2273": 1909, "2245": 1909, "00127285": 1909, "000182139": 1909, "000183024": 1909, "00171741": 1909, "00335542": 1909, "128634": 1909, "128384": 1909, "128883": 1909, "129022": 1909, "12886": 1909, "129184": 1909, "0264743": 1909, "0287922": 1909, "0235365": 1909, "0237667": 1909, "0297869": 1909, "026674": 1909, "0276172": 1909, "0253356": 1909, "0249358": 1909, "0288193": 1909, "681544": 1909, "218576": 1909, "440496": 1909, "4043": 1909, "96938": 1909, "2292": 1909, "2296": 1909, "00121937": 1909, "000173054": 1909, "000177333": 1909, "00127057": 1909, "00284032": 1909, "132223": 1909, "132401": 1909, "132044": 1909, "129861": 1909, "12952": 1909, "130201": 1909, "0269862": 1909, "0305089": 1909, "0243726": 1909, "0237724": 1909, "0292517": 1909, "0282147": 1909, "0309872": 1909, "0276375": 1909, "0263264": 1909, "0279213": 1909, "677678": 1909, "216506": 1909, "437101": 1909, "242": 1909, "74536": 1909, "2325": 1909, "00127472": 1909, "000172614": 1909, "000177763": 1909, "00117997": 1909, "00280507": 1909, "130937": 1909, "132246": 1909, "12963": 1909, "131236": 1909, "132046": 1909, "130424": 1909, "0276569": 1909, "0298347": 1909, "0258974": 1909, "0245561": 1909, "0303272": 1909, "0277909": 1909, "0306308": 1909, "0249253": 1909, "0255935": 1909, "0300287": 1909, "675164": 1909, "215985": 1909, "432564": 1909, "2563": 1909, "01083": 1909, "2300": 1909, "2318": 1909, "00120759": 1909, "000175362": 1909, "000180967": 1909, "00117891": 1909, "00274283": 1909, "131003": 1909, "131509": 1909, "1305": 1909, "130783": 1909, "130729": 1909, "130837": 1909, "0263867": 1909, "0290737": 1909, "0231511": 1909, "0250389": 1909, "0282522": 1909, "0267621": 1909, "0297348": 1909, "0242209": 1909, "0247709": 1909, "0283461": 1909, "67701": 1909, "215519": 1909, "43658": 1909, "3268": 1909, "794236": 1909, "2498": 1909, "2484": 1909, "00119638": 1909, "000171907": 1909, "000178944": 1909, "00109991": 1909, "00264714": 1909, "112247": 1909, "113798": 1909, "110696": 1909, "111523": 1909, "11241": 1909, "110636": 1909, "0226176": 1909, "0237627": 1909, "0205814": 1909, "0218449": 1909, "0242896": 1909, "0232029": 1909, "0245147": 1909, "022101": 1909, "0226071": 1909, "0235938": 1909, "568929": 1909, "199267": 1909, "399275": 1909, "0545": 1909, "35299": 1909, "2696": 1909, "2670": 1909, "00120833": 1909, "000195012": 1909, "000184797": 1909, "00111078": 1909, "00269892": 1909, "119575": 1909, "118774": 1909, "120375": 1909, "118525": 1909, "117625": 1909, "119424": 1909, "0260688": 1909, "0249124": 1909, "0259468": 1909, "028224": 1909, "0251899": 1909, "0267536": 1909, "026036": 1909, "0281528": 1909, "0270466": 1909, "0257593": 1909, "509178": 1909, "185284": 1909, "376047": 1909, "1244": 1909, "95588": 1909, "2684": 1909, "2678": 1909, "00121023": 1909, "000178375": 1909, "000180273": 1909, "00104384": 1909, "00261271": 1909, "116787": 1909, "116187": 1909, "117384": 1909, "116633": 1909, "116475": 1909, "11679": 1909, "0259455": 1909, "026201": 1909, "0258814": 1909, "0264806": 1909, "0252178": 1909, "0264393": 1909, "0269715": 1909, "0248916": 1909, "026979": 1909, "0269331": 1909, "520079": 1909, "18574": 1909, "377745": 1909, "61951": 1909, "2683": 1909, "2661": 1909, "00118682": 1909, "000179021": 1909, "000177377": 1909, "000954406": 1909, "00249762": 1909, "119259": 1909, "118998": 1909, "11952": 1909, "11786": 1909, "11722": 1909, "118509": 1909, "0262007": 1909, "0247214": 1909, "0280183": 1909, "0277204": 1909, "0243335": 1909, "0270037": 1909, "0264473": 1909, "0269378": 1909, "0272082": 1909, "027421": 1909, "514142": 1909, "185126": 1909, "375112": 1909, "1344": 1909, "42356": 1909, "2687": 1909, "2634": 1909, "00118086": 1909, "000177055": 1909, "000180533": 1909, "00158726": 1909, "00312571": 1909, "12076": 1909, "121218": 1909, "120303": 1909, "121201": 1909, "121831": 1909, "120573": 1909, "0267368": 1909, "026411": 1909, "0274809": 1909, "0270616": 1909, "0260013": 1909, "0265407": 1909, "025342": 1909, "0281685": 1909, "0271009": 1909, "0255323": 1909, "515457": 1909, "18502": 1909, "378509": 1909, "1383": 1909, "12987": 1909, "52": 1909, "2643": 1909, "2664": 1909, "0012663": 1909, "000184783": 1909, "000189254": 1909, "00362876": 1909, "0052691": 1909, "117368": 1909, "117308": 1909, "117427": 1909, "117241": 1909, "116591": 1909, "117894": 1909, "0261457": 1909, "0261487": 1909, "0253525": 1909, "0266688": 1909, "0264136": 1909, "0265045": 1909, "0252665": 1909, "0275678": 1909, "0282901": 1909, "512693": 1909, "187877": 1909, "38964": 1909, "1385": 1909, "93431": 1909, "2704": 1909, "2590": 1909, "00119782": 1909, "000175158": 1909, "000179523": 1909, "00180878": 1909, "00336127": 1909, "117365": 1909, "117624": 1909, "117106": 1909, "117283": 1909, "118533": 1909, "116037": 1909, "026697": 1909, "0264597": 1909, "0273612": 1909, "0266847": 1909, "0262799": 1909, "0270184": 1909, "0264397": 1909, "0271184": 1909, "0268783": 1909, "0276341": 1909, "514539": 1909, "185398": 1909, "379588": 1909, "1263": 1909, "74038": 1909, "2685": 1909, "2596": 1909, "00116657": 1909, "000178551": 1909, "000180033": 1909, "00131102": 1909, "00283617": 1909, "116924": 1909, "117617": 1909, "116232": 1909, "118121": 1909, "119441": 1909, "116798": 1909, "0269091": 1909, "0271326": 1909, "025719": 1909, "029214": 1909, "0255767": 1909, "0263473": 1909, "0264778": 1909, "0261575": 1909, "0262325": 1909, "0265242": 1909, "520462": 1909, "185252": 1909, "383034": 1909, "2418": 1909, "82905": 1909, "51": [1909, 1915, 1920], "2560": 1909, "2609": 1909, "00121845": 1909, "000179815": 1909, "000202924": 1909, "0021689": 1909, "00377008": 1909, "119297": 1909, "120148": 1909, "118445": 1909, "118649": 1909, "119257": 1909, "11804": 1909, "0254296": 1909, "0260036": 1909, "0235786": 1909, "0265909": 1909, "0255261": 1909, "0261909": 1909, "0270227": 1909, "0257851": 1909, "0259396": 1909, "0260241": 1909, "522949": 1909, "190266": 1909, "388758": 1909, "3131": 1909, "33377": 1909, "2549": 1909, "2363": 1909, "00129221": 1909, "000192149": 1909, "000188825": 1909, "00803591": 1909, "0097091": 1909, "119166": 1909, "117673": 1909, "120666": 1909, "119688": 1909, "11855": 1909, "120824": 1909, "0250876": 1909, "025384": 1909, "024949": 1909, "0252735": 1909, "0247464": 1909, "0252292": 1909, "0248425": 1909, "0247179": 1909, "0271435": 1909, "0242195": 1909, "507301": 1909, "195011": 1909, "40592": 1909, "1319": 1909, "78747": 1909, "2734": 1909, "2815": 1909, "00119336": 1909, "00017397": 1909, "000173595": 1909, "00108587": 1909, "00262679": 1909, "10269": 1909, "100883": 1909, "104505": 1909, "102024": 1909, "101145": 1909, "102906": 1909, "0199348": 1909, "0203415": 1909, "0208978": 1909, "020635": 1909, "0178728": 1909, "0204535": 1909, "0205254": 1909, "0194903": 1909, "022088": 1909, "0197157": 1909, "460326": 1909, "180869": 1909, "359313": 1909, "2466": 1909, "60183": 1909, "66": 1909, "3327": 1909, "3220": 1909, "00117142": 1909, "000177189": 1909, "000180591": 1909, "00234315": 1909, "00387235": 1909, "110834": 1909, "111457": 1909, "110211": 1909, "110152": 1909, "110913": 1909, "109392": 1909, "0245707": 1909, "0213173": 1909, "0271374": 1909, "0288638": 1909, "0209527": 1909, "0252332": 1909, "0219842": 1909, "027412": 1909, "02984": 1909, "021649": 1909, "347207": 1909, "15062": 1909, "312381": 1909, "5515": 1909, "66685": 1909, "68": 1909, "3418": 1909, "3354": 1909, "00119055": 1909, "000173035": 1909, "000182784": 1909, "00180668": 1909, "00335305": 1909, "109566": 1909, "110312": 1909, "108824": 1909, "109807": 1909, "109229": 1909, "110382": 1909, "0245849": 1909, "0203437": 1909, "0290226": 1909, "0286879": 1909, "0202673": 1909, "0245634": 1909, "0216013": 1909, "0291177": 1909, "0286001": 1909, "0188474": 1909, "32021": 1909, "145208": 1909, "299348": 1909, "2622": 1909, "56478": 1909, "67": [1909, 1920], "3379": 1909, "3452": 1909, "0011805": 1909, "000181326": 1909, "000179286": 1909, "0028098": 1909, "00435092": 1909, "10985": 1909, "110689": 1909, "109008": 1909, "108916": 1909, "110303": 1909, "107539": 1909, "0246851": 1909, "0198646": 1909, "0291511": 1909, "0290647": 1909, "0206731": 1909, "0254268": 1909, "0218722": 1909, "0289571": 1909, "0286299": 1909, "0222124": 1909, "311403": 1909, "147042": 1909, "294083": 1909, "1267": 1909, "44771": 1909, "3416": 1909, "3399": 1909, "00117656": 1909, "00018061": 1909, "000181128": 1909, "00213807": 1909, "00367637": 1909, "108138": 1909, "108557": 1909, "107721": 1909, "107349": 1909, "10754": 1909, "107159": 1909, "0241131": 1909, "0196703": 1909, "0286151": 1909, "0286033": 1909, "0195795": 1909, "0246752": 1909, "0211784": 1909, "0280695": 1909, "0287669": 1909, "0205929": 1909, "304464": 1909, "147427": 1909, "29027": 1909, "0936": 1909, "29194": 1909, "3511": 1909, "3491": 1909, "00114259": 1909, "000175433": 1909, "000179077": 1909, "00242444": 1909, "00392154": 1909, "10962": 1909, "109395": 1909, "109845": 1909, "109451": 1909, "109748": 1909, "109154": 1909, "0249161": 1909, "0216244": 1909, "0291868": 1909, "0285771": 1909, "0203135": 1909, "0252576": 1909, "0204928": 1909, "0309103": 1909, "0297791": 1909, "0197803": 1909, "302655": 1909, "142606": 1909, "287607": 1909, "059": 1909, "68458": 1909, "69": 1909, "3489": 1909, "3391": 1909, "00117954": 1909, "00018076": 1909, "000176842": 1909, "00274281": 1909, "00427996": 1909, "109167": 1909, "108878": 1909, "109457": 1909, "108529": 1909, "108384": 1909, "108673": 1909, "0251343": 1909, "0216667": 1909, "0298085": 1909, "0295327": 1909, "0194249": 1909, "0255293": 1909, "0224029": 1909, "0305386": 1909, "0293344": 1909, "0197125": 1909, "300808": 1909, "144613": 1909, "288052": 1909, "9724": 1909, "14536": 1909, "71": 1909, "3551": 1909, "3575": 1909, "0011946": 1909, "000173127": 1909, "000178696": 1909, "000725342": 1909, "00227176": 1909, "10916": 1909, "109252": 1909, "109067": 1909, "110798": 1909, "111607": 1909, "109984": 1909, "0252051": 1909, "0218661": 1909, "0287308": 1909, "0302921": 1909, "0199362": 1909, "0245902": 1909, "0197972": 1909, "0288953": 1909, "0308568": 1909, "0187846": 1909, "298548": 1909, "140103": 1909, "282513": 1909, "9563": 1909, "49552": 1909, "3442": 1909, "3488": 1909, "00116768": 1909, "000183687": 1909, "000177624": 1909, "00147453": 1909, "00300352": 1909, "107424": 1909, "105809": 1909, "109051": 1909, "108968": 1909, "108578": 1909, "109357": 1909, "024976": 1909, "0210199": 1909, "0283776": 1909, "0301075": 1909, "0203983": 1909, "0244054": 1909, "0201315": 1909, "0293393": 1909, "0275322": 1909, "0205381": 1909, "295469": 1909, "14504": 1909, "283466": 1909, "9659": 1909, "57761": 1909, "3593": 1909, "3578": 1909, "00119755": 1909, "000171298": 1909, "000178299": 1909, "000705123": 1909, "00225227": 1909, "109572": 1909, "109969": 1909, "109176": 1909, "108779": 1909, "110629": 1909, "106946": 1909, "025333": 1909, "0219449": 1909, "0308511": 1909, "0284571": 1909, "020084": 1909, "0258108": 1909, "0222851": 1909, "0286898": 1909, "0299628": 1909, "0222489": 1909, "300119": 1909, "139701": 1909, "28036": 1909, "9498": 1909, "22266": 1909, "62": 1909, "3104": 1909, "44": 1909, "3133": 1909, "00121134": 1909, "000183093": 1909, "00017673": 1909, "000906627": 1909, "0024778": 1909, "0934283": 1909, "0932668": 1909, "0935907": 1909, "0930836": 1909, "092358": 1909, "0938117": 1909, "0172868": 1909, "0159668": 1909, "0180807": 1909, "0190679": 1909, "mov": 1909, "10e": 1909, "0160378": 1909, "0178545": 1909, "0169909": 1909, "0189613": 1909, "0198869": 1909, "0155637": 1909, "158822": 1909, "319168": 1909, "5225": 1909, "04599": 1909, "83": 1909, "4197": 1909, "4072": 1909, "001176": 1909, "000176303": 1909, "000176643": 1909, "00180564": 1909, "00333458": 1909, "0993743": 1909, "0997124": 1909, "0990345": 1909, "100148": 1909, "101078": 1909, "0992169": 1909, "0218489": 1909, "0174252": 1909, "0266929": 1909, "0274607": 1909, "0158329": 1909, "0214816": 1909, "0163185": 1909, "0269219": 1909, "0273557": 1909, "0153002": 1909, "220527": 1909, "119323": 1909, "244041": 1909, "2385": 1909, "45713": 1909, "4643": 1909, "4501": 1909, "00117401": 1909, "000176022": 1909, "000174079": 1909, "000579364": 1909, "00210348": 1909, "0982657": 1909, "0973164": 1909, "0992208": 1909, "0987098": 1909, "0983834": 1909, "0990353": 1909, "0202451": 1909, "015387": 1909, "0256575": 1909, "0253815": 1909, "delta_dow": 1909, "0146119": 1909, "0200653": 1909, "0153902": 1909, "0249793": 1909, "025014": 1909, "0147525": 1909, "17415": 1909, "107687": 1909, "217982": 1909, "62833": 1909, "4923": 1909, "48": 1909, "4800": 1909, "00119368": 1909, "000175437": 1909, "00017678": 1909, "000532081": 1909, "00207798": 1909, "0947289": 1909, "0935515": 1909, "0959141": 1909, "096231": 1909, "0961732": 1909, "0962883": 1909, "017825": 1909, "0147368": 1909, "0225432": 1909, "0209947": 1909, "012999": 1909, "0170501": 1909, "0140059": 1909, "0210924": 1909, "0203299": 1909, "0127166": 1909, "15403": 1909, "101398": 1909, "205843": 1909, "9996": 1909, "4483": 1909, "78104": 1909, "5020": 1909, "00114739": 1909, "00017381": 1909, "000178013": 1909, "000545071": 1909, "00204428": 1909, "0927996": 1909, "0912686": 1909, "0943404": 1909, "0945209": 1909, "0935476": 1909, "0954924": 1909, "0165653": 1909, "0146711": 1909, "0186621": 1909, "0196094": 1909, "0133023": 1909, "0159569": 1909, "0145658": 1909, "0187106": 1909, "0171739": 1909, "0133664": 1909, "141392": 1909, "0971904": 1909, "198948": 1909, "9986": 1909, "3498": 1909, "59359": 1909, "5111": 1909, "00118152": 1909, "000174143": 1909, "000175604": 1909, "00170096": 1909, "00323222": 1909, "0928359": 1909, "0932811": 1909, "0923878": 1909, "0926255": 1909, "0928757": 1909, "092377": 1909, "0146763": 1909, "012186": 1909, "0176325": 1909, "016766": 1909, "0121195": 1909, "0149209": 1909, "0131733": 1909, "017507": 1909, "017798": 1909, "0111765": 1909, "132209": 1909, "0976131": 1909, "194463": 1909, "9962": 1909, "2003": [1909, 1916, 1921], "38459": 1909, "5262": 1909, "00116593": 1909, "000180144": 1909, "000180288": 1909, "00058201": 1909, "00210837": 1909, "0928416": 1909, "0906576": 1909, "0950149": 1909, "0920252": 1909, "0907245": 1909, "0933179": 1909, "013903": 1909, "0125541": 1909, "0153914": 1909, "0162744": 1909, "0113805": 1909, "0144144": 1909, "0126455": 1909, "0165371": 1909, "0155525": 1909, "0128903": 1909, "125583": 1909, "0940647": 1909, "188429": 1909, "9966": 1909, "0978": 1909, "6759": 1909, "5211": 1909, "00116479": 1909, "000173907": 1909, "000176399": 1909, "000532991": 1909, "00204808": 1909, "0919096": 1909, "0916205": 1909, "0921987": 1909, "0927888": 1909, "0930645": 1909, "0925146": 1909, "0144265": 1909, "0127007": 1909, "0166647": 1909, "0163973": 1909, "0119593": 1909, "0141665": 1909, "0122729": 1909, "0168521": 1909, "0155449": 1909, "0119799": 1909, "129702": 1909, "094935": 1909, "190139": 1909, "9904": 1909, "1729": 1909, "37016": 1909, "5241": 1909, "00117719": 1909, "000175777": 1909, "000177851": 1909, "000601851": 1909, "00213267": 1909, "0924057": 1909, "0915808": 1909, "0932353": 1909, "0931618": 1909, "0928729": 1909, "0934482": 1909, "0143961": 1909, "0125352": 1909, "0161123": 1909, "0168691": 1909, "0120458": 1909, "0142763": 1909, "0131137": 1909, "0156373": 1909, "0161881": 1909, "0121205": 1909, "126835": 1909, "0933722": 1909, "192358": 1909, "9932": 1909, "1737": 1909, "14348": 1909, "47": 1909, "4994": 1909, "4864": 1909, "00118008": 1909, "000178815": 1909, "000177486": 1909, "00366987": 1909, "00520625": 1909, "0920425": 1909, "0909091": 1909, "0931849": 1909, "0924267": 1909, "0933546": 1909, "091505": 1909, "0137666": 1909, "012333": 1909, "0161586": 1909, "0154218": 1909, "0111436": 1909, "0139227": 1909, "0114924": 1909, "0157556": 1909, "0157009": 1909, "0127152": 1909, "129222": 1909, "100126": 1909, "201704": 1909, "9968": 1909, "1866": 1909, "15122": 1909, "3398": 1909, "3460": 1909, "00124187": 1909, "000178268": 1909, "000178552": 1909, "00207588": 1909, "00367458": 1909, "0855862": 1909, "0862303": 1909, "0849443": 1909, "0862647": 1909, "0861289": 1909, "0864004": 1909, "0161327": 1909, "0135714": 1909, "0190244": 1909, "0183747": 1909, "0135908": 1909, "016286": 1909, "0142857": 1909, "0191166": 1909, "0189973": 1909, "0126796": 1909, "300009": 1909, "146407": 1909, "293905": 1909, "785": 1909, "47307": 1909, "93": 1909, "4679": 1909, "4715": 1909, "0012242": 1909, "000183404": 1909, "000184269": 1909, "00114776": 1909, "00273964": 1909, "0903981": 1909, "0901523": 1909, "090646": 1909, "0904723": 1909, "0912343": 1909, "delt": 1909, "a_down": 1909, "0897165": 1909, "0165848": 1909, "0118808": 1909, "0210818": 1909, "0219767": 1909, "0114437": 1909, "016681": 1909, "0124508": 1909, "0208665": 1909, "0211651": 1909, "0121752": 1909, "143248": 1909, "107062": 1909, "214947": 1909, "4458": 1909, "54242": 1909, "5544": 1909, "00114817": 1909, "000177973": 1909, "000178907": 1909, "000659669": 1909, "00216472": 1909, "0857364": 1909, "0845932": 1909, "0868874": 1909, "0848534": 1909, "0837722": 1909, "0859277": 1909, "opera": 1909, "tor": 1909, "0134187": 1909, "0102856": 1909, "0163494": 1909, "0164149": 1909, "0106362": 1909, "0138114": 1909, "0111514": 1909, "0171747": 1909, "0166038": 1909, "0102768": 1909, "105283": 1909, "0887984": 1909, "178604": 1909, "9994": 1909, "9382": 1909, "24137": 1909, "58": 1909, "5892": 1909, "00115656": 1909, "000172163": 1909, "000171354": 1909, "000511025": 1909, "0020111": 1909, "0813375": 1909, "0807074": 1909, "0819679": 1909, "0805692": 1909, "0807933": 1909, "0803457": 1909, "0106639": 1909, "00997202": 1909, "0117378": 1909, "0126783": 1909, "00827334": 1909, "010986": 1909, "0102901": 1909, "011223": 1909, "0124831": 1909, "00993179": 1909, "0924834": 1909, "0846274": 1909, "167454": 1909, "7817": 1909, "85936": 1909, "60": 1909, "6006": 1909, "00115569": 1909, "000178144": 1909, "000176416": 1909, "000650654": 1909, "0021609": 1909, "0807803": 1909, "0806915": 1909, "0808702": 1909, "0812727": 1909, "081801": 1909, "0807463": 1909, "0099321": 1909, "00904017": 1909, "0110288": 1909, "0113006": 1909, "00836602": 1909, "00970767": 1909, "00951802": 1909, "0101806": 1909, "0106859": 1909, "00843022": 1909, "086534": 1909, "0813237": 1909, "165674": 1909, "7405": 1909, "74432": 1909, "6050": 1909, "00117191": 1909, "000175165": 1909, "00017454": 1909, "00050787": 1909, "00202948": 1909, "0802191": 1909, "0791924": 1909, "0812492": 1909, "0809095": 1909, "0803057": 1909, "0815111": 1909, "00969948": 1909, "00925127": 1909, "0103824": 1909, "0101984": 1909, "00897148": 1909, "00927175": 1909, "0082894": 1909, "010285": 1909, "0103947": 1909, "00810573": 1909, "0879604": 1909, "0832035": 1909, "16585": 1909, "9974": 1909, "7589": 1909, "9097": 1909, "6139": 1909, "00118529": 1909, "000172073": 1909, "000172366": 1909, "000496923": 1909, "00202665": 1909, "0795869": 1909, "0790479": 1909, "0801287": 1909, "0793488": 1909, "0792065": 1909, "0794908": 1909, "00889574": 1909, "00825277": 1909, "00949215": 1909, "00962801": 1909, "00821994": 1909, "00910054": 1909, "00828074": 1909, "0100862": 1909, "00971145": 1909, "00831268": 1909, "0841257": 1909, "0818062": 1909, "16097": 1909, "9978": 1909, "6771": 1909, "1042": 1909, "6153": 1909, "00115225": 1909, "000171762": 1909, "000172688": 1909, "000498098": 1909, "00199479": 1909, "080043": 1909, "0801369": 1909, "0799484": 1909, "0794563": 1909, "0801462": 1909, "0787702": 1909, "00927618": 1909, "00859689": 1909, "00934467": 1909, "0107302": 1909, "00842416": 1909, "00952857": 1909, "00895115": 1909, "00986343": 1909, "0104291": 1909, "00886475": 1909, "0843788": 1909, "0796422": 1909, "161897": 1909, "6928": 1909, "26924": 1909, "59": [1909, 1915, 1920], "5957": 1909, "00115623": 1909, "00017426": 1909, "000175525": 1909, "000538327": 1909, "00204434": 1909, "0811482": 1909, "0799815": 1909, "0823172": 1909, "079918": 1909, "0798255": 1909, "0800096": 1909, "00925476": 1909, "00855502": 1909, "00981487": 1909, "0105368": 1909, "0081249": 1909, "00993752": 1909, "00927793": 1909, "00998653": 1909, "0106884": 1909, "00978858": 1909, "0876537": 1909, "0830675": 1909, "166809": 1909, "7751": 1909, "16191": 1909, "6097": 1909, "00115244": 1909, "00017814": 1909, "000175008": 1909, "000491659": 1909, "00199724": 1909, "0796655": 1909, "0798424": 1909, "0794869": 1909, "0806294": 1909, "0818259": 1909, "0794333": 1909, "00948261": 1909, "00896616": 1909, "0110163": 1909, "00972801": 1909, "00824513": 1909, "moveu": 1909, "00907485": 1909, "00870093": 1909, "00888078": 1909, "00987143": 1909, "00884075": 1909, "0868053": 1909, "0820692": 1909, "162871": 1909, "7002": 1909, "1179": 1909, "78": 1909, "3931": 1909, "3916": 1909, "00116999": 1909, "000178971": 1909, "000177013": 1909, "000661933": 1909, "0021879": 1909, "0825932": 1909, "0821367": 1909, "0830489": 1909, "0829548": 1909, "0825535": 1909, "0833533": 1909, "0149825": 1909, "0128456": 1909, "016206": 1909, "018634": 1909, "0122235": 1909, "0149866": 1909, "0129654": 1909, "0173514": 1909, "0175802": 1909, "0119693": 1909, "233272": 1909, "128126": 1909, "253855": 1909, "9717": 1909, "67936": 1909, "6032": 1909, "00115504": 1909, "000170611": 1909, "000174805": 1909, "00128361": 1909, "00278407": 1909, "0831347": 1909, "0826692": 1909, "0836028": 1909, "083416": 1909, "0828652": 1909, "083969": 1909, "0133214": 1909, "00978535": 1909, "0162945": 1909, "0179412": 1909, "00930456": 1909, "0131809": 1909, "0100251": 1909, "0165614": 1909, "0171715": 1909, "00890798": 1909, "0923836": 1909, "0827155": 1909, "168187": 1909, "7472": 1909, "10055": 1909, "65": 1909, "6573": 1909, "00119869": 1909, "000176954": 1909, "000178311": 1909, "000494936": 1909, "00204889": 1909, "07622": 1909, "075692": 1909, "0767499": 1909, "0754528": 1909, "0759239": 1909, "074984": 1909, "0088625": 1909, "00809271": 1909, "00996209": 1909, "0113564": 1909, "00605505": 1909, "00928461": 1909, "00818713": 1909, "0108847": 1909, "0106967": 1909, "00735": 1909, "0695589": 1909, "0759537": 1909, "150655": 1909, "4869": 1909, "47014": 1909, "6728": 1909, "0011518": 1909, "000170142": 1909, "000172553": 1909, "000480502": 1909, "001975": 1909, "0724759": 1909, "0715636": 1909, "0733873": 1909, "0720517": 1909, "0711002": 1909, "0730012": 1909, "00731203": 1909, "00710724": 1909, "00752697": 1909, "00819281": 1909, "00642832": 1909, "mo": 1909, "ve": 1909, "00748132": 1909, "00743524": 1909, "00759443": 1909, "00848466": 1909, "00640077": 1909, "0638096": 1909, "0742757": 1909, "147119": 1909, "4453": 1909, "27009": 1909, "6765": 1909, "0011343": 1909, "000175784": 1909, "000175253": 1909, "000505452": 1909, "00199079": 1909, "0713425": 1909, "0706458": 1909, "07204": 1909, "0718967": 1909, "0720733": 1909, "0717211": 1909, "00752552": 1909, "00686625": 1909, "00816653": 1909, "00877613": 1909, "00630587": 1909, "00721517": 1909, "00625928": 1909, "00727505": 1909, "00856445": 1909, "00676213": 1909, "063708": 1909, "073321": 1909, "146845": 1909, "991": 1909, "442": 1909, "81646": 1909, "6760": 1909, "00115614": 1909, "000174304": 1909, "000175429": 1909, "000510379": 1909, "00201626": 1909, "0722835": 1909, "071304": 1909, "0732643": 1909, "0724337": 1909, "0720262": 1909, "07284": 1909, "00747649": 1909, "00767686": 1909, "00721154": 1909, "00852148": 1909, "00649195": 1909, "00737793": 1909, "00707822": 1909, "00711645": 1909, "00876561": 1909, "00655318": 1909, "0641534": 1909, "0730972": 1909, "147456": 1909, "996": 1909, "4256": 1909, "87925": 1909, "6797": 1909, "00115404": 1909, "000171099": 1909, "000173656": 1909, "00048374": 1909, "00198254": 1909, "0719672": 1909, "0706898": 1909, "0732397": 1909, "0715593": 1909, "0704335": 1909, "0726812": 1909, "00708196": 1909, "00686678": 1909, "0078658": 1909, "00743821": 1909, "0061632": 1909, "0071656": 1909, "00718669": 1909, "00766542": 1909, "00723975": 1909, "00656952": 1909, "0617984": 1909, "0741883": 1909, "146003": 1909, "9934": 1909, "4186": 1909, "97262": 1909, "6733": 1909, "00117": 1909, "000176397": 1909, "000174993": 1909, "00058778": 1909, "00210917": 1909, "0723829": 1909, "0719869": 1909, "072779": 1909, "0718631": 1909, "0717641": 1909, "0719614": 1909, "00704912": 1909, "00711842": 1909, "00702896": 1909, "00800765": 1909, "00603686": 1909, "00728255": 1909, "00728605": 1909, "00757032": 1909, "00808733": 1909, "00617878": 1909, "0647355": 1909, "0728214": 1909, "146776": 1909, "9972": 1909, "4233": 1909, "35075": 1909, "6761": 1909, "00113392": 1909, "000174943": 1909, "000180306": 1909, "000498955": 1909, "00198812": 1909, "0720697": 1909, "0712123": 1909, "0729294": 1909, "0721389": 1909, "0714645": 1909, "0728079": 1909, "0070591": 1909, "00725576": 1909, "00753265": 1909, "00761844": 1909, "00582509": 1909, "00700508": 1909, "00793267": 1909, "0067748": 1909, "00738887": 1909, "00593318": 1909, "0639617": 1909, "0738343": 1909, "147712": 1909, "4578": 1909, "74578": 1909, "6668": 1909, "0011519": 1909, "000174972": 1909, "000177178": 1909, "000500343": 1909, "00200439": 1909, "0700786": 1909, "0702968": 1909, "0698603": 1909, "0696558": 1909, "0699828": 1909, "0693299": 1909, "ou": 1909, "perat": 1909, "00679017": 1909, "00662199": 1909, "00680628": 1909, "00800669": 1909, "00572275": 1909, "00691247": 1909, "00703885": 1909, "00726199": 1909, "00740299": 1909, "00594573": 1909, "0655141": 1909, "0722333": 1909, "14909": 1909, "499": 1909, "74692": 1909, "4202": 1909, "4308": 1909, "00119195": 1909, "000172087": 1909, "000176853": 1909, "000651202": 1909, "00219209": 1909, "0784645": 1909, "077737": 1909, "0791939": 1909, "0778967": 1909, "0777312": 1909, "0780616": 1909, "0137605": 1909, "0106226": 1909, "0159981": 1909, "0181051": 1909, "0102649": 1909, "014284": 1909, "0107163": 1909, "0180735": 1909, "0173927": 1909, "010941": 1909, "194802": 1909, "117678": 1909, "232515": 1909, "5417": 1909, "37617": 1909, "6826": 1909, "0011367": 1909, "000175053": 1909, "000174838": 1909, "000507683": 1909, "00199427": 1909, "0766449": 1909, "0764292": 1909, "0768612": 1909, "0761625": 1909, "0763946": 1909, "0759317": 1909, "0106741": 1909, "00774466": 1909, "0136975": 1909, "0145652": 1909, "0067659": 1909, "0108867": 1909, "00786259": 1909, "0137408": 1909, "0148857": 1909, "00699944": 1909, "0664264": 1909, "0726063": 1909, "145565": 1909, "4098": 1909, "66327": 1909, "73": 1909, "7364": 1909, "00113329": 1909, "000175666": 1909, "00017359": 1909, "000493932": 1909, "00197648": 1909, "0666085": 1909, "0665451": 1909, "066672": 1909, "0667213": 1909, "0672132": 1909, "0662322": 1909, "00669763": 1909, "00602932": 1909, "00748431": 1909, "00769875": 1909, "00559172": 1909, "00652602": 1909, "00578662": 1909, "00698408": 1909, "00760865": 1909, "00571634": 1909, "0514166": 1909, "0668013": 1909, "135057": 1909, "2625": 1909, "92343": 1909, "72": 1909, "7289": 1909, "00113231": 1909, "000174572": 1909, "000175548": 1909, "000526218": 1909, "00200864": 1909, "0648141": 1909, "0634921": 1909, "0661443": 1909, "0649517": 1909, "0649518": 1909, "0649516": 1909, "0061691": 1909, "00587146": 1909, "00646862": 1909, "00744427": 1909, "00489611": 1909, "00601018": 1909, "00491658": 1909, "00690701": 1909, "00676294": 1909, "00544022": 1909, "0503358": 1909, "0671483": 1909, "135564": 1909, "2763": 1909, "76404": 1909, "7343": 1909, "00116586": 1909, "000171716": 1909, "000175847": 1909, "000581802": 1909, "00209523": 1909, "0649176": 1909, "0641392": 1909, "0657014": 1909, "0647029": 1909, "0646974": 1909, "0647083": 1909, "00594983": 1909, "00583274": 1909, "00662917": 1909, "00637781": 1909, "00496899": 1909, "00605891": 1909, "00579733": 1909, "00580425": 1909, "00740682": 1909, "00521816": 1909, "0500971": 1909, "0681187": 1909, "135501": 1909, "9928": 1909, "2804": 1909, "52751": 1909, "7363": 1909, "00114743": 1909, "000174272": 1909, "000173083": 1909, "00048318": 1909, "00197796": 1909, "0648434": 1909, "0639435": 1909, "0657487": 1909, "0652002": 1909, "0650621": 1909, "0653372": 1909, "00653185": 1909, "00647684": 1909, "00700224": 1909, "00712778": 1909, "00552508": 1909, "00633317": 1909, "00574294": 1909, "00628081": 1909, "00798945": 1909, "00531256": 1909, "0519887": 1909, "0671887": 1909, "135337": 1909, "9896": 1909, "2736": 1909, "97512": 1909, "7350": 1909, "00114243": 1909, "000176064": 1909, "00017554": 1909, "000502765": 1909, "0019968": 1909, "0651064": 1909, "0640138": 1909, "0661968": 1909, "064921": 1909, "0643386": 1909, "0655007": 1909, "00608775": 1909, "00550639": 1909, "00688303": 1909, "00702353": 1909, "00494438": 1909, "00612031": 1909, "00518802": 1909, "006465": 1909, "00749811": 1909, "00532021": 1909, "0501661": 1909, "0677592": 1909, "135616": 1909, "9908": 1909, "2712": 1909, "45363": 1909, "7086": 1909, "00116354": 1909, "000175041": 1909, "000174947": 1909, "00112879": 1909, "00264231": 1909, "0650171": 1909, "0644201": 1909, "0656194": 1909, "0655976": 1909, "0658945": 1909, "0653032": 1909, "00591916": 1909, "00558637": 1909, "00615606": 1909, "00691088": 1909, "00502934": 1909, "0055814": 1909, "00478277": 1909, "00636994": 1909, "00639437": 1909, "00477878": 1909, "0504766": 1909, "0694536": 1909, "139764": 1909, "2853": 1909, "65569": 1909, "7286": 1909, "00114038": 1909, "000176438": 1909, "000175781": 1909, "000493773": 1909, "00198638": 1909, "06511": 1909, "0645775": 1909, "0656442": 1909, "065331": 1909, "0647873": 1909, "0658719": 1909, "00569673": 1909, "00567891": 1909, "00563549": 1909, "00576908": 1909, "00570335": 1909, "0056422": 1909, "00595789": 1909, "00547803": 1909, "00585611": 1909, "0052781": 1909, "0523878": 1909, "0673053": 1909, "136122": 1909, "14769": 1909, "00114125": 1909, "000176996": 1909, "000171122": 1909, "00150071": 1909, "00299008": 1909, "0655441": 1909, "0641989": 1909, "066902": 1909, "0656663": 1909, "0655177": 1909, "065813": 1909, "00574329": 1909, "00615239": 1909, "00584514": 1909, "00617653": 1909, "0047931": 1909, "su": 1909, "00557688": 1909, "00536355": 1909, "00589547": 1909, "0062092": 1909, "00483401": 1909, "0511499": 1909, "0669602": 1909, "138667": 1909, "2817": 1909, "92277": 1909, "4617": 1909, "4624": 1909, "00116428": 1909, "000175073": 1909, "000179122": 1909, "000624143": 1909, "00214262": 1909, "075023": 1909, "0737795": 1909, "0762717": 1909, "0754981": 1909, "0750419": 1909, "0759501": 1909, "0122848": 1909, "010087": 1909, "0149212": 1909, "0147216": 1909, "00942308": 1909, "0122644": 1909, "00940893": 1909, "0151437": 1909, "0152795": 1909, "00922575": 1909, "160022": 1909, "108396": 1909, "214303": 1909, "0593": 1909, "51099": 1909, "7205": 1909, "00114454": 1909, "000174778": 1909, "000178598": 1909, "000622807": 1909, "00212072": 1909, "0673988": 1909, "0660498": 1909, "0687521": 1909, "0665999": 1909, "0656989": 1909, "0674971": 1909, "00775671": 1909, "00641076": 1909, "00925224": 1909, "0098923": 1909, "00549451": 1909, "00814979": 1909, "0064208": 1909, "0094943": 1909, "0109052": 1909, "00577183": 1909, "0525718": 1909, "0684983": 1909, "13753": 1909, "2476": 1909, "18844": 1909, "76": 1909, "7605": 1909, "00111446": 1909, "000176218": 1909, "000173181": 1909, "000567391": 1909, "00203125": 1909, "0599149": 1909, "0587469": 1909, "0610859": 1909, "0603628": 1909, "0599454": 1909, "0607787": 1909, "00513004": 1909, "00500828": 1909, "00586709": 1909, "00532469": 1909, "00432035": 1909, "00484395": 1909, "00435256": 1909, "0050489": 1909, "00528113": 1909, "00468487": 1909, "0424689": 1909, "0623846": 1909, "129958": 1909, "1771": 1909, "90146": 1909, "7679": 1909, "00111329": 1909, "000174453": 1909, "000187997": 1909, "00052281": 1909, "00199855": 1909, "0597628": 1909, "0594387": 1909, "0600886": 1909, "0601823": 1909, "0602364": 1909, "0601285": 1909, "00498081": 1909, "00520013": 1909, "00499122": 1909, "00506582": 1909, "00466358": 1909, "00463958": 1909, "00460643": 1909, "00493022": 1909, "00485765": 1909, "00416083": 1909, "041741": 1909, "0630625": 1909, "128933": 1909, "9988": 1909, "1498": 1909, "35153": 1909, "7352": 1909, "0011521": 1909, "000179953": 1909, "000193562": 1909, "000986017": 1909, "00251163": 1909, "0607112": 1909, "0597318": 1909, "0616933": 1909, "0605566": 1909, "0600225": 1909, "0610896": 1909, "0048536": 1909, "00534402": 1909, "00512184": 1909, "00419329": 1909, "00474785": 1909, "00485389": 1909, "00482044": 1909, "00488813": 1909, "00502294": 1909, "00468169": 1909, "0414372": 1909, "0637003": 1909, "134183": 1909, "1644": 1909, "2926": 1909, "77": 1909, "7706": 1909, "00114883": 1909, "000172738": 1909, "000173912": 1909, "000500922": 1909, "0019964": 1909, "0597706": 1909, "058365": 1909, "0611883": 1909, "0603617": 1909, "0596815": 1909, "0610421": 1909, "00507342": 1909, "00552225": 1909, "00502914": 1909, "00519481": 1909, "0045431": 1909, "00475572": 1909, "00474486": 1909, "00519264": 1909, "00452235": 1909, "00455891": 1909, "0425655": 1909, "0640778": 1909, "1291": 1909, "1918": 1909, "29282": 1909, "57": 1909, "7662": 1909, "00114987": 1909, "000175873": 1909, "000174441": 1909, "000509332": 1909, "00200951": 1909, "059439": 1909, "0581668": 1909, "0607138": 1909, "0597239": 1909, "0590741": 1909, "06037": 1909, "00484312": 1909, "0048189": 1909, "00515876": 1909, "00478774": 1909, "00460903": 1909, "00469727": 1909, "0042228": 1909, "0049556": 1909, "00490294": 1909, "00470213": 1909, "0419401": 1909, "063158": 1909, "129703": 1909, "1825": 1909, "99906": 1909, "7668": 1909, "00113999": 1909, "000177145": 1909, "000494697": 1909, "0019877": 1909, "059728": 1909, "058413": 1909, "0610475": 1909, "06057": 1909, "0601686": 1909, "0609698": 1909, "00533349": 1909, "00561465": 1909, "00525122": 1909, "00578842": 1909, "00467645": 1909, "00479575": 1909, "00452891": 1909, "00515258": 1909, "00471774": 1909, "0047805": 1909, "0424987": 1909, "063466": 1909, "130279": 1909, "9944": 1909, "1765": 1909, "40606": 1909, "75": [1909, 1916, 1921], "7561": 1909, "00118073": 1909, "000176595": 1909, "000176277": 1909, "00126962": 1909, "00280322": 1909, "0596867": 1909, "0584019": 1909, "060971": 1909, "0597209": 1909, "0586373": 1909, "0608016": 1909, "00478203": 1909, "00492844": 1909, "00489903": 1909, "00478374": 1909, "00451458": 1909, "00471166": 1909, "00471679": 1909, "00453695": 1909, "00521538": 1909, "00437776": 1909, "0399454": 1909, "0650666": 1909, "131095": 1909, "9982": 1909, "1588": 1909, "33519": 1909, "7707": 1909, "00112932": 1909, "000173649": 1909, "000176619": 1909, "0005733": 1909, "00205289": 1909, "0604564": 1909, "0588577": 1909, "0620602": 1909, "0606382": 1909, "0597842": 1909, "0614869": 1909, "00508035": 1909, "00542338": 1909, "0051973": 1909, "00528804": 1909, "00440811": 1909, "00493871": 1909, "00482393": 1909, "00470077": 1909, "00566008": 1909, "0045722": 1909, "0412753": 1909, "0632685": 1909, "129126": 1909, "1691": 1909, "90488": 1909, "4971": 1909, "00118772": 1909, "000174399": 1909, "000175365": 1909, "000724154": 1909, "00226164": 1909, "0715393": 1909, "0714001": 1909, "0716792": 1909, "0708063": 1909, "0703415": 1909, "07127": 1909, "0109482": 1909, "00810392": 1909, "013351": 1909, "00807161": 1909, "10remov": 1909, "0114495": 1909, "00895825": 1909, "0147422": 1909, "0144898": 1909, "00756817": 1909, "136485": 1909, "0947748": 1909, "201123": 1909, "8101": 1909, "33423": 1909, "7784": 1909, "00114748": 1909, "000173434": 1909, "000173643": 1909, "000492445": 1909, "001987": 1909, "0620445": 1909, "0613942": 1909, "0626974": 1909, "0624537": 1909, "0626078": 1909, "0623003": 1909, "00688384": 1909, "00590854": 1909, "00871756": 1909, "00824825": 1909, "00467794": 1909, "00658183": 1909, "00538131": 1909, "00726536": 1909, "00855818": 1909, "0050996": 1909, "0414626": 1909, "0618828": 1909, "127212": 1909, "1285": 1909, "2533": 1909, "8085": 1909, "00114792": 1909, "000171199": 1909, "000170999": 1909, "000497123": 1909, "00198724": 1909, "0558467": 1909, "0548354": 1909, "0568613": 1909, "0563139": 1909, "0556514": 1909, "0569743": 1909, "00437746": 1909, "00445812": 1909, "00470138": 1909, "00439052": 1909, "00395763": 1909, "00414735": 1909, "00428681": 1909, "00416849": 1909, "00410326": 1909, "00403258": 1909, "0347029": 1909, "0598513": 1909, "122534": 1909, "0673": 1909, "48919": 1909, "8093": 1909, "0011215": 1909, "000173062": 1909, "00017243": 1909, "000481739": 1909, "00194873": 1909, "0551622": 1909, "0540573": 1909, "056271": 1909, "0554291": 1909, "0548532": 1909, "0560021": 1909, "00379637": 1909, "00380545": 1909, "00399505": 1909, "00374965": 1909, "00363535": 1909, "00366381": 1909, "00335177": 1909, "00377209": 1909, "00381376": 1909, "00371272": 1909, "0336264": 1909, "0597385": 1909, "12209": 1909, "12545": 1909, "8174": 1909, "00113455": 1909, "000172962": 1909, "000172111": 1909, "000494535": 1909, "00197415": 1909, "0555556": 1909, "0548071": 1909, "056308": 1909, "0565826": 1909, "0561847": 1909, "0569795": 1909, "00401386": 1909, "00431683": 1909, "00367912": 1909, "00402102": 1909, "00403548": 1909, "00343265": 1909, "00319218": 1909, "00357058": 1909, "00384326": 1909, "00311738": 1909, "0336175": 1909, "0608379": 1909, "120854": 1909, "0345": 1909, "44062": 1909, "8150": 1909, "0011493": 1909, "000176394": 1909, "000175145": 1909, "000636652": 1909, "00213749": 1909, "0561644": 1909, "0553785": 1909, "0569541": 1909, "0563292": 1909, "0563507": 1909, "0563077": 1909, "0040616": 1909, "00442985": 1909, "00424611": 1909, "00385272": 1909, "00371569": 1909, "00386509": 1909, "003755": 1909, "00376864": 1909, "00392764": 1909, "00400866": 1909, "0356184": 1909, "0611042": 1909, "121234": 1909, "0107": 1909, "51989": 1909, "8028": 1909, "00113187": 1909, "000172906": 1909, "000173854": 1909, "00119973": 1909, "00267836": 1909, "0569562": 1909, "0557674": 1909, "0581538": 1909, "0573977": 1909, "0568736": 1909, "057919": 1909, "00397292": 1909, "00431444": 1909, "00403564": 1909, "00342248": 1909, "00411819": 1909, "00370689": 1909, "00370983": 1909, "0034267": 1909, "00365311": 1909, "00403935": 1909, "0337761": 1909, "0612707": 1909, "122749": 1909, "0148": 1909, "53234": 1909, "8010": 1909, "00115006": 1909, "000171089": 1909, "000170973": 1909, "000614332": 1909, "00210645": 1909, "0595088": 1909, "0578924": 1909, "0611341": 1909, "0595746": 1909, "0587787": 1909, "0603688": 1909, "00426946": 1909, "00422307": 1909, "00518465": 1909, "00388528": 1909, "00378426": 1909, "00421233": 1909, "00335218": 1909, "00464931": 1909, "00480216": 1909, "00403033": 1909, "0367278": 1909, "0603263": 1909, "123466": 1909, "9806": 1909, "0485": 1909, "82185": 1909, "8154": 1909, "00112582": 1909, "000175281": 1909, "000174666": 1909, "000548011": 1909, "00202378": 1909, "056208": 1909, "0553238": 1909, "0570951": 1909, "0564072": 1909, "0561066": 1909, "0567066": 1909, "00407237": 1909, "00458353": 1909, "00414805": 1909, "00358938": 1909, "00396333": 1909, "00385295": 1909, "00384102": 1909, "00381134": 1909, "00384082": 1909, "0039189": 1909, "0336746": 1909, "0591636": 1909, "121264": 1909, "0118": 1909, "32063": 1909, "8130": 1909, "00112664": 1909, "000169903": 1909, "000170967": 1909, "000570233": 1909, "00203775": 1909, "0565456": 1909, "0560489": 1909, "0570416": 1909, "0565554": 1909, "0566927": 1909, "0564188": 1909, "00394695": 1909, "00453041": 1909, "003751": 1909, "00377433": 1909, "00372447": 1909, "00393142": 1909, "00393605": 1909, "00351129": 1909, "00412257": 1909, "00415485": 1909, "03294": 1909, "0595034": 1909, "121777": 1909, "0399": 1909, "72088": 1909, "5460": 1909, "00114313": 1909, "000173784": 1909, "000177948": 1909, "000703365": 1909, "00219823": 1909, "0696534": 1909, "0698218": 1909, "0694839": 1909, "0686236": 1909, "0693558": 1909, "0678957": 1909, "0101898": 1909, "00760697": 1909, "0134782": 1909, "0128854": 1909, "00681329": 1909, "010656": 1909, "00783997": 1909, "0139799": 1909, "0135968": 1909, "00715714": 1909, "113309": 1909, "0920199": 1909, "183328": 1909, "3798": 1909, "84919": 1909, "8267": 1909, "00113257": 1909, "000174729": 1909, "000171475": 1909, "000655191": 1909, "00213397": 1909, "0567635": 1909, "0558338": 1909, "0576938": 1909, "0570791": 1909, "0568651": 1909, "0572924": 1909, "00513888": 1909, "0044657": 1909, "00659921": 1909, "00590559": 1909, "00359382": 1909, "00494392": 1909, "00375318": 1909, "00599587": 1909, "00600445": 1909, "00399808": 1909, "0324819": 1909, "0581535": 1909, "119753": 1909, "9786": 1909, "6009": 1909, "8522": 1909, "00113484": 1909, "000174635": 1909, "00017281": 1909, "000471962": 1909, "00195425": 1909, "0522979": 1909, "0514701": 1909, "0531272": 1909, "0526289": 1909, "0525332": 1909, "052724": 1909, "0035412": 1909, "00398847": 1909, "00370725": 1909, "00335209": 1909, "00311216": 1909, "00335832": 1909, "00299014": 1909, "00369106": 1909, "0037407": 1909, "00300276": 1909, "0287871": 1909, "0573234": 1909, "116241": 1909, "9456": 1909, "58899": 1909, "8532": 1909, "00112831": 1909, "000175032": 1909, "000170599": 1909, "000477615": 1909, "00195155": 1909, "0510253": 1909, "0504098": 1909, "0516432": 1909, "0515426": 1909, "051475": 1909, "0516099": 1909, "00340387": 1909, "00378519": 1909, "0032779": 1909, "0033044": 1909, "00324285": 1909, "00317778": 1909, "00283378": 1909, "00321952": 1909, "00370341": 1909, "00294856": 1909, "0277202": 1909, "0570392": 1909, "116499": 1909, "9533": 1909, "78912": 1909, "8424": 1909, "00113708": 1909, "000169747": 1909, "000516366": 1909, "00199727": 1909, "0509114": 1909, "0494415": 1909, "0523881": 1909, "0515835": 1909, "0508587": 1909, "0523052": 1909, "00328518": 1909, "00378564": 1909, "00328526": 1909, "00299079": 1909, "00307324": 1909, "00292678": 1909, "00257701": 1909, "00286487": 1909, "0034609": 1909, "00279944": 1909, "0285168": 1909, "0573744": 1909, "117503": 1909, "9713": 1909, "77243": 1909, "8482": 1909, "00112907": 1909, "000171733": 1909, "000172552": 1909, "000497535": 1909, "00197089": 1909, "0518978": 1909, "0515069": 1909, "0522911": 1909, "0524093": 1909, "0525957": 1909, "052223": 1909, "00326625": 1909, "00386679": 1909, "00304207": 1909, "00291603": 1909, "00323224": 1909, "00301172": 1909, "00279397": 1909, "00282048": 1909, "0035536": 1909, "00287666": 1909, "0282139": 1909, "0573663": 1909, "117064": 1909, "9679": 1909, "24404": 1909, "8341": 1909, "0011421": 1909, "000175292": 1909, "00017538": 1909, "00057952": 1909, "00207229": 1909, "0514406": 1909, "0510664": 1909, "0518164": 1909, "051954": 1909, "0523787": 1909, "0515301": 1909, "00338554": 1909, "00366893": 1909, "00344041": 1909, "00307385": 1909, "0033557": 1909, "00305853": 1909, "00254999": 1909, "00326173": 1909, "00297855": 1909, "00343698": 1909, "0282974": 1909, "0568543": 1909, "118557": 1909, "9992": 1909, "9675": 1909, "34324": 1909, "8588": 1909, "00114523": 1909, "000173347": 1909, "000170297": 1909, "000496129": 1909, "001985": 1909, "0516234": 1909, "0507942": 1909, "0524561": 1909, "0515959": 1909, "0514668": 1909, "0517245": 1909, "00321691": 1909, "00343928": 1909, "00323961": 1909, "00322555": 1909, "00296047": 1909, "00319616": 1909, "00286625": 1909, "00345553": 1909, "00322388": 1909, "00323392": 1909, "0279356": 1909, "0577107": 1909, "115961": 1909, "998": 1909, "9502": 1909, "90419": 1909, "8520": 1909, "00113566": 1909, "000171149": 1909, "000171571": 1909, "000505713": 1909, "00198409": 1909, "0522993": 1909, "0518042": 1909, "0527968": 1909, "0523894": 1909, "0527668": 1909, "0520146": 1909, "00332163": 1909, "00385812": 1909, "00331033": 1909, "00287276": 1909, "00323793": 1909, "00320791": 1909, "00303251": 1909, "00257947": 1909, "00374368": 1909, "00347652": 1909, "0295904": 1909, "0569472": 1909, "116426": 1909, "999": 1909, "9579": 1909, "5502": 1909, "8308": 1909, "00113861": 1909, "00017479": 1909, "000171791": 1909, "000516632": 1909, "00200182": 1909, "052027": 1909, "0514887": 1909, "052567": 1909, "0525394": 1909, "0525082": 1909, "0525705": 1909, "00335517": 1909, "00413695": 1909, "00323186": 1909, "00292926": 1909, "00311042": 1909, "00302516": 1909, "00310847": 1909, "00289752": 1909, "00330243": 1909, "00279307": 1909, "0301017": 1909, "05751": 1909, "11865": 1909, "9998": 1909, "9797": 1909, "09128": 1909, "5758": 1909, "0011648": 1909, "000171131": 1909, "000177031": 1909, "00052665": 1909, "00203961": 1909, "0659214": 1909, "0645032": 1909, "0673451": 1909, "0664132": 1909, "0657103": 1909, "0671124": 1909, "00972141": 1909, "00816553": 1909, "0120463": 1909, "0123374": 1909, "00630649": 1909, "00948341": 1909, "00713825": 1909, "0120053": 1909, "0127712": 1909, "00596812": 1909, "0996916": 1909, "0850222": 1909, "173681": 1909, "1975": 1909, "8545": 1909, "8541": 1909, "00114865": 1909, "000173988": 1909, "000171794": 1909, "00119219": 1909, "00268662": 1909, "0532849": 1909, "0522147": 1909, "0543555": 1909, "053342": 1909, "0532922": 1909, "0533916": 1909, "00446188": 1909, "00427029": 1909, "0056238": 1909, "00476629": 1909, "0031903": 1909, "00436633": 1909, "00327022": 1909, "00473538": 1909, "00557037": 1909, "00387195": 1909, "0277647": 1909, "05598": 1909, "116407": 1909, "8927": 1909, "53428": 1909, "88": 1909, "8864": 1909, "00113772": 1909, "000172391": 1909, "000173831": 1909, "000667482": 1909, "00215142": 1909, "0487876": 1909, "0475343": 1909, "0500452": 1909, "0492262": 1909, "0486641": 1909, "0497856": 1909, "00317577": 1909, "0035957": 1909, "00350054": 1909, "00284136": 1909, "00275857": 1909, "00292205": 1909, "00258701": 1909, "00302885": 1909, "00338107": 1909, "0026844": 1909, "0236387": 1909, "0545816": 1909, "112377": 1909, "8792": 1909, "8611": 1909, "00115159": 1909, "000175224": 1909, "000172538": 1909, "000641879": 1909, "00214123": 1909, "048189": 1909, "0475752": 1909, "048804": 1909, "048684": 1909, "0485661": 1909, "0488014": 1909, "00280902": 1909, "00324111": 1909, "00320282": 1909, "00247802": 1909, "0023114": 1909, "0025366": 1909, "00258148": 1909, "00246217": 1909, "00286055": 1909, "00224081": 1909, "0246712": 1909, "0560449": 1909, "114722": 1909, "9191": 1909, "93015": 1909, "8682": 1909, "00113351": 1909, "00017218": 1909, "000169732": 1909, "00061197": 1909, "0020874": 1909, "0482681": 1909, "0473526": 1909, "0491879": 1909, "0482165": 1909, "0481162": 1909, "0483167": 1909, "00294627": 1909, "00344064": 1909, "00291673": 1909, "00275251": 1909, "00267103": 1909, "00298406": 1909, "0026251": 1909, "00285476": 1909, "00329326": 1909, "00315823": 1909, "0246552": 1909, "0552698": 1909, "114393": 1909, "88386": 1909, "8694": 1909, "00112254": 1909, "000171682": 1909, "000169843": 1909, "000609689": 1909, "00207376": 1909, "048889": 1909, "0478555": 1909, "0499248": 1909, "049152": 1909, "0484824": 1909, "0498193": 1909, "003037": 1909, "00320006": 1909, "00327777": 1909, "0029207": 1909, "00274846": 1909, "00285318": 1909, "00254032": 1909, "00293476": 1909, "00342016": 1909, "00251206": 1909, "0245681": 1909, "0554533": 1909, "113913": 1909, "8968": 1909, "21281": 1909, "87": 1909, "8797": 1909, "00112889": 1909, "000174991": 1909, "000176317": 1909, "000609379": 1909, "00208958": 1909, "0473094": 1909, "045965": 1909, "048656": 1909, "0473527": 1909, "046369": 1909, "0483339": 1909, "00272949": 1909, "00316006": 1909, "00287265": 1909, "00244254": 1909, "00243698": 1909, "0026367": 1909, "00258314": 1909, "00241881": 1909, "00319259": 1909, "00235322": 1909, "0233294": 1909, "0548638": 1909, "113268": 1909, "8957": 1909, "51035": 1909, "8705": 1909, "00116392": 1909, "000174849": 1909, "000171033": 1909, "000573339": 1909, "00208315": 1909, "0488708": 1909, "048186": 1909, "0495586": 1909, "0490466": 1909, "0489142": 1909, "049178": 1909, "00282094": 1909, "00316907": 1909, "00295433": 1909, "00271815": 1909, "00243883": 1909, "00273748": 1909, "00262902": 1909, "00272997": 1909, "00314165": 1909, "00244518": 1909, "0249233": 1909, "0546016": 1909, "11385": 1909, "9022": 1909, "34419": 1909, "8791": 1909, "00113176": 1909, "000173538": 1909, "000174227": 1909, "000500731": 1909, "00198025": 1909, "0492124": 1909, "0484356": 1909, "049993": 1909, "0489308": 1909, "048871": 1909, "0489904": 1909, "00273515": 1909, "00326991": 1909, "00276099": 1909, "00255092": 1909, "00235247": 1909, "00280445": 1909, "00258294": 1909, "0028585": 1909, "00317801": 1909, "00259388": 1909, "0245304": 1909, "0553609": 1909, "112756": 1909, "8688": 1909, "98793": 1909, "89": 1909, "8983": 1909, "00112999": 1909, "000172763": 1909, "000171394": 1909, "000627904": 1909, "00210205": 1909, "0486702": 1909, "0479463": 1909, "0493956": 1909, "0488597": 1909, "0489007": 1909, "0488189": 1909, "00274177": 1909, "00356041": 1909, "00275273": 1909, "00252121": 1909, "00212272": 1909, "00257861": 1909, "00265775": 1909, "00242603": 1909, "00290282": 1909, "00232661": 1909, "0231697": 1909, "0553643": 1909, "110655": 1909, "8281": 1909, "23047": 1909, "u1": 1909, "u10": 1909, "u7": 1909, "j2": 1909, "u11": 1909, "u8": 1909, "u12": 1909, "u9": 1909, "90": [1909, 1916, 1921], "somewher": 1909, "run_two_band": 1909, "se": 1909, "investig": [1909, 1913, 1918], "redirect": 1910, "start_redirect": 1910, "323600": 1910, "k_linear": 1910, "endpoint": [1910, 1917, 1918, 1919], "epsk": 1910, "pcolormesh": [1910, 1912, 1917, 1918], "rdbu_r": 1910, "shade": 1910, "vmin": 1910, "vmax": 1910, "set_label": 1910, "weak": [1912, 1913, 1917, 1918], "ferromagnet": [1912, 1914, 1917, 1919], "conist": [1912, 1917], "pauli": [1912, 1915, 1917, 1920], "mermin": [1912, 1914, 1917, 1919], "wagner": [1912, 1914, 1917, 1919], "theorem": [1912, 1913, 1914, 1917, 1918, 1919], "09": [265, 1912, 1917, 1918, 1919, 1921], "inlinebackend": [1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "figure_format": [1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921], "earier": [1912, 1917], "insead": [1912, 1917], "hamitonian": [1912, 1917], "python_api": [1912, 1917], "highlight": [1912, 1917], "__": [1912, 1917], "neigbhour": [1912, 1916, 1917, 1921], "h_r": [1912, 1916, 1917, 1921], "510934": 1912, "kmesh": [1912, 1913, 1915, 1916, 1917, 1918, 1920, 1921], "0490874": [1912, 1917], "28319": [1912, 1917], "e_k_interp": [1912, 1917], "raster": [1912, 1917, 1918, 1919], "rdbu": [1912, 1917, 1918], "contour": [1912, 1917], "linestyl": [1912, 1917], "k_tick": [1912, 1917, 1918, 1919], "k_label": [1912, 1917], "xtick": [1912, 1917, 1918, 1919], "ytick": [1912, 1917, 1918, 1919], "va": [1912, 1917], "clip_on": [1912, 1917], "thepath": [1912, 1917], "python_refer": [1912, 1917], "k_vec": [1912, 1917, 1918, 1919], "k_plot": [1912, 1917, 1918, 1919], "wmesh": [1912, 1915, 1916, 1917, 1920, 1921], "wkmesh": [1912, 1917], "g0_wk": [1912, 1913, 1916, 1917, 1918, 1921], "lattice_dyson_g0_wk": [1912, 1916, 1917, 1921], "perfectli": [1912, 1913, 1916, 1917, 1918, 1921], "rho_k": [1912, 1917], "chi": [1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "chi_": [1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "dagger_a": [1913, 1918], "c_b": [1913, 1918], "dagger_c": [1913, 1918], "c_d": [1913, 1918], "wick": [1913, 1918], "convolut": [1913, 1918], "2frac": [1913, 1918], "inu_m": [1913, 1918], "nu_m": [1913, 1918], "fastest": [1913, 1918], "nu_n": [1913, 1918], "susceptibiltii": [1913, 1918], "fft": [1913, 1918], "triqs_trpf": [1913, 1918], "imtime_bubble_chi0_wk": [1913, 1916, 1918, 1921], "chi0_wk": [1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "nw": [1913, 1916, 1918, 1921], "greatli": [1913, 1918], "domin": [1913, 1918], "betaepsilon": [1913, 1918], "dinension": [1913, 1918], "extrema": [1913, 1918], "exercic": [1913, 1918], "manifest": [1913, 1918], "susecpt": [1913, 1918], "depdend": [1913, 1918], "sucept": [1913, 1918], "chi0_at_k_w": [1913, 1918], "susceptibilti": [1913, 1918], "chi_q_ref": [1913, 1918], "nan_to_num": [1913, 1918], "agre": [1913, 1918], "pad\u00e9": [1913, 1918], "fequenc": [1913, 1918], "fmesh": [1913, 1918], "chi_f": [1913, 1918], "pade_analytical_continuation_wk": [1913, 1918], "chi0_fk": [1913, 1918], "strongest": [1913, 1918], "susceptibilitii": [1913, 1918], "irreduc": [1914, 1919], "vertex": [1914, 1915, 1919, 1920], "denomin": [1914, 1915, 1916, 1919, 1920, 1921], "wherebi": [1914, 1919], "instabl": [1914, 1919], "predict": [1914, 1916, 1919, 1921], "unphys": [1914, 1916, 1919, 1921], "remedi": [1914, 1919], "shortcom": [1914, 1919], "solve_rpa_ph": [1914, 1915, 1916, 1919, 1920, 1921], "dtype": [1914, 1915, 1916, 1919, 1920, 1921], "compli": [1914, 1919], "chi_wk": [1914, 1915, 1916, 1919, 1920, 1921], "magnitud": [1914, 1919], "incommensur": [1914, 1919], "af": [1914, 1916, 1919, 1921], "andr\u00e9": [1915, 1920], "mari": [1915, 1920], "tremblai": [1915, 1916, 1920, 1921], "law": [1915, 1920], "tpc": [1915, 1916, 1920, 1921], "vertici": [1915, 1920], "cascad": [1915, 1920], "ansatz": [1915, 1916, 1920, 1921], "vilk": [1915, 1916, 1920, 1921], "franc": [1915, 1916, 1920, 1921], "1997": [1915, 1916, 1920, 1921], "1309": [1915, 1916, 1920, 1921], "1368": [1915, 1916, 1920, 1921], "solve_rpa": [1915, 1916, 1920, 1921], "triq_trpf": [1915, 1920], "focus": [1915, 1916, 1920, 1921], "brentq": [1915, 1916, 1920, 1921], "usp_root": [1915, 1916, 1920, 1921], "trace_chi": [1915, 1916, 1920, 1921], "chi_w": [1915, 1916, 1920, 1921], "squeez": [1915, 1916, 1918, 1919, 1920, 1921], "usp": [1915, 1916, 1920, 1921], "uch_root": [1915, 1916, 1920, 1921], "uch": [1915, 1916, 1920, 1921], "docc": [1915, 1916, 1920, 1921], "solve_tpsc": [1915, 1916, 1920, 1921], "iq_n": [1915, 1920], "violat": [1915, 1920], "1133": [1916, 1921], "1966": [1916, 1921], "imposs": [1916, 1921], "heurist": [1916, 1921], "proof": [1916, 1921], "collinear": [1916, 1921], "nabla": [1916, 1921], "wavelength": [1916, 1921], "classic": [1916, 1921], "equipartit": [1916, 1921], "k_bt": [1916, 1921], "rise": [1916, 1921], "infrar": [1916, 1921], "2q": [1916, 1921], "absurd": [1916, 1921], "hypothesi": [1916, 1921], "wave": [1916, 1921], "bubbl": [1916, 1918, 1921], "get_chi0": [1916, 1921], "tr_chi_sp": [1916, 1920, 1921], "diff": [1916, 1920, 1921], "tr_chi": [1916, 1920, 1921], "uc": [1916, 1920, 1921], "examin": [1916, 1921], "sum_n": [1916, 1921], "t_c": [1916, 1921], "t_rpa_vec": [1916, 1921], "concaten": [1916, 1920, 1921], "s_rpa_vec": [1916, 1921], "zeros_lik": [1916, 1920, 1921], "s_rpa": [1916, 1921], "4e": [1916, 1920, 1921], "rigor": [1916, 1921], "excercis": [1916, 1921], "whenc": [1916, 1921], "lowest": [1916, 1921], "sudden": [1916, 1921], "suddent": [1916, 1921], "anitferromagnet": [1916, 1921], "remnant": [1916, 1921], "kyung": [1916, 1921], "landri": [1916, 1921], "poulin": [1916, 1921], "099702": [1916, 1921], "asymptot": [1916, 1921], "trick": [1916, 1921], "appendix": [1916, 1921], "dar\u00e9": [1916, 1921], "14236": [1916, 1921], "1996": [1916, 1921], "intermedi": [1916, 1921], "rightarrow0": [1916, 1921], "rapid": [1916, 1921], "crossov": [1916, 1921], "2u": [1916, 1921], "866052": 1917, "kgrid1d": 1917, "a_k": 1917, "a_inv_k": 1917, "rho_k_interp": 1917, "box": 1918, "16384": 1918, "fourier_wk_to_wr": 1918, "fourier_wr_to_tr": 1918, "chi0_tr_from_grt_ph": 1918, "amp": 1918, "009086": 1918, "chi_wr_from_chi_tr": 1918, "chi_wk_from_chi_wr": 1918, "chi_interp": 1918, "q_x": [1918, 1919], "q_y": [1918, 1919], "chi0_k_interp": 1918, "k_g": 1918, "k_m": 1918, "k_pt": 1918, "_m": 1918, "ro": 1918, "var": 1918, "_1fkps792lsc0txclg5ky4300000gq": 1918, "ipykernel_50793": 1918, "228374747": 1918, "runtimewarn": 1918, "chi0_fk_interp": 1918, "chi_k_interp": 1919, "qx": 1919, "qy": 1919, "pcolor": 1919, "701127": 1919, "k_af": 1919, "u_vec": [1919, 1920], "chi_inv_vec": 1919, "5092181189127931": 1920, "5918677213723913": 1920, "18865226486409914": 1920, "778901915273313": 1920, "usp_vec": 1920, "uch_vec": 1920, "docc_vec": [1920, 1921], "0000e": [1920, 1921], "8960e": 1920, "2410e": 1920, "4133e": 1920, "6960e": 1920, "0074e": 1920, "3480e": 1920, "4299e": 1920, "4181e": 1920, "2964e": 1920, "0435e": 1920, "1509e": 1920, "2343e": 1920, "8118e": 1920, "3194e": 1920, "2029e": 1920, "5092e": 1920, "5919e": 1920, "8865e": 1920, "9155e": 1920, "1248e": 1920, "5962e": 1920, "1660e": 1920, "2127e": 1920, "3538e": 1920, "3187e": 1920, "8718e": 1920, "1594e": 1920, "imread": 1920, "overlai": 1920, "img": 1920, "fig2": 1920, "imshow": 1920, "sum_chi_vec": 1920, "sum_chi": 1920, "9935e": 1920, "5000e": [1920, 1921], "9969e": 1920, "0007e": 1920, "0024e": 1920, "0048e": 1920, "2500e": [1920, 1921], "0079e": 1920, "0118e": 1920, "7500e": 1920, "0166e": 1920, "0222e": 1920, "0287e": 1920, "617709": 1921, "7196e": 1921, "3333e": 1921, "5925e": 1921, "8000e": 1921, "5714e": 1921, "8783e": 1921, "6000e": 1921, "8462e": 1921, "2302e": 1921, "4000e": 1921, "1667e": 1921, "6725e": 1921, "2000e": 1921, "5455e": 1921, "2425e": 1921, "0006e": 1921, "5556e": 1921, "0503e": 1921, "5858e": 1921, "1429e": 1921, "0020e": 1921, "4436e": 1921, "5028e": 1921, "9329e": 1921, "t_tpsc_vec": 1921, "s_tpsc_vec": 1921, "u_sp_vec": 1921, "u_ch_vec": 1921, "s_tpsc": 1921, "ucrpa": 1921, "chi_sp_wk": 1921, "1151e": 1921, "9735e": 1921, "9469e": 1921, "6108e": 1921, "9065e": 1921, "3054e": 1921, "8166e": 1921, "3189e": 1921, "7718e": 1921, "5801e": 1921, "7324e": 1921, "9464e": 1921, "6148e": 1921, "0225e": 1921, "6343e": 1921, "9851e": 1921, "6667e": 1921, "4421e": 1921, "8411e": 1921, "5263e": 1921, "9599e": 1921, "3406e": 1921, "7133e": 1921, "4629e": 1921, "2155e": 1921, "2802e": 1921, "5589e": 1921, "4251e": 1921, "0735e": 1921, "2301e": 1921, "6547e": 1921, "3938e": 1921, "5004e": 1921, "1949e": 1921, "0900e": 1921, "3718e": 1921, "3575e": 1921, "1657e": 1921, "2228e": 1921, "3535e": 1921, "8974e": 1921, "8571e": 1921, "1527e": 1921, "2658e": 1921, "3454e": 1921, "6014e": 1921, "1327e": 1921, "3218e": 1921, "3330e": 1921, "0230e": 1921, "0869e": 1921, "4279e": 1921, "3043e": 1921, "2999e": 1921, "221": 1921, "222": 1921, "blow": 1921, "223": 1921, "u_sp": 1921, "224": 1921, "twoparticlerespons": 1922, "deeper": 1923, "profound": 1923, "port": 1923, "summari": 1923, "path_to_install_directori": 1923, "diretori": 1923, "show_vers": 1923, "9e": [264, 265], "6e": [264, 265], "3e": [264, 265], "00068": 264, "8e": 265, "5e": 265, "00098": 265, "00042": 265, "645497": [493, 494]}, "objects": {"": [[508, 0, 1, "", "HDFArchiveGroup"], [508, 0, 1, "", "HDFArchiveInert"], [507, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [506, 2, 0, "-", "h5"], [508, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[508, 1, 1, "", "apply_on_leaves"], [508, 1, 1, "", "create_group"], [508, 1, 1, "", "get_raw"], [508, 1, 1, "", "is_data"], [508, 1, 1, "", "is_group"], [508, 1, 1, "", "items"], [508, 1, 1, "", "keys"], [508, 1, 1, "", "read_attr"], [508, 1, 1, "", "root_path"], [508, 1, 1, "", "update"], [508, 1, 1, "", "values"]], "h5": [[508, 0, 1, "", "HDFArchive"]], "triqs": [[598, 2, 0, "-", "atom_diag"], [653, 2, 0, "-", "dos"], [667, 2, 0, "-", "fit"], [671, 2, 0, "-", "gf"], [1605, 2, 0, "-", "lattice"], [1682, 2, 0, "-", "operators"], [1737, 2, 0, "-", "plot"], [1746, 2, 0, "-", "random_generator"], [1751, 2, 0, "-", "stat"], [1765, 2, 0, "-", "sumk"], [1779, 2, 0, "-", "utility"]], "triqs.atom_diag": [[599, 3, 1, "", "AtomDiag"], [600, 2, 0, "-", "atom_diag"]], "triqs.atom_diag.atom_diag": [[601, 0, 1, "", "AtomDiagComplex"], [622, 0, 1, "", "AtomDiagReal"], [643, 3, 1, "", "act"], [644, 3, 1, "", "atomic_density_matrix"], [645, 3, 1, "", "atomic_g_iw"], [646, 3, 1, "", "atomic_g_l"], [647, 3, 1, "", "atomic_g_tau"], [648, 3, 1, "", "atomic_g_w"], [649, 3, 1, "", "partition_function"], [650, 3, 1, "", "quantum_number_eigenvalues"], [651, 3, 1, "", "quantum_number_eigenvalues_checked"], [652, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[602, 1, 1, "", "__init__"], [603, 1, 1, "", "c_connection"], [604, 1, 1, "", "c_matrix"], [605, 1, 1, "", "cdag_connection"], [606, 1, 1, "", "cdag_matrix"], [607, 4, 1, "", "energies"], [608, 1, 1, "", "flatten_subspace_index"], [609, 4, 1, "", "fock_states"], [610, 4, 1, "", "fops"], [611, 4, 1, "", "full_hilbert_space_dim"], [612, 1, 1, "", "get_eigenvalue"], [613, 1, 1, "", "get_subspace_dim"], [614, 1, 1, "", "get_subspace_dims"], [615, 4, 1, "", "gs_energy"], [616, 4, 1, "", "h_atomic"], [617, 4, 1, "", "n_subspaces"], [618, 4, 1, "", "quantum_numbers"], [619, 4, 1, "", "unitary_matrices"], [620, 4, 1, "", "vacuum_state"], [621, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[623, 1, 1, "", "__init__"], [624, 1, 1, "", "c_connection"], [625, 1, 1, "", "c_matrix"], [626, 1, 1, "", "cdag_connection"], [627, 1, 1, "", "cdag_matrix"], [628, 4, 1, "", "energies"], [629, 1, 1, "", "flatten_subspace_index"], [630, 4, 1, "", "fock_states"], [631, 4, 1, "", "fops"], [632, 4, 1, "", "full_hilbert_space_dim"], [633, 1, 1, "", "get_eigenvalue"], [634, 1, 1, "", "get_subspace_dim"], [635, 1, 1, "", "get_subspace_dims"], [636, 4, 1, "", "gs_energy"], [637, 4, 1, "", "h_atomic"], [638, 4, 1, "", "n_subspaces"], [639, 4, 1, "", "quantum_numbers"], [640, 4, 1, "", "unitary_matrices"], [641, 4, 1, "", "vacuum_state"], [642, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[654, 2, 0, "-", "dos"], [569, 3, 1, "", "dos_from_file"], [664, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[655, 0, 1, "", "DOS"], [659, 0, 1, "", "DOSFromFunction"], [663, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[656, 1, 1, "", "__init__"], [657, 1, 1, "", "copy"], [658, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[660, 1, 1, "", "__init__"], [661, 1, 1, "", "copy"], [662, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[665, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[666, 1, 1, "", "__init__"]], "triqs.fit": [[668, 2, 0, "-", "fit"]], "triqs.fit.fit": [[669, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[670, 1, 1, "", "__init__"]], "triqs.gf": [[672, 2, 0, "-", "backwd_compat"], [868, 2, 0, "-", "block2_gf"], [883, 2, 0, "-", "block_gf"], [908, 2, 0, "-", "descriptor_base"], [925, 2, 0, "-", "descriptors"], [944, 2, 0, "-", "dlr_crm_dyson_solver"], [946, 2, 0, "-", "gf"], [995, 2, 0, "-", "gf_factories"], [1005, 2, 0, "-", "gf_fnt"], [1023, 2, 0, "-", "lazy_expressions"], [1038, 2, 0, "-", "map_block"], [1039, 2, 0, "-", "matsubara_freq"], [1046, 2, 0, "-", "mesh_point"], [1053, 2, 0, "-", "mesh_product"], [1063, 2, 0, "-", "meshes"], [1192, 2, 0, "-", "plot"], [1221, 2, 0, "-", "tools"], [1233, 2, 0, "-", "wrapped_aux"]], "triqs.gf.backwd_compat": [[673, 2, 0, "-", "gf_imfreq"], [712, 2, 0, "-", "gf_imtime"], [751, 2, 0, "-", "gf_legendre"], [790, 2, 0, "-", "gf_refreq"], [829, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[674, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[675, 1, 1, "", "__init__"], [676, 1, 1, "", "conjugate"], [677, 1, 1, "", "copy"], [678, 1, 1, "", "copy_from"], [679, 5, 1, "", "data"], [680, 1, 1, "", "density"], [681, 1, 1, "", "enforce_discontinuity"], [682, 1, 1, "", "fit_hermitian_tail"], [683, 1, 1, "", "fit_hermitian_tail_on_window"], [684, 1, 1, "", "fit_tail"], [685, 1, 1, "", "fit_tail_on_window"], [686, 1, 1, "", "from_L_G_R"], [687, 5, 1, "", "imag"], [688, 5, 1, "", "indices"], [689, 1, 1, "", "inverse"], [690, 1, 1, "", "invert"], [691, 1, 1, "", "is_gf_hermitian"], [692, 1, 1, "", "is_gf_real_in_tau"], [693, 5, 1, "", "mesh"], [694, 5, 1, "", "rank"], [695, 5, 1, "", "real"], [696, 1, 1, "", "rebinning_tau"], [697, 1, 1, "", "replace_by_tail"], [698, 1, 1, "", "replace_by_tail_in_fit_window"], [699, 1, 1, "", "set_from_fourier"], [700, 1, 1, "", "set_from_imfreq"], [701, 1, 1, "", "set_from_imtime"], [702, 1, 1, "", "set_from_legendre"], [703, 1, 1, "", "set_from_pade"], [704, 5, 1, "", "target_indices"], [705, 5, 1, "", "target_rank"], [706, 5, 1, "", "target_shape"], [707, 1, 1, "", "tau_L2_norm"], [708, 1, 1, "", "total_density"], [709, 1, 1, "", "transpose"], [710, 1, 1, "", "x_data_view"], [711, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[713, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[714, 1, 1, "", "__init__"], [715, 1, 1, "", "conjugate"], [716, 1, 1, "", "copy"], [717, 1, 1, "", "copy_from"], [718, 5, 1, "", "data"], [719, 1, 1, "", "density"], [720, 1, 1, "", "enforce_discontinuity"], [721, 1, 1, "", "fit_hermitian_tail"], [722, 1, 1, "", "fit_hermitian_tail_on_window"], [723, 1, 1, "", "fit_tail"], [724, 1, 1, "", "fit_tail_on_window"], [725, 1, 1, "", "from_L_G_R"], [726, 5, 1, "", "imag"], [727, 5, 1, "", "indices"], [728, 1, 1, "", "inverse"], [729, 1, 1, "", "invert"], [730, 1, 1, "", "is_gf_hermitian"], [731, 1, 1, "", "is_gf_real_in_tau"], [732, 5, 1, "", "mesh"], [733, 5, 1, "", "rank"], [734, 5, 1, "", "real"], [735, 1, 1, "", "rebinning_tau"], [736, 1, 1, "", "replace_by_tail"], [737, 1, 1, "", "replace_by_tail_in_fit_window"], [738, 1, 1, "", "set_from_fourier"], [739, 1, 1, "", "set_from_imfreq"], [740, 1, 1, "", "set_from_imtime"], [741, 1, 1, "", "set_from_legendre"], [742, 1, 1, "", "set_from_pade"], [743, 5, 1, "", "target_indices"], [744, 5, 1, "", "target_rank"], [745, 5, 1, "", "target_shape"], [746, 1, 1, "", "tau_L2_norm"], [747, 1, 1, "", "total_density"], [748, 1, 1, "", "transpose"], [749, 1, 1, "", "x_data_view"], [750, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[752, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[753, 1, 1, "", "__init__"], [754, 1, 1, "", "conjugate"], [755, 1, 1, "", "copy"], [756, 1, 1, "", "copy_from"], [757, 5, 1, "", "data"], [758, 1, 1, "", "density"], [759, 1, 1, "", "enforce_discontinuity"], [760, 1, 1, "", "fit_hermitian_tail"], [761, 1, 1, "", "fit_hermitian_tail_on_window"], [762, 1, 1, "", "fit_tail"], [763, 1, 1, "", "fit_tail_on_window"], [764, 1, 1, "", "from_L_G_R"], [765, 5, 1, "", "imag"], [766, 5, 1, "", "indices"], [767, 1, 1, "", "inverse"], [768, 1, 1, "", "invert"], [769, 1, 1, "", "is_gf_hermitian"], [770, 1, 1, "", "is_gf_real_in_tau"], [771, 5, 1, "", "mesh"], [772, 5, 1, "", "rank"], [773, 5, 1, "", "real"], [774, 1, 1, "", "rebinning_tau"], [775, 1, 1, "", "replace_by_tail"], [776, 1, 1, "", "replace_by_tail_in_fit_window"], [777, 1, 1, "", "set_from_fourier"], [778, 1, 1, "", "set_from_imfreq"], [779, 1, 1, "", "set_from_imtime"], [780, 1, 1, "", "set_from_legendre"], [781, 1, 1, "", "set_from_pade"], [782, 5, 1, "", "target_indices"], [783, 5, 1, "", "target_rank"], [784, 5, 1, "", "target_shape"], [785, 1, 1, "", "tau_L2_norm"], [786, 1, 1, "", "total_density"], [787, 1, 1, "", "transpose"], [788, 1, 1, "", "x_data_view"], [789, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[791, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[792, 1, 1, "", "__init__"], [793, 1, 1, "", "conjugate"], [794, 1, 1, "", "copy"], [795, 1, 1, "", "copy_from"], [796, 5, 1, "", "data"], [797, 1, 1, "", "density"], [798, 1, 1, "", "enforce_discontinuity"], [799, 1, 1, "", "fit_hermitian_tail"], [800, 1, 1, "", "fit_hermitian_tail_on_window"], [801, 1, 1, "", "fit_tail"], [802, 1, 1, "", "fit_tail_on_window"], [803, 1, 1, "", "from_L_G_R"], [804, 5, 1, "", "imag"], [805, 5, 1, "", "indices"], [806, 1, 1, "", "inverse"], [807, 1, 1, "", "invert"], [808, 1, 1, "", "is_gf_hermitian"], [809, 1, 1, "", "is_gf_real_in_tau"], [810, 5, 1, "", "mesh"], [811, 5, 1, "", "rank"], [812, 5, 1, "", "real"], [813, 1, 1, "", "rebinning_tau"], [814, 1, 1, "", "replace_by_tail"], [815, 1, 1, "", "replace_by_tail_in_fit_window"], [816, 1, 1, "", "set_from_fourier"], [817, 1, 1, "", "set_from_imfreq"], [818, 1, 1, "", "set_from_imtime"], [819, 1, 1, "", "set_from_legendre"], [820, 1, 1, "", "set_from_pade"], [821, 5, 1, "", "target_indices"], [822, 5, 1, "", "target_rank"], [823, 5, 1, "", "target_shape"], [824, 1, 1, "", "tau_L2_norm"], [825, 1, 1, "", "total_density"], [826, 1, 1, "", "transpose"], [827, 1, 1, "", "x_data_view"], [828, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[830, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[831, 1, 1, "", "__init__"], [832, 1, 1, "", "conjugate"], [833, 1, 1, "", "copy"], [834, 1, 1, "", "copy_from"], [835, 5, 1, "", "data"], [836, 1, 1, "", "density"], [837, 1, 1, "", "enforce_discontinuity"], [838, 1, 1, "", "fit_hermitian_tail"], [839, 1, 1, "", "fit_hermitian_tail_on_window"], [840, 1, 1, "", "fit_tail"], [841, 1, 1, "", "fit_tail_on_window"], [842, 1, 1, "", "from_L_G_R"], [843, 5, 1, "", "imag"], [844, 5, 1, "", "indices"], [845, 1, 1, "", "inverse"], [846, 1, 1, "", "invert"], [847, 1, 1, "", "is_gf_hermitian"], [848, 1, 1, "", "is_gf_real_in_tau"], [849, 5, 1, "", "mesh"], [850, 5, 1, "", "rank"], [851, 5, 1, "", "real"], [852, 1, 1, "", "rebinning_tau"], [853, 1, 1, "", "replace_by_tail"], [854, 1, 1, "", "replace_by_tail_in_fit_window"], [855, 1, 1, "", "set_from_fourier"], [856, 1, 1, "", "set_from_imfreq"], [857, 1, 1, "", "set_from_imtime"], [858, 1, 1, "", "set_from_legendre"], [859, 1, 1, "", "set_from_pade"], [860, 5, 1, "", "target_indices"], [861, 5, 1, "", "target_rank"], [862, 5, 1, "", "target_shape"], [863, 1, 1, "", "tau_L2_norm"], [864, 1, 1, "", "total_density"], [865, 1, 1, "", "transpose"], [866, 1, 1, "", "x_data_view"], [867, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[869, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[870, 1, 1, "", "__init__"], [871, 5, 1, "", "all_indices"], [872, 1, 1, "", "copy"], [873, 1, 1, "", "copy_from"], [874, 1, 1, "", "copy_selected_blocks"], [875, 5, 1, "", "imag"], [876, 5, 1, "", "indices"], [877, 5, 1, "", "indices1"], [878, 5, 1, "", "indices2"], [879, 5, 1, "", "n_blocks"], [880, 5, 1, "", "real"], [881, 1, 1, "", "view_selected_blocks"], [882, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[884, 0, 1, "", "BlockGf"], [906, 3, 1, "", "call_factory_from_dict"], [907, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[885, 1, 1, "", "__init__"], [886, 5, 1, "", "all_indices"], [887, 5, 1, "", "beta"], [888, 1, 1, "", "conjugate"], [889, 1, 1, "", "copy"], [890, 1, 1, "", "copy_from"], [891, 1, 1, "", "copy_selected_blocks"], [892, 1, 1, "", "density"], [893, 5, 1, "", "imag"], [894, 5, 1, "", "indices"], [895, 1, 1, "", "inverse"], [896, 1, 1, "", "invert"], [897, 1, 1, "", "load"], [898, 5, 1, "", "mesh"], [899, 5, 1, "", "n_blocks"], [900, 5, 1, "", "real"], [901, 1, 1, "", "save"], [902, 1, 1, "", "total_density"], [903, 1, 1, "", "transpose"], [904, 1, 1, "", "view_selected_blocks"], [905, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[909, 0, 1, "", "Base"], [911, 0, 1, "", "BaseBlock"], [914, 0, 1, "", "Const"], [916, 0, 1, "", "Function"], [918, 0, 1, "", "LazyCTX"], [920, 0, 1, "", "Omega_"], [922, 3, 1, "", "convert_scalar_to_const"], [923, 3, 1, "", "is_lazy"], [924, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[910, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[912, 1, 1, "", "__init__"], [913, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[915, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[917, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[919, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[921, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[926, 0, 1, "", "Flat"], [928, 0, 1, "", "Fourier"], [931, 0, 1, "", "LegendreToMatsubara"], [934, 0, 1, "", "MatsubaraToLegendre"], [560, 0, 1, "", "Omega"], [937, 0, 1, "", "OneFermionInTime"], [939, 0, 1, "", "SemiCircular"], [941, 4, 1, "", "Wilson"], [943, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[927, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[929, 1, 1, "", "__init__"], [930, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[932, 1, 1, "", "__init__"], [933, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[935, 1, 1, "", "__init__"], [936, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[938, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[940, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[942, 1, 1, "", "__init__"]], "triqs.gf.dlr_crm_dyson_solver": [[945, 3, 1, "", "minimize_dyson"]], "triqs.gf.gf": [[947, 0, 1, "", "AddMethod"], [950, 0, 1, "", "CallProxyNone"], [952, 0, 1, "", "Gf"], [990, 0, 1, "", "Idx"], [992, 3, 1, "", "add_method_helper"], [993, 3, 1, "", "bckwd"], [994, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[948, 1, 1, "", "__init__"], [949, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[951, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[953, 1, 1, "", "__init__"], [954, 1, 1, "", "conjugate"], [955, 1, 1, "", "copy"], [956, 1, 1, "", "copy_from"], [957, 5, 1, "", "data"], [958, 1, 1, "", "density"], [959, 1, 1, "", "enforce_discontinuity"], [960, 1, 1, "", "fit_hermitian_tail"], [961, 1, 1, "", "fit_hermitian_tail_on_window"], [962, 1, 1, "", "fit_tail"], [963, 1, 1, "", "fit_tail_on_window"], [964, 1, 1, "", "from_L_G_R"], [965, 5, 1, "", "imag"], [966, 5, 1, "", "indices"], [967, 1, 1, "", "inverse"], [968, 1, 1, "", "invert"], [969, 1, 1, "", "is_gf_hermitian"], [970, 1, 1, "", "is_gf_real_in_tau"], [971, 5, 1, "", "mesh"], [972, 5, 1, "", "rank"], [973, 5, 1, "", "real"], [974, 1, 1, "", "rebinning_tau"], [975, 1, 1, "", "replace_by_tail"], [976, 1, 1, "", "replace_by_tail_in_fit_window"], [977, 1, 1, "", "set_from_fourier"], [978, 1, 1, "", "set_from_imfreq"], [979, 1, 1, "", "set_from_imtime"], [980, 1, 1, "", "set_from_legendre"], [981, 1, 1, "", "set_from_pade"], [982, 5, 1, "", "target_indices"], [983, 5, 1, "", "target_rank"], [984, 5, 1, "", "target_shape"], [985, 1, 1, "", "tau_L2_norm"], [986, 1, 1, "", "total_density"], [987, 1, 1, "", "transpose"], [988, 1, 1, "", "x_data_view"], [989, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[991, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[996, 3, 1, "", "fit_gf_dlr"], [997, 3, 1, "", "make_gf_dlr"], [998, 3, 1, "", "make_gf_dlr_imfreq"], [999, 3, 1, "", "make_gf_dlr_imtime"], [1000, 3, 1, "", "make_gf_from_fourier"], [1001, 3, 1, "", "make_gf_imfreq"], [1002, 3, 1, "", "make_gf_imtime"], [1003, 3, 1, "", "make_hermitian"], [1004, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[1006, 3, 1, "", "density"], [1007, 3, 1, "", "enforce_discontinuity"], [1008, 3, 1, "", "fit_hermitian_tail"], [1009, 3, 1, "", "fit_hermitian_tail_on_window"], [1010, 3, 1, "", "fit_tail"], [1011, 3, 1, "", "fit_tail_on_window"], [1012, 3, 1, "", "is_gf_hermitian"], [1013, 3, 1, "", "is_gf_real_in_tau"], [1014, 3, 1, "", "rebinning_tau"], [1015, 3, 1, "", "replace_by_tail"], [1016, 3, 1, "", "replace_by_tail_in_fit_window"], [1017, 3, 1, "", "set_from_fourier"], [1018, 3, 1, "", "set_from_imfreq"], [1019, 3, 1, "", "set_from_imtime"], [1020, 3, 1, "", "set_from_legendre"], [1021, 3, 1, "", "set_from_pade"], [1022, 3, 1, "", "tau_L2_norm"]], "triqs.gf.lazy_expressions": [[1024, 0, 1, "", "LazyExpr"], [1030, 0, 1, "", "LazyExprTerminal"], [1032, 3, 1, "", "all_terminals"], [1033, 3, 1, "", "eval_expr"], [1034, 3, 1, "", "eval_expr_with_context"], [1035, 3, 1, "", "lazy_function"], [1036, 3, 1, "", "make_lazy"], [1037, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[1025, 1, 1, "", "__init__"], [1026, 1, 1, "", "copy"], [1027, 1, 1, "", "get_terminal"], [1028, 1, 1, "", "is_terminal"], [1029, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1031, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[1040, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1041, 1, 1, "", "__init__"], [1040, 4, 1, "", "beta"], [1042, 5, 1, "", "imag"], [1043, 5, 1, "", "index"], [1040, 4, 1, "", "n"], [1044, 5, 1, "", "real"], [1040, 4, 1, "", "statistic"], [1045, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[1047, 0, 1, "", "MeshPoint"], [1051, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[1048, 1, 1, "", "__init__"], [1049, 5, 1, "", "imag"], [1050, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1052, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[1054, 0, 1, "", "MeshProduct"], [1062, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[1055, 1, 1, "", "__init__"], [1056, 5, 1, "", "components"], [1057, 1, 1, "", "copy"], [1058, 1, 1, "", "copy_from"], [1059, 5, 1, "", "rank"], [1060, 1, 1, "", "size_of_components"], [1061, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[1064, 0, 1, "", "MeshBrZone"], [1077, 0, 1, "", "MeshCycLat"], [1089, 0, 1, "", "MeshDLR"], [1103, 0, 1, "", "MeshDLRImFreq"], [1117, 0, 1, "", "MeshDLRImTime"], [1131, 0, 1, "", "MeshImFreq"], [1147, 0, 1, "", "MeshImTime"], [1158, 0, 1, "", "MeshLegendre"], [1167, 0, 1, "", "MeshReFreq"], [1179, 0, 1, "", "MeshReTime"], [1191, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[1065, 1, 1, "", "__init__"], [1066, 4, 1, "", "bz"], [1067, 1, 1, "", "closest_index"], [1068, 1, 1, "", "copy"], [1069, 1, 1, "", "copy_from"], [1070, 4, 1, "", "dims"], [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.MeshCycLat": [[1078, 1, 1, "", "__init__"], [1079, 1, 1, "", "copy"], [1080, 1, 1, "", "copy_from"], [1081, 4, 1, "", "dims"], [1082, 4, 1, "", "lattice"], [1083, 4, 1, "", "mesh_hash"], [1084, 1, 1, "", "to_data_index"], [1085, 1, 1, "", "to_index"], [1086, 1, 1, "", "to_value"], [1087, 4, 1, "", "units"], [1088, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[1090, 1, 1, "", "__init__"], [1091, 4, 1, "", "beta"], [1092, 1, 1, "", "copy"], [1093, 1, 1, "", "copy_from"], [1094, 4, 1, "", "eps"], [1095, 4, 1, "", "mesh_hash"], [1096, 4, 1, "", "statistic"], [1097, 4, 1, "", "symmetrize"], [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.MeshDLRImFreq": [[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, 4, 1, "", "symmetrize"], [1112, 1, 1, "", "to_data_index"], [1113, 1, 1, "", "to_index"], [1114, 1, 1, "", "to_value"], [1115, 1, 1, "", "values"], [1116, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[1118, 1, 1, "", "__init__"], [1119, 4, 1, "", "beta"], [1120, 1, 1, "", "copy"], [1121, 1, 1, "", "copy_from"], [1122, 4, 1, "", "eps"], [1123, 4, 1, "", "mesh_hash"], [1124, 4, 1, "", "statistic"], [1125, 4, 1, "", "symmetrize"], [1126, 1, 1, "", "to_data_index"], [1127, 1, 1, "", "to_index"], [1128, 1, 1, "", "to_value"], [1129, 1, 1, "", "values"], [1130, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1132, 1, 1, "", "__init__"], [1133, 4, 1, "", "beta"], [1134, 1, 1, "", "copy"], [1135, 1, 1, "", "copy_from"], [1136, 1, 1, "", "first_index"], [1137, 1, 1, "", "last_index"], [1138, 4, 1, "", "mesh_hash"], [1139, 4, 1, "", "n_iw"], [1140, 1, 1, "", "positive_only"], [1141, 1, 1, "", "set_tail_fit_parameters"], [1142, 4, 1, "", "statistic"], [1143, 1, 1, "", "to_data_index"], [1144, 1, 1, "", "to_index"], [1145, 1, 1, "", "to_value"], [1146, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1148, 1, 1, "", "__init__"], [1149, 4, 1, "", "beta"], [1150, 1, 1, "", "copy"], [1151, 1, 1, "", "copy_from"], [1152, 4, 1, "", "mesh_hash"], [1153, 4, 1, "", "statistic"], [1154, 1, 1, "", "to_data_index"], [1155, 1, 1, "", "to_index"], [1156, 1, 1, "", "to_value"], [1157, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1159, 1, 1, "", "__init__"], [1160, 4, 1, "", "beta"], [1161, 1, 1, "", "copy"], [1162, 1, 1, "", "copy_from"], [1163, 4, 1, "", "mesh_hash"], [1164, 4, 1, "", "statistic"], [1165, 1, 1, "", "to_data_index"], [1166, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1168, 1, 1, "", "__init__"], [1169, 1, 1, "", "copy"], [1170, 1, 1, "", "copy_from"], [1171, 4, 1, "", "delta"], [1172, 4, 1, "", "mesh_hash"], [1173, 1, 1, "", "to_data_index"], [1174, 1, 1, "", "to_index"], [1175, 1, 1, "", "to_value"], [1176, 1, 1, "", "values"], [1177, 4, 1, "", "w_max"], [1178, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1180, 1, 1, "", "__init__"], [1181, 1, 1, "", "copy"], [1182, 1, 1, "", "copy_from"], [1183, 4, 1, "", "delta"], [1184, 4, 1, "", "mesh_hash"], [1185, 4, 1, "", "t_max"], [1186, 4, 1, "", "t_min"], [1187, 1, 1, "", "to_data_index"], [1188, 1, 1, "", "to_index"], [1189, 1, 1, "", "to_value"], [1190, 1, 1, "", "values"]], "triqs.gf.plot": [[1193, 2, 0, "-", "bz"], [1201, 2, 0, "-", "bz_x_x"], [1204, 3, 1, "", "dispatcher"], [1205, 2, 0, "-", "one_var"], [1213, 2, 0, "-", "plot_base"], [1215, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1194, 3, 1, "", "dist"], [1195, 3, 1, "", "generate_points"], [1196, 3, 1, "", "generate_points_on_path"], [1197, 3, 1, "", "length"], [1198, 3, 1, "", "make_plottable"], [1199, 3, 1, "", "plot"], [1200, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1202, 3, 1, "", "plot"], [1203, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1206, 3, 1, "", "dlr_imfreq"], [1207, 3, 1, "", "dlr_imtime"], [1208, 3, 1, "", "imfreq"], [1209, 3, 1, "", "imtime"], [1210, 3, 1, "", "legendre"], [1211, 3, 1, "", "refreq"], [1212, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1214, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1216, 3, 1, "", "closest_point_in_line"], [1217, 3, 1, "", "closest_to"], [1218, 3, 1, "", "dist"], [1219, 3, 1, "", "pick_selection_vec"], [1220, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1222, 3, 1, "", "conjugate"], [1223, 3, 1, "", "delta"], [1224, 3, 1, "", "discretize_bath"], [1225, 3, 1, "", "dyson"], [1226, 3, 1, "", "fit_legendre"], [1227, 3, 1, "", "inverse"], [1228, 3, 1, "", "make_delta"], [1229, 3, 1, "", "make_zero_tail"], [1230, 3, 1, "", "read_gf_from_txt"], [1231, 3, 1, "", "transpose"], [1232, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1234, 0, 1, "", "CallProxyBrZone_0"], [1236, 0, 1, "", "CallProxyBrZone_1"], [1238, 0, 1, "", "CallProxyBrZone_2"], [1240, 0, 1, "", "CallProxyBrZone_3"], [1242, 0, 1, "", "CallProxyBrZone_4"], [1244, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1246, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1248, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1250, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1252, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1254, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1256, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1258, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1260, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1262, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1264, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1266, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1268, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1270, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1272, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1274, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1276, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1278, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1280, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1282, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1284, 0, 1, "", "CallProxyBrZone_x_Legendre_0"], [1286, 0, 1, "", "CallProxyBrZone_x_Legendre_1"], [1288, 0, 1, "", "CallProxyBrZone_x_Legendre_2"], [1290, 0, 1, "", "CallProxyBrZone_x_Legendre_3"], [1292, 0, 1, "", "CallProxyBrZone_x_Legendre_4"], [1294, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1296, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1298, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1300, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1302, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1304, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1306, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1308, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1310, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1312, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1314, 0, 1, "", "CallProxyCycLat_0"], [1316, 0, 1, "", "CallProxyCycLat_1"], [1318, 0, 1, "", "CallProxyCycLat_2"], [1320, 0, 1, "", "CallProxyCycLat_3"], [1322, 0, 1, "", "CallProxyCycLat_4"], [1324, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1326, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1328, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1330, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1332, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1334, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1336, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1338, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1340, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1342, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1344, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1346, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1348, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1350, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1352, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1354, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1356, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1358, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1360, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1362, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1364, 0, 1, "", "CallProxyCycLat_x_Legendre_0"], [1366, 0, 1, "", "CallProxyCycLat_x_Legendre_1"], [1368, 0, 1, "", "CallProxyCycLat_x_Legendre_2"], [1370, 0, 1, "", "CallProxyCycLat_x_Legendre_3"], [1372, 0, 1, "", "CallProxyCycLat_x_Legendre_4"], [1374, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1376, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1378, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1380, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1382, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1384, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1386, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1388, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1390, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1392, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1394, 0, 1, "", "CallProxyDLR_0"], [1396, 0, 1, "", "CallProxyDLR_1"], [1398, 0, 1, "", "CallProxyDLR_2"], [1400, 0, 1, "", "CallProxyDLR_3"], [1402, 0, 1, "", "CallProxyDLR_4"], [1404, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1406, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1408, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1410, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1412, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1414, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1416, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1418, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1420, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1422, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1424, 0, 1, "", "CallProxyImFreq_0"], [1426, 0, 1, "", "CallProxyImFreq_1"], [1428, 0, 1, "", "CallProxyImFreq_2"], [1430, 0, 1, "", "CallProxyImFreq_3"], [1432, 0, 1, "", "CallProxyImFreq_4"], [1434, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1436, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1438, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1440, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1442, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1444, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1446, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1448, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1450, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1452, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1454, 0, 1, "", "CallProxyImTime_0"], [1456, 0, 1, "", "CallProxyImTime_0_R"], [1458, 0, 1, "", "CallProxyImTime_1"], [1460, 0, 1, "", "CallProxyImTime_1_R"], [1462, 0, 1, "", "CallProxyImTime_2"], [1464, 0, 1, "", "CallProxyImTime_2_R"], [1466, 0, 1, "", "CallProxyImTime_3"], [1468, 0, 1, "", "CallProxyImTime_3_R"], [1470, 0, 1, "", "CallProxyImTime_4"], [1472, 0, 1, "", "CallProxyImTime_4_R"], [1474, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1476, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1478, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1480, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1482, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1484, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1486, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1488, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1490, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1492, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1494, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1496, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1498, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1500, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1502, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1504, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1506, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1508, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1510, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1512, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1514, 0, 1, "", "CallProxyLegendre_0"], [1516, 0, 1, "", "CallProxyLegendre_1"], [1518, 0, 1, "", "CallProxyLegendre_2"], [1520, 0, 1, "", "CallProxyLegendre_3"], [1522, 0, 1, "", "CallProxyLegendre_4"], [1524, 0, 1, "", "CallProxyLegendre_x_BrZone_0"], [1526, 0, 1, "", "CallProxyLegendre_x_BrZone_1"], [1528, 0, 1, "", "CallProxyLegendre_x_BrZone_2"], [1530, 0, 1, "", "CallProxyLegendre_x_BrZone_3"], [1532, 0, 1, "", "CallProxyLegendre_x_BrZone_4"], [1534, 0, 1, "", "CallProxyLegendre_x_CycLat_0"], [1536, 0, 1, "", "CallProxyLegendre_x_CycLat_1"], [1538, 0, 1, "", "CallProxyLegendre_x_CycLat_2"], [1540, 0, 1, "", "CallProxyLegendre_x_CycLat_3"], [1542, 0, 1, "", "CallProxyLegendre_x_CycLat_4"], [1544, 0, 1, "", "CallProxyReFreq_0"], [1546, 0, 1, "", "CallProxyReFreq_1"], [1548, 0, 1, "", "CallProxyReFreq_2"], [1550, 0, 1, "", "CallProxyReFreq_3"], [1552, 0, 1, "", "CallProxyReFreq_4"], [1554, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1556, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1558, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1560, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1562, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1564, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1566, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1568, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1570, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1572, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1574, 0, 1, "", "CallProxyReTime_0"], [1576, 0, 1, "", "CallProxyReTime_1"], [1578, 0, 1, "", "CallProxyReTime_2"], [1580, 0, 1, "", "CallProxyReTime_3"], [1582, 0, 1, "", "CallProxyReTime_4"], [1584, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1586, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1588, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1590, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1592, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1594, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1596, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1598, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1600, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1602, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1604, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1235, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1237, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1239, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1241, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1243, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1245, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1247, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1249, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1251, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1253, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1255, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1257, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1259, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1261, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1263, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1265, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1267, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1269, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1271, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1273, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1275, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1277, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1279, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1281, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1283, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1285, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1287, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1289, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1291, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1293, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1295, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1297, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1299, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1301, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1303, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1305, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1307, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1309, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1311, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1313, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1315, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1317, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1319, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1321, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1323, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1325, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1327, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1329, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1331, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1333, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1335, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1337, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1339, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1341, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1343, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1345, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1347, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1349, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1351, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1353, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1355, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1357, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1359, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1361, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1363, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1365, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1367, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1369, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1371, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1373, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1375, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1377, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1379, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1381, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1383, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1385, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1387, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1389, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1391, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1393, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1395, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1397, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1399, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1401, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1403, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1405, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1407, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1409, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1411, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1413, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1415, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1417, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1419, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1421, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1423, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1425, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1427, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1429, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1431, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1433, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1435, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1437, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1439, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1441, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1443, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1445, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1447, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1449, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1451, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1453, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1455, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1457, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1459, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1461, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1463, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1465, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1467, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1469, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1471, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1473, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1475, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1477, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1479, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1481, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1483, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1485, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1487, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1489, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1491, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1493, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1495, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1497, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1499, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1501, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1503, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1505, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1507, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1509, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1511, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1513, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1515, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1517, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1519, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1521, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1523, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1525, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1527, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1529, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1531, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1533, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1535, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1537, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1539, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1541, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1543, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1545, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1547, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1549, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1551, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1553, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1555, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1557, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1559, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1561, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1563, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1565, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1567, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1569, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1571, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1573, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1575, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1577, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1579, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1581, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1583, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1585, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1587, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1589, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1591, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1593, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1595, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1597, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1599, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1601, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1603, 1, 1, "", "__init__"]], "triqs.lattice": [[1606, 2, 0, "-", "bz_patch"], [1610, 2, 0, "-", "lattice_tools"], [1634, 2, 0, "-", "point"], [1638, 2, 0, "-", "super_lattice"], [1658, 2, 0, "-", "tight_binding"], [1674, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1607, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1608, 1, 1, "", "__init__"], [1609, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1611, 0, 1, "", "BravaisLattice"], [1619, 0, 1, "", "BrillouinZone"], [1624, 0, 1, "", "TightBinding"], [1632, 3, 1, "", "dos"], [1633, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1612, 1, 1, "", "__init__"], [1613, 1, 1, "", "lattice_to_real_coordinates"], [1614, 4, 1, "", "n_orbitals"], [1615, 4, 1, "", "ndim"], [1616, 4, 1, "", "orbital_names"], [1617, 4, 1, "", "orbital_positions"], [1618, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1620, 1, 1, "", "__init__"], [1621, 4, 1, "", "lattice"], [1622, 4, 1, "", "ndim"], [1623, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1625, 1, 1, "", "__init__"], [1626, 1, 1, "", "dispersion"], [1627, 4, 1, "", "displ_vec"], [1628, 1, 1, "", "fourier"], [1629, 4, 1, "", "lattice"], [1630, 1, 1, "", "lattice_to_real_coordinates"], [1631, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1635, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1636, 1, 1, "", "__init__"], [1635, 4, 1, "", "index"], [1635, 4, 1, "", "lattice"], [1637, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1639, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1640, 1, 1, "", "__init__"], [1641, 1, 1, "", "change_coordinates_L_to_SL"], [1642, 1, 1, "", "change_coordinates_SL_to_L"], [1643, 1, 1, "", "cluster_sites"], [1644, 1, 1, "", "dispersion"], [1645, 1, 1, "", "fold"], [1646, 1, 1, "", "fourier"], [1647, 1, 1, "", "get_kmesh"], [1648, 1, 1, "", "get_rmesh"], [1649, 5, 1, "", "hoppings"], [1650, 1, 1, "", "lattice_to_real_coordinates"], [1651, 5, 1, "", "n_orbitals"], [1652, 5, 1, "", "ndim"], [1653, 5, 1, "", "orbital_names"], [1654, 5, 1, "", "orbital_positions"], [1655, 1, 1, "", "pack_index_site_orbital"], [1656, 5, 1, "", "units"], [1657, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1659, 0, 1, "", "TBLattice"], [1672, 3, 1, "", "dos"], [1673, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1660, 1, 1, "", "__init__"], [1659, 4, 1, "", "bl"], [1659, 4, 1, "", "bz"], [1661, 1, 1, "", "dispersion"], [1662, 1, 1, "", "fourier"], [1663, 1, 1, "", "get_kmesh"], [1664, 1, 1, "", "get_rmesh"], [1665, 5, 1, "", "hoppings"], [1666, 1, 1, "", "lattice_to_real_coordinates"], [1667, 5, 1, "", "n_orbitals"], [1668, 5, 1, "", "ndim"], [1669, 5, 1, "", "orbital_names"], [1670, 5, 1, "", "orbital_positions"], [1659, 4, 1, "", "tb"], [1671, 5, 1, "", "units"]], "triqs.lattice.utils": [[1675, 3, 1, "", "TB_from_pythTB"], [1676, 3, 1, "", "TB_from_wannier90"], [1677, 3, 1, "", "TB_to_sympy"], [1678, 3, 1, "", "extend_wannier90_to_spin"], [1679, 3, 1, "", "k_space_path"], [1680, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1681, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1683, 2, 0, "-", "operators"], [1694, 2, 0, "-", "util"]], "triqs.operators.operators": [[1684, 0, 1, "", "Operator"], [1689, 3, 1, "", "c"], [1690, 3, 1, "", "c_dag"], [1691, 3, 1, "", "dagger"], [1692, 3, 1, "", "is_op_hermitian"], [1693, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1685, 1, 1, "", "__init__"], [1686, 4, 1, "", "imag"], [1687, 1, 1, "", "is_zero"], [1688, 4, 1, "", "real"]], "triqs.operators.util": [[1695, 2, 0, "-", "U_matrix"], [1710, 2, 0, "-", "extractors"], [1719, 2, 0, "-", "hamiltonians"], [1726, 2, 0, "-", "observables"], [1734, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1696, 3, 1, "", "U_J_to_radial_integrals"], [1697, 3, 1, "", "U_matrix_kanamori"], [1698, 3, 1, "", "U_matrix_slater"], [1699, 3, 1, "", "angular_matrix_element"], [1700, 3, 1, "", "clebsch_gordan"], [1701, 3, 1, "", "cubic_names"], [1702, 3, 1, "", "eg_submatrix"], [1703, 3, 1, "", "radial_integrals_to_U_J"], [1704, 3, 1, "", "reduce_4index_to_2index"], [1705, 3, 1, "", "spherical_to_cubic"], [1706, 3, 1, "", "subarray"], [1707, 3, 1, "", "t2g_submatrix"], [1708, 3, 1, "", "three_j_symbol"], [1709, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1711, 3, 1, "", "block_matrix_from_op"], [1712, 3, 1, "", "dict_to_matrix"], [1713, 3, 1, "", "extract_U_dict2"], [1714, 3, 1, "", "extract_U_dict4"], [1715, 3, 1, "", "extract_h_dict"], [1716, 3, 1, "", "op_from_block_matrix"], [1717, 3, 1, "", "quadratic_terms"], [1718, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1720, 3, 1, "", "backward_compat"], [1721, 3, 1, "", "diagonal_part"], [1722, 3, 1, "", "h_int_density"], [1723, 3, 1, "", "h_int_kanamori"], [1724, 3, 1, "", "h_int_slater"], [1725, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1727, 3, 1, "", "L2_op"], [1728, 3, 1, "", "LS_op"], [1729, 3, 1, "", "L_op"], [1730, 3, 1, "", "N_op"], [1731, 3, 1, "", "S2_op"], [1732, 3, 1, "", "S_op"], [1733, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1735, 3, 1, "", "get_mkind"], [1736, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[590, 3, 1, "", "_plot_"], [1738, 2, 0, "-", "mpl_interface"], [1743, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1739, 3, 1, "", "oplot"], [1740, 3, 1, "", "oploti"], [1741, 3, 1, "", "oplotr"], [1742, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1744, 3, 1, "", "clip_array"], [1745, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1747, 0, 1, "", "RandomGenerator"], [1749, 2, 0, "-", "random_generator"], [592, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1748, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1750, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1752, 2, 0, "-", "histogram"], [1754, 2, 0, "-", "histograms"]], "triqs.stat.histogram": [[1753, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1755, 0, 1, "", "Histogram"], [1763, 3, 1, "", "cdf"], [1764, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1756, 1, 1, "", "__init__"], [1757, 1, 1, "", "clear"], [1758, 4, 1, "", "data"], [1759, 4, 1, "", "limits"], [1760, 1, 1, "", "mesh_point"], [1761, 4, 1, "", "n_data_pts"], [1762, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1766, 2, 0, "-", "sumk_discrete"], [1772, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1767, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1768, 5, 1, "", "GFBlocIndices"], [1769, 1, 1, "", "__init__"], [1770, 1, 1, "", "n_kpts"], [1771, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1773, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1774, 5, 1, "", "GFBlocIndices"], [1775, 1, 1, "", "Recompute_Grid"], [1776, 1, 1, "", "__init__"], [1777, 1, 1, "", "n_kpts"], [1778, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1780, 2, 0, "-", "bound_and_bisect"], [1783, 2, 0, "-", "capture_stdout"], [1784, 2, 0, "-", "comparison_tests"], [1790, 2, 0, "-", "dichotomy"], [1792, 2, 0, "-", "dist_on_nodes"], [1812, 2, 0, "-", "h5diff"], [1815, 2, 0, "-", "mpi"], [1817, 2, 0, "-", "mpi_mpi4py"], [1831, 2, 0, "-", "mpi_nompi"], [1843, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1781, 3, 1, "", "bound_and_bisect"], [1782, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1785, 3, 1, "", "assert_array_close_to_scalar"], [1786, 3, 1, "", "assert_arrays_are_close"], [1787, 3, 1, "", "assert_block2_gfs_are_close"], [1788, 3, 1, "", "assert_block_gfs_are_close"], [1789, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1791, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1793, 0, 1, "", "DistributionOnNodes"], [1797, 0, 1, "", "DistributionOnNodesOneStack"], [1804, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1794, 4, 1, "", "SleepTime"], [1795, 1, 1, "", "__init__"], [1796, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1798, 4, 1, "", "SleepTime"], [1799, 1, 1, "", "__init__"], [1800, 1, 1, "", "finished"], [1801, 1, 1, "", "result"], [1802, 1, 1, "", "run"], [1803, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1805, 4, 1, "", "SleepTime"], [1806, 1, 1, "", "__init__"], [1807, 1, 1, "", "finished"], [1808, 1, 1, "", "result"], [1809, 1, 1, "", "run"], [1810, 1, 1, "", "the_function"], [1811, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1813, 3, 1, "", "compare"], [1814, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1816, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1818, 3, 1, "", "all_reduce"], [1819, 3, 1, "", "barrier"], [1820, 3, 1, "", "bcast"], [1821, 3, 1, "", "is_master_node"], [1822, 3, 1, "", "master_gets_host_names"], [1823, 3, 1, "", "myprint_err"], [1824, 3, 1, "", "myprint_out"], [1825, 3, 1, "", "recv"], [1826, 3, 1, "", "report"], [1827, 3, 1, "", "send"], [1828, 3, 1, "", "slice_array"], [1829, 3, 1, "", "slice_inf"], [1830, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1832, 3, 1, "", "all_reduce"], [1833, 3, 1, "", "barrier"], [1834, 3, 1, "", "bcast"], [1835, 3, 1, "", "is_master_node"], [1836, 3, 1, "", "master_gets_host_names"], [1837, 3, 1, "", "myprint_err"], [1838, 3, 1, "", "myprint_out"], [1839, 3, 1, "", "recv"], [1840, 3, 1, "", "report"], [1841, 3, 1, "", "send"], [1842, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1844, 0, 1, "", "T"], [1859, 3, 1, "", "start_redirect"], [1860, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1845, 1, 1, "", "__init__"], [1846, 5, 1, "", "daemon"], [1847, 1, 1, "", "getName"], [1848, 5, 1, "", "ident"], [1849, 1, 1, "", "isDaemon"], [1850, 1, 1, "", "is_alive"], [1851, 1, 1, "", "join"], [1852, 5, 1, "", "name"], [1853, 5, 1, "", "native_id"], [1854, 1, 1, "", "run"], [1855, 1, 1, "", "setDaemon"], [1856, 1, 1, "", "setName"], [1857, 1, 1, "", "start"], [1858, 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, 591, 1863, 1923], "3": [0, 534, 547, 1862, 1871, 1886, 1890, 1908, 1909], "1": [0, 507, 534, 547, 1064, 1077, 1167, 1179, 1886, 1890, 1908, 1909], "gener": [0, 504, 579, 592, 1902], "doc": 0, "0": [0, 1871, 1886, 1890, 1909, 1913, 1918], "gf": [0, 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, 531, 535, 537, 538, 539, 542, 543, 545, 563, 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, 1861, 1875], "atom_diag": [0, 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, 510, 511, 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], "cmake": [0, 1866], "jenkin": 0, "2": [0, 534, 547, 1064, 1077, 1167, 1179, 1886, 1890, 1908, 1909], "port": [0, 1871], "script": [0, 591, 1861, 1894], "api": [0, 9, 505, 551, 562], "chang": [0, 524], "mesh": [0, 276, 288, 300, 527, 533, 536, 537, 538, 539, 542, 543, 545, 547, 549, 550, 693, 732, 771, 810, 849, 898, 971, 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, 1896, 1900], "dlr": [0, 1896, 1900], "lattic": [0, 567, 568, 1082, 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, 1882, 1885, 1899, 1901, 1907, 1912, 1917], "det_manip": [0, 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, 523, 1874], "mc_gener": [0, 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], "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, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 509, 580, 1815, 1816], "fix": 0, "deprec": 0, "us": [0, 4, 510, 530, 547, 565, 579, 1861, 1863, 1864, 1872, 1878, 1886, 1890, 1913, 1918], "string": 0, "indic": [0, 688, 727, 766, 805, 844, 876, 894, 966], "green": [0, 525, 533, 537, 551, 552, 553, 554, 555, 556, 557, 558, 561, 562, 1875, 1876, 1886, 1890, 1896, 1899, 1900, 1912, 1917], "function": [0, 4, 11, 14, 20, 28, 35, 42, 49, 64, 72, 77, 84, 90, 96, 101, 108, 118, 128, 134, 139, 162, 164, 202, 250, 252, 269, 281, 293, 334, 335, 350, 361, 367, 376, 388, 400, 415, 416, 442, 452, 458, 459, 473, 509, 511, 513, 518, 520, 523, 525, 530, 531, 533, 537, 542, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 561, 562, 569, 582, 587, 916, 917, 1875, 1876, 1886, 1890, 1894, 1896, 1899, 1900, 1912, 1916, 1917, 1921], "gf_struct": 0, "object": [0, 507, 508, 590, 1886, 1890], "c": [0, 9, 501, 502, 510, 521, 528, 578, 580, 584, 1689, 1869, 1872, 1878, 1879, 1880], "move": [0, 532, 574, 577, 578, 580], "multi": 0, "arrai": [0, 1873], "triq": [0, 3, 4, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 506, 509, 510, 513, 523, 565, 568, 576, 581, 590, 591, 592, 593, 594, 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, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1867, 1869, 1871, 1872, 1877, 1878, 1880, 1886, 1890, 1896, 1900, 1902, 1923], "nda": 0, "librari": [0, 530, 1862, 1869, 1870, 1894, 1923], "stat": [0, 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, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 593, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764], "rework": 0, "bath": 0, "discret": 0, "sanit": 0, "check": [0, 1886, 1890], "new": [0, 1894], "websit": 0, "theme": 0, "tightbind": [0, 573, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631], "tblattic": [0, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671], "improv": 0, "requir": [0, 1869, 1870], "20": 0, "capabl": 0, "compil": [0, 513, 1863, 1864, 1867, 1868, 1869], "cpp2py": [0, 4, 501], "python": [0, 4, 9, 501, 502, 505, 510, 559, 562, 582, 584, 596, 1868, 1871, 1872, 1879, 1880, 1883, 1894, 1895], "10": 0, "issu": [0, 6, 1870], "819": 0, "atom": 0, "diag": 0, "renam": 0, "depend": [0, 1867], "manag": 0, "h5py": 0, "remov": [0, 229, 524, 1874], "detmanip": 0, "oper": [0, 18, 25, 29, 30, 31, 41, 46, 57, 58, 59, 69, 76, 82, 88, 89, 100, 107, 144, 202, 260, 261, 277, 278, 289, 301, 302, 347, 348, 358, 359, 364, 382, 383, 384, 385, 394, 395, 396, 397, 411, 412, 455, 471, 486, 487, 488, 518, 520, 532, 534, 542, 547, 553, 561, 581, 582, 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, 1873, 1896, 1898, 1900], "packag": [0, 1863, 1868], "make": [0, 8, 1895], "rang": [0, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 1873], "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, 202, 252, 269, 281, 293, 335, 350, 367, 376, 388, 400, 416, 473, 531, 549, 1874, 1912, 1913, 1917, 1918], "own": [0, 580, 1878, 1880], "view": [0, 531, 533, 534, 561, 1873], "dynam": [0, 1882, 1901, 1907], "analyz": [0, 1905, 1910], "asan": 0, "ubsan": 0, "No": 0, "longer": 0, "instal": [0, 1863, 1864, 1866, 1867, 1870, 1877, 1923], "googletest": 0, "app4triq": [0, 4, 1871], "fourier": [0, 525, 529, 530, 564, 928, 929, 930, 1628, 1646, 1662, 1896, 1900, 1913, 1918], "h5": [0, 506], "pytriq": 0, "clef": [0, 513, 516, 517, 518, 519, 520, 526, 534, 542, 547], "blockgf": [0, 561, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 1886, 1890], "lapack": 0, "tail": [0, 525, 530], "mc_tool": [0, 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], "hdf5": [0, 506, 508, 533, 537, 538, 539, 542, 543, 545, 554, 555, 556, 557, 558, 561, 582, 1873, 1876, 1897], "py": [0, 4], "travi": 0, "test": [0, 1880], "5": [0, 1886, 1890, 1908], "4": [0, 547, 1886, 1890, 1908], "document": [0, 6, 7, 9, 508, 509, 521, 523, 528, 559, 568, 576, 592, 1869, 1880], "mani": [0, 565, 581], "bodi": [0, 565, 581], "": [0, 525, 551, 552, 553, 554, 555, 556, 557, 558, 561, 562, 1875, 1876, 1886, 1890, 1896, 1899, 1900, 1912, 1917], "mont": [0, 575, 578, 579, 580], "carlo": [0, 575, 578, 579, 580], "tool": [0, 4, 501, 510, 563, 568, 569, 575, 594, 597, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1861, 1869, 1886, 1890], "determin": [0, 208, 522, 1874, 1923], "manipul": [0, 522, 1874, 1898], "2py": 0, "miscellan": 0, "class": [0, 11, 108, 162, 201, 250, 334, 415, 458, 499, 500, 502, 503, 507, 508, 523, 573, 579, 1874, 1894], "archiv": [0, 591, 1873, 1897], "about": [3, 1874, 1883], "author": 3, "contributor": 3, "citat": 3, "licens": 3, "disclaim": [3, 1867], "logo": 3, "file": [3, 505, 569, 1861, 1871, 1876], "applic": [4, 1862, 1871, 1877, 1923], "base": [4, 909, 910], "tabl": [4, 5], "content": [4, 5], "impur": [4, 1886, 1890, 1902], "solver": [4, 510, 1902, 1914, 1919], "hybrid": 4, "expans": 4, "hubbard": [4, 1889, 1893, 1903, 1904, 1905, 1908, 1909, 1910], "i": [4, 1861, 1875, 1889, 1893, 1913, 1918], "hartre": 4, "fock": 4, "exact": [4, 510, 1898], "diagon": [4, 510, 1898], "finit": [4, 1916, 1921], "quantum": [4, 1886, 1890], "system": [4, 1916, 1921], "extern": 4, "interfac": [4, 501], "pomerol": 4, "w2dynam": 4, "nrg": 4, "ljubljana": 4, "ab": 4, "initio": 4, "dft": [4, 1886, 1889, 1890, 1893], "toolbox": 4, "calcul": [4, 1886, 1889, 1890, 1893, 1894, 1901, 1907, 1913, 1916, 1918, 1921], "correl": [4, 593], "materi": 4, "solid_dmft": [4, 1886, 1890], "wrapper": 4, "perform": [4, 1886, 1890], "dmft": [4, 1884, 1886, 1889, 1890, 1893, 1901, 1905, 1907, 1910], "analyt": [4, 1886, 1890, 1896, 1900], "continu": [4, 1886, 1890, 1896, 1900], "maxent": 4, "nevanlinna": 4, "som": 4, "stochast": 4, "optim": 4, "method": [4, 520, 533, 537, 538, 539, 542, 543, 545, 582], "omegamax": 4, "other": [4, 520, 1861], "tprf": 4, "The": [4, 499, 500, 503, 506, 507, 523, 524, 530, 553, 561, 569, 573, 574, 577, 578, 580, 1886, 1890, 1894, 1901, 1902, 1907, 1914, 1919], "two": [4, 1874, 1875, 1904, 1909, 1915, 1916, 1920, 1921, 1922], "particl": [4, 1915, 1920, 1922], "respons": [4, 1922], "box": 4, "benchmark": 4, "skeleton": [4, 1871], "contribut": [6, 7], "featur": 6, "request": [6, 8], "code": [6, 521, 580, 591, 1880, 1916, 1921], "github": 6, "discuss": 6, "how": [7, 8, 508, 524, 1861, 1875, 1923], "who": 7, "should": 7, "write": [7, 580, 1861, 1880, 1897], "build": [7, 534, 1869, 1877], "edit": 7, "pull": 8, "set": [8, 1902], "up": [8, 1902], "your": [8, 580, 1866, 1871, 1878], "fork": 8, "repositori": [8, 1911], "manual": [9, 498, 508, 509, 523, 568, 576, 592], "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, 109, 113, 114, 115, 116, 117, 119, 120, 129, 130, 131, 132, 134, 135, 137, 138, 140, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 169, 170, 172, 180, 181, 183, 189, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 207, 233, 245, 261, 264, 265, 266, 267, 269, 270, 278, 281, 282, 290, 293, 294, 302, 303, 307, 310, 311, 312, 324, 325, 326, 327, 329, 339, 342, 343, 344, 346, 348, 351, 352, 353, 354, 355, 356, 358, 359, 361, 362, 364, 365, 366, 367, 368, 369, 370, 372, 373, 375, 378, 379, 380, 382, 383, 384, 385, 386, 388, 389, 390, 391, 394, 395, 396, 397, 398, 401, 402, 404, 406, 407, 408, 409, 411, 412, 413, 417, 418, 420, 423, 437, 438, 439, 440, 441, 453, 460, 461, 466, 471, 472, 475, 477, 478, 481, 482, 483, 486, 487, 488, 490, 491, 492, 493, 494, 495, 496, 497, 521, 523, 531, 551, 554, 555, 556, 557, 558, 582, 674, 713, 752, 791, 830, 1064, 1077, 1167, 1179, 1899], "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, 109, 116, 117, 122, 125, 126, 127, 130, 132, 133, 136, 137, 138, 141, 142, 147, 148, 150, 156, 160, 163, 165, 166, 167, 168, 173, 180, 181, 182, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 264, 265, 266, 267, 310, 311, 312, 324, 325, 327, 336, 337, 338, 340, 341, 344, 348, 349, 352, 353, 356, 357, 358, 359, 360, 369, 371, 372, 373, 374, 377, 379, 381, 382, 383, 384, 385, 387, 390, 392, 393, 394, 395, 396, 397, 399, 403, 404, 405, 406, 409, 410, 411, 412, 414, 417, 424, 438, 440, 441, 462, 463, 464, 465, 466, 467, 468, 469, 470, 472, 476, 479, 480, 481, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 521, 1816], "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, 109, 113, 114, 116, 130, 131, 132, 134, 135, 137, 138, 146, 147, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 164, 191, 192, 193, 194, 195, 196, 197, 207, 261, 264, 265, 266, 267, 269, 270, 278, 281, 282, 293, 294, 302, 307, 310, 311, 312, 324, 325, 326, 329, 361, 364, 365, 366, 367, 370, 375, 380, 388, 391, 420, 461, 471, 490, 491, 492, 493, 494, 495, 497, 521, 531, 582], "enum_it": [14, 15, 16, 17, 18], "public": [14, 20, 35, 42, 62, 64, 72, 77, 84, 90, 96, 101, 134, 252, 523], "member": [14, 20, 28, 35, 42, 49, 62, 64, 72, 77, 84, 90, 96, 101, 118, 128, 134, 139, 164, 202, 252, 269, 281, 293, 335, 350, 361, 367, 376, 388, 400, 416, 442, 452, 459, 473, 523, 531, 549, 550, 582], "constructor": [15, 39, 43, 53, 73, 85, 97, 105, 121, 129, 140, 169, 207, 255, 270, 282, 294, 339, 351, 362, 368, 378, 389, 402, 423, 448, 453, 461, 475, 533, 535], "derefer": [16, 44, 74, 86, 98], "increment": [17, 45, 75, 87, 99], "enumer": [19, 20, 21, 22, 23, 24, 25], "exampl": [19, 95, 264, 265, 270, 326, 460, 464, 467, 469, 471, 492, 493, 494, 495, 507, 509, 510, 514, 518, 523, 529, 533, 537, 538, 539, 542, 543, 545, 551, 554, 555, 556, 557, 558, 561, 565, 568, 573, 577, 589, 590, 592, 1895], "type": [20, 28, 35, 49, 64, 77, 90, 101, 134, 162, 164, 202, 250, 252, 269, 281, 293, 334, 335, 367, 376, 388, 509, 523, 525, 531, 533, 549, 550, 582], "begin": [21, 36, 50, 65, 78, 91, 102, 336], "cbegin": [22, 37, 51, 66, 79, 92, 103, 337], "cend": [23, 38, 52, 67, 80, 93, 104, 338], "end": [24, 40, 54, 68, 81, 94, 106, 341, 580], "foreach": [26, 370, 380, 391], "iterator_facad": [27, 28, 29, 30, 31], "iter": [28, 29, 30, 31, 533, 561, 582, 1901, 1907], "valu": [28, 29, 30, 31, 521, 553, 1045, 1076, 1088, 1101, 1115, 1129, 1146, 1157, 1176, 1190, 1637, 1875, 1896, 1900], "std": [28, 29, 30, 31, 154], "forward_iterator_tag": [28, 29, 30, 31], "refer": [28, 29, 30, 31, 508, 554, 555, 556, 557, 558, 560, 561, 568, 589], "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, 1886, 1890, 1901, 1907], "last": [56, 1874], "size": [60, 70, 126, 239, 349, 360, 387, 399, 414, 489], "step": [61, 1863, 1871], "sentinel_t": 62, "slice": [63, 64, 65, 66, 67, 68, 69, 70, 553, 1873, 1886, 1890], "stride": [71, 77, 78, 79, 80, 81, 82], "stride_it": [72, 73, 74, 75, 76], "transform": [83, 90, 91, 92, 93, 94, 507, 518, 525, 529, 564, 570, 1037, 1896, 1900, 1913, 1918], "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_equ": 109, "all_gath": 110, "all_reduc": [111, 1818, 1832], "all_reduce_in_plac": 112, "broadcast": [113, 1899], "broadcast_rang": 114, "check_mpi_cal": 115, "chunk": 116, "chunk_length": 117, "commun": [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 1862], "abort": 119, "barrier": [120, 1819, 1833], "duplic": 122, "free": [123, 537, 572, 582], "get": [124, 579, 1864, 1874, 1894], "rank": [125, 694, 733, 772, 811, 850, 972, 1059], "split": 127, "environ": [128, 129, 1863, 1865, 1868], "gather": [130, 580], "gather_rang": 131, "get_mpi_typ": 132, "is_initi": 133, "lazi": [134, 135, 136, 513, 515, 553, 1873], "invok": 135, "shape": 136, "map_c_funct": 137, "map_add": 138, "monitor": [139, 140, 141, 142, 143, 144, 145], "event_on_all_rank": 141, "event_on_any_rank": 142, "finalize_commun": 143, "report_local_ev": 145, "mpi_broadcast": [146, 482], "mpi_gath": 147, "mpi_reduc": [148, 327, 483], "mpi_reduce_in_plac": 149, "mpi_scatt": 150, "mpi_typ": [151, 152, 153, 154], "t": [152, 154, 533, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1875, 1916, 1921], "constt": 153, "tupl": [154, 594, 597], "mpi_type_from_ti": 155, "reduc": 156, "reduce_in_plac": 157, "reduce_in_place_rang": 158, "reduce_rang": 159, "scatter": 160, "scatter_rang": 161, "alias": [162, 250, 334], "act": [163, 643], "c_connect": [165, 603, 624], "c_matrix": [166, 604, 625], "cdag_connect": [167, 605, 626], "cdag_matrix": [168, 606, 627], "flatten_subspace_index": [170, 608, 629], "get_eigensystem": 171, "get_eigenvalu": [172, 612, 633], "get_energi": 173, "get_fock_st": [174, 352, 404], "get_fop": 175, "get_full_hilbert_spac": 176, "get_full_hilbert_space_dim": 177, "get_gs_energi": 178, "get_h_atom": 179, "get_matrix_element_of_monomi": 180, "get_op_mat": 181, "get_quantum_numb": 182, "get_subspace_dim": [183, 184, 613, 614, 634, 635], "get_unitary_matric": 185, "get_unitary_matrix": 186, "get_vacuum_st": 187, "get_vacuum_subspace_index": 188, "index_range_of_subspac": 189, "n_subspac": [190, 374, 617, 638], "atomic_density_matrix": [191, 644], "atomic_g_iw": [192, 645], "atomic_g_l": [193, 646], "atomic_g_lehmann": 194, "atomic_g_tau": [195, 647], "atomic_g_w": [196, 648], "partition_funct": [197, 649], "quantum_number_eigenvalu": [198, 650], "quantum_number_eigenvalues_check": [199, 651], "trace_rho_op": [200, 652], "change_col": 203, "change_row": 204, "clear": [205, 474, 1757], "complete_oper": 206, "get_funct": 209, "get_n_operations_before_check": 210, "get_precision_error": 211, "get_precision_warn": 212, "get_singular_threshold": 213, "get_x": 214, "get_x_internal_ord": 215, "get_i": 216, "get_y_internal_ord": 217, "h5_read": [218, 257, 273, 285, 297, 354, 407, 435, 477], "h5_write": [219, 258, 274, 286, 298, 355, 408, 436, 478], "insert": [220, 345], "insert2": 221, "insert2_at_end": 222, "insert_at_end": 223, "inverse_matrix": 224, "inverse_matrix_internal_ord": 225, "is_singular": 226, "matrix": [227, 553, 583, 1896, 1900], "reject_last_tri": 228, "remove2": 230, "remove2_at_end": 231, "remove_at_end": 232, "reserv": 233, "roll_matrix": 234, "set_n_operations_before_check": 235, "set_precision_error": 236, "set_precision_warn": 237, "set_singular_threshold": 238, "swap_col": 240, "swap_row": 241, "try_change_col": 242, "try_change_col_row": 243, "try_change_row": 244, "try_insert": 245, "try_insert_k": 246, "try_refil": 247, "try_remov": 248, "try_remove_k": 249, "deduct": 251, "guid": [251, 1871, 1872], "block_gf": [251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 533, 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], "block_nam": 253, "block_siz": 254, "data": [256, 271, 283, 295, 340, 476, 508, 533, 536, 537, 538, 539, 542, 543, 545, 553, 554, 555, 556, 557, 558, 589, 591, 593, 679, 718, 757, 796, 835, 957, 1758, 1861], "hdf5_format": [259, 275, 287, 299, 357, 410, 479], "densiti": [262, 569, 658, 662, 680, 719, 758, 797, 836, 892, 958, 1006, 1896, 1900], "fit_gf_dlr": [263, 996], "fit_hermitian_tail": [264, 682, 721, 760, 799, 838, 960, 1008], "fit_tail": [265, 684, 723, 762, 801, 840, 962, 1010], "flatten_2d": 266, "flatten_gf_2d": 267, "get_mesh": 268, "accessor": [269, 281, 293, 553], "data_shap": [272, 284, 296], "target_indic": [279, 291, 304, 704, 743, 782, 821, 860, 982], "target_shap": [280, 292, 305, 706, 745, 784, 823, 862, 984], "gf_const_view": [281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292], "rebind": [290, 303], "gf_view": [293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305], "h5_read_gf_struct": 306, "imag": [307, 687, 726, 765, 804, 843, 875, 893, 965, 1042, 1049, 1686], "impl_tag": 308, "invers": [309, 689, 728, 767, 806, 845, 895, 967, 1227], "is_gf_hermitian": [310, 691, 730, 769, 808, 847, 969, 1012], "is_gf_real": 311, "is_gf_real_in_tau": [312, 692, 731, 770, 809, 848, 970, 1013], "make_block2_gf": 313, "make_block_gf": 314, "make_block_gf_view": 315, "make_gf_dlr": [316, 997], "make_gf_dlr_imfreq": [317, 998], "make_gf_dlr_imtim": [318, 999], "make_gf_from_fouri": [319, 1000], "make_gf_from_inverse_fouri": 320, "make_gf_from_real_gf": 321, "make_gf_imfreq": [322, 1001], "make_gf_imtim": [323, 1002], "make_hermitian": [324, 1003], "make_real_in_tau": [325, 1004], "make_zero_tail": [326, 1229], "positive_freq_view": 328, "real": [329, 525, 530, 543, 545, 557, 558, 695, 734, 773, 812, 851, 880, 900, 973, 1044, 1050, 1688, 1875], "reinterpret_scalar_valued_gf_as_matrix_valu": 330, "tau_l2_norm": [331, 707, 746, 785, 824, 863, 985, 1022], "unflatten_2d": 332, "unflatten_gf_2d": 333, "hilbert_spac": [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, 565], "fundamental_operator_set": [335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349], "h5_read_attribut": 342, "h5_write_attribut": 343, "has_indic": 344, "insert_from_indices_t": 346, "get_state_index": [353, 406], "has_stat": [356, 409], "imperative_oper": [361, 362, 363, 364, 365], "is_empti": 363, "updat": [365, 1871], "make_zero_st": 366, "space_partit": [367, 368, 369, 370, 371, 372, 373, 374], "find_map": 369, "get_matrix_el": 371, "lookup_basis_st": 372, "merge_subspac": 373, "state": [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, 565, 569, 1896, 1900], "hilbertspac": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399], "scalartyp": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399], "fals": [376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387], "amplitud": 377, "dot_product": [379, 390], "get_hilbert": [381, 392], "set_hilbert": [386, 398], "true": [388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399], "nterm": 393, "sub_hilbert_spac": [400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414], "add_fock_st": 401, "get_all_fock_st": 403, "get_index": 405, "set_index": 413, "accumul": [417, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471], "add_measur": 418, "add_measure_aux": 419, "add_mov": 420, "clear_measur": 421, "collect_result": 422, "get_acceptance_r": [424, 449], "get_accumulation_tim": 425, "get_accumulation_time_hhmmss": 426, "get_config_id": 427, "get_current_cycle_numb": 428, "get_dur": 429, "get_perc": 430, "get_rng": 431, "get_total_tim": 432, "get_warmup_tim": 433, "get_warmup_time_hhmmss": 434, "rm_measur": 437, "run": [438, 1796, 1802, 1809, 1854, 1886, 1889, 1890, 1893], "set_after_cycle_duti": 439, "warmup": 440, "warmup_and_accumul": 441, "move_set": [442, 443, 444, 445, 446, 447, 448, 449, 450, 451], "accept": 443, "add": [444, 521, 1874], "attempt": 445, "clear_statist": 446, "collect_statist": 447, "get_statist": 450, "reject": 451, "random_gener": [452, 453, 454, 455, 456, 1746, 1747, 1748, 1749, 1750], "name": [454, 578, 1852], "preview": 456, "random_generator_nam": 457, "logarithm": 459, "log": 459, "bin": 459, "linear": [459, 547, 1873], "lin": 459, "compress_linear_bin": 460, "data_input_count": 462, "lin_bin_capac": 463, "linear_bin": 464, "log_bin_error": 465, "log_bin_errors_all_reduc": 466, "n_lin_bin": 467, "n_lin_bins_max": 468, "n_log_bin": 469, "n_log_bins_max": 470, "cdf": [472, 1763], "histogram": [473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1895], "limit": [480, 1759], "mesh_point": [481, 547, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1760], "n_data_pt": [484, 1761], "n_lost_pt": [485, 1762], "jackknif": 490, "jackknife_mpi": 491, "mean": [492, 1882, 1901, 1907], "mean_and_err": 493, "mean_and_err_mpi": 494, "mean_mpi": 495, "pdf": [496, 1764], "tau_estimate_from_error": 497, "cfunction": 499, "class_": 500, "convert": 502, "v": [502, 1915, 1920], "wrap": 502, "from": [502, 547, 569, 579, 591, 1863, 1868, 1897, 1916, 1921], "module_": 503, "principl": [504, 507], "desc": [505, 1871], "format": 506, "solut": [507, 1889, 1893, 1905, 1908, 1909, 1910], "provid": 507, "dict": 507, "hdf": [507, 508], "compliant": [507, 508], "what": 507, "happen": 507, "detail": 507, "hdfarchiv": 508, "hdfarchivegroup": 508, "hdfarchiveinert": 508, "scheme": [508, 554, 555, 556, 557, 558], "doe": [508, 524], "becom": 508, "introduct": [509, 574, 578, 593, 1894, 1899], "support": 509, "basic": [509, 525, 1881], "usag": [509, 530, 592, 1864, 1868], "header": 509, "lightweight": 510, "util": [511, 594, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 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, 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, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860], "automat": 512, "assign": [512, 532, 553], "contain": 512, "time": [513, 525, 530, 538, 545, 555, 558, 564, 1875, 1896, 1900, 1902], "express": [513, 516, 517, 518, 526, 534, 542, 547, 553, 1873], "more": [514, 524, 1883, 1895], "complex": 514, "A": [515, 561, 589, 590, 1869, 1872, 1880, 1885, 1894, 1901, 1907], "sum": [515, 571], "evalu": [516, 534, 537, 538, 539, 541, 543, 545, 1899], "complet": [516, 561, 592, 1869], "partial": [516, 541, 1899], "form": 517, "placehold": [517, 1875], "an": [517, 1873, 1874, 1897], "storag": [517, 533, 537, 538, 539, 542, 543, 545], "advanc": [517, 551, 590, 1863, 1889, 1893], "make_funct": 518, "short": [518, 1894], "notat": [518, 521], "motiv": [519, 574], "littl": [519, 561], "tour": [519, 1872], "overload": [520, 582], "argument": [520, 554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "convent": [521, 533, 537, 538, 539, 542, 543, 545, 1877], "construct": [523, 580, 582, 583, 1899], "synopsi": [523, 529, 537, 538, 539, 543, 545], "under": 523, "hood": 523, "full": [523, 576, 1889, 1893], "work": 524, "cofactor": 524, "sherman": 524, "morrison": 524, "formula": 524, "addit": [524, 1896, 1900], "line": [524, 1874], "column": [524, 1874], "notion": 525, "matsubara": [525, 537, 538, 554, 555, 556, 564, 1875, 1902], "imaginari": [525, 530, 538, 554, 555, 1875, 1896, 1900, 1902], "gfimtim": [525, 555, 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], "frequenc": [525, 530, 537, 543, 551, 554, 557, 562, 564, 1875, 1896, 1900, 1902], "gfimfreq": [525, 554, 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], "legendr": [525, 539, 556, 564, 1210], "polynomi": [525, 556], "gflegendr": [525, 556, 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], "gfretim": [525, 558, 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], "retard": [525, 557, 558], "gfrefreq": [525, 557, 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], "high": [525, 551, 562], "interact": [526, 534, 547, 1894, 1912, 1913, 1917, 1918], "concept": [527, 566, 574], "domain": [527, 533, 537, 538, 539, 542, 543, 545, 547, 1875], "purefunctionondomain": 527, "meshpoint": [527, 1047, 1048, 1049, 1050], "implement": [530, 548], "note": [530, 548, 1915, 1920], "fftw": 530, "special": [530, 546], "case": 530, "fermion": [530, 572, 1898, 1912, 1913, 1917, 1918], "boson": 530, "tf": 530, "block": [533, 553, 561, 1896, 1900], "factori": [533, 582], "regular": 533, "singular": [533, 536, 538, 539, 542, 545], "interpol": [533, 542, 1875], "access": [536, 553, 561, 579], "symmetri": 536, "imfreq": [537, 549, 1208], "imtim": [538, 550, 1209], "represent": 539, "misc": 540, "statist": [540, 593, 1096, 1110, 1124, 1142, 1153, 1164], "prod": 542, "x": [542, 1867], "y": 542, "multipl": [542, 590], "variabl": [542, 578, 1865], "subscript": 542, "techniqu": 542, "refreq": [543, 1211], "target": 544, "reinterpret": 544, "retim": [545, 1212], "index": [547, 1043], "find": 547, "closest": 547, "point": [547, 553, 1634, 1635, 1636, 1637, 1875], "moment": [551, 562], "adjust": 551, "fit": [551, 589, 667, 668, 669, 670], "window": 551, "bracket": 553, "shelv": [553, 561], "pickl": [553, 561], "plot": [553, 588, 590, 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, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1753, 1861, 1886, 1890, 1895], "option": [553, 590, 1064, 1077, 1167, 1179, 1866], "direct": 553, "keyword": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "onli": [554, 555, 556, 557, 558, 674, 713, 752, 791, 830], "descriptor": [560, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 1896, 1900], "copi": [561, 657, 661, 677, 716, 755, 794, 833, 872, 889, 955, 1026, 1057, 1068, 1079, 1092, 1106, 1120, 1134, 1150, 1161, 1169, 1181], "hilbert": [565, 570], "space": 565, "statevector": 566, "bravai": 567, "introductori": 568, "relat": 569, "do": [569, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 1609, 1632, 1672, 1861], "read": [569, 1863, 1897], "text": [569, 1861, 1895], "comput": [569, 1913, 1918], "tight_bind": [569, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673], "over": [571, 582], "brillouin": 571, "zone": 571, "tight": [572, 1885, 1899], "bind": [572, 1885, 1899], "hop": [572, 1649, 1665, 1912, 1917], "bravaislattic": [573, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618], "definit": 573, "energies_on_bz_path": 573, "measur": [574, 577, 578, 580], "Ising": 577, "chain": 577, "magnet": 577, "field": [577, 1882, 1901, 1907], "configur": 577, "main": 577, "program": 577, "loop": [578, 1894], "connect": 578, "random": [579, 592, 1914, 1919], "number": [579, 592, 1898, 1923], "list": [579, 1869, 1894], "tutori": [580, 1872, 1886, 1890, 1895, 1906, 1911], "thi": [580, 1886, 1890, 1895], "problem": 580, "initi": [580, 1896, 1899, 1900], "simul": 580, "start": [580, 1857, 1862], "result": [580, 1801, 1808, 1902, 1905, 1910], "second": [581, 582], "quantiz": [581, 582], "hamiltonian": [581, 585, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1886, 1890, 1899], "monomi": 582, "serial": 582, "u": [583, 1909, 1915, 1920], "coeffici": 584, "extract": 584, "observ": [586, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733], "helper": 587, "protocol": [588, 590, 1743, 1744, 1745], "simpl": [589, 1873, 1875, 1880, 1894], "thin": 590, "layer": 590, "abov": 590, "matplotlib": [590, 1895], "panel": 590, "figur": [590, 591], "reproduc": 591, "proven": 591, "save": [591, 901, 1861], "analysi": 593, "process": [593, 1886, 1890], "averag": 593, "standard": 593, "error": 593, "except": [594, 595], "etc": 594, "includ": 596, "warn": 596, "appli": 597, "for_each": 597, "for_each_zip": 597, "map": [597, 1873], "fold": [597, 1645, 1873], "revers": 597, "called_on_tupl": 597, "atomdiag": 599, "atomdiagcomplex": [601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621], "__init__": [602, 623, 656, 660, 666, 670, 675, 714, 753, 792, 831, 870, 885, 910, 912, 915, 917, 919, 921, 927, 929, 932, 935, 938, 940, 942, 948, 951, 953, 991, 1025, 1031, 1041, 1048, 1052, 1055, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 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, 1589, 1591, 1593, 1595, 1597, 1599, 1601, 1603, 1608, 1612, 1620, 1625, 1636, 1640, 1660, 1685, 1748, 1756, 1769, 1776, 1795, 1799, 1806, 1845], "energi": [607, 628, 1886, 1890], "fock_stat": [609, 630], "fop": [610, 631], "full_hilbert_space_dim": [611, 632], "gs_energi": [615, 636], "h_atom": [616, 637], "quantum_numb": [618, 639], "unitary_matric": [619, 640], "vacuum_st": [620, 641], "vacuum_subspace_index": [621, 642], "atomdiagr": [622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642], "dosfromfunct": [659, 660, 661, 662], "dos_from_fil": 663, "hilbert_transform": [664, 665, 666], "hilberttransform": [665, 666], "backwd_compat": [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], "gf_imfreq": [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], "conjug": [676, 715, 754, 793, 832, 888, 954, 1222], "copy_from": [678, 717, 756, 795, 834, 873, 890, 956, 1058, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182], "enforce_discontinu": [681, 720, 759, 798, 837, 959, 1007], "fit_hermitian_tail_on_window": [683, 722, 761, 800, 839, 961, 1009], "fit_tail_on_window": [685, 724, 763, 802, 841, 963, 1011], "from_l_g_r": [686, 725, 764, 803, 842, 964], "invert": [690, 729, 768, 807, 846, 896, 968], "rebinning_tau": [696, 735, 774, 813, 852, 974, 1014], "replace_by_tail": [697, 736, 775, 814, 853, 975, 1015], "replace_by_tail_in_fit_window": [698, 737, 776, 815, 854, 976, 1016], "set_from_fouri": [699, 738, 777, 816, 855, 977, 1017], "set_from_imfreq": [700, 739, 778, 817, 856, 978, 1018], "set_from_imtim": [701, 740, 779, 818, 857, 979, 1019], "set_from_legendr": [702, 741, 780, 819, 858, 980, 1020], "set_from_pad": [703, 742, 781, 820, 859, 981, 1021], "target_rank": [705, 744, 783, 822, 861, 983], "total_dens": [708, 747, 786, 825, 864, 902, 986], "transpos": [709, 748, 787, 826, 865, 903, 987, 1231], "x_data_view": [710, 749, 788, 827, 866, 988], "zero": [711, 750, 789, 828, 867, 882, 905, 989], "gf_imtim": [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], "gf_legendr": [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], "gf_refreq": [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], "gf_retim": [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], "block2_gf": [868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882], "block2gf": [869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882], "all_indic": [871, 886], "copy_selected_block": [874, 891], "indices1": 877, "indices2": 878, "n_block": [879, 899], "view_selected_block": [881, 904], "beta": [887, 1091, 1105, 1119, 1133, 1149, 1160, 1916, 1921], "load": 897, "call_factory_from_dict": [906, 994, 1062], "fix_gf_struct_typ": 907, "descriptor_bas": [908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924], "baseblock": [911, 912, 913], "is_block_descriptor": [913, 930, 933, 936], "const": [914, 915], "lazyctx": [918, 919], "omega_": [920, 921], "convert_scalar_to_const": 922, "is_lazi": 923, "is_scalar": 924, "flat": [926, 927, 1896, 1900], "legendretomatsubara": [931, 932, 933], "matsubaratolegendr": [934, 935, 936], "onefermionintim": [937, 938], "semicircular": [939, 940], "wilson": [941, 942], "semi": [943, 1896, 1900], "dlr_crm_dyson_solv": [944, 945], "minimize_dyson": 945, "addmethod": [947, 948, 949], "mro": 949, "callproxynon": [950, 951], "idx": [990, 991], "add_method_help": 992, "bckwd": 993, "gf_factori": [995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004], "gf_fnt": [1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022], "lazy_express": [1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037], "lazyexpr": [1024, 1025, 1026, 1027, 1028, 1029], "get_termin": 1027, "is_termin": 1028, "set_from": 1029, "lazyexprtermin": [1030, 1031], "all_termin": 1032, "eval_expr": 1033, "eval_expr_with_context": 1034, "lazy_funct": 1035, "make_lazi": 1036, "map_block": 1038, "matsubara_freq": [1039, 1040, 1041, 1042, 1043, 1044, 1045], "matsubarafreq": [1040, 1041, 1042, 1043, 1044, 1045], "meshvaluegener": [1051, 1052], "mesh_product": [1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062], "meshproduct": [1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061], "compon": 1056, "size_of_compon": 1060, "to_data_index": [1061, 1072, 1084, 1098, 1112, 1126, 1143, 1154, 1165, 1173, 1187], "meshbrzon": [1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076], "bz": [1066, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200], "closest_index": 1067, "dim": [1070, 1081], "mesh_hash": [1071, 1083, 1095, 1109, 1123, 1138, 1152, 1163, 1172, 1184], "to_index": [1073, 1085, 1099, 1113, 1127, 1144, 1155, 1166, 1174, 1188], "to_valu": [1074, 1086, 1100, 1114, 1128, 1145, 1156, 1175, 1189], "unit": [1075, 1087, 1618, 1623, 1656, 1671], "meshcyclat": [1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088], "meshdlr": [1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102], "ep": [1094, 1108, 1122], "symmetr": [1097, 1111, 1125], "w_max": [1102, 1116, 1130, 1177], "meshdlrimfreq": [1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116], "meshdlrimtim": [1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130], "meshimfreq": [1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146], "first_index": 1136, "last_index": 1137, "n_iw": 1139, "positive_onli": 1140, "set_tail_fit_paramet": 1141, "meshimtim": [1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], "meshlegendr": [1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166], "meshrefreq": [1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178], "delta": [1171, 1183, 1223], "w_min": 1178, "meshretim": [1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190], "t_max": 1185, "t_min": 1186, "make_adjoint_mesh": 1191, "dist": [1194, 1218], "generate_point": 1195, "generate_points_on_path": 1196, "length": 1197, "make_plott": 1198, "slice_on_path": 1200, "bz_x_x": [1201, 1202, 1203], "plottable_slice_along_path": 1203, "dispatch": 1204, "one_var": [1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212], "dlr_imfreq": 1206, "dlr_imtim": 1207, "plot_bas": [1213, 1214], "select_indic": [1215, 1216, 1217, 1218, 1219, 1220], "closest_point_in_lin": 1216, "closest_to": 1217, "pick_selection_vec": 1219, "select_path_indic": 1220, "discretize_bath": 1224, "dyson": 1225, "fit_legendr": 1226, "make_delta": 1228, "read_gf_from_txt": 1230, "write_gf_to_txt": 1232, "wrapped_aux": [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], "callproxybrzone_0": [1234, 1235], "callproxybrzone_1": [1236, 1237], "callproxybrzone_2": [1238, 1239], "callproxybrzone_3": [1240, 1241], "callproxybrzone_4": [1242, 1243], "callproxybrzone_x_dlr_0": [1244, 1245], "callproxybrzone_x_dlr_1": [1246, 1247], "callproxybrzone_x_dlr_2": [1248, 1249], "callproxybrzone_x_dlr_3": [1250, 1251], "callproxybrzone_x_dlr_4": [1252, 1253], "callproxybrzone_x_imfreq_0": [1254, 1255], "callproxybrzone_x_imfreq_1": [1256, 1257], "callproxybrzone_x_imfreq_2": [1258, 1259], "callproxybrzone_x_imfreq_3": [1260, 1261], "callproxybrzone_x_imfreq_4": [1262, 1263], "callproxybrzone_x_imtime_0": [1264, 1265], "callproxybrzone_x_imtime_0_r": [1266, 1267], "callproxybrzone_x_imtime_1": [1268, 1269], "callproxybrzone_x_imtime_1_r": [1270, 1271], "callproxybrzone_x_imtime_2": [1272, 1273], "callproxybrzone_x_imtime_2_r": [1274, 1275], "callproxybrzone_x_imtime_3": [1276, 1277], "callproxybrzone_x_imtime_3_r": [1278, 1279], "callproxybrzone_x_imtime_4": [1280, 1281], "callproxybrzone_x_imtime_4_r": [1282, 1283], "callproxybrzone_x_legendre_0": [1284, 1285], "callproxybrzone_x_legendre_1": [1286, 1287], "callproxybrzone_x_legendre_2": [1288, 1289], "callproxybrzone_x_legendre_3": [1290, 1291], "callproxybrzone_x_legendre_4": [1292, 1293], "callproxybrzone_x_refreq_0": [1294, 1295], "callproxybrzone_x_refreq_1": [1296, 1297], "callproxybrzone_x_refreq_2": [1298, 1299], "callproxybrzone_x_refreq_3": [1300, 1301], "callproxybrzone_x_refreq_4": [1302, 1303], "callproxybrzone_x_retime_0": [1304, 1305], "callproxybrzone_x_retime_1": [1306, 1307], "callproxybrzone_x_retime_2": [1308, 1309], "callproxybrzone_x_retime_3": [1310, 1311], "callproxybrzone_x_retime_4": [1312, 1313], "callproxycyclat_0": [1314, 1315], "callproxycyclat_1": [1316, 1317], "callproxycyclat_2": [1318, 1319], "callproxycyclat_3": [1320, 1321], "callproxycyclat_4": [1322, 1323], "callproxycyclat_x_dlr_0": [1324, 1325], "callproxycyclat_x_dlr_1": [1326, 1327], "callproxycyclat_x_dlr_2": [1328, 1329], "callproxycyclat_x_dlr_3": [1330, 1331], "callproxycyclat_x_dlr_4": [1332, 1333], "callproxycyclat_x_imfreq_0": [1334, 1335], "callproxycyclat_x_imfreq_1": [1336, 1337], "callproxycyclat_x_imfreq_2": [1338, 1339], "callproxycyclat_x_imfreq_3": [1340, 1341], "callproxycyclat_x_imfreq_4": [1342, 1343], "callproxycyclat_x_imtime_0": [1344, 1345], "callproxycyclat_x_imtime_0_r": [1346, 1347], "callproxycyclat_x_imtime_1": [1348, 1349], "callproxycyclat_x_imtime_1_r": [1350, 1351], "callproxycyclat_x_imtime_2": [1352, 1353], "callproxycyclat_x_imtime_2_r": [1354, 1355], "callproxycyclat_x_imtime_3": [1356, 1357], "callproxycyclat_x_imtime_3_r": [1358, 1359], "callproxycyclat_x_imtime_4": [1360, 1361], "callproxycyclat_x_imtime_4_r": [1362, 1363], "callproxycyclat_x_legendre_0": [1364, 1365], "callproxycyclat_x_legendre_1": [1366, 1367], "callproxycyclat_x_legendre_2": [1368, 1369], "callproxycyclat_x_legendre_3": [1370, 1371], "callproxycyclat_x_legendre_4": [1372, 1373], "callproxycyclat_x_refreq_0": [1374, 1375], "callproxycyclat_x_refreq_1": [1376, 1377], "callproxycyclat_x_refreq_2": [1378, 1379], "callproxycyclat_x_refreq_3": [1380, 1381], "callproxycyclat_x_refreq_4": [1382, 1383], "callproxycyclat_x_retime_0": [1384, 1385], "callproxycyclat_x_retime_1": [1386, 1387], "callproxycyclat_x_retime_2": [1388, 1389], "callproxycyclat_x_retime_3": [1390, 1391], "callproxycyclat_x_retime_4": [1392, 1393], "callproxydlr_0": [1394, 1395], "callproxydlr_1": [1396, 1397], "callproxydlr_2": [1398, 1399], "callproxydlr_3": [1400, 1401], "callproxydlr_4": [1402, 1403], "callproxydlr_x_brzone_0": [1404, 1405], "callproxydlr_x_brzone_1": [1406, 1407], "callproxydlr_x_brzone_2": [1408, 1409], "callproxydlr_x_brzone_3": [1410, 1411], "callproxydlr_x_brzone_4": [1412, 1413], "callproxydlr_x_cyclat_0": [1414, 1415], "callproxydlr_x_cyclat_1": [1416, 1417], "callproxydlr_x_cyclat_2": [1418, 1419], "callproxydlr_x_cyclat_3": [1420, 1421], "callproxydlr_x_cyclat_4": [1422, 1423], "callproxyimfreq_0": [1424, 1425], "callproxyimfreq_1": [1426, 1427], "callproxyimfreq_2": [1428, 1429], "callproxyimfreq_3": [1430, 1431], "callproxyimfreq_4": [1432, 1433], "callproxyimfreq_x_brzone_0": [1434, 1435], "callproxyimfreq_x_brzone_1": [1436, 1437], "callproxyimfreq_x_brzone_2": [1438, 1439], "callproxyimfreq_x_brzone_3": [1440, 1441], "callproxyimfreq_x_brzone_4": [1442, 1443], "callproxyimfreq_x_cyclat_0": [1444, 1445], "callproxyimfreq_x_cyclat_1": [1446, 1447], "callproxyimfreq_x_cyclat_2": [1448, 1449], "callproxyimfreq_x_cyclat_3": [1450, 1451], "callproxyimfreq_x_cyclat_4": [1452, 1453], "callproxyimtime_0": [1454, 1455], "callproxyimtime_0_r": [1456, 1457], "callproxyimtime_1": [1458, 1459], "callproxyimtime_1_r": [1460, 1461], "callproxyimtime_2": [1462, 1463], "callproxyimtime_2_r": [1464, 1465], "callproxyimtime_3": [1466, 1467], "callproxyimtime_3_r": [1468, 1469], "callproxyimtime_4": [1470, 1471], "callproxyimtime_4_r": [1472, 1473], "callproxyimtime_x_brzone_0": [1474, 1475], "callproxyimtime_x_brzone_0_r": [1476, 1477], "callproxyimtime_x_brzone_1": [1478, 1479], "callproxyimtime_x_brzone_1_r": [1480, 1481], "callproxyimtime_x_brzone_2": [1482, 1483], "callproxyimtime_x_brzone_2_r": [1484, 1485], "callproxyimtime_x_brzone_3": [1486, 1487], "callproxyimtime_x_brzone_3_r": [1488, 1489], "callproxyimtime_x_brzone_4": [1490, 1491], "callproxyimtime_x_brzone_4_r": [1492, 1493], "callproxyimtime_x_cyclat_0": [1494, 1495], "callproxyimtime_x_cyclat_0_r": [1496, 1497], "callproxyimtime_x_cyclat_1": [1498, 1499], "callproxyimtime_x_cyclat_1_r": [1500, 1501], "callproxyimtime_x_cyclat_2": [1502, 1503], "callproxyimtime_x_cyclat_2_r": [1504, 1505], "callproxyimtime_x_cyclat_3": [1506, 1507], "callproxyimtime_x_cyclat_3_r": [1508, 1509], "callproxyimtime_x_cyclat_4": [1510, 1511], "callproxyimtime_x_cyclat_4_r": [1512, 1513], "callproxylegendre_0": [1514, 1515], "callproxylegendre_1": [1516, 1517], "callproxylegendre_2": [1518, 1519], "callproxylegendre_3": [1520, 1521], "callproxylegendre_4": [1522, 1523], "callproxylegendre_x_brzone_0": [1524, 1525], "callproxylegendre_x_brzone_1": [1526, 1527], "callproxylegendre_x_brzone_2": [1528, 1529], "callproxylegendre_x_brzone_3": [1530, 1531], "callproxylegendre_x_brzone_4": [1532, 1533], "callproxylegendre_x_cyclat_0": [1534, 1535], "callproxylegendre_x_cyclat_1": [1536, 1537], "callproxylegendre_x_cyclat_2": [1538, 1539], "callproxylegendre_x_cyclat_3": [1540, 1541], "callproxylegendre_x_cyclat_4": [1542, 1543], "callproxyrefreq_0": [1544, 1545], "callproxyrefreq_1": [1546, 1547], "callproxyrefreq_2": [1548, 1549], "callproxyrefreq_3": [1550, 1551], "callproxyrefreq_4": [1552, 1553], "callproxyrefreq_x_brzone_0": [1554, 1555], "callproxyrefreq_x_brzone_1": [1556, 1557], "callproxyrefreq_x_brzone_2": [1558, 1559], "callproxyrefreq_x_brzone_3": [1560, 1561], "callproxyrefreq_x_brzone_4": [1562, 1563], "callproxyrefreq_x_cyclat_0": [1564, 1565], "callproxyrefreq_x_cyclat_1": [1566, 1567], "callproxyrefreq_x_cyclat_2": [1568, 1569], "callproxyrefreq_x_cyclat_3": [1570, 1571], "callproxyrefreq_x_cyclat_4": [1572, 1573], "callproxyretime_0": [1574, 1575], "callproxyretime_1": [1576, 1577], "callproxyretime_2": [1578, 1579], "callproxyretime_3": [1580, 1581], "callproxyretime_4": [1582, 1583], "callproxyretime_x_brzone_0": [1584, 1585], "callproxyretime_x_brzone_1": [1586, 1587], "callproxyretime_x_brzone_2": [1588, 1589], "callproxyretime_x_brzone_3": [1590, 1591], "callproxyretime_x_brzone_4": [1592, 1593], "callproxyretime_x_cyclat_0": [1594, 1595], "callproxyretime_x_cyclat_1": [1596, 1597], "callproxyretime_x_cyclat_2": [1598, 1599], "callproxyretime_x_cyclat_3": [1600, 1601], "callproxyretime_x_cyclat_4": [1602, 1603], "set_from_gf_data_mul_lr": 1604, "bz_patch": [1606, 1607, 1608, 1609], "bzpatch": [1607, 1608, 1609], "lattice_tool": [1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633], "lattice_to_real_coordin": [1613, 1630, 1650, 1666], "n_orbit": [1614, 1651, 1667], "ndim": [1615, 1622, 1652, 1668], "orbital_nam": [1616, 1653, 1669], "orbital_posit": [1617, 1654, 1670], "brillouinzon": [1619, 1620, 1621, 1622, 1623], "dispers": [1626, 1644, 1661], "displ_vec": 1627, "overlap_mat_vec": 1631, "dos_patch": [1633, 1673], "latticepoint": [1635, 1636, 1637], "super_lattic": [1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657], "tbsuperlattic": [1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657], "change_coordinates_l_to_sl": 1641, "change_coordinates_sl_to_l": 1642, "cluster_sit": 1643, "get_kmesh": [1647, 1663], "get_rmesh": [1648, 1664], "pack_index_site_orbit": 1655, "unpack_index_site_orbit": 1657, "tb_from_pythtb": 1675, "tb_from_wannier90": 1676, "tb_to_sympi": 1677, "extend_wannier90_to_spin": 1678, "k_space_path": 1679, "parse_hopping_from_wannier90_hr_dat": 1680, "parse_lattice_vectors_from_wannier90_wout": 1681, "is_zero": 1687, "c_dag": 1690, "dagger": 1691, "is_op_hermitian": 1692, "n": 1693, "u_matrix": [1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709], "u_j_to_radial_integr": 1696, "u_matrix_kanamori": 1697, "u_matrix_slat": 1698, "angular_matrix_el": 1699, "clebsch_gordan": 1700, "cubic_nam": 1701, "eg_submatrix": 1702, "radial_integrals_to_u_j": 1703, "reduce_4index_to_2index": 1704, "spherical_to_cub": 1705, "subarrai": 1706, "t2g_submatrix": 1707, "three_j_symbol": 1708, "transform_u_matrix": 1709, "extractor": [1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718], "block_matrix_from_op": 1711, "dict_to_matrix": 1712, "extract_u_dict2": 1713, "extract_u_dict4": 1714, "extract_h_dict": 1715, "op_from_block_matrix": 1716, "quadratic_term": 1717, "quartic_term": 1718, "backward_compat": 1720, "diagonal_part": 1721, "h_int_dens": 1722, "h_int_kanamori": 1723, "h_int_slat": 1724, "make_operator_r": 1725, "l2_op": 1727, "ls_op": 1728, "l_op": 1729, "n_op": 1730, "s2_op": 1731, "s_op": 1732, "check_backward_compat": 1733, "op_struct": [1734, 1735, 1736], "get_mkind": 1735, "set_operator_structur": 1736, "mpl_interfac": [1738, 1739, 1740, 1741, 1742], "oplot": 1739, "oploti": 1740, "oplotr": 1741, "use_amsmath": 1742, "clip_arrai": 1744, "plot_protocol_appli": 1745, "randomgener": [1747, 1748], "random_generator_names_list": 1750, "sumk": [1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778], "sumk_discret": [1766, 1767, 1768, 1769, 1770, 1771], "sumkdiscret": [1767, 1768, 1769, 1770, 1771], "gfblocindic": [1768, 1774], "n_kpt": [1770, 1777], "resize_arrai": [1771, 1778], "sumk_discrete_from_lattic": [1772, 1773, 1774, 1775, 1776, 1777, 1778], "sumkdiscretefromlattic": [1773, 1774, 1775, 1776, 1777, 1778], "recompute_grid": 1775, "bound_and_bisect": [1780, 1781, 1782], "determine_bound": 1782, "capture_stdout": 1783, "comparison_test": [1784, 1785, 1786, 1787, 1788, 1789], "assert_array_close_to_scalar": 1785, "assert_arrays_are_clos": 1786, "assert_block2_gfs_are_clos": 1787, "assert_block_gfs_are_clos": 1788, "assert_gfs_are_clos": 1789, "dichotomi": [1790, 1791], "dist_on_nod": [1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811], "distributiononnod": [1793, 1794, 1795, 1796], "sleeptim": [1794, 1798, 1805], "distributiononnodesonestack": [1797, 1798, 1799, 1800, 1801, 1802, 1803], "finish": [1800, 1807], "treat": [1803, 1811], "distributiononnodestest": [1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811], "the_funct": 1810, "h5diff": [1812, 1813, 1814], "compar": 1813, "check_for_mpi": 1816, "mpi_mpi4pi": [1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830], "bcast": [1820, 1834], "is_master_nod": [1821, 1835], "master_gets_host_nam": [1822, 1836], "myprint_err": [1823, 1837], "myprint_out": [1824, 1838], "recv": [1825, 1839], "report": [1826, 1840], "send": [1827, 1841], "slice_arrai": [1828, 1842], "slice_inf": 1829, "slice_sup": 1830, "mpi_nompi": [1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842], "redirect": [1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860], "daemon": 1846, "getnam": 1847, "ident": 1848, "isdaemon": 1849, "is_al": 1850, "join": 1851, "native_id": 1853, "setdaemon": 1855, "setnam": 1856, "stop": 1858, "start_redirect": 1859, "stop_redirect": 1860, "frequent": 1861, "ask": 1861, "question": [1861, 1913, 1916, 1918, 1921], "q": [1861, 1913, 1918], "my": 1861, "e": 1861, "g": [1861, 1875, 1902], "hash": 1861, "debug": 1861, "purpos": 1861, "welcom": 1862, "core": 1862, "numer": 1862, "algorithm": 1862, "where": 1862, "ubuntu": [1863, 1870], "debian": 1863, "anaconda": 1863, "docker": 1863, "apptain": 1863, "binder": 1863, "sourc": [1863, 1868, 1877], "easybuild": 1863, "prerequisit": [1863, 1867], "setup": 1863, "further": 1863, "clang": 1864, "linux": 1864, "libclang": 1864, "unix": 1865, "common": 1865, "softwar": 1865, "develop": 1865, "affect": 1865, "openmp": 1865, "custom": 1866, "mac": 1867, "o": 1867, "virtual": 1868, "prepar": 1871, "ipython": [1871, 1883, 1894], "notebook": [1871, 1883, 1894, 1916, 1921], "floor": 1871, "divis": 1871, "regener": 1871, "final": 1871, "user": 1872, "why": 1872, "quick": 1872, "multidimension": 1873, "declar": 1873, "print": 1873, "matric": 1873, "vector": 1873, "defin": [1873, 1894, 1899], "through": 1873, "algebra": 1873, "ctqmc": 1874, "creation": [1874, 1875], "empti": 1874, "inform": 1874, "one": [1874, 1886, 1890], "replac": 1874, "omega": [1875, 1913, 1918], "nu": 1875, "tau": [1875, 1902], "fill": 1875, "structur": [1877, 1916, 1921], "project": [1878, 1880], "profil": 1879, "you": [1880, 1886, 1890], "its": 1880, "mix": 1880, "theori": [1882, 1901, 1907, 1913, 1915, 1918, 1920], "beth": [1882, 1901, 1907], "learn": 1883, "model": [1884, 1885, 1902, 1903, 1904, 1905, 1908, 1909, 1910], "squar": [1885, 1912, 1917], "espresso": [1886, 1890], "creat": [1886, 1890], "wannier": [1886, 1890], "low": [1886, 1890], "descript": [1886, 1890], "la_2cuo_4": [1886, 1890], "shot": [1886, 1890], "converg": [1886, 1890], "remind": [1886, 1890, 1902], "self": [1886, 1889, 1890, 1893, 1915, 1920], "\u03c3": [1886, 1890], "spectral": [1886, 1890], "6": [1886, 1890, 1908], "fermi": [1886, 1890, 1912, 1917], "k_z": [1886, 1890], "post": [1886, 1890], "conclud": [1886, 1890], "mai": [1886, 1890], "now": [1886, 1890], "02": [1886, 1890], "fermise": [1886, 1887, 1890, 1891], "phase": [1888, 1892, 1914, 1919], "diagram": [1888, 1892], "explor": [1888, 1892], "comparison": [1889, 1893, 1907], "charg": [1889, 1893], "consist": [1889, 1893, 1915, 1920], "introduc": 1894, "mode": 1894, "shell": 1894, "veri": 1894, "indent": 1894, "If": 1894, "statement": 1894, "import": [1894, 1899], "modul": 1894, "numpi": [1894, 1899], "help": 1894, "goal": [1895, 1913, 1918], "inlin": 1895, "prettier": 1895, "subplot": 1895, "like": 1895, "approach": 1895, "circular": [1896, 1900], "arithmet": [1896, 1900], "obtain": [1896, 1900], "compact": [1896, 1900], "pade": [1896, 1900], "exercis": [1896, 1900, 1909], "fundament": 1898, "multivari": 1899, "perturb": [1901, 1907], "visual": [1901, 1902, 1907], "mott": [1901, 1907], "transit": [1901, 1907], "anderson": 1902, "cthyb": 1902, "sampl": 1902, "singl": [1903, 1908], "orbit": [1903, 1904, 1908, 1909], "valenc": [1905, 1910], "bond": [1905, 1910], "precomput": [1905, 1910], "literatur": 1907, "j": 1909, "conclus": 1909, "perfect": [1912, 1913, 1917, 1918], "nest": [1912, 1913, 1917, 1918], "nearest": [1912, 1917], "neighbour": [1912, 1917], "surfac": [1912, 1917], "suscept": [1913, 1918], "chi_0": [1913, 1916, 1918, 1921], "fast": [1913, 1918], "mathbf": [1913, 1918], "omega_n": [1913, 1918], "static": [1913, 1918], "approxim": [1914, 1919], "rpa": [1914, 1915, 1916, 1919, 1920, 1921], "tpsc": [1915, 1916, 1920, 1921], "behaviour": [1915, 1920], "u_": [1915, 1920], "sp": [1915, 1920], "ch": [1915, 1920], "weak": [1915, 1920], "temperatur": [1916, 1921], "antiferromagnet": [1916, 1921], "dimension": [1916, 1921], "mermin": [1916, 1921], "wagner": [1916, 1921], "theorem": [1916, 1921], "previou": [1916, 1921], "arbitrari": [1916, 1921], "spin": [1916, 1921], "factor": [1916, 1921], "s_": [1916, 1921], "remark": [1916, 1921], "compat": 1923}, "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": {"Utility functions for atom_diag": [[511, "utility-functions-for-atom-diag"]], "Template parameters": [[521, "template-parameters"], [582, "template-parameters"], [35, "template-parameters"], [39, "template-parameters"], [34, "template-parameters"], [14, "template-parameters"], [13, "template-parameters"], [18, "template-parameters"], [19, "template-parameters"], [20, "template-parameters"], [26, "template-parameters"], [32, "template-parameters"], [33, "template-parameters"], [28, "template-parameters"], [42, "template-parameters"], [47, "template-parameters"], [46, "template-parameters"], [48, "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"], [109, "template-parameters"], [113, "template-parameters"], [116, "template-parameters"], [114, "template-parameters"], [134, "template-parameters"], [131, "template-parameters"], [132, "template-parameters"], [130, "template-parameters"], [135, "template-parameters"], [137, "template-parameters"], [138, "template-parameters"], [146, "template-parameters"], [147, "template-parameters"], [153, "template-parameters"], [149, "template-parameters"], [148, "template-parameters"], [151, "template-parameters"], [150, "template-parameters"], [159, "template-parameters"], [154, "template-parameters"], [155, "template-parameters"], [156, "template-parameters"], [158, "template-parameters"], [157, "template-parameters"], [161, "template-parameters"], [164, "template-parameters"], [160, "template-parameters"], [192, "template-parameters"], [191, "template-parameters"], [194, "template-parameters"], [193, "template-parameters"], [195, "template-parameters"], [197, "template-parameters"], [196, "template-parameters"], [207, "template-parameters"], [261, "template-parameters"], [267, "template-parameters"], [265, "template-parameters"], [264, "template-parameters"], [266, "template-parameters"], [269, "template-parameters"], [270, "template-parameters"], [278, "template-parameters"], [282, "template-parameters"], [281, "template-parameters"], [293, "template-parameters"], [294, "template-parameters"], [302, "template-parameters"], [307, "template-parameters"], [311, "template-parameters"], [310, "template-parameters"], [312, "template-parameters"], [326, "template-parameters"], [324, "template-parameters"], [325, "template-parameters"], [329, "template-parameters"], [361, "template-parameters"], [364, "template-parameters"], [366, "template-parameters"], [365, "template-parameters"], [367, "template-parameters"], [370, "template-parameters"], [375, "template-parameters"], [380, "template-parameters"], [391, "template-parameters"], [388, "template-parameters"], [420, "template-parameters"], [461, "template-parameters"], [471, "template-parameters"], [490, "template-parameters"], [493, "template-parameters"], [494, "template-parameters"], [495, "template-parameters"], [492, "template-parameters"], [491, "template-parameters"], [497, "template-parameters"], [531, "template-parameters"]], "Parameters": [[521, "parameters"], [39, "parameters"], [34, "parameters"], [15, "parameters"], [13, "parameters"], [12, "parameters"], [18, "parameters"], [19, "parameters"], [26, "parameters"], [32, "parameters"], [33, "parameters"], [43, "parameters"], [47, "parameters"], [46, "parameters"], [48, "parameters"], [57, "parameters"], [53, "parameters"], [58, "parameters"], [63, "parameters"], [73, "parameters"], [71, "parameters"], [76, "parameters"], [83, "parameters"], [85, "parameters"], [89, "parameters"], [88, "parameters"], [95, "parameters"], [97, "parameters"], [105, "parameters"], [100, "parameters"], [109, "parameters"], [115, "parameters"], [117, "parameters"], [113, "parameters"], [116, "parameters"], [114, "parameters"], [119, "parameters"], [120, "parameters"], [129, "parameters"], [131, "parameters"], [132, "parameters"], [130, "parameters"], [135, "parameters"], [140, "parameters"], [146, "parameters"], [147, "parameters"], [149, "parameters"], [148, "parameters"], [150, "parameters"], [159, "parameters"], [156, "parameters"], [158, "parameters"], [157, "parameters"], [161, "parameters"], [165, "parameters"], [163, "parameters"], [160, "parameters"], [170, "parameters"], [167, "parameters"], [169, "parameters"], [168, "parameters"], [166, "parameters"], [172, "parameters"], [181, "parameters"], [180, "parameters"], [183, "parameters"], [189, "parameters"], [192, "parameters"], [191, "parameters"], [194, "parameters"], [193, "parameters"], [195, "parameters"], [198, "parameters"], [200, "parameters"], [199, "parameters"], [197, "parameters"], [196, "parameters"], [207, "parameters"], [233, "parameters"], [245, "parameters"], [261, "parameters"], [267, "parameters"], [265, "parameters"], [264, "parameters"], [266, "parameters"], [270, "parameters"], [278, "parameters"], [282, "parameters"], [290, "parameters"], [294, "parameters"], [303, "parameters"], [302, "parameters"], [307, "parameters"], [311, "parameters"], [310, "parameters"], [312, "parameters"], [326, "parameters"], [324, "parameters"], [325, "parameters"], [327, "parameters"], [329, "parameters"], [339, "parameters"], [343, "parameters"], [342, "parameters"], [344, "parameters"], [348, "parameters"], [351, "parameters"], [346, "parameters"], [355, "parameters"], [356, "parameters"], [353, "parameters"], [352, "parameters"], [354, "parameters"], [358, "parameters"], [359, "parameters"], [362, "parameters"], [364, "parameters"], [366, "parameters"], [365, "parameters"], [369, "parameters"], [368, "parameters"], [373, "parameters"], [370, "parameters"], [372, "parameters"], [378, "parameters"], [380, "parameters"], [379, "parameters"], [383, "parameters"], [386, "parameters"], [384, "parameters"], [385, "parameters"], [382, "parameters"], [391, "parameters"], [390, "parameters"], [389, "parameters"], [398, "parameters"], [395, "parameters"], [394, "parameters"], [397, "parameters"], [396, "parameters"], [404, "parameters"], [402, "parameters"], [401, "parameters"], [411, "parameters"], [407, "parameters"], [409, "parameters"], [408, "parameters"], [406, "parameters"], [412, "parameters"], [417, "parameters"], [413, "parameters"], [418, "parameters"], [420, "parameters"], [423, "parameters"], [437, "parameters"], [441, "parameters"], [440, "parameters"], [439, "parameters"], [438, "parameters"], [453, "parameters"], [460, "parameters"], [461, "parameters"], [466, "parameters"], [471, "parameters"], [472, "parameters"], [477, "parameters"], [475, "parameters"], [481, "parameters"], [482, "parameters"], [478, "parameters"], [483, "parameters"], [486, "parameters"], [487, "parameters"], [488, "parameters"], [490, "parameters"], [493, "parameters"], [494, "parameters"], [495, "parameters"], [492, "parameters"], [491, "parameters"], [497, "parameters"], [496, "parameters"]], "Notations and documentation conventions": [[521, "notations-and-documentation-conventions"]], "Notation": [[521, "notation"]], "Documentation conventions for C++ code": [[521, "documentation-conventions-for-c-code"]], "add": [[521, "add"]], "Return value": [[521, "return-value"]], "[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[510, "triqs-atom-diag-lightweight-exact-diagonalization-solver-and-tools"]], "Example of use: Python": [[510, "example-of-use-python"]], "Example of use: C++": [[510, "example-of-use-c"]], "Transform CLEF expressions into functions": [[518, "transform-clef-expressions-into-functions"]], "make_function": [[518, "make-function"]], "Short notation with >> operator": [[518, "short-notation-with-operator"]], "clef::function": [[518, "clef-function"]], "Examples": [[518, "examples"], [538, "examples"], [539, "examples"], [533, "examples"], [545, "examples"], [543, "examples"], [557, "examples"], [537, "examples"], [542, "examples"]], "More complex examples": [[514, "more-complex-examples"]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[513, "triqs-clef-clef-compile-time-lazy-expressions-and-functions"]], "A lazy sum": [[515, "a-lazy-sum"]], "Overloading functions and methods for CLEF arguments": [[520, "overloading-functions-and-methods-for-clef-arguments"]], "Overloading functions": [[520, "overloading-functions"]], "Overloading operator() and other methods": [[520, "overloading-operator-and-other-methods"]], "How does it work ?": [[524, "how-does-it-work"]], "Cofactors": [[524, "cofactors"]], "The Sherman-Morrison formula": [[524, "the-sherman-morrison-formula"]], "Addition of a line and a column, or more": [[524, "addition-of-a-line-and-a-column-or-more"]], "Removal of a line and a column, or more": [[524, "removal-of-a-line-and-a-column-or-more"]], "Change of a column": [[524, "change-of-a-column"]], "Change of a line": [[524, "change-of-a-line"]], "Change of a line and a column": [[524, "change-of-a-line-and-a-column"]], "Automatic assignment of containers": [[512, "automatic-assignment-of-containers"]], "Motivation: a little tour of CLEF": [[519, "motivation-a-little-tour-of-clef"]], "Evaluating CLEF expressions": [[516, "evaluating-clef-expressions"]], "Complete evaluation": [[516, "complete-evaluation"]], "Partial evaluation": [[516, "partial-evaluation"], [541, "partial-evaluation"], [541, "id1"], [1899, "Partial-evaluation"]], "Forming CLEF expressions": [[517, "forming-clef-expressions"]], "Placeholders": [[517, "placeholders"]], "Forming an expression": [[517, "forming-an-expression"]], "Storage of expressions [advanced]": [[517, "storage-of-expressions-advanced"]], "Synopsis": [[538, "synopsis"], [539, "synopsis"], [529, "synopsis"], [545, "synopsis"], [543, "synopsis"], [523, "synopsis"], [537, "synopsis"]], "[gf] Matsubara imaginary time": [[538, "gf-imtime-matsubara-imaginary-time"]], "Domain & mesh": [[538, "domain-mesh"], [539, "domain-mesh"], [533, "domain-mesh"], [545, "domain-mesh"], [543, "domain-mesh"], [537, "domain-mesh"], [542, "domain-mesh"]], "Singularity": [[538, "singularity"], [539, "singularity"], [533, "singularity"], [545, "singularity"], [542, "singularity"]], "Evaluation method": [[538, "evaluation-method"], [539, "evaluation-method"], [545, "evaluation-method"], [543, "evaluation-method"], [537, "evaluation-method"]], "Data storage": [[538, "data-storage"], [539, "data-storage"], [533, "data-storage"], [545, "data-storage"], [543, "data-storage"], [537, "data-storage"], [542, "data-storage"]], "HDF5 storage convention": [[538, "hdf5-storage-convention"], [539, "hdf5-storage-convention"], [533, "hdf5-storage-convention"], [545, "hdf5-storage-convention"], [543, "hdf5-storage-convention"], [537, "hdf5-storage-convention"], [542, "hdf5-storage-convention"]], "[gf] Legendre representation": [[539, "gf-legendre-legendre-representation"]], "Concepts": [[527, "concepts"], [574, "concepts"]], "Domain": [[527, "domain"]], "PureFunctionOnDomain": [[527, "purefunctionondomain"]], "Mesh": [[527, "mesh"]], "MeshPoint": [[527, "meshpoint"]], "Fourier: implementation notes": [[530, "fourier-implementation-notes"]], "The FFTW library": [[530, "the-fftw-library"]], "Implementation in real time/frequency using FFTW": [[530, "implementation-in-real-time-frequency-using-fftw"]], "Implementation in imaginary time/frequency using FFTW": [[530, "implementation-in-imaginary-time-frequency-using-fftw"]], "Special case of real functions in time for fermions": [[530, "special-case-of-real-functions-in-time-for-fermions"]], "Special case of real functions in time for bosons": [[530, "special-case-of-real-functions-in-time-for-bosons"]], "Usage of the tail in the TF": [[530, "usage-of-the-tail-in-the-tf"]], "Example": [[529, "example"], [551, "example"], [554, "example"], [507, "example"], [573, "example"], [592, "example"], [590, "example"], [556, "example"], [555, "example"], [558, "example"], [19, "example"], [95, "example"], [265, "example"], [264, "example"], [270, "example"], [326, "example"], [460, "example"], [464, "example"], [469, "example"], [467, "example"], [471, "example"], [493, "example"], [494, "example"], [495, "example"], [492, "example"], [523, "example"]], "Fourier transforms": [[529, "fourier-transforms"], [1896, "Fourier-transforms"], [1900, "Fourier-transforms"]], "fourier": [[529, "fourier"], [0, "fourier"], [0, "id76"]], "Constructors": [[535, "constructors"], [533, "constructors"]], "Constructors of gf": [[535, "constructors-of-gf"]], "[block_gf] Block Green functions": [[533, "block-gf-t-block-green-functions"]], "Factories": [[533, "factories"]], "Factories for the regular type": [[533, "factories-for-the-regular-type"]], "Factories for the view type": [[533, "factories-for-the-view-type"]], "Interpolation method": [[533, "interpolation-method"], [542, "interpolation-method"]], "Iterators": [[533, "iterators"]], "Interaction with CLEF expressions": [[526, "interaction-with-clef-expressions"]], "Data access": [[536, "data-access"]], "mesh": [[536, "mesh"], [0, "mesh"]], "data": [[536, "data"]], "singularity": [[536, "singularity"]], "symmetry": [[536, "symmetry"]], "Operator()": [[534, "operator"]], "(1) Evaluation": [[534, "evaluation"]], "(2) Building a view": [[534, "building-a-view"]], "(3) Interaction with clef expressions": [[534, "interaction-with-clef-expressions"]], "Basic notions": [[525, "basic-notions"]], "Types of Green\u2019s functions": [[525, "types-of-green-s-functions"]], "Matsubara Green\u2019s function in imaginary time ": [[525, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[525, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[525, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Green function in real time ": [[525, "green-function-in-real-time-gfretime"]], "Retarded Green\u2019s function in real frequencies ": [[525, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Fourier and Legendre transforms": [[525, "fourier-and-legendre-transforms"]], "High-frequency tail": [[525, "high-frequency-tail"]], "Assignment": [[532, "assignment"]], "Move assign operator": [[532, "move-assign-operator"]], "[gf] Real time": [[545, "gf-retime-real-time"]], "Green\u2019s functions": [[552, "green-s-functions"], [0, "greens-functions"], [1875, "green-s-functions"]], "High-Frequency moments of the Green\u2019s function": [[551, "high-frequency-moments-of-the-green-s-function"], [562, "high-frequency-moments-of-the-green-s-function"]], "API": [[551, "api"]], "Adjusting the fit parameters (Advanced)": [[551, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[551, "adjusting-the-fit-window-advanced"]], "Implementation notes": [[548, "implementation-notes"]], "Misc": [[540, "misc"]], "Statistic": [[540, "statistic"]], "Operator []": [[547, "operator"]], "(1) Use the linear index of the mesh": [[547, "use-the-linear-index-of-the-mesh"]], "(2) Use the mesh_point of the mesh": [[547, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[547, "find-the-closest-mesh-point-from-a-domain-point"]], "(4) Interaction with clef expressions": [[547, "interaction-with-clef-expressions"]], "[gf] Real frequencies": [[543, "gf-refreq-real-frequencies"]], "Target reinterpretation": [[544, "target-reinterpretation"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[554, "gfimfreq-matsubara-green-s-function-in-imaginary-frequencies"]], "Reference": [[554, "reference"], [589, "reference"], [560, "reference"], [556, "reference"], [561, "reference"], [557, "reference"], [555, "reference"], [558, "reference"]], "Parameters (KEYWORD argument ONLY)": [[554, "parameters-keyword-argument-only"], [674, "parameters-keyword-argument-only"], [713, "parameters-keyword-argument-only"], [752, "parameters-keyword-argument-only"], [791, "parameters-keyword-argument-only"], [830, "parameters-keyword-argument-only"], [556, "parameters-keyword-argument-only"], [557, "parameters-keyword-argument-only"], [555, "parameters-keyword-argument-only"], [558, "parameters-keyword-argument-only"]], "HDF5 data scheme": [[554, "hdf5-data-scheme"], [556, "hdf5-data-scheme"], [557, "hdf5-data-scheme"], [555, "hdf5-data-scheme"], [558, "hdf5-data-scheme"], [508, "hdf5-data-scheme"]], "Specializations": [[546, "specializations"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[607, "triqs-atom-diag-atom-diag-atomdiagcomplex-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[606, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-matrix"]], "triqs.atom_diag.atom_diag": [[600, "module-triqs.atom_diag.atom_diag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[608, "triqs-atom-diag-atom-diag-atomdiagcomplex-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[611, "triqs-atom-diag-atom-diag-atomdiagcomplex-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[613, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[603, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[601, "triqs-atom-diag-atom-diag-atomdiagcomplex"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[609, "triqs-atom-diag-atom-diag-atomdiagcomplex-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[612, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[614, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[604, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[610, "triqs-atom-diag-atom-diag-atomdiagcomplex-fops"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[602, "triqs-atom-diag-atom-diag-atomdiagcomplex-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[605, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[624, "triqs-atom-diag-atom-diag-atomdiagreal-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[626, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[623, "triqs-atom-diag-atom-diag-atomdiagreal-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[616, "triqs-atom-diag-atom-diag-atomdiagcomplex-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[629, "triqs-atom-diag-atom-diag-atomdiagreal-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[618, "triqs-atom-diag-atom-diag-atomdiagcomplex-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[628, "triqs-atom-diag-atom-diag-atomdiagreal-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[619, "triqs-atom-diag-atom-diag-atomdiagcomplex-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[621, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[617, "triqs-atom-diag-atom-diag-atomdiagcomplex-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[620, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[625, "triqs-atom-diag-atom-diag-atomdiagreal-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[622, "triqs-atom-diag-atom-diag-atomdiagreal"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[627, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[615, "triqs-atom-diag-atom-diag-atomdiagcomplex-gs-energy"]], "The class_ class": [[500, "the-class-class"]], "Cpp2Py: a C++/Python interfacing tool": [[501, "cpp2py-a-c-python-interfacing-tool"]], "Python API of the desc file": [[505, "python-api-of-the-desc-file"]], "General Principle": [[504, "general-principle"]], "Convertion vs wrapping": [[502, "convertion-vs-wrapping"]], "Wrapping classes from C++ to Python": [[502, "wrapping-classes-from-c-to-python"]], "Convertion": [[502, "convertion"]], "The module_ class": [[503, "the-module-class"]], "Manual": [[498, null], [9, "manual"]], "triqs/MPI": [[509, "triqs-mpi"]], "Introduction": [[509, "introduction"], [593, "introduction"], [578, "introduction"]], "MPI documentation/manual/triqs": [[509, "mpi-documentation-manual-triqs"]], "Supported functions and types": [[509, "supported-functions-and-types"]], "Basic usage": [[509, "basic-usage"]], "Headers": [[509, "headers"]], "MPI example": [[509, "mpi-example"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[507, "solution-1-the-class-provides-the-transformation-into-a-dict-of-hdf-compliant-objects"]], "Principle": [[507, "principle"]], "What happens in detail?": [[507, "what-happens-in-detail"]], "The cfunction class": [[499, "the-cfunction-class"]], "[triqs/h5] The HDF5 format": [[506, "triqs-h5-the-hdf5-format"]], "Random number generator": [[579, "random-number-generator"]], "Generic use": [[579, "generic-use"]], "Getting a list of random number generators": [[579, "getting-a-list-of-random-number-generators"]], "Accessing the random number generator from the Monte Carlo class": [[579, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "The BravaisLattice and TightBinding classes: definitions and example": [[573, "the-bravaislattice-and-tightbinding-classes-definitions-and-example"]], "BravaisLattice": [[573, "bravaislattice"]], "TightBinding": [[573, "tightbinding"]], "energies_on_bz_path": [[573, "energies-on-bz-path"]], "Hilbert Transform": [[570, "hilbert-transform"]], "Example: the Ising chain in a magnetic field": [[577, "example-the-ising-chain-in-a-magnetic-field"]], "The configuration": [[577, "the-configuration"]], "The move": [[577, "the-move"], [580, "the-move"]], "Measure": [[577, "measure"]], "Main program": [[577, "main-program"]], "U matrix construction": [[583, "u-matrix-construction"]], "Free Fermions with tight binding hopping": [[572, "free-fermions-with-tight-binding-hopping"]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[581, "triqs-operators-second-quantization-operators-and-many-body-hamiltonians"]], "Tutorial": [[580, "tutorial"]], "The C++ code for this problem": [[580, "the-c-code-for-this-problem"]], "Initializing the MPI": [[580, "initializing-the-mpi"]], "Constructing the Monte Carlo simulation": [[580, "constructing-the-monte-carlo-simulation"]], "Moves and measures": [[580, "moves-and-measures"]], "The measure": [[580, "the-measure"]], "Starting the Monte Carlo simulation": [[580, "starting-the-monte-carlo-simulation"]], "End of the simulation - gathering results": [[580, "end-of-the-simulation-gathering-results"]], "Writing your own Monte Carlo simulation": [[580, "writing-your-own-monte-carlo-simulation"]], "Introduction & Motivations": [[574, "introduction-motivations"]], "The Move concept": [[574, "the-move-concept"]], "The Measure concept": [[574, "the-measure-concept"]], "Sums over Brillouin zone": [[571, "sums-over-brillouin-zone"]], "Member types": [[582, "member-types"], [35, "member-types"], [20, "member-types"], [28, "member-types"], [49, "member-types"], [64, "member-types"], [77, "member-types"], [90, "member-types"], [101, "member-types"], [134, "member-types"], [164, "member-types"], [202, "member-types"], [252, "member-types"], [269, "member-types"], [281, "member-types"], [293, "member-types"], [335, "member-types"], [367, "member-types"], [376, "member-types"], [388, "member-types"], [531, "member-types"], [550, "member-types"], [549, "member-types"]], "Free functions": [[582, "free-functions"], [537, "free-functions"]], "Python": [[582, "python"], [0, "python"], [1879, "python"], [584, "python"]], "Second-quantization operators": [[582, "second-quantization-operators"]], "Construction/factories": [[582, "construction-factories"]], "Overloaded operations": [[582, "overloaded-operations"]], "Methods": [[582, "methods"]], "Iteration over monomials": [[582, "iteration-over-monomials"]], "Serialization & HDF5": [[582, "serialization-hdf5"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[635, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[641, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[642, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[638, "triqs-atom-diag-atom-diag-atomdiagreal-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[634, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[633, "triqs-atom-diag-atom-diag-atomdiagreal-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[632, "triqs-atom-diag-atom-diag-atomdiagreal-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[631, "triqs-atom-diag-atom-diag-atomdiagreal-fops"]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[639, "triqs-atom-diag-atom-diag-atomdiagreal-quantum-numbers"]], "triqs.atom_diag.atom_diag.act": [[643, "triqs-atom-diag-atom-diag-act"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[630, "triqs-atom-diag-atom-diag-atomdiagreal-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[636, "triqs-atom-diag-atom-diag-atomdiagreal-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[637, "triqs-atom-diag-atom-diag-atomdiagreal-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[640, "triqs-atom-diag-atom-diag-atomdiagreal-unitary-matrices"]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[644, "triqs-atom-diag-atom-diag-atomic-density-matrix"]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[645, "triqs-atom-diag-atom-diag-atomic-g-iw"]], "triqs.dos.dos.DOS.copy": [[657, "triqs-dos-dos-dos-copy"]], "triqs.atom_diag.atom_diag.atomic_g_l": [[646, "triqs-atom-diag-atom-diag-atomic-g-l"]], "triqs.dos.dos": [[654, "module-triqs.dos.dos"]], "triqs.dos": [[653, "module-triqs.dos"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[651, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues-checked"]], "triqs.atom_diag.atom_diag.partition_function": [[649, "triqs-atom-diag-atom-diag-partition-function"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[650, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues"]], "triqs.dos.dos.DOS.__init__": [[656, "triqs-dos-dos-dos-init"]], "triqs.atom_diag.atom_diag.atomic_g_w": [[648, "triqs-atom-diag-atom-diag-atomic-g-w"]], "triqs.dos.dos.DOS.density": [[658, "triqs-dos-dos-dos-density"]], "triqs.dos.dos.DOS": [[655, "triqs-dos-dos-dos"]], "triqs.atom_diag.atom_diag.trace_rho_op": [[652, "triqs-atom-diag-atom-diag-trace-rho-op"]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[647, "triqs-atom-diag-atom-diag-atomic-g-tau"]], "triqs.dos.dos.DOSFromFunction": [[659, "triqs-dos-dos-dosfromfunction"]], "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"]], "About TRIQS": [[3, "about-triqs"]], "Authors & contributors": [[3, "authors-contributors"]], "Citation": [[3, "citation"]], "License": [[3, "license"]], "Disclaimer": [[3, "disclaimer"], [1867, "disclaimer"]], "Logo files": [[3, "logo-files"]], "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, "id26"], [0, "id58"], [108, "mpi"]], "C++": [[0, "c"], [1879, "c"], [584, "c"]], "Changelog": [[0, "changelog"]], "Version 3.3.1": [[0, "version-3-3-1"]], "General": [[0, "general"], [0, "id2"], [0, "id4"], [0, "id8"], [0, "id18"], [0, "id30"], [0, "id35"], [0, "id41"], [0, "id49"], [0, "id52"], [0, "id62"], [0, "id66"], [0, "id74"], [0, "id80"]], "doc": [[0, "doc"], [0, "id3"], [0, "id5"], [0, "id10"], [0, "id14"], [0, "id21"], [0, "id34"], [0, "id38"], [0, "id46"], [0, "id50"], [0, "id54"], [0, "id64"], [0, "id73"], [0, "id79"]], "Version 3.3.0": [[0, "version-3-3-0"]], "Gf": [[0, "gf"], [0, "id9"], [0, "id31"]], "atom_diag": [[0, "atom-diag"], [0, "id19"], [0, "id27"], [0, "id36"], [0, "id72"]], "cmake": [[0, "cmake"], [0, "id7"], [0, "id11"], [0, "id13"], [0, "id20"], [0, "id29"], [0, "id32"], [0, "id37"], [0, "id42"], [0, "id48"], [0, "id51"], [0, "id53"], [0, "id65"], [0, "id69"], [0, "id77"]], "jenkins": [[0, "jenkins"], [0, "id6"], [0, "id12"], [0, "id23"], [0, "id33"], [0, "id40"], [0, "id45"], [0, "id56"], [0, "id63"]], "Version 3.2.1": [[0, "version-3-2-1"]], "Version 3.2.0": [[0, "version-3-2-0"]], "Porting Script": [[0, "porting-script"], [0, "id17"]], "API Changes": [[0, "api-changes"]], "Meshes": [[0, "meshes"], [0, "id16"]], "DLR": [[0, "dlr"]], "Lattice": [[0, "lattice"]], "det_manip": [[0, "det-manip"], [0, "id71"]], "mc_generic": [[0, "mc-generic"], [0, "id25"], [0, "id57"]], "MPI": [[0, "mpi"]], "Fixes": [[0, "fixes"]], "Version 3.1.1": [[0, "version-3-1-1"]], "gf": [[0, "id15"], [0, "id22"], [0, "id28"], [0, "id39"], [0, "id44"], [0, "id47"], [0, "id55"], [0, "id67"], [0, "id81"]], "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, "id43"]], "lattice": [[0, "id24"], [0, "id59"], [0, "id70"]], "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, "id68"]], "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, "id60"]], "packaging": [[0, "packaging"], [0, "id61"]], "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, "id78"]], "h5": [[0, "h5"]], "itertools": [[0, "itertools"], [11, "itertools"]], "pytriqs": [[0, "pytriqs"], [0, "id75"], [0, "id83"]], "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, "id82"]], "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, "id84"]], "Version 1.4": [[0, "version-1-4"]], "Documentation": [[0, "documentation"], [9, "documentation"]], "Installation": [[0, "installation"], [0, "id85"], [1863, "installation"]], "Many-body operators": [[0, "many-body-operators"], [0, "id86"]], "Tests": [[0, "tests"], [0, "id88"]], "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, "id87"], [561, "hdf5"]], "c++2py": [[0, "c-2py"]], "Miscellaneous": [[0, "miscellaneous"]], "Version 1.2": [[0, "version-1-2"]], "Green Functions": [[0, "id89"]], "Version 1.1": [[0, "version-1-1"]], "Version 1.0": [[0, "version-1-0"]], "Python classes": [[0, "python-classes"]], "Archives": [[0, "archives"]], "C++ API": [[9, "c-api"]], "Python API": [[9, "python-api"], [562, "python-api"]], "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"]], "Table of contents": [[5, "table-of-contents"]], "triqs.dos.dos.dos_from_file": [[663, "triqs-dos-dos-dos-from-file"]], "triqs.dos.dos.DOSFromFunction.__init__": [[660, "triqs-dos-dos-dosfromfunction-init"]], "triqs.dos.hilbert_transform.HilbertTransform": [[665, "triqs-dos-hilbert-transform-hilberttransform"]], "triqs.fit.fit.Fit": [[669, "triqs-fit-fit-fit"]], "triqs.gf.backwd_compat": [[672, "module-triqs.gf.backwd_compat"]], "triqs.fit.fit": [[668, "module-triqs.fit.fit"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[674, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq"]], "triqs.dos.dos.DOSFromFunction.density": [[662, "triqs-dos-dos-dosfromfunction-density"]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[666, "triqs-dos-hilbert-transform-hilberttransform-init"]], "triqs.fit.fit.Fit.__init__": [[670, "triqs-fit-fit-fit-init"]], "triqs.gf.backwd_compat.gf_imfreq": [[673, "module-triqs.gf.backwd_compat.gf_imfreq"]], "triqs.gf": [[671, "module-triqs.gf"]], "triqs.fit": [[667, "module-triqs.fit"]], "triqs.dos.hilbert_transform": [[664, "module-triqs.dos.hilbert_transform"]], "triqs.dos.dos.DOSFromFunction.copy": [[661, "triqs-dos-dos-dosfromfunction-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[680, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[677, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[683, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[686, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[687, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-imag"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[675, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[679, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[676, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[681, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[682, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[684, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[689, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-inverse"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[688, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[685, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[678, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[700, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[698, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[702, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[701, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[695, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-real"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[703, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[699, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[694, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[691, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[697, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[693, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-mesh"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[704, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[692, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[696, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[690, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-invert"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[715, "triqs-gf-backwd-compat-gf-imtime-gfimtime-conjugate"]], "triqs.gf.backwd_compat.gf_imtime": [[712, "module-triqs.gf.backwd_compat.gf_imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[718, "triqs-gf-backwd-compat-gf-imtime-gfimtime-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[711, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-zero"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[706, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[717, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy-from"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[713, "triqs-gf-backwd-compat-gf-imtime-gfimtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.tau_L2_norm": [[707, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[714, "triqs-gf-backwd-compat-gf-imtime-gfimtime-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[709, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-transpose"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[716, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[719, "triqs-gf-backwd-compat-gf-imtime-gfimtime-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[705, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[708, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-total-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[710, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-x-data-view"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[727, "triqs-gf-backwd-compat-gf-imtime-gfimtime-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[732, "triqs-gf-backwd-compat-gf-imtime-gfimtime-mesh"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[734, "triqs-gf-backwd-compat-gf-imtime-gfimtime-real"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[733, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[726, "triqs-gf-backwd-compat-gf-imtime-gfimtime-imag"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[722, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[725, "triqs-gf-backwd-compat-gf-imtime-gfimtime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[728, "triqs-gf-backwd-compat-gf-imtime-gfimtime-inverse"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[730, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[723, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[721, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[720, "triqs-gf-backwd-compat-gf-imtime-gfimtime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[729, "triqs-gf-backwd-compat-gf-imtime-gfimtime-invert"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[731, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[724, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[741, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[737, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[740, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[748, "triqs-gf-backwd-compat-gf-imtime-gfimtime-transpose"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[735, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[743, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[744, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[745, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.tau_L2_norm": [[746, "triqs-gf-backwd-compat-gf-imtime-gfimtime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[749, "triqs-gf-backwd-compat-gf-imtime-gfimtime-x-data-view"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[738, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[747, "triqs-gf-backwd-compat-gf-imtime-gfimtime-total-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[736, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[739, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[742, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[750, "triqs-gf-backwd-compat-gf-imtime-gfimtime-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[764, "triqs-gf-backwd-compat-gf-legendre-gflegendre-from-l-g-r"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[760, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[757, "triqs-gf-backwd-compat-gf-legendre-gflegendre-data"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[754, "triqs-gf-backwd-compat-gf-legendre-gflegendre-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[755, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[758, "triqs-gf-backwd-compat-gf-legendre-gflegendre-density"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[752, "triqs-gf-backwd-compat-gf-legendre-gflegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[759, "triqs-gf-backwd-compat-gf-legendre-gflegendre-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[762, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[763, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[753, "triqs-gf-backwd-compat-gf-legendre-gflegendre-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[761, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre": [[751, "module-triqs.gf.backwd_compat.gf_legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[756, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy-from"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[771, "triqs-gf-backwd-compat-gf-legendre-gflegendre-mesh"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[773, "triqs-gf-backwd-compat-gf-legendre-gflegendre-real"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[779, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imtime"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[778, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[776, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[775, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[766, "triqs-gf-backwd-compat-gf-legendre-gflegendre-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[772, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[774, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rebinning-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[777, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-fourier"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[768, "triqs-gf-backwd-compat-gf-legendre-gflegendre-invert"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[767, "triqs-gf-backwd-compat-gf-legendre-gflegendre-inverse"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau": [[770, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[769, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[765, "triqs-gf-backwd-compat-gf-legendre-gflegendre-imag"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[783, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[793, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[787, "triqs-gf-backwd-compat-gf-legendre-gflegendre-transpose"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.tau_L2_norm": [[785, "triqs-gf-backwd-compat-gf-legendre-gflegendre-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[786, "triqs-gf-backwd-compat-gf-legendre-gflegendre-total-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[791, "triqs-gf-backwd-compat-gf-refreq-gfrefreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[792, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[789, "triqs-gf-backwd-compat-gf-legendre-gflegendre-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[782, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-indices"]], "triqs.gf.backwd_compat.gf_refreq": [[790, "module-triqs.gf.backwd_compat.gf_refreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[780, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[794, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[788, "triqs-gf-backwd-compat-gf-legendre-gflegendre-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[784, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-shape"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[781, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-pade"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[796, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[798, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[799, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[803, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[805, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[802, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[807, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-invert"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[797, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[804, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-imag"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[808, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[809, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[795, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[806, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-inverse"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[800, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[801, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[819, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[818, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[814, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[811, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[810, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-mesh"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[816, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[821, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[812, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-real"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[823, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-shape"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[817, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.tau_L2_norm": [[824, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[815, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[822, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[813, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[820, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[836, "triqs-gf-backwd-compat-gf-retime-gfretime-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[825, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[833, "triqs-gf-backwd-compat-gf-retime-gfretime-copy"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[830, "triqs-gf-backwd-compat-gf-retime-gfretime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[827, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-x-data-view"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[826, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[834, "triqs-gf-backwd-compat-gf-retime-gfretime-copy-from"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[835, "triqs-gf-backwd-compat-gf-retime-gfretime-data"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[832, "triqs-gf-backwd-compat-gf-retime-gfretime-conjugate"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[839, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[831, "triqs-gf-backwd-compat-gf-retime-gfretime-init"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[838, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[828, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-zero"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[837, "triqs-gf-backwd-compat-gf-retime-gfretime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_retime": [[829, "module-triqs.gf.backwd_compat.gf_retime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[841, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[854, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[851, "triqs-gf-backwd-compat-gf-retime-gfretime-real"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[850, "triqs-gf-backwd-compat-gf-retime-gfretime-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[843, "triqs-gf-backwd-compat-gf-retime-gfretime-imag"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[846, "triqs-gf-backwd-compat-gf-retime-gfretime-invert"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[844, "triqs-gf-backwd-compat-gf-retime-gfretime-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[842, "triqs-gf-backwd-compat-gf-retime-gfretime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[848, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[849, "triqs-gf-backwd-compat-gf-retime-gfretime-mesh"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[853, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[845, "triqs-gf-backwd-compat-gf-retime-gfretime-inverse"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[840, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[852, "triqs-gf-backwd-compat-gf-retime-gfretime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[847, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-hermitian"]], "triqs.atom_diag": [[598, "module-triqs.atom_diag"]], "Exceptions": [[595, "exceptions"]], "Random number generators": [[592, "random-number-generators"]], "Usage": [[592, "usage"], [1868, "usage"], [1864, "usage"]], "Complete documentation/manual/triqs": [[592, "complete-documentation-manual-triqs"]], "[triqs/stat] Statistical Analysis": [[593, "triqs-stat-statistical-analysis"]], "Processing Correlated Data": [[593, "processing-correlated-data"]], "Averages and Standard Errors": [[593, "averages-and-standard-errors"]], "Plotting TRIQS objects": [[590, "plotting-triqs-objects"]], "A thin layer above matplotlib": [[590, "a-thin-layer-above-matplotlib"]], "Multiple panels figures": [[590, "multiple-panels-figures"]], "Plot protocol [Advanced]": [[590, "plot-protocol-advanced"]], "Example with options": [[590, "example-with-options"]], "Python include warnings": [[596, "python-include-warnings"]], "Fitting data": [[589, "fitting-data"]], "A simple example": [[589, "a-simple-example"]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[594, "triqs-utility-utilities-exceptions-tuple-tools-etc"]], "Observables": [[586, "observables"]], "triqs.atom_diag.AtomDiag": [[599, "triqs-atom-diag-atomdiag"]], "Hamiltonians": [[585, "hamiltonians"]], "Reproducibility, provenance": [[591, "reproducibility-provenance"]], "TRIQS code version": [[591, "triqs-code-version"]], "Saving the script in the data archive": [[591, "saving-the-script-in-the-data-archive"]], "From the data to the figures": [[591, "from-the-data-to-the-figures"]], "Helper functions": [[587, "helper-functions"]], "Tuple tools": [[597, "tuple-tools"]], "apply": [[597, "apply"]], "for_each": [[597, "for-each"]], "for_each_zip": [[597, "for-each-zip"]], "map": [[597, "map"]], "fold": [[597, "fold"]], "reverse": [[597, "reverse"]], "called_on_tuple": [[597, "called-on-tuple"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.tau_L2_norm": [[863, "triqs-gf-backwd-compat-gf-retime-gfretime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[858, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[866, "triqs-gf-backwd-compat-gf-retime-gfretime-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[855, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[861, "triqs-gf-backwd-compat-gf-retime-gfretime-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[865, "triqs-gf-backwd-compat-gf-retime-gfretime-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[859, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[860, "triqs-gf-backwd-compat-gf-retime-gfretime-target-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[862, "triqs-gf-backwd-compat-gf-retime-gfretime-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[867, "triqs-gf-backwd-compat-gf-retime-gfretime-zero"]], "triqs.gf.block2_gf.Block2Gf": [[869, "triqs-gf-block2-gf-block2gf"]], "triqs.gf.block2_gf": [[868, "module-triqs.gf.block2_gf"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[864, "triqs-gf-backwd-compat-gf-retime-gfretime-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[856, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[857, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imtime"]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[881, "triqs-gf-block2-gf-block2gf-view-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.imag": [[875, "triqs-gf-block2-gf-block2gf-imag"]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[873, "triqs-gf-block2-gf-block2gf-copy-from"]], "triqs.gf.block_gf.BlockGf": [[884, "triqs-gf-block-gf-blockgf"]], "triqs.gf.block2_gf.Block2Gf.real": [[880, "triqs-gf-block2-gf-block2gf-real"]], "triqs.gf.block2_gf.Block2Gf.zero": [[882, "triqs-gf-block2-gf-block2gf-zero"]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[874, "triqs-gf-block2-gf-block2gf-copy-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.__init__": [[870, "triqs-gf-block2-gf-block2gf-init"]], "triqs.gf.block_gf": [[883, "module-triqs.gf.block_gf"]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[879, "triqs-gf-block2-gf-block2gf-n-blocks"]], "triqs.gf.block2_gf.Block2Gf.indices": [[876, "triqs-gf-block2-gf-block2gf-indices"]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[871, "triqs-gf-block2-gf-block2gf-all-indices"]], "triqs.gf.block2_gf.Block2Gf.indices1": [[877, "triqs-gf-block2-gf-block2gf-indices1"]], "triqs.gf.block2_gf.Block2Gf.copy": [[872, "triqs-gf-block2-gf-block2gf-copy"]], "triqs.gf.block2_gf.Block2Gf.indices2": [[878, "triqs-gf-block2-gf-block2gf-indices2"]], "triqs.gf.block_gf.BlockGf.mesh": [[898, "triqs-gf-block-gf-blockgf-mesh"]], "triqs.gf.block_gf.BlockGf.conjugate": [[888, "triqs-gf-block-gf-blockgf-conjugate"]], "triqs.gf.block_gf.BlockGf.indices": [[894, "triqs-gf-block-gf-blockgf-indices"]], "triqs.gf.block_gf.BlockGf.density": [[892, "triqs-gf-block-gf-blockgf-density"]], "triqs.gf.block_gf.BlockGf.invert": [[896, "triqs-gf-block-gf-blockgf-invert"]], "triqs.gf.block_gf.BlockGf.all_indices": [[886, "triqs-gf-block-gf-blockgf-all-indices"]], "triqs.gf.block_gf.BlockGf.imag": [[893, "triqs-gf-block-gf-blockgf-imag"]], "triqs.gf.block_gf.BlockGf.beta": [[887, "triqs-gf-block-gf-blockgf-beta"]], "triqs.gf.block_gf.BlockGf.copy_from": [[890, "triqs-gf-block-gf-blockgf-copy-from"]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[891, "triqs-gf-block-gf-blockgf-copy-selected-blocks"]], "triqs.gf.block_gf.BlockGf.load": [[897, "triqs-gf-block-gf-blockgf-load"]], "triqs.gf.block_gf.BlockGf.__init__": [[885, "triqs-gf-block-gf-blockgf-init"]], "triqs.gf.block_gf.BlockGf.copy": [[889, "triqs-gf-block-gf-blockgf-copy"]], "triqs.gf.block_gf.BlockGf.n_blocks": [[899, "triqs-gf-block-gf-blockgf-n-blocks"]], "triqs.gf.block_gf.BlockGf.inverse": [[895, "triqs-gf-block-gf-blockgf-inverse"]], "Descriptors": [[560, "descriptors"]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[556, "gflegendre-matsubara-green-s-function-with-legendre-polynomials"]], "Operations": [[561, "operations"], [202, "operations"], [553, "operations"]], "shelve / pickle": [[561, "shelve-pickle"], [553, "shelve-pickle"]], "BlockGf: The complete Green\u2019s function": [[561, "blockgf-the-complete-green-s-function"]], "A little example": [[561, "a-little-example"]], "Block access": [[561, "block-access"]], "Iterator": [[561, "iterator"]], "View or copies?": [[561, "view-or-copies"]], "StateVector Concept": [[566, "statevector-concept"]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[557, "gfrefreq-retarded-green-s-function-in-real-frequencies"]], "Density of state and related tools": [[569, "density-of-state-and-related-tools"]], "The Density of state: DOS": [[569, "the-density-of-state-dos"]], "Reading a DOS from a text file": [[569, "reading-a-dos-from-a-text-file"]], "Computing a DOS from a tight_binding": [[569, "computing-a-dos-from-a-tight-binding"]], "The DOS computed from a function": [[569, "the-dos-computed-from-a-function"]], "Tools for GFs": [[563, "tools-for-gfs"]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[555, "gfimtime-matsubara-green-s-function-in-imaginary-time"]], "Bravais Lattice": [[567, "bravais-lattice"]], "Reference documentation/manual": [[568, "reference-documentation-manual"], [508, "reference-documentation-manual"]], "[triqs/lattice] Lattice tools": [[568, "triqs-lattice-lattice-tools"]], "Introductory example": [[568, "introductory-example"]], "Fourier and Legendre to Matsubara transforms": [[564, "fourier-and-legendre-to-matsubara-transforms"]], "Time to frequency": [[564, "time-to-frequency"]], "Legendre to Matsubara": [[564, "legendre-to-matsubara"]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[565, "triqs-hilbert-space-many-body-states-and-hilbert-spaces"]], "Example of use": [[565, "example-of-use"]], "[GfReTime] Retarded Green\u2019s function in real time": [[558, "gfretime-retarded-green-s-function-in-real-time"]], "triqs.gf.block_gf.BlockGf.save": [[901, "triqs-gf-block-gf-blockgf-save"]], "triqs.gf.block_gf.call_factory_from_dict": [[906, "triqs-gf-block-gf-call-factory-from-dict"]], "triqs.gf.descriptor_base.Base.__init__": [[910, "triqs-gf-descriptor-base-base-init"]], "triqs.gf.block_gf.BlockGf.total_density": [[902, "triqs-gf-block-gf-blockgf-total-density"]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[904, "triqs-gf-block-gf-blockgf-view-selected-blocks"]], "triqs.gf.block_gf.BlockGf.transpose": [[903, "triqs-gf-block-gf-blockgf-transpose"]], "triqs.gf.block_gf.BlockGf.zero": [[905, "triqs-gf-block-gf-blockgf-zero"]], "triqs.gf.descriptor_base": [[908, "module-triqs.gf.descriptor_base"]], "triqs.gf.descriptor_base.BaseBlock": [[911, "triqs-gf-descriptor-base-baseblock"]], "triqs.gf.block_gf.fix_gf_struct_type": [[907, "triqs-gf-block-gf-fix-gf-struct-type"]], "triqs.gf.descriptor_base.Const": [[914, "triqs-gf-descriptor-base-const"]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[912, "triqs-gf-descriptor-base-baseblock-init"]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[913, "triqs-gf-descriptor-base-baseblock-is-block-descriptor"]], "triqs.gf.descriptor_base.Base": [[909, "triqs-gf-descriptor-base-base"]], "triqs.gf.block_gf.BlockGf.real": [[900, "triqs-gf-block-gf-blockgf-real"]], "triqs.gf.descriptor_base.LazyCTX": [[918, "triqs-gf-descriptor-base-lazyctx"]], "triqs.gf.descriptor_base.Omega_.__init__": [[921, "triqs-gf-descriptor-base-omega-init"]], "triqs.gf.descriptor_base.is_lazy": [[923, "triqs-gf-descriptor-base-is-lazy"]], "triqs.gf.descriptor_base.Function": [[916, "triqs-gf-descriptor-base-function"]], "triqs.gf.descriptors.Fourier.__init__": [[929, "triqs-gf-descriptors-fourier-init"]], "triqs.gf.descriptor_base.is_scalar": [[924, "triqs-gf-descriptor-base-is-scalar"]], "triqs.gf.descriptors.Fourier": [[928, "triqs-gf-descriptors-fourier"]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[919, "triqs-gf-descriptor-base-lazyctx-init"]], "triqs.gf.descriptors": [[925, "module-triqs.gf.descriptors"]], "triqs.gf.descriptor_base.Function.__init__": [[917, "triqs-gf-descriptor-base-function-init"]], "triqs.gf.descriptors.Flat.__init__": [[927, "triqs-gf-descriptors-flat-init"]], "triqs.gf.descriptors.Flat": [[926, "triqs-gf-descriptors-flat"]], "triqs.gf.descriptor_base.Const.__init__": [[915, "triqs-gf-descriptor-base-const-init"]], "triqs.gf.descriptor_base.Omega_": [[920, "triqs-gf-descriptor-base-omega"]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[922, "triqs-gf-descriptor-base-convert-scalar-to-const"]], "triqs.gf.descriptors.LegendreToMatsubara": [[931, "triqs-gf-descriptors-legendretomatsubara"]], "triqs.gf.descriptors.semi": [[943, "triqs-gf-descriptors-semi"]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[938, "triqs-gf-descriptors-onefermionintime-init"]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[930, "triqs-gf-descriptors-fourier-is-block-descriptor"]], "triqs.gf.descriptors.Wilson": [[941, "triqs-gf-descriptors-wilson"]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[935, "triqs-gf-descriptors-matsubaratolegendre-init"]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[936, "triqs-gf-descriptors-matsubaratolegendre-is-block-descriptor"]], "triqs.gf.descriptors.Wilson.__init__": [[942, "triqs-gf-descriptors-wilson-init"]], "triqs.gf.dlr_crm_dyson_solver": [[944, "module-triqs.gf.dlr_crm_dyson_solver"]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[933, "triqs-gf-descriptors-legendretomatsubara-is-block-descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[934, "triqs-gf-descriptors-matsubaratolegendre"]], "triqs.gf.descriptors.OneFermionInTime": [[937, "triqs-gf-descriptors-onefermionintime"]], "triqs.gf.descriptors.SemiCircular": [[939, "triqs-gf-descriptors-semicircular"]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[932, "triqs-gf-descriptors-legendretomatsubara-init"]], "triqs.gf.descriptors.SemiCircular.__init__": [[940, "triqs-gf-descriptors-semicircular-init"]], "triqs.gf.gf.CallProxyNone.__init__": [[951, "triqs-gf-gf-callproxynone-init"]], "triqs.gf.gf.Gf.__init__": [[953, "triqs-gf-gf-gf-init"]], "triqs.gf.gf.AddMethod.__init__": [[948, "triqs-gf-gf-addmethod-init"]], "triqs.gf.gf.Gf.conjugate": [[954, "triqs-gf-gf-gf-conjugate"]], "triqs.gf.gf.Gf.data": [[957, "triqs-gf-gf-gf-data"]], "triqs.gf.gf.AddMethod": [[947, "triqs-gf-gf-addmethod"]], "triqs.gf.gf.CallProxyNone": [[950, "triqs-gf-gf-callproxynone"]], "triqs.gf.dlr_crm_dyson_solver.minimize_dyson": [[945, "triqs-gf-dlr-crm-dyson-solver-minimize-dyson"]], "triqs.gf.gf.Gf.enforce_discontinuity": [[959, "triqs-gf-gf-gf-enforce-discontinuity"]], "triqs.gf.gf.Gf": [[952, "triqs-gf-gf-gf"]], "triqs.gf.gf.Gf.density": [[958, "triqs-gf-gf-gf-density"]], "triqs.gf.gf.Gf.copy_from": [[956, "triqs-gf-gf-gf-copy-from"]], "triqs.gf.gf.Gf.copy": [[955, "triqs-gf-gf-gf-copy"]], "triqs.gf.gf.AddMethod.mro": [[949, "triqs-gf-gf-addmethod-mro"]], "triqs.gf.gf": [[946, "module-triqs.gf.gf"]], "triqs.gf.gf.Gf.mesh": [[971, "triqs-gf-gf-gf-mesh"]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[970, "triqs-gf-gf-gf-is-gf-real-in-tau"]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[961, "triqs-gf-gf-gf-fit-hermitian-tail-on-window"]], "triqs.gf.gf.Gf.real": [[973, "triqs-gf-gf-gf-real"]], "triqs.gf.gf.Gf.is_gf_hermitian": [[969, "triqs-gf-gf-gf-is-gf-hermitian"]], "triqs.gf.gf.Gf.invert": [[968, "triqs-gf-gf-gf-invert"]], "triqs.gf.gf.Gf.from_L_G_R": [[964, "triqs-gf-gf-gf-from-l-g-r"]], "triqs.gf.gf.Gf.imag": [[965, "triqs-gf-gf-gf-imag"]], "triqs.gf.gf.Gf.indices": [[966, "triqs-gf-gf-gf-indices"]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[960, "triqs-gf-gf-gf-fit-hermitian-tail"]], "triqs.gf.gf.Gf.fit_tail_on_window": [[963, "triqs-gf-gf-gf-fit-tail-on-window"]], "triqs.gf.gf.Gf.inverse": [[967, "triqs-gf-gf-gf-inverse"]], "triqs.gf.gf.Gf.rank": [[972, "triqs-gf-gf-gf-rank"]], "triqs.gf.gf.Gf.fit_tail": [[962, "triqs-gf-gf-gf-fit-tail"]], "triqs.gf.gf.Gf.rebinning_tau": [[974, "triqs-gf-gf-gf-rebinning-tau"]], "triqs.gf.gf.Gf.target_indices": [[982, "triqs-gf-gf-gf-target-indices"]], "triqs.gf.gf.Gf.replace_by_tail": [[975, "triqs-gf-gf-gf-replace-by-tail"]], "triqs.gf.gf.Gf.tau_L2_norm": [[985, "triqs-gf-gf-gf-tau-l2-norm"]], "triqs.gf.gf.Gf.total_density": [[986, "triqs-gf-gf-gf-total-density"]], "triqs.gf.gf.Gf.target_shape": [[984, "triqs-gf-gf-gf-target-shape"]], "triqs.gf.gf.Gf.transpose": [[987, "triqs-gf-gf-gf-transpose"]], "triqs.gf.gf.Gf.zero": [[989, "triqs-gf-gf-gf-zero"]], "triqs.gf.gf.Gf.set_from_imtime": [[979, "triqs-gf-gf-gf-set-from-imtime"]], "triqs.gf.gf.Gf.set_from_pade": [[981, "triqs-gf-gf-gf-set-from-pade"]], "triqs.gf.gf.Gf.x_data_view": [[988, "triqs-gf-gf-gf-x-data-view"]], "triqs.gf.gf.Gf.set_from_legendre": [[980, "triqs-gf-gf-gf-set-from-legendre"]], "triqs.gf.gf.Gf.set_from_imfreq": [[978, "triqs-gf-gf-gf-set-from-imfreq"]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[976, "triqs-gf-gf-gf-replace-by-tail-in-fit-window"]], "triqs.gf.gf.Gf.set_from_fourier": [[977, "triqs-gf-gf-gf-set-from-fourier"]], "triqs.gf.gf.Gf.target_rank": [[983, "triqs-gf-gf-gf-target-rank"]], "triqs.gf.gf_factories.make_gf_imtime": [[1002, "triqs-gf-gf-factories-make-gf-imtime"]], "triqs.gf.gf_factories.make_real_in_tau": [[1004, "triqs-gf-gf-factories-make-real-in-tau"]], "triqs.gf.gf.bckwd": [[993, "triqs-gf-gf-bckwd"]], "triqs.gf.gf.call_factory_from_dict": [[994, "triqs-gf-gf-call-factory-from-dict"]], "triqs.gf.gf.Idx": [[990, "triqs-gf-gf-idx"]], "triqs.gf.gf.Idx.__init__": [[991, "triqs-gf-gf-idx-init"]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[998, "triqs-gf-gf-factories-make-gf-dlr-imfreq"]], "triqs.gf.gf_factories.make_gf_imfreq": [[1001, "triqs-gf-gf-factories-make-gf-imfreq"]], "triqs.gf.gf_factories.make_gf_from_fourier": [[1000, "triqs-gf-gf-factories-make-gf-from-fourier"]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[999, "triqs-gf-gf-factories-make-gf-dlr-imtime"]], "triqs.gf.gf_factories.make_gf_dlr": [[997, "triqs-gf-gf-factories-make-gf-dlr"]], "triqs.gf.gf_factories": [[995, "module-triqs.gf.gf_factories"]], "triqs.gf.gf.add_method_helper": [[992, "triqs-gf-gf-add-method-helper"]], "triqs.gf.gf_factories.fit_gf_dlr": [[996, "triqs-gf-gf-factories-fit-gf-dlr"]], "triqs.gf.gf_factories.make_hermitian": [[1003, "triqs-gf-gf-factories-make-hermitian"]], "triqs.gf.gf_fnt.set_from_imtime": [[1019, "triqs-gf-gf-fnt-set-from-imtime"]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[1009, "triqs-gf-gf-fnt-fit-hermitian-tail-on-window"]], "triqs.gf.gf_fnt.rebinning_tau": [[1014, "triqs-gf-gf-fnt-rebinning-tau"]], "triqs.gf.gf_fnt.is_gf_hermitian": [[1012, "triqs-gf-gf-fnt-is-gf-hermitian"]], "triqs.gf.gf_fnt.fit_tail_on_window": [[1011, "triqs-gf-gf-fnt-fit-tail-on-window"]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[1013, "triqs-gf-gf-fnt-is-gf-real-in-tau"]], "triqs.gf.gf_fnt.replace_by_tail": [[1015, "triqs-gf-gf-fnt-replace-by-tail"]], "triqs.gf.gf_fnt.set_from_fourier": [[1017, "triqs-gf-gf-fnt-set-from-fourier"]], "triqs.gf.gf_fnt.density": [[1006, "triqs-gf-gf-fnt-density"]], "triqs.gf.gf_fnt.set_from_imfreq": [[1018, "triqs-gf-gf-fnt-set-from-imfreq"]], "triqs.gf.gf_fnt.fit_tail": [[1010, "triqs-gf-gf-fnt-fit-tail"]], "triqs.gf.gf_fnt.enforce_discontinuity": [[1007, "triqs-gf-gf-fnt-enforce-discontinuity"]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[1016, "triqs-gf-gf-fnt-replace-by-tail-in-fit-window"]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[1008, "triqs-gf-gf-fnt-fit-hermitian-tail"]], "triqs.gf.gf_fnt": [[1005, "module-triqs.gf.gf_fnt"]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[1028, "triqs-gf-lazy-expressions-lazyexpr-is-terminal"]], "triqs.gf.lazy_expressions.all_terminals": [[1032, "triqs-gf-lazy-expressions-all-terminals"]], "triqs.gf.gf_fnt.set_from_legendre": [[1020, "triqs-gf-gf-fnt-set-from-legendre"]], "triqs.gf.gf_fnt.tau_L2_norm": [[1022, "triqs-gf-gf-fnt-tau-l2-norm"]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[1025, "triqs-gf-lazy-expressions-lazyexpr-init"]], "triqs.gf.lazy_expressions": [[1023, "module-triqs.gf.lazy_expressions"]], "triqs.gf.lazy_expressions.LazyExpr": [[1024, "triqs-gf-lazy-expressions-lazyexpr"]], "triqs.gf.lazy_expressions.eval_expr": [[1033, "triqs-gf-lazy-expressions-eval-expr"]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[1029, "triqs-gf-lazy-expressions-lazyexpr-set-from"]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[1026, "triqs-gf-lazy-expressions-lazyexpr-copy"]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[1027, "triqs-gf-lazy-expressions-lazyexpr-get-terminal"]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[1034, "triqs-gf-lazy-expressions-eval-expr-with-context"]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[1031, "triqs-gf-lazy-expressions-lazyexprterminal-init"]], "triqs.gf.gf_fnt.set_from_pade": [[1021, "triqs-gf-gf-fnt-set-from-pade"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1030, "triqs-gf-lazy-expressions-lazyexprterminal"]], "triqs.gf.mesh_point.MeshPoint.imag": [[1049, "triqs-gf-mesh-point-meshpoint-imag"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1040, "triqs-gf-matsubara-freq-matsubarafreq"]], "triqs.gf.lazy_expressions.transform": [[1037, "triqs-gf-lazy-expressions-transform"]], "triqs.gf.map_block": [[1038, "module-triqs.gf.map_block"]], "triqs.gf.mesh_point": [[1046, "module-triqs.gf.mesh_point"]], "triqs.gf.lazy_expressions.lazy_function": [[1035, "triqs-gf-lazy-expressions-lazy-function"]], "triqs.gf.lazy_expressions.make_lazy": [[1036, "triqs-gf-lazy-expressions-make-lazy"]], "triqs.gf.mesh_point.MeshPoint": [[1047, "triqs-gf-mesh-point-meshpoint"]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[1045, "triqs-gf-matsubara-freq-matsubarafreq-value"]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[1042, "triqs-gf-matsubara-freq-matsubarafreq-imag"]], "triqs.gf.matsubara_freq.MatsubaraFreq.index": [[1043, "triqs-gf-matsubara-freq-matsubarafreq-index"]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[1041, "triqs-gf-matsubara-freq-matsubarafreq-init"]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[1044, "triqs-gf-matsubara-freq-matsubarafreq-real"]], "triqs.gf.matsubara_freq": [[1039, "module-triqs.gf.matsubara_freq"]], "triqs.gf.mesh_point.MeshPoint.__init__": [[1048, "triqs-gf-mesh-point-meshpoint-init"]], "triqs.gf.mesh_product.MeshProduct.components": [[1056, "triqs-gf-mesh-product-meshproduct-components"]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[1058, "triqs-gf-mesh-product-meshproduct-copy-from"]], "triqs.gf.mesh_product": [[1053, "module-triqs.gf.mesh_product"]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[1061, "triqs-gf-mesh-product-meshproduct-to-data-index"]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[1052, "triqs-gf-mesh-point-meshvaluegenerator-init"]], "triqs.gf.mesh_product.MeshProduct": [[1054, "triqs-gf-mesh-product-meshproduct"]], "triqs.gf.meshes.MeshBrZone": [[1064, "triqs-gf-meshes-meshbrzone"]], "Parameters (Option 1)": [[1064, "parameters-option-1"], [1077, "parameters-option-1"], [1167, "parameters-option-1"], [1179, "parameters-option-1"]], "Parameters (Option 2)": [[1064, "parameters-option-2"], [1077, "parameters-option-2"], [1167, "parameters-option-2"], [1179, "parameters-option-2"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1051, "triqs-gf-mesh-point-meshvaluegenerator"]], "triqs.gf.mesh_product.MeshProduct.__init__": [[1055, "triqs-gf-mesh-product-meshproduct-init"]], "triqs.gf.mesh_product.MeshProduct.rank": [[1059, "triqs-gf-mesh-product-meshproduct-rank"]], "triqs.gf.mesh_product.call_factory_from_dict": [[1062, "triqs-gf-mesh-product-call-factory-from-dict"]], "triqs.gf.mesh_product.MeshProduct.copy": [[1057, "triqs-gf-mesh-product-meshproduct-copy"]], "triqs.gf.mesh_point.MeshPoint.real": [[1050, "triqs-gf-mesh-point-meshpoint-real"]], "triqs.gf.meshes": [[1063, "module-triqs.gf.meshes"]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[1060, "triqs-gf-mesh-product-meshproduct-size-of-components"]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[1072, "triqs-gf-meshes-meshbrzone-to-data-index"]], "triqs.gf.meshes.MeshBrZone.values": [[1076, "triqs-gf-meshes-meshbrzone-values"]], "triqs.gf.meshes.MeshBrZone.bz": [[1066, "triqs-gf-meshes-meshbrzone-bz"]], "triqs.gf.meshes.MeshBrZone.copy": [[1068, "triqs-gf-meshes-meshbrzone-copy"]], "triqs.gf.meshes.MeshCycLat.__init__": [[1078, "triqs-gf-meshes-meshcyclat-init"]], "triqs.gf.meshes.MeshCycLat": [[1077, "triqs-gf-meshes-meshcyclat"]], "triqs.gf.meshes.MeshBrZone.copy_from": [[1069, "triqs-gf-meshes-meshbrzone-copy-from"]], "triqs.gf.meshes.MeshBrZone.closest_index": [[1067, "triqs-gf-meshes-meshbrzone-closest-index"]], "triqs.gf.meshes.MeshBrZone.dims": [[1070, "triqs-gf-meshes-meshbrzone-dims"]], "triqs.gf.meshes.MeshBrZone.to_index": [[1073, "triqs-gf-meshes-meshbrzone-to-index"]], "triqs.gf.meshes.MeshBrZone.units": [[1075, "triqs-gf-meshes-meshbrzone-units"]], "triqs.gf.meshes.MeshCycLat.copy": [[1079, "triqs-gf-meshes-meshcyclat-copy"]], "triqs.gf.meshes.MeshBrZone.__init__": [[1065, "triqs-gf-meshes-meshbrzone-init"]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[1071, "triqs-gf-meshes-meshbrzone-mesh-hash"]], "triqs.gf.meshes.MeshBrZone.to_value": [[1074, "triqs-gf-meshes-meshbrzone-to-value"]], "triqs.gf.meshes.MeshCycLat.lattice": [[1082, "triqs-gf-meshes-meshcyclat-lattice"]], "triqs.gf.meshes.MeshCycLat.values": [[1088, "triqs-gf-meshes-meshcyclat-values"]], "triqs.gf.meshes.MeshDLR.beta": [[1091, "triqs-gf-meshes-meshdlr-beta"]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[1083, "triqs-gf-meshes-meshcyclat-mesh-hash"]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[1084, "triqs-gf-meshes-meshcyclat-to-data-index"]], "triqs.gf.meshes.MeshCycLat.units": [[1087, "triqs-gf-meshes-meshcyclat-units"]], "triqs.gf.meshes.MeshDLR": [[1089, "triqs-gf-meshes-meshdlr"]], "triqs.gf.meshes.MeshDLR.__init__": [[1090, "triqs-gf-meshes-meshdlr-init"]], "triqs.gf.meshes.MeshCycLat.copy_from": [[1080, "triqs-gf-meshes-meshcyclat-copy-from"]], "triqs.gf.meshes.MeshCycLat.to_index": [[1085, "triqs-gf-meshes-meshcyclat-to-index"]], "triqs.gf.meshes.MeshDLR.copy_from": [[1093, "triqs-gf-meshes-meshdlr-copy-from"]], "triqs.gf.meshes.MeshDLR.eps": [[1094, "triqs-gf-meshes-meshdlr-eps"]], "triqs.gf.meshes.MeshCycLat.to_value": [[1086, "triqs-gf-meshes-meshcyclat-to-value"]], "triqs.gf.meshes.MeshDLR.copy": [[1092, "triqs-gf-meshes-meshdlr-copy"]], "triqs.gf.meshes.MeshCycLat.dims": [[1081, "triqs-gf-meshes-meshcyclat-dims"]], "triqs.gf.meshes.MeshDLR.to_data_index": [[1098, "triqs-gf-meshes-meshdlr-to-data-index"]], "triqs.gf.meshes.MeshDLR.statistic": [[1096, "triqs-gf-meshes-meshdlr-statistic"]], "triqs.gf.meshes.MeshDLR.values": [[1101, "triqs-gf-meshes-meshdlr-values"]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[1104, "triqs-gf-meshes-meshdlrimfreq-init"]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[1106, "triqs-gf-meshes-meshdlrimfreq-copy"]], "triqs.gf.meshes.MeshDLR.symmetrize": [[1097, "triqs-gf-meshes-meshdlr-symmetrize"]], "triqs.gf.meshes.MeshDLR.to_value": [[1100, "triqs-gf-meshes-meshdlr-to-value"]], "triqs.gf.meshes.MeshDLRImFreq": [[1103, "triqs-gf-meshes-meshdlrimfreq"]], "triqs.gf.meshes.MeshDLR.w_max": [[1102, "triqs-gf-meshes-meshdlr-w-max"]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[1109, "triqs-gf-meshes-meshdlrimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLR.to_index": [[1099, "triqs-gf-meshes-meshdlr-to-index"]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[1095, "triqs-gf-meshes-meshdlr-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[1105, "triqs-gf-meshes-meshdlrimfreq-beta"]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[1108, "triqs-gf-meshes-meshdlrimfreq-eps"]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[1107, "triqs-gf-meshes-meshdlrimfreq-copy-from"]], "triqs.gf.meshes.MeshDLRImTime.beta": [[1119, "triqs-gf-meshes-meshdlrimtime-beta"]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[1112, "triqs-gf-meshes-meshdlrimfreq-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[1124, "triqs-gf-meshes-meshdlrimtime-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.symmetrize": [[1111, "triqs-gf-meshes-meshdlrimfreq-symmetrize"]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[1114, "triqs-gf-meshes-meshdlrimfreq-to-value"]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[1110, "triqs-gf-meshes-meshdlrimfreq-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.values": [[1115, "triqs-gf-meshes-meshdlrimfreq-values"]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[1121, "triqs-gf-meshes-meshdlrimtime-copy-from"]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[1116, "triqs-gf-meshes-meshdlrimfreq-w-max"]], "triqs.gf.meshes.MeshDLRImTime.eps": [[1122, "triqs-gf-meshes-meshdlrimtime-eps"]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[1118, "triqs-gf-meshes-meshdlrimtime-init"]], "triqs.gf.meshes.MeshDLRImTime.copy": [[1120, "triqs-gf-meshes-meshdlrimtime-copy"]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[1123, "triqs-gf-meshes-meshdlrimtime-mesh-hash"]], "triqs.gf.meshes.MeshDLRImTime": [[1117, "triqs-gf-meshes-meshdlrimtime"]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[1113, "triqs-gf-meshes-meshdlrimfreq-to-index"]], "triqs.gf.meshes.MeshDLRImTime.values": [[1129, "triqs-gf-meshes-meshdlrimtime-values"]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1138, "triqs-gf-meshes-meshimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[1128, "triqs-gf-meshes-meshdlrimtime-to-value"]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[1130, "triqs-gf-meshes-meshdlrimtime-w-max"]], "triqs.gf.meshes.MeshImFreq.__init__": [[1132, "triqs-gf-meshes-meshimfreq-init"]], "triqs.gf.meshes.MeshImFreq.first_index": [[1136, "triqs-gf-meshes-meshimfreq-first-index"]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1135, "triqs-gf-meshes-meshimfreq-copy-from"]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[1126, "triqs-gf-meshes-meshdlrimtime-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[1127, "triqs-gf-meshes-meshdlrimtime-to-index"]], "triqs.gf.meshes.MeshImFreq.copy": [[1134, "triqs-gf-meshes-meshimfreq-copy"]], "triqs.gf.meshes.MeshDLRImTime.symmetrize": [[1125, "triqs-gf-meshes-meshdlrimtime-symmetrize"]], "triqs.gf.meshes.MeshImFreq.beta": [[1133, "triqs-gf-meshes-meshimfreq-beta"]], "triqs.gf.meshes.MeshImFreq.n_iw": [[1139, "triqs-gf-meshes-meshimfreq-n-iw"]], "triqs.gf.meshes.MeshImFreq": [[1131, "triqs-gf-meshes-meshimfreq"]], "triqs.gf.meshes.MeshImFreq.last_index": [[1137, "triqs-gf-meshes-meshimfreq-last-index"]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1154, "triqs-gf-meshes-meshimtime-to-data-index"]], "triqs.gf.meshes.MeshImFreq.to_index": [[1144, "triqs-gf-meshes-meshimfreq-to-index"]], "triqs.gf.meshes.MeshImTime.copy": [[1150, "triqs-gf-meshes-meshimtime-copy"]], "triqs.gf.meshes.MeshImTime.copy_from": [[1151, "triqs-gf-meshes-meshimtime-copy-from"]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1141, "triqs-gf-meshes-meshimfreq-set-tail-fit-parameters"]], "triqs.gf.meshes.MeshImTime.statistic": [[1153, "triqs-gf-meshes-meshimtime-statistic"]], "triqs.gf.meshes.MeshImFreq.statistic": [[1142, "triqs-gf-meshes-meshimfreq-statistic"]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1140, "triqs-gf-meshes-meshimfreq-positive-only"]], "triqs.gf.meshes.MeshImFreq.to_value": [[1145, "triqs-gf-meshes-meshimfreq-to-value"]], "triqs.gf.meshes.MeshImTime": [[1147, "triqs-gf-meshes-meshimtime"]], "triqs.gf.meshes.MeshImTime.__init__": [[1148, "triqs-gf-meshes-meshimtime-init"]], "triqs.gf.meshes.MeshImTime.beta": [[1149, "triqs-gf-meshes-meshimtime-beta"]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1152, "triqs-gf-meshes-meshimtime-mesh-hash"]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1143, "triqs-gf-meshes-meshimfreq-to-data-index"]], "triqs.gf.meshes.MeshImFreq.values": [[1146, "triqs-gf-meshes-meshimfreq-values"]], "triqs.gf.meshes.MeshReFreq.copy": [[1169, "triqs-gf-meshes-meshrefreq-copy"]], "triqs.gf.meshes.MeshLegendre": [[1158, "triqs-gf-meshes-meshlegendre"]], "triqs.gf.meshes.MeshReFreq.__init__": [[1168, "triqs-gf-meshes-meshrefreq-init"]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1165, "triqs-gf-meshes-meshlegendre-to-data-index"]], "triqs.gf.meshes.MeshImTime.to_index": [[1155, "triqs-gf-meshes-meshimtime-to-index"]], "triqs.gf.meshes.MeshLegendre.__init__": [[1159, "triqs-gf-meshes-meshlegendre-init"]], "triqs.gf.meshes.MeshLegendre.copy": [[1161, "triqs-gf-meshes-meshlegendre-copy"]], "triqs.gf.meshes.MeshImTime.values": [[1157, "triqs-gf-meshes-meshimtime-values"]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1163, "triqs-gf-meshes-meshlegendre-mesh-hash"]], "triqs.gf.meshes.MeshLegendre.statistic": [[1164, "triqs-gf-meshes-meshlegendre-statistic"]], "triqs.gf.meshes.MeshReFreq": [[1167, "triqs-gf-meshes-meshrefreq"]], "triqs.gf.meshes.MeshLegendre.beta": [[1160, "triqs-gf-meshes-meshlegendre-beta"]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1162, "triqs-gf-meshes-meshlegendre-copy-from"]], "triqs.gf.meshes.MeshLegendre.to_index": [[1166, "triqs-gf-meshes-meshlegendre-to-index"]], "triqs.gf.meshes.MeshImTime.to_value": [[1156, "triqs-gf-meshes-meshimtime-to-value"]], "triqs.gf.meshes.MeshReFreq.w_max": [[1177, "triqs-gf-meshes-meshrefreq-w-max"]], "triqs.gf.meshes.MeshReTime": [[1179, "triqs-gf-meshes-meshretime"]], "triqs.gf.meshes.MeshReTime.delta": [[1183, "triqs-gf-meshes-meshretime-delta"]], "triqs.gf.meshes.MeshReFreq.to_value": [[1175, "triqs-gf-meshes-meshrefreq-to-value"]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1172, "triqs-gf-meshes-meshrefreq-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1173, "triqs-gf-meshes-meshrefreq-to-data-index"]], "triqs.gf.meshes.MeshReFreq.w_min": [[1178, "triqs-gf-meshes-meshrefreq-w-min"]], "triqs.gf.meshes.MeshReFreq.delta": [[1171, "triqs-gf-meshes-meshrefreq-delta"]], "triqs.gf.meshes.MeshReFreq.values": [[1176, "triqs-gf-meshes-meshrefreq-values"]], "triqs.gf.meshes.MeshReTime.__init__": [[1180, "triqs-gf-meshes-meshretime-init"]], "triqs.gf.meshes.MeshReTime.copy": [[1181, "triqs-gf-meshes-meshretime-copy"]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1184, "triqs-gf-meshes-meshretime-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.to_index": [[1174, "triqs-gf-meshes-meshrefreq-to-index"]], "triqs.gf.meshes.MeshReTime.copy_from": [[1182, "triqs-gf-meshes-meshretime-copy-from"]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1170, "triqs-gf-meshes-meshrefreq-copy-from"]], "triqs.gf.plot.bz.generate_points": [[1195, "triqs-gf-plot-bz-generate-points"]], "triqs.gf.plot.bz.dist": [[1194, "triqs-gf-plot-bz-dist"]], "triqs.gf.plot.bz.length": [[1197, "triqs-gf-plot-bz-length"]], "triqs.gf.plot.bz.plot": [[1199, "triqs-gf-plot-bz-plot"]], "triqs.gf.meshes.MeshReTime.to_value": [[1189, "triqs-gf-meshes-meshretime-to-value"]], "triqs.gf.plot": [[1192, "module-triqs.gf.plot"]], "triqs.gf.plot.bz.generate_points_on_path": [[1196, "triqs-gf-plot-bz-generate-points-on-path"]], "triqs.gf.meshes.MeshReTime.values": [[1190, "triqs-gf-meshes-meshretime-values"]], "triqs.gf.plot.bz.make_plottable": [[1198, "triqs-gf-plot-bz-make-plottable"]], "triqs.gf.meshes.MeshReTime.t_max": [[1185, "triqs-gf-meshes-meshretime-t-max"]], "triqs.gf.meshes.MeshReTime.to_index": [[1188, "triqs-gf-meshes-meshretime-to-index"]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1187, "triqs-gf-meshes-meshretime-to-data-index"]], "triqs.gf.meshes.make_adjoint_mesh": [[1191, "triqs-gf-meshes-make-adjoint-mesh"]], "triqs.gf.plot.bz": [[1193, "module-triqs.gf.plot.bz"]], "triqs.gf.meshes.MeshReTime.t_min": [[1186, "triqs-gf-meshes-meshretime-t-min"]], "triqs.gf.plot.bz_x_x": [[1201, "module-triqs.gf.plot.bz_x_x"]], "triqs.gf.plot.one_var.dlr_imtime": [[1207, "triqs-gf-plot-one-var-dlr-imtime"]], "triqs.gf.plot.dispatcher": [[1204, "triqs-gf-plot-dispatcher"]], "triqs.gf.plot.bz_x_x.plot": [[1202, "triqs-gf-plot-bz-x-x-plot"]], "triqs.gf.plot.plot_base.plot_base": [[1214, "triqs-gf-plot-plot-base-plot-base"]], "triqs.gf.plot.plot_base": [[1213, "module-triqs.gf.plot.plot_base"]], "triqs.gf.plot.one_var.dlr_imfreq": [[1206, "triqs-gf-plot-one-var-dlr-imfreq"]], "triqs.gf.plot.one_var": [[1205, "module-triqs.gf.plot.one_var"]], "triqs.gf.plot.one_var.retime": [[1212, "triqs-gf-plot-one-var-retime"]], "triqs.gf.plot.one_var.imfreq": [[1208, "triqs-gf-plot-one-var-imfreq"]], "triqs.gf.plot.one_var.imtime": [[1209, "triqs-gf-plot-one-var-imtime"]], "triqs.gf.plot.one_var.refreq": [[1211, "triqs-gf-plot-one-var-refreq"]], "triqs.gf.plot.bz.slice_on_path": [[1200, "triqs-gf-plot-bz-slice-on-path"]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1203, "triqs-gf-plot-bz-x-x-plottable-slice-along-path"]], "triqs.gf.plot.one_var.legendre": [[1210, "triqs-gf-plot-one-var-legendre"]], "triqs.gf.tools.conjugate": [[1222, "triqs-gf-tools-conjugate"]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1216, "triqs-gf-plot-select-indices-closest-point-in-line"]], "triqs.gf.tools.make_zero_tail": [[1229, "triqs-gf-tools-make-zero-tail"]], "triqs.gf.tools.fit_legendre": [[1226, "triqs-gf-tools-fit-legendre"]], "triqs.gf.tools.discretize_bath": [[1224, "triqs-gf-tools-discretize-bath"]], "triqs.gf.tools.make_delta": [[1228, "triqs-gf-tools-make-delta"]], "triqs.gf.plot.select_indices.dist": [[1218, "triqs-gf-plot-select-indices-dist"]], "triqs.gf.tools.delta": [[1223, "triqs-gf-tools-delta"]], "triqs.gf.tools.dyson": [[1225, "triqs-gf-tools-dyson"]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1219, "triqs-gf-plot-select-indices-pick-selection-vec"]], "triqs.gf.plot.select_indices.select_path_indices": [[1220, "triqs-gf-plot-select-indices-select-path-indices"]], "triqs.gf.tools.inverse": [[1227, "triqs-gf-tools-inverse"]], "triqs.gf.tools": [[1221, "module-triqs.gf.tools"]], "triqs.gf.plot.select_indices": [[1215, "module-triqs.gf.plot.select_indices"]], "triqs.gf.plot.select_indices.closest_to": [[1217, "triqs-gf-plot-select-indices-closest-to"]], "triqs.gf.tools.read_gf_from_txt": [[1230, "triqs-gf-tools-read-gf-from-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1237, "triqs-gf-wrapped-aux-callproxybrzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1240, "triqs-gf-wrapped-aux-callproxybrzone-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1244, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1236, "triqs-gf-wrapped-aux-callproxybrzone-1"]], "triqs.gf.wrapped_aux": [[1233, "module-triqs.gf.wrapped_aux"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1239, "triqs-gf-wrapped-aux-callproxybrzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1234, "triqs-gf-wrapped-aux-callproxybrzone-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1243, "triqs-gf-wrapped-aux-callproxybrzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1242, "triqs-gf-wrapped-aux-callproxybrzone-4"]], "triqs.gf.tools.write_gf_to_txt": [[1232, "triqs-gf-tools-write-gf-to-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1235, "triqs-gf-wrapped-aux-callproxybrzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1238, "triqs-gf-wrapped-aux-callproxybrzone-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1241, "triqs-gf-wrapped-aux-callproxybrzone-3-init"]], "triqs.gf.tools.transpose": [[1231, "triqs-gf-tools-transpose"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1253, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1252, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1251, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1249, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1255, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1248, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1258, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1250, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1245, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1254, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1257, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1256, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1259, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1247, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1246, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1265, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1266, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1260, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1263, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1262, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1269, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1270, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1274, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1273, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1271, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1272, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1264, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1267, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1268, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1261, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1276, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1280, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1283, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1282, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1278, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__": [[1285, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__": [[1287, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1277, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1275, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1281, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1288, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1284, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__": [[1289, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1286, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1279, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1299, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1294, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1303, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1304, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1290, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__init__": [[1293, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__": [[1291, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1297, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1302, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1300, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1292, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1295, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1296, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1301, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1298, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1306, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1308, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1313, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1316, "triqs-gf-wrapped-aux-callproxycyclat-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1307, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1312, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1317, "triqs-gf-wrapped-aux-callproxycyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1305, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1318, "triqs-gf-wrapped-aux-callproxycyclat-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1310, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1314, "triqs-gf-wrapped-aux-callproxycyclat-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1315, "triqs-gf-wrapped-aux-callproxycyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1311, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1319, "triqs-gf-wrapped-aux-callproxycyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1309, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1322, "triqs-gf-wrapped-aux-callproxycyclat-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1325, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1323, "triqs-gf-wrapped-aux-callproxycyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1328, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1320, "triqs-gf-wrapped-aux-callproxycyclat-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1334, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1326, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1329, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1324, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1321, "triqs-gf-wrapped-aux-callproxycyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1327, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1332, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1333, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1330, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1331, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1346, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1339, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1336, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1348, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1349, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1335, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1341, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1337, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1340, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1347, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1343, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1338, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1344, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1345, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1342, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1356, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1363, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1361, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1362, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1358, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1351, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1353, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1357, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1360, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1364, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1350, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1355, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1352, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1359, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1354, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__": [[1369, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1378, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__": [[1367, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1372, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__": [[1371, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1376, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1379, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__": [[1365, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1377, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1366, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1375, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__init__": [[1373, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1370, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1374, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1368, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1390, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1380, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1391, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1393, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1394, "triqs-gf-wrapped-aux-callproxydlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1388, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1383, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1382, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1387, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1392, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1385, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1384, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1386, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1389, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1381, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1395, "triqs-gf-wrapped-aux-callproxydlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1396, "triqs-gf-wrapped-aux-callproxydlr-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1406, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1397, "triqs-gf-wrapped-aux-callproxydlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1399, "triqs-gf-wrapped-aux-callproxydlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1409, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1398, "triqs-gf-wrapped-aux-callproxydlr-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1400, "triqs-gf-wrapped-aux-callproxydlr-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1407, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1403, "triqs-gf-wrapped-aux-callproxydlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1402, "triqs-gf-wrapped-aux-callproxydlr-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1408, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1404, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1401, "triqs-gf-wrapped-aux-callproxydlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1405, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1423, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1415, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1414, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1420, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1419, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1417, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1424, "triqs-gf-wrapped-aux-callproxyimfreq-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1418, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1413, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1410, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1412, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1421, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1422, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1411, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1416, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1425, "triqs-gf-wrapped-aux-callproxyimfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1426, "triqs-gf-wrapped-aux-callproxyimfreq-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1438, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1435, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1439, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1433, "triqs-gf-wrapped-aux-callproxyimfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1429, "triqs-gf-wrapped-aux-callproxyimfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1427, "triqs-gf-wrapped-aux-callproxyimfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1437, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1434, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1430, "triqs-gf-wrapped-aux-callproxyimfreq-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1432, "triqs-gf-wrapped-aux-callproxyimfreq-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1436, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1431, "triqs-gf-wrapped-aux-callproxyimfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1428, "triqs-gf-wrapped-aux-callproxyimfreq-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1451, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1442, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1443, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1445, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1447, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1452, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1450, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1454, "triqs-gf-wrapped-aux-callproxyimtime-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1449, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1446, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1441, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1444, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1448, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1440, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1453, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1467, "triqs-gf-wrapped-aux-callproxyimtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1460, "triqs-gf-wrapped-aux-callproxyimtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1465, "triqs-gf-wrapped-aux-callproxyimtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1456, "triqs-gf-wrapped-aux-callproxyimtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1457, "triqs-gf-wrapped-aux-callproxyimtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1469, "triqs-gf-wrapped-aux-callproxyimtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1455, "triqs-gf-wrapped-aux-callproxyimtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1463, "triqs-gf-wrapped-aux-callproxyimtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1461, "triqs-gf-wrapped-aux-callproxyimtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1462, "triqs-gf-wrapped-aux-callproxyimtime-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1464, "triqs-gf-wrapped-aux-callproxyimtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1459, "triqs-gf-wrapped-aux-callproxyimtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1468, "triqs-gf-wrapped-aux-callproxyimtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1466, "triqs-gf-wrapped-aux-callproxyimtime-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1458, "triqs-gf-wrapped-aux-callproxyimtime-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1479, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1471, "triqs-gf-wrapped-aux-callproxyimtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1481, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1476, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1475, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1470, "triqs-gf-wrapped-aux-callproxyimtime-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1474, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1473, "triqs-gf-wrapped-aux-callproxyimtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1477, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1483, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1484, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1478, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1482, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1472, "triqs-gf-wrapped-aux-callproxyimtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1480, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1494, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1496, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1499, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1493, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1495, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1498, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1486, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1497, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1485, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1487, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1491, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1490, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1489, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1492, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1488, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1508, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1507, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1504, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1500, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1512, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1510, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1513, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1514, "triqs-gf-wrapped-aux-callproxylegendre-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1503, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1505, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1502, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1501, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1511, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1506, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1509, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__": [[1529, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__": [[1521, "triqs-gf-wrapped-aux-callproxylegendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1518, "triqs-gf-wrapped-aux-callproxylegendre-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1528, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__": [[1525, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1520, "triqs-gf-wrapped-aux-callproxylegendre-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1526, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1522, "triqs-gf-wrapped-aux-callproxylegendre-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__": [[1527, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__": [[1517, "triqs-gf-wrapped-aux-callproxylegendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1516, "triqs-gf-wrapped-aux-callproxylegendre-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__": [[1523, "triqs-gf-wrapped-aux-callproxylegendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__": [[1515, "triqs-gf-wrapped-aux-callproxylegendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1524, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__": [[1519, "triqs-gf-wrapped-aux-callproxylegendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__": [[1539, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__": [[1531, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1544, "triqs-gf-wrapped-aux-callproxyrefreq-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1532, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__": [[1535, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1538, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__": [[1541, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1542, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1540, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__": [[1537, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1530, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1536, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__": [[1533, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__init__": [[1543, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1534, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1547, "triqs-gf-wrapped-aux-callproxyrefreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1549, "triqs-gf-wrapped-aux-callproxyrefreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1552, "triqs-gf-wrapped-aux-callproxyrefreq-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1551, "triqs-gf-wrapped-aux-callproxyrefreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1553, "triqs-gf-wrapped-aux-callproxyrefreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1558, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1554, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1559, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1545, "triqs-gf-wrapped-aux-callproxyrefreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1555, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1548, "triqs-gf-wrapped-aux-callproxyrefreq-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1556, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1557, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1550, "triqs-gf-wrapped-aux-callproxyrefreq-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1546, "triqs-gf-wrapped-aux-callproxyrefreq-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1573, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1568, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1566, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1561, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1572, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1567, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1560, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1562, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1569, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1574, "triqs-gf-wrapped-aux-callproxyretime-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1571, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1570, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1563, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1564, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1565, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1579, "triqs-gf-wrapped-aux-callproxyretime-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1576, "triqs-gf-wrapped-aux-callproxyretime-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1575, "triqs-gf-wrapped-aux-callproxyretime-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1584, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1581, "triqs-gf-wrapped-aux-callproxyretime-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1585, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1578, "triqs-gf-wrapped-aux-callproxyretime-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1587, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1588, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1589, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1583, "triqs-gf-wrapped-aux-callproxyretime-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1582, "triqs-gf-wrapped-aux-callproxyretime-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1580, "triqs-gf-wrapped-aux-callproxyretime-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1577, "triqs-gf-wrapped-aux-callproxyretime-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1586, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1600, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1602, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1592, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1595, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1596, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1593, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1601, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1604, "triqs-gf-wrapped-aux-set-from-gf-data-mul-lr"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1591, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1599, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1594, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1597, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1598, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1603, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1590, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1619, "triqs-lattice-lattice-tools-brillouinzone"]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1613, "triqs-lattice-lattice-tools-bravaislattice-lattice-to-real-coordinates"]], "triqs.lattice.bz_patch.BZPatch": [[1607, "triqs-lattice-bz-patch-bzpatch"]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1618, "triqs-lattice-lattice-tools-bravaislattice-units"]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1612, "triqs-lattice-lattice-tools-bravaislattice-init"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1611, "triqs-lattice-lattice-tools-bravaislattice"]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1614, "triqs-lattice-lattice-tools-bravaislattice-n-orbitals"]], "triqs.lattice": [[1605, "module-triqs.lattice"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1617, "triqs-lattice-lattice-tools-bravaislattice-orbital-positions"]], "triqs.lattice.bz_patch.BZPatch.dos": [[1609, "triqs-lattice-bz-patch-bzpatch-dos"]], "triqs.lattice.lattice_tools": [[1610, "module-triqs.lattice.lattice_tools"]], "triqs.lattice.bz_patch": [[1606, "module-triqs.lattice.bz_patch"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1616, "triqs-lattice-lattice-tools-bravaislattice-orbital-names"]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1608, "triqs-lattice-bz-patch-bzpatch-init"]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1615, "triqs-lattice-lattice-tools-bravaislattice-ndim"]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1629, "triqs-lattice-lattice-tools-tightbinding-lattice"]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1621, "triqs-lattice-lattice-tools-brillouinzone-lattice"]], "triqs.lattice.lattice_tools.dos_patch": [[1633, "triqs-lattice-lattice-tools-dos-patch"]], "triqs.lattice.lattice_tools.TightBinding": [[1624, "triqs-lattice-lattice-tools-tightbinding"]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1631, "triqs-lattice-lattice-tools-tightbinding-overlap-mat-vec"]], "triqs.lattice.point": [[1634, "module-triqs.lattice.point"]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1626, "triqs-lattice-lattice-tools-tightbinding-dispersion"]], "triqs.lattice.lattice_tools.dos": [[1632, "triqs-lattice-lattice-tools-dos"]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1620, "triqs-lattice-lattice-tools-brillouinzone-init"]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1630, "triqs-lattice-lattice-tools-tightbinding-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1627, "triqs-lattice-lattice-tools-tightbinding-displ-vec"]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1625, "triqs-lattice-lattice-tools-tightbinding-init"]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1628, "triqs-lattice-lattice-tools-tightbinding-fourier"]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1623, "triqs-lattice-lattice-tools-brillouinzone-units"]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1622, "triqs-lattice-lattice-tools-brillouinzone-ndim"]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1645, "triqs-lattice-super-lattice-tbsuperlattice-fold"]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1648, "triqs-lattice-super-lattice-tbsuperlattice-get-rmesh"]], "triqs.lattice.point.LatticePoint": [[1635, "triqs-lattice-point-latticepoint"]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1649, "triqs-lattice-super-lattice-tbsuperlattice-hoppings"]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1644, "triqs-lattice-super-lattice-tbsuperlattice-dispersion"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1639, "triqs-lattice-super-lattice-tbsuperlattice"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1641, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-l-to-sl"]], "triqs.lattice.point.LatticePoint.value": [[1637, "triqs-lattice-point-latticepoint-value"]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1643, "triqs-lattice-super-lattice-tbsuperlattice-cluster-sites"]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1640, "triqs-lattice-super-lattice-tbsuperlattice-init"]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1646, "triqs-lattice-super-lattice-tbsuperlattice-fourier"]], "triqs.lattice.super_lattice": [[1638, "module-triqs.lattice.super_lattice"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1642, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-sl-to-l"]], "triqs.lattice.point.LatticePoint.__init__": [[1636, "triqs-lattice-point-latticepoint-init"]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1647, "triqs-lattice-super-lattice-tbsuperlattice-get-kmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1656, "triqs-lattice-super-lattice-tbsuperlattice-units"]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1651, "triqs-lattice-super-lattice-tbsuperlattice-n-orbitals"]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1660, "triqs-lattice-tight-binding-tblattice-init"]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1655, "triqs-lattice-super-lattice-tbsuperlattice-pack-index-site-orbital"]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1663, "triqs-lattice-tight-binding-tblattice-get-kmesh"]], "triqs.lattice.tight_binding.TBLattice": [[1659, "triqs-lattice-tight-binding-tblattice"]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1661, "triqs-lattice-tight-binding-tblattice-dispersion"]], "triqs.lattice.tight_binding": [[1658, "module-triqs.lattice.tight_binding"]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1652, "triqs-lattice-super-lattice-tbsuperlattice-ndim"]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1650, "triqs-lattice-super-lattice-tbsuperlattice-lattice-to-real-coordinates"]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1664, "triqs-lattice-tight-binding-tblattice-get-rmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1654, "triqs-lattice-super-lattice-tbsuperlattice-orbital-positions"]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1662, "triqs-lattice-tight-binding-tblattice-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1653, "triqs-lattice-super-lattice-tbsuperlattice-orbital-names"]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1657, "triqs-lattice-super-lattice-tbsuperlattice-unpack-index-site-orbital"]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1667, "triqs-lattice-tight-binding-tblattice-n-orbitals"]], "triqs.lattice.utils.TB_from_pythTB": [[1675, "triqs-lattice-utils-tb-from-pythtb"]], "triqs.lattice.utils": [[1674, "module-triqs.lattice.utils"]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1665, "triqs-lattice-tight-binding-tblattice-hoppings"]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1669, "triqs-lattice-tight-binding-tblattice-orbital-names"]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1666, "triqs-lattice-tight-binding-tblattice-lattice-to-real-coordinates"]], "triqs.lattice.utils.TB_to_sympy": [[1677, "triqs-lattice-utils-tb-to-sympy"]], "triqs.lattice.tight_binding.dos": [[1672, "triqs-lattice-tight-binding-dos"]], "triqs.lattice.tight_binding.dos_patch": [[1673, "triqs-lattice-tight-binding-dos-patch"]], "triqs.lattice.utils.TB_from_wannier90": [[1676, "triqs-lattice-utils-tb-from-wannier90"]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1678, "triqs-lattice-utils-extend-wannier90-to-spin"]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1670, "triqs-lattice-tight-binding-tblattice-orbital-positions"]], "triqs.lattice.utils.k_space_path": [[1679, "triqs-lattice-utils-k-space-path"]], "triqs.lattice.tight_binding.TBLattice.units": [[1671, "triqs-lattice-tight-binding-tblattice-units"]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1668, "triqs-lattice-tight-binding-tblattice-ndim"]], "triqs.operators.operators.Operator.imag": [[1686, "triqs-operators-operators-operator-imag"]], "triqs.operators.operators.Operator.is_zero": [[1687, "triqs-operators-operators-operator-is-zero"]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1680, "triqs-lattice-utils-parse-hopping-from-wannier90-hr-dat"]], "triqs.operators.operators": [[1683, "module-triqs.operators.operators"]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1681, "triqs-lattice-utils-parse-lattice-vectors-from-wannier90-wout"]], "triqs.operators.operators.is_op_hermitian": [[1692, "triqs-operators-operators-is-op-hermitian"]], "triqs.operators.operators.Operator": [[1684, "triqs-operators-operators-operator"]], "triqs.operators": [[1682, "module-triqs.operators"]], "triqs.operators.util": [[1694, "module-triqs.operators.util"]], "triqs.operators.operators.dagger": [[1691, "triqs-operators-operators-dagger"]], "triqs.operators.operators.Operator.__init__": [[1685, "triqs-operators-operators-operator-init"]], "triqs.operators.operators.Operator.real": [[1688, "triqs-operators-operators-operator-real"]], "triqs.operators.operators.c": [[1689, "triqs-operators-operators-c"]], "triqs.operators.operators.c_dag": [[1690, "triqs-operators-operators-c-dag"]], "triqs.operators.operators.n": [[1693, "triqs-operators-operators-n"]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1697, "triqs-operators-util-u-matrix-u-matrix-kanamori"]], "triqs.operators.util.U_matrix.subarray": [[1706, "triqs-operators-util-u-matrix-subarray"]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1700, "triqs-operators-util-u-matrix-clebsch-gordan"]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1705, "triqs-operators-util-u-matrix-spherical-to-cubic"]], "triqs.operators.util.U_matrix.cubic_names": [[1701, "triqs-operators-util-u-matrix-cubic-names"]], "triqs.operators.util.U_matrix.three_j_symbol": [[1708, "triqs-operators-util-u-matrix-three-j-symbol"]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1707, "triqs-operators-util-u-matrix-t2g-submatrix"]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1709, "triqs-operators-util-u-matrix-transform-u-matrix"]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1704, "triqs-operators-util-u-matrix-reduce-4index-to-2index"]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1703, "triqs-operators-util-u-matrix-radial-integrals-to-u-j"]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1696, "triqs-operators-util-u-matrix-u-j-to-radial-integrals"]], "triqs.operators.util.U_matrix": [[1695, "module-triqs.operators.util.U_matrix"]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1698, "triqs-operators-util-u-matrix-u-matrix-slater"]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1699, "triqs-operators-util-u-matrix-angular-matrix-element"]], "triqs.operators.util.U_matrix.eg_submatrix": [[1702, "triqs-operators-util-u-matrix-eg-submatrix"]], "triqs.operators.util.hamiltonians.backward_compat": [[1720, "triqs-operators-util-hamiltonians-backward-compat"]], "triqs.operators.util.hamiltonians.h_int_density": [[1722, "triqs-operators-util-hamiltonians-h-int-density"]], "triqs.operators.util.extractors.quartic_terms": [[1718, "triqs-operators-util-extractors-quartic-terms"]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1723, "triqs-operators-util-hamiltonians-h-int-kanamori"]], "triqs.operators.util.extractors.extract_h_dict": [[1715, "triqs-operators-util-extractors-extract-h-dict"]], "triqs.operators.util.extractors": [[1710, "module-triqs.operators.util.extractors"]], "triqs.operators.util.extractors.op_from_block_matrix": [[1716, "triqs-operators-util-extractors-op-from-block-matrix"]], "triqs.operators.util.hamiltonians.diagonal_part": [[1721, "triqs-operators-util-hamiltonians-diagonal-part"]], "triqs.operators.util.extractors.dict_to_matrix": [[1712, "triqs-operators-util-extractors-dict-to-matrix"]], "triqs.operators.util.hamiltonians.h_int_slater": [[1724, "triqs-operators-util-hamiltonians-h-int-slater"]], "triqs.operators.util.extractors.extract_U_dict2": [[1713, "triqs-operators-util-extractors-extract-u-dict2"]], "triqs.operators.util.extractors.block_matrix_from_op": [[1711, "triqs-operators-util-extractors-block-matrix-from-op"]], "triqs.operators.util.extractors.extract_U_dict4": [[1714, "triqs-operators-util-extractors-extract-u-dict4"]], "triqs.operators.util.extractors.quadratic_terms": [[1717, "triqs-operators-util-extractors-quadratic-terms"]], "triqs.operators.util.hamiltonians": [[1719, "module-triqs.operators.util.hamiltonians"]], "triqs.operators.util.observables.L2_op": [[1727, "triqs-operators-util-observables-l2-op"]], "triqs.operators.util.observables.L_op": [[1729, "triqs-operators-util-observables-l-op"]], "triqs.operators.util.op_struct.get_mkind": [[1735, "triqs-operators-util-op-struct-get-mkind"]], "triqs.operators.util.hamiltonians.make_operator_real": [[1725, "triqs-operators-util-hamiltonians-make-operator-real"]], "triqs.plot": [[1737, "module-triqs.plot"]], "triqs.plot.mpl_interface": [[1738, "module-triqs.plot.mpl_interface"]], "triqs.operators.util.observables.LS_op": [[1728, "triqs-operators-util-observables-ls-op"]], "triqs.operators.util.observables.check_backward_compat": [[1733, "triqs-operators-util-observables-check-backward-compat"]], "triqs.operators.util.op_struct": [[1734, "module-triqs.operators.util.op_struct"]], "triqs.operators.util.observables.S_op": [[1732, "triqs-operators-util-observables-s-op"]], "triqs.operators.util.op_struct.set_operator_structure": [[1736, "triqs-operators-util-op-struct-set-operator-structure"]], "triqs.plot.mpl_interface.oplot": [[1739, "triqs-plot-mpl-interface-oplot"]], "triqs.operators.util.observables.S2_op": [[1731, "triqs-operators-util-observables-s2-op"]], "triqs.operators.util.observables.N_op": [[1730, "triqs-operators-util-observables-n-op"]], "triqs.operators.util.observables": [[1726, "module-triqs.operators.util.observables"]], "triqs.random_generator": [[1746, "module-triqs.random_generator"]], "triqs.plot.protocol.clip_array": [[1744, "triqs-plot-protocol-clip-array"]], "triqs.random_generator.RandomGenerator.__init__": [[1748, "triqs-random-generator-randomgenerator-init"]], "triqs.random_generator.random_generator.random_generator_names_list": [[1750, "triqs-random-generator-random-generator-random-generator-names-list"]], "triqs.random_generator.random_generator": [[1749, "module-triqs.random_generator.random_generator"]], "triqs.stat.histogram.plot": [[1753, "triqs-stat-histogram-plot"]], "triqs.stat": [[1751, "module-triqs.stat"]], "triqs.plot.mpl_interface.oploti": [[1740, "triqs-plot-mpl-interface-oploti"]], "triqs.plot.protocol.plot_protocol_apply": [[1745, "triqs-plot-protocol-plot-protocol-apply"]], "triqs.stat.histograms": [[1754, "module-triqs.stat.histograms"]], "triqs.plot.mpl_interface.oplotr": [[1741, "triqs-plot-mpl-interface-oplotr"]], "triqs.stat.histogram": [[1752, "module-triqs.stat.histogram"]], "triqs.plot.protocol": [[1743, "module-triqs.plot.protocol"]], "triqs.random_generator.RandomGenerator": [[1747, "triqs-random-generator-randomgenerator"]], "triqs.plot.mpl_interface.use_amsmath": [[1742, "triqs-plot-mpl-interface-use-amsmath"]], "triqs.stat.histograms.cdf": [[1763, "triqs-stat-histograms-cdf"]], "triqs.sumk.sumk_discrete": [[1766, "module-triqs.sumk.sumk_discrete"]], "triqs.stat.histograms.Histogram.clear": [[1757, "triqs-stat-histograms-histogram-clear"]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1768, "triqs-sumk-sumk-discrete-sumkdiscrete-gfblocindices"]], "triqs.stat.histograms.Histogram.data": [[1758, "triqs-stat-histograms-histogram-data"]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1769, "triqs-sumk-sumk-discrete-sumkdiscrete-init"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1767, "triqs-sumk-sumk-discrete-sumkdiscrete"]], "triqs.stat.histograms.Histogram": [[1755, "triqs-stat-histograms-histogram"]], "triqs.stat.histograms.Histogram.mesh_point": [[1760, "triqs-stat-histograms-histogram-mesh-point"]], "triqs.stat.histograms.Histogram.limits": [[1759, "triqs-stat-histograms-histogram-limits"]], "triqs.sumk": [[1765, "module-triqs.sumk"]], "triqs.stat.histograms.pdf": [[1764, "triqs-stat-histograms-pdf"]], "triqs.stat.histograms.Histogram.__init__": [[1756, "triqs-stat-histograms-histogram-init"]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1762, "triqs-stat-histograms-histogram-n-lost-pts"]], "triqs.stat.histograms.Histogram.n_data_pts": [[1761, "triqs-stat-histograms-histogram-n-data-pts"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1778, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-resize-arrays"]], "triqs.utility.bound_and_bisect.determine_bounds": [[1782, "triqs-utility-bound-and-bisect-determine-bounds"]], "triqs.utility.comparison_tests": [[1784, "module-triqs.utility.comparison_tests"]], "triqs.utility.capture_stdout": [[1783, "module-triqs.utility.capture_stdout"]], "triqs.utility": [[1779, "module-triqs.utility"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1773, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1774, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-gfblocindices"]], "triqs.sumk.sumk_discrete_from_lattice": [[1772, "module-triqs.sumk.sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1777, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-n-kpts"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1775, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-recompute-grid"]], "triqs.utility.bound_and_bisect": [[1780, "module-triqs.utility.bound_and_bisect"]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1781, "triqs-utility-bound-and-bisect-bound-and-bisect"]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1770, "triqs-sumk-sumk-discrete-sumkdiscrete-n-kpts"]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1771, "triqs-sumk-sumk-discrete-sumkdiscrete-resize-arrays"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1776, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1796, "triqs-utility-dist-on-nodes-distributiononnodes-run"]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1786, "triqs-utility-comparison-tests-assert-arrays-are-close"]], "triqs.utility.dist_on_nodes": [[1792, "module-triqs.utility.dist_on_nodes"]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1787, "triqs-utility-comparison-tests-assert-block2-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1798, "triqs-utility-dist-on-nodes-distributiononnodesonestack-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1794, "triqs-utility-dist-on-nodes-distributiononnodes-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1797, "triqs-utility-dist-on-nodes-distributiononnodesonestack"]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1789, "triqs-utility-comparison-tests-assert-gfs-are-close"]], "triqs.utility.dichotomy.dichotomy": [[1791, "triqs-utility-dichotomy-dichotomy"]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1785, "triqs-utility-comparison-tests-assert-array-close-to-scalar"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1799, "triqs-utility-dist-on-nodes-distributiononnodesonestack-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1793, "triqs-utility-dist-on-nodes-distributiononnodes"]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1788, "triqs-utility-comparison-tests-assert-block-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1795, "triqs-utility-dist-on-nodes-distributiononnodes-init"]], "triqs.utility.dichotomy": [[1790, "module-triqs.utility.dichotomy"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1809, "triqs-utility-dist-on-nodes-distributiononnodestest-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1801, "triqs-utility-dist-on-nodes-distributiononnodesonestack-result"]], "triqs.utility.h5diff": [[1812, "module-triqs.utility.h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1804, "triqs-utility-dist-on-nodes-distributiononnodestest"]], "triqs.utility.h5diff.compare": [[1813, "triqs-utility-h5diff-compare"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1802, "triqs-utility-dist-on-nodes-distributiononnodesonestack-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1805, "triqs-utility-dist-on-nodes-distributiononnodestest-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1800, "triqs-utility-dist-on-nodes-distributiononnodesonestack-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1803, "triqs-utility-dist-on-nodes-distributiononnodesonestack-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1806, "triqs-utility-dist-on-nodes-distributiononnodestest-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1811, "triqs-utility-dist-on-nodes-distributiononnodestest-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1807, "triqs-utility-dist-on-nodes-distributiononnodestest-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1808, "triqs-utility-dist-on-nodes-distributiononnodestest-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1810, "triqs-utility-dist-on-nodes-distributiononnodestest-the-function"]], "triqs.utility.h5diff.h5diff": [[1814, "triqs-utility-h5diff-h5diff"]], "triqs.utility.mpi_mpi4py.all_reduce": [[1818, "triqs-utility-mpi-mpi4py-all-reduce"]], "triqs.utility.mpi_mpi4py.is_master_node": [[1821, "triqs-utility-mpi-mpi4py-is-master-node"]], "triqs.utility.mpi_mpi4py.slice_array": [[1828, "triqs-utility-mpi-mpi4py-slice-array"]], "triqs.utility.mpi_mpi4py.bcast": [[1820, "triqs-utility-mpi-mpi4py-bcast"]], "triqs.utility.mpi.check_for_mpi": [[1816, "triqs-utility-mpi-check-for-mpi"]], "Returns:": [[1816, "returns"]], "triqs.utility.mpi_mpi4py.recv": [[1825, "triqs-utility-mpi-mpi4py-recv"]], "triqs.utility.mpi_mpi4py.send": [[1827, "triqs-utility-mpi-mpi4py-send"]], "triqs.utility.mpi_mpi4py.slice_inf": [[1829, "triqs-utility-mpi-mpi4py-slice-inf"]], "triqs.utility.mpi_mpi4py.myprint_out": [[1824, "triqs-utility-mpi-mpi4py-myprint-out"]], "triqs.utility.mpi_mpi4py": [[1817, "module-triqs.utility.mpi_mpi4py"]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1822, "triqs-utility-mpi-mpi4py-master-gets-host-names"]], "triqs.utility.mpi": [[1815, "module-triqs.utility.mpi"]], "triqs.utility.mpi_mpi4py.barrier": [[1819, "triqs-utility-mpi-mpi4py-barrier"]], "triqs.utility.mpi_mpi4py.report": [[1826, "triqs-utility-mpi-mpi4py-report"]], "triqs.utility.mpi_mpi4py.myprint_err": [[1823, "triqs-utility-mpi-mpi4py-myprint-err"]], "triqs.utility.mpi_nompi.myprint_err": [[1837, "triqs-utility-mpi-nompi-myprint-err"]], "triqs.utility.mpi_nompi.is_master_node": [[1835, "triqs-utility-mpi-nompi-is-master-node"]], "triqs.utility.mpi_nompi.recv": [[1839, "triqs-utility-mpi-nompi-recv"]], "triqs.utility.mpi_nompi.barrier": [[1833, "triqs-utility-mpi-nompi-barrier"]], "triqs.utility.mpi_nompi.all_reduce": [[1832, "triqs-utility-mpi-nompi-all-reduce"]], "triqs.utility.redirect": [[1843, "module-triqs.utility.redirect"]], "triqs.utility.mpi_nompi.send": [[1841, "triqs-utility-mpi-nompi-send"]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1836, "triqs-utility-mpi-nompi-master-gets-host-names"]], "triqs.utility.mpi_nompi.report": [[1840, "triqs-utility-mpi-nompi-report"]], "triqs.utility.redirect.T": [[1844, "triqs-utility-redirect-t"]], "triqs.utility.mpi_nompi.slice_array": [[1842, "triqs-utility-mpi-nompi-slice-array"]], "triqs.utility.mpi_mpi4py.slice_sup": [[1830, "triqs-utility-mpi-mpi4py-slice-sup"]], "triqs.utility.mpi_nompi.bcast": [[1834, "triqs-utility-mpi-nompi-bcast"]], "triqs.utility.mpi_nompi.myprint_out": [[1838, "triqs-utility-mpi-nompi-myprint-out"]], "triqs.utility.mpi_nompi": [[1831, "module-triqs.utility.mpi_nompi"]], "triqs.utility.redirect.T.run": [[1854, "triqs-utility-redirect-t-run"]], "triqs.utility.redirect.T.getName": [[1847, "triqs-utility-redirect-t-getname"]], "triqs.utility.redirect.T.daemon": [[1846, "triqs-utility-redirect-t-daemon"]], "triqs.utility.redirect.T.ident": [[1848, "triqs-utility-redirect-t-ident"]], "triqs.utility.redirect.T.join": [[1851, "triqs-utility-redirect-t-join"]], "triqs.utility.redirect.T.__init__": [[1845, "triqs-utility-redirect-t-init"]], "triqs.utility.redirect.T.native_id": [[1853, "triqs-utility-redirect-t-native-id"]], "triqs.utility.redirect.T.setDaemon": [[1855, "triqs-utility-redirect-t-setdaemon"]], "triqs.utility.redirect.T.setName": [[1856, "triqs-utility-redirect-t-setname"]], "triqs.utility.redirect.T.name": [[1852, "triqs-utility-redirect-t-name"]], "triqs.utility.redirect.T.is_alive": [[1850, "triqs-utility-redirect-t-is-alive"]], "triqs.utility.redirect.start_redirect": [[1859, "triqs-utility-redirect-start-redirect"]], "triqs.utility.redirect.T.isDaemon": [[1849, "triqs-utility-redirect-t-isdaemon"]], "triqs.utility.redirect.T.start": [[1857, "triqs-utility-redirect-t-start"]], "triqs.utility.redirect.T.stop": [[1858, "triqs-utility-redirect-t-stop"]], "Python Virtual Environments": [[1868, "python-virtual-environments"]], "Compiling a package from source": [[1868, "compiling-a-package-from-source"]], "Installing required libraries on Ubuntu": [[1870, "installing-required-libraries-on-ubuntu"]], "Issues": [[1870, "issues"]], "det_manip: Determinant manipulations for CTQMC": [[1874, "det-manip-determinant-manipulations-for-ctqmc"]], "Creation of an empty det_manip class": [[1874, "creation-of-an-empty-det-manip-class"]], "Creation of a non empty det_manip class": [[1874, "creation-of-a-non-empty-det-manip-class"]], "Get information about a det_manip class": [[1874, "get-information-about-a-det-manip-class"]], "Add a line and a column": [[1874, "add-a-line-and-a-column"]], "Remove a line and a column": [[1874, "remove-a-line-and-a-column"]], "Add two lines and two columns": [[1874, "add-two-lines-and-two-columns"]], "Remove two lines and two columns": [[1874, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1874, "remove-add-the-one-two-last-lines-and-columns"]], "Replace one line and column": [[1874, "replace-one-line-and-column"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1867, "prerequisites-for-the-triqs-compilation-on-mac-os-x"]], "Installation of the dependencies": [[1867, "installation-of-the-dependencies"]], "User guide": [[1872, "user-guide"]], "Why use TRIQS?": [[1872, "why-use-triqs"]], "Python Tutorials": [[1872, "python-tutorials"]], "A quick tour in C++": [[1872, "a-quick-tour-in-c"]], "Welcome": [[1862, "welcome"]], "TRIQS 3.3": [[1862, null]], "TRIQS applications": [[1862, "triqs-applications"]], "Core libraries": [[1862, "core-libraries"]], "Numerical Algorithms": [[1862, "numerical-algorithms"]], "TRIQS Community": [[1862, "triqs-community"]], "Where to start?": [[1862, "where-to-start"]], "Using the clang compiler": [[1864, "using-the-clang-compiler"]], "Get and install clang on linux": [[1864, "get-and-install-clang-on-linux"]], "libclang": [[1864, "libclang"]], "Packaged Versions of TRIQS": [[1863, "packaged-versions-of-triqs"]], "Ubuntu Debian packages": [[1863, "ubuntu-debian-packages"]], "Anaconda": [[1863, "anaconda"]], "Docker": [[1863, "docker"]], "Apptainer": [[1863, "apptainer"]], "Binder": [[1863, "binder"]], "Compiling TRIQS from source using EasyBuild": [[1863, "compiling-triqs-from-source-using-easybuild"]], "Compiling TRIQS from source (Advanced)": [[1863, "compiling-triqs-from-source-advanced"]], "Prerequisites": [[1863, "prerequisites"]], "Installation steps": [[1863, "installation-steps"]], "Environment setup": [[1863, "environment-setup"]], "Further reading": [[1863, "further-reading"]], "triqs.utility.redirect.stop_redirect": [[1860, "triqs-utility-redirect-stop-redirect"]], "Frequently-asked questions": [[1861, "frequently-asked-questions"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1861, "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?": [[1861, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "Unix environment variables": [[1865, "unix-environment-variables"]], "Common environment variables": [[1865, "common-environment-variables"]], "Environment variables for software developement": [[1865, "environment-variables-for-software-developement"]], "Environment variables affecting OpenMP": [[1865, "environment-variables-affecting-openmp"]], "Multidimensional arrays": [[1873, "multidimensional-arrays"]], "Declaring and printing an array": [[1873, "declaring-and-printing-an-array"]], "Simple operations": [[1873, "simple-operations"]], "HDF5 Archiving": [[1873, "hdf5-archiving"]], "Views: ranges and slices": [[1873, "views-ranges-and-slices"]], "Matrices and vectors": [[1873, "matrices-and-vectors"]], "Defining through a lazy expression": [[1873, "defining-through-a-lazy-expression"]], "Linear algebra": [[1873, "linear-algebra"]], "Map and fold": [[1873, "map-and-fold"]], "Customizing your installation": [[1866, "customizing-your-installation"]], "cmake options": [[1866, "cmake-options"]], "A complete list of requirements": [[1869, "a-complete-list-of-requirements"]], "C++ compilers": [[1869, "c-compilers"]], "Tools and Libraries": [[1869, "tools-and-libraries"]], "Building the TRIQS documentation": [[1869, "building-the-triqs-documentation"]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1871, "guide-for-porting-your-application-to-triqs-3-0-and-python-3"]], "Preparation": [[1871, "preparation"]], "Port your Python files to Python 3": [[1871, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1871, "porting-ipython-notebooks"]], "Floor division": [[1871, "floor-division"]], "Porting to TRIQS 3.0": [[1871, "porting-to-triqs-3-0"]], "Regenerate desc files": [[1871, "regenerate-desc-files"]], "Update app4triqs skeleton": [[1871, "update-app4triqs-skeleton"]], "Final Steps": [[1871, "final-steps"]], "Profiling in C++ and Python": [[1879, "profiling-in-c-and-python"]], "A tight-binding model on a square lattice": [[1885, "a-tight-binding-model-on-a-square-lattice"]], "Basics": [[1881, "basics"]], "Model DMFT": [[1884, "model-dmft"]], "Using TRIQS in your own C++ project": [[1878, "using-triqs-in-your-own-c-project"]], "Conventions for TRIQS applications": [[1877, "conventions-for-triqs-applications"]], "Source structure": [[1877, "source-structure"]], "Install structure": [[1877, "install-structure"]], "Build structure": [[1877, "build-structure"]], "Writing you own C++ code with TRIQS": [[1880, "writing-you-own-c-code-with-triqs"]], "A simple C++ project, with its tests and documentation": [[1880, "a-simple-c-project-with-its-tests-and-documentation"]], "A mixed C++/Python project": [[1880, "a-mixed-c-python-project"]], "Learn more about Python, ipython and the notebook": [[1883, "learn-more-about-python-ipython-and-the-notebook"]], "Matsubara Green\u2019s functions": [[1875, "matsubara-green-s-functions"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1875, "creation-of-a-simple-green-s-function-g-i-omega"]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1875, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1875, "imaginary-time-green-s-functions-g-tau"]], "Real-time Green\u2019s functions G(t)": [[1875, "real-time-green-s-functions-g-t"]], "Creation of a two real time GF G(t,t')": [[1875, "creation-of-a-two-real-time-gf-g-t-t"]], "How to fill a GF with placeholders": [[1875, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1875, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "Green\u2019s function and HDF5 files": [[1876, "green-s-function-and-hdf5-files"]], "Dynamical mean-field theory on a Bethe lattice": [[1882, "dynamical-mean-field-theory-on-a-bethe-lattice"]], "Version compatibility": [[1923, "version-compatibility"]], "TRIQS version numbering": [[1923, "triqs-version-numbering"]], "TRIQS applications version numbering": [[1923, "triqs-applications-version-numbering"]], "How to determine the version of the installed TRIQS library": [[1923, "how-to-determine-the-version-of-the-installed-triqs-library"]], "Two-particle Response": [[1922, "two-particle-response"]], "itertools::multiplied": [[35, "itertools-multiplied"]], "Public members": [[35, "public-members"], [14, "public-members"], [20, "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"], [134, "public-members"], [252, "public-members"]], "Member functions": [[35, "member-functions"], [14, "member-functions"], [20, "member-functions"], [28, "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"], [118, "member-functions"], [128, "member-functions"], [134, "member-functions"], [139, "member-functions"], [164, "member-functions"], [202, "member-functions"], [252, "member-functions"], [269, "member-functions"], [281, "member-functions"], [293, "member-functions"], [335, "member-functions"], [350, "member-functions"], [361, "member-functions"], [367, "member-functions"], [376, "member-functions"], [388, "member-functions"], [400, "member-functions"], [416, "member-functions"], [442, "member-functions"], [452, "member-functions"], [459, "member-functions"], [473, "member-functions"], [531, "member-functions"], [550, "member-functions"], [549, "member-functions"]], "itertools::multiplied::constructor": [[39, "itertools-multiplied-constructor"]], "itertools::multiplied::cend": [[38, "itertools-multiplied-cend"]], "itertools::multiplied::cbegin": [[37, "itertools-multiplied-cbegin"]], "itertools::multiplied::begin": [[36, "itertools-multiplied-begin"]], "Returns": [[36, "returns"], [34, "returns"], [13, "returns"], [12, "returns"], [21, "returns"], [16, "returns"], [18, "returns"], [19, "returns"], [24, "returns"], [29, "returns"], [30, "returns"], [32, "returns"], [33, "returns"], [31, "returns"], [40, "returns"], [44, "returns"], [47, "returns"], [46, "returns"], [48, "returns"], [51, "returns"], [52, "returns"], [57, "returns"], [58, "returns"], [63, "returns"], [68, "returns"], [65, "returns"], [70, "returns"], [71, "returns"], [74, "returns"], [78, "returns"], [81, "returns"], [76, "returns"], [83, "returns"], [86, "returns"], [89, "returns"], [92, "returns"], [93, "returns"], [95, "returns"], [98, "returns"], [102, "returns"], [100, "returns"], [109, "returns"], [106, "returns"], [117, "returns"], [116, "returns"], [122, "returns"], [127, "returns"], [126, "returns"], [125, "returns"], [132, "returns"], [133, "returns"], [130, "returns"], [137, "returns"], [141, "returns"], [138, "returns"], [136, "returns"], [147, "returns"], [142, "returns"], [148, "returns"], [150, "returns"], [156, "returns"], [165, "returns"], [163, "returns"], [160, "returns"], [167, "returns"], [168, "returns"], [166, "returns"], [173, "returns"], [181, "returns"], [180, "returns"], [182, "returns"], [192, "returns"], [191, "returns"], [194, "returns"], [193, "returns"], [195, "returns"], [198, "returns"], [200, "returns"], [199, "returns"], [197, "returns"], [196, "returns"], [267, "returns"], [265, "returns"], [264, "returns"], [266, "returns"], [311, "returns"], [310, "returns"], [312, "returns"], [324, "returns"], [325, "returns"], [327, "returns"], [336, "returns"], [337, "returns"], [338, "returns"], [341, "returns"], [340, "returns"], [344, "returns"], [349, "returns"], [348, "returns"], [357, "returns"], [356, "returns"], [353, "returns"], [352, "returns"], [360, "returns"], [358, "returns"], [359, "returns"], [369, "returns"], [373, "returns"], [374, "returns"], [371, "returns"], [372, "returns"], [381, "returns"], [379, "returns"], [377, "returns"], [383, "returns"], [387, "returns"], [384, "returns"], [385, "returns"], [382, "returns"], [392, "returns"], [390, "returns"], [393, "returns"], [395, "returns"], [394, "returns"], [399, "returns"], [397, "returns"], [396, "returns"], [404, "returns"], [403, "returns"], [405, "returns"], [411, "returns"], [409, "returns"], [406, "returns"], [410, "returns"], [412, "returns"], [414, "returns"], [417, "returns"], [424, "returns"], [441, "returns"], [440, "returns"], [438, "returns"], [464, "returns"], [462, "returns"], [465, "returns"], [463, "returns"], [469, "returns"], [466, "returns"], [467, "returns"], [468, "returns"], [470, "returns"], [472, "returns"], [476, "returns"], [481, "returns"], [479, "returns"], [480, "returns"], [483, "returns"], [489, "returns"], [485, "returns"], [484, "returns"], [486, "returns"], [487, "returns"], [488, "returns"], [490, "returns"], [493, "returns"], [494, "returns"], [495, "returns"], [492, "returns"], [491, "returns"], [497, "returns"], [496, "returns"]], "itertools::make_vector_from_range": [[34, "itertools-make-vector-from-range"]], "itertools::enum_iter::constructor": [[15, "itertools-enum-iter-constructor"]], "Classes": [[11, "classes"], [108, "classes"], [162, "classes"], [201, "classes"], [250, "classes"], [334, "classes"], [415, "classes"], [458, "classes"]], "Functions": [[11, "functions"], [108, "functions"], [162, "functions"], [250, "functions"], [334, "functions"], [415, "functions"], [458, "functions"]], "itertools::enum_iter": [[14, "itertools-enum-iter"]], "itertools::distance": [[13, "itertools-distance"]], "itertools::chunk_range": [[12, "itertools-chunk-range"]], "itertools::enumerated::begin": [[21, "itertools-enumerated-begin"]], "itertools::enum_iter::dereference": [[16, "itertools-enum-iter-dereference"]], "itertools::enum_iter::increment": [[17, "itertools-enum-iter-increment"]], "itertools::enum_iter::operator==": [[18, "itertools-enum-iter-operator"]], "itertools::enumerate": [[19, "itertools-enumerate"]], "itertools::enumerated": [[20, "itertools-enumerated"]], "itertools::enumerated::cbegin": [[22, "itertools-enumerated-cbegin"]], "itertools::enumerated::operator==": [[25, "itertools-enumerated-operator"]], "itertools::foreach": [[26, "itertools-foreach"]], "itertools::enumerated::cend": [[23, "itertools-enumerated-cend"]], "itertools::enumerated::end": [[24, "itertools-enumerated-end"]], "itertools::iterator_facade": [[27, "itertools-iterator-facade"]], "itertools::iterator_facade::operator*": [[29, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "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::make_sentinel": [[33, "itertools-make-sentinel"]], "itertools::iterator_facade::operator->": [[31, "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"]], "itertools::prod_iter": [[42, "itertools-prod-iter"]], "itertools::multiplied::end": [[40, "itertools-multiplied-end"]], "itertools::multiplied::operator==": [[41, "itertools-multiplied-operator"]], "itertools::prod_iter::dereference": [[44, "itertools-prod-iter-dereference"]], "itertools::prod_iter::increment": [[45, "itertools-prod-iter-increment"]], "itertools::prod_iter::constructor": [[43, "itertools-prod-iter-constructor"]], "itertools::product": [[47, "itertools-product"]], "itertools::prod_iter::operator==": [[46, "itertools-prod-iter-operator"]], "itertools::range": [[49, "itertools-range"]], "Non Member functions": [[49, "non-member-functions"], [202, "non-member-functions"], [252, "non-member-functions"], [269, "non-member-functions"], [281, "non-member-functions"], [293, "non-member-functions"], [335, "non-member-functions"], [350, "non-member-functions"], [367, "non-member-functions"], [376, "non-member-functions"], [388, "non-member-functions"], [400, "non-member-functions"], [416, "non-member-functions"], [473, "non-member-functions"], [549, "non-member-functions"]], "itertools::product_range": [[48, "itertools-product-range"]], "itertools::range::begin": [[50, "itertools-range-begin"]], "itertools::range::cbegin": [[51, "itertools-range-cbegin"]], "itertools::range::end": [[54, "itertools-range-end"]], "itertools::range::cend": [[52, "itertools-range-cend"]], "itertools::range::operator+": [[57, "itertools-range-operator"]], "itertools::range::first": [[55, "itertools-range-first"]], "itertools::range::constructor": [[53, "itertools-range-constructor"]], "itertools::range::last": [[56, "itertools-range-last"]], "itertools::range::operator<<": [[58, "itertools-range-operator"]], "itertools::range::step": [[61, "itertools-range-step"]], "itertools::slice": [[63, "itertools-slice"]], "itertools::sentinel_t": [[62, "itertools-sentinel-t"]], "itertools::range::size": [[60, "itertools-range-size"]], "itertools::range::operator==": [[59, "itertools-range-operator"]], "itertools::sliced::end": [[68, "itertools-sliced-end"]], "itertools::sliced": [[64, "itertools-sliced"]], "itertools::sliced::cbegin": [[66, "itertools-sliced-cbegin"]], "itertools::sliced::begin": [[65, "itertools-sliced-begin"]], "itertools::sliced::cend": [[67, "itertools-sliced-cend"]], "itertools::sliced::operator==": [[69, "itertools-sliced-operator"]], "itertools::stride_iter": [[72, "itertools-stride-iter"]], "itertools::stride_iter::increment": [[75, "itertools-stride-iter-increment"]], "itertools::stride_iter::constructor": [[73, "itertools-stride-iter-constructor"]], "itertools::sliced::size": [[70, "itertools-sliced-size"]], "itertools::stride": [[71, "itertools-stride"]], "itertools::stride_iter::dereference": [[74, "itertools-stride-iter-dereference"]], "itertools::strided": [[77, "itertools-strided"]], "itertools::strided::cbegin": [[79, "itertools-strided-cbegin"]], "itertools::strided::begin": [[78, "itertools-strided-begin"]], "itertools::strided::cend": [[80, "itertools-strided-cend"]], "itertools::strided::end": [[81, "itertools-strided-end"]], "itertools::stride_iter::operator==": [[76, "itertools-stride-iter-operator"]], "itertools::transform": [[83, "itertools-transform"]], "itertools::transform_iter": [[84, "itertools-transform-iter"]], "itertools::transform_iter::increment": [[87, "itertools-transform-iter-increment"]], "itertools::transform_iter::constructor": [[85, "itertools-transform-iter-constructor"]], "itertools::transform_iter::dereference": [[86, "itertools-transform-iter-dereference"]], "itertools::strided::operator==": [[82, "itertools-strided-operator"]], "itertools::transform_iter::operator==": [[89, "itertools-transform-iter-operator"]], "itertools::transformed": [[90, "itertools-transformed"]], "itertools::transform_iter::operator=": [[88, "itertools-transform-iter-operator"]], "itertools::transformed::cbegin": [[92, "itertools-transformed-cbegin"]], "itertools::transformed::cend": [[93, "itertools-transformed-cend"]], "itertools::transformed::begin": [[91, "itertools-transformed-begin"]], "itertools::zip_iter::increment": [[99, "itertools-zip-iter-increment"]], "itertools::zip": [[95, "itertools-zip"]], "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": [[96, "itertools-zip-iter"]], "itertools::zipped::cbegin": [[103, "itertools-zipped-cbegin"]], "itertools::zipped": [[101, "itertools-zipped"]], "itertools::zipped::begin": [[102, "itertools-zipped-begin"]], "itertools::zipped::cend": [[104, "itertools-zipped-cend"]], "itertools::zipped::constructor": [[105, "itertools-zipped-constructor"]], "itertools::zip_iter::operator==": [[100, "itertools-zip-iter-operator"]], "mpi::all_gather": [[110, "mpi-all-gather"]], "mpi::all_reduce": [[111, "mpi-all-reduce"]], "mpi::all_equal": [[109, "mpi-all-equal"]], "itertools::zipped::end": [[106, "itertools-zipped-end"]], "itertools::zipped::operator==": [[107, "itertools-zipped-operator"]], "mpi::check_mpi_call": [[115, "mpi-check-mpi-call"]], "mpi::all_reduce_in_place": [[112, "mpi-all-reduce-in-place"]], "mpi::chunk_length": [[117, "mpi-chunk-length"]], "mpi::broadcast": [[113, "mpi-broadcast"]], "mpi::chunk": [[116, "mpi-chunk"]], "mpi::broadcast_range": [[114, "mpi-broadcast-range"]], "mpi::communicator::abort": [[119, "mpi-communicator-abort"]], "mpi::communicator::free": [[123, "mpi-communicator-free"]], "mpi::communicator::barrier": [[120, "mpi-communicator-barrier"]], "mpi::communicator": [[118, "mpi-communicator"]], "mpi::communicator::duplicate": [[122, "mpi-communicator-duplicate"]], "mpi::communicator::constructor": [[121, "mpi-communicator-constructor"]], "mpi::communicator::split": [[127, "mpi-communicator-split"]], "mpi::environment::constructor": [[129, "mpi-environment-constructor"]], "mpi::communicator::get": [[124, "mpi-communicator-get"]], "mpi::communicator::size": [[126, "mpi-communicator-size"]], "mpi::environment": [[128, "mpi-environment"]], "mpi::communicator::rank": [[125, "mpi-communicator-rank"]], "mpi::lazy": [[134, "mpi-lazy"]], "mpi::gather_range": [[131, "mpi-gather-range"]], "mpi::get_mpi_type": [[132, "mpi-get-mpi-type"]], "mpi::is_initialized": [[133, "mpi-is-initialized"]], "mpi::gather": [[130, "mpi-gather"]], "mpi::lazy::invoke": [[135, "mpi-lazy-invoke"]], "mpi::map_C_function": [[137, "mpi-map-c-function"]], "mpi::monitor::constructor": [[140, "mpi-monitor-constructor"]], "mpi::monitor::event_on_all_ranks": [[141, "mpi-monitor-event-on-all-ranks"]], "mpi::monitor": [[139, "mpi-monitor"]], "mpi::map_add": [[138, "mpi-map-add"]], "mpi::lazy::shape": [[136, "mpi-lazy-shape"]], "mpi::monitor::operator=": [[144, "mpi-monitor-operator"]], "mpi::mpi_broadcast": [[146, "mpi-mpi-broadcast"]], "mpi::monitor::report_local_event": [[145, "mpi-monitor-report-local-event"]], "mpi::mpi_gather": [[147, "mpi-mpi-gather"]], "mpi::monitor::event_on_any_rank": [[142, "mpi-monitor-event-on-any-rank"]], "mpi::monitor::finalize_communications": [[143, "mpi-monitor-finalize-communications"]], "mpi::mpi_type": [[153, "mpi-mpi-type-constt"]], "mpi::mpi_reduce_in_place": [[149, "mpi-mpi-reduce-in-place"]], "mpi::mpi_reduce": [[148, "mpi-mpi-reduce"]], "mpi::mpi_type": [[151, "mpi-mpi-type"]], "mpi::mpi_scatter": [[150, "mpi-mpi-scatter"]], "mpi::mpi_type": [[152, "mpi-mpi-type-t"]], "mpi::reduce_range": [[159, "mpi-reduce-range"]], "mpi::mpi_type>": [[154, "mpi-mpi-type-std-tuple-t"]], "mpi::mpi_type_from_tie": [[155, "mpi-mpi-type-from-tie"]], "mpi::reduce": [[156, "mpi-reduce"]], "mpi::reduce_in_place_range": [[158, "mpi-reduce-in-place-range"]], "mpi::reduce_in_place": [[157, "mpi-reduce-in-place"]], "mpi::scatter_range": [[161, "mpi-scatter-range"]], "triqs::atom_diag::atom_diag": [[164, "triqs-atom-diag-atom-diag"]], "triqs::atom_diag::atom_diag::c_connection": [[165, "triqs-atom-diag-atom-diag-c-connection"]], "triqs::atom_diag": [[162, "triqs-atom-diag"]], "Type aliases": [[162, "type-aliases"], [250, "type-aliases"], [334, "type-aliases"]], "triqs::atom_diag::act": [[163, "triqs-atom-diag-act"]], "mpi::scatter": [[160, "mpi-scatter"]], "triqs::atom_diag::atom_diag::get_eigensystems": [[171, "triqs-atom-diag-atom-diag-get-eigensystems"]], "triqs::atom_diag::atom_diag::flatten_subspace_index": [[170, "triqs-atom-diag-atom-diag-flatten-subspace-index"]], "triqs::atom_diag::atom_diag::cdag_connection": [[167, "triqs-atom-diag-atom-diag-cdag-connection"]], "triqs::atom_diag::atom_diag::constructor": [[169, "triqs-atom-diag-atom-diag-constructor"]], "triqs::atom_diag::atom_diag::cdag_matrix": [[168, "triqs-atom-diag-atom-diag-cdag-matrix"]], "triqs::atom_diag::atom_diag::c_matrix": [[166, "triqs-atom-diag-atom-diag-c-matrix"]], "triqs::atom_diag::atom_diag::get_fops": [[175, "triqs-atom-diag-atom-diag-get-fops"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space": [[176, "triqs-atom-diag-atom-diag-get-full-hilbert-space"]], "triqs::atom_diag::atom_diag::get_eigenvalue": [[172, "triqs-atom-diag-atom-diag-get-eigenvalue"]], "triqs::atom_diag::atom_diag::get_fock_states": [[174, "triqs-atom-diag-atom-diag-get-fock-states"]], "triqs::atom_diag::atom_diag::get_energies": [[173, "triqs-atom-diag-atom-diag-get-energies"]], "triqs::atom_diag::atom_diag::get_full_hilbert_space_dim": [[177, "triqs-atom-diag-atom-diag-get-full-hilbert-space-dim"]], "triqs::atom_diag::atom_diag::get_op_mat": [[181, "triqs-atom-diag-atom-diag-get-op-mat"]], "triqs::atom_diag::atom_diag::get_matrix_element_of_monomial": [[180, "triqs-atom-diag-atom-diag-get-matrix-element-of-monomial"]], "triqs::atom_diag::atom_diag::get_subspace_dim": [[183, "triqs-atom-diag-atom-diag-get-subspace-dim"]], "triqs::atom_diag::atom_diag::get_h_atomic": [[179, "triqs-atom-diag-atom-diag-get-h-atomic"]], "triqs::atom_diag::atom_diag::get_gs_energy": [[178, "triqs-atom-diag-atom-diag-get-gs-energy"]], "triqs::atom_diag::atom_diag::get_quantum_numbers": [[182, "triqs-atom-diag-atom-diag-get-quantum-numbers"]], "triqs::atom_diag::atom_diag::get_unitary_matrices": [[185, "triqs-atom-diag-atom-diag-get-unitary-matrices"]], "triqs::atom_diag::atom_diag::get_vacuum_subspace_index": [[188, "triqs-atom-diag-atom-diag-get-vacuum-subspace-index"]], "triqs::atom_diag::atom_diag::get_unitary_matrix": [[186, "triqs-atom-diag-atom-diag-get-unitary-matrix"]], "triqs::atom_diag::atom_diag::index_range_of_subspace": [[189, "triqs-atom-diag-atom-diag-index-range-of-subspace"]], "triqs::atom_diag::atom_diag::get_vacuum_state": [[187, "triqs-atom-diag-atom-diag-get-vacuum-state"]], "triqs::atom_diag::atom_diag::get_subspace_dims": [[184, "triqs-atom-diag-atom-diag-get-subspace-dims"]], "triqs::atom_diag::atomic_g_iw": [[192, "triqs-atom-diag-atomic-g-iw"]], "triqs::atom_diag::atomic_density_matrix": [[191, "triqs-atom-diag-atomic-density-matrix"]], "triqs::atom_diag::atomic_g_lehmann": [[194, "triqs-atom-diag-atomic-g-lehmann"]], "triqs::atom_diag::atomic_g_l": [[193, "triqs-atom-diag-atomic-g-l"]], "triqs::atom_diag::atom_diag::n_subspaces": [[190, "triqs-atom-diag-atom-diag-n-subspaces"]], "triqs::atom_diag::atomic_g_tau": [[195, "triqs-atom-diag-atomic-g-tau"]], "triqs::atom_diag::quantum_number_eigenvalues": [[198, "triqs-atom-diag-quantum-number-eigenvalues"]], "triqs::det_manip": [[201, "triqs-det-manip"]], "triqs::atom_diag::trace_rho_op": [[200, "triqs-atom-diag-trace-rho-op"]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[199, "triqs-atom-diag-quantum-number-eigenvalues-checked"]], "triqs::atom_diag::partition_function": [[197, "triqs-atom-diag-partition-function"]], "triqs::atom_diag::atomic_g_w": [[196, "triqs-atom-diag-atomic-g-w"]], "triqs::det_manip::det_manip::change_row": [[204, "triqs-det-manip-det-manip-change-row"]], "triqs::det_manip::det_manip::change_col": [[203, "triqs-det-manip-det-manip-change-col"]], "triqs::det_manip::det_manip": [[202, "triqs-det-manip-det-manip"]], "triqs::det_manip::det_manip::constructor": [[207, "triqs-det-manip-det-manip-constructor"]], "triqs::det_manip::det_manip::complete_operation": [[206, "triqs-det-manip-det-manip-complete-operation"]], "triqs::det_manip::det_manip::clear": [[205, "triqs-det-manip-det-manip-clear"]], "triqs::det_manip::det_manip::get_singular_threshold": [[213, "triqs-det-manip-det-manip-get-singular-threshold"]], "triqs::det_manip::det_manip::get_precision_error": [[211, "triqs-det-manip-det-manip-get-precision-error"]], "triqs::det_manip::det_manip::determinant": [[208, "triqs-det-manip-det-manip-determinant"]], "triqs::det_manip::det_manip::get_n_operations_before_check": [[210, "triqs-det-manip-det-manip-get-n-operations-before-check"]], "triqs::det_manip::det_manip::get_precision_warning": [[212, "triqs-det-manip-det-manip-get-precision-warning"]], "triqs::det_manip::det_manip::get_function": [[209, "triqs-det-manip-det-manip-get-function"]], "triqs::det_manip::det_manip::h5_read": [[218, "triqs-det-manip-det-manip-h5-read"]], "triqs::det_manip::det_manip::get_y": [[216, "triqs-det-manip-det-manip-get-y"]], "triqs::det_manip::det_manip::get_x": [[214, "triqs-det-manip-det-manip-get-x"]], "triqs::det_manip::det_manip::get_x_internal_order": [[215, "triqs-det-manip-det-manip-get-x-internal-order"]], "triqs::det_manip::det_manip::get_y_internal_order": [[217, "triqs-det-manip-det-manip-get-y-internal-order"]], "triqs::det_manip::det_manip::h5_write": [[219, "triqs-det-manip-det-manip-h5-write"]], "triqs::det_manip::det_manip::insert2": [[221, "triqs-det-manip-det-manip-insert2"]], "triqs::det_manip::det_manip::insert_at_end": [[223, "triqs-det-manip-det-manip-insert-at-end"]], "triqs::det_manip::det_manip::insert2_at_end": [[222, "triqs-det-manip-det-manip-insert2-at-end"]], "triqs::det_manip::det_manip::insert": [[220, "triqs-det-manip-det-manip-insert"]], "triqs::det_manip::det_manip::inverse_matrix": [[224, "triqs-det-manip-det-manip-inverse-matrix"]], "triqs::det_manip::det_manip::inverse_matrix_internal_order": [[225, "triqs-det-manip-det-manip-inverse-matrix-internal-order"]], "triqs::det_manip::det_manip::is_singular": [[226, "triqs-det-manip-det-manip-is-singular"]], "triqs::det_manip::det_manip::remove2_at_end": [[231, "triqs-det-manip-det-manip-remove2-at-end"]], "triqs::det_manip::det_manip::reject_last_try": [[228, "triqs-det-manip-det-manip-reject-last-try"]], "triqs::det_manip::det_manip::remove2": [[230, "triqs-det-manip-det-manip-remove2"]], "triqs::det_manip::det_manip::matrix": [[227, "triqs-det-manip-det-manip-matrix"]], "triqs::det_manip::det_manip::remove": [[229, "triqs-det-manip-det-manip-remove"]], "triqs::det_manip::det_manip::set_n_operations_before_check": [[235, "triqs-det-manip-det-manip-set-n-operations-before-check"]], "triqs::det_manip::det_manip::remove_at_end": [[232, "triqs-det-manip-det-manip-remove-at-end"]], "triqs::det_manip::det_manip::reserve": [[233, "triqs-det-manip-det-manip-reserve"]], "triqs::det_manip::det_manip::set_precision_error": [[236, "triqs-det-manip-det-manip-set-precision-error"]], "triqs::det_manip::det_manip::roll_matrix": [[234, "triqs-det-manip-det-manip-roll-matrix"]], "triqs::det_manip::det_manip::set_precision_warning": [[237, "triqs-det-manip-det-manip-set-precision-warning"]], "triqs::det_manip::det_manip::try_change_col": [[242, "triqs-det-manip-det-manip-try-change-col"]], "triqs::det_manip::det_manip::swap_row": [[241, "triqs-det-manip-det-manip-swap-row"]], "triqs::det_manip::det_manip::swap_col": [[240, "triqs-det-manip-det-manip-swap-col"]], "triqs::det_manip::det_manip::try_change_col_row": [[243, "triqs-det-manip-det-manip-try-change-col-row"]], "triqs::det_manip::det_manip::set_singular_threshold": [[238, "triqs-det-manip-det-manip-set-singular-threshold"]], "triqs::det_manip::det_manip::size": [[239, "triqs-det-manip-det-manip-size"]], "triqs::det_manip::det_manip::try_refill": [[247, "triqs-det-manip-det-manip-try-refill"]], "triqs::det_manip::det_manip::try_change_row": [[244, "triqs-det-manip-det-manip-try-change-row"]], "triqs::det_manip::det_manip::try_remove": [[248, "triqs-det-manip-det-manip-try-remove"]], "triqs::det_manip::det_manip::try_insert_k": [[246, "triqs-det-manip-det-manip-try-insert-k"]], "triqs::det_manip::det_manip::try_remove_k": [[249, "triqs-det-manip-det-manip-try-remove-k"]], "triqs::det_manip::det_manip::try_insert": [[245, "triqs-det-manip-det-manip-try-insert"]], "triqs::gfs::block_gf": [[252, "triqs-gfs-block-gf"]], "triqs::gfs::": [[251, "triqs-gfs-deduction-guide-for-block-gf"]], "triqs::gfs": [[250, "triqs-gfs"]], "triqs::gfs::block_gf::block_names": [[253, "triqs-gfs-block-gf-block-names"]], "triqs::gfs::block_gf::constructor": [[255, "triqs-gfs-block-gf-constructor"]], "triqs::gfs::block_gf::block_sizes": [[254, "triqs-gfs-block-gf-block-sizes"]], "triqs::gfs::block_gf::operator=": [[261, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::h5_read": [[257, "triqs-gfs-block-gf-h5-read"]], "triqs::gfs::block_gf::data": [[256, "triqs-gfs-block-gf-data"]], "triqs::gfs::block_gf::operator()": [[260, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::hdf5_format": [[259, "triqs-gfs-block-gf-hdf5-format"]], "triqs::gfs::block_gf::h5_write": [[258, "triqs-gfs-block-gf-h5-write"]], "triqs::gfs::flatten_gf_2d": [[267, "triqs-gfs-flatten-gf-2d"]], "triqs::gfs::density": [[262, "triqs-gfs-density"]], "triqs::gfs::fit_tail": [[265, "triqs-gfs-fit-tail"]], "triqs::gfs::fit_hermitian_tail": [[264, "triqs-gfs-fit-hermitian-tail"]], "triqs::gfs::fit_gf_dlr": [[263, "triqs-gfs-fit-gf-dlr"]], "triqs::gfs::flatten_2d": [[266, "triqs-gfs-flatten-2d"]], "triqs::gfs::gf": [[269, "triqs-gfs-gf"]], "Accessors": [[269, "accessors"], [281, "accessors"], [293, "accessors"]], "triqs::gfs::gf::data_shape": [[272, "triqs-gfs-gf-data-shape"]], "triqs::gfs::gf::h5_read": [[273, "triqs-gfs-gf-h5-read"]], "triqs::gfs::get_mesh": [[268, "triqs-gfs-get-mesh"]], "triqs::gfs::gf::data": [[271, "triqs-gfs-gf-data"]], "triqs::gfs::gf::constructor": [[270, "triqs-gfs-gf-constructor"]], "triqs::gfs::gf::operator=": [[278, "triqs-gfs-gf-operator"]], "triqs::gfs::gf::h5_write": [[274, "triqs-gfs-gf-h5-write"]], "triqs::gfs::gf::target_indices": [[279, "triqs-gfs-gf-target-indices"]], "triqs::gfs::gf::mesh": [[276, "triqs-gfs-gf-mesh"]], "triqs::gfs::gf::hdf5_format": [[275, "triqs-gfs-gf-hdf5-format"]], "triqs::gfs::gf::operator<<": [[277, "triqs-gfs-gf-operator"]], "triqs::gfs::gf_const_view::data_shape": [[284, "triqs-gfs-gf-const-view-data-shape"]], "triqs::gfs::gf_const_view::data": [[283, "triqs-gfs-gf-const-view-data"]], "triqs::gfs::gf_const_view::constructor": [[282, "triqs-gfs-gf-const-view-constructor"]], "triqs::gfs::gf_const_view": [[281, "triqs-gfs-gf-const-view"]], "triqs::gfs::gf_const_view::h5_read": [[285, "triqs-gfs-gf-const-view-h5-read"]], "triqs::gfs::gf::target_shape": [[280, "triqs-gfs-gf-target-shape"]], "triqs::gfs::gf_const_view::hdf5_format": [[287, "triqs-gfs-gf-const-view-hdf5-format"]], "triqs::gfs::gf_const_view::operator<<": [[289, "triqs-gfs-gf-const-view-operator"]], "triqs::gfs::gf_const_view::h5_write": [[286, "triqs-gfs-gf-const-view-h5-write"]], "triqs::gfs::gf_const_view::target_indices": [[291, "triqs-gfs-gf-const-view-target-indices"]], "triqs::gfs::gf_const_view::mesh": [[288, "triqs-gfs-gf-const-view-mesh"]], "triqs::gfs::gf_const_view::rebind": [[290, "triqs-gfs-gf-const-view-rebind"]], "triqs::gfs::gf_view::data": [[295, "triqs-gfs-gf-view-data"]], "triqs::gfs::gf_view": [[293, "triqs-gfs-gf-view"]], "triqs::gfs::gf_const_view::target_shape": [[292, "triqs-gfs-gf-const-view-target-shape"]], "triqs::gfs::gf_view::constructor": [[294, "triqs-gfs-gf-view-constructor"]], "triqs::gfs::gf_view::h5_read": [[297, "triqs-gfs-gf-view-h5-read"]], "triqs::gfs::gf_view::data_shape": [[296, "triqs-gfs-gf-view-data-shape"]], "triqs::gfs::gf_view::hdf5_format": [[299, "triqs-gfs-gf-view-hdf5-format"]], "triqs::gfs::gf_view::mesh": [[300, "triqs-gfs-gf-view-mesh"]], "triqs::gfs::gf_view::rebind": [[303, "triqs-gfs-gf-view-rebind"]], "triqs::gfs::gf_view::h5_write": [[298, "triqs-gfs-gf-view-h5-write"]], "triqs::gfs::gf_view::operator=": [[302, "triqs-gfs-gf-view-operator"]], "triqs::gfs::gf_view::operator<<": [[301, "triqs-gfs-gf-view-operator"]], "triqs::gfs::inverse": [[309, "triqs-gfs-inverse"]], "triqs::gfs::gf_view::target_indices": [[304, "triqs-gfs-gf-view-target-indices"]], "triqs::gfs::imag": [[307, "triqs-gfs-imag"]], "triqs::gfs::impl_tag": [[308, "triqs-gfs-impl-tag"]], "triqs::gfs::gf_view::target_shape": [[305, "triqs-gfs-gf-view-target-shape"]], "triqs::gfs::h5_read_gf_struct": [[306, "triqs-gfs-h5-read-gf-struct"]], "triqs::gfs::is_gf_real": [[311, "triqs-gfs-is-gf-real"]], "triqs::gfs::make_block_gf": [[314, "triqs-gfs-make-block-gf"]], "triqs::gfs::is_gf_hermitian": [[310, "triqs-gfs-is-gf-hermitian"]], "triqs::gfs::make_block2_gf": [[313, "triqs-gfs-make-block2-gf"]], "triqs::gfs::is_gf_real_in_tau": [[312, "triqs-gfs-is-gf-real-in-tau"]], "triqs::gfs::make_block_gf_view": [[315, "triqs-gfs-make-block-gf-view"]], "triqs::gfs::make_gf_from_fourier": [[319, "triqs-gfs-make-gf-from-fourier"]], "triqs::gfs::make_gf_from_inverse_fourier": [[320, "triqs-gfs-make-gf-from-inverse-fourier"]], "triqs::gfs::make_gf_from_real_gf": [[321, "triqs-gfs-make-gf-from-real-gf"]], "triqs::gfs::make_gf_dlr_imfreq": [[317, "triqs-gfs-make-gf-dlr-imfreq"]], "triqs::gfs::make_gf_dlr": [[316, "triqs-gfs-make-gf-dlr"]], "triqs::gfs::make_gf_dlr_imtime": [[318, "triqs-gfs-make-gf-dlr-imtime"]], "triqs::gfs::make_zero_tail": [[326, "triqs-gfs-make-zero-tail"]], "triqs::gfs::make_hermitian": [[324, "triqs-gfs-make-hermitian"]], "triqs::gfs::make_gf_imtime": [[323, "triqs-gfs-make-gf-imtime"]], "triqs::gfs::make_real_in_tau": [[325, "triqs-gfs-make-real-in-tau"]], "triqs::gfs::mpi_reduce": [[327, "triqs-gfs-mpi-reduce"]], "triqs::gfs::make_gf_imfreq": [[322, "triqs-gfs-make-gf-imfreq"]], "triqs::gfs::unflatten_gf_2d": [[333, "triqs-gfs-unflatten-gf-2d"]], "triqs::gfs::positive_freq_view": [[328, "triqs-gfs-positive-freq-view"]], "triqs::gfs::tau_L2_norm": [[331, "triqs-gfs-tau-l2-norm"]], "triqs::gfs::real": [[329, "triqs-gfs-real"]], "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued": [[330, "triqs-gfs-reinterpret-scalar-valued-gf-as-matrix-valued"]], "triqs::gfs::unflatten_2d": [[332, "triqs-gfs-unflatten-2d"]], "triqs::hilbert_space::fundamental_operator_set::begin": [[336, "triqs-hilbert-space-fundamental-operator-set-begin"]], "triqs::hilbert_space": [[334, "triqs-hilbert-space"]], "triqs::hilbert_space::fundamental_operator_set": [[335, "triqs-hilbert-space-fundamental-operator-set"]], "triqs::hilbert_space::fundamental_operator_set::constructor": [[339, "triqs-hilbert-space-fundamental-operator-set-constructor"]], "triqs::hilbert_space::fundamental_operator_set::cbegin": [[337, "triqs-hilbert-space-fundamental-operator-set-cbegin"]], "triqs::hilbert_space::fundamental_operator_set::cend": [[338, "triqs-hilbert-space-fundamental-operator-set-cend"]], "triqs::hilbert_space::fundamental_operator_set::insert": [[345, "triqs-hilbert-space-fundamental-operator-set-insert"]], "triqs::hilbert_space::fundamental_operator_set::h5_write_attribute": [[343, "triqs-hilbert-space-fundamental-operator-set-h5-write-attribute"]], "triqs::hilbert_space::fundamental_operator_set::h5_read_attribute": [[342, "triqs-hilbert-space-fundamental-operator-set-h5-read-attribute"]], "triqs::hilbert_space::fundamental_operator_set::end": [[341, "triqs-hilbert-space-fundamental-operator-set-end"]], "triqs::hilbert_space::fundamental_operator_set::data": [[340, "triqs-hilbert-space-fundamental-operator-set-data"]], "triqs::hilbert_space::fundamental_operator_set::has_indices": [[344, "triqs-hilbert-space-fundamental-operator-set-has-indices"]], "triqs::hilbert_space::fundamental_operator_set::size": [[349, "triqs-hilbert-space-fundamental-operator-set-size"]], "triqs::hilbert_space::fundamental_operator_set::operator[]": [[348, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::fundamental_operator_set::operator==": [[347, "triqs-hilbert-space-fundamental-operator-set-operator"]], "triqs::hilbert_space::hilbert_space::constructor": [[351, "triqs-hilbert-space-hilbert-space-constructor"]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[346, "triqs-hilbert-space-fundamental-operator-set-insert-from-indices-t"]], "triqs::hilbert_space::hilbert_space": [[350, "triqs-hilbert-space-hilbert-space"]], "triqs::hilbert_space::hilbert_space::h5_write": [[355, "triqs-hilbert-space-hilbert-space-h5-write"]], "triqs::hilbert_space::hilbert_space::hdf5_format": [[357, "triqs-hilbert-space-hilbert-space-hdf5-format"]], "triqs::hilbert_space::hilbert_space::has_state": [[356, "triqs-hilbert-space-hilbert-space-has-state"]], "triqs::hilbert_space::hilbert_space::get_state_index": [[353, "triqs-hilbert-space-hilbert-space-get-state-index"]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[352, "triqs-hilbert-space-hilbert-space-get-fock-state"]], "triqs::hilbert_space::hilbert_space::h5_read": [[354, "triqs-hilbert-space-hilbert-space-h5-read"]], "triqs::hilbert_space::imperative_operator": [[361, "triqs-hilbert-space-imperative-operator"]], "triqs::hilbert_space::hilbert_space::size": [[360, "triqs-hilbert-space-hilbert-space-size"]], "triqs::hilbert_space::imperative_operator::is_empty": [[363, "triqs-hilbert-space-imperative-operator-is-empty"]], "triqs::hilbert_space::hilbert_space::operator!=": [[358, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::hilbert_space::operator==": [[359, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::imperative_operator::constructor": [[362, "triqs-hilbert-space-imperative-operator-constructor"]], "triqs::hilbert_space::imperative_operator::operator()": [[364, "triqs-hilbert-space-imperative-operator-operator"]], "triqs::hilbert_space::make_zero_state": [[366, "triqs-hilbert-space-make-zero-state"]], "triqs::hilbert_space::imperative_operator::update": [[365, "triqs-hilbert-space-imperative-operator-update"]], "triqs::hilbert_space::space_partition::find_mappings": [[369, "triqs-hilbert-space-space-partition-find-mappings"]], "triqs::hilbert_space::space_partition::constructor": [[368, "triqs-hilbert-space-space-partition-constructor"]], "triqs::hilbert_space::space_partition": [[367, "triqs-hilbert-space-space-partition"]], "triqs::hilbert_space::space_partition::merge_subspaces": [[373, "triqs-hilbert-space-space-partition-merge-subspaces"]], "triqs::hilbert_space::space_partition::n_subspaces": [[374, "triqs-hilbert-space-space-partition-n-subspaces"]], "triqs::hilbert_space::space_partition::foreach": [[370, "triqs-hilbert-space-space-partition-foreach"]], "triqs::hilbert_space::space_partition::get_matrix_elements": [[371, "triqs-hilbert-space-space-partition-get-matrix-elements"]], "triqs::hilbert_space::space_partition::lookup_basis_state": [[372, "triqs-hilbert-space-space-partition-lookup-basis-state"]], "triqs::hilbert_space::state": [[375, "triqs-hilbert-space-state"]], "triqs::hilbert_space::state": [[376, "triqs-hilbert-space-state-hilbertspace-scalartype-false"]], "triqs::hilbert_space::state::constructor": [[378, "triqs-hilbert-space-state-hilbertspace-scalartype-false-constructor"]], "triqs::hilbert_space::state::foreach": [[380, "triqs-hilbert-space-state-hilbertspace-scalartype-false-foreach"]], "triqs::hilbert_space::state::get_hilbert": [[381, "triqs-hilbert-space-state-hilbertspace-scalartype-false-get-hilbert"]], "triqs::hilbert_space::state::dot_product": [[379, "triqs-hilbert-space-state-hilbertspace-scalartype-false-dot-product"]], "triqs::hilbert_space::state::amplitudes": [[377, "triqs-hilbert-space-state-hilbertspace-scalartype-false-amplitudes"]], "triqs::hilbert_space::state::operator*=": [[383, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::size": [[387, "triqs-hilbert-space-state-hilbertspace-scalartype-false-size"]], "triqs::hilbert_space::state::set_hilbert": [[386, "triqs-hilbert-space-state-hilbertspace-scalartype-false-set-hilbert"]], "triqs::hilbert_space::state::operator+=": [[384, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator-=": [[385, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::operator()": [[382, "triqs-hilbert-space-state-hilbertspace-scalartype-false-operator"]], "triqs::hilbert_space::state::foreach": [[391, "triqs-hilbert-space-state-hilbertspace-scalartype-true-foreach"]], "triqs::hilbert_space::state": [[388, "triqs-hilbert-space-state-hilbertspace-scalartype-true"]], "triqs::hilbert_space::state::get_hilbert": [[392, "triqs-hilbert-space-state-hilbertspace-scalartype-true-get-hilbert"]], "triqs::hilbert_space::state::dot_product": [[390, "triqs-hilbert-space-state-hilbertspace-scalartype-true-dot-product"]], "triqs::hilbert_space::state::constructor": [[389, "triqs-hilbert-space-state-hilbertspace-scalartype-true-constructor"]], "triqs::hilbert_space::state::nterms": [[393, "triqs-hilbert-space-state-hilbertspace-scalartype-true-nterms"]], "triqs::hilbert_space::state::set_hilbert": [[398, "triqs-hilbert-space-state-hilbertspace-scalartype-true-set-hilbert"]], "triqs::hilbert_space::state::operator*=": [[395, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator()": [[394, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::size": [[399, "triqs-hilbert-space-state-hilbertspace-scalartype-true-size"]], "triqs::hilbert_space::state::operator-=": [[397, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator+=": [[396, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::sub_hilbert_space::get_fock_state": [[404, "triqs-hilbert-space-sub-hilbert-space-get-fock-state"]], "triqs::hilbert_space::sub_hilbert_space::constructor": [[402, "triqs-hilbert-space-sub-hilbert-space-constructor"]], "triqs::hilbert_space::sub_hilbert_space::add_fock_state": [[401, "triqs-hilbert-space-sub-hilbert-space-add-fock-state"]], "triqs::hilbert_space::sub_hilbert_space": [[400, "triqs-hilbert-space-sub-hilbert-space"]], "triqs::hilbert_space::sub_hilbert_space::get_all_fock_states": [[403, "triqs-hilbert-space-sub-hilbert-space-get-all-fock-states"]], "triqs::hilbert_space::sub_hilbert_space::get_index": [[405, "triqs-hilbert-space-sub-hilbert-space-get-index"]], "triqs::hilbert_space::sub_hilbert_space::operator!=": [[411, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::hilbert_space::sub_hilbert_space::h5_read": [[407, "triqs-hilbert-space-sub-hilbert-space-h5-read"]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[409, "triqs-hilbert-space-sub-hilbert-space-has-state"]], "triqs::hilbert_space::sub_hilbert_space::h5_write": [[408, "triqs-hilbert-space-sub-hilbert-space-h5-write"]], "triqs::hilbert_space::sub_hilbert_space::get_state_index": [[406, "triqs-hilbert-space-sub-hilbert-space-get-state-index"]], "triqs::hilbert_space::sub_hilbert_space::hdf5_format": [[410, "triqs-hilbert-space-sub-hilbert-space-hdf5-format"]], "triqs::hilbert_space::sub_hilbert_space::operator==": [[412, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::hilbert_space::sub_hilbert_space::size": [[414, "triqs-hilbert-space-sub-hilbert-space-size"]], "triqs::mc_tools::mc_generic::accumulate": [[417, "triqs-mc-tools-mc-generic-accumulate"]], "triqs::mc_tools::mc_generic": [[416, "triqs-mc-tools-mc-generic"]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[413, "triqs-hilbert-space-sub-hilbert-space-set-index"]], "triqs::mc_tools": [[415, "triqs-mc-tools"]], "triqs::mc_tools::mc_generic::add_measure": [[418, "triqs-mc-tools-mc-generic-add-measure"]], "triqs::mc_tools::mc_generic::add_move": [[420, "triqs-mc-tools-mc-generic-add-move"]], "triqs::mc_tools::mc_generic::clear_measures": [[421, "triqs-mc-tools-mc-generic-clear-measures"]], "triqs::mc_tools::mc_generic::add_measure_aux": [[419, "triqs-mc-tools-mc-generic-add-measure-aux"]], "triqs::mc_tools::mc_generic::constructor": [[423, "triqs-mc-tools-mc-generic-constructor"]], "triqs::mc_tools::mc_generic::collect_results": [[422, "triqs-mc-tools-mc-generic-collect-results"]], "triqs::mc_tools::mc_generic::get_config_id": [[427, "triqs-mc-tools-mc-generic-get-config-id"]], "triqs::mc_tools::mc_generic::get_accumulation_time": [[425, "triqs-mc-tools-mc-generic-get-accumulation-time"]], "triqs::mc_tools::mc_generic::get_accumulation_time_HHMMSS": [[426, "triqs-mc-tools-mc-generic-get-accumulation-time-hhmmss"]], "triqs::mc_tools::mc_generic::get_current_cycle_number": [[428, "triqs-mc-tools-mc-generic-get-current-cycle-number"]], "triqs::mc_tools::mc_generic::get_duration": [[429, "triqs-mc-tools-mc-generic-get-duration"]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[424, "triqs-mc-tools-mc-generic-get-acceptance-rates"]], "triqs::mc_tools::mc_generic::get_warmup_time_HHMMSS": [[434, "triqs-mc-tools-mc-generic-get-warmup-time-hhmmss"]], "triqs::mc_tools::mc_generic::h5_read": [[435, "triqs-mc-tools-mc-generic-h5-read"]], "triqs::mc_tools::mc_generic::get_warmup_time": [[433, "triqs-mc-tools-mc-generic-get-warmup-time"]], "triqs::mc_tools::mc_generic::get_percent": [[430, "triqs-mc-tools-mc-generic-get-percent"]], "triqs::mc_tools::mc_generic::get_total_time": [[432, "triqs-mc-tools-mc-generic-get-total-time"]], "triqs::mc_tools::mc_generic::get_rng": [[431, "triqs-mc-tools-mc-generic-get-rng"]], "triqs::mc_tools::mc_generic::rm_measure": [[437, "triqs-mc-tools-mc-generic-rm-measure"]], "triqs::mc_tools::mc_generic::h5_write": [[436, "triqs-mc-tools-mc-generic-h5-write"]], "triqs::mc_tools::mc_generic::warmup_and_accumulate": [[441, "triqs-mc-tools-mc-generic-warmup-and-accumulate"]], "triqs::mc_tools::mc_generic::warmup": [[440, "triqs-mc-tools-mc-generic-warmup"]], "triqs::mc_tools::mc_generic::set_after_cycle_duty": [[439, "triqs-mc-tools-mc-generic-set-after-cycle-duty"]], "triqs::mc_tools::mc_generic::run": [[438, "triqs-mc-tools-mc-generic-run"]], "triqs::mc_tools::move_set::accept": [[443, "triqs-mc-tools-move-set-accept"]], "triqs::mc_tools::move_set::collect_statistics": [[447, "triqs-mc-tools-move-set-collect-statistics"]], "triqs::mc_tools::move_set::attempt": [[445, "triqs-mc-tools-move-set-attempt"]], "triqs::mc_tools::move_set": [[442, "triqs-mc-tools-move-set"]], "triqs::mc_tools::move_set::clear_statistics": [[446, "triqs-mc-tools-move-set-clear-statistics"]], "triqs::mc_tools::move_set::add": [[444, "triqs-mc-tools-move-set-add"]], "triqs::mc_tools::random_generator::constructor": [[453, "triqs-mc-tools-random-generator-constructor"]], "triqs::mc_tools::move_set::constructor": [[448, "triqs-mc-tools-move-set-constructor"]], "triqs::mc_tools::random_generator": [[452, "triqs-mc-tools-random-generator"]], "triqs::mc_tools::move_set::reject": [[451, "triqs-mc-tools-move-set-reject"]], "triqs::mc_tools::move_set::get_acceptance_rates": [[449, "triqs-mc-tools-move-set-get-acceptance-rates"]], "triqs::mc_tools::move_set::get_statistics": [[450, "triqs-mc-tools-move-set-get-statistics"]], "triqs::mc_tools::random_generator::name": [[454, "triqs-mc-tools-random-generator-name"]], "triqs::mc_tools::random_generator::operator()": [[455, "triqs-mc-tools-random-generator-operator"]], "triqs::stat": [[458, "triqs-stat"]], "triqs::stat::accumulator": [[459, "triqs-stat-accumulator"]], "Logarithmic (Log) Binning": [[459, "logarithmic-log-binning"]], "Linear (Lin) Binning": [[459, "linear-lin-binning"]], "triqs::mc_tools::random_generator_names": [[457, "triqs-mc-tools-random-generator-names"]], "triqs::mc_tools::random_generator::preview": [[456, "triqs-mc-tools-random-generator-preview"]], "triqs::stat::accumulator::compress_linear_bins": [[460, "triqs-stat-accumulator-compress-linear-bins"]], "triqs::stat::accumulator::constructor": [[461, "triqs-stat-accumulator-constructor"]], "triqs::stat::accumulator::linear_bins": [[464, "triqs-stat-accumulator-linear-bins"]], "triqs::stat::accumulator::data_input_count": [[462, "triqs-stat-accumulator-data-input-count"]], "triqs::stat::accumulator::log_bin_errors": [[465, "triqs-stat-accumulator-log-bin-errors"]], "triqs::stat::accumulator::lin_bin_capacity": [[463, "triqs-stat-accumulator-lin-bin-capacity"]], "triqs::stat::accumulator::n_log_bins": [[469, "triqs-stat-accumulator-n-log-bins"]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[466, "triqs-stat-accumulator-log-bin-errors-all-reduce"]], "triqs::stat::accumulator::n_lin_bins": [[467, "triqs-stat-accumulator-n-lin-bins"]], "triqs::stat::accumulator::operator<<": [[471, "triqs-stat-accumulator-operator"]], "triqs::stat::accumulator::n_lin_bins_max": [[468, "triqs-stat-accumulator-n-lin-bins-max"]], "triqs::stat::accumulator::n_log_bins_max": [[470, "triqs-stat-accumulator-n-log-bins-max"]], "triqs::stat::cdf": [[472, "triqs-stat-cdf"]], "triqs::stat::histogram::clear": [[474, "triqs-stat-histogram-clear"]], "triqs::stat::histogram::h5_read": [[477, "triqs-stat-histogram-h5-read"]], "triqs::stat::histogram": [[473, "triqs-stat-histogram"]], "triqs::stat::histogram::data": [[476, "triqs-stat-histogram-data"]], "triqs::stat::histogram::constructor": [[475, "triqs-stat-histogram-constructor"]], "triqs::stat::histogram::mesh_point": [[481, "triqs-stat-histogram-mesh-point"]], "triqs::stat::histogram::mpi_broadcast": [[482, "triqs-stat-histogram-mpi-broadcast"]], "triqs::stat::histogram::hdf5_format": [[479, "triqs-stat-histogram-hdf5-format"]], "triqs::stat::histogram::h5_write": [[478, "triqs-stat-histogram-h5-write"]], "triqs::stat::histogram::limits": [[480, "triqs-stat-histogram-limits"]], "triqs::stat::histogram::mpi_reduce": [[483, "triqs-stat-histogram-mpi-reduce"]], "triqs::stat::histogram::size": [[489, "triqs-stat-histogram-size"]], "triqs::stat::histogram::n_lost_pts": [[485, "triqs-stat-histogram-n-lost-pts"]], "triqs::stat::histogram::n_data_pts": [[484, "triqs-stat-histogram-n-data-pts"]], "triqs::stat::histogram::operator+": [[486, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator<<": [[487, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator==": [[488, "triqs-stat-histogram-operator"]], "triqs::stat::jackknife": [[490, "triqs-stat-jackknife"]], "triqs::stat::mean_and_err": [[493, "triqs-stat-mean-and-err"]], "triqs::stat::mean_and_err_mpi": [[494, "triqs-stat-mean-and-err-mpi"]], "triqs::stat::mean_mpi": [[495, "triqs-stat-mean-mpi"]], "triqs::stat::mean": [[492, "triqs-stat-mean"]], "triqs::stat::jackknife_mpi": [[491, "triqs-stat-jackknife-mpi"]], "triqs::stat::tau_estimate_from_errors": [[497, "triqs-stat-tau-estimate-from-errors"]], "triqs::stat::pdf": [[496, "triqs-stat-pdf"]], "The det_manip class": [[523, "the-det-manip-class"]], "Parameter & construction": [[523, "parameter-construction"]], "Public types": [[523, "public-types"]], "Public member functions": [[523, "public-member-functions"]], "Under the hood \u2026": [[523, "under-the-hood"]], "Full documentation/manual/triqs": [[523, "full-documentation-manual-triqs"], [576, "full-documentation-manual-triqs"]], "Manipulations of determinants": [[522, "manipulations-of-determinants"]], "HDFArchive": [[508, "hdfarchive"]], "HDFArchiveGroup": [[508, "hdfarchivegroup"]], "HDFArchiveInert": [[508, "hdfarchiveinert"]], "Hdf-compliant objects": [[508, "hdf-compliant-objects"]], "How does a class become hdf-compliant?": [[508, "how-does-a-class-become-hdf-compliant"]], "C++ documentation": [[528, "c-documentation"]], "The blocks: matrix-valued Green\u2019s functions": [[553, "the-blocks-matrix-valued-green-s-functions"]], "Slicing": [[553, "slicing"]], "Bracket Accessor": [[553, "bracket-accessor"]], "Assignment: << or = operator": [[553, "assignment-or-operator"]], "Lazy expressions": [[553, "lazy-expressions"]], "Plot options": [[553, "plot-options"]], "Direct access to data points": [[553, "direct-access-to-data-points"]], "gf and views": [[531, "gf-and-views"]], "Non-member functions": [[531, "non-member-functions"]], "mesh::imtime": [[550, "mesh-imtime"]], "[gf] Green function on Matsubara frequencies": [[537, "gf-imfreq-green-function-on-matsubara-frequencies"]], "[gf>] Multiple variables": [[542, "gf-prod-x-y-multiple-variables"]], "Subscript operator": [[542, "subscript-operator"]], "Clef expressions": [[542, "clef-expressions"]], "Functional techniques": [[542, "functional-techniques"]], "mesh::imfreq": [[549, "mesh-imfreq"]], "Coefficient extraction": [[584, "coefficient-extraction"]], "Plotting protocols": [[588, "plotting-protocols"]], "Tools for Monte Carlo": [[575, "tools-for-monte-carlo"]], "The Monte Carlo loop": [[578, "the-monte-carlo-loop"]], "C++ variable names": [[578, "c-variable-names"]], "Monte Carlo loop and connection with moves and measures": [[578, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Python documentation": [[559, "python-documentation"]], "Phase diagram exploration": [[1888, "Phase-diagram-exploration"], [1892, "Phase-diagram-exploration"]], "TRIQS / solid_dmft tutorial": [[1890, "TRIQS-/-solid_dmft-tutorial"], [1886, "TRIQS-/-solid_dmft-tutorial"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1890, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1886, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1890, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1886, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1890, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1886, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1890, "3.-Check-convergence"], [1886, "3.-Check-convergence"]], "Reminder: The TRIQS BlockGf object": [[1890, "Reminder:-The-TRIQS-BlockGf-object"], [1886, "Reminder:-The-TRIQS-BlockGf-object"]], "Plot of the self-energy \u03a3": [[1890, "Plot-of-the-self-energy-\u03a3"], [1886, "Plot-of-the-self-energy-\u03a3"]], "4. Analytic continuation of the self-energy": [[1890, "4.-Analytic-continuation-of-the-self-energy"], [1886, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1890, "5.-Plot-Spectral-Function"], [1886, "5.-Plot-Spectral-Function"]], "Analytically continue the impurity Green\u2019s function": [[1890, "Analytically-continue-the-impurity-Green\u2019s-function"], [1886, "Analytically-continue-the-impurity-Green\u2019s-function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1890, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1886, "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.": [[1890, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1886, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "FermiSee": [[1887, "FermiSee"], [1891, "FermiSee"]], "Comparison to Hubbard-I solution": [[1889, "Comparison-to-Hubbard-I-solution"], [1893, "Comparison-to-Hubbard-I-solution"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1889, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1893, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "TRIQS Green\u2019s functions": [[1896, "TRIQS-Green\u2019s-functions"], [1900, "TRIQS-Green\u2019s-functions"]], "Matrix-Valued Green\u2019s functions": [[1896, "Matrix-Valued-Green\u2019s-functions"], [1900, "Matrix-Valued-Green\u2019s-functions"]], "Block Green\u2019s functions": [[1896, "Block-Green\u2019s-functions"], [1900, "Block-Green\u2019s-functions"]], "Additional Initialization Descriptors": [[1896, "Additional-Initialization-Descriptors"], [1900, "Additional-Initialization-Descriptors"]], "Flat density of states": [[1896, "Flat-density-of-states"], [1900, "Flat-density-of-states"]], "Semi-circular density of states": [[1896, "Semi-circular-density-of-states"], [1900, "Semi-circular-density-of-states"]], "Imaginary-frequency Green\u2019s functions": [[1896, "Imaginary-frequency-Green\u2019s-functions"], [1900, "Imaginary-frequency-Green\u2019s-functions"]], "Arithmetic Operations": [[1896, "Arithmetic-Operations"], [1900, "Arithmetic-Operations"]], "Obtaining the density": [[1896, "Obtaining-the-density"], [1900, "Obtaining-the-density"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1896, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"], [1900, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"]], "Pade analytical continuation": [[1896, "Pade-analytical-continuation"], [1900, "Pade-analytical-continuation"]], "Exercises": [[1896, "Exercises"], [1900, "Exercises"]], "Matplotlib Examples": [[1895, "Matplotlib-Examples"]], "Goal of this tutorial": [[1895, "Goal-of-this-tutorial"]], "Inline plots": [[1895, "Inline-plots"]], "Making the plot prettier": [[1895, "Making-the-plot-prettier"]], "Subplots": [[1895, "Subplots"]], "Histograms and text": [[1895, "Histograms-and-text"]], "Python-like approach to matplotlib": [[1895, "Python-like-approach-to-matplotlib"]], "More examples": [[1895, "More-examples"]], "HDF5 Archives": [[1897, "HDF5-Archives"]], "Writing to an archive": [[1897, "Writing-to-an-archive"]], "Reading from an archive": [[1897, "Reading-from-an-archive"]], "Introducing python and the ipython notebook": [[1894, "Introducing-python-and-the-ipython-notebook"]], "Script mode": [[1894, "Script-mode"]], "Interactive shell mode": [[1894, "Interactive-shell-mode"]], "The ipython notebook": [[1894, "The-ipython-notebook"]], "A very short introduction to python": [[1894, "A-very-short-introduction-to-python"]], "Calculating": [[1894, "Calculating"]], "Simple loops / indentation": [[1894, "Simple-loops-/-indentation"]], "If statements": [[1894, "If-statements"]], "Defining a function": [[1894, "Defining-a-function"]], "Importing modules": [[1894, "Importing-modules"]], "Lists": [[1894, "Lists"]], "The numpy library": [[1894, "The-numpy-library"]], "Defining a new class": [[1894, "Defining-a-new-class"]], "Getting help": [[1894, "Getting-help"]], "Manipulating fermionic operators": [[1898, "Manipulating-fermionic-operators"]], "Fundamental operators": [[1898, "Fundamental-operators"]], "Number operator": [[1898, "Number-operator"]], "Operations with operators": [[1898, "Operations-with-operators"]], "Exact Diagonalization": [[1898, "Exact-Diagonalization"]], "A first DMFT calculation": [[1901, "A-first-DMFT-calculation"], [1907, "A-first-DMFT-calculation"]], "The iterated perturbation theory": [[1901, "The-iterated-perturbation-theory"], [1907, "The-iterated-perturbation-theory"]], "Dynamical mean-field theory": [[1901, "Dynamical-mean-field-theory"], [1907, "Dynamical-mean-field-theory"]], "Bethe lattice DMFT": [[1901, "Bethe-lattice-DMFT"], [1907, "Bethe-lattice-DMFT"]], "Visualizing the Mott transition": [[1901, "Visualizing-the-Mott-transition"], [1907, "Visualizing-the-Mott-transition"]], "General reminder: Anderson impurity model and CTHYB solver": [[1902, "General-reminder:-Anderson-impurity-model-and-CTHYB-solver"]], "The TRIQS/CTHYB impurity solver": [[1902, "The-TRIQS/CTHYB-impurity-solver"]], "Setting up the impurity solver": [[1902, "Setting-up-the-impurity-solver"]], "Visualizing the imaginary time sampled G(\\tau)": [[1902, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Visualizing the Matsubara-frequency results": [[1902, "Visualizing-the-Matsubara-frequency-results"]], "Introduction to multivariable Green\u2019s functions": [[1899, "Introduction-to-multivariable-Green\u2019s-functions"]], "Imports and parameters": [[1899, "Imports-and-parameters"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1899, "Constructing-and-Initializing-a-Lattice-Green\u2019s-function"]], "Numpy Broadcasting": [[1899, "Numpy-Broadcasting"]], "Evaluate the Green function": [[1899, "Evaluate-the-Green-function"]], "Defining a Tight-Binding Hamiltonian": [[1899, "Defining-a-Tight-Binding-Hamiltonian"]], "Single-orbital Hubbard model": [[1903, "Single-orbital-Hubbard-model"], [1908, "Single-orbital-Hubbard-model"]], "Two-orbital Hubbard model": [[1904, "Two-orbital-Hubbard-model"], [1909, "Two-orbital-Hubbard-model"]], "Comparison with the literature": [[1907, "Comparison-with-the-literature"]], "Tutorials": [[1906, "tutorials"]], "Solution 1": [[1909, "Solution-1"], [1908, "Solution-1"]], "Solution 2": [[1909, "Solution-2"], [1908, "Solution-2"]], "J = 0.0": [[1909, "J-=-0.0"], [1909, "id1"]], "J = 0.1 U": [[1909, "J-=-0.1-U"], [1909, "id2"]], "J = 0.2 U": [[1909, "J-=-0.2-U"], [1909, "id3"]], "Conclusion of Exercise 2": [[1909, "Conclusion-of-Exercise-2"]], "Solution of exercise 3": [[1909, "Solution-of-exercise-3"]], "Conclusion of Exercise 3": [[1909, "Conclusion-of-Exercise-3"]], "Valence-Bond DMFT solution of the Hubbard model": [[1905, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"], [1910, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"]], "Analyzing the precomputed results": [[1905, "Analyzing-the-precomputed-results"], [1910, "Analyzing-the-precomputed-results"]], "Solution 3": [[1908, "Solution-3"]], "Solution 4": [[1908, "Solution-4"]], "Solution 5": [[1908, "Solution-5"]], "Solution 6": [[1908, "Solution-6"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1913, "Susceptibility-\\chi_0-of-non-interacting-fermions"], [1918, "Susceptibility-\\chi_0-of-non-interacting-fermions"]], "Theory": [[1913, "Theory"], [1915, "Theory"], [1920, "Theory"], [1918, "Theory"]], "Fast calculation using Fourier transform": [[1913, "Fast-calculation-using-Fourier-transform"], [1918, "Fast-calculation-using-Fourier-transform"]], "Goals and questions": [[1913, "Goals-and-questions"], [1918, "Goals-and-questions"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1913, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1918, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1913, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1918, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Two-particle self consistency (TPSC)": [[1915, "Two-particle-self-consistency-(TPSC)"], [1920, "Two-particle-self-consistency-(TPSC)"]], "Behaviour of U_{sp} and U_{ch} vs.\u00a0U": [[1915, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"], [1920, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"]], "Note: weakness of RPA": [[1915, "Note:-weakness-of-RPA"], [1920, "Note:-weakness-of-RPA"]], "Tutorial repository": [[1911, "tutorial-repository"]], "Fermions on the square lattice & perfect nesting": [[1912, "Fermions-on-the-square-lattice-&-perfect-nesting"], [1917, "Fermions-on-the-square-lattice-&-perfect-nesting"]], "Square lattice with nearest-neighbour hopping": [[1912, "Square-lattice-with-nearest-neighbour-hopping"], [1917, "Square-lattice-with-nearest-neighbour-hopping"]], "Non-interacting lattice Green\u2019s function": [[1912, "Non-interacting-lattice-Green\u2019s-function"], [1917, "Non-interacting-lattice-Green\u2019s-function"]], "Fermi surface nesting": [[1912, "Fermi-surface-nesting"], [1917, "Fermi-surface-nesting"]], "The random phase approximation (RPA)": [[1914, "The-random-phase-approximation-(RPA)"], [1919, "The-random-phase-approximation-(RPA)"]], "RPA solver": [[1914, "RPA-solver"], [1919, "RPA-solver"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1916, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"], [1921, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"]], "Mermin-Wagner theorem": [[1916, "Mermin-Wagner-theorem"], [1921, "Mermin-Wagner-theorem"]], "TPSC and the Mermin-Wagner theorem": [[1916, "TPSC-and-the-Mermin-Wagner-theorem"], [1921, "TPSC-and-the-Mermin-Wagner-theorem"]], "Code from previous notebooks": [[1916, "Code-from-previous-notebooks"], [1921, "Code-from-previous-notebooks"]], "\\chi_0 calculator for arbitrary \\beta": [[1916, "\\chi_0-calculator-for-arbitrary-\\beta"], [1921, "\\chi_0-calculator-for-arbitrary-\\beta"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1916, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1921, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1916, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1921, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "Questions": [[1916, "Questions"], [1921, "Questions"]], "Remarks": [[1916, "Remarks"], [1921, "Remarks"]]}, "indexentries": {"h5": [[506, "module-h5"]], "module": [[506, "module-h5"], [553, "index-0"]], "hdfarchive (class in h5)": [[508, "h5.HDFArchive"]], "hdfarchivegroup (built-in class)": [[508, "HDFArchiveGroup"]], "hdfarchiveinert (built-in class)": [[508, "HDFArchiveInert"]], "apply_on_leaves() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.apply_on_leaves"]], "built-in function": [[508, "register_class"]], "create_group() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.create_group"]], "get_raw() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.get_raw"]], "is_data() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.is_data"]], "is_group() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.is_group"]], "items() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.items"]], "keys() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.keys"]], "read_attr() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.read_attr"]], "register_class()": [[508, "register_class"]], "root_path() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.root_path"]], "update() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.update"]], "values() (hdfarchivegroup method)": [[508, "HDFArchiveGroup.values"]], "lightweight exact diagonalization solver and tools": [[510, "index-0"]], "green's functions": [[553, "index-0"], [559, "index-0"]], "block green's function": [[553, "index-0"]], "gf_imfreq": [[553, "index-0"]], "gf_imtime": [[553, "index-0"]], "gf_legendre": [[553, "index-0"]], "gf_refreq": [[553, "index-0"]], "gf_retime": [[553, "index-0"]], "hilbert space tools": [[565, "index-0"]], "second-quantization operators": [[581, "index-0"]], "analysis": [[588, "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 5ced284cab..e0ac70ad0d 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 @@ -2106,7 +2106,7 @@

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

-

5eb798481247408c9260dac4ce649383

+

bd47e88039004c2c971d98fe3f90e3eb

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 ed6b4cb98c..d32d5ec1f6 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 @@ -2070,7 +2070,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:

-

bcc2134424ee46868e852a7e852bdcc8

+

7807cc1a66b047e49f30112ce606282b

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 917309573d..3722518bab 100644 --- a/triqs/unstable/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html +++ b/triqs/unstable/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html @@ -2071,7 +2071,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).

-

a462e17b720249ca93a9938c1d057f69

+

4c8148dfd42d4172a8116785050d6959

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

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

-

084173d7771545889720656115524b3f

+

a95a8a8651ab4e85985118e90533cf5c

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 dca17753fa..cdf6a02a98 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 @@ -2345,7 +2345,7 @@

Solution 6

+

426ab46569ec465aa032ddbd06ee1a87

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 d13c1333fd..6d9aa2b4f1 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 @@ -2075,7 +2075,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).

-

acc9c39a8c204e3abd996dba25fec03b

+

327c07a71f154fad975d67ce9345fdee

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