adda icon indicating copy to clipboard operation
adda copied to clipboard

ADDA - light scattering simulator based on the discrete dipole approximation

Results 147 adda issues
Sort by recently updated
recently updated
newest added

``` 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...

comp-Logic
performance
pri-Medium
OpenCL

### 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...

comp-Logic
pri-Low
maintainability
OpenCL

``` 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...

feature
comp-Logic
performance
pri-Medium
OpenCL

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...

question

``` 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...

pri-High
usability
comp-Logic

### 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...

help wanted
usability
comp-Logic
pri-Medium
maintainability

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...

pri-Medium
comp-Example

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.

pri-Medium
maintainability
MPI
comp-Example

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...

usability
comp-Scripts
pri-Medium
maintainability

### 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...

help wanted
performance
comp-Scripts
pri-Low