Metadata-Version: 2.4
Name: softqcos
Version: 1.0.0
Summary: SoftQCOS™ CLI - Command-Line Interface for Quantum Circuit Optimization Service
Project-URL: Homepage, https://softquantus.com
Project-URL: Documentation, https://docs.softquantus.com
Project-URL: Portal, https://portal.softquantus.com
Project-URL: License, https://softquantus.com/legal/license
Project-URL: EULA, https://softquantus.com/legal/eula
Author-email: SoftQuantus innovative OÜ <support@softquantus.com>
License: Proprietary - SoftQuantus innovative OÜ
Keywords: cli,optimization,qaoa,qcos,qiskit,quantum,quantum-computing,vqe
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: httpx>=0.24.0
Requires-Dist: rich>=13.0.0
Requires-Dist: softqcos-sdk>=1.0.0
Requires-Dist: typer>=0.9.0
Description-Content-Type: text/markdown

# CLI-QCOS - QCOS™ Command Line Interface

[![PyPI version](https://badge.fury.io/py/cli-qcos.svg)](https://pypi.org/project/cli-qcos/)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![License: Proprietary](https://img.shields.io/badge/License-Proprietary-red.svg)](https://softquantus.com/legal/license)

**QCOS™ CLI** — Command-line interface for the Quantum Circuit Optimization Service by SoftQuantus.

## 📦 Installation

```bash
pip install cli-qcos
```

This will automatically install the `qcos-sdk` dependency.

## 🚀 Quick Start

```bash
# Show help
qcos --help

# Run GHZ state optimization
qcos run ghz --qubits 20 --max-iters 100

# Run benchmark
qcos benchmark --qubits 5,10,20,50 --backend aer

# Show version
qcos --version

# Show system info
qcos info
```

## 📋 Commands

### `qcos run`

Run quantum circuit optimization.

```bash
qcos run ghz --qubits 50 --max-iters 100 --backend aer
qcos run vqe --qubits 4 --cost energy
```

**Options:**
- `--qubits, -q`: Number of qubits (default: 10)
- `--max-iters, -i`: Maximum iterations (default: 100)
- `--backend, -b`: Backend (aer, cirq, pennylane, braket)
- `--method, -m`: Backend method (automatic, statevector, matrix_product_state)
- `--cost, -c`: Cost function (correlation, bitstring, hybrid)
- `--output, -o`: Save results to JSON file

### `qcos benchmark`

Run benchmarks across multiple qubit counts.

```bash
qcos benchmark --qubits 5,10,20,50 --backend aer --output results.json
```

### `qcos info`

Show system and environment information.

```bash
qcos info
```

### `qcos version`

Show version information.

```bash
qcos --version
```

## 📄 License

QCOS™ is proprietary software by SoftQuantus innovative OÜ.

- **EULA:** https://softquantus.com/legal/eula
- **Terms:** https://softquantus.com/legal/terms
- **Privacy:** https://softquantus.com/legal/privacy

## 🏢 Company

**SoftQuantus innovative OÜ**
Registry Code: 17048927
Address: Veskiposti tn 2-1002, Tallinn, 10138, Estonia

## 📞 Contact

- **Support:** support@softquantus.com
- **Licensing:** licensing@softquantus.com
- **Legal:** legal@softquantus.com

---

© 2024-2025 SoftQuantus innovative OÜ. All Rights Reserved.
QCOS™ is a trademark of SoftQuantus innovative OÜ.
