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)
This removes the keyword argument
return_state
from thegetsamples
function, and always returns the state/process last, if it has been created. This also closes #101 (changingcompilecircuit
tobuildcircuit
) and #104 (changing the input and output ordering ofsavedata
andloaddata
)