Go to file
Marek Nečada 993bb58026 Fix extinction cross section in Taylor's convention.
Former-commit-id: 82fff6a604edb8f129a9bbf157d538fb3529fedc
2016-07-01 11:38:43 +03:00
misc Nové poznámky (py_gmm) 2015-11-18 19:52:48 +02:00
qpms ? 2016-06-29 21:47:20 +03: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
README.rst Dependencies into setup file, installation instructions. 2016-07-01 11:20:47 +03:00
Scattering and Shit.lyx Fix extinction cross section in Taylor's convention. 2016-07-01 11:38:43 +03:00
dipdip.bib Mírný pokrok v mezích zákona. 2015-12-28 16:32:18 +02:00
setup.cfg Balíčkování 2016-03-27 12:56:54 +03:00
setup.py Dependencies into setup file, installation instructions. 2016-07-01 11:20:47 +03:00
worknotes.lyx pi, tau zerolim jednoduché výrazy v Taylorově normalisaci 2016-06-29 14:48:09 +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