MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

Method__str__
Return ``"SemiCircular(D, mu)"``. Returns ------- str
python/triqs/gfs/descriptors.py:173
Method__str__
Return ``"Flat(D)"``. Returns ------- str
python/triqs/gfs/descriptors.py:245
Method__str__
Return ``"Fourier of gf"``. Returns ------- str
python/triqs/gfs/descriptors.py:336
Method__str__
Return ``"LegendreToMatsubara of gf"``. Returns ------- str
python/triqs/gfs/descriptors.py:377
Method__str__
Return ``"MatsubaraToLegendre of gf"``. Returns ------- str
python/triqs/gfs/descriptors.py:418
Method__str__
Alias for :meth:`~triqs.gfs.block_gf.BlockGf.__repr__`. Returns ------- str
python/triqs/gfs/block_gf.py:504
Method__str__
Human-readable string ``mesh_point(index = ..., data_index = ..., value = ...)``. Returns ------- str String desc
python/triqs/mesh/mesh_point.py:314
Method__str__
Human-readable string joining each factor mesh's ``str`` with commas. Returns ------- str Concatenation of ``str(
python/triqs/mesh/mesh_product.py:234
Method__str__
r"""LaTeX representation ``fname % param`` (with ``+ -`` collapsed to ``-``).
python/triqs/fit/fit.py:90
Method__str__
(self)
python/triqs/lattice/tight_binding.py:327
Method__sub__
Element-wise subtraction; returns a new :class:`~triqs.gfs.gf.Gf`. Parameters ---------- y : same as :meth:`~triqs.gfs.gf.Gf.
python/triqs/gfs/gf.py:979
Method__sub__
Build the lazy node ``self - y``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:67
Method__sub__
Block-wise subtraction; returns a new :class:`~triqs.gfs.block2_gf.Block2Gf`. Parameters ---------- y : same as :meth:`~triqs
python/triqs/gfs/block2_gf.py:534
Method__sub__
Block-wise subtraction; returns a new :class:`~triqs.gfs.block_gf.BlockGf`. Parameters ---------- y : same as :meth:`~triqs.g
python/triqs/gfs/block_gf.py:684
Method__sub__
Subtraction forwarded to :attr:`value`. Parameters ---------- x : object Right-hand side operand. Return
python/triqs/mesh/mesh_point.py:154
Method__sub__
Subtraction, implemented as ``self + (-other)``. Parameters ---------- other : MatsubaraFreq or complex-like Righ
python/triqs/mesh/matsubara_freq.py:220
Method__sub__
(self, other)
python/triqs/lattice/point.py:89
Method__truediv__
Scalar division ``self / y``; returns a new :class:`~triqs.gfs.gf.Gf`. Parameters ---------- y : scalar Divisor.
python/triqs/gfs/gf.py:1202
Method__truediv__
Build the lazy node ``self / y``. Parameters ---------- y : LazyExpr, descriptor or scalar Returns -------
python/triqs/gfs/lazy_expressions.py:93
Method__truediv__
Block-wise division; returns a new :class:`~triqs.gfs.block2_gf.Block2Gf`. Parameters ---------- y : same as :meth:`~triqs.gf
python/triqs/gfs/block2_gf.py:640
Method__truediv__
Block-wise division; returns a new :class:`~triqs.gfs.block_gf.BlockGf`. Parameters ---------- y : same as :meth:`~triqs.gfs.
python/triqs/gfs/block_gf.py:787
Method__truediv__
Division forwarded to :attr:`value`. Parameters ---------- x : object Divisor. Returns -------
python/triqs/mesh/mesh_point.py:224
Method__truediv__
r"""Division by a scalar, computed after casting to :class:`complex`. Parameters ---------- other : complex-like
python/triqs/mesh/matsubara_freq.py:281
Method__truediv__
(self, other)
python/triqs/lattice/point.py:102
Method_cdress
test/c++/utility/iterator_dressing3.cpp:36
Method_cdress
test/c++/utility/iterator_dressing.cpp:35
Method_cdress
test/c++/utility/iterator_dressing_2.cpp:41
Method_cdress
c++/triqs/hilbert_space/fundamental_operator_set.hpp:242
Method_cdress
c++/triqs/operators/many_body_operator.hpp:332
Method_dagger
Implementation details of dagger.
c++/triqs/operators/many_body_operator.hpp:633
Method_dress
test/c++/utility/iterator_dressing.cpp:40
Method_dress
test/c++/utility/iterator_dressing_2.cpp:47
Function_fourier
c++/triqs/gfs/transform/fourier.hpp:88
Function_fourier_impl
c++/triqs/gfs/transform/fourier_real.cpp:46
Function_fourier_impl
c++/triqs/gfs/transform/fourier_lattice.cpp:48
Function_fourier_impl
c++/triqs/gfs/transform/fourier_matsubara.cpp:113
Method_get
c++/triqs/utility/tuple_tools.hpp:44
Function_get_cpp2py_wrapped_class_enums
()
python/triqs/__init__.py:52
Function_get_rpl
c++/triqs/utility/tuple_tools.hpp:359
Function_get_seq
c++/triqs/utility/tuple_tools.hpp:102
Function_get_seq_len
c++/triqs/utility/tuple_tools.hpp:105
Function_gf_h5_after_read
c++/triqs/gfs/h5.hpp:75
Function_gf_invert_data_in_place
c++/triqs/gfs/gf/gf_expr.hpp:365
Function_make_lazy_bracket
c++/triqs/utility/lazy_bracket.hpp:59
Method_plot_
Implement the TRIQS plot protocol by concatenating every block's curves.
python/triqs/gfs/block2_gf.py:667
Method_plot_
Implement the TRIQS plot protocol by concatenating every block's curves.
python/triqs/gfs/block_gf.py:814
Method_plot_
(self, Options)
python/triqs/dos/dos.py:108
Method_regenerate_with_check
Regenerate the inverse matrix, determinant and sign from the matrix builder, optionally checking the freshly computed values against the stored ones.
c++/triqs/det_manip/det_manip.hpp:1685
Method_set_err
c++/triqs/c2py_converters/gf.hpp:123
Method_set_err
c++/triqs/c2py_converters/gf.hpp:232
Method_set_err
c++/triqs/cpp2py_converters/gf.hpp:118
Method_set_err
c++/triqs/cpp2py_converters/gf.hpp:237
Method_triqs_zipped_tuple
c++/triqs/utility/tuple_tools.hpp:41
Method_update_index
c++/triqs/hilbert_space/space_partition.hpp:347
Methodaccept
test/c++/mc_tools/mctools_mc_generic.cpp:52
Methodaccept
test/c++/mc_tools/mctools_concepts.cpp:34
Methodaccept
* @brief Accept the new MC configuration. * @details It calls the move::accept method of the previously attempted move. * @return Sign corre
c++/triqs/mc_tools/mc_move_set.hpp:119
Methodaccept
c++/triqs/mc_tools/mc_move.hpp:96
Methodaccumulate
test/c++/mc_tools/mctools_concepts.cpp:42
Methodaccumulate
test/c++/mc_tools/mctools_concepts.cpp:47
Methodaccumulate
c++/triqs/mc_tools/mc_measure.hpp:85
Methodaccumulate
* @brief Perform all measurements in the set. * @details It calls the measure::accumulate method for each measure. * @param sign Sign of the
c++/triqs/mc_tools/mc_measure_set.hpp:126
Functionact
c++/triqs/atom_diag/impl/functions.cpp:103
Methodadaptive_recursion
* @brief Perform successive recursive adaptive integration calls * * @param f function to be integrated * @param xa start of the dom
c++/triqs/experimental/utility/adaptive.hpp:129
Methodadd_measure_aux
c++/triqs/mc_tools/mc_generic.hpp:216
Methodafter_cycle_duties
c++/triqs/mc_tools/mc_generic.cpp:307
Methodall_indices
Iterate over flat indices ``(bn1, bn2, i, j, ...)`` for every target-space entry of every block. Yields ------ tuple
python/triqs/gfs/block2_gf.py:293
Methodall_indices
Iterate over flat indices ``(block_name, n1, n2)`` for every matrix-valued block. Yields ------ tuple of (str, int, int)
python/triqs/gfs/block_gf.py:370
Functionall_reduce
r""" Reduce ``x`` across all ranks of ``comm`` and return the result. Thin wrapper around :meth:`mpi4py.MPI.Comm.allreduce`. Parameters
python/triqs/utility/mpi_mpi4py.py:154
Functionapply_construct
c++/triqs/utility/tuple_tools.hpp:174
Functionapply_construct_impl
c++/triqs/utility/tuple_tools.hpp:162
Functionapply_construct_parenthesis
c++/triqs/utility/tuple_tools.hpp:189
Functionapply_construct_parenthesis_impl
c++/triqs/utility/tuple_tools.hpp:177
Functionapply_error_tag
c++/triqs/stat/mean_error.hpp:96
Methodapply_if_possible
c++/triqs/hilbert_space/imperative_operator.hpp:314
Functionapply_mean_tag
c++/triqs/stat/mean_error.hpp:80
Functionapply_on_data
c++/triqs/gfs/gf/gf_view.hpp:303
Functionapply_on_data
c++/triqs/gfs/gf/gf.hpp:479
Functionapply_on_data
c++/triqs/gfs/gf/gf_const_view.hpp:289
Functionapply_to_mesh
c++/triqs/gfs/functions/dlr.hpp:62
Methodar_model
Constructor.
test/c++/stat/stat_ar_model.hpp:45
Functionassert_abs
test/c++/det_manip/old_test_tool.hpp:22
Functionassert_close
test/c++/det_manip/old_test_tool.hpp:41
Functionassert_equal
test/c++/det_manip/old_test_tool.hpp:37
Functionassert_is_false
test/c++/det_manip/old_test_tool.hpp:53
Functionassert_is_true
Put here a macro, to print the expression, the line, etc...
test/c++/det_manip/old_test_tool.hpp:49
Methodatom_diag
Default constructor leaves the solver in an uninitialized state.
c++/triqs/atom_diag/atom_diag.hpp:223
Methodatom_diag_worker
c++/triqs/atom_diag/impl/worker.hpp:41
Methodattempt
test/c++/mc_tools/mctools_mc_generic.cpp:48
Methodattempt
test/c++/mc_tools/mctools_concepts.cpp:33
Methodattempt
test/c++/mc_tools/mctools_concepts.cpp:38
Methodattempt
c++/triqs/mc_tools/mc_move.hpp:95
Methodattempt_sign
Get the sign of the acceptance ratio of the last attempt.
c++/triqs/mc_tools/mc_move_set.hpp:182
Methodautocorrelation_time
Calculate the integrated autocorrelation time of the process for a finite number of samples.
test/c++/stat/stat_ar_model.hpp:65
Functionbarrier
r""" No-op barrier provided for API compatibility. Parameters ---------- poll_msec : float, optional Ignored; accepted for co
python/triqs/utility/mpi_nompi.py:111
Functionbcast
r""" Serial broadcast: return ``x`` unchanged. Parameters ---------- x : object Value to (pretend to) broadcast. root : i
python/triqs/utility/mpi_nompi.py:92
Functionbcast
r""" Broadcast a Python object from one rank to all ranks. Thin wrapper around :meth:`mpi4py.MPI.Comm.bcast` on ``world``. Parameters
python/triqs/utility/mpi_mpi4py.py:72
Functionbckwd
Map a legacy ``GfXxx`` HDF5 scheme name to the constructor kwargs for the current ``Gf`` class. The legacy scheme name has the form ``GfM1[_x_M2]
python/triqs/gfs/gf.py:1435
Methodbegin
Get an iterator to the beginning of the mesh.
c++/triqs/mesh/bases/linear.hpp:292
Functionbeta
c++/triqs/mesh/imfreq.hpp:332
← previousnext →1,401–1,500 of 2,819, ranked by callers