qiskit.aqua.utils.random_h2_body¶
-
random_h2_body
(N, M)[código fonte]¶ Generate a random two body integrals.
- Parâmetros
N (int) – number of spin-orbitals (dimension of h2)
M (int) – number of non-zero entries
- Retorna
a numpy 4-D tensor with complex data type.
- Tipo de retorno
np.ndarray
- Levanta
ValueError – invalid spin orbitals