QNANO
|
#include <TB_Hopping_Parameter_List.h>
Public Member Functions | |
size_t | size () const |
int | get_element (size_t i) |
int | find (int el) const |
int | find_check (int el) const |
void | add_element (int el) |
void | add_from_file (const std::string &filename) |
void | print (std::ostream &os=std::cout) const |
void | print (const std::string &filename) const |
void | setup (Parameter_Map ¶m_map) |
TB_Hopping_Parameter_List (const std::string &filename) | |
TB_Hopping_Parameter_List (Parameter_Map ¶m_map) | |
Public Attributes | |
std::vector< std::vector< TB_Hopping_Parameter > > | list |
Protected Attributes | |
std::vector< int > | elements |
Storage of Hopping Parameters between different materials.