232fd3146e
Former-commit-id: 08c8f4bfc3786d6cd6e011bbce324ab661971736 |
||
---|---|---|
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