Skip to content

Instantly share code, notes, and snippets.

View Zhuravlev-A-E's full-sized avatar

Zhuravlev-A-E

View GitHub Profile
@Zhuravlev-A-E
Zhuravlev-A-E / try_hidden_shift.py
Created March 26, 2021 03:48
The sample of the implementation of the Hidden shift algorithm for 4 qubits
########################################################################################################################
#
# (C) 2021 Copyright Aleksei E. Zhuravlev
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating
@Zhuravlev-A-E
Zhuravlev-A-E / try_sqrt_matrices_and_corresponding_circuits_of_u_x_r_gates.py
Created June 25, 2020 05:37
The investigation of the various variants of the roots of X and Y.
########################################################################################################################
#
# (C) 2020 and later Copyright by Aleksei E. Zhuravlev aka ZA
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating