QMix
QMix: A Python package for simulating the quasiparticle tunneling currents in SIS junctions - Published in JOSS (2019)
Science Score: 95.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 14 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: ieee.org -
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Scientific Fields
Repository
Simulate the behavior of SIS junctions
Basic Info
- Host: GitHub
- Owner: garrettj403
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Homepage: https://garrettj403.github.io/QMix/
- Size: 19.5 MB
Statistics
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 2
- Releases: 7
Topics
Metadata Files
README.md
QMix
Quantum Mixing software
QMix is used to simulate the quasiparticle tunneling currents in Superconductor/Insulator/Superconductor (SIS) junctions. In radio astronomy, these junctions are used for heterodyne mixing at millimeter and submillimeter wavelengths. QMix can be used to simulate the behavior of SIS mixers, optimize their performance and analyze experimental data.
In order to calculate the quasiparticle tunneling currents, QMix uses multi-tone spectral domain analysis (see references). Among other applications, this makes QMix ideal for simulating power saturation, higher-order harmonics, sub-harmonic pumping, harmonic mixing and frequency multiplication.
Website: https://garrettj403.github.io/QMix/
Getting Started
The easiest way to install QMix is using pip:
```bash
for latest release (from PyPI)
python -m pip install QMix
for latest commit (from GitHub)
python -m pip install git+https://github.com/garrettj403/QMix.git ```
Take a look at the QMix website for more information on how to use the QMix package and examples showing how to simulate SIS junctions. If you run into any problems, please create a new issue through the issue tracker with the help wanted or question tag. In your message, make sure to include your operating system, Python version, and package versions for QMix, Numpy, SciPy and Matplotlib.
Contributing to QMix
If you would like to contribute to the QMix project, please take a look at the contribution instructions. This document includes information on reporting bugs, requesting new features, creating pull requests and contributing new code.
To get a local copy of QMix running:
```bash
Download QMix
git clone https://github.com/garrettj403/QMix.git QMix cd QMix/
Create a virtual environment using Anaconda
conda env create -f environment.yml conda activate qmix
Install QMix
python -m pip install -e .
Test installation
pytest --verbose --color=yes tests/ ```
Examples
QMix can be used to simulate a wide variety of SIS junction behavior. A simple example is shown below for simulating an SIS mixer at 230 GHz. You can find more examples in the QMix/notebooks/ directory or on the QMix website.

Citing QMix
If you use QMix, please cite the following papers:
@article{Qmix1,
author = {J. D. Garrett and G. Yassin},
title = {{QMix: A Python package for simulating the quasiparticle tunneling currents in SIS junctions}},
publisher = {Journal of Open Source Software},
month = mar,
year = 2019,
volume = 4,
number = 35,
pages = 1231,
doi = {10.21105/joss.01231},
url = {https://doi.org/10.21105/joss.01231},
}
@article{Qmix2,
author = {J. D. Garrett and B.-K. Tan and F. Boussaha and C. Chaumont and G. Yassin},
title = {{Simulating the Behavior of a 230-GHz SIS Mixer Using Multitone Spectral Domain Analysis}},
publisher = {IEEE Transactions on Terahertz Science and Technology},
month = nov,
year = 2019,
volume = 9,
number = 6,
pages = {540--548},
doi = {10.1109/TTHZ.2019.2938993},
url = {https://ieeexplore.ieee.org/document/8822760/},
}
You can also cite a specific version of QMix by citing the appropriate Zenodo archive:
@article{Qmix3,
author = {J. D. Garrett},
title = {{QMix (v1.0.6)}},
month = jul,
year = 2020,
publisher = {Zenodo},
doi = {10.5281/zenodo.3936263},
url = {http://doi.org/10.5281/zenodo.3936263}
}
License
QMix is released under a GNU General Public License, Version 3.
Owner
- Name: John Garrett
- Login: garrettj403
- Kind: user
- Location: Vancouver, BC
- Repositories: 8
- Profile: https://github.com/garrettj403
RF engineer
JOSS Publication
QMix: A Python package for simulating the quasiparticle tunneling currents in SIS junctions
Tags
SIS mixers radio astronomy superconducting detectors terahertz instrumentationGitHub Events
Total
- Issues event: 2
- Watch event: 3
- Issue comment event: 1
- Push event: 5
- Fork event: 1
Last Year
- Issues event: 2
- Watch event: 3
- Issue comment event: 1
- Push event: 5
- Fork event: 1
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| John Garrett | j****t@a****k | 263 |
| John Garrett | g****3@g****m | 36 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 7
- Total pull requests: 0
- Average time to close issues: 3 days
- Average time to close pull requests: N/A
- Total issue authors: 5
- Total pull request authors: 0
- Average comments per issue: 2.57
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 3 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- PaulKGrimes (2)
- Chesire-W (2)
- matthewBeckIBM (1)
- NGC2023 (1)
- dliupmo (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 24 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
pypi.org: qmix
Simulate SIS mixer operation
- Homepage: https://garrettj403.github.io/QMix/
- Documentation: https://qmix.readthedocs.io/
- License: GPL v3
-
Latest release: 1.0.6
published over 5 years ago
Rankings
Maintainers (1)
Dependencies
- nbsphinx *
- tornado ==4.5.3
- matplotlib *
- numba *
- numpy *
- scipy *
- matplotlib *
- numba *
- numpy *
- scipy *
