MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

↓ 5 callersMethod_to_data_index
(x, m)
python/triqs/gfs/gf.py:608
↓ 5 callersMethodacceptance_rate
Get the acceptance rate of the move. You need to call collect_statistics() first.
c++/triqs/mc_tools/mc_move.hpp:206
↓ 5 callersFunctionare_close
(a,b)
test/python/base/gf_eval.py:24
↓ 5 callersFunctionatomic_g_lehmann_impl
c++/triqs/atom_diag/impl/gf.cpp:47
↓ 5 callersMethodc_connection
* @brief Get the target subspace \f$ B' \f$ of the annihilation operator \f$ \hat c_i \f$ acting on subspace * \f$ B \f$. * * @details
c++/triqs/atom_diag/atom_diag.hpp:462
↓ 5 callersMethodcbegin
Get a const iterator to the beginning of the mesh.
c++/triqs/mesh/prod.hpp:286
↓ 5 callersMethodcdag_connection
* @brief Get the target subspace \f$ B' \f$ of the creation operator \f$ \hat c^\dagger_i \f$ acting on subspace * \f$ B \f$. * * @deta
c++/triqs/atom_diag/atom_diag.hpp:479
↓ 5 callersMethodcend
Get a const iterator to the end of the mesh.
c++/triqs/mesh/prod.hpp:292
↓ 5 callersFunctioncheck_acc
test/c++/stat/stat_lin_binning.cpp:44
↓ 5 callersMethodcollect_results
test/c++/mc_tools/mctools_mc_generic.cpp:72
↓ 5 callersFunctiondict_to_variant_matrix
c++/triqs/operators/util/extractors.hpp:248
↓ 5 callersMethodfinished
Return ``True`` once every input has been consumed.
python/triqs/utility/dist_on_nodes.py:176
↓ 5 callersFunctionget_param_list
(h, fops, qn_vector, hyb)
test/python/atom_diag/atom_diag_constructors.py:12
↓ 5 callersMethodget_percent
Get the percentage of the requested number of cycles done.
c++/triqs/mc_tools/mc_generic.hpp:337
↓ 5 callersMethodget_x
* @brief Get a vector with all matrix builder arguments \f$ \mathbf{x} \f$. * @details Warning: this is slow, since it creates a new copy and reo
c++/triqs/det_manip/det_manip.hpp:497
↓ 5 callersFunctionimfreq
c++/triqs/mesh/imfreq.hpp:181
↓ 5 callersFunctionimfreq_to_legendre
c++/triqs/gfs/transform/legendre_matsubara.hpp:215
↓ 5 callersFunctionimtime_to_legendre
c++/triqs/gfs/transform/legendre_matsubara.hpp:230
↓ 5 callersMethodindex
Linear index of the current grid point in the iteration order (x fastest, then y, then z).
c++/triqs/lattice/grid_generator.hpp:131
↓ 5 callersFunctioninit_dm
test/c++/det_manip/det_manip_basic4.cpp:44
↓ 5 callersFunctioninit_dm
test/c++/det_manip/det_manip4.cpp:40
↓ 5 callersMethodinvert
Inverts the Green's function (in place).
python/triqs/gfs/gf.py:1232
↓ 5 callersMethodis_almost_zero
* @brief Check if the current operator \f$ \hat{O} \f$ is close to zero. * * @param precision Tolerance \f$ \epsilon \f$ for considering a c
c++/triqs/operators/many_body_operator.hpp:362
↓ 5 callersFunctionis_value_valid
* @brief Check if a value \f$ \omega \f$ is within the mesh range. * * @param w Value to check. * @return True if \f$ -\omega_{\mathrm{
c++/triqs/mesh/refreq_log.hpp:182
↓ 5 callersFunctionl
(D,M)
doc/themes/triqs/static/cufon-yui.js:7
↓ 5 callersFunctionlegendre_to_imfreq
c++/triqs/gfs/transform/legendre_matsubara.hpp:185
↓ 5 callersFunctionlegendre_to_imtime
c++/triqs/gfs/transform/legendre_matsubara.hpp:200
↓ 5 callersFunctionmake_block_gf_view
c++/triqs/gfs/block/factories.hpp:118
↓ 5 callersFunctionmake_delta
r"""Hybridization function built from bath hoppings and energies. .. math:: \Delta_{kl}(i\omega_n) = \sum_{j=1}^{N_b} V_{kj}\, S_j\, V_{
python/triqs/gfs/tools.py:443
↓ 5 callersFunctionmake_tb_hk_from_w90_tb_file
* @brief Build a tight-binding Hamiltonian from a Wannier90 `*_tb.dat` file. * * @details This is a convenience wrapper that reads the file and
c++/triqs/experimental/lattice/wannier_loader.hpp:64
↓ 5 callersFunctionmap_on_zip
c++/triqs/utility/tuple_tools.hpp:299
↓ 5 callersFunctionminimize_dyson
r"""Solve Dyson's equation in the DLR basis by constrained residual minimization. Defines Dyson's equation as an optimization problem, .. ma
python/triqs/gfs/dlr_crm_dyson_solver.py:52
↓ 5 callersMethodndim
Number of spatial dimensions of the lattice. Returns ------- int Number of dimensions (1, 2 or 3).
python/triqs/lattice/tight_binding.py:229
↓ 5 callersFunctionpade
c++/triqs/gfs/transform/pade.hpp:72
↓ 5 callersFunctionq
(C,B,D)
doc/themes/triqs/static/cufon-yui.js:7
↓ 5 callersFunctionr
()
doc/themes/triqs/static/cufon-yui.js:7
↓ 5 callersMethodreserve
* @brief Reserve memory to increase the capacity of the data storages. * * @details Like for `std::vector`, this reserves memory for a bigge
c++/triqs/det_manip/det_manip_basic.hpp:220
↓ 5 callersMethodreset
Reset the accumulated time to zero and put the timer in the stopped state.
c++/triqs/utility/timer.hpp:63
↓ 5 callersMethodresize
c++/triqs/det_manip/det_manip_basic.hpp:147
↓ 5 callersMethodrun
Run the pipe-pumping loop until :meth:`stop` is called. Each iteration sleeps for one second to let the OS buffer up output, then attemp
python/triqs/utility/redirect.py:83
↓ 5 callersFunctionset_from_imfreq
* Project a Matsubara Green's function onto the Legendre basis of the output. * * @param gl The output Legendre Green's function modified in pla
python/triqs/gfs/gf_fnt/gf_fnt_misc.cpp:150
↓ 5 callersFunctionset_from_imtime
* Project an imaginary-time Green's function onto the Legendre basis of the output. * * @param gl The output Legendre Green's function modified
python/triqs/gfs/gf_fnt/gf_fnt_misc.cpp:194
↓ 5 callersFunctionset_from_pade
* Analytically continue a Matsubara Green's function to the real-frequency axis using a Pade approximant. * * @param gw The output real-frequenc
python/triqs/gfs/gf_fnt/gf_fnt_misc.cpp:241
↓ 5 callersFunctionto_index
* @brief Map a data index \f$ d \in \{0, 1, \ldots, N-1\} \f$ to the corresponding index \f$ l(d) \f$. * * @param d Data index \f$ d \f$ to
c++/triqs/mesh/dlr.hpp:237
↓ 4 callersFunctionD
()
doc/themes/triqs/static/cufon-yui.js:7
↓ 4 callersFunctionTEST
test/c++/experimental/lattice/gloc.cpp:12
↓ 4 callersFunctionU_matrix_kanamori
r"""Calculate the Kanamori interaction matrix (or full four-index tensor). The two-index matrix for parallel spins is .. math:: U_{m m'}^{\s
python/triqs/operators/util/U_matrix.py:140
↓ 4 callersMethod__array__
(self)
python/triqs/lattice/point.py:69
↓ 4 callersMethod__check_attr
(self, ATTR)
python/triqs/gfs/block_gf.py:868
↓ 4 callersMethod__check_invariants
Check various invariants. Mainly for debug.
python/triqs/gfs/gf.py:415
↓ 4 callersFunction_assign_impl
c++/triqs/gfs/block/_block_gf_view_common.hpp:116
↓ 4 callersMethod_check_density
Check that SemiCircular(D, mu) gives the correct occupation on MeshImFreq.
test/python/base/gf_semicirc.py:100
↓ 4 callersFunctionact
Wrap scalar children of an additive node in :class:`~triqs.gfs.descriptor_base.Const`. Used as the node callback for :func:`~triqs.g
python/triqs/gfs/descriptor_base.py:175
↓ 4 callersFunctionassert_block_gfs_are_close
r""" Assert that two :class:`BlockGf` objects are equal block by block. Iterates over the blocks of ``a`` and ``b`` in parallel, checks t
python/triqs/utility/comparison_tests.py:108
↓ 4 callersFunctionassert_close
test/c++/det_manip/det_manip_basic5.cpp:45
↓ 4 callersFunctionassert_close
test/c++/det_manip/det_manip_comp1.cpp:53
↓ 4 callersMethodbegin
Get a const iterator to the beginning of the set.
c++/triqs/hilbert_space/fundamental_operator_set.hpp:250
↓ 4 callersMethodbegin
Get a const iterator to the beginning of the map that contains the monomials and their coefficients.
c++/triqs/operators/many_body_operator.hpp:345
↓ 4 callersMethodbin_capacity
Get the current bin capacity.
c++/triqs/stat/lin_binning.hpp:171
↓ 4 callersMethodbuild_matrix_scratch
* @brief Build the matrix \f$ F^{(n)} \f$ from scratch from the stored arguments. * @details Evaluates \f$ f(x_i, y_j) \f$ for all \f$ i, j \f$ a
c++/triqs/det_manip/det_manip_basic.hpp:299
↓ 4 callersMethodcheck
define PRINT_ALL
test/c++/det_manip/det_manip1.cpp:66
↓ 4 callersFunctioncheck_mp
Check mesh point.
test/c++/meshes/mesh_imfreq.cpp:42
↓ 4 callersFunctioncheck_mp
Check mesh point.
test/c++/meshes/mesh_brzone.cpp:47
↓ 4 callersMethodclear
* @brief Clear the data storages and reset the matrix to size zero. */
c++/triqs/det_manip/det_manip.hpp:457
↓ 4 callersMethodclear_statistics
c++/triqs/mc_tools/mc_move.cpp:44
↓ 4 callersMethodconjugate
Conjugate of the Green's function. Returns ------- G : Gf (copy) Conjugate of the Green's function.
python/triqs/gfs/gf.py:1277
↓ 4 callersMethodcopy
Return an independent :class:`DOS` with the same ``eps``, ``rho`` and ``name``.
python/triqs/dos/dos.py:104
↓ 4 callersMethodcopy_from
In-place copy from ``another`` into ``self``. Parameters ---------- another : Gf Source Green's function. Must ha
python/triqs/gfs/gf.py:564
↓ 4 callersFunctiond
(p)
doc/themes/triqs/static/cufon-yui.js:7
↓ 4 callersFunctiondeduce_dim_from_expression
helper to determine the return container dimension
c++/triqs/experimental/lattice/bz_integrators.hpp:80
↓ 4 callersMethoddispersion
(self, arg)
python/triqs/lattice/tight_binding.py:296
↓ 4 callersFunctiondlr_imfreq
Construct an imaginary frequency DLR mesh with given DLR operations.
c++/triqs/mesh/dlr_imfreq.hpp:147
↓ 4 callersFunctiondos
c++/triqs/lattice/tight_binding.cpp:81
↓ 4 callersFunctioneps_k
test/c++/gfs/multivar/g_k_dlr.cpp:28
↓ 4 callersFunctionfind_chemical_potential
c++/triqs/experimental/lattice/gloc.hpp:115
↓ 4 callersMethodfull_bins
Get only the full bins, i.e. bins that are filled up to the bin capacity.
c++/triqs/stat/lin_binning.hpp:166
↓ 4 callersMethodget_matrix_element_of_monomial
c++/triqs/atom_diag/impl/atom_diag.cpp:116
↓ 4 callersMethodget_state_index
* @brief Get the integer \f$ f \f$ corresponding to a given Fock state \f$ \lvert f \rangle \f$. * * @details It throws an exception if the
c++/triqs/hilbert_space/hilbert_space.hpp:109
↓ 4 callersMethodget_statistics
c++/triqs/mc_tools/mc_move.cpp:52
↓ 4 callersMethodget_terminal
Wrapped payload, or ``None`` if this node is not a leaf. Returns ------- object or None ``childs[0]`` when ``tag
python/triqs/gfs/lazy_expressions.py:314
↓ 4 callersMethodget_y
* @brief Get a vector with all matrix builder arguments \f$ \mathbf{y} \f$. * @details Warning: this is slow, since it creates a new copy and reo
c++/triqs/det_manip/det_manip.hpp:509
↓ 4 callersMethodinsert
c++/triqs/mc_tools/mc_measure_set.hpp:94
↓ 4 callersFunctionis_index_valid
* @brief Check if a Matsubara index \f$ n \f$ is valid. * * @param n Matsubara index \f$ n \f$ to check. * @return True if \f$ n_\text{
c++/triqs/mesh/imfreq.hpp:221
↓ 4 callersFunctionis_index_valid
* @brief Check if an index \f$ l \f$ is valid. * * @param l Index \f$ l \f$ to check. * @return True if \f$ 0 \leq l < N \f$, false oth
c++/triqs/mesh/dlr_imfreq.hpp:202
↓ 4 callersFunctionis_op_hermitian
c++/triqs/operators/many_body_operator.hpp:891
↓ 4 callersMethodis_value_valid
Check if a value is valid.
c++/triqs/mesh/bases/linear.hpp:188
↓ 4 callersMethodmake_G0_G_HubbardAtom
(self, target_shape)
test/python/base/crm_dyson_solver.py:49
↓ 4 callersFunctionmake_block2_gf_view
c++/triqs/gfs/block/factories.hpp:257
↓ 4 callersFunctionmake_histogram2
test/c++/stat/stat_histograms.cpp:39
↓ 4 callersMethodmax_n_bins
Get the maximum number of bins.
c++/triqs/stat/lin_binning.hpp:151
↓ 4 callersMethodmean_error_and_tau
* @brief Get the mean, its standard error and an estimate for the integrated autocorrelation time. * * @details For definitions of the stand
c++/triqs/stat/lin_binning.hpp:299
↓ 4 callersMethodmesh_hash
Get the hash value of the mesh to which the right hand side operand belongs.
c++/triqs/mesh/k_expr.hpp:122
↓ 4 callersMethodmpi_all_gather
* @brief Allgather full bins from multiple MPI processes. * * @details Only full bins are considered. Furthermore, if `same_capacity` is set
c++/triqs/stat/lin_binning.hpp:361
↓ 4 callersMethodn_accepted_config
Get the number of accepted configurations, i.e. the number of times accept() has been called.
c++/triqs/mc_tools/mc_move.hpp:212
↓ 4 callersMethodn_blocks
Number of blocks. Returns ------- int ``len(self.__GFlist)``.
python/triqs/gfs/block_gf.py:396
↓ 4 callersMethodn_full_bins
Get the number of full bins, i.e. bins that are filled up to the bin capacity.
c++/triqs/stat/lin_binning.hpp:160
↓ 4 callersMethodn_proposed_config
Get the number of proposed configurations, i.e. the number of times attempt() has been called.
c++/triqs/mc_tools/mc_move.hpp:209
↓ 4 callersMethodnames
c++/triqs/mc_tools/mc_measure.cpp:56
↓ 4 callersMethodndim
Get the number of dimensions of the Bravais lattice.
c++/triqs/lattice/bravais_lattice.hpp:212
↓ 4 callersMethodnext
* @brief Increase the degree of the polynomial from \f$ l \f$ to \f$ l + 1 \f$ using \f$ (l + 1) P_{l+1}(x) = * (2l + 1) x P_l(x) - l P_{l-1}(x)
c++/triqs/utility/legendre.hpp:101
← previousnext →301–400 of 2,819, ranked by callers