dmqclib — Repository Moved¶
Warning
This package has moved. Please use the new repository and package name.
This package is now maintained under a new name:
aiqclib — https://github.com/AIQC-Hub/aiqclib
New Documentation¶
The full documentation has moved to:
Migration¶
Update your installation:
pip uninstall dmqclib
pip install aiqclib
Update your imports:
# Before
import dmqclib
# After
import aiqclib
This documentation is no longer maintained.