-
Hello,
Thanks for sharing the code.
Are there any way to include multiple patterns within the same layer ? For example, two rectangles (or ellipses) of the same height within a layer separated by …
-
Hello
Thanks for the code and quick response to the comments & issues raised. Have you tried any convergence study for metallic structures ?
I tried it. Please see the notebook: https://github.com…
-
Hello,
It seems like a nice code , though I have not tried yet. I am wondering if you have tried simulating lossy materials. For example, plasmonic metal nanostructures. I have tried a few RCWA code…
-
I am attempting to run an optimization based on example 6 and I am running into an issue where the backwards propagation of the gradients will fail after a finite number of iterations. By looking into…
-
Hi authors, I have a question regarding memory consumption.
I find that the GPU memory usage of the following code increases with the iteration number (length of `z`). I cannot understand why, but…
-
### Description
Hi,
eigen-decomposition with host_callback was successful with jit and pmap.
But while I was trying to do vmap, host_callback was not the option so tried pure_callback option.
…
-
Thank you for making it publicly available.
I installed it. But it seems the Materials module is not available upon installation. Hope it could be fixed.
But I imported some refractive indices data…
-
**Describe the bug**
Upon running $ import solcore
import import: Unable to open XServer () [No such file or directory].
**To Reproduce**
Steps to reproduce the behavior:
**Expected beh…
-
Please see https://travis-ci.org/gap-infra/gap-docker-pkg-tests-master-staging/jobs/600105776
```
########> Diff in /home/gap/inst/gap-master/pkg/rcwa-4.6.4/tst/integral.tst:
1103
# Input is:
phi…
-
Hi, I noticed that the program supports to extract `field_xy`, `field_yz` and `field_xz`.
Is it possible to extract `field_xyz`, so that I can do more complicated computations afterwards?
Thanks…