All Projects → m-labs → Artiq

m-labs / Artiq

Licence: other
A leading-edge control system for quantum information experiments

Programming Languages

python
139335 projects - #7 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to Artiq

Qvge
Qt Visual Graph Editor
Stars: ✭ 237 (-3.27%)
Mutual labels:  science, qt
Qrack
Comprehensive, GPU accelerated framework for developing universal virtual quantum processors
Stars: ✭ 79 (-67.76%)
Mutual labels:  quantum-computing, physics
Silx
silx toolkit
Stars: ✭ 69 (-71.84%)
Mutual labels:  science, qt
pbcpy
Python package providing some useful tools when dealing with molecules and materials under periodic boundary conditions and uniform grids. This is a mirror of https://gitlab.com/ales.genova/pbcpy
Stars: ✭ 18 (-92.65%)
Mutual labels:  science, physics
Landgreen.github.io
Landgreen's public site: physics notes, n-gon
Stars: ✭ 125 (-48.98%)
Mutual labels:  physics, science
Quilc
The @rigetti optimizing Quil compiler.
Stars: ✭ 336 (+37.14%)
Mutual labels:  compiler, quantum-computing
Goldencheetah
Performance Software for Cyclists, Runners, Triathletes and Coaches
Stars: ✭ 1,206 (+392.24%)
Mutual labels:  science, qt
FastExpm.jl
Implementation of a fast exponential matrix for large matrices (full and sparse)
Stars: ✭ 22 (-91.02%)
Mutual labels:  physics, quantum-computing
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+683.27%)
Mutual labels:  compiler, science
Computer Science Resources
A list of resources in different fields of Computer Science (multiple languages)
Stars: ✭ 1,316 (+437.14%)
Mutual labels:  quantum-computing, physics
multiphysics
Interactive Multiphysics Simulation for Everyone
Stars: ✭ 41 (-83.27%)
Mutual labels:  science, physics
Dustracing2d
Dust Racing 2D is a traditional top-down car racing game including a level editor.
Stars: ✭ 199 (-18.78%)
Mutual labels:  physics, qt
mightyscape-1.X
A maintained extension collection for Inkscape 1.0+, working on Windows and Linux
Stars: ✭ 23 (-90.61%)
Mutual labels:  science, physics
Core
The core source repository for the Cherab project.
Stars: ✭ 26 (-89.39%)
Mutual labels:  physics, science
Atomic-Periodic-Table.Android
Atomic - Periodic Table
Stars: ✭ 33 (-86.53%)
Mutual labels:  science, physics
Abipy
Open-source library for analyzing the results produced by ABINIT
Stars: ✭ 69 (-71.84%)
Mutual labels:  physics, science
lumin
LUMIN - a deep learning and data science ecosystem for high-energy physics.
Stars: ✭ 45 (-81.63%)
Mutual labels:  science, physics
arogozhnikov.github.io
'Brilliantly wrong' blog, Machine Learning visualizations live here
Stars: ✭ 120 (-51.02%)
Mutual labels:  science, physics
Refractiveindex.info Database
Database of optical constants
Stars: ✭ 87 (-64.49%)
Mutual labels:  physics, science
Quimb
A python library for quantum information and many-body calculations including tensor networks.
Stars: ✭ 170 (-30.61%)
Mutual labels:  quantum-computing, physics

.. Always keep doc/manual/introduction.rst synchronized with this file, with the exception of the logo.

.. Absolute so that it works on github and on pypi .. image:: https://raw.githubusercontent.com/m-labs/artiq/master/doc/logo/artiq.png :target: https://m-labs.hk/artiq

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 <https://m-labs.hk>_ and the initial development was for and in partnership with the Ion Storage Group at NIST <https://www.nist.gov/pml/time-and-frequency-division/ion-storage>. 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, with over a hundred Sinara hardware crates deployed, and some have contributed <https://m-labs.hk/experiment-control/funding/> 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.

ARTIQ uses FPGA hardware to perform its time-critical tasks. The Sinara hardware <https://github.com/sinara-hw>, 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 FPGA evaluation kit <https://www.xilinx.com/products/boards-and-kits/ek-k7-kc705-g.html> and of a Zynq evaluation kit <https://www.xilinx.com/products/boards-and-kits/ek-z7-zc706-g.html>_ 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). See the manual <https://m-labs.hk/experiment-control/resources/>_ 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 <https://github.com/m-labs/artiq>_.

ARTIQ is supported by M-Labs and developed openly. Components, features, fixes, improvements, and extensions are often funded <https://m-labs.hk/experiment-control/funding/>_ by and developed for the partnering research groups.

Core technologies employed include Python <https://www.python.org/>, Migen <https://github.com/m-labs/migen>, Migen-AXI <https://github.com/peteut/migen-axi>, Rust <https://www.rust-lang.org/>, MiSoC <https://github.com/m-labs/misoc>/mor1kx <https://github.com/openrisc/mor1kx>, LLVM <https://llvm.org/>/llvmlite <https://github.com/numba/llvmlite>, and Qt5 <https://www.qt.io/>_.

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

Cite ARTIQ <http://dx.doi.org/10.5281/zenodo.51303>_ as Bourdeauducq, Sébastien et al. (2016). ARTIQ 1.0. Zenodo. 10.5281/zenodo.51303.

License

Copyright (C) 2014-2021 M-Labs Limited.

ARTIQ is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ARTIQ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ARTIQ. If not, see http://www.gnu.org/licenses/.

The ARTIQ manifesto

The free and open dissemination of methods and results is central to scientific progress.

The ARTIQ and Sinara authors, contributors, and supporters consider the free and open exchange of scientific tools to be equally important and have chosen the licensing terms of ARTIQ and Sinara accordingly. ARTIQ, including its gateware, the firmware, and the ARTIQ tools and libraries are licensed as LGPLv3+. The Sinara hardware designs are licensed under CERN OHL. This ensures that a user of ARTIQ or Sinara hardware designs obtains broad rights to use, redistribute, study, and modify them.

The following statements are intended to clarify the interpretation and application of the licensing terms:

  • There is no requirement to distribute any unmodified, modified, or extended versions of ARTIQ. Only when distributing ARTIQ the source needs to be made available.
  • Unmodified, modified, or extended versions of ARTIQ can be distributed freely under the terms of the LGPLv3+.
  • Your Experiments, Applets, and ARTIQ device drivers are considered "Applications" (see the LGPLv3+) and can be (but don't have to be) distributed under the terms of your choice. The public distribution under a free and open license is encouraged, however.
  • Similarly, distribution and licensing of your experiment data, calibrations, or measurement results is entirely at your discretion.
  • Other features, changes, and additions are considered modifications of ARTIQ and inherit the LGPLv3+. Those include for example adding new RTIO Phys, compiler optimizations, compiler features, ports of the compiler to other target CPUs, dashboard or browser features that are not in applets, as well as scheduler, master and runtime modifications.
  • Analogously to the established practice in the Linux kernel, we do not consider components that are developed and used independently to be modifications of ARTIQ.
  • For example, when developing a Phy for an independently developed and used gateware component, that gateware component is not considered a modification of ARTIQ (but the Phy is).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].