4
Quantum Examples
✓
Verified Working
100%
Free & Open
What's Included
- hello_quantum.ai — Create a Bell state (quantum entanglement)
- grover_search.ai — Quantum database search (√N speedup)
- qft_pattern.ai — Quantum Fourier Transform
- entanglement_demo.ai — 3-qubit GHZ state
- aeonmi.exe — The compiler (Windows x64)
- run.bat — One-click launcher
- README.md — Full documentation
Prerequisites
Install Python 3.8+ and Qiskit:
pip install qiskit qiskit-aer
Quick Start
Extract the zip, then run:
cd aeonmi_starter_kit
run.bat
Example Output
=== HELLO QUANTUM ===
Creating Bell state: (|00⟩ + |11⟩)/√2
Step 1: Initialize |00⟩
Step 2: Apply Hadamard to qubit 0
Creates superposition: (|00⟩ + |10⟩)/√2
Step 3: Apply CNOT (entangle qubits)
Result: (|00⟩ + |11⟩)/√2
Final quantum state:
|00⟩: 0.707 (50% probability)
|01⟩: 0.000 (0% probability)
|10⟩: 0.000 (0% probability)
|11⟩: 0.707 (50% probability)
✓ This is quantum entanglement!
Measuring one qubit instantly determines the other.
Only |00⟩ and |11⟩ appear — never |01⟩ or |10⟩.
Next Steps
After running the examples:
System Requirements
- OS: Windows 10/11 (macOS/Linux coming soon)
- Python: 3.8 or higher
- RAM: 4 GB minimum
- Disk: 100 MB free space
Support
If you encounter any issues: