Mayank447 / Pseudo-Spectral-Discretization

GNU General Public License v3.0
0 stars 1 forks source link

Refactor 2D example into numpy broadcasting style #35

Closed chillenzer closed 1 week ago

chillenzer commented 3 weeks ago

Most of the functions in FreeFermion2D can be significantly reduced (if not made oneliners) by leaning more on numpy's broadcasting magic. We should do so in a future revision.

Mayank447 commented 3 weeks ago

Can you please mention the specific lines