QuSim, a transmon system simulator
Table of Contents
About
A simulator aim at simulating and solving Transmon based qubit-coupler-resonator system.
This program is directed by Dr. Fei Yan, BAQIS. The original code structe is adoppted from Mr. Pan Shi, Wuhan University & BAQIS, and contributed by Mr. Jiheng Duan and Dr. Ruixia Wang, and Dr. Zhen Chen.
Look up the PyPI page: https://pypi.org/project/qusim/
User_Guide
Install (use pip)
- Release from pypi (Not newest version, not recommand)
pip install qusim
- Install from github (The most recent version, not released, recommand) Notice that this method require install git.
Use the following code in terminal
pip install git+https://github.com/RunawayFancy/QuSim.git
Requirement
You are required to install all these python packages in the system for running this simulator. See requirements.txt.
Python, version >= 3.10Installing virtual environment using conda
conda -n env_name python=python_ver -ipython
qutip, version >= 4.6.3
- Nocie that
qutip 4.6.3requiresscipy 1.10.1exactly. Otherwise it will raise up error in functionfast_crs_matrix. (https://stackoverflow.com/questions/76560698/python-3-10-qutip-attributeerror-cant-set-attribute-format)
matplotlib==3.8.3mpmath==1.3.0,pillow==10.2.0,scipy==1.12.0,sympy==1.12,tqdm==4.66.2,h5py==3.11.0,pyqtgraph==0.13.7,PyQt5==5.15.10,vispy==0.14.3,jupyter laborjupyter notebook, optional
Download
Just downloading the entire folder.
There is also a release.
Usage
We have two version: the
transmon_system.pyandarb_qubit_system.py
The detailed tutorial are shown in folder tutorial/~, including required imports, define a system, what inside a system, scan zz-coupling, scan energy level, driven system dynamics, single qubit gate calibration, and DRAG calibration.
Features
Our simulator includes the following features:
- Support multiple qubits
- Multiple initial state simulation
- Internal plot function
- DRAG
- Generalized for any qubit
- Good data saving and loading functions
- Tunable coupler helper
- Aviod crossing helper
Todo list
Stop lazying
---------Jiheng Duan
- Pulse sequence compiler
- A better gate set paramter management system
- Bentchmakring tool box
- State/process/gate set tomography tool box
Citation
Thank you for taking the time to try our package out. If you found it useful in your research, please cite us as follows:
@software{jhd2024qusim,
author = {Jiheng Duan, Pan Shi and Fei Yan},
title = {QuSim: A object-oriented software toolkit for qubits simulation and control},
url = {https://github.com/RunawayFancy/QuSim},
version = {1.0.3},
year = {2024},
}
Contribution & Contact
This package is open-source and welcomes all types of contributions. Whether you want to report a bug, request a feature, or submit a pull request, we encourage you to get involved. We’re also open to deeper collaborations to make the tool as useful as possible for everyone. If you’d like to discuss further, please email jiheng.duan@rochester.edu to schedule a meeting.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qusim-1.1.0.tar.gz.
File metadata
- Download URL: qusim-1.1.0.tar.gz
- Upload date:
- Size: 59.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c56acc61f2cdf735ebdeff4e5af65053b747e3723fc050f61c293122bd7bc5a
|
|
| MD5 |
2a6fb07bf587f800efe943fc02154166
|
|
| BLAKE2b-256 |
ca6713405ca83d757d6151ac2c047dc9ce6e98ab3d17624360f025e1feadf4a0
|
File details
Details for the file qusim-1.1.0-py3-none-any.whl.
File metadata
- Download URL: qusim-1.1.0-py3-none-any.whl
- Upload date:
- Size: 71.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
552431015a22c596d8054e21fbb7323dd493e071f581547c3bf55224b507bf6b
|
|
| MD5 |
8012a0714e0c9a7595ed739cd494f887
|
|
| BLAKE2b-256 |
69523e2f050506d65bace12ec18e159578064c90d5b63028395c0c6440de79ec
|