Skip to content

snu-quiqcl/qiwis

Repository files navigation

image

Pylint

unittest

qiwis

QIWIS (QuIqcl Widget Integration Software) is a framework for integration of PyQt widgets where they can communicate with each other. This project is mainly developed for trapped ion experiment controller GUI in SNU QuIQCL.

How to download and install

One of the below:

  • Using released version (recommended)
  1. pip install git+https://github.com/snu-quiqcl/qiwis.git@v3.1.0
    For details, refer to VCS Support.
  • Using git directly
  1. git clone ${url}: The default branch is develop, not main. There is no guarantee for stability.
  2. In the repository, pip install -e .

How to use

In the repository, just do like as below:
python -m qiwis (-s ${config_file))

If you installed qiwis, you can use it everywhere as below:
qiwis (-s ${config_file))