New port: science/py-geometric: Geometry optimization for quantum chemistry

This commit is contained in:
Yuri Victorovich 2020-09-13 19:55:43 +00:00
parent 29c954ead6
commit a761803b5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548571
4 changed files with 36 additions and 0 deletions

View File

@ -236,6 +236,7 @@
SUBDIR += py-geolinks
SUBDIR += py-geomet
SUBDIR += py-geometer
SUBDIR += py-geometric
SUBDIR += py-gpaw
SUBDIR += py-gsd
SUBDIR += py-h5json

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= geometric
DISTVERSION= 0.9.7.2
CATEGORIES= science python # chemistry
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Geometry optimization for quantum chemistry
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1600026514
SHA256 (geometric-0.9.7.2.tar.gz) = 6f69c8c31a188730e2b0f297aa17c66b2518b32c270bda29b6d62cbbffee3bdd
SIZE (geometric-0.9.7.2.tar.gz) = 183455

View File

@ -0,0 +1,9 @@
This is a geometry optimization code for molecular structures. The code works
by calling external software for the energy and gradient through wrapper
functions. Q-Chem, TeraChem, Psi4, Molpro, and Gaussian 09/16 are supported
quantum chemistry codes through the command line interface. The PySCF and
QCArchive packages also provide interfaces to geomeTRIC for optimization.
MM optimizations using OpenMM and Gromacs are also supported through the
command line interface.
WWW: https://github.com/leeping/geomeTRIC