diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-24 07:39:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-24 07:39:06 +0000 |
commit | fb181fc51b0cbda9688d8eeafba9ca40fe7fc1d7 (patch) | |
tree | a844ef709a3e0f5fc15ae1d3a2db788f5b26d530 /science/libecpint/pkg-descr | |
parent | a26d4c8c0cc1c2a28c8c7cdd37ab957606c067ed (diff) | |
download | freebsd-ports-fb181fc51b0cbda9688d8eeafba9ca40fe7fc1d7.zip |
New port: science/libecpint: Library for the evaluation of integrals over effective core potentials
Diffstat (limited to 'science/libecpint/pkg-descr')
-rw-r--r-- | science/libecpint/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/science/libecpint/pkg-descr b/science/libecpint/pkg-descr new file mode 100644 index 000000000000..99e385a1f9cf --- /dev/null +++ b/science/libecpint/pkg-descr @@ -0,0 +1,7 @@ +Libecpint is a C++ library for the efficient evaluation of integrals over +ab initio effective core potentials, using a mixture of generated, recursive +code and Gauss-Chebyshev quadrature. It is designed to be standalone and +generic, and is now in its first stable release. If you experience any problems +please raise an issue here; contributions and suggestions are also welcome. + +WWW: https://github.com/robashaw/libecpint |