TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
Loading...
Searching...
No Matches
triqs::modest::one_body_elements_tb

#include <triqs_modest/obe_tb.hpp>

Detailed Description

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.
 

Member Function Documentation

◆ operator==()

bool triqs::modest::one_body_elements_tb::operator== ( one_body_elements_tb const &  ) const
default

Equality comparison operator.

Friends And Related Symbol Documentation

◆ mpi_broadcast

void mpi_broadcast ( one_body_elements_tb x,
mpi::communicator  c = {},
int  root = 0 
)
friend

MPI broadcast.

Definition at line 39 of file obe_tb.hpp.

Member Data Documentation

◆ C_space

local_space triqs::modest::one_body_elements_tb::C_space

Local \( \mathcal{C} \) space.

Definition at line 30 of file obe_tb.hpp.

◆ H

std::vector<tb_hamiltonian> triqs::modest::one_body_elements_tb::H

List of TB Hamiltonians.

Definition at line 31 of file obe_tb.hpp.


The documentation for this struct was generated from the following file: