Skip to main content

Package to simulate hybrid superconducting qubits

Project description

HybridSuperQubits 🌀⚡

DOI PyPI Version License Documentation Status

A Python framework for simulating hybrid semiconductor-superconductor quantum circuits.

Key Features ✨

  • Hybrid Circuit Simulation 🔬
    Unified framework for semiconductor-superconductor systems.

  • Advanced Noise Analysis 📉

    • Capacitive losses (t1_capacitive).
    • Inductive losses (t1_inductive).
    • Flux noise (tphi_1_over_f_flux).
    • Coherence Quantum Phase Slip (tphi_CQPS).
  • Professional Visualization 📊

    • Wavefunction plotting (plot_wavefunction).
    • Matrix element analysis (plot_matelem_vs_paramvals).
    • Spectrum vs parameter sweeps.
  • SC-Qubits Compatibility 🔄
    API-inspired interface for users familiar with scqubits


🚀 Installation

HybridSuperQubits is available on PyPI.
SciPy is kept as an optional dependency to let users install it optimally (especially on Apple Silicon).

1. Quick Installation (includes SciPy)

If you do not need to manage SciPy installation yourself, simply:

pip install "HybridSuperQubits[scipy]"

Apple Silicon (M1/M2/M3): If SciPy compiles from source or runs slowly, check the notes below.

2. Manual / Optimized SciPy Installation

If you prefer to install SciPy independently (for example, via conda or building from source):

  1. (Optional) Create or activate a Python environment:
  • Conda example:

      conda create -n hsq_env python=3.10
      conda activate hsq_env
    
  • venv example:

      python3 -m venv hsq_env
      source hsq_env/bin/activate     # macOS/Linux
      hsq_env\Scripts\activate        # Windows
    
  1. Install SciPy by your preferred approach:
  • Conda:

       conda install scipy
    
  • pip + Homebrew (if compiling from source):

       brew install openblas gcc
       pip install --upgrade pip setuptools wheel
       pip install scipy
    
  1. Install HybridSuperQubits (without [scipy]):

     pip install HybridSuperQubits
    

Apple Silicon Notes (M1/M2/M3)

  • Use a native Python build (not under Rosetta).

  • If SciPy or HybridSuperQubits tries to compile from source and you do not get a precompiled wheel, you may need OpenBLAS and environment variables:

    conda install -c conda-forge openblas
    export LDFLAGS="-L/opt/homebrew/opt/openblas/lib"
    export CFLAGS="-I/opt/homebrew/opt/openblas/include"
    export BLAS=~/opt/homebrew/opt/openblas/lib
    pip install HybridSuperQubits
    
  • Installing SciPy via conda-forge or mambaforge typically provides optimized builds automatically.

Upgrading

To upgrade HybridSuperQubits:

pip install --upgrade "HybridSuperQubits[scipy]"

(Or just HybridSuperQubits if handling SciPy separately.)


Basic Usage 🚀

Supported Qubit Types

  1. Andreev
  2. Gatemon
  3. Gatemonium
  4. Fermionic bosonic qubit

Initialize a hybrid qubit

from HybridSuperQubits import Andreev, Gatemon, Gatemonium, Ferbo

# Fermionic-Bosonic Qubit (Ferbo)
qubit = Ferbo(
    Ec=1.2,          # Charging energy [GHz]
    El=0.8,          # Inductive energy [GHz]
    Gamma=5.0,       # Coupling strength [GHz]
    delta_Gamma=0.1, # Asymmetric coupling [GHz]
    er=0.05,         # Fermi detuning [GHz]
    phase=0.3,       # External phase (2 pi Φ/Φ₀)
    dimension=100    # Hilbert space dimension
)

# Andreev Pair Qubit
andreev_qubit = Andreev(
    EJ=15.0,        # Josephson energy [GHz]
    EC=0.5,         # Charging energy [GHz]
    delta=0.1,      # Superconducting gap [GHz]
    ng=0.0,         # Charge offset
    dimension=50
)

# Gatemonium
gatemonium = Gatemonium(
    EJ=10.0,        # Josephson energy [GHz]
    EC=1.2,         # Charging energy [GHz]
    ng=0.0,         # Charge offset
    dimension=100
)

Documentation 📚

Full API reference and theory background available at: hybridsuperqubits.readthedocs.io

Contributing 🤝

We welcome contributions! Please see:

CONTRIBUTING.md for development guidelines

License

This project is licensed under the MIT License. However, it includes portions of code derived from scqubits, which is licensed under the BSD 3-Clause License.

For more details, please refer to the LICENSE file.

📖 Citation

If you use this software in your research, please cite it using the following BibTeX entry

@software{joan_j_caceres_2025_15315785,
  author       = {Joan J. Cáceres},
  title        = {joanjcaceres/HybridSuperQubits},
  month        = may,
  year         = 2025,
  publisher    = {Zenodo},
  version      = {v0.8.2},
  doi          = {10.5281/zenodo.15315785},
  url          = {https://doi.org/10.5281/zenodo.15315785},
}

or using the Citation tool at HybridSuperQubits' Zenodo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hybridsuperqubits-0.9.2.tar.gz (31.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hybridsuperqubits-0.9.2-py3-none-any.whl (42.6 kB view details)

Uploaded Python 3

File details

Details for the file hybridsuperqubits-0.9.2.tar.gz.

File metadata

  • Download URL: hybridsuperqubits-0.9.2.tar.gz
  • Upload date:
  • Size: 31.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hybridsuperqubits-0.9.2.tar.gz
Algorithm Hash digest
SHA256 aaf4ed10ca90738c609b20d541567fcf77a898a017381afa270c2e3ee2a5913c
MD5 ba35b2caae781a0ec61917e7982c106e
BLAKE2b-256 10dd5d5c65ad9a42f0189fb83fd6204eb9870b2b565e84955e3b16a92be2a75c

See more details on using hashes here.

File details

Details for the file hybridsuperqubits-0.9.2-py3-none-any.whl.

File metadata

File hashes

Hashes for hybridsuperqubits-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fe3247b9fd400b684a0c6120465f80eee2a4dd220a04b0a97c3abbf93f5208b5
MD5 ff13fb2f5ef6b2b4db64a9aafcd72b24
BLAKE2b-256 bd81d429de7815998bf16e4a1e7bd9e5449c210271b11e8e89e4e073c4402318

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page