forked from M-Labs/artiq
1
0
Fork 0
A leading-edge control system for quantum information experiments
Go to file
Sebastien Bourdeauducq 90368415a6 ttl: remove timestamp function
The general idea is that functions that work with absolute timestamps exist only in machine units versions, to help prevent floating point losses of precision. Time differences should be computed in machine units and then converted, e.g. mu_to_seconds(t2-t1).

This function would have had problems after ~50 days of running the device.
2015-07-29 11:11:16 +08:00
.travis get-toolchain.sh: be less verbose. 2015-07-27 04:57:13 +03:00
artiq ttl: remove timestamp function 2015-07-29 11:11:16 +08:00
conda pyqtgraph: use more up to date revision a6d5e28 on develop branch 2015-07-16 20:00:08 +02:00
doc Specify correct llvmlite branch in installation instructions. 2015-07-28 23:43:07 +03:00
examples kc705: use 8X SERDES RTIO PHY 2015-07-27 20:12:17 +08:00
misc gui: add pyqtgraph patch to prevent closing of detached nonclosable docks (move them to main window instead) 2015-07-19 18:08:24 +02:00
soc pipistrello: only put serdes on the lower ttls 2015-07-28 12:54:31 -06:00
.gitignore gitignore: ignore static libs 2015-04-17 16:39:36 +08:00
.gitmodules git: ignore untracked files in lwip submodule 2015-05-03 20:48:20 +08:00
.travis.yml travis: binstar takes -q before command... 2015-07-04 23:19:08 -06:00
README.rst README: coveralls badge needs branch name 2015-02-05 03:44:57 -07:00
setup.py Add a setuptools command to rsync the documentation. 2015-07-26 09:57:05 +03: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