1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/science/py-dwave-system/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
555 B
Plaintext

dwave-system is a basic API for easily incorporating the D-Wave system as a
sampler in the D-Wave Ocean software stack, directly or through Leap's
cloud-based hybrid solvers. It includes DWaveSampler, a dimod sampler that
accepts and passes system parameters such as system identification and
authentication down the stack, LeapHybridSampler, for Leap's hybrid solvers,
and other. It also includes several useful composites - layers of pre- and
post-processing - that can be used with DWaveSampler to handle minor-embedding,
optimize chain strength, etc.