qiboteam / qibotn

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

TEBD merging 3 options #67

Open NithyasriVS opened 1 month ago

NithyasriVS commented 1 month ago

To use Approach 1 (Independent function), simply set runcard to None To use Approach 2, set TEBD_option flag to False in addition to setting TEBD_enabled with your parameters dictionary To use Approach 3, set TEBD_option flag to True in addition to setting TEBD_enabled with your parameters dictionary

This PR merges Approach 1 and Approach 2 found in PR https://github.com/qiboteam/qibotn/pull/63 with Approach 3 found in PR https://github.com/qiboteam/qibotn/pull/65

NithyasriVS commented 1 month ago

PR #63 and PR #65