Skip to content

Commit

Permalink
Merge pull request #13 from ryanlevy/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
shinaoka authored Nov 7, 2024
2 parents a49c6b7 + 81ff309 commit 320d43d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ This is another point where it is worth trying different factorizations on some

- Ye and Loureiro, *Quantum-inspired method for solving the Vlasov-Poisson equations*, [Phys. Rev. E 3, 106](https://doi.org/10.1103/PhysRevE.106.035208) (2022). ([arXiv:2205.11990](https://arxiv.org/abs/2205.11990))

### Can tensor trains generated with tensor4all tools be manipulated using other tensor libraries such as iTensor?
For the julia version of our libraries, we have implemented a small helper library called [`TCIITensorConversion.jl`](https://github.com/tensor4all/TCIITensorConversion.jl). It allows convenient bidirectional conversion between our TCI/TT objects and iTensor MPS/MPO objects through the constructor:
### Can tensor trains generated with tensor4all tools be manipulated using other tensor libraries such as ITensor?
For the julia version of our libraries, we have implemented a small helper library called [`TCIITensorConversion.jl`](https://github.com/tensor4all/TCIITensorConversion.jl). It allows convenient bidirectional conversion between our TCI/TT objects and ITensor MPS/MPO objects through the constructor:
```julia
tt = TCI.TensorTrain(#=something=#)
mpo = ITensors.MPO(tt)
Expand All @@ -127,4 +127,4 @@ If you wish to use other libraries and/or have already written code for conversi



---
---

0 comments on commit 320d43d

Please sign in to comment.