SlideShare a Scribd company logo
1 of 51
Quantum Programming in a nutshell
Quantum
Programming in a
nutshell
@RaduVunvulea
RADU VUNVULEA
Technology Enthusiast
Microsoft Azure MVP
Speaker & Trainer
Writer & Blogger
Idealist Software
Architecture Crafter
RADU VUNVULEA
- NO deep knowledge
on Quantum Computing
- You will not know to
write a real program in
Q#
- It’s all about probability
and vectors
Sneak preview on
quantum programming
concepts
Core concept of
Quantum theory
Energy, like matter, consists
of discrete units, rather than
solely as a continuous waves
Quantum computing takes advantage
of the strange ability of subatomic particles
to exist in more than one state at any time
Absolute values does not exists, just
an infinite values between 0 to 1
- superpositions -
GENESIS
Math
•Vectors
•Linear
Algebra
•Statistics
Particle
physics
• Photon
• Electron
Genesis
Schrödinger’s Cat
Dead or
Alive?
0.42342423423
• Absolute values like 0 or 1 does
not exist
• Statistics and multiple states is
what quantum defines
WHAT IS QUANTUM
COMPUTING?
BITS
Classical computer
ON OFF
Qubit
Qubit
ON
Qubit
Qubit
ON
Qubit
Qubit
ON
Bloch sphere
N qubits
2 𝑁
paths
QSPHERE
Superpositions
|0)
|1)
1 2(|0) + |1)) 1 2(|0) + |1))
|00000)
|00010)
|00110)
|01110)
|11111)
|11110)
|11010)
|01010)
BLOCK SPHERE QSPHERE
N qubits
2 𝑁
paths
QSPHERE
Superpositions
|0)
|1)
1 2(|0) + |1)) 1 2(|0) + |1))
|00000)
|00010)
|00110)
|01110)
|11111)
|11110)
|11010)
|01010)
BLOCK SPHERE QSPHERE
Number of calculation in
a single step
Nitrogen
fixation
100-200 qubits
Carbon
capture
100-200 qubits
Materials
science
100-1000qubits
Machine
Learning
100-1000qubits
Problems and Reqs
Classical
AND OR NOT Not-linear
Quantum
NOT
(Pauli-X)
Pauli-Z Hadamard CNOT Linear
Classical VS Quantum gates
Input Output
0 0 0 0
0 1 0 1
1 0 1 1
1 1 1 0
CNOT
• Quantum simulator
–2 𝑛
(n represents the no. of qubits)
–Multiple positions (superpositions)
• Traditional computer
–3 bits (2X2X2 – 8 combinations)
–7 bits (2X2X2X2X2X2X2 – 128 combinations)
How does the simulator works
• States
–30 qubits : 16 Gb on traditional computer
–31 qubits : 32 Gb
–70 qubits : 16 Zb
• Gate simulation
–30 qubits : 1s of normal computer
–40 qubits : 1s of super computer
–260 qubits : Age of Universe 
How does the simulator works
What we have now?
IBM: 50-qubit
Google: 72-qubit
Microsoft: 0-qubit
What we have now?
IBM: 50-qubit
Google: 72-qubit
Microsoft: 0-qubit
Hold the quantum
microstates 90
microseconds
• In the past:
–9 qubits (1 computational and 8 correctional)
• IBM breakthrough:
– 5 qubits (1 computational and 4 correctional)
Current problems
Current problems
Interfaces
Collapse
Error
correction
Output
observance
Quantum and
Microsoft
• Based on Majorana
particles
• Scalable
• Stable
• Error-prone
• Low cost
Microsoft Vision
Q#
Q#
Just another coprocessor like GPUs or
FPGAs
Windows,
Linux, maxOS
Development
libraries are
Open Source
Integrated with
Visual Studio
Interoperability
with Python
Q#
Application runs in a classical manner and when required a
sub-program runs inside quantum processor
Main concept
• Input data
• Setup
• Trigger quantum
processing
Classical
computation
• Run quantum
algorithm
Quantum
computation • Output data
• Present to the
user
Classical
computation
Domain Specific
Programming
Language
Used to write sub-
programs for
Quantum
processor
It is under control
of a classical host
Data type
• Primitive types
• Tuple
• Arrays
Basic Procedural
• Loops
• IF/ELSE
Q#
Q#
Int, Bool,
Qubit
Pauli (I,X,Y,Z)
Arrays []
Tuples ()
Result Zero One
User defined types
1. Int integer = 10;
2. Bool boolean = true;
3. Qubit qubit = Qubit[5];
4. Int[] array = Int[5];
5. (String, Qubit) tuple2 = (2, qubit[0]);
6. newtype event = (String, String);
1. set
2. newtype LogicalRegister = Qubit[]; //Callable expression
3. newtype EncodeOp = ((Qubit[], Qubit[]) =>
LogicalRegister);
4. // Range expression
5. 1..1..4; // 1234
6. 1..3..9; // 1369
7. 3..8..8; // 3
8. 1..-1..2; //Empty
9. array[1..2..5]; // Items on the index 1,3,5
1. let itcamp = 2018; // Immutable 'variable' /
symbol
2. mutable mutableValue = 200;
3. let imutableValue = mutableValue;
4. set mutableValue = 400;// imutableValue == 200
5. fail $"Exception occured";
6. return Zero;
Conclusion
• Quantum programming is all about vectors and
probabilities
• It is another programming paradigm
• Big potential for predictions and simulations
– AI, ML
Conclusion
Conclusion
• Quantum programming is all
about vectors and probabilities
• It is another programming
paradigm
• Big potential for predictions and
simulations
– AI, ML
Q & A
50
THANK YOU!
@RaduVunvulea
RADU VUNVULEA
 Quantum programming in a nutshell

More Related Content

Similar to Quantum programming in a nutshell

Unlocking the Power of Quantum Machine Learning with Azure Quantum
Unlocking the Power of Quantum Machine Learning with Azure QuantumUnlocking the Power of Quantum Machine Learning with Azure Quantum
Unlocking the Power of Quantum Machine Learning with Azure QuantumKumton Suttiraksiri
 
Quantum Computing with Amazon Braket
Quantum Computing with Amazon BraketQuantum Computing with Amazon Braket
Quantum Computing with Amazon BraketChris Fregly
 
Strengths and limitations of quantum computing
Strengths and limitations of quantum computingStrengths and limitations of quantum computing
Strengths and limitations of quantum computingVinayak Sharma
 
Quantum Computing With the Q# Language
Quantum Computing With the Q# LanguageQuantum Computing With the Q# Language
Quantum Computing With the Q# Language.NET Crowd
 
Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...
Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...
Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...Codemotion
 
Quantum Computing and Java QC API—Strange
Quantum Computing and Java QC API—StrangeQuantum Computing and Java QC API—Strange
Quantum Computing and Java QC API—StrangeVMware Tanzu
 
The 1st workshop on engineering processes and practices for quantum software ...
The 1st workshop on engineering processes and practices for quantum software ...The 1st workshop on engineering processes and practices for quantum software ...
The 1st workshop on engineering processes and practices for quantum software ...Mahdi_Fahmideh
 
Quantum Computing: The next new technology in computing
Quantum Computing: The next new technology in computingQuantum Computing: The next new technology in computing
Quantum Computing: The next new technology in computingData Con LA
 
The $5 Million Question: How Can We Make Quantum Computing Useful?
The $5 Million Question: How Can We Make Quantum Computing Useful?The $5 Million Question: How Can We Make Quantum Computing Useful?
The $5 Million Question: How Can We Make Quantum Computing Useful?uolgdsc
 
What is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is ImportantWhat is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is ImportantSasha Lazarevic
 
Quantum Computing: The Why and How
Quantum Computing: The Why and HowQuantum Computing: The Why and How
Quantum Computing: The Why and Howinside-BigData.com
 
[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...
[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...
[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...DataScienceConferenc1
 
You always dreamt of your own quantum computer. now you can have it in the cloud
You always dreamt of your own quantum computer. now you can have it in the cloudYou always dreamt of your own quantum computer. now you can have it in the cloud
You always dreamt of your own quantum computer. now you can have it in the cloudEric Cattoir
 
Navneet presentation
Navneet presentationNavneet presentation
Navneet presentationNavneet kumar
 
Demystifying Quantum Computing
Demystifying Quantum ComputingDemystifying Quantum Computing
Demystifying Quantum ComputingNiki Gastinel
 
Seminar presentaion title and qc ppt.pptx
Seminar presentaion title and qc ppt.pptxSeminar presentaion title and qc ppt.pptx
Seminar presentaion title and qc ppt.pptxalemnewmenan9028
 

Similar to Quantum programming in a nutshell (20)

Quantum programming
Quantum programmingQuantum programming
Quantum programming
 
Unlocking the Power of Quantum Machine Learning with Azure Quantum
Unlocking the Power of Quantum Machine Learning with Azure QuantumUnlocking the Power of Quantum Machine Learning with Azure Quantum
Unlocking the Power of Quantum Machine Learning with Azure Quantum
 
Quantum Computing with Amazon Braket
Quantum Computing with Amazon BraketQuantum Computing with Amazon Braket
Quantum Computing with Amazon Braket
 
Strengths and limitations of quantum computing
Strengths and limitations of quantum computingStrengths and limitations of quantum computing
Strengths and limitations of quantum computing
 
Quantum Computing With the Q# Language
Quantum Computing With the Q# LanguageQuantum Computing With the Q# Language
Quantum Computing With the Q# Language
 
Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...
Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...
Quantum computing explained to my (Schrödinger) cat - Alessandro Vozza - Code...
 
Quantum Computing and Java QC API—Strange
Quantum Computing and Java QC API—StrangeQuantum Computing and Java QC API—Strange
Quantum Computing and Java QC API—Strange
 
The 1st workshop on engineering processes and practices for quantum software ...
The 1st workshop on engineering processes and practices for quantum software ...The 1st workshop on engineering processes and practices for quantum software ...
The 1st workshop on engineering processes and practices for quantum software ...
 
Quantum Computation For AI
Quantum Computation For AIQuantum Computation For AI
Quantum Computation For AI
 
Distributed Systems in the Post-Moore Era.pptx
Distributed Systems in the Post-Moore Era.pptxDistributed Systems in the Post-Moore Era.pptx
Distributed Systems in the Post-Moore Era.pptx
 
Quantum Computing: The next new technology in computing
Quantum Computing: The next new technology in computingQuantum Computing: The next new technology in computing
Quantum Computing: The next new technology in computing
 
The $5 Million Question: How Can We Make Quantum Computing Useful?
The $5 Million Question: How Can We Make Quantum Computing Useful?The $5 Million Question: How Can We Make Quantum Computing Useful?
The $5 Million Question: How Can We Make Quantum Computing Useful?
 
What is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is ImportantWhat is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is Important
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum Computing: The Why and How
Quantum Computing: The Why and HowQuantum Computing: The Why and How
Quantum Computing: The Why and How
 
[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...
[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...
[Q-tangled 22] Deconstructing Quantum Machine Learning Algorithms - Sasha Laz...
 
You always dreamt of your own quantum computer. now you can have it in the cloud
You always dreamt of your own quantum computer. now you can have it in the cloudYou always dreamt of your own quantum computer. now you can have it in the cloud
You always dreamt of your own quantum computer. now you can have it in the cloud
 
Navneet presentation
Navneet presentationNavneet presentation
Navneet presentation
 
Demystifying Quantum Computing
Demystifying Quantum ComputingDemystifying Quantum Computing
Demystifying Quantum Computing
 
Seminar presentaion title and qc ppt.pptx
Seminar presentaion title and qc ppt.pptxSeminar presentaion title and qc ppt.pptx
Seminar presentaion title and qc ppt.pptx
 

Recently uploaded

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

Quantum programming in a nutshell

Editor's Notes

  1. https://whatis.techtarget.com/definition/quantum-computing