jmllorens

Results 4 issues of jmllorens

Hi all, I have recently read an article on the [mpmath](https://www.kdnuggets.com/2021/10/limitless-math-python.html) module. I haven't tested myself, but I have the impression that great progress has been done in performance. I...

Since the migration to the new C API the python module stop working as expected. A few errors appear after import: - undefined functions: `Layer_Init`, `Material_Init`, `Material_InitTensor`, `Simulation_AddMaterial`, `Simulation_GetPoyntingFlux` and...

I have noticed that using the python interface, the script crashes returning a segmentation fault if the materials defining the layers do not have correspondence with any defined material. It...

Apparently there is a line (S4.cpp:2403) in Simulation_GetEpsilon which generates a huge output without a clear purpose: ``` printf("g = %d, ft = %g, %g\n", g, ft[0], ft[1]); ``` Better...