awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • thealgorithms/pythonTheAlgorithms का अवतार

    TheAlgorithms/Python

    221,992GitHub पर देखें↗

    यह प्रोजेक्ट कंप्यूटर विज्ञान और एल्गोरिथम समस्या समाधान के लिए एक शैक्षिक संसाधन के रूप में काम करने के लिए डिज़ाइन किए गए सत्यापित कम्प्यूटेशनल कार्यान्वयन की एक व्यापक रिपॉजिटरी है। यह कोड उदाहरणों का एक संरचित संग्रह प्रदान करता है जो मूलभूत डेटा संरचनाओं, गणितीय संचालन और मुख्य प्रोग्रामिंग अवधारणाओं को कवर करता है, जिससे उपयोगकर्ताओं को विभिन्न कम्प्यूटेशनल विधियों के पीछे के लॉजिक और जटिलता का अध्ययन करने की अनुमति मिलती है। रिपॉजिटरी एक मॉड्यूलर, संदर्भ-आधारित कार्यान्वयन पैटर्न के माध्यम से खुद को अलग करती है जो कोड को तार्किक नामस्थानों (namespaces) में व्यवस्थित करती है। यह दृष्टिकोण स्वतंत्र निष्पादन और शैक्षिक स्पष्टता की सुविधा प्रदान करता है, जिससे उपयोगकर्ता सरल ब्रूट-फोर्स दृष्टिकोण से लेकर अनुकूलित, उच्च-प्रदर्शन समाधानों तक कम्प्यूटेशनल रणनीतियों के विकास का पता लगा सकते हैं। डेटा संरचना एब्स्ट्रैक्शन को एल्गोरिथम संचालन से अलग करके, प्रोजेक्ट यह सुनिश्चित करता है कि कार्यान्वयन विनिमेय और विश्लेषण करने में आसान बने रहें। क्षमता का क्षेत्र मशीन लर्निंग, क्रिप्टोग्राफी, वैज्ञानिक कंप्यूटिंग और कंप्यूटर विजन सहित तकनीकी डोमेन की एक विस्तृत श्रृंखला तक फैला हुआ है। इसमें प्रेडिक्टिव मॉडलिंग, न्यूरल नेटवर्क और सांख्यिकीय विश्लेषण के लिए कार्यान्वयन शामिल हैं, साथ ही डिजिटल सिग्नल प्रोसेसिंग, नेटवर्क फ्लो प्रबंधन और वित्तीय मॉडलिंग के लिए टूल भी शामिल हैं। संग्रह रैखिक बीजगणित, ज्यामितीय गणना और बिट हेरफेर जैसी विशेष गणितीय आवश्यकताओं को भी संबोधित करता है, जो अनुसंधान और इंजीनियरिंग अनुप्रयोगों के लिए एक व्यापक आधार प्रदान करता है।

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

    Pythonalgorithmalgorithm-competitionsalgorithms-implemented
    GitHub पर देखें↗221,992
  • google-research/google-researchgoogle-research का अवतार

    google-research/google-research

    38,139GitHub पर देखें↗

    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
    GitHub पर देखें↗38,139
  • aws/aws-cdkaws का अवतार

    aws/aws-cdk

    12,817GitHub पर देखें↗

    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
    GitHub पर देखें↗12,817
  • boto/boto3boto का अवतार

    boto/boto3

    9,834GitHub पर देखें↗

    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
    GitHub पर देखें↗9,834
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    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
    GitHub पर देखें↗8,734
  • qiskit/qiskitQiskit का अवतार

    Qiskit/qiskit

    7,522GitHub पर देखें↗

    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
    GitHub पर देखें↗7,522
  • nvidia/isaac-gr00tNVIDIA का अवतार

    NVIDIA/Isaac-GR00T

    6,222GitHub पर देखें↗

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

    Jupyter Notebook
    GitHub पर देखें↗6,222
  • quipnetwork/xq-pyQuipNetwork का अवतार

    QuipNetwork/xq-py

    5,546GitHub पर देखें↗

    xq-py एक न्यूमेरिकल क्वांटम कंप्यूटिंग लाइब्रेरी और सॉफ्टवेयर एमुलेटर है जिसका उपयोग क्वांटम एल्गोरिदम को निष्पादित करने के लिए किया जाता है। यह एक क्वांटम वर्चुअल मशीन के रूप में कार्य करता है जो लीनियर अलजेब्रा और कॉम्प्लेक्स नंबर एरेज़ के उपयोग के माध्यम से क्वांटम सर्किट और स्टेट वेक्टर्स का अनुकरण करता है। यह प्रोजेक्ट क्वांटम लॉजिक विकसित करने और सत्यापित करने के लिए एक वर्चुअल वातावरण प्रदान करता है। यह क्वांटम स्टेट वेक्टर्स का अनुकरण करने और संभावित स्टेट कोलैप्स की गणना करने के लिए टेंसर-प्रोडक्ट विस्तार और यूनिटरी गेट अनुप्रयोगों का उपयोग करके मल्टी-क्यूबिट सिस्टम को मॉडल करता है। सिमुलेशन एक न्यूमेरिकल बैकएंड द्वारा समर्थित है जो क्वांटम कंप्यूटेशन एमुलेशन के लिए आवश्यक मैट्रिक्स-आधारित स्टेट ट्रांसफॉर्मेशन और फ्लोटिंग-पॉइंट गणित को हैंडल करता है।

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

    GitHub पर देखें↗5,546
  • quantumlib/cirqquantumlib का अवतार

    quantumlib/Cirq

    4,990GitHub पर देखें↗

    Cirq, Noisy Intermediate-Scale Quantum (NISQ) हार्डवेयर पर क्वांटम सर्किट को डिज़ाइन करने, सिमुलेट करने और निष्पादित करने के लिए उपयोग किया जाने वाला एक Python क्वांटम कंप्यूटिंग फ्रेमवर्क है। यह एक क्वांटम सर्किट सिम्युलेटर और नॉइज़ मॉडलर के साथ-साथ क्वांटम एल्गोरिदम के कार्यान्वयन के लिए एक टूल के रूप में कार्य करता है। यह फ्रेमवर्क NISQ हार्डवेयर के लिए एक विशेष इंटरफ़ेस प्रदान करता है, जो उपयोगकर्ताओं को हार्डवेयर कनेक्टिविटी और गेट बाधाओं को मान्य करते हुए लॉजिकल क्वांटम सर्किट को फिजिकल डिवाइस टोपोलॉजी पर मैप करने की अनुमति देता है। यह एकीकृत नॉइज़ मॉडलिंग के माध्यम से खुद को अलग करता है, जो वास्तविक क्वांटम प्रोसेसर में पाए जाने वाले डिकोहेरेंस और त्रुटियों की नकल करने के लिए डिपोलराइज़िंग और डैम्पिंग चैनलों को लागू करता है। यह प्रोजेक्ट क्वांटम सर्किट डिज़ाइन, हार्डवेयर एकीकरण और स्टेट सिमुलेशन सहित व्यापक क्षमताओं को कवर करता है। इसमें गेट डिकंपोज़िशन, हार्डवेयर टोपोलॉजी मैपिंग, और फूरियर ट्रांसफॉर्म और असंरचित डेटा खोज जैसी मौलिक क्वांटम प्रक्रियाओं का निष्पादन शामिल है। इसके अतिरिक्त, यह आणविक ग्राउंड स्टेट गणना और हार्डवेयर फिडेलिटी बेंचमार्किंग के लिए विश्लेषणात्मक उपयोगिताएँ प्रदान करता है।

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

    Pythonalgorithmsapicirq
    GitHub पर देखें↗4,990
  • ruvnet/ruvectorruvnet का अवतार

    ruvnet/ruvector

    4,253GitHub पर देखें↗

    ruvector is a Rust-based vector store and graph database designed for local inference and nearest neighbor searches. It utilizes a vector graph database architecture and a graph neural network index to refine search rankings through structural attention. The system includes a hardware-accelerated quantum circuit simulator for executing state-vector simulations and complex search patterns, alongside a WebAssembly inference engine for running vector search and model execution directly in web browsers. The project employs a cognitive container format that bundles models, data, and a bootable mic

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

    Rust
    GitHub पर देखें↗4,253
  • microsoft/quantummicrosoft का अवतार

    microsoft/Quantum

    4,043GitHub पर देखें↗

    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
    GitHub पर देखें↗4,043
  • mit-han-lab/torchquantummit-han-lab का अवतार

    mit-han-lab/torchquantum

    1,632GitHub पर देखें↗

    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
    GitHub पर देखें↗1,632
  1. Home
  2. Scientific & Mathematical Computing
  3. High-Performance Execution Environments
  4. Quantum Computing
  5. Quantum Simulators

सब-टैग एक्सप्लोर करें

  • Full State Vector Simulators3 सब-टैग्सTracks 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 सब-टैगRefining 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.