facebookresearch / fmmax

Fourier modal method with Jax
MIT License
101 stars 11 forks source link

Visualization routines #68

Open smartalecH opened 12 months ago

smartalecH commented 12 months ago

It might be nice to add some visualization routines. In theory, this should be really straightforward, especially since everything is defined later by layer. But there are many ways one could envision an API for this (especially since FMMAX is fundamentally so low-level).

So here are a few use cases where visualization is really important. Maybe by outlining these, we can sort out a reasonable API:

mfschubert commented 12 months ago

It would be nice to sketch out a "workflow" that involves all of these steps, to help inform what is developed. Let's discuss during our next developer's meeting.

smartalecH commented 10 months ago

One thing we should do, is survey and establish the most popular API for FMM/RCWA tools, and essentially "clone it," that way we can maximize traction and engagement.

Then, we should see if we can generalize it to more applications (which FMMAX was hoping to address).