17 Apr 2025
The possibility of constructing 3-qubit Toffoli gate with 4 CNOT gates is explored. In the ToffoliGateExploration_qiskit_0_18_1.ipynb notebook, we successfully execute 3-qubit Toffoli gate with 4 CNOT gates on the qasm_simulator. The ToffoliGateExploration_qiskit_2_0_0.ipynb notebook, proves the implementation can be executed on a real IBM quantum computer (ibm_torino). In the ToffoliGateWith4CNOTsMathPart.ipynb notebook,...
14 Apr 2025
There is an interesting connection between Supersymmetry and quantum computing related to spinors that this notebook aims to illustrate.
Here is respective
notebook.
12 Apr 2025
In this notebook we explore the Bernstein-Vazirani problem and respective quantum algorithm. We will show that the Bernstein-Vazirani algorithm owes its existence to one mathematical identity which has nothing to do with quantum mechanics and thanks to the quantum entanglement, which is effected by Hadammard gates is able to find...
08 Apr 2025
CONCLUSIONS: Addressing data management issues identified during the data cleansing step would be highly beneficial. If the dataset is to be maintained in Excel, consider adding macros to detect redundant observations and identify missing values in crucial fields like descriptions or customer IDs. Macros can also correct negative quantities, negative...
10 Mar 2020
In reference [1] it was shown that a set of gates that consists of all one-bit quantum gates and the two-bit exclusive-or gate is universal in the sense that all unitary operations on arbitrary many bits can be expressed as compositions of these gates. In this Qiskit notebook we...