GTorlai / PastaQ.jl

Package for Simulation, Tomography and Analysis of Quantum Computers
Apache License 2.0
142 stars 23 forks source link

Change syntax for how noise parameters are passed to runcircuit #100

Closed mtfishman closed 3 years ago

mtfishman commented 3 years ago

For better generality (i.e. noise models with many parameters), we should switch to the syntax:

runcircuit(N, gates; noise=("AD",(γ=0.01,)))

from the current version:

runcircuit(N, gates; noise="AD", γ=0.01)
mtfishman commented 3 years ago

Closed by #108.