Skip to content

Tags: iskakoff/ALPSCore

Tags

v0.5.5

Toggle v0.5.5's commit message
Fixed copyright years.

v0.5.4

Toggle v0.5.4's commit message
Implemented assignment of GFs (data only!)

Assignment is possible only if meshes match, and only copies the data.
Testing of assignment of GF-with-tail is added.
(Fixes issue#208).

v0.5.3

Toggle v0.5.3's commit message
Updated copiright notice for year 2016.

v0.5.2

Toggle v0.5.2's commit message
Eliminate a few more warnings in tests.

Mostly "unused variables".

v0.5.1

Toggle v0.5.1's commit message
Fix for whiny compilers.

v0.5

Toggle v0.5's commit message
Fix alps::params test compilation error for clang++.

There seems to be a bug in clang, see
https://llvm.org/bugs/show_bug.cgi?id=22247

A workaround is introduced.

v0.4.5

Toggle v0.4.5's commit message
Update comments in main.cpp of Ising simulation tutorial.

v0.4

Toggle v0.4's commit message
Very rough draft of "Installation and Use" doc is added.

(cf. issues ALPSCore#53, ALPSCore#54).

v0.3.1

Toggle v0.3.1's commit message
Make tutorials work again.

v0.3.0

Toggle v0.3.0's commit message
Partial testing of alps::params streaming.

Tests only scalars, string, and boolean.

TODO: Add vectors, uninitialized values, alps::params instance with several options defined.