.coveragerc
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/doctests.yml
.github/workflows/tests.yml
docs/Makefile
docs/about.rst
docs/conf.py
docs/dev.rst
docs/gettingstarted.rst
docs/index.rst
docs/intro.rst
docs/make.bat
docs/maxwell.rst
docs/operators.rst
docs/params.rst
docs/physicsarray.rst
docs/smatrix.rst
docs/theory.rst
docs/tmatrix.rst
docs/tmatrixc.rst
docs/treams.rst
docs/_static/custom.css
docs/_templates/autosummary/attribute.rst
docs/_templates/autosummary/bare-module.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/cython-module.rst
docs/_templates/autosummary/module.rst
docs/examples/array_spheres.py
docs/examples/array_spheres_tmatrixc.py
docs/examples/band_structure.py
docs/examples/chain.py
docs/examples/chain_tmatrixc.py
docs/examples/cluster.py
docs/examples/cluster_tmatrixc.py
docs/examples/crystal.py
docs/examples/crystal_tmatrixc.py
docs/examples/cylinder_tmatrixc.py
docs/examples/grating_tmatrixc.py
docs/examples/grid.py
docs/examples/slab.py
docs/examples/sphere.py
src/treams/__init__.py
src/treams/_core.py
src/treams/_lattice.py
src/treams/_material.py
src/treams/_operators.py
src/treams/_smatrix.py
src/treams/_tmatrix.py
src/treams/coeffs.c
src/treams/config.c
src/treams/cw.c
src/treams/ebcm.py
src/treams/io.py
src/treams/misc.py
src/treams/pw.c
src/treams/sw.c
src/treams/util.py
src/treams.egg-info/PKG-INFO
src/treams.egg-info/SOURCES.txt
src/treams.egg-info/dependency_links.txt
src/treams.egg-info/requires.txt
src/treams.egg-info/top_level.txt
src/treams/lattice/__init__.py
src/treams/lattice/_dsum.c
src/treams/lattice/_esum.c
src/treams/lattice/_gufuncs.c
src/treams/lattice/_misc.c
src/treams/lattice/cython_lattice.c
src/treams/lattice/cython_lattice.pxd
src/treams/special/__init__.py
src/treams/special/_bessel.c
src/treams/special/_coord.c
src/treams/special/_gufuncs.c
src/treams/special/_integrals.c
src/treams/special/_misc.c
src/treams/special/_ufuncs.c
src/treams/special/_waves.c
src/treams/special/_wigner3j.c
src/treams/special/_wignerd.c
src/treams/special/cython_special.c
src/treams/special/cython_special.pxd
tests/integration/test_compare_direct_sum.py
tests/unit/test_coeffs.py
tests/unit/test_core.py
tests/unit/test_cw.py
tests/unit/test_io.py
tests/unit/test_lattice.py
tests/unit/test_lattice_module.py
tests/unit/test_misc.py
tests/unit/test_operators.py
tests/unit/test_pw.py
tests/unit/test_smatrix.py
tests/unit/test_special.py
tests/unit/test_sw.py
tests/unit/test_tmatrix.py
tests/unit/test_tmatrixc.py
tests/unit/test_util.py