qiboteam / qibotn

The tensor-network translation module for Qibo.
https://qibo.science
Apache License 2.0
5 stars 1 forks source link

TEBD merging the 3 options of doing TEBD #66

Closed NithyasriVS closed 5 months ago

NithyasriVS commented 5 months ago

To use independent version of TEBD, simply set runcard=None To use approach 2, set TEBD_option flag to False in addition to TEBD_enabled To use approach 3, set TEBD_option flag to True in addition to TEBD_enabled

This PR merges Approach 1, Approach 2 from PR https://github.com/qiboteam/qibotn/pull/63 and Approach 3 from PR https://github.com/qiboteam/qibotn/pull/65