diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-05-23 20:33:39 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-05-23 20:33:39 -0500 |
commit | 7c15fad2fdad8bef74fb7a3e3c862fe4701f325d (patch) | |
tree | b2082dd10d4ec091b0008c2af6f389cc950f65a7 /posts | |
parent | cbf06b36ae97ec29be96309cda3be433686e7f61 (diff) |
qcodes
Diffstat (limited to 'posts')
-rw-r--r-- | posts/instrumental-software.md | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/posts/instrumental-software.md b/posts/instrumental-software.md index ba7684e..19a4f92 100644 --- a/posts/instrumental-software.md +++ b/posts/instrumental-software.md @@ -83,12 +83,25 @@ I have written those to be easy to use but not necessarily covering all the func Quote: python-microscopy is a large package including a farily mature microscope control GUI as well as a lot of functionality for analysis and postprocessing of microscopy data, especially for single molecule localization experiments. +# Qcodes + +[website](http://qcodes.github.io/Qcodes/index.html) + +[source](https://github.com/QCoDeS/Qcodes) + +Qcodes is a Python-based data acquisition framework developed by the Copenhagen / Delft / Sydney / Microsoft quantum computing consortium. + +The goal is a common framework for physics experiments, so: +- new students don’t need to spend a long time learning software in order to participate in experiments +- one has to write their own code only for pieces that are very specific to their own experiment +- code can and should be contributed back to the framework +- the process of moving between teams or labs, and of setting up a new experiment is streamlined +- physics experiments can take advantage of modern software and best practices + # Qudi [website](https://ulm-iqo.github.io/qudi-generated-docs/html-docs/index.html) -?? - # ScopeFoundry [website](http://www.scopefoundry.org/) |