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]
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 29 Mar. 2025.
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
02/2803/0103/0203/0303/0403/0503/0603/0703/0803/1003/1103/1203/1303/1403/1503/1603/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for QuantumOps02468101214161820222426TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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