Metadata-Version: 2.4
Name: cudaq-logical
Version: 0.1.1
Summary: Fault-tolerant logical resource estimation for CUDA-Q (cudaq.logical).
Author: NVIDIA Corporation & Affiliates
Maintainer: NVIDIA Corporation & Affiliates
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Project-URL: Homepage, https://developer.nvidia.com/cuda-q
Project-URL: Documentation, https://nvidia.github.io/cuda-quantum
Project-URL: Repository, https://github.com/NVIDIA/cuda-quantum
Project-URL: Releases, https://nvidia.github.io/cuda-quantum/latest/releases.html
Requires-Python: >=3.11
Provides-Extra: cu12
Requires-Dist: cuda-quantum-cu12==0.16.0; extra == "cu12"
Provides-Extra: cu13
Requires-Dist: cuda-quantum-cu13==0.16.0; extra == "cu13"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Description-Content-Type: text/markdown

# Welcome to the CUDA-Q Logical Python API

CUDA-Q Logical expands CUDA-Q with an open, extensible
logical layer for fault-tolerant quantum computing. Use it to express and compose
quantum error correction gadget, evaluate them across different system
architectures, and understand the resources they need to run.

> **Note:**
> The tools in this package are currently in preview and subject to change without notice.

CUDA-Q Logical is supported on Linux (`x86_64` and `aarch64`/`arm64`).
More details and documentation can be found on the [CUDA-Q docs][cudaq_docs] pages.

[cudaq_docs]:
    https://nvidia.github.io/cuda-quantum/latest

## Contributing

There are many ways in which you can get involved with CUDA-Q Logical.
For more information
about contributing to the CUDA-Q platform, please take a look at
[Contributing.md](https://github.com/NVIDIA/cuda-quantum/blob/main/Contributing.md).

## License

CUDA-Q Logical is an open source project. The source code is available on
[GitHub][github_link] and licensed under [Apache License
2.0](https://github.com/NVIDIA/cuda-quantum/blob/main/LICENSE).

[github_link]: https://github.com/NVIDIA/cuda-quantum/

## Feedback

Please let us know your feedback and ideas for the CUDA-Q platform on our [GitHub repository][github_repo]. To report security concerns please reach out to
[cuda-quantum@nvidia.com](mailto:cuda-quantum@nvidia.com).

[github_repo]: https://github.com/NVIDIA/cuda-quantum
