|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/mesh/k_expr.hpp>
Unary minus \( \mathbf{k} \)-vector expression.
| OP | Operator tag. |
| L | Operand type. |
Definition at line 46 of file k_expr.hpp.
Public Member Functions | |
| auto | index () const |
| Get the index of the reciprocal vector \( -\mathbf{k} \) (see triqs::mesh::brzone::mesh_point_t::index()). | |
| uint64_t | mesh_hash () const |
| Get the hash value of the mesh to which the operand belongs. | |
| auto | value () const |
| Get the reciprocal vector \( -\mathbf{k} \) (see triqs::mesh::brzone::mesh_point_t::value()). | |