
5 changed files with 38 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||
PORTNAME= mp2d |
|||
DISTVERSION= f20190610 |
|||
CATEGORIES= science |
|||
|
|||
MAINTAINER= yuri@FreeBSD.org |
|||
COMMENT= Program for calculating the MP2D dispersion energy |
|||
WWW= https://github.com/Chandemonium/MP2D |
|||
|
|||
LICENSE= MIT |
|||
LICENSE_FILE= ${WRKSRC}/LICENSE |
|||
|
|||
USES= cmake:testing |
|||
|
|||
USE_GITHUB= yes |
|||
GH_ACCOUNT= Chandemonium |
|||
GH_PROJECT= MP2D |
|||
GH_TAGNAME= c6c7f86 |
|||
|
|||
.include <bsd.port.mk> |
@ -0,0 +1,3 @@ |
|||
TIMESTAMP = 1670414281 |
|||
SHA256 (Chandemonium-MP2D-f20190610-c6c7f86_GH0.tar.gz) = 57c4f15a9bb2e862dd173b944b50a9b389f9d9fda7c5294f44c28663ab045946 |
|||
SIZE (Chandemonium-MP2D-f20190610-c6c7f86_GH0.tar.gz) = 28292 |
@ -0,0 +1,11 @@ |
|||
MP2D is an open-source code (MIT license, see below) for calculating |
|||
van der Waals dispersion for second-order Moller-Plesset pertubation |
|||
theory. The calculation of the MP2D dispersion correction is analogous |
|||
to MP2C: |
|||
E_MP2D = E_MP2 - E_UCHF + E_CKS |
|||
|
|||
The UCHF and CKS dispersion energies are calculated according to Grimme's D3 |
|||
method. The CKS coefficients identical to those used in D3. The UCHF |
|||
coefficients were calculated specifically for this work. Dispersion |
|||
coefficients are currently available for the following elements: |
|||
H, B, C, N, O, F, Ne, P, S, Cl, Ar, Br |
@ -0,0 +1,4 @@ |
|||
bin/mp2d |
|||
%%DATADIR%%/CKS_C6coeffs.dat |
|||
%%DATADIR%%/UCHF_C6coeffs.dat |
|||
%%DATADIR%%/mp2d_parameters.dat |
Loading…
Reference in new issue