1 #ifndef QNANO_NEW_LIST_OF_SUPPORTED_TB_MODELS_DEFINED_H_ 2 #define QNANO_NEW_LIST_OF_SUPPORTED_TB_MODELS_DEFINED_H_ 4 #include "tightbinding/TB_Model_spdsstar.h" 5 #include "tightbinding/TB_Model_Slater_Koster.h" 12 static TB_Model * new_model(
const std::string &model_name){
13 if(model_name==
""||model_name==
"Slater_Koster"||model_name==
"SlaterKoster"){
23 std::cerr<<
"Tight-binding model '"<<model_name<<
"' not known!"<<std::endl;
Definition: List_of_supported_TB_Models.h:9
Definition: TB_Model.h:38
Definition: TB_Model_Slater_Koster.h:19