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
xq-py is a numerical quantum computing library and software emulator used to execute quantum algorithms. It functions as a quantum virtual machine that simulates quantum circuits and state vectors through the use of linear algebra and complex number arrays. The project provides a virtual environment for developing and verifying quantum logic. It models multi-qubit systems by utilizing tensor-product expansion and unitary gate applications to simulate quantum state vectors and calculate probabilistic state collapse. The simulation is supported by a numerical backend that handles the matrix-ba
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
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
Cirq هو إطار عمل للحوسبة الكمومية بلغة Python يُستخدم لتصميم ومحاكاة وتنفيذ الدوائر الكمومية على أجهزة الكموم ذات النطاق المتوسط الصاخب (NISQ). يعمل كمحاكي للدوائر الكمومية ونموذج للضوضاء، بالإضافة إلى أداة لتنفيذ الخوارزميات الكمومية.
الميزات الرئيسية لـ quantumlib/cirq هي: Quantum Computing, Quantum Circuit Design, Quantum Hardware Topology Mapping, Hardware Metadata Retrievers, Quantum, Quantum Calibration Retrieval, Quantum Hardware Interfaces, Quantum Device Constraint Definition.
تشمل البدائل مفتوحة المصدر لـ quantumlib/cirq: qiskit/qiskit — Qiskit is a quantum computing software development kit used for designing, simulating, and executing quantum circuits… quipnetwork/xq-py — xq-py is a numerical quantum computing library and software emulator used to execute quantum algorithms. It functions… microsoft/quantum — Quantum is a quantum development framework that provides a hybrid quantum-classical workflow for coordinating… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… qiskit/qiskit-tutorials — This project is a quantum computing educational resource and implementation library. It provides a collection of… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud…