Ungsik Yu
Ungsik Yu
I am in need of eight dimensional array. I would like to use eight dimensional array conveniently like Array2, Array4... Will the Array1, Array2, ..., Array6 extended to Array8?
I created an 8 dimension ArrayD. I can not find how to index the ArrayD for 8 dim. Compiler raises the trait `NdIndex` is not implemented for `[usize; 8]` error...
The resulting eigenvectors for eigh of complex valued matrix is wrong. If eigh is called with the hermitian conjugate of the matrix, the resulting eigenvectors are the eigenvectors of the...
I can not figure out how to read a scalar of Ascii String from a dataset. I would appreciate much for an example.
The generage_antisymm_generator function returns zero matrix instead of random matrix. https://github.com/quantumlib/OpenFermion-FQE/blob/109a86418003fb14ee4aea9c88ffc1cd25d28d47/tests/generalized_doubles_factorization_test.py#L36 So, the test_generalized_doubles() is testing against zero matrix.