A leading-edge control system for quantum information experiments
Go to file
Sebastien Bourdeauducq 938e1c2842 Remove UP support.
The only advantage of UP is to support the Papilio Pro, but that port is also very limited in other ways and the Pipistrello provides a more reasonable platform that also supports AMP.

On the other hand, RPCs on UP are difficult to implement with the session.c protocol system (without an operating system or coroutines), along with many other minor difficulties and maintainance issues. Planned features such as watchdogs in the core device are also difficult on UP.
2015-04-27 20:43:45 +08:00
.travis Add support for automatic build and upload of dev conda artiq packages to binstar by travis-ci 2015-03-30 19:51:52 +08:00
artiq Remove UP support. 2015-04-27 20:43:45 +08:00
benchmarks runtime,coredevice: Ethernet support (buggy) 2015-04-23 23:22:40 +08:00
conda minor cleanups 2015-04-22 10:00:56 +08:00
doc Remove UP support. 2015-04-27 20:43:45 +08:00
examples runtime,coredevice: Ethernet support (buggy) 2015-04-23 23:22:40 +08:00
misc Remove UP support. 2015-04-27 20:43:45 +08:00
soc Remove UP support. 2015-04-27 20:43:45 +08:00
.gitignore gitignore: ignore static libs 2015-04-17 16:39:36 +08:00
.gitmodules soc/runtime: add lwip (thanks Florent) 2015-04-17 14:51:30 +08:00
.travis.yml travis: install cython via conda to save time 2015-04-22 15:50:06 +08:00
README.rst README: coveralls badge needs branch name 2015-02-05 03:44:57 -07:00
setup.py minor cleanups 2015-04-22 10:00:56 +08:00

README.rst

.. image:: doc/logo/artiq.png
.. image:: https://travis-ci.org/m-labs/artiq.svg
    :target: https://travis-ci.org/m-labs/artiq
.. image:: https://coveralls.io/repos/m-labs/artiq/badge.svg?branch=master
    :target: https://coveralls.io/r/m-labs/artiq?branch=master

ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a
next-generation control system for quantum information experiments. It is
being 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.

ARTIQ is licensed under 3-clause BSD.

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