Python tool for configuration of gds2palace workflow with GUI.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file setupem-0.1.17.tar.gz.
File metadata
- Download URL: setupem-0.1.17.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38e88eb31be1d072b7f7e5905ff73d4d4776da04a0da914ae72919e151fd0505
|
|
| MD5 |
ec009b91dfe465135530b2f49d296ff8
|
|
| BLAKE2b-256 |
e531e0416c55bdca95c4d66f0d7b564532da7f84f4d76171c7c640e27e301f92
|
File details
Details for the file setupem-0.1.17-py3-none-any.whl.
File metadata
- Download URL: setupem-0.1.17-py3-none-any.whl
- Upload date:
- Size: 31.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a531bba3ae1652c9c2b6b855e9ec98ecef36cfe5c2ef05b5b680fdd95b6dd42
|
|
| MD5 |
776f5398d7e0c77703c5296777564abb
|
|
| BLAKE2b-256 |
a62843379bfd5450ce86a1aa45af87fa981dd3783b6b7df19401ba686e0a6af2
|