Go to file
Marek Nečada 99b20b7d2e Update installation instructions in README.rst
Former-commit-id: 6902d0356342312a28a33cd8e10784f87e10bc50
2019-02-25 09:22:05 +02:00
besseltransforms Mathematica bessel transforms 2018-03-28 11:52:50 +03:00
misc Proceswfiles version with automatic file name sorting 2019-02-01 00:05:09 +02:00
notes File cleanup. 2019-02-18 15:01:15 +02:00
qpms Fix exp of a real quaternion 2019-02-25 05:13:59 +00:00
tests Rename ewald3_constants, move legacy code 2018-12-21 19:31:45 +00:00
.gitignore Doxygen for qpms_types.h; Doxyfile. 2019-02-19 17:49:18 +00:00
BUGS.rst Note smash stacking bug 2018-05-18 07:12:15 +03:00
Doxyfile Doxygen for qpms_types.h; Doxyfile. 2019-02-19 17:49:18 +00:00
README.rst Update installation instructions in README.rst 2019-02-25 09:22:05 +02:00
TODOs.rst Pseudovectorised version of qpms_p.vswf_yr() 2017-07-20 17:05:32 +03:00
setup.cfg Balíčkování 2016-03-27 12:56:54 +03:00
setup.py Quaternion power to a real exponent. 2019-02-25 05:03:11 +00:00

README.rst

Quantum photonic multiple scattering

TODO description

Installation

The package depends on numpy, scipy, cython and GSL (>= 2.0). The first three can be obtained by pip. If you have a recent enough OS, you can get GSL easily from the repositories; on Debian and derivatives, just run apt-get install libgsl-dev under root. Alternatively, you can get the source get the source and compile it yourself.

After all dependencies are installed, install qpms to your local python library using:

python3 setup.py install --user

Easiest installation ever

(Just skip those you have already installed.)

pip3 install --user numpy
pip3 install --user scipy
pip3 install --user cython
pip3 install --user git+https://github.com/moble/quaternion.git
pip3 install --user git+https://github.com/moble/spherical_functions.git
python3 setup.py install --user