Metadata-Version: 2.4
Name: qgear
Version: 1.0.3
Summary: Q-Gear
Home-page: https://github.com/gzquse/qgear
Author: gzquse
Author-email: ziqinguse@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: omegaconf
Requires-Dist: qiskit
Requires-Dist: qiskit_aer
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: open_clip_torch
Requires-Dist: ipywidgets
Requires-Dist: pylatexenc
Requires-Dist: safetensors
Requires-Dist: tensordict
Requires-Dist: huggingface_hub
Requires-Dist: cudaq
Requires-Dist: pillow
Requires-Dist: h5py
Provides-Extra: dev
Requires-Dist: jupyterlab; extra == "dev"
Requires-Dist: nbdev; extra == "dev"
Requires-Dist: pennylane; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# qgear


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

``` sh
# make sure GRADIENT_IMAGE package is installed in development mode
$ pip3 install -e '.[dev]'

# make changes under nbs/ directory
# ...

# compile to have changes apply to GRADIENT_IMAGE
$ nbdev_prepare
```
