Go to file
Marek Nečada 00a59e4320 Merge branch 'master' of necada.org:~/repo/qpms
Former-commit-id: 4c14f5bf67b5df1d99eaf922985760214dc7a0ae
2017-12-06 22:33:14 +00:00
besseltransforms Mathematica script for calculating the 2D Bessel transforms. 2017-09-11 03:05:49 +03:00
misc File renames 2017-07-12 11:14:47 +03:00
notes [notes] radpower / Lossless scatterer 2017-09-20 22:29:19 +03:00
qpms Přehled zdrojáků 2017-12-06 22:32:48 +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 Correct flips for magnetic part. Some tests. 2016-08-09 14:39:45 +03:00
BUGS.rst Description of a known asymmetry bug 2017-07-19 17:26:27 +03: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 Another fatal type 2017-05-18 16:57:16 +03: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