-
When I run the following code with MPI:
I get the following error: If I omit |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @hovnatan, For the distributed state vector simulation in cusvaer, |
Beta Was this translation helpful? Give feedback.
Hi @hovnatan,
For the distributed state vector simulation in cusvaer,
set_state_simple()
sets 1 sub state vector assigned to each process: https://docs.nvidia.com/cuda/cuquantum/latest/appliance/cusvaer.html#set-state-simple-state.In the above case, the expected state size will be
(2**n_qubits) / 2
.