summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/instrumental-software.md17
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/)