-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Qlab measurement and control software | ||
===================================== | ||
# Qlab measurement and control software | ||
|
||
A MATLAB framework for superconducting qubit systems. | ||
|
||
Installation | ||
------------ | ||
## Installation | ||
|
||
### Source Code | ||
|
||
To get started, simply download and unzip the latest release. Or, if you want the tip of the development repository, clone a local copy with | ||
|
||
git clone [email protected]:BBN-Q/Qlab.git localname | ||
|
||
Navigate to the Qlab folder and run `installQlab` to setup the necessary preferences. The install script will also recommend a list of folders to add to the MATLAB path. | ||
Navigate to the QLab directory and run the installQLab.m script to setup the preferences. It will also prompt you with the correct folders to add to the path. | ||
|
||
The code is loosely organized into | ||
|
||
|