Metadata-Version: 2.4
Name: classiq
Version: 1.12.1
Summary: Classiq's Python SDK for quantum computing
Keywords: quantum computing,quantum circuits,quantum algorithms,QAD,QDL
Author: Classiq Technologies
Author-email: Classiq Technologies <support@classiq.io>
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: License :: Other/Proprietary License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: configargparse>=1.5.3,<2
Requires-Dist: pydantic>=2.10.4,<3
Requires-Dist: keyring>=23.5.0,<24
Requires-Dist: pyomo>=6.9,<6.10
Requires-Dist: httpx>=0.23.0,<1
Requires-Dist: packaging~=23.2
Requires-Dist: numpy>=1.26.4,<2 ; python_full_version < '3.10'
Requires-Dist: numpy<3.0.0 ; python_full_version >= '3.10'
Requires-Dist: networkx>=3.2.0,<4.0.0
Requires-Dist: matplotlib>=3.4.3,<4
Requires-Dist: tabulate>=0.8.9,<1
Requires-Dist: pandas>=2.0.0,<3
Requires-Dist: sympy>=1.13.0,<2
Requires-Dist: plotly>=5.7.0,<6
Requires-Dist: numexpr>=2.7.3,<3
Requires-Dist: scipy>=1.11.0,<2
Requires-Dist: black~=26.1
Requires-Dist: pydantic-settings>=2.4.0,<3
Requires-Dist: tqdm>=4.67.1,<5
Requires-Dist: zstandard>=0.23.0,<0.24
Requires-Dist: ipywidgets>=7.7.1,<8.0.0 ; extra == 'analyzer-sdk'
Requires-Dist: jupyterlab>=4.2.5,<5 ; extra == 'analyzer-sdk'
Requires-Dist: notebook>=7.2.2,<8 ; extra == 'analyzer-sdk'
Requires-Dist: openfermion==1.6.1 ; python_full_version < '3.10' and extra == 'chemistry'
Requires-Dist: openfermion==1.7.1 ; python_full_version >= '3.10' and extra == 'chemistry'
Requires-Dist: openfermionpyscf>=0.5 ; extra == 'chemistry'
Requires-Dist: cudaq>=0.12.0,<1 ; sys_platform == 'linux' and extra == 'cudaq'
Requires-Dist: openqasm3[parser]>=1.0.1,<2 ; extra == 'cudaq'
Requires-Dist: torch~=2.3 ; extra == 'qml'
Requires-Dist: torchvision>=0.18,<1.0 ; extra == 'qml'
Requires-Dist: scikit-learn>=1.4,<2.0 ; extra == 'qml'
Requires-Dist: cvxpy>=1.7.1,<2 ; extra == 'qsp'
Requires-Dist: nlft-qsp==1.0.2 ; extra == 'qsp'
Requires-Python: >=3.10, <3.13
Project-URL: documentation, https://docs.classiq.io/
Project-URL: examples, https://github.com/Classiq/classiq-library
Project-URL: homepage, https://classiq.io
Provides-Extra: analyzer-sdk
Provides-Extra: chemistry
Provides-Extra: cudaq
Provides-Extra: qml
Provides-Extra: qsp
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://www.classiq.io">
    <img src="https://uploads-ssl.webflow.com/60000db7a5f449af5e4590ac/6122b22eea7a9583a5c0d560_classiq_RGB_Green_with_margin.png" alt="Classiq">
  </a>
</p>
<p align="center">
    <em>The Classiq Quantum Algorithm Design platform helps teams build sophisticated quantum circuits that could not be designed otherwise</em>
</p>

Classiq does this by synthesizing high-level functional models into optimized quantum
circuits, taking into account the constraints that are important to the designer.
Furthermore, Classiq is able to generate circuits for practically any universal gate-based
quantum computer and is compatible with most quantum cloud providers.

For information about Classiq's SDK, see the
[documentation](https://docs.classiq.io/latest/getting-started/python-sdk/).

## License

See [license](https://classiq.io/license).
