File: control

package info (click to toggle)
libquantum 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,088 kB
  • ctags: 243
  • sloc: sh: 7,711; ansic: 3,262; makefile: 155
file content (56 lines) | stat: -rw-r--r-- 2,389 bytes parent folder | download
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
51
52
53
54
55
56
Source: libquantum
Section: libs
Priority: optional
Maintainer: Bradley Smith <bradsmith@debian.org>
Standards-Version: 3.8.1
Build-Depends: debhelper (>= 7)
Homepage: http://www.libquantum.de/
Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-libquantum.git
Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-libquantum.git

Package: libquantum-dev
Section: libdevel
Architecture: any
Depends: libquantum7 (= ${binary:Version}), ${misc:depends}
Description: library for the simulation of a quantum computer
 libquantum is a C library for the simulation of a quantum computer. Based on
 the principles of quantum mechanics, it provides an implementation of a
 quantum register. Basic operations for register manipulation such as the
 Hadamard gate or the Controlled-NOT gate are available through an easy-to-use
 interface. Measurements can be performed on either single qubits or the whole
 quantum register.
 .
 Features:
  * Simulation of arbitrary quantum algorithms is possible
  * High perfomance and low memory consumption
  * Decoherence support for realistic quantum computation
  * Interface for quantum error correction (QEC)
  * Supports the density operator formalism
  * Implementations of Shor's factoring algorithm and Grover's search
    algorithm are included
 .
 This package contains the header files and static libraries which are needed
 to develop applications based on libquantum.

Package: libquantum7
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:depends}
Description: library for the simulation of a quantum computer
 libquantum is a C library for the simulation of a quantum computer. Based on
 the principles of quantum mechanics, it provides an implementation of a
 quantum register. Basic operations for register manipulation such as the
 Hadamard gate or the Controlled-NOT gate are available through an easy-to-use
 interface. Measurements can be performed on either single qubits or the whole
 quantum register.
 .
 Features:
  * Simulation of arbitrary quantum algorithms is possible
  * High perfomance and low memory consumption
  * Decoherence support for realistic quantum computation
  * Interface for quantum error correction (QEC)
  * Supports the density operator formalism
  * Implementations of Shor's factoring algorithm and Grover's search
    algorithm are included
 .
 This package contains the shared libraries.