Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rblazarus committed Sep 26, 2019
1 parent bd05fb2 commit 23147e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ basic Channel Library that is used by `ex2_single_qubit_sequences` and `ex3_two_
example notebooks.


## Channels
## Channels and Qubits

Many quantum processors require non-uniform control parameters to achieve
high-fidelity gates across all qubits in the device. To support this need, QGL
Expand Down Expand Up @@ -100,6 +100,8 @@ The underlying representation of all QGL operations is a `Pulse` object.
However, users are not expected to create `Pulses` directly, but instead
interact with various pre-defined one- and two-qubit primitives.



### Single-Qubit Operations

QGL provides the following single-qubit gates:
Expand Down Expand Up @@ -182,7 +184,7 @@ the length of the resulting operation. These additional parameters are passed to
the [shape function](#pulse-shapes-and-waveforms) when the QGL compiler
constructs waveforms from `Pulse` objects.

## Sequences and Simultaneous Operations
## Sequences and Concurrent Operations

Programs in QGL are specified using python lists. For example,
```seq = [[X90(q1), X(q1), Y(q1), X90(q1), MEAS(q1)]]```
Expand Down

0 comments on commit 23147e4

Please sign in to comment.