Go to file
Marek Nečada 0103201fb4 Fix missing translation coefficients that probably caused mysterious asymmetry.
Former-commit-id: c2edcd35a3d7792013fa376306e21d76ee8beddb
2017-05-08 19:27:08 +03:00
misc Fix missing translation coefficients that probably caused mysterious asymmetry. 2017-05-08 19:27:08 +03:00
qpms Function for directly getting hexlattice a,b coeffs without saving. 2017-05-04 04:18:38 +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 Correct flips for magnetic part. Some tests. 2016-08-09 14:39:45 +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
Scattering and Shit.lyx small fixes 2017-01-11 11:27:50 +02: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 Fix python header include etc 2017-05-03 08:43:29 +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

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