TomerGoldfriend

Results 4 issues of TomerGoldfriend

The [Arithmetic Expressions](https://github.com/Classiq/classiq-library/blob/main/tutorials/technology_demonstrations/arithmetic_expressions/arithmetic_expressions.ipynb) notebook demonstrates the capabilities of the Classiq's synthesis engine, in the framework of quantum arithmetics. The notebook shows a single quantum model, consisting a complex arithmetic expression,...

good first issue
Unitary Hack
quantum beginner

The goal of this issue is to standardize the HHL notebook to follow a specific structure, to improve its visibility and usability. There is a general initiative to standardize the...

quantum intermediate

The tutorial on [Discrete Quantum Walks](https://github.com/Classiq/classiq-library/blob/main/tutorials/discrete_quantum_walk/discrete_quantum_walk.ipynb) demonstrates an example of a quantum walk on a circle. The `quantum_step_clockwise` quantum function is implemented as a QFT-adder, however, there are other implementations...

quantum intermediate

In this issue, we will create an implementation of a hybrid HHL algorithm, following the ideas that appeared in [Ref. [1]](https://arxiv.org/pdf/1807.10651). The algorithm is based on the basic HHL algorithm...

quantum expert