Metadata-Version: 2.4
Name: pktron-os
Version: 0.2.0
Summary: PkTron Quantum OS — Pakistan's 1st QuantumOS
Author: CETQAP
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pktron

# PkTron Quantum OS

Pakistan's First Quantum Operating System Runtime

---

## Install

    pip install pktron-os
    pktron-os

---

## What is it?

A quantum computing runtime shell built on PKTron.
Like a Command Prompt, but for quantum computers.

---

## Your first circuit

    qos> new 2
    qos> h 0
    qos> cx 0 1
    qos> run

Result shows entangled qubits - the famous Bell state.

---

## Commands

| Command | What it does |
|---|---|
| new n | Create circuit with n qubits |
| h qubit | Hadamard gate |
| x qubit | Pauli-X gate |
| cx c t | CNOT gate |
| run | Run the circuit |
| ps | Show all jobs |
| save name | Save circuit |
| ls | List circuits |
| status | Show OS status |
| exit | Quit |

---

## Made in Pakistan

Built on PKTron - Pakistan's quantum framework.

PyPI: https://pypi.org/project/pktron/

## License

MIT
