| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| New, saner, api source code.tar.gz | 2025-03-16 | 4.9 MB | |
| New, saner, api source code.zip | 2025-03-16 | 4.9 MB | |
| README.md | 2025-03-16 | 819 Bytes | |
| Totals: 3 Items | 9.8 MB | 0 | |
This version improves the api: mie.efficiencies() instead of mie.ez_mie() to find the Mie efficiencies. The source code has been refactored so there is less redundancy between jitted and non-jitted code. Other changes include
- breaking api changes
- use core.py to cleanly separate jit and non-jit code
- new function to calculate mie coefficients inside sphere
- new function to calculate E-fields near and far from sphere (only validated in far-field)
- new rayleigh.py
- new vsh.py to calculate vector spherical harmonics
- new util.py for printing complex numbers
- new bessel.py for complete spherical bessel function support
- new monte_carlo.py to isolate Monte Carlo routines
- use black for python formatting
- update all notebooks to use new api
- add more tests