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
|
Source: gau2grid
Section: libs
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.0.2),
dh-python,
python3-dev (>= 3.6),
python3-numpy,
python3-pytest,
python3-setuptools
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/dgasmith/gau2grid/
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/debichem-team/gau2grid
Vcs-Git: https://salsa.debian.org/debichem-team/gau2grid.git
Package: python3-gau2grid
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Description: Computing gaussians on a grid (Python 3 module)
gau2grid is a python-generated C library for vectorized computation of grid to
gaussian collocation matrices. The core of gau2grid is generating the
collocation matrices between a real space grid and a gaussian basis set
expanded to a given angular momenta.
.
This package contains the python3 module.
Package: libgg2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
Description: Computing gaussians on a grid
gau2grid is a python-generated C library for vectorized computation of grid to
gaussian collocation matrices. The core of gau2grid is generating the
collocation matrices between a real space grid and a gaussian basis set
expanded to a given angular momenta.
.
This package contains the shared library.
Package: libgg-dev
Architecture: any
Section: libdevel
Depends: libgg2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Description: Computing gaussians on a grid (development files)
gau2grid is a python-generated C library for vectorized computation of grid to
gaussian collocation matrices. The core of gau2grid is generating the
collocation matrices between a real space grid and a gaussian basis set
expanded to a given angular momenta.
.
This package contains the header and cmake support files.
|