adda-team / adda

ADDA - light scattering simulator based on the discrete dipole approximation
GNU General Public License v3.0
95 stars 56 forks source link

Refractive index of the medium #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement specifying refractive index of the medium by command line option.
It will simplify application of ADDA to such cases reusing existing files
with refractive index spectra, etc.

Since absorbing refractive index of the medium is fundamentally hard, first
step is to limit the command line argument to real values.

Original issue reported on code.google.com by yurkin on 9 Dec 2009 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by yurkin on 27 Apr 2010 at 4:10

myurkin commented 5 years ago

It is also interesting to look into the possibility of tensorial (anisotropic) epsilon of the medium. But that requires proper formulation of the scattering problem in the first place.

alkichigin commented 4 years ago

It seems to be easy to add support for non-absorbing host medium, let it be called m_h. In our work on EELS (https://github.com/adda-team/adda/issues/155) we found that as for now to simulate non-absorbing medium other than vacuum one has to:

myurkin commented 4 years ago

@Sunmosk

Sunmosk commented 4 years ago

Already added -mhost into ADDA in my local copy. Currently it works for real RI (non-absorbing host medium), but my goal is to add support of complex RI.

myurkin commented 3 years ago

The first operational version (proof-of-principle) for complex RI is available at https://github.com/Sunmosk/adda-complex_freq