Skip to content

saipavanc/scqubits

 
 

Repository files navigation

scqubits: superconducting qubits in Python

Anaconda-Server Badge CodeFactor codecov

J. Koch, P. Groszkowski

scqubits is an open-source Python library for simulating superconducting qubits. It is meant to give the user a convenient way to obtain energy spectra of common superconducting qubits, plot energy levels as a function of external parameters, calculate matrix elements etc. The library further provides an interface to QuTiP, making it easy to work with composite Hilbert spaces consisting of coupled superconducting qubits and harmonic modes. Internally, numerics within scqubits is carried out with the help of Numpy and Scipy; plotting capabilities rely on Matplotlib.

If scqubits is helpful to you in your research, please support its continued development and maintenance. Use of scqubits in research publications is appropriately acknowledged by citing:

Peter Groszkowski and Jens Koch,
scqubits: a Python package for superconducting qubits,
Quantum 5, 583 (2021).
https://quantum-journal.org/papers/q-2021-11-17-583/

Download and Installation

For Python 3.6, 3.7, 3.8, 3.9, and 3.10: installation via conda is supported.

conda install -c conda-forge scqubits

Alternatively, scqubits can be installed via pip (although it should be noted that installing via pip under a conda environment is strongly discouraged, and is not guaranteed to work - see conda documentation).

pip install scqubits

Documentation

The documentation for scqubits is available at: https://scqubits.readthedocs.io

Related Packages

There are two related packages on github:

documentation source code: https://github.com/scqubits/scqubits-doc
example notebooks: https://github.com/scqubits/scqubits-examples

Contribute

You are welcome to contribute to scqubits development by forking this repository and sending pull requests, or filing bug reports at the issues page.

All contributions are acknowledged in the contributors section in the documentation.

All contributions are expected to be consistent with PEP 8 -- Style Guide for Python Code.

License

license

You are free to use this software, with or without modification, provided that the conditions listed in the LICENSE file are satisfied.

About

Superconducting Qubits in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%