adda icon indicating copy to clipboard operation
adda copied to clipboard

ADDA - light scattering simulator based on the discrete dipole approximation

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

After installing MPI, I run the command 'time mpiexec - N 24. / ADDA master / SRC / MPI / ADDA_ mpi -shape sphere -size 5.2 -dpl 15 -m 1.2...

question

When I install clfft, the configuration is incomplete and an error occurs. I don't know how to find and solve this problem

question

Improved scripts for figures on PRA requirements _Thank you for contributing to ADDA. Please remove the Italic text (`_..._`) throughout this template after following the corresponding instructions_ ### Description Improved...

### Description This adds the possibility for simulating electron energy loss spectroscopy and cathodoluminescence for particles embedded into infinite arbitrary host medium. ### Related issues https://github.com/adda-team/adda/issues/91 https://github.com/adda-team/adda/issues/155 ### Types of...

feature
pri-High

ADDA was using a definition of MB as 2^20 bytes, but it is [now considered obsolete](https://en.wikipedia.org/wiki/Megabyte), steering toward the SI-based meaning of MB as 10^6 bytes. Not to change the...

bug
comp-Docs
comp-UI
pri-Medium

After we finalize the implementation for a homogeneous semi-infinite substrate (basic surface mode) - #101, we need to think about extending it to multi-layered substrates. Here are several issues with...

feature
comp-Logic
pri-Medium
surf

``` It is possibly to calculate T-matrix using the DDA, which can be used for repeated simulation of different particle orientations. Originally it was proposed by Dan Mackowski in 2002...

feature
comp-Logic
pri-Low

Multi surface mode (work in progress)

feature
pri-Medium

We have description of the code style - https://github.com/adda-team/adda/wiki/CodeStyleGuide. But it is neither comprehensive (covers all cases) nor enforced. It would be great to implement testing for the style in...

pri-Medium
maintainability
DevOps

This issue aims to to start some partial implementation of the unit tests. In general, ADDA is not well-suited for unit tests due to heavy use of global variables and...

pri-Medium
DevOps