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
Function
TEST
Test DLR mesh.
test/c++/meshes/mesh_dlr.cpp:99
Function
TEST
test/c++/stat/stat_log_binning_mpi.cpp:65
Function
TEST
default-constructed
test/c++/stat/stat_log_binning.cpp:231
Function
TEST
test/c++/stat/stat_concepts.cpp:28
Function
TEST
test/c++/stat/stat_utils.cpp:26
Function
TEST
test/c++/stat/stat_histograms.cpp:60
Function
TEST
test/c++/stat/stat_jackknife.cpp:131
Function
TEST
default-constructed
test/c++/stat/stat_lin_binning.cpp:220
Function
TEST
test/c++/stat/stat_golden_ratio_quasi_rng.cpp:52
Function
TEST
test/c++/stat/stat_ar_model_mpi.cpp:58
Function
TEST
test/c++/stat/stat_histograms_mpi.cpp:36
Function
TEST
test/c++/stat/stat_mean_error.cpp:129
Function
TEST
test/c++/stat/stat_lin_binning_mpi.cpp:63
Function
TEST
test/c++/lattice/lattice_bravais_lattice.cpp:29
Function
TEST
test/c++/lattice/tight_binding.cpp:29
Function
TEST
test/c++/lattice/lattice_brillouin_zone.cpp:29
Function
TEST
-----------------------------------------------------------------------------
test/c++/atom_diag/atom_diag_op_matrix.cpp:54
Function
TEST
test/c++/atom_diag/f_shell.cpp:80
Function
TEST
test/c++/atom_diag/atom_diag_hyb.cpp:120
Function
TEST
test/c++/atom_diag/atom_diag_real.cpp:49
Function
TEST
test/c++/atom_diag/atom_diag_h5.cpp:28
Function
TEST
test/c++/atom_diag/atom_diag_complex.cpp:49
Function
TEST
test/c++/experimental/utility/integrators.cpp:9
Function
TEST
test/c++/experimental/lattice/tb_hk.cpp:10
Function
TEST
test/c++/experimental/lattice/wannier.cpp:6
Function
TEST
test/c++/experimental/lattice/find_chemical_potential.cpp:12
Function
TEST
test/c++/experimental/lattice/bz_integrators.cpp:13
Function
TEST
test/c++/mc_tools/mctools_move_set.cpp:75
Function
TEST
test/c++/mc_tools/mctools_measure_aux.cpp:31
Function
TEST
test/c++/mc_tools/mctools_random_generator.cpp:34
Function
TEST
test/c++/mc_tools/mctools_measure_set.cpp:64
Function
TEST
Test that std::mt19937 and boost::random::mt19937 produce the same numbers. Conclusion: The std and boost generator give the same numbers.
test/c++/mc_tools/mctools_boost_std_rng.cpp:30
Function
TEST_F
test/c++/gfs/mpi_gf.cpp:232
Function
TEST_F
test/c++/meshes/mesh_matsubara_freq.cpp:47
Function
TEST_F
test/c++/mc_tools/mctools_mc_generic.cpp:124
Function
_
(self, *args, **kw)
python/triqs/gfs/gf.py:132
Method
__abs__
r"""Modulus :math:`|i\omega_n|`. Returns ------- float ``abs(complex(self))``.
python/triqs/mesh/matsubara_freq.py:150
Method
__add__
Build the lazy node ``self + y``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:54
Method
__add__
Addition forwarded to :attr:`value`. Parameters ---------- x : object Right-hand side operand. Returns
python/triqs/mesh/mesh_point.py:124
Method
__call__
Always raises :exc:`NotImplementedError`. Parameters ---------- *args Unused. Raises ------
python/triqs/gfs/gf.py:67
Method
__call__
r"""Evaluate the Green's function at the given point(s). Parameters ---------- *args One value per mesh axis. Eac
python/triqs/gfs/gf.py:835
Method
__call__
Build the lazy function-application node ``self(*args)``. Parameters ---------- *args Arguments to bind into the
python/triqs/gfs/lazy_expressions.py:211
Method
__call__
Reduce a leaf of a lazy expression. If ``x`` is a descriptor, evaluate it on a fresh copy of the captured target and return the resul
python/triqs/gfs/descriptor_base.py:95
Method
__call__
Fill ``G.data`` with ``function`` evaluated at every mesh point. Parameters ---------- G : Gf Target Green's func
python/triqs/gfs/descriptor_base.py:303
Method
__call__
Fill ``G.data`` with the stored constant on every mesh point. Parameters ---------- G : Gf Target Green's functio
python/triqs/gfs/descriptor_base.py:350
Method
__call__
Fill ``G.data`` with ``omega * I`` on every frequency mesh point. Parameters ---------- G : Gf Target Green's fun
python/triqs/gfs/descriptor_base.py:415
Method
__call__
Fill ``G.data`` with the single-fermion imaginary-time propagator. Parameters ---------- G : Gf Target Green's fu
python/triqs/gfs/descriptors.py:71
Method
__call__
Fill ``G.data`` with the semicircular Hilbert transform on its mesh. Parameters ---------- G : Gf Target Green's
python/triqs/gfs/descriptors.py:182
Method
__call__
Fill ``G.data`` with the flat-DOS Hilbert transform on its mesh. Parameters ---------- G : Gf Target Green's func
python/triqs/gfs/descriptors.py:254
Method
__call__
Run the Fourier transform from ``self.G`` into ``G2``. Parameters ---------- G2 : Gf Target Green's function on t
python/triqs/gfs/descriptors.py:345
Method
__call__
Run the Legendre → Matsubara transform from ``self.G`` into ``G2``. Parameters ---------- G2 : Gf Target Green's
python/triqs/gfs/descriptors.py:386
Method
__call__
Run the Matsubara → Legendre transform from ``self.G`` into ``G2``. Parameters ---------- G2 : Gf Target Green's
python/triqs/gfs/descriptors.py:427
Method
__call__
r""" Evaluate the Hilbert transform with the given self-energy. Parameters ---------- Sigma : Gf or callable
python/triqs/dos/hilbert_transform.py:84
Method
__call__
Forward the call to :attr:`value`. Parameters ---------- *args, **kw Arguments passed through to ``self.value(*ar
python/triqs/mesh/mesh_point.py:254
Method
__call__
r""" Evaluate the fitted model at ``x``. Parameters ---------- x : array_like or float Point(s) at which
python/triqs/fit/fit.py:95
Method
__call__
r""" Compute the momentum-summed local Green's function. Evaluates .. math:: G(i\omega_n) = \sum_k w_k \bigl[ (
python/triqs/sumk/sumk_discrete.py:152
Method
__check_attr
(self, attr)
python/triqs/gfs/block2_gf.py:687
Method
__complex__
Cast to :class:`complex`. Returns ------- complex ``complex(self.value)``.
python/triqs/mesh/mesh_point.py:304
Method
__complex__
r"""Cast to :class:`complex`. Returns ------- complex :math:`i\omega_n = i\,(2n + \mathrm{is\_fermion})\,\pi/\bet
python/triqs/mesh/matsubara_freq.py:76
Method
__contains__
Allow 'G_iw' in result checks.
python/triqs/solver_utils/results.py:77
Method
__enter__
Redirect ``sys.stdout`` to an internal buffer and return ``self``.
python/triqs/utility/capture_stdout.py:51
Method
__eq__
Two contexts are equal iff their captured targets are mesh-compatible. Parameters ---------- y : object Other con
python/triqs/gfs/descriptor_base.py:81
Method
__eq__
Equality test on :attr:`n`, :attr:`beta` and :attr:`statistic`. Parameters ---------- other : object Right-hand s
python/triqs/mesh/matsubara_freq.py:130
Method
__eq__
Equality test comparing the tuples of factor meshes elementwise. Parameters ---------- other : MeshProduct Right-
python/triqs/mesh/mesh_product.py:143
Method
__eq__
(self, other)
python/triqs/lattice/tight_binding.py:320
Method
__exit__
Restore ``sys.stdout`` and append the captured lines to ``self``.
python/triqs/utility/capture_stdout.py:56
Method
__factory_from_dict__
(cls,name, D)
python/triqs/dos/dos.py:96
Method
__factory_from_dict__
(cls, name, d)
python/triqs/lattice/tight_binding.py:308
Method
__float__
Cast to :class:`float`. Returns ------- float ``float(self.value)``.
python/triqs/mesh/mesh_point.py:284
Method
__getitem__
r"""Return a mesh point, a sliced view, or a target-space sub-block. The bracket operator dispatches on the type of ``key``: * ``g[:
python/triqs/gfs/gf.py:621
Method
__getitem__
Access a single block by name pair. Parameters ---------- key : tuple of (hashable, hashable) ``(bn1, bn2)`` bloc
python/triqs/gfs/block2_gf.py:393
Method
__getitem__
Access a block by string name or integer position. Parameters ---------- key : str or int Block name (e.g. ``'up'
python/triqs/gfs/block_gf.py:533
Method
__getitem__
Forward item access to :attr:`value`. Parameters ---------- *args Index / slice arguments passed through to ``sel
python/triqs/mesh/mesh_point.py:269
Method
__getitem__
Return the ``i``-th factor mesh from :attr:`components`. Parameters ---------- i : int Position of the factor mes
python/triqs/mesh/mesh_product.py:102
Method
__getitem__
Allow dict-style access: result['G_iw'].
python/triqs/solver_utils/results.py:71
Method
__getitem__
(self, key)
python/triqs/lattice/point.py:80
Method
__iadd__
In-place addition ``self += arg`` (element-wise on ``self.data``). Parameters ---------- arg : Gf, descriptor, lazy expressio
python/triqs/gfs/gf.py:879
Method
__iadd__
In-place lazy addition ``self += y`` via :meth:`~triqs.gfs.lazy_expressions.LazyExpr.set_from`. Parameters ----------
python/triqs/gfs/lazy_expressions.py:158
Method
__iadd__
In-place block-wise addition ``self += arg``. Parameters ---------- arg : Block2Gf, sequence, or anything accepted by :meth:`
python/triqs/gfs/block2_gf.py:463
Method
__iadd__
In-place block-wise addition ``self += arg``. Parameters ---------- arg : BlockGf, sequence, or anything accepted by :meth:`~
python/triqs/gfs/block_gf.py:613
Method
__imul__
In-place multiplication ``self *= arg`` (alias for :meth:`~triqs.gfs.gf.Gf.__imatmul__`). Parameters ---------- arg : Gf, sca
python/triqs/gfs/gf.py:1144
Method
__imul__
In-place lazy multiplication ``self *= y``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns
python/triqs/gfs/lazy_expressions.py:185
Method
__imul__
In-place block-wise multiplication ``self *= arg``. Parameters ---------- arg : Block2Gf, sequence, or anything accepted by :
python/triqs/gfs/block2_gf.py:564
Method
__imul__
In-place block-wise multiplication ``self *= arg``. Parameters ---------- arg : BlockGf or anything accepted by :meth:`~triqs
python/triqs/gfs/block_gf.py:714
Method
__init__
(self, *args)
python/triqs/gfs/gf.py:64
Method
__init__
(cls, name, bases, dct)
python/triqs/gfs/gf.py:163
Method
__init__
(self, *x)
python/triqs/gfs/gf.py:197
Method
__init__
(self, *args)
python/triqs/gfs/lazy_expressions.py:269
Method
__init__
(self, name_list1, name_list2, block_list, **kwargs)
python/triqs/gfs/block2_gf.py:100
Method
__init__
(self, G)
python/triqs/gfs/descriptor_base.py:62
Method
__init__
(self, G, *args, **kw)
python/triqs/gfs/descriptor_base.py:251
Method
__init__
(self, function)
python/triqs/gfs/descriptor_base.py:300
Method
__init__
(self, C)
python/triqs/gfs/descriptor_base.py:347
Method
__init__
(self, l = 0)
python/triqs/gfs/descriptors.py:68
Method
__init__
(self, half_bandwidth, chem_potential=0.)
python/triqs/gfs/descriptors.py:170
Method
__init__
(self, G, *args, **kw)
python/triqs/gfs/descriptors.py:332
Method
__init__
(self, G)
python/triqs/gfs/descriptors.py:374
Method
__init__
(self, G)
python/triqs/gfs/descriptors.py:415
Method
__init__
(self, **kwargs)
python/triqs/gfs/block_gf.py:166
Method
__init__
(self, function, x_min, x_max, n_pts=100, name='')
python/triqs/dos/dos.py:231
← previous
next →
1,201–1,300 of 2,819, ranked by callers