Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.45 KB

Team Logo

QuNiX

QuNiX is a project of Unix like python programs by using Qiskit and Quantum Circuit with following Unix Philosophy

Program List

Usage

In Terminal

$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

Slack Implementation

Qiri

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


Credit

Qiskit(https://github.com/Qiskit/qiskit)

MicroQiskit(https://github.com/qiskit-community/MicroQiskit)

Licencse

Apache License 2.0