awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

29 repositorios

Awesome GitHub RepositoriesQuantum Algorithms

Libraries and frameworks for implementing and executing quantum algorithms.

Explore 29 awesome GitHub repositories matching part of an awesome list · Quantum Algorithms. Refine with filters or upvote what's useful.

Awesome Quantum Algorithms GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/quantumkatasAvatar de Microsoft

    Microsoft/QuantumKatas

    4,879Ver en GitHub↗

    QuantumKatas es un conjunto de materiales educativos y cursos de computación cuántica diseñados para enseñar el lenguaje de programación Q# y los principios de la computación cuántica. Combina tutoriales estructurados y tareas de codificación con notebooks interactivos y una suite de pruebas unitarias dedicada para validar la corrección de las implementaciones de los ejercicios. El proyecto proporciona un entorno de aprendizaje basado en Docker que empaqueta todas las herramientas y dependencias necesarias en una imagen virtual. Esto permite la ejecución de ejercicios de programación cuántica sin necesidad de instalar software localmente. El plan de estudios cubre la manipulación de qubits, puertas lógicas, mediciones y la implementación de algoritmos cuánticos. El aprendizaje se imparte a través de una secuencia de notebooks interactivos y proyectos independientes que pueden ejecutarse en un entorno de desarrollo integrado (IDE).

    Programming exercises for learning Q# and quantum computing.

    Jupyter Notebook
    Ver en GitHub↗4,879
  • microsoft/quantumAvatar de microsoft

    microsoft/Quantum

    4,043Ver en GitHub↗

    Quantum is a quantum development framework that provides a hybrid quantum-classical workflow for coordinating execution between classical host languages and quantum processors. It includes a quantum hardware simulator for modeling state evolution and a library of quantum algorithms for tasks such as integer factorization, database search, and quantum arithmetic. The project offers specialized tools for quantum hardware characterization and error correction to manage noise and decoherence. It provides resource estimation modeling to calculate the qubit count and gate depth required to execute

    Provides capabilities to perform coherent arithmetic operations within a quantum state.

    Jupyter Notebookpythonqdkqsharp
    Ver en GitHub↗4,043
  • quantumlib/openfermionAvatar de quantumlib

    quantumlib/OpenFermion

    1,707Ver en GitHub↗

    Python package for compiling and analyzing quantum algorithms to simulate electronic structures.

    Compiles and analyzes algorithms for quantum chemistry simulations.

    Pythonalgorithmscirqcolab
    Ver en GitHub↗1,707
  • originq/qpanda-2Avatar de OriginQ

    OriginQ/QPanda-2

    1,203Ver en GitHub↗

    QPanda 2 is an open source quantum computing framework developed by OriginQC that can be used to build, run, and optimize quantum algorithms.

    Framework to build, run, and optimize quantum algorithms.

    C++cpp14pyqpandapython3
    Ver en GitHub↗1,203
  • paddlepaddle/quantumAvatar de PaddlePaddle

    PaddlePaddle/Quantum

    646Ver en GitHub↗

    English | 简体中文

    Platform for constructing and training quantum neural networks.

    Jupyter Notebook
    Ver en GitHub↗646
  • rigetticomputing/groveAvatar de rigetticomputing

    rigetticomputing/grove

    384Ver en GitHub↗

    Quantum algorithms built using pyQuil.

    Collection of quantum algorithms built on pyQuil.

    Python
    Ver en GitHub↗384
  • quantumlib/recirqQ

    quantumlib/ReCirq

    0Ver en GitHub↗

    Modules for running quantum computing applications and experiments.

    Ver en GitHub↗0
  • ornl-qci/xacc-examplesO

    ORNL-QCI/xacc-examples

    0Ver en GitHub↗

    Example code for quantum computing development.

    Ver en GitHub↗0
  • ohtu2021-kvantti/webmarkO

    ohtu2021-kvantti/WebMark

    0Ver en GitHub↗

    Web platform for benchmarking quantum algorithms.

    Ver en GitHub↗0
  • mstechly/vqfM

    mstechly/vqf

    0Ver en GitHub↗

    Implementation of the variational quantum factoring algorithm.

    Ver en GitHub↗0
  • pyriemann/pyriemann-qiskitP

    pyRiemann/pyRiemann-qiskit

    0Ver en GitHub↗

    Machine learning and quantum programming integration.

    Ver en GitHub↗0
  • qgrad/qgradQ

    qgrad/qgrad

    0Ver en GitHub↗

    Integrates automatic differentiation tools with quantum software.

    Ver en GitHub↗0
  • artiste-qb-net/quantum-fogA

    artiste-qb-net/quantum-fog

    0Ver en GitHub↗

    Analyzes classical and quantum Bayesian networks.

    Ver en GitHub↗0
  • entropicalabs/openqaoaE

    entropicalabs/openqaoa

    0Ver en GitHub↗

    Multi-backend SDK for executing QAOA on NISQ devices.

    Ver en GitHub↗0
  • cda-tum/mqt-qubomakerC

    cda-tum/mqt-qubomaker

    0Ver en GitHub↗

    Automated QUBO formulation for optimization and pathfinding.

    Ver en GitHub↗0
  • cda-tum/mqt-qaoC

    cda-tum/mqt-qao

    0Ver en GitHub↗

    Framework for solving optimization problems on quantum computers.

    Ver en GitHub↗0
  • ifftech/gsg-morphI

    IffTech/GSG-Morph

    0Ver en GitHub↗

    Quantum annealing algorithms for graph isomorphism problems.

    Ver en GitHub↗0
  • projectq-framework/fermilibP

    ProjectQ-Framework/FermiLib

    0Ver en GitHub↗

    Analyzes fermionic quantum simulation algorithms.

    Ver en GitHub↗0
  • bbn-q/adaptB

    BBN-Q/Adapt

    0Ver en GitHub↗

    Algorithms for adaptive refinement of quantum measurements.

    Ver en GitHub↗0
  • bbn-q/quantumtomography.jlB

    BBN-Q/QuantumTomography.jl

    0Ver en GitHub↗

    Package for performing quantum state and process tomography.

    Ver en GitHub↗0
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Quantum Algorithms

Explorar subetiquetas

  • Arithmetic OperationsImplementations of mathematical and arithmetic functions executed within a quantum state. **Distinct from Quantum Algorithms:** Focuses specifically on arithmetic data transformation rather than general quantum algorithm logic.