forked from M-Labs/web2019
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9896752e16 | |||
e79d33e2e5 | |||
53863b048c |
@ -1,3 +1,11 @@
|
|||||||
|
- title: "Distributed quantum computing across an optical network link"
|
||||||
|
authors: "D. Main, P. Drmota, D. P. Nadlinger, E. M. Ainley, A. Agrawal, B. C. Nichol, R. Srinivas, G. Araneda & D. M. Lucas"
|
||||||
|
links:
|
||||||
|
- name: "Nature (2025)"
|
||||||
|
path: "https://www.nature.com/articles/s41586-024-08404-x"
|
||||||
|
- name: "Announcement"
|
||||||
|
path: "https://www.ox.ac.uk/news/2025-02-06-first-distributed-quantum-algorithm-brings-quantum-supercomputers-closer"
|
||||||
|
|
||||||
- title: "Fast quantum logic gates with trapped-ion qubits"
|
- title: "Fast quantum logic gates with trapped-ion qubits"
|
||||||
authors: "V. M. Schäfer, C. J. Ballance, K. Thirumalai, L. J. Stephenson, T. G. Ballance, A. M. Steane & D. M. Lucas"
|
authors: "V. M. Schäfer, C. J. Ballance, K. Thirumalai, L. J. Stephenson, T. G. Ballance, A. M. Steane & D. M. Lucas"
|
||||||
links:
|
links:
|
||||||
|
@ -139,6 +139,17 @@ We welcome inquiries from research groups of all sizes.<br>[See what has been fu
|
|||||||
<a href="https://github.com/OxfordIonTrapGroup/ndscan" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
<a href="https://github.com/OxfordIonTrapGroup/ndscan" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
||||||
{% end %}
|
{% 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" itemprop="url">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" itemprop="url">Repository</a>
|
||||||
|
{% end %}
|
||||||
|
|
||||||
{% layout_card(title="Oxford routines", sameheight=120) %}
|
{% layout_card(title="Oxford routines", sameheight=120) %}
|
||||||
<small>Oxford Ion-Trap Group routines</small>
|
<small>Oxford Ion-Trap Group routines</small>
|
||||||
@ -146,6 +157,12 @@ We welcome inquiries from research groups of all sizes.<br>[See what has been fu
|
|||||||
<a href="https://github.com/OxfordIonTrapGroup/oitg" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
<a href="https://github.com/OxfordIonTrapGroup/oitg" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
{% layout_card(title="ATOMIQ", sameheight=120) %}
|
||||||
|
<small>An abstraction layer to move hardware specific information into a configuration layer and enables working with generic software objects representing the actual hardware in the lab.</small>
|
||||||
|
|
||||||
|
<a href="https://thequantumlaend.de/2024/03/07/atomiq-our-convenience-layer-for-artiq-now-available/" target="_blank" rel="noopener noreferrer" itemprop="url">Announcement</a> | <a href="https://gitlab.com/atomiq-project/atomiq" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
||||||
|
{% end %}
|
||||||
|
|
||||||
{% layout_card(title="UCLA routines", sameheight=120) %}
|
{% layout_card(title="UCLA routines", sameheight=120) %}
|
||||||
<small>ARTIQ experiments in use at UCLA AMO</small>
|
<small>ARTIQ experiments in use at UCLA AMO</small>
|
||||||
|
|
||||||
@ -170,25 +187,12 @@ We welcome inquiries from research groups of all sizes.<br>[See what has been fu
|
|||||||
<a href="https://github.com/cnourshargh/Bham-ARTIQ-examples" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
<a href="https://github.com/cnourshargh/Bham-ARTIQ-examples" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
||||||
{% end %}
|
{% 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" itemprop="url">Repositories</a>
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
|
|
||||||
{% layout_card(title="Argent", sameheight=120) %}
|
{% layout_card(title="Argent", sameheight=120) %}
|
||||||
<small>High-level sequence control interface for ARTIQ.</small>
|
<small>High-level sequence control interface for ARTIQ.</small>
|
||||||
|
|
||||||
<a href="https://github.com/robertfasano/argent" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
<a href="https://github.com/robertfasano/argent" target="_blank" rel="noopener noreferrer" itemprop="url">Repository</a>
|
||||||
{% end %}
|
{% 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" itemprop="url">Repository</a>
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% layout_card(title="GenericSCPIDriver", sameheight=120) %}
|
{% layout_card(title="GenericSCPIDriver", sameheight=120) %}
|
||||||
<small>A generic Python driver for SCPI devices driven over serial connections. Compatible with ARTIQ.</small>
|
<small>A generic Python driver for SCPI devices driven over serial connections. Compatible with ARTIQ.</small>
|
||||||
|
|
||||||
|
@ -901,9 +901,6 @@ const shop_data = {
|
|||||||
warnings: [
|
warnings: [
|
||||||
"no_idc_source"
|
"no_idc_source"
|
||||||
],
|
],
|
||||||
resources: [
|
|
||||||
{name: "idc", max: 4}
|
|
||||||
],
|
|
||||||
consumes: {
|
consumes: {
|
||||||
hp: 4,
|
hp: 4,
|
||||||
idc: 4
|
idc: 4
|
||||||
|
Loading…
Reference in New Issue
Block a user