Skip to content

Commit 320d43d

Browse files
authored
Merge pull request #13 from ryanlevy/typo
Fix typo
2 parents a49c6b7 + 81ff309 commit 320d43d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ This is another point where it is worth trying different factorizations on some
116116

117117
- 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))
118118

119-
### Can tensor trains generated with tensor4all tools be manipulated using other tensor libraries such as iTensor?
120-
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:
119+
### Can tensor trains generated with tensor4all tools be manipulated using other tensor libraries such as ITensor?
120+
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:
121121
```julia
122122
tt = TCI.TensorTrain(#=something=#)
123123
mpo = ITensors.MPO(tt)
@@ -127,4 +127,4 @@ If you wish to use other libraries and/or have already written code for conversi
127127

128128

129129

130-
---
130+
---

0 commit comments

Comments
 (0)