QNANO
Select_Diagonal_Corrections.h
1 #ifndef QNANO_NEW_SELECT_DIAGONAL_CORRECTIONS
2 #define QNANO_NEW_SELECT_DIAGONAL_CORRECTIONS
3 
4 #include <vector>
5 #include "tightbinding/TB_Parameter.h"
6 
9  double get_diagonal_correction(const std::pair<const TB_Parameter *, int> &par_typ, size_t o0, size_t o1);
10 
11 }
12 #endif
Definition: Select_Diagonal_Corrections.h:7