Instrument-agnostic electronic transport measurement framework built on top of qcodes. TransMeasPy structures experiments around independent (set) and dependent (measured) variables, captures comprehensive instrument and sample metadata for reproducibility, enforces safety limits, and supports adaptable, stoppable measurements.
Still to come
The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
To install TransMeasPy from GitHub repository, do:
git clone git@github.com:Pjieter/TransMeasPy.git
cd TransMeasPy
poetry installDocumentation can be found at here
If you want to contribute to the development of TransMeasPy, have a look at the contribution guidelines.
This package was created with Copier and the NLeSC/python-template.