MCPcopy Create free account

hub / github.com/TRIQS/triqs / functions

Functions2,819 in github.com/TRIQS/triqs

Methodserialize
* @brief Serialize the canonical operator to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/operators/many_body_operator.hpp:155
Methodserialize
* @brief Serialize the many-body operator to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/operators/many_body_operator.hpp:713
Methodserialize
* @brief Serialize the histogram to an archive. * @param ar Archive to which the histogram is serialized. */
c++/triqs/stat/histograms.hpp:250
Methodserialize
* @brief Serialize the Bravais lattice to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/lattice/bravais_lattice.hpp:294
Methodserialize
* @brief Serialize the Brillouin zone to a generic archive. * @param ar Archive to serialize to. */
c++/triqs/lattice/brillouin_zone.hpp:160
MethodsetUp
(self)
test/python/lattice_tight_binding.py:29
MethodsetUp
(self)
test/python/operators.py:75
MethodsetUp
(self)
test/python/base/crm_dyson_solver.py:29
MethodsetUp
(self)
test/python/base/gf_block.py:29
MethodsetUp
(self)
test/python/base/gf_init.py:29
MethodsetUp
(self)
test/python/base/gf_base_op.py:38
MethodsetUp
(self)
test/python/atom_diag/atom_diag_constructors.py:23
MethodsetUp
(self)
test/python/experimental/superlattice.py:9
MethodsetUp
(self)
test/python/experimental/gloc.py:10
MethodsetUp
(self)
test/python/experimental/tb_hk.py:10
MethodsetUp
(self)
test/python/experimental/find_chemical_potential.py:10
MethodsetUp
(self)
test/python/experimental/wannier.py:8
Functionset_from_L_G_R
c++/triqs/gfs/functions/functions2.hpp:478
Methodset_hilbert
* @brief Set the Hilbert (Fock) space \f$ \mathcal{F}^{(m)} \f$ for this state. * @param new_hs New Hilbert (Fock) space \f$ \mathcal{F}^{(m)} \f
c++/triqs/hilbert_space/state.hpp:252
Methodset_hilbert
* @brief Set the Hilbert (Fock) space \f$ \mathcal{F}^{(m)} \f$ for this state. * @param new_hs New Hilbert (Fock) space \f$ \mathcal{F}^{(m)} \f
c++/triqs/hilbert_space/state.hpp:447
Methodset_n_operations_before_check
* @brief Set the number of operations before a consistency check is performed (default: 100). * @details See complete_operation(), which triggers
c++/triqs/det_manip/det_manip.hpp:357
Functionset_operator_structure
Build the operator block structure for the given spin and orbital names. The shape of the structure follows the same convention as :func:`get
python/triqs/operators/util/op_struct.py:61
Methodset_precision_error
* @brief Set the precision threshold that determines when to throw an exception (default: 1e-5). * @details See set_precision_warning() for detai
c++/triqs/det_manip/det_manip.hpp:392
Methodset_precision_warning
* @brief Set the precision threshold that determines when to print a warning (default: 1e-8). * * @details In case we compare two matrices \
c++/triqs/det_manip/det_manip.hpp:378
Methodset_singular_threshold
* @brief Set the threshold being used when testing for a singular matrix (default: -1). * * @details The threshold \f$ \epsilon \f$ determin
c++/triqs/det_manip/det_manip.hpp:343
Methodset_verbosity
Set the verbosity level.
c++/triqs/mc_tools/mc_generic.hpp:178
Functionsetup_lss
c++/triqs/mesh/tail_fitter.hpp:311
Methodsize
Get the size \f$ N \f$ of the mesh, i.e. the number of mesh points.
c++/triqs/mesh/bases/linear.hpp:277
Methodsize
Get the dimension \f$ M = \dim(\mathcal{F}^{(m)}) \f$ of the subspace.
c++/triqs/hilbert_space/hilbert_space.hpp:232
Methodsize
Get the dimension of the associated Hilbert (Fock) space, i.e. \f$ \dim(\mathcal{F}^{(m)}) \f$.
c++/triqs/hilbert_space/state.hpp:325
Functionsize1
* @brief Get the number of blocks along the first dimension (for a block2 expression). * @return The larger first-dimension block count of the tw
c++/triqs/gfs/block/expr.hpp:153
Functionsize2
* @brief Get the number of blocks along the second dimension (for a block2 expression). * @return The larger second-dimension block count of the
c++/triqs/gfs/block/expr.hpp:159
Methodsize_t hash_bytes
* @brief Hash the raw bytes of a span via the standard library's `std::hash<std::string_view>`. * * @details A proper byte mixer, sensitive to e
c++/triqs/mesh/utils.hpp:80
Functionslice_array
r""" Serial slice: return ``A`` unchanged. The parallel counterpart, :func:`triqs.utility.mpi_mpi4py.slice_array`, returns a view over th
python/triqs/utility/mpi_nompi.py:203
Functionslice_array
r""" Return the local view of ``A`` along its first dimension. Computes ``[slice_inf(0, N - 1), slice_sup(0, N - 1) + 1]`` with ``N = A.s
python/triqs/utility/mpi_mpi4py.py:274
Functionslot
c++/triqs/utility/signal_handler.cpp:34
Methodspace_partition
* @brief Construct a space partition by running **Phase I** of the automatic partition algorithm. * * @details Partitions the Hilbert (Fock)
c++/triqs/hilbert_space/space_partition.hpp:129
Functionstack_trace
c++/triqs/utility/stack_trace.cpp:35
Functionstart_redirect
r""" Start a background thread that redirects the C++ ``stdout`` to Python. Instantiates a :class:`T` thread and starts it. If a redirection th
python/triqs/utility/redirect.py:123
Methodstate
Default constructor for a dummy state that does not belong to any Hilbert (Fock) space.
c++/triqs/hilbert_space/state.hpp:99
Methodstate
Default constructor for a dummy state that does not belong to any Hilbert (Fock) space.
c++/triqs/hilbert_space/state.hpp:304
Functionstatistic
c++/triqs/mesh/imfreq.hpp:335
Functionstatistic
c++/triqs/mesh/dlr_imfreq.hpp:263
Functionstatistic
c++/triqs/mesh/legendre.hpp:191
Functionstatistic
c++/triqs/mesh/dlr_imtime.hpp:259
Functionstatistic
c++/triqs/mesh/imtime.hpp:91
Functionstop_redirect
r""" Stop the background redirection thread started by :func:`start_redirect`. Signals the running :class:`T` thread to exit (which restores the
python/triqs/utility/redirect.py:142
Methodsub_hilbert_space
* @brief Construct an empty subspace with a given index \f$ m \f$. * @param m Subspace index \f$ m \f$. */
c++/triqs/hilbert_space/hilbert_space.hpp:199
Functionsubplots
(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True, subplot_kw=None, **fig_kw)
python/triqs/plot/mpl_interface.py:50
Functionsum_gf
test/c++/gfs/multivar/g_k_om.cpp:29
Methodsuperlattice
c++/triqs/experimental/lattice/superlattice.cpp:20
Methodswap
c++/triqs/det_manip/det_manip.hpp:285
Methodsym_grp
* @brief Default constructor. */
c++/triqs/gfs/gf_sym_grp.hpp:293
Functionsymmetrize
c++/triqs/mesh/dlr_imfreq.hpp:272
Functionsymmetrize
c++/triqs/mesh/dlr.hpp:284
Functionsymmetrize
c++/triqs/mesh/dlr_imtime.hpp:268
Methodsync
c++/triqs/utility/report_stream.hpp:121
Functionsynth_constructor_0
python/triqs/mesh/meshes.wrap.cxx:297
Functionsynth_constructor_0
python/triqs/operators/operators.wrap.cxx:31
Functionsynth_constructor_0
python/triqs/experimental/lattice/lattice.wrap.cxx:31
Functionsynth_constructor_1
python/triqs/experimental/lattice/lattice.wrap.cxx:96
Functiont2g_submatrix
Extract the ``t2g`` submatrix of the full ``d``-manifold two- or four-index U matrix. Parameters ---------- U : numpy.ndarray Two
python/triqs/operators/util/U_matrix.py:228
Functiont_max
c++/triqs/mesh/retime.hpp:99
Functiont_min
c++/triqs/mesh/retime.hpp:96
Functiontail_fit
Fit a high frequency 1/(iw)^n expansion of Sigma_iw and replace the high frequency part with the fitted tail. Either give the frequency
python/triqs/solver_utils/tail_fit.py:23
Functiontail_fitter
* @brief Construct a tail fitter for a given fraction \f$ r \f$ of the mesh, the maximum number of mesh points * \f$ p_{\text{max}} \f$ to use in
c++/triqs/mesh/tail_fitter.hpp:215
Functiontarget_indices
* @brief Get a generator over the multi-indices of the target space. * @return A range iterating over all index tuples of the target. */
c++/triqs/gfs/gf/gf_view.hpp:171
Functiontarget_indices
* @brief Get a generator over the multi-indices of the target space. * @return A range iterating over all index tuples of the target. */
c++/triqs/gfs/gf/gf.hpp:320
Functiontarget_indices
* @brief Get a generator over the multi-indices of the target space. * @return A range iterating over all index tuples of the target. */
c++/triqs/gfs/gf/gf_const_view.hpp:170
Methodtarget_rank
Number of target-space axes. Returns ------- int Equal to ``len(target_shape)`` — ``0`` for a scalar target,
python/triqs/gfs/gf.py:465
Functiontarget_shape
* @brief Get the shape of the target. * @return An array holding the extent of each target dimension. */
c++/triqs/gfs/gf/gf_view.hpp:165
Functiontarget_shape
* @brief Get the shape of the target. * @return An array holding the extent of each target dimension. */
c++/triqs/gfs/gf/gf.hpp:314
Functiontarget_shape
* @brief Get the shape of the target. * @return An array holding the extent of each target dimension. */
c++/triqs/gfs/gf/gf_const_view.hpp:164
Functiontau_L2_norm
c++/triqs/gfs/functions/dlr.hpp:434
Methodtb_hk
* @brief Construct a tight-binding Hamiltonian from lattice vectors and their hopping matrices. * * @param Rs List of lattice vectors \f$ \m
c++/triqs/experimental/lattice/tb_hk.hpp:56
Methodtest
test/c++/det_manip/det_manip_basic5.cpp:55
Methodtest
test/c++/det_manip/det_manipc1.cpp:66
Methodtest
test/c++/det_manip/det_manip_basic1.cpp:64
Methodtest
test/c++/det_manip/det_manip_all.cpp:67
Methodtest
test/c++/det_manip/det_manipc2.cpp:68
Methodtest
test/c++/det_manip/det_manip_comp1.cpp:65
Methodtest
test/c++/det_manip/det_manip2.cpp:45
Methodtest
test/c++/det_manip/det_manip_basic2.cpp:46
Methodtest_2x2SquareLattice3d
(self)
test/python/experimental/superlattice.py:12
Methodtest_2x2SquareLattice3d_with_gloc
(self)
test/python/experimental/superlattice.py:43
Methodtest_Base_Op
(self)
test/python/base/gf_base_op.py:43
Methodtest_Construct
(self)
test/python/base/gf_block.py:34
Methodtest_D05
(self)
test/python/base/gf_semicirc.py:30
Methodtest_D1
(self)
test/python/base/gf_semicirc.py:27
Methodtest_DLRImFreq_HF
(self)
test/python/base/crm_dyson_solver.py:96
Methodtest_DLRImTime_constraint
(self)
test/python/base/crm_dyson_solver.py:65
Methodtest_DLR_scalar
(self)
test/python/base/crm_dyson_solver.py:113
Methodtest_Mat_Prod
(self)
test/python/base/gf_base_op.py:174
Methodtest_TBLattice
(self)
test/python/lattice_tight_binding.py:41
Methodtest_TB_from_pythTB
(self)
test/python/lattice_utils.py:95
Methodtest_TB_from_w90
(self)
test/python/lattice_utils.py:59
Methodtest_TB_to_sympy_2D
(self)
test/python/lattice_tight_binding.py:74
Methodtest_algebra
(self)
test/python/operators.py:117
Functiontest_array
test/c++/meshes/mesh_tail_fitter.cpp:82
Methodtest_auto_w_max_blockgf_uses_max_over_blocks
(self)
test/python/solver_utils/test_make_gf_dlr_imfreq.py:102
← previousnext →2,501–2,600 of 2,819, ranked by callers