Other packages > Find by keyword >

QuantumOps  

Performs Common Linear Algebra Operations Used in Quantum Computing and Implements Quantum Algorithms
View on CRAN: Click here


Download and install QuantumOps package within the R console
Install from CRAN:
install.packages("QuantumOps")

Install from Github:
library("remotes")
install_github("cran/QuantumOps")

Install by package version:
library("remotes")
install_version("QuantumOps", "3.0.1")



Attach the package and use:
library("QuantumOps")
Maintained by
Salonik Resch
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-11-19
Latest Update: 2020-02-03
Description:
Contains basic structures and operations used frequently in quantum computing. Intended to be a convenient tool to help learn quantum mechanics and algorithms. Can create arbitrarily sized kets and bras and implements quantum gates, inner products, and tensor products. Creates arbitrarily controlled versions of all gates and can simulate complete or partial measurements of kets. Has functionality to convert functions into equivalent quantum gates and model quantum noise. Includes larger applications, such as Steane error correction , Quantum Fourier Transform and Shor's algorithm (Shor 1999), Grover's algorithm (1996), Quantum Approximation Optimization Algorithm (QAOA) (Farhi, Goldstone, and Gutmann 2014) , and a variational quantum classifier (Schuld 2018) . Can be used with the gridsynth algorithm to perform decomposition into the Clifford+T set.
How to cite:
Salonik Resch (2018). QuantumOps: Performs Common Linear Algebra Operations Used in Quantum Computing and Implements Quantum Algorithms. R package version 3.0.1, https://cran.r-project.org/web/packages/QuantumOps. Accessed 21 Nov. 2024.
Previous versions and publish date:
1.0 (2018-11-19 19:10), 2.0 (2018-12-15 20:00), 2.1 (2019-01-10 09:40), 2.2 (2019-01-17 15:00), 2.3 (2019-01-30 23:23), 2.4 (2019-02-15 11:10), 2.5.1 (2019-04-09 13:53), 2.5.2 (2019-05-06 09:20), 2.5.3 (2019-08-30 23:40), 2.5 (2019-03-16 00:23), 3.0.0 (2019-12-14 17:50)
Other packages that cited QuantumOps R package
View QuantumOps citation profile
Other R packages that QuantumOps depends, imports, suggests or enhances
Complete documentation for QuantumOps
Functions, R codes and Examples using the QuantumOps R package
Some associated functions: AmplitudeDamping . BELL . CFA . CX . CY . CZ . CoherentNoise . DecomposeGate . FullAdder . G . GroverDiffusion . GroverOracle . GroversAlgorithm . H . I . PauliNoise . PauliOperators . PhaseDamping . QAOA . QAOA_example . QAOA_maxcut . QFT . QuantumClassifier . QuantumMNIST256Classifier . R . RandomizeCompile . Rx . Ry . Rz . S . SWAP . Shor . Steane . SteaneCorrect . SynthesizeCircuit . T . TOFFOLI . U . Uf . X . Y . Z . addmod2 . adjoint . bra . checkCases . cntrld . colv . compareQuantumState . controlled . convert_bin2dec . convert_dec2bin . convert_ket2DM . dirac . dist . dotmod2 . exponentialMod . extractMNIST . gcd . hermitian . inner . intket . ket . many . measure . mm . nBitAddition . norm . opDM . plotprobs . pp . probs . randomConnectionMatrix . ranket . reduceMeasure . repeatTensor . single . singleSWAP . swapTest . teleport . tensor . testGate . unitary . 
Some associated R codes: AmplitudeDamping.R . BELL.R . CFA.R . CX.R . CY.R . CZ.R . CoherentNoise.R . DFT.R . DecomposeGate.R . FullAdder.R . G.R . GroverDiffusion.R . GroverOracle.R . GroversAlgorithm.R . H.R . I.R . PauliNoise.R . PauliOperators.R . PhaseDamping.R . QAOA.R . QAOA_example.R . QAOA_maxcut.R . QFT.R . QuantumClassifier.R . QuantumMNIST256Classifier.R . R.R . RandomizeCompile.R . Rx.R . Ry.R . Rz.R . S.R . SWAP.R . Shor.R . Steane.R . SteaneCorrect.R . SynthesizeCircuit.R . T.R . TOFFOLI.R . U.R . Uf.R . X.R . Y.R . Z.R . addmod2.R . adjoint.R . bigate.R . bra.R . checkCases.R . cntrld.R . colv.R . compareQuantumState.R . controlled.R . convert_bin2dec.R . convert_dec2bin.R . convert_ket2DM.R . dft2.R . dirac.R . dist.R . dotmod2.R . exponentialMod.R . extractMNIST.R . gcd.R . hermitian.R . inner.R . intket.R . ket.R . many.R . measure.R . mexp.R . mm.R . nBitAddition.R . norm.R . opDM.R . plotprobs.R . pp.R . probs.R . randomConnectionMatrix.R . ranket.R . reduceMeasure.R . repeatTensor.R . single.R . singleSWAP.R . sphericalket.R . swapTest.R . teleport.R . tensor.R . testGate.R . unitary.R .  Full QuantumOps package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA