Skip to content

taiypeo/DeutschSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeutschSim

A quantum circuit simulator, written in Java.

alt bell_state_gif

Bell state simulation demonstration

Features

  • Easy to use drag & drop interface
  • Supports saving & loading circuits in JSON
  • You can create custom quantum gates from:
    • Existing circuit files
    • Rotations
    • Phase shifts
    • Matrices
  • No installation needed, just fetch the latest release from the releases page
  • Works on everything that supports Java and Swing

Dependencies

  • Apache Commons Math
  • Gson