Floris Laporte

Results 11 issues of Floris Laporte

JAX might potentially offer considerable speedups and offers better overlap with the numpy api.

The library needs tests to prevent bugs. This library uses [pytest](https://github.com/pytest-dev/pytest) as test suite, which is by far the most user friendly test-suite for Python. This is great, because this...

good first issue

The library could use a mode source for some integrated photonics simulations. This probably requires a [simple] 2D mode solver dependency/addition to the library.

The library could use a frequency domain detector. This can be implemented with a simple Fourier transform.

Hi, Is there a way to create a single polygon without any interiors from a polygon with interiors? Something like this? ![image](https://user-images.githubusercontent.com/15832886/186268654-9baed613-40c8-4bc0-9739-1a2bbb1e4a3c.png) I'm trying to use your library for processing...

How would you implement a minimax q-learner with coax? Hi there! I love the package and how accessible it is to relative newbies. The tutorials are pretty great and the...

question

the `b` parameter in matplotlib `grid(...)` function is deprecated since matplotlib 3.7 (see [matplotlib 25267](https://github.com/matplotlib/matplotlib/issues/25267)). This is easily fixed by supplying this argument as a positional argument.

A lot of memory usage can probably be avoided when transitioning to sparse tensor representations under the hood.

As long as PyTorch does not sufficiently support complex numbers out of the box, complex number support won't be added to Photontorch. This issue is here to track the progress...

Currently I get a MemoryError when trying to run 10_inverse_design_local.ipynb ![image](https://user-images.githubusercontent.com/15832886/217420186-486ff697-2289-46f8-b7fd-a319537202d9.png) @Jan-David-Black , any idea why that is? Or does my computer just not have enough RAM?