modesolverpy icon indicating copy to clipboard operation
modesolverpy copied to clipboard

Photonic mode solver with a simple interface.

Results 3 modesolverpy issues
Sort by recently updated
recently updated
newest added

Thank you very much for the code, it has been a big help in my studies and research! I fixed some minor bugs, which might cause problems in very specific...

On line 372 in structure_base.py the height of a Slab Class feature is first discretised and then another y_step is added to the height: `height_discretised = self.y_step*((height // self.y_step) +...

1. The following property definitions are inconsistent with one another: @property def x(self): ''' np.array: The grid points in x. ''' if None not in (self.x_min, self.x_max, self.x_step) and \...