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.
@CerberusHD9 ай бұрын
And you misspelled the name like everywhere, I got confused, because you pronounced it differently, so I looked it up too xD
@shilohshahan20469 ай бұрын
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"
@dtriplett038 ай бұрын
You're forgiven ,😅❤
@thedirector695 ай бұрын
i noticed too that
@AnthonyDionisio-uv6rz5 ай бұрын
Awesome content. Big ups ↑↑ all the best.
@esra_erimez9 ай бұрын
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-ox6fg9 ай бұрын
Lol😂
@evanfunny9 ай бұрын
I called quantum IT support and complained my computer isn’t working. But then when I looked at it again, it was fixed! :D
@lighteningnewspodcast9 ай бұрын
They said in thieir parallel world, it seems working just fine
@ChinchillaBONK9 ай бұрын
"I tried, but it was neither here nor there."
@ricopunojr.41379 ай бұрын
I’m disabled…
@tongpoo89859 ай бұрын
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-Lab9 ай бұрын
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.
@niclash9 ай бұрын
@@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-Lab9 ай бұрын
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.
@caderlocke88699 ай бұрын
There's definitely an audience for videos like these. Fingers crossed you get the viewership your videos deserve!
@Lukas-Lab9 ай бұрын
Thanks! I hope you’re right:)🤞
@gekkkoincroe9 ай бұрын
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 🦀
@toxicsadrap38768 ай бұрын
Been watching a lot of these to understand larger thought problems and warp drives
@matheuscortelettidelfino58528 ай бұрын
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.
@Neuroszima10 күн бұрын
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_Bug9 ай бұрын
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-Lab9 ай бұрын
Wow, thanks! That’s great to hear :)
@jyotsnasahoo76279 ай бұрын
Same hear bro, I was looking for this. But, idk what to do with this knowledge. Whatever, the more you know
@RobloxPrompt9 ай бұрын
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.
@IRONFINGERZ998 ай бұрын
@@RobloxPrompt No Zeroes?
@Jim-tv2tk7 ай бұрын
This is the first time I actually understood the advantage. Great explanation. Thanks
@oliya_b2 ай бұрын
Gosh, using principles like superposition and entanglement to make a computer?! 😮 That's insanely elegant! What beautiful engineering! Thank you for the explanation!
@halomaster31559 ай бұрын
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
@vader5678 ай бұрын
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
@izz52237 ай бұрын
1 month keep going
@shamanthrs12846 ай бұрын
initially cs is very difficult to learn, but with time it becomes easy, so don't give up at initial stages
@jaanvirathore18506 ай бұрын
How's going?
@user-76v21z6 ай бұрын
@@shamanthrs1284are there rly ppl this is easy for?
@FilipeNNo5 ай бұрын
2 month, he learned first page of 5000 from chapter 1 of 100 from book 1 of 10
@ben.alldridge9 ай бұрын
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-Lab9 ай бұрын
Thanks so much, this really means a lot!!
@Ram.R77 ай бұрын
understand only 20% , 80% gone over on my head Thanks for your effort
@ronaldossai73325 ай бұрын
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-Lab5 ай бұрын
Thanks for the comment man, things like this is why I love to make videos :)
@Redjard-9 ай бұрын
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-Lab9 ай бұрын
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Ай бұрын
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
@phamthohongduong9 ай бұрын
very concise, knowledgable, thank you
@MagicGonads9 ай бұрын
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-Lab9 ай бұрын
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.
@wrathofainz9 ай бұрын
He's right, I barely understood all you said and I feel bored.
@pear-zq1uj2 ай бұрын
Bro you're just flexing at this point 😂
@dakotaward97679 ай бұрын
Wonderful presentation with great information. I hope your channel grows, you deserve it!
@Lukas-Lab9 ай бұрын
Thank you! That means a lot :)
@MagicGonads9 ай бұрын
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-Lab9 ай бұрын
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.
@SaltyRad9 ай бұрын
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.
@aminepas47199 ай бұрын
To do quatum computing i choose EE and moderne physics or CS and Moderne physics
@JJTradess9 ай бұрын
I learn a couple basic programming languages an now it has me watching videos like these 😂 … Incredible video btw keep it up !
@Lukas-Lab9 ай бұрын
Awesome! Thanks for tuning in!
@pedrodardengomesquita48529 сағат бұрын
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.
@jayantjindal47309 ай бұрын
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
@khatharrmalkavian33069 ай бұрын
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Ай бұрын
Shrödingers cat has been quiet when this tech dropped.
@dailyquran7198 ай бұрын
One (1) is when electricity flows. Zero (0) when electricity breaks. So micro processor works to manipulates the electricity flows
@Rasil19 ай бұрын
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-Lab9 ай бұрын
Thanks for the support, I put a lot of work into these videos so I really appreciate it :)
@Synflood-dot-txt6 ай бұрын
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-mn6re9 ай бұрын
I'm a nerd collector,I collect nerdy KZbin channels! Subscribed!
@SpringySpring045 ай бұрын
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-Lab5 ай бұрын
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.
@SpringySpring045 ай бұрын
@Lukas-Lab oh cool! Its just nice to see some appreciation for that legendary individual. Respect to you bro
@daveanandmannie1429 ай бұрын
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
@ThePulsar145 ай бұрын
That's one of my favorite explanation of QC in very nice slides and animation. Well done! 👍🏼
@nceevij6 ай бұрын
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
@kiaruna9 ай бұрын
i love this kind of content, keep up the great work !!
@CrusaderSan9 ай бұрын
You're a great teacher. Thank you!
@fluesque9 ай бұрын
The fundamental explanations and 3Blue1Brown animations are so smooth!
@Lukas-Lab9 ай бұрын
Thanks!!
@Malthael1349 ай бұрын
Subbed! Incredible quality. I feel strong 3Blue1Brown vibes, which is a big compliment imo.
@Lukas-Lab9 ай бұрын
Thanks so much! I’ve taken a lot of inspiration from his videos and style.
@brendanwomer4738 ай бұрын
@@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
@tedn68558 ай бұрын
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.
@Cozc476 ай бұрын
Listening to a wizard explain spell casting in Chinese would make more sense
@do0ranfrump2606 ай бұрын
It isn't that difficult. We use to code without compiler back in the day...
@Cozc476 ай бұрын
@@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
@mannb10233 ай бұрын
@@Cozc47life is exciting, imagine 200 years from now
@nang889 ай бұрын
He's actually too good.
@Lukas-Lab9 ай бұрын
Thanks for the support :)
@xtobias29429 ай бұрын
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
@abdulbasitbello23819 ай бұрын
I'm glad you made this video. I don't completely understand everything 😅but I'll definitely come back
@outthinkersubliminalfacts9 ай бұрын
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_6 ай бұрын
Well explained! Man, gotta admit you're such a great storyteller at such hard topic 👍
@Lukas-Lab6 ай бұрын
Thanks! I really appreciate that
@Willyzzy9 ай бұрын
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-Lab9 ай бұрын
Actually that’s probably a good point - I like this description better.
@Willyzzy9 ай бұрын
@@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!
@Boiabba9 ай бұрын
Dude thank you so much, this is the exact thing I wanted to know for months :)
@Lukas-Lab9 ай бұрын
Glad it helped!!
@researchforumonline9 ай бұрын
Thanks, you made this understanable to some extent, which is very difficult to do.
@Lukas-Lab9 ай бұрын
Great! I’m glad :)
@grantwiersum7394Ай бұрын
This is the video! This is how a quantum computer works.
@EvenOddQuest9 ай бұрын
I like your video and content quality. may you achieve higher than expected!
@integraldx79589 ай бұрын
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_Xebek8 ай бұрын
I understand everything i am gonna change this industry
@vinn.52155 ай бұрын
Famous last words brody. Don't say it too loud.
@teddytheraccoon21288 ай бұрын
The more I learn the more I realize I don’t know anything. Good video 👍
@Z3r0_d4yz6 ай бұрын
The good side of YT
@mbici69698 ай бұрын
This video is absolutely brilliant!
@presi30059 ай бұрын
Cannot wait for quantum JavaScript to become a thing, quantum async just sound like a ton of *fun*
@carmacarmody9 ай бұрын
Excellent video, looking forward to the next one.
@gingeral2539 ай бұрын
Interesting. I can’t wait for the next video.
@coledelong4279 ай бұрын
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-Lab9 ай бұрын
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.
@zemm90034 күн бұрын
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.
@nov33169 ай бұрын
interesting video and animation. i hope you achieve great heights with your gift of teaching efficiently.
@Lukas-Lab9 ай бұрын
Thanks!!
@monoki87089 ай бұрын
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-Lab9 ай бұрын
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.
@maxcrevecoeur9 ай бұрын
Bro! This the first time someone made sense out of “what is quantum computing?”!!!
@Stasakusok9 ай бұрын
00:07 nice soldering lol
@CraigMiddleton-c1g9 ай бұрын
Great addition to a great collection
@Lukas-Lab9 ай бұрын
Thanks!
@adoniasosorio74693 ай бұрын
Remarkable explanation! Thank you!.
@jackbotman9 ай бұрын
Ah yes, magic
@dcode10007 ай бұрын
more quantum computing code videos please
@Lukas-Lab7 ай бұрын
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.
@monm7755 ай бұрын
Ive watched it and did not understand anything, but I saved it for watching later hoping I will understand it when I rewatch it!
@carladamekblad43059 ай бұрын
Dang! These videos are fantastic! Keep up the great work! It’ll pay off in the long run as this technology takes off!
@niko_hand58912 сағат бұрын
I can tell you’re taking a lot of inspiration from 3Blue1Brown and I love it 🤣
@NithishVS6669 ай бұрын
Nice to see Sebastian Lague’s footages here
@Lukas-Lab9 ай бұрын
He does a great job! I loved that video so I asked him if I could use it :)
@NithishVS6669 ай бұрын
@@Lukas-Labyou both do a great job. I would risk anything for your collab
@Lukas-Lab9 ай бұрын
Haha maybe some day :)
@viCuber8 ай бұрын
I came here to learn some coding and against boredom. Now I know Quantum Mechanics.
@RXtop56 ай бұрын
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-Lab6 ай бұрын
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”
@raffazaver2 ай бұрын
0:20 relatable
@mjowta9 ай бұрын
Thank for this luka what a great explanation just subscribed now
@Nintern5 ай бұрын
Genuinely amazing video
@Lukas-Lab5 ай бұрын
Thanks!
@RealValkor9 ай бұрын
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 :)
@gustavoortizvasquez64429 ай бұрын
Nice video. Keep up with this channel pls! Good content.
@Lukas-Lab9 ай бұрын
Thanks!
@tarno_bejo_9 ай бұрын
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.
@ALIGHTFORTHEWORLD9 ай бұрын
Great video mate
@Lukas-Lab9 ай бұрын
Thanks!
@dilipdas57779 ай бұрын
Now make a video about how compiler actually works
@ray-charc31315 ай бұрын
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
@jackpaxton93919 ай бұрын
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
@apfelll9 ай бұрын
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 👍🏻
@shadowigor15359 ай бұрын
Amazing video 👍
@samueltell54236 ай бұрын
Awesome video dude! You explained it very concrete so it was easy to understand. I wonder if its really that simple tho.
@Lukas-Lab6 ай бұрын
Check the next video, I coded it up and you can follow along and see for yourself :)
@danha31079 ай бұрын
super well explained!!!
@1139hawaiianpizza5 ай бұрын
Now I want to learn how to code more
@ash73246 ай бұрын
All of my coding is quantum, it’s all in a super position of working and absolutely broken simultaneously.
@AdvantestInc7 ай бұрын
Great explanation, Lucas! How might quantum programming evolve as quantum hardware becomes more accessible?
@Lukas-Lab7 ай бұрын
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.
@stevenvargas68639 ай бұрын
Great video!
@scorber239 ай бұрын
Hi, quick question, what do you know about the Quantum Internet/Quantum Intelligence? Thank you
@Lukas-Lab9 ай бұрын
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?
@nosidenoside24589 ай бұрын
"sufficiently advanced technology is indistinguishable from magic" -someone idk i forgot These are wizard computers, i swear
@markpalmer19517 ай бұрын
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 .
@jaderlouis93819 ай бұрын
wow, just wow, loved the video!
@Lukas-Lab9 ай бұрын
Thanks!
@LightVibrationPresenseKindness9 ай бұрын
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-Lab9 ай бұрын
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
@frostychris899 ай бұрын
Can't wait to see this programmed out :D
@paramitasinha62667 ай бұрын
My nerd brain exploded 🤯
@Synflood-dot-txt6 ай бұрын
@user-cg3sl8zu5cit's not that serious bro jfc
@toenytv79468 ай бұрын
What a great way to explain entanglement. What does that even mean?
@nceevij5 ай бұрын
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-Lab5 ай бұрын
This is a great suggestion! Absolutely I’ll do that.
@nceevij5 ай бұрын
@@Lukas-Lab Thanks bud
@fluffyspark7989 ай бұрын
I am so confused but good video none the less!
@DacicMC5679 ай бұрын
Love the video, keep it up man, you are great!
@Lukas-Lab9 ай бұрын
Thanks! I appreciate it
@dumbtex61079 ай бұрын
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 !