Metadata-Version: 2.4
Name: qubitry
Version: 0.0.1a1
Summary: A Rust-native, batch-first, capability-aware quantum software platform
Author-email: Faqtor Ltd <hello@qubitry.ai>
License: Qubitry - Quantum Software Platform
        Copyright © 2026 Faqtor Ltd. All rights reserved.
        
        This software is proprietary and confidential. Unauthorized copying, transfer,
        or use of this software, via any medium, is strictly prohibited without prior
        written permission from Faqtor Ltd.
        
        The software is provided "as is", without warranty of any kind, express or
        implied, including but not limited to the warranties of merchantability,
        fitness for a particular purpose and noninfringement. In no event shall the
        authors or copyright holders be liable for any claim, damages or other
        liability, whether in an action of contract, tort or otherwise, arising from,
        out of or in connection with the software or the use or other dealings in
        the software.
        
Project-URL: Homepage, https://qubitry.ai
Project-URL: Documentation, https://docs.qubitry.ai
Project-URL: Source, https://github.com/QubitryAI/qubitry
Project-URL: BugTracker, https://github.com/QubitryAI/qubitry/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Qubitry - Quantum Software Platform

Qubitry is a Rust-native, batch-first, capability-aware quantum software platform
designed to address performance bottlenecks in current scripting-centric quantum
ecosystems.

## Key Differentiators

- **Batch-First Execution:** Optimised for repeated variational workloads
  (VQE, QAOA, parameter sweeps)
- **Capability-Aware Planning:** Explicit backend descriptors and structured
  compatibility negotiation
- **Explainable Compilation:** Transparent planning decisions and optimisation
  traces via `TransformLog`
- **Rust-Native Core:** Performance-focused implementation with memory discipline
  and SIMD/GPU acceleration
- **Neutral Agent Model:** The `qubitry-agent` daemon runs on any machine
  (laptop, VPS, GPU server) with no cloud lock-in

## Status

The Qubitry Python SDK is built and tested. The initial PyPI release is being
prepared.

- **Current phase:** Late Phase 2 / Early Phase 3
- **Test count:** 1,969+ test functions across all crates
- **Hardware validated:** Multi-GPU (NVIDIA GH200) on Isambard-AI

## Next Steps

Visit [qubitry.ai](https://qubitry.ai) to:
- Join the early-access programme
- View architecture documentation
- Check release announcements

## License

Proprietary. Copyright © 2026 Faqtor Ltd. All rights reserved.
