-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
50 lines (50 loc) · 1.52 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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
LazyData: true
Roxygen: list(markdown = TRUE, old_usage = TRUE, r6 = FALSE)
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'