A leading-edge control system for quantum information experiments
 
 
 
 
 
 
Go to file
Robert Jördens 765001054d artiq.experiment: merge language and coredevice namespaces
perl -i -pe 's/^from artiq import \*$/from artiq.experiment import */' your_experiments/*.py

(assuming you skipped the changes form the previous commit)
2016-01-25 17:24:00 -07:00
artiq artiq.experiment: merge language and coredevice namespaces 2016-01-25 17:24:00 -07:00
conda conda: add artiq-kc705-nist_clock 2016-01-20 21:36:21 -05:00
doc artiq.experiment: merge language and coredevice namespaces 2016-01-25 17:24:00 -07:00
examples artiq: move namespace artiq.* -> artiq.language.* 2016-01-25 17:24:00 -07:00
misc remove redundant udev rules, update entry points 2016-01-05 10:20:54 +08:00
.gitattributes use versioneer 2015-11-09 11:33:38 +08:00
.gitignore gitignore: minor tweaks, recommend /run for testbed 2016-01-18 19:03:13 -07:00
.gitmodules Merge branch 'master' into new-py2llvm 2015-11-07 12:57:18 +03:00
CONTRIBUTING CONTRIBUTING: s/real name/legal name/. 2015-09-09 16:08:58 +08:00
LICENSE update copyright/license 2015-09-05 15:50:34 -06:00
MANIFEST.in use versioneer 2015-11-09 11:33:38 +08:00
README.rst update copyright year 2016-01-08 11:53:04 +08:00
RELEASE_NOTES.rst RELEASING.rst, doc: show release notes in manual 2016-01-25 17:20:15 -07:00
RELEASING.rst RELEASING.rst, doc: show release notes in manual 2016-01-25 17:20:15 -07:00
setup.cfg versioneer: remote tag_prefix = v 2016-01-18 21:28:09 -07:00
setup.py Fix versioneer (closes #199). 2016-01-10 13:42:04 +00:00
versioneer.py update versioneer 2015-11-09 12:19:01 +08:00

README.rst

.. image:: doc/logo/artiq.png

ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a
next-generation control system for quantum information experiments. It is
developed in partnership with the Ion Storage Group at NIST, and its
applicability reaches beyond ion trapping.

The system features a high-level programming language that helps describing
complex experiments, which is compiled and executed on dedicated hardware with
nanosecond timing resolution and sub-microsecond latency.

Technologies employed include Python, Migen, MiSoC/mor1kx, LLVM and llvmlite.

Website:
http://m-labs.hk/artiq

Copyright (C) 2014-2016 M-Labs Limited. Licensed under GNU GPL version 3.