-
>>> import gmes
No module named psyco. Execution speed might be slow.
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/gmes/__init__.py", li…
-
In the ludcmp benchmark, the barrier is inside a parallel for loop which results in a error during compiling. There're other benchmarks that have similar problems.
`#pragma scop
b[0] = 1.0;
#pr…
-
Thank you for this great software, I have some questions:
1. Does this code include the pre-processing and post-processing parts of FDTD, and if so, is it carried out on cpu or gpu?
2. Is the accu…
-
I want to do some nano photonics plasmonic simulation, the code below is a simple test, it works if I used dielectric in the simuation, but when I use AgUp or Mask material in the simulation, it becom…
-
I was trying to build a (dubious) test-case for current density by putting a source in a conductive medium, like so:
```python
grid[x_,y_,z_] = fdtd.AbsorbingObject(permittivity=1.0, conductivity=…
-
Currently the `#snapshot` and `#transmission_line` commands cannot be used in models when the `-gpu` command line argument is given, i.e. to use the GPU-accelerated solver. The reasons for this are:
…
-
Dear all,
I am creating this issue as I am planning to try and include examples of Cathodoluminescence (CL) and Electron Energy Loss Spectroscopy (EELS) simulations in meep. If any other users are…
-
I want to round-trip openEMS simulations via CSXCAD files stored via `Write2XML` and re-created using `ReadFromXML`.
Doing so required me to create a custom class **LumpedPortExt** - code is below.…
-
**Is your feature request related to a problem? Please describe.**
Being able to end-to-end simulate active electronic-photonic devices designed in GDSFactory (such as PN phase shifters) in lumerical…
-
None of your example files will generate a video on Windows.
The error `ffmpeg not installed?` is thrown despite [`ffmpeg-python`](https://pypi.org/project/ffmpeg-python/) being installed.
I loo…