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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
QuipNetwork avatar

QuipNetwork/xq-py

0
View on GitHub↗
5,546 stars·13 forks·26 views

Xq Py

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-based state transformations and floating-point mathematics required for quantum computation emulation.

Features

  • Quantum Simulators - Provides a software emulator to execute quantum algorithms and model quantum system behavior on classical hardware.
  • Quantum State Collapse - Simulates quantum measurement by calculating the squared magnitude of amplitudes to determine classical output.
  • Quantum Computing - Provides a framework for writing and testing quantum logic to verify results before deployment to hardware.
  • Quantum Circuit Design - Provides a virtual environment for developing and verifying quantum logic before physical hardware deployment.
  • Unitary Gate Applications - Transforms the quantum state by multiplying the current state vector with unitary matrices representing quantum gates.
  • Unitary Matrix Transformations - Transforms the quantum state by multiplying the current state vector with unitary matrices representing quantum gates.
  • Full State Vector Simulators - Tracks the full quantum state vector using complex number arrays to calculate circuit probabilities.
  • State Vector Expansions - Models multi-qubit systems by combining individual qubit states into a larger combined state vector.
  • Quantum Circuit Execution - Executes quantum circuit instructions via software emulation to analyze outcomes and state.
  • Kronecker Product Calculators - Implements Kronecker product calculations to construct large-scale quantum operators from smaller gate matrices.
  • Numerical Libraries - Utilizes optimized numerical libraries for the floating-point matrix operations required for quantum simulation.

Star history

Star history chart for quipnetwork/xq-pyStar history chart for quipnetwork/xq-py

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Xq Py

Similar open-source projects, ranked by how many features they share with Xq Py.
  • quantumlib/cirqquantumlib avatar

    quantumlib/Cirq

    4,990View on GitHub↗

    Cirq is a Python quantum computing framework used for designing, simulating, and executing quantum circuits on Noisy Intermediate-Scale Quantum (NISQ) hardware. It serves as a quantum circuit simulator and noise modeler, as well as a tool for the implementation of quantum algorithms. The framework provides a specialized interface for NISQ hardware, allowing users to map logical quantum circuits to physical device topologies while validating hardware connectivity and gate constraints. It distinguishes itself through integrated noise modeling, applying depolarizing and damping channels to mimic

    Pythonalgorithmsapicirq
    View on GitHub↗4,990
  • qiskit/qiskitQiskit avatar

    Qiskit/qiskit

    7,522View on 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

    Pythonpythonqiskitquantum
    View on GitHub↗7,522
  • mit-han-lab/torchquantummit-han-lab avatar

    mit-han-lab/torchquantum

    1,632View on 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

    Jupyter Notebookdeep-learningmachine-learningml-for-systems
    View on GitHub↗1,632
  • boto/boto3boto avatar

    boto/boto3

    9,834View on 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

    Pythonawsaws-sdkcloud
    View on GitHub↗9,834
See all 30 alternatives to Xq Py→

Frequently asked questions

What does quipnetwork/xq-py do?

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.

What are the main features of quipnetwork/xq-py?

The main features of quipnetwork/xq-py are: Quantum Simulators, Quantum State Collapse, Quantum Computing, Quantum Circuit Design, Unitary Gate Applications, Unitary Matrix Transformations, Full State Vector Simulators, State Vector Expansions.

What are some open-source alternatives to quipnetwork/xq-py?

Open-source alternatives to quipnetwork/xq-py include: quantumlib/cirq — Cirq is a Python quantum computing framework used for designing, simulating, and executing quantum circuits on Noisy… qiskit/qiskit — Qiskit is a quantum computing software development kit used for designing, simulating, and executing quantum circuits… mit-han-lab/torchquantum — Torchquantum is a tensor-based quantum machine learning library and simulation engine that integrates parameterized… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… google-research/google-research — This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum…