Measurement Abstraction and Database Access layer for QCoDeS
Project description
QuMADA
Interfaces and measurement scripts for usage with QCoDeS.
Documentation
Find the current documentation on readthedocs.
Installation
Setup virtual environment
Installation of QuMADA should be done in a virtual environment. There are several methods of creating a virtual environment, python's native being venv:
On windows, run
python -m venv .venv
.venv\Scripts\activate.bat
On linux, run
python -m venv .venv
source .venv/bin/activate
Install QuMADA
Install QuMADA directly from PyPI:
python -m pip install qumada
Alternatively, install the latest development version of QuMADA from github:
git clone https://github.com/qutech/qumada.git qumada
cd qumada
python -m pip install -e .
You can also install optional dependencies, like Spyder or QCoDeS' plottr-inspectr:
python -m pip install -e .[spyder,gui]
Setup for development
For development, first clone the latest development version of QuMADA from github:
git clone https://github.com/qutech/qumada.git qumada
cd qumada
The requirements are stored in dev_requirements.txt.
python -m pip install -r dev_requirements.txt
Set up pre-commit hooks
python -m pre-commit install
Build documentation
To build the documentation, run:
tox -e docs
or
cd docs
make html
The built documentation can be found at _build/html/index.html
.
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
File details
Details for the file QuMADA-0.4.2.tar.gz
.
File metadata
- Download URL: QuMADA-0.4.2.tar.gz
- Upload date:
- Size: 147.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6b36a1443459516495014c5bf547cce431c8cd437aa4eb05024453384d548e2 |
|
MD5 | 322fb93187bb08252153e5ba1b366de7 |
|
BLAKE2b-256 | e888cfdfe6ea8cf6ed09df7948c96f1b1cc01a66efa0262d983e2c9f6e6fbf04 |
File details
Details for the file QuMADA-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: QuMADA-0.4.2-py3-none-any.whl
- Upload date:
- Size: 130.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d209cb548dddfe9d8f5cc28e3639175fe2eaf64c8f2735750f8622bbfd0aafc |
|
MD5 | 667789a085d0836d7792f94961c7ba11 |
|
BLAKE2b-256 | dc7842821fcb9b4b88000eeaaa806257891b8975c968c8b9e69d58ef72ed094f |