ORNL-QCI / tnqvm

Tensor Network QPU Simulator for Eclipse XACC
43 stars 10 forks source link

Ability to use exatn visitor's double-depth (conjugate) exp-val calc in the regular Accelerator::execute #79

Closed 1tnguyen closed 3 years ago

1tnguyen commented 3 years ago

Currently, we only use the slicing method to handle many-qubit exp-val calculation in the exatn visitor.

The double-depth method is implemented but can only be used by custom API (observableExpValCalc)

Need to add a configuration to select b/w the two methods if needed.