Go to file
Marek Nečada 0b4044f267 Fix translation coefficient magnitude for unnormalized waves.
N. B. this will lead to different numbers than in Xu's tables.
The normalizations "XU" and "NONE" will be hence different


Former-commit-id: 040a39c694e871b487523af73abbf3028ef81576
2018-05-06 21:29:02 +00:00
besseltransforms Mathematica bessel transforms 2018-03-28 11:52:50 +03:00
dipdip-dirty [dirty dipoles] Hankel transform of the long-range part of Hankel 2018-01-23 22:29:03 +02:00
misc Fix edge legendre signs again 2018-01-29 17:34:41 +02:00
notes gsl_sf_bessel_jl_array and gsl_sf_bessel_jl_steed_array are inprecise. 2018-03-14 14:10:11 +02:00
qpms Fix translation coefficient magnitude for unnormalized waves. 2018-05-06 21:29:02 +00:00
scuff-condor/sphere Split from dicke, initiated technical notes. 2015-11-09 10:57:22 +02:00
scuff-sphere Split from dicke, initiated technical notes. 2015-11-09 10:57:22 +02:00
tests Various uncommitted mods and fixes 2018-03-28 18:28:33 +03:00
BUGS.rst Found a working set of parameters for the VSWF translation. 2018-05-06 17:34:35 +00:00
Electrodynamics.bib Notes on transforming the T-matrix. 2016-07-06 01:59:22 +03:00
README.rst Plane wave test, docs. 2016-07-26 00:42:16 +03:00
TODOs.rst Pseudovectorised version of qpms_p.vswf_yr() 2017-07-20 17:05:32 +03:00
ewald.lyx [ewald] dudom 2017-08-15 16:15:20 +03:00
setup.cfg Balíčkování 2016-03-27 12:56:54 +03:00
setup.py Bessel transform mathematica results etc. 2018-01-15 15:14:15 +02:00

README.rst

Quantum photonic multiple scattering

TODO description

Installation

The package depends on numpy, scipy, cython and customized version of py_gmm. The first three can be obtained by pip, the last one can be obtained from github:

git clone --branch standalone_mie https://github.com/texnokrates/py_gmm.git

After all dependencies are installed, install qpms to your local python library using

python3 setup.py install --user

Easiest installation ever

(Just skip those you have already installed.)

pip3 install --user numpy pip3 install --user scipy pip3 install --user cython pip3 install --user git+https://github.com/moble/quaternion.git pip3 install --user git+https://github.com/moble/spherical_functions.git pip3 install --user git+https://github.com/texnokrates/py_gmm.git@standalone_mie python3 setup.py install --user