GTorlai / PastaQ.jl

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

Remove `return_state` from `getsamples` #105

Closed mtfishman closed 4 years ago

mtfishman commented 4 years ago

This removes the keyword argument return_state from the getsamples function, and always returns the state/process last, if it has been created. This also closes #101 (changing compilecircuit to buildcircuit) and #104 (changing the input and output ordering of savedata and loaddata)