ab6c9fc267
Former-commit-id: 1766eab4d6fd6bd98ecba6a188a25c89a58e5561 |
||
---|---|---|
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