issues
search
chromatix-team
/
chromatix
Differentiable wave optics using JAX! Documentation can be found at https://chromatix.readthedocs.io
MIT License
77
stars
13
forks
source link
Upgrade Field type
#67
Closed
GJBoth
closed
1 year ago
GJBoth
commented
1 year ago
[x]
Add cropping and padding
- we can now crop and pad fields.
[ ] Add resampling
[x]
Add frequency grid
We now have k_grid and dk for spacing.
[x]
Make grid a function
Still a property, norms are separate files.
[x]
Cache grids
- this isn't possible as dx is an array and we can't cache on arrays :(.
[x]
Fix 2D multiplication / division etc.
Done through broadcasting inputs.
GJBoth
commented
1 year ago
Closed by #81
Add cropping and padding- we can now crop and pad fields.Add frequency gridWe now have k_grid and dk for spacing.Make grid a functionStill a property, norms are separate files.Cache grids- this isn't possible as dx is an array and we can't cache on arrays :(.Fix 2D multiplication / division etc.Done through broadcasting inputs.