Skip to content

Qᴜᴀʟᴛʀᴀɴ is a Python library for expressing and analyzing Fault Tolerant Quantum algorithms.

License

Notifications You must be signed in to change notification settings

NoureldinYosri/Qualtran

This branch is 8 commits ahead of, 39 commits behind quantumlib/Qualtran:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a68e83f · Jan 13, 2025
Oct 4, 2024
Jul 22, 2024
Dec 19, 2024
Dec 10, 2024
Jan 13, 2025
May 29, 2024
Oct 8, 2024
Nov 7, 2023
Jul 17, 2023
Jul 17, 2023
Jul 25, 2023
Mar 28, 2024
Sep 26, 2024
Jul 17, 2023

Repository files navigation

Qᴜᴀʟᴛʀᴀɴ

Qᴜᴀʟᴛʀᴀɴ (quantum algorithms translator) is a set of abstractions for representing quantum programs and a library of quantum algorithms expressed in that language to support quantum algorithms research.

Note: Qualtran is an experimental preview release. We provide no backwards compatibility guarantees. Some algorithms or library functionality may be incomplete or contain inaccuracies. Open issues or contact the authors with bug reports or feedback.

Subscribe to [email protected] to receive the latest news and updates!

Documentation

Documentation is available at https://qualtran.readthedocs.io/

Installation

Qualtran is being actively developed. We recommend installing from source:

For a local editable copy:

git clone https://github.com/quantumlib/Qualtran.git
cd Qualtran/
pip install -e .

You can also install the latest tagged release using pip:

pip install qualtran

You can also install the latest state of the main branch:

pip install git+https://github.com/quantumlib/Qualtran

Physical Resource Estimation GUI

Qualtran provides a GUI for estimating the physical resources (qubits, magic states, runtime, ..etc) needed to run a quantum algorithm. The GUI can be run locally by running:

cd $QUALTRAN_HOME
python -m qualtran.surface_code.ui

About

Qᴜᴀʟᴛʀᴀɴ is a Python library for expressing and analyzing Fault Tolerant Quantum algorithms.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.2%
  • Jupyter Notebook 31.8%
  • Shell 0.5%
  • JavaScript 0.2%
  • HTML 0.2%
  • Jinja 0.1%