sequencing

Simulate realistic quantum control sequences using QuTiP

https://github.com/sequencing-dev/sequencing

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.6%) to scientific vocabulary

Keywords

python quantum quantum-circuit quantum-computing quantum-information quantum-mechanics qubits qutip superconducting-qubits
Last synced: 6 months ago · JSON representation

Repository

Simulate realistic quantum control sequences using QuTiP

Basic Info
Statistics
  • Stars: 13
  • Watchers: 3
  • Forks: 5
  • Open Issues: 6
  • Releases: 0
Topics
python quantum quantum-circuit quantum-computing quantum-information quantum-mechanics qubits qutip superconducting-qubits
Created about 5 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License

README.md

seQuencing

seQuencing logo

sequencing is a Python package for simulating realistic quantum control sequences using QuTiP. Built for researchers and quantum engineers, sequencing provides an intuitive framework for constructing models of quantum systems composed of many modes and generating complex time-dependent control Hamiltonians for master equation simulations.

PyPI GitHub Workflow Status (branch) Documentation Status codecov GitHub DOI

Documentation

The documentation for sequencing is available at: sequencing.readthedocs.io

Installation

PyPI - Python Version

conda create -n <env-name> python=<3.7, 3.8, or 3.9> conda activate <env-name> pip install sequencing

sequencing requires python>=3.7 and is tested on 3.7, 3.8, and 3.9. For more details, see the documentation.

Tutorials

The documentation includes a set of tutorial notebooks. Click the badge below to run the notebooks interactively online using binder:

Binder

Authors

Primary author and maintainer: @loganbvh.

Contributing

Want to contribute to sequencing? Check out our contribution guidelines.

Acknowledging

If you used sequencing for work that was published in a journal article, preprint, blog post, etc., please cite/acknowledge the sequencing project using its DOI:

DOI

Uploading Examples

So that others may learn from and reproduce the results of your work, please consider uploading a demonstration of the simulations performed for your publication in the form of well-documented Jupyter notebooks or Python files to the sequencing-examples repository.

Owner

  • Name: sequencing-dev
  • Login: sequencing-dev
  • Kind: organization

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 77
  • Total Committers: 3
  • Avg Commits per committer: 25.667
  • Development Distribution Score (DDS): 0.13
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Logan Bishop-Van Horn l****h@g****m 67
qci-chou c****u@q****m 7
Kevin Chou K****u@Q****L 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 9
  • Total pull requests: 16
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 10 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 1.67
  • Average comments per pull request: 0.25
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • loganbvh (5)
  • vsandinh (2)
  • ypeels (2)
Pull Request Authors
  • loganbvh (10)
  • qci-chou (5)
  • ypeels (1)
Top Labels
Issue Labels
enhancement (3) documentation (3) cleanup (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 37 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 9
  • Total maintainers: 1
proxy.golang.org: github.com/sequencing-dev/sequencing
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.4%
Average: 6.7%
Dependent repos count: 6.9%
Last synced: 6 months ago
pypi.org: sequencing

seQuencing: simulate realistic quantum control sequences using QuTiP

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 37 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 14.2%
Stargazers count: 17.1%
Dependent repos count: 21.7%
Average: 24.7%
Downloads: 60.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • attrs >=20
  • colorednoise >=1.1.1
  • cython >=0.29.20
  • jupyter *
  • lmfit *
  • matplotlib *
  • numpy >=1.16
  • qutip >=4.5
  • scipy *
  • tqdm *