https://github.com/toolsforexperiments/labcore
Collection of tools developed and maintained by Pfaff Lab
https://github.com/toolsforexperiments/labcore
Last synced: 11 days ago
JSON representation
Collection of tools developed and maintained by Pfaff Lab
- Host: GitHub
- URL: https://github.com/toolsforexperiments/labcore
- Owner: toolsforexperiments
- License: mit
- Created: 2023-07-28T00:01:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T00:33:23.000Z (about 1 month ago)
- Last Synced: 2026-01-27T07:10:58.073Z (about 1 month ago)
- Language: Python
- Homepage: https://toolsforexperiments.github.io/labcore/
- Size: 7.67 MB
- Stars: 5
- Watchers: 2
- Forks: 21
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# labcore
Code for measuring and such.
## installation
- clone from github
- make the right environment: use ``$ conda env create -n labcore --file environment.yml``
- install into your measurement environment:
``$ pip install -e ``
- you should then be able to import:
``>>> import labcore``
## requirements
what other packages are needed will depend a lot on which tools from this package you'll be using.
In general, this will be used in a typical qcodes measurement environment.
The different submodules in this package should list in their documentation if additional packages are required.