v0.0.9
PastaQ v0.0.9
Closed issues:
- integration with Yao.jl (#120)
- Benchmarks (#145)
- Add index replacement in distance measurements (#174)
- Error in examples test making random circuits (#194)
- Make calls like
randomstate(10; χ = 2, ξ = 2)
make a mixed state (#195) - Change Pauli measurements from ("X", 1, "Y", 2, ..) to ( (1 => "X"), (2 => "Y") ...) (#197)
- Gates with more than 2 qubits break
runcircuit
(#218)
Merged pull requests:
- Update for ITensors v0.2 (#210) (@mtfishman)
- fixed n-qubit gates (n>2) (#219) (@GTorlai)