ScaMaC  0.8.2
A Scalable Matrix Collection
scamac_matrix_SpinChainXXZ.h
1 /* *** *** *** *** *** *** *** *** *** *** */
2 /* autogenerated by ScaMaC_build_generator */
3 /* Fri, 24 May 2019 12:40:36 +0200 */
4 /* *** *** *** *** *** *** *** *** *** *** */
5 #ifndef SCAMAC_MATRIX_SPINCHAINXXZ_H
6 #define SCAMAC_MATRIX_SPINCHAINXXZ_H
7 
8 #include "scamac_internal.h"
9 #include "scamac_sparserow.h"
10 #include "scamac_option_inc.h"
11 #include "scamac_dof_spins.h"
12 
13 typedef struct {
14  double Jxy;
15  double Jz;
16  double Bz;
17  int n_sites;
18  int n_up;
19  scamac_option_ty boundary_conditions;
20 } scamac_matrix_SpinChainXXZ_params_st;
21 
22 typedef struct {
23  ScamacIdx ns;
24  ScamacIdx maxnzrow;
25  scamac_dof_spins_st * dof;
26 } scamac_matrix_SpinChainXXZ_tables_st;
27 
28 typedef struct {
29  scamac_rep_spins_st *rep, *repinit;
30 } scamac_matrix_SpinChainXXZ_work_st;
31 
32 ScamacErrorCode scamac_matrix_SpinChainXXZ_check(const scamac_matrix_SpinChainXXZ_params_st * par, char ** desc);
33 ScamacErrorCode scamac_matrix_SpinChainXXZ_tables_create(const scamac_matrix_SpinChainXXZ_params_st * par, scamac_matrix_SpinChainXXZ_tables_st ** tab, scamac_info_st * info);
34 ScamacErrorCode scamac_matrix_SpinChainXXZ_tables_destroy(scamac_matrix_SpinChainXXZ_tables_st * tab);
35 ScamacErrorCode scamac_matrix_SpinChainXXZ_work_alloc(const scamac_matrix_SpinChainXXZ_params_st * par, const scamac_matrix_SpinChainXXZ_tables_st * tab, scamac_matrix_SpinChainXXZ_work_st ** ws);
36 ScamacErrorCode scamac_matrix_SpinChainXXZ_work_free(scamac_matrix_SpinChainXXZ_work_st * ws);
37 ScamacErrorCode scamac_matrix_SpinChainXXZ_generate_row(const scamac_matrix_SpinChainXXZ_params_st * par, const scamac_matrix_SpinChainXXZ_tables_st * tab, scamac_matrix_SpinChainXXZ_work_st * ws, ScamacIdx irow, ScamacFlag flag, scamac_sparserow_real_st * row);
38 
39 #endif /* SCAMAC_MATRIX_SPINCHAINXXZ_H */
Internal types and (macro) definitions.