Ray Tracing (RT) ================ This package provides a differentiable ray tracer for radio propagation modeling. The :doc:`Primer on Electromagnetics ` provides useful background knowledge and various definitions that are used throughout the :doc:`API Documentation `. The best way to get started is by going through some of the :doc:`Tutorials `. Advanced users may want to have a look at the :doc:`Developer Guides ` to get a deeper understanding of the inner workings of Sionna RT and how it can be modified or extended according to one's needs. Sionna RT is available as a standalone package whose source code is located in a separate `GitHub repository `_. A technical report describing the algorithms implemented in Sionna RT is available `here `_. .. toctree:: :hidden: :maxdepth: 4 tutorials em_primer api/rt.rst developer/developer.rst Technical Report references Get the Code