aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/common/structs.h
blob: 06edb343d25f19a9bd6908680d8e8a4df825d2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/* structs.h -- definitions of data/coeffsicient structures */
/* $Header$ */

/******************************************************************************/

/*
 * Each of these structures holds a molecule-sized piece of a single
 * real data array, or of a single real/imaginary component of a single
 * complex data array.
 */

struct	data_struct_1d_size2
	{
	#include "1d.cube.size2/data-dcl.h";
	}
struct	data_struct_1d_size3
	{
	#include "1d.cube.size3/data-dcl.h";
	};
struct	data_struct_1d_size4
	{
	#include "1d.cube.size4/data-dcl.h";
	};
struct	data_struct_1d_size5
	{
	#include "1d.cube.size5/data-dcl.h";
	};
struct	data_struct_1d_size6
	{
	#include "1d.cube.size6/data-dcl.h";
	};
struct	data_struct_1d_size7
	{
	#include "1d.cube.size7/data-dcl.h";
	};

struct	data_struct_2d_size2
	{
	#include "2d.cube.size2/data-dcl.h";
	}
struct	data_struct_2d_size3
	{
	#include "2d.cube.size3/data-dcl.h";
	};
struct	data_struct_2d_size4
	{
	#include "2d.cube.size4/data-dcl.h";
	};
struct	data_struct_2d_size5
	{
	#include "2d.cube.size5/data-dcl.h";
	};
struct	data_struct_2d_size6
	{
	#include "2d.cube.size6/data-dcl.h";
	};

struct	data_struct_3d_size2
	{
	#include "3d.cube.size2/data-dcl.h";
	}
struct	data_struct_3d_size3
	{
	#include "3d.cube.size3/data-dcl.h";
	};
struct	data_struct_3d_size4
	{
	#include "3d.cube.size4/data-dcl.h";
	};
struct	data_struct_3d_size5
	{
	#include "3d.cube.size5/data-dcl.h";
	};
struct	data_struct_3d_size6
	{
	#include "3d.cube.size6/data-dcl.h";
	};

/******************************************************************************/

/*
 * Each of these structures holds all the coeffsicients for a single
 * molecule (written as a linear combination of the input data).
 */

struct	coeffs_struct_1d_size2
	{
	#include "1d.cube.size2/coeffs-dcl.h";
	}
struct	coeffs_struct_1d_size3
	{
	#include "1d.cube.size3/coeffs-dcl.h";
	};
struct	coeffs_struct_1d_size4
	{
	#include "1d.cube.size4/coeffs-dcl.h";
	};
struct	coeffs_struct_1d_size5
	{
	#include "1d.cube.size5/coeffs-dcl.h";
	};
struct	coeffs_struct_1d_size6
	{
	#include "1d.cube.size6/coeffs-dcl.h";
	};
struct	coeffs_struct_1d_size7
	{
	#include "1d.cube.size7/coeffs-dcl.h";
	};

struct	coeffs_struct_2d_size2
	{
	#include "2d.cube.size2/coeffs-dcl.h";
	}
struct	coeffs_struct_2d_size3
	{
	#include "2d.cube.size3/coeffs-dcl.h";
	};
struct	coeffs_struct_2d_size4
	{
	#include "2d.cube.size4/coeffs-dcl.h";
	};
struct	coeffs_struct_2d_size5
	{
	#include "2d.cube.size5/coeffs-dcl.h";
	};
struct	coeffs_struct_2d_size6
	{
	#include "2d.cube.size6/coeffs-dcl.h";
	};

struct	coeffs_struct_3d_size2
	{
	#include "3d.cube.size2/coeffs-dcl.h";
	}
struct	coeffs_struct_3d_size3
	{
	#include "3d.cube.size3/coeffs-dcl.h";
	};
struct	coeffs_struct_3d_size4
	{
	#include "3d.cube.size4/coeffs-dcl.h";
	};
struct	coeffs_struct_3d_size5
	{
	#include "3d.cube.size5/coeffs-dcl.h";
	};
struct	coeffs_struct_3d_size6
	{
	#include "3d.cube.size6/coeffs-dcl.h";
	};