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
|
Source: quintuple
Section: python
Priority: optional
Maintainer: Michael Gilbert <mgilbert@debian.org>
Build-Depends:
devscripts (>= 2.18.1),
debhelper (>= 11),
dh-python,
python-all,
python-numpy,
python-setuptools,
python3-all,
python3-numpy,
python3-setuptools,
Standards-Version: 4.1.3
Homepage: https://www.github.com/corbett/QuantumComputing
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-quintuple
Architecture: all
Depends:
python-numpy,
${misc:Depends},
${python:Depends},
Description: 5-qubit quantum computer simulator (Python 2)
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 2.
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.
|