From 9dc46ab53698502e03ba1d3546df528f54b3279d Mon Sep 17 00:00:00 2001 From: Rich Lazarus <1394969+rblazarus@users.noreply.github.com> Date: Fri, 4 Oct 2019 07:38:21 -0400 Subject: [PATCH] fixing bullets --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 306559c2..0ec4e37a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/BBN-Q/QGL.svg?branch=master)](https://travis-ci.org/BBN-Q/QGL) [![Coverage Status](https://coveralls.io/repos/BBN-Q/QGL/badge.svg?branch=master)](https://coveralls.io/r/BBN-Q/QGL) +# Overview + Quantum Gate Language (QGL) is a domain specific language embedded in python for specifying pulse sequences. @@ -32,6 +34,7 @@ Obviously, we suggest that you start with ex1_basic_QGL. ## Usage + QGL is designed to be utilized alongside Auspex, and most of the usage example, including how to define a channel library, can be found in the [Auspex documentation](https://auspex.readthedocs.io/en/develop/qubits.html)