mirror of
https://github.com/autistic-symposium/quantum-computing-toolkit.git
synced 2025-05-12 11:32:14 -04:00
Update README.md
This commit is contained in:
parent
b772f8b1df
commit
7e572201e0
1 changed files with 59 additions and 252 deletions
267
README.md
267
README.md
|
@ -1,352 +1,159 @@
|
|||
# Quantum Computing Machine Learning Studies
|
||||
# Resources for Quantum Computing Machine Learning
|
||||
|
||||
|
||||
## Quantum Computing
|
||||
## Introductory Concepts
|
||||
|
||||
#### Atom Structure
|
||||
|
||||
##### Electron Orbiting around the nucleous in an eliptical format
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=g_IaVepNDT4) - A nice animation video about the basic atom structure
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Atom)
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=g_IaVepNDT4) - A nice animation video about the basic atom structure.
|
||||
|
||||
#### Photon Wave
|
||||
|
||||
##### Light nornmally called as wave transmitted as photons as similar as atoms in solid particles
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=fwXQjRBLwsQ) - A nice animation video about the basic photon 1
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=KKr91v7yLcM) - A nice animation video about the basic photon 2
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=fwXQjRBLwsQ) - A nice animation video about the basic photon.
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=KKr91v7yLcM) - A nice animation video about the basic photon.
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Photon)
|
||||
|
||||
#### Electron Fluctuation or spin
|
||||
|
||||
##### When a laser light collide with solid particles the electrons of the atom will get spin between the orbitary layers of the atom
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Spin_(physics))
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=J3xLuZNKhlY) - A nice animation video about the basic Electron Spin 1
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=3k5IWlVdMbo) - A nice animation video about the basic Electron Spin 2
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=jvvkomcmyuo) - A nice animation video about the basic Electron Spin 3
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=J3xLuZNKhlY) - A nice animation video about the basic Electron Spin.
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=3k5IWlVdMbo) - A nice animation video about the basic Electron Spin.
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=jvvkomcmyuo) - A nice animation video about the basic Electron Spin.
|
||||
|
||||
|
||||
#### States
|
||||
|
||||
##### Put a point on the spinning electron ,if the point is in the top then state 1 and its in bottom state 0
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Quantum_state)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=sICXOwOwS4E) - A nice animation video about the Quantum States
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=sICXOwOwS4E) - A nice animation video about the Quantum States.
|
||||
|
||||
|
||||
#### SuperPosition
|
||||
|
||||
##### During the spin of the electron the point may be in the middle of upper and lower position, So an effective decision needs to take on the point location either 0 or 1 . Better option to analyse it along with other electrons using probability and is called superposition
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Quantum_superposition)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=hkmoZ8e5Qn0) - A nice animation video about the Quantum Superposition
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=hkmoZ8e5Qn0) - A nice animation video about the Quantum Superposition.
|
||||
|
||||
|
||||
#### SuperPosition specific for machine learning(Quantum Walks)
|
||||
#### SuperPosition specific for machine learning (Quantum Walks)
|
||||
|
||||
##### As due to computational complexity ,quantum computing only consider superposition between limited electrons ,In case to merge more than one set quantum walk be the idea
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Quantum_walk)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=86QsYPxoBow) - A nice video about the Quantum Walks
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=86QsYPxoBow) - A nice video about the Quantum Walks.
|
||||
|
||||
#### Classical Bits
|
||||
|
||||
##### If electron moved from one one atom to other ,from ground state to excited state a bit value 1 is used else bit value 0 used
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Bit)
|
||||
|
||||
|
||||
#### Qubit
|
||||
|
||||
##### The superposition value of states of a set of electrons is Qubit
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Qubit)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=zNzzGgr2mhk) - A nice video about the Quantum Bits 1
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=F8U1d2Hqark&t=179s) - A nice video about the Bits and Qubits 2
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=zNzzGgr2mhk) - A nice video about the Quantum Bits.
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=F8U1d2Hqark&t=179s) - A nice video about the Bits and Qubits.
|
||||
|
||||
|
||||
#### Basic Gates in Quantum Computing
|
||||
|
||||
##### As like NOT, OR and AND , Basic Gates like NOT, Hadamard gate , SWAP, Phase shift etc can be made with quantum gates
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Quantum_gate)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=2Qsh_w2kq9Y) - A nice video about the Quantum Gates
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=2Qsh_w2kq9Y) - A nice video about the Quantum Gates.
|
||||
|
||||
|
||||
#### Quantum Diode
|
||||
|
||||
##### Quantum Diodes using a different idea from normal diode, A bunch of laser photons trigger the electron to spin and the quantum magnetic flux will capture the information
|
||||
|
||||
[](http://onlinelibrary.wiley.com/doi/10.1002/adma.201200537/abstract)
|
||||
[](https://www.nature.com/articles/ncomms12978)
|
||||
[](https://phys.org/news/2013-10-nanoscale-boosts-quantum-dot-emitting.html)
|
||||
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=doyK1olswX4) - A nice video about the Quantum Diode
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=doyK1olswX4) - A nice video about the Quantum Diode.
|
||||
|
||||
|
||||
#### Quantum Transistors
|
||||
|
||||
##### A transistor default have Source ,drain and gate ,Here source is photon wave ,drain is flux and gate is classical to quantum bits
|
||||
|
||||
[](http://www.mpq.mpg.de/4987844/qip)
|
||||
[](https://en.wikipedia.org/wiki/Magnetic_flux_quantum)
|
||||
|
||||
|
||||
* [QUORA](https://www.quora.com/What-is-the-equivalent-of-the-transistor-in-a-quantum-computer) -Discussion about the Quantum Transistor
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=ZTxR2n2mvjc) - Well Explained
|
||||
* [QUORA](https://www.quora.com/What-is-the-equivalent-of-the-transistor-in-a-quantum-computer) - Discussion about the Quantum Transistor.
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=ZTxR2n2mvjc) - A nice video about quantum transistor.
|
||||
|
||||
|
||||
#### Quantum Processor
|
||||
|
||||
##### A nano integration circuit performing the quantum gates operation sorrounded by cooling units to reduce the tremendous amount of heat
|
||||
|
||||
[](https://www.dwavesys.com/tutorials/background-reading-series/introduction-d-wave-quantum-hardware#h2-0)
|
||||
[](https://quantumexperience.ng.bluemix.net/qstage/?cm_mc_uid=36641337812614766932472&cm_mc_sid_50200000=1493295650#/user-guide)
|
||||
[](https://www.cbinsights.com/blog/quantum-computing-corporations-list/)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=CMdHDHEuOUE) - Well Explained
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=CMdHDHEuOUE) - A nice video about quantum processor.
|
||||
|
||||
|
||||
#### Quantum Registery QRAM
|
||||
|
||||
##### Comparing to the the normal ram, it's ultrafast and very small in size ,the address location can be access using qubits superposition value ,for a very large memory set coherent superposition(address of address) be used
|
||||
|
||||
[](https://arxiv.org/pdf/0708.1879.pdf)
|
||||
[](https://www.researchgate.net/publication/51394884_Quantum_Random_Access_Memory)
|
||||
|
||||
* [PDF](https://arxiv.org/pdf/0807.4994.pdf) - very Well Explained
|
||||
|
||||
|
||||
|
||||
## QUANTUM COMPUTING MACHINE LEARNING BRIDGE
|
||||
* [PDF](https://arxiv.org/pdf/0807.4994.pdf) - A paper explaining QRAM.
|
||||
|
||||
|
||||
|
||||
#### Complex Numbers
|
||||
|
||||
##### Normally Waves Interference is in n dimensional structure , to find a polynomial equation n order curves ,better option is complex number
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Complex_number)
|
||||
[](https://www.mathsisfun.com/numbers/complex-numbers.html)
|
||||
[](https://en.wikipedia.org/wiki/Complex_number)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=T647CGsuOVU) - Wonderful Series very super Explained
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=T647CGsuOVU) - Series of explanation.
|
||||
|
||||
|
||||
#### Tensors
|
||||
|
||||
##### Vectors have a direction in 2D vector space ,If on a n dimensional vector space ,vectors direction can be specify with the tensor ,The best solution to find the superposition of a n vector electrons spin space is representing vectors as tensors and doing tensor calculus
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Tensor)
|
||||
[](https://www.quantiki.org/wiki/tensor-product)
|
||||
[](https://en.wikipedia.org/wiki/Tensor_product)
|
||||
[](https://en.wikipedia.org/wiki/Tensor_product_of_Hilbert_spaces)
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=f5liqUk0ZTw) - Wonderful super Explained tensors basics
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=xzG6c96PsLs) - Quantum tensors basics
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=f5liqUk0ZTw) - Series of explanation.
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=xzG6c96PsLs) - Quantum tensors basics.
|
||||
|
||||
|
||||
#### Tensors Network
|
||||
|
||||
##### As like connecting multiple vectors ,multple tensors form a network ,solving such a network reduce the complexity of processing qubits
|
||||
|
||||
[](https://arxiv.org/pdf/1306.2164.pdf)
|
||||
[](https://en.wikipedia.org/wiki/Tensor_network_theory)
|
||||
[](https://www2.warwick.ac.uk/fac/sci/physics/current/postgraduate/pglist/phrfbk/presentations/leeds14.pdf)
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=bD-CWgbsCeI&list=PLgKuh-lKre10UQnP7gBCFoKgq5KWIA7el) - Tensors Network Some ideas specifically for quantum algorithms.
|
||||
|
||||
* [YOUTUBE](https://www.youtube.com/watch?v=bD-CWgbsCeI&list=PLgKuh-lKre10UQnP7gBCFoKgq5KWIA7el) - Tensors Network Some ideas specifically for quantum algorithms
|
||||
|
||||
|
||||
## QUANTUM MACHINE LEARNING ALGORITHMS
|
||||
|
||||
#### Quantum K-Nearest Neighbour
|
||||
|
||||
##### Here the centroid(euclidean distance) can be detected using the swap gates test between two states of the qubit , As KNN is regerssive loss can be tally using the average
|
||||
|
||||
* [PDF1 from Microsoft](https://www.microsoft.com/en-us/research/publication/quantum-nearest-neighbor-algorithms-for-machine-learning/) - Theory Explanation
|
||||
* [PDF2](https://arxiv.org/pdf/1409.3097.pdf) - A Good Material to understand the basics
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Python](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
|
||||
|
||||
#### Quantum K-Means
|
||||
|
||||
##### Two Approaches possible ,1. FFT and iFFT to make an oracle and calculate the means of superposition 2. Adiobtic Hamiltonian generation and solve the hamiltonian to determine the cluster
|
||||
|
||||
* [PDF1](https://pdfs.semanticscholar.org/6d77/54d33958b4a41d57ec99558eb28ae88f9884.pdf) - Applying Quantum Kmeans on Images in a nice way
|
||||
* [PDF2](http://www.machinelearning.org/proceedings/icml2007/papers/518.pdf) - Theory
|
||||
* [PDF3](https://arxiv.org/pdf/1307.0411.pdf) - Explaining well the K-means clustering using hamiltonian
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Python](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [PDF1](https://pdfs.semanticscholar.org/6d77/54d33958b4a41d57ec99558eb28ae88f9884.pdf) - Applying Quantum Kmeans on Images.
|
||||
|
||||
|
||||
#### Quantum Fuzzy C-Means
|
||||
|
||||
##### As similar to kmeans fcm also using the oracle dialect ,but instead of means,here oracle optimization followed by a rotation gate is giving a good result
|
||||
|
||||
* [PDF1](https://pdfs.semanticscholar.org/6d77/54d33958b4a41d57ec99558eb28ae88f9884.pdf) - Theory
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Python](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [PDF1](https://pdfs.semanticscholar.org/6d77/54d33958b4a41d57ec99558eb28ae88f9884.pdf) - QFuzzy theory.
|
||||
|
||||
|
||||
#### Quantum Support Vector Machine
|
||||
|
||||
##### Alittle different from above as here kernel preparation is via classical and the whole training be in oracles and oracle will do the classification, As SVM is linear ,An optimal Error(Optimum of the Least Squares Dual Formulation) Based regression is needed to improve the performance
|
||||
|
||||
* [PDF1](https://arxiv.org/pdf/1307.0471.pdf) - Nice Explanation but little hard to understand :)
|
||||
* [PDF2](http://www.scirp.org/journal/PaperInformation.aspx?paperID=72542) - Nice Application of QSVM
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Python](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [PDF1](https://arxiv.org/pdf/1307.0471.pdf) - Nice paper explanation.
|
||||
* [PDF2](http://www.scirp.org/journal/PaperInformation.aspx?paperID=72542) - Nice Application of QSVM.
|
||||
|
||||
|
||||
#### Quantum Genetic Algorithm
|
||||
|
||||
##### One of the best algorithm suited for Quantum Field ,Here the chromosomes act as qubit vectors ,the crossover part carrying by an evaluation and the mutation part carrying by the rotation of gates
|
||||
|
||||
* [PDF1](https://www.hindawi.com/journals/mpe/2013/730749/) - Very Beautiful Article. * [PDF2](https://arxiv.org/pdf/1202.2026.pdf) - Very Beautiful Article.
|
||||
|
||||
|
||||
* [PDF1](https://www.hindawi.com/journals/mpe/2013/730749/) - Very Beautiful Article , well explained and superp
|
||||
* [PDF2](https://arxiv.org/pdf/1202.2026.pdf) - A big theory :)
|
||||
* [PDF3](http://ccis2k.org/iajit/PDF/vol.9,no.3/2107-6.pdf) - Super Comparison
|
||||
* [Matlab](http://www.codelooker.com/id/155/717734.html) - Simulation
|
||||
* [Python1](https://github.com/ResearchCodesHub/QuantumGeneticAlgorithms/) - Simulation
|
||||
* [Python2](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
|
||||
|
||||
#### Quantum Hidden Morkov Models
|
||||
|
||||
##### As HMM is already state based ,Here the quantum states acts as normal for the markov chain and the shift between states is using quantum operation based on probability distribution
|
||||
|
||||
|
||||
|
||||
* [PDF1](https://arxiv.org/pdf/1503.08760.pdf) - Nice idea and explanation
|
||||
* [PDF2](https://arxiv.org/pdf/1207.4304.pdf) - Nice but a different concept little
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python1](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python2](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
|
||||
* [PDF1](https://arxiv.org/pdf/1503.08760.pdf) - Very Beautiful Article.
|
||||
|
||||
#### Quantum state classification with Bayesian methods
|
||||
|
||||
##### Quantum Bayesian Network having the same states concept using quantum states,But here the states classification to make the training data as reusable is based on the density of the states(Interference)
|
||||
|
||||
[]()
|
||||
[]()
|
||||
[]()
|
||||
|
||||
* [PDF1](https://arxiv.org/pdf/1204.1550.pdf) - Good Theory
|
||||
* [PDF2](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4726808/) - Good Explanation
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python1](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python2](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [PDF1](https://arxiv.org/pdf/1204.1550.pdf) - Very Beautiful Article.
|
||||
* [PDF2](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4726808/) - Very Beautiful Article.
|
||||
|
||||
|
||||
#### Quantum Ant Colony Optimization
|
||||
|
||||
##### A good algorithm to process multi dimensional equations, ACO is best suited for Sales man issue , QACO is best suited for Sales man in three or more dimension, Here the quantum rotation circuit is doing the peromene update and qubits based colony communicating all around the colony in complex space
|
||||
|
||||
* [PDF1](http://ac.els-cdn.com/S2212667812001359/1-s2.0-S2212667812001359-main.pdf?_tid=42e0cd66-2f4a-11e7-920f-00000aacb361&acdnat=1493738345_8f536599e404c7588811ddd49c484688) - Good Concept
|
||||
* [PDF2](http://www.sersc.org/journals/IJMUE/vol10_no11_2015/19.pdf) - Good Application
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python1](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python2](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
|
||||
|
||||
* [PDF1](http://ac.els-cdn.com/S2212667812001359/1-s2.0-S2212667812001359-main.pdf?_tid=42e0cd66-2f4a-11e7-920f-00000aacb361&acdnat=1493738345_8f536599e404c7588811ddd49c484688) - - Very Beautiful Article.
|
||||
#### Quantum Cellular Automata
|
||||
|
||||
##### One of the very complex algorithm with various types specifically used for polynomial equations and to design the optimistic gates for a problem, Here the lattice is formed using the quatum states and time calculation is based on the change of the state between two qubits ,Best suited for nano electronics
|
||||
|
||||
|
||||
|
||||
* [Wikipedia](https://en.wikipedia.org/wiki/Quantum_cellular_automaton) - Basic
|
||||
* [PDF1](https://arxiv.org/pdf/0808.0679.pdf) - Just to get the keywords
|
||||
* [PDF2](http://ieee-hpec.org/2013/index_htm_files/7-Improved-Eigensolver-Baldwin-2867489.pdf) - Nice Explanation and an easily understandable application
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python1](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python2](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
|
||||
|
||||
|
||||
## QAUNTUM NEURAL NETWORK
|
||||
|
||||
|
||||
|
||||
##### Normal Neural Network is doing parallel procss ,QNN is doing parallel of parallel processess ,In theory combination of various activation functions is possible in QNN ,In Normal NN more than one activation function reduce the performance and increase the complexity
|
||||
* [PDF1](https://arxiv.org/pdf/0808.0679.pdf) - Very Beautiful Article.
|
||||
* [PDF2](http://ieee-hpec.org/2013/index_htm_files/7-Improved-Eigensolver-Baldwin-2867489.pdf) - Very Beautiful Article.
|
||||
|
||||
|
||||
#### Quantum perceptrons
|
||||
|
||||
##### Perceptron(layer) is the basic unit in Neural Network ,The quantum version of perceptron must satisfy both linear and non linear problems , Quantum Concepts is combination of linear(calculus of superposition) and nonlinear(State approximation using probability) ,To make a perceptron in quantum world ,Transformation(activation function) of non linearity to certain limit is needed ,which is carrying by phase estimation algorithm
|
||||
|
||||
[](https://en.wikipedia.org/wiki/Activation_function)
|
||||
[](https://en.wikipedia.org/wiki/Quantum_phase_estimation_algorithm)
|
||||
[]()
|
||||
[](https://www.omicsonline.org/open-access/quantum-neural-network-based-parts-of-speech-tagger-for-hindi-0976-4860-5-137-152.pdf.php?aid=35658)
|
||||
[](https://www.researchgate.net/publication/231178445_Quantum_Learning_and_Quantum_Perceptrons)
|
||||
|
||||
* [PDF1](https://arxiv.org/pdf/quant-ph/0201144.pdf) - Good Theory
|
||||
* [PDF2](http://axon.cs.byu.edu/papers/ricks.nips03.pdf/) - Good Explanation
|
||||
* [Matlab](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python1](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
* [Python2](https://github.com/krishnakumarsekar/) - Yet to come
|
||||
|
||||
## QAUNTUM STATISTICAL DATA ANALYSIS
|
||||
|
||||
[](https://www.slideshare.net/tanafuyu/slide-2014-rims1031public)
|
||||
[](https://www.slideshare.net/tanafuyu/slide-2014-rims1031public)
|
||||
[](https://www.slideshare.net/tanafuyu/slide-2014-rims1031public)
|
||||
[](https://arxiv.org/pdf/0802.1296.pdf)
|
||||
[](https://www.slideshare.net/mleifer/quantum-dynamics-as-generalized-conditional-probabilities)
|
||||
[](https://www.slideshare.net/mleifer/conditional-density-operators-in-quantum-information)
|
||||
|
||||
##### An under research concept ,It can be seen in multiple ways, one best way if you want to apply n derivative for a problem in current classical theory its difficult to compute as its serialization problem instead if you do parallelization of differentiation you must estimate via probability the value in all flows ,Quantum Probability Helps to achieve this ,as the loss calculation is very less . the other way comparatively booming is Quantum Bayesianism, its a solution to solve most of the uncertainity problem in statistics to combine time and space in highly advanced physical research
|
||||
|
||||
|
||||
|
||||
## QUANTUM PROGRAMMING LANGUAGES , TOOLs and SOFTWARES
|
||||
|
||||
* [Software](https://www.quantiki.org/wiki/list-qc-simulators) - Nice content of all
|
||||
* [Python library](http://qutip.org/) - A python library
|
||||
* [Matlab based python library](https://pypi.python.org/pypi/qit) - Matlab Python Library
|
||||
* [Quantum Tensor Network Github](https://github.com/emstoudenmire/TNML) - Tensor Network
|
||||
* [Bayesforge](http://bayesforge.com/) - A Beautiful Amazon Web Service Enabled Framework for Quantum Alogorithms and Data Analytics
|
||||
* [Rigetti](https://github.com/rigetticomputing) - A best tools repository to use quantum computer in real time
|
||||
* [Rigetti Forest](http://www.rigetti.com/index.php/forest) - An API to connect Quantum Computer
|
||||
* [quil/pyQuil](http://pyquil.readthedocs.io/en/latest/overview.html) - A quantum instruction language to use forest framework
|
||||
* [Grove](https://github.com/rigetticomputing/grove) - Grove is a repository to showcase quantum Fourier transform, phase estimation, the quantum approximate optimization algorithm, and others developed using Forest
|
||||
* [QISKit](https://github.com/QISKit) - A IBM Kit to access quantum computer and mainly for quantum circuits
|
||||
* [IBM Bluemix Simulator](https://quantumexperience.ng.bluemix.net/qx/editor) - A Bluemix Simulator for Quantum Circuits
|
||||
* [Microsoft Quantum Development Kit](https://marketplace.visualstudio.com/items?itemName=quantum.DevKit) - Microsoft Visual Studio Enbaled Kit for Quantum Circuit Creation
|
||||
* [Microsoft "Q#"](https://docs.microsoft.com/en-us/quantum/quantum-WriteAQuantumProgram?view=qsharp-preview) - Microsoft Q Sharp a new Programming Language for Quantum Circuit Creation
|
||||
* [qiskit api python](https://github.com/QISKit/qiskit-api-py) - An API to connect IBM Quantum Computer ,With the generated token its easy to connect ,but very limited utils ,Lot of new utils will come soon
|
||||
* [Cyclops Tensor Framework](http://solomon2.web.engr.illinois.edu/ctf/) - A framework to do tensor network simulations
|
||||
* [Python ToolKit for chemistry and physics Quantum Algorithm simulations](https://github.com/qmlcode/qml) - A New Started Project for simulating molecule and solids
|
||||
* [Bayesian Based Quatum Projects Repository](https://github.com/artiste-qb-net) - A nice repository and the kickstarter of bayesforge
|
||||
* [Google Fermion Products](https://github.com/quantumlib) - A newly launched product specifivally for chemistry simulation
|
||||
* [Tree Tensor Networks](https://github.com/dingliu0305/Tree-Tensor-Networks-in-Machine-Learning) - Interesting Tensor Network in Incubator
|
||||
* [Deep Tensor Neural Network](https://github.com/atomistic-machine-learning/dtnn) - Some useful information about Tensor Neural Network in Incubator
|
||||
* [Generative Tensorial Networks](http://gtn.ai/) - A startup to apply machine learning via tensor network for drug discovery
|
||||
* [Google Bristlecone](https://research.googleblog.com/2018/03/a-preview-of-bristlecone-googles-new.html) - A new Quantum Processor from Google , Aimed for Future Hardwares with full fledged AI support
|
||||
* [XANADU](https://www.xanadu.ai/) - A Light based Quantum Hardware(chips supports) and Software Company Started in Preparation Stage. Soon will be in market
|
||||
* [fathom computing](https://www.fathomcomputing.com/) - A new concept to train the ai in a processor using light and quantum based concepts. soon products will be launch
|
||||
* [Alibaba Quantum Computing Cloud Service](https://www.alibabacloud.com/press-room/alibaba-cloud-and-cas-launch-one-of-the-worlds-most) - Cloud Service to access 11 Bit Quantum Computing Processor
|
||||
* [Atomistic Machine Learning Project](https://github.com/atomistic-machine-learning) - Seems something Interesting with Deep Tensor Network for Quantum Chemistry Applications
|
||||
* [Quantum Tensorflow](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Quantum Spark](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Quatum Map Reduce](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Quantum Database](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Quantum Server](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [Quantum Data Analytics](https://github.com/krishnakumarsekar/) - Yet to come soon
|
||||
* [PDF1](https://arxiv.org/pdf/quant-ph/0201144.pdf) - Very Beautiful Article.
|
||||
* [PDF2](http://axon.cs.byu.edu/papers/ricks.nips03.pdf/) - Very Beautiful Article.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue