How to Install Qiskit | Coding with Qiskit 1.x | Programming on Quantum Computers

  Рет қаралды 69,272

Qiskit

Qiskit

Күн бұрын

Пікірлер
@adaircampos4240
@adaircampos4240 9 ай бұрын
This is the first Qiskit installation tutorial that didn't give me any problem at all. Thanks a lot for the material, it's really helpful.
@MyCodingDiary
@MyCodingDiary 9 ай бұрын
You have such a knack for explaining things clearly. Awesome job!
@shuaibhamzap3487
@shuaibhamzap3487 6 ай бұрын
For those who are installing qiskit in windows, here's a tip for you. If you install normally as this video shows, it might not work. Specifically saying, the Jupyter will not identify the qiskit and thus will throw an error. Instead do all the things, which include creating a new environment and all the installations in the Anaconda powershell. The reason I found is that the terminal inside the vscode in my computer wasn't on the base and didn't change to cwq (new environment) after activating it. So I assume everything is installed on my computer rather than the new environment I created. So do check it before installing, after which you can use the vscode and jupyter notebook to import qiskit. It worked for me. Thank you.
@dandeliony491
@dandeliony491 6 ай бұрын
Indeed, the tutorial in this video is not working for windows. I had to add anaconda path to my system environment variables, then write those command in Command Prompt, then do the same on Anaconda Prompt. After that I can import qiskit in VSCode.
@mauriciodesouza934
@mauriciodesouza934 5 ай бұрын
Could you explain with more details? im trying to install in my windows pc and its not working at all, i need some help please
@mauriciodesouza934
@mauriciodesouza934 5 ай бұрын
@@dandeliony491 How exactly you did that? im having the same problem
@aqsayaarchupkrjao
@aqsayaarchupkrjao 5 ай бұрын
Can you explain more I'm trying to install this but it is not working ,I created a virtual environment not as this is shown in this video because I can't do same in VScode
@mrgledjan3091
@mrgledjan3091 5 ай бұрын
do what @shuaibhamzap3487 says and also turn off your VPN it worked for me
@MyCodingDiary
@MyCodingDiary 9 ай бұрын
I can't believe I didn't find your channel sooner. Subscribed!
@edbertkwesi4931
@edbertkwesi4931 6 ай бұрын
Abe left a lasting impression on my mind when it comes to Qiskit tutorials , but i love the style and ease of your demonstration
@cnotta
@cnotta 7 ай бұрын
I could not follow the instructions in this Episode 2 video AT ALL for windows. I was completely lost. Thankfully there were some written instructions that allowed me to get qiskit installed, and a glimmer of a jyputer notebook to appear. I was really expecting to follow this video as it was stated it was for beginners. Be warned, this is NOT a beginner friendly video. You will have to stitch a bunch of items together for yourself, especially if you are using a windows machine.
@omarmujahid1816
@omarmujahid1816 9 ай бұрын
Hello! thanks for the video
@makkisaud1972
@makkisaud1972 9 ай бұрын
🤣🤣🤣🤣🤣🤣🤣🤣😂😂😂😂😂
@joeyweil9403
@joeyweil9403 4 ай бұрын
For anyone having trouble on windows with activating your environment in the terminal (It should recognize "qiskit" when you type "import qiskit" into the new file as per the video, and if it doesnt regonize qiskit then nothing was installed to your new environment), You must launch windows powershell and run "set-executionpolicy unrestricted". Then when you activate the environment you created it will actually show up in the terminal line like it does in the video. took me two hours to figure this out so i hope this helps someone
@milo.v.358
@milo.v.358 3 ай бұрын
I successfully installed Qiskit on my Mac! Thank you for this tutorial, it has been extremely helpful!!
@qiskit
@qiskit 3 ай бұрын
step one: completed.
@milo.v.358
@milo.v.358 3 ай бұрын
@@qiskit Yes! Next steps: quantum simulations!
@LukasSmith827
@LukasSmith827 9 ай бұрын
very nice! please I hope there's some coverage on fully local simulators during this series 🙏
@DerekWangIBM
@DerekWangIBM 9 ай бұрын
We'll do a small example with local simulators through Primitives next episode, but we'll be focusing on running on real quantum computers.
@birincimammadzada
@birincimammadzada 9 ай бұрын
thank you! “please hire me as an intern at IBM” :)
@4NDr3W_f
@4NDr3W_f 6 ай бұрын
I'm so grateful for any guide that doesn't have random errors, like this one! Question: How can I run my code with qiskit without accessing the quantum hardware? Let's say for debugging etc. Alternatively, how can I turn off the runtime? I;m guessing that after this setup, anything that is run onto this environment will count from the 10 min limit? Edit: I figured it out. If you add a fake backend it runs as a simulation so everything's fine.
@quantum_parody
@quantum_parody 9 ай бұрын
i was almost stuck thanks to AI but again you succintly brewed nice installation setup ive loved this!
@Aarizkhan-u2i
@Aarizkhan-u2i 7 ай бұрын
i also got stuck but ai helped me
@Aarizkhan-u2i
@Aarizkhan-u2i 7 ай бұрын
nice video! I am really excited to get started!
@OleksiiSylichenko
@OleksiiSylichenko 2 ай бұрын
For Windows, call commands one by one: conda create --name cwq conda activate cwq conda install python=3.12 conda install pip pip install qiskit pip install -U qiskit-aer pip install matplotlib pip install qiskit_ibm_runtime pip install pylatexenc It is important to specify Python version 12 because, as of today (2024-11-26), the automatically installed version 13 causes an error during the installation of qiskit_aer.
@ribamar7
@ribamar7 9 ай бұрын
Great installation tutorial! Thanks! Question I have is regarding certification. I was studying for the "IBM Certified Associate Developer - Quantum Computation using Qiskit v0.2X". Now that qiskit 1.0 is released, should we expect a new certification to be available soon?
@qiskit
@qiskit 9 ай бұрын
yes! it's on its way and is coming very soon.
@nosferatu5500
@nosferatu5500 9 ай бұрын
I cant execute QiskitRuntimeService.save_account........, it says AccountAlreadyExistsError
@Abhigyan103
@Abhigyan103 9 ай бұрын
It only needs to be run once, after that, you can just remove that code
@mohitdhanik-n7p
@mohitdhanik-n7p 9 ай бұрын
while running line 3 ......it says "cannot import name 'ValidationInfo' from 'pydantic' ..pls help🙏
@jordisanzmoros7534
@jordisanzmoros7534 9 ай бұрын
Same error here :(
@riwazudas2532
@riwazudas2532 7 ай бұрын
did u fix it?
@georgeliu3028
@georgeliu3028 5 ай бұрын
Thanks for the great content!
@tonysu8286
@tonysu8286 Ай бұрын
Why does the IBM restricted some countries? I cannot use the api because its geo restricted?
@maker._
@maker._ 9 ай бұрын
Qiskit 1.0 installed 👏
@mtheorylaboratory
@mtheorylaboratory 5 ай бұрын
wow i can't believe this worked! with a bit of adapting to windows/anaconda.. legit 127 qubits xD
@鎃淼鑫
@鎃淼鑫 9 ай бұрын
Thanks for your teaching! But I can not import qiskit_ibm_runtime,and it says that No module name''qiskit_ibm_runtime' although I have installed the package successfully!what is the reason?
@DerekWangIBM
@DerekWangIBM 8 ай бұрын
Make sure you've installed qiskit_ibm_runtime into the environment you're executing your Python code in. Make sure to follow the instructions from the video closely--start an environment, `conda install pip`, pip to install packages within that environment, and then use that environment in your Jupyter notebook (after restarting your Python environment kernel in your Jupyter notebook).
@RajIndia31415
@RajIndia31415 9 ай бұрын
Great! I had my first Quantum program up and running.
@RHH-ur1vm
@RHH-ur1vm Ай бұрын
You selected Intel graphics card text with your cursor, which is not the same as the processor. But ... only intel chips have intel graphics card.
@natureloverJ
@natureloverJ 3 ай бұрын
How students or learners create IBM Id / Account, if they don't have business email rather they have only google or yahoo email.
@afrobeats.trivia
@afrobeats.trivia 8 күн бұрын
You can use any email address to create your IBM id and you'd received a code to link/use your account
@HussainShaik-hl9cu
@HussainShaik-hl9cu 4 ай бұрын
why my python environment is not shown in jupyter notebook ?
@vijayasekaranm2123
@vijayasekaranm2123 3 ай бұрын
Ok, right from the beginning, i've been trying to run simple scripts but I often am running into incompatible version error. if this trend continues, we concentrate only on figuring out versions rather to concentrate on the actual script. how to lay out a plan for this? I am a rookie, please advise me accordingly.
@ExistenceUniversity
@ExistenceUniversity 8 ай бұрын
Why didn't you follow the instructions on the website!! So frustrating!!
@MasterinSPDF
@MasterinSPDF Ай бұрын
Hello sir I do not have enough money to pay for qiskit_ibm_runtime . Then what should I have to do 😢
@qiskit
@qiskit Ай бұрын
qiskit is free...
@mrinaljauhari1217
@mrinaljauhari1217 6 ай бұрын
I am unable to follow qiskitruntimeservice part getting syntax error while using the token.
@Hopegood7031
@Hopegood7031 2 ай бұрын
Hi qiskit, I want you to know that I can not access to my IBMd cloud, I have this account since 2023 and I used to get badgets in your challenges with it, but I dont know what the problem with it now, please guide me
@asasdodesconto.official
@asasdodesconto.official 2 ай бұрын
It would be great if there was an online platform without the need to install any software.
@vikash5892
@vikash5892 2 ай бұрын
Can we acess this with the student ID card
@Hexx-Avalon
@Hexx-Avalon 4 ай бұрын
How long time for you to install ipykernel?
@dlcrdz00
@dlcrdz00 7 ай бұрын
I can't figure out how you are able to open the terminal and have your (base) env populate the prompt. Mine doesn't do that
@kendorazio2923
@kendorazio2923 7 ай бұрын
I had the same issue. I opened terminal through anaconda navigator and was able to continue
@akhilmohanmec
@akhilmohanmec 7 ай бұрын
Hello, I already have Anaconda Installed on my laptop. Can I create a new environment and install Qiskit and packages, or must I install Miniconda? Would you also happen to know how I can join the Slack forum? I am running into an error where I must enter some login credentials (SSO account). Thank you.
@gyansah2594
@gyansah2594 7 ай бұрын
how to get the kernel?
@randybrown3990
@randybrown3990 5 ай бұрын
Providing a similar video, but for windows installation is recommended. Also, PLEASE consider SLOWING DOWN when you speak. Even with changing the playback speed setting I found it very difficult to follow. Honestly, you could present these steps at half the speed, with pauses between each step!
@HussainShaik-hl9cu
@HussainShaik-hl9cu 7 ай бұрын
Please help me importing the module execute in latest version
@uniqueunique1273
@uniqueunique1273 7 ай бұрын
When I'm creating an environment in a terminal its giving me an error. It's showing the term conda is not recognised... Please help me in creating a new environment....
@kelleclark4521
@kelleclark4521 7 ай бұрын
I had this issue also. If you have installed miniconda, under start you should see the anaconda command prompt. Open and then type where conda. You should see 3 directories if this solution will be helpful to you. Edit your user environment variables path variable to include the path to the miniconda, the library/bin and the scripts. Close the anaconda command prompt and start a new one, just in case needed for changes to take effect.
@TheRMeerkerk
@TheRMeerkerk 7 ай бұрын
​@@kelleclark4521 Thanks for the explanation, that really helped me! Just to clarify for anyone else reading this just to make it a little bit more clear: 1) Go to Start, search for "Anaconda Prompt (miniconda3)" and open it. 2) Type "where conda" and press enter, you should see three paths appear. 3) Copy two of those paths (."..\Library\bin" and "...\Scripts") up until the folder name and add them to your path. 4) Restart VS code or any terminal in which you want to use the conda command
@3xistism1.0
@3xistism1.0 7 ай бұрын
so to run that final part do I have to wait for my quantum computer to be out of queue?
@yashtrivedi9403
@yashtrivedi9403 7 ай бұрын
PLEASE HELP! I'm working on qiskit challenge 2024 lab0 but the "from qc_grader.challenges.iqc_2024 import grade_lab0_ex1" is giving an error. It says "No module named 'qiskit_serverless'".
@TheRMeerkerk
@TheRMeerkerk 7 ай бұрын
"conda activate cwq" did not seem to do anything for me (also no errors). Also at when I search for the kernel I do not see cwq appear.
@iqra8149
@iqra8149 6 ай бұрын
same question and stuck here
@theendoftime2000
@theendoftime2000 23 күн бұрын
Getting Jupyter Notebook to run Python in the correct environment succeeded with the help of Copilot AI.
@jerlinjeri7646
@jerlinjeri7646 7 ай бұрын
I had installed qiskit but I could install version 1.1.0 not 1.0 ... What should I do.?
@pdgoptics
@pdgoptics 6 ай бұрын
Is there a video for those of us that already have Anaconda and Python on a PC?
@qiskit
@qiskit 6 ай бұрын
Once you have conda and Python, you can start from the section where we install Qiskit and supporting packages.
@HussainShaik-hl9cu
@HussainShaik-hl9cu 8 ай бұрын
Do we have to execute 'conda install pip', ' pip install qiskit', 'pip install jupyter' everytime we start a machine (windows)?
@DerekWangIBM
@DerekWangIBM 8 ай бұрын
No, you shouldn't need to. Conda is the package manager that needs to be installed just once. Within Conda you can have multiple virtual environments. Install pip, qiskit, and jupyter only once per virtual environment (and update as necessary)
@Roger7137
@Roger7137 6 ай бұрын
Thank you. Learning
@devgupta6474
@devgupta6474 9 ай бұрын
How do I install aer for backend simulations
@sentient314
@sentient314 9 ай бұрын
What do I do if my country is banned from the website?
@shrenikharan
@shrenikharan 8 ай бұрын
how can I enable the environment indicator which says (base) or (cwq) before each line?
@DerekWangIBM
@DerekWangIBM 8 ай бұрын
Make sure to activate your environment. So in Terminal, type 'conda activate name-of-your-environment'. Then you should get '(name-of-your-environment)' before each line
@acQUANtance
@acQUANtance 9 ай бұрын
Even after installing miniconda on my windows PC, do i still have to install python as vscode is instructing to install python
@kelleclark4521
@kelleclark4521 7 ай бұрын
I was also prompted to install the recommended Python after the step of opening a new file > Jupyter notebook... I didnt try without, but seemed logical that Python would be needed
@abiuniverse
@abiuniverse 9 ай бұрын
What about using a simulator (QASM?) instead of the IBM cloud hardware?
@DerekWangIBM
@DerekWangIBM 9 ай бұрын
We'll do a small example with local simulators through Primitives next episode, but we'll be focusing on running on real quantum computers.
@krishnageethakaruppasamy8493
@krishnageethakaruppasamy8493 9 ай бұрын
Thank you.
@theendoftime2000
@theendoftime2000 23 күн бұрын
The API Token should be a string with " ".
@calvndexter77
@calvndexter77 5 ай бұрын
For those installing qiskit in Windows, this video kzbin.info/www/bejne/bGqXi35_Yplqnacsi=O8-csqz9fR5uipWy helped me to do it! The video also follows the steps prescribed by IBM's Qiskit video. The only problem I faced is while installing matplotlib. When you face error while running the command " pip install matplotlib " , try " conda install matplotlib " in cwq conda environment. This should work and you can follow the Oiskit's tutorial itself for the upcoming steps
@sai_343
@sai_343 9 ай бұрын
Waiting
@theherrmann
@theherrmann 6 ай бұрын
Merci!
@dinarwali386
@dinarwali386 9 ай бұрын
Best
@obiajulumbanefo3545
@obiajulumbanefo3545 9 ай бұрын
Thanks for this 🫂
@bindumadhaviv
@bindumadhaviv 6 ай бұрын
I can't find the conda env under 'select kernel' even if everything is properly installed
@manos9931
@manos9931 7 ай бұрын
when i run this: from qiskit import IBMQ, show me that error: nameerror: name 'ibmq' is not defined ,any ideas?
How To Code A Quantum Computer
20:42
Lukas's Lab
Рет қаралды 827 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
UV for Python… (Almost) All Batteries Included
17:35
ArjanCodes
Рет қаралды 95 М.
Qubit Types | Part 1 | Superconducting Qubits
5:10
Quantum Leap
Рет қаралды 10 М.
Your Guide to 100+ Qubits: Quantum Computing in Practice
23:15
NVIDIA CEO Jensen Huang's Vision for Your Future
1:03:03
Cleo Abram
Рет қаралды 145 М.
Berry's Paradox - An Algorithm For Truth
18:34
Up and Atom
Рет қаралды 483 М.
installing qiskit for beginners windows version
24:24
Rebecca Runnels
Рет қаралды 3,1 М.