6b2ce9d6eb
Former-commit-id: ca3b71eaf29d1205df47ee95bfccf4a8e34ac1a4 |
||
---|---|---|
misc | ||
qpms | ||
scuff-condor/sphere | ||
scuff-sphere | ||
Electrodynamics.bib | ||
README.rst | ||
Scattering and Shit.lyx | ||
dipdip.bib | ||
setup.cfg | ||
setup.py | ||
worknotes.lyx |
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