Quantum Computing for Computer Scientists

Поділитися
Вставка
  • Опубліковано 29 сер 2024

КОМЕНТАРІ • 2,1 тис.

  • @Emilianodigital
    @Emilianodigital 6 років тому +2545

    Finally someone that explains how it works, and not just the "is in both states at the same time" kinda thing

    • @52.yusrilihsanadinatanegar79
      @52.yusrilihsanadinatanegar79 4 роки тому +72

      Superposition

    • @shanwali692
      @shanwali692 4 роки тому +21

      It a tug of war

    • @davidrobinson7112
      @davidrobinson7112 4 роки тому +16

      Very instructional.

    • @johnphantom
      @johnphantom 4 роки тому +24

      I came up with a model for a new type of computer from playing a game, Counter-Strike (a Half-Life mod) when it was in its original beta phase. The system was very poorly designed, like the accuracy system for the weapons was designed that if you slow down to a walk, your guns were more accurate, but they set the parameters up so that it triggered this extra accuracy just going the slightest speed under a full run. Using +moveup which was meant for swimming in the scripting language, which is the only "language" I used, you could get half way between a run and a walk for movement speed and get the accuracy of a walk and the silence of it, with movement sound being another similar flaw they made in the game. That combined with scripting firing of the gun so it briefly made you do +moveup before actually firing the gun and turning it off immediately after firing the gun effectively gave you a more accurate gun at a running speed. There were many holes in the original CS system, I repeatedly told them about them on their message board, getting repeatedly banned. I remind you: I only used the extremely simplistic scripting language built into the game, so I was exploiting and not cheating, even though in effect it was cheating. CS 1.6 should have been CS 2.0 because they made major changes to the engine due to what I was spreading around. At least one of the hacks that I kept to myself and did not put into my script still exist in the current CS system as far as I know. It was basic to the Quakeworld original engine Half-Life is based on. The script that is part of my work, for CS 1.6, has a fully automated taunt system for giving people a hard time. I built a randomizer and relational database that sometimes spits out a taunt based on the weapon or weapon type you are using just before your gun is actually fired when you fire, only using the one command, alias. Alias just lets you create or reassign a command to an indicated string of commands, and nothing else.
      We are not digital and nothing in Nature is digital. Digital computers are an exact science with exact results. Nature is based on "good enough is good enough". Oxford quantum physics professor Andrew Steane wrote in his paper about quantum information systems titled "Quantum computing" at arxiv.org/pdf/quant-ph/9708022.pdf :
      "The new version of the Church-Turing thesis (now called the ‘Church-Turing Principle’) does not refer to Turing machines. This is important because there are fundamental differences between the very nature of the Turing machine and the principles of quantum mechanics. One is described in terms of operations on classical bits, the other in terms of evolution of quantum states. Hence there is the possibility that the universal Turing machine, and hence all classical computers, might not be able to simulate some of the behavior to be found in Nature. Conversely, it may be physically possible (i.e. not ruled out by the laws of Nature) to realize a new type of computation essentially different from that of classical computer science. This is the central aim of quantum computing."
      From what I understand they are forcing current quantum computers to unnaturally apply a binary state to something that has a infinite evolution of states. Think of the electron and the circle it makes around a nucleus. That 360 degrees circle it makes is infinite in precision, and that movement certainly has an effect on its surroundings. Basically, practical math is the descriptive language of the universe, and not the actual universe because it uses measurements.
      I propose a "Dynamic Stateless Computer" that operates on "Logic Geometry" based only on connections, or links, or pointers - a much more simple computer than the three basic Boolean logic gates operating on mathematical binary bits that is every computer out there. The shape is the logic and the logic is the shape, sort of like a truth table that is dynamic where the "truths" change as it runs.
      Quantum mechanics is beyond me, but if this only needs connections, ie a quantum entanglement (short video on entanglement: ua-cam.com/video/z1GCnycbMeA/v-deo.html ), can we build a computer that operates and does its entire run instantly? Like I said, all I need is connections to perform logic... no need for information... the shape is the logic.
      You are best off going to Github and seeing online without downloading the paper and models. When someone looked at my calculators, they accused me of: "You're not doing math! You're emulating math!" Look at the simple calculator first, it only does addition and subtraction. Then look at the complex calculator that does multiplication and division. As you well know, if I can do those things, I can do anything mathematically. In the main model I created if-thens, complex do-whiles, a randomizer and a relational database.
      github.com/johnphantom/Dynamic-Stateless-Computer
      Through the exercise of the most complex do-while I asked a question related to that, and the answer uses the ancient Chinese/Pascal's Triangle (which millions have looked at over thousands of years) in a new way: mathhelpforum.com/threads/combination-lock.17147/ I basically had to count nothing as something to count, as in you can have different items to count the permutations of but a default state of no item is possible for each, some or all to count in the permutations, and it doesn't seem anyone else in history was able to use the really basic mathematical concept of the Triangle in that way for the solution. It is similar to the 4 hats and 4 pegs question of how many permutations you can have that is commonly associated with Pascal's Triangle, but they did not count the empty pegs as part of the permutations that they can have. The technique of the implementation is a little interesting, with it being able to reach any of the 209 possible permutations of 4 wheels with 4 numbers (don't know if I should count 0, it is special in this case - if you do count 0, it is 5 numbers) in 4 keystrokes or less - it's how it scales that is the curiosity, where if I had 18 slots and 18 items to form a permutation it would have almost 3x10 to the 18th power or 2,968,971,264,021,448,999 possible permutations, each reachable within 18 keystrokes or less.
      I don't have any idea as to how this would be physically built - none of the aspects of it, except for the dynamic logic that I also do not have any clue if it really is what I ask above. I just can do these things I demonstrate and in my extensive almost 50 years of digital computer experience I have not seen anything exactly like it.
      Maybe you wonder about my computer experience? I have always been fascinated by computers, starting in 1972 using a prototype Cogar 4 that my dad got his hands on, when I was 3. By the time I was 5, Singer wanted to use me in a commercial to sell the computer, because if a 5 yo could start it, load the OS and then load games, that proved anyone could. My first mentor helped develop Ethernet after working for my father, and allowed me to hold one of the first breadboard ethernet cards developed when I was 10. My first real program (programming since at least 5 if you count the Cogar ASM I had to type to get to the OS and games) was in BASIC when I was 11 that I learned from a manual without anything more than a small example for each command, written with pencil on paper; a rudimentary AI demonstration called "Animals". Second program I made I had another computer (we had moved and left the one at my dads company behind when he sold it) and was a dot bouncing around the screen. Third program, with a 12 year old's understanding of math, I attempted to do 3D. I first professionally programmed in 1982, started building computers and networks for a small computer company in 1986 owned by my second mentor, Peter De Blanc who lead ICANN for a period, was an official beta tester and developer for OS/2 2.0 and developed a device driver for it for the extremely complex Truevision Targa+ 64 video editing board (pic: imgur.com/a/hMe21Qe ) directly flipping bits on it in 1991. The code for the model for the dynamic stateless computer is about 640 lines and took me 6 months to complete, with the code for the Targa+ device driver being over 4200 lines and took me one 20 hour sitting that compiled and ran the first time that I have 3 witnesses for. That's almost 30 years ago. My experience has only gone up from there. This dynamic logic is something I found, that I have never seen anything like even searching for it on the Internet for the past 20 years. I think this is basic to everything and is a new science, as it only operates on one concept - connections.

    • @whatever990
      @whatever990 4 роки тому +26

      @@johnphantom What you "invented" is just a really big truth table

  • @stevenarvizu3602
    @stevenarvizu3602 3 роки тому +1544

    “This is aimed at computer scientists”
    Me, definitely not a computer scientist: Ah, finally, a video for me

    • @jester6289
      @jester6289 3 роки тому +19

      Im not even a programmer but i understood everything

    • @iamBito
      @iamBito 3 роки тому +12

      Our battle will be legendary

    • @blackdereker4023
      @blackdereker4023 3 роки тому +8

      @Buck The Banjo Player He works at Microsoft as a Software Engineer. What are you talking about?

    • @yigitpolat
      @yigitpolat 3 роки тому

      @Buck The Banjo Player wtf is a real software job?

    • @yigitpolat
      @yigitpolat 3 роки тому +4

      @Buck The Banjo Player I will not waste my time listing the commercially profitable software products that microsoft has built and keep developing but you literally have no idea what software engineering and computer science is all about. go ahead and memorize some javascript APIs and call it coding.

  • @muratak6214
    @muratak6214 4 роки тому +774

    Finally, there is a non-pop-science quantum computing presentation that clearly explains all the complicated stuff in a certain level of mathematical rigour and clarity. Thanks.

    • @mskiptr
      @mskiptr 4 роки тому +6

      You can look up minutephysics' videos on the Shor's algorith and Bell's theorem. They are more simplified but still quite rigorous. And most importantly they *refrain from technically incorrect analogies.*
      There's also the video by Veritasium on the Many Worlds Interpretation which - although sounds like the dumb, overly used, science-fictiony trope that requires an ill-behaving spatial dimension - is actually a scary, brilliant idea about the superposition never collapsing.

    • @mskiptr
      @mskiptr 3 роки тому +5

      @Doido do Minescraft FLOPS stands for FLoating OPeration per Second, if that is what you mean. It doesn't have much to do with quantum computing but rather with measuring power|speed of scientific simulation supercomputers.

    • @mskiptr
      @mskiptr 3 роки тому +1

      @Doido do Minescraft I'm still pretty sure the issue here is with question. Otherwise you could just explain it.
      I'm answering, because you asked it in this thread. There's only me and OP here.

    • @Brosylen
      @Brosylen 3 роки тому

      @Doido do Minescraft Yes, exactly. 1 qubit has 1 floop, and 2 qubits have 4 floops. However, due to the error rate and superposition effects, sometimes the 2 qubits have only 2 or 3 floops, with a probability equal to their values squared. It do be like that sometimes.

    • @lubfud
      @lubfud 2 роки тому

      Uuhzvhxhh fff tax a sffYRytTt as

  • @DYo19drk
    @DYo19drk 5 років тому +474

    I'm studying for a Quantum mechanics final, watched this to procrastinate and honestly ended up understanding the Bloch Sphere a lot better because of it

    • @felipechoy2156
      @felipechoy2156 4 роки тому +7

      Same

    • @cwifrbm926
      @cwifrbm926 3 роки тому +74

      Superposition isn't really all that weird, and actually has a really nice physical analog.
      How can a qubit be true and false at the same time? The same way that you can hear a song with multiple instruments playing simultaneously. Each instrument makes a sound wave, and they all get added up as they hit your ears. A "superposition" is really just a linear combination of different waves of the possible states. Instead of a sound wave, they're "probability waves".
      Each state has its own wave function, which you can imagine as a simple sine wave. Different states => different frequency. Now imagine adding multiple sine waves of different frequencies. That's a superposition.
      The catch is that only certain states (frequencies) can be used. The frequencies are quantized, and that's where the whole "quantum" thing comes from. And this whole superposition business isn't even unique to QM. It arises from wave mechanics in general and DiffEq

    • @pokepe12
      @pokepe12 3 роки тому +12

      @@cwifrbm926 Wow that example of superposition is probably the best one I've heard! I'll probably use that in my presentation. Did you come up with that yourself or did you get it from somewhere?

    • @jachymmierva9453
      @jachymmierva9453 2 роки тому +1

      @@pokepe12 In the physics of waves the wave (sound, mechanical, light, quantum, ...) constructed as a sum of some elementar waves (like pure sine waves with different frequency) is normally called a superposition. So the connection is not really that new and surprising. But as you have said, it is probably the best way to visualise it.

    • @Lazydino59
      @Lazydino59 2 роки тому

      @@cwifrbm926 This is honestly the most perfect description of superposition I have ever read!

  • @The5thVolt
    @The5thVolt 3 роки тому +182

    May I just say that this presenter is excellent. Engaging, enthusiastic and very knowledgeable. I would love to see more lectures he's given.

  • @LegendBegins
    @LegendBegins 6 років тому +687

    You've outdone yourself, Microsoft. This is hands-down the best video on quantum computing on the internet. To say that I'm extremely impressed would be an understatement.

    • @quangho8120
      @quangho8120 4 роки тому +33

      This actually goes into my 'gems' collection. A resource so straight to the point, deliver things at such the right amount and makes everything clicks together. Really great talk.

    • @MarieAmeliaFreyaAster
      @MarieAmeliaFreyaAster 4 роки тому +8

      it's really just sponsored and hosted by microsoft

    • @nessbrawlaaja
      @nessbrawlaaja 4 роки тому +14

      This makes me curious about your other "gems", mind sharing? 🙂

    • @raulf.duarte1856
      @raulf.duarte1856 3 роки тому

      @@quangho8120 commenting to hopefully be notified with your other gems

    • @quangho8120
      @quangho8120 3 роки тому +6

      @@nessbrawlaaja Yeah so I have a folder for lots of documentations, planning and whatnot that I regularly make updates. I also have cron jobs running every midnight to push changes to github, and the gems file is at github.com/157239n/Documents/blob/master/gems
      But there's also another folder where you might find helpful, that's full of technical details at github.com/157239n/Documents/tree/master/technical_references

  • @kpmaynard
    @kpmaynard 6 років тому +1022

    This is the clearest, simplest, most practical introduction to quantum computing I have seen. Thanks so much for this presentation!!

    • @naimulhaq9626
      @naimulhaq9626 5 років тому +7

      Keith : This is a very clearest introduction to QC, indeed. It also gives a new interpretation to entanglement. Chinese teleportation experiment shows how advanced they are, they just might produce the first QC.

    • @naimulhaq9626
      @naimulhaq9626 5 років тому +2

      @Tarek701 : But IBM's QC cannot or does not know how to check for errors and also have difficulty computing or making the QC to calculate, for example, or how to use the QC anything besides factoring big primes. Also checking if you get the right simulation is not known.
      The problem I think lies in the fact that our senses, our brain, all our cells employ natural quantum computers (we do today what nature did yesterday) enabling us to survive and evolve (in room temperature), even protein production occurs at 99.99 % efficiently and at lightening speed. We need to learn from nature, just like Ibn Haytham dissected an eye to discover optics that enabled Galileo to invent the telescope.
      Practical QC seems a long way away.

    • @saskiavanhoutert3190
      @saskiavanhoutert3190 5 років тому

      I agree, like to see quatum computing in function, thanks.

    • @naimulhaq9626
      @naimulhaq9626 5 років тому

      @@saskiavanhoutert3190 We damage 50-70 billion cells daily that repair/regenerate at 99.99% efficiency and at lightning speed, due to our body functioning as a QC.

    • @980616
      @980616 5 років тому

      Naimul Haq fast computation on certain computing problems is not necessarily quantum computing

  • @player6769
    @player6769 6 років тому +391

    "So you can send entangled Qbits by laser?" "Yes" "Okay that's even cooler" love that guy 😂

    • @InfiniteVegetables
      @InfiniteVegetables 3 роки тому +30

      That dude made me smile too, I love it when people just step back a second to just say how cool science is.

    • @abisarwan20
      @abisarwan20 3 роки тому +1

      @@InfiniteVegetables what minute?

    • @disguisedeagle536
      @disguisedeagle536 3 роки тому +4

      @@abisarwan20 1:23:40

  • @ColaEuphoria
    @ColaEuphoria 4 роки тому +80

    I'm loving his jabs at pop science while actually explaining things as simply as possible.

  • @Brown_Potato
    @Brown_Potato 3 роки тому +23

    What a breath of fresh air seeing an older gentleman asking a clarifying question. Kudos!

  • @lunkel8108
    @lunkel8108 5 років тому +108

    Props to Andrew for being so active in the comments and helping out people who have questions

  • @Seehart
    @Seehart 6 років тому +139

    Thank you so much. This is the best intro to QC I've yet seen.
    At 36:00 you get into the hack to handle non-reversible functions. I'd like to offer this intuition: The motivation for adding the extra qbit is to have a place to store the information that would otherwise be lost by the non-reversible function. We don't actually care about this information, but we don't want it to be lost, so we stow it away in Input'.
    It's basically the same reason be rent storage units. We don't actually want all that crap, and deep down we know we will never use it, but we are unwilling to throw it away quite yet.

    • @joelforsyth7396
      @joelforsyth7396 6 років тому +4

      Presumably, this extra information is stored to maintain reversibility. Why does reversibility matter?

    • @Seehart
      @Seehart 6 років тому +13

      Joel Forsyth , this is a very curious feature of qm. My understanding is that quantum coherence is destroyed by any interaction that involves increasing entropy,. Increasing entropy means irreversible.
      One way to look at this is to note that the arrow of time is defined by entropy change. Physical interactions can freely ignore the arrow of time as long as entropy doesn't change. This is why QM violates our "common sense" notions of time and space, and yet just barely leaves our notion of macroscopic casualty intact.
      Mind blowing exercise for the reader: given an ideal quantum computer with the magic ability to perform arbitrary irreversible computations, construct a temporal telegraph capable of sending messages into the past.

    • @Seehart
      @Seehart 5 років тому +10

      @Hrithik Diwakar okay... here's another angle on it: a pretty good test for any hypothesis with respect to either relativity or quantum mechanics is causality. If you can do a thought experiment that violates causality, then you have an error in your model. A causality violation is anything that transmits information back in time (or faster than c). Physics doesn't have any causality violations. However, quantum mechanics includes phenomena that are logically indistinguishable from time travel. Why doesn't that violate causality? Because quantum entanglement is time and entropy symmetric. If one side of a quantum interaction has more information than the other, that would break that symmetry, allowing a message to be sent faster than light or equivalently backwards in time, thereby violating causality.
      I hope that helps :)

    • @austiniscoolduh
      @austiniscoolduh 5 років тому

      interesting, thanks

    • @austinhaider105
      @austinhaider105 5 років тому

      I agree that this is definitely the most accessible intro to QC I’ve seen, but perhaps you’ll be able to clarify my confusion at 36:00; if you were to chain the reverse operation BB to the output of the forward BB, would input’ be input for the second BB?

  • @battal4341
    @battal4341 4 роки тому +23

    This guy looks like he enjoys this, and actually explains things so I can understand.

  • @Jarzap
    @Jarzap 4 роки тому +35

    This is the best video about quantum computers I have found so far.

  • @metzli_moon
    @metzli_moon 4 роки тому +4

    I left UA-cam to play for like an hour while making and eating lunch, and ended up here, and watched for about 20 minutes and I don’t understand much because I’m not at all studied in computers, but I can already tell that this guy is an amazing teacher.

  • @tiredolduglyman
    @tiredolduglyman 2 роки тому +4

    I hung in as long as I could, but I couldn’t make it. I appreciate all of you who are smart enough to understand this. Thank you for what you do for our world and our future!

  • @you4joy
    @you4joy 3 роки тому +17

    One of the best explanation undoubtedly. One additional info: Now a days, the IBM composer (what he has shown, while creating Q-circuits graphically) is much more robust and added more bells and whistles., which is kind of expected.

  • @karthikeyanak9460
    @karthikeyanak9460 4 роки тому +2

    Half way through the video, God, I saw so many videos about Quantun computers and none of them explained as clearly as this guy. We must find who he is and ask him to write a book or put a course series, It will benefit humanity very much.

    • @AndrewHelwer
      @AndrewHelwer 4 роки тому

      Happy you enjoyed! I've written a couple follow-up blog posts:
      ahelwer.ca/post/2018-12-07-chsh/
      ahelwer.ca/post/2019-12-21-quantum-chemistry/
      There are a ton of good quantum computing resources out there, but a whoooooole lot of bad ones. We just hope the good ones will eventually bubble up.

  • @davedolan8026
    @davedolan8026 4 роки тому +7

    I'm impressed that you managed to get through the whole talk without saying the term 'decoherence' once.

  • @nano7586
    @nano7586 6 років тому +69

    He's a great presenter and it's a really good presentation. Even as a non computer scientist this was really interesting.

  • @CadoonTube
    @CadoonTube 5 років тому +56

    A classroom full of smart computer science students all being silent when asked if they have any questions just means they were all so confused that they didn't even know how to go about asking a question.

    • @NateEngle
      @NateEngle 5 років тому +5

      My impression was that they had just taken him at his word when he quoted the "shut-up-and-calculate" guy. It's kind of like the suspension-of-disbelief that people do every day when they watch TV shows about dragons or superheroes.

    • @arpitdas4263
      @arpitdas4263 4 роки тому +10

      They ain't students, most are scientists

    • @wholesome122
      @wholesome122 3 роки тому +4

      They’re comp sci people and they’re trying to remember back to their college courses.

    • @theccpisaparasite8813
      @theccpisaparasite8813 3 роки тому +8

      It's just that quantum mechanics is just such a severe level of abstraction from reality that they don't really understand it. After all, they are just e flat manilla computer scientists. No QM classes, very few with linear algebra or vector calculus background. Unless, you do research in quantum mechanics, it is a shut and calculate discipline. Its very non-intuitive. Schrödinger, Dirac, Heidelberg, et al. Were really bright guys.

    • @MobilePhone-mc8zi
      @MobilePhone-mc8zi 2 роки тому +1

      Think it's more that this guy doesn't know as much as he'd like you to think. It's a common tactic to keep banging on about how everything is super simple when it clearly isn't, it makes the audience reluctant to ask questions because it'll show they don't understand. The couple of questions this guy did get asked, he was like a rabbit in the headlights and was unable to explain because it deviated from the script that was prepared for him.

  • @ganymede242
    @ganymede242 6 років тому +1774

    We could do with more focus on the slides and less on the guy.

    • @AndrewHelwer
      @AndrewHelwer 6 років тому +304

      Here's a link to the slides if you'd like to follow along! Includes bonus appendices: ahelwer.ca/files/qc-for-cs.pdf

    • @reigh7
      @reigh7 6 років тому +149

      You are allowed to Pause the Video I believe the body language is more important then the very over simplistic sides showing the flow charts of represented matrixes. He is communicating a topic of how these gates work not how to make them and then later the end how to code for these gates again not how to make them.

    • @samuelvidal3437
      @samuelvidal3437 6 років тому +230

      He's so cute though

    • @mumblic
      @mumblic 6 років тому +13

      @Troy McQuinn You know that you can place two windows next to each other. The slides are one click away.

    • @mumblic
      @mumblic 6 років тому +19

      ... and here is an other link www.microsoft.com/en-us/research/uploads/prod/2018/05/40655.compressed.pdf

  • @RalphRitoch
    @RalphRitoch 4 роки тому +19

    Thank you so much, you are awesome! I've been studying tensor calculus for at least 2 years and never could grasp how the tensor product is actually calculated. It literally took you less than 2 minutes to explain it in a way I could clearly understand and visualize!

    • @alexmathewelt7923
      @alexmathewelt7923 Рік тому +1

      Well, it's been some years ago, but what he calls a tensor product is not really the definition of it. It's just one example, one representation. The definition is more like: glue two vectors together, and get a new vector. This object v×w (the tensor product) can now be multiplied by scalars which is the same as multiplying with this scalar in one of the components (v, w) and can be added with other tensors of the same 'rank'. If one choose a Basis for this vector space , where v and w where 2-dim, you can define (1,0)×(1,0) = (1,0,0,0) , ... but also as matrix (1,0 \ 0,0) when using dyads. Since vectors, matrices and tensors are elements from vector spaces, they can be represented as real or complex vector spaces. After identifying (which requires the basis) this is one tensor product, but the general definition does not need a Basis at all and can be used at different vector space (e.g. complexification). The wedge product (the hat like logical and, subspaces of the Tensor product) has one more special property: v×w = -w×v, which is useful in multidimensional analysis when calculating volumes in 3D, 4D ...

  • @34cvc
    @34cvc 4 роки тому +11

    As someone with basically 0 knowledge about the topic this was awesome! Really good explanation, i actually feel like i learned something which is not always the case in some of these talks

  • @fifteenfingers
    @fifteenfingers 5 років тому +12

    This presentation is fantastic. This is the first one after which I'm legitimately interested in learning more about quantum computing instead of thinking "Man, that's weird"

  • @jpt3640
    @jpt3640 3 роки тому +42

    Great video!
    I was totally impressed that programming a QC is so easy.
    The hard part is finding suitable problems and developing algorithms. We have to reinvent computing from scratch!

    • @marcusrosales3344
      @marcusrosales3344 Рік тому +2

      That's not really correct... Quantum decoherence is the biggest issue, which has to do with the device.
      Currently they use an electric flux threading two concentric superconducting rings. This has a 90 microsecond decoherence time! Certain topological phases of 2D systems with certain guage symmetries support nonlocal objects called anyons. These have recently been shown as an avenue for robust quantum computation using their braiding statistics. In short the underlying device is the main issue.

    • @jpt3640
      @jpt3640 Рік тому +3

      @@marcusrosales3344 sure. I wasn't talking about the actual hardware. I am computer scientist, they know nothing about the hardware since abstraction layers have been invented;)

    • @marcusrosales3344
      @marcusrosales3344 Рік тому

      @@jpt3640 There are problems which are known to be solved better on QC though... Have you read ANYTHING on the subject? If not, you don't know, so you can't state anything.

    • @diatiofan
      @diatiofan Рік тому

      @@jpt3640 Sometimes haters be hating

    • @somebodyelse2192
      @somebodyelse2192 Рік тому

      @@marcusrosales3344 "big issue" =/= "biggest issue"

  • @PlatinumDragonProductions999
    @PlatinumDragonProductions999 5 років тому +6

    At only 32 minutes in, things are already SO much CLEARER! Thank you for making this!

  • @Azerty7777
    @Azerty7777 3 роки тому +2

    two years later, it remains the best video on quantum cumputing, Bravo and thank you

  • @hanyazmy5555
    @hanyazmy5555 4 роки тому +6

    By far this is the best presentation on quantum computing I have seen so far. I watched many times and till day I keep watching it. Thanks Andrew!

  • @sunilgaur1
    @sunilgaur1 5 років тому +32

    It was hard to follow for me but my interest in this has grown due to this. I did run through this multiple times before it started making sense. I am still not 100% there but getting there. QC is really cool. I love it. Nature is so weird and wonderful. This was a great video. Thanks!

    • @ossiehalvorson7702
      @ossiehalvorson7702 2 роки тому +1

      It'll be easier if you learn classical computing first. He does a lot of comparing to classical computing to help understand quantum computing, so if you don't follow the comparisons, you're probably going to struggle to understand the subject matter.

    • @GoobNoob
      @GoobNoob 2 роки тому

      You should probably start with learning some linear algebra. Would be a big help

  • @lucrativelepton
    @lucrativelepton 6 років тому +428

    Superposition isn't really all that weird, and actually has a really nice physical analog.
    How can a qubit be true and false at the same time? The same way that you can hear a song with multiple instruments playing simultaneously. Each instrument makes a sound wave, and they all get added up as they hit your ears. A "superposition" is really just a linear combination of different waves of the possible states. Instead of a sound wave, they're "probability waves".
    Each state has its own wave function, which you can imagine as a simple sine wave. Different states => different frequency. Now imagine adding multiple sine waves of different frequencies. That's a superposition.
    The catch is that only certain states (frequencies) can be used. The frequencies are quantized, and that's where the whole "quantum" thing comes from. And this whole superposition business isn't even unique to QM. It arises from wave mechanics in general and DiffEq

    • @zzzzzzmc
      @zzzzzzmc 5 років тому +40

      Genuinely curious if you don't think superposition is really that weird, what things DO you find weird?

    • @pwan3971
      @pwan3971 5 років тому +30

      Dude that was the most amazing and simple explanation I've gotten so far, thanks a ton John you made my day.

    • @dkovach
      @dkovach 5 років тому +10

      I like this explanation, thanks! If after this, you still find superposition 'weird', then Quantum Computing, or Quantum Mechanics is not for you

    • @deluxeassortment
      @deluxeassortment 5 років тому +36

      @@zzzzzzmc Superposition is probably the least weird thing about quantum physics. It makes sense, intuitively. You start trying to measure particles and you get REALLY weird results. But, even that isn't is complicated as people make it out to be. The problem is people try to imagine particles as little balls of matter, and they are not that at all.

    • @JonathanCGroberg
      @JonathanCGroberg 5 років тому +3

      Amazing talk, even better comment

  • @MostlyIC
    @MostlyIC 3 роки тому +4

    AHHA, finally a good explanation of quantum computing. After having found lots of good descriptions of quantum mechanics (bra-ket notation, hermitian matrices, etc, etc, etc) that left me wondering about computing, this video is great. Many thanks to the presenter.

  • @MeriaDuck
    @MeriaDuck 4 роки тому +8

    This is the best explantation / introduction of QC I've seen, and indeed very well targeted at computer scientists. Thanks for that.

  • @christiangodin5147
    @christiangodin5147 4 роки тому +4

    Thank you for your mathematical approach of e,g, the difficult phenomenon of "coordination" of Qbits. Our language limitations only reflect the fact that we do not really understand quantum physics. It works, but we don't know why it works. Mathematics only define a model.

  • @pleasedie1979
    @pleasedie1979 6 років тому +10

    This was the explanation I've been looking for. Excellent presentation! Only change, that another viewer has mentioned, would be to show the slides while discussing them. Had to constantly listen to the explanation and then go back to the slide to review. Thanks for the presentation!

  • @JordanService
    @JordanService 5 років тому +7

    @30:30 "Its nice to know that if you use complex numbers our diagram is a shpere" HOLY SHIZZZ. dude that really blew my mind.

    • @samsonblack
      @samsonblack 3 роки тому

      A 3-dimensional sphere (unit vectors in 4D): www.wikiwand.com/en/Special_unitary_group#/Diffeomorphism_with_S3

  • @ShahidNihal
    @ShahidNihal 5 років тому +16

    I hope to watch a video on shor's algorithm by this guy! This is the best video I've seen so far!

    • @americancitizen748
      @americancitizen748 2 роки тому

      Shor's algorithm can (in theory) find prime factors of very large integers. If we ever have a reliable quantum computer with MANY qubits we will be able to break military grade encryption in a fairly short amount of time. That is currently impossible using classic computers.

  • @thomashiller7189
    @thomashiller7189 4 роки тому +2

    The RIGHT APPROACH!!! Congratulations!
    The most helpful, effective and fast tutorial on Q-computing I've ever read.

  • @JanekBogucki
    @JanekBogucki 2 роки тому +2

    This is the best quantum computing video I've found so far by a country mile. Fantastic presenter!

  • @trilocicero4062
    @trilocicero4062 4 роки тому +5

    The lecture has been accessible but not oversimplified, great work!

  • @anteconfig5391
    @anteconfig5391 6 років тому +44

    It's times like these I wish I knew more. It always takes me 2 time longer than the actual video length to watch informative videos like these.
    I don't know what he's drinking but it makes me want some fruit punch.

    • @hidroman1993
      @hidroman1993 6 років тому +6

      Hey it's quantum computing, not the Kardashians' ;)

    • @anteconfig5391
      @anteconfig5391 6 років тому +3

      lol. I couldn't watch them for more than 5 minutes. Watching them is like watching monkeys argue about which shape fits in what hole. It's irritating.

    • @hidroman1993
      @hidroman1993 6 років тому +3

      Instead we are trying to understand quantum physics, isn't that a lot to be proud of???? 😍

    • @josephbush5832
      @josephbush5832 5 років тому +2

      Don't worry man, I've been studying Physics since high school for about 6 years now and specifically studying quantum computing for about 4 weeks and I feel that that's barely good enough to watch the video and understand it all without stopping. Furthermore none of those guys in the lecture seemed to get it.

    • @deluxeassortment
      @deluxeassortment 5 років тому +1

      Imagine you have to make a decision. You can either do x, or you can do y. Then, 5 minutes later, you must also do either x or y. And so on, for an arbitrary amount of time. You won't know the factors that affect each decision until you reach each decision. But if you write each decision on to a paper, you can predict many possible paths, x-y-x-x-y-x-y-y-y etc. The superposition is the sum of all those paths. You cannot possibly know which path you will take, same for the the next person and the next person after that. But you can predict the probability you'll each end up in certain places.

  • @jvcmarc
    @jvcmarc 6 років тому +32

    Loved seeing a quantum computing explanation that wasn't afraid to get into the mathmatics
    Every other explanation I had seen so far barely talked about how this could mathmatically work, all they said was "well, is both 1 and 0 at the same time"
    But actually understanding the complex tensor representation really helped
    However, I kind of got curious as to how the qbit could work in complex states
    I believe I should start my studies in computer science next year, since it's my last year at high school, so I believe I am going to be one of the pioneers of actually puting this new technology to use in my carrer, really excited

    • @josephpareti9156
      @josephpareti9156 2 роки тому

      yes, matrix manipulation definitely helps understanding. The Deutsch Oracle case gives an idea on quantum advantage, but there are other factors including which algorithms can really benefit and how long will it take to deploy them in production. Yet I see VW , Airbus and CERN are serious about QC.

  • @weepingwallflower8017
    @weepingwallflower8017 3 роки тому +1

    the feeling this guy gives you is just phenomenal, such a great explanation and such amazing classroom charisma.

  • @baconinvader
    @baconinvader 3 роки тому +1

    finally. I've watched and read so many things that just talk about the fact that superposition is a thing without actually going in to what it means for computation

  • @franks.6547
    @franks.6547 5 років тому +13

    As to the input/output confusion at 36:24
    The words i/o refer to the names of two variables: i is *used* to store the input data, o is *used* to retrieve the result. The apostrophe ' indicates the state before or after applying the gate BB.
    This is different from the one qbit gate, where there was no variable name for the one qbit, and i/o described the state like the apostrophe ' in the second example.

    • @YouLilalas
      @YouLilalas 4 роки тому

      Yes, it really makes sense if you put it that way. I think he explained this naming convention poorly.

    • @rfyl
      @rfyl 2 роки тому

      Another way to put it: "Input" and "Output" are merely the *names* of the *lines* -- "Input" is named after what it is used for *before* the computation, and "Output" is named after what it is used for *after* the computation.

  • @ameyag9718
    @ameyag9718 6 років тому +12

    Great slides and great talk! Andrew needs to create a follow up presentation that goes deeper. Maybe explain a few more quantum operators, gates, algorithms. etc. Some discussion about various physical implementations of qubits (including topological QC) would also be helpful.

  • @ilkoderez601
    @ilkoderez601 4 роки тому +8

    This is one of the best introductions to quantum computing that I've seen. Other teachers should use this presentation as a template to expand on. Thanks to whoever that guy is, he's a good (nifty) instructor!

  • @alikhodajani6075
    @alikhodajani6075 2 роки тому

    He is the fastest speaking lecturer I've ever listened to !

  • @AmericanFreedom911
    @AmericanFreedom911 3 роки тому +1

    Gotta give this kid credit for his effort at explaining the unexplainable. Good job!

  • @paulorasantos
    @paulorasantos 5 років тому +8

    What a great video, thank you so much for that! It is also very good to see that someone so young may be so knowleadgeable about a high technology subject.

  • @Kakerate2
    @Kakerate2 2 роки тому +7

    slides
    1:21 why learn
    4:33 learning objectives
    7:37 he got me here lol, started saying 2bit ops lol
    10:48 tensor products of values (missed a slide oops)
    ...
    24:30 Hadamard Gate
    33:11 Deutsch Oracle
    52:00 Tricky bit on Tensor Products

    • @Necro-s
      @Necro-s 7 місяців тому

      I'm still struggling to understamd the thing with the Deutch oracle. Yes we got one input of 2 qbits, but the samecould be done with a classical. If we simply send a 1 and a 0 at the same time all will be clear. However, if we only send one at a time, why did the algorhythm shown in the video has 2?

  • @eldarmusayev7653
    @eldarmusayev7653 4 роки тому +14

    Good stuff, wish he'd covered more than 50/50 probabilities. Would love to see more from this lecturer

  • @MuhammadAli-hu5rz
    @MuhammadAli-hu5rz 2 роки тому +2

    This guy teaches everything a lot better than instructors in my university. Love you man, you saved my semester.

  • @verified_tinker1818
    @verified_tinker1818 3 роки тому +2

    Awesome video! And watching all these older people, who're probably smarter and more educated than me, asking the same questions I do goes a long way toward not making me feel stupid.

  • @TheGesox
    @TheGesox 6 років тому +22

    I never thought i would say this in my entire life but Thank you microsoft for this vid

    • @Guest-gy9vp
      @Guest-gy9vp 5 років тому +1

      I agree with you.
      It' the guy. he is honest and likes to share what he knows which is the opposite of what Microsoft does.
      Hopefully, he doesn't work there for a while otherwise he will learn their culture and he will start to explain stuff as what Microsoft did in the Microsoft helicopter joke!

  • @ZhanCaitao
    @ZhanCaitao 3 роки тому +3

    Very very good tutorial (I am a computer science Ph.D. candidate). One interesting piece of information, the instructor of this video left Microsoft.

    • @AndrewHelwer
      @AndrewHelwer 3 роки тому

      Correct! Decided to try the independent contractor life.

  • @funkyraccoonster3209
    @funkyraccoonster3209 3 роки тому +57

    I fell asleep and found myself here, i don’t think I need to know this, I’m an animator wtf

    • @badblood18
      @badblood18 3 роки тому +1

      The beauty is that you can learn it and apply it to your field

    • @omidazadi9694
      @omidazadi9694 3 роки тому

      learn it tho its super fun

    • @americancitizen748
      @americancitizen748 2 роки тому

      I bet quantum computers could speed up computer animation?

  • @abeke5523
    @abeke5523 4 роки тому

    This is literally the best video on quantum mechanics, how could 275 people dislike it?

  • @Zakru
    @Zakru 3 роки тому +1

    Finally an explanation without the metaphors. I was so confused by all the garbage videos that ended up conveying no information to me, but now everything makes so much sense.

  • @abdoumenouer7762
    @abdoumenouer7762 4 роки тому +190

    This presentation was pretty nifty!

    • @muranki1293
      @muranki1293 4 роки тому +13

      pretty neat... ooookay

    • @Brosylen
      @Brosylen 3 роки тому

      @Doido do Minescraft First, what is a "floop" to you ?

  • @jimlbeaver
    @jimlbeaver 6 років тому +24

    Best explanation I’ve seen so far. Nice job

  • @ChristopherWeiss
    @ChristopherWeiss 5 років тому +19

    This is excellent! This is exactly what I was looking for to gain a basic understanding.

    • @sherryalfiebestprotraderik8949
      @sherryalfiebestprotraderik8949 3 роки тому

      Hello there's this trader you should know she's an expert in trading she as made me wealthy, Ever since i started following her strategy & techniques things as be going well for me, Contact via Gmail @hauserjolietradingoptions and thank me later..

    • @sherryalfiebestprotraderik8949
      @sherryalfiebestprotraderik8949 3 роки тому

      She's available on Whats app:
      + 1. 2. 5. 3. 5. 5. 9. 0. 6. 8. 8. ..

  • @Cyba_IT
    @Cyba_IT 2 роки тому

    I thought he was presenting to an auditorium full of people and when the camera showed the audience there's like 10 people there in a small room! Pretty cool that nearly 1.5 million ppl have seen the vid and nearly 2k comments so there is definitely interest. Very well presented by this young guy.

  • @sweemok4995
    @sweemok4995 3 роки тому +2

    Its nice to see a technical presentation on QC with real content that one can learn from.

  • @nullifier_
    @nullifier_ 6 років тому +9

    As far as I understand the phenomenon of entanglement collapse is only about the actual knowledge of the states.
    I guess a better picture to simplify the would be a + b = 1, with a and b being natural numbers. The time you set (measure) the value of one of them you automatically *know* the value of the other and that's why it's not possible to send information through them without entangling the variables again.
    Thank you for the excellent presentation and please correct me if I'm equivocated.
    1:01:42 Ok. So he basically explained here that this is in fact not what happens at all.

    • @BillyViBritannia
      @BillyViBritannia 4 роки тому +1

      that example (as almost all) fails to explain the essence though which is that the numbers a and b were not predetermined until you looked at them. It's not like some third person wrote 'a' on one paper and 'b' on the other and gave it to 2 different people to look at when far apart.
      It's more like I'll give you 'a' then you flip a coin and decide what to write on it and the other person will get what's needed to satisfy the equation. And the confusion comes from the part where you try to figure out how the other person knew what you flipped.Or the other person's 'b' paper rather.

    • @redjr242
      @redjr242 4 роки тому +1

      That's called the local hidden variable hypothesis. It was disproven in 1972 by showing that some entangled quantum systems can violate bell inequalities which must be satisfied for local hidden variable models. So it must be that entangled quantum systems can have superluminal causal influence (nonlocal) or that they are fundamentally undetermined until measurement (no hidden variables).

  • @WilliamBarksdale
    @WilliamBarksdale 4 роки тому +17

    32:22 - "Imagine I show up on your doorstep and I give you a package, its just a black box that has a function on one bit, what a horrible present" 😂

  • @itanbar
    @itanbar 4 роки тому +10

    Still one of the best explanations out there, well done!!

    • @sherryalfiebestprotraderik8949
      @sherryalfiebestprotraderik8949 3 роки тому

      Hello there's this trader you should know she's an expert in trading she as made me wealthy, Ever since i started following her strategy & techniques things as be going well for me, Contact via Gmail @hauserjolietradingoptions and thank me later..

    • @sherryalfiebestprotraderik8949
      @sherryalfiebestprotraderik8949 3 роки тому

      She's available on Whats app:
      + 1. 2. 5. 3. 5. 5. 9. 0. 6. 8. 8. ..

  • @RameshSubrahmanyam
    @RameshSubrahmanyam 2 роки тому

    This is a very clear introduction to the topic. I think a useful way to describe the hack for non-reversible functions is as follows: one can't build a "block" using quantum mechanical circuitry that implements a non-reversible function f. But, one can implement a block that takes two input qubits, O and I, and produces two output qubits O' and I' with the following property: if supplied a zero for O and some input x on I, it will output f(x) on O'. One can use this building block in a larger circuit, ignore O and I', and get the effect of a block that computes f.

  • @wholesome122
    @wholesome122 3 роки тому +1

    Take a shot every time he takes a sip. Helps understanding by 5000%

  • @Seanonyoutube
    @Seanonyoutube 3 роки тому +15

    UA-cam, your algorithm has spoken; I shall now become a computer scientist.

  • @maxurbas2358
    @maxurbas2358 5 років тому +4

    If you made this into a series that would be amazing!

  • @paulmarsh9544
    @paulmarsh9544 4 роки тому +191

    For a young guy he sure knows a lot, He must've been studying quantum mechanics in kindergarten

    • @mmd1080
      @mmd1080 4 роки тому +197

      He was and he wasn't

    • @5ithofnov159
      @5ithofnov159 4 роки тому +12

      @@mmd1080 oof

    • @brandonberisford
      @brandonberisford 4 роки тому +39

      This stuff is fairly basic tbh. You learn way more than this in an undergraduate Quantum course.

    • @5ithofnov159
      @5ithofnov159 4 роки тому +6

      @@brandonberisford stfu

    • @bobthebuilder5493
      @bobthebuilder5493 4 роки тому +23

      @@5ithofnov159 you good?

  • @javiera.arroyo-figueroa2074
    @javiera.arroyo-figueroa2074 3 роки тому

    This by far the *best* introductory course on quantum computing! If this guy teaches at a college or university, he should be getting very high marks.

  • @noeotorten6517
    @noeotorten6517 2 роки тому

    Hands down, the clearest explanation of quantum computing there is.

  • @bartosik321
    @bartosik321 4 роки тому +72

    7:43 this is so funny to me for some reason, i thought he was talking to a room full of people

    • @zzzzzzmc
      @zzzzzzmc 4 роки тому +32

      he is but the room is in superposition

    • @bartosik321
      @bartosik321 4 роки тому +4

      @@zzzzzzmc whoa

    • @davidrojas4687
      @davidrojas4687 3 роки тому +2

      It will be when it's near and theres a business opportunity

  • @astcal
    @astcal 6 років тому +24

    excellent presentation! I thought it would be quite terse and boring, but turns out fairly easy to follow and very interesting.

  • @baanchiau
    @baanchiau 4 роки тому +6

    Just like me during my presentation, I tired to be funny but no body laughing. Keep it up

  • @tideview1
    @tideview1 3 роки тому +1

    Another math element that may help some in accepting the weirdness of quantum physics is the introduction of negative probability, itself a concept hard to grasp, but a valid approach to mathematically describing intermediate states that a quantum system may realize on its way to the final state as detected by a measurement.

  • @mrpengywinz123
    @mrpengywinz123 3 роки тому +1

    40:00 The confusion here is that there are two qbits, one named 'input' and one named 'output', but these two are both passed into the quantum black box to be operated on. The 'input' qbit is left unscathed after the black box, but it is the 'output' qbit which is rewritten with the value of [the possibly nonreversible function f : applied to whatever the value of our 'input' bit is]

  • @carlswhitmore
    @carlswhitmore 5 років тому +6

    Great intro to quantum computing. I finally understand WHAT IT IS!. The really distracting part is his drinking from an empty can!

    • @iljasmoltsak8726
      @iljasmoltsak8726 5 років тому +1

      i know right. started great but then became a bit insecure. good talk i agree

    • @gjenkins1976
      @gjenkins1976 3 роки тому

      The can is in superposition and is both empty and full at the same time that’s why

  • @AndrewHelwer
    @AndrewHelwer 6 років тому +6

    Slides: speakerdeck.com/ahelwer/quantum-computing-for-computer-scientists
    Recommended textbook: www.amazon.com/Quantum-Computing-Computer-Scientists-Yanofsky/dp/0521879965/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1205489283&sr=8-1
    Errata:
    1) Early in the presentation, I said the gate quantum computation model and quantum annealing might be equivalent. This is incorrect on several levels; you can read more here: cstheory.stackexchange.com/questions/17703/quantum-annealing-vs-adiabatic-quantum-computation
    2) I claimed that all quantum operators are their own inverses; while this is true of all operators in the presentation, it is not true in general.

    • @jishanali3714
      @jishanali3714 2 місяці тому

      Thank You Sir, it was very helpful❤️

  • @wmd5645
    @wmd5645 6 років тому +506

    The can is empty yet he keeps drinking.

    • @wmd5645
      @wmd5645 5 років тому +3

      If it was a snake it would have bit me!

    • @figfox2425
      @figfox2425 5 років тому +11

      There is a dealive cat inside.

    • @jenna8204
      @jenna8204 5 років тому +10

      m.ua-cam.com/video/ramTL-k5Vpk/v-deo.html

    • @matthijshebly
      @matthijshebly 5 років тому +18

      It's both half-full and half-empty at the same time!

    • @matthijshebly
      @matthijshebly 5 років тому +57

      I once drank too much from a half-full, half-empty beer can, felt like I was in a superposition, became entangled for a while, then collapsed...

  • @pradyumansinghshekhawat7364
    @pradyumansinghshekhawat7364 7 місяців тому

    Perfect Video start learning quantum computing, the actual math behind it, rather than fancy statements. Well Done!

  • @jayjunior607
    @jayjunior607 3 роки тому +1

    Thank you UA-cam for recommending this. Been trying to understand this whole QC thing the past month...

  • @Holobrine
    @Holobrine 5 років тому +5

    41:00 He should have just labeled the real input as input and the used output as output. The incoming 0 and outgoing the input don’t need labels.

  • @crunchyduck
    @crunchyduck 3 роки тому +4

    The lecturer is cute. He seems to genuinely enjoy teaching and it makes me enjoy learning.

  • @guestuser3664
    @guestuser3664 5 років тому +7

    He's so young, yet so adult at explaining and reasoning. Wow.

  • @thegreatdream8427
    @thegreatdream8427 3 роки тому +2

    Pretty nifty indeed!
    What I'm suspecting is that qubits can be thought of as unit quaternions, which for me at least, makes it a lot more intuitive to think about them. But maybe for most people it wouldn't be! But if they're points on a 3-sphere, that sort of makes it make sense to me that you might have opposite "poles" of a sphere - the two different half and half superpositions - which project to the same ultimate value but are different - it's just phase again, like polarization.

  • @alexanderquilty5705
    @alexanderquilty5705 2 роки тому +1

    This is what I want. I swear by it that quantum computing is the future.

  • @benromero3566
    @benromero3566 5 років тому +7

    Watching this on valentine's day. Freaked me out for a moment:D

  • @TheBilly
    @TheBilly 2 роки тому +3

    Even Microsoft can't get a competent cameraman? Point. At. The. Slide. Not. His. Face.

  • @andrewkim1174
    @andrewkim1174 3 роки тому

    I tried to read so many articles to get an intuition about how QC works, but it seems it just never rings the bell. I honestly think the best part in this vid for me is when he said "shut up and do the math". Really over the years I've been reminded again and again how "trying to understand it intuitively" is nothing if not backed up by concrete and hard working math/calculations.

  • @jjgerald7877
    @jjgerald7877 4 роки тому

    It's my mother's (Josefina Ramizo Tamayo) and other Ramizos, the quantum computing technologies of Microsoft. We developed the quantum technologies of IBM, Microsoft, Google etc. in the 1970s to the 80s, essentially pioneering quantum computing. This video presentation is based on her intro theory on quantum computing, we made these presentation slides probably in the 1980s in Masbate, Masbate, Philippines.
    The Jores-Tamayos pioneered Microsoft technologies too, perhaps unknown to many.

  • @LeonardPauli
    @LeonardPauli 5 років тому +13

    At 39:00: "Why q-function needs output q-bit as input?"
    type Qbit = {value: boolean}; type QuantumFunction = (input: Qbit, output: Qbit)=> void;
    The function doesn't return anything, so it takes an "output" argument/"pointer" which it can modify (using the input).
    Such a modification might also be affected of the "output" initial value, which is why it is supposed to be initialized to 0.
    eg. "NotOperation = (input, output)=> input? output: !output", is only a NOT-function if the output is initialized to 0.
    Helpful metaphor?

    • @AndrewHelwer
      @AndrewHelwer 5 років тому +7

      Yes, that is a great metaphor! I wish I had thought of using an "out variable" when I created this presentation.

  • @funnygeeks8126
    @funnygeeks8126 5 років тому +8

    43:24 I think the output input thing could be more easily understood by C programmers, since we have the concept of returning through parameters.

    • @anteconfig5391
      @anteconfig5391 4 роки тому +4

      I think they were just having problem understanding because he didn't clearly state that the outputs and inputs were physical qbits

  • @christophermoutoulas3369
    @christophermoutoulas3369 4 роки тому +12

    this kid is actually very funny without knowing it, as well as an excellent lecturer

    • @FirexHive
      @FirexHive 3 роки тому +3

      yea the kid effectively communicating quantum computing doesn't know when hes being funny

    • @kafirmohallida8486
      @kafirmohallida8486 2 роки тому

      It's Microsoft 😂

  • @peteintania
    @peteintania 2 роки тому +2

    This video is, by far, the clearest explanation that I have been searching on UA-cam. Thank you very much!

  • @dataintensive4199
    @dataintensive4199 4 роки тому +2

    Great Video! I have looked at various articles and videos online which described pieces (generally confusing) of the quantum computing puzzle. This brought it all together and I now feel I have a solid basis to go further.

  • @sreeprakashneelakantan5051
    @sreeprakashneelakantan5051 4 роки тому +3

    At last there is someone who can tell us what really can be done, the Hello World! Thanks

  • @jagk4459
    @jagk4459 4 роки тому +4

    Thank you for this amazingly dense, informative and casual presentation! I enjoyed it! =D