From 1032b9accfe625c374a65b30a223bf069afcd8f5 Mon Sep 17 00:00:00 2001 From: architeuthidae Date: Thu, 11 Jul 2024 15:59:19 +0800 Subject: [PATCH] doc: resynchronize introduction to readme --- doc/manual/introduction.rst | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/doc/manual/introduction.rst b/doc/manual/introduction.rst index 30ff1ae05..a6983e74d 100644 --- a/doc/manual/introduction.rst +++ b/doc/manual/introduction.rst @@ -5,25 +5,21 @@ Introduction .. include:: ../../README.rst and including in README.rst does not work on github therefore just keep this content synchronized with README.rst -ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is the next-generation control system for quantum information experiments. -It is maintained and developed by `M-Labs `_ and the initial development was for and in partnership with the `Ion Storage Group at NIST `_. ARTIQ is free software and offered to the entire research community as a solution equally applicable to other challenging control tasks, including outside the field of ion trapping. Several other laboratories (e.g. at the University of Oxford, the Army Research Lab, and the University of Maryland) have later adopted ARTIQ as their control system and have contributed to it. +ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a leading-edge control and data acquisition system for quantum information experiments. +It is maintained and developed by `M-Labs `_ and the initial development was for and in partnership with the `Ion Storage Group at NIST `_. ARTIQ is free software and offered to the entire research community as a solution equally applicable to other challenging control tasks, including outside the field of ion trapping. Many laboratories around the world have adopted ARTIQ as their control system and some have `contributed `_ to it. -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. It includes graphical user interfaces to parametrize and schedule experiments and to visualize and explore the results. +The system features a high-level programming language, capable of describing complex experiments, which is compiled and executed on dedicated hardware with nanosecond timing resolution and sub-microsecond latency. It includes graphical user interfaces to parametrize and schedule experiments and to visualize and explore the results. -ARTIQ uses FPGA hardware to perform its time-critical tasks. The `Sinara hardware `_, and in particular the Kasli FPGA carrier, is designed to work with ARTIQ. -ARTIQ is designed to be portable to hardware platforms from different vendors and FPGA manufacturers. -Several different configurations of a `high-end FPGA evaluation kit `_ are also used and supported. FPGA platforms can be combined with any number of additional peripherals, either already accessible from ARTIQ or made accessible with little effort. +ARTIQ uses FPGA hardware to perform its time-critical tasks. The `Sinara hardware `_, and in particular the Kasli FPGA carrier, are designed to work with ARTIQ. ARTIQ is designed to be portable to hardware platforms from different vendors and FPGA manufacturers. Several different configurations of a `FPGA evaluation kit `_ and a `Zynq evaluation kit `_ are also used and supported. FPGA platforms can be combined with any number of additional peripherals, either already accessible from ARTIQ or made accessible with little effort. -ARTIQ and its dependencies are available in the form of Nix packages (for Linux) and Conda packages (for Windows and Linux). -Packages containing pre-compiled binary images to be loaded onto the hardware platforms are supplied for each configuration. -Like any open source software ARTIQ can equally be built and installed directly from `source `_. +ARTIQ and its dependencies are available in the form of Nix packages (for Linux) and MSYS2 packages (for Windows). See `the manual `_ for installation instructions. Packages containing pre-compiled binary images to be loaded onto the hardware platforms are supplied for each configuration. Like any open-source software ARTIQ can equally be built and installed directly from `source `_. -ARTIQ is supported by M-Labs and developed openly. -Components, features, fixes, improvements, and extensions are funded by and developed for the partnering research groups. +ARTIQ is supported by M-Labs and developed openly. Components, features, fixes, improvements, and extensions are often `funded `_ by and developed for the partnering research groups. Core technologies employed include `Python `_, `Migen `_, `Migen-AXI `_, `Rust `_, `MiSoC `_/`VexRiscv `_, `LLVM `_/`llvmlite `_, and `Qt5 `_. -Website: https://m-labs.hk/artiq +| Website: https://m-labs.hk/experiment-control/artiq +| (US-hosted mirror: https://m-labs-intl.com/experiment-control/artiq) `Cite ARTIQ `_ as ``Bourdeauducq, Sébastien et al. (2016). ARTIQ 1.0. Zenodo. 10.5281/zenodo.51303``.