Quantum Computer : Beginning the new era of Computation

What is Quantum Computer?


Today's computer uses classic bit means 1 bit has 2 state either 0 or 1, one at a time But  Quantum Computer use quantum bit (qbit)  and this is the cool thing about qbit, 1 qbit can 0 and 1 at the same time it's called quantum superposition.

qbit Vs bit : n qbit = 2n bit

Quantum bit Classical bit
1 2
2 4
3 8
4 16
5 32
6 64
7 128
8 256

Is Quantum Computer ready to perform?

IBM launches his fist Quantum computer that uses up to 20 qbit with entanglement.


you can also play with Quantum computer for free on https://quantumexperience.ng.bluemix.net/qx/editor

Microsoft and Google just behind the IBM and maybe they will launch  Quantum computer in next year.

When one of the first personal computers, the Altair 8800 came along in 1976, Microsoft was ready with a programming language, Altair BASIC. Now history being repeated Microsoft just launch Q#
for the quantum programming language (q# currently in preview).

You need Visual Studio 2017, Net framework 4.6.1 and SDK. and you are ready to write your first Q# program.




check out Q# documentation.


it ( try , code , like , comment , share)


Comments

  1. Q# program giving me this kinds of error any idea ? "Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.5.2........"

    ReplyDelete
    Replies
    1. https://stackoverflow.com/questions/47910347/q-environment-inconsistencies

      Delete
    2. thanks, it's working.

      Delete

Post a Comment