Skip to content

Commit

Permalink
misc/py-SQImFil: New port: Implicit Filtering optimization for quantu…
Browse files Browse the repository at this point in the history
…m computer algorithms
  • Loading branch information
yurivict committed Nov 12, 2023
1 parent 0860a4e commit fe0473d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/Makefile
Expand Up @@ -395,6 +395,7 @@
SUBDIR += py-PyWavefront
SUBDIR += py-QSpectrumAnalyzer
SUBDIR += py-SQCommon
SUBDIR += py-SQImFil
SUBDIR += py-SimpleSoapy
SUBDIR += py-SoapySDR
SUBDIR += py-alive-progress
Expand Down
25 changes: 25 additions & 0 deletions misc/py-SQImFil/Makefile
@@ -0,0 +1,25 @@
PORTNAME= SQImFil
DISTVERSION= 0.3.7
CATEGORIES= misc math python # quantum-computing
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Implicit Filtering optimization for quantum computer algorithms
WWW= https://qat4chem.lbl.gov/software

LICENSE= BSD3CLAUSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}SQCommon>0:misc/py-SQCommon@${PY_FLAVOR}

USES= python
USE_PYTHON= pep517 autoplist pytest

TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions misc/py-SQImFil/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1699737976
SHA256 (SQImFil-0.3.7.tar.gz) = be48fce9277bf8ff19727f9ab25663937a7c758e8f97d4f0f9a3a67ea4b7e096
SIZE (SQImFil-0.3.7.tar.gz) = 27965
4 changes: 4 additions & 0 deletions misc/py-SQImFil/pkg-descr
@@ -0,0 +1,4 @@
ImFil is intended for optimizing on derivative-free, noisy, blackbox functions.
This modified version has preset defaults as intended for hybrid
quantum-classical algorithms run on Noisy Intermediate Scale Quantum (NISQ)
computers.

0 comments on commit fe0473d

Please sign in to comment.