Metadata-Version: 2.4
Name: ticit
Version: 0.2.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: numpy>=1.23
Summary: Fast simulation of near-Clifford quantum circuits.
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Repository, https://github.com/inmzhang/ticit

# ticit

Python binding for `ticit`, which is a pure-Rust implementation of
[SymFT](https://arxiv.org/abs/2607.28600) with both CPU and an experimental
CUDA backend utilizing [cutile-rs](https://github.com/NVlabs/cutile-rs).

See the [Python API reference](https://github.com/inmzhang/ticit/blob/main/docs/python_api_reference.md)
for the available Python APIs.

