gevero / py_gmm

A Generalized Multiparticle Mie code, especially suited for plasmonics
GNU General Public License v3.0
22 stars 12 forks source link

Sphere size limit #23

Closed yu-ting-py closed 3 years ago

yu-ting-py commented 3 years ago

Hi

I saw your code includes 'electrostatic approximation', right? So I assume particle size cannot be too big (greater than the wavelength). Is this true?

gevero commented 3 years ago

The code can deal with clusters of spheres of arbitrary size. The qs_flag allows to perform a quasi static simulation, in the case you wanted to. qs_flas='no' means that you are performing a fully retarded simulation.

Best

Giovanni