Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 593 Bytes

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