cuquantum.cutensornet.state_capture_mps¶
- cuquantum.cutensornet.state_capture_mps(intptr_t handle, intptr_t tensor_network_state)[source]¶
Resets the tensor network state to the MPS state previously computed via
cutensornetStateCompute
.- Parameters
handle (intptr_t) – cuTensorNet library handle.
tensor_network_state (intptr_t) – Tensor network state.
See also