Create EM Simulation model from GDSII layout files
setupEM provides a graphical user interface (Qt based) to configured gds2palace workflow. gds2palace enables an RFIC FEM simulation workflow based on the Palace FEM solver by AWS.
Installation
To install the setupEM, activate the venv where you want to install.
Documentation for the gds2palace workflow assumes that you have created a Python venv named "palace" in ~/venv/palace and installed the modules there.
If you follow this, you would first activate the venv:
source ~\venv\palace\bin\activate
and then install setupEM and dependencies via PyPI:
pip install setupEM
To upgrade to the latest version, do
pip install setupEM --upgrade
Missing libraries on installation
If you see this error message when trying to run setupEM:
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin. qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
you need to install additional Qt libraries:
sudo apt update
sudo apt install libxcb-cursor0 libxcb-xinerama0 libxcb-xkb1 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xinput0 libxcb-xv0 libxcb-util1 libxkbcommon-x11-0
Dependencies
This module also installs these dependencies: gds2palace PySide6
Release files for setupEM 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| setupem-0.2.2.tar.gz | 50.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| setupem-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 103.1 kB
Release files / setupem-0.2.2.tar.gz
| Download URL | setupem-0.2.2.tar.gz |
|---|---|
| Size | 50.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
25569eb88564509546f8e3cc4c057d129686502ca218f7c06992dc55f1caa373
|
|
BLAKE2b-256 checksum How to use checksums |
8f7d719496fd144d0d11f438f97f71342c946327e967d85cddce6136f6179080
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|
Release files / setupem-0.2.2-py3-none-any.whl
| Download URL | setupem-0.2.2-py3-none-any.whl |
|---|---|
| Size | 52.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9fa407c1bc65f5ce1662a386eab09a78586b86108fdc2c91e9b63fbf7990b5ff
|
|
BLAKE2b-256 checksum How to use checksums |
27ec68268bbba82010788556342d7001281280d3748850dcd76e31579d9ef645
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|