File: control

package info (click to toggle)
python-pymbar 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,828 kB
  • sloc: python: 5,326; makefile: 154; ansic: 59; perl: 52; sh: 46
file content (38 lines) | stat: -rw-r--r-- 1,182 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
Source: python-pymbar
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 python3-all,
 python3-numpy,
 python3-pytest <!nocheck>,
 python3-scipy <!nocheck>,
 python3-setuptools,
 python3-six,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Homepage: https://simtk.org/home/pymbar
Vcs-Browser: https://salsa.debian.org/science-team/python-pymbar
Vcs-Git: https://salsa.debian.org/science-team/python-pymbar.git

Package: python3-pymbar
Architecture: all
Depends:
 python3-numpy,
 python3-scipy,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: Python implementation of the multistate Bennett acceptance ratio (MBAR)
 Pymbar is a library that provides tools for optimally combining simulations
 from multiple thermodynamic states using maximum likelihood methods to compute
 free energies (normalization constants) and expectation values from all of the
 samples simultaneously.
 .
 This package installs the library for Python 3.