forked from M-Labs/web2019
Compare commits
7 Commits
148-phaser
...
master
Author | SHA1 | Date | |
---|---|---|---|
769ce960d4 | |||
342742789d | |||
effcd917a0 | |||
d43ced5969 | |||
9896752e16 | |||
e79d33e2e5 | |||
53863b048c |
@ -88,6 +88,10 @@ We accept all major currencies including USD, EUR, RMB, GBP, BTC and XMR.
|
||||
|
||||
Yes, however processing credit cards is expensive and you need to cover the costs. 4\% card processing fee applies for payment by credit card in Hong Kong dollars. 7\% card processing and exchange fee applies for payment by credit card in US dollars.
|
||||
|
||||
##### I have overpaid or double-paid an invoice. What should I do?
|
||||
|
||||
Contact sb@m-labs.hk and we will return the excess funds within a few business days. You shall pay all banking and credit card charges incurred.
|
||||
|
||||
##### We are a distributor. Can we have exclusive rights to your products?
|
||||
|
||||
Exclusivity is subject to contractual minimum order volumes determined at our discretion, but generally exceeding USD 300,000.00 per year for most countries.
|
||||
|
@ -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"
|
||||
authors: "V. M. Schäfer, C. J. Ballance, K. Thirumalai, L. J. Stephenson, T. G. Ballance, A. M. Steane & D. M. Lucas"
|
||||
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>
|
||||
{% 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) %}
|
||||
<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>
|
||||
{% 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) %}
|
||||
<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>
|
||||
{% 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) %}
|
||||
<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>
|
||||
{% 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) %}
|
||||
<small>A generic Python driver for SCPI devices driven over serial connections. Compatible with ARTIQ.</small>
|
||||
|
||||
|
@ -56,6 +56,13 @@
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.card-featured {
|
||||
background: #fff url("../images/fireworks-phone@2x.png") no-repeat top center;
|
||||
background-size: contain;
|
||||
}
|
||||
.card-featured > div {
|
||||
padding-top: 66.64%;
|
||||
}
|
||||
|
||||
.card-artiq {
|
||||
background: #fff url("../images/artiq-phone@2x.png") no-repeat top center;
|
||||
@ -122,6 +129,10 @@ img.kf25 {
|
||||
// Small devices (landscape phones, 576px and up)
|
||||
@media (min-width: 576px) {
|
||||
|
||||
.card-featured > div {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.card-artiq > div {
|
||||
padding-top: 0;
|
||||
}
|
||||
@ -213,6 +224,11 @@ img.kf25 {
|
||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
|
||||
}
|
||||
|
||||
.card-featured {
|
||||
background: #fff url("../images/fireworks@2x.png") no-repeat top right;
|
||||
}
|
||||
|
||||
|
||||
.card-artiq {
|
||||
background: #fff url("../images/artiq@2x.png") no-repeat top right;
|
||||
}
|
||||
|
BIN
static/docs/kirdybrochure.pdf
Normal file
BIN
static/docs/kirdybrochure.pdf
Normal file
Binary file not shown.
BIN
static/images/fireworks-phone@2x.png
Normal file
BIN
static/images/fireworks-phone@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
BIN
static/images/fireworks@2x.png
Normal file
BIN
static/images/fireworks@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 225 KiB |
@ -901,9 +901,6 @@ const shop_data = {
|
||||
warnings: [
|
||||
"no_idc_source"
|
||||
],
|
||||
resources: [
|
||||
{name: "idc", max: 4}
|
||||
],
|
||||
consumes: {
|
||||
hp: 4,
|
||||
idc: 4
|
||||
|
@ -35,6 +35,42 @@
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
<div class="card shadow mt-3 mb-3" itemscope itemtype="https://schema.org/Poster">
|
||||
|
||||
<div class="card-body p-3 p-md-5 card-featured">
|
||||
|
||||
<div class="col-12 col-md-6 ps-0 pe-0">
|
||||
|
||||
<h5 class="card-title" itemprop="headline">News</h5>
|
||||
|
||||
<div class="desc-wrapper" itemprop="description">
|
||||
<p class="card-text pt-3">
|
||||
The Sinara 1550 Kirdy is a laser diode driver which combines a low-noise current source and a precision temperature controller. In combination with Fast-Servo, it can lock lasers to spectral lines and reference cavities. See <a href="docs/kirdybrochure.pdf">the brochure</a>.
|
||||
</p>
|
||||
|
||||
<p class="card-text pt-3">
|
||||
The world's <a href="https://www.ox.ac.uk/news/2025-02-06-first-distributed-quantum-algorithm-brings-quantum-supercomputers-closer">first distributed quantum algorithm experiment</a> was performed at Oxford University using ARTIQ. See <a href="https://www.nature.com/articles/s41586-024-08404-x">the paper</a>.
|
||||
</p>
|
||||
|
||||
<p class="card-text pt-3">
|
||||
The Sinara 5716 Shuttler is a 16-channel 125MSPS 14-bit DAC optimized for trapped ion shuttling. More information in the <a href="https://forum.m-labs.hk/d/745-artiq-8-released">ARTIQ-8 release announcement</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row pb-5">
|
||||
|
||||
<div class="col-12">
|
||||
|
||||
<div class="card shadow mt-3 mb-3" itemscope itemtype="https://schema.org/Poster">
|
||||
|
Loading…
Reference in New Issue
Block a user