Formulation of Qubits by unit fraction in quantum computing

Read the full article See related articles

Listed in

This article is not in any list yet, why not save it to one of your lists.
Log in to save this article

Abstract

To simulate the Qubits formulation by unit fraction, we use Python's fractions. Fraction for exact rational arithmetic.Example state:|ψ⟩ = a|0⟩ + b|1⟩Where a, b ∈ ℚ, and |a|² + |b|² = 1The Core Components are QubitState: Represents a single qubit state using rational numbers (or Egyptian fractions). Gate: Defines rational gates. Circuit: Applies gates step-by-step to evolve the qubit.Measurement: Collapses the state probabilistically using rational approximations. In this report, we represent the formulation of Qubits incorporating unit fraction on quantum system.

Article activity feed