ScaMaC  0.8.2
A Scalable Matrix Collection
scamac_matrix_TightBinding.h
1 /* *** *** *** *** *** *** *** *** *** *** */
2 /* autogenerated by ScaMaC_build_generator */
3 /* Fri, 24 May 2019 12:40:36 +0200 */
4 /* *** *** *** *** *** *** *** *** *** *** */
5 #ifndef SCAMAC_MATRIX_TIGHTBINDING_H
6 #define SCAMAC_MATRIX_TIGHTBINDING_H
7 
8 #include "scamac_internal.h"
9 #include "scamac_sparserow.h"
10 #include "scamac_option_inc.h"
11 #include "scamac_dof_lattice.h"
12 
13 typedef struct {
14  int Lx;
15  int Ly;
16  int Lz;
17  double t;
18  scamac_option_ty boundary_conditions;
19  int mx;
20  int my;
21  int mz;
22 } scamac_matrix_TightBinding_params_st;
23 
24 typedef struct {
25  ScamacIdx ns;
26  ScamacIdx maxnzrow;
27  scamac_dof_lattice_cubic_st dof;
28 } scamac_matrix_TightBinding_tables_st;
29 
30 ScamacErrorCode scamac_matrix_TightBinding_check(const scamac_matrix_TightBinding_params_st * par, char ** desc);
31 ScamacErrorCode scamac_matrix_TightBinding_tables_create(const scamac_matrix_TightBinding_params_st * par, scamac_matrix_TightBinding_tables_st ** tab, scamac_info_st * info);
32 ScamacErrorCode scamac_matrix_TightBinding_tables_destroy(scamac_matrix_TightBinding_tables_st * tab);
33 ScamacErrorCode scamac_matrix_TightBinding_generate_row(const scamac_matrix_TightBinding_params_st * par, const scamac_matrix_TightBinding_tables_st * tab, void * ws, ScamacIdx irow, ScamacFlag flag, scamac_sparserow_real_st * row);
34 
35 #endif /* SCAMAC_MATRIX_TIGHTBINDING_H */
Internal types and (macro) definitions.