Skip to content

Qiujv/LabCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabCodes

Simple routines for superconducting quantum circuits.

Contents

fitter: CurveFit and BatchFit handling fitting and fit datas.

models: Fitting models with pre-defined initial value guess functions.

plotter: Data plotting routines for data generated in 2d sweep or other experiments.

fileio: Reading and writing data files, supports Labber, LabRAD, LTspice;

calc: Numerical calculator for physical models.

tomo: Data processing routine for quantum state tomography and process tomograpy.

misc: Useful functions that not fitting anywhere else.

frog: Codes for FROG experiments only.

Installation

pip install labcodes

Documentation

All functions, classes comes with necessary documentations in their docstrings. Check them out with command like help(balabala). To browser the contents within, try dir(balabala) or help(module_name).

If you are using iPython or Jupyter, try any_object? or any_object??.

It is highly recommended to read the source codes. I tried to make it easy to read.

If there is any advice or suggestions, write an issue, or pull request. 😊

About

Simple routines for superconducting quantum circuits.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages