Giter Club home page Giter Club logo

qkd_visualizer's Introduction

Quantum Key Distribution: An Introduction

This work collects and expands "Kuantum Anahtar Dağıtımı: Bir Giriş", which is the 3rd place project from Quantum Programming Hackathon held by QTurkey in Ankara, 14-15 December 2019.

Said project, developed by Ali Durşen and Yusuf Behzat (@yusufbehzat), is a Turkish teaching material attempting to present a visual demonstration of BB84 quantum key distribution protocol. This expansion aims to add English language support, as well as formatting improvements.

Original submission can be found at Yusuf Behzat's GitHub, as well as in this folder (with minor changes) as QAD_demo.ipynb.

How To

Requirements

Developed using IBM's qiskit library for Python3, version 0.13.0. Depending on backwards compatibility, newer versions may work, no guarentees are given. Older versions fail due to backend incompatabilities.

No other external libraries are required.

For Students

On Demo-[LANGUAGE] notebook, run the first cell which imports necessary libraries and defines functions. When you're done studying the text, you can run the next cell with custom inputs if desired.

For Developers/Instructors

If you're extending language support, on DemoLanguages simply add translations of lines to each dictionary:

  • a_lines: Lines by first party (Alice)
  • b_lines: Lines by second party (Bob)
  • c_lines: Common lines and explanations
  • g_names: Global names variable, allowing for customization
  • supported_languages: Set of supported languages.

For example, for creating French version, I'd need to add a list with index FR to all 4 dictionaries above, as well as adding 'FR' element to supported_languages. Note that lists are ordered. Where names are uttered, keep them enclosed in curly brackets, eg. {Bob}. In supported_languages, elements must be all capitalized and using ISO 639-1 language codings is recommended.

If you're extending protocol support, you can define new functions in DemoBasis and call them in your Demo-[LANGUAGE] notebook.

You can notify your students of customization options, or go with default values.

Support: [email protected]

qkd_visualizer's People

Contributors

alidursen avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.