Skip to content

Releases: fancompute/ceviche

v0.1.3

05 Feb 19:12
Compare
Choose a tag to compare

What's Changed

  • Minor fix for viz.py by @kdotom in #23
  • Change deprecated np.complex by @Jan-David-Black in #29

New Contributors

  • @kdotom made their first contribution in #23
  • @Jan-David-Black made their first contribution in #29

Full Changelog: 0.1.2...v0.1.3

Multifrequency FDFD

07 Aug 22:42
46f78d5
Compare
Choose a tag to compare

Added multifrequency FDFD for simulating periodically modulated permittivity.

Stable Sparse primitives

17 Dec 03:46
Compare
Choose a tag to compare

Fixed some rough edges with sparse primitives release.
Put code from older commits back in.
Made units SI.

Sparse primitives

14 Dec 17:04
Compare
Choose a tag to compare

Now the autograd primitives are abstracted from the physics. And sparse - matrix operations are defined based on their matrix indices and elements. Some changes to the FDFD class were also made for simplification.