Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding blog post draft for toqito. #550

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/toqito_first_commit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/toqito_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/toqito_stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions src/content/blog/2024_toqito.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Toqito: Quantum Information Science Impact through Open Source"
author: Vincent Russo and Purva Thakre
day: 19
month: 9
year: 2024
tags:
- python
- toqito
- microgrant
- qis
---

![](/images/toqito_logo.png)

In early 2020, the humble [initial commit](https://github.com/vprusso/toqito/commit/a2f2449c4b9de81becff41cb25f1bca3fa180e8b) of the toqito project ([repo](https://github.com/vprusso/toqito)|[docs](https://toqito.readthedocs.io/en/latest/index.html)) made its way onto GitHub.

![][/images/toqito_first_commit.png]

toqito was launched as a personal research-oriented software project to help me perform more effective research in quantum information. A tool like this would have been exceedingly helpful to me as a PhD student as it would have allowed me to rapidly test ideas and accelerate the pace and progress of my research.

In the subsequent four years since its inception, toqito has seen significant contribution, development, and usage for different problems in quantum information.

![][/images/toqito_star_chart.png]

toqito is an open-source library for studying various objects in quantum information, namely, states, channels, and measurements. toqito provides numerical tools to study problems about entanglement theory, nonlocal games, and other aspects of quantum information often associated with computer science.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to mention that toqito is a Python library, since that's what distinguishes it from, say, QETLAB. In fact, if toqito is inspired by QETLAB, you may also want to mention that.


In the early days of toqito, I showed some basic functionality to co-workers with a quantum information background. One of them suggested the Unitary Fund’s [microgrant program](https://unitary.fund/grants/). To my delight, toqito was accepted as a microgrant recipient after making a short video for the application. Not only was the monetary reward a nice boost of encouragement, but the associated support from the UnitaryFund team pushed me to reach out to other scientists and researchers who may benefit from toqito and potentially guide its development.

One of the opportunities suggested by the Unitary Fund to promote toqito included a talk to the [New York Quantum Computing Meetup group](https://www.meetup.com/new-york-quantum-computing-meetup/) participants. I recorded the subsequent [first video on the UnitaryFund YouTube channel](https://www.youtube.com/watch?v=6R7qSszJwBI) that outlined the basic premise of toqito at that time. To promote toqito to a broader audience, a short [whitepaper](https://joss.theoj.org/papers/10.21105/joss.03082) was published in the Journal of Open Source Software.

Later that year, the first [UnitaryHACK 2021](https://unitary.fund/posts/unitaryhack2021/) event took place. This hackathon allows maintainers of quantum open-source (QOSS) software repositories to participate by adding a set of bountied issues to improve the participating QOSS project. This hackathon also involved some of the earliest external contributors to toqito.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uber-nit: extra white space after (QOSS)


Toqito has since continued to be a participating project at subsequent UnitaryHACKs ([2022](https://unitary.fund/posts/2022unitaryhack/), [2023](https://unitary.fund/posts/2023_unitaryhack/), and [2024](https://unitaryhack.dev/)) and has gained more users, contributors, and essential features that have been invaluable to the broader community.

As toqito continued to gain usage and traction, one of the prior contributors of UnitaryHACK 2023 ([Purva Thakre](https://github.com/purva-thakre)) applied for and received a second [microgrant](https://unitary.fund/grants/) from UnitaryFund to continue supporting the project's development. These funds allowed dedicated time to delve into some of the more in-depth feature requests and continue to improve additional aspects of the project, such as thorough testing, documentation, CI/CD, and tutorials.

In addition to being cited and used in peer-reviewed research papers on quantum information (a complete list can be found [here](https://github.com/vprusso/toqito?tab=readme-ov-file#references)), toqito has also been recognized elsewhere. Toqito was voted one of the [top quantum simulators for 2024 by QuantumInsider](https://thequantuminsider.com/2022/06/14/top-63-quantum-computer-simulators-for-2022/). Recently, [KaiCode](https://www.kaicode.org/2024.html) awarded toqito the first place prize for being the best project of 400+ projects judged on clean code, good project structure, etc.

Toqito continues to be used and contributed to by numerous researchers and software developers in the quantum ecosystem. There are many exciting plans for [the future of toqito](https://github.com/vprusso/toqito/wiki). If you feel that toqito may enhance your research workflow or the toqito roadmap lacks a particular feature, don’t hesitate to contact the developers through the [Discord channel](https://discord.com/channels/764231928676089909/1172282184833454090). If you want to contribute to the project, consult the [contribution guide](https://toqito.readthedocs.io/en/latest/contributing.html), open a PR, or add an issue to [the board](https://github.com/vprusso/toqito/issues).

We look forward to seeing where toqito goes from here!