GTorlai / PastaQ.jl

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

Add copy methods for optimizer types and use in tomography #123

Closed mtfishman closed 4 years ago

mtfishman commented 4 years ago

Add copy methods for optimizer types and use in tomography so the optimizer doesn't get overwritten.

Also, add versions of readsamples and writesamples that don't have models, just sample data.

mtfishman commented 4 years ago

Closes #122.

mtfishman commented 4 years ago

Also closes #118 (resetoptimizer! function is removed).