forked from M-Labs/web2019
Articles from Nature magazine
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
83a04be40e
commit
cb99047571
|
@ -6,6 +6,14 @@
|
||||||
- name: "arXiv"
|
- name: "arXiv"
|
||||||
path: "https://arxiv.org/pdf/1709.06952.pdf"
|
path: "https://arxiv.org/pdf/1709.06952.pdf"
|
||||||
|
|
||||||
|
- title: "Experimental quantum key distribution certified by Bell's theorem"
|
||||||
|
authors: "D. P. Nadlinger, P. Drmota, B. C. Nichol, G. Araneda, D. Main, R. Srinivas, D. M. Lucas, C. J. Ballance, K. Ivanov, E. Y-Z. Tan, P. Sekatski, R. L. Urbanke, R. Renner, N. Sangouard, J-D. Bancal"
|
||||||
|
links:
|
||||||
|
- name: "Nature 607, 682–686 (2022)"
|
||||||
|
path: "https://www.nature.com/articles/s41586-022-04941-5"
|
||||||
|
- name: "arXiv"
|
||||||
|
path: "https://arxiv.org/abs/2109.14600"
|
||||||
|
|
||||||
- title: "Programming languages and compiler design for realistic quantum hardware"
|
- title: "Programming languages and compiler design for realistic quantum hardware"
|
||||||
authors: "Frederic T. Chong, Diana Franklin & Margaret Martonosi"
|
authors: "Frederic T. Chong, Diana Franklin & Margaret Martonosi"
|
||||||
links:
|
links:
|
||||||
|
@ -53,6 +61,8 @@
|
||||||
links:
|
links:
|
||||||
- name: "arXiv"
|
- name: "arXiv"
|
||||||
path: "https://arxiv.org/abs/2009.11482"
|
path: "https://arxiv.org/abs/2009.11482"
|
||||||
|
- name: "Nature 598, 281–286 (2021)"
|
||||||
|
path: "https://www.nature.com/articles/s41586-021-03928-y"
|
||||||
|
|
||||||
- title: "Probing Qubit Memory Errors at the Part-per-Million Level"
|
- title: "Probing Qubit Memory Errors at the Part-per-Million Level"
|
||||||
authors: "M. A. Sepiol, A. C. Hughes, J. E. Tarlton, D. P. Nadlinger, T. G. Ballance, C. J. Ballance, T. P. Harty, A. M. Steane, J. F. Goodwin & D. M. Lucas"
|
authors: "M. A. Sepiol, A. C. Hughes, J. E. Tarlton, D. P. Nadlinger, T. G. Ballance, C. J. Ballance, T. P. Harty, A. M. Steane, J. F. Goodwin & D. M. Lucas"
|
||||||
|
@ -68,6 +78,14 @@
|
||||||
- name: "Science, Vol 364, Issue 6446, 21 June 2019"
|
- name: "Science, Vol 364, Issue 6446, 21 June 2019"
|
||||||
path: "https://science.sciencemag.org/content/364/6446/1163"
|
path: "https://science.sciencemag.org/content/364/6446/1163"
|
||||||
|
|
||||||
|
- title: "Quantum amplification of boson-mediated interactions"
|
||||||
|
authors: "S. C. Burd, R. Srinivas, H. M. Knaack, W. Ge, A. C. Wilson, D. J. Wineland, D. Leibfried, J. J. Bollinger, D. T. C. Allcock, D. H. Slichter"
|
||||||
|
links:
|
||||||
|
- name: "Nat. Phys. 17, 898–902 (2021)"
|
||||||
|
path: "https://www.nature.com/articles/s41567-021-01237-9"
|
||||||
|
- name: "arXiv"
|
||||||
|
path: "https://arxiv.org/abs/2009.14342"
|
||||||
|
|
||||||
- title: "State Readout of a Trapped Ion Qubit Using a Trap-Integrated Superconducting Photon Detector"
|
- title: "State Readout of a Trapped Ion Qubit Using a Trap-Integrated Superconducting Photon Detector"
|
||||||
authors: "S. L. Todaro, V. B. Verma, K. C. McCormick, D. T. C. Allcock, R. P. Mirin, D. J. Wineland, S. W. Nam, A. C. Wilson, D. Leibfried & D. H. Slichter"
|
authors: "S. L. Todaro, V. B. Verma, K. C. McCormick, D. T. C. Allcock, R. P. Mirin, D. J. Wineland, S. W. Nam, A. C. Wilson, D. Leibfried & D. H. Slichter"
|
||||||
links:
|
links:
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
{{ publication.authors.full }}
|
{{ publication.authors.full }}
|
||||||
</span>
|
</span>
|
||||||
<a data-bs-toggle="collapse" class="hide-expanded" data-bs-target="#viewdetails{{ publication.title | slugify | truncate(length=20, end="") }}"> ...more</a>
|
<a data-bs-toggle="collapse" class="hide-expanded" data-bs-target="#viewdetails{{ publication.title | slugify | truncate(length=20, end="") }}"> ...more</a>
|
||||||
<a data-bs-toggle="collapse" class="show-expanded" data-bs-target="#viewdetails{{ publication.title | slugify | truncate(length=20, end="") }}">less</a>
|
<a data-bs-toggle="collapse" class="show-expanded" data-bs-target="#viewdetails{{ publication.title | slugify | truncate(length=20, end="") }}"><br>less</a>
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="card-text">{{ publication.authors }}</p>
|
<p class="card-text">{{ publication.authors }}</p>
|
||||||
|
|
Loading…
Reference in New Issue