-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
27 lines (27 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: home
author_profile: false
toc: true
feature_row:
- image_path: /assets/images/qram-cover.png
alt: "qRAM repo logo"
title: "qRAM Library"
excerpt: "Q# library implementing a variety of quantum memory proposals."
url: "https://github.com/qsharp-community/qram"
btn_label: "Learn More"
btn_class: "btn--info"
- image_path: /assets/images/qsharp-integrations-cover.png
alt: "Qsharp-integrations"
title: "Q# Integrations"
excerpt: "Samples demonstrating how to integrate with the Q# language infrastructure and/or drivers"
url: "https://github.com/qsharp-community/qsharp-integrations"
btn_label: "Learn More"
btn_class: "btn--info"
- image_path: /assets/images/chp-cover.png
alt: "CHP Simulator"
title: "CHP Simulator"
excerpt: "Custom simulator backend for Q#"
url: "https://github.com/qsharp-community/chp-sim"
btn_label: "Learn More"
btn_class: "btn--info"
---