Some checks failed
Build wheels / build (ubuntu-latest, 3.11) (push) Has been cancelled
Build wheels / build (ubuntu-latest, 3.12) (push) Has been cancelled
Build wheels / build (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / check (push) Has been cancelled
Tests / build (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / build (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / build (ubuntu-latest, 3.13) (push) Has been cancelled
13 lines
546 B
Markdown
13 lines
546 B
Markdown
# Contest Runners
|
|
|
|
The reusable implementations live in `src/qibotn/backends/`.
|
|
|
|
- `qibotn.run_contest_tn_case`: quimb+torch TN search/contract cases.
|
|
- `qibotn.run_contest_mps_case`: Vidal/MPS contest expectation cases.
|
|
- `qibotn.run_vidal_mpi_contest_case`: direct Vidal MPI observable sweep.
|
|
- `qibotn.run_custom_tn_expectation`: custom quimb+torch TN cases.
|
|
|
|
`src/qibotn/backends/quimb.py` holds the TN helpers,
|
|
`src/qibotn/backends/qmatchatea.py` holds the qmatchatea MPS helpers,
|
|
and `src/qibotn/backends/vidal.py` holds the Vidal helpers.
|