MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

Methodpy2c
c++/triqs/c2py_converters/operators_real_complex.hpp:50
Methodpy2c
c++/triqs/c2py_converters/operators_real_complex.hpp:71
Methodpy2c
c++/triqs/c2py_converters/mesh.hpp:60
Methodpy2c
c++/triqs/c2py_converters/mesh.hpp:75
Methodpy2c
c++/triqs/c2py_converters/mesh.hpp:133
Methodpy2c
c++/triqs/c2py_converters/mesh.hpp:179
Methodpy2c
c++/triqs/c2py_converters/real_or_complex.hpp:56
Methodpy2c
c++/triqs/c2py_converters/lattice.hpp:74
Methodpy2c
c++/triqs/cpp2py_converters/gf.hpp:61
Methodpy2c
c++/triqs/cpp2py_converters/gf.hpp:78
Methodpy2c
c++/triqs/cpp2py_converters/gf.hpp:153
Methodpy2c
c++/triqs/cpp2py_converters/gf.hpp:177
Methodpy2c
c++/triqs/cpp2py_converters/gf.hpp:196
Methodpy2c
c++/triqs/cpp2py_converters/gf.hpp:272
Methodpy2c
c++/triqs/cpp2py_converters/gf.hpp:334
Methodpy2c
c++/triqs/cpp2py_converters/operators_real_complex.hpp:45
Methodpy2c
c++/triqs/cpp2py_converters/operators_real_complex.hpp:66
Methodpy2c
c++/triqs/cpp2py_converters/mesh.hpp:45
Methodpy2c
c++/triqs/cpp2py_converters/mesh.hpp:60
Methodpy2c
c++/triqs/cpp2py_converters/mesh.hpp:118
Methodpy2c
c++/triqs/cpp2py_converters/mesh.hpp:166
Methodpy2c
c++/triqs/cpp2py_converters/mesh.hpp:220
Methodpy2c
c++/triqs/cpp2py_converters/real_or_complex.hpp:51
Methodr_
Get a lazy range that generates the mesh points.
c++/triqs/mesh/prod.hpp:275
Functionradial_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
MethodrandomMT
c++/triqs/mc_tools/MersenneRNG.hpp:207
Methodrandom_generator
c++/triqs/mc_tools/random_generator.cpp:51
Methodrandom_generator
Default constructor uses the *mt19937* engine with the default seed.
c++/triqs/mc_tools/random_generator.hpp:105
Methodrank
Number of factor meshes (alias for ``len(self.components)``). Returns ------- int The number of factor meshes.
python/triqs/mesh/mesh_product.py:118
Functionratio
c++/triqs/mesh/refreq_log.hpp:283
Functionread_N
c++/triqs/experimental/lattice/wannier_loader.cpp:24
Functionread_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
Functionreal
c++/triqs/gfs/functions/functions2.hpp:336
Methodreal
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
Methodreal
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
Methodreal
Real part of :attr:`value`. Returns ------- object ``self.value.real``.
python/triqs/mesh/mesh_point.py:325
Methodreal
r"""Real part of :math:`i\omega_n`, identically zero. Returns ------- float Always ``0.0``.
python/triqs/mesh/matsubara_freq.py:109
Methodreal
c++/triqs/operators/many_body_operator.hpp:684
Methodreal
c++/triqs/utility/pade_approximants.hpp:110
Methodreal_or_complex
Default construct a real value initialized to zero.
c++/triqs/utility/real_or_complex.hpp:62
Methodreal_to_lattice_coordinates
c++/triqs/lattice/bravais_lattice.hpp:253
Functionrebind
--------------- 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
Functionrebind
* @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
Functionrebind
* @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
Functionrecv
r""" Serial receive: return the value previously stored by :func:`send`. Parameters ---------- source : int, optional Ignored
python/triqs/utility/mpi_nompi.py:178
Methodrefill
c++/triqs/mc_tools/random_generator.hpp:87
Methodrefill
Refill the buffer.
c++/triqs/mc_tools/random_generator.hpp:226
Functionrefreq
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
Methodregenerate
* @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
Methodreject
* @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
Methodreject
c++/triqs/mc_tools/mc_move.hpp:97
Methodreject_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
MethodreloadMT
c++/triqs/mc_tools/MersenneRNG.hpp:122
Methodremove
* @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
Methodremove2
* @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
Methodremove2
* @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
Methodremove2_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
Methodremove2_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
Methodremove_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
Methodremove_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
Functionreplace
c++/triqs/utility/tuple_tools.hpp:382
Functionreplace_by_tail_in_fit_window
c++/triqs/gfs/functions/imfreq.hpp:390
Methodreport
c++/triqs/mc_tools/mc_measure.hpp:87
Methodreport
c++/triqs/mc_tools/mc_measure_set.cpp:51
Methodreport_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
Methodreserve
Reserve memory and resize the data storages for a matrix of size N.
c++/triqs/det_manip/det_manip.hpp:130
Methodreserve
c++/triqs/det_manip/det_manip_basic.hpp:164
Methodreset
* @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
Methodresize
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
Functionretime
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
Functionretime
c++/triqs/mesh/retime.hpp:84
Methodrm_measure
* @brief Remove a registered MC measure. * @param it Iterator to the measure to remove. */
c++/triqs/mc_tools/mc_generic.hpp:222
Methodrng_model
c++/triqs/mc_tools/random_generator.hpp:85
Methodroll_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
Functionrotate_index_view
c++/triqs/arrays.hpp:75
Methodrun
Run the dispatch loop and return :meth:`result`.
python/triqs/utility/dist_on_nodes.py:188
Methodrun
(units, dims)
test/python/base/brillouin_zone.py:71
Methodrun
c++/triqs/mc_tools/mc_generic.cpp:48
Functionrun_s
()
test/python/base/gf_eval_perf.py:34
Functionrun_vec
()
test/python/base/gf_eval_perf.py:39
Methodruntime_error
Default constructor creates a runtime error with an empty diagnostic message.
c++/triqs/utility/exceptions.hpp:154
Functionsave
c++/triqs/utility/variant_serialize.hpp:68
Methodscalar_wrap
c++/triqs/gfs/gf/gf_expr.hpp:67
Methodscalar_wrap
c++/triqs/gfs/block/expr.hpp:64
Methodscope_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
MethodseedMT
c++/triqs/mc_tools/MersenneRNG.hpp:150
Functionsemi
(x)
python/triqs/gfs/descriptors.py:120
Functionsend
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
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/cyclat.hpp:357
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/imfreq.hpp:384
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/refreq_pts.hpp:311
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/brzone.hpp:483
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/dlr_imfreq.hpp:323
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/legendre.hpp:227
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/dlr_imtime.hpp:314
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/discrete.hpp:182
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/imtime.hpp:97
Functionserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/refreq_log.hpp:322
Functionserialize
c++/triqs/utility/tuple_serialize.hpp:54
Methodserialize
* @brief Serialize the mesh to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/mesh/bases/linear.hpp:307
← previousnext →2,401–2,500 of 2,819, ranked by callers