|
TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
|
#include <triqs_modest/obe_tb.hpp>
A one-body elements using a tight-binding Hamiltonian.
Definition at line 29 of file obe_tb.hpp.
Public Member Functions | |
| bool | operator== (one_body_elements_tb const &) const =default |
| Equality comparison operator. | |
Public Attributes | |
| local_space | C_space |
| Local \( \mathcal{C} \) space. | |
| std::vector< tb_hamiltonian > | H |
| List of TB Hamiltonians. | |
Friends | |
| void | mpi_broadcast (one_body_elements_tb &x, mpi::communicator c={}, int root=0) |
| MPI broadcast. | |
|
default |
Equality comparison operator.
|
friend |
MPI broadcast.
Definition at line 39 of file obe_tb.hpp.
| local_space triqs::modest::one_body_elements_tb::C_space |
Local \( \mathcal{C} \) space.
Definition at line 30 of file obe_tb.hpp.
| std::vector<tb_hamiltonian> triqs::modest::one_body_elements_tb::H |
List of TB Hamiltonians.
Definition at line 31 of file obe_tb.hpp.