Google Code Exporter
Google Code Exporter
``` Currently the iterative solvers try to reach the prescribed accuracy. If it stagnates for a (very) large number of iterations, it stops and produces an error. The idea is...
``` We have been researching the possibility to make non-local extension of the DDA. Now (r1304) there are two options implemented: 'nloc' and 'nloc_av' (as arguments to options -pol and...
``` Implement simulation for single given incident polarization (complex amplitude). It will cut down simulation time twice for certain applications. ``` Original issue reported on code.google.com by `yurkin` on 24...
``` I have accidentally found this bug while running automatic tests. It is present down to at least v.0.78 (the earliest Windows MPI executable that is available). However, the combination...
``` It should be easy to implement Bessel beams in ADDA. They are becoming more and more popular, so applications should come by. ``` Original issue reported on code.google.com by...
``` Implement possibility to simulate 1D and 2D-periodic scatterers as is done in DDSCAT 7.0. It seems relatively easy, however a particular way to do it should be chosen from...
``` Think of a convenient way to calculate near field in a number of points or on a grid around the particle. Possibly implement calculation of the B-field together with...
``` Further optimize scattered field calculation for large grid of angles, trying to use FFT-based ideas to transforming 3D array of polarizations to a sphere surface in spectral space. ```...
``` Use weighting function for integration of scattered fields to obtain Csca and g. Take into account at least the diffraction peak. This is similar to what is currently done...
``` Currently ADDA calculates the scattered intensity for a set of scattering angles. In certain applications, scattering function is described as a series of spherical harmonics. Thus, simulation method should...