adda
adda copied to clipboard
ADDA - light scattering simulator based on the discrete dipole approximation
``` On recent GPU devices the matrix vector multiplication in adda is as fast as the preparation of the next argument vector within the iterative solver (currently done by the...
### Is your feature request related to a problem? Please describe. Right now the Fourier transform of the D-matrix is done with the FFTW even in OpenCL mode. This brings...
``` Some older versions of ADDA (before the public release) had an option to used single precision. But it was removed because CPU have been efficient with double precision already...
I want a field distribution diagram. I have created wrapped version for generating spectrum using code giving the option to select size and refractive index files. Now i want to...
``` Implement convenient simulation of spectrum, either inside of ADDA, or with a separate script. Possibly optimize calculation by simultaneous solving for many wavelength values in one iterative sequence (should...
### Is your feature request related to a problem? Please describe. When granule generator is used (currently, that is the only place in the code, which uses random generator), the...
Example code to run simulations on a custom angle grid and integrate hemispherical forward and backward scattering cross sections. It is a sort of stand-alone compiler to be put in...
It seems logical to incorporate old `sample/` into `examples`. For instance, it may be two subfolders: `default` and `mpi_scripts`. Manual should then be updated accordingly.
I have been an avid Nix user for quite some time, and I will be using ADDA in the future; hence, I took some time to package it up for...
### Is your feature request related to a problem? Please describe. The built-in orientation averaging of ADDA is moderately efficient and robust. However, in many cases there exist ideas, how...