ComputingNotes
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
Quantum Computing
Resources:
C Programming
Install vis XCODE Check cc -v to check if compile is installed. 4.
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
Customing Powershell Prompt
> Get-Location > pwd > Split-Path -leaf -path (Get-Location) >
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
Getting started with Vue “helloworld” project.
First installation of Node JSInstall node js which is required for rendering javascript.Install from this url: https://nodejs.org/en/download/ Some full Instructions: https://medium.com/js-dojo/getting-started-with-vuejs-for-web-and-native-285dc64f0f0d Vue installation: https://cli.vuejs.org/guide/installation.html Vue Installation: npm install -g @vue/cli or if any issues in installing try this: vue –version] % vue create hellworld After getting this message, just go to the folder helloworld and ... Read More
Liboqs and LibOqs-python; NCI
git clone -b main https://github.com/open-quantum-safe/liboqs.git cd liboqs mkdir build && cd build cmake -GNinja .. -DBUILD_SHARED_LIBS=ON ninja