A Python library designed to help users design classical- and quantum-driven solutions for the Maximum Independent Set (MIS) problem.
Project description
Maximum independent set
The Maximum Independent Set problem (MIS) is a standard and widespread graph problem in scheduling, network theory, error correction, and even in the quantum sector as part of more general optimization algorithms (e.g., QUBO formulations) or as a benchmark on quantum annealers or neutral atom devices.
There is currently no known polynomial-time algorithm for general graphs running on classical (non-quantum) devices, which means that, in practice, finding an exact solution for large graphs is generally not possible due to time and hardware limitations. For this reason, most applications of MIS must satisfy themselves with finding approximate solutions. As it turns out, in some cases, even finding approximate solutions is considered hard. For these reasons, there is high interest in solving MIS on quantum devices.
The maximum-independent-set library provides the means to achieve this: it compiles an MIS into a form suited for execution on existing analog quantum hardware, such as the commercial QPUs produced by Pasqal. It is designed for scientists and engineers working on optimization problems—no quantum computing knowledge required and no quantum computer needed for testing.
This library lets users treat the solver as a black box: feed in a graph of interest, get back an optimal (or near-optimal) independent set. For more advanced users, it offers tools to fine-tune algorithmic strategies, leverage quantum hardware via the Pasqal cloud, or even experiment with custom quantum sequences and processing pipelines.
Users setting their first steps into quantum computing will learn how to implement the core algorithm in a few simple steps and run it using the Pasqal Neutral Atom QPU. More experienced users will find this library to provide the right environment to explore new ideas - both in terms of methodologies and data domain - while always interacting with a simple and intuitive QPU interface.
This library is actively used to solve real-world projects. We have applied it to optimize the layout and costs of 5G network deployments, schedule satellite missions with Thales, and improve charging network planning for electric vehicles with EDF. These case studies highlight how quantum-based MIS solutions can tackle complex challenges across telecom, aerospace and energy sectors.
Installation
Using hatch, uv or any pyproject-compatible Python manager
Edit file pyproject.toml to add the line
"maximum-independent-set"
to the list of dependencies.
Using pip or pipx
To install the pipy package using pip or pipx
- Create a
venvif that's not done yet
$ python -m venv venv
- Enter the venv
$ . venv/bin/activate
- Install the package
$ pip install maximum-independent-set
# or
$ pipx install maximum-independent-set
QuickStart
from mis import MISSolver, MISInstance, BackendConfig, SolverConfig
import networkx as nx
# Generate a simple graph (here, a triangle)
graph = nx.Graph()
graph.add_edges_from([(0, 1), (0, 2)])
instance = MISInstance(graph)
# Use a default quantum backend.
config = SolverConfig(backend=BackendConfig())
solver = MISSolver(instance, config)
# Solve the MIS problem.
results = solver.solve()
# Show the results.
print("MIS solutions:", results)
results[0].draw()
Documentation
Getting in touch
- Pasqal Community Portal (forums, chat, tutorials, examples, code library).
- GitHub Repository (source code, issue tracker).
- Professional Support (if you need tech support, custom licenses, a variant of this library optimized for your workload, your own QPU, remote access to a QPU, ...)
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 maximum_independent_set-0.3.0.tar.gz.
File metadata
- Download URL: maximum_independent_set-0.3.0.tar.gz
- Upload date:
- Size: 42.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88b6a3945e15587319c3a8a6e21386ad572a70da6772e4e47800e4cd4117268f
|
|
| MD5 |
20cff731b2443121ce41d77140bd13d6
|
|
| BLAKE2b-256 |
5da5a6f7440d0a522f6ac2b169c584292f36581cec6e4d39e4b141e2ca2e3214
|
Provenance
The following attestation bundles were made for maximum_independent_set-0.3.0.tar.gz:
Publisher:
publish.yml on pasqal-io/maximum-independent-set
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
maximum_independent_set-0.3.0.tar.gz -
Subject digest:
88b6a3945e15587319c3a8a6e21386ad572a70da6772e4e47800e4cd4117268f - Sigstore transparency entry: 602158902
- Sigstore integration time:
-
Permalink:
pasqal-io/maximum-independent-set@febd69637ff6c8faa44ac88f35644584d9b27922 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/pasqal-io
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@febd69637ff6c8faa44ac88f35644584d9b27922 -
Trigger Event:
release
-
Statement type:
File details
Details for the file maximum_independent_set-0.3.0-py3-none-any.whl.
File metadata
- Download URL: maximum_independent_set-0.3.0-py3-none-any.whl
- Upload date:
- Size: 46.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
391da5babe440e0d4c49abb36dc9bd545e6b0bf81b619cde88c1d4c9aecf40f9
|
|
| MD5 |
d7d7e5fbf64fba7c79c8c2efeb25f5b6
|
|
| BLAKE2b-256 |
471970a3b57f9c600627f90b46a1be805bab8da8b14bdf08395e6eb6cc706bfb
|
Provenance
The following attestation bundles were made for maximum_independent_set-0.3.0-py3-none-any.whl:
Publisher:
publish.yml on pasqal-io/maximum-independent-set
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
maximum_independent_set-0.3.0-py3-none-any.whl -
Subject digest:
391da5babe440e0d4c49abb36dc9bd545e6b0bf81b619cde88c1d4c9aecf40f9 - Sigstore transparency entry: 602158903
- Sigstore integration time:
-
Permalink:
pasqal-io/maximum-independent-set@febd69637ff6c8faa44ac88f35644584d9b27922 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/pasqal-io
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@febd69637ff6c8faa44ac88f35644584d9b27922 -
Trigger Event:
release
-
Statement type: