Go to file
Marek Nečada a82b93d140 cdef extern includes to a separate file
Former-commit-id: 8952eea4fc79afbf76ade34a7ac0123b163d8619
2019-02-18 14:42:44 +02:00
besseltransforms Mathematica bessel transforms 2018-03-28 11:52:50 +03:00
dipdip-dirty ./dipdip-dirty stuff moved to ./qpms + comments, asserts and consts 2018-05-14 06:52:32 +03:00
misc Proceswfiles version with automatic file name sorting 2019-02-01 00:05:09 +02:00
notes Implement LR part of 1D in 3D Ewald sum along z-axis; compiles, untested 2018-11-24 12:51:57 +00:00
qpms cdef extern includes to a separate file 2019-02-18 14:42:44 +02: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 Rename ewald3_constants, move legacy code 2018-12-21 19:31:45 +00:00
.gitignore .pdf togitignore 2019-02-16 21:59:39 +00:00
BUGS.rst Note smash stacking bug 2018-05-18 07:12:15 +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
SCUFF-TMATRIX-README.lyx Some notes about scuff-tmatrix interoperability 2018-05-13 14:55:44 +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 cdef extern includes to a separate file 2019-02-18 14:42:44 +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