Skip to content

Releases: fancompute/ceviche

v0.1.3

Choose a tag to compare

@ianwilliamson ianwilliamson released this 05 Feb 19:12

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

Choose a tag to compare

@twhughes twhughes released this 07 Aug 22:42
46f78d5

Added multifrequency FDFD for simulating periodically modulated permittivity.

Stable Sparse primitives

Choose a tag to compare

@twhughes twhughes released this 17 Dec 03:46

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

Sparse primitives

Choose a tag to compare

@twhughes twhughes released this 14 Dec 17:04

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.