-
Notifications
You must be signed in to change notification settings - Fork 12
Update "Tutorials" for V3 #32
Description
Here are updates needed to the tutorials (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials) for V3:
ITensor Quickstart (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/quickstart)
- Fix Index constructors
-
i(1)->i=1
Understanding Tensor Diagrams (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/diagrams)
- Fix Index constructors
-
IQMPS/IQTensor->MPS/ITensorwith QNs/QDensestorage
Priming Indices in ITensor (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/primes)
- Remove
IndexType, explain using tags
Choosing DMRG Parameters (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/dmrg_params)
-
maxm->maxDim, etc. -
niter->maxKrylovSize?
Matrix Product States (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/MPS)
-
psi.A(3)->psi(3),psi.Aref(3) -> psi.ref(3), etc. - In prime function, use
"Site"instead ofSite
Matrix Product Operator (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/MPO)
-
MPO->toMPO? -
Site->"Site"
Introduction to AutoMPO (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/AutoMPO)
-
MPO->toMPO?
Calculating Two-Site Correlation Functions (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/correlations)
-
psi.A(2)->psi(2), etc. -
Link->"Link", etc. -
C.real()->C.elt(). Maybe to get a scalar it should beelt(C)?
The Args System (http://www.itensor.org/docs.cgi?vers=cppv3&page=tutorials/args)
- "Maxm" -> "MaxDim"