diff --git a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt index f026f6c74a..f8255c6c28 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt +++ b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/itertools/zip_iter/operator==.rst.txt @@ -48,4 +48,4 @@ Parameters Returns ^^^^^^^ -True, if all original iterators are equal. \ No newline at end of file +True, if one of the original iterators is equal to the corresponding iterator of the sentinel. \ No newline at end of file diff --git a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy.rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy.rst.txt index 728f952326..6a6ac41c98 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy.rst.txt +++ b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy.rst.txt @@ -35,7 +35,7 @@ Public members +------+-------------------+----------------------------------------------------------------------------+ - | rhs | const_view_type | View of the array/view to be scattered. | + | rhs | stored_type | Array/View to be scattered. | +------+-------------------+----------------------------------------------------------------------------+ | comm | mpi::communicator | MPI communicator. | +------+-------------------+----------------------------------------------------------------------------+ @@ -52,11 +52,11 @@ Member types :widths: 40 60 - +-----------------+--------------------------------------+---------------------------------------------------------------+ - | value_type | typename std::decay_t::value_type | Value type of the array/view. | - +-----------------+--------------------------------------+---------------------------------------------------------------+ - | const_view_type | decltype(std::declval()()) | Const view type of the array/view stored in the lazy object. | - +-----------------+--------------------------------------+---------------------------------------------------------------+ + +-------------+--------------------------------------+----------------------------------------------------+ + | value_type | typename std::decay_t::value_type | Value type of the array/view. | + +-------------+--------------------------------------+----------------------------------------------------+ + | stored_type | A | Type of the array/view stored in the lazy object. | + +-------------+--------------------------------------+----------------------------------------------------+ Member functions @@ -67,7 +67,7 @@ Member functions +-----------------------------------+-----------------------------------------------------------------------------+ - | :ref:`shape ` | Compute the shape of the target array. | + | :ref:`shape ` | Compute the shape of the nda::ArrayInitializer object. | +-----------------------------------+-----------------------------------------------------------------------------+ | :ref:`invoke ` | Execute the lazy MPI operation and write the result to a target array/view. | +-----------------------------------+-----------------------------------------------------------------------------+ diff --git a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/invoke.rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/invoke.rst.txt index bc7e3a9433..bed983fea1 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/invoke.rst.txt +++ b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/invoke.rst.txt @@ -36,7 +36,7 @@ mpi::lazy::invoke Template parameters ^^^^^^^^^^^^^^^^^^^ - * :param:`T` nda::Array type of the target array/view. + * :param:`T` nda::Array type with C-layout. Parameters diff --git a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/shape.rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/shape.rst.txt index f1dbd5cc22..a3e01dd767 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/shape.rst.txt +++ b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/lazy/shape.rst.txt @@ -35,7 +35,7 @@ mpi::lazy::shape Returns ^^^^^^^ -Shape of the target array. +Shape of the nda::ArrayInitializer object. .. warning:: This makes an MPI call. \ No newline at end of file diff --git a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt index d054e9d557..3624e8018c 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt +++ b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/mpi/mpi_gather.rst.txt @@ -54,4 +54,4 @@ Parameters Returns ^^^^^^^ -std::vector containing the result of the gather operation. \ No newline at end of file +std::string containing the result of the gather operation. \ No newline at end of file diff --git a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt index 6670a247bd..04db9cd7ea 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt +++ b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.rst.txt @@ -41,4 +41,4 @@ Documentation Returns ^^^^^^^ -Constant reference to the storage container \ No newline at end of file +Reference to the storage container \ No newline at end of file diff --git a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst.txt index cafc8cbd8d..3cb8fdb666 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().rst.txt +++ b/triqs/DEV_mc_tools_stat/_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/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst.txt b/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst.txt index 8876681759..a52bb3fe5b 100644 --- a/triqs/DEV_mc_tools_stat/_sources/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().rst.txt +++ b/triqs/DEV_mc_tools_stat/_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/DEV_mc_tools_stat/documentation/cpp_api/itertools/zip_iter/operator==.html b/triqs/DEV_mc_tools_stat/documentation/cpp_api/itertools/zip_iter/operator==.html index 97cc26910a..987629e6b6 100644 --- a/triqs/DEV_mc_tools_stat/documentation/cpp_api/itertools/zip_iter/operator==.html +++ b/triqs/DEV_mc_tools_stat/documentation/cpp_api/itertools/zip_iter/operator==.html @@ -1838,7 +1838,7 @@

Parameters

Returns

-

True, if all original iterators are equal.

+

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

diff --git a/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy.html b/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy.html index fbede67961..0d17160781 100644 --- a/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy.html +++ b/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy.html @@ -1827,7 +1827,7 @@

Member functions

shape

-

Compute the shape of the target array.

+

Compute the shape of the nda::ArrayInitializer object.

invoke

Execute the lazy MPI operation and write the result to a target array/view.

diff --git a/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/invoke.html b/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/invoke.html index f7a31f2a81..4bf8d7666e 100644 --- a/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/invoke.html +++ b/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/invoke.html @@ -1815,7 +1815,7 @@

Template parameters

diff --git a/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/shape.html b/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/shape.html index aa13cc35e8..a060dc60f1 100644 --- a/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/shape.html +++ b/triqs/DEV_mc_tools_stat/documentation/cpp_api/mpi/lazy/shape.html @@ -1812,7 +1812,7 @@

Returns

-

Shape of the target array.

+

Shape of the nda::ArrayInitializer object.

Warning

This makes an MPI call.

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

Parameters

Returns

-

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

+

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

diff --git a/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html b/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html index 86b73aae4d..c3488127ad 100644 --- a/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html +++ b/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/amplitudes.html @@ -1824,7 +1824,7 @@

Returns

-

Constant reference to the storage container

+

Reference to the storage container

diff --git a/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().html b/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().html index d2caef4672..aaff3033f3 100644 --- a/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,falseGT/operator().html +++ b/triqs/DEV_mc_tools_stat/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/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().html b/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().html index 2b259dc2af..b0c74598f1 100644 --- a/triqs/DEV_mc_tools_stat/documentation/cpp_api/triqs/hilbert_space/stateLTHilbertSpace,ScalarType,trueGT/operator().html +++ b/triqs/DEV_mc_tools_stat/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/DEV_mc_tools_stat/searchindex.js b/triqs/DEV_mc_tools_stat/searchindex.js index f9117de259..19086b481e 100644 --- a/triqs/DEV_mc_tools_stat/searchindex.js +++ b/triqs/DEV_mc_tools_stat/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/calibrate", "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/calibrate.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::calibrate", "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, 453, 460, 462, 464, 472, 474, 487, 501, 502, 503, 504, 505, 508, 509, 510, 511, 513, 514, 517, 518, 519, 521, 522, 523, 524, 525, 526, 528, 531, 532, 533, 534, 535, 538, 539, 540, 544, 546, 547, 548, 552, 554, 562, 564, 567, 569, 575, 578, 579, 580, 583, 585, 591, 592, 594, 597, 598, 672, 673, 946, 1104, 1118, 1215, 1224, 1225, 1756, 1794, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1854, 1855, 1856, 1857, 1858, 1862, 1863, 1864, 1866, 1868, 1869, 1870, 1872, 1873, 1874, 1875, 1876, 1881, 1882, 1883, 1885, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "describ": [0, 327, 361, 509, 510, 518, 531, 532, 536, 547, 552, 554, 561, 562, 578, 579, 580, 581, 591, 946, 1641, 1660, 1661, 1864, 1867, 1887, 1890, 1891, 1894, 1896, 1903, 1916, 1917, 1921, 1922], "main": [0, 19, 95, 264, 265, 270, 326, 461, 465, 468, 470, 472, 493, 494, 495, 496, 502, 507, 510, 511, 513, 517, 518, 519, 520, 521, 524, 527, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 580, 581, 596, 598, 1847, 1863, 1873, 1874, 1875, 1876, 1877, 1881, 1887, 1891, 1893, 1904, 1909], "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, 453, 456, 460, 461, 462, 464, 466, 467, 468, 470, 472, 484, 487, 491, 492, 493, 496, 501, 502, 503, 504, 505, 507, 508, 509, 510, 511, 513, 514, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 542, 543, 544, 546, 548, 550, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 566, 567, 569, 570, 571, 573, 574, 575, 576, 578, 579, 580, 581, 582, 583, 584, 586, 587, 589, 590, 591, 592, 593, 594, 596, 597, 598, 605, 607, 609, 613, 616, 626, 628, 630, 634, 637, 652, 656, 657, 664, 666, 670, 671, 672, 673, 675, 680, 711, 714, 719, 750, 753, 758, 789, 792, 797, 828, 831, 836, 867, 873, 890, 902, 917, 940, 946, 953, 958, 989, 1028, 1029, 1034, 1065, 1090, 1104, 1118, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1224, 1225, 1227, 1229, 1625, 1640, 1646, 1678, 1680, 1688, 1693, 1698, 1699, 1710, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1733, 1741, 1745, 1770, 1782, 1792, 1794, 1820, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1856, 1857, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1872, 1873, 1874, 1875, 1878, 1879, 1880, 1881, 1883, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1924], "patch": [0, 572, 1608, 1610, 1774, 1776, 1777, 1906, 1911, 1924], "releas": [0, 6, 501, 504, 592, 1862, 1863, 1864, 1881, 1924], "introduc": [0, 554, 591, 1872, 1873, 1882, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1903, 1916, 1921], "minor": [0, 1924], "restor": [0, 501, 504], "compat": [0, 5, 306, 562, 583, 676, 715, 754, 793, 832, 899, 908, 1872, 1887, 1891, 1893, 1903], "against": [0, 1864, 1869, 1872, 1897, 1901], "recent": [0, 1864, 1865, 1868, 1872], "numpi": [0, 508, 511, 554, 555, 556, 557, 558, 559, 561, 568, 574, 584, 587, 589, 591, 661, 671, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 946, 953, 989, 1065, 1077, 1078, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1612, 1636, 1641, 1646, 1661, 1677, 1678, 1680, 1681, 1698, 1699, 1703, 1705, 1706, 1708, 1710, 1713, 1728, 1729, 1730, 1745, 1746, 1862, 1868, 1870, 1871, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "we": [0, 3, 6, 7, 191, 192, 193, 194, 195, 196, 197, 240, 241, 364, 368, 373, 470, 491, 492, 507, 509, 510, 511, 518, 519, 520, 521, 522, 523, 525, 528, 530, 531, 532, 538, 540, 542, 544, 546, 547, 552, 554, 555, 562, 564, 569, 574, 575, 578, 579, 581, 586, 587, 588, 590, 591, 592, 594, 596, 598, 1230, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1862, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1881, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "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, 450, 461, 462, 467, 474, 475, 484, 492, 495, 496, 501, 507, 508, 509, 510, 517, 524, 528, 530, 533, 534, 538, 539, 544, 546, 550, 554, 562, 564, 567, 579, 580, 581, 583, 586, 589, 591, 592, 597, 598, 600, 602, 608, 615, 616, 619, 623, 629, 636, 637, 640, 651, 652, 672, 673, 712, 751, 790, 829, 868, 897, 990, 1033, 1064, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1225, 1231, 1640, 1714, 1715, 1716, 1722, 1758, 1820, 1823, 1837, 1847, 1864, 1866, 1870, 1872, 1873, 1874, 1880, 1881, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "contributor": [0, 5], "nil": 0, "wentzel": [0, 3, 4], "find": [0, 3, 353, 369, 372, 406, 501, 511, 554, 578, 581, 1792, 1823, 1837, 1872, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1916, 1921, 1923], "below": [0, 213, 238, 310, 312, 449, 491, 492, 507, 509, 513, 519, 528, 532, 562, 579, 581, 586, 591, 596, 1726, 1867, 1869, 1870, 1872, 1878, 1881, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1900, 1901, 1905, 1906, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "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, 462, 468, 470, 472, 488, 491, 492, 493, 494, 501, 504, 505, 507, 508, 509, 510, 511, 514, 517, 519, 521, 522, 524, 525, 527, 528, 530, 531, 534, 536, 538, 539, 542, 543, 544, 546, 548, 550, 552, 554, 556, 558, 561, 562, 563, 564, 565, 566, 567, 570, 571, 574, 579, 580, 581, 583, 585, 586, 587, 590, 591, 596, 600, 609, 630, 664, 670, 872, 887, 917, 946, 1033, 1073, 1074, 1085, 1086, 1090, 1099, 1100, 1104, 1113, 1114, 1118, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1225, 1640, 1680, 1714, 1715, 1716, 1722, 1725, 1731, 1746, 1829, 1843, 1852, 1863, 1864, 1866, 1873, 1876, 1880, 1882, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1915, 1917, 1918, 1920, 1922, 1924], "item": [0, 507, 509, 1887, 1891], "list": [0, 3, 4, 174, 192, 193, 194, 195, 196, 200, 255, 375, 458, 460, 501, 503, 504, 508, 519, 524, 534, 555, 556, 557, 558, 559, 562, 564, 568, 570, 573, 574, 583, 584, 586, 587, 588, 591, 593, 600, 602, 610, 615, 623, 631, 636, 646, 647, 648, 649, 651, 652, 675, 714, 753, 792, 831, 871, 886, 946, 953, 1055, 1057, 1201, 1215, 1217, 1218, 1225, 1229, 1231, 1612, 1617, 1618, 1628, 1632, 1641, 1654, 1655, 1661, 1670, 1671, 1673, 1680, 1682, 1697, 1699, 1704, 1707, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1751, 1754, 1794, 1846, 1864, 1866, 1887, 1891, 1897, 1898, 1899, 1900, 1901, 1903], "backward": [0, 306, 676, 715, 754, 793, 832, 899, 908], "read": [0, 218, 257, 273, 285, 297, 342, 354, 407, 474, 477, 478, 501, 507, 508, 509, 550, 564, 567, 569, 583, 592, 664, 1231, 1677, 1759, 1862, 1874, 1877, 1887, 1891, 1893, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1924], "call": [0, 12, 30, 116, 118, 120, 122, 127, 128, 130, 133, 136, 156, 160, 169, 206, 228, 417, 438, 439, 440, 441, 445, 452, 453, 460, 501, 503, 504, 507, 508, 509, 510, 513, 517, 518, 519, 520, 521, 524, 527, 528, 530, 548, 552, 561, 575, 576, 579, 580, 581, 583, 590, 593, 598, 907, 995, 1794, 1817, 1846, 1847, 1852, 1858, 1864, 1869, 1872, 1875, 1876, 1881, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1901, 1902, 1904, 1908, 1909, 1910, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "dlr_imfreq": [0, 999, 1113, 1114, 1115, 1116], "dlr_imtim": [0, 998, 1000, 1127, 1128, 1129, 1130], "946": 0, "alias": [0, 10, 534, 583], "complex_": 0, "float_": 0, "slack": [0, 6, 7, 1863], "workspac": [0, 6, 7, 1863], "signup": 0, "url": 0, "symmetr": [0, 263, 324, 325, 584, 997, 1004, 1005, 1090, 1104, 1118, 1678, 1699, 1883, 1904, 1905, 1909, 1910], "other": [0, 3, 5, 6, 18, 46, 76, 88, 89, 100, 215, 266, 267, 493, 494, 495, 496, 507, 508, 511, 514, 518, 522, 526, 529, 535, 570, 575, 581, 584, 587, 591, 592, 597, 600, 602, 623, 664, 953, 1070, 1081, 1094, 1108, 1122, 1136, 1152, 1163, 1171, 1183, 1699, 1710, 1728, 1729, 1730, 1863, 1864, 1869, 1874, 1875, 1881, 1887, 1888, 1891, 1892, 1895, 1897, 1899, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1917, 1918, 1919, 1922, 1924], "lehmann": [0, 192, 193, 194, 195, 196, 511, 1863, 1897, 1901], "represent": [0, 180, 181, 192, 193, 194, 195, 196, 263, 316, 317, 318, 500, 501, 504, 511, 528, 529, 532, 547, 550, 551, 553, 583, 585, 591, 647, 671, 946, 997, 998, 999, 1000, 1090, 1104, 1118, 1863, 1890, 1894, 1897, 1900, 1901, 1917, 1922], "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, 453, 456, 462, 465, 466, 467, 472, 491, 492, 493, 494, 495, 496, 498, 501, 503, 504, 507, 508, 517, 518, 519, 521, 522, 528, 529, 537, 538, 539, 542, 544, 546, 553, 554, 555, 556, 557, 558, 559, 562, 564, 565, 566, 567, 570, 571, 581, 582, 584, 585, 586, 587, 588, 594, 598, 600, 657, 661, 664, 677, 678, 680, 681, 688, 690, 694, 695, 696, 705, 706, 707, 709, 710, 711, 716, 717, 719, 720, 727, 729, 733, 734, 735, 744, 745, 746, 748, 749, 750, 755, 756, 758, 759, 766, 768, 772, 773, 774, 783, 784, 785, 787, 788, 789, 794, 795, 797, 798, 805, 807, 811, 812, 813, 822, 823, 824, 826, 827, 828, 833, 834, 836, 837, 844, 846, 850, 851, 852, 861, 862, 863, 865, 866, 867, 887, 899, 908, 950, 953, 955, 956, 958, 959, 966, 968, 972, 973, 974, 983, 984, 985, 987, 988, 989, 1041, 1215, 1224, 1227, 1229, 1231, 1636, 1648, 1649, 1660, 1664, 1665, 1673, 1676, 1677, 1678, 1682, 1697, 1699, 1700, 1701, 1702, 1703, 1706, 1707, 1708, 1709, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1754, 1761, 1764, 1765, 1792, 1820, 1864, 1875, 1891, 1893, 1895, 1897, 1899, 1900, 1901, 1902, 1908, 1924], "extend": [0, 543, 583, 1677, 1904, 1906, 1909, 1911], "convers": [0, 565, 585], "routin": [0, 115, 234, 242, 243, 244, 245, 246, 247, 248, 249, 510, 552, 594, 1887, 1891, 1900, 1913, 1914, 1916, 1918, 1919, 1921], "between": [0, 4, 11, 13, 53, 61, 233, 361, 367, 369, 373, 502, 509, 511, 522, 526, 529, 535, 539, 552, 566, 573, 574, 579, 1219, 1625, 1680, 1863, 1875, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921, 1924], "exist": [0, 504, 509, 510, 1887, 1891, 1897, 1898, 1901, 1905, 1910, 1917, 1922], "add": [0, 7, 8, 245, 384, 385, 396, 397, 401, 442, 468, 487, 501, 504, 509, 511, 518, 520, 523, 531, 575, 578, 581, 592, 1640, 1677, 1862, 1864, 1866, 1868, 1869, 1878, 1890, 1894, 1895, 1896, 1899, 1909], "constrain": [0, 1863, 1915, 1920], "residu": [0, 946, 1863], "minim": [0, 564, 583, 671, 946, 1225, 1863, 1906, 1911], "crm": 0, "dyson": [0, 554, 562, 564, 946, 1863, 1890, 1894, 1897, 1901, 1902, 1908, 1909, 1913, 1918], "solver": [0, 5, 9, 164, 499, 582, 600, 601, 602, 623, 946, 1863, 1864, 1873, 1883, 1885, 1887, 1890, 1891, 1894, 1899, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1916, 1918, 1921], "intel": [0, 1865, 1866], "base": [0, 5, 11, 366, 375, 376, 388, 510, 552, 579, 582, 583, 672, 673, 948, 949, 1640, 1678, 1846, 1864, 1870, 1872, 1884, 1897, 1901, 1906, 1911, 1914, 1919, 1924], "our": [0, 3, 6, 7, 511, 514, 528, 581, 594, 1862, 1863, 1868, 1870, 1872, 1873, 1881, 1887, 1889, 1891, 1893, 1898, 1900, 1903, 1915, 1916, 1917, 1920, 1921, 1922], "continu": [0, 5, 470, 474, 558, 1756, 1864, 1868, 1873, 1890, 1893, 1894, 1902, 1904, 1909, 1914, 1917, 1919, 1922], "integr": [0, 473, 574, 584, 1681, 1697, 1699, 1704, 1764, 1854, 1864, 1884, 1889, 1890, 1893, 1894, 1917, 1922], "variou": [0, 3, 4, 11, 507, 516, 529, 532, 547, 554, 562, 570, 574, 583, 592, 598, 664, 1863, 1864, 1873, 1879, 1901, 1923], "sever": [0, 4, 201, 419, 507, 510, 523, 527, 534, 575, 581, 582, 592, 594, 886, 1864, 1868, 1870, 1897, 1901, 1904, 1905, 1909, 1910, 1917, 1922], "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, 473, 478, 479, 483, 484, 488, 489, 497, 508, 509, 511, 518, 525, 566, 571, 581, 583, 584, 586, 597, 600, 602, 623, 1699, 1712, 1714, 1715, 1716, 1718, 1719, 1722, 1723, 1724, 1725, 1726, 1764, 1765, 1871, 1887, 1891, 1893, 1894, 1899, 1903, 1906, 1911, 1913, 1918], "l": [0, 3, 255, 261, 270, 278, 294, 302, 309, 310, 313, 314, 319, 320, 324, 330, 365, 370, 380, 391, 514, 526, 531, 558, 567, 579, 583, 584, 586, 587, 593, 598, 687, 726, 765, 804, 843, 938, 939, 965, 1063, 1078, 1201, 1217, 1218, 1605, 1697, 1699, 1700, 1702, 1704, 1706, 1715, 1725, 1728, 1729, 1730, 1745, 1864, 1887, 1891, 1895, 1896, 1897, 1898, 1901, 1905, 1910], "nours": 0, "dylan": 0, "simon": [0, 3], "init_from_representative_data": 0, "get_representative_data": 0, "sym_grp": 0, "enabl": [0, 501, 504, 510, 521, 522, 597, 1863, 1864], "most": [0, 4, 502, 507, 509, 510, 526, 528, 562, 581, 583, 1858, 1864, 1865, 1868, 1887, 1891, 1897, 1901, 1917, 1922, 1924], "warn": [0, 9, 212, 214, 216, 224, 227, 237, 501, 521, 522, 524, 595, 1889, 1891, 1893, 1894, 1903, 1905, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "wpedant": 0, "wextra": 0, "wall": 0, "wfloat": 0, "wshadow": 0, "support": [0, 3, 4, 9, 484, 507, 509, 513, 554, 562, 564, 583, 597, 1231, 1746, 1870, 1871, 1884], "spherical_to_cub": [0, 584], "redund": 0, "make_matrix": 0, "unittest": 0, "assertequ": 0, "miss": [0, 1713, 1869, 1888, 1892, 1906, 1911], "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, 458, 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, 498, 504, 510, 511, 513, 517, 518, 519, 520, 521, 522, 524, 527, 528, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 578, 580, 581, 586, 594, 595, 596, 598, 1148, 1168, 1180, 1680, 1724, 1864, 1866, 1869, 1870, 1871, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1884, 1897, 1901, 1917, 1922, 1924], "see": [0, 4, 7, 8, 48, 217, 225, 335, 352, 367, 445, 449, 460, 510, 513, 518, 528, 543, 550, 562, 564, 579, 581, 583, 585, 591, 596, 946, 1227, 1849, 1851, 1854, 1864, 1875, 1876, 1880, 1881, 1884, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "915": 0, "replac": [0, 364, 509, 517, 525, 698, 699, 737, 738, 776, 777, 815, 816, 854, 855, 976, 977, 1016, 1017, 1864, 1865, 1872, 1873, 1890, 1897, 1901], "getargspec": 0, "getfullargspec": 0, "911": [0, 1910], "reproduc": [0, 9, 499, 555, 556, 557, 558, 559, 591, 1864, 1904, 1906, 1909, 1911, 1916, 1917, 1921, 1922], "failur": 0, "issue913": 0, "bug": [0, 3, 6, 8, 511, 1904, 1909, 1924], "gf_base_op": 0, "debug": [0, 5, 1867], "get_matrix_element_of_monomi": [0, 164], "llvm": [0, 1865, 1868, 1870], "18": [0, 264, 1891, 1901, 1910, 1913, 1918], "relat": [0, 525, 552, 569, 573, 574, 583, 584, 1627, 1645, 1662, 1699, 1710, 1863, 1881, 1884, 1897, 1899, 1900, 1901, 1902, 1906, 1908, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "26": [0, 1891, 1901, 1910], "unnam": 0, "placehold": [0, 264, 265, 513, 514, 517, 519, 520, 521, 527, 530, 534, 538, 539, 542, 543, 552, 1874, 1877], "_": [0, 1, 2, 491, 492, 505, 525, 526, 542, 574, 584, 587, 594, 1699, 1730, 1733, 1882, 1883, 1885, 1887, 1891, 1893, 1894, 1897, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922, 1923], "insuffici": 0, "reserv": [0, 202, 207, 536, 1846], "memori": [0, 233, 460, 509, 511, 527, 550, 1864, 1887, 1891, 1894, 1900, 1919], "try_insert": [0, 202, 220, 223, 524, 1875], "make_gf_": 0, "dlr_": 0, "imtim": [0, 195, 529, 530, 532, 542, 543, 547, 553, 555, 556, 558, 559, 648, 697, 700, 702, 736, 739, 741, 775, 778, 780, 814, 817, 819, 853, 856, 858, 975, 978, 980, 997, 1001, 1003, 1015, 1018, 1020, 1155, 1156, 1157, 1158, 1876], "imfreq": [0, 192, 262, 264, 265, 270, 321, 326, 522, 527, 529, 530, 532, 534, 536, 547, 548, 552, 553, 555, 556, 558, 559, 646, 683, 684, 685, 686, 692, 693, 698, 699, 700, 701, 703, 704, 722, 723, 724, 725, 731, 732, 737, 738, 739, 740, 742, 743, 761, 762, 763, 764, 770, 771, 776, 777, 778, 779, 781, 782, 800, 801, 802, 803, 809, 810, 815, 816, 817, 818, 820, 821, 839, 840, 841, 842, 848, 849, 854, 855, 856, 857, 859, 860, 961, 962, 963, 964, 970, 971, 976, 977, 978, 979, 981, 982, 1001, 1002, 1004, 1005, 1007, 1009, 1010, 1011, 1012, 1013, 1014, 1016, 1017, 1018, 1019, 1021, 1022, 1144, 1145, 1146, 1147, 1876, 1877, 1901], "too": [0, 207, 388, 575, 592, 1889, 1891, 1893, 1904, 1909, 1917, 1922], "allow": [0, 4, 164, 361, 400, 501, 504, 507, 510, 511, 518, 528, 543, 552, 554, 564, 565, 566, 569, 576, 579, 580, 581, 582, 583, 585, 591, 594, 1090, 1104, 1118, 1225, 1740, 1863, 1864, 1866, 1872, 1873, 1874, 1875, 1877, 1884, 1887, 1891, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1906, 1911, 1916, 1917, 1921, 1922], "relev": [0, 1863, 1897, 1898, 1900, 1901, 1904, 1909], "input": [0, 4, 161, 460, 472, 502, 531, 594, 946, 1646, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1899, 1902, 1903, 1908], "option": [0, 361, 364, 367, 438, 440, 441, 507, 510, 552, 553, 555, 556, 557, 558, 559, 560, 562, 564, 568, 582, 583, 584, 587, 592, 600, 602, 623, 675, 681, 711, 714, 720, 750, 753, 759, 789, 792, 798, 828, 831, 837, 867, 946, 953, 959, 989, 1142, 1225, 1226, 1612, 1680, 1698, 1699, 1703, 1706, 1708, 1710, 1728, 1729, 1730, 1740, 1741, 1742, 1792, 1852, 1864, 1869, 1880, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1899, 1901, 1904, 1909], "expos": [0, 503, 505, 534, 583, 593, 1660, 1863, 1879, 1897, 1901], "densiti": [0, 4, 191, 200, 250, 459, 497, 511, 552, 554, 555, 557, 561, 563, 569, 571, 579, 586, 591, 593, 645, 656, 709, 748, 787, 826, 865, 903, 927, 940, 941, 987, 1714, 1722, 1723, 1724, 1765, 1883, 1886, 1887, 1891, 1896, 1900, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "dlrimfreq": [0, 946], "dlrimtim": [0, 946], "bind": [0, 282, 569, 571, 574, 1625, 1640, 1660, 1676, 1677, 1678, 1865, 1870, 1887, 1891, 1893, 1894, 1913, 1918], "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, 453, 460, 474, 501, 504, 509, 521, 524, 527, 528, 532, 550, 551, 562, 578, 581, 583, 886, 1846, 1853, 1855, 1895, 1901], "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, 460, 465, 466, 467, 478, 493, 494, 495, 496, 501, 502, 504, 505, 507, 508, 509, 510, 511, 519, 526, 528, 530, 531, 534, 536, 543, 550, 551, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 565, 569, 571, 572, 574, 575, 578, 579, 581, 583, 584, 585, 586, 587, 588, 590, 591, 593, 594, 596, 597, 598, 620, 641, 660, 661, 664, 666, 672, 673, 675, 714, 753, 792, 831, 871, 874, 886, 891, 932, 935, 946, 1001, 1007, 1224, 1229, 1231, 1677, 1678, 1697, 1704, 1707, 1711, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1776, 1792, 1794, 1847, 1855, 1862, 1863, 1865, 1866, 1868, 1872, 1874, 1876, 1877, 1881, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1924], "basic": [0, 4, 9, 507, 508, 509, 514, 518, 528, 530, 553, 554, 576, 581, 589, 592, 1869, 1873, 1874, 1875, 1876, 1881, 1884, 1887, 1891, 1893, 1903, 1913, 1917, 1918, 1922], "algebra": [0, 524, 583, 1884, 1887, 1891, 1895], "meshlegendr": [0, 557, 753], "n_iw": [0, 192, 264, 265, 322, 326, 511, 530, 534, 646, 1002, 1132, 1192, 1876, 1891, 1894, 1897, 1900, 1901, 1908, 1909, 1917, 1918, 1922], "meshimfreq": [0, 555, 564, 675, 946, 1192, 1209, 1225, 1229, 1897, 1900, 1901, 1908, 1909, 1913, 1917, 1918, 1922], "oplot": [0, 555, 556, 557, 558, 559, 565, 569, 590, 591, 1215, 1741, 1742, 1754, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "data": [0, 5, 9, 252, 261, 267, 269, 270, 272, 278, 281, 282, 284, 293, 294, 296, 302, 335, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 470, 474, 475, 478, 479, 485, 486, 491, 492, 493, 494, 495, 496, 503, 507, 508, 510, 523, 524, 531, 532, 533, 536, 542, 545, 548, 552, 553, 560, 562, 564, 583, 589, 675, 679, 697, 711, 714, 718, 736, 750, 753, 757, 775, 789, 792, 796, 814, 828, 831, 835, 853, 867, 876, 881, 894, 901, 953, 957, 975, 989, 1015, 1073, 1074, 1085, 1086, 1099, 1100, 1113, 1114, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1220, 1225, 1227, 1231, 1758, 1762, 1763, 1874, 1884, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "access": [0, 28, 256, 276, 288, 300, 371, 377, 382, 394, 431, 474, 477, 528, 532, 548, 550, 553, 560, 567, 581, 1622, 1759, 1864, 1866, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1901, 1903, 1904, 1909], "matsubarafreq": 0, "code": [0, 4, 5, 7, 9, 115, 118, 119, 272, 284, 296, 501, 502, 505, 509, 510, 513, 514, 534, 562, 575, 576, 579, 583, 585, 594, 596, 1863, 1864, 1865, 1870, 1873, 1877, 1878, 1879, 1880, 1887, 1889, 1890, 1891, 1894, 1895, 1902, 1904, 1905, 1909, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "simplif": 0, "In": [0, 3, 6, 7, 261, 278, 375, 383, 384, 385, 395, 396, 397, 460, 507, 509, 510, 517, 518, 519, 522, 524, 526, 528, 530, 531, 533, 534, 543, 547, 554, 562, 563, 575, 579, 580, 581, 582, 585, 591, 592, 594, 596, 597, 1794, 1864, 1865, 1866, 1868, 1869, 1876, 1880, 1881, 1883, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "gf_dlr": 0, "do": [0, 5, 6, 7, 8, 85, 191, 194, 195, 196, 197, 233, 501, 509, 510, 517, 518, 519, 521, 524, 531, 534, 539, 542, 554, 558, 566, 569, 571, 578, 579, 581, 586, 587, 588, 591, 592, 951, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1827, 1846, 1852, 1864, 1868, 1869, 1880, 1881, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1915, 1917, 1918, 1920, 1922, 1924], "compar": [0, 18, 46, 76, 89, 100, 109, 489, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1901, 1904, 1906, 1908, 1909, 1911, 1915, 1916, 1920, 1921, 1922], "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, 456, 460, 462, 474, 475, 491, 492, 501, 502, 504, 507, 508, 509, 511, 517, 518, 523, 524, 526, 528, 531, 532, 534, 535, 537, 538, 539, 540, 542, 543, 544, 546, 552, 553, 555, 556, 557, 558, 559, 560, 562, 564, 566, 567, 570, 574, 575, 583, 584, 585, 586, 587, 591, 651, 652, 657, 664, 675, 687, 710, 712, 714, 726, 749, 751, 753, 765, 788, 790, 792, 804, 827, 829, 831, 843, 866, 868, 951, 953, 965, 988, 990, 1048, 1049, 1075, 1087, 1101, 1115, 1129, 1146, 1157, 1168, 1176, 1180, 1190, 1215, 1225, 1227, 1641, 1661, 1678, 1681, 1697, 1698, 1699, 1703, 1704, 1706, 1708, 1725, 1728, 1729, 1730, 1745, 1756, 1758, 1782, 1792, 1847, 1866, 1875, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "coeffici": [0, 9, 193, 263, 316, 317, 318, 361, 364, 365, 526, 528, 552, 557, 563, 564, 565, 567, 582, 583, 584, 586, 682, 721, 760, 799, 838, 960, 997, 998, 999, 1000, 1008, 1090, 1230, 1687, 1689, 1701, 1711, 1716, 1726, 1875, 1897, 1901], "block_gf": [0, 192, 193, 195, 196, 250, 264, 265, 309, 314, 319, 320, 326, 327, 330, 529, 547, 553, 646, 647, 648, 649, 1901], "block": [0, 1, 2, 4, 166, 168, 169, 181, 192, 193, 194, 195, 196, 198, 199, 200, 255, 264, 265, 510, 511, 523, 526, 529, 532, 547, 553, 555, 556, 557, 558, 559, 560, 564, 565, 572, 586, 587, 588, 600, 602, 605, 607, 623, 626, 628, 708, 747, 786, 825, 864, 870, 871, 872, 873, 875, 877, 878, 879, 880, 882, 885, 886, 887, 890, 892, 893, 895, 897, 900, 905, 986, 1023, 1225, 1229, 1231, 1233, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1768, 1769, 1774, 1775, 1852, 1863, 1887, 1890, 1891, 1893, 1894, 1895, 1899, 1903, 1911], "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, 460, 462, 470, 474, 491, 492, 495, 496, 511, 513, 524, 525, 526, 528, 531, 536, 550, 554, 566, 567, 571, 572, 591, 598, 711, 750, 789, 828, 867, 886, 989, 1061, 1768, 1774, 1875, 1876, 1893, 1897, 1899, 1901, 1903], "revert": 0, "order": [0, 4, 6, 7, 215, 217, 225, 266, 267, 335, 352, 375, 400, 464, 509, 510, 517, 519, 520, 527, 528, 530, 531, 535, 538, 539, 542, 544, 546, 552, 562, 564, 580, 581, 582, 583, 584, 585, 594, 598, 875, 882, 892, 905, 950, 1227, 1703, 1706, 1708, 1745, 1864, 1865, 1866, 1868, 1870, 1881, 1887, 1891, 1893, 1895, 1896, 1897, 1901, 1902, 1903, 1904, 1908, 1909, 1910, 1915, 1916, 1917, 1920, 1921, 1922, 1924], "hyb": [0, 169, 368, 1873, 1903], "fop": [0, 169, 347, 351, 352, 362, 511, 566, 600, 602, 623, 1899], "atomdiag": [0, 511, 1899], "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, 460, 462, 464, 470, 487, 489, 492, 494, 495, 502, 503, 504, 505, 507, 508, 509, 510, 511, 514, 517, 518, 519, 520, 522, 524, 525, 526, 527, 529, 531, 532, 534, 536, 538, 543, 548, 551, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 565, 566, 567, 570, 574, 579, 580, 581, 583, 584, 585, 586, 587, 588, 589, 592, 593, 594, 598, 664, 872, 886, 887, 1065, 1148, 1168, 1180, 1218, 1225, 1229, 1231, 1640, 1681, 1699, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1740, 1846, 1847, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1880, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "real": [0, 196, 250, 307, 311, 321, 325, 462, 466, 467, 474, 511, 528, 529, 532, 534, 539, 547, 550, 552, 553, 554, 555, 556, 557, 560, 561, 564, 565, 568, 573, 581, 583, 584, 586, 587, 591, 600, 623, 649, 675, 681, 709, 714, 720, 748, 753, 759, 787, 792, 798, 826, 831, 837, 865, 953, 959, 987, 1005, 1168, 1180, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1230, 1231, 1233, 1614, 1631, 1641, 1651, 1661, 1667, 1677, 1681, 1682, 1687, 1699, 1706, 1710, 1726, 1728, 1729, 1730, 1756, 1782, 1792, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "forc": [0, 1917, 1922], "unit": [0, 568, 569, 571, 573, 574, 1065, 1612, 1615, 1625, 1627, 1629, 1640, 1641, 1645, 1647, 1652, 1660, 1661, 1662, 1663, 1668, 1680, 1681, 1886, 1900, 1906, 1911, 1913, 1917, 1918, 1922], "merg": [0, 373], "both": [0, 8, 438, 460, 489, 525, 531, 533, 535, 542, 548, 550, 552, 554, 562, 594, 1090, 1148, 1168, 1180, 1678, 1782, 1864, 1872, 1873, 1887, 1889, 1891, 1893, 1894, 1897, 1901, 1902, 1904, 1906, 1908, 1909, 1911, 1912, 1913, 1916, 1918, 1921], "updat": [0, 6, 8, 361, 427, 507, 509, 523, 524, 525, 575, 578, 579, 591, 1864, 1875, 1883, 1887, 1891, 1906, 1911], "land": 0, "page": [0, 6, 7, 8, 510, 527, 532, 536, 548, 592, 1862, 1863, 1864, 1865, 1873, 1876, 1888, 1892], "public": [0, 3, 4, 1863, 1864], "corelib": 0, "numer": [0, 3, 4, 5, 583, 592, 1678, 1887, 1890, 1891, 1894, 1897, 1898, 1901, 1904, 1909, 1910, 1914, 1915, 1917, 1919, 1920, 1922], "algorithm": [0, 3, 4, 5, 9, 169, 367, 368, 373, 520, 523, 524, 525, 566, 575, 576, 579, 598, 600, 602, 623, 1897, 1899, 1901, 1903, 1904, 1909, 1910, 1916, 1921], "convert": [0, 9, 155, 365, 459, 501, 502, 504, 583, 584, 585, 586, 908, 1073, 1074, 1085, 1086, 1099, 1100, 1113, 1114, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1676, 1677, 1699, 1713, 1726, 1872, 1887, 1891, 1897, 1901], "readm": 0, "markdown": 0, "conda": [0, 1864], "badg": 0, "openmp": [0, 4, 1870, 1913, 1918], "build": [0, 4, 282, 294, 335, 504, 508, 511, 518, 528, 534, 538, 539, 871, 886, 1640, 1863, 1864, 1865, 1867, 1869, 1871, 1872, 1879, 1881, 1887, 1891, 1901, 1906, 1911], "ubuntu": [0, 1865, 1868, 1869, 1880], "24": [0, 264, 1864, 1876, 1891, 1901, 1910], "04": [0, 1864, 1871, 1887, 1891, 1903, 1906, 1910, 1911, 1919], "nobl": [0, 1864], "distribut": [0, 456, 457, 459, 473, 505, 580, 1148, 1168, 1180, 1764, 1794, 1798, 1863, 1864, 1865, 1868, 1869, 1901, 1913, 1918], "googl": [0, 1863, 1865, 1880], "group": [0, 4, 173, 182, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 354, 355, 407, 408, 435, 436, 460, 478, 479, 507, 509, 562, 608, 619, 629, 640, 1846, 1863, 1887, 1891, 1898], "advertis": 0, "instead": [0, 423, 562, 572, 583, 584, 1698, 1776, 1848, 1850, 1856, 1857, 1864, 1887, 1891, 1897, 1900, 1901, 1909], "instruct": [0, 7, 592, 1864, 1865, 1868, 1869, 1890, 1894, 1904, 1909], "osx": [0, 1864], "venv": [0, 1869], "custom": [0, 510, 1864], "environ": [0, 505, 510, 578, 581, 1817, 1865, 1867, 1868, 1871, 1880, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "command": [0, 7, 8, 129, 502, 507, 565, 672, 673, 1864, 1866, 1868, 1869, 1872, 1880, 1887, 1891, 1895, 1896, 1898, 1904, 1909, 1924], "note": [0, 3, 460, 509, 517, 518, 521, 522, 525, 528, 529, 530, 548, 552, 553, 555, 556, 557, 558, 559, 562, 564, 581, 586, 590, 591, 597, 681, 687, 709, 710, 720, 726, 748, 749, 759, 765, 787, 788, 798, 804, 826, 827, 837, 843, 865, 866, 946, 953, 959, 965, 987, 988, 1231, 1864, 1865, 1879, 1884, 1887, 1891, 1895, 1896, 1897, 1898, 1901, 1902, 1905, 1908, 1909, 1910, 1915, 1917, 1920, 1922], "develop": [0, 3, 4, 6, 8, 505, 596, 1863, 1864, 1865, 1872, 1879, 1888, 1892, 1904, 1909], "duplic": [0, 118, 1868], "941": 0, "nevanlinna": 0, "applic": [0, 3, 5, 1864, 1865, 1868, 1873, 1879, 1883, 1887, 1891, 1900, 1912], "section": [0, 7, 255, 270, 367, 518, 525, 528, 536, 547, 554, 578, 579, 581, 591, 598, 1863, 1887, 1888, 1890, 1891, 1892, 1894, 1903], "defin": [0, 165, 166, 167, 168, 375, 460, 461, 462, 465, 466, 467, 468, 470, 472, 491, 492, 494, 495, 496, 498, 501, 504, 509, 518, 521, 523, 525, 526, 528, 535, 551, 561, 562, 565, 566, 569, 571, 574, 578, 579, 581, 583, 584, 585, 591, 596, 597, 917, 946, 953, 1201, 1646, 1680, 1699, 1710, 1864, 1870, 1876, 1881, 1886, 1887, 1891, 1897, 1899, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "latex": [0, 522], "docstr": [0, 1870, 1899, 1900, 1901], "raw": [0, 594, 680, 719, 758, 797, 836, 958, 1872, 1887, 1891, 1893, 1903], "avoid": [0, 464, 501, 510, 521, 1864, 1887, 1891, 1897, 1901, 1904, 1909, 1917, 1922], "invalid": [0, 261, 278, 533, 1919], "escap": [0, 1, 2], "sequenc": [0, 335, 336, 337, 339, 344, 345, 346, 348, 352, 362, 531, 583, 585], "build_triq": [0, 1864, 1878], "sh": [0, 1864], "work": [0, 3, 7, 8, 9, 233, 270, 388, 505, 510, 520, 523, 555, 557, 561, 569, 592, 681, 720, 759, 798, 837, 927, 940, 959, 1864, 1866, 1868, 1869, 1872, 1874, 1887, 1891, 1896, 1897, 1901, 1904, 1905, 1909, 1910], "zsh": 0, "maco": 0, "k_space_path": [0, 1887, 1889, 1890, 1891, 1893, 1894, 1913, 1918, 1919, 1920], "layout": [0, 251, 252, 255, 261, 269, 270, 278, 281, 282, 293, 294, 302, 321, 327], "html": [0, 7, 1887, 1891, 1913, 1918], "912": 0, "gpg": [0, 1864], "agent": [0, 1864], "numpydoc": [0, 1870], "sourc": [0, 3, 5, 7, 8, 362, 460, 500, 501, 504, 505, 509, 522, 555, 556, 557, 558, 559, 561, 562, 564, 570, 571, 572, 584, 586, 587, 588, 590, 592, 600, 656, 657, 658, 659, 660, 661, 664, 666, 667, 670, 671, 675, 676, 714, 715, 753, 754, 792, 793, 831, 832, 870, 871, 873, 874, 875, 882, 883, 885, 886, 889, 890, 891, 892, 893, 896, 897, 898, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 923, 924, 925, 927, 928, 929, 930, 932, 933, 935, 936, 938, 939, 940, 941, 944, 946, 948, 949, 951, 952, 953, 954, 955, 956, 957, 959, 965, 968, 969, 987, 988, 989, 990, 991, 992, 993, 994, 995, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1033, 1034, 1035, 1036, 1037, 1038, 1041, 1042, 1048, 1049, 1052, 1053, 1055, 1056, 1058, 1059, 1061, 1062, 1063, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1203, 1204, 1205, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1217, 1218, 1219, 1220, 1221, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1608, 1609, 1610, 1636, 1637, 1640, 1641, 1642, 1643, 1644, 1646, 1656, 1658, 1660, 1661, 1662, 1663, 1664, 1665, 1667, 1673, 1674, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1721, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1736, 1737, 1740, 1741, 1742, 1743, 1745, 1746, 1754, 1768, 1770, 1771, 1772, 1774, 1776, 1777, 1782, 1783, 1786, 1787, 1788, 1789, 1790, 1792, 1794, 1797, 1798, 1800, 1801, 1802, 1803, 1804, 1805, 1811, 1814, 1815, 1817, 1819, 1820, 1821, 1822, 1823, 1826, 1827, 1828, 1829, 1830, 1831, 1833, 1834, 1835, 1836, 1837, 1840, 1841, 1842, 1843, 1845, 1846, 1855, 1859, 1860, 1861, 1865, 1868, 1879, 1881], "fail": [0, 509, 1792, 1902, 1908], "git": [0, 8, 592, 1864, 1871, 1872, 1891], "clone": [0, 501, 536, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1864], "attempt": [0, 417, 438, 440, 441, 442, 443, 449, 575, 578, 581, 1852, 1868, 1893], "when": [0, 6, 7, 8, 71, 122, 127, 327, 361, 417, 423, 438, 440, 441, 460, 462, 464, 468, 470, 501, 504, 509, 517, 521, 523, 524, 526, 530, 538, 539, 542, 544, 546, 548, 554, 562, 571, 580, 581, 596, 1680, 1714, 1715, 1716, 1798, 1846, 1847, 1849, 1852, 1863, 1866, 1872, 1878, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1898, 1901, 1902, 1903, 1904, 1908, 1909, 1914, 1915, 1917, 1919, 1920, 1922], "userguid": [0, 6], "tutori": [0, 5, 7, 9, 576, 591, 946, 1863, 1882, 1884, 1885, 1888, 1890, 1892, 1894, 1895, 1897, 1901, 1904, 1909, 1910, 1913, 1918, 1923], "directori": [0, 8, 509, 1864, 1866, 1867, 1869, 1871, 1872, 1881, 1887, 1888, 1891, 1892, 1904, 1909, 1910], "alreadi": [0, 504, 509, 521, 554, 579, 581, 1864, 1868, 1870, 1884, 1887, 1890, 1891, 1894, 1895, 1905, 1906, 1910, 1911], "present": [0, 505, 519, 554, 555, 556, 557, 558, 559, 562, 675, 714, 753, 792, 831, 1852, 1869, 1870, 1873], "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, 453, 460, 461, 462, 463, 464, 468, 469, 470, 471, 474, 476, 485, 486, 487, 490, 499, 508, 509, 511, 518, 528, 531, 534, 539, 544, 552, 558, 564, 566, 567, 568, 570, 572, 575, 576, 578, 579, 581, 582, 583, 584, 586, 587, 588, 592, 594, 600, 602, 618, 619, 623, 639, 640, 651, 652, 660, 661, 695, 734, 773, 812, 851, 880, 900, 973, 1065, 1078, 1104, 1118, 1132, 1140, 1148, 1168, 1180, 1199, 1201, 1225, 1615, 1616, 1623, 1643, 1652, 1653, 1657, 1668, 1669, 1672, 1673, 1678, 1680, 1681, 1694, 1698, 1699, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1756, 1762, 1763, 1771, 1772, 1776, 1777, 1778, 1779, 1782, 1792, 1846, 1852, 1863, 1864, 1866, 1868, 1872, 1875, 1876, 1881, 1883, 1884, 1887, 1891, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1918, 1919], "gnuinstalldir": 0, "obtain": [0, 263, 364, 460, 505, 525, 531, 542, 564, 593, 594, 946, 997, 1225, 1863, 1876, 1887, 1891, 1899, 1900, 1902, 1903, 1908, 1909, 1916, 1921], "proper": [0, 3, 548, 552, 564, 1228, 1864, 1869, 1872, 1879], "libdir": 0, "locat": [0, 597, 1864, 1881], "boost": [0, 453, 454, 575, 583, 593, 1868, 1870], "import": [0, 504, 505, 508, 509, 511, 526, 554, 555, 556, 557, 558, 559, 561, 562, 565, 569, 571, 574, 583, 590, 591, 592, 593, 672, 673, 1862, 1863, 1864, 1866, 1878, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "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, 528, 532, 534, 536, 538, 539, 540, 542, 544, 546, 555, 556, 557, 558, 559, 675, 687, 705, 706, 707, 708, 714, 726, 744, 745, 746, 747, 753, 765, 783, 784, 785, 786, 792, 804, 822, 823, 824, 825, 831, 843, 861, 862, 863, 864, 886, 953, 965, 983, 984, 985, 986, 1023, 1792, 1846, 1855, 1863, 1887, 1891, 1901], "70": [0, 1870, 1887, 1891, 1910], "project": [0, 3, 4, 7, 375, 566, 1863, 1872, 1873, 1900], "languag": [0, 502, 507, 530, 536, 1863, 1865, 1870, 1872, 1884, 1895], "benchmark": 0, "branch": [0, 7, 8, 507, 1864, 1872], "unstabl": [0, 7, 8, 1864, 1872, 1887, 1891, 1897, 1901, 1913, 1914, 1918, 1919], "fmt": 0, "copi": [0, 8, 30, 85, 88, 144, 207, 214, 216, 224, 255, 270, 282, 294, 302, 313, 366, 368, 418, 420, 462, 501, 504, 518, 521, 524, 533, 534, 536, 548, 553, 556, 558, 559, 560, 567, 570, 583, 592, 598, 677, 679, 690, 710, 716, 718, 729, 749, 755, 757, 768, 788, 794, 796, 807, 827, 833, 835, 846, 866, 871, 874, 875, 886, 891, 892, 955, 957, 968, 988, 1059, 1864, 1878, 1887, 1888, 1889, 1891, 1892, 1893, 1900, 1901, 1906, 1908, 1909, 1911], "desc": [0, 9, 502], "file": [0, 4, 5, 7, 8, 9, 278, 502, 504, 505, 507, 509, 534, 543, 554, 562, 564, 569, 578, 581, 586, 592, 596, 597, 664, 1231, 1677, 1681, 1682, 1723, 1724, 1725, 1864, 1866, 1870, 1871, 1873, 1874, 1879, 1880, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1913, 1914, 1918, 1919, 1924], "macro": [0, 521, 596], "triqs_arrays_enforce_boundcheck": 0, "nda_debug": 0, "cpp2py_python_xxx": 0, "variabl": [0, 474, 501, 510, 518, 519, 520, 525, 527, 528, 529, 532, 534, 535, 542, 545, 547, 553, 570, 581, 660, 680, 711, 719, 750, 758, 789, 797, 828, 836, 867, 958, 989, 1756, 1782, 1792, 1817, 1864, 1867, 1871, 1880, 1881, 1895, 1905, 1910], "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, 462, 504, 509, 510, 511, 523, 527, 528, 530, 539, 548, 552, 554, 555, 556, 557, 558, 559, 565, 566, 567, 580, 581, 583, 585, 586, 588, 591, 592, 611, 632, 675, 687, 708, 712, 714, 726, 747, 751, 753, 765, 786, 790, 792, 804, 825, 829, 831, 843, 864, 868, 946, 953, 965, 986, 990, 1023, 1687, 1689, 1736, 1737, 1817, 1847, 1853, 1856, 1857, 1863, 1864, 1866, 1867, 1868, 1869, 1873, 1880, 1881, 1884, 1886, 1887, 1891, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906, 1908, 1909, 1910, 1911, 1912], "polici": 0, "114": 0, "rpath": 0, "triqsconfig": [0, 1881], "docker": 0, "imag": [0, 250, 559, 583, 590, 591, 1862, 1864, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1908, 1909, 1910, 1911, 1918, 1919, 1921], "openblas_num_thread": [0, 1866], "mkl_num_thread": [0, 1866], "oneapi": 0, "2024": 0, "consist": [0, 4, 16, 132, 245, 246, 503, 504, 1873, 1883, 1887, 1891, 1893, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1915, 1917, 1920, 1922, 1923, 1924], "openbla": [0, 1866, 1868], "over": [0, 200, 467, 476, 487, 492, 495, 496, 509, 516, 528, 542, 548, 550, 554, 562, 566, 567, 569, 575, 581, 582, 594, 1794, 1829, 1843, 1872, 1876, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "liblapack": 0, "dockerfil": 0, "jenkinsfil": 0, "more": [0, 8, 9, 472, 491, 492, 503, 507, 510, 514, 517, 520, 521, 527, 528, 531, 535, 536, 538, 539, 543, 554, 562, 579, 581, 583, 590, 591, 592, 1858, 1862, 1863, 1864, 1865, 1868, 1869, 1873, 1875, 1876, 1880, 1886, 1887, 1888, 1891, 1892, 1897, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1913, 1917, 1918, 1922], "For": [0, 4, 358, 359, 367, 453, 460, 501, 503, 504, 509, 510, 517, 518, 519, 521, 522, 525, 526, 528, 531, 534, 535, 543, 552, 554, 555, 556, 557, 558, 559, 562, 575, 580, 581, 582, 583, 594, 596, 675, 714, 753, 792, 831, 908, 946, 1090, 1104, 1118, 1862, 1863, 1864, 1869, 1870, 1871, 1872, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "mode": [0, 554, 558, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1741, 1742, 1754, 1864, 1867, 1919], "sure": [0, 8, 122, 127, 1846, 1862, 1864, 1868, 1869, 1871, 1872, 1887, 1891, 1917, 1922], "run": [0, 7, 8, 339, 416, 417, 420, 429, 432, 440, 441, 444, 528, 578, 581, 592, 1677, 1820, 1846, 1851, 1858, 1863, 1864, 1866, 1868, 1869, 1872, 1873, 1880, 1885, 1889, 1893, 1895, 1896, 1898, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1918, 1919, 1920, 1922, 1924], "suffici": [0, 1864, 1897, 1901, 1915, 1920], "share": [0, 4, 1863, 1864], "arg": [0, 364, 501, 504, 555, 556, 557, 558, 559, 562, 600, 603, 624, 681, 682, 683, 684, 685, 686, 692, 693, 697, 698, 699, 700, 701, 702, 703, 704, 708, 709, 720, 721, 722, 723, 724, 725, 731, 732, 736, 737, 738, 739, 740, 741, 742, 743, 747, 748, 759, 760, 761, 762, 763, 764, 770, 771, 775, 776, 777, 778, 779, 780, 781, 782, 786, 787, 798, 799, 800, 801, 802, 803, 809, 810, 814, 815, 816, 817, 818, 819, 820, 821, 825, 826, 837, 838, 839, 840, 841, 842, 848, 849, 853, 854, 855, 856, 857, 858, 859, 860, 864, 865, 873, 890, 893, 903, 912, 913, 929, 930, 951, 952, 959, 960, 961, 962, 963, 964, 970, 971, 975, 976, 977, 978, 979, 980, 981, 982, 986, 987, 1025, 1026, 1066, 1079, 1091, 1105, 1119, 1133, 1149, 1160, 1169, 1181, 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, 1604, 1613, 1621, 1626, 1645, 1647, 1662, 1663, 1686, 1749, 1757, 1846, 1855, 1899, 1900, 1901, 1917, 1921, 1922], "ncore": [0, 1864], "dockerbuild": 0, "builduid": 0, "configur": [0, 427, 440, 441, 460, 579, 581, 592, 1864, 1865, 1872, 1879, 1881, 1887, 1891], "error": [0, 9, 115, 118, 119, 211, 236, 264, 265, 459, 460, 466, 467, 472, 491, 492, 494, 495, 498, 510, 513, 517, 552, 575, 586, 591, 596, 1725, 1852, 1865, 1871, 1887, 1891, 1903, 1909], "recommend": [0, 554, 562, 596, 1862, 1863, 1864, 1865, 1868, 1873, 1884, 1887, 1891, 1895, 1904, 1909], "virtualenv": 0, "synchron": [0, 118, 1820], "three": [0, 470, 491, 492, 510, 568, 574, 578, 581, 583, 584, 586, 1612, 1641, 1648, 1649, 1661, 1664, 1665, 1680, 1682, 1709, 1873, 1924], "symmetri": [0, 181, 264, 310, 526, 532, 536, 555, 562, 574, 1897, 1901, 1904, 1909, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "initi": [0, 163, 165, 166, 167, 168, 180, 326, 327, 364, 440, 441, 462, 530, 536, 552, 554, 557, 561, 564, 565, 572, 578, 579, 604, 605, 606, 607, 625, 626, 627, 628, 917, 1225, 1230, 1680, 1770, 1772, 1779, 1782, 1792, 1847, 1853, 1863, 1875, 1876, 1898, 1902, 1903, 1906, 1908, 1909, 1911, 1917, 1921, 1922], "overload": [0, 9, 21, 24, 32, 36, 40, 65, 68, 78, 81, 102, 106, 261, 500, 501, 504, 513, 514, 518, 519, 527, 528, 535, 582, 598], "wrap": [0, 9, 122, 124, 127, 501, 502, 504, 505, 996, 1006, 1234, 1865, 1878, 1887, 1891], "evalu": [0, 9, 227, 513, 514, 518, 519, 520, 521, 524, 528, 532, 536, 543, 551, 554, 573, 598, 698, 699, 737, 738, 776, 777, 815, 816, 854, 855, 976, 977, 1016, 1017, 1034, 1090, 1104, 1118, 1627, 1629, 1645, 1647, 1662, 1663, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1913, 1914, 1917, 1918, 1919, 1922], "concept": [0, 9, 261, 278, 375, 418, 420, 445, 521, 522, 524, 529, 530, 533, 538, 539, 544, 546, 553, 576, 581], "rais": [0, 509, 1714, 1715, 1716, 1847, 1852, 1858], "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, 564, 1227], "u": [0, 4, 6, 9, 39, 105, 472, 507, 508, 509, 510, 511, 513, 525, 526, 554, 564, 566, 571, 579, 582, 585, 586, 590, 1065, 1227, 1698, 1699, 1703, 1705, 1708, 1714, 1715, 1723, 1724, 1725, 1872, 1874, 1878, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1911, 1915, 1917, 1920, 1922], "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, 449, 509, 517, 524, 532, 552, 554, 564, 573, 574, 575, 590, 591, 593, 598, 687, 726, 765, 804, 843, 965, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1227, 1605, 1625, 1642, 1643, 1646, 1742, 1863, 1872, 1877, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1898, 1900, 1901, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1920, 1921, 1922], "strand": [0, 3, 564, 1227], "jie": 0, "xiong": 0, "interfac": [0, 9, 435, 436, 499, 507, 509, 510, 511, 554, 562, 583, 589, 1660, 1680, 1863, 1870, 1873, 1882, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1898, 1901], "summar": [0, 1872, 1887, 1891, 1896], "adjust": [0, 557, 570, 590, 660, 670, 682, 721, 760, 799, 838, 960, 1008, 1872, 1903, 1917, 1921, 1922, 1924], "conveni": [0, 509, 534, 543, 552, 583, 590, 1872, 1897, 1901, 1904, 1909], "have": [0, 4, 6, 7, 8, 191, 194, 195, 196, 197, 228, 272, 284, 296, 411, 412, 462, 470, 491, 492, 494, 495, 507, 509, 510, 517, 518, 520, 521, 525, 526, 528, 533, 534, 535, 538, 542, 546, 552, 554, 562, 578, 579, 580, 581, 583, 586, 587, 588, 589, 590, 591, 592, 594, 874, 891, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863, 1864, 1865, 1866, 1870, 1872, 1873, 1874, 1876, 1877, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "you": [0, 3, 4, 6, 7, 8, 507, 519, 520, 526, 554, 562, 565, 576, 579, 580, 581, 592, 593, 1852, 1855, 1862, 1863, 1864, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1876, 1878, 1879, 1880, 1882, 1884, 1885, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924], "can": [0, 3, 4, 6, 7, 8, 11, 207, 261, 278, 335, 375, 388, 460, 462, 469, 471, 472, 501, 502, 504, 507, 508, 509, 510, 511, 513, 517, 518, 519, 521, 523, 526, 527, 528, 530, 532, 533, 535, 538, 539, 540, 542, 544, 546, 548, 550, 552, 554, 558, 561, 562, 565, 570, 571, 572, 575, 576, 578, 579, 580, 581, 582, 583, 584, 586, 590, 591, 592, 593, 594, 596, 597, 598, 660, 661, 664, 670, 676, 715, 754, 793, 832, 871, 946, 1034, 1090, 1104, 1118, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1646, 1678, 1699, 1768, 1774, 1776, 1817, 1852, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1876, 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, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924], "download": [0, 1870, 1872, 1888, 1892], "top": [0, 8, 139, 282, 294, 591, 1640, 1660, 1864, 1872, 1887, 1888, 1891, 1892, 1903], "level": [0, 423, 460, 510, 511, 581, 590, 1792, 1814, 1863, 1872, 1873, 1876, 1887, 1891, 1892, 1894, 1897, 1901, 1903, 1913, 1918], "your": [0, 4, 6, 7, 576, 580, 592, 1862, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1871, 1873, 1878, 1880, 1881, 1884, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1903, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "repositori": [0, 1864, 1872, 1873], "previous": [0, 443, 452, 1888, 1892, 1894], "gfindic": 0, "domain": [0, 269, 281, 293, 516, 529, 530, 532, 535, 550, 553, 661, 930, 933, 936, 1897, 1901, 1917, 1922], "directli": [0, 4, 6, 491, 492, 501, 504, 534, 552, 584, 946, 1699, 1863, 1864, 1880, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1904, 1906, 1909, 1911, 1913, 1914, 1918, 1919], "paramet": [0, 9, 464, 501, 504, 508, 509, 510, 512, 528, 529, 530, 531, 538, 539, 540, 544, 546, 553, 562, 564, 566, 568, 570, 571, 573, 575, 578, 581, 582, 584, 586, 587, 588, 590, 592, 598, 602, 623, 657, 661, 664, 667, 670, 671, 681, 687, 711, 720, 726, 750, 759, 765, 789, 798, 804, 828, 837, 843, 867, 918, 928, 930, 933, 936, 941, 943, 946, 953, 959, 965, 989, 1041, 1055, 1090, 1104, 1118, 1132, 1148, 1159, 1199, 1201, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1224, 1225, 1226, 1227, 1229, 1230, 1231, 1233, 1612, 1620, 1625, 1636, 1640, 1641, 1648, 1649, 1661, 1664, 1665, 1673, 1676, 1677, 1678, 1680, 1681, 1682, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1754, 1761, 1764, 1765, 1777, 1792, 1875, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911], "alwai": [0, 460, 468, 470, 518, 554, 581, 1846, 1852, 1868, 1887, 1891, 1894, 1916, 1921], "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, 456, 457, 458, 460, 501, 503, 504, 508, 509, 511, 512, 513, 517, 519, 520, 521, 524, 528, 530, 535, 538, 539, 544, 545, 546, 550, 552, 554, 555, 556, 557, 558, 559, 562, 564, 566, 567, 568, 570, 571, 572, 574, 575, 578, 581, 583, 584, 585, 586, 587, 588, 591, 596, 598, 600, 604, 606, 609, 621, 622, 625, 627, 630, 642, 643, 664, 677, 678, 681, 690, 709, 710, 711, 716, 717, 720, 729, 748, 749, 750, 755, 756, 759, 768, 787, 788, 789, 794, 795, 798, 807, 826, 827, 828, 833, 834, 837, 846, 865, 866, 867, 871, 873, 875, 882, 889, 890, 892, 893, 896, 904, 905, 946, 950, 955, 956, 959, 968, 987, 988, 989, 1028, 1029, 1034, 1199, 1201, 1215, 1217, 1218, 1219, 1223, 1224, 1225, 1227, 1228, 1229, 1230, 1231, 1232, 1617, 1618, 1642, 1648, 1649, 1664, 1665, 1673, 1676, 1677, 1678, 1680, 1681, 1682, 1687, 1689, 1692, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1745, 1754, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1769, 1771, 1775, 1778, 1782, 1792, 1794, 1829, 1843, 1848, 1850, 1851, 1852, 1869, 1874, 1875, 1876, 1895, 1900, 1902, 1908, 1916, 1917, 1921, 1922], "tick": [0, 1680, 1919, 1920], "third": [0, 564, 581, 1226, 1868, 1896], "argument": [0, 9, 129, 345, 364, 365, 370, 380, 391, 501, 503, 504, 510, 514, 516, 517, 519, 524, 535, 542, 552, 564, 572, 580, 581, 583, 584, 591, 598, 886, 953, 1228, 1702, 1769, 1775, 1782, 1794, 1846, 1852, 1855, 1887, 1891, 1895, 1896, 1897, 1901, 1903, 1917, 1922], "member": [0, 501, 525, 529, 547, 553, 561, 563, 566, 567, 581, 582, 1887, 1891, 1895, 1902, 1903, 1908, 1914, 1919], "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, 499, 511, 566, 573, 581, 583, 584, 600, 602, 617, 623, 638, 1625, 1660, 1677, 1678, 1699, 1714, 1715, 1716, 1883, 1888, 1890, 1892, 1893, 1894, 1899, 1903, 1905, 1906, 1909, 1910, 1911, 1913, 1918], "factori": [0, 582], "now": [0, 7, 8, 470, 511, 525, 528, 530, 554, 578, 580, 581, 1868, 1872, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1906, 1908, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "take": [0, 3, 4, 7, 307, 321, 329, 365, 370, 380, 391, 460, 491, 492, 510, 526, 532, 538, 539, 540, 544, 546, 552, 556, 558, 559, 569, 571, 576, 579, 581, 583, 584, 587, 591, 592, 710, 749, 788, 827, 866, 871, 988, 1215, 1640, 1678, 1699, 1702, 1703, 1706, 1708, 1728, 1729, 1730, 1792, 1862, 1874, 1883, 1887, 1890, 1891, 1894, 1896, 1902, 1903, 1905, 1908, 1909, 1910, 1914, 1916, 1919, 1921], "n_orb": [0, 511, 574, 584, 586, 587, 588, 1698, 1721, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1737, 1887, 1889, 1890, 1891, 1893, 1894, 1909], "orb_nam": [0, 511, 586, 587, 1721, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1734], "brzone": [0, 1073, 1074, 1075, 1077], "cyclat": [0, 1085, 1086, 1087, 1089], "dim": [0, 584, 711, 750, 789, 828, 867, 989, 1065, 1078, 1707, 1768, 1770, 1829, 1843, 1887, 1891, 1893, 1894], "period": [0, 539, 551, 578, 1065, 1078, 1649, 1665], "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, 511, 513, 520, 523, 524, 525, 526, 528, 532, 536, 538, 539, 540, 544, 546, 553, 555, 556, 557, 558, 559, 560, 562, 564, 568, 571, 572, 573, 574, 582, 583, 585, 586, 587, 605, 607, 626, 628, 645, 681, 687, 690, 710, 720, 726, 729, 749, 759, 765, 768, 788, 798, 804, 807, 827, 837, 843, 846, 866, 959, 965, 968, 988, 1007, 1065, 1076, 1088, 1227, 1229, 1605, 1612, 1619, 1624, 1625, 1629, 1647, 1663, 1698, 1699, 1700, 1703, 1705, 1706, 1707, 1708, 1710, 1714, 1715, 1723, 1724, 1725, 1728, 1729, 1730, 1768, 1774, 1874, 1875, 1876, 1887, 1891, 1900, 1904, 1909, 1913, 1918], "u_matrix": [0, 584, 586, 1725], "u_matrix_slat": [0, 584], "symbol": [0, 584, 1709, 1884, 1895, 1896], "print": [0, 451, 465, 511, 521, 562, 566, 574, 581, 583, 593, 1792, 1827, 1864, 1866, 1877, 1883, 1887, 1890, 1891, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1909, 1910, 1913, 1917, 1918, 1921, 1922], "sympi": [0, 1884], "express": [0, 9, 261, 272, 278, 284, 296, 378, 389, 499, 513, 516, 520, 521, 528, 529, 553, 560, 561, 562, 564, 583, 598, 929, 932, 935, 1028, 1029, 1033, 1038, 1228, 1865, 1872, 1884, 1897, 1899, 1901, 1906, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "898": 0, "invers": [0, 4, 191, 192, 193, 194, 195, 196, 197, 224, 225, 250, 332, 333, 511, 524, 525, 526, 531, 554, 558, 561, 562, 564, 578, 581, 590, 591, 888, 897, 946, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1658, 1862, 1874, 1875, 1876, 1877, 1883, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1911, 1913, 1915, 1917, 1918, 1920, 1922], "lazi": [0, 9, 11, 255, 261, 270, 278, 302, 327, 499, 510, 515, 518, 519, 521, 530, 553, 560, 564, 598, 929, 932, 935, 1228], "complex_t": 0, "optim": [0, 361, 527, 531, 564, 946, 1225, 1864, 1865, 1887, 1891, 1893, 1897, 1901, 1916, 1917, 1921, 1922], "interpolate_on_seg": 0, "onli": [0, 3, 7, 233, 270, 361, 362, 364, 367, 369, 373, 375, 460, 462, 464, 467, 474, 477, 484, 492, 501, 502, 504, 509, 511, 518, 520, 521, 522, 524, 525, 531, 534, 535, 542, 547, 550, 561, 564, 567, 570, 571, 572, 579, 581, 583, 584, 587, 591, 664, 681, 687, 709, 710, 720, 726, 748, 749, 759, 765, 787, 788, 798, 804, 826, 827, 837, 843, 865, 866, 876, 881, 886, 894, 899, 901, 927, 940, 946, 959, 965, 987, 988, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1227, 1646, 1698, 1728, 1729, 1730, 1759, 1769, 1775, 1792, 1847, 1848, 1853, 1866, 1870, 1874, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1902, 1903, 1908, 1909, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "boundari": [0, 474, 481, 1640, 1760], "free": [0, 7, 118, 122, 127, 375, 517, 528, 529, 552, 554, 563, 567, 569, 570, 581, 582, 659, 663, 1863, 1886, 1887, 1888, 1891, 1892, 1917, 1922], "is_op_hermitian": 0, "hermit": [0, 552, 564, 1004, 1227], "c2py": 0, "oplotr": 0, "oploti": 0, "477": 0, "obsolet": 0, "serial": [0, 554, 562, 582, 1864, 1871, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "global": [0, 1866], "count": [0, 474, 475, 502, 510, 1756, 1758, 1887, 1890, 1891, 1893, 1894], "accumul": [0, 416, 425, 438, 441, 459, 474, 475, 485, 487, 491, 492, 575, 578, 581, 594, 596, 902, 1758, 1762, 1903, 1910], "gfinterpol": 0, "closestmeshpoint": 0, "easybuild": [0, 5], "sha256": 0, "tarbal": 0, "cleanup": [0, 1868], "regener": 0, "gpl": [0, 3, 1863], "copyright": 0, "header": [0, 7, 9, 504, 505, 518, 580, 581, 597, 1866, 1870, 1879, 1881, 1921], "gcc": [0, 596, 597, 1865, 1870, 1871], "clang": [0, 505, 596, 1864, 1868, 1870, 1871], "format": [0, 3, 9, 474, 480, 499, 508, 509, 554, 555, 556, 557, 558, 559, 562, 564, 570, 591, 664, 1231, 1233, 1870, 1887, 1891, 1897, 1901, 1906, 1911], "gf_sym_grp": 0, "parallel": [0, 509, 575, 584, 1698, 1705, 1864, 1870, 1887, 1891, 1900, 1913, 1918], "valid": [0, 484, 522, 525, 535, 548, 583, 585, 587, 591, 598, 1728, 1729, 1730, 1875, 1917, 1922], "meshproduct": [0, 1887, 1891, 1893, 1900, 1913, 1918], "combin": [0, 561, 600, 602, 623, 927, 940, 1884, 1887, 1891, 1893, 1897, 1899, 1901, 1914, 1916, 1919, 1921], "k": [0, 310, 324, 509, 531, 542, 570, 572, 573, 574, 584, 586, 598, 1065, 1199, 1201, 1627, 1629, 1645, 1647, 1662, 1663, 1673, 1678, 1680, 1699, 1700, 1715, 1725, 1768, 1771, 1772, 1774, 1776, 1777, 1778, 1779, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "iw": [0, 548, 554, 564, 1004, 1005, 1192, 1224, 1233, 1897, 1900, 1901], "etc": [0, 4, 8, 9, 495, 496, 499, 507, 523, 592, 597, 1646, 1864, 1887, 1891, 1895, 1896, 1897, 1900, 1901], "idx": [0, 554, 1897, 1901, 1917, 1921, 1922], "tau": [0, 195, 262, 310, 321, 324, 331, 460, 498, 524, 526, 531, 539, 550, 556, 564, 587, 594, 711, 750, 789, 828, 867, 989, 1005, 1090, 1118, 1225, 1229, 1733, 1887, 1889, 1891, 1893, 1897, 1901, 1902, 1908, 1914, 1916, 1919, 1921], "legendr": [0, 193, 511, 528, 529, 532, 547, 553, 554, 555, 556, 560, 564, 572, 647, 681, 682, 701, 702, 703, 709, 720, 721, 740, 741, 742, 748, 759, 760, 779, 780, 781, 787, 798, 799, 818, 819, 820, 826, 837, 838, 857, 858, 859, 865, 932, 933, 935, 959, 960, 979, 980, 981, 987, 1008, 1019, 1020, 1021, 1159, 1166, 1167, 1227, 1768, 1774], "gf_view": [0, 250, 265, 270, 282, 290, 326, 529, 532, 534, 535, 536, 545, 548, 554, 555, 556, 557, 558, 559, 562, 682, 683, 685, 697, 698, 699, 700, 701, 702, 703, 704, 708, 721, 722, 724, 736, 737, 738, 739, 740, 741, 742, 743, 747, 760, 761, 763, 775, 776, 777, 778, 779, 780, 781, 782, 786, 799, 800, 802, 814, 815, 816, 817, 818, 819, 820, 821, 825, 838, 839, 841, 853, 854, 855, 856, 857, 858, 859, 860, 864, 960, 961, 963, 975, 976, 977, 978, 979, 980, 981, 982, 986, 1001, 1004, 1005, 1007, 1008, 1009, 1011, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023], "make_gf_from_fouri": [0, 250, 530, 1897, 1901], "time": [0, 4, 7, 9, 195, 263, 312, 316, 317, 318, 323, 325, 326, 417, 425, 426, 432, 433, 434, 438, 440, 441, 459, 460, 498, 499, 503, 511, 518, 520, 523, 525, 528, 529, 530, 532, 535, 547, 551, 553, 554, 555, 560, 564, 574, 579, 581, 583, 592, 594, 596, 648, 708, 747, 786, 825, 864, 930, 946, 986, 997, 998, 999, 1000, 1003, 1023, 1090, 1118, 1148, 1180, 1225, 1227, 1230, 1783, 1794, 1820, 1852, 1863, 1871, 1873, 1884, 1887, 1891, 1896, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1916, 1919, 1921], "transform": [0, 9, 11, 85, 86, 185, 186, 316, 317, 318, 322, 323, 324, 325, 507, 509, 514, 529, 531, 552, 553, 555, 556, 558, 559, 560, 561, 563, 568, 569, 570, 573, 583, 584, 587, 620, 641, 660, 666, 687, 700, 701, 702, 703, 726, 739, 740, 741, 742, 765, 778, 779, 780, 781, 804, 817, 818, 819, 820, 843, 856, 857, 858, 859, 927, 929, 930, 932, 933, 935, 936, 940, 965, 978, 979, 980, 981, 998, 999, 1000, 1001, 1002, 1003, 1018, 1019, 1020, 1021, 1614, 1629, 1631, 1647, 1651, 1663, 1667, 1699, 1706, 1710, 1728, 1729, 1730, 1870, 1900, 1903, 1911], "gf_expr": 0, "gf_unary_m_expr": 0, "regular_t": 0, "set_from_pad": [0, 558, 1897, 1901, 1908, 1909, 1914, 1919], "scalar_valu": [0, 530, 532, 538, 539, 540, 542, 543, 544, 545, 546, 552, 555, 556, 558, 559, 692, 693, 700, 701, 702, 703, 704, 708, 731, 732, 739, 740, 741, 742, 743, 747, 770, 771, 778, 779, 780, 781, 782, 786, 809, 810, 817, 818, 819, 820, 821, 825, 848, 849, 856, 857, 858, 859, 860, 864, 970, 971, 978, 979, 980, 981, 982, 986, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1013, 1014, 1018, 1019, 1020, 1021, 1022, 1023, 1876], "tensor_valu": [0, 267, 532, 543, 1876], "memorygf": [0, 333], "index_t": [0, 528, 548, 550, 1073, 1074, 1075, 1085, 1086, 1087, 1099, 1100, 1101, 1113, 1114, 1115, 1127, 1128, 1129, 1144, 1145, 1146, 1155, 1156, 1157, 1166, 1167, 1174, 1175, 1176, 1188, 1189, 1190], "product": [0, 4, 11, 32, 35, 36, 48, 180, 264, 265, 352, 379, 390, 511, 528, 529, 532, 543, 567, 583, 586, 589, 1055, 1722, 1865, 1876, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1900, 1904, 1909, 1914, 1919], "ad": [0, 245, 246, 420, 444, 462, 470, 472, 487, 507, 509, 511, 513, 523, 524, 525, 571, 581, 591, 592, 1792, 1864, 1875, 1883, 1887, 1891, 1895, 1896, 1897, 1899, 1901, 1914, 1917, 1919, 1922], "array_prior": 0, "so": [0, 233, 240, 241, 367, 460, 462, 505, 507, 517, 524, 543, 554, 562, 564, 575, 576, 579, 581, 590, 591, 592, 598, 670, 1227, 1852, 1878, 1880, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "rmul": 0, "prioriti": [0, 519], "ndarrai": [0, 555, 557, 564, 568, 680, 681, 687, 719, 720, 726, 758, 759, 765, 797, 798, 804, 836, 837, 843, 946, 958, 959, 965, 1065, 1078, 1225, 1612, 1640, 1641, 1661, 1680, 1681], "mul": 0, "multipl": [0, 345, 383, 395, 462, 491, 492, 494, 495, 496, 498, 527, 529, 535, 547, 553, 564, 567, 583, 589, 1231, 1641, 1661, 1681, 1853, 1870, 1887, 1891, 1897, 1901, 1906, 1911], "linear": [0, 165, 166, 167, 168, 461, 462, 464, 465, 468, 469, 472, 491, 492, 495, 496, 528, 539, 543, 544, 546, 550, 590, 594, 886, 946, 1071, 1199, 1201, 1648, 1664, 1863, 1887, 1891, 1892, 1895, 1897, 1900, 1901, 1913, 1914, 1915, 1918, 1919, 1920], "interpol": [0, 535, 538, 539, 544, 546, 551, 1201, 1887, 1891, 1900, 1913, 1914, 1918, 1919], "gtau": [0, 562, 1897, 1899, 1901], "store": [0, 18, 89, 99, 339, 368, 371, 373, 375, 460, 465, 491, 492, 507, 508, 509, 511, 518, 519, 526, 529, 531, 532, 537, 554, 555, 561, 562, 570, 583, 592, 594, 598, 656, 917, 1794, 1862, 1880, 1887, 1891, 1897, 1901, 1904, 1905, 1909, 1910, 1914, 1919, 1921], "diagon": [0, 9, 163, 164, 169, 181, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 369, 499, 526, 564, 586, 587, 588, 600, 601, 602, 623, 1224, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1890, 1894, 1897, 1901, 1905, 1910], "implement": [0, 4, 6, 252, 255, 308, 366, 367, 375, 376, 388, 508, 509, 513, 521, 522, 523, 526, 528, 529, 530, 539, 550, 553, 556, 558, 559, 566, 570, 576, 579, 580, 581, 583, 586, 591, 594, 598, 656, 687, 709, 710, 726, 748, 749, 765, 787, 788, 804, 826, 827, 843, 865, 866, 965, 987, 988, 1041, 1636, 1846, 1863, 1883, 1887, 1891, 1897, 1901, 1902, 1908, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "gfimfreq": [0, 553, 554, 556, 557, 558, 560, 562, 564, 565, 571, 590, 591, 1224, 1230, 1233, 1862, 1901], "gfimtim": [0, 553, 554, 560, 564, 565, 697, 775, 814, 853, 975, 1015, 1230, 1901], "yield": [0, 207, 564, 1226, 1897, 1901, 1902, 1903, 1908], "same": [0, 50, 54, 91, 94, 255, 270, 302, 411, 412, 472, 487, 488, 508, 509, 510, 517, 518, 519, 525, 528, 530, 534, 538, 539, 545, 552, 554, 562, 564, 565, 571, 579, 581, 583, 584, 586, 598, 676, 715, 754, 793, 832, 874, 875, 882, 891, 892, 905, 1090, 1104, 1118, 1231, 1703, 1706, 1708, 1723, 1724, 1740, 1741, 1742, 1794, 1852, 1853, 1858, 1878, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1901, 1904, 1905, 1909, 1910, 1913, 1914, 1918, 1919, 1924], "repr": [0, 555, 556, 557, 558, 559, 562, 1897, 1901], "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, 454, 462, 478, 479, 501, 502, 503, 504, 507, 509, 510, 513, 514, 518, 522, 525, 526, 527, 528, 529, 530, 531, 532, 534, 535, 536, 538, 539, 540, 542, 543, 544, 546, 548, 550, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 571, 572, 574, 581, 586, 587, 588, 589, 590, 591, 592, 596, 670, 677, 678, 683, 684, 685, 686, 687, 690, 692, 693, 697, 698, 699, 708, 710, 716, 717, 722, 723, 724, 725, 726, 729, 731, 732, 736, 737, 738, 747, 749, 755, 756, 761, 762, 763, 764, 765, 768, 770, 771, 775, 776, 777, 786, 788, 794, 795, 800, 801, 802, 803, 804, 807, 809, 810, 814, 815, 816, 825, 827, 833, 834, 839, 840, 841, 842, 843, 846, 848, 849, 853, 854, 855, 864, 866, 871, 886, 903, 912, 913, 919, 920, 927, 929, 930, 932, 933, 935, 936, 940, 946, 955, 956, 961, 962, 963, 964, 965, 968, 970, 971, 975, 976, 977, 986, 988, 1004, 1005, 1007, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1023, 1049, 1205, 1224, 1230, 1231, 1233, 1640, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1746, 1768, 1769, 1774, 1775, 1864, 1866, 1868, 1869, 1870, 1871, 1872, 1877, 1878, 1880, 1881, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922, 1924], "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, 450, 453, 454, 458, 474, 478, 479, 480, 501, 504, 507, 508, 509, 518, 524, 526, 554, 555, 556, 557, 558, 559, 561, 562, 564, 568, 569, 570, 571, 574, 581, 584, 586, 587, 588, 590, 591, 593, 596, 656, 657, 660, 661, 664, 671, 675, 714, 753, 792, 831, 871, 886, 907, 948, 949, 953, 995, 1036, 1063, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1229, 1231, 1608, 1609, 1612, 1617, 1641, 1654, 1661, 1670, 1673, 1674, 1677, 1702, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1751, 1782, 1792, 1814, 1823, 1837, 1846, 1848, 1857, 1872, 1878, 1883, 1886, 1887, 1890, 1891, 1894, 1897, 1898, 1899, 1901, 1903, 1905, 1908, 1909, 1910, 1913, 1918], "correspond": [0, 180, 242, 243, 244, 380, 391, 508, 509, 510, 524, 528, 532, 536, 542, 543, 550, 552, 554, 561, 562, 570, 574, 583, 585, 657, 664, 680, 711, 719, 750, 758, 789, 797, 828, 836, 867, 941, 958, 989, 1864, 1866, 1887, 1891, 1897, 1901, 1902, 1906, 1908, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "beta": [0, 191, 192, 193, 194, 195, 196, 197, 264, 265, 270, 326, 511, 524, 526, 527, 528, 530, 531, 534, 536, 538, 539, 542, 543, 550, 551, 552, 554, 555, 556, 557, 558, 559, 562, 564, 565, 571, 578, 581, 590, 591, 645, 646, 647, 648, 649, 650, 675, 681, 708, 714, 720, 747, 753, 759, 786, 792, 798, 825, 831, 837, 864, 959, 986, 1023, 1041, 1042, 1090, 1104, 1118, 1132, 1148, 1159, 1225, 1229, 1862, 1876, 1877, 1883, 1887, 1891, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "statist": [0, 9, 422, 459, 460, 491, 492, 499, 528, 531, 534, 555, 556, 557, 558, 559, 581, 675, 714, 753, 792, 831, 1041, 1042, 1090, 1104, 1118, 1132, 1148, 1159, 1756, 1891, 1897, 1900, 1901, 1903, 1918], "through": [0, 6, 8, 11, 525, 526, 531, 548, 552, 563, 567, 581, 583, 590, 1090, 1104, 1118, 1852, 1863, 1864, 1868, 1873, 1897, 1900, 1901, 1913, 1914, 1917, 1918, 1919, 1922], "meshpoint": [0, 529, 553, 554, 1090, 1104, 1118], "meshwithvalu": 0, "execut": [0, 134, 592, 1864, 1866, 1868, 1872, 1880, 1881, 1895], "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, 482, 510, 528, 542, 543, 550, 554, 555, 556, 557, 558, 559, 566, 567, 574, 583, 584, 585, 586, 588, 605, 607, 609, 626, 628, 630, 870, 1041, 1048, 1049, 1062, 1068, 1073, 1074, 1075, 1085, 1086, 1087, 1090, 1099, 1100, 1101, 1104, 1113, 1114, 1115, 1118, 1127, 1128, 1129, 1144, 1145, 1146, 1155, 1156, 1157, 1166, 1167, 1174, 1175, 1176, 1188, 1189, 1190, 1217, 1636, 1637, 1658, 1698, 1699, 1703, 1705, 1708, 1710, 1713, 1714, 1715, 1716, 1725, 1736, 1761, 1887, 1891, 1897, 1899, 1901, 1903, 1913, 1918], "modulo": 0, "out": [0, 277, 289, 301, 332, 521, 534, 564, 1233, 1761, 1764, 1765, 1852, 1887, 1891, 1897, 1901, 1902, 1908], "mesh_hash": [0, 1048, 1049], "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, 476, 501, 504, 510, 532, 534, 538, 539, 540, 544, 546, 552, 562, 564, 568, 571, 572, 581, 583, 584, 591, 597, 646, 647, 648, 649, 671, 886, 946, 951, 1090, 1104, 1118, 1132, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1230, 1612, 1677, 1678, 1680, 1693, 1698, 1754, 1770, 1776, 1777, 1792, 1820, 1846, 1847, 1865, 1868, 1869, 1872, 1874, 1897, 1901, 1904, 1909], "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, 453, 476, 501, 508, 509, 511, 519, 530, 532, 534, 536, 537, 555, 556, 557, 558, 559, 562, 564, 570, 571, 572, 574, 578, 579, 580, 582, 586, 590, 593, 594, 611, 617, 632, 638, 660, 661, 670, 675, 714, 753, 792, 831, 886, 1065, 1225, 1231, 1696, 1770, 1772, 1776, 1779, 1846, 1875, 1879, 1883, 1887, 1891, 1893, 1897, 1899, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1918, 1919], "zero": [0, 15, 21, 326, 351, 362, 462, 467, 468, 470, 562, 564, 567, 571, 574, 583, 1230, 1687, 1689, 1713, 1783, 1891, 1897, 1901, 1904, 1909, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "accessor": [0, 553, 560, 583], "micro": 0, "closest_mesh_pt": 0, "cluster_mesh": 0, "pass": [0, 119, 364, 462, 468, 470, 472, 491, 492, 509, 510, 511, 552, 580, 586, 591, 598, 1215, 1680, 1725, 1754, 1855, 1863, 1864, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1902, 1903, 1904, 1909, 1916], "window": [0, 196, 511, 550, 558, 559, 561, 590, 591, 684, 686, 711, 723, 725, 750, 762, 764, 789, 801, 803, 828, 840, 842, 867, 962, 964, 989, 1010, 1012, 1168, 1180, 1887, 1890, 1891, 1893, 1894, 1897, 1898, 1901, 1908, 1909], "pair": [0, 12, 146, 148, 180, 192, 193, 194, 195, 196, 264, 265, 339, 373, 481, 494, 495, 510, 552, 567, 585, 586, 646, 647, 648, 649, 683, 684, 685, 686, 722, 723, 724, 725, 761, 762, 763, 764, 800, 801, 802, 803, 839, 840, 841, 842, 886, 961, 962, 963, 964, 1009, 1010, 1011, 1012, 1168, 1180, 1633, 1634, 1680, 1724, 1760, 1897, 1901, 1905, 1910, 1914, 1915, 1919, 1920], "float": [0, 508, 510, 555, 557, 558, 564, 568, 571, 584, 586, 593, 613, 634, 645, 646, 647, 648, 649, 650, 651, 652, 681, 692, 693, 704, 709, 720, 731, 732, 743, 748, 759, 770, 771, 782, 787, 798, 809, 810, 821, 826, 837, 848, 849, 860, 865, 946, 959, 970, 971, 982, 987, 997, 1013, 1014, 1022, 1090, 1104, 1118, 1132, 1142, 1148, 1159, 1168, 1180, 1225, 1229, 1612, 1641, 1661, 1678, 1680, 1682, 1693, 1698, 1699, 1703, 1705, 1708, 1710, 1714, 1715, 1716, 1726, 1754, 1761, 1820, 1852, 1872, 1897, 1900, 1901, 1919], "refreq": [0, 196, 529, 530, 532, 547, 553, 558, 649, 704, 743, 782, 821, 860, 982, 1022, 1174, 1175, 1176, 1177], "meshrefreq": [0, 555, 557, 558, 681, 720, 759, 792, 798, 837, 959, 1897, 1898, 1901, 1908, 1914, 1919], "n_l": [0, 193, 511, 647, 1906, 1911], "n_k": [0, 1065, 1648, 1664, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1913, 1917, 1918, 1922], "n_pt": [0, 570, 574, 660, 661, 1201], "ostream": [0, 49, 58, 277, 289, 301, 488, 521, 598], "retim": [0, 529, 530, 532, 542, 543, 547, 553, 1188, 1189, 1190, 1191, 1876], "t_min": [0, 1180], "t_max": [0, 1180], "omega_min": [0, 1887, 1891, 1893], "meshdlr": [0, 1104, 1118], "meshdlrimtim": [0, 1090, 1897, 1901], "meshdlrimfreq": [0, 1090, 1207, 1897, 1901], "plot": [0, 5, 9, 499, 553, 555, 556, 557, 558, 559, 560, 565, 569, 570, 574, 590, 593, 656, 670, 675, 714, 753, 792, 831, 953, 1680, 1870, 1884, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "protocol": [0, 9, 499, 509, 570, 656, 1200, 1203, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1740, 1754], "descriptor": [0, 509, 554, 558, 560, 591, 1878, 1887, 1889, 1890, 1891, 1893, 1894], "flatironinstitut": [0, 1864, 1888, 1892], "cppdlr": [0, 1863], "superlattic": [0, 1640, 1642, 1646], "after": [0, 417, 427, 438, 439, 440, 441, 501, 504, 524, 537, 579, 580, 581, 583, 1849, 1851, 1852, 1863, 1864, 1868, 1872, 1873, 1875, 1880, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1899, 1903, 1904, 1908, 1909], "latticepoint": 0, "bravais_lattic": [0, 574, 1083], "point_t": [0, 528, 535], "euclidean": 0, "distanc": [0, 11, 1219, 1680], "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, 438, 484, 489, 500, 501, 504, 509, 511, 534, 562, 564, 566, 578, 583, 584, 586, 596, 626, 628, 644, 645, 653, 711, 750, 789, 828, 867, 871, 886, 898, 902, 989, 997, 1090, 1104, 1118, 1215, 1218, 1221, 1225, 1640, 1641, 1646, 1677, 1678, 1698, 1712, 1714, 1715, 1716, 1725, 1847, 1887, 1891, 1894, 1900, 1901, 1911, 1913, 1917, 1918, 1922], "posit": [0, 264, 265, 321, 326, 328, 348, 474, 482, 550, 552, 568, 1132, 1140, 1612, 1618, 1640, 1641, 1643, 1644, 1655, 1661, 1671, 1761, 1875, 1914, 1916, 1919, 1921], "complete_refil": 0, "address": [0, 581, 594, 1863], "868": 0, "ksi": [0, 524], "should": [0, 3, 6, 8, 130, 131, 147, 148, 149, 156, 157, 158, 159, 368, 373, 378, 389, 460, 462, 472, 504, 507, 509, 525, 526, 528, 536, 552, 564, 575, 578, 579, 581, 583, 584, 586, 587, 592, 1224, 1225, 1699, 1723, 1724, 1725, 1728, 1729, 1730, 1846, 1852, 1862, 1864, 1865, 1866, 1868, 1869, 1872, 1873, 1878, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1899, 1902, 1904, 1908, 1909, 1916, 1917, 1921, 1922], "current": [0, 3, 16, 45, 51, 52, 208, 239, 245, 246, 427, 428, 430, 462, 464, 468, 470, 507, 510, 523, 524, 526, 532, 581, 592, 687, 726, 765, 804, 843, 965, 1852, 1865, 1866, 1873, 1887, 1889, 1891, 1893, 1897, 1901], "insert": [0, 202, 245, 246, 335, 346, 474, 488, 511, 524, 566, 583, 1875, 1891, 1903, 1910, 1915, 1920], "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, 493, 494, 495, 496, 501, 509, 528, 550, 553, 560, 566, 567, 582, 872, 887, 1782, 1872, 1883, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1904, 1905, 1909, 1910], "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, 483, 484, 495, 496, 510, 530, 532, 552, 555, 556, 557, 558, 559, 564, 578, 581, 675, 706, 714, 745, 753, 784, 792, 823, 831, 862, 886, 953, 984, 1090, 1104, 1118, 1231, 1820, 1864, 1866, 1887, 1891, 1901, 1903, 1910, 1915, 1920], "swap_row": [0, 202], "swap_coli": 0, "higher": [0, 4, 510, 543, 1870, 1887, 1891], "review": [0, 8, 1863, 1872, 1908, 1916, 1921], "pr": 0, "report": [0, 6, 139, 422, 1782, 1854], "measur": [0, 417, 418, 419, 421, 422, 437, 438, 441, 460, 462, 464, 472, 498, 582, 594, 1215, 1887, 1889, 1890, 1891, 1893, 1894, 1903, 1904, 1906, 1909, 1910, 1911], "eta": [0, 558, 571, 666, 1887, 1888, 1890, 1891, 1892, 1894, 1897, 1901, 1903, 1910], "statu": [0, 1820], "messag": [0, 8, 115, 212, 237, 596, 1863, 1865, 1871, 1872], "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, 458, 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, 498, 504, 505, 510, 511, 513, 517, 518, 519, 520, 521, 522, 524, 527, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 578, 580, 581, 585, 596, 597, 598, 1874, 1875, 1876, 1877, 1878, 1881, 1924], "its": [0, 3, 51, 52, 97, 364, 373, 444, 453, 503, 507, 511, 518, 519, 525, 528, 529, 531, 532, 535, 536, 550, 554, 561, 562, 564, 567, 574, 581, 582, 583, 586, 598, 886, 1004, 1005, 1228, 1642, 1643, 1726, 1863, 1864, 1865, 1868, 1873, 1878, 1879, 1886, 1887, 1888, 1891, 1892, 1896, 1897, 1900, 1901, 1903, 1904, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "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, 456, 460, 512, 513, 518, 521, 524, 529, 533, 534, 538, 539, 540, 544, 546, 553, 566, 581, 582, 585, 598, 1870], "neg": [0, 417, 438, 441, 550, 552, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1854], "n_cycl": [0, 438, 578, 579, 580, 581, 1883, 1903, 1905, 1906, 1909, 1910, 1911], "until": [0, 417, 438, 440, 441, 464, 571, 579, 1792, 1851, 1852, 1902, 1903, 1908], "callback": [0, 417, 438, 440, 441, 578, 581], "signal": [0, 417, 438, 440, 441, 501, 504], "stop": [0, 417, 438, 440, 441, 581, 1792, 1868], "679": 0, "dure": [0, 460, 501, 504, 507, 509, 517, 579, 594, 1820, 1864, 1872, 1887, 1891, 1904, 1909], "poll": [0, 120], "barrier": [0, 118], "reduc": [0, 148, 149, 157, 158, 159, 169, 261, 270, 278, 302, 327, 422, 467, 474, 484, 492, 495, 496, 508, 510, 554, 562, 578, 581, 584, 591, 598, 1678, 1705, 1888, 1892, 1903, 1909], "cpu": [0, 1820, 1864], "845": 0, "crai": 0, "mpich": 0, "layer": [0, 4, 306, 589, 592, 1740, 1863, 1887, 1891], "unrecogn": 0, "mpi_init": [0, 128, 133], "force_mpi_init": 0, "envvar": 0, "util": [0, 9, 499, 511, 554, 562, 578, 581, 583, 584, 585, 586, 587, 588, 596, 597, 598, 1864, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1906, 1911, 1919], "all_reduc": [0, 1893], "name_block_gener": [0, 562, 886, 1901], "620": 0, "callproxynon": 0, "throw": [0, 181, 206, 211, 236, 423, 487, 513, 596, 1876], "except": [0, 2, 9, 198, 199, 423, 499, 502, 509, 510, 518, 524, 1714, 1715, 1716, 1852, 1876, 1890, 1894], "846": 0, "assert": [0, 1900], "dimens": [0, 177, 183, 184, 266, 267, 358, 359, 387, 399, 462, 507, 510, 531, 543, 555, 556, 557, 558, 559, 568, 570, 574, 584, 612, 614, 615, 633, 635, 636, 675, 714, 753, 792, 831, 871, 953, 1065, 1071, 1078, 1082, 1616, 1623, 1640, 1648, 1649, 1653, 1657, 1664, 1665, 1669, 1672, 1673, 1707, 1770, 1891, 1897, 1900, 1901, 1913, 1915, 1917, 1918, 1920, 1922], "sigma": [0, 554, 562, 571, 572, 581, 584, 586, 587, 594, 666, 1698, 1699, 1710, 1723, 1724, 1725, 1730, 1731, 1733, 1768, 1769, 1774, 1775, 1883, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1917, 1922], "match": [0, 554, 1864, 1872, 1887, 1891], "hop": [0, 511, 564, 566, 569, 571, 572, 574, 586, 1225, 1229, 1625, 1640, 1641, 1660, 1661, 1677, 1678, 1681, 1724, 1768, 1774, 1886, 1891, 1900, 1905, 1910, 1914, 1916, 1917, 1919, 1921, 1922], "859": 0, "wannier90": [0, 584, 1677, 1681, 1682, 1703, 1706, 1708, 1887, 1891], "qe": [0, 584, 1703, 1706, 1708, 1887, 1891], "vasp": [0, 4, 584, 1703, 1706, 1708], "basi": [0, 181, 193, 352, 370, 372, 375, 378, 380, 389, 391, 400, 401, 403, 404, 411, 412, 511, 528, 566, 567, 568, 573, 574, 583, 584, 587, 1076, 1088, 1619, 1624, 1625, 1640, 1641, 1661, 1698, 1699, 1703, 1706, 1708, 1710, 1728, 1729, 1730, 1891, 1897, 1900, 1901, 1906, 1911, 1913, 1917, 1918, 1922], "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, 484, 501, 503, 504, 509, 513, 517, 519, 520, 528, 531, 542, 552, 562, 563, 570, 571, 575, 578, 583, 592, 598, 661, 1673, 1713, 1794, 1862, 1868, 1880, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1904, 1908, 1909, 1910, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "trace_rho_op": [0, 162, 511, 512], "rho": [0, 570, 571, 581, 656, 657, 661, 666, 667, 1897, 1901, 1908, 1909, 1911, 1913, 1918], "hermitian": [0, 367, 373, 552, 583, 684, 723, 762, 801, 840, 962, 1010, 1693], "871": 0, "is_convert": 0, "block2_gf": [0, 313], "872": 0, "881": [0, 1901], "exampl": [0, 7, 8, 9, 278, 503, 507, 509, 513, 514, 517, 518, 520, 521, 522, 526, 527, 528, 529, 535, 536, 542, 553, 554, 560, 561, 565, 571, 576, 579, 580, 581, 582, 583, 584, 589, 592, 596, 598, 946, 1707, 1794, 1862, 1863, 1864, 1866, 1869, 1872, 1873, 1874, 1875, 1876, 1881, 1882, 1883, 1884, 1888, 1892, 1895, 1897, 1899, 1900, 1901, 1903, 1913, 1915, 1918, 1920], "907": 0, "arithmet": [0, 493, 494, 495, 496, 501, 518, 528, 554, 562, 583, 1041, 1636, 1870], "inplac": [0, 897], "propag": [0, 325, 1915, 1920], "figur": [0, 9, 579, 589, 1896, 1897, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "histogram": [0, 459, 473, 497, 594, 1906, 1911], "via": [0, 6, 494, 495, 511, 554, 946, 1864, 1865, 1867, 1869, 1872, 1878, 1887, 1888, 1890, 1891, 1892, 1894], "shape": [0, 134, 270, 272, 280, 284, 292, 296, 305, 472, 508, 532, 536, 552, 555, 556, 557, 558, 559, 564, 568, 675, 681, 707, 714, 720, 746, 753, 759, 785, 792, 798, 824, 831, 837, 863, 953, 959, 985, 1065, 1078, 1225, 1229, 1612, 1677, 1680, 1745, 1862, 1876, 1890, 1894, 1901, 1913, 1918], "fit_hermitian": 0, "signatur": [0, 500, 501, 504, 510, 519, 555, 556, 557, 558, 559, 568, 573, 593, 598, 604, 605, 606, 607, 609, 613, 614, 615, 625, 626, 627, 628, 630, 634, 635, 636, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 682, 683, 684, 685, 686, 692, 693, 697, 698, 699, 700, 701, 702, 703, 704, 708, 721, 722, 723, 724, 725, 731, 732, 736, 737, 738, 739, 740, 741, 742, 743, 747, 760, 761, 762, 763, 764, 770, 771, 775, 776, 777, 778, 779, 780, 781, 782, 786, 799, 800, 801, 802, 803, 809, 810, 814, 815, 816, 817, 818, 819, 820, 821, 825, 838, 839, 840, 841, 842, 848, 849, 853, 854, 855, 856, 857, 858, 859, 860, 864, 960, 961, 962, 963, 964, 970, 971, 975, 976, 977, 978, 979, 980, 981, 982, 986, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1068, 1069, 1070, 1073, 1074, 1075, 1077, 1080, 1081, 1085, 1086, 1087, 1089, 1093, 1094, 1099, 1100, 1101, 1102, 1107, 1108, 1113, 1114, 1115, 1116, 1121, 1122, 1127, 1128, 1129, 1130, 1135, 1136, 1137, 1138, 1141, 1142, 1144, 1145, 1146, 1147, 1151, 1152, 1155, 1156, 1157, 1158, 1162, 1163, 1166, 1167, 1170, 1171, 1174, 1175, 1176, 1177, 1182, 1183, 1188, 1189, 1190, 1191, 1192, 1605, 1614, 1627, 1629, 1631, 1633, 1634, 1645, 1647, 1651, 1662, 1663, 1667, 1688, 1690, 1691, 1692, 1693, 1694, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1751, 1758, 1761, 1764, 1765, 1893, 1899, 1900, 1901, 1913, 1915, 1918, 1919, 1920], "fit_hermitian_tail": [0, 250, 552, 946], "tb_from_pythtb": 0, "super": 0, "orbital_nam": [0, 568, 1641, 1660, 1661], "being": [0, 339, 364, 444, 462, 510, 523, 583, 584, 592, 1641, 1661, 1697, 1699, 1702, 1704, 1706, 1873, 1909], "where": [0, 5, 8, 34, 63, 245, 246, 460, 466, 467, 491, 492, 507, 517, 519, 524, 525, 526, 530, 537, 542, 543, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 569, 571, 574, 584, 591, 596, 671, 680, 719, 758, 797, 836, 872, 887, 927, 940, 958, 1065, 1225, 1229, 1681, 1699, 1782, 1846, 1862, 1868, 1872, 1873, 1878, 1881, 1886, 1887, 1891, 1897, 1900, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "scalar_wrap": 0, "captur": [0, 518, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1906, 1911], "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, 477, 488, 501, 507, 548, 553, 554, 560, 579, 589, 594, 1759, 1864, 1869, 1873, 1874, 1875, 1876, 1878, 1887, 1891, 1906, 1911, 1913, 1918, 1924], "many_body_operator_r": [0, 583], "brillouin_zon": [0, 1067, 1680, 1913, 1918], "np": [0, 511, 558, 564, 1225, 1229, 1231, 1862, 1864, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1900, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "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, 461, 462, 464, 465, 468, 469, 470, 471, 472, 476, 482, 483, 484, 493, 494, 495, 496, 503, 507, 508, 510, 511, 513, 517, 518, 519, 520, 521, 524, 527, 528, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 555, 556, 557, 558, 559, 561, 564, 566, 567, 574, 578, 580, 581, 583, 586, 587, 588, 596, 598, 600, 602, 604, 605, 606, 607, 609, 613, 614, 615, 623, 625, 626, 627, 628, 630, 634, 635, 636, 646, 647, 648, 649, 675, 684, 686, 695, 698, 704, 705, 706, 707, 714, 723, 725, 734, 737, 743, 744, 745, 746, 753, 762, 764, 773, 776, 782, 783, 784, 785, 792, 801, 803, 812, 815, 821, 822, 823, 824, 831, 840, 842, 851, 854, 860, 861, 862, 863, 886, 908, 927, 940, 953, 962, 964, 973, 976, 982, 983, 984, 985, 1002, 1003, 1010, 1012, 1016, 1022, 1041, 1065, 1078, 1132, 1137, 1138, 1142, 1148, 1159, 1168, 1180, 1192, 1225, 1227, 1633, 1634, 1636, 1648, 1649, 1664, 1665, 1680, 1681, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1761, 1874, 1875, 1876, 1877, 1881, 1887, 1890, 1891, 1893, 1894, 1896, 1899, 1901, 1903, 1906, 1911, 1917, 1922], "h_int_kanamori": [0, 511, 586], "correct": [0, 491, 492, 513, 517, 518, 530, 534, 554, 581, 589, 1878, 1887, 1888, 1889, 1891, 1892, 1893], "static": [0, 4, 501, 580, 583, 1889, 1893, 1915, 1920], "pyref": 0, "lifetim": 0, "mai": [0, 507, 509, 511, 535, 548, 554, 562, 583, 591, 592, 598, 1849, 1853, 1855, 1864, 1868, 1869, 1897, 1901, 1921, 1924], "beyond": [0, 81, 507, 583, 1889, 1893], "interpret": [0, 1870, 1884, 1887, 1891, 1895], "mesh_point": [0, 474], "perfect": [0, 1868, 1873, 1923], "forward": [0, 364, 598, 1863], "properli": [0, 509, 521, 1646, 1872, 1887, 1891], "matsubara": [0, 192, 312, 316, 317, 318, 322, 325, 511, 528, 529, 532, 546, 547, 548, 550, 552, 553, 554, 558, 560, 561, 562, 564, 646, 681, 709, 720, 748, 759, 787, 798, 826, 837, 865, 932, 935, 936, 959, 987, 998, 999, 1000, 1002, 1007, 1041, 1090, 1104, 1132, 1140, 1225, 1887, 1891, 1897, 1900, 1901, 1904, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "frequenc": [0, 192, 196, 264, 265, 317, 322, 326, 328, 511, 528, 529, 530, 532, 539, 546, 547, 550, 553, 554, 557, 560, 561, 562, 564, 649, 681, 709, 720, 748, 759, 787, 798, 826, 837, 865, 927, 940, 946, 959, 987, 999, 1002, 1041, 1090, 1104, 1132, 1140, 1168, 1230, 1231, 1233, 1877, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1902, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "protect": [0, 1906, 1911], "mesh_point_t": [0, 528, 548, 550], "race": 0, "condit": [0, 491, 492, 493, 494, 495, 496, 518, 562, 583, 596, 1883, 1887, 1891, 1893, 1894, 1897, 1901, 1904, 1906, 1909, 1911, 1917, 1922], "logo": [0, 5], "keyword": [0, 522, 886, 1846, 1855, 1899, 1901, 1903, 1914, 1919], "simpl": [0, 3, 4, 7, 120, 164, 240, 241, 461, 468, 470, 472, 507, 509, 510, 511, 514, 518, 521, 522, 528, 554, 561, 562, 565, 569, 575, 576, 578, 581, 589, 591, 592, 593, 598, 670, 1817, 1864, 1868, 1869, 1870, 1875, 1879, 1883, 1887, 1891, 1897, 1900, 1901, 1902, 1905, 1908, 1910, 1914, 1915, 1919, 1920], "app": [0, 1888, 1892], "891": 0, "singular": [0, 211, 212, 236, 237, 270, 532, 536, 538, 542, 548, 1917, 1922], "apptain": 0, "minimum": [0, 117], "gmp": [0, 1868, 1870], "prerequisit": 0, "also": [0, 3, 4, 6, 7, 131, 161, 442, 487, 501, 504, 507, 510, 513, 517, 520, 528, 529, 534, 542, 543, 554, 562, 566, 572, 579, 581, 582, 583, 584, 1702, 1768, 1774, 1851, 1852, 1862, 1863, 1864, 1873, 1874, 1884, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "python3": [0, 1864, 1869, 1871, 1899, 1900, 1901], "simplifi": [0, 509, 510, 519, 534, 554, 562, 1887, 1891, 1899, 1913, 1918], "brew": [0, 1868], "intelllvm": [0, 1870], "2023": [0, 1870, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "lattice_tool": [0, 1900], "direct": [0, 256, 377, 491, 492, 511, 528, 532, 553, 560, 572, 574, 581, 1065, 1078, 1776, 1777, 1864, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "sphinxext": 0, "plot_direct": 0, "account": [0, 8, 531, 1678, 1891, 1893, 1894, 1915, 1920], "prefix": [0, 1868], "slightli": [0, 1865, 1866, 1897, 1901, 1904, 1909], "descript": [0, 4, 367, 505, 522, 524, 1608, 1866, 1870, 1897, 1901], "som": 0, "seri": [0, 474, 491, 492, 527, 528, 1678, 1756, 1873, 1882, 1885, 1913, 1918, 1923], "previou": [0, 228, 518, 525, 528, 554, 591, 597, 1862, 1872, 1883, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1903, 1905, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "sampl": [0, 4, 368, 460, 470, 474, 476, 485, 486, 491, 492, 594, 1756, 1762, 1763, 1887, 1891, 1896, 1904, 1909], "22": [0, 519, 1864, 1871, 1891, 1897, 1901, 1910], "mention": [0, 310, 562, 579], "toctre": 0, "openmpi": [0, 1864, 1869, 1870, 1871], "dir": [0, 1677, 1864], "path": [0, 507, 508, 509, 574, 1197, 1198, 1201, 1204, 1221, 1677, 1680, 1866, 1868, 1869, 1878, 1887, 1888, 1891, 1892, 1893, 1894, 1905, 1910, 1913, 1914, 1915, 1918, 1919, 1920], "rst": [0, 7, 522, 1878], "filenam": [0, 504, 570, 664, 898, 902, 1681, 1682, 1862], "literalinclud": 0, "manual": [0, 5, 464, 502, 505, 507, 518, 534, 554, 558, 562, 574, 576, 579, 581, 583, 596, 1817, 1864, 1887, 1888, 1891, 1892, 1913, 1918, 1921], "latest": [0, 8, 1864, 1865, 1868, 1869, 1870, 1872, 1913, 1918], "findsanit": 0, "tsan": 0, "msan": 0, "disabl": [0, 521], "repo": 0, "9": [0, 255, 264, 265, 270, 521, 524, 578, 1870, 1872, 1875, 1891, 1893, 1894, 1895, 1896, 1900, 1901, 1906, 1909, 1910, 1911, 1918, 1921, 1922], "extract_flag": 0, "flag": [0, 7, 1864, 1866, 1867, 1880, 1889, 1890, 1893, 1894, 1898], "bench": 0, "dbuild_bench": 0, "ON": [0, 7, 1867], "linux": [0, 597, 1864, 1868], "pandoc": 0, "sphinx": [0, 7, 1870], "6": [0, 255, 264, 270, 278, 470, 495, 496, 520, 530, 558, 575, 598, 1678, 1870, 1875, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1904, 1908, 1910, 1911, 1913, 1914, 1918, 1919, 1921, 1922], "specifi": [0, 8, 12, 519, 562, 581, 584, 594, 1678, 1698, 1699, 1852, 1866, 1867, 1871, 1887, 1890, 1891, 1893, 1894, 1897, 1901], "lapack_root": 0, "13": [0, 19, 95, 311, 1891, 1893, 1900, 1901, 1905, 1910], "timeout": [0, 1852], "limit": [0, 4, 417, 438, 440, 441, 474, 527, 531, 535, 1870, 1887, 1889, 1891, 1893, 1914, 1915, 1917, 1919, 1920, 1922], "hour": [0, 426, 434, 581], "cc": [0, 1865, 1866, 1868], "cxx": [0, 1865, 1866, 1867, 1868, 1871, 1872, 1881], "atomdiagr": [0, 600, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653], "atomdiagcomplex": [0, 600], "small": [0, 7, 530, 566, 1846, 1864, 1865, 1872, 1873, 1887, 1889, 1891, 1893, 1894, 1897, 1899, 1901, 1904, 1909], "some": [0, 7, 215, 308, 373, 422, 501, 502, 505, 508, 510, 511, 513, 514, 517, 519, 520, 524, 526, 534, 535, 554, 562, 567, 579, 581, 582, 583, 592, 597, 1034, 1864, 1865, 1866, 1868, 1869, 1873, 1881, 1884, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1899, 1901, 1903, 1904, 1909, 1915, 1920, 1921], "a7a4cd": 0, "cplus_include_path": [0, 1864, 1866, 1871], "library_path": [0, 1866, 1868], "still": [0, 4, 514, 517, 522, 1852, 1865, 1868, 1887, 1891, 1896, 1905, 1909, 1910], "runtim": [0, 518, 583, 596, 1864], "clang13": 0, "n_tau": [0, 195, 323, 511, 530, 648, 1003, 1148, 1891, 1894, 1897, 1899, 1901, 1903, 1908, 1909], "matsubara_domain": [0, 538], "field": [0, 9, 507, 567, 571, 576, 581, 583, 591, 666, 1873, 1887, 1891, 1893, 1894, 1897, 1901, 1906, 1911, 1914, 1917, 1919, 1922], "separ": [0, 375, 458, 562, 564, 575, 1227, 1858, 1866, 1869, 1887, 1891, 1897, 1901, 1915, 1916, 1917, 1920, 1921, 1922], "restructur": 0, "compon": [0, 511, 542, 543, 564, 584, 587, 1224, 1678, 1703, 1708, 1730, 1733, 1863, 1887, 1891, 1893, 1897, 1901, 1904, 1909, 1916, 1917, 1921, 1922], "peopl": 0, "who": 0, "contribut": [0, 5, 8, 1863, 1865, 1887, 1891, 1893, 1915, 1917, 1920, 1922], "sophi": 0, "beck": 0, "maxim": [0, 564, 1227, 1897, 1901], "charleboi": 0, "jonathan": 0, "karp": 0, "marku": 0, "richter": 0, "andrea": 0, "weh": 0, "rok": 0, "\u017eitko": 0, "respositori": [0, 1872], "wget": [0, 1872], "http": [0, 4, 8, 531, 946, 1862, 1864, 1872, 1882, 1885, 1895, 1913, 1918, 1923], "githubusercont": [0, 1872], "com": [0, 4, 8, 1862, 1864, 1872, 1882, 1885, 1887, 1891, 1923], "porting_tool": [0, 1872], "port_to_triqs3": [0, 1872], "chmod": [0, 1872], "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, 456, 461, 462, 465, 472, 509, 510, 513, 517, 519, 520, 521, 522, 523, 524, 526, 529, 531, 533, 542, 547, 548, 553, 558, 564, 567, 568, 573, 575, 581, 583, 584, 587, 590, 591, 594, 598, 670, 671, 680, 711, 719, 750, 758, 789, 797, 828, 836, 867, 925, 944, 958, 989, 991, 992, 1037, 1038, 1199, 1201, 1215, 1217, 1219, 1223, 1225, 1228, 1229, 1232, 1614, 1631, 1642, 1651, 1667, 1677, 1703, 1706, 1708, 1730, 1733, 1782, 1786, 1792, 1804, 1811, 1812, 1819, 1821, 1824, 1825, 1827, 1833, 1835, 1838, 1839, 1841, 1863, 1864, 1870, 1872, 1875, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1906, 1909, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1921, 1922], "befor": [0, 8, 30, 207, 210, 235, 261, 420, 444, 462, 526, 538, 539, 562, 581, 583, 597, 1846, 1847, 1851, 1852, 1864, 1865, 1868, 1869, 1873, 1875, 1887, 1888, 1891, 1892, 1897, 1899, 1901, 1902, 1903, 1904, 1909], "commit": [0, 8, 592, 1872], "them": [0, 8, 261, 278, 400, 423, 507, 513, 514, 517, 519, 526, 531, 534, 554, 562, 566, 572, 575, 583, 589, 592, 1770, 1772, 1779, 1863, 1872, 1873, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1901, 1903, 1904, 1908, 1909], "If": [0, 3, 4, 7, 8, 109, 118, 120, 122, 127, 213, 302, 361, 417, 418, 420, 438, 441, 460, 501, 504, 508, 509, 510, 513, 519, 520, 525, 528, 538, 539, 542, 544, 546, 554, 555, 556, 557, 558, 559, 561, 562, 564, 570, 571, 575, 579, 580, 581, 583, 584, 586, 587, 588, 664, 671, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 886, 917, 946, 953, 989, 1034, 1225, 1640, 1680, 1698, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1782, 1794, 1846, 1863, 1864, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1876, 1878, 1880, 1881, 1887, 1888, 1891, 1892, 1897, 1898, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1917, 1922], "problem": [0, 4, 6, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 502, 509, 511, 526, 562, 578, 582, 594, 946, 1863, 1868, 1873, 1883, 1887, 1889, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1917, 1920, 1922], "feel": [0, 7, 1887, 1888, 1891, 1892], "contact": [0, 4, 6, 507, 1864], "open": [0, 6, 510, 554, 562, 591, 592, 1862, 1864, 1865, 1868, 1872, 1874, 1887, 1889, 1891, 1893, 1898, 1904, 1909], "discuss": [0, 4, 5, 528, 1863, 1887, 1891, 1902, 1904, 1908, 1909, 1917, 1922], "github": [0, 3, 4, 5, 7, 8, 1862, 1863, 1864, 1873, 1882, 1885, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1913, 1918, 1923], "wa": [0, 206, 460, 470, 472, 538, 596, 598, 1898, 1903, 1910, 1913, 1918], "possibl": [0, 3, 11, 302, 462, 501, 503, 504, 519, 520, 521, 524, 526, 552, 554, 575, 583, 886, 1870, 1900, 1901, 1913, 1914, 1916, 1918, 1919, 1921, 1924], "structur": [0, 4, 192, 193, 194, 195, 196, 339, 507, 509, 511, 518, 524, 526, 562, 571, 573, 581, 583, 586, 588, 874, 886, 891, 1625, 1713, 1737, 1863, 1879, 1881, 1887, 1891, 1894, 1897, 1899, 1900, 1901, 1903, 1904, 1909, 1914, 1919], "gfrefreq": [0, 553, 554, 559, 560, 561, 564, 1212, 1230, 1231, 1233, 1901, 1909], "d": [0, 3, 255, 468, 470, 501, 508, 509, 524, 525, 526, 554, 561, 562, 568, 569, 570, 571, 574, 580, 584, 656, 666, 687, 726, 765, 804, 843, 927, 928, 940, 941, 943, 965, 1612, 1697, 1699, 1703, 1704, 1706, 1708, 1713, 1874, 1875, 1886, 1887, 1891, 1893, 1895, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1909, 1911, 1914, 1917, 1919, 1922], "omega": [0, 192, 196, 264, 310, 312, 324, 325, 526, 531, 542, 552, 554, 560, 561, 563, 564, 571, 572, 590, 591, 666, 711, 750, 789, 828, 867, 918, 921, 927, 940, 989, 1225, 1768, 1774, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1902, 1904, 1906, 1908, 1909, 1911, 1913, 1917, 1918, 1920, 1922], "v": [0, 8, 9, 19, 146, 147, 148, 149, 150, 255, 266, 313, 314, 327, 339, 340, 466, 467, 493, 494, 495, 496, 502, 513, 518, 520, 521, 525, 530, 534, 564, 567, 574, 591, 1068, 1225, 1229, 1874, 1880, 1895, 1897, 1901, 1903, 1915, 1920], "featur": [0, 4, 5, 364, 502, 505, 514, 581, 597, 1864, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1900, 1904, 1909, 1913, 1914, 1918, 1919, 1924], "due": [0, 507, 562, 597, 1887, 1891, 1893, 1897, 1901, 1903], "lack": [0, 460, 1887, 1891], "complex": [0, 9, 163, 164, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 361, 366, 375, 388, 494, 495, 508, 510, 511, 514, 520, 521, 528, 531, 532, 538, 539, 540, 544, 546, 550, 555, 557, 558, 559, 564, 575, 581, 583, 584, 586, 587, 590, 591, 592, 602, 1041, 1225, 1699, 1706, 1710, 1725, 1728, 1729, 1730, 1887, 1891, 1895, 1897, 1901, 1903, 1915, 1916, 1917, 1920, 1921, 1922], "integ": [0, 11, 48, 49, 53, 117, 335, 339, 400, 456, 461, 503, 552, 554, 570, 580, 581, 584, 587, 593, 600, 602, 623, 664, 705, 744, 783, 822, 861, 983, 1065, 1078, 1640, 1641, 1661, 1678, 1697, 1698, 1699, 1700, 1701, 1702, 1704, 1706, 1709, 1728, 1729, 1730, 1792, 1849, 1854, 1872, 1899, 1900], "target_shap": [0, 269, 281, 293, 552, 555, 556, 557, 558, 559, 675, 681, 687, 714, 720, 726, 753, 759, 765, 792, 798, 804, 831, 837, 843, 953, 959, 965, 1887, 1891, 1893, 1894, 1897, 1898, 1900, 1901, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "The": [0, 3, 9, 50, 54, 91, 94, 119, 120, 125, 126, 130, 148, 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, 453, 454, 460, 462, 464, 466, 467, 472, 474, 484, 491, 492, 499, 502, 503, 505, 506, 509, 510, 513, 514, 517, 518, 519, 521, 522, 523, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 538, 539, 540, 541, 543, 544, 546, 548, 550, 551, 552, 553, 555, 556, 557, 558, 559, 560, 561, 563, 564, 565, 567, 568, 569, 572, 573, 576, 580, 582, 583, 584, 586, 587, 588, 590, 591, 592, 593, 594, 596, 598, 610, 611, 614, 617, 631, 632, 635, 638, 645, 646, 647, 648, 649, 650, 656, 657, 660, 661, 670, 675, 690, 694, 695, 706, 707, 710, 711, 714, 729, 733, 734, 745, 746, 749, 750, 753, 768, 772, 773, 784, 785, 788, 789, 792, 807, 811, 812, 823, 824, 827, 828, 831, 846, 850, 851, 862, 863, 866, 867, 886, 921, 927, 929, 932, 935, 946, 953, 968, 972, 973, 984, 985, 988, 989, 1041, 1055, 1065, 1067, 1078, 1083, 1090, 1104, 1118, 1168, 1180, 1215, 1224, 1225, 1230, 1231, 1233, 1612, 1620, 1625, 1630, 1636, 1640, 1648, 1649, 1654, 1655, 1660, 1664, 1665, 1670, 1671, 1678, 1698, 1699, 1703, 1705, 1706, 1708, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1754, 1756, 1768, 1774, 1777, 1847, 1849, 1853, 1855, 1863, 1864, 1865, 1866, 1867, 1868, 1870, 1872, 1873, 1874, 1875, 1876, 1877, 1879, 1884, 1885, 1888, 1890, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1923, 1924], "aforement": 0, "deprect": 0, "goe": [0, 567, 581, 1887, 1888, 1891, 1892, 1909], "along": [0, 505, 526, 574, 592, 1680, 1881, 1887, 1891, 1913, 1914, 1915, 1918, 1919, 1920], "often": [0, 207, 472, 594, 597, 1897, 1900, 1901, 1924], "kind": [0, 3, 255, 531, 543, 592, 1890, 1894], "up": [0, 234, 310, 311, 344, 348, 417, 438, 440, 441, 445, 460, 461, 462, 468, 487, 510, 511, 527, 562, 566, 571, 578, 586, 587, 588, 871, 886, 1205, 1693, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1820, 1863, 1864, 1869, 1873, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1899, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1922], "dn": [0, 511], "word": [0, 511, 526, 575, 1897, 1901, 1914, 1919, 1924], "ask": [0, 5, 7, 1863, 1864, 1872], "provid": [0, 3, 4, 6, 7, 164, 169, 181, 326, 361, 367, 375, 438, 460, 507, 509, 510, 513, 517, 529, 530, 531, 534, 535, 543, 548, 552, 563, 566, 567, 571, 576, 581, 582, 583, 584, 586, 587, 588, 590, 592, 594, 596, 886, 946, 1680, 1699, 1710, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1863, 1864, 1865, 1868, 1872, 1873, 1884, 1887, 1891, 1895, 1897, 1899, 1900, 1901, 1903, 1904, 1906, 1907, 1909, 1911, 1914, 1919], "each": [0, 26, 174, 264, 339, 364, 365, 369, 417, 423, 427, 438, 439, 440, 441, 461, 474, 493, 494, 495, 496, 503, 509, 510, 524, 528, 532, 536, 548, 562, 564, 566, 570, 572, 575, 583, 584, 585, 591, 592, 598, 610, 631, 708, 747, 786, 825, 864, 886, 986, 1023, 1065, 1078, 1082, 1201, 1229, 1641, 1649, 1661, 1665, 1673, 1680, 1707, 1756, 1776, 1777, 1783, 1794, 1864, 1866, 1872, 1887, 1891, 1893, 1897, 1900, 1901, 1903, 1904, 1906, 1909, 1911, 1913, 1914, 1918, 1919], "correspondingli": [0, 552], "gf_struct_t": [0, 192, 193, 194, 195, 196, 255, 306, 339, 511, 646, 647, 648, 649, 1712, 1713, 1717], "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, 460, 462, 468, 470, 502, 503, 507, 508, 509, 510, 513, 517, 518, 524, 525, 526, 527, 528, 531, 543, 547, 548, 554, 562, 564, 571, 578, 580, 581, 591, 1227, 1660, 1798, 1817, 1849, 1852, 1853, 1854, 1862, 1863, 1865, 1868, 1871, 1872, 1880, 1884, 1887, 1889, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "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, 450, 451, 454, 455, 456, 458, 461, 465, 466, 467, 468, 470, 478, 479, 480, 481, 488, 491, 492, 493, 494, 495, 496, 501, 502, 510, 513, 517, 518, 519, 520, 521, 524, 528, 534, 538, 539, 542, 552, 566, 575, 578, 580, 581, 583, 585, 596, 598, 646, 647, 648, 649, 683, 684, 685, 686, 722, 723, 724, 725, 761, 762, 763, 764, 800, 801, 802, 803, 839, 840, 841, 842, 961, 962, 963, 964, 1009, 1010, 1011, 1012, 1068, 1142, 1633, 1634, 1874, 1875, 1876, 1877, 1881], "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, 465, 466, 467, 477, 491, 492, 493, 494, 495, 496, 510, 513, 518, 520, 523, 524, 525, 534, 566, 567, 568, 573, 574, 578, 583, 587, 600, 602, 608, 619, 621, 623, 629, 640, 642, 1065, 1068, 1076, 1077, 1088, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1612, 1619, 1624, 1625, 1627, 1628, 1629, 1640, 1641, 1645, 1647, 1661, 1662, 1663, 1677, 1678, 1680, 1681, 1682, 1730, 1733, 1875, 1891, 1895, 1899, 1900, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "variant": [0, 338, 341, 552, 583], "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, 476, 485, 486, 501, 504, 507, 510, 511, 528, 548, 581, 583, 596, 1068, 1869, 1887, 1891, 1905, 1910, 1917, 1922], "effect": [0, 491, 492, 524, 528, 555, 556, 557, 558, 559, 562, 675, 714, 753, 792, 831, 1887, 1889, 1891, 1893, 1897, 1901, 1903, 1906, 1911, 1914, 1919], "particular": [0, 3, 174, 261, 278, 507, 510, 522, 524, 562, 585, 594, 598, 1864, 1866, 1869, 1872, 1878, 1906, 1911, 1917, 1922], "cthyb": [0, 4, 946, 1864, 1873, 1883, 1885, 1887, 1890, 1891, 1894, 1904, 1909], "tprf": [0, 1900, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "dft_tool": [0, 4, 1887, 1891], "gf_mesh": [0, 548, 694, 733, 772, 811, 850, 972], "were": [0, 4, 463, 1887, 1891, 1898, 1913, 1918], "further": [0, 460, 462, 470, 548, 554, 1868, 1871, 1887, 1891, 1902, 1906, 1908, 1911], "regroup": [0, 523], "cyclic_lattic": 0, "cartesian_product": 0, "prod": [0, 529, 532, 542, 547, 548, 553, 1876, 1887, 1891, 1893, 1894], "kept": [0, 445, 462, 575, 1916, 1921], "mean": [0, 459, 460, 491, 492, 494, 495, 496, 510, 522, 532, 535, 538, 539, 540, 544, 546, 548, 552, 554, 555, 556, 557, 558, 559, 562, 578, 579, 581, 583, 592, 594, 1846, 1873, 1881, 1887, 1891, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1906, 1911, 1917, 1922], "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, 459, 460, 461, 463, 465, 466, 467, 491, 492, 493, 494, 495, 496, 498, 501, 504, 507, 511, 513, 517, 518, 519, 520, 527, 528, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 548, 552, 566, 583, 598, 600, 602, 623, 708, 747, 786, 825, 864, 986, 1023, 1872, 1874, 1876, 1877, 1899, 1903, 1910, 1911, 1921], "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, 462, 523, 524, 525, 528, 530, 531, 536, 574, 578, 581, 584, 1052, 1053, 1090, 1104, 1118, 1192, 1698, 1869, 1876, 1891, 1896, 1897, 1901, 1913, 1914, 1915, 1918, 1919, 1920], "brillouin": [0, 528, 569, 1065, 1620, 1648, 1660, 1664, 1680, 1774, 1900, 1902, 1906, 1908, 1911, 1913, 1914, 1915, 1918, 1919, 1920], "zone": [0, 528, 569, 1065, 1620, 1648, 1660, 1664, 1680, 1774, 1900, 1902, 1906, 1908, 1911, 1913, 1914, 1915, 1918, 1919, 1920], "tag": [0, 27, 255, 261, 270, 278, 302, 308, 327, 507, 508, 509, 518, 538, 539, 540, 542, 544, 546, 1038], "associ": [0, 312, 325, 380, 381, 386, 387, 391, 392, 398, 399, 509, 548, 573, 1090, 1104, 1118, 1620, 1625, 1660, 1882, 1884, 1885, 1897, 1900, 1901, 1906, 1911, 1923], "those": [0, 3, 509, 510, 586, 1722, 1863, 1869, 1895, 1900, 1903], "occurr": 0, "latter": [0, 1865, 1887, 1889, 1891, 1893], "appli": [0, 11, 26, 83, 86, 364, 365, 370, 380, 391, 491, 492, 510, 567, 583, 1215, 1746, 1878, 1915, 1920], "short": [0, 552, 563, 581, 1873, 1882, 1905, 1910], "repres": [0, 11, 36, 335, 504, 528, 534, 583, 585, 591, 1159, 1854, 1855, 1876, 1891, 1897, 1901, 1906, 1911], "help": [0, 3, 8, 575, 589, 592, 1678, 1868, 1872, 1873, 1916, 1921], "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, 456, 460, 462, 465, 466, 467, 472, 491, 492, 498, 503, 508, 510, 521, 525, 526, 529, 530, 531, 535, 547, 553, 554, 561, 566, 569, 571, 572, 573, 574, 579, 581, 584, 585, 587, 591, 598, 708, 711, 747, 750, 786, 789, 825, 828, 864, 867, 986, 989, 1023, 1625, 1699, 1706, 1710, 1728, 1729, 1730, 1776, 1777, 1863, 1883, 1886, 1887, 1891, 1896, 1897, 1900, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "abov": [0, 3, 508, 521, 552, 554, 562, 574, 579, 581, 589, 1740, 1887, 1891, 1893, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "doe": [0, 9, 181, 234, 242, 243, 244, 245, 246, 247, 248, 249, 420, 444, 505, 507, 517, 518, 519, 523, 524, 528, 530, 554, 562, 579, 581, 592, 1104, 1118, 1872, 1873, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "ani": [0, 3, 7, 8, 139, 142, 242, 243, 244, 245, 246, 247, 248, 249, 270, 307, 311, 322, 323, 329, 378, 389, 460, 507, 508, 509, 510, 513, 517, 518, 519, 521, 522, 525, 528, 535, 562, 576, 581, 583, 586, 591, 592, 596, 1002, 1003, 1745, 1855, 1863, 1864, 1869, 1876, 1881, 1887, 1891, 1893, 1897, 1898, 1900, 1901, 1914, 1919], "avail": [0, 4, 458, 462, 530, 554, 580, 583, 593, 946, 1751, 1849, 1864, 1865, 1866, 1868, 1873, 1913, 1918], "op": [0, 111, 112, 148, 149, 156, 157, 158, 159, 163, 181, 198, 199, 200, 327, 362, 364, 369, 484, 510, 524, 583, 644, 651, 652, 653, 1692, 1693, 1819, 1833, 1893], "write": [0, 5, 9, 49, 134, 219, 258, 274, 286, 298, 343, 355, 408, 474, 479, 505, 507, 508, 509, 510, 518, 524, 525, 528, 532, 543, 550, 562, 564, 567, 575, 576, 578, 583, 1233, 1873, 1874, 1879, 1882, 1887, 1891, 1893, 1897, 1900, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "linalg": [0, 1874, 1900], "part": [0, 3, 7, 307, 312, 328, 329, 400, 419, 460, 462, 468, 469, 470, 471, 472, 510, 517, 524, 528, 554, 569, 575, 581, 583, 586, 684, 686, 688, 696, 723, 725, 727, 735, 762, 764, 766, 774, 801, 803, 805, 813, 840, 842, 844, 852, 876, 881, 894, 901, 946, 962, 964, 966, 974, 1010, 1012, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1660, 1687, 1689, 1714, 1715, 1716, 1722, 1726, 1862, 1868, 1873, 1874, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1901, 1904, 1906, 1909, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "modul": [0, 2, 503, 504, 505, 509, 554, 562, 569, 583, 584, 585, 586, 592, 593, 599, 654, 668, 672, 673, 1193, 1606, 1683, 1695, 1738, 1747, 1752, 1766, 1780, 1794, 1851, 1864, 1866, 1872, 1878, 1887, 1891, 1898, 1899, 1900], "simul": [0, 460, 507, 579, 594, 1903, 1910], "serv": [0, 460, 474, 1756], "dual": [0, 460], "purpos": [0, 5, 460, 510, 523, 528, 536, 542, 567, 575, 583, 598, 1848, 1853, 1897, 1901, 1905, 1910, 1913, 1914, 1918, 1919], "perform": [0, 207, 215, 263, 278, 302, 324, 325, 327, 368, 373, 453, 460, 487, 492, 519, 520, 525, 530, 564, 581, 594, 997, 1225, 1863, 1864, 1875, 1897, 1899, 1901, 1902, 1905, 1908, 1910, 1914, 1919], "logarithm": [0, 462, 470, 471, 472, 1897, 1901, 1917, 1922], "bin": [0, 459, 461, 462, 464, 465, 466, 467, 468, 469, 470, 471, 472, 474, 476, 482, 487, 490, 491, 492, 498, 564, 570, 594, 1227, 1673, 1754, 1756, 1761, 1866, 1868, 1869, 1903, 1906, 1911], "which": [0, 6, 137, 213, 215, 238, 255, 361, 400, 442, 460, 461, 462, 465, 484, 491, 492, 498, 501, 503, 505, 508, 509, 510, 511, 517, 518, 522, 524, 528, 530, 534, 550, 552, 554, 562, 567, 572, 576, 578, 579, 580, 581, 583, 584, 585, 586, 587, 591, 592, 594, 598, 661, 671, 711, 750, 789, 828, 867, 886, 953, 989, 1699, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1776, 1792, 1794, 1864, 1869, 1870, 1871, 1872, 1874, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "estim": [0, 460, 491, 492, 498, 594, 1887, 1891, 1909, 1917, 1922], "correl": [0, 9, 459, 460, 498, 1863, 1873, 1887, 1891, 1903, 1904, 1909, 1910, 1914, 1917, 1919, 1922], "b": [0, 4, 180, 255, 314, 456, 468, 470, 476, 481, 482, 501, 504, 509, 522, 525, 534, 551, 583, 584, 590, 591, 687, 726, 765, 804, 843, 965, 1195, 1196, 1218, 1605, 1699, 1710, 1760, 1761, 1783, 1787, 1788, 1789, 1790, 1814, 1863, 1874, 1881, 1895, 1896, 1898, 1906, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "compress": [0, 460, 461, 462, 464, 507], "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, 510, 1864, 1870, 1893, 1895], "design": [0, 460, 524, 581, 1873, 1915, 1920], "flexibl": [0, 460, 502, 1863], "either": [0, 228, 375, 460, 464, 507, 511, 531, 550, 564, 565, 579, 580, 581, 583, 584, 593, 1225, 1229, 1678, 1699, 1852, 1863, 1865, 1867, 1873, 1887, 1891, 1895, 1905, 1910, 1924], "log": [0, 459, 470, 498, 558, 592, 1862, 1864, 1887, 1891], "lin": 0, "turn": [0, 4, 33, 460, 462, 468, 470, 472, 1867, 1897, 1901, 1916, 1921], "off": [0, 462, 468, 470, 472, 526, 561, 586, 587, 588, 927, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1867, 1887, 1891, 1896, 1921], "differ": [0, 11, 27, 215, 375, 460, 466, 467, 495, 496, 502, 503, 525, 562, 565, 575, 578, 579, 581, 583, 598, 1863, 1865, 1866, 1873, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "case": [0, 181, 264, 265, 271, 283, 295, 361, 502, 510, 517, 519, 521, 528, 530, 533, 535, 542, 554, 574, 581, 1864, 1869, 1872, 1879, 1883, 1887, 1891, 1894, 1897, 1900, 1901, 1902, 1903, 1905, 1906, 1908, 1910, 1911, 1915, 1916, 1920, 1921], "purposefulli": [0, 460], "fulli": [0, 325, 584, 586, 1698, 1725, 1887, 1891], "automat": [0, 9, 207, 367, 368, 373, 420, 444, 462, 464, 502, 503, 511, 514, 520, 527, 535, 538, 543, 552, 554, 562, 566, 575, 580, 581, 592, 596, 598, 1640, 1864, 1866, 1881, 1887, 1891, 1903], "user": [0, 5, 6, 7, 215, 361, 460, 472, 509, 511, 518, 524, 534, 552, 566, 575, 583, 584, 594, 1678, 1699, 1863, 1864, 1865, 1866, 1868, 1872, 1884, 1895, 1902, 1903, 1908, 1909], "choic": [0, 579, 1678, 1868, 1887, 1891, 1895], "calcul": [0, 11, 64, 247, 379, 390, 459, 460, 491, 492, 493, 494, 495, 496, 520, 531, 538, 552, 554, 555, 557, 563, 566, 570, 575, 581, 583, 584, 592, 594, 659, 663, 681, 708, 720, 747, 759, 786, 798, 825, 837, 864, 946, 959, 986, 1023, 1680, 1698, 1699, 1700, 1701, 1709, 1794, 1863, 1864, 1873, 1875, 1885, 1888, 1889, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1903, 1905, 1906, 1910, 1911, 1915, 1916, 1920, 1921, 1923], "standard": [0, 9, 201, 459, 460, 466, 467, 491, 492, 494, 495, 498, 507, 510, 519, 523, 528, 533, 554, 562, 583, 586, 589, 591, 592, 598, 1855, 1864, 1865, 1870, 1884, 1887, 1891, 1903, 1913, 1918], "singl": [0, 267, 462, 464, 511, 543, 555, 556, 557, 558, 559, 564, 567, 581, 681, 687, 709, 710, 720, 726, 748, 749, 759, 765, 787, 788, 798, 804, 826, 827, 837, 843, 865, 866, 959, 965, 987, 988, 1231, 1233, 1873, 1883, 1885, 1887, 1891, 1894, 1896, 1897, 1901, 1903, 1905, 1906, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "thread": [0, 467, 495, 496, 1846, 1847, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1866, 1903, 1910], "well": [0, 3, 388, 460, 474, 503, 507, 510, 518, 567, 574, 575, 579, 581, 583, 594, 1740, 1756, 1864, 1884, 1887, 1891, 1902, 1908, 1913, 1918], "jackknif": [0, 459, 492, 594], "throughout": 0, "care": [0, 526, 575, 576, 579, 581, 1872, 1887, 1891, 1909, 1917, 1922], "been": [0, 3, 4, 133, 206, 417, 438, 440, 441, 468, 470, 472, 517, 525, 527, 543, 581, 583, 591, 1817, 1849, 1852, 1854, 1862, 1863, 1871, 1872, 1880, 1904, 1905, 1909, 1910, 1914, 1919], "taken": [0, 508, 509, 526, 531, 581, 1855, 1872], "stabl": [0, 523, 1864, 1865, 1868], "especi": [0, 7, 1865, 1881], "comput": [0, 4, 134, 198, 199, 200, 262, 367, 417, 438, 440, 441, 443, 460, 487, 498, 510, 511, 517, 518, 523, 528, 531, 538, 542, 554, 555, 557, 561, 562, 564, 569, 571, 572, 575, 578, 579, 581, 584, 587, 592, 594, 596, 651, 652, 653, 666, 681, 690, 709, 720, 729, 748, 759, 768, 787, 798, 807, 826, 837, 846, 865, 959, 968, 987, 1007, 1224, 1610, 1640, 1643, 1699, 1728, 1729, 1730, 1768, 1774, 1776, 1794, 1798, 1863, 1864, 1868, 1869, 1870, 1873, 1884, 1886, 1887, 1891, 1897, 1901, 1904, 1909, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "varianc": 0, "mostli": [0, 1887, 1891, 1893, 1894], "two": [0, 11, 13, 14, 42, 53, 61, 72, 84, 96, 240, 241, 246, 266, 358, 359, 370, 379, 380, 390, 391, 411, 412, 460, 461, 466, 467, 487, 502, 505, 507, 509, 519, 522, 523, 524, 525, 530, 531, 539, 554, 558, 562, 564, 566, 567, 574, 578, 581, 583, 584, 598, 671, 870, 871, 1038, 1226, 1680, 1698, 1703, 1705, 1708, 1814, 1863, 1864, 1872, 1873, 1880, 1885, 1887, 1890, 1891, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1918, 1919, 1920, 1924], "welford": 0, "binned_seri": 0, "ts_observ": 0, "observ": [0, 9, 198, 199, 491, 492, 511, 566, 582, 583, 594, 1887, 1889, 1890, 1891, 1893, 1894, 1906, 1909, 1911, 1913, 1918], "unchang": [0, 542, 1034, 1875, 1902, 1908], "found": [0, 3, 4, 278, 372, 508, 513, 517, 521, 583, 1792, 1863, 1874, 1886, 1887, 1888, 1891, 1892, 1893, 1903, 1904, 1908, 1909, 1910], "io": [0, 4, 277, 289, 301, 1864, 1887, 1890, 1891, 1894, 1895, 1913, 1918], "content": [0, 509, 527, 1878, 1891, 1894, 1898, 1903, 1924], "To": [0, 3, 215, 507, 509, 515, 525, 531, 554, 562, 571, 592, 1674, 1817, 1863, 1864, 1866, 1868, 1869, 1872, 1884, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1903, 1904, 1909, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "fit": [0, 9, 263, 264, 265, 531, 538, 563, 564, 589, 591, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 946, 962, 964, 997, 1010, 1012, 1227, 1887, 1888, 1891, 1892], "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, 453, 460, 474, 476, 491, 492, 501, 504, 509, 511, 519, 521, 523, 528, 545, 552, 554, 562, 564, 566, 568, 570, 571, 572, 574, 583, 584, 585, 586, 587, 588, 590, 598, 609, 630, 651, 652, 659, 663, 670, 907, 995, 1038, 1090, 1104, 1118, 1205, 1225, 1226, 1229, 1230, 1612, 1620, 1642, 1643, 1646, 1648, 1649, 1664, 1665, 1693, 1698, 1699, 1713, 1726, 1728, 1729, 1730, 1736, 1737, 1745, 1746, 1756, 1776, 1782, 1794, 1798, 1829, 1843, 1853, 1865, 1872, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1910, 1911, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1924], "hybrid": [0, 511, 564, 586, 1224, 1225, 1229, 1873, 1887, 1891, 1894, 1897, 1901, 1903], "imaginari": [0, 195, 196, 263, 312, 316, 317, 318, 323, 325, 511, 529, 532, 534, 538, 546, 547, 551, 553, 554, 558, 560, 564, 565, 583, 586, 648, 688, 708, 727, 747, 766, 786, 805, 825, 844, 864, 946, 966, 986, 997, 998, 999, 1000, 1003, 1023, 1118, 1148, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1227, 1230, 1233, 1689, 1726, 1862, 1863, 1887, 1890, 1891, 1893, 1894, 1900, 1904, 1906, 1908, 1909, 1911, 1914, 1918, 1919], "discretize_bath": [0, 564], "delta_in": [0, 564, 1225], "site": [0, 564, 574, 578, 1225, 1643, 1644, 1864, 1888, 1892, 1899, 1900, 1901, 1903, 1906, 1911, 1917, 1922], "nb": [0, 207, 234, 240, 241, 270, 272, 284, 296, 420, 444, 521, 528, 535, 564, 1225, 1229, 1794], "energi": [0, 173, 178, 196, 511, 564, 570, 574, 578, 616, 637, 946, 1090, 1104, 1118, 1225, 1226, 1229, 1673, 1862, 1888, 1889, 1890, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1917, 1922], "scipi": [0, 564, 589, 590, 946, 1225, 1868, 1870, 1871, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1916, 1917, 1921, 1922], "bfg": [0, 564, 1225], "basin": 0, "nelder": [0, 564, 1225], "mead": [0, 564, 1225], "inform": [0, 510, 530, 532, 536, 538, 539, 552, 581, 592, 1862, 1863, 1864, 1869, 1880, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1901, 1902, 1903, 1908, 1914, 1919], "make_delta": [0, 564], "axi": [0, 551, 556, 557, 565, 591, 1215, 1887, 1890, 1891, 1894, 1896, 1897, 1901, 1902, 1903, 1904, 1908, 1909, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "arbitrari": [0, 528, 531, 552, 583, 1090, 1104, 1118], "gradient": [0, 4], "guess": [0, 564, 590, 670, 671, 1225, 1782, 1783, 1792, 1883, 1905, 1906, 1909, 1910, 1911], "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, 513, 514, 519, 521, 524, 534, 535, 540, 553, 560, 581, 596, 1863, 1864, 1868, 1874, 1875, 1883, 1897, 1901, 1909, 1916, 1921], "first": [0, 6, 7, 8, 11, 12, 13, 40, 49, 51, 53, 63, 146, 148, 234, 266, 336, 337, 379, 390, 468, 487, 493, 494, 495, 496, 505, 509, 510, 522, 528, 530, 531, 538, 539, 542, 543, 550, 552, 562, 566, 569, 570, 571, 575, 579, 580, 581, 583, 591, 597, 664, 871, 878, 946, 1792, 1829, 1843, 1862, 1863, 1864, 1869, 1873, 1874, 1880, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "lim_": [0, 564, 1225, 1909], "inf": 0, "delta": [0, 491, 492, 525, 531, 564, 570, 594, 656, 1225, 1229, 1792, 1903, 1906, 1911, 1913, 1918], "ci": 0, "setup": [0, 1869, 1887, 1891], "adresssanit": 0, "undefinedbehaviorsanit": 0, "catch": [0, 596], "e": [0, 3, 4, 5, 40, 86, 165, 166, 167, 168, 178, 226, 262, 264, 265, 270, 272, 284, 296, 310, 311, 312, 454, 462, 501, 502, 503, 504, 507, 508, 509, 510, 513, 514, 518, 520, 522, 523, 526, 528, 529, 530, 531, 532, 534, 535, 539, 548, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 571, 574, 581, 583, 586, 587, 588, 589, 590, 591, 592, 596, 616, 637, 670, 692, 693, 731, 732, 770, 771, 809, 810, 848, 849, 871, 873, 886, 890, 940, 946, 970, 971, 1013, 1014, 1215, 1231, 1640, 1680, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1746, 1864, 1865, 1866, 1868, 1869, 1870, 1872, 1874, 1878, 1880, 1881, 1887, 1891, 1893, 1894, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1924], "bound": [0, 211, 212, 236, 237, 520, 661, 1782, 1783, 1792], "undefin": [0, 302, 501, 504], "behavior": [0, 526, 1863, 1866, 1872, 1889, 1893, 1909, 1917, 1922], "danger": [0, 598], "earli": 0, "navig": [0, 1887, 1891], "done": [0, 206, 210, 235, 417, 420, 430, 438, 441, 444, 461, 511, 524, 562, 579, 581, 590, 670, 1872, 1887, 1890, 1891, 1894, 1896, 1897, 1901, 1904, 1909, 1917, 1922], "vertic": [0, 1916, 1921], "sidebar": 0, "left": [0, 234, 476, 491, 492, 498, 513, 564, 578, 687, 726, 765, 804, 843, 965, 1225, 1847, 1887, 1891, 1897, 1901, 1904, 1909, 1913, 1916, 1917, 1918, 1921, 1922], "addition": [0, 491, 492, 581, 1897, 1901], "broken": [0, 1915, 1917, 1920, 1922], "could": [0, 7, 517, 530, 562, 579, 1889, 1891, 1893, 1894, 1903, 1904, 1909, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "deploi": 0, "pleas": [0, 4, 6, 8, 507, 548, 1862, 1863, 1864, 1869, 1871, 1872, 1917, 1922], "tight": [0, 569, 571, 574, 1625, 1640, 1660, 1676, 1677, 1678, 1887, 1891, 1893, 1894, 1913, 1918], "tight_bind": [0, 568, 569, 571, 573, 574, 1886, 1913, 1917, 1918, 1922], "dispers": [0, 573, 1891, 1893, 1900, 1906, 1911, 1913, 1914, 1918, 1919], "spectrum": [0, 196, 1888, 1892], "point": [0, 195, 196, 310, 312, 460, 462, 463, 475, 485, 486, 487, 491, 492, 528, 531, 532, 535, 537, 538, 539, 542, 543, 544, 546, 550, 551, 552, 553, 560, 561, 570, 571, 572, 574, 581, 583, 591, 596, 597, 660, 661, 671, 917, 946, 1049, 1065, 1077, 1078, 1089, 1090, 1102, 1116, 1118, 1130, 1147, 1148, 1158, 1177, 1180, 1191, 1199, 1201, 1217, 1218, 1640, 1642, 1643, 1673, 1678, 1680, 1758, 1762, 1763, 1768, 1771, 1772, 1774, 1776, 1777, 1778, 1779, 1794, 1798, 1852, 1872, 1883, 1884, 1887, 1889, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1903, 1906, 1911, 1913, 1914, 1915, 1918, 1919, 1920], "even": [0, 4, 468, 470, 507, 510, 519, 527, 570, 581, 592, 664, 1090, 1104, 1118, 1849, 1864, 1865, 1893, 1894, 1895, 1897, 1901, 1906, 1909, 1911, 1915, 1917, 1920, 1922], "equival": [0, 337, 338, 358, 359, 484, 502, 507, 509, 531, 535, 554, 562, 574, 598, 1876, 1900], "confus": 0, "addit": [0, 138, 384, 396, 462, 474, 507, 510, 522, 543, 548, 552, 567, 583, 596, 1864, 1866, 1867, 1870, 1887, 1891, 1896, 1904, 1909, 1914, 1919], "tb_from_wannier90": [0, 1887, 1889, 1890, 1891, 1893, 1894], "creat": [0, 4, 8, 11, 137, 214, 216, 224, 227, 266, 267, 326, 355, 361, 408, 462, 470, 491, 492, 503, 508, 509, 510, 524, 530, 554, 556, 557, 561, 564, 565, 583, 586, 587, 598, 600, 1001, 1034, 1192, 1229, 1230, 1680, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1847, 1849, 1863, 1864, 1868, 1869, 1872, 1876, 1881, 1893, 1894, 1896, 1897, 1900, 1901, 1904, 1906, 1909, 1911], "output": [0, 7, 19, 95, 131, 264, 265, 461, 465, 468, 470, 474, 488, 493, 494, 495, 496, 531, 581, 583, 594, 1646, 1677, 1678, 1864, 1887, 1888, 1891, 1892, 1903, 1904, 1909, 1911], "pythtb": [0, 1676], "tb_model": [0, 1676], "modern": [0, 1864, 1865, 1870], "icx": [0, 1870], "2021": [0, 4], "major": [0, 6, 1864, 1924], "One": [0, 507, 518, 562, 583, 953, 1680, 1866, 1874, 1880, 1887, 1890, 1891, 1894, 1897, 1901, 1902, 1906, 1908, 1909, 1911, 1915, 1920], "delta_tau": 0, "delta_iw": [0, 564, 1224], "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, 554, 562, 571, 582, 586, 597, 1677, 1863, 1866, 1867, 1869, 1870, 1873, 1878, 1883, 1887, 1888, 1890, 1891, 1892, 1894, 1903, 1905, 1906, 1909, 1910, 1911, 1915, 1916, 1917, 1920, 1921, 1922], "mpi_boost": 0, "kroneck": 0, "ref": [0, 462, 464, 493, 494, 495, 496, 518, 528, 548, 598, 1878, 1887, 1891, 1897, 1901, 1906, 1911, 1913, 1918], "pade": [0, 558, 1902, 1904, 1908, 1909], "n_point": [0, 554, 555, 556, 557, 558, 559, 561, 562, 565, 572, 590, 591, 675, 704, 714, 743, 753, 782, 792, 821, 831, 860, 982, 1022, 1196, 1197, 1774, 1776, 1777, 1862, 1914, 1919], "table_import": 0, "init": [0, 509, 534, 590, 670, 671, 1817, 1874, 1900, 1901], "cxxflag": [0, 1866], "ldflag": [0, 1866], "wrapper": [0, 504, 554, 583], "833": 0, "incorrect": [0, 3, 1876], "eigenbasi": [0, 163, 187, 199], "get_op_mat": [0, 164], "825": 0, "quantum_number_eigenvalu": [0, 162, 199, 512], "particl": [0, 511, 555, 557, 583, 587, 600, 602, 623, 681, 720, 759, 798, 837, 959, 1041, 1731, 1873, 1897, 1899, 1900, 1901, 1913, 1914, 1915, 1918, 1919, 1920], "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, 511, 566, 600, 602, 604, 605, 606, 607, 608, 609, 610, 613, 614, 615, 616, 618, 619, 622, 623, 625, 626, 627, 628, 629, 630, 631, 634, 635, 636, 637, 639, 640, 643, 1887, 1891, 1899, 1903, 1910], "fock_stat": 0, "unitari": [0, 185, 186, 574, 620, 641], "without": [0, 3, 302, 307, 329, 498, 509, 524, 528, 538, 539, 554, 572, 592, 1770, 1772, 1779, 1817, 1872, 1887, 1891, 1894, 1898], "autopartit": [0, 9, 566, 1903, 1910], "term": [0, 511, 531, 583, 586, 1640, 1677, 1681, 1714, 1715, 1716, 1724, 1895, 1902, 1903, 1905, 1908, 1910, 1913, 1917, 1918, 1922], "convent": [0, 7, 9, 499, 584, 586, 587, 588, 591, 594, 680, 719, 758, 797, 836, 958, 1703, 1706, 1708, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1866, 1879, 1902, 1908], "eigenel": 0, "get_subspace_dim": [0, 164], "broadcast": [0, 114, 146, 327, 474, 483, 509, 510, 554, 562], "eigensystem_t": [0, 171], "smaller": [0, 1897, 1901, 1904, 1909, 1917, 1922], "12": [0, 19, 95, 255, 264, 310, 312, 494, 495, 521, 591, 692, 693, 731, 732, 770, 771, 809, 810, 848, 849, 970, 971, 1013, 1014, 1870, 1871, 1881, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1905, 1906, 1908, 1910, 1911, 1922], "target_compile_featur": 0, "cxx_std_20": 0, "guarante": [0, 562, 583, 1864], "triqsvar": [0, 1864], "switch": [0, 1872, 1888, 1890, 1892, 1894], "build_dep": 0, "ifnotfound": 0, "accordingli": [0, 542, 1924], "start": [0, 5, 8, 45, 63, 420, 444, 462, 464, 520, 526, 552, 555, 556, 562, 570, 571, 574, 578, 579, 664, 1656, 1792, 1847, 1849, 1851, 1852, 1854, 1864, 1872, 1878, 1881, 1884, 1887, 1889, 1891, 1893, 1894, 1895, 1896, 1897, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "usr": [0, 597, 1864, 1866, 1871, 1880], "dpythonsupport": 0, "config": [0, 575, 578, 580, 581, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "findmathjax": 0, "findsphinx": 0, "live": [0, 8, 518], "head": 0, "linktim": 0, "ipo": 0, "cmakelist": [0, 1872, 1878, 1881], "txt": [0, 1872, 1881], "treat": [0, 6, 511, 584, 1697, 1699, 1702, 1704, 1706, 1794, 1866, 1897, 1901, 1917, 1922], "subdirectori": [0, 1882, 1885, 1909, 1910, 1923], "build_document": 0, "AND": 0, "NOT": [0, 233, 242, 243, 244, 245, 246, 247, 248, 249, 504, 509, 519, 521, 524, 528, 554], "pythonsupport": 0, "inspect": [0, 592, 1887, 1891, 1904, 1909], "interface_compile_featur": 0, "find_xxx": 0, "hint": [0, 1887, 1891, 1897, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "priorit": 0, "system": [0, 3, 164, 191, 507, 511, 566, 578, 579, 583, 1863, 1864, 1866, 1868, 1869, 1870, 1872, 1873, 1887, 1890, 1891, 1894, 1897, 1899, 1901, 1903, 1904, 1909, 1913, 1914, 1915, 1918, 1919, 1920, 1923], "py_convert": [0, 504, 1878], "vice": [0, 583], "versa": [0, 583], "rtd": 0, "autosummari": 0, "796": 0, "old": [0, 306, 511, 525, 535, 579, 584, 908, 1699, 1710, 1869, 1875, 1893], "mpi4pi": [0, 1819, 1820, 1868, 1869, 1870, 1871], "pip3": 0, "first_mesh": 0, "ttf": 0, "woff2": 0, "eot": 0, "h5_read_gf_struct": [0, 250], "multivar": [0, 542], "829": 0, "helper": [0, 9, 64, 548, 582, 711, 750, 789, 828, 867, 989, 1897, 1901, 1913, 1914, 1918, 1919], "block_siz": [0, 252], "block_gf_view": [0, 255, 264, 265, 309, 315, 319, 320, 327, 330, 534], "scalar": [0, 379, 383, 390, 395, 461, 468, 470, 472, 507, 508, 525, 528, 532, 538, 539, 540, 542, 543, 544, 546, 562, 567, 583, 584, 586, 690, 729, 768, 807, 846, 968, 1697, 1699, 1700, 1701, 1704, 1709, 1724, 1876, 1897, 1898, 1900, 1901, 1915, 1920], "nondiagon": 0, "make_real_in_tau": [0, 250], "is_gf_real_in_tau": [0, 250, 538], "matrix_valu": [0, 532, 536, 538, 539, 540, 543, 544, 545, 546, 557, 682, 683, 684, 685, 686, 697, 698, 699, 721, 722, 723, 724, 725, 736, 737, 738, 760, 761, 762, 763, 764, 775, 776, 777, 799, 800, 801, 802, 803, 814, 815, 816, 838, 839, 840, 841, 842, 853, 854, 855, 960, 961, 962, 963, 964, 975, 976, 977, 1007, 1008, 1009, 1010, 1011, 1012, 1015, 1016, 1017, 1876], "comparison": [0, 347, 489, 501, 558, 1887, 1891, 1917, 1922], "transpos": [0, 556, 558, 559, 564], "self": [0, 4, 504, 508, 555, 556, 558, 559, 562, 564, 570, 590, 591, 660, 670, 678, 679, 680, 700, 701, 702, 703, 717, 718, 719, 739, 740, 741, 742, 756, 757, 758, 778, 779, 780, 781, 795, 796, 797, 817, 818, 819, 820, 834, 835, 836, 856, 857, 858, 859, 873, 875, 882, 890, 892, 905, 946, 956, 957, 958, 978, 979, 980, 981, 1018, 1019, 1020, 1021, 1030, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1199, 1200, 1201, 1203, 1204, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1226, 1754, 1862, 1873, 1883, 1888, 1889, 1892, 1893, 1895, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922, 1923], "conj_r": 0, "conj": [0, 310, 312, 324, 325, 494, 495, 531, 564, 583, 708, 747, 786, 825, 864, 986, 1023, 1224], "mako": [0, 1868, 1870, 1871], "bugfix": 0, "getitem": 0, "setitem": 0, "rank1": 0, "set_operator_structur": [0, 588], "gf_base": 0, "cover": [0, 579, 1897, 1901, 1906, 1911], "slice": [0, 11, 116, 510, 542, 553, 556, 559, 560, 711, 750, 789, 828, 867, 989, 1745, 1829, 1843], "fix_gf_struct_typ": 0, "bionic": 0, "cento": 0, "11": [0, 19, 95, 255, 265, 519, 521, 528, 1863, 1870, 1889, 1891, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1910, 1917, 1918, 1919, 1920, 1921, 1922], "trigger": 0, "increas": [0, 460, 461, 464, 1873, 1887, 1888, 1889, 1891, 1892, 1893, 1903, 1910, 1917, 1922], "j4": 0, "nbsphinx": [0, 1893, 1903, 1913, 1914, 1916, 1918, 1919, 1921], "apt": [0, 1864, 1869, 1871], "libomp": 0, "ignor": [0, 462, 464, 509, 1714, 1715, 1716, 1794], "dockerignor": 0, "zlib": 0, "libhdf5": [0, 1871], "msan_opt": 0, "libcxx": 0, "libcxxabi": 0, "libev": 0, "libgfortran5": [0, 1871], "libgfortran4": 0, "21": [0, 1891, 1897, 1901, 1910, 1913], "resolv": [0, 1864, 1868], "comp": [0, 3], "alloc_dealloc_mismatch": 0, "libc": 0, "libunwind": 0, "dev": [0, 1864, 1871, 1880], "ambigu": [0, 521], "focal": 0, "omp_num_thread": [0, 1866], "explicit": [0, 509, 538, 539, 1864], "node": [0, 423, 492, 509, 510, 581, 596, 1794, 1804, 1812, 1823, 1827, 1829, 1837, 1843, 1864, 1897, 1901], "alloc": [0, 122, 127, 338, 341], "ansicolor": 0, "orthogon": [0, 572, 1768, 1774, 1863], "clean": [0, 521, 523, 575, 583, 1869, 1872], "h_k": 0, "eigenvalu": [0, 172, 198, 199, 613, 634, 1893, 1909], "tighbind": 0, "displ_vec": [0, 573], "overlap_mat_vec": [0, 573], "h5read": 0, "writeabl": 0, "printabl": 0, "parser": [0, 1681, 1682], "get_kmesh": [0, 1887, 1891, 1893, 1894, 1913, 1917, 1918, 1922], "get_rmesh": 0, "inconsist": 0, "tbsuperlattic": 0, "__repr__funct": 0, "lattice_util": [0, 1913, 1914, 1917, 1918, 1919, 1920, 1922], "eigvalsh": 0, "periodization_matrix": 0, "properti": [0, 310, 312, 324, 501, 531, 532, 547, 552, 554, 562, 564, 572, 680, 688, 689, 694, 695, 696, 705, 706, 707, 719, 727, 728, 733, 734, 735, 744, 745, 746, 758, 766, 767, 772, 773, 774, 783, 784, 785, 797, 805, 806, 811, 812, 813, 822, 823, 824, 836, 844, 845, 850, 851, 852, 861, 862, 863, 872, 876, 877, 878, 879, 880, 881, 887, 888, 894, 895, 899, 900, 901, 958, 966, 967, 972, 973, 974, 983, 984, 985, 1043, 1044, 1045, 1046, 1050, 1051, 1057, 1060, 1224, 1638, 1650, 1652, 1653, 1654, 1655, 1657, 1666, 1668, 1669, 1670, 1671, 1672, 1769, 1775, 1847, 1849, 1853, 1854, 1856, 1864, 1887, 1888, 1891, 1892, 1913, 1914, 1918, 1919], "extens": [0, 4, 6, 375, 1846, 1863, 1870, 1873, 1895, 1906, 1911], "cross": [0, 1888, 1892], "ndim": [0, 568], "get": [0, 6, 8, 40, 55, 56, 60, 61, 118, 171, 172, 180, 181, 184, 210, 211, 212, 213, 459, 460, 462, 473, 474, 480, 481, 482, 485, 486, 490, 497, 525, 542, 578, 581, 584, 593, 598, 613, 615, 634, 636, 711, 750, 789, 828, 867, 989, 1702, 1706, 1751, 1761, 1762, 1763, 1764, 1765, 1863, 1864, 1869, 1871, 1887, 1891, 1893, 1897, 1901, 1902, 1904, 1906, 1908, 1909, 1911, 1914, 1919], "meshbrzon": [0, 1648, 1664, 1900], "meshcyclat": [0, 1649, 1665], "sumk": [0, 572], "monitor": [0, 1887, 1891], "select": [0, 8, 443, 452, 562, 566, 580, 585, 875, 882, 892, 905, 1868, 1874, 1896, 1906, 1911, 1914, 1919], "logic": [0, 535, 1873], "flow": 0, "stream": [0, 474, 488, 532, 583], "clear": [0, 8, 202, 421, 474, 524, 1865], "begin": [0, 20, 22, 35, 37, 43, 49, 64, 66, 77, 79, 81, 90, 92, 101, 103, 335, 501, 525, 528, 531, 579, 581, 583, 584, 953, 1700, 1701, 1709, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "clear_statist": [0, 442], "move_set": [0, 415], "recurs": [0, 507, 508, 1038, 1902, 1908], "del": [0, 509, 1862], "abbrevi": 0, "b_zone": 0, "get_interpol": 0, "rewrit": [0, 501, 504, 513, 530], "one": [0, 4, 6, 169, 215, 255, 310, 324, 335, 361, 365, 366, 367, 373, 375, 388, 417, 423, 438, 440, 441, 445, 460, 468, 470, 472, 491, 492, 500, 503, 508, 509, 510, 517, 518, 519, 521, 522, 523, 524, 525, 526, 528, 531, 535, 538, 554, 564, 565, 566, 570, 578, 579, 580, 581, 583, 586, 587, 588, 590, 591, 592, 594, 596, 598, 600, 602, 623, 664, 871, 946, 1225, 1231, 1673, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1792, 1798, 1865, 1868, 1873, 1881, 1883, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "matsubara_mesh_opt": 0, "size_of_compon": 0, "foreach": [0, 11, 367, 376, 388, 528, 566, 567], "root": [0, 113, 114, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 327, 483, 484, 508, 509, 510, 1821, 1835, 1915, 1916, 1920, 1921], "has_env": [0, 118, 122, 125, 126, 127], "built": [0, 510, 543, 1863, 1869, 1870, 1900], "minivec": 0, "make_regular": [0, 539], "range_al": 0, "all_t": [0, 542], "occur": [0, 139, 141, 142, 423, 460, 472, 492, 507, 596, 1852, 1915, 1917, 1920, 1922], "_ph": 0, "placeholder_prim": 0, "detail": [0, 4, 49, 308, 367, 507, 509, 513, 528, 530, 576, 578, 579, 581, 592, 594, 1872, 1884, 1887, 1891, 1897, 1901, 1917, 1922], "matric": [0, 185, 233, 525, 552, 573, 584, 620, 641, 684, 687, 723, 726, 762, 765, 801, 804, 840, 843, 962, 965, 1010, 1625, 1632, 1641, 1661, 1705, 1875, 1895, 1900], "underli": [0, 573, 1065, 1078, 1622, 1625, 1630, 1636, 1777, 1874, 1887, 1891, 1900], "squar": [0, 180, 263, 264, 265, 523, 531, 538, 552, 563, 564, 569, 571, 574, 587, 590, 670, 997, 1231, 1728, 1732, 1873, 1887, 1891, 1897, 1900, 1901, 1906, 1911, 1914, 1915, 1916, 1919, 1920, 1921, 1923], "collect": [0, 510, 575, 578, 581, 1870, 1903, 1907, 1910], "abc": [0, 505], "result_of": [0, 528], "invoke_result": 0, "crucial": [0, 591, 1887, 1891], "certain": [0, 1864, 1866, 1881, 1897, 1901, 1903], "fundamental_operator_set": [0, 9, 169, 175, 334, 351, 352, 362, 511, 566, 583, 585], "would": [0, 4, 518, 524, 535, 562, 581, 583, 1852, 1864, 1869, 1897, 1899, 1901, 1909], "eigenenergi": 0, "mechan": [0, 510, 576, 579, 581], "detect": [0, 583, 1872], "model": [0, 4, 255, 261, 270, 278, 367, 375, 418, 420, 522, 524, 528, 533, 538, 539, 544, 546, 566, 571, 574, 575, 578, 581, 1676, 1678, 1863, 1873, 1883, 1887, 1888, 1889, 1891, 1892, 1893, 1902, 1908, 1913, 1916, 1918, 1921], "affect": [0, 517, 1794], "By": [0, 509, 510, 531, 581, 1846, 1887, 1891, 1897, 1901, 1903, 1904, 1905, 1909, 1910, 1922], "check_issue819": 0, "export": [0, 501, 1864, 1865, 1866, 1868, 1871], "pull": [0, 6, 7, 1864], "request": [0, 3, 5, 7, 348, 382, 394, 711, 750, 789, 828, 867, 989, 1864], "820": 0, "block_matrix": 0, "tabl": [0, 240, 241, 532, 1921], "variant_extens": 0, "pragma": [0, 578], "onc": [0, 460, 510, 520, 542, 578, 579, 581, 1858, 1864, 1872, 1890, 1894, 1904, 1909, 1914, 1919], "toler": [0, 310, 311, 312, 564, 586, 692, 693, 731, 732, 770, 771, 809, 810, 848, 849, 970, 971, 1013, 1014, 1225, 1693, 1726], "test_delta_infti": 0, "method": [0, 1, 9, 445, 452, 500, 501, 514, 518, 523, 535, 558, 564, 572, 576, 578, 580, 581, 582, 590, 591, 594, 596, 602, 623, 656, 660, 666, 670, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 870, 885, 910, 912, 915, 917, 919, 921, 927, 929, 932, 935, 938, 940, 942, 946, 948, 950, 951, 953, 989, 991, 1025, 1031, 1041, 1048, 1052, 1055, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1199, 1201, 1204, 1225, 1227, 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, 1768, 1774, 1776, 1777, 1794, 1798, 1805, 1845, 1846, 1848, 1850, 1851, 1852, 1855, 1856, 1857, 1858, 1887, 1891, 1896, 1897, 1900, 1901, 1903, 1909, 1913, 1917, 1918, 1922], "better": [0, 535, 1887, 1889, 1891, 1893, 1904, 1909], "fall": [0, 474, 1756, 1903, 1917, 1922], "back": [0, 503, 510, 579, 581, 584, 1699, 1887, 1891, 1897, 1901, 1904, 1909, 1914, 1919], "solut": [0, 4, 507, 509, 511, 581, 592, 597, 1868, 1869, 1873, 1885, 1887, 1889, 1891, 1893, 1901, 1903, 1904, 1905, 1916, 1920, 1921], "793": 0, "proxi": [0, 583], "link": [0, 522, 532, 581, 1880, 1881, 1884, 1895], "triqs_pi": 0, "nopython": 0, "remain": [0, 519, 525, 579, 1881, 1906, 1911, 1917, 1922], "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, 462, 468, 470, 491, 492, 503, 508, 510, 511, 513, 514, 515, 518, 520, 522, 525, 528, 534, 543, 552, 553, 556, 557, 558, 560, 561, 564, 565, 567, 570, 573, 574, 578, 579, 580, 582, 583, 586, 589, 592, 593, 608, 619, 629, 640, 660, 670, 688, 696, 705, 727, 735, 744, 766, 774, 783, 805, 813, 822, 844, 852, 861, 876, 877, 878, 879, 881, 894, 895, 901, 927, 940, 966, 974, 983, 1057, 1061, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1195, 1196, 1218, 1231, 1625, 1628, 1632, 1740, 1782, 1798, 1829, 1843, 1847, 1852, 1853, 1862, 1863, 1864, 1872, 1874, 1879, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1898, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "guid": [0, 5, 7, 8, 250, 1863, 1864], "how": [0, 5, 6, 9, 507, 518, 523, 530, 558, 571, 581, 593, 1864, 1865, 1868, 1872, 1885, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "here": [0, 3, 4, 7, 8, 501, 503, 510, 516, 518, 522, 525, 526, 528, 530, 550, 554, 562, 565, 569, 571, 575, 578, 579, 580, 581, 583, 585, 591, 592, 593, 598, 946, 1864, 1868, 1872, 1873, 1874, 1875, 1876, 1880, 1881, 1883, 1884, 1886, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "malt": 0, "schueler": 0, "hiroshi": 0, "shinaoka": 0, "manuel": 0, "zingl": [0, 3], "made": [0, 207, 462, 518, 524, 554, 562, 579, 581, 598, 1640, 1852, 1887, 1891, 1903], "necessari": [0, 4, 502, 503, 550, 1864, 1869, 1871, 1887, 1890, 1891, 1894], "decid": [0, 538, 579, 581, 1852, 1870, 1872, 1895, 1897, 1901, 1904, 1909], "These": [0, 4, 510, 548, 562, 581, 591, 1872, 1873, 1891, 1897, 1901, 1924], "autom": [0, 1864], "interdepend": 0, "per": [0, 564, 574, 583, 1225, 1681, 1858, 1887, 1888, 1890, 1891, 1892, 1893, 1894], "togeth": [0, 4, 11, 215, 373, 462, 1864, 1868, 1893, 1897, 1898, 1901], "unless": [0, 472, 517, 531, 581, 594], "thei": [0, 335, 411, 412, 510, 518, 527, 531, 538, 554, 561, 562, 581, 582, 583, 591, 596, 1863, 1864, 1866, 1868, 1869, 1895, 1896, 1897, 1898, 1899, 1901, 1906, 1907, 1909, 1911, 1917, 1922], "alter": [0, 554], "dbuild_dep": 0, "try": [0, 240, 241, 445, 524, 562, 581, 596, 1864, 1875, 1888, 1890, 1892, 1894, 1903, 1904, 1909], "never": [0, 509, 518, 1895], "step": [0, 7, 49, 53, 505, 511, 524, 564, 579, 594, 1225, 1820, 1863, 1865, 1868, 1869, 1887, 1891, 1902, 1903, 1908, 1917, 1922], "glad": 0, "earlier": [0, 554, 581, 1868, 1871, 1904, 1909], "inversefouri": 0, "set_from_inverse_fouri": 0, "make_gf_from_inverse_fouri": [0, 250], "xxx": [0, 530, 536, 1890], "n1": [0, 680, 719, 758, 797, 836, 872, 887, 958], "n2": [0, 680, 719, 758, 797, 836, 872, 887, 958], "indicesl": [0, 555, 556, 557, 558, 559], "indicesr": [0, 555, 556, 557, 558, 559], "get_gf_data_shap": 0, "get_target_shap": 0, "syntax": [0, 513, 521, 522, 535, 554, 1867, 1897, 1901], "split": [0, 118, 511, 566, 1897, 1901, 1903], "libpython": 0, "libtriq": 0, "seper": 0, "libtriqs_pi": 0, "boost_seri": 0, "complex_liter": 0, "operatori": 0, "operator_j": 0, "conflict": [0, 519, 1864, 1868], "stacktrac": 0, "mac": [0, 1864, 1865, 1866], "o": [0, 3, 58, 488, 491, 492, 555, 557, 558, 559, 565, 569, 574, 583, 590, 591, 598, 1864, 1865, 1866, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1903, 1905, 1906, 1909, 1910, 1911, 1913, 1918, 1921, 1922], "osx10": 0, "15": [0, 255, 265, 564, 1225, 1870, 1891, 1896, 1897, 1901], "catalina": 0, "simultan": 0, "cpp2pyinfo": 0, "serializ": [0, 501, 528], "cplx": 0, "h5_read": [0, 202, 252, 269, 281, 293, 306, 350, 400, 416, 474, 550, 1877], "h5_write": [0, 202, 252, 269, 281, 293, 350, 400, 416, 474, 534, 543, 550, 1877], "fill_first_eigenstate_of_subspac": 0, "external_depend": 0, "extern": [0, 579, 581, 1873, 1914, 1919], "gtest": 0, "add_external_depend": 0, "dep": 0, "extract": [0, 9, 501, 504, 582, 583, 584, 586, 1703, 1707, 1708, 1711, 1714, 1715, 1716, 1722, 1887, 1888, 1891, 1892, 1893, 1902, 1904, 1908, 1909, 1911], "lib": [0, 536, 590, 597, 1868, 1878, 1880, 1881, 1899, 1900, 1901], "about": [0, 5, 8, 520, 530, 578, 579, 581, 1863, 1873, 1887, 1891, 1895, 1897, 1899, 1901, 1904, 1909, 1914, 1915, 1919, 1920], "comma": 0, "subscript": 0, "specif": [0, 6, 261, 532, 547, 576, 591, 1864, 1887, 1890, 1891, 1894, 1897, 1901, 1902, 1903, 1908], "build_interfac": 0, "permiss": 0, "og": 0, "fconcept": 0, "17": [0, 265, 1891, 1901, 1903, 1910, 1911, 1917, 1922], "suppress": [0, 1887, 1889, 1890, 1891, 1893, 1894], "project_sourc": 0, "binary_dir": 0, "cmake_xxx_dir": 0, "cmake_polici": 0, "find_depend": 0, "refactor": 0, "explicitli": [0, 583, 946, 1872], "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, 460, 508, 552, 562, 581, 594, 1864, 1868, 1886, 1897, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911], "pkg_root": 0, "pkg_base": 0, "env": [0, 510, 578, 581, 1817], "nfft": 0, "fftw": [0, 1868, 1870], "mathjax_path": 0, "fallback": 0, "gmpxx": 0, "add_mpi_test": 0, "cpp2py_xxx": 0, "bare": [0, 572, 1776, 1915, 1916, 1917, 1920, 1921, 1922], "ones": [0, 511, 581, 584, 591, 1699, 1710, 1866, 1915, 1916, 1917, 1920, 1921, 1922], "preinstal": 0, "findgit": 0, "det": [0, 201, 208, 210, 213, 226, 234, 235, 238, 242, 243, 244, 245, 246, 247, 248, 249, 523, 524, 525, 1874], "porting_to_triqs3": 0, "md": 0, "nrgljubjana_interfac": 0, "impur": [0, 5, 511, 582, 946, 1863, 1864, 1873, 1883, 1885, 1889, 1890, 1893, 1894, 1897, 1899, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911], "hubbardi": [0, 4, 1890, 1894], "green_retim": 0, "mathjax": 0, "7": [0, 255, 270, 470, 495, 496, 511, 517, 519, 521, 558, 575, 596, 597, 1875, 1878, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1904, 1908, 1909, 1910, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "8": [0, 255, 265, 270, 282, 294, 460, 470, 472, 495, 496, 510, 513, 518, 521, 572, 591, 597, 598, 1774, 1777, 1864, 1870, 1881, 1887, 1891, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1904, 1906, 1908, 1909, 1910, 1911, 1918, 1919, 1921, 1922], "advic": 0, "anaconda": [0, 1868], "w": [0, 509, 513, 520, 528, 531, 534, 542, 543, 562, 564, 573, 579, 592, 1231, 1233, 1625, 1872, 1874, 1876, 1877, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1898, 1900, 1913, 1918, 1919], "h5f_acc_trunc": 0, "pip": [0, 7, 1865, 1868, 1869, 1872], "binari": [0, 137, 507, 518, 1869], "actual": [0, 517, 524, 554, 581, 586, 592, 594, 1913, 1918], "introduct": [0, 9, 562, 576, 581, 1873, 1879, 1882, 1887, 1891, 1897, 1901], "tailfit": 0, "rh": [0, 207, 261, 278, 302, 327, 449, 513, 524, 530, 533, 554, 562], "773": 0, "is_gf_hermitian": [0, 250], "block_nam": [0, 252, 255, 534, 564, 1229, 1231], "assert_block": 0, "_gfs_are_clos": 0, "improp": [0, 3], "pattern": [0, 501, 504, 1872], "spot": 0, "defint": 0, "gf_const_view": [0, 250, 262, 265, 270, 278, 294, 302, 321, 529, 530, 532, 534, 536, 545, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 997, 998, 999, 1000, 1002, 1003, 1010, 1012], "gl": [0, 555, 556, 557, 565, 682, 701, 702, 703, 721, 740, 741, 742, 760, 779, 780, 781, 799, 818, 819, 820, 838, 857, 858, 859, 960, 979, 980, 981, 1008, 1019, 1020, 1021], "lshift": 0, "assign": [0, 9, 12, 88, 116, 144, 261, 278, 501, 514, 519, 527, 530, 532, 535, 543, 553, 560, 583, 1070, 1081, 1094, 1108, 1122, 1136, 1152, 1163, 1171, 1183, 1874, 1900], "gf_indic": 0, "deduct": [0, 11, 250, 510, 534], "statement": [0, 504, 513], "make_hermitian": [0, 250], "make_adjoint_mesh": [0, 530, 559], "1e": [0, 264, 265, 310, 312, 564, 946, 1225, 1786, 1787, 1788, 1789, 1790, 1815, 1887, 1891, 1897, 1900, 1901, 1917, 1921, 1922], "positive_freq_view": [0, 250], "764": 0, "str": [0, 555, 556, 557, 558, 559, 564, 568, 574, 593, 675, 714, 753, 792, 831, 886, 908, 946, 953, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1229, 1231, 1612, 1677, 1681, 1682, 1751, 1901], "nparrai": 0, "align": [0, 1903], "skeleton": 0, "lldb": 0, "debugg": 0, "build_id": 0, "cach": 0, "pythonpath": [0, 1866], "workaround": [0, 521], "buggi": 0, "mark": [0, 11, 1887, 1891, 1895], "upstream": 0, "vim": [0, 1872], "analysi": [0, 9, 460, 499, 505, 589, 1895, 1904, 1905, 1909, 1910, 1917, 1922], "many_body_operator_gener": [0, 362, 583, 585], "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, 446, 448, 449, 450, 451, 454, 455, 458, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 477, 478, 479, 481, 482, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 510, 511, 521, 522, 524, 528, 533, 534, 535, 536, 537, 545, 548, 566, 567, 575, 583, 596, 598, 1875, 1876], "debian": [0, 1868], "usabl": 0, "conjunct": [0, 1864], "put": [0, 205, 460, 463, 501, 517, 521, 522, 524, 530, 562, 581, 592, 1878, 1895, 1896, 1898, 1917, 1922], "Be": [0, 8, 521, 1872], "lpath_to_instal": 0, "filter": 0, "agsinst": 0, "supress": 0, "rvalu": [0, 271, 283, 295, 418, 420, 518], "lvalu": [0, 518], "usag": [0, 6, 9, 509, 530, 548, 574, 1868, 1887, 1891], "ox": 0, "newli": 0, "wai": [0, 3, 508, 520, 524, 527, 528, 531, 548, 562, 565, 571, 581, 1866, 1868, 1876, 1895, 1896, 1897, 1898, 1901, 1902, 1904, 1908, 1909, 1913, 1917, 1918, 1922], "place": [0, 383, 384, 385, 395, 396, 397, 581, 598, 691, 730, 769, 808, 847, 969, 1872, 1897, 1901], "ld": 0, "It": [0, 3, 4, 242, 243, 244, 245, 246, 247, 248, 249, 361, 378, 389, 417, 438, 440, 441, 460, 474, 501, 504, 507, 509, 511, 513, 517, 518, 519, 520, 521, 523, 525, 526, 527, 528, 531, 535, 554, 562, 569, 572, 579, 581, 583, 592, 597, 672, 673, 1678, 1756, 1768, 1774, 1792, 1852, 1853, 1858, 1865, 1868, 1870, 1872, 1873, 1880, 1884, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1917, 1922], "older": 0, "On": [0, 1792, 1869, 1917, 1922], "rather": [0, 563, 581, 1900, 1906, 1911, 1914, 1919], "than": [0, 491, 492, 518, 527, 528, 581, 1858, 1863, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1904, 1909, 1910, 1913, 1914, 1917, 1918, 1919, 1922], "homebrew": [0, 1868], "python2": [0, 597, 1878], "substanti": [0, 1897, 1901, 1909], "adapt": [0, 4, 453, 525, 570, 590, 598, 660, 1863, 1887, 1891], "enumer": [0, 11, 1851, 1887, 1891, 1917, 1921, 1922], "resid": 0, "folder": [0, 7, 1878, 1887, 1891, 1905, 1910, 1919], "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, 446, 448, 467, 483, 484, 492, 495, 496, 509, 510, 550, 575, 578, 581], "gather": [0, 131, 147, 278, 302, 510, 562, 1903], "basic_typ": 0, "accord": [0, 531, 579, 588, 592, 1737, 1887, 1891, 1906, 1911], "within": [0, 170, 172, 335, 353, 402, 405, 406, 413, 460, 526, 568, 583, 1612, 1863, 1864, 1866, 1887, 1891, 1899, 1903, 1904, 1909], "prior": 0, "array_view": [0, 265, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1007, 1009, 1011, 1605, 1874], "aliv": [0, 1851, 1852], "itself": [0, 369, 442, 505, 507, 521, 532, 534, 536, 578, 590, 591, 592, 1864, 1868, 1884, 1887, 1891, 1914, 1917, 1919, 1922], "destroi": [0, 554, 1898, 1906, 1911], "achiev": [0, 592, 1872, 1897, 1901, 1903, 1906, 1911], "lead": [0, 509, 510, 519, 591, 592, 1891, 1906, 1911, 1917, 1922], "penalti": [0, 207, 519], "keep": [0, 8, 261, 267, 474, 518, 562, 592, 1756, 1870, 1902, 1908], "thu": [0, 531, 579, 1864, 1906, 1911], "let": [0, 508, 509, 526, 554, 562, 571, 579, 581, 590, 592, 1878, 1881, 1886, 1887, 1891, 1895, 1897, 1898, 1900, 1901, 1903, 1904, 1909, 1914, 1916, 1917, 1919, 1921, 1922], "illustr": [0, 505, 520, 521, 554, 574, 580, 591, 1868, 1896, 1905, 1910], "f": [0, 26, 83, 84, 85, 88, 89, 90, 137, 207, 209, 245, 246, 247, 342, 343, 353, 356, 401, 406, 409, 439, 491, 492, 509, 513, 514, 516, 517, 519, 521, 522, 523, 524, 525, 528, 542, 554, 561, 584, 590, 591, 594, 596, 598, 670, 671, 917, 1036, 1646, 1697, 1699, 1704, 1706, 1782, 1783, 1792, 1874, 1875, 1887, 1891, 1894, 1896, 1913, 1914, 1918, 1919], "immedi": [0, 554], "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, 460, 476, 501, 504, 524, 525, 528, 531, 574, 579, 583, 584, 1700, 1701, 1709, 1868, 1875, 1897, 1898, 1900, 1901, 1903, 1904, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "temporari": [0, 233, 518], "av": [0, 493, 494, 495, 496], "arr": [0, 32, 146, 148, 149, 1713], "unnecessari": 0, "shown": [0, 579, 1887, 1889, 1891, 1893, 1913, 1916, 1918, 1921], "practic": [0, 528, 542, 581, 592, 1866, 1879, 1887, 1891, 1897, 1900, 1901, 1902, 1908], "rare": [0, 501], "howev": [0, 7, 509, 511, 519, 524, 528, 530, 535, 548, 554, 583, 1864, 1865, 1872, 1887, 1891, 1902, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "follow": [0, 3, 4, 7, 8, 310, 312, 324, 325, 502, 508, 509, 510, 518, 522, 525, 530, 531, 532, 534, 538, 539, 540, 544, 546, 551, 552, 554, 555, 556, 557, 558, 559, 562, 564, 571, 574, 579, 581, 583, 584, 585, 591, 592, 596, 598, 1224, 1640, 1699, 1864, 1868, 1870, 1871, 1872, 1876, 1877, 1878, 1880, 1881, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "need": [0, 7, 8, 122, 127, 234, 272, 284, 296, 420, 444, 449, 460, 507, 510, 523, 525, 528, 531, 533, 536, 564, 575, 579, 581, 582, 583, 584, 591, 592, 1231, 1707, 1864, 1869, 1871, 1876, 1880, 1887, 1888, 1891, 1892, 1895, 1897, 1899, 1901, 1902, 1903, 1908, 1917, 1922, 1924], "dasan": 0, "dubsan": 0, "offici": [0, 3, 4, 1869], "easili": [0, 4, 528, 581, 591, 592, 596, 1864, 1873, 1874, 1875, 1876, 1880, 1887, 1891, 1896, 1897, 1901, 1906, 1911, 1924], "borrow": 0, "array_expr": 0, "regular": [0, 462, 498, 508, 519, 532, 554, 572, 591, 598, 1768, 1774, 1872, 1897, 1901, 1917, 1922], "calloc": 0, "delet": [0, 144, 521], "rebind": [0, 281, 293], "cf": [0, 238, 255, 270, 417, 423, 438, 440, 441, 501, 507, 519, 525, 527, 528, 530, 532, 535, 548, 590, 596, 597, 598, 1863, 1884], "ld_preload": [0, 1880], "project_source_dir": 0, "project_binary_dir": 0, "cmake_xxx": 0, "add_cpp2py_modul": 0, "boostconfig": 0, "find_packag": [0, 1872, 1881], "gsl": 0, "prepend": [0, 1866], "py_": 0, "extra": [0, 364, 511, 1880, 1887, 1890, 1891, 1894, 1895, 1915, 1920], "info": [0, 1881], "blas_lapack": 0, "findtest": 0, "parse_commit": 0, "pars": [0, 1681, 1682], "is_gf_v": 0, "is_block_gf_v": 0, "is_instantiation_of_v": 0, "tmpl": 0, "signbit": 0, "real_or_complex": [0, 583, 1713, 1714, 1715, 1716], "729": 0, "forceinlin": 0, "termin": [0, 1028, 1029, 1033, 1851, 1852, 1868, 1887, 1891, 1904, 1909], "expect": [0, 460, 511, 513, 566, 579, 581, 1876, 1891, 1895, 1897, 1901, 1914, 1919], "ensur": [0, 373, 472, 562, 1004, 1005, 1864, 1887, 1891, 1903], "licens": [0, 5, 1863], "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, 511, 566, 585, 604, 605, 606, 607, 611, 625, 626, 627, 628, 632, 1903], "respect": [0, 7, 181, 543, 548, 563, 567, 574, 583, 871, 1855, 1864, 1905, 1910, 1913, 1914, 1918, 1919], "342": 0, "overhaul": 0, "fit_legendr": [0, 564], "cheat": 0, "sheet": 0, "issue_templ": 0, "make_zero_tail": [0, 250, 552, 564], "fit_tail": [0, 250, 552, 563], "greenfunct": [0, 278], "brief": [0, 416, 1866, 1870, 1895], "contain": [0, 4, 7, 9, 24, 34, 40, 42, 43, 44, 48, 78, 81, 93, 97, 98, 106, 147, 150, 169, 188, 207, 264, 265, 267, 269, 293, 362, 377, 466, 467, 493, 494, 495, 496, 501, 504, 509, 510, 514, 518, 520, 523, 525, 527, 528, 529, 530, 532, 533, 535, 547, 548, 552, 554, 564, 566, 567, 568, 572, 573, 583, 588, 592, 598, 600, 602, 622, 623, 643, 953, 1076, 1088, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1230, 1231, 1619, 1624, 1628, 1632, 1680, 1737, 1768, 1774, 1864, 1866, 1873, 1876, 1878, 1880, 1887, 1891, 1897, 1899, 1901, 1902, 1903, 1906, 1908, 1911, 1912, 1915, 1917, 1920, 1922], "dichotomi": 0, "load": [0, 507, 509, 1864, 1869, 1877, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1905, 1909, 1910, 1916, 1921], "weblink": 0, "css": 0, "2rst": 0, "docs_cpp2rst": [0, 7], "formula": [0, 531, 1914, 1915, 1919, 1920], "less": [0, 510, 581, 1880, 1887, 1891], "rigid": 0, "is_within_boundari": [0, 550], "index_to_linear": [0, 528, 550], "index_to_point": [0, 528, 550], "725": 0, "slice_t": 0, "value_t": [0, 1075, 1077, 1087, 1089, 1101, 1102, 1115, 1116, 1129, 1130, 1146, 1147, 1157, 1158, 1176, 1177, 1190, 1191], "partial": [0, 460, 514, 519, 520, 521, 543, 562, 1610, 1887, 1891, 1898, 1904, 1906, 1909, 1911, 1914, 1919], "stride": [0, 11, 73, 75, 1220], "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, 646, 647, 648, 649], "larg": [0, 4, 507, 511, 526, 531, 569, 1863, 1868, 1884, 1887, 1891, 1893, 1897, 1901, 1903, 1909, 1913, 1914, 1917, 1918, 1919, 1922], "pack": [0, 364], "mkl": [0, 1866], "warmup": [0, 416, 426, 433, 434, 438, 441, 579, 581, 1883, 1903, 1905, 1906, 1909, 1910, 1911], "chunk": [0, 11, 12, 161, 453], "encapsul": [0, 510], "slice_rang": 0, "length": [0, 117, 476, 501, 510, 578, 579, 581, 598, 871, 1883, 1887, 1891, 1903, 1906, 1911, 1917, 1922], "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, 466, 467, 482, 491, 492, 494, 504, 511, 513, 523, 525, 526, 528, 531, 534, 538, 550, 551, 552, 555, 556, 557, 558, 559, 563, 564, 566, 569, 574, 578, 579, 583, 584, 587, 593, 594, 596, 598, 698, 699, 737, 738, 776, 777, 815, 816, 854, 855, 976, 977, 1016, 1017, 1041, 1042, 1065, 1090, 1104, 1118, 1225, 1707, 1731, 1761, 1846, 1864, 1872, 1876, 1883, 1886, 1887, 1890, 1897, 1899, 1900, 1901, 1903, 1904, 1905, 1909, 1910, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "mpi_reduce_in_plac": 0, "mpi_reduc": [0, 156, 250, 474, 510], "slice_length": 0, "chunk_length": 0, "orbit": [0, 511, 568, 570, 574, 584, 586, 587, 588, 657, 664, 1612, 1615, 1617, 1618, 1641, 1652, 1654, 1655, 1661, 1668, 1670, 1671, 1698, 1702, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863, 1873, 1885, 1887, 1891, 1893, 1897, 1901, 1903, 1914, 1915, 1919, 1920], "724": 0, "brillouinzon": [0, 1065, 1660, 1900], "is_almost_zero": 0, "precis": [0, 505, 507, 525, 531, 570, 581, 583, 660, 1678, 1786, 1787, 1788, 1789, 1790, 1814, 1815, 1870, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1900, 1901], "many_body_oper": [0, 335, 361, 362, 566, 583, 644, 651, 652, 653, 1712, 1714, 1715, 1716, 1717, 1718, 1719], "745": 0, "reduction_t": 0, "data_t": [0, 255, 256, 264, 265, 270, 271, 282, 283, 294, 295, 339, 340, 532, 536, 537, 538, 539, 544, 546], "mat": 0, "map_block": 0, "lambda": [0, 83, 85, 513, 521, 583, 588, 590, 591, 598, 1038, 1090, 1104, 1118, 1215, 1736, 1833, 1897, 1901, 1913, 1918, 1919, 1920], "capture_stdout": 0, "im": [0, 554, 564, 1231, 1233, 1862, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1904, 1909, 1913, 1914, 1918, 1919, 1921], "re": [0, 8, 227, 508, 524, 564, 572, 581, 598, 1231, 1233, 1776, 1881, 1887, 1890, 1891, 1893, 1894, 1910, 1913, 1914, 1918, 1919], "bcast": [0, 509], "recv": 0, "neglig": 0, "framework": [0, 4, 576, 592, 1864, 1906, 1911], "binder": [0, 1863, 1873], "easyconfig": 0, "varieti": [0, 552, 1864, 1910], "stabil": [0, 1868], "treatment": 0, "high": [0, 3, 264, 265, 326, 529, 530, 531, 538, 539, 544, 546, 553, 554, 560, 561, 562, 564, 574, 946, 1230, 1863, 1887, 1891, 1897, 1901, 1909, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "upgrad": [0, 1868, 1869], "deb": [0, 1864], "target_spac": [0, 680, 719, 758, 797, 836, 958], "density_zero_t": 0, "608": 0, "substack": 0, "vstack": 0, "safeti": [0, 1872, 1888, 1892], "counter": [0, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1908], "475": 0, "enfor": 0, "sub": [0, 1887, 1891], "findnfft": 0, "alp": 0, "findlapack": 0, "modulefil": [0, 1864], "git_execut": 0, "fortran": [0, 1895], "gesvd": 0, "gelss": 0, "least": [0, 169, 263, 264, 265, 468, 470, 531, 538, 542, 552, 563, 567, 590, 598, 600, 602, 623, 670, 997, 1893, 1899, 1904, 1909], "normal": [0, 361, 366, 373, 375, 388, 420, 444, 473, 497, 521, 536, 548, 554, 570, 583, 656, 946, 1716, 1852, 1887, 1891, 1906, 1911], "assymetri": 0, "replace_by_tail": 0, "enforc": [0, 552, 1090, 1104, 1118, 1741, 1742, 1817, 1904, 1909], "j": [0, 203, 216, 220, 224, 225, 229, 240, 241, 242, 243, 245, 246, 248, 249, 264, 310, 324, 339, 491, 492, 523, 524, 525, 552, 562, 564, 578, 584, 586, 1224, 1225, 1229, 1698, 1699, 1709, 1710, 1714, 1715, 1716, 1723, 1724, 1725, 1864, 1875, 1891, 1894, 1901, 1905, 1916, 1917, 1921, 1922], "tail_issu": 0, "moment": [0, 262, 264, 265, 326, 529, 531, 538, 539, 546, 553, 560, 581, 684, 723, 762, 801, 840, 946, 962, 1010, 1917, 1922], "maximum": [0, 4, 207, 460, 461, 462, 464, 468, 469, 471, 552, 564, 1225, 1782, 1792, 1875, 1914, 1917, 1919, 1922], "largest": [0, 462, 552, 1159, 1168, 1180, 1914, 1917, 1919, 1922], "known_moment": [0, 264, 265, 530, 552, 563, 683, 684, 685, 686, 722, 723, 724, 725, 761, 762, 763, 764, 800, 801, 802, 803, 839, 840, 841, 842, 961, 962, 963, 964, 1007, 1009, 1010, 1011, 1012], "try_change_col_row": [0, 202], "incorpor": 0, "empti": [0, 255, 270, 282, 339, 363, 402, 509, 518, 532, 534, 536, 568, 581, 1612, 1899, 1900, 1903, 1906, 1911], "n_min": [0, 169, 552, 600, 602, 623, 684, 686, 698, 699, 723, 725, 737, 738, 762, 764, 776, 777, 801, 803, 815, 816, 840, 842, 854, 855, 962, 964, 976, 977, 1010, 1012, 1016, 1017, 1899], "n_max": [0, 169, 552, 600, 602, 623, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1899, 1913, 1918], "f_shell": 0, "regist": [0, 418, 419, 420, 421, 508, 509, 575], "663": 0, "collect_result": [0, 416, 575, 578, 581], "wait": [0, 1794, 1852, 1887, 1891, 1903, 1910], "timer": 0, "650": 0, "inclus": 0, "master": [0, 509, 510, 581, 1794, 1827, 1890, 1894], "fit_": 0, "hermitian_": 0, "cleanin": 0, "time_pt": 0, "style": [0, 510, 1896], "constraint": [0, 4, 946], "roud": 0, "margin": 0, "668": 0, "hdfarchiveinert": [0, 507], "671": 0, "557": 0, "mesh_brillouin_zon": 0, "product_rang": [0, 11], "cpp": [0, 278, 530, 536, 596, 1878, 1881], "kei": [0, 127, 507, 508, 509, 574, 1641, 1661, 1681, 1814, 1864, 1887, 1891], "center": [0, 474, 482, 574, 941, 1761, 1888, 1892, 1906, 1911, 1913, 1918], "semicircular": [0, 554, 555, 556, 557, 558, 559, 561, 565, 1883, 1897, 1898, 1901, 1902, 1905, 1908, 1909, 1910], "649": 0, "638": 0, "624": 0, "581": 0, "594": 0, "known": [0, 264, 265, 460, 552, 1901, 1916, 1921], "calulcul": 0, "gf_multivar": 0, "mesh1": 0, "mesh2": 0, "gt": [0, 530, 543, 556, 559, 565, 702, 741, 780, 819, 858, 980, 1020, 1896, 1900, 1901, 1919], "106": 0, "flat": [0, 456, 457, 554, 561, 942, 1903], "assum": [0, 507, 564, 1224, 1713, 1864, 1881, 1917, 1922], "vanish": [0, 368, 373, 375, 388, 391, 393, 1897, 1901, 1917, 1922], "0th": 0, "msg": 0, "h5write": 0, "array_stack": 0, "swap_index_view": 0, "wip": 0, "grab": 0, "annot": 0, "ipython": [0, 1868, 1873, 1882, 1896, 1907, 1912], "notebook": [0, 502, 1863, 1864, 1871, 1873, 1882, 1885, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1906, 1907, 1908, 1909, 1911, 1914, 1915, 1916, 1919, 1920, 1921, 1923], "oparcollet": 0, "tail_studi": 0, "dont": 0, "set_from_fouri": [0, 555, 556, 558, 559], "verbos": [0, 423, 538, 539, 578, 580, 581, 1218, 1221, 1782, 1792, 1917, 1922], "tail_fitt": 0, "tail_fit_on_window": 0, "exposet": 0, "n_tail_max": [0, 552, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1142], "fit_and_replac": 0, "compatibl": 0, "restricted_view": 0, "mpi_gath": [0, 130, 510, 550], "scatter": [0, 134, 150, 161, 278, 302, 510, 550, 1887, 1891, 1894], "flatten2d": 0, "nonborrow": 0, "around": [0, 4, 1104, 1118, 1863, 1887, 1888, 1891, 1892, 1893, 1900, 1917, 1922], "deriv": [0, 28, 29, 30, 31, 459, 594, 596, 1794, 1904, 1909, 1914, 1919], "updaat": 0, "multivari": [0, 535, 542, 1873, 1882], "get_tail": 0, "rule": [0, 1916, 1917, 1921, 1922, 1924], "map": [0, 137, 169, 361, 362, 366, 375, 388, 424, 450, 509, 573, 585, 586, 587, 588, 600, 602, 623, 1625, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1887, 1891, 1899, 1900, 1913, 1914, 1918, 1919], "initializi": 0, "set_tail_paramet": 0, "reenabl": 0, "indec": 0, "procedur": [0, 169, 264, 265, 508, 531, 538, 552, 563, 579, 1864], "push": [0, 8], "vandermond": 0, "reus": [0, 511, 592, 1914, 1917, 1919, 1922], "make_product": [0, 11], "gelss_cach": 0, "ll": [0, 531, 1896], "draft": 0, "complex_freq": 0, "boson": [0, 526, 528, 538, 539, 541, 550, 551, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1897, 1901, 1914, 1919], "bz": [0, 572, 1065, 1608, 1660, 1680, 1774, 1776, 1777, 1887, 1891, 1900, 1906, 1911, 1913, 1918, 1919, 1920], "om": [0, 591], "experiment": [0, 419, 1090, 1104, 1118, 1889, 1893], "sign": [0, 234, 440, 441, 443, 445, 513, 522, 554, 575, 578, 581, 1866, 1903, 1910, 1913, 1918], "statistic_enum": [0, 541], "linear_dim": 0, "creation": [0, 167, 168, 169, 352, 373, 583, 584, 600, 602, 623, 1691, 1699, 1710, 1872, 1896, 1899, 1906, 1911], "n_moment": [0, 326, 564, 1230], "everi": [0, 7, 11, 335, 460, 517, 518, 547, 566, 579, 581, 1887, 1891, 1902, 1908, 1917, 1922], "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, 462, 466, 467, 491, 492, 493, 494, 495, 496, 498, 507, 510, 511, 522, 524, 526, 528, 536, 555, 556, 557, 558, 559, 562, 567, 575, 583, 584, 586, 587, 588, 598, 1034, 1680, 1700, 1713, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1895, 1897, 1899, 1900, 1901, 1915, 1920], "typo": 0, "gf_densiti": 0, "infti": [0, 526, 528, 531, 564, 570, 571, 656, 666, 1225, 1893, 1897, 1901, 1914, 1915, 1917, 1919, 1920, 1922], "cancel": 0, "checkfor": 0, "gf_fourier": 0, "block2": 0, "best": [0, 520, 527, 1866, 1872, 1887, 1888, 1891, 1892, 1922], "look": [0, 344, 348, 510, 571, 581, 590, 1034, 1862, 1863, 1868, 1873, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1901, 1903, 1904, 1906, 1909, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "ctint": 0, "techniqu": [0, 510, 554, 562], "simpli": [0, 240, 241, 245, 503, 513, 528, 554, 562, 581, 586, 590, 591, 592, 593, 1862, 1864, 1876, 1897, 1900, 1901, 1903, 1924], "triqs_cxx_definit": 0, "triqs_include_al": 0, "co": [0, 513, 518, 520, 521, 531, 591, 1895, 1896, 1900, 1906, 1911, 1913, 1914, 1918, 1919], "triqstest": 0, "build_pytriq": 0, "explain": [0, 8, 542, 543, 1888, 1892, 1903, 1916, 1917, 1921, 1922], "maintain": [0, 3, 4, 335, 507, 1870], "doxygen": [0, 522], "simpler": [0, 510, 527], "2doc": 0, "line": [0, 4, 7, 129, 214, 224, 240, 241, 510, 523, 524, 554, 574, 581, 596, 1218, 1754, 1864, 1868, 1869, 1874, 1878, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1903, 1909, 1913, 1918], "boost_vers": 0, "link_librari": 0, "boost_librari": 0, "14": [0, 19, 95, 521, 1868, 1891, 1893, 1901, 1903, 1911], "_desc": 0, "full_nam": [0, 504, 1878], "module_nam": 0, "app_nam": [0, 504, 1878], "application_a": [0, 1878], "use_modul": [0, 1878], "add_includ": [0, 504, 1878], "rel": [0, 510, 1878, 1887, 1891, 1909], "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, 487, 499, 505, 522, 531, 538, 539, 566, 569, 571, 580, 581, 871, 879, 946, 1792, 1852, 1886, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1899, 1901, 1902, 1903, 1908, 1910, 1914, 1916, 1919, 1921], "destin": [0, 554, 562], "triqs_python_lib_dest": 0, "python_lib_dest_root": 0, "everywher": 0, "using_the_lib": 0, "application_structur": 0, "polymorph": [0, 519, 583], "handl": [0, 509, 524, 529, 551, 1915, 1920], "full": [0, 4, 9, 163, 170, 176, 177, 187, 358, 359, 370, 400, 402, 405, 413, 460, 468, 470, 511, 554, 562, 566, 576, 579, 581, 584, 609, 612, 621, 630, 633, 642, 946, 1698, 1699, 1703, 1708, 1863, 1864, 1871, 1873, 1874, 1875, 1876, 1878, 1887, 1891, 1893, 1897, 1901, 1903], "break": [0, 1915, 1920, 1924], "As": [0, 3, 7, 507, 518, 520, 525, 528, 531, 562, 579, 581, 591, 1852, 1868, 1869, 1881, 1887, 1889, 1891, 1893, 1895, 1897, 1900, 1901, 1904, 1909, 1913, 1914, 1915, 1918, 1919, 1920], "consequ": [0, 518, 1916, 1917, 1921, 1922], "twice": [0, 517], "big": [0, 1887, 1891, 1902, 1904, 1908, 1909, 1914, 1919], "smallest": [0, 461, 1168, 1180], "th": [0, 117, 172, 214, 216, 266, 267, 352, 378, 389, 404, 491, 492, 524, 538, 539, 544, 546, 574, 613, 634, 1896], "retriev": [0, 509, 592], "independ": [0, 4, 460, 562, 581, 594, 873, 890, 1897, 1901, 1916, 1921], "storag": [0, 215, 217, 225, 375, 377, 474, 477, 507, 514, 524, 550, 566, 583, 680, 719, 758, 797, 836, 958, 1759, 1870, 1887, 1891], "written": [0, 4, 163, 187, 355, 408, 479, 503, 505, 507, 515, 522, 523, 527, 534, 535, 540, 564, 578, 586, 592, 1233, 1609, 1674, 1684, 1723, 1724, 1725, 1870, 1881, 1884, 1887, 1891, 1895, 1904, 1909, 1917, 1922], "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, 499, 511, 528, 531, 532, 538, 539, 555, 556, 557, 558, 559, 567, 583, 600, 602, 609, 612, 621, 623, 630, 633, 642, 675, 687, 705, 706, 707, 714, 726, 744, 745, 746, 753, 765, 783, 784, 785, 792, 804, 822, 823, 824, 831, 843, 861, 862, 863, 886, 953, 965, 983, 984, 985, 1641, 1661, 1677, 1678, 1681, 1682, 1887, 1891, 1897, 1899, 1900, 1901, 1903, 1906, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "otherwis": [0, 109, 118, 122, 125, 126, 127, 133, 234, 356, 358, 359, 409, 411, 412, 418, 420, 501, 504, 508, 509, 518, 519, 552, 554, 563, 564, 581, 583, 586, 587, 588, 591, 1034, 1225, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1820, 1847, 1864, 1917, 1922], "save": [0, 5, 9, 501, 504, 507, 511, 534, 543, 581, 1872, 1883, 1898, 1904, 1905, 1909, 1910, 1913, 1914, 1918, 1919], "reorgan": 0, "test_tool": 0, "There": [0, 361, 509, 518, 531, 536, 554, 566, 575, 583, 886, 1880, 1901, 1904, 1909, 1916, 1917, 1921, 1922], "just": [0, 240, 241, 501, 518, 520, 521, 528, 533, 548, 554, 572, 575, 578, 579, 580, 581, 592, 1049, 1770, 1772, 1779, 1798, 1851, 1864, 1869, 1881, 1887, 1889, 1891, 1893, 1895, 1897, 1898, 1901, 1902, 1904, 1905, 1908, 1909, 1910, 1914, 1916, 1919, 1921], "add_cpp_test": 0, "testnam": 0, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "program": [0, 3, 4, 507, 1847, 1866, 1883, 1887, 1891], "h5diff": [0, 507], "had": [0, 1868, 1899, 1904, 1909], "comparison_test": 0, "easi": [0, 526, 575, 585, 589, 1864, 1868, 1872, 1874, 1881, 1884, 1887, 1891, 1898], "parti": [0, 1868], "under": [0, 3, 367, 526, 554, 566, 592, 1863, 1864, 1879, 1881], "cmake_install_prefix": [0, 1864], "inherit": [0, 581, 1847], "visual": [0, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1913, 1915, 1918, 1920], "sphinxcontrib": 0, "doxylink": 0, "anymor": 0, "g0_iw": [0, 564, 946, 1224, 1226, 1883, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911], "solv": [0, 4, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 564, 582, 592, 946, 1226, 1782, 1792, 1862, 1863, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1915, 1916, 1917, 1920, 1921, 1922], "equat": [0, 4, 554, 562, 564, 946, 1226, 1887, 1890, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "g_iw": [0, 511, 548, 552, 554, 564, 946, 1226, 1883, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911], "sigma_iw": [0, 564, 1226, 1862, 1883, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911], "tail_fit": 0, "read_gf_from_txt": [0, 564], "write_gf_to_txt": [0, 564], "text": [0, 5, 507, 526, 564, 569, 571, 591, 666, 1231, 1880, 1884, 1887, 1891, 1900, 1901, 1904, 1909, 1913, 1918], "organ": [0, 592, 1863, 1873, 1887, 1891], "commonli": [0, 4, 582, 587, 1727, 1865, 1906, 1911], "slater": [0, 584, 586, 1697, 1699, 1704, 1725], "kanamori": [0, 511, 584, 586, 1698, 1724, 1891, 1894, 1905, 1910], "interact": [0, 3, 4, 508, 529, 553, 564, 584, 585, 586, 587, 946, 1224, 1226, 1697, 1698, 1699, 1703, 1704, 1705, 1708, 1710, 1714, 1715, 1724, 1725, 1728, 1729, 1730, 1863, 1864, 1873, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1897, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1916, 1917, 1920, 1921, 1922, 1923], "s_z": [0, 587, 1729, 1732, 1917, 1922], "l_z": [0, 587, 1728, 1729], "op_struct": [0, 588], "auxiliari": [0, 511], "spin": [0, 3, 511, 566, 578, 581, 584, 586, 587, 588, 1677, 1698, 1705, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863, 1887, 1890, 1891, 1893, 1894, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "exit": [0, 1847, 1849], "receiv": [0, 6, 130, 131, 147, 148, 149, 156, 157, 158, 159, 417, 438, 440, 441, 583], "stop_callback": [0, 417, 438, 440, 441], "insert2": [0, 202, 524], "remove2": [0, 202, 524], "change_row": [0, 202], "change_col": [0, 202, 524], "try_": 0, "complete_oper": [0, 202, 228, 233, 242, 243, 244, 245, 246, 247, 248, 249, 524, 1875], "insert2_at_end": [0, 202, 1875], "remove_at_end": [0, 202, 1875], "remove2_at_end": [0, 202, 1875], "change_one_row_and_one_col": [0, 1875], "unsign": [0, 485, 486, 510], "tupl": [0, 9, 16, 42, 43, 44, 48, 97, 98, 99, 106, 132, 491, 492, 499, 501, 504, 508, 509, 528, 562, 570, 584, 585, 588, 590, 600, 602, 623, 664, 670, 671, 705, 711, 744, 750, 783, 789, 822, 828, 861, 867, 983, 989, 1061, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1641, 1648, 1649, 1661, 1664, 1665, 1682, 1701, 1702, 1707, 1709, 1736, 1782, 1846, 1899, 1900], "hdf_archiv": 0, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "subgroup": [0, 118, 354, 355, 407, 408, 507, 508, 509, 592, 1891, 1894, 1898], "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, 450, 456, 457, 461, 465, 468, 470, 472, 476, 477, 481, 482, 493, 494, 495, 496, 507, 510, 511, 513, 518, 519, 520, 521, 522, 524, 527, 528, 530, 532, 534, 538, 539, 540, 542, 543, 544, 546, 552, 556, 557, 566, 573, 575, 578, 580, 581, 583, 598, 649, 682, 683, 684, 685, 686, 721, 722, 723, 724, 725, 760, 761, 762, 763, 764, 799, 800, 801, 802, 803, 838, 839, 840, 841, 842, 960, 961, 962, 963, 964, 1008, 1009, 1010, 1011, 1012, 1041, 1068, 1605, 1627, 1633, 1634, 1636, 1645, 1662, 1792, 1872, 1874, 1875, 1876, 1877, 1881, 1887, 1890, 1891, 1893, 1894, 1900, 1914, 1916, 1917, 1919, 1921, 1922], "rich": [0, 1884], "attribut": [0, 1, 2, 342, 343, 507, 508, 509, 602, 623, 675, 714, 753, 792, 831, 870, 885, 953, 1041, 1048, 1055, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1612, 1620, 1625, 1636, 1640, 1660, 1685, 1756, 1768, 1774, 1794, 1798, 1805, 1845, 1848, 1850, 1857, 1887, 1891, 1902, 1908], "ignore_in_python": 0, "prevent": 0, "special": [0, 130, 156, 160, 375, 388, 526, 529, 532, 535, 536, 548, 553, 581, 583, 596, 1798, 1875, 1887, 1891, 1913, 1918], "overrid": [0, 1846, 1855], "adopt": 0, "physic": [0, 367, 1873, 1887, 1891, 1897, 1900, 1901, 1906, 1911], "paper": [0, 3, 4, 1863, 1887, 1891, 1922], "random": [0, 4, 9, 423, 431, 445, 453, 454, 455, 474, 499, 567, 575, 576, 578, 581, 1751, 1756, 1873, 1874, 1896, 1913, 1918, 1923], "glue": 0, "cython": 0, "gone": [0, 1917, 1922], "like": [0, 4, 7, 205, 207, 233, 234, 491, 492, 507, 511, 513, 518, 519, 522, 524, 528, 530, 543, 548, 554, 562, 575, 576, 581, 583, 584, 591, 592, 596, 597, 598, 1707, 1864, 1866, 1868, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1915, 1916, 1917, 1920, 1921, 1922], "conjug": [0, 373, 494, 495, 556, 558, 559, 564, 583], "alon": [0, 1863], "must": [0, 3, 131, 161, 169, 270, 278, 362, 365, 367, 370, 380, 391, 418, 420, 437, 484, 493, 494, 495, 496, 501, 504, 509, 513, 518, 521, 534, 554, 555, 556, 557, 558, 559, 562, 564, 567, 581, 582, 583, 584, 587, 591, 597, 598, 600, 602, 623, 675, 714, 753, 792, 831, 871, 874, 891, 930, 933, 936, 953, 1215, 1231, 1656, 1699, 1710, 1728, 1729, 1730, 1792, 1846, 1847, 1852, 1858, 1874, 1895, 1899, 1901, 1909, 1917, 1922], "25": [0, 521, 574, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1901, 1902, 1906, 1908, 1910, 1911, 1917, 1921, 1922], "unifi": 0, "pep": 0, "www": [0, 531], "org": [0, 4, 531, 946, 1864, 1887, 1888, 1889, 1891, 1892, 1893, 1895], "0008": 0, "lowercas": 0, "underscor": 0, "capword": 0, "update_arch": 0, "veri": [0, 4, 7, 240, 241, 522, 554, 579, 581, 589, 590, 592, 597, 1868, 1872, 1873, 1882, 1884, 1887, 1891, 1896, 1897, 1901, 1904, 1909], "old_arch": 0, "new_arch": 0, "encount": [0, 1862, 1864, 1871, 1919], "post": [0, 1862, 1863, 1895], "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, 473, 491, 492, 497, 499, 500, 501, 502, 503, 504, 505, 507, 509, 511, 513, 516, 517, 518, 520, 522, 523, 528, 529, 530, 535, 536, 537, 539, 540, 542, 544, 545, 546, 547, 548, 560, 561, 564, 565, 566, 567, 569, 571, 572, 574, 581, 582, 584, 585, 586, 590, 591, 592, 594, 596, 598, 599, 601, 646, 647, 648, 649, 650, 655, 660, 661, 670, 671, 672, 673, 675, 677, 678, 679, 680, 681, 687, 688, 690, 691, 694, 696, 698, 699, 708, 709, 710, 711, 714, 716, 717, 718, 719, 720, 726, 727, 729, 730, 733, 735, 737, 738, 747, 748, 749, 750, 753, 755, 756, 757, 758, 759, 765, 766, 768, 769, 772, 774, 776, 777, 786, 787, 788, 789, 792, 794, 795, 796, 797, 798, 804, 805, 807, 808, 811, 813, 815, 816, 825, 826, 827, 828, 831, 833, 834, 835, 836, 837, 843, 844, 846, 847, 850, 852, 854, 855, 864, 865, 866, 867, 870, 871, 874, 884, 885, 886, 891, 902, 909, 921, 926, 927, 930, 933, 936, 940, 945, 946, 947, 953, 955, 956, 957, 958, 959, 965, 966, 968, 969, 972, 974, 976, 977, 986, 987, 988, 989, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1016, 1017, 1023, 1024, 1038, 1054, 1064, 1073, 1074, 1085, 1086, 1090, 1099, 1100, 1104, 1113, 1114, 1118, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1193, 1194, 1202, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1222, 1223, 1224, 1225, 1226, 1227, 1229, 1230, 1231, 1232, 1233, 1234, 1611, 1646, 1659, 1675, 1681, 1684, 1696, 1699, 1711, 1713, 1720, 1727, 1735, 1736, 1737, 1739, 1740, 1744, 1750, 1753, 1755, 1764, 1765, 1768, 1769, 1770, 1774, 1775, 1781, 1782, 1783, 1785, 1791, 1792, 1794, 1813, 1816, 1817, 1818, 1832, 1833, 1844, 1849, 1851, 1854, 1862, 1863, 1864, 1871, 1873, 1874, 1875, 1878, 1882, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1898, 1899, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1915, 1916, 1919, 1920, 1921], "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, 453, 460, 474, 502, 505, 506, 507, 511, 519, 521, 522, 523, 525, 527, 532, 550, 551, 554, 555, 556, 557, 558, 559, 561, 562, 568, 569, 570, 571, 572, 573, 575, 576, 578, 579, 581, 582, 583, 585, 590, 591, 592, 593, 594, 601, 602, 623, 655, 656, 660, 665, 666, 669, 670, 674, 675, 713, 714, 752, 753, 791, 792, 830, 831, 869, 870, 884, 885, 907, 909, 910, 912, 915, 917, 919, 921, 926, 927, 929, 932, 935, 938, 940, 947, 948, 951, 953, 991, 995, 1024, 1025, 1031, 1040, 1041, 1047, 1048, 1052, 1054, 1055, 1064, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1234, 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, 1607, 1608, 1611, 1612, 1620, 1625, 1635, 1636, 1639, 1640, 1659, 1660, 1684, 1685, 1747, 1748, 1755, 1756, 1767, 1768, 1773, 1774, 1793, 1794, 1798, 1805, 1844, 1845, 1846, 1863, 1873, 1874, 1876, 1878, 1886, 1900, 1901, 1902, 1908, 1909, 1913, 1918], "librari": [3, 4, 5, 510, 513, 514, 520, 523, 527, 529, 530, 535, 552, 563, 576, 589, 592, 594, 596, 597, 1864, 1865, 1866, 1868, 1869, 1873, 1874, 1875, 1879, 1880, 1881, 1884, 1887, 1891, 1896, 1897, 1901, 1903, 1906, 1911], "orgin": 3, "ipht": [3, 1863], "cea": 3, "saclai": [3, 1863], "ferrero": 3, "cpht": 3, "ecol": [3, 1863], "polytechiqu": 3, "flatiron": [3, 1888, 1892], "institut": [3, 1888, 1892], "ccq": [3, 1864], "reciev": 3, "erc": 3, "grant": 3, "278472": 3, "divis": [3, 498, 567, 583, 586], "foundat": 3, "ayral": 3, "p": [3, 146, 148, 255, 313, 419, 503, 528, 1862, 1864, 1887, 1891, 1903], "hafermann": 3, "messio": 3, "seth": 3, "scientif": [3, 507, 589, 592, 1863, 1864, 1868, 1870, 1884, 1895], "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, 459, 460, 461, 462, 465, 468, 470, 472, 491, 492, 493, 494, 495, 496, 498, 501, 502, 504, 505, 507, 508, 509, 510, 513, 514, 517, 518, 519, 520, 521, 522, 523, 525, 526, 527, 528, 530, 534, 535, 536, 538, 539, 540, 542, 543, 544, 546, 552, 554, 555, 557, 558, 561, 562, 564, 565, 567, 570, 571, 572, 574, 579, 581, 582, 583, 584, 585, 586, 587, 591, 592, 593, 594, 596, 597, 598, 600, 602, 611, 617, 623, 632, 638, 671, 681, 687, 720, 726, 759, 765, 798, 804, 837, 843, 886, 946, 959, 965, 1049, 1104, 1118, 1225, 1229, 1640, 1673, 1680, 1698, 1699, 1724, 1725, 1727, 1754, 1768, 1776, 1782, 1783, 1792, 1820, 1848, 1850, 1853, 1856, 1857, 1863, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1883, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "toolbox": [3, 566, 1913, 1918], "research": [3, 1863], "quantum": [3, 169, 182, 198, 199, 511, 582, 600, 602, 619, 623, 640, 651, 652, 1863, 1890, 1894, 1897, 1899, 1901, 1902, 1904, 1908, 1909], "phy": [3, 4, 1863, 1906, 1911, 1916, 1917, 1921, 1922], "comm": [3, 4, 510, 1819, 1833, 1893], "196": [3, 1863], "398": [3, 1863], "415": 3, "2015": 3, "facilit": [3, 575, 1863], "bibtex": 3, "give": [3, 4, 361, 525, 538, 539, 581, 584, 671, 1707, 1875, 1879, 1887, 1891, 1895, 1897, 1899, 1901, 1902, 1906, 1908, 1911, 1914, 1915, 1917, 1919, 1920, 1922], "inde": [3, 7, 503, 528, 592, 652, 1889, 1893, 1897, 1899, 1901, 1916, 1921], "convinc": 3, "fund": 3, "publish": [3, 592, 1906, 1911], "gnu": [3, 597, 1870, 1887, 1891], "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, 453, 454, 455, 458, 472, 491, 492, 499, 501, 502, 503, 504, 507, 509, 518, 522, 523, 524, 525, 526, 528, 529, 533, 543, 547, 552, 562, 564, 566, 572, 575, 576, 579, 581, 583, 584, 590, 594, 670, 705, 744, 783, 822, 861, 870, 877, 878, 879, 885, 886, 895, 983, 1033, 1227, 1644, 1680, 1745, 1751, 1768, 1774, 1863, 1864, 1865, 1868, 1872, 1873, 1880, 1885, 1887, 1891, 1894, 1901, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920], "version": [3, 5, 8, 9, 22, 23, 37, 38, 66, 67, 79, 80, 103, 104, 256, 361, 459, 460, 511, 517, 534, 554, 562, 566, 575, 580, 583, 594, 1862, 1863, 1865, 1868, 1869, 1870, 1871, 1872, 1881, 1884, 1888, 1892, 1897, 1901, 1902, 1906, 1911, 1916, 1917, 1921, 1922], "3": [3, 5, 19, 85, 95, 255, 261, 262, 265, 271, 278, 282, 283, 295, 302, 339, 378, 389, 456, 461, 465, 468, 470, 472, 476, 493, 494, 495, 496, 507, 508, 510, 511, 513, 518, 519, 520, 521, 524, 534, 538, 539, 542, 543, 550, 552, 554, 558, 561, 562, 564, 568, 574, 581, 583, 584, 590, 591, 596, 598, 683, 684, 685, 686, 698, 699, 722, 723, 724, 725, 737, 738, 761, 762, 763, 764, 776, 777, 800, 801, 802, 803, 815, 816, 839, 840, 841, 842, 854, 855, 961, 962, 963, 964, 976, 977, 1007, 1009, 1010, 1011, 1012, 1016, 1017, 1065, 1068, 1078, 1225, 1605, 1612, 1680, 1697, 1699, 1704, 1706, 1707, 1864, 1868, 1869, 1870, 1871, 1874, 1875, 1876, 1881, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "impli": [3, 361, 518, 562], "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, 499, 525, 554, 561, 569, 571, 579, 591, 600, 602, 609, 610, 616, 620, 621, 622, 623, 630, 631, 637, 641, 642, 643, 644, 646, 647, 648, 649, 656, 927, 940, 941, 1883, 1886, 1887, 1891, 1899, 1904, 1906, 1909, 1911, 1915, 1916, 1917, 1920, 1921, 1922], "warranti": 3, "respons": [3, 460, 1873, 1913, 1914, 1915, 1918, 1919, 1920], "white": [3, 1918], "color": [3, 127, 591, 1887, 1891, 1893, 1894, 1896, 1903, 1913, 1914, 1918, 1919], "background": 3, "resolut": [3, 950], "svg": [3, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "pdf": [3, 459], "icon": [3, 1887, 1891], "studi": [4, 1863, 1873, 1905, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "categori": 4, "readili": [4, 526, 1915, 1920], "collabor": [4, 1863], "reli": [4, 1864], "thin": [4, 589, 1740], "mainten": [4, 575], "embed": [4, 1897, 1901, 1906, 1911], "conduct": [4, 1897, 1901, 1903], "bath": [4, 564, 1225, 1229, 1883, 1887, 1890, 1891, 1894, 1897, 1901, 1903, 1906, 1911], "mont": [4, 9, 416, 438, 440, 441, 460, 499, 524, 578, 594, 1887, 1890, 1891, 1894, 1897, 1901, 1903, 1904, 1909], "carlo": [4, 9, 416, 438, 440, 441, 460, 499, 524, 578, 594, 1887, 1890, 1891, 1894, 1897, 1901, 1903, 1904, 1909], "diagram": [4, 1903, 1915, 1920], "partit": [4, 9, 169, 197, 367, 368, 370, 373, 374, 511, 566, 581, 600, 602, 623, 650, 1899, 1903, 1910], "produc": [4, 503, 505, 507, 569, 580, 592, 594, 1865, 1887, 1891, 1895, 1909], "cite": [4, 1863], "200": [4, 367, 511, 1883, 1906, 1911], "274": [4, 367], "2016": [4, 367], "homepag": [4, 1863], "atom": [4, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 511, 566, 568, 573, 574, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 1612, 1625, 1887, 1890, 1891, 1894, 1897, 1899, 1900, 1901], "approxim": [4, 531, 558, 564, 946, 1225, 1873, 1890, 1892, 1894, 1897, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1923], "quick": [4, 5, 240, 241, 507, 527], "answer": [4, 6, 467, 492, 495, 496, 578, 1863, 1888, 1890, 1892, 1894, 1917, 1922], "multiband": 4, "lattic": [4, 9, 499, 570, 571, 572, 573, 574, 1078, 1774, 1777, 1873, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922, 1923], "descent": 4, "fix": [4, 8, 310, 312, 511, 539, 542, 552, 564, 567, 1227, 1887, 1891, 1897, 1900, 1901, 1914, 1916, 1919, 1921, 1924], "chemic": [4, 511, 566, 570, 659, 663, 941, 1887, 1890, 1891, 1893, 1894, 1900, 1902, 1905, 1908, 1909, 1910, 1913, 1918], "potenti": [4, 511, 566, 570, 659, 663, 941, 1866, 1868, 1872, 1887, 1890, 1891, 1893, 1894, 1900, 1902, 1905, 1908, 1909, 1910, 1913, 1918], "hartree_fock": 4, "fermion": [4, 164, 264, 265, 270, 326, 350, 360, 414, 511, 526, 527, 528, 530, 534, 536, 538, 539, 541, 542, 543, 550, 551, 552, 554, 566, 569, 570, 583, 590, 656, 659, 663, 1041, 1042, 1090, 1104, 1118, 1132, 1148, 1159, 1863, 1873, 1876, 1877, 1882, 1886, 1891, 1897, 1900, 1901, 1908, 1909, 1916, 1917, 1921, 1922, 1923], "mani": [4, 9, 181, 367, 368, 375, 388, 499, 507, 521, 526, 554, 571, 583, 1711, 1852, 1863, 1866, 1884, 1887, 1891, 1895, 1897, 1901, 1903, 1904, 1909, 1913, 1914, 1918, 1919], "bodi": [4, 9, 181, 367, 368, 375, 499, 526, 583, 1711, 1863, 1897, 1901, 1904, 1909], "imagianari": 4, "hugostrand": 4, "10": [4, 19, 95, 255, 264, 265, 270, 326, 510, 511, 513, 519, 520, 521, 524, 527, 536, 538, 539, 542, 544, 546, 552, 555, 564, 581, 591, 593, 1227, 1230, 1862, 1863, 1868, 1874, 1876, 1877, 1881, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1918, 1919, 1920, 1921], "5281": 4, "zenodo": 4, "592291": 4, "pomerol2triq": 4, "softwar": [4, 1863, 1864, 1870, 1884], "packag": [4, 5, 510, 1865, 1866, 1868, 1870, 1871, 1878, 1880, 1884, 1887, 1891, 1899, 1900, 1901, 1909], "235": 4, "388": 4, "2019": 4, "w2dynamics_interfac": 4, "renorm": [4, 1887, 1891, 1917, 1922], "rev": [4, 1863, 1906, 1911, 1917, 1922], "79": 4, "085106": 4, "2009": [4, 1906, 1911], "nrgljubljana_interfac": 4, "dfttool": 4, "wien2k": [4, 584, 1703, 1706, 1708], "band": [4, 511, 562, 570, 1673, 1883, 1887, 1888, 1891, 1892, 1893, 1902, 1905, 1906, 1908, 1910, 1911], "fledg": 4, "few": [4, 520, 534, 946, 1869, 1887, 1888, 1891, 1892, 1897, 1901, 1904, 1909, 1915, 1920], "204": 4, "shot": [4, 1890, 1894], "charg": [4, 535, 548, 554, 1915, 1916, 1920, 1921], "csc": 4, "h5": [4, 9, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 342, 343, 354, 355, 407, 408, 435, 436, 478, 479, 499, 508, 509, 511, 528, 534, 538, 539, 540, 543, 544, 546, 592, 1862, 1863, 1874, 1877, 1878, 1883, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1898, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1920, 1921], "archiv": [4, 9, 507, 509, 1873, 1877, 1882, 1883, 1887, 1891, 1893, 1904, 1905, 1909, 1910], "espresso": 4, "advantag": [4, 507, 526, 527, 575, 1895, 1902, 1908], "postprocess": [4, 1887, 1889, 1890, 1891, 1893, 1894], "script": [4, 5, 9, 589, 1864, 1872, 1873, 1880, 1884, 1887, 1891, 1893, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1918], "spectral": [4, 554, 558, 1212, 1215, 1888, 1889, 1890, 1892, 1893, 1894, 1897, 1901, 1902, 1904, 1908, 1909, 1913, 1917, 1918, 1922], "modular": [4, 1887, 1891], "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, 449, 454, 456, 457, 461, 462, 464, 465, 468, 470, 472, 476, 482, 491, 492, 493, 494, 495, 496, 498, 507, 509, 510, 511, 513, 517, 518, 519, 520, 521, 523, 524, 525, 526, 527, 528, 530, 531, 533, 534, 536, 538, 539, 542, 543, 550, 551, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 565, 566, 568, 569, 570, 571, 572, 573, 574, 575, 578, 580, 581, 583, 584, 586, 587, 590, 591, 593, 594, 597, 598, 656, 664, 666, 692, 693, 708, 711, 731, 732, 747, 750, 770, 771, 786, 789, 809, 810, 825, 828, 848, 849, 864, 867, 886, 946, 970, 971, 986, 989, 1013, 1014, 1023, 1192, 1224, 1225, 1229, 1612, 1627, 1633, 1634, 1640, 1645, 1662, 1680, 1699, 1700, 1701, 1707, 1714, 1715, 1723, 1724, 1725, 1730, 1733, 1761, 1768, 1774, 1782, 1792, 1795, 1799, 1806, 1820, 1834, 1862, 1863, 1864, 1866, 1870, 1872, 1874, 1875, 1876, 1877, 1881, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "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, 456, 460, 461, 462, 465, 466, 467, 468, 470, 472, 476, 491, 492, 493, 494, 495, 496, 498, 501, 504, 507, 508, 510, 511, 513, 517, 518, 519, 520, 521, 524, 526, 527, 528, 531, 532, 533, 534, 538, 539, 540, 543, 544, 546, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 566, 569, 571, 574, 578, 581, 583, 584, 586, 587, 590, 591, 594, 596, 597, 598, 886, 902, 927, 940, 1118, 1225, 1231, 1633, 1634, 1697, 1698, 1699, 1700, 1701, 1703, 1704, 1706, 1707, 1708, 1713, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1730, 1732, 1733, 1863, 1864, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1881, 1883, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "": [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, 474, 482, 499, 507, 508, 510, 511, 524, 528, 529, 536, 539, 546, 560, 561, 564, 565, 566, 571, 580, 581, 584, 586, 587, 588, 591, 592, 593, 598, 646, 647, 648, 649, 672, 673, 708, 747, 786, 825, 864, 870, 871, 874, 885, 886, 891, 917, 927, 940, 946, 950, 986, 997, 998, 999, 1000, 1002, 1003, 1023, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1223, 1224, 1225, 1226, 1227, 1229, 1230, 1231, 1232, 1233, 1648, 1664, 1678, 1697, 1698, 1699, 1704, 1713, 1726, 1729, 1732, 1733, 1737, 1761, 1855, 1858, 1863, 1864, 1869, 1872, 1873, 1881, 1882, 1883, 1889, 1890, 1893, 1894, 1895, 1898, 1899, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "iskakov": 4, "jiani": 4, "fei": 4, "chia": 4, "nan": [4, 1914, 1919], "yeh": 4, "emanuel": 4, "gull": 4, "lett": [4, 1863, 1906, 1911, 1917, 1922], "126": 4, "056402": 4, "doi": [4, 1887, 1889, 1891, 1893], "1103": [4, 1887, 1889, 1891, 1893], "physrevlett": 4, "dominika": 4, "zgid": 4, "104": 4, "165111": 4, "physrevb": [4, 1887, 1889, 1891, 1893], "propos": [4, 420, 444, 575, 579, 581, 1902, 1908], "andrei": 4, "mishchenko": 4, "olga": 4, "goulko": 4, "et": [4, 1897, 1901, 1908, 1910], "al": [4, 1897, 1901, 1908], "95": 4, "014102": 4, "2017": 4, "239": 4, "166": 4, "94": [4, 1897, 1901], "023303": 4, "omegamaxent_interfac": 4, "effici": [4, 518, 527, 566, 592, 1863, 1900], "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, 446, 448, 467, 468, 470, 483, 484, 492, 495, 496, 499, 500, 501, 504, 505, 507, 510, 513, 514, 521, 525, 526, 527, 528, 531, 534, 535, 538, 539, 544, 546, 550, 553, 554, 563, 566, 575, 578, 582, 583, 590, 593, 594, 596, 597, 598, 606, 607, 627, 628, 687, 726, 765, 804, 843, 915, 916, 965, 996, 1006, 1234, 1715, 1716, 1863, 1864, 1865, 1866, 1869, 1871, 1872, 1874, 1876, 1878, 1887, 1890, 1891, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1903, 1906, 1910, 1911, 1912, 1913, 1914, 1917, 1918, 1919, 1922], "mpi": [4, 9, 10, 255, 261, 270, 278, 302, 327, 417, 438, 440, 441, 459, 460, 467, 474, 483, 484, 492, 495, 496, 499, 509, 554, 562, 575, 578, 583, 594, 1819, 1820, 1862, 1863, 1864, 1866, 1868, 1870, 1871, 1883, 1887, 1889, 1891, 1893, 1894, 1903, 1906, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "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, 453, 460, 462, 474, 483, 484, 499, 501, 507, 509, 510, 511, 513, 514, 518, 522, 523, 524, 525, 528, 532, 550, 553, 560, 566, 567, 581, 584, 585, 586, 587, 588, 598, 600, 602, 604, 605, 606, 607, 611, 623, 625, 626, 627, 628, 632, 644, 672, 673, 1041, 1636, 1852, 1864, 1873, 1875, 1882, 1883, 1887, 1891, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1917, 1919, 1922], "phase": [4, 368, 373, 1873, 1891, 1913, 1917, 1918, 1922, 1923], "beth": [4, 1873, 1904, 1905, 1909, 1910, 1915, 1920], "salpet": [4, 1915, 1920], "2638058": 4, "systemat": [4, 460, 1903], "test": [4, 211, 212, 213, 236, 237, 310, 312, 508, 519, 522, 558, 562, 1794, 1862, 1864, 1867, 1871, 1872, 1878, 1879], "cmake": [4, 7, 1864, 1865, 1868, 1870, 1871, 1872, 1879, 1881], "own": [4, 8, 510, 1869, 1873, 1874, 1878, 1887, 1891, 1895], "standalon": [4, 502], "welcom": [5, 1868, 1873], "triq": [5, 6, 7, 8, 9, 10, 499, 512, 513, 518, 521, 526, 527, 529, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 568, 570, 571, 572, 573, 574, 576, 578, 579, 580, 581, 583, 584, 585, 586, 587, 588, 589, 590, 596, 597, 598, 1865, 1867, 1869, 1871, 1874, 1875, 1876, 1877, 1880, 1882, 1883, 1884, 1885, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "core": [5, 1864, 1866, 1887, 1891, 1895, 1906, 1911], "instal": [5, 7, 504, 597, 1863, 1866, 1869, 1870, 1872, 1879, 1880, 1881], "compil": [5, 9, 499, 501, 505, 513, 517, 518, 528, 592, 597, 1863, 1866, 1867, 1871, 1880, 1881, 1887, 1891], "advanc": [5, 73, 75, 215, 217, 225, 502, 505, 514, 528, 532, 536, 581, 589, 1863, 1887, 1891, 1903], "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, 449, 454, 456, 462, 476, 499, 501, 502, 507, 514, 518, 523, 531, 534, 539, 548, 554, 555, 556, 557, 558, 559, 562, 574, 576, 579, 581, 596, 597, 1863, 1864, 1867, 1869, 1873, 1875, 1876, 1878, 1879, 1880, 1887, 1891, 1897, 1901, 1903, 1904, 1909, 1913, 1918], "api": [5, 419, 501, 502, 504, 505, 510, 529, 553, 560, 594, 1864, 1924], "python": [5, 11, 499, 501, 504, 505, 507, 509, 553, 554, 555, 556, 557, 558, 559, 561, 562, 582, 586, 589, 591, 592, 593, 595, 598, 917, 1847, 1863, 1864, 1865, 1866, 1868, 1870, 1878, 1879, 1882, 1883, 1897, 1898, 1900, 1901, 1902, 1903, 1908], "why": [5, 234, 537, 562, 581, 1887, 1888, 1890, 1891, 1892, 1894, 1897, 1901, 1910, 1914, 1917, 1919, 1922], "tour": [5, 9, 514], "ab": [5, 213, 226, 238, 513, 518, 575, 687, 726, 765, 804, 843, 946, 965, 1792, 1887, 1891, 1897, 1901, 1906, 1911], "initio": [5, 1887, 1891], "tool": [5, 9, 164, 499, 505, 553, 560, 574, 584, 589, 592, 594, 1611, 1863, 1864, 1865, 1868, 1871, 1872, 1873, 1878, 1884, 1886, 1895, 1897, 1901, 1919], "analyt": [5, 558, 1678, 1890, 1894, 1900, 1902, 1904, 1909, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "determin": [5, 9, 202, 234, 247, 499, 503, 510, 524, 525, 531, 538, 552, 562, 563, 581, 583, 584, 1697, 1704, 1783, 1873, 1874, 1887, 1891, 1893, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "changelog": [5, 1863, 1872, 1924], "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, 456, 457, 461, 462, 465, 468, 470, 472, 474, 483, 484, 491, 492, 494, 495, 496, 510, 511, 513, 518, 519, 520, 521, 523, 524, 525, 526, 527, 530, 531, 536, 538, 539, 542, 543, 544, 546, 548, 551, 552, 554, 555, 556, 558, 559, 561, 563, 564, 566, 568, 569, 570, 571, 574, 578, 580, 581, 583, 584, 586, 587, 588, 590, 591, 592, 593, 594, 597, 598, 649, 659, 663, 704, 743, 782, 821, 860, 886, 938, 939, 940, 941, 946, 982, 1022, 1104, 1148, 1159, 1201, 1225, 1612, 1640, 1656, 1660, 1661, 1677, 1680, 1693, 1699, 1700, 1707, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1758, 1782, 1820, 1821, 1826, 1835, 1840, 1862, 1864, 1870, 1874, 1875, 1876, 1877, 1880, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1924], "5": [5, 169, 255, 264, 265, 278, 302, 339, 461, 470, 472, 493, 494, 495, 496, 510, 511, 513, 520, 521, 524, 542, 554, 558, 559, 562, 569, 574, 578, 580, 581, 583, 590, 591, 597, 1874, 1875, 1883, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "4": [5, 19, 85, 95, 255, 264, 265, 278, 302, 339, 367, 460, 461, 465, 468, 470, 472, 493, 494, 495, 496, 507, 511, 519, 520, 521, 524, 551, 558, 566, 569, 574, 578, 586, 591, 597, 598, 1713, 1715, 1725, 1864, 1870, 1874, 1875, 1876, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "issu": [5, 8, 554, 581, 592, 1862, 1863, 1868, 1898], "author": [5, 564, 1227], "citat": 5, "disclaim": [5, 1887, 1891], "frequent": 5, "question": [5, 6, 7, 353, 356, 406, 409, 1863, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1913, 1915, 1918, 1920], "q": [5, 572, 584, 1700, 1776, 1863, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "my": [5, 508, 580, 1881, 1896], "gf": [5, 9, 10, 192, 193, 194, 195, 196, 339, 510, 511, 526, 527, 528, 529, 530, 531, 533, 534, 535, 537, 542, 545, 547, 548, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 565, 571, 572, 586, 587, 588, 590, 591, 596, 597, 647, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1768, 1774, 1864, 1877, 1878, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "hash": 5, "regard": 6, "consult": [6, 510], "make": [6, 7, 122, 127, 136, 234, 242, 243, 244, 245, 246, 247, 248, 249, 260, 270, 315, 328, 364, 366, 375, 501, 518, 519, 522, 526, 528, 530, 533, 534, 535, 536, 554, 562, 579, 581, 583, 585, 588, 591, 598, 871, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1736, 1846, 1862, 1864, 1865, 1868, 1869, 1871, 1872, 1881, 1884, 1887, 1891, 1897, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "easier": [6, 1887, 1891, 1897, 1901, 1904, 1909], "fill": [6, 462, 468, 513, 514, 520, 527, 528, 530, 538, 555, 556, 558, 559, 566, 571, 700, 701, 702, 703, 739, 740, 741, 742, 778, 779, 780, 781, 817, 818, 819, 820, 856, 857, 858, 859, 978, 979, 980, 981, 1018, 1019, 1020, 1021, 1883, 1888, 1892, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1917, 1919, 1922], "new": [6, 8, 122, 127, 128, 214, 216, 224, 227, 233, 245, 246, 247, 267, 307, 329, 345, 346, 364, 378, 386, 389, 398, 461, 462, 470, 503, 507, 508, 509, 517, 524, 525, 530, 562, 575, 581, 583, 584, 592, 598, 873, 890, 1699, 1710, 1792, 1863, 1864, 1869, 1872, 1875, 1880, 1881, 1887, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1901, 1902, 1908, 1924], "happi": 6, "improv": [6, 531, 582, 1611, 1864, 1887, 1891, 1924], "coordin": [6, 528, 568, 573, 574, 1614, 1631, 1640, 1642, 1643, 1644, 1651, 1667, 1876, 1896, 1902, 1908], "chang": [6, 7, 8, 234, 240, 241, 242, 243, 244, 419, 511, 523, 524, 554, 562, 579, 584, 587, 1699, 1706, 1710, 1728, 1729, 1730, 1863, 1864, 1866, 1868, 1872, 1875, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1901, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1920, 1921, 1924], "engag": 6, "forum": [6, 1863], "channel": [6, 1891, 1893, 1894, 1909, 1916, 1921], "announc": 6, "gladli": 7, "accept": [7, 228, 424, 427, 442, 450, 451, 460, 516, 518, 519, 524, 532, 572, 575, 578, 579, 581, 598, 886, 1769, 1775, 1901, 1903, 1910], "come": [7, 511, 569, 571, 580, 1869, 1874, 1875, 1898, 1904, 1909, 1917, 1922], "learn": [7, 8, 592, 1873, 1875, 1876, 1887, 1888, 1891, 1892, 1895, 1899, 1900, 1904, 1907, 1909], "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, 499, 503, 507, 510, 511, 513, 528, 529, 530, 532, 535, 537, 539, 542, 543, 546, 547, 548, 560, 561, 564, 565, 571, 588, 590, 591, 646, 647, 648, 649, 672, 673, 675, 677, 678, 679, 680, 681, 687, 688, 690, 691, 694, 696, 708, 709, 710, 711, 714, 716, 717, 718, 719, 720, 726, 727, 729, 730, 733, 735, 747, 748, 749, 750, 753, 755, 756, 757, 758, 759, 765, 766, 768, 769, 772, 774, 786, 787, 788, 789, 792, 794, 795, 796, 797, 798, 804, 805, 807, 808, 811, 813, 825, 826, 827, 828, 831, 833, 834, 835, 836, 837, 843, 844, 846, 847, 850, 852, 864, 865, 866, 867, 870, 871, 874, 885, 886, 891, 902, 917, 927, 940, 946, 953, 955, 956, 957, 958, 959, 965, 966, 968, 969, 972, 974, 986, 987, 988, 989, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1023, 1090, 1104, 1118, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1223, 1224, 1226, 1227, 1230, 1231, 1232, 1233, 1234, 1713, 1737, 1770, 1863, 1873, 1882, 1883, 1889, 1890, 1893, 1894, 1898, 1899, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1919], "plai": [7, 552, 563, 1887, 1891, 1909], "futur": [7, 1846], "willing": 7, "check": [7, 109, 139, 199, 210, 235, 307, 310, 312, 329, 344, 356, 358, 359, 363, 409, 411, 412, 460, 509, 513, 518, 572, 586, 652, 1693, 1726, 1776, 1777, 1817, 1863, 1864, 1872, 1873, 1888, 1892, 1897, 1898, 1900, 1901, 1913, 1914, 1916, 1918, 1919, 1921], "websit": [7, 1864], "go": [7, 8, 581, 1863, 1873, 1887, 1891, 1897, 1901, 1903, 1904, 1909, 1914, 1915, 1919, 1920], "submit": [7, 8], "unsur": 7, "dbuild_document": [7, 1867], "dsphinx_onli": 7, "Then": [7, 525, 562, 593, 1792, 1864, 1880, 1887, 1891, 1896, 1903, 1904, 1909, 1917, 1922], "move": [7, 8, 85, 88, 206, 234, 255, 271, 282, 283, 294, 295, 417, 418, 420, 424, 438, 440, 441, 442, 443, 444, 445, 450, 451, 452, 518, 524, 534, 536, 580, 583, 1887, 1891, 1903, 1910], "doc": [7, 8, 217, 225, 278, 417, 423, 438, 440, 441, 500, 501, 504, 509, 536, 596, 1684, 1752, 1878, 1887, 1891, 1895], "cd": [7, 8, 373, 583, 687, 726, 765, 804, 843, 965, 1864, 1881, 1887, 1891], "becaus": [7, 502, 519, 527, 528, 554, 562, 581, 596, 1868, 1894, 1895, 1897, 1901, 1904, 1909, 1917, 1922], "want": [7, 530, 540, 544, 546, 554, 581, 590, 592, 594, 598, 1863, 1866, 1869, 1870, 1872, 1873, 1875, 1876, 1878, 1880, 1881, 1887, 1889, 1891, 1893, 1896, 1897, 1898, 1901, 1904, 1909], "docs_example_output": 7, "modifi": [7, 8, 367, 505, 524, 531, 535, 548, 557, 562, 592, 682, 721, 760, 799, 838, 960, 1008, 1874, 1881, 1883, 1887, 1891, 1896, 1898, 1904, 1905, 1909, 1910], "src": [7, 8, 278, 596, 1881], "rebuild": [7, 227, 517, 524, 676, 715, 754, 793, 832], "hand": [7, 261, 278, 461, 513, 1887, 1891, 1913, 1916, 1917, 1918, 1921, 1922], "autobuild": 7, "form": [8, 9, 11, 169, 474, 501, 504, 511, 513, 514, 517, 538, 539, 552, 566, 567, 574, 579, 583, 584, 872, 887, 1678, 1698, 1846, 1883, 1887, 1891, 1893, 1897, 1899, 1901, 1902, 1908, 1914, 1916, 1919, 1921], "click": [8, 1888, 1892, 1895], "button": 8, "right": [8, 234, 261, 278, 462, 476, 491, 492, 498, 513, 564, 578, 687, 726, 765, 804, 843, 965, 1205, 1225, 1887, 1888, 1891, 1892, 1895, 1897, 1901, 1903, 1904, 1909, 1913, 1916, 1917, 1918, 1921, 1922], "screen": [8, 581, 584, 1697, 1698, 1699, 1704], "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, 542, 558, 584, 598, 1710, 1887, 1891, 1893, 1897, 1900, 1901, 1917, 1921, 1922], "fetch": [8, 1864], "my_triq": 8, "your_usernam": 8, "again": [8, 579, 1886, 1887, 1890, 1891, 1894, 1898, 1904, 1905, 1909, 1910], "final": [8, 139, 163, 165, 166, 167, 168, 460, 467, 510, 511, 531, 575, 578, 580, 581, 604, 606, 625, 627, 1680, 1863, 1864, 1897, 1900, 1901, 1903, 1906, 1911, 1914, 1919], "congratul": 8, "sync": 8, "checkout": 8, "my_first_pr": 8, "usual": [8, 519, 520, 521, 526, 562, 579, 581, 1865, 1887, 1891, 1895, 1904, 1909, 1914, 1919], "mind": [8, 554], "concis": 8, "bracket": [8, 522, 527, 553, 560], "what": [8, 302, 372, 507, 509, 554, 579, 581, 582, 591, 596, 1881, 1887, 1889, 1891, 1893, 1895, 1896, 1897, 1898, 1900, 1901, 1903, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "instanc": [8, 462, 574, 579, 580, 581, 583, 585, 1640, 1878], "det_manip": [8, 9, 10, 523, 525, 1873], "multipli": [8, 11, 32, 47, 48, 379, 383, 390, 395, 518, 534, 571, 1897, 1901], "squash": 8, "readi": [8, 505, 581, 583, 1863, 1873, 1881], "experi": [8, 1863, 1868, 1887, 1891], "atom_diag": [9, 10, 499, 1899], "lightweight": [9, 164, 499, 601, 602, 623, 1899], "exact": [9, 164, 499, 600, 601, 602, 623, 1890, 1894, 1903, 1915, 1920], "atom_diag_funct": [9, 511], "clef": [9, 264, 265, 499, 513, 529, 530, 534, 538, 539, 542, 552, 553, 1874, 1876, 1877], "motiv": [9, 514], "littl": [9, 508, 514, 516, 523, 528, 534, 543, 548, 553, 560, 575, 591, 592, 1873], "manipul": [9, 201, 499, 507, 514, 526, 529, 582, 1873, 1874, 1876, 1882, 1884, 1895, 1900], "notion": [9, 503, 528, 553, 586, 1868], "py": [9, 505, 553, 592, 1872, 1878, 1880, 1887, 1891, 1895, 1899, 1901, 1904, 1905, 1909, 1910, 1919], "hilbert_spac": [9, 10, 176, 499, 511, 583], "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, 499, 511, 561, 569, 570, 609, 612, 621, 630, 633, 642, 660, 666, 927, 940, 1903, 1910, 1911], "sub_hilbert_spac": [9, 334, 361, 362, 366, 375, 388, 566], "imperative_oper": [9, 334, 566], "imper": [9, 361, 367, 368, 369, 566], "introductori": 9, "Ising": [9, 576, 581], "chain": [9, 513, 576, 581, 1903], "magnet": [9, 576, 581], "quantiz": [9, 499], "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, 462, 472, 483, 484, 491, 492, 501, 503, 505, 507, 510, 511, 513, 518, 521, 526, 528, 530, 535, 538, 539, 544, 546, 554, 555, 556, 557, 558, 559, 561, 562, 564, 567, 570, 571, 572, 575, 581, 582, 583, 584, 585, 589, 590, 594, 598, 666, 667, 670, 871, 946, 1200, 1203, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1231, 1660, 1673, 1676, 1677, 1678, 1707, 1740, 1746, 1754, 1774, 1814, 1819, 1846, 1855, 1858, 1876, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1904, 1909], "proven": [9, 499, 1872], "stat": [9, 10, 499], "averag": [9, 200, 460, 462, 464, 491, 492, 493, 494, 495, 496, 575, 1887, 1891, 1903, 1910], "notat": [9, 499, 543, 554, 583], "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, 474, 478, 479, 480, 499, 501, 550, 553, 554, 560, 582, 1863, 1864, 1868, 1870, 1871, 1873, 1882, 1913, 1918], "cpp2py": [9, 499, 500, 501, 504, 505, 1865], "principl": [9, 502, 507, 509, 510, 518, 575, 592, 1881, 1897, 1901, 1913, 1916, 1918, 1921], "mc_tool": [9, 10, 578, 580, 581], "itertool": [9, 10, 116, 511, 583, 598, 1863, 1874, 1887, 1889, 1890, 1891, 1893, 1894], "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, 474, 476, 487, 511, 538, 539, 544, 546, 552, 574, 593, 1756, 1863, 1883, 1887, 1891, 1893, 1894, 1895, 1896, 1905, 1906, 1908, 1909, 1910, 1911, 1917, 1921, 1922], "enum_it": [11, 21], "prod_it": [11, 36], "cartesian": [11, 35, 528, 529, 532, 543, 1055, 1900], "mimic": 11, "stride_it": [11, 78, 81], "transform_it": [11, 92], "zip_it": [11, 102], "zip": [11, 598, 1887, 1891, 1913, 1918, 1919], "make_sentinel": 11, "similar": [11, 199, 509, 519, 525, 562, 591, 1678, 1887, 1891, 1894, 1897, 1901, 1904, 1909, 1924], "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, 462, 472, 477, 507, 508, 510, 513, 527, 530, 532, 536, 537, 538, 539, 543, 544, 546, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 571, 572, 573, 574, 584, 586, 587, 591, 596, 597, 657, 661, 671, 675, 683, 684, 685, 686, 711, 714, 722, 723, 724, 725, 750, 753, 761, 762, 763, 764, 789, 792, 800, 801, 802, 803, 828, 831, 839, 840, 841, 842, 867, 917, 953, 961, 962, 963, 964, 989, 1009, 1010, 1011, 1012, 1068, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1201, 1225, 1229, 1230, 1231, 1627, 1633, 1634, 1636, 1645, 1662, 1677, 1678, 1680, 1698, 1699, 1703, 1705, 1706, 1707, 1708, 1710, 1713, 1723, 1724, 1725, 1728, 1729, 1730, 1740, 1745, 1746, 1759, 1768, 1770, 1772, 1774, 1776, 1779, 1829, 1843, 1862, 1863, 1870, 1873, 1881, 1884, 1887, 1891, 1893, 1894, 1895, 1896, 1900, 1901, 1914, 1919, 1922], "make_vector_from_rang": 11, "last": [11, 12, 13, 45, 48, 49, 52, 53, 206, 429, 432, 524, 525, 531, 550, 581, 591, 598, 1887, 1890, 1891, 1893, 1894, 1902, 1903, 1904, 1908, 1909, 1910, 1917, 1922], "divid": [11, 12, 116, 474, 525, 581, 1756, 1887, 1891, 1893, 1894, 1919], "equal": [11, 14, 18, 25, 41, 42, 46, 59, 69, 72, 76, 82, 84, 89, 96, 100, 107, 109, 358, 359, 411, 412, 474, 476, 487, 489, 491, 492, 558, 1756, 1866, 1887, 1891, 1895, 1897, 1900, 1901, 1906, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "unari": 11, "callabl": [11, 26, 83, 84, 85, 86, 90, 92, 364, 365, 370, 380, 391, 518, 567, 590, 598, 670, 871, 1846, 1855], "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, 452, 454, 455, 456, 457, 458, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 513, 521, 522, 528, 529, 532, 533, 535, 537, 542, 545, 548, 550, 551, 553, 598], "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, 526, 528, 534, 543, 552, 554, 555, 556, 557, 558, 559, 561, 562, 565, 566, 571, 572, 583, 585, 590, 591, 600, 602, 623, 708, 747, 786, 825, 864, 872, 878, 879, 887, 986, 1023, 1218, 1641, 1661, 1677, 1713, 1769, 1770, 1775, 1847, 1862, 1872, 1887, 1891, 1895, 1897, 1899, 1901, 1903, 1905, 1909, 1910, 1914, 1915, 1919, 1920, 1924], "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, 456, 460, 472, 491, 492, 493, 494, 495, 496, 498, 513, 521, 522, 524, 532, 534, 583, 585, 598], "iter1": 13, "iter2": 13, "iterator_trait": [13, 84], "difference_typ": 13, "increment": [14, 28, 30, 42, 71, 72, 84, 96, 1782, 1783], "derefer": [14, 28, 29, 31, 42, 72, 84, 96, 501], "decltyp": [16, 29, 31, 44, 74, 86, 98, 110, 111, 130, 156, 160, 528, 598], "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, 448, 452, 461, 475, 478, 479, 483, 501, 503, 504, 510, 513, 522, 524, 528, 532, 575, 578, 581, 596, 598], "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, 484, 489, 524, 555, 556, 557, 558, 559, 564, 578, 581, 583, 584, 586, 675, 692, 693, 711, 714, 731, 732, 750, 753, 770, 771, 789, 792, 809, 810, 828, 831, 848, 849, 867, 953, 970, 971, 989, 997, 1013, 1014, 1090, 1104, 1118, 1141, 1225, 1640, 1677, 1680, 1688, 1693, 1698, 1712, 1714, 1715, 1716, 1725, 1817, 1901], "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, 489, 501, 504, 509, 511, 518, 519, 521, 555, 556, 557, 558, 559, 562, 566, 578, 579, 583, 584, 586, 590, 593, 605, 607, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 871, 886, 898, 946, 953, 989, 1029, 1640, 1678, 1680, 1698, 1714, 1715, 1716, 1724, 1768, 1770, 1817, 1851, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1904, 1906, 1909, 1911, 1913, 1918, 1919, 1920], "rg": [19, 26, 34, 39, 47, 58, 63, 71, 83, 95, 105, 114, 116, 158], "iostream": [19, 95, 461, 465, 468, 470, 510, 513, 519, 520, 521, 578, 580, 581, 596, 598], "cout": [19, 95, 264, 265, 461, 465, 468, 470, 493, 494, 495, 496, 510, 513, 517, 519, 520, 521, 524, 534, 538, 539, 542, 552, 566, 578, 580, 581, 583, 596, 598, 1874, 1875, 1876, 1877, 1881], "endl": [19, 95, 461, 465, 468, 470, 493, 494, 495, 496, 510, 513, 517, 519, 520, 521, 524, 534, 538, 539, 542, 566, 578, 580, 581, 583, 596, 598, 1874, 1875, 1876, 1877, 1881], "cbegin": [20, 35, 49, 50, 64, 77, 90, 91, 101, 335, 528, 583], "cend": [20, 35, 49, 54, 64, 77, 90, 94, 101, 335, 528, 583], "noexcept": [21, 24, 36, 40, 53, 65, 68, 78, 81, 102, 106, 133, 207, 278, 282, 290, 294, 303, 524], "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, 501, 528, 550, 583], "pre": [28, 462, 491, 492, 493, 494, 495, 496, 1864, 1887, 1891, 1895], "size_t": [32, 48, 490, 513, 524, 528, 567, 697, 736, 775, 814, 853, 975, 1015], "denot": [34, 491, 492, 543, 552, 575, 584, 586, 587, 588, 1699, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1897, 1900, 1901, 1906, 1911, 1924], "tu": [40, 598], "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, 524, 558, 946, 1887, 1890, 1891, 1893, 1894, 1895, 1902, 1903, 1908, 1910, 1917, 1922], "whole": [49, 321, 518, 572, 1774, 1889, 1893], "amount": [49, 57, 474, 531, 1756, 1887, 1891, 1897, 1901, 1917, 1922], "start_idx": 63, "end_idx": 63, "past": [63, 338, 341, 583], "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, 524, 535, 548, 567], "v1": [95, 567, 1897, 1901], "v2": [95, 567, 1897, 1901], "y": [95, 203, 207, 216, 220, 223, 242, 243, 245, 246, 247, 523, 524, 529, 542, 547, 548, 553, 581, 583, 584, 587, 590, 591, 594, 598, 670, 671, 680, 719, 758, 797, 836, 924, 958, 1030, 1199, 1201, 1215, 1219, 1703, 1706, 1708, 1730, 1733, 1782, 1792, 1864, 1872, 1875, 1887, 1891, 1893, 1895, 1896, 1900, 1906, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "mpi_op": [111, 112, 137, 138, 148, 149, 156, 157, 158, 159, 327, 484, 510], "mpi_sum": [111, 112, 148, 149, 156, 157, 158, 159, 327, 484, 510], "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, 450, 451, 454, 455, 458, 478, 479, 480, 501, 504, 507, 508, 510, 534, 555, 556, 557, 558, 559, 562, 564, 568, 570, 578, 580, 581, 583, 584, 586, 587, 588, 591, 592, 600, 602, 623, 657, 664, 671, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1612, 1641, 1661, 1699, 1702, 1703, 1706, 1708, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1754, 1792, 1848, 1853, 1857, 1887, 1891, 1899], "mpi_routin": 115, "nrang": 117, "min_siz": 117, "subrang": 117, "interest": [117, 522, 581, 1887, 1891, 1903, 1905, 1910, 1914, 1919], "sup": 117, "disjoint": 118, "abort": 118, "mpi_abort": [118, 119, 423], "error_cod": 119, "poll_msec": [120, 1820, 1834], "interv": [120, 474, 531, 544, 546, 580, 581, 593, 1148, 1159, 1168, 1180, 1756, 1876, 1897, 1901, 1903, 1916, 1921], "millisecond": 120, "mpi_barri": 120, "mpi_comm": [121, 122, 124, 127, 510], "mpi_comm_world": [121, 510], "longer": [122, 127, 518, 1897, 1901, 1904, 1906, 1909, 1911], "mpi_comm_rank": 125, "mpi_comm_s": 126, "argc": [129, 510, 511, 578, 581], "char": [129, 510, 511, 578, 581, 598, 1887, 1891], "argv": [129, 504, 510, 511, 578, 581, 592, 1862], "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, 502, 505, 507, 521, 529, 542, 553, 564, 566, 567, 572, 586, 946, 1224, 1226, 1231, 1768, 1774, 1854, 1873, 1887, 1891, 1893, 1897, 1901, 1902, 1903, 1904, 1908, 1909, 1915, 1917, 1920, 1922, 1923], "reduct": [131, 148, 149, 156, 157, 158, 159, 484, 492, 511, 598], "mpi_datatyp": [132, 155, 510], "tup": 132, "nda": [134, 135, 225, 262, 264, 265, 332, 375, 376, 377, 462, 466, 467, 472, 477, 510, 513, 517, 518, 519, 520, 521, 527, 530, 534, 535, 538, 539, 542, 543, 552, 573, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1627, 1645, 1662, 1863, 1874, 1876, 1877, 1881], "invok": [134, 1846, 1855, 1858], "view": [134, 135, 260, 281, 282, 290, 294, 302, 303, 328, 501, 527, 529, 530, 533, 536, 542, 545, 546, 548, 553, 560, 592, 688, 696, 711, 727, 735, 750, 766, 774, 789, 805, 813, 828, 844, 852, 867, 882, 905, 966, 974, 989, 1829, 1843, 1880, 1883, 1887, 1891, 1897, 1898, 1901], "pointer": [137, 261, 278, 362, 528, 533], "report_local_ev": 139, "event": [139, 141, 142, 1863], "event_on_any_rank": 139, "event_on_all_rank": 139, "finalize_commun": 139, "pend": 139, "t1": [146, 148, 522, 598, 1876], "t2": [146, 148, 598, 1876], "individu": [382, 394, 567, 708, 747, 786, 825, 864, 986, 1023, 1897, 1901, 1903], "datatyp": [151, 510], "mpi_scatt": [160, 510, 550], "in_siz": 161, "chunk_siz": 161, "partition_funct": [162, 511, 512], "atomic_density_matrix": [162, 511, 512], "act": [162, 361, 364, 460, 491, 492, 512, 566, 578, 671, 1896, 1914, 1919], "quantum_number_eigenvalues_check": [162, 512], "atomic_g_lehmann": [162, 511, 512], "atomic_g_tau": [162, 511, 512, 1899], "atomic_g_iw": [162, 511, 512], "atomic_g_l": [162, 511, 512], "atomic_g_w": [162, 511, 512], "full_hilbert_space_state_t": [163, 187, 644], "many_body_op_t": [163, 169, 179, 181, 198, 199, 200], "st": [163, 364, 366, 368, 378, 380, 389, 391, 566, 644], "finit": [164, 462, 511, 531, 555, 557, 566, 681, 720, 759, 798, 837, 959, 1078, 1873, 1887, 1891, 1909, 1913, 1915, 1918, 1920, 1923], "moder": [164, 511], "get_h_atom": 164, "get_fop": 164, "get_full_hilbert_spac": 164, "get_full_hilbert_space_dim": 164, "n_subspac": [164, 367, 511, 566], "get_fock_st": [164, 350, 400, 566], "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, 604, 605, 606, 607, 625, 626, 627, 628], "sp_index": [165, 166, 167, 168, 170, 172, 173, 174, 182, 183, 186, 189, 604, 605, 606, 607, 609, 613, 614, 625, 626, 627, 628, 630, 634, 635], "connect": [165, 167, 180, 361, 362, 367, 369, 373, 526, 566, 581, 604, 606, 625, 627, 1863, 1887, 1891], "annihil": [165, 166, 169, 373, 583, 600, 602, 623, 1690, 1899, 1906, 1911], "matrix_t": [166, 168, 180], "dagger": [167, 168, 526, 583, 584, 586, 587, 1699, 1710, 1725, 1731, 1897, 1899, 1901, 1903, 1906, 1911], "qn_vector": [169, 600, 602, 623, 1899], "initializer_list": [169, 314, 534], "init_lst": 169, "uniniti": 169, "qr": [169, 600, 602, 623, 1899], "invari": [169, 170, 172, 183, 188, 189, 190, 200, 367, 368, 372, 373, 374, 511, 566, 584, 586, 618, 622, 639, 643, 1698, 1725], "chosen": [169, 474, 564, 575, 584, 1225, 1699, 1756, 1902, 1903, 1908], "met": [169, 362, 583, 600, 602, 623, 1714, 1715, 1716, 1890, 1894, 1899], "inner": [170, 192, 193, 194, 195, 196, 588, 609, 630, 871, 1713, 1737], "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, 566, 600, 602, 610, 620, 623, 631, 641, 1640, 1899], "ground": [178, 616, 637, 1917, 1922], "min": [178, 196, 526, 531, 616, 637, 1887, 1891, 1897, 1901], "monomial_t": [180, 583], "op_vec": 180, "monomi": [180, 364, 582, 585, 586, 1722], "canon": [180, 335, 583, 1897, 1901], "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, 583, 585, 605, 607, 626, 628, 653], "eigenst": [185, 186, 192, 193, 194, 195, 196, 198, 199, 511, 620, 641, 651, 652], "vacuum": [187, 188, 621, 622, 642, 643], "block_matrix_t": [191, 200, 645, 653, 1712, 1717], "temperatur": [191, 192, 193, 194, 195, 196, 197, 511, 555, 557, 558, 578, 581, 681, 720, 759, 798, 837, 888, 959, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1873, 1876, 1877, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1911, 1913, 1915, 1918, 1920, 1923], "gibb": 191, "gf_lehmann_t": [192, 193, 194, 195, 196], "gf_struct": [192, 193, 194, 195, 196, 255, 306, 339, 511, 646, 647, 648, 649, 886, 908, 1712, 1713, 1717, 1768, 1770, 1883, 1897, 1899, 1901, 1903, 1905, 1906, 1909, 1910, 1911], "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, 527, 529, 530, 531, 532, 535, 536, 542, 552, 553, 554, 555, 556, 557, 558, 559, 564, 661, 675, 676, 680, 681, 687, 695, 697, 709, 710, 714, 715, 719, 720, 726, 734, 736, 748, 749, 753, 754, 758, 759, 765, 773, 775, 787, 788, 792, 793, 797, 798, 804, 812, 814, 826, 827, 831, 832, 836, 837, 843, 851, 853, 865, 866, 886, 946, 953, 958, 959, 965, 973, 975, 987, 988, 1015, 1049, 1055, 1057, 1215, 1218, 1221, 1229, 1231, 1648, 1649, 1664, 1665, 1862, 1876, 1877, 1887, 1890, 1891, 1893, 1894, 1898, 1900, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "excluded_states_t": [192, 193, 194, 195, 196], "excluded_st": [192, 193, 194, 195, 196, 646, 647, 648, 649], "precomput": [192, 193, 195, 196, 520], "possibli": [192, 193, 195, 196, 564, 582, 646, 647, 648, 649, 1227, 1794, 1868], "none": [192, 193, 195, 196, 423, 500, 501, 503, 504, 509, 534, 540, 543, 555, 556, 557, 558, 559, 564, 570, 571, 572, 584, 586, 587, 590, 598, 646, 647, 648, 649, 664, 670, 671, 682, 698, 699, 700, 701, 702, 703, 704, 711, 721, 737, 738, 739, 740, 741, 742, 743, 750, 760, 776, 777, 778, 779, 780, 781, 782, 789, 799, 815, 816, 817, 818, 819, 820, 821, 828, 838, 854, 855, 856, 857, 858, 859, 860, 867, 953, 960, 976, 977, 978, 979, 980, 981, 982, 989, 1008, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1028, 1048, 1049, 1070, 1081, 1094, 1108, 1122, 1136, 1142, 1152, 1163, 1171, 1183, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1229, 1605, 1640, 1641, 1646, 1660, 1661, 1677, 1680, 1698, 1699, 1707, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1758, 1774, 1776, 1777, 1792, 1794, 1820, 1833, 1846, 1849, 1852, 1854, 1868, 1887, 1891, 1893, 1900, 1901], "g_": [192, 193, 195, 196, 526, 552, 561, 687, 726, 765, 804, 843, 965, 1883, 1887, 1891, 1897, 1901, 1902, 1905, 1906, 1908, 1910, 1911, 1914, 1919], "ell": 193, "broaden": [196, 511, 649, 1890, 1894], "energy_window": [196, 649], "n_w": [196, 511, 649, 1168, 1887, 1890, 1891, 1893, 1894, 1897, 1898, 1901, 1908, 1914, 1919], "retard": [196, 553, 554, 560], "lorentian": 196, "omega_": [196, 531, 552, 1897, 1901], "max": [196, 460, 526, 528, 552, 1897, 1901], "suppos": [198, 199, 525, 1878], "density_matrix": [200, 555, 557, 653, 681, 720, 759, 798, 837, 959, 1904, 1909], "tr": [200, 653, 1917, 1921, 1922], "qmc": [201, 417, 438, 440, 441, 511, 596, 1883, 1887, 1891, 1903, 1905, 1906, 1909, 1910, 1911], "functiontyp": [202, 207, 209, 218, 219, 524], "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, 524, 1875], "get_i": [202, 524, 1875], "get_x_internal_ord": [202, 217, 225], "get_y_internal_ord": 202, "get_funct": 202, "inverse_matrix": [202, 524, 1875], "inverse_matrix_internal_ord": 202, "swap_col": 202, "try_remov": [202, 229, 232, 524, 1875], "try_remove_k": 202, "try_change_col": [202, 203, 524], "try_change_row": [202, 204, 524], "try_refil": 202, "is_singular": 202, "reject_last_tri": 202, "insert_at_end": [202, 1875], "remov": [202, 248, 249, 491, 492, 509, 523, 524, 531, 536, 591, 1640, 1868, 1890, 1894, 1903, 1910], "roll_matrix": [202, 524], "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, 1794, 1887, 1890, 1891, 1893, 1894, 1903, 1910], "try_xxx": [206, 228, 233, 234], "init_s": [207, 524, 1875], "argumentcontainer1": [207, 247, 524], "argumentcontainer2": [207, 247, 524], "argumentcontain": 207, "resiz": [207, 261, 278, 302, 472, 533, 1875], "factor": [207, 461, 562, 1887, 1891, 1893, 1894, 1914, 1915, 1919, 1920], "happen": [207, 507, 509, 579, 1852, 1897, 1901, 1904, 1909, 1910], "det_typ": 208, "isnorm": [213, 226], "x_valu": [214, 215], "slow": [214, 216, 224, 227, 524, 1900, 1917, 1922], "sinc": [214, 216, 224, 227, 470, 511, 521, 524, 526, 527, 528, 530, 539, 547, 589, 1863, 1865, 1887, 1890, 1891, 1893, 1894, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "reorder": [214, 216, 224, 524], "intern": [215, 217, 225, 240, 241, 368, 530, 583, 1641, 1661, 1768, 1917, 1922], "permut": [215, 240, 241, 524], "critic": [215, 1863, 1904, 1905, 1909, 1910, 1915, 1917, 1920, 1922], "loop": [215, 520, 527, 542, 548, 554, 578, 581, 1792, 1883, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1918, 1921], "_internal_ord": 215, "y_valu": [216, 217, 1792], "col": [216, 224, 234, 240, 245, 246, 249, 524, 1887, 1891], "fg": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 354, 355, 407, 408, 525], "subgroup_nam": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298], "i0": [221, 230, 245, 246, 248, 249, 524, 1875], "i1": [221, 230, 246, 249, 524, 555, 556, 557, 558, 559, 1875], "j0": [221, 230, 245, 246, 249, 524, 1875, 1910], "j1": [221, 230, 246, 249, 524, 1875, 1910], "x0": [221, 222, 524, 542, 598, 1875], "x1": [221, 222, 519, 524, 543, 598, 1875], "y0": [221, 222, 524, 1875], "y1": [221, 222, 524, 543, 1875], "try_insert2": [221, 222, 524, 1875], "matrix_typ": [224, 227, 524], "matrix_const_view": 225, "singular_threshold": 226, "reject": [228, 427, 442, 575, 578, 579, 581], "try_remove2": [230, 231, 524, 1875], "new_n": 233, "new_k": 233, "bigger": [233, 1881, 1896, 1897, 1901, 1903, 1904, 1908, 1909], "preserv": [233, 266, 583], "rolldirect": [234, 524], "roll": [234, 524], "cyclic": [234, 1649, 1665], "nth": 234, "row": [234, 243, 244, 245, 246, 248, 249, 524, 568, 1076, 1088, 1612, 1619, 1624, 1680, 1875], "down": [234, 511, 562, 566, 571, 578, 586, 587, 588, 871, 886, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1883, 1887, 1890, 1891, 1893, 1894, 1897, 1899, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "modif": [234, 242, 243, 244, 245, 246, 247, 248, 249, 537, 579, 1868, 1924], "try_rol": 234, "uint64_t": 235, "threshold": [236, 237, 238, 311, 586, 1726], "get_is_singular_threshold": 238, "swap": [240, 241, 532], "column": [242, 243, 245, 246, 523, 524, 570, 584, 664, 902, 1707, 1887, 1891], "ratio": [242, 243, 244, 245, 246, 247, 248, 249, 445, 524, 575, 578, 579, 581, 1875], "minv_new": [242, 243, 244, 245, 246, 247, 248, 249], "minv": [242, 243, 244, 245, 246, 247, 248, 249], "x_i": [245, 246, 247, 523, 561, 594, 917], "y_": [245, 246, 513, 517, 518, 519, 521], "x_": [245, 246, 513, 517, 518, 519, 521, 594], "x_j": [245, 246], "resp": [245, 539], "becom": [245, 504, 507, 531, 579, 1906, 1911, 1914, 1917, 1919, 1922], "colum": [246, 523], "refil": 247, "y_i": [247, 523], "colj0": 248, "impl_tag": 250, "make_block_gf": [250, 534], "make_block_gf_view": [250, 534], "make_block2_gf": 250, "reinterpret_scalar_valued_gf_as_matrix_valu": [250, 532, 545], "is_gf_real": [250, 538], "make_gf_from_real_gf": 250, "make_gf_dlr": [250, 1897, 1901], "fit_gf_dlr": [250, 946], "make_gf_dlr_imtim": [250, 1897, 1901], "make_gf_dlr_imfreq": 250, "make_gf_imtim": [250, 1897, 1901], "make_gf_imfreq": [250, 1897, 1901], "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, 474], "block_names_t": [253, 255], "cnst": 255, "block_gf_const_view": [255, 264, 265, 327, 534], "g_t": [255, 264, 265, 564, 1227], "bl_size": 255, "anyth": [255, 261, 278, 282, 518, 533, 542, 548, 571, 572, 579, 581, 598, 661, 1776, 1846, 1888, 1892], "blockgreenfunct": 255, "16": [255, 265, 460, 511, 513, 521, 552, 1887, 1889, 1891, 1893, 1895, 1901, 1906, 1911, 1917, 1919, 1922], "this_t": [257, 258, 273, 274, 277, 285, 286, 289, 297, 298, 301, 542], "const_view_typ": [260, 261, 265, 327], "view_typ": [260, 532, 535], "side": [261, 278, 513, 528, 552, 687, 726, 765, 804, 843, 965, 1913, 1916, 1917, 1918, 1921, 1922], "tbw": [261, 278], "dcomplex": [262, 530, 552, 573, 683, 684, 685, 686, 698, 699, 722, 723, 724, 725, 737, 738, 761, 762, 763, 764, 776, 777, 800, 801, 802, 803, 815, 816, 839, 840, 841, 842, 854, 855, 961, 962, 963, 964, 976, 977, 1007, 1009, 1010, 1011, 1012, 1016, 1017, 1629, 1647, 1663], "array_const_view": [262, 265, 530, 684, 686, 698, 699, 723, 725, 737, 738, 762, 764, 776, 777, 801, 803, 815, 816, 840, 842, 854, 855, 962, 964, 976, 977, 1010, 1012, 1016, 1017], "tail": [262, 264, 265, 326, 532, 539, 544, 546, 552, 553, 554, 556, 562, 563, 564, 683, 684, 685, 686, 698, 699, 722, 723, 724, 725, 737, 738, 761, 762, 763, 764, 776, 777, 800, 801, 802, 803, 815, 816, 839, 840, 841, 842, 854, 855, 946, 961, 962, 963, 964, 976, 977, 1009, 1010, 1011, 1012, 1016, 1017, 1230, 1887, 1891], "w_max": [263, 365, 370, 380, 391, 997, 1090, 1104, 1118, 1168, 1897, 1901, 1914, 1919], "ep": [263, 564, 570, 571, 656, 657, 997, 1090, 1104, 1118, 1201, 1225, 1229, 1894, 1897, 1900, 1901], "dlr": [263, 316, 317, 318, 322, 323, 331, 708, 747, 786, 825, 864, 946, 986, 997, 998, 999, 1000, 1002, 1003, 1023, 1090, 1099, 1100, 1101, 1102, 1104, 1118], "typenameg": [264, 265], "regular_typ": [264, 265, 307, 324, 325, 329, 501, 532], "bg": [264, 265, 534], "typenamebg": [264, 265], "impos": [264, 462, 564, 592, 1227, 1883], "ag": [264, 265], "frequeci": [264, 265], "iomanip": [264, 265], "namespac": [264, 265, 270, 326, 461, 465, 468, 470, 472, 493, 494, 495, 496, 504, 510, 511, 513, 517, 518, 519, 521, 527, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 583, 598, 1874, 1876, 1877, 1878, 1881], "iw_": [264, 265, 552, 1876], "100": [264, 265, 326, 461, 465, 468, 472, 511, 524, 527, 538, 543, 544, 546, 552, 558, 570, 574, 578, 580, 660, 661, 704, 743, 782, 821, 860, 946, 982, 1022, 1201, 1680, 1875, 1876, 1883, 1896, 1897, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1920, 1921, 1922], "err": [264, 265, 494, 495, 552, 946], "setprecis": [264, 265], "ntail": [264, 265], "ba": 265, "dimension": [266, 510, 528, 564, 574, 578, 591, 1231, 1680, 1713, 1863, 1873, 1906, 1911, 1913, 1918, 1923], "whose": [266, 508, 517, 534, 1640, 1852, 1916, 1921], "flatten": [266, 267, 528, 543, 550, 598, 711, 750, 789, 828, 867, 989], "tensor": [267, 532, 584, 585, 1696, 1698, 1699, 1876, 1915, 1920], "definit": [269, 281, 293, 472, 507, 509, 511, 528, 532, 562, 567, 569, 581, 584, 590, 597, 1699, 1864, 1916, 1921], "data_shap": [269, 281, 293], "target_indic": [269, 281, 293], "mesh_t": [270, 276, 282, 288, 294, 300, 528, 532, 535, 536, 537, 548], "dat": [270, 282, 294, 536, 564, 1231, 1677, 1681, 1862, 1887, 1888, 1891, 1892, 1893, 1896], "target_shape_t": [270, 532, 534, 536], "deep": [270, 501, 562, 678, 717, 756, 795, 834, 873, 890, 956, 1027, 1058, 1059], "concept_greenfunct": 270, "arrrai": 270, "g2": [270, 272, 284, 296, 538, 539, 543, 554, 562, 871, 874, 891, 1876, 1877], "g1": [270, 272, 284, 296, 534, 538, 539, 543, 554, 562], "gf_assign_0": 278, "arraytyp": [282, 294], "THERE": 302, "behaviour": [302, 501, 504, 507, 562, 1914, 1915, 1917, 1919, 1920, 1922], "real_t": [307, 329], "blockgf": [307, 329, 553, 558, 560, 564, 946, 1224, 1225, 1229, 1231, 1897, 1901], "fullfil": [310, 324, 564, 1224], "epsilon": [310, 312, 570, 571, 574, 656, 657, 661, 664, 666, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1903, 1906, 1911, 1913, 1914, 1918, 1919], "depend": [310, 324, 504, 513, 517, 531, 532, 536, 554, 594, 600, 1678, 1864, 1869, 1870, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1901, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "frac": [310, 324, 325, 491, 492, 498, 524, 525, 526, 531, 538, 550, 551, 552, 561, 563, 564, 575, 581, 584, 586, 587, 591, 594, 927, 940, 1225, 1699, 1714, 1715, 1723, 1724, 1725, 1730, 1733, 1876, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "iif": [310, 311, 312, 507, 509, 521, 575, 1029], "hold": [310, 312, 469, 471, 1887, 1891, 1897, 1900, 1901, 1917, 1922], "g0": [315, 946, 1883, 1900, 1901, 1902, 1905, 1906, 1908, 1909, 1910, 1911], "block_gf_view_of": 315, "omega_n": [321, 526, 531, 538, 550, 564, 591, 711, 750, 789, 828, 867, 902, 989, 1225, 1229, 1883, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1916, 1917, 1918, 1921, 1922], "half": [321, 554, 566, 928, 941, 943, 1883, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1917, 1919, 1922], "rightarrow": [324, 325, 561, 575, 591, 661, 918, 921, 1887, 1891, 1893, 1897, 1900, 1901, 1904, 1909, 1914, 1915, 1917, 1919, 1920, 1922], "zeroth": [326, 552, 1917, 1922], "empty_tail": 326, "isconst": 327, "world": [327, 495, 496, 510, 578, 581, 1863, 1893, 1895], "sens": [327, 364, 528, 530, 535, 554, 581], "view_or_type_t": 328, "decay_t": 328, "l2": [331, 587, 708, 747, 786, 825, 864, 946, 986, 1023, 1728, 1895], "norm": [331, 564, 708, 747, 786, 825, 864, 946, 986, 1023, 1225, 1900], "memoryarrai": 332, "afl": 332, "gfl": 333, "hilbertspac": [334, 366, 375], "scalartyp": [334, 361, 364, 365, 366, 375, 583], "space_partit": [334, 566], "make_zero_st": [334, 375, 567], "arbitrarili": [335, 583], "mix": [335, 1879], "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, 583], "indices_t": [340, 344, 346, 348, 352, 583, 585], "obj": [342, 343, 508, 513, 521, 1740, 1741, 1742], "attach": [342, 343], "ind": [345, 346, 583], "anoth": [347, 358, 359, 375, 384, 385, 396, 397, 411, 412, 454, 470, 513, 517, 528, 554, 562, 583, 584, 586, 587, 588, 594, 679, 718, 757, 796, 835, 957, 1059, 1710, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1849, 1878, 1887, 1891, 1897, 1901, 1921], "span": [350, 550], "has_stat": [350, 400], "get_state_index": [350, 400], "dummi": [351, 378, 389, 520], "parent": [354, 355, 407, 408], "belong": [356, 370, 372, 378, 389, 409, 528], "scheme": [357, 410, 507, 554, 560, 562, 579, 1895, 1897, 1901, 1906, 1911], "inequ": [358, 411], "total": [360, 414, 432, 463, 474, 475, 511, 572, 578, 581, 587, 709, 748, 787, 826, 865, 903, 987, 1681, 1731, 1732, 1756, 1758, 1772, 1779, 1887, 1891, 1893, 1903, 1910], "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, 591], "coeff": [364, 1910], "basedonmap": [366, 375], "amplitud": [366, 375, 376, 378, 380, 382, 388, 389, 391, 393, 394, 511, 566, 1678, 1900, 1913, 1915, 1917, 1918, 1920, 1922], "operatortyp": [367, 368, 370], "action": [367, 509, 520, 566], "march": 367, "284": 367, "statevector_concept": [367, 375], "merge_subspac": 367, "lookup_basis_st": 367, "get_matrix_el": 367, "find_map": [367, 566], "state_t": [368, 566], "operator_t": [368, 369, 373], "store_matrix_el": [368, 373], "block_mapping_t": 369, "diagonal_onli": 369, "subject": [369, 370, 373, 484], "sp": [370, 1891, 1917, 1922], "matrix_element_map_t": [371, 373], "idx_t": [372, 374], "basis_st": 372, "ii": [373, 587, 1730], "get_hilbert": [376, 388], "set_hilbert": [376, 388], "dot_product": [376, 388, 566, 567], "amplitude_t": 377, "constant": [377, 381, 386, 392, 398, 477, 520, 567, 583, 946, 1759, 1887, 1890, 1891, 1893, 1894, 1917, 1922], "uniti": [378, 389, 1900, 1916, 1921], "s1": [379, 390], "s2": [379, 384, 385, 390, 396, 397, 587, 1732], "subtract": [385, 397, 567, 583, 1792, 1887, 1890, 1891, 1893, 1894, 1917, 1922], "new_h": [386, 398], "reset": [386, 398, 474, 475, 528, 1758], "huge": 388, "nterm": 388, "carri": [400, 548, 566, 583], "destinguish": 400, "add_fock_st": [400, 566], "get_all_fock_st": 400, "get_index": 400, "set_index": 400, "iff": [411, 412, 489], "random_gener": [415, 431, 449, 578, 580, 581, 593], "mc_gener": [415, 575, 576, 578, 579, 580, 581], "random_generator_nam": [415, 580], "mcsigntyp": [416, 418, 435, 436, 437, 440, 441, 442, 443, 449], "tbr": 416, "add_mov": [416, 578, 580, 581], "add_measur": [416, 437, 578, 581], "add_measure_aux": 416, "rm_measur": 416, "clear_measur": 416, "set_after_cycle_duti": 416, "warmup_and_accumul": [416, 575, 578, 581], "get_acceptance_r": [416, 442], "get_perc": 416, "get_rng": [416, 578, 580, 581], "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, 578, 579, 580, 581, 1883, 1887, 1891, 1903, 1906, 1911], "cycl": [417, 428, 438, 439, 440, 441, 579, 581, 1883, 1887, 1891, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "typic": [417, 438, 440, 441, 502, 505, 507, 509, 528, 536, 580, 1794, 1817], "measuretyp": 418, "measure_set": [418, 437], "measure_itr_t": [418, 437], "enable_tim": 418, "report_measur": 418, "measureauxtyp": 419, "shared_ptr": [419, 502], "common": [419, 460, 554, 576, 592, 672, 673, 1864, 1897, 1900, 1901, 1902, 1908], "WILL": 419, "movetyp": [420, 444], "proposition_prob": [420, 442, 444], "probabl": [420, 444, 445, 451, 459, 497, 514, 575, 579, 1765, 1896, 1904, 1909, 1917, 1922], "precondit": [420, 598], "random_nam": [423, 578, 580, 581], "random_se": [423, 578, 580, 581], "rethrow_except": 423, "seed": [423, 454, 580, 581, 593, 1677, 1887, 1891, 1893, 1894], "tba": 423, "whether": [423, 438, 581, 586, 588, 1090, 1104, 1118, 1678, 1725, 1737, 1794, 1847, 1850, 1851, 1852, 1856, 1872, 1887, 1891, 1917, 1922], "rate": [424, 450, 1891, 1903, 1910], "name_of_the_mov": 424, "spent": [425, 426, 433, 434], "minut": [426, 434, 581, 1890, 1894], "visit": [427, 1863], "durat": [429, 1891, 1893], "percent": [430, 552], "mc": [435, 436, 575, 578, 581, 1887, 1891, 1893, 1903], "deregist": 437, "do_measur": 438, "calibrate_mov": 438, "n_warmup_cycl": [440, 441, 578, 579, 580, 581, 1883, 1887, 1891, 1903, 1905, 1906, 1909, 1910, 1911], "sign_init": [440, 441], "weight": [440, 441, 445, 558, 1048, 1049, 1887, 1888, 1891, 1892, 1893, 1894, 1897, 1901, 1904, 1909], "collect_statist": 442, "calibr": 442, "get_statist": 442, "tri": [443, 581, 1034], "pick": [445, 578, 1205], "proposit": 445, "metropoli": [445, 575, 579, 581], "acceptance_r": 450, "decal": 451, "pretti": [451, 1897, 1901], "eras": [453, 519], "buffer": 453, "1000": [453, 530, 539, 554, 555, 558, 561, 562, 590, 591, 1782, 1792, 1897, 1898, 1901, 1904, 1906, 1908, 1909, 1911], "preview": 453, "randomgeneratornam": 454, "uint32_t": 454, "seed_": 454, "mt19937": [454, 580, 593], "mersenn": [454, 580, 581], "twister": [454, 580, 581], "enable_if": [456, 521], "is_integr": 456, "sep": 458, "analyz": [459, 460, 594, 1880, 1904, 1909], "mean_mpi": 459, "mean_and_err": [459, 495], "mean_and_err_mpi": 459, "tau_estimate_from_error": 459, "resampl": [459, 491, 492, 594], "jackknife_mpi": 459, "cdf": 459, "cumul": [459, 473, 1764], "consecut": [460, 1887, 1891], "autocorrel": 460, "grow": [460, 1917, 1922], "satur": 460, "power": [460, 466, 467, 589, 1873, 1884, 1896, 1897, 1901], "ldot": [460, 491, 492, 586, 594, 1722], "underestim": 460, "ergod": 460, "cost": [460, 592, 1904, 1909], "advis": [460, 1878], "correctli": [460, 462, 1887, 1890, 1891, 1894], "At": [460, 579, 581, 583, 1906, 1911, 1915, 1917, 1920, 1922], "larger": [460, 1887, 1891, 1893, 1904, 1909, 1910], "n_log_bins_max": [460, 462, 470], "n_log_bin": 460, "n_lin_bins_max": [460, 462, 468], "n_lin_bin": [460, 464], "lin_bin_capac": [460, 461, 462], "capac": [460, 461, 462, 464, 466, 467, 468, 470], "log_bin_error": 460, "log_bin_errors_all_reduc": 460, "data_input_count": 460, "linear_bin": [460, 461], "compress_linear_bin": 460, "compression_factor": 461, "scale": [461, 511, 1887, 1891, 1896, 1897, 1901, 1903, 1908, 1911, 1917, 1922], "noth": [461, 509, 532, 534, 578, 579, 581, 951, 1827, 1846, 1868], "my_acc": [461, 465, 468, 470], "data_inst": 462, "requisit": 462, "wise": [462, 494, 495, 498], "manner": 462, "texttt": 462, "unbound": 462, "soon": [462, 519, 520, 581, 591], "caus": [462, 586, 1725, 1852, 1917, 1922], "reach": [462, 464, 470, 571, 581, 1792, 1897, 1901, 1904, 1909], "next": [464, 528, 558, 581, 583, 1794, 1868, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1911], "loss": 464, "deduc": [466, 467, 493, 494, 495, 496, 501, 528, 531, 555, 583, 598, 1903], "activ": [468, 470, 1855, 1858, 1864, 1866, 1868, 1869], "accumulatotr": [468, 470], "2nd": [468, 524, 584, 1707], "3rd": [468, 524, 584, 1707], "halfwai": 468, "my_acc_no_lin": 468, "maxmimum": 470, "my_acc_no_log": 470, "lin_bin_s": 472, "log_bin_s": 472, "might": [472, 519, 581, 1864, 1869, 1889, 1893, 1904, 1909], "els": [472, 489, 509, 1028, 1846, 1895], "my_accumulator_d": 472, "my_measurement_d": 472, "my_array_inst": 472, "my_accumulator_a": 472, "my_measurement_a": 472, "normalis": [473, 497, 1764, 1765], "track": [474, 1756, 1863], "lost": [474, 1756, 1864], "lie": [474, 1756], "outsid": [474, 538, 539, 544, 546, 1756, 1897, 1901], "n_data_pt": 474, "n_lost_pt": 474, "discard": [474, 475, 486, 487, 1758, 1763], "mpi_broadcast": 474, "n_bin": [476, 1906, 1911], "enclos": [478, 479], "dataset": [478, 479, 562, 1898], "n_": [482, 531, 574, 578, 581, 583, 586, 1723, 1724, 1761, 1903, 1905, 1906, 1910, 1911, 1916, 1917, 1921, 1922], "mathrm": [482, 491, 492, 561, 574, 583, 1761, 1897, 1901, 1902, 1903, 1906, 1908, 1909, 1911, 1920], "send": [484, 554, 562, 583], "h1": 487, "h2": 487, "sum": [487, 514, 515, 522, 569, 570, 581, 583, 586, 598, 656, 1007, 1722, 1768, 1774, 1887, 1889, 1890, 1891, 1893, 1894, 1902, 1908, 1914, 1916, 1917, 1919, 1921, 1922], "incompat": [487, 555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "summat": [487, 1887, 1891, 1893, 1894], "langl": [491, 492, 526, 584, 1701, 1897, 1901, 1914, 1916, 1917, 1919, 1921, 1922], "mathbf": [491, 492, 526, 571, 574, 587, 666, 1729, 1733, 1891, 1900, 1906, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "rangl": [491, 492, 526, 584, 1701, 1897, 1901, 1914, 1916, 1917, 1919, 1921, 1922], "jacknif": [491, 492, 594], "a_1": [491, 492, 531], "a_2": [491, 492, 531], "a_3": [491, 492], "four": [491, 492, 584, 1698, 1699, 1703, 1705, 1708, 1710, 1903, 1910, 1915, 1920], "f_": [491, 492, 531], "tild": [491, 492, 526, 531], "bar": [491, 492, 521, 584, 586, 594, 1698, 1723, 1724, 1754, 1887, 1891, 1893, 1894, 1903, 1909, 1914, 1919], "quad": [491, 492, 587, 591, 1733], "sum_": [491, 492, 526, 531, 552, 563, 564, 574, 584, 586, 587, 594, 687, 726, 765, 804, 843, 965, 1225, 1229, 1699, 1700, 1714, 1715, 1716, 1723, 1724, 1725, 1730, 1731, 1733, 1897, 1901, 1903, 1905, 1906, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "bia": [491, 492], "errror": [491, 492], "_j": [491, 492], "sqrt": [491, 492, 494, 495, 526, 531, 558, 561, 564, 584, 587, 940, 1225, 1701, 1730, 1906, 1911], "cdot": [491, 492, 526, 574, 587, 1729, 1897, 1901], "sigma_f": [491, 492], "deviat": [491, 492, 552, 1917, 1922], "addabl": [493, 494, 495, 496], "mean_error": [493, 494, 495, 496], "spread": [495, 496, 1865], "error_with_bin": 498, "error_no_bin": 498, "delta_n": 498, "delta_0": 498, "wrap_gener": [500, 501, 504], "calling_pattern": [500, 501, 504], "no_self_c": [500, 501], "is_constructor": 500, "is_method": [500, 501], "is_stat": [500, 501], "release_gil_and_enable_sign": [500, 501, 504], "c_name": [500, 501, 504], "py_typ": 501, "c_type": [501, 504], "c_type_absolut": 501, "is_print": 501, "add_cal": 501, "kw": [501, 555, 556, 557, 558, 559, 675, 676, 682, 683, 684, 685, 686, 692, 693, 697, 698, 699, 700, 701, 702, 703, 704, 708, 714, 715, 721, 722, 723, 724, 725, 731, 732, 736, 737, 738, 739, 740, 741, 742, 743, 747, 753, 754, 760, 761, 762, 763, 764, 770, 771, 775, 776, 777, 778, 779, 780, 781, 782, 786, 792, 793, 799, 800, 801, 802, 803, 809, 810, 814, 815, 816, 817, 818, 819, 820, 821, 825, 831, 832, 838, 839, 840, 841, 842, 848, 849, 853, 854, 855, 856, 857, 858, 859, 860, 864, 912, 913, 929, 930, 953, 954, 960, 961, 962, 963, 964, 970, 971, 975, 976, 977, 978, 979, 980, 981, 982, 986, 1901], "__call__": [501, 571], "add_method": 501, "add_constructor": 501, "intermediate_typ": 501, "defaut": [501, 504], "rtype": [501, 504, 591], "arg1": [501, 504], "name1": [501, 504], "arg2": [501, 504], "name2": [501, 504], "default2": [501, 504], "omit": [501, 504], "dict": [501, 504, 507, 509, 562, 573, 586, 587, 588, 591, 893, 907, 946, 995, 1215, 1625, 1641, 1661, 1681, 1713, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1754, 1900], "variable_nam": [501, 504], "default_valu": [501, 504], "expert": [501, 504, 534], "add_getitem": 501, "__getitem__": 501, "add_iter": 501, "c_cast_typ": 501, "cast_typ": 501, "add_len": 501, "len": [501, 509, 511, 574, 711, 750, 789, 828, 867, 989, 1680, 1862, 1887, 1891, 1893, 1894, 1914, 1916, 1917, 1919, 1921, 1922], "add_memb": 501, "py_nam": 501, "read_onli": 501, "boolean": [501, 504, 586, 587, 588, 1215, 1678, 1688, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1847], "self_c": [501, 504], "method_nam": [501, 504], "pure": [501, 504, 528, 1034], "gil": [501, 504], "handler": [501, 504], "signal_handl": [501, 504], "intercept": [501, 504, 1917, 1922], "ctrl": [501, 504, 1895], "requir": [501, 502, 504, 505, 510, 511, 528, 530, 531, 573, 583, 1625, 1646, 1864, 1867, 1868, 1872, 1881, 1883, 1897, 1900, 1901, 1904, 1909, 1916, 1921], "whatsoev": [501, 504], "indirectli": [501, 504], "add_method_copi": 501, "clone_funct": 501, "make_clon": 501, "add_method_copy_from": 501, "copy_from": [501, 562], "add_method_cpp_copi": 501, "sh_copi": 501, "ordinari": [501, 521, 1900], "add_properti": 501, "getter": 501, "setter": 501, "add_regular_type_convert": 501, "add_setitem": 501, "__setitem__": [501, 554], "deduce_inplace_arithmet": 501, "trivial": [502, 542, 550], "quit": [502, 533, 1872, 1887, 1891, 1895, 1896, 1897, 1901, 1905, 1909, 1910], "semant": [502, 518, 567, 1853], "while": [502, 505, 510, 513, 519, 520, 526, 581, 591, 1678, 1863, 1868, 1875, 1887, 1891, 1897, 1899, 1901, 1903, 1906, 1909, 1911, 1913, 1914, 1918, 1919], "triqss": [502, 554, 562], "entir": [502, 1847, 1913, 1915, 1918, 1920], "additionn": [502, 596], "magic": 502, "cell": [502, 568, 573, 574, 1612, 1615, 1625, 1641, 1652, 1661, 1668, 1681, 1872, 1887, 1889, 1891, 1893, 1900, 1904, 1906, 1909, 1910, 1911], "module_": [502, 506, 1878], "cfunction": [502, 506], "class_": [502, 506], "functionn": 503, "distinguish": [503, 528, 1874], "Its": [503, 514, 574, 579, 1847], "abl": [503, 581, 592, 1864, 1868, 1869, 1887, 1888, 1891, 1892], "add_class": 504, "cl": [504, 508, 509, 907, 993, 995, 1063], "add_convert": 504, "conv": 504, "add_enum": 504, "c_namespac": 504, "enum": [504, 541], "add_funct": 504, "add_import": 504, "lst": 504, "add_preambl": 504, "preambl": 504, "add_us": 504, "generate_cod": [504, 1878], "sy": [504, 592, 1862, 1887, 1889, 1890, 1891, 1893, 1894], "oppos": 504, "2py": [505, 1864, 1871, 1872, 1878], "fig": [505, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1906, 1908, 1911], "png": [505, 1921], "abc_desc": 505, "_document": 505, "remark": 505, "scratch": 505, "libclang": [505, 1864, 1870, 1871], "hierarch": 507, "v5": 507, "portabl": [507, 554, 562, 1898], "irrespect": 507, "dump": 507, "glimps": 507, "hdf": [507, 562], "compliant": [507, 1865], "intuit": [507, 1895], "hdfarchiv": [507, 508, 511, 592, 1862, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1898, 1905, 1906, 1909, 1910, 1911, 1913, 1916, 1918, 1919, 1920, 1921], "wide": [507, 1865], "machin": [507, 1864, 1869, 1870, 1888, 1892, 1897, 1901, 1905, 1910, 1921], "32": [507, 946, 1893, 1901, 1910, 1913, 1914, 1917, 1918, 1919, 1920, 1922], "bit": [507, 538, 590, 591, 597, 598, 1909], "64": [507, 1917, 1919, 1922], "oss": 507, "langag": 507, "f90": 507, "ti": 507, "explor": [507, 508, 1888, 1892], "tree": [507, 509, 517, 518, 1034, 1864], "unix": [507, 1864], "shell": [507, 584, 1697, 1699, 1702, 1704, 1706, 1864, 1866, 1869, 1884, 1891, 1894, 1898, 1904, 1909], "h5l": [507, 1898], "henc": [507, 533, 535, 562, 592, 597, 598, 1646, 1883, 1887, 1891, 1902, 1908, 1914, 1917, 1919, 1922], "compact": [507, 524, 543, 1898], "extent": [507, 1065, 1078, 1082, 1921], "speak": [507, 518], "dictionari": [507, 508, 509, 562, 574, 585, 591, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1641, 1661, 1681, 1713, 1714, 1715, 1716, 1846, 1887, 1891, 1898, 1903], "undesir": 507, "thought": [507, 562], "leav": [507, 518, 591, 1887, 1891], "rectangular": 507, "subtre": [507, 509, 517], "natur": [507, 528, 534, 548, 554, 1887, 1891, 1897, 1901], "group1": 507, "subgroup2": 507, "leaf1": 507, "hereaft": [507, 532, 1864], "reversibli": 507, "hdfarchivegroup": [507, 508], "get_raw": [507, 509], "create_group": [507, 509, 592, 1862, 1887, 1891], "is_group": [507, 509], "is_data": [507, 509], "read_attr": [507, 509], "root_path": [507, 509], "apply_on_leav": [507, 509], "register_class": [507, 508, 509], "reconstruct": [508, 509, 558, 1897, 1901], "__reduce_to_dict__": [508, 509], "__factory_from_dict__": [508, 907, 995], "classmethod": 508, "def": [508, 558, 574, 591, 598, 1895, 1900, 1902, 1908, 1909, 1916, 1917, 1921, 1922], "__init__": [508, 555, 556, 557, 558, 559, 1878, 1895, 1899, 1902, 1908, 1909], "myclass": [508, 509], "myfile2": 508, "56": [508, 1910], "ob": [508, 1746, 1887, 1890, 1891, 1893, 1894], "root_of_h": 508, "hdf5_data_schem": [508, 509], "rebuilt": 508, "search": [508, 1782, 1863, 1864, 1866, 1872], "offer": [509, 527, 1884], "shelv": [509, 553, 560], "myfil": [509, 554, 562], "subgroup1": 509, "apart": 509, "fact": [509, 518, 531, 579, 591, 597, 598, 1745, 1913, 1917, 1918, 1922], "open_flag": 509, "key_as_string_onli": 509, "reconstruct_python_object": 509, "keyerror": 509, "shortcut": 509, "iterkei": 509, "coupl": [509, 569, 578, 584, 587, 1697, 1698, 1699, 1704, 1729, 1863, 1874, 1875, 1876, 1887, 1890, 1891, 1894, 1909], "hfd": 509, "leaf": 509, "attributenam": 509, "good": [509, 581, 1884, 1887, 1891, 1897, 1901, 1904, 1909], "practiv": 509, "cluster": [509, 581, 1640, 1644, 1864, 1869, 1906, 1911], "inert": 509, "is_master_nod": [509, 1862, 1906, 1911], "_hdf5_data_scheme_": 509, "__name__": 509, "reread": [509, 523], "composit": [510, 543], "sendbuf": 510, "recvbuf": 510, "id": [510, 1854], "transmit": 510, "Such": [510, 513], "much": [510, 1890, 1894, 1897, 1901, 1909], "prone": 510, "simplifc": 510, "signific": [510, 518], "sendcount": 510, "sendtyp": 510, "recvcount": 510, "recvtyp": 510, "contiguo": 510, "multidimension": [510, 543, 1873, 1884], "across": [510, 1678, 1887, 1891, 1915, 1920], "adress": 510, "someth": [510, 518, 521, 527, 530, 534, 538, 597, 1888, 1890, 1892, 1894], "emploi": 510, "metaprogram": 510, "unecessari": [510, 1890, 1894], "copyi": 510, "web": [510, 1863, 1864, 1873, 1880, 1888, 1892], "allreduc": 510, "allgath": 510, "analogu": 510, "nativ": [510, 1854], "declar": [510, 518, 520, 581, 583, 598], "preceed": 511, "suppli": 511, "fashion": 511, "equilibrium": 511, "thermal": [511, 579, 1887, 1891, 1903, 1917, 1922], "prove": [511, 1917, 1922], "expans": [511, 526, 530, 538, 539, 540, 546, 552, 554, 561, 562, 563, 564, 567, 1227, 1873, 1897, 1901], "ct": [511, 1873, 1887, 1891], "hubbard": [511, 566, 584, 586, 1697, 1698, 1699, 1704, 1863, 1873, 1885, 1887, 1891, 1893, 1897, 1901, 1915, 1916, 1920, 1921], "nca": 511, "substitut": [511, 1916, 1921], "spin_nam": [511, 586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1909], "sn": 511, "n_up": [511, 566], "n_dn": [511, 566], "uprim": [511, 584, 586, 1698, 1705, 1723, 1724], "j_hund": [511, 584, 586, 1697, 1698, 1699, 1704, 1724], "1j": [511, 558, 590, 1895, 1900], "c_dag": [511, 566, 583, 1899, 1903, 1906, 1910, 1911], "28": [511, 1891, 1901, 1903, 1910, 1911, 1913], "dm": 511, "occup": [511, 586, 1722, 1887, 1891, 1893, 1894, 1904, 1909, 1916, 1917, 1921, 1922], "g_w": [511, 1877, 1901, 1908], "400": 511, "01": [511, 558, 1887, 1891, 1896, 1897, 1900, 1901, 1908, 1910, 1913, 1918, 1921, 1922], "g_tau": [511, 997, 998, 1903, 1906, 1910, 1911], "g_l": [511, 564, 1227, 1906, 1911], "20": [511, 522, 571, 591, 946, 1870, 1874, 1881, 1887, 1891, 1893, 1896, 1897, 1901, 1902, 1903, 1906, 1908, 1910, 1911, 1921], "later": [511, 1868, 1881, 1887, 1891, 1897, 1898, 1899, 1901, 1914, 1915, 1919, 1920], "atom_diag_exampl": 511, "flip": [511, 578, 581, 586, 1724, 1905, 1910], "anomal": 511, "difer": 511, "polynomi": [511, 528, 532, 540, 553, 554, 560, 564, 1159, 1227, 1863], "indirect": 511, "g_tau_ind": 511, "g_iw_ind": 511, "g_l_ind": 511, "g_w_ind": 511, "some_expression_of_x_": 513, "i_": [513, 518, 520, 1874, 1897, 1901], "some_expression_of_i_": 513, "j_": [513, 520, 578, 584, 1698, 1874], "some_expression_of_x_i_j": 513, "cours": [513, 518, 554, 596, 1874, 1898, 1913, 1918], "lh": [513, 527, 530], "rewritten": [513, 526, 1873], "triqs_clef_auto_assign": 513, "pseudo": 513, "stl": 513, "pi": [513, 520, 524, 526, 531, 538, 550, 554, 558, 559, 561, 574, 591, 940, 1887, 1890, 1891, 1893, 1894, 1895, 1897, 1900, 1901, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1921, 1922], "aco": [513, 520, 524, 538], "k_": [513, 1906, 1911], "make_expr": [513, 518, 520], "fnt": 513, "make_funct": [513, 514], "adl": [513, 517, 521, 598], "therefor": [513, 528, 530, 531, 548, 554, 562, 592, 598, 1847, 1892, 1900, 1909, 1913, 1914, 1918, 1919], "friend": [513, 521], "similarli": [513, 521, 531, 562], "triqs_clef_auto_assign_subscript": 513, "struct": [513, 521, 524, 578, 581, 583, 598, 1875], "clef_implement_lazy_cal": [513, 521], "clef_auto_assign": 513, "prototyp": 514, "dark": 514, "corner": 514, "progress": [514, 569, 581, 1904, 1909], "ompil": 514, "azi": 514, "xpression": 514, "unction": 514, "nice": [517, 521, 1884], "useless": 517, "eval": [517, 519, 521, 536, 1034], "placeholder_1": [517, 519], "value_1": 517, "placeholder_2": [517, 519], "value_2": 517, "matter": [517, 519, 581, 1873], "lookup": 517, "e1": [517, 518], "e2": [517, 518], "loos": 518, "thing": [518, 592, 1887, 1891, 1893, 1894, 1897, 1901, 1904, 1909], "ternari": 518, "if_els": 518, "math": [518, 558, 559, 564, 574, 921, 1225, 1229, 1893, 1895, 1897, 1900, 1901, 1903, 1908, 1909, 1913, 1914, 1916, 1918, 1919, 1921], "clef_express": [518, 519], "almost": [518, 550, 554, 575, 581, 1865, 1868, 1904, 1909], "e0": 518, "meaningless": [518, 554], "complic": [518, 1862], "encod": [518, 526, 541, 583, 1914, 1919], "expr": [518, 519, 548, 923, 1033, 1034, 1035, 1038], "plu": [518, 1897, 1901], "fly": [518, 583, 1895], "themselv": 518, "rational": 518, "dangl": 518, "quicker": 518, "Of": [518, 554, 1898], "mandatori": 518, "opposit": [519, 550, 586, 1723, 1724], "z_": [519, 587, 1730], "sai": [519, 530, 562, 579, 581, 1895, 1904, 1909, 1915, 1920], "placeholder_3": 519, "x2": [519, 543, 598], "x3": 519, "exhaust": 519, "ban": 519, "parenthesi": [519, 580, 1895], "though": [519, 527], "show": [519, 520, 581, 593, 1868, 1874, 1875, 1876, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1901, 1903, 1904, 1906, 1909, 1910, 1911, 1913, 1917, 1918, 1922], "f1": [519, 1815], "3x3": [520, 1897, 1901], "forget": [520, 1900], "cheke": 520, "time_consuming_funct": 520, "insist": 520, "clef_make_fnt_lazi": 521, "function_to_make_lazi": 521, "foo": 521, "notclefexpress": 521, "is_clef_express": 521, "BUT": 521, "absenc": [521, 1894], "58385": 521, "v_": [521, 564, 1225, 1229, 1903], "copyabl": 521, "my_method": 521, "clef_implement_lazy_method": 521, "evalut": 521, "_2": [521, 583, 1887, 1891], "_1": [521, 583], "trait": 521, "immutablearrai": 522, "preced": 522, "param": [522, 590, 670, 941, 1820], "tparam": 522, "dollar": 522, "rest": [522, 555, 581], "alpha": [522, 526, 584, 1642, 1643, 1699, 1887, 1891, 1893, 1896, 1903, 1911, 1920, 1921, 1922], "seriou": 523, "leq": [523, 526], "m_": [523, 1909], "y_j": 523, "fast": [523, 1887, 1891, 1913, 1918], "quickli": [523, 1863, 1895, 1904, 1909], "return_typ": 524, "argument_typ": [524, 1875], "xy_typ": 524, "vector_typ": 524, "tqa": 524, "matrix_view_typ": 524, "matrix_view": [524, 557, 682, 721, 760, 799, 838, 960, 1008], "fx": 524, "fy": 524, "try_insert_from_funct": 524, "change_raw": 524, "try_op": 524, "bla": 524, "transpar": [524, 583, 1896], "fun": [524, 598, 1875], "typedef": [524, 1875], "result_typ": [524, 1875], "epsi": 524, "sin": [524, 591, 1896], "detratio": [524, 1875], "mathemat": [525, 528, 583, 1884, 1895, 1897, 1901], "mainli": [525, 1895], "know": [525, 530, 579, 582, 1887, 1891, 1895, 1897, 1900, 1901], "rm": [525, 554, 1903, 1905, 1910], "cof": 525, "i_n": 525, "pmatrix": [525, 584, 1700, 1701, 1709, 1897, 1901], "a_": [525, 526, 562, 584, 586, 587, 1699, 1724, 1725, 1730, 1731, 1733, 1905, 1910], "dot": [525, 526, 551, 574, 594, 1895, 1913, 1918], "vdot": 525, "invert": [525, 561, 1897, 1901, 1911], "furthermor": [525, 1887, 1891], "xi": [525, 543, 1917, 1922], "qquad": [525, 526, 1897, 1901, 1916, 1921], "ca": 525, "gi": [525, 543], "a_0": 525, "m_n": 525, "amelior": 525, "straightformward": 525, "hb": 525, "cg": 525, "fb": 525, "cb": 525, "gh": 525, "hg": 525, "ib": 525, "ic": 525, "gb": [525, 1919], "fh": 525, "hc": 525, "BEING": 526, "among": [526, 566, 1874, 1875, 1887, 1891], "deal": [526, 582], "emphas": 526, "essenti": [526, 552, 563, 1873, 1898], "alpha_a": 526, "beta_a": 526, "mathcal": [526, 581, 1887, 1891, 1900, 1914, 1919], "label": [526, 574, 591, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1887, 1890, 1891, 1893, 1894, 1896, 1901, 1903, 1906, 1908, 1909, 1911, 1913, 1918, 1919, 1920, 1921, 1922], "whenev": 526, "consider": [526, 554], "formal": [526, 528, 554, 1887, 1891, 1897, 1901], "equiv": [526, 570, 574, 584, 656, 1698, 1914, 1916, 1917, 1919, 1921, 1922], "c_": [526, 583, 604, 605, 625, 626, 1903, 1906, 1911], "int_0": [526, 708, 747, 786, 825, 864, 986, 1023, 1897, 1901, 1902, 1908], "2l": [526, 584, 1699, 1700], "p_l": 526, "theta": [526, 531, 561, 927, 940, 1897, 1901], "int_": [526, 570, 571, 656, 666, 1897, 1901], "analog": 526, "dt": [526, 708, 747, 786, 825, 864, 986, 1023, 1896], "2n": [526, 538, 550, 1897, 1901, 1916, 1921], "paramount": 526, "context": [526, 1034], "slowli": 526, "decai": [526, 564, 1224, 1897, 1901], "stackrel": 526, "parametr": 526, "n_1": [526, 586, 1722], "n_2": [526, 586, 1722], "o_": 526, "_i": [526, 574], "readeabl": 527, "travers": 527, "specialis": [527, 532, 534, 538, 539, 540, 544, 546, 548], "nfreq": [527, 538], "wn_": [527, 538], "strang": [527, 535], "cannot": [527, 537, 554, 600, 602, 623, 1898, 1899, 1917, 1922], "curri": 528, "understood": 528, "abstract": [528, 554, 566, 1034], "grid": [528, 571, 572, 574, 1768, 1774, 1776, 1891, 1896, 1900, 1906, 1911, 1913, 1918, 1919, 1920, 1922], "refin": [528, 567, 571, 1792], "regulartyp": 528, "comment": [528, 536, 550, 551, 567, 575, 1870, 1895, 1917, 1922], "k_vector": 528, "matsubara_freq": 528, "multi": [528, 591, 1863, 1915, 1920], "domain_t": [528, 535, 550], "eg": [528, 562, 584, 1702, 1703, 1897, 1901], "realli": [528, 579, 1884], "contigu": 528, "mesh_pt_gener": 528, "copyconstruct": [528, 567], "linear_index": [528, 1090, 1104, 1118], "at_end": 528, "cast_t": 528, "implicit": 528, "cast": [528, 1041, 1636], "wiht": 528, "fourier": [529, 552, 553, 555, 556, 558, 559, 560, 563, 573, 700, 739, 778, 817, 856, 978, 1001, 1018, 1678, 1870, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1903, 1908, 1909, 1913, 1917, 1918, 1922], "purefunctionondomain": [529, 553], "adj": 530, "reason": [530, 562, 581, 591, 1870, 1887, 1890, 1891, 1894, 1897, 1901, 1904, 1909], "gw": [530, 555, 556, 557, 558, 559, 565, 701, 703, 704, 740, 742, 743, 779, 781, 782, 818, 820, 821, 857, 859, 860, 979, 981, 982, 1019, 1021, 1022, 1897, 1901], "That": [530, 581, 1881, 1895, 1904, 1909], "call_the_fourier_implement": 530, "moreov": [530, 1868], "possess": 530, "iw_mesh": [530, 552, 1876, 1897, 1900, 1901, 1908, 1909], "tau_mesh": [530, 1876, 1897, 1901, 1908, 1909], "om_": [530, 1877], "gw2": 530, "subroutin": 531, "discret": [531, 534, 564, 572, 1225, 1648, 1664, 1768, 1774, 1863, 1897, 1901, 1913, 1917, 1918, 1922], "dft": [531, 1863, 1864], "regularli": 531, "f_0": [531, 584, 1699], "f_k": [531, 584, 1697, 1699], "f_n": 531, "t_": [531, 574, 575, 584, 1699, 1710, 1897, 1901], "n_t": [531, 1180], "t_k": 531, "omega_m": 531, "eq": 531, "tf_r": 531, "recogn": [531, 1678], "inv_dft": 531, "prepar": [531, 569, 578, 581, 1886, 1887, 1890, 1891, 1894, 1900], "f_m": 531, "eq_inv_tf_r": 531, "tau_k": 531, "tau_": [531, 539], "inv_dft_i": 531, "ge": 531, "t_1": 531, "t_2": 531, "simeq": [531, 1916, 1921], "it_2": 531, "badli": 531, "naiv": 531, "substract": 531, "tranform": 531, "2a": [531, 548], "leftrightarrow": 531, "gg": [531, 1913, 1918], "chose": [531, 1895, 1897, 1901, 1902, 1908], "opt": [532, 534, 538, 539, 540, 544, 545, 546, 1827, 1841, 1868, 1899, 1900, 1901], "variable_t": 532, "target_t": 532, "option_t": 532, "unus": 532, "decrib": 532, "block_index": [532, 534, 887, 1713], "singularity_t": [532, 537], "symmetry_t": [532, 536, 537], "stage": [532, 581, 1887, 1891], "destructor": 532, "compound": [532, 554, 562, 583], "reinterpret": 532, "1x1": [532, 545, 1876, 1897, 1901], "contruct": 534, "gf2": 534, "init_list": 534, "strip": 534, "make_block_gf_view_from_vector": 534, "Not": 534, "TO": [534, 539, 540, 592, 1609, 1881, 1905, 1910], "BE": [534, 540, 592, 1609, 1881, 1905, 1910], "bg0": 534, "bg1": 534, "bg11": 534, "bg2": 534, "bg3": 534, "bg4": 534, "test_block_gf": 534, "b4": 534, "freq": [534, 1004, 1005, 1887, 1891, 1900, 1901, 1918], "1025": [534, 1132], "positive_onli": [534, 550, 1891, 1900, 1901, 1918], "clefexpress": [535, 548], "closest": [535, 539, 583, 1068, 1217, 1218], "extrem": [535, 592], "inconveni": 535, "forbid": 535, "asid": 536, "singularity_view_t": 536, "si": 536, "evaluator_t": 536, "No": [538, 555, 556, 557, 558, 559, 675, 714, 753, 792, 831, 1871, 1887, 1891], "immutablematrix": [538, 539, 544, 546], "1d": [538, 539, 544, 546, 571, 572, 657, 661, 671, 711, 750, 789, 828, 867, 989, 1745, 1776], "3d": [538, 539, 544, 546, 555, 556, 557, 558, 559, 571, 711, 750, 789, 828, 867, 989, 1887, 1891, 1900], "todo": 538, "make_shap": [538, 539, 552], "1i": 538, "m_pi": 538, "g3": [538, 539], "226344": 538, "248878": 538, "antiperiod": 539, "OR": 539, "n_time": [539, 546, 1876], "exp": [539, 564, 578, 581, 1225, 1229, 1875, 1896, 1897, 1901, 1913, 1917, 1918, 1922], "0407608": 539, "0407604": 539, "2x2": [540, 544, 546, 564, 1231, 1897, 1901], "wmin": [540, 544], "wmax": [540, 544], "n_freq": [540, 544, 1877], "var_t": 542, "tmin": [542, 543, 546, 1876], "tmax": [542, 543, 546, 1876], "n_re_tim": [542, 543], "n_im_tim": [542, 543], "g_t_tau_": [542, 543], "dedic": 542, "g_slice": 542, "_x1": 543, "_x2": 543, "y2": [543, 1887, 1891], "_xi": 543, "yi": 543, "g_t_tau_m": 543, "g_t_tau_t": 543, "m1": [543, 584, 1699, 1700], "m2": [543, 584, 1699, 1700], "matrix_valued_vers": 543, "gm": [543, 558, 1876], "tensor_valued_vers": 543, "test_product_gf": 543, "gf_const": 545, "concentr": 547, "1a": 548, "1b": 548, "2b": 548, "closest_mesh_pt_t": 548, "3a": 548, "3b": 548, "acquir": [548, 552, 554, 563], "closest_mesh_point_t": 548, "closest_mesh_point": 548, "vehicl": 548, "matsubara_freq_mesh": 550, "pictori": [550, 551], "all_frequ": 550, "positive_frequencies_onli": 550, "matsubara_freq_domain": 550, "iomega_n": [550, 561, 1862, 1883, 1897, 1901, 1903, 1905, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "linear_index_t": 550, "default_interpol_polici": 550, "domain_pt_t": 550, "full_siz": 550, "linear_to_index": 550, "revers": 550, "first_index": 550, "last_index": 550, "first_index_window": 550, "last_index_window": 550, "tau_n": 551, "get_interpolation_data": 551, "redefin": [551, 597], "anti": [551, 584, 1698, 1705, 1899, 1913, 1915, 1918, 1920], "role": [552, 562, 563], "accur": [552, 563, 1887, 1891, 1909, 1917, 1922], "approx": [552, 563, 594, 1887, 1891, 1897, 1901, 1913, 1917, 1918, 1919, 1920, 1922], "a_n": [552, 563], "coefficienct": [552, 563], "twenti": 552, "absolut": [552, 575, 1680, 1887, 1891], "fulfil": 552, "ij": [552, 584, 586, 1699, 1710, 1714, 1716, 1723, 1724, 1897, 1901], "ji": 552, "entail": 552, "prodiv": 552, "max_ord": 552, "nerror": 552, "experienc": [552, 1865], "set_tail_fit_paramet": 552, "tail_fract": [552, 1142], "expansion_ord": [552, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1142], "fraction": [552, 1852], "outer": [552, 871], "30": [552, 593, 1142, 1881, 1891, 1901, 1909, 1910], "fit_tail_on_window": 552, "behav": [552, 596, 1866, 1898], "fit_hermitian_tail_on_window": 552, "gflegendr": [553, 554, 560, 565, 1211, 1901], "gfretim": [553, 554, 560, 564, 1213, 1230, 1901], "pickl": [553, 560], "flavour": 554, "inv": [554, 562], "enough": [554, 1887, 1891], "50": [554, 555, 556, 557, 562, 565, 574, 578, 591, 1199, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1906, 1910, 1911, 1913], "imp": [554, 1887, 1891, 1893, 1894, 1897, 1901, 1902, 1903, 1908], "collid": 554, "former": 554, "don": [554, 581, 1905, 1910], "reassign": 554, "certainli": [554, 1895], "lazy_express": 554, "assembl": [554, 1863], "bandwith": [554, 564, 1225], "bandwidth": [554, 928, 941, 943, 1897, 1901], "picklabl": [554, 562], "sent": [554, 562], "disk": [554, 562, 1914, 1915, 1919, 1920], "saw": [554, 1914, 1919], "tell": [554, 579, 581, 591, 1895, 1897, 1901, 1904, 1909], "plotter": 554, "lot": [554, 1900], "target_rank": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831, 886, 953, 1901], "is_real": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831, 953, 1897, 1901], "kwarg": [555, 557, 562, 564, 600, 603, 624, 681, 709, 720, 748, 759, 787, 798, 826, 837, 865, 870, 871, 885, 886, 893, 903, 946, 959, 987, 1066, 1079, 1091, 1105, 1119, 1133, 1149, 1160, 1169, 1181, 1226, 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, 1604, 1613, 1621, 1626, 1686, 1749, 1757, 1846, 1855, 1899, 1900, 1901], "g_out": [555, 556, 558, 559, 700, 739, 778, 817, 856, 978, 1018], "g_in": [555, 556, 558, 559, 700, 739, 778, 817, 856, 978, 1001, 1018], "set_from_legendr": [555, 556], "decompos": [555, 556, 557, 558, 559, 562, 592, 1903, 1914, 1919], "meshgf": [555, 556, 557, 558, 559], "i2": [555, 556, 557, 558, 559], "this_str": [555, 556, 557, 558, 559], "eg1": [555, 558, 562], "eg2": [555, 558, 562], "egblock": [555, 558, 559, 562], "half_bandwidth": [555, 556, 557, 558, 561, 565, 927, 928, 940, 941, 943], "mpl_interfac": [555, 556, 557, 558, 559, 565, 569, 590, 591, 593, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "plt": [555, 557, 569, 574, 593, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "x_window": [555, 590, 591, 711, 750, 789, 828, 867, 989, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215], "ylim": [555, 569, 1886, 1897, 1901, 1903, 1906, 1908, 1909, 1911, 1922], "meshimtim": [556, 564, 714, 1192, 1208, 1210, 1225, 1229, 1897, 1901, 1908, 1909], "tailgf": 556, "enforce_discontinu": [557, 564, 1227], "disc": [557, 564, 682, 721, 760, 799, 838, 960, 1008, 1225, 1229], "discontinu": [557, 564, 682, 721, 760, 799, 838, 960, 1008, 1227], "40": [557, 565, 1887, 1891, 1896, 1910], "matsubaratolegendr": [557, 565], "giw": [558, 704, 743, 782, 821, 860, 982, 1022, 1897, 1900, 1901], "freq_offset": [558, 704, 743, 782, 821, 860, 982, 1022, 1914, 1919], "demonstr": [558, 574], "counterpart": 558, "cmath": 558, "101": [558, 569, 571, 1680, 1863, 1876, 1886, 1887, 1891, 1893], "lorentzian": 558, "glorentz": 558, "z": [558, 561, 578, 581, 584, 587, 680, 719, 758, 797, 836, 927, 940, 958, 1199, 1703, 1706, 1708, 1730, 1733, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1900, 1903, 1904, 1909, 1917, 1922], "semicircl": [558, 941], "gsc": 558, "superposit": 558, "2000": 558, "gr": 558, "995": 558, "1200": 558, "g_pade": 558, "meshretim": [559, 831, 1897, 1901], "1001": [559, 1899, 1908, 1909], "permit": 561, "wilson": 561, "eps_d": [561, 1897, 1901], "cut": [561, 581, 927, 1863, 1915, 1920], "2d": [561, 569, 574, 586, 927, 1219, 1640, 1723, 1724, 1886, 1887, 1891, 1893, 1894, 1897, 1901, 1906, 1911], "chem_potenti": [561, 940, 941], "contrast": 562, "rememb": [562, 1902, 1908, 1909], "sentenc": 562, "imagin": [562, 580, 1897, 1901], "involv": [562, 581, 583, 1863, 1903], "solid": [562, 1903], "t2g": [562, 584, 1702, 1708, 1897, 1901], "t2g1": 562, "t2g2": 562, "t2g3": 562, "t2gblock": 562, "name_list": [562, 886, 1897, 1901], "block_list": [562, 870, 871, 886, 1897, 1901], "make_copi": [562, 871, 886, 1901], "compos": [562, 1891, 1901], "initialis": [562, 873, 890], "do_someth": 562, "interestingli": 562, "appear": [562, 590, 1888, 1892, 1895, 1897, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1918, 1919], "clariti": [562, 581], "exactli": [562, 600, 602, 623, 1887, 1891, 1899, 1913, 1916, 1918, 1921], "clearli": [562, 575, 581, 1868, 1906, 1911], "__blockindiceslist": 562, "__name": 562, "__note": 562, "ident": [563, 1865, 1924], "caution": [564, 1224, 1864], "iomega": [564, 1224, 1225], "eps0": [564, 1225], "v0": [564, 1225], "tol": [564, 586, 1225, 1726], "maxit": [564, 946, 1225, 1782, 1783], "10000": [564, 581, 593, 1225, 1887, 1891, 1896, 1904, 1905, 1906, 1909, 1910, 1911], "cmplx": [564, 1225], "delta_": [564, 583, 587, 1225, 1229, 1730], "kl": [564, 1225, 1229], "kj": [564, 1225, 1229], "jl": [564, 1225, 1229], "eps_j": [564, 1225, 1229], "basinhop": [564, 1225], "frontend": [564, 1225], "norb": [564, 1225, 1229, 1677, 1919], "choleski": [564, 1225], "decomposit": [564, 1225], "xatol": [564, 1225], "ftol": [564, 1225], "complx": [564, 1225], "v_opt": [564, 1225], "thereof": [564, 1225, 1229, 1852], "eps_opt": [564, 1225], "sort": [564, 1225, 1887, 1891, 1904, 1909], "delta_disc": [564, 1225], "noisi": [564, 946, 1227, 1887, 1891], "low": [564, 1227, 1893, 1897, 1901, 1906, 1909, 1911, 1917, 1922], "treatement": [564, 1228], "block_txtfil": [564, 1231], "desir": [564, 1231, 1897, 1901], "uniform": [564, 596, 1231, 1897, 1901], "up_eg1": [564, 1231], "up_eg1_1": [564, 1231], "up_eg2_1": [564, 1231], "up_eg1_2": [564, 1231], "up_eg2_2": [564, 1231], "legendretomatsubara": 565, "pictur": [566, 1897, 1901, 1914, 1919], "abstarct": 566, "bitset": 566, "dimer": 566, "coulomb": [566, 584, 1696, 1889, 1893, 1903], "repuls": 566, "mu": [566, 570, 571, 572, 659, 663, 666, 941, 1768, 1774, 1883, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1896, 1899, 1900, 1902, 1905, 1906, 1908, 1910, 1911, 1913, 1917, 1918, 1922], "full_hs_operator_t": 566, "spars": [566, 1897, 1901], "prealloc": 566, "inv_subspac": 566, "emplace_back": 566, "spn": 566, "n_down": [566, 1910], "n_up_conn": 566, "n_down_conn": 566, "sub_hs_operator_t": 566, "n_up_hilbert_map": 566, "conn": 566, "n_up_op": 566, "n_down_hilbert_map": 566, "n_down_op": 566, "ket": 566, "equip": 567, "idenifi": 567, "vanis": 567, "bravaislattic": [568, 569, 571, 573, 1078, 1620, 1625, 1636, 1660, 1886, 1900], "atom_orb_po": [568, 1612], "atom_orb_nam": [568, 1612], "lattice_to_real_coordin": [568, 573], "r_t": [568, 573, 1614, 1631, 1651, 1667], "n_orbit": [568, 570, 664, 1656, 1891, 1913, 1918], "orbital_posit": [568, 571, 574, 1641, 1660, 1661], "bravai": [569, 573, 574, 1078, 1612, 1620, 1622, 1625, 1630, 1636, 1649, 1660, 1665, 1886, 1900, 1913, 1918], "bl": [569, 571, 573, 574, 1620, 1625, 1660, 1886, 1900], "nearest": [569, 1199, 1201, 1886, 1900, 1914, 1916, 1917, 1919, 1921, 1922], "neighbour": [569, 571, 578, 1886, 1900, 1914, 1916, 1919, 1921], "00": [569, 571, 1886, 1887, 1891, 1897, 1901, 1903, 1909, 1910, 1918, 1921, 1922], "tp": [569, 571, 574, 1886, 1906, 1911], "displac": [569, 573, 1625, 1628, 1886, 1900], "t11": [569, 1886], "t12": [569, 1886], "t13": [569, 1886], "t21": [569, 1886], "t22": [569, 1886], "t23": [569, 1886], "tnn": [569, 1886], "number_orbit": [569, 1886], "tb": [569, 571, 574, 1610, 1633, 1634, 1660, 1886, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1900], "tightbind": [569, 571, 573, 1633, 1634, 1660, 1886, 1900], "n_kpt": [569, 570, 571, 572, 1673, 1886], "500": [569, 571, 1877, 1886, 1903], "n_ep": [569, 570, 571, 1610, 1673, 1674, 1886], "matplotlib": [569, 574, 589, 1868, 1870, 1871, 1873, 1882, 1884, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "pylab": [569, 574, 1886], "xlim": [569, 1746, 1886, 1897, 1901, 1903, 1906, 1908, 1909, 1910, 1911, 1922], "energies_on_bz_path": 569, "dos_from_fil": [569, 570], "_k": [570, 574, 656], "epsilon_k": [570, 572, 656, 1774, 1902, 1908], "single_orbit": [570, 664], "ONE": [570, 664], "ith": [570, 664], "dosfromfunct": [570, 571], "x_min": [570, 660, 661, 1745], "x_max": [570, 660, 661, 1745], "hilberttransform": 571, "sigma0": 571, "bigl": [571, 666, 1906, 1911], "hat": [571, 583, 587, 666, 1728, 1729, 1730, 1731, 1732, 1733, 1887, 1891, 1897, 1900, 1901], "varepsilon": [571, 666], "bigr": [571, 666, 1906, 1911], "epsilon_hat": 571, "n_points_integr": 571, "test_converg": 571, "gfbloc": [571, 1646], "array_with_gfbloc_indic": 571, "gbloc": 571, "identity_matrix": 571, "npt": 571, "cv": 571, "sumkdiscretefromlattic": 572, "riemann": [572, 1774, 1776, 1777], "leftarrow": [572, 1768, 1774], "sum_k": [572, 1768, 1774, 1902, 1908, 1916, 1917, 1921, 1922], "eps_k": [572, 1768, 1774, 1900], "bz_point": [572, 1768, 1774], "bz_weight": [572, 1768, 1774, 1891], "mu_pattern": [572, 1768, 1774], "overlap": [572, 573, 1625, 1632, 1768, 1774, 1900], "IF": [572, 1768, 1774], "recomputegrid": [572, 1774], "gauss": [572, 1768, 1774, 1776, 1777], "gfblocindic": 572, "recompute_grid": 572, "chi_0": [572, 1776, 1873, 1915, 1916, 1920, 1921, 1923], "resize_arrai": 572, "nk": [572, 1199, 1772, 1779, 1919], "k_cvt": [573, 1627, 1629, 1645, 1647, 1662, 1663], "momentum": [573, 584, 587, 1065, 1627, 1629, 1645, 1647, 1662, 1663, 1678, 1697, 1699, 1702, 1704, 1706, 1728, 1730, 1897, 1900, 1901, 1906, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "reciproc": [573, 1065, 1624, 1627, 1629, 1645, 1647, 1662, 1663, 1680, 1900, 1913, 1918], "aim": [574, 583, 1864, 1873, 1887, 1891, 1916, 1921], "triplet": 574, "lbrace": [574, 594], "rbrace": [574, 594], "ie": 574, "phi_n": 574, "phi_m": 574, "wannier": [574, 1681], "hopping_dictionari": 574, "pt": [574, 1913, 1918], "epsilon_n": 574, "join": [574, 1917, 1921, 1922], "eigenvector": 574, "success": [574, 1792, 1879, 1887, 1891], "bl_1": 574, "bl_2": 574, "bl_4": 574, "hop_1": 574, "hop_2": 574, "hop_4": 574, "tb_1": 574, "tb_2": 574, "tb_4": 574, "gamma": [574, 1891, 1897, 1901, 1903, 1913, 1914, 1915, 1918, 1919, 1920], "pipi": 574, "pi0": 574, "pihpih": 574, "twopi0": 574, "twopitwopi": 574, "path_1": 574, "path_2": 574, "2at": 574, "ucel": 574, "path_4": 574, "4at": 574, "energies_on_path": 574, "orb": 574, "e_1": 574, "e_2": 574, "e_4": 574, "linewidth": [574, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1901, 1908], "ats": 574, "legend": [574, 591, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1903, 1909, 1911, 1919, 1920, 1921, 1922], "ax": [574, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1908, 1913, 1918], "set_xtick": [574, 1887, 1891, 1893, 1894], "150": [574, 1887, 1890, 1891, 1893, 1894, 1896], "set_xticklabel": [574, 1908], "gamma_1": 574, "m_1": [574, 584, 1700, 1701, 1709], "x_1": 574, "ylabel": [574, 591, 1215, 1896, 1901, 1908, 1909, 1911, 1913, 1918, 1919, 1920], "montecarlo": 575, "dynam": [575, 583, 946, 1866, 1873, 1914, 1919], "mc_sign_typ": 575, "proba": 575, "p_x": 575, "p_": [575, 581, 1906, 1911], "move_sign": 575, "move_r": 575, "new_sign": 575, "old_sign": 575, "focu": [576, 1904, 1905, 1909, 1910], "beta_": [578, 581], "field_": 578, "rng": [578, 580, 581], "delta_energi": 578, "config_": [578, 581], "rng_": 578, "metropli": 578, "compute_m": [578, 581], "sum_z": [578, 581], "sum_m": [578, 581], "greet": [578, 581], "500000": 578, "100000": [578, 1883], "374982": [578, 581], "273894": [578, 581], "isingmc": 578, "clock_callback": [578, 581], "27603": 578, "goal": [579, 592, 1879, 1902, 1904, 1908, 1909], "transit": [579, 581, 1863, 1889, 1893, 1904, 1905, 1906, 1909, 1910, 1911, 1915, 1917, 1920, 1922], "heart": 579, "repeat": [579, 1887, 1890, 1891, 1894, 1917, 1922], "decorrel": [579, 1887, 1891, 1903], "dictonari": 579, "doesn": [579, 581], "wether": [579, 1897, 1901], "clearer": 579, "23432": 580, "stand": [580, 1863], "uniformli": 580, "spinmc": [580, 581], "mymov": 580, "overview": [581, 1863, 1884, 1887, 1891, 1895], "concret": [581, 1897, 1901], "mayb": 581, "simplest": [581, 594, 1896], "ever": [581, 598], "uparrow": [581, 586, 1724, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1916, 1917, 1921, 1922], "downarrow": [581, 586, 1724, 1903, 1905, 1906, 1910, 1911, 1916, 1917, 1921, 1922], "job": [581, 1887, 1891, 1897, 1901], "everyth": [581, 598, 1878, 1881, 1887, 1891, 1895], "obvious": [581, 1881], "piec": [581, 592, 1895, 1903], "h_": [581, 1716, 1903, 1905, 1906, 1910, 1911], "isol": [581, 1869], "5000000": 581, "600": [581, 597], "149608": 581, "initial_sign": 581, "But": 581, "satisfi": [581, 1869, 1902, 1908, 1913, 1916, 1917, 1918, 1921, 1922], "importantli": 581, "trial": 581, "With": [581, 1872, 1916, 1921], "meant": 581, "launch": 581, "55": [581, 1910], "didn": 581, "manag": [581, 589, 1864, 1865], "cleanli": 581, "safe": 581, "hope": 581, "gave": 581, "idea": [581, 1863, 1884, 1903, 1904, 1909, 1917, 1922], "chapter": 581, "haven": 581, "acc": 581, "speed": [582, 1887, 1889, 1891, 1893, 1894], "quantiti": [582, 594, 1903, 1904, 1909, 1913, 1916, 1918, 1921], "readabl": [583, 1887, 1891], "accompani": 583, "approach": [583, 1888, 1892, 1900, 1906, 1911, 1914, 1915, 1917, 1919, 1920, 1922], "meet": [583, 1863, 1887, 1891], "is_zero": 583, "sake": 583, "many_body_operator_complex": 583, "nontrivi": 583, "obei": [583, 1913, 1916, 1917, 1918, 1921, 1922], "anticommut": 583, "dagger_": [583, 584, 586, 587, 606, 607, 627, 628, 1699, 1710, 1724, 1730, 1733, 1905, 1910], "preregist": 583, "elementari": [583, 594], "instanti": 583, "make_fundamental_operator_set": 583, "make_canon": 583, "is_dag": 583, "functor": 583, "paragraph": 583, "variant_int_str": 583, "canonical_ops_t": 583, "bidirect": 583, "dedocument": 583, "triqsd": 583, "coef": 583, "deseri": 583, "quartic": [583, 585, 1903, 1914, 1919], "__repr__": 583, "__str__": 583, "c_list": 583, "cd_list": 583, "commut": [583, 1899], "radial_integr": [584, 1697, 1699], "u_int": [584, 1697, 1698, 1699, 1704], "spheric": [584, 587, 1699, 1706, 1728, 1729, 1730], "m3": [584, 1699, 1700], "m4": [584, 1699, 1700], "f_2": [584, 1699], "f_4": [584, 1699], "radial": [584, 1697, 1699, 1704], "angular": [584, 1697, 1699, 1700, 1702, 1704, 1706], "racah_wign": [584, 1699], "u_j_to_radial_integr": [584, 1699], "convet": [584, 1699], "ijkl": [584, 586, 1699, 1715, 1725], "u_": [584, 586, 1698, 1699, 1714, 1715, 1723, 1724, 1725, 1903, 1917, 1922], "f0": [584, 1697, 1699, 1704], "f2": [584, 598, 1697, 1699, 1704, 1815], "f4": [584, 1697, 1699, 1704], "preferenti": [584, 1699], "alongsid": [584, 1699, 1865], "hund": [584, 1697, 1698, 1699, 1704], "harmon": [584, 587, 1699, 1702, 1706, 1728, 1729, 1730], "cubic": [584, 587, 1199, 1201, 1204, 1699, 1702, 1706, 1728, 1729, 1730], "b_": [584, 1699, 1710], "sum_j": [584, 1699, 1710], "reduce_4index_to_2index": 584, "u_4index": [584, 1705], "u_matrix_kanamori": 584, "up_int": [584, 1698], "full_uijkl": [584, 1698], "jc_hund": [584, 1698], "uijkl": [584, 1698], "j_c": [584, 1698], "neq": [584, 586, 1698, 1723, 1724, 1905, 1910], "prime": [584, 1698], "rotation": [584, 586, 1698, 1725], "retunr": [584, 1698], "foat": [584, 1698], "t2g_submatrix": 584, "submatrix": [584, 1703, 1708], "manifold": [584, 1703, 1708], "xy": [584, 1703, 1706, 1708, 1754], "yz": [584, 1703, 1706, 1708], "xz": [584, 1703, 1706, 1708], "u_t2g": [584, 1708], "eg_submatrix": 584, "u_eg": [584, 1703], "transform_u_matrix": 584, "cubic_nam": 584, "radial_integrals_to_u_j": 584, "angular_matrix_el": 584, "m_2": [584, 1700, 1701, 1709], "m_3": [584, 1700, 1701, 1709], "m_4": [584, 1700], "ang_mat_el": [584, 1700], "three_j_symbol": 584, "jm1": [584, 1701, 1709], "jm2": [584, 1701, 1709], "jm3": [584, 1701, 1709], "l_1": [584, 1709], "l_2": [584, 1709], "l_3": [584, 1709], "j_1": [584, 1701, 1709], "j_2": [584, 1701, 1709], "j_3": [584, 1701, 1709], "three_j_sym": [584, 1709], "clebsch_gordan": 584, "clebsh": [584, 1701], "gordan": [584, 1701], "cgcoeff": [584, 1701], "subarrai": 584, "idxlist": [584, 1707], "1st": [584, 1707], "extract_": 585, "monimi": 585, "quadrat": [585, 590, 1716], "dict_to_matrix": 585, "cleaner": 585, "shorthand": 585, "extractor": 585, "op_t": 585, "dict2_t": [585, 1713, 1714, 1716], "quadrupl": 585, "dict4_t": [585, 1715], "identifi": [586, 1849, 1887, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1917, 1918, 1919, 1920, 1922, 1924], "h_int_slat": 586, "off_diag": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737], "map_operator_structur": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736], "h_dump": [586, 1723, 1724, 1725], "4d": [586, 1725], "ye": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863], "spin_orbit": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737], "up_0": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1887, 1890, 1891, 1893, 1894], "down_0": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1890, 1891, 1893, 1894], "spin_flip": [586, 1724], "pair_hop": [586, 1724], "fip": [586, 1724], "h_int_dens": 586, "diagonal_part": 586, "n_3": [586, 1722], "n_part": [586, 1722], "make_operator_r": 586, "h_real": [586, 1726], "n_op": 587, "s_op": 587, "s_": [587, 1733], "pm": [587, 1733, 1906, 1909, 1911], "s_x": [587, 1729, 1732, 1733], "s_y": [587, 1729, 1732, 1733], "s2_op": 587, "l_op": 587, "l_": [587, 687, 726, 765, 804, 843, 965, 1730], "l_x": [587, 1728, 1729, 1730], "l_y": [587, 1728, 1729, 1730], "2i": [587, 1730], "momenta": [587, 1201, 1728, 1729, 1730, 1914, 1916, 1919, 1921], "odd": [587, 1090, 1104, 1118, 1728, 1729, 1730, 1906, 1911, 1917, 1922], "l2_op": 587, "ls_op": 587, "get_mkind": 588, "mkind": [588, 1736], "operator_structur": [588, 1737], "panel": 589, "300": [590, 1863, 1891, 1893], "x_data_view": 590, "flatten_i": [590, 711, 750, 789, 828, 867, 989], "fitl": 590, "fitq": 590, "one_fermion_level": 590, "fit1": 590, "clip": 590, "reader": 590, "encourag": 590, "leastsq": 590, "x_arrai": [590, 670, 671, 1745], "y_arrai": [590, 670, 671], "fitter": [590, 670, 671], "p0": [590, 670, 671], "p1": [590, 670], "p2": [590, 670], "fitfunc": 590, "toolkit": [591, 1873], "graphic": [591, 1880], "pyplot": [591, 1740, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1900, 1906, 1911], "subfigur": 591, "subplot": [591, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1908, 1911, 1922], "bottom": [591, 1876, 1913, 1918, 1922], "bad": [591, 1903], "_plot_": 591, "curv": [591, 671, 1896, 1897, 1901, 1904, 1909, 1917, 1922], "optionsdict": 591, "optiondict": 591, "consum": 591, "pop": [591, 1890, 1894], "spuriou": 591, "xdata": 591, "ydata": 591, "graph": 591, "xlabel": [591, 1215, 1896, 1901, 1909, 1911, 1913, 1918, 1919, 1920, 1921, 1922], "overrul": 591, "myobject": [591, 1895], "arang": [591, 1896, 1901, 1902, 1905, 1908, 1909, 1910, 1917, 1921, 1922], "ydata1": 591, "ydata2": 591, "entri": [591, 1887, 1891, 1898, 1901], "dict1": 591, "dict2": 591, "scienc": 592, "everyon": 592, "human": 592, "task": [592, 1887, 1891, 1893, 1916, 1921], "admittedli": 592, "bore": 592, "physicist": 592, "fortun": 592, "wiki": 592, "wish": [592, 1871], "tini": 592, "git_hash": [592, 1862], "secur": 592, "show_machine_info": 592, "hostnam": 592, "login": [592, 1864], "code_vers": 592, "myself": [592, 1862], "situat": [592, 1897, 1901], "computation1": 592, "ok": [592, 598, 1881], "getsourc": 592, "randomgener": 593, "237849": 593, "random_generator_names_list": 593, "inverv": 593, "lagged_fibonacci607": 593, "237489": 593, "hist": [593, 1896], "aris": 594, "characterist": [594, 596, 1889, 1893, 1904, 1909], "proce": [594, 1902, 1908], "central": [594, 1887, 1891, 1897, 1901, 1906, 1911], "reliabl": [594, 1891], "difficult": 594, "date": 596, "stringstream": 596, "stack": [596, 1798], "strace": 596, "demangl": 596, "triqs_runtime_error": 596, "highli": [596, 1865], "caught": 596, "runtime_error": 596, "trace": 596, "exceptions_1": 596, "thrown": 596, "seen": [597, 1863, 1903, 1917, 1922], "pyconfig": 597, "1173": 597, "_posix_c_sourc": 597, "200112l": 597, "x86_64": 597, "unknown": 597, "os_defin": 597, "39": [597, 1891, 1893, 1895, 1896, 1899, 1900, 1901, 1903, 1910], "162": 597, "200809l": 597, "_xopen_sourc": 597, "first_includ": 597, "condition": 597, "tuple_tool": 598, "make_tupl": 598, "t0": 598, "necessarli": 598, "res2": 598, "benefit": [598, 1863], "tuple_s": 598, "tie": 598, "54": [598, 1910], "61": [598, 1910], "_called_on_tupl": 598, "_f": 598, "flavor": [600, 602, 623, 1899], "truncat": [600, 602, 623, 1899], "init_value_default": 671, "param_tupl": 671, "tex": 671, "n0": [680, 719, 758, 797, 836, 958], "contraint": [684, 723, 762, 801, 840, 962, 1010], "ac": [687, 726, 765, 804, 843, 965], "r_": [687, 726, 765, 804, 843, 965], "db": [687, 726, 765, 804, 843, 965], "new_n_tau": [697, 736, 775, 814, 853, 975, 1015, 1887, 1891, 1893, 1903], "rebin": [697, 736, 775, 814, 853, 975, 1015, 1887, 1891, 1893, 1903], "sparser": [697, 736, 775, 814, 853, 975, 1015], "insid": [711, 750, 789, 828, 867, 989, 1640, 1864, 1906, 1911], "name_list1": [870, 871], "name_list2": [870, 871], "coincid": 871, "block_index1": 872, "block_index2": 872, "selected_blocks1": [875, 882], "selected_blocks2": [875, 882], "bloc": 887, "selected_block": [892, 905], "no_except": 898, "adjust_temperatur": 898, "deprec": [899, 1848, 1850, 1856, 1857], "dic": [907, 995], "karg": [910, 911, 921, 922], "minu": 941, "alia": 942, "g0_dlr": 946, "g_dlr": [946, 999, 1000, 1002, 1003, 1897, 1901], "sigma_mo": 946, "trust": [946, 1917, 1922], "constr": 946, "disp": 946, "finite_diff_rel_step": 946, "gtol": 946, "5000": [946, 1883, 1887, 1891, 1903, 1905, 1909, 1910], "xtol": [946, 1782, 1917, 1921, 1922], "contrain": 946, "arxiv": [946, 1863, 1916, 1917, 1921, 1922], "2310": [946, 1863], "01266": [946, 1863], "\u03c3": [946, 1893], "\u03c3_dyn": 946, "i\u03bd": 946, "\u03c3_0": 946, "hartre": [946, 1640, 1887, 1890, 1891, 1893, 1894], "\u03c3_1": 946, "altern": [946, 1865, 1880, 1897, 1901, 1916, 1921], "s_iw": 946, "s_iw_dlr": 946, "sigma_hf": 946, "iwn": 946, "g_dlr_iw": 946, "g_full_iw": 946, "provdid": 946, "sigma_dlr": 946, "sigma_0": 946, "g\u2080": 946, "g\u2080\u03c3g": 946, "dct": [948, 949], "mutual": [953, 1901], "exclus": [953, 1901], "hdf_scheme": 994, "lazyexpr": 1034, "eval_term": 1035, "fnode": 1038, "fterm": 1038, "child": 1038, "castabl": [1041, 1636], "data_index": [1048, 1049, 1074, 1086, 1100, 1114, 1128, 1145, 1156, 1167, 1175, 1189], "mlist": [1055, 1056], "compom": 1061, "vector_const_view": 1068, "data_index_t": [1073, 1074, 1085, 1086, 1099, 1100, 1113, 1114, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189], "spacial": 1078, "otain": [1090, 1104, 1118], "cutoff": [1090, 1104, 1118, 1897, 1901], "accuraci": [1090, 1104, 1118, 1887, 1891, 1897, 1901], "choos": [1090, 1104, 1118, 1867, 1872, 1881, 1888, 1892], "evenli": [1148, 1168, 1180, 1901], "edg": [1148, 1168, 1180, 1863, 1901, 1906, 1911], "degre": [1159, 1904, 1906, 1909, 1911], "max_n": 1159, "w_min": [1168, 1901, 1914, 1919], "adjoint": 1192, "zmin": 1199, "zmax": 1199, "opt_dict": [1200, 1203, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1740, 1741, 1742, 1746], "gfbrillouinzon": [1200, 1203], "ltot": 1201, "xmin": [1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215], "xmax": [1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215], "allow_spectral_mod": 1215, "plot_data": [1215, 1754], "orient": [1218, 1895], "polygon": [1608, 1609], "michel": 1609, "n_div": [1610, 1674], "nkpt": 1633, "nep": [1633, 1634], "triangl": [1634, 1674], "ndiv": 1634, "tb_lattic": [1640, 1641, 1642, 1643, 1644, 1646], "super_lattice_unit": [1640, 1641], "cluster_sit": [1640, 1641], "remove_internal_hop": [1640, 1641], "tblattic": [1640, 1676, 1677, 1678, 1913, 1917, 1918, 1922], "supercel": 1643, "d1": 1646, "remove_intern": 1646, "create_zero": 1646, "dictionnari": 1646, "orbital1": 1646, "orbital2": 1646, "n_r": [1649, 1665, 1901], "n_site": 1656, "nsite": 1656, "pack_index_site_orbit": 1658, "ptb": 1676, "tbl": [1676, 1677, 1678], "extend_to_spin": 1677, "add_loc": 1677, "wout": [1677, 1682, 1888, 1892], "seed_hr": 1677, "seednam": [1677, 1887, 1891, 1894], "_hr": [1677, 1681], "digit": [1678, 1924], "decreas": [1678, 1903, 1910, 1917, 1922], "particularli": [1678, 1883, 1902, 1908], "crystal": [1678, 1897, 1901], "hk": [1678, 1905, 1910], "hk_numer": 1678, "sole": 1678, "hopp_dict": [1679, 1681], "num_wann": [1679, 1681, 1887, 1891], "segment": 1680, "num": [1680, 1913, 1918, 1919, 1920], "relative_coordin": 1680, "overal": [1680, 1887, 1891], "kvec": 1680, "dist": [1680, 1878], "travel": 1680, "null": 1688, "ignore_irrelev": [1712, 1714, 1715, 1716], "real_or_complex_arrai": 1713, "n_i": 1714, "n_j": 1714, "irrelev": [1714, 1715, 1716], "u_dict": [1714, 1715], "dagger_i": [1715, 1716], "dagger_j": 1715, "c_l": 1715, "c_k": 1715, "c_j": [1716, 1897, 1901], "h_dict": 1716, "bl_mat": 1717, "fname": [1721, 1734], "opt_list": [1740, 1741, 1742], "sl": 1745, "emul": 1746, "optional_dict": 1754, "width": [1754, 1896, 1897, 1901], "orthogonal_basi": [1768, 1770], "computegrid": 1768, "super_lattic": 1777, "provind": 1777, "x_0": [1782, 1783], "dx": [1782, 1783], "001": [1782, 1894], "x_name": [1782, 1792], "y_name": [1782, 1792], "monoton": 1782, "bisect": [1782, 1792], "06": [264, 1786, 1787, 1788, 1789, 1790, 1815, 1919], "x_init": 1792, "precision_on_i": 1792, "delta_x": 1792, "max_loop": 1792, "lower": [1792, 1897, 1901, 1903], "upper": 1792, "reimplement": [1794, 1798], "the_funct": [1794, 1798], "distributiononnodetest": 1794, "the_stack": [1798, 1800, 1805, 1807], "mpirun": [1817, 1864, 1887, 1890, 1891, 1894], "triqs_force_mpi_init": 1817, "is_mpi": 1817, "intracomm": 1819, "asynchron": 1820, "subprocess": 1820, "ping": 1820, "sleep": 1820, "msec": 1820, "host": [1823, 1837, 1864, 1888, 1892], "val": [1828, 1842], "dest": [1828, 1842], "imin": [1830, 1831], "imax": [1830, 1831], "threadgroup": 1846, "uniqu": 1846, "decim": 1846, "invoc": 1846, "subclass": [1846, 1855, 1900, 1901], "runtimeerror": [1847, 1852, 1858], "identif": [1848, 1853], "nonzero": 1849, "get_id": 1849, "recycl": 1849, "daemon": [1850, 1856], "unhandl": 1852, "is_al": 1852, "ed": [1852, 1890, 1894], "deadlock": 1852, "get_native_id": 1854, "kernel": [1854, 1897, 1901, 1903], "sequenti": 1855, "arrang": 1858, "control": [1858, 1870, 1887, 1891, 1895, 1896], "savetxt": 1862, "textfilenam": 1862, "reshap": [1862, 1900], "mesh_and_data": 1862, "hstack": 1862, "triqs quantum interacting systems toolbox research": 1863, "oolbox": 1863, "esearch": 1863, "nteract": 1863, "uantum": 1863, "ystem": 1863, "paradigm": 1863, "2005": 1863, "polytechniqu": 1863, "peer": 1863, "broader": 1863, "ecosystem": 1863, "flege": 1863, "dmft": [1863, 1864, 1873, 1883, 1888, 1889, 1892, 1893, 1895, 1897, 1901, 1904, 1905, 1909, 1910], "topic": 1863, "divers": 1863, "electron": [1863, 1887, 1888, 1891, 1892, 1893, 1897, 1901], "sr2ruo4": 1863, "120": [1863, 1887, 1891, 1893, 1894], "126401": 1863, "late": 1863, "metal": [1863, 1887, 1889, 1890, 1891, 1893, 1894, 1904, 1906, 1909, 1911], "oxid": 1863, "infinit": [1863, 1902, 1908, 1917, 1922], "nickel": 1863, "versu": [1863, 1904, 1909], "cuprat": [1863, 1906, 1911], "081110": 1863, "ndnio2": 1863, "cacuo2": 1863, "021061": 1863, "footprint": 1863, "fluctuat": [1863, 1916, 1917, 1921, 1922], "multimethod": 1863, "multimesseng": 1863, "011058": 1863, "resist": 1863, "sachdev": 1863, "kitaev": 1863, "syk": 1863, "liquid": [1863, 1891, 1892], "proc": 1863, "natl": 1863, "acad": 1863, "sci": 1863, "usa": 1863, "117": 1863, "18341": 1863, "scholar": 1863, "84": [1863, 1910], "075145": 1863, "105": 1863, "235115": 1863, "2404": 1863, "02334": 1863, "fellow": 1863, "insight": 1863, "summer": 1863, "school": 1863, "annual": 1863, "strongli": [1863, 1864, 1873, 1887, 1891], "jupyt": [1863, 1864, 1871, 1873, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1923], "session": [1863, 1864, 1866, 1873], "brows": 1863, "snippet": [1863, 1877], "familiar": [1863, 1902, 1908, 1917, 1922], "platform": 1863, "la": [1864, 1887, 1891], "cart": 1864, "privat": 1864, "x86": 1864, "architectur": 1864, "lt": [1864, 1871, 1896, 1901], "jammi": 1864, "sudo": [1864, 1869, 1871], "transport": 1864, "curl": 1864, "lsb": 1864, "triqs3": 1864, "distrib_codenam": 1864, "perman": [1864, 1868], "forg": 1864, "feedstock": 1864, "triqs_cthyb": [1864, 1883, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "triqs_dft_tool": [1864, 1887, 1891], "triqs_tprf": [1864, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "troubl": 1864, "mamba": 1864, "virtual": [1864, 1865, 1868], "administ": 1864, "triqs_latest": 1864, "sif": 1864, "exec": [1864, 1872], "servic": 1864, "close": [1864, 1870, 1877, 1887, 1891, 1904, 1909, 1914, 1919], "hpc": 1864, "bring": [1864, 1895], "eb": 1864, "robot": 1864, "foss": 1864, "2020a": 1864, "toolchain": 1864, "pai": 1864, "attent": [1864, 1887, 1891], "proceed": 1864, "install_prefix": 1864, "pwd": [1864, 1866], "mkdir": [1864, 1869, 1881], "dcmake_install_prefix": [1864, 1867], "ctest": 1864, "bash": 1864, "edit": [1864, 1895, 1904, 1909], "build_x": 1864, "build_x_test": 1864, "temporarili": 1864, "gigabyt": 1864, "ram": 1864, "restrict": 1864, "admin": 1864, "bash_profil": [1864, 1866, 1869], "zprofil": [1864, 1866], "lmod": 1864, "appl": 1865, "anyon": 1865, "superior": 1865, "drop": [1865, 1902, 1908, 1914, 1919], "precompil": 1865, "dowload": 1865, "influenc": 1866, "colon": 1866, "echo": 1866, "home": [1866, 1868, 1869, 1881, 1891], "printenv": 1866, "ld_library_path": 1866, "usernam": 1866, "cflag": 1866, "linker": [1866, 1867], "cpath": 1866, "isystem": 1866, "spawn": 1866, "intend": 1866, "install_path": 1867, "dcmake_build_typ": 1867, "dcmake_cxx_flag": 1867, "dcmake_exe_linker_flag": 1867, "dbuild_test": 1867, "upon": [1868, 1870], "macport": 1868, "fink": 1868, "enthought": 1868, "nor": 1868, "far": [1868, 1914, 1917, 1919, 1922], "qualiti": [1868, 1903], "sometim": 1868, "librairi": 1868, "dai": 1868, "suddenli": 1868, "priori": [1868, 1897, 1901], "impact": 1868, "robust": 1868, "mess": 1868, "mojav": 1868, "xcode": 1868, "sdk": 1868, "sdkroot": 1868, "xcrun": 1868, "doctor": 1868, "zshrc": 1868, "outdat": 1869, "verison": 1869, "although": 1869, "my_python": 1869, "confirm": 1869, "path_to_your_hom": 1869, "package_nam": 1869, "freeli": 1870, "iso": 1870, "committe": 1870, "philsophi": 1870, "evolut": 1870, "rapidli": 1870, "evolv": 1870, "99": [1870, 1910], "gfortran": 1871, "libopenbla": 1871, "libboost": 1871, "libfftw3": 1871, "libgmp": 1871, "libopenmpi": 1871, "fatal": 1871, "h5public": 1871, "dumpmachin": 1871, "suggest": [1872, 1914, 1919], "py3": 1872, "2to3": 1872, "backup": 1872, "2to3_nb": 1872, "ipynb": 1872, "dive": 1872, "round": 1872, "divison": 1872, "__floordiv__": 1872, "slash": 1872, "hard": [1872, 1887, 1891], "net": 1872, "editor": [1872, 1904, 1909], "bufdo": 1872, "nn1": 1872, "gc": 1872, "declin": 1872, "xa": 1872, "appnam": 1872, "module_name_desc": 1872, "outlin": [1872, 1897, 1901], "dpython_execut": 1872, "path_to_python3": 1872, "demo": 1873, "understand": [1873, 1887, 1891, 1904, 1909, 1910, 1914, 1919], "behind": [1873, 1896, 1903], "ingredi": [1873, 1906, 1911], "tackl": 1873, "condens": 1873, "theori": [1873, 1897, 1901], "realiz": 1873, "difficulti": 1873, "aspect": [1873, 1887, 1891, 1895, 1900, 1921, 1923], "remind": [1873, 1878, 1885, 1914, 1919], "anderson": [1873, 1885], "valenc": [1873, 1885], "bond": [1873, 1885, 1887, 1891], "nest": [1873, 1917, 1922, 1923], "suscept": [1873, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923], "rpa": [1873, 1913, 1918, 1923], "tpsc": [1873, 1913, 1915, 1918, 1920, 1923], "antiferromagnet": [1873, 1915, 1920, 1923], "resourc": [1873, 1887, 1891, 1895], "ctqmc": [1873, 1899, 1909], "store_a": 1874, "tql": 1874, "initial_x": 1875, "initial_i": 1875, "stai": [1875, 1895], "d2": 1875, "const_view": 1876, "shortest": 1876, "inu_": 1876, "t_mesh": 1876, "nxm": 1876, "Or": 1876, "t1_": 1876, "t2_": 1876, "36": [1876, 1901, 1910], "hfile": 1877, "my_gf": 1877, "hfile2": 1877, "48796": 1877, "0766486": 1877, "src_dir": 1878, "foobar": 1878, "toto_a1": 1878, "module_a1_desc": 1878, "module_a1": 1878, "totoa1": 1878, "module_b1": 1878, "application_b": 1878, "build_dir": 1878, "install_dir": 1878, "module_path_list": 1878, "automodul": 1878, "blue": [1878, 1887, 1891, 1896, 1903], "prompt": 1878, "my_funct": 1878, "module_a1_wrap": 1878, "yet": [1878, 1887, 1891], "to_be_instal": 1878, "perftool": 1880, "libgoogl": 1880, "pprof": 1880, "lprofil": 1880, "simple_test": 1880, "cpuprofil": 1880, "profile_test": 1880, "prof": 1880, "recompil": [1880, 1881, 1895], "preload": 1880, "libprofil": 1880, "yep": 1880, "easy_instal": 1880, "my_test": 1880, "myep": 1880, "successfulli": 1881, "plan": 1881, "said": [1881, 1913, 1918], "cmake_minimum_requir": 1881, "myproj": 1881, "cmake_build_typ": 1881, "predefin": [1881, 1887, 1891, 1897, 1901], "add_execut": 1881, "target_link_librari": 1881, "triqs_set_rpath_for_target": 1881, "dtriqs_path": 1881, "teach": [1882, 1885, 1923], "strictli": 1883, "technic": 1883, "semi": 1883, "circular": 1883, "g_0": [1883, 1897, 1900, 1901, 1902, 1903, 1908, 1913, 1914, 1918, 1919], "plain": 1883, "vanilla": 1883, "n_loop": [1883, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911], "niter": [1883, 1905, 1909, 1910], "paramagnet": [1883, 1887, 1891], "h_int": [1883, 1903, 1905, 1906, 1909, 1910, 1911], "single_site_beth": 1883, "friendli": 1884, "enhanc": [1884, 1914, 1915, 1919, 1920], "browser": 1884, "inlin": [1884, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "think": [1884, 1887, 1891, 1897, 1901, 1904, 1909, 1913, 1915, 1918, 1920], "spend": 1884, "familiaris": 1884, "yourself": 1884, "carpentri": 1884, "video": 1884, "slide": 1884, "lectur": [1884, 1916, 1921], "capabl": 1884, "modeldmft": 1885, "implemet": 1886, "set_printopt": [1887, 1889, 1890, 1891, 1893, 1894], "140": [1887, 1889, 1890, 1891, 1893, 1894], "plot_correlated_band": [1887, 1889, 1890, 1891, 1893, 1894], "pcb": [1887, 1889, 1890, 1891, 1893, 1894], "maxent_sigma": [1887, 1889, 1890, 1891, 1893, 1894], "sigma_max": [1887, 1889, 1890, 1891, 1893, 1894], "la2cuo4": [1887, 1889, 1891, 1893, 1894], "tc": [1887, 1891], "superconductor": [1887, 1891, 1906, 1911], "cu": [1887, 1888, 1891, 1892], "ion": [1887, 1891], "materi": [1887, 1888, 1891, 1892, 1893, 1902, 1908], "suit": [1887, 1891], "straightforward": [1887, 1891], "theoret": [1887, 1891], "werner": [1887, 1891], "91": [1887, 1889, 1891, 1893], "125142": [1887, 1889, 1891, 1893], "workflow": [1887, 1891], "spirit": [1887, 1891], "graybox": [1887, 1891], "deepen": [1887, 1891], "_autosummari": [1887, 1891], "read_config": [1887, 1891], "1088": [1887, 1891], "1361": [1887, 1891], "648x": [1887, 1891], "ac5d1c": [1887, 1891], "recap": [1887, 1891], "scf": [1887, 1891], "d_": [1887, 1891, 1903], "lco": [1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894], "nscf": [1887, 1891], "w90": [1887, 1889, 1890, 1891, 1893, 1894], "mlwf": [1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894], "bandstructur": [1887, 1891], "bnd": [1887, 1891], "disentangl": [1887, 1891], "win": [1887, 1891, 1917, 1922], "num_band": [1887, 1891], "mp_grid": [1887, 1891], "exclude_band": [1887, 1891], "31": [1887, 1891, 1894, 1901, 1910], "34": [1887, 1891, 1893, 1894, 1901, 1910, 1913], "dis_win_min": [1887, 1891], "dis_win_max": [1887, 1891], "dis_froz_min": [1887, 1891], "dis_froz_max": [1887, 1891], "wf": [1887, 1891], "cuo": [1887, 1891], "_4": [1887, 1891], "charact": [1887, 1891], "loc": [1887, 1890, 1891, 1893, 1894, 1897, 1901, 1903, 1906, 1911, 1922], "7367": [1887, 1889, 1890, 1891, 1893, 1894], "dos_data": [1887, 1891], "elem": [1887, 1891], "char_tabl": [1887, 1891], "pdos_tot": [1887, 1891], "tot": [1887, 1891], "loadtxt": [1887, 1891, 1896], "el": [1887, 1891], "n_atom": [1887, 1891], "n_char": [1887, 1891], "pdos_atm": [1887, 1891], "_wfc": [1887, 1891], "w90_do": [1887, 1891], "dpi": [1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1903, 1904, 1905, 1908, 1909, 1910], "figsiz": [1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1908, 1911, 1922], "fill_between": [1887, 1891, 1911], "zorder": [1887, 1891, 1913, 1918], "grai": [1887, 1891], "lw": [1887, 1891, 1896, 1901, 1911, 1913, 1918, 1920, 1921], "dz2": [1887, 1891], "dxz": [1887, 1891], "dyz": [1887, 1891], "dx2": [1887, 1891], "dxy": [1887, 1891], "cu_dx2y2": [1887, 1891], "cu_dz2": [1887, 1891], "2p": [1887, 1891], "set_xlim": [1887, 1890, 1891, 1893, 1894, 1897, 1901], "set_ylim": [1887, 1890, 1891, 1893, 1894], "set_ylabel": [1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1913, 1918], "set_xlabel": [1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901], "ev": [1887, 1889, 1890, 1891, 1893, 1894], "dominantli": [1887, 1891], "compromis": [1887, 1891], "carefulli": [1887, 1891], "leverag": [1887, 1891], "w90_dict": [1887, 1889, 1890, 1891, 1893, 1894], "w90_path": [1887, 1889, 1890, 1891, 1893, 1894], "w90_seed": [1887, 1889, 1890, 1891, 1893, 1894], "mu_tb": [1887, 1889, 1890, 1891, 1893, 1894], "plot_dict": [1887, 1889, 1890, 1891, 1893, 1894], "colorscheme_band": [1887, 1889, 1890, 1891, 1893, 1894], "coolwarm": [1887, 1891, 1900], "tb_dict": [1887, 1889, 1890, 1891, 1893, 1894], "bands_path": [1887, 1889, 1890, 1891, 1893, 1894], "get_dmft_band": [1887, 1890, 1891, 1893, 1894], "tb_band": [1887, 1890, 1891, 1893, 1894], "alatt_k_w_path": [1887, 1890, 1891, 1893, 1894], "freq_dict": [1887, 1890, 1891, 1893, 1894], "band_data": [1887, 1891], "lco_band": [1887, 1891], "k_mesh": [1887, 1891, 1893, 1894, 1900], "c0": [1887, 1890, 1891, 1893, 1894, 1903], "plot_band": [1887, 1890, 1891, 1893, 1894], "alatt": [1887, 1890, 1891, 1893, 1894], "wannier90convert": [1887, 1891], "inp": [1887, 1891], "irep": [1887, 1891], "lco_wanni": [1887, 1889, 1890, 1891, 1893, 1894], "hdf_filenam": [1887, 1891], "convert_dft_input": [1887, 1891], "cwd": [1887, 1891], "cp": [1887, 1891], "languang": [1887, 1891], "immens": [1887, 1891], "transfer": [1887, 1891, 1914, 1919], "h5py": [1887, 1891], "dft_input": [1887, 1891], "wannier90cconvert": [1887, 1891], "h5structur": [1887, 1891], "expand": [1887, 1888, 1891, 1892, 1903, 1917, 1922], "1160": [1887, 1891], "k_b": [1887, 1891], "ultim": [1887, 1891], "n_cycles_tot": [1887, 1891], "2e": [265, 1887, 1891], "walker": [1887, 1891], "workload": [1887, 1891], "dmft_config": [1887, 1889, 1891, 1893], "ini": [1887, 1889, 1890, 1891, 1893, 1894], "cat": [1887, 1890, 1891, 1893, 1894], "solver_typ": [1887, 1890, 1891, 1894], "n_iter_dmft": [1887, 1891, 1894], "jobnam": [1887, 1889, 1891, 1893, 1894], "dc_type": [1887, 1891, 1894], "b10": [1887, 1889, 1890, 1891, 1893, 1894], "u3": [1887, 1889, 1890, 1891, 1893, 1894, 1910], "observables_imp0": [1887, 1891, 1893], "metric": [1887, 1890, 1891, 1893, 1894], "dmft_result": [1887, 1890, 1891, 1893, 1894], "conv_ob": [1887, 1890, 1891, 1893, 1894], "convergence_ob": [1887, 1890, 1891, 1893, 1894], "sigma_imp_iw": [1887, 1891, 1893], "last_it": [1887, 1890, 1891, 1893, 1894], "sigma_freq_0": [1887, 1891, 1893, 1894], "g_imp_iw": [1887, 1890, 1891, 1893, 1894], "gimp_freq_0": [1887, 1890, 1891, 1893, 1894], "g_imp_tau": [1887, 1890, 1891, 1893, 1894], "gimp_time_0": [1887, 1890, 1891, 1893, 1894], "chemical_potential_post": [1887, 1890, 1891, 1893, 1894], "dc": [1887, 1890, 1891, 1893, 1894], "dc_pot": [1887, 1890, 1891, 1893, 1894], "gaug": [1887, 1891], "quasiparticl": [1887, 1888, 1891, 1892, 1893, 1904, 1906, 1909, 1911], "weiss": [1887, 1891, 1893, 1894, 1902, 1906, 1908, 1911], "condid": [1887, 1891], "nrow": [1887, 1891, 1893, 1894], "sharex": [1887, 1890, 1891, 1893, 1894], "imp_occ": [1887, 1891, 1893, 1894], "c1": [1887, 1891, 1893, 1894, 1903], "98": [1887, 1891, 1893, 1894, 1910], "aw0": [1887, 1891, 1893, 1894], "imp_gb2": [1887, 1891, 1893, 1894], "c2": [1887, 1891, 1893, 1894], "orb_z": [1887, 1891, 1893, 1894], "c3": [1887, 1891, 1893, 1894], "qp": [1887, 1891, 1893, 1894], "semilogi": [1887, 1891, 1893, 1894, 1897, 1901], "d_g0": [1887, 1891, 1893, 1894], "c4": [1887, 1891, 1893, 1894], "dg": [1887, 1891, 1893, 1894], "_0": [1887, 1891, 1893, 1894, 1902, 1906, 1908, 1911], "gimp": [1887, 1891, 1893, 1894], "gloc": [1887, 1891, 1893, 1894], "d_gimp": [1887, 1891, 1893, 1894], "c5": [1887, 1891, 1893, 1894], "seem": [1887, 1891, 1917, 1922], "room": [1887, 1891], "diverg": [1887, 1891, 1893, 1897, 1901, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "mott": [1887, 1891, 1893, 1904, 1905, 1909, 1910], "insul": [1887, 1889, 1890, 1891, 1893, 1894, 1904, 1906, 1909, 1911], "slope": [1887, 1891], "strength": [1887, 1889, 1891, 1893, 1903], "toward": [1887, 1891, 1915, 1920], "strong": [1887, 1891, 1893], "convergen": [1887, 1891], "smoothli": [1887, 1891], "append": [1887, 1891, 1893, 1895, 1898, 1901, 1909], "hd": [1887, 1891], "notic": [1887, 1889, 1891, 1893], "rerun": [1887, 1891], "fine": [1887, 1891, 1914, 1919], "rebinning_tau": [1887, 1891, 1893, 1903], "xx": [1887, 1891], "maxent": [1887, 1889, 1891, 1893, 1909], "stochast": [1887, 1891, 1903], "delic": [1887, 1891, 1897, 1901, 1904, 1909], "great": [1887, 1891], "sound": [1887, 1891], "overinterpret": [1887, 1891], "sigma_real_freq": [1887, 1890, 1891, 1893, 1894], "external_path": [1887, 1891, 1893], "omega_max": [1887, 1891, 1893], "maxent_error": [1887, 1891, 1893], "03": [1887, 1891, 1893, 1896, 1903, 1910, 1913, 1918], "n_points_max": [1887, 1891, 1893], "continuator_typ": [1887, 1891, 1893], "inversion_sigmainf": [1887, 1891, 1893], "offset": [1887, 1890, 1891, 1893, 1894], "photoemiss": [1887, 1891], "with_sigma": [1887, 1890, 1891, 1893, 1894], "calc": [1887, 1891, 1893], "keywarg": [1887, 1890, 1891, 1893, 1894], "sigma_dict": [1887, 1890, 1891, 1893, 1894], "w_mesh": [1887, 1890, 1891, 1893, 1894, 1897, 1898, 1901], "501": [1887, 1890, 1891, 1893, 1894], "dmft_path": [1887, 1890, 1891, 1893, 1894], "grei": [1887, 1889, 1890, 1891, 1893, 1894], "colorscheme_alatt": [1887, 1889, 1890, 1891, 1893, 1894], "spectral_r": [1887, 1889, 1890, 1891, 1893, 1894], "colorscheme_kslic": [1887, 1889, 1890, 1891, 1893, 1894], "black": [1887, 1891, 1893], "intens": [1887, 1891, 1893], "bright": [1887, 1891], "sattelit": [1887, 1891, 1893], "homogen": [1887, 1891], "k_dim": [1887, 1891, 1893, 1894], "e_k": [1887, 1891, 1893, 1894, 1913, 1914, 1917, 1918, 1919, 1922], "mesh_k_w": [1887, 1891, 1893], "g_k_w": [1887, 1891, 1893], "g_loc_w": [1887, 1890, 1891, 1893, 1894], "went": [1887, 1891], "roughli": [1887, 1891], "maxent_gf_imp": [1887, 1891], "gf_imp_max": [1887, 1891], "sum_spin": [1887, 1891], "a_imp_w": [1887, 1891, 1893], "aimp_w_line_fit": [1887, 1891, 1893], "total_0": [1887, 1891, 1893], "plane": [1887, 1891], "tb_kslice": [1887, 1891], "isupp": [1887, 1891], "kslice_upd": [1887, 1891], "kz": [1887, 1891, 1913, 1918], "1e6": [1887, 1891], "fermi_slic": [1887, 1891], "plot_kslic": [1887, 1891], "quarter": [1887, 1891, 1905, 1910], "appropri": [1887, 1888, 1891, 1892, 1893], "sigma_fermise": [1887, 1888, 1891, 1892], "self_energi": [1887, 1891], "dmft_mu": [1887, 1891], "orbital_ord": [1887, 1891], "webapp": [1888, 1892], "lco_hr": [1888, 1891, 1892], "simga_fermise": [1888, 1892], "lab": [1888, 1892], "enter": [1888, 1892, 1895, 1916, 1917, 1921, 1922], "recomput": [1888, 1892, 1917, 1922], "kpoint": [1888, 1892], "upload": [1888, 1892], "wrong": [1888, 1892, 1909, 1917, 1922], "reload": [1888, 1892], "solid_dmft": [1888, 1889, 1890, 1892, 1893, 1894], "incoher": [1888, 1892, 1893, 1894], "fermi": [1888, 1889, 1890, 1892, 1893, 1894, 1906, 1911, 1914, 1917, 1919, 1922], "surfac": [1888, 1892, 1914, 1917, 1919, 1922], "tab": [1888, 1892, 1895], "08": [1889, 1891, 1893, 1894, 1903, 1906, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "223892": [1889, 1893], "gap": [1889, 1893, 1904, 1909], "prb": [1889, 1893], "37": [1889, 1893, 1901, 1910, 1911], "7506": [1889, 1893], "1988": [1889, 1893], "artifici": [1889, 1893, 1904, 1909], "simplic": [1889, 1893], "rout": [1889, 1893], "mit": [1889, 1893], "regim": [1889, 1892, 1893, 1917, 1922], "tip": [1889, 1890, 1893, 1894, 1903, 1904, 1909], "converg": [1889, 1890, 1893, 1894, 1902, 1904, 1906, 1908, 1909, 1911, 1917, 1922], "load_sigma": [1889, 1893], "path_to_sigma": [1889, 1893], "whatev": [1889, 1893], "translat": [1889, 1893], "afterward": [1889, 1896], "abil": [1890, 1894], "seamlessli": [1890, 1894], "lighter": [1890, 1894], "neglect": [1890, 1894, 1913, 1918], "dmft_config_hubbardi": [1890, 1894], "sigma_real_freq_hi": [1890, 1894], "sigma_refreq_0": [1890, 1894], "g_atomic_w": [1890, 1894], "gimp_refreq_0": [1890, 1894], "mu_hi": [1890, 1894], "dc_hi": [1890, 1894], "lehman": [1890, 1894, 1897, 1901], "fragment": [1890, 1894], "sigma_real_freq_cthyb": [1890, 1894], "sigma_maxent_0": [1890, 1894], "xxxx": 1890, "sigma_real_freq_cthyb_in": [1890, 1894], "mu_dmft": [1890, 1894], "spectra": [1890, 1894], "deliv": [1890, 1894], "4j": [1890, 1894, 1895], "g_loc_w_cthyb": [1890, 1894], "ce2o3_csc_w90": [1890, 1894], "19": [264, 265, 1891, 1901, 1903, 1910], "07": [1891, 1911, 1913, 1918], "53": [1891, 1910, 1917, 1922], "835903": 1891, "antibod": 1891, "8956": [1891, 1893, 1894], "mnt": 1891, "ahampel": 1891, "abinitiodmft": 1891, "inequival": 1891, "3may2022": 1891, "397": 1891, "00000": 1891, "corr": 1891, "838": 1891, "000j": 1891, "charge_below": 1891, "corr_shel": 1891, "corr_to_inequiv": 1891, "density_requir": 1891, "dft_code": 1891, "dim_rep": 1891, "energy_unit": 1891, "inequiv_to_corr": 1891, "k_dep_project": 1891, "kpt_weight": 1891, "kpt": 1891, "n_corr_shel": 1891, "n_inequiv_shel": 1891, "n_rep": 1891, "n_shell": 1891, "proj_mat": 1891, "rot_mat": 1891, "rot_mat_time_inv": 1891, "symm_op": 1891, "use_rot": 1891, "251": [1891, 1894], "5001": [1891, 1894, 1897, 1901], "prec_mu": [1891, 1894], "0001": [1891, 1894], "mu_initial_guess": [1891, 1894], "h_int_typ": [1891, 1894], "dc_dmft": [1891, 1894], "h5_save_freq": [1891, 1894], "store_solv": 1891, "imag_threshold": 1891, "measure_density_matrix": [1891, 1894, 1904, 1909], "perform_tail_fit": 1891, "fit_max_mo": 1891, "fit_min_w": 1891, "fit_max_w": 1891, "occ": [1891, 1893], "79717": [1891, 1893], "32562": [1891, 1893], "99991": [1891, 1893], "14981": 1891, "98807": 1891, "86777": 1891, "12728": 1891, "99207": 1891, "89134": 1891, "11719": 1891, "99775": 1891, "89788": 1891, "11063": 1891, "99678": 1891, "90672": 1891, "10749": 1891, "99894": 1891, "90939": 1891, "10648": 1891, "99783": 1891, "91505": 1891, "10431": 1891, "99636": 1891, "92424": 1891, "10370": 1891, "00087": 1891, "92160": 1891, "10397": 1891, "00069": 1891, "dmft_input": 1891, "dft_misc_input": 1891, "sigma_freq_0_up_0": 1891, "502": 1891, "sigma_freq_0_down_0": 1891, "g_imp_rebin": [1891, 1893, 1903], "\u03c9": [1891, 1893, 1894], "0454": 1891, "5425": 1891, "5920": 1891, "0752": 1891, "2550": 1891, "epsilon_": [1891, 1903, 1911], "\u03bc": [1891, 1893, 1894], "9199": 1891, "23": [1891, 1901, 1910], "27": [1891, 1901, 1910], "29": [1891, 1901, 1910, 1918, 1919, 1920, 1922], "0911": 1891, "u5": [1893, 1894, 1910], "09197": 1893, "98699": 1893, "88153": 1893, "04956": 1893, "99814": 1893, "89133": 1893, "02594": 1893, "99703": 1893, "90468": 1893, "01621": 1893, "99913": 1893, "90872": 1893, "00930": 1893, "99939": 1893, "91156": 1893, "00421": 1893, "00005": 1893, "00202": 1893, "99979": 1893, "91255": 1893, "00367": 1893, "99936": 1893, "91577": 1893, "00284": 1893, "91871": 1893, "00353": 1893, "99932": 1893, "02": [1893, 1894, 1897, 1900, 1901, 1910], "_n": 1893, "coher": 1893, "jump": [1893, 1897, 1901], "induc": 1893, "freez": 1893, "motion": 1893, "excit": [1893, 1894, 1917, 1922], "42": [1893, 1910], "1552": 1893, "6919": 1893, "92": [1893, 1900, 1910], "3515": 1893, "0624": [1893, 1910], "125": 1893, "2610": 1893, "9218": 1893, "disappear": 1893, "aimp_w_0_met": 1893, "aimp_maxent_0": 1893, "optic": 1893, "853128": 1894, "dc_energ": 1894, "delta_time_0": 1894, "g0_refreq_0": 1894, "g0_freq_0": 1894, "chemical_potential_pr": 1894, "dens_mat_post": 1894, "dens_mat_pr": 1894, "full_dens_mat_0": 1894, "h_loc_diag_0": 1894, "ins": [1894, 1910], "pole": 1894, "awai": [1894, 1902, 1908], "7853": 1894, "multiplet": [1894, 1904, 1909, 1910], "peak": [1894, 1897, 1901, 1914, 1915, 1919, 1920], "adequ": 1894, "heavi": 1894, "Being": 1895, "thorough": 1895, "swcarpentri": 1895, "novic": 1895, "gapmind": 1895, "inflamm": 1895, "my_script": 1895, "mathematica": 1895, "hello": 1895, "exercis": [1895, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "quickest": 1895, "explanatori": 1895, "2j": [1895, 1905, 1910], "3095238095238093": 1895, "0j": [1895, 1900], "12j": 1895, "elif": 1895, "fnct": 1895, "3f": [1895, 1897, 1901], "000": 1895, "l3": 1895, "what_is_x": 1895, "change_x": 1895, "press": 1895, "5x": 1896, "mpl": [1896, 1897, 1901, 1903, 1904, 1905, 1908, 1909, 1910], "rcparam": [1896, 1897, 1901, 1903, 1904, 1905, 1908, 1909, 1910], "xr": 1896, "yr1": 1896, "yr2": 1896, "red": [1896, 1903, 1920], "xb": 1896, "0x10d970050": 1896, "yr": 1896, "titl": [1896, 1911, 1919, 1920, 1922], "randn": 1896, "facecolor": 1896, "028": 1896, "0025": 1896, "smart": 1896, "45": [1896, 1910, 1921, 1922], "025": 1896, "fontsiz": [1896, 1911, 1913, 1918], "160": 1896, "matlab": 1896, "curtain": 1896, "add_ax": [1896, 1908], "set_titl": [1896, 1900], "inset": 1896, "tanh": [1896, 1914, 1919], "subax": 1896, "85": [1896, 1906, 1910, 1911], "sinu": 1896, "0x10dd56810": 1896, "211": 1896, "212": 1896, "121": 1896, "122": 1896, "line2d": 1896, "0x10db27a90": 1896, "cal": [1897, 1901, 1902, 1905, 1906, 1908, 1910, 1911], "mathbb": [1897, 1901], "times2": [1897, 1901], "grand": [1897, 1901], "ensembl": [1897, 1901], "exponenti": [1897, 1901, 1917, 1922], "realist": [1897, 1901], "c_i": [1897, 1901], "conserv": [1897, 1901, 1916, 1921], "2g": [1897, 1901], "e_g": [1897, 1901], "talk": [1897, 1901], "v_1": [1897, 1901], "epsilon_2": [1897, 1901], "v_2": [1897, 1901], "g_eg": [1897, 1901], "g_t2g": [1897, 1901], "eps_t2g": [1897, 1901], "t_2g": [1897, 1901], "epsilon_d": [1897, 1901, 1903], "textbf": [1897, 1901], "worri": [1897, 1901], "giw_2": [1897, 1901], "thousand": [1897, 1901], "problemat": [1897, 1901], "kay": [1897, 1901], "prb105": [1897, 1901], "2022": [1897, 1901], "omega_l": [1897, 1901], "widehat": [1897, 1901], "_l": [1897, 1901], "dimensionless": [1897, 1901], "character": [1897, 1901, 1904, 1909], "assumpt": [1897, 1901], "1500": [1897, 1901], "dlr_iw_mesh": [1897, 1901], "giw_dlr": [1897, 1901], "43": [1897, 1901, 1910], "giw_from_dlr": [1897, 1901], "arbirarili": [1897, 1901], "dens": [1897, 1901], "gtau_dlr": [1897, 1901], "ill": [1897, 1901], "nois": [1897, 1901, 1903, 1904, 1909], "coars": [1897, 1901], "worsen": [1897, 1901], "did": [1897, 1901, 1904, 1909], "verifi": [1897, 1901], "perturb": [1897, 1901], "light": 1898, "recoveri": 1898, "recov": 1898, "my_arch": 1898, "overwrit": 1898, "inspir": 1899, "gs_energi": 1899, "2t": [1900, 1906, 1911, 1913, 1914, 1918, 1919], "k_x": [1900, 1911, 1913, 1914, 1918, 1919], "k_y": [1900, 1911, 1913, 1914, 1918, 1919], "_x": [1900, 1919], "_y": 1900, "r3": 1900, "128": [1900, 1913, 1917, 1918, 1922], "k_iw_mesh": 1900, "recal": [1900, 1906, 1911], "timeit": 1900, "faster": 1900, "iw_arr": 1900, "k_arr": 1900, "np_ep": 1900, "eps_arr": 1900, "repons": 1900, "omega_2": 1900, "g_eval": 1900, "g_exact": 1900, "k_0": 1900, "k0": 1900, "linearli": 1900, "9996637574643963": 1900, "cpython": [1900, 1901], "311": [1900, 1901], "darwin": [1900, 1901], "gtb": 1900, "k_grid": 1900, "110": [1900, 1913, 1918], "surf": 1900, "plot_surfac": 1900, "cmap": [1900, 1911, 1913, 1918, 1919], "colorbar": [1900, 1911, 1913, 1918, 1919, 1920], "shrink": 1900, "addmethod": 1901, "119": 1901, "146": 1901, "178": 1901, "217": 1901, "265": 1901, "324": 1901, "396": 1901, "483": 1901, "590": 1901, "721": 1901, "26894142138025784": 1901, "816357384858482e": 1901, "15j": 1901, "6001": 1901, "31556737050747535": 1901, "638049093627782e": 1901, "17j": 1901, "83481049534862e": 1901, "9381548639656863j": 1901, "33": [1901, 1910], "35": [1901, 1908, 1910, 1921, 1922], "eps_r": 1901, "05": [265, 1901, 1913, 1918], "0x11273a790": 1901, "sigma_check": 1901, "_check": 1901, "38": [1901, 1910], "g0_tau": [1901, 1908, 1909], "sigma_tau": [1901, 1908, 1909], "g0_w": 1901, "ipt": [1902, 1903, 1904, 1908, 1909], "cheap": [1902, 1908], "iptsolv": [1902, 1908, 1909], "sigma_": [1902, 1904, 1906, 1908, 1909, 1911], "scan": [1902, 1908, 1916, 1921], "hybridis": 1903, "darkgreen": 1903, "nu": [1903, 1916, 1917, 1921, 1922], "diagrammat": 1903, "contrari": [1903, 1917, 1922], "busi": 1903, "circl": 1903, "50000": 1903, "49": [1903, 1910], "483848": 1903, "warm": [1903, 1910], "4999": [1903, 1910], "9760": 1903, "49999": 1903, "00566571": 1903, "000908685": 1903, "000881916": 1903, "0114234": 1903, "0188797": 1903, "0512121": 1903, "delta_up": [1903, 1910], "0513189": 1903, "delta_down": [1903, 1910], "0511046": 1903, "0509981": 1903, "0513082": 1903, "0506868": 1903, "00488083": 1903, "delta_up_up": [1903, 1910], "00562934": 1903, "delta_up_down": [1903, 1910], "0033534": 1903, "delta_down_up": [1903, 1910], "00373554": 1903, "delta_down_down": [1903, 1910], "00676994": 1903, "00496258": 1903, "00575551": 1903, "0038171": 1903, "00347195": 1903, "00682145": 1903, "689225": 1903, "0479879": 1903, "507693": 1903, "716": 1903, "86": [1903, 1910], "6392": 1903, "disconnect": 1903, "markov": 1903, "onlin": 1903, "benefici": 1903, "unrol": 1903, "randomli": 1903, "proport": [1903, 1909, 1917, 1922], "oscil": 1903, "elabor": [1904, 1909], "run_dmft": [1904, 1909], "favourit": [1904, 1909], "vi": [1904, 1909], "gedit": [1904, 1909], "polar": [1904, 1909], "criteria": [1904, 1909], "extrapol": [1904, 1909], "gradual": [1904, 1909], "use_norm_as_weight": [1904, 1909], "multiplet_tool": [1904, 1909], "multiplet_analysi": [1904, 1909], "panda": [1904, 1909], "frame": [1904, 1909], "3j": [1905, 1910], "mu_": [1905, 1910], "81": [1905, 1910], "6899": [1905, 1910], "1099": [1905, 1910], "02548": [1905, 1910], "02709": [1905, 1910], "1606": [1905, 1910], "one_band": [1905, 1909, 1910], "makedir": [1905, 1910], "2f": [1905, 1908, 1909, 1910, 1920, 1922], "stuck": [1905, 1910], "sneak": [1905, 1910], "peek": [1905, 1910], "two_band": [1905, 1910], "vari": [1905, 1909, 1910, 1916, 1921], "u_c": [1905, 1910, 1915, 1917, 1920, 1922], "dca": [1906, 1911], "80": [1906, 1910, 1911, 1922], "064501": [1906, 1911], "europhi": [1906, 1911], "57009": [1906, 1911], "82": [1906, 1910, 1911], "054502": [1906, 1911], "2010": [1906, 1911], "155101": [1906, 1911], "freedom": [1906, 1911], "nodal": [1906, 1911], "antinod": [1906, 1911], "region": [1906, 1911, 1913, 1918], "dope": [1906, 1911], "appar": [1906, 1911], "arc": [1906, 1911], "varepsilon_": [1906, 1911], "4t": [1906, 1911], "hole": [1906, 1911, 1915, 1920], "subdivid": [1906, 1911], "area": [1906, 1911], "complementari": [1906, 1911], "kinet": [1906, 1911], "linspac": [1906, 1911, 1913, 1918, 1919, 1920], "meshgrid": [1906, 1911, 1913, 1918, 1919, 1920], "contourplot": [1906, 1911], "6155": [1906, 1911], "mask": [1906, 1911], "in_central_patch": [1906, 1911], "kx": [1906, 1911, 1913, 1918, 1919, 1920], "ky": [1906, 1911, 1913, 1918, 1919, 1920], "cn": [1906, 1911], "cn_dag": [1906, 1911], "nn": [1906, 1911], "h_loc": [1906, 1911], "rho_": [1906, 1911], "measure_g_l": [1906, 1911], "unfortun": [1906, 1911], "vbdmft": [1906, 1911], "subfold": [1906, 1911], "pseudogap": [1906, 1911], "qualit": [1906, 1911], "rough": [1906, 1911, 1914, 1917, 1919, 1922], "doping_": [1906, 1911], "10001": [1908, 1909], "pn": 1908, "set_yticklabel": 1908, "antoin": 1908, "georg": 1908, "a1": 1909, "u2": [1909, 1910], "a2": 1909, "u6": [1909, 1910], "di": 1909, "sim": [1909, 1917, 1922], "omega_0": [1909, 1913, 1914, 1918, 1919], "u_list": 1909, "z_list": 1909, "u_list2": 1909, "z_list2": 1909, "u4": [1909, 1910], "g_real": 1909, "regardless": 1909, "knob": 1909, "solver_u_met": 1909, "solver_u_in": 1909, "occupi": [1909, 1916, 1921], "res_met": 1909, "h_loc_diag": 1909, "h_loc_diagon": 1909, "res_in": 1909, "41": [1910, 1917, 1921, 1922], "2083": 1910, "2046": 1910, "9999": 1910, "00121841": 1910, "000180423": 1910, "000183033": 1910, "0022792": 1910, "00386106": 1910, "134194": 1910, "135137": 1910, "133256": 1910, "134078": 1910, "134495": 1910, "13366": 1910, "0237206": 1910, "0263818": 1910, "0215067": 1910, "0192815": 1910, "Ins": 1910, "568460": 1910, "ert": 1910, "0276912": 1910, "0240728": 1910, "027297": 1910, "0201105": 1910, "0206622": 1910, "0282551": 1910, "83864": 1910, "240672": 1910, "491363": 1910, "1807": 1910, "07816": 1910, "2096": 1910, "2041": 1910, "00122602": 1910, "000181799": 1910, "000187614": 1910, "00154239": 1910, "00313782": 1910, "137529": 1910, "138608": 1910, "136454": 1910, "135646": 1910, "137095": 1910, "134192": 1910, "0248063": 1910, "029023": 1910, "0202982": 1910, "0212102": 1910, "0286456": 1910, "0258106": 1910, "0300133": 1910, "0207927": 1910, "0216027": 1910, "0308751": 1910, "82967": 1910, "242133": 1910, "496411": 1910, "0726": 1910, "95457": 1910, "2012": 1910, "1999": 1910, "00126701": 1910, "000178569": 1910, "000182007": 1910, "00399153": 1910, "00561911": 1910, "136691": 1910, "136118": 1910, "137262": 1910, "135948": 1910, "135115": 1910, "136781": 1910, "024431": 1910, "0279642": 1910, "0212578": 1910, "021372": 1910, "0270992": 1910, "0251374": 1910, "0298838": 1910, "0205143": 1910, "0209849": 1910, "0291752": 1910, "832854": 1910, "247163": 1910, "502235": 1910, "1617": 1910, "88829": 1910, "2072": 1910, "00126531": 1910, "00018556": 1910, "000181974": 1910, "00307852": 1910, "00471137": 1910, "137877": 1910, "13878": 1910, "136976": 1910, "136859": 1910, "137844": 1910, "135872": 1910, "0240401": 1910, "0279466": 1910, "0193165": 1910, "0205293": 1910, "rt": 1910, "0283427": 1910, "0247222": 1910, "0272073": 1910, "0219802": 1910, "0218302": 1910, "0278651": 1910, "830322": 1910, "246525": 1910, "498298": 1910, "1484": 1910, "59076": 1910, "2026": 1910, "2064": 1910, "00124302": 1910, "000183717": 1910, "000188498": 1910, "00344506": 1910, "0050603": 1910, "136129": 1910, "135304": 1910, "136951": 1910, "137127": 1910, "1367": 1910, "137554": 1910, "024601": 1910, "0281926": 1910, "0207839": 1910, "0216895": 1910, "027688": 1910, "0242563": 1910, "0271906": 1910, "0216098": 1910, "0202847": 1910, "0279555": 1910, "830414": 1910, "242121": 1910, "490822": 1910, "1626": 1910, "51126": 1910, "10found": 1910, "2094": 1910, "00124401": 1910, "000175229": 1910, "000179357": 1910, "00229849": 1910, "00389709": 1910, "136631": 1910, "137952": 1910, "135314": 1910, "138106": 1910, "13836": 1910, "137851": 1910, "0257115": 1910, "029352": 1910, "0212757": 1910, "0216313": 1910, "030564": 1910, "0249482": 1910, "0290644": 1910, "0214022": 1910, "0207806": 1910, "0285886": 1910, "830217": 1910, "237919": 1910, "48821": 1910, "1595": 1910, "00369": 1910, "2071": 1910, "2093": 1910, "00121949": 1910, "000174776": 1910, "000177332": 1910, "00220899": 1910, "00378058": 1910, "138683": 1910, "138785": 1910, "138581": 1910, "135491": 1910, "134835": 1910, "136151": 1910, "0238837": 1910, "0282195": 1910, "0187678": 1910, "0213364": 1910, "0271656": 1910, "0256944": 1910, "0296998": 1910, "0223175": 1910, "0230494": 1910, "0277512": 1910, "826742": 1910, "240293": 1910, "484146": 1910, "0322": 1910, "10339": 1910, "2055": 1910, "2008": 1910, "00122868": 1910, "000178445": 1910, "000179449": 1910, "00223444": 1910, "00382102": 1910, "138506": 1910, "139623": 1910, "137394": 1910, "138454": 1910, "136949": 1910, "139969": 1910, "0253769": 1910, "0293179": 1910, "0211004": 1910, "0205091": 1910, "sert": 1910, "0305689": 1910, "0253767": 1910, "0309133": 1910, "0217365": 1910, "0212245": 1910, "0276795": 1910, "827338": 1910, "241515": 1910, "487717": 1910, "0508": 1910, "62123": 1910, "2074": 1910, "2058": 1910, "00120751": 1910, "000174187": 1910, "000178604": 1910, "00142541": 1910, "00298571": 1910, "137111": 1910, "138103": 1910, "136124": 1910, "136868": 1910, "136946": 1910, "136791": 1910, "0244609": 1910, "0282271": 1910, "0201996": 1910, "0211721": 1910, "0281887": 1910, "0246914": 1910, "0285174": 1910, "0222497": 1910, "0207763": 1910, "0272237": 1910, "831942": 1910, "239978": 1910, "48282": 1910, "1865": 1910, "6264": 1910, "2077": 1910, "00127013": 1910, "000206261": 1910, "000180197": 1910, "00201599": 1910, "00367258": 1910, "136865": 1910, "136144": 1910, "137585": 1910, "136487": 1910, "136087": 1910, "136888": 1910, "0247125": 1910, "0291157": 1910, "0200999": 1910, "0207065": 1910, "0288711": 1910, "0250504": 1910, "0279124": 1910, "0211228": 1910, "0220934": 1910, "0291107": 1910, "830829": 1910, "24054": 1910, "4861": 1910, "1232": 1910, "62633": 1910, "2284": 1910, "2255": 1910, "00123761": 1910, "000177008": 1910, "000180409": 1910, "00124214": 1910, "00283716": 1910, "125473": 1910, "125155": 1910, "12579": 1910, "125671": 1910, "125471": 1910, "125871": 1910, "0246864": 1910, "0268028": 1910, "0216412": 1910, "0227946": 1910, "0274721": 1910, "0247316": 1910, "0269343": 1910, "0224071": 1910, "0220799": 1910, "0275138": 1910, "698464": 1910, "218575": 1910, "443867": 1910, "6646": 1910, "28392": 1910, "46": 1910, "2314": 1910, "2312": 1910, "00120478": 1910, "000177364": 1910, "000178484": 1910, "00126514": 1910, "00282577": 1910, "130538": 1910, "131357": 1910, "129719": 1910, "130263": 1910, "131032": 1910, "129493": 1910, "0270564": 1910, "0299128": 1910, "0238143": 1910, "0254887": 1910, "0289647": 1910, "0271909": 1910, "0297328": 1910, "0259022": 1910, "0248111": 1910, "028303": 1910, "678488": 1910, "215686": 1910, "437622": 1910, "3414": 1910, "59554": 1910, "2256": 1910, "00120432": 1910, "000177742": 1910, "000178896": 1910, "00268057": 1910, "00424153": 1910, "127771": 1910, "128914": 1910, "12663": 1910, "128221": 1910, "129491": 1910, "12695": 1910, "0256648": 1910, "0283026": 1910, "0233949": 1910, "0232993": 1910, "0276514": 1910, "0258822": 1910, "0277958": 1910, "0234759": 1910, "0250552": 1910, "0272286": 1910, "684272": 1910, "217683": 1910, "44214": 1910, "4618": 1910, "75014": 1910, "2304": 1910, "2294": 1910, "00122231": 1910, "000187478": 1910, "000183211": 1910, "00135477": 1910, "00294777": 1910, "131699": 1910, "130628": 1910, "13277": 1910, "130431": 1910, "129478": 1910, "131386": 1910, "0271569": 1910, "0258805": 1910, "024888": 1910, "0296566": 1910, "0275519": 1910, "0287468": 1910, "0255961": 1910, "0253231": 1910, "0305499": 1910, "672073": 1910, "215632": 1910, "436025": 1910, "2379": 1910, "34046": 1910, "2308": 1910, "2293": 1910, "00123141": 1910, "000177542": 1910, "000178821": 1910, "00140636": 1910, "00299413": 1910, "131567": 1910, "133715": 1910, "129426": 1910, "130663": 1910, "13311": 1910, "128214": 1910, "0276007": 1910, "0306565": 1910, "0254948": 1910, "025725": 1910, "0285063": 1910, "0284674": 1910, "0316303": 1910, "0252882": 1910, "0267753": 1910, "0301962": 1910, "677651": 1910, "216824": 1910, "439615": 1910, "2701": 1910, "43454": 1910, "2299": 1910, "2264": 1910, "00118916": 1910, "000176917": 1910, "000176414": 1910, "00128476": 1910, "00282725": 1910, "127818": 1910, "127863": 1910, "127773": 1910, "128597": 1910, "128824": 1910, "12837": 1910, "0270821": 1910, "0302706": 1910, "0244285": 1910, "0250341": 1910, "0285486": 1910, "0268681": 1910, "029369": 1910, "0251997": 1910, "0249889": 1910, "0279296": 1910, "680676": 1910, "218647": 1910, "440596": 1910, "4495": 1910, "93486": 1910, "2273": 1910, "2245": 1910, "00127285": 1910, "000182139": 1910, "000183024": 1910, "00171741": 1910, "00335542": 1910, "128634": 1910, "128384": 1910, "128883": 1910, "129022": 1910, "12886": 1910, "129184": 1910, "0264743": 1910, "0287922": 1910, "0235365": 1910, "0237667": 1910, "0297869": 1910, "026674": 1910, "0276172": 1910, "0253356": 1910, "0249358": 1910, "0288193": 1910, "681544": 1910, "218576": 1910, "440496": 1910, "4043": 1910, "96938": 1910, "2292": 1910, "2296": 1910, "00121937": 1910, "000173054": 1910, "000177333": 1910, "00127057": 1910, "00284032": 1910, "132223": 1910, "132401": 1910, "132044": 1910, "129861": 1910, "12952": 1910, "130201": 1910, "0269862": 1910, "0305089": 1910, "0243726": 1910, "0237724": 1910, "0292517": 1910, "0282147": 1910, "0309872": 1910, "0276375": 1910, "0263264": 1910, "0279213": 1910, "677678": 1910, "216506": 1910, "437101": 1910, "242": 1910, "74536": 1910, "2325": 1910, "00127472": 1910, "000172614": 1910, "000177763": 1910, "00117997": 1910, "00280507": 1910, "130937": 1910, "132246": 1910, "12963": 1910, "131236": 1910, "132046": 1910, "130424": 1910, "0276569": 1910, "0298347": 1910, "0258974": 1910, "0245561": 1910, "0303272": 1910, "0277909": 1910, "0306308": 1910, "0249253": 1910, "0255935": 1910, "0300287": 1910, "675164": 1910, "215985": 1910, "432564": 1910, "2563": 1910, "01083": 1910, "2300": 1910, "2318": 1910, "00120759": 1910, "000175362": 1910, "000180967": 1910, "00117891": 1910, "00274283": 1910, "131003": 1910, "131509": 1910, "1305": 1910, "130783": 1910, "130729": 1910, "130837": 1910, "0263867": 1910, "0290737": 1910, "0231511": 1910, "0250389": 1910, "0282522": 1910, "0267621": 1910, "0297348": 1910, "0242209": 1910, "0247709": 1910, "0283461": 1910, "67701": 1910, "215519": 1910, "43658": 1910, "3268": 1910, "794236": 1910, "2498": 1910, "2484": 1910, "00119638": 1910, "000171907": 1910, "000178944": 1910, "00109991": 1910, "00264714": 1910, "112247": 1910, "113798": 1910, "110696": 1910, "111523": 1910, "11241": 1910, "110636": 1910, "0226176": 1910, "0237627": 1910, "0205814": 1910, "0218449": 1910, "0242896": 1910, "0232029": 1910, "0245147": 1910, "022101": 1910, "0226071": 1910, "0235938": 1910, "568929": 1910, "199267": 1910, "399275": 1910, "0545": 1910, "35299": 1910, "2696": 1910, "2670": 1910, "00120833": 1910, "000195012": 1910, "000184797": 1910, "00111078": 1910, "00269892": 1910, "119575": 1910, "118774": 1910, "120375": 1910, "118525": 1910, "117625": 1910, "119424": 1910, "0260688": 1910, "0249124": 1910, "0259468": 1910, "028224": 1910, "0251899": 1910, "0267536": 1910, "026036": 1910, "0281528": 1910, "0270466": 1910, "0257593": 1910, "509178": 1910, "185284": 1910, "376047": 1910, "1244": 1910, "95588": 1910, "2684": 1910, "2678": 1910, "00121023": 1910, "000178375": 1910, "000180273": 1910, "00104384": 1910, "00261271": 1910, "116787": 1910, "116187": 1910, "117384": 1910, "116633": 1910, "116475": 1910, "11679": 1910, "0259455": 1910, "026201": 1910, "0258814": 1910, "0264806": 1910, "0252178": 1910, "0264393": 1910, "0269715": 1910, "0248916": 1910, "026979": 1910, "0269331": 1910, "520079": 1910, "18574": 1910, "377745": 1910, "61951": 1910, "2683": 1910, "2661": 1910, "00118682": 1910, "000179021": 1910, "000177377": 1910, "000954406": 1910, "00249762": 1910, "119259": 1910, "118998": 1910, "11952": 1910, "11786": 1910, "11722": 1910, "118509": 1910, "0262007": 1910, "0247214": 1910, "0280183": 1910, "0277204": 1910, "0243335": 1910, "0270037": 1910, "0264473": 1910, "0269378": 1910, "0272082": 1910, "027421": 1910, "514142": 1910, "185126": 1910, "375112": 1910, "1344": 1910, "42356": 1910, "2687": 1910, "2634": 1910, "00118086": 1910, "000177055": 1910, "000180533": 1910, "00158726": 1910, "00312571": 1910, "12076": 1910, "121218": 1910, "120303": 1910, "121201": 1910, "121831": 1910, "120573": 1910, "0267368": 1910, "026411": 1910, "0274809": 1910, "0270616": 1910, "0260013": 1910, "0265407": 1910, "025342": 1910, "0281685": 1910, "0271009": 1910, "0255323": 1910, "515457": 1910, "18502": 1910, "378509": 1910, "1383": 1910, "12987": 1910, "52": 1910, "2643": 1910, "2664": 1910, "0012663": 1910, "000184783": 1910, "000189254": 1910, "00362876": 1910, "0052691": 1910, "117368": 1910, "117308": 1910, "117427": 1910, "117241": 1910, "116591": 1910, "117894": 1910, "0261457": 1910, "0261487": 1910, "0253525": 1910, "0266688": 1910, "0264136": 1910, "0265045": 1910, "0252665": 1910, "0275678": 1910, "0282901": 1910, "512693": 1910, "187877": 1910, "38964": 1910, "1385": 1910, "93431": 1910, "2704": 1910, "2590": 1910, "00119782": 1910, "000175158": 1910, "000179523": 1910, "00180878": 1910, "00336127": 1910, "117365": 1910, "117624": 1910, "117106": 1910, "117283": 1910, "118533": 1910, "116037": 1910, "026697": 1910, "0264597": 1910, "0273612": 1910, "0266847": 1910, "0262799": 1910, "0270184": 1910, "0264397": 1910, "0271184": 1910, "0268783": 1910, "0276341": 1910, "514539": 1910, "185398": 1910, "379588": 1910, "1263": 1910, "74038": 1910, "2685": 1910, "2596": 1910, "00116657": 1910, "000178551": 1910, "000180033": 1910, "00131102": 1910, "00283617": 1910, "116924": 1910, "117617": 1910, "116232": 1910, "118121": 1910, "119441": 1910, "116798": 1910, "0269091": 1910, "0271326": 1910, "025719": 1910, "029214": 1910, "0255767": 1910, "0263473": 1910, "0264778": 1910, "0261575": 1910, "0262325": 1910, "0265242": 1910, "520462": 1910, "185252": 1910, "383034": 1910, "2418": 1910, "82905": 1910, "51": [1910, 1916, 1921], "2560": 1910, "2609": 1910, "00121845": 1910, "000179815": 1910, "000202924": 1910, "0021689": 1910, "00377008": 1910, "119297": 1910, "120148": 1910, "118445": 1910, "118649": 1910, "119257": 1910, "11804": 1910, "0254296": 1910, "0260036": 1910, "0235786": 1910, "0265909": 1910, "0255261": 1910, "0261909": 1910, "0270227": 1910, "0257851": 1910, "0259396": 1910, "0260241": 1910, "522949": 1910, "190266": 1910, "388758": 1910, "3131": 1910, "33377": 1910, "2549": 1910, "2363": 1910, "00129221": 1910, "000192149": 1910, "000188825": 1910, "00803591": 1910, "0097091": 1910, "119166": 1910, "117673": 1910, "120666": 1910, "119688": 1910, "11855": 1910, "120824": 1910, "0250876": 1910, "025384": 1910, "024949": 1910, "0252735": 1910, "0247464": 1910, "0252292": 1910, "0248425": 1910, "0247179": 1910, "0271435": 1910, "0242195": 1910, "507301": 1910, "195011": 1910, "40592": 1910, "1319": 1910, "78747": 1910, "2734": 1910, "2815": 1910, "00119336": 1910, "00017397": 1910, "000173595": 1910, "00108587": 1910, "00262679": 1910, "10269": 1910, "100883": 1910, "104505": 1910, "102024": 1910, "101145": 1910, "102906": 1910, "0199348": 1910, "0203415": 1910, "0208978": 1910, "020635": 1910, "0178728": 1910, "0204535": 1910, "0205254": 1910, "0194903": 1910, "022088": 1910, "0197157": 1910, "460326": 1910, "180869": 1910, "359313": 1910, "2466": 1910, "60183": 1910, "66": 1910, "3327": 1910, "3220": 1910, "00117142": 1910, "000177189": 1910, "000180591": 1910, "00234315": 1910, "00387235": 1910, "110834": 1910, "111457": 1910, "110211": 1910, "110152": 1910, "110913": 1910, "109392": 1910, "0245707": 1910, "0213173": 1910, "0271374": 1910, "0288638": 1910, "0209527": 1910, "0252332": 1910, "0219842": 1910, "027412": 1910, "02984": 1910, "021649": 1910, "347207": 1910, "15062": 1910, "312381": 1910, "5515": 1910, "66685": 1910, "68": 1910, "3418": 1910, "3354": 1910, "00119055": 1910, "000173035": 1910, "000182784": 1910, "00180668": 1910, "00335305": 1910, "109566": 1910, "110312": 1910, "108824": 1910, "109807": 1910, "109229": 1910, "110382": 1910, "0245849": 1910, "0203437": 1910, "0290226": 1910, "0286879": 1910, "0202673": 1910, "0245634": 1910, "0216013": 1910, "0291177": 1910, "0286001": 1910, "0188474": 1910, "32021": 1910, "145208": 1910, "299348": 1910, "2622": 1910, "56478": 1910, "67": [1910, 1921], "3379": 1910, "3452": 1910, "0011805": 1910, "000181326": 1910, "000179286": 1910, "0028098": 1910, "00435092": 1910, "10985": 1910, "110689": 1910, "109008": 1910, "108916": 1910, "110303": 1910, "107539": 1910, "0246851": 1910, "0198646": 1910, "0291511": 1910, "0290647": 1910, "0206731": 1910, "0254268": 1910, "0218722": 1910, "0289571": 1910, "0286299": 1910, "0222124": 1910, "311403": 1910, "147042": 1910, "294083": 1910, "1267": 1910, "44771": 1910, "3416": 1910, "3399": 1910, "00117656": 1910, "00018061": 1910, "000181128": 1910, "00213807": 1910, "00367637": 1910, "108138": 1910, "108557": 1910, "107721": 1910, "107349": 1910, "10754": 1910, "107159": 1910, "0241131": 1910, "0196703": 1910, "0286151": 1910, "0286033": 1910, "0195795": 1910, "0246752": 1910, "0211784": 1910, "0280695": 1910, "0287669": 1910, "0205929": 1910, "304464": 1910, "147427": 1910, "29027": 1910, "0936": 1910, "29194": 1910, "3511": 1910, "3491": 1910, "00114259": 1910, "000175433": 1910, "000179077": 1910, "00242444": 1910, "00392154": 1910, "10962": 1910, "109395": 1910, "109845": 1910, "109451": 1910, "109748": 1910, "109154": 1910, "0249161": 1910, "0216244": 1910, "0291868": 1910, "0285771": 1910, "0203135": 1910, "0252576": 1910, "0204928": 1910, "0309103": 1910, "0297791": 1910, "0197803": 1910, "302655": 1910, "142606": 1910, "287607": 1910, "059": 1910, "68458": 1910, "69": 1910, "3489": 1910, "3391": 1910, "00117954": 1910, "00018076": 1910, "000176842": 1910, "00274281": 1910, "00427996": 1910, "109167": 1910, "108878": 1910, "109457": 1910, "108529": 1910, "108384": 1910, "108673": 1910, "0251343": 1910, "0216667": 1910, "0298085": 1910, "0295327": 1910, "0194249": 1910, "0255293": 1910, "0224029": 1910, "0305386": 1910, "0293344": 1910, "0197125": 1910, "300808": 1910, "144613": 1910, "288052": 1910, "9724": 1910, "14536": 1910, "71": 1910, "3551": 1910, "3575": 1910, "0011946": 1910, "000173127": 1910, "000178696": 1910, "000725342": 1910, "00227176": 1910, "10916": 1910, "109252": 1910, "109067": 1910, "110798": 1910, "111607": 1910, "109984": 1910, "0252051": 1910, "0218661": 1910, "0287308": 1910, "0302921": 1910, "0199362": 1910, "0245902": 1910, "0197972": 1910, "0288953": 1910, "0308568": 1910, "0187846": 1910, "298548": 1910, "140103": 1910, "282513": 1910, "9563": 1910, "49552": 1910, "3442": 1910, "3488": 1910, "00116768": 1910, "000183687": 1910, "000177624": 1910, "00147453": 1910, "00300352": 1910, "107424": 1910, "105809": 1910, "109051": 1910, "108968": 1910, "108578": 1910, "109357": 1910, "024976": 1910, "0210199": 1910, "0283776": 1910, "0301075": 1910, "0203983": 1910, "0244054": 1910, "0201315": 1910, "0293393": 1910, "0275322": 1910, "0205381": 1910, "295469": 1910, "14504": 1910, "283466": 1910, "9659": 1910, "57761": 1910, "3593": 1910, "3578": 1910, "00119755": 1910, "000171298": 1910, "000178299": 1910, "000705123": 1910, "00225227": 1910, "109572": 1910, "109969": 1910, "109176": 1910, "108779": 1910, "110629": 1910, "106946": 1910, "025333": 1910, "0219449": 1910, "0308511": 1910, "0284571": 1910, "020084": 1910, "0258108": 1910, "0222851": 1910, "0286898": 1910, "0299628": 1910, "0222489": 1910, "300119": 1910, "139701": 1910, "28036": 1910, "9498": 1910, "22266": 1910, "62": 1910, "3104": 1910, "44": 1910, "3133": 1910, "00121134": 1910, "000183093": 1910, "00017673": 1910, "000906627": 1910, "0024778": 1910, "0934283": 1910, "0932668": 1910, "0935907": 1910, "0930836": 1910, "092358": 1910, "0938117": 1910, "0172868": 1910, "0159668": 1910, "0180807": 1910, "0190679": 1910, "mov": 1910, "10e": 1910, "0160378": 1910, "0178545": 1910, "0169909": 1910, "0189613": 1910, "0198869": 1910, "0155637": 1910, "158822": 1910, "319168": 1910, "5225": 1910, "04599": 1910, "83": 1910, "4197": 1910, "4072": 1910, "001176": 1910, "000176303": 1910, "000176643": 1910, "00180564": 1910, "00333458": 1910, "0993743": 1910, "0997124": 1910, "0990345": 1910, "100148": 1910, "101078": 1910, "0992169": 1910, "0218489": 1910, "0174252": 1910, "0266929": 1910, "0274607": 1910, "0158329": 1910, "0214816": 1910, "0163185": 1910, "0269219": 1910, "0273557": 1910, "0153002": 1910, "220527": 1910, "119323": 1910, "244041": 1910, "2385": 1910, "45713": 1910, "4643": 1910, "4501": 1910, "00117401": 1910, "000176022": 1910, "000174079": 1910, "000579364": 1910, "00210348": 1910, "0982657": 1910, "0973164": 1910, "0992208": 1910, "0987098": 1910, "0983834": 1910, "0990353": 1910, "0202451": 1910, "015387": 1910, "0256575": 1910, "0253815": 1910, "delta_dow": 1910, "0146119": 1910, "0200653": 1910, "0153902": 1910, "0249793": 1910, "025014": 1910, "0147525": 1910, "17415": 1910, "107687": 1910, "217982": 1910, "62833": 1910, "4923": 1910, "48": 1910, "4800": 1910, "00119368": 1910, "000175437": 1910, "00017678": 1910, "000532081": 1910, "00207798": 1910, "0947289": 1910, "0935515": 1910, "0959141": 1910, "096231": 1910, "0961732": 1910, "0962883": 1910, "017825": 1910, "0147368": 1910, "0225432": 1910, "0209947": 1910, "012999": 1910, "0170501": 1910, "0140059": 1910, "0210924": 1910, "0203299": 1910, "0127166": 1910, "15403": 1910, "101398": 1910, "205843": 1910, "9996": 1910, "4483": 1910, "78104": 1910, "5020": 1910, "00114739": 1910, "00017381": 1910, "000178013": 1910, "000545071": 1910, "00204428": 1910, "0927996": 1910, "0912686": 1910, "0943404": 1910, "0945209": 1910, "0935476": 1910, "0954924": 1910, "0165653": 1910, "0146711": 1910, "0186621": 1910, "0196094": 1910, "0133023": 1910, "0159569": 1910, "0145658": 1910, "0187106": 1910, "0171739": 1910, "0133664": 1910, "141392": 1910, "0971904": 1910, "198948": 1910, "9986": 1910, "3498": 1910, "59359": 1910, "5111": 1910, "00118152": 1910, "000174143": 1910, "000175604": 1910, "00170096": 1910, "00323222": 1910, "0928359": 1910, "0932811": 1910, "0923878": 1910, "0926255": 1910, "0928757": 1910, "092377": 1910, "0146763": 1910, "012186": 1910, "0176325": 1910, "016766": 1910, "0121195": 1910, "0149209": 1910, "0131733": 1910, "017507": 1910, "017798": 1910, "0111765": 1910, "132209": 1910, "0976131": 1910, "194463": 1910, "9962": 1910, "2003": [1910, 1917, 1922], "38459": 1910, "5262": 1910, "00116593": 1910, "000180144": 1910, "000180288": 1910, "00058201": 1910, "00210837": 1910, "0928416": 1910, "0906576": 1910, "0950149": 1910, "0920252": 1910, "0907245": 1910, "0933179": 1910, "013903": 1910, "0125541": 1910, "0153914": 1910, "0162744": 1910, "0113805": 1910, "0144144": 1910, "0126455": 1910, "0165371": 1910, "0155525": 1910, "0128903": 1910, "125583": 1910, "0940647": 1910, "188429": 1910, "9966": 1910, "0978": 1910, "6759": 1910, "5211": 1910, "00116479": 1910, "000173907": 1910, "000176399": 1910, "000532991": 1910, "00204808": 1910, "0919096": 1910, "0916205": 1910, "0921987": 1910, "0927888": 1910, "0930645": 1910, "0925146": 1910, "0144265": 1910, "0127007": 1910, "0166647": 1910, "0163973": 1910, "0119593": 1910, "0141665": 1910, "0122729": 1910, "0168521": 1910, "0155449": 1910, "0119799": 1910, "129702": 1910, "094935": 1910, "190139": 1910, "9904": 1910, "1729": 1910, "37016": 1910, "5241": 1910, "00117719": 1910, "000175777": 1910, "000177851": 1910, "000601851": 1910, "00213267": 1910, "0924057": 1910, "0915808": 1910, "0932353": 1910, "0931618": 1910, "0928729": 1910, "0934482": 1910, "0143961": 1910, "0125352": 1910, "0161123": 1910, "0168691": 1910, "0120458": 1910, "0142763": 1910, "0131137": 1910, "0156373": 1910, "0161881": 1910, "0121205": 1910, "126835": 1910, "0933722": 1910, "192358": 1910, "9932": 1910, "1737": 1910, "14348": 1910, "47": 1910, "4994": 1910, "4864": 1910, "00118008": 1910, "000178815": 1910, "000177486": 1910, "00366987": 1910, "00520625": 1910, "0920425": 1910, "0909091": 1910, "0931849": 1910, "0924267": 1910, "0933546": 1910, "091505": 1910, "0137666": 1910, "012333": 1910, "0161586": 1910, "0154218": 1910, "0111436": 1910, "0139227": 1910, "0114924": 1910, "0157556": 1910, "0157009": 1910, "0127152": 1910, "129222": 1910, "100126": 1910, "201704": 1910, "9968": 1910, "1866": 1910, "15122": 1910, "3398": 1910, "3460": 1910, "00124187": 1910, "000178268": 1910, "000178552": 1910, "00207588": 1910, "00367458": 1910, "0855862": 1910, "0862303": 1910, "0849443": 1910, "0862647": 1910, "0861289": 1910, "0864004": 1910, "0161327": 1910, "0135714": 1910, "0190244": 1910, "0183747": 1910, "0135908": 1910, "016286": 1910, "0142857": 1910, "0191166": 1910, "0189973": 1910, "0126796": 1910, "300009": 1910, "146407": 1910, "293905": 1910, "785": 1910, "47307": 1910, "93": 1910, "4679": 1910, "4715": 1910, "0012242": 1910, "000183404": 1910, "000184269": 1910, "00114776": 1910, "00273964": 1910, "0903981": 1910, "0901523": 1910, "090646": 1910, "0904723": 1910, "0912343": 1910, "delt": 1910, "a_down": 1910, "0897165": 1910, "0165848": 1910, "0118808": 1910, "0210818": 1910, "0219767": 1910, "0114437": 1910, "016681": 1910, "0124508": 1910, "0208665": 1910, "0211651": 1910, "0121752": 1910, "143248": 1910, "107062": 1910, "214947": 1910, "4458": 1910, "54242": 1910, "5544": 1910, "00114817": 1910, "000177973": 1910, "000178907": 1910, "000659669": 1910, "00216472": 1910, "0857364": 1910, "0845932": 1910, "0868874": 1910, "0848534": 1910, "0837722": 1910, "0859277": 1910, "opera": 1910, "tor": 1910, "0134187": 1910, "0102856": 1910, "0163494": 1910, "0164149": 1910, "0106362": 1910, "0138114": 1910, "0111514": 1910, "0171747": 1910, "0166038": 1910, "0102768": 1910, "105283": 1910, "0887984": 1910, "178604": 1910, "9994": 1910, "9382": 1910, "24137": 1910, "58": 1910, "5892": 1910, "00115656": 1910, "000172163": 1910, "000171354": 1910, "000511025": 1910, "0020111": 1910, "0813375": 1910, "0807074": 1910, "0819679": 1910, "0805692": 1910, "0807933": 1910, "0803457": 1910, "0106639": 1910, "00997202": 1910, "0117378": 1910, "0126783": 1910, "00827334": 1910, "010986": 1910, "0102901": 1910, "011223": 1910, "0124831": 1910, "00993179": 1910, "0924834": 1910, "0846274": 1910, "167454": 1910, "7817": 1910, "85936": 1910, "60": 1910, "6006": 1910, "00115569": 1910, "000178144": 1910, "000176416": 1910, "000650654": 1910, "0021609": 1910, "0807803": 1910, "0806915": 1910, "0808702": 1910, "0812727": 1910, "081801": 1910, "0807463": 1910, "0099321": 1910, "00904017": 1910, "0110288": 1910, "0113006": 1910, "00836602": 1910, "00970767": 1910, "00951802": 1910, "0101806": 1910, "0106859": 1910, "00843022": 1910, "086534": 1910, "0813237": 1910, "165674": 1910, "7405": 1910, "74432": 1910, "6050": 1910, "00117191": 1910, "000175165": 1910, "00017454": 1910, "00050787": 1910, "00202948": 1910, "0802191": 1910, "0791924": 1910, "0812492": 1910, "0809095": 1910, "0803057": 1910, "0815111": 1910, "00969948": 1910, "00925127": 1910, "0103824": 1910, "0101984": 1910, "00897148": 1910, "00927175": 1910, "0082894": 1910, "010285": 1910, "0103947": 1910, "00810573": 1910, "0879604": 1910, "0832035": 1910, "16585": 1910, "9974": 1910, "7589": 1910, "9097": 1910, "6139": 1910, "00118529": 1910, "000172073": 1910, "000172366": 1910, "000496923": 1910, "00202665": 1910, "0795869": 1910, "0790479": 1910, "0801287": 1910, "0793488": 1910, "0792065": 1910, "0794908": 1910, "00889574": 1910, "00825277": 1910, "00949215": 1910, "00962801": 1910, "00821994": 1910, "00910054": 1910, "00828074": 1910, "0100862": 1910, "00971145": 1910, "00831268": 1910, "0841257": 1910, "0818062": 1910, "16097": 1910, "9978": 1910, "6771": 1910, "1042": 1910, "6153": 1910, "00115225": 1910, "000171762": 1910, "000172688": 1910, "000498098": 1910, "00199479": 1910, "080043": 1910, "0801369": 1910, "0799484": 1910, "0794563": 1910, "0801462": 1910, "0787702": 1910, "00927618": 1910, "00859689": 1910, "00934467": 1910, "0107302": 1910, "00842416": 1910, "00952857": 1910, "00895115": 1910, "00986343": 1910, "0104291": 1910, "00886475": 1910, "0843788": 1910, "0796422": 1910, "161897": 1910, "6928": 1910, "26924": 1910, "59": [1910, 1916, 1921], "5957": 1910, "00115623": 1910, "00017426": 1910, "000175525": 1910, "000538327": 1910, "00204434": 1910, "0811482": 1910, "0799815": 1910, "0823172": 1910, "079918": 1910, "0798255": 1910, "0800096": 1910, "00925476": 1910, "00855502": 1910, "00981487": 1910, "0105368": 1910, "0081249": 1910, "00993752": 1910, "00927793": 1910, "00998653": 1910, "0106884": 1910, "00978858": 1910, "0876537": 1910, "0830675": 1910, "166809": 1910, "7751": 1910, "16191": 1910, "6097": 1910, "00115244": 1910, "00017814": 1910, "000175008": 1910, "000491659": 1910, "00199724": 1910, "0796655": 1910, "0798424": 1910, "0794869": 1910, "0806294": 1910, "0818259": 1910, "0794333": 1910, "00948261": 1910, "00896616": 1910, "0110163": 1910, "00972801": 1910, "00824513": 1910, "moveu": 1910, "00907485": 1910, "00870093": 1910, "00888078": 1910, "00987143": 1910, "00884075": 1910, "0868053": 1910, "0820692": 1910, "162871": 1910, "7002": 1910, "1179": 1910, "78": 1910, "3931": 1910, "3916": 1910, "00116999": 1910, "000178971": 1910, "000177013": 1910, "000661933": 1910, "0021879": 1910, "0825932": 1910, "0821367": 1910, "0830489": 1910, "0829548": 1910, "0825535": 1910, "0833533": 1910, "0149825": 1910, "0128456": 1910, "016206": 1910, "018634": 1910, "0122235": 1910, "0149866": 1910, "0129654": 1910, "0173514": 1910, "0175802": 1910, "0119693": 1910, "233272": 1910, "128126": 1910, "253855": 1910, "9717": 1910, "67936": 1910, "6032": 1910, "00115504": 1910, "000170611": 1910, "000174805": 1910, "00128361": 1910, "00278407": 1910, "0831347": 1910, "0826692": 1910, "0836028": 1910, "083416": 1910, "0828652": 1910, "083969": 1910, "0133214": 1910, "00978535": 1910, "0162945": 1910, "0179412": 1910, "00930456": 1910, "0131809": 1910, "0100251": 1910, "0165614": 1910, "0171715": 1910, "00890798": 1910, "0923836": 1910, "0827155": 1910, "168187": 1910, "7472": 1910, "10055": 1910, "65": 1910, "6573": 1910, "00119869": 1910, "000176954": 1910, "000178311": 1910, "000494936": 1910, "00204889": 1910, "07622": 1910, "075692": 1910, "0767499": 1910, "0754528": 1910, "0759239": 1910, "074984": 1910, "0088625": 1910, "00809271": 1910, "00996209": 1910, "0113564": 1910, "00605505": 1910, "00928461": 1910, "00818713": 1910, "0108847": 1910, "0106967": 1910, "00735": 1910, "0695589": 1910, "0759537": 1910, "150655": 1910, "4869": 1910, "47014": 1910, "6728": 1910, "0011518": 1910, "000170142": 1910, "000172553": 1910, "000480502": 1910, "001975": 1910, "0724759": 1910, "0715636": 1910, "0733873": 1910, "0720517": 1910, "0711002": 1910, "0730012": 1910, "00731203": 1910, "00710724": 1910, "00752697": 1910, "00819281": 1910, "00642832": 1910, "mo": 1910, "ve": 1910, "00748132": 1910, "00743524": 1910, "00759443": 1910, "00848466": 1910, "00640077": 1910, "0638096": 1910, "0742757": 1910, "147119": 1910, "4453": 1910, "27009": 1910, "6765": 1910, "0011343": 1910, "000175784": 1910, "000175253": 1910, "000505452": 1910, "00199079": 1910, "0713425": 1910, "0706458": 1910, "07204": 1910, "0718967": 1910, "0720733": 1910, "0717211": 1910, "00752552": 1910, "00686625": 1910, "00816653": 1910, "00877613": 1910, "00630587": 1910, "00721517": 1910, "00625928": 1910, "00727505": 1910, "00856445": 1910, "00676213": 1910, "063708": 1910, "073321": 1910, "146845": 1910, "991": 1910, "442": 1910, "81646": 1910, "6760": 1910, "00115614": 1910, "000174304": 1910, "000175429": 1910, "000510379": 1910, "00201626": 1910, "0722835": 1910, "071304": 1910, "0732643": 1910, "0724337": 1910, "0720262": 1910, "07284": 1910, "00747649": 1910, "00767686": 1910, "00721154": 1910, "00852148": 1910, "00649195": 1910, "00737793": 1910, "00707822": 1910, "00711645": 1910, "00876561": 1910, "00655318": 1910, "0641534": 1910, "0730972": 1910, "147456": 1910, "996": 1910, "4256": 1910, "87925": 1910, "6797": 1910, "00115404": 1910, "000171099": 1910, "000173656": 1910, "00048374": 1910, "00198254": 1910, "0719672": 1910, "0706898": 1910, "0732397": 1910, "0715593": 1910, "0704335": 1910, "0726812": 1910, "00708196": 1910, "00686678": 1910, "0078658": 1910, "00743821": 1910, "0061632": 1910, "0071656": 1910, "00718669": 1910, "00766542": 1910, "00723975": 1910, "00656952": 1910, "0617984": 1910, "0741883": 1910, "146003": 1910, "9934": 1910, "4186": 1910, "97262": 1910, "6733": 1910, "00117": 1910, "000176397": 1910, "000174993": 1910, "00058778": 1910, "00210917": 1910, "0723829": 1910, "0719869": 1910, "072779": 1910, "0718631": 1910, "0717641": 1910, "0719614": 1910, "00704912": 1910, "00711842": 1910, "00702896": 1910, "00800765": 1910, "00603686": 1910, "00728255": 1910, "00728605": 1910, "00757032": 1910, "00808733": 1910, "00617878": 1910, "0647355": 1910, "0728214": 1910, "146776": 1910, "9972": 1910, "4233": 1910, "35075": 1910, "6761": 1910, "00113392": 1910, "000174943": 1910, "000180306": 1910, "000498955": 1910, "00198812": 1910, "0720697": 1910, "0712123": 1910, "0729294": 1910, "0721389": 1910, "0714645": 1910, "0728079": 1910, "0070591": 1910, "00725576": 1910, "00753265": 1910, "00761844": 1910, "00582509": 1910, "00700508": 1910, "00793267": 1910, "0067748": 1910, "00738887": 1910, "00593318": 1910, "0639617": 1910, "0738343": 1910, "147712": 1910, "4578": 1910, "74578": 1910, "6668": 1910, "0011519": 1910, "000174972": 1910, "000177178": 1910, "000500343": 1910, "00200439": 1910, "0700786": 1910, "0702968": 1910, "0698603": 1910, "0696558": 1910, "0699828": 1910, "0693299": 1910, "ou": 1910, "perat": 1910, "00679017": 1910, "00662199": 1910, "00680628": 1910, "00800669": 1910, "00572275": 1910, "00691247": 1910, "00703885": 1910, "00726199": 1910, "00740299": 1910, "00594573": 1910, "0655141": 1910, "0722333": 1910, "14909": 1910, "499": 1910, "74692": 1910, "4202": 1910, "4308": 1910, "00119195": 1910, "000172087": 1910, "000176853": 1910, "000651202": 1910, "00219209": 1910, "0784645": 1910, "077737": 1910, "0791939": 1910, "0778967": 1910, "0777312": 1910, "0780616": 1910, "0137605": 1910, "0106226": 1910, "0159981": 1910, "0181051": 1910, "0102649": 1910, "014284": 1910, "0107163": 1910, "0180735": 1910, "0173927": 1910, "010941": 1910, "194802": 1910, "117678": 1910, "232515": 1910, "5417": 1910, "37617": 1910, "6826": 1910, "0011367": 1910, "000175053": 1910, "000174838": 1910, "000507683": 1910, "00199427": 1910, "0766449": 1910, "0764292": 1910, "0768612": 1910, "0761625": 1910, "0763946": 1910, "0759317": 1910, "0106741": 1910, "00774466": 1910, "0136975": 1910, "0145652": 1910, "0067659": 1910, "0108867": 1910, "00786259": 1910, "0137408": 1910, "0148857": 1910, "00699944": 1910, "0664264": 1910, "0726063": 1910, "145565": 1910, "4098": 1910, "66327": 1910, "73": 1910, "7364": 1910, "00113329": 1910, "000175666": 1910, "00017359": 1910, "000493932": 1910, "00197648": 1910, "0666085": 1910, "0665451": 1910, "066672": 1910, "0667213": 1910, "0672132": 1910, "0662322": 1910, "00669763": 1910, "00602932": 1910, "00748431": 1910, "00769875": 1910, "00559172": 1910, "00652602": 1910, "00578662": 1910, "00698408": 1910, "00760865": 1910, "00571634": 1910, "0514166": 1910, "0668013": 1910, "135057": 1910, "2625": 1910, "92343": 1910, "72": 1910, "7289": 1910, "00113231": 1910, "000174572": 1910, "000175548": 1910, "000526218": 1910, "00200864": 1910, "0648141": 1910, "0634921": 1910, "0661443": 1910, "0649517": 1910, "0649518": 1910, "0649516": 1910, "0061691": 1910, "00587146": 1910, "00646862": 1910, "00744427": 1910, "00489611": 1910, "00601018": 1910, "00491658": 1910, "00690701": 1910, "00676294": 1910, "00544022": 1910, "0503358": 1910, "0671483": 1910, "135564": 1910, "2763": 1910, "76404": 1910, "7343": 1910, "00116586": 1910, "000171716": 1910, "000175847": 1910, "000581802": 1910, "00209523": 1910, "0649176": 1910, "0641392": 1910, "0657014": 1910, "0647029": 1910, "0646974": 1910, "0647083": 1910, "00594983": 1910, "00583274": 1910, "00662917": 1910, "00637781": 1910, "00496899": 1910, "00605891": 1910, "00579733": 1910, "00580425": 1910, "00740682": 1910, "00521816": 1910, "0500971": 1910, "0681187": 1910, "135501": 1910, "9928": 1910, "2804": 1910, "52751": 1910, "7363": 1910, "00114743": 1910, "000174272": 1910, "000173083": 1910, "00048318": 1910, "00197796": 1910, "0648434": 1910, "0639435": 1910, "0657487": 1910, "0652002": 1910, "0650621": 1910, "0653372": 1910, "00653185": 1910, "00647684": 1910, "00700224": 1910, "00712778": 1910, "00552508": 1910, "00633317": 1910, "00574294": 1910, "00628081": 1910, "00798945": 1910, "00531256": 1910, "0519887": 1910, "0671887": 1910, "135337": 1910, "9896": 1910, "2736": 1910, "97512": 1910, "7350": 1910, "00114243": 1910, "000176064": 1910, "00017554": 1910, "000502765": 1910, "0019968": 1910, "0651064": 1910, "0640138": 1910, "0661968": 1910, "064921": 1910, "0643386": 1910, "0655007": 1910, "00608775": 1910, "00550639": 1910, "00688303": 1910, "00702353": 1910, "00494438": 1910, "00612031": 1910, "00518802": 1910, "006465": 1910, "00749811": 1910, "00532021": 1910, "0501661": 1910, "0677592": 1910, "135616": 1910, "9908": 1910, "2712": 1910, "45363": 1910, "7086": 1910, "00116354": 1910, "000175041": 1910, "000174947": 1910, "00112879": 1910, "00264231": 1910, "0650171": 1910, "0644201": 1910, "0656194": 1910, "0655976": 1910, "0658945": 1910, "0653032": 1910, "00591916": 1910, "00558637": 1910, "00615606": 1910, "00691088": 1910, "00502934": 1910, "0055814": 1910, "00478277": 1910, "00636994": 1910, "00639437": 1910, "00477878": 1910, "0504766": 1910, "0694536": 1910, "139764": 1910, "2853": 1910, "65569": 1910, "7286": 1910, "00114038": 1910, "000176438": 1910, "000175781": 1910, "000493773": 1910, "00198638": 1910, "06511": 1910, "0645775": 1910, "0656442": 1910, "065331": 1910, "0647873": 1910, "0658719": 1910, "00569673": 1910, "00567891": 1910, "00563549": 1910, "00576908": 1910, "00570335": 1910, "0056422": 1910, "00595789": 1910, "00547803": 1910, "00585611": 1910, "0052781": 1910, "0523878": 1910, "0673053": 1910, "136122": 1910, "14769": 1910, "00114125": 1910, "000176996": 1910, "000171122": 1910, "00150071": 1910, "00299008": 1910, "0655441": 1910, "0641989": 1910, "066902": 1910, "0656663": 1910, "0655177": 1910, "065813": 1910, "00574329": 1910, "00615239": 1910, "00584514": 1910, "00617653": 1910, "0047931": 1910, "su": 1910, "00557688": 1910, "00536355": 1910, "00589547": 1910, "0062092": 1910, "00483401": 1910, "0511499": 1910, "0669602": 1910, "138667": 1910, "2817": 1910, "92277": 1910, "4617": 1910, "4624": 1910, "00116428": 1910, "000175073": 1910, "000179122": 1910, "000624143": 1910, "00214262": 1910, "075023": 1910, "0737795": 1910, "0762717": 1910, "0754981": 1910, "0750419": 1910, "0759501": 1910, "0122848": 1910, "010087": 1910, "0149212": 1910, "0147216": 1910, "00942308": 1910, "0122644": 1910, "00940893": 1910, "0151437": 1910, "0152795": 1910, "00922575": 1910, "160022": 1910, "108396": 1910, "214303": 1910, "0593": 1910, "51099": 1910, "7205": 1910, "00114454": 1910, "000174778": 1910, "000178598": 1910, "000622807": 1910, "00212072": 1910, "0673988": 1910, "0660498": 1910, "0687521": 1910, "0665999": 1910, "0656989": 1910, "0674971": 1910, "00775671": 1910, "00641076": 1910, "00925224": 1910, "0098923": 1910, "00549451": 1910, "00814979": 1910, "0064208": 1910, "0094943": 1910, "0109052": 1910, "00577183": 1910, "0525718": 1910, "0684983": 1910, "13753": 1910, "2476": 1910, "18844": 1910, "76": 1910, "7605": 1910, "00111446": 1910, "000176218": 1910, "000173181": 1910, "000567391": 1910, "00203125": 1910, "0599149": 1910, "0587469": 1910, "0610859": 1910, "0603628": 1910, "0599454": 1910, "0607787": 1910, "00513004": 1910, "00500828": 1910, "00586709": 1910, "00532469": 1910, "00432035": 1910, "00484395": 1910, "00435256": 1910, "0050489": 1910, "00528113": 1910, "00468487": 1910, "0424689": 1910, "0623846": 1910, "129958": 1910, "1771": 1910, "90146": 1910, "7679": 1910, "00111329": 1910, "000174453": 1910, "000187997": 1910, "00052281": 1910, "00199855": 1910, "0597628": 1910, "0594387": 1910, "0600886": 1910, "0601823": 1910, "0602364": 1910, "0601285": 1910, "00498081": 1910, "00520013": 1910, "00499122": 1910, "00506582": 1910, "00466358": 1910, "00463958": 1910, "00460643": 1910, "00493022": 1910, "00485765": 1910, "00416083": 1910, "041741": 1910, "0630625": 1910, "128933": 1910, "9988": 1910, "1498": 1910, "35153": 1910, "7352": 1910, "0011521": 1910, "000179953": 1910, "000193562": 1910, "000986017": 1910, "00251163": 1910, "0607112": 1910, "0597318": 1910, "0616933": 1910, "0605566": 1910, "0600225": 1910, "0610896": 1910, "0048536": 1910, "00534402": 1910, "00512184": 1910, "00419329": 1910, "00474785": 1910, "00485389": 1910, "00482044": 1910, "00488813": 1910, "00502294": 1910, "00468169": 1910, "0414372": 1910, "0637003": 1910, "134183": 1910, "1644": 1910, "2926": 1910, "77": 1910, "7706": 1910, "00114883": 1910, "000172738": 1910, "000173912": 1910, "000500922": 1910, "0019964": 1910, "0597706": 1910, "058365": 1910, "0611883": 1910, "0603617": 1910, "0596815": 1910, "0610421": 1910, "00507342": 1910, "00552225": 1910, "00502914": 1910, "00519481": 1910, "0045431": 1910, "00475572": 1910, "00474486": 1910, "00519264": 1910, "00452235": 1910, "00455891": 1910, "0425655": 1910, "0640778": 1910, "1291": 1910, "1918": 1910, "29282": 1910, "57": 1910, "7662": 1910, "00114987": 1910, "000175873": 1910, "000174441": 1910, "000509332": 1910, "00200951": 1910, "059439": 1910, "0581668": 1910, "0607138": 1910, "0597239": 1910, "0590741": 1910, "06037": 1910, "00484312": 1910, "0048189": 1910, "00515876": 1910, "00478774": 1910, "00460903": 1910, "00469727": 1910, "0042228": 1910, "0049556": 1910, "00490294": 1910, "00470213": 1910, "0419401": 1910, "063158": 1910, "129703": 1910, "1825": 1910, "99906": 1910, "7668": 1910, "00113999": 1910, "000177145": 1910, "000494697": 1910, "0019877": 1910, "059728": 1910, "058413": 1910, "0610475": 1910, "06057": 1910, "0601686": 1910, "0609698": 1910, "00533349": 1910, "00561465": 1910, "00525122": 1910, "00578842": 1910, "00467645": 1910, "00479575": 1910, "00452891": 1910, "00515258": 1910, "00471774": 1910, "0047805": 1910, "0424987": 1910, "063466": 1910, "130279": 1910, "9944": 1910, "1765": 1910, "40606": 1910, "75": [1910, 1917, 1922], "7561": 1910, "00118073": 1910, "000176595": 1910, "000176277": 1910, "00126962": 1910, "00280322": 1910, "0596867": 1910, "0584019": 1910, "060971": 1910, "0597209": 1910, "0586373": 1910, "0608016": 1910, "00478203": 1910, "00492844": 1910, "00489903": 1910, "00478374": 1910, "00451458": 1910, "00471166": 1910, "00471679": 1910, "00453695": 1910, "00521538": 1910, "00437776": 1910, "0399454": 1910, "0650666": 1910, "131095": 1910, "9982": 1910, "1588": 1910, "33519": 1910, "7707": 1910, "00112932": 1910, "000173649": 1910, "000176619": 1910, "0005733": 1910, "00205289": 1910, "0604564": 1910, "0588577": 1910, "0620602": 1910, "0606382": 1910, "0597842": 1910, "0614869": 1910, "00508035": 1910, "00542338": 1910, "0051973": 1910, "00528804": 1910, "00440811": 1910, "00493871": 1910, "00482393": 1910, "00470077": 1910, "00566008": 1910, "0045722": 1910, "0412753": 1910, "0632685": 1910, "129126": 1910, "1691": 1910, "90488": 1910, "4971": 1910, "00118772": 1910, "000174399": 1910, "000175365": 1910, "000724154": 1910, "00226164": 1910, "0715393": 1910, "0714001": 1910, "0716792": 1910, "0708063": 1910, "0703415": 1910, "07127": 1910, "0109482": 1910, "00810392": 1910, "013351": 1910, "00807161": 1910, "10remov": 1910, "0114495": 1910, "00895825": 1910, "0147422": 1910, "0144898": 1910, "00756817": 1910, "136485": 1910, "0947748": 1910, "201123": 1910, "8101": 1910, "33423": 1910, "7784": 1910, "00114748": 1910, "000173434": 1910, "000173643": 1910, "000492445": 1910, "001987": 1910, "0620445": 1910, "0613942": 1910, "0626974": 1910, "0624537": 1910, "0626078": 1910, "0623003": 1910, "00688384": 1910, "00590854": 1910, "00871756": 1910, "00824825": 1910, "00467794": 1910, "00658183": 1910, "00538131": 1910, "00726536": 1910, "00855818": 1910, "0050996": 1910, "0414626": 1910, "0618828": 1910, "127212": 1910, "1285": 1910, "2533": 1910, "8085": 1910, "00114792": 1910, "000171199": 1910, "000170999": 1910, "000497123": 1910, "00198724": 1910, "0558467": 1910, "0548354": 1910, "0568613": 1910, "0563139": 1910, "0556514": 1910, "0569743": 1910, "00437746": 1910, "00445812": 1910, "00470138": 1910, "00439052": 1910, "00395763": 1910, "00414735": 1910, "00428681": 1910, "00416849": 1910, "00410326": 1910, "00403258": 1910, "0347029": 1910, "0598513": 1910, "122534": 1910, "0673": 1910, "48919": 1910, "8093": 1910, "0011215": 1910, "000173062": 1910, "00017243": 1910, "000481739": 1910, "00194873": 1910, "0551622": 1910, "0540573": 1910, "056271": 1910, "0554291": 1910, "0548532": 1910, "0560021": 1910, "00379637": 1910, "00380545": 1910, "00399505": 1910, "00374965": 1910, "00363535": 1910, "00366381": 1910, "00335177": 1910, "00377209": 1910, "00381376": 1910, "00371272": 1910, "0336264": 1910, "0597385": 1910, "12209": 1910, "12545": 1910, "8174": 1910, "00113455": 1910, "000172962": 1910, "000172111": 1910, "000494535": 1910, "00197415": 1910, "0555556": 1910, "0548071": 1910, "056308": 1910, "0565826": 1910, "0561847": 1910, "0569795": 1910, "00401386": 1910, "00431683": 1910, "00367912": 1910, "00402102": 1910, "00403548": 1910, "00343265": 1910, "00319218": 1910, "00357058": 1910, "00384326": 1910, "00311738": 1910, "0336175": 1910, "0608379": 1910, "120854": 1910, "0345": 1910, "44062": 1910, "8150": 1910, "0011493": 1910, "000176394": 1910, "000175145": 1910, "000636652": 1910, "00213749": 1910, "0561644": 1910, "0553785": 1910, "0569541": 1910, "0563292": 1910, "0563507": 1910, "0563077": 1910, "0040616": 1910, "00442985": 1910, "00424611": 1910, "00385272": 1910, "00371569": 1910, "00386509": 1910, "003755": 1910, "00376864": 1910, "00392764": 1910, "00400866": 1910, "0356184": 1910, "0611042": 1910, "121234": 1910, "0107": 1910, "51989": 1910, "8028": 1910, "00113187": 1910, "000172906": 1910, "000173854": 1910, "00119973": 1910, "00267836": 1910, "0569562": 1910, "0557674": 1910, "0581538": 1910, "0573977": 1910, "0568736": 1910, "057919": 1910, "00397292": 1910, "00431444": 1910, "00403564": 1910, "00342248": 1910, "00411819": 1910, "00370689": 1910, "00370983": 1910, "0034267": 1910, "00365311": 1910, "00403935": 1910, "0337761": 1910, "0612707": 1910, "122749": 1910, "0148": 1910, "53234": 1910, "8010": 1910, "00115006": 1910, "000171089": 1910, "000170973": 1910, "000614332": 1910, "00210645": 1910, "0595088": 1910, "0578924": 1910, "0611341": 1910, "0595746": 1910, "0587787": 1910, "0603688": 1910, "00426946": 1910, "00422307": 1910, "00518465": 1910, "00388528": 1910, "00378426": 1910, "00421233": 1910, "00335218": 1910, "00464931": 1910, "00480216": 1910, "00403033": 1910, "0367278": 1910, "0603263": 1910, "123466": 1910, "9806": 1910, "0485": 1910, "82185": 1910, "8154": 1910, "00112582": 1910, "000175281": 1910, "000174666": 1910, "000548011": 1910, "00202378": 1910, "056208": 1910, "0553238": 1910, "0570951": 1910, "0564072": 1910, "0561066": 1910, "0567066": 1910, "00407237": 1910, "00458353": 1910, "00414805": 1910, "00358938": 1910, "00396333": 1910, "00385295": 1910, "00384102": 1910, "00381134": 1910, "00384082": 1910, "0039189": 1910, "0336746": 1910, "0591636": 1910, "121264": 1910, "0118": 1910, "32063": 1910, "8130": 1910, "00112664": 1910, "000169903": 1910, "000170967": 1910, "000570233": 1910, "00203775": 1910, "0565456": 1910, "0560489": 1910, "0570416": 1910, "0565554": 1910, "0566927": 1910, "0564188": 1910, "00394695": 1910, "00453041": 1910, "003751": 1910, "00377433": 1910, "00372447": 1910, "00393142": 1910, "00393605": 1910, "00351129": 1910, "00412257": 1910, "00415485": 1910, "03294": 1910, "0595034": 1910, "121777": 1910, "0399": 1910, "72088": 1910, "5460": 1910, "00114313": 1910, "000173784": 1910, "000177948": 1910, "000703365": 1910, "00219823": 1910, "0696534": 1910, "0698218": 1910, "0694839": 1910, "0686236": 1910, "0693558": 1910, "0678957": 1910, "0101898": 1910, "00760697": 1910, "0134782": 1910, "0128854": 1910, "00681329": 1910, "010656": 1910, "00783997": 1910, "0139799": 1910, "0135968": 1910, "00715714": 1910, "113309": 1910, "0920199": 1910, "183328": 1910, "3798": 1910, "84919": 1910, "8267": 1910, "00113257": 1910, "000174729": 1910, "000171475": 1910, "000655191": 1910, "00213397": 1910, "0567635": 1910, "0558338": 1910, "0576938": 1910, "0570791": 1910, "0568651": 1910, "0572924": 1910, "00513888": 1910, "0044657": 1910, "00659921": 1910, "00590559": 1910, "00359382": 1910, "00494392": 1910, "00375318": 1910, "00599587": 1910, "00600445": 1910, "00399808": 1910, "0324819": 1910, "0581535": 1910, "119753": 1910, "9786": 1910, "6009": 1910, "8522": 1910, "00113484": 1910, "000174635": 1910, "00017281": 1910, "000471962": 1910, "00195425": 1910, "0522979": 1910, "0514701": 1910, "0531272": 1910, "0526289": 1910, "0525332": 1910, "052724": 1910, "0035412": 1910, "00398847": 1910, "00370725": 1910, "00335209": 1910, "00311216": 1910, "00335832": 1910, "00299014": 1910, "00369106": 1910, "0037407": 1910, "00300276": 1910, "0287871": 1910, "0573234": 1910, "116241": 1910, "9456": 1910, "58899": 1910, "8532": 1910, "00112831": 1910, "000175032": 1910, "000170599": 1910, "000477615": 1910, "00195155": 1910, "0510253": 1910, "0504098": 1910, "0516432": 1910, "0515426": 1910, "051475": 1910, "0516099": 1910, "00340387": 1910, "00378519": 1910, "0032779": 1910, "0033044": 1910, "00324285": 1910, "00317778": 1910, "00283378": 1910, "00321952": 1910, "00370341": 1910, "00294856": 1910, "0277202": 1910, "0570392": 1910, "116499": 1910, "9533": 1910, "78912": 1910, "8424": 1910, "00113708": 1910, "000169747": 1910, "000516366": 1910, "00199727": 1910, "0509114": 1910, "0494415": 1910, "0523881": 1910, "0515835": 1910, "0508587": 1910, "0523052": 1910, "00328518": 1910, "00378564": 1910, "00328526": 1910, "00299079": 1910, "00307324": 1910, "00292678": 1910, "00257701": 1910, "00286487": 1910, "0034609": 1910, "00279944": 1910, "0285168": 1910, "0573744": 1910, "117503": 1910, "9713": 1910, "77243": 1910, "8482": 1910, "00112907": 1910, "000171733": 1910, "000172552": 1910, "000497535": 1910, "00197089": 1910, "0518978": 1910, "0515069": 1910, "0522911": 1910, "0524093": 1910, "0525957": 1910, "052223": 1910, "00326625": 1910, "00386679": 1910, "00304207": 1910, "00291603": 1910, "00323224": 1910, "00301172": 1910, "00279397": 1910, "00282048": 1910, "0035536": 1910, "00287666": 1910, "0282139": 1910, "0573663": 1910, "117064": 1910, "9679": 1910, "24404": 1910, "8341": 1910, "0011421": 1910, "000175292": 1910, "00017538": 1910, "00057952": 1910, "00207229": 1910, "0514406": 1910, "0510664": 1910, "0518164": 1910, "051954": 1910, "0523787": 1910, "0515301": 1910, "00338554": 1910, "00366893": 1910, "00344041": 1910, "00307385": 1910, "0033557": 1910, "00305853": 1910, "00254999": 1910, "00326173": 1910, "00297855": 1910, "00343698": 1910, "0282974": 1910, "0568543": 1910, "118557": 1910, "9992": 1910, "9675": 1910, "34324": 1910, "8588": 1910, "00114523": 1910, "000173347": 1910, "000170297": 1910, "000496129": 1910, "001985": 1910, "0516234": 1910, "0507942": 1910, "0524561": 1910, "0515959": 1910, "0514668": 1910, "0517245": 1910, "00321691": 1910, "00343928": 1910, "00323961": 1910, "00322555": 1910, "00296047": 1910, "00319616": 1910, "00286625": 1910, "00345553": 1910, "00322388": 1910, "00323392": 1910, "0279356": 1910, "0577107": 1910, "115961": 1910, "998": 1910, "9502": 1910, "90419": 1910, "8520": 1910, "00113566": 1910, "000171149": 1910, "000171571": 1910, "000505713": 1910, "00198409": 1910, "0522993": 1910, "0518042": 1910, "0527968": 1910, "0523894": 1910, "0527668": 1910, "0520146": 1910, "00332163": 1910, "00385812": 1910, "00331033": 1910, "00287276": 1910, "00323793": 1910, "00320791": 1910, "00303251": 1910, "00257947": 1910, "00374368": 1910, "00347652": 1910, "0295904": 1910, "0569472": 1910, "116426": 1910, "999": 1910, "9579": 1910, "5502": 1910, "8308": 1910, "00113861": 1910, "00017479": 1910, "000171791": 1910, "000516632": 1910, "00200182": 1910, "052027": 1910, "0514887": 1910, "052567": 1910, "0525394": 1910, "0525082": 1910, "0525705": 1910, "00335517": 1910, "00413695": 1910, "00323186": 1910, "00292926": 1910, "00311042": 1910, "00302516": 1910, "00310847": 1910, "00289752": 1910, "00330243": 1910, "00279307": 1910, "0301017": 1910, "05751": 1910, "11865": 1910, "9998": 1910, "9797": 1910, "09128": 1910, "5758": 1910, "0011648": 1910, "000171131": 1910, "000177031": 1910, "00052665": 1910, "00203961": 1910, "0659214": 1910, "0645032": 1910, "0673451": 1910, "0664132": 1910, "0657103": 1910, "0671124": 1910, "00972141": 1910, "00816553": 1910, "0120463": 1910, "0123374": 1910, "00630649": 1910, "00948341": 1910, "00713825": 1910, "0120053": 1910, "0127712": 1910, "00596812": 1910, "0996916": 1910, "0850222": 1910, "173681": 1910, "1975": 1910, "8545": 1910, "8541": 1910, "00114865": 1910, "000173988": 1910, "000171794": 1910, "00119219": 1910, "00268662": 1910, "0532849": 1910, "0522147": 1910, "0543555": 1910, "053342": 1910, "0532922": 1910, "0533916": 1910, "00446188": 1910, "00427029": 1910, "0056238": 1910, "00476629": 1910, "0031903": 1910, "00436633": 1910, "00327022": 1910, "00473538": 1910, "00557037": 1910, "00387195": 1910, "0277647": 1910, "05598": 1910, "116407": 1910, "8927": 1910, "53428": 1910, "88": 1910, "8864": 1910, "00113772": 1910, "000172391": 1910, "000173831": 1910, "000667482": 1910, "00215142": 1910, "0487876": 1910, "0475343": 1910, "0500452": 1910, "0492262": 1910, "0486641": 1910, "0497856": 1910, "00317577": 1910, "0035957": 1910, "00350054": 1910, "00284136": 1910, "00275857": 1910, "00292205": 1910, "00258701": 1910, "00302885": 1910, "00338107": 1910, "0026844": 1910, "0236387": 1910, "0545816": 1910, "112377": 1910, "8792": 1910, "8611": 1910, "00115159": 1910, "000175224": 1910, "000172538": 1910, "000641879": 1910, "00214123": 1910, "048189": 1910, "0475752": 1910, "048804": 1910, "048684": 1910, "0485661": 1910, "0488014": 1910, "00280902": 1910, "00324111": 1910, "00320282": 1910, "00247802": 1910, "0023114": 1910, "0025366": 1910, "00258148": 1910, "00246217": 1910, "00286055": 1910, "00224081": 1910, "0246712": 1910, "0560449": 1910, "114722": 1910, "9191": 1910, "93015": 1910, "8682": 1910, "00113351": 1910, "00017218": 1910, "000169732": 1910, "00061197": 1910, "0020874": 1910, "0482681": 1910, "0473526": 1910, "0491879": 1910, "0482165": 1910, "0481162": 1910, "0483167": 1910, "00294627": 1910, "00344064": 1910, "00291673": 1910, "00275251": 1910, "00267103": 1910, "00298406": 1910, "0026251": 1910, "00285476": 1910, "00329326": 1910, "00315823": 1910, "0246552": 1910, "0552698": 1910, "114393": 1910, "88386": 1910, "8694": 1910, "00112254": 1910, "000171682": 1910, "000169843": 1910, "000609689": 1910, "00207376": 1910, "048889": 1910, "0478555": 1910, "0499248": 1910, "049152": 1910, "0484824": 1910, "0498193": 1910, "003037": 1910, "00320006": 1910, "00327777": 1910, "0029207": 1910, "00274846": 1910, "00285318": 1910, "00254032": 1910, "00293476": 1910, "00342016": 1910, "00251206": 1910, "0245681": 1910, "0554533": 1910, "113913": 1910, "8968": 1910, "21281": 1910, "87": 1910, "8797": 1910, "00112889": 1910, "000174991": 1910, "000176317": 1910, "000609379": 1910, "00208958": 1910, "0473094": 1910, "045965": 1910, "048656": 1910, "0473527": 1910, "046369": 1910, "0483339": 1910, "00272949": 1910, "00316006": 1910, "00287265": 1910, "00244254": 1910, "00243698": 1910, "0026367": 1910, "00258314": 1910, "00241881": 1910, "00319259": 1910, "00235322": 1910, "0233294": 1910, "0548638": 1910, "113268": 1910, "8957": 1910, "51035": 1910, "8705": 1910, "00116392": 1910, "000174849": 1910, "000171033": 1910, "000573339": 1910, "00208315": 1910, "0488708": 1910, "048186": 1910, "0495586": 1910, "0490466": 1910, "0489142": 1910, "049178": 1910, "00282094": 1910, "00316907": 1910, "00295433": 1910, "00271815": 1910, "00243883": 1910, "00273748": 1910, "00262902": 1910, "00272997": 1910, "00314165": 1910, "00244518": 1910, "0249233": 1910, "0546016": 1910, "11385": 1910, "9022": 1910, "34419": 1910, "8791": 1910, "00113176": 1910, "000173538": 1910, "000174227": 1910, "000500731": 1910, "00198025": 1910, "0492124": 1910, "0484356": 1910, "049993": 1910, "0489308": 1910, "048871": 1910, "0489904": 1910, "00273515": 1910, "00326991": 1910, "00276099": 1910, "00255092": 1910, "00235247": 1910, "00280445": 1910, "00258294": 1910, "0028585": 1910, "00317801": 1910, "00259388": 1910, "0245304": 1910, "0553609": 1910, "112756": 1910, "8688": 1910, "98793": 1910, "89": 1910, "8983": 1910, "00112999": 1910, "000172763": 1910, "000171394": 1910, "000627904": 1910, "00210205": 1910, "0486702": 1910, "0479463": 1910, "0493956": 1910, "0488597": 1910, "0489007": 1910, "0488189": 1910, "00274177": 1910, "00356041": 1910, "00275273": 1910, "00252121": 1910, "00212272": 1910, "00257861": 1910, "00265775": 1910, "00242603": 1910, "00290282": 1910, "00232661": 1910, "0231697": 1910, "0553643": 1910, "110655": 1910, "8281": 1910, "23047": 1910, "u1": 1910, "u10": 1910, "u7": 1910, "j2": 1910, "u11": 1910, "u8": 1910, "u12": 1910, "u9": 1910, "90": [1910, 1917, 1922], "somewher": 1910, "run_two_band": 1910, "se": 1910, "investig": [1910, 1914, 1919], "redirect": 1911, "start_redirect": 1911, "323600": 1911, "k_linear": 1911, "endpoint": [1911, 1918, 1919, 1920], "epsk": 1911, "pcolormesh": [1911, 1913, 1918, 1919], "rdbu_r": 1911, "shade": 1911, "vmin": 1911, "vmax": 1911, "set_label": 1911, "weak": [1913, 1914, 1918, 1919], "ferromagnet": [1913, 1915, 1918, 1920], "conist": [1913, 1918], "pauli": [1913, 1916, 1918, 1921], "mermin": [1913, 1915, 1918, 1920], "wagner": [1913, 1915, 1918, 1920], "theorem": [1913, 1914, 1915, 1918, 1919, 1920], "09": [265, 1913, 1918, 1919, 1920, 1922], "inlinebackend": [1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "figure_format": [1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "earier": [1913, 1918], "insead": [1913, 1918], "hamitonian": [1913, 1918], "python_api": [1913, 1918], "highlight": [1913, 1918], "__": [1913, 1918], "neigbhour": [1913, 1917, 1918, 1922], "h_r": [1913, 1917, 1918, 1922], "510934": 1913, "kmesh": [1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "0490874": [1913, 1918], "28319": [1913, 1918], "e_k_interp": [1913, 1918], "raster": [1913, 1918, 1919, 1920], "rdbu": [1913, 1918, 1919], "contour": [1913, 1918], "linestyl": [1913, 1918], "k_tick": [1913, 1918, 1919, 1920], "k_label": [1913, 1918], "xtick": [1913, 1918, 1919, 1920], "ytick": [1913, 1918, 1919, 1920], "va": [1913, 1918], "clip_on": [1913, 1918], "thepath": [1913, 1918], "python_refer": [1913, 1918], "k_vec": [1913, 1918, 1919, 1920], "k_plot": [1913, 1918, 1919, 1920], "wmesh": [1913, 1916, 1917, 1918, 1921, 1922], "wkmesh": [1913, 1918], "g0_wk": [1913, 1914, 1917, 1918, 1919, 1922], "lattice_dyson_g0_wk": [1913, 1917, 1918, 1922], "perfectli": [1913, 1914, 1917, 1918, 1919, 1922], "rho_k": [1913, 1918], "chi": [1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "chi_": [1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "dagger_a": [1914, 1919], "c_b": [1914, 1919], "dagger_c": [1914, 1919], "c_d": [1914, 1919], "wick": [1914, 1919], "convolut": [1914, 1919], "2frac": [1914, 1919], "inu_m": [1914, 1919], "nu_m": [1914, 1919], "fastest": [1914, 1919], "nu_n": [1914, 1919], "susceptibiltii": [1914, 1919], "fft": [1914, 1919], "triqs_trpf": [1914, 1919], "imtime_bubble_chi0_wk": [1914, 1917, 1919, 1922], "chi0_wk": [1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "nw": [1914, 1917, 1919, 1922], "greatli": [1914, 1919], "domin": [1914, 1919], "betaepsilon": [1914, 1919], "dinension": [1914, 1919], "extrema": [1914, 1919], "exercic": [1914, 1919], "manifest": [1914, 1919], "susecpt": [1914, 1919], "depdend": [1914, 1919], "sucept": [1914, 1919], "chi0_at_k_w": [1914, 1919], "susceptibilti": [1914, 1919], "chi_q_ref": [1914, 1919], "nan_to_num": [1914, 1919], "agre": [1914, 1919], "pad\u00e9": [1914, 1919], "fequenc": [1914, 1919], "fmesh": [1914, 1919], "chi_f": [1914, 1919], "pade_analytical_continuation_wk": [1914, 1919], "chi0_fk": [1914, 1919], "strongest": [1914, 1919], "susceptibilitii": [1914, 1919], "irreduc": [1915, 1920], "vertex": [1915, 1916, 1920, 1921], "denomin": [1915, 1916, 1917, 1920, 1921, 1922], "wherebi": [1915, 1920], "instabl": [1915, 1920], "predict": [1915, 1917, 1920, 1922], "unphys": [1915, 1917, 1920, 1922], "remedi": [1915, 1920], "shortcom": [1915, 1920], "solve_rpa_ph": [1915, 1916, 1917, 1920, 1921, 1922], "dtype": [1915, 1916, 1917, 1920, 1921, 1922], "compli": [1915, 1920], "chi_wk": [1915, 1916, 1917, 1920, 1921, 1922], "magnitud": [1915, 1920], "incommensur": [1915, 1920], "af": [1915, 1917, 1920, 1922], "andr\u00e9": [1916, 1921], "mari": [1916, 1921], "tremblai": [1916, 1917, 1921, 1922], "law": [1916, 1921], "tpc": [1916, 1917, 1921, 1922], "vertici": [1916, 1921], "cascad": [1916, 1921], "ansatz": [1916, 1917, 1921, 1922], "vilk": [1916, 1917, 1921, 1922], "franc": [1916, 1917, 1921, 1922], "1997": [1916, 1917, 1921, 1922], "1309": [1916, 1917, 1921, 1922], "1368": [1916, 1917, 1921, 1922], "solve_rpa": [1916, 1917, 1921, 1922], "triq_trpf": [1916, 1921], "focus": [1916, 1917, 1921, 1922], "brentq": [1916, 1917, 1921, 1922], "usp_root": [1916, 1917, 1921, 1922], "trace_chi": [1916, 1917, 1921, 1922], "chi_w": [1916, 1917, 1921, 1922], "squeez": [1916, 1917, 1919, 1920, 1921, 1922], "usp": [1916, 1917, 1921, 1922], "uch_root": [1916, 1917, 1921, 1922], "uch": [1916, 1917, 1921, 1922], "docc": [1916, 1917, 1921, 1922], "solve_tpsc": [1916, 1917, 1921, 1922], "iq_n": [1916, 1921], "violat": [1916, 1921], "1133": [1917, 1922], "1966": [1917, 1922], "imposs": [1917, 1922], "heurist": [1917, 1922], "proof": [1917, 1922], "collinear": [1917, 1922], "nabla": [1917, 1922], "wavelength": [1917, 1922], "classic": [1917, 1922], "equipartit": [1917, 1922], "k_bt": [1917, 1922], "rise": [1917, 1922], "infrar": [1917, 1922], "2q": [1917, 1922], "absurd": [1917, 1922], "hypothesi": [1917, 1922], "wave": [1917, 1922], "bubbl": [1917, 1919, 1922], "get_chi0": [1917, 1922], "tr_chi_sp": [1917, 1921, 1922], "diff": [1917, 1921, 1922], "tr_chi": [1917, 1921, 1922], "uc": [1917, 1921, 1922], "examin": [1917, 1922], "sum_n": [1917, 1922], "t_c": [1917, 1922], "t_rpa_vec": [1917, 1922], "concaten": [1917, 1921, 1922], "s_rpa_vec": [1917, 1922], "zeros_lik": [1917, 1921, 1922], "s_rpa": [1917, 1922], "4e": [1917, 1921, 1922], "rigor": [1917, 1922], "excercis": [1917, 1922], "whenc": [1917, 1922], "lowest": [1917, 1922], "sudden": [1917, 1922], "suddent": [1917, 1922], "anitferromagnet": [1917, 1922], "remnant": [1917, 1922], "kyung": [1917, 1922], "landri": [1917, 1922], "poulin": [1917, 1922], "099702": [1917, 1922], "asymptot": [1917, 1922], "trick": [1917, 1922], "appendix": [1917, 1922], "dar\u00e9": [1917, 1922], "14236": [1917, 1922], "1996": [1917, 1922], "intermedi": [1917, 1922], "rightarrow0": [1917, 1922], "rapid": [1917, 1922], "crossov": [1917, 1922], "2u": [1917, 1922], "866052": 1918, "kgrid1d": 1918, "a_k": 1918, "a_inv_k": 1918, "rho_k_interp": 1918, "box": 1919, "16384": 1919, "fourier_wk_to_wr": 1919, "fourier_wr_to_tr": 1919, "chi0_tr_from_grt_ph": 1919, "amp": 1919, "009086": 1919, "chi_wr_from_chi_tr": 1919, "chi_wk_from_chi_wr": 1919, "chi_interp": 1919, "q_x": [1919, 1920], "q_y": [1919, 1920], "chi0_k_interp": 1919, "k_g": 1919, "k_m": 1919, "k_pt": 1919, "_m": 1919, "ro": 1919, "var": 1919, "_1fkps792lsc0txclg5ky4300000gq": 1919, "ipykernel_50793": 1919, "228374747": 1919, "runtimewarn": 1919, "chi0_fk_interp": 1919, "chi_k_interp": 1920, "qx": 1920, "qy": 1920, "pcolor": 1920, "701127": 1920, "k_af": 1920, "u_vec": [1920, 1921], "chi_inv_vec": 1920, "5092181189127931": 1921, "5918677213723913": 1921, "18865226486409914": 1921, "778901915273313": 1921, "usp_vec": 1921, "uch_vec": 1921, "docc_vec": [1921, 1922], "0000e": [1921, 1922], "8960e": 1921, "2410e": 1921, "4133e": 1921, "6960e": 1921, "0074e": 1921, "3480e": 1921, "4299e": 1921, "4181e": 1921, "2964e": 1921, "0435e": 1921, "1509e": 1921, "2343e": 1921, "8118e": 1921, "3194e": 1921, "2029e": 1921, "5092e": 1921, "5919e": 1921, "8865e": 1921, "9155e": 1921, "1248e": 1921, "5962e": 1921, "1660e": 1921, "2127e": 1921, "3538e": 1921, "3187e": 1921, "8718e": 1921, "1594e": 1921, "imread": 1921, "overlai": 1921, "img": 1921, "fig2": 1921, "imshow": 1921, "sum_chi_vec": 1921, "sum_chi": 1921, "9935e": 1921, "5000e": [1921, 1922], "9969e": 1921, "0007e": 1921, "0024e": 1921, "0048e": 1921, "2500e": [1921, 1922], "0079e": 1921, "0118e": 1921, "7500e": 1921, "0166e": 1921, "0222e": 1921, "0287e": 1921, "617709": 1922, "7196e": 1922, "3333e": 1922, "5925e": 1922, "8000e": 1922, "5714e": 1922, "8783e": 1922, "6000e": 1922, "8462e": 1922, "2302e": 1922, "4000e": 1922, "1667e": 1922, "6725e": 1922, "2000e": 1922, "5455e": 1922, "2425e": 1922, "0006e": 1922, "5556e": 1922, "0503e": 1922, "5858e": 1922, "1429e": 1922, "0020e": 1922, "4436e": 1922, "5028e": 1922, "9329e": 1922, "t_tpsc_vec": 1922, "s_tpsc_vec": 1922, "u_sp_vec": 1922, "u_ch_vec": 1922, "s_tpsc": 1922, "ucrpa": 1922, "chi_sp_wk": 1922, "1151e": 1922, "9735e": 1922, "9469e": 1922, "6108e": 1922, "9065e": 1922, "3054e": 1922, "8166e": 1922, "3189e": 1922, "7718e": 1922, "5801e": 1922, "7324e": 1922, "9464e": 1922, "6148e": 1922, "0225e": 1922, "6343e": 1922, "9851e": 1922, "6667e": 1922, "4421e": 1922, "8411e": 1922, "5263e": 1922, "9599e": 1922, "3406e": 1922, "7133e": 1922, "4629e": 1922, "2155e": 1922, "2802e": 1922, "5589e": 1922, "4251e": 1922, "0735e": 1922, "2301e": 1922, "6547e": 1922, "3938e": 1922, "5004e": 1922, "1949e": 1922, "0900e": 1922, "3718e": 1922, "3575e": 1922, "1657e": 1922, "2228e": 1922, "3535e": 1922, "8974e": 1922, "8571e": 1922, "1527e": 1922, "2658e": 1922, "3454e": 1922, "6014e": 1922, "1327e": 1922, "3218e": 1922, "3330e": 1922, "0230e": 1922, "0869e": 1922, "4279e": 1922, "3043e": 1922, "2999e": 1922, "221": 1922, "222": 1922, "blow": 1922, "223": 1922, "u_sp": 1922, "224": 1922, "twoparticlerespons": 1923, "deeper": 1924, "profound": 1924, "port": 1924, "summari": 1924, "path_to_install_directori": 1924, "diretori": 1924, "show_vers": 1924, "9e": [264, 265], "6e": [264, 265], "3e": [264, 265], "00068": 264, "8e": 265, "5e": 265, "00098": 265, "00042": 265, "645497": [494, 495]}, "objects": {"": [[509, 0, 1, "", "HDFArchiveGroup"], [509, 0, 1, "", "HDFArchiveInert"], [508, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [507, 2, 0, "-", "h5"], [509, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[509, 1, 1, "", "apply_on_leaves"], [509, 1, 1, "", "create_group"], [509, 1, 1, "", "get_raw"], [509, 1, 1, "", "is_data"], [509, 1, 1, "", "is_group"], [509, 1, 1, "", "items"], [509, 1, 1, "", "keys"], [509, 1, 1, "", "read_attr"], [509, 1, 1, "", "root_path"], [509, 1, 1, "", "update"], [509, 1, 1, "", "values"]], "h5": [[509, 0, 1, "", "HDFArchive"]], "triqs": [[599, 2, 0, "-", "atom_diag"], [654, 2, 0, "-", "dos"], [668, 2, 0, "-", "fit"], [672, 2, 0, "-", "gf"], [1606, 2, 0, "-", "lattice"], [1683, 2, 0, "-", "operators"], [1738, 2, 0, "-", "plot"], [1747, 2, 0, "-", "random_generator"], [1752, 2, 0, "-", "stat"], [1766, 2, 0, "-", "sumk"], [1780, 2, 0, "-", "utility"]], "triqs.atom_diag": [[600, 3, 1, "", "AtomDiag"], [601, 2, 0, "-", "atom_diag"]], "triqs.atom_diag.atom_diag": [[602, 0, 1, "", "AtomDiagComplex"], [623, 0, 1, "", "AtomDiagReal"], [644, 3, 1, "", "act"], [645, 3, 1, "", "atomic_density_matrix"], [646, 3, 1, "", "atomic_g_iw"], [647, 3, 1, "", "atomic_g_l"], [648, 3, 1, "", "atomic_g_tau"], [649, 3, 1, "", "atomic_g_w"], [650, 3, 1, "", "partition_function"], [651, 3, 1, "", "quantum_number_eigenvalues"], [652, 3, 1, "", "quantum_number_eigenvalues_checked"], [653, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[603, 1, 1, "", "__init__"], [604, 1, 1, "", "c_connection"], [605, 1, 1, "", "c_matrix"], [606, 1, 1, "", "cdag_connection"], [607, 1, 1, "", "cdag_matrix"], [608, 4, 1, "", "energies"], [609, 1, 1, "", "flatten_subspace_index"], [610, 4, 1, "", "fock_states"], [611, 4, 1, "", "fops"], [612, 4, 1, "", "full_hilbert_space_dim"], [613, 1, 1, "", "get_eigenvalue"], [614, 1, 1, "", "get_subspace_dim"], [615, 1, 1, "", "get_subspace_dims"], [616, 4, 1, "", "gs_energy"], [617, 4, 1, "", "h_atomic"], [618, 4, 1, "", "n_subspaces"], [619, 4, 1, "", "quantum_numbers"], [620, 4, 1, "", "unitary_matrices"], [621, 4, 1, "", "vacuum_state"], [622, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[624, 1, 1, "", "__init__"], [625, 1, 1, "", "c_connection"], [626, 1, 1, "", "c_matrix"], [627, 1, 1, "", "cdag_connection"], [628, 1, 1, "", "cdag_matrix"], [629, 4, 1, "", "energies"], [630, 1, 1, "", "flatten_subspace_index"], [631, 4, 1, "", "fock_states"], [632, 4, 1, "", "fops"], [633, 4, 1, "", "full_hilbert_space_dim"], [634, 1, 1, "", "get_eigenvalue"], [635, 1, 1, "", "get_subspace_dim"], [636, 1, 1, "", "get_subspace_dims"], [637, 4, 1, "", "gs_energy"], [638, 4, 1, "", "h_atomic"], [639, 4, 1, "", "n_subspaces"], [640, 4, 1, "", "quantum_numbers"], [641, 4, 1, "", "unitary_matrices"], [642, 4, 1, "", "vacuum_state"], [643, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[655, 2, 0, "-", "dos"], [570, 3, 1, "", "dos_from_file"], [665, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[656, 0, 1, "", "DOS"], [660, 0, 1, "", "DOSFromFunction"], [664, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[657, 1, 1, "", "__init__"], [658, 1, 1, "", "copy"], [659, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[661, 1, 1, "", "__init__"], [662, 1, 1, "", "copy"], [663, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[666, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[667, 1, 1, "", "__init__"]], "triqs.fit": [[669, 2, 0, "-", "fit"]], "triqs.fit.fit": [[670, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[671, 1, 1, "", "__init__"]], "triqs.gf": [[673, 2, 0, "-", "backwd_compat"], [869, 2, 0, "-", "block2_gf"], [884, 2, 0, "-", "block_gf"], [909, 2, 0, "-", "descriptor_base"], [926, 2, 0, "-", "descriptors"], [945, 2, 0, "-", "dlr_crm_dyson_solver"], [947, 2, 0, "-", "gf"], [996, 2, 0, "-", "gf_factories"], [1006, 2, 0, "-", "gf_fnt"], [1024, 2, 0, "-", "lazy_expressions"], [1039, 2, 0, "-", "map_block"], [1040, 2, 0, "-", "matsubara_freq"], [1047, 2, 0, "-", "mesh_point"], [1054, 2, 0, "-", "mesh_product"], [1064, 2, 0, "-", "meshes"], [1193, 2, 0, "-", "plot"], [1222, 2, 0, "-", "tools"], [1234, 2, 0, "-", "wrapped_aux"]], "triqs.gf.backwd_compat": [[674, 2, 0, "-", "gf_imfreq"], [713, 2, 0, "-", "gf_imtime"], [752, 2, 0, "-", "gf_legendre"], [791, 2, 0, "-", "gf_refreq"], [830, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[675, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[676, 1, 1, "", "__init__"], [677, 1, 1, "", "conjugate"], [678, 1, 1, "", "copy"], [679, 1, 1, "", "copy_from"], [680, 5, 1, "", "data"], [681, 1, 1, "", "density"], [682, 1, 1, "", "enforce_discontinuity"], [683, 1, 1, "", "fit_hermitian_tail"], [684, 1, 1, "", "fit_hermitian_tail_on_window"], [685, 1, 1, "", "fit_tail"], [686, 1, 1, "", "fit_tail_on_window"], [687, 1, 1, "", "from_L_G_R"], [688, 5, 1, "", "imag"], [689, 5, 1, "", "indices"], [690, 1, 1, "", "inverse"], [691, 1, 1, "", "invert"], [692, 1, 1, "", "is_gf_hermitian"], [693, 1, 1, "", "is_gf_real_in_tau"], [694, 5, 1, "", "mesh"], [695, 5, 1, "", "rank"], [696, 5, 1, "", "real"], [697, 1, 1, "", "rebinning_tau"], [698, 1, 1, "", "replace_by_tail"], [699, 1, 1, "", "replace_by_tail_in_fit_window"], [700, 1, 1, "", "set_from_fourier"], [701, 1, 1, "", "set_from_imfreq"], [702, 1, 1, "", "set_from_imtime"], [703, 1, 1, "", "set_from_legendre"], [704, 1, 1, "", "set_from_pade"], [705, 5, 1, "", "target_indices"], [706, 5, 1, "", "target_rank"], [707, 5, 1, "", "target_shape"], [708, 1, 1, "", "tau_L2_norm"], [709, 1, 1, "", "total_density"], [710, 1, 1, "", "transpose"], [711, 1, 1, "", "x_data_view"], [712, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[714, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[715, 1, 1, "", "__init__"], [716, 1, 1, "", "conjugate"], [717, 1, 1, "", "copy"], [718, 1, 1, "", "copy_from"], [719, 5, 1, "", "data"], [720, 1, 1, "", "density"], [721, 1, 1, "", "enforce_discontinuity"], [722, 1, 1, "", "fit_hermitian_tail"], [723, 1, 1, "", "fit_hermitian_tail_on_window"], [724, 1, 1, "", "fit_tail"], [725, 1, 1, "", "fit_tail_on_window"], [726, 1, 1, "", "from_L_G_R"], [727, 5, 1, "", "imag"], [728, 5, 1, "", "indices"], [729, 1, 1, "", "inverse"], [730, 1, 1, "", "invert"], [731, 1, 1, "", "is_gf_hermitian"], [732, 1, 1, "", "is_gf_real_in_tau"], [733, 5, 1, "", "mesh"], [734, 5, 1, "", "rank"], [735, 5, 1, "", "real"], [736, 1, 1, "", "rebinning_tau"], [737, 1, 1, "", "replace_by_tail"], [738, 1, 1, "", "replace_by_tail_in_fit_window"], [739, 1, 1, "", "set_from_fourier"], [740, 1, 1, "", "set_from_imfreq"], [741, 1, 1, "", "set_from_imtime"], [742, 1, 1, "", "set_from_legendre"], [743, 1, 1, "", "set_from_pade"], [744, 5, 1, "", "target_indices"], [745, 5, 1, "", "target_rank"], [746, 5, 1, "", "target_shape"], [747, 1, 1, "", "tau_L2_norm"], [748, 1, 1, "", "total_density"], [749, 1, 1, "", "transpose"], [750, 1, 1, "", "x_data_view"], [751, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[753, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[754, 1, 1, "", "__init__"], [755, 1, 1, "", "conjugate"], [756, 1, 1, "", "copy"], [757, 1, 1, "", "copy_from"], [758, 5, 1, "", "data"], [759, 1, 1, "", "density"], [760, 1, 1, "", "enforce_discontinuity"], [761, 1, 1, "", "fit_hermitian_tail"], [762, 1, 1, "", "fit_hermitian_tail_on_window"], [763, 1, 1, "", "fit_tail"], [764, 1, 1, "", "fit_tail_on_window"], [765, 1, 1, "", "from_L_G_R"], [766, 5, 1, "", "imag"], [767, 5, 1, "", "indices"], [768, 1, 1, "", "inverse"], [769, 1, 1, "", "invert"], [770, 1, 1, "", "is_gf_hermitian"], [771, 1, 1, "", "is_gf_real_in_tau"], [772, 5, 1, "", "mesh"], [773, 5, 1, "", "rank"], [774, 5, 1, "", "real"], [775, 1, 1, "", "rebinning_tau"], [776, 1, 1, "", "replace_by_tail"], [777, 1, 1, "", "replace_by_tail_in_fit_window"], [778, 1, 1, "", "set_from_fourier"], [779, 1, 1, "", "set_from_imfreq"], [780, 1, 1, "", "set_from_imtime"], [781, 1, 1, "", "set_from_legendre"], [782, 1, 1, "", "set_from_pade"], [783, 5, 1, "", "target_indices"], [784, 5, 1, "", "target_rank"], [785, 5, 1, "", "target_shape"], [786, 1, 1, "", "tau_L2_norm"], [787, 1, 1, "", "total_density"], [788, 1, 1, "", "transpose"], [789, 1, 1, "", "x_data_view"], [790, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[792, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[793, 1, 1, "", "__init__"], [794, 1, 1, "", "conjugate"], [795, 1, 1, "", "copy"], [796, 1, 1, "", "copy_from"], [797, 5, 1, "", "data"], [798, 1, 1, "", "density"], [799, 1, 1, "", "enforce_discontinuity"], [800, 1, 1, "", "fit_hermitian_tail"], [801, 1, 1, "", "fit_hermitian_tail_on_window"], [802, 1, 1, "", "fit_tail"], [803, 1, 1, "", "fit_tail_on_window"], [804, 1, 1, "", "from_L_G_R"], [805, 5, 1, "", "imag"], [806, 5, 1, "", "indices"], [807, 1, 1, "", "inverse"], [808, 1, 1, "", "invert"], [809, 1, 1, "", "is_gf_hermitian"], [810, 1, 1, "", "is_gf_real_in_tau"], [811, 5, 1, "", "mesh"], [812, 5, 1, "", "rank"], [813, 5, 1, "", "real"], [814, 1, 1, "", "rebinning_tau"], [815, 1, 1, "", "replace_by_tail"], [816, 1, 1, "", "replace_by_tail_in_fit_window"], [817, 1, 1, "", "set_from_fourier"], [818, 1, 1, "", "set_from_imfreq"], [819, 1, 1, "", "set_from_imtime"], [820, 1, 1, "", "set_from_legendre"], [821, 1, 1, "", "set_from_pade"], [822, 5, 1, "", "target_indices"], [823, 5, 1, "", "target_rank"], [824, 5, 1, "", "target_shape"], [825, 1, 1, "", "tau_L2_norm"], [826, 1, 1, "", "total_density"], [827, 1, 1, "", "transpose"], [828, 1, 1, "", "x_data_view"], [829, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[831, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[832, 1, 1, "", "__init__"], [833, 1, 1, "", "conjugate"], [834, 1, 1, "", "copy"], [835, 1, 1, "", "copy_from"], [836, 5, 1, "", "data"], [837, 1, 1, "", "density"], [838, 1, 1, "", "enforce_discontinuity"], [839, 1, 1, "", "fit_hermitian_tail"], [840, 1, 1, "", "fit_hermitian_tail_on_window"], [841, 1, 1, "", "fit_tail"], [842, 1, 1, "", "fit_tail_on_window"], [843, 1, 1, "", "from_L_G_R"], [844, 5, 1, "", "imag"], [845, 5, 1, "", "indices"], [846, 1, 1, "", "inverse"], [847, 1, 1, "", "invert"], [848, 1, 1, "", "is_gf_hermitian"], [849, 1, 1, "", "is_gf_real_in_tau"], [850, 5, 1, "", "mesh"], [851, 5, 1, "", "rank"], [852, 5, 1, "", "real"], [853, 1, 1, "", "rebinning_tau"], [854, 1, 1, "", "replace_by_tail"], [855, 1, 1, "", "replace_by_tail_in_fit_window"], [856, 1, 1, "", "set_from_fourier"], [857, 1, 1, "", "set_from_imfreq"], [858, 1, 1, "", "set_from_imtime"], [859, 1, 1, "", "set_from_legendre"], [860, 1, 1, "", "set_from_pade"], [861, 5, 1, "", "target_indices"], [862, 5, 1, "", "target_rank"], [863, 5, 1, "", "target_shape"], [864, 1, 1, "", "tau_L2_norm"], [865, 1, 1, "", "total_density"], [866, 1, 1, "", "transpose"], [867, 1, 1, "", "x_data_view"], [868, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[870, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[871, 1, 1, "", "__init__"], [872, 5, 1, "", "all_indices"], [873, 1, 1, "", "copy"], [874, 1, 1, "", "copy_from"], [875, 1, 1, "", "copy_selected_blocks"], [876, 5, 1, "", "imag"], [877, 5, 1, "", "indices"], [878, 5, 1, "", "indices1"], [879, 5, 1, "", "indices2"], [880, 5, 1, "", "n_blocks"], [881, 5, 1, "", "real"], [882, 1, 1, "", "view_selected_blocks"], [883, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[885, 0, 1, "", "BlockGf"], [907, 3, 1, "", "call_factory_from_dict"], [908, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[886, 1, 1, "", "__init__"], [887, 5, 1, "", "all_indices"], [888, 5, 1, "", "beta"], [889, 1, 1, "", "conjugate"], [890, 1, 1, "", "copy"], [891, 1, 1, "", "copy_from"], [892, 1, 1, "", "copy_selected_blocks"], [893, 1, 1, "", "density"], [894, 5, 1, "", "imag"], [895, 5, 1, "", "indices"], [896, 1, 1, "", "inverse"], [897, 1, 1, "", "invert"], [898, 1, 1, "", "load"], [899, 5, 1, "", "mesh"], [900, 5, 1, "", "n_blocks"], [901, 5, 1, "", "real"], [902, 1, 1, "", "save"], [903, 1, 1, "", "total_density"], [904, 1, 1, "", "transpose"], [905, 1, 1, "", "view_selected_blocks"], [906, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[910, 0, 1, "", "Base"], [912, 0, 1, "", "BaseBlock"], [915, 0, 1, "", "Const"], [917, 0, 1, "", "Function"], [919, 0, 1, "", "LazyCTX"], [921, 0, 1, "", "Omega_"], [923, 3, 1, "", "convert_scalar_to_const"], [924, 3, 1, "", "is_lazy"], [925, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[911, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[913, 1, 1, "", "__init__"], [914, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[916, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[918, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[920, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[922, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[927, 0, 1, "", "Flat"], [929, 0, 1, "", "Fourier"], [932, 0, 1, "", "LegendreToMatsubara"], [935, 0, 1, "", "MatsubaraToLegendre"], [561, 0, 1, "", "Omega"], [938, 0, 1, "", "OneFermionInTime"], [940, 0, 1, "", "SemiCircular"], [942, 4, 1, "", "Wilson"], [944, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[928, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[930, 1, 1, "", "__init__"], [931, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[933, 1, 1, "", "__init__"], [934, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[936, 1, 1, "", "__init__"], [937, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[939, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[941, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[943, 1, 1, "", "__init__"]], "triqs.gf.dlr_crm_dyson_solver": [[946, 3, 1, "", "minimize_dyson"]], "triqs.gf.gf": [[948, 0, 1, "", "AddMethod"], [951, 0, 1, "", "CallProxyNone"], [953, 0, 1, "", "Gf"], [991, 0, 1, "", "Idx"], [993, 3, 1, "", "add_method_helper"], [994, 3, 1, "", "bckwd"], [995, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[949, 1, 1, "", "__init__"], [950, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[952, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[954, 1, 1, "", "__init__"], [955, 1, 1, "", "conjugate"], [956, 1, 1, "", "copy"], [957, 1, 1, "", "copy_from"], [958, 5, 1, "", "data"], [959, 1, 1, "", "density"], [960, 1, 1, "", "enforce_discontinuity"], [961, 1, 1, "", "fit_hermitian_tail"], [962, 1, 1, "", "fit_hermitian_tail_on_window"], [963, 1, 1, "", "fit_tail"], [964, 1, 1, "", "fit_tail_on_window"], [965, 1, 1, "", "from_L_G_R"], [966, 5, 1, "", "imag"], [967, 5, 1, "", "indices"], [968, 1, 1, "", "inverse"], [969, 1, 1, "", "invert"], [970, 1, 1, "", "is_gf_hermitian"], [971, 1, 1, "", "is_gf_real_in_tau"], [972, 5, 1, "", "mesh"], [973, 5, 1, "", "rank"], [974, 5, 1, "", "real"], [975, 1, 1, "", "rebinning_tau"], [976, 1, 1, "", "replace_by_tail"], [977, 1, 1, "", "replace_by_tail_in_fit_window"], [978, 1, 1, "", "set_from_fourier"], [979, 1, 1, "", "set_from_imfreq"], [980, 1, 1, "", "set_from_imtime"], [981, 1, 1, "", "set_from_legendre"], [982, 1, 1, "", "set_from_pade"], [983, 5, 1, "", "target_indices"], [984, 5, 1, "", "target_rank"], [985, 5, 1, "", "target_shape"], [986, 1, 1, "", "tau_L2_norm"], [987, 1, 1, "", "total_density"], [988, 1, 1, "", "transpose"], [989, 1, 1, "", "x_data_view"], [990, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[992, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[997, 3, 1, "", "fit_gf_dlr"], [998, 3, 1, "", "make_gf_dlr"], [999, 3, 1, "", "make_gf_dlr_imfreq"], [1000, 3, 1, "", "make_gf_dlr_imtime"], [1001, 3, 1, "", "make_gf_from_fourier"], [1002, 3, 1, "", "make_gf_imfreq"], [1003, 3, 1, "", "make_gf_imtime"], [1004, 3, 1, "", "make_hermitian"], [1005, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[1007, 3, 1, "", "density"], [1008, 3, 1, "", "enforce_discontinuity"], [1009, 3, 1, "", "fit_hermitian_tail"], [1010, 3, 1, "", "fit_hermitian_tail_on_window"], [1011, 3, 1, "", "fit_tail"], [1012, 3, 1, "", "fit_tail_on_window"], [1013, 3, 1, "", "is_gf_hermitian"], [1014, 3, 1, "", "is_gf_real_in_tau"], [1015, 3, 1, "", "rebinning_tau"], [1016, 3, 1, "", "replace_by_tail"], [1017, 3, 1, "", "replace_by_tail_in_fit_window"], [1018, 3, 1, "", "set_from_fourier"], [1019, 3, 1, "", "set_from_imfreq"], [1020, 3, 1, "", "set_from_imtime"], [1021, 3, 1, "", "set_from_legendre"], [1022, 3, 1, "", "set_from_pade"], [1023, 3, 1, "", "tau_L2_norm"]], "triqs.gf.lazy_expressions": [[1025, 0, 1, "", "LazyExpr"], [1031, 0, 1, "", "LazyExprTerminal"], [1033, 3, 1, "", "all_terminals"], [1034, 3, 1, "", "eval_expr"], [1035, 3, 1, "", "eval_expr_with_context"], [1036, 3, 1, "", "lazy_function"], [1037, 3, 1, "", "make_lazy"], [1038, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[1026, 1, 1, "", "__init__"], [1027, 1, 1, "", "copy"], [1028, 1, 1, "", "get_terminal"], [1029, 1, 1, "", "is_terminal"], [1030, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1032, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[1041, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1042, 1, 1, "", "__init__"], [1041, 4, 1, "", "beta"], [1043, 5, 1, "", "imag"], [1044, 5, 1, "", "index"], [1041, 4, 1, "", "n"], [1045, 5, 1, "", "real"], [1041, 4, 1, "", "statistic"], [1046, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[1048, 0, 1, "", "MeshPoint"], [1052, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[1049, 1, 1, "", "__init__"], [1050, 5, 1, "", "imag"], [1051, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1053, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[1055, 0, 1, "", "MeshProduct"], [1063, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[1056, 1, 1, "", "__init__"], [1057, 5, 1, "", "components"], [1058, 1, 1, "", "copy"], [1059, 1, 1, "", "copy_from"], [1060, 5, 1, "", "rank"], [1061, 1, 1, "", "size_of_components"], [1062, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[1065, 0, 1, "", "MeshBrZone"], [1078, 0, 1, "", "MeshCycLat"], [1090, 0, 1, "", "MeshDLR"], [1104, 0, 1, "", "MeshDLRImFreq"], [1118, 0, 1, "", "MeshDLRImTime"], [1132, 0, 1, "", "MeshImFreq"], [1148, 0, 1, "", "MeshImTime"], [1159, 0, 1, "", "MeshLegendre"], [1168, 0, 1, "", "MeshReFreq"], [1180, 0, 1, "", "MeshReTime"], [1192, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[1066, 1, 1, "", "__init__"], [1067, 4, 1, "", "bz"], [1068, 1, 1, "", "closest_index"], [1069, 1, 1, "", "copy"], [1070, 1, 1, "", "copy_from"], [1071, 4, 1, "", "dims"], [1072, 4, 1, "", "mesh_hash"], [1073, 1, 1, "", "to_data_index"], [1074, 1, 1, "", "to_index"], [1075, 1, 1, "", "to_value"], [1076, 4, 1, "", "units"], [1077, 1, 1, "", "values"]], "triqs.gf.meshes.MeshCycLat": [[1079, 1, 1, "", "__init__"], [1080, 1, 1, "", "copy"], [1081, 1, 1, "", "copy_from"], [1082, 4, 1, "", "dims"], [1083, 4, 1, "", "lattice"], [1084, 4, 1, "", "mesh_hash"], [1085, 1, 1, "", "to_data_index"], [1086, 1, 1, "", "to_index"], [1087, 1, 1, "", "to_value"], [1088, 4, 1, "", "units"], [1089, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[1091, 1, 1, "", "__init__"], [1092, 4, 1, "", "beta"], [1093, 1, 1, "", "copy"], [1094, 1, 1, "", "copy_from"], [1095, 4, 1, "", "eps"], [1096, 4, 1, "", "mesh_hash"], [1097, 4, 1, "", "statistic"], [1098, 4, 1, "", "symmetrize"], [1099, 1, 1, "", "to_data_index"], [1100, 1, 1, "", "to_index"], [1101, 1, 1, "", "to_value"], [1102, 1, 1, "", "values"], [1103, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImFreq": [[1105, 1, 1, "", "__init__"], [1106, 4, 1, "", "beta"], [1107, 1, 1, "", "copy"], [1108, 1, 1, "", "copy_from"], [1109, 4, 1, "", "eps"], [1110, 4, 1, "", "mesh_hash"], [1111, 4, 1, "", "statistic"], [1112, 4, 1, "", "symmetrize"], [1113, 1, 1, "", "to_data_index"], [1114, 1, 1, "", "to_index"], [1115, 1, 1, "", "to_value"], [1116, 1, 1, "", "values"], [1117, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[1119, 1, 1, "", "__init__"], [1120, 4, 1, "", "beta"], [1121, 1, 1, "", "copy"], [1122, 1, 1, "", "copy_from"], [1123, 4, 1, "", "eps"], [1124, 4, 1, "", "mesh_hash"], [1125, 4, 1, "", "statistic"], [1126, 4, 1, "", "symmetrize"], [1127, 1, 1, "", "to_data_index"], [1128, 1, 1, "", "to_index"], [1129, 1, 1, "", "to_value"], [1130, 1, 1, "", "values"], [1131, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1133, 1, 1, "", "__init__"], [1134, 4, 1, "", "beta"], [1135, 1, 1, "", "copy"], [1136, 1, 1, "", "copy_from"], [1137, 1, 1, "", "first_index"], [1138, 1, 1, "", "last_index"], [1139, 4, 1, "", "mesh_hash"], [1140, 4, 1, "", "n_iw"], [1141, 1, 1, "", "positive_only"], [1142, 1, 1, "", "set_tail_fit_parameters"], [1143, 4, 1, "", "statistic"], [1144, 1, 1, "", "to_data_index"], [1145, 1, 1, "", "to_index"], [1146, 1, 1, "", "to_value"], [1147, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1149, 1, 1, "", "__init__"], [1150, 4, 1, "", "beta"], [1151, 1, 1, "", "copy"], [1152, 1, 1, "", "copy_from"], [1153, 4, 1, "", "mesh_hash"], [1154, 4, 1, "", "statistic"], [1155, 1, 1, "", "to_data_index"], [1156, 1, 1, "", "to_index"], [1157, 1, 1, "", "to_value"], [1158, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1160, 1, 1, "", "__init__"], [1161, 4, 1, "", "beta"], [1162, 1, 1, "", "copy"], [1163, 1, 1, "", "copy_from"], [1164, 4, 1, "", "mesh_hash"], [1165, 4, 1, "", "statistic"], [1166, 1, 1, "", "to_data_index"], [1167, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1169, 1, 1, "", "__init__"], [1170, 1, 1, "", "copy"], [1171, 1, 1, "", "copy_from"], [1172, 4, 1, "", "delta"], [1173, 4, 1, "", "mesh_hash"], [1174, 1, 1, "", "to_data_index"], [1175, 1, 1, "", "to_index"], [1176, 1, 1, "", "to_value"], [1177, 1, 1, "", "values"], [1178, 4, 1, "", "w_max"], [1179, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1181, 1, 1, "", "__init__"], [1182, 1, 1, "", "copy"], [1183, 1, 1, "", "copy_from"], [1184, 4, 1, "", "delta"], [1185, 4, 1, "", "mesh_hash"], [1186, 4, 1, "", "t_max"], [1187, 4, 1, "", "t_min"], [1188, 1, 1, "", "to_data_index"], [1189, 1, 1, "", "to_index"], [1190, 1, 1, "", "to_value"], [1191, 1, 1, "", "values"]], "triqs.gf.plot": [[1194, 2, 0, "-", "bz"], [1202, 2, 0, "-", "bz_x_x"], [1205, 3, 1, "", "dispatcher"], [1206, 2, 0, "-", "one_var"], [1214, 2, 0, "-", "plot_base"], [1216, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1195, 3, 1, "", "dist"], [1196, 3, 1, "", "generate_points"], [1197, 3, 1, "", "generate_points_on_path"], [1198, 3, 1, "", "length"], [1199, 3, 1, "", "make_plottable"], [1200, 3, 1, "", "plot"], [1201, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1203, 3, 1, "", "plot"], [1204, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1207, 3, 1, "", "dlr_imfreq"], [1208, 3, 1, "", "dlr_imtime"], [1209, 3, 1, "", "imfreq"], [1210, 3, 1, "", "imtime"], [1211, 3, 1, "", "legendre"], [1212, 3, 1, "", "refreq"], [1213, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1215, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1217, 3, 1, "", "closest_point_in_line"], [1218, 3, 1, "", "closest_to"], [1219, 3, 1, "", "dist"], [1220, 3, 1, "", "pick_selection_vec"], [1221, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1223, 3, 1, "", "conjugate"], [1224, 3, 1, "", "delta"], [1225, 3, 1, "", "discretize_bath"], [1226, 3, 1, "", "dyson"], [1227, 3, 1, "", "fit_legendre"], [1228, 3, 1, "", "inverse"], [1229, 3, 1, "", "make_delta"], [1230, 3, 1, "", "make_zero_tail"], [1231, 3, 1, "", "read_gf_from_txt"], [1232, 3, 1, "", "transpose"], [1233, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1235, 0, 1, "", "CallProxyBrZone_0"], [1237, 0, 1, "", "CallProxyBrZone_1"], [1239, 0, 1, "", "CallProxyBrZone_2"], [1241, 0, 1, "", "CallProxyBrZone_3"], [1243, 0, 1, "", "CallProxyBrZone_4"], [1245, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1247, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1249, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1251, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1253, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1255, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1257, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1259, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1261, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1263, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1265, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1267, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1269, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1271, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1273, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1275, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1277, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1279, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1281, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1283, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1285, 0, 1, "", "CallProxyBrZone_x_Legendre_0"], [1287, 0, 1, "", "CallProxyBrZone_x_Legendre_1"], [1289, 0, 1, "", "CallProxyBrZone_x_Legendre_2"], [1291, 0, 1, "", "CallProxyBrZone_x_Legendre_3"], [1293, 0, 1, "", "CallProxyBrZone_x_Legendre_4"], [1295, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1297, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1299, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1301, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1303, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1305, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1307, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1309, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1311, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1313, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1315, 0, 1, "", "CallProxyCycLat_0"], [1317, 0, 1, "", "CallProxyCycLat_1"], [1319, 0, 1, "", "CallProxyCycLat_2"], [1321, 0, 1, "", "CallProxyCycLat_3"], [1323, 0, 1, "", "CallProxyCycLat_4"], [1325, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1327, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1329, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1331, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1333, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1335, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1337, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1339, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1341, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1343, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1345, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1347, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1349, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1351, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1353, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1355, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1357, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1359, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1361, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1363, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1365, 0, 1, "", "CallProxyCycLat_x_Legendre_0"], [1367, 0, 1, "", "CallProxyCycLat_x_Legendre_1"], [1369, 0, 1, "", "CallProxyCycLat_x_Legendre_2"], [1371, 0, 1, "", "CallProxyCycLat_x_Legendre_3"], [1373, 0, 1, "", "CallProxyCycLat_x_Legendre_4"], [1375, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1377, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1379, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1381, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1383, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1385, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1387, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1389, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1391, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1393, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1395, 0, 1, "", "CallProxyDLR_0"], [1397, 0, 1, "", "CallProxyDLR_1"], [1399, 0, 1, "", "CallProxyDLR_2"], [1401, 0, 1, "", "CallProxyDLR_3"], [1403, 0, 1, "", "CallProxyDLR_4"], [1405, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1407, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1409, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1411, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1413, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1415, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1417, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1419, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1421, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1423, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1425, 0, 1, "", "CallProxyImFreq_0"], [1427, 0, 1, "", "CallProxyImFreq_1"], [1429, 0, 1, "", "CallProxyImFreq_2"], [1431, 0, 1, "", "CallProxyImFreq_3"], [1433, 0, 1, "", "CallProxyImFreq_4"], [1435, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1437, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1439, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1441, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1443, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1445, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1447, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1449, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1451, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1453, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1455, 0, 1, "", "CallProxyImTime_0"], [1457, 0, 1, "", "CallProxyImTime_0_R"], [1459, 0, 1, "", "CallProxyImTime_1"], [1461, 0, 1, "", "CallProxyImTime_1_R"], [1463, 0, 1, "", "CallProxyImTime_2"], [1465, 0, 1, "", "CallProxyImTime_2_R"], [1467, 0, 1, "", "CallProxyImTime_3"], [1469, 0, 1, "", "CallProxyImTime_3_R"], [1471, 0, 1, "", "CallProxyImTime_4"], [1473, 0, 1, "", "CallProxyImTime_4_R"], [1475, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1477, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1479, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1481, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1483, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1485, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1487, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1489, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1491, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1493, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1495, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1497, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1499, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1501, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1503, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1505, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1507, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1509, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1511, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1513, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1515, 0, 1, "", "CallProxyLegendre_0"], [1517, 0, 1, "", "CallProxyLegendre_1"], [1519, 0, 1, "", "CallProxyLegendre_2"], [1521, 0, 1, "", "CallProxyLegendre_3"], [1523, 0, 1, "", "CallProxyLegendre_4"], [1525, 0, 1, "", "CallProxyLegendre_x_BrZone_0"], [1527, 0, 1, "", "CallProxyLegendre_x_BrZone_1"], [1529, 0, 1, "", "CallProxyLegendre_x_BrZone_2"], [1531, 0, 1, "", "CallProxyLegendre_x_BrZone_3"], [1533, 0, 1, "", "CallProxyLegendre_x_BrZone_4"], [1535, 0, 1, "", "CallProxyLegendre_x_CycLat_0"], [1537, 0, 1, "", "CallProxyLegendre_x_CycLat_1"], [1539, 0, 1, "", "CallProxyLegendre_x_CycLat_2"], [1541, 0, 1, "", "CallProxyLegendre_x_CycLat_3"], [1543, 0, 1, "", "CallProxyLegendre_x_CycLat_4"], [1545, 0, 1, "", "CallProxyReFreq_0"], [1547, 0, 1, "", "CallProxyReFreq_1"], [1549, 0, 1, "", "CallProxyReFreq_2"], [1551, 0, 1, "", "CallProxyReFreq_3"], [1553, 0, 1, "", "CallProxyReFreq_4"], [1555, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1557, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1559, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1561, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1563, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1565, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1567, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1569, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1571, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1573, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1575, 0, 1, "", "CallProxyReTime_0"], [1577, 0, 1, "", "CallProxyReTime_1"], [1579, 0, 1, "", "CallProxyReTime_2"], [1581, 0, 1, "", "CallProxyReTime_3"], [1583, 0, 1, "", "CallProxyReTime_4"], [1585, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1587, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1589, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1591, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1593, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1595, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1597, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1599, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1601, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1603, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1605, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1236, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1238, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1240, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1242, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1244, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1246, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1248, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1250, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1252, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1254, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1256, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1258, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1260, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1262, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1264, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1266, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1268, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1270, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1272, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1274, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1276, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1278, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1280, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1282, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1284, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1286, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1288, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1290, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1292, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1294, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1296, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1298, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1300, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1302, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1304, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1306, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1308, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1310, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1312, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1314, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1316, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1318, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1320, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1322, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1324, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1326, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1328, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1330, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1332, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1334, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1336, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1338, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1340, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1342, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1344, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1346, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1348, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1350, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1352, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1354, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1356, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1358, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1360, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1362, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1364, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1366, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1368, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1370, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1372, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1374, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1376, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1378, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1380, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1382, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1384, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1386, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1388, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1390, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1392, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1394, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1396, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1398, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1400, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1402, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1404, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1406, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1408, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1410, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1412, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1414, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1416, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1418, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1420, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1422, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1424, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1426, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1428, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1430, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1432, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1434, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1436, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1438, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1440, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1442, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1444, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1446, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1448, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1450, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1452, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1454, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1456, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1458, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1460, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1462, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1464, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1466, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1468, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1470, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1472, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1474, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1476, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1478, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1480, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1482, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1484, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1486, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1488, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1490, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1492, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1494, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1496, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1498, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1500, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1502, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1504, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1506, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1508, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1510, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1512, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1514, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1516, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1518, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1520, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1522, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1524, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1526, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1528, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1530, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1532, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1534, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1536, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1538, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1540, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1542, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1544, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1546, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1548, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1550, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1552, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1554, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1556, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1558, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1560, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1562, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1564, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1566, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1568, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1570, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1572, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1574, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1576, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1578, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1580, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1582, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1584, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1586, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1588, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1590, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1592, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1594, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1596, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1598, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1600, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1602, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1604, 1, 1, "", "__init__"]], "triqs.lattice": [[1607, 2, 0, "-", "bz_patch"], [1611, 2, 0, "-", "lattice_tools"], [1635, 2, 0, "-", "point"], [1639, 2, 0, "-", "super_lattice"], [1659, 2, 0, "-", "tight_binding"], [1675, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1608, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1609, 1, 1, "", "__init__"], [1610, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1612, 0, 1, "", "BravaisLattice"], [1620, 0, 1, "", "BrillouinZone"], [1625, 0, 1, "", "TightBinding"], [1633, 3, 1, "", "dos"], [1634, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1613, 1, 1, "", "__init__"], [1614, 1, 1, "", "lattice_to_real_coordinates"], [1615, 4, 1, "", "n_orbitals"], [1616, 4, 1, "", "ndim"], [1617, 4, 1, "", "orbital_names"], [1618, 4, 1, "", "orbital_positions"], [1619, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1621, 1, 1, "", "__init__"], [1622, 4, 1, "", "lattice"], [1623, 4, 1, "", "ndim"], [1624, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1626, 1, 1, "", "__init__"], [1627, 1, 1, "", "dispersion"], [1628, 4, 1, "", "displ_vec"], [1629, 1, 1, "", "fourier"], [1630, 4, 1, "", "lattice"], [1631, 1, 1, "", "lattice_to_real_coordinates"], [1632, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1636, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1637, 1, 1, "", "__init__"], [1636, 4, 1, "", "index"], [1636, 4, 1, "", "lattice"], [1638, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1640, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1641, 1, 1, "", "__init__"], [1642, 1, 1, "", "change_coordinates_L_to_SL"], [1643, 1, 1, "", "change_coordinates_SL_to_L"], [1644, 1, 1, "", "cluster_sites"], [1645, 1, 1, "", "dispersion"], [1646, 1, 1, "", "fold"], [1647, 1, 1, "", "fourier"], [1648, 1, 1, "", "get_kmesh"], [1649, 1, 1, "", "get_rmesh"], [1650, 5, 1, "", "hoppings"], [1651, 1, 1, "", "lattice_to_real_coordinates"], [1652, 5, 1, "", "n_orbitals"], [1653, 5, 1, "", "ndim"], [1654, 5, 1, "", "orbital_names"], [1655, 5, 1, "", "orbital_positions"], [1656, 1, 1, "", "pack_index_site_orbital"], [1657, 5, 1, "", "units"], [1658, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1660, 0, 1, "", "TBLattice"], [1673, 3, 1, "", "dos"], [1674, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1661, 1, 1, "", "__init__"], [1660, 4, 1, "", "bl"], [1660, 4, 1, "", "bz"], [1662, 1, 1, "", "dispersion"], [1663, 1, 1, "", "fourier"], [1664, 1, 1, "", "get_kmesh"], [1665, 1, 1, "", "get_rmesh"], [1666, 5, 1, "", "hoppings"], [1667, 1, 1, "", "lattice_to_real_coordinates"], [1668, 5, 1, "", "n_orbitals"], [1669, 5, 1, "", "ndim"], [1670, 5, 1, "", "orbital_names"], [1671, 5, 1, "", "orbital_positions"], [1660, 4, 1, "", "tb"], [1672, 5, 1, "", "units"]], "triqs.lattice.utils": [[1676, 3, 1, "", "TB_from_pythTB"], [1677, 3, 1, "", "TB_from_wannier90"], [1678, 3, 1, "", "TB_to_sympy"], [1679, 3, 1, "", "extend_wannier90_to_spin"], [1680, 3, 1, "", "k_space_path"], [1681, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1682, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1684, 2, 0, "-", "operators"], [1695, 2, 0, "-", "util"]], "triqs.operators.operators": [[1685, 0, 1, "", "Operator"], [1690, 3, 1, "", "c"], [1691, 3, 1, "", "c_dag"], [1692, 3, 1, "", "dagger"], [1693, 3, 1, "", "is_op_hermitian"], [1694, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1686, 1, 1, "", "__init__"], [1687, 4, 1, "", "imag"], [1688, 1, 1, "", "is_zero"], [1689, 4, 1, "", "real"]], "triqs.operators.util": [[1696, 2, 0, "-", "U_matrix"], [1711, 2, 0, "-", "extractors"], [1720, 2, 0, "-", "hamiltonians"], [1727, 2, 0, "-", "observables"], [1735, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1697, 3, 1, "", "U_J_to_radial_integrals"], [1698, 3, 1, "", "U_matrix_kanamori"], [1699, 3, 1, "", "U_matrix_slater"], [1700, 3, 1, "", "angular_matrix_element"], [1701, 3, 1, "", "clebsch_gordan"], [1702, 3, 1, "", "cubic_names"], [1703, 3, 1, "", "eg_submatrix"], [1704, 3, 1, "", "radial_integrals_to_U_J"], [1705, 3, 1, "", "reduce_4index_to_2index"], [1706, 3, 1, "", "spherical_to_cubic"], [1707, 3, 1, "", "subarray"], [1708, 3, 1, "", "t2g_submatrix"], [1709, 3, 1, "", "three_j_symbol"], [1710, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1712, 3, 1, "", "block_matrix_from_op"], [1713, 3, 1, "", "dict_to_matrix"], [1714, 3, 1, "", "extract_U_dict2"], [1715, 3, 1, "", "extract_U_dict4"], [1716, 3, 1, "", "extract_h_dict"], [1717, 3, 1, "", "op_from_block_matrix"], [1718, 3, 1, "", "quadratic_terms"], [1719, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1721, 3, 1, "", "backward_compat"], [1722, 3, 1, "", "diagonal_part"], [1723, 3, 1, "", "h_int_density"], [1724, 3, 1, "", "h_int_kanamori"], [1725, 3, 1, "", "h_int_slater"], [1726, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1728, 3, 1, "", "L2_op"], [1729, 3, 1, "", "LS_op"], [1730, 3, 1, "", "L_op"], [1731, 3, 1, "", "N_op"], [1732, 3, 1, "", "S2_op"], [1733, 3, 1, "", "S_op"], [1734, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1736, 3, 1, "", "get_mkind"], [1737, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[591, 3, 1, "", "_plot_"], [1739, 2, 0, "-", "mpl_interface"], [1744, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1740, 3, 1, "", "oplot"], [1741, 3, 1, "", "oploti"], [1742, 3, 1, "", "oplotr"], [1743, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1745, 3, 1, "", "clip_array"], [1746, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1748, 0, 1, "", "RandomGenerator"], [1750, 2, 0, "-", "random_generator"], [593, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1749, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1751, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1753, 2, 0, "-", "histogram"], [1755, 2, 0, "-", "histograms"]], "triqs.stat.histogram": [[1754, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1756, 0, 1, "", "Histogram"], [1764, 3, 1, "", "cdf"], [1765, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1757, 1, 1, "", "__init__"], [1758, 1, 1, "", "clear"], [1759, 4, 1, "", "data"], [1760, 4, 1, "", "limits"], [1761, 1, 1, "", "mesh_point"], [1762, 4, 1, "", "n_data_pts"], [1763, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1767, 2, 0, "-", "sumk_discrete"], [1773, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1768, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1769, 5, 1, "", "GFBlocIndices"], [1770, 1, 1, "", "__init__"], [1771, 1, 1, "", "n_kpts"], [1772, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1774, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1775, 5, 1, "", "GFBlocIndices"], [1776, 1, 1, "", "Recompute_Grid"], [1777, 1, 1, "", "__init__"], [1778, 1, 1, "", "n_kpts"], [1779, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1781, 2, 0, "-", "bound_and_bisect"], [1784, 2, 0, "-", "capture_stdout"], [1785, 2, 0, "-", "comparison_tests"], [1791, 2, 0, "-", "dichotomy"], [1793, 2, 0, "-", "dist_on_nodes"], [1813, 2, 0, "-", "h5diff"], [1816, 2, 0, "-", "mpi"], [1818, 2, 0, "-", "mpi_mpi4py"], [1832, 2, 0, "-", "mpi_nompi"], [1844, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1782, 3, 1, "", "bound_and_bisect"], [1783, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1786, 3, 1, "", "assert_array_close_to_scalar"], [1787, 3, 1, "", "assert_arrays_are_close"], [1788, 3, 1, "", "assert_block2_gfs_are_close"], [1789, 3, 1, "", "assert_block_gfs_are_close"], [1790, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1792, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1794, 0, 1, "", "DistributionOnNodes"], [1798, 0, 1, "", "DistributionOnNodesOneStack"], [1805, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1795, 4, 1, "", "SleepTime"], [1796, 1, 1, "", "__init__"], [1797, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1799, 4, 1, "", "SleepTime"], [1800, 1, 1, "", "__init__"], [1801, 1, 1, "", "finished"], [1802, 1, 1, "", "result"], [1803, 1, 1, "", "run"], [1804, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1806, 4, 1, "", "SleepTime"], [1807, 1, 1, "", "__init__"], [1808, 1, 1, "", "finished"], [1809, 1, 1, "", "result"], [1810, 1, 1, "", "run"], [1811, 1, 1, "", "the_function"], [1812, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1814, 3, 1, "", "compare"], [1815, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1817, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1819, 3, 1, "", "all_reduce"], [1820, 3, 1, "", "barrier"], [1821, 3, 1, "", "bcast"], [1822, 3, 1, "", "is_master_node"], [1823, 3, 1, "", "master_gets_host_names"], [1824, 3, 1, "", "myprint_err"], [1825, 3, 1, "", "myprint_out"], [1826, 3, 1, "", "recv"], [1827, 3, 1, "", "report"], [1828, 3, 1, "", "send"], [1829, 3, 1, "", "slice_array"], [1830, 3, 1, "", "slice_inf"], [1831, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1833, 3, 1, "", "all_reduce"], [1834, 3, 1, "", "barrier"], [1835, 3, 1, "", "bcast"], [1836, 3, 1, "", "is_master_node"], [1837, 3, 1, "", "master_gets_host_names"], [1838, 3, 1, "", "myprint_err"], [1839, 3, 1, "", "myprint_out"], [1840, 3, 1, "", "recv"], [1841, 3, 1, "", "report"], [1842, 3, 1, "", "send"], [1843, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1845, 0, 1, "", "T"], [1860, 3, 1, "", "start_redirect"], [1861, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1846, 1, 1, "", "__init__"], [1847, 5, 1, "", "daemon"], [1848, 1, 1, "", "getName"], [1849, 5, 1, "", "ident"], [1850, 1, 1, "", "isDaemon"], [1851, 1, 1, "", "is_alive"], [1852, 1, 1, "", "join"], [1853, 5, 1, "", "name"], [1854, 5, 1, "", "native_id"], [1855, 1, 1, "", "run"], [1856, 1, 1, "", "setDaemon"], [1857, 1, 1, "", "setName"], [1858, 1, 1, "", "start"], [1859, 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, 592, 1864, 1924], "3": [0, 535, 548, 1863, 1872, 1887, 1891, 1909, 1910], "1": [0, 508, 535, 548, 1065, 1078, 1168, 1180, 1887, 1891, 1909, 1910], "gener": [0, 505, 580, 593, 1903], "doc": 0, "0": [0, 1872, 1887, 1891, 1910, 1914, 1919], "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, 532, 536, 538, 539, 540, 543, 544, 546, 564, 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, 1862, 1876], "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, 511, 512, 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], "cmake": [0, 1867], "jenkin": 0, "2": [0, 535, 548, 1065, 1078, 1168, 1180, 1887, 1891, 1909, 1910], "port": [0, 1872], "script": [0, 592, 1862, 1895], "api": [0, 9, 506, 552, 563], "chang": [0, 525], "mesh": [0, 276, 288, 300, 528, 534, 537, 538, 539, 540, 543, 544, 546, 548, 550, 551, 694, 733, 772, 811, 850, 899, 972, 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, 1897, 1901], "dlr": [0, 1897, 1901], "lattic": [0, 568, 569, 1083, 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, 1883, 1886, 1900, 1902, 1908, 1913, 1918], "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, 524, 1875], "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, 510, 581, 1816, 1817], "fix": 0, "deprec": 0, "us": [0, 4, 511, 531, 548, 566, 580, 1862, 1864, 1865, 1873, 1879, 1887, 1891, 1914, 1919], "string": 0, "indic": [0, 689, 728, 767, 806, 845, 877, 895, 967], "green": [0, 526, 534, 538, 552, 553, 554, 555, 556, 557, 558, 559, 562, 563, 1876, 1877, 1887, 1891, 1897, 1900, 1901, 1913, 1918], "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, 453, 459, 460, 474, 510, 512, 514, 519, 521, 524, 526, 531, 532, 534, 538, 543, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 562, 563, 570, 583, 588, 917, 918, 1876, 1877, 1887, 1891, 1895, 1897, 1900, 1901, 1913, 1917, 1918, 1922], "gf_struct": 0, "object": [0, 508, 509, 591, 1887, 1891], "c": [0, 9, 502, 503, 511, 522, 529, 579, 581, 585, 1690, 1870, 1873, 1879, 1880, 1881], "move": [0, 533, 575, 578, 579, 581], "multi": 0, "arrai": [0, 1874], "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, 498, 507, 510, 511, 514, 524, 566, 569, 577, 582, 591, 592, 593, 594, 595, 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, 1864, 1868, 1870, 1872, 1873, 1878, 1879, 1881, 1887, 1891, 1897, 1901, 1903, 1924], "nda": 0, "librari": [0, 531, 1863, 1870, 1871, 1895, 1924], "stat": [0, 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, 498, 594, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765], "rework": 0, "bath": 0, "discret": 0, "sanit": 0, "check": [0, 1887, 1891], "new": [0, 1895], "websit": 0, "theme": 0, "tightbind": [0, 574, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632], "tblattic": [0, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672], "improv": 0, "requir": [0, 1870, 1871], "20": 0, "capabl": 0, "compil": [0, 514, 1864, 1865, 1868, 1869, 1870], "cpp2py": [0, 4, 502], "python": [0, 4, 9, 502, 503, 506, 511, 560, 563, 583, 585, 597, 1869, 1872, 1873, 1880, 1881, 1884, 1895, 1896], "10": 0, "issu": [0, 6, 1871], "819": 0, "atom": 0, "diag": 0, "renam": 0, "depend": [0, 1868], "manag": 0, "h5py": 0, "remov": [0, 229, 525, 1875], "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, 456, 472, 487, 488, 489, 519, 521, 533, 535, 543, 548, 554, 562, 582, 583, 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, 1874, 1897, 1899, 1901], "packag": [0, 1864, 1869], "make": [0, 8, 1896], "rang": [0, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 1874], "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, 474, 532, 550, 1875, 1913, 1914, 1918, 1919], "own": [0, 581, 1879, 1881], "view": [0, 532, 534, 535, 562, 1874], "dynam": [0, 1883, 1902, 1908], "analyz": [0, 1906, 1911], "asan": 0, "ubsan": 0, "No": 0, "longer": 0, "instal": [0, 1864, 1865, 1867, 1868, 1871, 1878, 1924], "googletest": 0, "app4triq": [0, 4, 1872], "fourier": [0, 526, 530, 531, 565, 929, 930, 931, 1629, 1647, 1663, 1897, 1901, 1914, 1919], "h5": [0, 507], "pytriq": 0, "clef": [0, 514, 517, 518, 519, 520, 521, 527, 535, 543, 548], "blockgf": [0, 562, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 1887, 1891], "lapack": 0, "tail": [0, 526, 531], "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, 458], "hdf5": [0, 507, 509, 534, 538, 539, 540, 543, 544, 546, 555, 556, 557, 558, 559, 562, 583, 1874, 1877, 1898], "py": [0, 4], "travi": 0, "test": [0, 1881], "5": [0, 1887, 1891, 1909], "4": [0, 548, 1887, 1891, 1909], "document": [0, 6, 7, 9, 509, 510, 522, 524, 529, 560, 569, 577, 593, 1870, 1881], "mani": [0, 566, 582], "bodi": [0, 566, 582], "": [0, 526, 552, 553, 554, 555, 556, 557, 558, 559, 562, 563, 1876, 1877, 1887, 1891, 1897, 1900, 1901, 1913, 1918], "mont": [0, 576, 579, 580, 581], "carlo": [0, 576, 579, 580, 581], "tool": [0, 4, 502, 511, 564, 569, 570, 576, 595, 598, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1862, 1870, 1887, 1891], "determin": [0, 208, 523, 1875, 1924], "manipul": [0, 523, 1875, 1899], "2py": 0, "miscellan": 0, "class": [0, 11, 108, 162, 201, 250, 334, 415, 459, 500, 501, 503, 504, 508, 509, 524, 574, 580, 1875, 1895], "archiv": [0, 592, 1874, 1898], "about": [3, 1875, 1884], "author": 3, "contributor": 3, "citat": 3, "licens": 3, "disclaim": [3, 1868], "logo": 3, "file": [3, 506, 570, 1862, 1872, 1877], "applic": [4, 1863, 1872, 1878, 1924], "base": [4, 910, 911], "tabl": [4, 5], "content": [4, 5], "impur": [4, 1887, 1891, 1903], "solver": [4, 511, 1903, 1915, 1920], "hybrid": 4, "expans": 4, "hubbard": [4, 1890, 1894, 1904, 1905, 1906, 1909, 1910, 1911], "i": [4, 1862, 1876, 1890, 1894, 1914, 1919], "hartre": 4, "fock": 4, "exact": [4, 511, 1899], "diagon": [4, 511, 1899], "finit": [4, 1917, 1922], "quantum": [4, 1887, 1891], "system": [4, 1917, 1922], "extern": 4, "interfac": [4, 502], "pomerol": 4, "w2dynam": 4, "nrg": 4, "ljubljana": 4, "ab": 4, "initio": 4, "dft": [4, 1887, 1890, 1891, 1894], "toolbox": 4, "calcul": [4, 1887, 1890, 1891, 1894, 1895, 1902, 1908, 1914, 1917, 1919, 1922], "correl": [4, 594], "materi": 4, "solid_dmft": [4, 1887, 1891], "wrapper": 4, "perform": [4, 1887, 1891], "dmft": [4, 1885, 1887, 1890, 1891, 1894, 1902, 1906, 1908, 1911], "analyt": [4, 1887, 1891, 1897, 1901], "continu": [4, 1887, 1891, 1897, 1901], "maxent": 4, "nevanlinna": 4, "som": 4, "stochast": 4, "optim": 4, "method": [4, 521, 534, 538, 539, 540, 543, 544, 546, 583], "omegamax": 4, "other": [4, 521, 1862], "tprf": 4, "The": [4, 500, 501, 504, 507, 508, 524, 525, 531, 554, 562, 570, 574, 575, 578, 579, 581, 1887, 1891, 1895, 1902, 1903, 1908, 1915, 1920], "two": [4, 1875, 1876, 1905, 1910, 1916, 1917, 1921, 1922, 1923], "particl": [4, 1916, 1921, 1923], "respons": [4, 1923], "box": 4, "benchmark": 4, "skeleton": [4, 1872], "contribut": [6, 7], "featur": 6, "request": [6, 8], "code": [6, 522, 581, 592, 1881, 1917, 1922], "github": 6, "discuss": 6, "how": [7, 8, 509, 525, 1862, 1876, 1924], "who": 7, "should": 7, "write": [7, 581, 1862, 1881, 1898], "build": [7, 535, 1870, 1878], "edit": 7, "pull": 8, "set": [8, 1903], "up": [8, 1903], "your": [8, 581, 1867, 1872, 1879], "fork": 8, "repositori": [8, 1912], "manual": [9, 499, 509, 510, 524, 569, 577, 593], "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, 454, 461, 462, 467, 472, 473, 476, 478, 479, 482, 483, 484, 487, 488, 489, 491, 492, 493, 494, 495, 496, 497, 498, 522, 524, 532, 552, 555, 556, 557, 558, 559, 583, 675, 714, 753, 792, 831, 1065, 1078, 1168, 1180, 1900], "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, 463, 464, 465, 466, 467, 468, 469, 470, 471, 473, 477, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 522, 1817], "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, 462, 472, 491, 492, 493, 494, 495, 496, 498, 522, 532, 583], "enum_it": [14, 15, 16, 17, 18], "public": [14, 20, 35, 42, 62, 64, 72, 77, 84, 90, 96, 101, 134, 252, 524], "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, 453, 460, 474, 524, 532, 550, 551, 583], "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, 449, 454, 462, 476, 534, 536], "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, 461, 465, 468, 470, 472, 493, 494, 495, 496, 508, 510, 511, 515, 519, 524, 530, 534, 538, 539, 540, 543, 544, 546, 552, 555, 556, 557, 558, 559, 562, 566, 569, 574, 578, 590, 591, 593, 1896], "type": [20, 28, 35, 49, 64, 77, 90, 101, 134, 162, 164, 202, 250, 252, 269, 281, 293, 334, 335, 367, 376, 388, 510, 524, 526, 532, 534, 550, 551, 583], "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, 581], "foreach": [26, 370, 380, 391], "iterator_facad": [27, 28, 29, 30, 31], "iter": [28, 29, 30, 31, 534, 562, 583, 1902, 1908], "valu": [28, 29, 30, 31, 522, 554, 1046, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1638, 1876, 1897, 1901], "std": [28, 29, 30, 31, 154], "forward_iterator_tag": [28, 29, 30, 31], "refer": [28, 29, 30, 31, 509, 555, 556, 557, 558, 559, 561, 562, 569, 590], "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, 1887, 1891, 1902, 1908], "last": [56, 1875], "size": [60, 70, 126, 239, 349, 360, 387, 399, 414, 490], "step": [61, 1864, 1872], "sentinel_t": 62, "slice": [63, 64, 65, 66, 67, 68, 69, 70, 554, 1874, 1887, 1891], "stride": [71, 77, 78, 79, 80, 81, 82], "stride_it": [72, 73, 74, 75, 76], "transform": [83, 90, 91, 92, 93, 94, 508, 519, 526, 530, 565, 571, 1038, 1897, 1901, 1914, 1919], "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, 1819, 1833], "all_reduce_in_plac": 112, "broadcast": [113, 1900], "broadcast_rang": 114, "check_mpi_cal": 115, "chunk": 116, "chunk_length": 117, "commun": [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 1863], "abort": 119, "barrier": [120, 1820, 1834], "duplic": 122, "free": [123, 538, 573, 583], "get": [124, 580, 1865, 1875, 1895], "rank": [125, 695, 734, 773, 812, 851, 973, 1060], "split": 127, "environ": [128, 129, 1864, 1866, 1869], "gather": [130, 581], "gather_rang": 131, "get_mpi_typ": 132, "is_initi": 133, "lazi": [134, 135, 136, 514, 516, 554, 1874], "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, 483], "mpi_gath": 147, "mpi_reduc": [148, 327, 484], "mpi_reduce_in_plac": 149, "mpi_scatt": 150, "mpi_typ": [151, 152, 153, 154], "t": [152, 154, 534, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1876, 1917, 1922], "constt": 153, "tupl": [154, 595, 598], "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, 644], "c_connect": [165, 604, 625], "c_matrix": [166, 605, 626], "cdag_connect": [167, 606, 627], "cdag_matrix": [168, 607, 628], "flatten_subspace_index": [170, 609, 630], "get_eigensystem": 171, "get_eigenvalu": [172, 613, 634], "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, 614, 615, 635, 636], "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, 618, 639], "atomic_density_matrix": [191, 645], "atomic_g_iw": [192, 646], "atomic_g_l": [193, 647], "atomic_g_lehmann": 194, "atomic_g_tau": [195, 648], "atomic_g_w": [196, 649], "partition_funct": [197, 650], "quantum_number_eigenvalu": [198, 651], "quantum_number_eigenvalues_check": [199, 652], "trace_rho_op": [200, 653], "change_col": 203, "change_row": 204, "clear": [205, 475, 1758], "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, 478], "h5_write": [219, 258, 274, 286, 298, 355, 408, 436, 479], "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, 554, 584, 1897, 1901], "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, 1872, 1873], "block_gf": [251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 534, 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], "block_nam": 253, "block_siz": 254, "data": [256, 271, 283, 295, 340, 477, 509, 534, 537, 538, 539, 540, 543, 544, 546, 554, 555, 556, 557, 558, 559, 590, 592, 594, 680, 719, 758, 797, 836, 958, 1759, 1862], "hdf5_format": [259, 275, 287, 299, 357, 410, 480], "densiti": [262, 570, 659, 663, 681, 720, 759, 798, 837, 893, 959, 1007, 1897, 1901], "fit_gf_dlr": [263, 997], "fit_hermitian_tail": [264, 683, 722, 761, 800, 839, 961, 1009], "fit_tail": [265, 685, 724, 763, 802, 841, 963, 1011], "flatten_2d": 266, "flatten_gf_2d": 267, "get_mesh": 268, "accessor": [269, 281, 293, 554], "data_shap": [272, 284, 296], "target_indic": [279, 291, 304, 705, 744, 783, 822, 861, 983], "target_shap": [280, 292, 305, 707, 746, 785, 824, 863, 985], "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, 688, 727, 766, 805, 844, 876, 894, 966, 1043, 1050, 1687], "impl_tag": 308, "invers": [309, 690, 729, 768, 807, 846, 896, 968, 1228], "is_gf_hermitian": [310, 692, 731, 770, 809, 848, 970, 1013], "is_gf_real": 311, "is_gf_real_in_tau": [312, 693, 732, 771, 810, 849, 971, 1014], "make_block2_gf": 313, "make_block_gf": 314, "make_block_gf_view": 315, "make_gf_dlr": [316, 998], "make_gf_dlr_imfreq": [317, 999], "make_gf_dlr_imtim": [318, 1000], "make_gf_from_fouri": [319, 1001], "make_gf_from_inverse_fouri": 320, "make_gf_from_real_gf": 321, "make_gf_imfreq": [322, 1002], "make_gf_imtim": [323, 1003], "make_hermitian": [324, 1004], "make_real_in_tau": [325, 1005], "make_zero_tail": [326, 1230], "positive_freq_view": 328, "real": [329, 526, 531, 544, 546, 558, 559, 696, 735, 774, 813, 852, 881, 901, 974, 1045, 1051, 1689, 1876], "reinterpret_scalar_valued_gf_as_matrix_valu": 330, "tau_l2_norm": [331, 708, 747, 786, 825, 864, 986, 1023], "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, 566], "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, 1872], "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, 566, 570, 1897, 1901], "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, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472], "add_measur": 418, "add_measure_aux": 419, "add_mov": 420, "clear_measur": 421, "collect_result": 422, "get_acceptance_r": [424, 450], "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, 1797, 1803, 1810, 1855, 1887, 1890, 1891, 1894], "set_after_cycle_duti": 439, "warmup": 440, "warmup_and_accumul": 441, "move_set": [442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452], "accept": 443, "add": [444, 522, 1875], "attempt": 445, "calibr": 446, "clear_statist": 447, "collect_statist": 448, "get_statist": 451, "reject": 452, "random_gener": [453, 454, 455, 456, 457, 1747, 1748, 1749, 1750, 1751], "name": [455, 579, 1853], "preview": 457, "random_generator_nam": 458, "logarithm": 460, "log": 460, "bin": 460, "linear": [460, 548, 1874], "lin": 460, "compress_linear_bin": 461, "data_input_count": 463, "lin_bin_capac": 464, "linear_bin": 465, "log_bin_error": 466, "log_bin_errors_all_reduc": 467, "n_lin_bin": 468, "n_lin_bins_max": 469, "n_log_bin": 470, "n_log_bins_max": 471, "cdf": [473, 1764], "histogram": [474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1896], "limit": [481, 1760], "mesh_point": [482, 548, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1761], "n_data_pt": [485, 1762], "n_lost_pt": [486, 1763], "jackknif": 491, "jackknife_mpi": 492, "mean": [493, 1883, 1902, 1908], "mean_and_err": 494, "mean_and_err_mpi": 495, "mean_mpi": 496, "pdf": [497, 1765], "tau_estimate_from_error": 498, "cfunction": 500, "class_": 501, "convert": 503, "v": [503, 1916, 1921], "wrap": 503, "from": [503, 548, 570, 580, 592, 1864, 1869, 1898, 1917, 1922], "module_": 504, "principl": [505, 508], "desc": [506, 1872], "format": 507, "solut": [508, 1890, 1894, 1906, 1909, 1910, 1911], "provid": 508, "dict": 508, "hdf": [508, 509], "compliant": [508, 509], "what": 508, "happen": 508, "detail": 508, "hdfarchiv": 509, "hdfarchivegroup": 509, "hdfarchiveinert": 509, "scheme": [509, 555, 556, 557, 558, 559], "doe": [509, 525], "becom": 509, "introduct": [510, 575, 579, 594, 1895, 1900], "support": 510, "basic": [510, 526, 1882], "usag": [510, 531, 593, 1865, 1869], "header": 510, "lightweight": 511, "util": [512, 595, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 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, 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], "automat": 513, "assign": [513, 533, 554], "contain": 513, "time": [514, 526, 531, 539, 546, 556, 559, 565, 1876, 1897, 1901, 1903], "express": [514, 517, 518, 519, 527, 535, 543, 548, 554, 1874], "more": [515, 525, 1884, 1896], "complex": 515, "A": [516, 562, 590, 591, 1870, 1873, 1881, 1886, 1895, 1902, 1908], "sum": [516, 572], "evalu": [517, 535, 538, 539, 540, 542, 544, 546, 1900], "complet": [517, 562, 593, 1870], "partial": [517, 542, 1900], "form": 518, "placehold": [518, 1876], "an": [518, 1874, 1875, 1898], "storag": [518, 534, 538, 539, 540, 543, 544, 546], "advanc": [518, 552, 591, 1864, 1890, 1894], "make_funct": 519, "short": [519, 1895], "notat": [519, 522], "motiv": [520, 575], "littl": [520, 562], "tour": [520, 1873], "overload": [521, 583], "argument": [521, 555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "convent": [522, 534, 538, 539, 540, 543, 544, 546, 1878], "construct": [524, 581, 583, 584, 1900], "synopsi": [524, 530, 538, 539, 540, 544, 546], "under": 524, "hood": 524, "full": [524, 577, 1890, 1894], "work": 525, "cofactor": 525, "sherman": 525, "morrison": 525, "formula": 525, "addit": [525, 1897, 1901], "line": [525, 1875], "column": [525, 1875], "notion": 526, "matsubara": [526, 538, 539, 555, 556, 557, 565, 1876, 1903], "imaginari": [526, 531, 539, 555, 556, 1876, 1897, 1901, 1903], "gfimtim": [526, 556, 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], "frequenc": [526, 531, 538, 544, 552, 555, 558, 563, 565, 1876, 1897, 1901, 1903], "gfimfreq": [526, 555, 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], "legendr": [526, 540, 557, 565, 1211], "polynomi": [526, 557], "gflegendr": [526, 557, 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], "gfretim": [526, 559, 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], "retard": [526, 558, 559], "gfrefreq": [526, 558, 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], "high": [526, 552, 563], "interact": [527, 535, 548, 1895, 1913, 1914, 1918, 1919], "concept": [528, 567, 575], "domain": [528, 534, 538, 539, 540, 543, 544, 546, 548, 1876], "purefunctionondomain": 528, "meshpoint": [528, 1048, 1049, 1050, 1051], "implement": [531, 549], "note": [531, 549, 1916, 1921], "fftw": 531, "special": [531, 547], "case": 531, "fermion": [531, 573, 1899, 1913, 1914, 1918, 1919], "boson": 531, "tf": 531, "block": [534, 554, 562, 1897, 1901], "factori": [534, 583], "regular": 534, "singular": [534, 537, 539, 540, 543, 546], "interpol": [534, 543, 1876], "access": [537, 554, 562, 580], "symmetri": 537, "imfreq": [538, 550, 1209], "imtim": [539, 551, 1210], "represent": 540, "misc": 541, "statist": [541, 594, 1097, 1111, 1125, 1143, 1154, 1165], "prod": 543, "x": [543, 1868], "y": 543, "multipl": [543, 591], "variabl": [543, 579, 1866], "subscript": 543, "techniqu": 543, "refreq": [544, 1212], "target": 545, "reinterpret": 545, "retim": [546, 1213], "index": [548, 1044], "find": 548, "closest": 548, "point": [548, 554, 1635, 1636, 1637, 1638, 1876], "moment": [552, 563], "adjust": 552, "fit": [552, 590, 668, 669, 670, 671], "window": 552, "bracket": 554, "shelv": [554, 562], "pickl": [554, 562], "plot": [554, 589, 591, 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, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1754, 1862, 1887, 1891, 1896], "option": [554, 591, 1065, 1078, 1168, 1180, 1867], "direct": 554, "keyword": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "onli": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "descriptor": [561, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 1897, 1901], "copi": [562, 658, 662, 678, 717, 756, 795, 834, 873, 890, 956, 1027, 1058, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182], "hilbert": [566, 571], "space": 566, "statevector": 567, "bravai": 568, "introductori": 569, "relat": 570, "do": [570, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 1610, 1633, 1673, 1862], "read": [570, 1864, 1898], "text": [570, 1862, 1896], "comput": [570, 1914, 1919], "tight_bind": [570, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674], "over": [572, 583], "brillouin": 572, "zone": 572, "tight": [573, 1886, 1900], "bind": [573, 1886, 1900], "hop": [573, 1650, 1666, 1913, 1918], "bravaislattic": [574, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619], "definit": 574, "energies_on_bz_path": 574, "measur": [575, 578, 579, 581], "Ising": 578, "chain": 578, "magnet": 578, "field": [578, 1883, 1902, 1908], "configur": 578, "main": 578, "program": 578, "loop": [579, 1895], "connect": 579, "random": [580, 593, 1915, 1920], "number": [580, 593, 1899, 1924], "list": [580, 1870, 1895], "tutori": [581, 1873, 1887, 1891, 1896, 1907, 1912], "thi": [581, 1887, 1891, 1896], "problem": 581, "initi": [581, 1897, 1900, 1901], "simul": 581, "start": [581, 1858, 1863], "result": [581, 1802, 1809, 1903, 1906, 1911], "second": [582, 583], "quantiz": [582, 583], "hamiltonian": [582, 586, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1887, 1891, 1900], "monomi": 583, "serial": 583, "u": [584, 1910, 1916, 1921], "coeffici": 585, "extract": 585, "observ": [587, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734], "helper": 588, "protocol": [589, 591, 1744, 1745, 1746], "simpl": [590, 1874, 1876, 1881, 1895], "thin": 591, "layer": 591, "abov": 591, "matplotlib": [591, 1896], "panel": 591, "figur": [591, 592], "reproduc": 592, "proven": 592, "save": [592, 902, 1862], "analysi": 594, "process": [594, 1887, 1891], "averag": 594, "standard": 594, "error": 594, "except": [595, 596], "etc": 595, "includ": 597, "warn": 597, "appli": 598, "for_each": 598, "for_each_zip": 598, "map": [598, 1874], "fold": [598, 1646, 1874], "revers": 598, "called_on_tupl": 598, "atomdiag": 600, "atomdiagcomplex": [602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622], "__init__": [603, 624, 657, 661, 667, 671, 676, 715, 754, 793, 832, 871, 886, 911, 913, 916, 918, 920, 922, 928, 930, 933, 936, 939, 941, 943, 949, 952, 954, 992, 1026, 1032, 1042, 1049, 1053, 1056, 1066, 1079, 1091, 1105, 1119, 1133, 1149, 1160, 1169, 1181, 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, 1604, 1609, 1613, 1621, 1626, 1637, 1641, 1661, 1686, 1749, 1757, 1770, 1777, 1796, 1800, 1807, 1846], "energi": [608, 629, 1887, 1891], "fock_stat": [610, 631], "fop": [611, 632], "full_hilbert_space_dim": [612, 633], "gs_energi": [616, 637], "h_atom": [617, 638], "quantum_numb": [619, 640], "unitary_matric": [620, 641], "vacuum_st": [621, 642], "vacuum_subspace_index": [622, 643], "atomdiagr": [623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643], "dosfromfunct": [660, 661, 662, 663], "dos_from_fil": 664, "hilbert_transform": [665, 666, 667], "hilberttransform": [666, 667], "backwd_compat": [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], "gf_imfreq": [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], "conjug": [677, 716, 755, 794, 833, 889, 955, 1223], "copy_from": [679, 718, 757, 796, 835, 874, 891, 957, 1059, 1070, 1081, 1094, 1108, 1122, 1136, 1152, 1163, 1171, 1183], "enforce_discontinu": [682, 721, 760, 799, 838, 960, 1008], "fit_hermitian_tail_on_window": [684, 723, 762, 801, 840, 962, 1010], "fit_tail_on_window": [686, 725, 764, 803, 842, 964, 1012], "from_l_g_r": [687, 726, 765, 804, 843, 965], "invert": [691, 730, 769, 808, 847, 897, 969], "rebinning_tau": [697, 736, 775, 814, 853, 975, 1015], "replace_by_tail": [698, 737, 776, 815, 854, 976, 1016], "replace_by_tail_in_fit_window": [699, 738, 777, 816, 855, 977, 1017], "set_from_fouri": [700, 739, 778, 817, 856, 978, 1018], "set_from_imfreq": [701, 740, 779, 818, 857, 979, 1019], "set_from_imtim": [702, 741, 780, 819, 858, 980, 1020], "set_from_legendr": [703, 742, 781, 820, 859, 981, 1021], "set_from_pad": [704, 743, 782, 821, 860, 982, 1022], "target_rank": [706, 745, 784, 823, 862, 984], "total_dens": [709, 748, 787, 826, 865, 903, 987], "transpos": [710, 749, 788, 827, 866, 904, 988, 1232], "x_data_view": [711, 750, 789, 828, 867, 989], "zero": [712, 751, 790, 829, 868, 883, 906, 990], "gf_imtim": [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], "gf_legendr": [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], "gf_refreq": [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], "gf_retim": [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], "block2_gf": [869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883], "block2gf": [870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883], "all_indic": [872, 887], "copy_selected_block": [875, 892], "indices1": 878, "indices2": 879, "n_block": [880, 900], "view_selected_block": [882, 905], "beta": [888, 1092, 1106, 1120, 1134, 1150, 1161, 1917, 1922], "load": 898, "call_factory_from_dict": [907, 995, 1063], "fix_gf_struct_typ": 908, "descriptor_bas": [909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925], "baseblock": [912, 913, 914], "is_block_descriptor": [914, 931, 934, 937], "const": [915, 916], "lazyctx": [919, 920], "omega_": [921, 922], "convert_scalar_to_const": 923, "is_lazi": 924, "is_scalar": 925, "flat": [927, 928, 1897, 1901], "legendretomatsubara": [932, 933, 934], "matsubaratolegendr": [935, 936, 937], "onefermionintim": [938, 939], "semicircular": [940, 941], "wilson": [942, 943], "semi": [944, 1897, 1901], "dlr_crm_dyson_solv": [945, 946], "minimize_dyson": 946, "addmethod": [948, 949, 950], "mro": 950, "callproxynon": [951, 952], "idx": [991, 992], "add_method_help": 993, "bckwd": 994, "gf_factori": [996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005], "gf_fnt": [1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023], "lazy_express": [1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038], "lazyexpr": [1025, 1026, 1027, 1028, 1029, 1030], "get_termin": 1028, "is_termin": 1029, "set_from": 1030, "lazyexprtermin": [1031, 1032], "all_termin": 1033, "eval_expr": 1034, "eval_expr_with_context": 1035, "lazy_funct": 1036, "make_lazi": 1037, "map_block": 1039, "matsubara_freq": [1040, 1041, 1042, 1043, 1044, 1045, 1046], "matsubarafreq": [1041, 1042, 1043, 1044, 1045, 1046], "meshvaluegener": [1052, 1053], "mesh_product": [1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063], "meshproduct": [1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062], "compon": 1057, "size_of_compon": 1061, "to_data_index": [1062, 1073, 1085, 1099, 1113, 1127, 1144, 1155, 1166, 1174, 1188], "meshbrzon": [1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077], "bz": [1067, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201], "closest_index": 1068, "dim": [1071, 1082], "mesh_hash": [1072, 1084, 1096, 1110, 1124, 1139, 1153, 1164, 1173, 1185], "to_index": [1074, 1086, 1100, 1114, 1128, 1145, 1156, 1167, 1175, 1189], "to_valu": [1075, 1087, 1101, 1115, 1129, 1146, 1157, 1176, 1190], "unit": [1076, 1088, 1619, 1624, 1657, 1672], "meshcyclat": [1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089], "meshdlr": [1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103], "ep": [1095, 1109, 1123], "symmetr": [1098, 1112, 1126], "w_max": [1103, 1117, 1131, 1178], "meshdlrimfreq": [1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117], "meshdlrimtim": [1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131], "meshimfreq": [1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147], "first_index": 1137, "last_index": 1138, "n_iw": 1140, "positive_onli": 1141, "set_tail_fit_paramet": 1142, "meshimtim": [1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], "meshlegendr": [1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167], "meshrefreq": [1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179], "delta": [1172, 1184, 1224], "w_min": 1179, "meshretim": [1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191], "t_max": 1186, "t_min": 1187, "make_adjoint_mesh": 1192, "dist": [1195, 1219], "generate_point": 1196, "generate_points_on_path": 1197, "length": 1198, "make_plott": 1199, "slice_on_path": 1201, "bz_x_x": [1202, 1203, 1204], "plottable_slice_along_path": 1204, "dispatch": 1205, "one_var": [1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213], "dlr_imfreq": 1207, "dlr_imtim": 1208, "plot_bas": [1214, 1215], "select_indic": [1216, 1217, 1218, 1219, 1220, 1221], "closest_point_in_lin": 1217, "closest_to": 1218, "pick_selection_vec": 1220, "select_path_indic": 1221, "discretize_bath": 1225, "dyson": 1226, "fit_legendr": 1227, "make_delta": 1229, "read_gf_from_txt": 1231, "write_gf_to_txt": 1233, "wrapped_aux": [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], "callproxybrzone_0": [1235, 1236], "callproxybrzone_1": [1237, 1238], "callproxybrzone_2": [1239, 1240], "callproxybrzone_3": [1241, 1242], "callproxybrzone_4": [1243, 1244], "callproxybrzone_x_dlr_0": [1245, 1246], "callproxybrzone_x_dlr_1": [1247, 1248], "callproxybrzone_x_dlr_2": [1249, 1250], "callproxybrzone_x_dlr_3": [1251, 1252], "callproxybrzone_x_dlr_4": [1253, 1254], "callproxybrzone_x_imfreq_0": [1255, 1256], "callproxybrzone_x_imfreq_1": [1257, 1258], "callproxybrzone_x_imfreq_2": [1259, 1260], "callproxybrzone_x_imfreq_3": [1261, 1262], "callproxybrzone_x_imfreq_4": [1263, 1264], "callproxybrzone_x_imtime_0": [1265, 1266], "callproxybrzone_x_imtime_0_r": [1267, 1268], "callproxybrzone_x_imtime_1": [1269, 1270], "callproxybrzone_x_imtime_1_r": [1271, 1272], "callproxybrzone_x_imtime_2": [1273, 1274], "callproxybrzone_x_imtime_2_r": [1275, 1276], "callproxybrzone_x_imtime_3": [1277, 1278], "callproxybrzone_x_imtime_3_r": [1279, 1280], "callproxybrzone_x_imtime_4": [1281, 1282], "callproxybrzone_x_imtime_4_r": [1283, 1284], "callproxybrzone_x_legendre_0": [1285, 1286], "callproxybrzone_x_legendre_1": [1287, 1288], "callproxybrzone_x_legendre_2": [1289, 1290], "callproxybrzone_x_legendre_3": [1291, 1292], "callproxybrzone_x_legendre_4": [1293, 1294], "callproxybrzone_x_refreq_0": [1295, 1296], "callproxybrzone_x_refreq_1": [1297, 1298], "callproxybrzone_x_refreq_2": [1299, 1300], "callproxybrzone_x_refreq_3": [1301, 1302], "callproxybrzone_x_refreq_4": [1303, 1304], "callproxybrzone_x_retime_0": [1305, 1306], "callproxybrzone_x_retime_1": [1307, 1308], "callproxybrzone_x_retime_2": [1309, 1310], "callproxybrzone_x_retime_3": [1311, 1312], "callproxybrzone_x_retime_4": [1313, 1314], "callproxycyclat_0": [1315, 1316], "callproxycyclat_1": [1317, 1318], "callproxycyclat_2": [1319, 1320], "callproxycyclat_3": [1321, 1322], "callproxycyclat_4": [1323, 1324], "callproxycyclat_x_dlr_0": [1325, 1326], "callproxycyclat_x_dlr_1": [1327, 1328], "callproxycyclat_x_dlr_2": [1329, 1330], "callproxycyclat_x_dlr_3": [1331, 1332], "callproxycyclat_x_dlr_4": [1333, 1334], "callproxycyclat_x_imfreq_0": [1335, 1336], "callproxycyclat_x_imfreq_1": [1337, 1338], "callproxycyclat_x_imfreq_2": [1339, 1340], "callproxycyclat_x_imfreq_3": [1341, 1342], "callproxycyclat_x_imfreq_4": [1343, 1344], "callproxycyclat_x_imtime_0": [1345, 1346], "callproxycyclat_x_imtime_0_r": [1347, 1348], "callproxycyclat_x_imtime_1": [1349, 1350], "callproxycyclat_x_imtime_1_r": [1351, 1352], "callproxycyclat_x_imtime_2": [1353, 1354], "callproxycyclat_x_imtime_2_r": [1355, 1356], "callproxycyclat_x_imtime_3": [1357, 1358], "callproxycyclat_x_imtime_3_r": [1359, 1360], "callproxycyclat_x_imtime_4": [1361, 1362], "callproxycyclat_x_imtime_4_r": [1363, 1364], "callproxycyclat_x_legendre_0": [1365, 1366], "callproxycyclat_x_legendre_1": [1367, 1368], "callproxycyclat_x_legendre_2": [1369, 1370], "callproxycyclat_x_legendre_3": [1371, 1372], "callproxycyclat_x_legendre_4": [1373, 1374], "callproxycyclat_x_refreq_0": [1375, 1376], "callproxycyclat_x_refreq_1": [1377, 1378], "callproxycyclat_x_refreq_2": [1379, 1380], "callproxycyclat_x_refreq_3": [1381, 1382], "callproxycyclat_x_refreq_4": [1383, 1384], "callproxycyclat_x_retime_0": [1385, 1386], "callproxycyclat_x_retime_1": [1387, 1388], "callproxycyclat_x_retime_2": [1389, 1390], "callproxycyclat_x_retime_3": [1391, 1392], "callproxycyclat_x_retime_4": [1393, 1394], "callproxydlr_0": [1395, 1396], "callproxydlr_1": [1397, 1398], "callproxydlr_2": [1399, 1400], "callproxydlr_3": [1401, 1402], "callproxydlr_4": [1403, 1404], "callproxydlr_x_brzone_0": [1405, 1406], "callproxydlr_x_brzone_1": [1407, 1408], "callproxydlr_x_brzone_2": [1409, 1410], "callproxydlr_x_brzone_3": [1411, 1412], "callproxydlr_x_brzone_4": [1413, 1414], "callproxydlr_x_cyclat_0": [1415, 1416], "callproxydlr_x_cyclat_1": [1417, 1418], "callproxydlr_x_cyclat_2": [1419, 1420], "callproxydlr_x_cyclat_3": [1421, 1422], "callproxydlr_x_cyclat_4": [1423, 1424], "callproxyimfreq_0": [1425, 1426], "callproxyimfreq_1": [1427, 1428], "callproxyimfreq_2": [1429, 1430], "callproxyimfreq_3": [1431, 1432], "callproxyimfreq_4": [1433, 1434], "callproxyimfreq_x_brzone_0": [1435, 1436], "callproxyimfreq_x_brzone_1": [1437, 1438], "callproxyimfreq_x_brzone_2": [1439, 1440], "callproxyimfreq_x_brzone_3": [1441, 1442], "callproxyimfreq_x_brzone_4": [1443, 1444], "callproxyimfreq_x_cyclat_0": [1445, 1446], "callproxyimfreq_x_cyclat_1": [1447, 1448], "callproxyimfreq_x_cyclat_2": [1449, 1450], "callproxyimfreq_x_cyclat_3": [1451, 1452], "callproxyimfreq_x_cyclat_4": [1453, 1454], "callproxyimtime_0": [1455, 1456], "callproxyimtime_0_r": [1457, 1458], "callproxyimtime_1": [1459, 1460], "callproxyimtime_1_r": [1461, 1462], "callproxyimtime_2": [1463, 1464], "callproxyimtime_2_r": [1465, 1466], "callproxyimtime_3": [1467, 1468], "callproxyimtime_3_r": [1469, 1470], "callproxyimtime_4": [1471, 1472], "callproxyimtime_4_r": [1473, 1474], "callproxyimtime_x_brzone_0": [1475, 1476], "callproxyimtime_x_brzone_0_r": [1477, 1478], "callproxyimtime_x_brzone_1": [1479, 1480], "callproxyimtime_x_brzone_1_r": [1481, 1482], "callproxyimtime_x_brzone_2": [1483, 1484], "callproxyimtime_x_brzone_2_r": [1485, 1486], "callproxyimtime_x_brzone_3": [1487, 1488], "callproxyimtime_x_brzone_3_r": [1489, 1490], "callproxyimtime_x_brzone_4": [1491, 1492], "callproxyimtime_x_brzone_4_r": [1493, 1494], "callproxyimtime_x_cyclat_0": [1495, 1496], "callproxyimtime_x_cyclat_0_r": [1497, 1498], "callproxyimtime_x_cyclat_1": [1499, 1500], "callproxyimtime_x_cyclat_1_r": [1501, 1502], "callproxyimtime_x_cyclat_2": [1503, 1504], "callproxyimtime_x_cyclat_2_r": [1505, 1506], "callproxyimtime_x_cyclat_3": [1507, 1508], "callproxyimtime_x_cyclat_3_r": [1509, 1510], "callproxyimtime_x_cyclat_4": [1511, 1512], "callproxyimtime_x_cyclat_4_r": [1513, 1514], "callproxylegendre_0": [1515, 1516], "callproxylegendre_1": [1517, 1518], "callproxylegendre_2": [1519, 1520], "callproxylegendre_3": [1521, 1522], "callproxylegendre_4": [1523, 1524], "callproxylegendre_x_brzone_0": [1525, 1526], "callproxylegendre_x_brzone_1": [1527, 1528], "callproxylegendre_x_brzone_2": [1529, 1530], "callproxylegendre_x_brzone_3": [1531, 1532], "callproxylegendre_x_brzone_4": [1533, 1534], "callproxylegendre_x_cyclat_0": [1535, 1536], "callproxylegendre_x_cyclat_1": [1537, 1538], "callproxylegendre_x_cyclat_2": [1539, 1540], "callproxylegendre_x_cyclat_3": [1541, 1542], "callproxylegendre_x_cyclat_4": [1543, 1544], "callproxyrefreq_0": [1545, 1546], "callproxyrefreq_1": [1547, 1548], "callproxyrefreq_2": [1549, 1550], "callproxyrefreq_3": [1551, 1552], "callproxyrefreq_4": [1553, 1554], "callproxyrefreq_x_brzone_0": [1555, 1556], "callproxyrefreq_x_brzone_1": [1557, 1558], "callproxyrefreq_x_brzone_2": [1559, 1560], "callproxyrefreq_x_brzone_3": [1561, 1562], "callproxyrefreq_x_brzone_4": [1563, 1564], "callproxyrefreq_x_cyclat_0": [1565, 1566], "callproxyrefreq_x_cyclat_1": [1567, 1568], "callproxyrefreq_x_cyclat_2": [1569, 1570], "callproxyrefreq_x_cyclat_3": [1571, 1572], "callproxyrefreq_x_cyclat_4": [1573, 1574], "callproxyretime_0": [1575, 1576], "callproxyretime_1": [1577, 1578], "callproxyretime_2": [1579, 1580], "callproxyretime_3": [1581, 1582], "callproxyretime_4": [1583, 1584], "callproxyretime_x_brzone_0": [1585, 1586], "callproxyretime_x_brzone_1": [1587, 1588], "callproxyretime_x_brzone_2": [1589, 1590], "callproxyretime_x_brzone_3": [1591, 1592], "callproxyretime_x_brzone_4": [1593, 1594], "callproxyretime_x_cyclat_0": [1595, 1596], "callproxyretime_x_cyclat_1": [1597, 1598], "callproxyretime_x_cyclat_2": [1599, 1600], "callproxyretime_x_cyclat_3": [1601, 1602], "callproxyretime_x_cyclat_4": [1603, 1604], "set_from_gf_data_mul_lr": 1605, "bz_patch": [1607, 1608, 1609, 1610], "bzpatch": [1608, 1609, 1610], "lattice_tool": [1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634], "lattice_to_real_coordin": [1614, 1631, 1651, 1667], "n_orbit": [1615, 1652, 1668], "ndim": [1616, 1623, 1653, 1669], "orbital_nam": [1617, 1654, 1670], "orbital_posit": [1618, 1655, 1671], "brillouinzon": [1620, 1621, 1622, 1623, 1624], "dispers": [1627, 1645, 1662], "displ_vec": 1628, "overlap_mat_vec": 1632, "dos_patch": [1634, 1674], "latticepoint": [1636, 1637, 1638], "super_lattic": [1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658], "tbsuperlattic": [1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658], "change_coordinates_l_to_sl": 1642, "change_coordinates_sl_to_l": 1643, "cluster_sit": 1644, "get_kmesh": [1648, 1664], "get_rmesh": [1649, 1665], "pack_index_site_orbit": 1656, "unpack_index_site_orbit": 1658, "tb_from_pythtb": 1676, "tb_from_wannier90": 1677, "tb_to_sympi": 1678, "extend_wannier90_to_spin": 1679, "k_space_path": 1680, "parse_hopping_from_wannier90_hr_dat": 1681, "parse_lattice_vectors_from_wannier90_wout": 1682, "is_zero": 1688, "c_dag": 1691, "dagger": 1692, "is_op_hermitian": 1693, "n": 1694, "u_matrix": [1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710], "u_j_to_radial_integr": 1697, "u_matrix_kanamori": 1698, "u_matrix_slat": 1699, "angular_matrix_el": 1700, "clebsch_gordan": 1701, "cubic_nam": 1702, "eg_submatrix": 1703, "radial_integrals_to_u_j": 1704, "reduce_4index_to_2index": 1705, "spherical_to_cub": 1706, "subarrai": 1707, "t2g_submatrix": 1708, "three_j_symbol": 1709, "transform_u_matrix": 1710, "extractor": [1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719], "block_matrix_from_op": 1712, "dict_to_matrix": 1713, "extract_u_dict2": 1714, "extract_u_dict4": 1715, "extract_h_dict": 1716, "op_from_block_matrix": 1717, "quadratic_term": 1718, "quartic_term": 1719, "backward_compat": 1721, "diagonal_part": 1722, "h_int_dens": 1723, "h_int_kanamori": 1724, "h_int_slat": 1725, "make_operator_r": 1726, "l2_op": 1728, "ls_op": 1729, "l_op": 1730, "n_op": 1731, "s2_op": 1732, "s_op": 1733, "check_backward_compat": 1734, "op_struct": [1735, 1736, 1737], "get_mkind": 1736, "set_operator_structur": 1737, "mpl_interfac": [1739, 1740, 1741, 1742, 1743], "oplot": 1740, "oploti": 1741, "oplotr": 1742, "use_amsmath": 1743, "clip_arrai": 1745, "plot_protocol_appli": 1746, "randomgener": [1748, 1749], "random_generator_names_list": 1751, "sumk": [1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779], "sumk_discret": [1767, 1768, 1769, 1770, 1771, 1772], "sumkdiscret": [1768, 1769, 1770, 1771, 1772], "gfblocindic": [1769, 1775], "n_kpt": [1771, 1778], "resize_arrai": [1772, 1779], "sumk_discrete_from_lattic": [1773, 1774, 1775, 1776, 1777, 1778, 1779], "sumkdiscretefromlattic": [1774, 1775, 1776, 1777, 1778, 1779], "recompute_grid": 1776, "bound_and_bisect": [1781, 1782, 1783], "determine_bound": 1783, "capture_stdout": 1784, "comparison_test": [1785, 1786, 1787, 1788, 1789, 1790], "assert_array_close_to_scalar": 1786, "assert_arrays_are_clos": 1787, "assert_block2_gfs_are_clos": 1788, "assert_block_gfs_are_clos": 1789, "assert_gfs_are_clos": 1790, "dichotomi": [1791, 1792], "dist_on_nod": [1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812], "distributiononnod": [1794, 1795, 1796, 1797], "sleeptim": [1795, 1799, 1806], "distributiononnodesonestack": [1798, 1799, 1800, 1801, 1802, 1803, 1804], "finish": [1801, 1808], "treat": [1804, 1812], "distributiononnodestest": [1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812], "the_funct": 1811, "h5diff": [1813, 1814, 1815], "compar": 1814, "check_for_mpi": 1817, "mpi_mpi4pi": [1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831], "bcast": [1821, 1835], "is_master_nod": [1822, 1836], "master_gets_host_nam": [1823, 1837], "myprint_err": [1824, 1838], "myprint_out": [1825, 1839], "recv": [1826, 1840], "report": [1827, 1841], "send": [1828, 1842], "slice_arrai": [1829, 1843], "slice_inf": 1830, "slice_sup": 1831, "mpi_nompi": [1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843], "redirect": [1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861], "daemon": 1847, "getnam": 1848, "ident": 1849, "isdaemon": 1850, "is_al": 1851, "join": 1852, "native_id": 1854, "setdaemon": 1856, "setnam": 1857, "stop": 1859, "start_redirect": 1860, "stop_redirect": 1861, "frequent": 1862, "ask": 1862, "question": [1862, 1914, 1917, 1919, 1922], "q": [1862, 1914, 1919], "my": 1862, "e": 1862, "g": [1862, 1876, 1903], "hash": 1862, "debug": 1862, "purpos": 1862, "welcom": 1863, "core": 1863, "numer": 1863, "algorithm": 1863, "where": 1863, "ubuntu": [1864, 1871], "debian": 1864, "anaconda": 1864, "docker": 1864, "apptain": 1864, "binder": 1864, "sourc": [1864, 1869, 1878], "easybuild": 1864, "prerequisit": [1864, 1868], "setup": 1864, "further": 1864, "clang": 1865, "linux": 1865, "libclang": 1865, "unix": 1866, "common": 1866, "softwar": 1866, "develop": 1866, "affect": 1866, "openmp": 1866, "custom": 1867, "mac": 1868, "o": 1868, "virtual": 1869, "prepar": 1872, "ipython": [1872, 1884, 1895], "notebook": [1872, 1884, 1895, 1917, 1922], "floor": 1872, "divis": 1872, "regener": 1872, "final": 1872, "user": 1873, "why": 1873, "quick": 1873, "multidimension": 1874, "declar": 1874, "print": 1874, "matric": 1874, "vector": 1874, "defin": [1874, 1895, 1900], "through": 1874, "algebra": 1874, "ctqmc": 1875, "creation": [1875, 1876], "empti": 1875, "inform": 1875, "one": [1875, 1887, 1891], "replac": 1875, "omega": [1876, 1914, 1919], "nu": 1876, "tau": [1876, 1903], "fill": 1876, "structur": [1878, 1917, 1922], "project": [1879, 1881], "profil": 1880, "you": [1881, 1887, 1891], "its": 1881, "mix": 1881, "theori": [1883, 1902, 1908, 1914, 1916, 1919, 1921], "beth": [1883, 1902, 1908], "learn": 1884, "model": [1885, 1886, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "squar": [1886, 1913, 1918], "espresso": [1887, 1891], "creat": [1887, 1891], "wannier": [1887, 1891], "low": [1887, 1891], "descript": [1887, 1891], "la_2cuo_4": [1887, 1891], "shot": [1887, 1891], "converg": [1887, 1891], "remind": [1887, 1891, 1903], "self": [1887, 1890, 1891, 1894, 1916, 1921], "\u03c3": [1887, 1891], "spectral": [1887, 1891], "6": [1887, 1891, 1909], "fermi": [1887, 1891, 1913, 1918], "k_z": [1887, 1891], "post": [1887, 1891], "conclud": [1887, 1891], "mai": [1887, 1891], "now": [1887, 1891], "02": [1887, 1891], "fermise": [1887, 1888, 1891, 1892], "phase": [1889, 1893, 1915, 1920], "diagram": [1889, 1893], "explor": [1889, 1893], "comparison": [1890, 1894, 1908], "charg": [1890, 1894], "consist": [1890, 1894, 1916, 1921], "introduc": 1895, "mode": 1895, "shell": 1895, "veri": 1895, "indent": 1895, "If": 1895, "statement": 1895, "import": [1895, 1900], "modul": 1895, "numpi": [1895, 1900], "help": 1895, "goal": [1896, 1914, 1919], "inlin": 1896, "prettier": 1896, "subplot": 1896, "like": 1896, "approach": 1896, "circular": [1897, 1901], "arithmet": [1897, 1901], "obtain": [1897, 1901], "compact": [1897, 1901], "pade": [1897, 1901], "exercis": [1897, 1901, 1910], "fundament": 1899, "multivari": 1900, "perturb": [1902, 1908], "visual": [1902, 1903, 1908], "mott": [1902, 1908], "transit": [1902, 1908], "anderson": 1903, "cthyb": 1903, "sampl": 1903, "singl": [1904, 1909], "orbit": [1904, 1905, 1909, 1910], "valenc": [1906, 1911], "bond": [1906, 1911], "precomput": [1906, 1911], "literatur": 1908, "j": 1910, "conclus": 1910, "perfect": [1913, 1914, 1918, 1919], "nest": [1913, 1914, 1918, 1919], "nearest": [1913, 1918], "neighbour": [1913, 1918], "surfac": [1913, 1918], "suscept": [1914, 1919], "chi_0": [1914, 1917, 1919, 1922], "fast": [1914, 1919], "mathbf": [1914, 1919], "omega_n": [1914, 1919], "static": [1914, 1919], "approxim": [1915, 1920], "rpa": [1915, 1916, 1917, 1920, 1921, 1922], "tpsc": [1916, 1917, 1921, 1922], "behaviour": [1916, 1921], "u_": [1916, 1921], "sp": [1916, 1921], "ch": [1916, 1921], "weak": [1916, 1921], "temperatur": [1917, 1922], "antiferromagnet": [1917, 1922], "dimension": [1917, 1922], "mermin": [1917, 1922], "wagner": [1917, 1922], "theorem": [1917, 1922], "previou": [1917, 1922], "arbitrari": [1917, 1922], "spin": [1917, 1922], "factor": [1917, 1922], "s_": [1917, 1922], "remark": [1917, 1922], "compat": 1924}, "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": {"More complex examples": [[515, "more-complex-examples"]], "A lazy sum": [[516, "a-lazy-sum"]], "Utility functions for atom_diag": [[512, "utility-functions-for-atom-diag"]], "triqs/MPI": [[510, "triqs-mpi"]], "Introduction": [[510, "introduction"], [594, "introduction"], [579, "introduction"]], "MPI documentation/manual/triqs": [[510, "mpi-documentation-manual-triqs"]], "Supported functions and types": [[510, "supported-functions-and-types"]], "Basic usage": [[510, "basic-usage"]], "Headers": [[510, "headers"]], "MPI example": [[510, "mpi-example"]], "Evaluating CLEF expressions": [[517, "evaluating-clef-expressions"]], "Complete evaluation": [[517, "complete-evaluation"]], "Partial evaluation": [[517, "partial-evaluation"], [542, "partial-evaluation"], [542, "id1"], [1900, "Partial-evaluation"]], "Forming CLEF expressions": [[518, "forming-clef-expressions"]], "Placeholders": [[518, "placeholders"]], "Forming an expression": [[518, "forming-an-expression"]], "Storage of expressions [advanced]": [[518, "storage-of-expressions-advanced"]], "[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[511, "triqs-atom-diag-lightweight-exact-diagonalization-solver-and-tools"]], "Example of use: Python": [[511, "example-of-use-python"]], "Example of use: C++": [[511, "example-of-use-c"]], "Overloading functions and methods for CLEF arguments": [[521, "overloading-functions-and-methods-for-clef-arguments"]], "Overloading functions": [[521, "overloading-functions"]], "Overloading operator() and other methods": [[521, "overloading-operator-and-other-methods"]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[514, "triqs-clef-clef-compile-time-lazy-expressions-and-functions"]], "Transform CLEF expressions into functions": [[519, "transform-clef-expressions-into-functions"]], "make_function": [[519, "make-function"]], "Short notation with >> operator": [[519, "short-notation-with-operator"]], "clef::function": [[519, "clef-function"]], "Examples": [[519, "examples"], [539, "examples"], [534, "examples"], [544, "examples"], [546, "examples"], [540, "examples"], [558, "examples"], [538, "examples"], [543, "examples"]], "Automatic assignment of containers": [[513, "automatic-assignment-of-containers"]], "Motivation: a little tour of CLEF": [[520, "motivation-a-little-tour-of-clef"]], "Template parameters": [[522, "template-parameters"], [583, "template-parameters"], [62, "template-parameters"], [63, "template-parameters"], [14, "template-parameters"], [13, "template-parameters"], [18, "template-parameters"], [19, "template-parameters"], [20, "template-parameters"], [26, "template-parameters"], [28, "template-parameters"], [33, "template-parameters"], [32, "template-parameters"], [34, "template-parameters"], [35, "template-parameters"], [39, "template-parameters"], [42, "template-parameters"], [47, "template-parameters"], [48, "template-parameters"], [46, "template-parameters"], [64, "template-parameters"], [72, "template-parameters"], [71, "template-parameters"], [77, "template-parameters"], [84, "template-parameters"], [83, "template-parameters"], [90, "template-parameters"], [89, "template-parameters"], [96, "template-parameters"], [95, "template-parameters"], [101, "template-parameters"], [100, "template-parameters"], [105, "template-parameters"], [109, "template-parameters"], [113, "template-parameters"], [116, "template-parameters"], [114, "template-parameters"], [130, "template-parameters"], [134, "template-parameters"], [135, "template-parameters"], [132, "template-parameters"], [131, "template-parameters"], [138, "template-parameters"], [137, "template-parameters"], [147, "template-parameters"], [146, "template-parameters"], [151, "template-parameters"], [148, "template-parameters"], [150, "template-parameters"], [153, "template-parameters"], [149, "template-parameters"], [157, "template-parameters"], [155, "template-parameters"], [154, "template-parameters"], [158, "template-parameters"], [156, "template-parameters"], [159, "template-parameters"], [161, "template-parameters"], [164, "template-parameters"], [160, "template-parameters"], [191, "template-parameters"], [195, "template-parameters"], [192, "template-parameters"], [193, "template-parameters"], [194, "template-parameters"], [196, "template-parameters"], [197, "template-parameters"], [207, "template-parameters"], [261, "template-parameters"], [265, "template-parameters"], [267, "template-parameters"], [266, "template-parameters"], [264, "template-parameters"], [269, "template-parameters"], [270, "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"], [324, "template-parameters"], [326, "template-parameters"], [329, "template-parameters"], [361, "template-parameters"], [364, "template-parameters"], [365, "template-parameters"], [367, "template-parameters"], [366, "template-parameters"], [370, "template-parameters"], [375, "template-parameters"], [380, "template-parameters"], [391, "template-parameters"], [388, "template-parameters"], [420, "template-parameters"], [462, "template-parameters"], [472, "template-parameters"], [532, "template-parameters"], [496, "template-parameters"], [498, "template-parameters"], [492, "template-parameters"], [493, "template-parameters"], [494, "template-parameters"], [491, "template-parameters"], [495, "template-parameters"]], "Parameters": [[522, "parameters"], [58, "parameters"], [63, "parameters"], [13, "parameters"], [15, "parameters"], [12, "parameters"], [18, "parameters"], [19, "parameters"], [26, "parameters"], [33, "parameters"], [32, "parameters"], [34, "parameters"], [39, "parameters"], [43, "parameters"], [47, "parameters"], [48, "parameters"], [46, "parameters"], [57, "parameters"], [53, "parameters"], [71, "parameters"], [73, "parameters"], [76, "parameters"], [83, "parameters"], [85, "parameters"], [88, "parameters"], [89, "parameters"], [97, "parameters"], [95, "parameters"], [100, "parameters"], [105, "parameters"], [109, "parameters"], [113, "parameters"], [116, "parameters"], [117, "parameters"], [114, "parameters"], [115, "parameters"], [120, "parameters"], [119, "parameters"], [129, "parameters"], [130, "parameters"], [135, "parameters"], [132, "parameters"], [131, "parameters"], [140, "parameters"], [147, "parameters"], [146, "parameters"], [148, "parameters"], [150, "parameters"], [149, "parameters"], [157, "parameters"], [158, "parameters"], [156, "parameters"], [159, "parameters"], [161, "parameters"], [160, "parameters"], [163, "parameters"], [165, "parameters"], [169, "parameters"], [170, "parameters"], [166, "parameters"], [167, "parameters"], [168, "parameters"], [172, "parameters"], [181, "parameters"], [180, "parameters"], [183, "parameters"], [189, "parameters"], [191, "parameters"], [195, "parameters"], [192, "parameters"], [193, "parameters"], [194, "parameters"], [199, "parameters"], [200, "parameters"], [198, "parameters"], [196, "parameters"], [197, "parameters"], [207, "parameters"], [233, "parameters"], [245, "parameters"], [261, "parameters"], [265, "parameters"], [267, "parameters"], [266, "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"], [324, "parameters"], [326, "parameters"], [327, "parameters"], [329, "parameters"], [339, "parameters"], [342, "parameters"], [344, "parameters"], [343, "parameters"], [346, "parameters"], [348, "parameters"], [351, "parameters"], [353, "parameters"], [355, "parameters"], [354, "parameters"], [352, "parameters"], [356, "parameters"], [362, "parameters"], [359, "parameters"], [358, "parameters"], [364, "parameters"], [365, "parameters"], [368, "parameters"], [369, "parameters"], [366, "parameters"], [372, "parameters"], [373, "parameters"], [370, "parameters"], [379, "parameters"], [378, "parameters"], [380, "parameters"], [384, "parameters"], [383, "parameters"], [386, "parameters"], [382, "parameters"], [385, "parameters"], [391, "parameters"], [389, "parameters"], [390, "parameters"], [396, "parameters"], [397, "parameters"], [395, "parameters"], [398, "parameters"], [394, "parameters"], [401, "parameters"], [404, "parameters"], [402, "parameters"], [408, "parameters"], [411, "parameters"], [407, "parameters"], [406, "parameters"], [409, "parameters"], [413, "parameters"], [417, "parameters"], [412, "parameters"], [423, "parameters"], [420, "parameters"], [418, "parameters"], [441, "parameters"], [437, "parameters"], [439, "parameters"], [438, "parameters"], [440, "parameters"], [454, "parameters"], [462, "parameters"], [461, "parameters"], [467, "parameters"], [473, "parameters"], [476, "parameters"], [472, "parameters"], [483, "parameters"], [479, "parameters"], [478, "parameters"], [482, "parameters"], [488, "parameters"], [489, "parameters"], [484, "parameters"], [487, "parameters"], [496, "parameters"], [497, "parameters"], [498, "parameters"], [492, "parameters"], [493, "parameters"], [494, "parameters"], [491, "parameters"], [495, "parameters"]], "Notations and documentation conventions": [[522, "notations-and-documentation-conventions"]], "Notation": [[522, "notation"]], "Documentation conventions for C++ code": [[522, "documentation-conventions-for-c-code"]], "add": [[522, "add"]], "Return value": [[522, "return-value"]], "Assignment": [[533, "assignment"]], "Move assign operator": [[533, "move-assign-operator"]], "Concepts": [[528, "concepts"], [575, "concepts"]], "Domain": [[528, "domain"]], "PureFunctionOnDomain": [[528, "purefunctionondomain"]], "Mesh": [[528, "mesh"]], "MeshPoint": [[528, "meshpoint"]], "How does it work ?": [[525, "how-does-it-work"]], "Cofactors": [[525, "cofactors"]], "The Sherman-Morrison formula": [[525, "the-sherman-morrison-formula"]], "Addition of a line and a column, or more": [[525, "addition-of-a-line-and-a-column-or-more"]], "Removal of a line and a column, or more": [[525, "removal-of-a-line-and-a-column-or-more"]], "Change of a column": [[525, "change-of-a-column"]], "Change of a line": [[525, "change-of-a-line"]], "Change of a line and a column": [[525, "change-of-a-line-and-a-column"]], "Operator()": [[535, "operator"]], "(1) Evaluation": [[535, "evaluation"]], "(2) Building a view": [[535, "building-a-view"]], "(3) Interaction with clef expressions": [[535, "interaction-with-clef-expressions"]], "Example": [[530, "example"], [552, "example"], [574, "example"], [508, "example"], [591, "example"], [593, "example"], [556, "example"], [555, "example"], [557, "example"], [559, "example"], [19, "example"], [95, "example"], [265, "example"], [264, "example"], [270, "example"], [326, "example"], [465, "example"], [461, "example"], [468, "example"], [470, "example"], [472, "example"], [496, "example"], [524, "example"], [493, "example"], [494, "example"], [495, "example"]], "Synopsis": [[530, "synopsis"], [539, "synopsis"], [544, "synopsis"], [546, "synopsis"], [540, "synopsis"], [538, "synopsis"], [524, "synopsis"]], "Fourier transforms": [[530, "fourier-transforms"], [1901, "Fourier-transforms"], [1897, "Fourier-transforms"]], "fourier": [[530, "fourier"], [0, "fourier"], [0, "id76"]], "Constructors": [[536, "constructors"], [534, "constructors"]], "Constructors of gf": [[536, "constructors-of-gf"]], "Basic notions": [[526, "basic-notions"]], "Types of Green\u2019s functions": [[526, "types-of-green-s-functions"]], "Matsubara Green\u2019s function in imaginary time ": [[526, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[526, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[526, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Green function in real time ": [[526, "green-function-in-real-time-gfretime"]], "Retarded Green\u2019s function in real frequencies ": [[526, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Fourier and Legendre transforms": [[526, "fourier-and-legendre-transforms"]], "High-frequency tail": [[526, "high-frequency-tail"]], "Fourier: implementation notes": [[531, "fourier-implementation-notes"]], "The FFTW library": [[531, "the-fftw-library"]], "Implementation in real time/frequency using FFTW": [[531, "implementation-in-real-time-frequency-using-fftw"]], "Implementation in imaginary time/frequency using FFTW": [[531, "implementation-in-imaginary-time-frequency-using-fftw"]], "Special case of real functions in time for fermions": [[531, "special-case-of-real-functions-in-time-for-fermions"]], "Special case of real functions in time for bosons": [[531, "special-case-of-real-functions-in-time-for-bosons"]], "Usage of the tail in the TF": [[531, "usage-of-the-tail-in-the-tf"]], "Domain & mesh": [[539, "domain-mesh"], [534, "domain-mesh"], [544, "domain-mesh"], [546, "domain-mesh"], [540, "domain-mesh"], [538, "domain-mesh"], [543, "domain-mesh"]], "Evaluation method": [[539, "evaluation-method"], [544, "evaluation-method"], [546, "evaluation-method"], [540, "evaluation-method"], [538, "evaluation-method"]], "Data storage": [[539, "data-storage"], [534, "data-storage"], [544, "data-storage"], [546, "data-storage"], [540, "data-storage"], [538, "data-storage"], [543, "data-storage"]], "HDF5 storage convention": [[539, "hdf5-storage-convention"], [534, "hdf5-storage-convention"], [544, "hdf5-storage-convention"], [546, "hdf5-storage-convention"], [540, "hdf5-storage-convention"], [538, "hdf5-storage-convention"], [543, "hdf5-storage-convention"]], "[gf] Matsubara imaginary time": [[539, "gf-imtime-matsubara-imaginary-time"]], "Singularity": [[539, "singularity"], [534, "singularity"], [546, "singularity"], [540, "singularity"], [543, "singularity"]], "Interaction with CLEF expressions": [[527, "interaction-with-clef-expressions"]], "[block_gf] Block Green functions": [[534, "block-gf-t-block-green-functions"]], "Factories": [[534, "factories"]], "Factories for the regular type": [[534, "factories-for-the-regular-type"]], "Factories for the view type": [[534, "factories-for-the-view-type"]], "Interpolation method": [[534, "interpolation-method"], [543, "interpolation-method"]], "Iterators": [[534, "iterators"]], "Data access": [[537, "data-access"]], "mesh": [[537, "mesh"], [0, "mesh"]], "data": [[537, "data"]], "singularity": [[537, "singularity"]], "symmetry": [[537, "symmetry"]], "Green\u2019s functions": [[553, "green-s-functions"], [0, "greens-functions"], [1876, "green-s-functions"]], "Target reinterpretation": [[545, "target-reinterpretation"]], "[gf] Real frequencies": [[544, "gf-refreq-real-frequencies"]], "[gf] Real time": [[546, "gf-retime-real-time"]], "[gf] Legendre representation": [[540, "gf-legendre-legendre-representation"]], "Operator []": [[548, "operator"]], "(1) Use the linear index of the mesh": [[548, "use-the-linear-index-of-the-mesh"]], "(2) Use the mesh_point of the mesh": [[548, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[548, "find-the-closest-mesh-point-from-a-domain-point"]], "(4) Interaction with clef expressions": [[548, "interaction-with-clef-expressions"]], "Implementation notes": [[549, "implementation-notes"]], "High-Frequency moments of the Green\u2019s function": [[552, "high-frequency-moments-of-the-green-s-function"], [563, "high-frequency-moments-of-the-green-s-function"]], "API": [[552, "api"]], "Adjusting the fit parameters (Advanced)": [[552, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[552, "adjusting-the-fit-window-advanced"]], "Specializations": [[547, "specializations"]], "Misc": [[541, "misc"]], "Statistic": [[541, "statistic"]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[582, "triqs-operators-second-quantization-operators-and-many-body-hamiltonians"]], "The BravaisLattice and TightBinding classes: definitions and example": [[574, "the-bravaislattice-and-tightbinding-classes-definitions-and-example"]], "BravaisLattice": [[574, "bravaislattice"]], "TightBinding": [[574, "tightbinding"]], "energies_on_bz_path": [[574, "energies-on-bz-path"]], "Free Fermions with tight binding hopping": [[573, "free-fermions-with-tight-binding-hopping"]], "Introduction & Motivations": [[575, "introduction-motivations"]], "The Move concept": [[575, "the-move-concept"]], "The Measure concept": [[575, "the-measure-concept"]], "Tutorial": [[581, "tutorial"]], "The C++ code for this problem": [[581, "the-c-code-for-this-problem"]], "Initializing the MPI": [[581, "initializing-the-mpi"]], "Constructing the Monte Carlo simulation": [[581, "constructing-the-monte-carlo-simulation"]], "Moves and measures": [[581, "moves-and-measures"]], "The move": [[581, "the-move"], [578, "the-move"]], "The measure": [[581, "the-measure"]], "Starting the Monte Carlo simulation": [[581, "starting-the-monte-carlo-simulation"]], "End of the simulation - gathering results": [[581, "end-of-the-simulation-gathering-results"]], "Writing your own Monte Carlo simulation": [[581, "writing-your-own-monte-carlo-simulation"]], "U matrix construction": [[584, "u-matrix-construction"]], "Random number generator": [[580, "random-number-generator"]], "Generic use": [[580, "generic-use"]], "Getting a list of random number generators": [[580, "getting-a-list-of-random-number-generators"]], "Accessing the random number generator from the Monte Carlo class": [[580, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "Member types": [[583, "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"], [532, "member-types"], [551, "member-types"], [550, "member-types"]], "Free functions": [[583, "free-functions"], [538, "free-functions"]], "Second-quantization operators": [[583, "second-quantization-operators"]], "Construction/factories": [[583, "construction-factories"]], "Overloaded operations": [[583, "overloaded-operations"]], "Methods": [[583, "methods"]], "Iteration over monomials": [[583, "iteration-over-monomials"]], "Serialization & HDF5": [[583, "serialization-hdf5"]], "Python": [[583, "python"], [0, "python"], [1880, "python"], [585, "python"]], "Example: the Ising chain in a magnetic field": [[578, "example-the-ising-chain-in-a-magnetic-field"]], "The configuration": [[578, "the-configuration"]], "Measure": [[578, "measure"]], "Main program": [[578, "main-program"]], "Sums over Brillouin zone": [[572, "sums-over-brillouin-zone"]], "Hilbert Transform": [[571, "hilbert-transform"]], "Density of state and related tools": [[570, "density-of-state-and-related-tools"]], "The Density of state: DOS": [[570, "the-density-of-state-dos"]], "Reading a DOS from a text file": [[570, "reading-a-dos-from-a-text-file"]], "Computing a DOS from a tight_binding": [[570, "computing-a-dos-from-a-tight-binding"]], "The DOS computed from a function": [[570, "the-dos-computed-from-a-function"]], "triqs.atom_diag.AtomDiag": [[600, "triqs-atom-diag-atomdiag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[607, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[605, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[614, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[602, "triqs-atom-diag-atom-diag-atomdiagcomplex"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[610, "triqs-atom-diag-atom-diag-atomdiagcomplex-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[612, "triqs-atom-diag-atom-diag-atomdiagcomplex-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[603, "triqs-atom-diag-atom-diag-atomdiagcomplex-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[604, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[606, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[613, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[611, "triqs-atom-diag-atom-diag-atomdiagcomplex-fops"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[608, "triqs-atom-diag-atom-diag-atomdiagcomplex-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[609, "triqs-atom-diag-atom-diag-atomdiagcomplex-flatten-subspace-index"]], "triqs.atom_diag.atom_diag": [[601, "module-triqs.atom_diag.atom_diag"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[626, "triqs-atom-diag-atom-diag-atomdiagreal-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[615, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[628, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[622, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[623, "triqs-atom-diag-atom-diag-atomdiagreal"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[618, "triqs-atom-diag-atom-diag-atomdiagcomplex-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[629, "triqs-atom-diag-atom-diag-atomdiagreal-energies"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[625, "triqs-atom-diag-atom-diag-atomdiagreal-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[620, "triqs-atom-diag-atom-diag-atomdiagcomplex-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[616, "triqs-atom-diag-atom-diag-atomdiagcomplex-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[624, "triqs-atom-diag-atom-diag-atomdiagreal-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[619, "triqs-atom-diag-atom-diag-atomdiagcomplex-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[627, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[617, "triqs-atom-diag-atom-diag-atomdiagcomplex-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[621, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[631, "triqs-atom-diag-atom-diag-atomdiagreal-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[640, "triqs-atom-diag-atom-diag-atomdiagreal-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[639, "triqs-atom-diag-atom-diag-atomdiagreal-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[635, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[633, "triqs-atom-diag-atom-diag-atomdiagreal-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[641, "triqs-atom-diag-atom-diag-atomdiagreal-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[642, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[634, "triqs-atom-diag-atom-diag-atomdiagreal-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[643, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[637, "triqs-atom-diag-atom-diag-atomdiagreal-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[632, "triqs-atom-diag-atom-diag-atomdiagreal-fops"]], "triqs.atom_diag.atom_diag.act": [[644, "triqs-atom-diag-atom-diag-act"]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[630, "triqs-atom-diag-atom-diag-atomdiagreal-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[636, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[638, "triqs-atom-diag-atom-diag-atomdiagreal-h-atomic"]], "triqs.dos.dos.DOS.__init__": [[657, "triqs-dos-dos-dos-init"]], "triqs.dos.dos.DOS": [[656, "triqs-dos-dos-dos"]], "triqs.dos": [[654, "module-triqs.dos"]], "triqs.dos.dos.DOS.density": [[659, "triqs-dos-dos-dos-density"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[652, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues-checked"]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[645, "triqs-atom-diag-atom-diag-atomic-density-matrix"]], "triqs.atom_diag.atom_diag.trace_rho_op": [[653, "triqs-atom-diag-atom-diag-trace-rho-op"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[651, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues"]], "triqs.dos.dos.DOS.copy": [[658, "triqs-dos-dos-dos-copy"]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[646, "triqs-atom-diag-atom-diag-atomic-g-iw"]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[648, "triqs-atom-diag-atom-diag-atomic-g-tau"]], "triqs.dos.dos": [[655, "module-triqs.dos.dos"]], "triqs.atom_diag.atom_diag.partition_function": [[650, "triqs-atom-diag-atom-diag-partition-function"]], "triqs.atom_diag.atom_diag.atomic_g_w": [[649, "triqs-atom-diag-atom-diag-atomic-g-w"]], "triqs.atom_diag.atom_diag.atomic_g_l": [[647, "triqs-atom-diag-atom-diag-atomic-g-l"]], "[triqs/h5] The HDF5 format": [[507, "triqs-h5-the-hdf5-format"]], "The cfunction class": [[500, "the-cfunction-class"]], "Python API of the desc file": [[506, "python-api-of-the-desc-file"]], "Cpp2Py: a C++/Python interfacing tool": [[502, "cpp2py-a-c-python-interfacing-tool"]], "Convertion vs wrapping": [[503, "convertion-vs-wrapping"]], "Wrapping classes from C++ to Python": [[503, "wrapping-classes-from-c-to-python"]], "Convertion": [[503, "convertion"]], "The class_ class": [[501, "the-class-class"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[508, "solution-1-the-class-provides-the-transformation-into-a-dict-of-hdf-compliant-objects"]], "Principle": [[508, "principle"]], "What happens in detail?": [[508, "what-happens-in-detail"]], "The module_ class": [[504, "the-module-class"]], "General Principle": [[505, "general-principle"]], "Manual": [[499, null], [9, "manual"]], "triqs.dos.dos.DOSFromFunction.density": [[663, "triqs-dos-dos-dosfromfunction-density"]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[667, "triqs-dos-hilbert-transform-hilberttransform-init"]], "triqs.fit": [[668, "module-triqs.fit"]], "triqs.fit.fit.Fit": [[670, "triqs-fit-fit-fit"]], "triqs.fit.fit.Fit.__init__": [[671, "triqs-fit-fit-fit-init"]], "triqs.dos.hilbert_transform": [[665, "module-triqs.dos.hilbert_transform"]], "triqs.gf.backwd_compat": [[673, "module-triqs.gf.backwd_compat"]], "triqs.fit.fit": [[669, "module-triqs.fit.fit"]], "triqs.dos.hilbert_transform.HilbertTransform": [[666, "triqs-dos-hilbert-transform-hilberttransform"]], "triqs.dos.dos.DOSFromFunction.copy": [[662, "triqs-dos-dos-dosfromfunction-copy"]], "triqs.gf.backwd_compat.gf_imfreq": [[674, "module-triqs.gf.backwd_compat.gf_imfreq"]], "triqs.dos.dos.DOSFromFunction": [[660, "triqs-dos-dos-dosfromfunction"]], "triqs.gf": [[672, "module-triqs.gf"]], "triqs.dos.dos.DOSFromFunction.__init__": [[661, "triqs-dos-dos-dosfromfunction-init"]], "triqs.dos.dos.dos_from_file": [[664, "triqs-dos-dos-dos-from-file"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[675, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq"]], "Parameters (KEYWORD argument ONLY)": [[675, "parameters-keyword-argument-only"], [714, "parameters-keyword-argument-only"], [753, "parameters-keyword-argument-only"], [792, "parameters-keyword-argument-only"], [831, "parameters-keyword-argument-only"], [558, "parameters-keyword-argument-only"], [556, "parameters-keyword-argument-only"], [555, "parameters-keyword-argument-only"], [557, "parameters-keyword-argument-only"], [559, "parameters-keyword-argument-only"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[685, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[677, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[680, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[688, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-imag"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[684, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[687, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[681, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[689, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[682, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[676, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[678, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[683, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[686, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[679, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[692, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[700, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[694, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-mesh"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[699, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[690, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-inverse"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[704, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[702, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[703, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[693, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[697, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[698, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[691, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-invert"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[695, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[696, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-real"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[701, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[710, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-transpose"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[715, "triqs-gf-backwd-compat-gf-imtime-gfimtime-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[707, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[714, "triqs-gf-backwd-compat-gf-imtime-gfimtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[716, "triqs-gf-backwd-compat-gf-imtime-gfimtime-conjugate"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[718, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[706, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[705, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[712, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-zero"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[709, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-total-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[711, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-x-data-view"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.tau_L2_norm": [[708, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[717, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy"]], "triqs.gf.backwd_compat.gf_imtime": [[713, "module-triqs.gf.backwd_compat.gf_imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[719, "triqs-gf-backwd-compat-gf-imtime-gfimtime-data"]], "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"]], "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"]], "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"]], "Documentation": [[9, "documentation"], [0, "documentation"]], "C++ API": [[9, "c-api"]], "Python API": [[9, "python-api"], [563, "python-api"]], "About TRIQS": [[3, "about-triqs"]], "Authors & contributors": [[3, "authors-contributors"]], "Citation": [[3, "citation"]], "License": [[3, "license"]], "Disclaimer": [[3, "disclaimer"], [1868, "disclaimer"]], "Logo files": [[3, "logo-files"]], "Table of contents": [[5, "table-of-contents"]], "mpi": [[0, "id26"], [0, "id58"], [108, "mpi"]], "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"]], "Installation": [[0, "installation"], [0, "id85"], [1864, "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"], [562, "hdf5"]], "c++2py": [[0, "c-2py"]], "Miscellaneous": [[0, "miscellaneous"]], "Version 1.2": [[0, "version-1-2"]], "C++": [[0, "c"], [1880, "c"], [585, "c"]], "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"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[727, "triqs-gf-backwd-compat-gf-imtime-gfimtime-imag"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[731, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[722, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[723, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[726, "triqs-gf-backwd-compat-gf-imtime-gfimtime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[728, "triqs-gf-backwd-compat-gf-imtime-gfimtime-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[732, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[725, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[734, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[733, "triqs-gf-backwd-compat-gf-imtime-gfimtime-mesh"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[721, "triqs-gf-backwd-compat-gf-imtime-gfimtime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[729, "triqs-gf-backwd-compat-gf-imtime-gfimtime-inverse"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[720, "triqs-gf-backwd-compat-gf-imtime-gfimtime-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[730, "triqs-gf-backwd-compat-gf-imtime-gfimtime-invert"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[724, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[738, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[743, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[735, "triqs-gf-backwd-compat-gf-imtime-gfimtime-real"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[741, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[749, "triqs-gf-backwd-compat-gf-imtime-gfimtime-transpose"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[737, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[742, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[748, "triqs-gf-backwd-compat-gf-imtime-gfimtime-total-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.tau_L2_norm": [[747, "triqs-gf-backwd-compat-gf-imtime-gfimtime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[736, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[745, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[746, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[740, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[739, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[744, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[763, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[750, "triqs-gf-backwd-compat-gf-imtime-gfimtime-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[754, "triqs-gf-backwd-compat-gf-legendre-gflegendre-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[755, "triqs-gf-backwd-compat-gf-legendre-gflegendre-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[759, "triqs-gf-backwd-compat-gf-legendre-gflegendre-density"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[758, "triqs-gf-backwd-compat-gf-legendre-gflegendre-data"]], "triqs.gf.backwd_compat.gf_legendre": [[752, "module-triqs.gf.backwd_compat.gf_legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[753, "triqs-gf-backwd-compat-gf-legendre-gflegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[756, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[760, "triqs-gf-backwd-compat-gf-legendre-gflegendre-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[761, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[762, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[764, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[757, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy-from"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[751, "triqs-gf-backwd-compat-gf-imtime-gfimtime-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[773, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[776, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[765, "triqs-gf-backwd-compat-gf-legendre-gflegendre-from-l-g-r"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[769, "triqs-gf-backwd-compat-gf-legendre-gflegendre-invert"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[766, "triqs-gf-backwd-compat-gf-legendre-gflegendre-imag"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[767, "triqs-gf-backwd-compat-gf-legendre-gflegendre-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[772, "triqs-gf-backwd-compat-gf-legendre-gflegendre-mesh"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[775, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rebinning-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[777, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[770, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[778, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-fourier"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau": [[771, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[779, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[768, "triqs-gf-backwd-compat-gf-legendre-gflegendre-inverse"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[774, "triqs-gf-backwd-compat-gf-legendre-gflegendre-real"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[793, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[787, "triqs-gf-backwd-compat-gf-legendre-gflegendre-total-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[794, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[785, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-shape"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[781, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[780, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imtime"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[789, "triqs-gf-backwd-compat-gf-legendre-gflegendre-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[783, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-indices"]], "triqs.gf.backwd_compat.gf_refreq": [[791, "module-triqs.gf.backwd_compat.gf_refreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[784, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[790, "triqs-gf-backwd-compat-gf-legendre-gflegendre-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[788, "triqs-gf-backwd-compat-gf-legendre-gflegendre-transpose"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[792, "triqs-gf-backwd-compat-gf-refreq-gfrefreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[782, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-pade"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.tau_L2_norm": [[786, "triqs-gf-backwd-compat-gf-legendre-gflegendre-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[802, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[799, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[806, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[800, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[808, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-invert"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[805, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-imag"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[798, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[807, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-inverse"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[795, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[803, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[796, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[797, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[809, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[804, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[801, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[814, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[824, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-shape"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[820, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[821, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[818, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[822, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[823, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[813, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-real"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[815, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[816, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[819, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[812, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[817, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[811, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-mesh"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[810, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[828, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-x-data-view"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[826, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[837, "triqs-gf-backwd-compat-gf-retime-gfretime-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[834, "triqs-gf-backwd-compat-gf-retime-gfretime-copy"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[831, "triqs-gf-backwd-compat-gf-retime-gfretime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[839, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[827, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[838, "triqs-gf-backwd-compat-gf-retime-gfretime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.tau_L2_norm": [[825, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[833, "triqs-gf-backwd-compat-gf-retime-gfretime-conjugate"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[835, "triqs-gf-backwd-compat-gf-retime-gfretime-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[829, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-zero"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[836, "triqs-gf-backwd-compat-gf-retime-gfretime-data"]], "triqs.gf.backwd_compat.gf_retime": [[830, "module-triqs.gf.backwd_compat.gf_retime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[832, "triqs-gf-backwd-compat-gf-retime-gfretime-init"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[852, "triqs-gf-backwd-compat-gf-retime-gfretime-real"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[840, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[841, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[850, "triqs-gf-backwd-compat-gf-retime-gfretime-mesh"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[845, "triqs-gf-backwd-compat-gf-retime-gfretime-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[844, "triqs-gf-backwd-compat-gf-retime-gfretime-imag"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[854, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[851, "triqs-gf-backwd-compat-gf-retime-gfretime-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[843, "triqs-gf-backwd-compat-gf-retime-gfretime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[849, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[848, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[853, "triqs-gf-backwd-compat-gf-retime-gfretime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[846, "triqs-gf-backwd-compat-gf-retime-gfretime-inverse"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[842, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[847, "triqs-gf-backwd-compat-gf-retime-gfretime-invert"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[863, "triqs-gf-backwd-compat-gf-retime-gfretime-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.tau_L2_norm": [[864, "triqs-gf-backwd-compat-gf-retime-gfretime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[866, "triqs-gf-backwd-compat-gf-retime-gfretime-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[867, "triqs-gf-backwd-compat-gf-retime-gfretime-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[865, "triqs-gf-backwd-compat-gf-retime-gfretime-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[868, "triqs-gf-backwd-compat-gf-retime-gfretime-zero"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[859, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[855, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail-in-fit-window"]], "triqs.gf.block2_gf": [[869, "module-triqs.gf.block2_gf"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[860, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[862, "triqs-gf-backwd-compat-gf-retime-gfretime-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[861, "triqs-gf-backwd-compat-gf-retime-gfretime-target-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[856, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[858, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[857, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imfreq"]], "triqs.gf.block_gf": [[884, "module-triqs.gf.block_gf"]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[874, "triqs-gf-block2-gf-block2gf-copy-from"]], "triqs.gf.block2_gf.Block2Gf.indices": [[877, "triqs-gf-block2-gf-block2gf-indices"]], "triqs.gf.block2_gf.Block2Gf.indices2": [[879, "triqs-gf-block2-gf-block2gf-indices2"]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[880, "triqs-gf-block2-gf-block2gf-n-blocks"]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[882, "triqs-gf-block2-gf-block2gf-view-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[872, "triqs-gf-block2-gf-block2gf-all-indices"]], "triqs.gf.block2_gf.Block2Gf.imag": [[876, "triqs-gf-block2-gf-block2gf-imag"]], "triqs.gf.block2_gf.Block2Gf.zero": [[883, "triqs-gf-block2-gf-block2gf-zero"]], "triqs.gf.block2_gf.Block2Gf.copy": [[873, "triqs-gf-block2-gf-block2gf-copy"]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[875, "triqs-gf-block2-gf-block2gf-copy-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf": [[870, "triqs-gf-block2-gf-block2gf"]], "triqs.gf.block2_gf.Block2Gf.real": [[881, "triqs-gf-block2-gf-block2gf-real"]], "triqs.gf.block2_gf.Block2Gf.indices1": [[878, "triqs-gf-block2-gf-block2gf-indices1"]], "triqs.gf.block2_gf.Block2Gf.__init__": [[871, "triqs-gf-block2-gf-block2gf-init"]], "triqs.gf.block_gf.BlockGf.inverse": [[896, "triqs-gf-block-gf-blockgf-inverse"]], "triqs.gf.block_gf.BlockGf.imag": [[894, "triqs-gf-block-gf-blockgf-imag"]], "triqs.gf.block_gf.BlockGf.mesh": [[899, "triqs-gf-block-gf-blockgf-mesh"]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[892, "triqs-gf-block-gf-blockgf-copy-selected-blocks"]], "triqs.gf.block_gf.BlockGf.indices": [[895, "triqs-gf-block-gf-blockgf-indices"]], "triqs.gf.block_gf.BlockGf.beta": [[888, "triqs-gf-block-gf-blockgf-beta"]], "triqs.gf.block_gf.BlockGf.invert": [[897, "triqs-gf-block-gf-blockgf-invert"]], "triqs.gf.block_gf.BlockGf.load": [[898, "triqs-gf-block-gf-blockgf-load"]], "triqs.gf.block_gf.BlockGf": [[885, "triqs-gf-block-gf-blockgf"]], "triqs.gf.block_gf.BlockGf.__init__": [[886, "triqs-gf-block-gf-blockgf-init"]], "triqs.gf.block_gf.BlockGf.copy": [[890, "triqs-gf-block-gf-blockgf-copy"]], "triqs.gf.block_gf.BlockGf.all_indices": [[887, "triqs-gf-block-gf-blockgf-all-indices"]], "triqs.gf.block_gf.BlockGf.density": [[893, "triqs-gf-block-gf-blockgf-density"]], "triqs.gf.block_gf.BlockGf.copy_from": [[891, "triqs-gf-block-gf-blockgf-copy-from"]], "triqs.gf.block_gf.BlockGf.conjugate": [[889, "triqs-gf-block-gf-blockgf-conjugate"]], "triqs.gf.descriptor_base.Base": [[910, "triqs-gf-descriptor-base-base"]], "triqs.gf.descriptor_base.Base.__init__": [[911, "triqs-gf-descriptor-base-base-init"]], "triqs.gf.descriptor_base": [[909, "module-triqs.gf.descriptor_base"]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[913, "triqs-gf-descriptor-base-baseblock-init"]], "triqs.gf.block_gf.BlockGf.total_density": [[903, "triqs-gf-block-gf-blockgf-total-density"]], "triqs.gf.block_gf.BlockGf.n_blocks": [[900, "triqs-gf-block-gf-blockgf-n-blocks"]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[905, "triqs-gf-block-gf-blockgf-view-selected-blocks"]], "triqs.gf.block_gf.call_factory_from_dict": [[907, "triqs-gf-block-gf-call-factory-from-dict"]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[914, "triqs-gf-descriptor-base-baseblock-is-block-descriptor"]], "triqs.gf.block_gf.BlockGf.transpose": [[904, "triqs-gf-block-gf-blockgf-transpose"]], "triqs.gf.block_gf.fix_gf_struct_type": [[908, "triqs-gf-block-gf-fix-gf-struct-type"]], "triqs.gf.descriptor_base.BaseBlock": [[912, "triqs-gf-descriptor-base-baseblock"]], "triqs.gf.block_gf.BlockGf.real": [[901, "triqs-gf-block-gf-blockgf-real"]], "triqs.gf.block_gf.BlockGf.zero": [[906, "triqs-gf-block-gf-blockgf-zero"]], "triqs.gf.block_gf.BlockGf.save": [[902, "triqs-gf-block-gf-blockgf-save"]], "triqs.gf.descriptor_base.Const": [[915, "triqs-gf-descriptor-base-const"]], "triqs.gf.descriptors.Fourier": [[929, "triqs-gf-descriptors-fourier"]], "triqs.gf.descriptor_base.is_scalar": [[925, "triqs-gf-descriptor-base-is-scalar"]], "triqs.gf.descriptor_base.Const.__init__": [[916, "triqs-gf-descriptor-base-const-init"]], "triqs.gf.descriptor_base.Function": [[917, "triqs-gf-descriptor-base-function"]], "triqs.gf.descriptors.Flat.__init__": [[928, "triqs-gf-descriptors-flat-init"]], "triqs.gf.descriptor_base.Omega_.__init__": [[922, "triqs-gf-descriptor-base-omega-init"]], "triqs.gf.descriptor_base.LazyCTX": [[919, "triqs-gf-descriptor-base-lazyctx"]], "triqs.gf.descriptor_base.Omega_": [[921, "triqs-gf-descriptor-base-omega"]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[920, "triqs-gf-descriptor-base-lazyctx-init"]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[923, "triqs-gf-descriptor-base-convert-scalar-to-const"]], "triqs.gf.descriptors": [[926, "module-triqs.gf.descriptors"]], "triqs.gf.descriptor_base.Function.__init__": [[918, "triqs-gf-descriptor-base-function-init"]], "triqs.gf.descriptor_base.is_lazy": [[924, "triqs-gf-descriptor-base-is-lazy"]], "triqs.gf.descriptors.Flat": [[927, "triqs-gf-descriptors-flat"]], "triqs.gf.descriptors.Wilson.__init__": [[943, "triqs-gf-descriptors-wilson-init"]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[936, "triqs-gf-descriptors-matsubaratolegendre-init"]], "triqs.gf.descriptors.semi": [[944, "triqs-gf-descriptors-semi"]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[939, "triqs-gf-descriptors-onefermionintime-init"]], "triqs.gf.descriptors.LegendreToMatsubara": [[932, "triqs-gf-descriptors-legendretomatsubara"]], "triqs.gf.descriptors.Wilson": [[942, "triqs-gf-descriptors-wilson"]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[931, "triqs-gf-descriptors-fourier-is-block-descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[933, "triqs-gf-descriptors-legendretomatsubara-init"]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[934, "triqs-gf-descriptors-legendretomatsubara-is-block-descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[938, "triqs-gf-descriptors-onefermionintime"]], "triqs.gf.descriptors.SemiCircular": [[940, "triqs-gf-descriptors-semicircular"]], "triqs.gf.descriptors.Fourier.__init__": [[930, "triqs-gf-descriptors-fourier-init"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[935, "triqs-gf-descriptors-matsubaratolegendre"]], "triqs.gf.descriptors.SemiCircular.__init__": [[941, "triqs-gf-descriptors-semicircular-init"]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[937, "triqs-gf-descriptors-matsubaratolegendre-is-block-descriptor"]], "triqs.gf.gf.Gf.conjugate": [[955, "triqs-gf-gf-gf-conjugate"]], "triqs.gf.gf.Gf.copy": [[956, "triqs-gf-gf-gf-copy"]], "triqs.gf.dlr_crm_dyson_solver.minimize_dyson": [[946, "triqs-gf-dlr-crm-dyson-solver-minimize-dyson"]], "triqs.gf.gf.Gf.copy_from": [[957, "triqs-gf-gf-gf-copy-from"]], "triqs.gf.gf.Gf.density": [[959, "triqs-gf-gf-gf-density"]], "triqs.gf.gf.Gf": [[953, "triqs-gf-gf-gf"]], "triqs.gf.dlr_crm_dyson_solver": [[945, "module-triqs.gf.dlr_crm_dyson_solver"]], "triqs.gf.gf.Gf.__init__": [[954, "triqs-gf-gf-gf-init"]], "triqs.gf.gf": [[947, "module-triqs.gf.gf"]], "triqs.gf.gf.Gf.data": [[958, "triqs-gf-gf-gf-data"]], "triqs.gf.gf.AddMethod.__init__": [[949, "triqs-gf-gf-addmethod-init"]], "triqs.gf.gf.CallProxyNone": [[951, "triqs-gf-gf-callproxynone"]], "triqs.gf.gf.AddMethod.mro": [[950, "triqs-gf-gf-addmethod-mro"]], "triqs.gf.gf.CallProxyNone.__init__": [[952, "triqs-gf-gf-callproxynone-init"]], "triqs.gf.gf.AddMethod": [[948, "triqs-gf-gf-addmethod"]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[961, "triqs-gf-gf-gf-fit-hermitian-tail"]], "triqs.gf.gf.Gf.invert": [[969, "triqs-gf-gf-gf-invert"]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[971, "triqs-gf-gf-gf-is-gf-real-in-tau"]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[962, "triqs-gf-gf-gf-fit-hermitian-tail-on-window"]], "triqs.gf.gf.Gf.indices": [[967, "triqs-gf-gf-gf-indices"]], "triqs.gf.gf.Gf.enforce_discontinuity": [[960, "triqs-gf-gf-gf-enforce-discontinuity"]], "triqs.gf.gf.Gf.rank": [[973, "triqs-gf-gf-gf-rank"]], "triqs.gf.gf.Gf.inverse": [[968, "triqs-gf-gf-gf-inverse"]], "triqs.gf.gf.Gf.real": [[974, "triqs-gf-gf-gf-real"]], "triqs.gf.gf.Gf.mesh": [[972, "triqs-gf-gf-gf-mesh"]], "triqs.gf.gf.Gf.fit_tail": [[963, "triqs-gf-gf-gf-fit-tail"]], "triqs.gf.gf.Gf.fit_tail_on_window": [[964, "triqs-gf-gf-gf-fit-tail-on-window"]], "triqs.gf.gf.Gf.imag": [[966, "triqs-gf-gf-gf-imag"]], "triqs.gf.gf.Gf.from_L_G_R": [[965, "triqs-gf-gf-gf-from-l-g-r"]], "triqs.gf.gf.Gf.is_gf_hermitian": [[970, "triqs-gf-gf-gf-is-gf-hermitian"]], "Hamiltonians": [[586, "hamiltonians"]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[595, "triqs-utility-utilities-exceptions-tuple-tools-etc"]], "Helper functions": [[588, "helper-functions"]], "Fitting data": [[590, "fitting-data"]], "A simple example": [[590, "a-simple-example"]], "Reference": [[590, "reference"], [561, "reference"], [558, "reference"], [562, "reference"], [556, "reference"], [555, "reference"], [557, "reference"], [559, "reference"]], "Reproducibility, provenance": [[592, "reproducibility-provenance"]], "TRIQS code version": [[592, "triqs-code-version"]], "Saving the script in the data archive": [[592, "saving-the-script-in-the-data-archive"]], "From the data to the figures": [[592, "from-the-data-to-the-figures"]], "Exceptions": [[596, "exceptions"]], "[triqs/stat] Statistical Analysis": [[594, "triqs-stat-statistical-analysis"]], "Processing Correlated Data": [[594, "processing-correlated-data"]], "Averages and Standard Errors": [[594, "averages-and-standard-errors"]], "Python include warnings": [[597, "python-include-warnings"]], "Plotting TRIQS objects": [[591, "plotting-triqs-objects"]], "A thin layer above matplotlib": [[591, "a-thin-layer-above-matplotlib"]], "Multiple panels figures": [[591, "multiple-panels-figures"]], "Plot protocol [Advanced]": [[591, "plot-protocol-advanced"]], "Example with options": [[591, "example-with-options"]], "triqs.atom_diag": [[599, "module-triqs.atom_diag"]], "Observables": [[587, "observables"]], "Tuple tools": [[598, "tuple-tools"]], "apply": [[598, "apply"]], "for_each": [[598, "for-each"]], "for_each_zip": [[598, "for-each-zip"]], "map": [[598, "map"]], "fold": [[598, "fold"]], "reverse": [[598, "reverse"]], "called_on_tuple": [[598, "called-on-tuple"]], "Random number generators": [[593, "random-number-generators"]], "Usage": [[593, "usage"], [1865, "usage"], [1869, "usage"]], "Complete documentation/manual/triqs": [[593, "complete-documentation-manual-triqs"]], "triqs.gf.gf.Gf.rebinning_tau": [[975, "triqs-gf-gf-gf-rebinning-tau"]], "triqs.gf.gf.Gf.tau_L2_norm": [[986, "triqs-gf-gf-gf-tau-l2-norm"]], "triqs.gf.gf.Gf.set_from_fourier": [[978, "triqs-gf-gf-gf-set-from-fourier"]], "triqs.gf.gf.Gf.set_from_pade": [[982, "triqs-gf-gf-gf-set-from-pade"]], "triqs.gf.gf.Gf.set_from_imtime": [[980, "triqs-gf-gf-gf-set-from-imtime"]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[977, "triqs-gf-gf-gf-replace-by-tail-in-fit-window"]], "triqs.gf.gf.Gf.replace_by_tail": [[976, "triqs-gf-gf-gf-replace-by-tail"]], "triqs.gf.gf.Gf.target_rank": [[984, "triqs-gf-gf-gf-target-rank"]], "triqs.gf.gf.Gf.set_from_imfreq": [[979, "triqs-gf-gf-gf-set-from-imfreq"]], "triqs.gf.gf.Gf.x_data_view": [[989, "triqs-gf-gf-gf-x-data-view"]], "triqs.gf.gf.Gf.transpose": [[988, "triqs-gf-gf-gf-transpose"]], "triqs.gf.gf.Gf.set_from_legendre": [[981, "triqs-gf-gf-gf-set-from-legendre"]], "triqs.gf.gf.Gf.target_indices": [[983, "triqs-gf-gf-gf-target-indices"]], "triqs.gf.gf.Gf.target_shape": [[985, "triqs-gf-gf-gf-target-shape"]], "triqs.gf.gf.Gf.total_density": [[987, "triqs-gf-gf-gf-total-density"]], "triqs.gf.gf_factories.make_gf_dlr": [[998, "triqs-gf-gf-factories-make-gf-dlr"]], "triqs.gf.gf.Gf.zero": [[990, "triqs-gf-gf-gf-zero"]], "triqs.gf.gf.Idx": [[991, "triqs-gf-gf-idx"]], "triqs.gf.gf_factories.fit_gf_dlr": [[997, "triqs-gf-gf-factories-fit-gf-dlr"]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[999, "triqs-gf-gf-factories-make-gf-dlr-imfreq"]], "triqs.gf.gf.call_factory_from_dict": [[995, "triqs-gf-gf-call-factory-from-dict"]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[1000, "triqs-gf-gf-factories-make-gf-dlr-imtime"]], "triqs.gf.gf_factories.make_gf_imtime": [[1003, "triqs-gf-gf-factories-make-gf-imtime"]], "triqs.gf.gf.Idx.__init__": [[992, "triqs-gf-gf-idx-init"]], "triqs.gf.gf_factories": [[996, "module-triqs.gf.gf_factories"]], "triqs.gf.gf_factories.make_hermitian": [[1004, "triqs-gf-gf-factories-make-hermitian"]], "triqs.gf.gf_factories.make_gf_imfreq": [[1002, "triqs-gf-gf-factories-make-gf-imfreq"]], "triqs.gf.gf.bckwd": [[994, "triqs-gf-gf-bckwd"]], "triqs.gf.gf.add_method_helper": [[993, "triqs-gf-gf-add-method-helper"]], "triqs.gf.gf_factories.make_gf_from_fourier": [[1001, "triqs-gf-gf-factories-make-gf-from-fourier"]], "triqs.gf.gf_fnt.fit_tail": [[1011, "triqs-gf-gf-fnt-fit-tail"]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[1010, "triqs-gf-gf-fnt-fit-hermitian-tail-on-window"]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[1017, "triqs-gf-gf-fnt-replace-by-tail-in-fit-window"]], "triqs.gf.gf_fnt.rebinning_tau": [[1015, "triqs-gf-gf-fnt-rebinning-tau"]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[1009, "triqs-gf-gf-fnt-fit-hermitian-tail"]], "triqs.gf.gf_fnt.fit_tail_on_window": [[1012, "triqs-gf-gf-fnt-fit-tail-on-window"]], "triqs.gf.gf_fnt.enforce_discontinuity": [[1008, "triqs-gf-gf-fnt-enforce-discontinuity"]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[1014, "triqs-gf-gf-fnt-is-gf-real-in-tau"]], "triqs.gf.gf_fnt.set_from_fourier": [[1018, "triqs-gf-gf-fnt-set-from-fourier"]], "triqs.gf.gf_fnt.replace_by_tail": [[1016, "triqs-gf-gf-fnt-replace-by-tail"]], "triqs.gf.gf_fnt.density": [[1007, "triqs-gf-gf-fnt-density"]], "triqs.gf.gf_fnt": [[1006, "module-triqs.gf.gf_fnt"]], "triqs.gf.gf_fnt.set_from_imfreq": [[1019, "triqs-gf-gf-fnt-set-from-imfreq"]], "triqs.gf.gf_fnt.is_gf_hermitian": [[1013, "triqs-gf-gf-fnt-is-gf-hermitian"]], "triqs.gf.gf_factories.make_real_in_tau": [[1005, "triqs-gf-gf-factories-make-real-in-tau"]], "Descriptors": [[561, "descriptors"]], "Tools for GFs": [[564, "tools-for-gfs"]], "HDF5 data scheme": [[558, "hdf5-data-scheme"], [556, "hdf5-data-scheme"], [555, "hdf5-data-scheme"], [557, "hdf5-data-scheme"], [559, "hdf5-data-scheme"], [509, "hdf5-data-scheme"]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[558, "gfrefreq-retarded-green-s-function-in-real-frequencies"]], "StateVector Concept": [[567, "statevector-concept"]], "Reference documentation/manual": [[569, "reference-documentation-manual"], [509, "reference-documentation-manual"]], "[triqs/lattice] Lattice tools": [[569, "triqs-lattice-lattice-tools"]], "Introductory example": [[569, "introductory-example"]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[566, "triqs-hilbert-space-many-body-states-and-hilbert-spaces"]], "Example of use": [[566, "example-of-use"]], "Bravais Lattice": [[568, "bravais-lattice"]], "Operations": [[562, "operations"], [202, "operations"], [554, "operations"]], "shelve / pickle": [[562, "shelve-pickle"], [554, "shelve-pickle"]], "BlockGf: The complete Green\u2019s function": [[562, "blockgf-the-complete-green-s-function"]], "A little example": [[562, "a-little-example"]], "Block access": [[562, "block-access"]], "Iterator": [[562, "iterator"]], "View or copies?": [[562, "view-or-copies"]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[556, "gfimtime-matsubara-green-s-function-in-imaginary-time"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[555, "gfimfreq-matsubara-green-s-function-in-imaginary-frequencies"]], "Fourier and Legendre to Matsubara transforms": [[565, "fourier-and-legendre-to-matsubara-transforms"]], "Time to frequency": [[565, "time-to-frequency"]], "Legendre to Matsubara": [[565, "legendre-to-matsubara"]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[557, "gflegendre-matsubara-green-s-function-with-legendre-polynomials"]], "[GfReTime] Retarded Green\u2019s function in real time": [[559, "gfretime-retarded-green-s-function-in-real-time"]], "triqs.gf.lazy_expressions.all_terminals": [[1033, "triqs-gf-lazy-expressions-all-terminals"]], "triqs.gf.gf_fnt.set_from_imtime": [[1020, "triqs-gf-gf-fnt-set-from-imtime"]], "triqs.gf.lazy_expressions": [[1024, "module-triqs.gf.lazy_expressions"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1031, "triqs-gf-lazy-expressions-lazyexprterminal"]], "triqs.gf.gf_fnt.tau_L2_norm": [[1023, "triqs-gf-gf-fnt-tau-l2-norm"]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[1028, "triqs-gf-lazy-expressions-lazyexpr-get-terminal"]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[1027, "triqs-gf-lazy-expressions-lazyexpr-copy"]], "triqs.gf.lazy_expressions.eval_expr": [[1034, "triqs-gf-lazy-expressions-eval-expr"]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[1029, "triqs-gf-lazy-expressions-lazyexpr-is-terminal"]], "triqs.gf.gf_fnt.set_from_pade": [[1022, "triqs-gf-gf-fnt-set-from-pade"]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[1030, "triqs-gf-lazy-expressions-lazyexpr-set-from"]], "triqs.gf.lazy_expressions.LazyExpr": [[1025, "triqs-gf-lazy-expressions-lazyexpr"]], "triqs.gf.gf_fnt.set_from_legendre": [[1021, "triqs-gf-gf-fnt-set-from-legendre"]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[1032, "triqs-gf-lazy-expressions-lazyexprterminal-init"]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[1026, "triqs-gf-lazy-expressions-lazyexpr-init"]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[1035, "triqs-gf-lazy-expressions-eval-expr-with-context"]], "triqs.gf.lazy_expressions.make_lazy": [[1037, "triqs-gf-lazy-expressions-make-lazy"]], "triqs.gf.mesh_point.MeshPoint": [[1048, "triqs-gf-mesh-point-meshpoint"]], "triqs.gf.matsubara_freq.MatsubaraFreq.index": [[1044, "triqs-gf-matsubara-freq-matsubarafreq-index"]], "triqs.gf.lazy_expressions.transform": [[1038, "triqs-gf-lazy-expressions-transform"]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[1045, "triqs-gf-matsubara-freq-matsubarafreq-real"]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[1042, "triqs-gf-matsubara-freq-matsubarafreq-init"]], "triqs.gf.mesh_point.MeshPoint.__init__": [[1049, "triqs-gf-mesh-point-meshpoint-init"]], "triqs.gf.map_block": [[1039, "module-triqs.gf.map_block"]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[1043, "triqs-gf-matsubara-freq-matsubarafreq-imag"]], "triqs.gf.matsubara_freq": [[1040, "module-triqs.gf.matsubara_freq"]], "triqs.gf.lazy_expressions.lazy_function": [[1036, "triqs-gf-lazy-expressions-lazy-function"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1041, "triqs-gf-matsubara-freq-matsubarafreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[1046, "triqs-gf-matsubara-freq-matsubarafreq-value"]], "triqs.gf.mesh_point": [[1047, "module-triqs.gf.mesh_point"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1052, "triqs-gf-mesh-point-meshvaluegenerator"]], "triqs.gf.mesh_product.MeshProduct.__init__": [[1056, "triqs-gf-mesh-product-meshproduct-init"]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[1061, "triqs-gf-mesh-product-meshproduct-size-of-components"]], "triqs.gf.mesh_product.MeshProduct": [[1055, "triqs-gf-mesh-product-meshproduct"]], "triqs.gf.mesh_product.call_factory_from_dict": [[1063, "triqs-gf-mesh-product-call-factory-from-dict"]], "triqs.gf.meshes": [[1064, "module-triqs.gf.meshes"]], "triqs.gf.mesh_product.MeshProduct.rank": [[1060, "triqs-gf-mesh-product-meshproduct-rank"]], "triqs.gf.mesh_product": [[1054, "module-triqs.gf.mesh_product"]], "triqs.gf.mesh_point.MeshPoint.imag": [[1050, "triqs-gf-mesh-point-meshpoint-imag"]], "triqs.gf.mesh_product.MeshProduct.components": [[1057, "triqs-gf-mesh-product-meshproduct-components"]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[1059, "triqs-gf-mesh-product-meshproduct-copy-from"]], "triqs.gf.mesh_point.MeshPoint.real": [[1051, "triqs-gf-mesh-point-meshpoint-real"]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[1053, "triqs-gf-mesh-point-meshvaluegenerator-init"]], "triqs.gf.mesh_product.MeshProduct.copy": [[1058, "triqs-gf-mesh-product-meshproduct-copy"]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[1062, "triqs-gf-mesh-product-meshproduct-to-data-index"]], "triqs.gf.meshes.MeshBrZone.__init__": [[1066, "triqs-gf-meshes-meshbrzone-init"]], "triqs.gf.meshes.MeshBrZone.closest_index": [[1068, "triqs-gf-meshes-meshbrzone-closest-index"]], "triqs.gf.meshes.MeshBrZone.bz": [[1067, "triqs-gf-meshes-meshbrzone-bz"]], "triqs.gf.meshes.MeshBrZone.copy_from": [[1070, "triqs-gf-meshes-meshbrzone-copy-from"]], "triqs.gf.meshes.MeshBrZone.values": [[1077, "triqs-gf-meshes-meshbrzone-values"]], "triqs.gf.meshes.MeshBrZone.copy": [[1069, "triqs-gf-meshes-meshbrzone-copy"]], "triqs.gf.meshes.MeshCycLat": [[1078, "triqs-gf-meshes-meshcyclat"]], "Parameters (Option 1)": [[1078, "parameters-option-1"], [1065, "parameters-option-1"], [1168, "parameters-option-1"], [1180, "parameters-option-1"]], "Parameters (Option 2)": [[1078, "parameters-option-2"], [1065, "parameters-option-2"], [1168, "parameters-option-2"], [1180, "parameters-option-2"]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[1073, "triqs-gf-meshes-meshbrzone-to-data-index"]], "triqs.gf.meshes.MeshBrZone.to_index": [[1074, "triqs-gf-meshes-meshbrzone-to-index"]], "triqs.gf.meshes.MeshBrZone": [[1065, "triqs-gf-meshes-meshbrzone"]], "triqs.gf.meshes.MeshBrZone.dims": [[1071, "triqs-gf-meshes-meshbrzone-dims"]], "triqs.gf.meshes.MeshBrZone.to_value": [[1075, "triqs-gf-meshes-meshbrzone-to-value"]], "triqs.gf.meshes.MeshCycLat.__init__": [[1079, "triqs-gf-meshes-meshcyclat-init"]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[1072, "triqs-gf-meshes-meshbrzone-mesh-hash"]], "triqs.gf.meshes.MeshBrZone.units": [[1076, "triqs-gf-meshes-meshbrzone-units"]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[1085, "triqs-gf-meshes-meshcyclat-to-data-index"]], "triqs.gf.meshes.MeshCycLat.to_value": [[1087, "triqs-gf-meshes-meshcyclat-to-value"]], "triqs.gf.meshes.MeshCycLat.to_index": [[1086, "triqs-gf-meshes-meshcyclat-to-index"]], "triqs.gf.meshes.MeshCycLat.dims": [[1082, "triqs-gf-meshes-meshcyclat-dims"]], "triqs.gf.meshes.MeshCycLat.copy_from": [[1081, "triqs-gf-meshes-meshcyclat-copy-from"]], "triqs.gf.meshes.MeshDLR.__init__": [[1091, "triqs-gf-meshes-meshdlr-init"]], "triqs.gf.meshes.MeshDLR.copy": [[1093, "triqs-gf-meshes-meshdlr-copy"]], "triqs.gf.meshes.MeshDLR.copy_from": [[1094, "triqs-gf-meshes-meshdlr-copy-from"]], "triqs.gf.meshes.MeshDLR": [[1090, "triqs-gf-meshes-meshdlr"]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[1084, "triqs-gf-meshes-meshcyclat-mesh-hash"]], "triqs.gf.meshes.MeshCycLat.lattice": [[1083, "triqs-gf-meshes-meshcyclat-lattice"]], "triqs.gf.meshes.MeshDLR.beta": [[1092, "triqs-gf-meshes-meshdlr-beta"]], "triqs.gf.meshes.MeshCycLat.copy": [[1080, "triqs-gf-meshes-meshcyclat-copy"]], "triqs.gf.meshes.MeshCycLat.values": [[1089, "triqs-gf-meshes-meshcyclat-values"]], "triqs.gf.meshes.MeshCycLat.units": [[1088, "triqs-gf-meshes-meshcyclat-units"]], "triqs.gf.meshes.MeshDLR.eps": [[1095, "triqs-gf-meshes-meshdlr-eps"]], "triqs.gf.meshes.MeshDLR.w_max": [[1103, "triqs-gf-meshes-meshdlr-w-max"]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[1106, "triqs-gf-meshes-meshdlrimfreq-beta"]], "triqs.gf.meshes.MeshDLR.symmetrize": [[1098, "triqs-gf-meshes-meshdlr-symmetrize"]], "triqs.gf.meshes.MeshDLR.to_index": [[1100, "triqs-gf-meshes-meshdlr-to-index"]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[1109, "triqs-gf-meshes-meshdlrimfreq-eps"]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[1107, "triqs-gf-meshes-meshdlrimfreq-copy"]], "triqs.gf.meshes.MeshDLR.to_data_index": [[1099, "triqs-gf-meshes-meshdlr-to-data-index"]], "triqs.gf.meshes.MeshDLR.to_value": [[1101, "triqs-gf-meshes-meshdlr-to-value"]], "triqs.gf.meshes.MeshDLR.values": [[1102, "triqs-gf-meshes-meshdlr-values"]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[1105, "triqs-gf-meshes-meshdlrimfreq-init"]], "triqs.gf.meshes.MeshDLRImFreq": [[1104, "triqs-gf-meshes-meshdlrimfreq"]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[1096, "triqs-gf-meshes-meshdlr-mesh-hash"]], "triqs.gf.meshes.MeshDLR.statistic": [[1097, "triqs-gf-meshes-meshdlr-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[1108, "triqs-gf-meshes-meshdlrimfreq-copy-from"]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[1119, "triqs-gf-meshes-meshdlrimtime-init"]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[1117, "triqs-gf-meshes-meshdlrimfreq-w-max"]], "triqs.gf.meshes.MeshDLRImFreq.values": [[1116, "triqs-gf-meshes-meshdlrimfreq-values"]], "triqs.gf.meshes.MeshDLRImTime.beta": [[1120, "triqs-gf-meshes-meshdlrimtime-beta"]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[1115, "triqs-gf-meshes-meshdlrimfreq-to-value"]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[1110, "triqs-gf-meshes-meshdlrimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[1111, "triqs-gf-meshes-meshdlrimfreq-statistic"]], "triqs.gf.meshes.MeshDLRImTime": [[1118, "triqs-gf-meshes-meshdlrimtime"]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[1122, "triqs-gf-meshes-meshdlrimtime-copy-from"]], "triqs.gf.meshes.MeshDLRImFreq.symmetrize": [[1112, "triqs-gf-meshes-meshdlrimfreq-symmetrize"]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[1114, "triqs-gf-meshes-meshdlrimfreq-to-index"]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[1113, "triqs-gf-meshes-meshdlrimfreq-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[1124, "triqs-gf-meshes-meshdlrimtime-mesh-hash"]], "triqs.gf.meshes.MeshDLRImTime.eps": [[1123, "triqs-gf-meshes-meshdlrimtime-eps"]], "triqs.gf.meshes.MeshDLRImTime.copy": [[1121, "triqs-gf-meshes-meshdlrimtime-copy"]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[1125, "triqs-gf-meshes-meshdlrimtime-statistic"]], "triqs.gf.meshes.MeshDLRImTime.symmetrize": [[1126, "triqs-gf-meshes-meshdlrimtime-symmetrize"]], "triqs.gf.meshes.MeshImFreq.beta": [[1134, "triqs-gf-meshes-meshimfreq-beta"]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[1131, "triqs-gf-meshes-meshdlrimtime-w-max"]], "triqs.gf.meshes.MeshDLRImTime.values": [[1130, "triqs-gf-meshes-meshdlrimtime-values"]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[1127, "triqs-gf-meshes-meshdlrimtime-to-data-index"]], "triqs.gf.meshes.MeshImFreq.first_index": [[1137, "triqs-gf-meshes-meshimfreq-first-index"]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[1129, "triqs-gf-meshes-meshdlrimtime-to-value"]], "triqs.gf.meshes.MeshImFreq.__init__": [[1133, "triqs-gf-meshes-meshimfreq-init"]], "triqs.gf.meshes.MeshImFreq.last_index": [[1138, "triqs-gf-meshes-meshimfreq-last-index"]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[1128, "triqs-gf-meshes-meshdlrimtime-to-index"]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1139, "triqs-gf-meshes-meshimfreq-mesh-hash"]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1136, "triqs-gf-meshes-meshimfreq-copy-from"]], "triqs.gf.meshes.MeshImFreq": [[1132, "triqs-gf-meshes-meshimfreq"]], "triqs.gf.meshes.MeshImFreq.copy": [[1135, "triqs-gf-meshes-meshimfreq-copy"]], "triqs.gf.meshes.MeshImTime.beta": [[1150, "triqs-gf-meshes-meshimtime-beta"]], "triqs.gf.meshes.MeshImFreq.n_iw": [[1140, "triqs-gf-meshes-meshimfreq-n-iw"]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1153, "triqs-gf-meshes-meshimtime-mesh-hash"]], "triqs.gf.meshes.MeshImTime.copy": [[1151, "triqs-gf-meshes-meshimtime-copy"]], "triqs.gf.meshes.MeshImTime": [[1148, "triqs-gf-meshes-meshimtime"]], "triqs.gf.meshes.MeshImFreq.to_index": [[1145, "triqs-gf-meshes-meshimfreq-to-index"]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1144, "triqs-gf-meshes-meshimfreq-to-data-index"]], "triqs.gf.meshes.MeshImFreq.statistic": [[1143, "triqs-gf-meshes-meshimfreq-statistic"]], "triqs.gf.meshes.MeshImTime.statistic": [[1154, "triqs-gf-meshes-meshimtime-statistic"]], "triqs.gf.meshes.MeshImFreq.values": [[1147, "triqs-gf-meshes-meshimfreq-values"]], "triqs.gf.meshes.MeshImTime.__init__": [[1149, "triqs-gf-meshes-meshimtime-init"]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1142, "triqs-gf-meshes-meshimfreq-set-tail-fit-parameters"]], "triqs.gf.meshes.MeshImTime.copy_from": [[1152, "triqs-gf-meshes-meshimtime-copy-from"]], "triqs.gf.meshes.MeshImFreq.to_value": [[1146, "triqs-gf-meshes-meshimfreq-to-value"]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1141, "triqs-gf-meshes-meshimfreq-positive-only"]], "triqs.gf.meshes.MeshImTime.to_value": [[1157, "triqs-gf-meshes-meshimtime-to-value"]], "triqs.gf.meshes.MeshImTime.values": [[1158, "triqs-gf-meshes-meshimtime-values"]], "triqs.gf.meshes.MeshLegendre.beta": [[1161, "triqs-gf-meshes-meshlegendre-beta"]], "triqs.gf.meshes.MeshReFreq": [[1168, "triqs-gf-meshes-meshrefreq"]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1163, "triqs-gf-meshes-meshlegendre-copy-from"]], "triqs.gf.meshes.MeshLegendre.statistic": [[1165, "triqs-gf-meshes-meshlegendre-statistic"]], "triqs.gf.meshes.MeshReFreq.__init__": [[1169, "triqs-gf-meshes-meshrefreq-init"]], "triqs.gf.meshes.MeshLegendre.copy": [[1162, "triqs-gf-meshes-meshlegendre-copy"]], "triqs.gf.meshes.MeshLegendre.to_index": [[1167, "triqs-gf-meshes-meshlegendre-to-index"]], "triqs.gf.meshes.MeshLegendre.__init__": [[1160, "triqs-gf-meshes-meshlegendre-init"]], "triqs.gf.meshes.MeshLegendre": [[1159, "triqs-gf-meshes-meshlegendre"]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1166, "triqs-gf-meshes-meshlegendre-to-data-index"]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1155, "triqs-gf-meshes-meshimtime-to-data-index"]], "triqs.gf.meshes.MeshImTime.to_index": [[1156, "triqs-gf-meshes-meshimtime-to-index"]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1164, "triqs-gf-meshes-meshlegendre-mesh-hash"]], "triqs.gf.meshes.MeshReTime.delta": [[1184, "triqs-gf-meshes-meshretime-delta"]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1174, "triqs-gf-meshes-meshrefreq-to-data-index"]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1171, "triqs-gf-meshes-meshrefreq-copy-from"]], "triqs.gf.meshes.MeshReFreq.delta": [[1172, "triqs-gf-meshes-meshrefreq-delta"]], "triqs.gf.meshes.MeshReFreq.copy": [[1170, "triqs-gf-meshes-meshrefreq-copy"]], "triqs.gf.meshes.MeshReFreq.values": [[1177, "triqs-gf-meshes-meshrefreq-values"]], "triqs.gf.meshes.MeshReFreq.w_max": [[1178, "triqs-gf-meshes-meshrefreq-w-max"]], "triqs.gf.meshes.MeshReTime.copy_from": [[1183, "triqs-gf-meshes-meshretime-copy-from"]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1173, "triqs-gf-meshes-meshrefreq-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.to_value": [[1176, "triqs-gf-meshes-meshrefreq-to-value"]], "triqs.gf.meshes.MeshReFreq.w_min": [[1179, "triqs-gf-meshes-meshrefreq-w-min"]], "triqs.gf.meshes.MeshReTime": [[1180, "triqs-gf-meshes-meshretime"]], "triqs.gf.meshes.MeshReFreq.to_index": [[1175, "triqs-gf-meshes-meshrefreq-to-index"]], "triqs.gf.meshes.MeshReTime.__init__": [[1181, "triqs-gf-meshes-meshretime-init"]], "triqs.gf.meshes.MeshReTime.copy": [[1182, "triqs-gf-meshes-meshretime-copy"]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1188, "triqs-gf-meshes-meshretime-to-data-index"]], "triqs.gf.plot.bz.generate_points": [[1196, "triqs-gf-plot-bz-generate-points"]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1185, "triqs-gf-meshes-meshretime-mesh-hash"]], "triqs.gf.meshes.MeshReTime.to_index": [[1189, "triqs-gf-meshes-meshretime-to-index"]], "triqs.gf.plot.bz.dist": [[1195, "triqs-gf-plot-bz-dist"]], "triqs.gf.meshes.MeshReTime.t_max": [[1186, "triqs-gf-meshes-meshretime-t-max"]], "triqs.gf.plot.bz": [[1194, "module-triqs.gf.plot.bz"]], "triqs.gf.meshes.MeshReTime.t_min": [[1187, "triqs-gf-meshes-meshretime-t-min"]], "triqs.gf.meshes.make_adjoint_mesh": [[1192, "triqs-gf-meshes-make-adjoint-mesh"]], "triqs.gf.plot.bz.generate_points_on_path": [[1197, "triqs-gf-plot-bz-generate-points-on-path"]], "triqs.gf.meshes.MeshReTime.values": [[1191, "triqs-gf-meshes-meshretime-values"]], "triqs.gf.plot": [[1193, "module-triqs.gf.plot"]], "triqs.gf.plot.bz.length": [[1198, "triqs-gf-plot-bz-length"]], "triqs.gf.meshes.MeshReTime.to_value": [[1190, "triqs-gf-meshes-meshretime-to-value"]], "triqs.gf.plot.bz.make_plottable": [[1199, "triqs-gf-plot-bz-make-plottable"]], "triqs.gf.plot.bz_x_x.plot": [[1203, "triqs-gf-plot-bz-x-x-plot"]], "triqs.gf.plot.one_var.imfreq": [[1209, "triqs-gf-plot-one-var-imfreq"]], "triqs.gf.plot.plot_base": [[1214, "module-triqs.gf.plot.plot_base"]], "triqs.gf.plot.one_var.imtime": [[1210, "triqs-gf-plot-one-var-imtime"]], "triqs.gf.plot.one_var.retime": [[1213, "triqs-gf-plot-one-var-retime"]], "triqs.gf.plot.one_var.legendre": [[1211, "triqs-gf-plot-one-var-legendre"]], "triqs.gf.plot.bz.slice_on_path": [[1201, "triqs-gf-plot-bz-slice-on-path"]], "triqs.gf.plot.dispatcher": [[1205, "triqs-gf-plot-dispatcher"]], "triqs.gf.plot.one_var": [[1206, "module-triqs.gf.plot.one_var"]], "triqs.gf.plot.one_var.dlr_imfreq": [[1207, "triqs-gf-plot-one-var-dlr-imfreq"]], "triqs.gf.plot.one_var.dlr_imtime": [[1208, "triqs-gf-plot-one-var-dlr-imtime"]], "triqs.gf.plot.bz.plot": [[1200, "triqs-gf-plot-bz-plot"]], "triqs.gf.plot.one_var.refreq": [[1212, "triqs-gf-plot-one-var-refreq"]], "triqs.gf.plot.bz_x_x": [[1202, "module-triqs.gf.plot.bz_x_x"]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1204, "triqs-gf-plot-bz-x-x-plottable-slice-along-path"]], "triqs.gf.tools": [[1222, "module-triqs.gf.tools"]], "triqs.gf.tools.dyson": [[1226, "triqs-gf-tools-dyson"]], "triqs.gf.tools.conjugate": [[1223, "triqs-gf-tools-conjugate"]], "triqs.gf.tools.make_delta": [[1229, "triqs-gf-tools-make-delta"]], "triqs.gf.plot.select_indices.closest_to": [[1218, "triqs-gf-plot-select-indices-closest-to"]], "triqs.gf.plot.select_indices.select_path_indices": [[1221, "triqs-gf-plot-select-indices-select-path-indices"]], "triqs.gf.tools.fit_legendre": [[1227, "triqs-gf-tools-fit-legendre"]], "triqs.gf.plot.select_indices.dist": [[1219, "triqs-gf-plot-select-indices-dist"]], "triqs.gf.tools.delta": [[1224, "triqs-gf-tools-delta"]], "triqs.gf.tools.inverse": [[1228, "triqs-gf-tools-inverse"]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1217, "triqs-gf-plot-select-indices-closest-point-in-line"]], "triqs.gf.plot.plot_base.plot_base": [[1215, "triqs-gf-plot-plot-base-plot-base"]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1220, "triqs-gf-plot-select-indices-pick-selection-vec"]], "triqs.gf.plot.select_indices": [[1216, "module-triqs.gf.plot.select_indices"]], "triqs.gf.tools.discretize_bath": [[1225, "triqs-gf-tools-discretize-bath"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1240, "triqs-gf-wrapped-aux-callproxybrzone-2-init"]], "triqs.gf.tools.write_gf_to_txt": [[1233, "triqs-gf-tools-write-gf-to-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1241, "triqs-gf-wrapped-aux-callproxybrzone-3"]], "triqs.gf.wrapped_aux": [[1234, "module-triqs.gf.wrapped_aux"]], "triqs.gf.tools.make_zero_tail": [[1230, "triqs-gf-tools-make-zero-tail"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1239, "triqs-gf-wrapped-aux-callproxybrzone-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1243, "triqs-gf-wrapped-aux-callproxybrzone-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1242, "triqs-gf-wrapped-aux-callproxybrzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1237, "triqs-gf-wrapped-aux-callproxybrzone-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1236, "triqs-gf-wrapped-aux-callproxybrzone-0-init"]], "triqs.gf.tools.read_gf_from_txt": [[1231, "triqs-gf-tools-read-gf-from-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1238, "triqs-gf-wrapped-aux-callproxybrzone-1-init"]], "triqs.gf.tools.transpose": [[1232, "triqs-gf-tools-transpose"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1244, "triqs-gf-wrapped-aux-callproxybrzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1235, "triqs-gf-wrapped-aux-callproxybrzone-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1248, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1245, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1251, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1257, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1258, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1249, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1246, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1250, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1253, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1255, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1254, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1256, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1259, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1247, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1252, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1263, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1269, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1264, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1272, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1266, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1265, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1268, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1271, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1270, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1273, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1260, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1261, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1274, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1262, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1267, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1289, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1284, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1276, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1285, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1278, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__": [[1288, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1287, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1279, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1280, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1277, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1282, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1283, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1275, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__": [[1286, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1281, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1300, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1296, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1304, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1293, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1291, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__": [[1292, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1299, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1298, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__init__": [[1294, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1302, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1301, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1295, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1297, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__": [[1290, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1303, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1313, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1305, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1318, "triqs-gf-wrapped-aux-callproxycyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1317, "triqs-gf-wrapped-aux-callproxycyclat-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1309, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1315, "triqs-gf-wrapped-aux-callproxycyclat-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1316, "triqs-gf-wrapped-aux-callproxycyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1314, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1308, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1306, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1311, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1319, "triqs-gf-wrapped-aux-callproxycyclat-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1307, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1310, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1312, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1327, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1321, "triqs-gf-wrapped-aux-callproxycyclat-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1326, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1328, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1320, "triqs-gf-wrapped-aux-callproxycyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1334, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1333, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1323, "triqs-gf-wrapped-aux-callproxycyclat-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1329, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1332, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1330, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1331, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1322, "triqs-gf-wrapped-aux-callproxycyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1325, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1324, "triqs-gf-wrapped-aux-callproxycyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1344, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1347, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1338, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1336, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1335, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1341, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1346, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1349, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1340, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1343, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1345, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1337, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1348, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1342, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1339, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1362, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1355, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1363, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1358, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1359, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1361, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1350, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1357, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1356, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1360, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1364, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1352, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1354, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1351, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1353, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1376, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1369, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__init__": [[1374, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__": [[1370, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__": [[1372, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1378, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1371, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1379, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__": [[1368, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1373, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1367, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__": [[1366, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1365, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1377, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1375, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1383, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1392, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1389, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1391, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1387, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1394, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1386, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1388, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1390, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1385, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1380, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1382, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1381, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1393, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1384, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1399, "triqs-gf-wrapped-aux-callproxydlr-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1407, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1397, "triqs-gf-wrapped-aux-callproxydlr-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1401, "triqs-gf-wrapped-aux-callproxydlr-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1398, "triqs-gf-wrapped-aux-callproxydlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1402, "triqs-gf-wrapped-aux-callproxydlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1400, "triqs-gf-wrapped-aux-callproxydlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1395, "triqs-gf-wrapped-aux-callproxydlr-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1396, "triqs-gf-wrapped-aux-callproxydlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1404, "triqs-gf-wrapped-aux-callproxydlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1405, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1408, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1403, "triqs-gf-wrapped-aux-callproxydlr-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1406, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1409, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1418, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1420, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1416, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1414, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1423, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1413, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1424, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1415, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1419, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1422, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1421, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1412, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1417, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1410, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1411, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1436, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1428, "triqs-gf-wrapped-aux-callproxyimfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1430, "triqs-gf-wrapped-aux-callproxyimfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1429, "triqs-gf-wrapped-aux-callproxyimfreq-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1434, "triqs-gf-wrapped-aux-callproxyimfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1432, "triqs-gf-wrapped-aux-callproxyimfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1439, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1425, "triqs-gf-wrapped-aux-callproxyimfreq-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1427, "triqs-gf-wrapped-aux-callproxyimfreq-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1433, "triqs-gf-wrapped-aux-callproxyimfreq-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1426, "triqs-gf-wrapped-aux-callproxyimfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1431, "triqs-gf-wrapped-aux-callproxyimfreq-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1435, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1438, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1437, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1452, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1440, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1446, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1450, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1454, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1453, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1447, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1445, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1442, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1443, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1449, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1451, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1441, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1444, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1448, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1465, "triqs-gf-wrapped-aux-callproxyimtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1466, "triqs-gf-wrapped-aux-callproxyimtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1458, "triqs-gf-wrapped-aux-callproxyimtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1461, "triqs-gf-wrapped-aux-callproxyimtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1460, "triqs-gf-wrapped-aux-callproxyimtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1459, "triqs-gf-wrapped-aux-callproxyimtime-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1462, "triqs-gf-wrapped-aux-callproxyimtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1468, "triqs-gf-wrapped-aux-callproxyimtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1457, "triqs-gf-wrapped-aux-callproxyimtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1464, "triqs-gf-wrapped-aux-callproxyimtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1463, "triqs-gf-wrapped-aux-callproxyimtime-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1455, "triqs-gf-wrapped-aux-callproxyimtime-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1456, "triqs-gf-wrapped-aux-callproxyimtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1467, "triqs-gf-wrapped-aux-callproxyimtime-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1469, "triqs-gf-wrapped-aux-callproxyimtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1473, "triqs-gf-wrapped-aux-callproxyimtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1471, "triqs-gf-wrapped-aux-callproxyimtime-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1477, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1478, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1482, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1483, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1474, "triqs-gf-wrapped-aux-callproxyimtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1479, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1475, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1480, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1476, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1484, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1472, "triqs-gf-wrapped-aux-callproxyimtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1470, "triqs-gf-wrapped-aux-callproxyimtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1481, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1488, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1494, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1485, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1487, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1491, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1486, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1499, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1493, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1490, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1498, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1495, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1497, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1492, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1496, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1489, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1500, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1510, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1507, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1503, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1508, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1513, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1511, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1506, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1501, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1509, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1502, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1512, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1514, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1505, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1504, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1523, "triqs-gf-wrapped-aux-callproxylegendre-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1527, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__": [[1520, "triqs-gf-wrapped-aux-callproxylegendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1517, "triqs-gf-wrapped-aux-callproxylegendre-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1515, "triqs-gf-wrapped-aux-callproxylegendre-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1521, "triqs-gf-wrapped-aux-callproxylegendre-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1519, "triqs-gf-wrapped-aux-callproxylegendre-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__": [[1516, "triqs-gf-wrapped-aux-callproxylegendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__": [[1526, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1529, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__": [[1528, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1525, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__": [[1518, "triqs-gf-wrapped-aux-callproxylegendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__": [[1524, "triqs-gf-wrapped-aux-callproxylegendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__": [[1522, "triqs-gf-wrapped-aux-callproxylegendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__": [[1532, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1535, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1543, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__init__": [[1544, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__": [[1530, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__": [[1534, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__": [[1536, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__": [[1542, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1537, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__": [[1540, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1539, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1533, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1541, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__": [[1538, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1531, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1553, "triqs-gf-wrapped-aux-callproxyrefreq-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1559, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1547, "triqs-gf-wrapped-aux-callproxyrefreq-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1555, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1551, "triqs-gf-wrapped-aux-callproxyrefreq-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1552, "triqs-gf-wrapped-aux-callproxyrefreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1550, "triqs-gf-wrapped-aux-callproxyrefreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1548, "triqs-gf-wrapped-aux-callproxyrefreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1545, "triqs-gf-wrapped-aux-callproxyrefreq-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1556, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1554, "triqs-gf-wrapped-aux-callproxyrefreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1558, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1557, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1546, "triqs-gf-wrapped-aux-callproxyrefreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1549, "triqs-gf-wrapped-aux-callproxyrefreq-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1573, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1571, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1566, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1569, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1574, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1570, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1568, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1563, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1567, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1572, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1562, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1565, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1560, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1564, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1561, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1576, "triqs-gf-wrapped-aux-callproxyretime-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1589, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1584, "triqs-gf-wrapped-aux-callproxyretime-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1575, "triqs-gf-wrapped-aux-callproxyretime-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1578, "triqs-gf-wrapped-aux-callproxyretime-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1587, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1583, "triqs-gf-wrapped-aux-callproxyretime-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1588, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1577, "triqs-gf-wrapped-aux-callproxyretime-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1579, "triqs-gf-wrapped-aux-callproxyretime-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1582, "triqs-gf-wrapped-aux-callproxyretime-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1586, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1585, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1581, "triqs-gf-wrapped-aux-callproxyretime-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1580, "triqs-gf-wrapped-aux-callproxyretime-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1602, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1599, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1594, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1592, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1601, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1591, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1590, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1595, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1598, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1604, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1593, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1596, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1597, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1600, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1603, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4"]], "triqs.lattice": [[1606, "module-triqs.lattice"]], "triqs.lattice.bz_patch.BZPatch.dos": [[1610, "triqs-lattice-bz-patch-bzpatch-dos"]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1613, "triqs-lattice-lattice-tools-bravaislattice-init"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1612, "triqs-lattice-lattice-tools-bravaislattice"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1618, "triqs-lattice-lattice-tools-bravaislattice-orbital-positions"]], "triqs.lattice.lattice_tools": [[1611, "module-triqs.lattice.lattice_tools"]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1614, "triqs-lattice-lattice-tools-bravaislattice-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1616, "triqs-lattice-lattice-tools-bravaislattice-ndim"]], "triqs.lattice.bz_patch": [[1607, "module-triqs.lattice.bz_patch"]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1619, "triqs-lattice-lattice-tools-bravaislattice-units"]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1609, "triqs-lattice-bz-patch-bzpatch-init"]], "triqs.lattice.bz_patch.BZPatch": [[1608, "triqs-lattice-bz-patch-bzpatch"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1617, "triqs-lattice-lattice-tools-bravaislattice-orbital-names"]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1615, "triqs-lattice-lattice-tools-bravaislattice-n-orbitals"]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1605, "triqs-gf-wrapped-aux-set-from-gf-data-mul-lr"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1620, "triqs-lattice-lattice-tools-brillouinzone"]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1624, "triqs-lattice-lattice-tools-brillouinzone-units"]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1632, "triqs-lattice-lattice-tools-tightbinding-overlap-mat-vec"]], "triqs.lattice.lattice_tools.TightBinding": [[1625, "triqs-lattice-lattice-tools-tightbinding"]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1627, "triqs-lattice-lattice-tools-tightbinding-dispersion"]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1630, "triqs-lattice-lattice-tools-tightbinding-lattice"]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1631, "triqs-lattice-lattice-tools-tightbinding-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1621, "triqs-lattice-lattice-tools-brillouinzone-init"]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1623, "triqs-lattice-lattice-tools-brillouinzone-ndim"]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1628, "triqs-lattice-lattice-tools-tightbinding-displ-vec"]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1622, "triqs-lattice-lattice-tools-brillouinzone-lattice"]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1626, "triqs-lattice-lattice-tools-tightbinding-init"]], "triqs.lattice.lattice_tools.dos_patch": [[1634, "triqs-lattice-lattice-tools-dos-patch"]], "triqs.lattice.lattice_tools.dos": [[1633, "triqs-lattice-lattice-tools-dos"]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1629, "triqs-lattice-lattice-tools-tightbinding-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1645, "triqs-lattice-super-lattice-tbsuperlattice-dispersion"]], "triqs.lattice.point.LatticePoint": [[1636, "triqs-lattice-point-latticepoint"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1640, "triqs-lattice-super-lattice-tbsuperlattice"]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1648, "triqs-lattice-super-lattice-tbsuperlattice-get-kmesh"]], "triqs.lattice.point": [[1635, "module-triqs.lattice.point"]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1646, "triqs-lattice-super-lattice-tbsuperlattice-fold"]], "triqs.lattice.point.LatticePoint.value": [[1638, "triqs-lattice-point-latticepoint-value"]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1649, "triqs-lattice-super-lattice-tbsuperlattice-get-rmesh"]], "triqs.lattice.point.LatticePoint.__init__": [[1637, "triqs-lattice-point-latticepoint-init"]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1641, "triqs-lattice-super-lattice-tbsuperlattice-init"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1643, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-sl-to-l"]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1647, "triqs-lattice-super-lattice-tbsuperlattice-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1644, "triqs-lattice-super-lattice-tbsuperlattice-cluster-sites"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1642, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-l-to-sl"]], "triqs.lattice.super_lattice": [[1639, "module-triqs.lattice.super_lattice"]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1656, "triqs-lattice-super-lattice-tbsuperlattice-pack-index-site-orbital"]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1651, "triqs-lattice-super-lattice-tbsuperlattice-lattice-to-real-coordinates"]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1650, "triqs-lattice-super-lattice-tbsuperlattice-hoppings"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1655, "triqs-lattice-super-lattice-tbsuperlattice-orbital-positions"]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1657, "triqs-lattice-super-lattice-tbsuperlattice-units"]], "triqs.lattice.tight_binding": [[1659, "module-triqs.lattice.tight_binding"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1654, "triqs-lattice-super-lattice-tbsuperlattice-orbital-names"]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1661, "triqs-lattice-tight-binding-tblattice-init"]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1653, "triqs-lattice-super-lattice-tbsuperlattice-ndim"]], "triqs.lattice.tight_binding.TBLattice": [[1660, "triqs-lattice-tight-binding-tblattice"]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1652, "triqs-lattice-super-lattice-tbsuperlattice-n-orbitals"]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1658, "triqs-lattice-super-lattice-tbsuperlattice-unpack-index-site-orbital"]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1664, "triqs-lattice-tight-binding-tblattice-get-kmesh"]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1662, "triqs-lattice-tight-binding-tblattice-dispersion"]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1663, "triqs-lattice-tight-binding-tblattice-fourier"]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1679, "triqs-lattice-utils-extend-wannier90-to-spin"]], "triqs.lattice.utils.TB_to_sympy": [[1678, "triqs-lattice-utils-tb-to-sympy"]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1666, "triqs-lattice-tight-binding-tblattice-hoppings"]], "triqs.lattice.utils.TB_from_wannier90": [[1677, "triqs-lattice-utils-tb-from-wannier90"]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1670, "triqs-lattice-tight-binding-tblattice-orbital-names"]], "triqs.lattice.tight_binding.dos": [[1673, "triqs-lattice-tight-binding-dos"]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1668, "triqs-lattice-tight-binding-tblattice-n-orbitals"]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1671, "triqs-lattice-tight-binding-tblattice-orbital-positions"]], "triqs.lattice.utils.TB_from_pythTB": [[1676, "triqs-lattice-utils-tb-from-pythtb"]], "triqs.lattice.tight_binding.dos_patch": [[1674, "triqs-lattice-tight-binding-dos-patch"]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1669, "triqs-lattice-tight-binding-tblattice-ndim"]], "triqs.lattice.tight_binding.TBLattice.units": [[1672, "triqs-lattice-tight-binding-tblattice-units"]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1667, "triqs-lattice-tight-binding-tblattice-lattice-to-real-coordinates"]], "triqs.lattice.utils": [[1675, "module-triqs.lattice.utils"]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1665, "triqs-lattice-tight-binding-tblattice-get-rmesh"]], "triqs.lattice.utils.k_space_path": [[1680, "triqs-lattice-utils-k-space-path"]], "triqs.operators.operators.Operator.__init__": [[1686, "triqs-operators-operators-operator-init"]], "triqs.operators": [[1683, "module-triqs.operators"]], "triqs.operators.operators.n": [[1694, "triqs-operators-operators-n"]], "triqs.operators.operators.c_dag": [[1691, "triqs-operators-operators-c-dag"]], "triqs.operators.operators.Operator.imag": [[1687, "triqs-operators-operators-operator-imag"]], "triqs.operators.operators.dagger": [[1692, "triqs-operators-operators-dagger"]], "triqs.operators.operators": [[1684, "module-triqs.operators.operators"]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1682, "triqs-lattice-utils-parse-lattice-vectors-from-wannier90-wout"]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1681, "triqs-lattice-utils-parse-hopping-from-wannier90-hr-dat"]], "triqs.operators.operators.c": [[1690, "triqs-operators-operators-c"]], "triqs.operators.operators.is_op_hermitian": [[1693, "triqs-operators-operators-is-op-hermitian"]], "triqs.operators.operators.Operator.is_zero": [[1688, "triqs-operators-operators-operator-is-zero"]], "triqs.operators.operators.Operator.real": [[1689, "triqs-operators-operators-operator-real"]], "triqs.operators.operators.Operator": [[1685, "triqs-operators-operators-operator"]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1705, "triqs-operators-util-u-matrix-reduce-4index-to-2index"]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1704, "triqs-operators-util-u-matrix-radial-integrals-to-u-j"]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1708, "triqs-operators-util-u-matrix-t2g-submatrix"]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1697, "triqs-operators-util-u-matrix-u-j-to-radial-integrals"]], "triqs.operators.util.U_matrix.cubic_names": [[1702, "triqs-operators-util-u-matrix-cubic-names"]], "triqs.operators.util.U_matrix.eg_submatrix": [[1703, "triqs-operators-util-u-matrix-eg-submatrix"]], "triqs.operators.util": [[1695, "module-triqs.operators.util"]], "triqs.operators.util.U_matrix": [[1696, "module-triqs.operators.util.U_matrix"]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1706, "triqs-operators-util-u-matrix-spherical-to-cubic"]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1700, "triqs-operators-util-u-matrix-angular-matrix-element"]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1698, "triqs-operators-util-u-matrix-u-matrix-kanamori"]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1699, "triqs-operators-util-u-matrix-u-matrix-slater"]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1701, "triqs-operators-util-u-matrix-clebsch-gordan"]], "triqs.operators.util.U_matrix.subarray": [[1707, "triqs-operators-util-u-matrix-subarray"]], "triqs.operators.util.U_matrix.three_j_symbol": [[1709, "triqs-operators-util-u-matrix-three-j-symbol"]], "triqs.operators.util.hamiltonians.diagonal_part": [[1722, "triqs-operators-util-hamiltonians-diagonal-part"]], "triqs.operators.util.extractors.dict_to_matrix": [[1713, "triqs-operators-util-extractors-dict-to-matrix"]], "triqs.operators.util.extractors.extract_U_dict4": [[1715, "triqs-operators-util-extractors-extract-u-dict4"]], "triqs.operators.util.extractors": [[1711, "module-triqs.operators.util.extractors"]], "triqs.operators.util.extractors.extract_U_dict2": [[1714, "triqs-operators-util-extractors-extract-u-dict2"]], "triqs.operators.util.hamiltonians.backward_compat": [[1721, "triqs-operators-util-hamiltonians-backward-compat"]], "triqs.operators.util.extractors.block_matrix_from_op": [[1712, "triqs-operators-util-extractors-block-matrix-from-op"]], "triqs.operators.util.extractors.extract_h_dict": [[1716, "triqs-operators-util-extractors-extract-h-dict"]], "triqs.operators.util.extractors.op_from_block_matrix": [[1717, "triqs-operators-util-extractors-op-from-block-matrix"]], "triqs.operators.util.extractors.quadratic_terms": [[1718, "triqs-operators-util-extractors-quadratic-terms"]], "triqs.operators.util.hamiltonians": [[1720, "module-triqs.operators.util.hamiltonians"]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1724, "triqs-operators-util-hamiltonians-h-int-kanamori"]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1710, "triqs-operators-util-u-matrix-transform-u-matrix"]], "triqs.operators.util.hamiltonians.h_int_density": [[1723, "triqs-operators-util-hamiltonians-h-int-density"]], "triqs.operators.util.extractors.quartic_terms": [[1719, "triqs-operators-util-extractors-quartic-terms"]], "triqs.operators.util.hamiltonians.make_operator_real": [[1726, "triqs-operators-util-hamiltonians-make-operator-real"]], "triqs.operators.util.hamiltonians.h_int_slater": [[1725, "triqs-operators-util-hamiltonians-h-int-slater"]], "triqs.operators.util.op_struct": [[1735, "module-triqs.operators.util.op_struct"]], "triqs.operators.util.observables.check_backward_compat": [[1734, "triqs-operators-util-observables-check-backward-compat"]], "triqs.plot.mpl_interface": [[1739, "module-triqs.plot.mpl_interface"]], "triqs.operators.util.observables": [[1727, "module-triqs.operators.util.observables"]], "triqs.operators.util.observables.L_op": [[1730, "triqs-operators-util-observables-l-op"]], "triqs.operators.util.observables.N_op": [[1731, "triqs-operators-util-observables-n-op"]], "triqs.operators.util.op_struct.get_mkind": [[1736, "triqs-operators-util-op-struct-get-mkind"]], "triqs.plot": [[1738, "module-triqs.plot"]], "triqs.operators.util.op_struct.set_operator_structure": [[1737, "triqs-operators-util-op-struct-set-operator-structure"]], "triqs.operators.util.observables.LS_op": [[1729, "triqs-operators-util-observables-ls-op"]], "triqs.operators.util.observables.S2_op": [[1732, "triqs-operators-util-observables-s2-op"]], "triqs.operators.util.observables.L2_op": [[1728, "triqs-operators-util-observables-l2-op"]], "triqs.operators.util.observables.S_op": [[1733, "triqs-operators-util-observables-s-op"]], "triqs.random_generator.random_generator.random_generator_names_list": [[1751, "triqs-random-generator-random-generator-random-generator-names-list"]], "triqs.plot.mpl_interface.oploti": [[1741, "triqs-plot-mpl-interface-oploti"]], "triqs.plot.mpl_interface.use_amsmath": [[1743, "triqs-plot-mpl-interface-use-amsmath"]], "triqs.plot.protocol.clip_array": [[1745, "triqs-plot-protocol-clip-array"]], "triqs.stat.histogram": [[1753, "module-triqs.stat.histogram"]], "triqs.random_generator.RandomGenerator.__init__": [[1749, "triqs-random-generator-randomgenerator-init"]], "triqs.plot.protocol.plot_protocol_apply": [[1746, "triqs-plot-protocol-plot-protocol-apply"]], "triqs.plot.protocol": [[1744, "module-triqs.plot.protocol"]], "triqs.random_generator.RandomGenerator": [[1748, "triqs-random-generator-randomgenerator"]], "triqs.stat.histogram.plot": [[1754, "triqs-stat-histogram-plot"]], "triqs.random_generator": [[1747, "module-triqs.random_generator"]], "triqs.plot.mpl_interface.oplot": [[1740, "triqs-plot-mpl-interface-oplot"]], "triqs.random_generator.random_generator": [[1750, "module-triqs.random_generator.random_generator"]], "triqs.plot.mpl_interface.oplotr": [[1742, "triqs-plot-mpl-interface-oplotr"]], "triqs.stat": [[1752, "module-triqs.stat"]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1763, "triqs-stat-histograms-histogram-n-lost-pts"]], "triqs.stat.histograms": [[1755, "module-triqs.stat.histograms"]], "triqs.sumk.sumk_discrete": [[1767, "module-triqs.sumk.sumk_discrete"]], "triqs.stat.histograms.Histogram.mesh_point": [[1761, "triqs-stat-histograms-histogram-mesh-point"]], "triqs.sumk": [[1766, "module-triqs.sumk"]], "triqs.stat.histograms.pdf": [[1765, "triqs-stat-histograms-pdf"]], "triqs.stat.histograms.Histogram.limits": [[1760, "triqs-stat-histograms-histogram-limits"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1768, "triqs-sumk-sumk-discrete-sumkdiscrete"]], "triqs.stat.histograms.Histogram.data": [[1759, "triqs-stat-histograms-histogram-data"]], "triqs.stat.histograms.Histogram.n_data_pts": [[1762, "triqs-stat-histograms-histogram-n-data-pts"]], "triqs.stat.histograms.Histogram.clear": [[1758, "triqs-stat-histograms-histogram-clear"]], "triqs.stat.histograms.cdf": [[1764, "triqs-stat-histograms-cdf"]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1769, "triqs-sumk-sumk-discrete-sumkdiscrete-gfblocindices"]], "triqs.stat.histograms.Histogram": [[1756, "triqs-stat-histograms-histogram"]], "triqs.stat.histograms.Histogram.__init__": [[1757, "triqs-stat-histograms-histogram-init"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1777, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-init"]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1771, "triqs-sumk-sumk-discrete-sumkdiscrete-n-kpts"]], "triqs.utility.bound_and_bisect.determine_bounds": [[1783, "triqs-utility-bound-and-bisect-determine-bounds"]], "triqs.utility.capture_stdout": [[1784, "module-triqs.utility.capture_stdout"]], "triqs.utility": [[1780, "module-triqs.utility"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1774, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1776, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-recompute-grid"]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1782, "triqs-utility-bound-and-bisect-bound-and-bisect"]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1770, "triqs-sumk-sumk-discrete-sumkdiscrete-init"]], "triqs.utility.bound_and_bisect": [[1781, "module-triqs.utility.bound_and_bisect"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1778, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-n-kpts"]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1772, "triqs-sumk-sumk-discrete-sumkdiscrete-resize-arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1773, "module-triqs.sumk.sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1779, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-resize-arrays"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1775, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-gfblocindices"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1795, "triqs-utility-dist-on-nodes-distributiononnodes-sleeptime"]], "triqs.utility.dichotomy": [[1791, "module-triqs.utility.dichotomy"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1799, "triqs-utility-dist-on-nodes-distributiononnodesonestack-sleeptime"]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1787, "triqs-utility-comparison-tests-assert-arrays-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1797, "triqs-utility-dist-on-nodes-distributiononnodes-run"]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1790, "triqs-utility-comparison-tests-assert-gfs-are-close"]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1788, "triqs-utility-comparison-tests-assert-block2-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1798, "triqs-utility-dist-on-nodes-distributiononnodesonestack"]], "triqs.utility.dichotomy.dichotomy": [[1792, "triqs-utility-dichotomy-dichotomy"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1796, "triqs-utility-dist-on-nodes-distributiononnodes-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1794, "triqs-utility-dist-on-nodes-distributiononnodes"]], "triqs.utility.comparison_tests": [[1785, "module-triqs.utility.comparison_tests"]], "triqs.utility.dist_on_nodes": [[1793, "module-triqs.utility.dist_on_nodes"]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1786, "triqs-utility-comparison-tests-assert-array-close-to-scalar"]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1789, "triqs-utility-comparison-tests-assert-block-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1812, "triqs-utility-dist-on-nodes-distributiononnodestest-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1802, "triqs-utility-dist-on-nodes-distributiononnodesonestack-result"]], "triqs.utility.h5diff.compare": [[1814, "triqs-utility-h5diff-compare"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1801, "triqs-utility-dist-on-nodes-distributiononnodesonestack-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1803, "triqs-utility-dist-on-nodes-distributiononnodesonestack-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1810, "triqs-utility-dist-on-nodes-distributiononnodestest-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1806, "triqs-utility-dist-on-nodes-distributiononnodestest-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1807, "triqs-utility-dist-on-nodes-distributiononnodestest-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1811, "triqs-utility-dist-on-nodes-distributiononnodestest-the-function"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1805, "triqs-utility-dist-on-nodes-distributiononnodestest"]], "triqs.utility.h5diff": [[1813, "module-triqs.utility.h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1809, "triqs-utility-dist-on-nodes-distributiononnodestest-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1800, "triqs-utility-dist-on-nodes-distributiononnodesonestack-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1808, "triqs-utility-dist-on-nodes-distributiononnodestest-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1804, "triqs-utility-dist-on-nodes-distributiononnodesonestack-treate"]], "triqs.utility.mpi_mpi4py.all_reduce": [[1819, "triqs-utility-mpi-mpi4py-all-reduce"]], "triqs.utility.mpi.check_for_mpi": [[1817, "triqs-utility-mpi-check-for-mpi"]], "Returns:": [[1817, "returns"]], "triqs.utility.mpi_mpi4py": [[1818, "module-triqs.utility.mpi_mpi4py"]], "triqs.utility.mpi_mpi4py.is_master_node": [[1822, "triqs-utility-mpi-mpi4py-is-master-node"]], "triqs.utility.mpi": [[1816, "module-triqs.utility.mpi"]], "triqs.utility.mpi_mpi4py.myprint_err": [[1824, "triqs-utility-mpi-mpi4py-myprint-err"]], "triqs.utility.mpi_mpi4py.report": [[1827, "triqs-utility-mpi-mpi4py-report"]], "triqs.utility.mpi_mpi4py.barrier": [[1820, "triqs-utility-mpi-mpi4py-barrier"]], "triqs.utility.mpi_mpi4py.send": [[1828, "triqs-utility-mpi-mpi4py-send"]], "triqs.utility.mpi_mpi4py.bcast": [[1821, "triqs-utility-mpi-mpi4py-bcast"]], "triqs.utility.mpi_mpi4py.myprint_out": [[1825, "triqs-utility-mpi-mpi4py-myprint-out"]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1823, "triqs-utility-mpi-mpi4py-master-gets-host-names"]], "triqs.utility.mpi_mpi4py.slice_array": [[1829, "triqs-utility-mpi-mpi4py-slice-array"]], "triqs.utility.h5diff.h5diff": [[1815, "triqs-utility-h5diff-h5diff"]], "triqs.utility.mpi_mpi4py.recv": [[1826, "triqs-utility-mpi-mpi4py-recv"]], "triqs.utility.mpi_nompi.report": [[1841, "triqs-utility-mpi-nompi-report"]], "triqs.utility.mpi_mpi4py.slice_inf": [[1830, "triqs-utility-mpi-mpi4py-slice-inf"]], "triqs.utility.redirect": [[1844, "module-triqs.utility.redirect"]], "triqs.utility.mpi_nompi.all_reduce": [[1833, "triqs-utility-mpi-nompi-all-reduce"]], "triqs.utility.mpi_nompi.myprint_out": [[1839, "triqs-utility-mpi-nompi-myprint-out"]], "triqs.utility.mpi_nompi.barrier": [[1834, "triqs-utility-mpi-nompi-barrier"]], "triqs.utility.mpi_nompi.myprint_err": [[1838, "triqs-utility-mpi-nompi-myprint-err"]], "triqs.utility.mpi_nompi.slice_array": [[1843, "triqs-utility-mpi-nompi-slice-array"]], "triqs.utility.mpi_mpi4py.slice_sup": [[1831, "triqs-utility-mpi-mpi4py-slice-sup"]], "triqs.utility.mpi_nompi.is_master_node": [[1836, "triqs-utility-mpi-nompi-is-master-node"]], "triqs.utility.mpi_nompi": [[1832, "module-triqs.utility.mpi_nompi"]], "triqs.utility.mpi_nompi.bcast": [[1835, "triqs-utility-mpi-nompi-bcast"]], "triqs.utility.mpi_nompi.send": [[1842, "triqs-utility-mpi-nompi-send"]], "triqs.utility.mpi_nompi.recv": [[1840, "triqs-utility-mpi-nompi-recv"]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1837, "triqs-utility-mpi-nompi-master-gets-host-names"]], "triqs.utility.redirect.T.stop": [[1859, "triqs-utility-redirect-t-stop"]], "triqs.utility.redirect.T.name": [[1853, "triqs-utility-redirect-t-name"]], "triqs.utility.redirect.T.native_id": [[1854, "triqs-utility-redirect-t-native-id"]], "triqs.utility.redirect.T.ident": [[1849, "triqs-utility-redirect-t-ident"]], "triqs.utility.redirect.T.daemon": [[1847, "triqs-utility-redirect-t-daemon"]], "triqs.utility.redirect.T.join": [[1852, "triqs-utility-redirect-t-join"]], "triqs.utility.redirect.T.__init__": [[1846, "triqs-utility-redirect-t-init"]], "triqs.utility.redirect.T.isDaemon": [[1850, "triqs-utility-redirect-t-isdaemon"]], "triqs.utility.redirect.T.setName": [[1857, "triqs-utility-redirect-t-setname"]], "triqs.utility.redirect.T": [[1845, "triqs-utility-redirect-t"]], "triqs.utility.redirect.T.run": [[1855, "triqs-utility-redirect-t-run"]], "triqs.utility.redirect.T.setDaemon": [[1856, "triqs-utility-redirect-t-setdaemon"]], "triqs.utility.redirect.T.getName": [[1848, "triqs-utility-redirect-t-getname"]], "triqs.utility.redirect.T.start": [[1858, "triqs-utility-redirect-t-start"]], "triqs.utility.redirect.T.is_alive": [[1851, "triqs-utility-redirect-t-is-alive"]], "Using the clang compiler": [[1865, "using-the-clang-compiler"]], "Get and install clang on linux": [[1865, "get-and-install-clang-on-linux"]], "libclang": [[1865, "libclang"]], "Python Virtual Environments": [[1869, "python-virtual-environments"]], "Compiling a package from source": [[1869, "compiling-a-package-from-source"]], "A complete list of requirements": [[1870, "a-complete-list-of-requirements"]], "C++ compilers": [[1870, "c-compilers"]], "Tools and Libraries": [[1870, "tools-and-libraries"]], "Building the TRIQS documentation": [[1870, "building-the-triqs-documentation"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1868, "prerequisites-for-the-triqs-compilation-on-mac-os-x"]], "Installation of the dependencies": [[1868, "installation-of-the-dependencies"]], "User guide": [[1873, "user-guide"]], "Why use TRIQS?": [[1873, "why-use-triqs"]], "Python Tutorials": [[1873, "python-tutorials"]], "A quick tour in C++": [[1873, "a-quick-tour-in-c"]], "Packaged Versions of TRIQS": [[1864, "packaged-versions-of-triqs"]], "Ubuntu Debian packages": [[1864, "ubuntu-debian-packages"]], "Anaconda": [[1864, "anaconda"]], "Docker": [[1864, "docker"]], "Apptainer": [[1864, "apptainer"]], "Binder": [[1864, "binder"]], "Compiling TRIQS from source using EasyBuild": [[1864, "compiling-triqs-from-source-using-easybuild"]], "Compiling TRIQS from source (Advanced)": [[1864, "compiling-triqs-from-source-advanced"]], "Prerequisites": [[1864, "prerequisites"]], "Installation steps": [[1864, "installation-steps"]], "Environment setup": [[1864, "environment-setup"]], "Further reading": [[1864, "further-reading"]], "Installing required libraries on Ubuntu": [[1871, "installing-required-libraries-on-ubuntu"]], "Issues": [[1871, "issues"]], "Welcome": [[1863, "welcome"]], "TRIQS 3.3": [[1863, null]], "TRIQS applications": [[1863, "triqs-applications"]], "Core libraries": [[1863, "core-libraries"]], "Numerical Algorithms": [[1863, "numerical-algorithms"]], "TRIQS Community": [[1863, "triqs-community"]], "Where to start?": [[1863, "where-to-start"]], "Unix environment variables": [[1866, "unix-environment-variables"]], "Common environment variables": [[1866, "common-environment-variables"]], "Environment variables for software developement": [[1866, "environment-variables-for-software-developement"]], "Environment variables affecting OpenMP": [[1866, "environment-variables-affecting-openmp"]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1872, "guide-for-porting-your-application-to-triqs-3-0-and-python-3"]], "Preparation": [[1872, "preparation"]], "Port your Python files to Python 3": [[1872, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1872, "porting-ipython-notebooks"]], "Floor division": [[1872, "floor-division"]], "Porting to TRIQS 3.0": [[1872, "porting-to-triqs-3-0"]], "Regenerate desc files": [[1872, "regenerate-desc-files"]], "Update app4triqs skeleton": [[1872, "update-app4triqs-skeleton"]], "Final Steps": [[1872, "final-steps"]], "Frequently-asked questions": [[1862, "frequently-asked-questions"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1862, "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?": [[1862, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "triqs.utility.redirect.stop_redirect": [[1861, "triqs-utility-redirect-stop-redirect"]], "Customizing your installation": [[1867, "customizing-your-installation"]], "cmake options": [[1867, "cmake-options"]], "Multidimensional arrays": [[1874, "multidimensional-arrays"]], "Declaring and printing an array": [[1874, "declaring-and-printing-an-array"]], "Simple operations": [[1874, "simple-operations"]], "HDF5 Archiving": [[1874, "hdf5-archiving"]], "Views: ranges and slices": [[1874, "views-ranges-and-slices"]], "Matrices and vectors": [[1874, "matrices-and-vectors"]], "Defining through a lazy expression": [[1874, "defining-through-a-lazy-expression"]], "Linear algebra": [[1874, "linear-algebra"]], "Map and fold": [[1874, "map-and-fold"]], "triqs.utility.redirect.start_redirect": [[1860, "triqs-utility-redirect-start-redirect"]], "Using TRIQS in your own C++ project": [[1879, "using-triqs-in-your-own-c-project"]], "det_manip: Determinant manipulations for CTQMC": [[1875, "det-manip-determinant-manipulations-for-ctqmc"]], "Creation of an empty det_manip class": [[1875, "creation-of-an-empty-det-manip-class"]], "Creation of a non empty det_manip class": [[1875, "creation-of-a-non-empty-det-manip-class"]], "Get information about a det_manip class": [[1875, "get-information-about-a-det-manip-class"]], "Add a line and a column": [[1875, "add-a-line-and-a-column"]], "Remove a line and a column": [[1875, "remove-a-line-and-a-column"]], "Add two lines and two columns": [[1875, "add-two-lines-and-two-columns"]], "Remove two lines and two columns": [[1875, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1875, "remove-add-the-one-two-last-lines-and-columns"]], "Replace one line and column": [[1875, "replace-one-line-and-column"]], "Matsubara Green\u2019s functions": [[1876, "matsubara-green-s-functions"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1876, "creation-of-a-simple-green-s-function-g-i-omega"]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1876, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1876, "imaginary-time-green-s-functions-g-tau"]], "Real-time Green\u2019s functions G(t)": [[1876, "real-time-green-s-functions-g-t"]], "Creation of a two real time GF G(t,t')": [[1876, "creation-of-a-two-real-time-gf-g-t-t"]], "How to fill a GF with placeholders": [[1876, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1876, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "Learn more about Python, ipython and the notebook": [[1884, "learn-more-about-python-ipython-and-the-notebook"]], "Model DMFT": [[1885, "model-dmft"]], "Writing you own C++ code with TRIQS": [[1881, "writing-you-own-c-code-with-triqs"]], "A simple C++ project, with its tests and documentation": [[1881, "a-simple-c-project-with-its-tests-and-documentation"]], "A mixed C++/Python project": [[1881, "a-mixed-c-python-project"]], "Basics": [[1882, "basics"]], "Dynamical mean-field theory on a Bethe lattice": [[1883, "dynamical-mean-field-theory-on-a-bethe-lattice"]], "Green\u2019s function and HDF5 files": [[1877, "green-s-function-and-hdf5-files"]], "A tight-binding model on a square lattice": [[1886, "a-tight-binding-model-on-a-square-lattice"]], "Conventions for TRIQS applications": [[1878, "conventions-for-triqs-applications"]], "Source structure": [[1878, "source-structure"]], "Install structure": [[1878, "install-structure"]], "Build structure": [[1878, "build-structure"]], "Profiling in C++ and Python": [[1880, "profiling-in-c-and-python"]], "Version compatibility": [[1924, "version-compatibility"]], "TRIQS version numbering": [[1924, "triqs-version-numbering"]], "TRIQS applications version numbering": [[1924, "triqs-applications-version-numbering"]], "How to determine the version of the installed TRIQS library": [[1924, "how-to-determine-the-version-of-the-installed-triqs-library"]], "Two-particle Response": [[1923, "two-particle-response"]], "itertools::range::size": [[60, "itertools-range-size"]], "itertools::sentinel_t": [[62, "itertools-sentinel-t"]], "Public members": [[62, "public-members"], [14, "public-members"], [20, "public-members"], [35, "public-members"], [42, "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"]], "itertools::range::step": [[61, "itertools-range-step"]], "itertools::range::operator<<": [[58, "itertools-range-operator"]], "Returns": [[58, "returns"], [63, "returns"], [13, "returns"], [12, "returns"], [18, "returns"], [16, "returns"], [19, "returns"], [21, "returns"], [24, "returns"], [33, "returns"], [30, "returns"], [29, "returns"], [32, "returns"], [31, "returns"], [34, "returns"], [36, "returns"], [44, "returns"], [40, "returns"], [47, "returns"], [48, "returns"], [46, "returns"], [51, "returns"], [57, "returns"], [52, "returns"], [65, "returns"], [68, "returns"], [74, "returns"], [70, "returns"], [71, "returns"], [76, "returns"], [81, "returns"], [78, "returns"], [86, "returns"], [83, "returns"], [92, "returns"], [89, "returns"], [93, "returns"], [98, "returns"], [95, "returns"], [100, "returns"], [102, "returns"], [106, "returns"], [109, "returns"], [116, "returns"], [117, "returns"], [122, "returns"], [126, "returns"], [127, "returns"], [125, "returns"], [130, "returns"], [132, "returns"], [133, "returns"], [136, "returns"], [141, "returns"], [138, "returns"], [137, "returns"], [147, "returns"], [142, "returns"], [148, "returns"], [150, "returns"], [156, "returns"], [160, "returns"], [163, "returns"], [165, "returns"], [166, "returns"], [167, "returns"], [168, "returns"], [173, "returns"], [181, "returns"], [182, "returns"], [180, "returns"], [191, "returns"], [195, "returns"], [192, "returns"], [193, "returns"], [194, "returns"], [199, "returns"], [200, "returns"], [198, "returns"], [196, "returns"], [197, "returns"], [265, "returns"], [267, "returns"], [266, "returns"], [264, "returns"], [311, "returns"], [312, "returns"], [310, "returns"], [325, "returns"], [324, "returns"], [327, "returns"], [338, "returns"], [337, "returns"], [336, "returns"], [344, "returns"], [341, "returns"], [340, "returns"], [349, "returns"], [348, "returns"], [353, "returns"], [357, "returns"], [352, "returns"], [356, "returns"], [359, "returns"], [360, "returns"], [358, "returns"], [369, "returns"], [374, "returns"], [372, "returns"], [373, "returns"], [371, "returns"], [379, "returns"], [377, "returns"], [381, "returns"], [384, "returns"], [387, "returns"], [383, "returns"], [382, "returns"], [385, "returns"], [393, "returns"], [392, "returns"], [390, "returns"], [396, "returns"], [397, "returns"], [395, "returns"], [399, "returns"], [394, "returns"], [403, "returns"], [405, "returns"], [404, "returns"], [410, "returns"], [411, "returns"], [406, "returns"], [409, "returns"], [417, "returns"], [414, "returns"], [412, "returns"], [424, "returns"], [441, "returns"], [438, "returns"], [440, "returns"], [464, "returns"], [463, "returns"], [465, "returns"], [467, "returns"], [469, "returns"], [471, "returns"], [468, "returns"], [466, "returns"], [470, "returns"], [477, "returns"], [473, "returns"], [481, "returns"], [480, "returns"], [482, "returns"], [485, "returns"], [488, "returns"], [486, "returns"], [489, "returns"], [484, "returns"], [487, "returns"], [496, "returns"], [497, "returns"], [498, "returns"], [490, "returns"], [492, "returns"], [493, "returns"], [494, "returns"], [491, "returns"], [495, "returns"]], "itertools::range::operator==": [[59, "itertools-range-operator"]], "itertools::slice": [[63, "itertools-slice"]], "Classes": [[11, "classes"], [108, "classes"], [162, "classes"], [201, "classes"], [250, "classes"], [334, "classes"], [415, "classes"], [459, "classes"]], "Functions": [[11, "functions"], [108, "functions"], [162, "functions"], [250, "functions"], [334, "functions"], [415, "functions"], [459, "functions"]], "itertools::enum_iter": [[14, "itertools-enum-iter"]], "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"], [453, "member-functions"], [460, "member-functions"], [474, "member-functions"], [532, "member-functions"], [551, "member-functions"], [550, "member-functions"]], "itertools::distance": [[13, "itertools-distance"]], "itertools::enum_iter::constructor": [[15, "itertools-enum-iter-constructor"]], "itertools::chunk_range": [[12, "itertools-chunk-range"]], "itertools::enum_iter::operator==": [[18, "itertools-enum-iter-operator"]], "itertools::enum_iter::dereference": [[16, "itertools-enum-iter-dereference"]], "itertools::enum_iter::increment": [[17, "itertools-enum-iter-increment"]], "itertools::enumerate": [[19, "itertools-enumerate"]], "itertools::enumerated": [[20, "itertools-enumerated"]], "itertools::enumerated::begin": [[21, "itertools-enumerated-begin"]], "itertools::foreach": [[26, "itertools-foreach"]], "itertools::enumerated::end": [[24, "itertools-enumerated-end"]], "itertools::enumerated::operator==": [[25, "itertools-enumerated-operator"]], "itertools::iterator_facade": [[27, "itertools-iterator-facade"]], "itertools::enumerated::cend": [[23, "itertools-enumerated-cend"]], "itertools::enumerated::cbegin": [[22, "itertools-enumerated-cbegin"]], "itertools::iterator_facade": [[28, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference"]], "itertools::make_sentinel": [[33, "itertools-make-sentinel"]], "itertools::iterator_facade::operator++": [[30, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::iterator_facade::operator*": [[29, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::make_product": [[32, "itertools-make-product"]], "itertools::iterator_facade::operator->": [[31, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::multiplied::cend": [[38, "itertools-multiplied-cend"]], "itertools::make_vector_from_range": [[34, "itertools-make-vector-from-range"]], "itertools::multiplied": [[35, "itertools-multiplied"]], "itertools::multiplied::cbegin": [[37, "itertools-multiplied-cbegin"]], "itertools::multiplied::begin": [[36, "itertools-multiplied-begin"]], "itertools::multiplied::constructor": [[39, "itertools-multiplied-constructor"]], "itertools::prod_iter::increment": [[45, "itertools-prod-iter-increment"]], "itertools::prod_iter": [[42, "itertools-prod-iter"]], "itertools::prod_iter::dereference": [[44, "itertools-prod-iter-dereference"]], "itertools::multiplied::end": [[40, "itertools-multiplied-end"]], "itertools::prod_iter::constructor": [[43, "itertools-prod-iter-constructor"]], "itertools::multiplied::operator==": [[41, "itertools-multiplied-operator"]], "itertools::product": [[47, "itertools-product"]], "itertools::range::begin": [[50, "itertools-range-begin"]], "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"], [474, "non-member-functions"], [550, "non-member-functions"]], "itertools::product_range": [[48, "itertools-product-range"]], "itertools::prod_iter::operator==": [[46, "itertools-prod-iter-operator"]], "itertools::range::cbegin": [[51, "itertools-range-cbegin"]], "itertools::range::last": [[56, "itertools-range-last"]], "itertools::range::end": [[54, "itertools-range-end"]], "itertools::range::operator+": [[57, "itertools-range-operator"]], "itertools::range::constructor": [[53, "itertools-range-constructor"]], "itertools::range::first": [[55, "itertools-range-first"]], "itertools::range::cend": [[52, "itertools-range-cend"]], "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::sliced::cbegin": [[66, "itertools-sliced-cbegin"]], "itertools::stride_iter::dereference": [[74, "itertools-stride-iter-dereference"]], "itertools::stride_iter": [[72, "itertools-stride-iter"]], "itertools::sliced::size": [[70, "itertools-sliced-size"]], "itertools::stride": [[71, "itertools-stride"]], "itertools::stride_iter::constructor": [[73, "itertools-stride-iter-constructor"]], "itertools::stride_iter::increment": [[75, "itertools-stride-iter-increment"]], "itertools::strided::cend": [[80, "itertools-strided-cend"]], "itertools::strided::cbegin": [[79, "itertools-strided-cbegin"]], "itertools::stride_iter::operator==": [[76, "itertools-stride-iter-operator"]], "itertools::strided": [[77, "itertools-strided"]], "itertools::strided::end": [[81, "itertools-strided-end"]], "itertools::strided::begin": [[78, "itertools-strided-begin"]], "itertools::transform_iter": [[84, "itertools-transform-iter"]], "itertools::transform_iter::increment": [[87, "itertools-transform-iter-increment"]], "itertools::transform_iter::dereference": [[86, "itertools-transform-iter-dereference"]], "itertools::transform": [[83, "itertools-transform"]], "itertools::transform_iter::constructor": [[85, "itertools-transform-iter-constructor"]], "itertools::strided::operator==": [[82, "itertools-strided-operator"]], "itertools::transformed": [[90, "itertools-transformed"]], "itertools::transform_iter::operator=": [[88, "itertools-transform-iter-operator"]], "itertools::transformed::cbegin": [[92, "itertools-transformed-cbegin"]], "itertools::transformed::begin": [[91, "itertools-transformed-begin"]], "itertools::transform_iter::operator==": [[89, "itertools-transform-iter-operator"]], "itertools::transformed::cend": [[93, "itertools-transformed-cend"]], "itertools::zip_iter::constructor": [[97, "itertools-zip-iter-constructor"]], "itertools::zip_iter::dereference": [[98, "itertools-zip-iter-dereference"]], "itertools::zip_iter::increment": [[99, "itertools-zip-iter-increment"]], "itertools::zip_iter": [[96, "itertools-zip-iter"]], "itertools::transformed::end": [[94, "itertools-transformed-end"]], "itertools::zip": [[95, "itertools-zip"]], "itertools::zipped": [[101, "itertools-zipped"]], "itertools::zip_iter::operator==": [[100, "itertools-zip-iter-operator"]], "itertools::zipped::constructor": [[105, "itertools-zipped-constructor"]], "itertools::zipped::begin": [[102, "itertools-zipped-begin"]], "itertools::zipped::cbegin": [[103, "itertools-zipped-cbegin"]], "itertools::zipped::cend": [[104, "itertools-zipped-cend"]], "mpi::all_gather": [[110, "mpi-all-gather"]], "itertools::zipped::operator==": [[107, "itertools-zipped-operator"]], "itertools::zipped::end": [[106, "itertools-zipped-end"]], "mpi::all_equal": [[109, "mpi-all-equal"]], "mpi::all_reduce": [[111, "mpi-all-reduce"]], "mpi::broadcast": [[113, "mpi-broadcast"]], "mpi::chunk": [[116, "mpi-chunk"]], "mpi::chunk_length": [[117, "mpi-chunk-length"]], "mpi::all_reduce_in_place": [[112, "mpi-all-reduce-in-place"]], "mpi::broadcast_range": [[114, "mpi-broadcast-range"]], "mpi::check_mpi_call": [[115, "mpi-check-mpi-call"]], "mpi::communicator::constructor": [[121, "mpi-communicator-constructor"]], "mpi::communicator::barrier": [[120, "mpi-communicator-barrier"]], "mpi::communicator::duplicate": [[122, "mpi-communicator-duplicate"]], "mpi::communicator::free": [[123, "mpi-communicator-free"]], "mpi::communicator::abort": [[119, "mpi-communicator-abort"]], "mpi::communicator": [[118, "mpi-communicator"]], "mpi::environment::constructor": [[129, "mpi-environment-constructor"]], "mpi::communicator::size": [[126, "mpi-communicator-size"]], "mpi::environment": [[128, "mpi-environment"]], "mpi::communicator::get": [[124, "mpi-communicator-get"]], "mpi::communicator::split": [[127, "mpi-communicator-split"]], "mpi::communicator::rank": [[125, "mpi-communicator-rank"]], "mpi::gather": [[130, "mpi-gather"]], "mpi::lazy": [[134, "mpi-lazy"]], "mpi::lazy::invoke": [[135, "mpi-lazy-invoke"]], "mpi::get_mpi_type": [[132, "mpi-get-mpi-type"]], "mpi::is_initialized": [[133, "mpi-is-initialized"]], "mpi::gather_range": [[131, "mpi-gather-range"]], "mpi::lazy::shape": [[136, "mpi-lazy-shape"]], "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::monitor::constructor": [[140, "mpi-monitor-constructor"]], "mpi::map_C_function": [[137, "mpi-map-c-function"]], "mpi::monitor::report_local_event": [[145, "mpi-monitor-report-local-event"]], "mpi::monitor::operator=": [[144, "mpi-monitor-operator"]], "mpi::monitor::finalize_communications": [[143, "mpi-monitor-finalize-communications"]], "mpi::mpi_gather": [[147, "mpi-mpi-gather"]], "mpi::mpi_broadcast": [[146, "mpi-mpi-broadcast"]], "mpi::monitor::event_on_any_rank": [[142, "mpi-monitor-event-on-any-rank"]], "mpi::mpi_type": [[151, "mpi-mpi-type"]], "mpi::mpi_reduce": [[148, "mpi-mpi-reduce"]], "mpi::mpi_scatter": [[150, "mpi-mpi-scatter"]], "mpi::mpi_type": [[153, "mpi-mpi-type-constt"]], "mpi::mpi_type": [[152, "mpi-mpi-type-t"]], "mpi::mpi_reduce_in_place": [[149, "mpi-mpi-reduce-in-place"]], "mpi::reduce_in_place": [[157, "mpi-reduce-in-place"]], "mpi::mpi_type_from_tie": [[155, "mpi-mpi-type-from-tie"]], "mpi::mpi_type>": [[154, "mpi-mpi-type-std-tuple-t"]], "mpi::reduce_in_place_range": [[158, "mpi-reduce-in-place-range"]], "mpi::reduce": [[156, "mpi-reduce"]], "mpi::reduce_range": [[159, "mpi-reduce-range"]], "triqs::atom_diag": [[162, "triqs-atom-diag"]], "Type aliases": [[162, "type-aliases"], [250, "type-aliases"], [334, "type-aliases"]], "mpi::scatter_range": [[161, "mpi-scatter-range"]], "triqs::atom_diag::atom_diag": [[164, "triqs-atom-diag-atom-diag"]], "mpi::scatter": [[160, "mpi-scatter"]], "triqs::atom_diag::act": [[163, "triqs-atom-diag-act"]], "triqs::atom_diag::atom_diag::c_connection": [[165, "triqs-atom-diag-atom-diag-c-connection"]], "triqs::atom_diag::atom_diag::constructor": [[169, "triqs-atom-diag-atom-diag-constructor"]], "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::c_matrix": [[166, "triqs-atom-diag-atom-diag-c-matrix"]], "triqs::atom_diag::atom_diag::cdag_connection": [[167, "triqs-atom-diag-atom-diag-cdag-connection"]], "triqs::atom_diag::atom_diag::cdag_matrix": [[168, "triqs-atom-diag-atom-diag-cdag-matrix"]], "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_full_hilbert_space": [[176, "triqs-atom-diag-atom-diag-get-full-hilbert-space"]], "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_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_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_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_subspace_dims": [[184, "triqs-atom-diag-atom-diag-get-subspace-dims"]], "triqs::atom_diag::atom_diag::get_unitary_matrix": [[186, "triqs-atom-diag-atom-diag-get-unitary-matrix"]], "triqs::atom_diag::atom_diag::get_unitary_matrices": [[185, "triqs-atom-diag-atom-diag-get-unitary-matrices"]], "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_subspace_index": [[188, "triqs-atom-diag-atom-diag-get-vacuum-subspace-index"]], "triqs::atom_diag::atom_diag::get_vacuum_state": [[187, "triqs-atom-diag-atom-diag-get-vacuum-state"]], "triqs::atom_diag::atomic_density_matrix": [[191, "triqs-atom-diag-atomic-density-matrix"]], "triqs::atom_diag::atomic_g_tau": [[195, "triqs-atom-diag-atomic-g-tau"]], "triqs::atom_diag::atomic_g_iw": [[192, "triqs-atom-diag-atomic-g-iw"]], "triqs::atom_diag::atomic_g_l": [[193, "triqs-atom-diag-atomic-g-l"]], "triqs::atom_diag::atomic_g_lehmann": [[194, "triqs-atom-diag-atomic-g-lehmann"]], "triqs::atom_diag::atom_diag::n_subspaces": [[190, "triqs-atom-diag-atom-diag-n-subspaces"]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[199, "triqs-atom-diag-quantum-number-eigenvalues-checked"]], "triqs::atom_diag::trace_rho_op": [[200, "triqs-atom-diag-trace-rho-op"]], "triqs::atom_diag::quantum_number_eigenvalues": [[198, "triqs-atom-diag-quantum-number-eigenvalues"]], "triqs::atom_diag::atomic_g_w": [[196, "triqs-atom-diag-atomic-g-w"]], "triqs::atom_diag::partition_function": [[197, "triqs-atom-diag-partition-function"]], "triqs::det_manip": [[201, "triqs-det-manip"]], "triqs::det_manip::det_manip::change_col": [[203, "triqs-det-manip-det-manip-change-col"]], "triqs::det_manip::det_manip::complete_operation": [[206, "triqs-det-manip-det-manip-complete-operation"]], "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": [[202, "triqs-det-manip-det-manip"]], "triqs::det_manip::det_manip::constructor": [[207, "triqs-det-manip-det-manip-constructor"]], "triqs::det_manip::det_manip::get_singular_threshold": [[213, "triqs-det-manip-det-manip-get-singular-threshold"]], "triqs::det_manip::det_manip::get_precision_warning": [[212, "triqs-det-manip-det-manip-get-precision-warning"]], "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_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::h5_write": [[219, "triqs-det-manip-det-manip-h5-write"]], "triqs::det_manip::det_manip::get_y": [[216, "triqs-det-manip-det-manip-get-y"]], "triqs::det_manip::det_manip::get_y_internal_order": [[217, "triqs-det-manip-det-manip-get-y-internal-order"]], "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::h5_read": [[218, "triqs-det-manip-det-manip-h5-read"]], "triqs::det_manip::det_manip::inverse_matrix": [[224, "triqs-det-manip-det-manip-inverse-matrix"]], "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::insert2": [[221, "triqs-det-manip-det-manip-insert2"]], "triqs::det_manip::det_manip::inverse_matrix_internal_order": [[225, "triqs-det-manip-det-manip-inverse-matrix-internal-order"]], "triqs::det_manip::det_manip::insert_at_end": [[223, "triqs-det-manip-det-manip-insert-at-end"]], "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::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::remove2": [[230, "triqs-det-manip-det-manip-remove2"]], "triqs::det_manip::det_manip::set_precision_error": [[236, "triqs-det-manip-det-manip-set-precision-error"]], "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::set_precision_warning": [[237, "triqs-det-manip-det-manip-set-precision-warning"]], "triqs::det_manip::det_manip::reserve": [[233, "triqs-det-manip-det-manip-reserve"]], "triqs::det_manip::det_manip::roll_matrix": [[234, "triqs-det-manip-det-manip-roll-matrix"]], "triqs::det_manip::det_manip::swap_col": [[240, "triqs-det-manip-det-manip-swap-col"]], "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::try_change_col_row": [[243, "triqs-det-manip-det-manip-try-change-col-row"]], "triqs::det_manip::det_manip::size": [[239, "triqs-det-manip-det-manip-size"]], "triqs::det_manip::det_manip::set_singular_threshold": [[238, "triqs-det-manip-det-manip-set-singular-threshold"]], "triqs::det_manip::det_manip::try_insert_k": [[246, "triqs-det-manip-det-manip-try-insert-k"]], "triqs::det_manip::det_manip::try_remove": [[248, "triqs-det-manip-det-manip-try-remove"]], "triqs::det_manip::det_manip::try_insert": [[245, "triqs-det-manip-det-manip-try-insert"]], "triqs::det_manip::det_manip::try_change_row": [[244, "triqs-det-manip-det-manip-try-change-row"]], "triqs::det_manip::det_manip::try_remove_k": [[249, "triqs-det-manip-det-manip-try-remove-k"]], "triqs::det_manip::det_manip::try_refill": [[247, "triqs-det-manip-det-manip-try-refill"]], "triqs::gfs::block_gf::block_sizes": [[254, "triqs-gfs-block-gf-block-sizes"]], "triqs::gfs": [[250, "triqs-gfs"]], "triqs::gfs::block_gf": [[252, "triqs-gfs-block-gf"]], "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::": [[251, "triqs-gfs-deduction-guide-for-block-gf"]], "triqs::gfs::block_gf::hdf5_format": [[259, "triqs-gfs-block-gf-hdf5-format"]], "triqs::gfs::block_gf::data": [[256, "triqs-gfs-block-gf-data"]], "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::block_gf::operator()": [[260, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::operator=": [[261, "triqs-gfs-block-gf-operator"]], "triqs::gfs::density": [[262, "triqs-gfs-density"]], "triqs::gfs::fit_gf_dlr": [[263, "triqs-gfs-fit-gf-dlr"]], "triqs::gfs::fit_tail": [[265, "triqs-gfs-fit-tail"]], "triqs::gfs::flatten_gf_2d": [[267, "triqs-gfs-flatten-gf-2d"]], "triqs::gfs::flatten_2d": [[266, "triqs-gfs-flatten-2d"]], "triqs::gfs::fit_hermitian_tail": [[264, "triqs-gfs-fit-hermitian-tail"]], "triqs::gfs::gf": [[269, "triqs-gfs-gf"]], "Accessors": [[269, "accessors"], [281, "accessors"], [293, "accessors"]], "triqs::gfs::gf::constructor": [[270, "triqs-gfs-gf-constructor"]], "triqs::gfs::gf::data_shape": [[272, "triqs-gfs-gf-data-shape"]], "triqs::gfs::get_mesh": [[268, "triqs-gfs-get-mesh"]], "triqs::gfs::gf::h5_read": [[273, "triqs-gfs-gf-h5-read"]], "triqs::gfs::gf::data": [[271, "triqs-gfs-gf-data"]], "triqs::gfs::gf::mesh": [[276, "triqs-gfs-gf-mesh"]], "triqs::gfs::gf::operator<<": [[277, "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::hdf5_format": [[275, "triqs-gfs-gf-hdf5-format"]], "triqs::gfs::gf::operator=": [[278, "triqs-gfs-gf-operator"]], "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::target_shape": [[280, "triqs-gfs-gf-target-shape"]], "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::h5_read": [[285, "triqs-gfs-gf-const-view-h5-read"]], "triqs::gfs::gf_const_view::hdf5_format": [[287, "triqs-gfs-gf-const-view-hdf5-format"]], "triqs::gfs::gf_const_view::h5_write": [[286, "triqs-gfs-gf-const-view-h5-write"]], "triqs::gfs::gf_const_view::rebind": [[290, "triqs-gfs-gf-const-view-rebind"]], "triqs::gfs::gf_const_view::operator<<": [[289, "triqs-gfs-gf-const-view-operator"]], "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_view::data_shape": [[296, "triqs-gfs-gf-view-data-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::h5_read": [[297, "triqs-gfs-gf-view-h5-read"]], "triqs::gfs::gf_const_view::target_shape": [[292, "triqs-gfs-gf-const-view-target-shape"]], "triqs::gfs::gf_view::operator=": [[302, "triqs-gfs-gf-view-operator"]], "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::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::impl_tag": [[308, "triqs-gfs-impl-tag"]], "triqs::gfs::imag": [[307, "triqs-gfs-imag"]], "triqs::gfs::inverse": [[309, "triqs-gfs-inverse"]], "triqs::gfs::gf_view::target_indices": [[304, "triqs-gfs-gf-view-target-indices"]], "triqs::gfs::h5_read_gf_struct": [[306, "triqs-gfs-h5-read-gf-struct"]], "triqs::gfs::gf_view::target_shape": [[305, "triqs-gfs-gf-view-target-shape"]], "triqs::gfs::make_block_gf_view": [[315, "triqs-gfs-make-block-gf-view"]], "triqs::gfs::is_gf_real": [[311, "triqs-gfs-is-gf-real"]], "triqs::gfs::make_block2_gf": [[313, "triqs-gfs-make-block2-gf"]], "triqs::gfs::make_block_gf": [[314, "triqs-gfs-make-block-gf"]], "triqs::gfs::is_gf_real_in_tau": [[312, "triqs-gfs-is-gf-real-in-tau"]], "triqs::gfs::is_gf_hermitian": [[310, "triqs-gfs-is-gf-hermitian"]], "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_from_inverse_fourier": [[320, "triqs-gfs-make-gf-from-inverse-fourier"]], "triqs::gfs::make_gf_dlr_imfreq": [[317, "triqs-gfs-make-gf-dlr-imfreq"]], "triqs::gfs::make_gf_dlr_imtime": [[318, "triqs-gfs-make-gf-dlr-imtime"]], "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_hermitian": [[324, "triqs-gfs-make-hermitian"]], "triqs::gfs::make_zero_tail": [[326, "triqs-gfs-make-zero-tail"]], "triqs::gfs::make_gf_imtime": [[323, "triqs-gfs-make-gf-imtime"]], "triqs::gfs::mpi_reduce": [[327, "triqs-gfs-mpi-reduce"]], "triqs::gfs::make_gf_imfreq": [[322, "triqs-gfs-make-gf-imfreq"]], "triqs::gfs::positive_freq_view": [[328, "triqs-gfs-positive-freq-view"]], "triqs::gfs::unflatten_2d": [[332, "triqs-gfs-unflatten-2d"]], "triqs::gfs::unflatten_gf_2d": [[333, "triqs-gfs-unflatten-gf-2d"]], "triqs::gfs::tau_L2_norm": [[331, "triqs-gfs-tau-l2-norm"]], "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::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::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::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::fundamental_operator_set::insert": [[345, "triqs-hilbert-space-fundamental-operator-set-insert"]], "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::h5_write_attribute": [[343, "triqs-hilbert-space-fundamental-operator-set-h5-write-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::size": [[349, "triqs-hilbert-space-fundamental-operator-set-size"]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[346, "triqs-hilbert-space-fundamental-operator-set-insert-from-indices-t"]], "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::hilbert_space": [[350, "triqs-hilbert-space-hilbert-space"]], "triqs::hilbert_space::hilbert_space::get_state_index": [[353, "triqs-hilbert-space-hilbert-space-get-state-index"]], "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::h5_read": [[354, "triqs-hilbert-space-hilbert-space-h5-read"]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[352, "triqs-hilbert-space-hilbert-space-get-fock-state"]], "triqs::hilbert_space::hilbert_space::has_state": [[356, "triqs-hilbert-space-hilbert-space-has-state"]], "triqs::hilbert_space::imperative_operator": [[361, "triqs-hilbert-space-imperative-operator"]], "triqs::hilbert_space::imperative_operator::constructor": [[362, "triqs-hilbert-space-imperative-operator-constructor"]], "triqs::hilbert_space::hilbert_space::operator==": [[359, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::imperative_operator::is_empty": [[363, "triqs-hilbert-space-imperative-operator-is-empty"]], "triqs::hilbert_space::hilbert_space::size": [[360, "triqs-hilbert-space-hilbert-space-size"]], "triqs::hilbert_space::hilbert_space::operator!=": [[358, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::imperative_operator::operator()": [[364, "triqs-hilbert-space-imperative-operator-operator"]], "triqs::hilbert_space::imperative_operator::update": [[365, "triqs-hilbert-space-imperative-operator-update"]], "triqs::hilbert_space::space_partition": [[367, "triqs-hilbert-space-space-partition"]], "triqs::hilbert_space::space_partition::constructor": [[368, "triqs-hilbert-space-space-partition-constructor"]], "triqs::hilbert_space::space_partition::find_mappings": [[369, "triqs-hilbert-space-space-partition-find-mappings"]], "triqs::hilbert_space::make_zero_state": [[366, "triqs-hilbert-space-make-zero-state"]], "triqs::hilbert_space::space_partition::n_subspaces": [[374, "triqs-hilbert-space-space-partition-n-subspaces"]], "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::space_partition::foreach": [[370, "triqs-hilbert-space-space-partition-foreach"]], "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::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::constructor": [[378, "triqs-hilbert-space-state-hilbertspace-scalartype-false-constructor"]], "triqs::hilbert_space::state": [[376, "triqs-hilbert-space-state-hilbertspace-scalartype-false"]], "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::operator+=": [[384, "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::operator*=": [[383, "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()": [[382, "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::nterms": [[393, "triqs-hilbert-space-state-hilbertspace-scalartype-true-nterms"]], "triqs::hilbert_space::state::foreach": [[391, "triqs-hilbert-space-state-hilbertspace-scalartype-true-foreach"]], "triqs::hilbert_space::state::get_hilbert": [[392, "triqs-hilbert-space-state-hilbertspace-scalartype-true-get-hilbert"]], "triqs::hilbert_space::state": [[388, "triqs-hilbert-space-state-hilbertspace-scalartype-true"]], "triqs::hilbert_space::state::constructor": [[389, "triqs-hilbert-space-state-hilbertspace-scalartype-true-constructor"]], "triqs::hilbert_space::state::dot_product": [[390, "triqs-hilbert-space-state-hilbertspace-scalartype-true-dot-product"]], "triqs::hilbert_space::state::operator+=": [[396, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "triqs::hilbert_space::state::operator-=": [[397, "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::state::size": [[399, "triqs-hilbert-space-state-hilbertspace-scalartype-true-size"]], "triqs::hilbert_space::state::operator()": [[394, "triqs-hilbert-space-state-hilbertspace-scalartype-true-operator"]], "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::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::constructor": [[402, "triqs-hilbert-space-sub-hilbert-space-constructor"]], "triqs::hilbert_space::sub_hilbert_space::h5_write": [[408, "triqs-hilbert-space-sub-hilbert-space-h5-write"]], "triqs::hilbert_space::sub_hilbert_space::hdf5_format": [[410, "triqs-hilbert-space-sub-hilbert-space-hdf5-format"]], "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::get_state_index": [[406, "triqs-hilbert-space-sub-hilbert-space-get-state-index"]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[409, "triqs-hilbert-space-sub-hilbert-space-has-state"]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[413, "triqs-hilbert-space-sub-hilbert-space-set-index"]], "triqs::mc_tools::mc_generic": [[416, "triqs-mc-tools-mc-generic"]], "triqs::mc_tools::mc_generic::accumulate": [[417, "triqs-mc-tools-mc-generic-accumulate"]], "triqs::mc_tools": [[415, "triqs-mc-tools"]], "triqs::hilbert_space::sub_hilbert_space::size": [[414, "triqs-hilbert-space-sub-hilbert-space-size"]], "triqs::hilbert_space::sub_hilbert_space::operator==": [[412, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::mc_tools::mc_generic::constructor": [[423, "triqs-mc-tools-mc-generic-constructor"]], "triqs::mc_tools::mc_generic::add_move": [[420, "triqs-mc-tools-mc-generic-add-move"]], "triqs::mc_tools::mc_generic::add_measure_aux": [[419, "triqs-mc-tools-mc-generic-add-measure-aux"]], "triqs::mc_tools::mc_generic::clear_measures": [[421, "triqs-mc-tools-mc-generic-clear-measures"]], "triqs::mc_tools::mc_generic::add_measure": [[418, "triqs-mc-tools-mc-generic-add-measure"]], "triqs::mc_tools::mc_generic::collect_results": [[422, "triqs-mc-tools-mc-generic-collect-results"]], "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_accumulation_time": [[425, "triqs-mc-tools-mc-generic-get-accumulation-time"]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[424, "triqs-mc-tools-mc-generic-get-acceptance-rates"]], "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_config_id": [[427, "triqs-mc-tools-mc-generic-get-config-id"]], "triqs::mc_tools::mc_generic::get_rng": [[431, "triqs-mc-tools-mc-generic-get-rng"]], "triqs::mc_tools::mc_generic::get_warmup_time": [[433, "triqs-mc-tools-mc-generic-get-warmup-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_total_time": [[432, "triqs-mc-tools-mc-generic-get-total-time"]], "triqs::mc_tools::mc_generic::h5_read": [[435, "triqs-mc-tools-mc-generic-h5-read"]], "triqs::mc_tools::mc_generic::warmup_and_accumulate": [[441, "triqs-mc-tools-mc-generic-warmup-and-accumulate"]], "triqs::mc_tools::mc_generic::rm_measure": [[437, "triqs-mc-tools-mc-generic-rm-measure"]], "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::mc_generic::warmup": [[440, "triqs-mc-tools-mc-generic-warmup"]], "triqs::mc_tools::mc_generic::h5_write": [[436, "triqs-mc-tools-mc-generic-h5-write"]], "triqs::mc_tools::move_set::add": [[444, "triqs-mc-tools-move-set-add"]], "triqs::mc_tools::move_set": [[442, "triqs-mc-tools-move-set"]], "triqs::mc_tools::move_set::attempt": [[445, "triqs-mc-tools-move-set-attempt"]], "triqs::mc_tools::move_set::clear_statistics": [[447, "triqs-mc-tools-move-set-clear-statistics"]], "triqs::mc_tools::move_set::calibrate": [[446, "triqs-mc-tools-move-set-calibrate"]], "triqs::mc_tools::move_set::accept": [[443, "triqs-mc-tools-move-set-accept"]], "triqs::mc_tools::random_generator": [[453, "triqs-mc-tools-random-generator"]], "triqs::mc_tools::move_set::get_acceptance_rates": [[450, "triqs-mc-tools-move-set-get-acceptance-rates"]], "triqs::mc_tools::move_set::collect_statistics": [[448, "triqs-mc-tools-move-set-collect-statistics"]], "triqs::mc_tools::move_set::reject": [[452, "triqs-mc-tools-move-set-reject"]], "triqs::mc_tools::move_set::constructor": [[449, "triqs-mc-tools-move-set-constructor"]], "triqs::mc_tools::move_set::get_statistics": [[451, "triqs-mc-tools-move-set-get-statistics"]], "triqs::mc_tools::random_generator_names": [[458, "triqs-mc-tools-random-generator-names"]], "triqs::mc_tools::random_generator::operator()": [[456, "triqs-mc-tools-random-generator-operator"]], "triqs::mc_tools::random_generator::preview": [[457, "triqs-mc-tools-random-generator-preview"]], "triqs::mc_tools::random_generator::name": [[455, "triqs-mc-tools-random-generator-name"]], "triqs::stat": [[459, "triqs-stat"]], "triqs::mc_tools::random_generator::constructor": [[454, "triqs-mc-tools-random-generator-constructor"]], "triqs::stat::accumulator::lin_bin_capacity": [[464, "triqs-stat-accumulator-lin-bin-capacity"]], "triqs::stat::accumulator::constructor": [[462, "triqs-stat-accumulator-constructor"]], "triqs::stat::accumulator::data_input_count": [[463, "triqs-stat-accumulator-data-input-count"]], "triqs::stat::accumulator::linear_bins": [[465, "triqs-stat-accumulator-linear-bins"]], "triqs::stat::accumulator::compress_linear_bins": [[461, "triqs-stat-accumulator-compress-linear-bins"]], "triqs::stat::accumulator": [[460, "triqs-stat-accumulator"]], "Logarithmic (Log) Binning": [[460, "logarithmic-log-binning"]], "Linear (Lin) Binning": [[460, "linear-lin-binning"]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[467, "triqs-stat-accumulator-log-bin-errors-all-reduce"]], "triqs::stat::accumulator::n_lin_bins_max": [[469, "triqs-stat-accumulator-n-lin-bins-max"]], "triqs::stat::accumulator::n_log_bins_max": [[471, "triqs-stat-accumulator-n-log-bins-max"]], "triqs::stat::accumulator::n_lin_bins": [[468, "triqs-stat-accumulator-n-lin-bins"]], "triqs::stat::accumulator::log_bin_errors": [[466, "triqs-stat-accumulator-log-bin-errors"]], "triqs::stat::accumulator::n_log_bins": [[470, "triqs-stat-accumulator-n-log-bins"]], "triqs::stat::histogram::data": [[477, "triqs-stat-histogram-data"]], "triqs::stat::histogram": [[474, "triqs-stat-histogram"]], "triqs::stat::histogram::clear": [[475, "triqs-stat-histogram-clear"]], "triqs::stat::cdf": [[473, "triqs-stat-cdf"]], "triqs::stat::histogram::constructor": [[476, "triqs-stat-histogram-constructor"]], "triqs::stat::accumulator::operator<<": [[472, "triqs-stat-accumulator-operator"]], "triqs::stat::histogram::mpi_broadcast": [[483, "triqs-stat-histogram-mpi-broadcast"]], "triqs::stat::histogram::h5_write": [[479, "triqs-stat-histogram-h5-write"]], "triqs::stat::histogram::limits": [[481, "triqs-stat-histogram-limits"]], "triqs::stat::histogram::hdf5_format": [[480, "triqs-stat-histogram-hdf5-format"]], "triqs::stat::histogram::h5_read": [[478, "triqs-stat-histogram-h5-read"]], "triqs::stat::histogram::mesh_point": [[482, "triqs-stat-histogram-mesh-point"]], "triqs::stat::histogram::n_data_pts": [[485, "triqs-stat-histogram-n-data-pts"]], "triqs::stat::histogram::operator<<": [[488, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::n_lost_pts": [[486, "triqs-stat-histogram-n-lost-pts"]], "triqs::stat::histogram::operator==": [[489, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::mpi_reduce": [[484, "triqs-stat-histogram-mpi-reduce"]], "triqs::stat::histogram::operator+": [[487, "triqs-stat-histogram-operator"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1922, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"], [1917, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"]], "Mermin-Wagner theorem": [[1922, "Mermin-Wagner-theorem"], [1917, "Mermin-Wagner-theorem"]], "TPSC and the Mermin-Wagner theorem": [[1922, "TPSC-and-the-Mermin-Wagner-theorem"], [1917, "TPSC-and-the-Mermin-Wagner-theorem"]], "Code from previous notebooks": [[1922, "Code-from-previous-notebooks"], [1917, "Code-from-previous-notebooks"]], "\\chi_0 calculator for arbitrary \\beta": [[1922, "\\chi_0-calculator-for-arbitrary-\\beta"], [1917, "\\chi_0-calculator-for-arbitrary-\\beta"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1922, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1917, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1922, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1917, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "Questions": [[1922, "Questions"], [1917, "Questions"]], "Remarks": [[1922, "Remarks"], [1917, "Remarks"]], "The random phase approximation (RPA)": [[1920, "The-random-phase-approximation-(RPA)"], [1915, "The-random-phase-approximation-(RPA)"]], "RPA solver": [[1920, "RPA-solver"], [1915, "RPA-solver"]], "Two-particle self consistency (TPSC)": [[1921, "Two-particle-self-consistency-(TPSC)"], [1916, "Two-particle-self-consistency-(TPSC)"]], "Theory": [[1921, "Theory"], [1916, "Theory"], [1919, "Theory"], [1914, "Theory"]], "Behaviour of U_{sp} and U_{ch} vs.\u00a0U": [[1921, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"], [1916, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"]], "Note: weakness of RPA": [[1921, "Note:-weakness-of-RPA"], [1916, "Note:-weakness-of-RPA"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1919, "Susceptibility-\\chi_0-of-non-interacting-fermions"], [1914, "Susceptibility-\\chi_0-of-non-interacting-fermions"]], "Fast calculation using Fourier transform": [[1919, "Fast-calculation-using-Fourier-transform"], [1914, "Fast-calculation-using-Fourier-transform"]], "Goals and questions": [[1919, "Goals-and-questions"], [1914, "Goals-and-questions"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1919, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1914, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1919, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1914, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Fermions on the square lattice & perfect nesting": [[1918, "Fermions-on-the-square-lattice-&-perfect-nesting"], [1913, "Fermions-on-the-square-lattice-&-perfect-nesting"]], "Square lattice with nearest-neighbour hopping": [[1918, "Square-lattice-with-nearest-neighbour-hopping"], [1913, "Square-lattice-with-nearest-neighbour-hopping"]], "Non-interacting lattice Green\u2019s function": [[1918, "Non-interacting-lattice-Green\u2019s-function"], [1913, "Non-interacting-lattice-Green\u2019s-function"]], "Fermi surface nesting": [[1918, "Fermi-surface-nesting"], [1913, "Fermi-surface-nesting"]], "Two-orbital Hubbard model": [[1910, "Two-orbital-Hubbard-model"], [1905, "Two-orbital-Hubbard-model"]], "Solution 1": [[1910, "Solution-1"], [1909, "Solution-1"]], "Solution 2": [[1910, "Solution-2"], [1909, "Solution-2"]], "J = 0.0": [[1910, "J-=-0.0"], [1910, "id1"]], "J = 0.1 U": [[1910, "J-=-0.1-U"], [1910, "id2"]], "J = 0.2 U": [[1910, "J-=-0.2-U"], [1910, "id3"]], "Conclusion of Exercise 2": [[1910, "Conclusion-of-Exercise-2"]], "Solution of exercise 3": [[1910, "Solution-of-exercise-3"]], "Conclusion of Exercise 3": [[1910, "Conclusion-of-Exercise-3"]], "Tutorial repository": [[1912, "tutorial-repository"]], "Valence-Bond DMFT solution of the Hubbard model": [[1911, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"], [1906, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"]], "Analyzing the precomputed results": [[1911, "Analyzing-the-precomputed-results"], [1906, "Analyzing-the-precomputed-results"]], "Single-orbital Hubbard model": [[1904, "Single-orbital-Hubbard-model"], [1909, "Single-orbital-Hubbard-model"]], "Solution 3": [[1909, "Solution-3"]], "Solution 4": [[1909, "Solution-4"]], "Solution 5": [[1909, "Solution-5"]], "Solution 6": [[1909, "Solution-6"]], "Tutorials": [[1907, "tutorials"]], "A first DMFT calculation": [[1908, "A-first-DMFT-calculation"], [1902, "A-first-DMFT-calculation"]], "The iterated perturbation theory": [[1908, "The-iterated-perturbation-theory"], [1902, "The-iterated-perturbation-theory"]], "Dynamical mean-field theory": [[1908, "Dynamical-mean-field-theory"], [1902, "Dynamical-mean-field-theory"]], "Bethe lattice DMFT": [[1908, "Bethe-lattice-DMFT"], [1902, "Bethe-lattice-DMFT"]], "Visualizing the Mott transition": [[1908, "Visualizing-the-Mott-transition"], [1902, "Visualizing-the-Mott-transition"]], "Comparison with the literature": [[1908, "Comparison-with-the-literature"]], "Manipulating fermionic operators": [[1899, "Manipulating-fermionic-operators"]], "Fundamental operators": [[1899, "Fundamental-operators"]], "Number operator": [[1899, "Number-operator"]], "Operations with operators": [[1899, "Operations-with-operators"]], "Exact Diagonalization": [[1899, "Exact-Diagonalization"]], "Introduction to multivariable Green\u2019s functions": [[1900, "Introduction-to-multivariable-Green\u2019s-functions"]], "Imports and parameters": [[1900, "Imports-and-parameters"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1900, "Constructing-and-Initializing-a-Lattice-Green\u2019s-function"]], "Numpy Broadcasting": [[1900, "Numpy-Broadcasting"]], "Evaluate the Green function": [[1900, "Evaluate-the-Green-function"]], "Defining a Tight-Binding Hamiltonian": [[1900, "Defining-a-Tight-Binding-Hamiltonian"]], "HDF5 Archives": [[1898, "HDF5-Archives"]], "Writing to an archive": [[1898, "Writing-to-an-archive"]], "Reading from an archive": [[1898, "Reading-from-an-archive"]], "General reminder: Anderson impurity model and CTHYB solver": [[1903, "General-reminder:-Anderson-impurity-model-and-CTHYB-solver"]], "The TRIQS/CTHYB impurity solver": [[1903, "The-TRIQS/CTHYB-impurity-solver"]], "Setting up the impurity solver": [[1903, "Setting-up-the-impurity-solver"]], "Visualizing the imaginary time sampled G(\\tau)": [[1903, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Visualizing the Matsubara-frequency results": [[1903, "Visualizing-the-Matsubara-frequency-results"]], "TRIQS Green\u2019s functions": [[1901, "TRIQS-Green\u2019s-functions"], [1897, "TRIQS-Green\u2019s-functions"]], "Matrix-Valued Green\u2019s functions": [[1901, "Matrix-Valued-Green\u2019s-functions"], [1897, "Matrix-Valued-Green\u2019s-functions"]], "Block Green\u2019s functions": [[1901, "Block-Green\u2019s-functions"], [1897, "Block-Green\u2019s-functions"]], "Additional Initialization Descriptors": [[1901, "Additional-Initialization-Descriptors"], [1897, "Additional-Initialization-Descriptors"]], "Flat density of states": [[1901, "Flat-density-of-states"], [1897, "Flat-density-of-states"]], "Semi-circular density of states": [[1901, "Semi-circular-density-of-states"], [1897, "Semi-circular-density-of-states"]], "Imaginary-frequency Green\u2019s functions": [[1901, "Imaginary-frequency-Green\u2019s-functions"], [1897, "Imaginary-frequency-Green\u2019s-functions"]], "Arithmetic Operations": [[1901, "Arithmetic-Operations"], [1897, "Arithmetic-Operations"]], "Obtaining the density": [[1901, "Obtaining-the-density"], [1897, "Obtaining-the-density"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1901, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"], [1897, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"]], "Pade analytical continuation": [[1901, "Pade-analytical-continuation"], [1897, "Pade-analytical-continuation"]], "Exercises": [[1901, "Exercises"], [1897, "Exercises"]], "FermiSee": [[1892, "FermiSee"], [1888, "FermiSee"]], "Introducing python and the ipython notebook": [[1895, "Introducing-python-and-the-ipython-notebook"]], "Script mode": [[1895, "Script-mode"]], "Interactive shell mode": [[1895, "Interactive-shell-mode"]], "The ipython notebook": [[1895, "The-ipython-notebook"]], "A very short introduction to python": [[1895, "A-very-short-introduction-to-python"]], "Calculating": [[1895, "Calculating"]], "Simple loops / indentation": [[1895, "Simple-loops-/-indentation"]], "If statements": [[1895, "If-statements"]], "Defining a function": [[1895, "Defining-a-function"]], "Importing modules": [[1895, "Importing-modules"]], "Lists": [[1895, "Lists"]], "The numpy library": [[1895, "The-numpy-library"]], "Defining a new class": [[1895, "Defining-a-new-class"]], "Getting help": [[1895, "Getting-help"]], "Matplotlib Examples": [[1896, "Matplotlib-Examples"]], "Goal of this tutorial": [[1896, "Goal-of-this-tutorial"]], "Inline plots": [[1896, "Inline-plots"]], "Making the plot prettier": [[1896, "Making-the-plot-prettier"]], "Subplots": [[1896, "Subplots"]], "Histograms and text": [[1896, "Histograms-and-text"]], "Python-like approach to matplotlib": [[1896, "Python-like-approach-to-matplotlib"]], "More examples": [[1896, "More-examples"]], "Phase diagram exploration": [[1893, "Phase-diagram-exploration"], [1889, "Phase-diagram-exploration"]], "Comparison to Hubbard-I solution": [[1894, "Comparison-to-Hubbard-I-solution"], [1890, "Comparison-to-Hubbard-I-solution"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1894, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1890, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "TRIQS / solid_dmft tutorial": [[1887, "TRIQS-/-solid_dmft-tutorial"], [1891, "TRIQS-/-solid_dmft-tutorial"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1887, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1891, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1887, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1891, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1887, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1891, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1887, "3.-Check-convergence"], [1891, "3.-Check-convergence"]], "Reminder: The TRIQS BlockGf object": [[1887, "Reminder:-The-TRIQS-BlockGf-object"], [1891, "Reminder:-The-TRIQS-BlockGf-object"]], "Plot of the self-energy \u03a3": [[1887, "Plot-of-the-self-energy-\u03a3"], [1891, "Plot-of-the-self-energy-\u03a3"]], "4. Analytic continuation of the self-energy": [[1887, "4.-Analytic-continuation-of-the-self-energy"], [1891, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1887, "5.-Plot-Spectral-Function"], [1891, "5.-Plot-Spectral-Function"]], "Analytically continue the impurity Green\u2019s function": [[1887, "Analytically-continue-the-impurity-Green\u2019s-function"], [1891, "Analytically-continue-the-impurity-Green\u2019s-function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1887, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1891, "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.": [[1887, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1891, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "Plotting protocols": [[589, "plotting-protocols"]], "Coefficient extraction": [[585, "coefficient-extraction"]], "Tools for Monte Carlo": [[576, "tools-for-monte-carlo"]], "The blocks: matrix-valued Green\u2019s functions": [[554, "the-blocks-matrix-valued-green-s-functions"]], "Slicing": [[554, "slicing"]], "Bracket Accessor": [[554, "bracket-accessor"]], "Assignment: << or = operator": [[554, "assignment-or-operator"]], "Lazy expressions": [[554, "lazy-expressions"]], "Plot options": [[554, "plot-options"]], "Direct access to data points": [[554, "direct-access-to-data-points"]], "Python documentation": [[560, "python-documentation"]], "The Monte Carlo loop": [[579, "the-monte-carlo-loop"]], "C++ variable names": [[579, "c-variable-names"]], "Monte Carlo loop and connection with moves and measures": [[579, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Full documentation/manual/triqs": [[577, "full-documentation-manual-triqs"], [524, "full-documentation-manual-triqs"]], "[gf] Green function on Matsubara frequencies": [[538, "gf-imfreq-green-function-on-matsubara-frequencies"]], "[gf>] Multiple variables": [[543, "gf-prod-x-y-multiple-variables"]], "Subscript operator": [[543, "subscript-operator"]], "Clef expressions": [[543, "clef-expressions"]], "Functional techniques": [[543, "functional-techniques"]], "gf and views": [[532, "gf-and-views"]], "Non-member functions": [[532, "non-member-functions"]], "mesh::imtime": [[551, "mesh-imtime"]], "C++ documentation": [[529, "c-documentation"]], "mesh::imfreq": [[550, "mesh-imfreq"]], "Manipulations of determinants": [[523, "manipulations-of-determinants"]], "triqs::stat::mean_mpi": [[496, "triqs-stat-mean-mpi"]], "The det_manip class": [[524, "the-det-manip-class"]], "Parameter & construction": [[524, "parameter-construction"]], "Public types": [[524, "public-types"]], "Public member functions": [[524, "public-member-functions"]], "Under the hood \u2026": [[524, "under-the-hood"]], "triqs::stat::pdf": [[497, "triqs-stat-pdf"]], "HDFArchive": [[509, "hdfarchive"]], "HDFArchiveGroup": [[509, "hdfarchivegroup"]], "HDFArchiveInert": [[509, "hdfarchiveinert"]], "Hdf-compliant objects": [[509, "hdf-compliant-objects"]], "How does a class become hdf-compliant?": [[509, "how-does-a-class-become-hdf-compliant"]], "triqs::stat::tau_estimate_from_errors": [[498, "triqs-stat-tau-estimate-from-errors"]], "triqs::stat::histogram::size": [[490, "triqs-stat-histogram-size"]], "triqs::stat::jackknife_mpi": [[492, "triqs-stat-jackknife-mpi"]], "triqs::stat::mean": [[493, "triqs-stat-mean"]], "triqs::stat::mean_and_err": [[494, "triqs-stat-mean-and-err"]], "triqs::stat::jackknife": [[491, "triqs-stat-jackknife"]], "triqs::stat::mean_and_err_mpi": [[495, "triqs-stat-mean-and-err-mpi"]]}, "indexentries": {"h5": [[507, "module-h5"]], "module": [[507, "module-h5"], [554, "index-0"]], "hdfarchive (class in h5)": [[509, "h5.HDFArchive"]], "hdfarchivegroup (built-in class)": [[509, "HDFArchiveGroup"]], "hdfarchiveinert (built-in class)": [[509, "HDFArchiveInert"]], "apply_on_leaves() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.apply_on_leaves"]], "built-in function": [[509, "register_class"]], "create_group() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.create_group"]], "get_raw() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.get_raw"]], "is_data() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.is_data"]], "is_group() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.is_group"]], "items() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.items"]], "keys() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.keys"]], "read_attr() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.read_attr"]], "register_class()": [[509, "register_class"]], "root_path() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.root_path"]], "update() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.update"]], "values() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.values"]], "lightweight exact diagonalization solver and tools": [[511, "index-0"]], "green's functions": [[554, "index-0"], [560, "index-0"]], "block green's function": [[554, "index-0"]], "gf_imfreq": [[554, "index-0"]], "gf_imtime": [[554, "index-0"]], "gf_legendre": [[554, "index-0"]], "gf_refreq": [[554, "index-0"]], "gf_retime": [[554, "index-0"]], "hilbert space tools": [[566, "index-0"]], "second-quantization operators": [[582, "index-0"]], "analysis": [[589, "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/calibrate", "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/calibrate.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::calibrate", "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, 453, 460, 462, 464, 472, 474, 487, 501, 502, 503, 504, 505, 508, 509, 510, 511, 513, 514, 517, 518, 519, 521, 522, 523, 524, 525, 526, 528, 531, 532, 533, 534, 535, 538, 539, 540, 544, 546, 547, 548, 552, 554, 562, 564, 567, 569, 575, 578, 579, 580, 583, 585, 591, 592, 594, 597, 598, 672, 673, 946, 1104, 1118, 1215, 1224, 1225, 1756, 1794, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1854, 1855, 1856, 1857, 1858, 1862, 1863, 1864, 1866, 1868, 1869, 1870, 1872, 1873, 1874, 1875, 1876, 1881, 1882, 1883, 1885, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "describ": [0, 327, 361, 509, 510, 518, 531, 532, 536, 547, 552, 554, 561, 562, 578, 579, 580, 581, 591, 946, 1641, 1660, 1661, 1864, 1867, 1887, 1890, 1891, 1894, 1896, 1903, 1916, 1917, 1921, 1922], "main": [0, 19, 95, 264, 265, 270, 326, 461, 465, 468, 470, 472, 493, 494, 495, 496, 502, 507, 510, 511, 513, 517, 518, 519, 520, 521, 524, 527, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 580, 581, 596, 598, 1847, 1863, 1873, 1874, 1875, 1876, 1877, 1881, 1887, 1891, 1893, 1904, 1909], "i": [0, 3, 5, 6, 7, 8, 18, 40, 48, 86, 89, 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, 453, 456, 460, 461, 462, 464, 466, 467, 468, 470, 472, 484, 487, 491, 492, 493, 496, 501, 502, 503, 504, 505, 507, 508, 509, 510, 511, 513, 514, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 542, 543, 544, 546, 548, 550, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 566, 567, 569, 570, 571, 573, 574, 575, 576, 578, 579, 580, 581, 582, 583, 584, 586, 587, 589, 590, 591, 592, 593, 594, 596, 597, 598, 605, 607, 609, 613, 616, 626, 628, 630, 634, 637, 652, 656, 657, 664, 666, 670, 671, 672, 673, 675, 680, 711, 714, 719, 750, 753, 758, 789, 792, 797, 828, 831, 836, 867, 873, 890, 902, 917, 940, 946, 953, 958, 989, 1028, 1029, 1034, 1065, 1090, 1104, 1118, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1224, 1225, 1227, 1229, 1625, 1640, 1646, 1678, 1680, 1688, 1693, 1698, 1699, 1710, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1733, 1741, 1745, 1770, 1782, 1792, 1794, 1820, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1856, 1857, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1872, 1873, 1874, 1875, 1878, 1879, 1880, 1881, 1883, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1924], "patch": [0, 572, 1608, 1610, 1774, 1776, 1777, 1906, 1911, 1924], "releas": [0, 6, 501, 504, 592, 1862, 1863, 1864, 1881, 1924], "introduc": [0, 554, 591, 1872, 1873, 1882, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1903, 1916, 1921], "minor": [0, 1924], "restor": [0, 501, 504], "compat": [0, 5, 306, 562, 583, 676, 715, 754, 793, 832, 899, 908, 1872, 1887, 1891, 1893, 1903], "against": [0, 1864, 1869, 1872, 1897, 1901], "recent": [0, 1864, 1865, 1868, 1872], "numpi": [0, 508, 511, 554, 555, 556, 557, 558, 559, 561, 568, 574, 584, 587, 589, 591, 661, 671, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 946, 953, 989, 1065, 1077, 1078, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1612, 1636, 1641, 1646, 1661, 1677, 1678, 1680, 1681, 1698, 1699, 1703, 1705, 1706, 1708, 1710, 1713, 1728, 1729, 1730, 1745, 1746, 1862, 1868, 1870, 1871, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "we": [0, 3, 6, 7, 191, 192, 193, 194, 195, 196, 197, 240, 241, 364, 368, 373, 470, 491, 492, 507, 509, 510, 511, 518, 519, 520, 521, 522, 523, 525, 528, 530, 531, 532, 538, 540, 542, 544, 546, 547, 552, 554, 555, 562, 564, 569, 574, 575, 578, 579, 581, 586, 587, 588, 590, 591, 592, 594, 596, 598, 1230, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1862, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1881, 1884, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "thank": [0, 8], "all": [0, 3, 4, 8, 42, 44, 46, 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, 450, 461, 462, 467, 474, 475, 484, 492, 495, 496, 501, 507, 508, 509, 510, 517, 524, 528, 530, 533, 534, 538, 539, 544, 546, 550, 554, 562, 564, 567, 579, 580, 581, 583, 586, 589, 591, 592, 597, 598, 600, 602, 608, 615, 616, 619, 623, 629, 636, 637, 640, 651, 652, 672, 673, 712, 751, 790, 829, 868, 897, 990, 1033, 1064, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1225, 1231, 1640, 1714, 1715, 1716, 1722, 1758, 1820, 1823, 1837, 1847, 1864, 1866, 1870, 1872, 1873, 1874, 1880, 1881, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "contributor": [0, 5], "nil": 0, "wentzel": [0, 3, 4], "find": [0, 3, 353, 369, 372, 406, 501, 511, 554, 578, 581, 1792, 1823, 1837, 1872, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1916, 1921, 1923], "below": [0, 213, 238, 310, 312, 449, 491, 492, 507, 509, 513, 519, 528, 532, 562, 579, 581, 586, 591, 596, 1726, 1867, 1869, 1870, 1872, 1878, 1881, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1900, 1901, 1905, 1906, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "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, 462, 468, 470, 472, 488, 491, 492, 493, 494, 501, 504, 505, 507, 508, 509, 510, 511, 514, 517, 519, 521, 522, 524, 525, 527, 528, 530, 531, 534, 536, 538, 539, 542, 543, 544, 546, 548, 550, 552, 554, 556, 558, 561, 562, 563, 564, 565, 566, 567, 570, 571, 574, 579, 580, 581, 583, 585, 586, 587, 590, 591, 596, 600, 609, 630, 664, 670, 872, 887, 917, 946, 1033, 1073, 1074, 1085, 1086, 1090, 1099, 1100, 1104, 1113, 1114, 1118, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1225, 1640, 1680, 1714, 1715, 1716, 1722, 1725, 1731, 1746, 1829, 1843, 1852, 1863, 1864, 1866, 1873, 1876, 1880, 1882, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1915, 1917, 1918, 1920, 1922, 1924], "item": [0, 507, 509, 1887, 1891], "list": [0, 3, 4, 174, 192, 193, 194, 195, 196, 200, 255, 375, 458, 460, 501, 503, 504, 508, 519, 524, 534, 555, 556, 557, 558, 559, 562, 564, 568, 570, 573, 574, 583, 584, 586, 587, 588, 591, 593, 600, 602, 610, 615, 623, 631, 636, 646, 647, 648, 649, 651, 652, 675, 714, 753, 792, 831, 871, 886, 946, 953, 1055, 1057, 1201, 1215, 1217, 1218, 1225, 1229, 1231, 1612, 1617, 1618, 1628, 1632, 1641, 1654, 1655, 1661, 1670, 1671, 1673, 1680, 1682, 1697, 1699, 1704, 1707, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1751, 1754, 1794, 1846, 1864, 1866, 1887, 1891, 1897, 1898, 1899, 1900, 1901, 1903], "backward": [0, 306, 676, 715, 754, 793, 832, 899, 908], "read": [0, 218, 257, 273, 285, 297, 342, 354, 407, 474, 477, 478, 501, 507, 508, 509, 550, 564, 567, 569, 583, 592, 664, 1231, 1677, 1759, 1862, 1874, 1877, 1887, 1891, 1893, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1924], "call": [0, 12, 30, 116, 118, 120, 122, 127, 128, 130, 133, 136, 156, 160, 169, 206, 228, 417, 438, 439, 440, 441, 445, 452, 453, 460, 501, 503, 504, 507, 508, 509, 510, 513, 517, 518, 519, 520, 521, 524, 527, 528, 530, 548, 552, 561, 575, 576, 579, 580, 581, 583, 590, 593, 598, 907, 995, 1794, 1817, 1846, 1847, 1852, 1858, 1864, 1869, 1872, 1875, 1876, 1881, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1901, 1902, 1904, 1908, 1909, 1910, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "dlr_imfreq": [0, 999, 1113, 1114, 1115, 1116], "dlr_imtim": [0, 998, 1000, 1127, 1128, 1129, 1130], "946": 0, "alias": [0, 10, 534, 583], "complex_": 0, "float_": 0, "slack": [0, 6, 7, 1863], "workspac": [0, 6, 7, 1863], "signup": 0, "url": 0, "symmetr": [0, 263, 324, 325, 584, 997, 1004, 1005, 1090, 1104, 1118, 1678, 1699, 1883, 1904, 1905, 1909, 1910], "other": [0, 3, 5, 6, 18, 46, 76, 88, 89, 100, 215, 266, 267, 493, 494, 495, 496, 507, 508, 511, 514, 518, 522, 526, 529, 535, 570, 575, 581, 584, 587, 591, 592, 597, 600, 602, 623, 664, 953, 1070, 1081, 1094, 1108, 1122, 1136, 1152, 1163, 1171, 1183, 1699, 1710, 1728, 1729, 1730, 1863, 1864, 1869, 1874, 1875, 1881, 1887, 1888, 1891, 1892, 1895, 1897, 1899, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1917, 1918, 1919, 1922, 1924], "lehmann": [0, 192, 193, 194, 195, 196, 511, 1863, 1897, 1901], "represent": [0, 180, 181, 192, 193, 194, 195, 196, 263, 316, 317, 318, 500, 501, 504, 511, 528, 529, 532, 547, 550, 551, 553, 583, 585, 591, 647, 671, 946, 997, 998, 999, 1000, 1090, 1104, 1118, 1863, 1890, 1894, 1897, 1900, 1901, 1917, 1922], "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, 453, 456, 462, 465, 466, 467, 472, 491, 492, 493, 494, 495, 496, 498, 501, 503, 504, 507, 508, 517, 518, 519, 521, 522, 528, 529, 537, 538, 539, 542, 544, 546, 553, 554, 555, 556, 557, 558, 559, 562, 564, 565, 566, 567, 570, 571, 581, 582, 584, 585, 586, 587, 588, 594, 598, 600, 657, 661, 664, 677, 678, 680, 681, 688, 690, 694, 695, 696, 705, 706, 707, 709, 710, 711, 716, 717, 719, 720, 727, 729, 733, 734, 735, 744, 745, 746, 748, 749, 750, 755, 756, 758, 759, 766, 768, 772, 773, 774, 783, 784, 785, 787, 788, 789, 794, 795, 797, 798, 805, 807, 811, 812, 813, 822, 823, 824, 826, 827, 828, 833, 834, 836, 837, 844, 846, 850, 851, 852, 861, 862, 863, 865, 866, 867, 887, 899, 908, 950, 953, 955, 956, 958, 959, 966, 968, 972, 973, 974, 983, 984, 985, 987, 988, 989, 1041, 1215, 1224, 1227, 1229, 1231, 1636, 1648, 1649, 1660, 1664, 1665, 1673, 1676, 1677, 1678, 1682, 1697, 1699, 1700, 1701, 1702, 1703, 1706, 1707, 1708, 1709, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1754, 1761, 1764, 1765, 1792, 1820, 1864, 1875, 1891, 1893, 1895, 1897, 1899, 1900, 1901, 1902, 1908, 1924], "extend": [0, 543, 583, 1677, 1904, 1906, 1909, 1911], "convers": [0, 565, 585], "routin": [0, 115, 234, 242, 243, 244, 245, 246, 247, 248, 249, 510, 552, 594, 1887, 1891, 1900, 1913, 1914, 1916, 1918, 1919, 1921], "between": [0, 4, 11, 13, 53, 61, 233, 361, 367, 369, 373, 502, 509, 511, 522, 526, 529, 535, 539, 552, 566, 573, 574, 579, 1219, 1625, 1680, 1863, 1875, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1915, 1916, 1918, 1920, 1921, 1924], "exist": [0, 504, 509, 510, 1887, 1891, 1897, 1898, 1901, 1905, 1910, 1917, 1922], "add": [0, 7, 8, 245, 384, 385, 396, 397, 401, 442, 468, 487, 501, 504, 509, 511, 518, 520, 523, 531, 575, 578, 581, 592, 1640, 1677, 1862, 1864, 1866, 1868, 1869, 1878, 1890, 1894, 1895, 1896, 1899, 1909], "constrain": [0, 1863, 1915, 1920], "residu": [0, 946, 1863], "minim": [0, 564, 583, 671, 946, 1225, 1863, 1906, 1911], "crm": 0, "dyson": [0, 554, 562, 564, 946, 1863, 1890, 1894, 1897, 1901, 1902, 1908, 1909, 1913, 1918], "solver": [0, 5, 9, 164, 499, 582, 600, 601, 602, 623, 946, 1863, 1864, 1873, 1883, 1885, 1887, 1890, 1891, 1894, 1899, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1916, 1918, 1921], "intel": [0, 1865, 1866], "base": [0, 5, 11, 366, 375, 376, 388, 510, 552, 579, 582, 583, 672, 673, 948, 949, 1640, 1678, 1846, 1864, 1870, 1872, 1884, 1897, 1901, 1906, 1911, 1914, 1919, 1924], "our": [0, 3, 6, 7, 511, 514, 528, 581, 594, 1862, 1863, 1868, 1870, 1872, 1873, 1881, 1887, 1889, 1891, 1893, 1898, 1900, 1903, 1915, 1916, 1917, 1920, 1921, 1922], "continu": [0, 5, 470, 474, 558, 1756, 1864, 1868, 1873, 1890, 1893, 1894, 1902, 1904, 1909, 1914, 1917, 1919, 1922], "integr": [0, 473, 574, 584, 1681, 1697, 1699, 1704, 1764, 1854, 1864, 1884, 1889, 1890, 1893, 1894, 1917, 1922], "variou": [0, 3, 4, 11, 507, 516, 529, 532, 547, 554, 562, 570, 574, 583, 592, 598, 664, 1863, 1864, 1873, 1879, 1901, 1923], "sever": [0, 4, 201, 419, 507, 510, 523, 527, 534, 575, 581, 582, 592, 594, 886, 1864, 1868, 1870, 1897, 1901, 1904, 1905, 1909, 1910, 1917, 1922], "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, 473, 478, 479, 483, 484, 488, 489, 497, 508, 509, 511, 518, 525, 566, 571, 581, 583, 584, 586, 597, 600, 602, 623, 1699, 1712, 1714, 1715, 1716, 1718, 1719, 1722, 1723, 1724, 1725, 1726, 1764, 1765, 1871, 1887, 1891, 1893, 1894, 1899, 1903, 1906, 1911, 1913, 1918], "l": [0, 3, 255, 261, 270, 278, 294, 302, 309, 310, 313, 314, 319, 320, 324, 330, 365, 370, 380, 391, 514, 526, 531, 558, 567, 579, 583, 584, 586, 587, 593, 598, 687, 726, 765, 804, 843, 938, 939, 965, 1063, 1078, 1201, 1217, 1218, 1605, 1697, 1699, 1700, 1702, 1704, 1706, 1715, 1725, 1728, 1729, 1730, 1745, 1864, 1887, 1891, 1895, 1896, 1897, 1898, 1901, 1905, 1910], "nours": 0, "dylan": 0, "simon": [0, 3], "init_from_representative_data": 0, "get_representative_data": 0, "sym_grp": 0, "enabl": [0, 501, 504, 510, 521, 522, 597, 1863, 1864], "most": [0, 4, 502, 507, 509, 510, 526, 528, 562, 581, 583, 1858, 1864, 1865, 1868, 1887, 1891, 1897, 1901, 1917, 1922, 1924], "warn": [0, 9, 212, 214, 216, 224, 227, 237, 501, 521, 522, 524, 595, 1889, 1891, 1893, 1894, 1903, 1905, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "wpedant": 0, "wextra": 0, "wall": 0, "wfloat": 0, "wshadow": 0, "support": [0, 3, 4, 9, 484, 507, 509, 513, 554, 562, 564, 583, 597, 1231, 1746, 1870, 1871, 1884], "spherical_to_cub": [0, 584], "redund": 0, "make_matrix": 0, "unittest": 0, "assertequ": 0, "miss": [0, 1713, 1869, 1888, 1892, 1906, 1911], "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, 458, 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, 498, 504, 510, 511, 513, 517, 518, 519, 520, 521, 522, 524, 527, 528, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 578, 580, 581, 586, 594, 595, 596, 598, 1148, 1168, 1180, 1680, 1724, 1864, 1866, 1869, 1870, 1871, 1874, 1875, 1876, 1877, 1878, 1879, 1881, 1884, 1897, 1901, 1917, 1922, 1924], "see": [0, 4, 7, 8, 48, 217, 225, 335, 352, 367, 445, 449, 460, 510, 513, 518, 528, 543, 550, 562, 564, 579, 581, 583, 585, 591, 596, 946, 1227, 1849, 1851, 1854, 1864, 1875, 1876, 1880, 1881, 1884, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "915": 0, "replac": [0, 364, 509, 517, 525, 698, 699, 737, 738, 776, 777, 815, 816, 854, 855, 976, 977, 1016, 1017, 1864, 1865, 1872, 1873, 1890, 1897, 1901], "getargspec": 0, "getfullargspec": 0, "911": [0, 1910], "reproduc": [0, 9, 499, 555, 556, 557, 558, 559, 591, 1864, 1904, 1906, 1909, 1911, 1916, 1917, 1921, 1922], "failur": 0, "issue913": 0, "bug": [0, 3, 6, 8, 511, 1904, 1909, 1924], "gf_base_op": 0, "debug": [0, 5, 1867], "get_matrix_element_of_monomi": [0, 164], "llvm": [0, 1865, 1868, 1870], "18": [0, 264, 1891, 1901, 1910, 1913, 1918], "relat": [0, 525, 552, 569, 573, 574, 583, 584, 1627, 1645, 1662, 1699, 1710, 1863, 1881, 1884, 1897, 1899, 1900, 1901, 1902, 1906, 1908, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "26": [0, 1891, 1901, 1910], "unnam": 0, "placehold": [0, 264, 265, 513, 514, 517, 519, 520, 521, 527, 530, 534, 538, 539, 542, 543, 552, 1874, 1877], "_": [0, 1, 2, 491, 492, 505, 525, 526, 542, 574, 584, 587, 594, 1699, 1730, 1733, 1882, 1883, 1885, 1887, 1891, 1893, 1894, 1897, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922, 1923], "insuffici": 0, "reserv": [0, 202, 207, 536, 1846], "memori": [0, 233, 460, 509, 511, 527, 550, 1864, 1887, 1891, 1894, 1900, 1919], "try_insert": [0, 202, 220, 223, 524, 1875], "make_gf_": 0, "dlr_": 0, "imtim": [0, 195, 529, 530, 532, 542, 543, 547, 553, 555, 556, 558, 559, 648, 697, 700, 702, 736, 739, 741, 775, 778, 780, 814, 817, 819, 853, 856, 858, 975, 978, 980, 997, 1001, 1003, 1015, 1018, 1020, 1155, 1156, 1157, 1158, 1876], "imfreq": [0, 192, 262, 264, 265, 270, 321, 326, 522, 527, 529, 530, 532, 534, 536, 547, 548, 552, 553, 555, 556, 558, 559, 646, 683, 684, 685, 686, 692, 693, 698, 699, 700, 701, 703, 704, 722, 723, 724, 725, 731, 732, 737, 738, 739, 740, 742, 743, 761, 762, 763, 764, 770, 771, 776, 777, 778, 779, 781, 782, 800, 801, 802, 803, 809, 810, 815, 816, 817, 818, 820, 821, 839, 840, 841, 842, 848, 849, 854, 855, 856, 857, 859, 860, 961, 962, 963, 964, 970, 971, 976, 977, 978, 979, 981, 982, 1001, 1002, 1004, 1005, 1007, 1009, 1010, 1011, 1012, 1013, 1014, 1016, 1017, 1018, 1019, 1021, 1022, 1144, 1145, 1146, 1147, 1876, 1877, 1901], "too": [0, 207, 388, 575, 592, 1889, 1891, 1893, 1904, 1909, 1917, 1922], "allow": [0, 4, 164, 361, 400, 501, 504, 507, 510, 511, 518, 528, 543, 552, 554, 564, 565, 566, 569, 576, 579, 580, 581, 582, 583, 585, 591, 594, 1090, 1104, 1118, 1225, 1740, 1863, 1864, 1866, 1872, 1873, 1874, 1875, 1877, 1884, 1887, 1891, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1906, 1911, 1916, 1917, 1921, 1922], "relev": [0, 1863, 1897, 1898, 1900, 1901, 1904, 1909], "input": [0, 4, 161, 460, 472, 502, 531, 594, 946, 1646, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1899, 1902, 1903, 1908], "option": [0, 361, 364, 367, 438, 440, 441, 507, 510, 552, 553, 555, 556, 557, 558, 559, 560, 562, 564, 568, 582, 583, 584, 587, 592, 600, 602, 623, 675, 681, 711, 714, 720, 750, 753, 759, 789, 792, 798, 828, 831, 837, 867, 946, 953, 959, 989, 1142, 1225, 1226, 1612, 1680, 1698, 1699, 1703, 1706, 1708, 1710, 1728, 1729, 1730, 1740, 1741, 1742, 1792, 1852, 1864, 1869, 1880, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1899, 1901, 1904, 1909], "expos": [0, 503, 505, 534, 583, 593, 1660, 1863, 1879, 1897, 1901], "densiti": [0, 4, 191, 200, 250, 459, 497, 511, 552, 554, 555, 557, 561, 563, 569, 571, 579, 586, 591, 593, 645, 656, 709, 748, 787, 826, 865, 903, 927, 940, 941, 987, 1714, 1722, 1723, 1724, 1765, 1883, 1886, 1887, 1891, 1896, 1900, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "dlrimfreq": [0, 946], "dlrimtim": [0, 946], "bind": [0, 282, 569, 571, 574, 1625, 1640, 1660, 1676, 1677, 1678, 1865, 1870, 1887, 1891, 1893, 1894, 1913, 1918], "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, 453, 460, 474, 501, 504, 509, 521, 524, 527, 528, 532, 550, 551, 562, 578, 581, 583, 886, 1846, 1853, 1855, 1895, 1901], "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, 460, 465, 466, 467, 478, 493, 494, 495, 496, 501, 502, 504, 505, 507, 508, 509, 510, 511, 519, 526, 528, 530, 531, 534, 536, 543, 550, 551, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 565, 569, 571, 572, 574, 575, 578, 579, 581, 583, 584, 585, 586, 587, 588, 590, 591, 593, 594, 596, 597, 598, 620, 641, 660, 661, 664, 666, 672, 673, 675, 714, 753, 792, 831, 871, 874, 886, 891, 932, 935, 946, 1001, 1007, 1224, 1229, 1231, 1677, 1678, 1697, 1704, 1707, 1711, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1776, 1792, 1794, 1847, 1855, 1862, 1863, 1865, 1866, 1868, 1872, 1874, 1876, 1877, 1881, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1924], "basic": [0, 4, 9, 507, 508, 509, 514, 518, 528, 530, 553, 554, 576, 581, 589, 592, 1869, 1873, 1874, 1875, 1876, 1881, 1884, 1887, 1891, 1893, 1903, 1913, 1917, 1918, 1922], "algebra": [0, 524, 583, 1884, 1887, 1891, 1895], "meshlegendr": [0, 557, 753], "n_iw": [0, 192, 264, 265, 322, 326, 511, 530, 534, 646, 1002, 1132, 1192, 1876, 1891, 1894, 1897, 1900, 1901, 1908, 1909, 1917, 1918, 1922], "meshimfreq": [0, 555, 564, 675, 946, 1192, 1209, 1225, 1229, 1897, 1900, 1901, 1908, 1909, 1913, 1917, 1918, 1922], "oplot": [0, 555, 556, 557, 558, 559, 565, 569, 590, 591, 1215, 1741, 1742, 1754, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "data": [0, 5, 9, 252, 261, 267, 269, 270, 272, 278, 281, 282, 284, 293, 294, 296, 302, 335, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 470, 474, 475, 478, 479, 485, 486, 491, 492, 493, 494, 495, 496, 503, 507, 508, 510, 523, 524, 531, 532, 533, 536, 542, 545, 548, 552, 553, 560, 562, 564, 583, 589, 675, 679, 697, 711, 714, 718, 736, 750, 753, 757, 775, 789, 792, 796, 814, 828, 831, 835, 853, 867, 876, 881, 894, 901, 953, 957, 975, 989, 1015, 1073, 1074, 1085, 1086, 1099, 1100, 1113, 1114, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1220, 1225, 1227, 1231, 1758, 1762, 1763, 1874, 1884, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "access": [0, 28, 256, 276, 288, 300, 371, 377, 382, 394, 431, 474, 477, 528, 532, 548, 550, 553, 560, 567, 581, 1622, 1759, 1864, 1866, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1901, 1903, 1904, 1909], "matsubarafreq": 0, "code": [0, 4, 5, 7, 9, 115, 118, 119, 272, 284, 296, 501, 502, 505, 509, 510, 513, 514, 534, 562, 575, 576, 579, 583, 585, 594, 596, 1863, 1864, 1865, 1870, 1873, 1877, 1878, 1879, 1880, 1887, 1889, 1890, 1891, 1894, 1895, 1902, 1904, 1905, 1909, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "simplif": 0, "In": [0, 3, 6, 7, 261, 278, 375, 383, 384, 385, 395, 396, 397, 460, 507, 509, 510, 517, 518, 519, 522, 524, 526, 528, 530, 531, 533, 534, 543, 547, 554, 562, 563, 575, 579, 580, 581, 582, 585, 591, 592, 594, 596, 597, 1794, 1864, 1865, 1866, 1868, 1869, 1876, 1880, 1881, 1883, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "gf_dlr": 0, "do": [0, 5, 6, 7, 8, 85, 191, 194, 195, 196, 197, 233, 501, 509, 510, 517, 518, 519, 521, 524, 531, 534, 539, 542, 554, 558, 566, 569, 571, 578, 579, 581, 586, 587, 588, 591, 592, 951, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1827, 1846, 1852, 1864, 1868, 1869, 1880, 1881, 1883, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1915, 1917, 1918, 1920, 1922, 1924], "compar": [0, 18, 46, 76, 89, 100, 109, 489, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1901, 1904, 1906, 1908, 1909, 1911, 1915, 1916, 1920, 1921, 1922], "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, 456, 460, 462, 474, 475, 491, 492, 501, 502, 504, 507, 508, 509, 511, 517, 518, 523, 524, 526, 528, 531, 532, 534, 535, 537, 538, 539, 540, 542, 543, 544, 546, 552, 553, 555, 556, 557, 558, 559, 560, 562, 564, 566, 567, 570, 574, 575, 583, 584, 585, 586, 587, 591, 651, 652, 657, 664, 675, 687, 710, 712, 714, 726, 749, 751, 753, 765, 788, 790, 792, 804, 827, 829, 831, 843, 866, 868, 951, 953, 965, 988, 990, 1048, 1049, 1075, 1087, 1101, 1115, 1129, 1146, 1157, 1168, 1176, 1180, 1190, 1215, 1225, 1227, 1641, 1661, 1678, 1681, 1697, 1698, 1699, 1703, 1704, 1706, 1708, 1725, 1728, 1729, 1730, 1745, 1756, 1758, 1782, 1792, 1847, 1866, 1875, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "coeffici": [0, 9, 193, 263, 316, 317, 318, 361, 364, 365, 526, 528, 552, 557, 563, 564, 565, 567, 582, 583, 584, 586, 682, 721, 760, 799, 838, 960, 997, 998, 999, 1000, 1008, 1090, 1230, 1687, 1689, 1701, 1711, 1716, 1726, 1875, 1897, 1901], "block_gf": [0, 192, 193, 195, 196, 250, 264, 265, 309, 314, 319, 320, 326, 327, 330, 529, 547, 553, 646, 647, 648, 649, 1901], "block": [0, 1, 2, 4, 166, 168, 169, 181, 192, 193, 194, 195, 196, 198, 199, 200, 255, 264, 265, 510, 511, 523, 526, 529, 532, 547, 553, 555, 556, 557, 558, 559, 560, 564, 565, 572, 586, 587, 588, 600, 602, 605, 607, 623, 626, 628, 708, 747, 786, 825, 864, 870, 871, 872, 873, 875, 877, 878, 879, 880, 882, 885, 886, 887, 890, 892, 893, 895, 897, 900, 905, 986, 1023, 1225, 1229, 1231, 1233, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1768, 1769, 1774, 1775, 1852, 1863, 1887, 1890, 1891, 1893, 1894, 1895, 1899, 1903, 1911], "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, 460, 462, 470, 474, 491, 492, 495, 496, 511, 513, 524, 525, 526, 528, 531, 536, 550, 554, 566, 567, 571, 572, 591, 598, 711, 750, 789, 828, 867, 886, 989, 1061, 1768, 1774, 1875, 1876, 1893, 1897, 1899, 1901, 1903], "revert": 0, "order": [0, 4, 6, 7, 215, 217, 225, 266, 267, 335, 352, 375, 400, 464, 509, 510, 517, 519, 520, 527, 528, 530, 531, 535, 538, 539, 542, 544, 546, 552, 562, 564, 580, 581, 582, 583, 584, 585, 594, 598, 875, 882, 892, 905, 950, 1227, 1703, 1706, 1708, 1745, 1864, 1865, 1866, 1868, 1870, 1881, 1887, 1891, 1893, 1895, 1896, 1897, 1901, 1902, 1903, 1904, 1908, 1909, 1910, 1915, 1916, 1917, 1920, 1921, 1922, 1924], "hyb": [0, 169, 368, 1873, 1903], "fop": [0, 169, 347, 351, 352, 362, 511, 566, 600, 602, 623, 1899], "atomdiag": [0, 511, 1899], "ar": [0, 3, 4, 6, 7, 8, 46, 76, 169, 192, 193, 247, 266, 270, 315, 335, 358, 359, 364, 375, 388, 411, 412, 417, 441, 460, 462, 464, 470, 487, 489, 492, 494, 495, 502, 503, 504, 505, 507, 508, 509, 510, 511, 514, 517, 518, 519, 520, 522, 524, 525, 526, 527, 529, 531, 532, 534, 536, 538, 543, 548, 551, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 565, 566, 567, 570, 574, 579, 580, 581, 583, 584, 585, 586, 587, 588, 589, 592, 593, 594, 598, 664, 872, 886, 887, 1065, 1148, 1168, 1180, 1218, 1225, 1229, 1231, 1640, 1681, 1699, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1740, 1846, 1847, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1880, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "real": [0, 196, 250, 307, 311, 321, 325, 462, 466, 467, 474, 511, 528, 529, 532, 534, 539, 547, 550, 552, 553, 554, 555, 556, 557, 560, 561, 564, 565, 568, 573, 581, 583, 584, 586, 587, 591, 600, 623, 649, 675, 681, 709, 714, 720, 748, 753, 759, 787, 792, 798, 826, 831, 837, 865, 953, 959, 987, 1005, 1168, 1180, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1230, 1231, 1233, 1614, 1631, 1641, 1651, 1661, 1667, 1677, 1681, 1682, 1687, 1699, 1706, 1710, 1726, 1728, 1729, 1730, 1756, 1782, 1792, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "forc": [0, 1917, 1922], "unit": [0, 568, 569, 571, 573, 574, 1065, 1612, 1615, 1625, 1627, 1629, 1640, 1641, 1645, 1647, 1652, 1660, 1661, 1662, 1663, 1668, 1680, 1681, 1886, 1900, 1906, 1911, 1913, 1917, 1918, 1922], "merg": [0, 373], "both": [0, 8, 438, 460, 489, 525, 531, 533, 535, 542, 548, 550, 552, 554, 562, 594, 1090, 1148, 1168, 1180, 1678, 1782, 1864, 1872, 1873, 1887, 1889, 1891, 1893, 1894, 1897, 1901, 1902, 1904, 1906, 1908, 1909, 1911, 1912, 1913, 1916, 1918, 1921], "updat": [0, 6, 8, 361, 427, 507, 509, 523, 524, 525, 575, 578, 579, 591, 1864, 1875, 1883, 1887, 1891, 1906, 1911], "land": 0, "page": [0, 6, 7, 8, 510, 527, 532, 536, 548, 592, 1862, 1863, 1864, 1865, 1873, 1876, 1888, 1892], "public": [0, 3, 4, 1863, 1864], "corelib": 0, "numer": [0, 3, 4, 5, 583, 592, 1678, 1887, 1890, 1891, 1894, 1897, 1898, 1901, 1904, 1909, 1910, 1914, 1915, 1917, 1919, 1920, 1922], "algorithm": [0, 3, 4, 5, 9, 169, 367, 368, 373, 520, 523, 524, 525, 566, 575, 576, 579, 598, 600, 602, 623, 1897, 1899, 1901, 1903, 1904, 1909, 1910, 1916, 1921], "convert": [0, 9, 155, 365, 459, 501, 502, 504, 583, 584, 585, 586, 908, 1073, 1074, 1085, 1086, 1099, 1100, 1113, 1114, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1676, 1677, 1699, 1713, 1726, 1872, 1887, 1891, 1897, 1901], "readm": 0, "markdown": 0, "conda": [0, 1864], "badg": 0, "openmp": [0, 4, 1870, 1913, 1918], "build": [0, 4, 282, 294, 335, 504, 508, 511, 518, 528, 534, 538, 539, 871, 886, 1640, 1863, 1864, 1865, 1867, 1869, 1871, 1872, 1879, 1881, 1887, 1891, 1901, 1906, 1911], "ubuntu": [0, 1865, 1868, 1869, 1880], "24": [0, 264, 1864, 1876, 1891, 1901, 1910], "04": [0, 1864, 1871, 1887, 1891, 1903, 1906, 1910, 1911, 1919], "nobl": [0, 1864], "distribut": [0, 456, 457, 459, 473, 505, 580, 1148, 1168, 1180, 1764, 1794, 1798, 1863, 1864, 1865, 1868, 1869, 1901, 1913, 1918], "googl": [0, 1863, 1865, 1880], "group": [0, 4, 173, 182, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 354, 355, 407, 408, 435, 436, 460, 478, 479, 507, 509, 562, 608, 619, 629, 640, 1846, 1863, 1887, 1891, 1898], "advertis": 0, "instead": [0, 423, 562, 572, 583, 584, 1698, 1776, 1848, 1850, 1856, 1857, 1864, 1887, 1891, 1897, 1900, 1901, 1909], "instruct": [0, 7, 592, 1864, 1865, 1868, 1869, 1890, 1894, 1904, 1909], "osx": [0, 1864], "venv": [0, 1869], "custom": [0, 510, 1864], "environ": [0, 505, 510, 578, 581, 1817, 1865, 1867, 1868, 1871, 1880, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "command": [0, 7, 8, 129, 502, 507, 565, 672, 673, 1864, 1866, 1868, 1869, 1872, 1880, 1887, 1891, 1895, 1896, 1898, 1904, 1909, 1924], "note": [0, 3, 460, 509, 517, 518, 521, 522, 525, 528, 529, 530, 548, 552, 553, 555, 556, 557, 558, 559, 562, 564, 581, 586, 590, 591, 597, 681, 687, 709, 710, 720, 726, 748, 749, 759, 765, 787, 788, 798, 804, 826, 827, 837, 843, 865, 866, 946, 953, 959, 965, 987, 988, 1231, 1864, 1865, 1879, 1884, 1887, 1891, 1895, 1896, 1897, 1898, 1901, 1902, 1905, 1908, 1909, 1910, 1915, 1917, 1920, 1922], "develop": [0, 3, 4, 6, 8, 505, 596, 1863, 1864, 1865, 1872, 1879, 1888, 1892, 1904, 1909], "duplic": [0, 118, 1868], "941": 0, "nevanlinna": 0, "applic": [0, 3, 5, 1864, 1865, 1868, 1873, 1879, 1883, 1887, 1891, 1900, 1912], "section": [0, 7, 255, 270, 367, 518, 525, 528, 536, 547, 554, 578, 579, 581, 591, 598, 1863, 1887, 1888, 1890, 1891, 1892, 1894, 1903], "defin": [0, 165, 166, 167, 168, 375, 460, 461, 462, 465, 466, 467, 468, 470, 472, 491, 492, 494, 495, 496, 498, 501, 504, 509, 518, 521, 523, 525, 526, 528, 535, 551, 561, 562, 565, 566, 569, 571, 574, 578, 579, 581, 583, 584, 585, 591, 596, 597, 917, 946, 953, 1201, 1646, 1680, 1699, 1710, 1864, 1870, 1876, 1881, 1886, 1887, 1891, 1897, 1899, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "latex": [0, 522], "docstr": [0, 1870, 1899, 1900, 1901], "raw": [0, 594, 680, 719, 758, 797, 836, 958, 1872, 1887, 1891, 1893, 1903], "avoid": [0, 464, 501, 510, 521, 1864, 1887, 1891, 1897, 1901, 1904, 1909, 1917, 1922], "invalid": [0, 261, 278, 533, 1919], "escap": [0, 1, 2], "sequenc": [0, 335, 336, 337, 339, 344, 345, 346, 348, 352, 362, 531, 583, 585], "build_triq": [0, 1864, 1878], "sh": [0, 1864], "work": [0, 3, 7, 8, 9, 233, 270, 388, 505, 510, 520, 523, 555, 557, 561, 569, 592, 681, 720, 759, 798, 837, 927, 940, 959, 1864, 1866, 1868, 1869, 1872, 1874, 1887, 1891, 1896, 1897, 1901, 1904, 1905, 1909, 1910], "zsh": 0, "maco": 0, "k_space_path": [0, 1887, 1889, 1890, 1891, 1893, 1894, 1913, 1918, 1919, 1920], "layout": [0, 135, 251, 252, 255, 261, 269, 270, 278, 281, 282, 293, 294, 302, 321, 327], "html": [0, 7, 1887, 1891, 1913, 1918], "912": 0, "gpg": [0, 1864], "agent": [0, 1864], "numpydoc": [0, 1870], "sourc": [0, 3, 5, 7, 8, 362, 460, 500, 501, 504, 505, 509, 522, 555, 556, 557, 558, 559, 561, 562, 564, 570, 571, 572, 584, 586, 587, 588, 590, 592, 600, 656, 657, 658, 659, 660, 661, 664, 666, 667, 670, 671, 675, 676, 714, 715, 753, 754, 792, 793, 831, 832, 870, 871, 873, 874, 875, 882, 883, 885, 886, 889, 890, 891, 892, 893, 896, 897, 898, 902, 903, 904, 905, 906, 907, 908, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 923, 924, 925, 927, 928, 929, 930, 932, 933, 935, 936, 938, 939, 940, 941, 944, 946, 948, 949, 951, 952, 953, 954, 955, 956, 957, 959, 965, 968, 969, 987, 988, 989, 990, 991, 992, 993, 994, 995, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1033, 1034, 1035, 1036, 1037, 1038, 1041, 1042, 1048, 1049, 1052, 1053, 1055, 1056, 1058, 1059, 1061, 1062, 1063, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1203, 1204, 1205, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1217, 1218, 1219, 1220, 1221, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1608, 1609, 1610, 1636, 1637, 1640, 1641, 1642, 1643, 1644, 1646, 1656, 1658, 1660, 1661, 1662, 1663, 1664, 1665, 1667, 1673, 1674, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1721, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1736, 1737, 1740, 1741, 1742, 1743, 1745, 1746, 1754, 1768, 1770, 1771, 1772, 1774, 1776, 1777, 1782, 1783, 1786, 1787, 1788, 1789, 1790, 1792, 1794, 1797, 1798, 1800, 1801, 1802, 1803, 1804, 1805, 1811, 1814, 1815, 1817, 1819, 1820, 1821, 1822, 1823, 1826, 1827, 1828, 1829, 1830, 1831, 1833, 1834, 1835, 1836, 1837, 1840, 1841, 1842, 1843, 1845, 1846, 1855, 1859, 1860, 1861, 1865, 1868, 1879, 1881], "fail": [0, 509, 1792, 1902, 1908], "git": [0, 8, 592, 1864, 1871, 1872, 1891], "clone": [0, 501, 536, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1864], "attempt": [0, 417, 438, 440, 441, 442, 443, 449, 575, 578, 581, 1852, 1868, 1893], "when": [0, 6, 7, 8, 71, 122, 127, 327, 361, 417, 423, 438, 440, 441, 460, 462, 464, 468, 470, 501, 504, 509, 517, 521, 523, 524, 526, 530, 538, 539, 542, 544, 546, 548, 554, 562, 571, 580, 581, 596, 1680, 1714, 1715, 1716, 1798, 1846, 1847, 1849, 1852, 1863, 1866, 1872, 1878, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1898, 1901, 1902, 1903, 1904, 1908, 1909, 1914, 1915, 1917, 1919, 1920, 1922], "userguid": [0, 6], "tutori": [0, 5, 7, 9, 576, 591, 946, 1863, 1882, 1884, 1885, 1888, 1890, 1892, 1894, 1895, 1897, 1901, 1904, 1909, 1910, 1913, 1918, 1923], "directori": [0, 8, 509, 1864, 1866, 1867, 1869, 1871, 1872, 1881, 1887, 1888, 1891, 1892, 1904, 1909, 1910], "alreadi": [0, 504, 509, 521, 554, 579, 581, 1864, 1868, 1870, 1884, 1887, 1890, 1891, 1894, 1895, 1905, 1906, 1910, 1911], "present": [0, 505, 519, 554, 555, 556, 557, 558, 559, 562, 675, 714, 753, 792, 831, 1852, 1869, 1870, 1873], "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, 453, 460, 461, 462, 463, 464, 468, 469, 470, 471, 474, 476, 485, 486, 487, 490, 499, 508, 509, 511, 518, 528, 531, 534, 539, 544, 552, 558, 564, 566, 567, 568, 570, 572, 575, 576, 578, 579, 581, 582, 583, 584, 586, 587, 588, 592, 594, 600, 602, 618, 619, 623, 639, 640, 651, 652, 660, 661, 695, 734, 773, 812, 851, 880, 900, 973, 1065, 1078, 1104, 1118, 1132, 1140, 1148, 1168, 1180, 1199, 1201, 1225, 1615, 1616, 1623, 1643, 1652, 1653, 1657, 1668, 1669, 1672, 1673, 1678, 1680, 1681, 1694, 1698, 1699, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1756, 1762, 1763, 1771, 1772, 1776, 1777, 1778, 1779, 1782, 1792, 1846, 1852, 1863, 1864, 1866, 1868, 1872, 1875, 1876, 1881, 1883, 1884, 1887, 1891, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1918, 1919], "gnuinstalldir": 0, "obtain": [0, 263, 364, 460, 505, 525, 531, 542, 564, 593, 594, 946, 997, 1225, 1863, 1876, 1887, 1891, 1899, 1900, 1902, 1903, 1908, 1909, 1916, 1921], "proper": [0, 3, 548, 552, 564, 1228, 1864, 1869, 1872, 1879], "libdir": 0, "locat": [0, 597, 1864, 1881], "boost": [0, 453, 454, 575, 583, 593, 1868, 1870], "import": [0, 504, 505, 508, 509, 511, 526, 554, 555, 556, 557, 558, 559, 561, 562, 565, 569, 571, 574, 583, 590, 591, 592, 593, 672, 673, 1862, 1863, 1864, 1866, 1878, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1898, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "target": [0, 8, 134, 135, 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, 528, 532, 534, 536, 538, 539, 540, 542, 544, 546, 555, 556, 557, 558, 559, 675, 687, 705, 706, 707, 708, 714, 726, 744, 745, 746, 747, 753, 765, 783, 784, 785, 786, 792, 804, 822, 823, 824, 825, 831, 843, 861, 862, 863, 864, 886, 953, 965, 983, 984, 985, 986, 1023, 1792, 1846, 1855, 1863, 1887, 1891, 1901], "70": [0, 1870, 1887, 1891, 1910], "project": [0, 3, 4, 7, 375, 566, 1863, 1872, 1873, 1900], "languag": [0, 502, 507, 530, 536, 1863, 1865, 1870, 1872, 1884, 1895], "benchmark": 0, "branch": [0, 7, 8, 507, 1864, 1872], "unstabl": [0, 7, 8, 1864, 1872, 1887, 1891, 1897, 1901, 1913, 1914, 1918, 1919], "fmt": 0, "copi": [0, 8, 30, 85, 88, 144, 207, 214, 216, 224, 255, 270, 282, 294, 302, 313, 366, 368, 418, 420, 462, 501, 504, 518, 521, 524, 533, 534, 536, 548, 553, 556, 558, 559, 560, 567, 570, 583, 592, 598, 677, 679, 690, 710, 716, 718, 729, 749, 755, 757, 768, 788, 794, 796, 807, 827, 833, 835, 846, 866, 871, 874, 875, 886, 891, 892, 955, 957, 968, 988, 1059, 1864, 1878, 1887, 1888, 1889, 1891, 1892, 1893, 1900, 1901, 1906, 1908, 1909, 1911], "desc": [0, 9, 502], "file": [0, 4, 5, 7, 8, 9, 278, 502, 504, 505, 507, 509, 534, 543, 554, 562, 564, 569, 578, 581, 586, 592, 596, 597, 664, 1231, 1677, 1681, 1682, 1723, 1724, 1725, 1864, 1866, 1870, 1871, 1873, 1874, 1879, 1880, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1898, 1899, 1900, 1901, 1913, 1914, 1918, 1919, 1924], "macro": [0, 521, 596], "triqs_arrays_enforce_boundcheck": 0, "nda_debug": 0, "cpp2py_python_xxx": 0, "variabl": [0, 474, 501, 510, 518, 519, 520, 525, 527, 528, 529, 532, 534, 535, 542, 545, 547, 553, 570, 581, 660, 680, 711, 719, 750, 758, 789, 797, 828, 836, 867, 958, 989, 1756, 1782, 1792, 1817, 1864, 1867, 1871, 1880, 1881, 1895, 1905, 1910], "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, 462, 504, 509, 510, 511, 523, 527, 528, 530, 539, 548, 552, 554, 555, 556, 557, 558, 559, 565, 566, 567, 580, 581, 583, 585, 586, 588, 591, 592, 611, 632, 675, 687, 708, 712, 714, 726, 747, 751, 753, 765, 786, 790, 792, 804, 825, 829, 831, 843, 864, 868, 946, 953, 965, 986, 990, 1023, 1687, 1689, 1736, 1737, 1817, 1847, 1853, 1856, 1857, 1863, 1864, 1866, 1867, 1868, 1869, 1873, 1880, 1881, 1884, 1886, 1887, 1891, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1905, 1906, 1908, 1909, 1910, 1911, 1912], "polici": 0, "114": 0, "rpath": 0, "triqsconfig": [0, 1881], "docker": 0, "imag": [0, 250, 559, 583, 590, 591, 1862, 1864, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1908, 1909, 1910, 1911, 1918, 1919, 1921], "openblas_num_thread": [0, 1866], "mkl_num_thread": [0, 1866], "oneapi": 0, "2024": 0, "consist": [0, 4, 16, 132, 245, 246, 503, 504, 1873, 1883, 1887, 1891, 1893, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1915, 1917, 1920, 1922, 1923, 1924], "openbla": [0, 1866, 1868], "over": [0, 200, 467, 476, 487, 492, 495, 496, 509, 516, 528, 542, 548, 550, 554, 562, 566, 567, 569, 575, 581, 582, 594, 1794, 1829, 1843, 1872, 1876, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "liblapack": 0, "dockerfil": 0, "jenkinsfil": 0, "more": [0, 8, 9, 472, 491, 492, 503, 507, 510, 514, 517, 520, 521, 527, 528, 531, 535, 536, 538, 539, 543, 554, 562, 579, 581, 583, 590, 591, 592, 1858, 1862, 1863, 1864, 1865, 1868, 1869, 1873, 1875, 1876, 1880, 1886, 1887, 1888, 1891, 1892, 1897, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1913, 1917, 1918, 1922], "For": [0, 4, 358, 359, 367, 453, 460, 501, 503, 504, 509, 510, 517, 518, 519, 521, 522, 525, 526, 528, 531, 534, 535, 543, 552, 554, 555, 556, 557, 558, 559, 562, 575, 580, 581, 582, 583, 594, 596, 675, 714, 753, 792, 831, 908, 946, 1090, 1104, 1118, 1862, 1863, 1864, 1869, 1870, 1871, 1872, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "mode": [0, 554, 558, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1741, 1742, 1754, 1864, 1867, 1919], "sure": [0, 8, 122, 127, 1846, 1862, 1864, 1868, 1869, 1871, 1872, 1887, 1891, 1917, 1922], "run": [0, 7, 8, 339, 416, 417, 420, 429, 432, 440, 441, 444, 528, 578, 581, 592, 1677, 1820, 1846, 1851, 1858, 1863, 1864, 1866, 1868, 1869, 1872, 1873, 1880, 1885, 1889, 1893, 1895, 1896, 1898, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1918, 1919, 1920, 1922, 1924], "suffici": [0, 1864, 1897, 1901, 1915, 1920], "share": [0, 4, 1863, 1864], "arg": [0, 364, 501, 504, 555, 556, 557, 558, 559, 562, 600, 603, 624, 681, 682, 683, 684, 685, 686, 692, 693, 697, 698, 699, 700, 701, 702, 703, 704, 708, 709, 720, 721, 722, 723, 724, 725, 731, 732, 736, 737, 738, 739, 740, 741, 742, 743, 747, 748, 759, 760, 761, 762, 763, 764, 770, 771, 775, 776, 777, 778, 779, 780, 781, 782, 786, 787, 798, 799, 800, 801, 802, 803, 809, 810, 814, 815, 816, 817, 818, 819, 820, 821, 825, 826, 837, 838, 839, 840, 841, 842, 848, 849, 853, 854, 855, 856, 857, 858, 859, 860, 864, 865, 873, 890, 893, 903, 912, 913, 929, 930, 951, 952, 959, 960, 961, 962, 963, 964, 970, 971, 975, 976, 977, 978, 979, 980, 981, 982, 986, 987, 1025, 1026, 1066, 1079, 1091, 1105, 1119, 1133, 1149, 1160, 1169, 1181, 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, 1604, 1613, 1621, 1626, 1645, 1647, 1662, 1663, 1686, 1749, 1757, 1846, 1855, 1899, 1900, 1901, 1917, 1921, 1922], "ncore": [0, 1864], "dockerbuild": 0, "builduid": 0, "configur": [0, 427, 440, 441, 460, 579, 581, 592, 1864, 1865, 1872, 1879, 1881, 1887, 1891], "error": [0, 9, 115, 118, 119, 211, 236, 264, 265, 459, 460, 466, 467, 472, 491, 492, 494, 495, 498, 510, 513, 517, 552, 575, 586, 591, 596, 1725, 1852, 1865, 1871, 1887, 1891, 1903, 1909], "recommend": [0, 554, 562, 596, 1862, 1863, 1864, 1865, 1868, 1873, 1884, 1887, 1891, 1895, 1904, 1909], "virtualenv": 0, "synchron": [0, 118, 1820], "three": [0, 470, 491, 492, 510, 568, 574, 578, 581, 583, 584, 586, 1612, 1641, 1648, 1649, 1661, 1664, 1665, 1680, 1682, 1709, 1873, 1924], "symmetri": [0, 181, 264, 310, 526, 532, 536, 555, 562, 574, 1897, 1901, 1904, 1909, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "initi": [0, 163, 165, 166, 167, 168, 180, 326, 327, 364, 440, 441, 462, 530, 536, 552, 554, 557, 561, 564, 565, 572, 578, 579, 604, 605, 606, 607, 625, 626, 627, 628, 917, 1225, 1230, 1680, 1770, 1772, 1779, 1782, 1792, 1847, 1853, 1863, 1875, 1876, 1898, 1902, 1903, 1906, 1908, 1909, 1911, 1917, 1921, 1922], "overload": [0, 9, 21, 24, 32, 36, 40, 65, 68, 78, 81, 102, 106, 261, 500, 501, 504, 513, 514, 518, 519, 527, 528, 535, 582, 598], "wrap": [0, 9, 122, 124, 127, 501, 502, 504, 505, 996, 1006, 1234, 1865, 1878, 1887, 1891], "evalu": [0, 9, 227, 513, 514, 518, 519, 520, 521, 524, 528, 532, 536, 543, 551, 554, 573, 598, 698, 699, 737, 738, 776, 777, 815, 816, 854, 855, 976, 977, 1016, 1017, 1034, 1090, 1104, 1118, 1627, 1629, 1645, 1647, 1662, 1663, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1913, 1914, 1917, 1918, 1919, 1922], "concept": [0, 9, 261, 278, 375, 418, 420, 445, 521, 522, 524, 529, 530, 533, 538, 539, 544, 546, 553, 576, 581], "rais": [0, 509, 1714, 1715, 1716, 1847, 1852, 1858], "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, 564, 1227], "u": [0, 4, 6, 9, 39, 105, 472, 507, 508, 509, 510, 511, 513, 525, 526, 554, 564, 566, 571, 579, 582, 585, 586, 590, 1065, 1227, 1698, 1699, 1703, 1705, 1708, 1714, 1715, 1723, 1724, 1725, 1872, 1874, 1878, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1911, 1915, 1917, 1920, 1922], "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, 449, 509, 517, 524, 532, 552, 554, 564, 573, 574, 575, 590, 591, 593, 598, 687, 726, 765, 804, 843, 965, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1227, 1605, 1625, 1642, 1643, 1646, 1742, 1863, 1872, 1877, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1898, 1900, 1901, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1920, 1921, 1922], "strand": [0, 3, 564, 1227], "jie": 0, "xiong": 0, "interfac": [0, 9, 435, 436, 499, 507, 509, 510, 511, 554, 562, 583, 589, 1660, 1680, 1863, 1870, 1873, 1882, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1898, 1901], "summar": [0, 1872, 1887, 1891, 1896], "adjust": [0, 557, 570, 590, 660, 670, 682, 721, 760, 799, 838, 960, 1008, 1872, 1903, 1917, 1921, 1922, 1924], "conveni": [0, 509, 534, 543, 552, 583, 590, 1872, 1897, 1901, 1904, 1909], "have": [0, 4, 6, 7, 8, 191, 194, 195, 196, 197, 228, 272, 284, 296, 411, 412, 462, 470, 491, 492, 494, 495, 507, 509, 510, 517, 518, 520, 521, 525, 526, 528, 533, 534, 535, 538, 542, 546, 552, 554, 562, 578, 579, 580, 581, 583, 586, 587, 588, 589, 590, 591, 592, 594, 874, 891, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863, 1864, 1865, 1866, 1870, 1872, 1873, 1874, 1876, 1877, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "you": [0, 3, 4, 6, 7, 8, 507, 519, 520, 526, 554, 562, 565, 576, 579, 580, 581, 592, 593, 1852, 1855, 1862, 1863, 1864, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1876, 1878, 1879, 1880, 1882, 1884, 1885, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924], "can": [0, 3, 4, 6, 7, 8, 11, 207, 261, 278, 335, 375, 388, 460, 462, 469, 471, 472, 501, 502, 504, 507, 508, 509, 510, 511, 513, 517, 518, 519, 521, 523, 526, 527, 528, 530, 532, 533, 535, 538, 539, 540, 542, 544, 546, 548, 550, 552, 554, 558, 561, 562, 565, 570, 571, 572, 575, 576, 578, 579, 580, 581, 582, 583, 584, 586, 590, 591, 592, 593, 594, 596, 597, 598, 660, 661, 664, 670, 676, 715, 754, 793, 832, 871, 946, 1034, 1090, 1104, 1118, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1646, 1678, 1699, 1768, 1774, 1776, 1817, 1852, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1876, 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, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924], "download": [0, 1870, 1872, 1888, 1892], "top": [0, 8, 139, 282, 294, 591, 1640, 1660, 1864, 1872, 1887, 1888, 1891, 1892, 1903], "level": [0, 423, 460, 510, 511, 581, 590, 1792, 1814, 1863, 1872, 1873, 1876, 1887, 1891, 1892, 1894, 1897, 1901, 1903, 1913, 1918], "your": [0, 4, 6, 7, 576, 580, 592, 1862, 1863, 1864, 1865, 1866, 1868, 1869, 1870, 1871, 1873, 1878, 1880, 1881, 1884, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1903, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "repositori": [0, 1864, 1872, 1873], "previous": [0, 443, 452, 1888, 1892, 1894], "gfindic": 0, "domain": [0, 269, 281, 293, 516, 529, 530, 532, 535, 550, 553, 661, 930, 933, 936, 1897, 1901, 1917, 1922], "directli": [0, 4, 6, 491, 492, 501, 504, 534, 552, 584, 946, 1699, 1863, 1864, 1880, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1904, 1906, 1909, 1911, 1913, 1914, 1918, 1919], "paramet": [0, 9, 464, 501, 504, 508, 509, 510, 512, 528, 529, 530, 531, 538, 539, 540, 544, 546, 553, 562, 564, 566, 568, 570, 571, 573, 575, 578, 581, 582, 584, 586, 587, 588, 590, 592, 598, 602, 623, 657, 661, 664, 667, 670, 671, 681, 687, 711, 720, 726, 750, 759, 765, 789, 798, 804, 828, 837, 843, 867, 918, 928, 930, 933, 936, 941, 943, 946, 953, 959, 965, 989, 1041, 1055, 1090, 1104, 1118, 1132, 1148, 1159, 1199, 1201, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1224, 1225, 1226, 1227, 1229, 1230, 1231, 1233, 1612, 1620, 1625, 1636, 1640, 1641, 1648, 1649, 1661, 1664, 1665, 1673, 1676, 1677, 1678, 1680, 1681, 1682, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1754, 1761, 1764, 1765, 1777, 1792, 1875, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1899, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911], "alwai": [0, 460, 468, 470, 518, 554, 581, 1846, 1852, 1868, 1887, 1891, 1894, 1916, 1921], "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, 456, 457, 458, 460, 501, 503, 504, 508, 509, 511, 512, 513, 517, 519, 520, 521, 524, 528, 530, 535, 538, 539, 544, 545, 546, 550, 552, 554, 555, 556, 557, 558, 559, 562, 564, 566, 567, 568, 570, 571, 572, 574, 575, 578, 581, 583, 584, 585, 586, 587, 588, 591, 596, 598, 600, 604, 606, 609, 621, 622, 625, 627, 630, 642, 643, 664, 677, 678, 681, 690, 709, 710, 711, 716, 717, 720, 729, 748, 749, 750, 755, 756, 759, 768, 787, 788, 789, 794, 795, 798, 807, 826, 827, 828, 833, 834, 837, 846, 865, 866, 867, 871, 873, 875, 882, 889, 890, 892, 893, 896, 904, 905, 946, 950, 955, 956, 959, 968, 987, 988, 989, 1028, 1029, 1034, 1199, 1201, 1215, 1217, 1218, 1219, 1223, 1224, 1225, 1227, 1228, 1229, 1230, 1231, 1232, 1617, 1618, 1642, 1648, 1649, 1664, 1665, 1673, 1676, 1677, 1678, 1680, 1681, 1682, 1687, 1689, 1692, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1745, 1754, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1769, 1771, 1775, 1778, 1782, 1792, 1794, 1829, 1843, 1848, 1850, 1851, 1852, 1869, 1874, 1875, 1876, 1895, 1900, 1902, 1908, 1916, 1917, 1921, 1922], "tick": [0, 1680, 1919, 1920], "third": [0, 564, 581, 1226, 1868, 1896], "argument": [0, 9, 129, 345, 364, 365, 370, 380, 391, 501, 503, 504, 510, 514, 516, 517, 519, 524, 535, 542, 552, 564, 572, 580, 581, 583, 584, 591, 598, 886, 953, 1228, 1702, 1769, 1775, 1782, 1794, 1846, 1852, 1855, 1887, 1891, 1895, 1896, 1897, 1901, 1903, 1917, 1922], "member": [0, 501, 525, 529, 547, 553, 561, 563, 566, 567, 581, 582, 1887, 1891, 1895, 1902, 1903, 1908, 1914, 1919], "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, 499, 511, 566, 573, 581, 583, 584, 600, 602, 617, 623, 638, 1625, 1660, 1677, 1678, 1699, 1714, 1715, 1716, 1883, 1888, 1890, 1892, 1893, 1894, 1899, 1903, 1905, 1906, 1909, 1910, 1911, 1913, 1918], "factori": [0, 582], "now": [0, 7, 8, 470, 511, 525, 528, 530, 554, 578, 580, 581, 1868, 1872, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1901, 1902, 1906, 1908, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "take": [0, 3, 4, 7, 307, 321, 329, 365, 370, 380, 391, 460, 491, 492, 510, 526, 532, 538, 539, 540, 544, 546, 552, 556, 558, 559, 569, 571, 576, 579, 581, 583, 584, 587, 591, 592, 710, 749, 788, 827, 866, 871, 988, 1215, 1640, 1678, 1699, 1702, 1703, 1706, 1708, 1728, 1729, 1730, 1792, 1862, 1874, 1883, 1887, 1890, 1891, 1894, 1896, 1902, 1903, 1905, 1908, 1909, 1910, 1914, 1916, 1919, 1921], "n_orb": [0, 511, 574, 584, 586, 587, 588, 1698, 1721, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1737, 1887, 1889, 1890, 1891, 1893, 1894, 1909], "orb_nam": [0, 511, 586, 587, 1721, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1734], "brzone": [0, 1073, 1074, 1075, 1077], "cyclat": [0, 1085, 1086, 1087, 1089], "dim": [0, 584, 711, 750, 789, 828, 867, 989, 1065, 1078, 1707, 1768, 1770, 1829, 1843, 1887, 1891, 1893, 1894], "period": [0, 539, 551, 578, 1065, 1078, 1649, 1665], "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, 511, 513, 520, 523, 524, 525, 526, 528, 532, 536, 538, 539, 540, 544, 546, 553, 555, 556, 557, 558, 559, 560, 562, 564, 568, 571, 572, 573, 574, 582, 583, 585, 586, 587, 605, 607, 626, 628, 645, 681, 687, 690, 710, 720, 726, 729, 749, 759, 765, 768, 788, 798, 804, 807, 827, 837, 843, 846, 866, 959, 965, 968, 988, 1007, 1065, 1076, 1088, 1227, 1229, 1605, 1612, 1619, 1624, 1625, 1629, 1647, 1663, 1698, 1699, 1700, 1703, 1705, 1706, 1707, 1708, 1710, 1714, 1715, 1723, 1724, 1725, 1728, 1729, 1730, 1768, 1774, 1874, 1875, 1876, 1887, 1891, 1900, 1904, 1909, 1913, 1918], "u_matrix": [0, 584, 586, 1725], "u_matrix_slat": [0, 584], "symbol": [0, 584, 1709, 1884, 1895, 1896], "print": [0, 451, 465, 511, 521, 562, 566, 574, 581, 583, 593, 1792, 1827, 1864, 1866, 1877, 1883, 1887, 1890, 1891, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1909, 1910, 1913, 1917, 1918, 1921, 1922], "sympi": [0, 1884], "express": [0, 9, 261, 272, 278, 284, 296, 378, 389, 499, 513, 516, 520, 521, 528, 529, 553, 560, 561, 562, 564, 583, 598, 929, 932, 935, 1028, 1029, 1033, 1038, 1228, 1865, 1872, 1884, 1897, 1899, 1901, 1906, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "898": 0, "invers": [0, 4, 191, 192, 193, 194, 195, 196, 197, 224, 225, 250, 332, 333, 511, 524, 525, 526, 531, 554, 558, 561, 562, 564, 578, 581, 590, 591, 888, 897, 946, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1658, 1862, 1874, 1875, 1876, 1877, 1883, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1911, 1913, 1915, 1917, 1918, 1920, 1922], "lazi": [0, 9, 11, 255, 261, 270, 278, 302, 327, 499, 510, 515, 518, 519, 521, 530, 553, 560, 564, 598, 929, 932, 935, 1228], "complex_t": 0, "optim": [0, 361, 527, 531, 564, 946, 1225, 1864, 1865, 1887, 1891, 1893, 1897, 1901, 1916, 1917, 1921, 1922], "interpolate_on_seg": 0, "onli": [0, 3, 7, 233, 270, 361, 362, 364, 367, 369, 373, 375, 460, 462, 464, 467, 474, 477, 484, 492, 501, 502, 504, 509, 511, 518, 520, 521, 522, 524, 525, 531, 534, 535, 542, 547, 550, 561, 564, 567, 570, 571, 572, 579, 581, 583, 584, 587, 591, 664, 681, 687, 709, 710, 720, 726, 748, 749, 759, 765, 787, 788, 798, 804, 826, 827, 837, 843, 865, 866, 876, 881, 886, 894, 899, 901, 927, 940, 946, 959, 965, 987, 988, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1227, 1646, 1698, 1728, 1729, 1730, 1759, 1769, 1775, 1792, 1847, 1848, 1853, 1866, 1870, 1874, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1902, 1903, 1908, 1909, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "boundari": [0, 474, 481, 1640, 1760], "free": [0, 7, 118, 122, 127, 375, 517, 528, 529, 552, 554, 563, 567, 569, 570, 581, 582, 659, 663, 1863, 1886, 1887, 1888, 1891, 1892, 1917, 1922], "is_op_hermitian": 0, "hermit": [0, 552, 564, 1004, 1227], "c2py": 0, "oplotr": 0, "oploti": 0, "477": 0, "obsolet": 0, "serial": [0, 554, 562, 582, 1864, 1871, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "global": [0, 1866], "count": [0, 474, 475, 502, 510, 1756, 1758, 1887, 1890, 1891, 1893, 1894], "accumul": [0, 416, 425, 438, 441, 459, 474, 475, 485, 487, 491, 492, 575, 578, 581, 594, 596, 902, 1758, 1762, 1903, 1910], "gfinterpol": 0, "closestmeshpoint": 0, "easybuild": [0, 5], "sha256": 0, "tarbal": 0, "cleanup": [0, 1868], "regener": 0, "gpl": [0, 3, 1863], "copyright": 0, "header": [0, 7, 9, 504, 505, 518, 580, 581, 597, 1866, 1870, 1879, 1881, 1921], "gcc": [0, 596, 597, 1865, 1870, 1871], "clang": [0, 505, 596, 1864, 1868, 1870, 1871], "format": [0, 3, 9, 474, 480, 499, 508, 509, 554, 555, 556, 557, 558, 559, 562, 564, 570, 591, 664, 1231, 1233, 1870, 1887, 1891, 1897, 1901, 1906, 1911], "gf_sym_grp": 0, "parallel": [0, 509, 575, 584, 1698, 1705, 1864, 1870, 1887, 1891, 1900, 1913, 1918], "valid": [0, 484, 522, 525, 535, 548, 583, 585, 587, 591, 598, 1728, 1729, 1730, 1875, 1917, 1922], "meshproduct": [0, 1887, 1891, 1893, 1900, 1913, 1918], "combin": [0, 561, 600, 602, 623, 927, 940, 1884, 1887, 1891, 1893, 1897, 1899, 1901, 1914, 1916, 1919, 1921], "k": [0, 310, 324, 509, 531, 542, 570, 572, 573, 574, 584, 586, 598, 1065, 1199, 1201, 1627, 1629, 1645, 1647, 1662, 1663, 1673, 1678, 1680, 1699, 1700, 1715, 1725, 1768, 1771, 1772, 1774, 1776, 1777, 1778, 1779, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "iw": [0, 548, 554, 564, 1004, 1005, 1192, 1224, 1233, 1897, 1900, 1901], "etc": [0, 4, 8, 9, 495, 496, 499, 507, 523, 592, 597, 1646, 1864, 1887, 1891, 1895, 1896, 1897, 1900, 1901], "idx": [0, 554, 1897, 1901, 1917, 1921, 1922], "tau": [0, 195, 262, 310, 321, 324, 331, 460, 498, 524, 526, 531, 539, 550, 556, 564, 587, 594, 711, 750, 789, 828, 867, 989, 1005, 1090, 1118, 1225, 1229, 1733, 1887, 1889, 1891, 1893, 1897, 1901, 1902, 1908, 1914, 1916, 1919, 1921], "legendr": [0, 193, 511, 528, 529, 532, 547, 553, 554, 555, 556, 560, 564, 572, 647, 681, 682, 701, 702, 703, 709, 720, 721, 740, 741, 742, 748, 759, 760, 779, 780, 781, 787, 798, 799, 818, 819, 820, 826, 837, 838, 857, 858, 859, 865, 932, 933, 935, 959, 960, 979, 980, 981, 987, 1008, 1019, 1020, 1021, 1159, 1166, 1167, 1227, 1768, 1774], "gf_view": [0, 250, 265, 270, 282, 290, 326, 529, 532, 534, 535, 536, 545, 548, 554, 555, 556, 557, 558, 559, 562, 682, 683, 685, 697, 698, 699, 700, 701, 702, 703, 704, 708, 721, 722, 724, 736, 737, 738, 739, 740, 741, 742, 743, 747, 760, 761, 763, 775, 776, 777, 778, 779, 780, 781, 782, 786, 799, 800, 802, 814, 815, 816, 817, 818, 819, 820, 821, 825, 838, 839, 841, 853, 854, 855, 856, 857, 858, 859, 860, 864, 960, 961, 963, 975, 976, 977, 978, 979, 980, 981, 982, 986, 1001, 1004, 1005, 1007, 1008, 1009, 1011, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023], "make_gf_from_fouri": [0, 250, 530, 1897, 1901], "time": [0, 4, 7, 9, 195, 263, 312, 316, 317, 318, 323, 325, 326, 417, 425, 426, 432, 433, 434, 438, 440, 441, 459, 460, 498, 499, 503, 511, 518, 520, 523, 525, 528, 529, 530, 532, 535, 547, 551, 553, 554, 555, 560, 564, 574, 579, 581, 583, 592, 594, 596, 648, 708, 747, 786, 825, 864, 930, 946, 986, 997, 998, 999, 1000, 1003, 1023, 1090, 1118, 1148, 1180, 1225, 1227, 1230, 1783, 1794, 1820, 1852, 1863, 1871, 1873, 1884, 1887, 1891, 1896, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1916, 1919, 1921], "transform": [0, 9, 11, 85, 86, 185, 186, 316, 317, 318, 322, 323, 324, 325, 507, 509, 514, 529, 531, 552, 553, 555, 556, 558, 559, 560, 561, 563, 568, 569, 570, 573, 583, 584, 587, 620, 641, 660, 666, 687, 700, 701, 702, 703, 726, 739, 740, 741, 742, 765, 778, 779, 780, 781, 804, 817, 818, 819, 820, 843, 856, 857, 858, 859, 927, 929, 930, 932, 933, 935, 936, 940, 965, 978, 979, 980, 981, 998, 999, 1000, 1001, 1002, 1003, 1018, 1019, 1020, 1021, 1614, 1629, 1631, 1647, 1651, 1663, 1667, 1699, 1706, 1710, 1728, 1729, 1730, 1870, 1900, 1903, 1911], "gf_expr": 0, "gf_unary_m_expr": 0, "regular_t": 0, "set_from_pad": [0, 558, 1897, 1901, 1908, 1909, 1914, 1919], "scalar_valu": [0, 530, 532, 538, 539, 540, 542, 543, 544, 545, 546, 552, 555, 556, 558, 559, 692, 693, 700, 701, 702, 703, 704, 708, 731, 732, 739, 740, 741, 742, 743, 747, 770, 771, 778, 779, 780, 781, 782, 786, 809, 810, 817, 818, 819, 820, 821, 825, 848, 849, 856, 857, 858, 859, 860, 864, 970, 971, 978, 979, 980, 981, 982, 986, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1013, 1014, 1018, 1019, 1020, 1021, 1022, 1023, 1876], "tensor_valu": [0, 267, 532, 543, 1876], "memorygf": [0, 333], "index_t": [0, 528, 548, 550, 1073, 1074, 1075, 1085, 1086, 1087, 1099, 1100, 1101, 1113, 1114, 1115, 1127, 1128, 1129, 1144, 1145, 1146, 1155, 1156, 1157, 1166, 1167, 1174, 1175, 1176, 1188, 1189, 1190], "product": [0, 4, 11, 32, 35, 36, 48, 180, 264, 265, 352, 379, 390, 511, 528, 529, 532, 543, 567, 583, 586, 589, 1055, 1722, 1865, 1876, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1900, 1904, 1909, 1914, 1919], "ad": [0, 245, 246, 420, 444, 462, 470, 472, 487, 507, 509, 511, 513, 523, 524, 525, 571, 581, 591, 592, 1792, 1864, 1875, 1883, 1887, 1891, 1895, 1896, 1897, 1899, 1901, 1914, 1917, 1919, 1922], "array_prior": 0, "so": [0, 233, 240, 241, 367, 460, 462, 505, 507, 517, 524, 543, 554, 562, 564, 575, 576, 579, 581, 590, 591, 592, 598, 670, 1227, 1852, 1878, 1880, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "rmul": 0, "prioriti": [0, 519], "ndarrai": [0, 555, 557, 564, 568, 680, 681, 687, 719, 720, 726, 758, 759, 765, 797, 798, 804, 836, 837, 843, 946, 958, 959, 965, 1065, 1078, 1225, 1612, 1640, 1641, 1661, 1680, 1681], "mul": 0, "multipl": [0, 345, 383, 395, 462, 491, 492, 494, 495, 496, 498, 527, 529, 535, 547, 553, 564, 567, 583, 589, 1231, 1641, 1661, 1681, 1853, 1870, 1887, 1891, 1897, 1901, 1906, 1911], "linear": [0, 165, 166, 167, 168, 461, 462, 464, 465, 468, 469, 472, 491, 492, 495, 496, 528, 539, 543, 544, 546, 550, 590, 594, 886, 946, 1071, 1199, 1201, 1648, 1664, 1863, 1887, 1891, 1892, 1895, 1897, 1900, 1901, 1913, 1914, 1915, 1918, 1919, 1920], "interpol": [0, 535, 538, 539, 544, 546, 551, 1201, 1887, 1891, 1900, 1913, 1914, 1918, 1919], "gtau": [0, 562, 1897, 1899, 1901], "store": [0, 18, 89, 99, 339, 368, 371, 373, 375, 460, 465, 491, 492, 507, 508, 509, 511, 518, 519, 526, 529, 531, 532, 537, 554, 555, 561, 562, 570, 583, 592, 594, 598, 656, 917, 1794, 1862, 1880, 1887, 1891, 1897, 1901, 1904, 1905, 1909, 1910, 1914, 1919, 1921], "diagon": [0, 9, 163, 164, 169, 181, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 369, 499, 526, 564, 586, 587, 588, 600, 601, 602, 623, 1224, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1890, 1894, 1897, 1901, 1905, 1910], "implement": [0, 4, 6, 252, 255, 308, 366, 367, 375, 376, 388, 508, 509, 513, 521, 522, 523, 526, 528, 529, 530, 539, 550, 553, 556, 558, 559, 566, 570, 576, 579, 580, 581, 583, 586, 591, 594, 598, 656, 687, 709, 710, 726, 748, 749, 765, 787, 788, 804, 826, 827, 843, 865, 866, 965, 987, 988, 1041, 1636, 1846, 1863, 1883, 1887, 1891, 1897, 1901, 1902, 1908, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "gfimfreq": [0, 553, 554, 556, 557, 558, 560, 562, 564, 565, 571, 590, 591, 1224, 1230, 1233, 1862, 1901], "gfimtim": [0, 553, 554, 560, 564, 565, 697, 775, 814, 853, 975, 1015, 1230, 1901], "yield": [0, 207, 564, 1226, 1897, 1901, 1902, 1903, 1908], "same": [0, 50, 54, 91, 94, 255, 270, 302, 411, 412, 472, 487, 488, 508, 509, 510, 517, 518, 519, 525, 528, 530, 534, 538, 539, 545, 552, 554, 562, 564, 565, 571, 579, 581, 583, 584, 586, 598, 676, 715, 754, 793, 832, 874, 875, 882, 891, 892, 905, 1090, 1104, 1118, 1231, 1703, 1706, 1708, 1723, 1724, 1740, 1741, 1742, 1794, 1852, 1853, 1858, 1878, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1901, 1904, 1905, 1909, 1910, 1913, 1914, 1918, 1919, 1924], "repr": [0, 555, 556, 557, 558, 559, 562, 1897, 1901], "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, 454, 462, 478, 479, 501, 502, 503, 504, 507, 509, 510, 513, 514, 518, 522, 525, 526, 527, 528, 529, 530, 531, 532, 534, 535, 536, 538, 539, 540, 542, 543, 544, 546, 548, 550, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 571, 572, 574, 581, 586, 587, 588, 589, 590, 591, 592, 596, 670, 677, 678, 683, 684, 685, 686, 687, 690, 692, 693, 697, 698, 699, 708, 710, 716, 717, 722, 723, 724, 725, 726, 729, 731, 732, 736, 737, 738, 747, 749, 755, 756, 761, 762, 763, 764, 765, 768, 770, 771, 775, 776, 777, 786, 788, 794, 795, 800, 801, 802, 803, 804, 807, 809, 810, 814, 815, 816, 825, 827, 833, 834, 839, 840, 841, 842, 843, 846, 848, 849, 853, 854, 855, 864, 866, 871, 886, 903, 912, 913, 919, 920, 927, 929, 930, 932, 933, 935, 936, 940, 946, 955, 956, 961, 962, 963, 964, 965, 968, 970, 971, 975, 976, 977, 986, 988, 1004, 1005, 1007, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1023, 1049, 1205, 1224, 1230, 1231, 1233, 1640, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1746, 1768, 1769, 1774, 1775, 1864, 1866, 1868, 1869, 1870, 1871, 1872, 1877, 1878, 1880, 1881, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922, 1924], "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, 450, 453, 454, 458, 474, 478, 479, 480, 501, 504, 507, 508, 509, 518, 524, 526, 554, 555, 556, 557, 558, 559, 561, 562, 564, 568, 569, 570, 571, 574, 581, 584, 586, 587, 588, 590, 591, 593, 596, 656, 657, 660, 661, 664, 671, 675, 714, 753, 792, 831, 871, 886, 907, 948, 949, 953, 995, 1036, 1063, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1229, 1231, 1608, 1609, 1612, 1617, 1641, 1654, 1661, 1670, 1673, 1674, 1677, 1702, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1751, 1782, 1792, 1814, 1823, 1837, 1846, 1848, 1857, 1872, 1878, 1883, 1886, 1887, 1890, 1891, 1894, 1897, 1898, 1899, 1901, 1903, 1905, 1908, 1909, 1910, 1913, 1918], "correspond": [0, 100, 180, 242, 243, 244, 380, 391, 508, 509, 510, 524, 528, 532, 536, 542, 543, 550, 552, 554, 561, 562, 570, 574, 583, 585, 657, 664, 680, 711, 719, 750, 758, 789, 797, 828, 836, 867, 941, 958, 989, 1864, 1866, 1887, 1891, 1897, 1901, 1902, 1906, 1908, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "beta": [0, 191, 192, 193, 194, 195, 196, 197, 264, 265, 270, 326, 511, 524, 526, 527, 528, 530, 531, 534, 536, 538, 539, 542, 543, 550, 551, 552, 554, 555, 556, 557, 558, 559, 562, 564, 565, 571, 578, 581, 590, 591, 645, 646, 647, 648, 649, 650, 675, 681, 708, 714, 720, 747, 753, 759, 786, 792, 798, 825, 831, 837, 864, 959, 986, 1023, 1041, 1042, 1090, 1104, 1118, 1132, 1148, 1159, 1225, 1229, 1862, 1876, 1877, 1883, 1887, 1891, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "statist": [0, 9, 422, 459, 460, 491, 492, 499, 528, 531, 534, 555, 556, 557, 558, 559, 581, 675, 714, 753, 792, 831, 1041, 1042, 1090, 1104, 1118, 1132, 1148, 1159, 1756, 1891, 1897, 1900, 1901, 1903, 1918], "through": [0, 6, 8, 11, 525, 526, 531, 548, 552, 563, 567, 581, 583, 590, 1090, 1104, 1118, 1852, 1863, 1864, 1868, 1873, 1897, 1900, 1901, 1913, 1914, 1917, 1918, 1919, 1922], "meshpoint": [0, 529, 553, 554, 1090, 1104, 1118], "meshwithvalu": 0, "execut": [0, 134, 592, 1864, 1866, 1868, 1872, 1880, 1881, 1895], "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, 482, 510, 528, 542, 543, 550, 554, 555, 556, 557, 558, 559, 566, 567, 574, 583, 584, 585, 586, 588, 605, 607, 609, 626, 628, 630, 870, 1041, 1048, 1049, 1062, 1068, 1073, 1074, 1075, 1085, 1086, 1087, 1090, 1099, 1100, 1101, 1104, 1113, 1114, 1115, 1118, 1127, 1128, 1129, 1144, 1145, 1146, 1155, 1156, 1157, 1166, 1167, 1174, 1175, 1176, 1188, 1189, 1190, 1217, 1636, 1637, 1658, 1698, 1699, 1703, 1705, 1708, 1710, 1713, 1714, 1715, 1716, 1725, 1736, 1761, 1887, 1891, 1897, 1899, 1901, 1903, 1913, 1918], "modulo": 0, "out": [0, 277, 289, 301, 332, 521, 534, 564, 1233, 1761, 1764, 1765, 1852, 1887, 1891, 1897, 1901, 1902, 1908], "mesh_hash": [0, 1048, 1049], "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, 476, 501, 504, 510, 532, 534, 538, 539, 540, 544, 546, 552, 562, 564, 568, 571, 572, 581, 583, 584, 591, 597, 646, 647, 648, 649, 671, 886, 946, 951, 1090, 1104, 1118, 1132, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1230, 1612, 1677, 1678, 1680, 1693, 1698, 1754, 1770, 1776, 1777, 1792, 1820, 1846, 1847, 1865, 1868, 1869, 1872, 1874, 1897, 1901, 1904, 1909], "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, 453, 476, 501, 508, 509, 511, 519, 530, 532, 534, 536, 537, 555, 556, 557, 558, 559, 562, 564, 570, 571, 572, 574, 578, 579, 580, 582, 586, 590, 593, 594, 611, 617, 632, 638, 660, 661, 670, 675, 714, 753, 792, 831, 886, 1065, 1225, 1231, 1696, 1770, 1772, 1776, 1779, 1846, 1875, 1879, 1883, 1887, 1891, 1893, 1897, 1899, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1918, 1919], "zero": [0, 15, 21, 326, 351, 362, 462, 467, 468, 470, 562, 564, 567, 571, 574, 583, 1230, 1687, 1689, 1713, 1783, 1891, 1897, 1901, 1904, 1909, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "accessor": [0, 553, 560, 583], "micro": 0, "closest_mesh_pt": 0, "cluster_mesh": 0, "pass": [0, 119, 364, 462, 468, 470, 472, 491, 492, 509, 510, 511, 552, 580, 586, 591, 598, 1215, 1680, 1725, 1754, 1855, 1863, 1864, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1902, 1903, 1904, 1909, 1916], "window": [0, 196, 511, 550, 558, 559, 561, 590, 591, 684, 686, 711, 723, 725, 750, 762, 764, 789, 801, 803, 828, 840, 842, 867, 962, 964, 989, 1010, 1012, 1168, 1180, 1887, 1890, 1891, 1893, 1894, 1897, 1898, 1901, 1908, 1909], "pair": [0, 12, 146, 148, 180, 192, 193, 194, 195, 196, 264, 265, 339, 373, 481, 494, 495, 510, 552, 567, 585, 586, 646, 647, 648, 649, 683, 684, 685, 686, 722, 723, 724, 725, 761, 762, 763, 764, 800, 801, 802, 803, 839, 840, 841, 842, 886, 961, 962, 963, 964, 1009, 1010, 1011, 1012, 1168, 1180, 1633, 1634, 1680, 1724, 1760, 1897, 1901, 1905, 1910, 1914, 1915, 1919, 1920], "float": [0, 508, 510, 555, 557, 558, 564, 568, 571, 584, 586, 593, 613, 634, 645, 646, 647, 648, 649, 650, 651, 652, 681, 692, 693, 704, 709, 720, 731, 732, 743, 748, 759, 770, 771, 782, 787, 798, 809, 810, 821, 826, 837, 848, 849, 860, 865, 946, 959, 970, 971, 982, 987, 997, 1013, 1014, 1022, 1090, 1104, 1118, 1132, 1142, 1148, 1159, 1168, 1180, 1225, 1229, 1612, 1641, 1661, 1678, 1680, 1682, 1693, 1698, 1699, 1703, 1705, 1708, 1710, 1714, 1715, 1716, 1726, 1754, 1761, 1820, 1852, 1872, 1897, 1900, 1901, 1919], "refreq": [0, 196, 529, 530, 532, 547, 553, 558, 649, 704, 743, 782, 821, 860, 982, 1022, 1174, 1175, 1176, 1177], "meshrefreq": [0, 555, 557, 558, 681, 720, 759, 792, 798, 837, 959, 1897, 1898, 1901, 1908, 1914, 1919], "n_l": [0, 193, 511, 647, 1906, 1911], "n_k": [0, 1065, 1648, 1664, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1913, 1917, 1918, 1922], "n_pt": [0, 570, 574, 660, 661, 1201], "ostream": [0, 49, 58, 277, 289, 301, 488, 521, 598], "retim": [0, 529, 530, 532, 542, 543, 547, 553, 1188, 1189, 1190, 1191, 1876], "t_min": [0, 1180], "t_max": [0, 1180], "omega_min": [0, 1887, 1891, 1893], "meshdlr": [0, 1104, 1118], "meshdlrimtim": [0, 1090, 1897, 1901], "meshdlrimfreq": [0, 1090, 1207, 1897, 1901], "plot": [0, 5, 9, 499, 553, 555, 556, 557, 558, 559, 560, 565, 569, 570, 574, 590, 593, 656, 670, 675, 714, 753, 792, 831, 953, 1680, 1870, 1884, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "protocol": [0, 9, 499, 509, 570, 656, 1200, 1203, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1740, 1754], "descriptor": [0, 509, 554, 558, 560, 591, 1878, 1887, 1889, 1890, 1891, 1893, 1894], "flatironinstitut": [0, 1864, 1888, 1892], "cppdlr": [0, 1863], "superlattic": [0, 1640, 1642, 1646], "after": [0, 417, 427, 438, 439, 440, 441, 501, 504, 524, 537, 579, 580, 581, 583, 1849, 1851, 1852, 1863, 1864, 1868, 1872, 1873, 1875, 1880, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1899, 1903, 1904, 1908, 1909], "latticepoint": 0, "bravais_lattic": [0, 574, 1083], "point_t": [0, 528, 535], "euclidean": 0, "distanc": [0, 11, 1219, 1680], "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, 438, 484, 489, 500, 501, 504, 509, 511, 534, 562, 564, 566, 578, 583, 584, 586, 596, 626, 628, 644, 645, 653, 711, 750, 789, 828, 867, 871, 886, 898, 902, 989, 997, 1090, 1104, 1118, 1215, 1218, 1221, 1225, 1640, 1641, 1646, 1677, 1678, 1698, 1712, 1714, 1715, 1716, 1725, 1847, 1887, 1891, 1894, 1900, 1901, 1911, 1913, 1917, 1918, 1922], "posit": [0, 264, 265, 321, 326, 328, 348, 474, 482, 550, 552, 568, 1132, 1140, 1612, 1618, 1640, 1641, 1643, 1644, 1655, 1661, 1671, 1761, 1875, 1914, 1916, 1919, 1921], "complete_refil": 0, "address": [0, 581, 594, 1863], "868": 0, "ksi": [0, 524], "should": [0, 3, 6, 8, 130, 131, 147, 148, 149, 156, 157, 158, 159, 368, 373, 378, 389, 460, 462, 472, 504, 507, 509, 525, 526, 528, 536, 552, 564, 575, 578, 579, 581, 583, 584, 586, 587, 592, 1224, 1225, 1699, 1723, 1724, 1725, 1728, 1729, 1730, 1846, 1852, 1862, 1864, 1865, 1866, 1868, 1869, 1872, 1873, 1878, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1899, 1902, 1904, 1908, 1909, 1916, 1917, 1921, 1922], "current": [0, 3, 16, 45, 51, 52, 208, 239, 245, 246, 427, 428, 430, 462, 464, 468, 470, 507, 510, 523, 524, 526, 532, 581, 592, 687, 726, 765, 804, 843, 965, 1852, 1865, 1866, 1873, 1887, 1889, 1891, 1893, 1897, 1901], "insert": [0, 202, 245, 246, 335, 346, 474, 488, 511, 524, 566, 583, 1875, 1891, 1903, 1910, 1915, 1920], "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, 493, 494, 495, 496, 501, 509, 528, 550, 553, 560, 566, 567, 582, 872, 887, 1782, 1872, 1883, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1904, 1905, 1909, 1910], "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, 483, 484, 495, 496, 510, 530, 532, 552, 555, 556, 557, 558, 559, 564, 578, 581, 675, 706, 714, 745, 753, 784, 792, 823, 831, 862, 886, 953, 984, 1090, 1104, 1118, 1231, 1820, 1864, 1866, 1887, 1891, 1901, 1903, 1910, 1915, 1920], "swap_row": [0, 202], "swap_coli": 0, "higher": [0, 4, 510, 543, 1870, 1887, 1891], "review": [0, 8, 1863, 1872, 1908, 1916, 1921], "pr": 0, "report": [0, 6, 139, 422, 1782, 1854], "measur": [0, 417, 418, 419, 421, 422, 437, 438, 441, 460, 462, 464, 472, 498, 582, 594, 1215, 1887, 1889, 1890, 1891, 1893, 1894, 1903, 1904, 1906, 1909, 1910, 1911], "eta": [0, 558, 571, 666, 1887, 1888, 1890, 1891, 1892, 1894, 1897, 1901, 1903, 1910], "statu": [0, 1820], "messag": [0, 8, 115, 212, 237, 596, 1863, 1865, 1871, 1872], "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, 458, 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, 498, 504, 505, 510, 511, 513, 517, 518, 519, 520, 521, 522, 524, 527, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 578, 580, 581, 585, 596, 597, 598, 1874, 1875, 1876, 1877, 1878, 1881, 1924], "its": [0, 3, 51, 52, 97, 364, 373, 444, 453, 503, 507, 511, 518, 519, 525, 528, 529, 531, 532, 535, 536, 550, 554, 561, 562, 564, 567, 574, 581, 582, 583, 586, 598, 886, 1004, 1005, 1228, 1642, 1643, 1726, 1863, 1864, 1865, 1868, 1873, 1878, 1879, 1886, 1887, 1888, 1891, 1892, 1896, 1897, 1900, 1901, 1903, 1904, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "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, 456, 460, 512, 513, 518, 521, 524, 529, 533, 534, 538, 539, 540, 544, 546, 553, 566, 581, 582, 585, 598, 1870], "neg": [0, 417, 438, 441, 550, 552, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1854], "n_cycl": [0, 438, 578, 579, 580, 581, 1883, 1903, 1905, 1906, 1909, 1910, 1911], "until": [0, 417, 438, 440, 441, 464, 571, 579, 1792, 1851, 1852, 1902, 1903, 1908], "callback": [0, 417, 438, 440, 441, 578, 581], "signal": [0, 417, 438, 440, 441, 501, 504], "stop": [0, 417, 438, 440, 441, 581, 1792, 1868], "679": 0, "dure": [0, 460, 501, 504, 507, 509, 517, 579, 594, 1820, 1864, 1872, 1887, 1891, 1904, 1909], "poll": [0, 120], "barrier": [0, 118], "reduc": [0, 148, 149, 157, 158, 159, 169, 261, 270, 278, 302, 327, 422, 467, 474, 484, 492, 495, 496, 508, 510, 554, 562, 578, 581, 584, 591, 598, 1678, 1705, 1888, 1892, 1903, 1909], "cpu": [0, 1820, 1864], "845": 0, "crai": 0, "mpich": 0, "layer": [0, 4, 306, 589, 592, 1740, 1863, 1887, 1891], "unrecogn": 0, "mpi_init": [0, 128, 133], "force_mpi_init": 0, "envvar": 0, "util": [0, 9, 499, 511, 554, 562, 578, 581, 583, 584, 585, 586, 587, 588, 596, 597, 598, 1864, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1906, 1911, 1919], "all_reduc": [0, 1893], "name_block_gener": [0, 562, 886, 1901], "620": 0, "callproxynon": 0, "throw": [0, 181, 206, 211, 236, 423, 487, 513, 596, 1876], "except": [0, 2, 9, 198, 199, 423, 499, 502, 509, 510, 518, 524, 1714, 1715, 1716, 1852, 1876, 1890, 1894], "846": 0, "assert": [0, 1900], "dimens": [0, 177, 183, 184, 266, 267, 358, 359, 387, 399, 462, 507, 510, 531, 543, 555, 556, 557, 558, 559, 568, 570, 574, 584, 612, 614, 615, 633, 635, 636, 675, 714, 753, 792, 831, 871, 953, 1065, 1071, 1078, 1082, 1616, 1623, 1640, 1648, 1649, 1653, 1657, 1664, 1665, 1669, 1672, 1673, 1707, 1770, 1891, 1897, 1900, 1901, 1913, 1915, 1917, 1918, 1920, 1922], "sigma": [0, 554, 562, 571, 572, 581, 584, 586, 587, 594, 666, 1698, 1699, 1710, 1723, 1724, 1725, 1730, 1731, 1733, 1768, 1769, 1774, 1775, 1883, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1917, 1922], "match": [0, 554, 1864, 1872, 1887, 1891], "hop": [0, 511, 564, 566, 569, 571, 572, 574, 586, 1225, 1229, 1625, 1640, 1641, 1660, 1661, 1677, 1678, 1681, 1724, 1768, 1774, 1886, 1891, 1900, 1905, 1910, 1914, 1916, 1917, 1919, 1921, 1922], "859": 0, "wannier90": [0, 584, 1677, 1681, 1682, 1703, 1706, 1708, 1887, 1891], "qe": [0, 584, 1703, 1706, 1708, 1887, 1891], "vasp": [0, 4, 584, 1703, 1706, 1708], "basi": [0, 181, 193, 352, 370, 372, 375, 378, 380, 389, 391, 400, 401, 403, 404, 411, 412, 511, 528, 566, 567, 568, 573, 574, 583, 584, 587, 1076, 1088, 1619, 1624, 1625, 1640, 1641, 1661, 1698, 1699, 1703, 1706, 1708, 1710, 1728, 1729, 1730, 1891, 1897, 1900, 1901, 1906, 1911, 1913, 1917, 1918, 1922], "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, 484, 501, 503, 504, 509, 513, 517, 519, 520, 528, 531, 542, 552, 562, 563, 570, 571, 575, 578, 583, 592, 598, 661, 1673, 1713, 1794, 1862, 1868, 1880, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1900, 1901, 1902, 1904, 1908, 1909, 1910, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "trace_rho_op": [0, 162, 511, 512], "rho": [0, 570, 571, 581, 656, 657, 661, 666, 667, 1897, 1901, 1908, 1909, 1911, 1913, 1918], "hermitian": [0, 367, 373, 552, 583, 684, 723, 762, 801, 840, 962, 1010, 1693], "871": 0, "is_convert": 0, "block2_gf": [0, 313], "872": 0, "881": [0, 1901], "exampl": [0, 7, 8, 9, 278, 503, 507, 509, 513, 514, 517, 518, 520, 521, 522, 526, 527, 528, 529, 535, 536, 542, 553, 554, 560, 561, 565, 571, 576, 579, 580, 581, 582, 583, 584, 589, 592, 596, 598, 946, 1707, 1794, 1862, 1863, 1864, 1866, 1869, 1872, 1873, 1874, 1875, 1876, 1881, 1882, 1883, 1884, 1888, 1892, 1895, 1897, 1899, 1900, 1901, 1903, 1913, 1915, 1918, 1920], "907": 0, "arithmet": [0, 493, 494, 495, 496, 501, 518, 528, 554, 562, 583, 1041, 1636, 1870], "inplac": [0, 897], "propag": [0, 325, 1915, 1920], "figur": [0, 9, 579, 589, 1896, 1897, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1916, 1917, 1918, 1921, 1922], "histogram": [0, 459, 473, 497, 594, 1906, 1911], "via": [0, 6, 494, 495, 511, 554, 946, 1864, 1865, 1867, 1869, 1872, 1878, 1887, 1888, 1890, 1891, 1892, 1894], "shape": [0, 134, 270, 272, 280, 284, 292, 296, 305, 472, 508, 532, 536, 552, 555, 556, 557, 558, 559, 564, 568, 675, 681, 707, 714, 720, 746, 753, 759, 785, 792, 798, 824, 831, 837, 863, 953, 959, 985, 1065, 1078, 1225, 1229, 1612, 1677, 1680, 1745, 1862, 1876, 1890, 1894, 1901, 1913, 1918], "fit_hermitian": 0, "signatur": [0, 500, 501, 504, 510, 519, 555, 556, 557, 558, 559, 568, 573, 593, 598, 604, 605, 606, 607, 609, 613, 614, 615, 625, 626, 627, 628, 630, 634, 635, 636, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 682, 683, 684, 685, 686, 692, 693, 697, 698, 699, 700, 701, 702, 703, 704, 708, 721, 722, 723, 724, 725, 731, 732, 736, 737, 738, 739, 740, 741, 742, 743, 747, 760, 761, 762, 763, 764, 770, 771, 775, 776, 777, 778, 779, 780, 781, 782, 786, 799, 800, 801, 802, 803, 809, 810, 814, 815, 816, 817, 818, 819, 820, 821, 825, 838, 839, 840, 841, 842, 848, 849, 853, 854, 855, 856, 857, 858, 859, 860, 864, 960, 961, 962, 963, 964, 970, 971, 975, 976, 977, 978, 979, 980, 981, 982, 986, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1068, 1069, 1070, 1073, 1074, 1075, 1077, 1080, 1081, 1085, 1086, 1087, 1089, 1093, 1094, 1099, 1100, 1101, 1102, 1107, 1108, 1113, 1114, 1115, 1116, 1121, 1122, 1127, 1128, 1129, 1130, 1135, 1136, 1137, 1138, 1141, 1142, 1144, 1145, 1146, 1147, 1151, 1152, 1155, 1156, 1157, 1158, 1162, 1163, 1166, 1167, 1170, 1171, 1174, 1175, 1176, 1177, 1182, 1183, 1188, 1189, 1190, 1191, 1192, 1605, 1614, 1627, 1629, 1631, 1633, 1634, 1645, 1647, 1651, 1662, 1663, 1667, 1688, 1690, 1691, 1692, 1693, 1694, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1751, 1758, 1761, 1764, 1765, 1893, 1899, 1900, 1901, 1913, 1915, 1918, 1919, 1920], "fit_hermitian_tail": [0, 250, 552, 946], "tb_from_pythtb": 0, "super": 0, "orbital_nam": [0, 568, 1641, 1660, 1661], "being": [0, 339, 364, 444, 462, 510, 523, 583, 584, 592, 1641, 1661, 1697, 1699, 1702, 1704, 1706, 1873, 1909], "where": [0, 5, 8, 34, 63, 245, 246, 460, 466, 467, 491, 492, 507, 517, 519, 524, 525, 526, 530, 537, 542, 543, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 569, 571, 574, 584, 591, 596, 671, 680, 719, 758, 797, 836, 872, 887, 927, 940, 958, 1065, 1225, 1229, 1681, 1699, 1782, 1846, 1862, 1868, 1872, 1873, 1878, 1881, 1886, 1887, 1891, 1897, 1900, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "scalar_wrap": 0, "captur": [0, 518, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1906, 1911], "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, 477, 488, 501, 507, 548, 553, 554, 560, 579, 589, 594, 1759, 1864, 1869, 1873, 1874, 1875, 1876, 1878, 1887, 1891, 1906, 1911, 1913, 1918, 1924], "many_body_operator_r": [0, 583], "brillouin_zon": [0, 1067, 1680, 1913, 1918], "np": [0, 511, 558, 564, 1225, 1229, 1231, 1862, 1864, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1900, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "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, 461, 462, 464, 465, 468, 469, 470, 471, 472, 476, 482, 483, 484, 493, 494, 495, 496, 503, 507, 508, 510, 511, 513, 517, 518, 519, 520, 521, 524, 527, 528, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 555, 556, 557, 558, 559, 561, 564, 566, 567, 574, 578, 580, 581, 583, 586, 587, 588, 596, 598, 600, 602, 604, 605, 606, 607, 609, 613, 614, 615, 623, 625, 626, 627, 628, 630, 634, 635, 636, 646, 647, 648, 649, 675, 684, 686, 695, 698, 704, 705, 706, 707, 714, 723, 725, 734, 737, 743, 744, 745, 746, 753, 762, 764, 773, 776, 782, 783, 784, 785, 792, 801, 803, 812, 815, 821, 822, 823, 824, 831, 840, 842, 851, 854, 860, 861, 862, 863, 886, 908, 927, 940, 953, 962, 964, 973, 976, 982, 983, 984, 985, 1002, 1003, 1010, 1012, 1016, 1022, 1041, 1065, 1078, 1132, 1137, 1138, 1142, 1148, 1159, 1168, 1180, 1192, 1225, 1227, 1633, 1634, 1636, 1648, 1649, 1664, 1665, 1680, 1681, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1761, 1874, 1875, 1876, 1877, 1881, 1887, 1890, 1891, 1893, 1894, 1896, 1899, 1901, 1903, 1906, 1911, 1917, 1922], "h_int_kanamori": [0, 511, 586], "correct": [0, 491, 492, 513, 517, 518, 530, 534, 554, 581, 589, 1878, 1887, 1888, 1889, 1891, 1892, 1893], "static": [0, 4, 501, 580, 583, 1889, 1893, 1915, 1920], "pyref": 0, "lifetim": 0, "mai": [0, 507, 509, 511, 535, 548, 554, 562, 583, 591, 592, 598, 1849, 1853, 1855, 1864, 1868, 1869, 1897, 1901, 1921, 1924], "beyond": [0, 81, 507, 583, 1889, 1893], "interpret": [0, 1870, 1884, 1887, 1891, 1895], "mesh_point": [0, 474], "perfect": [0, 1868, 1873, 1923], "forward": [0, 364, 598, 1863], "properli": [0, 509, 521, 1646, 1872, 1887, 1891], "matsubara": [0, 192, 312, 316, 317, 318, 322, 325, 511, 528, 529, 532, 546, 547, 548, 550, 552, 553, 554, 558, 560, 561, 562, 564, 646, 681, 709, 720, 748, 759, 787, 798, 826, 837, 865, 932, 935, 936, 959, 987, 998, 999, 1000, 1002, 1007, 1041, 1090, 1104, 1132, 1140, 1225, 1887, 1891, 1897, 1900, 1901, 1904, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "frequenc": [0, 192, 196, 264, 265, 317, 322, 326, 328, 511, 528, 529, 530, 532, 539, 546, 547, 550, 553, 554, 557, 560, 561, 562, 564, 649, 681, 709, 720, 748, 759, 787, 798, 826, 837, 865, 927, 940, 946, 959, 987, 999, 1002, 1041, 1090, 1104, 1132, 1140, 1168, 1230, 1231, 1233, 1877, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1902, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "protect": [0, 1906, 1911], "mesh_point_t": [0, 528, 548, 550], "race": 0, "condit": [0, 491, 492, 493, 494, 495, 496, 518, 562, 583, 596, 1883, 1887, 1891, 1893, 1894, 1897, 1901, 1904, 1906, 1909, 1911, 1917, 1922], "logo": [0, 5], "keyword": [0, 522, 886, 1846, 1855, 1899, 1901, 1903, 1914, 1919], "simpl": [0, 3, 4, 7, 120, 164, 240, 241, 461, 468, 470, 472, 507, 509, 510, 511, 514, 518, 521, 522, 528, 554, 561, 562, 565, 569, 575, 576, 578, 581, 589, 591, 592, 593, 598, 670, 1817, 1864, 1868, 1869, 1870, 1875, 1879, 1883, 1887, 1891, 1897, 1900, 1901, 1902, 1905, 1908, 1910, 1914, 1915, 1919, 1920], "app": [0, 1888, 1892], "891": 0, "singular": [0, 211, 212, 236, 237, 270, 532, 536, 538, 542, 548, 1917, 1922], "apptain": 0, "minimum": [0, 117], "gmp": [0, 1868, 1870], "prerequisit": 0, "also": [0, 3, 4, 6, 7, 131, 161, 442, 487, 501, 504, 507, 510, 513, 517, 520, 528, 529, 534, 542, 543, 554, 562, 566, 572, 579, 581, 582, 583, 584, 1702, 1768, 1774, 1851, 1852, 1862, 1863, 1864, 1873, 1874, 1884, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "python3": [0, 1864, 1869, 1871, 1899, 1900, 1901], "simplifi": [0, 509, 510, 519, 534, 554, 562, 1887, 1891, 1899, 1913, 1918], "brew": [0, 1868], "intelllvm": [0, 1870], "2023": [0, 1870, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "lattice_tool": [0, 1900], "direct": [0, 256, 377, 491, 492, 511, 528, 532, 553, 560, 572, 574, 581, 1065, 1078, 1776, 1777, 1864, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "sphinxext": 0, "plot_direct": 0, "account": [0, 8, 531, 1678, 1891, 1893, 1894, 1915, 1920], "prefix": [0, 1868], "slightli": [0, 1865, 1866, 1897, 1901, 1904, 1909], "descript": [0, 4, 367, 505, 522, 524, 1608, 1866, 1870, 1897, 1901], "som": 0, "seri": [0, 474, 491, 492, 527, 528, 1678, 1756, 1873, 1882, 1885, 1913, 1918, 1923], "previou": [0, 228, 518, 525, 528, 554, 591, 597, 1862, 1872, 1883, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1903, 1905, 1910, 1914, 1915, 1916, 1919, 1920, 1921], "sampl": [0, 4, 368, 460, 470, 474, 476, 485, 486, 491, 492, 594, 1756, 1762, 1763, 1887, 1891, 1896, 1904, 1909], "22": [0, 519, 1864, 1871, 1891, 1897, 1901, 1910], "mention": [0, 310, 562, 579], "toctre": 0, "openmpi": [0, 1864, 1869, 1870, 1871], "dir": [0, 1677, 1864], "path": [0, 507, 508, 509, 574, 1197, 1198, 1201, 1204, 1221, 1677, 1680, 1866, 1868, 1869, 1878, 1887, 1888, 1891, 1892, 1893, 1894, 1905, 1910, 1913, 1914, 1915, 1918, 1919, 1920], "rst": [0, 7, 522, 1878], "filenam": [0, 504, 570, 664, 898, 902, 1681, 1682, 1862], "literalinclud": 0, "manual": [0, 5, 464, 502, 505, 507, 518, 534, 554, 558, 562, 574, 576, 579, 581, 583, 596, 1817, 1864, 1887, 1888, 1891, 1892, 1913, 1918, 1921], "latest": [0, 8, 1864, 1865, 1868, 1869, 1870, 1872, 1913, 1918], "findsanit": 0, "tsan": 0, "msan": 0, "disabl": [0, 521], "repo": 0, "9": [0, 255, 264, 265, 270, 521, 524, 578, 1870, 1872, 1875, 1891, 1893, 1894, 1895, 1896, 1900, 1901, 1906, 1909, 1910, 1911, 1918, 1921, 1922], "extract_flag": 0, "flag": [0, 7, 1864, 1866, 1867, 1880, 1889, 1890, 1893, 1894, 1898], "bench": 0, "dbuild_bench": 0, "ON": [0, 7, 1867], "linux": [0, 597, 1864, 1868], "pandoc": 0, "sphinx": [0, 7, 1870], "6": [0, 255, 264, 270, 278, 470, 495, 496, 520, 530, 558, 575, 598, 1678, 1870, 1875, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1904, 1908, 1910, 1911, 1913, 1914, 1918, 1919, 1921, 1922], "specifi": [0, 8, 12, 519, 562, 581, 584, 594, 1678, 1698, 1699, 1852, 1866, 1867, 1871, 1887, 1890, 1891, 1893, 1894, 1897, 1901], "lapack_root": 0, "13": [0, 19, 95, 311, 1891, 1893, 1900, 1901, 1905, 1910], "timeout": [0, 1852], "limit": [0, 4, 417, 438, 440, 441, 474, 527, 531, 535, 1870, 1887, 1889, 1891, 1893, 1914, 1915, 1917, 1919, 1920, 1922], "hour": [0, 426, 434, 581], "cc": [0, 1865, 1866, 1868], "cxx": [0, 1865, 1866, 1867, 1868, 1871, 1872, 1881], "atomdiagr": [0, 600, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653], "atomdiagcomplex": [0, 600], "small": [0, 7, 530, 566, 1846, 1864, 1865, 1872, 1873, 1887, 1889, 1891, 1893, 1894, 1897, 1899, 1901, 1904, 1909], "some": [0, 7, 215, 308, 373, 422, 501, 502, 505, 508, 510, 511, 513, 514, 517, 519, 520, 524, 526, 534, 535, 554, 562, 567, 579, 581, 582, 583, 592, 597, 1034, 1864, 1865, 1866, 1868, 1869, 1873, 1881, 1884, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1899, 1901, 1903, 1904, 1909, 1915, 1920, 1921], "a7a4cd": 0, "cplus_include_path": [0, 1864, 1866, 1871], "library_path": [0, 1866, 1868], "still": [0, 4, 514, 517, 522, 1852, 1865, 1868, 1887, 1891, 1896, 1905, 1909, 1910], "runtim": [0, 518, 583, 596, 1864], "clang13": 0, "n_tau": [0, 195, 323, 511, 530, 648, 1003, 1148, 1891, 1894, 1897, 1899, 1901, 1903, 1908, 1909], "matsubara_domain": [0, 538], "field": [0, 9, 507, 567, 571, 576, 581, 583, 591, 666, 1873, 1887, 1891, 1893, 1894, 1897, 1901, 1906, 1911, 1914, 1917, 1919, 1922], "separ": [0, 375, 458, 562, 564, 575, 1227, 1858, 1866, 1869, 1887, 1891, 1897, 1901, 1915, 1916, 1917, 1920, 1921, 1922], "restructur": 0, "compon": [0, 511, 542, 543, 564, 584, 587, 1224, 1678, 1703, 1708, 1730, 1733, 1863, 1887, 1891, 1893, 1897, 1901, 1904, 1909, 1916, 1917, 1921, 1922], "peopl": 0, "who": 0, "contribut": [0, 5, 8, 1863, 1865, 1887, 1891, 1893, 1915, 1917, 1920, 1922], "sophi": 0, "beck": 0, "maxim": [0, 564, 1227, 1897, 1901], "charleboi": 0, "jonathan": 0, "karp": 0, "marku": 0, "richter": 0, "andrea": 0, "weh": 0, "rok": 0, "\u017eitko": 0, "respositori": [0, 1872], "wget": [0, 1872], "http": [0, 4, 8, 531, 946, 1862, 1864, 1872, 1882, 1885, 1895, 1913, 1918, 1923], "githubusercont": [0, 1872], "com": [0, 4, 8, 1862, 1864, 1872, 1882, 1885, 1887, 1891, 1923], "porting_tool": [0, 1872], "port_to_triqs3": [0, 1872], "chmod": [0, 1872], "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, 456, 461, 462, 465, 472, 509, 510, 513, 517, 519, 520, 521, 522, 523, 524, 526, 529, 531, 533, 542, 547, 548, 553, 558, 564, 567, 568, 573, 575, 581, 583, 584, 587, 590, 591, 594, 598, 670, 671, 680, 711, 719, 750, 758, 789, 797, 828, 836, 867, 925, 944, 958, 989, 991, 992, 1037, 1038, 1199, 1201, 1215, 1217, 1219, 1223, 1225, 1228, 1229, 1232, 1614, 1631, 1642, 1651, 1667, 1677, 1703, 1706, 1708, 1730, 1733, 1782, 1786, 1792, 1804, 1811, 1812, 1819, 1821, 1824, 1825, 1827, 1833, 1835, 1838, 1839, 1841, 1863, 1864, 1870, 1872, 1875, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1900, 1901, 1906, 1909, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1921, 1922], "befor": [0, 8, 30, 207, 210, 235, 261, 420, 444, 462, 526, 538, 539, 562, 581, 583, 597, 1846, 1847, 1851, 1852, 1864, 1865, 1868, 1869, 1873, 1875, 1887, 1888, 1891, 1892, 1897, 1899, 1901, 1902, 1903, 1904, 1909], "commit": [0, 8, 592, 1872], "them": [0, 8, 261, 278, 400, 423, 507, 513, 514, 517, 519, 526, 531, 534, 554, 562, 566, 572, 575, 583, 589, 592, 1770, 1772, 1779, 1863, 1872, 1873, 1887, 1888, 1891, 1892, 1895, 1896, 1897, 1901, 1903, 1904, 1908, 1909], "If": [0, 3, 4, 7, 8, 109, 118, 120, 122, 127, 213, 302, 361, 417, 418, 420, 438, 441, 460, 501, 504, 508, 509, 510, 513, 519, 520, 525, 528, 538, 539, 542, 544, 546, 554, 555, 556, 557, 558, 559, 561, 562, 564, 570, 571, 575, 579, 580, 581, 583, 584, 586, 587, 588, 664, 671, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 886, 917, 946, 953, 989, 1034, 1225, 1640, 1680, 1698, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1782, 1794, 1846, 1863, 1864, 1866, 1868, 1869, 1870, 1871, 1872, 1873, 1876, 1878, 1880, 1881, 1887, 1888, 1891, 1892, 1897, 1898, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1917, 1922], "problem": [0, 4, 6, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 502, 509, 511, 526, 562, 578, 582, 594, 946, 1863, 1868, 1873, 1883, 1887, 1889, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1917, 1920, 1922], "feel": [0, 7, 1887, 1888, 1891, 1892], "contact": [0, 4, 6, 507, 1864], "open": [0, 6, 510, 554, 562, 591, 592, 1862, 1864, 1865, 1868, 1872, 1874, 1887, 1889, 1891, 1893, 1898, 1904, 1909], "discuss": [0, 4, 5, 528, 1863, 1887, 1891, 1902, 1904, 1908, 1909, 1917, 1922], "github": [0, 3, 4, 5, 7, 8, 1862, 1863, 1864, 1873, 1882, 1885, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1913, 1918, 1923], "wa": [0, 206, 460, 470, 472, 538, 596, 598, 1898, 1903, 1910, 1913, 1918], "possibl": [0, 3, 11, 302, 462, 501, 503, 504, 519, 520, 521, 524, 526, 552, 554, 575, 583, 886, 1870, 1900, 1901, 1913, 1914, 1916, 1918, 1919, 1921, 1924], "structur": [0, 4, 192, 193, 194, 195, 196, 339, 507, 509, 511, 518, 524, 526, 562, 571, 573, 581, 583, 586, 588, 874, 886, 891, 1625, 1713, 1737, 1863, 1879, 1881, 1887, 1891, 1894, 1897, 1899, 1900, 1901, 1903, 1904, 1909, 1914, 1919], "gfrefreq": [0, 553, 554, 559, 560, 561, 564, 1212, 1230, 1231, 1233, 1901, 1909], "d": [0, 3, 255, 468, 470, 501, 508, 509, 524, 525, 526, 554, 561, 562, 568, 569, 570, 571, 574, 580, 584, 656, 666, 687, 726, 765, 804, 843, 927, 928, 940, 941, 943, 965, 1612, 1697, 1699, 1703, 1704, 1706, 1708, 1713, 1874, 1875, 1886, 1887, 1891, 1893, 1895, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1909, 1911, 1914, 1917, 1919, 1922], "omega": [0, 192, 196, 264, 310, 312, 324, 325, 526, 531, 542, 552, 554, 560, 561, 563, 564, 571, 572, 590, 591, 666, 711, 750, 789, 828, 867, 918, 921, 927, 940, 989, 1225, 1768, 1774, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1902, 1904, 1906, 1908, 1909, 1911, 1913, 1917, 1918, 1920, 1922], "v": [0, 8, 9, 19, 146, 147, 148, 149, 150, 255, 266, 313, 314, 327, 339, 340, 466, 467, 493, 494, 495, 496, 502, 513, 518, 520, 521, 525, 530, 534, 564, 567, 574, 591, 1068, 1225, 1229, 1874, 1880, 1895, 1897, 1901, 1903, 1915, 1920], "featur": [0, 4, 5, 364, 502, 505, 514, 581, 597, 1864, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1900, 1904, 1909, 1913, 1914, 1918, 1919, 1924], "due": [0, 507, 562, 597, 1887, 1891, 1893, 1897, 1901, 1903], "lack": [0, 460, 1887, 1891], "complex": [0, 9, 163, 164, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 361, 366, 375, 388, 494, 495, 508, 510, 511, 514, 520, 521, 528, 531, 532, 538, 539, 540, 544, 546, 550, 555, 557, 558, 559, 564, 575, 581, 583, 584, 586, 587, 590, 591, 592, 602, 1041, 1225, 1699, 1706, 1710, 1725, 1728, 1729, 1730, 1887, 1891, 1895, 1897, 1901, 1903, 1915, 1916, 1917, 1920, 1921, 1922], "integ": [0, 11, 48, 49, 53, 117, 335, 339, 400, 456, 461, 503, 552, 554, 570, 580, 581, 584, 587, 593, 600, 602, 623, 664, 705, 744, 783, 822, 861, 983, 1065, 1078, 1640, 1641, 1661, 1678, 1697, 1698, 1699, 1700, 1701, 1702, 1704, 1706, 1709, 1728, 1729, 1730, 1792, 1849, 1854, 1872, 1899, 1900], "target_shap": [0, 269, 281, 293, 552, 555, 556, 557, 558, 559, 675, 681, 687, 714, 720, 726, 753, 759, 765, 792, 798, 804, 831, 837, 843, 953, 959, 965, 1887, 1891, 1893, 1894, 1897, 1898, 1900, 1901, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "The": [0, 3, 9, 50, 54, 91, 94, 119, 120, 125, 126, 130, 148, 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, 453, 454, 460, 462, 464, 466, 467, 472, 474, 484, 491, 492, 499, 502, 503, 505, 506, 509, 510, 513, 514, 517, 518, 519, 521, 522, 523, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 538, 539, 540, 541, 543, 544, 546, 548, 550, 551, 552, 553, 555, 556, 557, 558, 559, 560, 561, 563, 564, 565, 567, 568, 569, 572, 573, 576, 580, 582, 583, 584, 586, 587, 588, 590, 591, 592, 593, 594, 596, 598, 610, 611, 614, 617, 631, 632, 635, 638, 645, 646, 647, 648, 649, 650, 656, 657, 660, 661, 670, 675, 690, 694, 695, 706, 707, 710, 711, 714, 729, 733, 734, 745, 746, 749, 750, 753, 768, 772, 773, 784, 785, 788, 789, 792, 807, 811, 812, 823, 824, 827, 828, 831, 846, 850, 851, 862, 863, 866, 867, 886, 921, 927, 929, 932, 935, 946, 953, 968, 972, 973, 984, 985, 988, 989, 1041, 1055, 1065, 1067, 1078, 1083, 1090, 1104, 1118, 1168, 1180, 1215, 1224, 1225, 1230, 1231, 1233, 1612, 1620, 1625, 1630, 1636, 1640, 1648, 1649, 1654, 1655, 1660, 1664, 1665, 1670, 1671, 1678, 1698, 1699, 1703, 1705, 1706, 1708, 1710, 1713, 1714, 1715, 1716, 1722, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1754, 1756, 1768, 1774, 1777, 1847, 1849, 1853, 1855, 1863, 1864, 1865, 1866, 1867, 1868, 1870, 1872, 1873, 1874, 1875, 1876, 1877, 1879, 1884, 1885, 1888, 1890, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1923, 1924], "aforement": 0, "deprect": 0, "goe": [0, 567, 581, 1887, 1888, 1891, 1892, 1909], "along": [0, 505, 526, 574, 592, 1680, 1881, 1887, 1891, 1913, 1914, 1915, 1918, 1919, 1920], "often": [0, 207, 472, 594, 597, 1897, 1900, 1901, 1924], "kind": [0, 3, 255, 531, 543, 592, 1890, 1894], "up": [0, 234, 310, 311, 344, 348, 417, 438, 440, 441, 445, 460, 461, 462, 468, 487, 510, 511, 527, 562, 566, 571, 578, 586, 587, 588, 871, 886, 1205, 1693, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1820, 1863, 1864, 1869, 1873, 1883, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1899, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1922], "dn": [0, 511], "word": [0, 511, 526, 575, 1897, 1901, 1914, 1919, 1924], "ask": [0, 5, 7, 1863, 1864, 1872], "provid": [0, 3, 4, 6, 7, 164, 169, 181, 326, 361, 367, 375, 438, 460, 507, 509, 510, 513, 517, 529, 530, 531, 534, 535, 543, 548, 552, 563, 566, 567, 571, 576, 581, 582, 583, 584, 586, 587, 588, 590, 592, 594, 596, 886, 946, 1680, 1699, 1710, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1863, 1864, 1865, 1868, 1872, 1873, 1884, 1887, 1891, 1895, 1897, 1899, 1900, 1901, 1903, 1904, 1906, 1907, 1909, 1911, 1914, 1919], "each": [0, 26, 174, 264, 339, 364, 365, 369, 417, 423, 427, 438, 439, 440, 441, 461, 474, 493, 494, 495, 496, 503, 509, 510, 524, 528, 532, 536, 548, 562, 564, 566, 570, 572, 575, 583, 584, 585, 591, 592, 598, 610, 631, 708, 747, 786, 825, 864, 886, 986, 1023, 1065, 1078, 1082, 1201, 1229, 1641, 1649, 1661, 1665, 1673, 1680, 1707, 1756, 1776, 1777, 1783, 1794, 1864, 1866, 1872, 1887, 1891, 1893, 1897, 1900, 1901, 1903, 1904, 1906, 1909, 1911, 1913, 1914, 1918, 1919], "correspondingli": [0, 552], "gf_struct_t": [0, 192, 193, 194, 195, 196, 255, 306, 339, 511, 646, 647, 648, 649, 1712, 1713, 1717], "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, 460, 462, 468, 470, 502, 503, 507, 508, 509, 510, 513, 517, 518, 524, 525, 526, 527, 528, 531, 543, 547, 548, 554, 562, 564, 571, 578, 580, 581, 591, 1227, 1660, 1798, 1817, 1849, 1852, 1853, 1854, 1862, 1863, 1865, 1868, 1871, 1872, 1880, 1884, 1887, 1889, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "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, 450, 451, 454, 455, 456, 458, 461, 465, 466, 467, 468, 470, 478, 479, 480, 481, 488, 491, 492, 493, 494, 495, 496, 501, 502, 510, 513, 517, 518, 519, 520, 521, 524, 528, 534, 538, 539, 542, 552, 566, 575, 578, 580, 581, 583, 585, 596, 598, 646, 647, 648, 649, 683, 684, 685, 686, 722, 723, 724, 725, 761, 762, 763, 764, 800, 801, 802, 803, 839, 840, 841, 842, 961, 962, 963, 964, 1009, 1010, 1011, 1012, 1068, 1142, 1633, 1634, 1874, 1875, 1876, 1877, 1881], "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, 465, 466, 467, 477, 491, 492, 493, 494, 495, 496, 510, 513, 518, 520, 523, 524, 525, 534, 566, 567, 568, 573, 574, 578, 583, 587, 600, 602, 608, 619, 621, 623, 629, 640, 642, 1065, 1068, 1076, 1077, 1088, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1612, 1619, 1624, 1625, 1627, 1628, 1629, 1640, 1641, 1645, 1647, 1661, 1662, 1663, 1677, 1678, 1680, 1681, 1682, 1730, 1733, 1875, 1891, 1895, 1899, 1900, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "variant": [0, 338, 341, 552, 583], "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, 476, 485, 486, 501, 504, 507, 510, 511, 528, 548, 581, 583, 596, 1068, 1869, 1887, 1891, 1905, 1910, 1917, 1922], "effect": [0, 491, 492, 524, 528, 555, 556, 557, 558, 559, 562, 675, 714, 753, 792, 831, 1887, 1889, 1891, 1893, 1897, 1901, 1903, 1906, 1911, 1914, 1919], "particular": [0, 3, 174, 261, 278, 507, 510, 522, 524, 562, 585, 594, 598, 1864, 1866, 1869, 1872, 1878, 1906, 1911, 1917, 1922], "cthyb": [0, 4, 946, 1864, 1873, 1883, 1885, 1887, 1890, 1891, 1894, 1904, 1909], "tprf": [0, 1900, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "dft_tool": [0, 4, 1887, 1891], "gf_mesh": [0, 548, 694, 733, 772, 811, 850, 972], "were": [0, 4, 463, 1887, 1891, 1898, 1913, 1918], "further": [0, 460, 462, 470, 548, 554, 1868, 1871, 1887, 1891, 1902, 1906, 1908, 1911], "regroup": [0, 523], "cyclic_lattic": 0, "cartesian_product": 0, "prod": [0, 529, 532, 542, 547, 548, 553, 1876, 1887, 1891, 1893, 1894], "kept": [0, 445, 462, 575, 1916, 1921], "mean": [0, 459, 460, 491, 492, 494, 495, 496, 510, 522, 532, 535, 538, 539, 540, 544, 546, 548, 552, 554, 555, 556, 557, 558, 559, 562, 578, 579, 581, 583, 592, 594, 1846, 1873, 1881, 1887, 1891, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1906, 1911, 1917, 1922], "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, 459, 460, 461, 463, 465, 466, 467, 491, 492, 493, 494, 495, 496, 498, 501, 504, 507, 511, 513, 517, 518, 519, 520, 527, 528, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 548, 552, 566, 583, 598, 600, 602, 623, 708, 747, 786, 825, 864, 986, 1023, 1872, 1874, 1876, 1877, 1899, 1903, 1910, 1911, 1921], "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, 462, 523, 524, 525, 528, 530, 531, 536, 574, 578, 581, 584, 1052, 1053, 1090, 1104, 1118, 1192, 1698, 1869, 1876, 1891, 1896, 1897, 1901, 1913, 1914, 1915, 1918, 1919, 1920], "brillouin": [0, 528, 569, 1065, 1620, 1648, 1660, 1664, 1680, 1774, 1900, 1902, 1906, 1908, 1911, 1913, 1914, 1915, 1918, 1919, 1920], "zone": [0, 528, 569, 1065, 1620, 1648, 1660, 1664, 1680, 1774, 1900, 1902, 1906, 1908, 1911, 1913, 1914, 1915, 1918, 1919, 1920], "tag": [0, 27, 255, 261, 270, 278, 302, 308, 327, 507, 508, 509, 518, 538, 539, 540, 542, 544, 546, 1038], "associ": [0, 312, 325, 380, 381, 386, 387, 391, 392, 398, 399, 509, 548, 573, 1090, 1104, 1118, 1620, 1625, 1660, 1882, 1884, 1885, 1897, 1900, 1901, 1906, 1911, 1923], "those": [0, 3, 509, 510, 586, 1722, 1863, 1869, 1895, 1900, 1903], "occurr": 0, "latter": [0, 1865, 1887, 1889, 1891, 1893], "appli": [0, 11, 26, 83, 86, 364, 365, 370, 380, 391, 491, 492, 510, 567, 583, 1215, 1746, 1878, 1915, 1920], "short": [0, 552, 563, 581, 1873, 1882, 1905, 1910], "repres": [0, 11, 36, 335, 504, 528, 534, 583, 585, 591, 1159, 1854, 1855, 1876, 1891, 1897, 1901, 1906, 1911], "help": [0, 3, 8, 575, 589, 592, 1678, 1868, 1872, 1873, 1916, 1921], "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, 456, 460, 462, 465, 466, 467, 472, 491, 492, 498, 503, 508, 510, 521, 525, 526, 529, 530, 531, 535, 547, 553, 554, 561, 566, 569, 571, 572, 573, 574, 579, 581, 584, 585, 587, 591, 598, 708, 711, 747, 750, 786, 789, 825, 828, 864, 867, 986, 989, 1023, 1625, 1699, 1706, 1710, 1728, 1729, 1730, 1776, 1777, 1863, 1883, 1886, 1887, 1891, 1896, 1897, 1900, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "abov": [0, 3, 508, 521, 552, 554, 562, 574, 579, 581, 589, 1740, 1887, 1891, 1893, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "doe": [0, 9, 181, 234, 242, 243, 244, 245, 246, 247, 248, 249, 420, 444, 505, 507, 517, 518, 519, 523, 524, 528, 530, 554, 562, 579, 581, 592, 1104, 1118, 1872, 1873, 1887, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "ani": [0, 3, 7, 8, 139, 142, 242, 243, 244, 245, 246, 247, 248, 249, 270, 307, 311, 322, 323, 329, 378, 389, 460, 507, 508, 509, 510, 513, 517, 518, 519, 521, 522, 525, 528, 535, 562, 576, 581, 583, 586, 591, 592, 596, 1002, 1003, 1745, 1855, 1863, 1864, 1869, 1876, 1881, 1887, 1891, 1893, 1897, 1898, 1900, 1901, 1914, 1919], "avail": [0, 4, 458, 462, 530, 554, 580, 583, 593, 946, 1751, 1849, 1864, 1865, 1866, 1868, 1873, 1913, 1918], "op": [0, 111, 112, 148, 149, 156, 157, 158, 159, 163, 181, 198, 199, 200, 327, 362, 364, 369, 484, 510, 524, 583, 644, 651, 652, 653, 1692, 1693, 1819, 1833, 1893], "write": [0, 5, 9, 49, 134, 219, 258, 274, 286, 298, 343, 355, 408, 474, 479, 505, 507, 508, 509, 510, 518, 524, 525, 528, 532, 543, 550, 562, 564, 567, 575, 576, 578, 583, 1233, 1873, 1874, 1879, 1882, 1887, 1891, 1893, 1897, 1900, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "linalg": [0, 1874, 1900], "part": [0, 3, 7, 307, 312, 328, 329, 400, 419, 460, 462, 468, 469, 470, 471, 472, 510, 517, 524, 528, 554, 569, 575, 581, 583, 586, 684, 686, 688, 696, 723, 725, 727, 735, 762, 764, 766, 774, 801, 803, 805, 813, 840, 842, 844, 852, 876, 881, 894, 901, 946, 962, 964, 966, 974, 1010, 1012, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1660, 1687, 1689, 1714, 1715, 1716, 1722, 1726, 1862, 1868, 1873, 1874, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1901, 1904, 1906, 1909, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "modul": [0, 2, 503, 504, 505, 509, 554, 562, 569, 583, 584, 585, 586, 592, 593, 599, 654, 668, 672, 673, 1193, 1606, 1683, 1695, 1738, 1747, 1752, 1766, 1780, 1794, 1851, 1864, 1866, 1872, 1878, 1887, 1891, 1898, 1899, 1900], "simul": [0, 460, 507, 579, 594, 1903, 1910], "serv": [0, 460, 474, 1756], "dual": [0, 460], "purpos": [0, 5, 460, 510, 523, 528, 536, 542, 567, 575, 583, 598, 1848, 1853, 1897, 1901, 1905, 1910, 1913, 1914, 1918, 1919], "perform": [0, 207, 215, 263, 278, 302, 324, 325, 327, 368, 373, 453, 460, 487, 492, 519, 520, 525, 530, 564, 581, 594, 997, 1225, 1863, 1864, 1875, 1897, 1899, 1901, 1902, 1905, 1908, 1910, 1914, 1919], "logarithm": [0, 462, 470, 471, 472, 1897, 1901, 1917, 1922], "bin": [0, 459, 461, 462, 464, 465, 466, 467, 468, 469, 470, 471, 472, 474, 476, 482, 487, 490, 491, 492, 498, 564, 570, 594, 1227, 1673, 1754, 1756, 1761, 1866, 1868, 1869, 1903, 1906, 1911], "which": [0, 6, 137, 213, 215, 238, 255, 361, 400, 442, 460, 461, 462, 465, 484, 491, 492, 498, 501, 503, 505, 508, 509, 510, 511, 517, 518, 522, 524, 528, 530, 534, 550, 552, 554, 562, 567, 572, 576, 578, 579, 580, 581, 583, 584, 585, 586, 587, 591, 592, 594, 598, 661, 671, 711, 750, 789, 828, 867, 886, 953, 989, 1699, 1722, 1723, 1724, 1725, 1728, 1729, 1730, 1776, 1792, 1794, 1864, 1869, 1870, 1871, 1872, 1874, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1900, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "estim": [0, 460, 491, 492, 498, 594, 1887, 1891, 1909, 1917, 1922], "correl": [0, 9, 459, 460, 498, 1863, 1873, 1887, 1891, 1903, 1904, 1909, 1910, 1914, 1917, 1919, 1922], "b": [0, 4, 180, 255, 314, 456, 468, 470, 476, 481, 482, 501, 504, 509, 522, 525, 534, 551, 583, 584, 590, 591, 687, 726, 765, 804, 843, 965, 1195, 1196, 1218, 1605, 1699, 1710, 1760, 1761, 1783, 1787, 1788, 1789, 1790, 1814, 1863, 1874, 1881, 1895, 1896, 1898, 1906, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "compress": [0, 460, 461, 462, 464, 507], "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, 510, 1864, 1870, 1893, 1895], "design": [0, 460, 524, 581, 1873, 1915, 1920], "flexibl": [0, 460, 502, 1863], "either": [0, 228, 375, 460, 464, 507, 511, 531, 550, 564, 565, 579, 580, 581, 583, 584, 593, 1225, 1229, 1678, 1699, 1852, 1863, 1865, 1867, 1873, 1887, 1891, 1895, 1905, 1910, 1924], "log": [0, 459, 470, 498, 558, 592, 1862, 1864, 1887, 1891], "lin": 0, "turn": [0, 4, 33, 460, 462, 468, 470, 472, 1867, 1897, 1901, 1916, 1921], "off": [0, 462, 468, 470, 472, 526, 561, 586, 587, 588, 927, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1867, 1887, 1891, 1896, 1921], "differ": [0, 11, 27, 215, 375, 460, 466, 467, 495, 496, 502, 503, 525, 562, 565, 575, 578, 579, 581, 583, 598, 1863, 1865, 1866, 1873, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "case": [0, 181, 264, 265, 271, 283, 295, 361, 502, 510, 517, 519, 521, 528, 530, 533, 535, 542, 554, 574, 581, 1864, 1869, 1872, 1879, 1883, 1887, 1891, 1894, 1897, 1900, 1901, 1902, 1903, 1905, 1906, 1908, 1910, 1911, 1915, 1916, 1920, 1921], "purposefulli": [0, 460], "fulli": [0, 325, 584, 586, 1698, 1725, 1887, 1891], "automat": [0, 9, 207, 367, 368, 373, 420, 444, 462, 464, 502, 503, 511, 514, 520, 527, 535, 538, 543, 552, 554, 562, 566, 575, 580, 581, 592, 596, 598, 1640, 1864, 1866, 1881, 1887, 1891, 1903], "user": [0, 5, 6, 7, 215, 361, 460, 472, 509, 511, 518, 524, 534, 552, 566, 575, 583, 584, 594, 1678, 1699, 1863, 1864, 1865, 1866, 1868, 1872, 1884, 1895, 1902, 1903, 1908, 1909], "choic": [0, 579, 1678, 1868, 1887, 1891, 1895], "calcul": [0, 11, 64, 247, 379, 390, 459, 460, 491, 492, 493, 494, 495, 496, 520, 531, 538, 552, 554, 555, 557, 563, 566, 570, 575, 581, 583, 584, 592, 594, 659, 663, 681, 708, 720, 747, 759, 786, 798, 825, 837, 864, 946, 959, 986, 1023, 1680, 1698, 1699, 1700, 1701, 1709, 1794, 1863, 1864, 1873, 1875, 1885, 1888, 1889, 1892, 1893, 1897, 1898, 1899, 1900, 1901, 1903, 1905, 1906, 1910, 1911, 1915, 1916, 1920, 1921, 1923], "standard": [0, 9, 201, 459, 460, 466, 467, 491, 492, 494, 495, 498, 507, 510, 519, 523, 528, 533, 554, 562, 583, 586, 589, 591, 592, 598, 1855, 1864, 1865, 1870, 1884, 1887, 1891, 1903, 1913, 1918], "singl": [0, 267, 462, 464, 511, 543, 555, 556, 557, 558, 559, 564, 567, 581, 681, 687, 709, 710, 720, 726, 748, 749, 759, 765, 787, 788, 798, 804, 826, 827, 837, 843, 865, 866, 959, 965, 987, 988, 1231, 1233, 1873, 1883, 1885, 1887, 1891, 1894, 1896, 1897, 1901, 1903, 1905, 1906, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "thread": [0, 467, 495, 496, 1846, 1847, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1866, 1903, 1910], "well": [0, 3, 388, 460, 474, 503, 507, 510, 518, 567, 574, 575, 579, 581, 583, 594, 1740, 1756, 1864, 1884, 1887, 1891, 1902, 1908, 1913, 1918], "jackknif": [0, 459, 492, 594], "throughout": 0, "care": [0, 526, 575, 576, 579, 581, 1872, 1887, 1891, 1909, 1917, 1922], "been": [0, 3, 4, 133, 206, 417, 438, 440, 441, 468, 470, 472, 517, 525, 527, 543, 581, 583, 591, 1817, 1849, 1852, 1854, 1862, 1863, 1871, 1872, 1880, 1904, 1905, 1909, 1910, 1914, 1919], "taken": [0, 508, 509, 526, 531, 581, 1855, 1872], "stabl": [0, 523, 1864, 1865, 1868], "especi": [0, 7, 1865, 1881], "comput": [0, 4, 134, 198, 199, 200, 262, 367, 417, 438, 440, 441, 443, 460, 487, 498, 510, 511, 517, 518, 523, 528, 531, 538, 542, 554, 555, 557, 561, 562, 564, 569, 571, 572, 575, 578, 579, 581, 584, 587, 592, 594, 596, 651, 652, 653, 666, 681, 690, 709, 720, 729, 748, 759, 768, 787, 798, 807, 826, 837, 846, 865, 959, 968, 987, 1007, 1224, 1610, 1640, 1643, 1699, 1728, 1729, 1730, 1768, 1774, 1776, 1794, 1798, 1863, 1864, 1868, 1869, 1870, 1873, 1884, 1886, 1887, 1891, 1897, 1901, 1904, 1909, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "varianc": 0, "mostli": [0, 1887, 1891, 1893, 1894], "two": [0, 11, 13, 14, 42, 53, 61, 72, 84, 96, 240, 241, 246, 266, 358, 359, 370, 379, 380, 390, 391, 411, 412, 460, 461, 466, 467, 487, 502, 505, 507, 509, 519, 522, 523, 524, 525, 530, 531, 539, 554, 558, 562, 564, 566, 567, 574, 578, 581, 583, 584, 598, 671, 870, 871, 1038, 1226, 1680, 1698, 1703, 1705, 1708, 1814, 1863, 1864, 1872, 1873, 1880, 1885, 1887, 1890, 1891, 1893, 1894, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1918, 1919, 1920, 1924], "welford": 0, "binned_seri": 0, "ts_observ": 0, "observ": [0, 9, 198, 199, 491, 492, 511, 566, 582, 583, 594, 1887, 1889, 1890, 1891, 1893, 1894, 1906, 1909, 1911, 1913, 1918], "unchang": [0, 542, 1034, 1875, 1902, 1908], "found": [0, 3, 4, 278, 372, 508, 513, 517, 521, 583, 1792, 1863, 1874, 1886, 1887, 1888, 1891, 1892, 1893, 1903, 1904, 1908, 1909, 1910], "io": [0, 4, 277, 289, 301, 1864, 1887, 1890, 1891, 1894, 1895, 1913, 1918], "content": [0, 509, 527, 1878, 1891, 1894, 1898, 1903, 1924], "To": [0, 3, 215, 507, 509, 515, 525, 531, 554, 562, 571, 592, 1674, 1817, 1863, 1864, 1866, 1868, 1869, 1872, 1884, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1903, 1904, 1909, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "fit": [0, 9, 263, 264, 265, 531, 538, 563, 564, 589, 591, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 946, 962, 964, 997, 1010, 1012, 1227, 1887, 1888, 1891, 1892], "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, 453, 460, 474, 476, 491, 492, 501, 504, 509, 511, 519, 521, 523, 528, 545, 552, 554, 562, 564, 566, 568, 570, 571, 572, 574, 583, 584, 585, 586, 587, 588, 590, 598, 609, 630, 651, 652, 659, 663, 670, 907, 995, 1038, 1090, 1104, 1118, 1205, 1225, 1226, 1229, 1230, 1612, 1620, 1642, 1643, 1646, 1648, 1649, 1664, 1665, 1693, 1698, 1699, 1713, 1726, 1728, 1729, 1730, 1736, 1737, 1745, 1746, 1756, 1776, 1782, 1794, 1798, 1829, 1843, 1853, 1865, 1872, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1910, 1911, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1924], "hybrid": [0, 511, 564, 586, 1224, 1225, 1229, 1873, 1887, 1891, 1894, 1897, 1901, 1903], "imaginari": [0, 195, 196, 263, 312, 316, 317, 318, 323, 325, 511, 529, 532, 534, 538, 546, 547, 551, 553, 554, 558, 560, 564, 565, 583, 586, 648, 688, 708, 727, 747, 766, 786, 805, 825, 844, 864, 946, 966, 986, 997, 998, 999, 1000, 1003, 1023, 1118, 1148, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1227, 1230, 1233, 1689, 1726, 1862, 1863, 1887, 1890, 1891, 1893, 1894, 1900, 1904, 1906, 1908, 1909, 1911, 1914, 1918, 1919], "discretize_bath": [0, 564], "delta_in": [0, 564, 1225], "site": [0, 564, 574, 578, 1225, 1643, 1644, 1864, 1888, 1892, 1899, 1900, 1901, 1903, 1906, 1911, 1917, 1922], "nb": [0, 207, 234, 240, 241, 270, 272, 284, 296, 420, 444, 521, 528, 535, 564, 1225, 1229, 1794], "energi": [0, 173, 178, 196, 511, 564, 570, 574, 578, 616, 637, 946, 1090, 1104, 1118, 1225, 1226, 1229, 1673, 1862, 1888, 1889, 1890, 1892, 1893, 1894, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1917, 1922], "scipi": [0, 564, 589, 590, 946, 1225, 1868, 1870, 1871, 1884, 1887, 1889, 1890, 1891, 1893, 1894, 1916, 1917, 1921, 1922], "bfg": [0, 564, 1225], "basin": 0, "nelder": [0, 564, 1225], "mead": [0, 564, 1225], "inform": [0, 510, 530, 532, 536, 538, 539, 552, 581, 592, 1862, 1863, 1864, 1869, 1880, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1901, 1902, 1903, 1908, 1914, 1919], "make_delta": [0, 564], "axi": [0, 551, 556, 557, 565, 591, 1215, 1887, 1890, 1891, 1894, 1896, 1897, 1901, 1902, 1903, 1904, 1908, 1909, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "arbitrari": [0, 528, 531, 552, 583, 1090, 1104, 1118], "gradient": [0, 4], "guess": [0, 564, 590, 670, 671, 1225, 1782, 1783, 1792, 1883, 1905, 1906, 1909, 1910, 1911], "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, 513, 514, 519, 521, 524, 534, 535, 540, 553, 560, 581, 596, 1863, 1864, 1868, 1874, 1875, 1883, 1897, 1901, 1909, 1916, 1921], "first": [0, 6, 7, 8, 11, 12, 13, 40, 49, 51, 53, 63, 146, 148, 234, 266, 336, 337, 379, 390, 468, 487, 493, 494, 495, 496, 505, 509, 510, 522, 528, 530, 531, 538, 539, 542, 543, 550, 552, 562, 566, 569, 570, 571, 575, 579, 580, 581, 583, 591, 597, 664, 871, 878, 946, 1792, 1829, 1843, 1862, 1863, 1864, 1869, 1873, 1874, 1880, 1883, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "lim_": [0, 564, 1225, 1909], "inf": 0, "delta": [0, 491, 492, 525, 531, 564, 570, 594, 656, 1225, 1229, 1792, 1903, 1906, 1911, 1913, 1918], "ci": 0, "setup": [0, 1869, 1887, 1891], "adresssanit": 0, "undefinedbehaviorsanit": 0, "catch": [0, 596], "e": [0, 3, 4, 5, 40, 86, 165, 166, 167, 168, 178, 226, 262, 264, 265, 270, 272, 284, 296, 310, 311, 312, 454, 462, 501, 502, 503, 504, 507, 508, 509, 510, 513, 514, 518, 520, 522, 523, 526, 528, 529, 530, 531, 532, 534, 535, 539, 548, 552, 554, 555, 556, 557, 558, 559, 561, 562, 563, 564, 571, 574, 581, 583, 586, 587, 588, 589, 590, 591, 592, 596, 616, 637, 670, 692, 693, 731, 732, 770, 771, 809, 810, 848, 849, 871, 873, 886, 890, 940, 946, 970, 971, 1013, 1014, 1215, 1231, 1640, 1680, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1746, 1864, 1865, 1866, 1868, 1869, 1870, 1872, 1874, 1878, 1880, 1881, 1887, 1891, 1893, 1894, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920, 1924], "bound": [0, 211, 212, 236, 237, 520, 661, 1782, 1783, 1792], "undefin": [0, 302, 501, 504], "behavior": [0, 526, 1863, 1866, 1872, 1889, 1893, 1909, 1917, 1922], "danger": [0, 598], "earli": 0, "navig": [0, 1887, 1891], "done": [0, 206, 210, 235, 417, 420, 430, 438, 441, 444, 461, 511, 524, 562, 579, 581, 590, 670, 1872, 1887, 1890, 1891, 1894, 1896, 1897, 1901, 1904, 1909, 1917, 1922], "vertic": [0, 1916, 1921], "sidebar": 0, "left": [0, 234, 476, 491, 492, 498, 513, 564, 578, 687, 726, 765, 804, 843, 965, 1225, 1847, 1887, 1891, 1897, 1901, 1904, 1909, 1913, 1916, 1917, 1918, 1921, 1922], "addition": [0, 491, 492, 581, 1897, 1901], "broken": [0, 1915, 1917, 1920, 1922], "could": [0, 7, 517, 530, 562, 579, 1889, 1891, 1893, 1894, 1903, 1904, 1909, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "deploi": 0, "pleas": [0, 4, 6, 8, 507, 548, 1862, 1863, 1864, 1869, 1871, 1872, 1917, 1922], "tight": [0, 569, 571, 574, 1625, 1640, 1660, 1676, 1677, 1678, 1887, 1891, 1893, 1894, 1913, 1918], "tight_bind": [0, 568, 569, 571, 573, 574, 1886, 1913, 1917, 1918, 1922], "dispers": [0, 573, 1891, 1893, 1900, 1906, 1911, 1913, 1914, 1918, 1919], "spectrum": [0, 196, 1888, 1892], "point": [0, 195, 196, 310, 312, 460, 462, 463, 475, 485, 486, 487, 491, 492, 528, 531, 532, 535, 537, 538, 539, 542, 543, 544, 546, 550, 551, 552, 553, 560, 561, 570, 571, 572, 574, 581, 583, 591, 596, 597, 660, 661, 671, 917, 946, 1049, 1065, 1077, 1078, 1089, 1090, 1102, 1116, 1118, 1130, 1147, 1148, 1158, 1177, 1180, 1191, 1199, 1201, 1217, 1218, 1640, 1642, 1643, 1673, 1678, 1680, 1758, 1762, 1763, 1768, 1771, 1772, 1774, 1776, 1777, 1778, 1779, 1794, 1798, 1852, 1872, 1883, 1884, 1887, 1889, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1903, 1906, 1911, 1913, 1914, 1915, 1918, 1919, 1920], "even": [0, 4, 468, 470, 507, 510, 519, 527, 570, 581, 592, 664, 1090, 1104, 1118, 1849, 1864, 1865, 1893, 1894, 1895, 1897, 1901, 1906, 1909, 1911, 1915, 1917, 1920, 1922], "equival": [0, 337, 338, 358, 359, 484, 502, 507, 509, 531, 535, 554, 562, 574, 598, 1876, 1900], "confus": 0, "addit": [0, 138, 384, 396, 462, 474, 507, 510, 522, 543, 548, 552, 567, 583, 596, 1864, 1866, 1867, 1870, 1887, 1891, 1896, 1904, 1909, 1914, 1919], "tb_from_wannier90": [0, 1887, 1889, 1890, 1891, 1893, 1894], "creat": [0, 4, 8, 11, 137, 214, 216, 224, 227, 266, 267, 326, 355, 361, 408, 462, 470, 491, 492, 503, 508, 509, 510, 524, 530, 554, 556, 557, 561, 564, 565, 583, 586, 587, 598, 600, 1001, 1034, 1192, 1229, 1230, 1680, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1847, 1849, 1863, 1864, 1868, 1869, 1872, 1876, 1881, 1893, 1894, 1896, 1897, 1900, 1901, 1904, 1906, 1909, 1911], "output": [0, 7, 19, 95, 131, 264, 265, 461, 465, 468, 470, 474, 488, 493, 494, 495, 496, 531, 581, 583, 594, 1646, 1677, 1678, 1864, 1887, 1888, 1891, 1892, 1903, 1904, 1909, 1911], "pythtb": [0, 1676], "tb_model": [0, 1676], "modern": [0, 1864, 1865, 1870], "icx": [0, 1870], "2021": [0, 4], "major": [0, 6, 1864, 1924], "One": [0, 507, 518, 562, 583, 953, 1680, 1866, 1874, 1880, 1887, 1890, 1891, 1894, 1897, 1901, 1902, 1906, 1908, 1909, 1911, 1915, 1920], "delta_tau": 0, "delta_iw": [0, 564, 1224], "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, 554, 562, 571, 582, 586, 597, 1677, 1863, 1866, 1867, 1869, 1870, 1873, 1878, 1883, 1887, 1888, 1890, 1891, 1892, 1894, 1903, 1905, 1906, 1909, 1910, 1911, 1915, 1916, 1917, 1920, 1921, 1922], "mpi_boost": 0, "kroneck": 0, "ref": [0, 462, 464, 493, 494, 495, 496, 518, 528, 548, 598, 1878, 1887, 1891, 1897, 1901, 1906, 1911, 1913, 1918], "pade": [0, 558, 1902, 1904, 1908, 1909], "n_point": [0, 554, 555, 556, 557, 558, 559, 561, 562, 565, 572, 590, 591, 675, 704, 714, 743, 753, 782, 792, 821, 831, 860, 982, 1022, 1196, 1197, 1774, 1776, 1777, 1862, 1914, 1919], "table_import": 0, "init": [0, 509, 534, 590, 670, 671, 1817, 1874, 1900, 1901], "cxxflag": [0, 1866], "ldflag": [0, 1866], "wrapper": [0, 504, 554, 583], "833": 0, "incorrect": [0, 3, 1876], "eigenbasi": [0, 163, 187, 199], "get_op_mat": [0, 164], "825": 0, "quantum_number_eigenvalu": [0, 162, 199, 512], "particl": [0, 511, 555, 557, 583, 587, 600, 602, 623, 681, 720, 759, 798, 837, 959, 1041, 1731, 1873, 1897, 1899, 1900, 1901, 1913, 1914, 1915, 1918, 1919, 1920], "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, 511, 566, 600, 602, 604, 605, 606, 607, 608, 609, 610, 613, 614, 615, 616, 618, 619, 622, 623, 625, 626, 627, 628, 629, 630, 631, 634, 635, 636, 637, 639, 640, 643, 1887, 1891, 1899, 1903, 1910], "fock_stat": 0, "unitari": [0, 185, 186, 574, 620, 641], "without": [0, 3, 302, 307, 329, 498, 509, 524, 528, 538, 539, 554, 572, 592, 1770, 1772, 1779, 1817, 1872, 1887, 1891, 1894, 1898], "autopartit": [0, 9, 566, 1903, 1910], "term": [0, 511, 531, 583, 586, 1640, 1677, 1681, 1714, 1715, 1716, 1724, 1895, 1902, 1903, 1905, 1908, 1910, 1913, 1917, 1918, 1922], "convent": [0, 7, 9, 499, 584, 586, 587, 588, 591, 594, 680, 719, 758, 797, 836, 958, 1703, 1706, 1708, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1866, 1879, 1902, 1908], "eigenel": 0, "get_subspace_dim": [0, 164], "broadcast": [0, 114, 146, 327, 474, 483, 509, 510, 554, 562], "eigensystem_t": [0, 171], "smaller": [0, 1897, 1901, 1904, 1909, 1917, 1922], "12": [0, 19, 95, 255, 264, 310, 312, 494, 495, 521, 591, 692, 693, 731, 732, 770, 771, 809, 810, 848, 849, 970, 971, 1013, 1014, 1870, 1871, 1881, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1898, 1900, 1901, 1905, 1906, 1908, 1910, 1911, 1922], "target_compile_featur": 0, "cxx_std_20": 0, "guarante": [0, 562, 583, 1864], "triqsvar": [0, 1864], "switch": [0, 1872, 1888, 1890, 1892, 1894], "build_dep": 0, "ifnotfound": 0, "accordingli": [0, 542, 1924], "start": [0, 5, 8, 45, 63, 420, 444, 462, 464, 520, 526, 552, 555, 556, 562, 570, 571, 574, 578, 579, 664, 1656, 1792, 1847, 1849, 1851, 1852, 1854, 1864, 1872, 1878, 1881, 1884, 1887, 1889, 1891, 1893, 1894, 1895, 1896, 1897, 1901, 1902, 1903, 1905, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "usr": [0, 597, 1864, 1866, 1871, 1880], "dpythonsupport": 0, "config": [0, 575, 578, 580, 581, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "findmathjax": 0, "findsphinx": 0, "live": [0, 8, 518], "head": 0, "linktim": 0, "ipo": 0, "cmakelist": [0, 1872, 1878, 1881], "txt": [0, 1872, 1881], "treat": [0, 6, 511, 584, 1697, 1699, 1702, 1704, 1706, 1794, 1866, 1897, 1901, 1917, 1922], "subdirectori": [0, 1882, 1885, 1909, 1910, 1923], "build_document": 0, "AND": 0, "NOT": [0, 233, 242, 243, 244, 245, 246, 247, 248, 249, 504, 509, 519, 521, 524, 528, 554], "pythonsupport": 0, "inspect": [0, 592, 1887, 1891, 1904, 1909], "interface_compile_featur": 0, "find_xxx": 0, "hint": [0, 1887, 1891, 1897, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "priorit": 0, "system": [0, 3, 164, 191, 507, 511, 566, 578, 579, 583, 1863, 1864, 1866, 1868, 1869, 1870, 1872, 1873, 1887, 1890, 1891, 1894, 1897, 1899, 1901, 1903, 1904, 1909, 1913, 1914, 1915, 1918, 1919, 1920, 1923], "py_convert": [0, 504, 1878], "vice": [0, 583], "versa": [0, 583], "rtd": 0, "autosummari": 0, "796": 0, "old": [0, 306, 511, 525, 535, 579, 584, 908, 1699, 1710, 1869, 1875, 1893], "mpi4pi": [0, 1819, 1820, 1868, 1869, 1870, 1871], "pip3": 0, "first_mesh": 0, "ttf": 0, "woff2": 0, "eot": 0, "h5_read_gf_struct": [0, 250], "multivar": [0, 542], "829": 0, "helper": [0, 9, 64, 548, 582, 711, 750, 789, 828, 867, 989, 1897, 1901, 1913, 1914, 1918, 1919], "block_siz": [0, 252], "block_gf_view": [0, 255, 264, 265, 309, 315, 319, 320, 327, 330, 534], "scalar": [0, 379, 383, 390, 395, 461, 468, 470, 472, 507, 508, 525, 528, 532, 538, 539, 540, 542, 543, 544, 546, 562, 567, 583, 584, 586, 690, 729, 768, 807, 846, 968, 1697, 1699, 1700, 1701, 1704, 1709, 1724, 1876, 1897, 1898, 1900, 1901, 1915, 1920], "nondiagon": 0, "make_real_in_tau": [0, 250], "is_gf_real_in_tau": [0, 250, 538], "matrix_valu": [0, 532, 536, 538, 539, 540, 543, 544, 545, 546, 557, 682, 683, 684, 685, 686, 697, 698, 699, 721, 722, 723, 724, 725, 736, 737, 738, 760, 761, 762, 763, 764, 775, 776, 777, 799, 800, 801, 802, 803, 814, 815, 816, 838, 839, 840, 841, 842, 853, 854, 855, 960, 961, 962, 963, 964, 975, 976, 977, 1007, 1008, 1009, 1010, 1011, 1012, 1015, 1016, 1017, 1876], "comparison": [0, 347, 489, 501, 558, 1887, 1891, 1917, 1922], "transpos": [0, 556, 558, 559, 564], "self": [0, 4, 504, 508, 555, 556, 558, 559, 562, 564, 570, 590, 591, 660, 670, 678, 679, 680, 700, 701, 702, 703, 717, 718, 719, 739, 740, 741, 742, 756, 757, 758, 778, 779, 780, 781, 795, 796, 797, 817, 818, 819, 820, 834, 835, 836, 856, 857, 858, 859, 873, 875, 882, 890, 892, 905, 946, 956, 957, 958, 978, 979, 980, 981, 1018, 1019, 1020, 1021, 1030, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1199, 1200, 1201, 1203, 1204, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1226, 1754, 1862, 1873, 1883, 1888, 1889, 1892, 1893, 1895, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922, 1923], "conj_r": 0, "conj": [0, 310, 312, 324, 325, 494, 495, 531, 564, 583, 708, 747, 786, 825, 864, 986, 1023, 1224], "mako": [0, 1868, 1870, 1871], "bugfix": 0, "getitem": 0, "setitem": 0, "rank1": 0, "set_operator_structur": [0, 588], "gf_base": 0, "cover": [0, 579, 1897, 1901, 1906, 1911], "slice": [0, 11, 116, 510, 542, 553, 556, 559, 560, 711, 750, 789, 828, 867, 989, 1745, 1829, 1843], "fix_gf_struct_typ": 0, "bionic": 0, "cento": 0, "11": [0, 19, 95, 255, 265, 519, 521, 528, 1863, 1870, 1889, 1891, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1910, 1917, 1918, 1919, 1920, 1921, 1922], "trigger": 0, "increas": [0, 460, 461, 464, 1873, 1887, 1888, 1889, 1891, 1892, 1893, 1903, 1910, 1917, 1922], "j4": 0, "nbsphinx": [0, 1893, 1903, 1913, 1914, 1916, 1918, 1919, 1921], "apt": [0, 1864, 1869, 1871], "libomp": 0, "ignor": [0, 462, 464, 509, 1714, 1715, 1716, 1794], "dockerignor": 0, "zlib": 0, "libhdf5": [0, 1871], "msan_opt": 0, "libcxx": 0, "libcxxabi": 0, "libev": 0, "libgfortran5": [0, 1871], "libgfortran4": 0, "21": [0, 1891, 1897, 1901, 1910, 1913], "resolv": [0, 1864, 1868], "comp": [0, 3], "alloc_dealloc_mismatch": 0, "libc": 0, "libunwind": 0, "dev": [0, 1864, 1871, 1880], "ambigu": [0, 521], "focal": 0, "omp_num_thread": [0, 1866], "explicit": [0, 509, 538, 539, 1864], "node": [0, 423, 492, 509, 510, 581, 596, 1794, 1804, 1812, 1823, 1827, 1829, 1837, 1843, 1864, 1897, 1901], "alloc": [0, 122, 127, 338, 341], "ansicolor": 0, "orthogon": [0, 572, 1768, 1774, 1863], "clean": [0, 521, 523, 575, 583, 1869, 1872], "h_k": 0, "eigenvalu": [0, 172, 198, 199, 613, 634, 1893, 1909], "tighbind": 0, "displ_vec": [0, 573], "overlap_mat_vec": [0, 573], "h5read": 0, "writeabl": 0, "printabl": 0, "parser": [0, 1681, 1682], "get_kmesh": [0, 1887, 1891, 1893, 1894, 1913, 1917, 1918, 1922], "get_rmesh": 0, "inconsist": 0, "tbsuperlattic": 0, "__repr__funct": 0, "lattice_util": [0, 1913, 1914, 1917, 1918, 1919, 1920, 1922], "eigvalsh": 0, "periodization_matrix": 0, "properti": [0, 310, 312, 324, 501, 531, 532, 547, 552, 554, 562, 564, 572, 680, 688, 689, 694, 695, 696, 705, 706, 707, 719, 727, 728, 733, 734, 735, 744, 745, 746, 758, 766, 767, 772, 773, 774, 783, 784, 785, 797, 805, 806, 811, 812, 813, 822, 823, 824, 836, 844, 845, 850, 851, 852, 861, 862, 863, 872, 876, 877, 878, 879, 880, 881, 887, 888, 894, 895, 899, 900, 901, 958, 966, 967, 972, 973, 974, 983, 984, 985, 1043, 1044, 1045, 1046, 1050, 1051, 1057, 1060, 1224, 1638, 1650, 1652, 1653, 1654, 1655, 1657, 1666, 1668, 1669, 1670, 1671, 1672, 1769, 1775, 1847, 1849, 1853, 1854, 1856, 1864, 1887, 1888, 1891, 1892, 1913, 1914, 1918, 1919], "extens": [0, 4, 6, 375, 1846, 1863, 1870, 1873, 1895, 1906, 1911], "cross": [0, 1888, 1892], "ndim": [0, 568], "get": [0, 6, 8, 40, 55, 56, 60, 61, 118, 171, 172, 180, 181, 184, 210, 211, 212, 213, 459, 460, 462, 473, 474, 480, 481, 482, 485, 486, 490, 497, 525, 542, 578, 581, 584, 593, 598, 613, 615, 634, 636, 711, 750, 789, 828, 867, 989, 1702, 1706, 1751, 1761, 1762, 1763, 1764, 1765, 1863, 1864, 1869, 1871, 1887, 1891, 1893, 1897, 1901, 1902, 1904, 1906, 1908, 1909, 1911, 1914, 1919], "meshbrzon": [0, 1648, 1664, 1900], "meshcyclat": [0, 1649, 1665], "sumk": [0, 572], "monitor": [0, 1887, 1891], "select": [0, 8, 443, 452, 562, 566, 580, 585, 875, 882, 892, 905, 1868, 1874, 1896, 1906, 1911, 1914, 1919], "logic": [0, 535, 1873], "flow": 0, "stream": [0, 474, 488, 532, 583], "clear": [0, 8, 202, 421, 474, 524, 1865], "begin": [0, 20, 22, 35, 37, 43, 49, 64, 66, 77, 79, 81, 90, 92, 101, 103, 335, 501, 525, 528, 531, 579, 581, 583, 584, 953, 1700, 1701, 1709, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "clear_statist": [0, 442], "move_set": [0, 415], "recurs": [0, 507, 508, 1038, 1902, 1908], "del": [0, 509, 1862], "abbrevi": 0, "b_zone": 0, "get_interpol": 0, "rewrit": [0, 501, 504, 513, 530], "one": [0, 4, 6, 100, 169, 215, 255, 310, 324, 335, 361, 365, 366, 367, 373, 375, 388, 417, 423, 438, 440, 441, 445, 460, 468, 470, 472, 491, 492, 500, 503, 508, 509, 510, 517, 518, 519, 521, 522, 523, 524, 525, 526, 528, 531, 535, 538, 554, 564, 565, 566, 570, 578, 579, 580, 581, 583, 586, 587, 588, 590, 591, 592, 594, 596, 598, 600, 602, 623, 664, 871, 946, 1225, 1231, 1673, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1792, 1798, 1865, 1868, 1873, 1881, 1883, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "matsubara_mesh_opt": 0, "size_of_compon": 0, "foreach": [0, 11, 367, 376, 388, 528, 566, 567], "root": [0, 113, 114, 130, 131, 139, 146, 147, 148, 149, 150, 156, 157, 158, 159, 160, 161, 327, 483, 484, 508, 509, 510, 1821, 1835, 1915, 1916, 1920, 1921], "has_env": [0, 118, 122, 125, 126, 127], "built": [0, 510, 543, 1863, 1869, 1870, 1900], "minivec": 0, "make_regular": [0, 539], "range_al": 0, "all_t": [0, 542], "occur": [0, 139, 141, 142, 423, 460, 472, 492, 507, 596, 1852, 1915, 1917, 1920, 1922], "_ph": 0, "placeholder_prim": 0, "detail": [0, 4, 49, 308, 367, 507, 509, 513, 528, 530, 576, 578, 579, 581, 592, 594, 1872, 1884, 1887, 1891, 1897, 1901, 1917, 1922], "matric": [0, 185, 233, 525, 552, 573, 584, 620, 641, 684, 687, 723, 726, 762, 765, 801, 804, 840, 843, 962, 965, 1010, 1625, 1632, 1641, 1661, 1705, 1875, 1895, 1900], "underli": [0, 573, 1065, 1078, 1622, 1625, 1630, 1636, 1777, 1874, 1887, 1891, 1900], "squar": [0, 180, 263, 264, 265, 523, 531, 538, 552, 563, 564, 569, 571, 574, 587, 590, 670, 997, 1231, 1728, 1732, 1873, 1887, 1891, 1897, 1900, 1901, 1906, 1911, 1914, 1915, 1916, 1919, 1920, 1921, 1923], "collect": [0, 510, 575, 578, 581, 1870, 1903, 1907, 1910], "abc": [0, 505], "result_of": [0, 528], "invoke_result": 0, "crucial": [0, 591, 1887, 1891], "certain": [0, 1864, 1866, 1881, 1897, 1901, 1903], "fundamental_operator_set": [0, 9, 169, 175, 334, 351, 352, 362, 511, 566, 583, 585], "would": [0, 4, 518, 524, 535, 562, 581, 583, 1852, 1864, 1869, 1897, 1899, 1901, 1909], "eigenenergi": 0, "mechan": [0, 510, 576, 579, 581], "detect": [0, 583, 1872], "model": [0, 4, 255, 261, 270, 278, 367, 375, 418, 420, 522, 524, 528, 533, 538, 539, 544, 546, 566, 571, 574, 575, 578, 581, 1676, 1678, 1863, 1873, 1883, 1887, 1888, 1889, 1891, 1892, 1893, 1902, 1908, 1913, 1916, 1918, 1921], "affect": [0, 517, 1794], "By": [0, 509, 510, 531, 581, 1846, 1887, 1891, 1897, 1901, 1903, 1904, 1905, 1909, 1910, 1922], "check_issue819": 0, "export": [0, 501, 1864, 1865, 1866, 1868, 1871], "pull": [0, 6, 7, 1864], "request": [0, 3, 5, 7, 348, 382, 394, 711, 750, 789, 828, 867, 989, 1864], "820": 0, "block_matrix": 0, "tabl": [0, 240, 241, 532, 1921], "variant_extens": 0, "pragma": [0, 578], "onc": [0, 460, 510, 520, 542, 578, 579, 581, 1858, 1864, 1872, 1890, 1894, 1904, 1909, 1914, 1919], "toler": [0, 310, 311, 312, 564, 586, 692, 693, 731, 732, 770, 771, 809, 810, 848, 849, 970, 971, 1013, 1014, 1225, 1693, 1726], "test_delta_infti": 0, "method": [0, 1, 9, 445, 452, 500, 501, 514, 518, 523, 535, 558, 564, 572, 576, 578, 580, 581, 582, 590, 591, 594, 596, 602, 623, 656, 660, 666, 670, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 870, 885, 910, 912, 915, 917, 919, 921, 927, 929, 932, 935, 938, 940, 942, 946, 948, 950, 951, 953, 989, 991, 1025, 1031, 1041, 1048, 1052, 1055, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1199, 1201, 1204, 1225, 1227, 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, 1768, 1774, 1776, 1777, 1794, 1798, 1805, 1845, 1846, 1848, 1850, 1851, 1852, 1855, 1856, 1857, 1858, 1887, 1891, 1896, 1897, 1900, 1901, 1903, 1909, 1913, 1917, 1918, 1922], "better": [0, 535, 1887, 1889, 1891, 1893, 1904, 1909], "fall": [0, 474, 1756, 1903, 1917, 1922], "back": [0, 503, 510, 579, 581, 584, 1699, 1887, 1891, 1897, 1901, 1904, 1909, 1914, 1919], "solut": [0, 4, 507, 509, 511, 581, 592, 597, 1868, 1869, 1873, 1885, 1887, 1889, 1891, 1893, 1901, 1903, 1904, 1905, 1916, 1920, 1921], "793": 0, "proxi": [0, 583], "link": [0, 522, 532, 581, 1880, 1881, 1884, 1895], "triqs_pi": 0, "nopython": 0, "remain": [0, 519, 525, 579, 1881, 1906, 1911, 1917, 1922], "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, 462, 468, 470, 491, 492, 503, 508, 510, 511, 513, 514, 515, 518, 520, 522, 525, 528, 534, 543, 552, 553, 556, 557, 558, 560, 561, 564, 565, 567, 570, 573, 574, 578, 579, 580, 582, 583, 586, 589, 592, 593, 608, 619, 629, 640, 660, 670, 688, 696, 705, 727, 735, 744, 766, 774, 783, 805, 813, 822, 844, 852, 861, 876, 877, 878, 879, 881, 894, 895, 901, 927, 940, 966, 974, 983, 1057, 1061, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1195, 1196, 1218, 1231, 1625, 1628, 1632, 1740, 1782, 1798, 1829, 1843, 1847, 1852, 1853, 1862, 1863, 1864, 1872, 1874, 1879, 1882, 1883, 1884, 1885, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1897, 1898, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "guid": [0, 5, 7, 8, 250, 1863, 1864], "how": [0, 5, 6, 9, 507, 518, 523, 530, 558, 571, 581, 593, 1864, 1865, 1868, 1872, 1885, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "here": [0, 3, 4, 7, 8, 501, 503, 510, 516, 518, 522, 525, 526, 528, 530, 550, 554, 562, 565, 569, 571, 575, 578, 579, 580, 581, 583, 585, 591, 592, 593, 598, 946, 1864, 1868, 1872, 1873, 1874, 1875, 1876, 1880, 1881, 1883, 1884, 1886, 1887, 1888, 1889, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "malt": 0, "schueler": 0, "hiroshi": 0, "shinaoka": 0, "manuel": 0, "zingl": [0, 3], "made": [0, 207, 462, 518, 524, 554, 562, 579, 581, 598, 1640, 1852, 1887, 1891, 1903], "necessari": [0, 4, 502, 503, 550, 1864, 1869, 1871, 1887, 1890, 1891, 1894], "decid": [0, 538, 579, 581, 1852, 1870, 1872, 1895, 1897, 1901, 1904, 1909], "These": [0, 4, 510, 548, 562, 581, 591, 1872, 1873, 1891, 1897, 1901, 1924], "autom": [0, 1864], "interdepend": 0, "per": [0, 564, 574, 583, 1225, 1681, 1858, 1887, 1888, 1890, 1891, 1892, 1893, 1894], "togeth": [0, 4, 11, 215, 373, 462, 1864, 1868, 1893, 1897, 1898, 1901], "unless": [0, 472, 517, 531, 581, 594], "thei": [0, 335, 411, 412, 510, 518, 527, 531, 538, 554, 561, 562, 581, 582, 583, 591, 596, 1863, 1864, 1866, 1868, 1869, 1895, 1896, 1897, 1898, 1899, 1901, 1906, 1907, 1909, 1911, 1917, 1922], "alter": [0, 554], "dbuild_dep": 0, "try": [0, 240, 241, 445, 524, 562, 581, 596, 1864, 1875, 1888, 1890, 1892, 1894, 1903, 1904, 1909], "never": [0, 509, 518, 1895], "step": [0, 7, 49, 53, 505, 511, 524, 564, 579, 594, 1225, 1820, 1863, 1865, 1868, 1869, 1887, 1891, 1902, 1903, 1908, 1917, 1922], "glad": 0, "earlier": [0, 554, 581, 1868, 1871, 1904, 1909], "inversefouri": 0, "set_from_inverse_fouri": 0, "make_gf_from_inverse_fouri": [0, 250], "xxx": [0, 530, 536, 1890], "n1": [0, 680, 719, 758, 797, 836, 872, 887, 958], "n2": [0, 680, 719, 758, 797, 836, 872, 887, 958], "indicesl": [0, 555, 556, 557, 558, 559], "indicesr": [0, 555, 556, 557, 558, 559], "get_gf_data_shap": 0, "get_target_shap": 0, "syntax": [0, 513, 521, 522, 535, 554, 1867, 1897, 1901], "split": [0, 118, 511, 566, 1897, 1901, 1903], "libpython": 0, "libtriq": 0, "seper": 0, "libtriqs_pi": 0, "boost_seri": 0, "complex_liter": 0, "operatori": 0, "operator_j": 0, "conflict": [0, 519, 1864, 1868], "stacktrac": 0, "mac": [0, 1864, 1865, 1866], "o": [0, 3, 58, 488, 491, 492, 555, 557, 558, 559, 565, 569, 574, 583, 590, 591, 598, 1864, 1865, 1866, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1903, 1905, 1906, 1909, 1910, 1911, 1913, 1918, 1921, 1922], "osx10": 0, "15": [0, 255, 265, 564, 1225, 1870, 1891, 1896, 1897, 1901], "catalina": 0, "simultan": 0, "cpp2pyinfo": 0, "serializ": [0, 501, 528], "cplx": 0, "h5_read": [0, 202, 252, 269, 281, 293, 306, 350, 400, 416, 474, 550, 1877], "h5_write": [0, 202, 252, 269, 281, 293, 350, 400, 416, 474, 534, 543, 550, 1877], "fill_first_eigenstate_of_subspac": 0, "external_depend": 0, "extern": [0, 579, 581, 1873, 1914, 1919], "gtest": 0, "add_external_depend": 0, "dep": 0, "extract": [0, 9, 501, 504, 582, 583, 584, 586, 1703, 1707, 1708, 1711, 1714, 1715, 1716, 1722, 1887, 1888, 1891, 1892, 1893, 1902, 1904, 1908, 1909, 1911], "lib": [0, 536, 590, 597, 1868, 1878, 1880, 1881, 1899, 1900, 1901], "about": [0, 5, 8, 520, 530, 578, 579, 581, 1863, 1873, 1887, 1891, 1895, 1897, 1899, 1901, 1904, 1909, 1914, 1915, 1919, 1920], "comma": 0, "subscript": 0, "specif": [0, 6, 261, 532, 547, 576, 591, 1864, 1887, 1890, 1891, 1894, 1897, 1901, 1902, 1903, 1908], "build_interfac": 0, "permiss": 0, "og": 0, "fconcept": 0, "17": [0, 265, 1891, 1901, 1903, 1910, 1911, 1917, 1922], "suppress": [0, 1887, 1889, 1890, 1891, 1893, 1894], "project_sourc": 0, "binary_dir": 0, "cmake_xxx_dir": 0, "cmake_polici": 0, "find_depend": 0, "refactor": 0, "explicitli": [0, 583, 946, 1872], "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, 460, 508, 552, 562, 581, 594, 1864, 1868, 1886, 1897, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911], "pkg_root": 0, "pkg_base": 0, "env": [0, 510, 578, 581, 1817], "nfft": 0, "fftw": [0, 1868, 1870], "mathjax_path": 0, "fallback": 0, "gmpxx": 0, "add_mpi_test": 0, "cpp2py_xxx": 0, "bare": [0, 572, 1776, 1915, 1916, 1917, 1920, 1921, 1922], "ones": [0, 511, 581, 584, 591, 1699, 1710, 1866, 1915, 1916, 1917, 1920, 1921, 1922], "preinstal": 0, "findgit": 0, "det": [0, 201, 208, 210, 213, 226, 234, 235, 238, 242, 243, 244, 245, 246, 247, 248, 249, 523, 524, 525, 1874], "porting_to_triqs3": 0, "md": 0, "nrgljubjana_interfac": 0, "impur": [0, 5, 511, 582, 946, 1863, 1864, 1873, 1883, 1885, 1889, 1890, 1893, 1894, 1897, 1899, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911], "hubbardi": [0, 4, 1890, 1894], "green_retim": 0, "mathjax": 0, "7": [0, 255, 270, 470, 495, 496, 511, 517, 519, 521, 558, 575, 596, 597, 1875, 1878, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1904, 1908, 1909, 1910, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "8": [0, 255, 265, 270, 282, 294, 460, 470, 472, 495, 496, 510, 513, 518, 521, 572, 591, 597, 598, 1774, 1777, 1864, 1870, 1881, 1887, 1891, 1893, 1894, 1895, 1896, 1899, 1900, 1901, 1902, 1904, 1906, 1908, 1909, 1910, 1911, 1918, 1919, 1921, 1922], "advic": 0, "anaconda": [0, 1868], "w": [0, 509, 513, 520, 528, 531, 534, 542, 543, 562, 564, 573, 579, 592, 1231, 1233, 1625, 1872, 1874, 1876, 1877, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1898, 1900, 1913, 1918, 1919], "h5f_acc_trunc": 0, "pip": [0, 7, 1865, 1868, 1869, 1872], "binari": [0, 137, 507, 518, 1869], "actual": [0, 517, 524, 554, 581, 586, 592, 594, 1913, 1918], "introduct": [0, 9, 562, 576, 581, 1873, 1879, 1882, 1887, 1891, 1897, 1901], "tailfit": 0, "rh": [0, 207, 261, 278, 302, 327, 449, 513, 524, 530, 533, 554, 562], "773": 0, "is_gf_hermitian": [0, 250], "block_nam": [0, 252, 255, 534, 564, 1229, 1231], "assert_block": 0, "_gfs_are_clos": 0, "improp": [0, 3], "pattern": [0, 501, 504, 1872], "spot": 0, "defint": 0, "gf_const_view": [0, 250, 262, 265, 270, 278, 294, 302, 321, 529, 530, 532, 534, 536, 545, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 997, 998, 999, 1000, 1002, 1003, 1010, 1012], "gl": [0, 555, 556, 557, 565, 682, 701, 702, 703, 721, 740, 741, 742, 760, 779, 780, 781, 799, 818, 819, 820, 838, 857, 858, 859, 960, 979, 980, 981, 1008, 1019, 1020, 1021], "lshift": 0, "assign": [0, 9, 12, 88, 116, 144, 261, 278, 501, 514, 519, 527, 530, 532, 535, 543, 553, 560, 583, 1070, 1081, 1094, 1108, 1122, 1136, 1152, 1163, 1171, 1183, 1874, 1900], "gf_indic": 0, "deduct": [0, 11, 250, 510, 534], "statement": [0, 504, 513], "make_hermitian": [0, 250], "make_adjoint_mesh": [0, 530, 559], "1e": [0, 264, 265, 310, 312, 564, 946, 1225, 1786, 1787, 1788, 1789, 1790, 1815, 1887, 1891, 1897, 1900, 1901, 1917, 1921, 1922], "positive_freq_view": [0, 250], "764": 0, "str": [0, 555, 556, 557, 558, 559, 564, 568, 574, 593, 675, 714, 753, 792, 831, 886, 908, 946, 953, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1229, 1231, 1612, 1677, 1681, 1682, 1751, 1901], "nparrai": 0, "align": [0, 1903], "skeleton": 0, "lldb": 0, "debugg": 0, "build_id": 0, "cach": 0, "pythonpath": [0, 1866], "workaround": [0, 521], "buggi": 0, "mark": [0, 11, 1887, 1891, 1895], "upstream": 0, "vim": [0, 1872], "analysi": [0, 9, 460, 499, 505, 589, 1895, 1904, 1905, 1909, 1910, 1917, 1922], "many_body_operator_gener": [0, 362, 583, 585], "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, 446, 448, 449, 450, 451, 454, 455, 458, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 477, 478, 479, 481, 482, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 510, 511, 521, 522, 524, 528, 533, 534, 535, 536, 537, 545, 548, 566, 567, 575, 583, 596, 598, 1875, 1876], "debian": [0, 1868], "usabl": 0, "conjunct": [0, 1864], "put": [0, 205, 460, 463, 501, 517, 521, 522, 524, 530, 562, 581, 592, 1878, 1895, 1896, 1898, 1917, 1922], "Be": [0, 8, 521, 1872], "lpath_to_instal": 0, "filter": 0, "agsinst": 0, "supress": 0, "rvalu": [0, 271, 283, 295, 418, 420, 518], "lvalu": [0, 518], "usag": [0, 6, 9, 509, 530, 548, 574, 1868, 1887, 1891], "ox": 0, "newli": 0, "wai": [0, 3, 508, 520, 524, 527, 528, 531, 548, 562, 565, 571, 581, 1866, 1868, 1876, 1895, 1896, 1897, 1898, 1901, 1902, 1904, 1908, 1909, 1913, 1917, 1918, 1922], "place": [0, 383, 384, 385, 395, 396, 397, 581, 598, 691, 730, 769, 808, 847, 969, 1872, 1897, 1901], "ld": 0, "It": [0, 3, 4, 242, 243, 244, 245, 246, 247, 248, 249, 361, 378, 389, 417, 438, 440, 441, 460, 474, 501, 504, 507, 509, 511, 513, 517, 518, 519, 520, 521, 523, 525, 526, 527, 528, 531, 535, 554, 562, 569, 572, 579, 581, 583, 592, 597, 672, 673, 1678, 1756, 1768, 1774, 1792, 1852, 1853, 1858, 1865, 1868, 1870, 1872, 1873, 1880, 1884, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1917, 1922], "older": 0, "On": [0, 1792, 1869, 1917, 1922], "rather": [0, 563, 581, 1900, 1906, 1911, 1914, 1919], "than": [0, 491, 492, 518, 527, 528, 581, 1858, 1863, 1887, 1890, 1891, 1894, 1897, 1900, 1901, 1904, 1909, 1910, 1913, 1914, 1917, 1918, 1919, 1922], "homebrew": [0, 1868], "python2": [0, 597, 1878], "substanti": [0, 1897, 1901, 1909], "adapt": [0, 4, 453, 525, 570, 590, 598, 660, 1863, 1887, 1891], "enumer": [0, 11, 1851, 1887, 1891, 1917, 1921, 1922], "resid": 0, "folder": [0, 7, 1878, 1887, 1891, 1905, 1910, 1919], "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, 446, 448, 467, 483, 484, 492, 495, 496, 509, 510, 550, 575, 578, 581], "gather": [0, 131, 147, 278, 302, 510, 562, 1903], "basic_typ": 0, "accord": [0, 531, 579, 588, 592, 1737, 1887, 1891, 1906, 1911], "within": [0, 170, 172, 335, 353, 402, 405, 406, 413, 460, 526, 568, 583, 1612, 1863, 1864, 1866, 1887, 1891, 1899, 1903, 1904, 1909], "prior": 0, "array_view": [0, 265, 683, 685, 722, 724, 761, 763, 800, 802, 839, 841, 961, 963, 1007, 1009, 1011, 1605, 1874], "aliv": [0, 1851, 1852], "itself": [0, 369, 442, 505, 507, 521, 532, 534, 536, 578, 590, 591, 592, 1864, 1868, 1884, 1887, 1891, 1914, 1917, 1919, 1922], "destroi": [0, 554, 1898, 1906, 1911], "achiev": [0, 592, 1872, 1897, 1901, 1903, 1906, 1911], "lead": [0, 509, 510, 519, 591, 592, 1891, 1906, 1911, 1917, 1922], "penalti": [0, 207, 519], "keep": [0, 8, 261, 267, 474, 518, 562, 592, 1756, 1870, 1902, 1908], "thu": [0, 531, 579, 1864, 1906, 1911], "let": [0, 508, 509, 526, 554, 562, 571, 579, 581, 590, 592, 1878, 1881, 1886, 1887, 1891, 1895, 1897, 1898, 1900, 1901, 1903, 1904, 1909, 1914, 1916, 1917, 1919, 1921, 1922], "illustr": [0, 505, 520, 521, 554, 574, 580, 591, 1868, 1896, 1905, 1910], "f": [0, 26, 83, 84, 85, 88, 89, 90, 137, 207, 209, 245, 246, 247, 342, 343, 353, 356, 401, 406, 409, 439, 491, 492, 509, 513, 514, 516, 517, 519, 521, 522, 523, 524, 525, 528, 542, 554, 561, 584, 590, 591, 594, 596, 598, 670, 671, 917, 1036, 1646, 1697, 1699, 1704, 1706, 1782, 1783, 1792, 1874, 1875, 1887, 1891, 1894, 1896, 1913, 1914, 1918, 1919], "immedi": [0, 554], "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, 460, 476, 501, 504, 524, 525, 528, 531, 574, 579, 583, 584, 1700, 1701, 1709, 1868, 1875, 1897, 1898, 1900, 1901, 1903, 1904, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "temporari": [0, 233, 518], "av": [0, 493, 494, 495, 496], "arr": [0, 32, 146, 148, 149, 1713], "unnecessari": 0, "shown": [0, 579, 1887, 1889, 1891, 1893, 1913, 1916, 1918, 1921], "practic": [0, 528, 542, 581, 592, 1866, 1879, 1887, 1891, 1897, 1900, 1901, 1902, 1908], "rare": [0, 501], "howev": [0, 7, 509, 511, 519, 524, 528, 530, 535, 548, 554, 583, 1864, 1865, 1872, 1887, 1891, 1902, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "follow": [0, 3, 4, 7, 8, 310, 312, 324, 325, 502, 508, 509, 510, 518, 522, 525, 530, 531, 532, 534, 538, 539, 540, 544, 546, 551, 552, 554, 555, 556, 557, 558, 559, 562, 564, 571, 574, 579, 581, 583, 584, 585, 591, 592, 596, 598, 1224, 1640, 1699, 1864, 1868, 1870, 1871, 1872, 1876, 1877, 1878, 1880, 1881, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1897, 1898, 1899, 1900, 1901, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1924], "need": [0, 7, 8, 122, 127, 234, 272, 284, 296, 420, 444, 449, 460, 507, 510, 523, 525, 528, 531, 533, 536, 564, 575, 579, 581, 582, 583, 584, 591, 592, 1231, 1707, 1864, 1869, 1871, 1876, 1880, 1887, 1888, 1891, 1892, 1895, 1897, 1899, 1901, 1902, 1903, 1908, 1917, 1922, 1924], "dasan": 0, "dubsan": 0, "offici": [0, 3, 4, 1869], "easili": [0, 4, 528, 581, 591, 592, 596, 1864, 1873, 1874, 1875, 1876, 1880, 1887, 1891, 1896, 1897, 1901, 1906, 1911, 1924], "borrow": 0, "array_expr": 0, "regular": [0, 462, 498, 508, 519, 532, 554, 572, 591, 598, 1768, 1774, 1872, 1897, 1901, 1917, 1922], "calloc": 0, "delet": [0, 144, 521], "rebind": [0, 281, 293], "cf": [0, 238, 255, 270, 417, 423, 438, 440, 441, 501, 507, 519, 525, 527, 528, 530, 532, 535, 548, 590, 596, 597, 598, 1863, 1884], "ld_preload": [0, 1880], "project_source_dir": 0, "project_binary_dir": 0, "cmake_xxx": 0, "add_cpp2py_modul": 0, "boostconfig": 0, "find_packag": [0, 1872, 1881], "gsl": 0, "prepend": [0, 1866], "py_": 0, "extra": [0, 364, 511, 1880, 1887, 1890, 1891, 1894, 1895, 1915, 1920], "info": [0, 1881], "blas_lapack": 0, "findtest": 0, "parse_commit": 0, "pars": [0, 1681, 1682], "is_gf_v": 0, "is_block_gf_v": 0, "is_instantiation_of_v": 0, "tmpl": 0, "signbit": 0, "real_or_complex": [0, 583, 1713, 1714, 1715, 1716], "729": 0, "forceinlin": 0, "termin": [0, 1028, 1029, 1033, 1851, 1852, 1868, 1887, 1891, 1904, 1909], "expect": [0, 460, 511, 513, 566, 579, 581, 1876, 1891, 1895, 1897, 1901, 1914, 1919], "ensur": [0, 373, 472, 562, 1004, 1005, 1864, 1887, 1891, 1903], "licens": [0, 5, 1863], "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, 511, 566, 585, 604, 605, 606, 607, 611, 625, 626, 627, 628, 632, 1903], "respect": [0, 7, 181, 543, 548, 563, 567, 574, 583, 871, 1855, 1864, 1905, 1910, 1913, 1914, 1918, 1919], "342": 0, "overhaul": 0, "fit_legendr": [0, 564], "cheat": 0, "sheet": 0, "issue_templ": 0, "make_zero_tail": [0, 250, 552, 564], "fit_tail": [0, 250, 552, 563], "greenfunct": [0, 278], "brief": [0, 416, 1866, 1870, 1895], "contain": [0, 4, 7, 9, 24, 34, 40, 42, 43, 44, 48, 78, 81, 93, 97, 98, 106, 147, 150, 169, 188, 207, 264, 265, 267, 269, 293, 362, 377, 466, 467, 493, 494, 495, 496, 501, 504, 509, 510, 514, 518, 520, 523, 525, 527, 528, 529, 530, 532, 533, 535, 547, 548, 552, 554, 564, 566, 567, 568, 572, 573, 583, 588, 592, 598, 600, 602, 622, 623, 643, 953, 1076, 1088, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1230, 1231, 1619, 1624, 1628, 1632, 1680, 1737, 1768, 1774, 1864, 1866, 1873, 1876, 1878, 1880, 1887, 1891, 1897, 1899, 1901, 1902, 1903, 1906, 1908, 1911, 1912, 1915, 1917, 1920, 1922], "dichotomi": 0, "load": [0, 507, 509, 1864, 1869, 1877, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1905, 1909, 1910, 1916, 1921], "weblink": 0, "css": 0, "2rst": 0, "docs_cpp2rst": [0, 7], "formula": [0, 531, 1914, 1915, 1919, 1920], "less": [0, 510, 581, 1880, 1887, 1891], "rigid": 0, "is_within_boundari": [0, 550], "index_to_linear": [0, 528, 550], "index_to_point": [0, 528, 550], "725": 0, "slice_t": 0, "value_t": [0, 1075, 1077, 1087, 1089, 1101, 1102, 1115, 1116, 1129, 1130, 1146, 1147, 1157, 1158, 1176, 1177, 1190, 1191], "partial": [0, 460, 514, 519, 520, 521, 543, 562, 1610, 1887, 1891, 1898, 1904, 1906, 1909, 1911, 1914, 1919], "stride": [0, 11, 73, 75, 1220], "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, 646, 647, 648, 649], "larg": [0, 4, 507, 511, 526, 531, 569, 1863, 1868, 1884, 1887, 1891, 1893, 1897, 1901, 1903, 1909, 1913, 1914, 1917, 1918, 1919, 1922], "pack": [0, 364], "mkl": [0, 1866], "warmup": [0, 416, 426, 433, 434, 438, 441, 579, 581, 1883, 1903, 1905, 1906, 1909, 1910, 1911], "chunk": [0, 11, 12, 161, 453], "encapsul": [0, 510], "slice_rang": 0, "length": [0, 117, 476, 501, 510, 578, 579, 581, 598, 871, 1883, 1887, 1891, 1903, 1906, 1911, 1917, 1922], "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, 466, 467, 482, 491, 492, 494, 504, 511, 513, 523, 525, 526, 528, 531, 534, 538, 550, 551, 552, 555, 556, 557, 558, 559, 563, 564, 566, 569, 574, 578, 579, 583, 584, 587, 593, 594, 596, 598, 698, 699, 737, 738, 776, 777, 815, 816, 854, 855, 976, 977, 1016, 1017, 1041, 1042, 1065, 1090, 1104, 1118, 1225, 1707, 1731, 1761, 1846, 1864, 1872, 1876, 1883, 1886, 1887, 1890, 1897, 1899, 1900, 1901, 1903, 1904, 1905, 1909, 1910, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "mpi_reduce_in_plac": 0, "mpi_reduc": [0, 156, 250, 474, 510], "slice_length": 0, "chunk_length": 0, "orbit": [0, 511, 568, 570, 574, 584, 586, 587, 588, 657, 664, 1612, 1615, 1617, 1618, 1641, 1652, 1654, 1655, 1661, 1668, 1670, 1671, 1698, 1702, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863, 1873, 1885, 1887, 1891, 1893, 1897, 1901, 1903, 1914, 1915, 1919, 1920], "724": 0, "brillouinzon": [0, 1065, 1660, 1900], "is_almost_zero": 0, "precis": [0, 505, 507, 525, 531, 570, 581, 583, 660, 1678, 1786, 1787, 1788, 1789, 1790, 1814, 1815, 1870, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1900, 1901], "many_body_oper": [0, 335, 361, 362, 566, 583, 644, 651, 652, 653, 1712, 1714, 1715, 1716, 1717, 1718, 1719], "745": 0, "reduction_t": 0, "data_t": [0, 255, 256, 264, 265, 270, 271, 282, 283, 294, 295, 339, 340, 532, 536, 537, 538, 539, 544, 546], "mat": 0, "map_block": 0, "lambda": [0, 83, 85, 513, 521, 583, 588, 590, 591, 598, 1038, 1090, 1104, 1118, 1215, 1736, 1833, 1897, 1901, 1913, 1918, 1919, 1920], "capture_stdout": 0, "im": [0, 554, 564, 1231, 1233, 1862, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1904, 1909, 1913, 1914, 1918, 1919, 1921], "re": [0, 8, 227, 508, 524, 564, 572, 581, 598, 1231, 1233, 1776, 1881, 1887, 1890, 1891, 1893, 1894, 1910, 1913, 1914, 1918, 1919], "bcast": [0, 509], "recv": 0, "neglig": 0, "framework": [0, 4, 576, 592, 1864, 1906, 1911], "binder": [0, 1863, 1873], "easyconfig": 0, "varieti": [0, 552, 1864, 1910], "stabil": [0, 1868], "treatment": 0, "high": [0, 3, 264, 265, 326, 529, 530, 531, 538, 539, 544, 546, 553, 554, 560, 561, 562, 564, 574, 946, 1230, 1863, 1887, 1891, 1897, 1901, 1909, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "upgrad": [0, 1868, 1869], "deb": [0, 1864], "target_spac": [0, 680, 719, 758, 797, 836, 958], "density_zero_t": 0, "608": 0, "substack": 0, "vstack": 0, "safeti": [0, 1872, 1888, 1892], "counter": [0, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1908], "475": 0, "enfor": 0, "sub": [0, 1887, 1891], "findnfft": 0, "alp": 0, "findlapack": 0, "modulefil": [0, 1864], "git_execut": 0, "fortran": [0, 1895], "gesvd": 0, "gelss": 0, "least": [0, 169, 263, 264, 265, 468, 470, 531, 538, 542, 552, 563, 567, 590, 598, 600, 602, 623, 670, 997, 1893, 1899, 1904, 1909], "normal": [0, 361, 366, 373, 375, 388, 420, 444, 473, 497, 521, 536, 548, 554, 570, 583, 656, 946, 1716, 1852, 1887, 1891, 1906, 1911], "assymetri": 0, "replace_by_tail": 0, "enforc": [0, 552, 1090, 1104, 1118, 1741, 1742, 1817, 1904, 1909], "j": [0, 203, 216, 220, 224, 225, 229, 240, 241, 242, 243, 245, 246, 248, 249, 264, 310, 324, 339, 491, 492, 523, 524, 525, 552, 562, 564, 578, 584, 586, 1224, 1225, 1229, 1698, 1699, 1709, 1710, 1714, 1715, 1716, 1723, 1724, 1725, 1864, 1875, 1891, 1894, 1901, 1905, 1916, 1917, 1921, 1922], "tail_issu": 0, "moment": [0, 262, 264, 265, 326, 529, 531, 538, 539, 546, 553, 560, 581, 684, 723, 762, 801, 840, 946, 962, 1010, 1917, 1922], "maximum": [0, 4, 207, 460, 461, 462, 464, 468, 469, 471, 552, 564, 1225, 1782, 1792, 1875, 1914, 1917, 1919, 1922], "largest": [0, 462, 552, 1159, 1168, 1180, 1914, 1917, 1919, 1922], "known_moment": [0, 264, 265, 530, 552, 563, 683, 684, 685, 686, 722, 723, 724, 725, 761, 762, 763, 764, 800, 801, 802, 803, 839, 840, 841, 842, 961, 962, 963, 964, 1007, 1009, 1010, 1011, 1012], "try_change_col_row": [0, 202], "incorpor": 0, "empti": [0, 255, 270, 282, 339, 363, 402, 509, 518, 532, 534, 536, 568, 581, 1612, 1899, 1900, 1903, 1906, 1911], "n_min": [0, 169, 552, 600, 602, 623, 684, 686, 698, 699, 723, 725, 737, 738, 762, 764, 776, 777, 801, 803, 815, 816, 840, 842, 854, 855, 962, 964, 976, 977, 1010, 1012, 1016, 1017, 1899], "n_max": [0, 169, 552, 600, 602, 623, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1899, 1913, 1918], "f_shell": 0, "regist": [0, 418, 419, 420, 421, 508, 509, 575], "663": 0, "collect_result": [0, 416, 575, 578, 581], "wait": [0, 1794, 1852, 1887, 1891, 1903, 1910], "timer": 0, "650": 0, "inclus": 0, "master": [0, 509, 510, 581, 1794, 1827, 1890, 1894], "fit_": 0, "hermitian_": 0, "cleanin": 0, "time_pt": 0, "style": [0, 510, 1896], "constraint": [0, 4, 946], "roud": 0, "margin": 0, "668": 0, "hdfarchiveinert": [0, 507], "671": 0, "557": 0, "mesh_brillouin_zon": 0, "product_rang": [0, 11], "cpp": [0, 278, 530, 536, 596, 1878, 1881], "kei": [0, 127, 507, 508, 509, 574, 1641, 1661, 1681, 1814, 1864, 1887, 1891], "center": [0, 474, 482, 574, 941, 1761, 1888, 1892, 1906, 1911, 1913, 1918], "semicircular": [0, 554, 555, 556, 557, 558, 559, 561, 565, 1883, 1897, 1898, 1901, 1902, 1905, 1908, 1909, 1910], "649": 0, "638": 0, "624": 0, "581": 0, "594": 0, "known": [0, 264, 265, 460, 552, 1901, 1916, 1921], "calulcul": 0, "gf_multivar": 0, "mesh1": 0, "mesh2": 0, "gt": [0, 530, 543, 556, 559, 565, 702, 741, 780, 819, 858, 980, 1020, 1896, 1900, 1901, 1919], "106": 0, "flat": [0, 456, 457, 554, 561, 942, 1903], "assum": [0, 507, 564, 1224, 1713, 1864, 1881, 1917, 1922], "vanish": [0, 368, 373, 375, 388, 391, 393, 1897, 1901, 1917, 1922], "0th": 0, "msg": 0, "h5write": 0, "array_stack": 0, "swap_index_view": 0, "wip": 0, "grab": 0, "annot": 0, "ipython": [0, 1868, 1873, 1882, 1896, 1907, 1912], "notebook": [0, 502, 1863, 1864, 1871, 1873, 1882, 1885, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1906, 1907, 1908, 1909, 1911, 1914, 1915, 1916, 1919, 1920, 1921, 1923], "oparcollet": 0, "tail_studi": 0, "dont": 0, "set_from_fouri": [0, 555, 556, 558, 559], "verbos": [0, 423, 538, 539, 578, 580, 581, 1218, 1221, 1782, 1792, 1917, 1922], "tail_fitt": 0, "tail_fit_on_window": 0, "exposet": 0, "n_tail_max": [0, 552, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1142], "fit_and_replac": 0, "compatibl": 0, "restricted_view": 0, "mpi_gath": [0, 130, 510, 550], "scatter": [0, 134, 150, 161, 278, 302, 510, 550, 1887, 1891, 1894], "flatten2d": 0, "nonborrow": 0, "around": [0, 4, 1104, 1118, 1863, 1887, 1888, 1891, 1892, 1893, 1900, 1917, 1922], "deriv": [0, 28, 29, 30, 31, 459, 594, 596, 1794, 1904, 1909, 1914, 1919], "updaat": 0, "multivari": [0, 535, 542, 1873, 1882], "get_tail": 0, "rule": [0, 1916, 1917, 1921, 1922, 1924], "map": [0, 137, 169, 361, 362, 366, 375, 388, 424, 450, 509, 573, 585, 586, 587, 588, 600, 602, 623, 1625, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1887, 1891, 1899, 1900, 1913, 1914, 1918, 1919], "initializi": 0, "set_tail_paramet": 0, "reenabl": 0, "indec": 0, "procedur": [0, 169, 264, 265, 508, 531, 538, 552, 563, 579, 1864], "push": [0, 8], "vandermond": 0, "reus": [0, 511, 592, 1914, 1917, 1919, 1922], "make_product": [0, 11], "gelss_cach": 0, "ll": [0, 531, 1896], "draft": 0, "complex_freq": 0, "boson": [0, 526, 528, 538, 539, 541, 550, 551, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1897, 1901, 1914, 1919], "bz": [0, 572, 1065, 1608, 1660, 1680, 1774, 1776, 1777, 1887, 1891, 1900, 1906, 1911, 1913, 1918, 1919, 1920], "om": [0, 591], "experiment": [0, 419, 1090, 1104, 1118, 1889, 1893], "sign": [0, 234, 440, 441, 443, 445, 513, 522, 554, 575, 578, 581, 1866, 1903, 1910, 1913, 1918], "statistic_enum": [0, 541], "linear_dim": 0, "creation": [0, 167, 168, 169, 352, 373, 583, 584, 600, 602, 623, 1691, 1699, 1710, 1872, 1896, 1899, 1906, 1911], "n_moment": [0, 326, 564, 1230], "everi": [0, 7, 11, 335, 460, 517, 518, 547, 566, 579, 581, 1887, 1891, 1902, 1908, 1917, 1922], "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, 462, 466, 467, 491, 492, 493, 494, 495, 496, 498, 507, 510, 511, 522, 524, 526, 528, 536, 555, 556, 557, 558, 559, 562, 567, 575, 583, 584, 586, 587, 588, 598, 1034, 1680, 1700, 1713, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1895, 1897, 1899, 1900, 1901, 1915, 1920], "typo": 0, "gf_densiti": 0, "infti": [0, 526, 528, 531, 564, 570, 571, 656, 666, 1225, 1893, 1897, 1901, 1914, 1915, 1917, 1919, 1920, 1922], "cancel": 0, "checkfor": 0, "gf_fourier": 0, "block2": 0, "best": [0, 520, 527, 1866, 1872, 1887, 1888, 1891, 1892, 1922], "look": [0, 344, 348, 510, 571, 581, 590, 1034, 1862, 1863, 1868, 1873, 1887, 1890, 1891, 1894, 1895, 1896, 1897, 1901, 1903, 1904, 1906, 1909, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "ctint": 0, "techniqu": [0, 510, 554, 562], "simpli": [0, 240, 241, 245, 503, 513, 528, 554, 562, 581, 586, 590, 591, 592, 593, 1862, 1864, 1876, 1897, 1900, 1901, 1903, 1924], "triqs_cxx_definit": 0, "triqs_include_al": 0, "co": [0, 513, 518, 520, 521, 531, 591, 1895, 1896, 1900, 1906, 1911, 1913, 1914, 1918, 1919], "triqstest": 0, "build_pytriq": 0, "explain": [0, 8, 542, 543, 1888, 1892, 1903, 1916, 1917, 1921, 1922], "maintain": [0, 3, 4, 335, 507, 1870], "doxygen": [0, 522], "simpler": [0, 510, 527], "2doc": 0, "line": [0, 4, 7, 129, 214, 224, 240, 241, 510, 523, 524, 554, 574, 581, 596, 1218, 1754, 1864, 1868, 1869, 1874, 1878, 1887, 1890, 1891, 1893, 1894, 1895, 1896, 1903, 1909, 1913, 1918], "boost_vers": 0, "link_librari": 0, "boost_librari": 0, "14": [0, 19, 95, 521, 1868, 1891, 1893, 1901, 1903, 1911], "_desc": 0, "full_nam": [0, 504, 1878], "module_nam": 0, "app_nam": [0, 504, 1878], "application_a": [0, 1878], "use_modul": [0, 1878], "add_includ": [0, 504, 1878], "rel": [0, 510, 1878, 1887, 1891, 1909], "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, 487, 499, 505, 522, 531, 538, 539, 566, 569, 571, 580, 581, 871, 879, 946, 1792, 1852, 1886, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1896, 1897, 1899, 1901, 1902, 1903, 1908, 1910, 1914, 1916, 1919, 1921], "destin": [0, 554, 562], "triqs_python_lib_dest": 0, "python_lib_dest_root": 0, "everywher": 0, "using_the_lib": 0, "application_structur": 0, "polymorph": [0, 519, 583], "handl": [0, 509, 524, 529, 551, 1915, 1920], "full": [0, 4, 9, 163, 170, 176, 177, 187, 358, 359, 370, 400, 402, 405, 413, 460, 468, 470, 511, 554, 562, 566, 576, 579, 581, 584, 609, 612, 621, 630, 633, 642, 946, 1698, 1699, 1703, 1708, 1863, 1864, 1871, 1873, 1874, 1875, 1876, 1878, 1887, 1891, 1893, 1897, 1901, 1903], "break": [0, 1915, 1920, 1924], "As": [0, 3, 7, 507, 518, 520, 525, 528, 531, 562, 579, 581, 591, 1852, 1868, 1869, 1881, 1887, 1889, 1891, 1893, 1895, 1897, 1900, 1901, 1904, 1909, 1913, 1914, 1915, 1918, 1919, 1920], "consequ": [0, 518, 1916, 1917, 1921, 1922], "twice": [0, 517], "big": [0, 1887, 1891, 1902, 1904, 1908, 1909, 1914, 1919], "smallest": [0, 461, 1168, 1180], "th": [0, 117, 172, 214, 216, 266, 267, 352, 378, 389, 404, 491, 492, 524, 538, 539, 544, 546, 574, 613, 634, 1896], "retriev": [0, 509, 592], "independ": [0, 4, 460, 562, 581, 594, 873, 890, 1897, 1901, 1916, 1921], "storag": [0, 215, 217, 225, 375, 377, 474, 477, 507, 514, 524, 550, 566, 583, 680, 719, 758, 797, 836, 958, 1759, 1870, 1887, 1891], "written": [0, 4, 163, 187, 355, 408, 479, 503, 505, 507, 515, 522, 523, 527, 534, 535, 540, 564, 578, 586, 592, 1233, 1609, 1674, 1684, 1723, 1724, 1725, 1870, 1881, 1884, 1887, 1891, 1895, 1904, 1909, 1917, 1922], "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, 499, 511, 528, 531, 532, 538, 539, 555, 556, 557, 558, 559, 567, 583, 600, 602, 609, 612, 621, 623, 630, 633, 642, 675, 687, 705, 706, 707, 714, 726, 744, 745, 746, 753, 765, 783, 784, 785, 792, 804, 822, 823, 824, 831, 843, 861, 862, 863, 886, 953, 965, 983, 984, 985, 1641, 1661, 1677, 1678, 1681, 1682, 1887, 1891, 1897, 1899, 1900, 1901, 1903, 1906, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "otherwis": [0, 109, 118, 122, 125, 126, 127, 133, 234, 356, 358, 359, 409, 411, 412, 418, 420, 501, 504, 508, 509, 518, 519, 552, 554, 563, 564, 581, 583, 586, 587, 588, 591, 1034, 1225, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1820, 1847, 1864, 1917, 1922], "save": [0, 5, 9, 501, 504, 507, 511, 534, 543, 581, 1872, 1883, 1898, 1904, 1905, 1909, 1910, 1913, 1914, 1918, 1919], "reorgan": 0, "test_tool": 0, "There": [0, 361, 509, 518, 531, 536, 554, 566, 575, 583, 886, 1880, 1901, 1904, 1909, 1916, 1917, 1921, 1922], "just": [0, 240, 241, 501, 518, 520, 521, 528, 533, 548, 554, 572, 575, 578, 579, 580, 581, 592, 1049, 1770, 1772, 1779, 1798, 1851, 1864, 1869, 1881, 1887, 1889, 1891, 1893, 1895, 1897, 1898, 1901, 1902, 1904, 1905, 1908, 1909, 1910, 1914, 1916, 1919, 1921], "add_cpp_test": 0, "testnam": 0, "triqs_add_cpp_test": 0, "triqs_add_python_test": 0, "program": [0, 3, 4, 507, 1847, 1866, 1883, 1887, 1891], "h5diff": [0, 507], "had": [0, 1868, 1899, 1904, 1909], "comparison_test": 0, "easi": [0, 526, 575, 585, 589, 1864, 1868, 1872, 1874, 1881, 1884, 1887, 1891, 1898], "parti": [0, 1868], "under": [0, 3, 367, 526, 554, 566, 592, 1863, 1864, 1879, 1881], "cmake_install_prefix": [0, 1864], "inherit": [0, 581, 1847], "visual": [0, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1913, 1915, 1918, 1920], "sphinxcontrib": 0, "doxylink": 0, "anymor": 0, "g0_iw": [0, 564, 946, 1224, 1226, 1883, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911], "solv": [0, 4, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 564, 582, 592, 946, 1226, 1782, 1792, 1862, 1863, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1915, 1916, 1917, 1920, 1921, 1922], "equat": [0, 4, 554, 562, 564, 946, 1226, 1887, 1890, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "g_iw": [0, 511, 548, 552, 554, 564, 946, 1226, 1883, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911], "sigma_iw": [0, 564, 1226, 1862, 1883, 1901, 1902, 1903, 1905, 1906, 1908, 1909, 1910, 1911], "tail_fit": 0, "read_gf_from_txt": [0, 564], "write_gf_to_txt": [0, 564], "text": [0, 5, 507, 526, 564, 569, 571, 591, 666, 1231, 1880, 1884, 1887, 1891, 1900, 1901, 1904, 1909, 1913, 1918], "organ": [0, 592, 1863, 1873, 1887, 1891], "commonli": [0, 4, 582, 587, 1727, 1865, 1906, 1911], "slater": [0, 584, 586, 1697, 1699, 1704, 1725], "kanamori": [0, 511, 584, 586, 1698, 1724, 1891, 1894, 1905, 1910], "interact": [0, 3, 4, 508, 529, 553, 564, 584, 585, 586, 587, 946, 1224, 1226, 1697, 1698, 1699, 1703, 1704, 1705, 1708, 1710, 1714, 1715, 1724, 1725, 1728, 1729, 1730, 1863, 1864, 1873, 1884, 1887, 1888, 1889, 1891, 1892, 1893, 1897, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1916, 1917, 1920, 1921, 1922, 1923], "s_z": [0, 587, 1729, 1732, 1917, 1922], "l_z": [0, 587, 1728, 1729], "op_struct": [0, 588], "auxiliari": [0, 511], "spin": [0, 3, 511, 566, 578, 581, 584, 586, 587, 588, 1677, 1698, 1705, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863, 1887, 1890, 1891, 1893, 1894, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921], "exit": [0, 1847, 1849], "receiv": [0, 6, 130, 131, 147, 148, 149, 156, 157, 158, 159, 417, 438, 440, 441, 583], "stop_callback": [0, 417, 438, 440, 441], "insert2": [0, 202, 524], "remove2": [0, 202, 524], "change_row": [0, 202], "change_col": [0, 202, 524], "try_": 0, "complete_oper": [0, 202, 228, 233, 242, 243, 244, 245, 246, 247, 248, 249, 524, 1875], "insert2_at_end": [0, 202, 1875], "remove_at_end": [0, 202, 1875], "remove2_at_end": [0, 202, 1875], "change_one_row_and_one_col": [0, 1875], "unsign": [0, 485, 486, 510], "tupl": [0, 9, 16, 42, 43, 44, 48, 97, 98, 99, 106, 132, 491, 492, 499, 501, 504, 508, 509, 528, 562, 570, 584, 585, 588, 590, 600, 602, 623, 664, 670, 671, 705, 711, 744, 750, 783, 789, 822, 828, 861, 867, 983, 989, 1061, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1641, 1648, 1649, 1661, 1664, 1665, 1682, 1701, 1702, 1707, 1709, 1736, 1782, 1846, 1899, 1900], "hdf_archiv": 0, "00000000": 0, "00000001": 0, "0000002": 0, "0000003": 0, "subgroup": [0, 118, 354, 355, 407, 408, 507, 508, 509, 592, 1891, 1894, 1898], "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, 450, 456, 457, 461, 465, 468, 470, 472, 476, 477, 481, 482, 493, 494, 495, 496, 507, 510, 511, 513, 518, 519, 520, 521, 522, 524, 527, 528, 530, 532, 534, 538, 539, 540, 542, 543, 544, 546, 552, 556, 557, 566, 573, 575, 578, 580, 581, 583, 598, 649, 682, 683, 684, 685, 686, 721, 722, 723, 724, 725, 760, 761, 762, 763, 764, 799, 800, 801, 802, 803, 838, 839, 840, 841, 842, 960, 961, 962, 963, 964, 1008, 1009, 1010, 1011, 1012, 1041, 1068, 1605, 1627, 1633, 1634, 1636, 1645, 1662, 1792, 1872, 1874, 1875, 1876, 1877, 1881, 1887, 1890, 1891, 1893, 1894, 1900, 1914, 1916, 1917, 1919, 1921, 1922], "rich": [0, 1884], "attribut": [0, 1, 2, 342, 343, 507, 508, 509, 602, 623, 675, 714, 753, 792, 831, 870, 885, 953, 1041, 1048, 1055, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1612, 1620, 1625, 1636, 1640, 1660, 1685, 1756, 1768, 1774, 1794, 1798, 1805, 1845, 1848, 1850, 1857, 1887, 1891, 1902, 1908], "ignore_in_python": 0, "prevent": 0, "special": [0, 130, 156, 160, 375, 388, 526, 529, 532, 535, 536, 548, 553, 581, 583, 596, 1798, 1875, 1887, 1891, 1913, 1918], "overrid": [0, 1846, 1855], "adopt": 0, "physic": [0, 367, 1873, 1887, 1891, 1897, 1900, 1901, 1906, 1911], "paper": [0, 3, 4, 1863, 1887, 1891, 1922], "random": [0, 4, 9, 423, 431, 445, 453, 454, 455, 474, 499, 567, 575, 576, 578, 581, 1751, 1756, 1873, 1874, 1896, 1913, 1918, 1923], "glue": 0, "cython": 0, "gone": [0, 1917, 1922], "like": [0, 4, 7, 205, 207, 233, 234, 491, 492, 507, 511, 513, 518, 519, 522, 524, 528, 530, 543, 548, 554, 562, 575, 576, 581, 583, 584, 591, 592, 596, 597, 598, 1707, 1864, 1866, 1868, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1908, 1909, 1915, 1916, 1917, 1920, 1921, 1922], "conjug": [0, 373, 494, 495, 556, 558, 559, 564, 583], "alon": [0, 1863], "must": [0, 3, 131, 161, 169, 270, 278, 362, 365, 367, 370, 380, 391, 418, 420, 437, 484, 493, 494, 495, 496, 501, 504, 509, 513, 518, 521, 534, 554, 555, 556, 557, 558, 559, 562, 564, 567, 581, 582, 583, 584, 587, 591, 597, 598, 600, 602, 623, 675, 714, 753, 792, 831, 871, 874, 891, 930, 933, 936, 953, 1215, 1231, 1656, 1699, 1710, 1728, 1729, 1730, 1792, 1846, 1847, 1852, 1858, 1874, 1895, 1899, 1901, 1909, 1917, 1922], "25": [0, 521, 574, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1901, 1902, 1906, 1908, 1910, 1911, 1917, 1921, 1922], "unifi": 0, "pep": 0, "www": [0, 531], "org": [0, 4, 531, 946, 1864, 1887, 1888, 1889, 1891, 1892, 1893, 1895], "0008": 0, "lowercas": 0, "underscor": 0, "capword": 0, "update_arch": 0, "veri": [0, 4, 7, 240, 241, 522, 554, 579, 581, 589, 590, 592, 597, 1868, 1872, 1873, 1882, 1884, 1887, 1891, 1896, 1897, 1901, 1904, 1909], "old_arch": 0, "new_arch": 0, "encount": [0, 1862, 1864, 1871, 1919], "post": [0, 1862, 1863, 1895], "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, 473, 491, 492, 497, 499, 500, 501, 502, 503, 504, 505, 507, 509, 511, 513, 516, 517, 518, 520, 522, 523, 528, 529, 530, 535, 536, 537, 539, 540, 542, 544, 545, 546, 547, 548, 560, 561, 564, 565, 566, 567, 569, 571, 572, 574, 581, 582, 584, 585, 586, 590, 591, 592, 594, 596, 598, 599, 601, 646, 647, 648, 649, 650, 655, 660, 661, 670, 671, 672, 673, 675, 677, 678, 679, 680, 681, 687, 688, 690, 691, 694, 696, 698, 699, 708, 709, 710, 711, 714, 716, 717, 718, 719, 720, 726, 727, 729, 730, 733, 735, 737, 738, 747, 748, 749, 750, 753, 755, 756, 757, 758, 759, 765, 766, 768, 769, 772, 774, 776, 777, 786, 787, 788, 789, 792, 794, 795, 796, 797, 798, 804, 805, 807, 808, 811, 813, 815, 816, 825, 826, 827, 828, 831, 833, 834, 835, 836, 837, 843, 844, 846, 847, 850, 852, 854, 855, 864, 865, 866, 867, 870, 871, 874, 884, 885, 886, 891, 902, 909, 921, 926, 927, 930, 933, 936, 940, 945, 946, 947, 953, 955, 956, 957, 958, 959, 965, 966, 968, 969, 972, 974, 976, 977, 986, 987, 988, 989, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1016, 1017, 1023, 1024, 1038, 1054, 1064, 1073, 1074, 1085, 1086, 1090, 1099, 1100, 1104, 1113, 1114, 1118, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189, 1193, 1194, 1202, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1222, 1223, 1224, 1225, 1226, 1227, 1229, 1230, 1231, 1232, 1233, 1234, 1611, 1646, 1659, 1675, 1681, 1684, 1696, 1699, 1711, 1713, 1720, 1727, 1735, 1736, 1737, 1739, 1740, 1744, 1750, 1753, 1755, 1764, 1765, 1768, 1769, 1770, 1774, 1775, 1781, 1782, 1783, 1785, 1791, 1792, 1794, 1813, 1816, 1817, 1818, 1832, 1833, 1844, 1849, 1851, 1854, 1862, 1863, 1864, 1871, 1873, 1874, 1875, 1878, 1882, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1896, 1898, 1899, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1915, 1916, 1919, 1920, 1921], "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, 453, 460, 474, 502, 505, 506, 507, 511, 519, 521, 522, 523, 525, 527, 532, 550, 551, 554, 555, 556, 557, 558, 559, 561, 562, 568, 569, 570, 571, 572, 573, 575, 576, 578, 579, 581, 582, 583, 585, 590, 591, 592, 593, 594, 601, 602, 623, 655, 656, 660, 665, 666, 669, 670, 674, 675, 713, 714, 752, 753, 791, 792, 830, 831, 869, 870, 884, 885, 907, 909, 910, 912, 915, 917, 919, 921, 926, 927, 929, 932, 935, 938, 940, 947, 948, 951, 953, 991, 995, 1024, 1025, 1031, 1040, 1041, 1047, 1048, 1052, 1054, 1055, 1064, 1065, 1078, 1090, 1104, 1118, 1132, 1148, 1159, 1168, 1180, 1234, 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, 1607, 1608, 1611, 1612, 1620, 1625, 1635, 1636, 1639, 1640, 1659, 1660, 1684, 1685, 1747, 1748, 1755, 1756, 1767, 1768, 1773, 1774, 1793, 1794, 1798, 1805, 1844, 1845, 1846, 1863, 1873, 1874, 1876, 1878, 1886, 1900, 1901, 1902, 1908, 1909, 1913, 1918], "librari": [3, 4, 5, 510, 513, 514, 520, 523, 527, 529, 530, 535, 552, 563, 576, 589, 592, 594, 596, 597, 1864, 1865, 1866, 1868, 1869, 1873, 1874, 1875, 1879, 1880, 1881, 1884, 1887, 1891, 1896, 1897, 1901, 1903, 1906, 1911], "orgin": 3, "ipht": [3, 1863], "cea": 3, "saclai": [3, 1863], "ferrero": 3, "cpht": 3, "ecol": [3, 1863], "polytechiqu": 3, "flatiron": [3, 1888, 1892], "institut": [3, 1888, 1892], "ccq": [3, 1864], "reciev": 3, "erc": 3, "grant": 3, "278472": 3, "divis": [3, 498, 567, 583, 586], "foundat": 3, "ayral": 3, "p": [3, 146, 148, 255, 313, 419, 503, 528, 1862, 1864, 1887, 1891, 1903], "hafermann": 3, "messio": 3, "seth": 3, "scientif": [3, 507, 589, 592, 1863, 1864, 1868, 1870, 1884, 1895], "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, 459, 460, 461, 462, 465, 468, 470, 472, 491, 492, 493, 494, 495, 496, 498, 501, 502, 504, 505, 507, 508, 509, 510, 513, 514, 517, 518, 519, 520, 521, 522, 523, 525, 526, 527, 528, 530, 534, 535, 536, 538, 539, 540, 542, 543, 544, 546, 552, 554, 555, 557, 558, 561, 562, 564, 565, 567, 570, 571, 572, 574, 579, 581, 582, 583, 584, 585, 586, 587, 591, 592, 593, 594, 596, 597, 598, 600, 602, 611, 617, 623, 632, 638, 671, 681, 687, 720, 726, 759, 765, 798, 804, 837, 843, 886, 946, 959, 965, 1049, 1104, 1118, 1225, 1229, 1640, 1673, 1680, 1698, 1699, 1724, 1725, 1727, 1754, 1768, 1776, 1782, 1783, 1792, 1820, 1848, 1850, 1853, 1856, 1857, 1863, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1878, 1880, 1881, 1883, 1884, 1885, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "toolbox": [3, 566, 1913, 1918], "research": [3, 1863], "quantum": [3, 169, 182, 198, 199, 511, 582, 600, 602, 619, 623, 640, 651, 652, 1863, 1890, 1894, 1897, 1899, 1901, 1902, 1904, 1908, 1909], "phy": [3, 4, 1863, 1906, 1911, 1916, 1917, 1921, 1922], "comm": [3, 4, 510, 1819, 1833, 1893], "196": [3, 1863], "398": [3, 1863], "415": 3, "2015": 3, "facilit": [3, 575, 1863], "bibtex": 3, "give": [3, 4, 361, 525, 538, 539, 581, 584, 671, 1707, 1875, 1879, 1887, 1891, 1895, 1897, 1899, 1901, 1902, 1906, 1908, 1911, 1914, 1915, 1917, 1919, 1920, 1922], "inde": [3, 7, 503, 528, 592, 652, 1889, 1893, 1897, 1899, 1901, 1916, 1921], "convinc": 3, "fund": 3, "publish": [3, 592, 1906, 1911], "gnu": [3, 597, 1870, 1887, 1891], "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, 453, 454, 455, 458, 472, 491, 492, 499, 501, 502, 503, 504, 507, 509, 518, 522, 523, 524, 525, 526, 528, 529, 533, 543, 547, 552, 562, 564, 566, 572, 575, 576, 579, 581, 583, 584, 590, 594, 670, 705, 744, 783, 822, 861, 870, 877, 878, 879, 885, 886, 895, 983, 1033, 1227, 1644, 1680, 1745, 1751, 1768, 1774, 1863, 1864, 1865, 1868, 1872, 1873, 1880, 1885, 1887, 1891, 1894, 1901, 1904, 1905, 1909, 1910, 1913, 1914, 1915, 1918, 1919, 1920], "version": [3, 5, 8, 9, 22, 23, 37, 38, 66, 67, 79, 80, 103, 104, 256, 361, 459, 460, 511, 517, 534, 554, 562, 566, 575, 580, 583, 594, 1862, 1863, 1865, 1868, 1869, 1870, 1871, 1872, 1881, 1884, 1888, 1892, 1897, 1901, 1902, 1906, 1911, 1916, 1917, 1921, 1922], "3": [3, 5, 19, 85, 95, 255, 261, 262, 265, 271, 278, 282, 283, 295, 302, 339, 378, 389, 456, 461, 465, 468, 470, 472, 476, 493, 494, 495, 496, 507, 508, 510, 511, 513, 518, 519, 520, 521, 524, 534, 538, 539, 542, 543, 550, 552, 554, 558, 561, 562, 564, 568, 574, 581, 583, 584, 590, 591, 596, 598, 683, 684, 685, 686, 698, 699, 722, 723, 724, 725, 737, 738, 761, 762, 763, 764, 776, 777, 800, 801, 802, 803, 815, 816, 839, 840, 841, 842, 854, 855, 961, 962, 963, 964, 976, 977, 1007, 1009, 1010, 1011, 1012, 1016, 1017, 1065, 1068, 1078, 1225, 1605, 1612, 1680, 1697, 1699, 1704, 1706, 1707, 1864, 1868, 1869, 1870, 1871, 1874, 1875, 1876, 1881, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "impli": [3, 361, 518, 562], "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, 499, 525, 554, 561, 569, 571, 579, 591, 600, 602, 609, 610, 616, 620, 621, 622, 623, 630, 631, 637, 641, 642, 643, 644, 646, 647, 648, 649, 656, 927, 940, 941, 1883, 1886, 1887, 1891, 1899, 1904, 1906, 1909, 1911, 1915, 1916, 1917, 1920, 1921, 1922], "warranti": 3, "respons": [3, 460, 1873, 1913, 1914, 1915, 1918, 1919, 1920], "white": [3, 1918], "color": [3, 127, 591, 1887, 1891, 1893, 1894, 1896, 1903, 1913, 1914, 1918, 1919], "background": 3, "resolut": [3, 950], "svg": [3, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "pdf": [3, 459], "icon": [3, 1887, 1891], "studi": [4, 1863, 1873, 1905, 1909, 1910, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "categori": 4, "readili": [4, 526, 1915, 1920], "collabor": [4, 1863], "reli": [4, 1864], "thin": [4, 589, 1740], "mainten": [4, 575], "embed": [4, 1897, 1901, 1906, 1911], "conduct": [4, 1897, 1901, 1903], "bath": [4, 564, 1225, 1229, 1883, 1887, 1890, 1891, 1894, 1897, 1901, 1903, 1906, 1911], "mont": [4, 9, 416, 438, 440, 441, 460, 499, 524, 578, 594, 1887, 1890, 1891, 1894, 1897, 1901, 1903, 1904, 1909], "carlo": [4, 9, 416, 438, 440, 441, 460, 499, 524, 578, 594, 1887, 1890, 1891, 1894, 1897, 1901, 1903, 1904, 1909], "diagram": [4, 1903, 1915, 1920], "partit": [4, 9, 169, 197, 367, 368, 370, 373, 374, 511, 566, 581, 600, 602, 623, 650, 1899, 1903, 1910], "produc": [4, 503, 505, 507, 569, 580, 592, 594, 1865, 1887, 1891, 1895, 1909], "cite": [4, 1863], "200": [4, 367, 511, 1883, 1906, 1911], "274": [4, 367], "2016": [4, 367], "homepag": [4, 1863], "atom": [4, 9, 163, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 511, 566, 568, 573, 574, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 1612, 1625, 1887, 1890, 1891, 1894, 1897, 1899, 1900, 1901], "approxim": [4, 531, 558, 564, 946, 1225, 1873, 1890, 1892, 1894, 1897, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922, 1923], "quick": [4, 5, 240, 241, 507, 527], "answer": [4, 6, 467, 492, 495, 496, 578, 1863, 1888, 1890, 1892, 1894, 1917, 1922], "multiband": 4, "lattic": [4, 9, 499, 570, 571, 572, 573, 574, 1078, 1774, 1777, 1873, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922, 1923], "descent": 4, "fix": [4, 8, 310, 312, 511, 539, 542, 552, 564, 567, 1227, 1887, 1891, 1897, 1900, 1901, 1914, 1916, 1919, 1921, 1924], "chemic": [4, 511, 566, 570, 659, 663, 941, 1887, 1890, 1891, 1893, 1894, 1900, 1902, 1905, 1908, 1909, 1910, 1913, 1918], "potenti": [4, 511, 566, 570, 659, 663, 941, 1866, 1868, 1872, 1887, 1890, 1891, 1893, 1894, 1900, 1902, 1905, 1908, 1909, 1910, 1913, 1918], "hartree_fock": 4, "fermion": [4, 164, 264, 265, 270, 326, 350, 360, 414, 511, 526, 527, 528, 530, 534, 536, 538, 539, 541, 542, 543, 550, 551, 552, 554, 566, 569, 570, 583, 590, 656, 659, 663, 1041, 1042, 1090, 1104, 1118, 1132, 1148, 1159, 1863, 1873, 1876, 1877, 1882, 1886, 1891, 1897, 1900, 1901, 1908, 1909, 1916, 1917, 1921, 1922, 1923], "mani": [4, 9, 181, 367, 368, 375, 388, 499, 507, 521, 526, 554, 571, 583, 1711, 1852, 1863, 1866, 1884, 1887, 1891, 1895, 1897, 1901, 1903, 1904, 1909, 1913, 1914, 1918, 1919], "bodi": [4, 9, 181, 367, 368, 375, 499, 526, 583, 1711, 1863, 1897, 1901, 1904, 1909], "imagianari": 4, "hugostrand": 4, "10": [4, 19, 95, 255, 264, 265, 270, 326, 510, 511, 513, 519, 520, 521, 524, 527, 536, 538, 539, 542, 544, 546, 552, 555, 564, 581, 591, 593, 1227, 1230, 1862, 1863, 1868, 1874, 1876, 1877, 1881, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1918, 1919, 1920, 1921], "5281": 4, "zenodo": 4, "592291": 4, "pomerol2triq": 4, "softwar": [4, 1863, 1864, 1870, 1884], "packag": [4, 5, 510, 1865, 1866, 1868, 1870, 1871, 1878, 1880, 1884, 1887, 1891, 1899, 1900, 1901, 1909], "235": 4, "388": 4, "2019": 4, "w2dynamics_interfac": 4, "renorm": [4, 1887, 1891, 1917, 1922], "rev": [4, 1863, 1906, 1911, 1917, 1922], "79": 4, "085106": 4, "2009": [4, 1906, 1911], "nrgljubljana_interfac": 4, "dfttool": 4, "wien2k": [4, 584, 1703, 1706, 1708], "band": [4, 511, 562, 570, 1673, 1883, 1887, 1888, 1891, 1892, 1893, 1902, 1905, 1906, 1908, 1910, 1911], "fledg": 4, "few": [4, 520, 534, 946, 1869, 1887, 1888, 1891, 1892, 1897, 1901, 1904, 1909, 1915, 1920], "204": 4, "shot": [4, 1890, 1894], "charg": [4, 535, 548, 554, 1915, 1916, 1920, 1921], "csc": 4, "h5": [4, 9, 218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 306, 342, 343, 354, 355, 407, 408, 435, 436, 478, 479, 499, 508, 509, 511, 528, 534, 538, 539, 540, 543, 544, 546, 592, 1862, 1863, 1874, 1877, 1878, 1883, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1898, 1904, 1905, 1906, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1920, 1921], "archiv": [4, 9, 507, 509, 1873, 1877, 1882, 1883, 1887, 1891, 1893, 1904, 1905, 1909, 1910], "espresso": 4, "advantag": [4, 507, 526, 527, 575, 1895, 1902, 1908], "postprocess": [4, 1887, 1889, 1890, 1891, 1893, 1894], "script": [4, 5, 9, 589, 1864, 1872, 1873, 1880, 1884, 1887, 1891, 1893, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1918], "spectral": [4, 554, 558, 1212, 1215, 1888, 1889, 1890, 1892, 1893, 1894, 1897, 1901, 1902, 1904, 1908, 1909, 1913, 1917, 1918, 1922], "modular": [4, 1887, 1891], "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, 449, 454, 456, 457, 461, 462, 464, 465, 468, 470, 472, 476, 482, 491, 492, 493, 494, 495, 496, 498, 507, 509, 510, 511, 513, 517, 518, 519, 520, 521, 523, 524, 525, 526, 527, 528, 530, 531, 533, 534, 536, 538, 539, 542, 543, 550, 551, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 565, 566, 568, 569, 570, 571, 572, 573, 574, 575, 578, 580, 581, 583, 584, 586, 587, 590, 591, 593, 594, 597, 598, 656, 664, 666, 692, 693, 708, 711, 731, 732, 747, 750, 770, 771, 786, 789, 809, 810, 825, 828, 848, 849, 864, 867, 886, 946, 970, 971, 986, 989, 1013, 1014, 1023, 1192, 1224, 1225, 1229, 1612, 1627, 1633, 1634, 1640, 1645, 1662, 1680, 1699, 1700, 1701, 1707, 1714, 1715, 1723, 1724, 1725, 1730, 1733, 1761, 1768, 1774, 1782, 1792, 1795, 1799, 1806, 1820, 1834, 1862, 1863, 1864, 1866, 1870, 1872, 1874, 1875, 1876, 1877, 1881, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "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, 456, 460, 461, 462, 465, 466, 467, 468, 470, 472, 476, 491, 492, 493, 494, 495, 496, 498, 501, 504, 507, 508, 510, 511, 513, 517, 518, 519, 520, 521, 524, 526, 527, 528, 531, 532, 533, 534, 538, 539, 540, 543, 544, 546, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 566, 569, 571, 574, 578, 581, 583, 584, 586, 587, 590, 591, 594, 596, 597, 598, 886, 902, 927, 940, 1118, 1225, 1231, 1633, 1634, 1697, 1698, 1699, 1700, 1701, 1703, 1704, 1706, 1707, 1708, 1713, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1730, 1732, 1733, 1863, 1864, 1870, 1871, 1872, 1874, 1875, 1876, 1877, 1881, 1883, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1924], "": [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, 474, 482, 499, 507, 508, 510, 511, 524, 528, 529, 536, 539, 546, 560, 561, 564, 565, 566, 571, 580, 581, 584, 586, 587, 588, 591, 592, 593, 598, 646, 647, 648, 649, 672, 673, 708, 747, 786, 825, 864, 870, 871, 874, 885, 886, 891, 917, 927, 940, 946, 950, 986, 997, 998, 999, 1000, 1002, 1003, 1023, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1223, 1224, 1225, 1226, 1227, 1229, 1230, 1231, 1232, 1233, 1648, 1664, 1678, 1697, 1698, 1699, 1704, 1713, 1726, 1729, 1732, 1733, 1737, 1761, 1855, 1858, 1863, 1864, 1869, 1872, 1873, 1881, 1882, 1883, 1889, 1890, 1893, 1894, 1895, 1898, 1899, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "iskakov": 4, "jiani": 4, "fei": 4, "chia": 4, "nan": [4, 1914, 1919], "yeh": 4, "emanuel": 4, "gull": 4, "lett": [4, 1863, 1906, 1911, 1917, 1922], "126": 4, "056402": 4, "doi": [4, 1887, 1889, 1891, 1893], "1103": [4, 1887, 1889, 1891, 1893], "physrevlett": 4, "dominika": 4, "zgid": 4, "104": 4, "165111": 4, "physrevb": [4, 1887, 1889, 1891, 1893], "propos": [4, 420, 444, 575, 579, 581, 1902, 1908], "andrei": 4, "mishchenko": 4, "olga": 4, "goulko": 4, "et": [4, 1897, 1901, 1908, 1910], "al": [4, 1897, 1901, 1908], "95": 4, "014102": 4, "2017": 4, "239": 4, "166": 4, "94": [4, 1897, 1901], "023303": 4, "omegamaxent_interfac": 4, "effici": [4, 518, 527, 566, 592, 1863, 1900], "c": [4, 5, 7, 109, 110, 111, 112, 113, 114, 116, 121, 130, 131, 135, 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, 446, 448, 467, 468, 470, 483, 484, 492, 495, 496, 499, 500, 501, 504, 505, 507, 510, 513, 514, 521, 525, 526, 527, 528, 531, 534, 535, 538, 539, 544, 546, 550, 553, 554, 563, 566, 575, 578, 582, 583, 590, 593, 594, 596, 597, 598, 606, 607, 627, 628, 687, 726, 765, 804, 843, 915, 916, 965, 996, 1006, 1234, 1715, 1716, 1863, 1864, 1865, 1866, 1869, 1871, 1872, 1874, 1876, 1878, 1887, 1890, 1891, 1893, 1894, 1895, 1897, 1899, 1900, 1901, 1903, 1906, 1910, 1911, 1912, 1913, 1914, 1917, 1918, 1919, 1922], "mpi": [4, 9, 10, 255, 261, 270, 278, 302, 327, 417, 438, 440, 441, 459, 460, 467, 474, 483, 484, 492, 495, 496, 499, 509, 554, 562, 575, 578, 583, 594, 1819, 1820, 1862, 1863, 1864, 1866, 1868, 1870, 1871, 1883, 1887, 1889, 1891, 1893, 1894, 1903, 1906, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "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, 453, 460, 462, 474, 483, 484, 499, 501, 507, 509, 510, 511, 513, 514, 518, 522, 523, 524, 525, 528, 532, 550, 553, 560, 566, 567, 581, 584, 585, 586, 587, 588, 598, 600, 602, 604, 605, 606, 607, 611, 623, 625, 626, 627, 628, 632, 644, 672, 673, 1041, 1636, 1852, 1864, 1873, 1875, 1882, 1883, 1887, 1891, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1914, 1917, 1919, 1922], "phase": [4, 368, 373, 1873, 1891, 1913, 1917, 1918, 1922, 1923], "beth": [4, 1873, 1904, 1905, 1909, 1910, 1915, 1920], "salpet": [4, 1915, 1920], "2638058": 4, "systemat": [4, 460, 1903], "test": [4, 211, 212, 213, 236, 237, 310, 312, 508, 519, 522, 558, 562, 1794, 1862, 1864, 1867, 1871, 1872, 1878, 1879], "cmake": [4, 7, 1864, 1865, 1868, 1870, 1871, 1872, 1879, 1881], "own": [4, 8, 510, 1869, 1873, 1874, 1878, 1887, 1891, 1895], "standalon": [4, 502], "welcom": [5, 1868, 1873], "triq": [5, 6, 7, 8, 9, 10, 499, 512, 513, 518, 521, 526, 527, 529, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 568, 570, 571, 572, 573, 574, 576, 578, 579, 580, 581, 583, 584, 585, 586, 587, 588, 589, 590, 596, 597, 598, 1865, 1867, 1869, 1871, 1874, 1875, 1876, 1877, 1880, 1882, 1883, 1884, 1885, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1898, 1899, 1900, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923], "core": [5, 1864, 1866, 1887, 1891, 1895, 1906, 1911], "instal": [5, 7, 504, 597, 1863, 1866, 1869, 1870, 1872, 1879, 1880, 1881], "compil": [5, 9, 499, 501, 505, 513, 517, 518, 528, 592, 597, 1863, 1866, 1867, 1871, 1880, 1881, 1887, 1891], "advanc": [5, 73, 75, 215, 217, 225, 502, 505, 514, 528, 532, 536, 581, 589, 1863, 1887, 1891, 1903], "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, 449, 454, 456, 462, 476, 499, 501, 502, 507, 514, 518, 523, 531, 534, 539, 548, 554, 555, 556, 557, 558, 559, 562, 574, 576, 579, 581, 596, 597, 1863, 1864, 1867, 1869, 1873, 1875, 1876, 1878, 1879, 1880, 1887, 1891, 1897, 1901, 1903, 1904, 1909, 1913, 1918], "api": [5, 419, 501, 502, 504, 505, 510, 529, 553, 560, 594, 1864, 1924], "python": [5, 11, 499, 501, 504, 505, 507, 509, 553, 554, 555, 556, 557, 558, 559, 561, 562, 582, 586, 589, 591, 592, 593, 595, 598, 917, 1847, 1863, 1864, 1865, 1866, 1868, 1870, 1878, 1879, 1882, 1883, 1897, 1898, 1900, 1901, 1902, 1903, 1908], "why": [5, 234, 537, 562, 581, 1887, 1888, 1890, 1891, 1892, 1894, 1897, 1901, 1910, 1914, 1917, 1919, 1922], "tour": [5, 9, 514], "ab": [5, 213, 226, 238, 513, 518, 575, 687, 726, 765, 804, 843, 946, 965, 1792, 1887, 1891, 1897, 1901, 1906, 1911], "initio": [5, 1887, 1891], "tool": [5, 9, 164, 499, 505, 553, 560, 574, 584, 589, 592, 594, 1611, 1863, 1864, 1865, 1868, 1871, 1872, 1873, 1878, 1884, 1886, 1895, 1897, 1901, 1919], "analyt": [5, 558, 1678, 1890, 1894, 1900, 1902, 1904, 1909, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "determin": [5, 9, 202, 234, 247, 499, 503, 510, 524, 525, 531, 538, 552, 562, 563, 581, 583, 584, 1697, 1704, 1783, 1873, 1874, 1887, 1891, 1893, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "changelog": [5, 1863, 1872, 1924], "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, 456, 457, 461, 462, 465, 468, 470, 472, 474, 483, 484, 491, 492, 494, 495, 496, 510, 511, 513, 518, 519, 520, 521, 523, 524, 525, 526, 527, 530, 531, 536, 538, 539, 542, 543, 544, 546, 548, 551, 552, 554, 555, 556, 558, 559, 561, 563, 564, 566, 568, 569, 570, 571, 574, 578, 580, 581, 583, 584, 586, 587, 588, 590, 591, 592, 593, 594, 597, 598, 649, 659, 663, 704, 743, 782, 821, 860, 886, 938, 939, 940, 941, 946, 982, 1022, 1104, 1148, 1159, 1201, 1225, 1612, 1640, 1656, 1660, 1661, 1677, 1680, 1693, 1699, 1700, 1707, 1723, 1724, 1725, 1726, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1758, 1782, 1820, 1821, 1826, 1835, 1840, 1862, 1864, 1870, 1874, 1875, 1876, 1877, 1880, 1883, 1886, 1888, 1889, 1890, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1924], "5": [5, 169, 255, 264, 265, 278, 302, 339, 461, 470, 472, 493, 494, 495, 496, 510, 511, 513, 520, 521, 524, 542, 554, 558, 559, 562, 569, 574, 578, 580, 581, 583, 590, 591, 597, 1874, 1875, 1883, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1910, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "4": [5, 19, 85, 95, 255, 264, 265, 278, 302, 339, 367, 460, 461, 465, 468, 470, 472, 493, 494, 495, 496, 507, 511, 519, 520, 521, 524, 551, 558, 566, 569, 574, 578, 586, 591, 597, 598, 1713, 1715, 1725, 1864, 1870, 1874, 1875, 1876, 1886, 1889, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "issu": [5, 8, 554, 581, 592, 1862, 1863, 1868, 1898], "author": [5, 564, 1227], "citat": 5, "disclaim": [5, 1887, 1891], "frequent": 5, "question": [5, 6, 7, 353, 356, 406, 409, 1863, 1887, 1888, 1890, 1891, 1892, 1894, 1895, 1913, 1915, 1918, 1920], "q": [5, 572, 584, 1700, 1776, 1863, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "my": [5, 508, 580, 1881, 1896], "gf": [5, 9, 10, 192, 193, 194, 195, 196, 339, 510, 511, 526, 527, 528, 529, 530, 531, 533, 534, 535, 537, 542, 545, 547, 548, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 565, 571, 572, 586, 587, 588, 590, 591, 596, 597, 647, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1768, 1774, 1864, 1877, 1878, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "hash": 5, "regard": 6, "consult": [6, 510], "make": [6, 7, 122, 127, 136, 234, 242, 243, 244, 245, 246, 247, 248, 249, 260, 270, 315, 328, 364, 366, 375, 501, 518, 519, 522, 526, 528, 530, 533, 534, 535, 536, 554, 562, 579, 581, 583, 585, 588, 591, 598, 871, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182, 1736, 1846, 1862, 1864, 1865, 1868, 1869, 1871, 1872, 1881, 1884, 1887, 1891, 1897, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "easier": [6, 1887, 1891, 1897, 1901, 1904, 1909], "fill": [6, 462, 468, 513, 514, 520, 527, 528, 530, 538, 555, 556, 558, 559, 566, 571, 700, 701, 702, 703, 739, 740, 741, 742, 778, 779, 780, 781, 817, 818, 819, 820, 856, 857, 858, 859, 978, 979, 980, 981, 1018, 1019, 1020, 1021, 1883, 1888, 1892, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1917, 1919, 1922], "new": [6, 8, 122, 127, 128, 214, 216, 224, 227, 233, 245, 246, 247, 267, 307, 329, 345, 346, 364, 378, 386, 389, 398, 461, 462, 470, 503, 507, 508, 509, 517, 524, 525, 530, 562, 575, 581, 583, 584, 592, 598, 873, 890, 1699, 1710, 1792, 1863, 1864, 1869, 1872, 1875, 1880, 1881, 1887, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1901, 1902, 1908, 1924], "happi": 6, "improv": [6, 531, 582, 1611, 1864, 1887, 1891, 1924], "coordin": [6, 528, 568, 573, 574, 1614, 1631, 1640, 1642, 1643, 1644, 1651, 1667, 1876, 1896, 1902, 1908], "chang": [6, 7, 8, 234, 240, 241, 242, 243, 244, 419, 511, 523, 524, 554, 562, 579, 584, 587, 1699, 1706, 1710, 1728, 1729, 1730, 1863, 1864, 1866, 1868, 1872, 1875, 1881, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1901, 1903, 1904, 1905, 1908, 1909, 1910, 1915, 1920, 1921, 1924], "engag": 6, "forum": [6, 1863], "channel": [6, 1891, 1893, 1894, 1909, 1916, 1921], "announc": 6, "gladli": 7, "accept": [7, 228, 424, 427, 442, 450, 451, 460, 516, 518, 519, 524, 532, 572, 575, 578, 579, 581, 598, 886, 1769, 1775, 1901, 1903, 1910], "come": [7, 511, 569, 571, 580, 1869, 1874, 1875, 1898, 1904, 1909, 1917, 1922], "learn": [7, 8, 592, 1873, 1875, 1876, 1887, 1888, 1891, 1892, 1895, 1899, 1900, 1904, 1907, 1909], "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, 499, 503, 507, 510, 511, 513, 528, 529, 530, 532, 535, 537, 539, 542, 543, 546, 547, 548, 560, 561, 564, 565, 571, 588, 590, 591, 646, 647, 648, 649, 672, 673, 675, 677, 678, 679, 680, 681, 687, 688, 690, 691, 694, 696, 708, 709, 710, 711, 714, 716, 717, 718, 719, 720, 726, 727, 729, 730, 733, 735, 747, 748, 749, 750, 753, 755, 756, 757, 758, 759, 765, 766, 768, 769, 772, 774, 786, 787, 788, 789, 792, 794, 795, 796, 797, 798, 804, 805, 807, 808, 811, 813, 825, 826, 827, 828, 831, 833, 834, 835, 836, 837, 843, 844, 846, 847, 850, 852, 864, 865, 866, 867, 870, 871, 874, 885, 886, 891, 902, 917, 927, 940, 946, 953, 955, 956, 957, 958, 959, 965, 966, 968, 969, 972, 974, 986, 987, 988, 989, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1023, 1090, 1104, 1118, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1223, 1224, 1226, 1227, 1230, 1231, 1232, 1233, 1234, 1713, 1737, 1770, 1863, 1873, 1882, 1883, 1889, 1890, 1893, 1894, 1898, 1899, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1919], "plai": [7, 552, 563, 1887, 1891, 1909], "futur": [7, 1846], "willing": 7, "check": [7, 109, 139, 199, 210, 235, 307, 310, 312, 329, 344, 356, 358, 359, 363, 409, 411, 412, 460, 509, 513, 518, 572, 586, 652, 1693, 1726, 1776, 1777, 1817, 1863, 1864, 1872, 1873, 1888, 1892, 1897, 1898, 1900, 1901, 1913, 1914, 1916, 1918, 1919, 1921], "websit": [7, 1864], "go": [7, 8, 581, 1863, 1873, 1887, 1891, 1897, 1901, 1903, 1904, 1909, 1914, 1915, 1919, 1920], "submit": [7, 8], "unsur": 7, "dbuild_document": [7, 1867], "dsphinx_onli": 7, "Then": [7, 525, 562, 593, 1792, 1864, 1880, 1887, 1891, 1896, 1903, 1904, 1909, 1917, 1922], "move": [7, 8, 85, 88, 206, 234, 255, 271, 282, 283, 294, 295, 417, 418, 420, 424, 438, 440, 441, 442, 443, 444, 445, 450, 451, 452, 518, 524, 534, 536, 580, 583, 1887, 1891, 1903, 1910], "doc": [7, 8, 217, 225, 278, 417, 423, 438, 440, 441, 500, 501, 504, 509, 536, 596, 1684, 1752, 1878, 1887, 1891, 1895], "cd": [7, 8, 373, 583, 687, 726, 765, 804, 843, 965, 1864, 1881, 1887, 1891], "becaus": [7, 502, 519, 527, 528, 554, 562, 581, 596, 1868, 1894, 1895, 1897, 1901, 1904, 1909, 1917, 1922], "want": [7, 530, 540, 544, 546, 554, 581, 590, 592, 594, 598, 1863, 1866, 1869, 1870, 1872, 1873, 1875, 1876, 1878, 1880, 1881, 1887, 1889, 1891, 1893, 1896, 1897, 1898, 1901, 1904, 1909], "docs_example_output": 7, "modifi": [7, 8, 367, 505, 524, 531, 535, 548, 557, 562, 592, 682, 721, 760, 799, 838, 960, 1008, 1874, 1881, 1883, 1887, 1891, 1896, 1898, 1904, 1905, 1909, 1910], "src": [7, 8, 278, 596, 1881], "rebuild": [7, 227, 517, 524, 676, 715, 754, 793, 832], "hand": [7, 261, 278, 461, 513, 1887, 1891, 1913, 1916, 1917, 1918, 1921, 1922], "autobuild": 7, "form": [8, 9, 11, 169, 474, 501, 504, 511, 513, 514, 517, 538, 539, 552, 566, 567, 574, 579, 583, 584, 872, 887, 1678, 1698, 1846, 1883, 1887, 1891, 1893, 1897, 1899, 1901, 1902, 1908, 1914, 1916, 1919, 1921], "click": [8, 1888, 1892, 1895], "button": 8, "right": [8, 234, 261, 278, 462, 476, 491, 492, 498, 513, 564, 578, 687, 726, 765, 804, 843, 965, 1205, 1225, 1887, 1888, 1891, 1892, 1895, 1897, 1901, 1903, 1904, 1909, 1913, 1916, 1917, 1918, 1921, 1922], "screen": [8, 581, 584, 1697, 1698, 1699, 1704], "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, 542, 558, 584, 598, 1710, 1887, 1891, 1893, 1897, 1900, 1901, 1917, 1921, 1922], "fetch": [8, 1864], "my_triq": 8, "your_usernam": 8, "again": [8, 579, 1886, 1887, 1890, 1891, 1894, 1898, 1904, 1905, 1909, 1910], "final": [8, 139, 163, 165, 166, 167, 168, 460, 467, 510, 511, 531, 575, 578, 580, 581, 604, 606, 625, 627, 1680, 1863, 1864, 1897, 1900, 1901, 1903, 1906, 1911, 1914, 1919], "congratul": 8, "sync": 8, "checkout": 8, "my_first_pr": 8, "usual": [8, 519, 520, 521, 526, 562, 579, 581, 1865, 1887, 1891, 1895, 1904, 1909, 1914, 1919], "mind": [8, 554], "concis": 8, "bracket": [8, 522, 527, 553, 560], "what": [8, 302, 372, 507, 509, 554, 579, 581, 582, 591, 596, 1881, 1887, 1889, 1891, 1893, 1895, 1896, 1897, 1898, 1900, 1901, 1903, 1904, 1908, 1909, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "instanc": [8, 462, 574, 579, 580, 581, 583, 585, 1640, 1878], "det_manip": [8, 9, 10, 523, 525, 1873], "multipli": [8, 11, 32, 47, 48, 379, 383, 390, 395, 518, 534, 571, 1897, 1901], "squash": 8, "readi": [8, 505, 581, 583, 1863, 1873, 1881], "experi": [8, 1863, 1868, 1887, 1891], "atom_diag": [9, 10, 499, 1899], "lightweight": [9, 164, 499, 601, 602, 623, 1899], "exact": [9, 164, 499, 600, 601, 602, 623, 1890, 1894, 1903, 1915, 1920], "atom_diag_funct": [9, 511], "clef": [9, 264, 265, 499, 513, 529, 530, 534, 538, 539, 542, 552, 553, 1874, 1876, 1877], "motiv": [9, 514], "littl": [9, 508, 514, 516, 523, 528, 534, 543, 548, 553, 560, 575, 591, 592, 1873], "manipul": [9, 201, 499, 507, 514, 526, 529, 582, 1873, 1874, 1876, 1882, 1884, 1895, 1900], "notion": [9, 503, 528, 553, 586, 1868], "py": [9, 505, 553, 592, 1872, 1878, 1880, 1887, 1891, 1895, 1899, 1901, 1904, 1905, 1909, 1910, 1919], "hilbert_spac": [9, 10, 176, 499, 511, 583], "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, 499, 511, 561, 569, 570, 609, 612, 621, 630, 633, 642, 660, 666, 927, 940, 1903, 1910, 1911], "sub_hilbert_spac": [9, 334, 361, 362, 366, 375, 388, 566], "imperative_oper": [9, 334, 566], "imper": [9, 361, 367, 368, 369, 566], "introductori": 9, "Ising": [9, 576, 581], "chain": [9, 513, 576, 581, 1903], "magnet": [9, 576, 581], "quantiz": [9, 499], "object": [9, 11, 14, 26, 33, 42, 58, 72, 84, 96, 109, 113, 122, 124, 127, 128, 130, 132, 134, 136, 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, 462, 472, 483, 484, 491, 492, 501, 503, 505, 507, 510, 511, 513, 518, 521, 526, 528, 530, 535, 538, 539, 544, 546, 554, 555, 556, 557, 558, 559, 561, 562, 564, 567, 570, 571, 572, 575, 581, 582, 583, 584, 585, 589, 590, 594, 598, 666, 667, 670, 871, 946, 1200, 1203, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1231, 1660, 1673, 1676, 1677, 1678, 1707, 1740, 1746, 1754, 1774, 1814, 1819, 1846, 1855, 1858, 1876, 1890, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1904, 1909], "proven": [9, 499, 1872], "stat": [9, 10, 499], "averag": [9, 200, 460, 462, 464, 491, 492, 493, 494, 495, 496, 575, 1887, 1891, 1903, 1910], "notat": [9, 499, 543, 554, 583], "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, 474, 478, 479, 480, 499, 501, 550, 553, 554, 560, 582, 1863, 1864, 1868, 1870, 1871, 1873, 1882, 1913, 1918], "cpp2py": [9, 499, 500, 501, 504, 505, 1865], "principl": [9, 502, 507, 509, 510, 518, 575, 592, 1881, 1897, 1901, 1913, 1916, 1918, 1921], "mc_tool": [9, 10, 578, 580, 581], "itertool": [9, 10, 116, 511, 583, 598, 1863, 1874, 1887, 1889, 1890, 1891, 1893, 1894], "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, 474, 476, 487, 511, 538, 539, 544, 546, 552, 574, 593, 1756, 1863, 1883, 1887, 1891, 1893, 1894, 1895, 1896, 1905, 1906, 1908, 1909, 1910, 1911, 1917, 1921, 1922], "enum_it": [11, 21], "prod_it": [11, 36], "cartesian": [11, 35, 528, 529, 532, 543, 1055, 1900], "mimic": 11, "stride_it": [11, 78, 81], "transform_it": [11, 92], "zip_it": [11, 102], "zip": [11, 598, 1887, 1891, 1913, 1918, 1919], "make_sentinel": 11, "similar": [11, 199, 509, 519, 525, 562, 591, 1678, 1887, 1891, 1894, 1897, 1901, 1904, 1909, 1924], "arrai": [11, 32, 48, 134, 135, 146, 148, 149, 255, 256, 264, 265, 266, 267, 270, 271, 280, 282, 283, 292, 294, 295, 305, 462, 472, 477, 507, 508, 510, 513, 527, 530, 532, 536, 537, 538, 539, 543, 544, 546, 552, 554, 555, 556, 557, 558, 559, 561, 562, 564, 571, 572, 573, 574, 584, 586, 587, 591, 596, 597, 657, 661, 671, 675, 683, 684, 685, 686, 711, 714, 722, 723, 724, 725, 750, 753, 761, 762, 763, 764, 789, 792, 800, 801, 802, 803, 828, 831, 839, 840, 841, 842, 867, 917, 953, 961, 962, 963, 964, 989, 1009, 1010, 1011, 1012, 1068, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1201, 1225, 1229, 1230, 1231, 1627, 1633, 1634, 1636, 1645, 1662, 1677, 1678, 1680, 1698, 1699, 1703, 1705, 1706, 1707, 1708, 1710, 1713, 1723, 1724, 1725, 1728, 1729, 1730, 1740, 1745, 1746, 1759, 1768, 1770, 1772, 1774, 1776, 1779, 1829, 1843, 1862, 1863, 1870, 1873, 1881, 1884, 1887, 1891, 1893, 1894, 1895, 1896, 1900, 1901, 1914, 1919, 1922], "make_vector_from_rang": 11, "last": [11, 12, 13, 45, 48, 49, 52, 53, 206, 429, 432, 524, 525, 531, 550, 581, 591, 598, 1887, 1890, 1891, 1893, 1894, 1902, 1903, 1904, 1908, 1909, 1910, 1917, 1922], "divid": [11, 12, 116, 474, 525, 581, 1756, 1887, 1891, 1893, 1894, 1919], "equal": [11, 14, 18, 25, 41, 42, 46, 59, 69, 72, 76, 82, 84, 89, 96, 100, 107, 109, 358, 359, 411, 412, 474, 476, 487, 489, 491, 492, 558, 1756, 1866, 1887, 1891, 1895, 1897, 1900, 1901, 1906, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "unari": 11, "callabl": [11, 26, 83, 84, 85, 86, 90, 92, 364, 365, 370, 380, 391, 518, 567, 590, 598, 670, 871, 1846, 1855], "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, 452, 454, 455, 456, 457, 458, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 513, 521, 522, 528, 529, 532, 533, 535, 537, 542, 545, 548, 550, 551, 553, 598], "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, 526, 528, 534, 543, 552, 554, 555, 556, 557, 558, 559, 561, 562, 565, 566, 571, 572, 583, 585, 590, 591, 600, 602, 623, 708, 747, 786, 825, 864, 872, 878, 879, 887, 986, 1023, 1218, 1641, 1661, 1677, 1713, 1769, 1770, 1775, 1847, 1862, 1872, 1887, 1891, 1895, 1897, 1899, 1901, 1903, 1905, 1909, 1910, 1914, 1915, 1919, 1920, 1924], "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, 456, 460, 472, 491, 492, 493, 494, 495, 496, 498, 513, 521, 522, 524, 532, 534, 583, 585, 598], "iter1": 13, "iter2": 13, "iterator_trait": [13, 84], "difference_typ": 13, "increment": [14, 28, 30, 42, 71, 72, 84, 96, 1782, 1783], "derefer": [14, 28, 29, 31, 42, 72, 84, 96, 501], "decltyp": [16, 29, 31, 44, 74, 86, 98, 110, 111, 130, 156, 160, 528, 598], "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, 448, 452, 461, 475, 478, 479, 483, 501, 503, 504, 510, 513, 522, 524, 528, 532, 575, 578, 581, 596, 598], "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, 484, 489, 524, 555, 556, 557, 558, 559, 564, 578, 581, 583, 584, 586, 675, 692, 693, 711, 714, 731, 732, 750, 753, 770, 771, 789, 792, 809, 810, 828, 831, 848, 849, 867, 953, 970, 971, 989, 997, 1013, 1014, 1090, 1104, 1118, 1141, 1225, 1640, 1677, 1680, 1688, 1693, 1698, 1712, 1714, 1715, 1716, 1725, 1817, 1901], "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, 489, 501, 504, 509, 511, 518, 519, 521, 555, 556, 557, 558, 559, 562, 566, 578, 579, 583, 584, 586, 590, 593, 605, 607, 675, 711, 714, 750, 753, 789, 792, 828, 831, 867, 871, 886, 898, 946, 953, 989, 1029, 1640, 1678, 1680, 1698, 1714, 1715, 1716, 1724, 1768, 1770, 1817, 1851, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1904, 1906, 1909, 1911, 1913, 1918, 1919, 1920], "rg": [19, 26, 34, 39, 47, 58, 63, 71, 83, 95, 105, 114, 116, 158], "iostream": [19, 95, 461, 465, 468, 470, 510, 513, 519, 520, 521, 578, 580, 581, 596, 598], "cout": [19, 95, 264, 265, 461, 465, 468, 470, 493, 494, 495, 496, 510, 513, 517, 519, 520, 521, 524, 534, 538, 539, 542, 552, 566, 578, 580, 581, 583, 596, 598, 1874, 1875, 1876, 1877, 1881], "endl": [19, 95, 461, 465, 468, 470, 493, 494, 495, 496, 510, 513, 517, 519, 520, 521, 524, 534, 538, 539, 542, 566, 578, 580, 581, 583, 596, 598, 1874, 1875, 1876, 1877, 1881], "cbegin": [20, 35, 49, 50, 64, 77, 90, 91, 101, 335, 528, 583], "cend": [20, 35, 49, 54, 64, 77, 90, 94, 101, 335, 528, 583], "noexcept": [21, 24, 36, 40, 53, 65, 68, 78, 81, 102, 106, 133, 207, 278, 282, 290, 294, 303, 524], "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, 501, 528, 550, 583], "pre": [28, 462, 491, 492, 493, 494, 495, 496, 1864, 1887, 1891, 1895], "size_t": [32, 48, 490, 513, 524, 528, 567, 697, 736, 775, 814, 853, 975, 1015], "denot": [34, 491, 492, 543, 552, 575, 584, 586, 587, 588, 1699, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1897, 1900, 1901, 1906, 1911, 1924], "tu": [40, 598], "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, 524, 558, 946, 1887, 1890, 1891, 1893, 1894, 1895, 1902, 1903, 1908, 1910, 1917, 1922], "whole": [49, 321, 518, 572, 1774, 1889, 1893], "amount": [49, 57, 474, 531, 1756, 1887, 1891, 1897, 1901, 1917, 1922], "start_idx": 63, "end_idx": 63, "past": [63, 338, 341, 583], "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, 524, 535, 548, 567], "v1": [95, 567, 1897, 1901], "v2": [95, 567, 1897, 1901], "y": [95, 203, 207, 216, 220, 223, 242, 243, 245, 246, 247, 523, 524, 529, 542, 547, 548, 553, 581, 583, 584, 587, 590, 591, 594, 598, 670, 671, 680, 719, 758, 797, 836, 924, 958, 1030, 1199, 1201, 1215, 1219, 1703, 1706, 1708, 1730, 1733, 1782, 1792, 1864, 1872, 1875, 1887, 1891, 1893, 1895, 1896, 1900, 1906, 1911, 1913, 1914, 1917, 1918, 1919, 1922], "mpi_op": [111, 112, 137, 138, 148, 149, 156, 157, 158, 159, 327, 484, 510], "mpi_sum": [111, 112, 148, 149, 156, 157, 158, 159, 327, 484, 510], "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, 450, 451, 454, 455, 458, 478, 479, 480, 501, 504, 507, 508, 510, 534, 555, 556, 557, 558, 559, 562, 564, 568, 570, 578, 580, 581, 583, 584, 586, 587, 588, 591, 592, 600, 602, 623, 657, 664, 671, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1612, 1641, 1661, 1699, 1702, 1703, 1706, 1708, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1754, 1792, 1848, 1853, 1857, 1887, 1891, 1899], "mpi_routin": 115, "nrang": 117, "min_siz": 117, "subrang": 117, "interest": [117, 522, 581, 1887, 1891, 1903, 1905, 1910, 1914, 1919], "sup": 117, "disjoint": 118, "abort": 118, "mpi_abort": [118, 119, 423], "error_cod": 119, "poll_msec": [120, 1820, 1834], "interv": [120, 474, 531, 544, 546, 580, 581, 593, 1148, 1159, 1168, 1180, 1756, 1876, 1897, 1901, 1903, 1916, 1921], "millisecond": 120, "mpi_barri": 120, "mpi_comm": [121, 122, 124, 127, 510], "mpi_comm_world": [121, 510], "longer": [122, 127, 518, 1897, 1901, 1904, 1906, 1909, 1911], "mpi_comm_rank": 125, "mpi_comm_s": 126, "argc": [129, 510, 511, 578, 581], "char": [129, 510, 511, 578, 581, 598, 1887, 1891], "argv": [129, 504, 510, 511, 578, 581, 592, 1862], "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, 502, 505, 507, 521, 529, 542, 553, 564, 566, 567, 572, 586, 946, 1224, 1226, 1231, 1768, 1774, 1854, 1873, 1887, 1891, 1893, 1897, 1901, 1902, 1903, 1904, 1908, 1909, 1915, 1917, 1920, 1922, 1923], "reduct": [131, 148, 149, 156, 157, 158, 159, 484, 492, 511, 598], "mpi_datatyp": [132, 155, 510], "tup": 132, "nda": [134, 135, 136, 225, 262, 264, 265, 332, 375, 376, 377, 462, 466, 467, 472, 477, 510, 513, 517, 518, 519, 520, 521, 527, 530, 534, 535, 538, 539, 542, 543, 552, 573, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1627, 1645, 1662, 1863, 1874, 1876, 1877, 1881], "arrayiniti": [134, 136], "invok": [134, 1846, 1855, 1858], "view": [134, 135, 260, 281, 282, 290, 294, 302, 303, 328, 501, 527, 529, 530, 533, 536, 542, 545, 546, 548, 553, 560, 592, 688, 696, 711, 727, 735, 750, 766, 774, 789, 805, 813, 828, 844, 852, 867, 882, 905, 966, 974, 989, 1829, 1843, 1880, 1883, 1887, 1891, 1897, 1898, 1901], "pointer": [137, 261, 278, 362, 528, 533], "report_local_ev": 139, "event": [139, 141, 142, 1863], "event_on_any_rank": 139, "event_on_all_rank": 139, "finalize_commun": 139, "pend": 139, "t1": [146, 148, 522, 598, 1876], "t2": [146, 148, 598, 1876], "individu": [382, 394, 567, 708, 747, 786, 825, 864, 986, 1023, 1897, 1901, 1903], "datatyp": [151, 510], "mpi_scatt": [160, 510, 550], "in_siz": 161, "chunk_siz": 161, "partition_funct": [162, 511, 512], "atomic_density_matrix": [162, 511, 512], "act": [162, 361, 364, 460, 491, 492, 512, 566, 578, 671, 1896, 1914, 1919], "quantum_number_eigenvalues_check": [162, 512], "atomic_g_lehmann": [162, 511, 512], "atomic_g_tau": [162, 511, 512, 1899], "atomic_g_iw": [162, 511, 512], "atomic_g_l": [162, 511, 512], "atomic_g_w": [162, 511, 512], "full_hilbert_space_state_t": [163, 187, 644], "many_body_op_t": [163, 169, 179, 181, 198, 199, 200], "st": [163, 364, 366, 368, 378, 380, 389, 391, 566, 644], "finit": [164, 462, 511, 531, 555, 557, 566, 681, 720, 759, 798, 837, 959, 1078, 1873, 1887, 1891, 1909, 1913, 1915, 1918, 1920, 1923], "moder": [164, 511], "get_h_atom": 164, "get_fop": 164, "get_full_hilbert_spac": 164, "get_full_hilbert_space_dim": 164, "n_subspac": [164, 367, 511, 566], "get_fock_st": [164, 350, 400, 566], "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, 604, 605, 606, 607, 625, 626, 627, 628], "sp_index": [165, 166, 167, 168, 170, 172, 173, 174, 182, 183, 186, 189, 604, 605, 606, 607, 609, 613, 614, 625, 626, 627, 628, 630, 634, 635], "connect": [165, 167, 180, 361, 362, 367, 369, 373, 526, 566, 581, 604, 606, 625, 627, 1863, 1887, 1891], "annihil": [165, 166, 169, 373, 583, 600, 602, 623, 1690, 1899, 1906, 1911], "matrix_t": [166, 168, 180], "dagger": [167, 168, 526, 583, 584, 586, 587, 1699, 1710, 1725, 1731, 1897, 1899, 1901, 1903, 1906, 1911], "qn_vector": [169, 600, 602, 623, 1899], "initializer_list": [169, 314, 534], "init_lst": 169, "uniniti": 169, "qr": [169, 600, 602, 623, 1899], "invari": [169, 170, 172, 183, 188, 189, 190, 200, 367, 368, 372, 373, 374, 511, 566, 584, 586, 618, 622, 639, 643, 1698, 1725], "chosen": [169, 474, 564, 575, 584, 1225, 1699, 1756, 1902, 1903, 1908], "met": [169, 362, 583, 600, 602, 623, 1714, 1715, 1716, 1890, 1894, 1899], "inner": [170, 192, 193, 194, 195, 196, 588, 609, 630, 871, 1713, 1737], "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, 566, 600, 602, 610, 620, 623, 631, 641, 1640, 1899], "ground": [178, 616, 637, 1917, 1922], "min": [178, 196, 526, 531, 616, 637, 1887, 1891, 1897, 1901], "monomial_t": [180, 583], "op_vec": 180, "monomi": [180, 364, 582, 585, 586, 1722], "canon": [180, 335, 583, 1897, 1901], "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, 583, 585, 605, 607, 626, 628, 653], "eigenst": [185, 186, 192, 193, 194, 195, 196, 198, 199, 511, 620, 641, 651, 652], "vacuum": [187, 188, 621, 622, 642, 643], "block_matrix_t": [191, 200, 645, 653, 1712, 1717], "temperatur": [191, 192, 193, 194, 195, 196, 197, 511, 555, 557, 558, 578, 581, 681, 720, 759, 798, 837, 888, 959, 1041, 1090, 1104, 1118, 1132, 1148, 1159, 1873, 1876, 1877, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1906, 1908, 1911, 1913, 1915, 1918, 1920, 1923], "gibb": 191, "gf_lehmann_t": [192, 193, 194, 195, 196], "gf_struct": [192, 193, 194, 195, 196, 255, 306, 339, 511, 646, 647, 648, 649, 886, 908, 1712, 1713, 1717, 1768, 1770, 1883, 1897, 1899, 1901, 1903, 1905, 1906, 1909, 1910, 1911], "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, 527, 529, 530, 531, 532, 535, 536, 542, 552, 553, 554, 555, 556, 557, 558, 559, 564, 661, 675, 676, 680, 681, 687, 695, 697, 709, 710, 714, 715, 719, 720, 726, 734, 736, 748, 749, 753, 754, 758, 759, 765, 773, 775, 787, 788, 792, 793, 797, 798, 804, 812, 814, 826, 827, 831, 832, 836, 837, 843, 851, 853, 865, 866, 886, 946, 953, 958, 959, 965, 973, 975, 987, 988, 1015, 1049, 1055, 1057, 1215, 1218, 1221, 1229, 1231, 1648, 1649, 1664, 1665, 1862, 1876, 1877, 1887, 1890, 1891, 1893, 1894, 1898, 1900, 1908, 1909, 1913, 1914, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "excluded_states_t": [192, 193, 194, 195, 196], "excluded_st": [192, 193, 194, 195, 196, 646, 647, 648, 649], "precomput": [192, 193, 195, 196, 520], "possibli": [192, 193, 195, 196, 564, 582, 646, 647, 648, 649, 1227, 1794, 1868], "none": [192, 193, 195, 196, 423, 500, 501, 503, 504, 509, 534, 540, 543, 555, 556, 557, 558, 559, 564, 570, 571, 572, 584, 586, 587, 590, 598, 646, 647, 648, 649, 664, 670, 671, 682, 698, 699, 700, 701, 702, 703, 704, 711, 721, 737, 738, 739, 740, 741, 742, 743, 750, 760, 776, 777, 778, 779, 780, 781, 782, 789, 799, 815, 816, 817, 818, 819, 820, 821, 828, 838, 854, 855, 856, 857, 858, 859, 860, 867, 953, 960, 976, 977, 978, 979, 980, 981, 982, 989, 1008, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1028, 1048, 1049, 1070, 1081, 1094, 1108, 1122, 1136, 1142, 1152, 1163, 1171, 1183, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1225, 1229, 1605, 1640, 1641, 1646, 1660, 1661, 1677, 1680, 1698, 1699, 1707, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1758, 1774, 1776, 1777, 1792, 1794, 1820, 1833, 1846, 1849, 1852, 1854, 1868, 1887, 1891, 1893, 1900, 1901], "g_": [192, 193, 195, 196, 526, 552, 561, 687, 726, 765, 804, 843, 965, 1883, 1887, 1891, 1897, 1901, 1902, 1905, 1906, 1908, 1910, 1911, 1914, 1919], "ell": 193, "broaden": [196, 511, 649, 1890, 1894], "energy_window": [196, 649], "n_w": [196, 511, 649, 1168, 1887, 1890, 1891, 1893, 1894, 1897, 1898, 1901, 1908, 1914, 1919], "retard": [196, 553, 554, 560], "lorentian": 196, "omega_": [196, 531, 552, 1897, 1901], "max": [196, 460, 526, 528, 552, 1897, 1901], "suppos": [198, 199, 525, 1878], "density_matrix": [200, 555, 557, 653, 681, 720, 759, 798, 837, 959, 1904, 1909], "tr": [200, 653, 1917, 1921, 1922], "qmc": [201, 417, 438, 440, 441, 511, 596, 1883, 1887, 1891, 1903, 1905, 1906, 1909, 1910, 1911], "functiontyp": [202, 207, 209, 218, 219, 524], "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, 524, 1875], "get_i": [202, 524, 1875], "get_x_internal_ord": [202, 217, 225], "get_y_internal_ord": 202, "get_funct": 202, "inverse_matrix": [202, 524, 1875], "inverse_matrix_internal_ord": 202, "swap_col": 202, "try_remov": [202, 229, 232, 524, 1875], "try_remove_k": 202, "try_change_col": [202, 203, 524], "try_change_row": [202, 204, 524], "try_refil": 202, "is_singular": 202, "reject_last_tri": 202, "insert_at_end": [202, 1875], "remov": [202, 248, 249, 491, 492, 509, 523, 524, 531, 536, 591, 1640, 1868, 1890, 1894, 1903, 1910], "roll_matrix": [202, 524], "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, 1794, 1887, 1890, 1891, 1893, 1894, 1903, 1910], "try_xxx": [206, 228, 233, 234], "init_s": [207, 524, 1875], "argumentcontainer1": [207, 247, 524], "argumentcontainer2": [207, 247, 524], "argumentcontain": 207, "resiz": [207, 261, 278, 302, 472, 533, 1875], "factor": [207, 461, 562, 1887, 1891, 1893, 1894, 1914, 1915, 1919, 1920], "happen": [207, 507, 509, 579, 1852, 1897, 1901, 1904, 1909, 1910], "det_typ": 208, "isnorm": [213, 226], "x_valu": [214, 215], "slow": [214, 216, 224, 227, 524, 1900, 1917, 1922], "sinc": [214, 216, 224, 227, 470, 511, 521, 524, 526, 527, 528, 530, 539, 547, 589, 1863, 1865, 1887, 1890, 1891, 1893, 1894, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "reorder": [214, 216, 224, 524], "intern": [215, 217, 225, 240, 241, 368, 530, 583, 1641, 1661, 1768, 1917, 1922], "permut": [215, 240, 241, 524], "critic": [215, 1863, 1904, 1905, 1909, 1910, 1915, 1917, 1920, 1922], "loop": [215, 520, 527, 542, 548, 554, 578, 581, 1792, 1883, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1918, 1921], "_internal_ord": 215, "y_valu": [216, 217, 1792], "col": [216, 224, 234, 240, 245, 246, 249, 524, 1887, 1891], "fg": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298, 354, 355, 407, 408, 525], "subgroup_nam": [218, 219, 257, 258, 273, 274, 285, 286, 297, 298], "i0": [221, 230, 245, 246, 248, 249, 524, 1875], "i1": [221, 230, 246, 249, 524, 555, 556, 557, 558, 559, 1875], "j0": [221, 230, 245, 246, 249, 524, 1875, 1910], "j1": [221, 230, 246, 249, 524, 1875, 1910], "x0": [221, 222, 524, 542, 598, 1875], "x1": [221, 222, 519, 524, 543, 598, 1875], "y0": [221, 222, 524, 1875], "y1": [221, 222, 524, 543, 1875], "try_insert2": [221, 222, 524, 1875], "matrix_typ": [224, 227, 524], "matrix_const_view": 225, "singular_threshold": 226, "reject": [228, 427, 442, 575, 578, 579, 581], "try_remove2": [230, 231, 524, 1875], "new_n": 233, "new_k": 233, "bigger": [233, 1881, 1896, 1897, 1901, 1903, 1904, 1908, 1909], "preserv": [233, 266, 583], "rolldirect": [234, 524], "roll": [234, 524], "cyclic": [234, 1649, 1665], "nth": 234, "row": [234, 243, 244, 245, 246, 248, 249, 524, 568, 1076, 1088, 1612, 1619, 1624, 1680, 1875], "down": [234, 511, 562, 566, 571, 578, 586, 587, 588, 871, 886, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1883, 1887, 1890, 1891, 1893, 1894, 1897, 1899, 1901, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "modif": [234, 242, 243, 244, 245, 246, 247, 248, 249, 537, 579, 1868, 1924], "try_rol": 234, "uint64_t": 235, "threshold": [236, 237, 238, 311, 586, 1726], "get_is_singular_threshold": 238, "swap": [240, 241, 532], "column": [242, 243, 245, 246, 523, 524, 570, 584, 664, 902, 1707, 1887, 1891], "ratio": [242, 243, 244, 245, 246, 247, 248, 249, 445, 524, 575, 578, 579, 581, 1875], "minv_new": [242, 243, 244, 245, 246, 247, 248, 249], "minv": [242, 243, 244, 245, 246, 247, 248, 249], "x_i": [245, 246, 247, 523, 561, 594, 917], "y_": [245, 246, 513, 517, 518, 519, 521], "x_": [245, 246, 513, 517, 518, 519, 521, 594], "x_j": [245, 246], "resp": [245, 539], "becom": [245, 504, 507, 531, 579, 1906, 1911, 1914, 1917, 1919, 1922], "colum": [246, 523], "refil": 247, "y_i": [247, 523], "colj0": 248, "impl_tag": 250, "make_block_gf": [250, 534], "make_block_gf_view": [250, 534], "make_block2_gf": 250, "reinterpret_scalar_valued_gf_as_matrix_valu": [250, 532, 545], "is_gf_real": [250, 538], "make_gf_from_real_gf": 250, "make_gf_dlr": [250, 1897, 1901], "fit_gf_dlr": [250, 946], "make_gf_dlr_imtim": [250, 1897, 1901], "make_gf_dlr_imfreq": 250, "make_gf_imtim": [250, 1897, 1901], "make_gf_imfreq": [250, 1897, 1901], "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, 474], "block_names_t": [253, 255], "cnst": 255, "block_gf_const_view": [255, 264, 265, 327, 534], "g_t": [255, 264, 265, 564, 1227], "bl_size": 255, "anyth": [255, 261, 278, 282, 518, 533, 542, 548, 571, 572, 579, 581, 598, 661, 1776, 1846, 1888, 1892], "blockgreenfunct": 255, "16": [255, 265, 460, 511, 513, 521, 552, 1887, 1889, 1891, 1893, 1895, 1901, 1906, 1911, 1917, 1919, 1922], "this_t": [257, 258, 273, 274, 277, 285, 286, 289, 297, 298, 301, 542], "const_view_typ": [260, 261, 265, 327], "view_typ": [260, 532, 535], "side": [261, 278, 513, 528, 552, 687, 726, 765, 804, 843, 965, 1913, 1916, 1917, 1918, 1921, 1922], "tbw": [261, 278], "dcomplex": [262, 530, 552, 573, 683, 684, 685, 686, 698, 699, 722, 723, 724, 725, 737, 738, 761, 762, 763, 764, 776, 777, 800, 801, 802, 803, 815, 816, 839, 840, 841, 842, 854, 855, 961, 962, 963, 964, 976, 977, 1007, 1009, 1010, 1011, 1012, 1016, 1017, 1629, 1647, 1663], "array_const_view": [262, 265, 530, 684, 686, 698, 699, 723, 725, 737, 738, 762, 764, 776, 777, 801, 803, 815, 816, 840, 842, 854, 855, 962, 964, 976, 977, 1010, 1012, 1016, 1017], "tail": [262, 264, 265, 326, 532, 539, 544, 546, 552, 553, 554, 556, 562, 563, 564, 683, 684, 685, 686, 698, 699, 722, 723, 724, 725, 737, 738, 761, 762, 763, 764, 776, 777, 800, 801, 802, 803, 815, 816, 839, 840, 841, 842, 854, 855, 946, 961, 962, 963, 964, 976, 977, 1009, 1010, 1011, 1012, 1016, 1017, 1230, 1887, 1891], "w_max": [263, 365, 370, 380, 391, 997, 1090, 1104, 1118, 1168, 1897, 1901, 1914, 1919], "ep": [263, 564, 570, 571, 656, 657, 997, 1090, 1104, 1118, 1201, 1225, 1229, 1894, 1897, 1900, 1901], "dlr": [263, 316, 317, 318, 322, 323, 331, 708, 747, 786, 825, 864, 946, 986, 997, 998, 999, 1000, 1002, 1003, 1023, 1090, 1099, 1100, 1101, 1102, 1104, 1118], "typenameg": [264, 265], "regular_typ": [264, 265, 307, 324, 325, 329, 501, 532], "bg": [264, 265, 534], "typenamebg": [264, 265], "impos": [264, 462, 564, 592, 1227, 1883], "ag": [264, 265], "frequeci": [264, 265], "iomanip": [264, 265], "namespac": [264, 265, 270, 326, 461, 465, 468, 470, 472, 493, 494, 495, 496, 504, 510, 511, 513, 517, 518, 519, 521, 527, 530, 534, 536, 538, 539, 540, 542, 543, 544, 546, 552, 566, 583, 598, 1874, 1876, 1877, 1878, 1881], "iw_": [264, 265, 552, 1876], "100": [264, 265, 326, 461, 465, 468, 472, 511, 524, 527, 538, 543, 544, 546, 552, 558, 570, 574, 578, 580, 660, 661, 704, 743, 782, 821, 860, 946, 982, 1022, 1201, 1680, 1875, 1876, 1883, 1896, 1897, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1917, 1918, 1919, 1920, 1921, 1922], "err": [264, 265, 494, 495, 552, 946], "setprecis": [264, 265], "ntail": [264, 265], "ba": 265, "dimension": [266, 510, 528, 564, 574, 578, 591, 1231, 1680, 1713, 1863, 1873, 1906, 1911, 1913, 1918, 1923], "whose": [266, 508, 517, 534, 1640, 1852, 1916, 1921], "flatten": [266, 267, 528, 543, 550, 598, 711, 750, 789, 828, 867, 989], "tensor": [267, 532, 584, 585, 1696, 1698, 1699, 1876, 1915, 1920], "definit": [269, 281, 293, 472, 507, 509, 511, 528, 532, 562, 567, 569, 581, 584, 590, 597, 1699, 1864, 1916, 1921], "data_shap": [269, 281, 293], "target_indic": [269, 281, 293], "mesh_t": [270, 276, 282, 288, 294, 300, 528, 532, 535, 536, 537, 548], "dat": [270, 282, 294, 536, 564, 1231, 1677, 1681, 1862, 1887, 1888, 1891, 1892, 1893, 1896], "target_shape_t": [270, 532, 534, 536], "deep": [270, 501, 562, 678, 717, 756, 795, 834, 873, 890, 956, 1027, 1058, 1059], "concept_greenfunct": 270, "arrrai": 270, "g2": [270, 272, 284, 296, 538, 539, 543, 554, 562, 871, 874, 891, 1876, 1877], "g1": [270, 272, 284, 296, 534, 538, 539, 543, 554, 562], "gf_assign_0": 278, "arraytyp": [282, 294], "THERE": 302, "behaviour": [302, 501, 504, 507, 562, 1914, 1915, 1917, 1919, 1920, 1922], "real_t": [307, 329], "blockgf": [307, 329, 553, 558, 560, 564, 946, 1224, 1225, 1229, 1231, 1897, 1901], "fullfil": [310, 324, 564, 1224], "epsilon": [310, 312, 570, 571, 574, 656, 657, 661, 664, 666, 1887, 1891, 1893, 1894, 1897, 1900, 1901, 1903, 1906, 1911, 1913, 1914, 1918, 1919], "depend": [310, 324, 504, 513, 517, 531, 532, 536, 554, 594, 600, 1678, 1864, 1869, 1870, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1901, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "frac": [310, 324, 325, 491, 492, 498, 524, 525, 526, 531, 538, 550, 551, 552, 561, 563, 564, 575, 581, 584, 586, 587, 591, 594, 927, 940, 1225, 1699, 1714, 1715, 1723, 1724, 1725, 1730, 1733, 1876, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "iif": [310, 311, 312, 507, 509, 521, 575, 1029], "hold": [310, 312, 469, 471, 1887, 1891, 1897, 1900, 1901, 1917, 1922], "g0": [315, 946, 1883, 1900, 1901, 1902, 1905, 1906, 1908, 1909, 1910, 1911], "block_gf_view_of": 315, "omega_n": [321, 526, 531, 538, 550, 564, 591, 711, 750, 789, 828, 867, 902, 989, 1225, 1229, 1883, 1887, 1891, 1897, 1900, 1901, 1902, 1903, 1904, 1905, 1908, 1909, 1910, 1913, 1916, 1917, 1918, 1921, 1922], "half": [321, 554, 566, 928, 941, 943, 1883, 1897, 1901, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1914, 1917, 1919, 1922], "rightarrow": [324, 325, 561, 575, 591, 661, 918, 921, 1887, 1891, 1893, 1897, 1900, 1901, 1904, 1909, 1914, 1915, 1917, 1919, 1920, 1922], "zeroth": [326, 552, 1917, 1922], "empty_tail": 326, "isconst": 327, "world": [327, 495, 496, 510, 578, 581, 1863, 1893, 1895], "sens": [327, 364, 528, 530, 535, 554, 581], "view_or_type_t": 328, "decay_t": 328, "l2": [331, 587, 708, 747, 786, 825, 864, 946, 986, 1023, 1728, 1895], "norm": [331, 564, 708, 747, 786, 825, 864, 946, 986, 1023, 1225, 1900], "memoryarrai": 332, "afl": 332, "gfl": 333, "hilbertspac": [334, 366, 375], "scalartyp": [334, 361, 364, 365, 366, 375, 583], "space_partit": [334, 566], "make_zero_st": [334, 375, 567], "arbitrarili": [335, 583], "mix": [335, 1879], "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, 583], "indices_t": [340, 344, 346, 348, 352, 583, 585], "obj": [342, 343, 508, 513, 521, 1740, 1741, 1742], "attach": [342, 343], "ind": [345, 346, 583], "anoth": [347, 358, 359, 375, 384, 385, 396, 397, 411, 412, 454, 470, 513, 517, 528, 554, 562, 583, 584, 586, 587, 588, 594, 679, 718, 757, 796, 835, 957, 1059, 1710, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1849, 1878, 1887, 1891, 1897, 1901, 1921], "span": [350, 550], "has_stat": [350, 400], "get_state_index": [350, 400], "dummi": [351, 378, 389, 520], "parent": [354, 355, 407, 408], "belong": [356, 370, 372, 378, 389, 409, 528], "scheme": [357, 410, 507, 554, 560, 562, 579, 1895, 1897, 1901, 1906, 1911], "inequ": [358, 411], "total": [360, 414, 432, 463, 474, 475, 511, 572, 578, 581, 587, 709, 748, 787, 826, 865, 903, 987, 1681, 1731, 1732, 1756, 1758, 1772, 1779, 1887, 1891, 1893, 1903, 1910], "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, 591], "coeff": [364, 1910], "basedonmap": [366, 375], "amplitud": [366, 375, 376, 378, 380, 382, 388, 389, 391, 393, 394, 511, 566, 1678, 1900, 1913, 1915, 1917, 1918, 1920, 1922], "operatortyp": [367, 368, 370], "action": [367, 509, 520, 566], "march": 367, "284": 367, "statevector_concept": [367, 375], "merge_subspac": 367, "lookup_basis_st": 367, "get_matrix_el": 367, "find_map": [367, 566], "state_t": [368, 566], "operator_t": [368, 369, 373], "store_matrix_el": [368, 373], "block_mapping_t": 369, "diagonal_onli": 369, "subject": [369, 370, 373, 484], "sp": [370, 1891, 1917, 1922], "matrix_element_map_t": [371, 373], "idx_t": [372, 374], "basis_st": 372, "ii": [373, 587, 1730], "get_hilbert": [376, 388], "set_hilbert": [376, 388], "dot_product": [376, 388, 566, 567], "amplitude_t": 377, "uniti": [378, 389, 1900, 1916, 1921], "s1": [379, 390], "s2": [379, 384, 385, 390, 396, 397, 587, 1732], "constant": [381, 382, 386, 392, 394, 398, 477, 520, 567, 583, 946, 1759, 1887, 1890, 1891, 1893, 1894, 1917, 1922], "subtract": [385, 397, 567, 583, 1792, 1887, 1890, 1891, 1893, 1894, 1917, 1922], "new_h": [386, 398], "reset": [386, 398, 474, 475, 528, 1758], "huge": 388, "nterm": 388, "carri": [400, 548, 566, 583], "destinguish": 400, "add_fock_st": [400, 566], "get_all_fock_st": 400, "get_index": 400, "set_index": 400, "iff": [411, 412, 489], "random_gener": [415, 431, 449, 578, 580, 581, 593], "mc_gener": [415, 575, 576, 578, 579, 580, 581], "random_generator_nam": [415, 580], "mcsigntyp": [416, 418, 435, 436, 437, 440, 441, 442, 443, 449], "tbr": 416, "add_mov": [416, 578, 580, 581], "add_measur": [416, 437, 578, 581], "add_measure_aux": 416, "rm_measur": 416, "clear_measur": 416, "set_after_cycle_duti": 416, "warmup_and_accumul": [416, 575, 578, 581], "get_acceptance_r": [416, 442], "get_perc": 416, "get_rng": [416, 578, 580, 581], "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, 578, 579, 580, 581, 1883, 1887, 1891, 1903, 1906, 1911], "cycl": [417, 428, 438, 439, 440, 441, 579, 581, 1883, 1887, 1891, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "typic": [417, 438, 440, 441, 502, 505, 507, 509, 528, 536, 580, 1794, 1817], "measuretyp": 418, "measure_set": [418, 437], "measure_itr_t": [418, 437], "enable_tim": 418, "report_measur": 418, "measureauxtyp": 419, "shared_ptr": [419, 502], "common": [419, 460, 554, 576, 592, 672, 673, 1864, 1897, 1900, 1901, 1902, 1908], "WILL": 419, "movetyp": [420, 444], "proposition_prob": [420, 442, 444], "probabl": [420, 444, 445, 451, 459, 497, 514, 575, 579, 1765, 1896, 1904, 1909, 1917, 1922], "precondit": [420, 598], "random_nam": [423, 578, 580, 581], "random_se": [423, 578, 580, 581], "rethrow_except": 423, "seed": [423, 454, 580, 581, 593, 1677, 1887, 1891, 1893, 1894], "tba": 423, "whether": [423, 438, 581, 586, 588, 1090, 1104, 1118, 1678, 1725, 1737, 1794, 1847, 1850, 1851, 1852, 1856, 1872, 1887, 1891, 1917, 1922], "rate": [424, 450, 1891, 1903, 1910], "name_of_the_mov": 424, "spent": [425, 426, 433, 434], "minut": [426, 434, 581, 1890, 1894], "visit": [427, 1863], "durat": [429, 1891, 1893], "percent": [430, 552], "mc": [435, 436, 575, 578, 581, 1887, 1891, 1893, 1903], "deregist": 437, "do_measur": 438, "calibrate_mov": 438, "n_warmup_cycl": [440, 441, 578, 579, 580, 581, 1883, 1887, 1891, 1903, 1905, 1906, 1909, 1910, 1911], "sign_init": [440, 441], "weight": [440, 441, 445, 558, 1048, 1049, 1887, 1888, 1891, 1892, 1893, 1894, 1897, 1901, 1904, 1909], "collect_statist": 442, "calibr": 442, "get_statist": 442, "tri": [443, 581, 1034], "pick": [445, 578, 1205], "proposit": 445, "metropoli": [445, 575, 579, 581], "acceptance_r": 450, "decal": 451, "pretti": [451, 1897, 1901], "eras": [453, 519], "buffer": 453, "1000": [453, 530, 539, 554, 555, 558, 561, 562, 590, 591, 1782, 1792, 1897, 1898, 1901, 1904, 1906, 1908, 1909, 1911], "preview": 453, "randomgeneratornam": 454, "uint32_t": 454, "seed_": 454, "mt19937": [454, 580, 593], "mersenn": [454, 580, 581], "twister": [454, 580, 581], "enable_if": [456, 521], "is_integr": 456, "sep": 458, "analyz": [459, 460, 594, 1880, 1904, 1909], "mean_mpi": 459, "mean_and_err": [459, 495], "mean_and_err_mpi": 459, "tau_estimate_from_error": 459, "resampl": [459, 491, 492, 594], "jackknife_mpi": 459, "cdf": 459, "cumul": [459, 473, 1764], "consecut": [460, 1887, 1891], "autocorrel": 460, "grow": [460, 1917, 1922], "satur": 460, "power": [460, 466, 467, 589, 1873, 1884, 1896, 1897, 1901], "ldot": [460, 491, 492, 586, 594, 1722], "underestim": 460, "ergod": 460, "cost": [460, 592, 1904, 1909], "advis": [460, 1878], "correctli": [460, 462, 1887, 1890, 1891, 1894], "At": [460, 579, 581, 583, 1906, 1911, 1915, 1917, 1920, 1922], "larger": [460, 1887, 1891, 1893, 1904, 1909, 1910], "n_log_bins_max": [460, 462, 470], "n_log_bin": 460, "n_lin_bins_max": [460, 462, 468], "n_lin_bin": [460, 464], "lin_bin_capac": [460, 461, 462], "capac": [460, 461, 462, 464, 466, 467, 468, 470], "log_bin_error": 460, "log_bin_errors_all_reduc": 460, "data_input_count": 460, "linear_bin": [460, 461], "compress_linear_bin": 460, "compression_factor": 461, "scale": [461, 511, 1887, 1891, 1896, 1897, 1901, 1903, 1908, 1911, 1917, 1922], "noth": [461, 509, 532, 534, 578, 579, 581, 951, 1827, 1846, 1868], "my_acc": [461, 465, 468, 470], "data_inst": 462, "requisit": 462, "wise": [462, 494, 495, 498], "manner": 462, "texttt": 462, "unbound": 462, "soon": [462, 519, 520, 581, 591], "caus": [462, 586, 1725, 1852, 1917, 1922], "reach": [462, 464, 470, 571, 581, 1792, 1897, 1901, 1904, 1909], "next": [464, 528, 558, 581, 583, 1794, 1868, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1911], "loss": 464, "deduc": [466, 467, 493, 494, 495, 496, 501, 528, 531, 555, 583, 598, 1903], "activ": [468, 470, 1855, 1858, 1864, 1866, 1868, 1869], "accumulatotr": [468, 470], "2nd": [468, 524, 584, 1707], "3rd": [468, 524, 584, 1707], "halfwai": 468, "my_acc_no_lin": 468, "maxmimum": 470, "my_acc_no_log": 470, "lin_bin_s": 472, "log_bin_s": 472, "might": [472, 519, 581, 1864, 1869, 1889, 1893, 1904, 1909], "els": [472, 489, 509, 1028, 1846, 1895], "my_accumulator_d": 472, "my_measurement_d": 472, "my_array_inst": 472, "my_accumulator_a": 472, "my_measurement_a": 472, "normalis": [473, 497, 1764, 1765], "track": [474, 1756, 1863], "lost": [474, 1756, 1864], "lie": [474, 1756], "outsid": [474, 538, 539, 544, 546, 1756, 1897, 1901], "n_data_pt": 474, "n_lost_pt": 474, "discard": [474, 475, 486, 487, 1758, 1763], "mpi_broadcast": 474, "n_bin": [476, 1906, 1911], "enclos": [478, 479], "dataset": [478, 479, 562, 1898], "n_": [482, 531, 574, 578, 581, 583, 586, 1723, 1724, 1761, 1903, 1905, 1906, 1910, 1911, 1916, 1917, 1921, 1922], "mathrm": [482, 491, 492, 561, 574, 583, 1761, 1897, 1901, 1902, 1903, 1906, 1908, 1909, 1911, 1920], "send": [484, 554, 562, 583], "h1": 487, "h2": 487, "sum": [487, 514, 515, 522, 569, 570, 581, 583, 586, 598, 656, 1007, 1722, 1768, 1774, 1887, 1889, 1890, 1891, 1893, 1894, 1902, 1908, 1914, 1916, 1917, 1919, 1921, 1922], "incompat": [487, 555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "summat": [487, 1887, 1891, 1893, 1894], "langl": [491, 492, 526, 584, 1701, 1897, 1901, 1914, 1916, 1917, 1919, 1921, 1922], "mathbf": [491, 492, 526, 571, 574, 587, 666, 1729, 1733, 1891, 1900, 1906, 1911, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922], "rangl": [491, 492, 526, 584, 1701, 1897, 1901, 1914, 1916, 1917, 1919, 1921, 1922], "jacknif": [491, 492, 594], "a_1": [491, 492, 531], "a_2": [491, 492, 531], "a_3": [491, 492], "four": [491, 492, 584, 1698, 1699, 1703, 1705, 1708, 1710, 1903, 1910, 1915, 1920], "f_": [491, 492, 531], "tild": [491, 492, 526, 531], "bar": [491, 492, 521, 584, 586, 594, 1698, 1723, 1724, 1754, 1887, 1891, 1893, 1894, 1903, 1909, 1914, 1919], "quad": [491, 492, 587, 591, 1733], "sum_": [491, 492, 526, 531, 552, 563, 564, 574, 584, 586, 587, 594, 687, 726, 765, 804, 843, 965, 1225, 1229, 1699, 1700, 1714, 1715, 1716, 1723, 1724, 1725, 1730, 1731, 1733, 1897, 1901, 1903, 1905, 1906, 1910, 1911, 1914, 1916, 1917, 1919, 1921, 1922], "bia": [491, 492], "errror": [491, 492], "_j": [491, 492], "sqrt": [491, 492, 494, 495, 526, 531, 558, 561, 564, 584, 587, 940, 1225, 1701, 1730, 1906, 1911], "cdot": [491, 492, 526, 574, 587, 1729, 1897, 1901], "sigma_f": [491, 492], "deviat": [491, 492, 552, 1917, 1922], "addabl": [493, 494, 495, 496], "mean_error": [493, 494, 495, 496], "spread": [495, 496, 1865], "error_with_bin": 498, "error_no_bin": 498, "delta_n": 498, "delta_0": 498, "wrap_gener": [500, 501, 504], "calling_pattern": [500, 501, 504], "no_self_c": [500, 501], "is_constructor": 500, "is_method": [500, 501], "is_stat": [500, 501], "release_gil_and_enable_sign": [500, 501, 504], "c_name": [500, 501, 504], "py_typ": 501, "c_type": [501, 504], "c_type_absolut": 501, "is_print": 501, "add_cal": 501, "kw": [501, 555, 556, 557, 558, 559, 675, 676, 682, 683, 684, 685, 686, 692, 693, 697, 698, 699, 700, 701, 702, 703, 704, 708, 714, 715, 721, 722, 723, 724, 725, 731, 732, 736, 737, 738, 739, 740, 741, 742, 743, 747, 753, 754, 760, 761, 762, 763, 764, 770, 771, 775, 776, 777, 778, 779, 780, 781, 782, 786, 792, 793, 799, 800, 801, 802, 803, 809, 810, 814, 815, 816, 817, 818, 819, 820, 821, 825, 831, 832, 838, 839, 840, 841, 842, 848, 849, 853, 854, 855, 856, 857, 858, 859, 860, 864, 912, 913, 929, 930, 953, 954, 960, 961, 962, 963, 964, 970, 971, 975, 976, 977, 978, 979, 980, 981, 982, 986, 1901], "__call__": [501, 571], "add_method": 501, "add_constructor": 501, "intermediate_typ": 501, "defaut": [501, 504], "rtype": [501, 504, 591], "arg1": [501, 504], "name1": [501, 504], "arg2": [501, 504], "name2": [501, 504], "default2": [501, 504], "omit": [501, 504], "dict": [501, 504, 507, 509, 562, 573, 586, 587, 588, 591, 893, 907, 946, 995, 1215, 1625, 1641, 1661, 1681, 1713, 1714, 1715, 1716, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1754, 1900], "variable_nam": [501, 504], "default_valu": [501, 504], "expert": [501, 504, 534], "add_getitem": 501, "__getitem__": 501, "add_iter": 501, "c_cast_typ": 501, "cast_typ": 501, "add_len": 501, "len": [501, 509, 511, 574, 711, 750, 789, 828, 867, 989, 1680, 1862, 1887, 1891, 1893, 1894, 1914, 1916, 1917, 1919, 1921, 1922], "add_memb": 501, "py_nam": 501, "read_onli": 501, "boolean": [501, 504, 586, 587, 588, 1215, 1678, 1688, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1847], "self_c": [501, 504], "method_nam": [501, 504], "pure": [501, 504, 528, 1034], "gil": [501, 504], "handler": [501, 504], "signal_handl": [501, 504], "intercept": [501, 504, 1917, 1922], "ctrl": [501, 504, 1895], "requir": [501, 502, 504, 505, 510, 511, 528, 530, 531, 573, 583, 1625, 1646, 1864, 1867, 1868, 1872, 1881, 1883, 1897, 1900, 1901, 1904, 1909, 1916, 1921], "whatsoev": [501, 504], "indirectli": [501, 504], "add_method_copi": 501, "clone_funct": 501, "make_clon": 501, "add_method_copy_from": 501, "copy_from": [501, 562], "add_method_cpp_copi": 501, "sh_copi": 501, "ordinari": [501, 521, 1900], "add_properti": 501, "getter": 501, "setter": 501, "add_regular_type_convert": 501, "add_setitem": 501, "__setitem__": [501, 554], "deduce_inplace_arithmet": 501, "trivial": [502, 542, 550], "quit": [502, 533, 1872, 1887, 1891, 1895, 1896, 1897, 1901, 1905, 1909, 1910], "semant": [502, 518, 567, 1853], "while": [502, 505, 510, 513, 519, 520, 526, 581, 591, 1678, 1863, 1868, 1875, 1887, 1891, 1897, 1899, 1901, 1903, 1906, 1909, 1911, 1913, 1914, 1918, 1919], "triqss": [502, 554, 562], "entir": [502, 1847, 1913, 1915, 1918, 1920], "additionn": [502, 596], "magic": 502, "cell": [502, 568, 573, 574, 1612, 1615, 1625, 1641, 1652, 1661, 1668, 1681, 1872, 1887, 1889, 1891, 1893, 1900, 1904, 1906, 1909, 1910, 1911], "module_": [502, 506, 1878], "cfunction": [502, 506], "class_": [502, 506], "functionn": 503, "distinguish": [503, 528, 1874], "Its": [503, 514, 574, 579, 1847], "abl": [503, 581, 592, 1864, 1868, 1869, 1887, 1888, 1891, 1892], "add_class": 504, "cl": [504, 508, 509, 907, 993, 995, 1063], "add_convert": 504, "conv": 504, "add_enum": 504, "c_namespac": 504, "enum": [504, 541], "add_funct": 504, "add_import": 504, "lst": 504, "add_preambl": 504, "preambl": 504, "add_us": 504, "generate_cod": [504, 1878], "sy": [504, 592, 1862, 1887, 1889, 1890, 1891, 1893, 1894], "oppos": 504, "2py": [505, 1864, 1871, 1872, 1878], "fig": [505, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1906, 1908, 1911], "png": [505, 1921], "abc_desc": 505, "_document": 505, "remark": 505, "scratch": 505, "libclang": [505, 1864, 1870, 1871], "hierarch": 507, "v5": 507, "portabl": [507, 554, 562, 1898], "irrespect": 507, "dump": 507, "glimps": 507, "hdf": [507, 562], "compliant": [507, 1865], "intuit": [507, 1895], "hdfarchiv": [507, 508, 511, 592, 1862, 1883, 1887, 1889, 1890, 1891, 1893, 1894, 1898, 1905, 1906, 1909, 1910, 1911, 1913, 1916, 1918, 1919, 1920, 1921], "wide": [507, 1865], "machin": [507, 1864, 1869, 1870, 1888, 1892, 1897, 1901, 1905, 1910, 1921], "32": [507, 946, 1893, 1901, 1910, 1913, 1914, 1917, 1918, 1919, 1920, 1922], "bit": [507, 538, 590, 591, 597, 598, 1909], "64": [507, 1917, 1919, 1922], "oss": 507, "langag": 507, "f90": 507, "ti": 507, "explor": [507, 508, 1888, 1892], "tree": [507, 509, 517, 518, 1034, 1864], "unix": [507, 1864], "shell": [507, 584, 1697, 1699, 1702, 1704, 1706, 1864, 1866, 1869, 1884, 1891, 1894, 1898, 1904, 1909], "h5l": [507, 1898], "henc": [507, 533, 535, 562, 592, 597, 598, 1646, 1883, 1887, 1891, 1902, 1908, 1914, 1917, 1919, 1922], "compact": [507, 524, 543, 1898], "extent": [507, 1065, 1078, 1082, 1921], "speak": [507, 518], "dictionari": [507, 508, 509, 562, 574, 585, 591, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1641, 1661, 1681, 1713, 1714, 1715, 1716, 1846, 1887, 1891, 1898, 1903], "undesir": 507, "thought": [507, 562], "leav": [507, 518, 591, 1887, 1891], "rectangular": 507, "subtre": [507, 509, 517], "natur": [507, 528, 534, 548, 554, 1887, 1891, 1897, 1901], "group1": 507, "subgroup2": 507, "leaf1": 507, "hereaft": [507, 532, 1864], "reversibli": 507, "hdfarchivegroup": [507, 508], "get_raw": [507, 509], "create_group": [507, 509, 592, 1862, 1887, 1891], "is_group": [507, 509], "is_data": [507, 509], "read_attr": [507, 509], "root_path": [507, 509], "apply_on_leav": [507, 509], "register_class": [507, 508, 509], "reconstruct": [508, 509, 558, 1897, 1901], "__reduce_to_dict__": [508, 509], "__factory_from_dict__": [508, 907, 995], "classmethod": 508, "def": [508, 558, 574, 591, 598, 1895, 1900, 1902, 1908, 1909, 1916, 1917, 1921, 1922], "__init__": [508, 555, 556, 557, 558, 559, 1878, 1895, 1899, 1902, 1908, 1909], "myclass": [508, 509], "myfile2": 508, "56": [508, 1910], "ob": [508, 1746, 1887, 1890, 1891, 1893, 1894], "root_of_h": 508, "hdf5_data_schem": [508, 509], "rebuilt": 508, "search": [508, 1782, 1863, 1864, 1866, 1872], "offer": [509, 527, 1884], "shelv": [509, 553, 560], "myfil": [509, 554, 562], "subgroup1": 509, "apart": 509, "fact": [509, 518, 531, 579, 591, 597, 598, 1745, 1913, 1917, 1918, 1922], "open_flag": 509, "key_as_string_onli": 509, "reconstruct_python_object": 509, "keyerror": 509, "shortcut": 509, "iterkei": 509, "coupl": [509, 569, 578, 584, 587, 1697, 1698, 1699, 1704, 1729, 1863, 1874, 1875, 1876, 1887, 1890, 1891, 1894, 1909], "hfd": 509, "leaf": 509, "attributenam": 509, "good": [509, 581, 1884, 1887, 1891, 1897, 1901, 1904, 1909], "practiv": 509, "cluster": [509, 581, 1640, 1644, 1864, 1869, 1906, 1911], "inert": 509, "is_master_nod": [509, 1862, 1906, 1911], "_hdf5_data_scheme_": 509, "__name__": 509, "reread": [509, 523], "composit": [510, 543], "sendbuf": 510, "recvbuf": 510, "id": [510, 1854], "transmit": 510, "Such": [510, 513], "much": [510, 1890, 1894, 1897, 1901, 1909], "prone": 510, "simplifc": 510, "signific": [510, 518], "sendcount": 510, "sendtyp": 510, "recvcount": 510, "recvtyp": 510, "contiguo": 510, "multidimension": [510, 543, 1873, 1884], "across": [510, 1678, 1887, 1891, 1915, 1920], "adress": 510, "someth": [510, 518, 521, 527, 530, 534, 538, 597, 1888, 1890, 1892, 1894], "emploi": 510, "metaprogram": 510, "unecessari": [510, 1890, 1894], "copyi": 510, "web": [510, 1863, 1864, 1873, 1880, 1888, 1892], "allreduc": 510, "allgath": 510, "analogu": 510, "nativ": [510, 1854], "declar": [510, 518, 520, 581, 583, 598], "preceed": 511, "suppli": 511, "fashion": 511, "equilibrium": 511, "thermal": [511, 579, 1887, 1891, 1903, 1917, 1922], "prove": [511, 1917, 1922], "expans": [511, 526, 530, 538, 539, 540, 546, 552, 554, 561, 562, 563, 564, 567, 1227, 1873, 1897, 1901], "ct": [511, 1873, 1887, 1891], "hubbard": [511, 566, 584, 586, 1697, 1698, 1699, 1704, 1863, 1873, 1885, 1887, 1891, 1893, 1897, 1901, 1915, 1916, 1920, 1921], "nca": 511, "substitut": [511, 1916, 1921], "spin_nam": [511, 586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1737, 1909], "sn": 511, "n_up": [511, 566], "n_dn": [511, 566], "uprim": [511, 584, 586, 1698, 1705, 1723, 1724], "j_hund": [511, 584, 586, 1697, 1698, 1699, 1704, 1724], "1j": [511, 558, 590, 1895, 1900], "c_dag": [511, 566, 583, 1899, 1903, 1906, 1910, 1911], "28": [511, 1891, 1901, 1903, 1910, 1911, 1913], "dm": 511, "occup": [511, 586, 1722, 1887, 1891, 1893, 1894, 1904, 1909, 1916, 1917, 1921, 1922], "g_w": [511, 1877, 1901, 1908], "400": 511, "01": [511, 558, 1887, 1891, 1896, 1897, 1900, 1901, 1908, 1910, 1913, 1918, 1921, 1922], "g_tau": [511, 997, 998, 1903, 1906, 1910, 1911], "g_l": [511, 564, 1227, 1906, 1911], "20": [511, 522, 571, 591, 946, 1870, 1874, 1881, 1887, 1891, 1893, 1896, 1897, 1901, 1902, 1903, 1906, 1908, 1910, 1911, 1921], "later": [511, 1868, 1881, 1887, 1891, 1897, 1898, 1899, 1901, 1914, 1915, 1919, 1920], "atom_diag_exampl": 511, "flip": [511, 578, 581, 586, 1724, 1905, 1910], "anomal": 511, "difer": 511, "polynomi": [511, 528, 532, 540, 553, 554, 560, 564, 1159, 1227, 1863], "indirect": 511, "g_tau_ind": 511, "g_iw_ind": 511, "g_l_ind": 511, "g_w_ind": 511, "some_expression_of_x_": 513, "i_": [513, 518, 520, 1874, 1897, 1901], "some_expression_of_i_": 513, "j_": [513, 520, 578, 584, 1698, 1874], "some_expression_of_x_i_j": 513, "cours": [513, 518, 554, 596, 1874, 1898, 1913, 1918], "lh": [513, 527, 530], "rewritten": [513, 526, 1873], "triqs_clef_auto_assign": 513, "pseudo": 513, "stl": 513, "pi": [513, 520, 524, 526, 531, 538, 550, 554, 558, 559, 561, 574, 591, 940, 1887, 1890, 1891, 1893, 1894, 1895, 1897, 1900, 1901, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1921, 1922], "aco": [513, 520, 524, 538], "k_": [513, 1906, 1911], "make_expr": [513, 518, 520], "fnt": 513, "make_funct": [513, 514], "adl": [513, 517, 521, 598], "therefor": [513, 528, 530, 531, 548, 554, 562, 592, 598, 1847, 1892, 1900, 1909, 1913, 1914, 1918, 1919], "friend": [513, 521], "similarli": [513, 521, 531, 562], "triqs_clef_auto_assign_subscript": 513, "struct": [513, 521, 524, 578, 581, 583, 598, 1875], "clef_implement_lazy_cal": [513, 521], "clef_auto_assign": 513, "prototyp": 514, "dark": 514, "corner": 514, "progress": [514, 569, 581, 1904, 1909], "ompil": 514, "azi": 514, "xpression": 514, "unction": 514, "nice": [517, 521, 1884], "useless": 517, "eval": [517, 519, 521, 536, 1034], "placeholder_1": [517, 519], "value_1": 517, "placeholder_2": [517, 519], "value_2": 517, "matter": [517, 519, 581, 1873], "lookup": 517, "e1": [517, 518], "e2": [517, 518], "loos": 518, "thing": [518, 592, 1887, 1891, 1893, 1894, 1897, 1901, 1904, 1909], "ternari": 518, "if_els": 518, "math": [518, 558, 559, 564, 574, 921, 1225, 1229, 1893, 1895, 1897, 1900, 1901, 1903, 1908, 1909, 1913, 1914, 1916, 1918, 1919, 1921], "clef_express": [518, 519], "almost": [518, 550, 554, 575, 581, 1865, 1868, 1904, 1909], "e0": 518, "meaningless": [518, 554], "complic": [518, 1862], "encod": [518, 526, 541, 583, 1914, 1919], "expr": [518, 519, 548, 923, 1033, 1034, 1035, 1038], "plu": [518, 1897, 1901], "fly": [518, 583, 1895], "themselv": 518, "rational": 518, "dangl": 518, "quicker": 518, "Of": [518, 554, 1898], "mandatori": 518, "opposit": [519, 550, 586, 1723, 1724], "z_": [519, 587, 1730], "sai": [519, 530, 562, 579, 581, 1895, 1904, 1909, 1915, 1920], "placeholder_3": 519, "x2": [519, 543, 598], "x3": 519, "exhaust": 519, "ban": 519, "parenthesi": [519, 580, 1895], "though": [519, 527], "show": [519, 520, 581, 593, 1868, 1874, 1875, 1876, 1887, 1889, 1890, 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1901, 1903, 1904, 1906, 1909, 1910, 1911, 1913, 1917, 1918, 1922], "f1": [519, 1815], "3x3": [520, 1897, 1901], "forget": [520, 1900], "cheke": 520, "time_consuming_funct": 520, "insist": 520, "clef_make_fnt_lazi": 521, "function_to_make_lazi": 521, "foo": 521, "notclefexpress": 521, "is_clef_express": 521, "BUT": 521, "absenc": [521, 1894], "58385": 521, "v_": [521, 564, 1225, 1229, 1903], "copyabl": 521, "my_method": 521, "clef_implement_lazy_method": 521, "evalut": 521, "_2": [521, 583, 1887, 1891], "_1": [521, 583], "trait": 521, "immutablearrai": 522, "preced": 522, "param": [522, 590, 670, 941, 1820], "tparam": 522, "dollar": 522, "rest": [522, 555, 581], "alpha": [522, 526, 584, 1642, 1643, 1699, 1887, 1891, 1893, 1896, 1903, 1911, 1920, 1921, 1922], "seriou": 523, "leq": [523, 526], "m_": [523, 1909], "y_j": 523, "fast": [523, 1887, 1891, 1913, 1918], "quickli": [523, 1863, 1895, 1904, 1909], "return_typ": 524, "argument_typ": [524, 1875], "xy_typ": 524, "vector_typ": 524, "tqa": 524, "matrix_view_typ": 524, "matrix_view": [524, 557, 682, 721, 760, 799, 838, 960, 1008], "fx": 524, "fy": 524, "try_insert_from_funct": 524, "change_raw": 524, "try_op": 524, "bla": 524, "transpar": [524, 583, 1896], "fun": [524, 598, 1875], "typedef": [524, 1875], "result_typ": [524, 1875], "epsi": 524, "sin": [524, 591, 1896], "detratio": [524, 1875], "mathemat": [525, 528, 583, 1884, 1895, 1897, 1901], "mainli": [525, 1895], "know": [525, 530, 579, 582, 1887, 1891, 1895, 1897, 1900, 1901], "rm": [525, 554, 1903, 1905, 1910], "cof": 525, "i_n": 525, "pmatrix": [525, 584, 1700, 1701, 1709, 1897, 1901], "a_": [525, 526, 562, 584, 586, 587, 1699, 1724, 1725, 1730, 1731, 1733, 1905, 1910], "dot": [525, 526, 551, 574, 594, 1895, 1913, 1918], "vdot": 525, "invert": [525, 561, 1897, 1901, 1911], "furthermor": [525, 1887, 1891], "xi": [525, 543, 1917, 1922], "qquad": [525, 526, 1897, 1901, 1916, 1921], "ca": 525, "gi": [525, 543], "a_0": 525, "m_n": 525, "amelior": 525, "straightformward": 525, "hb": 525, "cg": 525, "fb": 525, "cb": 525, "gh": 525, "hg": 525, "ib": 525, "ic": 525, "gb": [525, 1919], "fh": 525, "hc": 525, "BEING": 526, "among": [526, 566, 1874, 1875, 1887, 1891], "deal": [526, 582], "emphas": 526, "essenti": [526, 552, 563, 1873, 1898], "alpha_a": 526, "beta_a": 526, "mathcal": [526, 581, 1887, 1891, 1900, 1914, 1919], "label": [526, 574, 591, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1887, 1890, 1891, 1893, 1894, 1896, 1901, 1903, 1906, 1908, 1909, 1911, 1913, 1918, 1919, 1920, 1921, 1922], "whenev": 526, "consider": [526, 554], "formal": [526, 528, 554, 1887, 1891, 1897, 1901], "equiv": [526, 570, 574, 584, 656, 1698, 1914, 1916, 1917, 1919, 1921, 1922], "c_": [526, 583, 604, 605, 625, 626, 1903, 1906, 1911], "int_0": [526, 708, 747, 786, 825, 864, 986, 1023, 1897, 1901, 1902, 1908], "2l": [526, 584, 1699, 1700], "p_l": 526, "theta": [526, 531, 561, 927, 940, 1897, 1901], "int_": [526, 570, 571, 656, 666, 1897, 1901], "analog": 526, "dt": [526, 708, 747, 786, 825, 864, 986, 1023, 1896], "2n": [526, 538, 550, 1897, 1901, 1916, 1921], "paramount": 526, "context": [526, 1034], "slowli": 526, "decai": [526, 564, 1224, 1897, 1901], "stackrel": 526, "parametr": 526, "n_1": [526, 586, 1722], "n_2": [526, 586, 1722], "o_": 526, "_i": [526, 574], "readeabl": 527, "travers": 527, "specialis": [527, 532, 534, 538, 539, 540, 544, 546, 548], "nfreq": [527, 538], "wn_": [527, 538], "strang": [527, 535], "cannot": [527, 537, 554, 600, 602, 623, 1898, 1899, 1917, 1922], "curri": 528, "understood": 528, "abstract": [528, 554, 566, 1034], "grid": [528, 571, 572, 574, 1768, 1774, 1776, 1891, 1896, 1900, 1906, 1911, 1913, 1918, 1919, 1920, 1922], "refin": [528, 567, 571, 1792], "regulartyp": 528, "comment": [528, 536, 550, 551, 567, 575, 1870, 1895, 1917, 1922], "k_vector": 528, "matsubara_freq": 528, "multi": [528, 591, 1863, 1915, 1920], "domain_t": [528, 535, 550], "eg": [528, 562, 584, 1702, 1703, 1897, 1901], "realli": [528, 579, 1884], "contigu": 528, "mesh_pt_gener": 528, "copyconstruct": [528, 567], "linear_index": [528, 1090, 1104, 1118], "at_end": 528, "cast_t": 528, "implicit": 528, "cast": [528, 1041, 1636], "wiht": 528, "fourier": [529, 552, 553, 555, 556, 558, 559, 560, 563, 573, 700, 739, 778, 817, 856, 978, 1001, 1018, 1678, 1870, 1887, 1889, 1890, 1891, 1893, 1894, 1900, 1903, 1908, 1909, 1913, 1917, 1918, 1922], "purefunctionondomain": [529, 553], "adj": 530, "reason": [530, 562, 581, 591, 1870, 1887, 1890, 1891, 1894, 1897, 1901, 1904, 1909], "gw": [530, 555, 556, 557, 558, 559, 565, 701, 703, 704, 740, 742, 743, 779, 781, 782, 818, 820, 821, 857, 859, 860, 979, 981, 982, 1019, 1021, 1022, 1897, 1901], "That": [530, 581, 1881, 1895, 1904, 1909], "call_the_fourier_implement": 530, "moreov": [530, 1868], "possess": 530, "iw_mesh": [530, 552, 1876, 1897, 1900, 1901, 1908, 1909], "tau_mesh": [530, 1876, 1897, 1901, 1908, 1909], "om_": [530, 1877], "gw2": 530, "subroutin": 531, "discret": [531, 534, 564, 572, 1225, 1648, 1664, 1768, 1774, 1863, 1897, 1901, 1913, 1917, 1918, 1922], "dft": [531, 1863, 1864], "regularli": 531, "f_0": [531, 584, 1699], "f_k": [531, 584, 1697, 1699], "f_n": 531, "t_": [531, 574, 575, 584, 1699, 1710, 1897, 1901], "n_t": [531, 1180], "t_k": 531, "omega_m": 531, "eq": 531, "tf_r": 531, "recogn": [531, 1678], "inv_dft": 531, "prepar": [531, 569, 578, 581, 1886, 1887, 1890, 1891, 1894, 1900], "f_m": 531, "eq_inv_tf_r": 531, "tau_k": 531, "tau_": [531, 539], "inv_dft_i": 531, "ge": 531, "t_1": 531, "t_2": 531, "simeq": [531, 1916, 1921], "it_2": 531, "badli": 531, "naiv": 531, "substract": 531, "tranform": 531, "2a": [531, 548], "leftrightarrow": 531, "gg": [531, 1913, 1918], "chose": [531, 1895, 1897, 1901, 1902, 1908], "opt": [532, 534, 538, 539, 540, 544, 545, 546, 1827, 1841, 1868, 1899, 1900, 1901], "variable_t": 532, "target_t": 532, "option_t": 532, "unus": 532, "decrib": 532, "block_index": [532, 534, 887, 1713], "singularity_t": [532, 537], "symmetry_t": [532, 536, 537], "stage": [532, 581, 1887, 1891], "destructor": 532, "compound": [532, 554, 562, 583], "reinterpret": 532, "1x1": [532, 545, 1876, 1897, 1901], "contruct": 534, "gf2": 534, "init_list": 534, "strip": 534, "make_block_gf_view_from_vector": 534, "Not": 534, "TO": [534, 539, 540, 592, 1609, 1881, 1905, 1910], "BE": [534, 540, 592, 1609, 1881, 1905, 1910], "bg0": 534, "bg1": 534, "bg11": 534, "bg2": 534, "bg3": 534, "bg4": 534, "test_block_gf": 534, "b4": 534, "freq": [534, 1004, 1005, 1887, 1891, 1900, 1901, 1918], "1025": [534, 1132], "positive_onli": [534, 550, 1891, 1900, 1901, 1918], "clefexpress": [535, 548], "closest": [535, 539, 583, 1068, 1217, 1218], "extrem": [535, 592], "inconveni": 535, "forbid": 535, "asid": 536, "singularity_view_t": 536, "si": 536, "evaluator_t": 536, "No": [538, 555, 556, 557, 558, 559, 675, 714, 753, 792, 831, 1871, 1887, 1891], "immutablematrix": [538, 539, 544, 546], "1d": [538, 539, 544, 546, 571, 572, 657, 661, 671, 711, 750, 789, 828, 867, 989, 1745, 1776], "3d": [538, 539, 544, 546, 555, 556, 557, 558, 559, 571, 711, 750, 789, 828, 867, 989, 1887, 1891, 1900], "todo": 538, "make_shap": [538, 539, 552], "1i": 538, "m_pi": 538, "g3": [538, 539], "226344": 538, "248878": 538, "antiperiod": 539, "OR": 539, "n_time": [539, 546, 1876], "exp": [539, 564, 578, 581, 1225, 1229, 1875, 1896, 1897, 1901, 1913, 1917, 1918, 1922], "0407608": 539, "0407604": 539, "2x2": [540, 544, 546, 564, 1231, 1897, 1901], "wmin": [540, 544], "wmax": [540, 544], "n_freq": [540, 544, 1877], "var_t": 542, "tmin": [542, 543, 546, 1876], "tmax": [542, 543, 546, 1876], "n_re_tim": [542, 543], "n_im_tim": [542, 543], "g_t_tau_": [542, 543], "dedic": 542, "g_slice": 542, "_x1": 543, "_x2": 543, "y2": [543, 1887, 1891], "_xi": 543, "yi": 543, "g_t_tau_m": 543, "g_t_tau_t": 543, "m1": [543, 584, 1699, 1700], "m2": [543, 584, 1699, 1700], "matrix_valued_vers": 543, "gm": [543, 558, 1876], "tensor_valued_vers": 543, "test_product_gf": 543, "gf_const": 545, "concentr": 547, "1a": 548, "1b": 548, "2b": 548, "closest_mesh_pt_t": 548, "3a": 548, "3b": 548, "acquir": [548, 552, 554, 563], "closest_mesh_point_t": 548, "closest_mesh_point": 548, "vehicl": 548, "matsubara_freq_mesh": 550, "pictori": [550, 551], "all_frequ": 550, "positive_frequencies_onli": 550, "matsubara_freq_domain": 550, "iomega_n": [550, 561, 1862, 1883, 1897, 1901, 1903, 1905, 1908, 1909, 1910, 1911, 1913, 1914, 1916, 1918, 1919, 1921], "linear_index_t": 550, "default_interpol_polici": 550, "domain_pt_t": 550, "full_siz": 550, "linear_to_index": 550, "revers": 550, "first_index": 550, "last_index": 550, "first_index_window": 550, "last_index_window": 550, "tau_n": 551, "get_interpolation_data": 551, "redefin": [551, 597], "anti": [551, 584, 1698, 1705, 1899, 1913, 1915, 1918, 1920], "role": [552, 562, 563], "accur": [552, 563, 1887, 1891, 1909, 1917, 1922], "approx": [552, 563, 594, 1887, 1891, 1897, 1901, 1913, 1917, 1918, 1919, 1920, 1922], "a_n": [552, 563], "coefficienct": [552, 563], "twenti": 552, "absolut": [552, 575, 1680, 1887, 1891], "fulfil": 552, "ij": [552, 584, 586, 1699, 1710, 1714, 1716, 1723, 1724, 1897, 1901], "ji": 552, "entail": 552, "prodiv": 552, "max_ord": 552, "nerror": 552, "experienc": [552, 1865], "set_tail_fit_paramet": 552, "tail_fract": [552, 1142], "expansion_ord": [552, 684, 686, 723, 725, 762, 764, 801, 803, 840, 842, 962, 964, 1010, 1012, 1142], "fraction": [552, 1852], "outer": [552, 871], "30": [552, 593, 1142, 1881, 1891, 1901, 1909, 1910], "fit_tail_on_window": 552, "behav": [552, 596, 1866, 1898], "fit_hermitian_tail_on_window": 552, "gflegendr": [553, 554, 560, 565, 1211, 1901], "gfretim": [553, 554, 560, 564, 1213, 1230, 1901], "pickl": [553, 560], "flavour": 554, "inv": [554, 562], "enough": [554, 1887, 1891], "50": [554, 555, 556, 557, 562, 565, 574, 578, 591, 1199, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1906, 1910, 1911, 1913], "imp": [554, 1887, 1891, 1893, 1894, 1897, 1901, 1902, 1903, 1908], "collid": 554, "former": 554, "don": [554, 581, 1905, 1910], "reassign": 554, "certainli": [554, 1895], "lazy_express": 554, "assembl": [554, 1863], "bandwith": [554, 564, 1225], "bandwidth": [554, 928, 941, 943, 1897, 1901], "picklabl": [554, 562], "sent": [554, 562], "disk": [554, 562, 1914, 1915, 1919, 1920], "saw": [554, 1914, 1919], "tell": [554, 579, 581, 591, 1895, 1897, 1901, 1904, 1909], "plotter": 554, "lot": [554, 1900], "target_rank": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831, 886, 953, 1901], "is_real": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831, 953, 1897, 1901], "kwarg": [555, 557, 562, 564, 600, 603, 624, 681, 709, 720, 748, 759, 787, 798, 826, 837, 865, 870, 871, 885, 886, 893, 903, 946, 959, 987, 1066, 1079, 1091, 1105, 1119, 1133, 1149, 1160, 1169, 1181, 1226, 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, 1604, 1613, 1621, 1626, 1686, 1749, 1757, 1846, 1855, 1899, 1900, 1901], "g_out": [555, 556, 558, 559, 700, 739, 778, 817, 856, 978, 1018], "g_in": [555, 556, 558, 559, 700, 739, 778, 817, 856, 978, 1001, 1018], "set_from_legendr": [555, 556], "decompos": [555, 556, 557, 558, 559, 562, 592, 1903, 1914, 1919], "meshgf": [555, 556, 557, 558, 559], "i2": [555, 556, 557, 558, 559], "this_str": [555, 556, 557, 558, 559], "eg1": [555, 558, 562], "eg2": [555, 558, 562], "egblock": [555, 558, 559, 562], "half_bandwidth": [555, 556, 557, 558, 561, 565, 927, 928, 940, 941, 943], "mpl_interfac": [555, 556, 557, 558, 559, 565, 569, 590, 591, 593, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "plt": [555, 557, 569, 574, 593, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "x_window": [555, 590, 591, 711, 750, 789, 828, 867, 989, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215], "ylim": [555, 569, 1886, 1897, 1901, 1903, 1906, 1908, 1909, 1911, 1922], "meshimtim": [556, 564, 714, 1192, 1208, 1210, 1225, 1229, 1897, 1901, 1908, 1909], "tailgf": 556, "enforce_discontinu": [557, 564, 1227], "disc": [557, 564, 682, 721, 760, 799, 838, 960, 1008, 1225, 1229], "discontinu": [557, 564, 682, 721, 760, 799, 838, 960, 1008, 1227], "40": [557, 565, 1887, 1891, 1896, 1910], "matsubaratolegendr": [557, 565], "giw": [558, 704, 743, 782, 821, 860, 982, 1022, 1897, 1900, 1901], "freq_offset": [558, 704, 743, 782, 821, 860, 982, 1022, 1914, 1919], "demonstr": [558, 574], "counterpart": 558, "cmath": 558, "101": [558, 569, 571, 1680, 1863, 1876, 1886, 1887, 1891, 1893], "lorentzian": 558, "glorentz": 558, "z": [558, 561, 578, 581, 584, 587, 680, 719, 758, 797, 836, 927, 940, 958, 1199, 1703, 1706, 1708, 1730, 1733, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1900, 1903, 1904, 1909, 1917, 1922], "semicircl": [558, 941], "gsc": 558, "superposit": 558, "2000": 558, "gr": 558, "995": 558, "1200": 558, "g_pade": 558, "meshretim": [559, 831, 1897, 1901], "1001": [559, 1899, 1908, 1909], "permit": 561, "wilson": 561, "eps_d": [561, 1897, 1901], "cut": [561, 581, 927, 1863, 1915, 1920], "2d": [561, 569, 574, 586, 927, 1219, 1640, 1723, 1724, 1886, 1887, 1891, 1893, 1894, 1897, 1901, 1906, 1911], "chem_potenti": [561, 940, 941], "contrast": 562, "rememb": [562, 1902, 1908, 1909], "sentenc": 562, "imagin": [562, 580, 1897, 1901], "involv": [562, 581, 583, 1863, 1903], "solid": [562, 1903], "t2g": [562, 584, 1702, 1708, 1897, 1901], "t2g1": 562, "t2g2": 562, "t2g3": 562, "t2gblock": 562, "name_list": [562, 886, 1897, 1901], "block_list": [562, 870, 871, 886, 1897, 1901], "make_copi": [562, 871, 886, 1901], "compos": [562, 1891, 1901], "initialis": [562, 873, 890], "do_someth": 562, "interestingli": 562, "appear": [562, 590, 1888, 1892, 1895, 1897, 1901, 1902, 1904, 1908, 1909, 1913, 1914, 1918, 1919], "clariti": [562, 581], "exactli": [562, 600, 602, 623, 1887, 1891, 1899, 1913, 1916, 1918, 1921], "clearli": [562, 575, 581, 1868, 1906, 1911], "__blockindiceslist": 562, "__name": 562, "__note": 562, "ident": [563, 1865, 1924], "caution": [564, 1224, 1864], "iomega": [564, 1224, 1225], "eps0": [564, 1225], "v0": [564, 1225], "tol": [564, 586, 1225, 1726], "maxit": [564, 946, 1225, 1782, 1783], "10000": [564, 581, 593, 1225, 1887, 1891, 1896, 1904, 1905, 1906, 1909, 1910, 1911], "cmplx": [564, 1225], "delta_": [564, 583, 587, 1225, 1229, 1730], "kl": [564, 1225, 1229], "kj": [564, 1225, 1229], "jl": [564, 1225, 1229], "eps_j": [564, 1225, 1229], "basinhop": [564, 1225], "frontend": [564, 1225], "norb": [564, 1225, 1229, 1677, 1919], "choleski": [564, 1225], "decomposit": [564, 1225], "xatol": [564, 1225], "ftol": [564, 1225], "complx": [564, 1225], "v_opt": [564, 1225], "thereof": [564, 1225, 1229, 1852], "eps_opt": [564, 1225], "sort": [564, 1225, 1887, 1891, 1904, 1909], "delta_disc": [564, 1225], "noisi": [564, 946, 1227, 1887, 1891], "low": [564, 1227, 1893, 1897, 1901, 1906, 1909, 1911, 1917, 1922], "treatement": [564, 1228], "block_txtfil": [564, 1231], "desir": [564, 1231, 1897, 1901], "uniform": [564, 596, 1231, 1897, 1901], "up_eg1": [564, 1231], "up_eg1_1": [564, 1231], "up_eg2_1": [564, 1231], "up_eg1_2": [564, 1231], "up_eg2_2": [564, 1231], "legendretomatsubara": 565, "pictur": [566, 1897, 1901, 1914, 1919], "abstarct": 566, "bitset": 566, "dimer": 566, "coulomb": [566, 584, 1696, 1889, 1893, 1903], "repuls": 566, "mu": [566, 570, 571, 572, 659, 663, 666, 941, 1768, 1774, 1883, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1896, 1899, 1900, 1902, 1905, 1906, 1908, 1910, 1911, 1913, 1917, 1918, 1922], "full_hs_operator_t": 566, "spars": [566, 1897, 1901], "prealloc": 566, "inv_subspac": 566, "emplace_back": 566, "spn": 566, "n_down": [566, 1910], "n_up_conn": 566, "n_down_conn": 566, "sub_hs_operator_t": 566, "n_up_hilbert_map": 566, "conn": 566, "n_up_op": 566, "n_down_hilbert_map": 566, "n_down_op": 566, "ket": 566, "equip": 567, "idenifi": 567, "vanis": 567, "bravaislattic": [568, 569, 571, 573, 1078, 1620, 1625, 1636, 1660, 1886, 1900], "atom_orb_po": [568, 1612], "atom_orb_nam": [568, 1612], "lattice_to_real_coordin": [568, 573], "r_t": [568, 573, 1614, 1631, 1651, 1667], "n_orbit": [568, 570, 664, 1656, 1891, 1913, 1918], "orbital_posit": [568, 571, 574, 1641, 1660, 1661], "bravai": [569, 573, 574, 1078, 1612, 1620, 1622, 1625, 1630, 1636, 1649, 1660, 1665, 1886, 1900, 1913, 1918], "bl": [569, 571, 573, 574, 1620, 1625, 1660, 1886, 1900], "nearest": [569, 1199, 1201, 1886, 1900, 1914, 1916, 1917, 1919, 1921, 1922], "neighbour": [569, 571, 578, 1886, 1900, 1914, 1916, 1919, 1921], "00": [569, 571, 1886, 1887, 1891, 1897, 1901, 1903, 1909, 1910, 1918, 1921, 1922], "tp": [569, 571, 574, 1886, 1906, 1911], "displac": [569, 573, 1625, 1628, 1886, 1900], "t11": [569, 1886], "t12": [569, 1886], "t13": [569, 1886], "t21": [569, 1886], "t22": [569, 1886], "t23": [569, 1886], "tnn": [569, 1886], "number_orbit": [569, 1886], "tb": [569, 571, 574, 1610, 1633, 1634, 1660, 1886, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1900], "tightbind": [569, 571, 573, 1633, 1634, 1660, 1886, 1900], "n_kpt": [569, 570, 571, 572, 1673, 1886], "500": [569, 571, 1877, 1886, 1903], "n_ep": [569, 570, 571, 1610, 1673, 1674, 1886], "matplotlib": [569, 574, 589, 1868, 1870, 1871, 1873, 1882, 1884, 1886, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "pylab": [569, 574, 1886], "xlim": [569, 1746, 1886, 1897, 1901, 1903, 1906, 1908, 1909, 1910, 1911, 1922], "energies_on_bz_path": 569, "dos_from_fil": [569, 570], "_k": [570, 574, 656], "epsilon_k": [570, 572, 656, 1774, 1902, 1908], "single_orbit": [570, 664], "ONE": [570, 664], "ith": [570, 664], "dosfromfunct": [570, 571], "x_min": [570, 660, 661, 1745], "x_max": [570, 660, 661, 1745], "hilberttransform": 571, "sigma0": 571, "bigl": [571, 666, 1906, 1911], "hat": [571, 583, 587, 666, 1728, 1729, 1730, 1731, 1732, 1733, 1887, 1891, 1897, 1900, 1901], "varepsilon": [571, 666], "bigr": [571, 666, 1906, 1911], "epsilon_hat": 571, "n_points_integr": 571, "test_converg": 571, "gfbloc": [571, 1646], "array_with_gfbloc_indic": 571, "gbloc": 571, "identity_matrix": 571, "npt": 571, "cv": 571, "sumkdiscretefromlattic": 572, "riemann": [572, 1774, 1776, 1777], "leftarrow": [572, 1768, 1774], "sum_k": [572, 1768, 1774, 1902, 1908, 1916, 1917, 1921, 1922], "eps_k": [572, 1768, 1774, 1900], "bz_point": [572, 1768, 1774], "bz_weight": [572, 1768, 1774, 1891], "mu_pattern": [572, 1768, 1774], "overlap": [572, 573, 1625, 1632, 1768, 1774, 1900], "IF": [572, 1768, 1774], "recomputegrid": [572, 1774], "gauss": [572, 1768, 1774, 1776, 1777], "gfblocindic": 572, "recompute_grid": 572, "chi_0": [572, 1776, 1873, 1915, 1916, 1920, 1921, 1923], "resize_arrai": 572, "nk": [572, 1199, 1772, 1779, 1919], "k_cvt": [573, 1627, 1629, 1645, 1647, 1662, 1663], "momentum": [573, 584, 587, 1065, 1627, 1629, 1645, 1647, 1662, 1663, 1678, 1697, 1699, 1702, 1704, 1706, 1728, 1730, 1897, 1900, 1901, 1906, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "reciproc": [573, 1065, 1624, 1627, 1629, 1645, 1647, 1662, 1663, 1680, 1900, 1913, 1918], "aim": [574, 583, 1864, 1873, 1887, 1891, 1916, 1921], "triplet": 574, "lbrace": [574, 594], "rbrace": [574, 594], "ie": 574, "phi_n": 574, "phi_m": 574, "wannier": [574, 1681], "hopping_dictionari": 574, "pt": [574, 1913, 1918], "epsilon_n": 574, "join": [574, 1917, 1921, 1922], "eigenvector": 574, "success": [574, 1792, 1879, 1887, 1891], "bl_1": 574, "bl_2": 574, "bl_4": 574, "hop_1": 574, "hop_2": 574, "hop_4": 574, "tb_1": 574, "tb_2": 574, "tb_4": 574, "gamma": [574, 1891, 1897, 1901, 1903, 1913, 1914, 1915, 1918, 1919, 1920], "pipi": 574, "pi0": 574, "pihpih": 574, "twopi0": 574, "twopitwopi": 574, "path_1": 574, "path_2": 574, "2at": 574, "ucel": 574, "path_4": 574, "4at": 574, "energies_on_path": 574, "orb": 574, "e_1": 574, "e_2": 574, "e_4": 574, "linewidth": [574, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1901, 1908], "ats": 574, "legend": [574, 591, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1901, 1903, 1909, 1911, 1919, 1920, 1921, 1922], "ax": [574, 1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1908, 1913, 1918], "set_xtick": [574, 1887, 1891, 1893, 1894], "150": [574, 1887, 1890, 1891, 1893, 1894, 1896], "set_xticklabel": [574, 1908], "gamma_1": 574, "m_1": [574, 584, 1700, 1701, 1709], "x_1": 574, "ylabel": [574, 591, 1215, 1896, 1901, 1908, 1909, 1911, 1913, 1918, 1919, 1920], "montecarlo": 575, "dynam": [575, 583, 946, 1866, 1873, 1914, 1919], "mc_sign_typ": 575, "proba": 575, "p_x": 575, "p_": [575, 581, 1906, 1911], "move_sign": 575, "move_r": 575, "new_sign": 575, "old_sign": 575, "focu": [576, 1904, 1905, 1909, 1910], "beta_": [578, 581], "field_": 578, "rng": [578, 580, 581], "delta_energi": 578, "config_": [578, 581], "rng_": 578, "metropli": 578, "compute_m": [578, 581], "sum_z": [578, 581], "sum_m": [578, 581], "greet": [578, 581], "500000": 578, "100000": [578, 1883], "374982": [578, 581], "273894": [578, 581], "isingmc": 578, "clock_callback": [578, 581], "27603": 578, "goal": [579, 592, 1879, 1902, 1904, 1908, 1909], "transit": [579, 581, 1863, 1889, 1893, 1904, 1905, 1906, 1909, 1910, 1911, 1915, 1917, 1920, 1922], "heart": 579, "repeat": [579, 1887, 1890, 1891, 1894, 1917, 1922], "decorrel": [579, 1887, 1891, 1903], "dictonari": 579, "doesn": [579, 581], "wether": [579, 1897, 1901], "clearer": 579, "23432": 580, "stand": [580, 1863], "uniformli": 580, "spinmc": [580, 581], "mymov": 580, "overview": [581, 1863, 1884, 1887, 1891, 1895], "concret": [581, 1897, 1901], "mayb": 581, "simplest": [581, 594, 1896], "ever": [581, 598], "uparrow": [581, 586, 1724, 1903, 1904, 1905, 1906, 1909, 1910, 1911, 1916, 1917, 1921, 1922], "downarrow": [581, 586, 1724, 1903, 1905, 1906, 1910, 1911, 1916, 1917, 1921, 1922], "job": [581, 1887, 1891, 1897, 1901], "everyth": [581, 598, 1878, 1881, 1887, 1891, 1895], "obvious": [581, 1881], "piec": [581, 592, 1895, 1903], "h_": [581, 1716, 1903, 1905, 1906, 1910, 1911], "isol": [581, 1869], "5000000": 581, "600": [581, 597], "149608": 581, "initial_sign": 581, "But": 581, "satisfi": [581, 1869, 1902, 1908, 1913, 1916, 1917, 1918, 1921, 1922], "importantli": 581, "trial": 581, "With": [581, 1872, 1916, 1921], "meant": 581, "launch": 581, "55": [581, 1910], "didn": 581, "manag": [581, 589, 1864, 1865], "cleanli": 581, "safe": 581, "hope": 581, "gave": 581, "idea": [581, 1863, 1884, 1903, 1904, 1909, 1917, 1922], "chapter": 581, "haven": 581, "acc": 581, "speed": [582, 1887, 1889, 1891, 1893, 1894], "quantiti": [582, 594, 1903, 1904, 1909, 1913, 1916, 1918, 1921], "readabl": [583, 1887, 1891], "accompani": 583, "approach": [583, 1888, 1892, 1900, 1906, 1911, 1914, 1915, 1917, 1919, 1920, 1922], "meet": [583, 1863, 1887, 1891], "is_zero": 583, "sake": 583, "many_body_operator_complex": 583, "nontrivi": 583, "obei": [583, 1913, 1916, 1917, 1918, 1921, 1922], "anticommut": 583, "dagger_": [583, 584, 586, 587, 606, 607, 627, 628, 1699, 1710, 1724, 1730, 1733, 1905, 1910], "preregist": 583, "elementari": [583, 594], "instanti": 583, "make_fundamental_operator_set": 583, "make_canon": 583, "is_dag": 583, "functor": 583, "paragraph": 583, "variant_int_str": 583, "canonical_ops_t": 583, "bidirect": 583, "dedocument": 583, "triqsd": 583, "coef": 583, "deseri": 583, "quartic": [583, 585, 1903, 1914, 1919], "__repr__": 583, "__str__": 583, "c_list": 583, "cd_list": 583, "commut": [583, 1899], "radial_integr": [584, 1697, 1699], "u_int": [584, 1697, 1698, 1699, 1704], "spheric": [584, 587, 1699, 1706, 1728, 1729, 1730], "m3": [584, 1699, 1700], "m4": [584, 1699, 1700], "f_2": [584, 1699], "f_4": [584, 1699], "radial": [584, 1697, 1699, 1704], "angular": [584, 1697, 1699, 1700, 1702, 1704, 1706], "racah_wign": [584, 1699], "u_j_to_radial_integr": [584, 1699], "convet": [584, 1699], "ijkl": [584, 586, 1699, 1715, 1725], "u_": [584, 586, 1698, 1699, 1714, 1715, 1723, 1724, 1725, 1903, 1917, 1922], "f0": [584, 1697, 1699, 1704], "f2": [584, 598, 1697, 1699, 1704, 1815], "f4": [584, 1697, 1699, 1704], "preferenti": [584, 1699], "alongsid": [584, 1699, 1865], "hund": [584, 1697, 1698, 1699, 1704], "harmon": [584, 587, 1699, 1702, 1706, 1728, 1729, 1730], "cubic": [584, 587, 1199, 1201, 1204, 1699, 1702, 1706, 1728, 1729, 1730], "b_": [584, 1699, 1710], "sum_j": [584, 1699, 1710], "reduce_4index_to_2index": 584, "u_4index": [584, 1705], "u_matrix_kanamori": 584, "up_int": [584, 1698], "full_uijkl": [584, 1698], "jc_hund": [584, 1698], "uijkl": [584, 1698], "j_c": [584, 1698], "neq": [584, 586, 1698, 1723, 1724, 1905, 1910], "prime": [584, 1698], "rotation": [584, 586, 1698, 1725], "retunr": [584, 1698], "foat": [584, 1698], "t2g_submatrix": 584, "submatrix": [584, 1703, 1708], "manifold": [584, 1703, 1708], "xy": [584, 1703, 1706, 1708, 1754], "yz": [584, 1703, 1706, 1708], "xz": [584, 1703, 1706, 1708], "u_t2g": [584, 1708], "eg_submatrix": 584, "u_eg": [584, 1703], "transform_u_matrix": 584, "cubic_nam": 584, "radial_integrals_to_u_j": 584, "angular_matrix_el": 584, "m_2": [584, 1700, 1701, 1709], "m_3": [584, 1700, 1701, 1709], "m_4": [584, 1700], "ang_mat_el": [584, 1700], "three_j_symbol": 584, "jm1": [584, 1701, 1709], "jm2": [584, 1701, 1709], "jm3": [584, 1701, 1709], "l_1": [584, 1709], "l_2": [584, 1709], "l_3": [584, 1709], "j_1": [584, 1701, 1709], "j_2": [584, 1701, 1709], "j_3": [584, 1701, 1709], "three_j_sym": [584, 1709], "clebsch_gordan": 584, "clebsh": [584, 1701], "gordan": [584, 1701], "cgcoeff": [584, 1701], "subarrai": 584, "idxlist": [584, 1707], "1st": [584, 1707], "extract_": 585, "monimi": 585, "quadrat": [585, 590, 1716], "dict_to_matrix": 585, "cleaner": 585, "shorthand": 585, "extractor": 585, "op_t": 585, "dict2_t": [585, 1713, 1714, 1716], "quadrupl": 585, "dict4_t": [585, 1715], "identifi": [586, 1849, 1887, 1889, 1891, 1893, 1894, 1903, 1910, 1911, 1913, 1917, 1918, 1919, 1920, 1922, 1924], "h_int_slat": 586, "off_diag": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737], "map_operator_structur": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736], "h_dump": [586, 1723, 1724, 1725], "4d": [586, 1725], "ye": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737, 1863], "spin_orbit": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1737], "up_0": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1887, 1890, 1891, 1893, 1894], "down_0": [586, 587, 588, 1723, 1724, 1725, 1728, 1729, 1730, 1731, 1732, 1733, 1736, 1890, 1891, 1893, 1894], "spin_flip": [586, 1724], "pair_hop": [586, 1724], "fip": [586, 1724], "h_int_dens": 586, "diagonal_part": 586, "n_3": [586, 1722], "n_part": [586, 1722], "make_operator_r": 586, "h_real": [586, 1726], "n_op": 587, "s_op": 587, "s_": [587, 1733], "pm": [587, 1733, 1906, 1909, 1911], "s_x": [587, 1729, 1732, 1733], "s_y": [587, 1729, 1732, 1733], "s2_op": 587, "l_op": 587, "l_": [587, 687, 726, 765, 804, 843, 965, 1730], "l_x": [587, 1728, 1729, 1730], "l_y": [587, 1728, 1729, 1730], "2i": [587, 1730], "momenta": [587, 1201, 1728, 1729, 1730, 1914, 1916, 1919, 1921], "odd": [587, 1090, 1104, 1118, 1728, 1729, 1730, 1906, 1911, 1917, 1922], "l2_op": 587, "ls_op": 587, "get_mkind": 588, "mkind": [588, 1736], "operator_structur": [588, 1737], "panel": 589, "300": [590, 1863, 1891, 1893], "x_data_view": 590, "flatten_i": [590, 711, 750, 789, 828, 867, 989], "fitl": 590, "fitq": 590, "one_fermion_level": 590, "fit1": 590, "clip": 590, "reader": 590, "encourag": 590, "leastsq": 590, "x_arrai": [590, 670, 671, 1745], "y_arrai": [590, 670, 671], "fitter": [590, 670, 671], "p0": [590, 670, 671], "p1": [590, 670], "p2": [590, 670], "fitfunc": 590, "toolkit": [591, 1873], "graphic": [591, 1880], "pyplot": [591, 1740, 1887, 1889, 1890, 1891, 1893, 1894, 1896, 1900, 1906, 1911], "subfigur": 591, "subplot": [591, 1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1908, 1911, 1922], "bottom": [591, 1876, 1913, 1918, 1922], "bad": [591, 1903], "_plot_": 591, "curv": [591, 671, 1896, 1897, 1901, 1904, 1909, 1917, 1922], "optionsdict": 591, "optiondict": 591, "consum": 591, "pop": [591, 1890, 1894], "spuriou": 591, "xdata": 591, "ydata": 591, "graph": 591, "xlabel": [591, 1215, 1896, 1901, 1909, 1911, 1913, 1918, 1919, 1920, 1921, 1922], "overrul": 591, "myobject": [591, 1895], "arang": [591, 1896, 1901, 1902, 1905, 1908, 1909, 1910, 1917, 1921, 1922], "ydata1": 591, "ydata2": 591, "entri": [591, 1887, 1891, 1898, 1901], "dict1": 591, "dict2": 591, "scienc": 592, "everyon": 592, "human": 592, "task": [592, 1887, 1891, 1893, 1916, 1921], "admittedli": 592, "bore": 592, "physicist": 592, "fortun": 592, "wiki": 592, "wish": [592, 1871], "tini": 592, "git_hash": [592, 1862], "secur": 592, "show_machine_info": 592, "hostnam": 592, "login": [592, 1864], "code_vers": 592, "myself": [592, 1862], "situat": [592, 1897, 1901], "computation1": 592, "ok": [592, 598, 1881], "getsourc": 592, "randomgener": 593, "237849": 593, "random_generator_names_list": 593, "inverv": 593, "lagged_fibonacci607": 593, "237489": 593, "hist": [593, 1896], "aris": 594, "characterist": [594, 596, 1889, 1893, 1904, 1909], "proce": [594, 1902, 1908], "central": [594, 1887, 1891, 1897, 1901, 1906, 1911], "reliabl": [594, 1891], "difficult": 594, "date": 596, "stringstream": 596, "stack": [596, 1798], "strace": 596, "demangl": 596, "triqs_runtime_error": 596, "highli": [596, 1865], "caught": 596, "runtime_error": 596, "trace": 596, "exceptions_1": 596, "thrown": 596, "seen": [597, 1863, 1903, 1917, 1922], "pyconfig": 597, "1173": 597, "_posix_c_sourc": 597, "200112l": 597, "x86_64": 597, "unknown": 597, "os_defin": 597, "39": [597, 1891, 1893, 1895, 1896, 1899, 1900, 1901, 1903, 1910], "162": 597, "200809l": 597, "_xopen_sourc": 597, "first_includ": 597, "condition": 597, "tuple_tool": 598, "make_tupl": 598, "t0": 598, "necessarli": 598, "res2": 598, "benefit": [598, 1863], "tuple_s": 598, "tie": 598, "54": [598, 1910], "61": [598, 1910], "_called_on_tupl": 598, "_f": 598, "flavor": [600, 602, 623, 1899], "truncat": [600, 602, 623, 1899], "init_value_default": 671, "param_tupl": 671, "tex": 671, "n0": [680, 719, 758, 797, 836, 958], "contraint": [684, 723, 762, 801, 840, 962, 1010], "ac": [687, 726, 765, 804, 843, 965], "r_": [687, 726, 765, 804, 843, 965], "db": [687, 726, 765, 804, 843, 965], "new_n_tau": [697, 736, 775, 814, 853, 975, 1015, 1887, 1891, 1893, 1903], "rebin": [697, 736, 775, 814, 853, 975, 1015, 1887, 1891, 1893, 1903], "sparser": [697, 736, 775, 814, 853, 975, 1015], "insid": [711, 750, 789, 828, 867, 989, 1640, 1864, 1906, 1911], "name_list1": [870, 871], "name_list2": [870, 871], "coincid": 871, "block_index1": 872, "block_index2": 872, "selected_blocks1": [875, 882], "selected_blocks2": [875, 882], "bloc": 887, "selected_block": [892, 905], "no_except": 898, "adjust_temperatur": 898, "deprec": [899, 1848, 1850, 1856, 1857], "dic": [907, 995], "karg": [910, 911, 921, 922], "minu": 941, "alia": 942, "g0_dlr": 946, "g_dlr": [946, 999, 1000, 1002, 1003, 1897, 1901], "sigma_mo": 946, "trust": [946, 1917, 1922], "constr": 946, "disp": 946, "finite_diff_rel_step": 946, "gtol": 946, "5000": [946, 1883, 1887, 1891, 1903, 1905, 1909, 1910], "xtol": [946, 1782, 1917, 1921, 1922], "contrain": 946, "arxiv": [946, 1863, 1916, 1917, 1921, 1922], "2310": [946, 1863], "01266": [946, 1863], "\u03c3": [946, 1893], "\u03c3_dyn": 946, "i\u03bd": 946, "\u03c3_0": 946, "hartre": [946, 1640, 1887, 1890, 1891, 1893, 1894], "\u03c3_1": 946, "altern": [946, 1865, 1880, 1897, 1901, 1916, 1921], "s_iw": 946, "s_iw_dlr": 946, "sigma_hf": 946, "iwn": 946, "g_dlr_iw": 946, "g_full_iw": 946, "provdid": 946, "sigma_dlr": 946, "sigma_0": 946, "g\u2080": 946, "g\u2080\u03c3g": 946, "dct": [948, 949], "mutual": [953, 1901], "exclus": [953, 1901], "hdf_scheme": 994, "lazyexpr": 1034, "eval_term": 1035, "fnode": 1038, "fterm": 1038, "child": 1038, "castabl": [1041, 1636], "data_index": [1048, 1049, 1074, 1086, 1100, 1114, 1128, 1145, 1156, 1167, 1175, 1189], "mlist": [1055, 1056], "compom": 1061, "vector_const_view": 1068, "data_index_t": [1073, 1074, 1085, 1086, 1099, 1100, 1113, 1114, 1127, 1128, 1144, 1145, 1155, 1156, 1166, 1167, 1174, 1175, 1188, 1189], "spacial": 1078, "otain": [1090, 1104, 1118], "cutoff": [1090, 1104, 1118, 1897, 1901], "accuraci": [1090, 1104, 1118, 1887, 1891, 1897, 1901], "choos": [1090, 1104, 1118, 1867, 1872, 1881, 1888, 1892], "evenli": [1148, 1168, 1180, 1901], "edg": [1148, 1168, 1180, 1863, 1901, 1906, 1911], "degre": [1159, 1904, 1906, 1909, 1911], "max_n": 1159, "w_min": [1168, 1901, 1914, 1919], "adjoint": 1192, "zmin": 1199, "zmax": 1199, "opt_dict": [1200, 1203, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215, 1740, 1741, 1742, 1746], "gfbrillouinzon": [1200, 1203], "ltot": 1201, "xmin": [1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215], "xmax": [1207, 1208, 1209, 1210, 1211, 1212, 1213, 1215], "allow_spectral_mod": 1215, "plot_data": [1215, 1754], "orient": [1218, 1895], "polygon": [1608, 1609], "michel": 1609, "n_div": [1610, 1674], "nkpt": 1633, "nep": [1633, 1634], "triangl": [1634, 1674], "ndiv": 1634, "tb_lattic": [1640, 1641, 1642, 1643, 1644, 1646], "super_lattice_unit": [1640, 1641], "cluster_sit": [1640, 1641], "remove_internal_hop": [1640, 1641], "tblattic": [1640, 1676, 1677, 1678, 1913, 1917, 1918, 1922], "supercel": 1643, "d1": 1646, "remove_intern": 1646, "create_zero": 1646, "dictionnari": 1646, "orbital1": 1646, "orbital2": 1646, "n_r": [1649, 1665, 1901], "n_site": 1656, "nsite": 1656, "pack_index_site_orbit": 1658, "ptb": 1676, "tbl": [1676, 1677, 1678], "extend_to_spin": 1677, "add_loc": 1677, "wout": [1677, 1682, 1888, 1892], "seed_hr": 1677, "seednam": [1677, 1887, 1891, 1894], "_hr": [1677, 1681], "digit": [1678, 1924], "decreas": [1678, 1903, 1910, 1917, 1922], "particularli": [1678, 1883, 1902, 1908], "crystal": [1678, 1897, 1901], "hk": [1678, 1905, 1910], "hk_numer": 1678, "sole": 1678, "hopp_dict": [1679, 1681], "num_wann": [1679, 1681, 1887, 1891], "segment": 1680, "num": [1680, 1913, 1918, 1919, 1920], "relative_coordin": 1680, "overal": [1680, 1887, 1891], "kvec": 1680, "dist": [1680, 1878], "travel": 1680, "null": 1688, "ignore_irrelev": [1712, 1714, 1715, 1716], "real_or_complex_arrai": 1713, "n_i": 1714, "n_j": 1714, "irrelev": [1714, 1715, 1716], "u_dict": [1714, 1715], "dagger_i": [1715, 1716], "dagger_j": 1715, "c_l": 1715, "c_k": 1715, "c_j": [1716, 1897, 1901], "h_dict": 1716, "bl_mat": 1717, "fname": [1721, 1734], "opt_list": [1740, 1741, 1742], "sl": 1745, "emul": 1746, "optional_dict": 1754, "width": [1754, 1896, 1897, 1901], "orthogonal_basi": [1768, 1770], "computegrid": 1768, "super_lattic": 1777, "provind": 1777, "x_0": [1782, 1783], "dx": [1782, 1783], "001": [1782, 1894], "x_name": [1782, 1792], "y_name": [1782, 1792], "monoton": 1782, "bisect": [1782, 1792], "06": [264, 1786, 1787, 1788, 1789, 1790, 1815, 1919], "x_init": 1792, "precision_on_i": 1792, "delta_x": 1792, "max_loop": 1792, "lower": [1792, 1897, 1901, 1903], "upper": 1792, "reimplement": [1794, 1798], "the_funct": [1794, 1798], "distributiononnodetest": 1794, "the_stack": [1798, 1800, 1805, 1807], "mpirun": [1817, 1864, 1887, 1890, 1891, 1894], "triqs_force_mpi_init": 1817, "is_mpi": 1817, "intracomm": 1819, "asynchron": 1820, "subprocess": 1820, "ping": 1820, "sleep": 1820, "msec": 1820, "host": [1823, 1837, 1864, 1888, 1892], "val": [1828, 1842], "dest": [1828, 1842], "imin": [1830, 1831], "imax": [1830, 1831], "threadgroup": 1846, "uniqu": 1846, "decim": 1846, "invoc": 1846, "subclass": [1846, 1855, 1900, 1901], "runtimeerror": [1847, 1852, 1858], "identif": [1848, 1853], "nonzero": 1849, "get_id": 1849, "recycl": 1849, "daemon": [1850, 1856], "unhandl": 1852, "is_al": 1852, "ed": [1852, 1890, 1894], "deadlock": 1852, "get_native_id": 1854, "kernel": [1854, 1897, 1901, 1903], "sequenti": 1855, "arrang": 1858, "control": [1858, 1870, 1887, 1891, 1895, 1896], "savetxt": 1862, "textfilenam": 1862, "reshap": [1862, 1900], "mesh_and_data": 1862, "hstack": 1862, "triqs quantum interacting systems toolbox research": 1863, "oolbox": 1863, "esearch": 1863, "nteract": 1863, "uantum": 1863, "ystem": 1863, "paradigm": 1863, "2005": 1863, "polytechniqu": 1863, "peer": 1863, "broader": 1863, "ecosystem": 1863, "flege": 1863, "dmft": [1863, 1864, 1873, 1883, 1888, 1889, 1892, 1893, 1895, 1897, 1901, 1904, 1905, 1909, 1910], "topic": 1863, "divers": 1863, "electron": [1863, 1887, 1888, 1891, 1892, 1893, 1897, 1901], "sr2ruo4": 1863, "120": [1863, 1887, 1891, 1893, 1894], "126401": 1863, "late": 1863, "metal": [1863, 1887, 1889, 1890, 1891, 1893, 1894, 1904, 1906, 1909, 1911], "oxid": 1863, "infinit": [1863, 1902, 1908, 1917, 1922], "nickel": 1863, "versu": [1863, 1904, 1909], "cuprat": [1863, 1906, 1911], "081110": 1863, "ndnio2": 1863, "cacuo2": 1863, "021061": 1863, "footprint": 1863, "fluctuat": [1863, 1916, 1917, 1921, 1922], "multimethod": 1863, "multimesseng": 1863, "011058": 1863, "resist": 1863, "sachdev": 1863, "kitaev": 1863, "syk": 1863, "liquid": [1863, 1891, 1892], "proc": 1863, "natl": 1863, "acad": 1863, "sci": 1863, "usa": 1863, "117": 1863, "18341": 1863, "scholar": 1863, "84": [1863, 1910], "075145": 1863, "105": 1863, "235115": 1863, "2404": 1863, "02334": 1863, "fellow": 1863, "insight": 1863, "summer": 1863, "school": 1863, "annual": 1863, "strongli": [1863, 1864, 1873, 1887, 1891], "jupyt": [1863, 1864, 1871, 1873, 1882, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1923], "session": [1863, 1864, 1866, 1873], "brows": 1863, "snippet": [1863, 1877], "familiar": [1863, 1902, 1908, 1917, 1922], "platform": 1863, "la": [1864, 1887, 1891], "cart": 1864, "privat": 1864, "x86": 1864, "architectur": 1864, "lt": [1864, 1871, 1896, 1901], "jammi": 1864, "sudo": [1864, 1869, 1871], "transport": 1864, "curl": 1864, "lsb": 1864, "triqs3": 1864, "distrib_codenam": 1864, "perman": [1864, 1868], "forg": 1864, "feedstock": 1864, "triqs_cthyb": [1864, 1883, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "triqs_dft_tool": [1864, 1887, 1891], "triqs_tprf": [1864, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "troubl": 1864, "mamba": 1864, "virtual": [1864, 1865, 1868], "administ": 1864, "triqs_latest": 1864, "sif": 1864, "exec": [1864, 1872], "servic": 1864, "close": [1864, 1870, 1877, 1887, 1891, 1904, 1909, 1914, 1919], "hpc": 1864, "bring": [1864, 1895], "eb": 1864, "robot": 1864, "foss": 1864, "2020a": 1864, "toolchain": 1864, "pai": 1864, "attent": [1864, 1887, 1891], "proceed": 1864, "install_prefix": 1864, "pwd": [1864, 1866], "mkdir": [1864, 1869, 1881], "dcmake_install_prefix": [1864, 1867], "ctest": 1864, "bash": 1864, "edit": [1864, 1895, 1904, 1909], "build_x": 1864, "build_x_test": 1864, "temporarili": 1864, "gigabyt": 1864, "ram": 1864, "restrict": 1864, "admin": 1864, "bash_profil": [1864, 1866, 1869], "zprofil": [1864, 1866], "lmod": 1864, "appl": 1865, "anyon": 1865, "superior": 1865, "drop": [1865, 1902, 1908, 1914, 1919], "precompil": 1865, "dowload": 1865, "influenc": 1866, "colon": 1866, "echo": 1866, "home": [1866, 1868, 1869, 1881, 1891], "printenv": 1866, "ld_library_path": 1866, "usernam": 1866, "cflag": 1866, "linker": [1866, 1867], "cpath": 1866, "isystem": 1866, "spawn": 1866, "intend": 1866, "install_path": 1867, "dcmake_build_typ": 1867, "dcmake_cxx_flag": 1867, "dcmake_exe_linker_flag": 1867, "dbuild_test": 1867, "upon": [1868, 1870], "macport": 1868, "fink": 1868, "enthought": 1868, "nor": 1868, "far": [1868, 1914, 1917, 1919, 1922], "qualiti": [1868, 1903], "sometim": 1868, "librairi": 1868, "dai": 1868, "suddenli": 1868, "priori": [1868, 1897, 1901], "impact": 1868, "robust": 1868, "mess": 1868, "mojav": 1868, "xcode": 1868, "sdk": 1868, "sdkroot": 1868, "xcrun": 1868, "doctor": 1868, "zshrc": 1868, "outdat": 1869, "verison": 1869, "although": 1869, "my_python": 1869, "confirm": 1869, "path_to_your_hom": 1869, "package_nam": 1869, "freeli": 1870, "iso": 1870, "committe": 1870, "philsophi": 1870, "evolut": 1870, "rapidli": 1870, "evolv": 1870, "99": [1870, 1910], "gfortran": 1871, "libopenbla": 1871, "libboost": 1871, "libfftw3": 1871, "libgmp": 1871, "libopenmpi": 1871, "fatal": 1871, "h5public": 1871, "dumpmachin": 1871, "suggest": [1872, 1914, 1919], "py3": 1872, "2to3": 1872, "backup": 1872, "2to3_nb": 1872, "ipynb": 1872, "dive": 1872, "round": 1872, "divison": 1872, "__floordiv__": 1872, "slash": 1872, "hard": [1872, 1887, 1891], "net": 1872, "editor": [1872, 1904, 1909], "bufdo": 1872, "nn1": 1872, "gc": 1872, "declin": 1872, "xa": 1872, "appnam": 1872, "module_name_desc": 1872, "outlin": [1872, 1897, 1901], "dpython_execut": 1872, "path_to_python3": 1872, "demo": 1873, "understand": [1873, 1887, 1891, 1904, 1909, 1910, 1914, 1919], "behind": [1873, 1896, 1903], "ingredi": [1873, 1906, 1911], "tackl": 1873, "condens": 1873, "theori": [1873, 1897, 1901], "realiz": 1873, "difficulti": 1873, "aspect": [1873, 1887, 1891, 1895, 1900, 1921, 1923], "remind": [1873, 1878, 1885, 1914, 1919], "anderson": [1873, 1885], "valenc": [1873, 1885], "bond": [1873, 1885, 1887, 1891], "nest": [1873, 1917, 1922, 1923], "suscept": [1873, 1913, 1915, 1916, 1917, 1918, 1920, 1921, 1922, 1923], "rpa": [1873, 1913, 1918, 1923], "tpsc": [1873, 1913, 1915, 1918, 1920, 1923], "antiferromagnet": [1873, 1915, 1920, 1923], "resourc": [1873, 1887, 1891, 1895], "ctqmc": [1873, 1899, 1909], "store_a": 1874, "tql": 1874, "initial_x": 1875, "initial_i": 1875, "stai": [1875, 1895], "d2": 1875, "const_view": 1876, "shortest": 1876, "inu_": 1876, "t_mesh": 1876, "nxm": 1876, "Or": 1876, "t1_": 1876, "t2_": 1876, "36": [1876, 1901, 1910], "hfile": 1877, "my_gf": 1877, "hfile2": 1877, "48796": 1877, "0766486": 1877, "src_dir": 1878, "foobar": 1878, "toto_a1": 1878, "module_a1_desc": 1878, "module_a1": 1878, "totoa1": 1878, "module_b1": 1878, "application_b": 1878, "build_dir": 1878, "install_dir": 1878, "module_path_list": 1878, "automodul": 1878, "blue": [1878, 1887, 1891, 1896, 1903], "prompt": 1878, "my_funct": 1878, "module_a1_wrap": 1878, "yet": [1878, 1887, 1891], "to_be_instal": 1878, "perftool": 1880, "libgoogl": 1880, "pprof": 1880, "lprofil": 1880, "simple_test": 1880, "cpuprofil": 1880, "profile_test": 1880, "prof": 1880, "recompil": [1880, 1881, 1895], "preload": 1880, "libprofil": 1880, "yep": 1880, "easy_instal": 1880, "my_test": 1880, "myep": 1880, "successfulli": 1881, "plan": 1881, "said": [1881, 1913, 1918], "cmake_minimum_requir": 1881, "myproj": 1881, "cmake_build_typ": 1881, "predefin": [1881, 1887, 1891, 1897, 1901], "add_execut": 1881, "target_link_librari": 1881, "triqs_set_rpath_for_target": 1881, "dtriqs_path": 1881, "teach": [1882, 1885, 1923], "strictli": 1883, "technic": 1883, "semi": 1883, "circular": 1883, "g_0": [1883, 1897, 1900, 1901, 1902, 1903, 1908, 1913, 1914, 1918, 1919], "plain": 1883, "vanilla": 1883, "n_loop": [1883, 1902, 1904, 1905, 1906, 1908, 1909, 1910, 1911], "niter": [1883, 1905, 1909, 1910], "paramagnet": [1883, 1887, 1891], "h_int": [1883, 1903, 1905, 1906, 1909, 1910, 1911], "single_site_beth": 1883, "friendli": 1884, "enhanc": [1884, 1914, 1915, 1919, 1920], "browser": 1884, "inlin": [1884, 1887, 1889, 1890, 1891, 1893, 1894, 1897, 1898, 1899, 1900, 1901, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "think": [1884, 1887, 1891, 1897, 1901, 1904, 1909, 1913, 1915, 1918, 1920], "spend": 1884, "familiaris": 1884, "yourself": 1884, "carpentri": 1884, "video": 1884, "slide": 1884, "lectur": [1884, 1916, 1921], "capabl": 1884, "modeldmft": 1885, "implemet": 1886, "set_printopt": [1887, 1889, 1890, 1891, 1893, 1894], "140": [1887, 1889, 1890, 1891, 1893, 1894], "plot_correlated_band": [1887, 1889, 1890, 1891, 1893, 1894], "pcb": [1887, 1889, 1890, 1891, 1893, 1894], "maxent_sigma": [1887, 1889, 1890, 1891, 1893, 1894], "sigma_max": [1887, 1889, 1890, 1891, 1893, 1894], "la2cuo4": [1887, 1889, 1891, 1893, 1894], "tc": [1887, 1891], "superconductor": [1887, 1891, 1906, 1911], "cu": [1887, 1888, 1891, 1892], "ion": [1887, 1891], "materi": [1887, 1888, 1891, 1892, 1893, 1902, 1908], "suit": [1887, 1891], "straightforward": [1887, 1891], "theoret": [1887, 1891], "werner": [1887, 1891], "91": [1887, 1889, 1891, 1893], "125142": [1887, 1889, 1891, 1893], "workflow": [1887, 1891], "spirit": [1887, 1891], "graybox": [1887, 1891], "deepen": [1887, 1891], "_autosummari": [1887, 1891], "read_config": [1887, 1891], "1088": [1887, 1891], "1361": [1887, 1891], "648x": [1887, 1891], "ac5d1c": [1887, 1891], "recap": [1887, 1891], "scf": [1887, 1891], "d_": [1887, 1891, 1903], "lco": [1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894], "nscf": [1887, 1891], "w90": [1887, 1889, 1890, 1891, 1893, 1894], "mlwf": [1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894], "bandstructur": [1887, 1891], "bnd": [1887, 1891], "disentangl": [1887, 1891], "win": [1887, 1891, 1917, 1922], "num_band": [1887, 1891], "mp_grid": [1887, 1891], "exclude_band": [1887, 1891], "31": [1887, 1891, 1894, 1901, 1910], "34": [1887, 1891, 1893, 1894, 1901, 1910, 1913], "dis_win_min": [1887, 1891], "dis_win_max": [1887, 1891], "dis_froz_min": [1887, 1891], "dis_froz_max": [1887, 1891], "wf": [1887, 1891], "cuo": [1887, 1891], "_4": [1887, 1891], "charact": [1887, 1891], "loc": [1887, 1890, 1891, 1893, 1894, 1897, 1901, 1903, 1906, 1911, 1922], "7367": [1887, 1889, 1890, 1891, 1893, 1894], "dos_data": [1887, 1891], "elem": [1887, 1891], "char_tabl": [1887, 1891], "pdos_tot": [1887, 1891], "tot": [1887, 1891], "loadtxt": [1887, 1891, 1896], "el": [1887, 1891], "n_atom": [1887, 1891], "n_char": [1887, 1891], "pdos_atm": [1887, 1891], "_wfc": [1887, 1891], "w90_do": [1887, 1891], "dpi": [1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1903, 1904, 1905, 1908, 1909, 1910], "figsiz": [1887, 1890, 1891, 1893, 1894, 1897, 1901, 1906, 1908, 1911, 1922], "fill_between": [1887, 1891, 1911], "zorder": [1887, 1891, 1913, 1918], "grai": [1887, 1891], "lw": [1887, 1891, 1896, 1901, 1911, 1913, 1918, 1920, 1921], "dz2": [1887, 1891], "dxz": [1887, 1891], "dyz": [1887, 1891], "dx2": [1887, 1891], "dxy": [1887, 1891], "cu_dx2y2": [1887, 1891], "cu_dz2": [1887, 1891], "2p": [1887, 1891], "set_xlim": [1887, 1890, 1891, 1893, 1894, 1897, 1901], "set_ylim": [1887, 1890, 1891, 1893, 1894], "set_ylabel": [1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901, 1913, 1918], "set_xlabel": [1887, 1890, 1891, 1893, 1894, 1896, 1897, 1900, 1901], "ev": [1887, 1889, 1890, 1891, 1893, 1894], "dominantli": [1887, 1891], "compromis": [1887, 1891], "carefulli": [1887, 1891], "leverag": [1887, 1891], "w90_dict": [1887, 1889, 1890, 1891, 1893, 1894], "w90_path": [1887, 1889, 1890, 1891, 1893, 1894], "w90_seed": [1887, 1889, 1890, 1891, 1893, 1894], "mu_tb": [1887, 1889, 1890, 1891, 1893, 1894], "plot_dict": [1887, 1889, 1890, 1891, 1893, 1894], "colorscheme_band": [1887, 1889, 1890, 1891, 1893, 1894], "coolwarm": [1887, 1891, 1900], "tb_dict": [1887, 1889, 1890, 1891, 1893, 1894], "bands_path": [1887, 1889, 1890, 1891, 1893, 1894], "get_dmft_band": [1887, 1890, 1891, 1893, 1894], "tb_band": [1887, 1890, 1891, 1893, 1894], "alatt_k_w_path": [1887, 1890, 1891, 1893, 1894], "freq_dict": [1887, 1890, 1891, 1893, 1894], "band_data": [1887, 1891], "lco_band": [1887, 1891], "k_mesh": [1887, 1891, 1893, 1894, 1900], "c0": [1887, 1890, 1891, 1893, 1894, 1903], "plot_band": [1887, 1890, 1891, 1893, 1894], "alatt": [1887, 1890, 1891, 1893, 1894], "wannier90convert": [1887, 1891], "inp": [1887, 1891], "irep": [1887, 1891], "lco_wanni": [1887, 1889, 1890, 1891, 1893, 1894], "hdf_filenam": [1887, 1891], "convert_dft_input": [1887, 1891], "cwd": [1887, 1891], "cp": [1887, 1891], "languang": [1887, 1891], "immens": [1887, 1891], "transfer": [1887, 1891, 1914, 1919], "h5py": [1887, 1891], "dft_input": [1887, 1891], "wannier90cconvert": [1887, 1891], "h5structur": [1887, 1891], "expand": [1887, 1888, 1891, 1892, 1903, 1917, 1922], "1160": [1887, 1891], "k_b": [1887, 1891], "ultim": [1887, 1891], "n_cycles_tot": [1887, 1891], "2e": [265, 1887, 1891], "walker": [1887, 1891], "workload": [1887, 1891], "dmft_config": [1887, 1889, 1891, 1893], "ini": [1887, 1889, 1890, 1891, 1893, 1894], "cat": [1887, 1890, 1891, 1893, 1894], "solver_typ": [1887, 1890, 1891, 1894], "n_iter_dmft": [1887, 1891, 1894], "jobnam": [1887, 1889, 1891, 1893, 1894], "dc_type": [1887, 1891, 1894], "b10": [1887, 1889, 1890, 1891, 1893, 1894], "u3": [1887, 1889, 1890, 1891, 1893, 1894, 1910], "observables_imp0": [1887, 1891, 1893], "metric": [1887, 1890, 1891, 1893, 1894], "dmft_result": [1887, 1890, 1891, 1893, 1894], "conv_ob": [1887, 1890, 1891, 1893, 1894], "convergence_ob": [1887, 1890, 1891, 1893, 1894], "sigma_imp_iw": [1887, 1891, 1893], "last_it": [1887, 1890, 1891, 1893, 1894], "sigma_freq_0": [1887, 1891, 1893, 1894], "g_imp_iw": [1887, 1890, 1891, 1893, 1894], "gimp_freq_0": [1887, 1890, 1891, 1893, 1894], "g_imp_tau": [1887, 1890, 1891, 1893, 1894], "gimp_time_0": [1887, 1890, 1891, 1893, 1894], "chemical_potential_post": [1887, 1890, 1891, 1893, 1894], "dc": [1887, 1890, 1891, 1893, 1894], "dc_pot": [1887, 1890, 1891, 1893, 1894], "gaug": [1887, 1891], "quasiparticl": [1887, 1888, 1891, 1892, 1893, 1904, 1906, 1909, 1911], "weiss": [1887, 1891, 1893, 1894, 1902, 1906, 1908, 1911], "condid": [1887, 1891], "nrow": [1887, 1891, 1893, 1894], "sharex": [1887, 1890, 1891, 1893, 1894], "imp_occ": [1887, 1891, 1893, 1894], "c1": [1887, 1891, 1893, 1894, 1903], "98": [1887, 1891, 1893, 1894, 1910], "aw0": [1887, 1891, 1893, 1894], "imp_gb2": [1887, 1891, 1893, 1894], "c2": [1887, 1891, 1893, 1894], "orb_z": [1887, 1891, 1893, 1894], "c3": [1887, 1891, 1893, 1894], "qp": [1887, 1891, 1893, 1894], "semilogi": [1887, 1891, 1893, 1894, 1897, 1901], "d_g0": [1887, 1891, 1893, 1894], "c4": [1887, 1891, 1893, 1894], "dg": [1887, 1891, 1893, 1894], "_0": [1887, 1891, 1893, 1894, 1902, 1906, 1908, 1911], "gimp": [1887, 1891, 1893, 1894], "gloc": [1887, 1891, 1893, 1894], "d_gimp": [1887, 1891, 1893, 1894], "c5": [1887, 1891, 1893, 1894], "seem": [1887, 1891, 1917, 1922], "room": [1887, 1891], "diverg": [1887, 1891, 1893, 1897, 1901, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1922], "mott": [1887, 1891, 1893, 1904, 1905, 1909, 1910], "insul": [1887, 1889, 1890, 1891, 1893, 1894, 1904, 1906, 1909, 1911], "slope": [1887, 1891], "strength": [1887, 1889, 1891, 1893, 1903], "toward": [1887, 1891, 1915, 1920], "strong": [1887, 1891, 1893], "convergen": [1887, 1891], "smoothli": [1887, 1891], "append": [1887, 1891, 1893, 1895, 1898, 1901, 1909], "hd": [1887, 1891], "notic": [1887, 1889, 1891, 1893], "rerun": [1887, 1891], "fine": [1887, 1891, 1914, 1919], "rebinning_tau": [1887, 1891, 1893, 1903], "xx": [1887, 1891], "maxent": [1887, 1889, 1891, 1893, 1909], "stochast": [1887, 1891, 1903], "delic": [1887, 1891, 1897, 1901, 1904, 1909], "great": [1887, 1891], "sound": [1887, 1891], "overinterpret": [1887, 1891], "sigma_real_freq": [1887, 1890, 1891, 1893, 1894], "external_path": [1887, 1891, 1893], "omega_max": [1887, 1891, 1893], "maxent_error": [1887, 1891, 1893], "03": [1887, 1891, 1893, 1896, 1903, 1910, 1913, 1918], "n_points_max": [1887, 1891, 1893], "continuator_typ": [1887, 1891, 1893], "inversion_sigmainf": [1887, 1891, 1893], "offset": [1887, 1890, 1891, 1893, 1894], "photoemiss": [1887, 1891], "with_sigma": [1887, 1890, 1891, 1893, 1894], "calc": [1887, 1891, 1893], "keywarg": [1887, 1890, 1891, 1893, 1894], "sigma_dict": [1887, 1890, 1891, 1893, 1894], "w_mesh": [1887, 1890, 1891, 1893, 1894, 1897, 1898, 1901], "501": [1887, 1890, 1891, 1893, 1894], "dmft_path": [1887, 1890, 1891, 1893, 1894], "grei": [1887, 1889, 1890, 1891, 1893, 1894], "colorscheme_alatt": [1887, 1889, 1890, 1891, 1893, 1894], "spectral_r": [1887, 1889, 1890, 1891, 1893, 1894], "colorscheme_kslic": [1887, 1889, 1890, 1891, 1893, 1894], "black": [1887, 1891, 1893], "intens": [1887, 1891, 1893], "bright": [1887, 1891], "sattelit": [1887, 1891, 1893], "homogen": [1887, 1891], "k_dim": [1887, 1891, 1893, 1894], "e_k": [1887, 1891, 1893, 1894, 1913, 1914, 1917, 1918, 1919, 1922], "mesh_k_w": [1887, 1891, 1893], "g_k_w": [1887, 1891, 1893], "g_loc_w": [1887, 1890, 1891, 1893, 1894], "went": [1887, 1891], "roughli": [1887, 1891], "maxent_gf_imp": [1887, 1891], "gf_imp_max": [1887, 1891], "sum_spin": [1887, 1891], "a_imp_w": [1887, 1891, 1893], "aimp_w_line_fit": [1887, 1891, 1893], "total_0": [1887, 1891, 1893], "plane": [1887, 1891], "tb_kslice": [1887, 1891], "isupp": [1887, 1891], "kslice_upd": [1887, 1891], "kz": [1887, 1891, 1913, 1918], "1e6": [1887, 1891], "fermi_slic": [1887, 1891], "plot_kslic": [1887, 1891], "quarter": [1887, 1891, 1905, 1910], "appropri": [1887, 1888, 1891, 1892, 1893], "sigma_fermise": [1887, 1888, 1891, 1892], "self_energi": [1887, 1891], "dmft_mu": [1887, 1891], "orbital_ord": [1887, 1891], "webapp": [1888, 1892], "lco_hr": [1888, 1891, 1892], "simga_fermise": [1888, 1892], "lab": [1888, 1892], "enter": [1888, 1892, 1895, 1916, 1917, 1921, 1922], "recomput": [1888, 1892, 1917, 1922], "kpoint": [1888, 1892], "upload": [1888, 1892], "wrong": [1888, 1892, 1909, 1917, 1922], "reload": [1888, 1892], "solid_dmft": [1888, 1889, 1890, 1892, 1893, 1894], "incoher": [1888, 1892, 1893, 1894], "fermi": [1888, 1889, 1890, 1892, 1893, 1894, 1906, 1911, 1914, 1917, 1919, 1922], "surfac": [1888, 1892, 1914, 1917, 1919, 1922], "tab": [1888, 1892, 1895], "08": [1889, 1891, 1893, 1894, 1903, 1906, 1910, 1911, 1913, 1918, 1919, 1920, 1922], "223892": [1889, 1893], "gap": [1889, 1893, 1904, 1909], "prb": [1889, 1893], "37": [1889, 1893, 1901, 1910, 1911], "7506": [1889, 1893], "1988": [1889, 1893], "artifici": [1889, 1893, 1904, 1909], "simplic": [1889, 1893], "rout": [1889, 1893], "mit": [1889, 1893], "regim": [1889, 1892, 1893, 1917, 1922], "tip": [1889, 1890, 1893, 1894, 1903, 1904, 1909], "converg": [1889, 1890, 1893, 1894, 1902, 1904, 1906, 1908, 1909, 1911, 1917, 1922], "load_sigma": [1889, 1893], "path_to_sigma": [1889, 1893], "whatev": [1889, 1893], "translat": [1889, 1893], "afterward": [1889, 1896], "abil": [1890, 1894], "seamlessli": [1890, 1894], "lighter": [1890, 1894], "neglect": [1890, 1894, 1913, 1918], "dmft_config_hubbardi": [1890, 1894], "sigma_real_freq_hi": [1890, 1894], "sigma_refreq_0": [1890, 1894], "g_atomic_w": [1890, 1894], "gimp_refreq_0": [1890, 1894], "mu_hi": [1890, 1894], "dc_hi": [1890, 1894], "lehman": [1890, 1894, 1897, 1901], "fragment": [1890, 1894], "sigma_real_freq_cthyb": [1890, 1894], "sigma_maxent_0": [1890, 1894], "xxxx": 1890, "sigma_real_freq_cthyb_in": [1890, 1894], "mu_dmft": [1890, 1894], "spectra": [1890, 1894], "deliv": [1890, 1894], "4j": [1890, 1894, 1895], "g_loc_w_cthyb": [1890, 1894], "ce2o3_csc_w90": [1890, 1894], "19": [264, 265, 1891, 1901, 1903, 1910], "07": [1891, 1911, 1913, 1918], "53": [1891, 1910, 1917, 1922], "835903": 1891, "antibod": 1891, "8956": [1891, 1893, 1894], "mnt": 1891, "ahampel": 1891, "abinitiodmft": 1891, "inequival": 1891, "3may2022": 1891, "397": 1891, "00000": 1891, "corr": 1891, "838": 1891, "000j": 1891, "charge_below": 1891, "corr_shel": 1891, "corr_to_inequiv": 1891, "density_requir": 1891, "dft_code": 1891, "dim_rep": 1891, "energy_unit": 1891, "inequiv_to_corr": 1891, "k_dep_project": 1891, "kpt_weight": 1891, "kpt": 1891, "n_corr_shel": 1891, "n_inequiv_shel": 1891, "n_rep": 1891, "n_shell": 1891, "proj_mat": 1891, "rot_mat": 1891, "rot_mat_time_inv": 1891, "symm_op": 1891, "use_rot": 1891, "251": [1891, 1894], "5001": [1891, 1894, 1897, 1901], "prec_mu": [1891, 1894], "0001": [1891, 1894], "mu_initial_guess": [1891, 1894], "h_int_typ": [1891, 1894], "dc_dmft": [1891, 1894], "h5_save_freq": [1891, 1894], "store_solv": 1891, "imag_threshold": 1891, "measure_density_matrix": [1891, 1894, 1904, 1909], "perform_tail_fit": 1891, "fit_max_mo": 1891, "fit_min_w": 1891, "fit_max_w": 1891, "occ": [1891, 1893], "79717": [1891, 1893], "32562": [1891, 1893], "99991": [1891, 1893], "14981": 1891, "98807": 1891, "86777": 1891, "12728": 1891, "99207": 1891, "89134": 1891, "11719": 1891, "99775": 1891, "89788": 1891, "11063": 1891, "99678": 1891, "90672": 1891, "10749": 1891, "99894": 1891, "90939": 1891, "10648": 1891, "99783": 1891, "91505": 1891, "10431": 1891, "99636": 1891, "92424": 1891, "10370": 1891, "00087": 1891, "92160": 1891, "10397": 1891, "00069": 1891, "dmft_input": 1891, "dft_misc_input": 1891, "sigma_freq_0_up_0": 1891, "502": 1891, "sigma_freq_0_down_0": 1891, "g_imp_rebin": [1891, 1893, 1903], "\u03c9": [1891, 1893, 1894], "0454": 1891, "5425": 1891, "5920": 1891, "0752": 1891, "2550": 1891, "epsilon_": [1891, 1903, 1911], "\u03bc": [1891, 1893, 1894], "9199": 1891, "23": [1891, 1901, 1910], "27": [1891, 1901, 1910], "29": [1891, 1901, 1910, 1918, 1919, 1920, 1922], "0911": 1891, "u5": [1893, 1894, 1910], "09197": 1893, "98699": 1893, "88153": 1893, "04956": 1893, "99814": 1893, "89133": 1893, "02594": 1893, "99703": 1893, "90468": 1893, "01621": 1893, "99913": 1893, "90872": 1893, "00930": 1893, "99939": 1893, "91156": 1893, "00421": 1893, "00005": 1893, "00202": 1893, "99979": 1893, "91255": 1893, "00367": 1893, "99936": 1893, "91577": 1893, "00284": 1893, "91871": 1893, "00353": 1893, "99932": 1893, "02": [1893, 1894, 1897, 1900, 1901, 1910], "_n": 1893, "coher": 1893, "jump": [1893, 1897, 1901], "induc": 1893, "freez": 1893, "motion": 1893, "excit": [1893, 1894, 1917, 1922], "42": [1893, 1910], "1552": 1893, "6919": 1893, "92": [1893, 1900, 1910], "3515": 1893, "0624": [1893, 1910], "125": 1893, "2610": 1893, "9218": 1893, "disappear": 1893, "aimp_w_0_met": 1893, "aimp_maxent_0": 1893, "optic": 1893, "853128": 1894, "dc_energ": 1894, "delta_time_0": 1894, "g0_refreq_0": 1894, "g0_freq_0": 1894, "chemical_potential_pr": 1894, "dens_mat_post": 1894, "dens_mat_pr": 1894, "full_dens_mat_0": 1894, "h_loc_diag_0": 1894, "ins": [1894, 1910], "pole": 1894, "awai": [1894, 1902, 1908], "7853": 1894, "multiplet": [1894, 1904, 1909, 1910], "peak": [1894, 1897, 1901, 1914, 1915, 1919, 1920], "adequ": 1894, "heavi": 1894, "Being": 1895, "thorough": 1895, "swcarpentri": 1895, "novic": 1895, "gapmind": 1895, "inflamm": 1895, "my_script": 1895, "mathematica": 1895, "hello": 1895, "exercis": [1895, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "quickest": 1895, "explanatori": 1895, "2j": [1895, 1905, 1910], "3095238095238093": 1895, "0j": [1895, 1900], "12j": 1895, "elif": 1895, "fnct": 1895, "3f": [1895, 1897, 1901], "000": 1895, "l3": 1895, "what_is_x": 1895, "change_x": 1895, "press": 1895, "5x": 1896, "mpl": [1896, 1897, 1901, 1903, 1904, 1905, 1908, 1909, 1910], "rcparam": [1896, 1897, 1901, 1903, 1904, 1905, 1908, 1909, 1910], "xr": 1896, "yr1": 1896, "yr2": 1896, "red": [1896, 1903, 1920], "xb": 1896, "0x10d970050": 1896, "yr": 1896, "titl": [1896, 1911, 1919, 1920, 1922], "randn": 1896, "facecolor": 1896, "028": 1896, "0025": 1896, "smart": 1896, "45": [1896, 1910, 1921, 1922], "025": 1896, "fontsiz": [1896, 1911, 1913, 1918], "160": 1896, "matlab": 1896, "curtain": 1896, "add_ax": [1896, 1908], "set_titl": [1896, 1900], "inset": 1896, "tanh": [1896, 1914, 1919], "subax": 1896, "85": [1896, 1906, 1910, 1911], "sinu": 1896, "0x10dd56810": 1896, "211": 1896, "212": 1896, "121": 1896, "122": 1896, "line2d": 1896, "0x10db27a90": 1896, "cal": [1897, 1901, 1902, 1905, 1906, 1908, 1910, 1911], "mathbb": [1897, 1901], "times2": [1897, 1901], "grand": [1897, 1901], "ensembl": [1897, 1901], "exponenti": [1897, 1901, 1917, 1922], "realist": [1897, 1901], "c_i": [1897, 1901], "conserv": [1897, 1901, 1916, 1921], "2g": [1897, 1901], "e_g": [1897, 1901], "talk": [1897, 1901], "v_1": [1897, 1901], "epsilon_2": [1897, 1901], "v_2": [1897, 1901], "g_eg": [1897, 1901], "g_t2g": [1897, 1901], "eps_t2g": [1897, 1901], "t_2g": [1897, 1901], "epsilon_d": [1897, 1901, 1903], "textbf": [1897, 1901], "worri": [1897, 1901], "giw_2": [1897, 1901], "thousand": [1897, 1901], "problemat": [1897, 1901], "kay": [1897, 1901], "prb105": [1897, 1901], "2022": [1897, 1901], "omega_l": [1897, 1901], "widehat": [1897, 1901], "_l": [1897, 1901], "dimensionless": [1897, 1901], "character": [1897, 1901, 1904, 1909], "assumpt": [1897, 1901], "1500": [1897, 1901], "dlr_iw_mesh": [1897, 1901], "giw_dlr": [1897, 1901], "43": [1897, 1901, 1910], "giw_from_dlr": [1897, 1901], "arbirarili": [1897, 1901], "dens": [1897, 1901], "gtau_dlr": [1897, 1901], "ill": [1897, 1901], "nois": [1897, 1901, 1903, 1904, 1909], "coars": [1897, 1901], "worsen": [1897, 1901], "did": [1897, 1901, 1904, 1909], "verifi": [1897, 1901], "perturb": [1897, 1901], "light": 1898, "recoveri": 1898, "recov": 1898, "my_arch": 1898, "overwrit": 1898, "inspir": 1899, "gs_energi": 1899, "2t": [1900, 1906, 1911, 1913, 1914, 1918, 1919], "k_x": [1900, 1911, 1913, 1914, 1918, 1919], "k_y": [1900, 1911, 1913, 1914, 1918, 1919], "_x": [1900, 1919], "_y": 1900, "r3": 1900, "128": [1900, 1913, 1917, 1918, 1922], "k_iw_mesh": 1900, "recal": [1900, 1906, 1911], "timeit": 1900, "faster": 1900, "iw_arr": 1900, "k_arr": 1900, "np_ep": 1900, "eps_arr": 1900, "repons": 1900, "omega_2": 1900, "g_eval": 1900, "g_exact": 1900, "k_0": 1900, "k0": 1900, "linearli": 1900, "9996637574643963": 1900, "cpython": [1900, 1901], "311": [1900, 1901], "darwin": [1900, 1901], "gtb": 1900, "k_grid": 1900, "110": [1900, 1913, 1918], "surf": 1900, "plot_surfac": 1900, "cmap": [1900, 1911, 1913, 1918, 1919], "colorbar": [1900, 1911, 1913, 1918, 1919, 1920], "shrink": 1900, "addmethod": 1901, "119": 1901, "146": 1901, "178": 1901, "217": 1901, "265": 1901, "324": 1901, "396": 1901, "483": 1901, "590": 1901, "721": 1901, "26894142138025784": 1901, "816357384858482e": 1901, "15j": 1901, "6001": 1901, "31556737050747535": 1901, "638049093627782e": 1901, "17j": 1901, "83481049534862e": 1901, "9381548639656863j": 1901, "33": [1901, 1910], "35": [1901, 1908, 1910, 1921, 1922], "eps_r": 1901, "05": [265, 1901, 1913, 1918], "0x11273a790": 1901, "sigma_check": 1901, "_check": 1901, "38": [1901, 1910], "g0_tau": [1901, 1908, 1909], "sigma_tau": [1901, 1908, 1909], "g0_w": 1901, "ipt": [1902, 1903, 1904, 1908, 1909], "cheap": [1902, 1908], "iptsolv": [1902, 1908, 1909], "sigma_": [1902, 1904, 1906, 1908, 1909, 1911], "scan": [1902, 1908, 1916, 1921], "hybridis": 1903, "darkgreen": 1903, "nu": [1903, 1916, 1917, 1921, 1922], "diagrammat": 1903, "contrari": [1903, 1917, 1922], "busi": 1903, "circl": 1903, "50000": 1903, "49": [1903, 1910], "483848": 1903, "warm": [1903, 1910], "4999": [1903, 1910], "9760": 1903, "49999": 1903, "00566571": 1903, "000908685": 1903, "000881916": 1903, "0114234": 1903, "0188797": 1903, "0512121": 1903, "delta_up": [1903, 1910], "0513189": 1903, "delta_down": [1903, 1910], "0511046": 1903, "0509981": 1903, "0513082": 1903, "0506868": 1903, "00488083": 1903, "delta_up_up": [1903, 1910], "00562934": 1903, "delta_up_down": [1903, 1910], "0033534": 1903, "delta_down_up": [1903, 1910], "00373554": 1903, "delta_down_down": [1903, 1910], "00676994": 1903, "00496258": 1903, "00575551": 1903, "0038171": 1903, "00347195": 1903, "00682145": 1903, "689225": 1903, "0479879": 1903, "507693": 1903, "716": 1903, "86": [1903, 1910], "6392": 1903, "disconnect": 1903, "markov": 1903, "onlin": 1903, "benefici": 1903, "unrol": 1903, "randomli": 1903, "proport": [1903, 1909, 1917, 1922], "oscil": 1903, "elabor": [1904, 1909], "run_dmft": [1904, 1909], "favourit": [1904, 1909], "vi": [1904, 1909], "gedit": [1904, 1909], "polar": [1904, 1909], "criteria": [1904, 1909], "extrapol": [1904, 1909], "gradual": [1904, 1909], "use_norm_as_weight": [1904, 1909], "multiplet_tool": [1904, 1909], "multiplet_analysi": [1904, 1909], "panda": [1904, 1909], "frame": [1904, 1909], "3j": [1905, 1910], "mu_": [1905, 1910], "81": [1905, 1910], "6899": [1905, 1910], "1099": [1905, 1910], "02548": [1905, 1910], "02709": [1905, 1910], "1606": [1905, 1910], "one_band": [1905, 1909, 1910], "makedir": [1905, 1910], "2f": [1905, 1908, 1909, 1910, 1920, 1922], "stuck": [1905, 1910], "sneak": [1905, 1910], "peek": [1905, 1910], "two_band": [1905, 1910], "vari": [1905, 1909, 1910, 1916, 1921], "u_c": [1905, 1910, 1915, 1917, 1920, 1922], "dca": [1906, 1911], "80": [1906, 1910, 1911, 1922], "064501": [1906, 1911], "europhi": [1906, 1911], "57009": [1906, 1911], "82": [1906, 1910, 1911], "054502": [1906, 1911], "2010": [1906, 1911], "155101": [1906, 1911], "freedom": [1906, 1911], "nodal": [1906, 1911], "antinod": [1906, 1911], "region": [1906, 1911, 1913, 1918], "dope": [1906, 1911], "appar": [1906, 1911], "arc": [1906, 1911], "varepsilon_": [1906, 1911], "4t": [1906, 1911], "hole": [1906, 1911, 1915, 1920], "subdivid": [1906, 1911], "area": [1906, 1911], "complementari": [1906, 1911], "kinet": [1906, 1911], "linspac": [1906, 1911, 1913, 1918, 1919, 1920], "meshgrid": [1906, 1911, 1913, 1918, 1919, 1920], "contourplot": [1906, 1911], "6155": [1906, 1911], "mask": [1906, 1911], "in_central_patch": [1906, 1911], "kx": [1906, 1911, 1913, 1918, 1919, 1920], "ky": [1906, 1911, 1913, 1918, 1919, 1920], "cn": [1906, 1911], "cn_dag": [1906, 1911], "nn": [1906, 1911], "h_loc": [1906, 1911], "rho_": [1906, 1911], "measure_g_l": [1906, 1911], "unfortun": [1906, 1911], "vbdmft": [1906, 1911], "subfold": [1906, 1911], "pseudogap": [1906, 1911], "qualit": [1906, 1911], "rough": [1906, 1911, 1914, 1917, 1919, 1922], "doping_": [1906, 1911], "10001": [1908, 1909], "pn": 1908, "set_yticklabel": 1908, "antoin": 1908, "georg": 1908, "a1": 1909, "u2": [1909, 1910], "a2": 1909, "u6": [1909, 1910], "di": 1909, "sim": [1909, 1917, 1922], "omega_0": [1909, 1913, 1914, 1918, 1919], "u_list": 1909, "z_list": 1909, "u_list2": 1909, "z_list2": 1909, "u4": [1909, 1910], "g_real": 1909, "regardless": 1909, "knob": 1909, "solver_u_met": 1909, "solver_u_in": 1909, "occupi": [1909, 1916, 1921], "res_met": 1909, "h_loc_diag": 1909, "h_loc_diagon": 1909, "res_in": 1909, "41": [1910, 1917, 1921, 1922], "2083": 1910, "2046": 1910, "9999": 1910, "00121841": 1910, "000180423": 1910, "000183033": 1910, "0022792": 1910, "00386106": 1910, "134194": 1910, "135137": 1910, "133256": 1910, "134078": 1910, "134495": 1910, "13366": 1910, "0237206": 1910, "0263818": 1910, "0215067": 1910, "0192815": 1910, "Ins": 1910, "568460": 1910, "ert": 1910, "0276912": 1910, "0240728": 1910, "027297": 1910, "0201105": 1910, "0206622": 1910, "0282551": 1910, "83864": 1910, "240672": 1910, "491363": 1910, "1807": 1910, "07816": 1910, "2096": 1910, "2041": 1910, "00122602": 1910, "000181799": 1910, "000187614": 1910, "00154239": 1910, "00313782": 1910, "137529": 1910, "138608": 1910, "136454": 1910, "135646": 1910, "137095": 1910, "134192": 1910, "0248063": 1910, "029023": 1910, "0202982": 1910, "0212102": 1910, "0286456": 1910, "0258106": 1910, "0300133": 1910, "0207927": 1910, "0216027": 1910, "0308751": 1910, "82967": 1910, "242133": 1910, "496411": 1910, "0726": 1910, "95457": 1910, "2012": 1910, "1999": 1910, "00126701": 1910, "000178569": 1910, "000182007": 1910, "00399153": 1910, "00561911": 1910, "136691": 1910, "136118": 1910, "137262": 1910, "135948": 1910, "135115": 1910, "136781": 1910, "024431": 1910, "0279642": 1910, "0212578": 1910, "021372": 1910, "0270992": 1910, "0251374": 1910, "0298838": 1910, "0205143": 1910, "0209849": 1910, "0291752": 1910, "832854": 1910, "247163": 1910, "502235": 1910, "1617": 1910, "88829": 1910, "2072": 1910, "00126531": 1910, "00018556": 1910, "000181974": 1910, "00307852": 1910, "00471137": 1910, "137877": 1910, "13878": 1910, "136976": 1910, "136859": 1910, "137844": 1910, "135872": 1910, "0240401": 1910, "0279466": 1910, "0193165": 1910, "0205293": 1910, "rt": 1910, "0283427": 1910, "0247222": 1910, "0272073": 1910, "0219802": 1910, "0218302": 1910, "0278651": 1910, "830322": 1910, "246525": 1910, "498298": 1910, "1484": 1910, "59076": 1910, "2026": 1910, "2064": 1910, "00124302": 1910, "000183717": 1910, "000188498": 1910, "00344506": 1910, "0050603": 1910, "136129": 1910, "135304": 1910, "136951": 1910, "137127": 1910, "1367": 1910, "137554": 1910, "024601": 1910, "0281926": 1910, "0207839": 1910, "0216895": 1910, "027688": 1910, "0242563": 1910, "0271906": 1910, "0216098": 1910, "0202847": 1910, "0279555": 1910, "830414": 1910, "242121": 1910, "490822": 1910, "1626": 1910, "51126": 1910, "10found": 1910, "2094": 1910, "00124401": 1910, "000175229": 1910, "000179357": 1910, "00229849": 1910, "00389709": 1910, "136631": 1910, "137952": 1910, "135314": 1910, "138106": 1910, "13836": 1910, "137851": 1910, "0257115": 1910, "029352": 1910, "0212757": 1910, "0216313": 1910, "030564": 1910, "0249482": 1910, "0290644": 1910, "0214022": 1910, "0207806": 1910, "0285886": 1910, "830217": 1910, "237919": 1910, "48821": 1910, "1595": 1910, "00369": 1910, "2071": 1910, "2093": 1910, "00121949": 1910, "000174776": 1910, "000177332": 1910, "00220899": 1910, "00378058": 1910, "138683": 1910, "138785": 1910, "138581": 1910, "135491": 1910, "134835": 1910, "136151": 1910, "0238837": 1910, "0282195": 1910, "0187678": 1910, "0213364": 1910, "0271656": 1910, "0256944": 1910, "0296998": 1910, "0223175": 1910, "0230494": 1910, "0277512": 1910, "826742": 1910, "240293": 1910, "484146": 1910, "0322": 1910, "10339": 1910, "2055": 1910, "2008": 1910, "00122868": 1910, "000178445": 1910, "000179449": 1910, "00223444": 1910, "00382102": 1910, "138506": 1910, "139623": 1910, "137394": 1910, "138454": 1910, "136949": 1910, "139969": 1910, "0253769": 1910, "0293179": 1910, "0211004": 1910, "0205091": 1910, "sert": 1910, "0305689": 1910, "0253767": 1910, "0309133": 1910, "0217365": 1910, "0212245": 1910, "0276795": 1910, "827338": 1910, "241515": 1910, "487717": 1910, "0508": 1910, "62123": 1910, "2074": 1910, "2058": 1910, "00120751": 1910, "000174187": 1910, "000178604": 1910, "00142541": 1910, "00298571": 1910, "137111": 1910, "138103": 1910, "136124": 1910, "136868": 1910, "136946": 1910, "136791": 1910, "0244609": 1910, "0282271": 1910, "0201996": 1910, "0211721": 1910, "0281887": 1910, "0246914": 1910, "0285174": 1910, "0222497": 1910, "0207763": 1910, "0272237": 1910, "831942": 1910, "239978": 1910, "48282": 1910, "1865": 1910, "6264": 1910, "2077": 1910, "00127013": 1910, "000206261": 1910, "000180197": 1910, "00201599": 1910, "00367258": 1910, "136865": 1910, "136144": 1910, "137585": 1910, "136487": 1910, "136087": 1910, "136888": 1910, "0247125": 1910, "0291157": 1910, "0200999": 1910, "0207065": 1910, "0288711": 1910, "0250504": 1910, "0279124": 1910, "0211228": 1910, "0220934": 1910, "0291107": 1910, "830829": 1910, "24054": 1910, "4861": 1910, "1232": 1910, "62633": 1910, "2284": 1910, "2255": 1910, "00123761": 1910, "000177008": 1910, "000180409": 1910, "00124214": 1910, "00283716": 1910, "125473": 1910, "125155": 1910, "12579": 1910, "125671": 1910, "125471": 1910, "125871": 1910, "0246864": 1910, "0268028": 1910, "0216412": 1910, "0227946": 1910, "0274721": 1910, "0247316": 1910, "0269343": 1910, "0224071": 1910, "0220799": 1910, "0275138": 1910, "698464": 1910, "218575": 1910, "443867": 1910, "6646": 1910, "28392": 1910, "46": 1910, "2314": 1910, "2312": 1910, "00120478": 1910, "000177364": 1910, "000178484": 1910, "00126514": 1910, "00282577": 1910, "130538": 1910, "131357": 1910, "129719": 1910, "130263": 1910, "131032": 1910, "129493": 1910, "0270564": 1910, "0299128": 1910, "0238143": 1910, "0254887": 1910, "0289647": 1910, "0271909": 1910, "0297328": 1910, "0259022": 1910, "0248111": 1910, "028303": 1910, "678488": 1910, "215686": 1910, "437622": 1910, "3414": 1910, "59554": 1910, "2256": 1910, "00120432": 1910, "000177742": 1910, "000178896": 1910, "00268057": 1910, "00424153": 1910, "127771": 1910, "128914": 1910, "12663": 1910, "128221": 1910, "129491": 1910, "12695": 1910, "0256648": 1910, "0283026": 1910, "0233949": 1910, "0232993": 1910, "0276514": 1910, "0258822": 1910, "0277958": 1910, "0234759": 1910, "0250552": 1910, "0272286": 1910, "684272": 1910, "217683": 1910, "44214": 1910, "4618": 1910, "75014": 1910, "2304": 1910, "2294": 1910, "00122231": 1910, "000187478": 1910, "000183211": 1910, "00135477": 1910, "00294777": 1910, "131699": 1910, "130628": 1910, "13277": 1910, "130431": 1910, "129478": 1910, "131386": 1910, "0271569": 1910, "0258805": 1910, "024888": 1910, "0296566": 1910, "0275519": 1910, "0287468": 1910, "0255961": 1910, "0253231": 1910, "0305499": 1910, "672073": 1910, "215632": 1910, "436025": 1910, "2379": 1910, "34046": 1910, "2308": 1910, "2293": 1910, "00123141": 1910, "000177542": 1910, "000178821": 1910, "00140636": 1910, "00299413": 1910, "131567": 1910, "133715": 1910, "129426": 1910, "130663": 1910, "13311": 1910, "128214": 1910, "0276007": 1910, "0306565": 1910, "0254948": 1910, "025725": 1910, "0285063": 1910, "0284674": 1910, "0316303": 1910, "0252882": 1910, "0267753": 1910, "0301962": 1910, "677651": 1910, "216824": 1910, "439615": 1910, "2701": 1910, "43454": 1910, "2299": 1910, "2264": 1910, "00118916": 1910, "000176917": 1910, "000176414": 1910, "00128476": 1910, "00282725": 1910, "127818": 1910, "127863": 1910, "127773": 1910, "128597": 1910, "128824": 1910, "12837": 1910, "0270821": 1910, "0302706": 1910, "0244285": 1910, "0250341": 1910, "0285486": 1910, "0268681": 1910, "029369": 1910, "0251997": 1910, "0249889": 1910, "0279296": 1910, "680676": 1910, "218647": 1910, "440596": 1910, "4495": 1910, "93486": 1910, "2273": 1910, "2245": 1910, "00127285": 1910, "000182139": 1910, "000183024": 1910, "00171741": 1910, "00335542": 1910, "128634": 1910, "128384": 1910, "128883": 1910, "129022": 1910, "12886": 1910, "129184": 1910, "0264743": 1910, "0287922": 1910, "0235365": 1910, "0237667": 1910, "0297869": 1910, "026674": 1910, "0276172": 1910, "0253356": 1910, "0249358": 1910, "0288193": 1910, "681544": 1910, "218576": 1910, "440496": 1910, "4043": 1910, "96938": 1910, "2292": 1910, "2296": 1910, "00121937": 1910, "000173054": 1910, "000177333": 1910, "00127057": 1910, "00284032": 1910, "132223": 1910, "132401": 1910, "132044": 1910, "129861": 1910, "12952": 1910, "130201": 1910, "0269862": 1910, "0305089": 1910, "0243726": 1910, "0237724": 1910, "0292517": 1910, "0282147": 1910, "0309872": 1910, "0276375": 1910, "0263264": 1910, "0279213": 1910, "677678": 1910, "216506": 1910, "437101": 1910, "242": 1910, "74536": 1910, "2325": 1910, "00127472": 1910, "000172614": 1910, "000177763": 1910, "00117997": 1910, "00280507": 1910, "130937": 1910, "132246": 1910, "12963": 1910, "131236": 1910, "132046": 1910, "130424": 1910, "0276569": 1910, "0298347": 1910, "0258974": 1910, "0245561": 1910, "0303272": 1910, "0277909": 1910, "0306308": 1910, "0249253": 1910, "0255935": 1910, "0300287": 1910, "675164": 1910, "215985": 1910, "432564": 1910, "2563": 1910, "01083": 1910, "2300": 1910, "2318": 1910, "00120759": 1910, "000175362": 1910, "000180967": 1910, "00117891": 1910, "00274283": 1910, "131003": 1910, "131509": 1910, "1305": 1910, "130783": 1910, "130729": 1910, "130837": 1910, "0263867": 1910, "0290737": 1910, "0231511": 1910, "0250389": 1910, "0282522": 1910, "0267621": 1910, "0297348": 1910, "0242209": 1910, "0247709": 1910, "0283461": 1910, "67701": 1910, "215519": 1910, "43658": 1910, "3268": 1910, "794236": 1910, "2498": 1910, "2484": 1910, "00119638": 1910, "000171907": 1910, "000178944": 1910, "00109991": 1910, "00264714": 1910, "112247": 1910, "113798": 1910, "110696": 1910, "111523": 1910, "11241": 1910, "110636": 1910, "0226176": 1910, "0237627": 1910, "0205814": 1910, "0218449": 1910, "0242896": 1910, "0232029": 1910, "0245147": 1910, "022101": 1910, "0226071": 1910, "0235938": 1910, "568929": 1910, "199267": 1910, "399275": 1910, "0545": 1910, "35299": 1910, "2696": 1910, "2670": 1910, "00120833": 1910, "000195012": 1910, "000184797": 1910, "00111078": 1910, "00269892": 1910, "119575": 1910, "118774": 1910, "120375": 1910, "118525": 1910, "117625": 1910, "119424": 1910, "0260688": 1910, "0249124": 1910, "0259468": 1910, "028224": 1910, "0251899": 1910, "0267536": 1910, "026036": 1910, "0281528": 1910, "0270466": 1910, "0257593": 1910, "509178": 1910, "185284": 1910, "376047": 1910, "1244": 1910, "95588": 1910, "2684": 1910, "2678": 1910, "00121023": 1910, "000178375": 1910, "000180273": 1910, "00104384": 1910, "00261271": 1910, "116787": 1910, "116187": 1910, "117384": 1910, "116633": 1910, "116475": 1910, "11679": 1910, "0259455": 1910, "026201": 1910, "0258814": 1910, "0264806": 1910, "0252178": 1910, "0264393": 1910, "0269715": 1910, "0248916": 1910, "026979": 1910, "0269331": 1910, "520079": 1910, "18574": 1910, "377745": 1910, "61951": 1910, "2683": 1910, "2661": 1910, "00118682": 1910, "000179021": 1910, "000177377": 1910, "000954406": 1910, "00249762": 1910, "119259": 1910, "118998": 1910, "11952": 1910, "11786": 1910, "11722": 1910, "118509": 1910, "0262007": 1910, "0247214": 1910, "0280183": 1910, "0277204": 1910, "0243335": 1910, "0270037": 1910, "0264473": 1910, "0269378": 1910, "0272082": 1910, "027421": 1910, "514142": 1910, "185126": 1910, "375112": 1910, "1344": 1910, "42356": 1910, "2687": 1910, "2634": 1910, "00118086": 1910, "000177055": 1910, "000180533": 1910, "00158726": 1910, "00312571": 1910, "12076": 1910, "121218": 1910, "120303": 1910, "121201": 1910, "121831": 1910, "120573": 1910, "0267368": 1910, "026411": 1910, "0274809": 1910, "0270616": 1910, "0260013": 1910, "0265407": 1910, "025342": 1910, "0281685": 1910, "0271009": 1910, "0255323": 1910, "515457": 1910, "18502": 1910, "378509": 1910, "1383": 1910, "12987": 1910, "52": 1910, "2643": 1910, "2664": 1910, "0012663": 1910, "000184783": 1910, "000189254": 1910, "00362876": 1910, "0052691": 1910, "117368": 1910, "117308": 1910, "117427": 1910, "117241": 1910, "116591": 1910, "117894": 1910, "0261457": 1910, "0261487": 1910, "0253525": 1910, "0266688": 1910, "0264136": 1910, "0265045": 1910, "0252665": 1910, "0275678": 1910, "0282901": 1910, "512693": 1910, "187877": 1910, "38964": 1910, "1385": 1910, "93431": 1910, "2704": 1910, "2590": 1910, "00119782": 1910, "000175158": 1910, "000179523": 1910, "00180878": 1910, "00336127": 1910, "117365": 1910, "117624": 1910, "117106": 1910, "117283": 1910, "118533": 1910, "116037": 1910, "026697": 1910, "0264597": 1910, "0273612": 1910, "0266847": 1910, "0262799": 1910, "0270184": 1910, "0264397": 1910, "0271184": 1910, "0268783": 1910, "0276341": 1910, "514539": 1910, "185398": 1910, "379588": 1910, "1263": 1910, "74038": 1910, "2685": 1910, "2596": 1910, "00116657": 1910, "000178551": 1910, "000180033": 1910, "00131102": 1910, "00283617": 1910, "116924": 1910, "117617": 1910, "116232": 1910, "118121": 1910, "119441": 1910, "116798": 1910, "0269091": 1910, "0271326": 1910, "025719": 1910, "029214": 1910, "0255767": 1910, "0263473": 1910, "0264778": 1910, "0261575": 1910, "0262325": 1910, "0265242": 1910, "520462": 1910, "185252": 1910, "383034": 1910, "2418": 1910, "82905": 1910, "51": [1910, 1916, 1921], "2560": 1910, "2609": 1910, "00121845": 1910, "000179815": 1910, "000202924": 1910, "0021689": 1910, "00377008": 1910, "119297": 1910, "120148": 1910, "118445": 1910, "118649": 1910, "119257": 1910, "11804": 1910, "0254296": 1910, "0260036": 1910, "0235786": 1910, "0265909": 1910, "0255261": 1910, "0261909": 1910, "0270227": 1910, "0257851": 1910, "0259396": 1910, "0260241": 1910, "522949": 1910, "190266": 1910, "388758": 1910, "3131": 1910, "33377": 1910, "2549": 1910, "2363": 1910, "00129221": 1910, "000192149": 1910, "000188825": 1910, "00803591": 1910, "0097091": 1910, "119166": 1910, "117673": 1910, "120666": 1910, "119688": 1910, "11855": 1910, "120824": 1910, "0250876": 1910, "025384": 1910, "024949": 1910, "0252735": 1910, "0247464": 1910, "0252292": 1910, "0248425": 1910, "0247179": 1910, "0271435": 1910, "0242195": 1910, "507301": 1910, "195011": 1910, "40592": 1910, "1319": 1910, "78747": 1910, "2734": 1910, "2815": 1910, "00119336": 1910, "00017397": 1910, "000173595": 1910, "00108587": 1910, "00262679": 1910, "10269": 1910, "100883": 1910, "104505": 1910, "102024": 1910, "101145": 1910, "102906": 1910, "0199348": 1910, "0203415": 1910, "0208978": 1910, "020635": 1910, "0178728": 1910, "0204535": 1910, "0205254": 1910, "0194903": 1910, "022088": 1910, "0197157": 1910, "460326": 1910, "180869": 1910, "359313": 1910, "2466": 1910, "60183": 1910, "66": 1910, "3327": 1910, "3220": 1910, "00117142": 1910, "000177189": 1910, "000180591": 1910, "00234315": 1910, "00387235": 1910, "110834": 1910, "111457": 1910, "110211": 1910, "110152": 1910, "110913": 1910, "109392": 1910, "0245707": 1910, "0213173": 1910, "0271374": 1910, "0288638": 1910, "0209527": 1910, "0252332": 1910, "0219842": 1910, "027412": 1910, "02984": 1910, "021649": 1910, "347207": 1910, "15062": 1910, "312381": 1910, "5515": 1910, "66685": 1910, "68": 1910, "3418": 1910, "3354": 1910, "00119055": 1910, "000173035": 1910, "000182784": 1910, "00180668": 1910, "00335305": 1910, "109566": 1910, "110312": 1910, "108824": 1910, "109807": 1910, "109229": 1910, "110382": 1910, "0245849": 1910, "0203437": 1910, "0290226": 1910, "0286879": 1910, "0202673": 1910, "0245634": 1910, "0216013": 1910, "0291177": 1910, "0286001": 1910, "0188474": 1910, "32021": 1910, "145208": 1910, "299348": 1910, "2622": 1910, "56478": 1910, "67": [1910, 1921], "3379": 1910, "3452": 1910, "0011805": 1910, "000181326": 1910, "000179286": 1910, "0028098": 1910, "00435092": 1910, "10985": 1910, "110689": 1910, "109008": 1910, "108916": 1910, "110303": 1910, "107539": 1910, "0246851": 1910, "0198646": 1910, "0291511": 1910, "0290647": 1910, "0206731": 1910, "0254268": 1910, "0218722": 1910, "0289571": 1910, "0286299": 1910, "0222124": 1910, "311403": 1910, "147042": 1910, "294083": 1910, "1267": 1910, "44771": 1910, "3416": 1910, "3399": 1910, "00117656": 1910, "00018061": 1910, "000181128": 1910, "00213807": 1910, "00367637": 1910, "108138": 1910, "108557": 1910, "107721": 1910, "107349": 1910, "10754": 1910, "107159": 1910, "0241131": 1910, "0196703": 1910, "0286151": 1910, "0286033": 1910, "0195795": 1910, "0246752": 1910, "0211784": 1910, "0280695": 1910, "0287669": 1910, "0205929": 1910, "304464": 1910, "147427": 1910, "29027": 1910, "0936": 1910, "29194": 1910, "3511": 1910, "3491": 1910, "00114259": 1910, "000175433": 1910, "000179077": 1910, "00242444": 1910, "00392154": 1910, "10962": 1910, "109395": 1910, "109845": 1910, "109451": 1910, "109748": 1910, "109154": 1910, "0249161": 1910, "0216244": 1910, "0291868": 1910, "0285771": 1910, "0203135": 1910, "0252576": 1910, "0204928": 1910, "0309103": 1910, "0297791": 1910, "0197803": 1910, "302655": 1910, "142606": 1910, "287607": 1910, "059": 1910, "68458": 1910, "69": 1910, "3489": 1910, "3391": 1910, "00117954": 1910, "00018076": 1910, "000176842": 1910, "00274281": 1910, "00427996": 1910, "109167": 1910, "108878": 1910, "109457": 1910, "108529": 1910, "108384": 1910, "108673": 1910, "0251343": 1910, "0216667": 1910, "0298085": 1910, "0295327": 1910, "0194249": 1910, "0255293": 1910, "0224029": 1910, "0305386": 1910, "0293344": 1910, "0197125": 1910, "300808": 1910, "144613": 1910, "288052": 1910, "9724": 1910, "14536": 1910, "71": 1910, "3551": 1910, "3575": 1910, "0011946": 1910, "000173127": 1910, "000178696": 1910, "000725342": 1910, "00227176": 1910, "10916": 1910, "109252": 1910, "109067": 1910, "110798": 1910, "111607": 1910, "109984": 1910, "0252051": 1910, "0218661": 1910, "0287308": 1910, "0302921": 1910, "0199362": 1910, "0245902": 1910, "0197972": 1910, "0288953": 1910, "0308568": 1910, "0187846": 1910, "298548": 1910, "140103": 1910, "282513": 1910, "9563": 1910, "49552": 1910, "3442": 1910, "3488": 1910, "00116768": 1910, "000183687": 1910, "000177624": 1910, "00147453": 1910, "00300352": 1910, "107424": 1910, "105809": 1910, "109051": 1910, "108968": 1910, "108578": 1910, "109357": 1910, "024976": 1910, "0210199": 1910, "0283776": 1910, "0301075": 1910, "0203983": 1910, "0244054": 1910, "0201315": 1910, "0293393": 1910, "0275322": 1910, "0205381": 1910, "295469": 1910, "14504": 1910, "283466": 1910, "9659": 1910, "57761": 1910, "3593": 1910, "3578": 1910, "00119755": 1910, "000171298": 1910, "000178299": 1910, "000705123": 1910, "00225227": 1910, "109572": 1910, "109969": 1910, "109176": 1910, "108779": 1910, "110629": 1910, "106946": 1910, "025333": 1910, "0219449": 1910, "0308511": 1910, "0284571": 1910, "020084": 1910, "0258108": 1910, "0222851": 1910, "0286898": 1910, "0299628": 1910, "0222489": 1910, "300119": 1910, "139701": 1910, "28036": 1910, "9498": 1910, "22266": 1910, "62": 1910, "3104": 1910, "44": 1910, "3133": 1910, "00121134": 1910, "000183093": 1910, "00017673": 1910, "000906627": 1910, "0024778": 1910, "0934283": 1910, "0932668": 1910, "0935907": 1910, "0930836": 1910, "092358": 1910, "0938117": 1910, "0172868": 1910, "0159668": 1910, "0180807": 1910, "0190679": 1910, "mov": 1910, "10e": 1910, "0160378": 1910, "0178545": 1910, "0169909": 1910, "0189613": 1910, "0198869": 1910, "0155637": 1910, "158822": 1910, "319168": 1910, "5225": 1910, "04599": 1910, "83": 1910, "4197": 1910, "4072": 1910, "001176": 1910, "000176303": 1910, "000176643": 1910, "00180564": 1910, "00333458": 1910, "0993743": 1910, "0997124": 1910, "0990345": 1910, "100148": 1910, "101078": 1910, "0992169": 1910, "0218489": 1910, "0174252": 1910, "0266929": 1910, "0274607": 1910, "0158329": 1910, "0214816": 1910, "0163185": 1910, "0269219": 1910, "0273557": 1910, "0153002": 1910, "220527": 1910, "119323": 1910, "244041": 1910, "2385": 1910, "45713": 1910, "4643": 1910, "4501": 1910, "00117401": 1910, "000176022": 1910, "000174079": 1910, "000579364": 1910, "00210348": 1910, "0982657": 1910, "0973164": 1910, "0992208": 1910, "0987098": 1910, "0983834": 1910, "0990353": 1910, "0202451": 1910, "015387": 1910, "0256575": 1910, "0253815": 1910, "delta_dow": 1910, "0146119": 1910, "0200653": 1910, "0153902": 1910, "0249793": 1910, "025014": 1910, "0147525": 1910, "17415": 1910, "107687": 1910, "217982": 1910, "62833": 1910, "4923": 1910, "48": 1910, "4800": 1910, "00119368": 1910, "000175437": 1910, "00017678": 1910, "000532081": 1910, "00207798": 1910, "0947289": 1910, "0935515": 1910, "0959141": 1910, "096231": 1910, "0961732": 1910, "0962883": 1910, "017825": 1910, "0147368": 1910, "0225432": 1910, "0209947": 1910, "012999": 1910, "0170501": 1910, "0140059": 1910, "0210924": 1910, "0203299": 1910, "0127166": 1910, "15403": 1910, "101398": 1910, "205843": 1910, "9996": 1910, "4483": 1910, "78104": 1910, "5020": 1910, "00114739": 1910, "00017381": 1910, "000178013": 1910, "000545071": 1910, "00204428": 1910, "0927996": 1910, "0912686": 1910, "0943404": 1910, "0945209": 1910, "0935476": 1910, "0954924": 1910, "0165653": 1910, "0146711": 1910, "0186621": 1910, "0196094": 1910, "0133023": 1910, "0159569": 1910, "0145658": 1910, "0187106": 1910, "0171739": 1910, "0133664": 1910, "141392": 1910, "0971904": 1910, "198948": 1910, "9986": 1910, "3498": 1910, "59359": 1910, "5111": 1910, "00118152": 1910, "000174143": 1910, "000175604": 1910, "00170096": 1910, "00323222": 1910, "0928359": 1910, "0932811": 1910, "0923878": 1910, "0926255": 1910, "0928757": 1910, "092377": 1910, "0146763": 1910, "012186": 1910, "0176325": 1910, "016766": 1910, "0121195": 1910, "0149209": 1910, "0131733": 1910, "017507": 1910, "017798": 1910, "0111765": 1910, "132209": 1910, "0976131": 1910, "194463": 1910, "9962": 1910, "2003": [1910, 1917, 1922], "38459": 1910, "5262": 1910, "00116593": 1910, "000180144": 1910, "000180288": 1910, "00058201": 1910, "00210837": 1910, "0928416": 1910, "0906576": 1910, "0950149": 1910, "0920252": 1910, "0907245": 1910, "0933179": 1910, "013903": 1910, "0125541": 1910, "0153914": 1910, "0162744": 1910, "0113805": 1910, "0144144": 1910, "0126455": 1910, "0165371": 1910, "0155525": 1910, "0128903": 1910, "125583": 1910, "0940647": 1910, "188429": 1910, "9966": 1910, "0978": 1910, "6759": 1910, "5211": 1910, "00116479": 1910, "000173907": 1910, "000176399": 1910, "000532991": 1910, "00204808": 1910, "0919096": 1910, "0916205": 1910, "0921987": 1910, "0927888": 1910, "0930645": 1910, "0925146": 1910, "0144265": 1910, "0127007": 1910, "0166647": 1910, "0163973": 1910, "0119593": 1910, "0141665": 1910, "0122729": 1910, "0168521": 1910, "0155449": 1910, "0119799": 1910, "129702": 1910, "094935": 1910, "190139": 1910, "9904": 1910, "1729": 1910, "37016": 1910, "5241": 1910, "00117719": 1910, "000175777": 1910, "000177851": 1910, "000601851": 1910, "00213267": 1910, "0924057": 1910, "0915808": 1910, "0932353": 1910, "0931618": 1910, "0928729": 1910, "0934482": 1910, "0143961": 1910, "0125352": 1910, "0161123": 1910, "0168691": 1910, "0120458": 1910, "0142763": 1910, "0131137": 1910, "0156373": 1910, "0161881": 1910, "0121205": 1910, "126835": 1910, "0933722": 1910, "192358": 1910, "9932": 1910, "1737": 1910, "14348": 1910, "47": 1910, "4994": 1910, "4864": 1910, "00118008": 1910, "000178815": 1910, "000177486": 1910, "00366987": 1910, "00520625": 1910, "0920425": 1910, "0909091": 1910, "0931849": 1910, "0924267": 1910, "0933546": 1910, "091505": 1910, "0137666": 1910, "012333": 1910, "0161586": 1910, "0154218": 1910, "0111436": 1910, "0139227": 1910, "0114924": 1910, "0157556": 1910, "0157009": 1910, "0127152": 1910, "129222": 1910, "100126": 1910, "201704": 1910, "9968": 1910, "1866": 1910, "15122": 1910, "3398": 1910, "3460": 1910, "00124187": 1910, "000178268": 1910, "000178552": 1910, "00207588": 1910, "00367458": 1910, "0855862": 1910, "0862303": 1910, "0849443": 1910, "0862647": 1910, "0861289": 1910, "0864004": 1910, "0161327": 1910, "0135714": 1910, "0190244": 1910, "0183747": 1910, "0135908": 1910, "016286": 1910, "0142857": 1910, "0191166": 1910, "0189973": 1910, "0126796": 1910, "300009": 1910, "146407": 1910, "293905": 1910, "785": 1910, "47307": 1910, "93": 1910, "4679": 1910, "4715": 1910, "0012242": 1910, "000183404": 1910, "000184269": 1910, "00114776": 1910, "00273964": 1910, "0903981": 1910, "0901523": 1910, "090646": 1910, "0904723": 1910, "0912343": 1910, "delt": 1910, "a_down": 1910, "0897165": 1910, "0165848": 1910, "0118808": 1910, "0210818": 1910, "0219767": 1910, "0114437": 1910, "016681": 1910, "0124508": 1910, "0208665": 1910, "0211651": 1910, "0121752": 1910, "143248": 1910, "107062": 1910, "214947": 1910, "4458": 1910, "54242": 1910, "5544": 1910, "00114817": 1910, "000177973": 1910, "000178907": 1910, "000659669": 1910, "00216472": 1910, "0857364": 1910, "0845932": 1910, "0868874": 1910, "0848534": 1910, "0837722": 1910, "0859277": 1910, "opera": 1910, "tor": 1910, "0134187": 1910, "0102856": 1910, "0163494": 1910, "0164149": 1910, "0106362": 1910, "0138114": 1910, "0111514": 1910, "0171747": 1910, "0166038": 1910, "0102768": 1910, "105283": 1910, "0887984": 1910, "178604": 1910, "9994": 1910, "9382": 1910, "24137": 1910, "58": 1910, "5892": 1910, "00115656": 1910, "000172163": 1910, "000171354": 1910, "000511025": 1910, "0020111": 1910, "0813375": 1910, "0807074": 1910, "0819679": 1910, "0805692": 1910, "0807933": 1910, "0803457": 1910, "0106639": 1910, "00997202": 1910, "0117378": 1910, "0126783": 1910, "00827334": 1910, "010986": 1910, "0102901": 1910, "011223": 1910, "0124831": 1910, "00993179": 1910, "0924834": 1910, "0846274": 1910, "167454": 1910, "7817": 1910, "85936": 1910, "60": 1910, "6006": 1910, "00115569": 1910, "000178144": 1910, "000176416": 1910, "000650654": 1910, "0021609": 1910, "0807803": 1910, "0806915": 1910, "0808702": 1910, "0812727": 1910, "081801": 1910, "0807463": 1910, "0099321": 1910, "00904017": 1910, "0110288": 1910, "0113006": 1910, "00836602": 1910, "00970767": 1910, "00951802": 1910, "0101806": 1910, "0106859": 1910, "00843022": 1910, "086534": 1910, "0813237": 1910, "165674": 1910, "7405": 1910, "74432": 1910, "6050": 1910, "00117191": 1910, "000175165": 1910, "00017454": 1910, "00050787": 1910, "00202948": 1910, "0802191": 1910, "0791924": 1910, "0812492": 1910, "0809095": 1910, "0803057": 1910, "0815111": 1910, "00969948": 1910, "00925127": 1910, "0103824": 1910, "0101984": 1910, "00897148": 1910, "00927175": 1910, "0082894": 1910, "010285": 1910, "0103947": 1910, "00810573": 1910, "0879604": 1910, "0832035": 1910, "16585": 1910, "9974": 1910, "7589": 1910, "9097": 1910, "6139": 1910, "00118529": 1910, "000172073": 1910, "000172366": 1910, "000496923": 1910, "00202665": 1910, "0795869": 1910, "0790479": 1910, "0801287": 1910, "0793488": 1910, "0792065": 1910, "0794908": 1910, "00889574": 1910, "00825277": 1910, "00949215": 1910, "00962801": 1910, "00821994": 1910, "00910054": 1910, "00828074": 1910, "0100862": 1910, "00971145": 1910, "00831268": 1910, "0841257": 1910, "0818062": 1910, "16097": 1910, "9978": 1910, "6771": 1910, "1042": 1910, "6153": 1910, "00115225": 1910, "000171762": 1910, "000172688": 1910, "000498098": 1910, "00199479": 1910, "080043": 1910, "0801369": 1910, "0799484": 1910, "0794563": 1910, "0801462": 1910, "0787702": 1910, "00927618": 1910, "00859689": 1910, "00934467": 1910, "0107302": 1910, "00842416": 1910, "00952857": 1910, "00895115": 1910, "00986343": 1910, "0104291": 1910, "00886475": 1910, "0843788": 1910, "0796422": 1910, "161897": 1910, "6928": 1910, "26924": 1910, "59": [1910, 1916, 1921], "5957": 1910, "00115623": 1910, "00017426": 1910, "000175525": 1910, "000538327": 1910, "00204434": 1910, "0811482": 1910, "0799815": 1910, "0823172": 1910, "079918": 1910, "0798255": 1910, "0800096": 1910, "00925476": 1910, "00855502": 1910, "00981487": 1910, "0105368": 1910, "0081249": 1910, "00993752": 1910, "00927793": 1910, "00998653": 1910, "0106884": 1910, "00978858": 1910, "0876537": 1910, "0830675": 1910, "166809": 1910, "7751": 1910, "16191": 1910, "6097": 1910, "00115244": 1910, "00017814": 1910, "000175008": 1910, "000491659": 1910, "00199724": 1910, "0796655": 1910, "0798424": 1910, "0794869": 1910, "0806294": 1910, "0818259": 1910, "0794333": 1910, "00948261": 1910, "00896616": 1910, "0110163": 1910, "00972801": 1910, "00824513": 1910, "moveu": 1910, "00907485": 1910, "00870093": 1910, "00888078": 1910, "00987143": 1910, "00884075": 1910, "0868053": 1910, "0820692": 1910, "162871": 1910, "7002": 1910, "1179": 1910, "78": 1910, "3931": 1910, "3916": 1910, "00116999": 1910, "000178971": 1910, "000177013": 1910, "000661933": 1910, "0021879": 1910, "0825932": 1910, "0821367": 1910, "0830489": 1910, "0829548": 1910, "0825535": 1910, "0833533": 1910, "0149825": 1910, "0128456": 1910, "016206": 1910, "018634": 1910, "0122235": 1910, "0149866": 1910, "0129654": 1910, "0173514": 1910, "0175802": 1910, "0119693": 1910, "233272": 1910, "128126": 1910, "253855": 1910, "9717": 1910, "67936": 1910, "6032": 1910, "00115504": 1910, "000170611": 1910, "000174805": 1910, "00128361": 1910, "00278407": 1910, "0831347": 1910, "0826692": 1910, "0836028": 1910, "083416": 1910, "0828652": 1910, "083969": 1910, "0133214": 1910, "00978535": 1910, "0162945": 1910, "0179412": 1910, "00930456": 1910, "0131809": 1910, "0100251": 1910, "0165614": 1910, "0171715": 1910, "00890798": 1910, "0923836": 1910, "0827155": 1910, "168187": 1910, "7472": 1910, "10055": 1910, "65": 1910, "6573": 1910, "00119869": 1910, "000176954": 1910, "000178311": 1910, "000494936": 1910, "00204889": 1910, "07622": 1910, "075692": 1910, "0767499": 1910, "0754528": 1910, "0759239": 1910, "074984": 1910, "0088625": 1910, "00809271": 1910, "00996209": 1910, "0113564": 1910, "00605505": 1910, "00928461": 1910, "00818713": 1910, "0108847": 1910, "0106967": 1910, "00735": 1910, "0695589": 1910, "0759537": 1910, "150655": 1910, "4869": 1910, "47014": 1910, "6728": 1910, "0011518": 1910, "000170142": 1910, "000172553": 1910, "000480502": 1910, "001975": 1910, "0724759": 1910, "0715636": 1910, "0733873": 1910, "0720517": 1910, "0711002": 1910, "0730012": 1910, "00731203": 1910, "00710724": 1910, "00752697": 1910, "00819281": 1910, "00642832": 1910, "mo": 1910, "ve": 1910, "00748132": 1910, "00743524": 1910, "00759443": 1910, "00848466": 1910, "00640077": 1910, "0638096": 1910, "0742757": 1910, "147119": 1910, "4453": 1910, "27009": 1910, "6765": 1910, "0011343": 1910, "000175784": 1910, "000175253": 1910, "000505452": 1910, "00199079": 1910, "0713425": 1910, "0706458": 1910, "07204": 1910, "0718967": 1910, "0720733": 1910, "0717211": 1910, "00752552": 1910, "00686625": 1910, "00816653": 1910, "00877613": 1910, "00630587": 1910, "00721517": 1910, "00625928": 1910, "00727505": 1910, "00856445": 1910, "00676213": 1910, "063708": 1910, "073321": 1910, "146845": 1910, "991": 1910, "442": 1910, "81646": 1910, "6760": 1910, "00115614": 1910, "000174304": 1910, "000175429": 1910, "000510379": 1910, "00201626": 1910, "0722835": 1910, "071304": 1910, "0732643": 1910, "0724337": 1910, "0720262": 1910, "07284": 1910, "00747649": 1910, "00767686": 1910, "00721154": 1910, "00852148": 1910, "00649195": 1910, "00737793": 1910, "00707822": 1910, "00711645": 1910, "00876561": 1910, "00655318": 1910, "0641534": 1910, "0730972": 1910, "147456": 1910, "996": 1910, "4256": 1910, "87925": 1910, "6797": 1910, "00115404": 1910, "000171099": 1910, "000173656": 1910, "00048374": 1910, "00198254": 1910, "0719672": 1910, "0706898": 1910, "0732397": 1910, "0715593": 1910, "0704335": 1910, "0726812": 1910, "00708196": 1910, "00686678": 1910, "0078658": 1910, "00743821": 1910, "0061632": 1910, "0071656": 1910, "00718669": 1910, "00766542": 1910, "00723975": 1910, "00656952": 1910, "0617984": 1910, "0741883": 1910, "146003": 1910, "9934": 1910, "4186": 1910, "97262": 1910, "6733": 1910, "00117": 1910, "000176397": 1910, "000174993": 1910, "00058778": 1910, "00210917": 1910, "0723829": 1910, "0719869": 1910, "072779": 1910, "0718631": 1910, "0717641": 1910, "0719614": 1910, "00704912": 1910, "00711842": 1910, "00702896": 1910, "00800765": 1910, "00603686": 1910, "00728255": 1910, "00728605": 1910, "00757032": 1910, "00808733": 1910, "00617878": 1910, "0647355": 1910, "0728214": 1910, "146776": 1910, "9972": 1910, "4233": 1910, "35075": 1910, "6761": 1910, "00113392": 1910, "000174943": 1910, "000180306": 1910, "000498955": 1910, "00198812": 1910, "0720697": 1910, "0712123": 1910, "0729294": 1910, "0721389": 1910, "0714645": 1910, "0728079": 1910, "0070591": 1910, "00725576": 1910, "00753265": 1910, "00761844": 1910, "00582509": 1910, "00700508": 1910, "00793267": 1910, "0067748": 1910, "00738887": 1910, "00593318": 1910, "0639617": 1910, "0738343": 1910, "147712": 1910, "4578": 1910, "74578": 1910, "6668": 1910, "0011519": 1910, "000174972": 1910, "000177178": 1910, "000500343": 1910, "00200439": 1910, "0700786": 1910, "0702968": 1910, "0698603": 1910, "0696558": 1910, "0699828": 1910, "0693299": 1910, "ou": 1910, "perat": 1910, "00679017": 1910, "00662199": 1910, "00680628": 1910, "00800669": 1910, "00572275": 1910, "00691247": 1910, "00703885": 1910, "00726199": 1910, "00740299": 1910, "00594573": 1910, "0655141": 1910, "0722333": 1910, "14909": 1910, "499": 1910, "74692": 1910, "4202": 1910, "4308": 1910, "00119195": 1910, "000172087": 1910, "000176853": 1910, "000651202": 1910, "00219209": 1910, "0784645": 1910, "077737": 1910, "0791939": 1910, "0778967": 1910, "0777312": 1910, "0780616": 1910, "0137605": 1910, "0106226": 1910, "0159981": 1910, "0181051": 1910, "0102649": 1910, "014284": 1910, "0107163": 1910, "0180735": 1910, "0173927": 1910, "010941": 1910, "194802": 1910, "117678": 1910, "232515": 1910, "5417": 1910, "37617": 1910, "6826": 1910, "0011367": 1910, "000175053": 1910, "000174838": 1910, "000507683": 1910, "00199427": 1910, "0766449": 1910, "0764292": 1910, "0768612": 1910, "0761625": 1910, "0763946": 1910, "0759317": 1910, "0106741": 1910, "00774466": 1910, "0136975": 1910, "0145652": 1910, "0067659": 1910, "0108867": 1910, "00786259": 1910, "0137408": 1910, "0148857": 1910, "00699944": 1910, "0664264": 1910, "0726063": 1910, "145565": 1910, "4098": 1910, "66327": 1910, "73": 1910, "7364": 1910, "00113329": 1910, "000175666": 1910, "00017359": 1910, "000493932": 1910, "00197648": 1910, "0666085": 1910, "0665451": 1910, "066672": 1910, "0667213": 1910, "0672132": 1910, "0662322": 1910, "00669763": 1910, "00602932": 1910, "00748431": 1910, "00769875": 1910, "00559172": 1910, "00652602": 1910, "00578662": 1910, "00698408": 1910, "00760865": 1910, "00571634": 1910, "0514166": 1910, "0668013": 1910, "135057": 1910, "2625": 1910, "92343": 1910, "72": 1910, "7289": 1910, "00113231": 1910, "000174572": 1910, "000175548": 1910, "000526218": 1910, "00200864": 1910, "0648141": 1910, "0634921": 1910, "0661443": 1910, "0649517": 1910, "0649518": 1910, "0649516": 1910, "0061691": 1910, "00587146": 1910, "00646862": 1910, "00744427": 1910, "00489611": 1910, "00601018": 1910, "00491658": 1910, "00690701": 1910, "00676294": 1910, "00544022": 1910, "0503358": 1910, "0671483": 1910, "135564": 1910, "2763": 1910, "76404": 1910, "7343": 1910, "00116586": 1910, "000171716": 1910, "000175847": 1910, "000581802": 1910, "00209523": 1910, "0649176": 1910, "0641392": 1910, "0657014": 1910, "0647029": 1910, "0646974": 1910, "0647083": 1910, "00594983": 1910, "00583274": 1910, "00662917": 1910, "00637781": 1910, "00496899": 1910, "00605891": 1910, "00579733": 1910, "00580425": 1910, "00740682": 1910, "00521816": 1910, "0500971": 1910, "0681187": 1910, "135501": 1910, "9928": 1910, "2804": 1910, "52751": 1910, "7363": 1910, "00114743": 1910, "000174272": 1910, "000173083": 1910, "00048318": 1910, "00197796": 1910, "0648434": 1910, "0639435": 1910, "0657487": 1910, "0652002": 1910, "0650621": 1910, "0653372": 1910, "00653185": 1910, "00647684": 1910, "00700224": 1910, "00712778": 1910, "00552508": 1910, "00633317": 1910, "00574294": 1910, "00628081": 1910, "00798945": 1910, "00531256": 1910, "0519887": 1910, "0671887": 1910, "135337": 1910, "9896": 1910, "2736": 1910, "97512": 1910, "7350": 1910, "00114243": 1910, "000176064": 1910, "00017554": 1910, "000502765": 1910, "0019968": 1910, "0651064": 1910, "0640138": 1910, "0661968": 1910, "064921": 1910, "0643386": 1910, "0655007": 1910, "00608775": 1910, "00550639": 1910, "00688303": 1910, "00702353": 1910, "00494438": 1910, "00612031": 1910, "00518802": 1910, "006465": 1910, "00749811": 1910, "00532021": 1910, "0501661": 1910, "0677592": 1910, "135616": 1910, "9908": 1910, "2712": 1910, "45363": 1910, "7086": 1910, "00116354": 1910, "000175041": 1910, "000174947": 1910, "00112879": 1910, "00264231": 1910, "0650171": 1910, "0644201": 1910, "0656194": 1910, "0655976": 1910, "0658945": 1910, "0653032": 1910, "00591916": 1910, "00558637": 1910, "00615606": 1910, "00691088": 1910, "00502934": 1910, "0055814": 1910, "00478277": 1910, "00636994": 1910, "00639437": 1910, "00477878": 1910, "0504766": 1910, "0694536": 1910, "139764": 1910, "2853": 1910, "65569": 1910, "7286": 1910, "00114038": 1910, "000176438": 1910, "000175781": 1910, "000493773": 1910, "00198638": 1910, "06511": 1910, "0645775": 1910, "0656442": 1910, "065331": 1910, "0647873": 1910, "0658719": 1910, "00569673": 1910, "00567891": 1910, "00563549": 1910, "00576908": 1910, "00570335": 1910, "0056422": 1910, "00595789": 1910, "00547803": 1910, "00585611": 1910, "0052781": 1910, "0523878": 1910, "0673053": 1910, "136122": 1910, "14769": 1910, "00114125": 1910, "000176996": 1910, "000171122": 1910, "00150071": 1910, "00299008": 1910, "0655441": 1910, "0641989": 1910, "066902": 1910, "0656663": 1910, "0655177": 1910, "065813": 1910, "00574329": 1910, "00615239": 1910, "00584514": 1910, "00617653": 1910, "0047931": 1910, "su": 1910, "00557688": 1910, "00536355": 1910, "00589547": 1910, "0062092": 1910, "00483401": 1910, "0511499": 1910, "0669602": 1910, "138667": 1910, "2817": 1910, "92277": 1910, "4617": 1910, "4624": 1910, "00116428": 1910, "000175073": 1910, "000179122": 1910, "000624143": 1910, "00214262": 1910, "075023": 1910, "0737795": 1910, "0762717": 1910, "0754981": 1910, "0750419": 1910, "0759501": 1910, "0122848": 1910, "010087": 1910, "0149212": 1910, "0147216": 1910, "00942308": 1910, "0122644": 1910, "00940893": 1910, "0151437": 1910, "0152795": 1910, "00922575": 1910, "160022": 1910, "108396": 1910, "214303": 1910, "0593": 1910, "51099": 1910, "7205": 1910, "00114454": 1910, "000174778": 1910, "000178598": 1910, "000622807": 1910, "00212072": 1910, "0673988": 1910, "0660498": 1910, "0687521": 1910, "0665999": 1910, "0656989": 1910, "0674971": 1910, "00775671": 1910, "00641076": 1910, "00925224": 1910, "0098923": 1910, "00549451": 1910, "00814979": 1910, "0064208": 1910, "0094943": 1910, "0109052": 1910, "00577183": 1910, "0525718": 1910, "0684983": 1910, "13753": 1910, "2476": 1910, "18844": 1910, "76": 1910, "7605": 1910, "00111446": 1910, "000176218": 1910, "000173181": 1910, "000567391": 1910, "00203125": 1910, "0599149": 1910, "0587469": 1910, "0610859": 1910, "0603628": 1910, "0599454": 1910, "0607787": 1910, "00513004": 1910, "00500828": 1910, "00586709": 1910, "00532469": 1910, "00432035": 1910, "00484395": 1910, "00435256": 1910, "0050489": 1910, "00528113": 1910, "00468487": 1910, "0424689": 1910, "0623846": 1910, "129958": 1910, "1771": 1910, "90146": 1910, "7679": 1910, "00111329": 1910, "000174453": 1910, "000187997": 1910, "00052281": 1910, "00199855": 1910, "0597628": 1910, "0594387": 1910, "0600886": 1910, "0601823": 1910, "0602364": 1910, "0601285": 1910, "00498081": 1910, "00520013": 1910, "00499122": 1910, "00506582": 1910, "00466358": 1910, "00463958": 1910, "00460643": 1910, "00493022": 1910, "00485765": 1910, "00416083": 1910, "041741": 1910, "0630625": 1910, "128933": 1910, "9988": 1910, "1498": 1910, "35153": 1910, "7352": 1910, "0011521": 1910, "000179953": 1910, "000193562": 1910, "000986017": 1910, "00251163": 1910, "0607112": 1910, "0597318": 1910, "0616933": 1910, "0605566": 1910, "0600225": 1910, "0610896": 1910, "0048536": 1910, "00534402": 1910, "00512184": 1910, "00419329": 1910, "00474785": 1910, "00485389": 1910, "00482044": 1910, "00488813": 1910, "00502294": 1910, "00468169": 1910, "0414372": 1910, "0637003": 1910, "134183": 1910, "1644": 1910, "2926": 1910, "77": 1910, "7706": 1910, "00114883": 1910, "000172738": 1910, "000173912": 1910, "000500922": 1910, "0019964": 1910, "0597706": 1910, "058365": 1910, "0611883": 1910, "0603617": 1910, "0596815": 1910, "0610421": 1910, "00507342": 1910, "00552225": 1910, "00502914": 1910, "00519481": 1910, "0045431": 1910, "00475572": 1910, "00474486": 1910, "00519264": 1910, "00452235": 1910, "00455891": 1910, "0425655": 1910, "0640778": 1910, "1291": 1910, "1918": 1910, "29282": 1910, "57": 1910, "7662": 1910, "00114987": 1910, "000175873": 1910, "000174441": 1910, "000509332": 1910, "00200951": 1910, "059439": 1910, "0581668": 1910, "0607138": 1910, "0597239": 1910, "0590741": 1910, "06037": 1910, "00484312": 1910, "0048189": 1910, "00515876": 1910, "00478774": 1910, "00460903": 1910, "00469727": 1910, "0042228": 1910, "0049556": 1910, "00490294": 1910, "00470213": 1910, "0419401": 1910, "063158": 1910, "129703": 1910, "1825": 1910, "99906": 1910, "7668": 1910, "00113999": 1910, "000177145": 1910, "000494697": 1910, "0019877": 1910, "059728": 1910, "058413": 1910, "0610475": 1910, "06057": 1910, "0601686": 1910, "0609698": 1910, "00533349": 1910, "00561465": 1910, "00525122": 1910, "00578842": 1910, "00467645": 1910, "00479575": 1910, "00452891": 1910, "00515258": 1910, "00471774": 1910, "0047805": 1910, "0424987": 1910, "063466": 1910, "130279": 1910, "9944": 1910, "1765": 1910, "40606": 1910, "75": [1910, 1917, 1922], "7561": 1910, "00118073": 1910, "000176595": 1910, "000176277": 1910, "00126962": 1910, "00280322": 1910, "0596867": 1910, "0584019": 1910, "060971": 1910, "0597209": 1910, "0586373": 1910, "0608016": 1910, "00478203": 1910, "00492844": 1910, "00489903": 1910, "00478374": 1910, "00451458": 1910, "00471166": 1910, "00471679": 1910, "00453695": 1910, "00521538": 1910, "00437776": 1910, "0399454": 1910, "0650666": 1910, "131095": 1910, "9982": 1910, "1588": 1910, "33519": 1910, "7707": 1910, "00112932": 1910, "000173649": 1910, "000176619": 1910, "0005733": 1910, "00205289": 1910, "0604564": 1910, "0588577": 1910, "0620602": 1910, "0606382": 1910, "0597842": 1910, "0614869": 1910, "00508035": 1910, "00542338": 1910, "0051973": 1910, "00528804": 1910, "00440811": 1910, "00493871": 1910, "00482393": 1910, "00470077": 1910, "00566008": 1910, "0045722": 1910, "0412753": 1910, "0632685": 1910, "129126": 1910, "1691": 1910, "90488": 1910, "4971": 1910, "00118772": 1910, "000174399": 1910, "000175365": 1910, "000724154": 1910, "00226164": 1910, "0715393": 1910, "0714001": 1910, "0716792": 1910, "0708063": 1910, "0703415": 1910, "07127": 1910, "0109482": 1910, "00810392": 1910, "013351": 1910, "00807161": 1910, "10remov": 1910, "0114495": 1910, "00895825": 1910, "0147422": 1910, "0144898": 1910, "00756817": 1910, "136485": 1910, "0947748": 1910, "201123": 1910, "8101": 1910, "33423": 1910, "7784": 1910, "00114748": 1910, "000173434": 1910, "000173643": 1910, "000492445": 1910, "001987": 1910, "0620445": 1910, "0613942": 1910, "0626974": 1910, "0624537": 1910, "0626078": 1910, "0623003": 1910, "00688384": 1910, "00590854": 1910, "00871756": 1910, "00824825": 1910, "00467794": 1910, "00658183": 1910, "00538131": 1910, "00726536": 1910, "00855818": 1910, "0050996": 1910, "0414626": 1910, "0618828": 1910, "127212": 1910, "1285": 1910, "2533": 1910, "8085": 1910, "00114792": 1910, "000171199": 1910, "000170999": 1910, "000497123": 1910, "00198724": 1910, "0558467": 1910, "0548354": 1910, "0568613": 1910, "0563139": 1910, "0556514": 1910, "0569743": 1910, "00437746": 1910, "00445812": 1910, "00470138": 1910, "00439052": 1910, "00395763": 1910, "00414735": 1910, "00428681": 1910, "00416849": 1910, "00410326": 1910, "00403258": 1910, "0347029": 1910, "0598513": 1910, "122534": 1910, "0673": 1910, "48919": 1910, "8093": 1910, "0011215": 1910, "000173062": 1910, "00017243": 1910, "000481739": 1910, "00194873": 1910, "0551622": 1910, "0540573": 1910, "056271": 1910, "0554291": 1910, "0548532": 1910, "0560021": 1910, "00379637": 1910, "00380545": 1910, "00399505": 1910, "00374965": 1910, "00363535": 1910, "00366381": 1910, "00335177": 1910, "00377209": 1910, "00381376": 1910, "00371272": 1910, "0336264": 1910, "0597385": 1910, "12209": 1910, "12545": 1910, "8174": 1910, "00113455": 1910, "000172962": 1910, "000172111": 1910, "000494535": 1910, "00197415": 1910, "0555556": 1910, "0548071": 1910, "056308": 1910, "0565826": 1910, "0561847": 1910, "0569795": 1910, "00401386": 1910, "00431683": 1910, "00367912": 1910, "00402102": 1910, "00403548": 1910, "00343265": 1910, "00319218": 1910, "00357058": 1910, "00384326": 1910, "00311738": 1910, "0336175": 1910, "0608379": 1910, "120854": 1910, "0345": 1910, "44062": 1910, "8150": 1910, "0011493": 1910, "000176394": 1910, "000175145": 1910, "000636652": 1910, "00213749": 1910, "0561644": 1910, "0553785": 1910, "0569541": 1910, "0563292": 1910, "0563507": 1910, "0563077": 1910, "0040616": 1910, "00442985": 1910, "00424611": 1910, "00385272": 1910, "00371569": 1910, "00386509": 1910, "003755": 1910, "00376864": 1910, "00392764": 1910, "00400866": 1910, "0356184": 1910, "0611042": 1910, "121234": 1910, "0107": 1910, "51989": 1910, "8028": 1910, "00113187": 1910, "000172906": 1910, "000173854": 1910, "00119973": 1910, "00267836": 1910, "0569562": 1910, "0557674": 1910, "0581538": 1910, "0573977": 1910, "0568736": 1910, "057919": 1910, "00397292": 1910, "00431444": 1910, "00403564": 1910, "00342248": 1910, "00411819": 1910, "00370689": 1910, "00370983": 1910, "0034267": 1910, "00365311": 1910, "00403935": 1910, "0337761": 1910, "0612707": 1910, "122749": 1910, "0148": 1910, "53234": 1910, "8010": 1910, "00115006": 1910, "000171089": 1910, "000170973": 1910, "000614332": 1910, "00210645": 1910, "0595088": 1910, "0578924": 1910, "0611341": 1910, "0595746": 1910, "0587787": 1910, "0603688": 1910, "00426946": 1910, "00422307": 1910, "00518465": 1910, "00388528": 1910, "00378426": 1910, "00421233": 1910, "00335218": 1910, "00464931": 1910, "00480216": 1910, "00403033": 1910, "0367278": 1910, "0603263": 1910, "123466": 1910, "9806": 1910, "0485": 1910, "82185": 1910, "8154": 1910, "00112582": 1910, "000175281": 1910, "000174666": 1910, "000548011": 1910, "00202378": 1910, "056208": 1910, "0553238": 1910, "0570951": 1910, "0564072": 1910, "0561066": 1910, "0567066": 1910, "00407237": 1910, "00458353": 1910, "00414805": 1910, "00358938": 1910, "00396333": 1910, "00385295": 1910, "00384102": 1910, "00381134": 1910, "00384082": 1910, "0039189": 1910, "0336746": 1910, "0591636": 1910, "121264": 1910, "0118": 1910, "32063": 1910, "8130": 1910, "00112664": 1910, "000169903": 1910, "000170967": 1910, "000570233": 1910, "00203775": 1910, "0565456": 1910, "0560489": 1910, "0570416": 1910, "0565554": 1910, "0566927": 1910, "0564188": 1910, "00394695": 1910, "00453041": 1910, "003751": 1910, "00377433": 1910, "00372447": 1910, "00393142": 1910, "00393605": 1910, "00351129": 1910, "00412257": 1910, "00415485": 1910, "03294": 1910, "0595034": 1910, "121777": 1910, "0399": 1910, "72088": 1910, "5460": 1910, "00114313": 1910, "000173784": 1910, "000177948": 1910, "000703365": 1910, "00219823": 1910, "0696534": 1910, "0698218": 1910, "0694839": 1910, "0686236": 1910, "0693558": 1910, "0678957": 1910, "0101898": 1910, "00760697": 1910, "0134782": 1910, "0128854": 1910, "00681329": 1910, "010656": 1910, "00783997": 1910, "0139799": 1910, "0135968": 1910, "00715714": 1910, "113309": 1910, "0920199": 1910, "183328": 1910, "3798": 1910, "84919": 1910, "8267": 1910, "00113257": 1910, "000174729": 1910, "000171475": 1910, "000655191": 1910, "00213397": 1910, "0567635": 1910, "0558338": 1910, "0576938": 1910, "0570791": 1910, "0568651": 1910, "0572924": 1910, "00513888": 1910, "0044657": 1910, "00659921": 1910, "00590559": 1910, "00359382": 1910, "00494392": 1910, "00375318": 1910, "00599587": 1910, "00600445": 1910, "00399808": 1910, "0324819": 1910, "0581535": 1910, "119753": 1910, "9786": 1910, "6009": 1910, "8522": 1910, "00113484": 1910, "000174635": 1910, "00017281": 1910, "000471962": 1910, "00195425": 1910, "0522979": 1910, "0514701": 1910, "0531272": 1910, "0526289": 1910, "0525332": 1910, "052724": 1910, "0035412": 1910, "00398847": 1910, "00370725": 1910, "00335209": 1910, "00311216": 1910, "00335832": 1910, "00299014": 1910, "00369106": 1910, "0037407": 1910, "00300276": 1910, "0287871": 1910, "0573234": 1910, "116241": 1910, "9456": 1910, "58899": 1910, "8532": 1910, "00112831": 1910, "000175032": 1910, "000170599": 1910, "000477615": 1910, "00195155": 1910, "0510253": 1910, "0504098": 1910, "0516432": 1910, "0515426": 1910, "051475": 1910, "0516099": 1910, "00340387": 1910, "00378519": 1910, "0032779": 1910, "0033044": 1910, "00324285": 1910, "00317778": 1910, "00283378": 1910, "00321952": 1910, "00370341": 1910, "00294856": 1910, "0277202": 1910, "0570392": 1910, "116499": 1910, "9533": 1910, "78912": 1910, "8424": 1910, "00113708": 1910, "000169747": 1910, "000516366": 1910, "00199727": 1910, "0509114": 1910, "0494415": 1910, "0523881": 1910, "0515835": 1910, "0508587": 1910, "0523052": 1910, "00328518": 1910, "00378564": 1910, "00328526": 1910, "00299079": 1910, "00307324": 1910, "00292678": 1910, "00257701": 1910, "00286487": 1910, "0034609": 1910, "00279944": 1910, "0285168": 1910, "0573744": 1910, "117503": 1910, "9713": 1910, "77243": 1910, "8482": 1910, "00112907": 1910, "000171733": 1910, "000172552": 1910, "000497535": 1910, "00197089": 1910, "0518978": 1910, "0515069": 1910, "0522911": 1910, "0524093": 1910, "0525957": 1910, "052223": 1910, "00326625": 1910, "00386679": 1910, "00304207": 1910, "00291603": 1910, "00323224": 1910, "00301172": 1910, "00279397": 1910, "00282048": 1910, "0035536": 1910, "00287666": 1910, "0282139": 1910, "0573663": 1910, "117064": 1910, "9679": 1910, "24404": 1910, "8341": 1910, "0011421": 1910, "000175292": 1910, "00017538": 1910, "00057952": 1910, "00207229": 1910, "0514406": 1910, "0510664": 1910, "0518164": 1910, "051954": 1910, "0523787": 1910, "0515301": 1910, "00338554": 1910, "00366893": 1910, "00344041": 1910, "00307385": 1910, "0033557": 1910, "00305853": 1910, "00254999": 1910, "00326173": 1910, "00297855": 1910, "00343698": 1910, "0282974": 1910, "0568543": 1910, "118557": 1910, "9992": 1910, "9675": 1910, "34324": 1910, "8588": 1910, "00114523": 1910, "000173347": 1910, "000170297": 1910, "000496129": 1910, "001985": 1910, "0516234": 1910, "0507942": 1910, "0524561": 1910, "0515959": 1910, "0514668": 1910, "0517245": 1910, "00321691": 1910, "00343928": 1910, "00323961": 1910, "00322555": 1910, "00296047": 1910, "00319616": 1910, "00286625": 1910, "00345553": 1910, "00322388": 1910, "00323392": 1910, "0279356": 1910, "0577107": 1910, "115961": 1910, "998": 1910, "9502": 1910, "90419": 1910, "8520": 1910, "00113566": 1910, "000171149": 1910, "000171571": 1910, "000505713": 1910, "00198409": 1910, "0522993": 1910, "0518042": 1910, "0527968": 1910, "0523894": 1910, "0527668": 1910, "0520146": 1910, "00332163": 1910, "00385812": 1910, "00331033": 1910, "00287276": 1910, "00323793": 1910, "00320791": 1910, "00303251": 1910, "00257947": 1910, "00374368": 1910, "00347652": 1910, "0295904": 1910, "0569472": 1910, "116426": 1910, "999": 1910, "9579": 1910, "5502": 1910, "8308": 1910, "00113861": 1910, "00017479": 1910, "000171791": 1910, "000516632": 1910, "00200182": 1910, "052027": 1910, "0514887": 1910, "052567": 1910, "0525394": 1910, "0525082": 1910, "0525705": 1910, "00335517": 1910, "00413695": 1910, "00323186": 1910, "00292926": 1910, "00311042": 1910, "00302516": 1910, "00310847": 1910, "00289752": 1910, "00330243": 1910, "00279307": 1910, "0301017": 1910, "05751": 1910, "11865": 1910, "9998": 1910, "9797": 1910, "09128": 1910, "5758": 1910, "0011648": 1910, "000171131": 1910, "000177031": 1910, "00052665": 1910, "00203961": 1910, "0659214": 1910, "0645032": 1910, "0673451": 1910, "0664132": 1910, "0657103": 1910, "0671124": 1910, "00972141": 1910, "00816553": 1910, "0120463": 1910, "0123374": 1910, "00630649": 1910, "00948341": 1910, "00713825": 1910, "0120053": 1910, "0127712": 1910, "00596812": 1910, "0996916": 1910, "0850222": 1910, "173681": 1910, "1975": 1910, "8545": 1910, "8541": 1910, "00114865": 1910, "000173988": 1910, "000171794": 1910, "00119219": 1910, "00268662": 1910, "0532849": 1910, "0522147": 1910, "0543555": 1910, "053342": 1910, "0532922": 1910, "0533916": 1910, "00446188": 1910, "00427029": 1910, "0056238": 1910, "00476629": 1910, "0031903": 1910, "00436633": 1910, "00327022": 1910, "00473538": 1910, "00557037": 1910, "00387195": 1910, "0277647": 1910, "05598": 1910, "116407": 1910, "8927": 1910, "53428": 1910, "88": 1910, "8864": 1910, "00113772": 1910, "000172391": 1910, "000173831": 1910, "000667482": 1910, "00215142": 1910, "0487876": 1910, "0475343": 1910, "0500452": 1910, "0492262": 1910, "0486641": 1910, "0497856": 1910, "00317577": 1910, "0035957": 1910, "00350054": 1910, "00284136": 1910, "00275857": 1910, "00292205": 1910, "00258701": 1910, "00302885": 1910, "00338107": 1910, "0026844": 1910, "0236387": 1910, "0545816": 1910, "112377": 1910, "8792": 1910, "8611": 1910, "00115159": 1910, "000175224": 1910, "000172538": 1910, "000641879": 1910, "00214123": 1910, "048189": 1910, "0475752": 1910, "048804": 1910, "048684": 1910, "0485661": 1910, "0488014": 1910, "00280902": 1910, "00324111": 1910, "00320282": 1910, "00247802": 1910, "0023114": 1910, "0025366": 1910, "00258148": 1910, "00246217": 1910, "00286055": 1910, "00224081": 1910, "0246712": 1910, "0560449": 1910, "114722": 1910, "9191": 1910, "93015": 1910, "8682": 1910, "00113351": 1910, "00017218": 1910, "000169732": 1910, "00061197": 1910, "0020874": 1910, "0482681": 1910, "0473526": 1910, "0491879": 1910, "0482165": 1910, "0481162": 1910, "0483167": 1910, "00294627": 1910, "00344064": 1910, "00291673": 1910, "00275251": 1910, "00267103": 1910, "00298406": 1910, "0026251": 1910, "00285476": 1910, "00329326": 1910, "00315823": 1910, "0246552": 1910, "0552698": 1910, "114393": 1910, "88386": 1910, "8694": 1910, "00112254": 1910, "000171682": 1910, "000169843": 1910, "000609689": 1910, "00207376": 1910, "048889": 1910, "0478555": 1910, "0499248": 1910, "049152": 1910, "0484824": 1910, "0498193": 1910, "003037": 1910, "00320006": 1910, "00327777": 1910, "0029207": 1910, "00274846": 1910, "00285318": 1910, "00254032": 1910, "00293476": 1910, "00342016": 1910, "00251206": 1910, "0245681": 1910, "0554533": 1910, "113913": 1910, "8968": 1910, "21281": 1910, "87": 1910, "8797": 1910, "00112889": 1910, "000174991": 1910, "000176317": 1910, "000609379": 1910, "00208958": 1910, "0473094": 1910, "045965": 1910, "048656": 1910, "0473527": 1910, "046369": 1910, "0483339": 1910, "00272949": 1910, "00316006": 1910, "00287265": 1910, "00244254": 1910, "00243698": 1910, "0026367": 1910, "00258314": 1910, "00241881": 1910, "00319259": 1910, "00235322": 1910, "0233294": 1910, "0548638": 1910, "113268": 1910, "8957": 1910, "51035": 1910, "8705": 1910, "00116392": 1910, "000174849": 1910, "000171033": 1910, "000573339": 1910, "00208315": 1910, "0488708": 1910, "048186": 1910, "0495586": 1910, "0490466": 1910, "0489142": 1910, "049178": 1910, "00282094": 1910, "00316907": 1910, "00295433": 1910, "00271815": 1910, "00243883": 1910, "00273748": 1910, "00262902": 1910, "00272997": 1910, "00314165": 1910, "00244518": 1910, "0249233": 1910, "0546016": 1910, "11385": 1910, "9022": 1910, "34419": 1910, "8791": 1910, "00113176": 1910, "000173538": 1910, "000174227": 1910, "000500731": 1910, "00198025": 1910, "0492124": 1910, "0484356": 1910, "049993": 1910, "0489308": 1910, "048871": 1910, "0489904": 1910, "00273515": 1910, "00326991": 1910, "00276099": 1910, "00255092": 1910, "00235247": 1910, "00280445": 1910, "00258294": 1910, "0028585": 1910, "00317801": 1910, "00259388": 1910, "0245304": 1910, "0553609": 1910, "112756": 1910, "8688": 1910, "98793": 1910, "89": 1910, "8983": 1910, "00112999": 1910, "000172763": 1910, "000171394": 1910, "000627904": 1910, "00210205": 1910, "0486702": 1910, "0479463": 1910, "0493956": 1910, "0488597": 1910, "0489007": 1910, "0488189": 1910, "00274177": 1910, "00356041": 1910, "00275273": 1910, "00252121": 1910, "00212272": 1910, "00257861": 1910, "00265775": 1910, "00242603": 1910, "00290282": 1910, "00232661": 1910, "0231697": 1910, "0553643": 1910, "110655": 1910, "8281": 1910, "23047": 1910, "u1": 1910, "u10": 1910, "u7": 1910, "j2": 1910, "u11": 1910, "u8": 1910, "u12": 1910, "u9": 1910, "90": [1910, 1917, 1922], "somewher": 1910, "run_two_band": 1910, "se": 1910, "investig": [1910, 1914, 1919], "redirect": 1911, "start_redirect": 1911, "323600": 1911, "k_linear": 1911, "endpoint": [1911, 1918, 1919, 1920], "epsk": 1911, "pcolormesh": [1911, 1913, 1918, 1919], "rdbu_r": 1911, "shade": 1911, "vmin": 1911, "vmax": 1911, "set_label": 1911, "weak": [1913, 1914, 1918, 1919], "ferromagnet": [1913, 1915, 1918, 1920], "conist": [1913, 1918], "pauli": [1913, 1916, 1918, 1921], "mermin": [1913, 1915, 1918, 1920], "wagner": [1913, 1915, 1918, 1920], "theorem": [1913, 1914, 1915, 1918, 1919, 1920], "09": [265, 1913, 1918, 1919, 1920, 1922], "inlinebackend": [1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "figure_format": [1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922], "earier": [1913, 1918], "insead": [1913, 1918], "hamitonian": [1913, 1918], "python_api": [1913, 1918], "highlight": [1913, 1918], "__": [1913, 1918], "neigbhour": [1913, 1917, 1918, 1922], "h_r": [1913, 1917, 1918, 1922], "510934": 1913, "kmesh": [1913, 1914, 1916, 1917, 1918, 1919, 1921, 1922], "0490874": [1913, 1918], "28319": [1913, 1918], "e_k_interp": [1913, 1918], "raster": [1913, 1918, 1919, 1920], "rdbu": [1913, 1918, 1919], "contour": [1913, 1918], "linestyl": [1913, 1918], "k_tick": [1913, 1918, 1919, 1920], "k_label": [1913, 1918], "xtick": [1913, 1918, 1919, 1920], "ytick": [1913, 1918, 1919, 1920], "va": [1913, 1918], "clip_on": [1913, 1918], "thepath": [1913, 1918], "python_refer": [1913, 1918], "k_vec": [1913, 1918, 1919, 1920], "k_plot": [1913, 1918, 1919, 1920], "wmesh": [1913, 1916, 1917, 1918, 1921, 1922], "wkmesh": [1913, 1918], "g0_wk": [1913, 1914, 1917, 1918, 1919, 1922], "lattice_dyson_g0_wk": [1913, 1917, 1918, 1922], "perfectli": [1913, 1914, 1917, 1918, 1919, 1922], "rho_k": [1913, 1918], "chi": [1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "chi_": [1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "dagger_a": [1914, 1919], "c_b": [1914, 1919], "dagger_c": [1914, 1919], "c_d": [1914, 1919], "wick": [1914, 1919], "convolut": [1914, 1919], "2frac": [1914, 1919], "inu_m": [1914, 1919], "nu_m": [1914, 1919], "fastest": [1914, 1919], "nu_n": [1914, 1919], "susceptibiltii": [1914, 1919], "fft": [1914, 1919], "triqs_trpf": [1914, 1919], "imtime_bubble_chi0_wk": [1914, 1917, 1919, 1922], "chi0_wk": [1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922], "nw": [1914, 1917, 1919, 1922], "greatli": [1914, 1919], "domin": [1914, 1919], "betaepsilon": [1914, 1919], "dinension": [1914, 1919], "extrema": [1914, 1919], "exercic": [1914, 1919], "manifest": [1914, 1919], "susecpt": [1914, 1919], "depdend": [1914, 1919], "sucept": [1914, 1919], "chi0_at_k_w": [1914, 1919], "susceptibilti": [1914, 1919], "chi_q_ref": [1914, 1919], "nan_to_num": [1914, 1919], "agre": [1914, 1919], "pad\u00e9": [1914, 1919], "fequenc": [1914, 1919], "fmesh": [1914, 1919], "chi_f": [1914, 1919], "pade_analytical_continuation_wk": [1914, 1919], "chi0_fk": [1914, 1919], "strongest": [1914, 1919], "susceptibilitii": [1914, 1919], "irreduc": [1915, 1920], "vertex": [1915, 1916, 1920, 1921], "denomin": [1915, 1916, 1917, 1920, 1921, 1922], "wherebi": [1915, 1920], "instabl": [1915, 1920], "predict": [1915, 1917, 1920, 1922], "unphys": [1915, 1917, 1920, 1922], "remedi": [1915, 1920], "shortcom": [1915, 1920], "solve_rpa_ph": [1915, 1916, 1917, 1920, 1921, 1922], "dtype": [1915, 1916, 1917, 1920, 1921, 1922], "compli": [1915, 1920], "chi_wk": [1915, 1916, 1917, 1920, 1921, 1922], "magnitud": [1915, 1920], "incommensur": [1915, 1920], "af": [1915, 1917, 1920, 1922], "andr\u00e9": [1916, 1921], "mari": [1916, 1921], "tremblai": [1916, 1917, 1921, 1922], "law": [1916, 1921], "tpc": [1916, 1917, 1921, 1922], "vertici": [1916, 1921], "cascad": [1916, 1921], "ansatz": [1916, 1917, 1921, 1922], "vilk": [1916, 1917, 1921, 1922], "franc": [1916, 1917, 1921, 1922], "1997": [1916, 1917, 1921, 1922], "1309": [1916, 1917, 1921, 1922], "1368": [1916, 1917, 1921, 1922], "solve_rpa": [1916, 1917, 1921, 1922], "triq_trpf": [1916, 1921], "focus": [1916, 1917, 1921, 1922], "brentq": [1916, 1917, 1921, 1922], "usp_root": [1916, 1917, 1921, 1922], "trace_chi": [1916, 1917, 1921, 1922], "chi_w": [1916, 1917, 1921, 1922], "squeez": [1916, 1917, 1919, 1920, 1921, 1922], "usp": [1916, 1917, 1921, 1922], "uch_root": [1916, 1917, 1921, 1922], "uch": [1916, 1917, 1921, 1922], "docc": [1916, 1917, 1921, 1922], "solve_tpsc": [1916, 1917, 1921, 1922], "iq_n": [1916, 1921], "violat": [1916, 1921], "1133": [1917, 1922], "1966": [1917, 1922], "imposs": [1917, 1922], "heurist": [1917, 1922], "proof": [1917, 1922], "collinear": [1917, 1922], "nabla": [1917, 1922], "wavelength": [1917, 1922], "classic": [1917, 1922], "equipartit": [1917, 1922], "k_bt": [1917, 1922], "rise": [1917, 1922], "infrar": [1917, 1922], "2q": [1917, 1922], "absurd": [1917, 1922], "hypothesi": [1917, 1922], "wave": [1917, 1922], "bubbl": [1917, 1919, 1922], "get_chi0": [1917, 1922], "tr_chi_sp": [1917, 1921, 1922], "diff": [1917, 1921, 1922], "tr_chi": [1917, 1921, 1922], "uc": [1917, 1921, 1922], "examin": [1917, 1922], "sum_n": [1917, 1922], "t_c": [1917, 1922], "t_rpa_vec": [1917, 1922], "concaten": [1917, 1921, 1922], "s_rpa_vec": [1917, 1922], "zeros_lik": [1917, 1921, 1922], "s_rpa": [1917, 1922], "4e": [1917, 1921, 1922], "rigor": [1917, 1922], "excercis": [1917, 1922], "whenc": [1917, 1922], "lowest": [1917, 1922], "sudden": [1917, 1922], "suddent": [1917, 1922], "anitferromagnet": [1917, 1922], "remnant": [1917, 1922], "kyung": [1917, 1922], "landri": [1917, 1922], "poulin": [1917, 1922], "099702": [1917, 1922], "asymptot": [1917, 1922], "trick": [1917, 1922], "appendix": [1917, 1922], "dar\u00e9": [1917, 1922], "14236": [1917, 1922], "1996": [1917, 1922], "intermedi": [1917, 1922], "rightarrow0": [1917, 1922], "rapid": [1917, 1922], "crossov": [1917, 1922], "2u": [1917, 1922], "866052": 1918, "kgrid1d": 1918, "a_k": 1918, "a_inv_k": 1918, "rho_k_interp": 1918, "box": 1919, "16384": 1919, "fourier_wk_to_wr": 1919, "fourier_wr_to_tr": 1919, "chi0_tr_from_grt_ph": 1919, "amp": 1919, "009086": 1919, "chi_wr_from_chi_tr": 1919, "chi_wk_from_chi_wr": 1919, "chi_interp": 1919, "q_x": [1919, 1920], "q_y": [1919, 1920], "chi0_k_interp": 1919, "k_g": 1919, "k_m": 1919, "k_pt": 1919, "_m": 1919, "ro": 1919, "var": 1919, "_1fkps792lsc0txclg5ky4300000gq": 1919, "ipykernel_50793": 1919, "228374747": 1919, "runtimewarn": 1919, "chi0_fk_interp": 1919, "chi_k_interp": 1920, "qx": 1920, "qy": 1920, "pcolor": 1920, "701127": 1920, "k_af": 1920, "u_vec": [1920, 1921], "chi_inv_vec": 1920, "5092181189127931": 1921, "5918677213723913": 1921, "18865226486409914": 1921, "778901915273313": 1921, "usp_vec": 1921, "uch_vec": 1921, "docc_vec": [1921, 1922], "0000e": [1921, 1922], "8960e": 1921, "2410e": 1921, "4133e": 1921, "6960e": 1921, "0074e": 1921, "3480e": 1921, "4299e": 1921, "4181e": 1921, "2964e": 1921, "0435e": 1921, "1509e": 1921, "2343e": 1921, "8118e": 1921, "3194e": 1921, "2029e": 1921, "5092e": 1921, "5919e": 1921, "8865e": 1921, "9155e": 1921, "1248e": 1921, "5962e": 1921, "1660e": 1921, "2127e": 1921, "3538e": 1921, "3187e": 1921, "8718e": 1921, "1594e": 1921, "imread": 1921, "overlai": 1921, "img": 1921, "fig2": 1921, "imshow": 1921, "sum_chi_vec": 1921, "sum_chi": 1921, "9935e": 1921, "5000e": [1921, 1922], "9969e": 1921, "0007e": 1921, "0024e": 1921, "0048e": 1921, "2500e": [1921, 1922], "0079e": 1921, "0118e": 1921, "7500e": 1921, "0166e": 1921, "0222e": 1921, "0287e": 1921, "617709": 1922, "7196e": 1922, "3333e": 1922, "5925e": 1922, "8000e": 1922, "5714e": 1922, "8783e": 1922, "6000e": 1922, "8462e": 1922, "2302e": 1922, "4000e": 1922, "1667e": 1922, "6725e": 1922, "2000e": 1922, "5455e": 1922, "2425e": 1922, "0006e": 1922, "5556e": 1922, "0503e": 1922, "5858e": 1922, "1429e": 1922, "0020e": 1922, "4436e": 1922, "5028e": 1922, "9329e": 1922, "t_tpsc_vec": 1922, "s_tpsc_vec": 1922, "u_sp_vec": 1922, "u_ch_vec": 1922, "s_tpsc": 1922, "ucrpa": 1922, "chi_sp_wk": 1922, "1151e": 1922, "9735e": 1922, "9469e": 1922, "6108e": 1922, "9065e": 1922, "3054e": 1922, "8166e": 1922, "3189e": 1922, "7718e": 1922, "5801e": 1922, "7324e": 1922, "9464e": 1922, "6148e": 1922, "0225e": 1922, "6343e": 1922, "9851e": 1922, "6667e": 1922, "4421e": 1922, "8411e": 1922, "5263e": 1922, "9599e": 1922, "3406e": 1922, "7133e": 1922, "4629e": 1922, "2155e": 1922, "2802e": 1922, "5589e": 1922, "4251e": 1922, "0735e": 1922, "2301e": 1922, "6547e": 1922, "3938e": 1922, "5004e": 1922, "1949e": 1922, "0900e": 1922, "3718e": 1922, "3575e": 1922, "1657e": 1922, "2228e": 1922, "3535e": 1922, "8974e": 1922, "8571e": 1922, "1527e": 1922, "2658e": 1922, "3454e": 1922, "6014e": 1922, "1327e": 1922, "3218e": 1922, "3330e": 1922, "0230e": 1922, "0869e": 1922, "4279e": 1922, "3043e": 1922, "2999e": 1922, "221": 1922, "222": 1922, "blow": 1922, "223": 1922, "u_sp": 1922, "224": 1922, "twoparticlerespons": 1923, "deeper": 1924, "profound": 1924, "port": 1924, "summari": 1924, "path_to_install_directori": 1924, "diretori": 1924, "show_vers": 1924, "9e": [264, 265], "6e": [264, 265], "3e": [264, 265], "00068": 264, "8e": 265, "5e": 265, "00098": 265, "00042": 265, "645497": [494, 495]}, "objects": {"": [[509, 0, 1, "", "HDFArchiveGroup"], [509, 0, 1, "", "HDFArchiveInert"], [508, 1, 1, "reduce_to_dict__", "__reduce_to_dict__"], [507, 2, 0, "-", "h5"], [509, 3, 1, "", "register_class"]], "HDFArchiveGroup": [[509, 1, 1, "", "apply_on_leaves"], [509, 1, 1, "", "create_group"], [509, 1, 1, "", "get_raw"], [509, 1, 1, "", "is_data"], [509, 1, 1, "", "is_group"], [509, 1, 1, "", "items"], [509, 1, 1, "", "keys"], [509, 1, 1, "", "read_attr"], [509, 1, 1, "", "root_path"], [509, 1, 1, "", "update"], [509, 1, 1, "", "values"]], "h5": [[509, 0, 1, "", "HDFArchive"]], "triqs": [[599, 2, 0, "-", "atom_diag"], [654, 2, 0, "-", "dos"], [668, 2, 0, "-", "fit"], [672, 2, 0, "-", "gf"], [1606, 2, 0, "-", "lattice"], [1683, 2, 0, "-", "operators"], [1738, 2, 0, "-", "plot"], [1747, 2, 0, "-", "random_generator"], [1752, 2, 0, "-", "stat"], [1766, 2, 0, "-", "sumk"], [1780, 2, 0, "-", "utility"]], "triqs.atom_diag": [[600, 3, 1, "", "AtomDiag"], [601, 2, 0, "-", "atom_diag"]], "triqs.atom_diag.atom_diag": [[602, 0, 1, "", "AtomDiagComplex"], [623, 0, 1, "", "AtomDiagReal"], [644, 3, 1, "", "act"], [645, 3, 1, "", "atomic_density_matrix"], [646, 3, 1, "", "atomic_g_iw"], [647, 3, 1, "", "atomic_g_l"], [648, 3, 1, "", "atomic_g_tau"], [649, 3, 1, "", "atomic_g_w"], [650, 3, 1, "", "partition_function"], [651, 3, 1, "", "quantum_number_eigenvalues"], [652, 3, 1, "", "quantum_number_eigenvalues_checked"], [653, 3, 1, "", "trace_rho_op"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[603, 1, 1, "", "__init__"], [604, 1, 1, "", "c_connection"], [605, 1, 1, "", "c_matrix"], [606, 1, 1, "", "cdag_connection"], [607, 1, 1, "", "cdag_matrix"], [608, 4, 1, "", "energies"], [609, 1, 1, "", "flatten_subspace_index"], [610, 4, 1, "", "fock_states"], [611, 4, 1, "", "fops"], [612, 4, 1, "", "full_hilbert_space_dim"], [613, 1, 1, "", "get_eigenvalue"], [614, 1, 1, "", "get_subspace_dim"], [615, 1, 1, "", "get_subspace_dims"], [616, 4, 1, "", "gs_energy"], [617, 4, 1, "", "h_atomic"], [618, 4, 1, "", "n_subspaces"], [619, 4, 1, "", "quantum_numbers"], [620, 4, 1, "", "unitary_matrices"], [621, 4, 1, "", "vacuum_state"], [622, 4, 1, "", "vacuum_subspace_index"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[624, 1, 1, "", "__init__"], [625, 1, 1, "", "c_connection"], [626, 1, 1, "", "c_matrix"], [627, 1, 1, "", "cdag_connection"], [628, 1, 1, "", "cdag_matrix"], [629, 4, 1, "", "energies"], [630, 1, 1, "", "flatten_subspace_index"], [631, 4, 1, "", "fock_states"], [632, 4, 1, "", "fops"], [633, 4, 1, "", "full_hilbert_space_dim"], [634, 1, 1, "", "get_eigenvalue"], [635, 1, 1, "", "get_subspace_dim"], [636, 1, 1, "", "get_subspace_dims"], [637, 4, 1, "", "gs_energy"], [638, 4, 1, "", "h_atomic"], [639, 4, 1, "", "n_subspaces"], [640, 4, 1, "", "quantum_numbers"], [641, 4, 1, "", "unitary_matrices"], [642, 4, 1, "", "vacuum_state"], [643, 4, 1, "", "vacuum_subspace_index"]], "triqs.dos": [[655, 2, 0, "-", "dos"], [570, 3, 1, "", "dos_from_file"], [665, 2, 0, "-", "hilbert_transform"]], "triqs.dos.dos": [[656, 0, 1, "", "DOS"], [660, 0, 1, "", "DOSFromFunction"], [664, 3, 1, "", "dos_from_file"]], "triqs.dos.dos.DOS": [[657, 1, 1, "", "__init__"], [658, 1, 1, "", "copy"], [659, 1, 1, "", "density"]], "triqs.dos.dos.DOSFromFunction": [[661, 1, 1, "", "__init__"], [662, 1, 1, "", "copy"], [663, 1, 1, "", "density"]], "triqs.dos.hilbert_transform": [[666, 0, 1, "", "HilbertTransform"]], "triqs.dos.hilbert_transform.HilbertTransform": [[667, 1, 1, "", "__init__"]], "triqs.fit": [[669, 2, 0, "-", "fit"]], "triqs.fit.fit": [[670, 0, 1, "", "Fit"]], "triqs.fit.fit.Fit": [[671, 1, 1, "", "__init__"]], "triqs.gf": [[673, 2, 0, "-", "backwd_compat"], [869, 2, 0, "-", "block2_gf"], [884, 2, 0, "-", "block_gf"], [909, 2, 0, "-", "descriptor_base"], [926, 2, 0, "-", "descriptors"], [945, 2, 0, "-", "dlr_crm_dyson_solver"], [947, 2, 0, "-", "gf"], [996, 2, 0, "-", "gf_factories"], [1006, 2, 0, "-", "gf_fnt"], [1024, 2, 0, "-", "lazy_expressions"], [1039, 2, 0, "-", "map_block"], [1040, 2, 0, "-", "matsubara_freq"], [1047, 2, 0, "-", "mesh_point"], [1054, 2, 0, "-", "mesh_product"], [1064, 2, 0, "-", "meshes"], [1193, 2, 0, "-", "plot"], [1222, 2, 0, "-", "tools"], [1234, 2, 0, "-", "wrapped_aux"]], "triqs.gf.backwd_compat": [[674, 2, 0, "-", "gf_imfreq"], [713, 2, 0, "-", "gf_imtime"], [752, 2, 0, "-", "gf_legendre"], [791, 2, 0, "-", "gf_refreq"], [830, 2, 0, "-", "gf_retime"]], "triqs.gf.backwd_compat.gf_imfreq": [[675, 0, 1, "", "GfImFreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[676, 1, 1, "", "__init__"], [677, 1, 1, "", "conjugate"], [678, 1, 1, "", "copy"], [679, 1, 1, "", "copy_from"], [680, 5, 1, "", "data"], [681, 1, 1, "", "density"], [682, 1, 1, "", "enforce_discontinuity"], [683, 1, 1, "", "fit_hermitian_tail"], [684, 1, 1, "", "fit_hermitian_tail_on_window"], [685, 1, 1, "", "fit_tail"], [686, 1, 1, "", "fit_tail_on_window"], [687, 1, 1, "", "from_L_G_R"], [688, 5, 1, "", "imag"], [689, 5, 1, "", "indices"], [690, 1, 1, "", "inverse"], [691, 1, 1, "", "invert"], [692, 1, 1, "", "is_gf_hermitian"], [693, 1, 1, "", "is_gf_real_in_tau"], [694, 5, 1, "", "mesh"], [695, 5, 1, "", "rank"], [696, 5, 1, "", "real"], [697, 1, 1, "", "rebinning_tau"], [698, 1, 1, "", "replace_by_tail"], [699, 1, 1, "", "replace_by_tail_in_fit_window"], [700, 1, 1, "", "set_from_fourier"], [701, 1, 1, "", "set_from_imfreq"], [702, 1, 1, "", "set_from_imtime"], [703, 1, 1, "", "set_from_legendre"], [704, 1, 1, "", "set_from_pade"], [705, 5, 1, "", "target_indices"], [706, 5, 1, "", "target_rank"], [707, 5, 1, "", "target_shape"], [708, 1, 1, "", "tau_L2_norm"], [709, 1, 1, "", "total_density"], [710, 1, 1, "", "transpose"], [711, 1, 1, "", "x_data_view"], [712, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_imtime": [[714, 0, 1, "", "GfImTime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[715, 1, 1, "", "__init__"], [716, 1, 1, "", "conjugate"], [717, 1, 1, "", "copy"], [718, 1, 1, "", "copy_from"], [719, 5, 1, "", "data"], [720, 1, 1, "", "density"], [721, 1, 1, "", "enforce_discontinuity"], [722, 1, 1, "", "fit_hermitian_tail"], [723, 1, 1, "", "fit_hermitian_tail_on_window"], [724, 1, 1, "", "fit_tail"], [725, 1, 1, "", "fit_tail_on_window"], [726, 1, 1, "", "from_L_G_R"], [727, 5, 1, "", "imag"], [728, 5, 1, "", "indices"], [729, 1, 1, "", "inverse"], [730, 1, 1, "", "invert"], [731, 1, 1, "", "is_gf_hermitian"], [732, 1, 1, "", "is_gf_real_in_tau"], [733, 5, 1, "", "mesh"], [734, 5, 1, "", "rank"], [735, 5, 1, "", "real"], [736, 1, 1, "", "rebinning_tau"], [737, 1, 1, "", "replace_by_tail"], [738, 1, 1, "", "replace_by_tail_in_fit_window"], [739, 1, 1, "", "set_from_fourier"], [740, 1, 1, "", "set_from_imfreq"], [741, 1, 1, "", "set_from_imtime"], [742, 1, 1, "", "set_from_legendre"], [743, 1, 1, "", "set_from_pade"], [744, 5, 1, "", "target_indices"], [745, 5, 1, "", "target_rank"], [746, 5, 1, "", "target_shape"], [747, 1, 1, "", "tau_L2_norm"], [748, 1, 1, "", "total_density"], [749, 1, 1, "", "transpose"], [750, 1, 1, "", "x_data_view"], [751, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_legendre": [[753, 0, 1, "", "GfLegendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[754, 1, 1, "", "__init__"], [755, 1, 1, "", "conjugate"], [756, 1, 1, "", "copy"], [757, 1, 1, "", "copy_from"], [758, 5, 1, "", "data"], [759, 1, 1, "", "density"], [760, 1, 1, "", "enforce_discontinuity"], [761, 1, 1, "", "fit_hermitian_tail"], [762, 1, 1, "", "fit_hermitian_tail_on_window"], [763, 1, 1, "", "fit_tail"], [764, 1, 1, "", "fit_tail_on_window"], [765, 1, 1, "", "from_L_G_R"], [766, 5, 1, "", "imag"], [767, 5, 1, "", "indices"], [768, 1, 1, "", "inverse"], [769, 1, 1, "", "invert"], [770, 1, 1, "", "is_gf_hermitian"], [771, 1, 1, "", "is_gf_real_in_tau"], [772, 5, 1, "", "mesh"], [773, 5, 1, "", "rank"], [774, 5, 1, "", "real"], [775, 1, 1, "", "rebinning_tau"], [776, 1, 1, "", "replace_by_tail"], [777, 1, 1, "", "replace_by_tail_in_fit_window"], [778, 1, 1, "", "set_from_fourier"], [779, 1, 1, "", "set_from_imfreq"], [780, 1, 1, "", "set_from_imtime"], [781, 1, 1, "", "set_from_legendre"], [782, 1, 1, "", "set_from_pade"], [783, 5, 1, "", "target_indices"], [784, 5, 1, "", "target_rank"], [785, 5, 1, "", "target_shape"], [786, 1, 1, "", "tau_L2_norm"], [787, 1, 1, "", "total_density"], [788, 1, 1, "", "transpose"], [789, 1, 1, "", "x_data_view"], [790, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_refreq": [[792, 0, 1, "", "GfReFreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[793, 1, 1, "", "__init__"], [794, 1, 1, "", "conjugate"], [795, 1, 1, "", "copy"], [796, 1, 1, "", "copy_from"], [797, 5, 1, "", "data"], [798, 1, 1, "", "density"], [799, 1, 1, "", "enforce_discontinuity"], [800, 1, 1, "", "fit_hermitian_tail"], [801, 1, 1, "", "fit_hermitian_tail_on_window"], [802, 1, 1, "", "fit_tail"], [803, 1, 1, "", "fit_tail_on_window"], [804, 1, 1, "", "from_L_G_R"], [805, 5, 1, "", "imag"], [806, 5, 1, "", "indices"], [807, 1, 1, "", "inverse"], [808, 1, 1, "", "invert"], [809, 1, 1, "", "is_gf_hermitian"], [810, 1, 1, "", "is_gf_real_in_tau"], [811, 5, 1, "", "mesh"], [812, 5, 1, "", "rank"], [813, 5, 1, "", "real"], [814, 1, 1, "", "rebinning_tau"], [815, 1, 1, "", "replace_by_tail"], [816, 1, 1, "", "replace_by_tail_in_fit_window"], [817, 1, 1, "", "set_from_fourier"], [818, 1, 1, "", "set_from_imfreq"], [819, 1, 1, "", "set_from_imtime"], [820, 1, 1, "", "set_from_legendre"], [821, 1, 1, "", "set_from_pade"], [822, 5, 1, "", "target_indices"], [823, 5, 1, "", "target_rank"], [824, 5, 1, "", "target_shape"], [825, 1, 1, "", "tau_L2_norm"], [826, 1, 1, "", "total_density"], [827, 1, 1, "", "transpose"], [828, 1, 1, "", "x_data_view"], [829, 1, 1, "", "zero"]], "triqs.gf.backwd_compat.gf_retime": [[831, 0, 1, "", "GfReTime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[832, 1, 1, "", "__init__"], [833, 1, 1, "", "conjugate"], [834, 1, 1, "", "copy"], [835, 1, 1, "", "copy_from"], [836, 5, 1, "", "data"], [837, 1, 1, "", "density"], [838, 1, 1, "", "enforce_discontinuity"], [839, 1, 1, "", "fit_hermitian_tail"], [840, 1, 1, "", "fit_hermitian_tail_on_window"], [841, 1, 1, "", "fit_tail"], [842, 1, 1, "", "fit_tail_on_window"], [843, 1, 1, "", "from_L_G_R"], [844, 5, 1, "", "imag"], [845, 5, 1, "", "indices"], [846, 1, 1, "", "inverse"], [847, 1, 1, "", "invert"], [848, 1, 1, "", "is_gf_hermitian"], [849, 1, 1, "", "is_gf_real_in_tau"], [850, 5, 1, "", "mesh"], [851, 5, 1, "", "rank"], [852, 5, 1, "", "real"], [853, 1, 1, "", "rebinning_tau"], [854, 1, 1, "", "replace_by_tail"], [855, 1, 1, "", "replace_by_tail_in_fit_window"], [856, 1, 1, "", "set_from_fourier"], [857, 1, 1, "", "set_from_imfreq"], [858, 1, 1, "", "set_from_imtime"], [859, 1, 1, "", "set_from_legendre"], [860, 1, 1, "", "set_from_pade"], [861, 5, 1, "", "target_indices"], [862, 5, 1, "", "target_rank"], [863, 5, 1, "", "target_shape"], [864, 1, 1, "", "tau_L2_norm"], [865, 1, 1, "", "total_density"], [866, 1, 1, "", "transpose"], [867, 1, 1, "", "x_data_view"], [868, 1, 1, "", "zero"]], "triqs.gf.block2_gf": [[870, 0, 1, "", "Block2Gf"]], "triqs.gf.block2_gf.Block2Gf": [[871, 1, 1, "", "__init__"], [872, 5, 1, "", "all_indices"], [873, 1, 1, "", "copy"], [874, 1, 1, "", "copy_from"], [875, 1, 1, "", "copy_selected_blocks"], [876, 5, 1, "", "imag"], [877, 5, 1, "", "indices"], [878, 5, 1, "", "indices1"], [879, 5, 1, "", "indices2"], [880, 5, 1, "", "n_blocks"], [881, 5, 1, "", "real"], [882, 1, 1, "", "view_selected_blocks"], [883, 1, 1, "", "zero"]], "triqs.gf.block_gf": [[885, 0, 1, "", "BlockGf"], [907, 3, 1, "", "call_factory_from_dict"], [908, 3, 1, "", "fix_gf_struct_type"]], "triqs.gf.block_gf.BlockGf": [[886, 1, 1, "", "__init__"], [887, 5, 1, "", "all_indices"], [888, 5, 1, "", "beta"], [889, 1, 1, "", "conjugate"], [890, 1, 1, "", "copy"], [891, 1, 1, "", "copy_from"], [892, 1, 1, "", "copy_selected_blocks"], [893, 1, 1, "", "density"], [894, 5, 1, "", "imag"], [895, 5, 1, "", "indices"], [896, 1, 1, "", "inverse"], [897, 1, 1, "", "invert"], [898, 1, 1, "", "load"], [899, 5, 1, "", "mesh"], [900, 5, 1, "", "n_blocks"], [901, 5, 1, "", "real"], [902, 1, 1, "", "save"], [903, 1, 1, "", "total_density"], [904, 1, 1, "", "transpose"], [905, 1, 1, "", "view_selected_blocks"], [906, 1, 1, "", "zero"]], "triqs.gf.descriptor_base": [[910, 0, 1, "", "Base"], [912, 0, 1, "", "BaseBlock"], [915, 0, 1, "", "Const"], [917, 0, 1, "", "Function"], [919, 0, 1, "", "LazyCTX"], [921, 0, 1, "", "Omega_"], [923, 3, 1, "", "convert_scalar_to_const"], [924, 3, 1, "", "is_lazy"], [925, 3, 1, "", "is_scalar"]], "triqs.gf.descriptor_base.Base": [[911, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.BaseBlock": [[913, 1, 1, "", "__init__"], [914, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptor_base.Const": [[916, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Function": [[918, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.LazyCTX": [[920, 1, 1, "", "__init__"]], "triqs.gf.descriptor_base.Omega_": [[922, 1, 1, "", "__init__"]], "triqs.gf.descriptors": [[927, 0, 1, "", "Flat"], [929, 0, 1, "", "Fourier"], [932, 0, 1, "", "LegendreToMatsubara"], [935, 0, 1, "", "MatsubaraToLegendre"], [561, 0, 1, "", "Omega"], [938, 0, 1, "", "OneFermionInTime"], [940, 0, 1, "", "SemiCircular"], [942, 4, 1, "", "Wilson"], [944, 3, 1, "", "semi"]], "triqs.gf.descriptors.Flat": [[928, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Fourier": [[930, 1, 1, "", "__init__"], [931, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[933, 1, 1, "", "__init__"], [934, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[936, 1, 1, "", "__init__"], [937, 1, 1, "", "is_block_descriptor"]], "triqs.gf.descriptors.OneFermionInTime": [[939, 1, 1, "", "__init__"]], "triqs.gf.descriptors.SemiCircular": [[941, 1, 1, "", "__init__"]], "triqs.gf.descriptors.Wilson": [[943, 1, 1, "", "__init__"]], "triqs.gf.dlr_crm_dyson_solver": [[946, 3, 1, "", "minimize_dyson"]], "triqs.gf.gf": [[948, 0, 1, "", "AddMethod"], [951, 0, 1, "", "CallProxyNone"], [953, 0, 1, "", "Gf"], [991, 0, 1, "", "Idx"], [993, 3, 1, "", "add_method_helper"], [994, 3, 1, "", "bckwd"], [995, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.gf.AddMethod": [[949, 1, 1, "", "__init__"], [950, 1, 1, "", "mro"]], "triqs.gf.gf.CallProxyNone": [[952, 1, 1, "", "__init__"]], "triqs.gf.gf.Gf": [[954, 1, 1, "", "__init__"], [955, 1, 1, "", "conjugate"], [956, 1, 1, "", "copy"], [957, 1, 1, "", "copy_from"], [958, 5, 1, "", "data"], [959, 1, 1, "", "density"], [960, 1, 1, "", "enforce_discontinuity"], [961, 1, 1, "", "fit_hermitian_tail"], [962, 1, 1, "", "fit_hermitian_tail_on_window"], [963, 1, 1, "", "fit_tail"], [964, 1, 1, "", "fit_tail_on_window"], [965, 1, 1, "", "from_L_G_R"], [966, 5, 1, "", "imag"], [967, 5, 1, "", "indices"], [968, 1, 1, "", "inverse"], [969, 1, 1, "", "invert"], [970, 1, 1, "", "is_gf_hermitian"], [971, 1, 1, "", "is_gf_real_in_tau"], [972, 5, 1, "", "mesh"], [973, 5, 1, "", "rank"], [974, 5, 1, "", "real"], [975, 1, 1, "", "rebinning_tau"], [976, 1, 1, "", "replace_by_tail"], [977, 1, 1, "", "replace_by_tail_in_fit_window"], [978, 1, 1, "", "set_from_fourier"], [979, 1, 1, "", "set_from_imfreq"], [980, 1, 1, "", "set_from_imtime"], [981, 1, 1, "", "set_from_legendre"], [982, 1, 1, "", "set_from_pade"], [983, 5, 1, "", "target_indices"], [984, 5, 1, "", "target_rank"], [985, 5, 1, "", "target_shape"], [986, 1, 1, "", "tau_L2_norm"], [987, 1, 1, "", "total_density"], [988, 1, 1, "", "transpose"], [989, 1, 1, "", "x_data_view"], [990, 1, 1, "", "zero"]], "triqs.gf.gf.Idx": [[992, 1, 1, "", "__init__"]], "triqs.gf.gf_factories": [[997, 3, 1, "", "fit_gf_dlr"], [998, 3, 1, "", "make_gf_dlr"], [999, 3, 1, "", "make_gf_dlr_imfreq"], [1000, 3, 1, "", "make_gf_dlr_imtime"], [1001, 3, 1, "", "make_gf_from_fourier"], [1002, 3, 1, "", "make_gf_imfreq"], [1003, 3, 1, "", "make_gf_imtime"], [1004, 3, 1, "", "make_hermitian"], [1005, 3, 1, "", "make_real_in_tau"]], "triqs.gf.gf_fnt": [[1007, 3, 1, "", "density"], [1008, 3, 1, "", "enforce_discontinuity"], [1009, 3, 1, "", "fit_hermitian_tail"], [1010, 3, 1, "", "fit_hermitian_tail_on_window"], [1011, 3, 1, "", "fit_tail"], [1012, 3, 1, "", "fit_tail_on_window"], [1013, 3, 1, "", "is_gf_hermitian"], [1014, 3, 1, "", "is_gf_real_in_tau"], [1015, 3, 1, "", "rebinning_tau"], [1016, 3, 1, "", "replace_by_tail"], [1017, 3, 1, "", "replace_by_tail_in_fit_window"], [1018, 3, 1, "", "set_from_fourier"], [1019, 3, 1, "", "set_from_imfreq"], [1020, 3, 1, "", "set_from_imtime"], [1021, 3, 1, "", "set_from_legendre"], [1022, 3, 1, "", "set_from_pade"], [1023, 3, 1, "", "tau_L2_norm"]], "triqs.gf.lazy_expressions": [[1025, 0, 1, "", "LazyExpr"], [1031, 0, 1, "", "LazyExprTerminal"], [1033, 3, 1, "", "all_terminals"], [1034, 3, 1, "", "eval_expr"], [1035, 3, 1, "", "eval_expr_with_context"], [1036, 3, 1, "", "lazy_function"], [1037, 3, 1, "", "make_lazy"], [1038, 3, 1, "", "transform"]], "triqs.gf.lazy_expressions.LazyExpr": [[1026, 1, 1, "", "__init__"], [1027, 1, 1, "", "copy"], [1028, 1, 1, "", "get_terminal"], [1029, 1, 1, "", "is_terminal"], [1030, 1, 1, "", "set_from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1032, 1, 1, "", "__init__"]], "triqs.gf.matsubara_freq": [[1041, 0, 1, "", "MatsubaraFreq"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1042, 1, 1, "", "__init__"], [1041, 4, 1, "", "beta"], [1043, 5, 1, "", "imag"], [1044, 5, 1, "", "index"], [1041, 4, 1, "", "n"], [1045, 5, 1, "", "real"], [1041, 4, 1, "", "statistic"], [1046, 5, 1, "", "value"]], "triqs.gf.mesh_point": [[1048, 0, 1, "", "MeshPoint"], [1052, 0, 1, "", "MeshValueGenerator"]], "triqs.gf.mesh_point.MeshPoint": [[1049, 1, 1, "", "__init__"], [1050, 5, 1, "", "imag"], [1051, 5, 1, "", "real"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1053, 1, 1, "", "__init__"]], "triqs.gf.mesh_product": [[1055, 0, 1, "", "MeshProduct"], [1063, 3, 1, "", "call_factory_from_dict"]], "triqs.gf.mesh_product.MeshProduct": [[1056, 1, 1, "", "__init__"], [1057, 5, 1, "", "components"], [1058, 1, 1, "", "copy"], [1059, 1, 1, "", "copy_from"], [1060, 5, 1, "", "rank"], [1061, 1, 1, "", "size_of_components"], [1062, 1, 1, "", "to_data_index"]], "triqs.gf.meshes": [[1065, 0, 1, "", "MeshBrZone"], [1078, 0, 1, "", "MeshCycLat"], [1090, 0, 1, "", "MeshDLR"], [1104, 0, 1, "", "MeshDLRImFreq"], [1118, 0, 1, "", "MeshDLRImTime"], [1132, 0, 1, "", "MeshImFreq"], [1148, 0, 1, "", "MeshImTime"], [1159, 0, 1, "", "MeshLegendre"], [1168, 0, 1, "", "MeshReFreq"], [1180, 0, 1, "", "MeshReTime"], [1192, 3, 1, "", "make_adjoint_mesh"]], "triqs.gf.meshes.MeshBrZone": [[1066, 1, 1, "", "__init__"], [1067, 4, 1, "", "bz"], [1068, 1, 1, "", "closest_index"], [1069, 1, 1, "", "copy"], [1070, 1, 1, "", "copy_from"], [1071, 4, 1, "", "dims"], [1072, 4, 1, "", "mesh_hash"], [1073, 1, 1, "", "to_data_index"], [1074, 1, 1, "", "to_index"], [1075, 1, 1, "", "to_value"], [1076, 4, 1, "", "units"], [1077, 1, 1, "", "values"]], "triqs.gf.meshes.MeshCycLat": [[1079, 1, 1, "", "__init__"], [1080, 1, 1, "", "copy"], [1081, 1, 1, "", "copy_from"], [1082, 4, 1, "", "dims"], [1083, 4, 1, "", "lattice"], [1084, 4, 1, "", "mesh_hash"], [1085, 1, 1, "", "to_data_index"], [1086, 1, 1, "", "to_index"], [1087, 1, 1, "", "to_value"], [1088, 4, 1, "", "units"], [1089, 1, 1, "", "values"]], "triqs.gf.meshes.MeshDLR": [[1091, 1, 1, "", "__init__"], [1092, 4, 1, "", "beta"], [1093, 1, 1, "", "copy"], [1094, 1, 1, "", "copy_from"], [1095, 4, 1, "", "eps"], [1096, 4, 1, "", "mesh_hash"], [1097, 4, 1, "", "statistic"], [1098, 4, 1, "", "symmetrize"], [1099, 1, 1, "", "to_data_index"], [1100, 1, 1, "", "to_index"], [1101, 1, 1, "", "to_value"], [1102, 1, 1, "", "values"], [1103, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImFreq": [[1105, 1, 1, "", "__init__"], [1106, 4, 1, "", "beta"], [1107, 1, 1, "", "copy"], [1108, 1, 1, "", "copy_from"], [1109, 4, 1, "", "eps"], [1110, 4, 1, "", "mesh_hash"], [1111, 4, 1, "", "statistic"], [1112, 4, 1, "", "symmetrize"], [1113, 1, 1, "", "to_data_index"], [1114, 1, 1, "", "to_index"], [1115, 1, 1, "", "to_value"], [1116, 1, 1, "", "values"], [1117, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshDLRImTime": [[1119, 1, 1, "", "__init__"], [1120, 4, 1, "", "beta"], [1121, 1, 1, "", "copy"], [1122, 1, 1, "", "copy_from"], [1123, 4, 1, "", "eps"], [1124, 4, 1, "", "mesh_hash"], [1125, 4, 1, "", "statistic"], [1126, 4, 1, "", "symmetrize"], [1127, 1, 1, "", "to_data_index"], [1128, 1, 1, "", "to_index"], [1129, 1, 1, "", "to_value"], [1130, 1, 1, "", "values"], [1131, 4, 1, "", "w_max"]], "triqs.gf.meshes.MeshImFreq": [[1133, 1, 1, "", "__init__"], [1134, 4, 1, "", "beta"], [1135, 1, 1, "", "copy"], [1136, 1, 1, "", "copy_from"], [1137, 1, 1, "", "first_index"], [1138, 1, 1, "", "last_index"], [1139, 4, 1, "", "mesh_hash"], [1140, 4, 1, "", "n_iw"], [1141, 1, 1, "", "positive_only"], [1142, 1, 1, "", "set_tail_fit_parameters"], [1143, 4, 1, "", "statistic"], [1144, 1, 1, "", "to_data_index"], [1145, 1, 1, "", "to_index"], [1146, 1, 1, "", "to_value"], [1147, 1, 1, "", "values"]], "triqs.gf.meshes.MeshImTime": [[1149, 1, 1, "", "__init__"], [1150, 4, 1, "", "beta"], [1151, 1, 1, "", "copy"], [1152, 1, 1, "", "copy_from"], [1153, 4, 1, "", "mesh_hash"], [1154, 4, 1, "", "statistic"], [1155, 1, 1, "", "to_data_index"], [1156, 1, 1, "", "to_index"], [1157, 1, 1, "", "to_value"], [1158, 1, 1, "", "values"]], "triqs.gf.meshes.MeshLegendre": [[1160, 1, 1, "", "__init__"], [1161, 4, 1, "", "beta"], [1162, 1, 1, "", "copy"], [1163, 1, 1, "", "copy_from"], [1164, 4, 1, "", "mesh_hash"], [1165, 4, 1, "", "statistic"], [1166, 1, 1, "", "to_data_index"], [1167, 1, 1, "", "to_index"]], "triqs.gf.meshes.MeshReFreq": [[1169, 1, 1, "", "__init__"], [1170, 1, 1, "", "copy"], [1171, 1, 1, "", "copy_from"], [1172, 4, 1, "", "delta"], [1173, 4, 1, "", "mesh_hash"], [1174, 1, 1, "", "to_data_index"], [1175, 1, 1, "", "to_index"], [1176, 1, 1, "", "to_value"], [1177, 1, 1, "", "values"], [1178, 4, 1, "", "w_max"], [1179, 4, 1, "", "w_min"]], "triqs.gf.meshes.MeshReTime": [[1181, 1, 1, "", "__init__"], [1182, 1, 1, "", "copy"], [1183, 1, 1, "", "copy_from"], [1184, 4, 1, "", "delta"], [1185, 4, 1, "", "mesh_hash"], [1186, 4, 1, "", "t_max"], [1187, 4, 1, "", "t_min"], [1188, 1, 1, "", "to_data_index"], [1189, 1, 1, "", "to_index"], [1190, 1, 1, "", "to_value"], [1191, 1, 1, "", "values"]], "triqs.gf.plot": [[1194, 2, 0, "-", "bz"], [1202, 2, 0, "-", "bz_x_x"], [1205, 3, 1, "", "dispatcher"], [1206, 2, 0, "-", "one_var"], [1214, 2, 0, "-", "plot_base"], [1216, 2, 0, "-", "select_indices"]], "triqs.gf.plot.bz": [[1195, 3, 1, "", "dist"], [1196, 3, 1, "", "generate_points"], [1197, 3, 1, "", "generate_points_on_path"], [1198, 3, 1, "", "length"], [1199, 3, 1, "", "make_plottable"], [1200, 3, 1, "", "plot"], [1201, 3, 1, "", "slice_on_path"]], "triqs.gf.plot.bz_x_x": [[1203, 3, 1, "", "plot"], [1204, 3, 1, "", "plottable_slice_along_path"]], "triqs.gf.plot.one_var": [[1207, 3, 1, "", "dlr_imfreq"], [1208, 3, 1, "", "dlr_imtime"], [1209, 3, 1, "", "imfreq"], [1210, 3, 1, "", "imtime"], [1211, 3, 1, "", "legendre"], [1212, 3, 1, "", "refreq"], [1213, 3, 1, "", "retime"]], "triqs.gf.plot.plot_base": [[1215, 3, 1, "", "plot_base"]], "triqs.gf.plot.select_indices": [[1217, 3, 1, "", "closest_point_in_line"], [1218, 3, 1, "", "closest_to"], [1219, 3, 1, "", "dist"], [1220, 3, 1, "", "pick_selection_vec"], [1221, 3, 1, "", "select_path_indices"]], "triqs.gf.tools": [[1223, 3, 1, "", "conjugate"], [1224, 3, 1, "", "delta"], [1225, 3, 1, "", "discretize_bath"], [1226, 3, 1, "", "dyson"], [1227, 3, 1, "", "fit_legendre"], [1228, 3, 1, "", "inverse"], [1229, 3, 1, "", "make_delta"], [1230, 3, 1, "", "make_zero_tail"], [1231, 3, 1, "", "read_gf_from_txt"], [1232, 3, 1, "", "transpose"], [1233, 3, 1, "", "write_gf_to_txt"]], "triqs.gf.wrapped_aux": [[1235, 0, 1, "", "CallProxyBrZone_0"], [1237, 0, 1, "", "CallProxyBrZone_1"], [1239, 0, 1, "", "CallProxyBrZone_2"], [1241, 0, 1, "", "CallProxyBrZone_3"], [1243, 0, 1, "", "CallProxyBrZone_4"], [1245, 0, 1, "", "CallProxyBrZone_x_DLR_0"], [1247, 0, 1, "", "CallProxyBrZone_x_DLR_1"], [1249, 0, 1, "", "CallProxyBrZone_x_DLR_2"], [1251, 0, 1, "", "CallProxyBrZone_x_DLR_3"], [1253, 0, 1, "", "CallProxyBrZone_x_DLR_4"], [1255, 0, 1, "", "CallProxyBrZone_x_ImFreq_0"], [1257, 0, 1, "", "CallProxyBrZone_x_ImFreq_1"], [1259, 0, 1, "", "CallProxyBrZone_x_ImFreq_2"], [1261, 0, 1, "", "CallProxyBrZone_x_ImFreq_3"], [1263, 0, 1, "", "CallProxyBrZone_x_ImFreq_4"], [1265, 0, 1, "", "CallProxyBrZone_x_ImTime_0"], [1267, 0, 1, "", "CallProxyBrZone_x_ImTime_0_R"], [1269, 0, 1, "", "CallProxyBrZone_x_ImTime_1"], [1271, 0, 1, "", "CallProxyBrZone_x_ImTime_1_R"], [1273, 0, 1, "", "CallProxyBrZone_x_ImTime_2"], [1275, 0, 1, "", "CallProxyBrZone_x_ImTime_2_R"], [1277, 0, 1, "", "CallProxyBrZone_x_ImTime_3"], [1279, 0, 1, "", "CallProxyBrZone_x_ImTime_3_R"], [1281, 0, 1, "", "CallProxyBrZone_x_ImTime_4"], [1283, 0, 1, "", "CallProxyBrZone_x_ImTime_4_R"], [1285, 0, 1, "", "CallProxyBrZone_x_Legendre_0"], [1287, 0, 1, "", "CallProxyBrZone_x_Legendre_1"], [1289, 0, 1, "", "CallProxyBrZone_x_Legendre_2"], [1291, 0, 1, "", "CallProxyBrZone_x_Legendre_3"], [1293, 0, 1, "", "CallProxyBrZone_x_Legendre_4"], [1295, 0, 1, "", "CallProxyBrZone_x_ReFreq_0"], [1297, 0, 1, "", "CallProxyBrZone_x_ReFreq_1"], [1299, 0, 1, "", "CallProxyBrZone_x_ReFreq_2"], [1301, 0, 1, "", "CallProxyBrZone_x_ReFreq_3"], [1303, 0, 1, "", "CallProxyBrZone_x_ReFreq_4"], [1305, 0, 1, "", "CallProxyBrZone_x_ReTime_0"], [1307, 0, 1, "", "CallProxyBrZone_x_ReTime_1"], [1309, 0, 1, "", "CallProxyBrZone_x_ReTime_2"], [1311, 0, 1, "", "CallProxyBrZone_x_ReTime_3"], [1313, 0, 1, "", "CallProxyBrZone_x_ReTime_4"], [1315, 0, 1, "", "CallProxyCycLat_0"], [1317, 0, 1, "", "CallProxyCycLat_1"], [1319, 0, 1, "", "CallProxyCycLat_2"], [1321, 0, 1, "", "CallProxyCycLat_3"], [1323, 0, 1, "", "CallProxyCycLat_4"], [1325, 0, 1, "", "CallProxyCycLat_x_DLR_0"], [1327, 0, 1, "", "CallProxyCycLat_x_DLR_1"], [1329, 0, 1, "", "CallProxyCycLat_x_DLR_2"], [1331, 0, 1, "", "CallProxyCycLat_x_DLR_3"], [1333, 0, 1, "", "CallProxyCycLat_x_DLR_4"], [1335, 0, 1, "", "CallProxyCycLat_x_ImFreq_0"], [1337, 0, 1, "", "CallProxyCycLat_x_ImFreq_1"], [1339, 0, 1, "", "CallProxyCycLat_x_ImFreq_2"], [1341, 0, 1, "", "CallProxyCycLat_x_ImFreq_3"], [1343, 0, 1, "", "CallProxyCycLat_x_ImFreq_4"], [1345, 0, 1, "", "CallProxyCycLat_x_ImTime_0"], [1347, 0, 1, "", "CallProxyCycLat_x_ImTime_0_R"], [1349, 0, 1, "", "CallProxyCycLat_x_ImTime_1"], [1351, 0, 1, "", "CallProxyCycLat_x_ImTime_1_R"], [1353, 0, 1, "", "CallProxyCycLat_x_ImTime_2"], [1355, 0, 1, "", "CallProxyCycLat_x_ImTime_2_R"], [1357, 0, 1, "", "CallProxyCycLat_x_ImTime_3"], [1359, 0, 1, "", "CallProxyCycLat_x_ImTime_3_R"], [1361, 0, 1, "", "CallProxyCycLat_x_ImTime_4"], [1363, 0, 1, "", "CallProxyCycLat_x_ImTime_4_R"], [1365, 0, 1, "", "CallProxyCycLat_x_Legendre_0"], [1367, 0, 1, "", "CallProxyCycLat_x_Legendre_1"], [1369, 0, 1, "", "CallProxyCycLat_x_Legendre_2"], [1371, 0, 1, "", "CallProxyCycLat_x_Legendre_3"], [1373, 0, 1, "", "CallProxyCycLat_x_Legendre_4"], [1375, 0, 1, "", "CallProxyCycLat_x_ReFreq_0"], [1377, 0, 1, "", "CallProxyCycLat_x_ReFreq_1"], [1379, 0, 1, "", "CallProxyCycLat_x_ReFreq_2"], [1381, 0, 1, "", "CallProxyCycLat_x_ReFreq_3"], [1383, 0, 1, "", "CallProxyCycLat_x_ReFreq_4"], [1385, 0, 1, "", "CallProxyCycLat_x_ReTime_0"], [1387, 0, 1, "", "CallProxyCycLat_x_ReTime_1"], [1389, 0, 1, "", "CallProxyCycLat_x_ReTime_2"], [1391, 0, 1, "", "CallProxyCycLat_x_ReTime_3"], [1393, 0, 1, "", "CallProxyCycLat_x_ReTime_4"], [1395, 0, 1, "", "CallProxyDLR_0"], [1397, 0, 1, "", "CallProxyDLR_1"], [1399, 0, 1, "", "CallProxyDLR_2"], [1401, 0, 1, "", "CallProxyDLR_3"], [1403, 0, 1, "", "CallProxyDLR_4"], [1405, 0, 1, "", "CallProxyDLR_x_BrZone_0"], [1407, 0, 1, "", "CallProxyDLR_x_BrZone_1"], [1409, 0, 1, "", "CallProxyDLR_x_BrZone_2"], [1411, 0, 1, "", "CallProxyDLR_x_BrZone_3"], [1413, 0, 1, "", "CallProxyDLR_x_BrZone_4"], [1415, 0, 1, "", "CallProxyDLR_x_CycLat_0"], [1417, 0, 1, "", "CallProxyDLR_x_CycLat_1"], [1419, 0, 1, "", "CallProxyDLR_x_CycLat_2"], [1421, 0, 1, "", "CallProxyDLR_x_CycLat_3"], [1423, 0, 1, "", "CallProxyDLR_x_CycLat_4"], [1425, 0, 1, "", "CallProxyImFreq_0"], [1427, 0, 1, "", "CallProxyImFreq_1"], [1429, 0, 1, "", "CallProxyImFreq_2"], [1431, 0, 1, "", "CallProxyImFreq_3"], [1433, 0, 1, "", "CallProxyImFreq_4"], [1435, 0, 1, "", "CallProxyImFreq_x_BrZone_0"], [1437, 0, 1, "", "CallProxyImFreq_x_BrZone_1"], [1439, 0, 1, "", "CallProxyImFreq_x_BrZone_2"], [1441, 0, 1, "", "CallProxyImFreq_x_BrZone_3"], [1443, 0, 1, "", "CallProxyImFreq_x_BrZone_4"], [1445, 0, 1, "", "CallProxyImFreq_x_CycLat_0"], [1447, 0, 1, "", "CallProxyImFreq_x_CycLat_1"], [1449, 0, 1, "", "CallProxyImFreq_x_CycLat_2"], [1451, 0, 1, "", "CallProxyImFreq_x_CycLat_3"], [1453, 0, 1, "", "CallProxyImFreq_x_CycLat_4"], [1455, 0, 1, "", "CallProxyImTime_0"], [1457, 0, 1, "", "CallProxyImTime_0_R"], [1459, 0, 1, "", "CallProxyImTime_1"], [1461, 0, 1, "", "CallProxyImTime_1_R"], [1463, 0, 1, "", "CallProxyImTime_2"], [1465, 0, 1, "", "CallProxyImTime_2_R"], [1467, 0, 1, "", "CallProxyImTime_3"], [1469, 0, 1, "", "CallProxyImTime_3_R"], [1471, 0, 1, "", "CallProxyImTime_4"], [1473, 0, 1, "", "CallProxyImTime_4_R"], [1475, 0, 1, "", "CallProxyImTime_x_BrZone_0"], [1477, 0, 1, "", "CallProxyImTime_x_BrZone_0_R"], [1479, 0, 1, "", "CallProxyImTime_x_BrZone_1"], [1481, 0, 1, "", "CallProxyImTime_x_BrZone_1_R"], [1483, 0, 1, "", "CallProxyImTime_x_BrZone_2"], [1485, 0, 1, "", "CallProxyImTime_x_BrZone_2_R"], [1487, 0, 1, "", "CallProxyImTime_x_BrZone_3"], [1489, 0, 1, "", "CallProxyImTime_x_BrZone_3_R"], [1491, 0, 1, "", "CallProxyImTime_x_BrZone_4"], [1493, 0, 1, "", "CallProxyImTime_x_BrZone_4_R"], [1495, 0, 1, "", "CallProxyImTime_x_CycLat_0"], [1497, 0, 1, "", "CallProxyImTime_x_CycLat_0_R"], [1499, 0, 1, "", "CallProxyImTime_x_CycLat_1"], [1501, 0, 1, "", "CallProxyImTime_x_CycLat_1_R"], [1503, 0, 1, "", "CallProxyImTime_x_CycLat_2"], [1505, 0, 1, "", "CallProxyImTime_x_CycLat_2_R"], [1507, 0, 1, "", "CallProxyImTime_x_CycLat_3"], [1509, 0, 1, "", "CallProxyImTime_x_CycLat_3_R"], [1511, 0, 1, "", "CallProxyImTime_x_CycLat_4"], [1513, 0, 1, "", "CallProxyImTime_x_CycLat_4_R"], [1515, 0, 1, "", "CallProxyLegendre_0"], [1517, 0, 1, "", "CallProxyLegendre_1"], [1519, 0, 1, "", "CallProxyLegendre_2"], [1521, 0, 1, "", "CallProxyLegendre_3"], [1523, 0, 1, "", "CallProxyLegendre_4"], [1525, 0, 1, "", "CallProxyLegendre_x_BrZone_0"], [1527, 0, 1, "", "CallProxyLegendre_x_BrZone_1"], [1529, 0, 1, "", "CallProxyLegendre_x_BrZone_2"], [1531, 0, 1, "", "CallProxyLegendre_x_BrZone_3"], [1533, 0, 1, "", "CallProxyLegendre_x_BrZone_4"], [1535, 0, 1, "", "CallProxyLegendre_x_CycLat_0"], [1537, 0, 1, "", "CallProxyLegendre_x_CycLat_1"], [1539, 0, 1, "", "CallProxyLegendre_x_CycLat_2"], [1541, 0, 1, "", "CallProxyLegendre_x_CycLat_3"], [1543, 0, 1, "", "CallProxyLegendre_x_CycLat_4"], [1545, 0, 1, "", "CallProxyReFreq_0"], [1547, 0, 1, "", "CallProxyReFreq_1"], [1549, 0, 1, "", "CallProxyReFreq_2"], [1551, 0, 1, "", "CallProxyReFreq_3"], [1553, 0, 1, "", "CallProxyReFreq_4"], [1555, 0, 1, "", "CallProxyReFreq_x_BrZone_0"], [1557, 0, 1, "", "CallProxyReFreq_x_BrZone_1"], [1559, 0, 1, "", "CallProxyReFreq_x_BrZone_2"], [1561, 0, 1, "", "CallProxyReFreq_x_BrZone_3"], [1563, 0, 1, "", "CallProxyReFreq_x_BrZone_4"], [1565, 0, 1, "", "CallProxyReFreq_x_CycLat_0"], [1567, 0, 1, "", "CallProxyReFreq_x_CycLat_1"], [1569, 0, 1, "", "CallProxyReFreq_x_CycLat_2"], [1571, 0, 1, "", "CallProxyReFreq_x_CycLat_3"], [1573, 0, 1, "", "CallProxyReFreq_x_CycLat_4"], [1575, 0, 1, "", "CallProxyReTime_0"], [1577, 0, 1, "", "CallProxyReTime_1"], [1579, 0, 1, "", "CallProxyReTime_2"], [1581, 0, 1, "", "CallProxyReTime_3"], [1583, 0, 1, "", "CallProxyReTime_4"], [1585, 0, 1, "", "CallProxyReTime_x_BrZone_0"], [1587, 0, 1, "", "CallProxyReTime_x_BrZone_1"], [1589, 0, 1, "", "CallProxyReTime_x_BrZone_2"], [1591, 0, 1, "", "CallProxyReTime_x_BrZone_3"], [1593, 0, 1, "", "CallProxyReTime_x_BrZone_4"], [1595, 0, 1, "", "CallProxyReTime_x_CycLat_0"], [1597, 0, 1, "", "CallProxyReTime_x_CycLat_1"], [1599, 0, 1, "", "CallProxyReTime_x_CycLat_2"], [1601, 0, 1, "", "CallProxyReTime_x_CycLat_3"], [1603, 0, 1, "", "CallProxyReTime_x_CycLat_4"], [1605, 3, 1, "", "set_from_gf_data_mul_LR"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1236, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1238, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1240, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1242, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1244, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1246, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1248, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1250, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1252, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1254, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1256, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1258, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1260, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1262, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1264, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1266, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1268, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1270, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1272, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1274, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1276, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1278, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1280, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1282, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1284, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1286, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1288, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1290, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1292, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1294, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1296, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1298, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1300, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1302, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1304, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1306, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1308, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1310, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1312, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1314, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1316, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1318, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1320, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1322, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1324, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1326, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1328, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1330, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1332, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1334, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1336, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1338, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1340, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1342, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1344, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1346, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1348, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1350, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1352, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1354, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1356, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1358, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1360, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1362, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1364, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1366, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1368, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1370, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1372, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1374, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1376, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1378, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1380, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1382, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1384, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1386, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1388, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1390, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1392, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1394, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1396, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1398, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1400, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1402, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1404, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1406, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1408, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1410, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1412, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1414, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1416, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1418, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1420, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1422, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1424, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1426, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1428, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1430, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1432, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1434, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1436, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1438, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1440, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1442, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1444, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1446, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1448, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1450, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1452, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1454, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1456, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1458, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1460, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1462, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1464, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1466, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1468, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1470, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1472, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1474, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1476, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1478, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1480, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1482, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1484, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1486, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1488, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1490, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1492, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1494, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1496, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1498, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1500, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1502, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1504, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1506, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1508, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1510, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1512, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1514, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1516, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1518, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1520, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1522, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1524, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1526, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1528, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1530, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1532, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1534, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1536, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1538, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1540, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1542, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1544, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1546, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1548, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1550, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1552, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1554, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1556, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1558, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1560, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1562, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1564, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1566, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1568, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1570, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1572, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1574, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1576, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1578, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1580, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1582, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1584, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1586, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1588, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1590, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1592, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1594, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1596, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1598, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1600, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1602, 1, 1, "", "__init__"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1604, 1, 1, "", "__init__"]], "triqs.lattice": [[1607, 2, 0, "-", "bz_patch"], [1611, 2, 0, "-", "lattice_tools"], [1635, 2, 0, "-", "point"], [1639, 2, 0, "-", "super_lattice"], [1659, 2, 0, "-", "tight_binding"], [1675, 2, 0, "-", "utils"]], "triqs.lattice.bz_patch": [[1608, 0, 1, "", "BZPatch"]], "triqs.lattice.bz_patch.BZPatch": [[1609, 1, 1, "", "__init__"], [1610, 1, 1, "", "dos"]], "triqs.lattice.lattice_tools": [[1612, 0, 1, "", "BravaisLattice"], [1620, 0, 1, "", "BrillouinZone"], [1625, 0, 1, "", "TightBinding"], [1633, 3, 1, "", "dos"], [1634, 3, 1, "", "dos_patch"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1613, 1, 1, "", "__init__"], [1614, 1, 1, "", "lattice_to_real_coordinates"], [1615, 4, 1, "", "n_orbitals"], [1616, 4, 1, "", "ndim"], [1617, 4, 1, "", "orbital_names"], [1618, 4, 1, "", "orbital_positions"], [1619, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1621, 1, 1, "", "__init__"], [1622, 4, 1, "", "lattice"], [1623, 4, 1, "", "ndim"], [1624, 4, 1, "", "units"]], "triqs.lattice.lattice_tools.TightBinding": [[1626, 1, 1, "", "__init__"], [1627, 1, 1, "", "dispersion"], [1628, 4, 1, "", "displ_vec"], [1629, 1, 1, "", "fourier"], [1630, 4, 1, "", "lattice"], [1631, 1, 1, "", "lattice_to_real_coordinates"], [1632, 4, 1, "", "overlap_mat_vec"]], "triqs.lattice.point": [[1636, 0, 1, "", "LatticePoint"]], "triqs.lattice.point.LatticePoint": [[1637, 1, 1, "", "__init__"], [1636, 4, 1, "", "index"], [1636, 4, 1, "", "lattice"], [1638, 5, 1, "", "value"]], "triqs.lattice.super_lattice": [[1640, 0, 1, "", "TBSuperLattice"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1641, 1, 1, "", "__init__"], [1642, 1, 1, "", "change_coordinates_L_to_SL"], [1643, 1, 1, "", "change_coordinates_SL_to_L"], [1644, 1, 1, "", "cluster_sites"], [1645, 1, 1, "", "dispersion"], [1646, 1, 1, "", "fold"], [1647, 1, 1, "", "fourier"], [1648, 1, 1, "", "get_kmesh"], [1649, 1, 1, "", "get_rmesh"], [1650, 5, 1, "", "hoppings"], [1651, 1, 1, "", "lattice_to_real_coordinates"], [1652, 5, 1, "", "n_orbitals"], [1653, 5, 1, "", "ndim"], [1654, 5, 1, "", "orbital_names"], [1655, 5, 1, "", "orbital_positions"], [1656, 1, 1, "", "pack_index_site_orbital"], [1657, 5, 1, "", "units"], [1658, 1, 1, "", "unpack_index_site_orbital"]], "triqs.lattice.tight_binding": [[1660, 0, 1, "", "TBLattice"], [1673, 3, 1, "", "dos"], [1674, 3, 1, "", "dos_patch"]], "triqs.lattice.tight_binding.TBLattice": [[1661, 1, 1, "", "__init__"], [1660, 4, 1, "", "bl"], [1660, 4, 1, "", "bz"], [1662, 1, 1, "", "dispersion"], [1663, 1, 1, "", "fourier"], [1664, 1, 1, "", "get_kmesh"], [1665, 1, 1, "", "get_rmesh"], [1666, 5, 1, "", "hoppings"], [1667, 1, 1, "", "lattice_to_real_coordinates"], [1668, 5, 1, "", "n_orbitals"], [1669, 5, 1, "", "ndim"], [1670, 5, 1, "", "orbital_names"], [1671, 5, 1, "", "orbital_positions"], [1660, 4, 1, "", "tb"], [1672, 5, 1, "", "units"]], "triqs.lattice.utils": [[1676, 3, 1, "", "TB_from_pythTB"], [1677, 3, 1, "", "TB_from_wannier90"], [1678, 3, 1, "", "TB_to_sympy"], [1679, 3, 1, "", "extend_wannier90_to_spin"], [1680, 3, 1, "", "k_space_path"], [1681, 3, 1, "", "parse_hopping_from_wannier90_hr_dat"], [1682, 3, 1, "", "parse_lattice_vectors_from_wannier90_wout"]], "triqs.operators": [[1684, 2, 0, "-", "operators"], [1695, 2, 0, "-", "util"]], "triqs.operators.operators": [[1685, 0, 1, "", "Operator"], [1690, 3, 1, "", "c"], [1691, 3, 1, "", "c_dag"], [1692, 3, 1, "", "dagger"], [1693, 3, 1, "", "is_op_hermitian"], [1694, 3, 1, "", "n"]], "triqs.operators.operators.Operator": [[1686, 1, 1, "", "__init__"], [1687, 4, 1, "", "imag"], [1688, 1, 1, "", "is_zero"], [1689, 4, 1, "", "real"]], "triqs.operators.util": [[1696, 2, 0, "-", "U_matrix"], [1711, 2, 0, "-", "extractors"], [1720, 2, 0, "-", "hamiltonians"], [1727, 2, 0, "-", "observables"], [1735, 2, 0, "-", "op_struct"]], "triqs.operators.util.U_matrix": [[1697, 3, 1, "", "U_J_to_radial_integrals"], [1698, 3, 1, "", "U_matrix_kanamori"], [1699, 3, 1, "", "U_matrix_slater"], [1700, 3, 1, "", "angular_matrix_element"], [1701, 3, 1, "", "clebsch_gordan"], [1702, 3, 1, "", "cubic_names"], [1703, 3, 1, "", "eg_submatrix"], [1704, 3, 1, "", "radial_integrals_to_U_J"], [1705, 3, 1, "", "reduce_4index_to_2index"], [1706, 3, 1, "", "spherical_to_cubic"], [1707, 3, 1, "", "subarray"], [1708, 3, 1, "", "t2g_submatrix"], [1709, 3, 1, "", "three_j_symbol"], [1710, 3, 1, "", "transform_U_matrix"]], "triqs.operators.util.extractors": [[1712, 3, 1, "", "block_matrix_from_op"], [1713, 3, 1, "", "dict_to_matrix"], [1714, 3, 1, "", "extract_U_dict2"], [1715, 3, 1, "", "extract_U_dict4"], [1716, 3, 1, "", "extract_h_dict"], [1717, 3, 1, "", "op_from_block_matrix"], [1718, 3, 1, "", "quadratic_terms"], [1719, 3, 1, "", "quartic_terms"]], "triqs.operators.util.hamiltonians": [[1721, 3, 1, "", "backward_compat"], [1722, 3, 1, "", "diagonal_part"], [1723, 3, 1, "", "h_int_density"], [1724, 3, 1, "", "h_int_kanamori"], [1725, 3, 1, "", "h_int_slater"], [1726, 3, 1, "", "make_operator_real"]], "triqs.operators.util.observables": [[1728, 3, 1, "", "L2_op"], [1729, 3, 1, "", "LS_op"], [1730, 3, 1, "", "L_op"], [1731, 3, 1, "", "N_op"], [1732, 3, 1, "", "S2_op"], [1733, 3, 1, "", "S_op"], [1734, 3, 1, "", "check_backward_compat"]], "triqs.operators.util.op_struct": [[1736, 3, 1, "", "get_mkind"], [1737, 3, 1, "", "set_operator_structure"]], "triqs.plot": [[591, 3, 1, "", "_plot_"], [1739, 2, 0, "-", "mpl_interface"], [1744, 2, 0, "-", "protocol"]], "triqs.plot.mpl_interface": [[1740, 3, 1, "", "oplot"], [1741, 3, 1, "", "oploti"], [1742, 3, 1, "", "oplotr"], [1743, 3, 1, "", "use_amsmath"]], "triqs.plot.protocol": [[1745, 3, 1, "", "clip_array"], [1746, 3, 1, "", "plot_protocol_apply"]], "triqs.random_generator": [[1748, 0, 1, "", "RandomGenerator"], [1750, 2, 0, "-", "random_generator"], [593, 3, 1, "", "random_generator_names_list"]], "triqs.random_generator.RandomGenerator": [[1749, 1, 1, "", "__init__"]], "triqs.random_generator.random_generator": [[1751, 3, 1, "", "random_generator_names_list"]], "triqs.stat": [[1753, 2, 0, "-", "histogram"], [1755, 2, 0, "-", "histograms"]], "triqs.stat.histogram": [[1754, 3, 1, "", "plot"]], "triqs.stat.histograms": [[1756, 0, 1, "", "Histogram"], [1764, 3, 1, "", "cdf"], [1765, 3, 1, "", "pdf"]], "triqs.stat.histograms.Histogram": [[1757, 1, 1, "", "__init__"], [1758, 1, 1, "", "clear"], [1759, 4, 1, "", "data"], [1760, 4, 1, "", "limits"], [1761, 1, 1, "", "mesh_point"], [1762, 4, 1, "", "n_data_pts"], [1763, 4, 1, "", "n_lost_pts"]], "triqs.sumk": [[1767, 2, 0, "-", "sumk_discrete"], [1773, 2, 0, "-", "sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete": [[1768, 0, 1, "", "SumkDiscrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1769, 5, 1, "", "GFBlocIndices"], [1770, 1, 1, "", "__init__"], [1771, 1, 1, "", "n_kpts"], [1772, 1, 1, "", "resize_arrays"]], "triqs.sumk.sumk_discrete_from_lattice": [[1774, 0, 1, "", "SumkDiscreteFromLattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1775, 5, 1, "", "GFBlocIndices"], [1776, 1, 1, "", "Recompute_Grid"], [1777, 1, 1, "", "__init__"], [1778, 1, 1, "", "n_kpts"], [1779, 1, 1, "", "resize_arrays"]], "triqs.utility": [[1781, 2, 0, "-", "bound_and_bisect"], [1784, 2, 0, "-", "capture_stdout"], [1785, 2, 0, "-", "comparison_tests"], [1791, 2, 0, "-", "dichotomy"], [1793, 2, 0, "-", "dist_on_nodes"], [1813, 2, 0, "-", "h5diff"], [1816, 2, 0, "-", "mpi"], [1818, 2, 0, "-", "mpi_mpi4py"], [1832, 2, 0, "-", "mpi_nompi"], [1844, 2, 0, "-", "redirect"]], "triqs.utility.bound_and_bisect": [[1782, 3, 1, "", "bound_and_bisect"], [1783, 3, 1, "", "determine_bounds"]], "triqs.utility.comparison_tests": [[1786, 3, 1, "", "assert_array_close_to_scalar"], [1787, 3, 1, "", "assert_arrays_are_close"], [1788, 3, 1, "", "assert_block2_gfs_are_close"], [1789, 3, 1, "", "assert_block_gfs_are_close"], [1790, 3, 1, "", "assert_gfs_are_close"]], "triqs.utility.dichotomy": [[1792, 3, 1, "", "dichotomy"]], "triqs.utility.dist_on_nodes": [[1794, 0, 1, "", "DistributionOnNodes"], [1798, 0, 1, "", "DistributionOnNodesOneStack"], [1805, 0, 1, "", "DistributionOnNodesTest"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1795, 4, 1, "", "SleepTime"], [1796, 1, 1, "", "__init__"], [1797, 1, 1, "", "run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1799, 4, 1, "", "SleepTime"], [1800, 1, 1, "", "__init__"], [1801, 1, 1, "", "finished"], [1802, 1, 1, "", "result"], [1803, 1, 1, "", "run"], [1804, 1, 1, "", "treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1806, 4, 1, "", "SleepTime"], [1807, 1, 1, "", "__init__"], [1808, 1, 1, "", "finished"], [1809, 1, 1, "", "result"], [1810, 1, 1, "", "run"], [1811, 1, 1, "", "the_function"], [1812, 1, 1, "", "treate"]], "triqs.utility.h5diff": [[1814, 3, 1, "", "compare"], [1815, 3, 1, "", "h5diff"]], "triqs.utility.mpi": [[1817, 3, 1, "", "check_for_mpi"]], "triqs.utility.mpi_mpi4py": [[1819, 3, 1, "", "all_reduce"], [1820, 3, 1, "", "barrier"], [1821, 3, 1, "", "bcast"], [1822, 3, 1, "", "is_master_node"], [1823, 3, 1, "", "master_gets_host_names"], [1824, 3, 1, "", "myprint_err"], [1825, 3, 1, "", "myprint_out"], [1826, 3, 1, "", "recv"], [1827, 3, 1, "", "report"], [1828, 3, 1, "", "send"], [1829, 3, 1, "", "slice_array"], [1830, 3, 1, "", "slice_inf"], [1831, 3, 1, "", "slice_sup"]], "triqs.utility.mpi_nompi": [[1833, 3, 1, "", "all_reduce"], [1834, 3, 1, "", "barrier"], [1835, 3, 1, "", "bcast"], [1836, 3, 1, "", "is_master_node"], [1837, 3, 1, "", "master_gets_host_names"], [1838, 3, 1, "", "myprint_err"], [1839, 3, 1, "", "myprint_out"], [1840, 3, 1, "", "recv"], [1841, 3, 1, "", "report"], [1842, 3, 1, "", "send"], [1843, 3, 1, "", "slice_array"]], "triqs.utility.redirect": [[1845, 0, 1, "", "T"], [1860, 3, 1, "", "start_redirect"], [1861, 3, 1, "", "stop_redirect"]], "triqs.utility.redirect.T": [[1846, 1, 1, "", "__init__"], [1847, 5, 1, "", "daemon"], [1848, 1, 1, "", "getName"], [1849, 5, 1, "", "ident"], [1850, 1, 1, "", "isDaemon"], [1851, 1, 1, "", "is_alive"], [1852, 1, 1, "", "join"], [1853, 5, 1, "", "name"], [1854, 5, 1, "", "native_id"], [1855, 1, 1, "", "run"], [1856, 1, 1, "", "setDaemon"], [1857, 1, 1, "", "setName"], [1858, 1, 1, "", "start"], [1859, 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, 592, 1864, 1924], "3": [0, 535, 548, 1863, 1872, 1887, 1891, 1909, 1910], "1": [0, 508, 535, 548, 1065, 1078, 1168, 1180, 1887, 1891, 1909, 1910], "gener": [0, 505, 580, 593, 1903], "doc": 0, "0": [0, 1872, 1887, 1891, 1910, 1914, 1919], "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, 532, 536, 538, 539, 540, 543, 544, 546, 564, 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, 1862, 1876], "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, 511, 512, 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], "cmake": [0, 1867], "jenkin": 0, "2": [0, 535, 548, 1065, 1078, 1168, 1180, 1887, 1891, 1909, 1910], "port": [0, 1872], "script": [0, 592, 1862, 1895], "api": [0, 9, 506, 552, 563], "chang": [0, 525], "mesh": [0, 276, 288, 300, 528, 534, 537, 538, 539, 540, 543, 544, 546, 548, 550, 551, 694, 733, 772, 811, 850, 899, 972, 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, 1897, 1901], "dlr": [0, 1897, 1901], "lattic": [0, 568, 569, 1083, 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, 1883, 1886, 1900, 1902, 1908, 1913, 1918], "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, 524, 1875], "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, 510, 581, 1816, 1817], "fix": 0, "deprec": 0, "us": [0, 4, 511, 531, 548, 566, 580, 1862, 1864, 1865, 1873, 1879, 1887, 1891, 1914, 1919], "string": 0, "indic": [0, 689, 728, 767, 806, 845, 877, 895, 967], "green": [0, 526, 534, 538, 552, 553, 554, 555, 556, 557, 558, 559, 562, 563, 1876, 1877, 1887, 1891, 1897, 1900, 1901, 1913, 1918], "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, 453, 459, 460, 474, 510, 512, 514, 519, 521, 524, 526, 531, 532, 534, 538, 543, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 562, 563, 570, 583, 588, 917, 918, 1876, 1877, 1887, 1891, 1895, 1897, 1900, 1901, 1913, 1917, 1918, 1922], "gf_struct": 0, "object": [0, 508, 509, 591, 1887, 1891], "c": [0, 9, 502, 503, 511, 522, 529, 579, 581, 585, 1690, 1870, 1873, 1879, 1880, 1881], "move": [0, 533, 575, 578, 579, 581], "multi": 0, "arrai": [0, 1874], "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, 498, 507, 510, 511, 514, 524, 566, 569, 577, 582, 591, 592, 593, 594, 595, 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, 1864, 1868, 1870, 1872, 1873, 1878, 1879, 1881, 1887, 1891, 1897, 1901, 1903, 1924], "nda": 0, "librari": [0, 531, 1863, 1870, 1871, 1895, 1924], "stat": [0, 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, 498, 594, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765], "rework": 0, "bath": 0, "discret": 0, "sanit": 0, "check": [0, 1887, 1891], "new": [0, 1895], "websit": 0, "theme": 0, "tightbind": [0, 574, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632], "tblattic": [0, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672], "improv": 0, "requir": [0, 1870, 1871], "20": 0, "capabl": 0, "compil": [0, 514, 1864, 1865, 1868, 1869, 1870], "cpp2py": [0, 4, 502], "python": [0, 4, 9, 502, 503, 506, 511, 560, 563, 583, 585, 597, 1869, 1872, 1873, 1880, 1881, 1884, 1895, 1896], "10": 0, "issu": [0, 6, 1871], "819": 0, "atom": 0, "diag": 0, "renam": 0, "depend": [0, 1868], "manag": 0, "h5py": 0, "remov": [0, 229, 525, 1875], "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, 456, 472, 487, 488, 489, 519, 521, 533, 535, 543, 548, 554, 562, 582, 583, 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, 1874, 1897, 1899, 1901], "packag": [0, 1864, 1869], "make": [0, 8, 1896], "rang": [0, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 1874], "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, 474, 532, 550, 1875, 1913, 1914, 1918, 1919], "own": [0, 581, 1879, 1881], "view": [0, 532, 534, 535, 562, 1874], "dynam": [0, 1883, 1902, 1908], "analyz": [0, 1906, 1911], "asan": 0, "ubsan": 0, "No": 0, "longer": 0, "instal": [0, 1864, 1865, 1867, 1868, 1871, 1878, 1924], "googletest": 0, "app4triq": [0, 4, 1872], "fourier": [0, 526, 530, 531, 565, 929, 930, 931, 1629, 1647, 1663, 1897, 1901, 1914, 1919], "h5": [0, 507], "pytriq": 0, "clef": [0, 514, 517, 518, 519, 520, 521, 527, 535, 543, 548], "blockgf": [0, 562, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 1887, 1891], "lapack": 0, "tail": [0, 526, 531], "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, 458], "hdf5": [0, 507, 509, 534, 538, 539, 540, 543, 544, 546, 555, 556, 557, 558, 559, 562, 583, 1874, 1877, 1898], "py": [0, 4], "travi": 0, "test": [0, 1881], "5": [0, 1887, 1891, 1909], "4": [0, 548, 1887, 1891, 1909], "document": [0, 6, 7, 9, 509, 510, 522, 524, 529, 560, 569, 577, 593, 1870, 1881], "mani": [0, 566, 582], "bodi": [0, 566, 582], "": [0, 526, 552, 553, 554, 555, 556, 557, 558, 559, 562, 563, 1876, 1877, 1887, 1891, 1897, 1900, 1901, 1913, 1918], "mont": [0, 576, 579, 580, 581], "carlo": [0, 576, 579, 580, 581], "tool": [0, 4, 502, 511, 564, 569, 570, 576, 595, 598, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1862, 1870, 1887, 1891], "determin": [0, 208, 523, 1875, 1924], "manipul": [0, 523, 1875, 1899], "2py": 0, "miscellan": 0, "class": [0, 11, 108, 162, 201, 250, 334, 415, 459, 500, 501, 503, 504, 508, 509, 524, 574, 580, 1875, 1895], "archiv": [0, 592, 1874, 1898], "about": [3, 1875, 1884], "author": 3, "contributor": 3, "citat": 3, "licens": 3, "disclaim": [3, 1868], "logo": 3, "file": [3, 506, 570, 1862, 1872, 1877], "applic": [4, 1863, 1872, 1878, 1924], "base": [4, 910, 911], "tabl": [4, 5], "content": [4, 5], "impur": [4, 1887, 1891, 1903], "solver": [4, 511, 1903, 1915, 1920], "hybrid": 4, "expans": 4, "hubbard": [4, 1890, 1894, 1904, 1905, 1906, 1909, 1910, 1911], "i": [4, 1862, 1876, 1890, 1894, 1914, 1919], "hartre": 4, "fock": 4, "exact": [4, 511, 1899], "diagon": [4, 511, 1899], "finit": [4, 1917, 1922], "quantum": [4, 1887, 1891], "system": [4, 1917, 1922], "extern": 4, "interfac": [4, 502], "pomerol": 4, "w2dynam": 4, "nrg": 4, "ljubljana": 4, "ab": 4, "initio": 4, "dft": [4, 1887, 1890, 1891, 1894], "toolbox": 4, "calcul": [4, 1887, 1890, 1891, 1894, 1895, 1902, 1908, 1914, 1917, 1919, 1922], "correl": [4, 594], "materi": 4, "solid_dmft": [4, 1887, 1891], "wrapper": 4, "perform": [4, 1887, 1891], "dmft": [4, 1885, 1887, 1890, 1891, 1894, 1902, 1906, 1908, 1911], "analyt": [4, 1887, 1891, 1897, 1901], "continu": [4, 1887, 1891, 1897, 1901], "maxent": 4, "nevanlinna": 4, "som": 4, "stochast": 4, "optim": 4, "method": [4, 521, 534, 538, 539, 540, 543, 544, 546, 583], "omegamax": 4, "other": [4, 521, 1862], "tprf": 4, "The": [4, 500, 501, 504, 507, 508, 524, 525, 531, 554, 562, 570, 574, 575, 578, 579, 581, 1887, 1891, 1895, 1902, 1903, 1908, 1915, 1920], "two": [4, 1875, 1876, 1905, 1910, 1916, 1917, 1921, 1922, 1923], "particl": [4, 1916, 1921, 1923], "respons": [4, 1923], "box": 4, "benchmark": 4, "skeleton": [4, 1872], "contribut": [6, 7], "featur": 6, "request": [6, 8], "code": [6, 522, 581, 592, 1881, 1917, 1922], "github": 6, "discuss": 6, "how": [7, 8, 509, 525, 1862, 1876, 1924], "who": 7, "should": 7, "write": [7, 581, 1862, 1881, 1898], "build": [7, 535, 1870, 1878], "edit": 7, "pull": 8, "set": [8, 1903], "up": [8, 1903], "your": [8, 581, 1867, 1872, 1879], "fork": 8, "repositori": [8, 1912], "manual": [9, 499, 509, 510, 524, 569, 577, 593], "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, 454, 461, 462, 467, 472, 473, 476, 478, 479, 482, 483, 484, 487, 488, 489, 491, 492, 493, 494, 495, 496, 497, 498, 522, 524, 532, 552, 555, 556, 557, 558, 559, 583, 675, 714, 753, 792, 831, 1065, 1078, 1168, 1180, 1900], "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, 463, 464, 465, 466, 467, 468, 469, 470, 471, 473, 477, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 522, 1817], "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, 462, 472, 491, 492, 493, 494, 495, 496, 498, 522, 532, 583], "enum_it": [14, 15, 16, 17, 18], "public": [14, 20, 35, 42, 62, 64, 72, 77, 84, 90, 96, 101, 134, 252, 524], "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, 453, 460, 474, 524, 532, 550, 551, 583], "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, 449, 454, 462, 476, 534, 536], "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, 461, 465, 468, 470, 472, 493, 494, 495, 496, 508, 510, 511, 515, 519, 524, 530, 534, 538, 539, 540, 543, 544, 546, 552, 555, 556, 557, 558, 559, 562, 566, 569, 574, 578, 590, 591, 593, 1896], "type": [20, 28, 35, 49, 64, 77, 90, 101, 134, 162, 164, 202, 250, 252, 269, 281, 293, 334, 335, 367, 376, 388, 510, 524, 526, 532, 534, 550, 551, 583], "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, 581], "foreach": [26, 370, 380, 391], "iterator_facad": [27, 28, 29, 30, 31], "iter": [28, 29, 30, 31, 534, 562, 583, 1902, 1908], "valu": [28, 29, 30, 31, 522, 554, 1046, 1077, 1089, 1102, 1116, 1130, 1147, 1158, 1177, 1191, 1638, 1876, 1897, 1901], "std": [28, 29, 30, 31, 154], "forward_iterator_tag": [28, 29, 30, 31], "refer": [28, 29, 30, 31, 509, 555, 556, 557, 558, 559, 561, 562, 569, 590], "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, 1887, 1891, 1902, 1908], "last": [56, 1875], "size": [60, 70, 126, 239, 349, 360, 387, 399, 414, 490], "step": [61, 1864, 1872], "sentinel_t": 62, "slice": [63, 64, 65, 66, 67, 68, 69, 70, 554, 1874, 1887, 1891], "stride": [71, 77, 78, 79, 80, 81, 82], "stride_it": [72, 73, 74, 75, 76], "transform": [83, 90, 91, 92, 93, 94, 508, 519, 526, 530, 565, 571, 1038, 1897, 1901, 1914, 1919], "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, 1819, 1833], "all_reduce_in_plac": 112, "broadcast": [113, 1900], "broadcast_rang": 114, "check_mpi_cal": 115, "chunk": 116, "chunk_length": 117, "commun": [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 1863], "abort": 119, "barrier": [120, 1820, 1834], "duplic": 122, "free": [123, 538, 573, 583], "get": [124, 580, 1865, 1875, 1895], "rank": [125, 695, 734, 773, 812, 851, 973, 1060], "split": 127, "environ": [128, 129, 1864, 1866, 1869], "gather": [130, 581], "gather_rang": 131, "get_mpi_typ": 132, "is_initi": 133, "lazi": [134, 135, 136, 514, 516, 554, 1874], "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, 483], "mpi_gath": 147, "mpi_reduc": [148, 327, 484], "mpi_reduce_in_plac": 149, "mpi_scatt": 150, "mpi_typ": [151, 152, 153, 154], "t": [152, 154, 534, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1876, 1917, 1922], "constt": 153, "tupl": [154, 595, 598], "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, 644], "c_connect": [165, 604, 625], "c_matrix": [166, 605, 626], "cdag_connect": [167, 606, 627], "cdag_matrix": [168, 607, 628], "flatten_subspace_index": [170, 609, 630], "get_eigensystem": 171, "get_eigenvalu": [172, 613, 634], "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, 614, 615, 635, 636], "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, 618, 639], "atomic_density_matrix": [191, 645], "atomic_g_iw": [192, 646], "atomic_g_l": [193, 647], "atomic_g_lehmann": 194, "atomic_g_tau": [195, 648], "atomic_g_w": [196, 649], "partition_funct": [197, 650], "quantum_number_eigenvalu": [198, 651], "quantum_number_eigenvalues_check": [199, 652], "trace_rho_op": [200, 653], "change_col": 203, "change_row": 204, "clear": [205, 475, 1758], "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, 478], "h5_write": [219, 258, 274, 286, 298, 355, 408, 436, 479], "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, 554, 584, 1897, 1901], "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, 1872, 1873], "block_gf": [251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 534, 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], "block_nam": 253, "block_siz": 254, "data": [256, 271, 283, 295, 340, 477, 509, 534, 537, 538, 539, 540, 543, 544, 546, 554, 555, 556, 557, 558, 559, 590, 592, 594, 680, 719, 758, 797, 836, 958, 1759, 1862], "hdf5_format": [259, 275, 287, 299, 357, 410, 480], "densiti": [262, 570, 659, 663, 681, 720, 759, 798, 837, 893, 959, 1007, 1897, 1901], "fit_gf_dlr": [263, 997], "fit_hermitian_tail": [264, 683, 722, 761, 800, 839, 961, 1009], "fit_tail": [265, 685, 724, 763, 802, 841, 963, 1011], "flatten_2d": 266, "flatten_gf_2d": 267, "get_mesh": 268, "accessor": [269, 281, 293, 554], "data_shap": [272, 284, 296], "target_indic": [279, 291, 304, 705, 744, 783, 822, 861, 983], "target_shap": [280, 292, 305, 707, 746, 785, 824, 863, 985], "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, 688, 727, 766, 805, 844, 876, 894, 966, 1043, 1050, 1687], "impl_tag": 308, "invers": [309, 690, 729, 768, 807, 846, 896, 968, 1228], "is_gf_hermitian": [310, 692, 731, 770, 809, 848, 970, 1013], "is_gf_real": 311, "is_gf_real_in_tau": [312, 693, 732, 771, 810, 849, 971, 1014], "make_block2_gf": 313, "make_block_gf": 314, "make_block_gf_view": 315, "make_gf_dlr": [316, 998], "make_gf_dlr_imfreq": [317, 999], "make_gf_dlr_imtim": [318, 1000], "make_gf_from_fouri": [319, 1001], "make_gf_from_inverse_fouri": 320, "make_gf_from_real_gf": 321, "make_gf_imfreq": [322, 1002], "make_gf_imtim": [323, 1003], "make_hermitian": [324, 1004], "make_real_in_tau": [325, 1005], "make_zero_tail": [326, 1230], "positive_freq_view": 328, "real": [329, 526, 531, 544, 546, 558, 559, 696, 735, 774, 813, 852, 881, 901, 974, 1045, 1051, 1689, 1876], "reinterpret_scalar_valued_gf_as_matrix_valu": 330, "tau_l2_norm": [331, 708, 747, 786, 825, 864, 986, 1023], "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, 566], "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, 1872], "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, 566, 570, 1897, 1901], "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, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472], "add_measur": 418, "add_measure_aux": 419, "add_mov": 420, "clear_measur": 421, "collect_result": 422, "get_acceptance_r": [424, 450], "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, 1797, 1803, 1810, 1855, 1887, 1890, 1891, 1894], "set_after_cycle_duti": 439, "warmup": 440, "warmup_and_accumul": 441, "move_set": [442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452], "accept": 443, "add": [444, 522, 1875], "attempt": 445, "calibr": 446, "clear_statist": 447, "collect_statist": 448, "get_statist": 451, "reject": 452, "random_gener": [453, 454, 455, 456, 457, 1747, 1748, 1749, 1750, 1751], "name": [455, 579, 1853], "preview": 457, "random_generator_nam": 458, "logarithm": 460, "log": 460, "bin": 460, "linear": [460, 548, 1874], "lin": 460, "compress_linear_bin": 461, "data_input_count": 463, "lin_bin_capac": 464, "linear_bin": 465, "log_bin_error": 466, "log_bin_errors_all_reduc": 467, "n_lin_bin": 468, "n_lin_bins_max": 469, "n_log_bin": 470, "n_log_bins_max": 471, "cdf": [473, 1764], "histogram": [474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1896], "limit": [481, 1760], "mesh_point": [482, 548, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1761], "n_data_pt": [485, 1762], "n_lost_pt": [486, 1763], "jackknif": 491, "jackknife_mpi": 492, "mean": [493, 1883, 1902, 1908], "mean_and_err": 494, "mean_and_err_mpi": 495, "mean_mpi": 496, "pdf": [497, 1765], "tau_estimate_from_error": 498, "cfunction": 500, "class_": 501, "convert": 503, "v": [503, 1916, 1921], "wrap": 503, "from": [503, 548, 570, 580, 592, 1864, 1869, 1898, 1917, 1922], "module_": 504, "principl": [505, 508], "desc": [506, 1872], "format": 507, "solut": [508, 1890, 1894, 1906, 1909, 1910, 1911], "provid": 508, "dict": 508, "hdf": [508, 509], "compliant": [508, 509], "what": 508, "happen": 508, "detail": 508, "hdfarchiv": 509, "hdfarchivegroup": 509, "hdfarchiveinert": 509, "scheme": [509, 555, 556, 557, 558, 559], "doe": [509, 525], "becom": 509, "introduct": [510, 575, 579, 594, 1895, 1900], "support": 510, "basic": [510, 526, 1882], "usag": [510, 531, 593, 1865, 1869], "header": 510, "lightweight": 511, "util": [512, 595, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 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, 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], "automat": 513, "assign": [513, 533, 554], "contain": 513, "time": [514, 526, 531, 539, 546, 556, 559, 565, 1876, 1897, 1901, 1903], "express": [514, 517, 518, 519, 527, 535, 543, 548, 554, 1874], "more": [515, 525, 1884, 1896], "complex": 515, "A": [516, 562, 590, 591, 1870, 1873, 1881, 1886, 1895, 1902, 1908], "sum": [516, 572], "evalu": [517, 535, 538, 539, 540, 542, 544, 546, 1900], "complet": [517, 562, 593, 1870], "partial": [517, 542, 1900], "form": 518, "placehold": [518, 1876], "an": [518, 1874, 1875, 1898], "storag": [518, 534, 538, 539, 540, 543, 544, 546], "advanc": [518, 552, 591, 1864, 1890, 1894], "make_funct": 519, "short": [519, 1895], "notat": [519, 522], "motiv": [520, 575], "littl": [520, 562], "tour": [520, 1873], "overload": [521, 583], "argument": [521, 555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "convent": [522, 534, 538, 539, 540, 543, 544, 546, 1878], "construct": [524, 581, 583, 584, 1900], "synopsi": [524, 530, 538, 539, 540, 544, 546], "under": 524, "hood": 524, "full": [524, 577, 1890, 1894], "work": 525, "cofactor": 525, "sherman": 525, "morrison": 525, "formula": 525, "addit": [525, 1897, 1901], "line": [525, 1875], "column": [525, 1875], "notion": 526, "matsubara": [526, 538, 539, 555, 556, 557, 565, 1876, 1903], "imaginari": [526, 531, 539, 555, 556, 1876, 1897, 1901, 1903], "gfimtim": [526, 556, 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], "frequenc": [526, 531, 538, 544, 552, 555, 558, 563, 565, 1876, 1897, 1901, 1903], "gfimfreq": [526, 555, 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], "legendr": [526, 540, 557, 565, 1211], "polynomi": [526, 557], "gflegendr": [526, 557, 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], "gfretim": [526, 559, 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], "retard": [526, 558, 559], "gfrefreq": [526, 558, 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], "high": [526, 552, 563], "interact": [527, 535, 548, 1895, 1913, 1914, 1918, 1919], "concept": [528, 567, 575], "domain": [528, 534, 538, 539, 540, 543, 544, 546, 548, 1876], "purefunctionondomain": 528, "meshpoint": [528, 1048, 1049, 1050, 1051], "implement": [531, 549], "note": [531, 549, 1916, 1921], "fftw": 531, "special": [531, 547], "case": 531, "fermion": [531, 573, 1899, 1913, 1914, 1918, 1919], "boson": 531, "tf": 531, "block": [534, 554, 562, 1897, 1901], "factori": [534, 583], "regular": 534, "singular": [534, 537, 539, 540, 543, 546], "interpol": [534, 543, 1876], "access": [537, 554, 562, 580], "symmetri": 537, "imfreq": [538, 550, 1209], "imtim": [539, 551, 1210], "represent": 540, "misc": 541, "statist": [541, 594, 1097, 1111, 1125, 1143, 1154, 1165], "prod": 543, "x": [543, 1868], "y": 543, "multipl": [543, 591], "variabl": [543, 579, 1866], "subscript": 543, "techniqu": 543, "refreq": [544, 1212], "target": 545, "reinterpret": 545, "retim": [546, 1213], "index": [548, 1044], "find": 548, "closest": 548, "point": [548, 554, 1635, 1636, 1637, 1638, 1876], "moment": [552, 563], "adjust": 552, "fit": [552, 590, 668, 669, 670, 671], "window": 552, "bracket": 554, "shelv": [554, 562], "pickl": [554, 562], "plot": [554, 589, 591, 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, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1754, 1862, 1887, 1891, 1896], "option": [554, 591, 1065, 1078, 1168, 1180, 1867], "direct": 554, "keyword": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "onli": [555, 556, 557, 558, 559, 675, 714, 753, 792, 831], "descriptor": [561, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 1897, 1901], "copi": [562, 658, 662, 678, 717, 756, 795, 834, 873, 890, 956, 1027, 1058, 1069, 1080, 1093, 1107, 1121, 1135, 1151, 1162, 1170, 1182], "hilbert": [566, 571], "space": 566, "statevector": 567, "bravai": 568, "introductori": 569, "relat": 570, "do": [570, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 1610, 1633, 1673, 1862], "read": [570, 1864, 1898], "text": [570, 1862, 1896], "comput": [570, 1914, 1919], "tight_bind": [570, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674], "over": [572, 583], "brillouin": 572, "zone": 572, "tight": [573, 1886, 1900], "bind": [573, 1886, 1900], "hop": [573, 1650, 1666, 1913, 1918], "bravaislattic": [574, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619], "definit": 574, "energies_on_bz_path": 574, "measur": [575, 578, 579, 581], "Ising": 578, "chain": 578, "magnet": 578, "field": [578, 1883, 1902, 1908], "configur": 578, "main": 578, "program": 578, "loop": [579, 1895], "connect": 579, "random": [580, 593, 1915, 1920], "number": [580, 593, 1899, 1924], "list": [580, 1870, 1895], "tutori": [581, 1873, 1887, 1891, 1896, 1907, 1912], "thi": [581, 1887, 1891, 1896], "problem": 581, "initi": [581, 1897, 1900, 1901], "simul": 581, "start": [581, 1858, 1863], "result": [581, 1802, 1809, 1903, 1906, 1911], "second": [582, 583], "quantiz": [582, 583], "hamiltonian": [582, 586, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1887, 1891, 1900], "monomi": 583, "serial": 583, "u": [584, 1910, 1916, 1921], "coeffici": 585, "extract": 585, "observ": [587, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734], "helper": 588, "protocol": [589, 591, 1744, 1745, 1746], "simpl": [590, 1874, 1876, 1881, 1895], "thin": 591, "layer": 591, "abov": 591, "matplotlib": [591, 1896], "panel": 591, "figur": [591, 592], "reproduc": 592, "proven": 592, "save": [592, 902, 1862], "analysi": 594, "process": [594, 1887, 1891], "averag": 594, "standard": 594, "error": 594, "except": [595, 596], "etc": 595, "includ": 597, "warn": 597, "appli": 598, "for_each": 598, "for_each_zip": 598, "map": [598, 1874], "fold": [598, 1646, 1874], "revers": 598, "called_on_tupl": 598, "atomdiag": 600, "atomdiagcomplex": [602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622], "__init__": [603, 624, 657, 661, 667, 671, 676, 715, 754, 793, 832, 871, 886, 911, 913, 916, 918, 920, 922, 928, 930, 933, 936, 939, 941, 943, 949, 952, 954, 992, 1026, 1032, 1042, 1049, 1053, 1056, 1066, 1079, 1091, 1105, 1119, 1133, 1149, 1160, 1169, 1181, 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, 1604, 1609, 1613, 1621, 1626, 1637, 1641, 1661, 1686, 1749, 1757, 1770, 1777, 1796, 1800, 1807, 1846], "energi": [608, 629, 1887, 1891], "fock_stat": [610, 631], "fop": [611, 632], "full_hilbert_space_dim": [612, 633], "gs_energi": [616, 637], "h_atom": [617, 638], "quantum_numb": [619, 640], "unitary_matric": [620, 641], "vacuum_st": [621, 642], "vacuum_subspace_index": [622, 643], "atomdiagr": [623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643], "dosfromfunct": [660, 661, 662, 663], "dos_from_fil": 664, "hilbert_transform": [665, 666, 667], "hilberttransform": [666, 667], "backwd_compat": [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], "gf_imfreq": [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], "conjug": [677, 716, 755, 794, 833, 889, 955, 1223], "copy_from": [679, 718, 757, 796, 835, 874, 891, 957, 1059, 1070, 1081, 1094, 1108, 1122, 1136, 1152, 1163, 1171, 1183], "enforce_discontinu": [682, 721, 760, 799, 838, 960, 1008], "fit_hermitian_tail_on_window": [684, 723, 762, 801, 840, 962, 1010], "fit_tail_on_window": [686, 725, 764, 803, 842, 964, 1012], "from_l_g_r": [687, 726, 765, 804, 843, 965], "invert": [691, 730, 769, 808, 847, 897, 969], "rebinning_tau": [697, 736, 775, 814, 853, 975, 1015], "replace_by_tail": [698, 737, 776, 815, 854, 976, 1016], "replace_by_tail_in_fit_window": [699, 738, 777, 816, 855, 977, 1017], "set_from_fouri": [700, 739, 778, 817, 856, 978, 1018], "set_from_imfreq": [701, 740, 779, 818, 857, 979, 1019], "set_from_imtim": [702, 741, 780, 819, 858, 980, 1020], "set_from_legendr": [703, 742, 781, 820, 859, 981, 1021], "set_from_pad": [704, 743, 782, 821, 860, 982, 1022], "target_rank": [706, 745, 784, 823, 862, 984], "total_dens": [709, 748, 787, 826, 865, 903, 987], "transpos": [710, 749, 788, 827, 866, 904, 988, 1232], "x_data_view": [711, 750, 789, 828, 867, 989], "zero": [712, 751, 790, 829, 868, 883, 906, 990], "gf_imtim": [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], "gf_legendr": [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], "gf_refreq": [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], "gf_retim": [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], "block2_gf": [869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883], "block2gf": [870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883], "all_indic": [872, 887], "copy_selected_block": [875, 892], "indices1": 878, "indices2": 879, "n_block": [880, 900], "view_selected_block": [882, 905], "beta": [888, 1092, 1106, 1120, 1134, 1150, 1161, 1917, 1922], "load": 898, "call_factory_from_dict": [907, 995, 1063], "fix_gf_struct_typ": 908, "descriptor_bas": [909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925], "baseblock": [912, 913, 914], "is_block_descriptor": [914, 931, 934, 937], "const": [915, 916], "lazyctx": [919, 920], "omega_": [921, 922], "convert_scalar_to_const": 923, "is_lazi": 924, "is_scalar": 925, "flat": [927, 928, 1897, 1901], "legendretomatsubara": [932, 933, 934], "matsubaratolegendr": [935, 936, 937], "onefermionintim": [938, 939], "semicircular": [940, 941], "wilson": [942, 943], "semi": [944, 1897, 1901], "dlr_crm_dyson_solv": [945, 946], "minimize_dyson": 946, "addmethod": [948, 949, 950], "mro": 950, "callproxynon": [951, 952], "idx": [991, 992], "add_method_help": 993, "bckwd": 994, "gf_factori": [996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005], "gf_fnt": [1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023], "lazy_express": [1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038], "lazyexpr": [1025, 1026, 1027, 1028, 1029, 1030], "get_termin": 1028, "is_termin": 1029, "set_from": 1030, "lazyexprtermin": [1031, 1032], "all_termin": 1033, "eval_expr": 1034, "eval_expr_with_context": 1035, "lazy_funct": 1036, "make_lazi": 1037, "map_block": 1039, "matsubara_freq": [1040, 1041, 1042, 1043, 1044, 1045, 1046], "matsubarafreq": [1041, 1042, 1043, 1044, 1045, 1046], "meshvaluegener": [1052, 1053], "mesh_product": [1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063], "meshproduct": [1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062], "compon": 1057, "size_of_compon": 1061, "to_data_index": [1062, 1073, 1085, 1099, 1113, 1127, 1144, 1155, 1166, 1174, 1188], "meshbrzon": [1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077], "bz": [1067, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201], "closest_index": 1068, "dim": [1071, 1082], "mesh_hash": [1072, 1084, 1096, 1110, 1124, 1139, 1153, 1164, 1173, 1185], "to_index": [1074, 1086, 1100, 1114, 1128, 1145, 1156, 1167, 1175, 1189], "to_valu": [1075, 1087, 1101, 1115, 1129, 1146, 1157, 1176, 1190], "unit": [1076, 1088, 1619, 1624, 1657, 1672], "meshcyclat": [1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089], "meshdlr": [1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103], "ep": [1095, 1109, 1123], "symmetr": [1098, 1112, 1126], "w_max": [1103, 1117, 1131, 1178], "meshdlrimfreq": [1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117], "meshdlrimtim": [1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131], "meshimfreq": [1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147], "first_index": 1137, "last_index": 1138, "n_iw": 1140, "positive_onli": 1141, "set_tail_fit_paramet": 1142, "meshimtim": [1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], "meshlegendr": [1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167], "meshrefreq": [1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179], "delta": [1172, 1184, 1224], "w_min": 1179, "meshretim": [1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191], "t_max": 1186, "t_min": 1187, "make_adjoint_mesh": 1192, "dist": [1195, 1219], "generate_point": 1196, "generate_points_on_path": 1197, "length": 1198, "make_plott": 1199, "slice_on_path": 1201, "bz_x_x": [1202, 1203, 1204], "plottable_slice_along_path": 1204, "dispatch": 1205, "one_var": [1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213], "dlr_imfreq": 1207, "dlr_imtim": 1208, "plot_bas": [1214, 1215], "select_indic": [1216, 1217, 1218, 1219, 1220, 1221], "closest_point_in_lin": 1217, "closest_to": 1218, "pick_selection_vec": 1220, "select_path_indic": 1221, "discretize_bath": 1225, "dyson": 1226, "fit_legendr": 1227, "make_delta": 1229, "read_gf_from_txt": 1231, "write_gf_to_txt": 1233, "wrapped_aux": [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], "callproxybrzone_0": [1235, 1236], "callproxybrzone_1": [1237, 1238], "callproxybrzone_2": [1239, 1240], "callproxybrzone_3": [1241, 1242], "callproxybrzone_4": [1243, 1244], "callproxybrzone_x_dlr_0": [1245, 1246], "callproxybrzone_x_dlr_1": [1247, 1248], "callproxybrzone_x_dlr_2": [1249, 1250], "callproxybrzone_x_dlr_3": [1251, 1252], "callproxybrzone_x_dlr_4": [1253, 1254], "callproxybrzone_x_imfreq_0": [1255, 1256], "callproxybrzone_x_imfreq_1": [1257, 1258], "callproxybrzone_x_imfreq_2": [1259, 1260], "callproxybrzone_x_imfreq_3": [1261, 1262], "callproxybrzone_x_imfreq_4": [1263, 1264], "callproxybrzone_x_imtime_0": [1265, 1266], "callproxybrzone_x_imtime_0_r": [1267, 1268], "callproxybrzone_x_imtime_1": [1269, 1270], "callproxybrzone_x_imtime_1_r": [1271, 1272], "callproxybrzone_x_imtime_2": [1273, 1274], "callproxybrzone_x_imtime_2_r": [1275, 1276], "callproxybrzone_x_imtime_3": [1277, 1278], "callproxybrzone_x_imtime_3_r": [1279, 1280], "callproxybrzone_x_imtime_4": [1281, 1282], "callproxybrzone_x_imtime_4_r": [1283, 1284], "callproxybrzone_x_legendre_0": [1285, 1286], "callproxybrzone_x_legendre_1": [1287, 1288], "callproxybrzone_x_legendre_2": [1289, 1290], "callproxybrzone_x_legendre_3": [1291, 1292], "callproxybrzone_x_legendre_4": [1293, 1294], "callproxybrzone_x_refreq_0": [1295, 1296], "callproxybrzone_x_refreq_1": [1297, 1298], "callproxybrzone_x_refreq_2": [1299, 1300], "callproxybrzone_x_refreq_3": [1301, 1302], "callproxybrzone_x_refreq_4": [1303, 1304], "callproxybrzone_x_retime_0": [1305, 1306], "callproxybrzone_x_retime_1": [1307, 1308], "callproxybrzone_x_retime_2": [1309, 1310], "callproxybrzone_x_retime_3": [1311, 1312], "callproxybrzone_x_retime_4": [1313, 1314], "callproxycyclat_0": [1315, 1316], "callproxycyclat_1": [1317, 1318], "callproxycyclat_2": [1319, 1320], "callproxycyclat_3": [1321, 1322], "callproxycyclat_4": [1323, 1324], "callproxycyclat_x_dlr_0": [1325, 1326], "callproxycyclat_x_dlr_1": [1327, 1328], "callproxycyclat_x_dlr_2": [1329, 1330], "callproxycyclat_x_dlr_3": [1331, 1332], "callproxycyclat_x_dlr_4": [1333, 1334], "callproxycyclat_x_imfreq_0": [1335, 1336], "callproxycyclat_x_imfreq_1": [1337, 1338], "callproxycyclat_x_imfreq_2": [1339, 1340], "callproxycyclat_x_imfreq_3": [1341, 1342], "callproxycyclat_x_imfreq_4": [1343, 1344], "callproxycyclat_x_imtime_0": [1345, 1346], "callproxycyclat_x_imtime_0_r": [1347, 1348], "callproxycyclat_x_imtime_1": [1349, 1350], "callproxycyclat_x_imtime_1_r": [1351, 1352], "callproxycyclat_x_imtime_2": [1353, 1354], "callproxycyclat_x_imtime_2_r": [1355, 1356], "callproxycyclat_x_imtime_3": [1357, 1358], "callproxycyclat_x_imtime_3_r": [1359, 1360], "callproxycyclat_x_imtime_4": [1361, 1362], "callproxycyclat_x_imtime_4_r": [1363, 1364], "callproxycyclat_x_legendre_0": [1365, 1366], "callproxycyclat_x_legendre_1": [1367, 1368], "callproxycyclat_x_legendre_2": [1369, 1370], "callproxycyclat_x_legendre_3": [1371, 1372], "callproxycyclat_x_legendre_4": [1373, 1374], "callproxycyclat_x_refreq_0": [1375, 1376], "callproxycyclat_x_refreq_1": [1377, 1378], "callproxycyclat_x_refreq_2": [1379, 1380], "callproxycyclat_x_refreq_3": [1381, 1382], "callproxycyclat_x_refreq_4": [1383, 1384], "callproxycyclat_x_retime_0": [1385, 1386], "callproxycyclat_x_retime_1": [1387, 1388], "callproxycyclat_x_retime_2": [1389, 1390], "callproxycyclat_x_retime_3": [1391, 1392], "callproxycyclat_x_retime_4": [1393, 1394], "callproxydlr_0": [1395, 1396], "callproxydlr_1": [1397, 1398], "callproxydlr_2": [1399, 1400], "callproxydlr_3": [1401, 1402], "callproxydlr_4": [1403, 1404], "callproxydlr_x_brzone_0": [1405, 1406], "callproxydlr_x_brzone_1": [1407, 1408], "callproxydlr_x_brzone_2": [1409, 1410], "callproxydlr_x_brzone_3": [1411, 1412], "callproxydlr_x_brzone_4": [1413, 1414], "callproxydlr_x_cyclat_0": [1415, 1416], "callproxydlr_x_cyclat_1": [1417, 1418], "callproxydlr_x_cyclat_2": [1419, 1420], "callproxydlr_x_cyclat_3": [1421, 1422], "callproxydlr_x_cyclat_4": [1423, 1424], "callproxyimfreq_0": [1425, 1426], "callproxyimfreq_1": [1427, 1428], "callproxyimfreq_2": [1429, 1430], "callproxyimfreq_3": [1431, 1432], "callproxyimfreq_4": [1433, 1434], "callproxyimfreq_x_brzone_0": [1435, 1436], "callproxyimfreq_x_brzone_1": [1437, 1438], "callproxyimfreq_x_brzone_2": [1439, 1440], "callproxyimfreq_x_brzone_3": [1441, 1442], "callproxyimfreq_x_brzone_4": [1443, 1444], "callproxyimfreq_x_cyclat_0": [1445, 1446], "callproxyimfreq_x_cyclat_1": [1447, 1448], "callproxyimfreq_x_cyclat_2": [1449, 1450], "callproxyimfreq_x_cyclat_3": [1451, 1452], "callproxyimfreq_x_cyclat_4": [1453, 1454], "callproxyimtime_0": [1455, 1456], "callproxyimtime_0_r": [1457, 1458], "callproxyimtime_1": [1459, 1460], "callproxyimtime_1_r": [1461, 1462], "callproxyimtime_2": [1463, 1464], "callproxyimtime_2_r": [1465, 1466], "callproxyimtime_3": [1467, 1468], "callproxyimtime_3_r": [1469, 1470], "callproxyimtime_4": [1471, 1472], "callproxyimtime_4_r": [1473, 1474], "callproxyimtime_x_brzone_0": [1475, 1476], "callproxyimtime_x_brzone_0_r": [1477, 1478], "callproxyimtime_x_brzone_1": [1479, 1480], "callproxyimtime_x_brzone_1_r": [1481, 1482], "callproxyimtime_x_brzone_2": [1483, 1484], "callproxyimtime_x_brzone_2_r": [1485, 1486], "callproxyimtime_x_brzone_3": [1487, 1488], "callproxyimtime_x_brzone_3_r": [1489, 1490], "callproxyimtime_x_brzone_4": [1491, 1492], "callproxyimtime_x_brzone_4_r": [1493, 1494], "callproxyimtime_x_cyclat_0": [1495, 1496], "callproxyimtime_x_cyclat_0_r": [1497, 1498], "callproxyimtime_x_cyclat_1": [1499, 1500], "callproxyimtime_x_cyclat_1_r": [1501, 1502], "callproxyimtime_x_cyclat_2": [1503, 1504], "callproxyimtime_x_cyclat_2_r": [1505, 1506], "callproxyimtime_x_cyclat_3": [1507, 1508], "callproxyimtime_x_cyclat_3_r": [1509, 1510], "callproxyimtime_x_cyclat_4": [1511, 1512], "callproxyimtime_x_cyclat_4_r": [1513, 1514], "callproxylegendre_0": [1515, 1516], "callproxylegendre_1": [1517, 1518], "callproxylegendre_2": [1519, 1520], "callproxylegendre_3": [1521, 1522], "callproxylegendre_4": [1523, 1524], "callproxylegendre_x_brzone_0": [1525, 1526], "callproxylegendre_x_brzone_1": [1527, 1528], "callproxylegendre_x_brzone_2": [1529, 1530], "callproxylegendre_x_brzone_3": [1531, 1532], "callproxylegendre_x_brzone_4": [1533, 1534], "callproxylegendre_x_cyclat_0": [1535, 1536], "callproxylegendre_x_cyclat_1": [1537, 1538], "callproxylegendre_x_cyclat_2": [1539, 1540], "callproxylegendre_x_cyclat_3": [1541, 1542], "callproxylegendre_x_cyclat_4": [1543, 1544], "callproxyrefreq_0": [1545, 1546], "callproxyrefreq_1": [1547, 1548], "callproxyrefreq_2": [1549, 1550], "callproxyrefreq_3": [1551, 1552], "callproxyrefreq_4": [1553, 1554], "callproxyrefreq_x_brzone_0": [1555, 1556], "callproxyrefreq_x_brzone_1": [1557, 1558], "callproxyrefreq_x_brzone_2": [1559, 1560], "callproxyrefreq_x_brzone_3": [1561, 1562], "callproxyrefreq_x_brzone_4": [1563, 1564], "callproxyrefreq_x_cyclat_0": [1565, 1566], "callproxyrefreq_x_cyclat_1": [1567, 1568], "callproxyrefreq_x_cyclat_2": [1569, 1570], "callproxyrefreq_x_cyclat_3": [1571, 1572], "callproxyrefreq_x_cyclat_4": [1573, 1574], "callproxyretime_0": [1575, 1576], "callproxyretime_1": [1577, 1578], "callproxyretime_2": [1579, 1580], "callproxyretime_3": [1581, 1582], "callproxyretime_4": [1583, 1584], "callproxyretime_x_brzone_0": [1585, 1586], "callproxyretime_x_brzone_1": [1587, 1588], "callproxyretime_x_brzone_2": [1589, 1590], "callproxyretime_x_brzone_3": [1591, 1592], "callproxyretime_x_brzone_4": [1593, 1594], "callproxyretime_x_cyclat_0": [1595, 1596], "callproxyretime_x_cyclat_1": [1597, 1598], "callproxyretime_x_cyclat_2": [1599, 1600], "callproxyretime_x_cyclat_3": [1601, 1602], "callproxyretime_x_cyclat_4": [1603, 1604], "set_from_gf_data_mul_lr": 1605, "bz_patch": [1607, 1608, 1609, 1610], "bzpatch": [1608, 1609, 1610], "lattice_tool": [1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634], "lattice_to_real_coordin": [1614, 1631, 1651, 1667], "n_orbit": [1615, 1652, 1668], "ndim": [1616, 1623, 1653, 1669], "orbital_nam": [1617, 1654, 1670], "orbital_posit": [1618, 1655, 1671], "brillouinzon": [1620, 1621, 1622, 1623, 1624], "dispers": [1627, 1645, 1662], "displ_vec": 1628, "overlap_mat_vec": 1632, "dos_patch": [1634, 1674], "latticepoint": [1636, 1637, 1638], "super_lattic": [1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658], "tbsuperlattic": [1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658], "change_coordinates_l_to_sl": 1642, "change_coordinates_sl_to_l": 1643, "cluster_sit": 1644, "get_kmesh": [1648, 1664], "get_rmesh": [1649, 1665], "pack_index_site_orbit": 1656, "unpack_index_site_orbit": 1658, "tb_from_pythtb": 1676, "tb_from_wannier90": 1677, "tb_to_sympi": 1678, "extend_wannier90_to_spin": 1679, "k_space_path": 1680, "parse_hopping_from_wannier90_hr_dat": 1681, "parse_lattice_vectors_from_wannier90_wout": 1682, "is_zero": 1688, "c_dag": 1691, "dagger": 1692, "is_op_hermitian": 1693, "n": 1694, "u_matrix": [1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710], "u_j_to_radial_integr": 1697, "u_matrix_kanamori": 1698, "u_matrix_slat": 1699, "angular_matrix_el": 1700, "clebsch_gordan": 1701, "cubic_nam": 1702, "eg_submatrix": 1703, "radial_integrals_to_u_j": 1704, "reduce_4index_to_2index": 1705, "spherical_to_cub": 1706, "subarrai": 1707, "t2g_submatrix": 1708, "three_j_symbol": 1709, "transform_u_matrix": 1710, "extractor": [1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719], "block_matrix_from_op": 1712, "dict_to_matrix": 1713, "extract_u_dict2": 1714, "extract_u_dict4": 1715, "extract_h_dict": 1716, "op_from_block_matrix": 1717, "quadratic_term": 1718, "quartic_term": 1719, "backward_compat": 1721, "diagonal_part": 1722, "h_int_dens": 1723, "h_int_kanamori": 1724, "h_int_slat": 1725, "make_operator_r": 1726, "l2_op": 1728, "ls_op": 1729, "l_op": 1730, "n_op": 1731, "s2_op": 1732, "s_op": 1733, "check_backward_compat": 1734, "op_struct": [1735, 1736, 1737], "get_mkind": 1736, "set_operator_structur": 1737, "mpl_interfac": [1739, 1740, 1741, 1742, 1743], "oplot": 1740, "oploti": 1741, "oplotr": 1742, "use_amsmath": 1743, "clip_arrai": 1745, "plot_protocol_appli": 1746, "randomgener": [1748, 1749], "random_generator_names_list": 1751, "sumk": [1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779], "sumk_discret": [1767, 1768, 1769, 1770, 1771, 1772], "sumkdiscret": [1768, 1769, 1770, 1771, 1772], "gfblocindic": [1769, 1775], "n_kpt": [1771, 1778], "resize_arrai": [1772, 1779], "sumk_discrete_from_lattic": [1773, 1774, 1775, 1776, 1777, 1778, 1779], "sumkdiscretefromlattic": [1774, 1775, 1776, 1777, 1778, 1779], "recompute_grid": 1776, "bound_and_bisect": [1781, 1782, 1783], "determine_bound": 1783, "capture_stdout": 1784, "comparison_test": [1785, 1786, 1787, 1788, 1789, 1790], "assert_array_close_to_scalar": 1786, "assert_arrays_are_clos": 1787, "assert_block2_gfs_are_clos": 1788, "assert_block_gfs_are_clos": 1789, "assert_gfs_are_clos": 1790, "dichotomi": [1791, 1792], "dist_on_nod": [1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812], "distributiononnod": [1794, 1795, 1796, 1797], "sleeptim": [1795, 1799, 1806], "distributiononnodesonestack": [1798, 1799, 1800, 1801, 1802, 1803, 1804], "finish": [1801, 1808], "treat": [1804, 1812], "distributiononnodestest": [1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812], "the_funct": 1811, "h5diff": [1813, 1814, 1815], "compar": 1814, "check_for_mpi": 1817, "mpi_mpi4pi": [1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831], "bcast": [1821, 1835], "is_master_nod": [1822, 1836], "master_gets_host_nam": [1823, 1837], "myprint_err": [1824, 1838], "myprint_out": [1825, 1839], "recv": [1826, 1840], "report": [1827, 1841], "send": [1828, 1842], "slice_arrai": [1829, 1843], "slice_inf": 1830, "slice_sup": 1831, "mpi_nompi": [1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843], "redirect": [1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861], "daemon": 1847, "getnam": 1848, "ident": 1849, "isdaemon": 1850, "is_al": 1851, "join": 1852, "native_id": 1854, "setdaemon": 1856, "setnam": 1857, "stop": 1859, "start_redirect": 1860, "stop_redirect": 1861, "frequent": 1862, "ask": 1862, "question": [1862, 1914, 1917, 1919, 1922], "q": [1862, 1914, 1919], "my": 1862, "e": 1862, "g": [1862, 1876, 1903], "hash": 1862, "debug": 1862, "purpos": 1862, "welcom": 1863, "core": 1863, "numer": 1863, "algorithm": 1863, "where": 1863, "ubuntu": [1864, 1871], "debian": 1864, "anaconda": 1864, "docker": 1864, "apptain": 1864, "binder": 1864, "sourc": [1864, 1869, 1878], "easybuild": 1864, "prerequisit": [1864, 1868], "setup": 1864, "further": 1864, "clang": 1865, "linux": 1865, "libclang": 1865, "unix": 1866, "common": 1866, "softwar": 1866, "develop": 1866, "affect": 1866, "openmp": 1866, "custom": 1867, "mac": 1868, "o": 1868, "virtual": 1869, "prepar": 1872, "ipython": [1872, 1884, 1895], "notebook": [1872, 1884, 1895, 1917, 1922], "floor": 1872, "divis": 1872, "regener": 1872, "final": 1872, "user": 1873, "why": 1873, "quick": 1873, "multidimension": 1874, "declar": 1874, "print": 1874, "matric": 1874, "vector": 1874, "defin": [1874, 1895, 1900], "through": 1874, "algebra": 1874, "ctqmc": 1875, "creation": [1875, 1876], "empti": 1875, "inform": 1875, "one": [1875, 1887, 1891], "replac": 1875, "omega": [1876, 1914, 1919], "nu": 1876, "tau": [1876, 1903], "fill": 1876, "structur": [1878, 1917, 1922], "project": [1879, 1881], "profil": 1880, "you": [1881, 1887, 1891], "its": 1881, "mix": 1881, "theori": [1883, 1902, 1908, 1914, 1916, 1919, 1921], "beth": [1883, 1902, 1908], "learn": 1884, "model": [1885, 1886, 1903, 1904, 1905, 1906, 1909, 1910, 1911], "squar": [1886, 1913, 1918], "espresso": [1887, 1891], "creat": [1887, 1891], "wannier": [1887, 1891], "low": [1887, 1891], "descript": [1887, 1891], "la_2cuo_4": [1887, 1891], "shot": [1887, 1891], "converg": [1887, 1891], "remind": [1887, 1891, 1903], "self": [1887, 1890, 1891, 1894, 1916, 1921], "\u03c3": [1887, 1891], "spectral": [1887, 1891], "6": [1887, 1891, 1909], "fermi": [1887, 1891, 1913, 1918], "k_z": [1887, 1891], "post": [1887, 1891], "conclud": [1887, 1891], "mai": [1887, 1891], "now": [1887, 1891], "02": [1887, 1891], "fermise": [1887, 1888, 1891, 1892], "phase": [1889, 1893, 1915, 1920], "diagram": [1889, 1893], "explor": [1889, 1893], "comparison": [1890, 1894, 1908], "charg": [1890, 1894], "consist": [1890, 1894, 1916, 1921], "introduc": 1895, "mode": 1895, "shell": 1895, "veri": 1895, "indent": 1895, "If": 1895, "statement": 1895, "import": [1895, 1900], "modul": 1895, "numpi": [1895, 1900], "help": 1895, "goal": [1896, 1914, 1919], "inlin": 1896, "prettier": 1896, "subplot": 1896, "like": 1896, "approach": 1896, "circular": [1897, 1901], "arithmet": [1897, 1901], "obtain": [1897, 1901], "compact": [1897, 1901], "pade": [1897, 1901], "exercis": [1897, 1901, 1910], "fundament": 1899, "multivari": 1900, "perturb": [1902, 1908], "visual": [1902, 1903, 1908], "mott": [1902, 1908], "transit": [1902, 1908], "anderson": 1903, "cthyb": 1903, "sampl": 1903, "singl": [1904, 1909], "orbit": [1904, 1905, 1909, 1910], "valenc": [1906, 1911], "bond": [1906, 1911], "precomput": [1906, 1911], "literatur": 1908, "j": 1910, "conclus": 1910, "perfect": [1913, 1914, 1918, 1919], "nest": [1913, 1914, 1918, 1919], "nearest": [1913, 1918], "neighbour": [1913, 1918], "surfac": [1913, 1918], "suscept": [1914, 1919], "chi_0": [1914, 1917, 1919, 1922], "fast": [1914, 1919], "mathbf": [1914, 1919], "omega_n": [1914, 1919], "static": [1914, 1919], "approxim": [1915, 1920], "rpa": [1915, 1916, 1917, 1920, 1921, 1922], "tpsc": [1916, 1917, 1921, 1922], "behaviour": [1916, 1921], "u_": [1916, 1921], "sp": [1916, 1921], "ch": [1916, 1921], "weak": [1916, 1921], "temperatur": [1917, 1922], "antiferromagnet": [1917, 1922], "dimension": [1917, 1922], "mermin": [1917, 1922], "wagner": [1917, 1922], "theorem": [1917, 1922], "previou": [1917, 1922], "arbitrari": [1917, 1922], "spin": [1917, 1922], "factor": [1917, 1922], "s_": [1917, 1922], "remark": [1917, 1922], "compat": 1924}, "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": {"[triqs/atom_diag] Lightweight exact diagonalization solver and tools": [[511, "triqs-atom-diag-lightweight-exact-diagonalization-solver-and-tools"]], "Example of use: Python": [[511, "example-of-use-python"]], "Example of use: C++": [[511, "example-of-use-c"]], "Parameters": [[522, "parameters"], [26, "parameters"], [12, "parameters"], [15, "parameters"], [13, "parameters"], [18, "parameters"], [19, "parameters"], [33, "parameters"], [32, "parameters"], [39, "parameters"], [34, "parameters"], [43, "parameters"], [48, "parameters"], [46, "parameters"], [47, "parameters"], [57, "parameters"], [53, "parameters"], [58, "parameters"], [63, "parameters"], [71, "parameters"], [73, "parameters"], [76, "parameters"], [83, "parameters"], [85, "parameters"], [88, "parameters"], [89, "parameters"], [97, "parameters"], [95, "parameters"], [105, "parameters"], [100, "parameters"], [109, "parameters"], [113, "parameters"], [117, "parameters"], [114, "parameters"], [116, "parameters"], [115, "parameters"], [119, "parameters"], [120, "parameters"], [129, "parameters"], [131, "parameters"], [135, "parameters"], [132, "parameters"], [130, "parameters"], [140, "parameters"], [146, "parameters"], [147, "parameters"], [150, "parameters"], [149, "parameters"], [148, "parameters"], [159, "parameters"], [156, "parameters"], [158, "parameters"], [157, "parameters"], [163, "parameters"], [161, "parameters"], [165, "parameters"], [160, "parameters"], [167, "parameters"], [169, "parameters"], [166, "parameters"], [168, "parameters"], [170, "parameters"], [172, "parameters"], [181, "parameters"], [183, "parameters"], [180, "parameters"], [189, "parameters"], [193, "parameters"], [195, "parameters"], [191, "parameters"], [192, "parameters"], [194, "parameters"], [200, "parameters"], [196, "parameters"], [198, "parameters"], [197, "parameters"], [199, "parameters"], [207, "parameters"], [233, "parameters"], [245, "parameters"], [261, "parameters"], [266, "parameters"], [264, "parameters"], [267, "parameters"], [265, "parameters"], [270, "parameters"], [278, "parameters"], [282, "parameters"], [290, "parameters"], [294, "parameters"], [302, "parameters"], [303, "parameters"], [307, "parameters"], [310, "parameters"], [311, "parameters"], [312, "parameters"], [327, "parameters"], [326, "parameters"], [325, "parameters"], [324, "parameters"], [329, "parameters"], [339, "parameters"], [343, "parameters"], [342, "parameters"], [344, "parameters"], [346, "parameters"], [348, "parameters"], [351, "parameters"], [354, "parameters"], [352, "parameters"], [356, "parameters"], [355, "parameters"], [353, "parameters"], [358, "parameters"], [362, "parameters"], [359, "parameters"], [365, "parameters"], [369, "parameters"], [368, "parameters"], [364, "parameters"], [366, "parameters"], [372, "parameters"], [373, "parameters"], [370, "parameters"], [380, "parameters"], [379, "parameters"], [378, "parameters"], [382, "parameters"], [386, "parameters"], [384, "parameters"], [383, "parameters"], [385, "parameters"], [390, "parameters"], [391, "parameters"], [389, "parameters"], [398, "parameters"], [396, "parameters"], [394, "parameters"], [395, "parameters"], [397, "parameters"], [401, "parameters"], [404, "parameters"], [402, "parameters"], [409, "parameters"], [406, "parameters"], [407, "parameters"], [408, "parameters"], [411, "parameters"], [412, "parameters"], [413, "parameters"], [417, "parameters"], [423, "parameters"], [418, "parameters"], [420, "parameters"], [437, "parameters"], [439, "parameters"], [438, "parameters"], [441, "parameters"], [440, "parameters"], [454, "parameters"], [461, "parameters"], [462, "parameters"], [467, "parameters"], [476, "parameters"], [472, "parameters"], [473, "parameters"], [483, "parameters"], [482, "parameters"], [479, "parameters"], [478, "parameters"], [489, "parameters"], [488, "parameters"], [487, "parameters"], [484, "parameters"], [494, "parameters"], [491, "parameters"], [492, "parameters"], [495, "parameters"], [493, "parameters"], [497, "parameters"], [496, "parameters"], [498, "parameters"]], "Template parameters": [[522, "template-parameters"], [583, "template-parameters"], [26, "template-parameters"], [13, "template-parameters"], [14, "template-parameters"], [20, "template-parameters"], [18, "template-parameters"], [19, "template-parameters"], [28, "template-parameters"], [33, "template-parameters"], [32, "template-parameters"], [39, "template-parameters"], [34, "template-parameters"], [35, "template-parameters"], [42, "template-parameters"], [48, "template-parameters"], [46, "template-parameters"], [47, "template-parameters"], [62, "template-parameters"], [63, "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"], [96, "template-parameters"], [95, "template-parameters"], [105, "template-parameters"], [100, "template-parameters"], [101, "template-parameters"], [109, "template-parameters"], [113, "template-parameters"], [114, "template-parameters"], [116, "template-parameters"], [131, "template-parameters"], [135, "template-parameters"], [132, "template-parameters"], [130, "template-parameters"], [134, "template-parameters"], [137, "template-parameters"], [138, "template-parameters"], [146, "template-parameters"], [147, "template-parameters"], [150, "template-parameters"], [149, "template-parameters"], [151, "template-parameters"], [148, "template-parameters"], [153, "template-parameters"], [159, "template-parameters"], [155, "template-parameters"], [156, "template-parameters"], [158, "template-parameters"], [157, "template-parameters"], [154, "template-parameters"], [161, "template-parameters"], [164, "template-parameters"], [160, "template-parameters"], [193, "template-parameters"], [195, "template-parameters"], [191, "template-parameters"], [192, "template-parameters"], [194, "template-parameters"], [196, "template-parameters"], [197, "template-parameters"], [207, "template-parameters"], [261, "template-parameters"], [266, "template-parameters"], [264, "template-parameters"], [267, "template-parameters"], [265, "template-parameters"], [270, "template-parameters"], [269, "template-parameters"], [278, "template-parameters"], [281, "template-parameters"], [282, "template-parameters"], [294, "template-parameters"], [293, "template-parameters"], [302, "template-parameters"], [307, "template-parameters"], [310, "template-parameters"], [311, "template-parameters"], [312, "template-parameters"], [326, "template-parameters"], [325, "template-parameters"], [324, "template-parameters"], [329, "template-parameters"], [361, "template-parameters"], [367, "template-parameters"], [365, "template-parameters"], [364, "template-parameters"], [366, "template-parameters"], [370, "template-parameters"], [375, "template-parameters"], [380, "template-parameters"], [388, "template-parameters"], [391, "template-parameters"], [420, "template-parameters"], [462, "template-parameters"], [472, "template-parameters"], [494, "template-parameters"], [491, "template-parameters"], [492, "template-parameters"], [495, "template-parameters"], [493, "template-parameters"], [496, "template-parameters"], [498, "template-parameters"], [532, "template-parameters"]], "Notations and documentation conventions": [[522, "notations-and-documentation-conventions"]], "Notation": [[522, "notation"]], "Documentation conventions for C++ code": [[522, "documentation-conventions-for-c-code"]], "add": [[522, "add"]], "Return value": [[522, "return-value"]], "Automatic assignment of containers": [[513, "automatic-assignment-of-containers"]], "[triqs/clef] Clef: Compile-time lazy expressions and functions": [[514, "triqs-clef-clef-compile-time-lazy-expressions-and-functions"]], "More complex examples": [[515, "more-complex-examples"]], "A lazy sum": [[516, "a-lazy-sum"]], "Evaluating CLEF expressions": [[517, "evaluating-clef-expressions"]], "Complete evaluation": [[517, "complete-evaluation"]], "Partial evaluation": [[517, "partial-evaluation"], [542, "partial-evaluation"], [542, "id1"], [1900, "Partial-evaluation"]], "Utility functions for atom_diag": [[512, "utility-functions-for-atom-diag"]], "Transform CLEF expressions into functions": [[519, "transform-clef-expressions-into-functions"]], "make_function": [[519, "make-function"]], "Short notation with >> operator": [[519, "short-notation-with-operator"]], "clef::function": [[519, "clef-function"]], "Examples": [[519, "examples"], [539, "examples"], [534, "examples"], [544, "examples"], [546, "examples"], [540, "examples"], [558, "examples"], [538, "examples"], [543, "examples"]], "triqs/MPI": [[510, "triqs-mpi"]], "Introduction": [[510, "introduction"], [594, "introduction"], [579, "introduction"]], "MPI documentation/manual/triqs": [[510, "mpi-documentation-manual-triqs"]], "Supported functions and types": [[510, "supported-functions-and-types"]], "Basic usage": [[510, "basic-usage"]], "Headers": [[510, "headers"]], "MPI example": [[510, "mpi-example"]], "Motivation: a little tour of CLEF": [[520, "motivation-a-little-tour-of-clef"]], "Forming CLEF expressions": [[518, "forming-clef-expressions"]], "Placeholders": [[518, "placeholders"]], "Forming an expression": [[518, "forming-an-expression"]], "Storage of expressions [advanced]": [[518, "storage-of-expressions-advanced"]], "Overloading functions and methods for CLEF arguments": [[521, "overloading-functions-and-methods-for-clef-arguments"]], "Overloading functions": [[521, "overloading-functions"]], "Overloading operator() and other methods": [[521, "overloading-operator-and-other-methods"]], "How does it work ?": [[525, "how-does-it-work"]], "Cofactors": [[525, "cofactors"]], "The Sherman-Morrison formula": [[525, "the-sherman-morrison-formula"]], "Addition of a line and a column, or more": [[525, "addition-of-a-line-and-a-column-or-more"]], "Removal of a line and a column, or more": [[525, "removal-of-a-line-and-a-column-or-more"]], "Change of a column": [[525, "change-of-a-column"]], "Change of a line": [[525, "change-of-a-line"]], "Change of a line and a column": [[525, "change-of-a-line-and-a-column"]], "Interaction with CLEF expressions": [[527, "interaction-with-clef-expressions"]], "Basic notions": [[526, "basic-notions"]], "Types of Green\u2019s functions": [[526, "types-of-green-s-functions"]], "Matsubara Green\u2019s function in imaginary time ": [[526, "matsubara-green-s-function-in-imaginary-time-gfimtime"]], "Matsubara Green\u2019s function in imaginary frequencies ": [[526, "matsubara-green-s-function-in-imaginary-frequencies-gfimfreq"]], "Matsubara Green\u2019s function with Legendre polynomials ": [[526, "matsubara-green-s-function-with-legendre-polynomials-gflegendre"]], "Green function in real time ": [[526, "green-function-in-real-time-gfretime"]], "Retarded Green\u2019s function in real frequencies ": [[526, "retarded-green-s-function-in-real-frequencies-gfrefreq"]], "Fourier and Legendre transforms": [[526, "fourier-and-legendre-transforms"]], "High-frequency tail": [[526, "high-frequency-tail"]], "Concepts": [[528, "concepts"], [575, "concepts"]], "Domain": [[528, "domain"]], "PureFunctionOnDomain": [[528, "purefunctionondomain"]], "Mesh": [[528, "mesh"]], "MeshPoint": [[528, "meshpoint"]], "Synopsis": [[539, "synopsis"], [530, "synopsis"], [544, "synopsis"], [546, "synopsis"], [540, "synopsis"], [524, "synopsis"], [538, "synopsis"]], "[gf] Matsubara imaginary time": [[539, "gf-imtime-matsubara-imaginary-time"]], "Domain & mesh": [[539, "domain-mesh"], [534, "domain-mesh"], [544, "domain-mesh"], [546, "domain-mesh"], [540, "domain-mesh"], [538, "domain-mesh"], [543, "domain-mesh"]], "Singularity": [[539, "singularity"], [534, "singularity"], [546, "singularity"], [540, "singularity"], [543, "singularity"]], "Evaluation method": [[539, "evaluation-method"], [544, "evaluation-method"], [546, "evaluation-method"], [540, "evaluation-method"], [538, "evaluation-method"]], "Data storage": [[539, "data-storage"], [534, "data-storage"], [544, "data-storage"], [546, "data-storage"], [540, "data-storage"], [538, "data-storage"], [543, "data-storage"]], "HDF5 storage convention": [[539, "hdf5-storage-convention"], [534, "hdf5-storage-convention"], [544, "hdf5-storage-convention"], [546, "hdf5-storage-convention"], [540, "hdf5-storage-convention"], [538, "hdf5-storage-convention"], [543, "hdf5-storage-convention"]], "Example": [[530, "example"], [552, "example"], [508, "example"], [574, "example"], [593, "example"], [591, "example"], [557, "example"], [559, "example"], [556, "example"], [555, "example"], [19, "example"], [95, "example"], [264, "example"], [265, "example"], [270, "example"], [326, "example"], [461, "example"], [465, "example"], [468, "example"], [470, "example"], [472, "example"], [494, "example"], [495, "example"], [493, "example"], [524, "example"], [496, "example"]], "Fourier transforms": [[530, "fourier-transforms"], [1897, "Fourier-transforms"], [1901, "Fourier-transforms"]], "fourier": [[530, "fourier"], [0, "fourier"], [0, "id76"]], "Data access": [[537, "data-access"]], "mesh": [[537, "mesh"], [0, "mesh"]], "data": [[537, "data"]], "singularity": [[537, "singularity"]], "symmetry": [[537, "symmetry"]], "[block_gf] Block Green functions": [[534, "block-gf-t-block-green-functions"]], "Constructors": [[534, "constructors"], [536, "constructors"]], "Factories": [[534, "factories"]], "Factories for the regular type": [[534, "factories-for-the-regular-type"]], "Factories for the view type": [[534, "factories-for-the-view-type"]], "Interpolation method": [[534, "interpolation-method"], [543, "interpolation-method"]], "Iterators": [[534, "iterators"]], "Operator()": [[535, "operator"]], "(1) Evaluation": [[535, "evaluation"]], "(2) Building a view": [[535, "building-a-view"]], "(3) Interaction with clef expressions": [[535, "interaction-with-clef-expressions"]], "Assignment": [[533, "assignment"]], "Move assign operator": [[533, "move-assign-operator"]], "Fourier: implementation notes": [[531, "fourier-implementation-notes"]], "The FFTW library": [[531, "the-fftw-library"]], "Implementation in real time/frequency using FFTW": [[531, "implementation-in-real-time-frequency-using-fftw"]], "Implementation in imaginary time/frequency using FFTW": [[531, "implementation-in-imaginary-time-frequency-using-fftw"]], "Special case of real functions in time for fermions": [[531, "special-case-of-real-functions-in-time-for-fermions"]], "Special case of real functions in time for bosons": [[531, "special-case-of-real-functions-in-time-for-bosons"]], "Usage of the tail in the TF": [[531, "usage-of-the-tail-in-the-tf"]], "Constructors of gf": [[536, "constructors-of-gf"]], "Implementation notes": [[549, "implementation-notes"]], "High-Frequency moments of the Green\u2019s function": [[552, "high-frequency-moments-of-the-green-s-function"], [563, "high-frequency-moments-of-the-green-s-function"]], "API": [[552, "api"]], "Adjusting the fit parameters (Advanced)": [[552, "adjusting-the-fit-parameters-advanced"]], "Adjusting the fit window (Advanced)": [[552, "adjusting-the-fit-window-advanced"]], "Operator []": [[548, "operator"]], "(1) Use the linear index of the mesh": [[548, "use-the-linear-index-of-the-mesh"]], "(2) Use the mesh_point of the mesh": [[548, "use-the-mesh-point-of-the-mesh"]], "(3) Find the closest mesh point from a domain point": [[548, "find-the-closest-mesh-point-from-a-domain-point"]], "(4) Interaction with clef expressions": [[548, "interaction-with-clef-expressions"]], "Green\u2019s functions": [[553, "green-s-functions"], [0, "greens-functions"], [1876, "green-s-functions"]], "[gf] Real frequencies": [[544, "gf-refreq-real-frequencies"]], "[gf] Real time": [[546, "gf-retime-real-time"]], "Misc": [[541, "misc"]], "Statistic": [[541, "statistic"]], "Specializations": [[547, "specializations"]], "Target reinterpretation": [[545, "target-reinterpretation"]], "[gf] Legendre representation": [[540, "gf-legendre-legendre-representation"]], "About TRIQS": [[3, "about-triqs"]], "Authors & contributors": [[3, "authors-contributors"]], "Citation": [[3, "citation"]], "License": [[3, "license"]], "Disclaimer": [[3, "disclaimer"], [1868, "disclaimer"]], "Logo files": [[3, "logo-files"]], "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"]], "mpi": [[0, "id26"], [0, "id58"], [108, "mpi"]], "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"], [1864, "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"], [562, "hdf5"]], "c++2py": [[0, "c-2py"]], "Miscellaneous": [[0, "miscellaneous"]], "Version 1.2": [[0, "version-1-2"]], "C++": [[0, "c"], [1880, "c"], [585, "c"]], "Python": [[0, "python"], [583, "python"], [1880, "python"], [585, "python"]], "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"]], "How to contribute to documentation?": [[7, "how-to-contribute-to-documentation"]], "Who should write documentation?": [[7, "who-should-write-documentation"]], "Building the documentation": [[7, "building-the-documentation"]], "Editing the documentation": [[7, "editing-the-documentation"]], "Table of contents": [[5, "table-of-contents"]], "Manual": [[9, "manual"], [499, null]], "C++ API": [[9, "c-api"]], "Python API": [[9, "python-api"], [563, "python-api"]], "Contributing": [[6, "contributing"]], "Issues and feature requests": [[6, "issues-and-feature-requests"]], "Contributing to code and documentation": [[6, "contributing-to-code-and-documentation"]], "Github discussions": [[6, "github-discussions"]], "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"]], "The module_ class": [[504, "the-module-class"]], "[triqs/h5] The HDF5 format": [[507, "triqs-h5-the-hdf5-format"]], "Solution 1. The class provides the transformation into a dict of hdf-compliant objects": [[508, "solution-1-the-class-provides-the-transformation-into-a-dict-of-hdf-compliant-objects"]], "Principle": [[508, "principle"]], "What happens in detail?": [[508, "what-happens-in-detail"]], "The cfunction class": [[500, "the-cfunction-class"]], "Convertion vs wrapping": [[503, "convertion-vs-wrapping"]], "Wrapping classes from C++ to Python": [[503, "wrapping-classes-from-c-to-python"]], "Convertion": [[503, "convertion"]], "Python API of the desc file": [[506, "python-api-of-the-desc-file"]], "General Principle": [[505, "general-principle"]], "The class_ class": [[501, "the-class-class"]], "Cpp2Py: a C++/Python interfacing tool": [[502, "cpp2py-a-c-python-interfacing-tool"]], "Member types": [[583, "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"], [532, "member-types"], [551, "member-types"], [550, "member-types"]], "Free functions": [[583, "free-functions"], [538, "free-functions"]], "Second-quantization operators": [[583, "second-quantization-operators"]], "Construction/factories": [[583, "construction-factories"]], "Overloaded operations": [[583, "overloaded-operations"]], "Methods": [[583, "methods"]], "Iteration over monomials": [[583, "iteration-over-monomials"]], "Serialization & HDF5": [[583, "serialization-hdf5"]], "[triqs/operators] Second-quantization operators and many-body Hamiltonians": [[582, "triqs-operators-second-quantization-operators-and-many-body-hamiltonians"]], "Tutorial": [[581, "tutorial"]], "The C++ code for this problem": [[581, "the-c-code-for-this-problem"]], "Initializing the MPI": [[581, "initializing-the-mpi"]], "Constructing the Monte Carlo simulation": [[581, "constructing-the-monte-carlo-simulation"]], "Moves and measures": [[581, "moves-and-measures"]], "The move": [[581, "the-move"], [578, "the-move"]], "The measure": [[581, "the-measure"]], "Starting the Monte Carlo simulation": [[581, "starting-the-monte-carlo-simulation"]], "End of the simulation - gathering results": [[581, "end-of-the-simulation-gathering-results"]], "Writing your own Monte Carlo simulation": [[581, "writing-your-own-monte-carlo-simulation"]], "Introduction & Motivations": [[575, "introduction-motivations"]], "The Move concept": [[575, "the-move-concept"]], "The Measure concept": [[575, "the-measure-concept"]], "Sums over Brillouin zone": [[572, "sums-over-brillouin-zone"]], "Example: the Ising chain in a magnetic field": [[578, "example-the-ising-chain-in-a-magnetic-field"]], "The configuration": [[578, "the-configuration"]], "Measure": [[578, "measure"]], "Main program": [[578, "main-program"]], "Density of state and related tools": [[570, "density-of-state-and-related-tools"]], "The Density of state: DOS": [[570, "the-density-of-state-dos"]], "Reading a DOS from a text file": [[570, "reading-a-dos-from-a-text-file"]], "Computing a DOS from a tight_binding": [[570, "computing-a-dos-from-a-tight-binding"]], "The DOS computed from a function": [[570, "the-dos-computed-from-a-function"]], "The BravaisLattice and TightBinding classes: definitions and example": [[574, "the-bravaislattice-and-tightbinding-classes-definitions-and-example"]], "BravaisLattice": [[574, "bravaislattice"]], "TightBinding": [[574, "tightbinding"]], "energies_on_bz_path": [[574, "energies-on-bz-path"]], "Hilbert Transform": [[571, "hilbert-transform"]], "Free Fermions with tight binding hopping": [[573, "free-fermions-with-tight-binding-hopping"]], "Random number generator": [[580, "random-number-generator"]], "Generic use": [[580, "generic-use"]], "Getting a list of random number generators": [[580, "getting-a-list-of-random-number-generators"]], "Accessing the random number generator from the Monte Carlo class": [[580, "accessing-the-random-number-generator-from-the-monte-carlo-class"]], "U matrix construction": [[584, "u-matrix-construction"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fock_states": [[610, "triqs-atom-diag-atom-diag-atomdiagcomplex-fock-states"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dim": [[614, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_matrix": [[607, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-matrix"]], "triqs.atom_diag.AtomDiag": [[600, "triqs-atom-diag-atomdiag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.fops": [[611, "triqs-atom-diag-atom-diag-atomdiagcomplex-fops"]], "triqs.atom_diag.atom_diag": [[601, "module-triqs.atom_diag.atom_diag"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_connection": [[604, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex": [[602, "triqs-atom-diag-atom-diag-atomdiagcomplex"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.cdag_connection": [[606, "triqs-atom-diag-atom-diag-atomdiagcomplex-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.flatten_subspace_index": [[609, "triqs-atom-diag-atom-diag-atomdiagcomplex-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.full_hilbert_space_dim": [[612, "triqs-atom-diag-atom-diag-atomdiagcomplex-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.c_matrix": [[605, "triqs-atom-diag-atom-diag-atomdiagcomplex-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_eigenvalue": [[613, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.energies": [[608, "triqs-atom-diag-atom-diag-atomdiagcomplex-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.__init__": [[603, "triqs-atom-diag-atom-diag-atomdiagcomplex-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.unitary_matrices": [[620, "triqs-atom-diag-atom-diag-atomdiagcomplex-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.quantum_numbers": [[619, "triqs-atom-diag-atom-diag-atomdiagcomplex-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.get_subspace_dims": [[615, "triqs-atom-diag-atom-diag-atomdiagcomplex-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal": [[623, "triqs-atom-diag-atom-diag-atomdiagreal"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_connection": [[625, "triqs-atom-diag-atom-diag-atomdiagreal-c-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.c_matrix": [[626, "triqs-atom-diag-atom-diag-atomdiagreal-c-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_matrix": [[628, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-matrix"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.gs_energy": [[616, "triqs-atom-diag-atom-diag-atomdiagcomplex-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.cdag_connection": [[627, "triqs-atom-diag-atom-diag-atomdiagreal-cdag-connection"]], "triqs.atom_diag.atom_diag.AtomDiagReal.__init__": [[624, "triqs-atom-diag-atom-diag-atomdiagreal-init"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_state": [[621, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.n_subspaces": [[618, "triqs-atom-diag-atom-diag-atomdiagcomplex-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.energies": [[629, "triqs-atom-diag-atom-diag-atomdiagreal-energies"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.h_atomic": [[617, "triqs-atom-diag-atom-diag-atomdiagcomplex-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagComplex.vacuum_subspace_index": [[622, "triqs-atom-diag-atom-diag-atomdiagcomplex-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fock_states": [[631, "triqs-atom-diag-atom-diag-atomdiagreal-fock-states"]], "triqs.atom_diag.atom_diag.act": [[644, "triqs-atom-diag-atom-diag-act"]], "triqs.atom_diag.atom_diag.AtomDiagReal.h_atomic": [[638, "triqs-atom-diag-atom-diag-atomdiagreal-h-atomic"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_subspace_index": [[643, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.vacuum_state": [[642, "triqs-atom-diag-atom-diag-atomdiagreal-vacuum-state"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dims": [[636, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dims"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_eigenvalue": [[634, "triqs-atom-diag-atom-diag-atomdiagreal-get-eigenvalue"]], "triqs.atom_diag.atom_diag.AtomDiagReal.gs_energy": [[637, "triqs-atom-diag-atom-diag-atomdiagreal-gs-energy"]], "triqs.atom_diag.atom_diag.AtomDiagReal.flatten_subspace_index": [[630, "triqs-atom-diag-atom-diag-atomdiagreal-flatten-subspace-index"]], "triqs.atom_diag.atom_diag.AtomDiagReal.quantum_numbers": [[640, "triqs-atom-diag-atom-diag-atomdiagreal-quantum-numbers"]], "triqs.atom_diag.atom_diag.AtomDiagReal.unitary_matrices": [[641, "triqs-atom-diag-atom-diag-atomdiagreal-unitary-matrices"]], "triqs.atom_diag.atom_diag.AtomDiagReal.n_subspaces": [[639, "triqs-atom-diag-atom-diag-atomdiagreal-n-subspaces"]], "triqs.atom_diag.atom_diag.AtomDiagReal.get_subspace_dim": [[635, "triqs-atom-diag-atom-diag-atomdiagreal-get-subspace-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.full_hilbert_space_dim": [[633, "triqs-atom-diag-atom-diag-atomdiagreal-full-hilbert-space-dim"]], "triqs.atom_diag.atom_diag.AtomDiagReal.fops": [[632, "triqs-atom-diag-atom-diag-atomdiagreal-fops"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues": [[651, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues"]], "triqs.atom_diag.atom_diag.trace_rho_op": [[653, "triqs-atom-diag-atom-diag-trace-rho-op"]], "triqs.atom_diag.atom_diag.atomic_g_w": [[649, "triqs-atom-diag-atom-diag-atomic-g-w"]], "triqs.atom_diag.atom_diag.atomic_g_l": [[647, "triqs-atom-diag-atom-diag-atomic-g-l"]], "triqs.dos.dos.DOS": [[656, "triqs-dos-dos-dos"]], "triqs.dos.dos.DOS.density": [[659, "triqs-dos-dos-dos-density"]], "triqs.dos.dos.DOS.copy": [[658, "triqs-dos-dos-dos-copy"]], "triqs.atom_diag.atom_diag.atomic_g_iw": [[646, "triqs-atom-diag-atom-diag-atomic-g-iw"]], "triqs.dos": [[654, "module-triqs.dos"]], "triqs.atom_diag.atom_diag.partition_function": [[650, "triqs-atom-diag-atom-diag-partition-function"]], "triqs.atom_diag.atom_diag.atomic_g_tau": [[648, "triqs-atom-diag-atom-diag-atomic-g-tau"]], "triqs.dos.dos.DOS.__init__": [[657, "triqs-dos-dos-dos-init"]], "triqs.atom_diag.atom_diag.atomic_density_matrix": [[645, "triqs-atom-diag-atom-diag-atomic-density-matrix"]], "triqs.dos.dos": [[655, "module-triqs.dos.dos"]], "triqs.atom_diag.atom_diag.quantum_number_eigenvalues_checked": [[652, "triqs-atom-diag-atom-diag-quantum-number-eigenvalues-checked"]], "triqs.fit": [[668, "module-triqs.fit"]], "triqs.gf.backwd_compat": [[673, "module-triqs.gf.backwd_compat"]], "triqs.dos.dos.DOSFromFunction.__init__": [[661, "triqs-dos-dos-dosfromfunction-init"]], "triqs.dos.dos.DOSFromFunction": [[660, "triqs-dos-dos-dosfromfunction"]], "triqs.dos.dos.DOSFromFunction.density": [[663, "triqs-dos-dos-dosfromfunction-density"]], "triqs.dos.dos.dos_from_file": [[664, "triqs-dos-dos-dos-from-file"]], "triqs.dos.dos.DOSFromFunction.copy": [[662, "triqs-dos-dos-dosfromfunction-copy"]], "triqs.fit.fit.Fit": [[670, "triqs-fit-fit-fit"]], "triqs.fit.fit.Fit.__init__": [[671, "triqs-fit-fit-fit-init"]], "triqs.gf.backwd_compat.gf_imfreq": [[674, "module-triqs.gf.backwd_compat.gf_imfreq"]], "triqs.gf": [[672, "module-triqs.gf"]], "triqs.dos.hilbert_transform.HilbertTransform": [[666, "triqs-dos-hilbert-transform-hilberttransform"]], "triqs.dos.hilbert_transform.HilbertTransform.__init__": [[667, "triqs-dos-hilbert-transform-hilberttransform-init"]], "triqs.dos.hilbert_transform": [[665, "module-triqs.dos.hilbert_transform"]], "triqs.fit.fit": [[669, "module-triqs.fit.fit"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.data": [[680, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail": [[685, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy": [[678, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail_on_window": [[684, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.from_L_G_R": [[687, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.indices": [[689, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-indices"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_hermitian_tail": [[683, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.imag": [[688, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-imag"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.__init__": [[676, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.conjugate": [[677, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.density": [[681, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-density"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.enforce_discontinuity": [[682, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.fit_tail_on_window": [[686, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.copy_from": [[679, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq": [[675, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq"]], "Parameters (KEYWORD argument ONLY)": [[675, "parameters-keyword-argument-only"], [714, "parameters-keyword-argument-only"], [753, "parameters-keyword-argument-only"], [792, "parameters-keyword-argument-only"], [831, "parameters-keyword-argument-only"], [557, "parameters-keyword-argument-only"], [558, "parameters-keyword-argument-only"], [559, "parameters-keyword-argument-only"], [556, "parameters-keyword-argument-only"], [555, "parameters-keyword-argument-only"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_hermitian": [[692, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rebinning_tau": [[697, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail": [[698, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_pade": [[704, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imfreq": [[701, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_fourier": [[700, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.mesh": [[694, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-mesh"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.invert": [[691, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-invert"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.inverse": [[690, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-inverse"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_imtime": [[702, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.real": [[696, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-real"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.is_gf_real_in_tau": [[693, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.set_from_legendre": [[703, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.rank": [[695, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-rank"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.replace_by_tail_in_fit_window": [[699, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.data": [[719, "triqs-gf-backwd-compat-gf-imtime-gfimtime-data"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_rank": [[706, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime": [[714, "triqs-gf-backwd-compat-gf-imtime-gfimtime"]], "triqs.gf.backwd_compat.gf_imtime": [[713, "module-triqs.gf.backwd_compat.gf_imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.conjugate": [[716, "triqs-gf-backwd-compat-gf-imtime-gfimtime-conjugate"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.x_data_view": [[711, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-x-data-view"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_indices": [[705, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy_from": [[718, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy-from"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.zero": [[712, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-zero"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.copy": [[717, "triqs-gf-backwd-compat-gf-imtime-gfimtime-copy"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.transpose": [[710, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-transpose"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.tau_L2_norm": [[708, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.target_shape": [[707, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.__init__": [[715, "triqs-gf-backwd-compat-gf-imtime-gfimtime-init"]], "triqs.gf.backwd_compat.gf_imfreq.GfImFreq.total_density": [[709, "triqs-gf-backwd-compat-gf-imfreq-gfimfreq-total-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.enforce_discontinuity": [[721, "triqs-gf-backwd-compat-gf-imtime-gfimtime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.indices": [[728, "triqs-gf-backwd-compat-gf-imtime-gfimtime-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.inverse": [[729, "triqs-gf-backwd-compat-gf-imtime-gfimtime-inverse"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail_on_window": [[725, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.from_L_G_R": [[726, "triqs-gf-backwd-compat-gf-imtime-gfimtime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.density": [[720, "triqs-gf-backwd-compat-gf-imtime-gfimtime-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_hermitian": [[731, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.imag": [[727, "triqs-gf-backwd-compat-gf-imtime-gfimtime-imag"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.mesh": [[733, "triqs-gf-backwd-compat-gf-imtime-gfimtime-mesh"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rank": [[734, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rank"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.invert": [[730, "triqs-gf-backwd-compat-gf-imtime-gfimtime-invert"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.is_gf_real_in_tau": [[732, "triqs-gf-backwd-compat-gf-imtime-gfimtime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail_on_window": [[723, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_tail": [[724, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.fit_hermitian_tail": [[722, "triqs-gf-backwd-compat-gf-imtime-gfimtime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.real": [[735, "triqs-gf-backwd-compat-gf-imtime-gfimtime-real"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_legendre": [[742, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.total_density": [[748, "triqs-gf-backwd-compat-gf-imtime-gfimtime-total-density"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_shape": [[746, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-shape"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imtime": [[741, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail": [[737, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.replace_by_tail_in_fit_window": [[738, "triqs-gf-backwd-compat-gf-imtime-gfimtime-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_indices": [[744, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-indices"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_pade": [[743, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-pade"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.tau_L2_norm": [[747, "triqs-gf-backwd-compat-gf-imtime-gfimtime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.transpose": [[749, "triqs-gf-backwd-compat-gf-imtime-gfimtime-transpose"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_fourier": [[739, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.rebinning_tau": [[736, "triqs-gf-backwd-compat-gf-imtime-gfimtime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.set_from_imfreq": [[740, "triqs-gf-backwd-compat-gf-imtime-gfimtime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.target_rank": [[745, "triqs-gf-backwd-compat-gf-imtime-gfimtime-target-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.enforce_discontinuity": [[760, "triqs-gf-backwd-compat-gf-legendre-gflegendre-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.data": [[758, "triqs-gf-backwd-compat-gf-legendre-gflegendre-data"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy": [[756, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy"]], "triqs.gf.backwd_compat.gf_legendre": [[752, "module-triqs.gf.backwd_compat.gf_legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail_on_window": [[764, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.zero": [[751, "triqs-gf-backwd-compat-gf-imtime-gfimtime-zero"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.conjugate": [[755, "triqs-gf-backwd-compat-gf-legendre-gflegendre-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail": [[761, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.copy_from": [[757, "triqs-gf-backwd-compat-gf-legendre-gflegendre-copy-from"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_tail": [[763, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.fit_hermitian_tail_on_window": [[762, "triqs-gf-backwd-compat-gf-legendre-gflegendre-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.density": [[759, "triqs-gf-backwd-compat-gf-legendre-gflegendre-density"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.__init__": [[754, "triqs-gf-backwd-compat-gf-legendre-gflegendre-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre": [[753, "triqs-gf-backwd-compat-gf-legendre-gflegendre"]], "triqs.gf.backwd_compat.gf_imtime.GfImTime.x_data_view": [[750, "triqs-gf-backwd-compat-gf-imtime-gfimtime-x-data-view"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.real": [[774, "triqs-gf-backwd-compat-gf-legendre-gflegendre-real"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail_in_fit_window": [[777, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.inverse": [[768, "triqs-gf-backwd-compat-gf-legendre-gflegendre-inverse"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_fourier": [[778, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-fourier"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.mesh": [[772, "triqs-gf-backwd-compat-gf-legendre-gflegendre-mesh"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_real_in_tau": [[771, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rebinning_tau": [[775, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rebinning-tau"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.rank": [[773, "triqs-gf-backwd-compat-gf-legendre-gflegendre-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.imag": [[766, "triqs-gf-backwd-compat-gf-legendre-gflegendre-imag"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imfreq": [[779, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.replace_by_tail": [[776, "triqs-gf-backwd-compat-gf-legendre-gflegendre-replace-by-tail"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.is_gf_hermitian": [[770, "triqs-gf-backwd-compat-gf-legendre-gflegendre-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.indices": [[767, "triqs-gf-backwd-compat-gf-legendre-gflegendre-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.from_L_G_R": [[765, "triqs-gf-backwd-compat-gf-legendre-gflegendre-from-l-g-r"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.invert": [[769, "triqs-gf-backwd-compat-gf-legendre-gflegendre-invert"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_imtime": [[780, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-imtime"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.tau_L2_norm": [[786, "triqs-gf-backwd-compat-gf-legendre-gflegendre-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq": [[791, "module-triqs.gf.backwd_compat.gf_refreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_pade": [[782, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-pade"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.__init__": [[793, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-init"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_indices": [[783, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-indices"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_shape": [[785, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-shape"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.x_data_view": [[789, "triqs-gf-backwd-compat-gf-legendre-gflegendre-x-data-view"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq": [[792, "triqs-gf-backwd-compat-gf-refreq-gfrefreq"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.target_rank": [[784, "triqs-gf-backwd-compat-gf-legendre-gflegendre-target-rank"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.set_from_legendre": [[781, "triqs-gf-backwd-compat-gf-legendre-gflegendre-set-from-legendre"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.transpose": [[788, "triqs-gf-backwd-compat-gf-legendre-gflegendre-transpose"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.total_density": [[787, "triqs-gf-backwd-compat-gf-legendre-gflegendre-total-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.conjugate": [[794, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-conjugate"]], "triqs.gf.backwd_compat.gf_legendre.GfLegendre.zero": [[790, "triqs-gf-backwd-compat-gf-legendre-gflegendre-zero"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.data": [[797, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-data"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy": [[795, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail": [[800, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.density": [[798, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-density"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.imag": [[805, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-imag"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.inverse": [[807, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-inverse"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.copy_from": [[796, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-copy-from"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_hermitian": [[809, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.invert": [[808, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-invert"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail_on_window": [[803, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.from_L_G_R": [[804, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-from-l-g-r"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_tail": [[802, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.indices": [[806, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.enforce_discontinuity": [[799, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.fit_hermitian_tail_on_window": [[801, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imfreq": [[818, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_pade": [[821, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-pade"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail_in_fit_window": [[816, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail-in-fit-window"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_imtime": [[819, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-imtime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rank": [[812, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.real": [[813, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-real"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.replace_by_tail": [[815, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-replace-by-tail"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_legendre": [[820, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-legendre"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.is_gf_real_in_tau": [[810, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.rebinning_tau": [[814, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-rebinning-tau"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.mesh": [[811, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-mesh"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_rank": [[823, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-rank"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_indices": [[822, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-indices"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.set_from_fourier": [[817, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-set-from-fourier"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.target_shape": [[824, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy_from": [[835, "triqs-gf-backwd-compat-gf-retime-gfretime-copy-from"]], "triqs.gf.backwd_compat.gf_retime": [[830, "module-triqs.gf.backwd_compat.gf_retime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.conjugate": [[833, "triqs-gf-backwd-compat-gf-retime-gfretime-conjugate"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.x_data_view": [[828, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.enforce_discontinuity": [[838, "triqs-gf-backwd-compat-gf-retime-gfretime-enforce-discontinuity"]], "triqs.gf.backwd_compat.gf_retime.GfReTime": [[831, "triqs-gf-backwd-compat-gf-retime-gfretime"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.tau_L2_norm": [[825, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.zero": [[829, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-zero"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail": [[839, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.density": [[837, "triqs-gf-backwd-compat-gf-retime-gfretime-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.data": [[836, "triqs-gf-backwd-compat-gf-retime-gfretime-data"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.copy": [[834, "triqs-gf-backwd-compat-gf-retime-gfretime-copy"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.total_density": [[826, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.__init__": [[832, "triqs-gf-backwd-compat-gf-retime-gfretime-init"]], "triqs.gf.backwd_compat.gf_refreq.GfReFreq.transpose": [[827, "triqs-gf-backwd-compat-gf-refreq-gfrefreq-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.inverse": [[846, "triqs-gf-backwd-compat-gf-retime-gfretime-inverse"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.real": [[852, "triqs-gf-backwd-compat-gf-retime-gfretime-real"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_hermitian": [[848, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-hermitian"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail_on_window": [[842, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.mesh": [[850, "triqs-gf-backwd-compat-gf-retime-gfretime-mesh"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rebinning_tau": [[853, "triqs-gf-backwd-compat-gf-retime-gfretime-rebinning-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_tail": [[841, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.indices": [[845, "triqs-gf-backwd-compat-gf-retime-gfretime-indices"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.imag": [[844, "triqs-gf-backwd-compat-gf-retime-gfretime-imag"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.from_L_G_R": [[843, "triqs-gf-backwd-compat-gf-retime-gfretime-from-l-g-r"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.rank": [[851, "triqs-gf-backwd-compat-gf-retime-gfretime-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.is_gf_real_in_tau": [[849, "triqs-gf-backwd-compat-gf-retime-gfretime-is-gf-real-in-tau"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.invert": [[847, "triqs-gf-backwd-compat-gf-retime-gfretime-invert"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail": [[854, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.fit_hermitian_tail_on_window": [[840, "triqs-gf-backwd-compat-gf-retime-gfretime-fit-hermitian-tail-on-window"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.transpose": [[866, "triqs-gf-backwd-compat-gf-retime-gfretime-transpose"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_pade": [[860, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-pade"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_fourier": [[856, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-fourier"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.total_density": [[865, "triqs-gf-backwd-compat-gf-retime-gfretime-total-density"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_shape": [[863, "triqs-gf-backwd-compat-gf-retime-gfretime-target-shape"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imtime": [[858, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imtime"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_rank": [[862, "triqs-gf-backwd-compat-gf-retime-gfretime-target-rank"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_legendre": [[859, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-legendre"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.set_from_imfreq": [[857, "triqs-gf-backwd-compat-gf-retime-gfretime-set-from-imfreq"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.tau_L2_norm": [[864, "triqs-gf-backwd-compat-gf-retime-gfretime-tau-l2-norm"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.x_data_view": [[867, "triqs-gf-backwd-compat-gf-retime-gfretime-x-data-view"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.target_indices": [[861, "triqs-gf-backwd-compat-gf-retime-gfretime-target-indices"]], "triqs.gf.block2_gf": [[869, "module-triqs.gf.block2_gf"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.zero": [[868, "triqs-gf-backwd-compat-gf-retime-gfretime-zero"]], "triqs.gf.backwd_compat.gf_retime.GfReTime.replace_by_tail_in_fit_window": [[855, "triqs-gf-backwd-compat-gf-retime-gfretime-replace-by-tail-in-fit-window"]], "triqs.gf.block2_gf.Block2Gf.copy_selected_blocks": [[875, "triqs-gf-block2-gf-block2gf-copy-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.zero": [[883, "triqs-gf-block2-gf-block2gf-zero"]], "triqs.gf.block2_gf.Block2Gf.__init__": [[871, "triqs-gf-block2-gf-block2gf-init"]], "triqs.gf.block2_gf.Block2Gf.copy_from": [[874, "triqs-gf-block2-gf-block2gf-copy-from"]], "triqs.gf.block2_gf.Block2Gf": [[870, "triqs-gf-block2-gf-block2gf"]], "triqs.gf.block_gf": [[884, "module-triqs.gf.block_gf"]], "triqs.gf.block2_gf.Block2Gf.real": [[881, "triqs-gf-block2-gf-block2gf-real"]], "triqs.gf.block2_gf.Block2Gf.indices1": [[878, "triqs-gf-block2-gf-block2gf-indices1"]], "triqs.gf.block2_gf.Block2Gf.n_blocks": [[880, "triqs-gf-block2-gf-block2gf-n-blocks"]], "triqs.gf.block2_gf.Block2Gf.view_selected_blocks": [[882, "triqs-gf-block2-gf-block2gf-view-selected-blocks"]], "triqs.gf.block2_gf.Block2Gf.indices2": [[879, "triqs-gf-block2-gf-block2gf-indices2"]], "triqs.gf.block2_gf.Block2Gf.imag": [[876, "triqs-gf-block2-gf-block2gf-imag"]], "triqs.gf.block2_gf.Block2Gf.copy": [[873, "triqs-gf-block2-gf-block2gf-copy"]], "triqs.gf.block2_gf.Block2Gf.all_indices": [[872, "triqs-gf-block2-gf-block2gf-all-indices"]], "triqs.gf.block2_gf.Block2Gf.indices": [[877, "triqs-gf-block2-gf-block2gf-indices"]], "triqs.gf.block_gf.BlockGf.indices": [[895, "triqs-gf-block-gf-blockgf-indices"]], "triqs.gf.block_gf.BlockGf.copy_from": [[891, "triqs-gf-block-gf-blockgf-copy-from"]], "triqs.gf.block_gf.BlockGf.load": [[898, "triqs-gf-block-gf-blockgf-load"]], "triqs.gf.block_gf.BlockGf.copy": [[890, "triqs-gf-block-gf-blockgf-copy"]], "triqs.gf.block_gf.BlockGf.mesh": [[899, "triqs-gf-block-gf-blockgf-mesh"]], "triqs.gf.block_gf.BlockGf.imag": [[894, "triqs-gf-block-gf-blockgf-imag"]], "triqs.gf.block_gf.BlockGf.conjugate": [[889, "triqs-gf-block-gf-blockgf-conjugate"]], "triqs.gf.block_gf.BlockGf.inverse": [[896, "triqs-gf-block-gf-blockgf-inverse"]], "triqs.gf.block_gf.BlockGf.all_indices": [[887, "triqs-gf-block-gf-blockgf-all-indices"]], "triqs.gf.block_gf.BlockGf.density": [[893, "triqs-gf-block-gf-blockgf-density"]], "triqs.gf.block_gf.BlockGf.copy_selected_blocks": [[892, "triqs-gf-block-gf-blockgf-copy-selected-blocks"]], "triqs.gf.block_gf.BlockGf.invert": [[897, "triqs-gf-block-gf-blockgf-invert"]], "triqs.gf.block_gf.BlockGf": [[885, "triqs-gf-block-gf-blockgf"]], "triqs.gf.block_gf.BlockGf.__init__": [[886, "triqs-gf-block-gf-blockgf-init"]], "triqs.gf.block_gf.BlockGf.beta": [[888, "triqs-gf-block-gf-blockgf-beta"]], "triqs.gf.block_gf.BlockGf.zero": [[906, "triqs-gf-block-gf-blockgf-zero"]], "triqs.gf.block_gf.BlockGf.total_density": [[903, "triqs-gf-block-gf-blockgf-total-density"]], "triqs.gf.block_gf.BlockGf.transpose": [[904, "triqs-gf-block-gf-blockgf-transpose"]], "triqs.gf.block_gf.BlockGf.view_selected_blocks": [[905, "triqs-gf-block-gf-blockgf-view-selected-blocks"]], "triqs.gf.descriptor_base.BaseBlock.__init__": [[913, "triqs-gf-descriptor-base-baseblock-init"]], "triqs.gf.block_gf.BlockGf.n_blocks": [[900, "triqs-gf-block-gf-blockgf-n-blocks"]], "triqs.gf.block_gf.fix_gf_struct_type": [[908, "triqs-gf-block-gf-fix-gf-struct-type"]], "triqs.gf.descriptor_base": [[909, "module-triqs.gf.descriptor_base"]], "triqs.gf.descriptor_base.BaseBlock.is_block_descriptor": [[914, "triqs-gf-descriptor-base-baseblock-is-block-descriptor"]], "triqs.gf.descriptor_base.Base": [[910, "triqs-gf-descriptor-base-base"]], "triqs.gf.descriptor_base.Base.__init__": [[911, "triqs-gf-descriptor-base-base-init"]], "triqs.gf.descriptor_base.BaseBlock": [[912, "triqs-gf-descriptor-base-baseblock"]], "triqs.gf.block_gf.BlockGf.real": [[901, "triqs-gf-block-gf-blockgf-real"]], "triqs.gf.block_gf.call_factory_from_dict": [[907, "triqs-gf-block-gf-call-factory-from-dict"]], "triqs.gf.block_gf.BlockGf.save": [[902, "triqs-gf-block-gf-blockgf-save"]], "triqs.gf.descriptor_base.Omega_": [[921, "triqs-gf-descriptor-base-omega"]], "triqs.gf.descriptor_base.convert_scalar_to_const": [[923, "triqs-gf-descriptor-base-convert-scalar-to-const"]], "triqs.gf.descriptor_base.is_scalar": [[925, "triqs-gf-descriptor-base-is-scalar"]], "triqs.gf.descriptor_base.LazyCTX": [[919, "triqs-gf-descriptor-base-lazyctx"]], "triqs.gf.descriptor_base.Const": [[915, "triqs-gf-descriptor-base-const"]], "triqs.gf.descriptor_base.LazyCTX.__init__": [[920, "triqs-gf-descriptor-base-lazyctx-init"]], "triqs.gf.descriptors.Fourier": [[929, "triqs-gf-descriptors-fourier"]], "triqs.gf.descriptor_base.Const.__init__": [[916, "triqs-gf-descriptor-base-const-init"]], "triqs.gf.descriptors": [[926, "module-triqs.gf.descriptors"]], "triqs.gf.descriptor_base.is_lazy": [[924, "triqs-gf-descriptor-base-is-lazy"]], "triqs.gf.descriptors.Flat": [[927, "triqs-gf-descriptors-flat"]], "triqs.gf.descriptor_base.Omega_.__init__": [[922, "triqs-gf-descriptor-base-omega-init"]], "triqs.gf.descriptors.Flat.__init__": [[928, "triqs-gf-descriptors-flat-init"]], "triqs.gf.descriptor_base.Function.__init__": [[918, "triqs-gf-descriptor-base-function-init"]], "triqs.gf.descriptor_base.Function": [[917, "triqs-gf-descriptor-base-function"]], "triqs.gf.descriptors.SemiCircular.__init__": [[941, "triqs-gf-descriptors-semicircular-init"]], "triqs.gf.descriptors.semi": [[944, "triqs-gf-descriptors-semi"]], "triqs.gf.descriptors.LegendreToMatsubara.__init__": [[933, "triqs-gf-descriptors-legendretomatsubara-init"]], "triqs.gf.descriptors.MatsubaraToLegendre.is_block_descriptor": [[937, "triqs-gf-descriptors-matsubaratolegendre-is-block-descriptor"]], "triqs.gf.descriptors.SemiCircular": [[940, "triqs-gf-descriptors-semicircular"]], "triqs.gf.descriptors.OneFermionInTime": [[938, "triqs-gf-descriptors-onefermionintime"]], "triqs.gf.descriptors.OneFermionInTime.__init__": [[939, "triqs-gf-descriptors-onefermionintime-init"]], "triqs.gf.descriptors.LegendreToMatsubara.is_block_descriptor": [[934, "triqs-gf-descriptors-legendretomatsubara-is-block-descriptor"]], "triqs.gf.descriptors.Wilson.__init__": [[943, "triqs-gf-descriptors-wilson-init"]], "triqs.gf.descriptors.Fourier.is_block_descriptor": [[931, "triqs-gf-descriptors-fourier-is-block-descriptor"]], "triqs.gf.descriptors.LegendreToMatsubara": [[932, "triqs-gf-descriptors-legendretomatsubara"]], "triqs.gf.descriptors.Fourier.__init__": [[930, "triqs-gf-descriptors-fourier-init"]], "triqs.gf.descriptors.MatsubaraToLegendre.__init__": [[936, "triqs-gf-descriptors-matsubaratolegendre-init"]], "triqs.gf.descriptors.MatsubaraToLegendre": [[935, "triqs-gf-descriptors-matsubaratolegendre"]], "triqs.gf.descriptors.Wilson": [[942, "triqs-gf-descriptors-wilson"]], "triqs.gf.gf.Gf.density": [[959, "triqs-gf-gf-gf-density"]], "triqs.gf.gf.Gf.__init__": [[954, "triqs-gf-gf-gf-init"]], "triqs.gf.dlr_crm_dyson_solver.minimize_dyson": [[946, "triqs-gf-dlr-crm-dyson-solver-minimize-dyson"]], "triqs.gf.gf.AddMethod": [[948, "triqs-gf-gf-addmethod"]], "triqs.gf.gf.AddMethod.mro": [[950, "triqs-gf-gf-addmethod-mro"]], "triqs.gf.gf.CallProxyNone.__init__": [[952, "triqs-gf-gf-callproxynone-init"]], "triqs.gf.gf": [[947, "module-triqs.gf.gf"]], "triqs.gf.gf.Gf.copy": [[956, "triqs-gf-gf-gf-copy"]], "triqs.gf.gf.Gf.data": [[958, "triqs-gf-gf-gf-data"]], "triqs.gf.gf.AddMethod.__init__": [[949, "triqs-gf-gf-addmethod-init"]], "triqs.gf.gf.CallProxyNone": [[951, "triqs-gf-gf-callproxynone"]], "triqs.gf.gf.Gf": [[953, "triqs-gf-gf-gf"]], "triqs.gf.dlr_crm_dyson_solver": [[945, "module-triqs.gf.dlr_crm_dyson_solver"]], "triqs.gf.gf.Gf.conjugate": [[955, "triqs-gf-gf-gf-conjugate"]], "triqs.gf.gf.Gf.copy_from": [[957, "triqs-gf-gf-gf-copy-from"]], "triqs.gf.gf.Gf.indices": [[967, "triqs-gf-gf-gf-indices"]], "triqs.gf.gf.Gf.invert": [[969, "triqs-gf-gf-gf-invert"]], "triqs.gf.gf.Gf.mesh": [[972, "triqs-gf-gf-gf-mesh"]], "triqs.gf.gf.Gf.is_gf_real_in_tau": [[971, "triqs-gf-gf-gf-is-gf-real-in-tau"]], "triqs.gf.gf.Gf.fit_tail": [[963, "triqs-gf-gf-gf-fit-tail"]], "triqs.gf.gf.Gf.fit_hermitian_tail": [[961, "triqs-gf-gf-gf-fit-hermitian-tail"]], "triqs.gf.gf.Gf.from_L_G_R": [[965, "triqs-gf-gf-gf-from-l-g-r"]], "triqs.gf.gf.Gf.enforce_discontinuity": [[960, "triqs-gf-gf-gf-enforce-discontinuity"]], "triqs.gf.gf.Gf.imag": [[966, "triqs-gf-gf-gf-imag"]], "triqs.gf.gf.Gf.rank": [[973, "triqs-gf-gf-gf-rank"]], "triqs.gf.gf.Gf.is_gf_hermitian": [[970, "triqs-gf-gf-gf-is-gf-hermitian"]], "triqs.gf.gf.Gf.fit_hermitian_tail_on_window": [[962, "triqs-gf-gf-gf-fit-hermitian-tail-on-window"]], "triqs.gf.gf.Gf.inverse": [[968, "triqs-gf-gf-gf-inverse"]], "triqs.gf.gf.Gf.real": [[974, "triqs-gf-gf-gf-real"]], "triqs.gf.gf.Gf.fit_tail_on_window": [[964, "triqs-gf-gf-gf-fit-tail-on-window"]], "triqs.gf.gf.Gf.set_from_fourier": [[978, "triqs-gf-gf-gf-set-from-fourier"]], "triqs.gf.gf.Gf.replace_by_tail": [[976, "triqs-gf-gf-gf-replace-by-tail"]], "triqs.gf.gf.Gf.total_density": [[987, "triqs-gf-gf-gf-total-density"]], "triqs.gf.gf.Gf.set_from_imtime": [[980, "triqs-gf-gf-gf-set-from-imtime"]], "triqs.gf.gf.Gf.tau_L2_norm": [[986, "triqs-gf-gf-gf-tau-l2-norm"]], "triqs.gf.gf.Gf.set_from_legendre": [[981, "triqs-gf-gf-gf-set-from-legendre"]], "triqs.gf.gf.Gf.x_data_view": [[989, "triqs-gf-gf-gf-x-data-view"]], "triqs.gf.gf.Gf.set_from_imfreq": [[979, "triqs-gf-gf-gf-set-from-imfreq"]], "triqs.gf.gf.Gf.target_indices": [[983, "triqs-gf-gf-gf-target-indices"]], "triqs.gf.gf.Gf.target_shape": [[985, "triqs-gf-gf-gf-target-shape"]], "triqs.gf.gf.Gf.rebinning_tau": [[975, "triqs-gf-gf-gf-rebinning-tau"]], "triqs.gf.gf.Gf.replace_by_tail_in_fit_window": [[977, "triqs-gf-gf-gf-replace-by-tail-in-fit-window"]], "triqs.gf.gf.Gf.set_from_pade": [[982, "triqs-gf-gf-gf-set-from-pade"]], "triqs.gf.gf.Gf.transpose": [[988, "triqs-gf-gf-gf-transpose"]], "triqs.gf.gf.Gf.target_rank": [[984, "triqs-gf-gf-gf-target-rank"]], "triqs.gf.gf.Gf.zero": [[990, "triqs-gf-gf-gf-zero"]], "triqs.gf.gf_factories.make_gf_imfreq": [[1002, "triqs-gf-gf-factories-make-gf-imfreq"]], "triqs.gf.gf.Idx.__init__": [[992, "triqs-gf-gf-idx-init"]], "triqs.gf.gf_factories.make_gf_dlr": [[998, "triqs-gf-gf-factories-make-gf-dlr"]], "triqs.gf.gf_factories.make_gf_imtime": [[1003, "triqs-gf-gf-factories-make-gf-imtime"]], "triqs.gf.gf_factories.make_gf_from_fourier": [[1001, "triqs-gf-gf-factories-make-gf-from-fourier"]], "triqs.gf.gf_factories.make_gf_dlr_imtime": [[1000, "triqs-gf-gf-factories-make-gf-dlr-imtime"]], "triqs.gf.gf_factories.make_hermitian": [[1004, "triqs-gf-gf-factories-make-hermitian"]], "triqs.gf.gf.Idx": [[991, "triqs-gf-gf-idx"]], "triqs.gf.gf.bckwd": [[994, "triqs-gf-gf-bckwd"]], "triqs.gf.gf.add_method_helper": [[993, "triqs-gf-gf-add-method-helper"]], "triqs.gf.gf_factories.fit_gf_dlr": [[997, "triqs-gf-gf-factories-fit-gf-dlr"]], "triqs.gf.gf_factories.make_gf_dlr_imfreq": [[999, "triqs-gf-gf-factories-make-gf-dlr-imfreq"]], "triqs.gf.gf_factories": [[996, "module-triqs.gf.gf_factories"]], "triqs.gf.gf.call_factory_from_dict": [[995, "triqs-gf-gf-call-factory-from-dict"]], "triqs.gf.gf_fnt.replace_by_tail": [[1016, "triqs-gf-gf-fnt-replace-by-tail"]], "triqs.gf.gf_fnt.set_from_fourier": [[1018, "triqs-gf-gf-fnt-set-from-fourier"]], "triqs.gf.gf_fnt.is_gf_hermitian": [[1013, "triqs-gf-gf-fnt-is-gf-hermitian"]], "triqs.gf.gf_fnt": [[1006, "module-triqs.gf.gf_fnt"]], "triqs.gf.gf_fnt.fit_hermitian_tail": [[1009, "triqs-gf-gf-fnt-fit-hermitian-tail"]], "triqs.gf.gf_fnt.density": [[1007, "triqs-gf-gf-fnt-density"]], "triqs.gf.gf_fnt.fit_hermitian_tail_on_window": [[1010, "triqs-gf-gf-fnt-fit-hermitian-tail-on-window"]], "triqs.gf.gf_fnt.fit_tail": [[1011, "triqs-gf-gf-fnt-fit-tail"]], "triqs.gf.gf_fnt.set_from_imfreq": [[1019, "triqs-gf-gf-fnt-set-from-imfreq"]], "triqs.gf.gf_factories.make_real_in_tau": [[1005, "triqs-gf-gf-factories-make-real-in-tau"]], "triqs.gf.gf_fnt.rebinning_tau": [[1015, "triqs-gf-gf-fnt-rebinning-tau"]], "triqs.gf.gf_fnt.replace_by_tail_in_fit_window": [[1017, "triqs-gf-gf-fnt-replace-by-tail-in-fit-window"]], "triqs.gf.gf_fnt.is_gf_real_in_tau": [[1014, "triqs-gf-gf-fnt-is-gf-real-in-tau"]], "triqs.gf.gf_fnt.fit_tail_on_window": [[1012, "triqs-gf-gf-fnt-fit-tail-on-window"]], "triqs.gf.gf_fnt.enforce_discontinuity": [[1008, "triqs-gf-gf-fnt-enforce-discontinuity"]], "triqs.gf.gf_fnt.set_from_legendre": [[1021, "triqs-gf-gf-fnt-set-from-legendre"]], "triqs.gf.lazy_expressions": [[1024, "module-triqs.gf.lazy_expressions"]], "triqs.gf.gf_fnt.set_from_pade": [[1022, "triqs-gf-gf-fnt-set-from-pade"]], "triqs.gf.lazy_expressions.LazyExpr.is_terminal": [[1029, "triqs-gf-lazy-expressions-lazyexpr-is-terminal"]], "triqs.gf.lazy_expressions.LazyExprTerminal.__init__": [[1032, "triqs-gf-lazy-expressions-lazyexprterminal-init"]], "triqs.gf.lazy_expressions.LazyExpr.__init__": [[1026, "triqs-gf-lazy-expressions-lazyexpr-init"]], "triqs.gf.lazy_expressions.LazyExpr.copy": [[1027, "triqs-gf-lazy-expressions-lazyexpr-copy"]], "triqs.gf.lazy_expressions.LazyExpr.get_terminal": [[1028, "triqs-gf-lazy-expressions-lazyexpr-get-terminal"]], "triqs.gf.lazy_expressions.LazyExpr.set_from": [[1030, "triqs-gf-lazy-expressions-lazyexpr-set-from"]], "triqs.gf.lazy_expressions.LazyExprTerminal": [[1031, "triqs-gf-lazy-expressions-lazyexprterminal"]], "triqs.gf.lazy_expressions.eval_expr": [[1034, "triqs-gf-lazy-expressions-eval-expr"]], "triqs.gf.lazy_expressions.all_terminals": [[1033, "triqs-gf-lazy-expressions-all-terminals"]], "triqs.gf.gf_fnt.tau_L2_norm": [[1023, "triqs-gf-gf-fnt-tau-l2-norm"]], "triqs.gf.gf_fnt.set_from_imtime": [[1020, "triqs-gf-gf-fnt-set-from-imtime"]], "triqs.gf.lazy_expressions.LazyExpr": [[1025, "triqs-gf-lazy-expressions-lazyexpr"]], "[triqs/stat] Statistical Analysis": [[594, "triqs-stat-statistical-analysis"]], "Processing Correlated Data": [[594, "processing-correlated-data"]], "Averages and Standard Errors": [[594, "averages-and-standard-errors"]], "Exceptions": [[596, "exceptions"]], "Python include warnings": [[597, "python-include-warnings"]], "triqs.atom_diag": [[599, "module-triqs.atom_diag"]], "[triqs/utility] Utilities: exceptions, tuple-tools, etc.": [[595, "triqs-utility-utilities-exceptions-tuple-tools-etc"]], "Fitting data": [[590, "fitting-data"]], "A simple example": [[590, "a-simple-example"]], "Reference": [[590, "reference"], [557, "reference"], [562, "reference"], [561, "reference"], [558, "reference"], [559, "reference"], [556, "reference"], [555, "reference"]], "Reproducibility, provenance": [[592, "reproducibility-provenance"]], "TRIQS code version": [[592, "triqs-code-version"]], "Saving the script in the data archive": [[592, "saving-the-script-in-the-data-archive"]], "From the data to the figures": [[592, "from-the-data-to-the-figures"]], "Random number generators": [[593, "random-number-generators"]], "Usage": [[593, "usage"], [1865, "usage"], [1869, "usage"]], "Complete documentation/manual/triqs": [[593, "complete-documentation-manual-triqs"]], "Hamiltonians": [[586, "hamiltonians"]], "Helper functions": [[588, "helper-functions"]], "Observables": [[587, "observables"]], "Tuple tools": [[598, "tuple-tools"]], "apply": [[598, "apply"]], "for_each": [[598, "for-each"]], "for_each_zip": [[598, "for-each-zip"]], "map": [[598, "map"]], "fold": [[598, "fold"]], "reverse": [[598, "reverse"]], "called_on_tuple": [[598, "called-on-tuple"]], "Plotting TRIQS objects": [[591, "plotting-triqs-objects"]], "A thin layer above matplotlib": [[591, "a-thin-layer-above-matplotlib"]], "Multiple panels figures": [[591, "multiple-panels-figures"]], "Plot protocol [Advanced]": [[591, "plot-protocol-advanced"]], "Example with options": [[591, "example-with-options"]], "triqs.gf.matsubara_freq.MatsubaraFreq.real": [[1045, "triqs-gf-matsubara-freq-matsubarafreq-real"]], "triqs.gf.mesh_point": [[1047, "module-triqs.gf.mesh_point"]], "triqs.gf.mesh_point.MeshPoint": [[1048, "triqs-gf-mesh-point-meshpoint"]], "triqs.gf.lazy_expressions.lazy_function": [[1036, "triqs-gf-lazy-expressions-lazy-function"]], "triqs.gf.lazy_expressions.transform": [[1038, "triqs-gf-lazy-expressions-transform"]], "triqs.gf.matsubara_freq.MatsubaraFreq.imag": [[1043, "triqs-gf-matsubara-freq-matsubarafreq-imag"]], "triqs.gf.matsubara_freq.MatsubaraFreq.value": [[1046, "triqs-gf-matsubara-freq-matsubarafreq-value"]], "triqs.gf.lazy_expressions.make_lazy": [[1037, "triqs-gf-lazy-expressions-make-lazy"]], "triqs.gf.map_block": [[1039, "module-triqs.gf.map_block"]], "triqs.gf.matsubara_freq.MatsubaraFreq.index": [[1044, "triqs-gf-matsubara-freq-matsubarafreq-index"]], "triqs.gf.matsubara_freq.MatsubaraFreq": [[1041, "triqs-gf-matsubara-freq-matsubarafreq"]], "triqs.gf.lazy_expressions.eval_expr_with_context": [[1035, "triqs-gf-lazy-expressions-eval-expr-with-context"]], "triqs.gf.mesh_point.MeshPoint.__init__": [[1049, "triqs-gf-mesh-point-meshpoint-init"]], "triqs.gf.matsubara_freq": [[1040, "module-triqs.gf.matsubara_freq"]], "triqs.gf.matsubara_freq.MatsubaraFreq.__init__": [[1042, "triqs-gf-matsubara-freq-matsubarafreq-init"]], "triqs.gf.meshes": [[1064, "module-triqs.gf.meshes"]], "triqs.gf.mesh_product.MeshProduct": [[1055, "triqs-gf-mesh-product-meshproduct"]], "triqs.gf.mesh_product.MeshProduct.rank": [[1060, "triqs-gf-mesh-product-meshproduct-rank"]], "triqs.gf.mesh_product.MeshProduct.to_data_index": [[1062, "triqs-gf-mesh-product-meshproduct-to-data-index"]], "triqs.gf.mesh_product": [[1054, "module-triqs.gf.mesh_product"]], "triqs.gf.mesh_product.MeshProduct.__init__": [[1056, "triqs-gf-mesh-product-meshproduct-init"]], "triqs.gf.mesh_point.MeshPoint.imag": [[1050, "triqs-gf-mesh-point-meshpoint-imag"]], "triqs.gf.mesh_product.MeshProduct.copy": [[1058, "triqs-gf-mesh-product-meshproduct-copy"]], "triqs.gf.mesh_point.MeshPoint.real": [[1051, "triqs-gf-mesh-point-meshpoint-real"]], "triqs.gf.mesh_product.MeshProduct.components": [[1057, "triqs-gf-mesh-product-meshproduct-components"]], "triqs.gf.mesh_product.call_factory_from_dict": [[1063, "triqs-gf-mesh-product-call-factory-from-dict"]], "triqs.gf.mesh_product.MeshProduct.size_of_components": [[1061, "triqs-gf-mesh-product-meshproduct-size-of-components"]], "triqs.gf.mesh_product.MeshProduct.copy_from": [[1059, "triqs-gf-mesh-product-meshproduct-copy-from"]], "triqs.gf.mesh_point.MeshValueGenerator.__init__": [[1053, "triqs-gf-mesh-point-meshvaluegenerator-init"]], "triqs.gf.mesh_point.MeshValueGenerator": [[1052, "triqs-gf-mesh-point-meshvaluegenerator"]], "triqs.gf.meshes.MeshBrZone.dims": [[1071, "triqs-gf-meshes-meshbrzone-dims"]], "triqs.gf.meshes.MeshBrZone.__init__": [[1066, "triqs-gf-meshes-meshbrzone-init"]], "triqs.gf.meshes.MeshBrZone.bz": [[1067, "triqs-gf-meshes-meshbrzone-bz"]], "triqs.gf.meshes.MeshBrZone.to_data_index": [[1073, "triqs-gf-meshes-meshbrzone-to-data-index"]], "triqs.gf.meshes.MeshBrZone": [[1065, "triqs-gf-meshes-meshbrzone"]], "Parameters (Option 1)": [[1065, "parameters-option-1"], [1078, "parameters-option-1"], [1168, "parameters-option-1"], [1180, "parameters-option-1"]], "Parameters (Option 2)": [[1065, "parameters-option-2"], [1078, "parameters-option-2"], [1168, "parameters-option-2"], [1180, "parameters-option-2"]], "triqs.gf.meshes.MeshBrZone.values": [[1077, "triqs-gf-meshes-meshbrzone-values"]], "triqs.gf.meshes.MeshBrZone.closest_index": [[1068, "triqs-gf-meshes-meshbrzone-closest-index"]], "triqs.gf.meshes.MeshCycLat.__init__": [[1079, "triqs-gf-meshes-meshcyclat-init"]], "triqs.gf.meshes.MeshBrZone.to_index": [[1074, "triqs-gf-meshes-meshbrzone-to-index"]], "triqs.gf.meshes.MeshBrZone.mesh_hash": [[1072, "triqs-gf-meshes-meshbrzone-mesh-hash"]], "triqs.gf.meshes.MeshCycLat": [[1078, "triqs-gf-meshes-meshcyclat"]], "triqs.gf.meshes.MeshBrZone.copy_from": [[1070, "triqs-gf-meshes-meshbrzone-copy-from"]], "triqs.gf.meshes.MeshBrZone.copy": [[1069, "triqs-gf-meshes-meshbrzone-copy"]], "triqs.gf.meshes.MeshBrZone.to_value": [[1075, "triqs-gf-meshes-meshbrzone-to-value"]], "triqs.gf.meshes.MeshBrZone.units": [[1076, "triqs-gf-meshes-meshbrzone-units"]], "triqs.gf.meshes.MeshCycLat.values": [[1089, "triqs-gf-meshes-meshcyclat-values"]], "triqs.gf.meshes.MeshDLR.__init__": [[1091, "triqs-gf-meshes-meshdlr-init"]], "triqs.gf.meshes.MeshCycLat.mesh_hash": [[1084, "triqs-gf-meshes-meshcyclat-mesh-hash"]], "triqs.gf.meshes.MeshCycLat.to_value": [[1087, "triqs-gf-meshes-meshcyclat-to-value"]], "triqs.gf.meshes.MeshDLR.beta": [[1092, "triqs-gf-meshes-meshdlr-beta"]], "triqs.gf.meshes.MeshDLR.copy": [[1093, "triqs-gf-meshes-meshdlr-copy"]], "triqs.gf.meshes.MeshCycLat.dims": [[1082, "triqs-gf-meshes-meshcyclat-dims"]], "triqs.gf.meshes.MeshCycLat.units": [[1088, "triqs-gf-meshes-meshcyclat-units"]], "triqs.gf.meshes.MeshCycLat.copy_from": [[1081, "triqs-gf-meshes-meshcyclat-copy-from"]], "triqs.gf.meshes.MeshCycLat.to_data_index": [[1085, "triqs-gf-meshes-meshcyclat-to-data-index"]], "triqs.gf.meshes.MeshDLR.copy_from": [[1094, "triqs-gf-meshes-meshdlr-copy-from"]], "triqs.gf.meshes.MeshCycLat.to_index": [[1086, "triqs-gf-meshes-meshcyclat-to-index"]], "triqs.gf.meshes.MeshCycLat.copy": [[1080, "triqs-gf-meshes-meshcyclat-copy"]], "triqs.gf.meshes.MeshCycLat.lattice": [[1083, "triqs-gf-meshes-meshcyclat-lattice"]], "triqs.gf.meshes.MeshDLR": [[1090, "triqs-gf-meshes-meshdlr"]], "triqs.gf.meshes.MeshDLR.to_data_index": [[1099, "triqs-gf-meshes-meshdlr-to-data-index"]], "triqs.gf.meshes.MeshDLR.to_value": [[1101, "triqs-gf-meshes-meshdlr-to-value"]], "triqs.gf.meshes.MeshDLR.w_max": [[1103, "triqs-gf-meshes-meshdlr-w-max"]], "triqs.gf.meshes.MeshDLR.to_index": [[1100, "triqs-gf-meshes-meshdlr-to-index"]], "triqs.gf.meshes.MeshDLRImFreq.__init__": [[1105, "triqs-gf-meshes-meshdlrimfreq-init"]], "triqs.gf.meshes.MeshDLR.statistic": [[1097, "triqs-gf-meshes-meshdlr-statistic"]], "triqs.gf.meshes.MeshDLR.eps": [[1095, "triqs-gf-meshes-meshdlr-eps"]], "triqs.gf.meshes.MeshDLRImFreq.eps": [[1109, "triqs-gf-meshes-meshdlrimfreq-eps"]], "triqs.gf.meshes.MeshDLRImFreq": [[1104, "triqs-gf-meshes-meshdlrimfreq"]], "triqs.gf.meshes.MeshDLRImFreq.beta": [[1106, "triqs-gf-meshes-meshdlrimfreq-beta"]], "triqs.gf.meshes.MeshDLRImFreq.copy": [[1107, "triqs-gf-meshes-meshdlrimfreq-copy"]], "triqs.gf.meshes.MeshDLR.values": [[1102, "triqs-gf-meshes-meshdlr-values"]], "triqs.gf.meshes.MeshDLRImFreq.copy_from": [[1108, "triqs-gf-meshes-meshdlrimfreq-copy-from"]], "triqs.gf.meshes.MeshDLR.symmetrize": [[1098, "triqs-gf-meshes-meshdlr-symmetrize"]], "triqs.gf.meshes.MeshDLR.mesh_hash": [[1096, "triqs-gf-meshes-meshdlr-mesh-hash"]], "HDF5 data scheme": [[557, "hdf5-data-scheme"], [558, "hdf5-data-scheme"], [559, "hdf5-data-scheme"], [556, "hdf5-data-scheme"], [555, "hdf5-data-scheme"], [509, "hdf5-data-scheme"]], "[GfLegendre] Matsubara Green\u2019s function with Legendre polynomials": [[557, "gflegendre-matsubara-green-s-function-with-legendre-polynomials"]], "Operations": [[562, "operations"], [202, "operations"], [554, "operations"]], "shelve / pickle": [[562, "shelve-pickle"], [554, "shelve-pickle"]], "BlockGf: The complete Green\u2019s function": [[562, "blockgf-the-complete-green-s-function"]], "A little example": [[562, "a-little-example"]], "Block access": [[562, "block-access"]], "Iterator": [[562, "iterator"]], "View or copies?": [[562, "view-or-copies"]], "Fourier and Legendre to Matsubara transforms": [[565, "fourier-and-legendre-to-matsubara-transforms"]], "Time to frequency": [[565, "time-to-frequency"]], "Legendre to Matsubara": [[565, "legendre-to-matsubara"]], "[triqs/hilbert_space] Many-body states and Hilbert spaces": [[566, "triqs-hilbert-space-many-body-states-and-hilbert-spaces"]], "Example of use": [[566, "example-of-use"]], "Descriptors": [[561, "descriptors"]], "Reference documentation/manual": [[569, "reference-documentation-manual"], [509, "reference-documentation-manual"]], "[triqs/lattice] Lattice tools": [[569, "triqs-lattice-lattice-tools"]], "Introductory example": [[569, "introductory-example"]], "[GfReFreq] Retarded Green\u2019s function in real frequencies": [[558, "gfrefreq-retarded-green-s-function-in-real-frequencies"]], "Tools for GFs": [[564, "tools-for-gfs"]], "[GfReTime] Retarded Green\u2019s function in real time": [[559, "gfretime-retarded-green-s-function-in-real-time"]], "StateVector Concept": [[567, "statevector-concept"]], "Bravais Lattice": [[568, "bravais-lattice"]], "[GfImTime] Matsubara Green\u2019s function in imaginary time": [[556, "gfimtime-matsubara-green-s-function-in-imaginary-time"]], "[GfImFreq] Matsubara Green\u2019s function in imaginary frequencies": [[555, "gfimfreq-matsubara-green-s-function-in-imaginary-frequencies"]], "triqs.gf.meshes.MeshDLRImTime.mesh_hash": [[1124, "triqs-gf-meshes-meshdlrimtime-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.symmetrize": [[1112, "triqs-gf-meshes-meshdlrimfreq-symmetrize"]], "triqs.gf.meshes.MeshDLRImFreq.mesh_hash": [[1110, "triqs-gf-meshes-meshdlrimfreq-mesh-hash"]], "triqs.gf.meshes.MeshDLRImFreq.statistic": [[1111, "triqs-gf-meshes-meshdlrimfreq-statistic"]], "triqs.gf.meshes.MeshDLRImFreq.to_index": [[1114, "triqs-gf-meshes-meshdlrimfreq-to-index"]], "triqs.gf.meshes.MeshDLRImTime.copy": [[1121, "triqs-gf-meshes-meshdlrimtime-copy"]], "triqs.gf.meshes.MeshDLRImFreq.values": [[1116, "triqs-gf-meshes-meshdlrimfreq-values"]], "triqs.gf.meshes.MeshDLRImFreq.to_data_index": [[1113, "triqs-gf-meshes-meshdlrimfreq-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.copy_from": [[1122, "triqs-gf-meshes-meshdlrimtime-copy-from"]], "triqs.gf.meshes.MeshDLRImTime": [[1118, "triqs-gf-meshes-meshdlrimtime"]], "triqs.gf.meshes.MeshDLRImTime.__init__": [[1119, "triqs-gf-meshes-meshdlrimtime-init"]], "triqs.gf.meshes.MeshDLRImTime.beta": [[1120, "triqs-gf-meshes-meshdlrimtime-beta"]], "triqs.gf.meshes.MeshDLRImTime.eps": [[1123, "triqs-gf-meshes-meshdlrimtime-eps"]], "triqs.gf.meshes.MeshDLRImFreq.w_max": [[1117, "triqs-gf-meshes-meshdlrimfreq-w-max"]], "triqs.gf.meshes.MeshDLRImFreq.to_value": [[1115, "triqs-gf-meshes-meshdlrimfreq-to-value"]], "triqs.gf.meshes.MeshImFreq.beta": [[1134, "triqs-gf-meshes-meshimfreq-beta"]], "triqs.gf.meshes.MeshImFreq.last_index": [[1138, "triqs-gf-meshes-meshimfreq-last-index"]], "triqs.gf.meshes.MeshImFreq.mesh_hash": [[1139, "triqs-gf-meshes-meshimfreq-mesh-hash"]], "triqs.gf.meshes.MeshImFreq.copy": [[1135, "triqs-gf-meshes-meshimfreq-copy"]], "triqs.gf.meshes.MeshImFreq.first_index": [[1137, "triqs-gf-meshes-meshimfreq-first-index"]], "triqs.gf.meshes.MeshDLRImTime.to_index": [[1128, "triqs-gf-meshes-meshdlrimtime-to-index"]], "triqs.gf.meshes.MeshDLRImTime.statistic": [[1125, "triqs-gf-meshes-meshdlrimtime-statistic"]], "triqs.gf.meshes.MeshDLRImTime.to_data_index": [[1127, "triqs-gf-meshes-meshdlrimtime-to-data-index"]], "triqs.gf.meshes.MeshDLRImTime.values": [[1130, "triqs-gf-meshes-meshdlrimtime-values"]], "triqs.gf.meshes.MeshDLRImTime.to_value": [[1129, "triqs-gf-meshes-meshdlrimtime-to-value"]], "triqs.gf.meshes.MeshImFreq.__init__": [[1133, "triqs-gf-meshes-meshimfreq-init"]], "triqs.gf.meshes.MeshDLRImTime.symmetrize": [[1126, "triqs-gf-meshes-meshdlrimtime-symmetrize"]], "triqs.gf.meshes.MeshImFreq.copy_from": [[1136, "triqs-gf-meshes-meshimfreq-copy-from"]], "triqs.gf.meshes.MeshDLRImTime.w_max": [[1131, "triqs-gf-meshes-meshdlrimtime-w-max"]], "triqs.gf.meshes.MeshImFreq": [[1132, "triqs-gf-meshes-meshimfreq"]], "triqs.gf.meshes.MeshImTime.__init__": [[1149, "triqs-gf-meshes-meshimtime-init"]], "triqs.gf.meshes.MeshImFreq.statistic": [[1143, "triqs-gf-meshes-meshimfreq-statistic"]], "triqs.gf.meshes.MeshImFreq.to_index": [[1145, "triqs-gf-meshes-meshimfreq-to-index"]], "triqs.gf.meshes.MeshImFreq.n_iw": [[1140, "triqs-gf-meshes-meshimfreq-n-iw"]], "triqs.gf.meshes.MeshImTime.mesh_hash": [[1153, "triqs-gf-meshes-meshimtime-mesh-hash"]], "triqs.gf.meshes.MeshImTime": [[1148, "triqs-gf-meshes-meshimtime"]], "triqs.gf.meshes.MeshImTime.statistic": [[1154, "triqs-gf-meshes-meshimtime-statistic"]], "triqs.gf.meshes.MeshImFreq.to_value": [[1146, "triqs-gf-meshes-meshimfreq-to-value"]], "triqs.gf.meshes.MeshImTime.beta": [[1150, "triqs-gf-meshes-meshimtime-beta"]], "triqs.gf.meshes.MeshImFreq.values": [[1147, "triqs-gf-meshes-meshimfreq-values"]], "triqs.gf.meshes.MeshImTime.copy_from": [[1152, "triqs-gf-meshes-meshimtime-copy-from"]], "triqs.gf.meshes.MeshImFreq.positive_only": [[1141, "triqs-gf-meshes-meshimfreq-positive-only"]], "triqs.gf.meshes.MeshImTime.copy": [[1151, "triqs-gf-meshes-meshimtime-copy"]], "triqs.gf.meshes.MeshImFreq.to_data_index": [[1144, "triqs-gf-meshes-meshimfreq-to-data-index"]], "triqs.gf.meshes.MeshImFreq.set_tail_fit_parameters": [[1142, "triqs-gf-meshes-meshimfreq-set-tail-fit-parameters"]], "triqs.gf.meshes.MeshLegendre.__init__": [[1160, "triqs-gf-meshes-meshlegendre-init"]], "triqs.gf.meshes.MeshImTime.to_value": [[1157, "triqs-gf-meshes-meshimtime-to-value"]], "triqs.gf.meshes.MeshReFreq": [[1168, "triqs-gf-meshes-meshrefreq"]], "triqs.gf.meshes.MeshLegendre.to_index": [[1167, "triqs-gf-meshes-meshlegendre-to-index"]], "triqs.gf.meshes.MeshLegendre.to_data_index": [[1166, "triqs-gf-meshes-meshlegendre-to-data-index"]], "triqs.gf.meshes.MeshImTime.to_index": [[1156, "triqs-gf-meshes-meshimtime-to-index"]], "triqs.gf.meshes.MeshLegendre": [[1159, "triqs-gf-meshes-meshlegendre"]], "triqs.gf.meshes.MeshImTime.to_data_index": [[1155, "triqs-gf-meshes-meshimtime-to-data-index"]], "triqs.gf.meshes.MeshLegendre.mesh_hash": [[1164, "triqs-gf-meshes-meshlegendre-mesh-hash"]], "triqs.gf.meshes.MeshLegendre.copy_from": [[1163, "triqs-gf-meshes-meshlegendre-copy-from"]], "triqs.gf.meshes.MeshLegendre.copy": [[1162, "triqs-gf-meshes-meshlegendre-copy"]], "triqs.gf.meshes.MeshReFreq.__init__": [[1169, "triqs-gf-meshes-meshrefreq-init"]], "triqs.gf.meshes.MeshLegendre.statistic": [[1165, "triqs-gf-meshes-meshlegendre-statistic"]], "triqs.gf.meshes.MeshImTime.values": [[1158, "triqs-gf-meshes-meshimtime-values"]], "triqs.gf.meshes.MeshLegendre.beta": [[1161, "triqs-gf-meshes-meshlegendre-beta"]], "triqs.gf.meshes.MeshReFreq.to_data_index": [[1174, "triqs-gf-meshes-meshrefreq-to-data-index"]], "triqs.gf.meshes.MeshReFreq.w_min": [[1179, "triqs-gf-meshes-meshrefreq-w-min"]], "triqs.gf.meshes.MeshReFreq.to_index": [[1175, "triqs-gf-meshes-meshrefreq-to-index"]], "triqs.gf.meshes.MeshReFreq.mesh_hash": [[1173, "triqs-gf-meshes-meshrefreq-mesh-hash"]], "triqs.gf.meshes.MeshReFreq.delta": [[1172, "triqs-gf-meshes-meshrefreq-delta"]], "triqs.gf.meshes.MeshReFreq.values": [[1177, "triqs-gf-meshes-meshrefreq-values"]], "triqs.gf.meshes.MeshReFreq.copy_from": [[1171, "triqs-gf-meshes-meshrefreq-copy-from"]], "triqs.gf.meshes.MeshReFreq.w_max": [[1178, "triqs-gf-meshes-meshrefreq-w-max"]], "triqs.gf.meshes.MeshReTime.copy_from": [[1183, "triqs-gf-meshes-meshretime-copy-from"]], "triqs.gf.meshes.MeshReTime.delta": [[1184, "triqs-gf-meshes-meshretime-delta"]], "triqs.gf.meshes.MeshReTime": [[1180, "triqs-gf-meshes-meshretime"]], "triqs.gf.meshes.MeshReTime.__init__": [[1181, "triqs-gf-meshes-meshretime-init"]], "triqs.gf.meshes.MeshReTime.copy": [[1182, "triqs-gf-meshes-meshretime-copy"]], "triqs.gf.meshes.MeshReFreq.to_value": [[1176, "triqs-gf-meshes-meshrefreq-to-value"]], "triqs.gf.meshes.MeshReFreq.copy": [[1170, "triqs-gf-meshes-meshrefreq-copy"]], "triqs.gf.meshes.MeshReTime.t_min": [[1187, "triqs-gf-meshes-meshretime-t-min"]], "triqs.gf.plot.bz.generate_points_on_path": [[1197, "triqs-gf-plot-bz-generate-points-on-path"]], "triqs.gf.meshes.MeshReTime.values": [[1191, "triqs-gf-meshes-meshretime-values"]], "triqs.gf.meshes.MeshReTime.mesh_hash": [[1185, "triqs-gf-meshes-meshretime-mesh-hash"]], "triqs.gf.meshes.MeshReTime.to_value": [[1190, "triqs-gf-meshes-meshretime-to-value"]], "triqs.gf.plot.bz.dist": [[1195, "triqs-gf-plot-bz-dist"]], "triqs.gf.meshes.MeshReTime.t_max": [[1186, "triqs-gf-meshes-meshretime-t-max"]], "triqs.gf.meshes.MeshReTime.to_data_index": [[1188, "triqs-gf-meshes-meshretime-to-data-index"]], "triqs.gf.meshes.MeshReTime.to_index": [[1189, "triqs-gf-meshes-meshretime-to-index"]], "triqs.gf.plot.bz.generate_points": [[1196, "triqs-gf-plot-bz-generate-points"]], "triqs.gf.plot.bz.length": [[1198, "triqs-gf-plot-bz-length"]], "triqs.gf.plot.bz": [[1194, "module-triqs.gf.plot.bz"]], "triqs.gf.plot.bz.make_plottable": [[1199, "triqs-gf-plot-bz-make-plottable"]], "triqs.gf.meshes.make_adjoint_mesh": [[1192, "triqs-gf-meshes-make-adjoint-mesh"]], "triqs.gf.plot": [[1193, "module-triqs.gf.plot"]], "triqs.gf.plot.one_var.retime": [[1213, "triqs-gf-plot-one-var-retime"]], "triqs.gf.plot.plot_base": [[1214, "module-triqs.gf.plot.plot_base"]], "triqs.gf.plot.one_var": [[1206, "module-triqs.gf.plot.one_var"]], "triqs.gf.plot.bz_x_x": [[1202, "module-triqs.gf.plot.bz_x_x"]], "triqs.gf.plot.one_var.dlr_imfreq": [[1207, "triqs-gf-plot-one-var-dlr-imfreq"]], "triqs.gf.plot.one_var.refreq": [[1212, "triqs-gf-plot-one-var-refreq"]], "triqs.gf.plot.bz.plot": [[1200, "triqs-gf-plot-bz-plot"]], "triqs.gf.plot.one_var.imfreq": [[1209, "triqs-gf-plot-one-var-imfreq"]], "triqs.gf.plot.one_var.legendre": [[1211, "triqs-gf-plot-one-var-legendre"]], "triqs.gf.plot.bz_x_x.plot": [[1203, "triqs-gf-plot-bz-x-x-plot"]], "triqs.gf.plot.one_var.dlr_imtime": [[1208, "triqs-gf-plot-one-var-dlr-imtime"]], "triqs.gf.plot.bz.slice_on_path": [[1201, "triqs-gf-plot-bz-slice-on-path"]], "triqs.gf.plot.dispatcher": [[1205, "triqs-gf-plot-dispatcher"]], "triqs.gf.plot.bz_x_x.plottable_slice_along_path": [[1204, "triqs-gf-plot-bz-x-x-plottable-slice-along-path"]], "triqs.gf.plot.one_var.imtime": [[1210, "triqs-gf-plot-one-var-imtime"]], "triqs.gf.plot.select_indices.closest_point_in_line": [[1217, "triqs-gf-plot-select-indices-closest-point-in-line"]], "triqs.gf.plot.select_indices.dist": [[1219, "triqs-gf-plot-select-indices-dist"]], "triqs.gf.plot.plot_base.plot_base": [[1215, "triqs-gf-plot-plot-base-plot-base"]], "triqs.gf.plot.select_indices": [[1216, "module-triqs.gf.plot.select_indices"]], "triqs.gf.plot.select_indices.pick_selection_vec": [[1220, "triqs-gf-plot-select-indices-pick-selection-vec"]], "triqs.gf.tools.conjugate": [[1223, "triqs-gf-tools-conjugate"]], "triqs.gf.tools.delta": [[1224, "triqs-gf-tools-delta"]], "triqs.gf.tools.inverse": [[1228, "triqs-gf-tools-inverse"]], "triqs.gf.tools.dyson": [[1226, "triqs-gf-tools-dyson"]], "triqs.gf.plot.select_indices.closest_to": [[1218, "triqs-gf-plot-select-indices-closest-to"]], "triqs.gf.tools.discretize_bath": [[1225, "triqs-gf-tools-discretize-bath"]], "triqs.gf.tools": [[1222, "module-triqs.gf.tools"]], "triqs.gf.tools.make_delta": [[1229, "triqs-gf-tools-make-delta"]], "triqs.gf.plot.select_indices.select_path_indices": [[1221, "triqs-gf-plot-select-indices-select-path-indices"]], "triqs.gf.tools.fit_legendre": [[1227, "triqs-gf-tools-fit-legendre"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4.__init__": [[1244, "triqs-gf-wrapped-aux-callproxybrzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0.__init__": [[1236, "triqs-gf-wrapped-aux-callproxybrzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_4": [[1243, "triqs-gf-wrapped-aux-callproxybrzone-4"]], "triqs.gf.tools.write_gf_to_txt": [[1233, "triqs-gf-tools-write-gf-to-txt"]], "triqs.gf.tools.read_gf_from_txt": [[1231, "triqs-gf-tools-read-gf-from-txt"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1.__init__": [[1238, "triqs-gf-wrapped-aux-callproxybrzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2": [[1239, "triqs-gf-wrapped-aux-callproxybrzone-2"]], "triqs.gf.tools.make_zero_tail": [[1230, "triqs-gf-tools-make-zero-tail"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3.__init__": [[1242, "triqs-gf-wrapped-aux-callproxybrzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_1": [[1237, "triqs-gf-wrapped-aux-callproxybrzone-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_3": [[1241, "triqs-gf-wrapped-aux-callproxybrzone-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_2.__init__": [[1240, "triqs-gf-wrapped-aux-callproxybrzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_0": [[1235, "triqs-gf-wrapped-aux-callproxybrzone-0"]], "triqs.gf.wrapped_aux": [[1234, "module-triqs.gf.wrapped_aux"]], "triqs.gf.tools.transpose": [[1232, "triqs-gf-tools-transpose"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0.__init__": [[1246, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1": [[1257, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4": [[1253, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2": [[1249, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1.__init__": [[1248, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_2.__init__": [[1250, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2": [[1259, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_1": [[1247, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_0": [[1245, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_1.__init__": [[1258, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0.__init__": [[1256, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3": [[1251, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_3.__init__": [[1252, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_0": [[1255, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_DLR_4.__init__": [[1254, "triqs-gf-wrapped-aux-callproxybrzone-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3.__init__": [[1262, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2.__init__": [[1274, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2": [[1273, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1": [[1269, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4.__init__": [[1264, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0.__init__": [[1266, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R": [[1267, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R.__init__": [[1272, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0": [[1265, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_4": [[1263, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_2.__init__": [[1260, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImFreq_3": [[1261, "triqs-gf-wrapped-aux-callproxybrzone-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1.__init__": [[1270, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_1_R": [[1271, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_0_R.__init__": [[1268, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3.__init__": [[1278, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R.__init__": [[1284, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1.__init__": [[1288, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R": [[1275, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3": [[1277, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4.__init__": [[1282, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4_R": [[1283, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2": [[1289, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_4": [[1281, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R": [[1279, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_1": [[1287, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0.__init__": [[1286, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_2_R.__init__": [[1276, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_0": [[1285, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ImTime_3_R.__init__": [[1280, "triqs-gf-wrapped-aux-callproxybrzone-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3": [[1291, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_3.__init__": [[1292, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0": [[1295, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_0.__init__": [[1296, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3": [[1301, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4": [[1303, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_2.__init__": [[1290, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1": [[1297, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2": [[1299, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4.__init__": [[1294, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_2.__init__": [[1300, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_1.__init__": [[1298, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_3.__init__": [[1302, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_Legendre_4": [[1293, "triqs-gf-wrapped-aux-callproxybrzone-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReFreq_4.__init__": [[1304, "triqs-gf-wrapped-aux-callproxybrzone-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1": [[1317, "triqs-gf-wrapped-aux-callproxycyclat-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3.__init__": [[1312, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0.__init__": [[1306, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2": [[1309, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1.__init__": [[1308, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4.__init__": [[1314, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2": [[1319, "triqs-gf-wrapped-aux-callproxycyclat-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_1.__init__": [[1318, "triqs-gf-wrapped-aux-callproxycyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_0": [[1305, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_1": [[1307, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_3": [[1311, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0": [[1315, "triqs-gf-wrapped-aux-callproxycyclat-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_0.__init__": [[1316, "triqs-gf-wrapped-aux-callproxycyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_2.__init__": [[1310, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyBrZone_x_ReTime_4": [[1313, "triqs-gf-wrapped-aux-callproxybrzone-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4.__init__": [[1324, "triqs-gf-wrapped-aux-callproxycyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1": [[1327, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3": [[1331, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_1.__init__": [[1328, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2.__init__": [[1330, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0": [[1325, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_3.__init__": [[1332, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4": [[1333, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3": [[1321, "triqs-gf-wrapped-aux-callproxycyclat-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_4": [[1323, "triqs-gf-wrapped-aux-callproxycyclat-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_0.__init__": [[1326, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_4.__init__": [[1334, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_3.__init__": [[1322, "triqs-gf-wrapped-aux-callproxycyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_DLR_2": [[1329, "triqs-gf-wrapped-aux-callproxycyclat-x-dlr-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_2.__init__": [[1320, "triqs-gf-wrapped-aux-callproxycyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4": [[1343, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1": [[1337, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2": [[1339, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_4.__init__": [[1344, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_1.__init__": [[1338, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3.__init__": [[1342, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R.__init__": [[1348, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0.__init__": [[1346, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1": [[1349, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0.__init__": [[1336, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0": [[1345, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_2.__init__": [[1340, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_3": [[1341, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImFreq_0": [[1335, "triqs-gf-wrapped-aux-callproxycyclat-x-imfreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_0_R": [[1347, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R": [[1359, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R.__init__": [[1352, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2": [[1353, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4": [[1361, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R": [[1363, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2.__init__": [[1354, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1_R": [[1351, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3_R.__init__": [[1360, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4.__init__": [[1362, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3.__init__": [[1358, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R": [[1355, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_4_R.__init__": [[1364, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_2_R.__init__": [[1356, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_3": [[1357, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ImTime_1.__init__": [[1350, "triqs-gf-wrapped-aux-callproxycyclat-x-imtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2.__init__": [[1370, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3.__init__": [[1372, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1.__init__": [[1378, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0.__init__": [[1366, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2": [[1379, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0.__init__": [[1376, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_3": [[1371, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4": [[1373, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_2": [[1369, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1": [[1367, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_1.__init__": [[1368, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_1": [[1377, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_0": [[1375, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_0": [[1365, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_Legendre_4.__init__": [[1374, "triqs-gf-wrapped-aux-callproxycyclat-x-legendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2.__init__": [[1390, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_2.__init__": [[1380, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3.__init__": [[1382, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1.__init__": [[1388, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_2": [[1389, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-2"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4.__init__": [[1384, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0": [[1385, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3.__init__": [[1392, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4.__init__": [[1394, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_0.__init__": [[1386, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-0-init"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_1": [[1387, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-1"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_4": [[1393, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_3": [[1381, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-3"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReFreq_4": [[1383, "triqs-gf-wrapped-aux-callproxycyclat-x-refreq-4"]], "triqs.gf.wrapped_aux.CallProxyCycLat_x_ReTime_3": [[1391, "triqs-gf-wrapped-aux-callproxycyclat-x-retime-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_2": [[1399, "triqs-gf-wrapped-aux-callproxydlr-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_4.__init__": [[1404, "triqs-gf-wrapped-aux-callproxydlr-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1.__init__": [[1408, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_2.__init__": [[1400, "triqs-gf-wrapped-aux-callproxydlr-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2": [[1409, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0": [[1405, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_3": [[1401, "triqs-gf-wrapped-aux-callproxydlr-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_4": [[1403, "triqs-gf-wrapped-aux-callproxydlr-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_0": [[1395, "triqs-gf-wrapped-aux-callproxydlr-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_1": [[1397, "triqs-gf-wrapped-aux-callproxydlr-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_0.__init__": [[1406, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_3.__init__": [[1402, "triqs-gf-wrapped-aux-callproxydlr-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_1": [[1407, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_0.__init__": [[1396, "triqs-gf-wrapped-aux-callproxydlr-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_1.__init__": [[1398, "triqs-gf-wrapped-aux-callproxydlr-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0.__init__": [[1416, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2": [[1419, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4.__init__": [[1424, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3.__init__": [[1412, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3.__init__": [[1422, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_0": [[1415, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_3": [[1411, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1": [[1417, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_1.__init__": [[1418, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_3": [[1421, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4": [[1413, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_2.__init__": [[1420, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_2.__init__": [[1410, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_BrZone_4.__init__": [[1414, "triqs-gf-wrapped-aux-callproxydlr-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyDLR_x_CycLat_4": [[1423, "triqs-gf-wrapped-aux-callproxydlr-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1": [[1427, "triqs-gf-wrapped-aux-callproxyimfreq-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2": [[1429, "triqs-gf-wrapped-aux-callproxyimfreq-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0.__init__": [[1426, "triqs-gf-wrapped-aux-callproxyimfreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4": [[1433, "triqs-gf-wrapped-aux-callproxyimfreq-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_1.__init__": [[1428, "triqs-gf-wrapped-aux-callproxyimfreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0": [[1435, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3": [[1431, "triqs-gf-wrapped-aux-callproxyimfreq-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_0": [[1425, "triqs-gf-wrapped-aux-callproxyimfreq-0"]], "triqs.gf.wrapped_aux.CallProxyImFreq_3.__init__": [[1432, "triqs-gf-wrapped-aux-callproxyimfreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_4.__init__": [[1434, "triqs-gf-wrapped-aux-callproxyimfreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_2.__init__": [[1430, "triqs-gf-wrapped-aux-callproxyimfreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1.__init__": [[1438, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2": [[1439, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_1": [[1437, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_0.__init__": [[1436, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1": [[1447, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_2.__init__": [[1440, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_1.__init__": [[1448, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4.__init__": [[1444, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0.__init__": [[1446, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3.__init__": [[1452, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_3": [[1451, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_4": [[1443, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2": [[1449, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_2.__init__": [[1450, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4": [[1453, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_4.__init__": [[1454, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3.__init__": [[1442, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_BrZone_3": [[1441, "triqs-gf-wrapped-aux-callproxyimfreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImFreq_x_CycLat_0": [[1445, "triqs-gf-wrapped-aux-callproxyimfreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_1": [[1459, "triqs-gf-wrapped-aux-callproxyimtime-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R.__init__": [[1466, "triqs-gf-wrapped-aux-callproxyimtime-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R": [[1469, "triqs-gf-wrapped-aux-callproxyimtime-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3": [[1467, "triqs-gf-wrapped-aux-callproxyimtime-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_2": [[1463, "triqs-gf-wrapped-aux-callproxyimtime-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R.__init__": [[1458, "triqs-gf-wrapped-aux-callproxyimtime-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0_R": [[1457, "triqs-gf-wrapped-aux-callproxyimtime-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_2_R": [[1465, "triqs-gf-wrapped-aux-callproxyimtime-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_0.__init__": [[1456, "triqs-gf-wrapped-aux-callproxyimtime-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_3.__init__": [[1468, "triqs-gf-wrapped-aux-callproxyimtime-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_2.__init__": [[1464, "triqs-gf-wrapped-aux-callproxyimtime-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_0": [[1455, "triqs-gf-wrapped-aux-callproxyimtime-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R.__init__": [[1462, "triqs-gf-wrapped-aux-callproxyimtime-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_1_R": [[1461, "triqs-gf-wrapped-aux-callproxyimtime-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_1.__init__": [[1460, "triqs-gf-wrapped-aux-callproxyimtime-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R": [[1477, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_3_R.__init__": [[1470, "triqs-gf-wrapped-aux-callproxyimtime-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0": [[1475, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0_R.__init__": [[1478, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R.__init__": [[1482, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1_R": [[1481, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1.__init__": [[1480, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R": [[1473, "triqs-gf-wrapped-aux-callproxyimtime-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_0.__init__": [[1476, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4": [[1471, "triqs-gf-wrapped-aux-callproxyimtime-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_1": [[1479, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2.__init__": [[1484, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_4_R.__init__": [[1474, "triqs-gf-wrapped-aux-callproxyimtime-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2": [[1483, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_4.__init__": [[1472, "triqs-gf-wrapped-aux-callproxyimtime-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3.__init__": [[1488, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R": [[1489, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R.__init__": [[1498, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R": [[1493, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0.__init__": [[1496, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3": [[1487, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R": [[1485, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0_R": [[1497, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_0": [[1495, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1": [[1499, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4.__init__": [[1492, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4": [[1491, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_3_R.__init__": [[1490, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_4_R.__init__": [[1494, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_BrZone_2_R.__init__": [[1486, "triqs-gf-wrapped-aux-callproxyimtime-x-brzone-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3": [[1507, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3.__init__": [[1508, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2.__init__": [[1504, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R.__init__": [[1514, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R.__init__": [[1502, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R.__init__": [[1510, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4.__init__": [[1512, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R.__init__": [[1506, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_3_R": [[1509, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-3-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2": [[1503, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1.__init__": [[1500, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_1_R": [[1501, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-1-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4": [[1511, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_2_R": [[1505, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-2-r"]], "triqs.gf.wrapped_aux.CallProxyImTime_x_CycLat_4_R": [[1513, "triqs-gf-wrapped-aux-callproxyimtime-x-cyclat-4-r"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1.__init__": [[1528, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2": [[1529, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1": [[1517, "triqs-gf-wrapped-aux-callproxylegendre-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0.__init__": [[1516, "triqs-gf-wrapped-aux-callproxylegendre-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2": [[1519, "triqs-gf-wrapped-aux-callproxylegendre-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0.__init__": [[1526, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3": [[1521, "triqs-gf-wrapped-aux-callproxylegendre-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4.__init__": [[1524, "triqs-gf-wrapped-aux-callproxylegendre-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_1": [[1527, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_0": [[1525, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_3.__init__": [[1522, "triqs-gf-wrapped-aux-callproxylegendre-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_0": [[1515, "triqs-gf-wrapped-aux-callproxylegendre-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_2.__init__": [[1520, "triqs-gf-wrapped-aux-callproxylegendre-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_1.__init__": [[1518, "triqs-gf-wrapped-aux-callproxylegendre-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_4": [[1523, "triqs-gf-wrapped-aux-callproxylegendre-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4": [[1533, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1.__init__": [[1538, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_1": [[1537, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4": [[1543, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_2.__init__": [[1530, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_4.__init__": [[1544, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2": [[1539, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3": [[1541, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3.__init__": [[1532, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0": [[1535, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_0.__init__": [[1536, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_2.__init__": [[1540, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_CycLat_3.__init__": [[1542, "triqs-gf-wrapped-aux-callproxylegendre-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_4.__init__": [[1534, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyLegendre_x_BrZone_3": [[1531, "triqs-gf-wrapped-aux-callproxylegendre-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0.__init__": [[1556, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4": [[1553, "triqs-gf-wrapped-aux-callproxyrefreq-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0": [[1545, "triqs-gf-wrapped-aux-callproxyrefreq-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3": [[1551, "triqs-gf-wrapped-aux-callproxyrefreq-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_4.__init__": [[1554, "triqs-gf-wrapped-aux-callproxyrefreq-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1": [[1557, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_1.__init__": [[1558, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2.__init__": [[1550, "triqs-gf-wrapped-aux-callproxyrefreq-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2": [[1559, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_3.__init__": [[1552, "triqs-gf-wrapped-aux-callproxyrefreq-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_0.__init__": [[1546, "triqs-gf-wrapped-aux-callproxyrefreq-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1.__init__": [[1548, "triqs-gf-wrapped-aux-callproxyrefreq-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_1": [[1547, "triqs-gf-wrapped-aux-callproxyrefreq-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_0": [[1555, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReFreq_2": [[1549, "triqs-gf-wrapped-aux-callproxyrefreq-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1": [[1567, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_1.__init__": [[1568, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4": [[1563, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4.__init__": [[1574, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_4": [[1573, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2.__init__": [[1570, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0.__init__": [[1566, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3": [[1571, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3.__init__": [[1562, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_4.__init__": [[1564, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_2": [[1569, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_3.__init__": [[1572, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_2.__init__": [[1560, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_BrZone_3": [[1561, "triqs-gf-wrapped-aux-callproxyrefreq-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReFreq_x_CycLat_0": [[1565, "triqs-gf-wrapped-aux-callproxyrefreq-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_3": [[1581, "triqs-gf-wrapped-aux-callproxyretime-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1": [[1587, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_1.__init__": [[1588, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_4.__init__": [[1584, "triqs-gf-wrapped-aux-callproxyretime-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_4": [[1583, "triqs-gf-wrapped-aux-callproxyretime-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_1.__init__": [[1578, "triqs-gf-wrapped-aux-callproxyretime-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_0": [[1575, "triqs-gf-wrapped-aux-callproxyretime-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_1": [[1577, "triqs-gf-wrapped-aux-callproxyretime-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_3.__init__": [[1582, "triqs-gf-wrapped-aux-callproxyretime-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2": [[1589, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_0.__init__": [[1576, "triqs-gf-wrapped-aux-callproxyretime-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_2.__init__": [[1580, "triqs-gf-wrapped-aux-callproxyretime-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_2": [[1579, "triqs-gf-wrapped-aux-callproxyretime-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0.__init__": [[1586, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_0": [[1585, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3.__init__": [[1602, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4.__init__": [[1594, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3.__init__": [[1592, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_3": [[1601, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4": [[1603, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2.__init__": [[1600, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0": [[1595, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_3": [[1591, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-3"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_2.__init__": [[1590, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-2-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1.__init__": [[1598, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_4.__init__": [[1604, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-4-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_2": [[1599, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-2"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_0.__init__": [[1596, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-0-init"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_CycLat_1": [[1597, "triqs-gf-wrapped-aux-callproxyretime-x-cyclat-1"]], "triqs.gf.wrapped_aux.CallProxyReTime_x_BrZone_4": [[1593, "triqs-gf-wrapped-aux-callproxyretime-x-brzone-4"]], "triqs.lattice.bz_patch.BZPatch.__init__": [[1609, "triqs-lattice-bz-patch-bzpatch-init"]], "triqs.lattice.lattice_tools": [[1611, "module-triqs.lattice.lattice_tools"]], "triqs.gf.wrapped_aux.set_from_gf_data_mul_LR": [[1605, "triqs-gf-wrapped-aux-set-from-gf-data-mul-lr"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_names": [[1617, "triqs-lattice-lattice-tools-bravaislattice-orbital-names"]], "triqs.lattice": [[1606, "module-triqs.lattice"]], "triqs.lattice.lattice_tools.BravaisLattice.lattice_to_real_coordinates": [[1614, "triqs-lattice-lattice-tools-bravaislattice-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.BravaisLattice.n_orbitals": [[1615, "triqs-lattice-lattice-tools-bravaislattice-n-orbitals"]], "triqs.lattice.bz_patch.BZPatch.dos": [[1610, "triqs-lattice-bz-patch-bzpatch-dos"]], "triqs.lattice.lattice_tools.BravaisLattice.ndim": [[1616, "triqs-lattice-lattice-tools-bravaislattice-ndim"]], "triqs.lattice.lattice_tools.BravaisLattice.units": [[1619, "triqs-lattice-lattice-tools-bravaislattice-units"]], "triqs.lattice.lattice_tools.BravaisLattice.orbital_positions": [[1618, "triqs-lattice-lattice-tools-bravaislattice-orbital-positions"]], "triqs.lattice.lattice_tools.BravaisLattice": [[1612, "triqs-lattice-lattice-tools-bravaislattice"]], "triqs.lattice.bz_patch": [[1607, "module-triqs.lattice.bz_patch"]], "triqs.lattice.bz_patch.BZPatch": [[1608, "triqs-lattice-bz-patch-bzpatch"]], "triqs.lattice.lattice_tools.BravaisLattice.__init__": [[1613, "triqs-lattice-lattice-tools-bravaislattice-init"]], "triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates": [[1631, "triqs-lattice-lattice-tools-tightbinding-lattice-to-real-coordinates"]], "triqs.lattice.lattice_tools.TightBinding.overlap_mat_vec": [[1632, "triqs-lattice-lattice-tools-tightbinding-overlap-mat-vec"]], "triqs.lattice.lattice_tools.TightBinding.fourier": [[1629, "triqs-lattice-lattice-tools-tightbinding-fourier"]], "triqs.lattice.lattice_tools.BrillouinZone": [[1620, "triqs-lattice-lattice-tools-brillouinzone"]], "triqs.lattice.lattice_tools.TightBinding.displ_vec": [[1628, "triqs-lattice-lattice-tools-tightbinding-displ-vec"]], "triqs.lattice.lattice_tools.BrillouinZone.__init__": [[1621, "triqs-lattice-lattice-tools-brillouinzone-init"]], "triqs.lattice.lattice_tools.BrillouinZone.ndim": [[1623, "triqs-lattice-lattice-tools-brillouinzone-ndim"]], "triqs.lattice.lattice_tools.TightBinding.__init__": [[1626, "triqs-lattice-lattice-tools-tightbinding-init"]], "triqs.lattice.lattice_tools.TightBinding": [[1625, "triqs-lattice-lattice-tools-tightbinding"]], "triqs.lattice.lattice_tools.dos_patch": [[1634, "triqs-lattice-lattice-tools-dos-patch"]], "triqs.lattice.lattice_tools.TightBinding.dispersion": [[1627, "triqs-lattice-lattice-tools-tightbinding-dispersion"]], "triqs.lattice.lattice_tools.dos": [[1633, "triqs-lattice-lattice-tools-dos"]], "triqs.lattice.lattice_tools.BrillouinZone.lattice": [[1622, "triqs-lattice-lattice-tools-brillouinzone-lattice"]], "triqs.lattice.lattice_tools.TightBinding.lattice": [[1630, "triqs-lattice-lattice-tools-tightbinding-lattice"]], "triqs.lattice.lattice_tools.BrillouinZone.units": [[1624, "triqs-lattice-lattice-tools-brillouinzone-units"]], "triqs.lattice.super_lattice": [[1639, "module-triqs.lattice.super_lattice"]], "triqs.lattice.point": [[1635, "module-triqs.lattice.point"]], "triqs.lattice.super_lattice.TBSuperLattice.fourier": [[1647, "triqs-lattice-super-lattice-tbsuperlattice-fourier"]], "triqs.lattice.super_lattice.TBSuperLattice.get_rmesh": [[1649, "triqs-lattice-super-lattice-tbsuperlattice-get-rmesh"]], "triqs.lattice.super_lattice.TBSuperLattice": [[1640, "triqs-lattice-super-lattice-tbsuperlattice"]], "triqs.lattice.point.LatticePoint.__init__": [[1637, "triqs-lattice-point-latticepoint-init"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_L_to_SL": [[1642, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-l-to-sl"]], "triqs.lattice.super_lattice.TBSuperLattice.cluster_sites": [[1644, "triqs-lattice-super-lattice-tbsuperlattice-cluster-sites"]], "triqs.lattice.point.LatticePoint.value": [[1638, "triqs-lattice-point-latticepoint-value"]], "triqs.lattice.super_lattice.TBSuperLattice.dispersion": [[1645, "triqs-lattice-super-lattice-tbsuperlattice-dispersion"]], "triqs.lattice.super_lattice.TBSuperLattice.get_kmesh": [[1648, "triqs-lattice-super-lattice-tbsuperlattice-get-kmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.change_coordinates_SL_to_L": [[1643, "triqs-lattice-super-lattice-tbsuperlattice-change-coordinates-sl-to-l"]], "triqs.lattice.super_lattice.TBSuperLattice.fold": [[1646, "triqs-lattice-super-lattice-tbsuperlattice-fold"]], "triqs.lattice.point.LatticePoint": [[1636, "triqs-lattice-point-latticepoint"]], "triqs.lattice.super_lattice.TBSuperLattice.__init__": [[1641, "triqs-lattice-super-lattice-tbsuperlattice-init"]], "triqs.lattice.tight_binding.TBLattice.__init__": [[1661, "triqs-lattice-tight-binding-tblattice-init"]], "triqs.lattice.super_lattice.TBSuperLattice.hoppings": [[1650, "triqs-lattice-super-lattice-tbsuperlattice-hoppings"]], "triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates": [[1651, "triqs-lattice-super-lattice-tbsuperlattice-lattice-to-real-coordinates"]], "triqs.lattice.tight_binding.TBLattice.dispersion": [[1662, "triqs-lattice-tight-binding-tblattice-dispersion"]], "triqs.lattice.super_lattice.TBSuperLattice.pack_index_site_orbital": [[1656, "triqs-lattice-super-lattice-tbsuperlattice-pack-index-site-orbital"]], "triqs.lattice.super_lattice.TBSuperLattice.ndim": [[1653, "triqs-lattice-super-lattice-tbsuperlattice-ndim"]], "triqs.lattice.tight_binding.TBLattice.get_kmesh": [[1664, "triqs-lattice-tight-binding-tblattice-get-kmesh"]], "triqs.lattice.super_lattice.TBSuperLattice.units": [[1657, "triqs-lattice-super-lattice-tbsuperlattice-units"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_names": [[1654, "triqs-lattice-super-lattice-tbsuperlattice-orbital-names"]], "triqs.lattice.super_lattice.TBSuperLattice.n_orbitals": [[1652, "triqs-lattice-super-lattice-tbsuperlattice-n-orbitals"]], "triqs.lattice.super_lattice.TBSuperLattice.orbital_positions": [[1655, "triqs-lattice-super-lattice-tbsuperlattice-orbital-positions"]], "triqs.lattice.tight_binding": [[1659, "module-triqs.lattice.tight_binding"]], "triqs.lattice.super_lattice.TBSuperLattice.unpack_index_site_orbital": [[1658, "triqs-lattice-super-lattice-tbsuperlattice-unpack-index-site-orbital"]], "triqs.lattice.tight_binding.TBLattice.fourier": [[1663, "triqs-lattice-tight-binding-tblattice-fourier"]], "triqs.lattice.tight_binding.TBLattice": [[1660, "triqs-lattice-tight-binding-tblattice"]], "triqs.lattice.tight_binding.TBLattice.orbital_positions": [[1671, "triqs-lattice-tight-binding-tblattice-orbital-positions"]], "triqs.lattice.tight_binding.dos": [[1673, "triqs-lattice-tight-binding-dos"]], "triqs.lattice.utils.TB_from_wannier90": [[1677, "triqs-lattice-utils-tb-from-wannier90"]], "triqs.lattice.utils.extend_wannier90_to_spin": [[1679, "triqs-lattice-utils-extend-wannier90-to-spin"]], "triqs.lattice.tight_binding.TBLattice.ndim": [[1669, "triqs-lattice-tight-binding-tblattice-ndim"]], "triqs.lattice.tight_binding.TBLattice.hoppings": [[1666, "triqs-lattice-tight-binding-tblattice-hoppings"]], "triqs.lattice.tight_binding.TBLattice.n_orbitals": [[1668, "triqs-lattice-tight-binding-tblattice-n-orbitals"]], "triqs.lattice.tight_binding.dos_patch": [[1674, "triqs-lattice-tight-binding-dos-patch"]], "triqs.lattice.tight_binding.TBLattice.units": [[1672, "triqs-lattice-tight-binding-tblattice-units"]], "triqs.lattice.tight_binding.TBLattice.get_rmesh": [[1665, "triqs-lattice-tight-binding-tblattice-get-rmesh"]], "triqs.lattice.utils.TB_to_sympy": [[1678, "triqs-lattice-utils-tb-to-sympy"]], "triqs.lattice.utils": [[1675, "module-triqs.lattice.utils"]], "triqs.lattice.utils.TB_from_pythTB": [[1676, "triqs-lattice-utils-tb-from-pythtb"]], "triqs.lattice.tight_binding.TBLattice.orbital_names": [[1670, "triqs-lattice-tight-binding-tblattice-orbital-names"]], "triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates": [[1667, "triqs-lattice-tight-binding-tblattice-lattice-to-real-coordinates"]], "triqs.operators.operators": [[1684, "module-triqs.operators.operators"]], "triqs.lattice.utils.k_space_path": [[1680, "triqs-lattice-utils-k-space-path"]], "triqs.operators.operators.Operator.imag": [[1687, "triqs-operators-operators-operator-imag"]], "triqs.operators.operators.Operator.is_zero": [[1688, "triqs-operators-operators-operator-is-zero"]], "triqs.operators.operators.dagger": [[1692, "triqs-operators-operators-dagger"]], "triqs.operators.operators.Operator.real": [[1689, "triqs-operators-operators-operator-real"]], "triqs.operators.operators.is_op_hermitian": [[1693, "triqs-operators-operators-is-op-hermitian"]], "triqs.operators": [[1683, "module-triqs.operators"]], "triqs.operators.operators.c_dag": [[1691, "triqs-operators-operators-c-dag"]], "triqs.operators.operators.Operator.__init__": [[1686, "triqs-operators-operators-operator-init"]], "triqs.operators.operators.Operator": [[1685, "triqs-operators-operators-operator"]], "triqs.operators.operators.n": [[1694, "triqs-operators-operators-n"]], "triqs.lattice.utils.parse_lattice_vectors_from_wannier90_wout": [[1682, "triqs-lattice-utils-parse-lattice-vectors-from-wannier90-wout"]], "triqs.operators.operators.c": [[1690, "triqs-operators-operators-c"]], "triqs.lattice.utils.parse_hopping_from_wannier90_hr_dat": [[1681, "triqs-lattice-utils-parse-hopping-from-wannier90-hr-dat"]], "triqs.operators.util": [[1695, "module-triqs.operators.util"]], "triqs.operators.util.U_matrix.clebsch_gordan": [[1701, "triqs-operators-util-u-matrix-clebsch-gordan"]], "triqs.operators.util.U_matrix.subarray": [[1707, "triqs-operators-util-u-matrix-subarray"]], "triqs.operators.util.U_matrix.radial_integrals_to_U_J": [[1704, "triqs-operators-util-u-matrix-radial-integrals-to-u-j"]], "triqs.operators.util.U_matrix.U_matrix_kanamori": [[1698, "triqs-operators-util-u-matrix-u-matrix-kanamori"]], "triqs.operators.util.U_matrix.three_j_symbol": [[1709, "triqs-operators-util-u-matrix-three-j-symbol"]], "triqs.operators.util.U_matrix.t2g_submatrix": [[1708, "triqs-operators-util-u-matrix-t2g-submatrix"]], "triqs.operators.util.U_matrix.spherical_to_cubic": [[1706, "triqs-operators-util-u-matrix-spherical-to-cubic"]], "triqs.operators.util.U_matrix.cubic_names": [[1702, "triqs-operators-util-u-matrix-cubic-names"]], "triqs.operators.util.U_matrix.U_matrix_slater": [[1699, "triqs-operators-util-u-matrix-u-matrix-slater"]], "triqs.operators.util.U_matrix.U_J_to_radial_integrals": [[1697, "triqs-operators-util-u-matrix-u-j-to-radial-integrals"]], "triqs.operators.util.U_matrix.angular_matrix_element": [[1700, "triqs-operators-util-u-matrix-angular-matrix-element"]], "triqs.operators.util.U_matrix": [[1696, "module-triqs.operators.util.U_matrix"]], "triqs.operators.util.U_matrix.reduce_4index_to_2index": [[1705, "triqs-operators-util-u-matrix-reduce-4index-to-2index"]], "triqs.operators.util.U_matrix.eg_submatrix": [[1703, "triqs-operators-util-u-matrix-eg-submatrix"]], "triqs.operators.util.extractors.quadratic_terms": [[1718, "triqs-operators-util-extractors-quadratic-terms"]], "triqs.operators.util.hamiltonians.h_int_kanamori": [[1724, "triqs-operators-util-hamiltonians-h-int-kanamori"]], "triqs.operators.util.extractors.quartic_terms": [[1719, "triqs-operators-util-extractors-quartic-terms"]], "triqs.operators.util.hamiltonians.h_int_density": [[1723, "triqs-operators-util-hamiltonians-h-int-density"]], "triqs.operators.util.U_matrix.transform_U_matrix": [[1710, "triqs-operators-util-u-matrix-transform-u-matrix"]], "triqs.operators.util.extractors.extract_U_dict2": [[1714, "triqs-operators-util-extractors-extract-u-dict2"]], "triqs.operators.util.hamiltonians.diagonal_part": [[1722, "triqs-operators-util-hamiltonians-diagonal-part"]], "triqs.operators.util.extractors.block_matrix_from_op": [[1712, "triqs-operators-util-extractors-block-matrix-from-op"]], "triqs.operators.util.hamiltonians": [[1720, "module-triqs.operators.util.hamiltonians"]], "triqs.operators.util.hamiltonians.backward_compat": [[1721, "triqs-operators-util-hamiltonians-backward-compat"]], "triqs.operators.util.extractors.extract_U_dict4": [[1715, "triqs-operators-util-extractors-extract-u-dict4"]], "triqs.operators.util.extractors": [[1711, "module-triqs.operators.util.extractors"]], "triqs.operators.util.extractors.extract_h_dict": [[1716, "triqs-operators-util-extractors-extract-h-dict"]], "triqs.operators.util.extractors.op_from_block_matrix": [[1717, "triqs-operators-util-extractors-op-from-block-matrix"]], "triqs.operators.util.extractors.dict_to_matrix": [[1713, "triqs-operators-util-extractors-dict-to-matrix"]], "triqs.operators.util.observables.S_op": [[1733, "triqs-operators-util-observables-s-op"]], "triqs.operators.util.hamiltonians.h_int_slater": [[1725, "triqs-operators-util-hamiltonians-h-int-slater"]], "triqs.operators.util.observables.L2_op": [[1728, "triqs-operators-util-observables-l2-op"]], "triqs.operators.util.op_struct.get_mkind": [[1736, "triqs-operators-util-op-struct-get-mkind"]], "triqs.operators.util.op_struct": [[1735, "module-triqs.operators.util.op_struct"]], "triqs.plot.mpl_interface": [[1739, "module-triqs.plot.mpl_interface"]], "triqs.plot": [[1738, "module-triqs.plot"]], "triqs.operators.util.observables": [[1727, "module-triqs.operators.util.observables"]], "triqs.operators.util.hamiltonians.make_operator_real": [[1726, "triqs-operators-util-hamiltonians-make-operator-real"]], "triqs.operators.util.observables.L_op": [[1730, "triqs-operators-util-observables-l-op"]], "triqs.operators.util.observables.S2_op": [[1732, "triqs-operators-util-observables-s2-op"]], "triqs.operators.util.op_struct.set_operator_structure": [[1737, "triqs-operators-util-op-struct-set-operator-structure"]], "triqs.operators.util.observables.check_backward_compat": [[1734, "triqs-operators-util-observables-check-backward-compat"]], "triqs.operators.util.observables.N_op": [[1731, "triqs-operators-util-observables-n-op"]], "triqs.operators.util.observables.LS_op": [[1729, "triqs-operators-util-observables-ls-op"]], "triqs.random_generator": [[1747, "module-triqs.random_generator"]], "triqs.plot.protocol.plot_protocol_apply": [[1746, "triqs-plot-protocol-plot-protocol-apply"]], "triqs.stat": [[1752, "module-triqs.stat"]], "triqs.plot.protocol.clip_array": [[1745, "triqs-plot-protocol-clip-array"]], "triqs.plot.mpl_interface.oplot": [[1740, "triqs-plot-mpl-interface-oplot"]], "triqs.random_generator.random_generator.random_generator_names_list": [[1751, "triqs-random-generator-random-generator-random-generator-names-list"]], "triqs.stat.histogram": [[1753, "module-triqs.stat.histogram"]], "triqs.plot.mpl_interface.oploti": [[1741, "triqs-plot-mpl-interface-oploti"]], "triqs.stat.histogram.plot": [[1754, "triqs-stat-histogram-plot"]], "triqs.plot.mpl_interface.use_amsmath": [[1743, "triqs-plot-mpl-interface-use-amsmath"]], "triqs.random_generator.RandomGenerator": [[1748, "triqs-random-generator-randomgenerator"]], "triqs.random_generator.random_generator": [[1750, "module-triqs.random_generator.random_generator"]], "triqs.plot.mpl_interface.oplotr": [[1742, "triqs-plot-mpl-interface-oplotr"]], "triqs.random_generator.RandomGenerator.__init__": [[1749, "triqs-random-generator-randomgenerator-init"]], "triqs.plot.protocol": [[1744, "module-triqs.plot.protocol"]], "triqs.stat.histograms.Histogram.__init__": [[1757, "triqs-stat-histograms-histogram-init"]], "triqs.stat.histograms": [[1755, "module-triqs.stat.histograms"]], "triqs.stat.histograms.Histogram": [[1756, "triqs-stat-histograms-histogram"]], "triqs.stat.histograms.Histogram.data": [[1759, "triqs-stat-histograms-histogram-data"]], "triqs.stat.histograms.Histogram.n_lost_pts": [[1763, "triqs-stat-histograms-histogram-n-lost-pts"]], "triqs.stat.histograms.cdf": [[1764, "triqs-stat-histograms-cdf"]], "triqs.sumk.sumk_discrete": [[1767, "module-triqs.sumk.sumk_discrete"]], "triqs.sumk.sumk_discrete.SumkDiscrete": [[1768, "triqs-sumk-sumk-discrete-sumkdiscrete"]], "triqs.sumk": [[1766, "module-triqs.sumk"]], "triqs.stat.histograms.Histogram.n_data_pts": [[1762, "triqs-stat-histograms-histogram-n-data-pts"]], "triqs.stat.histograms.pdf": [[1765, "triqs-stat-histograms-pdf"]], "triqs.stat.histograms.Histogram.mesh_point": [[1761, "triqs-stat-histograms-histogram-mesh-point"]], "triqs.stat.histograms.Histogram.limits": [[1760, "triqs-stat-histograms-histogram-limits"]], "triqs.sumk.sumk_discrete.SumkDiscrete.GFBlocIndices": [[1769, "triqs-sumk-sumk-discrete-sumkdiscrete-gfblocindices"]], "triqs.stat.histograms.Histogram.clear": [[1758, "triqs-stat-histograms-histogram-clear"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice": [[1774, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice"]], "triqs.sumk.sumk_discrete.SumkDiscrete.n_kpts": [[1771, "triqs-sumk-sumk-discrete-sumkdiscrete-n-kpts"]], "triqs.sumk.sumk_discrete.SumkDiscrete.__init__": [[1770, "triqs-sumk-sumk-discrete-sumkdiscrete-init"]], "triqs.utility": [[1780, "module-triqs.utility"]], "triqs.sumk.sumk_discrete_from_lattice": [[1773, "module-triqs.sumk.sumk_discrete_from_lattice"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.__init__": [[1777, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-init"]], "triqs.utility.capture_stdout": [[1784, "module-triqs.utility.capture_stdout"]], "triqs.utility.bound_and_bisect.bound_and_bisect": [[1782, "triqs-utility-bound-and-bisect-bound-and-bisect"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.Recompute_Grid": [[1776, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-recompute-grid"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.GFBlocIndices": [[1775, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-gfblocindices"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.n_kpts": [[1778, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-n-kpts"]], "triqs.sumk.sumk_discrete.SumkDiscrete.resize_arrays": [[1772, "triqs-sumk-sumk-discrete-sumkdiscrete-resize-arrays"]], "triqs.sumk.sumk_discrete_from_lattice.SumkDiscreteFromLattice.resize_arrays": [[1779, "triqs-sumk-sumk-discrete-from-lattice-sumkdiscretefromlattice-resize-arrays"]], "triqs.utility.bound_and_bisect": [[1781, "module-triqs.utility.bound_and_bisect"]], "triqs.utility.bound_and_bisect.determine_bounds": [[1783, "triqs-utility-bound-and-bisect-determine-bounds"]], "triqs.utility.comparison_tests": [[1785, "module-triqs.utility.comparison_tests"]], "triqs.utility.comparison_tests.assert_block_gfs_are_close": [[1789, "triqs-utility-comparison-tests-assert-block-gfs-are-close"]], "triqs.utility.comparison_tests.assert_array_close_to_scalar": [[1786, "triqs-utility-comparison-tests-assert-array-close-to-scalar"]], "triqs.utility.dist_on_nodes": [[1793, "module-triqs.utility.dist_on_nodes"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.__init__": [[1796, "triqs-utility-dist-on-nodes-distributiononnodes-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodes": [[1794, "triqs-utility-dist-on-nodes-distributiononnodes"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.SleepTime": [[1799, "triqs-utility-dist-on-nodes-distributiononnodesonestack-sleeptime"]], "triqs.utility.dichotomy": [[1791, "module-triqs.utility.dichotomy"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.SleepTime": [[1795, "triqs-utility-dist-on-nodes-distributiononnodes-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodes.run": [[1797, "triqs-utility-dist-on-nodes-distributiononnodes-run"]], "triqs.utility.dichotomy.dichotomy": [[1792, "triqs-utility-dichotomy-dichotomy"]], "triqs.utility.comparison_tests.assert_block2_gfs_are_close": [[1788, "triqs-utility-comparison-tests-assert-block2-gfs-are-close"]], "triqs.utility.comparison_tests.assert_gfs_are_close": [[1790, "triqs-utility-comparison-tests-assert-gfs-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack": [[1798, "triqs-utility-dist-on-nodes-distributiononnodesonestack"]], "triqs.utility.comparison_tests.assert_arrays_are_close": [[1787, "triqs-utility-comparison-tests-assert-arrays-are-close"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.the_function": [[1811, "triqs-utility-dist-on-nodes-distributiononnodestest-the-function"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.run": [[1803, "triqs-utility-dist-on-nodes-distributiononnodesonestack-run"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.result": [[1809, "triqs-utility-dist-on-nodes-distributiononnodestest-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.finished": [[1808, "triqs-utility-dist-on-nodes-distributiononnodestest-finished"]], "triqs.utility.h5diff.compare": [[1814, "triqs-utility-h5diff-compare"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.treate": [[1804, "triqs-utility-dist-on-nodes-distributiononnodesonestack-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.__init__": [[1800, "triqs-utility-dist-on-nodes-distributiononnodesonestack-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.run": [[1810, "triqs-utility-dist-on-nodes-distributiononnodestest-run"]], "triqs.utility.h5diff": [[1813, "module-triqs.utility.h5diff"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.__init__": [[1807, "triqs-utility-dist-on-nodes-distributiononnodestest-init"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.SleepTime": [[1806, "triqs-utility-dist-on-nodes-distributiononnodestest-sleeptime"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest.treate": [[1812, "triqs-utility-dist-on-nodes-distributiononnodestest-treate"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.result": [[1802, "triqs-utility-dist-on-nodes-distributiononnodesonestack-result"]], "triqs.utility.dist_on_nodes.DistributionOnNodesOneStack.finished": [[1801, "triqs-utility-dist-on-nodes-distributiononnodesonestack-finished"]], "triqs.utility.dist_on_nodes.DistributionOnNodesTest": [[1805, "triqs-utility-dist-on-nodes-distributiononnodestest"]], "triqs.utility.mpi": [[1816, "module-triqs.utility.mpi"]], "triqs.utility.mpi_mpi4py.master_gets_host_names": [[1823, "triqs-utility-mpi-mpi4py-master-gets-host-names"]], "triqs.utility.mpi_mpi4py.myprint_out": [[1825, "triqs-utility-mpi-mpi4py-myprint-out"]], "triqs.utility.mpi_mpi4py.is_master_node": [[1822, "triqs-utility-mpi-mpi4py-is-master-node"]], "triqs.utility.mpi.check_for_mpi": [[1817, "triqs-utility-mpi-check-for-mpi"]], "Returns:": [[1817, "returns"]], "triqs.utility.mpi_mpi4py.barrier": [[1820, "triqs-utility-mpi-mpi4py-barrier"]], "triqs.utility.mpi_mpi4py.recv": [[1826, "triqs-utility-mpi-mpi4py-recv"]], "triqs.utility.mpi_mpi4py.bcast": [[1821, "triqs-utility-mpi-mpi4py-bcast"]], "triqs.utility.mpi_mpi4py.report": [[1827, "triqs-utility-mpi-mpi4py-report"]], "triqs.utility.mpi_mpi4py.slice_array": [[1829, "triqs-utility-mpi-mpi4py-slice-array"]], "triqs.utility.mpi_mpi4py.myprint_err": [[1824, "triqs-utility-mpi-mpi4py-myprint-err"]], "triqs.utility.mpi_mpi4py.send": [[1828, "triqs-utility-mpi-mpi4py-send"]], "triqs.utility.mpi_mpi4py": [[1818, "module-triqs.utility.mpi_mpi4py"]], "triqs.utility.mpi_mpi4py.all_reduce": [[1819, "triqs-utility-mpi-mpi4py-all-reduce"]], "triqs.utility.h5diff.h5diff": [[1815, "triqs-utility-h5diff-h5diff"]], "triqs.utility.mpi_nompi.send": [[1842, "triqs-utility-mpi-nompi-send"]], "triqs.utility.mpi_nompi.report": [[1841, "triqs-utility-mpi-nompi-report"]], "triqs.utility.mpi_nompi.barrier": [[1834, "triqs-utility-mpi-nompi-barrier"]], "triqs.utility.mpi_mpi4py.slice_inf": [[1830, "triqs-utility-mpi-mpi4py-slice-inf"]], "triqs.utility.redirect": [[1844, "module-triqs.utility.redirect"]], "triqs.utility.mpi_nompi.all_reduce": [[1833, "triqs-utility-mpi-nompi-all-reduce"]], "triqs.utility.mpi_nompi.master_gets_host_names": [[1837, "triqs-utility-mpi-nompi-master-gets-host-names"]], "triqs.utility.mpi_nompi.myprint_err": [[1838, "triqs-utility-mpi-nompi-myprint-err"]], "triqs.utility.mpi_nompi.slice_array": [[1843, "triqs-utility-mpi-nompi-slice-array"]], "triqs.utility.mpi_mpi4py.slice_sup": [[1831, "triqs-utility-mpi-mpi4py-slice-sup"]], "triqs.utility.mpi_nompi.myprint_out": [[1839, "triqs-utility-mpi-nompi-myprint-out"]], "triqs.utility.mpi_nompi.is_master_node": [[1836, "triqs-utility-mpi-nompi-is-master-node"]], "triqs.utility.mpi_nompi.recv": [[1840, "triqs-utility-mpi-nompi-recv"]], "triqs.utility.mpi_nompi.bcast": [[1835, "triqs-utility-mpi-nompi-bcast"]], "triqs.utility.mpi_nompi": [[1832, "module-triqs.utility.mpi_nompi"]], "triqs.utility.redirect.T.ident": [[1849, "triqs-utility-redirect-t-ident"]], "triqs.utility.redirect.T.start": [[1858, "triqs-utility-redirect-t-start"]], "triqs.utility.redirect.T.__init__": [[1846, "triqs-utility-redirect-t-init"]], "triqs.utility.redirect.T.daemon": [[1847, "triqs-utility-redirect-t-daemon"]], "triqs.utility.redirect.T.run": [[1855, "triqs-utility-redirect-t-run"]], "triqs.utility.redirect.T.join": [[1852, "triqs-utility-redirect-t-join"]], "triqs.utility.redirect.T.name": [[1853, "triqs-utility-redirect-t-name"]], "triqs.utility.redirect.T.getName": [[1848, "triqs-utility-redirect-t-getname"]], "triqs.utility.redirect.T.isDaemon": [[1850, "triqs-utility-redirect-t-isdaemon"]], "triqs.utility.redirect.T.native_id": [[1854, "triqs-utility-redirect-t-native-id"]], "triqs.utility.redirect.T.setDaemon": [[1856, "triqs-utility-redirect-t-setdaemon"]], "triqs.utility.redirect.T.stop": [[1859, "triqs-utility-redirect-t-stop"]], "triqs.utility.redirect.T.setName": [[1857, "triqs-utility-redirect-t-setname"]], "triqs.utility.redirect.T": [[1845, "triqs-utility-redirect-t"]], "triqs.utility.redirect.T.is_alive": [[1851, "triqs-utility-redirect-t-is-alive"]], "Guide for porting your application to TRIQS 3.0 and Python 3": [[1872, "guide-for-porting-your-application-to-triqs-3-0-and-python-3"]], "Preparation": [[1872, "preparation"]], "Port your Python files to Python 3": [[1872, "port-your-python-files-to-python-3"]], "Porting IPython Notebooks": [[1872, "porting-ipython-notebooks"]], "Floor division": [[1872, "floor-division"]], "Porting to TRIQS 3.0": [[1872, "porting-to-triqs-3-0"]], "Regenerate desc files": [[1872, "regenerate-desc-files"]], "Update app4triqs skeleton": [[1872, "update-app4triqs-skeleton"]], "Final Steps": [[1872, "final-steps"]], "Using the clang compiler": [[1865, "using-the-clang-compiler"]], "Get and install clang on linux": [[1865, "get-and-install-clang-on-linux"]], "libclang": [[1865, "libclang"]], "Unix environment variables": [[1866, "unix-environment-variables"]], "Common environment variables": [[1866, "common-environment-variables"]], "Environment variables for software developement": [[1866, "environment-variables-for-software-developement"]], "Environment variables affecting OpenMP": [[1866, "environment-variables-affecting-openmp"]], "triqs.utility.redirect.start_redirect": [[1860, "triqs-utility-redirect-start-redirect"]], "Packaged Versions of TRIQS": [[1864, "packaged-versions-of-triqs"]], "Ubuntu Debian packages": [[1864, "ubuntu-debian-packages"]], "Anaconda": [[1864, "anaconda"]], "Docker": [[1864, "docker"]], "Apptainer": [[1864, "apptainer"]], "Binder": [[1864, "binder"]], "Compiling TRIQS from source using EasyBuild": [[1864, "compiling-triqs-from-source-using-easybuild"]], "Compiling TRIQS from source (Advanced)": [[1864, "compiling-triqs-from-source-advanced"]], "Prerequisites": [[1864, "prerequisites"]], "Installation steps": [[1864, "installation-steps"]], "Environment setup": [[1864, "environment-setup"]], "Further reading": [[1864, "further-reading"]], "Frequently-asked questions": [[1862, "frequently-asked-questions"]], "Q: How do I write my GF data to text files, e.g. to plot using other plotting tools?": [[1862, "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?": [[1862, "q-how-do-i-save-the-triqs-hash-and-script-for-debugging-purposes"]], "triqs.utility.redirect.stop_redirect": [[1861, "triqs-utility-redirect-stop-redirect"]], "Prerequisites for the TRIQS Compilation on Mac OS X": [[1868, "prerequisites-for-the-triqs-compilation-on-mac-os-x"]], "Installation of the dependencies": [[1868, "installation-of-the-dependencies"]], "A complete list of requirements": [[1870, "a-complete-list-of-requirements"]], "C++ compilers": [[1870, "c-compilers"]], "Tools and Libraries": [[1870, "tools-and-libraries"]], "Building the TRIQS documentation": [[1870, "building-the-triqs-documentation"]], "Python Virtual Environments": [[1869, "python-virtual-environments"]], "Compiling a package from source": [[1869, "compiling-a-package-from-source"]], "Welcome": [[1863, "welcome"]], "TRIQS 3.3": [[1863, null]], "TRIQS applications": [[1863, "triqs-applications"]], "Core libraries": [[1863, "core-libraries"]], "Numerical Algorithms": [[1863, "numerical-algorithms"]], "TRIQS Community": [[1863, "triqs-community"]], "Where to start?": [[1863, "where-to-start"]], "Multidimensional arrays": [[1874, "multidimensional-arrays"]], "Declaring and printing an array": [[1874, "declaring-and-printing-an-array"]], "Simple operations": [[1874, "simple-operations"]], "HDF5 Archiving": [[1874, "hdf5-archiving"]], "Views: ranges and slices": [[1874, "views-ranges-and-slices"]], "Matrices and vectors": [[1874, "matrices-and-vectors"]], "Defining through a lazy expression": [[1874, "defining-through-a-lazy-expression"]], "Linear algebra": [[1874, "linear-algebra"]], "Map and fold": [[1874, "map-and-fold"]], "Installing required libraries on Ubuntu": [[1871, "installing-required-libraries-on-ubuntu"]], "Issues": [[1871, "issues"]], "Customizing your installation": [[1867, "customizing-your-installation"]], "cmake options": [[1867, "cmake-options"]], "User guide": [[1873, "user-guide"]], "Why use TRIQS?": [[1873, "why-use-triqs"]], "Python Tutorials": [[1873, "python-tutorials"]], "A quick tour in C++": [[1873, "a-quick-tour-in-c"]], "Basics": [[1882, "basics"]], "det_manip: Determinant manipulations for CTQMC": [[1875, "det-manip-determinant-manipulations-for-ctqmc"]], "Creation of an empty det_manip class": [[1875, "creation-of-an-empty-det-manip-class"]], "Creation of a non empty det_manip class": [[1875, "creation-of-a-non-empty-det-manip-class"]], "Get information about a det_manip class": [[1875, "get-information-about-a-det-manip-class"]], "Add a line and a column": [[1875, "add-a-line-and-a-column"]], "Remove a line and a column": [[1875, "remove-a-line-and-a-column"]], "Add two lines and two columns": [[1875, "add-two-lines-and-two-columns"]], "Remove two lines and two columns": [[1875, "remove-two-lines-and-two-columns"]], "Remove/add the one/two last lines and columns": [[1875, "remove-add-the-one-two-last-lines-and-columns"]], "Replace one line and column": [[1875, "replace-one-line-and-column"]], "A tight-binding model on a square lattice": [[1886, "a-tight-binding-model-on-a-square-lattice"]], "Dynamical mean-field theory on a Bethe lattice": [[1883, "dynamical-mean-field-theory-on-a-bethe-lattice"]], "Profiling in C++ and Python": [[1880, "profiling-in-c-and-python"]], "Learn more about Python, ipython and the notebook": [[1884, "learn-more-about-python-ipython-and-the-notebook"]], "Model DMFT": [[1885, "model-dmft"]], "Using TRIQS in your own C++ project": [[1879, "using-triqs-in-your-own-c-project"]], "Matsubara Green\u2019s functions": [[1876, "matsubara-green-s-functions"]], "Creation of a simple Green\u2019s function G(i\\omega)": [[1876, "creation-of-a-simple-green-s-function-g-i-omega"]], "Two-frequency Green\u2019s function G(i\\omega,i\\nu)": [[1876, "two-frequency-green-s-function-g-i-omega-i-nu"]], "Imaginary-time Green\u2019s functions G(\\tau)": [[1876, "imaginary-time-green-s-functions-g-tau"]], "Real-time Green\u2019s functions G(t)": [[1876, "real-time-green-s-functions-g-t"]], "Creation of a two real time GF G(t,t')": [[1876, "creation-of-a-two-real-time-gf-g-t-t"]], "How to fill a GF with placeholders": [[1876, "how-to-fill-a-gf-with-placeholders"]], "How to interpolate the GF value at a point of the domain": [[1876, "how-to-interpolate-the-gf-value-at-a-point-of-the-domain"]], "Conventions for TRIQS applications": [[1878, "conventions-for-triqs-applications"]], "Source structure": [[1878, "source-structure"]], "Install structure": [[1878, "install-structure"]], "Build structure": [[1878, "build-structure"]], "Writing you own C++ code with TRIQS": [[1881, "writing-you-own-c-code-with-triqs"]], "A simple C++ project, with its tests and documentation": [[1881, "a-simple-c-project-with-its-tests-and-documentation"]], "A mixed C++/Python project": [[1881, "a-mixed-c-python-project"]], "Green\u2019s function and HDF5 files": [[1877, "green-s-function-and-hdf5-files"]], "Version compatibility": [[1924, "version-compatibility"]], "TRIQS version numbering": [[1924, "triqs-version-numbering"]], "TRIQS applications version numbering": [[1924, "triqs-applications-version-numbering"]], "How to determine the version of the installed TRIQS library": [[1924, "how-to-determine-the-version-of-the-installed-triqs-library"]], "Two-particle Response": [[1923, "two-particle-response"]], "itertools::iterator_facade": [[27, "itertools-iterator-facade"]], "itertools::foreach": [[26, "itertools-foreach"]], "itertools::enumerated::cend": [[23, "itertools-enumerated-cend"]], "itertools::enumerated::cbegin": [[22, "itertools-enumerated-cbegin"]], "itertools::enumerated::end": [[24, "itertools-enumerated-end"]], "Returns": [[24, "returns"], [12, "returns"], [13, "returns"], [18, "returns"], [16, "returns"], [19, "returns"], [21, "returns"], [31, "returns"], [30, "returns"], [33, "returns"], [29, "returns"], [32, "returns"], [34, "returns"], [36, "returns"], [40, "returns"], [44, "returns"], [48, "returns"], [46, "returns"], [47, "returns"], [51, "returns"], [57, "returns"], [52, "returns"], [58, "returns"], [63, "returns"], [68, "returns"], [65, "returns"], [74, "returns"], [70, "returns"], [71, "returns"], [78, "returns"], [81, "returns"], [76, "returns"], [83, "returns"], [86, "returns"], [92, "returns"], [89, "returns"], [93, "returns"], [95, "returns"], [98, "returns"], [102, "returns"], [100, "returns"], [106, "returns"], [109, "returns"], [117, "returns"], [116, "returns"], [122, "returns"], [125, "returns"], [126, "returns"], [127, "returns"], [132, "returns"], [133, "returns"], [130, "returns"], [136, "returns"], [137, "returns"], [138, "returns"], [141, "returns"], [142, "returns"], [147, "returns"], [150, "returns"], [148, "returns"], [156, "returns"], [163, "returns"], [165, "returns"], [160, "returns"], [167, "returns"], [166, "returns"], [168, "returns"], [173, "returns"], [181, "returns"], [182, "returns"], [180, "returns"], [193, "returns"], [195, "returns"], [191, "returns"], [192, "returns"], [194, "returns"], [200, "returns"], [196, "returns"], [198, "returns"], [197, "returns"], [199, "returns"], [266, "returns"], [264, "returns"], [267, "returns"], [265, "returns"], [310, "returns"], [311, "returns"], [312, "returns"], [327, "returns"], [325, "returns"], [324, "returns"], [336, "returns"], [337, "returns"], [338, "returns"], [340, "returns"], [344, "returns"], [341, "returns"], [349, "returns"], [348, "returns"], [352, "returns"], [357, "returns"], [356, "returns"], [353, "returns"], [358, "returns"], [360, "returns"], [359, "returns"], [369, "returns"], [371, "returns"], [374, "returns"], [372, "returns"], [373, "returns"], [381, "returns"], [377, "returns"], [379, "returns"], [382, "returns"], [384, "returns"], [387, "returns"], [383, "returns"], [385, "returns"], [390, "returns"], [392, "returns"], [393, "returns"], [396, "returns"], [394, "returns"], [395, "returns"], [399, "returns"], [397, "returns"], [404, "returns"], [405, "returns"], [403, "returns"], [409, "returns"], [406, "returns"], [410, "returns"], [411, "returns"], [412, "returns"], [414, "returns"], [417, "returns"], [424, "returns"], [438, "returns"], [441, "returns"], [440, "returns"], [463, "returns"], [465, "returns"], [464, "returns"], [468, "returns"], [471, "returns"], [467, "returns"], [470, "returns"], [469, "returns"], [466, "returns"], [477, "returns"], [473, "returns"], [481, "returns"], [482, "returns"], [480, "returns"], [489, "returns"], [488, "returns"], [486, "returns"], [487, "returns"], [484, "returns"], [485, "returns"], [490, "returns"], [494, "returns"], [491, "returns"], [492, "returns"], [495, "returns"], [493, "returns"], [497, "returns"], [496, "returns"], [498, "returns"]], "itertools::enumerated::operator==": [[25, "itertools-enumerated-operator"]], "itertools::chunk_range": [[12, "itertools-chunk-range"]], "Classes": [[11, "classes"], [108, "classes"], [162, "classes"], [201, "classes"], [250, "classes"], [334, "classes"], [415, "classes"], [459, "classes"]], "Functions": [[11, "functions"], [108, "functions"], [162, "functions"], [250, "functions"], [334, "functions"], [415, "functions"], [459, "functions"]], "itertools::enum_iter::constructor": [[15, "itertools-enum-iter-constructor"]], "itertools::distance": [[13, "itertools-distance"]], "itertools::enum_iter": [[14, "itertools-enum-iter"]], "Public members": [[14, "public-members"], [20, "public-members"], [35, "public-members"], [42, "public-members"], [62, "public-members"], [64, "public-members"], [72, "public-members"], [77, "public-members"], [84, "public-members"], [90, "public-members"], [96, "public-members"], [101, "public-members"], [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"], [453, "member-functions"], [460, "member-functions"], [474, "member-functions"], [532, "member-functions"], [551, "member-functions"], [550, "member-functions"]], "itertools::enumerated": [[20, "itertools-enumerated"]], "itertools::enum_iter::operator==": [[18, "itertools-enum-iter-operator"]], "itertools::enum_iter::dereference": [[16, "itertools-enum-iter-dereference"]], "itertools::enum_iter::increment": [[17, "itertools-enum-iter-increment"]], "itertools::enumerate": [[19, "itertools-enumerate"]], "itertools::enumerated::begin": [[21, "itertools-enumerated-begin"]], "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::iterator_facade::operator++": [[30, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::make_sentinel": [[33, "itertools-make-sentinel"]], "itertools::iterator_facade::operator*": [[29, "itertools-iterator-facade-iter-value-std-forward-iterator-tag-reference-difference-operator"]], "itertools::make_product": [[32, "itertools-make-product"]], "itertools::multiplied::constructor": [[39, "itertools-multiplied-constructor"]], "itertools::multiplied::cend": [[38, "itertools-multiplied-cend"]], "itertools::multiplied::cbegin": [[37, "itertools-multiplied-cbegin"]], "itertools::make_vector_from_range": [[34, "itertools-make-vector-from-range"]], "itertools::multiplied": [[35, "itertools-multiplied"]], "itertools::multiplied::begin": [[36, "itertools-multiplied-begin"]], "itertools::multiplied::operator==": [[41, "itertools-multiplied-operator"]], "itertools::prod_iter::constructor": [[43, "itertools-prod-iter-constructor"]], "itertools::prod_iter::increment": [[45, "itertools-prod-iter-increment"]], "itertools::multiplied::end": [[40, "itertools-multiplied-end"]], "itertools::prod_iter::dereference": [[44, "itertools-prod-iter-dereference"]], "itertools::prod_iter": [[42, "itertools-prod-iter"]], "itertools::product_range": [[48, "itertools-product-range"]], "itertools::prod_iter::operator==": [[46, "itertools-prod-iter-operator"]], "itertools::product": [[47, "itertools-product"]], "itertools::range::begin": [[50, "itertools-range-begin"]], "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"], [474, "non-member-functions"], [550, "non-member-functions"]], "itertools::range::cbegin": [[51, "itertools-range-cbegin"]], "itertools::range::operator+": [[57, "itertools-range-operator"]], "itertools::range::end": [[54, "itertools-range-end"]], "itertools::range::cend": [[52, "itertools-range-cend"]], "itertools::range::first": [[55, "itertools-range-first"]], "itertools::range::last": [[56, "itertools-range-last"]], "itertools::range::constructor": [[53, "itertools-range-constructor"]], "itertools::sentinel_t": [[62, "itertools-sentinel-t"]], "itertools::range::operator==": [[59, "itertools-range-operator"]], "itertools::range::size": [[60, "itertools-range-size"]], "itertools::range::step": [[61, "itertools-range-step"]], "itertools::range::operator<<": [[58, "itertools-range-operator"]], "itertools::slice": [[63, "itertools-slice"]], "itertools::sliced::end": [[68, "itertools-sliced-end"]], "itertools::sliced::operator==": [[69, "itertools-sliced-operator"]], "itertools::sliced::begin": [[65, "itertools-sliced-begin"]], "itertools::sliced": [[64, "itertools-sliced"]], "itertools::sliced::cend": [[67, "itertools-sliced-cend"]], "itertools::sliced::cbegin": [[66, "itertools-sliced-cbegin"]], "itertools::stride_iter::increment": [[75, "itertools-stride-iter-increment"]], "itertools::stride_iter::dereference": [[74, "itertools-stride-iter-dereference"]], "itertools::sliced::size": [[70, "itertools-sliced-size"]], "itertools::stride_iter": [[72, "itertools-stride-iter"]], "itertools::stride": [[71, "itertools-stride"]], "itertools::stride_iter::constructor": [[73, "itertools-stride-iter-constructor"]], "itertools::strided::cend": [[80, "itertools-strided-cend"]], "itertools::strided::begin": [[78, "itertools-strided-begin"]], "itertools::strided::end": [[81, "itertools-strided-end"]], "itertools::strided::cbegin": [[79, "itertools-strided-cbegin"]], "itertools::strided": [[77, "itertools-strided"]], "itertools::stride_iter::operator==": [[76, "itertools-stride-iter-operator"]], "itertools::transform": [[83, "itertools-transform"]], "itertools::strided::operator==": [[82, "itertools-strided-operator"]], "itertools::transform_iter": [[84, "itertools-transform-iter"]], "itertools::transform_iter::constructor": [[85, "itertools-transform-iter-constructor"]], "itertools::transform_iter::increment": [[87, "itertools-transform-iter-increment"]], "itertools::transform_iter::dereference": [[86, "itertools-transform-iter-dereference"]], "itertools::transformed::begin": [[91, "itertools-transformed-begin"]], "itertools::transformed::cbegin": [[92, "itertools-transformed-cbegin"]], "itertools::transform_iter::operator=": [[88, "itertools-transform-iter-operator"]], "itertools::transform_iter::operator==": [[89, "itertools-transform-iter-operator"]], "itertools::transformed::cend": [[93, "itertools-transformed-cend"]], "itertools::transformed": [[90, "itertools-transformed"]], "itertools::zip_iter::increment": [[99, "itertools-zip-iter-increment"]], "itertools::zip_iter::constructor": [[97, "itertools-zip-iter-constructor"]], "itertools::zip_iter": [[96, "itertools-zip-iter"]], "itertools::zip": [[95, "itertools-zip"]], "itertools::transformed::end": [[94, "itertools-transformed-end"]], "itertools::zip_iter::dereference": [[98, "itertools-zip-iter-dereference"]], "itertools::zipped::begin": [[102, "itertools-zipped-begin"]], "itertools::zipped::cend": [[104, "itertools-zipped-cend"]], "itertools::zipped::constructor": [[105, "itertools-zipped-constructor"]], "itertools::zipped::cbegin": [[103, "itertools-zipped-cbegin"]], "itertools::zip_iter::operator==": [[100, "itertools-zip-iter-operator"]], "itertools::zipped": [[101, "itertools-zipped"]], "mpi::all_reduce": [[111, "mpi-all-reduce"]], "itertools::zipped::operator==": [[107, "itertools-zipped-operator"]], "itertools::zipped::end": [[106, "itertools-zipped-end"]], "mpi::all_equal": [[109, "mpi-all-equal"]], "mpi::all_gather": [[110, "mpi-all-gather"]], "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::abort": [[119, "mpi-communicator-abort"]], "mpi::communicator::barrier": [[120, "mpi-communicator-barrier"]], "mpi::communicator::constructor": [[121, "mpi-communicator-constructor"]], "mpi::communicator": [[118, "mpi-communicator"]], "mpi::communicator::free": [[123, "mpi-communicator-free"]], "mpi::communicator::duplicate": [[122, "mpi-communicator-duplicate"]], "mpi::communicator::rank": [[125, "mpi-communicator-rank"]], "mpi::environment": [[128, "mpi-environment"]], "mpi::communicator::get": [[124, "mpi-communicator-get"]], "mpi::communicator::size": [[126, "mpi-communicator-size"]], "mpi::environment::constructor": [[129, "mpi-environment-constructor"]], "mpi::communicator::split": [[127, "mpi-communicator-split"]], "mpi::gather_range": [[131, "mpi-gather-range"]], "mpi::lazy::invoke": [[135, "mpi-lazy-invoke"]], "mpi::get_mpi_type": [[132, "mpi-get-mpi-type"]], "mpi::is_initialized": [[133, "mpi-is-initialized"]], "mpi::gather": [[130, "mpi-gather"]], "mpi::lazy": [[134, "mpi-lazy"]], "mpi::monitor::constructor": [[140, "mpi-monitor-constructor"]], "mpi::monitor": [[139, "mpi-monitor"]], "mpi::lazy::shape": [[136, "mpi-lazy-shape"]], "mpi::map_C_function": [[137, "mpi-map-c-function"]], "mpi::map_add": [[138, "mpi-map-add"]], "mpi::monitor::event_on_all_ranks": [[141, "mpi-monitor-event-on-all-ranks"]], "mpi::monitor::report_local_event": [[145, "mpi-monitor-report-local-event"]], "mpi::monitor::finalize_communications": [[143, "mpi-monitor-finalize-communications"]], "mpi::mpi_broadcast": [[146, "mpi-mpi-broadcast"]], "mpi::monitor::event_on_any_rank": [[142, "mpi-monitor-event-on-any-rank"]], "mpi::mpi_gather": [[147, "mpi-mpi-gather"]], "mpi::monitor::operator=": [[144, "mpi-monitor-operator"]], "mpi::mpi_scatter": [[150, "mpi-mpi-scatter"]], "mpi::mpi_reduce_in_place": [[149, "mpi-mpi-reduce-in-place"]], "mpi::mpi_type": [[151, "mpi-mpi-type"]], "mpi::mpi_reduce": [[148, "mpi-mpi-reduce"]], "mpi::mpi_type": [[152, "mpi-mpi-type-t"]], "mpi::mpi_type": [[153, "mpi-mpi-type-constt"]], "mpi::reduce_range": [[159, "mpi-reduce-range"]], "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::mpi_type>": [[154, "mpi-mpi-type-std-tuple-t"]], "triqs::atom_diag::act": [[163, "triqs-atom-diag-act"]], "mpi::scatter_range": [[161, "mpi-scatter-range"]], "triqs::atom_diag": [[162, "triqs-atom-diag"]], "Type aliases": [[162, "type-aliases"], [250, "type-aliases"], [334, "type-aliases"]], "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"]], "mpi::scatter": [[160, "mpi-scatter"]], "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::c_matrix": [[166, "triqs-atom-diag-atom-diag-c-matrix"]], "triqs::atom_diag::atom_diag::cdag_matrix": [[168, "triqs-atom-diag-atom-diag-cdag-matrix"]], "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::get_eigenvalue": [[172, "triqs-atom-diag-atom-diag-get-eigenvalue"]], "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_fops": [[175, "triqs-atom-diag-atom-diag-get-fops"]], "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_fock_states": [[174, "triqs-atom-diag-atom-diag-get-fock-states"]], "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_op_mat": [[181, "triqs-atom-diag-atom-diag-get-op-mat"]], "triqs::atom_diag::atom_diag::get_quantum_numbers": [[182, "triqs-atom-diag-atom-diag-get-quantum-numbers"]], "triqs::atom_diag::atom_diag::get_subspace_dim": [[183, "triqs-atom-diag-atom-diag-get-subspace-dim"]], "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::index_range_of_subspace": [[189, "triqs-atom-diag-atom-diag-index-range-of-subspace"]], "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_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_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::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::atomic_density_matrix": [[191, "triqs-atom-diag-atomic-density-matrix"]], "triqs::atom_diag::atomic_g_iw": [[192, "triqs-atom-diag-atomic-g-iw"]], "triqs::atom_diag::atomic_g_lehmann": [[194, "triqs-atom-diag-atomic-g-lehmann"]], "triqs::atom_diag::trace_rho_op": [[200, "triqs-atom-diag-trace-rho-op"]], "triqs::det_manip": [[201, "triqs-det-manip"]], "triqs::atom_diag::atomic_g_w": [[196, "triqs-atom-diag-atomic-g-w"]], "triqs::atom_diag::quantum_number_eigenvalues": [[198, "triqs-atom-diag-quantum-number-eigenvalues"]], "triqs::atom_diag::partition_function": [[197, "triqs-atom-diag-partition-function"]], "triqs::atom_diag::quantum_number_eigenvalues_checked": [[199, "triqs-atom-diag-quantum-number-eigenvalues-checked"]], "triqs::det_manip::det_manip::change_row": [[204, "triqs-det-manip-det-manip-change-row"]], "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::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": [[202, "triqs-det-manip-det-manip"]], "triqs::det_manip::det_manip::determinant": [[208, "triqs-det-manip-det-manip-determinant"]], "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::get_precision_error": [[211, "triqs-det-manip-det-manip-get-precision-error"]], "triqs::det_manip::det_manip::get_singular_threshold": [[213, "triqs-det-manip-det-manip-get-singular-threshold"]], "triqs::det_manip::det_manip::get_precision_warning": [[212, "triqs-det-manip-det-manip-get-precision-warning"]], "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::get_y": [[216, "triqs-det-manip-det-manip-get-y"]], "triqs::det_manip::det_manip::h5_write": [[219, "triqs-det-manip-det-manip-h5-write"]], "triqs::det_manip::det_manip::get_x_internal_order": [[215, "triqs-det-manip-det-manip-get-x-internal-order"]], "triqs::det_manip::det_manip::insert": [[220, "triqs-det-manip-det-manip-insert"]], "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_at_end": [[222, "triqs-det-manip-det-manip-insert2-at-end"]], "triqs::det_manip::det_manip::insert_at_end": [[223, "triqs-det-manip-det-manip-insert-at-end"]], "triqs::det_manip::det_manip::insert2": [[221, "triqs-det-manip-det-manip-insert2"]], "triqs::det_manip::det_manip::inverse_matrix": [[224, "triqs-det-manip-det-manip-inverse-matrix"]], "triqs::det_manip::det_manip::remove2_at_end": [[231, "triqs-det-manip-det-manip-remove2-at-end"]], "triqs::det_manip::det_manip::matrix": [[227, "triqs-det-manip-det-manip-matrix"]], "triqs::det_manip::det_manip::remove2": [[230, "triqs-det-manip-det-manip-remove2"]], "triqs::det_manip::det_manip::reject_last_try": [[228, "triqs-det-manip-det-manip-reject-last-try"]], "triqs::det_manip::det_manip::remove": [[229, "triqs-det-manip-det-manip-remove"]], "triqs::det_manip::det_manip::is_singular": [[226, "triqs-det-manip-det-manip-is-singular"]], "triqs::det_manip::det_manip::set_precision_error": [[236, "triqs-det-manip-det-manip-set-precision-error"]], "triqs::det_manip::det_manip::remove_at_end": [[232, "triqs-det-manip-det-manip-remove-at-end"]], "triqs::det_manip::det_manip::set_precision_warning": [[237, "triqs-det-manip-det-manip-set-precision-warning"]], "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::reserve": [[233, "triqs-det-manip-det-manip-reserve"]], "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::swap_row": [[241, "triqs-det-manip-det-manip-swap-row"]], "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::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::det_manip::det_manip::try_remove": [[248, "triqs-det-manip-det-manip-try-remove"]], "triqs::det_manip::det_manip::try_insert": [[245, "triqs-det-manip-det-manip-try-insert"]], "triqs::det_manip::det_manip::try_remove_k": [[249, "triqs-det-manip-det-manip-try-remove-k"]], "triqs::gfs::block_gf": [[252, "triqs-gfs-block-gf"]], "triqs::gfs::block_gf::constructor": [[255, "triqs-gfs-block-gf-constructor"]], "triqs::gfs": [[250, "triqs-gfs"]], "triqs::gfs::block_gf::block_sizes": [[254, "triqs-gfs-block-gf-block-sizes"]], "triqs::gfs::": [[251, "triqs-gfs-deduction-guide-for-block-gf"]], "triqs::gfs::block_gf::block_names": [[253, "triqs-gfs-block-gf-block-names"]], "triqs::gfs::block_gf::data": [[256, "triqs-gfs-block-gf-data"]], "triqs::gfs::block_gf::h5_read": [[257, "triqs-gfs-block-gf-h5-read"]], "triqs::gfs::block_gf::h5_write": [[258, "triqs-gfs-block-gf-h5-write"]], "triqs::gfs::block_gf::operator=": [[261, "triqs-gfs-block-gf-operator"]], "triqs::gfs::block_gf::hdf5_format": [[259, "triqs-gfs-block-gf-hdf5-format"]], "triqs::gfs::block_gf::operator()": [[260, "triqs-gfs-block-gf-operator"]], "triqs::gfs::flatten_2d": [[266, "triqs-gfs-flatten-2d"]], "triqs::gfs::density": [[262, "triqs-gfs-density"]], "triqs::gfs::fit_gf_dlr": [[263, "triqs-gfs-fit-gf-dlr"]], "triqs::gfs::fit_hermitian_tail": [[264, "triqs-gfs-fit-hermitian-tail"]], "triqs::gfs::flatten_gf_2d": [[267, "triqs-gfs-flatten-gf-2d"]], "triqs::gfs::fit_tail": [[265, "triqs-gfs-fit-tail"]], "triqs::gfs::gf::data": [[271, "triqs-gfs-gf-data"]], "triqs::gfs::get_mesh": [[268, "triqs-gfs-get-mesh"]], "triqs::gfs::gf::h5_read": [[273, "triqs-gfs-gf-h5-read"]], "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_shape": [[272, "triqs-gfs-gf-data-shape"]], "triqs::gfs::gf::mesh": [[276, "triqs-gfs-gf-mesh"]], "triqs::gfs::gf::hdf5_format": [[275, "triqs-gfs-gf-hdf5-format"]], "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_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::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::constructor": [[282, "triqs-gfs-gf-const-view-constructor"]], "triqs::gfs::gf_const_view::operator<<": [[289, "triqs-gfs-gf-const-view-operator"]], "triqs::gfs::gf_const_view::target_indices": [[291, "triqs-gfs-gf-const-view-target-indices"]], "triqs::gfs::gf_const_view::rebind": [[290, "triqs-gfs-gf-const-view-rebind"]], "triqs::gfs::gf_const_view::hdf5_format": [[287, "triqs-gfs-gf-const-view-hdf5-format"]], "triqs::gfs::gf_const_view::mesh": [[288, "triqs-gfs-gf-const-view-mesh"]], "triqs::gfs::gf_const_view::h5_write": [[286, "triqs-gfs-gf-const-view-h5-write"]], "triqs::gfs::gf_view::constructor": [[294, "triqs-gfs-gf-view-constructor"]], "triqs::gfs::gf_view": [[293, "triqs-gfs-gf-view"]], "triqs::gfs::gf_view::h5_read": [[297, "triqs-gfs-gf-view-h5-read"]], "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_const_view::target_shape": [[292, "triqs-gfs-gf-const-view-target-shape"]], "triqs::gfs::gf_view::hdf5_format": [[299, "triqs-gfs-gf-view-hdf5-format"]], "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::mesh": [[300, "triqs-gfs-gf-view-mesh"]], "triqs::gfs::gf_view::h5_write": [[298, "triqs-gfs-gf-view-h5-write"]], "triqs::gfs::gf_view::rebind": [[303, "triqs-gfs-gf-view-rebind"]], "triqs::gfs::h5_read_gf_struct": [[306, "triqs-gfs-h5-read-gf-struct"]], "triqs::gfs::inverse": [[309, "triqs-gfs-inverse"]], "triqs::gfs::impl_tag": [[308, "triqs-gfs-impl-tag"]], "triqs::gfs::gf_view::target_shape": [[305, "triqs-gfs-gf-view-target-shape"]], "triqs::gfs::gf_view::target_indices": [[304, "triqs-gfs-gf-view-target-indices"]], "triqs::gfs::imag": [[307, "triqs-gfs-imag"]], "triqs::gfs::is_gf_hermitian": [[310, "triqs-gfs-is-gf-hermitian"]], "triqs::gfs::is_gf_real": [[311, "triqs-gfs-is-gf-real"]], "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::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::make_gf_from_real_gf": [[321, "triqs-gfs-make-gf-from-real-gf"]], "triqs::gfs::make_gf_from_inverse_fourier": [[320, "triqs-gfs-make-gf-from-inverse-fourier"]], "triqs::gfs::make_gf_dlr_imtime": [[318, "triqs-gfs-make-gf-dlr-imtime"]], "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_from_fourier": [[319, "triqs-gfs-make-gf-from-fourier"]], "triqs::gfs::make_gf_imfreq": [[322, "triqs-gfs-make-gf-imfreq"]], "triqs::gfs::mpi_reduce": [[327, "triqs-gfs-mpi-reduce"]], "triqs::gfs::make_zero_tail": [[326, "triqs-gfs-make-zero-tail"]], "triqs::gfs::make_real_in_tau": [[325, "triqs-gfs-make-real-in-tau"]], "triqs::gfs::make_hermitian": [[324, "triqs-gfs-make-hermitian"]], "triqs::gfs::make_gf_imtime": [[323, "triqs-gfs-make-gf-imtime"]], "triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued": [[330, "triqs-gfs-reinterpret-scalar-valued-gf-as-matrix-valued"]], "triqs::gfs::tau_L2_norm": [[331, "triqs-gfs-tau-l2-norm"]], "triqs::gfs::unflatten_gf_2d": [[333, "triqs-gfs-unflatten-gf-2d"]], "triqs::gfs::real": [[329, "triqs-gfs-real"]], "triqs::gfs::positive_freq_view": [[328, "triqs-gfs-positive-freq-view"]], "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::fundamental_operator_set::cbegin": [[337, "triqs-hilbert-space-fundamental-operator-set-cbegin"]], "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::constructor": [[339, "triqs-hilbert-space-fundamental-operator-set-constructor"]], "triqs::hilbert_space::fundamental_operator_set": [[335, "triqs-hilbert-space-fundamental-operator-set"]], "triqs::hilbert_space::fundamental_operator_set::data": [[340, "triqs-hilbert-space-fundamental-operator-set-data"]], "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::has_indices": [[344, "triqs-hilbert-space-fundamental-operator-set-has-indices"]], "triqs::hilbert_space::fundamental_operator_set::end": [[341, "triqs-hilbert-space-fundamental-operator-set-end"]], "triqs::hilbert_space::fundamental_operator_set::insert": [[345, "triqs-hilbert-space-fundamental-operator-set-insert"]], "triqs::hilbert_space::hilbert_space": [[350, "triqs-hilbert-space-hilbert-space"]], "triqs::hilbert_space::fundamental_operator_set::size": [[349, "triqs-hilbert-space-fundamental-operator-set-size"]], "triqs::hilbert_space::fundamental_operator_set::insert_from_indices_t": [[346, "triqs-hilbert-space-fundamental-operator-set-insert-from-indices-t"]], "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::constructor": [[351, "triqs-hilbert-space-hilbert-space-constructor"]], "triqs::hilbert_space::hilbert_space::h5_read": [[354, "triqs-hilbert-space-hilbert-space-h5-read"]], "triqs::hilbert_space::hilbert_space::get_fock_state": [[352, "triqs-hilbert-space-hilbert-space-get-fock-state"]], "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::h5_write": [[355, "triqs-hilbert-space-hilbert-space-h5-write"]], "triqs::hilbert_space::hilbert_space::get_state_index": [[353, "triqs-hilbert-space-hilbert-space-get-state-index"]], "triqs::hilbert_space::hilbert_space::operator!=": [[358, "triqs-hilbert-space-hilbert-space-operator"]], "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::is_empty": [[363, "triqs-hilbert-space-imperative-operator-is-empty"]], "triqs::hilbert_space::hilbert_space::operator==": [[359, "triqs-hilbert-space-hilbert-space-operator"]], "triqs::hilbert_space::imperative_operator": [[361, "triqs-hilbert-space-imperative-operator"]], "triqs::hilbert_space::space_partition": [[367, "triqs-hilbert-space-space-partition"]], "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::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::space_partition::get_matrix_elements": [[371, "triqs-hilbert-space-space-partition-get-matrix-elements"]], "triqs::hilbert_space::space_partition::n_subspaces": [[374, "triqs-hilbert-space-space-partition-n-subspaces"]], "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::space_partition::foreach": [[370, "triqs-hilbert-space-space-partition-foreach"]], "triqs::hilbert_space::state": [[375, "triqs-hilbert-space-state"]], "triqs::hilbert_space::state::get_hilbert": [[381, "triqs-hilbert-space-state-hilbertspace-scalartype-false-get-hilbert"]], "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::foreach": [[380, "triqs-hilbert-space-state-hilbertspace-scalartype-false-foreach"]], "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::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::size": [[387, "triqs-hilbert-space-state-hilbertspace-scalartype-false-size"]], "triqs::hilbert_space::state::operator*=": [[383, "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": [[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::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::constructor": [[389, "triqs-hilbert-space-state-hilbertspace-scalartype-true-constructor"]], "triqs::hilbert_space::state::set_hilbert": [[398, "triqs-hilbert-space-state-hilbertspace-scalartype-true-set-hilbert"]], "triqs::hilbert_space::state::operator+=": [[396, "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::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::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::get_index": [[405, "triqs-hilbert-space-sub-hilbert-space-get-index"]], "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": [[400, "triqs-hilbert-space-sub-hilbert-space"]], "triqs::hilbert_space::sub_hilbert_space::has_state": [[409, "triqs-hilbert-space-sub-hilbert-space-has-state"]], "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::hilbert_space::sub_hilbert_space::hdf5_format": [[410, "triqs-hilbert-space-sub-hilbert-space-hdf5-format"]], "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::operator==": [[412, "triqs-hilbert-space-sub-hilbert-space-operator"]], "triqs::mc_tools": [[415, "triqs-mc-tools"]], "triqs::hilbert_space::sub_hilbert_space::set_index": [[413, "triqs-hilbert-space-sub-hilbert-space-set-index"]], "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::mc_tools::mc_generic::constructor": [[423, "triqs-mc-tools-mc-generic-constructor"]], "triqs::mc_tools::mc_generic::add_measure": [[418, "triqs-mc-tools-mc-generic-add-measure"]], "triqs::mc_tools::mc_generic::collect_results": [[422, "triqs-mc-tools-mc-generic-collect-results"]], "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::clear_measures": [[421, "triqs-mc-tools-mc-generic-clear-measures"]], "triqs::mc_tools::mc_generic::get_acceptance_rates": [[424, "triqs-mc-tools-mc-generic-get-acceptance-rates"]], "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_accumulation_time": [[425, "triqs-mc-tools-mc-generic-get-accumulation-time"]], "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_config_id": [[427, "triqs-mc-tools-mc-generic-get-config-id"]], "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::get_warmup_time": [[433, "triqs-mc-tools-mc-generic-get-warmup-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::h5_read": [[435, "triqs-mc-tools-mc-generic-h5-read"]], "triqs::mc_tools::mc_generic::get_percent": [[430, "triqs-mc-tools-mc-generic-get-percent"]], "triqs::mc_tools::mc_generic::rm_measure": [[437, "triqs-mc-tools-mc-generic-rm-measure"]], "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::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::h5_write": [[436, "triqs-mc-tools-mc-generic-h5-write"]], "triqs::mc_tools::move_set::clear_statistics": [[447, "triqs-mc-tools-move-set-clear-statistics"]], "triqs::mc_tools::move_set": [[442, "triqs-mc-tools-move-set"]], "triqs::mc_tools::move_set::attempt": [[445, "triqs-mc-tools-move-set-attempt"]], "triqs::mc_tools::move_set::add": [[444, "triqs-mc-tools-move-set-add"]], "triqs::mc_tools::move_set::accept": [[443, "triqs-mc-tools-move-set-accept"]], "triqs::mc_tools::move_set::calibrate": [[446, "triqs-mc-tools-move-set-calibrate"]], "triqs::mc_tools::random_generator": [[453, "triqs-mc-tools-random-generator"]], "triqs::mc_tools::move_set::get_acceptance_rates": [[450, "triqs-mc-tools-move-set-get-acceptance-rates"]], "triqs::mc_tools::move_set::collect_statistics": [[448, "triqs-mc-tools-move-set-collect-statistics"]], "triqs::mc_tools::move_set::get_statistics": [[451, "triqs-mc-tools-move-set-get-statistics"]], "triqs::mc_tools::move_set::reject": [[452, "triqs-mc-tools-move-set-reject"]], "triqs::mc_tools::move_set::constructor": [[449, "triqs-mc-tools-move-set-constructor"]], "triqs::mc_tools::random_generator::name": [[455, "triqs-mc-tools-random-generator-name"]], "triqs::mc_tools::random_generator::preview": [[457, "triqs-mc-tools-random-generator-preview"]], "triqs::stat": [[459, "triqs-stat"]], "triqs::mc_tools::random_generator::operator()": [[456, "triqs-mc-tools-random-generator-operator"]], "triqs::mc_tools::random_generator::constructor": [[454, "triqs-mc-tools-random-generator-constructor"]], "triqs::mc_tools::random_generator_names": [[458, "triqs-mc-tools-random-generator-names"]], "triqs::stat::accumulator::data_input_count": [[463, "triqs-stat-accumulator-data-input-count"]], "triqs::stat::accumulator::compress_linear_bins": [[461, "triqs-stat-accumulator-compress-linear-bins"]], "triqs::stat::accumulator::linear_bins": [[465, "triqs-stat-accumulator-linear-bins"]], "triqs::stat::accumulator::lin_bin_capacity": [[464, "triqs-stat-accumulator-lin-bin-capacity"]], "triqs::stat::accumulator": [[460, "triqs-stat-accumulator"]], "Logarithmic (Log) Binning": [[460, "logarithmic-log-binning"]], "Linear (Lin) Binning": [[460, "linear-lin-binning"]], "triqs::stat::accumulator::constructor": [[462, "triqs-stat-accumulator-constructor"]], "triqs::stat::accumulator::n_lin_bins": [[468, "triqs-stat-accumulator-n-lin-bins"]], "triqs::stat::accumulator::n_log_bins_max": [[471, "triqs-stat-accumulator-n-log-bins-max"]], "triqs::stat::accumulator::log_bin_errors_all_reduce": [[467, "triqs-stat-accumulator-log-bin-errors-all-reduce"]], "triqs::stat::accumulator::n_log_bins": [[470, "triqs-stat-accumulator-n-log-bins"]], "triqs::stat::accumulator::n_lin_bins_max": [[469, "triqs-stat-accumulator-n-lin-bins-max"]], "triqs::stat::accumulator::log_bin_errors": [[466, "triqs-stat-accumulator-log-bin-errors"]], "triqs::stat::histogram::data": [[477, "triqs-stat-histogram-data"]], "triqs::stat::histogram::constructor": [[476, "triqs-stat-histogram-constructor"]], "triqs::stat::histogram::clear": [[475, "triqs-stat-histogram-clear"]], "triqs::stat::histogram": [[474, "triqs-stat-histogram"]], "triqs::stat::accumulator::operator<<": [[472, "triqs-stat-accumulator-operator"]], "triqs::stat::cdf": [[473, "triqs-stat-cdf"]], "triqs::stat::histogram::mpi_broadcast": [[483, "triqs-stat-histogram-mpi-broadcast"]], "triqs::stat::histogram::limits": [[481, "triqs-stat-histogram-limits"]], "triqs::stat::histogram::mesh_point": [[482, "triqs-stat-histogram-mesh-point"]], "triqs::stat::histogram::h5_write": [[479, "triqs-stat-histogram-h5-write"]], "triqs::stat::histogram::hdf5_format": [[480, "triqs-stat-histogram-hdf5-format"]], "triqs::stat::histogram::h5_read": [[478, "triqs-stat-histogram-h5-read"]], "triqs::stat::histogram::operator==": [[489, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::operator<<": [[488, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::n_lost_pts": [[486, "triqs-stat-histogram-n-lost-pts"]], "triqs::stat::histogram::operator+": [[487, "triqs-stat-histogram-operator"]], "triqs::stat::histogram::mpi_reduce": [[484, "triqs-stat-histogram-mpi-reduce"]], "triqs::stat::histogram::n_data_pts": [[485, "triqs-stat-histogram-n-data-pts"]], "triqs::stat::histogram::size": [[490, "triqs-stat-histogram-size"]], "triqs::stat::mean_and_err": [[494, "triqs-stat-mean-and-err"]], "triqs::stat::jackknife": [[491, "triqs-stat-jackknife"]], "triqs::stat::jackknife_mpi": [[492, "triqs-stat-jackknife-mpi"]], "triqs::stat::mean_and_err_mpi": [[495, "triqs-stat-mean-and-err-mpi"]], "triqs::stat::mean": [[493, "triqs-stat-mean"]], "triqs::stat::pdf": [[497, "triqs-stat-pdf"]], "The det_manip class": [[524, "the-det-manip-class"]], "Parameter & construction": [[524, "parameter-construction"]], "Public types": [[524, "public-types"]], "Public member functions": [[524, "public-member-functions"]], "Under the hood \u2026": [[524, "under-the-hood"]], "Full documentation/manual/triqs": [[524, "full-documentation-manual-triqs"], [577, "full-documentation-manual-triqs"]], "HDFArchive": [[509, "hdfarchive"]], "HDFArchiveGroup": [[509, "hdfarchivegroup"]], "HDFArchiveInert": [[509, "hdfarchiveinert"]], "Hdf-compliant objects": [[509, "hdf-compliant-objects"]], "How does a class become hdf-compliant?": [[509, "how-does-a-class-become-hdf-compliant"]], "triqs::stat::mean_mpi": [[496, "triqs-stat-mean-mpi"]], "triqs::stat::tau_estimate_from_errors": [[498, "triqs-stat-tau-estimate-from-errors"]], "Manipulations of determinants": [[523, "manipulations-of-determinants"]], "gf and views": [[532, "gf-and-views"]], "Non-member functions": [[532, "non-member-functions"]], "C++ documentation": [[529, "c-documentation"]], "[gf] Green function on Matsubara frequencies": [[538, "gf-imfreq-green-function-on-matsubara-frequencies"]], "[gf>] Multiple variables": [[543, "gf-prod-x-y-multiple-variables"]], "Subscript operator": [[543, "subscript-operator"]], "Clef expressions": [[543, "clef-expressions"]], "Functional techniques": [[543, "functional-techniques"]], "mesh::imtime": [[551, "mesh-imtime"]], "mesh::imfreq": [[550, "mesh-imfreq"]], "The blocks: matrix-valued Green\u2019s functions": [[554, "the-blocks-matrix-valued-green-s-functions"]], "Slicing": [[554, "slicing"]], "Bracket Accessor": [[554, "bracket-accessor"]], "Assignment: << or = operator": [[554, "assignment-or-operator"]], "Lazy expressions": [[554, "lazy-expressions"]], "Plot options": [[554, "plot-options"]], "Direct access to data points": [[554, "direct-access-to-data-points"]], "The Monte Carlo loop": [[579, "the-monte-carlo-loop"]], "C++ variable names": [[579, "c-variable-names"]], "Monte Carlo loop and connection with moves and measures": [[579, "monte-carlo-loop-and-connection-with-moves-and-measures"]], "Coefficient extraction": [[585, "coefficient-extraction"]], "Tools for Monte Carlo": [[576, "tools-for-monte-carlo"]], "Python documentation": [[560, "python-documentation"]], "Phase diagram exploration": [[1889, "Phase-diagram-exploration"], [1893, "Phase-diagram-exploration"]], "FermiSee": [[1888, "FermiSee"], [1892, "FermiSee"]], "Plotting protocols": [[589, "plotting-protocols"]], "TRIQS / solid_dmft tutorial": [[1891, "TRIQS-/-solid_dmft-tutorial"], [1887, "TRIQS-/-solid_dmft-tutorial"]], "0. Performing a DFT Quantum Espresso calculation and creating a Wannier Hamiltonian": [[1891, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"], [1887, "0.-Performing-a-DFT-Quantum-Espresso-calculation-and-creating-a-Wannier-Hamiltonian"]], "1. Creating a low-energy description of La_2CuO_4": [[1891, "1.-Creating-a-low-energy-description-of-La_2CuO_4"], [1887, "1.-Creating-a-low-energy-description-of-La_2CuO_4"]], "2. Run a one-shot DMFT calculation using solid_dmft": [[1891, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"], [1887, "2.-Run-a-one-shot-DMFT-calculation-using-solid_dmft"]], "3. Check convergence": [[1891, "3.-Check-convergence"], [1887, "3.-Check-convergence"]], "Reminder: The TRIQS BlockGf object": [[1891, "Reminder:-The-TRIQS-BlockGf-object"], [1887, "Reminder:-The-TRIQS-BlockGf-object"]], "Plot of the self-energy \u03a3": [[1891, "Plot-of-the-self-energy-\u03a3"], [1887, "Plot-of-the-self-energy-\u03a3"]], "4. Analytic continuation of the self-energy": [[1891, "4.-Analytic-continuation-of-the-self-energy"], [1887, "4.-Analytic-continuation-of-the-self-energy"]], "5. Plot Spectral Function": [[1891, "5.-Plot-Spectral-Function"], [1887, "5.-Plot-Spectral-Function"]], "Analytically continue the impurity Green\u2019s function": [[1891, "Analytically-continue-the-impurity-Green\u2019s-function"], [1887, "Analytically-continue-the-impurity-Green\u2019s-function"]], "6. Plot the Fermi slice at k_z = 0.0 using the solid_dmft post-processing tool": [[1891, "6.-Plot-the-Fermi-slice-at-k_z-=-0.0-using-the-solid_dmft-post-processing-tool"], [1887, "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.": [[1891, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."], [1887, "This-concludes-the-first-tutorial.-You-may-now-continue-with-tutorial-02-FermiSee."]], "Comparison to Hubbard-I solution": [[1890, "Comparison-to-Hubbard-I-solution"], [1894, "Comparison-to-Hubbard-I-solution"]], "Advanced: Running a Full charge self-consistent DFT+DMFT calculation": [[1890, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"], [1894, "Advanced:-Running-a-Full-charge-self-consistent-DFT+DMFT-calculation"]], "Introducing python and the ipython notebook": [[1895, "Introducing-python-and-the-ipython-notebook"]], "Script mode": [[1895, "Script-mode"]], "Interactive shell mode": [[1895, "Interactive-shell-mode"]], "The ipython notebook": [[1895, "The-ipython-notebook"]], "A very short introduction to python": [[1895, "A-very-short-introduction-to-python"]], "Calculating": [[1895, "Calculating"]], "Simple loops / indentation": [[1895, "Simple-loops-/-indentation"]], "If statements": [[1895, "If-statements"]], "Defining a function": [[1895, "Defining-a-function"]], "Importing modules": [[1895, "Importing-modules"]], "Lists": [[1895, "Lists"]], "The numpy library": [[1895, "The-numpy-library"]], "Defining a new class": [[1895, "Defining-a-new-class"]], "Getting help": [[1895, "Getting-help"]], "Matplotlib Examples": [[1896, "Matplotlib-Examples"]], "Goal of this tutorial": [[1896, "Goal-of-this-tutorial"]], "Inline plots": [[1896, "Inline-plots"]], "Making the plot prettier": [[1896, "Making-the-plot-prettier"]], "Subplots": [[1896, "Subplots"]], "Histograms and text": [[1896, "Histograms-and-text"]], "Python-like approach to matplotlib": [[1896, "Python-like-approach-to-matplotlib"]], "More examples": [[1896, "More-examples"]], "TRIQS Green\u2019s functions": [[1897, "TRIQS-Green\u2019s-functions"], [1901, "TRIQS-Green\u2019s-functions"]], "Matrix-Valued Green\u2019s functions": [[1897, "Matrix-Valued-Green\u2019s-functions"], [1901, "Matrix-Valued-Green\u2019s-functions"]], "Block Green\u2019s functions": [[1897, "Block-Green\u2019s-functions"], [1901, "Block-Green\u2019s-functions"]], "Additional Initialization Descriptors": [[1897, "Additional-Initialization-Descriptors"], [1901, "Additional-Initialization-Descriptors"]], "Flat density of states": [[1897, "Flat-density-of-states"], [1901, "Flat-density-of-states"]], "Semi-circular density of states": [[1897, "Semi-circular-density-of-states"], [1901, "Semi-circular-density-of-states"]], "Imaginary-frequency Green\u2019s functions": [[1897, "Imaginary-frequency-Green\u2019s-functions"], [1901, "Imaginary-frequency-Green\u2019s-functions"]], "Arithmetic Operations": [[1897, "Arithmetic-Operations"], [1901, "Arithmetic-Operations"]], "Obtaining the density": [[1897, "Obtaining-the-density"], [1901, "Obtaining-the-density"]], "Compact meshes for imaginary time / frequency: DLR Green\u2019s function": [[1897, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"], [1901, "Compact-meshes-for-imaginary-time-/-frequency:-DLR-Green\u2019s-function"]], "Pade analytical continuation": [[1897, "Pade-analytical-continuation"], [1901, "Pade-analytical-continuation"]], "Exercises": [[1897, "Exercises"], [1901, "Exercises"]], "Manipulating fermionic operators": [[1899, "Manipulating-fermionic-operators"]], "Fundamental operators": [[1899, "Fundamental-operators"]], "Number operator": [[1899, "Number-operator"]], "Operations with operators": [[1899, "Operations-with-operators"]], "Exact Diagonalization": [[1899, "Exact-Diagonalization"]], "HDF5 Archives": [[1898, "HDF5-Archives"]], "Writing to an archive": [[1898, "Writing-to-an-archive"]], "Reading from an archive": [[1898, "Reading-from-an-archive"]], "General reminder: Anderson impurity model and CTHYB solver": [[1903, "General-reminder:-Anderson-impurity-model-and-CTHYB-solver"]], "The TRIQS/CTHYB impurity solver": [[1903, "The-TRIQS/CTHYB-impurity-solver"]], "Setting up the impurity solver": [[1903, "Setting-up-the-impurity-solver"]], "Visualizing the imaginary time sampled G(\\tau)": [[1903, "Visualizing-the-imaginary-time-sampled-G(\\tau)"]], "Visualizing the Matsubara-frequency results": [[1903, "Visualizing-the-Matsubara-frequency-results"]], "A first DMFT calculation": [[1902, "A-first-DMFT-calculation"], [1908, "A-first-DMFT-calculation"]], "The iterated perturbation theory": [[1902, "The-iterated-perturbation-theory"], [1908, "The-iterated-perturbation-theory"]], "Dynamical mean-field theory": [[1902, "Dynamical-mean-field-theory"], [1908, "Dynamical-mean-field-theory"]], "Bethe lattice DMFT": [[1902, "Bethe-lattice-DMFT"], [1908, "Bethe-lattice-DMFT"]], "Visualizing the Mott transition": [[1902, "Visualizing-the-Mott-transition"], [1908, "Visualizing-the-Mott-transition"]], "Introduction to multivariable Green\u2019s functions": [[1900, "Introduction-to-multivariable-Green\u2019s-functions"]], "Imports and parameters": [[1900, "Imports-and-parameters"]], "Constructing and Initializing a Lattice Green\u2019s function": [[1900, "Constructing-and-Initializing-a-Lattice-Green\u2019s-function"]], "Numpy Broadcasting": [[1900, "Numpy-Broadcasting"]], "Evaluate the Green function": [[1900, "Evaluate-the-Green-function"]], "Defining a Tight-Binding Hamiltonian": [[1900, "Defining-a-Tight-Binding-Hamiltonian"]], "Two-orbital Hubbard model": [[1905, "Two-orbital-Hubbard-model"], [1910, "Two-orbital-Hubbard-model"]], "Valence-Bond DMFT solution of the Hubbard model": [[1906, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"], [1911, "Valence-Bond-DMFT-solution-of-the-Hubbard-model"]], "Analyzing the precomputed results": [[1906, "Analyzing-the-precomputed-results"], [1911, "Analyzing-the-precomputed-results"]], "Tutorials": [[1907, "tutorials"]], "Comparison with the literature": [[1908, "Comparison-with-the-literature"]], "Single-orbital Hubbard model": [[1904, "Single-orbital-Hubbard-model"], [1909, "Single-orbital-Hubbard-model"]], "Solution 1": [[1909, "Solution-1"], [1910, "Solution-1"]], "Solution 2": [[1909, "Solution-2"], [1910, "Solution-2"]], "Solution 3": [[1909, "Solution-3"]], "Solution 4": [[1909, "Solution-4"]], "Solution 5": [[1909, "Solution-5"]], "Solution 6": [[1909, "Solution-6"]], "Susceptibility \\chi_0 of non-interacting fermions": [[1914, "Susceptibility-\\chi_0-of-non-interacting-fermions"], [1919, "Susceptibility-\\chi_0-of-non-interacting-fermions"]], "Theory": [[1914, "Theory"], [1921, "Theory"], [1916, "Theory"], [1919, "Theory"]], "Fast calculation using Fourier transform": [[1914, "Fast-calculation-using-Fourier-transform"], [1919, "Fast-calculation-using-Fourier-transform"]], "Goals and questions": [[1914, "Goals-and-questions"], [1919, "Goals-and-questions"]], "Compute the susceptibility \\chi_0(\\mathbf{q}, i\\omega_n)": [[1914, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"], [1919, "Compute-the-susceptibility-\\chi_0(\\mathbf{q},-i\\omega_n)"]], "Static susceptibility \\chi_0(\\mathbf{q}, \\omega=0) and perfect nesting": [[1914, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"], [1919, "Static-susceptibility-\\chi_0(\\mathbf{q},-\\omega=0)-and-perfect-nesting"]], "Tutorial repository": [[1912, "tutorial-repository"]], "The random phase approximation (RPA)": [[1915, "The-random-phase-approximation-(RPA)"], [1920, "The-random-phase-approximation-(RPA)"]], "RPA solver": [[1915, "RPA-solver"], [1920, "RPA-solver"]], "J = 0.0": [[1910, "J-=-0.0"], [1910, "id1"]], "J = 0.1 U": [[1910, "J-=-0.1-U"], [1910, "id2"]], "J = 0.2 U": [[1910, "J-=-0.2-U"], [1910, "id3"]], "Conclusion of Exercise 2": [[1910, "Conclusion-of-Exercise-2"]], "Solution of exercise 3": [[1910, "Solution-of-exercise-3"]], "Conclusion of Exercise 3": [[1910, "Conclusion-of-Exercise-3"]], "Fermions on the square lattice & perfect nesting": [[1913, "Fermions-on-the-square-lattice-&-perfect-nesting"], [1918, "Fermions-on-the-square-lattice-&-perfect-nesting"]], "Square lattice with nearest-neighbour hopping": [[1913, "Square-lattice-with-nearest-neighbour-hopping"], [1918, "Square-lattice-with-nearest-neighbour-hopping"]], "Non-interacting lattice Green\u2019s function": [[1913, "Non-interacting-lattice-Green\u2019s-function"], [1918, "Non-interacting-lattice-Green\u2019s-function"]], "Fermi surface nesting": [[1913, "Fermi-surface-nesting"], [1918, "Fermi-surface-nesting"]], "Two-particle self consistency (TPSC)": [[1921, "Two-particle-self-consistency-(TPSC)"], [1916, "Two-particle-self-consistency-(TPSC)"]], "Behaviour of U_{sp} and U_{ch} vs.\u00a0U": [[1921, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"], [1916, "Behaviour-of-U_{sp}-and-U_{ch}-vs.\u00a0U"]], "Note: weakness of RPA": [[1921, "Note:-weakness-of-RPA"], [1916, "Note:-weakness-of-RPA"]], "Finite temperature antiferromagnetism in two dimensional systems": [[1917, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"], [1922, "Finite-temperature-antiferromagnetism-in-two-dimensional-systems"]], "Mermin-Wagner theorem": [[1917, "Mermin-Wagner-theorem"], [1922, "Mermin-Wagner-theorem"]], "TPSC and the Mermin-Wagner theorem": [[1917, "TPSC-and-the-Mermin-Wagner-theorem"], [1922, "TPSC-and-the-Mermin-Wagner-theorem"]], "Code from previous notebooks": [[1917, "Code-from-previous-notebooks"], [1922, "Code-from-previous-notebooks"]], "\\chi_0 calculator for arbitrary \\beta": [[1917, "\\chi_0-calculator-for-arbitrary-\\beta"], [1922, "\\chi_0-calculator-for-arbitrary-\\beta"]], "RPA spin structure factor S_{RPA} as a function of temperature T": [[1917, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"], [1922, "RPA-spin-structure-factor-S_{RPA}-as-a-function-of-temperature-T"]], "TPSC spin structure factor S_{TPSC} as a function of temperature": [[1917, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"], [1922, "TPSC-spin-structure-factor-S_{TPSC}-as-a-function-of-temperature"]], "Questions": [[1917, "Questions"], [1922, "Questions"]], "Remarks": [[1917, "Remarks"], [1922, "Remarks"]]}, "indexentries": {"h5": [[507, "module-h5"]], "module": [[507, "module-h5"], [554, "index-0"]], "hdfarchive (class in h5)": [[509, "h5.HDFArchive"]], "hdfarchivegroup (built-in class)": [[509, "HDFArchiveGroup"]], "hdfarchiveinert (built-in class)": [[509, "HDFArchiveInert"]], "apply_on_leaves() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.apply_on_leaves"]], "built-in function": [[509, "register_class"]], "create_group() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.create_group"]], "get_raw() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.get_raw"]], "is_data() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.is_data"]], "is_group() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.is_group"]], "items() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.items"]], "keys() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.keys"]], "read_attr() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.read_attr"]], "register_class()": [[509, "register_class"]], "root_path() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.root_path"]], "update() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.update"]], "values() (hdfarchivegroup method)": [[509, "HDFArchiveGroup.values"]], "lightweight exact diagonalization solver and tools": [[511, "index-0"]], "green's functions": [[554, "index-0"], [560, "index-0"]], "block green's function": [[554, "index-0"]], "gf_imfreq": [[554, "index-0"]], "gf_imtime": [[554, "index-0"]], "gf_legendre": [[554, "index-0"]], "gf_refreq": [[554, "index-0"]], "gf_retime": [[554, "index-0"]], "hilbert space tools": [[566, "index-0"]], "second-quantization operators": [[582, "index-0"]], "analysis": [[589, "index-0"]]}}) \ No newline at end of file diff --git a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html index 83bf7fb24c..5cc3e06187 100644 --- a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html +++ b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/01-IPT_and_DMFT.html @@ -2106,7 +2106,7 @@

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

-

de5a1339143242a0b053640000514a76

+

176aa0600ffb4ed2b5400faecc0fc624

Bethe lattice DMFT

diff --git a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html index 2a3c963bea..ae384a1c40 100644 --- a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/02-Introduction_to_the_CTHYB_solver.html +++ b/triqs/DEV_mc_tools_stat/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:

-

68ffa342f6924a69803f94c62f0aaca1

+

8904e3b09a694144ad4cf705dc9fddeb

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/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html index 9731174108..9cd30430d9 100644 --- a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/05-VBDMFT_Hubbard.html +++ b/triqs/DEV_mc_tools_stat/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).

-

94518c6a252d4de7afa7123612cfedd6

+

88780d961b584bacbebe7ad75592010f

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

-

53aa97677605463d8c9ba5dba75b5e27

+

3899344ac07842599857ec3db51cdfed

diff --git a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html index 4beda9206e..f405983fd2 100644 --- a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html +++ b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/solutions/03s-Single-orbital_Hubbard_with_CTQMC.html @@ -2345,7 +2345,7 @@

Solution 6

+

de8abe3abc5f4dafb1d2967d4fabb659

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/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html index 9d97c46a36..689968c23e 100644 --- a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/ModelDMFT/solutions/05s-VBDMFT_Hubbard.html +++ b/triqs/DEV_mc_tools_stat/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).

-

0ade4d8500364eb3874c363187507899

+

cf8266a6080d40dbb1311a1fbfb873a8

\(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]:
diff --git a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner.html b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner.html
index 82ced72a7b..319c723eed 100644
--- a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner.html
+++ b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/05-TPSC_MerminWagner.html
@@ -2183,7 +2183,7 @@ 

\(\chi_0\) calculator for

Solve the TPCS equations for a range of temperatures at \(n=1\) (half-filling) and \(U=4\) and examine the validity of the Mermin-Wagner theorem in the TPSC approximation. In particular study the spin structure factor \(S(\mathbf{q})\) defined as

\[S(\mathbf{q})\equiv T\sum_n \chi_{sp}(\mathbf{q},i\omega_n)\]
-

and reproduce the results of following figure from [Vilk and Tremblay, J. Phys. I France 7 (1997) 1309-1368] [arXiv version]: Drawing

+

and reproduce the results of following figure from [Vilk and Tremblay, J. Phys. I France 7 (1997) 1309-1368] [arXiv version]: Drawing

RPA spin structure factor \(S_{RPA}\) as a function of temperature \(T\)

diff --git a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner.html b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner.html index 16aa668202..da77a35d95 100644 --- a/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner.html +++ b/triqs/DEV_mc_tools_stat/userguide/python/tutorials/TwoParticleResponse/solutions/05s-TPSC_MerminWagner.html @@ -2203,7 +2203,7 @@

\(\chi_0\) calculator for

Solve the TPCS equations for a range of temperatures at \(n=1\) (half-filling) and \(U=4\) and examine the validity of the Mermin-Wagner theorem in the TPSC approximation. In particular study the spin structure factor \(S(\mathbf{q})\) defined as

\[S(\mathbf{q})\equiv T\sum_n \chi_{sp}(\mathbf{q},i\omega_n)\]
-

and reproduce the results of following figure from [Vilk and Tremblay, J. Phys. I France 7 (1997) 1309-1368] [arXiv version]: Drawing

+

and reproduce the results of following figure from [Vilk and Tremblay, J. Phys. I France 7 (1997) 1309-1368] [arXiv version]: Drawing

RPA spin structure factor \(S_{RPA}\) as a function of temperature \(T\)