Metadata-Version: 2.1
Name: scqubits
Version: 2.2.2
Summary: scqubits: superconducting qubits in Python
Home-page: https://scqubits.readthedocs.io
Author: Jens Koch, Peter Groszkowski
Author-email: jens-koch@northwestern.edu, piotrekg@gmail.com
License: BSD
Description: 
        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',
        arXiv:2107.08552 (2021). https://arxiv.org/abs/2107.08552
        
Keywords: superconducting qubits
Platform: Linux
Platform: Mac OSX
Platform: Unix
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Provides-Extra: graphics
Provides-Extra: explorer
Provides-Extra: h5-support
Provides-Extra: pathos
Provides-Extra: fitting
