Source: gau2grid Section: libs Priority: optional Maintainer: Debichem Team Uploaders: Michael Banck Build-Depends: debhelper (>= 10), cmake (>= 3.0.2), dh-python, python-minimal, python3-dev (>= 3.6), python3-numpy, python3-pytest, python3-setuptools Standards-Version: 4.1.3 X-Python3-Version: >= 3.6 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 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: libgg1 Architecture: any Section: libs 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: libgg1 (= ${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.