openEMS/python
Chris Madsen 5b8cf2f2ed Dmax is in linear power units, so convert to dB power before adding to dB power. 2023-11-18 13:25:28 +01:00
..
Tutorials Dmax is in linear power units, so convert to dB power before adding to dB power. 2023-11-18 13:25:28 +01:00
doc python: doc updates 2016-11-15 20:09:27 +01:00
openEMS PML_8 typo in docstring 2023-11-18 13:25:28 +01:00
README.md fix typo, #35 2018-11-17 18:36:30 +01:00
setup.py python: language level 3 2022-12-29 10:06:11 +01:00

README.md

openEMS python interface

Install

  • Simple version:
python setup.py install
  • Extended options, e.g. for custom install path at /opt/openEMS:
python setup.py build_ext -I/opt/openEMS/include -L/opt/openEMS/lib -R/opt/openEMS/lib"
python setup.py install

Note: The install command may require root on Linux, or add --user to install to ~/.local