1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/science/py-pymbd/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
475 B
Plaintext

Pymbd is Python bindings for Libmbd.
Libmbd implements the many-body dispersion (MBD) method in several
programming languages and frameworks:
The Fortran implementation is the reference, most advanced
implementation, with support for analytical gradients and distributed
parallelism, and additional functionality beyond the MBD method
itself. It provides a low-level and a high-level Fortran API, as well
as a C API. Furthermore, Python bindings to the C API are provided.