24 open-source projects similar to projectq-framework/projectq, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ProjectQ alternative.
A High-Level Abstraction Framework for Quantum Algorithms
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
A Python library for quantum programming using Quil.