Releases: GTorlai/PastaQ.jl
Releases · GTorlai/PastaQ.jl
v0.0.16
PastaQ v0.0.16
v0.0.15
v0.0.14
v0.0.13
PastaQ v0.0.13
Closed issues:
- Transition to external package for optimizers (#182)
- Investigate
hcat(vcat(...))
behavior ingetsamples
(#185) - Transition to new observer (#225)
- Full tomography with SDP solver (#228)
- Resolve tomography on input data as
Vector{<:Vector}
instead ofMatrix
(#229) - Add sampling informationally complete bases and preparation states (#230)
- Remove Flux and keep Optimisers.jl (#232)
- Resolve index ordering in QPT gradients (#233)
- Trace of dense Choi matrix not correct (#238)
Merged pull requests:
v0.0.12
v0.0.11
v0.0.10
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)