Metadata-Version: 2.1
Name: pygdmUI
Version: 0.1
Summary: A python full-field electrodynamical solver, based on the Green dyadic method (volume integral technique in frequency domain).
Home-page: https://gitlab.com/wiechapeter/pygdm-ui
Author: Peter R. Wiecha
Author-email: pwiecha@laas.fr
License: GPLv3+
Keywords: coupled dipoles method,green dyadic method,electrodynamical simulations,nano optics,frequency-domain
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.5
Requires-Dist: pyGDM2
Requires-Dist: numpy
Requires-Dist: mayavi
Requires-Dist: matplotlib
Requires-Dist: pyQt5

***********************************
About pyGDM-UI
***********************************

pyGDM-UI is a pyqt based, pure python graphical user interface to pyGDM2. It provides the most common functionalities of pyGDM2 for rapid simulations and testing.


Requirements
================================

    - **python** (tested with 3.5+, `link python <https://www.python.org/>`_)
    - **pyGDM2** (v1.0.11+, `link pyGDM2 <https://wiechapeter.gitlab.io/pyGDM2-doc/>`_)
    - **pyqt5** (`link pyqt5 <https://pypi.org/project/PyQt5/>`_)
    - **matplotlib** (`link matplotlib <https://matplotlib.org/>`_)
    - **mayavi** (`link mayavi <http://docs.enthought.com/mayavi/mayavi/mlab.html>`_)

Installation
=============================================

Via pip
-------------------------------

Install from pypi repository via

.. code-block:: bash

    $ pip install pygdmUI


Manual
-------------------------------

Download the latest code from `gitlab <https://gitlab.com/wiechapeter/pygdm-ui>`_ or clone the git repository:

.. code-block:: bash

    $ git clone https://gitlab.com/wiechapeter/pygdm-ui.git
    $ cd pygdm-ui
    $ python setup.py install --user



Run pyGDM-UI
=============================================

In the terminal:

.. code-block:: bash

    $ python3 -m pygdmUI.main




Author
=========================

   - P\. R. Wiecha





