Skip to content

AivonOy/pyCBT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyCBT

Python library for Coulomb Blockade Thermometer (CBT) data fitting. It uses master equation for conductance calculations according to Pekola et. al. PRL 73 (1994).

See

###Requirements

Packages except pyx have installers. For pyx installation, run pyx installation file setup.py in shell

python setup.py install

Usage

Edit and run example script

python example_fit_and_plot.py

that fits a measured CBT curve.

Cython

There exist a cython version of file CBT_lib.py named CBT_lib.pyx that can be compiled to C-code according instructions from cython webpage

In Windows compiling using mingw at least works. In OSX Xcode, command line tools have been tested to work.

Disclaimer

The Software is provided "as is" without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement

About

Python library for Coulomb Blockade Thermometer data fitting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages