Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TRIQS/triqs
/ functions
Functions
2,819 in github.com/TRIQS/triqs
⨍
Functions
2,819
◇
Types & classes
525
↓ 3 callers
Method
n_cluster_sites
* @brief Get the number of cluster sites in one superlattice unit cell. * * @return Number of cluster sites. */
c++/triqs/experimental/lattice/superlattice.hpp:71
↓ 3 callers
Function
onefermion
test/c++/gfs/multivar/g_k_dlr.cpp:29
↓ 3 callers
Method
operator[]
c++/triqs/gfs/block/expr.hpp:66
↓ 3 callers
Method
operator[]
* @brief Subscript operator to access a mesh point by its data index tuple \f$ \mathbf{d} \f$. * * @details Each data index \f$ d_i \f$ in t
c++/triqs/mesh/prod.hpp:226
↓ 3 callers
Function
oplot
r""" Plot a protocol-aware object onto a matplotlib axes. Thin wrapper around :func:`matplotlib.pyplot.plot` that dispatches ``obj`` thro
python/triqs/plot/mpl_interface.py:54
↓ 3 callers
Method
orbital_names
Names of the orbitals in the unit cell. Returns ------- list of str One name per orbital, in the same order as :a
python/triqs/lattice/tight_binding.py:276
↓ 3 callers
Method
orbital_positions
Positions of the orbitals inside the unit cell. Returns ------- list Orbital positions :math:`\\{ \\mathbf{r}_1,
python/triqs/lattice/tight_binding.py:264
↓ 3 callers
Function
partition_function
c++/triqs/atom_diag/impl/functions.cpp:42
↓ 3 callers
Function
positive_freq_view
c++/triqs/gfs/functions/imfreq.hpp:89
↓ 3 callers
Function
print_log_binning_results
test/c++/stat/stat_ar_model_mpi.cpp:32
↓ 3 callers
Function
random_generator_names_list
c++/triqs/mc_tools/random_generator.cpp:82
↓ 3 callers
Function
received
c++/triqs/utility/signal_handler.cpp:61
↓ 3 callers
Function
reduce_4index_to_2index
Reduce the four-index U matrix to two-index matrices for parallel and anti-parallel spins. Parameters ---------- U_4index : numpy.ndarray
python/triqs/operators/util/U_matrix.py:113
↓ 3 callers
Method
reject
* @brief Optional callback function if the proposed move is rejected. * @details Does nothing if the original type does not implement a `%reject(
c++/triqs/mc_tools/mc_move.hpp:182
↓ 3 callers
Function
replace_by_tail
c++/triqs/gfs/functions/imfreq.hpp:374
↓ 3 callers
Method
resize_arrays
r""" (Re)allocate the k-grid arrays for ``nk`` points. Sets: * :attr:`hopping` to a zero array of shape ``(nk, n_o
python/triqs/sumk/sumk_discrete.py:108
↓ 3 callers
Function
restricted_view
c++/triqs/gfs/functions/imfreq.hpp:351
↓ 3 callers
Function
root_finder
* @brief Find the value \f$ x \f$ that solves \f$ f(x) = y \f$ using the requested root-finding method. * * @details This is the main entry poin
c++/triqs/experimental/utility/root_finder.hpp:201
↓ 3 callers
Method
sample
Generate a sample of the autoregressive process.
test/c++/stat/stat_ar_model.hpp:50
↓ 3 callers
Function
set_from_gf_data_mul_LR
c++/triqs/gfs/functions/functions2.hpp:455
↓ 3 callers
Function
size
Get the size \f$ N \f$ of the mesh, i.e. the DLR rank \f$ r \f$.
c++/triqs/mesh/dlr_imfreq.hpp:292
↓ 3 callers
Method
size_of_components
Size of each factor mesh. Returns ------- generator of int Generator yielding ``len(m)`` for each factor mesh ``m
python/triqs/mesh/mesh_product.py:91
↓ 3 callers
Function
split_prefix
(tok_text: str)
porting_tools/fix_escape_sequences.py:125
↓ 3 callers
Function
tau_estimate_from_errors
c++/triqs/stat/mean_error.hpp:296
↓ 3 callers
Function
tau_estimate_from_vars
* @brief Compute an estimate for the integrated auto-correlation time from variances. * * @details The integrated autocorrelation time is estima
c++/triqs/stat/mean_error.hpp:277
↓ 3 callers
Function
test_comm_anticomm
test/c++/operators/operator_test.cpp:33
↓ 3 callers
Function
test_mc_basic
Test a basic MC simulation with specific parameters.
test/c++/mc_tools/mctools_mc_generic.cpp:110
↓ 3 callers
Method
the_function
Return ``(x, x + 1, x + 2)`` as the per-input computation.
python/triqs/utility/dist_on_nodes.py:203
↓ 3 callers
Function
to_data_index
* @brief Map a Matsubara index \f$ n \in \{ n_{\text{min}}, \dots, n_{\text{max}} \} \f$ to its corresponding data * index \f$ d(n) \f$. *
c++/triqs/mesh/imfreq.hpp:230
↓ 3 callers
Function
to_tuple
c++/triqs/gfs/gf_sym_grp.hpp:118
↓ 3 callers
Method
trace
* @brief Get the captured stack trace. * @return Null-terminated C string holding the C++ stack trace (empty if none was captured). */
c++/triqs/utility/exceptions.hpp:142
↓ 3 callers
Method
treate
Append the worker result as ``(node, x)`` to the result list.
python/triqs/utility/dist_on_nodes.py:172
↓ 3 callers
Function
unflatten
(vec)
python/triqs/gfs/dlr_crm_dyson_solver.py:193
↓ 3 callers
Function
value
Get the value \f$ \omega_l \f$ of the mesh point.
c++/triqs/mesh/dlr.hpp:139
↓ 2 callers
Function
H
()
doc/themes/triqs/static/cufon-yui.js:7
↓ 2 callers
Function
L_op
r"""Create a component of the orbital angular-momentum vector operator. .. math:: \hat{L}_{z,+,-} &= \sum_{ii'\sigma} \hat{c}^\dagger_{i\
python/triqs/operators/util/observables.py:174
↓ 2 callers
Function
S_op
r"""Create a component of the spin vector operator. .. math:: \hat{S}_{x,y,z} = \frac{1}{2}\sum_{i\sigma\sigma'} \hat{c}^\dagger_{i\sigma
python/triqs/operators/util/observables.py:104
↓ 2 callers
Function
T
()
doc/themes/triqs/static/cufon-yui.js:7
↓ 2 callers
Function
U_J_to_radial_integrals
Compute the radial Slater integrals :math:`F_k` from ``U_int`` and ``J_hund``. Parameters ---------- l : int Angular momentum of
python/triqs/operators/util/U_matrix.py:446
↓ 2 callers
Method
__aux_print
(self, F)
python/triqs/gfs/lazy_expressions.py:324
↓ 2 callers
Method
__mymakestring
(self,x)
python/triqs/gfs/block_gf.py:435
↓ 2 callers
Method
__neg__
r"""Negate the Matsubara frequency. Returns ------- MatsubaraFreq New :class:`MatsubaraFreq` representing :math:`
python/triqs/mesh/matsubara_freq.py:194
↓ 2 callers
Method
__neg__
(self)
python/triqs/lattice/point.py:83
↓ 2 callers
Function
__oplot_impl
Internal: drive the plot protocol on ``obj`` and dispatch each curve dictionary to the matplotlib drawing call ``top.<plot_function>``. A
python/triqs/plot/mpl_interface.py:140
↓ 2 callers
Method
_call
test/c++/utility/lazy_bracket.cpp:56
↓ 2 callers
Method
_check
(self, D)
test/python/base/gf_semicirc.py:16
↓ 2 callers
Method
_check_gf_values
Check G(iw_n + mu) values against the brute-force Hilbert transform.
test/python/base/gf_semicirc.py:111
↓ 2 callers
Function
_double_invalid_escapes
Double every backslash that starts an invalid escape (value-preserving); returns body unchanged when there are none.
porting_tools/fix_escape_sequences.py:146
↓ 2 callers
Function
_find_w_max
Find the smallest w_max such that DLR round-trip error < eps.
python/triqs/solver_utils/gf_utils.py:75
↓ 2 callers
Method
_first
(self)
python/triqs/gfs/block2_gf.py:241
↓ 2 callers
Function
_has_complex_exponential_sympy
Check whether a NumPy array of SymPy elements contains a complex exponential. Parameters ---------- matrix : numpy.ndarray
python/triqs/lattice/utils.py:367
↓ 2 callers
Function
_is_hermitian_sympy
Check whether a NumPy array of SymPy elements is Hermitian. Parameters ---------- matrix : numpy.ndarray Input ar
python/triqs/lattice/utils.py:387
↓ 2 callers
Function
_round_trip_error
Compute the max error of a DLR round-trip on a single Gf.
python/triqs/solver_utils/gf_utils.py:66
↓ 2 callers
Function
_set_from_gf_data_mul_LR
Wrappers for set_from_gf_data_mul_LR, rank 3
python/triqs/gfs/wrapped_aux/wrapped_aux_other.cpp:13
↓ 2 callers
Function
_validate_dlr_mesh
Check that all DLR mesh indices fit within the ImFreq mesh.
python/triqs/solver_utils/gf_utils.py:102
↓ 2 callers
Function
abs_off
(row, col)
porting_tools/fix_escape_sequences.py:219
↓ 2 callers
Method
accept
test/c++/mc_tools/mctools_move_set.cpp:51
↓ 2 callers
Method
accumulate
test/c++/mc_tools/mctools_measure_set.cpp:43
↓ 2 callers
Method
accumulate
c++/triqs/mc_tools/mc_generic.cpp:193
↓ 2 callers
Function
assert_close
test/c++/det_manip/det_manipc1.cpp:54
↓ 2 callers
Function
assert_close
test/c++/det_manip/det_manip_basic1.cpp:53
↓ 2 callers
Function
assert_close
test/c++/det_manip/det_manip1.cpp:52
↓ 2 callers
Function
assert_close
test/c++/det_manip/det_manipc2.cpp:56
↓ 2 callers
Function
atomic_density_matrix
c++/triqs/atom_diag/impl/functions.cpp:51
↓ 2 callers
Function
atomic_g_lehmann
c++/triqs/atom_diag/impl/gf.cpp:108
↓ 2 callers
Method
attempt
test/c++/mc_tools/mctools_move_set.cpp:47
↓ 2 callers
Method
attempt
c++/triqs/mc_tools/mc_move_set.cpp:44
↓ 2 callers
Method
begin
test/c++/utility/iterator_dressing3.cpp:50
↓ 2 callers
Method
begin
test/c++/utility/iterator_dressing_2.cpp:54
↓ 2 callers
Function
bisection
* @brief Solve \f$ f(x) = y \f$ on a bracketing interval using the bisection method. * * @details Given an interval \f$ [x_\mathrm{low}, x_\math
c++/triqs/experimental/utility/root_finder.hpp:153
↓ 2 callers
Function
block_gf
c++/triqs/gfs/block/block_gf.hpp:313
↓ 2 callers
Function
block_gf_view
c++/triqs/gfs/block/block_gf_view.hpp:108
↓ 2 callers
Method
calibrate
* @brief Optional callback function to calibrate the move. * @details Does nothing if the original type does not implement a `calibrate(mpi::comm
c++/triqs/mc_tools/mc_move.hpp:193
↓ 2 callers
Method
call
c++/triqs/mc_tools/mc_measure_aux_set.hpp:59
↓ 2 callers
Function
called_on_tuple
c++/triqs/utility/tuple_tools.hpp:206
↓ 2 callers
Function
cend
Get a const iterator to the end of the mesh.
c++/triqs/mesh/dlr.hpp:311
↓ 2 callers
Function
check_acc
test/c++/stat/stat_log_binning.cpp:56
↓ 2 callers
Function
check_empty_gf
test/c++/gfs/mpi_gf.cpp:97
↓ 2 callers
Method
clear
Remove all measures from the set.
c++/triqs/mc_tools/mc_measure_set.hpp:106
↓ 2 callers
Function
clip_array
r""" Return the slice selecting entries of an ordered array within a window. Parameters ---------- x_array : array_like 1D se
python/triqs/plot/protocol.py:62
↓ 2 callers
Function
closest_index
c++/triqs/mesh/brzone.hpp:412
↓ 2 callers
Method
collect_results
test/c++/mc_tools/mctools_measure_set.cpp:47
↓ 2 callers
Function
complex_t
T::complex_t: real targets -> complex, complex targets unchanged.
python/triqs/gfs/gf_factories/gf_factories.inst.py:52
↓ 2 callers
Method
contains
Check if a given vector \f$ \mathbf{k} \f$ is part of the domain.
c++/triqs/lattice/brillouin_zone.hpp:85
↓ 2 callers
Function
cyclat
c++/triqs/mesh/cyclat.hpp:158
↓ 2 callers
Function
delta
r"""Hybridization function :math:`\Delta(i\omega_n)` extracted from a non-interacting Green's function. Computes :math:`\Delta = i\omega_n -
python/triqs/gfs/tools.py:160
↓ 2 callers
Function
delta_inv
(beta, nw, nk=100)
test/python/base/sigma_cancellation.py:41
↓ 2 callers
Method
delta_inv
Get the inverse of the step size of the mesh, i.e. \f$ 1 / \Delta \f$.
c++/triqs/mesh/bases/linear.hpp:283
↓ 2 callers
Function
detect_syntax_warnings
Compile already-read source and return [(lineno, message)] for every SyntaxWarning it raises (operates in memory so the caller reads once).
porting_tools/fix_escape_sequences.py:104
↓ 2 callers
Function
dict_to_matrix
* @brief Convert a coefficient dictionary to a matrix, given a GF structure. * * @param d The 2-index/4-index dictionary. * @param gf_struct
python/triqs/operators/util/extractors.cpp:80
↓ 2 callers
Function
discrete
* @brief Construct a discrete mesh of a given size \f$ N \geq 0 \f$. * @param N Size of the mesh. */
c++/triqs/mesh/discrete.hpp:100
↓ 2 callers
Function
dos_patch
Compute the density of states of a tight-binding Hamiltonian on a triangular Brillouin-zone patch. Only supported for 2-dimensional lattices.
python/triqs/lattice/tight_binding.py:71
↓ 2 callers
Method
duration
c++/triqs/mc_tools/mc_measure.cpp:61
↓ 2 callers
Method
effective_counts
Get the number of effective samples accumulated in each bin.
c++/triqs/stat/log_binning.hpp:132
↓ 2 callers
Method
end
Get a const iterator past the end of the map that contains the monomials and their coefficients.
c++/triqs/operators/many_body_operator.hpp:348
↓ 2 callers
Function
evaluate
* @brief Evaluate the DLR approximation of a function \f$ f \f$ at a given imaginary time point \f$ \tau \in [0, * \beta] \f$. * * @details W
c++/triqs/mesh/dlr.hpp:429
↓ 2 callers
Method
expansion_coeffs
test/c++/meshes/mesh_tail_fitter.cpp:46
↓ 2 callers
Function
fermi
(eps, beta)
test/python/base/gf_density.py:23
↓ 2 callers
Function
filter_op
c++/triqs/operators/util/extractors.hpp:266
↓ 2 callers
Function
find_bounds
------------------------------------------------------ * @brief Find a lower and an upper bound that bracket the solution of \f$ f(x) = y \f$. *
c++/triqs/experimental/utility/root_finder.hpp:45
← previous
next →
501–600 of 2,819, ranked by callers