QuNiX is a project of Unix like python programs by using Qiskit and Quantum Circuit with following Unix Philosophy
- Programs use MicroQiskit and Qiskit
$pip install qunix-tools
$qcb -q 3 -c 3 "h 0 h 1 h 2 m ."
$qcb_draw -q 2 -c 2 "h 0 h 1 m ."
$alea -f happy
By running our programs as backend of Slack Bot, Qiri will get the input from the chat to it, and give us the output of programs. This means we can run the QCB and Alea anytime we want in Slack.
Share the result of qauntum computation and qauntum quotes randomly selected by measuring superposition of qubits
This project is for IBM's Qiskit-Hackerthon-Korea-2021
Qiskit(https://github.com/Qiskit/qiskit)
MicroQiskit(https://github.com/qiskit-community/MicroQiskit)