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-04 01:21:58 +08:00
< img src = "{{ get_url(path='images/ion@2x.png', cachebust=true) }}" height = "12" align = "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
2019-07-04 01:21:58 +08:00
< div class = "col-12 col-md-6 pl-0 pr-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
2019-07-06 00:25:42 +08:00
< a href = "{{ get_url(path='@/experiment-control/artiq.md') }}" class = "btn btn-primary btn-lg" > Read 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
2019-07-08 23:04:07 +08:00
< div class = "card-body p-3 p-md-5 card-gateware" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< div class = "col-12 col-md-6 pl-0 pr-0" >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< h5 class = "card-title" > Gateware and system-on-chip design< / h5 >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< p class = "card-text pt-3" >
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.
< / 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" >
Built on Migen, MiSoC provides a high performance, flexible and lightweight solution to build system-on-chips for various applications.
< / p >
2019-07-03 17:52:11 +08:00
2019-07-04 01:21:58 +08:00
< a href = "" class = "btn btn-primary btn-lg" > Read 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 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
2019-07-18 23:04:57 +08:00
< h3 class = "text-center" > Contact us< / 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 %}