awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repository-uri

Awesome GitHub RepositoriesQuantum Simulators

Tools for modeling quantum states and gate operations on classical hardware.

Explore 12 awesome GitHub repositories matching scientific & mathematical computing · Quantum Simulators. Refine with filters or upvote what's useful.

Awesome Quantum Simulators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • thealgorithms/pythonAvatar TheAlgorithms

    TheAlgorithms/Python

    221,992Vezi pe GitHub↗

    Acest proiect este un repository cuprinzător de implementări computaționale verificate, conceput pentru a servi drept resursă educațională pentru informatică și rezolvarea problemelor algoritmice. Oferă o colecție structurată de exemple de cod care acoperă structuri de date fundamentale, operațiuni matematice și concepte de bază de programare, permițând utilizatorilor să studieze logica și complexitatea din spatele diferitelor metode computaționale. Repository-ul se distinge printr-un tipar de implementare modular, bazat pe referințe, care organizează codul în spații de nume logice. Această abordare facilitează execuția independentă și claritatea educațională, permițând utilizatorilor să exploreze evoluția strategiilor computaționale de la abordări naive de tip brute-force la soluții optimizate, de înaltă performanță. Prin decuplarea abstracțiilor structurilor de date de operațiunile algoritmice, proiectul asigură că implementările rămân interschimbabile și ușor de analizat. Suprafața de capabilități acoperă o gamă largă de domenii tehnice, inclusiv învățarea automată, criptografia, calculul științific și viziunea computerizată. Include implementări pentru modelare predictivă, rețele neuronale și analiză statistică, alături de instrumente pentru procesarea semnalelor digitale, gestionarea fluxului de rețea și modelarea financiară. Colecția abordează, de asemenea, nevoi matematice specializate, cum ar fi algebra liniară, calculele geometrice și manipularea biților, oferind o fundație largă pentru cercetare și aplicații de inginerie.

    Simulate quantum mechanical states and gate operations on classical hardware to explore non-binary computational logic.

    Pythonalgorithmalgorithm-competitionsalgorithms-implemented
    Vezi pe GitHub↗221,992
  • google-research/google-researchAvatar google-research

    google-research/google-research

    38,139Vezi pe GitHub↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Provides specialized quantum simulation environments for modeling algorithms beyond classical capabilities.

    Jupyter Notebookaimachine-learningresearch
    Vezi pe GitHub↗38,139
  • aws/aws-cdkAvatar aws

    aws/aws-cdk

    12,817Vezi pe GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    Provides tools for modeling quantum states and gate operations on classical hardware.

    TypeScriptawscloud-infrastructurehacktoberfest
    Vezi pe GitHub↗12,817
  • boto/boto3Avatar boto

    boto/boto3

    9,834Vezi pe GitHub↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Provides high-performance simulators to test and validate quantum algorithms on classical hardware.

    Pythonawsaws-sdkcloud
    Vezi pe GitHub↗9,834
  • dusty-nv/jetson-inferenceAvatar dusty-nv

    dusty-nv/jetson-inference

    8,734Vezi pe GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Distributes quantum workloads across multiple GPUs and nodes to handle larger qubit counts.

    C++caffecomputer-visiondeep-learning
    Vezi pe GitHub↗8,734
  • qiskit/qiskitAvatar Qiskit

    Qiskit/qiskit

    7,522Vezi pe GitHub↗

    Qiskit is a quantum computing software development kit used for designing, simulating, and executing quantum circuits on physical hardware and simulators. It functions as a quantum algorithm framework, a circuit simulator, and a vendor-agnostic hardware interface for dispatching workloads across diverse providers. The project features a quantum circuit transpiler that optimizes abstract designs to match the specific basis gates and qubit connectivity of target hardware. It employs a pass-based transpilation pipeline and symbolic instruction translation to convert high-level circuits into hard

    Includes tools for modeling quantum states and gate operations to estimate expectation values on classical hardware.

    Pythonpythonqiskitquantum
    Vezi pe GitHub↗7,522
  • nvidia/isaac-gr00tAvatar NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Vezi pe GitHub↗

    Simulates quantum circuits by tracking the full state vector through each gate operation.

    Jupyter Notebook
    Vezi pe GitHub↗6,222
  • quipnetwork/xq-pyAvatar QuipNetwork

    QuipNetwork/xq-py

    5,546Vezi pe GitHub↗

    xq-py este o bibliotecă numerică de calcul cuantic și un emulator software utilizat pentru executarea algoritmilor cuantici. Funcționează ca o mașină virtuală cuantică ce simulează circuite cuantice și vectori de stare prin utilizarea algebrei liniare și a matricelor de numere complexe. Proiectul oferă un mediu virtual pentru dezvoltarea și verificarea logicii cuantice. Modelează sisteme multi-qubit prin utilizarea expansiunii produsului tensorial și a aplicațiilor de porți unitare pentru a simula vectorii de stare cuantică și a calcula colapsul probabilistic al stării. Simularea este susținută de un backend numeric care gestionează transformările de stare bazate pe matrice și matematica în virgulă mobilă necesară pentru emularea calculului cuantic.

    Provides a software emulator to execute quantum algorithms and model quantum system behavior on classical hardware.

    Vezi pe GitHub↗5,546
  • quantumlib/cirqAvatar quantumlib

    quantumlib/Cirq

    4,990Vezi pe GitHub↗

    Cirq este un framework Python pentru calcul cuantic utilizat pentru proiectarea, simularea și executarea circuitelor cuantice pe hardware NISQ (Noisy Intermediate-Scale Quantum). Acesta servește drept simulator de circuite cuantice și modelator de zgomot, precum și ca instrument pentru implementarea algoritmilor cuantici. Framework-ul oferă o interfață specializată pentru hardware-ul NISQ, permițând utilizatorilor să mapeze circuitele cuantice logice pe topologii de dispozitive fizice, validând în același timp conectivitatea hardware și constrângerile porților. Se distinge prin modelarea integrată a zgomotului, aplicând canale de depolarizare și amortizare pentru a imita decoerența și erorile găsite în procesoarele cuantice reale. Proiectul acoperă o gamă largă de capabilități, inclusiv proiectarea circuitelor cuantice, integrarea hardware și simularea stărilor. Include instrumente pentru descompunerea porților, maparea topologiei hardware și executarea procedurilor cuantice fundamentale, cum ar fi transformatele Fourier și căutarea de date nestructurate. În plus, oferă utilitare analitice pentru calculul stării fundamentale moleculare și benchmarking-ul fidelității hardware.

    Models quantum state evolution and hardware noise to predict circuit behavior on classical hardware.

    Pythonalgorithmsapicirq
    Vezi pe GitHub↗4,990
  • ruvnet/ruvectorAvatar ruvnet

    ruvnet/ruvector

    4,253Vezi pe GitHub↗

    ruvector este un vector store și o bază de date graf bazată pe Rust, concepută pentru inferență locală și căutări de tip nearest neighbor. Utilizează o arhitectură de bază de date graf vectorială și un index de rețele neuronale grafice pentru a rafina clasamentele de căutare prin atenție structurală. Sistemul include un simulator de circuite cuantice accelerat hardware pentru execuția simulărilor de tip state-vector și a modelelor complexe de căutare, alături de un motor de inferență WebAssembly pentru rularea căutărilor vectoriale și execuția modelelor direct în browserele web. Proiectul folosește un format de container cognitiv care grupează modelele, datele și un microkernel bootabil într-un singur binar pentru deployment. Acesta dispune de instrumente specializate de configurare a modelelor, inclusiv o metodă de consolidare a ponderilor pentru a preveni uitarea catastrofală și un mecanism de adaptare ușor pentru ajustarea instantanee a ponderilor. Sistemul acoperă o gamă largă de capabilități, inclusiv căutarea vectorială accelerată hardware, interogarea relațiilor grafice și parsarea documentelor științifice pentru extragerea LaTeX și MathML. De asemenea, oferă înlănțuire de dovezi criptografice pentru verificarea modificărilor de date, sincronizarea metadatelor bazată pe Raft pentru disponibilitate ridicată și compresia datelor cu rezoluție pe niveluri pentru gestionarea costurilor de stocare.

    Provides a hardware-accelerated environment for executing state-vector simulations of quantum circuits.

    Rust
    Vezi pe GitHub↗4,253
  • microsoft/quantumAvatar microsoft

    microsoft/Quantum

    4,043Vezi pe 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 a hardware simulator for modeling quantum states and gate operations on classical hardware.

    Jupyter Notebookpythonqdkqsharp
    Vezi pe GitHub↗4,043
  • mit-han-lab/torchquantumAvatar mit-han-lab

    mit-han-lab/torchquantum

    1,632Vezi pe GitHub↗

    Torchquantum is a tensor-based quantum machine learning library and simulation engine that integrates parameterized quantum circuits directly into PyTorch training pipelines. It enables the construction of hybrid quantum-classical neural networks where quantum operations function as differentiable layers within standard deep learning architectures. The framework computes analytical parameter gradients using native automatic differentiation engines and parameter-shift rules, facilitating end-to-end training and backpropagation. It supports tensor-based quantum state vector simulations, specia

    Performs quantum state vector calculations and unitary operations using multi-dimensional tensor arrays mapped onto classical hardware accelerators.

    Jupyter Notebookdeep-learningmachine-learningml-for-systems
    Vezi pe GitHub↗1,632
  1. Home
  2. Scientific & Mathematical Computing
  3. High-Performance Execution Environments
  4. Quantum Computing
  5. Quantum Simulators

Explorează sub-etichetele

  • Full State Vector Simulators3 sub-tag-uriTracks the full quantum state through each gate operation to simulate deep, entangled, or noisy circuits with high fidelity. **Distinct from Quantum Simulators:** Distinct from Quantum Simulators: focuses on full state vector tracking, not general state/gate modeling.
  • Hardware EmulationsSimulators that incorporate specific device constraints and noise models to predict real-world hardware behavior. **Distinct from Quantum Simulators:** Adds hardware-specific constraints and noise to a general quantum simulator to predict physical processor behavior.
  • Multi-Node ScalingDistribution of quantum simulation workloads across multiple GPUs and network nodes. **Distinct from Quantum Simulators:** Specializes in the scaling and distribution aspect of simulation rather than just the simulation of states.
  • Noise ModelingSimulating hardware imperfections using decoherence channels such as depolarizing and amplitude damping. **Distinct from Quantum Simulators:** Focuses on the active simulation of noise channels within the state evolution, rather than post-execution error mitigation or general simulation.
  • Quantum Result Post-processing1 sub-tagRefining raw measurement data from quantum executions to improve data quality and accuracy. **Distinct from Quantum Simulators:** Focuses on data refinement after execution, distinct from the simulation of states.
  • Time-Evolution ModelingSimulation of the temporal dynamics of quantum systems across various qubit modalities. **Distinct from Quantum Simulators:** Specifically models time-dependent evolution, whereas simulators often focus on state/gate operations.