How To Code A Quantum Computer

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

КОМЕНТАРІ •

  • @Lukas-Lab
    @Lukas-Lab  9 місяців тому +115

    So upon watching this back with fresh eyes a few days later, I realized I made a couple of mistakes in the Deutsch algorithm portion of the video. In the next part where I code up the full algorithm these parts are correct. I got mixed up reading my old notes.
    1) I said f operates on two qubits (a,b). f actually only operates on one bit, and we have two cases f(0) and f(1), this was confusion from the quantum part, where our oracle (quantum implementation of f) needs to take two bits in order to be reversible. That said, the function that oracle represents is only a function on one bit. If this is confusing I will explain it better in the next video.
    2) The Deutsch algorithm classically would take (2) calls of f, not 3. The quantum case being 1 operation of f is correct still.
    Sorry for the mistakes, like I said these will be corrected in the next video where I code up the full algorithm.

    • @CerberusHD
      @CerberusHD 9 місяців тому +5

      And you misspelled the name like everywhere, I got confused, because you pronounced it differently, so I looked it up too xD

    • @shilohshahan2046
      @shilohshahan2046 9 місяців тому +1

      Instead of a list of bits/bytes, try a superimposed number wheel/magic square. Kinda like wheel of fortune. But each number has its own wheel. The "number" is defined by the difference in positioning of spin, #2 starts "spinning" .10 seconds after #1. Kinda of like a substitution cipher. The code is gibberish without a unique custom "key"/"perspective"

    • @dtriplett03
      @dtriplett03 8 місяців тому +1

      You're forgiven ,😅❤

    • @thedirector69
      @thedirector69 5 місяців тому +2

      i noticed too that

    • @AnthonyDionisio-uv6rz
      @AnthonyDionisio-uv6rz 5 місяців тому

      Awesome content. Big ups ↑↑ all the best.

  • @esra_erimez
    @esra_erimez 9 місяців тому +3574

    i called quantum IT support and complained that my quantum computer wasn't working. They said, "Have you tried turning it off and on at the same time?"

    • @NTSA-ox6fg
      @NTSA-ox6fg 9 місяців тому +94

      Lol😂

    • @evanfunny
      @evanfunny 9 місяців тому +198

      I called quantum IT support and complained my computer isn’t working. But then when I looked at it again, it was fixed! :D

    • @lighteningnewspodcast
      @lighteningnewspodcast 9 місяців тому +44

      They said in thieir parallel world, it seems working just fine

    • @ChinchillaBONK
      @ChinchillaBONK 9 місяців тому +40

      "I tried, but it was neither here nor there."

    • @ricopunojr.4137
      @ricopunojr.4137 9 місяців тому +7

      I’m disabled…

  • @tongpoo8985
    @tongpoo8985 9 місяців тому +395

    I'd be lying if I said I understood it fully. But this is definitely the video I'd rewatch many times to try and understand it.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +35

      I’m glad to hear it! This kinda stuff is hard for everyone - definitely took me multiple passes before I understood what was going on.

    • @niclash
      @niclash 9 місяців тому +13

      @@Lukas-LabI must disagree with @tongpoo8985, that I didn't understand one qubit of it. But I picked up a "vibe" from the 1970s/1980s, when Bubble Memories were going to change the world, the storage space and what not. A lot of money and research went into it, things "worked" but never scaled to be actually useful, and within 10-15 years the technology had mostly been forgotten. I get the exact same vibe about quantum computing... Maybe I am just a Luddite, but I seriously doubt that the scaling challenges will be solved, and instead something different will accelerate past it.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +17

      Honestly that’s totally fair. It’s hard to say whether quantum computing will end up changing the world.
      The important thing is that it has the capability to, which is why I research it. I wouldn’t work on it if I didn’t think it had potential. But it’s totally possible that it doesn’t reach commercialization.

  • @caderlocke8869
    @caderlocke8869 9 місяців тому +456

    There's definitely an audience for videos like these. Fingers crossed you get the viewership your videos deserve!

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +14

      Thanks! I hope you’re right:)🤞

    • @gekkkoincroe
      @gekkkoincroe 9 місяців тому +4

      I am actually sick of watching 🦀 ,
      This video is little breeze of fresh air , just a little ,
      Because I already knew about it beforehand
      QC content is amongst the most of abused content
      Followed by Einstein 's all 🦀

    • @toxicsadrap3876
      @toxicsadrap3876 8 місяців тому +2

      Been watching a lot of these to understand larger thought problems and warp drives

  • @matheuscortelettidelfino5852
    @matheuscortelettidelfino5852 8 місяців тому +12

    This video is brilliant. He explains the right concepts, in the right order. It's very rare to find an explanation that doesn't digress into irrelevant concepts. This video shows exactly how simple the idea is and how, in a way, it is not necessary to know quantum mechanics in depth.

    • @Neuroszima
      @Neuroszima 10 днів тому

      It is simple only for grovers algorithm.
      Shor's you won't get without math knowledge. Other algorithms too.
      Not to mention implementing algorithm from math paper alone

  • @The_Study_Bug
    @The_Study_Bug 9 місяців тому +154

    I've watched thousands of vids on quantum computing and this one was the only one that taught me quantum computing beyond the basics, so I learned a lot from this video. Thank you for the amazing video!

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +6

      Wow, thanks! That’s great to hear :)

    • @jyotsnasahoo7627
      @jyotsnasahoo7627 9 місяців тому +3

      Same hear bro, I was looking for this.
      But, idk what to do with this knowledge.
      Whatever, the more you know

    • @RobloxPrompt
      @RobloxPrompt 9 місяців тому +1

      Well this is kinda interesting I made something that is basically an input counter that uses binary but the memory storage is structured as pascals pyramid which basically means that I have the input of 1 and 2 already which is 4 basic 2 bit adders that is basically just 2 t flip-flops and an xor as well as an and gate but hooked up in a way so that each input goes into each and the outputs don't interact with each-other and then I basically hook it up to a bunch of and's in which there is already 4 2's but you need extra for the horizontals Which would be for the extra 2's. then you do the higher numbers like 3 and 4 all the way until you get to 8 with a whole bunch of and gates which would be for memory because basically you have all the previous 1's and you would have to hard-wire them to each and gate individually. Well in the game i'm in basically and then you would use or gates to have each form of 2 inputs by a 2x2x2 cube of t flip-flops basically encoded as 2 for all of them. Which then you would use xor gates in which you would input the or gates into as an input which would capture all the numbers then use the xor gates from the highest row of each number to cancel out the lower numbers. So basically its an adder that has memory in the form of and gates and the input interface is a 2x2x2 cube of t flip flops. And if you're wondering where pascals pyramid is in reference for this memory based adder. Well its in the inputs of and's for every single combination of the 2x2x2 cube in which each and is a different value. And if you're wondering about the game. Well its called circuit maker 2 on Roblox of course. and the xor gates are to find every input of odd 1's basically the signals that are on but if it find's an odd number of signals that are on then it outputs a 1 and if it finds an even number of 1's it outputs a 0 basically turning off. And for the and gates you basically have all the inputs set to 1 and so if a certain combination of inputs are set to 1 you can basically hook up those inputs into an and value and then you have a certain pathway for that bit of memory which is how I made my adder work. It's very simple actually and I think it's something that would be a bit difficult to do precisely because it would be tedious to set all the wires and ect. Also anything with a n like a nand gate or a nor gate is basically the opposite of the other gates. Also the sequence because I hooked it up to xor gates made it have significantly less memory that I have to use primarily because it cut all the 8 one values by half making it so that I can have the values of 1,4,10,16,19,16,10,4,1 instead of 8,20,32,38,32,20,8. and then if you want to expand it you basically have the same adder module and then double it and then you wire them together with a bunch of and's and then use a bunch of or's and xors afterwards to make something that would add base 10 integers that would be for every combination of 1 and 8. Which then would be 1,1. 1,2. 1,3. 1,4. 1,5. 1,6. 1,7. 1,8. 2,2. 2,3. 2,4. 2,5. 2,6. 2,7. 2,8. 3,3. 3,4. 3,5. 3,6. 3,7. 3,8. 4,4. 4,5. 4,6. 4,7. 4,8. 5,5. 5,6. 5,7. 5,8. 6,6. 6,7. 6,8. 7,7. 7,8. 8,8. Which each and value would be of storage for the on's of those specific numbers.

    • @IRONFINGERZ99
      @IRONFINGERZ99 8 місяців тому

      ​@@RobloxPrompt No Zeroes?

  • @Jim-tv2tk
    @Jim-tv2tk 7 місяців тому +3

    This is the first time I actually understood the advantage. Great explanation. Thanks

  • @oliya_b
    @oliya_b 2 місяці тому +2

    Gosh, using principles like superposition and entanglement to make a computer?! 😮
    That's insanely elegant! What beautiful engineering! Thank you for the explanation!

  • @halomaster3155
    @halomaster3155 9 місяців тому +31

    im new and only 1 min into your vid, but i rly have to appreciate the little summary at the beginning! its so cool to get an idea of the content of the vid

  • @vader567
    @vader567 8 місяців тому +70

    first time watching it. understood nothing. started studying CS. I will be back once I understand it and edit this comment no matter how long it would take me

    • @izz5223
      @izz5223 7 місяців тому +5

      1 month keep going

    • @shamanthrs1284
      @shamanthrs1284 6 місяців тому +6

      initially cs is very difficult to learn, but with time it becomes easy, so don't give up at initial stages

    • @jaanvirathore1850
      @jaanvirathore1850 6 місяців тому

      How's going?

    • @user-76v21z
      @user-76v21z 6 місяців тому

      @@shamanthrs1284are there rly ppl this is easy for?

    • @FilipeNNo
      @FilipeNNo 5 місяців тому +2

      2 month, he learned first page of 5000 from chapter 1 of 100 from book 1 of 10

  • @ben.alldridge
    @ben.alldridge 9 місяців тому +26

    This is easily one of the best references I've encountered on this topic. Your style is so damn enjoyable, and I'm sure 3B1B would be stoked to see Manim used so deftly. Look forward to seeing more on the topic, this is an easy instant subscribe.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +5

      Thanks so much, this really means a lot!!

  • @Ram.R7
    @Ram.R7 7 місяців тому +32

    understand only 20% ,
    80% gone over on my head
    Thanks for your effort

  • @ronaldossai7332
    @ronaldossai7332 5 місяців тому +3

    Leaving this comment to say a very genuine thank you as your videos have provided significant aid in my final year dissertation as a Comp Sci and AI student studying in England. Please I'm sure everyone would love to keep seeing videos from you in the future.

    • @Lukas-Lab
      @Lukas-Lab  5 місяців тому +1

      Thanks for the comment man, things like this is why I love to make videos :)

  • @Redjard-
    @Redjard- 9 місяців тому +33

    At 17:24 you show the full state, but without distinguishing the states of qbit 0 and 1. Of course there is no commutativity, but I think it might have been clearer to show what belongs to what, with a subscript id or a color, that is also added to the qbits in the graphic above. IDs seem useful since they show up in actual use, like qiskit. Could even be both ID and color.
    This would then help to follow states of qbit 0 and 1 throughout the equations shown next, adding a lot of intuition for those unfamiliar with braket notation.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +11

      Yeah, you’re probably right here. I thought it would be clear that the first qubit is the one initialized to 0 and the second is the one initialized to 1, but I should’ve explicitly stated that. Thanks for pointing that out - I’ll make sure to keep better track of that in the next video.

  • @febrisgamer
    @febrisgamer Місяць тому +1

    Thanks Brother, I was Having Problem to complete my own quantum computer and after watching this video, I coded and UnCoded my Computer at the same Time Now it's working Flawlessely

  • @phamthohongduong
    @phamthohongduong 9 місяців тому +3

    very concise, knowledgable, thank you

  • @MagicGonads
    @MagicGonads 9 місяців тому +6

    I think the interpretation as matrices is super important, not something to be glossed over (eventually), because as you said it ties into every operation being invertible, and it shows us explicitly how the entanglement works and how it can be resolved without necessarily having to collapse the superposition, as well as giving us neat formulas for the composition of gates via diagonalisation over a finite field (also maybe we should also get into how to express states using the tensor product and vectorisation).

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +2

      I totally agree, problem is this is a channel for a more general audience. While I’d like to go deeper into the linear algebra I want to keep the videos approachable so that more people can understand. At the end of the day my goal is more to get people interested than to get people to know exactly how to reproduce the algorithm, there are great instructional videos I can link if people want to learn that as well.

    • @wrathofainz
      @wrathofainz 9 місяців тому

      He's right, I barely understood all you said and I feel bored.

    • @pear-zq1uj
      @pear-zq1uj 2 місяці тому

      Bro you're just flexing at this point 😂

  • @dakotaward9767
    @dakotaward9767 9 місяців тому +7

    Wonderful presentation with great information. I hope your channel grows, you deserve it!

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +1

      Thank you! That means a lot :)

  • @MagicGonads
    @MagicGonads 9 місяців тому +10

    It's good to keep in mind that each gate has different risks involved, like different classical gates having different CPU cycles, error thresholds, or temperature loads on different architectures and actual hardware. But these costs are very emphasised in quantum computing because of how sensitive the system is to external interference and the specific conditions the system has to be held under to remain stable, and with how overloaded each component is due to the low number of qubits. So I would think that it's unwise to use highly abstract languages to generate the gates themselves since the specific deployment of the gates matters a lot for actually using the quantum computer.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +1

      Yep this is all true - it’s just that if I were to cover all of this in a video intended for a general audience the video would be way too long and detailed. This is all information I would include in a detailed course lecture for example.

  • @SaltyRad
    @SaltyRad 9 місяців тому +4

    subbed within the first few minutes of the video. I could already tell you make a good teacher. I took Electrical engineering in college so I really appreciate this video from an engineering view.

    • @aminepas4719
      @aminepas4719 9 місяців тому

      To do quatum computing i choose EE and moderne physics or CS and Moderne physics

  • @JJTradess
    @JJTradess 9 місяців тому +4

    I learn a couple basic programming languages an now it has me watching videos like these 😂 … Incredible video btw keep it up !

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +2

      Awesome! Thanks for tuning in!

  • @pedrodardengomesquita4852
    @pedrodardengomesquita4852 8 годин тому

    To be more precise, the states in superposition are always related to energy, but in different systems different physical quantities contribute to that energy. As you have said it can be spin, angular momentum, regular momentum, chemical bonds, position, relative position of the system, or even all of those at the same time, if they contribute to energy they will generate different states that can be superimposed. Just stating that since energy doesn’t sit at the place as the physical quantities you named, there is no superposition if you are not talking about energy. The Schrödinger equation is a equation for energy in the system.

  • @jayantjindal4730
    @jayantjindal4730 9 місяців тому +2

    I don't even know how normal computers work in yhe first place but this is a genuinely interesting topic and I'd love to know more about it and one thing is for sure i will definitely be re-watching this video many times thanku for this content

    • @khatharrmalkavian3306
      @khatharrmalkavian3306 9 місяців тому

      If you'd like to learn about how classical computing works check out Ben Eater. He starts by explaining how semiconductors work and then works his way up through logic gates and microcode and eventually has a working computer built up one piece at a time.
      If you want to learn more about quantum mechanics, well... PBS has some good science content, and you can find some of Feynman's lectures as well. It's a difficult subject to come to grips with, though.
      If you'd like to learn more about quantum computing, this video may actually be the best thing you can find without spending money, at least for the time being. There's an old video on the Microsoft Research channel called "Quantum Computing for Computer Scientists", but it mostly just covers the same material in-depth without the visuals and assumes that the viewer was already familiar with the material a bit. It sounds like Lukas has a second video, though, so that would go beyond what the MS video covers.

  • @brandrex6618
    @brandrex6618 Місяць тому +3

    Shrödingers cat has been quiet when this tech dropped.

  • @dailyquran719
    @dailyquran719 8 місяців тому +1

    One (1) is when electricity flows.
    Zero (0) when electricity breaks.
    So micro processor works to manipulates the electricity flows

  • @Rasil1
    @Rasil1 9 місяців тому +12

    This video is very nicely put together appreciate you spreading your knowledge and once it gets recommended to other people just like it did to me you will find an huge audience 😁

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +2

      Thanks for the support, I put a lot of work into these videos so I really appreciate it :)

    • @Synflood-dot-txt
      @Synflood-dot-txt 6 місяців тому

      Agreed dude wonderful job, if you were testing the waters here keep going because you explain it well and are a great teacher, great video(s) subscribed​@@Lukas-Lab

  • @mrrobot-mn6re
    @mrrobot-mn6re 9 місяців тому +3

    I'm a nerd collector,I collect nerdy UA-cam channels! Subscribed!

  • @SpringySpring04
    @SpringySpring04 5 місяців тому +1

    Hey, that's Sebastian Lague's digital logic circuit simulator at 3:37! Love that guy's work. I noticed you didn't mention him in the video

    • @Lukas-Lab
      @Lukas-Lab  5 місяців тому +1

      Hey - yeah I’m a huge fan of his work too. I emailed him and checked to see whether it was alright whether I used a short clip. The clips are in the description I forgot to link the videos though - so I should add those.

    • @SpringySpring04
      @SpringySpring04 5 місяців тому +1

      @Lukas-Lab oh cool! Its just nice to see some appreciation for that legendary individual. Respect to you bro

  • @daveanandmannie142
    @daveanandmannie142 9 місяців тому +1

    idk how i stumbled on this channel but im glad i did. very clear and concise ( well as much as you can given the subject 😅) cant wait see whats in store for the future

  • @ThePulsar14
    @ThePulsar14 5 місяців тому

    That's one of my favorite explanation of QC in very nice slides and animation. Well done! 👍🏼

  • @nceevij
    @nceevij 6 місяців тому +1

    Luka You earned a subscriber today. I appreciate your hard work and research went in. Found someone like minded and catching up with future in present. You are AOT

  • @kiaruna
    @kiaruna 9 місяців тому +3

    i love this kind of content, keep up the great work !!

  • @CrusaderSan
    @CrusaderSan 9 місяців тому +3

    You're a great teacher. Thank you!

  • @fluesque
    @fluesque 9 місяців тому +1

    The fundamental explanations and 3Blue1Brown animations are so smooth!

  • @Malthael134
    @Malthael134 9 місяців тому +4

    Subbed! Incredible quality. I feel strong 3Blue1Brown vibes, which is a big compliment imo.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +1

      Thanks so much! I’ve taken a lot of inspiration from his videos and style.

    • @brendanwomer473
      @brendanwomer473 8 місяців тому

      @@Lukas-Labhe’s not joking lol I genuinely thought this was done by a huge stem channel like 3blue1brown. I also don’t leave comments, but felt like you should hear it

  • @tedn6855
    @tedn6855 8 місяців тому

    This is the best series on this subject and i hope one day i will understand this topic. What we have been introduced to is two basic concepts that make quantumn computers unique. 1. Superposition so why is this good? If i could superimpose useful information maybe but if i dont know the state isnt that a disadvantage? The second concept is entaglement is this useful so i can observe a result? Or can we entangle particles diferent ways? For example can we entangle one qubit the match another and another to be opposite to test combinations? These are some basic questions that i have about these machines.

  • @Cozc47
    @Cozc47 6 місяців тому +3

    Listening to a wizard explain spell casting in Chinese would make more sense

    • @do0ranfrump260
      @do0ranfrump260 6 місяців тому

      It isn't that difficult. We use to code without compiler back in the day...

    • @Cozc47
      @Cozc47 6 місяців тому +1

      @@do0ranfrump260 it's just the absurdity. Not even a 100 years ago, a single lifetime, we were pulling shit around with horses and you'd be burned as a witch or at least institutionalized for spouting ideas that are entirely integral to every day life now. It's enough to make me disassociate and feel like there's no way it's real. Look into how the lithography machines actually make chips. Shooting a laser into a metal droplet 50k times in like a second in order to make a specific plasma that makes a specific light wave frequency to etch specially crafted silicone disks. The complexity of things is getting to the point where it hurts my sense of reality to try and comprehend

    • @mannb1023
      @mannb1023 3 місяці тому

      ​@@Cozc47life is exciting, imagine 200 years from now

  • @nang88
    @nang88 9 місяців тому +1

    He's actually too good.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      Thanks for the support :)

  • @xtobias2942
    @xtobias2942 9 місяців тому +1

    I am a native german so I didn’t understood all of it, but this made me really interested in quantum computing. Sadly there’s no german university that has quantum computing

  • @abdulbasitbello2381
    @abdulbasitbello2381 9 місяців тому +1

    I'm glad you made this video. I don't completely understand everything 😅but I'll definitely come back

  • @outthinkersubliminalfacts
    @outthinkersubliminalfacts 9 місяців тому +4

    good job Lukas Lab. A Compiler in a classical computer like in C language generates "static binary". Alternatively, an interpreter like in Java, Python etc generates "dynamic binary".

  • @amirmb_
    @amirmb_ 6 місяців тому +1

    Well explained! Man, gotta admit you're such a great storyteller at such hard topic 👍

    • @Lukas-Lab
      @Lukas-Lab  6 місяців тому

      Thanks! I really appreciate that

  • @Willyzzy
    @Willyzzy 9 місяців тому +1

    Great intro video! Though I'd challenge the notion that circuit building languages are "machine code" for quantum computers. I think that would be the pulse program controlling the physical qubit, which the circuits are a higher level abstraction of. That might not be within the scope of what you were going for in this series though haha

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      Actually that’s probably a good point - I like this description better.

    • @Willyzzy
      @Willyzzy 9 місяців тому +1

      @@Lukas-Lab Thanks for the response! Eh, I feel like it's fine to call circuit notation "machine code" most of the time, once you move to like measurement based quantum computers though, that notation just kind of fails to be a real primitive. Definitely fine for an intro video, I'm just being unnecessarily picky. Either way, I love to see people spreading the word about quantum computers, I really appreciate you making this series!

  • @Boiabba
    @Boiabba 9 місяців тому +2

    Dude thank you so much, this is the exact thing I wanted to know for months :)

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      Glad it helped!!

  • @researchforumonline
    @researchforumonline 9 місяців тому +1

    Thanks, you made this understanable to some extent, which is very difficult to do.

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      Great! I’m glad :)

  • @grantwiersum7394
    @grantwiersum7394 Місяць тому +1

    This is the video! This is how a quantum computer works.

  • @EvenOddQuest
    @EvenOddQuest 9 місяців тому +1

    I like your video and content quality. may you achieve higher than expected!

  • @integraldx7958
    @integraldx7958 9 місяців тому +2

    Great video!
    There is a typo: the algorithm is called Deutsch algorithm, not Detusch.
    Ok, I should read all comments before posting, someone already mentioned it 🙂

  • @Rocks_D_Xebek
    @Rocks_D_Xebek 8 місяців тому +2

    I understand everything i am gonna change this industry

    • @vinn.5215
      @vinn.5215 5 місяців тому

      Famous last words brody. Don't say it too loud.

  • @teddytheraccoon2128
    @teddytheraccoon2128 8 місяців тому

    The more I learn the more I realize I don’t know anything. Good video 👍

  • @Z3r0_d4yz
    @Z3r0_d4yz 6 місяців тому +3

    The good side of YT

  • @mbici6969
    @mbici6969 8 місяців тому +1

    This video is absolutely brilliant!

  • @presi3005
    @presi3005 9 місяців тому +1

    Cannot wait for quantum JavaScript to become a thing, quantum async just sound like a ton of *fun*

  • @carmacarmody
    @carmacarmody 9 місяців тому +1

    Excellent video, looking forward to the next one.

  • @gingeral253
    @gingeral253 9 місяців тому +1

    Interesting. I can’t wait for the next video.

  • @coledelong427
    @coledelong427 9 місяців тому +1

    Awesome video! It was great to hear you talk about neutral atom qubits and rydburg interactions as this is exactly what my lab does. More on the physics would be great

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      That’s awesome! Yeah - I’ll probably do deeper dives into each type of qubit later on, although I don’t have any immediate plans for that.

    • @zemm9003
      @zemm9003 4 дні тому

      The problem of focusing on a particular implementation is that it's pretty useless down the road. What I mean is that what you are doing today will likely not exist in 50 years because it was replaced with something better (this is because all current known technologies are super bad and will not be part of a real quantum computer down the road). The underlying theoretical mathematical constructions though will persist because they are sound and work well. Notice that the TM still exists today. However all "computers" of the early 1940s had already been fully replaced only 20 years later by completely different technologies.

  • @nov3316
    @nov3316 9 місяців тому +1

    interesting video and animation. i hope you achieve great heights with your gift of teaching efficiently.

  • @monoki8708
    @monoki8708 9 місяців тому +1

    The production and thoroughness of this video and its explanation is phenomenal! Unfortunate that the views don't reflect that. In my opinion, the thumbnail of this video needs to be updated and improved with a more catchy title. I feel as though the actual content of the video, especially the first 13 minutes, don't immediately reflect the title, so changing the title shouldn't be an issue. This video gives heavy 3Blue1Brown vibes. I'd suggest to make a thumbnail and title inspired from that style.
    Great work!

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      Thanks for the tips! I appreciate it :)
      Honestly, this is one of my best performing videos by far - so I’m really happy with the view count lol. That said, I’ll look into optimizing titles and thumbnails, its hard to say whether the 3b1b style thumbnails would work for my content, but I may give it a shot.

  • @maxcrevecoeur
    @maxcrevecoeur 9 місяців тому

    Bro! This the first time someone made sense out of “what is quantum computing?”!!!

  • @Stasakusok
    @Stasakusok 9 місяців тому +3

    00:07 nice soldering lol

  • @CraigMiddleton-c1g
    @CraigMiddleton-c1g 9 місяців тому +2

    Great addition to a great collection

  • @adoniasosorio7469
    @adoniasosorio7469 3 місяці тому +1

    Remarkable explanation! Thank you!.

  • @jackbotman
    @jackbotman 9 місяців тому +6

    Ah yes, magic

  • @dcode1000
    @dcode1000 7 місяців тому +2

    more quantum computing code videos please

    • @Lukas-Lab
      @Lukas-Lab  7 місяців тому +1

      Will do! The next vid will be a more detailed walk through coding this up. Then after that I’ll probably do a video on shors algorithm.

  • @monm775
    @monm775 5 місяців тому

    Ive watched it and did not understand anything, but I saved it for watching later hoping I will understand it when I rewatch it!

  • @carladamekblad4305
    @carladamekblad4305 9 місяців тому

    Dang! These videos are fantastic! Keep up the great work! It’ll pay off in the long run as this technology takes off!

  • @niko_hand589
    @niko_hand589 10 годин тому

    I can tell you’re taking a lot of inspiration from 3Blue1Brown and I love it 🤣

  • @NithishVS666
    @NithishVS666 9 місяців тому +2

    Nice to see Sebastian Lague’s footages here

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +1

      He does a great job! I loved that video so I asked him if I could use it :)

    • @NithishVS666
      @NithishVS666 9 місяців тому +1

      @@Lukas-Labyou both do a great job. I would risk anything for your collab

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +1

      Haha maybe some day :)

  • @viCuber
    @viCuber 8 місяців тому

    I came here to learn some coding and against boredom. Now I know Quantum Mechanics.

  • @RXtop5
    @RXtop5 6 місяців тому

    This video was truly helpful and amazing to watch but there's one thing I didn't quite get where is the second part I believe you haven't made it right and if yes when do you think it will be ready because I am very excited

    • @Lukas-Lab
      @Lukas-Lab  6 місяців тому

      Parts 2 and 3 are up on the channel, they’re in a playlist together. Second video is called “I coded a real quantum computer”

  • @raffazaver
    @raffazaver 2 місяці тому +3

    0:20 relatable

  • @mjowta
    @mjowta 9 місяців тому +1

    Thank for this luka what a great explanation just subscribed now

  • @Nintern
    @Nintern 5 місяців тому +1

    Genuinely amazing video

  • @RealValkor
    @RealValkor 9 місяців тому

    I am a computer engineering student and my biggest dream is to work on a quantum computer, I've been studying mathematics thorougly and I'll make my best to get around the concept :)

  • @gustavoortizvasquez6442
    @gustavoortizvasquez6442 9 місяців тому +1

    Nice video. Keep up with this channel pls! Good content.

  • @tarno_bejo_
    @tarno_bejo_ 9 місяців тому +1

    Perhaps, the better to understand explanation would be, if you used micro controller programing example.
    Like, how square root calculation progress works in digital computer vs quantum computer.

  • @ALIGHTFORTHEWORLD
    @ALIGHTFORTHEWORLD 9 місяців тому +1

    Great video mate

  • @dilipdas5777
    @dilipdas5777 9 місяців тому +2

    Now make a video about how compiler actually works

  • @ray-charc3131
    @ray-charc3131 5 місяців тому

    After viewing this video, i will no longer read this type of topic about quantum computer, but i will continue to do traditional low? low? level programming

  • @jackpaxton9391
    @jackpaxton9391 9 місяців тому

    I've just accepted that this is just one of those things that ill never understand..
    Nobody or nothing will even give me the slighest hint as to what a quantum computer is and why its cool and different

  • @apfelll
    @apfelll 9 місяців тому +1

    Haven't seen anyone mention it but as I'm from Deutschland I just wanna mention it's the "Deutsch" algorithm. You pronounced it right but spelled it wrong :) Anyway great video 👍🏻

  • @shadowigor1535
    @shadowigor1535 9 місяців тому +1

    Amazing video 👍

  • @samueltell5423
    @samueltell5423 6 місяців тому

    Awesome video dude! You explained it very concrete so it was easy to understand. I wonder if its really that simple tho.

    • @Lukas-Lab
      @Lukas-Lab  6 місяців тому +1

      Check the next video, I coded it up and you can follow along and see for yourself :)

  • @danha3107
    @danha3107 9 місяців тому +1

    super well explained!!!

  • @1139hawaiianpizza
    @1139hawaiianpizza 5 місяців тому

    Now I want to learn how to code more

  • @ash7324
    @ash7324 6 місяців тому

    All of my coding is quantum, it’s all in a super position of working and absolutely broken simultaneously.

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

    Great explanation, Lucas! How might quantum programming evolve as quantum hardware becomes more accessible?

    • @Lukas-Lab
      @Lukas-Lab  7 місяців тому

      As the hardware becomes more accessible there will likely be more stuff written on top of things like qiskit and other libraries, so it’ll probably be more accessible to people who don’t know QC in depth. At some point it may be completely disguised, so that all you have to do is remote into a QC but never actually write quantum code yourself, just using libraries that have been implemented and results from the cloud. Not sure how it evolves past there - but seems plausible if things progress at the rate everyone hopes they will.

  • @stevenvargas6863
    @stevenvargas6863 9 місяців тому +1

    Great video!

  • @scorber23
    @scorber23 9 місяців тому +2

    Hi, quick question, what do you know about the Quantum Internet/Quantum Intelligence? Thank you

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      Quantum internet is still in its infancy, I know a bit about it and I’ll probably make a video on it in the future.
      What do you mean by quantum intelligence? Do you mean using quantum computers for AI/ML?

  • @nosidenoside2458
    @nosidenoside2458 9 місяців тому +1

    "sufficiently advanced technology is indistinguishable from magic" -someone idk i forgot
    These are wizard computers, i swear

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

    I like that term “toy problem” since I’m an civil engineer and I feel all im my college text books and in every class were toy problems .

  • @jaderlouis9381
    @jaderlouis9381 9 місяців тому +1

    wow, just wow, loved the video!

  • @LightVibrationPresenseKindness
    @LightVibrationPresenseKindness 9 місяців тому +1

    hey! would you recommend some literature on this topic? quantum computing, also what do you think about neural networks in QC? do you have any suggestion reads that eventually would make this topic comprehended?

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому +1

      It depends on the level you’re looking for. Nielsen and Chuang is a great textbook on the topic, there’s also a lot of good review papers that go over things in more depth. If you join my discord server I am compiling a list of different sources over there in a Google doc that I’ve shared

  • @frostychris89
    @frostychris89 9 місяців тому

    Can't wait to see this programmed out :D

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

    My nerd brain exploded 🤯

    • @Synflood-dot-txt
      @Synflood-dot-txt 6 місяців тому

      ​@user-cg3sl8zu5cit's not that serious bro jfc

  • @toenytv7946
    @toenytv7946 8 місяців тому

    What a great way to explain entanglement. What does that even mean?

  • @nceevij
    @nceevij 5 місяців тому

    Luka i again revisited your videos , one thing that I am struggling is to understand the maths notations that you explained . Its going above my head. Could you made some videos teaching maths in easy language to understand. Also if you could share some resources to learn the same so it becomes easy to understand your videos.

    • @Lukas-Lab
      @Lukas-Lab  5 місяців тому +1

      This is a great suggestion! Absolutely I’ll do that.

    • @nceevij
      @nceevij 5 місяців тому

      @@Lukas-Lab Thanks bud

  • @fluffyspark798
    @fluffyspark798 9 місяців тому

    I am so confused but good video none the less!

  • @DacicMC567
    @DacicMC567 9 місяців тому +1

    Love the video, keep it up man, you are great!

    • @Lukas-Lab
      @Lukas-Lab  9 місяців тому

      Thanks! I appreciate it

  • @dumbtex6107
    @dumbtex6107 9 місяців тому

    This hurts my brain but I wanna understand! Being a front runner like the early adopters of c and python is gonna be a huge advantage !