Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelsing committed Oct 11, 2019
1 parent 059079f commit 7acc8b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/README.md
Expand Up @@ -2,9 +2,9 @@

The jupyter notebooks in this directory show a few uses of QGL2, relying on the QGL2 implementation of the QGL Basic Sequences. Note that these notebooks do not include QGL2 programs, but show using QGL2 programs.

Start with [QGL2 AllXY.ipynb], which will show how to create a 'Channel Library' and turn on debugging.
[QGL2 RabiAmp.ipynb] shows creating and supplying arguments, including specifying the axis descriptors, and requesting that the compiled QGL2 code be saved to a file.
[QGL2 RabiAmp-indirect.ipynb] shows a python program that runs a previously compiled QGL2 program.
[QGL2 RabiSingleShot.ipynb] shows turning on debugging within the QGL compiler.
Start with [AllXY](./QGL2%20AllXY.ipynb), which will show how to create a 'Channel Library' and turn on debugging.
[RabiAmp](./QGL2%20RabiAmp.ipynb) shows creating and supplying arguments, including specifying the axis descriptors, and requesting that the compiled QGL2 code be saved to a file.
[RabiAmp-indirect](./QGL2%20RabiAmp-indirect.ipynb) shows a python program that runs a previously compiled QGL2 program.
[RabiSingleShot](./QGL2%20RabiSingleShot.ipynb) shows turning on debugging within the QGL compiler.

See [src/python/qgl2/basic_sequences] for sample QGL2 code, including non-notebook uses of QGL2.
See [code in basic_sequences](../src/python/qgl2/basic_sequences) for sample QGL2 code, including non-notebook uses of QGL2.

0 comments on commit 7acc8b2

Please sign in to comment.