issp-center-dev / TeNeS

Massively parallel tensor network solver
http://www.pasums.issp.u-tokyo.ac.jp/tenes/en
GNU General Public License v3.0
46 stars 11 forks source link

Real-time evolution #68

Closed yomichi closed 1 year ago

yomichi commented 1 year ago

Now, TeNeS can calculate real-time evolution.

Note that the entanglement of the wave function grows as time goes and hence the tensor network capacity needed to represent the wave function will be insufficient at some time. (https://github.com/issp-center-dev/TeNeS/issues/45#issuecomment-1056895701)

NOTE:

yomichi commented 1 year ago

document for inputs https://issp-center-dev.github.io/TeNeS/manual/develop/en/html/file_specification/simple_format.html#parameter-section

sample https://github.com/issp-center-dev/TeNeS/tree/develop/sample/07_timeevolution

tutorial will be added later