File: control

package info (click to toggle)
quintuple 0~20171222-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: python: 1,932; makefile: 7; sh: 2
file content (25 lines) | stat: -rw-r--r-- 647 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
Source: quintuple
Section: python
Priority: optional
Maintainer: Michael Gilbert <mgilbert@debian.org>
Build-Depends:
 devscripts (>= 2.18.1),
 debhelper (>= 11),
 dh-python,
 python3-all,
 python3-numpy,
 python3-setuptools,
Standards-Version: 4.4.1
Homepage: https://www.github.com/corbett/QuantumComputing

Package: python3-quintuple
Architecture: all
Depends:
 python3-numpy,
 ${misc:Depends},
 ${python3:Depends},
Description: 5-qubit quantum computer simulator (Python 3)
 Quintuple is a Python library that can be used to simulate
 the operation of an idealized 5-qubit quantum computer.
 .
 This package installs the library for Python 3.