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
Method
py2c
c++/triqs/c2py_converters/operators_real_complex.hpp:50
Method
py2c
c++/triqs/c2py_converters/operators_real_complex.hpp:71
Method
py2c
c++/triqs/c2py_converters/mesh.hpp:60
Method
py2c
c++/triqs/c2py_converters/mesh.hpp:75
Method
py2c
c++/triqs/c2py_converters/mesh.hpp:133
Method
py2c
c++/triqs/c2py_converters/mesh.hpp:179
Method
py2c
c++/triqs/c2py_converters/real_or_complex.hpp:56
Method
py2c
c++/triqs/c2py_converters/lattice.hpp:74
Method
py2c
c++/triqs/cpp2py_converters/gf.hpp:61
Method
py2c
c++/triqs/cpp2py_converters/gf.hpp:78
Method
py2c
c++/triqs/cpp2py_converters/gf.hpp:153
Method
py2c
c++/triqs/cpp2py_converters/gf.hpp:177
Method
py2c
c++/triqs/cpp2py_converters/gf.hpp:196
Method
py2c
c++/triqs/cpp2py_converters/gf.hpp:272
Method
py2c
c++/triqs/cpp2py_converters/gf.hpp:334
Method
py2c
c++/triqs/cpp2py_converters/operators_real_complex.hpp:45
Method
py2c
c++/triqs/cpp2py_converters/operators_real_complex.hpp:66
Method
py2c
c++/triqs/cpp2py_converters/mesh.hpp:45
Method
py2c
c++/triqs/cpp2py_converters/mesh.hpp:60
Method
py2c
c++/triqs/cpp2py_converters/mesh.hpp:118
Method
py2c
c++/triqs/cpp2py_converters/mesh.hpp:166
Method
py2c
c++/triqs/cpp2py_converters/mesh.hpp:220
Method
py2c
c++/triqs/cpp2py_converters/real_or_complex.hpp:51
Method
r_
Get a lazy range that generates the mesh points.
c++/triqs/mesh/prod.hpp:275
Function
radial_integrals_to_U_J
Compute ``U_int`` and ``J_hund`` from the radial Slater integrals. Parameters ---------- l : int Angular momentum of the shell be
python/triqs/operators/util/U_matrix.py:482
Method
randomMT
c++/triqs/mc_tools/MersenneRNG.hpp:207
Method
random_generator
c++/triqs/mc_tools/random_generator.cpp:51
Method
random_generator
Default constructor uses the *mt19937* engine with the default seed.
c++/triqs/mc_tools/random_generator.hpp:105
Method
rank
Number of factor meshes (alias for ``len(self.components)``). Returns ------- int The number of factor meshes.
python/triqs/mesh/mesh_product.py:118
Function
ratio
c++/triqs/mesh/refreq_log.hpp:283
Function
read_N
c++/triqs/experimental/lattice/wannier_loader.cpp:24
Function
read_gf_from_txt
r"""Read a real-frequency Green's function block from text files. Each text file must have three columns ``(w, Re(G), Im(G))``; multiple file
python/triqs/gfs/tools.py:259
Function
real
c++/triqs/gfs/functions/functions2.hpp:336
Method
real
Block-wise view of the real part of every block. Returns ------- Block2Gf New container holding ``g.real`` for ea
python/triqs/gfs/block2_gf.py:320
Method
real
Block-wise view of the real part. Returns ------- BlockGf New container holding ``g.real`` for each block; the
python/triqs/gfs/block_gf.py:407
Method
real
Real part of :attr:`value`. Returns ------- object ``self.value.real``.
python/triqs/mesh/mesh_point.py:325
Method
real
r"""Real part of :math:`i\omega_n`, identically zero. Returns ------- float Always ``0.0``.
python/triqs/mesh/matsubara_freq.py:109
Method
real
c++/triqs/operators/many_body_operator.hpp:684
Method
real
c++/triqs/utility/pade_approximants.hpp:110
Method
real_or_complex
Default construct a real value initialized to zero.
c++/triqs/utility/real_or_complex.hpp:62
Method
real_to_lattice_coordinates
c++/triqs/lattice/bravais_lattice.hpp:253
Function
rebind
--------------- Rebind -------------------- * @brief Rebind the view to refer to the mesh and data of another view. * @param g View to rebind on
c++/triqs/gfs/gf/gf_view.hpp:245
Function
rebind
* @brief Rebind the const view to refer to the mesh and data of another const view. * @param g Const view to rebind onto. */
c++/triqs/gfs/gf/gf_const_view.hpp:249
Function
rebind
* @brief Rebind the view to refer to the blocks of another view of the same kind. * @param x View to rebind onto. */
c++/triqs/gfs/block/block_gf_view.hpp:255
Function
recv
r""" Serial receive: return the value previously stored by :func:`send`. Parameters ---------- source : int, optional Ignored
python/triqs/utility/mpi_nompi.py:178
Method
refill
c++/triqs/mc_tools/random_generator.hpp:87
Method
refill
Refill the buffer.
c++/triqs/mc_tools/random_generator.hpp:226
Function
refreq
r"""Plot protocol for :class:`~triqs.gfs.gf.Gf` objects on a :class:`~triqs.mesh.meshes.MeshReFreq`. Supports an additional ``mode='S'`` (sp
python/triqs/gfs/plot/one_var.py:157
Method
regenerate
* @brief Regenerate the inverse matrix \f$ M^{(n)} \f$, the determinant \f$ \det(G^{(n)}) \f$ and the sign * \f$ s^{(n)} \f$ from scratch using t
c++/triqs/det_manip/det_manip.hpp:1760
Method
reject
* @brief Reject the new MC configuration. * @details It calls the move::reject method of the previously attempted move. */
c++/triqs/mc_tools/mc_move_set.hpp:125
Method
reject
c++/triqs/mc_tools/mc_move.hpp:97
Method
reject_last_try
* @brief Reject the last try-operation. * @details All `try_*` operations have to be either accepted (via complete_operation()) or rejected.
c++/triqs/det_manip/det_manip_basic.hpp:1354
Method
reloadMT
c++/triqs/mc_tools/MersenneRNG.hpp:122
Method
remove
* @brief Remove one row and column. * @details Wrapper for try_remove() followed by a complete_operation() call. See try_remove() for details.
c++/triqs/det_manip/det_manip_basic.hpp:1416
Method
remove2
* @brief Remove two rows and columns. * @details Wrapper for try_remove2() followed by a complete_operation() call. See try_remove2() for details
c++/triqs/det_manip/det_manip.hpp:1883
Method
remove2
* @brief Remove two rows and columns. * @details Wrapper for try_remove2() followed by a complete_operation() call. See try_remove2() for details
c++/triqs/det_manip/det_manip_basic.hpp:1436
Method
remove2_at_end
* @brief Remove the last two rows and columns of the matrix. * @details Same as remove2() but with `i0` and `j0` set to size() - 1 and `i1` and `
c++/triqs/det_manip/det_manip.hpp:1894
Method
remove2_at_end
* @brief Remove the last two rows and columns of the matrix. * @details Same as remove2() but with `i0` and `j0` set to size() - 1 and `i1` and `
c++/triqs/det_manip/det_manip_basic.hpp:1447
Method
remove_at_end
* @brief Remove the last row and column of the matrix. * @details Same as remove() but with `i` and `j` set to size() - 1. * @return Determi
c++/triqs/det_manip/det_manip.hpp:1874
Method
remove_at_end
* @brief Remove the last row and column of the matrix. * @details Same as remove() but with `i` and `j` set to size() - 1. * @return Determi
c++/triqs/det_manip/det_manip_basic.hpp:1427
Function
replace
c++/triqs/utility/tuple_tools.hpp:382
Function
replace_by_tail_in_fit_window
c++/triqs/gfs/functions/imfreq.hpp:390
Method
report
c++/triqs/mc_tools/mc_measure.hpp:87
Method
report
c++/triqs/mc_tools/mc_measure_set.cpp:51
Method
report_stream
* @brief Construct a report stream from a pointer to an ostream and a verbosity level. * * @param out_ Pointer to the underlying `std::ostr
c++/triqs/utility/report_stream.hpp:56
Method
reserve
Reserve memory and resize the data storages for a matrix of size N.
c++/triqs/det_manip/det_manip.hpp:130
Method
reserve
c++/triqs/det_manip/det_manip_basic.hpp:164
Method
reset
* @brief Reset the generator to 0<sup>th</sup> order and with a new \f$ x \f$ value. * @param x Value \f$ x \f$ at which to evaluate the Legendre
c++/triqs/utility/legendre.hpp:117
Method
resize
Resize the working data for a matrix of size N and up to k inserted/removed rows and columns.
c++/triqs/det_manip/det_manip.hpp:86
Function
retime
r"""Plot protocol for :class:`~triqs.gfs.gf.Gf` objects on a :class:`~triqs.mesh.meshes.MeshReTime`. Parameters ---------- self : Gf
python/triqs/gfs/plot/one_var.py:181
Function
retime
c++/triqs/mesh/retime.hpp:84
Method
rm_measure
* @brief Remove a registered MC measure. * @param it Iterator to the measure to remove. */
c++/triqs/mc_tools/mc_generic.hpp:222
Method
rng_model
c++/triqs/mc_tools/random_generator.hpp:85
Method
roll_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_basic.hpp:1518
Function
rotate_index_view
c++/triqs/arrays.hpp:75
Method
run
Run the dispatch loop and return :meth:`result`.
python/triqs/utility/dist_on_nodes.py:188
Method
run
(units, dims)
test/python/base/brillouin_zone.py:71
Method
run
c++/triqs/mc_tools/mc_generic.cpp:48
Function
run_s
()
test/python/base/gf_eval_perf.py:34
Function
run_vec
()
test/python/base/gf_eval_perf.py:39
Method
runtime_error
Default constructor creates a runtime error with an empty diagnostic message.
c++/triqs/utility/exceptions.hpp:154
Function
save
c++/triqs/utility/variant_serialize.hpp:68
Method
scalar_wrap
c++/triqs/gfs/gf/gf_expr.hpp:67
Method
scalar_wrap
c++/triqs/gfs/block/expr.hpp:64
Method
scope_guard
* @brief Construct a guard from a callable. * @details The callable is run in the destructor unless dismiss() is called first. * @param f Ca
c++/triqs/utility/scope_guard.hpp:50
Method
seedMT
c++/triqs/mc_tools/MersenneRNG.hpp:150
Function
semi
(x)
python/triqs/gfs/descriptors.py:120
Function
send
r""" Serial send: store ``val`` so that the next :func:`recv` can retrieve it. Provides a minimal in-process queue so user code that calls
python/triqs/utility/mpi_nompi.py:161
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/cyclat.hpp:357
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/imfreq.hpp:384
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/refreq_pts.hpp:311
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/brzone.hpp:483
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/dlr_imfreq.hpp:323
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/legendre.hpp:227
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/dlr_imtime.hpp:314
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/discrete.hpp:182
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/imtime.hpp:97
Function
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/refreq_log.hpp:322
Function
serialize
c++/triqs/utility/tuple_serialize.hpp:54
Method
serialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/bases/linear.hpp:307
← previous
next →
2,401–2,500 of 2,819, ranked by callers