{"id":44257072,"url":"https://github.com/tno-quantum/optimization.qubo.preprocessors","last_synced_at":"2026-02-10T16:34:26.869Z","repository":{"id":293041337,"uuid":"979845755","full_name":"TNO-Quantum/optimization.qubo.preprocessors","owner":"TNO-Quantum","description":"Preprocessor QUBO optimization","archived":false,"fork":false,"pushed_at":"2025-05-13T11:49:12.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T18:56:06.386Z","etag":null,"topics":["preprocessing","quantum-computing","qubo"],"latest_commit_sha":null,"homepage":"https://tno-quantum.github.io/documentation/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TNO-Quantum.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-08T06:50:29.000Z","updated_at":"2025-05-19T06:44:41.000Z","dependencies_parsed_at":"2025-05-13T12:15:46.978Z","dependency_job_id":"d846e9e9-cf1f-4d52-83b2-e3909e42440a","html_url":"https://github.com/TNO-Quantum/optimization.qubo.preprocessors","commit_stats":null,"previous_names":["tno-quantum/optimization.qubo.preprocessors"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TNO-Quantum/optimization.qubo.preprocessors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNO-Quantum%2Foptimization.qubo.preprocessors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNO-Quantum%2Foptimization.qubo.preprocessors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNO-Quantum%2Foptimization.qubo.preprocessors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNO-Quantum%2Foptimization.qubo.preprocessors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TNO-Quantum","download_url":"https://codeload.github.com/TNO-Quantum/optimization.qubo.preprocessors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNO-Quantum%2Foptimization.qubo.preprocessors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29307909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T16:09:25.305Z","status":"ssl_error","status_checked_at":"2026-02-10T16:08:52.170Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["preprocessing","quantum-computing","qubo"],"created_at":"2026-02-10T16:34:23.045Z","updated_at":"2026-02-10T16:34:26.855Z","avatar_url":"https://github.com/TNO-Quantum.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TNO Quantum: Optimization - QUBO - Preprocessors\n\nTNO Quantum provides generic software components aimed at facilitating the development\nof quantum applications.\n\nThis package contains implementations of QUBO preprocessors.\n\n## Documentation\n\nDocumentation of the `tno.quantum.optimization.qubo.preprocessors` package can be found [here](https://tno-quantum.github.io/documentation/).\n\n\n## Install\n\nEasily install the `tno.quantum.optimization.qubo.preprocessors` package using pip:\n\n```console\n$ python -m pip install tno.quantum.optimization.qubo.preprocessors\n```\n\n## Usage\n\nThe following example shows how to list the available preprocessor and how to instantiate them.\n\n```python\nfrom tno.quantum.optimization.qubo.components import PreprocessorConfig\nsupported_preprocessors = PreprocessorConfig.supported_items()\npreprocessor = PreprocessorConfig(name='q_pro_plus_preprocessor').get_instance()\n```\n\nAlternatively, a preprocessor can also be instantiated directly.\n\n```python\nfrom tno.quantum.optimization.qubo.preprocessors import QProPlusPreprocessor\npreprocessor = QProPlusPreprocessor(max_iter=10)\n```\n\n## (End)use limitations\nThe content of this software may solely be used for applications that comply with international export control laws.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftno-quantum%2Foptimization.qubo.preprocessors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftno-quantum%2Foptimization.qubo.preprocessors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftno-quantum%2Foptimization.qubo.preprocessors/lists"}