mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
misc/py-SQImFil: New port: Implicit Filtering optimization for quantum computer algorithms
This commit is contained in:
committed by
Brad Davis
parent
9a9f45485b
commit
8617e0e17a
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1699737976
|
||||
SHA256 (SQImFil-0.3.7.tar.gz) = be48fce9277bf8ff19727f9ab25663937a7c758e8f97d4f0f9a3a67ea4b7e096
|
||||
SIZE (SQImFil-0.3.7.tar.gz) = 27965
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user