b945a50740
Former-commit-id: d86570647ac3ca07f144768571b18d15714e9769 |
||
---|---|---|
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