Releases: bsc-quantic/Tenet.jl
Releases · bsc-quantic/Tenet.jl
v0.7.6
v0.7.5
Tenet v0.7.5
Merged pull requests:
- Convert Qiskit
QuantumCircuit
toQuantum
(#196) (@mofeing) - Fix mutation on
conj
,adjoint
(#197) (@mofeing) - Introduce
groupinds!
function to group parallel inds (#199) (@mofeing) - Support conversion to/from ITensors.jl and ITensorNetworks.jl (#200) (@mofeing)
- Fix error throw in
replace!
(#201) (@jofrevalles) - Convert Quimb TensorNetwork types to
TensorNetwork
,Quantum
(#207) (@mofeing) - Fix Yao conversion to
Quantum
for control blocks (#209) (@mofeing) - Fix
Yao
extension by properly transposing matrices (#212) (@jofrevalles) - Fix
TensorNetwork
serialization (#213) (@jofrevalles)
Closed issues:
v0.7.4
Tenet v0.7.4
Merged pull requests:
- Fix
evolve!
function (#179) (@jofrevalles) - Sort output of
sites
(#185) (@starsfordummies) - fix error message for wrong set in inds() (#188) (@starsfordummies)
Closed issues:
v0.7.3
Tenet v0.7.3
Merged pull requests:
- Fix reindex! by returing the final index replace mapping (#178) (@jofrevalles)
Closed issues:
v0.7.2
Tenet v0.7.2
Merged pull requests:
- Replace the global index counter generator for a local data structure (#170) (@mofeing)
- Replace Gram-Schmidt method by QR for random Chain initialization (#175) (@jofrevalles)
v0.7.1
Tenet v0.7.1
Merged pull requests:
- Extend
KrylovKit.eigsolve
by allowing the initial guessx₀
to be aTensor
(#171) (@jofrevalles)
Closed issues:
Base.rand
withglobalind=true
(#168)
v0.7.0
Tenet v0.7.0
Merged pull requests:
- CompatHelper: bump compat for Muscle to 0.2, (keep existing compat) (#151) (@github-actions[bot])
- Add unit test for
TensorNetwork
module (#152) (@Todorbsc) - Add CUDA example of tensor network contraction (#154) (@Todorbsc)
- Merge Qrochet.jl into Tenet.jl (#156) (@mofeing)
- Implement
KrylovKit.eigsolve
forTensor
s (#157) (@jofrevalles)
Closed issues:
v0.6.6
Tenet v0.6.6
Merged pull requests:
- CompatHelper: add new compat entry for Reactant in [weakdeps] at version 0.1, (keep existing compat) (#145) (@github-actions[bot])
- Fix tensor network distributed contraction using Dagger (#148) (@Todorbsc)
- Implement
@unsafe_region
macro for relaxed tensor operations (#149) (@jofrevalles) - CompatHelper: add new compat entry for ScopedValues at version 1, (keep existing compat) (#150) (@github-actions[bot])
Closed issues:
- Distributed tensor network contraction not working (#146)
v0.6.4
Tenet v0.6.4
v0.6.3
Tenet v0.6.3
Merged pull requests:
- Fix excessive synchronization in
contract
onDagger.DArray
(#124) (@mofeing) - CompatHelper: bump compat for Makie in [weakdeps] to 0.21, (keep existing compat) (#140) (@github-actions[bot])
- CompatHelper: add new compat entry for ChainRulesTestUtils in [weakdeps] at version 1, (keep existing compat) (#141) (@github-actions[bot])
- CompatHelper: add new compat entry for FiniteDifferences in [weakdeps] at version 0.12, (keep existing compat) (#142) (@github-actions[bot])
Closed issues:
- Specialize
contract
method forDagger.DArray
tensors (#123)