Bruteforce (a.k.a. exhaustive search) Plugin for Omnisolver
Project description
Bruteforce (a.k.a. exhaustive search) Plugin for Omnisolver
Installation
Currently, the omnisolver-bruteforce
package requires working CUDA installation.
To install the plugin first set the CUDAHOME
environmental library to your CUDA instalaltion location, e.g.:
# Rmember, your actual location may vary!
export CUDAHOME=/usr/local/cuda
and then run:
pip install omnisolver-bruteforce
Warning If you don't set the
CUDAHOME
directory, an attempt will be made to deduce it based on the location of yournvcc
compiler. However, this process might not work in all the cases and should not be relied on.
Command line usage
usage: omnisolver bruteforce-gpu [-h] [--output OUTPUT] [--vartype {SPIN,BINARY}] [--num_states NUM_STATES] [--suffix_size SUFFIX_SIZE] [--grid_size GRID_SIZE]
[--block_size BLOCK_SIZE] [--dtype {float,double}]
input
Bruteforce (a.k.a exhaustive search) sampler using CUA-enabled GPU
positional arguments:
input Path of the input BQM file in COO format. If not specified, stdin is used.
optional arguments:
-h, --help show this help message and exit
--output OUTPUT Path of the output file. If not specified, stdout is used.
--vartype {SPIN,BINARY}
Variable type
--num_states NUM_STATES
Citing
If you used the Omnisolver package or one of its plugins, please cite:
@misc{https://doi.org/10.48550/arxiv.2112.11131,
doi = {10.48550/ARXIV.2112.11131},
url = {https://arxiv.org/abs/2112.11131},
author = {Jałowiecki, Konrad and Pawela, Łukasz},
keywords = {Software Engineering (cs.SE), Quantum Physics (quant-ph), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Physical sciences, FOS: Physical sciences},
title = {Omnisolver: an extensible interface to Ising spin glass solvers},
publisher = {arXiv},
year = {2021},
copyright = {arXiv.org perpetual, non-exclusive license}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file omnisolver-bruteforce-0.0.3.tar.gz
.
File metadata
- Download URL: omnisolver-bruteforce-0.0.3.tar.gz
- Upload date:
- Size: 133.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec32f99df4d36e7eab309558d6bf6b29cc298aab7b70fe12eab82737f4e3ecea |
|
MD5 | fff8e70c0c9732cd7aff56312e9f3c03 |
|
BLAKE2b-256 | 79c529e11fd24b90602737928d70a65952e7a2022af2b2d94b51f31e4c2940db |