Performance Analysis of Quantum Multicomputers

Categories: Physics

Abstract

This project assesses the exhibition of quantum math calculations that keep running on an appropriated quantum PC (a quantum multicomputer). The hub limit and I/O capacities, and the system topology are shifted. The exchange off picking between entryways executed remotely, through 'transported doors' on caught sets of qubits (telegate), as opposed to trading the important qubits by means of quantum teleportation, at that point executing the calculation utilizing neighborhood entryways (teledata), is analyzed. The teledata approach performs better, and that convey swell adders perform well when the teleportation square is decayed so the key quantum activities can be parallelized is demonstrated in this paper.

A hub size of just a couple of consistent qubits performs satisfactorily given that the hubs have two handset qubits. A direct system topology performs acceptably for a wide scope of framework sizes and execution parameters. Subsequently this project prescribes seeking after little, high-I/O transfer speed hubs and a straightforward system. Such a machine will run Shor's calculation for figuring huge numbers productively.

Get quality help now
Writer Lyla
Writer Lyla
checked Verified writer

Proficient in: Physics

star star star star 5 (876)

“ Have been using her for a while and please believe when I tell you, she never fail. Thanks Writer Lyla you are indeed awesome ”

avatar avatar avatar
+84 relevant experts are online
Hire writer

Introduction

Quantum PCs pursue the laws of quantum mechanics where a molecule when in quantum state is in superposition prompts development of reasonable bond, which aides in transmission of data between two particles. In quantum express the last condition of the molecule isn't resolved thus the condition of the quantum molecule is consistently 1 and 0 at the same time. This data in quantum PCs is spoken to as 'Qubits' or quantum bits where 1 and 0 state coincide. Working with qubits gives us mind blowing new potential outcomes for successful handling of databases, past what we could have envisioned previously.

Get to Know The Price Estimate For Your Paper
Topic
Number of pages
Email Invalid email

By clicking “Check Writers’ Offers”, you agree to our terms of service and privacy policy. We’ll occasionally send you promo and account related email

"You must agree to out terms of services and privacy policy"
Write my paper

You won’t be charged yet!

No ordinary arrangements or upgrades can contrast, and the unlimited potential outcomes offered by the laws of quantum mechanics.

This project is exploring the architecture of a quantum multicomputer, a machine including different little quantum PCs related together to steadily deal with an issue. Such a structure may vanquish the limited farthest reaches of quantum selecting advances expected to be accessible in the adjacent term, scaling to levels that certainly beat old style PCs on explicit issues.

The fundamental inquiry in considering a multicomputer is whether the framework execution will be adequate if the usage issues can be settled. The project centers around appropriated usage of three sorts of number-crunching circuits got from realized old style viper circuits. For some calculations, prominently Shor's calculation for figuring enormous numbers, math is a significant segment, and whole number expansion is at its center. This assessment measure is the dormancy to finish the expansion. The objective is to accomplish 'sensible' execution for Shor's considering calculation for numbers up to a thousand bits.

In this project we would look at the following:

  1. The teleportation of data is better than teleportation of gates: Quantum teleportation moves information from one quantum framework, (for example, a particle) to another, (for example, a subsequent particle), regardless of whether the two are totally secluded from one another, similar to two books in the storm cellars of isolated structures. Data teleportation enables us to play out a quantum rationale door between two particles that are spatially isolated and may have never communicated.
  2. Decomposition of teleportation brings big benefits in performance: The decomposition also helps in effectively solving larger problems using a carry ripple adder.
  3. A linear topology is an adequate network for the foreseeable future: A linear topology is a network topology consisting of a main run of cable with a terminator at each end. All nodes (file server, workstations, and peripherals) are connected to the linear cable. Ethernet and LocalTalk networks use a linear bus topology. The linear topology has a bright future in the field of Quantum Computing.
  4. The small nodes perform acceptably, but the I/O bandwidth is critical. The small nodes are only a few logical qubits.

Next we will see the foundation.

Foundation

A quantum PC is a machine that utilizations quantum mechanical impacts to accomplish possibly huge decreases in the computational multifaceted nature of specific assignments. Quantum PCs exist, yet are moderate, extremely little (comprising of just a couple of quantum bits, or qubits), and not solid. Additionally, they have extremely constrained adaptability. Genuine architectural research for an enormous scale quantum PC can be said to have just barely started.

The best-known algorithm for factoring large number is

O (e^ (nk log^2 n) ^1/3 )

where n is the length of the numbers and

k= (64/9+E) log 2,

The other algorithm is Shor’s quantum factoring algorithm which is polynomial and better.

These gains are achieved by taking advantage of:

  1. Superposition: A qubit in superposition is in both the states i.e, 1 and 0 at the same time. An example for the same is the polarization of a single photon.
  2. Entanglement: Quantum entanglement is a quantum mechanical wonder in which the quantum conditions of at least two articles must be depicted with reference to one another, even though the individual items might be spatially isolated. This prompts connections between perceptible physical properties of the frameworks. In short, the state of two quanta not being independent.
  3. Interference: A key thought in quantum figuring is to control the likelihood an arrangement of qubits crumples into specific estimation states. Quantum interference, a side-effect of superposition, is the thing that enables us to bias the estimation of a qubit toward an ideal state or set of states.

Of the above three, only entanglement of the qubits is required for the arithmetic distribution.

Teleportation: Quantum teleportation is a procedure by which quantum data (for example the accurate condition of a particle or photon) can be transmitted starting with one area then onto the next, with the assistance of old-style correspondence and recently shared quantum entanglement between the sending and receiving area. Since it relies upon old style correspondence, which can continue no quicker than the speed of light, it can't be utilized for quicker than-light vehicle or correspondence of old-style bits. While it has demonstrated conceivable to transport at least one qubits of data between two (entangled) quanta, this has not yet been accomplished between anything bigger than particles.

Entanglement is a continuous, not discrete, phenomenon, and several weakly entangled pairs can be used to make one strongly entangled pair using a process known as purification.

Purification: Entanglement purification is to distil exceptionally entangled states from less entangled ones. Entanglement purification takes into consideration the making of almost maximally entangled qubits from countless self-assertive weakly entangled qubits, and along these lines gives extra assurance against errors.

Shor’s Algorithm

Shor's calculation is a quantum PC calculation for number factorization. Informally, it tackles the accompanying issue: Given a whole number {\displaystyle N} N, locate its prime components. It was developed in 1994 by the American mathematician Peter Shor.

Procedure:

The Shor’s algorithm is as follows: given a number N, we attempt to discover another whole number p among 1 and N that partitions N.

Shor's calculation comprises of two sections:

  1. A decrease of the considering issue to the issue of order finding, which should be possible on a traditional PC.
  2. A quantum algorithm to tackle the order-finding problem.

Classical Part:

  1. Pick a pseudo-arbitrary number a < N
  2. Process gcd (a, N). This might be finished utilizing the Euclidean calculation.
  3. In the event that gcd (a, N) ≠ 1, at that point there is a nontrivial factor of N, so we are finished.
  4. Otherwise, utilize the period-routine subroutine (underneath) to discover r, the period of the following function: “f(x) = ax mod N, i.e. the smallest integer r for which f(x + r) = f(x).”
  5. In the event that r is odd, return to step 1.
  6. In the event that a r/2 ≡ - 1 (mod N), return to step1.
  7. The variables of N are gcd (ar/2 ± 1, N). We are finished.

Quantum part:

Period-finding subroutine:

1) Begin with a couple of info and yield qubit registers with log2N qubits each, and introduce them to

N − 1/2∑x∣x⟩∣0⟩

where x keeps running from 0 to N - 1.

2) Build f(x) as a quantum work and apply it to the above state, to acquire

N − 1/2∑x∣x⟩∣f(x)⟩

3) Apply the Quantum Fourier transform on the input register. The quantum Fourier change on N focuses is characterized by:

UQFT∣x⟩ = N − 1/2∑ye2πixy/N∣y⟩

This leaves us in the accompanying state:

N − 1∑x∑ye2πixy/N∣y⟩∣f(x)⟩

4) Play out an estimation. We get some result y in the input register and f(x0) in the output register. Since f is periodic, the probability to gauge some y is given by

N − 1∣∑x:  f(x) = f(x0) e2πixy/N∣2 = N − 1∣∑be2πi(x0 + rb)y/N∣2

Examination presently demonstrates that this likelihood is higher, the closer yr/N is to a whole number.

5) Turn y/N into a final part, and concentrate the denominator r′, which is a candidate for r.

6) Check if f(x) = f (x + r′). Provided that this is true, we are finished.

7) Otherwise, acquire more contender for r by utilizing esteems close y, or products of r′. If any candidate works, we are finished.

8) Otherwise, return to stage 1 of the subroutine.

Qubus Entanglement Protocol

The EPR pairs in this project is different from a regular system to get the EPR pairs. The EPR pairs does not require the use of single photons. This project uses laser or microwave pulses as a probe beam.

A Probe beam is used in an environment of deflection and refraction to measure the properties of the propagating acoustic wave, through the implementation of a Quadrant Photodiode (Quadrant photodiodes are discrete parts that generally highlight four optically dynamic regions isolated by a little gap. These photodiodes are utilized for distinguishing the situation of laser beams, in collimators and numerous other adjustment applications).

Two qubits are entangled by implication through the connection of qubits with a typical quantum field mode made by the probe beam—a persistent quantum variable—which can be thought of as a 'qubus”. The qubus-qubit entanglement convention is called QEP. A block diagram of a qubus connection. For the motivations in the quantum multicomputer, the qubits are probably going to be isolated by centimeters to meters, however the convention is required to work at the micron scale (inside a chip) and at the WAN scale (kilometers). When representing a period t on a qubit-transport framework, this collaboration impacts a revolution (in phase space) by a angle ±θ on a qubus sound state, where θ = χt and the sign relies upon the qubit computational basis amplitude. By interfacing the probe beam with the qubit, the probe beam picks a θ phase shift in the event that it is in one premise state (e.g., |0>) and a −θ stage move on the off chance that it is in the other (e.g., |1>).

On the off chance that a similar probe beam interfaces with two qubits, it is straighforward to see that the probe beam following up on the two-qubit states |0>|1> and |1>|0> gets no net phase shift in light of the fact that the opposite sign shifts cancel, while the probe beam following up on the states |0>|0> and |1>|1> gets phase shift ±2θ. A suitable estimation decides if the probe beam has been phase shifted (taking the total estimation of the shift), anticipating the qubits into either an even parity state or an odd parity state. The estimation demonstrates just the parity of the qubits, not the actual values, leaving them in an entangled state. This state can be then utilized as the EPR pair.

Teleportation Gates and Teleporting Data

To teleport a qubit, one member from the EPR pair is held locally, and the other by the teleportation recipient. The qubit to be transported is entangled with the nearby EPR part, at that point both of those are estimated, which will return 0 or 1 for each qubit. The aftereffects of this estimation are transmitted to the receiver, which then executes gates locally on its individual from the EPR pair, contingent on the estimation results, reproducing the (now destroyed) unique state at the destination.

Locally, two CNOT gates and an assessment (illustrated with pointed lines in the figure) can be used to execute the parity gates. Double lines are old-style estimates that are the output of the estimates; when used as a control line, we traditionally choose whether to perform the quantum gate, considering the estimate. The last gate involves traditional correspondence between hubs on the assessment outcome. This construction is not tolerant of fault as it appeared; it must be worked on fault tolerant gates. The qubus strategy, on the other side, can be used as the node-internal interconnect. Its natural gate is the gate of parity and tolerant of fault.

Therefore, in designing algorithms for our quantum multicomputer, there is a choice: if two qubits are required to interact in different nodes of the multicomputer, we can either move data (qubits) from one node to another, then perform the shared gate, or we can use a teleported gate directly on the qubits without moving them. It is called teledata the data-moving approach and telegate the door strategy based on teleportation.

We can use a simple, visual approach for some algorithms to count the number of remote operations needed to execute the algorithm using either the teledata or the telegate approach (we will further talk about this algorithm). A price is assigned of three to each two-node Toffoli (control-control-NOT) door for the telegate approach, and count as five to each three-node Toffoli gate. As in Figure 4, the three-node Toffoli gate should cost more, but the extra latency is hidden by pipelining of activities across multiple nodes. A price is assigned of one to two-node CNOT doors.

Distributed Quantum Computation

Grover[ 1997], Cirac et al.[ 1999] and Steane and Lucas[ 2000] were early suggestions for distributed quantum computation. A latest article suggested that the cluster state model be combined with distributed computing[ Lim et al. 2005]. Such a distributed system usually needs the ability to transfer qubit state from one physical representation to another, such as atomic spin[ Mehring et al. 2003; Jelezko et al. 2004]. Yepez[ 2001] distinguished between distributed computing by interconnecting nodes he called type I and without inter-node interconnection (i.e. classical communication only), which he called type II. The multicomputer quantity is a quantum computer form I. Jozsa and Linden showed that Shor's algorithm requires encroachment across the full set of qubits, so that a Type II quantum computer can not attain exponential acceleration[ Jozsa and Linden 2003; Love and Boghosian 2006]. Much of the job on our multicomputer includes creating and managing this mutual confusion.

A distributed version of the Shor algorithm based on one type of the Beckman-Chari-Devabhaktuni-Preskill modular exponenetial algorithm[ Beckman et al. 1996] was discussed by Yimsiriwattana and Lomonaco[ 2004]. The form they use relies on complicated individual gates, with many control variables, which induces a big penalty for efficiency compared to using only two-and three-bit doors. Their strategy is comparable to that of the telegate (Section 2.3), which we demonstrate is slower than that of teledata. They do not consider network topology distinctions and only evaluate circuit size, not depth (time performance).

Node and Interconnect Architecture

A multi-computer is a restricted type of distributed scheme [Athas and Seitz 1988]. All sections of the scheme are colocated geographically. Short distances of travel between nodes (up to a few tens of meters) decrease latency, simplify coordinated system control, and boost signal fidelity. A periodic topology of the network is used, a dedicated network environment, and thousands of node scalability. The focus is on a homogeneous node technology based on solid-state qubits, with a qubus interconnection, although the findings are fundamentally applicable to any node selection and interconnect techniques, such as single photon-based qubit transfer [Wallraff et al. 2004; Matsukevich and Kuzmich 2004]. Future, bigger quantum computers will be constructed on techniques that are inherently restricted in the amount of qubits that can be integrated into one device[ Nielsen and Chuang 2000; Spiller et al. 2005; Van Meter and Oskin 2006; ARDA 2004].

The causes of these limitations vary with the specific technology, and in most cases are poorly understood, but may vary from the low tens to perhaps thousands; for most technologies, the integration of the densities we are used to in the classical world is not even discussed seriously. For instance, Josephson flux junction qubits, constructed using VLSI chip production technology, could be 100 microns square; even a big chip would hold only a few thousand physical qubits[ Martinis et al. 2002].

Built with a PC board manufacturing method, the scalable ion trap needs an even bigger region for all control structures to handle every trapped atom[ Kielpinski et al. 2002]. Quantum error correction (QEC) obviously decreases by a big factor[ Shor 1996; Calderbank and Shor 1996; Steane 2003] the amount of accessible logical (application-level) qubits. For example, a 49:1 encoding and storage penalty would be imposed by two levels of Steane 7-qubit code, which encodes a single logical qubit in seven lower-layer qubits. Even aggressive overhead management due to error correction can still leave an ion trap system with a big portion of a square meter surface[ Thaker et al. 2006]. It would be hard to manufacture and run such a system. Therefore, it makes sense to examine the usefulness of a device that can hold only a few logical qubits, particularly if the device can generate mutual interconnections with another comparable device.

A solid-state qubit node technology is chosen, such as Josephson-junction superconducting qubits[ Nakamura et al. 1999; Wallraff et al. 2004; Johansson et al. 2005] or quantum dots[ Fujisawa et al. 1998], requiring a qubus microwave. Each node has many qubits personal to the node, as well as a few transceiver qubits which can interact with the outside world. The number of components that can be practically integrated into a single device, including control structures, internal signaling, packaging cooling, and shielding limitations, limits node size. The main benefits of these solid-state technologies are their speed, with low nanosecond physical door times, and their potential physical scalability depending on photolithographic techniques.

As nodes[ Oi et al. 2006], Hollenberg's group lately suggested a multi-computer using tiny ion traps. Each node will comprise sufficient physical qubits to retain one logical qubit plus a few ancillae and a transceiver qubit, as mentioned later in the 'baseline' situation. A single entanglement system based on photons will be used. They do not investigate algorithms, focus on the error correction of system components, and do not address in their scheme the information of the 'optical multiplexer' corresponding to our interconnection. This scheme has the benefit that using current technology it can be applied.

Qubits and activities on them are recognized as logical throughout this document. Although the theoretical QEP protocol promotes the development of EPR pairs over many kilometers, the design objective is a scalable quantum computer at one location (such as a single laboratory). A classical communication latency of 10ns is considered, corresponding to a distance of approximately 2 m between nodes. The performance is found to be insensitive to this amount.

Let's consider five networks of interconnection: shared bus, node line, fully connected,two-transceiver bus (2bus) and two-transceiver fully connected (2fully) as shown in Figure 5. All nodes are linked to one single bus for the shared bus. Every two nodes can use the bus to interact, but only one transaction is supported at a moment. Each node includes two transceiver qubits for 2bus and connects to two autonomous buses, marked in the figure 'A' and 'B,' which can function simultaneously. Each node utilizes two transceiver qubits in line topology, one connecting with its left-hand neighbor and one connecting with its right-hand neighbor.

Each connection works separately and, depending on the algorithm, all connections can be used simultaneously. Each node has a single transceiver qubit for the fully connected network that can connect to any other node without punishment via some type of classic circuit-switched network, although each transceiver qubit can of course be involved in only one transaction at a moment. While we have defined this network as 'full connected,' suggesting a n[ Dally and Towles 2004] crossbar switch, any non-blocking network, such as a Clos network, will do so, as long as the signal loss is not substantial through each phase of the network.

Although this is unlikely to be essential, the network can also be optimized to suit the specific traffic pattern. The 2fully topology uses two transceiver qubits per node for simultaneous transfers on two separate networks, one connecting the transceivers labeled 'A' and one connecting the transceivers labeled 'B.' Many qubit mappings to nodes and gates to bus timeslots are possible; we do not claim that the arrangements presented here are optimal.

Updated: Feb 22, 2024
Cite this page

Performance Analysis of Quantum Multicomputers. (2024, Feb 22). Retrieved from https://studymoose.com/document/performance-analysis-of-quantum-multicomputers

Live chat  with support 24/7

👋 Hi! I’m your smart assistant Amy!

Don’t know where to start? Type your requirements and I’ll connect you to an academic expert within 3 minutes.

get help with your assignment