Go to file
Marek Nečada e66b8468f9 Use factorial from scipy.special
scipy.misc.factorial seems obsolete


Former-commit-id: cc25ab13590b91a3c248e9a57c6cb259c47ad379
2019-06-05 14:01:28 +03:00
amos Using d1mach.f, i1mach.f copied from scipy/scipy/special/mach/. 2019-03-20 21:02:28 +02:00
besseltransforms Mathematica bessel transforms 2018-03-28 11:52:50 +03:00
lepaper Paper outline update 2019-05-13 17:34:50 +03:00
misc Move riifno2c.py draft from root directory. 2019-04-05 10:25:18 +03:00
notes File cleanup. 2019-02-18 15:01:15 +02:00
qpms Use factorial from scipy.special 2019-06-05 14:01:28 +03:00
tests C Mie T-matrices but demand yet Bessel functions of complex arguments. 2019-03-18 19:54:29 +02:00
.gitignore scatsystem.h new prototype drafts and misc. 2019-03-07 07:10:43 +00:00
BUGS.rst Note smash stacking bug 2018-05-18 07:12:15 +03:00
CMakeLists.txt Complex Bessel functions using amos. 2019-03-20 20:48:01 +02:00
Doxyfile Doxyfile and README updates. 2019-02-27 13:00:46 +02:00
README.rst Complex Bessel functions using amos. 2019-03-20 20:48:01 +02:00
TODOs.rst scatsys orbit base generator 2019-03-07 04:46:19 +00:00
Triton-troubleshooting.md Update Triton-troubleshooting.md 2019-04-05 08:34:42 +03:00
setup.cfg Balíčkování 2016-03-27 12:56:54 +03:00
setup.py Try whether Triton behaves better if the parallelized code uses no OpenBLAS. 2019-03-29 13:17:28 +02:00

README.rst

Quantum photonic multiple scattering

TODO description

Installation

The package depends on several python modules and GSL (>= 2.0). The python module dependencies should be installed automatically when running the installation script. 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.

You also need a fresh enough version of cmake.

After GSL is installed, you can install qpms to your local python library using:

cmake .
make amos
python3 setup.py install --user

If GSL is not installed the standard library path on your system, you might need to pass it to the installation script using the LD_LIBRARY_PATH environment variable.

Documentation

Documentation of QPMS is a work in progress. Most of the newer code is documented using doxygen comments. To build the documentation, just run doxygen in the root directory; the documentation will then be found in docs/html/index.html.

Of course, the prerequisite of this is having doxygen installed. If you don't, you will probably find it easily in your OS's repositories. On Debian and derivatives, simply run apt-get install doxygen under root.