🔏
brainless
  • What is this?
  • Responsibility
  • Changelog
  • meta
    • Sharing
      • Inspirations
      • Workflows
      • Social Media
    • Geography
      • Life
      • Death
        • Family Death
    • Research
      • Project Index
      • 3D Printing
      • Photogrammetry
      • Drone Building
    • External Websites
    • [unreleased]
      • [Template]
      • [TEMP] CL V0.0.5 or whatever
      • Skincare
      • Travel
      • Working and Staying Busy
      • Stride
      • Funeral Playlist
      • Notes and Ideas
      • Boredom
      • Four Noble Truths of "Thermo"
      • Respect
      • Work
  • STE[A]M
    • [guide]
    • Science
      • Materials Modeling
        • Syllabus Description
        • Lecture Slides
        • Student Notes
        • Assignments
          • index
          • Carbon Nanotubes
    • Technology
      • Computer Science
        • Commands
      • Photogrammetry
      • Quantum Computing
      • Computers
      • Programs
        • Matlab and Octave
        • Audacity
        • Google Chrome
          • Websites
            • Google Suite Sites
            • Github
              • Version Control
            • Product Hunt
            • Twitter
            • Youtube
              • Channels
            • Vimeo
          • Extensions
            • Dark Reader
            • Vimium
        • [miscellaneous]
          • Octave
          • PureRef
          • git
          • gnu stow
          • mermaid.js
        • Excel
        • Blender
        • LaTeX
        • Sublime: Text Editor
        • Spotify
        • VLC Media Player
      • Android and iOS
      • Operating Systems
        • macOS
          • mackup
        • Unix
          • folder structure
        • Windows
          • App Installation
          • Meshroom
          • Corsair Utility Engine
      • 3D Printing
    • Engineering
      • Accreditation
        • Fundamentals of Engineering
        • Professional Engineering
      • Continuum Mechanics
        • Fluid Mechanics
          • Incompressible Flow
            • corona final
            • indexhw4
            • indexhw3
            • index
            • hw2
            • hw1
          • Syllabus Description
          • Lecture Slides
          • Student Notes
            • Dynamic or Kinematic Viscosity
          • Assignments
            • Homeworks
              • Homework 1
              • Homework 2
              • Homework 3
              • Homework 4
              • Homework 5
            • Vortex Project
        • Solid Mechanics
          • Syllabus Description
          • Lecture Slides
          • Student Notes
          • Assignments
        • Incompresible Flow
          • Syllabus Description
          • Lecture Slides
          • Student Notes
          • Assignments
      • Experimental Mechanics
        • Syllabus Description
        • Lecture Slides
        • Student Notes
        • Assignments
      • Finite Element Methods
        • Intro to Finite Elements
          • Syllabus Description
          • Lecture Slides
          • Student Notes
          • Assignments
        • Fundamentals of FEM
          • Syllabus Description
            • index
          • Lecture Slides
          • Student Notes
          • Assignments
            • Project
              • index
              • Untitled
            • Homework 1
            • Homework 4
            • index
      • Heat Transfer
        • Syllabus Description
        • Lecture Slides
        • Student Notes
        • Assignments
          • homework
            • hw10
            • q9
            • q8
            • q7
            • hw7
            • hw6
            • q5
            • q3
            • 1 ec
          • Discussions
            • d11
            • d10
            • d9
            • d8
            • d6
            • d4
            • d3
          • Project Notes
      • Machine Dynamics
        • Syllabus Description
        • Lecture Slides
        • Student Notes
        • Assignments
    • Art
      • Color Theory
      • Origami
        • FolderMath
          • Surveying Origami Math
          • Represent a Folded Object
          • Creating a Crease Pattern
          • Making the Folds
          • Simulating Folding Origami
          • List of Resources
            • Codes
            • Papers, Programs, and Inspirations
    • Mathematics
      • Complex Numbers
        • What is i^i?
      • Analytic Hierarchy Process
      • Probability
      • Conway's Game of Life
      • Metallic Numbers
      • Cauchy's Formula for Repeated Integration
      • Wavelet Transform
      • Laplace Tidal Equation
      • Alternating Summation of Ones
      • Constants
      • Bad Maths
      • Calculus
        • Syllabus Description
        • Miscellaneous
  • Thoughts
    • Marksmanship
      • Archery
    • Schooling
    • ...and Ideas?
      • Perceived Time and Learning
      • Content Comprehension
    • Comics and Games
      • Rubik's Cube
      • Dungeons and Dragons
      • Beyond-All-Reason
      • Sekiro: Shadows Die Twice
      • Super Smash Bros
        • Project M
        • Project +
      • League of Legends
      • Satisfactory
    • Literature and Art
      • Books
      • Reading is Hard
      • Various Words and Phrases
      • Poems
      • Interviews
      • Quotes
        • Phrases
      • Jokes
      • ASCII Art
    • Shows and Films
      • Cowboy Bebop
      • My Hero Academia
      • Sword of the Stranger
    • Working and Life Balance
  • Projects
Powered by GitBook
On this page
  1. STE[A]M
  2. Technology

Quantum Computing

A physical implementation of linear algebra, in a simplistic description.

PreviousPhotogrammetryNextComputers

Last updated 3 years ago

wikpedia

with

for adding parity bits for error correction is a classical version

  • built on logic gates just like traditional machines

Bit wise vectors

0

(10)\left(\begin{array}{l} 1 \\ 0 \end{array}\right)(10​)

matrix multiplication

rank 3

The bit flipping is important. The four operations of a function are identity, negation, constant 0 and constant 1

(abcd)(xy)=(ax+bycx+dy)\left(\begin{array}{ll} a & b \\ c & d \end{array}\right)\left(\begin{array}{l} x \\ y \end{array}\right)=\left(\begin{array}{l} a x+b y \\ c x+d y \end{array}\right)(ac​bd​)(xy​)=(ax+bycx+dy​)
(abcdefghi)(xyz)=(ax+by+czdx+ey+fzgx+hy+iz)\left(\begin{array}{lll} a & b & c \\ d & e & f \\ g & h & i \end{array}\right)\left(\begin{array}{l} x \\ y \\ z \end{array}\right)=\left(\begin{array}{l} a x+b y+c z \\ d x+e y+f z \\ g x+h y+i z \end{array}\right) ​adg​beh​cfi​​​xyz​​=​ax+by+czdx+ey+fzgx+hy+iz​​
(abcd)(wxyz)=(aw+byax+bzcw+dycx+dz)\left(\begin{array}{ll} a & b \\ c & d \end{array}\right)\left(\begin{array}{ll} w & x \\ y & z \end{array}\right)=\left(\begin{array}{ll} a w+b y & a x+b z \\ c w+d y & c x+d z \end{array}\right) (ac​bd​)(wy​xz​)=(aw+bycw+dy​ax+bzcx+dz​)
[1000010000100001][abcd]=[abcd]\left[ \begin{array}{llll} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{array}\right]\left[\begin{array}{l} a \\ b \\ c \\ d \end{array}\right]=\left[\begin{array}{l} a \\ b \\ c \\ d \end{array}\right]​1000​0100​0010​0001​​​abcd​​=​abcd​​
(1000001001000001)(0100)=(0010)\left(\begin{array}{llll} 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 \end{array}\right)\left(\begin{array}{l} 0 \\ 1 \\ 0 \\ 0 \end{array}\right)=\left(\begin{array}{l} 0 \\ 0 \\ 1 \\ 0 \end{array}\right)​1000​0010​0100​0001​​​0100​​=​0010​​
block sphere
toffoli gate
topological quantum computer
notes
hamming code
Notes from Microsoft Research 2018
3MB
microsoft.Quantum.pdf
pdf