ProjectQ
ProjectQ copied to clipboard
ProjectQ: An open source software framework for quantum computing
Hi everyone, I got a crash of projectq lib on macbook with M1 Chip , is there any solution for this chip?thx (venv) ➜ test git:(master) ✗ python3 ./test1.py **[1]...
We recently launched our native gates, and are looking to add support in ProjectQ. Qiskit implementation: https://github.com/Qiskit-Partners/qiskit-ionq/blob/main/qiskit_ionq/ionq_gates.py Cirq implementation: https://github.com/quantumlib/Cirq/blob/master/cirq-ionq/cirq_ionq/ionq_native_gates.py We are considering sponsoring this for unitary hack if we...
Adding commutation logic Rewrite of PR # 386
OpenQASM support ============== This is a first attempt at implementing conversion to and from OpenQASM. U2 and U3 gates ----------------- Introduced `U2` and `U3` gates with identical definitions as the...
Repro: ```python from projectq.ops import X, Measure import projectq import projectq.meta eng = projectq.MainEngine() q0 = eng.allocate_qubit() with projectq.meta.Control(eng, q0): X | q0 # eng.flush() Measure | q0 print(int(q0)) ```...
Logo
Hi, I wanted to contribute to your project and I've designed a logo for your project. if you need anything change please let me know.  Best Regard. Mirza Zulfan
(This pull request took the work of #283 and reverted and squashed to back to a manageable point.) The Qrack simulator framework provides optional support for OpenCL-based quantum computer simulation...
Hi! It seems that ProjectQ doesn't fully support QASM interface for loading/saving algorithms in .qasm format. The only related functionality I was able to find is the method .get_qasm() for...
ProjectQ is a great tool for teaching and learning. So, I encourage you to increase the number of Jupyter Notebooks, including a clear (when possible) description of the algorithm and...
Think I should mention this is based on grove's pyQuil implementation of VQE: https://github.com/rigetti/grove/blob/master/grove/pyvqe/vqe.py Are there any licensing/copyrights issues?