Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme.txt | 2019-12-30 | 858 Bytes | |
wavepacket-0.3.zip | 2019-12-30 | 2.6 MB | |
wavepacket-0.3.tar.bz2 | 2019-12-30 | 1.4 MB | |
Totals: 3 Items | 4.0 MB | 0 |
Major changes for version 0.3: - Complete Python3 interface for all classes If you build and install the Python interface, you can write WavePacket scripts directly in Python. All demos got an accompagnying python script as showcase. - StateBuilder class replaced by a set of simple functions. There are also some additional functions for building initial states, for example random wavefunctions or unit densities or constant wavefunctions. - Added a random number generator for reproducible randomness This is definitely a must to keep C++ and Python scripts in sync, since they would otherwise use different random numbers (could also happen with different compilers / standard libraries) - Fixed some bugs Zero wavefunctions are not normalized (would give NaN), and plotting/outputting the wavefunction mixed in some grid weights.