40162ffb01
Conflicts: setup.py Former-commit-id: 7637555c4b919fd18c2c23b1d4768e51c039067d |
||
---|---|---|
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