Metadata-Version: 2.4
Name: ctt-quantum-engine
Version: 1.0.0
Summary: CTT Quantum Engine — Quantum computing without quantum hardware.
Author-email: Américo Simões <amexsimoes@gmail.com>
License: MIT with Commercial Exception
Project-URL: Homepage, https://github.com/SimoesCTT/CTT-Quantum-Engine
Project-URL: Repository, https://github.com/SimoesCTT/CTT-Quantum-Engine
Keywords: quantum,phase-domain,temporal,resonance
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy>=1.24
Requires-Dist: scipy>=1.10
Requires-Dist: matplotlib>=3.7
Dynamic: license-file

# CTT Quantum Engine

Quantum computing without quantum hardware. Phase-domain computation. Unlimited qubits. Perfect coherence. Reality modes. Runs on any PC.

Installation:
pip install ctt-quantum-engine

Quick Start:
from ctt_quantum_engine import CTTQuantumEngine
engine = CTTQuantumEngine(mode="normal", num_qubits=8)
result = engine.run("bell")
print(result)

License: MIT with Commercial Exception
Author: Americo Simoes, CTT Research
