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 57 58 59 60 61 62 63 64 65
|
Source: python-qmix
Maintainer: Yogeswaran Umasankar <yogu@debian.org>
Homepage: https://github.com/garrettj403/QMix
Vcs-Git: https://salsa.debian.org/yogu/python-qmix.git
Vcs-Browser: https://salsa.debian.org/yogu/python-qmix
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-ipython <!nodoc>,
python3-matplotlib,
python3-nbsphinx <!nodoc>,
python3-numpy,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-scipy,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-autodoc2 <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Package: python3-qmix
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
jupyter,
pandoc,
python3-ipykernel,
python3-ipython,
python3-nbconvert,
python3-sphinx,
Pre-Depends:
${misc:Pre-Depends},
Description: Quantum Mixing software
QMix is used to simulate the quasiparticle tunneling currents
in Superconductor/Insulator/Superconductor (SIS) junctions.
In radio astronomy, these junctions are used for heterodyne
mixing at millimeter and submillimeter wavelengths. QMix can
be used to simulate the behavior of SIS mixers, optimize their
performance and analyze experimental data.
Package: python-qmix-doc
Architecture: all
Section: doc
Depends:
libjs-requirejs,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Documentation for python-qmix
QMix is used to simulate the quasiparticle tunneling currents
in Superconductor/Insulator/Superconductor (SIS) junctions.
In radio astronomy, these junctions are used for heterodyne
mixing at millimeter and submillimeter wavelengths. QMix can
be used to simulate the behavior of SIS mixers, optimize their
performance and analyze experimental data.
.
This package contains documentation for qmix.
|