Package: qsimulatR
Version: 1.1.1
Date: 2023-10-16
Title: A Quantum Computer Simulator
Authors@R: 
    c(person(given = "Johann",
             family = "Ostmeyer",
             role = "aut",
             email = "ostmeyer@hiskp.uni-bonn.de"),
      person(given = "Carsten",
             family = "Urbach",
             role = c("aut", "cre"),
             email = "urbach@hiskp.uni-bonn.de"))
Description: A quantum computer simulator framework with up to 24 qubits. It allows to
    define general single qubit gates and general controlled single
    qubit gates. For convenience, it currently provides the
    most common gates (X, Y, Z, H, Z, S, T, Rx, Ry, Rz, CNOT, SWAP, Toffoli or
    CCNOT, Fredkin or CSWAP). 'qsimulatR' also implements noise models.
    'qsimulatR' supports plotting of circuits and is able to
    export circuits to 'Qiskit' <https://qiskit.org/>, a python package
    which can be used to run on IBM's hardware <https://quantum-computing.ibm.com/>.
Imports: methods, stats
Suggests: knitr, markdown, rmarkdown
License: GPL-3
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/HISKP-LQCD/qsimulatR
BugReports: https://github.com/HISKP-LQCD/qsimulatR/issues
Collate: 'state.R' 'sqgate.R' 'ccqgate.R' 'cnotgate.R' 'cnqgate.R'
        'cqgate.R' 'export2qiskit.R' 'measure.R' 'phase_estimation.R'
        'plot-qstate.R' 'qft.R' 'qsimulatR-package.R' 'swapgate.R'
NeedsCompilation: no
Packaged: 2023-10-16 09:48:50 UTC; urbach
Author: Johann Ostmeyer [aut],
  Carsten Urbach [aut, cre]
Maintainer: Carsten Urbach <urbach@hiskp.uni-bonn.de>
Repository: CRAN
Date/Publication: 2023-10-16 10:10:02 UTC
Built: R 4.2.0; ; 2023-10-17 10:42:42 UTC; unix
