From: Ulf L. <ul...@wa...> - 2016-12-29 00:12:31
|
Hi, I just assembled another release for the C++ version of WavePacket. Version 0.1.2 deviates a bit from the earlier releases in that I focused more on usage improvements. * documentation improvements The tutorials have been moved from the wiki to the code and expanded considerably. There are still edges and poorly documented capabilities, but the overall documentation should be much better. * using CMake for building CMake is a meta build system. In the short run, it makes the usage more cumbersome, because you need an additional step for compilation your programs. In the long run, I would like to reap some available benefits, such as allowing out-of-the-box compilation of dependencies (tensor library) and possibly Windows ports. * added a solver for the time-independent Schroedinger equation Nothing fancy, just a convenience wrapper around the corresponding LAPACK function. * improved Chebychev propagator For not too complicated cases, the propagator can now auto-determine an upper limit for the operator spectrum, requiring less setup. Note that you need a new image if you use a virtual machine for the installation. Ulf |