ProjectQ
ProjectQ copied to clipboard
ProjectQ: An open source software framework for quantum computing
This new version of the API separates job status and metadata from actual results into two different endpoints. v0.3 also includes support for error_mitigation settings like symmetrization as described in...
The AQT service hosted at gateway-portal.aqt.eu has been deactivated and has been replaced with a new solution by AQT. Usage of the current version of the `AQTBackend` in `projectq.backends` is...
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
I am on intel and python 3.9 is supported. The only issue I have is that the installation tutorial use python. That will enable command line to use python ./examples/...py...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - https://github.com/PyCQA/doc8/: v1.1.1 → v2.0.0 - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.20.0) - [github.com/PyCQA/isort: 5.13.2 →...
Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.3.1 to 1.4.0. Changelog Sourced from thomaseizinger/create-pull-request's changelog. [1.4.0] - 2024-05-06 Changed Execute action using node20 instead of node16 which is now deprecated. Commits 955adb4 docs: prepare...
Hi everyone, I'm new to ProjectQ and I'm looking for guidance on resetting qubits. I understand that the reset gate available in Qiskit isn't directly available in ProjectQ. Could anyone...
Hello ProjectQ Community, I am transitioning from Qiskit to ProjectQ and I’m trying to replicate a specific operation. In Qiskit, I can use the following code to apply a multi-controlled...
Hi everyone, I would like to know if there is a way to reset a qubit to the |0⟩ state in ProjectQ without performing a measurement. The reason is that...
On a MacOS system that's not using Homebrew, running `brew --prefix llvm` with `subprocess.check_output` doesn't produce a CalledProcessError; instead, when the shell produces a FileNotFoundError it passes it back and...