Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 985 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 985 Bytes

QuantumMeasurements.jl

Stable Dev Build Status Coverage

Quantum Measurement Toolbox in Julia. Currently it offers the following estimators:

  • derandomization
  • standard quantum state tomography

For starting the tutorial, go into the docs/ folder and, from the Julia REPL, execute the following commands:

julia> import Pluto; Pluto.run()

Then open the tutorial.jl notebook from the browser.