+++ title = "Resources" weight = 4 template = "page.html" [extra] +++ <div class="row"> {% layout_card(title="ARTIQ manual", sameheight=100) %} <small>Stable version</small> <a href="https://m-labs.hk/artiq/manual.pdf" target="_blank">PDF</a> | <a href="https://m-labs.hk/artiq/manual/" target="_blank" rel="noopener noreferrer">HTML</a> {% end %} {% layout_card(title="SiPyCo manual", sameheight=100) %} <small>Starting with ARTIQ-5, this library replaces <tt>artiq.protocols</tt>.</small> <a href="https://m-labs.hk/artiq/sipyco-manual.pdf" target="_blank">PDF</a> | <a href="https://m-labs.hk/artiq/sipyco-manual/" target="_blank" rel="noopener noreferrer">HTML</a> {% end %} {% layout_card(title="ARTIQ manual", sameheight=100) %} <small>Beta (development) version</small> <a href="https://m-labs.hk/artiq/manual-beta.pdf" target="_blank">PDF</a> | <a href="https://m-labs.hk/artiq/manual-beta/" target="_blank" rel="noopener noreferrer">HTML</a> {% end %} {% layout_card(title="ARTIQ manual", sameheight=100) %} <small>Legacy version</small> <a href="https://m-labs.hk/artiq/manual-legacy.pdf" target="_blank">PDF</a> | <a href="https://m-labs.hk/artiq/manual-legacy/" target="_blank" rel="noopener noreferrer">HTML</a> {% end %} {% layout_card(title="Slideshow", sameheight=100) %} <small>The ARTIQ experiment control system</small> <a href="/docs/artiq/artiq_overview.pdf" target="_blank" rel="noopener noreferrer">View slides</a> {% end %} {% layout_card(title="Slideshow", sameheight=100) %} <small>Timing control in ARTIQ</small> <a href="/docs/artiq/slides_timing.pdf" target="_blank" rel="noopener noreferrer">View slides</a> {% end %} </div> {{ layout_separator_empty(style="margin-top: -100px;") }} {{ layout_separator(separator_title="Announcements, support and discussions") }} <div class="row mt-5"> {% layout_card(src="images/mattermost@2x.png", css="col-12 col-md-4 text-center") %} <a href="http://chat.m-labs.hk/" target="_blank" rel="noopener noreferrer">Mattermost live chat</a> <small>(bridged to IRC)</small> {% end %} {% layout_card(src="images/forum@2x.png", css="col-12 col-md-4 text-center") %} <a href="https://forum.m-labs.hk/" target="_blank" rel="noopener noreferrer">Forum</a> <small> </small> {% end %} {% layout_card(src="images/irc@2x.png", css="col-12 col-md-4 text-center") %} <a href="https://webchat.oftc.net/" target="_blank" rel="noopener noreferrer">IRC: #m-labs</a> <small>on OFTC</small> {% end %} {% layout_card(src="images/press@2x.png", css="col-12 col-md-4 text-center") %} <a href="https://www.nist.gov/news-events/news/2015/01/open-source-software-quantum-information" target="_blank" rel="noopener noreferrer">NIST ARTIQ press release</a> <small> </small> {% end %} {% layout_card(src="images/git@2x.png", css="col-12 col-md-4 text-center") %} <a href="https://github.com/m-labs/artiq" target="_blank" rel="noopener noreferrer">ARTIQ source code repository</a> <small>on GitHub</small> {% end %} {% layout_card(src="images/git@2x.png", css="col-12 col-md-4 text-center") %} <a href="https://git.m-labs.hk" target="_blank" rel="noopener noreferrer">Gitea</a> <small> </small> {% end %} </div> <div class="row d-flex align-items-center mt-5 mb-5"> {% layout_div(css="col-12 text-center") %} ##### Commercial support available **Sinara hardware purchases, ports to your hardware, feature development, technical support, bugfixing** contact sales@m-\*\*\*s.hk We welcome inquiries from research groups of all sizes.<br>[See what has been funded before](/experiment-control/funding) {% end %} </div> {{ layout_separator(separator_title="Community code") }} <div class="row"> {% layout_card(title="Entangler core", sameheight=120) %} <small>A FPGA core written in Migen with ARTIQ interface, for controlling remote quantum entanglement of trapped ions.</small> <a href="https://github.com/OxfordIonTrapGroup/entangler-core" target="_blank" rel="noopener noreferrer">Repository</a> | <a href="https://arxiv.org/abs/1911.10841" target="_blank" rel="noopener noreferrer">Paper</a> {% end %} {% layout_card(title="ndscan", sameheight=120) %} <small>N-dimensional scans for ARTIQ</small> <a href="https://github.com/OxfordIonTrapGroup/ndscan" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="Oxford routines", sameheight=120) %} <small>Oxford Ion-Trap Group routines</small> <a href="https://github.com/OxfordIonTrapGroup/oitg" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="UCLA routines", sameheight=120) %} <small>ARTIQ experiments in use at UCLA AMO</small> <a href="https://github.com/EGGS-Experiment/LAX_exp" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="nvOS", sameheight=120) %} <small>A quantum operating system built around ARTIQ and NV centers in diamond.</small> <a href="https://github.com/vontell/nvOS" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="Haeffner Lab routines", sameheight=120) %} <small>Haeffner Lab (Berkeley) routines</small> <a href="https://github.com/HaeffnerLab/artiq-work-lattice" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="Birmingham examples", sameheight=120) %} <small>A repository of simple examples of ARTIQ code</small> <a href="https://github.com/cnourshargh/Bham-ARTIQ-examples" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="Deltaflow-on-ARTIQ", sameheight=120) %} <small>Run programs in the Deltaflow language from Riverlane on simulated ARTIQ</small> <a href="https://github.com/riverlane/deltaflow-on-artiq" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="DAX - Duke ARTIQ extensions", sameheight=120) %} <small>A library to provide tools for system organization/abstraction and to improve usability by automating common functionality.</small> <a href="https://gitlab.com/duke-artiq" target="_blank" rel="noopener noreferrer">Repositories</a> {% end %} {% layout_card(title="flake8-artiq", sameheight=120) %} <small>A Flake8 plugin for checking ARTIQ code</small> <a href="https://gitlab.com/duke-artiq/flake8-artiq" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="GenericSCPIDriver", sameheight=120) %} <small>A generic Python driver for SCPI devices driven over serial connections. Compatible with ARTIQ.</small> <a href="https://github.com/charlesbaynham/GenericSCPIDriver" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="artiq_influx_generic", sameheight=120) %} <small>RPC interface to InfluxDB with support for generic data logging.</small> <a href="https://gitlab.com/charlesbaynham/artiq_influx_generic" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="DP700", sameheight=120) %} <small>ARTIQ NDSP for RIGOL DP700 Series power supplies.</small> <a href="https://github.com/OregonIons/DP700" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="AGUC8", sameheight=120) %} <small>ARTIQ NDSP for Newport AG-UC8 piezo motor controller.</small> <a href="https://github.com/OregonIons/AGUC8" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="TSICam", sameheight=120) %} <small>ARTIQ NDSP for Thorlabs Scientific Imaging cameras.</small> <a href="https://github.com/OregonIons/TSICam" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} {% layout_card(title="U Toronto examples", sameheight=120) %} <small>A repository of examples of ARTIQ code and instructions</small> <a href="https://github.com/vuthalab/artiq" target="_blank" rel="noopener noreferrer">Repository</a> {% end %} </div> {% layout_div(css="col-12 text-center") %} Want your project listed here? Write to sb@m-l\*\*\*.hk. {% end %}