ITensor / website

Source code for the website at itensor.org
http://itensor.org
6 stars 12 forks source link

Update "Code Formulas" for V3 #33

Closed mtfishman closed 5 years ago

mtfishman commented 5 years ago

Code Formulas (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas) updates for V3:

NOTE:

are linked twice, update for V2 docs as well.

Measure local properties of an MPS wavefunction (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/measure_mps):

Measure two-point correlator from an MPS wavefunction (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/correlator_mps):

Compute entanglement entropy (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/entanglement_mps):

Measure spinless fermion two-point correlator (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/spinless_correlator_mps):

Compute a two-site reduced density matrix from an MPS (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/mps_two_rdm):

Operator matrix elements involving two MPS (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/two_mps):

Time-evolving an MPS with Trotter Gates (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/tevol_trotter):

Time-evolving an MPS with an MPO (matrix product operator) (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/tevol_mps_mpo):

Applying a two-site 'gate' to an MPS (http://www.itensor.org/docs.cgi?vers=cppv3&page=formulas/gate):

mtfishman commented 5 years ago

To good approximation all of these have been completed.