-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
37 lines (33 loc) · 1.45 KB
/
ChangeLog
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
0.7
* Redone MATLAB interface from scratch.
* The old mex interface is removed
* Added new binary file format (pbuf) which is now default.
0.6.2
*** Uppsala changes:
* Added Lanczos method to ProgEigen. Suitable for non-hermitian problems
* Added Perfectly Matched Layers (PML): OGridPML (+ GridGMat unstable)
* Added Arnoldi Propagator (SIL for non-hermitian H's)
* Introduced automatic error cutoffs for Cheby & SIL
* Scale factor for GridKick
* Changed multi dimension input parameters (e.g. mass0=xx mass1=yy => mass=xx,yy)
* Added Higher Order Finite diffencing scheme (accesible via method keyword)
*** Munich changes:
* Removed old SPO propagator. Use GSPO instead.
* Memory optimizations
* Scaling factor for laser fields.
* Increased max. number of filters.
* Added Raman Operator for 2 Photon couplings
* OCT support for operators which are marked as non-hermitian.
* Added external config files for global parameters in home dir and cwd (~/.qdconfig and .qdconfig)
* Added mex-module for the peak finder
* Added mex-module for global parameters
* Added mex-modules for meta files
* bzip2 support for qdz
0.6.1
* Added simple pulsegenerator to Laser class
* Flux operator works now with multistate WFs
* Define variables on the commandline
* Added Experimental Stokes friction operator
* Added Filter programm which allows filtering of existing propagations
* Added bzip2 compression support for WFs
* bugfixes