Skip to content
Snippets Groups Projects
Commit f219f585 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

update Readme.md

parent f47556e1
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
Pulse_lib is a library to control multi-channel AWG pulse sequences and digitizer acquisitions
with a simple API using physical units. It is designed to control qubit experiments, especially quantum dot
and spin qubit experiments.
The sequences can contain direct voltage pulses, microwave (MW) pulses, digital markers and triggers.
Sequences can contain direct voltage pulses, microwave (MW) pulses, digital markers and triggers.
The MW pulses in a sequence are phase coherent to enable construction of sequences of quantum gates.
Pulse_lib creates IQ output pairs to generate the MW pulses using a vector signal generator.
......@@ -30,7 +31,7 @@ is currently only supported by the QuTech QuantumSequencer for Keysight PXI.
Pulse_lib supports the following hardware:
* Keysight PXI M3202A AWG and M3201A digitizer
* Tektronix AWG5014 with Spectrum M4i digitizer
* Qblox Pulsar QCM and QRM instruments
* Qblox Pulsar QCM and QRM
The communication with the AWGs has been optimized to minimize the overhead between measurements.
The compilation of pulse sequences and the communication with the AWGs will be further optimized
......@@ -42,6 +43,8 @@ You need python 3.7+ and qcodes.
To use pulse_lib with Keysight you also need Keysight SD1 software, Keysight FPGA Test Sync Executive, hvi2-script
and hvi2 schedules.
To use pulse_lib with Qblox you also need [Q1Pulse](https://github.com/sldesnoo-Delft/q1pulse).
# Quick start
The pulse library can be installed by cloning the library from github on your computer.
Navigate in the github folder and run the following in the terminal:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment