QUBO preprocessors
Project description
TNO Quantum: Optimization - QUBO - Preprocessors
TNO Quantum provides generic software components aimed at facilitating the development of quantum applications.
This package contains implementations of QUBO preprocessors.
Documentation
Documentation of the tno.quantum.optimization.qubo.preprocessors package can be found here.
Install
Easily install the tno.quantum.optimization.qubo.preprocessors package using pip:
$ python -m pip install tno.quantum.optimization.qubo.preprocessors
Usage
The following example shows how to list the available preprocessor and how to instantiate them.
from tno.quantum.optimization.qubo.components import PreprocessorConfig
supported_preprocessors = PreprocessorConfig.supported_items()
preprocessor = PreprocessorConfig(name='q_pro_plus_preprocessor').get_instance()
Alternatively, a preprocessor can also be instantiated directly.
from tno.quantum.optimization.qubo.preprocessors import QProPlusPreprocessor
preprocessor = QProPlusPreprocessor(max_iter=10)
(End)use limitations
The content of this software may solely be used for applications that comply with international export control laws.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tno_quantum_optimization_qubo_preprocessors-1.0.0.tar.gz.
File metadata
- Download URL: tno_quantum_optimization_qubo_preprocessors-1.0.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff1eaa532a44d6f2cb0ecaa29f85a70842a39202d5a38405158f98ffac8a4a5c
|
|
| MD5 |
393d15e94393905ab6a5e79ba835dc4b
|
|
| BLAKE2b-256 |
a554728d782d916aa8744e282771962dce73c2141e43bc6753e2a69938f55f53
|
File details
Details for the file tno_quantum_optimization_qubo_preprocessors-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tno_quantum_optimization_qubo_preprocessors-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
671abf764581141d1c19fb309eadb72fa74f2dadd90295b753c98c325e536647
|
|
| MD5 |
087604fa04fccc85bad63dbefbb13cfe
|
|
| BLAKE2b-256 |
144c98bd1468d210fa2b7d72c55d2d2d5e43bd5b15df37cb79bf3dbe71468aa6
|