Go to file
Marek Nečada a4b160dc41 Skeleton of test test set
Former-commit-id: 924ef7d968f027768b13e983d8bcac823538f738
2016-07-22 15:35:41 +03:00
misc Nové poznámky (py_gmm) 2015-11-18 19:52:48 +02:00
qpms Flush the stderr output immediately. 2016-07-20 16:24:48 +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
tests Skeleton of test test set 2016-07-22 15:35:41 +03:00
Electrodynamics.bib Notes on transforming the T-matrix. 2016-07-06 01:59:22 +03:00
README.rst Dependencies into setup file, installation instructions. 2016-07-01 11:20:47 +03:00
Scattering and Shit.lyx Minor fixes 2016-07-06 12:00:39 +03:00
dipdip.bib Notes on transforming the T-matrix. 2016-07-06 01:59:22 +03:00
setup.cfg Balíčkování 2016-03-27 12:56:54 +03:00
setup.py Merge branch 'master' of ssh://necada.org/~/repo/qpms 2016-07-12 03:24:15 +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