2019-07-04 01:21:58 +08:00
{% extends '_base.html' %}
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
{% block hero %}
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "container-fluid hero d-flex flex-column justify-content-center" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "container" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "row" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "col-12 text-center" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< h1 > Open tools for open physics.< / h1 >
2019-07-03 17:52:11 +08:00
2019-07-29 18:23:36 +08:00
< img src = "{{ get_url(path='images/ion@2x.png', cachebust=true) }}" height = "12" alt = "ion" >
2019-07-03 17:52:11 +08:00
< / div >
2019-07-04 01:21:58 +08:00
< / div >
2019-07-03 17:52:11 +08:00
< / div >
2019-07-04 01:21:58 +08:00
< / div >
2019-07-03 18:02:01 +08:00
2019-07-04 01:21:58 +08:00
{% endblock %}
2019-07-03 18:02:01 +08:00
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
{% block main %}
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< main class = "container" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "row" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "col-12" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "card shadow mt-3 mb-3" >
2019-07-03 17:52:11 +08:00
2019-07-08 23:04:07 +08:00
< div class = "card-body p-3 p-md-5 card-artiq" >
2019-07-03 17:52:11 +08:00
2023-07-14 10:42:33 +08:00
< div class = "col-12 col-md-6 ps-0 pe-0" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< h5 class = "card-title" > ARTIQ< / h5 >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< p class = "card-text pt-3" >
ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a leading-edge control system for quantum information experiments, developed in partnership with a growing number of research institutions worldwide.
< / p >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< p class = "card-text pt-3 pb-3" >
The system features a high-level programming language that helps describe complex experiments, which is compiled and executed on dedicated hardware with nanosecond timing resolution and sub-microsecond latency.
< / p >
2019-07-03 17:52:11 +08:00
2023-03-07 13:53:01 +08:00
< a href = "{{ get_url(path='@/experiment-control/place-order.md') }}" class = "btn btn-primary btn-inversed btn-lg" > Order hardware< / a >
< a href = "https://m-labs.hk/artiq/manual/" class = "btn btn-primary btn-lg" > Manual< / a >
< a href = "https://forum.m-labs.hk" class = "btn btn-primary btn-lg" > Forum< / a >
2024-10-14 13:52:06 +08:00
< div class = "dropdown download-selector" >
< a class = "btn btn-primary btn-lg d-inline-flex dropdown-toggle" href = "#" role = "button" data-bs-toggle = "dropdown" aria-expanded = "false" >
2024-06-21 13:07:45 +08:00
< img src = "/images/icons/icon-download.svg" class = "d-inline-block align-self-center mx-1" style = "height: 1rem" alt = "download" >
2024-10-14 13:52:06 +08:00
Windows installer
< / a >
< ul class = "dropdown-menu shadow" >
< li > < a class = "dropdown-item" href = "https://nixbld.m-labs.hk/job/artiq/extra/msys2-offline-installer/latest/download/1" > ARTIQ-8 (stable)< / a > < / li >
< li > < a class = "dropdown-item" href = "https://nixbld.m-labs.hk/job/artiq/extra-beta/msys2-offline-installer/latest/download/1" > ARTIQ-9 (beta)< / a > < / li >
< / ul >
< / div >
2023-03-07 13:53:01 +08:00
< a href = "{{ get_url(path='@/experiment-control/artiq.md') }}" class = "btn btn-primary btn-lg" > More...< / a >
2019-07-03 17:52:11 +08:00
< / div >
< / div >
< / div >
< / div >
2019-07-04 01:21:58 +08:00
< / div >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "row pb-5" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "col-12" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "card shadow mt-3 mb-3" >
2019-07-03 17:52:11 +08:00
2023-04-10 17:33:12 +08:00
< div class = "card-body p-3 p-md-5 card-jobs" >
2019-07-03 17:52:11 +08:00
2023-07-14 10:42:33 +08:00
< div class = "col-12 col-md-6 ps-0 pe-0" >
2019-07-03 17:52:11 +08:00
2023-04-10 17:33:12 +08:00
< h5 class = "card-title" > Jobs< / h5 >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< p class = "card-text pt-3" >
2023-04-10 17:33:12 +08:00
We are always looking for talented people to join our team and help us deliver the systems that enable the experimental quantum research of tomorrow.
2019-07-04 01:21:58 +08:00
< / p >
2023-04-10 17:33:12 +08:00
< p class = "card-text pt-3" >
If you are good at software, electronics or photonics, and physics makes you tick, then you should get in touch. Locations in Hong Kong and Manila available.
2019-07-04 01:21:58 +08:00
< / p >
2019-07-03 17:52:11 +08:00
2023-04-10 17:33:12 +08:00
< a href = "{{ get_url(path='@/about-us/jobs.md') }}" class = "btn btn-primary btn-lg" > Find out more...< / a >
2019-07-03 17:52:11 +08:00
< / div >
< / div >
< / div >
< / div >
2019-07-04 01:21:58 +08:00
< / div >
2019-07-03 17:52:11 +08:00
2019-12-29 16:00:31 +08:00
< div class = "row pb-5" >
< div class = "col-12" >
< div class = "card shadow mt-3 mb-3" >
2023-04-10 17:33:12 +08:00
< div class = "card-body p-3 p-md-5 card-gateware" >
2019-12-29 16:00:31 +08:00
2023-07-14 10:42:33 +08:00
< div class = "col-12 col-md-6 ps-0 pe-0" >
2019-12-29 16:00:31 +08:00
2023-04-10 17:33:12 +08:00
< h5 class = "card-title" > Gateware and system-on-chip design< / h5 >
2019-12-29 16:00:31 +08:00
< p class = "card-text pt-3" >
2023-04-10 17:33:12 +08:00
Traditional gateware design with Verilog and VHDL is well known to be tedious and inefficient. M-Labs have developed Migen, a Python-based HDL and toolbox that addresses many of their issues and makes gateware design more productive.
2019-12-29 16:00:31 +08:00
< / p >
2020-01-23 01:55:17 +08:00
2023-04-10 17:33:12 +08:00
< p class = "card-text pt-3 pb-3" >
Built on Migen, MiSoC provides a high performance, flexible and lightweight solution to build system-on-chips for various applications.
< / p >
< a href = "{{ get_url(path='@/gateware/migen.md') }}" class = "btn btn-primary btn-lg" > Read more...< / a >
2019-12-29 16:00:31 +08:00
< / div >
< / div >
< / div >
< / div >
< / div >
2019-07-04 01:21:58 +08:00
< div class = "row pt-5 pb-5" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "col-12" >
2019-07-03 17:52:11 +08:00
2021-08-11 12:30:22 +08:00
< h3 class = "text-center" > Contact< / h3 >
2019-07-03 17:52:11 +08:00
< / div >
2019-07-04 01:21:58 +08:00
< / div >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< / main >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
{% endblock %}
2020-01-23 01:55:17 +08:00
{% block fcopyright %}
< div class = "container text-center" >
< p class = "pb-2 text-center" >
< small > < a href = "https://commons.wikimedia.org/wiki/File:Intel_2nd_Generation_Core_microprocessor_codenamed_Sandy_Bridge_Wafer.jpg" target = "_blank" rel = "noopener noreferrer" > Intel 2nd Generation Core microprocessor codenamed Sandy Bridge Wafer< / a > by < a href = "https://www.flickr.com/photos/intelfreepress/" target = "_blank" rel = "noopener noreferrer" > Intel Free Press< / a > is licensed under the < a href = "https://creativecommons.org/licenses/by-sa/2.0/deed.en" target = "_blank" rel = "noopener noreferrer" > CC BY-SA 2.0< / a > license.< / small >
< br / >
< small > < a href = "https://commons.wikimedia.org/wiki/File:Hong_kong_bruce_lee_statue.jpg" target = "_blank" rel = "noopener noreferrer" > Hong Kong Bruce Lee statue< / a > by < a href = "https://commons.wikimedia.org/w/index.php?+title=User%3AJohnson_Lau" target = "_blank" rel = "noopener noreferrer" > Johnson Lau< / a > is licensed under the < a href = "https://creativecommons.org/licenses/by-sa/2.5/deed.en" target = "_blank" rel = "noopener noreferrer" > CC BY-SA 2.5< / a > license.< / small >
< / p >
< / div >
{% endblock %}