MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

Method__init__
(self, rho)
python/triqs/dos/hilbert_transform.py:59
Method__init__
(self, m)
python/triqs/mesh/mesh_point.py:44
Method__init__
(self, index, data_index, mesh_hash, value = None, weight = None)
python/triqs/mesh/mesh_point.py:100
Method__init__
(self, n, beta, statistic="Fermion")
python/triqs/mesh/matsubara_freq.py:70
Method__init__
(self, *mlist)
python/triqs/mesh/mesh_product.py:76
Method__init__
Save a duplicate of the current ``stdout`` fd and initialise the thread.
python/triqs/utility/redirect.py:71
Method__init__
Store ``the_stack`` (reversed) as the work list.
python/triqs/utility/dist_on_nodes.py:166
Method__init__
(self, x_array, y_array, fitter, p0 = None )
python/triqs/fit/fit.py:82
Method__init__
(self, index, lattice)
python/triqs/lattice/point.py:49
Method__init__
(self, name, polygons)
python/triqs/lattice/bz_patch.py:50
Method__init__
(self, units, hoppings=dict(), orbital_positions=[(0, 0, 0)],
python/triqs/lattice/tight_binding.py:160
Method__init__
(self, tb_lattice, super_lattice_units, cluster_sites = None, remove_internal_hoppings = False)
python/triqs/lattice/super_lattice.py:60
Method__init__
r""" Initialise the discrete sum-k container. The grid arrays (:attr:`hopping`, :attr:`bz_points`, :attr:`bz_weights`) are no
python/triqs/sumk/sumk_discrete.py:86
Method__init__
r""" Build the lattice-based discrete sum-k object and its k-grid. Parameters ---------- lattice : triqs.lattice.tigh
python/triqs/sumk/sumk_discrete_from_lattice.py:69
Method__init__
(self, *args, **kwargs)
test/python/gf_multivar/g_init_tensor.py:28
Method__int__
Cast to :class:`int`. Returns ------- int ``int(self.value)``.
python/triqs/mesh/mesh_point.py:294
Method__isub__
In-place subtraction ``self -= arg``. Parameters ---------- arg : Gf, descriptor, lazy expression, scalar or numpy.ndarray
python/triqs/gfs/gf.py:946
Method__isub__
In-place lazy subtraction ``self -= y``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns --
python/triqs/gfs/lazy_expressions.py:172
Method__isub__
In-place block-wise subtraction ``self -= arg``. Parameters ---------- arg : Block2Gf, sequence, or anything accepted by :met
python/triqs/gfs/block2_gf.py:514
Method__isub__
In-place block-wise subtraction ``self -= arg``. Parameters ---------- arg : BlockGf, sequence, or anything accepted by :meth
python/triqs/gfs/block_gf.py:664
Method__iter__
Iterate as ``((bn1, bn2), block_gf)`` pairs in row-major order. Yields ------ tuple of ((hashable, hashable), Gf)
python/triqs/gfs/block2_gf.py:229
Method__iter__
Yield the per-block sub-descriptors. Yields ------ BaseBlock One sub-descriptor per block, in block order.
python/triqs/gfs/descriptor_base.py:265
Method__iter__
Iterate as ``(block_name, block_gf)`` pairs in construction order. Yields ------ tuple of (str, Gf) ``(name, bloc
python/triqs/gfs/block_gf.py:302
Method__iter__
Iterate over :attr:`m`, yielding ``mp.value`` for each mesh point. Returns ------- generator Generator of :attr:`
python/triqs/mesh/mesh_point.py:47
Method__iter__
Iterate over composite mesh points. Returns ------- iterator Iterator over tuples of mesh points, one per factor
python/triqs/mesh/mesh_product.py:159
Method__itruediv__
In-place scalar division ``self /= arg``. Parameters ---------- arg : scalar Divisor applied element-wise to ``se
python/triqs/gfs/gf.py:1187
Method__itruediv__
In-place lazy division ``self /= y``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -----
python/triqs/gfs/lazy_expressions.py:198
Method__itruediv__
In-place block-wise division ``self /= arg``. Parameters ---------- arg : sequence or scalar A sequence divides e
python/triqs/gfs/block2_gf.py:620
Method__itruediv__
In-place block-wise division ``self /= arg``. Parameters ---------- arg : sequence or scalar A sequence divides e
python/triqs/gfs/block_gf.py:767
Method__le__
(self, other)
python/triqs/gfs/gf.py:874
Method__le__
(self, other)
python/triqs/gfs/block_gf.py:584
Method__len__
Total number of blocks. Returns ------- int ``len(name_list1) * len(name_list2)``.
python/triqs/gfs/block2_gf.py:244
Method__len__
Number of blocks. Returns ------- int ``len(self.__GFlist)``.
python/triqs/gfs/block_gf.py:317
Method__len__
r"""Total number of points in the product mesh. Returns ------- int Product of the sizes of the factor meshes,
python/triqs/mesh/mesh_product.py:132
Method__len__
(self)
python/triqs/lattice/point.py:105
Method__lshift__
r"""Lazy initialization / copy operator (``g << RHS``). Parameters ---------- A : Gf, descriptor or :class:`~triqs.gfs.lazy_e
python/triqs/gfs/gf.py:781
Method__lshift__
r"""Lazy initialization / copy operator (``G << RHS``). Parameters ---------- A : Block2Gf, or per-block initializer
python/triqs/gfs/block2_gf.py:442
Method__lshift__
r"""Lazy initialization / copy operator (``G << RHS``). Parameters ---------- A : BlockGf, descriptor or Gf-compatible
python/triqs/gfs/block_gf.py:587
Method__mul__
Multiplication ``self * y`` (alias for :meth:`~triqs.gfs.gf.Gf.__matmul__`). For matrix-valued Green's functions this is the target-space
python/triqs/gfs/gf.py:1157
Method__mul__
Build the lazy node ``self * y``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:80
Method__mul__
Multiplication forwarded to :attr:`value`. Parameters ---------- x : object Right-hand side operand. Ret
python/triqs/mesh/mesh_point.py:194
Method__mul__
r"""Multiplication by a scalar, computed after casting to :class:`complex`. Parameters ---------- other : complex-like
python/triqs/mesh/matsubara_freq.py:251
Method__mul__
(self, other)
python/triqs/lattice/point.py:96
Method__neg__
Unary minus ``-self``; returns a new :class:`~triqs.gfs.gf.Gf` with sign-flipped data. Returns ------- Gf
python/triqs/gfs/gf.py:1219
Method__neg__
Unary minus ``-self``; returns a new :class:`~triqs.gfs.block2_gf.Block2Gf`. Returns ------- Block2Gf
python/triqs/gfs/block2_gf.py:655
Method__neg__
Unary minus ``-self``; returns a new :class:`~triqs.gfs.block_gf.BlockGf`. Returns ------- BlockGf
python/triqs/gfs/block_gf.py:802
Method__neg__
Negation. Returns ------- object ``-self.value``.
python/triqs/mesh/mesh_point.py:184
Method__next__
Pop and return the next input from the stack.
python/triqs/utility/dist_on_nodes.py:180
Method__pow__
r"""Exponentiation, computed after casting to :class:`complex`. Parameters ---------- other : complex-like Expone
python/triqs/mesh/matsubara_freq.py:311
Method__radd__
Reflected addition ``y + self``; commutes with :meth:`~triqs.gfs.gf.Gf.__add__`. Parameters ---------- y : same as :meth:`~tr
python/triqs/gfs/gf.py:931
Method__radd__
Reflected lazy ``y + self``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:106
Method__radd__
Reflected addition ``y + self``. Parameters ---------- y : same as :meth:`~triqs.gfs.block2_gf.Block2Gf.__add__` Ret
python/triqs/gfs/block2_gf.py:501
Method__radd__
Reflected addition ``y + self``. Parameters ---------- y : same as :meth:`~triqs.gfs.block_gf.BlockGf.__add__` Retur
python/triqs/gfs/block_gf.py:651
Method__radd__
Right-hand addition. Parameters ---------- x : object Left-hand side operand. Returns -------
python/triqs/mesh/mesh_point.py:139
Method__radd__
Right-hand addition; defers to :meth:`__add__`. Parameters ---------- other : MatsubaraFreq or complex-like Left-
python/triqs/mesh/matsubara_freq.py:205
Method__radd__
(self, other)
python/triqs/lattice/point.py:86
Method__reduce__
(self)
python/triqs/gfs/gf.py:1357
Method__reduce__
(self)
python/triqs/gfs/block2_gf.py:348
Method__reduce__
(self)
python/triqs/gfs/block_gf.py:470
Method__reduce__
(self)
python/triqs/dos/dos.py:89
Method__reduce__
(self)
python/triqs/dos/dos.py:244
Method__reduce__
(self)
python/triqs/dos/hilbert_transform.py:66
Method__reduce__
Pickle hook. Returns ------- tuple ``(call_factory_from_dict, (cls, "", reduced_dict))`` where ``redu
python/triqs/mesh/mesh_product.py:247
Method__reduce__
(self)
python/triqs/lattice/super_lattice.py:132
Method__reduce__
Pickle support: returns the arguments needed to reconstruct this instance.
python/triqs/sumk/sumk_discrete_from_lattice.py:96
Method__reduce_to_dict__
(self)
python/triqs/dos/dos.py:92
Method__reduce_to_dict__
(self)
python/triqs/lattice/tight_binding.py:302
Method__repr__
:func:`repr`-based rendering of the expression tree. Returns ------- str
python/triqs/gfs/lazy_expressions.py:344
Method__repr__
Multi-line summary listing every block. Returns ------- str Header line followed by ``repr(g)`` for each block.
python/triqs/gfs/block2_gf.py:368
Method__repr__
(self)
python/triqs/dos/dos.py:99
Method__repr__
REPL representation; identical to :meth:`__str__`. Returns ------- str Same string as :meth:`__str__`.
python/triqs/mesh/matsubara_freq.py:336
Method__repr__
REPL representation listing each factor mesh. Returns ------- str String of the form ``"MeshProduct of :<repr m1>
python/triqs/mesh/mesh_product.py:224
Method__repr__
(self)
python/triqs/solver_utils/results.py:85
Method__repr__
(self)
python/triqs/fit/fit.py:93
Method__repr__
(self)
python/triqs/lattice/super_lattice.py:255
Method__repr_tex__
(self)
python/triqs/fit/fit.py:94
Method__rmul__
Reflected multiplication ``y * self``. Parameters ---------- y : scalar or numpy.ndarray Returns -------
python/triqs/gfs/gf.py:1173
Method__rmul__
Reflected lazy ``y * self``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:132
Method__rmul__
Reflected multiplication ``x * self``. Parameters ---------- x : same as :meth:`~triqs.gfs.block2_gf.Block2Gf.__mul__`
python/triqs/gfs/block2_gf.py:607
Method__rmul__
Reflected multiplication ``x * self``. Parameters ---------- x : same as :meth:`~triqs.gfs.block_gf.BlockGf.__mul__`
python/triqs/gfs/block_gf.py:754
Method__rmul__
Right-hand multiplication. Parameters ---------- x : object Left-hand side operand. Returns ----
python/triqs/mesh/mesh_point.py:209
Method__rmul__
r"""Right-hand multiplication by a scalar. Parameters ---------- other : complex-like Left-hand side of the origi
python/triqs/mesh/matsubara_freq.py:266
Method__rmul__
(self, other)
python/triqs/lattice/point.py:99
Method__rsub__
Reflected subtraction ``y - self``. Parameters ---------- y : same as :meth:`~triqs.gfs.gf.Gf.__sub__` Returns
python/triqs/gfs/gf.py:995
Method__rsub__
Reflected lazy ``y - self``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:119
Method__rsub__
Reflected subtraction ``y - self``. Parameters ---------- y : same as :meth:`~triqs.gfs.block2_gf.Block2Gf.__sub__`
python/triqs/gfs/block2_gf.py:549
Method__rsub__
Reflected subtraction ``y - self``. Parameters ---------- y : same as :meth:`~triqs.gfs.block_gf.BlockGf.__sub__` Re
python/triqs/gfs/block_gf.py:699
Method__rsub__
Right-hand subtraction. Parameters ---------- x : object Left-hand side operand. Returns -------
python/triqs/mesh/mesh_point.py:169
Method__rsub__
Right-hand subtraction, implemented as ``(-self) + other``. Parameters ---------- other : MatsubaraFreq or complex-like
python/triqs/mesh/matsubara_freq.py:235
Method__rsub__
(self, other)
python/triqs/lattice/point.py:92
Method__rtruediv__
Reflected lazy ``y / self``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:145
Method__rtruediv__
Right-hand division. Parameters ---------- x : object Dividend. Returns ------- object
python/triqs/mesh/mesh_point.py:239
Method__rtruediv__
r"""Right-hand division. Parameters ---------- other : complex-like Dividend. Returns -------
python/triqs/mesh/matsubara_freq.py:296
Method__setitem__
Assign at a mesh point or delegate to ``<<`` for everything else. ``g[mp] = val`` writes ``val`` into ``self.data`` at the data index
python/triqs/gfs/gf.py:720
Method__setitem__
Assign into a block via ``<<``. ``G[bn1, bn2] = val`` is equivalent to ``G[bn1, bn2] << val``. Parameters ----------
python/triqs/gfs/block2_gf.py:417
Method__setitem__
Assign into a block via ``<<``. ``G[key] = val`` is equivalent to ``G[key] << val``. ``G[:] = val`` is equivalent to ``G << val`` (br
python/triqs/gfs/block_gf.py:563
Method__str__
Alias for :meth:`~triqs.gfs.gf.Gf.__repr__`. Returns ------- str
python/triqs/gfs/gf.py:595
Method__str__
Human-readable rendering of the expression tree. Returns ------- str Infix string with parentheses inserted accor
python/triqs/gfs/lazy_expressions.py:332
Method__str__
Return ``self.name`` when set, otherwise ``repr(self)``. Returns ------- str ``self.name`` if non-empty, else ``r
python/triqs/gfs/block2_gf.py:381
Method__str__
Return the string ``"Omega"``. Returns ------- str
python/triqs/gfs/descriptor_base.py:406
← previousnext →1,301–1,400 of 2,819, ranked by callers