SlideShare a Scribd company logo
Amr Kamel Ahmed
PHD Preparatory - 2014
Helwan University – Computer
Engineering
Quantum Computing & Quantum
Information
Introduction
Definitions
 A quantum computer is a computation system
that makes direct use of quantum-mechanical
phenomena (such as superposition and
entanglement), to perform operations on data.[1]
 Quantum superposition is a fundamental
principle of quantum mechanics that holds a
physical system — such as an electron — exists
partly in all its particular theoretically possible
states simultaneously; but when measured or
observed, it gives a result corresponding to
only one of the possible configurations
Definitions - Qubit
 In quantum computing, a qubit or quantum bit is a
unit of quantum information — the quantum
analogue of the classical bit. A qubit is a two-
state quantum-mechanical system
 Such as the polarization of a single photon: here the
two states are vertical polarization and horizontal
polarization.
 In a classical system, a bit would have to be in one
state or the other, but quantum mechanics allows
the qubit to be in a superposition of both states
at the same time, a property which is fundamental
to quantum computing.
Qubit & Superposition
 0 state 
 1 state 
 Superposition 
 Where α and ß could
be complex numbers
in general and
Classical Bits
Qubits
Opening the same door reads the same
•Opening the complementary
door gives completely random
result.
•Opening the wrong door
destroys information.
•No quantum copying machine
for unknown state qubit
Multiple Qubit Superposition
 The number of superpositions of n qubits are 2^n
superpositions
 So the number of superpositions of 300 qubits are
2^300 which is greater than the number of atoms of
the appearing universe
 It is really a huge number; however; the number of
possible information also are much higher.
 Note that the number of possible distinct Boolean
circuits for n inputs and one output are 2^(2^n)
 when n=8  number of circuits = 2^256
 when n=16  number of circuits = 2^65536
Quantum Entanglement
 Quantum entanglement is a physical
phenomenon that occurs when pairs or groups of
particles are generated or interact in ways such
that the quantum state of each particle cannot
be described independently—instead, a
quantum state may be given for the system as
a whole.
 It thus appears that one particle of an entangled
pair "knows" what measurement has been
performed on the other, and with what outcome,
even though there is no known means for such
information to be communicated between the
particles, which at the time of measurement may be
separated by arbitrarily large distances.
Entangled Qubits
 Although the measurement of the value of each
single qubit is completely random.
 When they two qubits are entangled a correlation
is established between the two bits such that the
value of one qubit could be the same or the
opposite value of the other.
 However; this correlated information couldn’t be
measured locally on single qubit. It should be
collectively measured (globally measured).
Entangled Qubits
 Erwin Schrodinger:- “The best possible
knowledge of a whole does not necessarily
include the best knowledge of all its parts, even
though they may be entirely separated and
therefore virtually capable of being ‘best possibly
known’”
 John Preskill:- “The whole is definite, the part is
random”
Why Entanglement is important
 Each satellite will generate a constant stream of
entangled pairs.
 Each member of the pair will be sent to separate
stations on the ground, where it will be stored in
quantum memories.
 Once the entanglement is stored on the ground, it can
then be used as needed to send secure messages, or
even sent locally across the quantum Internet using
Quantum Logic
Cost of Information Loss
 Fundamental logic dictates that energy must be
dissipated when information is erased
 Energy dissppated = kT . Ln2 per bit erased
 k:- Boltzman constant (1.3805*10-23 JK-1)
 T :- Absolute temprature (in degrees Kelvin)
 One way of suppressing this unwanted heat is by
modifying the chip design to use only reversible
logic gates
Reversible Gates
 In reversible gates there is always a unique input
associated with a unique output and vise versa.
 So reversible logic never erase any information
when they act
Unitary Gates
 Hadamard equation  Makes superposition
 |0> 
 |1> 
 Pauli-X gate
 |0>  |1>
 |1>  |0>
 Pauli-Y gate
 |0>  i |1>
 |1>  -i |0>
 Pauli-Z gate (Phase shift gate with )
 |0>  unchanged
 |1>  - |1>
Not & Swap gates
Not Gate Swap Gate
a a’
0 1
1 0
a b a' b'
0 0 0 0
0 1 1 0
1 0 0 1
1 1 1 1
CNOT – Controlled NOT Gate
a b a' b'
0 0 0 0
0 1 0 1
1 0 1 1
1 1 1 0
Called
CNOT and also called
Feynman Gate or FG
Quantum Cost = 1
a’ = a
b‘ = a xor b
Universal Reversible Gates
TOFFOLIO (Controlled-controlled-
not)
a b c a' b' c'
0 0 0 0 0 0
0 0 1 0 0 1
0 1 0 0 1 0
0 1 1 0 1 1
1 0 0 1 0 0
1 0 1 1 0 1
1 1 0 1 1 1
1 1 1 1 1 0
Called also
CCNOT or TG
Quantum Cost = 5
a‘ = a
b‘ = b
c‘ = (a.b) xor c
Peres Gate
 Peres Gate
a b c a' b' c'
0 0 0 0 0 0
0 0 1 0 0 1
0 1 0 0 1 0
0 1 1 0 1 1
1 0 0 1 1 0
1 0 1 1 1 1
1 1 0 1 0 1
1 1 1 1 0 0
Quantum Cost = 4
a‘ = a
b‘ = a xor b
c‘ = (a.b) xor c
Double Feynman Gate
 Double Feynman Gate
a b c a' b' c'
0 0 0 0 0 0
0 0 1 0 0 1
0 1 0 0 1 0
0 1 1 0 1 1
1 0 0 1 1 1
1 0 1 1 1 0
1 1 0 1 0 1
1 1 1 1 0 0
a‘ = a
b‘ = a xor b
c‘ = a xor c
Called also
F2G
Quantum Cost = 2
Universal Reversible Gates
FREDKIN (Controlled-Swap)
a b c a' b' c'
0 0 0 0 0 0
0 0 1 0 0 1
0 1 0 0 1 0
0 1 1 0 1 1
1 0 0 1 0 0
1 0 1 1 1 0
1 1 0 1 0 1
1 1 1 1 1 1
Also called F gate
Quantum Cost = 5
a‘ = a
b‘ = not(a).b + a.c
c‘ = a.b + not(a).c
Quantum Circuits
SR Latch Circuit
Conventional Cross
Coupled Design – NAND
SR Latch
Pres Gates based
design without Enable
S R Action
0 0
not
allowed
0 1 Q = 1
1 0 Q = 0
1 1
No
SR Latch Circuit
Other design of
SR Latch
This design is
gated design
including
“Enable” input
Gated D Latch
E/C D Q Q
Comme
nt
0 X
Qpre
v
Qpre
v
No
change
1 0 0 1 Reset
1 1 1 0 Set
JK Latch Design
J K Qnext
Commen
t
0 0 Q
No
change
0 1 0 Reset
1 0 1 Set
1 1 Q’ Toggle
Quantum Neural Networks
(QNN)
Research on Quantum Neural
Networks
Reversibility & Dissipation
 Hopfield network is an
example of ANN.
 Hopfield network is
used as an associative
memory.
 In associative memory
multiple patterns is
mapped to single
pattern.
 Associative memory is
irreversible circuit
 This raises an important
question about how 100
billion neurons
processes information
with energy dissipation.
Non Linear Activation
 Non-Linear activation
functions is an
important characteristic
of neural networks.
 It is a source for non-
linear properties of
neural networks
 Sigmoid function is the
most famous example
 One open issue of
Quantum Neural
Networks is how to
incorporate non-linear
functions in quantum
systems which is linear
Qubit Neurons (Qurons)
 A quron is a qubit in
which the two levels
stand for active an
resting neural firing
states.
 This allows for neural
network to be in a
superposition of firing
patterns.
Ideas for Interpreting Step Function
as Measurement
 KAK intoduced the idea of
quantum neural computation
 In a Hopfield like network he
interpreted the necessary
conditions for a stable states
as an eigen value equation
of a quantum system
 Updating a network
corresponds to quantum
measurement selects the
eigenstates of the system
 Meneer & Narayanan the
many-universe interpretation
of quantum mechanics to
look at superposition of
networks each storing one
pattern instead-of one
network storing several
patterns
 ZAK & Willimas do not
consider single neurons as
quantum objects but
introduce a unitary walk
between quantum network
basis states.
 This approaches using
nonlinear dissipative and
irreiversible transformation
as a trial for playing the role
of a natural quantum sigmoid
function
Interacting Quantum Dots
 The green function by
Feynman sums all
possible paths prpagating
the system
 Elizabeth Behrman
noticed the nonlinearity of
the equation.
 Instead of different
Qurons the network is
realized by propagation of
one Quron only
 Its state after each of N
different time slices
simulates the states of N
virtual neurons.
 Synaptic weights are
engineered by interaction
of the Quron with the
environment
 Behraman proposes to
implement this “time-array
neural network” as
quantum dot molecule
interacting with phonons
of surrounding lattice &
external field
 The network can be
trained by back-
propagation rule
References
1. "Quantum Computing with Molecules" article in
Scientific American by Neil Gershenfeld and Isaac
L. Chuang, 1998
2. “Quantum Computation and Quantum Information”
book by Micheal A.Nilesen & Isaac L. Chuang,
Cambridge University Press, 2000
3. “Quantum Computing & the Entanglement Frontier”
public lecture at California Institute of Technology,
by John Preskill
4. “Schrodinger’s Phelosophy of Quantum Mechanics”,
book by Michel Bitbol, volume 188, 1996
5. “How Entanglement-Generating Satellites Will Make
the Quantum Internet Global” article in MIT
Technology Review, October 30 2014
6. “Explorations in Quantum Computing” book by
Williams, C.P, published by Springer, 2011
References
7. “Introduction to Reversible Logic Gates & its
Applications”, Report by Prashant R. Yelekar &
Prof. Sujata S. Chiwande, 2nd National
Conference On Information and Communication
Technology 2011
8. “Design of Reversible Sequential Circuits
Optimizing Quantum Cost, Delay, and Garbage
Outputs”, Report by Himanshu Thapalyal &
Nagarjan Ranganathan, University of South
Florida

More Related Content

PPTX
Quantum computing
PPTX
Quantum Computing
PDF
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...
PDF
Quantum Computing
PPTX
Grover's algorithm - Introduction to quantum computing
PPTX
Quantum gates
PPTX
Shor’s algorithm the ppt
PPTX
Quantum computing - Introduction
Quantum computing
Quantum Computing
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...
Quantum Computing
Grover's algorithm - Introduction to quantum computing
Quantum gates
Shor’s algorithm the ppt
Quantum computing - Introduction

What's hot (20)

PPTX
Quantum Computing - Basic Concepts
PDF
slides chap2
PPTX
Qunatum computing
PPTX
What is quantum computing
PPTX
IMPLEMENTATION OF QUANTUM LOGIC GATES (1).pptx
PPTX
Quantum computing
PPTX
An introduction to quantum machine learning.pptx
PPTX
Basics Counters
PPTX
Shors'algorithm simplified.pptx
PDF
Quantum Computers PART 1 & 2 by Prof Lili Saghafi
PPTX
Quantum Computing
PPTX
Quantum computing
PPTX
Quantum computing in machine learning
PPTX
Quantum computers, quantum key distribution, quantum networks
PPTX
Quantum Computing and AI
PPT
Fundamentals of Quantum Computing
PPTX
Quantum error correction
PPTX
Quantum computing
Quantum Computing - Basic Concepts
slides chap2
Qunatum computing
What is quantum computing
IMPLEMENTATION OF QUANTUM LOGIC GATES (1).pptx
Quantum computing
An introduction to quantum machine learning.pptx
Basics Counters
Shors'algorithm simplified.pptx
Quantum Computers PART 1 & 2 by Prof Lili Saghafi
Quantum Computing
Quantum computing
Quantum computing in machine learning
Quantum computers, quantum key distribution, quantum networks
Quantum Computing and AI
Fundamentals of Quantum Computing
Quantum error correction
Quantum computing
Ad

Viewers also liked (20)

PPTX
Cognitive Architectures - Research Circle
PPTX
Transfer learning with LTANN-MEM & NSA for solving multi-objective symbolic r...
PPTX
Quantum logic synthesis (srikanth)
PDF
Algorithm and Programming (Sequential Structure)
PPT
Ibm quantum computing
PPT
Introduction to Quantum Computing & Quantum Information Theory
PPTX
Transfer Learning Neural Network implementation for food recognition
PPT
Quantum Computing - Challenges in the field of security
PDF
Algorithm and Programming (Branching Structure)
PPSX
Algorithm and Programming (Searching)
PPTX
Quantum Computers
PDF
Convolutional Neural Networks (CNN)
PPT
Introduccion algoritmoscuanticos
PPTX
Quantum programming
PPTX
Transfer of Learning
PPTX
Telling Stories
PPTX
Igualdad libertad
PPT
20131104 presentatie vitaliteitcentrum voor nationaal programma preventie van...
PPT
Liga FantáStica
Cognitive Architectures - Research Circle
Transfer learning with LTANN-MEM & NSA for solving multi-objective symbolic r...
Quantum logic synthesis (srikanth)
Algorithm and Programming (Sequential Structure)
Ibm quantum computing
Introduction to Quantum Computing & Quantum Information Theory
Transfer Learning Neural Network implementation for food recognition
Quantum Computing - Challenges in the field of security
Algorithm and Programming (Branching Structure)
Algorithm and Programming (Searching)
Quantum Computers
Convolutional Neural Networks (CNN)
Introduccion algoritmoscuanticos
Quantum programming
Transfer of Learning
Telling Stories
Igualdad libertad
20131104 presentatie vitaliteitcentrum voor nationaal programma preventie van...
Liga FantáStica
Ad

Similar to Quantum computing (20)

PPTX
Quantum computing - A Compilation of Concepts
PPTX
Quantum Computation.pptx
PDF
A Survey Paper on Different Encoding Techniques Based on Quantum Computing
PPT
Quantum computing
PPTX
quantum computing Fundamentals and Applicaiton
PPTX
Quantum Computation For AI
PDF
The future is quantum
PPT
Paul_presentationMcGuirk_quantumcomputation.ppt
PPT
Xim $%
PPTX
Quantum Computer - New Era of Computing Ahead
PPTX
Ahsan 10X Engineering Talk (Quantum Computing).pptx
PPTX
Seminar on quatum
PPTX
Quantum technology
PPTX
PDF
Quantum Computing 101, Part 1 - Hello Quantum World
PDF
MASTER_THESIS-libre
PPTX
Quantum computing.pptx
PPT
QC - UNIT 1.ppt
PDF
The Extraordinary World of Quantum Computing
PPTX
Quantum Computing the upcoming technology.pptx
Quantum computing - A Compilation of Concepts
Quantum Computation.pptx
A Survey Paper on Different Encoding Techniques Based on Quantum Computing
Quantum computing
quantum computing Fundamentals and Applicaiton
Quantum Computation For AI
The future is quantum
Paul_presentationMcGuirk_quantumcomputation.ppt
Xim $%
Quantum Computer - New Era of Computing Ahead
Ahsan 10X Engineering Talk (Quantum Computing).pptx
Seminar on quatum
Quantum technology
Quantum Computing 101, Part 1 - Hello Quantum World
MASTER_THESIS-libre
Quantum computing.pptx
QC - UNIT 1.ppt
The Extraordinary World of Quantum Computing
Quantum Computing the upcoming technology.pptx

More from Amr Kamel Deklel (8)

PPTX
Big data analytics and machine intelligence v5.0
PDF
Cognitive Architectures - Amr Kamel - 2015
PPTX
Big data analytics
PPTX
Mahfazty mobile payment in egypt
PPTX
Turkcell Financial Position
PPTX
Cloud computing
PPS
TURKCELL CASE STUDY
PPT
Evolving Comprehensible Neural Network Trees
Big data analytics and machine intelligence v5.0
Cognitive Architectures - Amr Kamel - 2015
Big data analytics
Mahfazty mobile payment in egypt
Turkcell Financial Position
Cloud computing
TURKCELL CASE STUDY
Evolving Comprehensible Neural Network Trees

Recently uploaded (20)

PDF
PPT on Performance Review to get promotions
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
additive manufacturing of ss316l using mig welding
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Sustainable Sites - Green Building Construction
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
DOCX
573137875-Attendance-Management-System-original
PPTX
web development for engineering and engineering
PPTX
CH1 Production IntroductoryConcepts.pptx
PPT on Performance Review to get promotions
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Lecture Notes Electrical Wiring System Components
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
additive manufacturing of ss316l using mig welding
CYBER-CRIMES AND SECURITY A guide to understanding
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Sustainable Sites - Green Building Construction
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Internet of Things (IOT) - A guide to understanding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
573137875-Attendance-Management-System-original
web development for engineering and engineering
CH1 Production IntroductoryConcepts.pptx

Quantum computing

  • 1. Amr Kamel Ahmed PHD Preparatory - 2014 Helwan University – Computer Engineering Quantum Computing & Quantum Information
  • 3. Definitions  A quantum computer is a computation system that makes direct use of quantum-mechanical phenomena (such as superposition and entanglement), to perform operations on data.[1]  Quantum superposition is a fundamental principle of quantum mechanics that holds a physical system — such as an electron — exists partly in all its particular theoretically possible states simultaneously; but when measured or observed, it gives a result corresponding to only one of the possible configurations
  • 4. Definitions - Qubit  In quantum computing, a qubit or quantum bit is a unit of quantum information — the quantum analogue of the classical bit. A qubit is a two- state quantum-mechanical system  Such as the polarization of a single photon: here the two states are vertical polarization and horizontal polarization.  In a classical system, a bit would have to be in one state or the other, but quantum mechanics allows the qubit to be in a superposition of both states at the same time, a property which is fundamental to quantum computing.
  • 5. Qubit & Superposition  0 state   1 state   Superposition   Where α and ß could be complex numbers in general and
  • 7. Qubits Opening the same door reads the same •Opening the complementary door gives completely random result. •Opening the wrong door destroys information. •No quantum copying machine for unknown state qubit
  • 8. Multiple Qubit Superposition  The number of superpositions of n qubits are 2^n superpositions  So the number of superpositions of 300 qubits are 2^300 which is greater than the number of atoms of the appearing universe  It is really a huge number; however; the number of possible information also are much higher.  Note that the number of possible distinct Boolean circuits for n inputs and one output are 2^(2^n)  when n=8  number of circuits = 2^256  when n=16  number of circuits = 2^65536
  • 9. Quantum Entanglement  Quantum entanglement is a physical phenomenon that occurs when pairs or groups of particles are generated or interact in ways such that the quantum state of each particle cannot be described independently—instead, a quantum state may be given for the system as a whole.  It thus appears that one particle of an entangled pair "knows" what measurement has been performed on the other, and with what outcome, even though there is no known means for such information to be communicated between the particles, which at the time of measurement may be separated by arbitrarily large distances.
  • 10. Entangled Qubits  Although the measurement of the value of each single qubit is completely random.  When they two qubits are entangled a correlation is established between the two bits such that the value of one qubit could be the same or the opposite value of the other.  However; this correlated information couldn’t be measured locally on single qubit. It should be collectively measured (globally measured).
  • 11. Entangled Qubits  Erwin Schrodinger:- “The best possible knowledge of a whole does not necessarily include the best knowledge of all its parts, even though they may be entirely separated and therefore virtually capable of being ‘best possibly known’”  John Preskill:- “The whole is definite, the part is random”
  • 12. Why Entanglement is important  Each satellite will generate a constant stream of entangled pairs.  Each member of the pair will be sent to separate stations on the ground, where it will be stored in quantum memories.  Once the entanglement is stored on the ground, it can then be used as needed to send secure messages, or even sent locally across the quantum Internet using
  • 14. Cost of Information Loss  Fundamental logic dictates that energy must be dissipated when information is erased  Energy dissppated = kT . Ln2 per bit erased  k:- Boltzman constant (1.3805*10-23 JK-1)  T :- Absolute temprature (in degrees Kelvin)  One way of suppressing this unwanted heat is by modifying the chip design to use only reversible logic gates
  • 15. Reversible Gates  In reversible gates there is always a unique input associated with a unique output and vise versa.  So reversible logic never erase any information when they act
  • 16. Unitary Gates  Hadamard equation  Makes superposition  |0>   |1>   Pauli-X gate  |0>  |1>  |1>  |0>  Pauli-Y gate  |0>  i |1>  |1>  -i |0>  Pauli-Z gate (Phase shift gate with )  |0>  unchanged  |1>  - |1>
  • 17. Not & Swap gates Not Gate Swap Gate a a’ 0 1 1 0 a b a' b' 0 0 0 0 0 1 1 0 1 0 0 1 1 1 1 1
  • 18. CNOT – Controlled NOT Gate a b a' b' 0 0 0 0 0 1 0 1 1 0 1 1 1 1 1 0 Called CNOT and also called Feynman Gate or FG Quantum Cost = 1 a’ = a b‘ = a xor b
  • 19. Universal Reversible Gates TOFFOLIO (Controlled-controlled- not) a b c a' b' c' 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 Called also CCNOT or TG Quantum Cost = 5 a‘ = a b‘ = b c‘ = (a.b) xor c
  • 20. Peres Gate  Peres Gate a b c a' b' c' 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 0 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 0 Quantum Cost = 4 a‘ = a b‘ = a xor b c‘ = (a.b) xor c
  • 21. Double Feynman Gate  Double Feynman Gate a b c a' b' c' 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 0 0 a‘ = a b‘ = a xor b c‘ = a xor c Called also F2G Quantum Cost = 2
  • 22. Universal Reversible Gates FREDKIN (Controlled-Swap) a b c a' b' c' 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 Also called F gate Quantum Cost = 5 a‘ = a b‘ = not(a).b + a.c c‘ = a.b + not(a).c
  • 24. SR Latch Circuit Conventional Cross Coupled Design – NAND SR Latch Pres Gates based design without Enable S R Action 0 0 not allowed 0 1 Q = 1 1 0 Q = 0 1 1 No
  • 25. SR Latch Circuit Other design of SR Latch This design is gated design including “Enable” input
  • 26. Gated D Latch E/C D Q Q Comme nt 0 X Qpre v Qpre v No change 1 0 0 1 Reset 1 1 1 0 Set
  • 27. JK Latch Design J K Qnext Commen t 0 0 Q No change 0 1 0 Reset 1 0 1 Set 1 1 Q’ Toggle
  • 29. Research on Quantum Neural Networks
  • 30. Reversibility & Dissipation  Hopfield network is an example of ANN.  Hopfield network is used as an associative memory.  In associative memory multiple patterns is mapped to single pattern.  Associative memory is irreversible circuit  This raises an important question about how 100 billion neurons processes information with energy dissipation.
  • 31. Non Linear Activation  Non-Linear activation functions is an important characteristic of neural networks.  It is a source for non- linear properties of neural networks  Sigmoid function is the most famous example  One open issue of Quantum Neural Networks is how to incorporate non-linear functions in quantum systems which is linear
  • 32. Qubit Neurons (Qurons)  A quron is a qubit in which the two levels stand for active an resting neural firing states.  This allows for neural network to be in a superposition of firing patterns.
  • 33. Ideas for Interpreting Step Function as Measurement  KAK intoduced the idea of quantum neural computation  In a Hopfield like network he interpreted the necessary conditions for a stable states as an eigen value equation of a quantum system  Updating a network corresponds to quantum measurement selects the eigenstates of the system  Meneer & Narayanan the many-universe interpretation of quantum mechanics to look at superposition of networks each storing one pattern instead-of one network storing several patterns  ZAK & Willimas do not consider single neurons as quantum objects but introduce a unitary walk between quantum network basis states.  This approaches using nonlinear dissipative and irreiversible transformation as a trial for playing the role of a natural quantum sigmoid function
  • 34. Interacting Quantum Dots  The green function by Feynman sums all possible paths prpagating the system  Elizabeth Behrman noticed the nonlinearity of the equation.  Instead of different Qurons the network is realized by propagation of one Quron only  Its state after each of N different time slices simulates the states of N virtual neurons.  Synaptic weights are engineered by interaction of the Quron with the environment  Behraman proposes to implement this “time-array neural network” as quantum dot molecule interacting with phonons of surrounding lattice & external field  The network can be trained by back- propagation rule
  • 35. References 1. "Quantum Computing with Molecules" article in Scientific American by Neil Gershenfeld and Isaac L. Chuang, 1998 2. “Quantum Computation and Quantum Information” book by Micheal A.Nilesen & Isaac L. Chuang, Cambridge University Press, 2000 3. “Quantum Computing & the Entanglement Frontier” public lecture at California Institute of Technology, by John Preskill 4. “Schrodinger’s Phelosophy of Quantum Mechanics”, book by Michel Bitbol, volume 188, 1996 5. “How Entanglement-Generating Satellites Will Make the Quantum Internet Global” article in MIT Technology Review, October 30 2014 6. “Explorations in Quantum Computing” book by Williams, C.P, published by Springer, 2011
  • 36. References 7. “Introduction to Reversible Logic Gates & its Applications”, Report by Prashant R. Yelekar & Prof. Sujata S. Chiwande, 2nd National Conference On Information and Communication Technology 2011 8. “Design of Reversible Sequential Circuits Optimizing Quantum Cost, Delay, and Garbage Outputs”, Report by Himanshu Thapalyal & Nagarjan Ranganathan, University of South Florida