Quantum Computing Notes

Notes from https://learn.qiskit.org/course/introduction/why-quantum-computing \section{Introduction}\subsection{What is Quantum Computing}\subsection{Computer} Needs instructions that should be specific and unambiguous i.e. Algorithms With a set of instructions, the computer takes input information and provides output information. \subsection{Algorithm Complexity} measure the performance of the different algorithms algorithm complexity refers to how resources used by algorithms increase with respect to the size ... Read More

Tensorflow Quantum

https://www.tensorflow.org/quantum https://www.tensorflow.org/quantum/tutorials/hello_many_worlds https://www.tensorflow.org/quantum/overview https://medium.com/@mahamshafiq98/quantum-machine-learning-hybrid-quantum-classical-machine-learning-with-pytorch-and-qiskit-d03da758d58b

Getting started with Vue

Install pre-requisites: Check if node.js installed. If not installed: https://nodejs.org/en/ 2. % node –version 3. % npm init vue@latest 4. % npm install 5. % npm run dev Some extra: Visual Studio Code Vola Extension

Git Basic Commands

First install git: https://git-scm.com/downloads Check git version by git –version git config git ls-remote git branch https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html git config –global –edit git ls-remote git remote -v git branch newbranch git branch -d branch git branch -D branch git branch -m branch git branch -a gitignoredirectory/*.log git reset git rm -rf –cached . git push -d ... Read More

Getting started with Javascript

What is Javascript? Programming language For website interactivity A “helloworld” example! Best Resources: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics
error: