-
I try to install hiq with this bash file :
```
#! /bin/bash
sudo dnf config-manager --set-enabled PowerTools
sudo yum install -y epel-release
sudo yum check-update -y
sudo yum install -y g…
-
## Oficjalna dyskusja na temat baz danych.
## Spis treści
#5 Ogólna dyskusja na temat wtyczki oraz ToDo i podział pracy
[projectQ-Reloaded/issues](https://github.com/SlimaKCoder/projectQ-Reloaded/iss…
-
## Ogólna dyskusja na temat wtyczki
## Spis treści
#4 Dyskusja na temat baz danych
[projectQ-Reloaded/issues](https://github.com/SlimaKCoder/projectQ-Reloaded/issues) Dyskusja na temat strony WWW
## …
-
It might be good to have a way of combining several gates into single rotation, or getting rid of the unnecessary gates in the circuit. This can be a genetic operator, or simply can be done on all the…
-
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 references to th…
-
The matrix-class of `numpy` is currently being deprecated. I therefore get the following warning when running the below example using `numpy>=1.15.0`:
```
/path/projectq/ops/_gates.py:57: PendingDep…
-
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.
![projectq](https://user-images.githubusercontent.com/36124339/51…
-
We have discussed this issue before the release and decided to switch to pytest because
* **No boilerplate**
* Better options share test fixtures (more advances version of unittest's setup)
* **P…
-
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 X gate:
q…
-
Python 3.9.12 (main, Apr 5 2022, 01:53:17)
[Clang 12.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from projectq import MainEngine
*…