Metadata-Version: 2.4
Name: dmqclib
Version: 999.0.0
Summary: DEPRECATED — this package has been renamed to aiqclib.
Project-URL: Homepage, https://github.com/AIQC-Hub/aiqclib
Project-URL: New Package, https://pypi.org/project/aiqclib
Author-email: Takaya Saito <takaya.saito@outlook.com>
License-Expression: MIT
Requires-Python: >=3.12
Requires-Dist: aiqclib
Description-Content-Type: text/markdown

# dmqclib

[![PyPI - Version](https://img.shields.io/pypi/v/dmqclib)](https://pypi.org/project/dmqclib/)
[![Conda - Version](https://img.shields.io/conda/vn/conda-forge/dmqclib)](https://anaconda.org/conda-forge/dmqclib)
[![Check Package](https://github.com/AIQC-Hub/dmqclib/actions/workflows/check_package.yml/badge.svg)](https://github.com/AIQC-Hub/dmqclib/actions/workflows/check_package.yml)
[![DOI](https://zenodo.org/badge/1003136460.svg)](https://doi.org/10.5281/zenodo.16055323)

> ⚠️ **This repository has moved.**

This package is now maintained under a new name and repository:

**➡️ [AIQC-Hub/aiqclib](https://github.com/AIQC-Hub/aiqclib)**

---

## What changed?

`dmqclib` has been renamed to `aiqclib` and is actively developed at the new location.
All future updates, issues, and pull requests should be directed there.

## Migration

Update your installation:

```bash
pip uninstall dmqclib
pip install aiqclib
```

Update your imports:

```python
# Before
import dmqclib

# After
import aiqclib
```

## Documentation

The full documentation for `aiqclib` is available at:
**[https://aiqclib.readthedocs.io](https://aiqclib.readthedocs.io)**

---

*This repository is archived and no longer maintained.*
