MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

↓ 4 callersFunctiononefermion
(tau, omega, beta)
test/python/base/gf_dlr.py:28
↓ 4 callersFunctionquantum_number_eigenvalues
c++/triqs/atom_diag/impl/functions.cpp:123
↓ 4 callersFunctionquantum_number_eigenvalues_checked
c++/triqs/atom_diag/impl/functions.cpp:153
↓ 4 callersFunctionrandom_array2
Helper: fill an nda::array<double, 2> with random values
test/c++/det_manip/det_manip_insert_ratios.cpp:64
↓ 4 callersFunctionread_wannier90_tb_data
c++/triqs/experimental/lattice/wannier_loader.cpp:31
↓ 4 callersMethodreal_to_lattice_coordinates
c++/triqs/lattice/brillouin_zone.hpp:132
↓ 4 callersFunctionrebinning_tau
------------------------------------------------------- For Imaginary Time functions ------------------------------------------------------
c++/triqs/gfs/functions/imtime.cpp:39
↓ 4 callersFunctionreverse
c++/triqs/utility/tuple_tools.hpp:72
↓ 4 callersMethodroll_matrix
* @brief Perform a circular shift permutation on the rows or columns of the matrix \f$ F^{(n)} \f$. * * @details See RollDirection for the s
c++/triqs/det_manip/det_manip.hpp:1964
↓ 4 callersMethodset_from
In-place assignment: ``self`` is rewritten to match ``y``. Parameters ---------- y : LazyExpr Source node; its ``
python/triqs/gfs/lazy_expressions.py:287
↓ 4 callersFunctionsize
Get the size \f$ N \f$ of the mesh, i.e. the number of mesh points.
c++/triqs/mesh/refreq_pts.hpp:279
↓ 4 callersFunctionsize
Get the size \f$ N \f$ of the mesh, i.e. the number of mesh points.
c++/triqs/mesh/refreq_log.hpp:289
↓ 4 callersMethodsize
Get the dimension \f$ \dim(\mathcal{F}) \f$ of the Hilbert (Fock) space \f$ \mathcal{F} \f$.
c++/triqs/hilbert_space/hilbert_space.hpp:87
↓ 4 callersFunctionsum_to_regular
Apply a function to each element of a range and sum the results into a regular type.
c++/triqs/mesh/utils.hpp:211
↓ 4 callersFunctiontest_bcast
test/c++/gfs/mpi_gf.cpp:111
↓ 4 callersFunctiontest_finite_bins
test/c++/stat/stat_log_binning.cpp:178
↓ 4 callersFunctiontest_finite_bins
test/c++/stat/stat_lin_binning.cpp:142
↓ 4 callersFunctiontest_function
Smooth test function for interpolation
test/python/base/gf_chebyshev.py:27
↓ 4 callersFunctiontest_function
Test function: smooth function for interpolation
test/c++/gfs/gf_chebyshev.cpp:21
↓ 4 callersFunctiontest_jackknife
test/c++/stat/stat_jackknife.cpp:52
↓ 4 callersFunctiontest_mean_and_error
test/c++/stat/stat_mean_error.cpp:71
↓ 4 callersFunctiontest_mpi
test/c++/stat/stat_log_binning_mpi.cpp:31
↓ 4 callersFunctiontest_mpi
test/c++/stat/stat_lin_binning_mpi.cpp:31
↓ 4 callersFunctiontest_one_bin
test/c++/stat/stat_log_binning.cpp:107
↓ 4 callersFunctiontest_reduce
test/c++/gfs/mpi_gf.cpp:210
↓ 4 callersFunctiontest_reduce_in_place
test/c++/gfs/mpi_gf.cpp:148
↓ 4 callersFunctiontest_reduce_in_place_into
test/c++/gfs/mpi_gf.cpp:179
↓ 4 callersFunctiontest_reduce_into
test/c++/gfs/mpi_gf.cpp:126
↓ 4 callersFunctiontest_unlimited_bins
test/c++/stat/stat_log_binning.cpp:142
↓ 4 callersFunctiontest_unlimited_bins
test/c++/stat/stat_lin_binning.cpp:86
↓ 4 callersFunctionthree_j_symbol
r"""Calculate the Wigner 3-j symbol. .. math:: \begin{pmatrix} l_1 & l_2 & l_3\\ m_1 & m_2 & m_3 \end{pmatrix}.
python/triqs/operators/util/U_matrix.py:553
↓ 4 callersFunctionto_value
* @brief Map an index \f$ l \in \{0, 1, \ldots, N-1\} \f$ to its corresponding value \f$ \omega_l \f$. * * @param l Index \f$ l \f$ to map.
c++/triqs/mesh/dlr.hpp:266
↓ 3 callersFunctionTB_from_wannier90
Read Wannier90 output and convert it to a :class:`TBLattice` object. Reads the Wannier90 real-space lattice vectors from ``<seed>.wout`` and the
python/triqs/lattice/utils.py:201
↓ 3 callersMethod__add__
r"""Add another Matsubara frequency or a scalar. Two :class:`MatsubaraFreq` instances are added as integer indices, with the resultin
python/triqs/mesh/matsubara_freq.py:160
↓ 3 callersMethod__add__
(self, other)
python/triqs/lattice/point.py:72
↓ 3 callersMethod__init__
(self,**kargs)
python/triqs/gfs/descriptor_base.py:221
↓ 3 callersMethod__normalize
(self)
python/triqs/dos/hilbert_transform.py:71
↓ 3 callersFunction_alias_tree
Alias src as dst, and recursively alias every submodule of src under dst.
python/triqs/gf/__init__.py:16
↓ 3 callersFunction_escape_spans
Yield (offset, char_after_backslash) for each backslash escape in s. The escape consumes two chars, so backslashes are never double-counted.
porting_tools/fix_escape_sequences.py:131
↓ 3 callersMethod_first
(self)
python/triqs/gfs/block_gf.py:314
↓ 3 callersFunction_invalid_escape_offsets
Return offsets (into body) of backslashes that start an INVALID escape.
porting_tools/fix_escape_sequences.py:142
↓ 3 callersFunction_sample_on_dlr_mesh
Sample a single Gf onto a DLR ImFreq mesh.
python/triqs/solver_utils/gf_utils.py:58
↓ 3 callersFunction_subscript_impl
c++/triqs/gfs/gf/_gf_view_common.hpp:124
↓ 3 callersMethodaccept
* @brief Accept the new MC configuration. * @return A possible sign correction to the acceptance ratio returned by attempt(). */
c++/triqs/mc_tools/mc_move.hpp:170
↓ 3 callersFunctionassert_block2_gfs_are_close
c++/triqs/gfs/gf_tests.hpp:87
↓ 3 callersFunctionassert_close
test/c++/det_manip/det_manip_all.cpp:54
↓ 3 callersFunctionassert_close
test/c++/det_manip/det_manip2.cpp:34
↓ 3 callersFunctionassert_close
test/c++/det_manip/det_manip_basic2.cpp:35
↓ 3 callersFunctionbackward_compat
Validate and normalize the orbital count for backward compatibility. Raises if the removed ``orb_names`` argument is supplied, and converts a
python/triqs/operators/util/hamiltonians.py:36
↓ 3 callersFunctioncall_impl
c++/triqs/gfs/gf/_gf_view_common.hpp:48
↓ 3 callersFunctioncbegin
Get a const iterator to the beginning of the mesh.
c++/triqs/mesh/dlr.hpp:305
↓ 3 callersFunctioncheck_mp
Check mesh point for equality.
test/c++/meshes/mesh_legendre.cpp:35
↓ 3 callersFunctioncheck_mp
Check mesh point for equality.
test/c++/meshes/mesh_discrete.cpp:35
↓ 3 callersFunctioncheck_mp
Check mesh point for equality.
test/c++/meshes/mesh_chebyshev.cpp:35
↓ 3 callersFunctioncheck_size_zero
Test a mesh of size 0.
test/c++/meshes/mesh_retime_imtime_refreq.cpp:66
↓ 3 callersFunctioncheck_size_zero
Test a mesh of size 0.
test/c++/meshes/mesh_imfreq.cpp:79
↓ 3 callersMethodclear
* @brief Clear the data storages and reset the matrix to size zero. */
c++/triqs/det_manip/det_manip_basic.hpp:285
↓ 3 callersFunctionclef_auto_assign
c++/triqs/gfs/gf/auto_assign.hpp:67
↓ 3 callersFunctionclef_auto_assign
c++/triqs/gfs/block/auto_assign.hpp:52
↓ 3 callersMethodcollect_statistics
c++/triqs/mc_tools/mc_move.cpp:37
↓ 3 callersMethoddet_ksi
Determinant of the leading k x k block of ksi, with fast paths for k = 2 and the k = 3 rule of Sarrus.
c++/triqs/det_manip/det_manip.hpp:102
↓ 3 callersFunctiondist
Euclidean 2D distance between ``x`` and ``y``. Parameters ---------- x, y : sequence of float of length 2 ``(x0, x1)`` coordinates. Returns
python/triqs/gfs/plot/select_indices.py:29
↓ 3 callersFunctiondlr_imtime
Construct an imaginary time DLR mesh with given DLR operations.
c++/triqs/mesh/dlr_imtime.hpp:142
↓ 3 callersMethodeigenvectors
c++/triqs/experimental/lattice/tb_hk.cpp:46
↓ 3 callersMethodevaluate
* @brief Linear interpolation of a function \f$ f \f$ defined on a triqs::mesh::detail::linear mesh at a value \f$ * x \in [a, b] \f$. *
c++/triqs/mesh/bases/linear.hpp:364
↓ 3 callersFunctionf
()
doc/themes/triqs/static/cufon-yui.js:7
↓ 3 callersFunctionfilter
c++/triqs/utility/tuple_tools.hpp:402
↓ 3 callersFunctionfirst_index
Get the first Matsubara index, i.e. \f$ n_{\text{min}} \f$.
c++/triqs/mesh/imfreq.hpp:347
↓ 3 callersMethodfirst_index
Get the first index of the mesh, i.e. \f$ 0 \f$.
c++/triqs/mesh/bases/linear.hpp:286
↓ 3 callersFunctionflatten
(arr)
python/triqs/gfs/dlr_crm_dyson_solver.py:189
↓ 3 callersFunctionfor_each_enumerate
c++/triqs/utility/tuple_tools.hpp:256
↓ 3 callersFunctiong_semicirc_tau
r"""Semi-circular Green's function on the imaginary-time axis. Evaluates .. math:: G(\tau) = -\frac{2}{\pi}\int_0^1 \fr
python/triqs/gfs/semicirc.py:83
↓ 3 callersMethodget_aux
* @brief Access the auxiliary pointer. * @return Pointer to the auxiliary argument. */
c++/triqs/utility/dressed_iterator.hpp:115
↓ 3 callersFunctiongroup_name
Deterministic, filesystem-safe group name for the i-th parameter set.
test/c++/meshes/mesh_dlr_stability.cpp:86
↓ 3 callersFunctionh5_monomial_dtype
create the h5 type corresponding to h5_monomial
c++/triqs/operators/many_body_operator.cpp:80
↓ 3 callersFunctionh5_write
c++/triqs/lattice/brillouin_zone.cpp:43
↓ 3 callersFunctionhours_minutes_seconds_from_seconds
* @brief Format an absolute number of seconds as `HH:MM:SS`. * * @param sec Duration in seconds. * @return Zero-padded `HH:MM:SS` string.
c++/triqs/utility/timestamp.hpp:61
↓ 3 callersFunctionimag
c++/triqs/gfs/functions/functions2.hpp:355
↓ 3 callersFunctionimtime
c++/triqs/mesh/imtime.hpp:82
↓ 3 callersFunctionindex_modulo
* @brief Map an arbitrary index \f$ \tilde{\mathbf{n}} \f$ to the unique index \f$ \mathbf{n} \f$ in the first BZ. * * @param n_tilde Index
c++/triqs/mesh/brzone.hpp:398
↓ 3 callersFunctionintegrate_adaptive
------------------------------------------- * @brief Build a callable that adaptively integrates an expression over the Brillouin zone for a given fre
c++/triqs/experimental/lattice/bz_integrators.hpp:196
↓ 3 callersFunctionintegrate_bz
c++/triqs/experimental/lattice/bz_integrators.hpp:256
↓ 3 callersFunctionintegrate_ptr
allow for real or imaginary mesh points or numbers
c++/triqs/experimental/lattice/bz_integrators.hpp:114
↓ 3 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_imtime.hpp:197
↓ 3 callersFunctionjackknife
c++/triqs/stat/jackknife.hpp:120
↓ 3 callersFunctionjackknife_mpi
c++/triqs/stat/jackknife.hpp:140
↓ 3 callersFunctionk_space_path
Generate an array of k-vectors along a path defined by a list of pairs of k-vectors. Parameters ---------- segments : list of pairs of th
python/triqs/lattice/utils.py:32
↓ 3 callersFunctionknown_moments_type
Type for known_moments parameter, keyed by gf_type.
python/triqs/gfs/gf_factories/gf_factories.inst.py:57
↓ 3 callersFunctionlegendre
c++/triqs/mesh/legendre.hpp:133
↓ 3 callersFunctionlorentzian_inverse
test/c++/gfs/fourier_real.cpp:23
↓ 3 callersFunctionmake_gf_from_real_gf
c++/triqs/gfs/functions/imfreq.hpp:62
↓ 3 callersFunctionmake_gf_imtime
c++/triqs/gfs/functions/dlr.hpp:375
↓ 3 callersFunctionmake_histogram
Create histogram.
test/c++/stat/stat_histograms_mpi.cpp:29
↓ 3 callersFunctionmake_histogram3
test/c++/stat/stat_histograms.cpp:46
↓ 3 callersFunctionmake_lazy_transform
c++/triqs/gfs/block/block_gf.hpp:222
↓ 3 callersFunctionmake_tb_hk_from_w90_hr_file
* @brief Build a tight-binding Hamiltonian from a Wannier90 `*_hr.dat` file. * * @details This is a convenience wrapper that reads the file and
c++/triqs/experimental/lattice/wannier_loader.hpp:91
↓ 3 callersFunctionmap_block
r"""Apply ``fun`` to every block of ``G`` and return the result. Parameters ---------- fun : callable Function with signature ``f
python/triqs/gfs/tools.py:36
↓ 3 callersFunctionmatsu
(n)
test/python/base/gf_imfreq.py:28
↓ 3 callersFunctionmean_and_err
c++/triqs/stat/mean_error.hpp:196
↓ 3 callersFunctionmean_mpi
c++/triqs/stat/mean_error.hpp:161
← previousnext →401–500 of 2,819, ranked by callers