-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog-3.x
412 lines (232 loc) · 11.7 KB
/
ChangeLog-3.x
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
2009-06-23 Synge Todo <[email protected]>
* Fixed improved estimators for |Magnetization|, |Magnetization Density|,
|Staggered Magnetization|, |Staggered Magnetization Density| in
looper/susceptibility.h
2009-06-19 Synge Todo <[email protected]>
* Reduced memory usage of estimators
2009-06-17 Synge Todo <[email protected]>
* [pro] fixed correlation length estimator
2009-03-30 Synge Todo <[email protected]>
* version 3.2b9 for ALPS Applications 1.3
2009-03-30 Synge Todo <[email protected]>
* Fixed estimator initialization
2009-03-24 Synge Todo <[email protected]>
* version 3.2b7 for ALPS Applications 1.3
2009-03-24 Synge Todo <[email protected]>
* Removed old alps scheduler support
2008-11-08 Synge Todo <[email protected]>
* Adapted for parapack scheduler inclusion into ALPS library
(To-Do: remove dependency on conventional ALPS scheduler)
* Removed looper/integer_range.h (use alps/parapack/integer_range.h instead)
2008-10-08 Synge Todo <[email protected]>
* Update for alps-parapack new factory class
2008-01-12 Synge Todo <[email protected]>
* [pro] Added stand-alone reference implementations (serial and
parallel versions) in 'standalone' directory.
2008-01-08 Synge Todo <[email protected]>
* version 3.2b5 for ALPS Applications 1.3
2007-10-28 Synge Todo <[email protected]>
* [pro] Added correlation length estimator.
2007-10-09 Synge Todo <[email protected]>
* Introduced SCATTERING_RATIO parameter to xyz_bond_weight_helper
class
2007-10-03 Synge Todo <[email protected]>
* Fixed unimproved estimator of correlation functions for S>1/2 in
looper/correlation.h
2007-07-31 Synge Todo <[email protected]>
* Added support for XYZ interaction.
2007-07-30 Synge Todo <[email protected]>
* Fixed (improved) negative sign estimator.
2007-07-01 Synge Todo <[email protected]>
* Fixed a bug in calculating weights for longitudinal external field.
2007-05-30 Synge Todo <[email protected]>
* Added linear_distance_helper in looper/lattice.h for calculating
the 'real' linear distance between the vertices
2007-03-23 Synge Todo <[email protected]>
* Added pre_evaluator.
2007-03-12 Synge Todo <[email protected]>
* [pro] Added string order parameter.
2007-02-24 Synge Todo <[email protected]>
* version 3.2b3
- prerequisites: boost-1.31.1, alps-1.3b3, lapack
- Implemented all the feasures planed for alps-application release 1.3
- Support for ALPS/parapack
- ToDo: fixed for negative signs, external field for SSE, QWL,
more tests, documentation
2007-02-24 Synge Todo <[email protected]>
* Added custom measurements (average, local, correlations,
structure factor)
2006-12-15 Synge Todo <[email protected]>
* Added support for ALPS/parapack.
2006-01-26 Synge Todo <[email protected]>
* Added extras subdirectory
2006-01-23 Synge Todo <[email protected]>
* Fixed evaluation of non-linear quantities.
2006-01-20 Synge Todo <[email protected]>
* version 3.2b1
- prerequisites: boost-1.31.1, alps snapshot (2006/01/20), lapack
- new features: new internal tree-like data structure for
clusters, two-pass cluster update, support for longitudinal field,
transverse field, single-ion anisotropy (D-term), variable length SSE
- ToDo: fixed for negative signs, external field for SSE, QWL, add
measurement of stiffness, more tests, documentation
2006-01-06 Synge Todo <[email protected]>
* First working version of new alps-looper (candidate of version 3.2)
* Old version is moved into v3.1 subdirectory
2005-02-23 Synge Todo <[email protected]>
* Added support for disordered lattices
2004-12-10 Synge Todo <[email protected]>
* Added support for MKL 7.2
2004-11-25 Synge Todo <[email protected]>
* Adopted boost::program_options
2004-11-07 Synge Todo <[email protected]>
* Moved all the operator definitions into site basis (for ALPS 1.3).
2004-10-08 Synge Todo <[email protected]>
* version 3.1.2
* Rearranged source files to reduce memory size for build.
* Added master header file 'looper.h'.
* Removed virtual_graph class template and virtual_graph.h.
2004-10-06 Synge Todo <[email protected]>
* version 3.1.1
* Fixed improved estimators for models with negative signs.
* Fixed (or improved) default labeling probability for models on
non-bipartite lattices.
* Added diagonal energy measurement.
2004-09-23 Synge Todo <[email protected]>
* version 3.1
- prerequisites: boost-1.31, alps-1.2, lapack
- TODO: optimization, more measurements, bug fix for improved
estimator with negative sign problem
2004-09-21 Synge Todo <[email protected]>
* version 3.1b3
* Force "ergodic" loop solutions also for non-bipartite lattices.
2004-09-17 Synge Todo <[email protected]>
* Removed unused parameter from generate_loops.
2004-09-14 Synge Todo <[email protected]>
* version 3.1b2
* Fixed for non-bipartite lattices.
* Added (hidden) simulation parameters STRICT_MCS and FIXED_SEED
for debugging.
* Fixed sign calculation.
2004-09-13 Synge Todo <[email protected]>
* version 3.1b1
* Fixed energy offset for SSE with "ergodic" loop solutions.
* Added negative sign support.
2004-08-25 Synge Todo <[email protected]>
* Fixed xxz.h for systems with different spin sizes.
* Added support for extenal field in site_parameter.
* Added an extra parameter to the default weight classes for
supporting "erdogic" loop solutions.
2004-08-20 Synge Todo <[email protected]>
* Changed solve_llsp so that the SVD is used instead of QL
factorization. Added test programs gesvd and llsp. Removed
the test program gels.
2004-08-19 Synge Todo <[email protected]>
* Added support for MKL 7.0
2004-07-22 Synge Todo <[email protected]>
* version 3.0.1 released.
2004-07-09 Synge Todo <[email protected]>
* Fixed random_choice class template.
2004-06-25 Synge Todo <[email protected]>
* Added alternating_tensor (Levi-Civita or permutation symbol)
function in looper/util.h.
2004-06-11 Synge Todo <[email protected]>
* version 3.0 released.
2004-06-08 Synge Todo <[email protected]>
* Turned off maintainer mode for GNU autotools.
2004-06-03 Synge Todo <[email protected]>
* Added new measurement staggered_generalized_susceptibility_imp.
Renamed generalized_susceptibility_imp as
uniform_generalized_susceptibility_imp.
2004-05-17 Synge Todo <[email protected]>
* Updated automake version to 1.8.5.
2004-05-14 Synge Todo <[email protected]>
* Changed excecutable names (qmc* -> loop*).
2004-04-21 Synge Todo <[email protected]>
* Fixed a bug in static_correlation in looper/path_integral.h
2004-04-20 Synge Todo <[email protected]>
* Optimized measurement of staggered susceptibility in SSE.
2004-04-14 Synge Todo <[email protected]>
* Added wrapper and test program for linear least squares solver
(gels) in LAPACK.
* Replaced internal matrix representation in xxz_matrix by
boost::multiarray<>. Improved fitting algorithm in fit2xxz by
using the linear least squares solver.
2004-04-07 Synge Todo <[email protected]>
* version 3.0b5 released.
- prerequisites: boost_1_31_0, alps-20040407
- TODO: optimization, improved estimators, more measurements,
license issue. Bug fixes for some mesurements...
2004-04-06 Synge Todo <[email protected]>
* Added exact diagonalization checking program.
* Moved percolation programs into an independent package.
2004-04-03 Synge Todo <[email protected]>
* Introduced site_parameter<T> class template.
2004-04-01 Synge Todo <[email protected]>
* Add new test generate_01, in which icc 8.0 with -xW fails, and
changed looper/path_integral.h as a workaround for this bug.
* Changed looper/path_integral.h as a workaround for a bug in icc
8.0 with -O1 or higher.
2004-03-23 Synge Todo <[email protected]>
* Changed looper/graph.h so that the generate_graph function uses
ALPS/Lattice Library.
2004-03-06 Synge Todo <[email protected]>
* New configure script and Makefiles using GNU automake tool.
2004-03-04 Synge Todo <[email protected]>
* Adopted parameter and measurement names to the new
ALPS/QMC standard. (See applications/qmc/sse/conventions.txt)
2004-02-29 Matthias Troyer <[email protected]>
* Added support for default parameters in Hamiltonian
2004-02-19 Synge Todo <[email protected]>
* Supported installing headers etc.
2004-01-16 Synge Todo <[email protected]>
* Fixed worker<QMC_WORKER>::work_done() function.
* Changed measurement type in qmc_impl.h and percolation_impl.h.
2003-11-20 Synge Todo <[email protected]>
* version 3.0b4 released.
- prerequisites: boost-ss-20031116, boost-ss-20031116.patch,
alps-20031116
- TODO: optimization, more measurements, license issue. Bug fixes
for some mesurements (specific heat in path integral?)...
2003-11-20 Synge Todo <[email protected]>
* Fixed susceptibility calculation by means of improved estimator
in SSE representation.
2003-11-16 Synge Todo <[email protected]>
* Fixed specific heat calculation in SSE representation.
2003-11-14 Synge Todo <[email protected]>
* version 3.0b3 released.
- prerequisites: boost-ss-20031109, boost-ss-20031109.patch,
alps-20031114
- TODO: optimization, improved estimators, more measurements,
license issue. Bug fixes for some mesurements...
2003-11-13 Synge Todo <[email protected]>
* Added check directory, which contains sample parameter for
qmc (qmc_mpi) for checking results.
2003-11-12 Synge Todo <[email protected]>
* Updated copyright and file headers and added program `copyright'.
* Added exact diagonalization code (from dpQLM) for checking QMC
results.
2003-11-07 Synge Todo <[email protected]>
* Added improved estimators for uniform/staggered magnetization^2,
etc.
2003-11-06 Synge Todo <[email protected]>
* version 3.0b2 released.
- prerequisites: boost-ss-20031102, boost-ss-20031102.patch,
alps-20031105
- TODO: optimization, improved estimators, more measurements,
license issue.
2003-11-06 Synge Todo <[email protected]>
* Moved measurements into looper/measuerment.h
* Added is_bipartite member in [path_integral,sse]::parameter_type.
* Removed check_and_resize from path_integral.h.
* Added specific heat measurement.
* Fixed staggered susceptibility measurement.
2003-11-05 Synge Todo <[email protected]>
* Modified Makefile.in so that MPI version of programs (qmc_mpi,
percolation_mpi) will also be built.
* Added measurement for staggered susceptibility (unimproved
estimator). (SSE output seems still incorrect.)
2003-11-05 Synge Todo <[email protected]>
* version 3.0b1 released.
- prerequisites: boost-ss-20031102, boost-ss-20031102.patch,
alps-20031105