MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

Methodinverse
c++/triqs/utility/pade_approximants.hpp:72
Methodinverse_matrix
* @brief Get the full inverse matrix \f$ [F^{(n)}]^{-1} \f$. * @details The inverse is recomputed from scratch on demand and cached until the nex
c++/triqs/det_manip/det_manip_basic.hpp:409
Methodinverse_matrix_internal_order
* @brief Get an element of the matrix \f$ M^{(n)} = [G^{(n)}]^{-1} \f$. * @details Advanced: uses the internal storage order, see get_x_internal_
c++/triqs/det_manip/det_manip.hpp:584
Methodinverse_matrix_internal_order
* @brief Get the full inverse matrix in internal storage order. * @details For this class the internal order equals the user order, so this retur
c++/triqs/det_manip/det_manip_basic.hpp:432
Methodinvert
Invert each block in place.
python/triqs/gfs/block_gf.py:872
Functioninvert_as_matrix
test/c++/gfs/multivar/bubble.cpp:29
Methodinvoke
c++/triqs/gfs/h5.hpp:65
Methodinvoke
c++/triqs/gfs/h5.hpp:70
Methodinvoke
c++/triqs/gfs/block/map.hpp:84
Methodinvoke
c++/triqs/gfs/block/map.hpp:89
Methodinvoke
c++/triqs/gfs/block/map.hpp:98
Methodinvoke
c++/triqs/gfs/block/map.hpp:107
Methodinvoke
c++/triqs/utility/factory.hpp:38
Methodinvoke
Copy and move vectors of the same type.
c++/triqs/utility/factory.hpp:46
Methodis_convertible
python/triqs/lattice/lattice_tools.cpp:18
Methodis_convertible
c++/triqs/c2py_converters/gf.hpp:69
Methodis_convertible
You can not convert a C++ const_view to a Python Gf ! Violates const correctness.
c++/triqs/c2py_converters/gf.hpp:84
Methodis_convertible
c++/triqs/c2py_converters/gf.hpp:129
Methodis_convertible
c++/triqs/c2py_converters/gf.hpp:175
Methodis_convertible
You can not convert a C++ const_view to a Python Gf ! Violates const correctness.
c++/triqs/c2py_converters/gf.hpp:192
Methodis_convertible
c++/triqs/c2py_converters/gf.hpp:238
Methodis_convertible
c++/triqs/c2py_converters/gf.hpp:309
Methodis_convertible
c++/triqs/c2py_converters/operators_real_complex.hpp:38
Methodis_convertible
c++/triqs/c2py_converters/operators_real_complex.hpp:64
Methodis_convertible
c++/triqs/c2py_converters/mesh.hpp:55
Methodis_convertible
c++/triqs/c2py_converters/mesh.hpp:80
Methodis_convertible
c++/triqs/c2py_converters/mesh.hpp:125
Methodis_convertible
c++/triqs/c2py_converters/mesh.hpp:167
Methodis_convertible
c++/triqs/c2py_converters/real_or_complex.hpp:49
Methodis_convertible
c++/triqs/c2py_converters/lattice.hpp:61
Methodis_convertible
c++/triqs/cpp2py_converters/gf.hpp:60
Methodis_convertible
You can not convert a C++ const_view to a Python Gf ! Violates const correctness.
c++/triqs/cpp2py_converters/gf.hpp:77
Methodis_convertible
c++/triqs/cpp2py_converters/gf.hpp:128
Methodis_convertible
c++/triqs/cpp2py_converters/gf.hpp:176
Methodis_convertible
You can not convert a C++ const_view to a Python Gf ! Violates const correctness.
c++/triqs/cpp2py_converters/gf.hpp:195
Methodis_convertible
c++/triqs/cpp2py_converters/gf.hpp:247
Methodis_convertible
c++/triqs/cpp2py_converters/gf.hpp:320
Methodis_convertible
c++/triqs/cpp2py_converters/operators_real_complex.hpp:33
Methodis_convertible
c++/triqs/cpp2py_converters/operators_real_complex.hpp:59
Methodis_convertible
c++/triqs/cpp2py_converters/mesh.hpp:40
Methodis_convertible
c++/triqs/cpp2py_converters/mesh.hpp:65
Methodis_convertible
c++/triqs/cpp2py_converters/mesh.hpp:110
Methodis_convertible
c++/triqs/cpp2py_converters/mesh.hpp:153
Methodis_convertible
c++/triqs/cpp2py_converters/mesh.hpp:208
Methodis_convertible
c++/triqs/cpp2py_converters/real_or_complex.hpp:44
Methodis_index_valid
* @brief Check if an index \f$ n \f$ is valid. * * @param n Index \f$ n \f$ to check. * @return True if \f$ 0 \leq n < N \f$, false oth
c++/triqs/mesh/bases/linear.hpp:184
Functionis_lazy
Whether ``y`` is a descriptor or a lazy expression. Parameters ---------- y : object Value to test. Returns -------
python/triqs/gfs/descriptor_base.py:118
Functionis_master_node
Return ``True``; in serial there is only the master rank.
python/triqs/utility/mpi_nompi.py:88
Methodis_running
* @brief Whether the timer is currently running. * @return True if the timer is running, false if it is stopped. */
c++/triqs/utility/timer.hpp:72
Methodis_set
Is the measure object a measure set?
c++/triqs/mc_tools/mc_measure.hpp:192
Methodis_singular
Check whether the determinant is considered singular: (singular_threshold < 0 ? not std::isnormal(std::abs(det)) : (std::abs(det) < singular_threshold
c++/triqs/det_manip/det_manip.hpp:1741
Methodis_terminal
Whether this node is a leaf node. Returns ------- bool ``True`` if ``tag == 'T'``, ``False`` otherwise.
python/triqs/gfs/lazy_expressions.py:304
Methodis_unbounded
True if the accumulator was constructed with an unbounded number of bins.
c++/triqs/stat/log_binning.hpp:123
Methoditerator
test/c++/utility/iterator_dressing.cpp:52
Methoditerator
test/c++/utility/iterator_dressing_2.cpp:59
Methoditerator_impl
Construct a past-the-end (singular) iterator.
c++/triqs/gfs/block/_block_gf_view_common.hpp:355
Methodk_expr
c++/triqs/mesh/k_expr.hpp:80
Methodkeep_request
(r)
python/triqs/utility/dist_on_nodes.py:97
Methodkeyboard_interrupt
Default constructor creates a keyboard interrupt with an empty diagnostic message.
c++/triqs/utility/exceptions.hpp:181
Functionkronecker
* @brief Kronecker delta function for a single Matsubara frequency. * * @param iw triqs::mesh::matsubara_freq object. * @return True, if the
c++/triqs/mesh/matsubara_freq.hpp:201
Functionlast
c++/triqs/utility/signal_handler.cpp:68
Methodlattice_to_real_coordinates
c++/triqs/lattice/brillouin_zone.hpp:118
Methodlattice_to_real_coordinates
c++/triqs/lattice/tight_binding.hpp:131
Functionlazy_function
Wrap a Python callable so it can be applied to lazy expressions. Parameters ---------- name : str Display name used when stringif
python/triqs/gfs/lazy_expressions.py:408
Functionlegendre
r"""Plot protocol for :class:`~triqs.gfs.gf.Gf` objects on a :class:`~triqs.mesh.meshes.MeshLegendre`. Parameters ---------- self :
python/triqs/gfs/plot/one_var.py:137
Methodlegendre_generator
* @brief Construct a Legendre polynomial generator at a given value \f$ x \f$. * @param x Value \f$ x \f$ at which to evaluate the Legendre polyn
c++/triqs/utility/legendre.hpp:93
Methodlin_binning
* @brief Default construct a linear binning accumulator. * * @details The accumulator is unbounded (`max_n_bins` is set to \f$ -1 \f$) with
c++/triqs/stat/lin_binning.hpp:125
Methodlinear
* @brief Default construct an empty linear mesh of size \f$ N = 0 \f$. */
c++/triqs/mesh/bases/linear.hpp:153
MethodloBit
c++/triqs/mc_tools/MersenneRNG.hpp:110
MethodloBits
c++/triqs/mc_tools/MersenneRNG.hpp:114
Functionload
c++/triqs/utility/variant_serialize.hpp:84
Methodlog_binning
* @brief Default construct a logarithmic binning accumulator. * * @details The accumulator is unbounded (`max_n_bins` is set to \f$ -1 \f$).
c++/triqs/stat/log_binning.hpp:92
Functionmain
test/c++/gfs/clef_handle_bug.cpp:30
Functionmain
test/c++/gfs/bug313.cpp:25
Functionmain
test/c++/gfs/gf_empty.cpp:36
Functionmain
test/c++/det_manip/det_manip_basic5.cpp:216
Functionmain
test/c++/det_manip/det_manipc1.cpp:157
Functionmain
test/c++/det_manip/det_manip_basic1.cpp:175
Functionmain
test/c++/det_manip/det_manip_insert_ratios.cpp:266
Functionmain
test/c++/det_manip/det_manip1.cpp:191
Functionmain
test/c++/det_manip/det_manip_all.cpp:362
Functionmain
test/c++/det_manip/det_manip_constructors.cpp:31
Functionmain
test/c++/det_manip/det_manipc2.cpp:159
Functionmain
test/c++/det_manip/det_manip_comp1.cpp:261
Functionmain
test/c++/det_manip/det_manip2.cpp:126
Functionmain
test/c++/det_manip/det_manip_basic2.cpp:119
Functionmain
test/c++/hilbert_space/space_partition.cpp:56
Functionmain
test/c++/utility/h5_seria.cpp:24
Functionmain
test/c++/utility/iterator_dressing3.cpp:54
Functionmain
test/c++/utility/numeric_ops.cpp:26
Functionmain
test/c++/utility/iterator_dressing.cpp:58
Functionmain
test/c++/utility/qmc_time_t_test.cpp:29
Functionmain
test/c++/utility/issue315.cpp:27
Functionmain
test/c++/utility/tuple_tools.cpp:54
Functionmain
test/c++/utility/iterator_dressing_2.cpp:65
Functionmain
doc/doxygen/examples/gf_tut_matsub_1.cpp:7
Functionmain
doc/doxygen/examples/evaluate.cpp:10
Functionmain
doc/doxygen/examples/dlr_imfreq.cpp:4
Functionmain
doc/doxygen/examples/imtime.cpp:4
Functionmain
doc/doxygen/examples/dlr_imtime.cpp:4
← previousnext →2,001–2,100 of 2,819, ranked by callers