Google Code Exporter
Google Code Exporter
``` Implement continuous polarizability (not discrete values, as now), change -read format accordingly. Possibly implement full tensor of polarizability. This will open way to many new features, in particular Weighted...
``` Implement binary format for shape files, which can save space tremendously for homogeneous particles. ``` Original issue reported on code.google.com by `yurkin` on 24 Dec 2008 at 6:56
``` Currently, rotation of the particle is emulated by inverse rotation of everything else. This is proper way to do for free space. However, when particle is near a surface(issue...
``` Different modes of ADDA have slightly different sets of available command line options. Unused options are turned off completely at compile time. This is good, as they don't show...
``` Save more information about the shape, when using -save_geom. ``` Original issue reported on code.google.com by `yurkin` on 24 Dec 2008 at 7:01
``` Optimize calculation of sine and cosine integrals, e.g. implement code from gsl. ``` Original issue reported on code.google.com by `yurkin` on 24 Dec 2008 at 7:46
``` Completely rewrite calculation of radiation forces using FFT. Add its memory requirements to -prognose estimates, and perform other integration into the code. ``` Original issue reported on code.google.com by...
``` Implement optimizations based on the analysis of the shape (position of real dipoles on the grid) to decrease tests and indirect indexing in MatVec, CalcField, etc. It is not...
``` Implement calculation of scattering for the 2D grid of scattering angles (and asymmetry parameter) in combination with orientation averaging. This can be useful when orientation is not completely random....
``` Further develop the checkpoint system. Extend it to calculations of two polarizations and orientation averaging. ``` Original issue reported on code.google.com by `yurkin` on 26 Nov 2008 at 7:09