mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-10 16:13:39 +01:00
Acceleration
This commit is contained in:
parent
61a237c444
commit
622650a280
2
CI/CI.ml
2
CI/CI.ml
@ -170,7 +170,7 @@ let create_matrix_spin f det_space =
|
|||||||
) a;
|
) a;
|
||||||
|
|
||||||
Array.map (fun l ->
|
Array.map (fun l ->
|
||||||
List.sort compare l
|
List.rev l
|
||||||
|> Vector.sparse_of_assoc_list ndet ) result
|
|> Vector.sparse_of_assoc_list ndet ) result
|
||||||
|> Matrix.sparse_of_vector_array
|
|> Matrix.sparse_of_vector_array
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user