MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

Methodclear
c++/triqs/det_manip/det_manip_basic.hpp:160
Methodclear_measures
Remove all registered measures.
c++/triqs/mc_tools/mc_generic.hpp:225
Methodclear_statistics
c++/triqs/mc_tools/mc_move_set.cpp:55
Functionclebsch_gordan
r"""Calculate the Clebsch-Gordan coefficient. .. math:: \langle j_1 m_1 j_2 m_2 | j_3 m_3 \rangle = (-1)^{j_1-j_2+m_3} \sqrt{2 j_3 + 1}
python/triqs/operators/util/U_matrix.py:602
Functionclef_auto_assign_subscript
c++/triqs/gfs/gf/auto_assign.hpp:99
Functionclef_auto_assign_subscript
c++/triqs/gfs/block/auto_assign.hpp:101
Functionclock_callback
c++/triqs/utility/callbacks.cpp:28
Methodcluster_sites
Yield each cluster-site position in base-lattice coordinates. Yields ------ list of int Position of a cluster sit
python/triqs/lattice/super_lattice.py:244
Methodcollect_results
test/c++/mc_tools/mctools_concepts.cpp:43
Methodcollect_results
c++/triqs/mc_tools/mc_measure.hpp:86
Methodcollect_results
c++/triqs/mc_tools/mc_generic.cpp:245
Methodcollect_results
c++/triqs/mc_tools/mc_measure_set.cpp:47
Methodcollect_statistics
c++/triqs/mc_tools/mc_move.hpp:103
Methodcollect_statistics
c++/triqs/mc_tools/mc_move_set.cpp:59
Functioncombine_mesh
c++/triqs/gfs/gf/gf_expr.hpp:79
Functioncombine_mesh_impl_cp
c++/triqs/gfs/gf/gf_expr.hpp:116
Methodcomplete_change_col
Complete the change column operation.
c++/triqs/det_manip/det_manip.hpp:1400
Methodcomplete_change_col
Complete the change column operation.
c++/triqs/det_manip/det_manip_basic.hpp:1160
Methodcomplete_change_col_row
Complete the change row and column operation.
c++/triqs/det_manip/det_manip.hpp:1573
Methodcomplete_change_col_row
Complete the change row and column operation.
c++/triqs/det_manip/det_manip_basic.hpp:1250
Methodcomplete_change_row
Complete the change row operation.
c++/triqs/det_manip/det_manip.hpp:1456
Methodcomplete_change_row
Complete the change row operation.
c++/triqs/det_manip/det_manip_basic.hpp:1198
Methodcomplete_insert
Complete the insert operation.
c++/triqs/det_manip/det_manip.hpp:771
Methodcomplete_insert
Complete the insert operation.
c++/triqs/det_manip/det_manip_basic.hpp:543
Methodcomplete_insert2
Complete the insert2 operation.
c++/triqs/det_manip/det_manip.hpp:1069
Methodcomplete_insert2
Complete the insert2 operation.
c++/triqs/det_manip/det_manip_basic.hpp:680
Methodcomplete_insert_k
Complete the insert_k operation.
c++/triqs/det_manip/det_manip.hpp:1021
Methodcomplete_insert_k
Complete the insert_k operation.
c++/triqs/det_manip/det_manip_basic.hpp:859
Methodcomplete_operation
* @brief Complete the last try-operation. * * @details It completes the last try-operation by applying the candidate matrix and determinant
c++/triqs/det_manip/det_manip_basic.hpp:1327
Methodcomplete_refill
Complete the refill operation.
c++/triqs/det_manip/det_manip.hpp:1657
Methodcomplete_refill
Complete the refill operation.
c++/triqs/det_manip/det_manip_basic.hpp:1304
Methodcomplete_remove
Complete the remove operation.
c++/triqs/det_manip/det_manip.hpp:1109
Methodcomplete_remove
Complete the remove operation.
c++/triqs/det_manip/det_manip_basic.hpp:922
Methodcomplete_remove2
Complete the remove2 operation.
c++/triqs/det_manip/det_manip.hpp:1336
Methodcomplete_remove2
Complete the remove2 operation.
c++/triqs/det_manip/det_manip_basic.hpp:1010
Methodcomplete_remove_k
Complete the remove_k operation.
c++/triqs/det_manip/det_manip.hpp:1281
Methodcomplete_remove_k
Complete the remove_k operation.
c++/triqs/det_manip/det_manip_basic.hpp:1113
Methodcompute_determinant
Recompute the determinant of the stored matrix from scratch.
c++/triqs/det_manip/det_manip_basic.hpp:325
Methodcompute_insert_ratio
Helper: compute a single rank-1 insertion det-ratio by building augmented matrix
c++/triqs/det_manip/det_manip_basic.hpp:735
Functioncompute_position
c++/triqs/gfs/gf/defs.hpp:116
Functionconjugate
r"""Complex conjugate with lazy-expression support. Parameters ---------- x : Gf, BlockGf or LazyExpr Object to conjugate. Must e
python/triqs/gfs/tools.py:121
Methodconst_iterator
test/c++/utility/iterator_dressing3.cpp:41
Methodconst_iterator
test/c++/utility/iterator_dressing.cpp:45
Methodconst_iterator
test/c++/utility/iterator_dressing_2.cpp:52
Functionconstraint_func
r"""Non-linear constraint :math:`\sum_k \sigma_k = \Sigma_1` enforced on the solver. Parameters ---------- x : nu
python/triqs/gfs/dlr_crm_dyson_solver.py:201
Methodcontains
Check if a given vector \f$ \mathbf{r} \f$ is part of the domain.
c++/triqs/lattice/bravais_lattice.hpp:209
Functionconvert_scalar_to_const
Lift scalars inside a lazy expression to :class:`~triqs.gfs.descriptor_base.Const` descriptors. Used by :meth:`~triqs.gfs.gf.Gf.__lshift__` so t
python/triqs/gfs/descriptor_base.py:151
Methodcopy
Shallow copy of this node (children are shared). Returns ------- LazyExpr A new node with the same ``tag`` and ``
python/triqs/gfs/lazy_expressions.py:277
Methodcopy
Return a deep copy of this product mesh. Each factor mesh is copied via its own ``copy`` method. Returns ------- Mes
python/triqs/mesh/mesh_product.py:170
Functioncopy_from
c++/triqs/mesh/utils.hpp:148
Methodcopy_from
Copy the data of ``G2`` into ``self`` block by block. Parameters ---------- G2 : Block2Gf Source container. Must
python/triqs/gfs/block2_gf.py:208
Methodcopy_from
Copy the data of ``G2`` into ``self`` block by block. Parameters ---------- G2 : BlockGf Source container. Must h
python/triqs/gfs/block_gf.py:280
Methodcopy_from
Deep-copy the contents of ``another`` into ``self`` factor by factor. Parameters ---------- another : MeshProduct
python/triqs/mesh/mesh_product.py:183
Methodcopy_selected_blocks
Return a new :class:`~triqs.gfs.block2_gf.Block2Gf` containing **deep copies** of the named blocks. Parameters ---------- sel
python/triqs/gfs/block2_gf.py:188
Methodcount
Get the total number of accumulated samples.
c++/triqs/stat/lin_binning.hpp:177
Methodcount
Get the total number of accumulated samples.
c++/triqs/stat/log_binning.hpp:129
Methodcovariance
Calculate the covariance between X_t and X_{t+n}.
test/c++/stat/stat_ar_model.hpp:62
Methodcrash_logger
* @brief Construct a crash logger that will write to an HDF5 file on abnormal exit. * @param filename HDF5 file to write to. */
c++/triqs/utility/crash_logger.hpp:56
Functioncubic_names
Get the names of the cubic harmonics for the given shell. Parameters ---------- l : int or str Angular momentum of the shell bein
python/triqs/operators/util/U_matrix.py:418
Methodcurrent
Get the index of the current move.
c++/triqs/mc_tools/mc_move_set.hpp:176
Methoddagger
c++/triqs/operators/many_body_operator.hpp:651
Functiondata
* @brief Get the data array view (rvalue overload). * @return The data array view, moved out of the (expiring) view. */
c++/triqs/gfs/gf/gf_view.hpp:143
Functiondata
* @brief Get the data array (rvalue overload). * @return The data array, moved out of the (expiring) Green's function. */
c++/triqs/gfs/gf/gf.hpp:292
Functiondata
* @brief Get the data array view (rvalue overload). * @return The (const) data array view, moved out of the (expiring) view. */
c++/triqs/gfs/gf/gf_const_view.hpp:142
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/cyclat.hpp:127
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/imfreq.hpp:147
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/refreq_pts.hpp:110
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/brzone.hpp:148
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/dlr_imfreq.hpp:125
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/chebyshev.hpp:110
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/legendre.hpp:110
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/dlr.hpp:136
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/dlr_imtime.hpp:115
Functiondata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/refreq_log.hpp:116
Methoddata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/discrete.hpp:85
Methoddata_index
Get the data index \f$ d \f$ of the mesh point.
c++/triqs/mesh/bases/linear.hpp:117
Functiondata_index_t to_data_index
* @brief Map a lattice point \f$ \mathbf{R}^{\mathbf{n}} \f$ to its data index \f$ d(\mathbf{R}^{\mathbf{n}}) \f$. * * @param cmp triqs::mes
c++/triqs/mesh/cyclat.hpp:232
Functiondata_index_t to_data_index
* @brief Map a Matsubara frequency \f$ i\omega_n \f$ contained in a triqs::mesh::closest_mesh_point_t to its data * index \f$ d(i\omega_n) \f$.
c++/triqs/mesh/imfreq.hpp:253
Functiondata_index_t to_data_index
* @brief Map a value to the closest mesh point and return its data index. * * @param cmp triqs::mesh::closest_mesh_point_t containing the va
c++/triqs/mesh/refreq_log.hpp:201
Functiondata_shape
* @brief Get the data shape of the expression. * @return The combined data shape of the two operands. */
c++/triqs/gfs/gf/gf_expr.hpp:224
Methoddebug_stream
* @brief Construct a debug stream with a condition predicate. * * @param out_ Pointer to the underlying output stream. * @param condit
c++/triqs/utility/debug_stream.hpp:54
Methoddecrement
c++/triqs/utility/dressed_iterator.hpp:137
Methoddecrement
c++/triqs/utility/dressed_iterator.hpp:210
Methoddelegate
target_shape and data : must provide exactly one of them
python/triqs/gfs/gf.py:342
Methoddelegate
(self, mesh=None, data = None, target_shape=None, name='', n_points = 10000, window = None, indices=None)
python/triqs/gfs/backwd_compat/gf_refreq.py:58
Methoddelegate
(self, mesh=None, data = None, target_shape=None, name='', n_points = 10000, beta = None, statistic = 'Fermion
python/triqs/gfs/backwd_compat/gf_imtime.py:60
Methoddelegate
(self, mesh=None, data = None, target_shape=None, name='', n_points = 30, beta = None, statistic = 'Fermion',
python/triqs/gfs/backwd_compat/gf_legendre.py:60
Methoddelegate
(self, mesh=None, data = None, target_shape=None, name='', n_points = 1025, beta = None, statistic = 'Fermion'
python/triqs/gfs/backwd_compat/gf_imfreq.py:60
Methoddelegate
(self, mesh=None, data = None, target_shape=None, name='', n_points = 10000, window = None, indices=None)
python/triqs/gfs/backwd_compat/gf_retime.py:58
Functiondensity
c++/triqs/gfs/functions/density.cpp:49
Methoddensity
r""" Integrated density of free fermions up to chemical potential ``mu``. Approximates :math:`\int_{-\infty}^{\mu} d\epsilon\, \rho(\
python/triqs/dos/dos.py:111
Methoddereference
c++/triqs/utility/dressed_iterator.hpp:143
Methoddereference
c++/triqs/utility/dressed_iterator.hpp:216
Methoddereference
c++/triqs/lattice/grid_generator.hpp:110
Functiondeserialize
* @brief Deserialize the mesh from a generic archive. * @param ar Archive to deserialize from. */
c++/triqs/mesh/cyclat.hpp:363
Functiondeserialize
* @brief Deserialize the mesh from a generic archive. * @param ar Archive to deserialize from. */
c++/triqs/mesh/imfreq.hpp:390
Functiondeserialize
* @brief Deserialize the mesh from a generic archive. * @param ar Archive to deserialize from. */
c++/triqs/mesh/refreq_pts.hpp:317
Functiondeserialize
* @brief Deserialize the mesh from a generic archive. * @param ar Archive to deserialize from. */
c++/triqs/mesh/brzone.hpp:489
Functiondeserialize
* @brief Deserialize the mesh from a generic archive. * @param ar Archive to deserialize from. */
c++/triqs/mesh/dlr_imfreq.hpp:334
Functiondeserialize
* @brief Deserialize the mesh from a generic archive. * @param ar Archive to deserialize from. */
c++/triqs/mesh/legendre.hpp:233
← previousnext →1,601–1,700 of 2,819, ranked by callers