Quantum Optimization QUBO Postprocessors module
Project description
TNO Quantum: Optimization - QUBO - Postprocessors
TNO Quantum provides generic software components aimed at facilitating the development of quantum applications.
This package contains implementations of QUBO postprocessors.
Documentation
Documentation of the tno.quantum.optimization.qubo.postprocessors package can be found here.
Install
Easily install the tno.quantum.optimization.qubo.postprocessors package using pip:
$ python -m pip install tno.quantum.optimization.qubo.postprocessors
Usage
The following example shows how to list the available postprocessors and how to instantiate them.
from tno.quantum.optimization.qubo.components import PostprocessorConfig
supported_postprocessors = PostprocessorConfig.supported_items()
postprocessor = PostprocessorConfig(name='steepest_descent_postprocessor').get_instance()
Alternatively, a postprocessor can also be instantiated directly.
from tno.quantum.optimization.qubo.postprocessors import SteepestDescentPostprocessor
postprocessor = SteepestDescentPostprocessor()
(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_postprocessors-1.0.0.tar.gz.
File metadata
- Download URL: tno_quantum_optimization_qubo_postprocessors-1.0.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32cb5d5f033c225f93a41397f933f23aa9a08d89af71eb86a462a3397df189fb
|
|
| MD5 |
e8997b328b371b8ee0fb2ac17a28b628
|
|
| BLAKE2b-256 |
8fab00bf56fae7acc50440b65763069a6bf76489f7fa76a62dd8780c72c01aba
|
File details
Details for the file tno_quantum_optimization_qubo_postprocessors-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tno_quantum_optimization_qubo_postprocessors-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b7c296ae3f880ce3570da52fa46e6c053bf25cafbde0664aaae887c2bdc61e0
|
|
| MD5 |
628df918524e3c38d0277a45bb3c7d8d
|
|
| BLAKE2b-256 |
278667391ef99957ed30c290f75563c218dc28f8f4a0269246887305f1144f44
|