Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
DiffeRT2d documentation
Light Logo Dark Logo
DiffeRT2d documentation
  • Quickstart
  • Examples Gallery
    • Plot received power over a grid
    • Plot received power with RIS over a grid
    • Plot received power from vertex diffraction over a grid
    • Plot power profiles for various parameters
    • Animate power optimization using approximation
    • Interactive example with Qt interface
  • API Reference
    • abc
    • defaults
    • geometry
    • logic
    • optimize
    • scene
    • utils
  • In the Literature
    • Learning to Sample Ray Paths for Faster Ray Tracing
  • JAX and jaxtyping
  • Bibliography

Development

  • Changelog
  • Contributing
    • Workflow
    • Internals
  • License
Back to top
View this page
Edit this page

Examples Gallery¶

On this page, you will find usage examples of this Python library, as well as plots generated with matplotlib.

Requirements¶

Source files can be obtained either through download links (on this page or each example’s page), or by cloning this git repository and going to the examples folder.

Usage¶

You can run each example as a Python script: python path_to_example.py.

To modify specific parameters, directly edit the corresponding file.

Examples¶

Plot received power over a grid

Plot received power over a grid

Plot received power with RIS over a grid

Plot received power with RIS over a grid

Plot received power from vertex diffraction over a grid

Plot received power from vertex diffraction over a grid

Plot power profiles for various parameters

Plot power profiles for various parameters

Animate power optimization using approximation

Animate power optimization using approximation

Interactive example with Qt interface

Interactive example with Qt interface

Download all examples in Python source code: examples_gallery_python.zip

Download all examples in Jupyter notebooks: examples_gallery_jupyter.zip

Gallery generated by Sphinx-Gallery

Next
Plot received power over a grid
Previous
Quickstart
Copyright © 2023-2026, Jérome Eertmans
Made with Sphinx and @pradyunsg's Furo
On this page
  • Examples Gallery
    • Requirements
    • Usage
    • Examples